* src/SDCCast.c (decorateType): partial fix for RFE 1475769, remove cast to same...
[fw/sdcc] / ChangeLog
1 2006-04-25 Bernhard Held <bernhard AT bernhardheld.de>
2
3         * src/SDCCast.c (decorateType): partial fix for RFE 1475769,
4         remove cast to same type        
5
6 2006-04-24 Bernhard Held <bernhard AT bernhardheld.de>
7
8         Enabled VPATH feature: changed nearly all Makefiles (149 files).
9         See sdccman.lyx '2.4.10 VPATH feature' about how to use it.
10
11         One basic decision: e.g. src/clean.mk includes further files. In order
12         to make this work there are two solutions:
13         - rename another dozen clean.mk to clean_in.mk, add srcdir to them and
14           run configure on them. This way they can use
15           'include $(srcdir)/port-clean.mk'
16         - always include clean.mk by the Makefile at the same level. To avoid
17           that `make clean` tries to include and build Makefile.dep the
18           MAKECMDGOALS are examined (see e.g. src/Makefile.in). This has been
19           implemented, because now even `make uninstall` doesn't create
20           Makefile.in. clean.mk could be eliminated by pasting it in
21           Makefile.in.
22
23         * debugger/mcs51/Makefile.in: build own objects from library sources
24         (SLIB, SDCC) in current directory
25
26         * configure, configure.in: renamed --disable-device-lib-build in 
27         --disable-device-lib; added --enable-doc, the required tools are
28         searched by configure; added result message; the toolchain for the
29         belonging ports are now only built, if the port is enabled.
30
31         * support/regression/*: all output is written in directory gen, because
32         the fwk and ports directories don't livet in the build tree using vpath
33
34         * doc/sdccman.lyx: renamed --disable-device-lib-build to
35         --disable-device-lib, added --enable-doc, added section VPATH
36
37         * sim/ucsim/configure.in,
38         * sim/ucsim/configure.in: hc08 couldn't be disabled, now hc08 and
39         z80 are enabled by default
40
41 2006-04-24 Raphael Neider <rneider AT web.de>
42
43         * src/pic/device.c (pic14_assignConfigWordValue): remember assignments to
44             config word, "pic14_"-prefixed some extern functions
45           (pic14_emitConfigWord): emit __config directive(s) if assignment to
46             config word has been found
47         * src/pic/device.h: added prototypes
48         * src/pic/pcode.c: added "pic14_"-prefix where needed
49         * src/pic/ralloc.c (IS_CONFIG_ADDRESS,pic14_assignRegisters): cosmetic fixup
50         * src/pic/glue.c (pic14_constructAbsMap): handle assignments to config words,
51           (pic14emitRegularMap): ignore config words,
52           (pic14createInterruptVect): moved generating __config directives away
53           (picglue): have __config directives emitted
54
55 2006-04-24 Borut Razem <borut.razem AT siol.net>
56
57         * doc/Makefile: sync with nightly build makefile
58
59 2006-04-24 Raphael Neider <rneider AT web.de>
60
61         * src/pic/pcoderegs.c (OptimizeRegUsage): do not optimize
62             registers that have not been assigned proper liveranges,
63             fixes #1469504 and #1474602,
64           (pCodeRegOptimizeRegUsage): fixed typo in comment
65
66 2006-04-24 Borut Razem <borut.razem AT siol.net>
67
68         * device/examples/main8051.c: deleted - it was removed from CVS
69           24.mar.2000 and after that modified 18.feb.2001, so it reappered
70           after the transition to Subversion 
71         * src/SDCCalloc.h: deleted - it was removed  from CVS
72           3.feb.2001 and after that modified 18.feb.2001, so it reappered
73           after the transition to Subversion 
74         * sim/ucsim/cpu.gif, sim/ucsim/interrupt.gif, sim/ucsim/new.gif, 
75           sim/ucsim/serial1.gif, sim/ucsim/serial2.gif,
76           sim/ucsim/term_cpuopt.gif, sim/ucsim/timers.gif, sim/ucsim/wins.gif,
77           sim/ucsim/post.jpg, sim/ucsim/UCsim.jpg: corrected
78
79 2006-04-22 Maarten Brock <sourceforge.brock AT dse.nl>
80
81         * as/asx8051.dsp: added mcs51/strcmpi.h
82         * as/hc08/as_hc08.dsp: added asm.h, m6808.h, strcmpi.h
83         * as/hc08/aslink.h: updated lnksect prototype
84         * as/hc08/asm.h,
85         * as/mcs51/asm.h: added a_addr to struct area and s_org to struct sym
86         * as/hc08/asmain.c,
87         * as/mcs51/asmain.c (asmbl): init dot.s_org for S_ORG,
88           (newdot): handle A_ABS
89         * as/hc08/asout.c,
90         * as/mcs51/asout.c (outarea): output address
91         * as/hc08/lkaomf51.c,
92         * as/mcs51/lkaomf51.c: disabled unused array UsageType
93         * as/hc08/m08pst.c,
94         * as/mcs51/i51pst.c,
95         * as/z80/z80pst.c: "ABS" is not A_OVR
96         * as/hc08/lkarea.c (newarea): read a_addr,
97           (lnkarea): added codemap array, sort absolute areas to the front,
98            combine all GSINITx/GSFINAL,
99           (find_empty_space, allocate_space): new functions,
100           (lnksect): return next address, handle absolute sections
101         * as/mcs51/lkarea.c (newarea): read a_addr,
102           lnksect2 prototype changed,
103           (lnkarea2): define codemap unsigned, combine all GSINITx/GSFINAL,
104           (find_empty_space, allocate_space): new, factored out of lnksect2,
105           (lnksect2): return next address, handle absolute sections
106         * as/hc08/lkhead.c,
107         * as/mcs51/lkhead.c (newhead): head is absolute but not overlay
108         * as/hc08/lklibr.c (addfile, fndsym),
109         * as/mcs51/lklibr.c (addfile, buildlibraryindex, fndsym): prevent
110           index out of range and detect both '\' and '/'
111         * device/include/mcs51/c8051f200.h: added _XPAGE, removed bad comment
112         * device/include/stdbool.h: removed SDCC_ds390 from check to pass
113           regression tests (ds390 cannot return bool yet)
114         * doc/sdccman.lyx: changed version number, document changed --no-peep,
115           document critical interrupts on z80, document changed SDCC define
116         * src/asm.c (_asxxxx_mapping): fixed .org directive,
117           (_a390_mapping): added .org directive
118         * src/hc08/gen.c (transferAopAop): made bytemask log to fix warning,
119           (genMultOneByte): fixed warnings
120         * src/hc08/hc08.dsp: lowered warning level to 2 to suppress pedantic
121           ones
122         * src/pic16/device.c: removed newReg prototype, removed BYTE_IN_LONG
123         * src/pic16/gen.c (pic16_popGetLabel): made parameter key signed,
124           (pic16_genLeftShiftLiteral, genRightShiftLiteral): fixed warnings
125         * src/pic16/gen.h: changed prototype for pic16_popGetLabel
126         * src/pic16/main.c: removed newReg prototype
127         * src/pic16/pcode.c,
128         * src/pic16/pcode.h (pic16_emitDB): changed parameter c to int to fix
129           warnings
130         * src/pic16/pic16.dsp: lowered warning level to 2 to suppress pedantic
131           ones
132         * src/pic16/ralloc.c
133         * src/pic16/ralloc.h (newReg): changed type to int and size to unsigned
134           to fix warnings
135         * src/pic/pcode.c (allocInternalRegister): changed parameter optype
136           from short to PIC_OPTYPE
137         * src/pic/pic.dsp: lowered warning level to 2 to suppress pedantic ones
138         * src/pic/ralloc.c (newReg, allocInternalRegister): changed parameter
139           optype from short to PIC_OPTYPE
140         * src/port.h: made int_size unsigned to fix warnings
141         * src/SDCC.y: fixed warning on MSVC
142         * src/SDCCicode.c (getArraySizePtr): return unsigned int
143         * src/SDCCopt.c (convertToFcall): fixed warnings
144         * src/SDCCsymt.h: removed double prototype for genSymName
145         * src/xa51/ralloc.c (allocReg): made size unsigned int, type int and
146           offset int to fix warnings
147
148 2006-04-22 Borut Razem <borut.razem AT siol.net>
149
150         * doc/sdccman.lyx, */Makefile, */Makefile.in:
151           references to CVS replaced with Subversion
152
153 2006-04-21 Borut Razem <borut.razem AT siol.net>
154
155         * doc/sdccman.lyx, */Makefile, */Makefile.in:
156           references to CVS replaced with Subversion
157
158 2006-04-19 Borut Razem <borut.razem AT siol.net>
159
160         * src/version.awk: adapted for svn
161         * /asxxxx/asxhtml/*.gif: set property svn:mime-type to image/gif
162           sim/ucsim/doc/*.gif: set property svn:mime-type to image/gif
163           sim/ucsim/doc/*.jpg: set property svn:mime-type to image/jpeg
164           /binutils-avr/etc/*.vi, *.jin: removed all properties
165           support/scripts/sdcc.ico: set property svn:mime-type to image/x-icon
166
167 2006-04-19 Borut Razem <borut.razem AT siol.net>
168
169         * CVS to Subversion migration completed
170
171 2006-04-18 Borut Razem <borut.razem AT siol.net>
172
173         * support/scripts/sdcc.nsi: removed unexisting ${DEV_ROOT}\lib\pic\*.o,
174           ${DEV_ROOT}\lib\src\pic\libdev\*.S, ${DEV_ROOT}\lib\src\pic\libdev\*.inc
175
176 2006-04-17 Borut Razem <borut.razem AT siol.net>
177
178         * device/include/Makefile.in: added pic/*.inc to the installation
179
180 2006-04-15 Bernhard Held <bernhard AT bernhardheld.de>
181
182         * support/regression/collate-results.py: fixed output in case of
183         a valdiag error
184         * support/regression/generate-cases.py: fixed splitting of pathnames
185         with dots
186         * as/hc08/lklibr.c (addfile),
187         * as/mcs51/lklibr.c (addfile): fixed off-by-one bug
188
189 2006-04-11 Raphael Neider <rneider AT web.de>
190
191         * src/pic16/gen.c (getFreePtr, pic16_popRegFromString),
192         * src/pic16/ralloc.c (pic16_allocregWithName): removed debug output
193         * src/pic16/pcode.c (assignValnums): fixed #1460578
194
195 2006-04-11 Raphael Neider <rneider AT web.de>
196
197         * device/lib/pic/libdev/*.c,
198         * device/include/pic/*.h: replaced sfr and data with __sfr and __data,
199           fixes #1468739, enables compilation in --std-c99 mode
200         * support/scripts/inc2h.pl: emit __sfr/__data instead of sfr/data
201
202 2006-04-11 Raphael Neider <rneider AT web.de>
203
204         * src/pic/device.c (find_device): removed debug output
205           (list_valid_pics): enabled verbose listing of supported devices
206         * device/include/stdbool.h: define bool as char for pic14/16 as well
207
208 2006-04-07 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
209
210         * src/SDCC.y: allow using brackets here: "__interrupt (1) __using (1)"
211
212 2006-04-07 Maarten Brock <sourceforge.brock AT dse.nl>
213
214         * .version: bumped version to 2.5.6
215         * src/pic/ralloc.c (newReg): MSVC doesn't support __builtin_return_address
216
217 2006-04-06 Raphael Neider <rneider AT web.de>
218
219         * .version: bumped version to 2.5.6 (pic14 ABI changed)
220         * src/SDCCmain.c: add -DSDCC_PROCESSOR=<id> for pic14 port
221         * src/pic/glue.c (emitSymbolToFile,pic14_constructAbsMap,
222           pic14emitRegularMap,pic14emitMaps): moved output for absolute symbols to
223             pic14_constructAbsMap
224           (pic14printPublics): declare absolute global symbols as global
225           (pic14createInterruptVect),
226         * src/pic/ralloc.c (IS_CONFIG_ADDRESS): support second config word,
227           (newReg): assume new registers unused, use correct name in
228             hashtable (reg->name instead of name), more debugLog output
229         * src/pic/device.h (PIC_device): added fields for verbose output
230         * src/pic/device.c: moved device definition to pic14devices.txt,
231             added routines for runtime parsing of pic14devices.txt,
232             added support for second config word
233         * src/pic/main.c (_process_pragma): removed #pragma maxram,
234           (_pic14_keywords): no longer accept "bit" and "sbit" keywords
235           (_pic14_initPaths): add search paths with "pic" suffix (not "pic14")
236           (_pic14_parseOptions): moved pCodeInitRegisters here
237           (_pic14_do_link): add "pic$(ARCH).lib" to linker arguments
238         * src/pic/pcode.c (AnalyzeBanking): bail out on unset processor,
239           (pCodeInitRegisters): rewrapped comments, perpared new approach to
240             handling the pseudo stack
241         * device/lib/Makefile.in: ignore failures in objects-pic16,
242         * device/lib/pic/{configure,configure.in,Makefile}: added libdev/
243         * device/lib/pic/NEWS: document new dependency on picXXX.lib
244         * device/lib/pic/Makefile.subdir,
245         * device/lib/pic16/Makefile.subdir: improved clean rules
246         * device/lib/pic/libdev/: NEW, pic14 device libraries
247         * device/lib/pic/libsdcc/_gptr{get,put}{1,2,3,4}.S: use _X not X
248         * device/lib/pic/libsdcc/macros.inc: use _X not X, declare default SFRs
249         * device/include/Makefile.in: create subdir and install pic14 headers
250         * device/include/pic/p16f_common.inc: removed unused declarations
251         * device/include/pic/pic16*.h: added header files for 100+ 14 bit
252             PICs from inc2h.pl v1.6,
253             replaced BIT_AT macros with struct declarations
254         * device/include/pic/pic14devices.txt: definition of supported devices,
255             all above improvements contributed by Zik Saleeba, thanks
256         * support/scripts/inc2h.pl: removed BIT_AT, replaced with structs
257         * support/scripts/sdcc.nsi: also install pic14 device libraries and
258             headers
259
260 2006-04-06 Maarten Brock <sourceforge.brock AT dse.nl>
261
262         * device/include/mcs51/c8051f410.h: added interrupt numbers,
263         * device/include/mcs51/c8051f200.h: old SiLabs mcu completes the list,
264           thanks to Charles Olds
265
266 2006-04-06 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
267
268         * debugger/mcs51/cmd.c (infoRegisters): show return address on stack
269
270 2006-04-06 Maarten Brock <sourceforge.brock AT dse.nl>
271
272         * src/SDCCpeeph.c (labelIsReturnOnly): fixed bug 1464657
273         * src/mcs51/gen.c (genJumpTab): fixed bug in medium model
274         * support/regression/bug1464657.c: added, new test
275
276 2006-04-05 Maarten Brock <sourceforge.brock AT dse.nl>
277
278         * src/SDCCmain.c (preProcess): implemented RFE 1449908, define SDCC as the
279           version number
280
281 2006-04-05 Maarten Brock <sourceforge.brock AT dse.nl>
282
283         * src/SDCCpeeph.c (initPeepHole): implemented RFE 1460196, when both
284           --no-peep and --peep-file <file> are used don't use default rules but
285           do use the <file>
286
287 2006-04-05 Maarten Brock <sourceforge.brock AT dse.nl>
288
289         * src/mcs51/gen.c (genCall): fixed bug 1457608
290
291 2006-03-30 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
292
293         * doc/sdccman.lyx: reverted to version 1.129 of december as my latest
294         changes seem to cause (trigger?) problems with the build system.
295
296 2006-03-29 Maarten Brock <sourceforge.brock AT dse.nl>
297
298         * src/SDCCpeeph.c (operandsLiteral): new, added,
299           (callFuncByName): inserted operandsLiteral
300         * src/mcs51/peeph.def: reenabled 132.e, added extra check to 132.x
301
302 2006-03-28 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
303
304         * doc/sdccman.lyx: added paragraph "Use of SDCC in Education"
305         * src/mcs51/peeph.def: disabled rule 132.e fixing bug #1453093
306
307 2006-03-24 Maarten Brock <sourceforge.brock AT dse.nl>
308
309         * src/z80/gen.c (genFunction, genEndFunction): fixed bug 1160666,
310           implemented patch 1120823 Thanks to Willy De la Court (normal
311           interrupts need an interrupt number now if they are made critical),
312           and enabled nesting of critical functions though not for gbz80
313           (genCritical, genEndCritical): added functions
314           (genZ80Code): added cases for CRITICAL and ENDCRITICAL
315         * src/z80/mappings.i: added "ei" to all mappings
316
317 2006-03-20 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
318
319         * sim/ucsim/cmd.src/newcmdcl.h: applied patch fixing GCC 4.1 build
320         submitted by the Debian SDCC maintainer Aurelien Jarno:
321         "Credits goes to Martin Michlmayr, who rebuilt the whole Debian
322         archive with gcc 4.1 on mips and wrote the patch"
323
324 2006-03-16 Raphael Neider <rneider AT web.de>
325
326         * src/pic16/genarith.c (genAddLit): simplified and fixed case where
327           the left operand is shorter than the result (c* = lit-c* + int),
328           fixes bug #1450796
329         * src/pic16/gen.c (genRightShift): check IS_SYMOP before accessing
330           OP_SYMBOL
331
332 2006-03-14 Vangelis Rokas <vrokas AT users.sourceforge.net>
333
334         * src/.version: increased version number to 2.5.5
335         * src/SDCCmain.c (linkEdit): do not test for PIC16 target since, PIC16
336         linking is done manually in pic16 port's _linkEdit,
337         * src/SDCCsymt.c (compStructSize): for target PIC16 and shell variable
338         PIC16_PACKED_BITFIELDS, compact bitfield structures as much as possible,
339         * src/pic16/gen.c (aopForSym): when direct register name is WREG then
340         allocate asmop as AOP_ACC,
341         (aopForRemat): added parameter 'bool result' in function declaration,
342         (pic16_aopGet): return AOP_ACC when accessing WREG,
343         (pic16_popGetTempReg): minor modification,
344         (pic16_popRegFromIdx): first try with 'pic16_regWithIdx' then with
345         'pic16_allocWithIdx',
346         (genPcall): removed ftype, usage of OP_SYM_TYPE asserted error when
347         calling function in absolute addresses,
348         (genAssign): take into account AOP_ACC asmop,
349         * src/pic16/pcode.c (pic16_newpCodeOpReg): minor modifications,
350         * src/pic16/pcoderegs.c: some debug functions and lines added,
351         * src/pic16/ralloc.c (decodeRegType): added but commented out,
352         * (pic16_typeRegWithIdx): search 'pic16_dynInternalRegs' for given
353         register too,
354         * (pic16_findFreeReg, pic16_findFreeRegNext): allocate new register via
355         call to allocReg, not by manually allocating a new one,
356         (pic16_assignRegisters): now before going through the register
357         allocating functions mark all registers as free. This eliminates some
358         side effects resulting from peephole parser done earlier in the backbone
359
360 2006-03-13 Maarten Brock <sourceforge.brock AT dse.nl>
361
362         * src/SDCCicode.c (geniCodeLogic),
363         * src/SDCCast.c (decorateType): applied patch by Bernhard for rfe 1422617
364
365 2006-03-10 Maarten Brock <sourceforge.brock AT dse.nl>
366
367         * src/mcs51/gen.c (sameReg): new, checks if two aop regs are the same,
368           (genSend): bugfix, do not allocate and free twice,
369           (shiftRLong): handle partially overlapping aops
370         * support/regression/tests/bitopcse.c: fixed warning redefined idata
371
372 2006-03-08 Borut Razem <borut.razem AT siol.net>
373
374         * support/regression/fwk/include/testfwk.h: added defines for xdata, idata
375           for pic16
376
377 2006-03-08 Maarten Brock <sourceforge.brock AT dse.nl>
378
379         * support/regression/tests/bug1409955.c: new, added
380         * src/mcs51/gen.h: changed asmop.freed:1 to asmop.allocated for tracking
381         * src/mcs51/gen.c (newAsmop): set asmop.allocated to 1,
382           (aopForSym, aopOp): increment asmop.allocated if reused,
383           (freeAsmop): decrement asmop.allocated and check for zero instead of
384           using asmop.freed,
385           (freeForBranchAsmop): use asmop.allocated instead of asmop.freed,
386           (genNot, genCpl, genUminus, genMinus, genMult, genDiv, genMod, genCmpGt,
387            genCmpLt, genAndOp, genOrOp, genAnd, genOr, genXor, genRRC, genRLC,
388            genGetHbit, genGetAbit, genGetByte, genGetWord, genSwap,
389            genLeftShiftLiteral, genLeftShift, genRightShiftLiteral,
390            genSignedRightShift, genRightShift, genDataPointerGet,
391            genPagedPointerGet, genFarPointerGet, genCodePointerGet,
392            genGenPointerGet, genDataPointerSet, genAssign, genCast): free asmop's
393             in reverse order from allocation,
394           (genPlus, genCmpEq): free asmop's in reverse order from allocation and
395             added swappedLR to keep track
396         * support/regression/fwk/include/testfwk.h: added defines for xdata, idata,
397           pdata & code for GCC, z80, gbz80 & hc08
398         * support/regression/tests/zeropad.c: moved defines to testfwk.h
399
400 2006-03-08 Raphael Neider <rneider AT web.de>
401
402         * src/pic16/main.c (_hasNativeMulFor): fixed bug #1444425
403
404 2006-03-07 Maarten Brock <sourceforge.brock AT dse.nl>
405
406         * device/include/mcs51/c8051f410.h: new SiLabs mcu
407         * src/ds390/peeph.def: disabled 186.d and 227.a as fix for #1434401
408         * support/regression/tests/array.c: added parenthesis, made arrays unsigned
409
410 2006-03-06 Borut Razem <borut.razem AT siol.net>
411
412         * support/regression/ports/pic16/spec.mk: link with libm18f.lib,
413           made the linker quiet
414
415 2006-03-06 Vangelis Rokas <vrokas AT users.sourceforge.net>
416
417         * src/pic16/gen.c (genPcall): fixed bug #1443644
418         * src/pic16/device.h (struct pic16_options_t): added 'int CATregs' flag
419         which dumps before the function entry point a data byte which represents
420         the number of the local variables used by the specified function, added
421         'xinst' for initial support for Extended Instruction Support,
422         * src/pic16/gen.c (aopForSym, pic16_aopGet): beautifications,
423         (pic16_testStackOverflow): do not prefix GSTACK_TEST_NAME with
424         port->fun_prefix anymore (may change later),
425         (genFunction, genEndFunction): do not store/restore local registers for
426         _main (this should take care the --main-return command line option in
427         the future),
428         (genOr): removed some legacy pic-port instructions,
429         * src/pic16/genarith.c (genAddLit): re-enabled old code because
430         performing operations with SFR's causes data to be written more than
431         once to each SFR. Perhaps SFRs should be handled in special cases...
432         * src/pic16/glue.c: macros BIG_ENDIAN and BYTE_IN_LONG are moved to
433         pcode.h
434         * src/pic16/main.c (_process_pragma): stack bound checking did not take
435         into account for stack starting position,
436         (struct OPTIONS pic16_optionsTable): added command line argument
437         --extended or -y for Extended Instruction Support,
438         * src/pic16/ralloc.c (pic16_decodeOp): added case for FUNCTION,
439         (deassignLRs): *** perhaps the most important change, old 'for' code
440         (commented out for reference), didn't account for some registers which
441         were left marked 'not free' after a pointer operation. The change
442         reduces register usage a lot in some cases
443
444 2006-03-04 Borut Razem <borut.razem AT siol.net>
445
446         * support/regression/ports/hc08/spec.mk: remove *.asm in traget
447           _clean
448         * support/regression/tests/bug-524697.c: decreased array size for
449           mcs51 to fit into the internal RAM
450         * support/regression/Makefile.in: a little bit more verbose
451
452 2006-03-03 Borut Razem <borut.razem AT siol.net>
453
454         * support/regression/fwk/lib/testfwk.c,
455           support/regression/fwk/include/testfwk.h: introduced function
456           _prints(), nonrecursive _printn(), call _initEmu() from main()
457         * support/regression/ports/gbz80/support.asm,
458           support/regression/ports/ucz80/support.asm,
459           support/regression/ports/z80/support.asm,
460           support/regression/ports/ds390/support.c,
461           support/regression/ports/hc08/support.c,
462           support/regression/ports/host/support.c,
463           support/regression/ports/mcs51/support.c,
464           support/regression/ports/xa51/support.c: added empty _initEmu()
465           function
466         * support/regression/ports/pic16/gpsim.cmd,
467           support/regression/ports/pic16/spec.mk,
468           support/regression/ports/pic16/support.c,
469           support/regression/Makefile.in: added pic16 regression test
470
471 2006-03-01 Raphael Neider <rneider AT web.de>
472
473         * src/pic16/gen.c (genPcall,pic16_derefPtr,genGenPointerGet,
474           genConstPointerGet): use safe way of generating MOVFF to cover
475             literals as well as registers, fixes bug #1440527
476         * src/pic16/glue.c (pic16_printIvalBitFields): prevent NULL pointer
477             dereference
478           (pic16_printIvalUnion,pic16_isUnion): NEW, handle initialized unions
479             more correctly, fixes bug #1232186
480           (pic16_printIval): use pic16_printIvalUnion() for initialized unions
481         * src/pic16/main.c (_pic16_linkEdit): reorder linker arguments to make
482             gplink guess the correct processor in more cases, applied patch
483             from Till Riedel attached to and fixing bug #1436552
484
485 2006-02-20 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
486
487         * support/regression/tests/array.c: added, contains check for #1434401
488         * src/mcs51/peeph.def: disabled 186.d as temporary fix for #1434401
489
490 2006-02-16 Maarten Brock <sourceforge.brock AT dse.nl>
491
492         * device/include/mcs51/at89s8253.h: new, thanks to Krzysztof Polomka
493         * device/include/mcs51/at89S8252.h: fixed, thanks to Krzysztof Polomka
494         * device/include/mcs51/c8051f326.h,
495         * device/include/mcs51/c8051f340.h: new SiLabs mcu's
496         * device/include/mcs51/c8051f000.h,
497         * device/include/mcs51/c8051f018.h,
498         * device/include/mcs51/c8051f020.h: used () with __at, renamed IDLE,STOP to
499           PCON_IDLE,PCON_STOP and added sfr16 definitions
500
501 2006-02-14 Maarten Brock <sourceforge.brock AT dse.nl>
502
503         * src/mcs51/gen.c (genPlus, genMinus, genMult, genGetAbit, genGetByte,
504           genGetWord): fixed bug 1409955
505
506 2006-02-14 Maarten Brock <sourceforge.brock AT dse.nl>
507
508         * device/include/hc08/mc68hc908gp32.h,
509         * device/include/hc08/mc68hc908jb8.h: removed AWUL, added PTA6 & PTA7
510
511 2006-02-13 Maarten Brock <sourceforge.brock AT dse.nl>
512
513         * src/SDCCast.c (constExprValue): return NULL if not a value
514         * src/SDCCglue.c (printIvalArray): fixed bug 1225568
515         * src/hc08/gen.c(genUnpackBits, genUnpackBitsImmed): fixed bug 1019480
516         * support/regression/tests/bitfields.c: enabled signed bitfield for all
517
518 2006-02-13 Borut Razem <borut.razem AT siol.net>
519
520         * src/regression/ptrarg.c: added, fails due to bug #1430967
521         * src/regression/Makefile: ptrarg.c added, ...
522
523 2006-02-12 Maarten Brock <sourceforge.brock AT dse.nl>
524
525         * src/z80/gen.c (genUnpackBits): fixed bug 1019480
526         * support/regression/tests/bitfields.c: enabled signed bitfield for z80
527
528 2006-02-11 Borut Razem <borut.razem AT siol.net>
529
530         * src/SDCCmain.c: Added "sdcc: Calling linker..." if --verbose,
531           print "Processor: xxx" message to stdout only if --verbose
532
533 2006-02-11 Maarten Brock <sourceforge.brock AT dse.nl>
534
535         * src/SDCCglue.c (printIvalStruct): fixed bug 1426356 union initializer
536         * support/regression/tests/bug1426356.c: added
537         * support/regression/tests/bitfields.c: removed 2 tests
538
539 2006-02-10 Maarten Brock <sourceforge.brock AT dse.nl>
540
541         * device/include/mcs51/at89c51snd1c.h: updated comments, see patch 1428901
542         * device/include/mcs51/c8051f330.h,
543         * device/include/mcs51/c8051f350.h: used () with __at, renamed IDLE,STOP to
544           PCON_IDLE,PCON_STOP and added sfr16 definitions
545         * device/lib/_divsint.c,
546         * device/lib/_divuint.c,
547         * device/lib/_divulong.c,
548         * device/lib/_divulong.c: renamed a,b to x,y to avoid confusion, fixed
549           register bank bug for small stackauto
550
551 2006-02-09 Maarten Brock <sourceforge.brock AT dse.nl>
552
553         * support/regression/fwk/lib/timeout.c: include <stdlib.h> for exit()
554
555 2006-02-08 Maarten Brock <sourceforge.brock AT dse.nl>
556
557         * support/regression/ports/mcs51-xstack-auto/spec.mk: forgot -I(...)/mcs51
558         * all.dsp: corrected several bin paths
559         * device/include/mcs51/c8051f120.h,
560         * device/include/mcs51/c8051f300.h,
561         * device/include/mcs51/c8051f310.h: used () with __at and renamed IDLE,STOP
562           to PCON_IDLE,PCON_STOP
563         * device/include/mcs51/c8051f320.h: see above, also added sfr16 definitions
564         * device/lib/printf_large.c (output_float): fixed bug 1388703
565         * support/regression/tests/bug1057979.c: added test for bug 1388703
566
567 2006-02-08 Raphael Neider <rneider AT web.de>
568
569         * src/pic/pcode.c (pciTRIS): fixed typo,
570           (BuildFlow,LinkFlow_pCode): added (disabled) debug output,
571           (LinkFlow): fixed handling of flows that end in a call,
572           (ReuseReg): perform safety check earlier
573         * src/pic/pcoderegs.c (pCodeRegMapLiveRangesInFlow): fixed
574             to work with flows at the beginning of a pBlock,
575             fixes #1426557 (Symbol not previously defined),
576           (pic14_ReMapLiveRanges): NEW, destroy and rebuild register
577             usage information
578           (RemoveUnusedRegisters): update register usage info
579         * src/pic/ralloc.c (newReg): prevent duplicate registers from being
580             created, reuse existing ones instead
581         * src/pic/gen.c (genPcall): fixed #1424719
582
583 2006-02-07 Bernhard Held <bernhard AT bernhardheld.de>
584
585         * link/z80/lkmain.c,
586         * link/z80/lklex.c,
587         * link/z80/lkdata.c,
588         * link/z80/aslink.h: fixed build on current cygwin:
589         replaced getline() by lk_getline()
590
591 2006-02-01 Borut Razem <borut.razem AT siol.net>
592
593         * src/regression/add.c, src/regression/add2.c, src/regression/add3.c,
594           src/regression/add4.c, src/regression/and1.c, src/regression/and2.c,
595           src/regression/arrays.c, src/regression/b.c, src/regression/bank1.c,
596           src/regression/bool1.c, src/regression/bool2.c,
597           src/regression/bool3.c, src/regression/call1.c,
598           src/regression/compare.c, src/regression/compare10.c,
599           src/regression/compare2.c, src/regression/compare3.c,
600           src/regression/compare4.c, src/regression/compare5.c,
601           src/regression/compare6.c, src/regression/compare7.c,
602           src/regression/compare8.c, src/regression/compare9.c,
603           src/regression/configword.c, src/regression/for.c,
604           src/regression/inline.c, src/regression/mult1.c,
605           src/regression/nestfor.c, src/regression/or1.c,
606           src/regression/pointer1.c, src/regression/ptrfunc.c,
607           src/regression/rotate1.c, src/regression/rotate2.c,
608           src/regression/rotate3.c, src/regression/rotate4.c,
609           src/regression/rotate5.c, src/regression/rotate6.c,
610           src/regression/rotate7.c, src/regression/string1.c,
611           src/regression/struct1.c, src/regression/sub.c,
612           src/regression/sub2.c, src/regression/switch1.c,
613           src/regression/while.c, src/regression/xor.c,
614           src/regression/create_stc, src/regression/simulate,
615           src/regression/rt.sh, src/regression/Makefile: reenabled Scott's PIC14
616           regression tests
617         * src/regression/gpsim_assert.h: added
618
619 2006-01-28 Bernhard Held <bernhard AT bernhardheld.de>
620
621         * src/ds390/gen.c (unsaveRegisters): fixed literal function pointer
622         ((void (code *) (void)) 0) ();
623         * as/hc08/aslex.c,
624         * as/hc08/aslink.h,
625         * as/hc08/asm.h,
626         * as/hc08/asmain.c,
627         * as/hc08/lkdata.c,
628         * as/hc08/lklex.c,
629         * as/hc08/lkmain.c,
630         * as/mcs51/aslex.c,
631         * as/mcs51/aslink.h,
632         * as/mcs51/asm.h,
633         * as/mcs51/asmain.c,
634         * as/mcs51/lkdata.c,
635         * as/mcs51/lklex.c,
636         * as/mcs51/lkmain.c,
637         * as/z80/aslex.c,
638         * as/z80/asm.h,
639         * as/z80/asmain.c: fixed build on current cygwin:
640         replaced getline() by as_getline()
641
642 2006-01-27 Bernhard Held <bernhard AT bernhardheld.de>
643
644         * src/SDCC.y: fixed bug #716242, exchanged pointer and function
645         declarator in the symbol chain
646         * src/SDCCsymt.h,
647         * src/SDCCsymt.c (processFuncPtrArgs): added, removes "(void)"
648         parameter list for function pointers
649         * src/SDCCast.c (decorateType): added call of processFuncPtrArgs()
650         * support/regression/tests/bug-716242.c: added
651
652 2006-01-20 Bernhard Held <bernhard AT bernhardheld.de>
653
654         * src/SDCCicode.c (geniCodeAdd, geniCodeArray): use char for array
655         offset if possible
656         * src/SDCCast.c (getLeftResultType): 255 fits in char, not 256
657
658 2006-01-18 Bernhard Held <bernhard AT bernhardheld.de>
659
660         * src/SDCCast.c (backPatchLabels): fixed bug #1408066: made it
661         inifinitely recurseable, added static
662         * support/regression/tests/bug-1408066.c: added
663
664 2006-01-17 Bernhard Held <bernhard AT bernhardheld.de>
665
666         * src/SDCCicode.h,
667         * src/SDCCicode.c (newiTempPreheaderLabel, newiTempLoopHeaderLabel):
668         renamed, added possibility to create "postLoopLbl"-labels
669         * src/SDCCBBlock.c (iCodeBreakDown): renamed newiTempPreheaderLabel to
670         newiTempLoopHeaderLabel
671         * src/SDCCloop.c (newInduction, newRegion, backEdges, insertIntoLoop,
672         isNotInBlocks, addToExitsMarkDepth, createLoop, dominatedBy,
673         addDefInExprs, assignmentsToSym, isOperandInvariant, pointerAssigned,
674         hasNonPtrUse, loopInvariants, addressTaken, findInduction,
675         findDefInRegion, mergeRegions, ifMerged, mergeInnerLoops): made static,
676         (pinduction, pregion, hasIncomingDefs, findLoopEndSeq): disabled,
677         (basicInduction): fixed bug #136564, made static,
678         (loopInduction): changed parameter of basicInduction, made static,
679         (addPostLoopBlock): added
680         * src/SDCCloop.h: removed backEdges, pregion, pinduction,
681         loopOptimizations, addressTaken, findDefInRegion, hasIncomingDefs,
682         findLoopEndSeq
683         * support/regression/tests/bug-136564.c: added
684         * support/regression/ports/mcs51-xstack-auto/spec.mk: added
685         --std-sdcc99 to LIBSDCCFLAGS
686
687 2006-01-16 Bernhard Held <bernhard AT bernhardheld.de>
688
689         * src/SDCCicode.c (geniCodeIfx): fix bug 1406131: always false
690         while loop
691         * support/regression/tests/bug-1406131.c: added
692
693 2005-12-31 Bernhard Held <bernhard AT bernhardheld.de>
694
695         * src/SDCCast.c (decorateType): fix promotion of unary minus
696         * src/SDCCsymt.c (computeType): beautified
697         * src/SDCCval.c (cheapestVal): beautified, old non-Ansi version removed,
698         (valUnaryPM, valComplement): fix sign and promotion,
699         (valNot): ANSI: result type is int (SDCC: unsigned char)
700         * support/regression/tests/uminus.c: speedup by removing superflous
701         test case 'int'
702         * support/regression/tests/onebyte.c: added promotion and signedness
703         tests for unary minus
704         * support/regressions/tests/bug-477927.c: disable warning about
705         uninitialized variables
706         * support/regression/tests/not.c: added
707
708 2005-12-28 Bernhard Held <bernhard AT bernhardheld.de>
709
710         * device/lib/Makefile.in: added --std-sdcc99 to CFLAGS
711         * src/mcs51/gen.c (gen51Code): show final register usage after
712         fillGaps in asm with --i-code-in-asm
713         * src/SDCClrange.c (sequenceiCode, setLiveFrom, setLiveTo,
714         markLiveRanges, markAlive, findNextUseSym, findNextUse, unvisitBlocks,
715         incUsed, rliveClear, adjustIChain): made static,
716         (setFromRange): excluded because it's unused,
717         (findPrevUseSym, markWholeLoop): added,
718         (findPrevUse): rewritten; fixes bug 895992; now a complete search
719         through all branches of predecessors enables sdcc to emit the warning
720         W_LOCAL_NOINIT, marking of outermost loop was incomplete,
721         (rlivePoint): made static, added parameter emitWarnings which is only
722         true during the first run out of two,
723         (findRecursiveSucc, findRecursivePred): removed,
724         (computeLiveRanges): made static, added parameter emitWarnings,
725         (dumpIcRlive): added for debugging only
726         * src/SDCClrange.h: added boolean parameter to computeLiveRanges(),
727         removed prototype of setFromRange()
728         * src/SDCCopt.c (eBBlockFromiCode): added new parameter emitWarnings
729         in call of computeLiveRanges()
730         * support/regression/tests/bug-895992.c: added
731         * support/regression/tests/bug-971834.c: added
732         * support/valdiag/tests/bug-895992.c: added
733         * support/valdiag/tests/bug-971834.c: added
734
735 2005-12-18 Raphael Neider <rneider AT web.de>
736
737         * src/pic16/gen.c: added IS_DIRECT macro for "direct" operands,
738           (genUnpackBits): improved code for direct operands,
739           (genPackBits): improved code for literal assignment to bitfields
740             and for direct destination operands (no FSR indirection),
741             prevented redundant AND, fixes #1362800,
742           (AccLsh): added parameter to disable masking of the result
743         * src/pic16/pcode.c (pic16_safepCodeUnlink): fixed to work with
744           skip instructions with side-effects (like incfsz),
745           (pic16_pCodeIsAlive): suppress verbose output unless pcode_verbose,
746         * src/pic16/pcoderegs.c (RemoveRegsFromSet): removed annoying warning
747         * device/lib/pic16/Makefile.common.in: added --asm=@GPASM@ to CC,
748           fixes #1375263
749
750 2005-12-11 Bernhard Held <bernhard AT bernhardheld.de>
751
752         * src/SDCCicode.c (geniCodeAssign): fixed bug 11369874, don't use
753         volatile variables as spill location
754
755 2005-12-10 Bernhard Held <bernhard AT bernhardheld.de>
756
757         * src/SDCCcse.c (findCheaperOp): fixed bug 1376320, copy signedness to
758         replacing literals
759         * support/regression/tests/bug-1376320.c: added
760
761 2005-12-08 Raphael Neider <rneider AT web.de>
762
763         * src/pic/device.c: renamed is_shared to pic14_is_shared
764         * src/pic/gen.c (genIfx): re-enabled handling of sbits
765         * src/pic/glue.c (emitSymbolToFile): added workaround for sbits,
766           (is_valid_identifier): added for above workaround
767
768 2005-12-07 Maarten Brock <sourceforge.brock AT dse.nl>
769
770         * device/lib/Makefile.in: fixed to enable port-specific-objects
771         * device/lib/ds390/i2c390.c (BitOutI2C): optimized by making bout unsigned
772           char, thanks Hubert Sack
773         * doc/sdccman.lyx: documented --xstack-loc,
774           elaborated a bit more on interrupts and pitfalls,
775           removed "setjmp/longjmp unsupported",
776           documented some unsupported C99 features
777         * src/SDCCmain.c (linkEdit): adapted default lib path for --stack-auto
778         * src/SDCCpeeph.c (readRules): inserted patch 1367130 for finding missing
779           if, thanks Hubert Sack
780         * src/mcs51/gen.c (genEndFunction): enabled "pop psw" for regbank 0 isr
781         * support/regression/Makefile.in: test-mcs51-stack-auto no longer needs to
782           make make_library
783         * support/regression/get_ticks.py: new, get cpu cycles and code size, so
784           regression tests can report resource usage (rfe 700441)
785         * support/regression/collate-results.py: report resource usage
786         * support/regression/ports/ds390/spec.mk,
787         * support/regression/ports/hc08/spec.mk,
788         * support/regression/ports/mcs51/spec.mk,
789         * support/regression/ports/ucz80/spec.mk: run sim output through get_ticks
790         * support/regression/ports/ds390/uCsim.cmd,
791         * support/regression/ports/hc08/uCsim.cmd,
792         * support/regression/ports/mcs51/uCsim.cmd,
793         * support/regression/ports/ucz80/uCsim.cmd: inserted "state" to report time
794         * support/regression/ports/mcs51-stack-auto/spec.mk: no need to build the
795           library, use the default one
796         * support/regression/ports/mcs51-xstack-auto/spec.mk: inserted rules for
797           building the library
798
799 2005-12-06 Maarten Brock <sourceforge.brock AT dse.nl>
800
801         * config.dsp: added dependency on .version and configure_vc.awk
802         * device/include/setjmp.h: updated for --stack-auto and --xstack
803         * device/include/mcs51/at89c51snd1c.h: corrected line endings
804         * device/include/mcs51/XC866.h: added, thanks Llewellyn van Zyl
805         * device/lib/_setjmp.c: updated for --stack-auto and --xstack
806         * device/lib/libsdcc.lib: added _setjmp
807         * src/SDCCast.c (createIvalCharPtr): fixed warnings,
808           (decorateType): fixed bug 1372851,
809           (optimizeGetHbit): fixed warning
810         * src/SDCCglue.c (printIvalChar, printIvalArray): adapted for flexible
811           array initialisation
812         * support/regression/tests/bug1057979.c: added test for bug 1358192
813         * support/regression/tests/setjmp.c: added, test for setjmp/longjmp
814
815 2005-12-03 Borut Razem <borut.razem AT siol.net>
816
817         * support/scripts/sdcc.nsi: added /SOLID option to "SetCompressor lzma"
818           command since the NSIS was upgraded to version 2.11 on CF x86-linux2
819
820 2005-11-29 Bernhard Held <bernhard AT bernhardheld.de>
821
822         * src/SDCCast.c (createIvalStruct, createIvalArray, createIvalPtr,
823         createIval): implement symbol independant "flexible array member",
824         (createIvalCharPtr): implemented flexible array initialisation with a
825         string
826         * src/SDCCsymt.c (copyStruct): removed,
827         (getSize): fixed misleading comment,
828         (getAllocSize): removed, the additional allocation size is now in
829         sym->flexArrayLength,
830         (checkStructFlexArray): new, syntax checks for flexible array members,
831         (compStructSize): added syntax checks for "flexible array members"
832         (copyStruct): removed,
833         (copyLinkChain): removed inefficient fix for bug 770487
834         * src/SDCCglue.c (emitRegularMap): getAllocSize has been removed
835         * src/SDCCsymt.h: added structdef.b_flexArrayMember and
836         symbol->flexArrayLength
837         * src/SDCCerr.c,
838         * src/SDCCerr.h: added W_INVALID_FLEXARRAY, W_C89_NO_FLEXARRAY,
839         E_FLEXARRAY_NOTATEND and E_FLEXARRAY_INEMPTYSTRCT
840         * support/regression/tests/structflexarray.c: added
841         * support/valdiag/tests/structflexiblearray.c: added
842
843 2005-11-29 Bernhard Held <bernhard AT bernhardheld.de>
844
845         * src/SDCCast.c (decorateType): fixed bug 1368489
846         * support/Util/SDCCerr.c,
847         * support/Util/SDCCerr.h: added warning W_CMP_SU_CHAR
848
849 2005-11-28 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
850
851         * device/include/mcs51/at89c51snd1c.h: added file submitted by
852           Weston T. Schmidt <schmidtw AT users.sourceforge.net>, patch #1368001
853
854 2005-11-27 Borut Razem <borut.razem AT siol.net>
855
856         * support/cpp2/cppinit.c, support/cpp2/cpplib.h, support/cpp2/mkdeps.c,
857           support/cpp2/mkdeps.h: added command line option
858           -obj-ext=<extension> to SDCPP to define object file externion, used
859           for generation of make dependencies (-M)
860         * src/SDCCmain.c: pass -obj-ext=<extension> to SDCPP
861
862 2005-11-26 Borut Razem <borut.razem AT siol.net>
863
864         * support/scripts/sdcc.nsi: added small-stack-auto libraries,
865           added missing device/lib/mcs51/crt*.asm, pic and pic16 sources,
866           added pic and pic16 libraries
867
868 2005-11-26 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
869
870         * device/include/float.h: Corrected typo in prototype of __fsgt
871
872 2005-11-25 Borut Razem <borut.razem AT siol.net>
873
874         * sdcc/device/lib/Makefile.in, sdcc/device/lib/incl.mk:
875           added creation of model-mcs51-stack-auto libraries
876
877 2005-11-24 Bernhard Held <bernhard AT bernhardheld.de>
878
879         * src/SDCCsymt.c (copyLinkChain): fixed bug 770487, copy structdef
880         and fields-list too
881         * src/SDCCast.c (createIvalArray): removed obsolete comment
882
883 2005-11-24 Borut Razem <borut.razem AT siol.net>
884
885         * sdcc/device/lib/Makefile.in: remove all unnecessary files, 2nd try...,
886           added missing device/lib/mcs51/crt*.asm sources
887
888 2005-11-23 Bernhard Held <bernhard AT bernhardheld.de>
889
890         * src/SDCCast.c (createIvalCharPtr): fixed bug 1348271
891
892 2005-11-22 Maarten Brock <sourceforge.brock AT dse.nl>
893
894         * device/lib/_fs2schar.c,
895         * device/lib/_fs2sint.c,
896         * device/lib/_fs2slong.c: optimized inline asm
897
898 2005-11-21 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
899
900         * device/lib/_fs2slong.c, device/lib/_fs2sint.c, device/lib/_fs2char.c:
901           Better handling of floats between -1.0 and 0.0.
902
903 2005-11-20 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
904
905         * src/mcs51/peeph.def: added missing "if"s as noted by Hubert Sack.
906           (the missing "if"s prohibited removal of redundant labels)
907
908 2005-11-19 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
909
910         * device/lib/_fs2slong.c, device/lib/_fs2sint.c, device/lib/_fs2char.c:
911           Properly convert floats between -1.0 and 0.0 to long, int, and char
912           types (max integer value of negative floats tends to zero).
913         * device/lib/modff.c, device/lib/ceilf.c, device/lib/floorf.c:
914           Removed changes made so to work properly with floats between
915           -1.0 and 0.0, as the problem is fixed in _fs2slong.c, _fs2sint.c,
916           and _fs2char.c
917
918 2005-11-18 Bernhard Held <bernhard AT bernhardheld.de>
919
920         * src/SDCCcse.c (ReplaceOpWithCheaperOp): minor fix for debugging only
921         * src/mcs51/gen.c (genUnpackBits): better code and a fix,
922         (genCast) cosmetic change
923         * src/ds390/gen.c (genUnpackBits, ): ported from mcs51
924         * src/ds390/ralloc.c (packRegsForAssign): ported fix for bitfields
925         from mcs51
926         * support/regression/tests/bitfields (testSignedBitfields): added
927
928 2005-11-18 Borut Razem <borut.razem AT siol.net>
929
930         * sdcc/device/lib/Makefile.in: remove all unnecessary files
931         * device/lib/pic/Makefile.rules, device/lib/pic16/Makefile.subdir:
932           introduced SILENT option to make building of pic16 libraries less
933
934 2005-11-18 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
935
936         * device/lib/modff.c, device/lib/ceilf.c, device/lib/floorf.c:
937           Now they work properly with floats between -1.0 and 0.0
938         * device/lib/printf_large.c: Removed temporary patch for bug 1358192
939
940 2005-11-18 Maarten Brock <sourceforge.brock AT dse.nl>
941
942         * src/SDCCicode.c (printOperand): added missing else
943
944 2005-11-18 Bernhard Held <bernhard AT bernhardheld.de>
945
946         * src/SDCCsymt.c (computeType): fixed bug 1358192: added missing else,
947         reformatted for better readability
948         * src/mcs51/gen.c (genUnpackBits): initial, incomplete support for
949         signed bitfields
950
951 2005-11-17 Borut Razem <borut.razem AT siol.net>
952
953         * device/lib/pic16/Makefile.rules, device/lib/pic16/Makefile.subdir:
954           introduced SILENT option to make building of pic16 libraries less
955           verbose - used for nightly snapshot build
956         * doc/sdccman.lyx: documented that SDCDB and ucSim are currently not
957           available on Win32 platforms.
958         * sdcc/device/lib/Makefile.in: added library sources for mcs51, small,
959           medium, large, pic and pic16
960
961 2005-11-16 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
962
963         * device/lib/printf_large.c: Temporary patch for bug 1358192:
964           printf("%f"...) sets fraction to zero.
965
966 2005-11-16 Raphael Neider <rneider AT web.de>
967
968         * src/pic/pcode.c (LinkFlow): handle empty flows correctly,
969           fixes #1357221
970         * src/pic/gen.c (genIfx): implemented for CARRY bit
971         * src/pic16/gen.c (genAssign,genCast): fixed assigning/casting
972           to generic pointers, fixes #1357332,
973           (pic16_movLit2f): NEW,
974           (pic16_storeForReturn,genDataPointerSet): use pic16_movLit2f
975
976 2005-11-14 Maarten Brock <sourceforge.brock AT dse.nl>
977
978         * src/SDCCmain.c (parseCmdLine): fixed bug 1356800, thanks rsudjian
979
980 2005-11-11 Raphael Neider <rneider AT web.de>
981
982         * src/pic/gen.c: handle FPOINTERS like POINTERS everywhere
983         * src/pic16/gen.c (pic16_derefPtr): now works for non-pointers as well,
984           compute pointer's type from operand,
985           (genUnpackBits,genPackBits): handle FPOINTERS correctly, re-indented,
986           improved single bit reads, fixes bug #1353379
987
988 2005-11-09 Borut Razem <borut.razem AT siol.net>
989
990         * support/scripts/sdcc.nsi: added lib/pic to the package
991
992 2005-11-08 Maarten Brock <sourceforge.brock AT dse.nl>
993
994         * src/SDCCval.c (valUnaryPM): fixed bug 1350699
995
996 2005-11-06 Maarten Brock <sourceforge.brock AT dse.nl>
997
998         * support/regression/tests/bug1348008.c: added
999         * src/mcs51/gen.c (saveRBank, unsaveRBank): fixed bug 1348008
1000         * support/regression/tests/bug1337835.c: updated comment
1001
1002 2005-11-06 Borut Razem <borut.razem AT siol.net>
1003
1004         * sim/ucsim/error.cc, sim/ucsim/errorcl.h,
1005           sim/ucsim/sim.src/stack.cc, sim/ucsim/sim.src/stackcl.h,
1006           sim/ucsim/sim.src/uc.cc, sim/ucsim/sim.src/uccl.h,
1007           sim/ucsim/sim.src/mem.cc, sim/ucsim/sim.src/memcl.h,
1008           sim/ucsim/cmd.src/set.cc, sim/ucsim/cmd.src/show.cc:
1009           dynamic construction of cl_error_class and derivates - 2.nd try
1010
1011 2005-11-05 Borut Razem <borut.razem AT siol.net>
1012
1013         * sim/ucsim/sim.src/error.cc: fixed uninitialized class member variable
1014           bug, which caused Bus Errors on sparc solaris
1015
1016 2005-11-04 Borut Razem <borut.razem AT siol.net>
1017
1018         * sim/ucsim/error.cc, sim/ucsim/errorcl.h,
1019           sim/ucsim/sim.src/stack.cc, sim/ucsim/sim.src/stackcl.h,
1020           sim/ucsim/sim.src/uc.cc, sim/ucsim/sim.src/uccl.h,
1021           sim/ucsim/sim.src/mem.cc, sim/ucsim/sim.src/memcl.h,
1022           sim/ucsim/cmd.src/cmdconf.cc: dynamic construction of cl_error_class
1023           and derivates to resolve the initialization problem on OSX
1024
1025 2005-11-02 Borut Razem <borut.razem AT siol.net>
1026
1027         * sim/ucsim/cmd.src/cmdutil.cc, sim/ucsim/cmd.src/newcmd.cc:
1028           corrected typo - #include <winsock2.h>
1029
1030 2005-11-02 Maarten Brock <sourceforge.brock AT dse.nl>
1031
1032         * src/asm.c (printILine): always close tmpFile, thanks Beau E. Cox,
1033           (_asxxxx_mapping): added org directive for future enhancements
1034
1035 2005-11-01 Borut Razem <borut.razem AT siol.net>
1036
1037         * sim/ucsim/app.cc, sim/ucsim/cmd.src/cmdutil.cc, sim/ucsim/cmd.src/newcmd.cc:
1038           enabled sockets on WIN32
1039         * sim/ucsim/cmd.src/newcmd.cc: fixed bug with uninitialized variables
1040
1041 2005-10-31 Borut Razem <borut.razem AT siol.net>
1042
1043         * support/regression/generate-cases.py: escape backslashes in {testcase}:
1044           WIN32 backslash path delimiters should be escaped when used in C strings
1045         * support/regression/tests/bitfields.c: exclude failing assertions for
1046           __CYGWIN32__ and __MINGW32__ hosts
1047
1048 2005-10-30 Borut Razem <borut.razem AT siol.net>
1049
1050         * src/SDCCutil.c: corrected double comparison typo
1051
1052 2005-10-30 Maarten Brock <sourceforge.brock AT dse.nl>
1053
1054         * device/lib/medium/Makefile: added for new memory model medium
1055         * device/include/asm/mcs51/features.h: updated for medium/pdata
1056         * device/include/mcs51/c8051f120.h: added sfr16/sfr32 definitions,
1057           added Multiply & Accumulate sbit's and MAC0_PAGE define
1058         * device/include/mcs51/c8051f300.h: added sfr16 definitions
1059         * device/include/mcs51/c8051f310.h: added sfr16 definitions
1060         * device/lib/_mullong.c: update for medium model
1061         * device/lib/incl.mk: added medium model
1062         * doc/sdccman.lyx: documented medium model
1063         * src/SDCCast.c (isBitAndPow2): simplified using updated powof2
1064         * src/SDCCicode.c (geniCodeMultiply, geniCodeDivision): use updated powof2
1065         * src/SDCCmain.c (optionsTable, linkEdit): enabled medium model
1066         * src/SDCCmem.c (allocIntoSeg): set iaccess for pdata symbols,
1067           (allocParms): set SCLS and OCLS to pdata for medium model
1068         * src/SDCCsymt.c (processFuncArgs): use default_local_map and set iaccess
1069           for pdata,
1070           (powof2): return <0 if not power of 2
1071         * src/avr/gen.c (genBitWise): use updated powof2
1072         * src/mcs51/gen.c (genMinusDec): use acc if necessary,
1073           (shiftR2Left2Result): small optimization in setup, save acc when storing,
1074           (shiftLLeftOrResult): use B if necessary
1075         * src/mcs51/main.c (_mcs51_finaliseOptions, mcs51_port): added medium model
1076         * src/mcs51/peeph.def: renamed 226 to 226.b, added 226.a
1077         * src/pic/main.c (_pic14_do_link): made void parameter list explicit
1078         * support/regression/Makefile.in: added test-mcs51-medium
1079         * support/regression/ports/mcs51-medium/spec.mk: added to test medium model
1080
1081 2005-10-28 Bernhard Held <bernhard AT bernhardheld.de>
1082
1083         * src/SDCCsymt.c (compStructSize): make bitfields without (un)signed
1084         specifier unsigned
1085         * device/lib/time.c (mktime): fixed bug 1334315
1086
1087 2005-10-28 Raphael Neider <rneider AT web.de>
1088
1089         * device/include/pic/p16f_common.inc: added common declarations
1090         * src/pic/ralloc.c (initStack): moved regs *r to block start for Alpha
1091
1092 2005-10-27 Maarten Brock <sourceforge.brock AT dse.nl>
1093
1094         * src/mcs51/gen.c (getTempRegs): return 0 if not enough registers found,
1095           (aopPutUsesAcc): added to predict accumulator use,
1096           (assignResultValue): save acc if necessary,
1097           (genMinusDec): store result if indirectly addressed,
1098           (genDivOneByte):  save acc if necessary,
1099           (movLeft2Result): bugfix if left already in acc,
1100           (genAnd, genOr, genXor, shiftL2Left2Result, shiftR2Left2Result): pay more
1101             attention to accumulator use (esp. pdata),
1102           (genReceive): receive pdata correctly
1103         * src/SDCCicode.c (isOperandInPagedSpace): added to detect pdata operands
1104         * src/SDCCicode.h: added isOperandInPagedSpace prototype
1105
1106 2005-10-27 Raphael Neider <rneider AT web.de>
1107
1108         * doc/sdccman.lyx: corrected version (should be 2.5.4 not 2.5.5)
1109
1110 2005-10-27 Raphael Neider <rneider AT web.de>
1111
1112         * .version: changed version to 2.5.4
1113         * doc/sdccman.lyx: changed version to 2.5.4, added some remarks to PIC14
1114         * device/lib/pic/libsdcc/{_mulint.c,_mullong.c}: use unsigned literals,
1115           (_divschar.c,divuchar.c,_mulchar.c,_modschar.c,_moduchar): NEW,
1116             arithmetics support routines
1117         * device/lib/pic/Makefile.rules: have assembler sources preprocessed
1118         * device/lib/Makefile.in: also create installdir for pic
1119
1120         * src/SDCCopt.c (cnvToFcall): mark support routines `extern' for
1121           pic14 port as well
1122         * src/pic/device.c (dump_sfr): rewritten to delegate register
1123           placement to the linker (use `extern sym' rather than sym EQU addr),
1124           (validAddress): fixed to check last specified address
1125         * src/pic/gen.c (aopForSym): added code to deal with array (useless?),
1126           (popGetLit): truncate literal value to 8 bit,
1127           (popGet): moved assert to more appropriate place
1128           (popGetExternal): create pCode operand from and mark the according
1129             symbol as being `extern'
1130           (popGetAddr): added sanity check on immediate's offset, provide
1131             GPOINTER tag on demand
1132           (aopPut): fixed for immediates,
1133           (mov2w_op): move operand's address or contents to WREG (depending on
1134             operand type), safer variant of mov2w,
1135           (movwf,call_libraryfunc): NEW, handy abbreviations,
1136           (get_argument_pcop,get_return_val_pcop,pass_argument,
1137           get_returnvalue): interface for accessing function parameters and
1138             return values,
1139           (assignResultValuei,genRet): use new parameter/return value interface
1140           (pic14_getDataSize): back to old version handling generic pointers,
1141           (pic14_toBoolean,genNot,genCpl,genCmpEq,genOrOp): heavily rewritten,
1142             provided implementation and/or fixed old one,
1143           (genMultOneByte,genDivOneByte,genModOneByte): implemented as library
1144             calls, removed legacy 8051 reference code
1145           (AccLsh,AccRsh): rewritten and fixed to deal with signed operands
1146           (loadSignToC): NEW, move the operands sign bit to CARRY,
1147           (genGenericShift): NEW, replaces genLeftShift, genRightShift and
1148             genRightShiftSigned, accepts negative shift counts,
1149           (setup_fsr): load FSR and adjust IRP (indirect memory access),
1150           (emitPtrByteGet,emitPtrByteSet): rewritten, now works with
1151             generic pointers, __data pointers and __code pointers,
1152           (genUnpackBits,genPackBits): rewritten to work with generic pointers
1153             and signed bitfields, limit bitfields to 8 bit,
1154           (genDataPointerGet): fixed number of bytes read,
1155           (genGenPointerGet,genConstPointerGet): fixed bitfield access,
1156           (genPointerGet,genPointerSet): fixed handling of __code pointers,
1157             pointers to constant data are no longer assumed to point to __code
1158             space, removed invalid pointer types,
1159           (bitpatternFromVal): retrieve the PICs representation of an integer
1160             or float literal,
1161           (genDataPointerSet): fixed assigning to po_immediate operands,
1162           (genGenPointerSet): implemented as library call,
1163           (genIfx): fixed incorrect condition,
1164           (genAddrOf): limit generic pointers' addresses to 2 bytes,
1165             provide GPOINTER tag according to destination's storage class,
1166           (genCast): added code to handle casting to generic pointers, added
1167             sign-/zero extension of the result
1168           (aop_isLitLike,op_isLitLike): fixed handling of immediates
1169         * src/pic/gen.h: added macros to access IRP bit in STATUS register
1170         * src/pic/genarith.c (genAddLit): use min(result's,left's) size, sign
1171           extend the result
1172         * src/pic/glue.c (is_shared_address,is_shared): check whether a given
1173           address/register resides in the shared banks
1174           (emitSymbolToFile): improved to handle global and `pinned' symbols,
1175             put all variables into separate sections (have the linker arrange
1176             them)
1177           (picglue): put init code and interrupt handlers in separate sections
1178         * src/pic/main.c: added port specific options table, modified to PORT
1179           structure to make GPOINTERs 3 byte, added pic14_options
1180           (_pic14_do_link): private linking routine (update paths to libraries,
1181             add libsdcc.lib by default)
1182         * src/pic/main.h: declare pic14_options
1183         * src/pic/pcode.c: fixed instructions i/o relations,
1184           (RegCond): reverted to correct version,
1185           (newpCodeOpLit): truncate literals to 8 bit,
1186           (genericPrint): added debug output,
1187           (getRegFromInstruction): fixed for various operand types, simplified
1188           (BuildFlow): fixed broken handling of isntructions with labels
1189           (LinkFlow): start at last instruction in flow (skip trailing comments),
1190             pass the flow on to the next instruction after CALL
1191           (pCodeReplace): NEW, replace a pCode and move meta data to the new one
1192           (insertPCodeInstruction): fixed inserting after a skip instruction,
1193           (DoBankSelect): fixed for labeled instructions
1194           (OptimizepBlock): honor --nopeep switch
1195           (AnalyzeFlow,ReuseReg): prevent crash on source files with no function
1196         * src/pic/pcodepeep.c (pCodePeepMatchRule): prevent NULL pointer accesses
1197         * src/pic/pcoderegs.c (regIsLocal): NEW, check visibility of a register
1198           (pCodeOptime2pCodes): allow disabling this optimization via
1199             --no-pcode-opt due seldomly occuring bugs, fixed some conditions
1200             but is still buggy), started implementation of a dataflow based
1201             pCode optimization (CSE + dead code elimination)
1202           (pCodeRegMapLiveRangesInFlow): removed bogus inCond
1203         * src/pic/ralloc.c (initStack): renamed stack registers to STK%d, the new
1204           names are independant of the stack location and therefore portable across
1205           devices
1206
1207 2005-10-27 Maarten Brock <sourceforge.brock AT dse.nl>
1208
1209         * src/mcs51/ralloc.c (bitType): added to detect bit variables,
1210           (selectSpil): fixed bug 1337835 by not spilling bit variables
1211         * support/regression/tests/bug1337835.c: added test for this bug
1212         * src/mcs51/peeph.def: restart after rule 3.c,
1213           addded rules 263.x to optimize loading constants
1214
1215 2005-10-26 Raphael Neider <rneider AT web.de>
1216
1217         * src/SDCCsymt.c (compStructSize): allow signed bitfields for PIC ports
1218         * src/pic16/gen.c (genUnpackBits): support signed bitfields,
1219           (genAssign): emit warning when casting literals to generic pointer
1220             type, also applies when taking the address of a fixed variable,
1221           (genCast): improved casting to generic pointers
1222         * src/pic16/glue.c (pic16emitStaticSeg): fixed(?) handling of fixed
1223           extern variables, added verbose error message
1224         * device/include/pic16/{string.h,errno.h}: added #pragma library c
1225
1226 2005-10-26 Bernhard Held <bernhard AT bernhardheld.de>
1227
1228         * src/mcs51/gen.c (genMinus): fixed bug 1270906: reverse subtraction,
1229         carry must be complemented too
1230         * src/mcs51/peeph.def: addded rule 262 to remove double cpl c, which
1231         could be emitted by genMinus
1232         * src/SDCCval.c (constVal): fixed bug 1305065
1233
1234 2005-10-25 Bernhard Held <bernhard AT bernhardheld.de>
1235
1236         * src/SDCCast.c (addCast): added promotion for bit variables
1237         (decorateType): emit W_COMPLEMENT before the problem vanishes behind
1238         promotion casts + optimisation
1239         (optimizeGetWord): fix warning 'i' might be used uninitialized
1240         * src/mcs51/gen.c (genCpl): removed W_COMPLEMENT
1241         * src/ds390/gen.c (genCpl): removed W_COMPLEMENT
1242
1243 2005-10-24 Bernhard Held <bernhard AT bernhardheld.de>
1244
1245         * src/SDCCicode.c (ast2iCode): reverted to 1.224 because of regression:
1246         all chars are promoted to int; promotion should be handled in SDCCast.c
1247
1248 2005-10-15 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
1249
1250         * device/lib/_strcmp.c: Fixed bug 1326457
1251
1252 2005-10-11 Raphael Neider <rneider AT web.de>
1253
1254         * device/lib/pic16/libio/i2c.ignore: added 1320, fixes broken builds
1255         * device/lib/pic16/libdev/pic18f1320.c: added 1320's device library
1256
1257 2005-10-05 Maarten Brock <sourceforge.brock AT dse.nl>
1258
1259         * src/SDCC.y (AT): fixed bug with sfr32 addresses when built with GCC
1260         * support/regression/tests/sfr16.c: added test for the sfr32 bug
1261
1262 2005-10-04 Raphael Neider <rneider AT web.de>
1263
1264         * device/include/pic16/pic18fregs.h, src/pic16/devices.inc,
1265           device/lib/pic16/pics.all: added pic18f1320
1266         * src/pic16/pcode.c (mnem2key): fixed prototype's argument mismatch
1267
1268 2005-09-30 Raphael Neider <rneider AT web.de>
1269
1270         * src/pic16/device.c (Pics16[]): moved device descriptions to devices.inc
1271         * src/pic16/devices.inc: NEW, provides device descriptions
1272         * src/pic16/gen.c (genInline): fixed handling of ';'-comments
1273
1274 2005-09-26 Maarten Brock <sourceforge.brock AT dse.nl>
1275
1276         * src/SDCCicode.c (operandOperation): added GETABIT, GETBYTE, GETWORD and
1277           GETHBIT
1278
1279 2005-09-25 Maarten Brock <sourceforge.brock AT dse.nl>
1280
1281         * doc/sdccman.lyx: updated Highest Order Bit documentation,
1282           documented Any Order Bit, Higher Order Byte and Higher Order Word
1283         * src/SDCC.y: added tokens GETABIT, GETBYTE, GETWORD
1284         * src/SDCCast.c (optimizeGetHbit): updated to also accept bool=expr&(1<<n),
1285           (optimizeGetAbit): new, to get any bit, not only the high bit,
1286           (optimizeGetByte): new, to get a byte from a (long) int: expr>>(8*n),
1287           (optimizeGetWord): new, to get a word from a long int: expr>>(8*n),
1288           (isConformingBody): also check GETABIT, GETBYTE, GETWORD,
1289           (decorateType): '&': also try GETABIT, GETBYTE, GETWORD optimization,
1290             RIGHT_OP: also try GETBYTE, GETWORD optimization,
1291             GETABIT, GETBYTE, GETWORD: decorate them,
1292           (isShiftRightLitVal, isBitAndPowOf2): new helper functions,
1293           (ast_print): added GETABIT, GETBYTE, GETWORD
1294         * src/SDCCcse.c (isSignedOp): added GETABIT, GETBYTE, GETWORD
1295         * src/SDCCicode.c (codeTable): added GETABIT, GETBYTE, GETWORD,
1296           (geniCodeBinary): new generic binary icode,
1297           (ast2iCode): added GETABIT, GETBYTE, GETWORD
1298         * src/port.h: updated comment for PORT.hasExtBitOp
1299         * src/mcs51/gen.c (genGetAbit): new, to get any single bit,
1300           (genGetByte): new, to get a single byte,
1301           (genGetWord): new, to get a word from a long,
1302           (gen51Code): added GETABIT, GETBYTE, GETWORD
1303         * src/mcs51/main.c (hasExtBitOp): added GETABIT, GETBYTE, GETWORD
1304
1305 2005-09-23 Raphael Neider <rneider AT web.de>
1306
1307         * configure.in, configure: have device/lib/pic configured
1308         * device/lib/Makefile.in: added model-pic14
1309         * device/lib/clean.mk: added pic/ to clean rule
1310         * device/lib/pic: added rudimentary pic14 library providing support
1311           functions for multiplication/division/generic pointer access
1312         * src/SDCCopt.c (convilong): mark support functions as extern
1313           for pic14 port as well
1314         * src/pic/gen.c (genMult): added assertions,
1315           (genpic14Code): emit warning on unhandled iCodes
1316         * src/pic/main.c (_hasNativeMulFor): return true only for 8x8 bit
1317         * src/pic/pcode.c (pCodeOpCopy),
1318         * src/pic16/pcodepeep.c (pic16_pCodeOpCopy): fixed handling of various
1319           pCodeOpReg-subtypes (PO_{STATUS,INTCON,PCL,PCLATH,PCLATU,BSR,
1320           SFR_REGISTER}), made safe for future extensions
1321         * src/pic16/pcode.c (pic16_safepCodeUnlink): allow for removal of
1322           instructions even if preceeded by SKIP instructions (also remove
1323           them); removed unused code
1324         * src/pic16/pcode.h: added arg2 to pCodeOpLit to match pCodeOpLit2,
1325           prevents leaving parts of the structure uninitialized after copying
1326
1327 2005-09-22 Maarten Brock <sourceforge.brock AT dse.nl>
1328
1329         * src/mcs51/gen.c (genMinus): fix for undetected bug introduced 3 months
1330           ago by me
1331         * support/regression/tests/addsub.c: added test for the bug
1332
1333 2005-09-21 Raphael Neider <rneider AT web.de>
1334
1335         * device/include/pic16/pic18f1220.h,
1336           device/lib/pic16/libdev/pic18f1220.c: added ECCPAS sfr and bitfield
1337         * device/lib/pic16/Makefile.rules: added missing opening paren
1338         * src/pic16/gen.c (pic16_genNot,pic16_genCpl): removed as these
1339           are provided in genutils.c,
1340           (genUminusFloat,genUminus,genCmpEq): added asserts on different
1341           operand/result sizes,
1342           (genCmp): assert on NULL pointers first, then check deref'ed values
1343         * src/pic16/genutils.c (pic16_genCpl): fixed for different operand/
1344           result size
1345
1346 2005-09-18 Raphael Neider <rneider AT web.de>
1347
1348         * src/pic16/gen.c (genFarPointerGet,genFarPointerSet): removed
1349           as these are now unused,
1350           (genPointerGet,genPointerSet): handle FPOINTERs like POINTERs
1351         * src/pic16/pcode.c (pic16_symIsSpecial): assume REG_TMPs to be
1352           local, avoids uninitialized pointer dereference on r->name
1353         * src/pic16/ralloc.c (newReg): fixed indentation
1354
1355 2005-09-13 Maarten Brock <sourceforge.brock AT dse.nl>
1356
1357         * src/SDCCval.c (constVal): fixed bug 730366
1358         * support/Util/SDCCerr.c,
1359         * support/Util/SDCCerr.h: added warning W_INVALID_INT_CONST
1360
1361 2005-09-10 Maarten Brock <sourceforge.brock AT dse.nl>
1362
1363         * as/mcs51/lkmem.c (summary2): fixed report for absolute areas (bug 1210220)
1364
1365 2005-09-09 Maarten Brock <sourceforge.brock AT dse.nl>
1366
1367         * src/mcs51/peeph.def (241.x): fixed bug when comparing generic pointers
1368
1369 2005-09-08 Maarten Brock <sourceforge.brock AT dse.nl>
1370
1371         * as/hc08/lkaomf51.c (OutputName): made name unsigned char,
1372           (hex2dec): made hex_digit unsigned char, removed ascii dependance
1373         * as/mcs51/lkaomf51.c (OutputName): made name unsigned char,
1374           (hex2dec): made hex_digit unsigned char, removed ascii dependance
1375         * as/mcs51/lkarea.c (lnkarea2): sort absolute areas to the front
1376         * packihx/packihx.c (hexDigit): made c unsigned char
1377         * as/mcs51/lklibr.c (fndsym),
1378         * link/z80/lkgb.c (gb),
1379         * link/z80/lklibr.c (fndsym),
1380         * link/z80/lkrloc.c (relr),
1381         * sim/ucsim/libltdl/ltdl.c (load_deplibs, try_dlopen),
1382         * src/SDCC.lex (checkCurrFile, process_pragma),
1383         * src/SDCCglue.c (spacesToUnderscores),
1384         * src/SDCCmain.c (setParseWithComma, processFile),
1385         * src/asm.c (tvsprintf, printCLine),
1386         * src/avr/gen.c (emitcode, aopPut),
1387         * src/ds390/gen.c (emitcode),
1388         * src/hc08/gen.c (emitcode, emitinline),
1389         * src/mcs51/gen.c (emitcode, genInline),
1390         * src/pic/pcodepeep.c (cvt_extract_destination, cvt_extract_status,
1391           tokenizeLineNode),
1392         * src/pic/ralloc.c (debugLog),
1393         * src/pic16/pcodepeep.c (cvt_extract_destination, cvt_extract_status,
1394           tokenizeLineNode),
1395         * src/pic16/ralloc.c (debugLog),
1396         * src/z80/main.c (_process_pragma):
1397            made all ctype.h function calls safe
1398         * src/SDCCopt.c: include math.h for fabs
1399         * src/SDCCpeeph.c: added macros ISCHARDIGIT, ISCHARSPACE and ISCHARALNUM
1400           and used them throughout the code to make ctype.h function calls safe
1401         * src/ds390/main.c (asmLineNodeFromLineNode),
1402         * src/mcs51/main.c (asmLineNodeFromLineNode): made p unsigned char*
1403         * src/pic/gen.c (DEBUGpic14_emitcode, pic14_emitcode): made lbp
1404            unsigned char*
1405         * src/pic/pcode.c (mnem2key): made mnem unsigned char*,
1406           (newpCodeAsmDir): made ctype.h function calls safe
1407         * src/pic16/gen.c (pic16_emitpcomment, DEBUGpic16_emitcode,
1408           pic16_emitcode):  made lbp unsigned char*
1409         * src/pic16/pcode.c (mnem2key): made mnem unsigned char*,
1410           (pic16_newpCodeAsmDir): made ctype.h function calls safe
1411         * src/xa51/gen.c (emitcode),
1412         * src/z80/gen.c (_emit2): made lbp unsigned char*
1413         * support/Util/MySystem.c (split_command): made cmd_line and p unsigned
1414            char*
1415
1416 2005-09-05 Raphael Neider <rneider AT web.de>
1417
1418         * src/pic16/ralloc.c (pic16_allocDirReg): use device specific
1419           access bank splitpoint
1420
1421 2005-09-05 Raphael Neider <rneider AT web.de>
1422
1423         * device/lib/pic16/libc/Makefile: added (missing) string to SUBDIRS
1424
1425 2005-09-03 Maarten Brock <sourceforge.brock AT dse.nl>
1426
1427         * .version: changed to version 2.5.3
1428         * doc/sdccman.lyx: changed version to 2.5.3,
1429           documented --codeseg and --constseg and pragma codeseg and constseg,
1430           documented bit parameters (reentrant) and bit returning
1431         * src/SDCCicode.c (geniCodeReceive): fixed (possible) bug generating
1432            currFunc->recvSize, but is this ok for all ports?
1433           (ast2iCode): result of ~ on unsigned char must be cast to int for
1434            bool to work
1435         * src/SDCCmem.c (allocGlobal, allocLocal): don't put bit returning
1436           function pointers in bit space
1437         * src/SDCCsymt.c (checkSClass): allow bit returning function pointers,
1438           (processFuncArgs): call port.reg_parm() with reentrancy info
1439         * src/port.h,
1440         * src/avr/main.c,
1441         * src/ds390/main.c,
1442         * src/hc08/main.c,
1443         * src/pic/main.c,
1444         * src/pic16/main.c,
1445         * src/xa51/main.c,
1446         * src/z80/main.c: port.reg_parm prototype extended with
1447           "bool reentrant" parameter
1448         * src/mcs51/main.c (_mcs51_regparm): use parameter reentrant instead of
1449           options.stackAuto for allocating bit register parameters
1450         * src/mcs51/gen.c (genNot): optimized complementing direct bit,
1451           (genSend): set BitBankUsed if it is,
1452           (selectRegBank): factored out of genCall for use in genPcall,
1453           (genCall): removed redundant dtype assignmen, use selectRegBank,
1454           (genPcall): handle returning in Carry properly, save in F0 if needed,
1455           (genReceive): handle bit register parameters
1456         * src/mcs51/ralloc.c (updateRegUsage): update BitBankUsed along the way,
1457           (mcs51_assignRegisters): enable bit registers for all reentrant
1458            functions and don't set BitBankUsed unconditionally
1459         * src/mcs51/peeph.def (177.d): fixed bug if %2==%3
1460         * support/regression/tests/bitvars.c: enable tests for SDCC_STACK_AUTO
1461         * support/regression/tests/funptrs.c: added tests for BOOL and for return
1462
1463 2005-08-27 Borut Razem <borut.razem AT siol.net>
1464
1465         * device/lib/Makefile.in: cp on sparc-solaris (SunOS) and on
1466         ppc-osx (Darwin) does not support -u option. It seems that it is
1467         supported only on Linux - GNU cp
1468
1469 2005-08-25 Borut Razem <borut.razem AT siol.net>
1470
1471         * sim/ucsim/gui.src/serio.src/Makefile.in,
1472           sim/ucsim/s51.src/Makefile.in, sim/ucsim/avr.src/Makefile.in,
1473           sim/ucsim/z80.src/Makefile.in, sim/ucsim/hc08.src/Makefile.in,
1474           sim/ucsim/xa.src/Makefile.in: install -s changed to 2 steps:
1475           install and strip, since the strip at /usr/ccs/bin should be used
1476           on solaris
1477
1478 2005-08-24 Borut Razem <borut.razem AT siol.net>
1479
1480         * clean.mk, device/lib/clean.mk: find on sparc-solaris does not support -maxdepth option
1481
1482 2005-08-23 Bernhard Held <bernhard AT bernhardheld.de>
1483
1484         * src/SDCCopt.c (convertToFcall): fixed modulus with divisors 1 and
1485         ffffffffu
1486
1487 2005-08-23 Maarten Brock <sourceforge.brock AT dse.nl>
1488
1489         * as/mcs51/aslink.h: completed lkrloc.c prototypes
1490         * as/mcs51/lkmain.c (link_main): fixed warning
1491         * device/include/stdbool.h: ds390 has no advanced bit support yet
1492         * src/SDCC.y: use SPEC_SHORT and renamed _signed to b_signed
1493         * src/SDCCsymt.c: use SPEC_SHORT and renamed _signed to b_signed
1494         * src/SDCCsymt.h (struct specifier): renamed _xxx bitfields to b_xxx
1495           and updated their macros
1496         * src/SDCCval.c (constVal): updated comment for renamed b_long
1497
1498 2005-08-22 Maarten Brock <sourceforge.brock AT dse.nl>
1499
1500         * as/mcs51/asdata.c: changed ctype['['] to BINOP
1501         * as/mcs51/asexpr.c (expr): added case '[' for bit access in bdata,
1502           (term): abused bit 15 of s_addr to indicate bit-addressable bytes,
1503           (oprio): set priority for '['
1504         * as/mcs51/aslink.h: added define R_BIT, and prototypes for adb_bit
1505            and adb_24_bit
1506         * as/mcs51/asm.h: added defines R_BIT and S_BIT
1507         * as/mcs51/lkarea.c (lnksect2): use T for seg BIT_BANK and overlay it
1508         * as/mcs51/lkdata.c: changed ctype['['] to BINOP
1509         * as/mcs51/lkmain.c (Areas51): rel2 contains 12 (=C) areas now,
1510           added overlayable BIT_BANK area
1511         * as/mcs51/lkmem.c (summary): add BIT_BANK to BSEG_BYTES in the report,
1512           (summary2): explain 'T' in legenda
1513         * as/mcs51/lkrloc.c: replaced old K&R style,
1514           (relr): added R_BIT processing,
1515           (errmsg): added "Bit-addressable relocation error",
1516           (adb_bit): added for converting from byte- to bit-addressable space,
1517           (adb_24_bit): added for converting from byte- to bit-addressable space
1518         * device/include/stdbool.h: changed BOOL to __bit for mcs51 as it can be
1519            used in reentrant functions now even as return value
1520         * device/lib/_gptrput.c (_gptrput): removed obsolete code
1521         * src/SDCCast.c (resultTypePropagate): also propagate AND_OP and OR_OP,
1522           (decorateType): case '!', GETHBIT, AND_OP, OR_OP: result in bool or char
1523         * src/SDCCglobl.h: added indicator BitBankUsed
1524         * src/SDCCglue.c (glue): emit area BIT_BANK with byte 'bits' and equ's for
1525            the bit registers b0-b7
1526         * src/SDCCicode.c (operandFromSymbol): removed IS_BITVAR check,
1527           (geniCodeCast): fixed bug 1263853,
1528           (geniCodeLogicAndOr): put result in bool or char,
1529           (geniCodeReceive): added parameter func for accessing the return type,
1530           (geniCodeFunctionBody): pass func to geniCodeReceive
1531         * src/SDCCmain.c: added indicator BitBankUsed
1532         * src/SDCCmem.c (allocLocal): explicitly set sclass for V_BIT
1533         * src/SDCCsymt.c (newBoolLink): added for creating a bool/bit,
1534           (checkSClass): don't put automatic bool/bit on stack,
1535           (checkFunction): removed check on function cannot return bit
1536         * src/SDCCsymt.h: added newBoolLink prototype
1537         * src/mcs51/gen.c (rb1regs): added bit registers,
1538           (movc): created for assigning to carry,
1539           (pushReg, popReg): created for pushing registers,
1540           (sameRegs): check both AOP_REG and AOP_CRY types,
1541           (aopOp): handle bit registers,
1542           (aopPut): optimization no self-assign,
1543           (saveRegisters): push reg->base (bits) only once for bit registers,
1544            and use pushReg,
1545           (unsaveRegisters): pop reg->base only once and use popReg,
1546           (assignResultValue): added parameter func and return in carry for bits,
1547           (genIpush): optimization no reload in A if not changed,
1548           (genSend): bit parameters in reentrant functions are passed in bit
1549            registers by first assigning to bits in B, then save registers and
1550            copy B to bits,
1551           (genCall): handle returning in Carry properly, save it in F0 if needed,
1552           (genPcall): updated assignResultValue call, this is not safe yet for bit
1553            returning function !!!
1554           (genFunction): don't generate equ's for bit registers and use pushReg,
1555           (genEndFunction): take care of bit returning functions and use popReg,
1556           (genRet): return bit in Carry,
1557           (genIfx): optimize bit registers and other directly addressable bits,
1558           (genReceive): updated assignResultValue call
1559         * src/mcs51/main.c (_mcs51_reset_regparm): added regBitParmFlg,
1560           (_mcs51_regparm): allow passing of upto 8 bit parameters in bit
1561            registers when using stack-auto
1562         * src/mcs51/ralloc.c (_G): added allBitregs,
1563           (regs8051): added the bit registers,
1564           (createStackSpil): use macro IS_BIT,
1565           (getRegBit): added to allocate a bit register, else spill,
1566           (getRegBitNoSpil): added to allocate a bit register, else a gpr,
1567           (updateRegUsage): factored out to ease stepping while debugging,
1568           (serialRegAssign): use updateRegUsage, only spill bits if necessary,
1569            also allocate bit registers,
1570           (fillGaps): handle bit registers,
1571           (findAllBitregs): added to create bit vector with all bit registers,
1572           (mcs51_allBitregs): returns this bit vector,
1573           (mcs51_assignRegisters): when using stack-auto use bit registers for
1574            passing parameters and creating local variables
1575         * src/mcs51/ralloc.h: added B0_IDX..B7_IDX and prototype mcs51_allBitregs
1576
1577 2005-08-22 Borut Razem <borut.razem AT siol.net>
1578
1579         * device/lib/Makefile.in: replaced find option -or with -o
1580           to make it run on solaris
1581
1582 2005-08-22 Raphael Neider <rneider AT web.de>
1583
1584         * src/pic16/gen.c (pic16_loadFromReturn): added check for AOP_PCODE,
1585           fixes #1265442 (crash on Solaris)
1586
1587 2005-08-20 Borut Razem <borut.razem AT siol.net>
1588
1589         * configure, configure.in: added tests for libsocket and libnsl libraries,
1590           requred by sdcdb on sparc-solaris; generate support/regression/Makefile
1591           from support/regression/Makefile.in
1592         * support/regression/Makefile.in: added
1593         * device/lib/pic16/Makefile.common.in: force make to use bash shell
1594         * sim/ucsim/libtool: regenerated on sparc-solaris
1595         * sim/ucsim/avr.src/Makefile.in, sim/ucsim/hc08.src/Makefile.in,
1596           sim/ucsim/s51.src/Makefile.in, sim/ucsim/xa.src/Makefile.in,
1597           sim/ucsim/z80.src/Makefile.in: removed GNU ld specific linker options
1598           -Wl,--start-group and -Wl,--end-group to enable ucsim compilation on
1599           sparc-solaris, which doesn't use GNU ld linker
1600         * device/lib/Makefile.in: cp on sparc-solaris (SunOS) does not support -u option
1601         * as/Makefile: find on sparc-solaris does not support -maxdepth option
1602
1603 2005-08-19 Maarten Brock <sourceforge.brock AT dse.nl>
1604
1605         * src/mcs51/peeph.def: updated comments
1606
1607 2005-08-16 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
1608
1609         * device/lib/_gptrget.c,
1610         * device/lib/_gptrput.c: slightly shorter
1611         * doc/sdccman.lyx: incremented version
1612         * src/mcs51/peeph.def: moved peephole comments to the line of first
1613           change to better keep line correlation, reanimated 186.e
1614         * src/mcs51/peeph.def: renamed similar peepholes by using suffixes
1615
1616 2005-08-16 Slade Rich <slade_rich AT users.sourceforge.net>
1617
1618         * src/pic/pcode.c : Pasted ".line" assembly directives patch from
1619           David Saxton with quotes around file name.
1620
1621 2005-08-15 Borut Razem <borut.razem AT siol.net>
1622
1623         * support/regression/tests/bitfields.c, support/regression/tests/bitvars.c,
1624           support/regression/tests/bitwise.c, support/regression/tests/literalop.c,
1625           support/regression/tests/rotate.c, support/regression/tests/zeropad.c:
1626           make tests run on x86_64 platform
1627
1628 2005-08-13 Raphael Neider <rneider AT web.de>
1629
1630         * device/lib/pic16/Makefile.subdir: weakened clean-intermediate rule
1631           as it might be executed DURING a build (parallel make is wonderful)
1632
1633 2005-08-13 Raphael Neider <rneider AT web.de>
1634
1635         * device/lib/Makefile.in (port-specific-objects-pic16):
1636           revert to cp $(PORT)/bin/*.* $(PORTDIR)
1637         * device/lib/pic16/Makefile: added .PHONY targets, removed builddir
1638           dependency
1639         * device/lib/pic16/Makefile.rules: build subdirs before creating
1640           the library, removed builddir rule, create $(builddir) early in
1641           recurse rule, use empty recurse rule for leaf directories
1642         * device/lib/pic16/Makefile.subdir: added phony targets, ignore
1643           mkdir errors (race condition), removed duplicate suffix "hex"
1644           from clean rules
1645         * device/lib/pic16/libdev/Makefile: recursive make via + and $(MAKE)
1646         * device/lib/pic16/libio/Makefile: create sub-make's builddir early,
1647           prevents mkdir -p from aborting on Alpha
1648
1649 2005-08-12 Raphael Neider <rneider AT web.de>
1650
1651         * src/pic16/glue.c (pic16_print(G)PointerType): do not flush
1652           db-statements in order to allow for arrays of pointers in code
1653           sections to be placed without interspersed 0-padding, fixes
1654           bug #1256215
1655         * (emitStatistics): fixed division by zero for pic18f1220
1656         * src/pic16/pcode.c: buffer (up to) 12 DB directives to allow for
1657           unpadded writing of 8-bit, 16-bit, 24-bit and 32-bit values
1658         * (pic16_emitDS): respect DB_ITEMS_PER_LINE
1659         * (pic16_pCodeConstString): keep track of already emitted string
1660           literals to prevent "duplicate definitions of symbol _str_NR"
1661         * src/pic16/ralloc.c (pic16_allocRegByName): removed not so helpful
1662           debug message
1663         * device/lib/Makefile.in: ignore failing PIC16 library builds
1664         * device/lib/pic16/Makefile: do not build if gputils are missing
1665         * device/lib/pic16/Makefile.common.in: do not enforce MAKEFLAGS=-s
1666
1667 2005-08-10 Raphael Neider <rneider AT web.de>
1668
1669         * device/lib/Makefile.in: fixed copying pic16 libraries (broken by
1670           my last commit)
1671
1672 2005-08-10 Raphael Neider <rneider AT web.de>
1673
1674         * src/*.c, src/pic16/{gen.c,glue.c,main.c}: applied Vangelis
1675           Rokas' patch to add the new fixed point type "__fixed16x16"
1676         * device/lib/pic16/libsdcc/fixed16x16: added Vangelis' support
1677           functions for __fixed16x16 arithmetics
1678         * device/lib/pic16: reimplemented the build system to support
1679           a separate build directory, better handling of libio (create
1680           the library in a separate subdir for each architecture) and
1681           easier configuration (centralized in Makefile.common)
1682
1683 2005-08-07 Raphael Neider <rneider AT web.de>
1684
1685         * src/pic16/gen.c (genrshTwo): fixed sign extension
1686         * src/pic16/device.c: added pic18f2320, 4220 and 4320
1687         * device/include/pic16/pic18f2220.h: changed some bit definitions,
1688           added T0CONbits
1689         * device/include/pic16/pic18f4220.h: NEW, header for
1690           pic18f4220 and pic18f4320
1691         * device/include/pic16/pic18fregs.h: added new devices,
1692           embraced Nop(), ClrWdt(), Sleep() and Reset() with do {} while(0)
1693         * device/include/pic16/signal.h: resolved name clashes
1694           on bit definitions, added DEF_HANDLER2(sig1,sig2,handler)
1695           to also allow testing for interrupt enable bits, added
1696           comments on how to use the macros
1697         * device/lib/pic16/libdev/pic18f2220.c: added T0CONbits
1698         * device/lib/pic16/libdev/pic18f{2320,4220,4320}.c: NEW,
1699           register definitions for the devices
1700         * device/lib/pic16/pics.all: added new devices
1701         * device/lib/pic16/libc/stdlib/calloc.c: fixed zeroing
1702           allocated memory
1703         * device/lib/pic16/libc/stdlib/memfree: do not count
1704           the block header as free memory
1705         * device/lib/pic16/libc/stdlib/memmisc.c (_initHeap):
1706           simplified and added missing end-of-blocklist-marker
1707           (reported by Peter Onion, fixes #1252814)
1708         * (_mergeHeapBlock): fixed loop condition
1709         * device/lib/pic16/libc/stdlib/realloc.c: return NULL for
1710           len==0, restructured code
1711         * device/lib/pic16/libc/stdlib/{malloc,memfreemax}.c: cleaned
1712           up a bit, reduced bitfield accesses, prevent endless loops
1713           in case of heap corruption
1714         * device/lib/pic16/libc/stdlib/x_ftoa.c: disabled
1715           "unreferenced arguments/must return a value" warnings
1716         * device/lib/pic16/libio/usart/ubaud.c (usart_baud):
1717           replaced BAUDREG with SPBRG
1718         * device/lib/pic16/libsdcc/lregs/{lrrest.c,lrst.c},
1719           device/lib/pic16/debug/gstack/gstack.c: replaced
1720           _naked, _asm, _endasm with __naked, __asm, __endasm
1721
1722 2005-08-05 Raphael Neider <rneider AT web.de>
1723
1724         * src/pic16/gen.c (pic16_aopGet): fixed handling of offsets in
1725           AOP_PCODE operands, fixes multibyte union-bitfield-accesses
1726
1727 2005-08-05 Borut Razem <borut.razem AT siol.net>
1728
1729         * device/lib/Makefile.in: added missing ';'
1730         * configure: removed ^M characters
1731
1732 2005-08-04 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
1733
1734         * device/include/mcs51/at89c51ed2.h, device/include/mcs51/p89v51rd2.h,
1735           device/include/mcs51/at89s53.h: changed to GNU Lesser General Public
1736           License
1737
1738 2005-08-04 Borut Razem <borut.razem AT siol.net>
1739
1740         * configure.in: pic16 libraries build 2nd try - enable running
1741           configure in device/lib/pic16
1742         * configure: regenerated from configure.in
1743         * device/lib/Makefile.in: create $(PORT)/bin directory
1744
1745 2005-08-03 Raphael Neider <rneider AT web.de>
1746
1747         * src/pic16/gen.c (pic16_derefPtr): NEW, single place
1748           to get/set values via pointers
1749         * (genUnpackBits,genPackBits): changed detection of
1750           ptr->bitfield vs. sym.bitfield, fixed access via generic
1751           pointers, removed dead (wrong) code for multibyte bitfields
1752         * (genNearPointerGet, genGenPointerGet): removed useless code,
1753           fixed bitfield detection, fixes #1250594
1754         * (genNearPointerSet): removed useless code
1755         * src/pic16/gen.h: renamed pic16_emitpcode to pic16_emitpcode_real
1756           and introduced macro pic16_emitpcode that conditionally emits
1757           the origin of the following pCode (useful for debugging SDCC)
1758         * src/pic16/pcode.c: changed (and disabled) some debug outputs
1759         * (createDefmap): fixed handling of LFSR for --optimize-df
1760
1761 2005-08-02 Borut Razem <borut.razem AT siol.net>
1762
1763         * device/lib/Makefile.in: pic16 libraries build enabled since
1764           gputils-0.13.2 are now localy installed at sourceforge's compile farm
1765
1766 2005-08-02 Raphael Neider <rneider AT web.de>
1767
1768         * src/pic16/gen.c (genPackBits): removed deprecated warning
1769         * (genGenPointerSet): fixed bitfield detection
1770
1771 2005-08-02 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
1772
1773         * device/include/mcs51/msm8xc154s.h: Removed PT2 definition, now in 8052.h.
1774
1775 2005-07-31 Raphael Neider <rneider AT web.de>
1776
1777         * device/lib/pic16/libdev/pic18f458.c,
1778           device/include/pic16/pic18f458.h: added missing T0CONbits
1779
1780 2005-07-29 Maarten Brock <sourceforge.brock AT dse.nl>
1781
1782         * device/include/mcs51/msm8xc154s.h: added, thanks to Matthias Arndt
1783
1784 2005-07-28 Maarten Brock <sourceforge.brock AT dse.nl>
1785
1786         * src/mcs51/gen.c (operandsEqu): fixed bug 1246687
1787
1788 2005-07-23 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
1789
1790         * device/include/mcs51/at89c51ed2.h: added.
1791
1792 2005-07-23 Raphael Neider <rneider AT web.de>
1793
1794         * src/pic/gen.h: added emitpcode macro for debugging
1795         * src/pic/gen.c (emitpcode): renamed to emitpcode_real
1796           and replace by macro adding debug information on demand
1797         * (genNot): fixed to C semantics (!0 = 1; !x = 0 iff x != 0)
1798         * (gencjne): tried to fix; replaced with correct (slower) code
1799         * (gen{Unp,P}ackBits): fixed single bit access
1800         * src/pic/pcode.c (AnalyzepCode): fixed DFPRINTF argument
1801         * src/pic/pcodepeep.c (pCodeSearchCondition): fixed finding
1802           previous instruction
1803         * src/pic/pcoderegs.c (regIsSpecial): NEW, check whether a
1804           register has to be handled with care (forbidding movement
1805           of assignments/uses, removing assignments completely, ...)
1806         * (pCodeOptime2pCodes): make use of regIsSpecial
1807         * added lots of debugging output (commented out)
1808         * src/pic/rallloc.c (deassignLRs): prevent operand registers
1809           from being reused as result UNLESS it is known to work
1810
1811 2005-07-23 Maarten Brock <sourceforge.brock AT dse.nl>
1812
1813         * support/Util/dbuf.h: include <stddef.h> for size_t
1814         * .version: changed to version 2.5.2
1815
1816 2005-07-23 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
1817
1818         * src/SDCCloop.c (loopInvariants): fixed bug #1234048
1819
1820 2005-07-22 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
1821
1822         * src/hc08/gen.c (genMinus): fixed bug #1241835,
1823           (genModOneByte): removed needless psha/pula
1824
1825 2005-07-22 Raphael Neider <rneider AT web.de>
1826
1827         * src/SDCCmain.c (linkEdit): initialized linkerScriptFileName,
1828           have PIC14 handled like PIC16, fixes broken pic14 linker calls
1829         * src/pic/gen.c (resolveIfx): do not "invent" labels
1830         * (genSkipc): changed to positive logic
1831         * (genSkipCond): removed as no longer needed
1832         * (pic14_mov2w_regOrLit,genCmp): NEW, replacement for buggy version,
1833           backport from PIC16
1834         * (genLeftShift): check operands are in different registers
1835         * src/pic/genarith.c (genPlus): replaced INCF with ADDLW as
1836           INCF does not update CARRY...
1837         * src/pic/main.c: fixed _linkCmd
1838         * src/pic/pcode.c (unlinkpCode): added inactive code
1839         * src/pic/ralloc.c (deassignLRs): keep arguments to shift operations
1840           alive (do not assign result and operand overlapping registers)
1841
1842 2005-07-22 Raphael Neider <rneider AT web.de>
1843
1844         * src/pic/device.c (dump_sfr): replaced register declaration with
1845           call to emitSymbolToFile() to avoid duplicate symbols
1846         * (assignRelocatableRegisters): do not declare external symbols
1847         * src/pic/ralloc.c (allocNewDirReg): fixed to get size of arrays
1848           right (take size of type, not etype)
1849         * (allocDirReg): fixed call to allocNewDirReg() to pass OP_SYM_TYPE
1850         * (writeUsedRegs): also dump dynDirectRegs (e.g. local variables)
1851         * (packRegsForAccUse): disabled assignment of WREG as
1852           the result reg to prevent occurence of just fixed #1235003,
1853           fixes #1242954
1854         * src/pic/glue.c (emitSymbolToFile): NEW, central place to declare
1855           symbols (avoids duplicate symbols in .asm file)
1856         * (pic14emitRegularMap): use emitSymbolToFile()
1857         * src/pic/gen.c (aopOp): fixed spillLocation handling
1858         * (gen{Unp,P}ackBits): fixed acquiring bit-operands
1859         * (genDataPointerSet): removed unneccessary variables/output
1860
1861 2005-07-22 Maarten Brock <sourceforge.brock AT dse.nl>
1862
1863         * as/mcs51/lkarea.c: enlarged codemap for banked memory
1864         * device/lib/mcs51/crtbank.asm: added # to 0x0F
1865
1866 2005-07-21 Raphael Neider <rneider AT web.de>
1867
1868         * src/pic/gen.c (aopOp): do not generate AOP_ACC operands as pic14
1869           architecture cannot handle them efficiently, fixes bug #1235003
1870         * src/pic16/device.c (pic16_dump_{u,i}section,pic16_dump_int_registers):
1871           check for empty sets before using them (fixes bug #1232190)
1872
1873 2005-07-19 Maarten Brock <sourceforge.brock AT dse.nl>
1874
1875         * as/mcs51/lkarea.c (lnkarea, lnkarea2): improved BSEG size calculation,
1876           (lnksect2): generate warnings for memory overlap
1877         * src/SDCC.lex (doPragma, process_pragma): added pragma's codeseg and
1878           constseg to set the name of these segments so you can instruct the linker
1879           to place them in banks
1880         * src/SDCCast.c (decorateType): use new macro IS_FUNCPTR()
1881         * src/SDCCglobl.h: added MODEL_HUGE to enum,
1882           added code_seg and const_seg to options
1883         * src/SDCCglue.c (emitMaps): use options.const_seg,
1884           (createInterruptVect): put interrupt vectors in segment HOME,
1885           (glue): put HOME before static segment and put the main glue in HOME,
1886           (glue): use options.code_seg
1887         * src/SDCCicode.c (geniCodeCall): use new macro IS_FUNCPTR()
1888         * src/SDCCmain.c: added option --codeseg and --constseg to set the name of
1889           these segments so you can instruct the linker to place them in banks
1890           (linkEdit): use code_loc for HOME segment which should be the first
1891           segment in code memory now
1892         * src/SDCCmem.c: fixed more stuff like bug 1238386
1893         * src/SDCCsymt.c (getSize): use generic pointer size for banked functions,
1894           (changePointer): don't change function pointers to code pointers for
1895           banked functions,
1896           (compareType): added exceptional check for banked function pointers
1897         * src/SDCCsymt.h: changed IFFUNC_ISBANKEDCALL, added IS_FUNCPTR
1898         * src/hc08/main.c (_hc08_genAssemblerPreamble): put HOME first, put CSEG
1899           after static in code memory
1900         * src/mcs51/gen.c: added aopLiteralLong prototype,
1901           (aopForSym): use getSize for functions,
1902           (genCall): generate banked calls over one trampoline __sdcc_banked_call
1903           in HOME with lsb of address in r0, msb in r1 and bank in r2, use
1904           -Wl-bBANKSEG=0xbbaaaa option to set the address (aaaa) and bank (bb) of
1905           the segment,
1906           (genPcall): use call for literal function pointers and generate banked
1907           calls over the one trampoline so there's only one place for the user to
1908           modify according to his/hers hardware,
1909           (genEndFunction): jump to __sdcc_banked_ret in HOME for banked functions,
1910           (genPlusIncr): moved check icount>4 beyond inc dptr optimization
1911         * src/mcs51/main.c: added keyword banked,
1912           (_mcs51_genExtraAreas): put HOME first followed by GSINIT, STATIC and CSEG
1913         * support/Util/SDCCerr.c,
1914         * support/Util/SDCCerr.h: added E_BANKED_WITH_CALLEESAVES, registers are
1915           needed for passing the bank and address to the trampoline
1916         * device/lib/mcs51/crtbank.asm: added for bankswitching
1917         * device/lib/mcs51/Makefile: added crtbank
1918
1919 2005-07-16 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
1920
1921         * src/SDCCcse.c (algebraicOpts): fixed loss of volatility
1922           for fields at offset 0 of a struct or union as reported
1923           on 2005-07-07 in the developer mailing list.
1924
1925 2005-07-15 Maarten Brock <sourceforge.brock AT dse.nl>
1926
1927         * src/SDCCmem.c: fixed bug 1238386
1928
1929 2005-07-12 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
1930
1931         * src/mcs51/peeph.def: added labelrefcounting for peepholes
1932           (patch #1144962), added peephole 300, enabled 259.x
1933         * doc/sdccman.lyx: removed screenshot and provided link instead
1934
1935 2005-07-05 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
1936
1937         * doc/sdccman.lyx: added section about debugging with ddd
1938         * doc/figures/ddd_example.eps: screenshot of debugging session
1939
1940 2005-07-04 Raphael Neider <rneider AT web.de>
1941
1942         * src/pic/gen.c (genPointerGet): handle pointers to CONST values
1943           like CODE pointers, fixes #1115683
1944         * src/pic/pcode.c (DoBankSelect): forget LastRegIdx during function
1945           call, fixes bugs #1232211, #1228110,
1946           fixed wrong casts to pCodeFlow from pCodeInstructions
1947
1948 2005-07-04 Raphael Neider <rneider AT web.de>
1949
1950         * src/pic/gen.c (popGet): changed assert to allow for
1951           bit operands
1952         * (popGetAddr): changed signature to provide
1953           an additional index, patched all call sites
1954         * (genCmpEq): handle literal-like operands correctly
1955         * (genAddrOf): added sanity checks on __code/__data pointers
1956         * (genAssign): added handling of symbols from __code section
1957         * (gencjne): do not generate code for comparisons whose result
1958           is neither stored nor used, fixes bug #1171114
1959         * (AccLsh, AccRsh): operate on operand instead of WREG
1960         * (shift{Left,Right}_Left2ResultLit): NEW, size independant
1961           replacement for Shift{LR}{12}Left2Result; shift (byte/int/long)
1962           by known count
1963         * rewrote complete shift-by-literal logic, commented unused
1964           functions out
1965         * (genConstPointerGet): get multiple bytes (if result size > 1),
1966           fixed handling of non-immediate addresses
1967         * (genPointerGet): handle CODE pointers like CONST pointers
1968         * (genpic14Code): insert C-SRC lines as Cource-pCodes
1969         * ({aop,op}_isLitLike): NEW, single place to decide whether an
1970           operand is to be treated as a literal or not
1971         * (mov2w,genPcall,genCmpEq),
1972           src/pic/genarith.c: use aop_isLitLike() to decide between
1973           literal/register contents
1974         * (addSign): added missing offset
1975         * src/pic/gen.h: remove newline after FENTRY/FEXIT comments,
1976           only emit comment in debug-mode,
1977           use {aop,op}_isLitLike throughout the file
1978         * src/pic/glue.c: fix initializers for pointers (work in progress)
1979         * src/pic/pcode.c (get_op): honor index on _const symbols
1980         * ({reset,dump}pCodeStatistics): NEW, estimate code size
1981         * (dumppBlock): added pCode size estimation
1982         * src/pic/ralloc.c (deassignLRs,serialRegAssign,packRegisters):
1983           check for IS_SYMOP before OP_SYMBOL'ing
1984         * fixed indentation, compacted switch-statements
1985         * (allocReg): find free register and allocate it instead of
1986           allocating new registers all the time
1987         * (deassignLRs): prevent POINTER_GET's from being assigned the same
1988           registers as its operands (necessary only for multibyte GETs)
1989
1990 2005-07-01 Raphael Neider <rneider AT web.de>
1991
1992         * src/pic/gen.h: added prototypes emitpComment, popGetAddr and
1993           debugging .asm-output macros FENTRY + FEXIT
1994         * src/pic/gen.c (Safe_vsnprintf): NEW, is there a more generic
1995           way... I wonder...
1996         * (emitpComment): NEW, printf to pCode
1997         * (popGet): added assert on too large offsets, fixed PO_IMMEDIATE's
1998           offset handling
1999         * (popGetAddr): NEW, variant of popGet to access an immediates
2000           high(er) bytes instead of the n'th byte of memory they reference,
2001           replaced popGet with popGetAddr where neccessary
2002         * (genDataPointerGet): reactivated and fixed implementation
2003         * (genNearPointerGet): enabled call to genDataPointerGet, fixes array-
2004           accesses
2005         * (genDataPointerSet): fixed multibyte assignments
2006         * (genpic14Code): fixed --i-code-in-asm handling
2007         * src/pic/genarith.c: fixed PO_IMMEDIATE issue using popGetAddr,
2008         * (genPlus): fixed index-out-of-bounds error
2009         * src/pic/pcode.c (get_op): fixed PO_IMMEDIATE's index/offset handling
2010         * src/pic/ralloc.c: added debugging output macro FENTRY2
2011         * (spillThis): fixed indentation, enbraced for-body for clarity
2012         * (rematStr): commented out as now unused
2013         * (regTypeNum): commented out special spill case (overwrites
2014           arbitrary values)
2015         * fixes bugs #1229346, #1216476 (both arrays) and #1115667 (SIGSEGV)
2016
2017 2005-06-30 Maarten Brock <sourceforge.brock AT dse.nl>
2018
2019         * doc/sdccman.lyx: documented sfr16/sfr32,
2020           added example for using storage class with function pointers
2021         * src/mcs51/gen.c (genPlusIncr): optimized small offsets from dptr
2022
2023 2005-06-28 Maarten Brock <sourceforge.brock AT dse.nl>
2024
2025         * device/lib/_gptrget.c: also push/pop _PSBANK, added # to 0x03
2026         * device/lib/_itoa.c,
2027         * device/lib/_ltoa.c: optimized codesize
2028         * src/SDCCsymt.c (checkSClass): added sanity check for sfr at addresses,
2029           but don't know how to suppress the double warning.
2030         * src/mcs51/gen.c (genPlusIncr): fixed bug when incrementing volatile int's
2031         * support/Util/SDCCerr.c,
2032         * support/Util/SDCCerr.h: added warning W_SFR_ABSRANGE for sanity check
2033
2034 2005-06-27 Maarten Brock <sourceforge.brock AT dse.nl>
2035
2036         * as/mcs51/asexpr.c (expr): disabled warning "not in .flat24 mode",
2037           fixed old K&R prototypes
2038         * as/mcs51/asout.c (outrb): always output as if generating 24bit addresses
2039         * device/lib/_gptrget.c,
2040         * device/lib/_gptrgetc.c,
2041         * device/lib/_gptrput.c: changed versions for new memory indicator values,
2042           also new versions for small generic pointers and banked generic pointers
2043         * src/port.h: added const_name
2044         * src/SDCC.lex: added keywords sfr16, __sfr16, sfr32, __sfr32
2045         * src/SDCC.y: added tokens SFR16, SFR32 and their sfr_attributes
2046         * src/SDCCcse.c (findPrevIc): check all associative operators
2047         * src/SDCCglue.c (emitMaps): use CONST_NAME if defined
2048         * src/SDCCicode.h: added macro IS_ASSOCIATIVE
2049         * src/SDCCmem.c: updated comments,
2050           set far-space to 0 for pdata, results in optimized code
2051         * src/SDCCmem.h: added macro CONST_NAME
2052         * src/SDCCsymt.h: renumerated generic pointer types GPTYPE_... thereby
2053           moving the info into the highest bits, see also gptrget/gptrput
2054         * src/src.dsp: added sdcc.ico to project files
2055         * src/avr/gen.c (genCast): fixed bug 0x%d
2056         * src/avr/main.c (avr_port): added "CONST (CODE)" for const_name
2057         * src/ds390/gen.c (aopForRemat, adjustArithmeticResult): disconnected direct
2058           relation between ptr_type and DCL_TYPE,
2059           (genCast): fixed bug 0x%d
2060         * src/ds390/main.c (ds390_port, tininative_port, ds400_port): added "CONST
2061           (CODE)" for const_name
2062         * src/hc08/gen.c (genCast): fixed bug 0x%d
2063         * src/hc08/main.c (_hc08_genAssemblerPreamble): added .area ...const_name,
2064           (hc08_port): added "CONST (CODE)" for const_name
2065         * src/mcs51/gen.c (aopForSym): optimized pushing ACC,
2066           (aopForRemat, adjustArithmeticResult): disconnected direct relation
2067           between ptr_type and DCL_TYPE,
2068           (aopGetUsesAcc, aopGet, aopPut): changed first parameter from asmop* to
2069           operand* and took AOP() inside function so sfr-ness can be checked,
2070           (all over): repaired calls to aopGetUsesAcc, aopGet, aopPut to comply with
2071           new prototype,
2072           (genFunction, genEndFunction): optimized stack setup,
2073           (genMinus): optimized for literals with ending zeroes (in bytes),
2074           (genCast): fixed bug 0x%d
2075         * src/mcs51/main.c (_mcs51_keywords): added sfr16 and sfr32,
2076           (mcs51_port): added "CONST (CODE)" for const_name
2077         * src/mcs51/peeph.def: made rule 226 more generic
2078         * src/pic/main.c (pic_port): added "CONST (CODE)" for const_name
2079         * src/pic16/main.c (pic16_port): added "CONST (CODE)" for const_name
2080         * src/xa51/main.c (xa51_port): added "CONST (CODE)" for const_name
2081         * src/z80/main.c (z80_port): added NULL for const_name,
2082           (gbz80_port): added NULL for const_name
2083         * support/regression/tests/bug663539.c,
2084         * support/regression/tests/sfr16.c: new tests
2085
2086 2005-06-25 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
2087
2088         * device/include/mcs51/p89v51rd2.h, device/include/mcs51/at89s53.h: added.
2089
2090 2005-06-24 Raphael Neider <rneider AT web.de>
2091
2092         * device/lib/pic16/libdev/pic18f[68][567]20.c:
2093           corrected typos...
2094         * device/include/pic16/signal.h: added USBIF
2095           and SIG_USB
2096
2097 2005-06-24 Raphael Neider <rneider AT web.de>
2098
2099         * device/lib/pic16/libdev/pic18f2455.c,
2100           device/include/pic16/pic18f2455.h: NEW
2101         * device/include/pic16/pic18fregs.h,
2102           device/lib/pic16/pics.all,
2103           src/pic16/device.c: added 18f2455
2104         * device/lib/pic16/libdev/pic18f[68][567]20.c,
2105           device/include/pic16/{pic18f[68][567].h,usart.h}:
2106           replaced MULTIPLE_USARTS define with more relaible
2107           compatibility sfrs (for USART access)
2108
2109 2005-06-20 Slade Rich <slade_rich AT users.sourceforge.net>
2110
2111         * src/pic/pcode.c : Fixed problem when a string constant contains a "\r\n"
2112           and the output asm file line is printed on two lines.
2113
2114 2005-06-19 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
2115
2116         * sim/ucsim/hc08.src/inst.cc (inst_condbranch): fixed simulation of
2117           BGT, BLE, BHI, and BLS instructions
2118         * src/hc08/gen.c (outAcc, outBitC, outBitNV, genCmpLt, genCmpGt,
2119           genCmpEq): removed
2120         * src/hc08/gen.c (genCmpEQorNE, genCmp, branchopCmp, nameCmp,
2121           negatedCmp, exchangedCmp, genhc08Code): rewrite of comparison handling,
2122           fixes bug #1216342
2123         * src/hc08/peeph.def: added rules 2g - 2l for new conditional branches
2124
2125 2005-06-15 Raphael Neider <rneider AT web.de>
2126
2127         * src/pic16/NOTES: moved Vangelis from active developers to people to contact
2128         * device/include/pic16/{6520.h,8520.h}: fixed configuration bits
2129         * src/pic16/gen.c (): prevent iTemps from being considered to be in CODESPACE,
2130           fixes bug #1221120; for symbols in CODESPACE get number of bytes to read from
2131           OP_SYM_TYPE() instead of OP_SYM_ETYPE()
2132
2133 2005-06-06 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
2134
2135         * device/include/mcs51/reg764.h: Changed PB0 to PBO as requested by
2136           Marcel Telka in bug #1215704
2137
2138 2005-06-02 Slade Rich <slade_rich AT users.sourceforge.net>
2139
2140         * src/pic/pcode.c : Changed pseudo stack size to 15 to allow WSAVE to be
2141           located in shared memory bank.
2142
2143 2005-05-31 Raphael Neider <rneider AT web.de>
2144
2145         * src/pic16/{gen.c,genarith.c}: replaced sign-extension
2146           "CLRF, BTFSC <signbit>, DECF/COMF" with side-effect-free
2147           "CLRF, BTFSC <signbit>, SETF"; fixes "long>>9"
2148
2149 2005-05-27 Maarten Brock <sourceforge.brock AT dse.nl>
2150
2151         * device/lib/_strncpy.c: fixed the fix
2152
2153 2005-05-26 Raphael Neider <rneider AT web.de>
2154
2155         * src/pic16/glue.c (pic16_printIvalChar): fixed _constant_ string
2156           initializers with \0, bug #1208187
2157         * src/pic/glue.c (printIvalChar): fixed (non- and constant) string
2158           intializers with \0, bug #1208187
2159
2160 2005-05-26 Raphael Neider <rneider AT web.de>
2161
2162         * src/pic16/glue.c (pic16_printIvalChar): fixed string
2163           initializers with \0, bug #1208187
2164         * src/pic16/main.c (_process_pragma): added sanity checks
2165           for stack position and size, emit warnings when appropriate
2166
2167 2005-05-26 Maarten Brock <sourceforge.brock AT dse.nl>
2168
2169         * device/lib/_strncpy.c: fixed not filling with \0
2170
2171 2005-05-26 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
2172
2173         * src/SDCCast.c (funcOfType, funcOfTypeVarg, stringToSymbol,
2174           createFunction),
2175         * src/SDCC.y (external_definition, enumerator, parameter_declaration,
2176           compound_statement),
2177         * src/SDCCsymt.h,
2178         * src/SDCCsymt.c (addSymChain, processFuncArgs): fixed bug #1159134
2179
2180 2005-05-24 Raphael Neider <rneider AT web.de>
2181
2182         * src/pic16/glue.c (pic16_printGPointerType): fixed #1207796
2183
2184 2005-05-24 Raphael Neider <rneider AT web.de>
2185
2186         * device/include/pic16/pic18f{442,452,458}.h: fixed wrong
2187           TRISE definitions, closes bug #1162453
2188
2189 2005-05-22 Raphael Neider <rneider AT web.de>
2190
2191         * src/pic16/main.c (_process_pragma): check for missing
2192           arguments to pragmas code and udata
2193         * device/include/pic16/pic18f{2550,4331,4455,4520}.h:
2194           consistency fixes to match other headers (thanks to Jim Paris)
2195         * device/lib/pic16/libio/i2c.ignore: 18f4331 provides no I2C
2196
2197 2005-05-21 Maarten Brock <sourceforge.brock AT dse.nl>
2198
2199         * src/SDCCicode.c (isOperandEqual): fixed missing ;
2200
2201 2005-05-19 Maarten Brock <sourceforge.brock AT dse.nl>
2202
2203         * support/regression/tests/bug1198642.c: new test
2204         * src/SDCCicode.c (isOperandEqual): fixed bug 1198642
2205         * src/SDCCcse.c (findPrevIc): added comment, please have a look
2206         * support/scripts/resource.h,
2207         * support/scripts/resource.rc,
2208         * src/src.dsp: added sdcc.ico to project as icon for sdcc.exe
2209         * support/scripts/sdcc.ico: added 32x32 icon
2210
2211 2005-05-18 Raphael Neider <rneider AT web.de>
2212
2213         * device/lib/pic16/libdev/pic18f*.c,
2214         * device/include/pic16/pic18f*.h: updated "sfr" and "at X"
2215           keywords to "__sfr" and "__at (X)"
2216         * device/include/pic16/pic18fregs.h: added pic18f4520
2217         * src/pic16/pcode.c (pic16_pCode2str): fixed (?) bug
2218           #1203088 (MPLAB compatibility)
2219
2220 2005-05-17 Raphael Neider <rneider AT web.de>
2221
2222         * device/include/pic16/pic18f{2550,4331,4455,4520}.h: NEW
2223         * device/lib/pic16/libdev/pic18f{2550,4331,4455,4520}.c: NEW
2224         * device/lib/pic16/pics.all: added new devices
2225         * src/pic16/device.c: added support for pic18f4520
2226
2227 2005-05-16 Raphael Neider <rneider AT web.de>
2228         * src/pic16/gen.{c,h}: s/mov2f/pic16_mov2f made public
2229         * src/pic16/genarith.c (genAddLit): fixed bug 1202480
2230         * src/pic16/pcode.{c,h} (pic16_newpCodeOpBit_simple): NEW
2231           convenience function for bit access
2232
2233 2005-05-15 Maarten Brock <sourceforge.brock AT dse.nl>
2234
2235         * device/lib/printf_large.c: fixed bug 1193299
2236         * support/regression/tests/bug1057979.c: added test %3.3s
2237
2238 2005-05-15 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
2239
2240         * device/include/mcs51/8051.h,
2241         * device/include/mcs51/8052.h: made parseable with lint
2242         * device/include/mcs51/lint.h: added include file for (sp)lint
2243         * doc/sdccman.lyx: added doc about use of splint (syntax checking tool)
2244         * doc/cdbfileformat.lyx,
2245         * doc/test_suite_spec.lyx: hardcoded date to the date of last text change
2246
2247 2005-05-14 Raphael Neider <rneider AT web.de>
2248
2249         * device/lib/pic16/Makefile.common.in: add --optimize-df to OPT_FLAGS
2250         * device/lib/pic16/libc/stdlib/itoa.c (new)
2251         * device/lib/pic16/libc/stdlib/Makefile: have itoa.c built
2252         * device/lib/pic16/libio/Makefile: exclude subdir according to
2253           ${subdir}.ignore for certain PICs (lacking e.g. i2c)
2254         * device/lib/pic16/libio/i2c.ignore (new): pic18f1220 has no I2C support
2255         * src/pic16/gen.c (genFunction): prevent annoying warning
2256         * src/pic16/pcode.c: renamed stack_t to dynstack_t to prevent
2257           nameclashes on BeOS
2258         * support/cpp2/cppmain.c (cpp_output_string): new
2259         * support/cpp2/cpplib.c (_cpp_do__Pragma): fixed _Pragma(""),
2260           fixes bug 1116802
2261
2262 2005-05-13 Borut Razem <borut.razem AT siol.net>
2263
2264         * src/SDCCmain.c (linkEdit): fixed bug 1195202
2265
2266 2005-05-12 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
2267
2268         * .version: changed to version 2.5.1; back to bleeding edge development
2269
2270 2005-05-11 Borut Razem <borut.razem AT siol.net>
2271
2272         * doc/sdccman.lyx doc/cdbfileformat.lyx doc/test_suite_spec.lyx:
2273           generate PDF version 1.3 documents
2274
2275 2005-05-07 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
2276
2277         * .version: changed to version 2.5.0
2278
2279 2005-04-27 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
2280
2281         * doc/sdccman.lyx: updated weblinks, index and smaller updates
2282
2283 2005-04-26 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
2284
2285         * doc/sdccman.lyx: changed version 2.5.0, documented --std-c89,
2286         --std-sdcc89, --std-c99, --std-sdcc99, and the corresponding #pragmas, as
2287         well as many smaller updates.
2288         * .version: changed to version 2.5.0-pre1
2289
2290 2005-04-26 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
2291
2292         * src/SDCCmain.c (setIncludePath): added port->target to SDCC_INCLUDE_NAME
2293
2294 2005-04-26 Maarten Brock <sourceforge.brock AT dse.nl>
2295
2296         * support/regression/tests/bug1185672.c: added
2297         * src/mcs51/gen.c (aopGetUsesAcc, genCpl, genAnd, genOr, genXor): fixed
2298           bug 1185672
2299         * src/mcs51/gen.c (genCall): added comments, made it look safer
2300         * src/mcs51/gen.c (genEndFunction): simplified
2301
2302 2005-04-25 Maarten Brock <sourceforge.brock AT dse.nl>
2303
2304         * src/mcs51/ralloc.c (serialRegAssign): fixed bug 1189609
2305
2306 2005-04-14 Borut Razem <borut.razem AT siol.net>
2307
2308         * fixed bug 1045046 - SIGSEGV with really simple code?:
2309           src/pic/pcode.c (pCodeInitRegisters)- pseudo stack size increased to 16
2310           src/pic/ralloc.c (typeRegWithIdx) - error message on pseudo stack overflow
2311
2312 2005-04-14 Borut Razem <borut.razem AT siol.net>
2313
2314         * src/pic16/gen.c (genInline), src/pic16/main.c (_process_pragma),
2315           src/pic16/device.h: temporarily disabled experimental #inline pragma
2316           for 2.5.0 release
2317
2318 2005-04-14 Maarten Brock <sourceforge.brock AT dse.nl>
2319
2320         * device/include/z80/stdio.h,
2321         * device/include/z80/string.h: removed these highly incomplete files so
2322           SDCC can use the default ones in device/include/
2323
2324 2005-04-14 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
2325
2326         * src/mcs51/gen.c (genEndFunction): removed unused variable to fix
2327         gcc warning.
2328         * device/lib/Makefile.in: default PORTINCDIR to the mcs51 subdir to
2329         fix sdcpp warnings.
2330
2331 2005-04-12 Maarten Brock <sourceforge.brock AT dse.nl>
2332
2333         * device/include/malloc.h: removed redundant __reentrant prototypes
2334         * device/lib/_mullong.c: added working xstack variant in asm (C version
2335           doesn't pass regression tests)
2336         * device/lib/bpx.c: used __data and made bpx char for mcs51
2337         * src/SDCCast.c (decorateType): removed unused GPTYPE_IDATA,
2338           (createFunction): fixed bug with xstackPtr
2339         * src/SDCCcse.c: corrected comments
2340         * src/SDCCopt.c (convertToFcall): fixed warning in MSVC,
2341           (killDeadCode, eBBlockFromiCode): removed unused code
2342         * src/SDCCsymt.h: removed unused GPTYPE_GPTR and GPTYPE_IDATA,
2343           corrected comments
2344         * src/mcs51/gen.c (aopForSym, aopPut, toBoolean, unsaveRegisters,
2345           assignResultValue, genCall, genFunction, genEndFunction, genAnd,
2346           genOr, genXor, genAddrOf): fixed several bugs concerning xstack
2347           (genModOneByte): fixed warning in MSVC
2348         * src/mcs51/main.c (): added comments
2349         * src/mcs51/peeph.def: changed 129 to 129.a, added 129.b, 129.c & 129.d
2350
2351 2005-04-12 Maarten Brock <sourceforge.brock AT dse.nl>
2352
2353         * src/SDCCmain.c (linkEdit): oops, changed one line too many
2354
2355 2005-04-11 Maarten Brock <sourceforge.brock AT dse.nl>
2356
2357         * src/SDCCmain.c (linkEdit): fixed bug with finding crt0.o for z80
2358
2359 2005-04-10 Vangelis Rokas <vrokas AT users.sourceforge.net>
2360
2361         * src/pic16/glue.c (printIvalChar): fixed bug when emitting
2362         characters arrays of larger size than the declared one.
2363
2364 2005-04-10 Borut Razem <borut.razem AT siol.net>
2365
2366         * src/pic/gen.c (genInline),
2367           src/pic/pcode.c (newpCodeAsmDir), (pCode2str),
2368           (genericPrint), (unlinkpCodeFromBranch), (compareLabel),
2369           (findNextInstruction), (findPrevInstruction),
2370           (findInstructionUsingLabel),
2371           src/pic/pcode.h: fixed bug #1164907 - Labels not being recognized
2372         * src/pic/pcode.c (findLabel): added missing '\n'
2373         * src/src.dsp: added SDCCdwarf2.c to the project
2374
2375 2005-04-09 Borut Razem <borut.razem AT siol.net>
2376
2377         * support/scripts/sdcc.nsi: added include/hc08/* h to NSIS setup
2378
2379 2005-04-08 Raphael Neider <rneider AT web.de>
2380
2381         * src/pic16/pcode.c: added helpers defmapInsertAfter (insert a new item
2382           into the chain after a given one) and mergeDefmapSymbols (combine
2383           defmap entries for each symbol per pcode)
2384         * (createDefmap): have defmap entries merged in the end
2385         * (defmapReplaceSymRef): split defmap entries covering two accesses to
2386           a symbol before replacing one access type's symbol, merge symbols in
2387           the end (replacement symbol might already have an entry)
2388         * (assignValnums): keep reference to written WREG intact
2389
2390 2005-04-08 Raphael Neider <rneider AT web.de>
2391
2392         * src/pic16/pcode.c (struct defmap_s): named anonymous union (for
2393           Alpha)
2394
2395 2005-04-08 Vangelis Rokas <vrokas AT users.sourceforge.net>
2396
2397         * src/pic16/pcode.c (pic16_get_op2): enlarged size of array b to 128
2398         bytes
2399
2400 2005-04-07 Raphael Neider <rneider AT web.de>
2401
2402         * device/include/pic16/usart.h: added compatibility defines for
2403           devices with more than one USART
2404         * device/include/pic16/pic18f[68][567]20.h: activated above defines
2405
2406 2005-04-07 Maarten Brock <sourceforge.brock AT dse.nl>
2407
2408         * device/lib/Makefile.in: updated for port specific include
2409
2410 2005-04-07 Maarten Brock <sourceforge.brock AT dse.nl>
2411
2412         * support/regression/ports/mcs51/spec.mk: added mcs51 include
2413
2414 2005-04-07 Maarten Brock <sourceforge.brock AT dse.nl>
2415
2416         * device/include/8051.h,
2417         * device/include/8052.h,
2418         * device/include/at89S8252.h,
2419         * device/include/at89c55.h,
2420         * device/include/at89x051.h,
2421         * device/include/at89x51.h,
2422         * device/include/at89x52.h,
2423         * device/include/mcs51reg.h,
2424         * device/include/reg51.h,
2425         * device/include/reg764.h,
2426         * device/include/regc515c.h,
2427         * device/include/sab80515.h: (re)moved these 12 files
2428         * device/include/mcs51/8051.h,
2429         * device/include/mcs51/8052.h,
2430         * device/include/mcs51/at89S8252.h,
2431         * device/include/mcs51/at89c55.h,
2432         * device/include/mcs51/at89x051.h,
2433         * device/include/mcs51/at89x51.h,
2434         * device/include/mcs51/at89x52.h,
2435         * device/include/mcs51/mcs51reg.h,
2436         * device/include/mcs51/reg51.h,
2437         * device/include/mcs51/reg764.h,
2438         * device/include/mcs51/regc515c.h,
2439         * device/include/mcs51/sab80515.h: and added them here
2440
2441 2005-04-06 Maarten Brock <sourceforge.brock AT dse.nl>
2442
2443         * device/include/stdarg.h: changed SDCC specific keywords to double
2444           underlined form.
2445         * device/include/stdint.h: changed intptr_t and uintptr_t for others than
2446           mcs51 and ds390.
2447         * device/include/hc08/mc68hc908gp32.h,
2448         * device/include/hc08/mc68hc908jb8.h,
2449         * device/include/hc08/mc68hc908jkjl.h,
2450         * device/include/hc08/mc68hc908qy.h: fixed comments
2451         * device/include/mcs51/README: updated
2452         * device/include/mcs51/c8051f120.h: added PINRSF
2453         * device/lib/pic16/libc/stdlib/crc16.c: fixed comments
2454         * src/pic16/pcode.c: MSVC6 doesn't accept declaring new variables
2455           amidst code. Also inline is not supported.
2456
2457 2005-04-06 Raphael Neider <rneider AT web.de>
2458
2459         * src/pic16/pcode.c (pic16_pCodeReplace): also update pcflow->end
2460         * (createDefmap): fixed CALLs to depend on FSR1 and RETLW to restore
2461           callers stack/frame pointers
2462
2463 2005-04-06 Vangelis Rokas <vrokas AT users.sourceforge.net>
2464
2465         * device/include/pic16/usart.h: added, missing in previous commit,
2466         * device/include/pic16/adc.h: fixed typo,
2467         * device/lib/pic16/libc/utils/cvtdec.S: added missing in previous
2468         commit,
2469         * device/lib/pic16/libc/stdlib/g_ftoa.S: modified to include
2470         <p18fxxx.inc>
2471         * device/lib/pic16/libc/stdio/streams.c: leave stdin, stdout
2472         uninitialized because a bug appears with gplink
2473         * device/lib/pic16/{some makefiles}: moved $(CSTD) from CFLAGS to
2474         COMPILE_FLAGS and added CPPFLAGS with -nostdinc because sdcpp
2475         complains for unrecognised option
2476
2477 2005-04-05 Raphael Neider <rneider AT web.de>
2478
2479         * src/pic16/gen.c (pic16_popCopyReg): made copying work for extended
2480           structs as well (using memcpy)
2481         * (genFunction): fixed comparison, used pCodeOpLabel to reduce warning
2482           on ISRs (GOTO has no label)
2483         * src/pic16/device.h: added OF_OPTIMIZE_DF
2484         * src/pic16/main.c: added compiler switch --optimize-df to enable the
2485           new data flow analysis/optimization
2486         * src/pic16/pcode.c: added (prototypes for and implementation of)
2487           dataflow analysis functions, fixed pCodeInstructions' inCond and
2488           outCond values, made RCALL a branch instruction
2489         * (pic16_unlinkpCode): keep C line if possible
2490         * (pic16_pCodeUnlink): removed cast on left side of assignment, have
2491           C line moved if possible
2492         * (pic16_getRegFrompCodeOp): NEW, improved version of...
2493         * (pic16_getRegFromInstruction,pic16_getRegFromInstruction2): changed
2494           to use new pic16_getRegFrompCodeOp (works for more SFRs)
2495         * (pic16_BuildFlow): fixed skip instructions with label (did not start
2496           new flow)
2497         * (pic16_getJumptabpCode): NEW, needed in...
2498         * (LinkFlow): fixed handling of jumptables, calls and conditional
2499           branches
2500         * (pic16_InsertCommentAfter): NEW
2501         * (pic16_pCodeReplace): made verbose and flow preserving
2502         * (AnalyzeFlow): added call to data flow analysis
2503         * src/pic16/pcode.h: added defmaps to pCodeFlow struct
2504         * src/pic16/pcodeflow.h: added PCC_STATUS to mean all STATUS bits
2505         * src/pic16/ralloc.c (packRegsForAssign): added return 1 in the end
2506
2507 2005-04-03 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
2508
2509         * src/SDCCast.c (decorateType): fixed bug #1105626
2510
2511 2005-04-02 Vangelis Rokas <vrokas AT users.sourceforge.net>
2512
2513         * device/include/asm/pic16/features.h,
2514         * pic18f*.h headers,
2515         * device/include/pic16/adc.h,
2516         * device/include/pic16/delay.h,
2517         * device/include/pic16/i2c.h,
2518         * device/include/pic16/malloc.h,
2519         * device/include/pic16/stdio.h,
2520         * device/include/pic16/stdlib.h,
2521         * device/include/pic16/string.h,
2522         * device/lib/pic16/libc/stdio/printf_tiny.c,
2523         * device/lib/pic16/libc/stdio/printf_small.c,
2524         * device/lib/pic16/libc/stdio/strmgpsim.c,
2525         * device/lib/pic16/libc/stdio/strmmssp.c,
2526         * device/lib/pic16/libc/stdio/strmusart.c,
2527         * device/lib/pic16/libc/stdio/vfprintf.c,
2528         * device/lib/pic16/libc/stdlib/ltoa.c,
2529         * device/lib/pic16/libc/stdlib/putchar.c,
2530         * device/lib/pic16/libc/stdlib/x_ftoa.c,
2531         * device/lib/pic16/libc/stdlib/memchrpgm.c,
2532         * device/lib/pic16/libc/stdlib/memchrram.c,
2533         * device/lib/pic16/libc/stdlib/memcpypgm2ram.c,
2534         * device/lib/pic16/libc/stdlib/memcpyram2ram.c,
2535         * device/lib/pic16/libio/adc/adcbusy.c,
2536         * device/lib/pic16/libio/adc/adcread.c,
2537         * device/lib/pic16/libio/adc/adcsetch.c,
2538         * device/lib/pic16/libio/usart/ubaud.c,
2539         * device/lib/pic16/libio/usart/ubusy.c,
2540         * device/lib/pic16/libio/usart/udrdy.c,
2541         * device/lib/pic16/libio/usart/uopen.c,
2542         * device/lib/pic16/libio/usart/uputc.c,
2543         * device/lib/pic16/libsdcc/gptr/gptrget1.c,
2544         * device/lib/pic16/libsdcc/gptr/gptrget2.c,
2545         * device/lib/pic16/libsdcc/gptr/gptrget3.c,
2546         * device/lib/pic16/libsdcc/gptr/gptrget4.c,
2547         * device/lib/pic16/libsdcc/gptr/gptrput1.c,
2548         * device/lib/pic16/libsdcc/gptr/gptrput2.c,
2549         * device/lib/pic16/libsdcc/gptr/gptrput3.c,
2550         * device/lib/pic16/libsdcc/gptr/gptrput4.c: modified all SDCC
2551         specific keywords to double underlined form,
2552         * device/lib/pic16/libc/Makefile.rules,
2553         * device/lib/pic16/libsdcc/Makefile.rules,
2554         * device/lib/pic16/libm/Makefile,
2555         * device/lib/pic16/libio/Makefile.rules: added CSTD macro in CFLAGS
2556         to compile with C standard set in Makefile.common
2557         * device/lib/pic16/libc/stdlib/Makefile: added new C sources
2558         rand.c and crc.c in compilation process,
2559         * device/lib/pic16/libsdcc/int/divuint.c,
2560         * device/lib/pic16/libsdcc/long/divulong.c: changed declaration of
2561         `c' from signed to unsigned,
2562         * device/lib/pic16/startup/crt0.c,
2563         * device/lib/pic16/startup/crt0i.c,
2564         * device/lib/pic16/startup/crt0iz.c: adopted to all SDCC specific
2565         keywords to double underlined form, bug fixes in _do_cinit function
2566         which prevented the correct initialization of the .idata segment,
2567         * src/pic16/pcoderegs.c (insideLRBlock): fixed a bug that caused the
2568         core to enter a infinite loop
2569         * device/lib/pic16/libc/stdlib/rand.c, crc.c: new files
2570
2571 2005-04-02 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
2572
2573         * src/SDCCicode.c (getArraySizePtr): fixed bug #1122171
2574
2575 2005-04-01 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
2576
2577         * device/include/Makefile.in: add support for hc08 subdirectory
2578         * device/include/hc08/: new subdirectory
2579         * device/include/hc08/mc68hc908jkjl.h: new header contributed by
2580         Lucas Loizaga, thanks!
2581         * device/include/hc08/mc68hc908qy.h,
2582         * device/include/hc08/mc68hc908gp32.h,
2583         * device/include/hc08/mc68hc908jb8.h: moved hc08 register defs to
2584         their own directory. Changed internal macro names to use the compiler
2585         reserved namespace. Changed SDCC specific keywords to double
2586         underlined form.
2587         * device/include/math.h,
2588         * device/include/malloc.h,
2589         * device/include/stdarg.h,
2590         * device/include/stdbool.h
2591         * device/include/string.h,
2592         * device/include/tinibios.h,
2593         * device/include/ds400rom.h,
2594         * device/include/8051.h,
2595         * device/include/8052.h,
2596         * device/include/80c51xa.h,
2597         * device/include/at89c55.h,
2598         * device/include/at89S8252.h,
2599         * device/include/at89x51.h,
2600         * device/include/at89x52.h,
2601         * device/include/ds80c390.h,
2602         * device/include/reg764.h,
2603         * device/include/regc515c.h,
2604         * device/include/sab80515.h,
2605         * device/include/mcs51/c8051f000.h,
2606         * device/include/mcs51/c8051f018.h,
2607         * device/include/mcs51/c8051f020.h,
2608         * device/include/mcs51/c8051f040.h,
2609         * device/include/mcs51/c8051f060.h,
2610         * device/include/mcs51/c8051f120.h,
2611         * device/include/mcs51/c8051f300.h,
2612         * device/include/mcs51/c8051f310.h,
2613         * device/include/mcs51/c8051f320.h,
2614         * device/include/mcs51/c8051f330.h,
2615         * device/include/mcs51/c8051f350.h,
2616         * device/include/z180.h: Changed SDCC specific keywords to double
2617         underlined form.
2618
2619 2005-03-31 Vangelis Rokas <vrokas AT users.sourceforge.net>
2620
2621         * src/pic16/device.c (Pics16[]): added devices 18F2550, 18F4331,
2622         18F4455,
2623         * (pic16_assignConfigWordValue): disable testing of configuration
2624         register value with config mask,
2625         * src/pic16/gen.c (pic16_testStackOverflow): prefix stack test
2626         function with port->fun_prefix,
2627         * (genFunction): when generating a naked interrupt function never
2628         create an absolute segment placed in interrupt vector address, place
2629         the actual interrupt function at IVA instead, when an interrupt
2630         function is generated with unspecified interrupt then do not create
2631         the absolute section,
2632         * (genGenPointerGet, genGenPointerSet, genPackBits): replace all
2633         code for generating a call to generic pointer get/put function with
2634         a call to function pic16_callGenericPointer(),
2635         * src/pic16/genutils.c (pic16_callGenericPointerRW): NEW, generates
2636         the call to the generic pointer get/put functions with prefixing the
2637         function name with port->fun_prefix,
2638         * src/pic16/glue.c (pic16glue): ifdef-out test of OF_LR_SUPPORT,
2639         * src/pic16/main.c (_process_pragma): prefix function with
2640         port->fun_prefix,
2641         * (_pic16_finaliseOptions): define macro __18Fxxxx macro when
2642         calling assembler, old 18Fxxxx macro is deprecated,
2643         * src/pic16/pcode.c (unlinkpCodeFromBranch): added PC_INLINE and
2644         PC_ASMDIR in while condition,
2645         * (findInstruction): add PC_ASMDIR in while condition,
2646         * (buildCallTree): prefix main with port->fun_prefix,
2647         * (pic16_pCode2str): fixed bug that didn't emit the memory access
2648         identifier for variable with banked access in instructions BTFSS,
2649         BTFSC, BCF, BSF, BTG
2650         * (AnalyzeFlow): moved call to OptimizepCode to pic16_AnalyzeBanking,
2651         * src/pic16/pcodepeep.c (pCodeOpCompare): increase size of b to 1024,
2652         * src/pic16/pcoderegs.c (pic16_pCodeRegoptimizeRegUsage): don't
2653         perform optimization when enviroment variable NO_REG_OPT is set,
2654         * (insideLRBlock): NEW, return 1 if register is inside an
2655         INF_LOCALREGS block,
2656         * (RemoveRegFromLRBlock): remove a register that is completely
2657         eliminated by register optimization, but it is still left in local
2658         register store/restore in/from stack block,
2659         * (Remove2pcodes): after removing register, check to see if it
2660         should be removed from local register store/restore in/from stack
2661         block,
2662         * src/pic16/ralloc.c (pic16_decodeOp): added decode for
2663         DUMMY_READ_VOLATILE,
2664
2665         * device/include/pic16/adc.h: minor prototype modifications and
2666         update,
2667         * device/include/pic16/malloc.h: added GPL notice various
2668         modifications,
2669         * device/include/pic16/stdint.h: NEW, standard header for ints
2670         * device/include/pic16/delay.h: NEW, header for delay functions,
2671         delay10tcy, delay100tcy, delay1ktcy, delay10ktcy, delay100ktcy,
2672         delay1mtcy,
2673         * device/include/pic16/signal.h: NEW, header providing helper macros
2674         for implementing signal handlers,
2675         * device/include/pic16/stdio.h: added prototypes for functions,
2676         printf, vprintf, sprintf, vsprintf, fprintf, vfprintf. Added
2677         prototypes for stdin and stdout, added macro PUTCHAR to
2678         automatically implement putchar function prototype,
2679         * device/include/pic16/usart.h: modified and updated USART library,
2680         * device/lib/pic16/libio/adc/,
2681         * device/lib/pic16/libio/i2c: some modifications to improve library
2682         performance,
2683         * device/lib/pic16/libc/stdio/: modifications for the new printf*
2684         family of functions,
2685         * device/lib/pic16/libc/stdlib/: various modifications in the malloc
2686         family of functions and other sources,
2687         * device/lib/pic16/libio/usart/: NEW, c sources for the usart module
2688         of the PIC18Fxx[28] devices,
2689         * device/lib/pic16/libc/delay/: NEW, c sources for the delay functions,
2690         * device/lib/pic16/libc/utils/: minor modifications in the .S sources,
2691         * device/lib/pic16/startup/{crt0i.c, crt0iz.c}: redesign of the
2692         _do_cinit function, because the previous failed when local variables
2693         where not placed in the same memory bank,
2694         * device/lib/pic16/libsdcc/char/: various modifications to improve
2695         library performance,
2696         * doc/sdccman.lyx: some reorganization of the PIC16 part, added many
2697         information on the new functions of the c library and more...
2698
2699 2005-03-28 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
2700
2701         * src/SDCCBBlock.c (iCodeBreakDown): fixed bug #1170212
2702
2703 2005-03-26 Raphael Neider <rneider AT web.de>
2704
2705         * src/pic16/gen.c (genSkipc): fixed semantics (execute branch
2706           if condition == CARRY)
2707         * (genCmp): adapted to new genSkipc semantics
2708         * src/pic16/genutils.c (pic6_genCmp_special): removed side effect
2709           on rIfx (genCmp was broken)
2710
2711 2005-03-26 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
2712
2713         * src/SDCCmain.c (setDefaultOptions, optionsTable[], parseCmdLine),
2714         * src/z80/main.c (_keywords[]),
2715         * src/SDCCglobal.h (struct options),
2716         * src/SDCC.y,
2717         * src/SDCC.lex (isTargetKeyword, doPragma, pragma_tbl[]): new pragmas
2718         to enable/disable SDCC and C99 extensions/keywords (std_c89, std_sdcc89,
2719         std_c99, std_sdcc99). Also, equivalent command line options (--std-c89,
2720         --std-sdcc89, --std-c99, --std-sdcc99). SDCC specific keywords are
2721         always available in leading double underscore form. The C99 support is
2722         mostly missing, but it's a start.
2723         * support/regression/tests/bug-227710.c: fixed nonconforming use of
2724         reserved identifier "__data".
2725
2726 2005-03-24 Maarten Brock <sourceforge.brock AT dse.nl>
2727
2728         * src/mcs51/peeph.def: fixed bug 1170013
2729
2730 2005-03-22 Maarten Brock <sourceforge.brock AT dse.nl>
2731
2732         * device/include/mcs51reg.h: fixed bug 842007
2733
2734 2005-03-21 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
2735
2736         * src/SDCCcflow.c (dfNumCompare): committed the wrong version of this
2737         last time.
2738
2739 2005-03-20 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
2740
2741         * src/port.h (struct PORT),
2742         * src/avr/ralloc.c (avr_assignRegisters),
2743         * src/avr/main.c,
2744         * src/ds390/ralloc.c (ds390_assignRegisters),
2745         * src/ds390/main.c,
2746         * src/hc08/ralloc.c (hc08_assignRegisters),
2747         * src/hc08/main.c,
2748         * src/mcs51/ralloc.c (mcs51_assignRegisters),
2749         * src/mcs51/main.c,
2750         * src/pic/ralloc.c (pic14_assignRegisters),
2751         * src/pic/main.c,
2752         * src/pic16/ralloc.c (pic16_assignRegisters),
2753         * src/pic16/main.c,
2754         * src/xa51/ralloc.c (xa51_assignRegisters),
2755         * src/xa51/main.c,
2756         * src/z80/ralloc.c (z80_assignRegisters),
2757         * src/z80/ralloc.h,
2758         * src/SDCCopt.c (eBBlockFromiCode, replaceRegEqv, killDeadCode),
2759         * src/SDCCcse.c (ifxOptimize, cseBBlock, cseAllBlocks),
2760         * src/SDCCcse.h,
2761         * src/SDCCdflow.c (computeDataFlow),
2762         * src/SDCCdflow.h,
2763         * src/SDCCloop.c (addDefInExprs, loopInvariants, loopOptimizations),
2764         * src/SDCCloop.h,
2765         * src/SDCCcflow.c (*),
2766         * src/SDCCcflow.h,
2767         * src/SDCCBBlock.c (iCodeBreakDown, dumpEbbsToFileExt, eBBWithEntryLabel),
2768         * src/SDCCBBlock.h (struct ebbIndex): new struct that keeps two copies
2769         of the eBBlock list, sorted by both bbnum and dfnum. (fixes bug with
2770         immedDom() returning wrong block; probably fixes bug #1160833)
2771
2772 2005-03-20 Borut Razem <borut.razem AT siol.net>
2773
2774         * support/scripts/inc2h.pl: WIN32 port
2775
2776 2005-03-19 Maarten Brock <sourceforge.brock AT dse.nl>
2777
2778         * device/lib/makefile.in: added abs.c and labs.c
2779
2780 2005-03-17 Maarten Brock <sourceforge.brock AT dse.nl>
2781
2782         * device/include/stdint.h: added
2783         * device/lib/abs.c: added
2784         * device/lib/labs.c: added
2785         * device/include/stdlib.h: added abs() and labs() prototypes
2786         * device/lib/libsdcc.lib: added abs and labs
2787         * device/include/float.h,
2788         * device/lib/_fsmul.c,
2789         * device/lib/printf_fast.c,
2790         * device/lib/printf_tiny.c: updated comments
2791
2792 2005-03-16 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
2793
2794         * src/SDCCicode.c (geniCodeSwitch, geniCodeJumpTable): fixed
2795         bug #1164313
2796
2797 2005-03-16 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
2798
2799         * src/SDCCcse.c (cseBBlock): retain assignment to self when volatile
2800         * src/SDCCast.c (isLoopCountable): fixed bug #1161985
2801
2802 2005-03-15 Maarten Brock <sourceforge.brock AT dse.nl>
2803
2804         * device/lib/printf_large.c: removed inline assembly for portability and
2805           readability. Use printf_fast if speed or size are more important.
2806         * src/pic16/gen.c: removed conditions around use of DEBUGpc
2807         * src/pic16/genutils.h: added define for DEBUGpc for MSVC
2808
2809 2005-03-15 Vangelis Rokas <vrokas AT users.sourceforge.net>
2810
2811         * src/pic16/genutils.c (pic16_genCmp_special): initialized offs to
2812         prevent compiler warning
2813
2814 2005-03-14 Vangelis Rokas <vrokas AT users.sourceforge.net>
2815
2816         * device/lib/pic16/startup/crt0i.c (_cinit): local variables where
2817         moved to level 0 and declared as static. Also they are explicit
2818         placed in access bank. This was necessery because some times they
2819         might cross memory bank boundaries. crt0iz.c is *NOT* updated!!!
2820         * src/pic16/device.h: added flag OPTIMIZE_CMP to enable some compare
2821         optimizations. Currently only compare to unsigned char is implemented,
2822         * src/pic16/gen.c: added fReturnIdx array,
2823         * (struct resolvedIfx) is moved to gen.h and made public,
2824         * (struct _G): added sregsAlloc and sregsAllocSet fields,
2825         * (aopForSym): added an optimization to directly store in stack of
2826         the operand of a SEND iCode,
2827         * (pic16_aopOp): don't return return registers as strings (AOP_STR)
2828         but as registers instead (AOP_REG) using the fReturnIdx array,
2829         * (pic16_freeAsmop): remove the freed register from the
2830         _G.sregsAlloc field,
2831         * (pic16_aopGet): in case AOP_STR, the compare to 'a' is changed to
2832         a compare of 'WREG',
2833         * (pic16_popGetTempRegCond): changed function prototype, now
2834         function takes also a bitVector argument v which holds the current
2835         set of registers that are allocated for stack access by aopForSym,
2836         registers allocated in aopForSym for accessing stack symbols are not
2837         any more part of the functions usedRegs field,
2838         * (genCall): some times aopOp is called for a stack variable to be
2839         send, aopForSym might perform the push, if this is true make sure
2840         that genCall doesn't push the variable twice by testing _G.resDirect,
2841         * (genFunction): changed testing for unspecified interrupt number
2842         from 256 to INTNO_UNSPEC,
2843         * modified selection scheme of frame pointer generation. Previously
2844         if function did use local registers a frame pointer was generated,
2845         now a frame pointer is generated only if function has arguments
2846         (that need PLUSW2 register access), or has stack arguments, or the
2847         compiler is not instructed to omit the frame pointer,
2848         * (genEndFunction): before restoring local registers that were saved
2849         in the function preamble, also restore the registers that *might*
2850         have been allocated for stack access,
2851         * (genRet): removed some old comments,
2852         * (genCmp, the active (RN's) version): added a call to the
2853         pic16_genCmp_special function to perform the compare with a more
2854         robust and optimized way,
2855         * (genInline): a feature has been added in inline code generation,
2856         which allows a wildcard variable substitution when writing inline
2857         assembly. Code is incomplete and experimental therefore undocumented,
2858         * (genCast): changed order of aopOp for result and right to allow
2859         aopForSym to directly load the result if possible,
2860         * src/pic16/genutils.c (selectCompareOp, pic16_genCmp_special): NEW,
2861         perform an optimized compare on some selected special occasions,
2862         * src/pic16/genutils.h: declaration of resolvedIfx structure from gen.c,
2863         * src/pic16/glue.c (pic16createInterrupVect): make sure we never
2864         generate an IVT any more,
2865         * src/pic16/main.c (pic16_optionsTable): added command line option
2866         --optimize-cmp,
2867         * (_pic16_initPaths): when calling C preprocessor define pic18fXXXX
2868         macro too, when calling assembler define pic18fXXXX *and* __18Fxxxx
2869         macros,
2870         * src/pic16/NOTES: Raphael Neider added in list of active developers
2871         * src/pic16/pcode.c (OPT_TYPE_STR): added strings jumptable_begin and
2872         jumptable_end to prevent bug #,
2873         * (pic16_pciADDWFC, ADDFWC, COMF, CLRF): added some missing flags in
2874         inCond and outCond fields,
2875         * src/pic16/pcoderegs.c (pCodeOptime2pCodes): add a fix for bug #,
2876         * src/pic16/ralloc.c (serialRegAssign): explicit set willCS to 0 to
2877         turn off register spilling,
2878         * (packRegsForOneUse): synced with other ports' versions although it
2879         is not used currently,
2880         * (pic16_packRegisters): added an optimization while reading
2881         structure bitfields, some registers may be saved (malloc code is
2882         decreased by 80 bytes)
2883
2884 2005-03-12 Vangelis Rokas <vrokas AT users.sourceforge.net>
2885
2886         * src/SDCCcse.c (cseBBlock): inside 'do operand lookup' loop test if
2887         left is a bitfield, if yes, then don't optimize assignment. Perhaps
2888         this can be optimized more?
2889
2890 2005-03-10 Raphael Neider <rneider AT web.de>
2891
2892         * src/pic16/gen.c (pic16_loadFSR0, genPackBits, genUnpackBits,
2893           genNearPointerGet): (hopefully) fixed access to bitfields via
2894           pointers (p->bitN = x; and x = p->bitN; failed)
2895
2896 2005-03-09 Paul Stoffregen <paul AT pjrc.com>
2897
2898         * device/lib/printf_fast.c: fix leading zero format, eg "%02d"
2899
2900 2005-03-09 Raphael Neider <rneider AT web.de>
2901
2902         * src/SDCCopt.c (killDeadCode): fixed bug #1156016
2903
2904 2005-03-06 Maarten Brock <sourceforge.brock AT dse.nl>
2905
2906         * src/SDCCicode.h: moved CRITICAL and ENDCRITICAL from SKIP_IC2 to SKIP_IC
2907         * src/mcs51/ralloc.c (willCauseSpill): added check for REG_BIT type,
2908           (regTypeNum): set REG_BIT type if necessary
2909         * src/mcs51/ralloc.h: added define REG_BIT, used to fix bug 1144613
2910         * support/regression/tests/critical.c: check bug 1144613
2911
2912 2005-03-02 Raphael Neider <rneider AT web.de>
2913
2914         * src/pic16/gen.c (genRightShiftLiteral): fixed bug #1154256
2915
2916 2005-02-26 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
2917
2918         * src/avr/ralloc.c (serialRegAssign),
2919         * src/ds390/ralloc.c (serialRegAssign),
2920         * src/hc08/ralloc.c (serialRegAssign),
2921         * src/mcs51/ralloc.c (serialRegAssign),
2922         * src/pic/ralloc.c (serialRegAssign),
2923         * src/pic16/ralloc.c (serialRegAssign),
2924         * src/xa51/ralloc.c (serialRegAssign),
2925         * src/z80/ralloc.c (serialRegAssign): fixed bug #1105154
2926
2927 2005-02-22 Maarten Brock <sourceforge.brock AT dse.nl>
2928
2929         * src/SDCCast.c (decorateType): fixed bug 1124787
2930
2931 2005-02-20 Hubert Sack <sack AT digiplan.de>
2932         committed by Frieder Ferlemann <Frieder.Ferlemann AT web.de>
2933
2934         * src/mcs51/peeph.def: added peepholes 3.h-k and 132.a-f from
2935         patch #1121755
2936
2937 2005-02-20 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
2938
2939         * src/SDCCpeeph.def: new keyword "labelRefCountChange" which allows peepholes
2940         to keep the correct label reference count when adding/removing references
2941         to labels. A peephole file using this is appended to patch #1144962.
2942
2943 2005-02-14 Raphael Neider <rneider AT web.de>
2944
2945         * device/lib/pic16/libc/string/memccpy.c: changed 3rd argument to char
2946         * src/SDCC.lex (process_pragma): fixed to make disable_warning work for PIC16
2947         * src/pic16/gen.c (aopForSym, calls to pic16_aopOp): prevent unneccessary
2948           retrievals of result operand's value on assignment
2949
2950 2005-02-13 Vangelis Rokas <vrokas AT otenet.gr>
2951
2952         * device/include/pic16/string.h: modified prototype for memccpy()
2953         to memccpy(void *, void *, char, size_t)
2954         * src/pic16/gen.c (genFunction, genEndFunction): reenable if-case to
2955         check whether to omit frame pointer or not,
2956         * (genInline): convert all occurences of "\n" to LF in inline
2957         assembler blocks, this helps formatting the inline text,
2958         * (pic16_loadFSR0): modified prototype,
2959         * (genNearPointerGet, genNearPointerSet): reorganization of code,
2960         removed some 8051 legacy code,
2961         * (genPackBits): enabled handling bitfields exceeding one byte in size,
2962         * src/pic16/ralloc.c (pic16_assignRegisters): clear dynrIdx variable
2963         before allocating temporary registers in functions,
2964
2965 2005-02-11 Maarten Brock <sourceforge.brock AT dse.nl>
2966
2967         * support/regression/tests/bitvars.c: corrected the "fix"
2968
2969 2005-02-10 Maarten Brock <sourceforge.brock AT dse.nl>
2970
2971         * support/regression/tests/bitvars.c,
2972         * support/regression/tests/bitwise.c,
2973         * support/regression/tests/rotate.c: "fixed" problems on Alpha
2974
2975 2005-02-10 Raphael Neider <rneider AT web.de>
2976
2977         * src/pic16/pcode.c (assignToSameBank) : fixed cast to pointer of
2978           different size for Alpha
2979         * src/pic16/gen.c (genCmpEq) : improved compare with 0
2980
2981 2005-02-09 Raphael Neider <rneider AT web.de>
2982
2983         * src/SDCC.lex(doPragma) : save and restore warning options as well
2984           (also added new stack plus clone- and copyAndFreeSDCCERRG())
2985         * have #pragma less_pedantic set the errorlevel to WARNING
2986           (fixes #1117001)
2987         * (cloneOptimize) : fixed wrong malloc's size
2988         * support/Util/SDCCerr.[ch] : made SDCCERRG globally accessible to
2989           facilitate correct handling of #pragma (save|restore)
2990
2991 2005-02-09 Maarten Brock <sourceforge.brock AT dse.nl>
2992
2993         * src/mcs51/gen.c: removed non-standard C nameless struct/union
2994
2995 2005-02-04 Slade Rich <slade_rich AT users.sourceforge.net>
2996
2997         * src/pic/gen.c : Fix for bugs #1080519 & #1115662.
2998
2999 2005-02-03 Maarten Brock <sourceforge.brock AT dse.nl>
3000
3001         * device/include/mcs51/c8051f120.h: added declarations for sbit port 2,3&4
3002
3003 2005-02-02 Raphael Neider <rneider AT web.de>
3004
3005         * src/SDCCast.c (processParms): disabled W_NONRENT_ARGS for pic16 port
3006         * src/pic16/gen.c (aopForSym): reenabled special case for function pointers
3007         * (pic16_storeForReturn): fixed to allow returning function pointers
3008         * (genPackBits): improved accessing full bytes, implemented for GPOINTERs
3009         * device/include/pic16/{stddef.h,stdbool.h}: added
3010
3011 2005-02-02 Maarten Brock <sourceforge.brock AT dse.nl>
3012
3013         * device/include/mcs51/c8051f040.h: added define CPT2_PAGE
3014
3015 2005-02-01 Slade Rich <slade_rich AT users.sourceforge.net>
3016
3017         * src/pic16/pic16.dsp : Added file graph.c to make it compile under windows
3018         * src/pic16/Makefile.bcc : Do not use this file but added file graph.c as it
3019          appeared to be required
3020
3021 2005-01-31 Borut Razem <borut.razem AT siol.net>
3022
3023         * support/scripts/sdcc.nsi: added include/asm/ds390, include/asm/mcs51,
3024           include/mcs51 and include/z80 directories to the package
3025
3026 2005-01-26 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3027
3028         * src/hc08/gen.c (genFunction): fixed bug #1112752
3029
3030 2005-01-30 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
3031
3032         * src/mcs51/peeph.def: adapted peephole 258.x to changed gen.c (genAnd)
3033
3034 2005-01-29 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
3035
3036         * src/mcs51/gen.c (genAnd): accessing LSB/MSB by rotating acc
3037
3038 2005-01-29 Maarten Brock <sourceforge.brock AT dse.nl>
3039
3040         * device/include/Makefile.in: create/copy mcs51 and z80 include subdirs
3041
3042 2005-01-27 Maarten Brock <sourceforge.brock AT dse.nl>
3043
3044         * device/include/c8051fxxx.h: removed these 6 files
3045         * device/include/mcs51/c8051fxxx.h: added these 11 new files
3046
3047 2005-01-26 Raphael Neider <rneider AT web.de>
3048
3049         * src/pic16/gen.c (genAssign): fixed assignment from longs
3050           in codespace (were cut to three bytes)
3051         * (genDummyRead): implemented (except for CODESPACE...),
3052           fixed bug #1108575
3053         * src/pic16/glue.c (emitStatistics): beautified
3054         * device/lib/pic16/libm/Makefile: added include path
3055
3056 2005-01-26 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3057
3058         * src/z80/gen.c (aopPut): fixed bug #1103902
3059
3060 2005-01-25 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3061
3062         * device/lib/expf.c: fixed bug #1095792
3063
3064 2005-01-24 Vangelis Rokas <vrokas AT otenet.gr>
3065
3066         * device/lib/pic16/libm: added Math library sources
3067
3068 2005-01-24 Raphael Neider <rneider AT web.de>
3069
3070         * src/pic16/pcode.h: added second memory operand to pCodeOpReg
3071           to enable upcast to pCodeOpReg2 (there is no type tag to
3072           differenciate the two and pic16_popGet2p cast into PCOR2)
3073         * src/pic16/main.c (_process_pragma): fixed another malloc bug
3074           (sizeof(sectNames) changed to sizeof(sectName))
3075           Both patches fix segfaults under MinGW.
3076
3077 2005-01-23 Raphael Neider <rneider AT web.de>
3078
3079         * src/pic16/{device.c,pcode.c}: s/free/Safe_free/g for
3080           Safe_[mc]?alloc()'ed variables
3081         * src/pic16/gen.c (pic16_aopOp,pic16_popGet): added handling
3082           of (byte sized) temporaries (assign them to WREG for now)
3083         * src/pic16/main.c (_process_pragma): fixed nasty malloc bug
3084           (used sizeof(set *sectSyms) instead of sizeof(struct sectSym)),
3085           this might fix SIGSEGVs on MinGW...
3086         * src/SDCCopt.c (killDeadCode): restored original behaviour
3087           (volatile operands might get thrown away though)
3088
3089 2005-01-23 Vangelis Rokas <vrokas AT otenet.gr>
3090
3091         * src/pic16/gen.c: fixed bug #1106975,
3092         * src/pic16/gen.c: fixed possible bug #1102572, now during TOS
3093         pointer update, INTCON is saved, global interrupts are disabled and
3094         restored after updateing TOS.
3095         * src/SDCC.y, src/SDCC.lex, src/SDCCsymt.c, src/SDCCsymt.h:
3096         * added function attribute 'shadowregs' to take advantage of shadow
3097         registers,
3098         * added function attribute 'wparam' as an alternative to the wparam
3099         pragma,
3100         * support/Utils/SDCCerr.[ch]: added error E_SHADOWREGS_NO_ISR when
3101         user declares a non-ISR function as 'shadowregs',
3102         * doc/sdccman.lyx: updated to reflect recent changes of pic16 port
3103
3104 2005-01-22 Vangelis Rokas <vrokas AT otenet.gr>
3105
3106         * .version: bumped version number to 2.4.8
3107         * device/lib/pic16/pics.all: list of PIC18F devices supported by
3108         pic16 port,
3109         * device/lib/pic16/libio/i2c/: I2C module support library,
3110         * device/include/pic16/i2c.h: I2C support library header,
3111         * device/lib/pic16/libc/stdio/: standard IO support sources,
3112         * (printf_small.c): printf_small() source, supports float print,
3113         * (printf_tiny.c): printf_tiny() source, does not support floats,
3114         * device/lib/pic16/Makefile.common.in: added OPT_FLAGS macro to
3115         enable global optimizations for entire library source, other
3116         Makefiles in the source tree are also modified to reflect this,
3117         * device/lib/pic16/libc/stdlib/putchar.c (putchar): dummy putchar()
3118         function,
3119         * doc/sdccman.lyx: updated to reflect new changes,
3120         * src/pic16/gen.c (aopForSym): don't handle sym->iaccess in
3121         sym->onStack if-case,
3122         * src/pic16/main.c (_pic16_keywords): commented out keywords bit,
3123         sbit, idata, _idata, xdata, _xdata,
3124         * added pragma library, to link an external library, (see doc),
3125         * removed command line options, --pomit-config-words, --pomit-ivt,
3126         --pleave-reset-vector,
3127         * (pic16_finaliseOptions): when define macro SDCC_MODEL_{SMALL/LARGE}
3128         when calling assembler to reflect memory model used, also define
3129         macro STACK_MODEL_{SMALL/LARGE} when compiling and assembling to
3130         reflect stack model used,
3131         * src/pic16/ralloc.c (pic16_allocDirReg): when operand is allocated
3132         on stack return NULL,
3133
3134 2005-01-22 Daniel Winkler <post AT danielwinkler.de>
3135
3136         * src/SDCCopt.c (killDeadCode): do not throw iCodes away if one
3137           of the operands is volatile. Fixes #1020220
3138
3139 2005-01-22 Daniel Winkler <post AT danielwinkler.de>
3140
3141         * src/pic16/pcoderegs.c (pCodeOptime2pCodes): reenabled optimization
3142         * (OptimizeRegUsage): make sure that there is really no other flow where
3143           the first pCode is used
3144
3145 2005-01-22 Raphael Neider <rneider AT web.de>
3146
3147         * src/pic16/pcoderegs.c (pCodeOptime2pCodes): disabled optimization
3148           to fix #1106967 (pCode->seq are not set up correctly)
3149
3150 2005-01-22 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3151
3152         * src/SDCCglue.c (glue): make sure code area is declared before the
3153         static initialization area.
3154
3155 2005-01-21 Raphael Neider <rneider AT web.de>
3156
3157         * device/lib/Makefile.in: fixed test for pic16 install dir
3158         * device/lib/pic16/*/Makefile*: modified compile flags to enable
3159           optimizations
3160         * doc/sdccman.lyx: updated banksel optimization, removed --flr-support and
3161           added --optimize-goto compiler switch and pragma wparam documentation
3162         * src/pic16/pcode.c (pic16_OptimizeBanksel): removed statistics dump
3163         * src/pic16/pcodepeep.c (pic16_pCodeOpCopy): fixed copying of WREG, PRODL
3164           and PRODH closing bug #1071770 (peephole optimizer)
3165
3166 2005-01-19 Raphael Neider <rneider AT web.de>
3167
3168         * src/SDCCglobl.h: ensure that PATH_MAX >= 2048 to guarantee
3169           cmdLine buffers (used when calling sdcpp...) are large enough
3170           (MAX_PATH=256 truncates arguments leading to system halts when
3171           used in MinGW...)
3172         * src/pic16/gen.c (pic16_sameRegs): relaxed size criterion
3173         * (genUminus): rewritten to for efficiency
3174         * (genNearPointer[GS]et): enforce reloading of FSR0 (was still
3175           used uninitialized in some cases)
3176         * (genCast): upcasting a 16bit int to a 24bit GPOINTER may not
3177           copy the third byte from the int -- now assumes 0x80 (data memory)
3178         * src/pic16/genarith.c (pic16_genPlus): fixed bug when swapping
3179           operands (genAddLit expects the iCode's operands to swapped as
3180           well), fixed leftover bytes (crashed for short left operands)
3181         * (pic16_genMinusDec): performance improvements, removed false
3182           PIC14 emitSKPNCs
3183         * (pic16_genMinus): fixed to cope with differently sized operands
3184         * src/pic16/glue.c (pic16_glue): added new banksel optimization
3185           for --obanksel > 1
3186         * src/pic16/pcode.c: implemented (first phase of) banksel optimization
3187         * src/pic16/graph.[ch]: implementation of directed graphs, used by
3188           new banksel optimization
3189         * src/pic16/pcoderegs.c (pCodeRegMapLiveRangesInFlow): prevented
3190           analysis for temporary registers (segfaults...)
3191         * src/pic16/peeph.def: added rule
3192
3193 2005-01-18 Vangelis Rokas <vrokas AT otenet.gr>
3194
3195         * device/lib/pic16/libc/stdlib/x_ftoa.c: it defines x_ftoa function
3196         which converts a float number to its ASCII representation
3197         * device/lib/pic16/libc/utils/cnvfrac.S,cnvint.S: support
3198         functions to convert the fractional and integer part of a float to ASCII,
3199         * device/lib/pic16/libc/stdlib/(calloc.c,free.c, malloc.c,
3200         realloc.c): added _MALLOC_SPEC to explicit place variables in data
3201         ram
3202         * device/include/asm/pic16/features.h: added _CODE, _DATA, _AUTOMEM,
3203         _STATMEM macros,
3204         * device/include/pic16/adc.h: added GPL info,
3205         * src/pic16/gen.c (genIfxpCOpJump): perform an genIfxJump but using
3206         a pCodeOp as tested operand,
3207         * (genNearPointerGet): optimized bit testing, does not use
3208         intermediate register for bit value, test directly instead with
3209         BTFSS, BTFSC, works only for single bits,
3210         * (genpic16Code): dump the name of the iCode in the asm,
3211         * src/pic16/ralloc.c (decodeOp): removed static declaration and
3212         renamed to pic16_decodeOp,
3213         * (serialRegAssign): do not allocate a temporary register for iCode
3214         sequences that test a single bit for 1/0
3215
3216 2005-01-12 Vangelis Rokas <vrokas AT otenet.gr>
3217
3218         * src/pic16/pcode.[ch]: introduced pic16_stackpnt_*,
3219         pic16_framepnt_*, pic16_stack_*, pic1_frame_* pointer variables to
3220         access stack and frame pointers. They are initially assigned to
3221         point at pic16_pc_fsr1[lh] and pic16_pc_fsr2[lh] variables and other
3222         accessing SFRs. Updated all occurences of modification of stack or
3223         frame pointer in gen.c and pcode.c,
3224         * src/pic16/ralloc.c (serialRegAssign): fixed two bugs with
3225         assigning of a literal value to pointers,
3226         * src/pic16/main.c (pic16_finiliseOptions): set pre-processor define
3227         flag STACK_MODEL_SMALL or STACK_MODEL_LARGE according to the model
3228         selected
3229
3230 2005-01-11 Vangelis Rokas <vrokas AT otenet.gr>
3231
3232         * doc/sdccman.lyx: update documentation about stack pragma, added
3233         some info for stack memory models
3234
3235 2005-01-08 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
3236
3237         * src/pic16/gen.c (DEBUGpc): MSVC 6 does not support macro variable arguments
3238
3239 2005-01-08 Raphael Neider <rneider AT web.de>
3240
3241         * src/pic16/device.c (pic16_dump_usection): changed naming scheme for
3242           udata sections to fix bug #1097823
3243
3244 2005-01-05 Raphael Neider <rneider AT web.de>
3245
3246         * src/pic16/gen.c (genGenericShift): added handling of differently
3247           sized left operand and result
3248
3249 2005-01-04 Raphael Neider <rneider AT web.de>
3250
3251         * src/pic16/gen.c (genIfxJump): fixed inverted skips on CARRY
3252         * (genIfx): fixed (?) read from uninitialized SPIL_LOC (now assumes CARRY
3253           to hold the condition bit)
3254         * added new version of genCmp (old code available via #define)
3255         * added new version of genShiftLeft/genShiftRight in a generic
3256           way, now supports shifting by negative values
3257         * (genLeftShiftLiteral, genRightShiftLiteral): use absolute value of
3258           shiftCount (expected by genGenericShift)
3259         * src/pic16/genarith.c (genPlus): added code for adding CARRY+literal
3260         * src/pic16/pcode.c (pic16_OptimizeJumps): removed annoying statistics
3261           dump
3262         * (pic16_newpCodeOpLit): changed to cast to unsigned char (as e.g. -32766
3263           is an invalid literal too...)
3264
3265 2005-01-04 Vangelis Rokas <vrokas AT otenet.gr>
3266
3267         * src/pic16/gen.c (aopForSym, genEndFunction): applied some fixes
3268         from Raphael Neider,
3269         * src/pic16/pcode.c (pic16_newpCodeOpLit): removed casting to char
3270         for 8-bit literals. This fixes some literal operands which are sign
3271         extended to 16-bits ints when instruction needs only 8-bits.
3272
3273 2004-12-31 Paul Stoffregen <paul AT pjrc.com>
3274
3275         * device/lib/logf.c: added mcs51 assembly version
3276         * device/lib/expf.c: added mcs51 assembly version
3277         * device/lib/_logexpf.c: new shared asm code for expf and logf
3278         * device/include/math.h: add defines for assembly math library
3279         * device/lib/Makefile.in: build new _logexpf.c
3280         * device/lib/libfloat.lib: use new _logexpf.c
3281
3282 2004-12-29 Slade Rich <slade_rich AT users.sourceforge.net>
3283
3284         * src/pic/device.c
3285         * src/pic/pcode.c : adjusted internal stack and pre-allocated registers for
3286           device types which have less than 0x7f registers.
3287
3288 2004-12-29 Slade Rich <slade_rich AT users.sourceforge.net>
3289
3290         * src/pic/genarith.c : Fixed problem with subtraction where the result would not be updated when borrowing.
3291
3292 2004-12-28 Paul Stoffregen <paul AT pjrc.com>
3293
3294         * device/lib/printf_fast.c: only build on supported arch.
3295         * device/lib/printf_tiny.c: only build on supported arch.
3296         * device/lib/printf_fast_f.c: only build if asm float lib
3297         * device/lib/_fsget1arg.c: only build if asm float lib
3298         * device/lib/_fsget2args.c: only build if asm float lib
3299         * device/lib/_fsnormalize.c: only build if asm float lib
3300         * device/lib/_fsreturnval.c: only build if asm float lib
3301         * device/lib/_fsrshift.c: only build if asm float lib
3302         * device/lib/_fsswapargs.c: only build if asm float lib
3303         * device/include/stdio.h: don't provide print_fast,
3304           print_fast_f, print_tiny prototypes if --xstack used
3305
3306 2004-12-28 Maarten Brock <sourceforge.brock AT dse.nl>
3307
3308         * device/lib/sincosf.c (sincosf): don't invert bit/bool by ~
3309         * support/regression/ports/mcs51-stack-auto/spec.mk: added new _fs.. files
3310           to the SOURCES
3311
3312 2004-12-28 Paul Stoffregen <paul AT pjrc.com>
3313
3314         * device/lib/printf_fast_f.c: same as printf_fast, but
3315           with floating point enabled
3316         * device/lib/printf_fast.c: minor tweaks
3317         * device/include/stdio.h: add printf_fast_f
3318
3319 2004-12-27 Paul Stoffregen <paul AT pjrc.com>
3320
3321         * src/SDCCmain.c: make --float-reent default for mcs51
3322         * device/lib/_fsadd.c: added mcs51 assembly version
3323         * device/lib/_fssub.c: added mcs51 assembly version
3324         * device/lib/_fsmul.c: added mcs51 assembly version
3325         * device/lib/_fsdiv.c: added mcs51 assembly version
3326         * device/lib/_fseq.c: added mcs51 assembly version
3327         * device/lib/_fsneq.c: added mcs51 assembly version
3328         * device/lib/_fsgt.c: added mcs51 assembly version
3329         * device/lib/_fslt.c: added mcs51 assembly version
3330         * device/lib/_fscmp.c: shared code for fseq,fsgt,fslt,fsneq
3331         * device/lib/Makefile.in: add _fscmp to build
3332         * device/lib/libfloat.lib: add _fscmp to build
3333
3334 2004-12-27 Paul Stoffregen <paul AT pjrc.com>
3335
3336         * device/lib/_fs2slong.c: added mcs51 assembly version
3337         * device/lib/_fs2sint.c: added mcs51 assembly version
3338         * device/lib/_fs2schar.c: added mcs51 assembly version
3339         * device/lib/_fs2ulong.c: added mcs51 assembly version
3340         * device/lib/_fs2uint.c: added mcs51 assembly version
3341         * device/lib/_fs2uchar.c: added mcs51 assembly version
3342         * device/lib/_slong2fs.c: added mcs51 assembly version
3343         * device/lib/_sint2fs.c: added mcs51 assembly version
3344         * device/lib/_schar2fs.c: added mcs51 assembly version
3345         * device/lib/_ulong2fs.c: added mcs51 assembly version
3346         * device/lib/_uint2fs.c: added mcs51 assembly version
3347         * device/lib/_uchar2fs.c: added mcs51 assembly version
3348         * device/include/float.h: added #define to select asm vs c
3349
3350 2004-12-26 Paul Stoffregen <paul AT pjrc.com>
3351
3352         * device/lib/printf_fast.c: improvements to float output
3353         * device/include/float.h: add defines for assembly float library
3354         * device/lib/_fsget1arg.c: receive 1 float arg
3355         * device/lib/_fsget2args.c: receive 2 float args (reentrant)
3356         * device/lib/_fsnormalize.c: normalize a float
3357         * device/lib/_fsreturnval.c: return float, various helper routines
3358         * device/lib/_fsrshift.c: right shift a float's mantissa
3359         * device/lib/_fsswapargs.c: swap 2 floats
3360         * device/lib/Makefile.in: build these 6 new files for mcs51
3361         * device/lib/libfloat.lib: add these 6 files to the library
3362
3363 2004-12-26 Borut Razem <borut.razem AT siol.net>
3364
3365         * sim/ucsim/avr.src/arith_inst.cc: fixed bug #1088372- savr is not
3366           built by gcc 3.4.2
3367
3368 2004-12-25 Paul Stoffregen <paul AT pjrc.com>
3369
3370         * device/lib/printf_tiny.c: printf for mcs51 in only 267 bytes,
3371           and fully reentrant and register bank neutral.
3372         * device/lib/printf_fast.c: added float (not enabled by default),
3373           added compact/slower integer (also not enabled by default),
3374           improved size/speed of fast integer code, other minor changes
3375         * device/include/stdio.h, device/lib/Makefile.in,
3376           device/lib/libsdcc.lib: integrate printf_tiny into mcs51 build
3377
3378 2004-12-24 Maarten Brock <sourceforge.brock AT dse.nl>
3379
3380         * src/pic16/pcode.c: declaring variables other than at the start of a
3381           block is not supported in C by VC6.
3382
3383 2004-12-22 Vangelis Rokas <vrokas AT otenet.gr>
3384
3385         * applied a previous patch from Raphael Neider that wasn't included
3386         in the previous commits, which fixes infinite loops within jumptable
3387         improvements,
3388         * made some fixes that previous patches introduced
3389
3390 2004-12-21 Vangelis Rokas <vrokas AT otenet.gr>
3391
3392         * src/pic16/gen.c (pic16_aopGet): applied fix from Raphael Neider
3393         that fixes an issue with AOP_PCODE asmop's offset,
3394         * (pic16_popCopyReg): update instance field too,
3395         * (mov2w): modified to pic16_mov2w because it conflicts with mov2w
3396         function of pic port,
3397         * (genCmp, genAnd, genAssign),
3398         * src/pic16/genarith.c (genAddLit): some fixes from Raphael Neider,
3399
3400 2004-12-20 Vangelis Rokas <vrokas AT otenet.gr>
3401
3402         * src/SDCCast.c (gatherAutoInit): allow pic16 to emit static
3403         variables initial values to idata section,
3404         * src/SDCCicode.c (geniCodeCall): patch from ### to fix unreferenced
3405         variables in some functions. This utilizes parmBytes field of iCode
3406         structure to hold the offset of the variable in stack. (might be
3407         able to use the stack field too?)
3408         * applied patch from Raphael Neider # ### , # ###
3409         * src/pic16/glue.c (pic16emitRegularMap): fix to print static
3410         variable initial values in idata section,
3411         * src/pic16/ralloc.c (pic16_allocDirReg): don't allocate register
3412         for static variables with initial value
3413         * src/device/lib/pic16/libsdcc/float/ulong2fs.c (__ulong2fs):
3414         applied fix in while loop from Raphael Neider.
3415
3416 2004-12-19 Maarten Brock <sourceforge.brock AT dse.nl>
3417
3418         * src/ds390/gen.c (genCpl): fixed bit=~(char/bit) bugs, added warning
3419         * src/ds390/main.c (_ds390_regparm): don't pass bit params in registers
3420         * src/ds390/ralloc.c (serialRegAssign): spill bits
3421         * src/mcs51/gen.c (genCpl): fixed bit=~(char) bugs, added warning
3422         * support/Util/SDCCerr.c,
3423         * support/Util/SDCCerr.h: added warning W_COMPLEMENT for using bit=~(bit)
3424         * support/regression/tests/bitvars.c: added tests for bitwise complement(~)
3425         * support/regression/tests/bitwise.c: added test for bitwise complement(~)
3426
3427 2004-12-09 Maarten Brock <sourceforge.brock AT dse.nl>
3428
3429         * device/include/sdcc-lib.h: inserted LGPL, added includes
3430           asm/ds390/features.h and asm/mcs51/features.h
3431         * device/include/asm/default/features.h,
3432         * device/include/asm/gbz80/features.h,
3433         * device/include/asm/z80/features.h: added empty _AUTOMEM
3434           and _STATMEM
3435         * device/include/asm/ds390/features.h,
3436         * device/include/asm/mcs51/features.h: added files with defines for
3437           _AUTOMEM and _STATMEM indicating automatic and static storage class
3438         * device/lib/printf_large.c (_print_format): optimized & used _AUTOMEM
3439         * doc/sdccman.lyx: version 2.4.7, updated xstack documentation
3440         * src/SDCCicode.c (geniCodeCast),
3441         * src/SDCCsymt.c (compareType): allow cast of data-ptr to idata-ptr
3442         * src/SDCCloop.c (loopInduction): removed unused variable lr
3443         * src/SDCCopt.c (convilong, convertToFcall): moved "easy special case"
3444           to convertToFcall to include char modulo (RFE 1065037), added check
3445           if left operand is unsigned and use abs of literal value
3446         * src/SDCCpeeph.c (setFromConditionArgs): removed double quotes option
3447           as it doesn't work after conversion from peephole.def to peephole.rul
3448         * src/mcs51/gen.c (toBoolean): added check for size,
3449           (genModOneByte): optimized code for signed char modulo a literal
3450           power of 2 (thanks to Hubert Sack),
3451           (genRRC): removed unnecessary "clr c",
3452           (genRLC): replaced "add a,acc" with cheaper "rlc a"
3453         * src/mcs51/peeph.def: renamed 115 to 115.a, added rule 115.b: another
3454           jump optimization,
3455           swapped rules 256.c and 256.d,
3456           extended 256.d by using new multiple checks (thanks Erik),
3457           added rules 256.e and 256.f,
3458           updated rule 261.a and 261.b to new generated code
3459         * support/regression/tests/muldiv.c: added test div/mod by a power of 2
3460
3461 2004-12-07 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3462
3463         * src/SDCCloop.c (basicInduction, loopInduction): fixed several
3464           induction related bugs, including first part of bug #1074377
3465
3466 2004-12-05 Vangelis Rokas <vrokas AT otenet.gr>
3467
3468         * applied patch from bug-report #1076292,
3469         * applied patches for genAnd and Goto-optimizations for Raphael
3470         Neider,
3471         * src/SDCCicode.c (printOperand): fixed !REGA source to compile and
3472         dump a less iCode information,
3473         * src/pic16/device.h (pic16_options_t): added field debgen,
3474         * src/pic16/gen.h: added macros DUMP_FUNCTION_ENTRY,
3475         DUMP_FUNCTION_EXIT, FENTRY, FENTRY2,
3476         * src/pic16/gen.c (my_powof2): renamed to pic16_my_powof2 and made
3477         puclic,
3478         * (various functions): added macros FENTRY and FENTRY2 to functions,
3479         to emit function prologue,
3480         * (various functions): fixed indentation,
3481         * (genNearPointerGet): fixed loading of FSR0,
3482         * (genPackBits): applied patch from Raphael Neider to fix updating
3483         of FSR0 and touching only the modified bits,
3484         * src/pic16/genarith.c (various functions): added macros FENTRY to
3485         emit function prologue in comments,
3486         * src/pic16/pcode.h: added functions debugf2, debugf3,
3487         * src/pic16/ralloc.c: partial fix for packForPush caused
3488         segmentation fault,
3489
3490 2004-12-04 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
3491
3492         * src/mcs51/peeph.def: added 261.a,b (16 bit rotate) by Stas Sergeev
3493           <stsp AT users.sourceforge.net> with reversed byte order
3494         * support/regression/tests/rotate.c: added (ds390 skips some tests)
3495
3496 2004-12-03 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3497
3498         * src/z80/gen.c (genLeftShift, genRightShift): fixed second part of
3499           bug #1074377
3500         * src/hc08/gen.c (genrshFour, shiftRLong, shiftLLong),
3501         * src/mcs51/gen.c (shiftLLong): Fixed some shifting bugs Frieder found
3502
3503 2004-12-02 Slade Rich <slade_rich AT users.sourceforge.net>
3504
3505         * src/pic/pcode.c : fixed a problem where banksel was not being inserted.
3506
3507 2004-12-02 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3508
3509         * src/SDCCpeeph.c (callFuncByName): support combined peephole rule
3510           conditions,
3511           (setFromConditionArgs): friendly operand parser for peephole rules,
3512           (operandBaseName, operandsNotRelated): new peephole condition
3513           "operandsNotRelated" -- similar to "operandsNotSame", but takes
3514           architecture specific register naming into account, handles n-way
3515           comparisons, and supports quoted literals
3516         * src/mcs51/peeph.def: restored rule 177.d with an extra condition
3517
3518 2004-12-02 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
3519
3520         * src/mcs51/peeph.def: fixed bug #1076940
3521
3522 2004-12-02 Slade Rich <slade_rich AT users.sourceforge.net>
3523
3524         * device/include/pic/pic16f877.h : added an include file for the PIC16F877 device.
3525
3526 2004-11-28 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
3527
3528         Adding support for replacing ljmps with sjmps in jumptables
3529         generated for switch statements. For now you need to set the
3530         environment variable SDCC_SJMP_JUMPTABLE to enable this.
3531         Now 4 algorithms for mcs51 jumptable generation are used:
3532         ljmp or sjmp jumptables for up to 16 cases, stack-pushing target
3533         addresses loaded pc-relative for up to 112 cases and stack-pushing
3534         target addresses loaded with offset from dptr for up to 256 cases.
3535
3536         * src/SDCCpeeph.c: added peephole conditional labelJTInRange
3537         * src/mcs51/main.c: adapted constants for switch table generation
3538         * src/mcs51/peeph.def: added 260.x for replacing ljmp with sjmp
3539
3540 2004-11-26 Maarten Brock <sourceforge.brock AT dse.nl>
3541
3542         * device/lib/printf_large.c (_print_format): fixed bug 1073386
3543         * support/regression/tests/bug1057979.c: added test for bug 1073386
3544
3545 2004-11-25 Vangelis Rokas <vrokas AT otenet.gr>
3546
3547         * src/pic16/pcode.c: fixed bug which may produce error in non-GNU
3548         compilers
3549
3550 2004-11-25 Vangelis Rokas <vrokas AT otenet.gr>
3551
3552         * src/pic16/device.h,
3553         * src/pic16/genarith.c,
3554         * src/pic16/glue.c,
3555         * src/pic16/main.c,
3556         * src/pic16/pcode.c: applied patches #1068154 and #1070213
3557
3558 2004-11-24 Vangelis Rokas <vrokas AT otenet.gr>
3559
3560         Large cummulative patch for pic16 port.
3561         * device/lib/pic16/gstack.h: NEW, user can specify its own handler
3562         to call when a stack overflow occurs,
3563         * (malloc.h): added CVS Id tag,
3564         * (pic18f{242,252,442,452}.h): added T0CONbits structure and
3565         variable,
3566         * added libc directory. The current version of LibC contains string
3567         functions, ctype functions and macros and some functions of the
3568         stdlib set (like malloc/free/atof/atoi etc...). All functions are to
3569         be extensively tested in the future. Standard disclaimer here.
3570         Library is not automatically build yet. But one can build it by
3571         invoking 'make' inside the libc directory.
3572         * added ADC library under libio. Preliminary version yet.
3573
3574         * src/pic16/gen.h: added emitTOGC macro, to toggle Carry flag,
3575         * src/pic16/gen.c (aopForRemat): asmop size is filled by
3576         aopForRemat() now and not by pic16_aopOp(),
3577         * (pic16_popGetTempReg): removed warning messgae when allocating
3578         temporary registers, its a buggy feature and will be removed,
3579         * (pic16_popGet): set register instance field in AOP_CRY,
3580         * (pic16_outBitC): fixed for results in size greater than 1,
3581         * (genUminusFloat): fixed for pic16, ported code from mcs51,
3582         * (pic16_storeForReturn): optimized return of 0,
3583         * (genCmp): experimental code for new genCmp which uses PIC18's
3584         special compare&skip instructions. Initial tests fail some times
3585         with variables grater than 1 byte in size, so new code is disabled,
3586         * (genUnpackBits, genPackBits): more optimizations in reading/writing,
3587         a single bit,
3588         * (genCast): began a fix to optimize the casting of a bit to another
3589         bit, now assigning a bitfield to another bitfield will fail, sorry,
3590         * src/pic16/main.c: disabled the use of lr-support feature,
3591         * src/pic16/pcode.h: renamed PCASMDIR to PCAD,
3592         * added some function prototypes, added function _debugf prototype,
3593         * src/pic16/pcode.c: (pic16_get_op): fixed emitting operands of register
3594         bits with offset (case PO_GPR_BIT),
3595         * (genericPrint): don't emit INFO pcode when --pcode-verbose not in
3596         command line,
3597         * (isBankInstruction): modified to return 0 for no banking instruction,
3598         and 1 for banking instruction,
3599         * (pic16_isPCinFlow): check for PCAD (assembler directives) too,
3600         caused stop processing pCodes after a inline assembly block,
3601         * (pic16_popCopyGPR2Bit): updated to match bitfields with offset,
3602         * src/pic16/pcoderegs.c: fixed a bug with eliminating some temporary
3603         registers when it shouldn't,
3604         * src/pic16/ralloc.c (allocReg): add preliminary support for
3605         supporting a limited set of temporary registers,
3606
3607 2004-11-23 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3608
3609         * src/hc08/gen.c (genAssign, genPointerGetSetOfs, genDataPointerGet,
3610           genDataPointerSet): ensure assignments always copy in MSB to LSB
3611           order,
3612           (loadRegFromAop): recognize CLRH optimization,
3613           (genFunction): optimize RECEIVE iCodes in reentrant functions
3614
3615 2004-11-20 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3616
3617         * src/SDCCmain.c (parseCmdLine, optionsTable[]): fixed bug with
3618           --out-fmt-s19 turning into --out-fmt-elf if s19 was already
3619           selected.
3620         * src/SDCCmain.c (linkEdit): don't define SSEG for HC08
3621         * src/hc08/main.c (_hc08_setDefaultOptions): default xdata to be
3622           contiguous with data
3623
3624 2004-11-19 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
3625
3626         * device/lib/_gptrget.c (_gptrget),
3627         * device/lib/_gptrgetc.c (_gptrgetc),
3628         * device/lib/_gptrput.c (_gptrput): _naked allows to use ret
3629           instead of sjmp to ret
3630         * src/mcs51/peeph.def: added peepholes 3.d-g and 177.g,h provided
3631           by Hubert Sack <hsack2002 AT arcor.de> in RFE #1067986, thanks
3632
3633 2004-11-18 Maarten Brock <sourceforge.brock AT dse.nl>
3634
3635         * .version: bumped version to 2.4.7
3636         * device/lib/_gptrget.c (_gptrget): is now _naked
3637         * device/lib/_gptrgetc.c (_gptrgetc): is now _naked
3638         * device/lib/_gptrput.c (_gptrput): is now _naked
3639         * src/SDCCast.c (createBlock): removed ridiculous self-assignment,
3640           (createFunction): fixed xstack
3641         * src/SDCCglue.c (emitMaps): set allocation required for bit area
3642         * src/SDCCicode.c (geniCodeCast): don't change SPEC_OCLS for literal
3643           or bit either,
3644           (geniCodeCritical): store original interrupt state in an iTemp bit
3645           var unless stack-auto
3646         * src/SDCCicode.h: added CRITICAL and ENDCRITICAL to SKIP_IC2
3647         * src/SDCCmain.c (setIncludePath): added include/target to search path
3648         * src/SDCCmem.c (allocParms): store bit vars in bit space, not overlay
3649         * src/SDCCsymt.c (checkFunction): don't check regbank for isr's against
3650           prototype,
3651           (processFuncArgs): put bit vars in bit area
3652         * src/mcs51/gen.c (saveRegisters, unsaveRegisters, genXpush, saveRBank,
3653           unsaveRBank): fixed xstack,
3654           (genFunction): bugfix: replaced (global!) reentrant with fReentrant,
3655           (genFunction, genEndFunction): fixed xstack,
3656           (genAssign): optimization don't walk backwards through mem
3657         * src/mcs51/main.c (_mcs51_regparm): don't pass bit params in registers
3658         * src/mcs51/ralloc.c (createStackSpil): spill bits to bit area
3659         * support/regression/Makefile: also make library (for stack-auto) when
3660           making "all" and added "test-mcs51-xstack-auto"
3661         * support/regression/fwk/lib/testfwk.c: added T2_isr prototype for mcs51
3662         * support/regression/ports/mcs51/T2_isr.c: added this file as a stub
3663         * support/regression/ports/mcs51/fwk.lib: added to link T2_isr stub
3664         * support/regression/ports/mcs51/spec.mk: added rules for fwk.lib
3665         * support/regression/ports/mcs51-stack-auto/spec.mk: replaced
3666           make-library by MAKE_LIBRARY
3667         * support/regression/ports/mcs51-xstack-auto/spec.mk: file added to run
3668           regression tests for xstack
3669         * support/regression/tests/bitvars.c: test for bit vars (bug 938782)
3670         * support/regression/tests/critical.c: test for critical on mcs51
3671
3672 2004-11-18 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3673
3674         * support/regression/ports/ucz80/spec.mk: use include and lib files from
3675           built version of sdcc instead of installed version
3676
3677 2004-11-14 Maarten Brock <sourceforge.brock AT dse.nl>
3678
3679         * src/mcs51/gen.c (toBoolean): fixed bug 1065458
3680         * device/lib/Makefile.in: z80 uses printf_large.c, sprintf.c and
3681           vprintf.c now
3682         * device/lib/printf_large.c (calculate_digit): fixed bug 1057979
3683         * device/lib/z80/Makefile: don't use printf.c as it fails bug 1057979
3684           WARNING: remove device/lib/build/z80/printf.o by hand when
3685           updating from previous build!
3686         * device/lib/z80/printf.c: updated comment
3687         * support/regression/tests/bug1057979.c: test all ports now
3688         * support/regression/tests/bug1065458.c: file added
3689
3690 2004-11-12 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3691
3692         * src/z80/gen.c (genFunction, genEndFunction): avoided generating
3693           *_start and *_end symbols for static functions
3694
3695 2004-11-11 Maarten Brock <sourceforge.brock AT dse.nl>
3696
3697         * src/SDCCmain.c (linkEdit): don't suppress crt0 if --nostdlib is used
3698           and search crt0.o in all library paths,
3699           (setIncludePath): proper handling of --nostdinc,
3700           (setLibPath): proper handling of --nostdlib
3701         * support/regression/Makefile,
3702         * support/regression/ports/ds390/spec.mk,
3703         * support/regression/ports/gbz80/spec.mk,
3704         * support/regression/ports/hc08/spec.mk,
3705         * support/regression/ports/mcs51/spec.mk,
3706         * support/regression/ports/mcs51-large/spec.mk,
3707         * support/regression/ports/mcs51-stack-auto/spec.mk,
3708         * support/regression/ports/z80/spec.mk: use include and lib files from
3709           built version of sdcc instead of installed version
3710         * doc/sdccman.lyx: fixed typo in --nostdinc
3711
3712 2004-11-10 Slade Rich <slade_rich AT users.sourceforge.net>
3713
3714         * src/pic/pcode.c,
3715         * src/pic/device.c,
3716         * src/pic/ralloc.c,
3717         * src/pic/gen.c : added support to generate code for struct bit fields.
3718
3719 2004-11-06 Maarten Brock <sourceforge.brock AT dse.nl>
3720
3721         * as/xa51/xa_version.h,
3722         * device/include/errno.h,
3723         * device/include/regc515c.h,
3724         * device/lib/_itoa.c,
3725         * device/lib/_ltoa.c,
3726         * device/lib/ser_ir_cts_rts.c,
3727         * sim/ucsim/xa.src/glob.cc,
3728         * sim/ucsim/xa.src/inst_gen.cc,
3729         * sim/ucsim/xa.src/xa_bit.cc,
3730         * sim/ucsim/xa.src/xa_sfr.cc,
3731         * sim/ucsim/z80.src/inst_dd.cc,
3732         * sim/ucsim/z80.src/inst_fdcb.cc,
3733         * support/scripts/keil2sdcc.pl,
3734         * src/pic16/pic16.dsp,
3735         * src/pic16/pic16a.dsp: corrected cvs line endings
3736         * device/lib/printf_large.c: fixed bug 1057979
3737         * src/pic16/gen.c: fixed non-C standard code
3738         * src/SDCCmain.c: made --pack-iram default, added --no-pack-iram
3739         * src/SDCCglobl.h: changed pack_iram to no_pack_iram
3740         * support/regression/ports/mcs51/support.c: reload T1 asap
3741         * doc/sdccman.lyx: updated for options --pack-iram and --no-pack-iram,
3742           pdata use and clear idata startup behaviour
3743         * support/regression/tests/bug1057979.c: added
3744
3745 2004-11-04 Maarten Brock <sourceforge.brock AT dse.nl>
3746
3747         * device/examples/ds390/ow390/ad26.h,
3748         * device/examples/ds390/ow390/cnt1d.h,
3749         * device/examples/ds390/ow390/crcutil.c,
3750         * device/examples/ds390/ow390/ownet.h,
3751         * device/examples/ds390/ow390/owsesu.c,
3752         * device/examples/ds390/ow390/swt12.h,
3753         * device/examples/ds390/ow390/swtoper.c,
3754         * device/examples/ds390/ow390/temp10.h,
3755         * device/examples/ds390/ow390/thermodl.c,
3756         * device/examples/ds390/tinitalk/tinitalk.dsp,
3757         * device/examples/ds390/tinitalk/tinitalk.dsw,
3758         * device/examples/mcs51/clock/hw.h,
3759         * device/examples/mcs51/simple2/go.bat,
3760         * device/examples/serialcomm/windows/serial.h,
3761         * device/examples/xa51/dummy.c,
3762         * device/examples/xa51/hello.c,
3763         * device/include/80c51xa.h,
3764         * device/include/at89x051.h: corrected cvs line endings
3765
3766 2004-11-04 Vangelis Rokas <vrokas AT otenet.gr>
3767
3768         * src/pic16/main.c (options): added command line --gstack, to trace
3769         stack over/under flows,
3770         * added pragma 'wparam' to allow passing first byte of function
3771         parameters via WREG, syntax is #pragma wparam my_function[, func2...]
3772         * src/pic16/gen.c (pic16_testStackOverflow): function which emits a
3773         call to __gstack_test function and sets up the symbol as extern,
3774         * (pic16_pushpCodeOp, pic16_poppCodeOp, pushw, pushaop, popaopidx,
3775         * popaop): added call to pic16_testStackOverflow,
3776         * (wParamCmp, inWparamList): NEW, test existence of a symbol in
3777         wparamList list,
3778         * (genCall, genPcall): now all parameters are passed via stack
3779         except in functions that are pass to wparam pragma in which WREG is
3780         used too,
3781         * (genPcall): REENTRANT flag is checked to see if variable prototype
3782         contains reentrant keyword, don't call a non-reentrant function, via
3783         a reentrant function pointer or vice versa, functions are never
3784         passed via WREG,
3785         * (genJumpTab): applied patch from bug #1057478 by R.Neider and
3786         D.Winkler,
3787         * src/pic16/glue.c (pic16emitRegularMap): fixed bug which caused a
3788         SIGSEGV when accessing a NULL register stucture,
3789         * (pic16_printGPointerType): modified to handle UPPER modifier for
3790         function initializers, changed prototype of function to simpler one,
3791         * (pic16_printIvalFuncPtr): check to see if function is already
3792         added in externs list,
3793         * src/pic16/pcoderegs.c (pCodeOptime2pCodes): fixed bug which
3794         optimized a move from W to SFR with a move to the same register
3795         later after a CALL,
3796         * device/lib/pic16/debug: NEW directory, contains debug features
3797         which are enabled when linking with libdebug.lib, currently command
3798         line option --gstack enables stack pointer tracing for over/under
3799         flow, corresponding sources are in debug/gstack
3800
3801 2004-10-30 Vangelis Rokas <vrokas AT otenet.gr>
3802
3803         * doc/sdccman.lyx: updated SDCC version,
3804         * (PIC16 port): update list of command line options,
3805         * src/pic16/device.h (structure pic16_options_t): added field gstack
3806         to enable stack overflow tracing on push/pops,
3807         * src/pic16/device.c (statistics structure): added statistics
3808         structure,
3809         * (pic16_dump_access, pic16_dump_usection, pic16_dump_gsection,
3810         pic16_dump_int_registers): increase statistics counters for each
3811         * variable which is encountered
3812         * (pic16_dump_usection): emit each .udata variable to its own udata
3813         section,
3814         * src/pic16/gen.c (assignResultValue, genCall, genPcall, genFunction):
3815         when macro USE_WREG_IN_FUNC_PARAMS is set to 0 pass all function
3816         parameters via stack, otherwise use old scheme,
3817         * src/pic16/glue.c (pic16_emitStatistics): dump statistics in
3818         assembler output file,
3819         * src/pic16/main.c: added command line options --gstack to enable
3820         push/pop tracing for stack overflow,
3821         * src/pic16/pcode.c (all pCodeInstruction records for PIC18F
3822         instructions): added size of each instruction,
3823         * (pic16_countInstruction): estimate size of instructions in
3824         the_pFile list, inline assembly blocks are not counted,
3825         * (pic16_FixRegisterBanking): trace previous register usage, when
3826         banksel optimizations is greater than 0, don't emit a redudant
3827         banksel directive,
3828
3829 2004-10-26 Slade Rich <slade_rich AT users.sourceforge.net>
3830
3831         * src/pic/ralloc.c : fixed inefficient code produced when compiling a complimented bit operation.
3832         * src/pic16/ralloc.c : applied same fix for pic16.
3833         * src/pic/gen.c : tidied it up a little.
3834
3835 2004-10-25 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
3836
3837         * src/mcs51/peeph.def: disabled 259.a,b for removing redundant ret,
3838         thanks to Martin Helmling for reporting (mail on sdcc-devel 2004-10-25)
3839
3840 2004-10-22 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3841
3842         * src/SDCCast.c (reverseParms): fixed bug #1040577 (part 2)
3843
3844 2004-10-22 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
3845
3846         * device/lib/ser_ir_cts_rts.c: integer promotion caused a call to the
3847         non-reentrant function __modsint in the interrupt function (thus
3848         corrupting math operations during serial I/O)
3849         * device/lib/ser_ir.c: as above, changed buffersize
3850         * src/mcs51/peeph.def: added 259.a,b for removing redundant ret,
3851         256.c,d for zeroing
3852         * doc/Makefile: added option -t for rsync
3853
3854 2004-10-22 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3855
3856         * src/SDCCast.h (struct ast),
3857         * src/SDCCast.c (reverseParms, copyAst): fixed bug #1040577 (part 1)
3858
3859 2004-10-20 Borut Razem <borut.razem AT siol.net>
3860
3861         * support/scripts/sdcc.nsi: added include/pic16/*.h to the setup
3862         package
3863
3864 2004-10-20 Vangelis Rokas <vrokas AT otenet.gr>
3865
3866         * device/lib/pic16/libsdcc/Makefile: added lregs directory in
3867         makefile targets,
3868         * device/lib/pic16/libsdcc/lregs/{Makefile,lrst.c,lrrest.c}: NEW
3869         support functions to replace long sequences of MOVFF's from access
3870         bank registers to stack and vice versa,
3871         * src/pic16/device.h: added new field opt_flags, where optimization
3872         flags can be set to enable certain features,
3873         * src/pic16/gen.c (pic16_emitpinfo): NEW to add PC_INFO pCode in
3874         * pBlock, (genFunction, genEndFunction): surroung loop for
3875         saving/loading used registers in stack with PC_INFO pCodes,
3876         INF_LREGS. Code in between can then be optimized by pCode optimizer
3877         to support function calls,
3878         * (genDataPointerSet): fixed bug which loaded float fields in
3879         structures with corrupt data,
3880         * src/pic16/genutils.c (debugf, _debugf): macro/function which emits
3881         in a standard way debug info on stderr. Feature used for developing
3882         and debugging only,
3883         * src/pic16/glue.c (pic16glue): reformatted, deleted some old and
3884         obsolete chunks of code,
3885         * if optimization flag OF_LR_SUPPORT was set, call pic16_OptimizeLocalRegs,
3886         * src/pic16/main.c (_pic16_parseOptions): added handler for --flr-support,
3887         * pic16/src/pcode.c (pic16_newpCodeInfo,
3888         * (pic16_newpCodeOpLocalRegs),
3889         * (pic16_convertLocalRegs2Support): NEW, to support new optimization
3890         feature,
3891         * (pic16_pCodeConstString): printing of the initial value of a
3892         symbol as a comment is inhibited since parsing was already done by
3893         copyStr and output is corrupt,
3894         * (pic16_pCode2str, genericPrint): handle PC_INFO pCode,
3895
3896 2004-10-20 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3897
3898         * src/mcs51/ralloc.c (packRegisters): fixed bug #1044601
3899
3900 2004-10-19 Maarten Brock <sourceforge.brock AT dse.nl>
3901
3902         * as/mcs51/lkarea.c: removed old K&R style,
3903           (lnksect): changed check on boundary error,
3904           (lnksect2): changed check on boundary error,
3905           (lnksect2): extend XSTK to end of page if size = 1
3906         * as/mcs51/lkmain.c: removed old K&R style,
3907           (Areas51): create l_IRAM symbol
3908         * as/mcs51/lkmem.c (summary2): added report on PSEG and XSTK
3909         * device/lib/Makefile.in: renamed model-mcs51-reentrant to
3910           model-mcs51-stack-auto, added model-mcs51-xstack-auto
3911         * device/lib/_mullong.c: added version to be compiled with xstack
3912         * device/lib/mcs51/crtclear.asm: clear only upto --iram-size
3913         * device/lib/mcs51/crtxclear.asm: clear pdata as well
3914         * device/lib/mcs51/crtxstack.asm: fixed comment
3915         * src/SDCCglue.c: maxInterrupts defaults to 0,
3916           (emitMaps): added pdata,
3917           (createInterruptVect): (re)moved default,
3918           (glue): added pdata,
3919           (glue): moved __start__xstack to XSTK with default size 1
3920         * src/SDCCmain.c (parseCmdLine): automatically set options.intlong_rent
3921           and options.float_rent when options.stackAuto is set,
3922           (linkEdit): only write XDATA_NAME if provided on command line
3923         * src/SDCCmem.h,
3924         * src/SDCCmem.c: added pdata
3925         * src/port.h: added pdata_name to PORT
3926         * src/mcs51/gen.c (toBoolean): fixed for Acc use of aopGet,
3927           (saveRegisters, unsaveRegisters): removed usage of B,
3928           (genMinus): fixed accumulator clash,
3929           (genJumpTab): added comment, this needs another look
3930         * src/mcs51/gen.c: added check for "B in use" paranoia,
3931           added pushB() and popB()
3932         * src/mcs51/peeph.def: restart after 177.c so 177.a can get a second
3933           chance
3934         * src/avr/main.c,
3935         * src/ds390/main.c,
3936         * src/hc08/main.c,
3937         * src/mcs51/main.c,
3938         * src/pic/main.c,
3939         * src/pic16/main.c,
3940         * src/xa51/main.c,
3941         * src/z80/main.c: (reset_regparms) made void parameter explicit and
3942           added PSEG (PAG,XDATA) or NULL to port specifier
3943         * src/ds390/main.c (_ds390_genIVT): moved implemented default in here
3944         * src/mcs51/main.c (_mcs51_genIVT): moved implemented default in here,
3945           (_mcs51_genInitStartup): removed __start__xstack equ,
3946           (mcs51_port): moved xstack from XSEG (XDATA) to XSTK (PAG,XDATA)
3947         * src/pic16/device.c (pic16_dump_usection, pic16_dump_isection),
3948         * src/z80/gen.c (_rleAppend): fixed warnings
3949         * support/regression/tests/zeropad.c: added pdata test
3950         * .version: bumped to 2.4.6
3951
3952 2004-10-17 Borut Razem <borut.razem AT siol.net>
3953
3954         * support/scripts/sdcc.nsi: cross compiling of WIN32 setup.exe on Linux
3955         as a part of nightly build
3956
3957 2004-10-16 Vangelis Rokas <vrokas AT otenet.gr>
3958
3959         * src/pic16/gen.c (struct _G): added field useWreg, is set to 1 when
3960         WREG holds the first byte function parameters,
3961         * (aopForSym): take special case for symbols which are in FARSPACE
3962         but in CODESPACE too,
3963         * (assignResultValue): modified to take into account _G.useWreg,
3964         * (genCall): don't use wreg for parameter passing when function is
3965         declared as reentrant, too, added optimization INCF to stack
3966         pointer when stack parameter count is 1,
3967         * (genFunction, genEndFunction): refurnished and fixed to not using
3968         wreg for passing parameters when function has varargs or is
3969         reentrant, fixed bug with symbol name compare for generating
3970         functions in absolute address,
3971         * (pic16_storeForReturn): refurnished,
3972         * (genCmp): began writing a new version of the function, not ready
3973         yet, therefore it is disabled,
3974         * (genAssign): do not read code memory when assigning a function to
3975         a pointer function,
3976         * src/pic16/glue.c (pic16emitStaticSeg): abSym->name is defined an
3977         array of characters, not pointer,
3978         * (pic16initialComments): in debug mode emit an .ident directive for
3979         the assembler,
3980         * (_process_pragma): emit a new warning type (internal to pic16)
3981         when setting stack to default length, emit a similar warning when
3982         placing a function at absolute address and address is not word aligned
3983         * (_pic16_parseOptions): added 'return TRUE' statement,
3984         * (_pic16_linkEdit): if compiling a source, then add the source's
3985         file object, first in the list of objects to link,
3986
3987 2004-10-13 Slade Rich <slade_rich AT users.sourceforge.net>
3988
3989         * src/pic/pcoderegs.c : increased count on regUsedinRange to prevent unnecessary warning.
3990         * src/pic/main.c : removed VC warning.
3991         * src/pic/gen.c : changed comment.
3992
3993 2004-10-12 Vangelis Rokas <vrokas AT otenet.gr>
3994
3995         * device/lib/pic16/libsdcc/gptr/gptrput[234].c: an external
3996         reference to a deprecated symbol _GPTRREG was causing failure to
3997         link. Thanks G. M. Gallant for the info.
3998
3999 2004-10-12 Slade Rich <slade_rich AT users.sourceforge.net>
4000
4001         * src/pic/pcode.c : Applied a code patch supplied by Paul Ashmore in
4002         comments for Bugs item #954788.
4003
4004 2004-10-10 Vangelis Rokas <vrokas AT otenet.gr>
4005
4006         * src/pic16/device.c (pic16_dump_gsection,
4007         * pic16_groupRegistersInSection): handle symbols declared to be in
4008         access bank differently,
4009         * src/pic16/gen.c (struct _G): added field resDirect,
4010         * (aopForSym): if symbol on stack and iCode is '=' and result exists,
4011         send values read from stack directly to result and don't allocate
4012         temporary values,
4013         * (pic16_sameRegs): fixed bug that allowed MOVFF to move between
4014         same registers,
4015         * (pic16_sameRegsOfs): NEW,
4016         * (freeAsmop): if _G.resDirect is set then do not mark registers as
4017         free because they were not allocated from temporary pool,
4018         * pic16_popRegFromString): workaround to fix a problem with
4019         allocating variables twice or never,
4020         * (genGenPointerGet): using PRODL instead of FSR0H,
4021         * (genGenPointerSet): using POSTDEC1 (that is a stack location)
4022         instead of FSR0H,
4023         * (genAssign): take advantage of the _G.resDirect flag,
4024         * (genCast): around line 11844, use mov2f instead of directly
4025         MOVFF'ing between operands to account for literal values,
4026         * src/pic16/genutils.c: some new debug functions for gpsim have been
4027         added,
4028         * src/pic16/glue.c (pic16_printIvalType): fixed bug that initialized
4029         float with integer part only,
4030         * src/pic16/main.c (_process_pragma): handle pragma udata access to
4031         place variables in access bank
4032         * device/lib/pic16/libsdcc/gptr/gptr*.c: using BRA instead of GOTO,
4033         updated sources to reflect recent changes in gen.c
4034
4035 2004-10-06 Vangelis Rokas <vrokas AT otenet.gr>
4036
4037         * device/lib/pic16/libsdcc/Makefile.rules: fixed bug concerning
4038         sources that searched for headers in installation path, now the
4039         device/include/pic16 is used,
4040         * src/pic16/glue.c (pic16glue),
4041         * src/pic16/pcode.c (pCode2str, genericPrint): don't print .file or
4042         .line directives if not in debug mode, this suppresses assembler's
4043         warnings for ignored directives
4044
4045 2004-10-05 Maarten Brock <sourceforge.brock AT dse.nl>
4046
4047         * src/port.h: made reset_regparms prototype void parameter explicit.
4048         * src/SDCCsymt.c (processFuncArgs): removed argument "func".
4049         * src/mcs51/ralloc.c (packRegisters): new fix for bugs 898889 & 979599.
4050         * doc/sdccman.lyx: documented warning disabling and how to use
4051           printf_large to make it print floats.
4052         * device/include/stdbool.h: NEW
4053         * device/lib/_atof.c,
4054         * device/lib/_divuint.c,
4055         * device/lib/_divulong.c,
4056         * device/lib/expf.c,
4057         * device/lib/printf_large.c,
4058         * device/lib/sincosf.c,
4059         * device/lib/sincoshf.c: used stdbool.h, all compile with stack-auto now
4060         * device/lib/Makefile.in: added target for model-mcs51-reentrant to build
4061           a completely reentrant lib.
4062
4063 2004-10-05 Vangelis Rokas <vrokas AT otenet.gr>
4064
4065         * device/lib/pic16/libsdcc/gptr/gptr*.c: added return statements
4066         * device/include/pic16/stdio.h: fixed bug with colon
4067
4068 2004-10-03 Vangelis Rokas <vrokas AT otenet.gr>
4069
4070         * device/include/pic16/stdio.h,
4071         * device/include/pic16/stdlib.h,
4072         * device/include/pic16/math.h: NEW
4073         * device/lib/pic16/libsdcc/gptr/*.c (gptrget*, gptrput*): functions
4074         declared as _naked to reduce overhead
4075         * device/lib/Makefile.in (target port-specific-objects-pic16):
4076         changed * to *.* so to ignore the CVS directory,
4077         * src/pic16/gen.c (pic16_freeAsmop): added code to store result of
4078         stacked variables back in stack,
4079         * (genEndFunction): fixed bug reported by G.M. Gallant with stack
4080         corruption
4081
4082 2004-10-01 Vangelis Rokas <vrokas AT otenet.gr>
4083
4084         * .version: bumped version number to 2.4.5
4085         * support/Util/SDCCerr.h: added warning W_POSSBUG2.
4086         * support/Util/SDCCerr.c (messages structure): added entry for
4087         W_POSSBUG2
4088
4089         Large cumulative patch for pic16 port and libraries.
4090         * device/include/pic16/sdcc-lib.h,
4091         * device/include/pic16/stdarg.h,
4092         * device/include/asm/pic16/features.h,
4093         * device/include/lib/pic16/libsdcc/gptr/{*.c, Makefile}: NEW,
4094         * device/include/pic16/float.h: changes reentrant keyword with
4095         _FS_REENTRANT, added prototype for __fsneq, included sdcc-lib.h
4096         * device/lib/pic16/libsdcc/Makefile: added target directory gptr,
4097         updated target build-libraries to include objects from gptr,
4098         * device/lib/pic16/libsdcc/{char,int,long}/*.c: added macro
4099         _IL_REENTRANT to all function headings, included sdcc-lib.h header,
4100         * device/lib/pic16/libsdcc/float/*.c: added macro _FS_REENTRANT to
4101         all function headings,
4102         * src/SDCCmain.c: added global parameter userIncDirsSet,
4103         * (parseCmdLine): when option -I is encountered add directory to
4104         userIncDirsSet too,
4105         * src/version.awk: added space between control and long,
4106         * src/pic16/NOTES: added some notes for the port,
4107         * src/pic16/gen.c: added prototype for mov2fp function,
4108         * (fReturnpic16[]): properly named return value registers,
4109         * (_G structure): added fields stackRegSet, fregsUsed, stack_lat,
4110         * (aopForSym): added code to handle symbols with onStack flag set,
4111         symbols onStack are allocated PTRSIZE bytes,
4112         * (aopFreeAsmop): handles special case where asmops are stack objects,
4113         * (aopGet, pic16_popGet): adde cod to handle new asmop AOP_STA,
4114         * (pic16_popGetTempReg, pic16_popGetTempRegCond, pic16_popReleaseTempReg):
4115         added argument lock to trace flaws in allocating temporary registers
4116         when developing port,
4117         * (pic16_popGetLit, pic16_popGetLit2): changed lit from unsigned to signed
4118         * (pic16_popRegFromString): reenabled allocating a direct register
4119         from string,
4120         * (assignResultValue): various beautifications,
4121         * fixed bug #1037717 (patch from R. Neider & D. Wrinkler) with mistaken
4122         referenced function argument,
4123         * (genIpush): reenabled to allow stacked arguments, handles only
4124         ic->parmPush iCodes,
4125         * (genCall, genPcall): major changes to allow for variable argument
4126         functions, fixed a bug with falsely restoring stack pointer after
4127         returning from call,
4128         * (genFunction): pending code for critical function,
4129         * (shiftR1Left2ResultSigned, shiftR1Left2Result, shiftL2Left2Result,
4130         * (shiftR2Left2Result, shiftLLong) applied patch #1032155 from R.Neider,
4131         * (genNearPointerGet): fixed bug with indirect reading, was always
4132         reading from INDF0
4133         * (genGenPointerGet, genGenPointerSet): rewrote to support generic
4134         pointers,
4135         * (genAddrOf): rewrote code to take address of a stacked function parameter
4136         * (genCast): fixed casting to generic pointer type,
4137         * src/pic16/gen.h: added AOP_STA,
4138         * (struct asmop): added field stk,
4139         * src/pic16/genarith.c (pic16_AopType): handle AOP_STA,
4140         * (pic16_genPlusIncr): changed emitSKPNZ to emitSKPNZ,
4141         * (pic16_genAddLit, pic16_genPlus): applied patch #1034042 by tecodev,
4142         * (pic16_genMinus): fixed bug #1035119 with patch submitted by tecodev,
4143         * src/pic16/genutils.c (pic16_genNot): removed symbol *tlbl,
4144         * src/pic16/glue.c (pic16_printGPPointerType): fixed to support new
4145         generic pointers,
4146         * src/pic16/main.c (_pic16_initPaths): ignores default SDCC include
4147         and library paths,
4148         * (pic16_port structure): generic pointer size is set to 3,
4149         * src/pic16/pcode.c (pic16_newpCodeOpLit): correctly print literal integer,
4150         * (insertBankSwitch): cast to (char *) to prevent 64bit CPUs'
4151         compiler warning,
4152         * src/pic16/ralloc.c (allocReg): prevent allocating register when
4153         operand is an iTemp,
4154
4155 2004-09-24 Martin Helmling <mh AT octo-soft.de>
4156
4157         * debugger/mcs51/cmd.c: set PC if a symbol at pc reg is set
4158         * debugger/mcs51/simi.c: addapt new syntax of s51
4159
4160 2004-09-23 Vangelis Rokas <vrokas AT otenet.gr>
4161
4162         * src/pic16/genutils.c (pic16_genNot): fixed bug #1032265,
4163         * src/pic16/pcode.c: commented out some calls to free() in order to
4164         fix bug #989576,
4165
4166 2004-09-23 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4167
4168         * src/SDCCicode.h,
4169         * src/SDCCicode.c (isiCodeInFunctionCall),
4170         * src/avr/ralloc.c (selectSpil),
4171         * src/pic/ralloc.c (selectSpil),
4172         * src/pic16/ralloc.c (selectSpil),
4173         * src/ds390/ralloc.c (selectSpil),
4174         * src/hc08/ralloc.c (selectSpil),
4175         * src/xa51/ralloc.c (selectSpil),
4176         * src/mcs51/ralloc.c (selectSpil): Don't use remainSpil to spill to the
4177         stack in the middle of a function call sequence (fixes bug #1020268)
4178         * src/SDCCicode.c (geniCodeJumpTable): fixed error in computing the
4179         costs associated with the minimum switch case.
4180
4181 2004-09-19 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4182
4183         * src/SDCC.lex: fixed bug #1030549
4184
4185 2004-09-19 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4186
4187         * src/SDCCcse.h (struct cseDef),
4188         * src/SDCCcse.c (cseBBlock, newCseDef, ifFromAddrTaken): purge CSEs
4189         over a function call if the CSE is derived from a symbol whose
4190         address has been taken (fixes bug #1029883)
4191         * support/regression/tests/bug-1029883: a new regression test for
4192         this bug
4193
4194 2004-09-18 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4195
4196         * src/hc08/gen.c (emitinline): fixed bug #1029778
4197         * src/SDCC.y (assignment_expr): fixed the grammer so that assignment
4198         to a cast object is no longer a syntax error ("fixes" bug #1030006,
4199         and starts toward RFE #905167)
4200
4201 2004-09-17 Vangelis Rokas <vrokas AT otenet.gr>
4202
4203         * src/pic16/gen.c (mov2f): New function to move an operand to
4204         another without considering if it is a literal or a register,
4205         * (pic16_sameRegs): don't check if they are both AOP_REG,
4206         * (AccRsh): removed andmask=0 lines,
4207         * (genLeftShift): duplicated to be improved in future versions,
4208         * src/pic16/main.c (_process_pragma): emit stack default size in hex,
4209         * src/pic16/pcode.c: added POC_INFSNZW, updated inverted_op fields
4210         in POC_INCFSZ, POC_INCFSZW, POC_INFSNZ,
4211         * (pic16initMnemonics): added initialization for POC_INFSNZW,
4212         * (insertBankSwitch): fixed inserting banksel directives algorithm
4213         for instructions that follow a skip instruction, this fixes a report
4214         for broken subtraction code generation,
4215         * src/pic16/ralloc.c (deassignLRs): do not free register if current
4216         iCode is a left op, just in case result and right share the same
4217         registers
4218
4219 2004-09-16 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4220
4221         * src/hc08/main.c,
4222         * src/hc08/gen.c (genJumpTable): more efficient jump table, supports
4223         preservation of HX
4224         * src/hc08/gen.c (pullRegs): fixed order of HX & XA pairs
4225         * src/mcs51/ralloc.c (packRegisters): removed the patch applied
4226         on 2004-09-12; it was buggy
4227
4228 2004-09-15 Bernhard Held <bernhard AT bernhardheld.de>
4229
4230         * src/SDCCsymt.h: removed RESULT_CHECK
4231         * src/SDCCast.c,
4232         * src/SDCCglue.c,
4233         * src/SDCCval.c,
4234         * src/pic/glue.c,
4235         * src/pic16/glue.c: replaced RESULT_CHECK with RESULT_TYPE_NONE
4236
4237 2004-09-15 Vangelis Rokas <vrokas AT otenet.gr>
4238
4239         * src/SDCCicode.c (piCode): applied patch from Raphael Neider,
4240         * src/pic16/device.c (pic16_assignConfigWordValues): wrong
4241         configuration values no more rejected by compiler, they are assigned
4242         to configuration registers with a warning message instead,
4243         * src/pic16/glue.c (pic16_emitConfigRegs): added +1 at top-limit of
4244         the for-loop so last conf register is emitted too,
4245         * (_pic16_initPaths): link library libsdcc.lib by default,
4246         * (_hasNativeMulFor): modified test for multiplication according to
4247         Raphael Neider's remarks. Integer multiplication is also done with
4248         support functions,
4249         * device/include/pic16/pic18fregs.h: corrected type error in while
4250         testing and including 18f6720 header file
4251
4252 2004-09-14 Vangelis Rokas <vrokas AT otenet.gr>
4253
4254         * src/pic16/device.h (pic16_options): removed field use_crt,
4255         * src/pic16/gen.c (genUnpackBits): added call to pic16_loadFSR0
4256         until an optimization to handle single bits is added,
4257         * (pic16_loadFSR0): moved before genUnpackBits,
4258         * (genAnd): some white lines removed,
4259         * src/pic16/main.c (_pic16_finaliseOptions): set omit_ivt and clear
4260         leave_reset flags in pic16_options when using crt modules,
4261
4262 2004-09-12 Maarten Brock <sourceforge.brock AT dse.nl>
4263
4264         * src/mcs51/ralloc.c (packRegisters): applied fix by Bernhard Held
4265           for bugs 898889 & 979599. Also used some safer print instructions.
4266
4267 2004-09-12 Vangelis Rokas <vrokas AT otenet.gr>
4268
4269         * src/pic16/device.h (pic16_options_t): added field use_crt,
4270         crt_name, no_crt,
4271         * src/pic16/genarith.c (pic16_genPlus): added an assert(0) line to
4272         catch a probable future bug,
4273         * src/pic16/gen.c: aopIdx function commented out,
4274         * (genAssign): commented out old code which used aopIdx,
4275         * src/pic16/glue.c (pic16glue): removed some legacy fragments of
4276         code, added if conditionals to take into account the --use-crt
4277         command line options,
4278         * src/pic16/main.c (pic16_optionsTable): added new command line
4279         options, --use-crt= and --no-crt,
4280         * (_pic16_linkEdit): now the proper crt object is added in the
4281         linker command line except than when --no-crt is specified,
4282         * src/pic16/pcode.c,
4283         * src/pic16/pcode.h: added some structures and functions for a new
4284         optimization scheme to compansate for instruction overhead between
4285         same iCodes, this scheme is currently under development and is not
4286         working in any way,
4287         * src/pic16/gen.c (genAnd): added patch provided by Aaron Collwell
4288         to && operator,
4289         * device/lib/pic16/startup/crt0i.c,
4290         * device/lib/pic16/startup/crt0iz.c: added global char variable
4291         __uflags to force the generation of an idata section
4292
4293 2004-09-12 Bernhard Held <bernhard AT bernhardheld.de>
4294
4295         * doc/Makefile,
4296         * doc/clean.mk: added support for easy creation of sdcc-doc.tar.bz2
4297         * doc/sdccman.lyx: updated sdcc version to 2.4.4
4298
4299 2004-09-10 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4300
4301         * doc/sdccman.lyx: fixed a problem with my new index entries (thanks
4302         Frieder) and clarified the default code optimization mode
4303
4304 2004-09-10 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4305
4306         * src/SDCC.lex (doPragma, process_pragma),
4307         * src/SDCCglobl.h (struct optimize): added pragmas "opt_code_speed",
4308         "opt_code_size", and "opt_code_balanced"
4309         * src/SDCCmain.c (optionsTable[], printOptions, scanOptionsTable):
4310         regrouped options by category, added support for category headers
4311         * src/SDCCmain.c (parseCmdLine): added options "--opt-code-speed"
4312         and "--opt-code-size"
4313         * doc/sdccman.lyx: documented these new options and pragmas
4314         * src/hc08/gen.c (AccLsh, AccRsh): take speed/size optimization
4315         preference into account
4316
4317 2004-09-08 Maarten Brock <sourceforge.brock AT dse.nl>
4318
4319         * src/SDCCicode.c (geniCodePostInc, geniCodePreInc, geniCodePostDec,
4320           geniCodePreDec): Fixed bug 904237 by generating a warning
4321         * src/SDCCerr.h,
4322         * src/SDCCerr.c: added warning W_SIZEOF_VOID
4323
4324 2004-09-09 Slade Rich <slade_rich AT users.sourceforge.net>
4325
4326         * src/pic/device.c : When no max ram set validate full memory range.
4327         * src/pic/pcode.c,
4328         * src/pic/pcodepeep.c : Copy C code comments to optimised replacement code.
4329
4330 2004-09-08 Maarten Brock <sourceforge.brock AT dse.nl>
4331
4332         * device/lib/_gptrget.c,
4333         * device/lib/_gptrput.c: updated comment
4334         * device/lib/calloc.c,
4335         * device/lib/free.c,
4336         * device/lib/malloc.c,
4337         * device/lib/realloc.c: added LGPL, made them reentrant-safe
4338         * src/SDCCcse.c (cseBBlock),
4339         * src/SDCCicode.c (printOperand, geniCodeArray),
4340         * src/SDCCicode.h (struct operand): fixed bug 868103
4341         * support/regression/tests/bug-868103.c: added
4342         * src/SDCCast.c (searchLitOp),
4343         * src/SDCCcse.h (struct cseDef),
4344         * src/SDCCglue.c (printIvalArray, spacesToUnderscores),
4345         * src/SDCCicode.h (struct operand),
4346         * src/SDCCsymt.h (struct sym_link),
4347         * src/avr/gen.c (hasInc),
4348         * src/ds390/gen.c (hasInc),
4349         * src/hc08/gen.c (genPlusIncr, hasInc),
4350         * src/mcs51/gen.c (hasInc),
4351         * src/pic16/glue.c (pic16_printIvalChar),
4352         * src/pic16/ralloc.c (regWithIdx),
4353         * src/xa51/gen.c (hasInc) : removed warnings
4354         * src/SDCCast.c (createBlock): added comment ???
4355         * src/hc08/ralloc.c: updated comments
4356
4357 2004-09-07 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
4358
4359         * doc/sdccman.lyx: updated section on switch statements, added
4360         section about semaphore locking
4361         * doc/Makefile: added option -info for latex2html
4362         * device/lib/_gptrget.c,
4363         * device/lib/_gptrput.c: __XPAGE instead of P2 in outcommented code
4364
4365 2004-09-06 Slade Rich <slade_rich AT users.sourceforge.net>
4366
4367         * src/pic/device.h,
4368         * src/pic/device.c,
4369         * src/pic/port.c : Changed PIC14 code to not set bit RP1 when
4370          maxram is less than 0x100.
4371
4372 2004-09-06 Slade Rich <slade_rich AT users.sourceforge.net>
4373
4374         * Bug fixes for PIC14 - signed RSHIFT problem. Patch supplied by Allen(agschrum).
4375
4376 2004-09-06 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4377
4378         * src/port.h,
4379         * src/mcs51/main.c,
4380         * src/ds390/main.c,
4381         * src/z80/main.c,
4382         * src/hc08/main.c,
4383         * src/pic/main.c,
4384         * src/pic16/main.c,
4385         * src/avr/main.c,
4386         * src/xa51/main.c
4387         * src/SDCCicode.c (geniCodeJumpTable): Better logic to determine if a
4388         a jump table is the best form for a switch statement, including
4389         automatic insertion of missing cases to make the case range
4390         continuous. Developed in collaboration with Frieder Ferlemann.
4391
4392 2004-09-02 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4393
4394         * src/hc08/ralloc.c (canDefAccResult): multi-byte shift is unsafe for
4395         accumulator result if it needs sign extension
4396
4397 2004-09-02 Maarten Brock <sourceforge.brock AT dse.nl>
4398
4399         * src/hc08/ralloc.c (canUseAccOperand): fixed comparison bug
4400
4401 2004-09-02 Maarten Brock <sourceforge.brock AT dse.nl>
4402
4403         * device/lib/gbz80/printf.c,
4404         * device/lib/z80/printf.c: removed define for NULL
4405
4406 2004-09-02 Maarten Brock <sourceforge.brock AT dse.nl>
4407
4408         * as/xa51/xa_link.c,
4409         * device/examples/ds390/ow390/ad26.c,
4410         * device/examples/ds390/ow390/cnt1d.c,
4411         * device/examples/ds390/ow390/counter.c,
4412         * device/examples/ds390/ow390/ds2480.h,
4413         * device/examples/ds390/ow390/ds2480ut.c,
4414         * device/examples/ds390/ow390/findtype.c,
4415         * device/examples/ds390/ow390/gethumd.c,
4416         * device/examples/ds390/ow390/owllu.c,
4417         * device/examples/ds390/ow390/ownetu.c,
4418         * device/examples/ds390/ow390/swt12.c,
4419         * device/examples/ds390/ow390/swtloop.c,
4420         * device/examples/ds390/ow390/temp.c,
4421         * device/examples/ds390/ow390/temp10.c,
4422         * device/examples/ds390/ow390/thermo21.c,
4423         * device/examples/ds390/ow390/tinilnk.c,
4424         * device/examples/ds390/ow390/tstfind.c,
4425         * device/examples/serialcomm/windows/serial.cpp,
4426         * device/examples/serialcomm/windows/test_serialcomm.cpp,
4427         * device/include/reg51.h: fixed line endings for cvs
4428
4429 2004-09-02 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4430
4431         * src/hc08/ralloc.c (canDefAccResult, canUseAccOperand,
4432         packRegsForAccUse, packRegisters): new accumulator register
4433         packing algorithm
4434         * support/regression/ports/hc08/support.c (_putchar): suppress
4435         warning of unused variable
4436         * src/SDCCicode.c: added SWAP entry to codeTable
4437
4438 2004-09-01 Maarten Brock <sourceforge.brock AT dse.nl>
4439
4440         * device/lib/sprintf.c: forgot to add this file before previous commit
4441
4442 2004-09-01 Vangelis Rokas <vrokas AT otenet.gr>
4443
4444         * src/pic16/gen.c (genPackBits): added operand right in function
4445         parameters, load result directly if p_type is POINTER (that is
4446         called by genNearPointerSet)
4447         * (genUnPackBits): added operand left in function parameters,
4448         * (genNearPointerGet, genNearPointerSet): prevent the loading of
4449         FSR0 if accessing bitfields,
4450
4451 2004-08-31 Maarten Brock <sourceforge.brock AT dse.nl>
4452
4453         * device/include/stdio.h: added NULL, size_t, typedef pfn_outputchar,
4454           _print_format; updated printf, sprintf, vsprintf
4455         * device/include/asm/default/features.h: corrected comment/define
4456         * device/lib/Makefile.in: added sprintf.c
4457         * device/lib/libsdcc.lib: added sprintf module
4458         * device/lib/printf_large.c,
4459         * device/lib/vprintf.c,
4460         * device/lib/sprintf.c: totally refactored printf_large and vprintf
4461           into these 3 files
4462         * support/regression/Makefile: changed ALL_PORTS into a usefull default
4463         * support/regression/ports/mcs51-stack-auto/spec.mk: added sprintf
4464         * support/regression/tests/bug-927659.c: removed dummy putchar, enabled
4465           hc08 test
4466         * support/regression/tests/zeropad.c: define idata as data for hc08
4467
4468 2004-08-31 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4469
4470         * src/SDCCpeeph.c (labelIsReturnOnly): support hc08 rts opcode also
4471         * src/SDCCpeeph.c (buildLabelRefCountHash): assume function entry point
4472         labels are referenced at least once (even if a reference is not found)
4473         * src/hc08/gen.c (emitcode): set isComment flag for comments
4474         * src/hc08/peeph.def: added rules 5a..5f (optimize redundant immediate
4475         loads), rules 6a..6b (optimize jumps to return)
4476
4477 2004-08-30 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4478
4479         * device/lib/acosf.c (acosf),
4480         * device/lib/asinf.c (asinf),
4481         * device/lib/atanf.c (atanf),
4482         * device/lib/ceilf.c (ceilf),
4483         * device/lib/cosf.c (cosf),
4484         * device/lib/coshf.c (coshf),
4485         * device/lib/cotf.c (cotf),
4486         * device/lib/fabsf.c (fabsf),
4487         * device/lib/floorf.c (floorf),
4488         * device/lib/log10f.c (log10f),
4489         * device/lib/logf.c (logf),
4490         * device/lib/sinf.c (sinf),
4491         * device/lib/sinhf.c (sinhf),
4492         * device/lib/sqrtf.c (sqrtf),
4493         * device/lib/tanf.c (tanf),
4494         * device/lib/tanhf.c (tanhf),
4495         * device/include/math.h: defined _FLOAT_FUNC_REENTRANT macro and
4496         replaced all instances of "reentrant" in the library functions
4497         defined in math.h with this macro.
4498         * support/regression/tests/float_trans.c: reenabled test for hc08
4499
4500 2004-08-30 Bernhard Held <bernhard AT bernhardheld.de>
4501
4502         * device/lib/pic16/Makefile.common.in: added MODELFLAGS again, it was
4503         erroneously deleted
4504
4505 2004-08-30 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4506
4507         * src/hc08/gen.c (loadRegFromAop): better use of clra & clrx
4508         * src/hc08/gen.c (genAnd, genOr): fixed bug with conditional when
4509         multi-byte volatile operands are used
4510         * src/hc08/gen.c (shiftRLong): fixed bug with wrong rotate direction
4511         * src/hc08/main.c (_hc08_genAssemblerPreamble): moved the built-in
4512         initialization to area GSINIT0 so that it would always precede
4513         any static initializers in GSINIT
4514         * support/regression/tests/zeropad.c: fixed idata define for hc08
4515         * support/regression/tests/bug-927659.c,
4516         * support/regression/tests/float_trans.c: disabled tests for hc08
4517         pending missing library routines
4518         * .version: increased version number to 2.4.4 - hc08 port now passes
4519         regression tests
4520
4521
4522 2004-08-29 Bernhard Held <bernhard AT bernhardheld.de>
4523
4524         * device/lib/pic16/Makefile.common.in: added $(MM) to fix `make clean`
4525         * Makefile.common.in,
4526         * as/Makefile,
4527         * as/hc08/Makefile.in,
4528         * as/mcs51/Makefile.in,
4529         * as/z80/Makefile.in,
4530         * debugger/mcs51/Makefile.in,
4531         * device/include/Makefile.in,
4532         * device/lib/Makefile.in,
4533         * doc/Makefile,
4534         * link/Makefile,
4535         * link/z80/Makefile.in,
4536         * packihx/Makefile.in,
4537         * sim/ucsim/main_in.mk,
4538         * sim/ucsim/avr.src/Makefile.in,
4539         * sim/ucsim/doc/Makefile.in,
4540         * sim/ucsim/gui.src/serio.src/Makefile.in,
4541         * sim/ucsim/hc08.src/Makefile.in,
4542         * sim/ucsim/s51.src/Makefile.in,
4543         * sim/ucsim/xa.src/Makefile.in,
4544         * sim/ucsim/z80.src/Makefile.in,
4545         * src/Makefile.in,
4546         * support/cpp2/Makefile.in,
4547         * support/librarian/Makefile,
4548         * support/makebin/Makefile: added DESTDIR to the install path proposed
4549         by "Maciej 'Agaran' Pijanka" <agaran AT pld-linux.org>
4550         * doc/sdccman.lyx: added DESTDIR documentation
4551
4552 2004-08-29 Vangelis Rokas (vrokas AT otenet.gr>
4553
4554         * src/pic16/gen.c (genFunction, genEndFunction): fixed return
4555         instruction for interrupt handlers, use fast returns when returning
4556         from high priority interrupts
4557
4558 2004-08-29 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4559
4560         * src/hc08/gen.c (genAnd, genOr, transferAopAop, rmwWithAop): optimized
4561         code generation
4562         * src/hc08/gen.c (genrshFour, genCpl): fixed bugs
4563         * src/hc08/gen.c (genMultOneByte, genDivOneByte, genModOneByte): fixed
4564         bugs, ported much of Bernhard's code from mcs51
4565         * src/mcs51/gen.c (genSend),
4566         * src/hc08/gen.c (genSend): fixed bug with lost SEND iCodes if more
4567         than one when calling a reentrant function
4568         * device/lib/_mullong.c: defined an alternate struct layout for big
4569         endian ports (hc08)
4570
4571 2004-08-28 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4572
4573         * src/hc08/gen.c (shiftL2Left2Result): fix for bug-500536 regression
4574         test
4575
4576 2004-08-28 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4577
4578         * src/SDCCsymt.c (processFuncArgs): make sure parameter types
4579         are sane and complete before asking the port its prefered parameter
4580         passing method (fixes bug #1017633)
4581         * device/lib/hc08/_ret.c: added "data" storage class to _ret2
4582         and _ret3
4583
4584 2004-08-27 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4585
4586         * src/hc08/gen.c (genPackBitsImmed, genUnpackBitsImmed): fix offset
4587         problem in bitfields >= 8 bits.
4588
4589 2004-08-27 Maarten Brock <sourceforge.brock AT dse.nl>
4590
4591         * src/SDCCsymt.c: undid changes that were not meant to be committed
4592
4593 2004-08-27 Maarten Brock <sourceforge.brock AT dse.nl>
4594
4595         * support/regression/ports/hc08spec.mk: REENTRANT must be reentrant
4596
4597 2004-08-27 Maarten Brock <sourceforge.brock AT dse.nl>
4598
4599         * src/hc08/gen.c (genUminusFloat): fixed bug where only 3 bytes were
4600           copied and wrong bit got inverted
4601
4602 2004-08-27 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4603
4604         * src/hc08/gen.c (genPointerSet, genFarPointerSet): moved code from
4605         genFarPointerSet into genPointerSet; eliminated genFarPointerSet
4606         * src/hc08/gen.c (genPointerGet, genFarPointerGet): moved code from
4607         genFarPointerGet into genPointerGet; eliminated genFarPointerGet
4608         * src/hc08/gen.c (genPackBitsImmed): generate optimized code for
4609         assignments to bitfields at known addresses
4610         * src/hc08/gen.c (genUnpackBitsImmed): generate optimized code for
4611         reads from bitfields at known addresses
4612         * src/hc08/ralloc.c (packRegisters),
4613         * src/hc08/gen.c (genPointerGet, genUnpackBits, genUnpackBitsImmed,
4614         genhc08Code): optimize pointer get values used as conditionals
4615         * src/hc08/peeph.def: added rules 2e & 2f to optimize bit test
4616         and branch
4617
4618 2004-08-24 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4619
4620         * src/mcs51/gen.c (genPointerGet, genNearPointerGet, genPagedPointerGet,
4621         genFarPointerGet, genCodePointerGet, genGenPointerGet, genUnpackBits),
4622         * src/mcs51/ralloc.c (packRegisters): optimize pointer get values used
4623         as conditionals
4624
4625 2004-08-22 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
4626
4627         * src/mcs51/peeph.def: peepholes 248.i-m for xdata bitfields
4628
4629 2004-08-21 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4630
4631         * src/mcs51/ralloc.c (packRegsForOneuse): fixed bug #1012650 and some
4632         related problems
4633
4634 2004-08-21 Bernhard Held <bernhard AT bernhardheld.de>
4635
4636         * sim/ucsim/cmd.src/Makefile.in: run lex only if $(PRJDIR)/devel exists
4637
4638 2004-08-18 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4639
4640         * src/z80/ralloc.c (packRegsForAssign): ported some bug fixes from the
4641         mcs51 port
4642
4643 2004-08-16 Slade Rich <slade_rich AT users.sourceforge.net>
4644
4645         * src/pic/gen.c: Restored fn genRet as previous fix was incorrect.
4646
4647 2004-08-14 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
4648
4649         * src/mcs51/gen.c (genJumpTab): jumptables for more than 16 switch
4650         cases use more compact code.
4651
4652 2004-08-13 Slade Rich <slade_rich AT users.sourceforge.net>
4653
4654         * src/pic/gen.c: Fixed problem with fn returning a variable bigger than a char.
4655
4656 2004-08-12 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4657
4658         * src/SDCClrange.c (findPrevUse): fixed bug #1007371
4659
4660 2004-08-12 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4661
4662         * src/SDCCsymt.h,
4663         * src/SDCCsymt.c (changePointer, checkDecl, addSymChain): changed
4664         parameter of changePointer() from symbol* to sym_link*
4665         * src/SDCCast.c (decorateType): call changePointer() for CAST op
4666         * src/SDCCsymt.c (compareType): void* type is castable to other
4667         pointers, but not necesarily an exact match.
4668         * src/SDCCicode.c (geniCodeCast): allow void* casting here since it
4669         is no longer blindly treated as an exact match.
4670         * src/SDCCval.c (valCastLiteral): treat missing type as cast to void
4671
4672 2004-08-12 Slade Rich <slade_rich AT users.sourceforge.net>
4673
4674         * src/pic/glue.c: Added struct initialisation fn printIvalStruct.
4675
4676 2004-08-11 Slade Rich <slade_rich AT users.sourceforge.net>
4677
4678         * src/pic/gen.c,
4679         * src/pic/pcode.c,
4680         * src/pic/ralloc.h,
4681         * src/pic/ralloc.c: Printing rIdx on internal verbose debug.
4682
4683 2004-08-10 Slade Rich <slade_rich AT users.sourceforge.net>
4684
4685         * src/pic/device.c,
4686         * src/pic/device.h,
4687         * src/pic/device.c: Will no longer exit if #pragma maxram has not been defined.
4688
4689 2004-08-06 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4690
4691         * src/mcs51/gen.c (emitcode): fixed bug #992819
4692
4693 2004-08-05 Maarten Brock <sourceforge.brock AT dse.nl>
4694
4695         * src/pic/ralloc.c (deassignLR): allthough pic port is buggy already,
4696           there's no need to make it worse
4697
4698 2004-08-05 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4699
4700         * src/mcs51/ralloc.c (deassignLR),
4701         * src/ds390/ralloc.c (deassignLR),
4702         * src/hc08/ralloc.c (deassignLR),
4703         * src/z80/ralloc.c (deassignLR),
4704         * src/pic/ralloc.c (deassignLR),
4705         * src/pic16/ralloc.c (deassignLR),
4706         * src/avr/ralloc.c (deassignLR),
4707         * src/SDCClrange.c (findRecursiveSucc, findRecursivePred, findPrevUse,
4708         rlivePoint): fixed another part of bug #971834
4709
4710 2004-08-04 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4711
4712         * src/z80/main.c: enabled "critical" keyword
4713         * src/z80/mappings.i,
4714         * src/z80/gen.c (genFunction, genEndFunction): support for interrupt
4715         functions (fixes bug #979646)
4716         * doc/sdccman.lyx: added a subsection explaining z80 interrupt support
4717
4718 2004-08-04 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
4719
4720         * src/mcs51/gen.c (genInline): Add \n for labels, not DOS/WIN dirs
4721           such as c:\mydir.
4722
4723 2004-08-03 Maarten Brock <sourceforge.brock AT dse.nl>
4724
4725         * src/SDCCloop.c (loopInvariants): fixed bug 983545, hope this
4726           doesn't disable too much optimizations
4727
4728 2004-08-02 Slade Rich <slade_rich AT users.sourceforge.net>
4729
4730         * src/pic/glue.c Disabled "WARNING: function 'main' undefined" when -S option is used.
4731
4732 2004-08-02 Maarten Brock <sourceforge.brock AT dse.nl>
4733
4734         * src/SDCClrange.c (rlivePoint): fixed bug 988568, thanks to anonymous
4735
4736 2004-08-02 Slade Rich <slade_rich AT users.sourceforge.net>
4737
4738         * src/pic/gen.c tidied up tabs
4739         * src/pic/genarith.c tidied up tabs and fixed bug with literal multiple where same register was used for hi and low byte
4740         * src/pic/main.c tidied up tabs
4741         * src/pic/pcode.c tidied up tabs and disabled verbose code generation
4742         * src/pic/pcoderegs.c tidied up tabs
4743         * src/pic/ralloc.c tidied up tabs
4744
4745 2004-07-30 Vangelis Rokas <vrokas AT otenet.gr>
4746
4747         * src/SDCCmem.c (allocGlobal): don't turn S_REGISTER storage class
4748         to S_FIXED for pic16 port and when symbol is not in level 0,
4749         allocate for S_REGISTER storage class and pic16 port, too,
4750         * src/pic16/device.h: prototype for checkSym,
4751         * src/pic16/device.c (pic16_dump_access, checkSym): NEW,
4752         * (pic16_assignConfigWordValue): test the value and the mask to
4753         validate that the value is suitable for the configuration word,
4754         * src/pic16/glue.c (pic16_printIvalFuncPtr): use 'externs' to
4755         collect extern declared symbols, don't emit symbol twice, check
4756         first if symbol is in publics set first,
4757         * src/pic16/main.c (_pic16_keywords[]): added keyword 'register',
4758         * added command line '--fstack' which enables an experimental
4759         feature for stack access, too buggy to be used yet...
4760         * src/pic16/ralloc.c (pic16_accessregWithName): NEW,
4761         * (pic16_allocDirReg): when register has storage class S_REGISTER
4762         allocate in pic16_dynAccessRegs,
4763         * device/include/pic16/pic18f????.h: modified configuration word
4764         naming convention, words started as CONFIG0H but should be CONFIG1H
4765
4766 2004-07-29 Maarten Brock <sourceforge.brock AT dse.nl>
4767
4768         * device/include/mcs51reg.h: fixed bug 970993
4769
4770 2004-07-27 Maarten Brock <sourceforge.brock AT dse.nl>
4771
4772         * added lib/calloc.c, lib/free.c, lib/realloc.c, include/stddef.h
4773         * updated lib/malloc.c, lib/libsdcc.lib, lib/Makefile.in, include/malloc.h
4774         * src/SDCC.lex (doPragma): added pragma disable_warning <nnn>
4775         * src/SDCCmain.c (parseCmdLine): added option --disable-warning <nnn>
4776         * src/ds390/gen.c (genPlusIncr): fixed bug when incrementing generic pointers
4777         * support/Util/SDCCerr.c (vwerror): suppress disabled warnings and output
4778           error/warning numbers,
4779           added function setWarningDisabled()
4780         * support/Util/SDCCerr.h: added setWarningDisabled() and MAX_ERROR_WARNING
4781         * support/regression/ports/mcs51-stack-auto/spec.mk: added dependencies
4782           _memcmp.c _memmove.c calloc.c realloc.c free.c
4783         * support/regression/tests/malloc.c: added tests for new functionality
4784         * support/regression/tests/zeropad.c: added tests for truncated initializers
4785           and initialized char arrays starting with '\x0'
4786         * src/mcs51/peeph.def: fixed regression, added peephole 177.f
4787
4788 2004-07-26 Bernhard Held <bernhard AT bernhardheld.de>
4789
4790         * support/valdiag/tests/overflow.c: fixed warning on (1 >> 40)
4791
4792 2004-07-26 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
4793
4794         * doc/sdccman.lyx: updated example in section "Absolute Addressing"
4795         * src/mcs51/peeph.def: added contributed fix for "bug" #995347 as
4796         peephole 177.e. Thanks to anonymous
4797
4798 2004-07-25 Vangelis Rokas <vrokas AT otenet.gr>
4799
4800         * src/pic16/glue.c (pic16_printIvalFuncPtr): when an extern
4801         function isn't used in the source but referenced as a
4802         variable initializer then declare it as extern in .asm file
4803
4804 2004-07-24 Vangelis Rokas <vrokas AT otenet.gr>
4805
4806         * .version: increased version number to 2.4.3
4807
4808         Adding version extension according to ChangeLog CVS revision
4809         * src/Makefile.in (target all): added dependency 'version.h'
4810         * (rule version.h): added rule to create version.h from ChangeLog,
4811         * (rule dep): added dependency version.h,
4812         * src/version.awk: AWK script to create version.h
4813         * src/SDCCdwarf2.c (dwWriteModule),
4814         * src/SDCCglue.c (initialComments),
4815         * src/SDCCmain.c (printVersionInfo): modified to write after
4816         version string the version extension number,
4817         * src/SDCCutil.c: included "version.h"
4818         * (getBuildNumber): NEW, returns SDCC's ChangeLog minor revision
4819         number,
4820         * src/SDCCutil.h: added prototype for getBuildNumber
4821
4822         * src/SDCCmain.c (parseCmdLine): when sOpt is 'I' add rest in
4823         includeDirsSet, too,
4824         * src/SDCCsymt.c (checkSClass): don't emit error when a variable,
4825         const char [] is found in function prototype...
4826
4827         * src/pic16/genarith.c (pic16_genUMult8XLit_8): optimization to omit
4828         moving to WREG with source is already in WREG,
4829         * src/pic16/gen.h: added AOP_FSR0 and AOP_FSR2 in enum,
4830         * src/pic16/gen.c (getFreePtr): updated to look for FSR0 and FSR2,
4831         * (aopForSym): stack'ed symbols are partially supported, added
4832         if-clause to support symbols in FARSPACE,
4833         * (sameRegs): added test for AOP_ACC to see if registers are same,
4834         * (pic16_freeAsmop): added case for AOP_FSR0 and AOP_FSR2,
4835         * (pic16_aopGet): added case for AOP_FSR0 and AOP_FSR2,
4836         * (pic16_popRegFromString): will not allocate a new register if it
4837         doesn't find one by name, bug may have introduced...
4838         * (pic16_popGet): added case for AOP_FSR0 and AOP_FSR2,
4839         * (genIpush): revived to use pic16 port's stack,
4840         * (genAddrOf): added incomplete case for stack'ed operand,
4841         * (genCast): optimized a pair of MOVFW,MOVWF to MOVFF
4842         * src/pic16/genutils.c (pic16_genNot): almot new vesrion for NOT,
4843         can handle multibyte operands,
4844         * src/pic16/glue.c (pic16_printIval*): some debug info added,
4845         * (pic16initialComments): added message for MPLAB compatibility
4846         mode enabled,
4847         * src/pic16/main.h: prototype for pic16_mplab_comp,
4848         * src/pic16/main.c (pic16_optionsTable): new option --mplab-comp,
4849         which enabled MPLAB compatibility mode (i.e. no #LINE/#FILE, BANKED)
4850         * (_pic16_linkEdit): NEW, handles link stage, transferred here
4851         because of increased complexity of procedure,
4852         * (_process_pragma): stack pragma changed to format 'stack pos len',
4853         emit symbol '_stack_end' to conform with gplink,
4854         * src/pic16/pcode.c (pic16_newpCodeOpBit): using pic16_regWithName
4855         to search for register,
4856         * (pic16_get_op, pic16_get_op2): added case for PO_W, PO_WREG and
4857         PO_GPR_REGISTER,
4858         * (pic16_pCode2str): when in MPLAB compatibility mode, comment out
4859         #LINE directives and replace 'B' with 'BANKED' in instruction opcodes
4860         * (pic16_getRegFromInstruction, pic16_getRegFromInstruction2): added
4861         case for PO_GPR_REGISTER,
4862         * (pic16_AnalyzeBanking): removed the old message for inc2h.pl, past
4863         dies, the new era is ahead !...
4864         * src/pic16/ralloc.c: added hash reposits pic16_dynAllocRegNames and
4865         pic16_dynInternalRegs,
4866         * (pic16_allocregWithName, pic16_procregWithName, pic16_regWithname): NEW,
4867         * (pic16_allocDirReg): minor optimizations and bug fixes,
4868         * (pic16_allocWithIdx): when searching pic16_dynProcessorRegs use fixed,
4869
4870         * device/lib/pic16/startup/crt0*.c: extern definition of stack_end,
4871         load stack and frame pointer with address of 'stack_end' symbol
4872
4873 2004-07-23 Vangelis Rokas <vrokas AT otenet.gr>
4874
4875         * src/pic16/glue.c (pic16emitStaticSeg): fixed bug with files
4876         without source code but only variable initializers
4877
4878 2004-07-20 Vangelis Rokas <vrokas AT otenet.gr>
4879
4880         * src/pic16/glue.c (pic16emitRegularMap): unused functions marked as
4881         external are not declared as extern to reduce overhead while linking
4882
4883 2004-07-20 Maarten Brock <sourceforge.brock AT dse.nl>
4884
4885         * src/SDCCast.c (decorateType): removed buggy fix for bug #979599
4886
4887 2004-07-11 Maarten Brock <sourceforge.brock AT dse.nl>
4888
4889         * src/SDCCglue.c (printIvalArray): fixed bug #984229, thanks to Phuah
4890           Yee Keat for the patch
4891         * src/SDCCast.c (decorateType): fixed bug #979599
4892         * src/ds390/gen.h: removed local fReturnSizeDS390
4893         * src/ds390/gen.c: made fReturnSizeDS390 signed short to remove a warning
4894         * src/ds390/gen.c (genAnd, genOr, genXor),
4895         * src/mcs51/gen.c (genAnd, genOr, genXor): generate better optimized code
4896
4897 2004-07-04 Vangelis Rokas <vrokas AT otenet.gr>
4898
4899         * src/SDCCmain.c (linkEdit): modifications only for pic16 port,
4900         add relFilesSet to $3, manipulate $2 to handle linking of object
4901         files without source files in command line,
4902         * device/include/pic16 (all headers): added ID location macros,
4903         * src/pic16/device.c (struct PIC16_device Pics16[]): added field
4904         entries for ID location bytes,
4905         * (pic16_assignIdByteValue): NEW,
4906         * src/pic16/device.h: new structures idRegInfo_t and idBytesInfo_t,
4907         added field dumpcalltree to pic16_options_t,
4908         * src/pic16/gen.c (genCmp): fixed bug case so a temporary register
4909         is used instead of pic16_Gstack_base_addr, check if (ifx) before
4910         emitting rFalseIfx label after check_carry label,
4911         * src/pic16/glue.c (PIC16_IS_IDLOC_ADDRESS, PIC16_IS_HWREG_ADDRESS,
4912         pic16_emitDIRegs), NEW
4913         * (pic16glue): dump .calltree file when option --calltree found,
4914         * src/pic16/main.c (OPTION _pic16_optionsTable): new option --calltree
4915         * (_pic16_genAssemblerPreamble): emit ID locations after
4916         configuration registers,
4917         * (pic16_linkCmd): modifications of the link command,
4918         * src/pic16/pcode.c (pic16_pciMOVFF): PCC_REGISTER replaces PCC_REGISTER2
4919         * (pic16_pCodeInitRegisters): don't init stack registers,
4920         * (pic16_findPrevInstruction): fixed bug,
4921         * (pic16_getRegFromInstruction, pic16_getRegFromInstruction2): fixed
4922         bug with immediate registers,
4923         * (buildCallTree): traces stack push and pop,
4924         * (pct2): dump also stack usage for each function,
4925         * src/pic16/ralloc.c (dynrIdx): registers names start from 0x00
4926         * (pic16_allocDirReg): various modifications,
4927         * (pic16_typeRegWithIdx): when searching pic16_dynProcessorRegs set
4928         fixed to 1,
4929
4930 2004-07-02 Vangelis Rokas <vrokas AT otenet.gr>
4931
4932         * src/pic16/pcode.c: removed buggy double colon
4933
4934 2004-07-01 Borut Razem <borut.razem AT siol.net>
4935
4936         * support/scripts/sdcc.nsi: added include/pic16 to setup
4937
4938 2004-06-30 Vangelis Rokas <vrokas AT otenet.gr>
4939
4940         * device/lib/Makefile.in: fixed bug in target objects-pic16,
4941         * device/lib/pic16/Makefile: prefixed with dash (-) command under
4942         target 'clean',
4943         * doc/sdccman.lyx: changed version to 2.4.2 and added some port
4944         specific command line arguments. Also added sample lkr script
4945         for placing a variable at a specific memory bank.
4946         * src/pic16/device.c (pic16_dump_gsection): NEW, to dump variables
4947         at a specific memory bank,
4948         * (pic16_dump_isection): fixed bug which caused string literals to
4949         be omitted when dumping idata section,
4950         * (pic16_groupRegistersInSection): added code to handle registers
4951         in specific memory banks,
4952         * src/pic16/gen.c: labelOffset is prefixed with pic16_ and made
4953         public, all references are renamed too,
4954         * (pic16_aopGet): removed switch cases for AOP_R0,AOP_R1,AOP_DPTR,
4955         AOP_DPTR2,
4956         * (pic16_storeForReturn): added case to handle when dest is WREG,
4957         * src/pic16/genarith.c (pic16_pCodeOpSubType): NEW,
4958         * src/pic16/glue.c (pic16emitRegularMap): when adding a register in
4959         pic16_rel_udata, check to see if that register is marked as being
4960         a member of a specific memory bank,
4961         * (pic16_printIvalCharPtr): added code to add string literals either
4962         to code or the idata sections,
4963         * src/pic16/main.c (_process_pragma): added \n to WHITE constant,
4964         also accept the 'udata' pragma,
4965         * src/pic16/main.h: new structure types sectName and sectSym
4966         * src/pic16/pcode.c: added new pCodeInstruction entry for BANKSEL
4967         * (newpCodeOpBit): added PIC_OPTYPE subt in function prototype,
4968         * (pic16_findPrevInstruction): fixed, it returned nothing,
4969         * (insertBankSwitch): fixed to emit banksel/skip and skip/banksel
4970         instruction combinations,
4971         * (pic16_FixRegisterBanking): heavily reorganised,
4972         * (pic16_AnalyzeBanking): if generating banksel directives is
4973         disabled, then don't call FixRegisterBanking at all,
4974         * src/pic16/ralloc.c (bitEQUs, aliasEQUs, allDefsOutOfRange):
4975         completely removed,
4976         * (pic16_writeUsedRegisters): added call to pic16_dump_gsection
4977
4978 2004-06-29 Bernhard Held <bernhard AT bernhardheld.de>
4979
4980         * src/SDCCglue.c (printChar): fixed bug #973350, patch provided by
4981         Phuah Yee Keat <yk.phuah AT nestac.com>
4982
4983 2004-06-28 Vangelis Rokas <vrokas AT otenet.gr>
4984
4985         * src/pic16/glue.c (pic16createInterruptVect): function now emits
4986         correctly the IVT even if it is relocated to some other location
4987
4988 2004-06-28 Vangelis Rokas <vrokas AT otenet.gr>
4989
4990         * device/include/pic16/pic18fregs.h: added case for pic18f2220.h
4991         * device/include/pic16/pic18f2220.h: NEW,
4992         * device/lib/pic16/libdev/pic18f2220.c: NEW,
4993         * device/lib/pic16/libdev/Makefile: added 18f2220 in DEVS,
4994         * src/pic16/device.c (struct Pics16): added info for 18f2220,
4995         * src/pic16/device.h (struct pic16_options): added ivt_loc and
4996         nodefaultlibs, ivt_loc is the location of the interrupt vector
4997         table, and nodefaultlibs signs that default libraries should not be
4998         linked in link stage,
4999         * src/pic16/gen.c (genFunction): relocate interrupt vector functions
5000         according to --ivt-loc argument,
5001         * src/pic16/main.c (_process_pragma): emit '_stack' as public symbol
5002         when pragma stack is found,
5003
5004 2004-06-25 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
5005
5006         * src/mcs51/peeph.def: added peepholes 182.d (return 0.0),
5007         256 (range check), 257 (do while), 258.a-f (bit banging
5008         f.e. on 3-wire SPI bus)
5009
5010 2004-06-21 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5011
5012         * src/SDCClrange.c (findNextUseSym): fixed a live range bug with
5013         variables used exclusively within a loop
5014
5015 2004-06-21 Bernhard Held <bernhard AT bernhardheld.de>
5016
5017         * src/mcs51/gen.c (genCpl): quick fix for bug #974835
5018
5019 2004-06-21 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5020
5021         * src/SDCClrange.c (computeClash): fixed bug #971834
5022
5023 2004-06-20 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5024
5025         * src/mcs51/gen.c (genCmp): fixed bug #975903
5026         * src/hc08/gen.c (operandsEqu),
5027         * src/ds390/gen.c (operandsEqu),
5028         * src/z80/gen.c (operandsEqu),
5029         * src/pic/gen.c (operandsEqu),
5030         * src/pic16/gen.c (operandsEqu),
5031         * src/mcs51/gen.c (operandsEqu): fixed bug #976283
5032         * src/SDCCmain.c (parseCmdLine): report --unknown-option only once
5033
5034 2004-06-15 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5035
5036         * src/SDCCcse.c (cseBBlock): fixed bug #966963
5037
5038 2004-06-12 Vangelis Rokas <vrokas AT otenet.gr>
5039
5040         * src/pic16/gen.c (genPointerGet): added E_INTERNAL_ERROR for
5041         default case in switch statement,
5042         * glue.c (pic16_initPointer): expr is initialised via decoarteType
5043         to eliminate problem with initialisation of pointers, but problem
5044         still exists,
5045         * (pic16_pointerTypeToGPByte): removed, no needed for pic16,
5046         * (emitStaticSegment): removed various lines emitting debug info,
5047         * src/pic16/pcode.c, src/pic16/pcode.h, src/pic16/ralloc.h:
5048         added processor registers for utilizing EEPROM,
5049         * src/pic16/pcode.c (pic16_emitDB): number of DBs emitted is not
5050         configurable and set 8
5051
5052 2004-06-08 Vangelis Rokas <vrokas AT otenet.gr>
5053
5054         * .version: increased version number to 2.4.2,
5055
5056         Cumulative patch for pic16 port
5057         * src/pic16/device.c: changed scheme to dump initial values for
5058         variables in idata segment, all print_idata* functions were removed,
5059         now the pic16_printIval* will be called,
5060         * src/pic16/glue.c: (pic16_initPointer, pic16_pointerTypeToGPByte,
5061         * _pic16_printPointerType, pic16_printPointerType,
5062         * pic16_printGPointerType, pic16_printIvalArray, pic16_printIvalStruct,
5063         * pic16_printIvalBitFields, pic16_printIvalFuncPtr, pic16_printIvalPtr:
5064         NEW, similar to the respective functions in SDCCglue.c,
5065         * src/pic16/pcode.c (pic16_emitDB, pic16_flushDB): reverted to old
5066         way, emitting hex bytes,
5067         * (pic16_emitDS): NEW, emits a string for pointer initialisation,
5068
5069 2004-06-08 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5070
5071         * src/avr/ralloc.c (serialRegAssign),
5072         * src/xa51/ralloc.c (serialRegAssign),
5073         * src/pic/ralloc.c (serialRegAssign),
5074         * src/pic16/ralloc.c (serialRegAssign),
5075         * src/hc08/ralloc.c (serialRegAssign),
5076         * src/z80/ralloc.c (serialRegAssign),
5077         * src/ds390/ralloc.c (serialRegAssign),
5078         * src/mcs51/ralloc.c (serialRegAssign): fixed bug #964479
5079
5080 2004-06-08 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5081
5082         * src/SDCCicode.c (geniCodeJumpTable): fixed bug #967601
5083         * src/SDCCpeeph.c (labelIsReturnOnly): fixed bug #966505
5084
5085 2004-06-07 Vangelis Rokas <vrokas AT otenet.gr>
5086
5087         Cumulative patch for pic16 port:
5088         * src/pic16/device.h (typedef PIC16_device) modified fields for
5089         defining microcontrollers,
5090         * src/pic16/device.c: added new info for all devices in Pics16 array,
5091         * src/pic16/gen.c (genPcall): fixed bug that caused the return label
5092         to be optimised out by the pCode optimiser,
5093         * src/pic16/glue.c (pic16emitRegularMap): treat implicit aggragates
5094         specially, bug reported by G.M. Gallant,
5095         * src/pic16/pcode.c (pic16_newpCodeLabelFORCE): NEW, marks a label
5096         as force'd so that cannot be optimised out by pCode optimiser,
5097         * src/pic16/pcode.c,
5098         * src/pic16/pcodepeeph.c,
5099         * src/pic16/pcoderegs.c: many modifications to re-enable peepholes,
5100         they are disabled by default, but can be enabled explicit with
5101         command argument --denable-peeps, for testing,
5102         * device/lib/pic16/startup/Makefile: added --no-peep,--pomit-config-words,
5103         --pomit-ivt in COMPILE_FLAGS
5104
5105 2004-06-06 Maarten Brock <sourceforge.brock AT dse.nl>
5106
5107         * src/pic16/pcode.c (pic16_emitDB): removed double semicolon which fails
5108           compilation on MSVC
5109
5110 2004-06-06 Maarten Brock <sourceforge.brock AT dse.nl>
5111
5112         * device/include/sab80515.h: added sfr P6, changed GPL to LGPL
5113
5114 2004-06-06 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
5115
5116         device/include/sab80515.h: fixed bug #967492, DAPR is defined at adress
5117         0xd8, but the correct adress is 0xda. Thanks to anonymous for reporting
5118
5119 2004-06-06 Vangelis Rokas <vrokas AT otenet.gr>
5120
5121         * src/pic16/device.c (pic16_assignConfigWord): fixed bug that
5122         would only assign 0x300001 register.
5123
5124 2004-06-05 Vangelis Rokas <vrokas AT otenet.gr>
5125
5126         * device/lib/pic16/startup/Makefile: added $(MODELFLAGS)
5127         in COMPILE_FLAGS. Thanks to G. Gallant for report.
5128
5129 2004-06-05 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
5130
5131         * doc/sdccman.lyx: minor changes, mentioned beta vendor support
5132         for ds80c400
5133         * src/mcs51/peeph.def: ran unexpand -a over peeph.def
5134         * src/mcs51/peeph.def: removed obsolete peephole 100.a,
5135         added peephole 254 (left shift), 255 (jump table)
5136
5137 2004-06-04 Vangelis Rokas <vrokas AT otenet.gr>
5138
5139         * device/lib/Makefile.in: removed comment line with model-pic16,
5140         * (target port-specific-objects-pic16): the libraries and objects
5141         are copied to the build directory form the device/lib/pic16/bin
5142         directory
5143
5144         Cumulative patch concerning pic16 port:
5145         * library directory has been re-organized,
5146         * added support for PIC18F1220,
5147         * added headers and library sources for chips 18f1220,18f6520,
5148         18f6620,18f6680,18f6720,18f8520,18f8620,18f8680,18f8720
5149
5150         * configuration registers setting has changed, now each supported
5151         device has a complete description of the registers it uses,
5152         * all initialisations are moved to idata sections, these section
5153         can be absolute or relocatable,
5154         * fixed initialisation of codespace variables,
5155         * fixed warning about PCLATU and gpsim,
5156         * src/pic16/gen.c (genCmp): now can handle partially iCodes with no ifx,
5157         * (genAssign): use table reads when assigning from variables in codespace,
5158         * src/pic16/glue.c (pic16emitStaticSeg): fixed to correctly initialise
5159         char/int variables placed in codespace,
5160         * (pic16_emitConfigRegs): NEW, emits a list with configuration
5161         registers set in .asm file, no need for --pomit-config-words anymore,
5162         * (pic16glue): some 8051 legacy segments are commented out
5163         (to be removed completely),
5164         * added support for alternative assembler and linker with --asm=
5165         and --link= command line arguments,
5166         * peepholes are disabled automatically in the port, no need to
5167         specify on command line,
5168         * port supports natively char/int/long multiplication, but converts
5169         all divisions to support functions,
5170         * main.c: pic16_linkCmd and pic16_asmCmd changed to force output
5171         to the file set in variable $2,
5172         * pcode.c (pic16_emitDB, pic16_flushDB): modified to print printable
5173         strings in ASCII format and not in hex,
5174         * ralloc.c (serialRegAssign): added a triplet of conditional calls
5175         to pic16_allocDirReg for IC_RESULT, IC_LEFT and IC_RIGHT so to
5176         allocate proper register if iCodes aren't temporary,
5177
5178 2004-06-02 Maarten Brock <sourceforge.brock AT dse.nl>
5179
5180         * support/regression/tests/zeropad.c: added TEST_G macro for alpha
5181
5182 2004-06-02 Vangelis Rokas <vrokas AT otenet.gr>
5183
5184         * src/pic16/gen.c (genPcall): warning about gpsim and PCLATU
5185         is commented out
5186
5187 2004-06-01 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5188
5189         * src/hc08/gen.c (genPointerGetSetOfs): disabled optimization if
5190         computed address is reused
5191         * src/hc08/gen.c (genPackBits): fixed offsets in assignments to
5192         multi-byte bitfields
5193
5194 2004-06-01 Maarten Brock <sourceforge.brock AT dse.nl>
5195
5196         * src/z80/gen.c: (genArrayInit): must check for pointers too
5197
5198 2004-06-01 Maarten Brock <sourceforge.brock AT dse.nl>
5199
5200         * support/regression/tests/zeropad.c: never meant to commit the
5201           nestedstruct test: removed, added check for GCC version
5202
5203 2004-05-31 Maarten Brock <sourceforge.brock AT dse.nl>
5204
5205         * src/SDCCast.c (createIvalArray): fixed bug 770487 SIGSEGV
5206         * src/SDCCglue.c (emitRegularMap): fixed bug 770484 allocation problem
5207         * src/SDCCglue.c (initPointer, printIvalType, printIvalStruct,
5208           printIvalArray, printIvalFuncPtr, printIvalPtr, printIval): fixed
5209           bugs 928906 and 954082 half-empty initializers
5210         * src/SDCCsymt.h,
5211         * src/SDCCsymt.c (getAllocSize): added for above fix
5212         * src/z80/gen.c (genArrayInit): fixed bug 741044
5213         * support/regression/tests/zeropad.c: added tests
5214
5215 2004-05-30 Vangelis Rokas <vrokas AT otenet.gr>
5216
5217         * src/pic16/device.c (pic16_dump_section): corrected bug which
5218         caused some symbols of the libraries to be misplaced
5219
5220 2004-05-28 Vangelis Rokas <vrokas AT otenet.gr>
5221
5222         * src/pic16/glue.c,
5223         * src/pic16/ralloc.h,
5224         * src/pic16/ralloc.cc: prefixed IS_CONFIG_ADDRESS with PIC16_
5225         to fix conflict with pic port
5226
5227 2004-05-28 Vangelis Rokas <vrokas AT otenet.gr>
5228
5229         * src/pic16/glue.c (pic16emitStaticSeg): do not print as publics or
5230         externs configuration variables,
5231         * src/pic16/ralloc.h,
5232         * src/pic16/ralloc.cc: IS_CONFIG_ADDRESS is made public and added
5233         prototype in header, commented out some debug messages
5234
5235 2004-05-26 Vangelis Rokas <vrokas AT otenet.gr>
5236
5237         * src/pic16/glue.c,
5238         * src/pic16/main.c,
5239         * src/pic16/pcode.c: added gpasm directives #FILE/#LINE
5240         for gpasm COFF object generation. Thanks to D. Hawkins for
5241         his patch info
5242
5243 2004-05-25 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5244
5245         * src/ds390/main.c,
5246         * src/mcs51/main.c: fixed sort order of mnemonics (thanks to Maarten
5247         Brock for spotting this)
5248         * src/ds390/gen.c (genEndFunction),
5249         * src/mcs51/gen.c (genEndFunction): always save psw if function is an
5250         interrupt handler and critical. Disable push/pop optimizations when
5251         peephole optimizations disabled.
5252
5253 2004-05-25 Vangelis Rokas <vrokas AT otenet.gr>
5254
5255         Updated pic16 library sources and headers.
5256         * device/lib/pic16/pic18f*/ ,
5257         * device/include/pic16/*.h: modified to handle structured SFR
5258         definitions
5259
5260 2004-05-25 Vangelis Rokas <vrokas AT otenet.gr>
5261
5262         * src/port.h (PORT structure): added hook initPaths, now each
5263         port can declare its own default search paths,
5264         which can been seen with the --print-search-dirs option,
5265         see pic16 port for example,
5266         * src/SDCCmain.c (setBinPaths, setIncludePaths, setLibPath,
5267         setDataPaths): test to options.printSearchDirs is ifdef'ed out,
5268         * (doPrintSearchDirs): NEW, replaces in a central manner the
5269         printing of search dirs which was split in set*Paths functions,
5270         * (main): added call to port->initPaths and doPrintSearchDirs,
5271         * src/avr/main.c,
5272         * src/ds390/main.c,
5273         * src/hc08/main.c,
5274         * src/izt/i186.c,
5275         * src/izt/tlcs900h.c,
5276         * src/mcs51/main.c,
5277         * src/pic/main.c,
5278         * src/pic16/main.c: modified port structures to reflect addition of
5279         initPaths hook,
5280
5281         * src/pic16/device.c (regCompare): registers are finally sorted by name,
5282         * (pic16_dump_section): for registers in same address reserve memory once,
5283         * src/pic16/device.h (struct PIC16_device): changed variable gen_banksel
5284         to no_banksel,
5285         * src/pic16/genarith.c (pic16_genPlus): added code to handle cases where
5286         result is greater in size than right or left,
5287         * (pic16_genUMult8X8_8): there are some cases where the result can
5288         be 16 bits size, so handle these,
5289         * src/pic16/gen.c: changed some pic16_emitpcomment to DEBUGpic16_emitcode,
5290         * (pic16_outBitC): modified to emit pcodes,
5291         * (pic16_storeForReturn): using is_LitOp to see if operand is literal
5292         or not,
5293         * (genDivOneByte): implemented algorithm to divide 8-bits,
5294         * (genCmp): uncommented goto, but issues still exist,
5295         * (genAnd): fixed a bug with variables >8bits,
5296         * (genPackBits): optimization added that uses BCF/BSF to change a
5297         single bit,
5298         * (genAssign): fixed bug when assigning floating point literals,
5299         * src/pic16/glue.c (pic16glue): added assembler directive 'code' before
5300         __sdcc_gsinit_startup label,
5301         * src/pic16/main.c (_pic16_init): removed search directory
5302         initialisations,
5303         * (_pic16_initPaths): NEW, used to initialise search directories,
5304         * (_hasNativeMulFor): support functions for all except char/int
5305         multiplication, and char division,
5306         * (PIC16_port struct): modified entry for native mul support,
5307         * src/pic16/pcode.c (insertBankSwitch): modified to support the renamed
5308         no_banksel option,
5309         * (buildCallTree): call to register_usage is ifdef'ed out,
5310
5311 2004-05-22 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5312
5313         * device/include/string.h: applied Stas Sergeev's patch to make this
5314         header file compatible with the preprocessor -Wundef option
5315         * src/SDCCmain.c (main): abort compilation if preprocessor reports
5316         failure (fixes bug #941458)
5317
5318 2004-05-21 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5319
5320         * src/SDCCopt.c (killDeadCode): fixed bug #907733
5321         * support/Util/SDCCerr.c: reworded E_AUTO_ASSUMED diagnostic to clarify
5322         that the variable, not the function, should be static
5323         * src/SDCCval.c (valCastLiteral): fixed bit initialization from literal
5324         to be consistent with non-literal case
5325
5326 2004-05-19 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5327
5328         * src/SDCCast.c (isConformingBody): fixed bug #949967
5329         * src/SDCCopt.c (cnvToFcall, cnvToFloatCast, cnvFromFloatCast,
5330         convilong): fixed bug #952086
5331
5332 2004-05-18 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5333
5334         * src/SDCCmem.c (allocVariables): fixed bug #955321
5335
5336 2004-05-18 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5337
5338         * src/hc08/main.c (_hc08_genAssemblerEnd),
5339         * src/SDCCdwarf2.c (dwOpenFile, dwCloseFile, dwWriteFunction,
5340         dwWriteModule, dwWriteCLine, dwWriteALine, dwarf2FinalizeFile):
5341         completely eliminated the use of a temporary file
5342         * src/SDCCdwarf2.c (dwWriteAttr): fixed bug with location list offset
5343         when more than one file linked
5344         * src/SDCCloop.c (pointerAssigned): fixed bug #954163
5345
5346 2004-05-17 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5347
5348         * src/SDCCval.c (valForArray): applied Maarten Brock's patch #947682
5349         which fixes bug #543481
5350         * support/regression/tests/bug-751703.c: fixed comments left from a
5351         cut and paste error
5352         * src/SDCCdwarf2.c (dwCloseFile): don't explicitly close a temp file
5353         * src/SDCCdwarf2.c (dwTagFromType): added bitfield support
5354         * src/SDCCdwarf2.c (dwWriteSymbolInternal): handle extern within local
5355         scopes
5356         * src/SDCCdwarf2.c (dwWriteLineNumber): line number deltas are signed
5357         * src/SDCCmain.c (processFile, parseCmdLine): non-alphanumeric chars
5358         are now changed to underscores in moduleName
5359
5360 2004-05-15 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
5361
5362         * as/mcs51/lkmem.c: better fix for bug #954173
5363
5364 2004-05-15 Maarten Brock <sourceforge.brock AT dse.nl>
5365         committed by Frieder Ferlemann <Frieder.Ferlemann AT web.de>
5366
5367         * device/include/c8051f020.h: newly added SiLabs (Cygnal) header file
5368         * device/include/c8051f000.h,
5369         * device/include/c8051f120.h,
5370         * device/include/c8051f300.h,
5371         * device/include/c8051f310.h,
5372         * device/include/c8051f320.h: updated (added _XPAGE, CAPN, CAPP,
5373         PWM16) and detab'ed
5374
5375 2004-05-15 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
5376
5377         * doc/sdccman.lyx: mentioned sourceforge's delay between web frontend
5378         and mailing lists, doc'ed --no-peep-comments, removed reference
5379         to knoppix (newest version has no LyX/LaTeX), other minor changes
5380         * src/SDCCglue.c (glue): save 2 bytes stack space with
5381         option --main-return. The ljmp could probably be avoided too
5382
5383 2004-05-14 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
5384
5385         * as/mcs51/lkmem.c, as/mcs51/lkaomf51: fixed bug 954173
5386
5387 2004-05-14 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5388
5389         * src/SDCCsymt.h: added IS_AUTO(symbol) test macro
5390         * src/SDCCopt.c (isLocalWithoutDef),
5391         * src/SDCCicode.c (operandFromSymbol): use the IS_AUTO test macro
5392         which adds a !IS_EXTERN codition. Fixes bugs #877426 and #751703.
5393         (credit to Maarten Brock for patch #949363, on which this is based)
5394         * support/regression/tests/bug-751703.c: some test cases of extern used
5395         within inner scopes.
5396
5397 2004-05-14 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5398
5399         * src/SDCCdwarf2.c (dwMatchTypes): structs must have matching
5400         SPEC_STRUCT
5401         * src/SDCCdwarf2.c (dwTagFromType): fix to handle recursive
5402         struct definitions
5403         * src/SDCCdwarf2.c (dwWriteModule, dwNewDebugSymbol, dwWriteEndFunction,
5404         dwWriteLabel): fix to create valid debugger symbols even when
5405         the module name has non-alphanumeric symbols in it
5406         * src/SDCCdwarf2.c (dwWriteSymbolInternal): better detection for
5407         when a variable's allocation has been optimized away
5408
5409
5410 2004-05-13 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5411
5412         * src/hc08/gen.c (hc08_emitDebuggerSymbol),
5413         * src/hc08/main.c,
5414         * src/mcs51/gen.c (mcs51_emitDebuggerSymbol),
5415         * src/mcs51/main.c,
5416         * src/ds390/gen.c (ds390_emitDebuggerSymbol),
5417         * src/ds390/main.c,
5418         * src/z80/gen.c (z80_emitDebuggerSymbol),
5419         * src/z80/main.c,
5420         * src/pic/gen.c (pic14_emitDebuggerSymbol),
5421         * src/pic/main.c,
5422         * src/pic16/gen.c (pic14_emitDebuggerSymbol),
5423         * src/pic16/main.c,
5424         * src/avr/gen.c (avr_emitDebuggerSymbol),
5425         * src/avr/main.c,
5426         * src/xa51/gen.c (xa51_emitDebuggerSymbol),
5427         * src/xa51/main.c,
5428         * src/SDCCdebug.c (emitDebuggerSymbol),
5429         * src/SDCCdebug.h,
5430         * src/port.h: added a debugger struct to the port struct. Added a
5431         callback for defining debugger symbols
5432
5433         * src/SDCCast.c (createLabel),
5434         * src/SDCC.y (labeled_statement): mark all compiler generated labels
5435         with isitmp = 1
5436         * src/SDCCicode.h,
5437         * src/SDCCicode.c (geniCodeFunctionBody): added a link from the FUNCTION
5438         iCode back to the ast for the function
5439
5440         * src/hc08/ralloc.c (hc08_assignRegisters),
5441         * src/hc08/ralloc.h: define a regs struct for the stack pointer. Removed
5442         unneeded fields from the regs struct.
5443         * src/hc08/gen.c (transferRegReg, genFunction, genEndFunction): use the
5444         pushReg() & pullReg() functions instead of emitcode()
5445
5446         * src/hc08/gen.c (genLabel, genhc08Code),
5447         * src/SDCCdebug.h: Added additional debugger hooks needed for DWARF
5448
5449         * src/cdbFile.c (cdbWriteLabel, cdbWriteScope): Added stubs for unneeded
5450         debugger hooks
5451
5452         * src/hc08/gen.c (genEndFunction, genhc08Code),
5453         * src/hc08/gen.h,
5454         * src/mcs51/gen.c (genEndFunction, gen51Code),
5455         * src/mcs51/gen.h,
5456         * src/ds390/gen.c (genEndFunction, gen390Code),
5457         * src/ds390/gen.h,
5458         * src/z80/gen.c (genEndFunction, genZ80Code),
5459         * src/z80/gen.h,
5460         * src/z80/z80.h,
5461         * src/pic/gen.c (genEndFunction, genpic14Code),
5462         * src/pic/gen.h,
5463         * src/pic16/gen.c (genEndFunction, genpic16Code),
5464         * src/pic16/gen.h,
5465         * src/avr/gen.c (genEndFunction, genAVRCode),
5466         * src/avr/gen.h,
5467         * src/xa51/gen.c (genEndFunction, genXA51Code),
5468         * src/xa51/gen.h,
5469         * src/cdbFile.c (cdbWriteFunction, cdbWriteEndFunction): moved cdb
5470         specific code to cdbFile.c and out of the backend code generators
5471
5472         * as/hc08/lkmain.c (main): removed OMF51 support from link-hc08
5473         * as/hc08/lkarea.c (lnkarea): areas with NOLOAD attribute default
5474         starting address is now 0
5475
5476         * as/hc08/asm.h,
5477         * as/hc08/m08pst.c,
5478         * as/hc08/asmain.c (asmbl): implemented the .sleb128 and .uleb128
5479         assembler directive for DWARF support
5480         * as/hc08/lkelf.c (elf): only increment address when rtflg[] set
5481
5482         * src/src.dsp,
5483         * src/Makefile.in,
5484         * src/SDCCdwarf2.c: preliminary DWARF (ver 2) debugger data generator
5485
5486 2004-05-04 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5487
5488         * src/hc08/gen.c (genJumpTab, emitcode, genhc08code): fixed stack error
5489         and inappropriate peephole optimization in jump tables
5490
5491 2004-04-30 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
5492
5493         * as/hc08/m08pst.c,
5494         * src/SDCCglue.c: sdccopt works for the hc08 port now
5495
5496 2004-04-27 Bernhard Held <bernhard AT bernhardheld.de>
5497
5498         * src/SDCCicode.c (geniCodePreInc, geniCodePreDec): fixed bug #942130
5499
5500 2004-04-27 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
5501
5502         * as/hc08/lkelf.c: sdccconf.h is not available in WIN32
5503
5504 2004-04-24 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5505
5506         * src/SDCCpeeph.c (replaceRule): support empty replacement peephole
5507         rules
5508         * src/SDCCmain.c,
5509         * src/SDCCglobl.h,
5510         * src/SDCCpeeph.c (getPeepLine): new option --no-peep-comments omits
5511         comments from the peephole optimizer replacement rules
5512         * src/SDCCmem.c (printAllocInfoSeg): give actual location of spilled
5513         symbols
5514         * src/SDCCcse.c (updateSpillLocation),
5515         * src/SDCCopt.c (killDeadCode, findReqv): better tracking of register
5516         equivalents
5517         * src/hc08/ralloc.c (regTypeNum): pseudo symbols must be in DATA only
5518         * src/hc08/main.c (_hc08_finaliseOptions): made pointers to stack
5519         objects far pointers
5520
5521 2004-04-23 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5522
5523         * src/SDCCsymt.h: a missing part of my last change
5524         * src/pic/ralloc.c (regTypeNum),
5525         * src/pic16/ralloc.c (regTypeNum): fixed statement/declaration order
5526
5527 2004-04-23 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5528
5529         * src/SDCCicode.h,
5530         * src/SDCCicode.c (aggrToPtrDclType),
5531         * src/SDCCptropt.h,
5532         * src/SDCCptropt.c (ptrBaseRematSym, ptrPseudoSymSafe,
5533         ptrPseudoSymConvert),
5534         * src/pic/ralloc.c (regTypeNum),
5535         * src/pic16/ralloc.c (regTypeNum),
5536         * src/hc08/ralloc.c (regTypeNum),
5537         * src/ds390/ralloc.c (regTypeNum),
5538         * src/mcs51/ralloc.c (regTypeNum): check for dependancy hazards before
5539         creating pseudo symbols (fixed bugs #777768, #930484, and #933966)
5540
5541 2004-04-22 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5542
5543         * link/z80/lkmain.c (afile),
5544         * as/hc08/lkmain.c (afile),
5545         * as/mcs51/lkmain.c (afile): fix suggested by Maarten Brock to
5546         prevent a pointer problem when a filename has no directory and
5547         no extension specified.
5548
5549 2004-04-21 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5550
5551         * link/z80/lkmain.c (afile): allow periods in directory names
5552         * link/z80/lkmain.c (afile),
5553         * as/mcs51/lkmain.c (afile),
5554         * as/hc08/lkmain.c (afile): allow linker script file to have an
5555         extension other than ".lnk"
5556         * link/z80/lklex.c (getfid),
5557         * link/z80/lkmain.c (parse),
5558         * as/mcs51/lklex.c (getfid),
5559         * as/mcs51/lkmain.c (parse),
5560         * as/hc08/lklex.c (getfid),
5561         * as/hc08/lkmain.c (parse): Support comments in the linker script
5562         file on lines by themselves and after filenames
5563
5564 2004-04-20 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
5565
5566         * as/link_hc08.dsp: Added as/hc08/lkelf.c to project.
5567
5568 2004-04-20 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5569
5570         * src/z80/peeph-z80.def: removed some peephole rules that don't
5571         work with multibyte arithmetic (fixed bug #937126)
5572         * src/mcs51/peeph.def: fixed peephole rules 150-158 to apply only
5573         to registers and not global variables
5574         * src/SDCCicode.c (geniCodeAssign, ast2iCode, geniCodePostInc,
5575         geniCodePreInc, geniCodePostDec, geniCodePreDec,
5576         geniCodeLogicAndOr, geniCodeConditional): enforce strict lvalue
5577         checking for assignments not internally generated (fixed bug #931895)
5578         * src/SDCC.y (postfix_expr): ignore typedefs when looking for a
5579         structure member (fixed bug #930072)
5580
5581 2004-04-19 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5582
5583         * src/SDCCmain.c (linkEdit),
5584         * src/hc08/main.c (_hc08_parseOptions),
5585         * as/hc08/Makefile.in,
5586         * as/hc08/aslink.h,
5587         * as/hc08/asm.h,
5588         * as/hc08/m08pst.c,
5589         * as/hc08/lkrloc.c (relr, rele),
5590         * as/hc08/lkarea.c (lnkarea)
5591         * as/hc08/lkmain.c (afile, parse),
5592         * as/hc08/lkelf.c: support for ELF output
5593         * as/hc08/lks19.c (s19),
5594         * as/hc08/lkihx.c (ihx): ignore areas with the NOLOAD attribute
5595
5596 2004-04-17 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
5597
5598         * as/mcs51/lkihx.c: Fixed bug #899105.
5599
5600 2004-04-16 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
5601
5602         * doc/sdccman.lyx: Added instructons on how to convert MSVC .dsw and
5603         .dsp files from Unix to DOS.
5604
5605 2004-04-16 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5606
5607         * doc/sdccman.lyx: removed the ANSI-C noncompliance note regarding
5608         function pointers; we have been compliant for several months now.
5609         * src/mcs51/ralloc.c (serialRegAssign): enabled part of my 2004-04-13
5610         change that was accidently commented out
5611         * src/mcs51/gen.c (freeAsmop, getFreePtr, freeForBranchAsmop, genIfxJump,
5612         genCmpEq, jmpTrueOrFalse, genCmp, genAnd, genOr, genXor, genIfx): fixed
5613         bug #922319
5614
5615 2004-04-15 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5616
5617         * src/hc08/gen.c: output of all of the internal debugging information
5618         is now controlled by the D() macro; it is disabled by default
5619
5620 2004-04-13 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5621
5622         * src/mcs51/ralloc.c (serialRegAssign, fillGaps, allocThisReg): try
5623         harder to keep the same registers during a CAST iCode
5624         * src/SDCCopt.c (optimizeCastCast, eBBlockFromiCode): casts of char to
5625         long via int can be done in a single cast, if the signedness is
5626         correct.
5627         * support/regression/tests/bug-927659.c: fixed to avoid conflict with
5628         putchar() in tinibios.c in ds390's library
5629
5630 2004-04-12 Bernhard Held <bernhard AT bernhardheld.de>
5631
5632         * src/SDCCast.c (decorateType): fixed bug #898889,
5633         cast result of a literal complement too
5634         * src/mcs51/ralloc.c (packRegsForAssign): fixed bug #930931,
5635         fixed check for bitfields
5636
5637 2004-04-11 Bernhard Held <bernhard AT bernhardheld.de>
5638
5639         * src/SDCCicode.c (geniCodeLogic): made it static,
5640         (geniCodeLogicAndOr): added in order to fix bug #905492,
5641         (ast2iCode): fixed bug #905492
5642         * support/regression/tests/bug-905492.c: added
5643         * src/SDCCast.c (decorateType): don't decorate/process parms twice,
5644         (processParms): fixed bug #927659: don't copy parms, this will clear
5645         decorated flag
5646         * support/regression/tests/bug-927659.c: added
5647
5648 2004-03-29 Bernhard Held <bernhard AT bernhardheld.de>
5649
5650         * src/SDCCast.c (addCast): don't cast float to char
5651         * device/lib/libsdcc.lib: added _memmove
5652
5653 2004-03-28 Bernhard Held <bernhard AT bernhardheld.de>
5654
5655         * device/lib/large/Makefile: fixed parallel execution by
5656         replacing `make` by `$(MAKE)`
5657
5658 2004-03-28 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5659
5660         * src/hc08/gen.c (genPointerGetSetOfs): correctly handle 1 byte array
5661         offsets (fixes bug #923936)
5662
5663 2004-03-26 Bernhard Held <bernhard AT bernhardheld.de>
5664
5665         * device/lib/small/Makefile: fixed parallel execution by
5666         replacing `make` by `$(MAKE)`
5667
5668 2004-03-23 Bernhard Held <bernhard AT bernhardheld.de>
5669
5670         * device/lib/vprintf.c (vsprintf): minor optimization, see bug #801101
5671
5672 2004-03-23  Scott Dattalo  <scott AT dattalo.com>
5673
5674         * src/pic/gen.c (genCpl): multi-byte complements were not working.
5675         * src/regression/Makefile: Regression test was not running.
5676
5677 2004-03-23 Bernhard Held <bernhard AT bernhardheld.de>
5678
5679         * src/SDCCast.c (resultTypePropagate, decorateType): avoid promotion to int for
5680         complement if possible
5681         * src/SDCCval.c (valComplement),
5682         * src/SDCCicode.c (operandOperation): fixed complement of literal
5683         * support/regression/tests/onebyte.c (testComplement): added
5684
5685 2004-03-22 Bernhard Held <bernhard AT bernhardheld.de>
5686
5687         * src/SDCCast.c (processParms): fixed bug #920866; decorateType() can
5688         return an optimized tree; actually replace actParm with the new tree
5689         * src/SDCCast.h: added some parantheses to remove side effects
5690         * support/regression/tests/bug-920866.c
5691
5692 2004-03-21  Scott Dattalo  <scott AT dattalo.com>
5693         * src/pic/gen.c, src/pic/gen.h, src/pic/genarith.c, src/pic/pcode.c:
5694         Bit operands were not being handled properly in the pic14 port.
5695         (now src/regression/add.c passes again).
5696
5697 2004-03-20 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5698
5699         * src/SDCC.y (labeled_statement): case and default no longer require
5700         a following statement (RFE #893037)
5701
5702 2004-03-19 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5703
5704         * src/mcs51/gen.c (pushSide, genSignedRightShift, genDjnz, geniPush):
5705         use MOVA macro to avoid "mov a,acc" when peephole optimizer is
5706         disabled (fixes bug #916294)
5707         * sim/ucsim/s51.src/mov.cc (inst_mov_a_addr): Throw an error on
5708         "mov a,acc"; patch provided by Lenny Story
5709         * device/include/mc68hc908gp32.h: header contibuted by Juan Gonzalez
5710
5711 2004-03-19 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5712
5713         * src/mcs51/gen.c (genFunction): optimize RECEIVE in reentrant
5714         functions
5715         * src/ds390/gen.c (genFunction, genEndFunction),
5716         * src/ds390/ralloc.c (ds390_assignRegisters),
5717         * src/mcs51/gen.c (genFunction, genEndFunction, mcs51_assignRegisters):
5718         * src/mcs51/ralloc.c (mcs51_assignRegisters): Skip optimizing registers
5719         pushed if there are parameters passed on the stack. Also, a cleaner
5720         way to decide if r0/r1 should be pushed/popped. (Together they fix
5721         bug #918693)
5722
5723 2004-03-18 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5724
5725         * doc/sdccman.lyx,
5726         * device/lib/mcs51/crtpagesfr.asm,
5727         * device/lib/mcs51/crtxinit.asm,
5728         * device/lib/mcs51/crtxstack.asm: Changed name of _PAGESFR to _XPAGE
5729         to avoid confusion with Si Lab's SFRPAGE register.
5730
5731 2004-03-17 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5732
5733         * src/SDCCglue.c (emitMaps): allow public sfr variables
5734         * src/SDCCglue.c (initialComments): include compiler build date
5735         with compiler version and put the timestamp of the generated
5736         assembly file on a serperate line to be less confusing.
5737         * src/port.h: added genInitStartup hook
5738         * src/avr/main.c,
5739         * src/ds390/main.c,
5740         * src/hc08/main.c,
5741         * src/pic/main.c,
5742         * src/pic16/main.c,
5743         * src/xa51/main.c,
5744         * src/z80/main.c: genInitStartup initialize as NULL (default to
5745         historical behaviour)
5746         * src/SDCCglue.c (glue): _sdcc_gsinit_startup is now port specific.
5747         * src/mcs51/main.c: (_mcs51_genInitStartup, _mcs51_genExtraAreas,
5748         _mcs51_genXINIT, _mcs51_genRAMCLEAR): link initialization code from the
5749         library instead of hard coding it into the compiler.
5750         * support/regression/ports/mcs51-stack-auto/spec.mk,
5751         * src/SDCCmain.c (linkEdit): added mcs51.lib to the link libraries
5752         * device/lib/mcs51/Makefile,
5753         * device/lib/small/Makefile,
5754         * device/lib/large/Makefile,
5755         * device/lib/mcs51/crtpagesfr.asm,
5756         * device/lib/mcs51/crtstart.asm,
5757         * device/lib/mcs51/crtxclear.asm,
5758         * device/lib/mcs51/crtxinit.asm,
5759         * device/lib/mcs51/crtclear.asm,
5760         * device/lib/mcs51/crtxstack.asm: move most of the mcs51 C runtime
5761         startup/initialization out of src/SDCCglue.c and src/mcs51/main.c
5762         and into user configurable files.
5763         * device/lib/clean.mk: clean mcs51 directory too
5764         * support/regression/tests/longlit.c: added static to T1 declaration
5765         * doc/sdccman.lyx: documented _PAGESFR sfr for customizing pdata
5766         accesses in the initialization code
5767
5768 2004-03-14 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5769
5770         * device/include/mc68hc908qy.h: corrected declarations of FLBPR and
5771         OSCTRIMVAL as noted in bug #916008
5772
5773 2004-03-14 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5774
5775         * src/SDCCloop.c (basicInduction): fixed bug with loop induction
5776         in loops with multiple exits (reported as incorrect registers
5777         used by Martin Helmling in Sdcc-user list)
5778
5779 2004-03-12 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
5780
5781         * src/ds390/main.c (_ds390_genAssemblerPreamble): cosmetic change,
5782         made ds390 register extensions look less like error messages
5783
5784 2004-03-12 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5785
5786         * src/SDCCglue.c (printIvalPtr): fixed bug with pointer initializer
5787         reported by Adam Wozniak in Sdcc-user list
5788
5789 2004-03-10 Bernhard Held <bernhard AT bernhardheld.de>
5790
5791         * src/SDCCast.c (decorateType): fixed with bug and promotion in
5792         arithmetic optimizations, added debug output
5793
5794 2004-03-09 Bernhard Held <bernhard AT bernhardheld.de>
5795
5796         * device/lib/time.c (mktime): fixed bug reported by Bert Thomas
5797         * sdcc.spec: updated and split sdcc into 3 rpms
5798         * src/SDCCast.c (decorateType): &|^ don't need addCast(); addCast() is
5799         needed for literals of LEFT_OP and '+'
5800         * src/SDCCicode.c (geniCodeLogic): I must have been braindead when I
5801         introduced RESULT_TYPE_NOPROM
5802         (geniCodeMultiply): fixed logic for decision if mul is optimized to
5803         left shift
5804         * src/SDCCsymt.c (computeType): op is int; added RESULT_TYPE_OTHER;
5805         limited promotion to int only for '*'
5806         * src/SDCCsymt.h (computeType): op is int, removed RESULT_TYPE_NOPROM
5807
5808 2004-03-09 Hans Dorn <hjdorn AT users.sourceforge.net>
5809
5810         * src/pic16/gen.c (genSkip),
5811         (genc16bit2lit), (gencjneshort): commented out
5812         (is_LitOp): new helper function, checks operand type
5813         (genCmpEq): rewritten
5814
5815 2004-03-08 Bernhard Held <bernhard AT bernhardheld.de>
5816
5817         * support/regression/tests/bug-908454.c: added
5818
5819 2004-03-07 Bernhard Held <bernhard AT bernhardheld.de>
5820
5821         * src/SDCCast.c (addCast): fixed bug #908454 by promoting bits to char
5822         * src/SDCCicode.c (usualBinaryConversions): op needs int type
5823         (geniCodeCast): cosmetic, don't preserve bit storage class
5824         (geniCodeLeftShift): added promotion
5825         (geniCodeLogic): fixed regression
5826         * src/SDCCsymt.c (computeTypeOr): accept bits too
5827         (compareType): 2nd part of fix for bug #908454, needed for bitfields
5828
5829 2004-03-07  Borut Razem <borut.razem AT siol.net>
5830
5831         * support/Util/findme.c: alloca() replaced with malloc()/free() pair
5832
5833 2004-03-06 Vangelis Rokas <vrokas AT otenet.gr>
5834
5835         * src/pic16/ralloc.c (pic16_genPackRegisters): reverted to old
5836         version of pic16_genPackRegisters which does not check if ic is a
5837         CAST operator,
5838         * src/pic16/gen.c (ifxForOp): disabled new and untested code in
5839         function cause string1.c regression test fails
5840
5841 2004-03-06 Bernhard Held <bernhard AT bernhardheld.de>
5842
5843         * sim/ucsim/configure.in,
5844         * sim/ucsim/configure,
5845         * sim/ucsim/doc/Makefile.in: use docdir
5846         * src/SDCC.y: fixed sbit atrributes
5847         * src/SDCCast.c (getResultTypeFromType): added support for bitfields
5848         * src/SDCCast.c (decorateType): |^& need special promotion handling
5849         * src/SDCCast.h,
5850         * src/SDCCsymt.h: moved definition of RESULT_TYPE
5851         * src/SDCCsymt.h (computeType),
5852         * src/SDCCicode.c: computeType() needs op
5853         * src/SDCCsymt.c (checkTypeSanity),
5854         * doc/sddman.lyx: "plain" bitfields are unsigned
5855         * src/SDCCsymt.c (computeTypeOr): added
5856         * src/SDCCsymt.c (computeType): added support for bitfields, fixed
5857         |^& ops
5858         * src/SDCCval.c (val*): computeType() needs op
5859         * src/SDCCval.c (valCastLiteral): fixed casting of bitfields
5860         * support/regression/tests/onebyte.c: added tests for |^&
5861
5862 2004-03-06 Hans Dorn <hjdorn AT users.sourceforge.net>
5863
5864         * src/pic16/gen.c: (genpic16Code) use copy of printILine's output
5865         for writing icode into asm output.
5866
5867 2004-03-05 Vangelis Rokas <vrokas AT otenet.gr>
5868
5869         * src/pic16/device.c: added some debug lines enabled
5870         with macro DEBUG_CHECK,
5871         * src/pic16/genarith.c: more debug in genPlus,
5872         * (pic16_genUMult8XLit_16, pic16_genUMult8X8_16): removed,
5873         * (pic16_genUMult16X16_16, pic16_genUMult16XLit_16): NEW,
5874         * src/pic16/gen.c: added prototypes for pic16_genMult16X16_16,
5875         * (aopForSym): onStack symbols are re-placed in data memspace,
5876         and onStack flag is cleared,
5877         * (pic16_popGetTempReg, pic16_popReleaseTempReg): modified to
5878         copy temporary pcodeop,
5879         * (genPcall): added warning for not updating PCLATU,
5880         * (genFunction): removed test with IFFUNC_CALLEESAVES, its
5881         always true for pic16 port,
5882         * (genMultOneWord): NEW, supports integer multiplication,
5883         * (genMult): modified to call genMultOneWord,
5884         * (ifxForOp): added warning when return NULL,
5885         * src/pic16/glue.c (pic16emitRegularMap): symbol implicit
5886         flag is set before call to operandFromSymbol for implicit
5887         added structures,
5888         * src/pic16/main.c (_pic16_finaliseOptions): options.float_rent,
5889         options.intlong_rent are set by default,
5890         * (_hasNativeMulFor): modified to allow port generation of integer
5891         multiplication,
5892         * src/pic16/ralloc.c (pic16_allocDirReg): commented out line which
5893         set regtype to REG_SFR for all registers, restricting seting the
5894         accessBank flag for registers 0<= r < 0x80 and 0xf80<=r<=0xfff,
5895
5896 2004-03-05 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
5897
5898         * src/mcs51/peephole.def: added 251.b and 253.x. 253.x are applied
5899         more than 500 times in the regression tests
5900
5901 2004-03-05 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5902
5903         * support/Util/SDCCerr.h,
5904         * support/Util/SDCCerr.c,
5905         * src/SDCC.y (struct_or_union_specifier, enum_specifier,
5906         enumerator_list),
5907         * src/SDCCsymt.c (addSymChain): show location of oriignal definition
5908         for symbol conflicts.
5909         * support/valdiags/tests/enum.c,
5910         * support/valdiags/tests/tentdecl.c,
5911         * support/valdiags/tests/struct.c: expect possible error messages
5912         referring to original symbol definitions.
5913         * src/SDCC.y (struct_or_union_specifier, struct_declarator),
5914         * src/SDCCsymt.h,
5915         * src/SDCCsymt.c (promoteAnonStructs): support anonymous struct/union
5916
5917 2004-03-03 Hans Dorn <hjdorn AT users.sourceforge.net>
5918
5919         * src/pic16/gen.c (gencjne): fixed for right=REG / left=LIT
5920
5921 2004-02-03 Vangelis Rokas <vrokas AT otenet.gr>
5922
5923         * src/pic16/ralloc.c (newReg): fixed bug #908929
5924
5925 2004-03-02 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5926
5927         * src/ds390/gen.c: added missing #include "main.h"
5928
5929 2004-03-02 Vangelis Rokas <vrokas AT otenet.gr>
5930
5931         * src/pic16/device.c (checkAddSym): NEW, adds a symbol to set while
5932         checking if symbol is already in set,
5933         * src/pic16/device.h: prototype for checkAddSym,
5934         * src/pic16/gen.c: (_G): added entry interruptvector,
5935         * (assignResultValue): removed some commented out lines,
5936         * (genFunction): check for ISR via sym->type, absolute section for
5937         interrupt code is created via a new pBlock, the goto instruction is
5938         placed now correctly at the interrupt vector position, changed all
5939         references from ivec to _G.interruptvector,
5940         * WREG,STATUS,BSR are not saved in stack upon an entry to interrupt
5941         is the interrupt is a high priority one, same for return from ISR,
5942         * src/pic16/glue.c: changed all calls of addSetHead for publics and
5943         externs to calls of checkAddSym,
5944         * src/pic16/pcode.c (pic16_pBlockConvert2*): emit warning when
5945         pic16_pcode_verbose flag is set,
5946         * src/pic16/pcode.h: extern to pic16_pcode_verbose,
5947         * src/pic16/pcoderegs.c: message about how many registers are saved
5948         will only be emitted if pic16_pcode_verbose flag is set,
5949
5950 2004-03-02 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5951
5952         * src/ds390/ralloc.h,
5953         * src/ds390/ralloc.c (ds390_regWithIdx),
5954         * src/ds390/gen.c (emitcode),
5955         * src/ds390/main.h,
5956         * src/ds390/main.c (instructionSize, ds390newAsmLineNode, updateOpRW,
5957         ds390opcodeCompare, asmLineNodeFromLineNode, getInstructionSize,
5958         ds390operandCompare, getRegsRead, getRegsWritten,
5959         initializeAsmLineNode): customized instruction size calculation for
5960         ds390, started basis for some register optimizations
5961         * src/ds390/gen.c (gen390Code, emitcode): associate iCodes with
5962         corresponding assembly output
5963         * src/ds390/gen.c (genFunction, genEndFunction): added case to handle
5964         missing push/pop of r0/r1. Optimized push/pops
5965
5966 2004-03-01 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5967
5968         * src/mcs51/main.c (instructionSize): fixed ACALL size
5969         * src/mcs51/main.c (updateOpRW): fixed bug with @dptr, @a+dptr operands
5970
5971 2004-03-01 Vangelis Rokas <vrokas AT otenet.gr>
5972
5973         * src/pic16/device.c (pic16_dump_section): fixed a bug that allowed
5974         the sorting of rlist with NULL elements
5975         * (print_idataType, print_idata): NEW to create idata sections
5976         * src/pic16/device.h: idataSymSet new variable
5977         * src/pic16/gen.c (genFunction): fixed some bugs in string
5978         comparing, improved the absolute section creation for ISRs,
5979         added FSR0L/FSR0H in registers that are saved in an ISR,
5980         * (genInline): fixed the processing of inline snippets,
5981         now they undergo no process by the peephole optimizer
5982         * src/pic16/glue.c (pic16emitRegularMap): symbols with initialiser
5983         are placed in idataSymSet,
5984         * (pic16emitStaticSeg): extern symbols are added in externs,
5985         * src/pic16/ralloc.c (pic16_allocDirReg): work around to reduce bank
5986         switching when aboslute variables are placed in access bank memory
5987         * (pic16_writeUsedRegs): added call to pic16_dump_idata,
5988         * (packRegsForSupport,packRegsForAccUse,packRegsForOneuse):
5989         commented out with #if,
5990         * (pic16_packRegisters): reintroduce the check for CAST because some
5991         symbols are not correctly handled,
5992         * src/pic16/pcode.h: changed the definition of pCodeAsmDir to hold a
5993         pCodeInstruction instead of pCode,
5994         * src/pic16/pcode.c (pic16_newpCodeAsmDir): modified for the new
5995         pCodeAsmDir definition,
5996         * (pic16_pCode2str, genericPrint): when an AsmDir pcode has a NULL
5997         directive, then the argument directive is emitted without the leading
5998         tab, hack for inline labels which must be in the first column,
5999         * (compareLabel,pic16_findNextInstruction),
6000         * (pic16_findPrevInstruction): added case for PO_ASMDIR,
6001         * (insertBankSwitch): modified for the new pCodeAsmDir,
6002
6003 2004-03-01 Hans-Juergen Dorn <hans.dorn AT apl-landau.de>
6004         patch applied by Vangelis Rokas <vrokas AT otenet.gr>
6005
6006         * src/pic16/gen.c (pic16_popGet): case PO_DIR, adds the offset to
6007         instance,
6008         * (pushSide): commented out with #if,
6009         * (assignResultValue): fixed some typos in saving
6010         registers,
6011         * (genPcall): FIXED and sync'ed with genCall,
6012         * (genDataPointerGet,genDataPointerSet): using offset not leoffset
6013         * (genNearPointerGet): fixed to handle some more cases,
6014         implementation scheme via table reads,
6015         * (genConstPointerGet): modified to access code memory correct,
6016         * (genCodePointerGet,genNearPointerSet,genGenPointerSet): modified
6017         and improved to handle some cases
6018         * glue.c (printIvalType,printIvalChar,emitStaticSeg): use "DB"
6019         instead of "RETLW" for init data
6020         * src/pic16/ralloc.c (pic16_allocDirReg): warning when a symbol is
6021         not IN_DIRSPACE, work around to reduce bank switching when aboslute
6022         variables are placed in access bank memory (<0x80 and >=0xf80),
6023         * src/pic16/pcode.c: added SFRs TBLPTR, TABLAT, added opcodes TBLRD,
6024         TBLRD_POSTINC,TBLRD_POSTDEC,TBLRD_PREINC,TBLWT,TBLWT_POSTINC,
6025         TBLWT_POSTDEC,TBLWT_PREINC
6026         * Fixed initialisation of BSR, set "alias" for SSAVE to "0"
6027         * (pic16_emitDB,pic16_flushDB): New functions to generate "DB"
6028         directives
6029         * (pic16_pCodeConstString): use "DB" instead of "RETLW"
6030         * src/pic16/pcode.h: added TBLRD*,TBLWT*, added pic16_emitDB,
6031         pic16_flushDB, made pic16_newpCodeAsmDir public, added TBLPTR, TABLAT
6032         * src/pic16/ralloc.h: added IDX_BSR,IDX_TBLPTR*,IDX_TABLAT
6033
6034 2004-02-29  Borut Razem <borut.razem AT siol.net>
6035
6036         * src/Makefile.in, src/SDCCutil.c, support/Util/findme.c,
6037         support/Util/findme.h, support/Util/system.h: enhance binary relative
6038         search for lib and include by using findProgramPath()
6039
6040 2004-02-28 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6041
6042         * src/SDCCpeeph.h,
6043         * src/SDCCpeeph.c (pcDistance),
6044         * src/port.h,
6045         * src/mcs51/ralloc.h,
6046         * src/mcs51/ralloc.c (mcs51_regWithIdx),
6047         * src/mcs51/main.h,
6048         * src/mcs51/main.c (instructionSize, asmLineNode, updateOpRW,
6049         mcs51opcodeCompare, asmLineNodeFromLineNode, getInstructionSize,
6050         mcs51operandCompare, getRegsRead, getRegsWritten): made instruction
6051         size calculation port specific, started basis for some register
6052         optimizations
6053         * src/mcs51/gen.c (genFunction, genEndFunction): added case to handle
6054         missing push/pop of r0/r1. Optimized push/pops
6055         * src/mcs51/ralloc.c (packregisters): fixed bug #727095
6056         * device/lib/_modsint.c (_modsint),
6057         * device/lib/_modslong.c (_modslong): fixed sign of result in non-asm
6058         and stack version so regression tests pass
6059
6060 2004-02-26 Bernhard Held <bernhard AT bernhardheld.de>
6061
6062         * src/Makefile.in (dep): include SLIBOBJS in dependency check
6063         * src/SDCCast.c (decorateType): catch another small optimization
6064         with '?' operator
6065         * src/SDCCsymt.c (computeType): added comments and cosmetic changes
6066         * src/SDCCval.c (valMult, valDiv, valMod, valPlus, valMinus, valShift):
6067         modified to finally use computeType() all over SDCC,
6068         see Feature Request #877103
6069         * src/SDCCval.h: cosmetic
6070         * src/SDCCicode.c (operandOperation): fixed EQ_OP bug, now same as in
6071         valCompare(); regression tested in muldiv.c
6072         * support/regression/tests/muldiv.c (testMod): mod sign follows
6073         dividend only
6074
6075 2004-02-23 Bernhard Held <bernhard AT bernhardheld.de>
6076
6077         * src/SDCCast.c (decorateType): fixed bug #902362
6078         * doc/INSTALL.txt: fixed install instructions for win32
6079
6080 2004-02-21 Bernhard Held <bernhard AT bernhardheld.de>
6081
6082         * device/include/Makefile.in (install): fixed by replacing spaces
6083         by tabs
6084         * doc/README.txt,
6085         * doc/INSTALL.txt: updated for release
6086         * doc/sdccman.lyx: added warning for --xstack being buggy
6087
6088 2004-02-20 Bernhard Held <bernhard AT bernhardheld.de>
6089
6090         * src/pic16/ralloc.c (packRegsForAccUse):  disabled functions with #if
6091         to eliminate build warnings.
6092         * src/pic16/gen.c (pic16_popGet): fixed for gcc 2.95.4
6093
6094 2004-02-20 Vangelis Rokas <vrokas AT otenet.gr>
6095            Hans-Juergen Dorn <hans.dorn AT apl-landau.de>
6096
6097         * doc/sdccman.lyx: removed PIC16 from PIC16 Port Specific Options,
6098         removed -penable-stack, added comment for stack pragma, added
6099         warning for not initializing the stack/frame registers, removed
6100         comment at interrupts section
6101
6102         Stack is made permanent, there is no ability to disable stack usage.
6103         * src/pic16/device.h,
6104         * src/pic16/device.c: removed all references to USE_STACK macro,
6105         * src/pic16/device.c (pic16_dump_section): when no elements in
6106         rlist, free rlist before return,
6107         * (pic16_dump_int_registers): NEW, internal registers are a new set
6108         of general purpose registers reused by each function,
6109         * (checkAddReg): returns 1 if registers is added to set,
6110         * (pic16_groupRegistersInSection): when a registers is of type
6111         PO_GPR_TEMP add it in pic16_int_regs and not in pic16_rel_udata,
6112         * src/pic16/device.h: memRange and Assigned Memory are deleted,
6113         SRCASECMP macro is moved here from device.c
6114         * src/pic16/genarith.c (pic16_pCodeOpType): added cases for
6115         PO_PCLATU, PO_PRODL, PO_PRODH,
6116         * (pic16_pCodeOpType, genMinus,
6117         changed compares to "a" register, with AOP_ACC,
6118         * (pic16_genPlus): fixed some bugs and indented properly,
6119         * (pic16_addSign): changed size to size+offset in the MOVWF
6120         instruction,
6121         * (pic16_genUMult8XLit_8): NEW, uses processor MULLW instruction to
6122         multiply 8-bit operand by literal, result is 8-bit,
6123         * (pic16_genUMult8X8_8): NEW, uses processor MULWF instruction to
6124         multiply 2 8-bit operand, result is 8-bit,
6125         * (pic16_genMult8X8_8): modified to call genUMult8X*_8 functions and not
6126         genUMult8X*_16,
6127         * src/pic16/gen.c: changed accUse to contain WREG only,
6128         * (pic16_emitcomment): renamed to pic16_emitpcomment,
6129         * (aopForSym): allocated dir register when IN_DIRSPACE(space) is,
6130         true, do not use immediate addressing any more unless sym is a
6131         pointer in codespace,
6132         * (aopForRemat): do not use immediate addressing when symbol not in
6133         codespace and when symbol's address is requested,
6134         * (aopOp): for-loop in if(sym->accUse) is modified for the new
6135         accUse size (= 1),
6136         * (aopGet): added case for AOP_ACC and don't return "accumulator
6137         bug" but WREG instead,
6138         * (popGetTempReg): pushes contents of temporary register in stack,
6139         * (popReleaseTempReg): pops contents of temporary register from
6140         stack. Use popGetTempReg/popReleaseTempReg in aligned pairs,
6141         * (pic16_popGet): separated case AOP_ACC to return register WREG
6142         from processor registers, AOP_PCODE not checks if pcop is PO_DIR
6143         or PO_IMMEDIATE and initializes their instance/offset appropriately,
6144         * The whole issue with aopForSym,aopForRemat,popGet) is to minimize
6145         the use of immediate pointers to certain cases only.
6146
6147         * (pic16_pushpCodeOpReg, pic16_poppCodeOpReg): use pic16_popGet2p,
6148         * (pic16_loadFromReturn, pic16_storeForReturn: NEW,
6149         * (assignResultValue, genCall, genRet): modified to use the new
6150         function return value scheme with WREG,PRODL,PRODH,FSR0L and FSR0,
6151         genPcall is still broken,
6152         * (genFunction): added code to create 'A' type pBlocks when
6153         interrupt functions are generated, code not extensively tested yet,
6154         ISRs push WREG,STATUS,BSR,PRODL,PRODH,FSR0L,FSR0H registers on stack,
6155         * (genEndFunction): modified so ISRs pop stored registers from stack,
6156         * (genMultOneByte): cleanup,
6157         * (AccRsh): added flag andmask, to and result with appropriate mask,
6158         * (genUnpackBits,genPackBits): fixed and can handle bit fields,
6159         * (genDataPointerGet): fixed and reenabled its use,
6160         * (genNearDataPointerGet): bugs fixed,
6161         * (genDataPointerSet): bugs fixed,
6162         * src/pic16/genutils.c: added functions pic16_DumpValue,pic16_DumpAop,
6163         pic16_DumpSymbol, pic16_DumpOp,
6164         * src/pic16/genutils.h: function prototypes for the above functions,
6165         * src/pic16/glue.c: new flags initsfpnt, to initialize stack/frame
6166         pointers,
6167         * (pic16emitRegularMap): many many many improvements, but needs a
6168         major cleanup,
6169         * src/pic16/main.c: enable_stack in pic16_options is removed,
6170         * (_pic16_parseOptions): removed command line options -penable-stack,
6171         * (_process_pragma): emit stack symbol only when stack pragma is
6172         processed,
6173         * src/pic16/pcode.c: pic16_pc_fsr0 is removed, all operations are
6174         redirected to FSR0L/FSR0H pair,
6175         * (pic16_get_op, pic16_get_op2): modifications and improvements,
6176         * (pic16_getRegFromInstruction, pic16_getRegFromInstruction2): added
6177         cases PO_PRODL,PO_PRODH, pic16_getRegFromInstruction2 returns sane
6178         for immediates,
6179         * (insertBankSwitch): modified to handle cases like: (alfa + 1)
6180         * (dumpPicOptype): NEW,
6181         * src/pic16/pcode.h: added PO_PCLATU,PO_PRODL,PO_PRODH in enum,
6182         * src/pic16/pcoderegs.c (pCodeRegMapLiveRangesInFlow): fixed bug
6183         with movff instruction,
6184         * src/pic16/ralloc.c: renamed typeRegWithIdx to pic16_typeRegWithIdx,
6185         added pic16_int_regs, some packRegsFor* functions are commented out,
6186         because produce errors,
6187         * src/pic16/NOTES: minor modifications
6188
6189 2004-02-18  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
6190
6191         * as/mcs51/aslink.h, as/mcs51/lkarea.c, as/mcs51/lkdata.c, as/mcs51/lkmain.c,
6192         as/mcs51/lkmem.c, src/SDCCglob.h, src/SDCCmain.c: added options --stack-size and
6193         --pack-iram.
6194         * doc/sdccman.lyx: described options --stack-size and --pack-iram.
6195         * as/mcs51/lkaomf51.c: fixed bug #895763
6196
6197 2004-02-17 Bernhard Held <bernhard AT bernhardheld.de>
6198
6199         * device/include/c8051f320.h: added. Contributed by Maarten Brock.
6200
6201 2004-02-17 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6202
6203         * doc/sdccman.lyx: added details about the HC08 storage classes and
6204         interrupts, fixed the register usage info for z80 & gbz80
6205
6206 2004-02-17 Vangelis Rokas <vrokas AT otenet.gr>
6207
6208         * doc/sdccman.lyx: added more pic16 port documentation
6209         * device/include/pic16/: added header pic18fregs.h
6210
6211 2004-02-16 Bernhard Held <bernhard AT bernhardheld.de>
6212
6213         * doc/sdccman.lyx: added Vangelis' contribution
6214
6215 2004-02-16 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6216
6217         * src/SDCClrange.c (rlivePoint): live range of SEND operand should
6218         extend to the next CALL or PCALL, not just to the next CALL.
6219
6220 2004-02-16 Vangelis Rokas <vrokas AT otenet.gr>
6221
6222         * src/pic16/gen.c (genInline): fixed bug #896482 with inline assembly
6223
6224 2004-02-15 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6225
6226         * src/mcs51/ralloc.c (packRegsForAssign, reassignAliasedSym): fixed
6227         bug #895752 and a better fix for bug #716790
6228
6229 2004-02-15 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6230
6231         * src/SDCCsymt.c (processFuncArgs): fixed bug #896796
6232
6233 2004-02-14 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
6234
6235         * doc/sdccman.lyx: minor changes, minor changed
6236
6237 2004-02-13 Bernhard Held <bernhard AT bernhardheld.de>
6238
6239         * src/SDCCicode.c (usualBinaryConversions): removed pic16 from ports
6240         which can't handle SDCC_NEWONEBYTEOPS,
6241         (geniCodeMultiply): removed conversion from mult to shift for pic14
6242         and pic16
6243
6244 2004-02-12 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6245
6246         * src/hc08/gen.h,
6247         * src/hc08/gen.c (storeRegToAop, aopOp, aopAdrStr, accopWithAop,
6248         rmwWithAop): Ported my 2003-10-02 fix for bug #663539 to the hc08,
6249         thus fixing bug #895406
6250
6251 2004-02-11 Bernhard Held <bernhard AT bernhardheld.de>
6252
6253         * device/lib/_modsint.c,
6254         * device/lib/_modslong.c: sign follows divisor only
6255         * src/hc08/gen.c (genMultOneByte): if result size is 1,
6256         signs or signedness can be ignored
6257         * src/SDCCast.c (addCast): cosmetic - added lineno to CAST
6258         * src/SDCCast.c (resultTypePropagate): added even more ops: +, - and *,
6259         added optimization for IFX,
6260         (decorateType): Mult/Div/ModOneByte ops can handle all kind of signed
6261         arguments;
6262         reenabled optimization for IFX, which was removed on 2004-01-11
6263         * src/SDCCast.h: added return type IFX
6264         * src/SDCCicode.c: Mult/Div/ModOneByte ops can handle all kind of signed
6265         arguments with 8 or 16 bit results; pic14 and pic16 ports use old
6266         promotion behaviour; env. var. SDCC_NEWONEBYTEOPS selects the new,
6267         SDCC_OLDONEBYTEOPS selects the old behaviour
6268         * src/SDCCsymt.c (computeType): type2 can be NULL (for LEFT_OP);
6269         changed again and commented promotion rule
6270         * src/SDCCval.c (valDiv): promotion no longer necessary
6271         * src/ds390/gen.c (genMultOneByte) (genDivOneByte) (genModOneByte),
6272         * src/mcs51/gen.c (genMultOneByte) (genDivOneByte) (genModOneByte):
6273         rewritten
6274         * support/regression/tests/onebyte.c: added
6275
6276 2004-02-11 Vangelis Rokas <vrokas AT otenet.gr>
6277
6278         * gen.c (genInline): reverted to old code for assemnling inline
6279         code because of bug reported James Chadd
6280
6281 2004-02-10 Vangelis Rokas <vrokas AT otenet.gr>
6282
6283         * ralloc.h: missing declarations from previous patch,
6284         seems that patch for ralloc.h was never applied, fixed
6285
6286 2004-02-10 Hans-Juergen Dorn <hans.dorn AT apl-landau.de>
6287            patch committed by Vangelis Rokas <vrokas AT otenet.gr>
6288
6289         * pcode.c,
6290         * pcode.h,
6291         * ralloc.h: added FSR0L, FSR0H and other missing PIC16 SFR's for
6292         indirect addressing. Marked FSR0 as deprecated
6293         * gen.c (pointerCode): commented out, not needed now
6294         (pic16_popGet2p): new MOVFF helper function
6295         (genGenPointerGet),
6296         (genGenPointerSet): reimplemented with MOVFF and POSTINC0
6297         (shiftRLong): removed duplicate debugging info
6298
6299 2004-02-10 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6300
6301         * src/ds390/gen.c (genNearPointerGet),
6302         * src/mcs51/gen.c (genNearPointerGet): allow the genDataPointerGet()
6303         optimization with bits, but not bitfields.
6304         * src/ds390/ralloc.c (packRegisters),
6305         * src/mcs51/ralloc.c (packRegisters): fixed bug #884453 & #880832
6306
6307 2004-02-09 Bernhard Held <bernhard AT bernhardheld.de>
6308
6309         * src/SDCCcse.c (algebraicOpts): copy operands before modification
6310
6311 2004-02-09 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6312
6313         * src/SDCCsymt.h,
6314         * src/SDCCicode.c (operandFromSymbol),
6315         * src/mcs51/ralloc.c (verifyRegsAssigned, serialRegAssign),
6316         * src/ds390/ralloc.c (verifyRegsAssigned, serialRegAssign),
6317         * src/z80/ralloc.c (verifyRegsAssigned, serialRegAssign),
6318         * src/hc08/ralloc.c (verifyRegsAssigned, serialRegAssign),
6319         * src/pic/ralloc.c (verifyRegsAssigned, serialRegAssign),
6320         * src/pic16/ralloc.c (verifyRegsAssigned, serialRegAssign): fixed
6321         bug #892038
6322         * src/SDCCast.c (createIvalStruct, createIvalArray, gatherAutoInit),
6323         * src/SDCCglue.c (emitRegularMap, printIvalStruct, printIvalArray,
6324         printIvalCharPtr, printIvalPtr, printIval, emitStaticSeg, emitOverlay)
6325         * src/SDCCsymt.c (newSymbol),
6326         * src/SDCC.y (struct_or_union_specifier, enum_specifier,
6327         enumerator_list),
6328         * src/SDCCval.h,
6329         * src/SDCCval.c (newiList): fixed bug #885705
6330
6331 2004-02-08  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
6332
6333         * doc/sdccman.lyx: added section 3.1.4: sdcclib.
6334         * as/mcs51/lkmem.c: report the size of the stack in .mem file.
6335
6336 2004-02-08 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
6337
6338         * device/include/c8051f120.h,
6339         * device/include/c8051f300.h,
6340         * device/include/c8051f310.h: added/updated header files for Silicon
6341         Laboratories (formerly Cygnal) CPUs. Contributed by Maarten Brock.
6342         * doc/sdccman.lyx: minor changes, recommended diff -Naur and diff -u
6343         in new section Submitting patches
6344
6345 2004-02-08 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6346
6347         * src/mcs51/gen.c (genNearPointerGet, genPagedPointerGet,
6348         genFarPointerGet, genCodePointerGet, genGenPointerGet,
6349         genNearPointerSet, genPagedPointerSet, genFarPointerSet,
6350         genGenPointerSet),
6351         * src/ds390/gen.c (genNearPointerGet, genPagedPointerGet,
6352         genFarPointerGet, genCodePointerGet, genGenPointerGet,
6353         genNearPointerSet, genPagedPointerSet, genFarPointerSet,
6354         genGenPointerSet),
6355         * src/pic16/gen.c (genNearPointerGet, genPagedPointerGet,
6356         genFarPointerGet, genCodePointerGet, genGenPointerGet,
6357         genNearPointerSet, genPagedPointerSet, genFarPointerSet,
6358         genGenPointerSet),
6359         * src/pic/gen.c (genNearPointerGet, genPagedPointerGet,
6360         genFarPointerGet, genCodePointerGet, genGenPointerGet,
6361         genNearPointerSet, genPagedPointerSet, genFarPointerSet,
6362         genGenPointerSet): fixed bug #892400
6363         * src/pic16/gen.c (genSkipz, AccRol): disabled functions with #if 0
6364         to eliminate build warnings.
6365         * src/SDCCast.c (processParms),
6366         * src/SDCC.y (function_declarator2, declarator2_function_attributes):
6367         fixed bug 751859
6368         * support/valdiag/valdiag.py: added GCC to the list of defines active
6369         when compiling with gcc
6370
6371 2004-02-07 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6372
6373         * support/Util/SDCCerr.h,
6374         * support/Util/SDCCerr.c,
6375         * src/SDCCast.c (decorateType, sizeofOp): complain when sizeof is used
6376         with an incomplete type (fixed bug #883734)
6377         * src/SDCCicode.c (geniCodeCast): fixed bug #890510
6378
6379 2004-02-07 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6380
6381         * src/pic16/gen.c (genCmpEq, shiftRLong): fixed declarations
6382
6383 2004-02-06 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6384
6385         * src/SDCCast.c (decorateType),
6386         * src/SDCCicode.c (geniCodeParms, geniCodeCall): fixed bugs in my ANSI
6387         function pointer implementation
6388         * support/regression/tests/funptrs.c: added tests to verify both forms
6389         of function pointers work correctly. Added tests to verify parameters
6390         are passed in the correct order.
6391
6392 2004-02-06  Vangelis Rokas <vrokas AT otenet.gr>
6393
6394         * device.c (regCompare): registers are sorted by ascending
6395         address and increasing size,
6396         * main.c (_pic16_finaliseOptions): removed the declaration
6397         of compiler macro MCU. Now a macro of the format pic18fxxxx
6398         will be defined from the command line
6399
6400 2004-02-06  Hans-Juergen Dorn <hans.dorn AT apl-landau.de>
6401             patch committed by Vangelis Rokas <vrokas AT otenet.gr>
6402
6403         * pcode.c (pic16initMnemonics): fixed typo in assignment to PCOP_RLNCF
6404         PCOP_RLCF was overwritten!
6405         * gen.c (genSkip): commented out calls to pic16_emitcode,
6406         * (genCmpEQ): fixed "long" compares, only high word did get compared,
6407         * (genlshTwo),
6408         * (genRRC): added debugging info,
6409         * (shiftL2Left2Result): Fixed bug, if offr > offl. Result got
6410         overwritten while shifting,
6411         * (shiftR2Left2Result): Fixed bug, if offr < offl. Result got
6412         overwritten while shifting,
6413         * (AccLsh),
6414         * (AccRsh),
6415         * (shiftLLeftOrResult),
6416         * (shiftRLeftOrResult),
6417         * (shiftRLong),
6418         * (shiftLLong): Implemented with pic16_emitpcode
6419         * (genlshFour): Replaced pic16_aopPut with pic16_emitpcode,
6420         * (genLeftShift): Fixed bug, operand for shift by variable always
6421         was "and"ed with 0x0f,
6422         * (genLeftShiftLiteral),
6423         * (genrshTwo),
6424         * (genRightShiftLiteral): added debugging info,
6425         * (genrshFour): added comment,
6426         * (genRightShift): determined signedness from operand "left"
6427         instead of "result"
6428
6429 2004-02-04 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6430
6431         * src/SDCCicode.c (geniCodeParms),
6432         * src/SDCCast.c (decorateType, processParms): support for ANSI-style
6433         function pointers, fixed function pointer bugs #861242 and #861896
6434
6435 2004-01-31 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
6436
6437         * device/include/c8051f000.h,
6438         * device/include/c8051f120.h,
6439         * device/include/c8051f300.h: added header files for Silicon
6440         Laboratories (formerly Cygnal) CPUs. Contributed by Maarten Brock.
6441
6442 2004-01-31 Bernhard Held <bernhard AT bernhardheld.de>
6443
6444         * src/SDCCast.c (processParams): added new type flow and restructured
6445         (gatherAutoInit): added new type flow
6446         (addCast): cosmetic changes
6447         (getLeftResultType): added new type flow for array indices, patch
6448         provided by Stas, see FR #877103
6449         (decorateType): SDCC_NEWTYPEFLOW removed, new type flow is now standard;
6450         array index patch by Stas
6451         * src/SDCCast.h: added prototype getResultTypeFromType()
6452         * src/SDCCval.h,
6453         * src/SDCCval.c (resolveIvalSym) (resolveIvalSym),
6454         * src/pic/glue.c (pic14emitStaticSeg),
6455         * src/pic16/glue.c (pic16emitStaticSeg),
6456         * src/SDCCglue.c (emitRegularMap) (emitStaticSeg): added new type flow
6457         for initialization of symbols
6458         * src/SDCCicode.c (geniCodeArray): removed warning W_ARRAY_BOUND
6459         * support/Util/SDCCerr.h:
6460         * support/Util/SDCCerr.c: replaced W_ARRAY_BOUND by W_IDX_OUT_OF_BOUNDS
6461         * .version: bumped version number to 2.3.8
6462         * device/include/Makefile.in (install),
6463         * doc/Makefile (install): changed to 'rm `find ...`' construct to
6464         avoid warnings
6465
6466 2004-01-30 Bernhard Held <bernhard AT bernhardheld.de>
6467
6468         * support/regression/tests/libmullong.c: fixed for 64 bit hosts
6469         Slade Rich fixed an optimization bug
6470         * src/pic/pcodepeep.c,
6471         * src/pic/pcoderegs.c
6472         * doc/Makefile (install): added test for directory
6473
6474 2004-01-30 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6475
6476         * src/mcs51/ralloc.c (getRegPtr, getRegGpr),
6477         * src/ds390/ralloc.c (getRegPtr, getRegGpr),
6478         * src/pic/ralloc.c (getRegPtr, getRegGpr),
6479         * src/pic16/ralloc.c (getRegPtr, getRegGpr),
6480         * src/z80/ralloc.c (getRegGpr): fixed bug #883361
6481         * as/mcs51/asexpr.c (term),
6482         * as/hc08/asexpr.c (term): fixed bug #887146
6483
6484 2004-01-29 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6485
6486         * src/z80/gen.c (genMult): handle single byte result product
6487         * src/SDCCopt.c (killDeadCode): never convert ADDRESS_OF iCode to
6488         DUMMY_READ_VOLATILE (fixed bug #886367)
6489
6490 2004-01-27 Bernhard Held <bernhard AT bernhardheld.de>
6491
6492         * support/regression/tests/libmullong.c: fixed logic, on little endian
6493         hosts we ended without a mullong_wrapper()
6494
6495 2004-01-27 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6496
6497         * ChangeLog: changed "@" to " AT " in hopes of reducing spam and
6498         virus/worm forged address usage.
6499
6500 2004-01-27 Bernhard Held <bernhard AT bernhardheld.de>
6501
6502         Fixed promotion, it should be done on AST level:
6503         * src/SDCCast.c (addCast): added promotion to int
6504         (decorateType): updated call to upCast()
6505         * src/SDCCicode.c (geniCodeLeftShift): removed call to
6506         usualUnaryConversions()
6507
6508 2004-01-26  Michael Hope  <michaelh AT juju.net.nz>
6509
6510         * support/regression/tests/literalop.c (mulWrapper): Added a
6511         wrapper to remove integer overflow warnings.
6512
6513         * support/regression/tests/float_trans.c: Made work on host.
6514
6515         * support/regression/ports/ucz80/spec.mk (UCZ80): Made detect the
6516         location of sz80.
6517
6518         * support/regression/generate-cases.py (main): Changed from inline
6519         to a main method.
6520
6521         * doc/Makefile (install): Changed to depth first to get rid of
6522         missing directory install warning.
6523
6524         * as/Makefile (install-doc): Made work on Mac.
6525
6526 2004-01-25 Bernhard Held <bernhard AT bernhardheld.de>
6527
6528         * src/SDCCast.c: added an additional type flow in decorateType() of
6529         opposite direction, see feature request #860006; it's enabled at runtime
6530         by setting the environment variable SDCC_NEWTYPEFLOW
6531         * src/SDCCast.h: changed prototype of decorateType()
6532         * src/SDCCglue.c (emitRegularMap): updated call of decorateType()
6533         * src/SDCCicode.c (geniCodeDivision) (geniCodeModulus): promotion from
6534         'char' to 'int' can be omitted, if both operands are 'unsigned char';
6535         see feature request #877103
6536         * src/SDCCval.c: updated call of decorateType()
6537         (valBitwise): fixed bug #882876
6538         (valMinus): added promotion
6539         (valLogicAndOr): result is unsigned
6540         (cheapestVal) (constVal): literals from 0...255 are 'unsigned char' now
6541         * src/SDCCsymt.c (computeType),
6542         * src/mcs51/gen.c (genCmpGt) (genCmpLt): literal 'unsigned char'
6543         must not cause an unsigned operation
6544         * src/pic/glue (pic14emitRegularMap),
6545         * src/pic16/glue.c (pic16emitRegularMap): updated call of decorateType()
6546
6547 2004-01-23 Bernhard Held <bernhard AT bernhardheld.de>
6548
6549         * src/pic/pcode.c (PCodeID): commented out left over debug code
6550
6551 2004-01-20 Bernhard Held <bernhard AT bernhardheld.de>
6552
6553         * support/valdiag/tests/overflow.c: added shift tests
6554         * src/pic/device.c,
6555         * src/pic/gen.c,
6556         * src/pic/gen.h,
6557         * src/pic/glue.c,
6558         * src/pic/main.c,
6559         * src/pic/pcode.c,
6560         * src/pic/pcode.h,
6561         * src/pic/pcodepeep.c,
6562         * src/pic/pcoderegs.c,
6563         * src/pic/ralloc.c,
6564         * src/pic/ralloc.h: applied patch from Slade Rich;
6565         added support for multiple code pages and multiple RAM banks on the
6566         PIC 14 port. The ASM files now no longer simply assume all the
6567         code / RAM are in the same page / bank. This means the linker can
6568         safely allocate code/RAM of separate ASM files to different pages/banks.
6569         * doc/sdccman.lyx: added Slade's tips
6570         * src/mcs51/peeph.def: fixed bug #880768
6571
6572 2004-01-20 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6573
6574         * src/hc08/ralloc.c (rematStr): fixed bug #879282
6575         * src/SDCCast.c (decorateType): fixed bug #880197
6576
6577 2004-01-20  Michael Hope  <michaelh AT juju.net.nz>
6578
6579         * sim/ucsim/gui.src/serio.src/main.cc: Fixed unconditional use of
6580         getopt.h.
6581
6582         * debugger/mcs51/cmd.c (getValBasic): Changed strtof to strtod as
6583         strtof is not part of C89 and isn't included with Mac OS X.
6584
6585 2004-01-20 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6586
6587         * src/hc08/gen.c (genPlusIncr, genUminus, genMinusDec, genCmp,
6588         shiftL2Left2Result): fixed bug #879326
6589         (genAnd, genOr, genXor): fixed bug when result was of type AOP_CRY
6590         (genMultOneByte): fixed bug in signed vs unsigned multiplication
6591         * sim/ucsim/hc08.src/inst.cc (inst_clr): added missing effective
6592         address fetch for clr instruction
6593         * device/lib/hc08/_mulint.c: created optimized assembly version
6594         * src/SDCCdflow.c (computeDataFlow): fixed bug #878209
6595
6596 2004-01-19 Bernhard Held <bernhard AT bernhardheld.de>
6597
6598         * src/SDCCicode.c (geniCodeArray): applied patch from Stas Sergeev
6599         proposed in FR #877103
6600
6601 2004-01-18 Bernhard Held <bernhard AT bernhardheld.de>
6602
6603         * src/SDCCval.c (cheapestVal): added missing checks
6604         * src/SDCCicode.c (usualBinaryConversions): fixed condition
6605         * src/SDCCicode.c (geniCodeAdd): fixed part of bug #877103
6606
6607 2004-01-16 Klaus Flittner <klaus_flittner AT gmx.de>
6608
6609         * src/ds390/gen.c (aopOp3): fixed the assignment of different dptrs to
6610         equal operands
6611
6612 2004-01-16 Vangelis Rokas <vrokas AT otenet.gr>
6613
6614         * src/SDCCmain.c (linkEdit): variable $3 of the linker command is
6615         loaded with the linker search paths (-L arguments) and the libraries
6616         to be linked with the current source (-l arguments). Changes
6617         currently will affect only the pic16 port.
6618         * src/pic16/main.c (_pic16_finaliseOptions): add to the linker
6619         include path the port specific paths and port specific libraries,
6620         * gplink command now contains the $3 argument,
6621         * src/pic16/device.h,
6622         * src/pic16/device.c,: structure PIC_device is made public and
6623         renamed to PIC16_device, the same for variable Pics which is renamed
6624         to Pics16. Updated all references to them.
6625         * src/pic16/glue.c (pic16glue): corrected bug with code
6626         initialization which bypassed the variable initializations block.
6627
6628         * device/lib/pic16/Makefile.rules: removed --penable-stack from
6629         COMPILE_FLAGS and added the --nostdinc option
6630
6631 2004-01-15 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6632
6633         * device/include/mc68hc908jb8.h: Register defs for another member
6634         of the hc08 family. Contributed by Bjorn Bringert - thanks!
6635
6636 2004-01-14 Vangelis Rokas <vrokas AT otenet.gr>
6637
6638         Documenting changes from previous commits.
6639         * configure.in (version 1.56),
6640         * configure: initially I've added AC_CONFIG_SUBDIRS(device/lib/pic16)
6641         when generating output files to configure the pic16 library,
6642         but now I've commented it out, since gputils aren't installed in the
6643         SF compile farm, so library won't compile
6644
6645         * device/lib/Makefile.in (version 1.56): initially I've added in
6646         target 'all' the prerequestive 'model-pic16' so it compiled the
6647         pic16 library, but now I've commented it out for the same reasons
6648         above,
6649         * added targets 'model-pic16' and 'objects-pic16' to compile the
6650         library
6651         * added target 'port-specific-objects-pic16' to handle the
6652         generated libraries and copy them into the build/ directory
6653         * added target 'clean-intermediate-pic16' to clean intermediate
6654         files into pic16 directory
6655         * in target 'installdirs' added line to create directory pic16 in
6656         the installation path
6657
6658         * device/include/Makefile.in (version 1.11): in target 'install'
6659         added lines to copy all header files to installation path,
6660         * in target 'installdirs' added line create directory for pic16
6661         headers in the installation path
6662
6663 2004-01-13 Klaus Flittner <klaus_flittner AT gmx.de>
6664
6665         * src/ds390/gen.c (genCall): fixed a double use of acc and b after
6666          a function call
6667
6668 2004-01-13 Bernhard Held <bernhard AT bernhardheld.de>
6669
6670         * configure,
6671         * device/lib/configure.in,
6672         * device/lib/configure: fixed for autoconf 2.57
6673
6674 2004-01-13 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6675
6676         * src/z80/main.c (_parseOptions): fixed the portmode= command line
6677         option so that it actually works. Made it specific to the z80, since
6678         the gbz80 doesn't have these kinds of I/O ports.
6679
6680 2004-01-13 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6681
6682         * device/include/z180.h,
6683         * device/lib/_memcpy.c,
6684         * device/lib/_memmove.c,
6685         * device/lib/_mulint.c,
6686         * device/lib/ser_ir.c,
6687         * device/lib/ser_ir_cts_rts.c,
6688         * device/lib/_strcmp.c,
6689         * device/lib/_strtok.c: fixed pragmas to non-deprecated form
6690         * src/z80/main.c (_process_pragma): add support for pragmas bank and
6691         portmode; added deprecation warning for bank= and protmode= forms.
6692         Also, guard against buffer overflow.
6693         * src/z80/gen.c (aopGet): generate better code for sfr banked read
6694
6695 2004-01-13 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6696
6697         * src/hc08/main.c (_hc08_genAssemblerPreamble): fixed bug #875487. Also
6698         changed interrupt vector table generation to only emit declared vectors.
6699         * device/include/Makefile.in: added missing backslash
6700         * device/lib/pic16/Makefile.rules: add $(MODELFLAGS) to $(CFLAGS)
6701
6702 2004-01-13 Vangelis Rokas <vrokas AT otenet.gr>
6703
6704         Mainly changes to support compilation of the device libraries
6705         * src/pic16/device.c: stack is allocated via symbol and not
6706         via literal number. The symbol is placed in the corresponding
6707         position of the data ram
6708         * (pic16_dump_section): relocatable and absolute uninitialized
6709         data are now emitted in sorted order to reduce section naming,
6710         * src/pic16/ralloc.c (newReg): fixed bug with SFR's that
6711         weren't marked as being in the access bank,
6712
6713 2004-01-13 Vangelis Rokas <vrokas AT otenet.gr>
6714
6715         Added portion of GNU PIC Library under the directory
6716         device/include/pic16 and device/lib/pic16. These files
6717         contain the declarations of SFRs for the PIC18Fxx2 devices.
6718         The directory is initialized via configure from toplevel.
6719
6720 2004-01-12 Klaus Flittner <klaus_flittner AT gmx.de>
6721
6722         * src/ds390/gen.c (operandsEqu): fixed a little typo, that prevented
6723         the spilllocations to be compared correctly
6724
6725 2004-01-12 Bernhard Held <bernhard AT bernhardheld.de>
6726
6727         * src/SDCCast.c (decorateType): fixed bug introduced today
6728
6729 2004-01-12  Borut Razem <borut.razem AT siol.net>
6730
6731         * src/SDCC.lex, support/Util/SDCCerr.h, support/Util/SDCCerr.c,
6732         doc/sdccman.lyx: upper case pragmas are deprecated
6733
6734 2004-01-12 Bernhard Held <bernhard AT bernhardheld.de>
6735
6736         * src/SDCCast.c (decorateType): replacing 'ul > 0' by  '!ul' results
6737         in simpler and even better code
6738
6739 2004-01-11 Bernhard Held <bernhard AT bernhardheld.de>
6740
6741         * src/SDCCicode.c (operandOperation): fixed bug #874819
6742         * src/SDCCast.c (decorateType): fixed
6743         char foo (unsigned long ul) { return ul > 0; }
6744
6745 2004-01-11 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
6746
6747         * doc/sdccman.lyx: Moved and added some sections, small changes
6748         all over. Telling LaTeX to be less strict with word spacing
6749         to better keep the right margin. Changed some notes about
6750         maintainance of the ports in section 3.2.1 - is it OK like this?
6751
6752 2004-01-11 Vangelis Rokas <vrokas AT otenet.gr>
6753
6754         SDCC source changes:
6755         * src/SDCCopt.c (cntToFcall, cnvToFloatCast, cnvFromFloatCast,
6756         convilong): modified to inform the pic16 port that builtin functions
6757         are external
6758
6759         PIC16 PORT specific changes:
6760         * src/pic16/device.c pic16_dump_equates() added,
6761         processor registers declared internally by the port are emitted in
6762         the translation as equates,
6763         * src/pic16/gen.c: inline code is passed unprocessed to the
6764         translation,
6765         * (pic16_popGetLit2): fnuction modified to take second operand as
6766         pCodeOp pointer and not as literal,
6767         * (popRegFromIdx): prefixed with pic16_,
6768         * (pic16_popCombine2): modified to receive already allocated pCode
6769         operands,
6770         * (pic16_pushpCodeOpReg, pic16_poppCodeOpReg): added
6771         * (genFunction): initializes local stack frame and pushes on stack
6772         all the registers used by this function,
6773         * (genEndFunction): restores all registers from stack and restores
6774         stack frame,
6775         * src/pic16/glue.c (pic16emitRegularMap): various changes and
6776         improvements,
6777         * (pic16glue): changed the program startup sequence,
6778         * added new dbName code 'A' for functions placed in absolute section
6779         * src/pic16/main.c: added function attribute _naked,
6780         * added pragma 'code' to place a fnuction at an absolute address,
6781         * added command line arguments --debug-ralloc and --pcode-verbose,
6782         * (_pic16_finiliseOptions): options.all_callee_saves is set by default
6783         * src/pic16/pcode.c (pic16_pBlockConvert2Absolute) added,
6784         * (pic16_newpCodeOpLit2): modified to take the second operand as
6785         pCodeOp pointer,
6786         * (pic16_printpBlock): modified to emit each function in a separate
6787         section,
6788         * (pic16_get_op): modified to use the gpasm modifiers LOW,HIGH and
6789         UPPER for immediate operands,
6790         * src/pic16/pcodepeeph.c: added peephole support for the LFSR
6791         instruction,
6792         * src/pic16/peeph.def: all peepholes with movff are commented out,
6793         because there is a problem in the pcode peep optimizer,
6794         * src/pic16/ralloc.c: the register allocator can now reuse local
6795         function symbols for another function. This saves register usage.
6796         * src/pic16/ralloc.h: added flag isLocal in structure regs,
6797
6798         Added file src/pic16/NOTES with information about program writing on
6799         the current port version.
6800
6801 2004-01-11 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
6802
6803         * src/mcs51/peephole.def: added peepholes 177.c,d (redundant moves)
6804         and peephole 252 (array access)
6805
6806 2004-01-09  Borut Razem <borut.razem AT siol.net>
6807
6808         * src/SDCCmain.c : fixed #872250: -l command line defined library
6809           files are scanned before standard library files
6810
6811 2004-01-10 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6812
6813         * src/SDCCast.c (decorateType): fixed bug #874046
6814
6815 2004-01-09  Borut Razem <borut.razem AT siol.net>
6816
6817         * support/scripts/sdcc.nsi: remove previous installation
6818
6819 2004-01-09 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
6820
6821         * src/SDCCglue.c (createInterruptVect): don't append 7(5) padding
6822         bytes for last interrupt vector (mcs51)
6823         * sdcc.spec: fixed typo
6824
6825 2004-01-09 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6826
6827         * src/mcs51/gen.c (genFunction, genEndFunction, genReceive, getTempRegs,
6828         gen51Code): more efficient parameter receive for --model-large
6829         ("bug" #845294)
6830
6831 2004-01-09 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6832
6833         * src/ds390/main.c,
6834         * src/z80/main.c: added missed needLinkerScript flags (more than
6835         one port structure defined in these file)
6836         * src/ds390/gen.c (aopForSym, aopOp, operandsEqu, aopOp3): fixed
6837         bug #795325
6838
6839 2004-01-08 Vangelis Rokas <vrokas AT otenet.gr>
6840
6841         * src/SDCCmain.c: removed various references to DEFAULT_PORT
6842         * src/port.h: added flag needLinkerScript in port->linker
6843         structure to inform whether to create a .lnk file or not,
6844         * src/avr/main.c,
6845         * src/ds390/main.c,
6846         * src/hc08/main.c,
6847         * src/mcs51/main.c,
6848         * src/pic/main.c,
6849         * src/pic16/main.c,
6850         * src/xa51/main.c,
6851         * src/z80/main.c: changed appropriately to configure
6852         needLinkerScript flag
6853         * src/pic/gen.c,
6854         * src/pic16/gen.c (genAddrOf): fixed bug #863624
6855         * src/pic/glue.c: added variable udata_section_name to
6856         override default uninitialized data segment definition for
6857         devices only with SHAREBANK memory (reported from Erik Epetrich)
6858         * (pic14emitOverlay): modified to emit a commented overlay segment
6859         directive when no overlay data exist
6860         * (picglue): modified to emit uninitialized data segment
6861         according to udata_section_name
6862         * src/pic/main.c (_pic14_parseOptions): added command line
6863         options --udata-section-name=[name] to override default
6864         udata definition name
6865         * modified _linkCmd and _asmCmd to include compiler passed
6866         arguments via -W option
6867         * src/pic16/main.c: added $l in _asmCmd, changed extension for
6868         object file from '.rel' to '.o' in port->linker structure,
6869         changed size of fptr from 2 to 3 in port structure
6870
6871 2004-01-07  Borut Razem <borut.razem AT siol.net>
6872
6873         * support/scripts/sdcc.nsi: update PATH
6874         * support/scripts/sdcc.ico: craeted
6875
6876 2004-01-07 Bernhard Held <bernhard AT bernhardheld.de>
6877
6878         * device/include/Makefile.in: fix install
6879         * doc/Makefile: fix install
6880
6881 2004-01-07 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6882
6883         * src/SDCCsymt.c (processFuncArgs): fixed superflous allocation noted
6884         in bug #860505
6885         * src/SDCCmem.c (printAllocInfoSeg, printAllocInfo): minor changes to
6886         how the function variable allocation summary is displayed; also
6887         include information about variables allocated to the overlay
6888         segment
6889
6890 2004-01-06  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
6891
6892         * as/mcs51/lkmain.c: Help about -Y option
6893         * as/mcs51/lkarea.c: Fixed gcc warnings
6894
6895 2004-01-06 Bernhard Held <bernhard AT bernhardheld.de>
6896
6897         * src/SDCCval.c (valShift): changed from 16 to 32 bit shift count,
6898         fixed warning
6899         * support/valdiag/tests/overflow.c: added
6900         * src/SDCCast.c (decorateType),
6901         * src/SDCCicode.c (geniCodeLeftShift): added promotion to int for
6902         LEFT_OP (left shift)
6903
6904 2004-01-06  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
6905
6906         * as/mcs51/lkmain.c: stack must be after data when option -Y is not used
6907         (default behaviour).
6908
6909 2004-01-06 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6910
6911         A python script to validate compiler diagnostic messages. It can be
6912         used to verify that sdcc complains about bad c source code and
6913         gives a good location of the error.
6914         * support/valdiag/Makefile,
6915         * support/valdiag/valdiag.py,
6916         * support/valdiag/tests/*
6917
6918 2004-01-06 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6919
6920         * src/SDCC.y (enum_specifier, enumerator_list, opt_assign_expr),
6921         * src/SDCCsymt.c (newEnumType),
6922         * src/SDCCsymt.h
6923         * support/Util/SDCCerr.c,
6924         * support/Util/SDCCerr.h: fixed bug #871258 and some other unreported
6925         enum related bugs.
6926         * support/regression/tests/enum.c: added test for enum values that
6927         require at least 2 bytes of storage.
6928
6929 2004-01-06 Vangelis Rokas <vrokas AT otenet.gr>
6930
6931         * src/common.h: added ifndef/define/endif macros
6932         around the header file.
6933         Bug reported from Jesus Calvino-Fraga
6934
6935 2004-01-06 Bernhard Held <bernhard AT bernhardheld.de>
6936
6937         * sdcc.spec: updated
6938         * device/include/Makefile.in: don't install CVS directories
6939         * device/lib/Makefile.in: added removal of CVS directories after install
6940         * doc/Makefile: fixed install, added local_icons
6941         * sim/ucsim/gui.src/Makefile.in: fixed an old typo
6942         * src/mcs51/gen.c (genRightShift): fixed bug #870788
6943         * src/ds390/gen.c (genRightShift): fixed bug #870788
6944         * src/SDCCast.c (decorateType): fixed bug #870781
6945
6946 2004-01-06 Vangelis Rokas <vrokas AT otenet.gr>
6947
6948         PIC16 port related changes:
6949         * device.c: removed pic16_finalMapping and pic16_finalMappingSize,
6950         added variable stackPos,
6951
6952         * gen.c: genCall, assignResultValue: added support for
6953         pushing/retrieving function parameters to/from stack,
6954         genFunction,genEndFunction: setup stack frame for the
6955         generated function,
6956         genAddrOf: will be changed according to bug 863624
6957
6958         * added files genutils.c and genutils.h which contain gen*
6959         debugged and optimised functions extracted from gen.c
6960
6961         * glue.c: added variable 'externs' which holds extern symbols,
6962         pic16emitRegularMap: is modified to properly handle relocatable
6963          symbols under the new scheme,
6964         pic16createInterruptVect: is modified
6965         pic16printPublics: is modified to emit 'global' assembler directives,
6966         added pic16_printExterns to print extern symbols,
6967         pic16glue: initializes stack/frame pointer in the beginning of
6968         the assembly output. Temporary hack, will be corrected later,
6969         because gplink yet does not support stack and SDCC does not
6970         yet support a type of crt0.o object to create the final binary.
6971
6972         * Removed many lines that contain 8051 legacy code.
6973         * The code is finally placed under a 'code' directive.
6974         * Added port specific options.
6975
6976         * _process_pragma: simplified since now we do not need *special*
6977         include file to define SFR registers. But a separate header
6978         will be needed. This will be developed later.
6979         * _pic16_parseOptions: added, parses port specific options:
6980         --pgen-banksel, --obanksel=, --pomit-config-words, --pomit-ivt,
6981         --pleave-reset-vector, --penable-stack, --pstack-model, --debug-xtra
6982         --preplace-udata-with=
6983
6984         * _pic16_setDefaultOptions: modified to initialize section names,
6985         but hack is temporarly out of order since it needs improvement.
6986         * _pic16_genAssemblerPreamble: configuration words are emitted by
6987         their address instead of their name. This part is incomplete and
6988         supports only the 18Fxx2 devices. Other devices will emit an error
6989         during assembly since they do not contain the same set of config
6990         registers
6991         * _pic16_genIVT: is modified,
6992
6993         * pcode.c: added definitions for some hardware registers that are needed
6994         for stack support
6995         * added flag is2LitOp and variable pci_magic in pCodeInstruction.
6996         All PCI entries are updated. Now LFSR is supported.
6997         * Removed pic16_pciTRIS is mentioned by mdubuc in source
6998         * added pic16_newpCodeOpLit2 to support instructions with
6999         two literal arguments
7000         * pic16_pCode2str: corrected code that emits assembler instructions
7001         with two literal operands and those that have an access bit modifier
7002         * genericPrint: now PC_ASMDIR pCodes, can emit a label if it exists,
7003         this fixes a bug which caused some labels to be lost, when an
7004         assembler directive was added, i.e. banksel,
7005         * pic16_FixRegisterBanking: improved logic that causes the insertion
7006         of bank switching,
7007         * InlineFunction: functions that are called once, are not any more
7008         inlined. This can be a port option in the future,
7009
7010         * pcode.h: added pCodeOpLit2 and added variable label in pCodeAsmDir
7011
7012         * ralloc.c: added pic16_rel_udata and pic16_fix_udata variables which
7013         hold the corresponding uninitialized symbols,
7014         * pic16_allocProcessorRegister: registers have explicit marked the
7015         accessBank field,
7016         * pic16_allocInternalRegister: registers are explicit marked as
7017         not used,
7018         * pic16_writeUsedRegs: pic16_dynDirectBitRegs was missing from the
7019         processing list, so bit registers were lost,
7020         *
7021
7022         * ralloc.h: added field 'accessBank' and original symbol operand
7023         in register definition,
7024         * removed the field isMapped from register definition,
7025
7026         ** Several functions have been removed from various sources:
7027         BanksUsedFlow2,BanksUsedFlow,FixBankFlow,InstructionRegBank,
7028         pic16_addMemRange,pic16_isREGinBank,pic16_dump_map,pic16_dump_cblock
7029         isSFR,validAddress,mapRegister,assignRegister,pic16_assignFixedRegisters
7030         pic16_assignRelocatableRegisters
7031
7032         ** others have been introduced:
7033         pic16_areRegsSame,pic16_dump_section,checkAddReg,pic16_groupRegistersInSection
7034         pic16_popGetLit2,pic16_popCombine2,pushw,pushaop
7035
7036 2004-01-05 Vangelis Rokas <vrokas AT otenet.gr>
7037
7038         * support/scripts/inc2h.pl: changed definition of BIT_AT
7039         to emit 'sbit at' instead of 'bit at'. This was a request.
7040
7041         PIC16 port related preliminary changes:
7042         * gen.c: prefixed function popRegFromString with
7043         pic16_ and all references to it corrected
7044         * pcode.c: all pic16_pc_* hardware registers prefixed
7045         with underscore (_),
7046         pic16_popCopyGPR2Bit(): function sets register wasUsed=1
7047         * ralloc.c: newReg(): when register is REG_SFR then
7048         set address to rIdx,
7049         pic16_allocProcessorRegister(): marks register wasUsed=0
7050         pic16_writeUsedRegs(): added a call to assign processor
7051         registers via pic16_assignFixedRegisters
7052
7053 2004-01-04  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
7054
7055         * as/mcs51/aslink.h, as/mcs51/lkarea.c, as/mcs51/lkdata.c,
7056         as/mcs51/lkmain.c, as/mcs51/lkmem.c: 8051 linker can now pack
7057         variables in unused register banks.  Also the SSEG is placed
7058         wherever there is enough space for it, and IDATA can be anywhere
7059         in internal RAM.  For now compile using -Wl-Y[stack_size].
7060         The mem file is different for this option as well, since it
7061         makes no sense of talking about DSEG lenght.
7062
7063 2004-01-02 Vangelis Rokas <vrokas AT otenet.gr>
7064
7065         * src/SDCClrange.c: fixed bug 869095 that caused segfault
7066         in certain cases, e.g. when ROM assignment, patch provided
7067         from Albert den Haan.
7068
7069 2004-01-01 Bernhard Held <bernhard AT bernhardheld.de>
7070
7071         Many signedness and type propagation fixes:
7072         * src/SDCCicode.c: made geniCodeCast() static
7073         replaced SPEC_ by IS_ (cosmetic)
7074         (operandOperation): fixed div and mod operation
7075         (usualBinaryConversions): added support for promotion of char
7076         (geniCodeMultiply): replaced (unsigned long) by (TYPE_UDWORD)
7077         (geniCodeDivision): replaced (unsigned long) by (TYPE_UDWORD)
7078         (geniCodeAdd): an array index will stay unsigned, even if promoted
7079         from char to int
7080         (geniCodeArray): ditto
7081         * src/SDCCicode.h: made geniCodeCast() static: removed prototype
7082         * src/SDCCsymt.c (computeType): added more support for char;
7083         promotion of char is selectable by promoteCharToInt, fixed signedness
7084         for all cases
7085         (powof2): replaced (unsigned long) by (TYPE_UDWORD)
7086         * src/SDCCsymt.h (powof2): replaced (unsigned long) by (TYPE_UDWORD)
7087         * src/SDCCval (val*): replaced signedness calculation by
7088         computeType()
7089         rearranged if-branches (cosmetic)
7090         (valShift): added warning W_SHIFT_CHANGED
7091         (valCompare): fixed problem with different types
7092         * src/hc08/rallo.c (leastUsedLR): fixed gcc 3.3 warning
7093         * support/regression/tests/literalop.c: added many cases
7094         * support/regression/tests/ast_constant_folding.c: changed finally to
7095         'unsigned int'
7096         * .version: new year, new version: 2.3.7
7097         * src/SDCCmain.c (main): applied patch #866468
7098         * debugger/mcs51/sdcdb.c (parseCmdLine): added -k for ucsim, patch
7099         provided by Scott Bronson
7100         * doc/sdccman.lyx: updated documentation for sdcdb
7101         updated and added chapter tips
7102
7103 2004-01-01 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7104
7105         * src/SDCCsymt.h: missing from yesterday's commits
7106
7107 2003-12-31 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7108
7109         * src/SDCC.y (struct_or_union_specifier),
7110         * support/Util/SDCCerr.c,
7111         * support/Util/SDCCerr.h: verify that struct & union tags are used
7112         as declared.
7113
7114 2003-12-29 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7115
7116         * src/SDCCglobl.h: missing from yesterday's commits
7117
7118 2003-12-28 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7119
7120         * src/SDCC.y (external_definition, type_specifier2, sfr_reg_bit,
7121         sft_attributes, struct_declaration, parameter_declaration,
7122         type_name, start_block, declaration_list),
7123         * src/SDCC.lex (check_type): support redefinition of typedef names
7124
7125 2003-12-22 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
7126
7127         * src/mcs51/gen.c (genPlus): added special handling for 256 byte
7128         aligned xdata arrays. Erik helped me with the if clause.
7129
7130 2003-12-20 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7131
7132         * device/lib/ds390/tinibios.c (CpuSpeed): suppress unreachable code
7133         warning
7134
7135 2003-12-20 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7136
7137         * src/SDCCast.h,
7138         * src/SDCCast.c (newAst_),
7139         * src/SDCCicode.h,
7140         * src/SDCCicode.c (ast2iCode, newiCode),
7141         * src/SDCCglobl.h,
7142         * src/SDCC.y (logical_and_expr, logical_or_expr, conditional_expr,
7143         expr, statement, expression_statement, selection_statement,
7144         iteration_statement, expr_opt, jump_statement): foundation for tracking
7145         sequence points
7146         * src/SDCCopt.c (killDeadCode): fixed bug #861580 (needs the sequence
7147         point code too)
7148
7149 2003-12-19 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7150
7151         * support/Util/SDCCerr.c,
7152         * src/SDCCast.h,
7153         * src/SDCCast.c (createCase, createDefault, decorateType),
7154         * src/SDCClabel.c (labelUnreach),
7155         * src/SDCC.y (labeled_statement, jump_statement): More improvements
7156         to error messages.
7157         * support/Util/SDCCerr.c (werrorfl): fixed a non-standard declaration
7158         (with thanks to Stas Sergeev)
7159         * device/include/time.h,
7160         * device/lib/time.c (CheckTime): suppress unreachable code warning
7161
7162 2003-12-18 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7163
7164         * src/SDCCast.c (createIvalCharPtr),
7165         * src/SDCCglue.c (printChar): fixed bug #862241 (an error in my fix for
7166         bug #753752)
7167         * support/regression/tests/nullstring.c: tests for these two bugs
7168
7169 2003-12-18 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7170
7171         * support/Util/SDCCerr.h,
7172         * support/Util/SDCCerr.c (E_NOT_ALLOWED),
7173         * src/SDCC.y (struct_declaration, struct_or_union_specifier): complain
7174         about storage class and 'at' used inside struct or union
7175         * src/SDCCBBlock.c (iCodeFromeBBlock),
7176         * src/SDCCcse.c (ifxOptimize),
7177         * src/SDCCglue.c (emitRegularMap, initPointer, printIvalStruct,
7178         printIvalArray, printiValFuncPtr, printIvalCharPtr, printIvalPtr,
7179         printIval, emitStaticSeg, emitOverlay),
7180         * src/SDCClabel.c (deleteIfx),
7181         * src/SDCCopt.c (replaceRegEqv, eBBlockFromiCode),
7182         * src/SDCCast.c (resolveSymbols, createIvalStruct, createIvalArray,
7183         gatherAutoInit, processParms),
7184         * support/Util/SDCCerr.h,
7185         * support/Util/SDCCerr.c (werrorfl): Support for better error location
7186         reporting for post-parse errors.
7187
7188 2003-12-16 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7189
7190         * src/SDCCval.c (valPlus, valMinus, valShift): fixed some problems with
7191         implicit casts via union; they don't work on big endian systems
7192         (possible fix for bug #861138)
7193
7194 2003-12-16 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
7195
7196         (committed by Erik Petrich <epetrich AT ivorytower.norman.ok.us> on Frieder's behalf)
7197         * src/mcs51/main.c: fixed the fix for bug #737001
7198
7199 2003-12-15  Borut Razem <borut.razem AT siol.net>
7200
7201         * support/scripts/sdcc.nsi: updated for NSIS 2.0 beta 4
7202
7203 2003-12-14 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7204
7205         * support/makebin/makebin.c: put output in binary mode
7206
7207 2003-12-13 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
7208
7209         * src/mcs51/main.c: fixed bug #737001 for the mcs51. SDCC clears
7210         xdata and data memory on startup. Set the environment variable
7211         SDCC_NOGENRAMCLEAR to disable this.
7212         * src/mcs51/peephole.def,
7213         * src/ds390/peephole.def: using the atomic test and clear instruction jbc
7214         (allows non-interrupt and interrupt code to safely compete for a resource
7215         without the non-interrupt code having to disable interrupts)
7216
7217 2003-12-13 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7218
7219         * src/SDCCicode.c (geniCodeAdd),
7220         * src/SDCCast.c (decorateType): fixed bug #857753 (need to be careful
7221         with valFromType if type might be a pointer and host is big endian).
7222         * src/SDCCast.c (decorateType): unary plus compatible with all arithmetic
7223         types, not just integer types.
7224         * src/SDCCsymt.c (addSymChain): clarified error message when symbol is
7225         multiply defined with mismatching "at" address.
7226
7227 2003-12-12 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7228
7229         * src/ds390/main.c (PORT tininative_port): fixed bug #858416
7230         * src/SDCCglue.c (printChar, printIvalChar, emitStaticSeg),
7231         * src/SDCCast.c (createIvalCharPtr, stringToSymbol): handle strings
7232         with embedded nulls (fixed bug #753752)
7233
7234 2003-12-12 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
7235
7236         * src/mcs51/main.c(_mcs51_genRAMCLEAR): using r0 instead of r1/r2.
7237         Apparently this did not see much testing (endless loop)
7238
7239 2003-12-11 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7240
7241         * src/z80/ralloc.c: set DISABLE_PACK_HL = 1 as a temporary fix to bug #855165
7242
7243 2003-12-10 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7244
7245         * src/SDCCdebug.c (outputDebugSymbols, outputDebugStackSymbols, dumpSymInfo):
7246         gracefully handle NULL memmap pointers
7247
7248 2003-12-08 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7249
7250         * src/SDCCopt.c (killDeadCode): change iCode type to DUMMY_READ_VOLATILE
7251         instead of deleting the iCode when an operand is volatile
7252         * src/z80/gen.c (genDummyRead),
7253         * src/mcs51/gen.c (genDummyRead),
7254         * src/ds390/gen.c (genDummyRead),
7255         * src/hc08/gen.c (genDummyRead): handle operands in IC_LEFT and/or IC_RIGHT,
7256         not just IC_RIGHT
7257         * src/SDCCicode.c (geniCodeCall): fixed bug #851607
7258         * src/SDCC.y: fixed bug #850420
7259
7260 2003-12-05 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7261
7262         Applied z80 i/o port patch from Peter Townson and fixed some operators
7263         to better handle operands in A register.
7264         * device/include/z180.h
7265         * src/SDCC.y
7266         * src/SDCCglue.c
7267         * src/z80/gen.c
7268         * src/z80/gen.h
7269         * src/z80/main.c
7270         * src/z80/peeph-z80.def
7271         * src/z80/peeph.def
7272         * src/z80/z80.h
7273
7274 2003-12-03 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7275
7276         * src/SDCCsymt.c (addSymChain, compareTypeExact): fixed bug #838241 again
7277
7278 2003-12-01 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7279
7280         * device/lib/hc08/_mullong.c: Removed extra #endif
7281
7282 2003-12-01 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7283
7284         * sim/ucsim/hc08.src/inst.cc,
7285         * sim/ucsim/hc08.src/hc08mac.h: fixed some problems with CC flag bits and
7286         carries from x to h
7287         * src/hc08/gen.c (aopAdrStr): fixed problem with 16 bit immediate
7288         * src/hc08/gen.c (XAccRsh): fixed problem with right shift
7289         * device/include/stdarg.h: fixed varargs for hc08
7290         * device/lib/Makefile.in,
7291         * device/lib/hc08/Makefile,
7292         * device/lib/hc08/_mulint.c,
7293         * device/lib/hc08/_mullong.c: fixed some endian problems
7294
7295 2003-11-28 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
7296
7297         * sdcc/src/mcs51/gen.c (genMultOneByte): help peephole 105
7298         * sdcc/src/mcs51/peeph.def: added peephole 186.e array access in code space
7299         * device/lib/_gptrget.c,
7300         * device/lib/_gptrput.c: P2 not used any more (related to #850747, #785979)
7301
7302 2003-11-27 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7303
7304         * src/SDCClrange.c (findNextUseSym, rlivePoint): fixed bug #849795
7305         * src/SDCCast.c (astErrors): fixed bug #846007
7306         * src/SDCCsymt.c (checkFunction): fixed follow-up bug on bug #846007
7307
7308 2003-11-26 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7309
7310         * src/SDCCast.c (decorateType): disabled a transformation I added in
7311         revision 1.188 (access to fields of a structure at an absolute address);
7312         it breaks with bitfields, extern declarations, and gcse analysis.
7313         * src/SDCCopt.c (isLocalWithoutDef): if ADDRESS_OF applied to a symbol, it
7314         could be assigned through a pointer, so don't complain.
7315         * src/SDCCast.c (astErrors),
7316         * src/SDCCast.h,
7317         * src/SDCCglue.c (emitRegularMap): fixed bug #847813
7318
7319 2003-11-26 Vangelis Rokas <vrokas AT otenet.gr>
7320
7321         * src/pic16/main.c (_pic16_genIVT): fixed interrupt vector table
7322         * src/pic16/main.c (_pic16_genAssemblerPreamble): re-enabled the
7323         output of __config directives, since gpasm now supports them
7324         * src/pic16/main.c (_pic16_finaliseOptions): define MCU
7325         pre-processor macro, i.e. -DMCU=p18f452
7326         * src/pic16/ralloc.c: renamed packRegisters to pic16_packRegisters,
7327         and modified to handle 'cast' icode similarly to '=' icode
7328         * src/pic16/device.h (typedef struct PIC_device): added field
7329         'extMIface' to indicate that chip has external memory interface
7330         * src/pic16/device.c: added chips 18F248, 18F258, 18F448, 18F458,
7331         18F6520, 18F6620, 18F6680, 18F6720, 18F8520, 18F8620, 18F8680,
7332         18F8720
7333
7334 2003-11-26 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7335
7336         * src/SDCC.y (pointer): fixed bug #846006
7337         * support/Util/SDCCerr.c: made W_PTR_TYPE_INVALID message clearer
7338         * src/SDCCast.c (decorateType): fixed bug #846009
7339         * src/ds390/peeph.def,
7340         * src/ds390/gen.c (genAnd, genOr),
7341         * src/mcs51/peeph.def,
7342         * src/mcs51/gen.c (genAnd, genOr): fixed bug #846777
7343
7344 2003-11-25 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7345
7346         Fixed several common-sub-expression bugs (#772861, #768380, & #755323)
7347         * src/SDCCdflow.c
7348         * src/SDCCcse.c
7349         * src/SDCCcse.h
7350         * src/SDCCBBlock.h
7351         * src/SDCCBBlock.c
7352
7353 2003-11-23 Klaus Flittner <klaus_flittner AT gmx.de>
7354
7355         fixed bug #845089
7356         * src/SDCCbitv.h,
7357         * src/SDCCbitv.c: added function to free a bitvector
7358         * src/SDCClrange.h,
7359         * src/SDCClrange.c: added function to recompute the liveranges
7360         * src/avr/ralloc.c,
7361         * src/ds390/ralloc.c,
7362         * src/hc08/ralloc.c,
7363         * src/mcs51/ralloc.c,
7364         * src/pic/ralloc.c,
7365         * src/pic16/ralloc.c,
7366         * src/xa51/ralloc.c,
7367         * src/z80/ralloc.c: recompute the liveranges after register packing
7368
7369 2003-11-21 Klaus Flittner <klaus_flittner AT gmx.de>
7370
7371         * src/SDCCloop.c (newInduction): fixed bug #845630
7372
7373 2003-11-21 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7374
7375         * src/SDCCsymt.c (compareTypesExact): disabled debugging output
7376         inadvertantly left behind from my 2003-11-12 change
7377
7378 2003-11-20 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7379
7380         Updated headers I neglected to commit yesterday.
7381         * src/SDCClrange.h,
7382         * src/SDCCicode.h
7383
7384 2003-11-19 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7385
7386         * src/SDCCcse.c (algebraicOpts): fixed bug #773153
7387         * src/SDCClrange.c (rlivePoint): need to mark IC_RESULT used if POINTER_SET op
7388         * src/SDCCopt.c (eBBlockFromiCode),
7389         * src/SDCClrange.c (hashiCodeKeys, sequenceiCode, computeLiveRanges): seperated
7390         the creation of the key hash table from the sequencing so it can be used
7391         earlier (for some GCSE bug fixes still pending)
7392
7393 2003-11-15 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
7394
7395         * src/mcs51/gen.c (genPlus): generate shortcut for adding 0xab00
7396         * support/regression/tests/addsub.c: testing genPlus shortcut
7397
7398 2003-11-15  Borut Razem <borut.razem AT siol.net>
7399
7400         * src/SDCCmain.c: fixed bug #841645: -MM command line option passed to sdcpp
7401
7402 2003-11-15 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7403
7404         * src/SDCCcse.c (cseBBlock): fixed bug #527779
7405         * src/SDCCcse.c (deleteGetPointers): rewrote so that the set
7406         ordering is immaterial.
7407         * src/SDCCdflow.c (mergeInExprs): fixed bug #587536
7408
7409 2003-11-14 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7410
7411         * src/SDCCicode.c (geniCodeAddressOf): fixed part of bug #840381
7412         * src/SDCCopt.c (replaceRegEqv, isLocalWithoutDef): fixed other part
7413         (SIGSEV) of bug #840381
7414         * src/SDCCmain.c (linkEdit, assemble): fixed bug #841606 (don't
7415         unlink new file before rename if new and old filenames are the same)
7416
7417 2003-11-13 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
7418
7419         * src/mcs51/main.c: started fixing bug #737001 (SDCC not clearing
7420         uninitialized variables) for the mcs51. Set environment variable
7421         SDCC_GENRAMCLEAR to test.
7422         xdata initialization slightly shorter
7423
7424 2003-11-12 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7425
7426         * src/SDCCsymt.h,
7427         * src/SDCCsymt.c (addSymTypeChain, compareTypesExact): fixed bugs
7428         #838241 & 780691 (basicly the same bug)
7429         * src/SDCCBBlock.c (iCode2eBBlock): fixed bug #840148
7430         * src/SDCCBBlock.c (iCodeFromeBBlock): fixed bug #840162
7431
7432 2003-11-11 Bernhard Held <bernhard AT bernhardheld.de>
7433
7434         * src/SDCCmain.c (linkEdit): "fix" #834252
7435
7436 2003-11-11 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7437
7438         * src/SDCCast.c (removePostIncDecOps, removePreIncDecOps),
7439         * src/SDCCast.h,
7440         * src/SDCC.y: fixed bug #819403
7441
7442 2003-11-08 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7443
7444         * support/regression/fwk/lib/testfwk.c: printn is recursive and thus needs
7445         the reentrant attribute.
7446         * src/hc08/gen.c (genPackBits): added missing stack readjustment
7447         * sim/ucsim/hc08.src/inst.cc (inst_mov): fixed bugs with mov instruction
7448         simulation
7449         * src/SDCCast.c (decorateType): fixed bug with storage class not being
7450         updated during pointer dereference; f.e. ~(((char *)1)*) was being
7451         erroneously reduced to a literal.
7452         * src/hc08/ralloc.c (packRegisters, rematStr),
7453         * src/hc08/gen.c (aopForRemat): allow literals to be rematerialized in
7454         some cases
7455
7456 2003-11-08 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
7457
7458         * src/mcs51/main.c: fixed bug #838385. Thanks to Josef Pavlik for finding and fixing
7459         * doc/sdccman.lyx: changed from 'article' to 'book'
7460         * doc/Makefile: readded test_suite_spec and cdbfileformat
7461
7462 2003-11-08 Bernhard Held <bernhard AT bernhardheld.de>
7463
7464         * device/include/stdlib.h: include malloc.h to comply with ANSI
7465         * support/regression/tests/malloc.c: include stdlib.h instead of malloc.h
7466
7467 2003-11-07 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
7468
7469         * doc/Makefile: sdccman.pdf should build with correct references (more info in commit msg)
7470         * doc/clean.mk: also remove *.out files
7471         * doc/sdccman.lyx: some additions, larger top/bottom margins
7472
7473 2003-11-07 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7474
7475         * src/SDCC.y: fixed bug #837365
7476         * support/regression/tests/bitopcse.c
7477         * src/hc08/gen.c (genPointerGet): Don't assume pointer operand is
7478         a symbol (might be valop instead)
7479         * device/lib/Makefile.in: added errno.c to HC08SOURCES
7480         * device/lib/clean.mk: added hc08 to the cleaning list
7481
7482 2003-11-04  Borut Razem <borut.razem AT siol.net>
7483
7484         * configure, configure.in, sdcc_vc_in.h, sdcconf_in.h: reverted changes,
7485           made 2003-11-04
7486         * support/Util/NewAlloc.c, as/hc08/lklibr.c, as/mcs51/lklibr.c,
7487           as/z80/aslist.c, as/z80/assym.c: removed inclusion of nonstandard malloc.h;
7488           malloc is declared in standard stdlib.h
7489
7490 2003-11-06 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7491
7492         * device/lib/hc08/Makefile: need to clean .rel not .o files
7493         * src/hc08/gen.c (genDjnz): can't use djnz with extended addressing mode
7494
7495 2003-11-06 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7496
7497         * src/port.h,
7498         * src/hc08/main.c,
7499         * src/mcs51/main.c,
7500         * src/ds390/main.c,
7501         * src/z80/main.c,
7502         * src/avr/main.c,
7503         * src/pic/main.c,
7504         * src/pic16/main.c,
7505         * src/xa51/main.c: added hasExtBitOp & oclsExpense functions to ports
7506         * src/SDCCicode.c: changed several IS_FARSPACE tests to isOclsExpensive
7507         tests (which uses the port's oclsExpense function)
7508         * src/SDCC.y,
7509         * src/SDCCast.c,
7510         * src/SDCCicode.c,
7511         * src/hc08/gen.c,
7512         * src/ds390/gen.c,
7513         * src/mcs51/gen.c: added support for the SWAP iCode (RFE #834167)
7514
7515 2003-11-04 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7516
7517         * src/SDCCcse.c (ifxOptimize),
7518         * src/SDCClabel.c (labelIfx, deleteIfx): When the condition to
7519         an IFX iCode is volatile, convert to DUMMY_READ_VOLATILE instead
7520         deleting the IFX iCode.
7521         * src/hc08/ralloc.c: reduced unneeded slocs
7522         * src/hc08/gen.c: fixed bug in asmopToBoolean
7523
7524 2003-11-04  Borut Razem <borut.razem AT siol.net>
7525
7526         * configure, configure.in, sdcc_vc_in.h, sdcconf_in.h,
7527           support/Util/NewAlloc.c, as/hc08/lklibr.c, as/mcs51/lklibr.c,
7528           as/z80/aslist.c, as/z80/assym.c: decision to include malloc.h
7529           transferred to configure
7530
7531 2003-11-03 Bernhard Held <bernhard AT bernhardheld.de>
7532
7533         Use headers defined in the C[++] standards:
7534         * sim/ucsim/gui.src/serio.src/fileio.cc
7535         * sim/ucsim/gui.src/serio.src/frontend.cc
7536         * sim/ucsim/gui.src/serio.src/main.cc
7537         * sim/ucsim/gui.src/serio.src/posix_signal.cc
7538         * support/Util/NewAlloc.c
7539         * as/hc08/lklibr.c
7540         * as/mcs51/lklibr.c
7541         * as/z80/aslist.c
7542         * as/z80/assym.c
7543
7544 2003-11-03  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
7545
7546         * Added MSVC projects for hc08 assembler and linker:
7547         all.dsp, config.dsp, sdcc.dsw, /as/hc08/as_hc08.dsp,
7548         /as/hc08/link_hc08.dsp
7549
7550 2003-11-03 Martin Helmling <Martin.Helmling AT octo-soft.de>
7551
7552         * debugger/mcs51/cmd.c: allows filename starting with digit(+ some debug)
7553
7554 2003-11-02 Bernhard Held <bernhard AT bernhardheld.de>
7555
7556         * src/SDCCmain.c (linkEdit): "fixed" again bug #833605
7557
7558 2003-11-01 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
7559
7560         * src/mcs51/main.c: xdata initialization is 13 bytes shorter now
7561
7562 2003-10-31  Borut Razem <borut.razem AT siol.net>
7563
7564         * support/cpp2/cpplib.h,
7565           support/cpp2/cpplib.c,
7566           support/cpp2/cpplex.c,
7567           support/cpp2/cppinit.c: introduced #pragma preproc_asm [ + | - ]
7568           to switch _asm block preprocessing on / off. Default is
7569           #pragma preproc_asm +
7570
7571 2003-10-31  Borut Razem <borut.razem AT siol.net>
7572
7573         * support/cpp2/cpplex.c: Fixed _WIN32 problem with CR-CR-LF sequences
7574           when outputting comment blocks (when executed with -C option) and
7575           _asm (SDCPP specific) blocks
7576
7577 2003-10-31 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7578
7579         * as/hc08/lkrloc.c (relr): Fixed ihx output, fixed lastAreaIndex warning
7580
7581 2003-10-31 Klaus Flittner <klaus_flittner AT gmx.de>
7582
7583         * src/SDCCcse.c (updateSpillLocation): fixed bug #808027
7584
7585 2003-10-31 Bernhard Held <bernhard AT bernhardheld.de>
7586
7587         * src/SDCCmain.c (linkEdit): "fixed" bug #833605
7588         * src/SDCCast.c (decorateType): fixed bug #832664
7589
7590 2003-10-31  Borut Razem <borut.razem AT siol.net>
7591
7592         * support\cpp2\cpplex.c: fixed for SDCPP:
7593           comments(when executed with -C option) and _asm blocks
7594           were included even if they where in skipped #if block.
7595           Applied solution from GCC cpp 3.3.2
7596
7597 2003-10-31  Borut Razem <borut.razem AT siol.net>
7598
7599         * src/SDCC.lex: sdcc now understands both formats:
7600           '# <line_number> <file_name>' and
7601           '#line <line_number> <file_name>'
7602         * support/cpp2/cppmain.c: sdcpp now generates the standard
7603           '# <line_number> <file_name>' instead of former
7604           '#line <line_number> <file_name>'
7605
7606 2003-10-30  Borut Razem <borut.razem AT siol.net>
7607
7608         * support/cpp2/cpphash.h,
7609         * support/cpp2/cpplib.h
7610         * support/cpp2/cpplex.c,
7611         * support/cpp2/cppmain.c,
7612         * support/cpp2/cppinit.c: fixed bug #828015 - Syntax variation for _asm character constants
7613
7614 2003-10-30 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7615
7616         Fixed a number of problems revealed by bug #827883.
7617         * src/SDCCloop.c (loopInvariants): Spill location of the
7618         result operand should be recomputed if extracted from
7619         a loop. Also, don't extract assignments of an iTemp
7620         from a literal.
7621         * src/SDCCast.c (isConformingBody): loop reversal should
7622         not occur if the control variable is involved with a
7623         relational operator.
7624
7625 2003-10-28 Bernhard Held <bernhard AT bernhardheld.de>
7626
7627         * .version: bumped to 2.3.6 to reflect the big improvements
7628         made by Erik and Klaus. Thanks!
7629
7630 2003-10-28 Klaus Flittner <klaus_flittner AT gmx.de>
7631
7632         Replaced the livrange code.
7633         * src/SDCClrange.c: added new LR code
7634         * src/SDCCloop.c,
7635         * src/SDCCBBlock.h: removed remainig parts from old LR code
7636         * src/ds390/ralloc.c,
7637         * src/ds390/gen.c: minor fixes to make it work with new code
7638
7639 2003-10-28 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7640
7641         * as/hc08/asm.h,
7642         * as/hc08/lkrloc.c,
7643         * src/hc08/gen.c,
7644         * src/hc08/ralloc.c: Fix various warnings related to the hc08
7645         * src/SDCCicode.c (geniCodePreInc, geniCodePreDec): Fixed bug #829717
7646         (tweaked fix for bug #818696)
7647
7648 2003-10-23 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7649
7650         * src/z80/ralloc.c (joinPushes): Fixed bug #828742
7651
7652 2003-10-23 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7653
7654         * src/SDCCmain.c,
7655         * sdccconf_in.h: Fixed bug #828387 (--disable-hc08-port didn't work)
7656         * src/mcs51/gen.c (gencjneshort),
7657         * src/ds390/gen.c (gencjneshort): Made comparison with AOP_IMMD operand
7658         more efficient (per Scott Bronson's suggestion)
7659
7660 2003-10-22 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7661
7662         Extended the semantics of the critical keyword to include
7663         individual statements. See RFE #827755 and #799831
7664         * src/SDCC.y
7665         * src/SDCCicode.c
7666         * src/SDCCopt.c
7667         * src/SDCCast.c
7668         * support/Util/SDCCerr.c
7669         * support/Util/SDCCerr.h
7670         * src/mcs51/gen.c
7671         * src/ds390/gen.c
7672         * src/hc08/gen.c
7673
7674 2003-10-19  Borut Razem <borut.razem AT siol.net>
7675
7676         * src/SDCC.lex: fixed bug #825944 - defined yytext_ptr to make it compile with flex 2.5.31
7677
7678 2003-10-19 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7679
7680         * src/SDCCicode.c (geniCodePreInc, geniCodePreDec, ast2iCode):
7681         Fixed bug #818696
7682         * src/SDCCast.c (ast_print): Fixed --dumptree so that preincrement
7683         and predecrement operand is displayed
7684
7685 2003-10-13 Bernhard Held <bernhard AT bernhardheld.de>
7686
7687         * src/SDCCval.c (valMinus): fixed bug #826041
7688
7689 2003-10-15 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7690
7691         Some hc08 related updates that I missed earlier
7692         * sim/ucsim/stypes.h
7693         * support/regression/ports/hc08/spec.mk
7694
7695 2003-10-15 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7696
7697         New target "hc08" for the Motorola 68hc08 family of micros
7698
7699         * configure
7700         * configure.in
7701         * Makefile
7702         * src/hc08/*
7703         * src/SDCCmain.c
7704         * src/port.h
7705         * sim/ucsim/hc08.src/*
7706         * sim/ucsim/configure.in
7707         * src/ucsim/configure
7708         * sim/ucsim/packages_in.mk
7709         * as/hc08/*
7710         * as/Makefile
7711         * device/include/mc68hc908qy.h
7712         * device/lib/hc08/*
7713         * device/lib/Makefile.in
7714         * support/regression/ports/hc08/*
7715         * support/regression/Makefile
7716
7717 2003-10-14 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7718
7719         * src/z80/gen.c: fixed bug revealed by ast_constant_folding.c
7720         regression test
7721         * src/ds390/gen.c (genCast): fixed bug #821957
7722
7723 2003-10-13 Bernhard Held <bernhard AT bernhardheld.de>
7724
7725         * device/lib/logf.c: "fixed" overlay bug
7726         * support/regression/ports/host/spec.mk: added m library
7727         * support/regression/ports/mcs51-stack-auto/spec.mk: added float funcs
7728         * support/regression/tests/float_trans: added (for Eric)
7729
7730 2003-10-12 Bernhard Held <bernhard AT bernhardheld.de>
7731
7732         * src/mcs51/gen.c (genCpl): fixed bug
7733         http://sf.net/mailarchive/message.php?msg_id=6263915
7734
7735 2003-10-10 Bernhard Held <bernhard AT bernhardheld.de>
7736
7737         * src/SDCCast.c (decorateType): added extended constant folding
7738         * src/SDCCsymt.c (computeType): cleanup
7739         * src/SDCCval.c (valShift): minor optimization
7740         * support/regression/tests/ast_constant_folding.c: added
7741
7742 2003-10-09  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7743
7744         * src/SDCCmain.c: removed some unintended changes
7745
7746 2003-10-09  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7747
7748         * src/SDCCmain.c (setParseWithComma): fixed bug #816685
7749         * src/z80/gen.c: fixed part of bug #817589
7750         * src/SDCCsymt.c (checkFunction): fixed bug #817895
7751
7752 2003-10-08 Bernhard Held <bernhard AT bernhardheld.de>
7753
7754         Replaced cast (void **) with (void *) to avoid gcc 3 warning:
7755         * src/SDCCcflow.c
7756         * src/SDCCcse.c
7757         * src/SDCCdflow.c
7758         * src/SDCClabel.c
7759         * src/SDCClrange.c
7760         * src/SDCCmem.c
7761         * src/SDCCopt.c
7762         * src/SDCCpeeph.c
7763         * src/SDCCset.c
7764         * src/avr/ralloc.c
7765         * src/ds390/ralloc.c
7766         * src/izt/ralloc.c
7767         * src/mcs51/ralloc.c
7768         * src/pic/ralloc.c
7769         * src/pic16/ralloc.c
7770         * src/xa51/ralloc.c
7771         * src/z80/ralloc.c
7772         * src/z80/gen.c: removed unused label "release:"
7773
7774 2003-10-06  Borut Razem <borut.razem AT siol.net>
7775
7776         * src/SDCC.lex: removed definition of unused variables
7777           save_optimize and save_options
7778
7779 2003-10-06 Bernhard Held <bernhard AT bernhardheld.de>
7780
7781         * clean.mk: removed '=' in "-maxdepth=1"
7782         * src/SDCCloop.c: replace LRKLAUS with SDCC_LRKLAUS
7783         * src/SDCClrange.c: replace LRKLAUS with SDCC_LRKLAUS
7784
7785 2003-10-06  Borut Razem <borut.razem AT siol.net>
7786
7787         * src/SDCC.lex, src/SDCC.lex: use dbuf for "_asm" definitions;
7788           my_unput() replaced by unput()
7789
7790 2003-10-05 Bernhard Held <bernhard AT bernhardheld.de>
7791
7792         * src/SDCCloop.c (assignmentsToSym, loopInduction): cast argument of
7793         setToNull() to (void *) to avoid gcc3.x's warning: "dereferencing
7794         type-punned pointer will break strict-aliasing rules"
7795         Old LR behaviour is again default; Klaus' LR can be choosen by
7796         defining the environment variable LRKLAUS
7797         * src/SDCCBBlock.h
7798         * src/SDCCloop.c
7799         * src/SDCClrange.c
7800         * src/ds390/ralloc.c (spillThis): applied Klaus' patch
7801         * clean.mk: fixed removal of files in bin/CVS/
7802         * device/lib/clean.mk: fixed removal of directories small and large
7803         * support/Util/SDCCerr.c: changed W_INT_OVL to ERROR_LEVEL_PEDANTIC
7804         * src/SDCCicode.c,
7805         * src/SDCCval.c: removed superflous test for pedantic
7806
7807 2003-10-05  Borut Razem <borut.razem AT siol.net>
7808
7809         * src/SDCC.lex, support/Util/SDCCerr.c, sdcc/support/Util/SDCCerr.h:
7810           Fixed bug #816692: introduced new ERROR_LEVEL_PEDANTIC warning
7811           message "unmatched #pragma SAVE and #pragma RESTORE"
7812
7813 2003-10-04  Frieder Ferlemann <Frieder.Ferlemann AT web.de>
7814
7815         * doc/sdccman.lyx: various additions and updates (interrupts, inline
7816           assembly, critical functions, atomic, nojtbound)
7817
7818 2003-10-04 Bernhard Held <bernhard AT bernhardheld.de>
7819
7820         Applied liferange patch from Klaus Flittner <klaus_flittner AT gmx.de>
7821         * src/SDCCBBlock.h
7822         * src/SDCCloop.c
7823         * src/SDCCloop.h
7824         * src/SDCClrange.c
7825
7826 2003-10-03  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7827
7828         * src/z80/gen.h,
7829         * src/z80/gen.c (aopOp, aopGet, aopPut, genDummyRead),
7830         * src/mcs51/gen.h
7831         * src/mcs51/gen.c (aopOp, aopGet, aopPut, genDummyRead),
7832         * src/ds390/gen.h
7833         * src/ds390/gen.c (aopOp, aopGet, aopPut, genDummyRead),
7834         * src/SDCCicode.c (ast2iCode, geniCodeDummyRead): Fixed bug #663539
7835         * src/SDCCopt.c (killDeadCode): Fixed bugs #663539 & #816705
7836
7837 2003-10-02  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7838
7839         * src/z80/gen.c (genRet): fixed bug #524753
7840         * src/z80/gen.c (genCast): fixed internal error on cast from
7841         pointer to long
7842         * src/z80/gen.c (_saveRegsForCall, emitCall): adapted Johan's
7843         fix for bug #477835 to the z80
7844         * src/z80/gen.c (genZ80code, _vemit2, _emit2): added support
7845         for tracking iCodes in the peephole optimizer for z80
7846
7847 2003-10-01  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7848
7849         * src/SDCCicode.c (geniCodeJumpTable, geniCodeSwitch): fixed
7850         the other part of bug #814548
7851         * src/SDCCpeeph.c (labelInRange): fixed bug #814558
7852
7853 2003-09-30  Bernhard Held <bernhard AT bernhardheld.de>
7854
7855         * src/SDCCcse.c: fixed part of bug #814548
7856
7857 2003-09-28  Borut Razem <borut.razem AT siol.net>
7858
7859         * src/asm.c: rewrite of printILine() to use temporary file instead
7860           a pipe
7861         * src/xa51/main.c: commented out declaration of int rewinds
7862
7863 2003-09-27  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7864
7865         * src/SDCCicode.c (geniCodeJumpTable): Fixed bug #813206
7866
7867 2003-09-26  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7868
7869         * src/SDCCdflow.c (computeDataFlow): Fixed bug #810746
7870         * src/asm.c (printILine): Fixed bug #811015
7871
7872 2003-09-22  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
7873
7874         *link/z80/lklibr.c, as/mcs51/lklibr.c: Improved memory allocation and
7875         freeing.
7876
7877 2003-09-21  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7878
7879         * src/z80/gen.c (setupToPreserveCarry): Fixed bug #796955
7880         * src/z80/gen.c (setupPair, genMovePairPair): Fixed setupPair
7881         to correctly handle general case of AOP_PAIRPTR
7882         * src/z80/gen.c (aopGet, aopPut): Generalized AOP_PAIRPTR handling
7883
7884 2003-09-21  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7885
7886         * src/mcs51/ralloc.c (fillGaps),
7887         * src/ds390/ralloc.c (fillGaps): fixed bug #810093 (yet another
7888         register positioning bug)
7889
7890 2003-09-21  Bernhard Held <bernhard AT bernhardheld.de>
7891
7892         * device/lib/_fsdiv.c: replaced (1<<31) by (1ul<<31)
7893
7894 2003-09-19  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7895
7896         * src/mcs51/gen.c (loadDptrFromOperand, genFarPointerGet,
7897         genCodePointerGet, genGenPointerGet, genFarPointerSet,
7898         genGenPointerSet): handle AOP_DPTR correctly when loading dptr
7899         (ralloc doesn't intentionally do this now, but perhaps later)
7900         * src/mcs51/ralloc.c (serialRegAssign, fillGaps),
7901         * src/ds390/ralloc.c (serialRegAssign, fillGaps): fixed some
7902         register positioning bugs (Fixed bug #762602 and #795325)
7903         * src/SDCCicode.c (geniCodeDerefPtr): Track output class correctly
7904         (Fixed bug #808779)
7905         * src/z80/gen.c: increased _vemit2's buffer[] to handle long
7906         lines that --i-code-in-asm generates
7907
7908 2003-09-18  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
7909
7910         *link/z80/lklibr.c, as/mcs51/lklibr.c: Fixed Linux segfaults when
7911         trying to fclose a FILE* that was already closed.
7912
7913 2003-09-18  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7914
7915         * src/SDCCsymt.c (structElemType): fixed bug #808291 (members
7916         of const struct should be treated as if const themselves)
7917
7918 2003-09-18  Bernhard Held <bernhard AT bernhardheld.de>
7919
7920         * src/SDCCval.c (valPlus, valMinus): fixed bug #808337
7921
7922 2003-07-06  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
7923
7924         * support/librarian/sdcclib.c: Generate correct offsets for libraries with
7925         Unix (/n) and DOS (/r/n) line terminations.
7926
7927 2003-09-17  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7928
7929         * src/SDCCopt.c (cnvFromFloatCast, cnvToFloatCast): fixed
7930         bug #613775
7931
7932 2003-09-16  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7933
7934         * src/mcs51/gen.c (genFunction, genEndFunction),
7935         * src/ds390/gen.c (genFunction, genEndFunction): Moved save
7936         and restore of EA so that stack offsets to parameters are
7937         correct when using both critical and reentrant/stack-auto.
7938         * src/z80/gen.c (aopOp): removed erroneous assertion about sloc
7939         size (can be triggered in error if sloc is shared between
7940         different sized objects)
7941         * device/include/float.h: fixed macros to explicitly use
7942         unsigned long where needed
7943
7944 2003-09-15  Bernhard Held <bernhard AT bernhardheld.de>
7945
7946         Feature req. 799831: added code to allow nesting of critical functions
7947         * src/mcs51/gen.c (genFunction, genEndFunction)
7948         * src/ds390/gen.c (genFunction, genEndFunction)
7949
7950 2003-09-14  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7951
7952         * src/SDCCsymt.c (sclsFromPtr),
7953         * src/SDCCsymt.h,
7954         * src/SDCCast.c (decorateType): fixed bug #462971. Also, better
7955         support for standard C idiom of memory mapped variables; for
7956         example, *((xdata int*)0x1234) = 1 is now internally equivalent
7957         to xdata int at 0x1234 tempvar = 1.
7958         * sim/ucsim/z80.src/inst_xd.cc: fixed bug #805483 with patch
7959         provided by Akiya ISHIDA
7960
7961 2003-09-13  Bernhard Held <bernhard AT bernhardheld.de>
7962
7963         * src/SDCCval.c (cheapestVal): reenabled to reduce int to char
7964         * src/SDCCval.c (constVal): added reduction from int to char
7965         * src/SDCCval.c (valMult, valDiv): fixed sign handling
7966         * src/SDCCval.c (valShift): fixed after change of cheapestVal()
7967         * src/SDCCval.c (valCompare): fixed EQ_OP and NE_OP; they have
7968         to ignore the sign
7969         * support/regression/tests/shifts.c: fixed
7970
7971 2003-09-13  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7972
7973         * src/z80/gen.c (genXor): Fixed bug #805445
7974
7975 2003-09-12  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7976
7977         Fixed bug #621531 (const & volatile confusion in the type chain).
7978         DCL_PTR_CONST, DCL_PTR_VOLATILE, & IS_PTR_CONST now exclusively
7979         refer to the const or volatile state of the pointer itself.
7980
7981         * src/SDCCast.c
7982         * src/SDCCglue.c
7983         * src/SDCCicode.c
7984         * src/SDCCsymt.c
7985         * src/SDCCval.c
7986         * src/SDCC.y
7987         * src/SDCCsymt.h
7988         * src/pic/gen.c
7989         * src/pic/ralloc.c
7990         * src/pic16/gen.c
7991         * src/pic16/ralloc.c
7992         * support/regression/tests/const.c
7993
7994 2003-09-10  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
7995
7996         When checking for duplicated modules, use absolute paths
7997         instead of relative paths.  Files changed:
7998
7999         * as/mcs51/lklib.c
8000         * link/z80/lklib.c
8001
8002 2003-09-09  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8003
8004         * src/SDCCicode.c (geniCodeLogic): fixed bug #797572
8005
8006 2003-09-07  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8007
8008         * device/include/string.h: added size_t typedef, changed
8009         prototypes to use size_t, eliminated separate reentrant and
8010         non-reentrant declarations, added _memmove declaration
8011         * device/lib/_memcpy.c: changed to use size_t instead of int,
8012         changed /4 to >>2 to avoid division library call
8013         * device/lib/_memcmp.c,
8014         * device/lib/_memset.c,
8015         * device/lib/_strncat.c,
8016         * device/lib/_strncpy.c,
8017         * device/lib/_strncmp.c: changed to use size_t instead of int
8018         * device/lib/_memmove.c: new file (fixed bug #772294)
8019         * device/lib/Makefile.in: added _memmove.c
8020         * device/lib/z80/asm_strings.s: fixed bug #772290
8021         * support/regression/tests/bitfields.c: attempt to fix host assertion
8022         failure on amd64-unknown-linux2.2
8023
8024 2003-09-06  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8025
8026         * src/z80/gen.c (aopPut, spillPairReg): fixed bug #800998
8027         * src/z80/gen.c (genFunction, genEndFunction): fixed "bug" #774700
8028         * as/z80/asmain.c (main): fixed bug #801766
8029
8030 2003-09-06  Bernhard Held <bernhard AT bernhardheld.de>
8031
8032         * src/SDCCicode.c (ast2iCode): fixed differences in iCode with different
8033         compilers
8034
8035 2003-09-05  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8036
8037         * src/SDCCast.c (isConformingBody): fixed loop reversal bug
8038         reported in bug #800609
8039
8040 2003-09-04  Vangelis Rokas <vrokas AT otenet.gr>
8041
8042         * Top header beautifications in src/pic16 directory:
8043           device.c, device.h, gen.c, gen.h, genarith.c, glue.c, pcode.c,
8044           pcodeflow.c, pcodeflow.h, pcode.h, pcodepeep.c, pcoderegs.c,
8045           pcoderegs.h, ralloc.c, ralloc.h
8046         * main.c: added top header and GPL license notice
8047         * pcode.c: fixed the if-conditional warning
8048
8049 2003-09-04  Bernhard Held <bernhard AT bernhardheld.de>
8050
8051         * device/lib/_mullong.c: replaced int by short for gcc
8052
8053 2003-08-31  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8054
8055         * src/SDCCpeeph.c (notVolatile, notVolatileVariable): handle IFX
8056         and JUMPTABLE iCodes properly now (worked by accident before)
8057         * src/mcs51/gen.c (leftRightUseAcc),
8058         * src/ds390/gen.c (leftRightUseAcc): handle IFX and JUMPTABLE
8059         iCode properly now. Use getSize instead of nRegs since a & b
8060         aren't part of the nRegs tally.
8061
8062 2003-08-31  Vangelis Rokas <vrokas AT otenet.gr>
8063
8064         * src/pic16/main.c: corrected offsets of interrupt vectors in _pic16_genIVT()
8065         * src/pic16/pcode.c: fix to disable inserting BANKSEL directive
8066           before instructions that use the _STATUS register
8067
8068 2003-08-31  Bernhard Held <bernhard AT bernhardheld.de>
8069
8070         * src/mcs51/gen.c (freeAsmop): fixed off by one in stack offset (AOP_STK)
8071         * src/mcs51/gen.c (genNearPointerSet): added missing opcode for
8072         fetching of the pointer
8073         * src/mcs51/gen.c (genNearPointerGet): added reuse of PREG,
8074         copied from genNearPointerSet()
8075         * src/mcs51/gen.c (genNearPointerGet): don't pop r0/r1, if RESULTONSTACK
8076         * src/mcs51/gen.c: changed order of freeAsmop(left/right/result)-calls.
8077         If they pop r0/r1 they must be called in the opposite order than aopOp().
8078         * device/lib/_mullong.c: fixed for "--model-large --int-long-reent"
8079         (resp. --stack-auto), prepared for --xstack
8080
8081 2003-08-28  Frieder Ferlemann <Frieder.Ferlemann AT web.de>
8082
8083         * doc/sdccman.lyx: reverted tables to those in cvs 1.64
8084
8085 2003-08-28  Bernhard Held <bernhard AT bernhardheld.de>
8086
8087         * device/lib/_startup.c: quick & dirty fix for ds390/ds400;
8088         these ports have their own __sdcc_external_start()
8089
8090 2003-08-26  Bernhard Held <bernhard AT bernhardheld.de>
8091
8092         pic patch provided by Slade Rich <slade_rich AT yahoo.com>
8093         * src/pic/glue.c (pic14printPublics): fixed bug introduced when symbol
8094         type for bits was changed. It resulted in bit variables becoming
8095         global, which is not permitted in PIC 14 assembly output.
8096
8097 2003-08-23  Frieder Ferlemann <Frieder.Ferlemann AT web.de>
8098
8099         * doc/sdccman.lyx: various additions and updates. Rearranged sections
8100
8101 2003-08-22  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
8102
8103         Z80 and MCS51 linkers complaint if a public symbol is defined
8104         in more than one library module:
8105
8106         * as/mcs51/lklib.c
8107         * link/z80/lklib.c
8108         * as/mcs51/Makefile.in
8109
8110 2003-08-22  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8111
8112         A few small changes that speed up the peephole optimizer.
8113
8114         * src/SDCCpeeph.c
8115
8116 2003-08-22  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8117
8118         Try to make the peephole optimizer smarter by maintaining
8119         an association between the assembly source code and the
8120         iCodes that originated them. Put this information to use
8121         with a new peephole rule condition "notVolatile" so that
8122         the rules can be aggressive yet still safe.
8123
8124         * src/SDCCpeeph.c
8125         * src/SDCCpeeph.h
8126         * src/mcs51/gen.c
8127         * src/mcs51/peeph.def
8128
8129 2003-08-20  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8130
8131         Fixed bug #741761
8132
8133         * src/mcs51/gen.c (aopForSym, leftRightUseAcc),
8134         * src/ds390/gen.c (aopForSym, leftRightUseAcc): preserve A and B
8135         if the left or right operand symbols have the accuse flag set.
8136
8137 2003-08-20  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8138
8139         Changed the type of the result of the ! (NOT) operator to char;
8140         previously it returned the same type as the source. This allows
8141         us to eliminate all the genFloatNot functions (all of its target
8142         implementations were very buggy) since !float can use the same
8143         code as !long now.
8144
8145         * src/SDCCicode.c (ast2iCode): ! returns char
8146         * src/mcs51/gen.c (genNot, genNotFloat),
8147         * src/ds390/gen.c (genNot, genNotFloat),
8148         * src/z80/gen.c (genNot, genNotFloat),
8149         * src/pic/gen.c (genNot, genNotFloat),
8150         * src/pic16/gen.c (genNot, genNotFloat): eliminated genNotFloat
8151
8152 2003-08-19  Bernhard Held <bernhard AT bernhardheld.de>
8153
8154         pic patch provided by Slade Rich <slade_rich AT yahoo.com>
8155         1. Interrupt would not compile properly. Ensure PCLATH register is saved
8156            during interrupts. Ensure WSAVE is located at a shared bank address.
8157         2. Fixed page selection in some places
8158         3. Fixed BTFSS/C to where necessary use registers directly and not simply
8159            the registers name strings.
8160         4. Fixed "signed / unsigned compare" compiler warnings.
8161         5. The PIC port manages its own allocation of the general purpose
8162            registers, but makes no attempt to reuse them. As a result when
8163            compiling it soon runs out of general purpose registers. Some
8164            additional code was added to the files pcode.c and device.c to walk
8165            through the function call tree and rename the registers so that they
8166            get reused.
8167
8168         * src/pic/device.c
8169         * src/pic/gen.c
8170         * src/pic/glue.c
8171         * src/pic/pcode.c
8172         * src/pic/pcode.h
8173         * src/pic/ralloc.c
8174         * src/pic/ralloc.h
8175         * src/pic/genarith.c: Fixed problems with PIC 14 port in functions
8176         genPlus() & genMinus() when the result is the same as left or right
8177
8178 2003-08-18  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8179
8180         * src/z80/gen.c (isUnsplitable, fetchPairLong): fixed bug #770454
8181
8182 2003-08-18  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8183
8184         Made bitfield a distinct type from bit so that bitfields
8185         convert as per ANSI C and bits retain their traditional
8186         boolean style behaviour. Implemented bitfield support in
8187         the z80 port.
8188
8189         * src/SDCCsymt.h,
8190         * src/SDCCsymt.c,
8191         * src/SDCCast.c,
8192         * src/cdbFile.c,
8193         * src/mcs51/gen.c,
8194         * src/ds390/gen.c: bit v bitfield split
8195         * src/z80/gen.c: New support for bitfields
8196         * support/regression/tests/bitfields.c: reenabled z80,
8197         added more tests
8198
8199 2003-08-17  Frieder Ferlemann <Frieder.Ferlemann AT web.de>
8200
8201         Rules 246.x, 247.x relate to bitfields, the others speed up
8202         access to xdata mapped I/O devices.
8203
8204         * src/mcs51/peeph.def: added 26 peepholes 246.x - 248.x, 180.x
8205
8206 2003-08-16  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8207
8208         Cleaned up genPackBits and genUnpackBits and added two helper
8209         functions, emitPtrByteGet & emitPtrByteSet. Added optimizations
8210         for literal assignments in genPackBits (thanks to Frieder for
8211         reminding me).
8212
8213         * src/mcs51/gen.c
8214         * src/ds390/gen.c
8215
8216 2003-08-16  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8217
8218         Fixed bug #748310 (pointer to function type mishandled when the
8219         function name is omitted). Also fixed a SIGSEGV when a function
8220         attribute (reentrant, etc) is used on a non-function or on a
8221         function but misplaced before the parameter list.
8222
8223         * src/SDCC.y (abstract_declarator, abstract_declaractor2): fixed
8224         bug #748310
8225         * src/SDCC.y (declarator2_function_attributes): avoided SIGSEGV
8226         * support/Util/SDCCerr.h,
8227         * support/Util/SDCCerr.c: Added func attr misuse error msg
8228
8229 2003-08-13  Bernhard Held <bernhard AT bernhardheld.de>
8230
8231         Fixed bug #787649 by anonymous
8232         * src/SDCCglue.c (emitRegularMap): added emission of sloc for func ptr
8233         * src/ds390/gen.c (aopForSym): fixed func ptr in sloc
8234
8235 2003-08-14  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8236
8237         Fixed numerous bitfield problems.
8238
8239         * src/SDCC.y: More bitfield related error checking
8240         * src/SDCCsymt.h,
8241         * src/SDCCsymt.c (compStructSize): fixed bitfield offset calc
8242         * support/Util/SDCCerr.h,
8243         * support/Util/SDCCerr.c: Added & edited some bitfield err msgs
8244         * src/mcs51/gen.c (genPackBits, genUnpackBits): fixed mask bugs
8245         * src/ds390/gen.c (genPackBits, genUnpackBits): fixed mask bugs
8246         * support/regression/tests/bitfields.c: tests added
8247
8248 2003-08-13  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8249
8250         Made the constant following the "interrupt" keyword optional. If
8251         omitted, the function will not automatically be given an entry
8252         in the interrupt vector table (similar to #pragma NOIV, but
8253         less syntacticly kludgy). The interrupt number is also now
8254         range checked. Also fixed a bug in the high order bit example
8255         in the manual.
8256
8257         * src/SDCC.y
8258         * src/SDCCmem.c
8259         * src/SDCCglue.c
8260         * src/SDCCsymt.h
8261         * support/Util/SDCCerr.c
8262         * support/Util/SDCCerr.h
8263         * doc/sdccman.lyx
8264
8265 2003-08-13  Bernhard Held <bernhard AT bernhardheld.de>
8266
8267         * src/SDCCcse.c (algebraicOpts): fix bug converting op from value to type
8268         * src/SDCCicode.c (operandOperation): rewritten some ops
8269         (*, ==, unary_minus) to fix possible overflows and to accord with ANSI
8270         * src/SDCCsymt.c (computeType): literals are handled the same way as any
8271         other type
8272         * src/SDCCval.c (cheapestVal): removed, it doesn't accord with ANSI (can
8273         be re-activated by defining REDUCE_LITERALS)
8274         * src/SDCCval.c (constVal): fixed; hex and octal constants can be
8275         unsigned, but are signed by default
8276         * src/SDCCval.c (constVal): rearranged
8277         * src/SDCCval.c (valMod): preliminary fix
8278         * src/SDCCval.c (valCastLiteral): use TYPE_* types
8279         * support/regression/literalop.c: added, work in progress
8280
8281 2003-08-12  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8282
8283         Generate warnings for useless declarations like "char data;"
8284         that don't do what new users expect.
8285
8286         * src/SDCC.y
8287         * support/Util/SDCCerr.h
8288         * support/Util/SDCCerr.c
8289
8290 2003-08-09  Bernhard Held <bernhard AT bernhardheld.de>
8291
8292         * src/SDCCval.c (valMult): fix overflow detection of negative int
8293
8294 2003-08-07  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8295
8296         * src/z80/ralloc.c (joinPushes): made compatible with new signedness
8297
8298         Changes to support big endian targets:
8299
8300         * src/ports.h
8301         * src/SDCCglue.c
8302         * src/avr/main.c
8303         * src/ds390/main.c
8304         * src/izt/i186.c
8305         * src/mcs51/main.c
8306         * src/pic/main.c
8307         * src/pic16/main.c
8308         * src/xa51/main.c
8309         * src/z80/main.c
8310
8311 2003-08-06  Bernhard Held <bernhard AT bernhardheld.de>
8312
8313         * src/SDCCval.c (cheapestVal): changed behaviour to the same as constVal()
8314         * device/lib/time.c: fixed warning "integer overflow in expression"
8315
8316 2003-08-05  Bernhard Held <bernhard AT bernhardheld.de>
8317
8318         * src/SDCCval.c (cheapestVal, valueFromLit): use TYPE_* types
8319         * src/SDCCval.c (constVal): changed default to signed; hex and octal
8320         constants are unsigned; added recognition of "u" flag for unsigned
8321         * src/SDCCval.c (valMult): fixed signdness, added warning for overflow
8322         * src/SDCCval.c (valDiv, valMod): fixed signdness
8323         * src/SDCCicode.c (operandOperation): fixed critical typo; fixed
8324         signedness of modulo, left and right shift
8325         * support/Util/SDCCerr.c: added warning "integer overflow in expression"
8326         * support/Util/SDCCerr.h: added warning W_INT_OVL
8327         * src/SDCCast.c (decorateType): fixed gcc3.3 warning
8328         * src/SDCCast.c (ast_print): improved output of constants
8329
8330 2003-08-04  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
8331
8332         Fixed some warnings when building with MSVC:
8333
8334         * as\mcs51\asdata.c
8335         * as\z80\asdata.c
8336         * as\mcs51\asm.h
8337         * as\z80\asm.h
8338         * link\z80\aslink.h
8339         * link\z80\lkdata.c
8340         * link\z80\lkeval.c
8341         * link\z80\lkgb.c
8342         * link\z80\lkihx.c
8343         * link\z80\lks19.c
8344         * link\z80\lksym.c
8345         * support\cpp2\cpplib.c
8346         * src\ds390\gen.c
8347         * src\mcs51\gen.c
8348
8349 2003-08-03  Bernhard Held <bernhard AT bernhardheld.de>
8350
8351         * src/SDCCast.c (constExprTree): fix bug #781827 by Carl Worth <cworth AT isi.edu>
8352
8353 2003-08-01  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
8354
8355         * support\librarian\clean.mk: Do not remove Makefile.
8356         * support\librarian\Makefile: added.
8357
8358 2003-08-01  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
8359
8360         Added librarian to MSVC build:
8361         * all.dsp
8362         * sdcc.dsw
8363         * support\librarian\librarian.dsp
8364
8365         'configure' not needed for librarian, removed:
8366         * support\librarian\configure
8367         * support\librarian\configure.in
8368         * support\librarian\config_in.h
8369         * support\librarian\Makefile.in
8370
8371         Hopefully these ones built the librarian and the rest of sdcc properly:
8372         * Makefile
8373         * Makefile.common.in
8374
8375         Messed up 'configure', so revert to previous version:
8376         * configure
8377         * configure.in
8378
8379 2003-07-31  Bernhard Held <bernhard AT bernhardheld.de>
8380
8381         * src/SDCCicode.c (operandOperation): 3. fix, this time for Alpha; ULONG has 64 bits
8382         there, while the mantissa of a double is "only" 53 bits wide.
8383
8384 2003-07-31  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
8385
8386         Adding sdcclib to the build.  MSVC project coming soon.
8387         Files added/changed:
8388
8389         * support\librarian\clean.mk
8390         * support\librarian\configure
8391         * support\librarian\configure.in
8392         * support\librarian\config_in.h
8393         * support\librarian\Makefile.bcc
8394         * support\librarian\Makefile.in
8395         * support\librarian\sdcclib.c
8396         * Makefile.bcc
8397         * Makefile
8398         * Makefile.common.in
8399         * configure
8400         * configure.in
8401
8402 2003-07-29  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
8403
8404         Linker now complaints if linked modules have conflicting options, for
8405         example, one compiled using --model-large and another one compiled with
8406         --model-small.  The following files were modified:
8407
8408         * as\mcs51\asdata.c
8409         * as\mcs51\aslink.h
8410         * as\mcs51\asm.h
8411         * as\mcs51\asmain.c
8412         * as\mcs51\asout.c
8413         * as\mcs51\i51pst.c
8414         * as\mcs51\lkdata.c
8415         * as\mcs51\lklibr.c
8416         * as\mcs51\lkmain.c
8417         * as\z80\asdata.c
8418         * as\z80\asm.h
8419         * as\z80\asmain.c
8420         * as\z80\asout.c
8421         * as\z80\z80pst.c
8422         * link\z80\aslink.h
8423         * link\z80\lkdata.c
8424         * link\z80\lklibr.c
8425         * link\z80\lkmain.c
8426         * src\SDCCglue.c
8427
8428 2003-07-28  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
8429
8430         *link/z80/aslink.h, link/z80/lklibr.c, as/mcs51/aslink.h,
8431         as/mcs51/lklibr.c: Generate a warning when a library is not found.
8432
8433 2003-07-28  Bernhard Held <bernhard AT bernhardheld.de>
8434
8435         * src/z80/mappings.i: fix _mul[us][int,long] entries
8436
8437 2003-07-26  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
8438
8439         *src/SDCCmain.c: do not search for crt0.o when using --nostdlib
8440
8441 2003-07-24  Bernhard Held <bernhard AT bernhardheld.de>
8442
8443         * src/SDCCicode.c (operandOperation): really fixed problem with bitops
8444         * support/regression/tests/bitopcse.c: added
8445         fixed warning:
8446         * src/avr/gen.c:
8447         * src/pic/gen.c:
8448         * src/pic16/gen.c:
8449         * src/z80/gen.c:
8450         * src/xa51/gen.c:
8451
8452 2003-07-24  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
8453
8454         added support for new library format to z80, gbz80 linkers:
8455         *link/z80/aslink.h
8456         *link/z80/lklex.c
8457         *link/z80/lklib.c
8458         *link/z80/lklist.c
8459
8460 2003-07-24  Bernhard Held <bernhard AT bernhardheld.de>
8461
8462         * src/SDCCicode.c (operandOperation): fixed problem with bitops and 0xffffffff;
8463         after {double d = 0xffffffff; long l = d;} l will be 0x80000000 (LONG_MIN)
8464
8465 2003-07-23  Bernhard Held <bernhard AT bernhardheld.de>
8466
8467         added DUMMY_READ_VOLATILE:
8468         * src/SDCC.y:
8469         * src/avr/gen.c:
8470         * src/xa51/gen.c:
8471         * src/z80/gen.c:
8472         * src/pic/gen.c:
8473         * src/pic16/gen.c:
8474         * src/mcs51/gen.c:
8475         * src/ds390/gen.c:
8476         * src/SDCCcse.c (algebraicOpts): many improvements
8477         * src/SDCCcse.h: removed algebraicOpts()
8478         * src/SDCCicode.c (picDummyRead): added
8479
8480 2003-07-23  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
8481
8482         * as/mcs51/lkmem.c: Changed message "Insufficient DRAM memory" to
8483         "Insufficient space in data memory".
8484
8485 2003-07-20  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8486
8487         * src/mcs51/gen.c: fixed bug #771358
8488         * src/z80/gen.c: fixed bug #759087
8489
8490 2003-07-20  Bernhard Held <bernhard AT bernhardheld.de>
8491
8492         * src/pic16/glue.c: minor cleanup by Vangelis
8493
8494 2003-07-19  Frieder Ferlemann <Frieder.Ferlemann AT web.de>
8495
8496         * device/include/regc515c.h: fixed #758477
8497         * device/lib/_gptrget.c: saving some cycles in generic pointer get
8498         * device/lib/_gptrput.c: saved a few bytes
8499         * my tab spacing is 8, yours too?)
8500         * device/lib/_ser.c: process RX bytes earlier than TX bytes
8501         * device/lib/serial.c: process RX bytes earlier than TX bytes
8502         * src/mcs51/gen.c(genGenPointerGet/Set): removed writing of type after postincrement
8503
8504 2003-07-18  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8505
8506         * src/z80/gen.c: fixed some right shift bugs (#772726 among them)
8507
8508 2003-07-17  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
8509
8510     * link/z80/lklibr.c: fixed bug when there is a '.' in a library path.
8511
8512 2003-07-17  Bernhard Held <bernhard AT bernhardheld.de>
8513
8514         * device/lib/Makefile.in: bad fix, reverted to 1.43
8515
8516 2003-07-16  Bernhard Held <bernhard AT bernhardheld.de>
8517
8518         * device/lib/Makefile.in: added missing z80 object files
8519
8520 2003-07-14  Bernhard Held <bernhard AT bernhardheld.de>
8521
8522         * src/SDCCcse.c (algebraicOpts): CSE fun with &|^ and 0x00/0xff literals
8523         pic16 progress by Vangelis:
8524         * src/SDCCglobl.h:
8525         * src/SDCCmain.c:
8526         * src/pic/Makefile:
8527         * src/pic:
8528         * pic/Makefile:
8529         * pic16/device.c:
8530         * pic16/device.h:
8531         * pic16/gen.c:
8532         * pic16/gen.h:
8533         * pic16/genarith.c:
8534         * pic16/glue.c:
8535         * pic16/main.c:
8536         * pic16/pcode.c:
8537         * pic16/pcode.h:
8538         * pic16/pcodepeep.c:
8539         * pic16/peeph.def:
8540
8541 2003-07-13  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
8542
8543     * src/SDCCmain.c, src/SDCCglobl.h: added option --no-std-crt0
8544
8545 2003-07-12  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
8546
8547     * sdcc.dsw, all.dsp, link/z80/linkgbz80.dsp, as/z80/as-gbz80.dsp:
8548     added gbz80 build to MSVC project.
8549     * src/SDCCmain.c, src/SDCCglue.c, src/z80/main.c, src/z80/z80.dsp,
8550     link/z80/aslink.h, linkz80.dsp: cleaned up z80 and gbz80 asm files
8551     from 8051 stuff and setup so it links using a .lnk file.
8552
8553 2003-07-06  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
8554
8555     * support/librarian/sdcclib.c: sdcc librarian.
8556     * as/mcs51/aslink.h, as/mcs51/lklib.c: Support for libraries created
8557     with sdcclib.
8558
8559 2003-07-03  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
8560
8561     * as/mcs51/lkmain.c: properly handle extensions in function afile.
8562
8563 2003-07-02  Borut Razem <borut.razem AT siol.net>
8564
8565         * src/port.h, src/SDCCmain.c, src/pic/glue.h, src/pic/main.c,
8566         src/pic16/glue.h, sdcc/src/pic16/main.c, src/izt/i186.c,
8567         src/izt/tlcs900h.c, src/avr/main.c, src/ds390/main.c, src/mcs51/main.c,
8568         src/xa51/main.c, src/z80/main.c:
8569         virtualization of glue() function: each port has it's own glue function,
8570         which is accessed by do_glue function pointer in PORT.general structure
8571
8572 2003-07-01 Kevin Vigor <kevin AT vigor.nu>
8573
8574         * DS800C400 fun, improved ROM interface and tinibios.
8575
8576 2003-06-27 Kevin Vigor <kevin AT vigor.nu>
8577
8578         * More support for DS80C400. Now includes beginning of interface to ROM.
8579
8580 2003-06-25  Bernhard Held <bernhard AT bernhardheld.de>
8581
8582         * src/mcs51/gen.c (gencjneshort): fixed bug #760345
8583
8584 2003-06-20  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
8585
8586         * as/mcs51/lkaomf51.c: Make sure the size of the last procedure is correct.
8587
8588 2003-06-19  Borut Razem <borut.razem AT siol.net>
8589
8590         * src/z80/main.c: fixed Z80 port again: missing -k library paths in linker command line
8591
8592 2003-06-19  Borut Razem <borut.razem AT siol.net>
8593
8594         * src/SDCCutil.h, src/SDCCutil.c, src/SDCCglobl.h, src/SDCCmain.c, src/z80/main.c:
8595         fixed Z80 port - crt0.o: cannot open.
8596
8597 2003-06-19  Bernhard Held <bernhard AT bernhardheld.de>
8598
8599         * support/Util/MySystem.c (merge_command): revert bad fix
8600
8601 2003-06-18  Borut Razem <borut.razem AT siol.net>
8602
8603         * src/SDCC.lex, src/SDCCmain.c: fixed some warnings, introduced with changes made 15.06.1003
8604
8605 2003-06-18  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
8606
8607         * src/SDCCglobl.h, src/SDCCmain.c, doc/sdccman.lyx:
8608         option --use-stdout sends errors to stdout instead of stderr.
8609
8610 2003-06-18  Bernhard Held <bernhard AT bernhardheld.de>
8611
8612         * support/Util/MySystem.c (merge_command): quick fix for Linux segfault with \"cmd\" arg
8613
8614 2003-06-15  Borut Razem <borut.razem AT siol.net>
8615
8616         * support/cpp2/sdcc.h: HAVE_DOS_BASED_FILE_SYSTEM defined for _WIN32
8617         * src/SDCC.lex: cloneXxx and copyAndFreeXxx functions for options and optimize stack handling
8618         * src/SDCCglobl.h, src/SDCCmain.c, src/ds390/main.c, src/mcs51/main.c, src/z80/main.c:
8619         fixed width array of pointers replaced with sets;
8620         multiple include and lib paths ared transferred to preprocessor and linker
8621         * src/SDCCset.c, src/SDCCset.h: added function setFromSetNonRev() and mergeSets()
8622         * src/SDCCsymt.c: reimplemented function inCalleeSaveList() by using sets instead
8623         fixed width array of pointers
8624         * src/SDCCutil.c, src/SDCCutil.h: added functions fputStrSet(), appendStrSet(), joinStrSet();
8625         removed functions addToList(), join(), joinn(), pathCharsEquivalent(), pathCharTransform(),
8626         fixupPath(), getPathDifference()
8627         * src/ds390/gen.c, src/mcs51/gen.c: reimplemented function  inExcludeList() by using sets instead
8628         fixed width array of pointers
8629
8630 2003-06-11  Bernhard Held <bernhard AT bernhardheld.de>
8631
8632         * src/pic16/ralloc.c: fix warnings
8633         * src/pic16/pcode.c: fix warning
8634
8635 2003-06-10  Scott Dattalo  <scott AT dattalo.com>
8636
8637          Scott D. for Vangelis Rokas (vrokas AT otenet.gr). I (scott) don't
8638         know all the details, but essentially this set of changes enable
8639         the pic16 port to generate movff instructions and generate assembler
8640         directives,
8641         * src/SDCCmain.c:
8642         * src/pic16/gen.c:
8643         * src/pic16/glue.c:
8644         * src/pic16/pcode.c:
8645         * src/pic16/device.c:
8646         * src/pic16/main.c:
8647         * src/pic16/pcode.h:
8648         * src/pic16/pcoderegs.c:
8649         * src/pic16/ralloc.c:
8650         * src/pic16/ralloc.h:
8651
8652 2003-06-08  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
8653
8654         * support/Util/SDCCerr.c, src/SDCCglobl.h, src/SDCCmain.c, doc/sdccman.lyx:
8655         added option --vc, so sdcc errors and warnings are compatible with
8656         Microsoft Visual Studio.
8657
8658 2003-06-07  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
8659
8660         * device/lib/_atof.c, device/lib/Makefile.in, device/include/stdlib.h,
8661           device/lib/libfloat.lib: added atof function.
8662
8663 2003-06-04  Bernhard Held <bernhard AT bernhardheld.de>
8664
8665         * doc/sdccman.lyx: updated to Lyx 1.3
8666         * doc/cdbfileformat.lyx: updated to Lyx 1.3
8667         * doc/test_suite_spec.lyx: updated to Lyx 1.3
8668         * doc/Makefile: added fix for the \tabularnewline problem, thanks to Jesus
8669
8670 2003-06-03  Bernhard Held <bernhard AT bernhardheld.de>
8671
8672         * src/SDCCpeeph.c: separate peepRules2pCode() for pic16 by "Vangelis Rokas" <vrokas AT otenet.gr>
8673
8674 2003-06-02  Frieder Ferlemann <Frieder.Ferlemann AT web.de>
8675
8676         * doc/sdccman.lyx: cvs revision keywords, passing pdf information in latex preamble,
8677           additions to the "related tools/documentation" section
8678
8679 2003-06-02  Bernhard Held <bernhard AT bernhardheld.de>
8680
8681         * src/SDCCglue.c (tempfileandname): added check for missing TMP/TEMP/TMPDIR variable
8682
8683 2003-05-29  Bernhard Held <bernhard AT bernhardheld.de>
8684
8685         * src/pic/device.c: added 16F819, patch by "David I. Lehn" <dlehn AT vt.edu>
8686         * src/SDCCcse.c (algebraicOpts): fixed "c * 1"
8687
8688 2003-05-28  Bernhard Held <bernhard AT bernhardheld.de>
8689
8690         * doc/sdccman.lyx: fix double dash and other minor things
8691         * doc/Makefile: fix double dash
8692
8693 2003-05-28  Karl Bongers(patches from Martin Helmling)
8694         * debugger/mcs51/sdcdb.c,cmd.c,break.c and .h files. Martin adds
8695           condition and ignore commands.
8696
8697 2003-05-28  Frieder Ferlemann <Frieder.Ferlemann AT web.de>
8698
8699         * doc/sdccman.lyx: Changes all over, index improved, smaller margins. The manual
8700           is in parts still quite out of date, I did changes as far as I felt makes sense
8701           for a non-native english speaker.
8702           Please feel free to add to the manual or to correct my changes.
8703         * doc/Makefile: undid touching the date of intermediate tex files.
8704
8705 2003-05-26  Frieder Ferlemann <Frieder.Ferlemann AT web.de>
8706
8707         * doc/sdccman.lyx: Manual has an index now
8708
8709 2003-05-25  Bernhard Held <bernhard AT bernhardheld.de>
8710
8711         Finalize muluint/mulsint and mululong/mulslong merging:
8712         * device/lib/_mulint.c
8713         * device/lib/_mullong.c
8714         * device/lib/gbz80/mul.s
8715         * device/lib/gbz80/stubs.s
8716         * device/lib/z80/mul.s
8717         * device/lib/z80/stubs.s
8718         * src/SDCCsymt.c (initCSupport)
8719
8720 2003-05-25  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
8721
8722         * as/mcs51/lkaomf51.c: Address space 'z' was missing.
8723         * src/avr/avr.dsp, src/ds390/ds390.dsp, src/mcs51/mcs51.dsp,
8724           src/pic/pic.dsp, src/pic16/pic16.dsp, src/xa51/xa51.dsp,
8725           src/x80/z80.dsp: peep.rul is bigger now, so /Zm1000 is used
8726           instead of /Zm500.
8727
8728 2003-05-25  Frieder Ferlemann <Frieder.Ferlemann AT web.de>
8729
8730         * src/mcs51/peeph.def: added rules 244.x, 245.x. Although they pass
8731           the regression tests I'm not brave enough to enable 245.b, 245.c
8732         * doc/sdccman.lyx: added latex preamble for hyperref package.
8733           Using pdflatex this will give you a hyperlinked pdf file with
8734           bookmarks. (prepend '%' before /usepackage if this breaks something)
8735
8736 2003-05-24  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
8737
8738          * doc/sdccman.lyx: updated information about .adb files (fixed bug 742649)
8739
8740 2003-05-22  Bernhard Held <bernhard AT bernhardheld.de>
8741
8742         * src/pic16/pcode.c (pic16_get_op_from_instruction): fixed a gcc 3.x warning
8743
8744 2003-05-21    <johan AT balder>
8745
8746         * src/SDCCglue.c (printIval): fixed bug #739934
8747
8748 2003-05-19  Bernhard Held <bernhard AT bernhardheld.de>
8749
8750         Applied patch from bug 737905 (renamed yylineo to mylineno):
8751         * src/altlex.c
8752         * src/SDCCast.c
8753         * src/SDCglobl.h
8754         * src/SDCC.lex
8755         * src/SDCCsymt.c
8756         * src/SDCCval.c
8757         * src/pic16/pcode.c: Cleaned warnings
8758         * src/pic16/pcodeflow.c: Cleaned warnings
8759         * src/pic16/pcoderegs.c: Cleaned warnings
8760
8761 2003-05-19  Scott Dattalo  <scott AT dattalo.com>
8762
8763         * src/pic16/pcode.c: Cleaned warnings
8764         * src/pic16/pcodepeep.c: Cleaned warnings
8765         * src/pic16/ralloc.c: Cleaned warnings
8766
8767 2003-05-19  Bernhard Held <bernhard AT bernhardheld.de>
8768
8769         * doc/sdccman.lyx: fixed bug 739745
8770         * src/pic16/pcode.c (pic16_get_op): fixed warning on alpha
8771
8772 2003-05-18  Bernhard Held <bernhard AT bernhardheld.de>
8773
8774         * src/port.h: removed DEFAULT_PORT, it's not yet pic16 ;-)
8775         it can be defined with CFLAGS when running configure
8776         * src/SDCCmain.c: fixed compiling + linking with object files
8777
8778 2003-05-18  Vangelis Rokas (vrokas AT otenet.gr)
8779
8780         * configure.in: configure for pic16 port,
8781             added --disable-pic16-port
8782         * sdccconf_in.h: added macro OPT_DISABLE_PIC16
8783         * src/SDCCmain.c: linkOptions is changed to set *,
8784             added if/endif conditional macros to remove options help
8785             messages from optionsTable when a port is not configured, added
8786             support for the PIc16 port in the ports table, when executing
8787             the compiler with no port specified on command line, a default
8788             port is selected with the new macro DEFAULT_PORT which is
8789             defined in port.h, in setDefaultOptions() linkOptions is removed
8790             from initialization assignment, since now it is a set,
8791             parseCmdLine uses setParseWithComma for linkOptions, in
8792             linkEdit() linkOptions are accessed with new function indexSet()
8793             which returns the i'th item of a set variable. See SDCCset.c, in
8794             linkEdit() when calling buildCmdLine(), added linkOptions as
8795             last argument. Now users can pass arguments to gplink via the
8796             -Wl option, main() uses pic16glue() to glue up pic16 programs
8797         * src/SDCCpeeph.c: various changes to support pic16
8798         * src/SDCCset.c: added function  void *indexSet(set *, int)  to
8799             return the i'th item of the set
8800         * src/SDCCset.h: added function prototype for indexSet()
8801         * src/SDCCsymt.c: in checkSClass(), added support for PIC16
8802         * src/clean.mk: added pic16 in CLEANALLPORTS variable
8803         * src/port.h: added TARGET_ID_PIC16,TARGET_IS_PIC16 macro,
8804             added macro DEFAULT_PORT
8805         * src/pic/main.c: corrected arguments of gplnk in _linkCmd
8806         * src/pic16/gen.c: bug fix in genCpl(), now the correct code is
8807             generated
8808         * src/pic16/glue.c: commented out some error producing lines
8809         * src/pic16/main.c: __config directives are commented out to stop
8810             gpasm complaining and test the linkage with gplink, _linkCmd and
8811             _asmCmd changed to be more gplink and gpasm friendly
8812         * src/pic16/peeph.def: peep rule 3 is commented out, since it
8813             produced an error when parsed, peep rule 12 is added to utilize
8814             movff, but it is commented out since the pCode does not support
8815             yet a command with 2 address arguments
8816
8817 2003-05-18    <johan AT balder>
8818
8819         * src/ds390/gen.c (genArrayInit): removed obsolete and buggy ARRAYINIT
8820         * src/ds390/main.c (genArrayInit): removed obsolete and buggy ARRAYINIT
8821 2003-05-17  Karl Bongers(apply patches from Martin Helmling)
8822
8823         * debugger/mcs51/sdcdb.c,cmd.c,break.c and .h files.
8824   Added feature to script commands from file.
8825
8826 2003-05-14  Bernhard Held <bernhard AT bernhardheld.de>
8827
8828         * device/lib/_strtok.c: fixed bug #734355 by Lenny Story and Tim Woodall
8829         * src/SDCCutil.c: include ctype.h for win32
8830
8831 2003-05-13  Bernhard Held <bernhard AT bernhardheld.de>
8832
8833         * src/pic16/*: removed CR from many files, reported by Vangelis Rokas
8834
8835 2003-05-12  Karl Bongers(apply development patches from Martin Helmling)
8836
8837         * debugger/mcs51/sdcdb.c,simi.c,cmd.c,break.c and .h files.
8838   Fixed so you can set breakpoints prior to run, run does not stop
8839   on entry now.  Add tbreak.  Other enhancements and fixes for use
8840   with ddd.
8841
8842 2003-05-12  Borut Razem <borut.razem AT siol.net>
8843
8844         * src/SDCCmain.c: fixed the problem with searching the DATADIR as the last resort on *nix
8845
8846 2003-05-11  Borut Razem <borut.razem AT siol.net>
8847
8848         * src/SDCCutil.c: WIN32 version of getBinPath() calls GetModuleFileName() to determine
8849         the path of bin directory, so that PATH is the only env. variable, which has to be set
8850         in case of standard installation.
8851         * src/ds390/ds390.dsp: increased value of /Zm option to 1000
8852         * src/pic/main.c: add quotes to file name parameters for gplink and gpasm
8853         * src/SDCCglobl.h, src/SDCCmain.c, doc/sdccman.lyx: added --print-search-dirs command line option
8854
8855 2003-05-04  Bernhard Held <bernhard AT bernhardheld.de>
8856
8857         * src/SDCCmain.c (linkEdit): fixed buffer overflow for gbz80
8858         * support/regression/Makefile: inter-port-clean is no longer nesessary, the
8859         temp files are in the port dir; clean the gen/test directory when
8860         generating new test.c
8861         * support/regression/ports/host/spec.mk: defined OBJEXT for target clean
8862         * support/regression/tests/vaargs.c: fixed gcc 3.3 warning
8863         * support/regression/tests/zeropad.c: added
8864
8865 2003-05-09    <johan AT balder>
8866
8867         * src/SDCCglue.c: fixed bug #597940
8868
8869 2003-05-05  Karl Bongers(apply patches from Martin Helmling)
8870
8871         * debugger/mcs51/sdcdb.c,simi.c,cmd.c,symtab.c and .h files.
8872   cache sfr, optimize next,step, fix off by one sourceline,
8873   support ddd list function.
8874         * sim/ucsim/cmd.src/newcmd.cc - small fix for sdcdb use.
8875
8876 2003-05-04  Bernhard Held <bernhard AT bernhardheld.de>
8877
8878         * support/regression/HTMLgen.py: added compare_s2f()
8879         * support/regression/Makefile: redo 1.27
8880         * support/regression/generate-cases.py: redo 1.5
8881
8882 2003-04-30  Bernhard Held <bernhard AT bernhardheld.de>
8883
8884         * support/regression/tests/float.c: workaround 33 bit hex constant
8885         * support/regression/tests/simplefloat.c: fix division for host
8886
8887 2003-04-29  Scott Dattalo  <scott AT dattalo.com>
8888
8889         * src/pic/pcoderegs.c Applied patch from Jim Hawkridge <jim AT jimhawkridge.uk.eu.org>
8890         that tame's the PIC's over-aggressive optimizer.
8891
8892 2003-04-29  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
8893
8894          * src.dsw, link/z80/aslink.h, link/z80/linkz80.dsp: z80 linker
8895          support for MSVC.
8896
8897 2003-04-29  Kevin Vigor <kevin AT vigor.nu>
8898
8899         Initial support for DS80C400. "Hello world" runs on TINIm400
8900         (with polled I/O).
8901
8902 2003-04-28  Karl Bongers(apply patches for Martin Helmling)
8903
8904          * debugger/mcs51/sdcdb.c,simi.c,cmd.c,symtab.c and .h files.
8905          * Some notes on ddd usage added in debugger/README
8906          Martin Helmling adding more features and fixes for ddd GUI debugger.
8907          Code added for nexti, stepi, up, down, and other adjustments.
8908
8909 2003-04-28  Scott Dattalo  <scott AT DATTALO.COM>
8910
8911         * src/pic/pCodepeep.c non-wildcard asmops are now handled
8912         * src/pic/peeph.def Added two rules to optimize carry manipulation
8913         * src/pic/* removed debug printfs
8914
8915 2003-04-28  Bernhard Held <bernhard AT bernhardheld.de>
8916
8917         * debugger/mcs51/cmd.c: added header newalloc.h
8918
8919 2003-04-26  Bernhard Held <bernhard AT bernhardheld.de>
8920
8921         * as/Makefile: new EXEEXT
8922         * as/z80/Makefile: remove trailing slash of BUILDIR
8923         * as/z80/clean.mk: new EXEEXT
8924         * Makefile.common.in: add to CFLAGS (and others), don't replace it
8925         * support/cpp2/Makefile.in: new EXEEXT
8926         * src/pic/glue.c (pic14emitRegularMap): fixed warning
8927
8928 2003-04-24  Bernhard Held <bernhard AT bernhardheld.de>
8929
8930         Cygwin's gcc always appends .exe: 'gcc -o a a.c' creates a.exe;
8931         EXEEXT was introduced to fix all related problems with targets
8932         "clean", "install" and "uninstall"; a couple of further flaws
8933         especially with "clean" have been fixed too
8934         * as/mcs51/Makefile.in
8935         * as/mcs51/clean.mk
8936         * as/z80/Makefile
8937         * Makefile
8938         * clean.mk
8939         * debugger/mcs51/Makefile.in
8940         * debugger/mcs51/clean.mk
8941         * link/z80/Makefile
8942         * link/z80/Makefile.in
8943         * link/z80/clean.mk
8944         * link/Makefile
8945         * packihx/Makefile.in
8946         * packihx/clean.mk
8947         * sim/ucsim/Makefile
8948         * sim/ucsim/clean.mk
8949         * sim/ucsim/avr.src/Makefile.in
8950         * sim/ucsim/avr.src/clean.mk
8951         * sim/ucsim/s51.src/Makefile.in
8952         * sim/ucsim/s51.src/clean.mk
8953         * sim/ucsim/xa.src/Makefile.in
8954         * sim/ucsim/xa.src/clean.mk
8955         * sim/ucsim/z80.src/Makefile.in
8956         * sim/ucsim/z80.src/clean.mk
8957         * sim/ucsim/main_in.mk
8958         * sim/ucsim/packages_in.mk
8959         * sim/ucsim/gui.src/Makefile.in
8960         * sim/ucsim/gui.src/serio.src/Makefile.in
8961         * sim/ucsim/gui.src/serio.src/clean.mk
8962         * src/Makefile.in
8963         * src/clean.mk
8964         * support/cpp2/Makefile.in
8965         * support/cpp2/clean.mk
8966         * support/makebin/Makefile
8967         * support/makebin/clean.mk
8968         * support/scripts/sdcc_mingw32: --program-suffix no longer needed
8969         * doc/sdccman.lyx: --program-suffix no longer needed
8970
8971 2003-04-23  Karl Bongers(apply patches for Martin Helmling)
8972
8973          * debugger/mcs51/sdcdb.c,simi.c,cmd.c,..
8974          Martin Helmling added support for ddd GUI debugger.
8975          Code added to display assembly, set variables, and other commands
8976          to interface to ddd.
8977
8978 2003-04-23  Bernhard Held <bernhard AT bernhardheld.de>
8979
8980         * as/Makefile: fix target clean
8981         * as/clean.mk: fix target clean
8982         * as/z80/clean.mk: fix target clean
8983
8984 2003-04-22  Bernhard Held <bernhard AT bernhardheld.de>
8985
8986         * Makefile.common.in: added  AT EXEEXT AT
8987         * configure.in: removed all mingw32 stuff
8988         * configure: rebuilt from configure.in
8989         * doc/sdccman.lyx: updated section "installation"
8990         * support/scripts/sdcc_mingw32: adapted to configure
8991         * support/scripts/sdcc_cygwin_mingw32: added
8992
8993 2003-04-22  Scott Dattalo  <scott AT dattalo.com>
8994
8995         * src/pic Added object file support for the PIC port
8996         * src/pic Applied patch from Craig Franklin (this started the object file support)
8997         * src/regression Updated the PIC regression tests for object files
8998
8999 2003-04-20  Borut Razem <borut.razem AT siol.net>
9000
9001         * sdcc/as/mcs51/lklex.c: make getfid() more robust and fixed gcc warning:
9002           lklex.c: In function `getfid':
9003           lklex.c:203: warning: array subscript has type `char'
9004         * src/SDCCglobl.h: small change in stack handling macros, to avoid crash when compiled
9005           with MSVC with global optimization enabled (probably an cl compiler bug ;-)
9006         * support/Util/SDCCerr.c, support/Util/SDCCerr.h: added function fatal(), called from
9007           stack handling macros
9008
9009 2003-04-19  Borut Razem <borut.razem AT siol.net>
9010
9011         * "handling space characters in file path" task:
9012         * src/SDCCmacro.c: fixed bug in handlig quote at the end of line
9013         * support/Util/BuildCmd.c: define par as NULL if parameter value is invalid
9014         * support/Util/MySystem.h: make it self-sufficient
9015         * src/avr/main.c, src/ds390/main.c, src/mcs51/main.c, src/pic/main.c, src/xa51/main.c,
9016           src/z80/main.c, sdcc/as/mcs51/lklex.c:
9017           handling space characters in file path
9018         * src/SDCCmain.c: introduced setDataPaths() function, {datadir} macro
9019           (it will be used by assemblers, which have their own includes, e.g. gpasm)
9020         * support/Util/MySystem.c: handling space characters in executable's path
9021
9022 2003-04-19  Bernhard Held <bernhard AT bernhardheld.de>
9023
9024         * as/z80/Makefile: fix permanent rebuild of z80
9025         * sim/ucsim/gui.src/Makefile.in: target "install" builds the same packages as target "all"
9026         * support/regression/tests/bitfields.c: added Johan's bitfields.c
9027
9028 2003-04-18      Kevin Vigor <kevin AT vigor.nu>
9029
9030         * src/SDCCopt.c: add special case optimization to replace modulo by
9031           a power of two with a bitwise AND.
9032
9033 2003-04-18    <johan AT balder>
9034
9035         * src/mcs51/gen.c (getFreePtr): fixed bug #635354
9036
9037 2003-04-17    <johan AT balder>
9038
9039         * src/mcs51/ralloc.c (packRegsForAssign): fixed bug #716790 and removes lot's of redundant register usage around function calls
9040         * src/mcs51/ralloc.c (packRegisters): fixed bug #720667
9041
9042 2003-04-13  Borut Razem <borut.razem AT siol.net>
9043
9044         * doc/sdccman.lyx: updated info about #pragma SAVE/RESTORE nesting
9045         * configure.in, configure: fixed problems on cygwin/WinCVS environmet with ports.* line endings;
9046           fixed mingw problem in adl_NORMALIZE_PATH
9047
9048 2003-04-12  Borut Razem <borut.razem AT siol.net>
9049
9050         * fixed "#pragma SAVE/RESTORE can not be nested":
9051         * src/SDCC.lex: reworked pragma handling functions
9052         * sdcc/src/SDCCglobl.h: reworked stack handling macros
9053         * support/Util/SDCCerr.c, support/Util/SDCCerr.h: added E_STACK_VIOLATION error
9054
9055 2003-04-12  Bernhard Held <bernhard AT bernhardheld.de>
9056
9057         * src/SDCCutil.c (pathEquivalent): defined but not used
9058         * debugger/mcs51/sdcdb.c: replace SDCC_LIB_DIR
9059         * configure.in: remove sdcc_datadir, sdcc_lib_dir and sdcc_include_dir
9060         * configure: rebuilt from configure.in
9061         * sdccconf_in.h: remove SDCC_LIB_DIR and SDCC_INCLUDE_DIR
9062         * sdcc_vc_in.h: remove SDCC_LIB_DIR and SDCC_INCLUDE_DIR
9063         * device/include/Makefile.in: replace sdcc_datadir
9064         * device/lib/Makefile.in: replace sdcc_datadir
9065         * Makefile.common.in: add LDFLAGS from configure
9066         * packihx/Makefile.in: use LDFLAGS
9067         * src/Makefile.in: use LDFLAGS
9068         * support/cpp2/Makefile.in: add LDFLAGS from configure
9069         * support/makebin/Makefile: use LDFLAGS
9070         * .version: bumped version number to 2.3.5
9071
9072 2003-04-12  Borut Razem <borut.razem AT siol.net>
9073
9074         * completed "different paths" task:
9075         * src/SDCCmacro.c: fixed bug in handling quotes
9076         * src/SDCCutil.c, src/SDCCutil.c: rewritten getPrefixFromBinPath()
9077         * src/SDCCmain.c: _discoverPaths() replaced with setBinPaths(), setIncludePath() and setLibPath()
9078
9079 2003-04-12  Bernhard Held <bernhard AT bernhardheld.de>
9080
9081         * src/pic/pcoderegs.c (Remove1pcode): fix warning on alpha
9082
9083 2003-04-11 kevin Vigor <kevin AT vigor.nu>
9084
9085         * ds390/gen.c ds390/peeph.def: fix bug 706781
9086
9087 2003-04-11  Borut Razem <borut.razem AT siol.net>
9088
9089         * support/Util/dbuf.c, support/Util/dbuf.h: update to version 1.1.1 - re-added C++ stuff to make it still more portable
9090
9091 2003-04-10  Scott Dattalo  <scott AT dattalo.com>
9092
9093         * src/pic/* Applied the pointer-to-function patch from Steve Tell.
9094         * src/pic/* Fixed several pointer bugs. (PIC port broke when the ruonly bit was
9095          set - this bit used to not be set...).
9096         * src/pic/gen.c Fixed buf 609268 ==> x = (x+1) & 0xf; generated
9097           bad code in PIC Port
9098         * src/regression/and2.c added to test bug 609268
9099         * src/regression/Makefile added and2.c to regression test
9100
9101
9102 2003-04-08    <johan AT CP255758-A>
9103
9104         * src/mcs51/gen.c (gen51Code): display reg usage in --icode-in-asm
9105         * src/mcs51/ralloc.c (serialRegAssign): update the registers in use and save some slocs
9106         * src/SDCCicode.h: added riu to show the register usage in --icode-in-asm
9107
9108 2003-04-07  Bernhard Held <bernhard AT bernhardheld.de>
9109
9110         * configure.in: fully support prefix, exec_prefix, datadir, docdir;
9111         fix bug #487815
9112         * support/cpp2/Makefile.in: fix bug #487815
9113         * configure: rebuilt from configure.in
9114         * Makefile.common.in: docdir changed, new path suffixes
9115         * sdccconf_in.h: new RETSIGTYPE, and other PATHs
9116         * sdcc_vc_in.h: reflect changes from sdccconf.h
9117         * src/SDCCglobl.h: remove *SEPARATOR_CHARS, they are now in sdccconf.h
9118         * src/SDCCutil.h: remove BINDIR hack
9119         * doc/sdccman.lyx: update new path hierarchy
9120
9121 2003-04-06    Paul Stoffregen <paul AT pjrc.com>
9122
9123         * src/SDCCpeeph.c: added okToRemoveSLOC test
9124
9125 2003-04-06    Paul Stoffregen <paul AT pjrc.com>
9126
9127         * device/lib/printf_fast.c: added leading zero format ("%06d", etc)
9128
9129 2003-04-06    Paul Stoffregen <paul AT pjrc.com>
9130
9131         * src/SDCCpeeph.c: added labelIsReturnOnly test
9132         * src/mcs51/peeph.def: Peephole 244: replace ljmp to ret with ret
9133
9134 2003-04-05    <johan AT balder>
9135
9136         * src/SDCCcse.c (cseAllBlocks): fixed bug #460088
9137         * src/SDCCloop.c (DEFSETFUNC): fixed bug #460088
9138         * src/SDCCopt.c (eBBlockFromiCode): fixed bug #460088
9139         * src/SDCCast.c: fixed a warning
9140         * src/SDCCast.h: fixed a warning
9141         * src/SDCCicode.c (operandFromAst): fixed a warning
9142
9143 2003-04-04    <johan AT balder>
9144
9145         * src/SDCCloop.c (DEFSETFUNC): undid the fix for bug #519584
9146         * src/SDCCast.c (decorateType): fixed bug #715076
9147         * src/SDCC.y: fixed bug #702907
9148
9149 2003-04-03    <johan AT balder>
9150
9151         * device/lib/_mulint.c (_muluint): new #pragma LESS_PEDANTIC
9152         * src/SDCCopt.c (eBBlockFromiCode): new #pragma LESS_PEDANTIC
9153         * src/SDCCglobl.h (PRAGMA_LESSPEDANTIC): new #pragma LESS_PEDANTIC
9154         * src/SDCC.lex (doPragma): new #pragma LESS_PEDANTIC
9155         * src/SDCCmain.c (parseCmdLine): new #pragma LESS_PEDANTIC
9156
9157 2003-04-03  Bernhard Held <bernhard AT bernhardheld.de>
9158
9159         * _decdptr.c: fix return values
9160         * _gptrget.c: fix return values
9161         * _gptrgetc.c: fix return values
9162         * _gptrput.c: fix return values
9163         * _mulint.c: fix return values
9164         * as/z80/Makefile: fix 'make -j' problem
9165
9166 2003-04-02  Bernhard Held <bernhard AT bernhardheld.de>
9167
9168         * Makefile.common.in: unused PORT, SCC and SAS removed, fixed docdir
9169         * configure.in: big cleanup, updated to autoconf 2.5x
9170         * configure: rebuilt from configure.in
9171         * sdccconf_in.h: new RETSIGTYPE, and other PATHs
9172         * sdcc_vc_in.h: reflect changes from sdccconf.h
9173         * doc/Makefile: fixed a flaw in "make install"
9174
9175 2003-04-02    <johan AT balder>
9176
9177         * src/ds390/gen.c (genCmp): no comments
9178         * src/mcs51/gen.c (genCmp): no comments
9179         * src/SDCCopt.c (eBBlockFromiCode): detect missing return values
9180         * src/SDCCast.c (ast_print): fixed the function type in --dumptree
9181
9182 2003-04-01  Bernhard Held <bernhard AT bernhardheld.de>
9183
9184         * support/regression/generate-cases.py: place generated file in given sub directory
9185         * support/regression/ports/host/spec.mk: prevent removal of testfwk.o
9186         * support/regression/Makefile: improvements for 'make -j';
9187         side effect: it's simpler and faster now
9188
9189 2003-03-31  Borut Razem <borut.razem AT siol.net>
9190
9191         * src/z80/main.c: link-{port} and as-{port} defined without path
9192         * src/src.dsp: support/Util/MySystem.h and src/SDCCutil.h added to project
9193
9194 2003-03-31  Bernhard Held <bernhard AT bernhardheld.de>
9195
9196         * Makefile, src/Makefile.in: add dependencies, so that 'make -j' works
9197
9198 2003-03-30  Borut Razem <borut.razem AT siol.net>
9199
9200         * support/Util/BuildCmd.c, support/Util/BuildCmd.h: rewrite buildCmdLine(),
9201           changed type of list parameter to set
9202         * src/ds390/main.c: changed type of parameter asmOptions to set in _tininative_do_assemble()
9203         * src/port.h: changed type of do_assemble() parameter to set
9204         * src/SDCCmain.c: type of asmOptions changed to set, introduced setParseWithComma(),
9205           sdcpp defined without path, removed variable VersionString, introduced set binPathSet,
9206           definition of "cppoutfilename" macro with NULL value in preProcess()
9207         * src/SDCCglobl.h: included "SDCCset.h", added declaration of setParseWithComma()
9208         * src/SDCCglue.c: removed variable VersionString, inroduced spacesToUnderscores()
9209         * support/Util/MySystem.c, support/Util/MySystem.h: rewrite, char *ExePathList[]
9210           replaced with set *binPathSet
9211         * shash_add() deallocates the item, if allready exsists, before adding the new one
9212         * src/SDCCmacro.c: handling macros with empty or NULL values in _evalMacros()
9213
9214 2003-03-30  Scott Dattalo  <scott AT dattalo.com>
9215
9216         * src/pic/gen.c: Commit patch from Steve Tell <tell AT telltronics.org> that fixes
9217           a nested for loop bug in the PIC port
9218         * src/regression/nestfor.c: new regression test file Steve wrote to test nested
9219           for loops
9220
9221 2003-03-29  Bernhard Held <bernhard AT bernhardheld.de>
9222
9223         * support/Util/dbuf.h: remove C++ stuff to make it portable
9224
9225 2003-03-28  Borut Razem <borut.razem AT siol.net>
9226
9227         * src/SDCC.lex: Fix for bug #711240: dynamic buffer handling of C
9228           literal strings in stringLiteral()
9229         * support/Util/dbuf.c, support/Util/dbuf.h: added: dynamic buffer handling
9230         * src/Makefile.bcc, src/Makefile.in, src\src.dsp: added support/Util/dbuf.c
9231           to the project
9232
9233 2003-03-27  Paul Stoffregen <paul AT pjrc.com>
9234
9235         * src/SDCCpeeph.c (pcDistance): accurate byte distance for mcs51
9236
9237 2003-03-26    <johan AT balder>
9238
9239         * src/mcs51/gen.c (saveRegisters): catched symbol abuse
9240         * src/ds390/gen.c (saveRegisters): catched symbol abuse
9241         * src/SDCCast.c (decorateType): fixed " -v < 3"
9242
9243 2003-03-23  Bernhard Held <bernhard AT bernhardheld.de>
9244
9245         * doc/cdbfile.html: removed, replaced by cdbfileformat.lyx
9246         Added Lenny Story's debug infrastructure changes:
9247         * src/Makefile.in:  added new files cdbFile.c and SDCCdebug.c
9248         * src/Makefile.bcc: added new files cdbFile.c and SDCCdebug.c
9249         * src/cdbFile.c: added
9250         * src/SDCCdebug.c: added
9251         * src/SDCCdebug.h: added
9252         * src/SDCCast.c (createFunction)
9253         * src/SDCCglue.c (emitRegularMap, emitStaticSeg, emitOverlay, glue)
9254         * src/SDCCmain.c (parseCmdLine, main)
9255         * src/SDCCmem.c (redoStackOffsets)
9256         * src/SDCCsymt.c (cdbStructBlock, cdbTypeInfo, cdbSymbol, cdbStruct, cdbStructBlock)
9257         * src/SDCCsymt.h
9258         * src/common.h
9259         * src/avr/gen.c (genAVRCode)
9260         * src/ds390/gen.c (gen390Code)
9261         * src/mcs51/gen.c (gen51Code)
9262         * src/pic/gen.c (genpic14Code)
9263         * src/pic/glue.c (pic14emitRegularMap, pic14emitStaticSeg, pic14emitOverlay, picglue)
9264         * src/xa51/gen.c (genXA51Code)
9265         * src/SDCCast.c: fixed "void foo(void){char c; -c < 0;}"
9266
9267 2003-03-22  Frieder Ferlemann <Frieder.Ferlemann AT web.de>
9268
9269         * src/mcs51/gen.c (genCodePointerGet): quicker code for bug #700797
9270         * src/mcs51/peeph.def: added rules 177, 241.x to 243, touched 181, 182.x, 193.x
9271
9272 2003-03-22    <johan AT balder>
9273
9274         * src/SDCCicode.c (geniCodeDerefPtr): fixed bug #698231
9275
9276 2003-03-21  Bernhard Held <bernhard AT bernhardheld.de>
9277
9278         * support/scripts/sdcc_mingw32: adapted to configure from autoconf 2.54
9279         * doc/cdbfileformat.lyx: added, written by Lenny Story
9280         * doc/Makefile: added cdbfileformat.lyx
9281         * doc/clean.mk: added cdbfileformat.lyx
9282
9283 2003-03-20  Bernhard Held <bernhard AT bernhardheld.de>
9284
9285         * src/mcs51/peeph.def: fix bug #705773
9286
9287 2003-03-20    <johan AT balder>
9288
9289         An sfr/sbit can have an "at #" AND an initializer
9290         * src/SDCCsymt.c (checkSClass):
9291         * src/SDCCmem.c (allocGlobal):
9292         * src/SDCCmem.c (allocLocal):
9293         * src/SDCCast.c (createBlock):
9294
9295 2003-03-17  Bernhard Held <bernhard AT bernhardheld.de>
9296
9297         * src/ds390/peeph.def: fix bug #704878: added rule 213.b suggested by Jan Rejlek
9298
9299 2003-03-16    <johan AT balder>
9300
9301         Undid the hackup of const and volatile, the problem is much bigger
9302         * src/SDCC.y:1.65
9303         * src/SDCCast.c:1.171
9304         * src/SDCCglue.c:1.138
9305         * src/SDCCicode.c:1.146
9306         * src/SDCCsymt.c:1.150
9307         * src/SDCCval.c:1.65
9308
9309 2003-03-15  Bernhard Held <bernhard AT bernhardheld.de>
9310
9311         * src/mcs51/ralloc.c (packRegsForAssign): fixed bug #703541
9312         * src/ds390/gen.c (genAddrOf): fixed bug #704087
9313
9314 2003-03-13    <johan AT balder>
9315
9316         Hackup const and volatile modifiers in type chains a bit:
9317         * src/SDCC.y:1.63
9318         * src/SDCCast.c:1.169
9319         * src/SDCCglue.c:1.136
9320         * src/SDCCicode.c:1.143
9321         * src/SDCCsymt.c1.146
9322         * src/SDCCsymt.h1.59
9323         * src/SDCCval.c:1.63
9324
9325 2003-03-12    <johan AT balder>
9326
9327         * src/SDCCBBlock.h: more LRH debugging junk
9328         * src/SDCCcflow.h: more LRH debugging junk
9329         * src/SDCCloop.c: more LRH debugging junk
9330         * src/SDCC.y (struct_declaration): fixed bug #697590
9331         * src/SDCCsymt.[hc] (cloneSpec): NEVER EVER use this again
9332         * src/ds390/gen.c (aopForRemat): fixed bug #700031
9333         * src/SDCCglue.c (emitStaticSeg): fixed bug #700797
9334
9335 2003-03-11 Kevin Vigor <kevin AT vigor.nu>
9336         * src/SDCCpeeph.c: quit being lazy and made proper fix (peephole
9337         test function names must now match exactly).
9338         * src/SDCCcse.c: added special case in findCheaperOp to allow
9339         extending a short integer. Makes less awful code for bug 700121 test case.
9340
9341 2003-03-11  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
9342
9343         * as/mcs51/lkmain.c: Added ASlink-Warning to messages
9344         * as/mcs51/lkaomf51.c: Fixed bug when linking asmblink example
9345
9346 2003-03-11 Kevin Vigor <kevin AT vigor.nu>
9347
9348         * src/SDCCpeeph.c: fix so that operandsNotEqualX functions are
9349         actually called (operandsNotEqual() was called for all
9350         operandsNotEqualX tests).
9351
9352 2003-03-11 Kevin Vigor <kevin AT vigor.nu>
9353
9354         * src/SDCCcse.c: fix findCheaperOp to prevent replacing int types
9355         with shorter literals. Fixes bug 700121.
9356
9357 2003-03-11    <johan AT balder>
9358
9359         * src/SDCCsymt.c (compareType): a (void *) can be assigned to any pointer
9360
9361 2003-03-11  Bernhard Held <bernhard AT bernhardheld.de>
9362
9363         * src/SDCCloop.c (mergeRegions): an evil beast is dead
9364         * src/SDCCmain.c (preProcess): minor cleanup: eliminate preOutName
9365
9366 2003-03-10  Borut Razem <borut.razem AT siol.net>
9367
9368         * src/SDCCmain.c: pipe preprocessor's output
9369         * support/Util/MySystem.c, support/Util/MySystem.h: added my_popen()
9370         * sdcc_vc_in.h: define pclose as _pclose for WIN32
9371         * src/SDCCglue.c, src/SDCCglue.h: added set pipeSet, added function closePipes,
9372         which closes all pipes in pipeSet set
9373         * src/SDCCset.c: free deleted item in function deleteSetItem()
9374         * src/src.dsp, src/z80/z80.dsp: files support/Util/BuildCmd.c and support/Util/MySystem.c
9375         moved from z80 to src subproject
9376         * .version: increased version number to 2.3.4
9377
9378 2003-03-10  Bernhard Held <bernhard AT bernhardheld.de>
9379
9380         * support/regression/ports/mcs51/spec.mk: increase timeout for CF's sparc to 30s
9381         * support/regression/ports/ds390/spec.mk: increase timeout for CF's sparc to 25s
9382         * support/regression/ports/xa51/spec.mk: fix typo
9383
9384 2003-03-09  Bernhard Held <bernhard AT bernhardheld.de>
9385
9386         * src/SDCCglobl.h: PATH_MAX is already defined in mingw32 headers
9387
9388 2003-03-09  Borut Razem <borut.razem AT siol.net>
9389
9390         * src/SDCCmain.c: pipe preprocessor's output
9391         * support/Util/MySystem.c, support/Util/MySystem.h: added my_popen()
9392         * sdcc_vc_in.h: define pclose as _pclose for WIN32
9393         * src/SDCCglue.c, src/SDCCglue.h: added set pipeSet, added function closePipes,
9394         which closes all pipes in pipeSet set
9395         * src/SDCCset.c: free deleted item in function deleteSetItem()
9396         * src/src.dsp, src/z80/z80.dsp: files support/Util/BuildCmd.c and support/Util/MySystem.c
9397         moved from z80 to src subproject
9398
9399 2003-03-09  Borut Razem <borut.razem AT siol.net>
9400
9401         * src/SDCCglue.c: re-implemented tempfilename() and tempfile(): using mkstemp() if available
9402         * src/SDCCsymt.h: fixed MSVC and BORLANDC compilation (included SDCCglobl.h instead srccconf.h)
9403         * sdcc_vc_in.h: explicitly undefined HAVE_MKSTEMP which is not available on BORLANDC and MSVC
9404         * src/SDCCset.h: removed inclusion of sdccconf.h or sdcc_vc.h
9405         * src/SDCCglobl.h: unification of WIN32 native definitions
9406
9407 2003-03-09  Frieder Ferlemann <Frieder.Ferlemann AT web.de>
9408
9409         * src/mcs51/gen.c: applied in-/dec patch mentioned on sdcc-devel 2003-03-01
9410
9411 2003-03-08  Bernhard Held <bernhard AT bernhardheld.de>
9412
9413         * src/configure.in:   check for endianess (even while cross-compiling)
9414         * src/configure:      check for endianess (even while cross-compiling)
9415         * src/configure_in.h: check for endianess (even while cross-compiling)
9416         * src/avr/gen.c:        remove old endianess stuff
9417         * src/mcs51/gen.c:      remove old endianess stuff
9418         * src/ds390/gen.c:      remove old endianess stuff
9419         * src/pic/gen.c:        remove old endianess stuff
9420         * src/pic/genarith.c:   remove old endianess stuff
9421         * src/pic/glue.c:       fix endianess check
9422         * src/pic16/gen.c:      remove old endianess stuff
9423         * src/pic16/genarith.c: remove old endianess stuff
9424         * src/pic16/glue.c:     fix endianess check
9425         * src/xa51/gen.c:       remove old endianess stuff
9426         * src/z80/gen.c:        fix endianess check
9427         * src/SDCCglue.c:       fix endianess check
9428         * src/ds390/peeph.def: fix bug 700036
9429
9430 2003-03-08  Bernhard Held <bernhard AT bernhardheld.de>
9431
9432         * src/SDCCsymt.h: use appropriate data-types on host for SDCC's int and long
9433         * src/configure: find appropriate data-types on host for SDCC's int and long
9434         * src/configure.in: find appropriate data-types on host for SDCC's int and long
9435         * src/sdccconf_in.h: find appropriate data-types on host for SDCC's int and long
9436         * src/xa51/gen.c: use %d, not %ld for 4 byte variables
9437
9438 2003-03-07    <johan AT balder>
9439
9440         Just a big NOOP:
9441                 some minor cleanups before the big shot
9442                 OP_DEFS and OP_USES now use Kevin's protection
9443                 new option --nolabelopt
9444
9445         * src/SDCCBBlock.c:
9446         * src/SDCCast.c,:
9447         * src/SDCCcflow.c:
9448         * src/SDCCcse.c:
9449         * src/SDCCicode.c:
9450         * src/SDCCicode.h:
9451         * src/SDCClabel.c:
9452         * src/SDCCloop.c:
9453         * src/SDCCmain.c:
9454         * src/ds390/ralloc.c:
9455         * src/mcs51/ralloc.c:
9456         * src/pic/ralloc.c:
9457         * src/xa51/ralloc.c:
9458         * src/z80/ralloc.c:
9459
9460 2003-03-06  Bernhard Held <bernhard AT bernhardheld.de>
9461
9462         * src/pic/pcode.c (get_op): fix 64 bit warnings
9463         * src/pic/pcode.c (pCode2str): fix 64 bit warnings
9464         * src/SDCChasht.c (newHashTable): fix 64 bit warnings
9465         * src/SDCCsymt.c (checkTypeSanity): fix 64 bit warnings
9466         * support/regression/tests/malloc.c: fix 64 bit warnings
9467
9468 2003-03-04  Bernhard Held <bernhard AT bernhardheld.de>
9469
9470         * src/mcs51/gen.c (genMinus): fixed bug 696436
9471
9472 2003-03-02  Borut Razem <borut.razem AT siol.net>
9473
9474         * src/SDCCmain.c: added BORLANDC, corrected MSVC in printVersionInfo()
9475
9476 2003-02-26  Bernhard Held <bernhard AT bernhardheld.de>
9477
9478         * configure.in: test for mkstemp
9479         * sdccconf_in.h: add HAVE_MKSTEMP
9480
9481 2003-02-24  Bernhard Held <bernhard AT bernhardheld.de>
9482
9483         * device/include/ctype.h: removed warning while using --stack-auto
9484         * device/include/malloc.h: removed warning while using --stack-auto
9485         * device/include/string.h: removed warning while using --stack-auto
9486
9487 2003-02-23  Borut Razem <borut.razem AT siol.net>
9488
9489         * src/asm.h: corrected assertion in function printILine(): _pipe() was not executed on MSVC,
9490         because NDEBUG is defined (see man assert)
9491         * sdcc_vc_in.h: vsnprintf is defined as _vsnprintf on MSVC
9492
9493 2003-02-23  Frieder Ferlemann <Frieder.Ferlemann AT web.de>
9494
9495         * src/mcs51/gen.c (genUminusFloat): avoided dptr in-/decrement for xdata variables
9496         * src/mcs51/peeph.def: added rule suggested by Gernot Fink, white space/comment changes
9497
9498 2003-02-18  Frieder Ferlemann <Frieder.Ferlemann AT web.de>
9499
9500         * src/SDCCpeeph.c: added peephole conditions testing for same arguments
9501         * src/mcs51/peeph.def: added rules 238a-d which remove redundant moves
9502
9503 2003-02-18    <johan AT balder>
9504
9505         * as/mcs51/asmain.c (asmbl): module can start with a digit
9506         * as/z80/asmain.c (asmbl): module can start with a digit
9507
9508 2003-02-16  Bernhard Held <bernhard AT bernhardheld.de>
9509
9510         * sim/ucsim/mkecho: inserted #!/bin/sh for Cygwin, so that it's executable
9511         * src/asm.c: fix pipe() for Mingw32
9512
9513 2003-02-15  Bernhard Held <bernhard AT bernhardheld.de>
9514
9515         * src/SDCCglue.h: make tmpfileNameSet available for preOutName
9516         * src/SDCCmain.c (preProcess): make sure, that preOutName will be deleted;
9517         make -V work again; --c1mode reads now from stdin
9518         * doc/sdccman.lyx: added --c1mode
9519         * support/Util/SDCCerr.c: new messages for c1 mode
9520         * support/Util/SDCCerr.h: new messages for c1 mode
9521         * src/SDCC.lex (checkCurrFile): test if fullSrcFileName is NULL for c1mode
9522
9523 2003-02-15    <johan AT balder>
9524
9525         * src/asm.c: new options: --no-c-code-in-asm and --i-code-in-asm
9526
9527 2003-02-14  Bernhard Held <bernhard AT bernhardheld.de>
9528
9529         * doc/sdccman.lyx: Environment variables, -o and other minor things
9530
9531 2003-02-14    <johan AT balder>
9532
9533         * src/xa51/main.c: before anyone really tries to use it :)
9534
9535         * Install doc's in share/sdcc/doc
9536         * removed some obsolete files
9537         * Do a proper make distclean and uninstall
9538         M Makefile.common.in
9539         R sdccbuild.sh
9540         M as/Makefile
9541         M device/include/Makefile.in
9542         M device/lib/Makefile.in
9543         M doc/sdccman.lyx
9544         M link/Makefile
9545         M sim/ucsim/doc/Makefile.in
9546         M src/clean.mk
9547         R src/avr/peeph.rul
9548         R src/xa51/peeph.rul
9549         M support/cpp2/Makefile.in
9550         M support/makebin/Makefile
9551
9552
9553 2003-02-13  Bernhard Held <bernhard AT bernhardheld.de>
9554
9555         * support/regression/ports/host/spec.mk: use cc as host compiler for max osx
9556
9557 2003-02-10  Borut Razem <borut.razem AT siol.net>
9558
9559         * doc/bccinst.txt, packihx/packihx.c, sdcc_vc_in.h, src/SDCCset.h,
9560         support/cpp2/config.in: Borland C++ build doesn't depend on Cygwin configure
9561         * Bcc.ini, Makefile.bcc, as/mcs51/Makefile.bcc,
9562         device/examples/ds390/tinitalk/Makefile.bcc, packihx/Makefile.bcc,
9563         support/cpp2/Makefile.bcc, src/Makefile.bcc, src/avr/Makefile.bcc,
9564         src/ds390/Makefile.bcc, src/izt/Makefile.bcc, src/mcs51/Makefile.bcc,
9565         src/pic/Makefile.bcc, src/pic16/Makefile.bcc, src/xa15/Makefile.bcc,
9566         src/z80/Makefile.bcc: Borland Makefile cleanup
9567         * as/z80/Makefile.bcc: Added Borland Makefile
9568         * support/cpp2/borland.h: Removed
9569
9570 2003-02-10  Bernhard Held <bernhard AT bernhardheld.de>
9571
9572         * doc/sdccman.lyx: new pragma NOIV by "Johannes Stezenbach" <js AT convergence.de>
9573         * src/SDCC.lex: new pragma NOIV
9574         * src/SDCCglobl.h: new pragma NOIV
9575         * src/SDCCmem.c: new pragma NOIV
9576
9577 2003-02-09  Bernhard Held <bernhard AT bernhardheld.de>
9578
9579         * src/SDCCmain.c: signal handling is switched off by SDCC_LEAVE_SIGNALS
9580
9581 2003-02-09  Bernhard Held <bernhard AT bernhardheld.de>
9582
9583         * src/SDCCmain.c: signal handling is switched off by --debug
9584         * doc/Makefile: small fix for install; use clean.mk again
9585         * doc/clean.mk: clean *.pdf and *.html too
9586
9587 2003-02-08  Bernhard Held <bernhard AT bernhardheld.de>
9588
9589         * device/lib/_mulint.c: small fix for large/ds390 --int-long-reent resp. --stack-auto
9590         * device/lib/printfl.c: fix a ds390 bug by making it portable
9591         * src/SDCCsymt.c (initCSupport): fix compile warning on Cygwin
9592         * src/SDCCopt.c (cnvToFloatCast): fix compile warning on Cygwin
9593         * src/SDCCopt.c (cnvFromFloatCast): fix compile warning on Cygwin
9594         * debugger/mcs51/cmd.c: converted multi-line string literals
9595         * sim/ucsim/globals.cc: converted multi-line string literals
9596         * src/SDCCmain.c: introduced signal handler to remove temp files
9597         * doc/Makefile: small tweaks, implement clean
9598         * doc: removed generated files
9599
9600 2003-02-05  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
9601
9602         * as/mcs51/aslink.h, as/mcs51/lkihx.c, as/mcs51/lkrloc.c:  Applied
9603         patch from Jan Rejlek <jr AT apex-lib.cz> to fix Bug 677692: "Extended
9604         Address Record is not correctly generated for DS390."
9605
9606 2003-02-02  Borut Razem <borut.razem AT siol.net>
9607
9608         * Makefile.bcc: removed non existing cpp project and non compilable izt project from makefile
9609         * as/mcs51/asm.h: fixed compilation with Borland C
9610         * support/cpp2/Makefile.bcc: added rule to generate auto-host.h
9611         * support/cpp2/auto-host_vc_in.h: fixed compilation with Borland C
9612         * src/mcs51/mcs51a.dsp: corrected misspelled project name from msc51a to mcs51a
9613         * src/avr/Makefile.bcc, src/ds390/Makefile.bcc, src/izt/Makefile.bcc,
9614         src/mcs51/Makefile.bcc, src/pic16/Makefile.bcc, src/xa51/Makefile.bcc,
9615         src/z80/Makefile.bcc: delete $(LIB) only if exist
9616         * src/Makefile.bcc, src/pic/Makefile.bcc:  fixed compilation with Borland C
9617
9618 2003-02-02  Bernhard Held <bernhard AT bernhardheld.de>
9619
9620         * device/include/malloc.h: introduced NULL
9621         * device/include/string.h: introduced NULL
9622         * device/include/stdlib.h: introduced NULL
9623         * device/lib/_memcpy.c: removed NULL
9624         * device/lib/_strcat.c: removed NULL
9625         * device/lib/_strchr.c: removed NULL
9626         * device/lib/_strcmp.c: removed NULL
9627         * device/lib/_strcpy.c: removed NULL
9628         * device/lib/_strcspn.c: removed NULL
9629         * device/lib/_strlen.c: removed NULL
9630         * device/lib/_strncat.c: removed NULL
9631         * device/lib/_strncmp.c: removed NULL
9632         * device/lib/_strncpy.c: removed NULL
9633         * device/lib/_strpbrk.c: removed NULL
9634         * device/lib/_strrchr.c: removed NULL
9635         * device/lib/_strspn.c: removed NULL
9636         * device/lib/_strstr.c: removed NULL
9637         * device/lib/_strtok.c: removed NULL
9638         * device/lib/malloc.c: removed NULL, include own header
9639
9640 2003-02-02    <johan AT balder>
9641
9642         * 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
9643         * support/regression/fwk/lib/testfwk.c: div and mod isn't broken anymore
9644         * regressions ds390/spec.mk and mcs51/spec.mk (timeout): my good old balder isn't fast enough for some tests
9645         * src/z80/gen.c (genZ80Code): added c-lines in asm comments
9646         * as/z80/asm.h (NINPUT): increased for long c-comments in regression tests
9647         * src/z80/gen.c (genRightShiftLiteral): fixed the (char)(-3)>>8 (I think)
9648
9649 2003-02-01  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
9650
9651         * src/SDCCmain.c: Fixed bug 678574: "ds390: ASlink-Error-Stack overlaps
9652         area 'DATA'"
9653
9654 2003-02-01    <johan AT balder>
9655
9656         * src/SDCCval.c (valBitwise): fixed Karl's "2 | (1<<8)"
9657
9658 2003-01-31    <johan AT CP255758-A>
9659
9660         * src/ds390/main.c (_ds390_genAssemblerPreamble): applied Jan Rejlek's >64K startup patch
9661
9662 2003-01-30    <johan AT balder>
9663
9664         * src/SDCCBBlock.c: automatic bug detection
9665         * src/SDCCicode.c: automatic bug detection
9666
9667 2003-01-29  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
9668
9669         * src/SDCCglobl.h:   now --xram-size 0 works
9670         * src/SDCCmain.c:    now --xram-size 0 works
9671
9672 2003-01-29    <johan AT balder>
9673
9674         * src/almosteverything: changed OP_DEFS and OP_USES from macros to functions to catch symbol abuse (a hot topic in the bug list :)
9675
9676 2003-01-29  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
9677
9678         * as/mcs51/aslink.h: Added options --xram-size and --code-size
9679         * as/mcs51/lkdata.c: Added options --xram-size and --code-size
9680         * as/mcs51/lkmain.c: Added options --xram-size and --code-size
9681         * as/mcs51/lkmem.c:  Added options --xram-size and --code-size
9682         * src/SDCCglobl.h:   Added options --xram-size and --code-size
9683         * src/SDCCmain.c:    Added options --xram-size and --code-size
9684
9685 2003-01-28  Bernhard Held <bernhard AT bernhardheld.de>
9686
9687         * src/ds390/gen.c: fix deps by replacing <common.h> with "common.h"
9688         * src/SDCC.lex: rename P_OVERLAY to P_OVERLAY_ for cross-gcc 3.2 MINGW32
9689
9690 2003-01-27    <johan AT balder>
9691
9692         * src/SDCC.y: fixed bug #613764
9693
9694 2003-01-26    <johan AT balder>
9695
9696         * src/SDCClrange.c:  fixed Bernhard's "char * code ptr = &c"
9697         * src/SDCCsymt.h: fixed bug #673374
9698         * src/SDCCglue.c: fixed bug #661910
9699         * src/SDCCast.c: fixed bug #458099 and 673374
9700
9701 2003-01-26  Bernhard Held <bernhard AT bernhardheld.de>
9702
9703         * as/mcs51/strcmpi.c: added, provides Aurelien Jarno's as_strcmpi(); strcmpi() is not ANSI
9704         * as/mcs51/strcmpi.h: added
9705         * as/mcs51/asm.h: remove ugly "#define strcmpi strcmp"
9706         * as/mcs51/aslink.h: remove ugly "#define strcmpi strcmp"
9707         * as/mcs51/asmain.c: strcmpi -> as_strcmpi
9708         * as/mcs51/assym.c: strcmpi -> as_strcmpi
9709         * as/mcs51/lkmem.c: strcmpi -> as_strcmpi
9710         * as/mcs51/lknoice.c: strcmpi -> as_strcmpi
9711         * as/mcs51/lksym.c: strcmpi -> as_strcmpi
9712         * as/mcs51/Makefile.aslink: new module strcmpi
9713         * as/mcs51/Makefile.asx8051: new module strcmpi
9714         * as/mcs51/Makefil.bcc: new module strcmpi
9715         * as/mcs51/Makefile.in: new module strcmpi
9716         * sim/ucsim/s51.src/uc390.cc (get_mem_size): make RAM big enough for tinibios
9717
9718 2003-01-26    <johan AT balder>
9719
9720         * src/SDCCglue.c: reverted back to 1.124
9721         * src/SDCCast.c: reverted back to 1.156
9722         * src/mcs51/gen.c (aopGet): applied Frieder's efficiency patch
9723
9724 2003-01-25    <johan AT balder>
9725
9726         * src/SDCCglue.c: A better fix for bug #661910
9727         * src/SDCCast.c: A better fix for bug #661910
9728         * src/SDCCglue.c (emitRegularMap): That was a little too efficient
9729
9730 2003-01-24  Bernhard Held <bernhard AT bernhardheld.de>
9731
9732         * src/Makefile.in: remove spawn.o
9733         * src/SDCCmain.c: remove spawn.h
9734         * src/SDCCmain.c (printVersionInfo): report MINGW32 instead of UNIX
9735         * src/spawn.c: removed
9736         * src/spawn.h: removed
9737         * support/regression/ports/ds390/spec.mk: link with -r
9738
9739 2003-01-24    <johan AT CP255758-A>
9740
9741         * src/ds390/gen.c (aopOp): fixed bug #667458
9742         * src/SDCCglue.c (emitRegularMap): fixed bug #458099 again
9743         * src/SDCCast.c (createIvalCharPtr): fixed bug #661910
9744         (createIvalCharPtr): an ival doesn't always have a storage class anymore
9745
9746 2003-01-24  Bernhard Held <bernhard AT bernhardheld.de>
9747
9748         * src/mcs51/peeph.def: better assembler identation by Frieder
9749         * src/mcs51/gen.c: better assembler identation by Frieder
9750
9751 2003-01-22  Bernhard Held <bernhard AT bernhardheld.de>
9752
9753         * as/z80/string.h: removed for gcc 3.2
9754         * support/makebin/makebin.c: #include <string.h> for gcc 3.2
9755         * src/pic/pcode.c (get_op_from_instruction): fix concatenation of string literals with __FUNCTION__ for gcc 3.2
9756
9757 2003-01-19  Bernhard Held <bernhard AT bernhardheld.de>
9758
9759         * src/SDCCmain.c (linkEdit): rename mem and map files even in case of failure
9760         * src/SDCCpeeph.c (replaceRule): fix bug #663503
9761         * support/regression/Makefile: separate temp files for ports
9762         * support/regression/generate-cases.py: separate temp files for ports
9763         * src/mcs51/peeph.def: Frieder: removed 237 (obsolete by 236g and 105); added 237 a/b
9764         * src/ds390/peeph.def: Frieder: removed 237 (obsolete by 236g and 105); added 237 a/b
9765
9766 2003-01-19  Bernhard Held <bernhard AT bernhardheld.de>
9767
9768         * moved tinitalk to device/examples/ds390
9769
9770 2003-01-14  Bernhard Held <bernhard AT bernhardheld.de>
9771
9772         * as/mcs51/lkmem.c: rflag is for DS390
9773         * src/SDCCglobl.h: removed out_name and options stackOnData, genericPtr
9774         * src/SDCCmain.c (optionsTable, setDefaultOptions): removed --stack-after-data and --generic
9775                          (linkEdit): move mem- and map-files the same way as ihx-files
9776         * src/z80/main.c (_setDefaultOptions): removed --generic
9777         * src/SDCCmain.c (_processC1Arg, parseCmdLine, main): --c1mode works again
9778         * src/SDCCglue.c (createInterruptVect, glue): --c1mode works again
9779         * src/pic/glue.c (picglue): --c1mode works again
9780         * src/pic16/glue.c (pic16glue): --c1mode works again
9781         * src/asm.c (printCLine): fix #660034
9782
9783 2003-01-13  Bernhard Held <bernhard AT bernhardheld.de>
9784
9785         * src/ds390/peeph.def: fix #123; add 14 rules by Fiorenzo D. Ramaglia <fd.ramaglia AT tin.it>, 1 by Frieder
9786         * src/mcs51/peeph.def: fix #123; add 14 rules by Fiorenzo, 1 by Frieder
9787         * src/mcs51/gen.c (genFunction): emit r0 instead of ar0 by Fiorenzo
9788         * as/mcs51/lkmem (summary): better fix for sp problem
9789         * src/SDCCglue.c (glue): __start_stack - 1, saves 1 byte!
9790         * src/ds390/main.c (_ds390_finaliseOptions, _tininative_finaliseOptions): stack_loc = 0x400008
9791         * support/regression/ports/*/spec.mk: moving testfwk-object to port dir allow parallel execution of regression tests
9792                                               remove --stack-after-data
9793
9794 2003-01-12  Bernhard Held <bernhard AT bernhardheld.de>
9795
9796         * src/SDCCmain.c (main): port->finaliseOptions() moved for z80 linking
9797         * src/SDCCutil.c (join): ugly bug: missing '\0'
9798         * as/mcs51/lkmem.c (summary): sp on address 7 is safe
9799
9800 2003-01-11  Bernhard Held <bernhard AT bernhardheld.de>
9801
9802         * src/SDCCmain.c (assemble, linkEdit): preparations for -o
9803         * src/port.h: typo
9804         * src/pic/main.c (_asmCmd): gpasm supports -o
9805         * src/z80/main.c: more general macros
9806         * device/lib/Makefile.in: remove intermediate files
9807
9808 2003-01-11  Bernhard Held <bernhard AT bernhardheld.de>
9809
9810         * .version: Bumped version number to 2.3.3
9811         * src/SDCCBBlock.c: new option -o
9812         * src/SDCCglobl.h: new option -o
9813         * src/SDCCglue.c: new option -o
9814         * src/SDCCmain.c: new option -o
9815         * src/asm.c: new option -o
9816         * src/ds390/main.c: new option -o
9817         * src/pic/glue.c: new option -o
9818         * src/pic/pcode.c: new option -o
9819         * src/pic/ralloc.c: new option -o
9820         * src/pic16/glue.c: new option -o
9821         * src/pic16/pcode.c: new option -o
9822         * src/pic16/ralloc.c: new option -o
9823         * src/z80/main.c: new option -o
9824         * device/lib/Makefile.in: use -o
9825         * support/regression/ports/ds390/spec.mk: use -o
9826         * support/regression/ports/gbz80/spec.mk: use -o
9827         * support/regression/ports/mcs51/spec.mk: use -o
9828         * support/regression/ports/mcs51-stack-auto/spec.mk: use -o
9829         * support/regression/ports/z80/spec.mk: use -o
9830         * support/regression/ports/ucz80/spec.mk: use -o
9831         * support/regression/ports/xa51/spec.mk: use -o
9832         * support/regression/fwk/lib/timeout.c: fix usage string
9833
9834 2003-01-09  Bernhard Held <bernhard AT bernhardheld.de>
9835         * src/mcs51/gen.c (genPlus): replaced "mov b,acc" by "mov b,a" Fiorenzo D. Ramaglia <fd.ramaglia AT tin.it>
9836
9837 2003-01-07    <johan AT balder>
9838
9839         * src/SDCCast.c (decorateType): fixed bug #600035
9840
9841 2003-01-07  Bernhard Held <bernhard AT bernhardheld.de>
9842         * as/mcs51/lkmem.c: added several l-modifiers to printf to remove warnings
9843         * as/mcs51/lkaomf51.c: #include <ctype.h> to remove warnings
9844         * src/pic/main.c (_hasNativeMulFor): outcommented unused variables to remove warnings
9845         * src/pic/pcode.c: outcommented unused variable to remove warnings
9846         * src/pic/ralloc.c: outcommented unused variable to remove warnings
9847
9848 2003-01-06    <karl AT turbobit.com>
9849         * sim/ucsim/cmd.src/command.cc: fixed so "break xram r 0x7654" works again in
9850    regression tests.
9851
9852 2003-01-06    <johan AT balder>
9853
9854         * src/SDCCicode.c: fixed array add
9855
9856 2002-01-05  Bernhard Held <bernhard AT bernhardheld.de>
9857         * src/SDCCmacro.c: MAX_STRING_LENGTH increased to 2048; was too small for regression tests
9858         * support/regression/ports/host/support.c: #include <stdarg.h> for gcc 3.2
9859
9860 2003-01-04    <johan AT balder>
9861
9862         * src/SDCCval.c (getNelements): fixed the initialized array of structures
9863
9864 2002-12-29  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
9865         * as/mcs51/Makefile.bcc: fixed typo lkomf51.o -> lkaomf51.o
9866
9867 2002-12-28  Bernhard Held <bernhard AT bernhardheld.de>
9868         * src/mcs51/peeph.def: added rules 234 and 235 from Frieder Ferlemann <frieder.ferlemann AT web.de>
9869         * support/regression/tests/bug-524697.c: fit mem usage into 8032
9870
9871 2002-12-28  Bernhard Held <bernhard AT bernhardheld.de>
9872         * src/mcs51/gen.c (aopGetUsesAcc): inserted missing "return FALSE"
9873
9874 2002-12-27  Bernhard Held <bernhard AT bernhardheld.de>
9875         * as/mcs51/Makefile.in: fixed typo lkomf51.o -> lkaomf51.o
9876
9877 2002-12-26  Bernhard Held <bernhard AT bernhardheld.de>
9878         * src/mcs51/main.c: removed {bindir}{sep} from aslink
9879
9880 2002-12-10  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
9881
9882     * in \sdcc\as\mcs51\ changed these files in order to create an
9883     aomf51 file: aslink.h, lkdta.c, lklex.c, lklibr.c, lklist.c,
9884     lkmain.c.  Also added: lkmem.c and lkaomf51.c.  Changed the
9885     following files to include the previous two files: aslink.dsp,
9886     Makefile.aslink, Makefile.bcc, and Makefile.in.
9887
9888     * Changed \sdcc\src\SDCCmain.c so it creates files with extension
9889     .adb instead of .cdb
9890
9891 2002-11-09  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
9892
9893         * \sdcc\as\mcs51\lklist.c: Now reports memory usage using the
9894         value from option --iram-size.
9895
9896 2002-09-20  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
9897
9898         * \sdcc\as\mcs51\lklist.c: added boundary check before using
9899         dram[] array.
9900
9901 2002-09-18    <wiml AT hhhh.org>
9902
9903         * SDCClrange.h: exposed setFromRange() and setToRange()
9904         * mcs51/ralloc.c: fixed over-eager packRegsForSupport() and
9905           packRegsForAccUse() (bug 542397)
9906         * mcs51/gen.c: MOVA() is now a function to avoid calling aopGet()
9907           multiple times and emitting the fetch operations more than once
9908           added aopGetUsesAcc() function to allow binary operators to
9909           fetch their operands in the correct order; made genMinus() emit
9910           compact code for X = LITERAL - Y
9911
9912 2002-09-00  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
9913         * \sdcc\as\mcs51\lklist.c: Fixed incorrect number of parameters to
9914         sprintf() in line 1267.
9915
9916 2002-09-08  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
9917         * \sdcc\src\SDCCglue.c: Generate areas REG_BANK_[0-3] only for 8051
9918         like ports.
9919
9920 2002-09-04  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
9921         Changes to aslink (All the changes are marked with 'JCF'):
9922
9923         * \sdcc\as\mcs51\aslink.h: External definition of sflag and
9924         summary().
9925
9926         * \sdcc\as\mcs51\lkarea.c: Computes the size of area BSEG_BYTES from
9927         area BSEG.  Also moves, if possible, the DATA area down into the internal
9928         ram so more space is available.
9929
9930         * \sdcc\as\mcs51\lkdata.c: Definition of memory summary output flag
9931         sflag.
9932
9933         * \sdcc\as\mcs51\lklist.c: For the BSEG area report the size in bits,
9934         not bytes.  Function summary() which creates a memory usage summary
9935         file with extension .mem.  Reports of overlaping stack and small stack
9936         size.  If the space for the stack is less than 16 bytes aslink trows a
9937         warning.
9938
9939         * \sdcc\as\mcs51\lkmain.c: Creation of some of the default areas for
9940         the 8051.  Option 'y' for memory summary output file.
9941
9942         Changes to sdcc (All the changes are marked with 'JCF'):
9943
9944         * \sdcc\src\SDCCglobl.h: External definition of RegBankUsed[4].
9945
9946         * \sdcc\src\SDCCglue.c:  If a register bank is used, creates an
9947         overlaying area for it (uses RegBankUsed[4]).
9948
9949         * \sdcc\src\SDCCmain.c: Definition RegBankUsed[4]; marks register
9950         bank zero as used by default.  By default aslink locates the stack
9951         (equivalent to --stack-after-data).  Pass option 'y' to aslink for
9952         the creation of the .mem file.  Delegates the allocation of data area
9953         to aslink (it is not longer 0x30 by default).  If --stack-loc passes
9954         the begining of the stack area to aslink.
9955
9956         * \sdcc\src\SDCCmem.c:  If a register bank is used, marks it so
9957         glue() in SDCCglue.c creates an area for it.
9958
9959 2002-09-03  Borut Razem <borut.razem AT siol.net>
9960         * sdcc/src/SDCCglue.c, sdcc/src/SDCCglue.h, sdcc/src/SDCCmain.c,
9961         sdcc/src/pic/glue.c:
9962         introduced atexit() handler for teporay files removal in case of
9963         errors, assertions, ...
9964
9965 2002-08-29  Borut Razem <borut.razem AT siol.net>
9966         * sdcc/support/cpp2/auto-host_vc_in.h:
9967         re-definition of O_BINARY and other O_XXX as _O_BINARY and _O_XXX, so the problem
9968         with the returned value from read() in sdcc/support/cpp2/cppfiles.c is solved for MSC.
9969         Maybe there is a similar problem with BORLANDC? It should be checked!
9970
9971         * sdcc/src/ds390/ralloc.c, sdcc/src/mcs51/ralloc.c, sdcc/src/z80/ralloc.c:
9972         corrected improper use of assert: the assignment to clr variable was done inside the assert.
9973         In case that NDEBUG was defined, the assert macro was substituted with no-op, so the assignment
9974         was not executed, and the compiler (cl) launched a warning:
9975         ralloc.c(1442) : warning C4700: local variable 'clr' used without having been initialized
9976
9977 2002-08-28  Bernhard Held <bernhard AT bernhardheld.de>
9978         * src/SDCCglue.c (printIvalArray): iterative calculation of array length
9979
9980 2002-08-28  Jesus Calvino-Fraga and Borut Razem <borut.razem AT siol.net>
9981         * sdcc/sdcc.dsw: added sdcpp, sdcppa, yacc, conf projects
9982
9983         * sdcc/src/src.dsp, sdcc/src/avr/avr.dsp, sdcc/src/ds390/ds390.dsp,
9984           sdcc/src/mcs51/mcs51.dsp, sdcc/src/pic/pic.dsp, sdcc/src/z80/z80.dsp,
9985           sdcc/src/xa51/xa51.dsp, sdcc/src/avr/avra.dsp,
9986           sdcc/src/ds390/ds390a.dsp, sdcc/src/mcs51/mcs51a.dsp,
9987           sdcc/src/pic/pica.dsp, sdcc/src/z80/z80a.dsp,
9988           sdcc/src/xa51/xa51a.dsp, sdcc/as/as_z80.dsp,
9989           sdcc/as/aslink.dsp, sdcc/as/asx8051.dsp, sdcc/packihx/packihx.dsp:
9990         - added Release configuration in VS projects
9991         - review of compiler an linker options
9992         - VC .exe files are generated in bin_vc directory, not to interfere
9993           with binaries generated from other projects (cygwin, mingw, bcc ...)
9994
9995         * sdcc/src/yacc.dsp: added
9996
9997         * sdcc/config.dsp, sdcc/configure_vc.awk, sdcc/sdcc_vc_in.h:
9998         added - genarate sdcc_vc.h using sdcc_vc_in.h as template
9999         and insert the version number definitions from .version
10000
10001         * sdcc/support/cpp2/sdcpp.dsp: added - VC project for sdcpp
10002
10003         * sdcc/support/cpp2/sdcppa.dsp, sdcc/support/cpp2/auto-host_vc_in.h:
10004         added - genarate auto-host.h using auto-host_vc_in.h as template
10005
10006         * sdcc/sdcc_vc.h,
10007         removed from CVS, generated automatically
10008
10009 2002-08-25  Bernhard Held <bernhard AT bernhardheld.de>
10010         * support/scripts/inc2h.pl: use gputils or gpasm (from Nathan Hurst)
10011
10012 2002-08-11  Borut Razem <borut.razem AT siol.net>
10013         * support/Util/NewAlloc.c: removed unneeded #include "sdccconf.h" (suggested by Jesus Calvino-Fraga)
10014
10015 2002-08-10  Borut Razem <borut.razem AT siol.net>
10016         * src/SDCCmain.c (main):
10017         file preOutName was unlinked before closed. This seems to be OK on UNIX and cygwin
10018         platforms, but it doesn't work with Visual Studio: the opened file can not be removed.
10019         The consequence was that some temporary files were not removed.
10020
10021         * src/SDCCglue.c:
10022         unification of code in functions tempfilename() and tempfile():
10023         function tempnam() is defined in Visual Studio 6.0 and .NET
10024
10025         * sdcc/sdcc.dsw: removed project sdcpp, added project xa51a
10026
10027         * sdcc/src/src.dsp, sdcc/src/avr/avr.dsp, sdcc/src/ds390/ds390.dsp,
10028           sdcc/src/mcs51/mcs51.dsp, sdcc/src/pic/pic.dsp, sdcc/src/z80/z80.dsp:
10029         - removed compiler command line option /WX: Treats all warnings as errors
10030         - update a list of source files, included into the project
10031
10032         * sdcc/src/avr/avra.dsp, sdcc/src/ds390/ds390a.dsp, sdcc/src/mcs51/mcs51a.dsp,
10033           sdcc/src/pic/pica.dsp, sdcc/src/z80/z80a.dsp:
10034         changed project type to Generic Project so that can be correcly converted to VS.NET project
10035
10036         * sdcc/as/mcs51/asm.h: definition of PATH_MAX for MSC
10037
10038         * sdcc/src/SDCCast.c: solved MSC error in function decorateType()
10039
10040         * sdcc/src/SDCC.y: added missing ending ';' to rules to get rid of bison warnings
10041
10042         * dcc/src/ds390/ralloc.c, sdcc/src/mcs51/ralloc.c:
10043         added return 0 statements after assert() to make compiler happy
10044
10045         * sdcc/src/xa51/peeph.rul, sdcc/src/xa51/peeph.def, sdcc/src/z80/ralloc.c:
10046         added newline in the def file to keep MSC compiler satisfied
10047
10048         * sdcc/src/z80/gen.c:
10049         - function strcasecmp() is not defined in MSC (and probably also in BORLANDC),
10050           so it is replaced with STRCASECMP, which is defined as stricmp in case of MSC and BORLANDC
10051         - solved MSC error in function aopDump()
10052
10053         * sdcc_vc.h: define PREFIX as "\\sdcc"
10054
10055 2002-07-18  Bernhard Held <bernhard AT bernhardheld.de>
10056         * src/SDCCast.c (decorateType): fixed access to array of structures http://sourceforge.net/mailarchive/forum.php?thread_id=902690&forum_id=4107
10057
10058 2002-06-22  Scott Dattalo <scott AT dattalo.com>
10059         * src/pic/*: Numerous bug fixes. Flow analysis has been enhanced.
10060         - Rewrote the register banking algorithm.
10061         - Added pCode live-range analysis to registers (for now, only non-used and
10062         singly-used registers optimized away)
10063
10064         * src/pic/pcoderegs.[ch]: Added new files for pCode live-range analysis
10065
10066         * 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.
10067
10068 2002-05-10  Scott Dattalo <scott AT dattalo.com>
10069         * src/pic/*: Added support for multiplication. Fixed many,many bugs.
10070
10071 2002-04-22  Michael Hope  <michaelh AT vroom>
10072
10073         * device/lib/z80/printf.c: Changed emitter to volatile to work around a pcall bug.
10074
10075         * configure.in (DD_COPT): Added include support required for gbdk.
10076
10077         * .version: Bumped version number just to increase it.
10078
10079         * src/SDCCmain.c: Added -nostdinc to the default options.
10080
10081 2002-04-15  Michael Hope  <michaelh AT vroom>
10082
10083         * device/lib/z80/printf.c (sprintf): Added.
10084
10085         * src/z80/ralloc.c (packRegisters): Disabled pack HL use for GB as it's broken.
10086
10087         * src/z80/peeph.def: Added transpose redundent load rule.
10088
10089         * src/z80/main.c: Added force callee saves for jaune.
10090
10091         * src/port.h: Removed the i186 and tlcs-900h ports as they weren't being being developed.
10092
10093         * src/SDCCmain.c: Pulled the options definition out so that you can add port specific options without changing the main file.
10094
10095 2002-03-28  Johan Knol  <johan AT balder>
10096
10097         * src/SDCCval.c: fixed bug #532436
10098
10099 2002-03-14  Scott Dattalo <scott AT dattalo.com>
10100         * /src/port.h:
10101         Added "char *Processor" field to the port structure.
10102
10103         * /src/SDCCmain.c:
10104         Added -p option. Allows port dependent processor to be specified.
10105
10106         * all ports:
10107         Initialized the new field char *Processor field to NULL in all ports
10108
10109         * /src/pic/*:
10110         Compiler generated registers for interrupt context saving
10111         were not getting allocated.
10112
10113 2002-03-16  Sandeep Dutta  <sandeep AT ddi.com>
10114
10115         * /src/SDCCast.c:
10116         Fixed left shift. Will promote the left side of a left shift
10117         if a) left shifting more than size of operand or b) when assigned
10118         to something size > size of left side
10119
10120 2002-03-14  Scott Dattalo <scott AT dattalo.com>
10121         * src/pic/*
10122         tons of changes. Register allocation has been
10123         rewritten. Added customization for the various PICs. Flow
10124         analysis is restructured. ...
10125
10126         * src/pic/device.h:
10127         Added
10128
10129         * src/pic/device.c:
10130         Added. device.c is a PIC port hack to accomodate variations
10131         in PIC devices.
10132
10133 2002-03-13  Michael Hope  <michaelh AT vroom>
10134
10135         * src/z80/gen.c (genGenPointerGet): Fixed a bug where a pointer in HL is dereferenced into HL but HL is not spilled.  Yeah.
10136
10137 2002-03-04  johanknol  <johanknol AT manik>
10138
10139         * /src/SDCCval.c: fixed
10140
10141         const unsigned char arr[][2] = { { 0, 1 } };
10142         t18.c:1: error: Initializer element is not constant
10143
10144 2002-03-04  bela  <bela AT manik>
10145
10146         * /device/include/mcs51reg.h:
10147         ds89c420 register definition update
10148
10149 2002-03-03    <johan AT FRIJA>
10150
10151         * support/Util/SDCCerr.c: did something, but don't no why anymore
10152
10153         * support/regression/tests/bug-524691.c: made it a little less shy
10154
10155         * src/SDCCast.c (decorateType): fixed bug #524697
10156
10157         * src/SDCCast.c: made some lineno improvements
10158
10159         * src/SDCCval.c (getNelements): changed warning to error
10160
10161         * src/SDCCglue.c (printIvalArray): changed warning to error
10162
10163         * src/SDCCicode.c: fixed a warning for mingw
10164
10165         * src/SDCCast.c (decorateType): fixed the << promotion for ops
10166
10167         * src/SDCCicode.c (geniCodeDivision): divide is shift only for unsigned (bug #524685)
10168
10169 2002-03-02  Sandeep Dutta  <sandeep AT ddi.com>
10170
10171         * src/ds390/peeph.def:
10172         Added some more peephole rules
10173
10174         * src/ds390/gen.c: Various fixes & enhancements
10175
10176         * src/SDCClrange.c, src/SDCClrange.h:
10177         functions "alldefsoutofrange" and "notusedinblock" moved to SDCClrange.c
10178
10179         * src/ds390/ralloc.c:
10180         various fixes & enhancements (ds390) specific
10181
10182         * src/avr/ralloc.c, src/mcs51/ralloc.c, src/pic/ralloc.c, src/xa51/ralloc.c, src/z80/ralloc.c:
10183         Functions "allDefsOutOfRange" & "notUsedinBlock" moved to SDCClrange.c
10184         from rallocs.
10185
10186         * sdcc/src/SDCCcse.c: Better fix for bug # 514308
10187
10188 2002-03-02    <johan AT FRIJA>
10189
10190         * src/SDCCast.c (decorateType): fixed bug #524708
10191
10192         * src/SDCCval.c (floatFromVal): fixed the literal void (whatever that may be)
10193
10194         * src/SDCCicode.c (geniCodePtrPtrSubtract): fixed bug #524691
10195
10196 2002-03-01  Michael Hope  <michaelh AT vroom>
10197
10198         * src/SDCCsymt.c (initCSupport): Removed managling of support function names.
10199
10200         * src/z80/ralloc.c (packRegsForIYUse): Fixed fp bug where four byte operands were packed into IY.
10201
10202 2002-03-01    <johan AT FRIJA>
10203
10204         * src/SDCCglue.c (printIvalPtr): fixed bug #524211
10205
10206         * src/SDCCast.c (decorateType): fixed bug #524209
10207
10208         * src/SDCCval.c (valNot): fixed bug #524195
10209
10210 2002-02-26    <johan AT balder>
10211
10212         * src/xa51/gen.c: fixed a warning
10213
10214         * src/SDCCglue.c (printIvalFuncPtr): fixed bug #522534
10215
10216         * src/SDCCast.c (decorateType): fixed bug #522534
10217
10218 2002-02-23    <johan AT balder>
10219
10220         * src/SDCCdflow.c (computeDataFlow): fixed bug #460088
10221
10222 2002-02-22    <johan AT balder>
10223
10224         * src/SDCCast.c: fixed bug #514865
10225
10226         * src/SDCCy.c ("SDCC.y"): fixed bug #516625
10227
10228 2002-02-21  Sandeep Dutta  <sandeep AT ddi.com>
10229
10230         * sdcc/src/SDCCloop.c:
10231         Previous fix was not good. basic blocks that have "break" or "return" are
10232         not really partof a loop , but live ranges used in these blocks should
10233         be live thru the entire loop, so set partOfLoop but don't add them to
10234         loop region
10235
10236 2002-02-21    <johan AT FRIJA>
10237
10238         * src/SDCCcse.c: fixed bug #514308
10239
10240 2002-02-20  Sandeep Dutta  <sandeep AT ddi.com>
10241
10242         * src/SDCCloop.c:
10243         Fixed BUG #519583. If a conditional block ended in a return/break
10244         statement inside a loop, it was not being considered part of the loop.
10245
10246         * src/SDCCcflow.c: Removed fix (Fixed in SDCCloop.c)
10247
10248 2002-02-10  Karl Bongers <karl AT turbobit.com>
10249
10250         * debugger/*:
10251         Fixed up SDCDB debugger somewhat.  Updated debugger/README
10252         with lots of comments and notes.
10253
10254         * device/examples/test2.c:
10255         Fix bug, "red" variable not being initialized(compiler complained).
10256
10257         * device/examples/Makefile, examples/test3.c:
10258         Add Makefile in device/examples folder, compiles test3.c
10259         for use as a multiple module SDCDB test case.
10260
10261         * sim/ucsim/cmd.src/cmdset.cc:
10262         Took out debug printfs in ucsim "next" command.
10263
10264         * sim/ucsim/xa.src:
10265         Karl and Johan start ucsim XA support.  Most dissassembly working,
10266         about 75% emulation done(plenty of work remaining).
10267
10268         * sim/ucsim/z80.src:
10269         Add Z80 support to ucsim, add test-ucz80 regression test,
10270         notice ucsim/z80 emulation fails on examples/test3.c/itoa code.
10271         Notice z80 compiler fails on examples/test3.c/crc code.
10272
10273 2002-01-30  Sandeep Dutta  <sandeep AT ddi.com>
10274
10275         * src/mcs51/gen.c, src/mcs51/main.c, src/mcs51/ralloc.c:
10276         Added support for --parms-in-bank1
10277
10278         * src/ds390/peeph.def:
10279         added a few more peephole optimzations
10280
10281         * src/ds390/main.c:
10282         1) added __builtin_inp & __builtin_outp used to read in data of given length
10283            from a memory mapped port
10284         2) added __builtin_memcmp
10285         3) added __builtin_swapw swap bytes of a short
10286
10287         * src/ds390/gen.c, src/ds390/gen.h, src/ds390/ralloc.c:
10288         1) handle multiple send & receives from register bank1
10289         2) ralloc can now allocate DPTR1 to some liveRanges
10290
10291         * src/SDCCsymt.c, src/SDCCsymt.h:
10292         changes to handle multiple sends & receives
10293
10294         * src/SDCCptropt.h:
10295         added some pointer arithmetic optimization
10296
10297         * src/SDCCptropt.c:
10298         added some pointer arithmetic optimizations but not stable yet so not
10299         called from anywhere (will get this working shortly)
10300
10301         * src/SDCCopt.c: fixed for multiple sends & receives
10302
10303         * src/SDCCmain.c:
10304         1) added options --parms-in-bank1 (ds390/mcs51) & --protect-sp-update
10305         2) preprocessing done AFTER port->finalizeoptions . This allows ports to
10306            set preprocessor defines (depending on options)
10307
10308         * src/SDCCicode.c, src/SDCCicode.h:
10309         changes made to handle multiple sends & receives
10310
10311         * src/SDCCglobl.h:
10312         Added options --protect-sp-update (ds390) and --parms-in-bank1 (ds390/mcs51)
10313
10314         * src/SDCCcse.c, src/SDCCcse.h:
10315         added function findbackward def (to be used in upcoming optimization)
10316
10317         * src/SDCCcflow.c, src/SDCCcflow.h:
10318         added function returnAtEnd - to determine if a basic block terminates with
10319         a RETURN iCode
10320
10321         * src/SDCCast.c, src/SDCCast.h:
10322         added option parms-in-bank1
10323
10324         * device/lib/_divsint.c, device/lib/_divslong.c, device/lib/_divuint.c
10325         * device/lib/_divulong.c, device/lib/_modsint.c, device/lib/_modslong.c
10326         * device/lib/_modulong.c, device/lib/_mulint.c, device/lib/_mullong.c:
10327         adjusted for --parms-in-bank1 option
10328
10329         * device/include/string.h:
10330         donot redefine "reentrant" keyword
10331
10332         * device/include/ds80c390.h: Added some more SFRs
10333
10334 2002-01-28  Bernhard Held  <bernhard AT bernhardheld.de>
10335
10336         * sim/ucsim: Merged branch ucsim-034-pre3 to main trunk; new version 0.4
10337
10338 2002-01-26  Bernhard Held  <bernhard AT bernhardheld.de>
10339
10340         * src/SDCCast.c (funcOfType): fix usage of double --float-reent
10341
10342 2002-01-22  Bernhard Held  <bernhard AT bernhardheld.de>
10343
10344         * support/regression/fwk/lib/testfwk.c (main): Removed workaround for bug #505387
10345
10346 2002-01-18  Paul Stoffregen  <paul AT pjrc.com>
10347
10348         * Added --xram-movc option
10349
10350 2002-01-13  Bernhard Held  <bernhard AT bernhardheld.de>
10351
10352         * support/regression/Makefile: don't include test-mcs51-stack-auto in target all
10353
10354 2002-01-11  Johan Knol
10355
10356         * Added math lib of Jesus Calvino-Fraga
10357
10358 2002-01-08  Bernhard Held  <bernhard AT bernhardheld.de>
10359
10360         * src/SDCCmain.c (processFile): fix processing of ../../src.c
10361         * support/regression/Makefile: new target test-mcs51-stack-auto
10362         * support/regression/ports/mcs51-stack-auto/spec.mk: added
10363
10364 2002-01-04  Bernhard Held  <bernhard AT bernhardheld.de>
10365
10366         * src/SDCCglue.h: printIvalCharPtr(), not printIvalChar()
10367
10368 2002-01-04  Bernhard Held  <bernhard AT bernhardheld.de>
10369
10370         * support/regression/ports/mcs51/support.c: correct setup of timer / UART
10371
10372 2002-01-03  Bernhard Held  <bernhard AT bernhardheld.de>
10373
10374         * src/SDCCsymt.c (processFuncArgs): fix #498307 by Johan
10375
10376         * src/SDCCglue.h: add definition for printIvalChar()
10377
10378 2002-01-02  Bernhard Held  <bernhard AT bernhardheld.de>
10379
10380         * src/SDCCast.c: fix #498138 by Johan
10381
10382         * src/SDCCglue.c: fix #498138 by Johan
10383
10384 2002-01-02  Bernhard Held  <bernhard AT bernhardheld.de>
10385
10386         * support/regression/Makefile: fix clean
10387
10388         * support/regression/ports/ds390/support.c: fix transmission of last character
10389
10390 2001-12-29  Sandeep Dutta  <sandeep AT ddi.com>
10391
10392         * /sdcc/src/ds390/gen.c:
10393         a) improved computing address of stack variable
10394         b) took out some #if 0 code
10395         c) improved parmBytes adjustment
10396         d) improved genPlusIncr & genMinusIncr
10397         e) genCmp could generate bad code (when left assigned to DPTR)
10398         f) Fixed bug in hasInc
10399
10400         * /sdcc/src/ds390/ralloc.c:
10401         a) packRegsForSupport could mess up live information (Fixed)
10402         b) packRegsDPTRuse could be incorrect for left & right shift
10403
10404         * /sdcc/src/mcs51/ralloc.c:
10405         packRegsForSupport could mess up the live information (Fixed)
10406
10407         * /sdcc/src/mcs51/gen.c: Fixed a bug in hasInc
10408
10409         * /sdcc/src/SDCCast.c:
10410         can reverse a loop even if function call is present as long
10411         as the loop control variable is local & is not passed as parameter
10412
10413 2001-12-24  Sandeep Dutta  <sandeep AT ddi.com>
10414
10415         * /sdcc/ChangeLog: *** empty log message ***
10416
10417         * /sdcc/src/ds390/gen.c, /sdcc/src/ds390/main.c:
10418         More builtin function additions for TININative
10419
10420         * /sdcc/src/ds390/ralloc.c:
10421         Had broken the regression testsuite
10422
10423         * /sdcc/src/SDCCast.c: Fixed a bug in dumptree
10424
10425         * /sdcc/src/SDCCsymt.c, /sdcc/src/SDCCsymt.h:
10426         Added funcattr hasStackParms will be set for reentrant functions when there
10427         are paramteres on the stack, this helps in minimizing frame pointer generation
10428         typeFromStr can handle function pointers now
10429
10430         * /sdcc/doc/builtins.txt, /sdcc/doc/TININative.txt:
10431         *** empty log message ***
10432
10433 2001-12-24  Sandeep Dutta  <sandeep AT ddi.com>
10434
10435         * /src/ds390/gen.c, /src/ds390/main.c:
10436         More builtin function additions for TININative
10437
10438         * /src/ds390/ralloc.c:
10439         Had broken the regression testsuite
10440
10441         * /src/SDCCast.c: Fixed a bug in dumptree
10442
10443         * /src/SDCCsymt.c, /src/SDCCsymt.h:
10444         Added funcattr hasStackParms will be set for reentrant functions when there
10445         are paramteres on the stack, this helps in minimizing frame pointer generation
10446         typeFromStr can handle function pointers now
10447
10448         * /doc/builtins.txt, /doc/TININative.txt:
10449         *** empty log message ***
10450
10451
10452 2001-12-24  Sandeep Dutta  <sandeep AT ddi.com>
10453
10454         * /src/ds390/gen.c, /src/ds390/main.c, /src/ds390/peeph.def, /src/ds390/ralloc.c:
10455         ALPHA version for -mTININative
10456
10457         * /src/izt/i186.c, /src/izt/tlcs900h.c, /src/mcs51/main.c, /src/pic/main.c, /src/z80/main.c, /src/avr/main.c:
10458         updated to reflect changes in the port structure
10459
10460         * /src/port.h:
10461         added function do_assemble (similar to do_link) if non-null this function
10462         will be called to do assembly (-mTININative) requires a multi command
10463         assembly
10464         added function genAssemblerEnd will be called to generate assembler Epilogue
10465
10466         * /src/SDCCsymt.c:
10467         added _JavaNative to debug info printing
10468
10469         * /src/SDCCmain.c: added option --tini-libid
10470         added port->do_assemble function (-mTININative) has a multi command assemble
10471
10472         * /src/SDCCglue.c: Disabled "constExpr" check
10473         added port->genAssemblerEnd function
10474
10475         * /src/SDCCglobl.h: Added option --tini-libid value
10476
10477         * /src/SDCCast.h:
10478         tookout optimizeCompare from the header (has no external references)
10479
10480         * /src/SDCCast.c: made one more function "static"
10481
10482 2001-12-23  Michael Hope  <michaelh AT juju.net.nz>
10483
10484         * src/z80/mappings.i: Added z80asm support.
10485
10486         * src/z80/main.c: Added z80asm support on --asm=z80asm
10487
10488         * src/z80/gen.c: Fixed asm portability issues.
10489
10490         * src/asm.c (tvsprintf): Removed old code, added 'N' for function name.  For extern support.
10491
10492         * src/SDCCglue.c (printExterns): Added global/extern split.
10493
10494 2001-12-17  Bernhard Held  <bernhard AT bernhardheld.de>
10495
10496         * support/regression/Makefile: added test for mcs51 model large
10497
10498         * support/regression/ports/mcs51-large/spec.mk: added test for mcs51 model large
10499
10500         * support/regression/ports/gbz80/spec.mk: added -mgbz80
10501
10502 2001-12-05  Michael Hope  <michaelh AT juju.net.nz>
10503
10504         * src/diff.1 (Index): Many, many optmisiations.  Dhrystone up to 201.
10505
10506 1904-01-06  Michael Hope  <michaelh AT juju.net.nz>
10507
10508         * src/z80/ralloc.c (packRegsForIYUse): Fixed the case where an operand is in direct space.
10509
10510         * src/z80/gen.c (makeFreePairId): Optimised IY load by using a spare pair.
10511
10512 2001-12-02  Bernhard Held  <bernhard AT bernhardheld.de>
10513
10514         * src/mcs51/gen.c (genFunction): avoid excess "inc sp"
10515
10516         * support/regression/tests/simplefloat.c: Port to mcs51.
10517
10518 2001-11-25  Michael Hope  <michaelh AT juju.net.nz>
10519         * support/regression/tests/bug-485362.c: Added.
10520
10521         * support/regression/tests/simplefloat.c (testDivNearOne): Added.
10522
10523         * src/z80/gen.c (aopOp): Fixed case where left and result are in the same spill loc and they have different sizes.
10524
10525         * src/z80/peeph.def: Added rules for optimising two byte compares on the same thing, and to optimise two ptr assign.
10526
10527         * src/z80/gen.c (aopDump): Added a dump function.
10528
10529 2001-11-25  Bernhard Held  <bernhard AT bernhardheld.de>
10530         * sim/ucsim/s51.src/glob.cc: DS390 SFRs and bits added.
10531
10532         * sim/ucsim/s51.src/port.cc: Port 4 and 5 added.
10533
10534         * sim/ucsim/s51.src/regs51.h: DS390 SFRs added.
10535
10536         * sim/ucsim/s51.src/uc390.cc: Some details improved, CKRDY works for tinibios.
10537
10538         * sim/ucsim/s51.src/uc390cl.h: Work in progress.
10539
10540         * sim/ucsim/sim.src/uccl.h: 6 ports for DS390.
10541
10542         * support/regression/fwk/lib/testfwk.c: Run with tinibios.
10543
10544         * support/regression/ports/mcs51/spec.mk: Fine tuninig.
10545
10546         * support/regression/ports/ds390/support.c: Use tinibios.
10547
10548         * support/regression/ports/ds390/spec.mk: Fine tuning, use tinibios.
10549
10550 2001-11-23  Michael Hope  <michaelh AT juju.net.nz>support/regression/tests/bug-460010.c
10551
10552         * src/z80/ralloc.c (packRegsForHLUse3): Changed to not pack into HL if anything is in direct space.
10553         (packRegsForHLUse3): Added packing support for send, cast, and return value from a call.
10554
10555         * src/z80/peeph.def: Added rules for optimising pushes of part of a pair.
10556
10557         * src/z80/gen.c (emitCall): Changed the stack fixup to not use HL.
10558
10559 2001-11-18  Michael Hope  <michaelh AT juju.net.nz>
10560
10561         * src/z80/gen.c (genCmp): Fixed compare on unsigned.
10562
10563         * src/z80/ralloc.c (packRegsForHLUse3): Created and optimised.
10564         (packRegsForIYUse): Created and optimised.
10565
10566 2001-11-07  Michael Hope  <michaelh AT juju.net.nz>
10567
10568         * support/regression/tests/float.c (testFloatAdd): Fixed up warning.
10569 2001-11-18  Bernhard Held  <bernhard AT bernhardheld.de>
10570
10571         * sdcc/support/regression/tests/bug-460010.c: fix seg violation on host
10572
10573         * sdcc/support/regression/tests/muldiv.c: fix output on mcs51
10574
10575         * sdcc/support/regression/tests/stacks.c: fix DSEG overflow on mcs51
10576
10577 2001-11-07  Bernhard Held  <bernhard AT bernhardheld.de>
10578
10579         * sdcc/sim/device/lib/_gptrget.c: mem region 5 (idata) added
10580
10581         * sdcc/sim/device/lib/_gptrput.c: mem region 5 (idata) added
10582
10583 2001-11-07  Bernhard Held  <bernhard AT bernhardheld.de>
10584
10585         * sdcc/sim/ucsim/globals.cc: New: IXRAM.
10586
10587         * sdcc/sim/ucsim/stypes.h: New: IXRAM.
10588
10589         * sdcc/sim/ucsim/s51.src/uc390.cc: New: IXRAM.
10590
10591 2001-11-07  Michael Hope  <michaelh AT juju.net.nz>
10592
10593         * src/z80/ralloc.c (packRegsForHLUse): Banned IFXs from being packed into HL.
10594         (packRegsForHLUse): Added rule to pack address of/pointer get for itemps into HL for the Z80.
10595         (packRegsForAccUse2): Added rule to pack hbit IFXs into A.
10596
10597         * src/z80/main.c (_setDefaultOptions): Made float code re-entrant by default.
10598
10599         * src/z80/gen.c (aopGetLitWordLong): Added word support for floats.
10600         (genNotFloat): Added.
10601         (genUminusFloat): Added.
10602
10603         * device/lib/z80/Makefile: Added floating pt stubs.
10604
10605         * device/lib/Makefile.in (Z80SOURCES): Added floating pt support.
10606
10607         * src/z80/gen.c (genIpush): Fixed up a push of one byte when left is in a pair.
10608
10609         * device/lib/_fsadd.c (__fsadd): Fixed up return where the numbers are hugely different.
10610
10611 2001-11-07  Bernhard Held  <bernhard AT bernhardheld.de>
10612
10613         * sdcc/sim/ucsim/s51.src/glob.cc: Minor fix.
10614
10615         * sdcc/sim/ucsim/s51.src/regs51.h: Minor fix.
10616
10617         * sdcc/support/regression/Makefile: Add port ds390.
10618
10619         * sdcc/support/regression/ports/mcs51/spec.mk: Minor change.
10620
10621         * sdcc/support/regression/ports/z80/spec.mk: Minor change.
10622
10623         * sdcc/support/regression/ports/ds390/spec.mk: Added.
10624
10625         * sdcc/support/regression/ports/ds390/support.c: Added.
10626
10627         * sdcc/support/regression/ports/ds390/uCsim.cmd: Added.
10628
10629         * sdcc/support/regression/ports/mcs51/timeout.c: Cut.
10630
10631         * sdcc/support/regression/fwk/lib/timeout.c: Paste.
10632
10633 2001-11-04  Michael Hope  <michaelh AT juju.net.nz>
10634
10635         * device/include/malloc.h: Added z80 and gbz80 support.
10636
10637         * device/lib/gbz80/heap.s: Added.
10638
10639         * device/lib/z80/heap.s: Added.
10640
10641         * device/lib/malloc.c: Added z80 and gbz80 support.
10642
10643         * support/regression/tests/malloc.c (testMalloc): Added.
10644
10645         * src/SDCCmain.c (parseCmdLine): Added support for -Wp.
10646
10647         * support/regression/tests/bug-478094.c: Added.
10648
10649         * src/z80/gen.c (commitPair): Fixed silly gbz80/z80 commit to static bug.
10650
10651 2001-11-04  Bernhard Held  <bernhard AT bernhardheld.de>
10652
10653         * sdcc/sim/ucsim/s51.src/uc390cl.h: Improvement for ds390 to run regression tests
10654
10655         * sdcc/sim/ucsim/s51.src/uc390.h: Improvement for ds390 to run regression tests
10656
10657         * sdcc/sim/ucsim/s51.src/regs51.h: Improvement for ds390 to run regression tests
10658
10659         * sdcc/sim/ucsim/s51.src/glob.cc: Improvement for ds390 to run regression tests
10660
10661         * sdcc/support/regression/tests/bug-460010.c: Small change for ds390
10662
10663 2001-11-04  Michael Hope  <michaelh AT juju.net.nz>
10664
10665         * src/z80/peeph-gbz80.def: Removed a bad sub optimisation.
10666
10667 2001-11-03  Michael Hope  <michaelh AT juju.net.nz>
10668
10669         * support/regression/tests/bug-477927.c: Added.
10670
10671         * src/z80/peeph.def: Added minor rules.
10672
10673         * src/z80/gen.c (genPlusIncr): Added an extra plusinc rule.
10674
10675         * src/z80/peeph.def: Added jump optimisation modification.
10676
10677 2001-11-01  Michael Hope  <michaelh AT juju.net.nz>
10678
10679         * src/SDCCmain.c (linkEdit): Added runtime path detection to the mcs51 port.
10680
10681 2001-10-30  Michael Hope  <michaelh AT juju.net.nz>
10682
10683         * support/regression/tests/funptrs.c: Added.
10684
10685 2001-10-29  Michael Hope  <michaelh AT juju.net.nz>
10686
10687         * src/z80/ralloc.c (packRegsForHLUse): Fixed up bad spill due to pushing one byte via HL.
10688
10689 2001-10-28  Michael Hope  <michaelh AT juju.net.nz>
10690
10691         * src/z80/gen.c (genArrayInit): Made it work for on stack arrays.
10692
10693         * src/z80/main.c (gbz80_port =): Added rle support to the gbz80 port.
10694
10695         * src/z80/gen.c (genMinus): Fixed for where the result is one byte.
10696         (movLeft2ResultLong): Created.
10697
10698         * src/z80/ralloc.c (packRegsForHLUse): Added a couple of simple cases for the GB.
10699         (joinPushes): Added.  Joins two char pushes into a word push.
10700
10701 2001-10-27  Michael Hope  <michaelh AT juju.net.nz>
10702
10703         * support/cpp2/Makefile.in (install): Added creation of dest dir.
10704
10705         * support/makebin/Makefile (install): Added creation of dest dir.
10706
10707 2001-10-24 Karl Bongers <karl AT turbobit.com>
10708
10709         * configure.in, configure, Makefile, support/cpp: Removed cpp folder, since we have new cpp2 preprocessor code.
10710
10711 2001-10-21  Michael Hope  <michaelh AT juju.net.nz>
10712
10713         * src/z80/ralloc.c: Turned off faulty pack for one use.
10714
10715         * src/z80/peeph-gbz80.def: Removed redundent restart options.
10716
10717         * src/z80/gen.c (genMult): Added native mul for constants on the z80 and gbz80.
10718
10719 2001-10-21  Bernhard Held  <bernhard AT bernhardheld.de>
10720
10721         * support/regression/Makefile: Improved clean
10722
10723         * support/regression/ports/gbz80/spec.mk: Added clean
10724
10725         * support/regression/ports/host/spec.mk: Added clean
10726
10727         * support/regression/ports/z80/spec.mk: Added clean
10728
10729         * support/regression/ports/mcs51/spec.mk: Added clean, little improvements
10730
10731         * support/regression/ports/mcs51/timeout.c: little improvements
10732
10733 2001-10-17  Michael Hope  <michaelh AT juju.net.nz>
10734
10735         * device/lib/malloc.c (MEMHEADER): Fixed against new pedantic pointers.
10736
10737         * support/regression/fwk/include/testfwk.h: Fixed up to use function pts correctly.
10738
10739         * support/regression/generate-cases.py: Fixed up to use function pts correctly.
10740
10741 2001-10-16  Bernhard Held  <bernhard AT bernhardheld.de>
10742
10743         * support/regression/port/mcs51/spec.mk: add timeout for uCsim
10744
10745         * support/regression/port/mcs51/timeout.c: add timeout for uCsim
10746
10747 2001-10-13  Michael Hope  <michaelh AT juju.net.nz>
10748         * src/z80/gen.c (emitCall): Fixed up missing spill of HL when used to assign the result value.
10749
10750         * src/z80/ralloc.c: Turned off pack for one use as it's quite broken.
10751
10752         * src/SDCCmain.c (linkEdit): Added support for passing a legacy command line through the processor.
10753
10754         * src/mcs51/main.c (_linkCmd): Added bin path to command.
10755
10756         * src/SDCCmain.c (initValues): Added support for when it it called just to link.
10757
10758         * as/mcs51/lklibr.c (libfil;): Turned off 'library file' message.
10759
10760         * src/SDCCval.c (constVal): Fixed usage of 'L' modifier problems on ppc.
10761
10762         * support/regression/tests/longor.c: Added.
10763
10764 2001-10-11  Bernhard Held  <bernhard AT bernhardheld.de>
10765
10766         * as/mcs51/asdata.c: replaced FILENAME_MAX with PATH_MAX
10767
10768         * as/mcs51/aslink.h: define PATH_MAX
10769
10770         * as/mcs51/asm.h: define PATH_MAX
10771
10772         * as/mcs51/asmain.c: replaced FILENAME_MAX with PATH_MAX
10773
10774         * as/mcs51/asnoice.c: replaced FILENAME_MAX with PATH_MAX
10775
10776         * as/mcs51/lklex.c: replaced FILENAME_MAX with PATH_MAX
10777
10778         * as/mcs51/lkmain.c: replaced FILENAME_MAX with PATH_MAX
10779
10780         * src/SDCCglobl.h: define PATH_MAX
10781
10782         * src/SDCCmacro.c: replaced FILENAME_MAX with PATH_MAX
10783
10784         * src/SDCCmain.c: replaced FILENAME_MAX with PATH_MAX
10785
10786 2001-10-11  Michael Hope  <michaelh AT juju.net.nz>
10787
10788         * src/z80/gen.c (gencjneshort): Fixed
10789
10790         * src/z80/ralloc.c (packRegsForHLUse): Added pack into HL for cast then ipush.
10791
10792 2001-10-09  Michael Hope  <michaelh AT juju.net.nz>
10793
10794         * support/regression/tests/bug-469671.c: Added.
10795
10796         * src/z80/gen.c (shiftIntoPair): Fixed up warning.
10797
10798 2001-10-08  Michael Hope  <michaelh AT juju.net.nz>
10799
10800         * src/SDCCmain.c: Added --fommit-frame-pointer option and implemented in the z80 port.
10801
10802         * src/z80/gen.c (genPlus): Fixed to work with extended stack.  Also fixed genMinus, genCmp.  genUMinus is still left.
10803
10804 2001-10-08  Bernhar Held  <bernhard AT bernhardheld.de>
10805
10806         * src/SDCCmain.c (preProcess): added define SDCC_NOOVERLAY
10807
10808         * src/device/lib/_mulint.c  : removed hint: nooverlay bug
10809
10810         * src/device/lib/_mullong.c : removed hint: nooverlay bug
10811
10812         * src/device/lib/_divuint.c : removed hint: nooverlay bug
10813
10814         * src/device/lib/_divulong.c: removed hint: nooverlay bug
10815
10816         * src/device/lib/_moduint.c : removed hint: nooverlay bug
10817
10818         * src/device/lib/_modulong.c: removed hint: nooverlay bug
10819
10820 2001-10-07  Michael Hope  <michaelh AT juju.net.nz>
10821
10822         * 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.
10823
10824         * support/Util/NewAlloc.c (freeTrace): Changed free for the gc case to not free at all.  Fixes runtime segfault.
10825
10826         * support/regression/tests/scott-compare3.c (c_abcd): Fixed up casts.
10827
10828 2001-10-07    <johan AT FRIJA>
10829
10830         * device/lib/gets.c (gets): fixed the return value.
10831
10832 2001-10-06  Michael Hope  <michaelh AT juju.net.nz>
10833         * src/SDCCmain.c (WRITE_SEG_LOC): Fixed up to use Safe_strdup.
10834
10835         * 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.
10836
10837         * 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.
10838
10839         * src/z80/gen.c (genZ80Code): Added de-allocation via trace support.
10840
10841         * src/pic/gen.c: Removed Safe_strdup.
10842
10843         * configure.in: Added option to enable libgc support.
10844
10845         * src/SDCCbitv.c (bitVectnBitsOn): Optimised.
10846         (bitVectUnion): Optimised.
10847         (bitVectIntersect): Optimised.
10848         (bitVectBitsInCommon): Optimised.
10849         (bitVectCplAnd): Optimised.
10850
10851         * support/makebin/makebin.c (usage): Removed getopt as mingw32 doesn't have it.  Sigh.
10852
10853 2001-10-03 Bernhard Held <bernhard AT bernhardheld.de>
10854
10855         * src/SDCCmain.c: distinguish between assembler debug and plain options
10856
10857         * src/avr/main.c:   remove standard assembler options
10858
10859         * src/ds390/main.c: remove standard assembler options
10860
10861         * src/mcs51/main.c: remove standard assembler options
10862
10863         * src/port.h: removed "PENDING" comment
10864
10865 2001-10-03 Bernhard Held <bernhard AT bernhardheld.de>
10866
10867         * src/device/lib/_mulint.c  : new, with assember functions
10868
10869         * src/device/lib/_mullong.c : new, with assember functions
10870
10871         * src/device/lib/_divuint.c : with assember functions
10872
10873         * src/device/lib/_divsint.c : with assember functions
10874
10875         * src/device/lib/_divulong.c: with assember functions
10876
10877         * src/device/lib/_divslong.c: with assember functions
10878
10879         * src/device/lib/_moduint.c : with assember functions
10880
10881         * src/device/lib/_modsint.c : with assember functions
10882
10883         * src/device/lib/_modulong.c: with assember functions
10884
10885         * src/device/lib/_modslong.c: with assember functions
10886
10887         * src/device/lib/libint.lib:  replaced _muluint.c  and _mulsint.c  by _mulint.c
10888
10889         * src/device/lib/liblong.lib: replaced _mululong.c and _mulslong.c by _mullong.c
10890
10891         * src/device/lib/Makefile.in: replaced _muluint.c  and _mulsint.c  by _mulint.c
10892                                       replaced _mululong.c and _mulslong.c by _mullong.c
10893
10894 2001-10-03 Bernhard Held <bernhard AT bernhardheld.de>
10895
10896         * src/SDCCsymt.c: sequence of specifiers in pintTypeChain() corrected
10897
10898 2001-10-01 Bernhard Held <bernhard AT bernhardheld.de>
10899
10900         * src/SDCCglue.c: test, if win32api is available for MINGW
10901
10902 2001-10-01 Bernhard Held <bernhard AT bernhardheld.de>
10903
10904         * src/SDCCsymt.c: no more _modifier in printTypeChain()
10905         * support/regression/tests/driverstruct.c: REENTRANT for mcs51
10906         * support/regression/ports/gbz80/spec.mk: removed GENERIC
10907         * support/regression/ports/host/spec.mk: removed GENERIC
10908         * support/regression/ports/mcs51/spec.mk: removed GENERIC
10909         * support/regression/ports/z80/spec.mk: removed GENERIC
10910
10911 2001-10-01  Michael Hope  <michaelh AT juju.net.nz>
10912
10913         * support/regression/fwk/lib/testfwk.c (__printf): Removed GENERIC.
10914
10915         * support/regression/tests/bug-467035.c: Created.
10916
10917 2001-10-01    <johan AT FRIJA>
10918
10919         * src/SDCC.y: fixed bug #466586 part 1
10920
10921 2001-10-01  Johan Knol <johan.knol AT iduna.nl>
10922
10923         * SDCCicode.c: z80 has no generic pointers
10924         * removed -s from strip in all Makefile(.in)'s. It is not needed, but Solaris chocks on it.
10925
10926 2001-09-30  Michael Hope  <michaelh AT juju.net.nz>
10927
10928         * sim/ucsim/cmd.src/Makefile.in ($(PRJDIR)/libcmd.a): Changed all ar references to $(AR) for Solaris.
10929
10930 2001-09-29  Michael Hope  <michaelh AT juju.net.nz>
10931
10932         * Makefile (sdcc-libs): Added makebin to the list of standard targets.
10933
10934         * support/regression/ports/z80/spec.mk: Updated to use env for sdcc bin dir for automatic regression.
10935
10936 2001-09-25  Michael Hope  <michaelh AT juju.net.nz>
10937
10938         * configure.in: Fixed up so that ucsim is only configured once.
10939
10940         * support/cpp2/configure.in: Fixed to use the program transform to append the .exe for the win32 build.
10941
10942         * src/SDCCutil.c (getPrefixFromBinPath): Fixed up to work with win32 in all of its glory.
10943         (getPathDifference): As above.
10944
10945         * src/SDCCmain.c (preProcess): Changed to use a temporary file in a proper temp directory.  Fixed case where pre-processing only.
10946
10947         * src/SDCCglue.c (tempfilename): Added function for pre-processor.
10948
10949 2001-09-23  Michael Hope  <michaelh AT juju.net.nz>
10950         * .version: Updated to 2.3.1
10951
10952         * src/z80/main.c (z80_port =): Added macro based linker and assembler command line support.
10953         Added copyright header.
10954
10955         * src/SDCCmain.c: Shifted various functions into SDCCutil.c
10956         (assemble): Added support for macro based assembler commands.
10957         (linkEdit): Added support for macro based linker commands.
10958         (preProcess): Changed the pre-processor to use macros.
10959         (_setPaths): Added functionality to autodetect the include, lib and bin dir paths.
10960         (_discoverPaths): Added support for overriding the install directory using the SDCCDIR env variable.
10961
10962         * device/lib/z80/crt0.s: Added module name for debugging.
10963
10964 2001-09-20  Michael Hope  <michaelh AT juju.net.nz>
10965
10966         * src/SDCCmain.c (printVersionInfo): Added the build date to the version info.
10967
10968         * src/SDCChasht.c (hTabDeleteByKey): Fixed delete as it would delete the last item from a bucket even if it wasn't the real one.
10969
10970         * src/SDCCglue.c: Moved gc_strdup to SDCCutil.c
10971
10972         * src/Makefile.in: Added SDCCmacro and SDCCutil
10973
10974 2001-09-19  Michael Hope  <michaelh AT juju.net.nz>
10975
10976         * src/SDCCmain.c (printVersionInfo): Added the build date to the version info.
10977
10978 2001-09-16    <johan AT FRIJA>
10979
10980         * 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.
10981
10982 2001-09-15    <johan AT FRIJA>
10983
10984         * src/mcs51/ralloc.c: (findAssignToSym): fixed bug #460662 part 1
10985         * src/ds390/ralloc.c (findAssignToSym): fixed bug #460662 part 1
10986
10987 2001-09-11    <johan AT FRIJA>
10988
10989         * src/SDCCval.c (valDiv Mod Minus Plus Shift): keep litteral expressions as small as possible (bug #460010)
10990
10991 2001-09-10  Michael Hope  <michaelh AT juju.net.nz>
10992
10993         * support/regression/tests/bug-460444.c: Added test case.
10994
10995         * src/z80/gen.c (genOr): bug 460444: if (a ^ lit) was broken for &, |, and ^.
10996         (genCast): Added justification for all of the asserts.
10997
10998 2001-09-10  Bernhard Held <bernhard AT bernhardheld.de>
10999
11000         * support/regression/support.c: _xdata replaced by xdata
11001
11002         * support/regression/spec.mk: removed _generic
11003
11004 2001-09-09  Michael Hope  <michaelh AT juju.net.nz>
11005
11006         * src/pic/ralloc.c (debugLogRegType): Removed some old types to get it to compile.
11007
11008         * src/z80/gen.c (shiftR2Left2Result): Improved the case when v = v >> n for small values of n to use less code space and time.
11009         (genrshTwo): Fixed v = v >> n where v is a negative int and n is > 8: bug 460010.
11010
11011         * src/z80/peeph.def: Added a rule to optimise shift then compare.
11012
11013         * support/regression/tests/bug-460000.c (testShiftByParam): Added test case.
11014
11015         * support/regression/tests/bug-460010.c: Added test case.
11016
11017         * support/regression/Makefile (test-host): Removed a silly 'clean' target when testing against gcc.
11018
11019 2001-09-09  Bernhard Held <bernhard AT bernhardheld.de>
11020
11021         * support/regression/Makefile: inter-port-clean adjusted for mcs51
11022
11023         * support/regression/testfwk.c: removed workaround for bug #436344
11024
11025         * support/regression/tests/bp.c: use less memory with mcs51
11026
11027         * support/regression/tests/bug-441448.c: use less memory
11028
11029         * support/regression/tests/ports/mcs51/spec.mk: cleanup, use --stack-after-data
11030
11031         * support/regression/collate-results.py: typo
11032
11033 2001-09-08  Michael Hope  <michaelh AT juju.net.nz>
11034
11035         * support/regression/tests/fetchoverlap.c: Added new test case.
11036
11037         * support/regression/tests/bp.c: Added new test case.
11038
11039         * support/regression/tests/bug-448984.c: Added new test case.
11040
11041         * support/regression/tests/pow2shifts.c: Added new test case.
11042
11043         * src/z80/gen.c: Turned off the noise it normally generates for the release.
11044         (genlshTwo): Fixed right shift for count > 8.
11045
11046         * src/z80/ralloc.c: Disabled most of the ACC packing rules as they weren't getting hit and weren't at all safe.
11047
11048 2001-09-08    <johan AT FRIJA>
11049
11050         * src/SDCCicode.c (geniCodeCall): a CPOINTER can be used as a function
11051
11052 2001-09-07    <johan AT FRIJA>
11053
11054         * src/SDCCicode.c (newiCodeCondition): fixed bug #456235 (1.77)
11055
11056         * src/SDCCglue.c (emitRegularMap): only delete a symbol when it is a symbol
11057
11058 2001-09-06    <johan AT FRIJA>
11059
11060         * src/SDCC.y: this could be a fix for bug #458744 (1.37)
11061         * bernhard noted me at this: "() equals to (void)" (1.38)
11062
11063 2001-09-05    <johan AT FRIJA>
11064
11065         * src/SDCCglue.c (emitRegularMap): a fix for bug #458099/2
11066
11067 2001-09-04    <johan AT FRIJA>
11068
11069         * src/SDCCsymt.c (checkSClass): a fix for bug #458099/1
11070
11071
11072 2001-09-04  Paul Stoffregen  <paul AT pjrc.com>
11073
11074         * pragma noinduction broke memcpy on mcs51 large model.  Moved it inside z80 optimization
11075
11076 2001-09-03  Michael Hope  <michaelh AT juju.net.nz>
11077
11078         * link/z80/aslink.h: Fixed path for PATH_MAX
11079
11080 2001-09-02  Michael Hope  <michaelh AT juju.net.nz>
11081
11082         * src/z80/gen.c (fetchLitPair): Changed so that it properly caches direct space references.
11083
11084         * support/regression/tests/addsub.c: Added cases to cover all the +, - combinations.
11085
11086         * support/regression/tests/uminus.c: Added a test for the unary minus operator.
11087
11088         * 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.
11089
11090 2001-09-01  Michael Hope  <michaelh AT juju.net.nz>
11091
11092         * src/z80/gen.c: Fixed up generator to pass the regresion tests, specifically fixing loads for longs, genCmp, and turned on the map file.
11093         (genCmp): Fixed up genCmp for the GB with longs.
11094
11095         * device/lib/gbz80/Makefile: Fixed up all the libraries to pass the regression tests.
11096
11097         * support/regression/ports/host/spec.mk: Updated to compile with the new type specifiers.
11098
11099         * device/lib/Makefile.in (Z80SOURCES): Removed old _mululong, _mulslong, and unneeded _mulint.
11100
11101         * device/lib/_mullong.c (_mulslong): Changed to actually return a value :)
11102
11103 2001-08-30  Paul Stoffregen  <paul AT pjrc.com>
11104
11105         * added peepholes 223 to 231 to mcs51 port.  These improve code when using large model.
11106
11107 2001-08-30  Michael Hope  <michaelh AT juju.net.nz>
11108
11109         * 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.
11110
11111         * src/z80/gen.c (genPlus): Changed bad long add for gb to a fall through.
11112
11113 2001-08-29  Michael Hope  <michaelh AT juju.net.nz>
11114
11115         * link/z80/aslink.h: Fixed long file name support.  Is now based off PATH_MAX instead of a constant.
11116
11117         * src/z80/gen.c: Fixed add and sub for the case where left or right are in static space.
11118
11119 2001-08-30 Bernhard Held   <bernhard AT bernhardheld.de>
11120
11121   * sim/ucsim/configure:    little improvement of Cygwin-detection
11122   * sim/ucsim/configure.in: little improvement of Cygwin-detection
11123   * sim/ucsim/cmd.src/newcmdcl.h: include <sys/types.h> to define fd_set automated build
11124   * support/regression/tests/bug-221100.c: small changes for mcs51
11125   * support/regression/tests/bug-221168.c: small changes for mcs51
11126   * support/regression/tests/bug-227710.c: small changes for mcs51
11127   * support/regression/tests/staticinit.c: small changes for mcs51
11128   * as/mcs51/aslink.h: accept everything as symbol name in rel-files, bug fix ID 452601
11129   * as/mcs51/lklex.c:  accept everything as symbol name in rel-files, bug fix ID 452601
11130   * as/mcs51/lksym.c:  accept everything as symbol name in rel-files, bug fix ID 452601
11131
11132 $Revision$
11133