Enabled VPATH feature: changed nearly all Makefiles (149 files).
[fw/sdcc] / ChangeLog
1 2006-04-24 Bernhard Held <bernhard AT bernhardheld.de>
2
3         Enabled VPATH feature: changed nearly all Makefiles (149 files).
4         See sdccman.lyx '2.4.10 VPATH feature' about how to use it.
5
6         One basic decision: e.g. src/clean.mk includes further files. In order
7         to make this work there are two solutions:
8         - rename another dozen clean.mk to clean_in.mk, add srcdir to them and
9           run configure on them. This way they can use
10           'include $(srcdir)/port-clean.mk'
11         - always include clean.mk by the Makefile at the same level. To avoid
12           that `make clean` tries to include and build Makefile.dep the
13           MAKECMDGOALS are examined (see e.g. src/Makefile.in). This has been
14           implemented, because now even `make uninstall` doesn't create
15           Makefile.in. clean.mk could be eliminated by pasting it in
16           Makefile.in.
17
18         * debugger/mcs51/Makefile.in: build own objects from library sources
19         (SLIB, SDCC) in current directory
20
21         * configure, configure.in: renamed --disable-device-lib-build in 
22         --disable-device-lib; added --enable-doc, the required tools are
23         searched by configure; added result message; the toolchain for the
24         belonging ports are now only built, if the port is enabled.
25
26         * support/regression/*: all output is written in directory gen, because
27         the fwk and ports directories don't livet in the build tree using vpath
28
29         * doc/sdccman.lyx: renamed --disable-device-lib-build to
30         --disable-device-lib, added --enable-doc, added section VPATH
31
32         * sim/ucsim/configure.in,
33         * sim/ucsim/configure.in: hc08 couldn't be disabled, now hc08 and
34         z80 are enabled by default
35
36 2006-04-24 Raphael Neider <rneider AT web.de>
37
38         * src/pic/device.c (pic14_assignConfigWordValue): remember assignments to
39             config word, "pic14_"-prefixed some extern functions
40           (pic14_emitConfigWord): emit __config directive(s) if assignment to
41             config word has been found
42         * src/pic/device.h: added prototypes
43         * src/pic/pcode.c: added "pic14_"-prefix where needed
44         * src/pic/ralloc.c (IS_CONFIG_ADDRESS,pic14_assignRegisters): cosmetic fixup
45         * src/pic/glue.c (pic14_constructAbsMap): handle assignments to config words,
46           (pic14emitRegularMap): ignore config words,
47           (pic14createInterruptVect): moved generating __config directives away
48           (picglue): have __config directives emitted
49
50 2006-04-24 Borut Razem <borut.razem AT siol.net>
51
52         * doc/Makefile: sync with nightly build makefile
53
54 2006-04-24 Raphael Neider <rneider AT web.de>
55
56         * src/pic/pcoderegs.c (OptimizeRegUsage): do not optimize
57             registers that have not been assigned proper liveranges,
58             fixes #1469504 and #1474602,
59           (pCodeRegOptimizeRegUsage): fixed typo in comment
60
61 2006-04-24 Borut Razem <borut.razem AT siol.net>
62
63         * device/examples/main8051.c: deleted - it was removed from CVS
64           24.mar.2000 and after that modified 18.feb.2001, so it reappered
65           after the transition to Subversion 
66         * src/SDCCalloc.h: deleted - it was removed  from CVS
67           3.feb.2001 and after that modified 18.feb.2001, so it reappered
68           after the transition to Subversion 
69         * sim/ucsim/cpu.gif, sim/ucsim/interrupt.gif, sim/ucsim/new.gif, 
70           sim/ucsim/serial1.gif, sim/ucsim/serial2.gif,
71           sim/ucsim/term_cpuopt.gif, sim/ucsim/timers.gif, sim/ucsim/wins.gif,
72           sim/ucsim/post.jpg, sim/ucsim/UCsim.jpg: corrected
73
74 2006-04-22 Maarten Brock <sourceforge.brock AT dse.nl>
75
76         * as/asx8051.dsp: added mcs51/strcmpi.h
77         * as/hc08/as_hc08.dsp: added asm.h, m6808.h, strcmpi.h
78         * as/hc08/aslink.h: updated lnksect prototype
79         * as/hc08/asm.h,
80         * as/mcs51/asm.h: added a_addr to struct area and s_org to struct sym
81         * as/hc08/asmain.c,
82         * as/mcs51/asmain.c (asmbl): init dot.s_org for S_ORG,
83           (newdot): handle A_ABS
84         * as/hc08/asout.c,
85         * as/mcs51/asout.c (outarea): output address
86         * as/hc08/lkaomf51.c,
87         * as/mcs51/lkaomf51.c: disabled unused array UsageType
88         * as/hc08/m08pst.c,
89         * as/mcs51/i51pst.c,
90         * as/z80/z80pst.c: "ABS" is not A_OVR
91         * as/hc08/lkarea.c (newarea): read a_addr,
92           (lnkarea): added codemap array, sort absolute areas to the front,
93            combine all GSINITx/GSFINAL,
94           (find_empty_space, allocate_space): new functions,
95           (lnksect): return next address, handle absolute sections
96         * as/mcs51/lkarea.c (newarea): read a_addr,
97           lnksect2 prototype changed,
98           (lnkarea2): define codemap unsigned, combine all GSINITx/GSFINAL,
99           (find_empty_space, allocate_space): new, factored out of lnksect2,
100           (lnksect2): return next address, handle absolute sections
101         * as/hc08/lkhead.c,
102         * as/mcs51/lkhead.c (newhead): head is absolute but not overlay
103         * as/hc08/lklibr.c (addfile, fndsym),
104         * as/mcs51/lklibr.c (addfile, buildlibraryindex, fndsym): prevent
105           index out of range and detect both '\' and '/'
106         * device/include/mcs51/c8051f200.h: added _XPAGE, removed bad comment
107         * device/include/stdbool.h: removed SDCC_ds390 from check to pass
108           regression tests (ds390 cannot return bool yet)
109         * doc/sdccman.lyx: changed version number, document changed --no-peep,
110           document critical interrupts on z80, document changed SDCC define
111         * src/asm.c (_asxxxx_mapping): fixed .org directive,
112           (_a390_mapping): added .org directive
113         * src/hc08/gen.c (transferAopAop): made bytemask log to fix warning,
114           (genMultOneByte): fixed warnings
115         * src/hc08/hc08.dsp: lowered warning level to 2 to suppress pedantic
116           ones
117         * src/pic16/device.c: removed newReg prototype, removed BYTE_IN_LONG
118         * src/pic16/gen.c (pic16_popGetLabel): made parameter key signed,
119           (pic16_genLeftShiftLiteral, genRightShiftLiteral): fixed warnings
120         * src/pic16/gen.h: changed prototype for pic16_popGetLabel
121         * src/pic16/main.c: removed newReg prototype
122         * src/pic16/pcode.c,
123         * src/pic16/pcode.h (pic16_emitDB): changed parameter c to int to fix
124           warnings
125         * src/pic16/pic16.dsp: lowered warning level to 2 to suppress pedantic
126           ones
127         * src/pic16/ralloc.c
128         * src/pic16/ralloc.h (newReg): changed type to int and size to unsigned
129           to fix warnings
130         * src/pic/pcode.c (allocInternalRegister): changed parameter optype
131           from short to PIC_OPTYPE
132         * src/pic/pic.dsp: lowered warning level to 2 to suppress pedantic ones
133         * src/pic/ralloc.c (newReg, allocInternalRegister): changed parameter
134           optype from short to PIC_OPTYPE
135         * src/port.h: made int_size unsigned to fix warnings
136         * src/SDCC.y: fixed warning on MSVC
137         * src/SDCCicode.c (getArraySizePtr): return unsigned int
138         * src/SDCCopt.c (convertToFcall): fixed warnings
139         * src/SDCCsymt.h: removed double prototype for genSymName
140         * src/xa51/ralloc.c (allocReg): made size unsigned int, type int and
141           offset int to fix warnings
142
143 2006-04-22 Borut Razem <borut.razem AT siol.net>
144
145         * doc/sdccman.lyx, */Makefile, */Makefile.in:
146           references to CVS replaced with Subversion
147
148 2006-04-21 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-19 Borut Razem <borut.razem AT siol.net>
154
155         * src/version.awk: adapted for svn
156         * /asxxxx/asxhtml/*.gif: set property svn:mime-type to image/gif
157           sim/ucsim/doc/*.gif: set property svn:mime-type to image/gif
158           sim/ucsim/doc/*.jpg: set property svn:mime-type to image/jpeg
159           /binutils-avr/etc/*.vi, *.jin: removed all properties
160           support/scripts/sdcc.ico: set property svn:mime-type to image/x-icon
161
162 2006-04-19 Borut Razem <borut.razem AT siol.net>
163
164         * CVS to Subversion migration completed
165
166 2006-04-18 Borut Razem <borut.razem AT siol.net>
167
168         * support/scripts/sdcc.nsi: removed unexisting ${DEV_ROOT}\lib\pic\*.o,
169           ${DEV_ROOT}\lib\src\pic\libdev\*.S, ${DEV_ROOT}\lib\src\pic\libdev\*.inc
170
171 2006-04-17 Borut Razem <borut.razem AT siol.net>
172
173         * device/include/Makefile.in: added pic/*.inc to the installation
174
175 2006-04-15 Bernhard Held <bernhard AT bernhardheld.de>
176
177         * support/regression/collate-results.py: fixed output in case of
178         a valdiag error
179         * support/regression/generate-cases.py: fixed splitting of pathnames
180         with dots
181         * as/hc08/lklibr.c (addfile),
182         * as/mcs51/lklibr.c (addfile): fixed off-by-one bug
183
184 2006-04-11 Raphael Neider <rneider AT web.de>
185
186         * src/pic16/gen.c (getFreePtr, pic16_popRegFromString),
187         * src/pic16/ralloc.c (pic16_allocregWithName): removed debug output
188         * src/pic16/pcode.c (assignValnums): fixed #1460578
189
190 2006-04-11 Raphael Neider <rneider AT web.de>
191
192         * device/lib/pic/libdev/*.c,
193         * device/include/pic/*.h: replaced sfr and data with __sfr and __data,
194           fixes #1468739, enables compilation in --std-c99 mode
195         * support/scripts/inc2h.pl: emit __sfr/__data instead of sfr/data
196
197 2006-04-11 Raphael Neider <rneider AT web.de>
198
199         * src/pic/device.c (find_device): removed debug output
200           (list_valid_pics): enabled verbose listing of supported devices
201         * device/include/stdbool.h: define bool as char for pic14/16 as well
202
203 2006-04-07 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
204
205         * src/SDCC.y: allow using brackets here: "__interrupt (1) __using (1)"
206
207 2006-04-07 Maarten Brock <sourceforge.brock AT dse.nl>
208
209         * .version: bumped version to 2.5.6
210         * src/pic/ralloc.c (newReg): MSVC doesn't support __builtin_return_address
211
212 2006-04-06 Raphael Neider <rneider AT web.de>
213
214         * .version: bumped version to 2.5.6 (pic14 ABI changed)
215         * src/SDCCmain.c: add -DSDCC_PROCESSOR=<id> for pic14 port
216         * src/pic/glue.c (emitSymbolToFile,pic14_constructAbsMap,
217           pic14emitRegularMap,pic14emitMaps): moved output for absolute symbols to
218             pic14_constructAbsMap
219           (pic14printPublics): declare absolute global symbols as global
220           (pic14createInterruptVect),
221         * src/pic/ralloc.c (IS_CONFIG_ADDRESS): support second config word,
222           (newReg): assume new registers unused, use correct name in
223             hashtable (reg->name instead of name), more debugLog output
224         * src/pic/device.h (PIC_device): added fields for verbose output
225         * src/pic/device.c: moved device definition to pic14devices.txt,
226             added routines for runtime parsing of pic14devices.txt,
227             added support for second config word
228         * src/pic/main.c (_process_pragma): removed #pragma maxram,
229           (_pic14_keywords): no longer accept "bit" and "sbit" keywords
230           (_pic14_initPaths): add search paths with "pic" suffix (not "pic14")
231           (_pic14_parseOptions): moved pCodeInitRegisters here
232           (_pic14_do_link): add "pic$(ARCH).lib" to linker arguments
233         * src/pic/pcode.c (AnalyzeBanking): bail out on unset processor,
234           (pCodeInitRegisters): rewrapped comments, perpared new approach to
235             handling the pseudo stack
236         * device/lib/Makefile.in: ignore failures in objects-pic16,
237         * device/lib/pic/{configure,configure.in,Makefile}: added libdev/
238         * device/lib/pic/NEWS: document new dependency on picXXX.lib
239         * device/lib/pic/Makefile.subdir,
240         * device/lib/pic16/Makefile.subdir: improved clean rules
241         * device/lib/pic/libdev/: NEW, pic14 device libraries
242         * device/lib/pic/libsdcc/_gptr{get,put}{1,2,3,4}.S: use _X not X
243         * device/lib/pic/libsdcc/macros.inc: use _X not X, declare default SFRs
244         * device/include/Makefile.in: create subdir and install pic14 headers
245         * device/include/pic/p16f_common.inc: removed unused declarations
246         * device/include/pic/pic16*.h: added header files for 100+ 14 bit
247             PICs from inc2h.pl v1.6,
248             replaced BIT_AT macros with struct declarations
249         * device/include/pic/pic14devices.txt: definition of supported devices,
250             all above improvements contributed by Zik Saleeba, thanks
251         * support/scripts/inc2h.pl: removed BIT_AT, replaced with structs
252         * support/scripts/sdcc.nsi: also install pic14 device libraries and
253             headers
254
255 2006-04-06 Maarten Brock <sourceforge.brock AT dse.nl>
256
257         * device/include/mcs51/c8051f410.h: added interrupt numbers,
258         * device/include/mcs51/c8051f200.h: old SiLabs mcu completes the list,
259           thanks to Charles Olds
260
261 2006-04-06 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
262
263         * debugger/mcs51/cmd.c (infoRegisters): show return address on stack
264
265 2006-04-06 Maarten Brock <sourceforge.brock AT dse.nl>
266
267         * src/SDCCpeeph.c (labelIsReturnOnly): fixed bug 1464657
268         * src/mcs51/gen.c (genJumpTab): fixed bug in medium model
269         * support/regression/bug1464657.c: added, new test
270
271 2006-04-05 Maarten Brock <sourceforge.brock AT dse.nl>
272
273         * src/SDCCmain.c (preProcess): implemented RFE 1449908, define SDCC as the
274           version number
275
276 2006-04-05 Maarten Brock <sourceforge.brock AT dse.nl>
277
278         * src/SDCCpeeph.c (initPeepHole): implemented RFE 1460196, when both
279           --no-peep and --peep-file <file> are used don't use default rules but
280           do use the <file>
281
282 2006-04-05 Maarten Brock <sourceforge.brock AT dse.nl>
283
284         * src/mcs51/gen.c (genCall): fixed bug 1457608
285
286 2006-03-30 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
287
288         * doc/sdccman.lyx: reverted to version 1.129 of december as my latest
289         changes seem to cause (trigger?) problems with the build system.
290
291 2006-03-29 Maarten Brock <sourceforge.brock AT dse.nl>
292
293         * src/SDCCpeeph.c (operandsLiteral): new, added,
294           (callFuncByName): inserted operandsLiteral
295         * src/mcs51/peeph.def: reenabled 132.e, added extra check to 132.x
296
297 2006-03-28 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
298
299         * doc/sdccman.lyx: added paragraph "Use of SDCC in Education"
300         * src/mcs51/peeph.def: disabled rule 132.e fixing bug #1453093
301
302 2006-03-24 Maarten Brock <sourceforge.brock AT dse.nl>
303
304         * src/z80/gen.c (genFunction, genEndFunction): fixed bug 1160666,
305           implemented patch 1120823 Thanks to Willy De la Court (normal
306           interrupts need an interrupt number now if they are made critical),
307           and enabled nesting of critical functions though not for gbz80
308           (genCritical, genEndCritical): added functions
309           (genZ80Code): added cases for CRITICAL and ENDCRITICAL
310         * src/z80/mappings.i: added "ei" to all mappings
311
312 2006-03-20 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
313
314         * sim/ucsim/cmd.src/newcmdcl.h: applied patch fixing GCC 4.1 build
315         submitted by the Debian SDCC maintainer Aurelien Jarno:
316         "Credits goes to Martin Michlmayr, who rebuilt the whole Debian
317         archive with gcc 4.1 on mips and wrote the patch"
318
319 2006-03-16 Raphael Neider <rneider AT web.de>
320
321         * src/pic16/genarith.c (genAddLit): simplified and fixed case where
322           the left operand is shorter than the result (c* = lit-c* + int),
323           fixes bug #1450796
324         * src/pic16/gen.c (genRightShift): check IS_SYMOP before accessing
325           OP_SYMBOL
326
327 2006-03-14 Vangelis Rokas <vrokas AT users.sourceforge.net>
328
329         * src/.version: increased version number to 2.5.5
330         * src/SDCCmain.c (linkEdit): do not test for PIC16 target since, PIC16
331         linking is done manually in pic16 port's _linkEdit,
332         * src/SDCCsymt.c (compStructSize): for target PIC16 and shell variable
333         PIC16_PACKED_BITFIELDS, compact bitfield structures as much as possible,
334         * src/pic16/gen.c (aopForSym): when direct register name is WREG then
335         allocate asmop as AOP_ACC,
336         (aopForRemat): added parameter 'bool result' in function declaration,
337         (pic16_aopGet): return AOP_ACC when accessing WREG,
338         (pic16_popGetTempReg): minor modification,
339         (pic16_popRegFromIdx): first try with 'pic16_regWithIdx' then with
340         'pic16_allocWithIdx',
341         (genPcall): removed ftype, usage of OP_SYM_TYPE asserted error when
342         calling function in absolute addresses,
343         (genAssign): take into account AOP_ACC asmop,
344         * src/pic16/pcode.c (pic16_newpCodeOpReg): minor modifications,
345         * src/pic16/pcoderegs.c: some debug functions and lines added,
346         * src/pic16/ralloc.c (decodeRegType): added but commented out,
347         * (pic16_typeRegWithIdx): search 'pic16_dynInternalRegs' for given
348         register too,
349         * (pic16_findFreeReg, pic16_findFreeRegNext): allocate new register via
350         call to allocReg, not by manually allocating a new one,
351         (pic16_assignRegisters): now before going through the register
352         allocating functions mark all registers as free. This eliminates some
353         side effects resulting from peephole parser done earlier in the backbone
354
355 2006-03-13 Maarten Brock <sourceforge.brock AT dse.nl>
356
357         * src/SDCCicode.c (geniCodeLogic),
358         * src/SDCCast.c (decorateType): applied patch by Bernhard for rfe 1422617
359
360 2006-03-10 Maarten Brock <sourceforge.brock AT dse.nl>
361
362         * src/mcs51/gen.c (sameReg): new, checks if two aop regs are the same,
363           (genSend): bugfix, do not allocate and free twice,
364           (shiftRLong): handle partially overlapping aops
365         * support/regression/tests/bitopcse.c: fixed warning redefined idata
366
367 2006-03-08 Borut Razem <borut.razem AT siol.net>
368
369         * support/regression/fwk/include/testfwk.h: added defines for xdata, idata
370           for pic16
371
372 2006-03-08 Maarten Brock <sourceforge.brock AT dse.nl>
373
374         * support/regression/tests/bug1409955.c: new, added
375         * src/mcs51/gen.h: changed asmop.freed:1 to asmop.allocated for tracking
376         * src/mcs51/gen.c (newAsmop): set asmop.allocated to 1,
377           (aopForSym, aopOp): increment asmop.allocated if reused,
378           (freeAsmop): decrement asmop.allocated and check for zero instead of
379           using asmop.freed,
380           (freeForBranchAsmop): use asmop.allocated instead of asmop.freed,
381           (genNot, genCpl, genUminus, genMinus, genMult, genDiv, genMod, genCmpGt,
382            genCmpLt, genAndOp, genOrOp, genAnd, genOr, genXor, genRRC, genRLC,
383            genGetHbit, genGetAbit, genGetByte, genGetWord, genSwap,
384            genLeftShiftLiteral, genLeftShift, genRightShiftLiteral,
385            genSignedRightShift, genRightShift, genDataPointerGet,
386            genPagedPointerGet, genFarPointerGet, genCodePointerGet,
387            genGenPointerGet, genDataPointerSet, genAssign, genCast): free asmop's
388             in reverse order from allocation,
389           (genPlus, genCmpEq): free asmop's in reverse order from allocation and
390             added swappedLR to keep track
391         * support/regression/fwk/include/testfwk.h: added defines for xdata, idata,
392           pdata & code for GCC, z80, gbz80 & hc08
393         * support/regression/tests/zeropad.c: moved defines to testfwk.h
394
395 2006-03-08 Raphael Neider <rneider AT web.de>
396
397         * src/pic16/main.c (_hasNativeMulFor): fixed bug #1444425
398
399 2006-03-07 Maarten Brock <sourceforge.brock AT dse.nl>
400
401         * device/include/mcs51/c8051f410.h: new SiLabs mcu
402         * src/ds390/peeph.def: disabled 186.d and 227.a as fix for #1434401
403         * support/regression/tests/array.c: added parenthesis, made arrays unsigned
404
405 2006-03-06 Borut Razem <borut.razem AT siol.net>
406
407         * support/regression/ports/pic16/spec.mk: link with libm18f.lib,
408           made the linker quiet
409
410 2006-03-06 Vangelis Rokas <vrokas AT users.sourceforge.net>
411
412         * src/pic16/gen.c (genPcall): fixed bug #1443644
413         * src/pic16/device.h (struct pic16_options_t): added 'int CATregs' flag
414         which dumps before the function entry point a data byte which represents
415         the number of the local variables used by the specified function, added
416         'xinst' for initial support for Extended Instruction Support,
417         * src/pic16/gen.c (aopForSym, pic16_aopGet): beautifications,
418         (pic16_testStackOverflow): do not prefix GSTACK_TEST_NAME with
419         port->fun_prefix anymore (may change later),
420         (genFunction, genEndFunction): do not store/restore local registers for
421         _main (this should take care the --main-return command line option in
422         the future),
423         (genOr): removed some legacy pic-port instructions,
424         * src/pic16/genarith.c (genAddLit): re-enabled old code because
425         performing operations with SFR's causes data to be written more than
426         once to each SFR. Perhaps SFRs should be handled in special cases...
427         * src/pic16/glue.c: macros BIG_ENDIAN and BYTE_IN_LONG are moved to
428         pcode.h
429         * src/pic16/main.c (_process_pragma): stack bound checking did not take
430         into account for stack starting position,
431         (struct OPTIONS pic16_optionsTable): added command line argument
432         --extended or -y for Extended Instruction Support,
433         * src/pic16/ralloc.c (pic16_decodeOp): added case for FUNCTION,
434         (deassignLRs): *** perhaps the most important change, old 'for' code
435         (commented out for reference), didn't account for some registers which
436         were left marked 'not free' after a pointer operation. The change
437         reduces register usage a lot in some cases
438
439 2006-03-04 Borut Razem <borut.razem AT siol.net>
440
441         * support/regression/ports/hc08/spec.mk: remove *.asm in traget
442           _clean
443         * support/regression/tests/bug-524697.c: decreased array size for
444           mcs51 to fit into the internal RAM
445         * support/regression/Makefile.in: a little bit more verbose
446
447 2006-03-03 Borut Razem <borut.razem AT siol.net>
448
449         * support/regression/fwk/lib/testfwk.c,
450           support/regression/fwk/include/testfwk.h: introduced function
451           _prints(), nonrecursive _printn(), call _initEmu() from main()
452         * support/regression/ports/gbz80/support.asm,
453           support/regression/ports/ucz80/support.asm,
454           support/regression/ports/z80/support.asm,
455           support/regression/ports/ds390/support.c,
456           support/regression/ports/hc08/support.c,
457           support/regression/ports/host/support.c,
458           support/regression/ports/mcs51/support.c,
459           support/regression/ports/xa51/support.c: added empty _initEmu()
460           function
461         * support/regression/ports/pic16/gpsim.cmd,
462           support/regression/ports/pic16/spec.mk,
463           support/regression/ports/pic16/support.c,
464           support/regression/Makefile.in: added pic16 regression test
465
466 2006-03-01 Raphael Neider <rneider AT web.de>
467
468         * src/pic16/gen.c (genPcall,pic16_derefPtr,genGenPointerGet,
469           genConstPointerGet): use safe way of generating MOVFF to cover
470             literals as well as registers, fixes bug #1440527
471         * src/pic16/glue.c (pic16_printIvalBitFields): prevent NULL pointer
472             dereference
473           (pic16_printIvalUnion,pic16_isUnion): NEW, handle initialized unions
474             more correctly, fixes bug #1232186
475           (pic16_printIval): use pic16_printIvalUnion() for initialized unions
476         * src/pic16/main.c (_pic16_linkEdit): reorder linker arguments to make
477             gplink guess the correct processor in more cases, applied patch
478             from Till Riedel attached to and fixing bug #1436552
479
480 2006-02-20 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
481
482         * support/regression/tests/array.c: added, contains check for #1434401
483         * src/mcs51/peeph.def: disabled 186.d as temporary fix for #1434401
484
485 2006-02-16 Maarten Brock <sourceforge.brock AT dse.nl>
486
487         * device/include/mcs51/at89s8253.h: new, thanks to Krzysztof Polomka
488         * device/include/mcs51/at89S8252.h: fixed, thanks to Krzysztof Polomka
489         * device/include/mcs51/c8051f326.h,
490         * device/include/mcs51/c8051f340.h: new SiLabs mcu's
491         * device/include/mcs51/c8051f000.h,
492         * device/include/mcs51/c8051f018.h,
493         * device/include/mcs51/c8051f020.h: used () with __at, renamed IDLE,STOP to
494           PCON_IDLE,PCON_STOP and added sfr16 definitions
495
496 2006-02-14 Maarten Brock <sourceforge.brock AT dse.nl>
497
498         * src/mcs51/gen.c (genPlus, genMinus, genMult, genGetAbit, genGetByte,
499           genGetWord): fixed bug 1409955
500
501 2006-02-14 Maarten Brock <sourceforge.brock AT dse.nl>
502
503         * device/include/hc08/mc68hc908gp32.h,
504         * device/include/hc08/mc68hc908jb8.h: removed AWUL, added PTA6 & PTA7
505
506 2006-02-13 Maarten Brock <sourceforge.brock AT dse.nl>
507
508         * src/SDCCast.c (constExprValue): return NULL if not a value
509         * src/SDCCglue.c (printIvalArray): fixed bug 1225568
510         * src/hc08/gen.c(genUnpackBits, genUnpackBitsImmed): fixed bug 1019480
511         * support/regression/tests/bitfields.c: enabled signed bitfield for all
512
513 2006-02-13 Borut Razem <borut.razem AT siol.net>
514
515         * src/regression/ptrarg.c: added, fails due to bug #1430967
516         * src/regression/Makefile: ptrarg.c added, ...
517
518 2006-02-12 Maarten Brock <sourceforge.brock AT dse.nl>
519
520         * src/z80/gen.c (genUnpackBits): fixed bug 1019480
521         * support/regression/tests/bitfields.c: enabled signed bitfield for z80
522
523 2006-02-11 Borut Razem <borut.razem AT siol.net>
524
525         * src/SDCCmain.c: Added "sdcc: Calling linker..." if --verbose,
526           print "Processor: xxx" message to stdout only if --verbose
527
528 2006-02-11 Maarten Brock <sourceforge.brock AT dse.nl>
529
530         * src/SDCCglue.c (printIvalStruct): fixed bug 1426356 union initializer
531         * support/regression/tests/bug1426356.c: added
532         * support/regression/tests/bitfields.c: removed 2 tests
533
534 2006-02-10 Maarten Brock <sourceforge.brock AT dse.nl>
535
536         * device/include/mcs51/at89c51snd1c.h: updated comments, see patch 1428901
537         * device/include/mcs51/c8051f330.h,
538         * device/include/mcs51/c8051f350.h: used () with __at, renamed IDLE,STOP to
539           PCON_IDLE,PCON_STOP and added sfr16 definitions
540         * device/lib/_divsint.c,
541         * device/lib/_divuint.c,
542         * device/lib/_divulong.c,
543         * device/lib/_divulong.c: renamed a,b to x,y to avoid confusion, fixed
544           register bank bug for small stackauto
545
546 2006-02-09 Maarten Brock <sourceforge.brock AT dse.nl>
547
548         * support/regression/fwk/lib/timeout.c: include <stdlib.h> for exit()
549
550 2006-02-08 Maarten Brock <sourceforge.brock AT dse.nl>
551
552         * support/regression/ports/mcs51-xstack-auto/spec.mk: forgot -I(...)/mcs51
553         * all.dsp: corrected several bin paths
554         * device/include/mcs51/c8051f120.h,
555         * device/include/mcs51/c8051f300.h,
556         * device/include/mcs51/c8051f310.h: used () with __at and renamed IDLE,STOP
557           to PCON_IDLE,PCON_STOP
558         * device/include/mcs51/c8051f320.h: see above, also added sfr16 definitions
559         * device/lib/printf_large.c (output_float): fixed bug 1388703
560         * support/regression/tests/bug1057979.c: added test for bug 1388703
561
562 2006-02-08 Raphael Neider <rneider AT web.de>
563
564         * src/pic/pcode.c (pciTRIS): fixed typo,
565           (BuildFlow,LinkFlow_pCode): added (disabled) debug output,
566           (LinkFlow): fixed handling of flows that end in a call,
567           (ReuseReg): perform safety check earlier
568         * src/pic/pcoderegs.c (pCodeRegMapLiveRangesInFlow): fixed
569             to work with flows at the beginning of a pBlock,
570             fixes #1426557 (Symbol not previously defined),
571           (pic14_ReMapLiveRanges): NEW, destroy and rebuild register
572             usage information
573           (RemoveUnusedRegisters): update register usage info
574         * src/pic/ralloc.c (newReg): prevent duplicate registers from being
575             created, reuse existing ones instead
576         * src/pic/gen.c (genPcall): fixed #1424719
577
578 2006-02-07 Bernhard Held <bernhard AT bernhardheld.de>
579
580         * link/z80/lkmain.c,
581         * link/z80/lklex.c,
582         * link/z80/lkdata.c,
583         * link/z80/aslink.h: fixed build on current cygwin:
584         replaced getline() by lk_getline()
585
586 2006-02-01 Borut Razem <borut.razem AT siol.net>
587
588         * src/regression/add.c, src/regression/add2.c, src/regression/add3.c,
589           src/regression/add4.c, src/regression/and1.c, src/regression/and2.c,
590           src/regression/arrays.c, src/regression/b.c, src/regression/bank1.c,
591           src/regression/bool1.c, src/regression/bool2.c,
592           src/regression/bool3.c, src/regression/call1.c,
593           src/regression/compare.c, src/regression/compare10.c,
594           src/regression/compare2.c, src/regression/compare3.c,
595           src/regression/compare4.c, src/regression/compare5.c,
596           src/regression/compare6.c, src/regression/compare7.c,
597           src/regression/compare8.c, src/regression/compare9.c,
598           src/regression/configword.c, src/regression/for.c,
599           src/regression/inline.c, src/regression/mult1.c,
600           src/regression/nestfor.c, src/regression/or1.c,
601           src/regression/pointer1.c, src/regression/ptrfunc.c,
602           src/regression/rotate1.c, src/regression/rotate2.c,
603           src/regression/rotate3.c, src/regression/rotate4.c,
604           src/regression/rotate5.c, src/regression/rotate6.c,
605           src/regression/rotate7.c, src/regression/string1.c,
606           src/regression/struct1.c, src/regression/sub.c,
607           src/regression/sub2.c, src/regression/switch1.c,
608           src/regression/while.c, src/regression/xor.c,
609           src/regression/create_stc, src/regression/simulate,
610           src/regression/rt.sh, src/regression/Makefile: reenabled Scott's PIC14
611           regression tests
612         * src/regression/gpsim_assert.h: added
613
614 2006-01-28 Bernhard Held <bernhard AT bernhardheld.de>
615
616         * src/ds390/gen.c (unsaveRegisters): fixed literal function pointer
617         ((void (code *) (void)) 0) ();
618         * as/hc08/aslex.c,
619         * as/hc08/aslink.h,
620         * as/hc08/asm.h,
621         * as/hc08/asmain.c,
622         * as/hc08/lkdata.c,
623         * as/hc08/lklex.c,
624         * as/hc08/lkmain.c,
625         * as/mcs51/aslex.c,
626         * as/mcs51/aslink.h,
627         * as/mcs51/asm.h,
628         * as/mcs51/asmain.c,
629         * as/mcs51/lkdata.c,
630         * as/mcs51/lklex.c,
631         * as/mcs51/lkmain.c,
632         * as/z80/aslex.c,
633         * as/z80/asm.h,
634         * as/z80/asmain.c: fixed build on current cygwin:
635         replaced getline() by as_getline()
636
637 2006-01-27 Bernhard Held <bernhard AT bernhardheld.de>
638
639         * src/SDCC.y: fixed bug #716242, exchanged pointer and function
640         declarator in the symbol chain
641         * src/SDCCsymt.h,
642         * src/SDCCsymt.c (processFuncPtrArgs): added, removes "(void)"
643         parameter list for function pointers
644         * src/SDCCast.c (decorateType): added call of processFuncPtrArgs()
645         * support/regression/tests/bug-716242.c: added
646
647 2006-01-20 Bernhard Held <bernhard AT bernhardheld.de>
648
649         * src/SDCCicode.c (geniCodeAdd, geniCodeArray): use char for array
650         offset if possible
651         * src/SDCCast.c (getLeftResultType): 255 fits in char, not 256
652
653 2006-01-18 Bernhard Held <bernhard AT bernhardheld.de>
654
655         * src/SDCCast.c (backPatchLabels): fixed bug #1408066: made it
656         inifinitely recurseable, added static
657         * support/regression/tests/bug-1408066.c: added
658
659 2006-01-17 Bernhard Held <bernhard AT bernhardheld.de>
660
661         * src/SDCCicode.h,
662         * src/SDCCicode.c (newiTempPreheaderLabel, newiTempLoopHeaderLabel):
663         renamed, added possibility to create "postLoopLbl"-labels
664         * src/SDCCBBlock.c (iCodeBreakDown): renamed newiTempPreheaderLabel to
665         newiTempLoopHeaderLabel
666         * src/SDCCloop.c (newInduction, newRegion, backEdges, insertIntoLoop,
667         isNotInBlocks, addToExitsMarkDepth, createLoop, dominatedBy,
668         addDefInExprs, assignmentsToSym, isOperandInvariant, pointerAssigned,
669         hasNonPtrUse, loopInvariants, addressTaken, findInduction,
670         findDefInRegion, mergeRegions, ifMerged, mergeInnerLoops): made static,
671         (pinduction, pregion, hasIncomingDefs, findLoopEndSeq): disabled,
672         (basicInduction): fixed bug #136564, made static,
673         (loopInduction): changed parameter of basicInduction, made static,
674         (addPostLoopBlock): added
675         * src/SDCCloop.h: removed backEdges, pregion, pinduction,
676         loopOptimizations, addressTaken, findDefInRegion, hasIncomingDefs,
677         findLoopEndSeq
678         * support/regression/tests/bug-136564.c: added
679         * support/regression/ports/mcs51-xstack-auto/spec.mk: added
680         --std-sdcc99 to LIBSDCCFLAGS
681
682 2006-01-16 Bernhard Held <bernhard AT bernhardheld.de>
683
684         * src/SDCCicode.c (geniCodeIfx): fix bug 1406131: always false
685         while loop
686         * support/regression/tests/bug-1406131.c: added
687
688 2005-12-31 Bernhard Held <bernhard AT bernhardheld.de>
689
690         * src/SDCCast.c (decorateType): fix promotion of unary minus
691         * src/SDCCsymt.c (computeType): beautified
692         * src/SDCCval.c (cheapestVal): beautified, old non-Ansi version removed,
693         (valUnaryPM, valComplement): fix sign and promotion,
694         (valNot): ANSI: result type is int (SDCC: unsigned char)
695         * support/regression/tests/uminus.c: speedup by removing superflous
696         test case 'int'
697         * support/regression/tests/onebyte.c: added promotion and signedness
698         tests for unary minus
699         * support/regressions/tests/bug-477927.c: disable warning about
700         uninitialized variables
701         * support/regression/tests/not.c: added
702
703 2005-12-28 Bernhard Held <bernhard AT bernhardheld.de>
704
705         * device/lib/Makefile.in: added --std-sdcc99 to CFLAGS
706         * src/mcs51/gen.c (gen51Code): show final register usage after
707         fillGaps in asm with --i-code-in-asm
708         * src/SDCClrange.c (sequenceiCode, setLiveFrom, setLiveTo,
709         markLiveRanges, markAlive, findNextUseSym, findNextUse, unvisitBlocks,
710         incUsed, rliveClear, adjustIChain): made static,
711         (setFromRange): excluded because it's unused,
712         (findPrevUseSym, markWholeLoop): added,
713         (findPrevUse): rewritten; fixes bug 895992; now a complete search
714         through all branches of predecessors enables sdcc to emit the warning
715         W_LOCAL_NOINIT, marking of outermost loop was incomplete,
716         (rlivePoint): made static, added parameter emitWarnings which is only
717         true during the first run out of two,
718         (findRecursiveSucc, findRecursivePred): removed,
719         (computeLiveRanges): made static, added parameter emitWarnings,
720         (dumpIcRlive): added for debugging only
721         * src/SDCClrange.h: added boolean parameter to computeLiveRanges(),
722         removed prototype of setFromRange()
723         * src/SDCCopt.c (eBBlockFromiCode): added new parameter emitWarnings
724         in call of computeLiveRanges()
725         * support/regression/tests/bug-895992.c: added
726         * support/regression/tests/bug-971834.c: added
727         * support/valdiag/tests/bug-895992.c: added
728         * support/valdiag/tests/bug-971834.c: added
729
730 2005-12-18 Raphael Neider <rneider AT web.de>
731
732         * src/pic16/gen.c: added IS_DIRECT macro for "direct" operands,
733           (genUnpackBits): improved code for direct operands,
734           (genPackBits): improved code for literal assignment to bitfields
735             and for direct destination operands (no FSR indirection),
736             prevented redundant AND, fixes #1362800,
737           (AccLsh): added parameter to disable masking of the result
738         * src/pic16/pcode.c (pic16_safepCodeUnlink): fixed to work with
739           skip instructions with side-effects (like incfsz),
740           (pic16_pCodeIsAlive): suppress verbose output unless pcode_verbose,
741         * src/pic16/pcoderegs.c (RemoveRegsFromSet): removed annoying warning
742         * device/lib/pic16/Makefile.common.in: added --asm=@GPASM@ to CC,
743           fixes #1375263
744
745 2005-12-11 Bernhard Held <bernhard AT bernhardheld.de>
746
747         * src/SDCCicode.c (geniCodeAssign): fixed bug 11369874, don't use
748         volatile variables as spill location
749
750 2005-12-10 Bernhard Held <bernhard AT bernhardheld.de>
751
752         * src/SDCCcse.c (findCheaperOp): fixed bug 1376320, copy signedness to
753         replacing literals
754         * support/regression/tests/bug-1376320.c: added
755
756 2005-12-08 Raphael Neider <rneider AT web.de>
757
758         * src/pic/device.c: renamed is_shared to pic14_is_shared
759         * src/pic/gen.c (genIfx): re-enabled handling of sbits
760         * src/pic/glue.c (emitSymbolToFile): added workaround for sbits,
761           (is_valid_identifier): added for above workaround
762
763 2005-12-07 Maarten Brock <sourceforge.brock AT dse.nl>
764
765         * device/lib/Makefile.in: fixed to enable port-specific-objects
766         * device/lib/ds390/i2c390.c (BitOutI2C): optimized by making bout unsigned
767           char, thanks Hubert Sack
768         * doc/sdccman.lyx: documented --xstack-loc,
769           elaborated a bit more on interrupts and pitfalls,
770           removed "setjmp/longjmp unsupported",
771           documented some unsupported C99 features
772         * src/SDCCmain.c (linkEdit): adapted default lib path for --stack-auto
773         * src/SDCCpeeph.c (readRules): inserted patch 1367130 for finding missing
774           if, thanks Hubert Sack
775         * src/mcs51/gen.c (genEndFunction): enabled "pop psw" for regbank 0 isr
776         * support/regression/Makefile.in: test-mcs51-stack-auto no longer needs to
777           make make_library
778         * support/regression/get_ticks.py: new, get cpu cycles and code size, so
779           regression tests can report resource usage (rfe 700441)
780         * support/regression/collate-results.py: report resource usage
781         * support/regression/ports/ds390/spec.mk,
782         * support/regression/ports/hc08/spec.mk,
783         * support/regression/ports/mcs51/spec.mk,
784         * support/regression/ports/ucz80/spec.mk: run sim output through get_ticks
785         * support/regression/ports/ds390/uCsim.cmd,
786         * support/regression/ports/hc08/uCsim.cmd,
787         * support/regression/ports/mcs51/uCsim.cmd,
788         * support/regression/ports/ucz80/uCsim.cmd: inserted "state" to report time
789         * support/regression/ports/mcs51-stack-auto/spec.mk: no need to build the
790           library, use the default one
791         * support/regression/ports/mcs51-xstack-auto/spec.mk: inserted rules for
792           building the library
793
794 2005-12-06 Maarten Brock <sourceforge.brock AT dse.nl>
795
796         * config.dsp: added dependency on .version and configure_vc.awk
797         * device/include/setjmp.h: updated for --stack-auto and --xstack
798         * device/include/mcs51/at89c51snd1c.h: corrected line endings
799         * device/include/mcs51/XC866.h: added, thanks Llewellyn van Zyl
800         * device/lib/_setjmp.c: updated for --stack-auto and --xstack
801         * device/lib/libsdcc.lib: added _setjmp
802         * src/SDCCast.c (createIvalCharPtr): fixed warnings,
803           (decorateType): fixed bug 1372851,
804           (optimizeGetHbit): fixed warning
805         * src/SDCCglue.c (printIvalChar, printIvalArray): adapted for flexible
806           array initialisation
807         * support/regression/tests/bug1057979.c: added test for bug 1358192
808         * support/regression/tests/setjmp.c: added, test for setjmp/longjmp
809
810 2005-12-03 Borut Razem <borut.razem AT siol.net>
811
812         * support/scripts/sdcc.nsi: added /SOLID option to "SetCompressor lzma"
813           command since the NSIS was upgraded to version 2.11 on CF x86-linux2
814
815 2005-11-29 Bernhard Held <bernhard AT bernhardheld.de>
816
817         * src/SDCCast.c (createIvalStruct, createIvalArray, createIvalPtr,
818         createIval): implement symbol independant "flexible array member",
819         (createIvalCharPtr): implemented flexible array initialisation with a
820         string
821         * src/SDCCsymt.c (copyStruct): removed,
822         (getSize): fixed misleading comment,
823         (getAllocSize): removed, the additional allocation size is now in
824         sym->flexArrayLength,
825         (checkStructFlexArray): new, syntax checks for flexible array members,
826         (compStructSize): added syntax checks for "flexible array members"
827         (copyStruct): removed,
828         (copyLinkChain): removed inefficient fix for bug 770487
829         * src/SDCCglue.c (emitRegularMap): getAllocSize has been removed
830         * src/SDCCsymt.h: added structdef.b_flexArrayMember and
831         symbol->flexArrayLength
832         * src/SDCCerr.c,
833         * src/SDCCerr.h: added W_INVALID_FLEXARRAY, W_C89_NO_FLEXARRAY,
834         E_FLEXARRAY_NOTATEND and E_FLEXARRAY_INEMPTYSTRCT
835         * support/regression/tests/structflexarray.c: added
836         * support/valdiag/tests/structflexiblearray.c: added
837
838 2005-11-29 Bernhard Held <bernhard AT bernhardheld.de>
839
840         * src/SDCCast.c (decorateType): fixed bug 1368489
841         * support/Util/SDCCerr.c,
842         * support/Util/SDCCerr.h: added warning W_CMP_SU_CHAR
843
844 2005-11-28 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
845
846         * device/include/mcs51/at89c51snd1c.h: added file submitted by
847           Weston T. Schmidt <schmidtw AT users.sourceforge.net>, patch #1368001
848
849 2005-11-27 Borut Razem <borut.razem AT siol.net>
850
851         * support/cpp2/cppinit.c, support/cpp2/cpplib.h, support/cpp2/mkdeps.c,
852           support/cpp2/mkdeps.h: added command line option
853           -obj-ext=<extension> to SDCPP to define object file externion, used
854           for generation of make dependencies (-M)
855         * src/SDCCmain.c: pass -obj-ext=<extension> to SDCPP
856
857 2005-11-26 Borut Razem <borut.razem AT siol.net>
858
859         * support/scripts/sdcc.nsi: added small-stack-auto libraries,
860           added missing device/lib/mcs51/crt*.asm, pic and pic16 sources,
861           added pic and pic16 libraries
862
863 2005-11-26 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
864
865         * device/include/float.h: Corrected typo in prototype of __fsgt
866
867 2005-11-25 Borut Razem <borut.razem AT siol.net>
868
869         * sdcc/device/lib/Makefile.in, sdcc/device/lib/incl.mk:
870           added creation of model-mcs51-stack-auto libraries
871
872 2005-11-24 Bernhard Held <bernhard AT bernhardheld.de>
873
874         * src/SDCCsymt.c (copyLinkChain): fixed bug 770487, copy structdef
875         and fields-list too
876         * src/SDCCast.c (createIvalArray): removed obsolete comment
877
878 2005-11-24 Borut Razem <borut.razem AT siol.net>
879
880         * sdcc/device/lib/Makefile.in: remove all unnecessary files, 2nd try...,
881           added missing device/lib/mcs51/crt*.asm sources
882
883 2005-11-23 Bernhard Held <bernhard AT bernhardheld.de>
884
885         * src/SDCCast.c (createIvalCharPtr): fixed bug 1348271
886
887 2005-11-22 Maarten Brock <sourceforge.brock AT dse.nl>
888
889         * device/lib/_fs2schar.c,
890         * device/lib/_fs2sint.c,
891         * device/lib/_fs2slong.c: optimized inline asm
892
893 2005-11-21 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
894
895         * device/lib/_fs2slong.c, device/lib/_fs2sint.c, device/lib/_fs2char.c:
896           Better handling of floats between -1.0 and 0.0.
897
898 2005-11-20 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
899
900         * src/mcs51/peeph.def: added missing "if"s as noted by Hubert Sack.
901           (the missing "if"s prohibited removal of redundant labels)
902
903 2005-11-19 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
904
905         * device/lib/_fs2slong.c, device/lib/_fs2sint.c, device/lib/_fs2char.c:
906           Properly convert floats between -1.0 and 0.0 to long, int, and char
907           types (max integer value of negative floats tends to zero).
908         * device/lib/modff.c, device/lib/ceilf.c, device/lib/floorf.c:
909           Removed changes made so to work properly with floats between
910           -1.0 and 0.0, as the problem is fixed in _fs2slong.c, _fs2sint.c,
911           and _fs2char.c
912
913 2005-11-18 Bernhard Held <bernhard AT bernhardheld.de>
914
915         * src/SDCCcse.c (ReplaceOpWithCheaperOp): minor fix for debugging only
916         * src/mcs51/gen.c (genUnpackBits): better code and a fix,
917         (genCast) cosmetic change
918         * src/ds390/gen.c (genUnpackBits, ): ported from mcs51
919         * src/ds390/ralloc.c (packRegsForAssign): ported fix for bitfields
920         from mcs51
921         * support/regression/tests/bitfields (testSignedBitfields): added
922
923 2005-11-18 Borut Razem <borut.razem AT siol.net>
924
925         * sdcc/device/lib/Makefile.in: remove all unnecessary files
926         * device/lib/pic/Makefile.rules, device/lib/pic16/Makefile.subdir:
927           introduced SILENT option to make building of pic16 libraries less
928
929 2005-11-18 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
930
931         * device/lib/modff.c, device/lib/ceilf.c, device/lib/floorf.c:
932           Now they work properly with floats between -1.0 and 0.0
933         * device/lib/printf_large.c: Removed temporary patch for bug 1358192
934
935 2005-11-18 Maarten Brock <sourceforge.brock AT dse.nl>
936
937         * src/SDCCicode.c (printOperand): added missing else
938
939 2005-11-18 Bernhard Held <bernhard AT bernhardheld.de>
940
941         * src/SDCCsymt.c (computeType): fixed bug 1358192: added missing else,
942         reformatted for better readability
943         * src/mcs51/gen.c (genUnpackBits): initial, incomplete support for
944         signed bitfields
945
946 2005-11-17 Borut Razem <borut.razem AT siol.net>
947
948         * device/lib/pic16/Makefile.rules, device/lib/pic16/Makefile.subdir:
949           introduced SILENT option to make building of pic16 libraries less
950           verbose - used for nightly snapshot build
951         * doc/sdccman.lyx: documented that SDCDB and ucSim are currently not
952           available on Win32 platforms.
953         * sdcc/device/lib/Makefile.in: added library sources for mcs51, small,
954           medium, large, pic and pic16
955
956 2005-11-16 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
957
958         * device/lib/printf_large.c: Temporary patch for bug 1358192:
959           printf("%f"...) sets fraction to zero.
960
961 2005-11-16 Raphael Neider <rneider AT web.de>
962
963         * src/pic/pcode.c (LinkFlow): handle empty flows correctly,
964           fixes #1357221
965         * src/pic/gen.c (genIfx): implemented for CARRY bit
966         * src/pic16/gen.c (genAssign,genCast): fixed assigning/casting
967           to generic pointers, fixes #1357332,
968           (pic16_movLit2f): NEW,
969           (pic16_storeForReturn,genDataPointerSet): use pic16_movLit2f
970
971 2005-11-14 Maarten Brock <sourceforge.brock AT dse.nl>
972
973         * src/SDCCmain.c (parseCmdLine): fixed bug 1356800, thanks rsudjian
974
975 2005-11-11 Raphael Neider <rneider AT web.de>
976
977         * src/pic/gen.c: handle FPOINTERS like POINTERS everywhere
978         * src/pic16/gen.c (pic16_derefPtr): now works for non-pointers as well,
979           compute pointer's type from operand,
980           (genUnpackBits,genPackBits): handle FPOINTERS correctly, re-indented,
981           improved single bit reads, fixes bug #1353379
982
983 2005-11-09 Borut Razem <borut.razem AT siol.net>
984
985         * support/scripts/sdcc.nsi: added lib/pic to the package
986
987 2005-11-08 Maarten Brock <sourceforge.brock AT dse.nl>
988
989         * src/SDCCval.c (valUnaryPM): fixed bug 1350699
990
991 2005-11-06 Maarten Brock <sourceforge.brock AT dse.nl>
992
993         * support/regression/tests/bug1348008.c: added
994         * src/mcs51/gen.c (saveRBank, unsaveRBank): fixed bug 1348008
995         * support/regression/tests/bug1337835.c: updated comment
996
997 2005-11-06 Borut Razem <borut.razem AT siol.net>
998
999         * sim/ucsim/error.cc, sim/ucsim/errorcl.h,
1000           sim/ucsim/sim.src/stack.cc, sim/ucsim/sim.src/stackcl.h,
1001           sim/ucsim/sim.src/uc.cc, sim/ucsim/sim.src/uccl.h,
1002           sim/ucsim/sim.src/mem.cc, sim/ucsim/sim.src/memcl.h,
1003           sim/ucsim/cmd.src/set.cc, sim/ucsim/cmd.src/show.cc:
1004           dynamic construction of cl_error_class and derivates - 2.nd try
1005
1006 2005-11-05 Borut Razem <borut.razem AT siol.net>
1007
1008         * sim/ucsim/sim.src/error.cc: fixed uninitialized class member variable
1009           bug, which caused Bus Errors on sparc solaris
1010
1011 2005-11-04 Borut Razem <borut.razem AT siol.net>
1012
1013         * sim/ucsim/error.cc, sim/ucsim/errorcl.h,
1014           sim/ucsim/sim.src/stack.cc, sim/ucsim/sim.src/stackcl.h,
1015           sim/ucsim/sim.src/uc.cc, sim/ucsim/sim.src/uccl.h,
1016           sim/ucsim/sim.src/mem.cc, sim/ucsim/sim.src/memcl.h,
1017           sim/ucsim/cmd.src/cmdconf.cc: dynamic construction of cl_error_class
1018           and derivates to resolve the initialization problem on OSX
1019
1020 2005-11-02 Borut Razem <borut.razem AT siol.net>
1021
1022         * sim/ucsim/cmd.src/cmdutil.cc, sim/ucsim/cmd.src/newcmd.cc:
1023           corrected typo - #include <winsock2.h>
1024
1025 2005-11-02 Maarten Brock <sourceforge.brock AT dse.nl>
1026
1027         * src/asm.c (printILine): always close tmpFile, thanks Beau E. Cox,
1028           (_asxxxx_mapping): added org directive for future enhancements
1029
1030 2005-11-01 Borut Razem <borut.razem AT siol.net>
1031
1032         * sim/ucsim/app.cc, sim/ucsim/cmd.src/cmdutil.cc, sim/ucsim/cmd.src/newcmd.cc:
1033           enabled sockets on WIN32
1034         * sim/ucsim/cmd.src/newcmd.cc: fixed bug with uninitialized variables
1035
1036 2005-10-31 Borut Razem <borut.razem AT siol.net>
1037
1038         * support/regression/generate-cases.py: escape backslashes in {testcase}:
1039           WIN32 backslash path delimiters should be escaped when used in C strings
1040         * support/regression/tests/bitfields.c: exclude failing assertions for
1041           __CYGWIN32__ and __MINGW32__ hosts
1042
1043 2005-10-30 Borut Razem <borut.razem AT siol.net>
1044
1045         * src/SDCCutil.c: corrected double comparison typo
1046
1047 2005-10-30 Maarten Brock <sourceforge.brock AT dse.nl>
1048
1049         * device/lib/medium/Makefile: added for new memory model medium
1050         * device/include/asm/mcs51/features.h: updated for medium/pdata
1051         * device/include/mcs51/c8051f120.h: added sfr16/sfr32 definitions,
1052           added Multiply & Accumulate sbit's and MAC0_PAGE define
1053         * device/include/mcs51/c8051f300.h: added sfr16 definitions
1054         * device/include/mcs51/c8051f310.h: added sfr16 definitions
1055         * device/lib/_mullong.c: update for medium model
1056         * device/lib/incl.mk: added medium model
1057         * doc/sdccman.lyx: documented medium model
1058         * src/SDCCast.c (isBitAndPow2): simplified using updated powof2
1059         * src/SDCCicode.c (geniCodeMultiply, geniCodeDivision): use updated powof2
1060         * src/SDCCmain.c (optionsTable, linkEdit): enabled medium model
1061         * src/SDCCmem.c (allocIntoSeg): set iaccess for pdata symbols,
1062           (allocParms): set SCLS and OCLS to pdata for medium model
1063         * src/SDCCsymt.c (processFuncArgs): use default_local_map and set iaccess
1064           for pdata,
1065           (powof2): return <0 if not power of 2
1066         * src/avr/gen.c (genBitWise): use updated powof2
1067         * src/mcs51/gen.c (genMinusDec): use acc if necessary,
1068           (shiftR2Left2Result): small optimization in setup, save acc when storing,
1069           (shiftLLeftOrResult): use B if necessary
1070         * src/mcs51/main.c (_mcs51_finaliseOptions, mcs51_port): added medium model
1071         * src/mcs51/peeph.def: renamed 226 to 226.b, added 226.a
1072         * src/pic/main.c (_pic14_do_link): made void parameter list explicit
1073         * support/regression/Makefile.in: added test-mcs51-medium
1074         * support/regression/ports/mcs51-medium/spec.mk: added to test medium model
1075
1076 2005-10-28 Bernhard Held <bernhard AT bernhardheld.de>
1077
1078         * src/SDCCsymt.c (compStructSize): make bitfields without (un)signed
1079         specifier unsigned
1080         * device/lib/time.c (mktime): fixed bug 1334315
1081
1082 2005-10-28 Raphael Neider <rneider AT web.de>
1083
1084         * device/include/pic/p16f_common.inc: added common declarations
1085         * src/pic/ralloc.c (initStack): moved regs *r to block start for Alpha
1086
1087 2005-10-27 Maarten Brock <sourceforge.brock AT dse.nl>
1088
1089         * src/mcs51/gen.c (getTempRegs): return 0 if not enough registers found,
1090           (aopPutUsesAcc): added to predict accumulator use,
1091           (assignResultValue): save acc if necessary,
1092           (genMinusDec): store result if indirectly addressed,
1093           (genDivOneByte):  save acc if necessary,
1094           (movLeft2Result): bugfix if left already in acc,
1095           (genAnd, genOr, genXor, shiftL2Left2Result, shiftR2Left2Result): pay more
1096             attention to accumulator use (esp. pdata),
1097           (genReceive): receive pdata correctly
1098         * src/SDCCicode.c (isOperandInPagedSpace): added to detect pdata operands
1099         * src/SDCCicode.h: added isOperandInPagedSpace prototype
1100
1101 2005-10-27 Raphael Neider <rneider AT web.de>
1102
1103         * doc/sdccman.lyx: corrected version (should be 2.5.4 not 2.5.5)
1104
1105 2005-10-27 Raphael Neider <rneider AT web.de>
1106
1107         * .version: changed version to 2.5.4
1108         * doc/sdccman.lyx: changed version to 2.5.4, added some remarks to PIC14
1109         * device/lib/pic/libsdcc/{_mulint.c,_mullong.c}: use unsigned literals,
1110           (_divschar.c,divuchar.c,_mulchar.c,_modschar.c,_moduchar): NEW,
1111             arithmetics support routines
1112         * device/lib/pic/Makefile.rules: have assembler sources preprocessed
1113         * device/lib/Makefile.in: also create installdir for pic
1114
1115         * src/SDCCopt.c (cnvToFcall): mark support routines `extern' for
1116           pic14 port as well
1117         * src/pic/device.c (dump_sfr): rewritten to delegate register
1118           placement to the linker (use `extern sym' rather than sym EQU addr),
1119           (validAddress): fixed to check last specified address
1120         * src/pic/gen.c (aopForSym): added code to deal with array (useless?),
1121           (popGetLit): truncate literal value to 8 bit,
1122           (popGet): moved assert to more appropriate place
1123           (popGetExternal): create pCode operand from and mark the according
1124             symbol as being `extern'
1125           (popGetAddr): added sanity check on immediate's offset, provide
1126             GPOINTER tag on demand
1127           (aopPut): fixed for immediates,
1128           (mov2w_op): move operand's address or contents to WREG (depending on
1129             operand type), safer variant of mov2w,
1130           (movwf,call_libraryfunc): NEW, handy abbreviations,
1131           (get_argument_pcop,get_return_val_pcop,pass_argument,
1132           get_returnvalue): interface for accessing function parameters and
1133             return values,
1134           (assignResultValuei,genRet): use new parameter/return value interface
1135           (pic14_getDataSize): back to old version handling generic pointers,
1136           (pic14_toBoolean,genNot,genCpl,genCmpEq,genOrOp): heavily rewritten,
1137             provided implementation and/or fixed old one,
1138           (genMultOneByte,genDivOneByte,genModOneByte): implemented as library
1139             calls, removed legacy 8051 reference code
1140           (AccLsh,AccRsh): rewritten and fixed to deal with signed operands
1141           (loadSignToC): NEW, move the operands sign bit to CARRY,
1142           (genGenericShift): NEW, replaces genLeftShift, genRightShift and
1143             genRightShiftSigned, accepts negative shift counts,
1144           (setup_fsr): load FSR and adjust IRP (indirect memory access),
1145           (emitPtrByteGet,emitPtrByteSet): rewritten, now works with
1146             generic pointers, __data pointers and __code pointers,
1147           (genUnpackBits,genPackBits): rewritten to work with generic pointers
1148             and signed bitfields, limit bitfields to 8 bit,
1149           (genDataPointerGet): fixed number of bytes read,
1150           (genGenPointerGet,genConstPointerGet): fixed bitfield access,
1151           (genPointerGet,genPointerSet): fixed handling of __code pointers,
1152             pointers to constant data are no longer assumed to point to __code
1153             space, removed invalid pointer types,
1154           (bitpatternFromVal): retrieve the PICs representation of an integer
1155             or float literal,
1156           (genDataPointerSet): fixed assigning to po_immediate operands,
1157           (genGenPointerSet): implemented as library call,
1158           (genIfx): fixed incorrect condition,
1159           (genAddrOf): limit generic pointers' addresses to 2 bytes,
1160             provide GPOINTER tag according to destination's storage class,
1161           (genCast): added code to handle casting to generic pointers, added
1162             sign-/zero extension of the result
1163           (aop_isLitLike,op_isLitLike): fixed handling of immediates
1164         * src/pic/gen.h: added macros to access IRP bit in STATUS register
1165         * src/pic/genarith.c (genAddLit): use min(result's,left's) size, sign
1166           extend the result
1167         * src/pic/glue.c (is_shared_address,is_shared): check whether a given
1168           address/register resides in the shared banks
1169           (emitSymbolToFile): improved to handle global and `pinned' symbols,
1170             put all variables into separate sections (have the linker arrange
1171             them)
1172           (picglue): put init code and interrupt handlers in separate sections
1173         * src/pic/main.c: added port specific options table, modified to PORT
1174           structure to make GPOINTERs 3 byte, added pic14_options
1175           (_pic14_do_link): private linking routine (update paths to libraries,
1176             add libsdcc.lib by default)
1177         * src/pic/main.h: declare pic14_options
1178         * src/pic/pcode.c: fixed instructions i/o relations,
1179           (RegCond): reverted to correct version,
1180           (newpCodeOpLit): truncate literals to 8 bit,
1181           (genericPrint): added debug output,
1182           (getRegFromInstruction): fixed for various operand types, simplified
1183           (BuildFlow): fixed broken handling of isntructions with labels
1184           (LinkFlow): start at last instruction in flow (skip trailing comments),
1185             pass the flow on to the next instruction after CALL
1186           (pCodeReplace): NEW, replace a pCode and move meta data to the new one
1187           (insertPCodeInstruction): fixed inserting after a skip instruction,
1188           (DoBankSelect): fixed for labeled instructions
1189           (OptimizepBlock): honor --nopeep switch
1190           (AnalyzeFlow,ReuseReg): prevent crash on source files with no function
1191         * src/pic/pcodepeep.c (pCodePeepMatchRule): prevent NULL pointer accesses
1192         * src/pic/pcoderegs.c (regIsLocal): NEW, check visibility of a register
1193           (pCodeOptime2pCodes): allow disabling this optimization via
1194             --no-pcode-opt due seldomly occuring bugs, fixed some conditions
1195             but is still buggy), started implementation of a dataflow based
1196             pCode optimization (CSE + dead code elimination)
1197           (pCodeRegMapLiveRangesInFlow): removed bogus inCond
1198         * src/pic/ralloc.c (initStack): renamed stack registers to STK%d, the new
1199           names are independant of the stack location and therefore portable across
1200           devices
1201
1202 2005-10-27 Maarten Brock <sourceforge.brock AT dse.nl>
1203
1204         * src/mcs51/ralloc.c (bitType): added to detect bit variables,
1205           (selectSpil): fixed bug 1337835 by not spilling bit variables
1206         * support/regression/tests/bug1337835.c: added test for this bug
1207         * src/mcs51/peeph.def: restart after rule 3.c,
1208           addded rules 263.x to optimize loading constants
1209
1210 2005-10-26 Raphael Neider <rneider AT web.de>
1211
1212         * src/SDCCsymt.c (compStructSize): allow signed bitfields for PIC ports
1213         * src/pic16/gen.c (genUnpackBits): support signed bitfields,
1214           (genAssign): emit warning when casting literals to generic pointer
1215             type, also applies when taking the address of a fixed variable,
1216           (genCast): improved casting to generic pointers
1217         * src/pic16/glue.c (pic16emitStaticSeg): fixed(?) handling of fixed
1218           extern variables, added verbose error message
1219         * device/include/pic16/{string.h,errno.h}: added #pragma library c
1220
1221 2005-10-26 Bernhard Held <bernhard AT bernhardheld.de>
1222
1223         * src/mcs51/gen.c (genMinus): fixed bug 1270906: reverse subtraction,
1224         carry must be complemented too
1225         * src/mcs51/peeph.def: addded rule 262 to remove double cpl c, which
1226         could be emitted by genMinus
1227         * src/SDCCval.c (constVal): fixed bug 1305065
1228
1229 2005-10-25 Bernhard Held <bernhard AT bernhardheld.de>
1230
1231         * src/SDCCast.c (addCast): added promotion for bit variables
1232         (decorateType): emit W_COMPLEMENT before the problem vanishes behind
1233         promotion casts + optimisation
1234         (optimizeGetWord): fix warning 'i' might be used uninitialized
1235         * src/mcs51/gen.c (genCpl): removed W_COMPLEMENT
1236         * src/ds390/gen.c (genCpl): removed W_COMPLEMENT
1237
1238 2005-10-24 Bernhard Held <bernhard AT bernhardheld.de>
1239
1240         * src/SDCCicode.c (ast2iCode): reverted to 1.224 because of regression:
1241         all chars are promoted to int; promotion should be handled in SDCCast.c
1242
1243 2005-10-15 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
1244
1245         * device/lib/_strcmp.c: Fixed bug 1326457
1246
1247 2005-10-11 Raphael Neider <rneider AT web.de>
1248
1249         * device/lib/pic16/libio/i2c.ignore: added 1320, fixes broken builds
1250         * device/lib/pic16/libdev/pic18f1320.c: added 1320's device library
1251
1252 2005-10-05 Maarten Brock <sourceforge.brock AT dse.nl>
1253
1254         * src/SDCC.y (AT): fixed bug with sfr32 addresses when built with GCC
1255         * support/regression/tests/sfr16.c: added test for the sfr32 bug
1256
1257 2005-10-04 Raphael Neider <rneider AT web.de>
1258
1259         * device/include/pic16/pic18fregs.h, src/pic16/devices.inc,
1260           device/lib/pic16/pics.all: added pic18f1320
1261         * src/pic16/pcode.c (mnem2key): fixed prototype's argument mismatch
1262
1263 2005-09-30 Raphael Neider <rneider AT web.de>
1264
1265         * src/pic16/device.c (Pics16[]): moved device descriptions to devices.inc
1266         * src/pic16/devices.inc: NEW, provides device descriptions
1267         * src/pic16/gen.c (genInline): fixed handling of ';'-comments
1268
1269 2005-09-26 Maarten Brock <sourceforge.brock AT dse.nl>
1270
1271         * src/SDCCicode.c (operandOperation): added GETABIT, GETBYTE, GETWORD and
1272           GETHBIT
1273
1274 2005-09-25 Maarten Brock <sourceforge.brock AT dse.nl>
1275
1276         * doc/sdccman.lyx: updated Highest Order Bit documentation,
1277           documented Any Order Bit, Higher Order Byte and Higher Order Word
1278         * src/SDCC.y: added tokens GETABIT, GETBYTE, GETWORD
1279         * src/SDCCast.c (optimizeGetHbit): updated to also accept bool=expr&(1<<n),
1280           (optimizeGetAbit): new, to get any bit, not only the high bit,
1281           (optimizeGetByte): new, to get a byte from a (long) int: expr>>(8*n),
1282           (optimizeGetWord): new, to get a word from a long int: expr>>(8*n),
1283           (isConformingBody): also check GETABIT, GETBYTE, GETWORD,
1284           (decorateType): '&': also try GETABIT, GETBYTE, GETWORD optimization,
1285             RIGHT_OP: also try GETBYTE, GETWORD optimization,
1286             GETABIT, GETBYTE, GETWORD: decorate them,
1287           (isShiftRightLitVal, isBitAndPowOf2): new helper functions,
1288           (ast_print): added GETABIT, GETBYTE, GETWORD
1289         * src/SDCCcse.c (isSignedOp): added GETABIT, GETBYTE, GETWORD
1290         * src/SDCCicode.c (codeTable): added GETABIT, GETBYTE, GETWORD,
1291           (geniCodeBinary): new generic binary icode,
1292           (ast2iCode): added GETABIT, GETBYTE, GETWORD
1293         * src/port.h: updated comment for PORT.hasExtBitOp
1294         * src/mcs51/gen.c (genGetAbit): new, to get any single bit,
1295           (genGetByte): new, to get a single byte,
1296           (genGetWord): new, to get a word from a long,
1297           (gen51Code): added GETABIT, GETBYTE, GETWORD
1298         * src/mcs51/main.c (hasExtBitOp): added GETABIT, GETBYTE, GETWORD
1299
1300 2005-09-23 Raphael Neider <rneider AT web.de>
1301
1302         * configure.in, configure: have device/lib/pic configured
1303         * device/lib/Makefile.in: added model-pic14
1304         * device/lib/clean.mk: added pic/ to clean rule
1305         * device/lib/pic: added rudimentary pic14 library providing support
1306           functions for multiplication/division/generic pointer access
1307         * src/SDCCopt.c (convilong): mark support functions as extern
1308           for pic14 port as well
1309         * src/pic/gen.c (genMult): added assertions,
1310           (genpic14Code): emit warning on unhandled iCodes
1311         * src/pic/main.c (_hasNativeMulFor): return true only for 8x8 bit
1312         * src/pic/pcode.c (pCodeOpCopy),
1313         * src/pic16/pcodepeep.c (pic16_pCodeOpCopy): fixed handling of various
1314           pCodeOpReg-subtypes (PO_{STATUS,INTCON,PCL,PCLATH,PCLATU,BSR,
1315           SFR_REGISTER}), made safe for future extensions
1316         * src/pic16/pcode.c (pic16_safepCodeUnlink): allow for removal of
1317           instructions even if preceeded by SKIP instructions (also remove
1318           them); removed unused code
1319         * src/pic16/pcode.h: added arg2 to pCodeOpLit to match pCodeOpLit2,
1320           prevents leaving parts of the structure uninitialized after copying
1321
1322 2005-09-22 Maarten Brock <sourceforge.brock AT dse.nl>
1323
1324         * src/mcs51/gen.c (genMinus): fix for undetected bug introduced 3 months
1325           ago by me
1326         * support/regression/tests/addsub.c: added test for the bug
1327
1328 2005-09-21 Raphael Neider <rneider AT web.de>
1329
1330         * device/include/pic16/pic18f1220.h,
1331           device/lib/pic16/libdev/pic18f1220.c: added ECCPAS sfr and bitfield
1332         * device/lib/pic16/Makefile.rules: added missing opening paren
1333         * src/pic16/gen.c (pic16_genNot,pic16_genCpl): removed as these
1334           are provided in genutils.c,
1335           (genUminusFloat,genUminus,genCmpEq): added asserts on different
1336           operand/result sizes,
1337           (genCmp): assert on NULL pointers first, then check deref'ed values
1338         * src/pic16/genutils.c (pic16_genCpl): fixed for different operand/
1339           result size
1340
1341 2005-09-18 Raphael Neider <rneider AT web.de>
1342
1343         * src/pic16/gen.c (genFarPointerGet,genFarPointerSet): removed
1344           as these are now unused,
1345           (genPointerGet,genPointerSet): handle FPOINTERs like POINTERs
1346         * src/pic16/pcode.c (pic16_symIsSpecial): assume REG_TMPs to be
1347           local, avoids uninitialized pointer dereference on r->name
1348         * src/pic16/ralloc.c (newReg): fixed indentation
1349
1350 2005-09-13 Maarten Brock <sourceforge.brock AT dse.nl>
1351
1352         * src/SDCCval.c (constVal): fixed bug 730366
1353         * support/Util/SDCCerr.c,
1354         * support/Util/SDCCerr.h: added warning W_INVALID_INT_CONST
1355
1356 2005-09-10 Maarten Brock <sourceforge.brock AT dse.nl>
1357
1358         * as/mcs51/lkmem.c (summary2): fixed report for absolute areas (bug 1210220)
1359
1360 2005-09-09 Maarten Brock <sourceforge.brock AT dse.nl>
1361
1362         * src/mcs51/peeph.def (241.x): fixed bug when comparing generic pointers
1363
1364 2005-09-08 Maarten Brock <sourceforge.brock AT dse.nl>
1365
1366         * as/hc08/lkaomf51.c (OutputName): made name unsigned char,
1367           (hex2dec): made hex_digit unsigned char, removed ascii dependance
1368         * as/mcs51/lkaomf51.c (OutputName): made name unsigned char,
1369           (hex2dec): made hex_digit unsigned char, removed ascii dependance
1370         * as/mcs51/lkarea.c (lnkarea2): sort absolute areas to the front
1371         * packihx/packihx.c (hexDigit): made c unsigned char
1372         * as/mcs51/lklibr.c (fndsym),
1373         * link/z80/lkgb.c (gb),
1374         * link/z80/lklibr.c (fndsym),
1375         * link/z80/lkrloc.c (relr),
1376         * sim/ucsim/libltdl/ltdl.c (load_deplibs, try_dlopen),
1377         * src/SDCC.lex (checkCurrFile, process_pragma),
1378         * src/SDCCglue.c (spacesToUnderscores),
1379         * src/SDCCmain.c (setParseWithComma, processFile),
1380         * src/asm.c (tvsprintf, printCLine),
1381         * src/avr/gen.c (emitcode, aopPut),
1382         * src/ds390/gen.c (emitcode),
1383         * src/hc08/gen.c (emitcode, emitinline),
1384         * src/mcs51/gen.c (emitcode, genInline),
1385         * src/pic/pcodepeep.c (cvt_extract_destination, cvt_extract_status,
1386           tokenizeLineNode),
1387         * src/pic/ralloc.c (debugLog),
1388         * src/pic16/pcodepeep.c (cvt_extract_destination, cvt_extract_status,
1389           tokenizeLineNode),
1390         * src/pic16/ralloc.c (debugLog),
1391         * src/z80/main.c (_process_pragma):
1392            made all ctype.h function calls safe
1393         * src/SDCCopt.c: include math.h for fabs
1394         * src/SDCCpeeph.c: added macros ISCHARDIGIT, ISCHARSPACE and ISCHARALNUM
1395           and used them throughout the code to make ctype.h function calls safe
1396         * src/ds390/main.c (asmLineNodeFromLineNode),
1397         * src/mcs51/main.c (asmLineNodeFromLineNode): made p unsigned char*
1398         * src/pic/gen.c (DEBUGpic14_emitcode, pic14_emitcode): made lbp
1399            unsigned char*
1400         * src/pic/pcode.c (mnem2key): made mnem unsigned char*,
1401           (newpCodeAsmDir): made ctype.h function calls safe
1402         * src/pic16/gen.c (pic16_emitpcomment, DEBUGpic16_emitcode,
1403           pic16_emitcode):  made lbp unsigned char*
1404         * src/pic16/pcode.c (mnem2key): made mnem unsigned char*,
1405           (pic16_newpCodeAsmDir): made ctype.h function calls safe
1406         * src/xa51/gen.c (emitcode),
1407         * src/z80/gen.c (_emit2): made lbp unsigned char*
1408         * support/Util/MySystem.c (split_command): made cmd_line and p unsigned
1409            char*
1410
1411 2005-09-05 Raphael Neider <rneider AT web.de>
1412
1413         * src/pic16/ralloc.c (pic16_allocDirReg): use device specific
1414           access bank splitpoint
1415
1416 2005-09-05 Raphael Neider <rneider AT web.de>
1417
1418         * device/lib/pic16/libc/Makefile: added (missing) string to SUBDIRS
1419
1420 2005-09-03 Maarten Brock <sourceforge.brock AT dse.nl>
1421
1422         * .version: changed to version 2.5.3
1423         * doc/sdccman.lyx: changed version to 2.5.3,
1424           documented --codeseg and --constseg and pragma codeseg and constseg,
1425           documented bit parameters (reentrant) and bit returning
1426         * src/SDCCicode.c (geniCodeReceive): fixed (possible) bug generating
1427            currFunc->recvSize, but is this ok for all ports?
1428           (ast2iCode): result of ~ on unsigned char must be cast to int for
1429            bool to work
1430         * src/SDCCmem.c (allocGlobal, allocLocal): don't put bit returning
1431           function pointers in bit space
1432         * src/SDCCsymt.c (checkSClass): allow bit returning function pointers,
1433           (processFuncArgs): call port.reg_parm() with reentrancy info
1434         * src/port.h,
1435         * src/avr/main.c,
1436         * src/ds390/main.c,
1437         * src/hc08/main.c,
1438         * src/pic/main.c,
1439         * src/pic16/main.c,
1440         * src/xa51/main.c,
1441         * src/z80/main.c: port.reg_parm prototype extended with
1442           "bool reentrant" parameter
1443         * src/mcs51/main.c (_mcs51_regparm): use parameter reentrant instead of
1444           options.stackAuto for allocating bit register parameters
1445         * src/mcs51/gen.c (genNot): optimized complementing direct bit,
1446           (genSend): set BitBankUsed if it is,
1447           (selectRegBank): factored out of genCall for use in genPcall,
1448           (genCall): removed redundant dtype assignmen, use selectRegBank,
1449           (genPcall): handle returning in Carry properly, save in F0 if needed,
1450           (genReceive): handle bit register parameters
1451         * src/mcs51/ralloc.c (updateRegUsage): update BitBankUsed along the way,
1452           (mcs51_assignRegisters): enable bit registers for all reentrant
1453            functions and don't set BitBankUsed unconditionally
1454         * src/mcs51/peeph.def (177.d): fixed bug if %2==%3
1455         * support/regression/tests/bitvars.c: enable tests for SDCC_STACK_AUTO
1456         * support/regression/tests/funptrs.c: added tests for BOOL and for return
1457
1458 2005-08-27 Borut Razem <borut.razem AT siol.net>
1459
1460         * device/lib/Makefile.in: cp on sparc-solaris (SunOS) and on
1461         ppc-osx (Darwin) does not support -u option. It seems that it is
1462         supported only on Linux - GNU cp
1463
1464 2005-08-25 Borut Razem <borut.razem AT siol.net>
1465
1466         * sim/ucsim/gui.src/serio.src/Makefile.in,
1467           sim/ucsim/s51.src/Makefile.in, sim/ucsim/avr.src/Makefile.in,
1468           sim/ucsim/z80.src/Makefile.in, sim/ucsim/hc08.src/Makefile.in,
1469           sim/ucsim/xa.src/Makefile.in: install -s changed to 2 steps:
1470           install and strip, since the strip at /usr/ccs/bin should be used
1471           on solaris
1472
1473 2005-08-24 Borut Razem <borut.razem AT siol.net>
1474
1475         * clean.mk, device/lib/clean.mk: find on sparc-solaris does not support -maxdepth option
1476
1477 2005-08-23 Bernhard Held <bernhard AT bernhardheld.de>
1478
1479         * src/SDCCopt.c (convertToFcall): fixed modulus with divisors 1 and
1480         ffffffffu
1481
1482 2005-08-23 Maarten Brock <sourceforge.brock AT dse.nl>
1483
1484         * as/mcs51/aslink.h: completed lkrloc.c prototypes
1485         * as/mcs51/lkmain.c (link_main): fixed warning
1486         * device/include/stdbool.h: ds390 has no advanced bit support yet
1487         * src/SDCC.y: use SPEC_SHORT and renamed _signed to b_signed
1488         * src/SDCCsymt.c: use SPEC_SHORT and renamed _signed to b_signed
1489         * src/SDCCsymt.h (struct specifier): renamed _xxx bitfields to b_xxx
1490           and updated their macros
1491         * src/SDCCval.c (constVal): updated comment for renamed b_long
1492
1493 2005-08-22 Maarten Brock <sourceforge.brock AT dse.nl>
1494
1495         * as/mcs51/asdata.c: changed ctype['['] to BINOP
1496         * as/mcs51/asexpr.c (expr): added case '[' for bit access in bdata,
1497           (term): abused bit 15 of s_addr to indicate bit-addressable bytes,
1498           (oprio): set priority for '['
1499         * as/mcs51/aslink.h: added define R_BIT, and prototypes for adb_bit
1500            and adb_24_bit
1501         * as/mcs51/asm.h: added defines R_BIT and S_BIT
1502         * as/mcs51/lkarea.c (lnksect2): use T for seg BIT_BANK and overlay it
1503         * as/mcs51/lkdata.c: changed ctype['['] to BINOP
1504         * as/mcs51/lkmain.c (Areas51): rel2 contains 12 (=C) areas now,
1505           added overlayable BIT_BANK area
1506         * as/mcs51/lkmem.c (summary): add BIT_BANK to BSEG_BYTES in the report,
1507           (summary2): explain 'T' in legenda
1508         * as/mcs51/lkrloc.c: replaced old K&R style,
1509           (relr): added R_BIT processing,
1510           (errmsg): added "Bit-addressable relocation error",
1511           (adb_bit): added for converting from byte- to bit-addressable space,
1512           (adb_24_bit): added for converting from byte- to bit-addressable space
1513         * device/include/stdbool.h: changed BOOL to __bit for mcs51 as it can be
1514            used in reentrant functions now even as return value
1515         * device/lib/_gptrput.c (_gptrput): removed obsolete code
1516         * src/SDCCast.c (resultTypePropagate): also propagate AND_OP and OR_OP,
1517           (decorateType): case '!', GETHBIT, AND_OP, OR_OP: result in bool or char
1518         * src/SDCCglobl.h: added indicator BitBankUsed
1519         * src/SDCCglue.c (glue): emit area BIT_BANK with byte 'bits' and equ's for
1520            the bit registers b0-b7
1521         * src/SDCCicode.c (operandFromSymbol): removed IS_BITVAR check,
1522           (geniCodeCast): fixed bug 1263853,
1523           (geniCodeLogicAndOr): put result in bool or char,
1524           (geniCodeReceive): added parameter func for accessing the return type,
1525           (geniCodeFunctionBody): pass func to geniCodeReceive
1526         * src/SDCCmain.c: added indicator BitBankUsed
1527         * src/SDCCmem.c (allocLocal): explicitly set sclass for V_BIT
1528         * src/SDCCsymt.c (newBoolLink): added for creating a bool/bit,
1529           (checkSClass): don't put automatic bool/bit on stack,
1530           (checkFunction): removed check on function cannot return bit
1531         * src/SDCCsymt.h: added newBoolLink prototype
1532         * src/mcs51/gen.c (rb1regs): added bit registers,
1533           (movc): created for assigning to carry,
1534           (pushReg, popReg): created for pushing registers,
1535           (sameRegs): check both AOP_REG and AOP_CRY types,
1536           (aopOp): handle bit registers,
1537           (aopPut): optimization no self-assign,
1538           (saveRegisters): push reg->base (bits) only once for bit registers,
1539            and use pushReg,
1540           (unsaveRegisters): pop reg->base only once and use popReg,
1541           (assignResultValue): added parameter func and return in carry for bits,
1542           (genIpush): optimization no reload in A if not changed,
1543           (genSend): bit parameters in reentrant functions are passed in bit
1544            registers by first assigning to bits in B, then save registers and
1545            copy B to bits,
1546           (genCall): handle returning in Carry properly, save it in F0 if needed,
1547           (genPcall): updated assignResultValue call, this is not safe yet for bit
1548            returning function !!!
1549           (genFunction): don't generate equ's for bit registers and use pushReg,
1550           (genEndFunction): take care of bit returning functions and use popReg,
1551           (genRet): return bit in Carry,
1552           (genIfx): optimize bit registers and other directly addressable bits,
1553           (genReceive): updated assignResultValue call
1554         * src/mcs51/main.c (_mcs51_reset_regparm): added regBitParmFlg,
1555           (_mcs51_regparm): allow passing of upto 8 bit parameters in bit
1556            registers when using stack-auto
1557         * src/mcs51/ralloc.c (_G): added allBitregs,
1558           (regs8051): added the bit registers,
1559           (createStackSpil): use macro IS_BIT,
1560           (getRegBit): added to allocate a bit register, else spill,
1561           (getRegBitNoSpil): added to allocate a bit register, else a gpr,
1562           (updateRegUsage): factored out to ease stepping while debugging,
1563           (serialRegAssign): use updateRegUsage, only spill bits if necessary,
1564            also allocate bit registers,
1565           (fillGaps): handle bit registers,
1566           (findAllBitregs): added to create bit vector with all bit registers,
1567           (mcs51_allBitregs): returns this bit vector,
1568           (mcs51_assignRegisters): when using stack-auto use bit registers for
1569            passing parameters and creating local variables
1570         * src/mcs51/ralloc.h: added B0_IDX..B7_IDX and prototype mcs51_allBitregs
1571
1572 2005-08-22 Borut Razem <borut.razem AT siol.net>
1573
1574         * device/lib/Makefile.in: replaced find option -or with -o
1575           to make it run on solaris
1576
1577 2005-08-22 Raphael Neider <rneider AT web.de>
1578
1579         * src/pic16/gen.c (pic16_loadFromReturn): added check for AOP_PCODE,
1580           fixes #1265442 (crash on Solaris)
1581
1582 2005-08-20 Borut Razem <borut.razem AT siol.net>
1583
1584         * configure, configure.in: added tests for libsocket and libnsl libraries,
1585           requred by sdcdb on sparc-solaris; generate support/regression/Makefile
1586           from support/regression/Makefile.in
1587         * support/regression/Makefile.in: added
1588         * device/lib/pic16/Makefile.common.in: force make to use bash shell
1589         * sim/ucsim/libtool: regenerated on sparc-solaris
1590         * sim/ucsim/avr.src/Makefile.in, sim/ucsim/hc08.src/Makefile.in,
1591           sim/ucsim/s51.src/Makefile.in, sim/ucsim/xa.src/Makefile.in,
1592           sim/ucsim/z80.src/Makefile.in: removed GNU ld specific linker options
1593           -Wl,--start-group and -Wl,--end-group to enable ucsim compilation on
1594           sparc-solaris, which doesn't use GNU ld linker
1595         * device/lib/Makefile.in: cp on sparc-solaris (SunOS) does not support -u option
1596         * as/Makefile: find on sparc-solaris does not support -maxdepth option
1597
1598 2005-08-19 Maarten Brock <sourceforge.brock AT dse.nl>
1599
1600         * src/mcs51/peeph.def: updated comments
1601
1602 2005-08-16 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
1603
1604         * device/lib/_gptrget.c,
1605         * device/lib/_gptrput.c: slightly shorter
1606         * doc/sdccman.lyx: incremented version
1607         * src/mcs51/peeph.def: moved peephole comments to the line of first
1608           change to better keep line correlation, reanimated 186.e
1609         * src/mcs51/peeph.def: renamed similar peepholes by using suffixes
1610
1611 2005-08-16 Slade Rich <slade_rich AT users.sourceforge.net>
1612
1613         * src/pic/pcode.c : Pasted ".line" assembly directives patch from
1614           David Saxton with quotes around file name.
1615
1616 2005-08-15 Borut Razem <borut.razem AT siol.net>
1617
1618         * support/regression/tests/bitfields.c, support/regression/tests/bitvars.c,
1619           support/regression/tests/bitwise.c, support/regression/tests/literalop.c,
1620           support/regression/tests/rotate.c, support/regression/tests/zeropad.c:
1621           make tests run on x86_64 platform
1622
1623 2005-08-13 Raphael Neider <rneider AT web.de>
1624
1625         * device/lib/pic16/Makefile.subdir: weakened clean-intermediate rule
1626           as it might be executed DURING a build (parallel make is wonderful)
1627
1628 2005-08-13 Raphael Neider <rneider AT web.de>
1629
1630         * device/lib/Makefile.in (port-specific-objects-pic16):
1631           revert to cp $(PORT)/bin/*.* $(PORTDIR)
1632         * device/lib/pic16/Makefile: added .PHONY targets, removed builddir
1633           dependency
1634         * device/lib/pic16/Makefile.rules: build subdirs before creating
1635           the library, removed builddir rule, create $(builddir) early in
1636           recurse rule, use empty recurse rule for leaf directories
1637         * device/lib/pic16/Makefile.subdir: added phony targets, ignore
1638           mkdir errors (race condition), removed duplicate suffix "hex"
1639           from clean rules
1640         * device/lib/pic16/libdev/Makefile: recursive make via + and $(MAKE)
1641         * device/lib/pic16/libio/Makefile: create sub-make's builddir early,
1642           prevents mkdir -p from aborting on Alpha
1643
1644 2005-08-12 Raphael Neider <rneider AT web.de>
1645
1646         * src/pic16/glue.c (pic16_print(G)PointerType): do not flush
1647           db-statements in order to allow for arrays of pointers in code
1648           sections to be placed without interspersed 0-padding, fixes
1649           bug #1256215
1650         * (emitStatistics): fixed division by zero for pic18f1220
1651         * src/pic16/pcode.c: buffer (up to) 12 DB directives to allow for
1652           unpadded writing of 8-bit, 16-bit, 24-bit and 32-bit values
1653         * (pic16_emitDS): respect DB_ITEMS_PER_LINE
1654         * (pic16_pCodeConstString): keep track of already emitted string
1655           literals to prevent "duplicate definitions of symbol _str_NR"
1656         * src/pic16/ralloc.c (pic16_allocRegByName): removed not so helpful
1657           debug message
1658         * device/lib/Makefile.in: ignore failing PIC16 library builds
1659         * device/lib/pic16/Makefile: do not build if gputils are missing
1660         * device/lib/pic16/Makefile.common.in: do not enforce MAKEFLAGS=-s
1661
1662 2005-08-10 Raphael Neider <rneider AT web.de>
1663
1664         * device/lib/Makefile.in: fixed copying pic16 libraries (broken by
1665           my last commit)
1666
1667 2005-08-10 Raphael Neider <rneider AT web.de>
1668
1669         * src/*.c, src/pic16/{gen.c,glue.c,main.c}: applied Vangelis
1670           Rokas' patch to add the new fixed point type "__fixed16x16"
1671         * device/lib/pic16/libsdcc/fixed16x16: added Vangelis' support
1672           functions for __fixed16x16 arithmetics
1673         * device/lib/pic16: reimplemented the build system to support
1674           a separate build directory, better handling of libio (create
1675           the library in a separate subdir for each architecture) and
1676           easier configuration (centralized in Makefile.common)
1677
1678 2005-08-07 Raphael Neider <rneider AT web.de>
1679
1680         * src/pic16/gen.c (genrshTwo): fixed sign extension
1681         * src/pic16/device.c: added pic18f2320, 4220 and 4320
1682         * device/include/pic16/pic18f2220.h: changed some bit definitions,
1683           added T0CONbits
1684         * device/include/pic16/pic18f4220.h: NEW, header for
1685           pic18f4220 and pic18f4320
1686         * device/include/pic16/pic18fregs.h: added new devices,
1687           embraced Nop(), ClrWdt(), Sleep() and Reset() with do {} while(0)
1688         * device/include/pic16/signal.h: resolved name clashes
1689           on bit definitions, added DEF_HANDLER2(sig1,sig2,handler)
1690           to also allow testing for interrupt enable bits, added
1691           comments on how to use the macros
1692         * device/lib/pic16/libdev/pic18f2220.c: added T0CONbits
1693         * device/lib/pic16/libdev/pic18f{2320,4220,4320}.c: NEW,
1694           register definitions for the devices
1695         * device/lib/pic16/pics.all: added new devices
1696         * device/lib/pic16/libc/stdlib/calloc.c: fixed zeroing
1697           allocated memory
1698         * device/lib/pic16/libc/stdlib/memfree: do not count
1699           the block header as free memory
1700         * device/lib/pic16/libc/stdlib/memmisc.c (_initHeap):
1701           simplified and added missing end-of-blocklist-marker
1702           (reported by Peter Onion, fixes #1252814)
1703         * (_mergeHeapBlock): fixed loop condition
1704         * device/lib/pic16/libc/stdlib/realloc.c: return NULL for
1705           len==0, restructured code
1706         * device/lib/pic16/libc/stdlib/{malloc,memfreemax}.c: cleaned
1707           up a bit, reduced bitfield accesses, prevent endless loops
1708           in case of heap corruption
1709         * device/lib/pic16/libc/stdlib/x_ftoa.c: disabled
1710           "unreferenced arguments/must return a value" warnings
1711         * device/lib/pic16/libio/usart/ubaud.c (usart_baud):
1712           replaced BAUDREG with SPBRG
1713         * device/lib/pic16/libsdcc/lregs/{lrrest.c,lrst.c},
1714           device/lib/pic16/debug/gstack/gstack.c: replaced
1715           _naked, _asm, _endasm with __naked, __asm, __endasm
1716
1717 2005-08-05 Raphael Neider <rneider AT web.de>
1718
1719         * src/pic16/gen.c (pic16_aopGet): fixed handling of offsets in
1720           AOP_PCODE operands, fixes multibyte union-bitfield-accesses
1721
1722 2005-08-05 Borut Razem <borut.razem AT siol.net>
1723
1724         * device/lib/Makefile.in: added missing ';'
1725         * configure: removed ^M characters
1726
1727 2005-08-04 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
1728
1729         * device/include/mcs51/at89c51ed2.h, device/include/mcs51/p89v51rd2.h,
1730           device/include/mcs51/at89s53.h: changed to GNU Lesser General Public
1731           License
1732
1733 2005-08-04 Borut Razem <borut.razem AT siol.net>
1734
1735         * configure.in: pic16 libraries build 2nd try - enable running
1736           configure in device/lib/pic16
1737         * configure: regenerated from configure.in
1738         * device/lib/Makefile.in: create $(PORT)/bin directory
1739
1740 2005-08-03 Raphael Neider <rneider AT web.de>
1741
1742         * src/pic16/gen.c (pic16_derefPtr): NEW, single place
1743           to get/set values via pointers
1744         * (genUnpackBits,genPackBits): changed detection of
1745           ptr->bitfield vs. sym.bitfield, fixed access via generic
1746           pointers, removed dead (wrong) code for multibyte bitfields
1747         * (genNearPointerGet, genGenPointerGet): removed useless code,
1748           fixed bitfield detection, fixes #1250594
1749         * (genNearPointerSet): removed useless code
1750         * src/pic16/gen.h: renamed pic16_emitpcode to pic16_emitpcode_real
1751           and introduced macro pic16_emitpcode that conditionally emits
1752           the origin of the following pCode (useful for debugging SDCC)
1753         * src/pic16/pcode.c: changed (and disabled) some debug outputs
1754         * (createDefmap): fixed handling of LFSR for --optimize-df
1755
1756 2005-08-02 Borut Razem <borut.razem AT siol.net>
1757
1758         * device/lib/Makefile.in: pic16 libraries build enabled since
1759           gputils-0.13.2 are now localy installed at sourceforge's compile farm
1760
1761 2005-08-02 Raphael Neider <rneider AT web.de>
1762
1763         * src/pic16/gen.c (genPackBits): removed deprecated warning
1764         * (genGenPointerSet): fixed bitfield detection
1765
1766 2005-08-02 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
1767
1768         * device/include/mcs51/msm8xc154s.h: Removed PT2 definition, now in 8052.h.
1769
1770 2005-07-31 Raphael Neider <rneider AT web.de>
1771
1772         * device/lib/pic16/libdev/pic18f458.c,
1773           device/include/pic16/pic18f458.h: added missing T0CONbits
1774
1775 2005-07-29 Maarten Brock <sourceforge.brock AT dse.nl>
1776
1777         * device/include/mcs51/msm8xc154s.h: added, thanks to Matthias Arndt
1778
1779 2005-07-28 Maarten Brock <sourceforge.brock AT dse.nl>
1780
1781         * src/mcs51/gen.c (operandsEqu): fixed bug 1246687
1782
1783 2005-07-23 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
1784
1785         * device/include/mcs51/at89c51ed2.h: added.
1786
1787 2005-07-23 Raphael Neider <rneider AT web.de>
1788
1789         * src/pic/gen.h: added emitpcode macro for debugging
1790         * src/pic/gen.c (emitpcode): renamed to emitpcode_real
1791           and replace by macro adding debug information on demand
1792         * (genNot): fixed to C semantics (!0 = 1; !x = 0 iff x != 0)
1793         * (gencjne): tried to fix; replaced with correct (slower) code
1794         * (gen{Unp,P}ackBits): fixed single bit access
1795         * src/pic/pcode.c (AnalyzepCode): fixed DFPRINTF argument
1796         * src/pic/pcodepeep.c (pCodeSearchCondition): fixed finding
1797           previous instruction
1798         * src/pic/pcoderegs.c (regIsSpecial): NEW, check whether a
1799           register has to be handled with care (forbidding movement
1800           of assignments/uses, removing assignments completely, ...)
1801         * (pCodeOptime2pCodes): make use of regIsSpecial
1802         * added lots of debugging output (commented out)
1803         * src/pic/rallloc.c (deassignLRs): prevent operand registers
1804           from being reused as result UNLESS it is known to work
1805
1806 2005-07-23 Maarten Brock <sourceforge.brock AT dse.nl>
1807
1808         * support/Util/dbuf.h: include <stddef.h> for size_t
1809         * .version: changed to version 2.5.2
1810
1811 2005-07-23 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
1812
1813         * src/SDCCloop.c (loopInvariants): fixed bug #1234048
1814
1815 2005-07-22 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
1816
1817         * src/hc08/gen.c (genMinus): fixed bug #1241835,
1818           (genModOneByte): removed needless psha/pula
1819
1820 2005-07-22 Raphael Neider <rneider AT web.de>
1821
1822         * src/SDCCmain.c (linkEdit): initialized linkerScriptFileName,
1823           have PIC14 handled like PIC16, fixes broken pic14 linker calls
1824         * src/pic/gen.c (resolveIfx): do not "invent" labels
1825         * (genSkipc): changed to positive logic
1826         * (genSkipCond): removed as no longer needed
1827         * (pic14_mov2w_regOrLit,genCmp): NEW, replacement for buggy version,
1828           backport from PIC16
1829         * (genLeftShift): check operands are in different registers
1830         * src/pic/genarith.c (genPlus): replaced INCF with ADDLW as
1831           INCF does not update CARRY...
1832         * src/pic/main.c: fixed _linkCmd
1833         * src/pic/pcode.c (unlinkpCode): added inactive code
1834         * src/pic/ralloc.c (deassignLRs): keep arguments to shift operations
1835           alive (do not assign result and operand overlapping registers)
1836
1837 2005-07-22 Raphael Neider <rneider AT web.de>
1838
1839         * src/pic/device.c (dump_sfr): replaced register declaration with
1840           call to emitSymbolToFile() to avoid duplicate symbols
1841         * (assignRelocatableRegisters): do not declare external symbols
1842         * src/pic/ralloc.c (allocNewDirReg): fixed to get size of arrays
1843           right (take size of type, not etype)
1844         * (allocDirReg): fixed call to allocNewDirReg() to pass OP_SYM_TYPE
1845         * (writeUsedRegs): also dump dynDirectRegs (e.g. local variables)
1846         * (packRegsForAccUse): disabled assignment of WREG as
1847           the result reg to prevent occurence of just fixed #1235003,
1848           fixes #1242954
1849         * src/pic/glue.c (emitSymbolToFile): NEW, central place to declare
1850           symbols (avoids duplicate symbols in .asm file)
1851         * (pic14emitRegularMap): use emitSymbolToFile()
1852         * src/pic/gen.c (aopOp): fixed spillLocation handling
1853         * (gen{Unp,P}ackBits): fixed acquiring bit-operands
1854         * (genDataPointerSet): removed unneccessary variables/output
1855
1856 2005-07-22 Maarten Brock <sourceforge.brock AT dse.nl>
1857
1858         * as/mcs51/lkarea.c: enlarged codemap for banked memory
1859         * device/lib/mcs51/crtbank.asm: added # to 0x0F
1860
1861 2005-07-21 Raphael Neider <rneider AT web.de>
1862
1863         * src/pic/gen.c (aopOp): do not generate AOP_ACC operands as pic14
1864           architecture cannot handle them efficiently, fixes bug #1235003
1865         * src/pic16/device.c (pic16_dump_{u,i}section,pic16_dump_int_registers):
1866           check for empty sets before using them (fixes bug #1232190)
1867
1868 2005-07-19 Maarten Brock <sourceforge.brock AT dse.nl>
1869
1870         * as/mcs51/lkarea.c (lnkarea, lnkarea2): improved BSEG size calculation,
1871           (lnksect2): generate warnings for memory overlap
1872         * src/SDCC.lex (doPragma, process_pragma): added pragma's codeseg and
1873           constseg to set the name of these segments so you can instruct the linker
1874           to place them in banks
1875         * src/SDCCast.c (decorateType): use new macro IS_FUNCPTR()
1876         * src/SDCCglobl.h: added MODEL_HUGE to enum,
1877           added code_seg and const_seg to options
1878         * src/SDCCglue.c (emitMaps): use options.const_seg,
1879           (createInterruptVect): put interrupt vectors in segment HOME,
1880           (glue): put HOME before static segment and put the main glue in HOME,
1881           (glue): use options.code_seg
1882         * src/SDCCicode.c (geniCodeCall): use new macro IS_FUNCPTR()
1883         * src/SDCCmain.c: added option --codeseg and --constseg to set the name of
1884           these segments so you can instruct the linker to place them in banks
1885           (linkEdit): use code_loc for HOME segment which should be the first
1886           segment in code memory now
1887         * src/SDCCmem.c: fixed more stuff like bug 1238386
1888         * src/SDCCsymt.c (getSize): use generic pointer size for banked functions,
1889           (changePointer): don't change function pointers to code pointers for
1890           banked functions,
1891           (compareType): added exceptional check for banked function pointers
1892         * src/SDCCsymt.h: changed IFFUNC_ISBANKEDCALL, added IS_FUNCPTR
1893         * src/hc08/main.c (_hc08_genAssemblerPreamble): put HOME first, put CSEG
1894           after static in code memory
1895         * src/mcs51/gen.c: added aopLiteralLong prototype,
1896           (aopForSym): use getSize for functions,
1897           (genCall): generate banked calls over one trampoline __sdcc_banked_call
1898           in HOME with lsb of address in r0, msb in r1 and bank in r2, use
1899           -Wl-bBANKSEG=0xbbaaaa option to set the address (aaaa) and bank (bb) of
1900           the segment,
1901           (genPcall): use call for literal function pointers and generate banked
1902           calls over the one trampoline so there's only one place for the user to
1903           modify according to his/hers hardware,
1904           (genEndFunction): jump to __sdcc_banked_ret in HOME for banked functions,
1905           (genPlusIncr): moved check icount>4 beyond inc dptr optimization
1906         * src/mcs51/main.c: added keyword banked,
1907           (_mcs51_genExtraAreas): put HOME first followed by GSINIT, STATIC and CSEG
1908         * support/Util/SDCCerr.c,
1909         * support/Util/SDCCerr.h: added E_BANKED_WITH_CALLEESAVES, registers are
1910           needed for passing the bank and address to the trampoline
1911         * device/lib/mcs51/crtbank.asm: added for bankswitching
1912         * device/lib/mcs51/Makefile: added crtbank
1913
1914 2005-07-16 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
1915
1916         * src/SDCCcse.c (algebraicOpts): fixed loss of volatility
1917           for fields at offset 0 of a struct or union as reported
1918           on 2005-07-07 in the developer mailing list.
1919
1920 2005-07-15 Maarten Brock <sourceforge.brock AT dse.nl>
1921
1922         * src/SDCCmem.c: fixed bug 1238386
1923
1924 2005-07-12 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
1925
1926         * src/mcs51/peeph.def: added labelrefcounting for peepholes
1927           (patch #1144962), added peephole 300, enabled 259.x
1928         * doc/sdccman.lyx: removed screenshot and provided link instead
1929
1930 2005-07-05 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
1931
1932         * doc/sdccman.lyx: added section about debugging with ddd
1933         * doc/figures/ddd_example.eps: screenshot of debugging session
1934
1935 2005-07-04 Raphael Neider <rneider AT web.de>
1936
1937         * src/pic/gen.c (genPointerGet): handle pointers to CONST values
1938           like CODE pointers, fixes #1115683
1939         * src/pic/pcode.c (DoBankSelect): forget LastRegIdx during function
1940           call, fixes bugs #1232211, #1228110,
1941           fixed wrong casts to pCodeFlow from pCodeInstructions
1942
1943 2005-07-04 Raphael Neider <rneider AT web.de>
1944
1945         * src/pic/gen.c (popGet): changed assert to allow for
1946           bit operands
1947         * (popGetAddr): changed signature to provide
1948           an additional index, patched all call sites
1949         * (genCmpEq): handle literal-like operands correctly
1950         * (genAddrOf): added sanity checks on __code/__data pointers
1951         * (genAssign): added handling of symbols from __code section
1952         * (gencjne): do not generate code for comparisons whose result
1953           is neither stored nor used, fixes bug #1171114
1954         * (AccLsh, AccRsh): operate on operand instead of WREG
1955         * (shift{Left,Right}_Left2ResultLit): NEW, size independant
1956           replacement for Shift{LR}{12}Left2Result; shift (byte/int/long)
1957           by known count
1958         * rewrote complete shift-by-literal logic, commented unused
1959           functions out
1960         * (genConstPointerGet): get multiple bytes (if result size > 1),
1961           fixed handling of non-immediate addresses
1962         * (genPointerGet): handle CODE pointers like CONST pointers
1963         * (genpic14Code): insert C-SRC lines as Cource-pCodes
1964         * ({aop,op}_isLitLike): NEW, single place to decide whether an
1965           operand is to be treated as a literal or not
1966         * (mov2w,genPcall,genCmpEq),
1967           src/pic/genarith.c: use aop_isLitLike() to decide between
1968           literal/register contents
1969         * (addSign): added missing offset
1970         * src/pic/gen.h: remove newline after FENTRY/FEXIT comments,
1971           only emit comment in debug-mode,
1972           use {aop,op}_isLitLike throughout the file
1973         * src/pic/glue.c: fix initializers for pointers (work in progress)
1974         * src/pic/pcode.c (get_op): honor index on _const symbols
1975         * ({reset,dump}pCodeStatistics): NEW, estimate code size
1976         * (dumppBlock): added pCode size estimation
1977         * src/pic/ralloc.c (deassignLRs,serialRegAssign,packRegisters):
1978           check for IS_SYMOP before OP_SYMBOL'ing
1979         * fixed indentation, compacted switch-statements
1980         * (allocReg): find free register and allocate it instead of
1981           allocating new registers all the time
1982         * (deassignLRs): prevent POINTER_GET's from being assigned the same
1983           registers as its operands (necessary only for multibyte GETs)
1984
1985 2005-07-01 Raphael Neider <rneider AT web.de>
1986
1987         * src/pic/gen.h: added prototypes emitpComment, popGetAddr and
1988           debugging .asm-output macros FENTRY + FEXIT
1989         * src/pic/gen.c (Safe_vsnprintf): NEW, is there a more generic
1990           way... I wonder...
1991         * (emitpComment): NEW, printf to pCode
1992         * (popGet): added assert on too large offsets, fixed PO_IMMEDIATE's
1993           offset handling
1994         * (popGetAddr): NEW, variant of popGet to access an immediates
1995           high(er) bytes instead of the n'th byte of memory they reference,
1996           replaced popGet with popGetAddr where neccessary
1997         * (genDataPointerGet): reactivated and fixed implementation
1998         * (genNearPointerGet): enabled call to genDataPointerGet, fixes array-
1999           accesses
2000         * (genDataPointerSet): fixed multibyte assignments
2001         * (genpic14Code): fixed --i-code-in-asm handling
2002         * src/pic/genarith.c: fixed PO_IMMEDIATE issue using popGetAddr,
2003         * (genPlus): fixed index-out-of-bounds error
2004         * src/pic/pcode.c (get_op): fixed PO_IMMEDIATE's index/offset handling
2005         * src/pic/ralloc.c: added debugging output macro FENTRY2
2006         * (spillThis): fixed indentation, enbraced for-body for clarity
2007         * (rematStr): commented out as now unused
2008         * (regTypeNum): commented out special spill case (overwrites
2009           arbitrary values)
2010         * fixes bugs #1229346, #1216476 (both arrays) and #1115667 (SIGSEGV)
2011
2012 2005-06-30 Maarten Brock <sourceforge.brock AT dse.nl>
2013
2014         * doc/sdccman.lyx: documented sfr16/sfr32,
2015           added example for using storage class with function pointers
2016         * src/mcs51/gen.c (genPlusIncr): optimized small offsets from dptr
2017
2018 2005-06-28 Maarten Brock <sourceforge.brock AT dse.nl>
2019
2020         * device/lib/_gptrget.c: also push/pop _PSBANK, added # to 0x03
2021         * device/lib/_itoa.c,
2022         * device/lib/_ltoa.c: optimized codesize
2023         * src/SDCCsymt.c (checkSClass): added sanity check for sfr at addresses,
2024           but don't know how to suppress the double warning.
2025         * src/mcs51/gen.c (genPlusIncr): fixed bug when incrementing volatile int's
2026         * support/Util/SDCCerr.c,
2027         * support/Util/SDCCerr.h: added warning W_SFR_ABSRANGE for sanity check
2028
2029 2005-06-27 Maarten Brock <sourceforge.brock AT dse.nl>
2030
2031         * as/mcs51/asexpr.c (expr): disabled warning "not in .flat24 mode",
2032           fixed old K&R prototypes
2033         * as/mcs51/asout.c (outrb): always output as if generating 24bit addresses
2034         * device/lib/_gptrget.c,
2035         * device/lib/_gptrgetc.c,
2036         * device/lib/_gptrput.c: changed versions for new memory indicator values,
2037           also new versions for small generic pointers and banked generic pointers
2038         * src/port.h: added const_name
2039         * src/SDCC.lex: added keywords sfr16, __sfr16, sfr32, __sfr32
2040         * src/SDCC.y: added tokens SFR16, SFR32 and their sfr_attributes
2041         * src/SDCCcse.c (findPrevIc): check all associative operators
2042         * src/SDCCglue.c (emitMaps): use CONST_NAME if defined
2043         * src/SDCCicode.h: added macro IS_ASSOCIATIVE
2044         * src/SDCCmem.c: updated comments,
2045           set far-space to 0 for pdata, results in optimized code
2046         * src/SDCCmem.h: added macro CONST_NAME
2047         * src/SDCCsymt.h: renumerated generic pointer types GPTYPE_... thereby
2048           moving the info into the highest bits, see also gptrget/gptrput
2049         * src/src.dsp: added sdcc.ico to project files
2050         * src/avr/gen.c (genCast): fixed bug 0x%d
2051         * src/avr/main.c (avr_port): added "CONST (CODE)" for const_name
2052         * src/ds390/gen.c (aopForRemat, adjustArithmeticResult): disconnected direct
2053           relation between ptr_type and DCL_TYPE,
2054           (genCast): fixed bug 0x%d
2055         * src/ds390/main.c (ds390_port, tininative_port, ds400_port): added "CONST
2056           (CODE)" for const_name
2057         * src/hc08/gen.c (genCast): fixed bug 0x%d
2058         * src/hc08/main.c (_hc08_genAssemblerPreamble): added .area ...const_name,
2059           (hc08_port): added "CONST (CODE)" for const_name
2060         * src/mcs51/gen.c (aopForSym): optimized pushing ACC,
2061           (aopForRemat, adjustArithmeticResult): disconnected direct relation
2062           between ptr_type and DCL_TYPE,
2063           (aopGetUsesAcc, aopGet, aopPut): changed first parameter from asmop* to
2064           operand* and took AOP() inside function so sfr-ness can be checked,
2065           (all over): repaired calls to aopGetUsesAcc, aopGet, aopPut to comply with
2066           new prototype,
2067           (genFunction, genEndFunction): optimized stack setup,
2068           (genMinus): optimized for literals with ending zeroes (in bytes),
2069           (genCast): fixed bug 0x%d
2070         * src/mcs51/main.c (_mcs51_keywords): added sfr16 and sfr32,
2071           (mcs51_port): added "CONST (CODE)" for const_name
2072         * src/mcs51/peeph.def: made rule 226 more generic
2073         * src/pic/main.c (pic_port): added "CONST (CODE)" for const_name
2074         * src/pic16/main.c (pic16_port): added "CONST (CODE)" for const_name
2075         * src/xa51/main.c (xa51_port): added "CONST (CODE)" for const_name
2076         * src/z80/main.c (z80_port): added NULL for const_name,
2077           (gbz80_port): added NULL for const_name
2078         * support/regression/tests/bug663539.c,
2079         * support/regression/tests/sfr16.c: new tests
2080
2081 2005-06-25 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
2082
2083         * device/include/mcs51/p89v51rd2.h, device/include/mcs51/at89s53.h: added.
2084
2085 2005-06-24 Raphael Neider <rneider AT web.de>
2086
2087         * device/lib/pic16/libdev/pic18f[68][567]20.c:
2088           corrected typos...
2089         * device/include/pic16/signal.h: added USBIF
2090           and SIG_USB
2091
2092 2005-06-24 Raphael Neider <rneider AT web.de>
2093
2094         * device/lib/pic16/libdev/pic18f2455.c,
2095           device/include/pic16/pic18f2455.h: NEW
2096         * device/include/pic16/pic18fregs.h,
2097           device/lib/pic16/pics.all,
2098           src/pic16/device.c: added 18f2455
2099         * device/lib/pic16/libdev/pic18f[68][567]20.c,
2100           device/include/pic16/{pic18f[68][567].h,usart.h}:
2101           replaced MULTIPLE_USARTS define with more relaible
2102           compatibility sfrs (for USART access)
2103
2104 2005-06-20 Slade Rich <slade_rich AT users.sourceforge.net>
2105
2106         * src/pic/pcode.c : Fixed problem when a string constant contains a "\r\n"
2107           and the output asm file line is printed on two lines.
2108
2109 2005-06-19 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
2110
2111         * sim/ucsim/hc08.src/inst.cc (inst_condbranch): fixed simulation of
2112           BGT, BLE, BHI, and BLS instructions
2113         * src/hc08/gen.c (outAcc, outBitC, outBitNV, genCmpLt, genCmpGt,
2114           genCmpEq): removed
2115         * src/hc08/gen.c (genCmpEQorNE, genCmp, branchopCmp, nameCmp,
2116           negatedCmp, exchangedCmp, genhc08Code): rewrite of comparison handling,
2117           fixes bug #1216342
2118         * src/hc08/peeph.def: added rules 2g - 2l for new conditional branches
2119
2120 2005-06-15 Raphael Neider <rneider AT web.de>
2121
2122         * src/pic16/NOTES: moved Vangelis from active developers to people to contact
2123         * device/include/pic16/{6520.h,8520.h}: fixed configuration bits
2124         * src/pic16/gen.c (): prevent iTemps from being considered to be in CODESPACE,
2125           fixes bug #1221120; for symbols in CODESPACE get number of bytes to read from
2126           OP_SYM_TYPE() instead of OP_SYM_ETYPE()
2127
2128 2005-06-06 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
2129
2130         * device/include/mcs51/reg764.h: Changed PB0 to PBO as requested by
2131           Marcel Telka in bug #1215704
2132
2133 2005-06-02 Slade Rich <slade_rich AT users.sourceforge.net>
2134
2135         * src/pic/pcode.c : Changed pseudo stack size to 15 to allow WSAVE to be
2136           located in shared memory bank.
2137
2138 2005-05-31 Raphael Neider <rneider AT web.de>
2139
2140         * src/pic16/{gen.c,genarith.c}: replaced sign-extension
2141           "CLRF, BTFSC <signbit>, DECF/COMF" with side-effect-free
2142           "CLRF, BTFSC <signbit>, SETF"; fixes "long>>9"
2143
2144 2005-05-27 Maarten Brock <sourceforge.brock AT dse.nl>
2145
2146         * device/lib/_strncpy.c: fixed the fix
2147
2148 2005-05-26 Raphael Neider <rneider AT web.de>
2149
2150         * src/pic16/glue.c (pic16_printIvalChar): fixed _constant_ string
2151           initializers with \0, bug #1208187
2152         * src/pic/glue.c (printIvalChar): fixed (non- and constant) string
2153           intializers with \0, bug #1208187
2154
2155 2005-05-26 Raphael Neider <rneider AT web.de>
2156
2157         * src/pic16/glue.c (pic16_printIvalChar): fixed string
2158           initializers with \0, bug #1208187
2159         * src/pic16/main.c (_process_pragma): added sanity checks
2160           for stack position and size, emit warnings when appropriate
2161
2162 2005-05-26 Maarten Brock <sourceforge.brock AT dse.nl>
2163
2164         * device/lib/_strncpy.c: fixed not filling with \0
2165
2166 2005-05-26 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
2167
2168         * src/SDCCast.c (funcOfType, funcOfTypeVarg, stringToSymbol,
2169           createFunction),
2170         * src/SDCC.y (external_definition, enumerator, parameter_declaration,
2171           compound_statement),
2172         * src/SDCCsymt.h,
2173         * src/SDCCsymt.c (addSymChain, processFuncArgs): fixed bug #1159134
2174
2175 2005-05-24 Raphael Neider <rneider AT web.de>
2176
2177         * src/pic16/glue.c (pic16_printGPointerType): fixed #1207796
2178
2179 2005-05-24 Raphael Neider <rneider AT web.de>
2180
2181         * device/include/pic16/pic18f{442,452,458}.h: fixed wrong
2182           TRISE definitions, closes bug #1162453
2183
2184 2005-05-22 Raphael Neider <rneider AT web.de>
2185
2186         * src/pic16/main.c (_process_pragma): check for missing
2187           arguments to pragmas code and udata
2188         * device/include/pic16/pic18f{2550,4331,4455,4520}.h:
2189           consistency fixes to match other headers (thanks to Jim Paris)
2190         * device/lib/pic16/libio/i2c.ignore: 18f4331 provides no I2C
2191
2192 2005-05-21 Maarten Brock <sourceforge.brock AT dse.nl>
2193
2194         * src/SDCCicode.c (isOperandEqual): fixed missing ;
2195
2196 2005-05-19 Maarten Brock <sourceforge.brock AT dse.nl>
2197
2198         * support/regression/tests/bug1198642.c: new test
2199         * src/SDCCicode.c (isOperandEqual): fixed bug 1198642
2200         * src/SDCCcse.c (findPrevIc): added comment, please have a look
2201         * support/scripts/resource.h,
2202         * support/scripts/resource.rc,
2203         * src/src.dsp: added sdcc.ico to project as icon for sdcc.exe
2204         * support/scripts/sdcc.ico: added 32x32 icon
2205
2206 2005-05-18 Raphael Neider <rneider AT web.de>
2207
2208         * device/lib/pic16/libdev/pic18f*.c,
2209         * device/include/pic16/pic18f*.h: updated "sfr" and "at X"
2210           keywords to "__sfr" and "__at (X)"
2211         * device/include/pic16/pic18fregs.h: added pic18f4520
2212         * src/pic16/pcode.c (pic16_pCode2str): fixed (?) bug
2213           #1203088 (MPLAB compatibility)
2214
2215 2005-05-17 Raphael Neider <rneider AT web.de>
2216
2217         * device/include/pic16/pic18f{2550,4331,4455,4520}.h: NEW
2218         * device/lib/pic16/libdev/pic18f{2550,4331,4455,4520}.c: NEW
2219         * device/lib/pic16/pics.all: added new devices
2220         * src/pic16/device.c: added support for pic18f4520
2221
2222 2005-05-16 Raphael Neider <rneider AT web.de>
2223         * src/pic16/gen.{c,h}: s/mov2f/pic16_mov2f made public
2224         * src/pic16/genarith.c (genAddLit): fixed bug 1202480
2225         * src/pic16/pcode.{c,h} (pic16_newpCodeOpBit_simple): NEW
2226           convenience function for bit access
2227
2228 2005-05-15 Maarten Brock <sourceforge.brock AT dse.nl>
2229
2230         * device/lib/printf_large.c: fixed bug 1193299
2231         * support/regression/tests/bug1057979.c: added test %3.3s
2232
2233 2005-05-15 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
2234
2235         * device/include/mcs51/8051.h,
2236         * device/include/mcs51/8052.h: made parseable with lint
2237         * device/include/mcs51/lint.h: added include file for (sp)lint
2238         * doc/sdccman.lyx: added doc about use of splint (syntax checking tool)
2239         * doc/cdbfileformat.lyx,
2240         * doc/test_suite_spec.lyx: hardcoded date to the date of last text change
2241
2242 2005-05-14 Raphael Neider <rneider AT web.de>
2243
2244         * device/lib/pic16/Makefile.common.in: add --optimize-df to OPT_FLAGS
2245         * device/lib/pic16/libc/stdlib/itoa.c (new)
2246         * device/lib/pic16/libc/stdlib/Makefile: have itoa.c built
2247         * device/lib/pic16/libio/Makefile: exclude subdir according to
2248           ${subdir}.ignore for certain PICs (lacking e.g. i2c)
2249         * device/lib/pic16/libio/i2c.ignore (new): pic18f1220 has no I2C support
2250         * src/pic16/gen.c (genFunction): prevent annoying warning
2251         * src/pic16/pcode.c: renamed stack_t to dynstack_t to prevent
2252           nameclashes on BeOS
2253         * support/cpp2/cppmain.c (cpp_output_string): new
2254         * support/cpp2/cpplib.c (_cpp_do__Pragma): fixed _Pragma(""),
2255           fixes bug 1116802
2256
2257 2005-05-13 Borut Razem <borut.razem AT siol.net>
2258
2259         * src/SDCCmain.c (linkEdit): fixed bug 1195202
2260
2261 2005-05-12 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
2262
2263         * .version: changed to version 2.5.1; back to bleeding edge development
2264
2265 2005-05-11 Borut Razem <borut.razem AT siol.net>
2266
2267         * doc/sdccman.lyx doc/cdbfileformat.lyx doc/test_suite_spec.lyx:
2268           generate PDF version 1.3 documents
2269
2270 2005-05-07 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
2271
2272         * .version: changed to version 2.5.0
2273
2274 2005-04-27 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
2275
2276         * doc/sdccman.lyx: updated weblinks, index and smaller updates
2277
2278 2005-04-26 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
2279
2280         * doc/sdccman.lyx: changed version 2.5.0, documented --std-c89,
2281         --std-sdcc89, --std-c99, --std-sdcc99, and the corresponding #pragmas, as
2282         well as many smaller updates.
2283         * .version: changed to version 2.5.0-pre1
2284
2285 2005-04-26 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
2286
2287         * src/SDCCmain.c (setIncludePath): added port->target to SDCC_INCLUDE_NAME
2288
2289 2005-04-26 Maarten Brock <sourceforge.brock AT dse.nl>
2290
2291         * support/regression/tests/bug1185672.c: added
2292         * src/mcs51/gen.c (aopGetUsesAcc, genCpl, genAnd, genOr, genXor): fixed
2293           bug 1185672
2294         * src/mcs51/gen.c (genCall): added comments, made it look safer
2295         * src/mcs51/gen.c (genEndFunction): simplified
2296
2297 2005-04-25 Maarten Brock <sourceforge.brock AT dse.nl>
2298
2299         * src/mcs51/ralloc.c (serialRegAssign): fixed bug 1189609
2300
2301 2005-04-14 Borut Razem <borut.razem AT siol.net>
2302
2303         * fixed bug 1045046 - SIGSEGV with really simple code?:
2304           src/pic/pcode.c (pCodeInitRegisters)- pseudo stack size increased to 16
2305           src/pic/ralloc.c (typeRegWithIdx) - error message on pseudo stack overflow
2306
2307 2005-04-14 Borut Razem <borut.razem AT siol.net>
2308
2309         * src/pic16/gen.c (genInline), src/pic16/main.c (_process_pragma),
2310           src/pic16/device.h: temporarily disabled experimental #inline pragma
2311           for 2.5.0 release
2312
2313 2005-04-14 Maarten Brock <sourceforge.brock AT dse.nl>
2314
2315         * device/include/z80/stdio.h,
2316         * device/include/z80/string.h: removed these highly incomplete files so
2317           SDCC can use the default ones in device/include/
2318
2319 2005-04-14 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
2320
2321         * src/mcs51/gen.c (genEndFunction): removed unused variable to fix
2322         gcc warning.
2323         * device/lib/Makefile.in: default PORTINCDIR to the mcs51 subdir to
2324         fix sdcpp warnings.
2325
2326 2005-04-12 Maarten Brock <sourceforge.brock AT dse.nl>
2327
2328         * device/include/malloc.h: removed redundant __reentrant prototypes
2329         * device/lib/_mullong.c: added working xstack variant in asm (C version
2330           doesn't pass regression tests)
2331         * device/lib/bpx.c: used __data and made bpx char for mcs51
2332         * src/SDCCast.c (decorateType): removed unused GPTYPE_IDATA,
2333           (createFunction): fixed bug with xstackPtr
2334         * src/SDCCcse.c: corrected comments
2335         * src/SDCCopt.c (convertToFcall): fixed warning in MSVC,
2336           (killDeadCode, eBBlockFromiCode): removed unused code
2337         * src/SDCCsymt.h: removed unused GPTYPE_GPTR and GPTYPE_IDATA,
2338           corrected comments
2339         * src/mcs51/gen.c (aopForSym, aopPut, toBoolean, unsaveRegisters,
2340           assignResultValue, genCall, genFunction, genEndFunction, genAnd,
2341           genOr, genXor, genAddrOf): fixed several bugs concerning xstack
2342           (genModOneByte): fixed warning in MSVC
2343         * src/mcs51/main.c (): added comments
2344         * src/mcs51/peeph.def: changed 129 to 129.a, added 129.b, 129.c & 129.d
2345
2346 2005-04-12 Maarten Brock <sourceforge.brock AT dse.nl>
2347
2348         * src/SDCCmain.c (linkEdit): oops, changed one line too many
2349
2350 2005-04-11 Maarten Brock <sourceforge.brock AT dse.nl>
2351
2352         * src/SDCCmain.c (linkEdit): fixed bug with finding crt0.o for z80
2353
2354 2005-04-10 Vangelis Rokas <vrokas AT users.sourceforge.net>
2355
2356         * src/pic16/glue.c (printIvalChar): fixed bug when emitting
2357         characters arrays of larger size than the declared one.
2358
2359 2005-04-10 Borut Razem <borut.razem AT siol.net>
2360
2361         * src/pic/gen.c (genInline),
2362           src/pic/pcode.c (newpCodeAsmDir), (pCode2str),
2363           (genericPrint), (unlinkpCodeFromBranch), (compareLabel),
2364           (findNextInstruction), (findPrevInstruction),
2365           (findInstructionUsingLabel),
2366           src/pic/pcode.h: fixed bug #1164907 - Labels not being recognized
2367         * src/pic/pcode.c (findLabel): added missing '\n'
2368         * src/src.dsp: added SDCCdwarf2.c to the project
2369
2370 2005-04-09 Borut Razem <borut.razem AT siol.net>
2371
2372         * support/scripts/sdcc.nsi: added include/hc08/* h to NSIS setup
2373
2374 2005-04-08 Raphael Neider <rneider AT web.de>
2375
2376         * src/pic16/pcode.c: added helpers defmapInsertAfter (insert a new item
2377           into the chain after a given one) and mergeDefmapSymbols (combine
2378           defmap entries for each symbol per pcode)
2379         * (createDefmap): have defmap entries merged in the end
2380         * (defmapReplaceSymRef): split defmap entries covering two accesses to
2381           a symbol before replacing one access type's symbol, merge symbols in
2382           the end (replacement symbol might already have an entry)
2383         * (assignValnums): keep reference to written WREG intact
2384
2385 2005-04-08 Raphael Neider <rneider AT web.de>
2386
2387         * src/pic16/pcode.c (struct defmap_s): named anonymous union (for
2388           Alpha)
2389
2390 2005-04-08 Vangelis Rokas <vrokas AT users.sourceforge.net>
2391
2392         * src/pic16/pcode.c (pic16_get_op2): enlarged size of array b to 128
2393         bytes
2394
2395 2005-04-07 Raphael Neider <rneider AT web.de>
2396
2397         * device/include/pic16/usart.h: added compatibility defines for
2398           devices with more than one USART
2399         * device/include/pic16/pic18f[68][567]20.h: activated above defines
2400
2401 2005-04-07 Maarten Brock <sourceforge.brock AT dse.nl>
2402
2403         * device/lib/Makefile.in: updated for port specific include
2404
2405 2005-04-07 Maarten Brock <sourceforge.brock AT dse.nl>
2406
2407         * support/regression/ports/mcs51/spec.mk: added mcs51 include
2408
2409 2005-04-07 Maarten Brock <sourceforge.brock AT dse.nl>
2410
2411         * device/include/8051.h,
2412         * device/include/8052.h,
2413         * device/include/at89S8252.h,
2414         * device/include/at89c55.h,
2415         * device/include/at89x051.h,
2416         * device/include/at89x51.h,
2417         * device/include/at89x52.h,
2418         * device/include/mcs51reg.h,
2419         * device/include/reg51.h,
2420         * device/include/reg764.h,
2421         * device/include/regc515c.h,
2422         * device/include/sab80515.h: (re)moved these 12 files
2423         * device/include/mcs51/8051.h,
2424         * device/include/mcs51/8052.h,
2425         * device/include/mcs51/at89S8252.h,
2426         * device/include/mcs51/at89c55.h,
2427         * device/include/mcs51/at89x051.h,
2428         * device/include/mcs51/at89x51.h,
2429         * device/include/mcs51/at89x52.h,
2430         * device/include/mcs51/mcs51reg.h,
2431         * device/include/mcs51/reg51.h,
2432         * device/include/mcs51/reg764.h,
2433         * device/include/mcs51/regc515c.h,
2434         * device/include/mcs51/sab80515.h: and added them here
2435
2436 2005-04-06 Maarten Brock <sourceforge.brock AT dse.nl>
2437
2438         * device/include/stdarg.h: changed SDCC specific keywords to double
2439           underlined form.
2440         * device/include/stdint.h: changed intptr_t and uintptr_t for others than
2441           mcs51 and ds390.
2442         * device/include/hc08/mc68hc908gp32.h,
2443         * device/include/hc08/mc68hc908jb8.h,
2444         * device/include/hc08/mc68hc908jkjl.h,
2445         * device/include/hc08/mc68hc908qy.h: fixed comments
2446         * device/include/mcs51/README: updated
2447         * device/include/mcs51/c8051f120.h: added PINRSF
2448         * device/lib/pic16/libc/stdlib/crc16.c: fixed comments
2449         * src/pic16/pcode.c: MSVC6 doesn't accept declaring new variables
2450           amidst code. Also inline is not supported.
2451
2452 2005-04-06 Raphael Neider <rneider AT web.de>
2453
2454         * src/pic16/pcode.c (pic16_pCodeReplace): also update pcflow->end
2455         * (createDefmap): fixed CALLs to depend on FSR1 and RETLW to restore
2456           callers stack/frame pointers
2457
2458 2005-04-06 Vangelis Rokas <vrokas AT users.sourceforge.net>
2459
2460         * device/include/pic16/usart.h: added, missing in previous commit,
2461         * device/include/pic16/adc.h: fixed typo,
2462         * device/lib/pic16/libc/utils/cvtdec.S: added missing in previous
2463         commit,
2464         * device/lib/pic16/libc/stdlib/g_ftoa.S: modified to include
2465         <p18fxxx.inc>
2466         * device/lib/pic16/libc/stdio/streams.c: leave stdin, stdout
2467         uninitialized because a bug appears with gplink
2468         * device/lib/pic16/{some makefiles}: moved $(CSTD) from CFLAGS to
2469         COMPILE_FLAGS and added CPPFLAGS with -nostdinc because sdcpp
2470         complains for unrecognised option
2471
2472 2005-04-05 Raphael Neider <rneider AT web.de>
2473
2474         * src/pic16/gen.c (pic16_popCopyReg): made copying work for extended
2475           structs as well (using memcpy)
2476         * (genFunction): fixed comparison, used pCodeOpLabel to reduce warning
2477           on ISRs (GOTO has no label)
2478         * src/pic16/device.h: added OF_OPTIMIZE_DF
2479         * src/pic16/main.c: added compiler switch --optimize-df to enable the
2480           new data flow analysis/optimization
2481         * src/pic16/pcode.c: added (prototypes for and implementation of)
2482           dataflow analysis functions, fixed pCodeInstructions' inCond and
2483           outCond values, made RCALL a branch instruction
2484         * (pic16_unlinkpCode): keep C line if possible
2485         * (pic16_pCodeUnlink): removed cast on left side of assignment, have
2486           C line moved if possible
2487         * (pic16_getRegFrompCodeOp): NEW, improved version of...
2488         * (pic16_getRegFromInstruction,pic16_getRegFromInstruction2): changed
2489           to use new pic16_getRegFrompCodeOp (works for more SFRs)
2490         * (pic16_BuildFlow): fixed skip instructions with label (did not start
2491           new flow)
2492         * (pic16_getJumptabpCode): NEW, needed in...
2493         * (LinkFlow): fixed handling of jumptables, calls and conditional
2494           branches
2495         * (pic16_InsertCommentAfter): NEW
2496         * (pic16_pCodeReplace): made verbose and flow preserving
2497         * (AnalyzeFlow): added call to data flow analysis
2498         * src/pic16/pcode.h: added defmaps to pCodeFlow struct
2499         * src/pic16/pcodeflow.h: added PCC_STATUS to mean all STATUS bits
2500         * src/pic16/ralloc.c (packRegsForAssign): added return 1 in the end
2501
2502 2005-04-03 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
2503
2504         * src/SDCCast.c (decorateType): fixed bug #1105626
2505
2506 2005-04-02 Vangelis Rokas <vrokas AT users.sourceforge.net>
2507
2508         * device/include/asm/pic16/features.h,
2509         * pic18f*.h headers,
2510         * device/include/pic16/adc.h,
2511         * device/include/pic16/delay.h,
2512         * device/include/pic16/i2c.h,
2513         * device/include/pic16/malloc.h,
2514         * device/include/pic16/stdio.h,
2515         * device/include/pic16/stdlib.h,
2516         * device/include/pic16/string.h,
2517         * device/lib/pic16/libc/stdio/printf_tiny.c,
2518         * device/lib/pic16/libc/stdio/printf_small.c,
2519         * device/lib/pic16/libc/stdio/strmgpsim.c,
2520         * device/lib/pic16/libc/stdio/strmmssp.c,
2521         * device/lib/pic16/libc/stdio/strmusart.c,
2522         * device/lib/pic16/libc/stdio/vfprintf.c,
2523         * device/lib/pic16/libc/stdlib/ltoa.c,
2524         * device/lib/pic16/libc/stdlib/putchar.c,
2525         * device/lib/pic16/libc/stdlib/x_ftoa.c,
2526         * device/lib/pic16/libc/stdlib/memchrpgm.c,
2527         * device/lib/pic16/libc/stdlib/memchrram.c,
2528         * device/lib/pic16/libc/stdlib/memcpypgm2ram.c,
2529         * device/lib/pic16/libc/stdlib/memcpyram2ram.c,
2530         * device/lib/pic16/libio/adc/adcbusy.c,
2531         * device/lib/pic16/libio/adc/adcread.c,
2532         * device/lib/pic16/libio/adc/adcsetch.c,
2533         * device/lib/pic16/libio/usart/ubaud.c,
2534         * device/lib/pic16/libio/usart/ubusy.c,
2535         * device/lib/pic16/libio/usart/udrdy.c,
2536         * device/lib/pic16/libio/usart/uopen.c,
2537         * device/lib/pic16/libio/usart/uputc.c,
2538         * device/lib/pic16/libsdcc/gptr/gptrget1.c,
2539         * device/lib/pic16/libsdcc/gptr/gptrget2.c,
2540         * device/lib/pic16/libsdcc/gptr/gptrget3.c,
2541         * device/lib/pic16/libsdcc/gptr/gptrget4.c,
2542         * device/lib/pic16/libsdcc/gptr/gptrput1.c,
2543         * device/lib/pic16/libsdcc/gptr/gptrput2.c,
2544         * device/lib/pic16/libsdcc/gptr/gptrput3.c,
2545         * device/lib/pic16/libsdcc/gptr/gptrput4.c: modified all SDCC
2546         specific keywords to double underlined form,
2547         * device/lib/pic16/libc/Makefile.rules,
2548         * device/lib/pic16/libsdcc/Makefile.rules,
2549         * device/lib/pic16/libm/Makefile,
2550         * device/lib/pic16/libio/Makefile.rules: added CSTD macro in CFLAGS
2551         to compile with C standard set in Makefile.common
2552         * device/lib/pic16/libc/stdlib/Makefile: added new C sources
2553         rand.c and crc.c in compilation process,
2554         * device/lib/pic16/libsdcc/int/divuint.c,
2555         * device/lib/pic16/libsdcc/long/divulong.c: changed declaration of
2556         `c' from signed to unsigned,
2557         * device/lib/pic16/startup/crt0.c,
2558         * device/lib/pic16/startup/crt0i.c,
2559         * device/lib/pic16/startup/crt0iz.c: adopted to all SDCC specific
2560         keywords to double underlined form, bug fixes in _do_cinit function
2561         which prevented the correct initialization of the .idata segment,
2562         * src/pic16/pcoderegs.c (insideLRBlock): fixed a bug that caused the
2563         core to enter a infinite loop
2564         * device/lib/pic16/libc/stdlib/rand.c, crc.c: new files
2565
2566 2005-04-02 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
2567
2568         * src/SDCCicode.c (getArraySizePtr): fixed bug #1122171
2569
2570 2005-04-01 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
2571
2572         * device/include/Makefile.in: add support for hc08 subdirectory
2573         * device/include/hc08/: new subdirectory
2574         * device/include/hc08/mc68hc908jkjl.h: new header contributed by
2575         Lucas Loizaga, thanks!
2576         * device/include/hc08/mc68hc908qy.h,
2577         * device/include/hc08/mc68hc908gp32.h,
2578         * device/include/hc08/mc68hc908jb8.h: moved hc08 register defs to
2579         their own directory. Changed internal macro names to use the compiler
2580         reserved namespace. Changed SDCC specific keywords to double
2581         underlined form.
2582         * device/include/math.h,
2583         * device/include/malloc.h,
2584         * device/include/stdarg.h,
2585         * device/include/stdbool.h
2586         * device/include/string.h,
2587         * device/include/tinibios.h,
2588         * device/include/ds400rom.h,
2589         * device/include/8051.h,
2590         * device/include/8052.h,
2591         * device/include/80c51xa.h,
2592         * device/include/at89c55.h,
2593         * device/include/at89S8252.h,
2594         * device/include/at89x51.h,
2595         * device/include/at89x52.h,
2596         * device/include/ds80c390.h,
2597         * device/include/reg764.h,
2598         * device/include/regc515c.h,
2599         * device/include/sab80515.h,
2600         * device/include/mcs51/c8051f000.h,
2601         * device/include/mcs51/c8051f018.h,
2602         * device/include/mcs51/c8051f020.h,
2603         * device/include/mcs51/c8051f040.h,
2604         * device/include/mcs51/c8051f060.h,
2605         * device/include/mcs51/c8051f120.h,
2606         * device/include/mcs51/c8051f300.h,
2607         * device/include/mcs51/c8051f310.h,
2608         * device/include/mcs51/c8051f320.h,
2609         * device/include/mcs51/c8051f330.h,
2610         * device/include/mcs51/c8051f350.h,
2611         * device/include/z180.h: Changed SDCC specific keywords to double
2612         underlined form.
2613
2614 2005-03-31 Vangelis Rokas <vrokas AT users.sourceforge.net>
2615
2616         * src/pic16/device.c (Pics16[]): added devices 18F2550, 18F4331,
2617         18F4455,
2618         * (pic16_assignConfigWordValue): disable testing of configuration
2619         register value with config mask,
2620         * src/pic16/gen.c (pic16_testStackOverflow): prefix stack test
2621         function with port->fun_prefix,
2622         * (genFunction): when generating a naked interrupt function never
2623         create an absolute segment placed in interrupt vector address, place
2624         the actual interrupt function at IVA instead, when an interrupt
2625         function is generated with unspecified interrupt then do not create
2626         the absolute section,
2627         * (genGenPointerGet, genGenPointerSet, genPackBits): replace all
2628         code for generating a call to generic pointer get/put function with
2629         a call to function pic16_callGenericPointer(),
2630         * src/pic16/genutils.c (pic16_callGenericPointerRW): NEW, generates
2631         the call to the generic pointer get/put functions with prefixing the
2632         function name with port->fun_prefix,
2633         * src/pic16/glue.c (pic16glue): ifdef-out test of OF_LR_SUPPORT,
2634         * src/pic16/main.c (_process_pragma): prefix function with
2635         port->fun_prefix,
2636         * (_pic16_finaliseOptions): define macro __18Fxxxx macro when
2637         calling assembler, old 18Fxxxx macro is deprecated,
2638         * src/pic16/pcode.c (unlinkpCodeFromBranch): added PC_INLINE and
2639         PC_ASMDIR in while condition,
2640         * (findInstruction): add PC_ASMDIR in while condition,
2641         * (buildCallTree): prefix main with port->fun_prefix,
2642         * (pic16_pCode2str): fixed bug that didn't emit the memory access
2643         identifier for variable with banked access in instructions BTFSS,
2644         BTFSC, BCF, BSF, BTG
2645         * (AnalyzeFlow): moved call to OptimizepCode to pic16_AnalyzeBanking,
2646         * src/pic16/pcodepeep.c (pCodeOpCompare): increase size of b to 1024,
2647         * src/pic16/pcoderegs.c (pic16_pCodeRegoptimizeRegUsage): don't
2648         perform optimization when enviroment variable NO_REG_OPT is set,
2649         * (insideLRBlock): NEW, return 1 if register is inside an
2650         INF_LOCALREGS block,
2651         * (RemoveRegFromLRBlock): remove a register that is completely
2652         eliminated by register optimization, but it is still left in local
2653         register store/restore in/from stack block,
2654         * (Remove2pcodes): after removing register, check to see if it
2655         should be removed from local register store/restore in/from stack
2656         block,
2657         * src/pic16/ralloc.c (pic16_decodeOp): added decode for
2658         DUMMY_READ_VOLATILE,
2659
2660         * device/include/pic16/adc.h: minor prototype modifications and
2661         update,
2662         * device/include/pic16/malloc.h: added GPL notice various
2663         modifications,
2664         * device/include/pic16/stdint.h: NEW, standard header for ints
2665         * device/include/pic16/delay.h: NEW, header for delay functions,
2666         delay10tcy, delay100tcy, delay1ktcy, delay10ktcy, delay100ktcy,
2667         delay1mtcy,
2668         * device/include/pic16/signal.h: NEW, header providing helper macros
2669         for implementing signal handlers,
2670         * device/include/pic16/stdio.h: added prototypes for functions,
2671         printf, vprintf, sprintf, vsprintf, fprintf, vfprintf. Added
2672         prototypes for stdin and stdout, added macro PUTCHAR to
2673         automatically implement putchar function prototype,
2674         * device/include/pic16/usart.h: modified and updated USART library,
2675         * device/lib/pic16/libio/adc/,
2676         * device/lib/pic16/libio/i2c: some modifications to improve library
2677         performance,
2678         * device/lib/pic16/libc/stdio/: modifications for the new printf*
2679         family of functions,
2680         * device/lib/pic16/libc/stdlib/: various modifications in the malloc
2681         family of functions and other sources,
2682         * device/lib/pic16/libio/usart/: NEW, c sources for the usart module
2683         of the PIC18Fxx[28] devices,
2684         * device/lib/pic16/libc/delay/: NEW, c sources for the delay functions,
2685         * device/lib/pic16/libc/utils/: minor modifications in the .S sources,
2686         * device/lib/pic16/startup/{crt0i.c, crt0iz.c}: redesign of the
2687         _do_cinit function, because the previous failed when local variables
2688         where not placed in the same memory bank,
2689         * device/lib/pic16/libsdcc/char/: various modifications to improve
2690         library performance,
2691         * doc/sdccman.lyx: some reorganization of the PIC16 part, added many
2692         information on the new functions of the c library and more...
2693
2694 2005-03-28 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
2695
2696         * src/SDCCBBlock.c (iCodeBreakDown): fixed bug #1170212
2697
2698 2005-03-26 Raphael Neider <rneider AT web.de>
2699
2700         * src/pic16/gen.c (genSkipc): fixed semantics (execute branch
2701           if condition == CARRY)
2702         * (genCmp): adapted to new genSkipc semantics
2703         * src/pic16/genutils.c (pic6_genCmp_special): removed side effect
2704           on rIfx (genCmp was broken)
2705
2706 2005-03-26 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
2707
2708         * src/SDCCmain.c (setDefaultOptions, optionsTable[], parseCmdLine),
2709         * src/z80/main.c (_keywords[]),
2710         * src/SDCCglobal.h (struct options),
2711         * src/SDCC.y,
2712         * src/SDCC.lex (isTargetKeyword, doPragma, pragma_tbl[]): new pragmas
2713         to enable/disable SDCC and C99 extensions/keywords (std_c89, std_sdcc89,
2714         std_c99, std_sdcc99). Also, equivalent command line options (--std-c89,
2715         --std-sdcc89, --std-c99, --std-sdcc99). SDCC specific keywords are
2716         always available in leading double underscore form. The C99 support is
2717         mostly missing, but it's a start.
2718         * support/regression/tests/bug-227710.c: fixed nonconforming use of
2719         reserved identifier "__data".
2720
2721 2005-03-24 Maarten Brock <sourceforge.brock AT dse.nl>
2722
2723         * src/mcs51/peeph.def: fixed bug 1170013
2724
2725 2005-03-22 Maarten Brock <sourceforge.brock AT dse.nl>
2726
2727         * device/include/mcs51reg.h: fixed bug 842007
2728
2729 2005-03-21 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
2730
2731         * src/SDCCcflow.c (dfNumCompare): committed the wrong version of this
2732         last time.
2733
2734 2005-03-20 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
2735
2736         * src/port.h (struct PORT),
2737         * src/avr/ralloc.c (avr_assignRegisters),
2738         * src/avr/main.c,
2739         * src/ds390/ralloc.c (ds390_assignRegisters),
2740         * src/ds390/main.c,
2741         * src/hc08/ralloc.c (hc08_assignRegisters),
2742         * src/hc08/main.c,
2743         * src/mcs51/ralloc.c (mcs51_assignRegisters),
2744         * src/mcs51/main.c,
2745         * src/pic/ralloc.c (pic14_assignRegisters),
2746         * src/pic/main.c,
2747         * src/pic16/ralloc.c (pic16_assignRegisters),
2748         * src/pic16/main.c,
2749         * src/xa51/ralloc.c (xa51_assignRegisters),
2750         * src/xa51/main.c,
2751         * src/z80/ralloc.c (z80_assignRegisters),
2752         * src/z80/ralloc.h,
2753         * src/SDCCopt.c (eBBlockFromiCode, replaceRegEqv, killDeadCode),
2754         * src/SDCCcse.c (ifxOptimize, cseBBlock, cseAllBlocks),
2755         * src/SDCCcse.h,
2756         * src/SDCCdflow.c (computeDataFlow),
2757         * src/SDCCdflow.h,
2758         * src/SDCCloop.c (addDefInExprs, loopInvariants, loopOptimizations),
2759         * src/SDCCloop.h,
2760         * src/SDCCcflow.c (*),
2761         * src/SDCCcflow.h,
2762         * src/SDCCBBlock.c (iCodeBreakDown, dumpEbbsToFileExt, eBBWithEntryLabel),
2763         * src/SDCCBBlock.h (struct ebbIndex): new struct that keeps two copies
2764         of the eBBlock list, sorted by both bbnum and dfnum. (fixes bug with
2765         immedDom() returning wrong block; probably fixes bug #1160833)
2766
2767 2005-03-20 Borut Razem <borut.razem AT siol.net>
2768
2769         * support/scripts/inc2h.pl: WIN32 port
2770
2771 2005-03-19 Maarten Brock <sourceforge.brock AT dse.nl>
2772
2773         * device/lib/makefile.in: added abs.c and labs.c
2774
2775 2005-03-17 Maarten Brock <sourceforge.brock AT dse.nl>
2776
2777         * device/include/stdint.h: added
2778         * device/lib/abs.c: added
2779         * device/lib/labs.c: added
2780         * device/include/stdlib.h: added abs() and labs() prototypes
2781         * device/lib/libsdcc.lib: added abs and labs
2782         * device/include/float.h,
2783         * device/lib/_fsmul.c,
2784         * device/lib/printf_fast.c,
2785         * device/lib/printf_tiny.c: updated comments
2786
2787 2005-03-16 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
2788
2789         * src/SDCCicode.c (geniCodeSwitch, geniCodeJumpTable): fixed
2790         bug #1164313
2791
2792 2005-03-16 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
2793
2794         * src/SDCCcse.c (cseBBlock): retain assignment to self when volatile
2795         * src/SDCCast.c (isLoopCountable): fixed bug #1161985
2796
2797 2005-03-15 Maarten Brock <sourceforge.brock AT dse.nl>
2798
2799         * device/lib/printf_large.c: removed inline assembly for portability and
2800           readability. Use printf_fast if speed or size are more important.
2801         * src/pic16/gen.c: removed conditions around use of DEBUGpc
2802         * src/pic16/genutils.h: added define for DEBUGpc for MSVC
2803
2804 2005-03-15 Vangelis Rokas <vrokas AT users.sourceforge.net>
2805
2806         * src/pic16/genutils.c (pic16_genCmp_special): initialized offs to
2807         prevent compiler warning
2808
2809 2005-03-14 Vangelis Rokas <vrokas AT users.sourceforge.net>
2810
2811         * device/lib/pic16/startup/crt0i.c (_cinit): local variables where
2812         moved to level 0 and declared as static. Also they are explicit
2813         placed in access bank. This was necessery because some times they
2814         might cross memory bank boundaries. crt0iz.c is *NOT* updated!!!
2815         * src/pic16/device.h: added flag OPTIMIZE_CMP to enable some compare
2816         optimizations. Currently only compare to unsigned char is implemented,
2817         * src/pic16/gen.c: added fReturnIdx array,
2818         * (struct resolvedIfx) is moved to gen.h and made public,
2819         * (struct _G): added sregsAlloc and sregsAllocSet fields,
2820         * (aopForSym): added an optimization to directly store in stack of
2821         the operand of a SEND iCode,
2822         * (pic16_aopOp): don't return return registers as strings (AOP_STR)
2823         but as registers instead (AOP_REG) using the fReturnIdx array,
2824         * (pic16_freeAsmop): remove the freed register from the
2825         _G.sregsAlloc field,
2826         * (pic16_aopGet): in case AOP_STR, the compare to 'a' is changed to
2827         a compare of 'WREG',
2828         * (pic16_popGetTempRegCond): changed function prototype, now
2829         function takes also a bitVector argument v which holds the current
2830         set of registers that are allocated for stack access by aopForSym,
2831         registers allocated in aopForSym for accessing stack symbols are not
2832         any more part of the functions usedRegs field,
2833         * (genCall): some times aopOp is called for a stack variable to be
2834         send, aopForSym might perform the push, if this is true make sure
2835         that genCall doesn't push the variable twice by testing _G.resDirect,
2836         * (genFunction): changed testing for unspecified interrupt number
2837         from 256 to INTNO_UNSPEC,
2838         * modified selection scheme of frame pointer generation. Previously
2839         if function did use local registers a frame pointer was generated,
2840         now a frame pointer is generated only if function has arguments
2841         (that need PLUSW2 register access), or has stack arguments, or the
2842         compiler is not instructed to omit the frame pointer,
2843         * (genEndFunction): before restoring local registers that were saved
2844         in the function preamble, also restore the registers that *might*
2845         have been allocated for stack access,
2846         * (genRet): removed some old comments,
2847         * (genCmp, the active (RN's) version): added a call to the
2848         pic16_genCmp_special function to perform the compare with a more
2849         robust and optimized way,
2850         * (genInline): a feature has been added in inline code generation,
2851         which allows a wildcard variable substitution when writing inline
2852         assembly. Code is incomplete and experimental therefore undocumented,
2853         * (genCast): changed order of aopOp for result and right to allow
2854         aopForSym to directly load the result if possible,
2855         * src/pic16/genutils.c (selectCompareOp, pic16_genCmp_special): NEW,
2856         perform an optimized compare on some selected special occasions,
2857         * src/pic16/genutils.h: declaration of resolvedIfx structure from gen.c,
2858         * src/pic16/glue.c (pic16createInterrupVect): make sure we never
2859         generate an IVT any more,
2860         * src/pic16/main.c (pic16_optionsTable): added command line option
2861         --optimize-cmp,
2862         * (_pic16_initPaths): when calling C preprocessor define pic18fXXXX
2863         macro too, when calling assembler define pic18fXXXX *and* __18Fxxxx
2864         macros,
2865         * src/pic16/NOTES: Raphael Neider added in list of active developers
2866         * src/pic16/pcode.c (OPT_TYPE_STR): added strings jumptable_begin and
2867         jumptable_end to prevent bug #,
2868         * (pic16_pciADDWFC, ADDFWC, COMF, CLRF): added some missing flags in
2869         inCond and outCond fields,
2870         * src/pic16/pcoderegs.c (pCodeOptime2pCodes): add a fix for bug #,
2871         * src/pic16/ralloc.c (serialRegAssign): explicit set willCS to 0 to
2872         turn off register spilling,
2873         * (packRegsForOneUse): synced with other ports' versions although it
2874         is not used currently,
2875         * (pic16_packRegisters): added an optimization while reading
2876         structure bitfields, some registers may be saved (malloc code is
2877         decreased by 80 bytes)
2878
2879 2005-03-12 Vangelis Rokas <vrokas AT users.sourceforge.net>
2880
2881         * src/SDCCcse.c (cseBBlock): inside 'do operand lookup' loop test if
2882         left is a bitfield, if yes, then don't optimize assignment. Perhaps
2883         this can be optimized more?
2884
2885 2005-03-10 Raphael Neider <rneider AT web.de>
2886
2887         * src/pic16/gen.c (pic16_loadFSR0, genPackBits, genUnpackBits,
2888           genNearPointerGet): (hopefully) fixed access to bitfields via
2889           pointers (p->bitN = x; and x = p->bitN; failed)
2890
2891 2005-03-09 Paul Stoffregen <paul AT pjrc.com>
2892
2893         * device/lib/printf_fast.c: fix leading zero format, eg "%02d"
2894
2895 2005-03-09 Raphael Neider <rneider AT web.de>
2896
2897         * src/SDCCopt.c (killDeadCode): fixed bug #1156016
2898
2899 2005-03-06 Maarten Brock <sourceforge.brock AT dse.nl>
2900
2901         * src/SDCCicode.h: moved CRITICAL and ENDCRITICAL from SKIP_IC2 to SKIP_IC
2902         * src/mcs51/ralloc.c (willCauseSpill): added check for REG_BIT type,
2903           (regTypeNum): set REG_BIT type if necessary
2904         * src/mcs51/ralloc.h: added define REG_BIT, used to fix bug 1144613
2905         * support/regression/tests/critical.c: check bug 1144613
2906
2907 2005-03-02 Raphael Neider <rneider AT web.de>
2908
2909         * src/pic16/gen.c (genRightShiftLiteral): fixed bug #1154256
2910
2911 2005-02-26 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
2912
2913         * src/avr/ralloc.c (serialRegAssign),
2914         * src/ds390/ralloc.c (serialRegAssign),
2915         * src/hc08/ralloc.c (serialRegAssign),
2916         * src/mcs51/ralloc.c (serialRegAssign),
2917         * src/pic/ralloc.c (serialRegAssign),
2918         * src/pic16/ralloc.c (serialRegAssign),
2919         * src/xa51/ralloc.c (serialRegAssign),
2920         * src/z80/ralloc.c (serialRegAssign): fixed bug #1105154
2921
2922 2005-02-22 Maarten Brock <sourceforge.brock AT dse.nl>
2923
2924         * src/SDCCast.c (decorateType): fixed bug 1124787
2925
2926 2005-02-20 Hubert Sack <sack AT digiplan.de>
2927         committed by Frieder Ferlemann <Frieder.Ferlemann AT web.de>
2928
2929         * src/mcs51/peeph.def: added peepholes 3.h-k and 132.a-f from
2930         patch #1121755
2931
2932 2005-02-20 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
2933
2934         * src/SDCCpeeph.def: new keyword "labelRefCountChange" which allows peepholes
2935         to keep the correct label reference count when adding/removing references
2936         to labels. A peephole file using this is appended to patch #1144962.
2937
2938 2005-02-14 Raphael Neider <rneider AT web.de>
2939
2940         * device/lib/pic16/libc/string/memccpy.c: changed 3rd argument to char
2941         * src/SDCC.lex (process_pragma): fixed to make disable_warning work for PIC16
2942         * src/pic16/gen.c (aopForSym, calls to pic16_aopOp): prevent unneccessary
2943           retrievals of result operand's value on assignment
2944
2945 2005-02-13 Vangelis Rokas <vrokas AT otenet.gr>
2946
2947         * device/include/pic16/string.h: modified prototype for memccpy()
2948         to memccpy(void *, void *, char, size_t)
2949         * src/pic16/gen.c (genFunction, genEndFunction): reenable if-case to
2950         check whether to omit frame pointer or not,
2951         * (genInline): convert all occurences of "\n" to LF in inline
2952         assembler blocks, this helps formatting the inline text,
2953         * (pic16_loadFSR0): modified prototype,
2954         * (genNearPointerGet, genNearPointerSet): reorganization of code,
2955         removed some 8051 legacy code,
2956         * (genPackBits): enabled handling bitfields exceeding one byte in size,
2957         * src/pic16/ralloc.c (pic16_assignRegisters): clear dynrIdx variable
2958         before allocating temporary registers in functions,
2959
2960 2005-02-11 Maarten Brock <sourceforge.brock AT dse.nl>
2961
2962         * support/regression/tests/bitvars.c: corrected the "fix"
2963
2964 2005-02-10 Maarten Brock <sourceforge.brock AT dse.nl>
2965
2966         * support/regression/tests/bitvars.c,
2967         * support/regression/tests/bitwise.c,
2968         * support/regression/tests/rotate.c: "fixed" problems on Alpha
2969
2970 2005-02-10 Raphael Neider <rneider AT web.de>
2971
2972         * src/pic16/pcode.c (assignToSameBank) : fixed cast to pointer of
2973           different size for Alpha
2974         * src/pic16/gen.c (genCmpEq) : improved compare with 0
2975
2976 2005-02-09 Raphael Neider <rneider AT web.de>
2977
2978         * src/SDCC.lex(doPragma) : save and restore warning options as well
2979           (also added new stack plus clone- and copyAndFreeSDCCERRG())
2980         * have #pragma less_pedantic set the errorlevel to WARNING
2981           (fixes #1117001)
2982         * (cloneOptimize) : fixed wrong malloc's size
2983         * support/Util/SDCCerr.[ch] : made SDCCERRG globally accessible to
2984           facilitate correct handling of #pragma (save|restore)
2985
2986 2005-02-09 Maarten Brock <sourceforge.brock AT dse.nl>
2987
2988         * src/mcs51/gen.c: removed non-standard C nameless struct/union
2989
2990 2005-02-04 Slade Rich <slade_rich AT users.sourceforge.net>
2991
2992         * src/pic/gen.c : Fix for bugs #1080519 & #1115662.
2993
2994 2005-02-03 Maarten Brock <sourceforge.brock AT dse.nl>
2995
2996         * device/include/mcs51/c8051f120.h: added declarations for sbit port 2,3&4
2997
2998 2005-02-02 Raphael Neider <rneider AT web.de>
2999
3000         * src/SDCCast.c (processParms): disabled W_NONRENT_ARGS for pic16 port
3001         * src/pic16/gen.c (aopForSym): reenabled special case for function pointers
3002         * (pic16_storeForReturn): fixed to allow returning function pointers
3003         * (genPackBits): improved accessing full bytes, implemented for GPOINTERs
3004         * device/include/pic16/{stddef.h,stdbool.h}: added
3005
3006 2005-02-02 Maarten Brock <sourceforge.brock AT dse.nl>
3007
3008         * device/include/mcs51/c8051f040.h: added define CPT2_PAGE
3009
3010 2005-02-01 Slade Rich <slade_rich AT users.sourceforge.net>
3011
3012         * src/pic16/pic16.dsp : Added file graph.c to make it compile under windows
3013         * src/pic16/Makefile.bcc : Do not use this file but added file graph.c as it
3014          appeared to be required
3015
3016 2005-01-31 Borut Razem <borut.razem AT siol.net>
3017
3018         * support/scripts/sdcc.nsi: added include/asm/ds390, include/asm/mcs51,
3019           include/mcs51 and include/z80 directories to the package
3020
3021 2005-01-26 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3022
3023         * src/hc08/gen.c (genFunction): fixed bug #1112752
3024
3025 2005-01-30 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
3026
3027         * src/mcs51/peeph.def: adapted peephole 258.x to changed gen.c (genAnd)
3028
3029 2005-01-29 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
3030
3031         * src/mcs51/gen.c (genAnd): accessing LSB/MSB by rotating acc
3032
3033 2005-01-29 Maarten Brock <sourceforge.brock AT dse.nl>
3034
3035         * device/include/Makefile.in: create/copy mcs51 and z80 include subdirs
3036
3037 2005-01-27 Maarten Brock <sourceforge.brock AT dse.nl>
3038
3039         * device/include/c8051fxxx.h: removed these 6 files
3040         * device/include/mcs51/c8051fxxx.h: added these 11 new files
3041
3042 2005-01-26 Raphael Neider <rneider AT web.de>
3043
3044         * src/pic16/gen.c (genAssign): fixed assignment from longs
3045           in codespace (were cut to three bytes)
3046         * (genDummyRead): implemented (except for CODESPACE...),
3047           fixed bug #1108575
3048         * src/pic16/glue.c (emitStatistics): beautified
3049         * device/lib/pic16/libm/Makefile: added include path
3050
3051 2005-01-26 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3052
3053         * src/z80/gen.c (aopPut): fixed bug #1103902
3054
3055 2005-01-25 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3056
3057         * device/lib/expf.c: fixed bug #1095792
3058
3059 2005-01-24 Vangelis Rokas <vrokas AT otenet.gr>
3060
3061         * device/lib/pic16/libm: added Math library sources
3062
3063 2005-01-24 Raphael Neider <rneider AT web.de>
3064
3065         * src/pic16/pcode.h: added second memory operand to pCodeOpReg
3066           to enable upcast to pCodeOpReg2 (there is no type tag to
3067           differenciate the two and pic16_popGet2p cast into PCOR2)
3068         * src/pic16/main.c (_process_pragma): fixed another malloc bug
3069           (sizeof(sectNames) changed to sizeof(sectName))
3070           Both patches fix segfaults under MinGW.
3071
3072 2005-01-23 Raphael Neider <rneider AT web.de>
3073
3074         * src/pic16/{device.c,pcode.c}: s/free/Safe_free/g for
3075           Safe_[mc]?alloc()'ed variables
3076         * src/pic16/gen.c (pic16_aopOp,pic16_popGet): added handling
3077           of (byte sized) temporaries (assign them to WREG for now)
3078         * src/pic16/main.c (_process_pragma): fixed nasty malloc bug
3079           (used sizeof(set *sectSyms) instead of sizeof(struct sectSym)),
3080           this might fix SIGSEGVs on MinGW...
3081         * src/SDCCopt.c (killDeadCode): restored original behaviour
3082           (volatile operands might get thrown away though)
3083
3084 2005-01-23 Vangelis Rokas <vrokas AT otenet.gr>
3085
3086         * src/pic16/gen.c: fixed bug #1106975,
3087         * src/pic16/gen.c: fixed possible bug #1102572, now during TOS
3088         pointer update, INTCON is saved, global interrupts are disabled and
3089         restored after updateing TOS.
3090         * src/SDCC.y, src/SDCC.lex, src/SDCCsymt.c, src/SDCCsymt.h:
3091         * added function attribute 'shadowregs' to take advantage of shadow
3092         registers,
3093         * added function attribute 'wparam' as an alternative to the wparam
3094         pragma,
3095         * support/Utils/SDCCerr.[ch]: added error E_SHADOWREGS_NO_ISR when
3096         user declares a non-ISR function as 'shadowregs',
3097         * doc/sdccman.lyx: updated to reflect recent changes of pic16 port
3098
3099 2005-01-22 Vangelis Rokas <vrokas AT otenet.gr>
3100
3101         * .version: bumped version number to 2.4.8
3102         * device/lib/pic16/pics.all: list of PIC18F devices supported by
3103         pic16 port,
3104         * device/lib/pic16/libio/i2c/: I2C module support library,
3105         * device/include/pic16/i2c.h: I2C support library header,
3106         * device/lib/pic16/libc/stdio/: standard IO support sources,
3107         * (printf_small.c): printf_small() source, supports float print,
3108         * (printf_tiny.c): printf_tiny() source, does not support floats,
3109         * device/lib/pic16/Makefile.common.in: added OPT_FLAGS macro to
3110         enable global optimizations for entire library source, other
3111         Makefiles in the source tree are also modified to reflect this,
3112         * device/lib/pic16/libc/stdlib/putchar.c (putchar): dummy putchar()
3113         function,
3114         * doc/sdccman.lyx: updated to reflect new changes,
3115         * src/pic16/gen.c (aopForSym): don't handle sym->iaccess in
3116         sym->onStack if-case,
3117         * src/pic16/main.c (_pic16_keywords): commented out keywords bit,
3118         sbit, idata, _idata, xdata, _xdata,
3119         * added pragma library, to link an external library, (see doc),
3120         * removed command line options, --pomit-config-words, --pomit-ivt,
3121         --pleave-reset-vector,
3122         * (pic16_finaliseOptions): when define macro SDCC_MODEL_{SMALL/LARGE}
3123         when calling assembler to reflect memory model used, also define
3124         macro STACK_MODEL_{SMALL/LARGE} when compiling and assembling to
3125         reflect stack model used,
3126         * src/pic16/ralloc.c (pic16_allocDirReg): when operand is allocated
3127         on stack return NULL,
3128
3129 2005-01-22 Daniel Winkler <post AT danielwinkler.de>
3130
3131         * src/SDCCopt.c (killDeadCode): do not throw iCodes away if one
3132           of the operands is volatile. Fixes #1020220
3133
3134 2005-01-22 Daniel Winkler <post AT danielwinkler.de>
3135
3136         * src/pic16/pcoderegs.c (pCodeOptime2pCodes): reenabled optimization
3137         * (OptimizeRegUsage): make sure that there is really no other flow where
3138           the first pCode is used
3139
3140 2005-01-22 Raphael Neider <rneider AT web.de>
3141
3142         * src/pic16/pcoderegs.c (pCodeOptime2pCodes): disabled optimization
3143           to fix #1106967 (pCode->seq are not set up correctly)
3144
3145 2005-01-22 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3146
3147         * src/SDCCglue.c (glue): make sure code area is declared before the
3148         static initialization area.
3149
3150 2005-01-21 Raphael Neider <rneider AT web.de>
3151
3152         * device/lib/Makefile.in: fixed test for pic16 install dir
3153         * device/lib/pic16/*/Makefile*: modified compile flags to enable
3154           optimizations
3155         * doc/sdccman.lyx: updated banksel optimization, removed --flr-support and
3156           added --optimize-goto compiler switch and pragma wparam documentation
3157         * src/pic16/pcode.c (pic16_OptimizeBanksel): removed statistics dump
3158         * src/pic16/pcodepeep.c (pic16_pCodeOpCopy): fixed copying of WREG, PRODL
3159           and PRODH closing bug #1071770 (peephole optimizer)
3160
3161 2005-01-19 Raphael Neider <rneider AT web.de>
3162
3163         * src/SDCCglobl.h: ensure that PATH_MAX >= 2048 to guarantee
3164           cmdLine buffers (used when calling sdcpp...) are large enough
3165           (MAX_PATH=256 truncates arguments leading to system halts when
3166           used in MinGW...)
3167         * src/pic16/gen.c (pic16_sameRegs): relaxed size criterion
3168         * (genUminus): rewritten to for efficiency
3169         * (genNearPointer[GS]et): enforce reloading of FSR0 (was still
3170           used uninitialized in some cases)
3171         * (genCast): upcasting a 16bit int to a 24bit GPOINTER may not
3172           copy the third byte from the int -- now assumes 0x80 (data memory)
3173         * src/pic16/genarith.c (pic16_genPlus): fixed bug when swapping
3174           operands (genAddLit expects the iCode's operands to swapped as
3175           well), fixed leftover bytes (crashed for short left operands)
3176         * (pic16_genMinusDec): performance improvements, removed false
3177           PIC14 emitSKPNCs
3178         * (pic16_genMinus): fixed to cope with differently sized operands
3179         * src/pic16/glue.c (pic16_glue): added new banksel optimization
3180           for --obanksel > 1
3181         * src/pic16/pcode.c: implemented (first phase of) banksel optimization
3182         * src/pic16/graph.[ch]: implementation of directed graphs, used by
3183           new banksel optimization
3184         * src/pic16/pcoderegs.c (pCodeRegMapLiveRangesInFlow): prevented
3185           analysis for temporary registers (segfaults...)
3186         * src/pic16/peeph.def: added rule
3187
3188 2005-01-18 Vangelis Rokas <vrokas AT otenet.gr>
3189
3190         * device/lib/pic16/libc/stdlib/x_ftoa.c: it defines x_ftoa function
3191         which converts a float number to its ASCII representation
3192         * device/lib/pic16/libc/utils/cnvfrac.S,cnvint.S: support
3193         functions to convert the fractional and integer part of a float to ASCII,
3194         * device/lib/pic16/libc/stdlib/(calloc.c,free.c, malloc.c,
3195         realloc.c): added _MALLOC_SPEC to explicit place variables in data
3196         ram
3197         * device/include/asm/pic16/features.h: added _CODE, _DATA, _AUTOMEM,
3198         _STATMEM macros,
3199         * device/include/pic16/adc.h: added GPL info,
3200         * src/pic16/gen.c (genIfxpCOpJump): perform an genIfxJump but using
3201         a pCodeOp as tested operand,
3202         * (genNearPointerGet): optimized bit testing, does not use
3203         intermediate register for bit value, test directly instead with
3204         BTFSS, BTFSC, works only for single bits,
3205         * (genpic16Code): dump the name of the iCode in the asm,
3206         * src/pic16/ralloc.c (decodeOp): removed static declaration and
3207         renamed to pic16_decodeOp,
3208         * (serialRegAssign): do not allocate a temporary register for iCode
3209         sequences that test a single bit for 1/0
3210
3211 2005-01-12 Vangelis Rokas <vrokas AT otenet.gr>
3212
3213         * src/pic16/pcode.[ch]: introduced pic16_stackpnt_*,
3214         pic16_framepnt_*, pic16_stack_*, pic1_frame_* pointer variables to
3215         access stack and frame pointers. They are initially assigned to
3216         point at pic16_pc_fsr1[lh] and pic16_pc_fsr2[lh] variables and other
3217         accessing SFRs. Updated all occurences of modification of stack or
3218         frame pointer in gen.c and pcode.c,
3219         * src/pic16/ralloc.c (serialRegAssign): fixed two bugs with
3220         assigning of a literal value to pointers,
3221         * src/pic16/main.c (pic16_finiliseOptions): set pre-processor define
3222         flag STACK_MODEL_SMALL or STACK_MODEL_LARGE according to the model
3223         selected
3224
3225 2005-01-11 Vangelis Rokas <vrokas AT otenet.gr>
3226
3227         * doc/sdccman.lyx: update documentation about stack pragma, added
3228         some info for stack memory models
3229
3230 2005-01-08 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
3231
3232         * src/pic16/gen.c (DEBUGpc): MSVC 6 does not support macro variable arguments
3233
3234 2005-01-08 Raphael Neider <rneider AT web.de>
3235
3236         * src/pic16/device.c (pic16_dump_usection): changed naming scheme for
3237           udata sections to fix bug #1097823
3238
3239 2005-01-05 Raphael Neider <rneider AT web.de>
3240
3241         * src/pic16/gen.c (genGenericShift): added handling of differently
3242           sized left operand and result
3243
3244 2005-01-04 Raphael Neider <rneider AT web.de>
3245
3246         * src/pic16/gen.c (genIfxJump): fixed inverted skips on CARRY
3247         * (genIfx): fixed (?) read from uninitialized SPIL_LOC (now assumes CARRY
3248           to hold the condition bit)
3249         * added new version of genCmp (old code available via #define)
3250         * added new version of genShiftLeft/genShiftRight in a generic
3251           way, now supports shifting by negative values
3252         * (genLeftShiftLiteral, genRightShiftLiteral): use absolute value of
3253           shiftCount (expected by genGenericShift)
3254         * src/pic16/genarith.c (genPlus): added code for adding CARRY+literal
3255         * src/pic16/pcode.c (pic16_OptimizeJumps): removed annoying statistics
3256           dump
3257         * (pic16_newpCodeOpLit): changed to cast to unsigned char (as e.g. -32766
3258           is an invalid literal too...)
3259
3260 2005-01-04 Vangelis Rokas <vrokas AT otenet.gr>
3261
3262         * src/pic16/gen.c (aopForSym, genEndFunction): applied some fixes
3263         from Raphael Neider,
3264         * src/pic16/pcode.c (pic16_newpCodeOpLit): removed casting to char
3265         for 8-bit literals. This fixes some literal operands which are sign
3266         extended to 16-bits ints when instruction needs only 8-bits.
3267
3268 2004-12-31 Paul Stoffregen <paul AT pjrc.com>
3269
3270         * device/lib/logf.c: added mcs51 assembly version
3271         * device/lib/expf.c: added mcs51 assembly version
3272         * device/lib/_logexpf.c: new shared asm code for expf and logf
3273         * device/include/math.h: add defines for assembly math library
3274         * device/lib/Makefile.in: build new _logexpf.c
3275         * device/lib/libfloat.lib: use new _logexpf.c
3276
3277 2004-12-29 Slade Rich <slade_rich AT users.sourceforge.net>
3278
3279         * src/pic/device.c
3280         * src/pic/pcode.c : adjusted internal stack and pre-allocated registers for
3281           device types which have less than 0x7f registers.
3282
3283 2004-12-29 Slade Rich <slade_rich AT users.sourceforge.net>
3284
3285         * src/pic/genarith.c : Fixed problem with subtraction where the result would not be updated when borrowing.
3286
3287 2004-12-28 Paul Stoffregen <paul AT pjrc.com>
3288
3289         * device/lib/printf_fast.c: only build on supported arch.
3290         * device/lib/printf_tiny.c: only build on supported arch.
3291         * device/lib/printf_fast_f.c: only build if asm float lib
3292         * device/lib/_fsget1arg.c: only build if asm float lib
3293         * device/lib/_fsget2args.c: only build if asm float lib
3294         * device/lib/_fsnormalize.c: only build if asm float lib
3295         * device/lib/_fsreturnval.c: only build if asm float lib
3296         * device/lib/_fsrshift.c: only build if asm float lib
3297         * device/lib/_fsswapargs.c: only build if asm float lib
3298         * device/include/stdio.h: don't provide print_fast,
3299           print_fast_f, print_tiny prototypes if --xstack used
3300
3301 2004-12-28 Maarten Brock <sourceforge.brock AT dse.nl>
3302
3303         * device/lib/sincosf.c (sincosf): don't invert bit/bool by ~
3304         * support/regression/ports/mcs51-stack-auto/spec.mk: added new _fs.. files
3305           to the SOURCES
3306
3307 2004-12-28 Paul Stoffregen <paul AT pjrc.com>
3308
3309         * device/lib/printf_fast_f.c: same as printf_fast, but
3310           with floating point enabled
3311         * device/lib/printf_fast.c: minor tweaks
3312         * device/include/stdio.h: add printf_fast_f
3313
3314 2004-12-27 Paul Stoffregen <paul AT pjrc.com>
3315
3316         * src/SDCCmain.c: make --float-reent default for mcs51
3317         * device/lib/_fsadd.c: added mcs51 assembly version
3318         * device/lib/_fssub.c: added mcs51 assembly version
3319         * device/lib/_fsmul.c: added mcs51 assembly version
3320         * device/lib/_fsdiv.c: added mcs51 assembly version
3321         * device/lib/_fseq.c: added mcs51 assembly version
3322         * device/lib/_fsneq.c: added mcs51 assembly version
3323         * device/lib/_fsgt.c: added mcs51 assembly version
3324         * device/lib/_fslt.c: added mcs51 assembly version
3325         * device/lib/_fscmp.c: shared code for fseq,fsgt,fslt,fsneq
3326         * device/lib/Makefile.in: add _fscmp to build
3327         * device/lib/libfloat.lib: add _fscmp to build
3328
3329 2004-12-27 Paul Stoffregen <paul AT pjrc.com>
3330
3331         * device/lib/_fs2slong.c: added mcs51 assembly version
3332         * device/lib/_fs2sint.c: added mcs51 assembly version
3333         * device/lib/_fs2schar.c: added mcs51 assembly version
3334         * device/lib/_fs2ulong.c: added mcs51 assembly version
3335         * device/lib/_fs2uint.c: added mcs51 assembly version
3336         * device/lib/_fs2uchar.c: added mcs51 assembly version
3337         * device/lib/_slong2fs.c: added mcs51 assembly version
3338         * device/lib/_sint2fs.c: added mcs51 assembly version
3339         * device/lib/_schar2fs.c: added mcs51 assembly version
3340         * device/lib/_ulong2fs.c: added mcs51 assembly version
3341         * device/lib/_uint2fs.c: added mcs51 assembly version
3342         * device/lib/_uchar2fs.c: added mcs51 assembly version
3343         * device/include/float.h: added #define to select asm vs c
3344
3345 2004-12-26 Paul Stoffregen <paul AT pjrc.com>
3346
3347         * device/lib/printf_fast.c: improvements to float output
3348         * device/include/float.h: add defines for assembly float library
3349         * device/lib/_fsget1arg.c: receive 1 float arg
3350         * device/lib/_fsget2args.c: receive 2 float args (reentrant)
3351         * device/lib/_fsnormalize.c: normalize a float
3352         * device/lib/_fsreturnval.c: return float, various helper routines
3353         * device/lib/_fsrshift.c: right shift a float's mantissa
3354         * device/lib/_fsswapargs.c: swap 2 floats
3355         * device/lib/Makefile.in: build these 6 new files for mcs51
3356         * device/lib/libfloat.lib: add these 6 files to the library
3357
3358 2004-12-26 Borut Razem <borut.razem AT siol.net>
3359
3360         * sim/ucsim/avr.src/arith_inst.cc: fixed bug #1088372- savr is not
3361           built by gcc 3.4.2
3362
3363 2004-12-25 Paul Stoffregen <paul AT pjrc.com>
3364
3365         * device/lib/printf_tiny.c: printf for mcs51 in only 267 bytes,
3366           and fully reentrant and register bank neutral.
3367         * device/lib/printf_fast.c: added float (not enabled by default),
3368           added compact/slower integer (also not enabled by default),
3369           improved size/speed of fast integer code, other minor changes
3370         * device/include/stdio.h, device/lib/Makefile.in,
3371           device/lib/libsdcc.lib: integrate printf_tiny into mcs51 build
3372
3373 2004-12-24 Maarten Brock <sourceforge.brock AT dse.nl>
3374
3375         * src/pic16/pcode.c: declaring variables other than at the start of a
3376           block is not supported in C by VC6.
3377
3378 2004-12-22 Vangelis Rokas <vrokas AT otenet.gr>
3379
3380         * applied a previous patch from Raphael Neider that wasn't included
3381         in the previous commits, which fixes infinite loops within jumptable
3382         improvements,
3383         * made some fixes that previous patches introduced
3384
3385 2004-12-21 Vangelis Rokas <vrokas AT otenet.gr>
3386
3387         * src/pic16/gen.c (pic16_aopGet): applied fix from Raphael Neider
3388         that fixes an issue with AOP_PCODE asmop's offset,
3389         * (pic16_popCopyReg): update instance field too,
3390         * (mov2w): modified to pic16_mov2w because it conflicts with mov2w
3391         function of pic port,
3392         * (genCmp, genAnd, genAssign),
3393         * src/pic16/genarith.c (genAddLit): some fixes from Raphael Neider,
3394
3395 2004-12-20 Vangelis Rokas <vrokas AT otenet.gr>
3396
3397         * src/SDCCast.c (gatherAutoInit): allow pic16 to emit static
3398         variables initial values to idata section,
3399         * src/SDCCicode.c (geniCodeCall): patch from ### to fix unreferenced
3400         variables in some functions. This utilizes parmBytes field of iCode
3401         structure to hold the offset of the variable in stack. (might be
3402         able to use the stack field too?)
3403         * applied patch from Raphael Neider # ### , # ###
3404         * src/pic16/glue.c (pic16emitRegularMap): fix to print static
3405         variable initial values in idata section,
3406         * src/pic16/ralloc.c (pic16_allocDirReg): don't allocate register
3407         for static variables with initial value
3408         * src/device/lib/pic16/libsdcc/float/ulong2fs.c (__ulong2fs):
3409         applied fix in while loop from Raphael Neider.
3410
3411 2004-12-19 Maarten Brock <sourceforge.brock AT dse.nl>
3412
3413         * src/ds390/gen.c (genCpl): fixed bit=~(char/bit) bugs, added warning
3414         * src/ds390/main.c (_ds390_regparm): don't pass bit params in registers
3415         * src/ds390/ralloc.c (serialRegAssign): spill bits
3416         * src/mcs51/gen.c (genCpl): fixed bit=~(char) bugs, added warning
3417         * support/Util/SDCCerr.c,
3418         * support/Util/SDCCerr.h: added warning W_COMPLEMENT for using bit=~(bit)
3419         * support/regression/tests/bitvars.c: added tests for bitwise complement(~)
3420         * support/regression/tests/bitwise.c: added test for bitwise complement(~)
3421
3422 2004-12-09 Maarten Brock <sourceforge.brock AT dse.nl>
3423
3424         * device/include/sdcc-lib.h: inserted LGPL, added includes
3425           asm/ds390/features.h and asm/mcs51/features.h
3426         * device/include/asm/default/features.h,
3427         * device/include/asm/gbz80/features.h,
3428         * device/include/asm/z80/features.h: added empty _AUTOMEM
3429           and _STATMEM
3430         * device/include/asm/ds390/features.h,
3431         * device/include/asm/mcs51/features.h: added files with defines for
3432           _AUTOMEM and _STATMEM indicating automatic and static storage class
3433         * device/lib/printf_large.c (_print_format): optimized & used _AUTOMEM
3434         * doc/sdccman.lyx: version 2.4.7, updated xstack documentation
3435         * src/SDCCicode.c (geniCodeCast),
3436         * src/SDCCsymt.c (compareType): allow cast of data-ptr to idata-ptr
3437         * src/SDCCloop.c (loopInduction): removed unused variable lr
3438         * src/SDCCopt.c (convilong, convertToFcall): moved "easy special case"
3439           to convertToFcall to include char modulo (RFE 1065037), added check
3440           if left operand is unsigned and use abs of literal value
3441         * src/SDCCpeeph.c (setFromConditionArgs): removed double quotes option
3442           as it doesn't work after conversion from peephole.def to peephole.rul
3443         * src/mcs51/gen.c (toBoolean): added check for size,
3444           (genModOneByte): optimized code for signed char modulo a literal
3445           power of 2 (thanks to Hubert Sack),
3446           (genRRC): removed unnecessary "clr c",
3447           (genRLC): replaced "add a,acc" with cheaper "rlc a"
3448         * src/mcs51/peeph.def: renamed 115 to 115.a, added rule 115.b: another
3449           jump optimization,
3450           swapped rules 256.c and 256.d,
3451           extended 256.d by using new multiple checks (thanks Erik),
3452           added rules 256.e and 256.f,
3453           updated rule 261.a and 261.b to new generated code
3454         * support/regression/tests/muldiv.c: added test div/mod by a power of 2
3455
3456 2004-12-07 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3457
3458         * src/SDCCloop.c (basicInduction, loopInduction): fixed several
3459           induction related bugs, including first part of bug #1074377
3460
3461 2004-12-05 Vangelis Rokas <vrokas AT otenet.gr>
3462
3463         * applied patch from bug-report #1076292,
3464         * applied patches for genAnd and Goto-optimizations for Raphael
3465         Neider,
3466         * src/SDCCicode.c (printOperand): fixed !REGA source to compile and
3467         dump a less iCode information,
3468         * src/pic16/device.h (pic16_options_t): added field debgen,
3469         * src/pic16/gen.h: added macros DUMP_FUNCTION_ENTRY,
3470         DUMP_FUNCTION_EXIT, FENTRY, FENTRY2,
3471         * src/pic16/gen.c (my_powof2): renamed to pic16_my_powof2 and made
3472         puclic,
3473         * (various functions): added macros FENTRY and FENTRY2 to functions,
3474         to emit function prologue,
3475         * (various functions): fixed indentation,
3476         * (genNearPointerGet): fixed loading of FSR0,
3477         * (genPackBits): applied patch from Raphael Neider to fix updating
3478         of FSR0 and touching only the modified bits,
3479         * src/pic16/genarith.c (various functions): added macros FENTRY to
3480         emit function prologue in comments,
3481         * src/pic16/pcode.h: added functions debugf2, debugf3,
3482         * src/pic16/ralloc.c: partial fix for packForPush caused
3483         segmentation fault,
3484
3485 2004-12-04 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
3486
3487         * src/mcs51/peeph.def: added 261.a,b (16 bit rotate) by Stas Sergeev
3488           <stsp AT users.sourceforge.net> with reversed byte order
3489         * support/regression/tests/rotate.c: added (ds390 skips some tests)
3490
3491 2004-12-03 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3492
3493         * src/z80/gen.c (genLeftShift, genRightShift): fixed second part of
3494           bug #1074377
3495         * src/hc08/gen.c (genrshFour, shiftRLong, shiftLLong),
3496         * src/mcs51/gen.c (shiftLLong): Fixed some shifting bugs Frieder found
3497
3498 2004-12-02 Slade Rich <slade_rich AT users.sourceforge.net>
3499
3500         * src/pic/pcode.c : fixed a problem where banksel was not being inserted.
3501
3502 2004-12-02 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3503
3504         * src/SDCCpeeph.c (callFuncByName): support combined peephole rule
3505           conditions,
3506           (setFromConditionArgs): friendly operand parser for peephole rules,
3507           (operandBaseName, operandsNotRelated): new peephole condition
3508           "operandsNotRelated" -- similar to "operandsNotSame", but takes
3509           architecture specific register naming into account, handles n-way
3510           comparisons, and supports quoted literals
3511         * src/mcs51/peeph.def: restored rule 177.d with an extra condition
3512
3513 2004-12-02 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
3514
3515         * src/mcs51/peeph.def: fixed bug #1076940
3516
3517 2004-12-02 Slade Rich <slade_rich AT users.sourceforge.net>
3518
3519         * device/include/pic/pic16f877.h : added an include file for the PIC16F877 device.
3520
3521 2004-11-28 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
3522
3523         Adding support for replacing ljmps with sjmps in jumptables
3524         generated for switch statements. For now you need to set the
3525         environment variable SDCC_SJMP_JUMPTABLE to enable this.
3526         Now 4 algorithms for mcs51 jumptable generation are used:
3527         ljmp or sjmp jumptables for up to 16 cases, stack-pushing target
3528         addresses loaded pc-relative for up to 112 cases and stack-pushing
3529         target addresses loaded with offset from dptr for up to 256 cases.
3530
3531         * src/SDCCpeeph.c: added peephole conditional labelJTInRange
3532         * src/mcs51/main.c: adapted constants for switch table generation
3533         * src/mcs51/peeph.def: added 260.x for replacing ljmp with sjmp
3534
3535 2004-11-26 Maarten Brock <sourceforge.brock AT dse.nl>
3536
3537         * device/lib/printf_large.c (_print_format): fixed bug 1073386
3538         * support/regression/tests/bug1057979.c: added test for bug 1073386
3539
3540 2004-11-25 Vangelis Rokas <vrokas AT otenet.gr>
3541
3542         * src/pic16/pcode.c: fixed bug which may produce error in non-GNU
3543         compilers
3544
3545 2004-11-25 Vangelis Rokas <vrokas AT otenet.gr>
3546
3547         * src/pic16/device.h,
3548         * src/pic16/genarith.c,
3549         * src/pic16/glue.c,
3550         * src/pic16/main.c,
3551         * src/pic16/pcode.c: applied patches #1068154 and #1070213
3552
3553 2004-11-24 Vangelis Rokas <vrokas AT otenet.gr>
3554
3555         Large cummulative patch for pic16 port.
3556         * device/lib/pic16/gstack.h: NEW, user can specify its own handler
3557         to call when a stack overflow occurs,
3558         * (malloc.h): added CVS Id tag,
3559         * (pic18f{242,252,442,452}.h): added T0CONbits structure and
3560         variable,
3561         * added libc directory. The current version of LibC contains string
3562         functions, ctype functions and macros and some functions of the
3563         stdlib set (like malloc/free/atof/atoi etc...). All functions are to
3564         be extensively tested in the future. Standard disclaimer here.
3565         Library is not automatically build yet. But one can build it by
3566         invoking 'make' inside the libc directory.
3567         * added ADC library under libio. Preliminary version yet.
3568
3569         * src/pic16/gen.h: added emitTOGC macro, to toggle Carry flag,
3570         * src/pic16/gen.c (aopForRemat): asmop size is filled by
3571         aopForRemat() now and not by pic16_aopOp(),
3572         * (pic16_popGetTempReg): removed warning messgae when allocating
3573         temporary registers, its a buggy feature and will be removed,
3574         * (pic16_popGet): set register instance field in AOP_CRY,
3575         * (pic16_outBitC): fixed for results in size greater than 1,
3576         * (genUminusFloat): fixed for pic16, ported code from mcs51,
3577         * (pic16_storeForReturn): optimized return of 0,
3578         * (genCmp): experimental code for new genCmp which uses PIC18's
3579         special compare&skip instructions. Initial tests fail some times
3580         with variables grater than 1 byte in size, so new code is disabled,
3581         * (genUnpackBits, genPackBits): more optimizations in reading/writing,
3582         a single bit,
3583         * (genCast): began a fix to optimize the casting of a bit to another
3584         bit, now assigning a bitfield to another bitfield will fail, sorry,
3585         * src/pic16/main.c: disabled the use of lr-support feature,
3586         * src/pic16/pcode.h: renamed PCASMDIR to PCAD,
3587         * added some function prototypes, added function _debugf prototype,
3588         * src/pic16/pcode.c: (pic16_get_op): fixed emitting operands of register
3589         bits with offset (case PO_GPR_BIT),
3590         * (genericPrint): don't emit INFO pcode when --pcode-verbose not in
3591         command line,
3592         * (isBankInstruction): modified to return 0 for no banking instruction,
3593         and 1 for banking instruction,
3594         * (pic16_isPCinFlow): check for PCAD (assembler directives) too,
3595         caused stop processing pCodes after a inline assembly block,
3596         * (pic16_popCopyGPR2Bit): updated to match bitfields with offset,
3597         * src/pic16/pcoderegs.c: fixed a bug with eliminating some temporary
3598         registers when it shouldn't,
3599         * src/pic16/ralloc.c (allocReg): add preliminary support for
3600         supporting a limited set of temporary registers,
3601
3602 2004-11-23 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3603
3604         * src/hc08/gen.c (genAssign, genPointerGetSetOfs, genDataPointerGet,
3605           genDataPointerSet): ensure assignments always copy in MSB to LSB
3606           order,
3607           (loadRegFromAop): recognize CLRH optimization,
3608           (genFunction): optimize RECEIVE iCodes in reentrant functions
3609
3610 2004-11-20 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3611
3612         * src/SDCCmain.c (parseCmdLine, optionsTable[]): fixed bug with
3613           --out-fmt-s19 turning into --out-fmt-elf if s19 was already
3614           selected.
3615         * src/SDCCmain.c (linkEdit): don't define SSEG for HC08
3616         * src/hc08/main.c (_hc08_setDefaultOptions): default xdata to be
3617           contiguous with data
3618
3619 2004-11-19 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
3620
3621         * device/lib/_gptrget.c (_gptrget),
3622         * device/lib/_gptrgetc.c (_gptrgetc),
3623         * device/lib/_gptrput.c (_gptrput): _naked allows to use ret
3624           instead of sjmp to ret
3625         * src/mcs51/peeph.def: added peepholes 3.d-g and 177.g,h provided
3626           by Hubert Sack <hsack2002 AT arcor.de> in RFE #1067986, thanks
3627
3628 2004-11-18 Maarten Brock <sourceforge.brock AT dse.nl>
3629
3630         * .version: bumped version to 2.4.7
3631         * device/lib/_gptrget.c (_gptrget): is now _naked
3632         * device/lib/_gptrgetc.c (_gptrgetc): is now _naked
3633         * device/lib/_gptrput.c (_gptrput): is now _naked
3634         * src/SDCCast.c (createBlock): removed ridiculous self-assignment,
3635           (createFunction): fixed xstack
3636         * src/SDCCglue.c (emitMaps): set allocation required for bit area
3637         * src/SDCCicode.c (geniCodeCast): don't change SPEC_OCLS for literal
3638           or bit either,
3639           (geniCodeCritical): store original interrupt state in an iTemp bit
3640           var unless stack-auto
3641         * src/SDCCicode.h: added CRITICAL and ENDCRITICAL to SKIP_IC2
3642         * src/SDCCmain.c (setIncludePath): added include/target to search path
3643         * src/SDCCmem.c (allocParms): store bit vars in bit space, not overlay
3644         * src/SDCCsymt.c (checkFunction): don't check regbank for isr's against
3645           prototype,
3646           (processFuncArgs): put bit vars in bit area
3647         * src/mcs51/gen.c (saveRegisters, unsaveRegisters, genXpush, saveRBank,
3648           unsaveRBank): fixed xstack,
3649           (genFunction): bugfix: replaced (global!) reentrant with fReentrant,
3650           (genFunction, genEndFunction): fixed xstack,
3651           (genAssign): optimization don't walk backwards through mem
3652         * src/mcs51/main.c (_mcs51_regparm): don't pass bit params in registers
3653         * src/mcs51/ralloc.c (createStackSpil): spill bits to bit area
3654         * support/regression/Makefile: also make library (for stack-auto) when
3655           making "all" and added "test-mcs51-xstack-auto"
3656         * support/regression/fwk/lib/testfwk.c: added T2_isr prototype for mcs51
3657         * support/regression/ports/mcs51/T2_isr.c: added this file as a stub
3658         * support/regression/ports/mcs51/fwk.lib: added to link T2_isr stub
3659         * support/regression/ports/mcs51/spec.mk: added rules for fwk.lib
3660         * support/regression/ports/mcs51-stack-auto/spec.mk: replaced
3661           make-library by MAKE_LIBRARY
3662         * support/regression/ports/mcs51-xstack-auto/spec.mk: file added to run
3663           regression tests for xstack
3664         * support/regression/tests/bitvars.c: test for bit vars (bug 938782)
3665         * support/regression/tests/critical.c: test for critical on mcs51
3666
3667 2004-11-18 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3668
3669         * support/regression/ports/ucz80/spec.mk: use include and lib files from
3670           built version of sdcc instead of installed version
3671
3672 2004-11-14 Maarten Brock <sourceforge.brock AT dse.nl>
3673
3674         * src/mcs51/gen.c (toBoolean): fixed bug 1065458
3675         * device/lib/Makefile.in: z80 uses printf_large.c, sprintf.c and
3676           vprintf.c now
3677         * device/lib/printf_large.c (calculate_digit): fixed bug 1057979
3678         * device/lib/z80/Makefile: don't use printf.c as it fails bug 1057979
3679           WARNING: remove device/lib/build/z80/printf.o by hand when
3680           updating from previous build!
3681         * device/lib/z80/printf.c: updated comment
3682         * support/regression/tests/bug1057979.c: test all ports now
3683         * support/regression/tests/bug1065458.c: file added
3684
3685 2004-11-12 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3686
3687         * src/z80/gen.c (genFunction, genEndFunction): avoided generating
3688           *_start and *_end symbols for static functions
3689
3690 2004-11-11 Maarten Brock <sourceforge.brock AT dse.nl>
3691
3692         * src/SDCCmain.c (linkEdit): don't suppress crt0 if --nostdlib is used
3693           and search crt0.o in all library paths,
3694           (setIncludePath): proper handling of --nostdinc,
3695           (setLibPath): proper handling of --nostdlib
3696         * support/regression/Makefile,
3697         * support/regression/ports/ds390/spec.mk,
3698         * support/regression/ports/gbz80/spec.mk,
3699         * support/regression/ports/hc08/spec.mk,
3700         * support/regression/ports/mcs51/spec.mk,
3701         * support/regression/ports/mcs51-large/spec.mk,
3702         * support/regression/ports/mcs51-stack-auto/spec.mk,
3703         * support/regression/ports/z80/spec.mk: use include and lib files from
3704           built version of sdcc instead of installed version
3705         * doc/sdccman.lyx: fixed typo in --nostdinc
3706
3707 2004-11-10 Slade Rich <slade_rich AT users.sourceforge.net>
3708
3709         * src/pic/pcode.c,
3710         * src/pic/device.c,
3711         * src/pic/ralloc.c,
3712         * src/pic/gen.c : added support to generate code for struct bit fields.
3713
3714 2004-11-06 Maarten Brock <sourceforge.brock AT dse.nl>
3715
3716         * as/xa51/xa_version.h,
3717         * device/include/errno.h,
3718         * device/include/regc515c.h,
3719         * device/lib/_itoa.c,
3720         * device/lib/_ltoa.c,
3721         * device/lib/ser_ir_cts_rts.c,
3722         * sim/ucsim/xa.src/glob.cc,
3723         * sim/ucsim/xa.src/inst_gen.cc,
3724         * sim/ucsim/xa.src/xa_bit.cc,
3725         * sim/ucsim/xa.src/xa_sfr.cc,
3726         * sim/ucsim/z80.src/inst_dd.cc,
3727         * sim/ucsim/z80.src/inst_fdcb.cc,
3728         * support/scripts/keil2sdcc.pl,
3729         * src/pic16/pic16.dsp,
3730         * src/pic16/pic16a.dsp: corrected cvs line endings
3731         * device/lib/printf_large.c: fixed bug 1057979
3732         * src/pic16/gen.c: fixed non-C standard code
3733         * src/SDCCmain.c: made --pack-iram default, added --no-pack-iram
3734         * src/SDCCglobl.h: changed pack_iram to no_pack_iram
3735         * support/regression/ports/mcs51/support.c: reload T1 asap
3736         * doc/sdccman.lyx: updated for options --pack-iram and --no-pack-iram,
3737           pdata use and clear idata startup behaviour
3738         * support/regression/tests/bug1057979.c: added
3739
3740 2004-11-04 Maarten Brock <sourceforge.brock AT dse.nl>
3741
3742         * device/examples/ds390/ow390/ad26.h,
3743         * device/examples/ds390/ow390/cnt1d.h,
3744         * device/examples/ds390/ow390/crcutil.c,
3745         * device/examples/ds390/ow390/ownet.h,
3746         * device/examples/ds390/ow390/owsesu.c,
3747         * device/examples/ds390/ow390/swt12.h,
3748         * device/examples/ds390/ow390/swtoper.c,
3749         * device/examples/ds390/ow390/temp10.h,
3750         * device/examples/ds390/ow390/thermodl.c,
3751         * device/examples/ds390/tinitalk/tinitalk.dsp,
3752         * device/examples/ds390/tinitalk/tinitalk.dsw,
3753         * device/examples/mcs51/clock/hw.h,
3754         * device/examples/mcs51/simple2/go.bat,
3755         * device/examples/serialcomm/windows/serial.h,
3756         * device/examples/xa51/dummy.c,
3757         * device/examples/xa51/hello.c,
3758         * device/include/80c51xa.h,
3759         * device/include/at89x051.h: corrected cvs line endings
3760
3761 2004-11-04 Vangelis Rokas <vrokas AT otenet.gr>
3762
3763         * src/pic16/main.c (options): added command line --gstack, to trace
3764         stack over/under flows,
3765         * added pragma 'wparam' to allow passing first byte of function
3766         parameters via WREG, syntax is #pragma wparam my_function[, func2...]
3767         * src/pic16/gen.c (pic16_testStackOverflow): function which emits a
3768         call to __gstack_test function and sets up the symbol as extern,
3769         * (pic16_pushpCodeOp, pic16_poppCodeOp, pushw, pushaop, popaopidx,
3770         * popaop): added call to pic16_testStackOverflow,
3771         * (wParamCmp, inWparamList): NEW, test existence of a symbol in
3772         wparamList list,
3773         * (genCall, genPcall): now all parameters are passed via stack
3774         except in functions that are pass to wparam pragma in which WREG is
3775         used too,
3776         * (genPcall): REENTRANT flag is checked to see if variable prototype
3777         contains reentrant keyword, don't call a non-reentrant function, via
3778         a reentrant function pointer or vice versa, functions are never
3779         passed via WREG,
3780         * (genJumpTab): applied patch from bug #1057478 by R.Neider and
3781         D.Winkler,
3782         * src/pic16/glue.c (pic16emitRegularMap): fixed bug which caused a
3783         SIGSEGV when accessing a NULL register stucture,
3784         * (pic16_printGPointerType): modified to handle UPPER modifier for
3785         function initializers, changed prototype of function to simpler one,
3786         * (pic16_printIvalFuncPtr): check to see if function is already
3787         added in externs list,
3788         * src/pic16/pcoderegs.c (pCodeOptime2pCodes): fixed bug which
3789         optimized a move from W to SFR with a move to the same register
3790         later after a CALL,
3791         * device/lib/pic16/debug: NEW directory, contains debug features
3792         which are enabled when linking with libdebug.lib, currently command
3793         line option --gstack enables stack pointer tracing for over/under
3794         flow, corresponding sources are in debug/gstack
3795
3796 2004-10-30 Vangelis Rokas <vrokas AT otenet.gr>
3797
3798         * doc/sdccman.lyx: updated SDCC version,
3799         * (PIC16 port): update list of command line options,
3800         * src/pic16/device.h (structure pic16_options_t): added field gstack
3801         to enable stack overflow tracing on push/pops,
3802         * src/pic16/device.c (statistics structure): added statistics
3803         structure,
3804         * (pic16_dump_access, pic16_dump_usection, pic16_dump_gsection,
3805         pic16_dump_int_registers): increase statistics counters for each
3806         * variable which is encountered
3807         * (pic16_dump_usection): emit each .udata variable to its own udata
3808         section,
3809         * src/pic16/gen.c (assignResultValue, genCall, genPcall, genFunction):
3810         when macro USE_WREG_IN_FUNC_PARAMS is set to 0 pass all function
3811         parameters via stack, otherwise use old scheme,
3812         * src/pic16/glue.c (pic16_emitStatistics): dump statistics in
3813         assembler output file,
3814         * src/pic16/main.c: added command line options --gstack to enable
3815         push/pop tracing for stack overflow,
3816         * src/pic16/pcode.c (all pCodeInstruction records for PIC18F
3817         instructions): added size of each instruction,
3818         * (pic16_countInstruction): estimate size of instructions in
3819         the_pFile list, inline assembly blocks are not counted,
3820         * (pic16_FixRegisterBanking): trace previous register usage, when
3821         banksel optimizations is greater than 0, don't emit a redudant
3822         banksel directive,
3823
3824 2004-10-26 Slade Rich <slade_rich AT users.sourceforge.net>
3825
3826         * src/pic/ralloc.c : fixed inefficient code produced when compiling a complimented bit operation.
3827         * src/pic16/ralloc.c : applied same fix for pic16.
3828         * src/pic/gen.c : tidied it up a little.
3829
3830 2004-10-25 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
3831
3832         * src/mcs51/peeph.def: disabled 259.a,b for removing redundant ret,
3833         thanks to Martin Helmling for reporting (mail on sdcc-devel 2004-10-25)
3834
3835 2004-10-22 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3836
3837         * src/SDCCast.c (reverseParms): fixed bug #1040577 (part 2)
3838
3839 2004-10-22 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
3840
3841         * device/lib/ser_ir_cts_rts.c: integer promotion caused a call to the
3842         non-reentrant function __modsint in the interrupt function (thus
3843         corrupting math operations during serial I/O)
3844         * device/lib/ser_ir.c: as above, changed buffersize
3845         * src/mcs51/peeph.def: added 259.a,b for removing redundant ret,
3846         256.c,d for zeroing
3847         * doc/Makefile: added option -t for rsync
3848
3849 2004-10-22 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3850
3851         * src/SDCCast.h (struct ast),
3852         * src/SDCCast.c (reverseParms, copyAst): fixed bug #1040577 (part 1)
3853
3854 2004-10-20 Borut Razem <borut.razem AT siol.net>
3855
3856         * support/scripts/sdcc.nsi: added include/pic16/*.h to the setup
3857         package
3858
3859 2004-10-20 Vangelis Rokas <vrokas AT otenet.gr>
3860
3861         * device/lib/pic16/libsdcc/Makefile: added lregs directory in
3862         makefile targets,
3863         * device/lib/pic16/libsdcc/lregs/{Makefile,lrst.c,lrrest.c}: NEW
3864         support functions to replace long sequences of MOVFF's from access
3865         bank registers to stack and vice versa,
3866         * src/pic16/device.h: added new field opt_flags, where optimization
3867         flags can be set to enable certain features,
3868         * src/pic16/gen.c (pic16_emitpinfo): NEW to add PC_INFO pCode in
3869         * pBlock, (genFunction, genEndFunction): surroung loop for
3870         saving/loading used registers in stack with PC_INFO pCodes,
3871         INF_LREGS. Code in between can then be optimized by pCode optimizer
3872         to support function calls,
3873         * (genDataPointerSet): fixed bug which loaded float fields in
3874         structures with corrupt data,
3875         * src/pic16/genutils.c (debugf, _debugf): macro/function which emits
3876         in a standard way debug info on stderr. Feature used for developing
3877         and debugging only,
3878         * src/pic16/glue.c (pic16glue): reformatted, deleted some old and
3879         obsolete chunks of code,
3880         * if optimization flag OF_LR_SUPPORT was set, call pic16_OptimizeLocalRegs,
3881         * src/pic16/main.c (_pic16_parseOptions): added handler for --flr-support,
3882         * pic16/src/pcode.c (pic16_newpCodeInfo,
3883         * (pic16_newpCodeOpLocalRegs),
3884         * (pic16_convertLocalRegs2Support): NEW, to support new optimization
3885         feature,
3886         * (pic16_pCodeConstString): printing of the initial value of a
3887         symbol as a comment is inhibited since parsing was already done by
3888         copyStr and output is corrupt,
3889         * (pic16_pCode2str, genericPrint): handle PC_INFO pCode,
3890
3891 2004-10-20 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3892
3893         * src/mcs51/ralloc.c (packRegisters): fixed bug #1044601
3894
3895 2004-10-19 Maarten Brock <sourceforge.brock AT dse.nl>
3896
3897         * as/mcs51/lkarea.c: removed old K&R style,
3898           (lnksect): changed check on boundary error,
3899           (lnksect2): changed check on boundary error,
3900           (lnksect2): extend XSTK to end of page if size = 1
3901         * as/mcs51/lkmain.c: removed old K&R style,
3902           (Areas51): create l_IRAM symbol
3903         * as/mcs51/lkmem.c (summary2): added report on PSEG and XSTK
3904         * device/lib/Makefile.in: renamed model-mcs51-reentrant to
3905           model-mcs51-stack-auto, added model-mcs51-xstack-auto
3906         * device/lib/_mullong.c: added version to be compiled with xstack
3907         * device/lib/mcs51/crtclear.asm: clear only upto --iram-size
3908         * device/lib/mcs51/crtxclear.asm: clear pdata as well
3909         * device/lib/mcs51/crtxstack.asm: fixed comment
3910         * src/SDCCglue.c: maxInterrupts defaults to 0,
3911           (emitMaps): added pdata,
3912           (createInterruptVect): (re)moved default,
3913           (glue): added pdata,
3914           (glue): moved __start__xstack to XSTK with default size 1
3915         * src/SDCCmain.c (parseCmdLine): automatically set options.intlong_rent
3916           and options.float_rent when options.stackAuto is set,
3917           (linkEdit): only write XDATA_NAME if provided on command line
3918         * src/SDCCmem.h,
3919         * src/SDCCmem.c: added pdata
3920         * src/port.h: added pdata_name to PORT
3921         * src/mcs51/gen.c (toBoolean): fixed for Acc use of aopGet,
3922           (saveRegisters, unsaveRegisters): removed usage of B,
3923           (genMinus): fixed accumulator clash,
3924           (genJumpTab): added comment, this needs another look
3925         * src/mcs51/gen.c: added check for "B in use" paranoia,
3926           added pushB() and popB()
3927         * src/mcs51/peeph.def: restart after 177.c so 177.a can get a second
3928           chance
3929         * src/avr/main.c,
3930         * src/ds390/main.c,
3931         * src/hc08/main.c,
3932         * src/mcs51/main.c,
3933         * src/pic/main.c,
3934         * src/pic16/main.c,
3935         * src/xa51/main.c,
3936         * src/z80/main.c: (reset_regparms) made void parameter explicit and
3937           added PSEG (PAG,XDATA) or NULL to port specifier
3938         * src/ds390/main.c (_ds390_genIVT): moved implemented default in here
3939         * src/mcs51/main.c (_mcs51_genIVT): moved implemented default in here,
3940           (_mcs51_genInitStartup): removed __start__xstack equ,
3941           (mcs51_port): moved xstack from XSEG (XDATA) to XSTK (PAG,XDATA)
3942         * src/pic16/device.c (pic16_dump_usection, pic16_dump_isection),
3943         * src/z80/gen.c (_rleAppend): fixed warnings
3944         * support/regression/tests/zeropad.c: added pdata test
3945         * .version: bumped to 2.4.6
3946
3947 2004-10-17 Borut Razem <borut.razem AT siol.net>
3948
3949         * support/scripts/sdcc.nsi: cross compiling of WIN32 setup.exe on Linux
3950         as a part of nightly build
3951
3952 2004-10-16 Vangelis Rokas <vrokas AT otenet.gr>
3953
3954         * src/pic16/gen.c (struct _G): added field useWreg, is set to 1 when
3955         WREG holds the first byte function parameters,
3956         * (aopForSym): take special case for symbols which are in FARSPACE
3957         but in CODESPACE too,
3958         * (assignResultValue): modified to take into account _G.useWreg,
3959         * (genCall): don't use wreg for parameter passing when function is
3960         declared as reentrant, too, added optimization INCF to stack
3961         pointer when stack parameter count is 1,
3962         * (genFunction, genEndFunction): refurnished and fixed to not using
3963         wreg for passing parameters when function has varargs or is
3964         reentrant, fixed bug with symbol name compare for generating
3965         functions in absolute address,
3966         * (pic16_storeForReturn): refurnished,
3967         * (genCmp): began writing a new version of the function, not ready
3968         yet, therefore it is disabled,
3969         * (genAssign): do not read code memory when assigning a function to
3970         a pointer function,
3971         * src/pic16/glue.c (pic16emitStaticSeg): abSym->name is defined an
3972         array of characters, not pointer,
3973         * (pic16initialComments): in debug mode emit an .ident directive for
3974         the assembler,
3975         * (_process_pragma): emit a new warning type (internal to pic16)
3976         when setting stack to default length, emit a similar warning when
3977         placing a function at absolute address and address is not word aligned
3978         * (_pic16_parseOptions): added 'return TRUE' statement,
3979         * (_pic16_linkEdit): if compiling a source, then add the source's
3980         file object, first in the list of objects to link,
3981
3982 2004-10-13 Slade Rich <slade_rich AT users.sourceforge.net>
3983
3984         * src/pic/pcoderegs.c : increased count on regUsedinRange to prevent unnecessary warning.
3985         * src/pic/main.c : removed VC warning.
3986         * src/pic/gen.c : changed comment.
3987
3988 2004-10-12 Vangelis Rokas <vrokas AT otenet.gr>
3989
3990         * device/lib/pic16/libsdcc/gptr/gptrput[234].c: an external
3991         reference to a deprecated symbol _GPTRREG was causing failure to
3992         link. Thanks G. M. Gallant for the info.
3993
3994 2004-10-12 Slade Rich <slade_rich AT users.sourceforge.net>
3995
3996         * src/pic/pcode.c : Applied a code patch supplied by Paul Ashmore in
3997         comments for Bugs item #954788.
3998
3999 2004-10-10 Vangelis Rokas <vrokas AT otenet.gr>
4000
4001         * src/pic16/device.c (pic16_dump_gsection,
4002         * pic16_groupRegistersInSection): handle symbols declared to be in
4003         access bank differently,
4004         * src/pic16/gen.c (struct _G): added field resDirect,
4005         * (aopForSym): if symbol on stack and iCode is '=' and result exists,
4006         send values read from stack directly to result and don't allocate
4007         temporary values,
4008         * (pic16_sameRegs): fixed bug that allowed MOVFF to move between
4009         same registers,
4010         * (pic16_sameRegsOfs): NEW,
4011         * (freeAsmop): if _G.resDirect is set then do not mark registers as
4012         free because they were not allocated from temporary pool,
4013         * pic16_popRegFromString): workaround to fix a problem with
4014         allocating variables twice or never,
4015         * (genGenPointerGet): using PRODL instead of FSR0H,
4016         * (genGenPointerSet): using POSTDEC1 (that is a stack location)
4017         instead of FSR0H,
4018         * (genAssign): take advantage of the _G.resDirect flag,
4019         * (genCast): around line 11844, use mov2f instead of directly
4020         MOVFF'ing between operands to account for literal values,
4021         * src/pic16/genutils.c: some new debug functions for gpsim have been
4022         added,
4023         * src/pic16/glue.c (pic16_printIvalType): fixed bug that initialized
4024         float with integer part only,
4025         * src/pic16/main.c (_process_pragma): handle pragma udata access to
4026         place variables in access bank
4027         * device/lib/pic16/libsdcc/gptr/gptr*.c: using BRA instead of GOTO,
4028         updated sources to reflect recent changes in gen.c
4029
4030 2004-10-06 Vangelis Rokas <vrokas AT otenet.gr>
4031
4032         * device/lib/pic16/libsdcc/Makefile.rules: fixed bug concerning
4033         sources that searched for headers in installation path, now the
4034         device/include/pic16 is used,
4035         * src/pic16/glue.c (pic16glue),
4036         * src/pic16/pcode.c (pCode2str, genericPrint): don't print .file or
4037         .line directives if not in debug mode, this suppresses assembler's
4038         warnings for ignored directives
4039
4040 2004-10-05 Maarten Brock <sourceforge.brock AT dse.nl>
4041
4042         * src/port.h: made reset_regparms prototype void parameter explicit.
4043         * src/SDCCsymt.c (processFuncArgs): removed argument "func".
4044         * src/mcs51/ralloc.c (packRegisters): new fix for bugs 898889 & 979599.
4045         * doc/sdccman.lyx: documented warning disabling and how to use
4046           printf_large to make it print floats.
4047         * device/include/stdbool.h: NEW
4048         * device/lib/_atof.c,
4049         * device/lib/_divuint.c,
4050         * device/lib/_divulong.c,
4051         * device/lib/expf.c,
4052         * device/lib/printf_large.c,
4053         * device/lib/sincosf.c,
4054         * device/lib/sincoshf.c: used stdbool.h, all compile with stack-auto now
4055         * device/lib/Makefile.in: added target for model-mcs51-reentrant to build
4056           a completely reentrant lib.
4057
4058 2004-10-05 Vangelis Rokas <vrokas AT otenet.gr>
4059
4060         * device/lib/pic16/libsdcc/gptr/gptr*.c: added return statements
4061         * device/include/pic16/stdio.h: fixed bug with colon
4062
4063 2004-10-03 Vangelis Rokas <vrokas AT otenet.gr>
4064
4065         * device/include/pic16/stdio.h,
4066         * device/include/pic16/stdlib.h,
4067         * device/include/pic16/math.h: NEW
4068         * device/lib/pic16/libsdcc/gptr/*.c (gptrget*, gptrput*): functions
4069         declared as _naked to reduce overhead
4070         * device/lib/Makefile.in (target port-specific-objects-pic16):
4071         changed * to *.* so to ignore the CVS directory,
4072         * src/pic16/gen.c (pic16_freeAsmop): added code to store result of
4073         stacked variables back in stack,
4074         * (genEndFunction): fixed bug reported by G.M. Gallant with stack
4075         corruption
4076
4077 2004-10-01 Vangelis Rokas <vrokas AT otenet.gr>
4078
4079         * .version: bumped version number to 2.4.5
4080         * support/Util/SDCCerr.h: added warning W_POSSBUG2.
4081         * support/Util/SDCCerr.c (messages structure): added entry for
4082         W_POSSBUG2
4083
4084         Large cumulative patch for pic16 port and libraries.
4085         * device/include/pic16/sdcc-lib.h,
4086         * device/include/pic16/stdarg.h,
4087         * device/include/asm/pic16/features.h,
4088         * device/include/lib/pic16/libsdcc/gptr/{*.c, Makefile}: NEW,
4089         * device/include/pic16/float.h: changes reentrant keyword with
4090         _FS_REENTRANT, added prototype for __fsneq, included sdcc-lib.h
4091         * device/lib/pic16/libsdcc/Makefile: added target directory gptr,
4092         updated target build-libraries to include objects from gptr,
4093         * device/lib/pic16/libsdcc/{char,int,long}/*.c: added macro
4094         _IL_REENTRANT to all function headings, included sdcc-lib.h header,
4095         * device/lib/pic16/libsdcc/float/*.c: added macro _FS_REENTRANT to
4096         all function headings,
4097         * src/SDCCmain.c: added global parameter userIncDirsSet,
4098         * (parseCmdLine): when option -I is encountered add directory to
4099         userIncDirsSet too,
4100         * src/version.awk: added space between control and long,
4101         * src/pic16/NOTES: added some notes for the port,
4102         * src/pic16/gen.c: added prototype for mov2fp function,
4103         * (fReturnpic16[]): properly named return value registers,
4104         * (_G structure): added fields stackRegSet, fregsUsed, stack_lat,
4105         * (aopForSym): added code to handle symbols with onStack flag set,
4106         symbols onStack are allocated PTRSIZE bytes,
4107         * (aopFreeAsmop): handles special case where asmops are stack objects,
4108         * (aopGet, pic16_popGet): adde cod to handle new asmop AOP_STA,
4109         * (pic16_popGetTempReg, pic16_popGetTempRegCond, pic16_popReleaseTempReg):
4110         added argument lock to trace flaws in allocating temporary registers
4111         when developing port,
4112         * (pic16_popGetLit, pic16_popGetLit2): changed lit from unsigned to signed
4113         * (pic16_popRegFromString): reenabled allocating a direct register
4114         from string,
4115         * (assignResultValue): various beautifications,
4116         * fixed bug #1037717 (patch from R. Neider & D. Wrinkler) with mistaken
4117         referenced function argument,
4118         * (genIpush): reenabled to allow stacked arguments, handles only
4119         ic->parmPush iCodes,
4120         * (genCall, genPcall): major changes to allow for variable argument
4121         functions, fixed a bug with falsely restoring stack pointer after
4122         returning from call,
4123         * (genFunction): pending code for critical function,
4124         * (shiftR1Left2ResultSigned, shiftR1Left2Result, shiftL2Left2Result,
4125         * (shiftR2Left2Result, shiftLLong) applied patch #1032155 from R.Neider,
4126         * (genNearPointerGet): fixed bug with indirect reading, was always
4127         reading from INDF0
4128         * (genGenPointerGet, genGenPointerSet): rewrote to support generic
4129         pointers,
4130         * (genAddrOf): rewrote code to take address of a stacked function parameter
4131         * (genCast): fixed casting to generic pointer type,
4132         * src/pic16/gen.h: added AOP_STA,
4133         * (struct asmop): added field stk,
4134         * src/pic16/genarith.c (pic16_AopType): handle AOP_STA,
4135         * (pic16_genPlusIncr): changed emitSKPNZ to emitSKPNZ,
4136         * (pic16_genAddLit, pic16_genPlus): applied patch #1034042 by tecodev,
4137         * (pic16_genMinus): fixed bug #1035119 with patch submitted by tecodev,
4138         * src/pic16/genutils.c (pic16_genNot): removed symbol *tlbl,
4139         * src/pic16/glue.c (pic16_printGPPointerType): fixed to support new
4140         generic pointers,
4141         * src/pic16/main.c (_pic16_initPaths): ignores default SDCC include
4142         and library paths,
4143         * (pic16_port structure): generic pointer size is set to 3,
4144         * src/pic16/pcode.c (pic16_newpCodeOpLit): correctly print literal integer,
4145         * (insertBankSwitch): cast to (char *) to prevent 64bit CPUs'
4146         compiler warning,
4147         * src/pic16/ralloc.c (allocReg): prevent allocating register when
4148         operand is an iTemp,
4149
4150 2004-09-24 Martin Helmling <mh AT octo-soft.de>
4151
4152         * debugger/mcs51/cmd.c: set PC if a symbol at pc reg is set
4153         * debugger/mcs51/simi.c: addapt new syntax of s51
4154
4155 2004-09-23 Vangelis Rokas <vrokas AT otenet.gr>
4156
4157         * src/pic16/genutils.c (pic16_genNot): fixed bug #1032265,
4158         * src/pic16/pcode.c: commented out some calls to free() in order to
4159         fix bug #989576,
4160
4161 2004-09-23 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4162
4163         * src/SDCCicode.h,
4164         * src/SDCCicode.c (isiCodeInFunctionCall),
4165         * src/avr/ralloc.c (selectSpil),
4166         * src/pic/ralloc.c (selectSpil),
4167         * src/pic16/ralloc.c (selectSpil),
4168         * src/ds390/ralloc.c (selectSpil),
4169         * src/hc08/ralloc.c (selectSpil),
4170         * src/xa51/ralloc.c (selectSpil),
4171         * src/mcs51/ralloc.c (selectSpil): Don't use remainSpil to spill to the
4172         stack in the middle of a function call sequence (fixes bug #1020268)
4173         * src/SDCCicode.c (geniCodeJumpTable): fixed error in computing the
4174         costs associated with the minimum switch case.
4175
4176 2004-09-19 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4177
4178         * src/SDCC.lex: fixed bug #1030549
4179
4180 2004-09-19 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4181
4182         * src/SDCCcse.h (struct cseDef),
4183         * src/SDCCcse.c (cseBBlock, newCseDef, ifFromAddrTaken): purge CSEs
4184         over a function call if the CSE is derived from a symbol whose
4185         address has been taken (fixes bug #1029883)
4186         * support/regression/tests/bug-1029883: a new regression test for
4187         this bug
4188
4189 2004-09-18 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4190
4191         * src/hc08/gen.c (emitinline): fixed bug #1029778
4192         * src/SDCC.y (assignment_expr): fixed the grammer so that assignment
4193         to a cast object is no longer a syntax error ("fixes" bug #1030006,
4194         and starts toward RFE #905167)
4195
4196 2004-09-17 Vangelis Rokas <vrokas AT otenet.gr>
4197
4198         * src/pic16/gen.c (mov2f): New function to move an operand to
4199         another without considering if it is a literal or a register,
4200         * (pic16_sameRegs): don't check if they are both AOP_REG,
4201         * (AccRsh): removed andmask=0 lines,
4202         * (genLeftShift): duplicated to be improved in future versions,
4203         * src/pic16/main.c (_process_pragma): emit stack default size in hex,
4204         * src/pic16/pcode.c: added POC_INFSNZW, updated inverted_op fields
4205         in POC_INCFSZ, POC_INCFSZW, POC_INFSNZ,
4206         * (pic16initMnemonics): added initialization for POC_INFSNZW,
4207         * (insertBankSwitch): fixed inserting banksel directives algorithm
4208         for instructions that follow a skip instruction, this fixes a report
4209         for broken subtraction code generation,
4210         * src/pic16/ralloc.c (deassignLRs): do not free register if current
4211         iCode is a left op, just in case result and right share the same
4212         registers
4213
4214 2004-09-16 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4215
4216         * src/hc08/main.c,
4217         * src/hc08/gen.c (genJumpTable): more efficient jump table, supports
4218         preservation of HX
4219         * src/hc08/gen.c (pullRegs): fixed order of HX & XA pairs
4220         * src/mcs51/ralloc.c (packRegisters): removed the patch applied
4221         on 2004-09-12; it was buggy
4222
4223 2004-09-15 Bernhard Held <bernhard AT bernhardheld.de>
4224
4225         * src/SDCCsymt.h: removed RESULT_CHECK
4226         * src/SDCCast.c,
4227         * src/SDCCglue.c,
4228         * src/SDCCval.c,
4229         * src/pic/glue.c,
4230         * src/pic16/glue.c: replaced RESULT_CHECK with RESULT_TYPE_NONE
4231
4232 2004-09-15 Vangelis Rokas <vrokas AT otenet.gr>
4233
4234         * src/SDCCicode.c (piCode): applied patch from Raphael Neider,
4235         * src/pic16/device.c (pic16_assignConfigWordValues): wrong
4236         configuration values no more rejected by compiler, they are assigned
4237         to configuration registers with a warning message instead,
4238         * src/pic16/glue.c (pic16_emitConfigRegs): added +1 at top-limit of
4239         the for-loop so last conf register is emitted too,
4240         * (_pic16_initPaths): link library libsdcc.lib by default,
4241         * (_hasNativeMulFor): modified test for multiplication according to
4242         Raphael Neider's remarks. Integer multiplication is also done with
4243         support functions,
4244         * device/include/pic16/pic18fregs.h: corrected type error in while
4245         testing and including 18f6720 header file
4246
4247 2004-09-14 Vangelis Rokas <vrokas AT otenet.gr>
4248
4249         * src/pic16/device.h (pic16_options): removed field use_crt,
4250         * src/pic16/gen.c (genUnpackBits): added call to pic16_loadFSR0
4251         until an optimization to handle single bits is added,
4252         * (pic16_loadFSR0): moved before genUnpackBits,
4253         * (genAnd): some white lines removed,
4254         * src/pic16/main.c (_pic16_finaliseOptions): set omit_ivt and clear
4255         leave_reset flags in pic16_options when using crt modules,
4256
4257 2004-09-12 Maarten Brock <sourceforge.brock AT dse.nl>
4258
4259         * src/mcs51/ralloc.c (packRegisters): applied fix by Bernhard Held
4260           for bugs 898889 & 979599. Also used some safer print instructions.
4261
4262 2004-09-12 Vangelis Rokas <vrokas AT otenet.gr>
4263
4264         * src/pic16/device.h (pic16_options_t): added field use_crt,
4265         crt_name, no_crt,
4266         * src/pic16/genarith.c (pic16_genPlus): added an assert(0) line to
4267         catch a probable future bug,
4268         * src/pic16/gen.c: aopIdx function commented out,
4269         * (genAssign): commented out old code which used aopIdx,
4270         * src/pic16/glue.c (pic16glue): removed some legacy fragments of
4271         code, added if conditionals to take into account the --use-crt
4272         command line options,
4273         * src/pic16/main.c (pic16_optionsTable): added new command line
4274         options, --use-crt= and --no-crt,
4275         * (_pic16_linkEdit): now the proper crt object is added in the
4276         linker command line except than when --no-crt is specified,
4277         * src/pic16/pcode.c,
4278         * src/pic16/pcode.h: added some structures and functions for a new
4279         optimization scheme to compansate for instruction overhead between
4280         same iCodes, this scheme is currently under development and is not
4281         working in any way,
4282         * src/pic16/gen.c (genAnd): added patch provided by Aaron Collwell
4283         to && operator,
4284         * device/lib/pic16/startup/crt0i.c,
4285         * device/lib/pic16/startup/crt0iz.c: added global char variable
4286         __uflags to force the generation of an idata section
4287
4288 2004-09-12 Bernhard Held <bernhard AT bernhardheld.de>
4289
4290         * doc/Makefile,
4291         * doc/clean.mk: added support for easy creation of sdcc-doc.tar.bz2
4292         * doc/sdccman.lyx: updated sdcc version to 2.4.4
4293
4294 2004-09-10 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4295
4296         * doc/sdccman.lyx: fixed a problem with my new index entries (thanks
4297         Frieder) and clarified the default code optimization mode
4298
4299 2004-09-10 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4300
4301         * src/SDCC.lex (doPragma, process_pragma),
4302         * src/SDCCglobl.h (struct optimize): added pragmas "opt_code_speed",
4303         "opt_code_size", and "opt_code_balanced"
4304         * src/SDCCmain.c (optionsTable[], printOptions, scanOptionsTable):
4305         regrouped options by category, added support for category headers
4306         * src/SDCCmain.c (parseCmdLine): added options "--opt-code-speed"
4307         and "--opt-code-size"
4308         * doc/sdccman.lyx: documented these new options and pragmas
4309         * src/hc08/gen.c (AccLsh, AccRsh): take speed/size optimization
4310         preference into account
4311
4312 2004-09-08 Maarten Brock <sourceforge.brock AT dse.nl>
4313
4314         * src/SDCCicode.c (geniCodePostInc, geniCodePreInc, geniCodePostDec,
4315           geniCodePreDec): Fixed bug 904237 by generating a warning
4316         * src/SDCCerr.h,
4317         * src/SDCCerr.c: added warning W_SIZEOF_VOID
4318
4319 2004-09-09 Slade Rich <slade_rich AT users.sourceforge.net>
4320
4321         * src/pic/device.c : When no max ram set validate full memory range.
4322         * src/pic/pcode.c,
4323         * src/pic/pcodepeep.c : Copy C code comments to optimised replacement code.
4324
4325 2004-09-08 Maarten Brock <sourceforge.brock AT dse.nl>
4326
4327         * device/lib/_gptrget.c,
4328         * device/lib/_gptrput.c: updated comment
4329         * device/lib/calloc.c,
4330         * device/lib/free.c,
4331         * device/lib/malloc.c,
4332         * device/lib/realloc.c: added LGPL, made them reentrant-safe
4333         * src/SDCCcse.c (cseBBlock),
4334         * src/SDCCicode.c (printOperand, geniCodeArray),
4335         * src/SDCCicode.h (struct operand): fixed bug 868103
4336         * support/regression/tests/bug-868103.c: added
4337         * src/SDCCast.c (searchLitOp),
4338         * src/SDCCcse.h (struct cseDef),
4339         * src/SDCCglue.c (printIvalArray, spacesToUnderscores),
4340         * src/SDCCicode.h (struct operand),
4341         * src/SDCCsymt.h (struct sym_link),
4342         * src/avr/gen.c (hasInc),
4343         * src/ds390/gen.c (hasInc),
4344         * src/hc08/gen.c (genPlusIncr, hasInc),
4345         * src/mcs51/gen.c (hasInc),
4346         * src/pic16/glue.c (pic16_printIvalChar),
4347         * src/pic16/ralloc.c (regWithIdx),
4348         * src/xa51/gen.c (hasInc) : removed warnings
4349         * src/SDCCast.c (createBlock): added comment ???
4350         * src/hc08/ralloc.c: updated comments
4351
4352 2004-09-07 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
4353
4354         * doc/sdccman.lyx: updated section on switch statements, added
4355         section about semaphore locking
4356         * doc/Makefile: added option -info for latex2html
4357         * device/lib/_gptrget.c,
4358         * device/lib/_gptrput.c: __XPAGE instead of P2 in outcommented code
4359
4360 2004-09-06 Slade Rich <slade_rich AT users.sourceforge.net>
4361
4362         * src/pic/device.h,
4363         * src/pic/device.c,
4364         * src/pic/port.c : Changed PIC14 code to not set bit RP1 when
4365          maxram is less than 0x100.
4366
4367 2004-09-06 Slade Rich <slade_rich AT users.sourceforge.net>
4368
4369         * Bug fixes for PIC14 - signed RSHIFT problem. Patch supplied by Allen(agschrum).
4370
4371 2004-09-06 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4372
4373         * src/port.h,
4374         * src/mcs51/main.c,
4375         * src/ds390/main.c,
4376         * src/z80/main.c,
4377         * src/hc08/main.c,
4378         * src/pic/main.c,
4379         * src/pic16/main.c,
4380         * src/avr/main.c,
4381         * src/xa51/main.c
4382         * src/SDCCicode.c (geniCodeJumpTable): Better logic to determine if a
4383         a jump table is the best form for a switch statement, including
4384         automatic insertion of missing cases to make the case range
4385         continuous. Developed in collaboration with Frieder Ferlemann.
4386
4387 2004-09-02 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4388
4389         * src/hc08/ralloc.c (canDefAccResult): multi-byte shift is unsafe for
4390         accumulator result if it needs sign extension
4391
4392 2004-09-02 Maarten Brock <sourceforge.brock AT dse.nl>
4393
4394         * src/hc08/ralloc.c (canUseAccOperand): fixed comparison bug
4395
4396 2004-09-02 Maarten Brock <sourceforge.brock AT dse.nl>
4397
4398         * device/lib/gbz80/printf.c,
4399         * device/lib/z80/printf.c: removed define for NULL
4400
4401 2004-09-02 Maarten Brock <sourceforge.brock AT dse.nl>
4402
4403         * as/xa51/xa_link.c,
4404         * device/examples/ds390/ow390/ad26.c,
4405         * device/examples/ds390/ow390/cnt1d.c,
4406         * device/examples/ds390/ow390/counter.c,
4407         * device/examples/ds390/ow390/ds2480.h,
4408         * device/examples/ds390/ow390/ds2480ut.c,
4409         * device/examples/ds390/ow390/findtype.c,
4410         * device/examples/ds390/ow390/gethumd.c,
4411         * device/examples/ds390/ow390/owllu.c,
4412         * device/examples/ds390/ow390/ownetu.c,
4413         * device/examples/ds390/ow390/swt12.c,
4414         * device/examples/ds390/ow390/swtloop.c,
4415         * device/examples/ds390/ow390/temp.c,
4416         * device/examples/ds390/ow390/temp10.c,
4417         * device/examples/ds390/ow390/thermo21.c,
4418         * device/examples/ds390/ow390/tinilnk.c,
4419         * device/examples/ds390/ow390/tstfind.c,
4420         * device/examples/serialcomm/windows/serial.cpp,
4421         * device/examples/serialcomm/windows/test_serialcomm.cpp,
4422         * device/include/reg51.h: fixed line endings for cvs
4423
4424 2004-09-02 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4425
4426         * src/hc08/ralloc.c (canDefAccResult, canUseAccOperand,
4427         packRegsForAccUse, packRegisters): new accumulator register
4428         packing algorithm
4429         * support/regression/ports/hc08/support.c (_putchar): suppress
4430         warning of unused variable
4431         * src/SDCCicode.c: added SWAP entry to codeTable
4432
4433 2004-09-01 Maarten Brock <sourceforge.brock AT dse.nl>
4434
4435         * device/lib/sprintf.c: forgot to add this file before previous commit
4436
4437 2004-09-01 Vangelis Rokas <vrokas AT otenet.gr>
4438
4439         * src/pic16/gen.c (genPackBits): added operand right in function
4440         parameters, load result directly if p_type is POINTER (that is
4441         called by genNearPointerSet)
4442         * (genUnPackBits): added operand left in function parameters,
4443         * (genNearPointerGet, genNearPointerSet): prevent the loading of
4444         FSR0 if accessing bitfields,
4445
4446 2004-08-31 Maarten Brock <sourceforge.brock AT dse.nl>
4447
4448         * device/include/stdio.h: added NULL, size_t, typedef pfn_outputchar,
4449           _print_format; updated printf, sprintf, vsprintf
4450         * device/include/asm/default/features.h: corrected comment/define
4451         * device/lib/Makefile.in: added sprintf.c
4452         * device/lib/libsdcc.lib: added sprintf module
4453         * device/lib/printf_large.c,
4454         * device/lib/vprintf.c,
4455         * device/lib/sprintf.c: totally refactored printf_large and vprintf
4456           into these 3 files
4457         * support/regression/Makefile: changed ALL_PORTS into a usefull default
4458         * support/regression/ports/mcs51-stack-auto/spec.mk: added sprintf
4459         * support/regression/tests/bug-927659.c: removed dummy putchar, enabled
4460           hc08 test
4461         * support/regression/tests/zeropad.c: define idata as data for hc08
4462
4463 2004-08-31 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4464
4465         * src/SDCCpeeph.c (labelIsReturnOnly): support hc08 rts opcode also
4466         * src/SDCCpeeph.c (buildLabelRefCountHash): assume function entry point
4467         labels are referenced at least once (even if a reference is not found)
4468         * src/hc08/gen.c (emitcode): set isComment flag for comments
4469         * src/hc08/peeph.def: added rules 5a..5f (optimize redundant immediate
4470         loads), rules 6a..6b (optimize jumps to return)
4471
4472 2004-08-30 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4473
4474         * device/lib/acosf.c (acosf),
4475         * device/lib/asinf.c (asinf),
4476         * device/lib/atanf.c (atanf),
4477         * device/lib/ceilf.c (ceilf),
4478         * device/lib/cosf.c (cosf),
4479         * device/lib/coshf.c (coshf),
4480         * device/lib/cotf.c (cotf),
4481         * device/lib/fabsf.c (fabsf),
4482         * device/lib/floorf.c (floorf),
4483         * device/lib/log10f.c (log10f),
4484         * device/lib/logf.c (logf),
4485         * device/lib/sinf.c (sinf),
4486         * device/lib/sinhf.c (sinhf),
4487         * device/lib/sqrtf.c (sqrtf),
4488         * device/lib/tanf.c (tanf),
4489         * device/lib/tanhf.c (tanhf),
4490         * device/include/math.h: defined _FLOAT_FUNC_REENTRANT macro and
4491         replaced all instances of "reentrant" in the library functions
4492         defined in math.h with this macro.
4493         * support/regression/tests/float_trans.c: reenabled test for hc08
4494
4495 2004-08-30 Bernhard Held <bernhard AT bernhardheld.de>
4496
4497         * device/lib/pic16/Makefile.common.in: added MODELFLAGS again, it was
4498         erroneously deleted
4499
4500 2004-08-30 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4501
4502         * src/hc08/gen.c (loadRegFromAop): better use of clra & clrx
4503         * src/hc08/gen.c (genAnd, genOr): fixed bug with conditional when
4504         multi-byte volatile operands are used
4505         * src/hc08/gen.c (shiftRLong): fixed bug with wrong rotate direction
4506         * src/hc08/main.c (_hc08_genAssemblerPreamble): moved the built-in
4507         initialization to area GSINIT0 so that it would always precede
4508         any static initializers in GSINIT
4509         * support/regression/tests/zeropad.c: fixed idata define for hc08
4510         * support/regression/tests/bug-927659.c,
4511         * support/regression/tests/float_trans.c: disabled tests for hc08
4512         pending missing library routines
4513         * .version: increased version number to 2.4.4 - hc08 port now passes
4514         regression tests
4515
4516
4517 2004-08-29 Bernhard Held <bernhard AT bernhardheld.de>
4518
4519         * device/lib/pic16/Makefile.common.in: added $(MM) to fix `make clean`
4520         * Makefile.common.in,
4521         * as/Makefile,
4522         * as/hc08/Makefile.in,
4523         * as/mcs51/Makefile.in,
4524         * as/z80/Makefile.in,
4525         * debugger/mcs51/Makefile.in,
4526         * device/include/Makefile.in,
4527         * device/lib/Makefile.in,
4528         * doc/Makefile,
4529         * link/Makefile,
4530         * link/z80/Makefile.in,
4531         * packihx/Makefile.in,
4532         * sim/ucsim/main_in.mk,
4533         * sim/ucsim/avr.src/Makefile.in,
4534         * sim/ucsim/doc/Makefile.in,
4535         * sim/ucsim/gui.src/serio.src/Makefile.in,
4536         * sim/ucsim/hc08.src/Makefile.in,
4537         * sim/ucsim/s51.src/Makefile.in,
4538         * sim/ucsim/xa.src/Makefile.in,
4539         * sim/ucsim/z80.src/Makefile.in,
4540         * src/Makefile.in,
4541         * support/cpp2/Makefile.in,
4542         * support/librarian/Makefile,
4543         * support/makebin/Makefile: added DESTDIR to the install path proposed
4544         by "Maciej 'Agaran' Pijanka" <agaran AT pld-linux.org>
4545         * doc/sdccman.lyx: added DESTDIR documentation
4546
4547 2004-08-29 Vangelis Rokas (vrokas AT otenet.gr>
4548
4549         * src/pic16/gen.c (genFunction, genEndFunction): fixed return
4550         instruction for interrupt handlers, use fast returns when returning
4551         from high priority interrupts
4552
4553 2004-08-29 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4554
4555         * src/hc08/gen.c (genAnd, genOr, transferAopAop, rmwWithAop): optimized
4556         code generation
4557         * src/hc08/gen.c (genrshFour, genCpl): fixed bugs
4558         * src/hc08/gen.c (genMultOneByte, genDivOneByte, genModOneByte): fixed
4559         bugs, ported much of Bernhard's code from mcs51
4560         * src/mcs51/gen.c (genSend),
4561         * src/hc08/gen.c (genSend): fixed bug with lost SEND iCodes if more
4562         than one when calling a reentrant function
4563         * device/lib/_mullong.c: defined an alternate struct layout for big
4564         endian ports (hc08)
4565
4566 2004-08-28 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4567
4568         * src/hc08/gen.c (shiftL2Left2Result): fix for bug-500536 regression
4569         test
4570
4571 2004-08-28 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4572
4573         * src/SDCCsymt.c (processFuncArgs): make sure parameter types
4574         are sane and complete before asking the port its prefered parameter
4575         passing method (fixes bug #1017633)
4576         * device/lib/hc08/_ret.c: added "data" storage class to _ret2
4577         and _ret3
4578
4579 2004-08-27 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4580
4581         * src/hc08/gen.c (genPackBitsImmed, genUnpackBitsImmed): fix offset
4582         problem in bitfields >= 8 bits.
4583
4584 2004-08-27 Maarten Brock <sourceforge.brock AT dse.nl>
4585
4586         * src/SDCCsymt.c: undid changes that were not meant to be committed
4587
4588 2004-08-27 Maarten Brock <sourceforge.brock AT dse.nl>
4589
4590         * support/regression/ports/hc08spec.mk: REENTRANT must be reentrant
4591
4592 2004-08-27 Maarten Brock <sourceforge.brock AT dse.nl>
4593
4594         * src/hc08/gen.c (genUminusFloat): fixed bug where only 3 bytes were
4595           copied and wrong bit got inverted
4596
4597 2004-08-27 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4598
4599         * src/hc08/gen.c (genPointerSet, genFarPointerSet): moved code from
4600         genFarPointerSet into genPointerSet; eliminated genFarPointerSet
4601         * src/hc08/gen.c (genPointerGet, genFarPointerGet): moved code from
4602         genFarPointerGet into genPointerGet; eliminated genFarPointerGet
4603         * src/hc08/gen.c (genPackBitsImmed): generate optimized code for
4604         assignments to bitfields at known addresses
4605         * src/hc08/gen.c (genUnpackBitsImmed): generate optimized code for
4606         reads from bitfields at known addresses
4607         * src/hc08/ralloc.c (packRegisters),
4608         * src/hc08/gen.c (genPointerGet, genUnpackBits, genUnpackBitsImmed,
4609         genhc08Code): optimize pointer get values used as conditionals
4610         * src/hc08/peeph.def: added rules 2e & 2f to optimize bit test
4611         and branch
4612
4613 2004-08-24 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4614
4615         * src/mcs51/gen.c (genPointerGet, genNearPointerGet, genPagedPointerGet,
4616         genFarPointerGet, genCodePointerGet, genGenPointerGet, genUnpackBits),
4617         * src/mcs51/ralloc.c (packRegisters): optimize pointer get values used
4618         as conditionals
4619
4620 2004-08-22 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
4621
4622         * src/mcs51/peeph.def: peepholes 248.i-m for xdata bitfields
4623
4624 2004-08-21 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4625
4626         * src/mcs51/ralloc.c (packRegsForOneuse): fixed bug #1012650 and some
4627         related problems
4628
4629 2004-08-21 Bernhard Held <bernhard AT bernhardheld.de>
4630
4631         * sim/ucsim/cmd.src/Makefile.in: run lex only if $(PRJDIR)/devel exists
4632
4633 2004-08-18 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4634
4635         * src/z80/ralloc.c (packRegsForAssign): ported some bug fixes from the
4636         mcs51 port
4637
4638 2004-08-16 Slade Rich <slade_rich AT users.sourceforge.net>
4639
4640         * src/pic/gen.c: Restored fn genRet as previous fix was incorrect.
4641
4642 2004-08-14 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
4643
4644         * src/mcs51/gen.c (genJumpTab): jumptables for more than 16 switch
4645         cases use more compact code.
4646
4647 2004-08-13 Slade Rich <slade_rich AT users.sourceforge.net>
4648
4649         * src/pic/gen.c: Fixed problem with fn returning a variable bigger than a char.
4650
4651 2004-08-12 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4652
4653         * src/SDCClrange.c (findPrevUse): fixed bug #1007371
4654
4655 2004-08-12 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4656
4657         * src/SDCCsymt.h,
4658         * src/SDCCsymt.c (changePointer, checkDecl, addSymChain): changed
4659         parameter of changePointer() from symbol* to sym_link*
4660         * src/SDCCast.c (decorateType): call changePointer() for CAST op
4661         * src/SDCCsymt.c (compareType): void* type is castable to other
4662         pointers, but not necesarily an exact match.
4663         * src/SDCCicode.c (geniCodeCast): allow void* casting here since it
4664         is no longer blindly treated as an exact match.
4665         * src/SDCCval.c (valCastLiteral): treat missing type as cast to void
4666
4667 2004-08-12 Slade Rich <slade_rich AT users.sourceforge.net>
4668
4669         * src/pic/glue.c: Added struct initialisation fn printIvalStruct.
4670
4671 2004-08-11 Slade Rich <slade_rich AT users.sourceforge.net>
4672
4673         * src/pic/gen.c,
4674         * src/pic/pcode.c,
4675         * src/pic/ralloc.h,
4676         * src/pic/ralloc.c: Printing rIdx on internal verbose debug.
4677
4678 2004-08-10 Slade Rich <slade_rich AT users.sourceforge.net>
4679
4680         * src/pic/device.c,
4681         * src/pic/device.h,
4682         * src/pic/device.c: Will no longer exit if #pragma maxram has not been defined.
4683
4684 2004-08-06 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4685
4686         * src/mcs51/gen.c (emitcode): fixed bug #992819
4687
4688 2004-08-05 Maarten Brock <sourceforge.brock AT dse.nl>
4689
4690         * src/pic/ralloc.c (deassignLR): allthough pic port is buggy already,
4691           there's no need to make it worse
4692
4693 2004-08-05 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4694
4695         * src/mcs51/ralloc.c (deassignLR),
4696         * src/ds390/ralloc.c (deassignLR),
4697         * src/hc08/ralloc.c (deassignLR),
4698         * src/z80/ralloc.c (deassignLR),
4699         * src/pic/ralloc.c (deassignLR),
4700         * src/pic16/ralloc.c (deassignLR),
4701         * src/avr/ralloc.c (deassignLR),
4702         * src/SDCClrange.c (findRecursiveSucc, findRecursivePred, findPrevUse,
4703         rlivePoint): fixed another part of bug #971834
4704
4705 2004-08-04 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4706
4707         * src/z80/main.c: enabled "critical" keyword
4708         * src/z80/mappings.i,
4709         * src/z80/gen.c (genFunction, genEndFunction): support for interrupt
4710         functions (fixes bug #979646)
4711         * doc/sdccman.lyx: added a subsection explaining z80 interrupt support
4712
4713 2004-08-04 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
4714
4715         * src/mcs51/gen.c (genInline): Add \n for labels, not DOS/WIN dirs
4716           such as c:\mydir.
4717
4718 2004-08-03 Maarten Brock <sourceforge.brock AT dse.nl>
4719
4720         * src/SDCCloop.c (loopInvariants): fixed bug 983545, hope this
4721           doesn't disable too much optimizations
4722
4723 2004-08-02 Slade Rich <slade_rich AT users.sourceforge.net>
4724
4725         * src/pic/glue.c Disabled "WARNING: function 'main' undefined" when -S option is used.
4726
4727 2004-08-02 Maarten Brock <sourceforge.brock AT dse.nl>
4728
4729         * src/SDCClrange.c (rlivePoint): fixed bug 988568, thanks to anonymous
4730
4731 2004-08-02 Slade Rich <slade_rich AT users.sourceforge.net>
4732
4733         * src/pic/gen.c tidied up tabs
4734         * src/pic/genarith.c tidied up tabs and fixed bug with literal multiple where same register was used for hi and low byte
4735         * src/pic/main.c tidied up tabs
4736         * src/pic/pcode.c tidied up tabs and disabled verbose code generation
4737         * src/pic/pcoderegs.c tidied up tabs
4738         * src/pic/ralloc.c tidied up tabs
4739
4740 2004-07-30 Vangelis Rokas <vrokas AT otenet.gr>
4741
4742         * src/SDCCmem.c (allocGlobal): don't turn S_REGISTER storage class
4743         to S_FIXED for pic16 port and when symbol is not in level 0,
4744         allocate for S_REGISTER storage class and pic16 port, too,
4745         * src/pic16/device.h: prototype for checkSym,
4746         * src/pic16/device.c (pic16_dump_access, checkSym): NEW,
4747         * (pic16_assignConfigWordValue): test the value and the mask to
4748         validate that the value is suitable for the configuration word,
4749         * src/pic16/glue.c (pic16_printIvalFuncPtr): use 'externs' to
4750         collect extern declared symbols, don't emit symbol twice, check
4751         first if symbol is in publics set first,
4752         * src/pic16/main.c (_pic16_keywords[]): added keyword 'register',
4753         * added command line '--fstack' which enables an experimental
4754         feature for stack access, too buggy to be used yet...
4755         * src/pic16/ralloc.c (pic16_accessregWithName): NEW,
4756         * (pic16_allocDirReg): when register has storage class S_REGISTER
4757         allocate in pic16_dynAccessRegs,
4758         * device/include/pic16/pic18f????.h: modified configuration word
4759         naming convention, words started as CONFIG0H but should be CONFIG1H
4760
4761 2004-07-29 Maarten Brock <sourceforge.brock AT dse.nl>
4762
4763         * device/include/mcs51reg.h: fixed bug 970993
4764
4765 2004-07-27 Maarten Brock <sourceforge.brock AT dse.nl>
4766
4767         * added lib/calloc.c, lib/free.c, lib/realloc.c, include/stddef.h
4768         * updated lib/malloc.c, lib/libsdcc.lib, lib/Makefile.in, include/malloc.h
4769         * src/SDCC.lex (doPragma): added pragma disable_warning <nnn>
4770         * src/SDCCmain.c (parseCmdLine): added option --disable-warning <nnn>
4771         * src/ds390/gen.c (genPlusIncr): fixed bug when incrementing generic pointers
4772         * support/Util/SDCCerr.c (vwerror): suppress disabled warnings and output
4773           error/warning numbers,
4774           added function setWarningDisabled()
4775         * support/Util/SDCCerr.h: added setWarningDisabled() and MAX_ERROR_WARNING
4776         * support/regression/ports/mcs51-stack-auto/spec.mk: added dependencies
4777           _memcmp.c _memmove.c calloc.c realloc.c free.c
4778         * support/regression/tests/malloc.c: added tests for new functionality
4779         * support/regression/tests/zeropad.c: added tests for truncated initializers
4780           and initialized char arrays starting with '\x0'
4781         * src/mcs51/peeph.def: fixed regression, added peephole 177.f
4782
4783 2004-07-26 Bernhard Held <bernhard AT bernhardheld.de>
4784
4785         * support/valdiag/tests/overflow.c: fixed warning on (1 >> 40)
4786
4787 2004-07-26 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
4788
4789         * doc/sdccman.lyx: updated example in section "Absolute Addressing"
4790         * src/mcs51/peeph.def: added contributed fix for "bug" #995347 as
4791         peephole 177.e. Thanks to anonymous
4792
4793 2004-07-25 Vangelis Rokas <vrokas AT otenet.gr>
4794
4795         * src/pic16/glue.c (pic16_printIvalFuncPtr): when an extern
4796         function isn't used in the source but referenced as a
4797         variable initializer then declare it as extern in .asm file
4798
4799 2004-07-24 Vangelis Rokas <vrokas AT otenet.gr>
4800
4801         * .version: increased version number to 2.4.3
4802
4803         Adding version extension according to ChangeLog CVS revision
4804         * src/Makefile.in (target all): added dependency 'version.h'
4805         * (rule version.h): added rule to create version.h from ChangeLog,
4806         * (rule dep): added dependency version.h,
4807         * src/version.awk: AWK script to create version.h
4808         * src/SDCCdwarf2.c (dwWriteModule),
4809         * src/SDCCglue.c (initialComments),
4810         * src/SDCCmain.c (printVersionInfo): modified to write after
4811         version string the version extension number,
4812         * src/SDCCutil.c: included "version.h"
4813         * (getBuildNumber): NEW, returns SDCC's ChangeLog minor revision
4814         number,
4815         * src/SDCCutil.h: added prototype for getBuildNumber
4816
4817         * src/SDCCmain.c (parseCmdLine): when sOpt is 'I' add rest in
4818         includeDirsSet, too,
4819         * src/SDCCsymt.c (checkSClass): don't emit error when a variable,
4820         const char [] is found in function prototype...
4821
4822         * src/pic16/genarith.c (pic16_genUMult8XLit_8): optimization to omit
4823         moving to WREG with source is already in WREG,
4824         * src/pic16/gen.h: added AOP_FSR0 and AOP_FSR2 in enum,
4825         * src/pic16/gen.c (getFreePtr): updated to look for FSR0 and FSR2,
4826         * (aopForSym): stack'ed symbols are partially supported, added
4827         if-clause to support symbols in FARSPACE,
4828         * (sameRegs): added test for AOP_ACC to see if registers are same,
4829         * (pic16_freeAsmop): added case for AOP_FSR0 and AOP_FSR2,
4830         * (pic16_aopGet): added case for AOP_FSR0 and AOP_FSR2,
4831         * (pic16_popRegFromString): will not allocate a new register if it
4832         doesn't find one by name, bug may have introduced...
4833         * (pic16_popGet): added case for AOP_FSR0 and AOP_FSR2,
4834         * (genIpush): revived to use pic16 port's stack,
4835         * (genAddrOf): added incomplete case for stack'ed operand,
4836         * (genCast): optimized a pair of MOVFW,MOVWF to MOVFF
4837         * src/pic16/genutils.c (pic16_genNot): almot new vesrion for NOT,
4838         can handle multibyte operands,
4839         * src/pic16/glue.c (pic16_printIval*): some debug info added,
4840         * (pic16initialComments): added message for MPLAB compatibility
4841         mode enabled,
4842         * src/pic16/main.h: prototype for pic16_mplab_comp,
4843         * src/pic16/main.c (pic16_optionsTable): new option --mplab-comp,
4844         which enabled MPLAB compatibility mode (i.e. no #LINE/#FILE, BANKED)
4845         * (_pic16_linkEdit): NEW, handles link stage, transferred here
4846         because of increased complexity of procedure,
4847         * (_process_pragma): stack pragma changed to format 'stack pos len',
4848         emit symbol '_stack_end' to conform with gplink,
4849         * src/pic16/pcode.c (pic16_newpCodeOpBit): using pic16_regWithName
4850         to search for register,
4851         * (pic16_get_op, pic16_get_op2): added case for PO_W, PO_WREG and
4852         PO_GPR_REGISTER,
4853         * (pic16_pCode2str): when in MPLAB compatibility mode, comment out
4854         #LINE directives and replace 'B' with 'BANKED' in instruction opcodes
4855         * (pic16_getRegFromInstruction, pic16_getRegFromInstruction2): added
4856         case for PO_GPR_REGISTER,
4857         * (pic16_AnalyzeBanking): removed the old message for inc2h.pl, past
4858         dies, the new era is ahead !...
4859         * src/pic16/ralloc.c: added hash reposits pic16_dynAllocRegNames and
4860         pic16_dynInternalRegs,
4861         * (pic16_allocregWithName, pic16_procregWithName, pic16_regWithname): NEW,
4862         * (pic16_allocDirReg): minor optimizations and bug fixes,
4863         * (pic16_allocWithIdx): when searching pic16_dynProcessorRegs use fixed,
4864
4865         * device/lib/pic16/startup/crt0*.c: extern definition of stack_end,
4866         load stack and frame pointer with address of 'stack_end' symbol
4867
4868 2004-07-23 Vangelis Rokas <vrokas AT otenet.gr>
4869
4870         * src/pic16/glue.c (pic16emitStaticSeg): fixed bug with files
4871         without source code but only variable initializers
4872
4873 2004-07-20 Vangelis Rokas <vrokas AT otenet.gr>
4874
4875         * src/pic16/glue.c (pic16emitRegularMap): unused functions marked as
4876         external are not declared as extern to reduce overhead while linking
4877
4878 2004-07-20 Maarten Brock <sourceforge.brock AT dse.nl>
4879
4880         * src/SDCCast.c (decorateType): removed buggy fix for bug #979599
4881
4882 2004-07-11 Maarten Brock <sourceforge.brock AT dse.nl>
4883
4884         * src/SDCCglue.c (printIvalArray): fixed bug #984229, thanks to Phuah
4885           Yee Keat for the patch
4886         * src/SDCCast.c (decorateType): fixed bug #979599
4887         * src/ds390/gen.h: removed local fReturnSizeDS390
4888         * src/ds390/gen.c: made fReturnSizeDS390 signed short to remove a warning
4889         * src/ds390/gen.c (genAnd, genOr, genXor),
4890         * src/mcs51/gen.c (genAnd, genOr, genXor): generate better optimized code
4891
4892 2004-07-04 Vangelis Rokas <vrokas AT otenet.gr>
4893
4894         * src/SDCCmain.c (linkEdit): modifications only for pic16 port,
4895         add relFilesSet to $3, manipulate $2 to handle linking of object
4896         files without source files in command line,
4897         * device/include/pic16 (all headers): added ID location macros,
4898         * src/pic16/device.c (struct PIC16_device Pics16[]): added field
4899         entries for ID location bytes,
4900         * (pic16_assignIdByteValue): NEW,
4901         * src/pic16/device.h: new structures idRegInfo_t and idBytesInfo_t,
4902         added field dumpcalltree to pic16_options_t,
4903         * src/pic16/gen.c (genCmp): fixed bug case so a temporary register
4904         is used instead of pic16_Gstack_base_addr, check if (ifx) before
4905         emitting rFalseIfx label after check_carry label,
4906         * src/pic16/glue.c (PIC16_IS_IDLOC_ADDRESS, PIC16_IS_HWREG_ADDRESS,
4907         pic16_emitDIRegs), NEW
4908         * (pic16glue): dump .calltree file when option --calltree found,
4909         * src/pic16/main.c (OPTION _pic16_optionsTable): new option --calltree
4910         * (_pic16_genAssemblerPreamble): emit ID locations after
4911         configuration registers,
4912         * (pic16_linkCmd): modifications of the link command,
4913         * src/pic16/pcode.c (pic16_pciMOVFF): PCC_REGISTER replaces PCC_REGISTER2
4914         * (pic16_pCodeInitRegisters): don't init stack registers,
4915         * (pic16_findPrevInstruction): fixed bug,
4916         * (pic16_getRegFromInstruction, pic16_getRegFromInstruction2): fixed
4917         bug with immediate registers,
4918         * (buildCallTree): traces stack push and pop,
4919         * (pct2): dump also stack usage for each function,
4920         * src/pic16/ralloc.c (dynrIdx): registers names start from 0x00
4921         * (pic16_allocDirReg): various modifications,
4922         * (pic16_typeRegWithIdx): when searching pic16_dynProcessorRegs set
4923         fixed to 1,
4924
4925 2004-07-02 Vangelis Rokas <vrokas AT otenet.gr>
4926
4927         * src/pic16/pcode.c: removed buggy double colon
4928
4929 2004-07-01 Borut Razem <borut.razem AT siol.net>
4930
4931         * support/scripts/sdcc.nsi: added include/pic16 to setup
4932
4933 2004-06-30 Vangelis Rokas <vrokas AT otenet.gr>
4934
4935         * device/lib/Makefile.in: fixed bug in target objects-pic16,
4936         * device/lib/pic16/Makefile: prefixed with dash (-) command under
4937         target 'clean',
4938         * doc/sdccman.lyx: changed version to 2.4.2 and added some port
4939         specific command line arguments. Also added sample lkr script
4940         for placing a variable at a specific memory bank.
4941         * src/pic16/device.c (pic16_dump_gsection): NEW, to dump variables
4942         at a specific memory bank,
4943         * (pic16_dump_isection): fixed bug which caused string literals to
4944         be omitted when dumping idata section,
4945         * (pic16_groupRegistersInSection): added code to handle registers
4946         in specific memory banks,
4947         * src/pic16/gen.c: labelOffset is prefixed with pic16_ and made
4948         public, all references are renamed too,
4949         * (pic16_aopGet): removed switch cases for AOP_R0,AOP_R1,AOP_DPTR,
4950         AOP_DPTR2,
4951         * (pic16_storeForReturn): added case to handle when dest is WREG,
4952         * src/pic16/genarith.c (pic16_pCodeOpSubType): NEW,
4953         * src/pic16/glue.c (pic16emitRegularMap): when adding a register in
4954         pic16_rel_udata, check to see if that register is marked as being
4955         a member of a specific memory bank,
4956         * (pic16_printIvalCharPtr): added code to add string literals either
4957         to code or the idata sections,
4958         * src/pic16/main.c (_process_pragma): added \n to WHITE constant,
4959         also accept the 'udata' pragma,
4960         * src/pic16/main.h: new structure types sectName and sectSym
4961         * src/pic16/pcode.c: added new pCodeInstruction entry for BANKSEL
4962         * (newpCodeOpBit): added PIC_OPTYPE subt in function prototype,
4963         * (pic16_findPrevInstruction): fixed, it returned nothing,
4964         * (insertBankSwitch): fixed to emit banksel/skip and skip/banksel
4965         instruction combinations,
4966         * (pic16_FixRegisterBanking): heavily reorganised,
4967         * (pic16_AnalyzeBanking): if generating banksel directives is
4968         disabled, then don't call FixRegisterBanking at all,
4969         * src/pic16/ralloc.c (bitEQUs, aliasEQUs, allDefsOutOfRange):
4970         completely removed,
4971         * (pic16_writeUsedRegisters): added call to pic16_dump_gsection
4972
4973 2004-06-29 Bernhard Held <bernhard AT bernhardheld.de>
4974
4975         * src/SDCCglue.c (printChar): fixed bug #973350, patch provided by
4976         Phuah Yee Keat <yk.phuah AT nestac.com>
4977
4978 2004-06-28 Vangelis Rokas <vrokas AT otenet.gr>
4979
4980         * src/pic16/glue.c (pic16createInterruptVect): function now emits
4981         correctly the IVT even if it is relocated to some other location
4982
4983 2004-06-28 Vangelis Rokas <vrokas AT otenet.gr>
4984
4985         * device/include/pic16/pic18fregs.h: added case for pic18f2220.h
4986         * device/include/pic16/pic18f2220.h: NEW,
4987         * device/lib/pic16/libdev/pic18f2220.c: NEW,
4988         * device/lib/pic16/libdev/Makefile: added 18f2220 in DEVS,
4989         * src/pic16/device.c (struct Pics16): added info for 18f2220,
4990         * src/pic16/device.h (struct pic16_options): added ivt_loc and
4991         nodefaultlibs, ivt_loc is the location of the interrupt vector
4992         table, and nodefaultlibs signs that default libraries should not be
4993         linked in link stage,
4994         * src/pic16/gen.c (genFunction): relocate interrupt vector functions
4995         according to --ivt-loc argument,
4996         * src/pic16/main.c (_process_pragma): emit '_stack' as public symbol
4997         when pragma stack is found,
4998
4999 2004-06-25 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
5000
5001         * src/mcs51/peeph.def: added peepholes 182.d (return 0.0),
5002         256 (range check), 257 (do while), 258.a-f (bit banging
5003         f.e. on 3-wire SPI bus)
5004
5005 2004-06-21 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5006
5007         * src/SDCClrange.c (findNextUseSym): fixed a live range bug with
5008         variables used exclusively within a loop
5009
5010 2004-06-21 Bernhard Held <bernhard AT bernhardheld.de>
5011
5012         * src/mcs51/gen.c (genCpl): quick fix for bug #974835
5013
5014 2004-06-21 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5015
5016         * src/SDCClrange.c (computeClash): fixed bug #971834
5017
5018 2004-06-20 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5019
5020         * src/mcs51/gen.c (genCmp): fixed bug #975903
5021         * src/hc08/gen.c (operandsEqu),
5022         * src/ds390/gen.c (operandsEqu),
5023         * src/z80/gen.c (operandsEqu),
5024         * src/pic/gen.c (operandsEqu),
5025         * src/pic16/gen.c (operandsEqu),
5026         * src/mcs51/gen.c (operandsEqu): fixed bug #976283
5027         * src/SDCCmain.c (parseCmdLine): report --unknown-option only once
5028
5029 2004-06-15 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5030
5031         * src/SDCCcse.c (cseBBlock): fixed bug #966963
5032
5033 2004-06-12 Vangelis Rokas <vrokas AT otenet.gr>
5034
5035         * src/pic16/gen.c (genPointerGet): added E_INTERNAL_ERROR for
5036         default case in switch statement,
5037         * glue.c (pic16_initPointer): expr is initialised via decoarteType
5038         to eliminate problem with initialisation of pointers, but problem
5039         still exists,
5040         * (pic16_pointerTypeToGPByte): removed, no needed for pic16,
5041         * (emitStaticSegment): removed various lines emitting debug info,
5042         * src/pic16/pcode.c, src/pic16/pcode.h, src/pic16/ralloc.h:
5043         added processor registers for utilizing EEPROM,
5044         * src/pic16/pcode.c (pic16_emitDB): number of DBs emitted is not
5045         configurable and set 8
5046
5047 2004-06-08 Vangelis Rokas <vrokas AT otenet.gr>
5048
5049         * .version: increased version number to 2.4.2,
5050
5051         Cumulative patch for pic16 port
5052         * src/pic16/device.c: changed scheme to dump initial values for
5053         variables in idata segment, all print_idata* functions were removed,
5054         now the pic16_printIval* will be called,
5055         * src/pic16/glue.c: (pic16_initPointer, pic16_pointerTypeToGPByte,
5056         * _pic16_printPointerType, pic16_printPointerType,
5057         * pic16_printGPointerType, pic16_printIvalArray, pic16_printIvalStruct,
5058         * pic16_printIvalBitFields, pic16_printIvalFuncPtr, pic16_printIvalPtr:
5059         NEW, similar to the respective functions in SDCCglue.c,
5060         * src/pic16/pcode.c (pic16_emitDB, pic16_flushDB): reverted to old
5061         way, emitting hex bytes,
5062         * (pic16_emitDS): NEW, emits a string for pointer initialisation,
5063
5064 2004-06-08 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5065
5066         * src/avr/ralloc.c (serialRegAssign),
5067         * src/xa51/ralloc.c (serialRegAssign),
5068         * src/pic/ralloc.c (serialRegAssign),
5069         * src/pic16/ralloc.c (serialRegAssign),
5070         * src/hc08/ralloc.c (serialRegAssign),
5071         * src/z80/ralloc.c (serialRegAssign),
5072         * src/ds390/ralloc.c (serialRegAssign),
5073         * src/mcs51/ralloc.c (serialRegAssign): fixed bug #964479
5074
5075 2004-06-08 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5076
5077         * src/SDCCicode.c (geniCodeJumpTable): fixed bug #967601
5078         * src/SDCCpeeph.c (labelIsReturnOnly): fixed bug #966505
5079
5080 2004-06-07 Vangelis Rokas <vrokas AT otenet.gr>
5081
5082         Cumulative patch for pic16 port:
5083         * src/pic16/device.h (typedef PIC16_device) modified fields for
5084         defining microcontrollers,
5085         * src/pic16/device.c: added new info for all devices in Pics16 array,
5086         * src/pic16/gen.c (genPcall): fixed bug that caused the return label
5087         to be optimised out by the pCode optimiser,
5088         * src/pic16/glue.c (pic16emitRegularMap): treat implicit aggragates
5089         specially, bug reported by G.M. Gallant,
5090         * src/pic16/pcode.c (pic16_newpCodeLabelFORCE): NEW, marks a label
5091         as force'd so that cannot be optimised out by pCode optimiser,
5092         * src/pic16/pcode.c,
5093         * src/pic16/pcodepeeph.c,
5094         * src/pic16/pcoderegs.c: many modifications to re-enable peepholes,
5095         they are disabled by default, but can be enabled explicit with
5096         command argument --denable-peeps, for testing,
5097         * device/lib/pic16/startup/Makefile: added --no-peep,--pomit-config-words,
5098         --pomit-ivt in COMPILE_FLAGS
5099
5100 2004-06-06 Maarten Brock <sourceforge.brock AT dse.nl>
5101
5102         * src/pic16/pcode.c (pic16_emitDB): removed double semicolon which fails
5103           compilation on MSVC
5104
5105 2004-06-06 Maarten Brock <sourceforge.brock AT dse.nl>
5106
5107         * device/include/sab80515.h: added sfr P6, changed GPL to LGPL
5108
5109 2004-06-06 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
5110
5111         device/include/sab80515.h: fixed bug #967492, DAPR is defined at adress
5112         0xd8, but the correct adress is 0xda. Thanks to anonymous for reporting
5113
5114 2004-06-06 Vangelis Rokas <vrokas AT otenet.gr>
5115
5116         * src/pic16/device.c (pic16_assignConfigWord): fixed bug that
5117         would only assign 0x300001 register.
5118
5119 2004-06-05 Vangelis Rokas <vrokas AT otenet.gr>
5120
5121         * device/lib/pic16/startup/Makefile: added $(MODELFLAGS)
5122         in COMPILE_FLAGS. Thanks to G. Gallant for report.
5123
5124 2004-06-05 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
5125
5126         * doc/sdccman.lyx: minor changes, mentioned beta vendor support
5127         for ds80c400
5128         * src/mcs51/peeph.def: ran unexpand -a over peeph.def
5129         * src/mcs51/peeph.def: removed obsolete peephole 100.a,
5130         added peephole 254 (left shift), 255 (jump table)
5131
5132 2004-06-04 Vangelis Rokas <vrokas AT otenet.gr>
5133
5134         * device/lib/Makefile.in: removed comment line with model-pic16,
5135         * (target port-specific-objects-pic16): the libraries and objects
5136         are copied to the build directory form the device/lib/pic16/bin
5137         directory
5138
5139         Cumulative patch concerning pic16 port:
5140         * library directory has been re-organized,
5141         * added support for PIC18F1220,
5142         * added headers and library sources for chips 18f1220,18f6520,
5143         18f6620,18f6680,18f6720,18f8520,18f8620,18f8680,18f8720
5144
5145         * configuration registers setting has changed, now each supported
5146         device has a complete description of the registers it uses,
5147         * all initialisations are moved to idata sections, these section
5148         can be absolute or relocatable,
5149         * fixed initialisation of codespace variables,
5150         * fixed warning about PCLATU and gpsim,
5151         * src/pic16/gen.c (genCmp): now can handle partially iCodes with no ifx,
5152         * (genAssign): use table reads when assigning from variables in codespace,
5153         * src/pic16/glue.c (pic16emitStaticSeg): fixed to correctly initialise
5154         char/int variables placed in codespace,
5155         * (pic16_emitConfigRegs): NEW, emits a list with configuration
5156         registers set in .asm file, no need for --pomit-config-words anymore,
5157         * (pic16glue): some 8051 legacy segments are commented out
5158         (to be removed completely),
5159         * added support for alternative assembler and linker with --asm=
5160         and --link= command line arguments,
5161         * peepholes are disabled automatically in the port, no need to
5162         specify on command line,
5163         * port supports natively char/int/long multiplication, but converts
5164         all divisions to support functions,
5165         * main.c: pic16_linkCmd and pic16_asmCmd changed to force output
5166         to the file set in variable $2,
5167         * pcode.c (pic16_emitDB, pic16_flushDB): modified to print printable
5168         strings in ASCII format and not in hex,
5169         * ralloc.c (serialRegAssign): added a triplet of conditional calls
5170         to pic16_allocDirReg for IC_RESULT, IC_LEFT and IC_RIGHT so to
5171         allocate proper register if iCodes aren't temporary,
5172
5173 2004-06-02 Maarten Brock <sourceforge.brock AT dse.nl>
5174
5175         * support/regression/tests/zeropad.c: added TEST_G macro for alpha
5176
5177 2004-06-02 Vangelis Rokas <vrokas AT otenet.gr>
5178
5179         * src/pic16/gen.c (genPcall): warning about gpsim and PCLATU
5180         is commented out
5181
5182 2004-06-01 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5183
5184         * src/hc08/gen.c (genPointerGetSetOfs): disabled optimization if
5185         computed address is reused
5186         * src/hc08/gen.c (genPackBits): fixed offsets in assignments to
5187         multi-byte bitfields
5188
5189 2004-06-01 Maarten Brock <sourceforge.brock AT dse.nl>
5190
5191         * src/z80/gen.c: (genArrayInit): must check for pointers too
5192
5193 2004-06-01 Maarten Brock <sourceforge.brock AT dse.nl>
5194
5195         * support/regression/tests/zeropad.c: never meant to commit the
5196           nestedstruct test: removed, added check for GCC version
5197
5198 2004-05-31 Maarten Brock <sourceforge.brock AT dse.nl>
5199
5200         * src/SDCCast.c (createIvalArray): fixed bug 770487 SIGSEGV
5201         * src/SDCCglue.c (emitRegularMap): fixed bug 770484 allocation problem
5202         * src/SDCCglue.c (initPointer, printIvalType, printIvalStruct,
5203           printIvalArray, printIvalFuncPtr, printIvalPtr, printIval): fixed
5204           bugs 928906 and 954082 half-empty initializers
5205         * src/SDCCsymt.h,
5206         * src/SDCCsymt.c (getAllocSize): added for above fix
5207         * src/z80/gen.c (genArrayInit): fixed bug 741044
5208         * support/regression/tests/zeropad.c: added tests
5209
5210 2004-05-30 Vangelis Rokas <vrokas AT otenet.gr>
5211
5212         * src/pic16/device.c (pic16_dump_section): corrected bug which
5213         caused some symbols of the libraries to be misplaced
5214
5215 2004-05-28 Vangelis Rokas <vrokas AT otenet.gr>
5216
5217         * src/pic16/glue.c,
5218         * src/pic16/ralloc.h,
5219         * src/pic16/ralloc.cc: prefixed IS_CONFIG_ADDRESS with PIC16_
5220         to fix conflict with pic port
5221
5222 2004-05-28 Vangelis Rokas <vrokas AT otenet.gr>
5223
5224         * src/pic16/glue.c (pic16emitStaticSeg): do not print as publics or
5225         externs configuration variables,
5226         * src/pic16/ralloc.h,
5227         * src/pic16/ralloc.cc: IS_CONFIG_ADDRESS is made public and added
5228         prototype in header, commented out some debug messages
5229
5230 2004-05-26 Vangelis Rokas <vrokas AT otenet.gr>
5231
5232         * src/pic16/glue.c,
5233         * src/pic16/main.c,
5234         * src/pic16/pcode.c: added gpasm directives #FILE/#LINE
5235         for gpasm COFF object generation. Thanks to D. Hawkins for
5236         his patch info
5237
5238 2004-05-25 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5239
5240         * src/ds390/main.c,
5241         * src/mcs51/main.c: fixed sort order of mnemonics (thanks to Maarten
5242         Brock for spotting this)
5243         * src/ds390/gen.c (genEndFunction),
5244         * src/mcs51/gen.c (genEndFunction): always save psw if function is an
5245         interrupt handler and critical. Disable push/pop optimizations when
5246         peephole optimizations disabled.
5247
5248 2004-05-25 Vangelis Rokas <vrokas AT otenet.gr>
5249
5250         Updated pic16 library sources and headers.
5251         * device/lib/pic16/pic18f*/ ,
5252         * device/include/pic16/*.h: modified to handle structured SFR
5253         definitions
5254
5255 2004-05-25 Vangelis Rokas <vrokas AT otenet.gr>
5256
5257         * src/port.h (PORT structure): added hook initPaths, now each
5258         port can declare its own default search paths,
5259         which can been seen with the --print-search-dirs option,
5260         see pic16 port for example,
5261         * src/SDCCmain.c (setBinPaths, setIncludePaths, setLibPath,
5262         setDataPaths): test to options.printSearchDirs is ifdef'ed out,
5263         * (doPrintSearchDirs): NEW, replaces in a central manner the
5264         printing of search dirs which was split in set*Paths functions,
5265         * (main): added call to port->initPaths and doPrintSearchDirs,
5266         * src/avr/main.c,
5267         * src/ds390/main.c,
5268         * src/hc08/main.c,
5269         * src/izt/i186.c,
5270         * src/izt/tlcs900h.c,
5271         * src/mcs51/main.c,
5272         * src/pic/main.c,
5273         * src/pic16/main.c: modified port structures to reflect addition of
5274         initPaths hook,
5275
5276         * src/pic16/device.c (regCompare): registers are finally sorted by name,
5277         * (pic16_dump_section): for registers in same address reserve memory once,
5278         * src/pic16/device.h (struct PIC16_device): changed variable gen_banksel
5279         to no_banksel,
5280         * src/pic16/genarith.c (pic16_genPlus): added code to handle cases where
5281         result is greater in size than right or left,
5282         * (pic16_genUMult8X8_8): there are some cases where the result can
5283         be 16 bits size, so handle these,
5284         * src/pic16/gen.c: changed some pic16_emitpcomment to DEBUGpic16_emitcode,
5285         * (pic16_outBitC): modified to emit pcodes,
5286         * (pic16_storeForReturn): using is_LitOp to see if operand is literal
5287         or not,
5288         * (genDivOneByte): implemented algorithm to divide 8-bits,
5289         * (genCmp): uncommented goto, but issues still exist,
5290         * (genAnd): fixed a bug with variables >8bits,
5291         * (genPackBits): optimization added that uses BCF/BSF to change a
5292         single bit,
5293         * (genAssign): fixed bug when assigning floating point literals,
5294         * src/pic16/glue.c (pic16glue): added assembler directive 'code' before
5295         __sdcc_gsinit_startup label,
5296         * src/pic16/main.c (_pic16_init): removed search directory
5297         initialisations,
5298         * (_pic16_initPaths): NEW, used to initialise search directories,
5299         * (_hasNativeMulFor): support functions for all except char/int
5300         multiplication, and char division,
5301         * (PIC16_port struct): modified entry for native mul support,
5302         * src/pic16/pcode.c (insertBankSwitch): modified to support the renamed
5303         no_banksel option,
5304         * (buildCallTree): call to register_usage is ifdef'ed out,
5305
5306 2004-05-22 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5307
5308         * device/include/string.h: applied Stas Sergeev's patch to make this
5309         header file compatible with the preprocessor -Wundef option
5310         * src/SDCCmain.c (main): abort compilation if preprocessor reports
5311         failure (fixes bug #941458)
5312
5313 2004-05-21 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5314
5315         * src/SDCCopt.c (killDeadCode): fixed bug #907733
5316         * support/Util/SDCCerr.c: reworded E_AUTO_ASSUMED diagnostic to clarify
5317         that the variable, not the function, should be static
5318         * src/SDCCval.c (valCastLiteral): fixed bit initialization from literal
5319         to be consistent with non-literal case
5320
5321 2004-05-19 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5322
5323         * src/SDCCast.c (isConformingBody): fixed bug #949967
5324         * src/SDCCopt.c (cnvToFcall, cnvToFloatCast, cnvFromFloatCast,
5325         convilong): fixed bug #952086
5326
5327 2004-05-18 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5328
5329         * src/SDCCmem.c (allocVariables): fixed bug #955321
5330
5331 2004-05-18 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5332
5333         * src/hc08/main.c (_hc08_genAssemblerEnd),
5334         * src/SDCCdwarf2.c (dwOpenFile, dwCloseFile, dwWriteFunction,
5335         dwWriteModule, dwWriteCLine, dwWriteALine, dwarf2FinalizeFile):
5336         completely eliminated the use of a temporary file
5337         * src/SDCCdwarf2.c (dwWriteAttr): fixed bug with location list offset
5338         when more than one file linked
5339         * src/SDCCloop.c (pointerAssigned): fixed bug #954163
5340
5341 2004-05-17 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5342
5343         * src/SDCCval.c (valForArray): applied Maarten Brock's patch #947682
5344         which fixes bug #543481
5345         * support/regression/tests/bug-751703.c: fixed comments left from a
5346         cut and paste error
5347         * src/SDCCdwarf2.c (dwCloseFile): don't explicitly close a temp file
5348         * src/SDCCdwarf2.c (dwTagFromType): added bitfield support
5349         * src/SDCCdwarf2.c (dwWriteSymbolInternal): handle extern within local
5350         scopes
5351         * src/SDCCdwarf2.c (dwWriteLineNumber): line number deltas are signed
5352         * src/SDCCmain.c (processFile, parseCmdLine): non-alphanumeric chars
5353         are now changed to underscores in moduleName
5354
5355 2004-05-15 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
5356
5357         * as/mcs51/lkmem.c: better fix for bug #954173
5358
5359 2004-05-15 Maarten Brock <sourceforge.brock AT dse.nl>
5360         committed by Frieder Ferlemann <Frieder.Ferlemann AT web.de>
5361
5362         * device/include/c8051f020.h: newly added SiLabs (Cygnal) header file
5363         * device/include/c8051f000.h,
5364         * device/include/c8051f120.h,
5365         * device/include/c8051f300.h,
5366         * device/include/c8051f310.h,
5367         * device/include/c8051f320.h: updated (added _XPAGE, CAPN, CAPP,
5368         PWM16) and detab'ed
5369
5370 2004-05-15 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
5371
5372         * doc/sdccman.lyx: mentioned sourceforge's delay between web frontend
5373         and mailing lists, doc'ed --no-peep-comments, removed reference
5374         to knoppix (newest version has no LyX/LaTeX), other minor changes
5375         * src/SDCCglue.c (glue): save 2 bytes stack space with
5376         option --main-return. The ljmp could probably be avoided too
5377
5378 2004-05-14 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
5379
5380         * as/mcs51/lkmem.c, as/mcs51/lkaomf51: fixed bug 954173
5381
5382 2004-05-14 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5383
5384         * src/SDCCsymt.h: added IS_AUTO(symbol) test macro
5385         * src/SDCCopt.c (isLocalWithoutDef),
5386         * src/SDCCicode.c (operandFromSymbol): use the IS_AUTO test macro
5387         which adds a !IS_EXTERN codition. Fixes bugs #877426 and #751703.
5388         (credit to Maarten Brock for patch #949363, on which this is based)
5389         * support/regression/tests/bug-751703.c: some test cases of extern used
5390         within inner scopes.
5391
5392 2004-05-14 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5393
5394         * src/SDCCdwarf2.c (dwMatchTypes): structs must have matching
5395         SPEC_STRUCT
5396         * src/SDCCdwarf2.c (dwTagFromType): fix to handle recursive
5397         struct definitions
5398         * src/SDCCdwarf2.c (dwWriteModule, dwNewDebugSymbol, dwWriteEndFunction,
5399         dwWriteLabel): fix to create valid debugger symbols even when
5400         the module name has non-alphanumeric symbols in it
5401         * src/SDCCdwarf2.c (dwWriteSymbolInternal): better detection for
5402         when a variable's allocation has been optimized away
5403
5404
5405 2004-05-13 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5406
5407         * src/hc08/gen.c (hc08_emitDebuggerSymbol),
5408         * src/hc08/main.c,
5409         * src/mcs51/gen.c (mcs51_emitDebuggerSymbol),
5410         * src/mcs51/main.c,
5411         * src/ds390/gen.c (ds390_emitDebuggerSymbol),
5412         * src/ds390/main.c,
5413         * src/z80/gen.c (z80_emitDebuggerSymbol),
5414         * src/z80/main.c,
5415         * src/pic/gen.c (pic14_emitDebuggerSymbol),
5416         * src/pic/main.c,
5417         * src/pic16/gen.c (pic14_emitDebuggerSymbol),
5418         * src/pic16/main.c,
5419         * src/avr/gen.c (avr_emitDebuggerSymbol),
5420         * src/avr/main.c,
5421         * src/xa51/gen.c (xa51_emitDebuggerSymbol),
5422         * src/xa51/main.c,
5423         * src/SDCCdebug.c (emitDebuggerSymbol),
5424         * src/SDCCdebug.h,
5425         * src/port.h: added a debugger struct to the port struct. Added a
5426         callback for defining debugger symbols
5427
5428         * src/SDCCast.c (createLabel),
5429         * src/SDCC.y (labeled_statement): mark all compiler generated labels
5430         with isitmp = 1
5431         * src/SDCCicode.h,
5432         * src/SDCCicode.c (geniCodeFunctionBody): added a link from the FUNCTION
5433         iCode back to the ast for the function
5434
5435         * src/hc08/ralloc.c (hc08_assignRegisters),
5436         * src/hc08/ralloc.h: define a regs struct for the stack pointer. Removed
5437         unneeded fields from the regs struct.
5438         * src/hc08/gen.c (transferRegReg, genFunction, genEndFunction): use the
5439         pushReg() & pullReg() functions instead of emitcode()
5440
5441         * src/hc08/gen.c (genLabel, genhc08Code),
5442         * src/SDCCdebug.h: Added additional debugger hooks needed for DWARF
5443
5444         * src/cdbFile.c (cdbWriteLabel, cdbWriteScope): Added stubs for unneeded
5445         debugger hooks
5446
5447         * src/hc08/gen.c (genEndFunction, genhc08Code),
5448         * src/hc08/gen.h,
5449         * src/mcs51/gen.c (genEndFunction, gen51Code),
5450         * src/mcs51/gen.h,
5451         * src/ds390/gen.c (genEndFunction, gen390Code),
5452         * src/ds390/gen.h,
5453         * src/z80/gen.c (genEndFunction, genZ80Code),
5454         * src/z80/gen.h,
5455         * src/z80/z80.h,
5456         * src/pic/gen.c (genEndFunction, genpic14Code),
5457         * src/pic/gen.h,
5458         * src/pic16/gen.c (genEndFunction, genpic16Code),
5459         * src/pic16/gen.h,
5460         * src/avr/gen.c (genEndFunction, genAVRCode),
5461         * src/avr/gen.h,
5462         * src/xa51/gen.c (genEndFunction, genXA51Code),
5463         * src/xa51/gen.h,
5464         * src/cdbFile.c (cdbWriteFunction, cdbWriteEndFunction): moved cdb
5465         specific code to cdbFile.c and out of the backend code generators
5466
5467         * as/hc08/lkmain.c (main): removed OMF51 support from link-hc08
5468         * as/hc08/lkarea.c (lnkarea): areas with NOLOAD attribute default
5469         starting address is now 0
5470
5471         * as/hc08/asm.h,
5472         * as/hc08/m08pst.c,
5473         * as/hc08/asmain.c (asmbl): implemented the .sleb128 and .uleb128
5474         assembler directive for DWARF support
5475         * as/hc08/lkelf.c (elf): only increment address when rtflg[] set
5476
5477         * src/src.dsp,
5478         * src/Makefile.in,
5479         * src/SDCCdwarf2.c: preliminary DWARF (ver 2) debugger data generator
5480
5481 2004-05-04 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5482
5483         * src/hc08/gen.c (genJumpTab, emitcode, genhc08code): fixed stack error
5484         and inappropriate peephole optimization in jump tables
5485
5486 2004-04-30 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
5487
5488         * as/hc08/m08pst.c,
5489         * src/SDCCglue.c: sdccopt works for the hc08 port now
5490
5491 2004-04-27 Bernhard Held <bernhard AT bernhardheld.de>
5492
5493         * src/SDCCicode.c (geniCodePreInc, geniCodePreDec): fixed bug #942130
5494
5495 2004-04-27 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
5496
5497         * as/hc08/lkelf.c: sdccconf.h is not available in WIN32
5498
5499 2004-04-24 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5500
5501         * src/SDCCpeeph.c (replaceRule): support empty replacement peephole
5502         rules
5503         * src/SDCCmain.c,
5504         * src/SDCCglobl.h,
5505         * src/SDCCpeeph.c (getPeepLine): new option --no-peep-comments omits
5506         comments from the peephole optimizer replacement rules
5507         * src/SDCCmem.c (printAllocInfoSeg): give actual location of spilled
5508         symbols
5509         * src/SDCCcse.c (updateSpillLocation),
5510         * src/SDCCopt.c (killDeadCode, findReqv): better tracking of register
5511         equivalents
5512         * src/hc08/ralloc.c (regTypeNum): pseudo symbols must be in DATA only
5513         * src/hc08/main.c (_hc08_finaliseOptions): made pointers to stack
5514         objects far pointers
5515
5516 2004-04-23 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5517
5518         * src/SDCCsymt.h: a missing part of my last change
5519         * src/pic/ralloc.c (regTypeNum),
5520         * src/pic16/ralloc.c (regTypeNum): fixed statement/declaration order
5521
5522 2004-04-23 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5523
5524         * src/SDCCicode.h,
5525         * src/SDCCicode.c (aggrToPtrDclType),
5526         * src/SDCCptropt.h,
5527         * src/SDCCptropt.c (ptrBaseRematSym, ptrPseudoSymSafe,
5528         ptrPseudoSymConvert),
5529         * src/pic/ralloc.c (regTypeNum),
5530         * src/pic16/ralloc.c (regTypeNum),
5531         * src/hc08/ralloc.c (regTypeNum),
5532         * src/ds390/ralloc.c (regTypeNum),
5533         * src/mcs51/ralloc.c (regTypeNum): check for dependancy hazards before
5534         creating pseudo symbols (fixed bugs #777768, #930484, and #933966)
5535
5536 2004-04-22 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5537
5538         * link/z80/lkmain.c (afile),
5539         * as/hc08/lkmain.c (afile),
5540         * as/mcs51/lkmain.c (afile): fix suggested by Maarten Brock to
5541         prevent a pointer problem when a filename has no directory and
5542         no extension specified.
5543
5544 2004-04-21 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5545
5546         * link/z80/lkmain.c (afile): allow periods in directory names
5547         * link/z80/lkmain.c (afile),
5548         * as/mcs51/lkmain.c (afile),
5549         * as/hc08/lkmain.c (afile): allow linker script file to have an
5550         extension other than ".lnk"
5551         * link/z80/lklex.c (getfid),
5552         * link/z80/lkmain.c (parse),
5553         * as/mcs51/lklex.c (getfid),
5554         * as/mcs51/lkmain.c (parse),
5555         * as/hc08/lklex.c (getfid),
5556         * as/hc08/lkmain.c (parse): Support comments in the linker script
5557         file on lines by themselves and after filenames
5558
5559 2004-04-20 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
5560
5561         * as/link_hc08.dsp: Added as/hc08/lkelf.c to project.
5562
5563 2004-04-20 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5564
5565         * src/z80/peeph-z80.def: removed some peephole rules that don't
5566         work with multibyte arithmetic (fixed bug #937126)
5567         * src/mcs51/peeph.def: fixed peephole rules 150-158 to apply only
5568         to registers and not global variables
5569         * src/SDCCicode.c (geniCodeAssign, ast2iCode, geniCodePostInc,
5570         geniCodePreInc, geniCodePostDec, geniCodePreDec,
5571         geniCodeLogicAndOr, geniCodeConditional): enforce strict lvalue
5572         checking for assignments not internally generated (fixed bug #931895)
5573         * src/SDCC.y (postfix_expr): ignore typedefs when looking for a
5574         structure member (fixed bug #930072)
5575
5576 2004-04-19 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5577
5578         * src/SDCCmain.c (linkEdit),
5579         * src/hc08/main.c (_hc08_parseOptions),
5580         * as/hc08/Makefile.in,
5581         * as/hc08/aslink.h,
5582         * as/hc08/asm.h,
5583         * as/hc08/m08pst.c,
5584         * as/hc08/lkrloc.c (relr, rele),
5585         * as/hc08/lkarea.c (lnkarea)
5586         * as/hc08/lkmain.c (afile, parse),
5587         * as/hc08/lkelf.c: support for ELF output
5588         * as/hc08/lks19.c (s19),
5589         * as/hc08/lkihx.c (ihx): ignore areas with the NOLOAD attribute
5590
5591 2004-04-17 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
5592
5593         * as/mcs51/lkihx.c: Fixed bug #899105.
5594
5595 2004-04-16 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
5596
5597         * doc/sdccman.lyx: Added instructons on how to convert MSVC .dsw and
5598         .dsp files from Unix to DOS.
5599
5600 2004-04-16 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5601
5602         * doc/sdccman.lyx: removed the ANSI-C noncompliance note regarding
5603         function pointers; we have been compliant for several months now.
5604         * src/mcs51/ralloc.c (serialRegAssign): enabled part of my 2004-04-13
5605         change that was accidently commented out
5606         * src/mcs51/gen.c (freeAsmop, getFreePtr, freeForBranchAsmop, genIfxJump,
5607         genCmpEq, jmpTrueOrFalse, genCmp, genAnd, genOr, genXor, genIfx): fixed
5608         bug #922319
5609
5610 2004-04-15 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5611
5612         * src/hc08/gen.c: output of all of the internal debugging information
5613         is now controlled by the D() macro; it is disabled by default
5614
5615 2004-04-13 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5616
5617         * src/mcs51/ralloc.c (serialRegAssign, fillGaps, allocThisReg): try
5618         harder to keep the same registers during a CAST iCode
5619         * src/SDCCopt.c (optimizeCastCast, eBBlockFromiCode): casts of char to
5620         long via int can be done in a single cast, if the signedness is
5621         correct.
5622         * support/regression/tests/bug-927659.c: fixed to avoid conflict with
5623         putchar() in tinibios.c in ds390's library
5624
5625 2004-04-12 Bernhard Held <bernhard AT bernhardheld.de>
5626
5627         * src/SDCCast.c (decorateType): fixed bug #898889,
5628         cast result of a literal complement too
5629         * src/mcs51/ralloc.c (packRegsForAssign): fixed bug #930931,
5630         fixed check for bitfields
5631
5632 2004-04-11 Bernhard Held <bernhard AT bernhardheld.de>
5633
5634         * src/SDCCicode.c (geniCodeLogic): made it static,
5635         (geniCodeLogicAndOr): added in order to fix bug #905492,
5636         (ast2iCode): fixed bug #905492
5637         * support/regression/tests/bug-905492.c: added
5638         * src/SDCCast.c (decorateType): don't decorate/process parms twice,
5639         (processParms): fixed bug #927659: don't copy parms, this will clear
5640         decorated flag
5641         * support/regression/tests/bug-927659.c: added
5642
5643 2004-03-29 Bernhard Held <bernhard AT bernhardheld.de>
5644
5645         * src/SDCCast.c (addCast): don't cast float to char
5646         * device/lib/libsdcc.lib: added _memmove
5647
5648 2004-03-28 Bernhard Held <bernhard AT bernhardheld.de>
5649
5650         * device/lib/large/Makefile: fixed parallel execution by
5651         replacing `make` by `$(MAKE)`
5652
5653 2004-03-28 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5654
5655         * src/hc08/gen.c (genPointerGetSetOfs): correctly handle 1 byte array
5656         offsets (fixes bug #923936)
5657
5658 2004-03-26 Bernhard Held <bernhard AT bernhardheld.de>
5659
5660         * device/lib/small/Makefile: fixed parallel execution by
5661         replacing `make` by `$(MAKE)`
5662
5663 2004-03-23 Bernhard Held <bernhard AT bernhardheld.de>
5664
5665         * device/lib/vprintf.c (vsprintf): minor optimization, see bug #801101
5666
5667 2004-03-23  Scott Dattalo  <scott AT dattalo.com>
5668
5669         * src/pic/gen.c (genCpl): multi-byte complements were not working.
5670         * src/regression/Makefile: Regression test was not running.
5671
5672 2004-03-23 Bernhard Held <bernhard AT bernhardheld.de>
5673
5674         * src/SDCCast.c (resultTypePropagate, decorateType): avoid promotion to int for
5675         complement if possible
5676         * src/SDCCval.c (valComplement),
5677         * src/SDCCicode.c (operandOperation): fixed complement of literal
5678         * support/regression/tests/onebyte.c (testComplement): added
5679
5680 2004-03-22 Bernhard Held <bernhard AT bernhardheld.de>
5681
5682         * src/SDCCast.c (processParms): fixed bug #920866; decorateType() can
5683         return an optimized tree; actually replace actParm with the new tree
5684         * src/SDCCast.h: added some parantheses to remove side effects
5685         * support/regression/tests/bug-920866.c
5686
5687 2004-03-21  Scott Dattalo  <scott AT dattalo.com>
5688         * src/pic/gen.c, src/pic/gen.h, src/pic/genarith.c, src/pic/pcode.c:
5689         Bit operands were not being handled properly in the pic14 port.
5690         (now src/regression/add.c passes again).
5691
5692 2004-03-20 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5693
5694         * src/SDCC.y (labeled_statement): case and default no longer require
5695         a following statement (RFE #893037)
5696
5697 2004-03-19 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5698
5699         * src/mcs51/gen.c (pushSide, genSignedRightShift, genDjnz, geniPush):
5700         use MOVA macro to avoid "mov a,acc" when peephole optimizer is
5701         disabled (fixes bug #916294)
5702         * sim/ucsim/s51.src/mov.cc (inst_mov_a_addr): Throw an error on
5703         "mov a,acc"; patch provided by Lenny Story
5704         * device/include/mc68hc908gp32.h: header contibuted by Juan Gonzalez
5705
5706 2004-03-19 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5707
5708         * src/mcs51/gen.c (genFunction): optimize RECEIVE in reentrant
5709         functions
5710         * src/ds390/gen.c (genFunction, genEndFunction),
5711         * src/ds390/ralloc.c (ds390_assignRegisters),
5712         * src/mcs51/gen.c (genFunction, genEndFunction, mcs51_assignRegisters):
5713         * src/mcs51/ralloc.c (mcs51_assignRegisters): Skip optimizing registers
5714         pushed if there are parameters passed on the stack. Also, a cleaner
5715         way to decide if r0/r1 should be pushed/popped. (Together they fix
5716         bug #918693)
5717
5718 2004-03-18 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5719
5720         * doc/sdccman.lyx,
5721         * device/lib/mcs51/crtpagesfr.asm,
5722         * device/lib/mcs51/crtxinit.asm,
5723         * device/lib/mcs51/crtxstack.asm: Changed name of _PAGESFR to _XPAGE
5724         to avoid confusion with Si Lab's SFRPAGE register.
5725
5726 2004-03-17 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5727
5728         * src/SDCCglue.c (emitMaps): allow public sfr variables
5729         * src/SDCCglue.c (initialComments): include compiler build date
5730         with compiler version and put the timestamp of the generated
5731         assembly file on a serperate line to be less confusing.
5732         * src/port.h: added genInitStartup hook
5733         * src/avr/main.c,
5734         * src/ds390/main.c,
5735         * src/hc08/main.c,
5736         * src/pic/main.c,
5737         * src/pic16/main.c,
5738         * src/xa51/main.c,
5739         * src/z80/main.c: genInitStartup initialize as NULL (default to
5740         historical behaviour)
5741         * src/SDCCglue.c (glue): _sdcc_gsinit_startup is now port specific.
5742         * src/mcs51/main.c: (_mcs51_genInitStartup, _mcs51_genExtraAreas,
5743         _mcs51_genXINIT, _mcs51_genRAMCLEAR): link initialization code from the
5744         library instead of hard coding it into the compiler.
5745         * support/regression/ports/mcs51-stack-auto/spec.mk,
5746         * src/SDCCmain.c (linkEdit): added mcs51.lib to the link libraries
5747         * device/lib/mcs51/Makefile,
5748         * device/lib/small/Makefile,
5749         * device/lib/large/Makefile,
5750         * device/lib/mcs51/crtpagesfr.asm,
5751         * device/lib/mcs51/crtstart.asm,
5752         * device/lib/mcs51/crtxclear.asm,
5753         * device/lib/mcs51/crtxinit.asm,
5754         * device/lib/mcs51/crtclear.asm,
5755         * device/lib/mcs51/crtxstack.asm: move most of the mcs51 C runtime
5756         startup/initialization out of src/SDCCglue.c and src/mcs51/main.c
5757         and into user configurable files.
5758         * device/lib/clean.mk: clean mcs51 directory too
5759         * support/regression/tests/longlit.c: added static to T1 declaration
5760         * doc/sdccman.lyx: documented _PAGESFR sfr for customizing pdata
5761         accesses in the initialization code
5762
5763 2004-03-14 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5764
5765         * device/include/mc68hc908qy.h: corrected declarations of FLBPR and
5766         OSCTRIMVAL as noted in bug #916008
5767
5768 2004-03-14 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5769
5770         * src/SDCCloop.c (basicInduction): fixed bug with loop induction
5771         in loops with multiple exits (reported as incorrect registers
5772         used by Martin Helmling in Sdcc-user list)
5773
5774 2004-03-12 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
5775
5776         * src/ds390/main.c (_ds390_genAssemblerPreamble): cosmetic change,
5777         made ds390 register extensions look less like error messages
5778
5779 2004-03-12 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5780
5781         * src/SDCCglue.c (printIvalPtr): fixed bug with pointer initializer
5782         reported by Adam Wozniak in Sdcc-user list
5783
5784 2004-03-10 Bernhard Held <bernhard AT bernhardheld.de>
5785
5786         * src/SDCCast.c (decorateType): fixed with bug and promotion in
5787         arithmetic optimizations, added debug output
5788
5789 2004-03-09 Bernhard Held <bernhard AT bernhardheld.de>
5790
5791         * device/lib/time.c (mktime): fixed bug reported by Bert Thomas
5792         * sdcc.spec: updated and split sdcc into 3 rpms
5793         * src/SDCCast.c (decorateType): &|^ don't need addCast(); addCast() is
5794         needed for literals of LEFT_OP and '+'
5795         * src/SDCCicode.c (geniCodeLogic): I must have been braindead when I
5796         introduced RESULT_TYPE_NOPROM
5797         (geniCodeMultiply): fixed logic for decision if mul is optimized to
5798         left shift
5799         * src/SDCCsymt.c (computeType): op is int; added RESULT_TYPE_OTHER;
5800         limited promotion to int only for '*'
5801         * src/SDCCsymt.h (computeType): op is int, removed RESULT_TYPE_NOPROM
5802
5803 2004-03-09 Hans Dorn <hjdorn AT users.sourceforge.net>
5804
5805         * src/pic16/gen.c (genSkip),
5806         (genc16bit2lit), (gencjneshort): commented out
5807         (is_LitOp): new helper function, checks operand type
5808         (genCmpEq): rewritten
5809
5810 2004-03-08 Bernhard Held <bernhard AT bernhardheld.de>
5811
5812         * support/regression/tests/bug-908454.c: added
5813
5814 2004-03-07 Bernhard Held <bernhard AT bernhardheld.de>
5815
5816         * src/SDCCast.c (addCast): fixed bug #908454 by promoting bits to char
5817         * src/SDCCicode.c (usualBinaryConversions): op needs int type
5818         (geniCodeCast): cosmetic, don't preserve bit storage class
5819         (geniCodeLeftShift): added promotion
5820         (geniCodeLogic): fixed regression
5821         * src/SDCCsymt.c (computeTypeOr): accept bits too
5822         (compareType): 2nd part of fix for bug #908454, needed for bitfields
5823
5824 2004-03-07  Borut Razem <borut.razem AT siol.net>
5825
5826         * support/Util/findme.c: alloca() replaced with malloc()/free() pair
5827
5828 2004-03-06 Vangelis Rokas <vrokas AT otenet.gr>
5829
5830         * src/pic16/ralloc.c (pic16_genPackRegisters): reverted to old
5831         version of pic16_genPackRegisters which does not check if ic is a
5832         CAST operator,
5833         * src/pic16/gen.c (ifxForOp): disabled new and untested code in
5834         function cause string1.c regression test fails
5835
5836 2004-03-06 Bernhard Held <bernhard AT bernhardheld.de>
5837
5838         * sim/ucsim/configure.in,
5839         * sim/ucsim/configure,
5840         * sim/ucsim/doc/Makefile.in: use docdir
5841         * src/SDCC.y: fixed sbit atrributes
5842         * src/SDCCast.c (getResultTypeFromType): added support for bitfields
5843         * src/SDCCast.c (decorateType): |^& need special promotion handling
5844         * src/SDCCast.h,
5845         * src/SDCCsymt.h: moved definition of RESULT_TYPE
5846         * src/SDCCsymt.h (computeType),
5847         * src/SDCCicode.c: computeType() needs op
5848         * src/SDCCsymt.c (checkTypeSanity),
5849         * doc/sddman.lyx: "plain" bitfields are unsigned
5850         * src/SDCCsymt.c (computeTypeOr): added
5851         * src/SDCCsymt.c (computeType): added support for bitfields, fixed
5852         |^& ops
5853         * src/SDCCval.c (val*): computeType() needs op
5854         * src/SDCCval.c (valCastLiteral): fixed casting of bitfields
5855         * support/regression/tests/onebyte.c: added tests for |^&
5856
5857 2004-03-06 Hans Dorn <hjdorn AT users.sourceforge.net>
5858
5859         * src/pic16/gen.c: (genpic16Code) use copy of printILine's output
5860         for writing icode into asm output.
5861
5862 2004-03-05 Vangelis Rokas <vrokas AT otenet.gr>
5863
5864         * src/pic16/device.c: added some debug lines enabled
5865         with macro DEBUG_CHECK,
5866         * src/pic16/genarith.c: more debug in genPlus,
5867         * (pic16_genUMult8XLit_16, pic16_genUMult8X8_16): removed,
5868         * (pic16_genUMult16X16_16, pic16_genUMult16XLit_16): NEW,
5869         * src/pic16/gen.c: added prototypes for pic16_genMult16X16_16,
5870         * (aopForSym): onStack symbols are re-placed in data memspace,
5871         and onStack flag is cleared,
5872         * (pic16_popGetTempReg, pic16_popReleaseTempReg): modified to
5873         copy temporary pcodeop,
5874         * (genPcall): added warning for not updating PCLATU,
5875         * (genFunction): removed test with IFFUNC_CALLEESAVES, its
5876         always true for pic16 port,
5877         * (genMultOneWord): NEW, supports integer multiplication,
5878         * (genMult): modified to call genMultOneWord,
5879         * (ifxForOp): added warning when return NULL,
5880         * src/pic16/glue.c (pic16emitRegularMap): symbol implicit
5881         flag is set before call to operandFromSymbol for implicit
5882         added structures,
5883         * src/pic16/main.c (_pic16_finaliseOptions): options.float_rent,
5884         options.intlong_rent are set by default,
5885         * (_hasNativeMulFor): modified to allow port generation of integer
5886         multiplication,
5887         * src/pic16/ralloc.c (pic16_allocDirReg): commented out line which
5888         set regtype to REG_SFR for all registers, restricting seting the
5889         accessBank flag for registers 0<= r < 0x80 and 0xf80<=r<=0xfff,
5890
5891 2004-03-05 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
5892
5893         * src/mcs51/peephole.def: added 251.b and 253.x. 253.x are applied
5894         more than 500 times in the regression tests
5895
5896 2004-03-05 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5897
5898         * support/Util/SDCCerr.h,
5899         * support/Util/SDCCerr.c,
5900         * src/SDCC.y (struct_or_union_specifier, enum_specifier,
5901         enumerator_list),
5902         * src/SDCCsymt.c (addSymChain): show location of oriignal definition
5903         for symbol conflicts.
5904         * support/valdiags/tests/enum.c,
5905         * support/valdiags/tests/tentdecl.c,
5906         * support/valdiags/tests/struct.c: expect possible error messages
5907         referring to original symbol definitions.
5908         * src/SDCC.y (struct_or_union_specifier, struct_declarator),
5909         * src/SDCCsymt.h,
5910         * src/SDCCsymt.c (promoteAnonStructs): support anonymous struct/union
5911
5912 2004-03-03 Hans Dorn <hjdorn AT users.sourceforge.net>
5913
5914         * src/pic16/gen.c (gencjne): fixed for right=REG / left=LIT
5915
5916 2004-02-03 Vangelis Rokas <vrokas AT otenet.gr>
5917
5918         * src/pic16/ralloc.c (newReg): fixed bug #908929
5919
5920 2004-03-02 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5921
5922         * src/ds390/gen.c: added missing #include "main.h"
5923
5924 2004-03-02 Vangelis Rokas <vrokas AT otenet.gr>
5925
5926         * src/pic16/device.c (checkAddSym): NEW, adds a symbol to set while
5927         checking if symbol is already in set,
5928         * src/pic16/device.h: prototype for checkAddSym,
5929         * src/pic16/gen.c: (_G): added entry interruptvector,
5930         * (assignResultValue): removed some commented out lines,
5931         * (genFunction): check for ISR via sym->type, absolute section for
5932         interrupt code is created via a new pBlock, the goto instruction is
5933         placed now correctly at the interrupt vector position, changed all
5934         references from ivec to _G.interruptvector,
5935         * WREG,STATUS,BSR are not saved in stack upon an entry to interrupt
5936         is the interrupt is a high priority one, same for return from ISR,
5937         * src/pic16/glue.c: changed all calls of addSetHead for publics and
5938         externs to calls of checkAddSym,
5939         * src/pic16/pcode.c (pic16_pBlockConvert2*): emit warning when
5940         pic16_pcode_verbose flag is set,
5941         * src/pic16/pcode.h: extern to pic16_pcode_verbose,
5942         * src/pic16/pcoderegs.c: message about how many registers are saved
5943         will only be emitted if pic16_pcode_verbose flag is set,
5944
5945 2004-03-02 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5946
5947         * src/ds390/ralloc.h,
5948         * src/ds390/ralloc.c (ds390_regWithIdx),
5949         * src/ds390/gen.c (emitcode),
5950         * src/ds390/main.h,
5951         * src/ds390/main.c (instructionSize, ds390newAsmLineNode, updateOpRW,
5952         ds390opcodeCompare, asmLineNodeFromLineNode, getInstructionSize,
5953         ds390operandCompare, getRegsRead, getRegsWritten,
5954         initializeAsmLineNode): customized instruction size calculation for
5955         ds390, started basis for some register optimizations
5956         * src/ds390/gen.c (gen390Code, emitcode): associate iCodes with
5957         corresponding assembly output
5958         * src/ds390/gen.c (genFunction, genEndFunction): added case to handle
5959         missing push/pop of r0/r1. Optimized push/pops
5960
5961 2004-03-01 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5962
5963         * src/mcs51/main.c (instructionSize): fixed ACALL size
5964         * src/mcs51/main.c (updateOpRW): fixed bug with @dptr, @a+dptr operands
5965
5966 2004-03-01 Vangelis Rokas <vrokas AT otenet.gr>
5967
5968         * src/pic16/device.c (pic16_dump_section): fixed a bug that allowed
5969         the sorting of rlist with NULL elements
5970         * (print_idataType, print_idata): NEW to create idata sections
5971         * src/pic16/device.h: idataSymSet new variable
5972         * src/pic16/gen.c (genFunction): fixed some bugs in string
5973         comparing, improved the absolute section creation for ISRs,
5974         added FSR0L/FSR0H in registers that are saved in an ISR,
5975         * (genInline): fixed the processing of inline snippets,
5976         now they undergo no process by the peephole optimizer
5977         * src/pic16/glue.c (pic16emitRegularMap): symbols with initialiser
5978         are placed in idataSymSet,
5979         * (pic16emitStaticSeg): extern symbols are added in externs,
5980         * src/pic16/ralloc.c (pic16_allocDirReg): work around to reduce bank
5981         switching when aboslute variables are placed in access bank memory
5982         * (pic16_writeUsedRegs): added call to pic16_dump_idata,
5983         * (packRegsForSupport,packRegsForAccUse,packRegsForOneuse):
5984         commented out with #if,
5985         * (pic16_packRegisters): reintroduce the check for CAST because some
5986         symbols are not correctly handled,
5987         * src/pic16/pcode.h: changed the definition of pCodeAsmDir to hold a
5988         pCodeInstruction instead of pCode,
5989         * src/pic16/pcode.c (pic16_newpCodeAsmDir): modified for the new
5990         pCodeAsmDir definition,
5991         * (pic16_pCode2str, genericPrint): when an AsmDir pcode has a NULL
5992         directive, then the argument directive is emitted without the leading
5993         tab, hack for inline labels which must be in the first column,
5994         * (compareLabel,pic16_findNextInstruction),
5995         * (pic16_findPrevInstruction): added case for PO_ASMDIR,
5996         * (insertBankSwitch): modified for the new pCodeAsmDir,
5997
5998 2004-03-01 Hans-Juergen Dorn <hans.dorn AT apl-landau.de>
5999         patch applied by Vangelis Rokas <vrokas AT otenet.gr>
6000
6001         * src/pic16/gen.c (pic16_popGet): case PO_DIR, adds the offset to
6002         instance,
6003         * (pushSide): commented out with #if,
6004         * (assignResultValue): fixed some typos in saving
6005         registers,
6006         * (genPcall): FIXED and sync'ed with genCall,
6007         * (genDataPointerGet,genDataPointerSet): using offset not leoffset
6008         * (genNearPointerGet): fixed to handle some more cases,
6009         implementation scheme via table reads,
6010         * (genConstPointerGet): modified to access code memory correct,
6011         * (genCodePointerGet,genNearPointerSet,genGenPointerSet): modified
6012         and improved to handle some cases
6013         * glue.c (printIvalType,printIvalChar,emitStaticSeg): use "DB"
6014         instead of "RETLW" for init data
6015         * src/pic16/ralloc.c (pic16_allocDirReg): warning when a symbol is
6016         not IN_DIRSPACE, work around to reduce bank switching when aboslute
6017         variables are placed in access bank memory (<0x80 and >=0xf80),
6018         * src/pic16/pcode.c: added SFRs TBLPTR, TABLAT, added opcodes TBLRD,
6019         TBLRD_POSTINC,TBLRD_POSTDEC,TBLRD_PREINC,TBLWT,TBLWT_POSTINC,
6020         TBLWT_POSTDEC,TBLWT_PREINC
6021         * Fixed initialisation of BSR, set "alias" for SSAVE to "0"
6022         * (pic16_emitDB,pic16_flushDB): New functions to generate "DB"
6023         directives
6024         * (pic16_pCodeConstString): use "DB" instead of "RETLW"
6025         * src/pic16/pcode.h: added TBLRD*,TBLWT*, added pic16_emitDB,
6026         pic16_flushDB, made pic16_newpCodeAsmDir public, added TBLPTR, TABLAT
6027         * src/pic16/ralloc.h: added IDX_BSR,IDX_TBLPTR*,IDX_TABLAT
6028
6029 2004-02-29  Borut Razem <borut.razem AT siol.net>
6030
6031         * src/Makefile.in, src/SDCCutil.c, support/Util/findme.c,
6032         support/Util/findme.h, support/Util/system.h: enhance binary relative
6033         search for lib and include by using findProgramPath()
6034
6035 2004-02-28 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6036
6037         * src/SDCCpeeph.h,
6038         * src/SDCCpeeph.c (pcDistance),
6039         * src/port.h,
6040         * src/mcs51/ralloc.h,
6041         * src/mcs51/ralloc.c (mcs51_regWithIdx),
6042         * src/mcs51/main.h,
6043         * src/mcs51/main.c (instructionSize, asmLineNode, updateOpRW,
6044         mcs51opcodeCompare, asmLineNodeFromLineNode, getInstructionSize,
6045         mcs51operandCompare, getRegsRead, getRegsWritten): made instruction
6046         size calculation port specific, started basis for some register
6047         optimizations
6048         * src/mcs51/gen.c (genFunction, genEndFunction): added case to handle
6049         missing push/pop of r0/r1. Optimized push/pops
6050         * src/mcs51/ralloc.c (packregisters): fixed bug #727095
6051         * device/lib/_modsint.c (_modsint),
6052         * device/lib/_modslong.c (_modslong): fixed sign of result in non-asm
6053         and stack version so regression tests pass
6054
6055 2004-02-26 Bernhard Held <bernhard AT bernhardheld.de>
6056
6057         * src/Makefile.in (dep): include SLIBOBJS in dependency check
6058         * src/SDCCast.c (decorateType): catch another small optimization
6059         with '?' operator
6060         * src/SDCCsymt.c (computeType): added comments and cosmetic changes
6061         * src/SDCCval.c (valMult, valDiv, valMod, valPlus, valMinus, valShift):
6062         modified to finally use computeType() all over SDCC,
6063         see Feature Request #877103
6064         * src/SDCCval.h: cosmetic
6065         * src/SDCCicode.c (operandOperation): fixed EQ_OP bug, now same as in
6066         valCompare(); regression tested in muldiv.c
6067         * support/regression/tests/muldiv.c (testMod): mod sign follows
6068         dividend only
6069
6070 2004-02-23 Bernhard Held <bernhard AT bernhardheld.de>
6071
6072         * src/SDCCast.c (decorateType): fixed bug #902362
6073         * doc/INSTALL.txt: fixed install instructions for win32
6074
6075 2004-02-21 Bernhard Held <bernhard AT bernhardheld.de>
6076
6077         * device/include/Makefile.in (install): fixed by replacing spaces
6078         by tabs
6079         * doc/README.txt,
6080         * doc/INSTALL.txt: updated for release
6081         * doc/sdccman.lyx: added warning for --xstack being buggy
6082
6083 2004-02-20 Bernhard Held <bernhard AT bernhardheld.de>
6084
6085         * src/pic16/ralloc.c (packRegsForAccUse):  disabled functions with #if
6086         to eliminate build warnings.
6087         * src/pic16/gen.c (pic16_popGet): fixed for gcc 2.95.4
6088
6089 2004-02-20 Vangelis Rokas <vrokas AT otenet.gr>
6090            Hans-Juergen Dorn <hans.dorn AT apl-landau.de>
6091
6092         * doc/sdccman.lyx: removed PIC16 from PIC16 Port Specific Options,
6093         removed -penable-stack, added comment for stack pragma, added
6094         warning for not initializing the stack/frame registers, removed
6095         comment at interrupts section
6096
6097         Stack is made permanent, there is no ability to disable stack usage.
6098         * src/pic16/device.h,
6099         * src/pic16/device.c: removed all references to USE_STACK macro,
6100         * src/pic16/device.c (pic16_dump_section): when no elements in
6101         rlist, free rlist before return,
6102         * (pic16_dump_int_registers): NEW, internal registers are a new set
6103         of general purpose registers reused by each function,
6104         * (checkAddReg): returns 1 if registers is added to set,
6105         * (pic16_groupRegistersInSection): when a registers is of type
6106         PO_GPR_TEMP add it in pic16_int_regs and not in pic16_rel_udata,
6107         * src/pic16/device.h: memRange and Assigned Memory are deleted,
6108         SRCASECMP macro is moved here from device.c
6109         * src/pic16/genarith.c (pic16_pCodeOpType): added cases for
6110         PO_PCLATU, PO_PRODL, PO_PRODH,
6111         * (pic16_pCodeOpType, genMinus,
6112         changed compares to "a" register, with AOP_ACC,
6113         * (pic16_genPlus): fixed some bugs and indented properly,
6114         * (pic16_addSign): changed size to size+offset in the MOVWF
6115         instruction,
6116         * (pic16_genUMult8XLit_8): NEW, uses processor MULLW instruction to
6117         multiply 8-bit operand by literal, result is 8-bit,
6118         * (pic16_genUMult8X8_8): NEW, uses processor MULWF instruction to
6119         multiply 2 8-bit operand, result is 8-bit,
6120         * (pic16_genMult8X8_8): modified to call genUMult8X*_8 functions and not
6121         genUMult8X*_16,
6122         * src/pic16/gen.c: changed accUse to contain WREG only,
6123         * (pic16_emitcomment): renamed to pic16_emitpcomment,
6124         * (aopForSym): allocated dir register when IN_DIRSPACE(space) is,
6125         true, do not use immediate addressing any more unless sym is a
6126         pointer in codespace,
6127         * (aopForRemat): do not use immediate addressing when symbol not in
6128         codespace and when symbol's address is requested,
6129         * (aopOp): for-loop in if(sym->accUse) is modified for the new
6130         accUse size (= 1),
6131         * (aopGet): added case for AOP_ACC and don't return "accumulator
6132         bug" but WREG instead,
6133         * (popGetTempReg): pushes contents of temporary register in stack,
6134         * (popReleaseTempReg): pops contents of temporary register from
6135         stack. Use popGetTempReg/popReleaseTempReg in aligned pairs,
6136         * (pic16_popGet): separated case AOP_ACC to return register WREG
6137         from processor registers, AOP_PCODE not checks if pcop is PO_DIR
6138         or PO_IMMEDIATE and initializes their instance/offset appropriately,
6139         * The whole issue with aopForSym,aopForRemat,popGet) is to minimize
6140         the use of immediate pointers to certain cases only.
6141
6142         * (pic16_pushpCodeOpReg, pic16_poppCodeOpReg): use pic16_popGet2p,
6143         * (pic16_loadFromReturn, pic16_storeForReturn: NEW,
6144         * (assignResultValue, genCall, genRet): modified to use the new
6145         function return value scheme with WREG,PRODL,PRODH,FSR0L and FSR0,
6146         genPcall is still broken,
6147         * (genFunction): added code to create 'A' type pBlocks when
6148         interrupt functions are generated, code not extensively tested yet,
6149         ISRs push WREG,STATUS,BSR,PRODL,PRODH,FSR0L,FSR0H registers on stack,
6150         * (genEndFunction): modified so ISRs pop stored registers from stack,
6151         * (genMultOneByte): cleanup,
6152         * (AccRsh): added flag andmask, to and result with appropriate mask,
6153         * (genUnpackBits,genPackBits): fixed and can handle bit fields,
6154         * (genDataPointerGet): fixed and reenabled its use,
6155         * (genNearDataPointerGet): bugs fixed,
6156         * (genDataPointerSet): bugs fixed,
6157         * src/pic16/genutils.c: added functions pic16_DumpValue,pic16_DumpAop,
6158         pic16_DumpSymbol, pic16_DumpOp,
6159         * src/pic16/genutils.h: function prototypes for the above functions,
6160         * src/pic16/glue.c: new flags initsfpnt, to initialize stack/frame
6161         pointers,
6162         * (pic16emitRegularMap): many many many improvements, but needs a
6163         major cleanup,
6164         * src/pic16/main.c: enable_stack in pic16_options is removed,
6165         * (_pic16_parseOptions): removed command line options -penable-stack,
6166         * (_process_pragma): emit stack symbol only when stack pragma is
6167         processed,
6168         * src/pic16/pcode.c: pic16_pc_fsr0 is removed, all operations are
6169         redirected to FSR0L/FSR0H pair,
6170         * (pic16_get_op, pic16_get_op2): modifications and improvements,
6171         * (pic16_getRegFromInstruction, pic16_getRegFromInstruction2): added
6172         cases PO_PRODL,PO_PRODH, pic16_getRegFromInstruction2 returns sane
6173         for immediates,
6174         * (insertBankSwitch): modified to handle cases like: (alfa + 1)
6175         * (dumpPicOptype): NEW,
6176         * src/pic16/pcode.h: added PO_PCLATU,PO_PRODL,PO_PRODH in enum,
6177         * src/pic16/pcoderegs.c (pCodeRegMapLiveRangesInFlow): fixed bug
6178         with movff instruction,
6179         * src/pic16/ralloc.c: renamed typeRegWithIdx to pic16_typeRegWithIdx,
6180         added pic16_int_regs, some packRegsFor* functions are commented out,
6181         because produce errors,
6182         * src/pic16/NOTES: minor modifications
6183
6184 2004-02-18  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
6185
6186         * as/mcs51/aslink.h, as/mcs51/lkarea.c, as/mcs51/lkdata.c, as/mcs51/lkmain.c,
6187         as/mcs51/lkmem.c, src/SDCCglob.h, src/SDCCmain.c: added options --stack-size and
6188         --pack-iram.
6189         * doc/sdccman.lyx: described options --stack-size and --pack-iram.
6190         * as/mcs51/lkaomf51.c: fixed bug #895763
6191
6192 2004-02-17 Bernhard Held <bernhard AT bernhardheld.de>
6193
6194         * device/include/c8051f320.h: added. Contributed by Maarten Brock.
6195
6196 2004-02-17 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6197
6198         * doc/sdccman.lyx: added details about the HC08 storage classes and
6199         interrupts, fixed the register usage info for z80 & gbz80
6200
6201 2004-02-17 Vangelis Rokas <vrokas AT otenet.gr>
6202
6203         * doc/sdccman.lyx: added more pic16 port documentation
6204         * device/include/pic16/: added header pic18fregs.h
6205
6206 2004-02-16 Bernhard Held <bernhard AT bernhardheld.de>
6207
6208         * doc/sdccman.lyx: added Vangelis' contribution
6209
6210 2004-02-16 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6211
6212         * src/SDCClrange.c (rlivePoint): live range of SEND operand should
6213         extend to the next CALL or PCALL, not just to the next CALL.
6214
6215 2004-02-16 Vangelis Rokas <vrokas AT otenet.gr>
6216
6217         * src/pic16/gen.c (genInline): fixed bug #896482 with inline assembly
6218
6219 2004-02-15 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6220
6221         * src/mcs51/ralloc.c (packRegsForAssign, reassignAliasedSym): fixed
6222         bug #895752 and a better fix for bug #716790
6223
6224 2004-02-15 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6225
6226         * src/SDCCsymt.c (processFuncArgs): fixed bug #896796
6227
6228 2004-02-14 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
6229
6230         * doc/sdccman.lyx: minor changes, minor changed
6231
6232 2004-02-13 Bernhard Held <bernhard AT bernhardheld.de>
6233
6234         * src/SDCCicode.c (usualBinaryConversions): removed pic16 from ports
6235         which can't handle SDCC_NEWONEBYTEOPS,
6236         (geniCodeMultiply): removed conversion from mult to shift for pic14
6237         and pic16
6238
6239 2004-02-12 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6240
6241         * src/hc08/gen.h,
6242         * src/hc08/gen.c (storeRegToAop, aopOp, aopAdrStr, accopWithAop,
6243         rmwWithAop): Ported my 2003-10-02 fix for bug #663539 to the hc08,
6244         thus fixing bug #895406
6245
6246 2004-02-11 Bernhard Held <bernhard AT bernhardheld.de>
6247
6248         * device/lib/_modsint.c,
6249         * device/lib/_modslong.c: sign follows divisor only
6250         * src/hc08/gen.c (genMultOneByte): if result size is 1,
6251         signs or signedness can be ignored
6252         * src/SDCCast.c (addCast): cosmetic - added lineno to CAST
6253         * src/SDCCast.c (resultTypePropagate): added even more ops: +, - and *,
6254         added optimization for IFX,
6255         (decorateType): Mult/Div/ModOneByte ops can handle all kind of signed
6256         arguments;
6257         reenabled optimization for IFX, which was removed on 2004-01-11
6258         * src/SDCCast.h: added return type IFX
6259         * src/SDCCicode.c: Mult/Div/ModOneByte ops can handle all kind of signed
6260         arguments with 8 or 16 bit results; pic14 and pic16 ports use old
6261         promotion behaviour; env. var. SDCC_NEWONEBYTEOPS selects the new,
6262         SDCC_OLDONEBYTEOPS selects the old behaviour
6263         * src/SDCCsymt.c (computeType): type2 can be NULL (for LEFT_OP);
6264         changed again and commented promotion rule
6265         * src/SDCCval.c (valDiv): promotion no longer necessary
6266         * src/ds390/gen.c (genMultOneByte) (genDivOneByte) (genModOneByte),
6267         * src/mcs51/gen.c (genMultOneByte) (genDivOneByte) (genModOneByte):
6268         rewritten
6269         * support/regression/tests/onebyte.c: added
6270
6271 2004-02-11 Vangelis Rokas <vrokas AT otenet.gr>
6272
6273         * gen.c (genInline): reverted to old code for assemnling inline
6274         code because of bug reported James Chadd
6275
6276 2004-02-10 Vangelis Rokas <vrokas AT otenet.gr>
6277
6278         * ralloc.h: missing declarations from previous patch,
6279         seems that patch for ralloc.h was never applied, fixed
6280
6281 2004-02-10 Hans-Juergen Dorn <hans.dorn AT apl-landau.de>
6282            patch committed by Vangelis Rokas <vrokas AT otenet.gr>
6283
6284         * pcode.c,
6285         * pcode.h,
6286         * ralloc.h: added FSR0L, FSR0H and other missing PIC16 SFR's for
6287         indirect addressing. Marked FSR0 as deprecated
6288         * gen.c (pointerCode): commented out, not needed now
6289         (pic16_popGet2p): new MOVFF helper function
6290         (genGenPointerGet),
6291         (genGenPointerSet): reimplemented with MOVFF and POSTINC0
6292         (shiftRLong): removed duplicate debugging info
6293
6294 2004-02-10 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6295
6296         * src/ds390/gen.c (genNearPointerGet),
6297         * src/mcs51/gen.c (genNearPointerGet): allow the genDataPointerGet()
6298         optimization with bits, but not bitfields.
6299         * src/ds390/ralloc.c (packRegisters),
6300         * src/mcs51/ralloc.c (packRegisters): fixed bug #884453 & #880832
6301
6302 2004-02-09 Bernhard Held <bernhard AT bernhardheld.de>
6303
6304         * src/SDCCcse.c (algebraicOpts): copy operands before modification
6305
6306 2004-02-09 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6307
6308         * src/SDCCsymt.h,
6309         * src/SDCCicode.c (operandFromSymbol),
6310         * src/mcs51/ralloc.c (verifyRegsAssigned, serialRegAssign),
6311         * src/ds390/ralloc.c (verifyRegsAssigned, serialRegAssign),
6312         * src/z80/ralloc.c (verifyRegsAssigned, serialRegAssign),
6313         * src/hc08/ralloc.c (verifyRegsAssigned, serialRegAssign),
6314         * src/pic/ralloc.c (verifyRegsAssigned, serialRegAssign),
6315         * src/pic16/ralloc.c (verifyRegsAssigned, serialRegAssign): fixed
6316         bug #892038
6317         * src/SDCCast.c (createIvalStruct, createIvalArray, gatherAutoInit),
6318         * src/SDCCglue.c (emitRegularMap, printIvalStruct, printIvalArray,
6319         printIvalCharPtr, printIvalPtr, printIval, emitStaticSeg, emitOverlay)
6320         * src/SDCCsymt.c (newSymbol),
6321         * src/SDCC.y (struct_or_union_specifier, enum_specifier,
6322         enumerator_list),
6323         * src/SDCCval.h,
6324         * src/SDCCval.c (newiList): fixed bug #885705
6325
6326 2004-02-08  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
6327
6328         * doc/sdccman.lyx: added section 3.1.4: sdcclib.
6329         * as/mcs51/lkmem.c: report the size of the stack in .mem file.
6330
6331 2004-02-08 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
6332
6333         * device/include/c8051f120.h,
6334         * device/include/c8051f300.h,
6335         * device/include/c8051f310.h: added/updated header files for Silicon
6336         Laboratories (formerly Cygnal) CPUs. Contributed by Maarten Brock.
6337         * doc/sdccman.lyx: minor changes, recommended diff -Naur and diff -u
6338         in new section Submitting patches
6339
6340 2004-02-08 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6341
6342         * src/mcs51/gen.c (genNearPointerGet, genPagedPointerGet,
6343         genFarPointerGet, genCodePointerGet, genGenPointerGet,
6344         genNearPointerSet, genPagedPointerSet, genFarPointerSet,
6345         genGenPointerSet),
6346         * src/ds390/gen.c (genNearPointerGet, genPagedPointerGet,
6347         genFarPointerGet, genCodePointerGet, genGenPointerGet,
6348         genNearPointerSet, genPagedPointerSet, genFarPointerSet,
6349         genGenPointerSet),
6350         * src/pic16/gen.c (genNearPointerGet, genPagedPointerGet,
6351         genFarPointerGet, genCodePointerGet, genGenPointerGet,
6352         genNearPointerSet, genPagedPointerSet, genFarPointerSet,
6353         genGenPointerSet),
6354         * src/pic/gen.c (genNearPointerGet, genPagedPointerGet,
6355         genFarPointerGet, genCodePointerGet, genGenPointerGet,
6356         genNearPointerSet, genPagedPointerSet, genFarPointerSet,
6357         genGenPointerSet): fixed bug #892400
6358         * src/pic16/gen.c (genSkipz, AccRol): disabled functions with #if 0
6359         to eliminate build warnings.
6360         * src/SDCCast.c (processParms),
6361         * src/SDCC.y (function_declarator2, declarator2_function_attributes):
6362         fixed bug 751859
6363         * support/valdiag/valdiag.py: added GCC to the list of defines active
6364         when compiling with gcc
6365
6366 2004-02-07 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6367
6368         * support/Util/SDCCerr.h,
6369         * support/Util/SDCCerr.c,
6370         * src/SDCCast.c (decorateType, sizeofOp): complain when sizeof is used
6371         with an incomplete type (fixed bug #883734)
6372         * src/SDCCicode.c (geniCodeCast): fixed bug #890510
6373
6374 2004-02-07 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6375
6376         * src/pic16/gen.c (genCmpEq, shiftRLong): fixed declarations
6377
6378 2004-02-06 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6379
6380         * src/SDCCast.c (decorateType),
6381         * src/SDCCicode.c (geniCodeParms, geniCodeCall): fixed bugs in my ANSI
6382         function pointer implementation
6383         * support/regression/tests/funptrs.c: added tests to verify both forms
6384         of function pointers work correctly. Added tests to verify parameters
6385         are passed in the correct order.
6386
6387 2004-02-06  Vangelis Rokas <vrokas AT otenet.gr>
6388
6389         * device.c (regCompare): registers are sorted by ascending
6390         address and increasing size,
6391         * main.c (_pic16_finaliseOptions): removed the declaration
6392         of compiler macro MCU. Now a macro of the format pic18fxxxx
6393         will be defined from the command line
6394
6395 2004-02-06  Hans-Juergen Dorn <hans.dorn AT apl-landau.de>
6396             patch committed by Vangelis Rokas <vrokas AT otenet.gr>
6397
6398         * pcode.c (pic16initMnemonics): fixed typo in assignment to PCOP_RLNCF
6399         PCOP_RLCF was overwritten!
6400         * gen.c (genSkip): commented out calls to pic16_emitcode,
6401         * (genCmpEQ): fixed "long" compares, only high word did get compared,
6402         * (genlshTwo),
6403         * (genRRC): added debugging info,
6404         * (shiftL2Left2Result): Fixed bug, if offr > offl. Result got
6405         overwritten while shifting,
6406         * (shiftR2Left2Result): Fixed bug, if offr < offl. Result got
6407         overwritten while shifting,
6408         * (AccLsh),
6409         * (AccRsh),
6410         * (shiftLLeftOrResult),
6411         * (shiftRLeftOrResult),
6412         * (shiftRLong),
6413         * (shiftLLong): Implemented with pic16_emitpcode
6414         * (genlshFour): Replaced pic16_aopPut with pic16_emitpcode,
6415         * (genLeftShift): Fixed bug, operand for shift by variable always
6416         was "and"ed with 0x0f,
6417         * (genLeftShiftLiteral),
6418         * (genrshTwo),
6419         * (genRightShiftLiteral): added debugging info,
6420         * (genrshFour): added comment,
6421         * (genRightShift): determined signedness from operand "left"
6422         instead of "result"
6423
6424 2004-02-04 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6425
6426         * src/SDCCicode.c (geniCodeParms),
6427         * src/SDCCast.c (decorateType, processParms): support for ANSI-style
6428         function pointers, fixed function pointer bugs #861242 and #861896
6429
6430 2004-01-31 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
6431
6432         * device/include/c8051f000.h,
6433         * device/include/c8051f120.h,
6434         * device/include/c8051f300.h: added header files for Silicon
6435         Laboratories (formerly Cygnal) CPUs. Contributed by Maarten Brock.
6436
6437 2004-01-31 Bernhard Held <bernhard AT bernhardheld.de>
6438
6439         * src/SDCCast.c (processParams): added new type flow and restructured
6440         (gatherAutoInit): added new type flow
6441         (addCast): cosmetic changes
6442         (getLeftResultType): added new type flow for array indices, patch
6443         provided by Stas, see FR #877103
6444         (decorateType): SDCC_NEWTYPEFLOW removed, new type flow is now standard;
6445         array index patch by Stas
6446         * src/SDCCast.h: added prototype getResultTypeFromType()
6447         * src/SDCCval.h,
6448         * src/SDCCval.c (resolveIvalSym) (resolveIvalSym),
6449         * src/pic/glue.c (pic14emitStaticSeg),
6450         * src/pic16/glue.c (pic16emitStaticSeg),
6451         * src/SDCCglue.c (emitRegularMap) (emitStaticSeg): added new type flow
6452         for initialization of symbols
6453         * src/SDCCicode.c (geniCodeArray): removed warning W_ARRAY_BOUND
6454         * support/Util/SDCCerr.h:
6455         * support/Util/SDCCerr.c: replaced W_ARRAY_BOUND by W_IDX_OUT_OF_BOUNDS
6456         * .version: bumped version number to 2.3.8
6457         * device/include/Makefile.in (install),
6458         * doc/Makefile (install): changed to 'rm `find ...`' construct to
6459         avoid warnings
6460
6461 2004-01-30 Bernhard Held <bernhard AT bernhardheld.de>
6462
6463         * support/regression/tests/libmullong.c: fixed for 64 bit hosts
6464         Slade Rich fixed an optimization bug
6465         * src/pic/pcodepeep.c,
6466         * src/pic/pcoderegs.c
6467         * doc/Makefile (install): added test for directory
6468
6469 2004-01-30 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6470
6471         * src/mcs51/ralloc.c (getRegPtr, getRegGpr),
6472         * src/ds390/ralloc.c (getRegPtr, getRegGpr),
6473         * src/pic/ralloc.c (getRegPtr, getRegGpr),
6474         * src/pic16/ralloc.c (getRegPtr, getRegGpr),
6475         * src/z80/ralloc.c (getRegGpr): fixed bug #883361
6476         * as/mcs51/asexpr.c (term),
6477         * as/hc08/asexpr.c (term): fixed bug #887146
6478
6479 2004-01-29 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6480
6481         * src/z80/gen.c (genMult): handle single byte result product
6482         * src/SDCCopt.c (killDeadCode): never convert ADDRESS_OF iCode to
6483         DUMMY_READ_VOLATILE (fixed bug #886367)
6484
6485 2004-01-27 Bernhard Held <bernhard AT bernhardheld.de>
6486
6487         * support/regression/tests/libmullong.c: fixed logic, on little endian
6488         hosts we ended without a mullong_wrapper()
6489
6490 2004-01-27 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6491
6492         * ChangeLog: changed "@" to " AT " in hopes of reducing spam and
6493         virus/worm forged address usage.
6494
6495 2004-01-27 Bernhard Held <bernhard AT bernhardheld.de>
6496
6497         Fixed promotion, it should be done on AST level:
6498         * src/SDCCast.c (addCast): added promotion to int
6499         (decorateType): updated call to upCast()
6500         * src/SDCCicode.c (geniCodeLeftShift): removed call to
6501         usualUnaryConversions()
6502
6503 2004-01-26  Michael Hope  <michaelh AT juju.net.nz>
6504
6505         * support/regression/tests/literalop.c (mulWrapper): Added a
6506         wrapper to remove integer overflow warnings.
6507
6508         * support/regression/tests/float_trans.c: Made work on host.
6509
6510         * support/regression/ports/ucz80/spec.mk (UCZ80): Made detect the
6511         location of sz80.
6512
6513         * support/regression/generate-cases.py (main): Changed from inline
6514         to a main method.
6515
6516         * doc/Makefile (install): Changed to depth first to get rid of
6517         missing directory install warning.
6518
6519         * as/Makefile (install-doc): Made work on Mac.
6520
6521 2004-01-25 Bernhard Held <bernhard AT bernhardheld.de>
6522
6523         * src/SDCCast.c: added an additional type flow in decorateType() of
6524         opposite direction, see feature request #860006; it's enabled at runtime
6525         by setting the environment variable SDCC_NEWTYPEFLOW
6526         * src/SDCCast.h: changed prototype of decorateType()
6527         * src/SDCCglue.c (emitRegularMap): updated call of decorateType()
6528         * src/SDCCicode.c (geniCodeDivision) (geniCodeModulus): promotion from
6529         'char' to 'int' can be omitted, if both operands are 'unsigned char';
6530         see feature request #877103
6531         * src/SDCCval.c: updated call of decorateType()
6532         (valBitwise): fixed bug #882876
6533         (valMinus): added promotion
6534         (valLogicAndOr): result is unsigned
6535         (cheapestVal) (constVal): literals from 0...255 are 'unsigned char' now
6536         * src/SDCCsymt.c (computeType),
6537         * src/mcs51/gen.c (genCmpGt) (genCmpLt): literal 'unsigned char'
6538         must not cause an unsigned operation
6539         * src/pic/glue (pic14emitRegularMap),
6540         * src/pic16/glue.c (pic16emitRegularMap): updated call of decorateType()
6541
6542 2004-01-23 Bernhard Held <bernhard AT bernhardheld.de>
6543
6544         * src/pic/pcode.c (PCodeID): commented out left over debug code
6545
6546 2004-01-20 Bernhard Held <bernhard AT bernhardheld.de>
6547
6548         * support/valdiag/tests/overflow.c: added shift tests
6549         * src/pic/device.c,
6550         * src/pic/gen.c,
6551         * src/pic/gen.h,
6552         * src/pic/glue.c,
6553         * src/pic/main.c,
6554         * src/pic/pcode.c,
6555         * src/pic/pcode.h,
6556         * src/pic/pcodepeep.c,
6557         * src/pic/pcoderegs.c,
6558         * src/pic/ralloc.c,
6559         * src/pic/ralloc.h: applied patch from Slade Rich;
6560         added support for multiple code pages and multiple RAM banks on the
6561         PIC 14 port. The ASM files now no longer simply assume all the
6562         code / RAM are in the same page / bank. This means the linker can
6563         safely allocate code/RAM of separate ASM files to different pages/banks.
6564         * doc/sdccman.lyx: added Slade's tips
6565         * src/mcs51/peeph.def: fixed bug #880768
6566
6567 2004-01-20 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6568
6569         * src/hc08/ralloc.c (rematStr): fixed bug #879282
6570         * src/SDCCast.c (decorateType): fixed bug #880197
6571
6572 2004-01-20  Michael Hope  <michaelh AT juju.net.nz>
6573
6574         * sim/ucsim/gui.src/serio.src/main.cc: Fixed unconditional use of
6575         getopt.h.
6576
6577         * debugger/mcs51/cmd.c (getValBasic): Changed strtof to strtod as
6578         strtof is not part of C89 and isn't included with Mac OS X.
6579
6580 2004-01-20 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6581
6582         * src/hc08/gen.c (genPlusIncr, genUminus, genMinusDec, genCmp,
6583         shiftL2Left2Result): fixed bug #879326
6584         (genAnd, genOr, genXor): fixed bug when result was of type AOP_CRY
6585         (genMultOneByte): fixed bug in signed vs unsigned multiplication
6586         * sim/ucsim/hc08.src/inst.cc (inst_clr): added missing effective
6587         address fetch for clr instruction
6588         * device/lib/hc08/_mulint.c: created optimized assembly version
6589         * src/SDCCdflow.c (computeDataFlow): fixed bug #878209
6590
6591 2004-01-19 Bernhard Held <bernhard AT bernhardheld.de>
6592
6593         * src/SDCCicode.c (geniCodeArray): applied patch from Stas Sergeev
6594         proposed in FR #877103
6595
6596 2004-01-18 Bernhard Held <bernhard AT bernhardheld.de>
6597
6598         * src/SDCCval.c (cheapestVal): added missing checks
6599         * src/SDCCicode.c (usualBinaryConversions): fixed condition
6600         * src/SDCCicode.c (geniCodeAdd): fixed part of bug #877103
6601
6602 2004-01-16 Klaus Flittner <klaus_flittner AT gmx.de>
6603
6604         * src/ds390/gen.c (aopOp3): fixed the assignment of different dptrs to
6605         equal operands
6606
6607 2004-01-16 Vangelis Rokas <vrokas AT otenet.gr>
6608
6609         * src/SDCCmain.c (linkEdit): variable $3 of the linker command is
6610         loaded with the linker search paths (-L arguments) and the libraries
6611         to be linked with the current source (-l arguments). Changes
6612         currently will affect only the pic16 port.
6613         * src/pic16/main.c (_pic16_finaliseOptions): add to the linker
6614         include path the port specific paths and port specific libraries,
6615         * gplink command now contains the $3 argument,
6616         * src/pic16/device.h,
6617         * src/pic16/device.c,: structure PIC_device is made public and
6618         renamed to PIC16_device, the same for variable Pics which is renamed
6619         to Pics16. Updated all references to them.
6620         * src/pic16/glue.c (pic16glue): corrected bug with code
6621         initialization which bypassed the variable initializations block.
6622
6623         * device/lib/pic16/Makefile.rules: removed --penable-stack from
6624         COMPILE_FLAGS and added the --nostdinc option
6625
6626 2004-01-15 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6627
6628         * device/include/mc68hc908jb8.h: Register defs for another member
6629         of the hc08 family. Contributed by Bjorn Bringert - thanks!
6630
6631 2004-01-14 Vangelis Rokas <vrokas AT otenet.gr>
6632
6633         Documenting changes from previous commits.
6634         * configure.in (version 1.56),
6635         * configure: initially I've added AC_CONFIG_SUBDIRS(device/lib/pic16)
6636         when generating output files to configure the pic16 library,
6637         but now I've commented it out, since gputils aren't installed in the
6638         SF compile farm, so library won't compile
6639
6640         * device/lib/Makefile.in (version 1.56): initially I've added in
6641         target 'all' the prerequestive 'model-pic16' so it compiled the
6642         pic16 library, but now I've commented it out for the same reasons
6643         above,
6644         * added targets 'model-pic16' and 'objects-pic16' to compile the
6645         library
6646         * added target 'port-specific-objects-pic16' to handle the
6647         generated libraries and copy them into the build/ directory
6648         * added target 'clean-intermediate-pic16' to clean intermediate
6649         files into pic16 directory
6650         * in target 'installdirs' added line to create directory pic16 in
6651         the installation path
6652
6653         * device/include/Makefile.in (version 1.11): in target 'install'
6654         added lines to copy all header files to installation path,
6655         * in target 'installdirs' added line create directory for pic16
6656         headers in the installation path
6657
6658 2004-01-13 Klaus Flittner <klaus_flittner AT gmx.de>
6659
6660         * src/ds390/gen.c (genCall): fixed a double use of acc and b after
6661          a function call
6662
6663 2004-01-13 Bernhard Held <bernhard AT bernhardheld.de>
6664
6665         * configure,
6666         * device/lib/configure.in,
6667         * device/lib/configure: fixed for autoconf 2.57
6668
6669 2004-01-13 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6670
6671         * src/z80/main.c (_parseOptions): fixed the portmode= command line
6672         option so that it actually works. Made it specific to the z80, since
6673         the gbz80 doesn't have these kinds of I/O ports.
6674
6675 2004-01-13 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6676
6677         * device/include/z180.h,
6678         * device/lib/_memcpy.c,
6679         * device/lib/_memmove.c,
6680         * device/lib/_mulint.c,
6681         * device/lib/ser_ir.c,
6682         * device/lib/ser_ir_cts_rts.c,
6683         * device/lib/_strcmp.c,
6684         * device/lib/_strtok.c: fixed pragmas to non-deprecated form
6685         * src/z80/main.c (_process_pragma): add support for pragmas bank and
6686         portmode; added deprecation warning for bank= and protmode= forms.
6687         Also, guard against buffer overflow.
6688         * src/z80/gen.c (aopGet): generate better code for sfr banked read
6689
6690 2004-01-13 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6691
6692         * src/hc08/main.c (_hc08_genAssemblerPreamble): fixed bug #875487. Also
6693         changed interrupt vector table generation to only emit declared vectors.
6694         * device/include/Makefile.in: added missing backslash
6695         * device/lib/pic16/Makefile.rules: add $(MODELFLAGS) to $(CFLAGS)
6696
6697 2004-01-13 Vangelis Rokas <vrokas AT otenet.gr>
6698
6699         Mainly changes to support compilation of the device libraries
6700         * src/pic16/device.c: stack is allocated via symbol and not
6701         via literal number. The symbol is placed in the corresponding
6702         position of the data ram
6703         * (pic16_dump_section): relocatable and absolute uninitialized
6704         data are now emitted in sorted order to reduce section naming,
6705         * src/pic16/ralloc.c (newReg): fixed bug with SFR's that
6706         weren't marked as being in the access bank,
6707
6708 2004-01-13 Vangelis Rokas <vrokas AT otenet.gr>
6709
6710         Added portion of GNU PIC Library under the directory
6711         device/include/pic16 and device/lib/pic16. These files
6712         contain the declarations of SFRs for the PIC18Fxx2 devices.
6713         The directory is initialized via configure from toplevel.
6714
6715 2004-01-12 Klaus Flittner <klaus_flittner AT gmx.de>
6716
6717         * src/ds390/gen.c (operandsEqu): fixed a little typo, that prevented
6718         the spilllocations to be compared correctly
6719
6720 2004-01-12 Bernhard Held <bernhard AT bernhardheld.de>
6721
6722         * src/SDCCast.c (decorateType): fixed bug introduced today
6723
6724 2004-01-12  Borut Razem <borut.razem AT siol.net>
6725
6726         * src/SDCC.lex, support/Util/SDCCerr.h, support/Util/SDCCerr.c,
6727         doc/sdccman.lyx: upper case pragmas are deprecated
6728
6729 2004-01-12 Bernhard Held <bernhard AT bernhardheld.de>
6730
6731         * src/SDCCast.c (decorateType): replacing 'ul > 0' by  '!ul' results
6732         in simpler and even better code
6733
6734 2004-01-11 Bernhard Held <bernhard AT bernhardheld.de>
6735
6736         * src/SDCCicode.c (operandOperation): fixed bug #874819
6737         * src/SDCCast.c (decorateType): fixed
6738         char foo (unsigned long ul) { return ul > 0; }
6739
6740 2004-01-11 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
6741
6742         * doc/sdccman.lyx: Moved and added some sections, small changes
6743         all over. Telling LaTeX to be less strict with word spacing
6744         to better keep the right margin. Changed some notes about
6745         maintainance of the ports in section 3.2.1 - is it OK like this?
6746
6747 2004-01-11 Vangelis Rokas <vrokas AT otenet.gr>
6748
6749         SDCC source changes:
6750         * src/SDCCopt.c (cntToFcall, cnvToFloatCast, cnvFromFloatCast,
6751         convilong): modified to inform the pic16 port that builtin functions
6752         are external
6753
6754         PIC16 PORT specific changes:
6755         * src/pic16/device.c pic16_dump_equates() added,
6756         processor registers declared internally by the port are emitted in
6757         the translation as equates,
6758         * src/pic16/gen.c: inline code is passed unprocessed to the
6759         translation,
6760         * (pic16_popGetLit2): fnuction modified to take second operand as
6761         pCodeOp pointer and not as literal,
6762         * (popRegFromIdx): prefixed with pic16_,
6763         * (pic16_popCombine2): modified to receive already allocated pCode
6764         operands,
6765         * (pic16_pushpCodeOpReg, pic16_poppCodeOpReg): added
6766         * (genFunction): initializes local stack frame and pushes on stack
6767         all the registers used by this function,
6768         * (genEndFunction): restores all registers from stack and restores
6769         stack frame,
6770         * src/pic16/glue.c (pic16emitRegularMap): various changes and
6771         improvements,
6772         * (pic16glue): changed the program startup sequence,
6773         * added new dbName code 'A' for functions placed in absolute section
6774         * src/pic16/main.c: added function attribute _naked,
6775         * added pragma 'code' to place a fnuction at an absolute address,
6776         * added command line arguments --debug-ralloc and --pcode-verbose,
6777         * (_pic16_finiliseOptions): options.all_callee_saves is set by default
6778         * src/pic16/pcode.c (pic16_pBlockConvert2Absolute) added,
6779         * (pic16_newpCodeOpLit2): modified to take the second operand as
6780         pCodeOp pointer,
6781         * (pic16_printpBlock): modified to emit each function in a separate
6782         section,
6783         * (pic16_get_op): modified to use the gpasm modifiers LOW,HIGH and
6784         UPPER for immediate operands,
6785         * src/pic16/pcodepeeph.c: added peephole support for the LFSR
6786         instruction,
6787         * src/pic16/peeph.def: all peepholes with movff are commented out,
6788         because there is a problem in the pcode peep optimizer,
6789         * src/pic16/ralloc.c: the register allocator can now reuse local
6790         function symbols for another function. This saves register usage.
6791         * src/pic16/ralloc.h: added flag isLocal in structure regs,
6792
6793         Added file src/pic16/NOTES with information about program writing on
6794         the current port version.
6795
6796 2004-01-11 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
6797
6798         * src/mcs51/peephole.def: added peepholes 177.c,d (redundant moves)
6799         and peephole 252 (array access)
6800
6801 2004-01-09  Borut Razem <borut.razem AT siol.net>
6802
6803         * src/SDCCmain.c : fixed #872250: -l command line defined library
6804           files are scanned before standard library files
6805
6806 2004-01-10 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6807
6808         * src/SDCCast.c (decorateType): fixed bug #874046
6809
6810 2004-01-09  Borut Razem <borut.razem AT siol.net>
6811
6812         * support/scripts/sdcc.nsi: remove previous installation
6813
6814 2004-01-09 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
6815
6816         * src/SDCCglue.c (createInterruptVect): don't append 7(5) padding
6817         bytes for last interrupt vector (mcs51)
6818         * sdcc.spec: fixed typo
6819
6820 2004-01-09 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6821
6822         * src/mcs51/gen.c (genFunction, genEndFunction, genReceive, getTempRegs,
6823         gen51Code): more efficient parameter receive for --model-large
6824         ("bug" #845294)
6825
6826 2004-01-09 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6827
6828         * src/ds390/main.c,
6829         * src/z80/main.c: added missed needLinkerScript flags (more than
6830         one port structure defined in these file)
6831         * src/ds390/gen.c (aopForSym, aopOp, operandsEqu, aopOp3): fixed
6832         bug #795325
6833
6834 2004-01-08 Vangelis Rokas <vrokas AT otenet.gr>
6835
6836         * src/SDCCmain.c: removed various references to DEFAULT_PORT
6837         * src/port.h: added flag needLinkerScript in port->linker
6838         structure to inform whether to create a .lnk file or not,
6839         * src/avr/main.c,
6840         * src/ds390/main.c,
6841         * src/hc08/main.c,
6842         * src/mcs51/main.c,
6843         * src/pic/main.c,
6844         * src/pic16/main.c,
6845         * src/xa51/main.c,
6846         * src/z80/main.c: changed appropriately to configure
6847         needLinkerScript flag
6848         * src/pic/gen.c,
6849         * src/pic16/gen.c (genAddrOf): fixed bug #863624
6850         * src/pic/glue.c: added variable udata_section_name to
6851         override default uninitialized data segment definition for
6852         devices only with SHAREBANK memory (reported from Erik Epetrich)
6853         * (pic14emitOverlay): modified to emit a commented overlay segment
6854         directive when no overlay data exist
6855         * (picglue): modified to emit uninitialized data segment
6856         according to udata_section_name
6857         * src/pic/main.c (_pic14_parseOptions): added command line
6858         options --udata-section-name=[name] to override default
6859         udata definition name
6860         * modified _linkCmd and _asmCmd to include compiler passed
6861         arguments via -W option
6862         * src/pic16/main.c: added $l in _asmCmd, changed extension for
6863         object file from '.rel' to '.o' in port->linker structure,
6864         changed size of fptr from 2 to 3 in port structure
6865
6866 2004-01-07  Borut Razem <borut.razem AT siol.net>
6867
6868         * support/scripts/sdcc.nsi: update PATH
6869         * support/scripts/sdcc.ico: craeted
6870
6871 2004-01-07 Bernhard Held <bernhard AT bernhardheld.de>
6872
6873         * device/include/Makefile.in: fix install
6874         * doc/Makefile: fix install
6875
6876 2004-01-07 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6877
6878         * src/SDCCsymt.c (processFuncArgs): fixed superflous allocation noted
6879         in bug #860505
6880         * src/SDCCmem.c (printAllocInfoSeg, printAllocInfo): minor changes to
6881         how the function variable allocation summary is displayed; also
6882         include information about variables allocated to the overlay
6883         segment
6884
6885 2004-01-06  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
6886
6887         * as/mcs51/lkmain.c: Help about -Y option
6888         * as/mcs51/lkarea.c: Fixed gcc warnings
6889
6890 2004-01-06 Bernhard Held <bernhard AT bernhardheld.de>
6891
6892         * src/SDCCval.c (valShift): changed from 16 to 32 bit shift count,
6893         fixed warning
6894         * support/valdiag/tests/overflow.c: added
6895         * src/SDCCast.c (decorateType),
6896         * src/SDCCicode.c (geniCodeLeftShift): added promotion to int for
6897         LEFT_OP (left shift)
6898
6899 2004-01-06  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
6900
6901         * as/mcs51/lkmain.c: stack must be after data when option -Y is not used
6902         (default behaviour).
6903
6904 2004-01-06 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6905
6906         A python script to validate compiler diagnostic messages. It can be
6907         used to verify that sdcc complains about bad c source code and
6908         gives a good location of the error.
6909         * support/valdiag/Makefile,
6910         * support/valdiag/valdiag.py,
6911         * support/valdiag/tests/*
6912
6913 2004-01-06 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6914
6915         * src/SDCC.y (enum_specifier, enumerator_list, opt_assign_expr),
6916         * src/SDCCsymt.c (newEnumType),
6917         * src/SDCCsymt.h
6918         * support/Util/SDCCerr.c,
6919         * support/Util/SDCCerr.h: fixed bug #871258 and some other unreported
6920         enum related bugs.
6921         * support/regression/tests/enum.c: added test for enum values that
6922         require at least 2 bytes of storage.
6923
6924 2004-01-06 Vangelis Rokas <vrokas AT otenet.gr>
6925
6926         * src/common.h: added ifndef/define/endif macros
6927         around the header file.
6928         Bug reported from Jesus Calvino-Fraga
6929
6930 2004-01-06 Bernhard Held <bernhard AT bernhardheld.de>
6931
6932         * sdcc.spec: updated
6933         * device/include/Makefile.in: don't install CVS directories
6934         * device/lib/Makefile.in: added removal of CVS directories after install
6935         * doc/Makefile: fixed install, added local_icons
6936         * sim/ucsim/gui.src/Makefile.in: fixed an old typo
6937         * src/mcs51/gen.c (genRightShift): fixed bug #870788
6938         * src/ds390/gen.c (genRightShift): fixed bug #870788
6939         * src/SDCCast.c (decorateType): fixed bug #870781
6940
6941 2004-01-06 Vangelis Rokas <vrokas AT otenet.gr>
6942
6943         PIC16 port related changes:
6944         * device.c: removed pic16_finalMapping and pic16_finalMappingSize,
6945         added variable stackPos,
6946
6947         * gen.c: genCall, assignResultValue: added support for
6948         pushing/retrieving function parameters to/from stack,
6949         genFunction,genEndFunction: setup stack frame for the
6950         generated function,
6951         genAddrOf: will be changed according to bug 863624
6952
6953         * added files genutils.c and genutils.h which contain gen*
6954         debugged and optimised functions extracted from gen.c
6955
6956         * glue.c: added variable 'externs' which holds extern symbols,
6957         pic16emitRegularMap: is modified to properly handle relocatable
6958          symbols under the new scheme,
6959         pic16createInterruptVect: is modified
6960         pic16printPublics: is modified to emit 'global' assembler directives,
6961         added pic16_printExterns to print extern symbols,
6962         pic16glue: initializes stack/frame pointer in the beginning of
6963         the assembly output. Temporary hack, will be corrected later,
6964         because gplink yet does not support stack and SDCC does not
6965         yet support a type of crt0.o object to create the final binary.
6966
6967         * Removed many lines that contain 8051 legacy code.
6968         * The code is finally placed under a 'code' directive.
6969         * Added port specific options.
6970
6971         * _process_pragma: simplified since now we do not need *special*
6972         include file to define SFR registers. But a separate header
6973         will be needed. This will be developed later.
6974         * _pic16_parseOptions: added, parses port specific options:
6975         --pgen-banksel, --obanksel=, --pomit-config-words, --pomit-ivt,
6976         --pleave-reset-vector, --penable-stack, --pstack-model, --debug-xtra
6977         --preplace-udata-with=
6978
6979         * _pic16_setDefaultOptions: modified to initialize section names,
6980         but hack is temporarly out of order since it needs improvement.
6981         * _pic16_genAssemblerPreamble: configuration words are emitted by
6982         their address instead of their name. This part is incomplete and
6983         supports only the 18Fxx2 devices. Other devices will emit an error
6984         during assembly since they do not contain the same set of config
6985         registers
6986         * _pic16_genIVT: is modified,
6987
6988         * pcode.c: added definitions for some hardware registers that are needed
6989         for stack support
6990         * added flag is2LitOp and variable pci_magic in pCodeInstruction.
6991         All PCI entries are updated. Now LFSR is supported.
6992         * Removed pic16_pciTRIS is mentioned by mdubuc in source
6993         * added pic16_newpCodeOpLit2 to support instructions with
6994         two literal arguments
6995         * pic16_pCode2str: corrected code that emits assembler instructions
6996         with two literal operands and those that have an access bit modifier
6997         * genericPrint: now PC_ASMDIR pCodes, can emit a label if it exists,
6998         this fixes a bug which caused some labels to be lost, when an
6999         assembler directive was added, i.e. banksel,
7000         * pic16_FixRegisterBanking: improved logic that causes the insertion
7001         of bank switching,
7002         * InlineFunction: functions that are called once, are not any more
7003         inlined. This can be a port option in the future,
7004
7005         * pcode.h: added pCodeOpLit2 and added variable label in pCodeAsmDir
7006
7007         * ralloc.c: added pic16_rel_udata and pic16_fix_udata variables which
7008         hold the corresponding uninitialized symbols,
7009         * pic16_allocProcessorRegister: registers have explicit marked the
7010         accessBank field,
7011         * pic16_allocInternalRegister: registers are explicit marked as
7012         not used,
7013         * pic16_writeUsedRegs: pic16_dynDirectBitRegs was missing from the
7014         processing list, so bit registers were lost,
7015         *
7016
7017         * ralloc.h: added field 'accessBank' and original symbol operand
7018         in register definition,
7019         * removed the field isMapped from register definition,
7020
7021         ** Several functions have been removed from various sources:
7022         BanksUsedFlow2,BanksUsedFlow,FixBankFlow,InstructionRegBank,
7023         pic16_addMemRange,pic16_isREGinBank,pic16_dump_map,pic16_dump_cblock
7024         isSFR,validAddress,mapRegister,assignRegister,pic16_assignFixedRegisters
7025         pic16_assignRelocatableRegisters
7026
7027         ** others have been introduced:
7028         pic16_areRegsSame,pic16_dump_section,checkAddReg,pic16_groupRegistersInSection
7029         pic16_popGetLit2,pic16_popCombine2,pushw,pushaop
7030
7031 2004-01-05 Vangelis Rokas <vrokas AT otenet.gr>
7032
7033         * support/scripts/inc2h.pl: changed definition of BIT_AT
7034         to emit 'sbit at' instead of 'bit at'. This was a request.
7035
7036         PIC16 port related preliminary changes:
7037         * gen.c: prefixed function popRegFromString with
7038         pic16_ and all references to it corrected
7039         * pcode.c: all pic16_pc_* hardware registers prefixed
7040         with underscore (_),
7041         pic16_popCopyGPR2Bit(): function sets register wasUsed=1
7042         * ralloc.c: newReg(): when register is REG_SFR then
7043         set address to rIdx,
7044         pic16_allocProcessorRegister(): marks register wasUsed=0
7045         pic16_writeUsedRegs(): added a call to assign processor
7046         registers via pic16_assignFixedRegisters
7047
7048 2004-01-04  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
7049
7050         * as/mcs51/aslink.h, as/mcs51/lkarea.c, as/mcs51/lkdata.c,
7051         as/mcs51/lkmain.c, as/mcs51/lkmem.c: 8051 linker can now pack
7052         variables in unused register banks.  Also the SSEG is placed
7053         wherever there is enough space for it, and IDATA can be anywhere
7054         in internal RAM.  For now compile using -Wl-Y[stack_size].
7055         The mem file is different for this option as well, since it
7056         makes no sense of talking about DSEG lenght.
7057
7058 2004-01-02 Vangelis Rokas <vrokas AT otenet.gr>
7059
7060         * src/SDCClrange.c: fixed bug 869095 that caused segfault
7061         in certain cases, e.g. when ROM assignment, patch provided
7062         from Albert den Haan.
7063
7064 2004-01-01 Bernhard Held <bernhard AT bernhardheld.de>
7065
7066         Many signedness and type propagation fixes:
7067         * src/SDCCicode.c: made geniCodeCast() static
7068         replaced SPEC_ by IS_ (cosmetic)
7069         (operandOperation): fixed div and mod operation
7070         (usualBinaryConversions): added support for promotion of char
7071         (geniCodeMultiply): replaced (unsigned long) by (TYPE_UDWORD)
7072         (geniCodeDivision): replaced (unsigned long) by (TYPE_UDWORD)
7073         (geniCodeAdd): an array index will stay unsigned, even if promoted
7074         from char to int
7075         (geniCodeArray): ditto
7076         * src/SDCCicode.h: made geniCodeCast() static: removed prototype
7077         * src/SDCCsymt.c (computeType): added more support for char;
7078         promotion of char is selectable by promoteCharToInt, fixed signedness
7079         for all cases
7080         (powof2): replaced (unsigned long) by (TYPE_UDWORD)
7081         * src/SDCCsymt.h (powof2): replaced (unsigned long) by (TYPE_UDWORD)
7082         * src/SDCCval (val*): replaced signedness calculation by
7083         computeType()
7084         rearranged if-branches (cosmetic)
7085         (valShift): added warning W_SHIFT_CHANGED
7086         (valCompare): fixed problem with different types
7087         * src/hc08/rallo.c (leastUsedLR): fixed gcc 3.3 warning
7088         * support/regression/tests/literalop.c: added many cases
7089         * support/regression/tests/ast_constant_folding.c: changed finally to
7090         'unsigned int'
7091         * .version: new year, new version: 2.3.7
7092         * src/SDCCmain.c (main): applied patch #866468
7093         * debugger/mcs51/sdcdb.c (parseCmdLine): added -k for ucsim, patch
7094         provided by Scott Bronson
7095         * doc/sdccman.lyx: updated documentation for sdcdb
7096         updated and added chapter tips
7097
7098 2004-01-01 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7099
7100         * src/SDCCsymt.h: missing from yesterday's commits
7101
7102 2003-12-31 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7103
7104         * src/SDCC.y (struct_or_union_specifier),
7105         * support/Util/SDCCerr.c,
7106         * support/Util/SDCCerr.h: verify that struct & union tags are used
7107         as declared.
7108
7109 2003-12-29 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7110
7111         * src/SDCCglobl.h: missing from yesterday's commits
7112
7113 2003-12-28 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7114
7115         * src/SDCC.y (external_definition, type_specifier2, sfr_reg_bit,
7116         sft_attributes, struct_declaration, parameter_declaration,
7117         type_name, start_block, declaration_list),
7118         * src/SDCC.lex (check_type): support redefinition of typedef names
7119
7120 2003-12-22 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
7121
7122         * src/mcs51/gen.c (genPlus): added special handling for 256 byte
7123         aligned xdata arrays. Erik helped me with the if clause.
7124
7125 2003-12-20 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7126
7127         * device/lib/ds390/tinibios.c (CpuSpeed): suppress unreachable code
7128         warning
7129
7130 2003-12-20 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7131
7132         * src/SDCCast.h,
7133         * src/SDCCast.c (newAst_),
7134         * src/SDCCicode.h,
7135         * src/SDCCicode.c (ast2iCode, newiCode),
7136         * src/SDCCglobl.h,
7137         * src/SDCC.y (logical_and_expr, logical_or_expr, conditional_expr,
7138         expr, statement, expression_statement, selection_statement,
7139         iteration_statement, expr_opt, jump_statement): foundation for tracking
7140         sequence points
7141         * src/SDCCopt.c (killDeadCode): fixed bug #861580 (needs the sequence
7142         point code too)
7143
7144 2003-12-19 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7145
7146         * support/Util/SDCCerr.c,
7147         * src/SDCCast.h,
7148         * src/SDCCast.c (createCase, createDefault, decorateType),
7149         * src/SDCClabel.c (labelUnreach),
7150         * src/SDCC.y (labeled_statement, jump_statement): More improvements
7151         to error messages.
7152         * support/Util/SDCCerr.c (werrorfl): fixed a non-standard declaration
7153         (with thanks to Stas Sergeev)
7154         * device/include/time.h,
7155         * device/lib/time.c (CheckTime): suppress unreachable code warning
7156
7157 2003-12-18 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7158
7159         * src/SDCCast.c (createIvalCharPtr),
7160         * src/SDCCglue.c (printChar): fixed bug #862241 (an error in my fix for
7161         bug #753752)
7162         * support/regression/tests/nullstring.c: tests for these two bugs
7163
7164 2003-12-18 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7165
7166         * support/Util/SDCCerr.h,
7167         * support/Util/SDCCerr.c (E_NOT_ALLOWED),
7168         * src/SDCC.y (struct_declaration, struct_or_union_specifier): complain
7169         about storage class and 'at' used inside struct or union
7170         * src/SDCCBBlock.c (iCodeFromeBBlock),
7171         * src/SDCCcse.c (ifxOptimize),
7172         * src/SDCCglue.c (emitRegularMap, initPointer, printIvalStruct,
7173         printIvalArray, printiValFuncPtr, printIvalCharPtr, printIvalPtr,
7174         printIval, emitStaticSeg, emitOverlay),
7175         * src/SDCClabel.c (deleteIfx),
7176         * src/SDCCopt.c (replaceRegEqv, eBBlockFromiCode),
7177         * src/SDCCast.c (resolveSymbols, createIvalStruct, createIvalArray,
7178         gatherAutoInit, processParms),
7179         * support/Util/SDCCerr.h,
7180         * support/Util/SDCCerr.c (werrorfl): Support for better error location
7181         reporting for post-parse errors.
7182
7183 2003-12-16 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7184
7185         * src/SDCCval.c (valPlus, valMinus, valShift): fixed some problems with
7186         implicit casts via union; they don't work on big endian systems
7187         (possible fix for bug #861138)
7188
7189 2003-12-16 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
7190
7191         (committed by Erik Petrich <epetrich AT ivorytower.norman.ok.us> on Frieder's behalf)
7192         * src/mcs51/main.c: fixed the fix for bug #737001
7193
7194 2003-12-15  Borut Razem <borut.razem AT siol.net>
7195
7196         * support/scripts/sdcc.nsi: updated for NSIS 2.0 beta 4
7197
7198 2003-12-14 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7199
7200         * support/makebin/makebin.c: put output in binary mode
7201
7202 2003-12-13 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
7203
7204         * src/mcs51/main.c: fixed bug #737001 for the mcs51. SDCC clears
7205         xdata and data memory on startup. Set the environment variable
7206         SDCC_NOGENRAMCLEAR to disable this.
7207         * src/mcs51/peephole.def,
7208         * src/ds390/peephole.def: using the atomic test and clear instruction jbc
7209         (allows non-interrupt and interrupt code to safely compete for a resource
7210         without the non-interrupt code having to disable interrupts)
7211
7212 2003-12-13 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7213
7214         * src/SDCCicode.c (geniCodeAdd),
7215         * src/SDCCast.c (decorateType): fixed bug #857753 (need to be careful
7216         with valFromType if type might be a pointer and host is big endian).
7217         * src/SDCCast.c (decorateType): unary plus compatible with all arithmetic
7218         types, not just integer types.
7219         * src/SDCCsymt.c (addSymChain): clarified error message when symbol is
7220         multiply defined with mismatching "at" address.
7221
7222 2003-12-12 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7223
7224         * src/ds390/main.c (PORT tininative_port): fixed bug #858416
7225         * src/SDCCglue.c (printChar, printIvalChar, emitStaticSeg),
7226         * src/SDCCast.c (createIvalCharPtr, stringToSymbol): handle strings
7227         with embedded nulls (fixed bug #753752)
7228
7229 2003-12-12 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
7230
7231         * src/mcs51/main.c(_mcs51_genRAMCLEAR): using r0 instead of r1/r2.
7232         Apparently this did not see much testing (endless loop)
7233
7234 2003-12-11 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7235
7236         * src/z80/ralloc.c: set DISABLE_PACK_HL = 1 as a temporary fix to bug #855165
7237
7238 2003-12-10 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7239
7240         * src/SDCCdebug.c (outputDebugSymbols, outputDebugStackSymbols, dumpSymInfo):
7241         gracefully handle NULL memmap pointers
7242
7243 2003-12-08 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7244
7245         * src/SDCCopt.c (killDeadCode): change iCode type to DUMMY_READ_VOLATILE
7246         instead of deleting the iCode when an operand is volatile
7247         * src/z80/gen.c (genDummyRead),
7248         * src/mcs51/gen.c (genDummyRead),
7249         * src/ds390/gen.c (genDummyRead),
7250         * src/hc08/gen.c (genDummyRead): handle operands in IC_LEFT and/or IC_RIGHT,
7251         not just IC_RIGHT
7252         * src/SDCCicode.c (geniCodeCall): fixed bug #851607
7253         * src/SDCC.y: fixed bug #850420
7254
7255 2003-12-05 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7256
7257         Applied z80 i/o port patch from Peter Townson and fixed some operators
7258         to better handle operands in A register.
7259         * device/include/z180.h
7260         * src/SDCC.y
7261         * src/SDCCglue.c
7262         * src/z80/gen.c
7263         * src/z80/gen.h
7264         * src/z80/main.c
7265         * src/z80/peeph-z80.def
7266         * src/z80/peeph.def
7267         * src/z80/z80.h
7268
7269 2003-12-03 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7270
7271         * src/SDCCsymt.c (addSymChain, compareTypeExact): fixed bug #838241 again
7272
7273 2003-12-01 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7274
7275         * device/lib/hc08/_mullong.c: Removed extra #endif
7276
7277 2003-12-01 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7278
7279         * sim/ucsim/hc08.src/inst.cc,
7280         * sim/ucsim/hc08.src/hc08mac.h: fixed some problems with CC flag bits and
7281         carries from x to h
7282         * src/hc08/gen.c (aopAdrStr): fixed problem with 16 bit immediate
7283         * src/hc08/gen.c (XAccRsh): fixed problem with right shift
7284         * device/include/stdarg.h: fixed varargs for hc08
7285         * device/lib/Makefile.in,
7286         * device/lib/hc08/Makefile,
7287         * device/lib/hc08/_mulint.c,
7288         * device/lib/hc08/_mullong.c: fixed some endian problems
7289
7290 2003-11-28 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
7291
7292         * sdcc/src/mcs51/gen.c (genMultOneByte): help peephole 105
7293         * sdcc/src/mcs51/peeph.def: added peephole 186.e array access in code space
7294         * device/lib/_gptrget.c,
7295         * device/lib/_gptrput.c: P2 not used any more (related to #850747, #785979)
7296
7297 2003-11-27 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7298
7299         * src/SDCClrange.c (findNextUseSym, rlivePoint): fixed bug #849795
7300         * src/SDCCast.c (astErrors): fixed bug #846007
7301         * src/SDCCsymt.c (checkFunction): fixed follow-up bug on bug #846007
7302
7303 2003-11-26 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7304
7305         * src/SDCCast.c (decorateType): disabled a transformation I added in
7306         revision 1.188 (access to fields of a structure at an absolute address);
7307         it breaks with bitfields, extern declarations, and gcse analysis.
7308         * src/SDCCopt.c (isLocalWithoutDef): if ADDRESS_OF applied to a symbol, it
7309         could be assigned through a pointer, so don't complain.
7310         * src/SDCCast.c (astErrors),
7311         * src/SDCCast.h,
7312         * src/SDCCglue.c (emitRegularMap): fixed bug #847813
7313
7314 2003-11-26 Vangelis Rokas <vrokas AT otenet.gr>
7315
7316         * src/pic16/main.c (_pic16_genIVT): fixed interrupt vector table
7317         * src/pic16/main.c (_pic16_genAssemblerPreamble): re-enabled the
7318         output of __config directives, since gpasm now supports them
7319         * src/pic16/main.c (_pic16_finaliseOptions): define MCU
7320         pre-processor macro, i.e. -DMCU=p18f452
7321         * src/pic16/ralloc.c: renamed packRegisters to pic16_packRegisters,
7322         and modified to handle 'cast' icode similarly to '=' icode
7323         * src/pic16/device.h (typedef struct PIC_device): added field
7324         'extMIface' to indicate that chip has external memory interface
7325         * src/pic16/device.c: added chips 18F248, 18F258, 18F448, 18F458,
7326         18F6520, 18F6620, 18F6680, 18F6720, 18F8520, 18F8620, 18F8680,
7327         18F8720
7328
7329 2003-11-26 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7330
7331         * src/SDCC.y (pointer): fixed bug #846006
7332         * support/Util/SDCCerr.c: made W_PTR_TYPE_INVALID message clearer
7333         * src/SDCCast.c (decorateType): fixed bug #846009
7334         * src/ds390/peeph.def,
7335         * src/ds390/gen.c (genAnd, genOr),
7336         * src/mcs51/peeph.def,
7337         * src/mcs51/gen.c (genAnd, genOr): fixed bug #846777
7338
7339 2003-11-25 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7340
7341         Fixed several common-sub-expression bugs (#772861, #768380, & #755323)
7342         * src/SDCCdflow.c
7343         * src/SDCCcse.c
7344         * src/SDCCcse.h
7345         * src/SDCCBBlock.h
7346         * src/SDCCBBlock.c
7347
7348 2003-11-23 Klaus Flittner <klaus_flittner AT gmx.de>
7349
7350         fixed bug #845089
7351         * src/SDCCbitv.h,
7352         * src/SDCCbitv.c: added function to free a bitvector
7353         * src/SDCClrange.h,
7354         * src/SDCClrange.c: added function to recompute the liveranges
7355         * src/avr/ralloc.c,
7356         * src/ds390/ralloc.c,
7357         * src/hc08/ralloc.c,
7358         * src/mcs51/ralloc.c,
7359         * src/pic/ralloc.c,
7360         * src/pic16/ralloc.c,
7361         * src/xa51/ralloc.c,
7362         * src/z80/ralloc.c: recompute the liveranges after register packing
7363
7364 2003-11-21 Klaus Flittner <klaus_flittner AT gmx.de>
7365
7366         * src/SDCCloop.c (newInduction): fixed bug #845630
7367
7368 2003-11-21 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7369
7370         * src/SDCCsymt.c (compareTypesExact): disabled debugging output
7371         inadvertantly left behind from my 2003-11-12 change
7372
7373 2003-11-20 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7374
7375         Updated headers I neglected to commit yesterday.
7376         * src/SDCClrange.h,
7377         * src/SDCCicode.h
7378
7379 2003-11-19 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7380
7381         * src/SDCCcse.c (algebraicOpts): fixed bug #773153
7382         * src/SDCClrange.c (rlivePoint): need to mark IC_RESULT used if POINTER_SET op
7383         * src/SDCCopt.c (eBBlockFromiCode),
7384         * src/SDCClrange.c (hashiCodeKeys, sequenceiCode, computeLiveRanges): seperated
7385         the creation of the key hash table from the sequencing so it can be used
7386         earlier (for some GCSE bug fixes still pending)
7387
7388 2003-11-15 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
7389
7390         * src/mcs51/gen.c (genPlus): generate shortcut for adding 0xab00
7391         * support/regression/tests/addsub.c: testing genPlus shortcut
7392
7393 2003-11-15  Borut Razem <borut.razem AT siol.net>
7394
7395         * src/SDCCmain.c: fixed bug #841645: -MM command line option passed to sdcpp
7396
7397 2003-11-15 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7398
7399         * src/SDCCcse.c (cseBBlock): fixed bug #527779
7400         * src/SDCCcse.c (deleteGetPointers): rewrote so that the set
7401         ordering is immaterial.
7402         * src/SDCCdflow.c (mergeInExprs): fixed bug #587536
7403
7404 2003-11-14 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7405
7406         * src/SDCCicode.c (geniCodeAddressOf): fixed part of bug #840381
7407         * src/SDCCopt.c (replaceRegEqv, isLocalWithoutDef): fixed other part
7408         (SIGSEV) of bug #840381
7409         * src/SDCCmain.c (linkEdit, assemble): fixed bug #841606 (don't
7410         unlink new file before rename if new and old filenames are the same)
7411
7412 2003-11-13 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
7413
7414         * src/mcs51/main.c: started fixing bug #737001 (SDCC not clearing
7415         uninitialized variables) for the mcs51. Set environment variable
7416         SDCC_GENRAMCLEAR to test.
7417         xdata initialization slightly shorter
7418
7419 2003-11-12 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7420
7421         * src/SDCCsymt.h,
7422         * src/SDCCsymt.c (addSymTypeChain, compareTypesExact): fixed bugs
7423         #838241 & 780691 (basicly the same bug)
7424         * src/SDCCBBlock.c (iCode2eBBlock): fixed bug #840148
7425         * src/SDCCBBlock.c (iCodeFromeBBlock): fixed bug #840162
7426
7427 2003-11-11 Bernhard Held <bernhard AT bernhardheld.de>
7428
7429         * src/SDCCmain.c (linkEdit): "fix" #834252
7430
7431 2003-11-11 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7432
7433         * src/SDCCast.c (removePostIncDecOps, removePreIncDecOps),
7434         * src/SDCCast.h,
7435         * src/SDCC.y: fixed bug #819403
7436
7437 2003-11-08 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7438
7439         * support/regression/fwk/lib/testfwk.c: printn is recursive and thus needs
7440         the reentrant attribute.
7441         * src/hc08/gen.c (genPackBits): added missing stack readjustment
7442         * sim/ucsim/hc08.src/inst.cc (inst_mov): fixed bugs with mov instruction
7443         simulation
7444         * src/SDCCast.c (decorateType): fixed bug with storage class not being
7445         updated during pointer dereference; f.e. ~(((char *)1)*) was being
7446         erroneously reduced to a literal.
7447         * src/hc08/ralloc.c (packRegisters, rematStr),
7448         * src/hc08/gen.c (aopForRemat): allow literals to be rematerialized in
7449         some cases
7450
7451 2003-11-08 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
7452
7453         * src/mcs51/main.c: fixed bug #838385. Thanks to Josef Pavlik for finding and fixing
7454         * doc/sdccman.lyx: changed from 'article' to 'book'
7455         * doc/Makefile: readded test_suite_spec and cdbfileformat
7456
7457 2003-11-08 Bernhard Held <bernhard AT bernhardheld.de>
7458
7459         * device/include/stdlib.h: include malloc.h to comply with ANSI
7460         * support/regression/tests/malloc.c: include stdlib.h instead of malloc.h
7461
7462 2003-11-07 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
7463
7464         * doc/Makefile: sdccman.pdf should build with correct references (more info in commit msg)
7465         * doc/clean.mk: also remove *.out files
7466         * doc/sdccman.lyx: some additions, larger top/bottom margins
7467
7468 2003-11-07 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7469
7470         * src/SDCC.y: fixed bug #837365
7471         * support/regression/tests/bitopcse.c
7472         * src/hc08/gen.c (genPointerGet): Don't assume pointer operand is
7473         a symbol (might be valop instead)
7474         * device/lib/Makefile.in: added errno.c to HC08SOURCES
7475         * device/lib/clean.mk: added hc08 to the cleaning list
7476
7477 2003-11-04  Borut Razem <borut.razem AT siol.net>
7478
7479         * configure, configure.in, sdcc_vc_in.h, sdcconf_in.h: reverted changes,
7480           made 2003-11-04
7481         * support/Util/NewAlloc.c, as/hc08/lklibr.c, as/mcs51/lklibr.c,
7482           as/z80/aslist.c, as/z80/assym.c: removed inclusion of nonstandard malloc.h;
7483           malloc is declared in standard stdlib.h
7484
7485 2003-11-06 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7486
7487         * device/lib/hc08/Makefile: need to clean .rel not .o files
7488         * src/hc08/gen.c (genDjnz): can't use djnz with extended addressing mode
7489
7490 2003-11-06 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7491
7492         * src/port.h,
7493         * src/hc08/main.c,
7494         * src/mcs51/main.c,
7495         * src/ds390/main.c,
7496         * src/z80/main.c,
7497         * src/avr/main.c,
7498         * src/pic/main.c,
7499         * src/pic16/main.c,
7500         * src/xa51/main.c: added hasExtBitOp & oclsExpense functions to ports
7501         * src/SDCCicode.c: changed several IS_FARSPACE tests to isOclsExpensive
7502         tests (which uses the port's oclsExpense function)
7503         * src/SDCC.y,
7504         * src/SDCCast.c,
7505         * src/SDCCicode.c,
7506         * src/hc08/gen.c,
7507         * src/ds390/gen.c,
7508         * src/mcs51/gen.c: added support for the SWAP iCode (RFE #834167)
7509
7510 2003-11-04 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7511
7512         * src/SDCCcse.c (ifxOptimize),
7513         * src/SDCClabel.c (labelIfx, deleteIfx): When the condition to
7514         an IFX iCode is volatile, convert to DUMMY_READ_VOLATILE instead
7515         deleting the IFX iCode.
7516         * src/hc08/ralloc.c: reduced unneeded slocs
7517         * src/hc08/gen.c: fixed bug in asmopToBoolean
7518
7519 2003-11-04  Borut Razem <borut.razem AT siol.net>
7520
7521         * configure, configure.in, sdcc_vc_in.h, sdcconf_in.h,
7522           support/Util/NewAlloc.c, as/hc08/lklibr.c, as/mcs51/lklibr.c,
7523           as/z80/aslist.c, as/z80/assym.c: decision to include malloc.h
7524           transferred to configure
7525
7526 2003-11-03 Bernhard Held <bernhard AT bernhardheld.de>
7527
7528         Use headers defined in the C[++] standards:
7529         * sim/ucsim/gui.src/serio.src/fileio.cc
7530         * sim/ucsim/gui.src/serio.src/frontend.cc
7531         * sim/ucsim/gui.src/serio.src/main.cc
7532         * sim/ucsim/gui.src/serio.src/posix_signal.cc
7533         * support/Util/NewAlloc.c
7534         * as/hc08/lklibr.c
7535         * as/mcs51/lklibr.c
7536         * as/z80/aslist.c
7537         * as/z80/assym.c
7538
7539 2003-11-03  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
7540
7541         * Added MSVC projects for hc08 assembler and linker:
7542         all.dsp, config.dsp, sdcc.dsw, /as/hc08/as_hc08.dsp,
7543         /as/hc08/link_hc08.dsp
7544
7545 2003-11-03 Martin Helmling <Martin.Helmling AT octo-soft.de>
7546
7547         * debugger/mcs51/cmd.c: allows filename starting with digit(+ some debug)
7548
7549 2003-11-02 Bernhard Held <bernhard AT bernhardheld.de>
7550
7551         * src/SDCCmain.c (linkEdit): "fixed" again bug #833605
7552
7553 2003-11-01 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
7554
7555         * src/mcs51/main.c: xdata initialization is 13 bytes shorter now
7556
7557 2003-10-31  Borut Razem <borut.razem AT siol.net>
7558
7559         * support/cpp2/cpplib.h,
7560           support/cpp2/cpplib.c,
7561           support/cpp2/cpplex.c,
7562           support/cpp2/cppinit.c: introduced #pragma preproc_asm [ + | - ]
7563           to switch _asm block preprocessing on / off. Default is
7564           #pragma preproc_asm +
7565
7566 2003-10-31  Borut Razem <borut.razem AT siol.net>
7567
7568         * support/cpp2/cpplex.c: Fixed _WIN32 problem with CR-CR-LF sequences
7569           when outputting comment blocks (when executed with -C option) and
7570           _asm (SDCPP specific) blocks
7571
7572 2003-10-31 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7573
7574         * as/hc08/lkrloc.c (relr): Fixed ihx output, fixed lastAreaIndex warning
7575
7576 2003-10-31 Klaus Flittner <klaus_flittner AT gmx.de>
7577
7578         * src/SDCCcse.c (updateSpillLocation): fixed bug #808027
7579
7580 2003-10-31 Bernhard Held <bernhard AT bernhardheld.de>
7581
7582         * src/SDCCmain.c (linkEdit): "fixed" bug #833605
7583         * src/SDCCast.c (decorateType): fixed bug #832664
7584
7585 2003-10-31  Borut Razem <borut.razem AT siol.net>
7586
7587         * support\cpp2\cpplex.c: fixed for SDCPP:
7588           comments(when executed with -C option) and _asm blocks
7589           were included even if they where in skipped #if block.
7590           Applied solution from GCC cpp 3.3.2
7591
7592 2003-10-31  Borut Razem <borut.razem AT siol.net>
7593
7594         * src/SDCC.lex: sdcc now understands both formats:
7595           '# <line_number> <file_name>' and
7596           '#line <line_number> <file_name>'
7597         * support/cpp2/cppmain.c: sdcpp now generates the standard
7598           '# <line_number> <file_name>' instead of former
7599           '#line <line_number> <file_name>'
7600
7601 2003-10-30  Borut Razem <borut.razem AT siol.net>
7602
7603         * support/cpp2/cpphash.h,
7604         * support/cpp2/cpplib.h
7605         * support/cpp2/cpplex.c,
7606         * support/cpp2/cppmain.c,
7607         * support/cpp2/cppinit.c: fixed bug #828015 - Syntax variation for _asm character constants
7608
7609 2003-10-30 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7610
7611         Fixed a number of problems revealed by bug #827883.
7612         * src/SDCCloop.c (loopInvariants): Spill location of the
7613         result operand should be recomputed if extracted from
7614         a loop. Also, don't extract assignments of an iTemp
7615         from a literal.
7616         * src/SDCCast.c (isConformingBody): loop reversal should
7617         not occur if the control variable is involved with a
7618         relational operator.
7619
7620 2003-10-28 Bernhard Held <bernhard AT bernhardheld.de>
7621
7622         * .version: bumped to 2.3.6 to reflect the big improvements
7623         made by Erik and Klaus. Thanks!
7624
7625 2003-10-28 Klaus Flittner <klaus_flittner AT gmx.de>
7626
7627         Replaced the livrange code.
7628         * src/SDCClrange.c: added new LR code
7629         * src/SDCCloop.c,
7630         * src/SDCCBBlock.h: removed remainig parts from old LR code
7631         * src/ds390/ralloc.c,
7632         * src/ds390/gen.c: minor fixes to make it work with new code
7633
7634 2003-10-28 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7635
7636         * as/hc08/asm.h,
7637         * as/hc08/lkrloc.c,
7638         * src/hc08/gen.c,
7639         * src/hc08/ralloc.c: Fix various warnings related to the hc08
7640         * src/SDCCicode.c (geniCodePreInc, geniCodePreDec): Fixed bug #829717
7641         (tweaked fix for bug #818696)
7642
7643 2003-10-23 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7644
7645         * src/z80/ralloc.c (joinPushes): Fixed bug #828742
7646
7647 2003-10-23 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7648
7649         * src/SDCCmain.c,
7650         * sdccconf_in.h: Fixed bug #828387 (--disable-hc08-port didn't work)
7651         * src/mcs51/gen.c (gencjneshort),
7652         * src/ds390/gen.c (gencjneshort): Made comparison with AOP_IMMD operand
7653         more efficient (per Scott Bronson's suggestion)
7654
7655 2003-10-22 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7656
7657         Extended the semantics of the critical keyword to include
7658         individual statements. See RFE #827755 and #799831
7659         * src/SDCC.y
7660         * src/SDCCicode.c
7661         * src/SDCCopt.c
7662         * src/SDCCast.c
7663         * support/Util/SDCCerr.c
7664         * support/Util/SDCCerr.h
7665         * src/mcs51/gen.c
7666         * src/ds390/gen.c
7667         * src/hc08/gen.c
7668
7669 2003-10-19  Borut Razem <borut.razem AT siol.net>
7670
7671         * src/SDCC.lex: fixed bug #825944 - defined yytext_ptr to make it compile with flex 2.5.31
7672
7673 2003-10-19 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7674
7675         * src/SDCCicode.c (geniCodePreInc, geniCodePreDec, ast2iCode):
7676         Fixed bug #818696
7677         * src/SDCCast.c (ast_print): Fixed --dumptree so that preincrement
7678         and predecrement operand is displayed
7679
7680 2003-10-13 Bernhard Held <bernhard AT bernhardheld.de>
7681
7682         * src/SDCCval.c (valMinus): fixed bug #826041
7683
7684 2003-10-15 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7685
7686         Some hc08 related updates that I missed earlier
7687         * sim/ucsim/stypes.h
7688         * support/regression/ports/hc08/spec.mk
7689
7690 2003-10-15 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7691
7692         New target "hc08" for the Motorola 68hc08 family of micros
7693
7694         * configure
7695         * configure.in
7696         * Makefile
7697         * src/hc08/*
7698         * src/SDCCmain.c
7699         * src/port.h
7700         * sim/ucsim/hc08.src/*
7701         * sim/ucsim/configure.in
7702         * src/ucsim/configure
7703         * sim/ucsim/packages_in.mk
7704         * as/hc08/*
7705         * as/Makefile
7706         * device/include/mc68hc908qy.h
7707         * device/lib/hc08/*
7708         * device/lib/Makefile.in
7709         * support/regression/ports/hc08/*
7710         * support/regression/Makefile
7711
7712 2003-10-14 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7713
7714         * src/z80/gen.c: fixed bug revealed by ast_constant_folding.c
7715         regression test
7716         * src/ds390/gen.c (genCast): fixed bug #821957
7717
7718 2003-10-13 Bernhard Held <bernhard AT bernhardheld.de>
7719
7720         * device/lib/logf.c: "fixed" overlay bug
7721         * support/regression/ports/host/spec.mk: added m library
7722         * support/regression/ports/mcs51-stack-auto/spec.mk: added float funcs
7723         * support/regression/tests/float_trans: added (for Eric)
7724
7725 2003-10-12 Bernhard Held <bernhard AT bernhardheld.de>
7726
7727         * src/mcs51/gen.c (genCpl): fixed bug
7728         http://sf.net/mailarchive/message.php?msg_id=6263915
7729
7730 2003-10-10 Bernhard Held <bernhard AT bernhardheld.de>
7731
7732         * src/SDCCast.c (decorateType): added extended constant folding
7733         * src/SDCCsymt.c (computeType): cleanup
7734         * src/SDCCval.c (valShift): minor optimization
7735         * support/regression/tests/ast_constant_folding.c: added
7736
7737 2003-10-09  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7738
7739         * src/SDCCmain.c: removed some unintended changes
7740
7741 2003-10-09  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7742
7743         * src/SDCCmain.c (setParseWithComma): fixed bug #816685
7744         * src/z80/gen.c: fixed part of bug #817589
7745         * src/SDCCsymt.c (checkFunction): fixed bug #817895
7746
7747 2003-10-08 Bernhard Held <bernhard AT bernhardheld.de>
7748
7749         Replaced cast (void **) with (void *) to avoid gcc 3 warning:
7750         * src/SDCCcflow.c
7751         * src/SDCCcse.c
7752         * src/SDCCdflow.c
7753         * src/SDCClabel.c
7754         * src/SDCClrange.c
7755         * src/SDCCmem.c
7756         * src/SDCCopt.c
7757         * src/SDCCpeeph.c
7758         * src/SDCCset.c
7759         * src/avr/ralloc.c
7760         * src/ds390/ralloc.c
7761         * src/izt/ralloc.c
7762         * src/mcs51/ralloc.c
7763         * src/pic/ralloc.c
7764         * src/pic16/ralloc.c
7765         * src/xa51/ralloc.c
7766         * src/z80/ralloc.c
7767         * src/z80/gen.c: removed unused label "release:"
7768
7769 2003-10-06  Borut Razem <borut.razem AT siol.net>
7770
7771         * src/SDCC.lex: removed definition of unused variables
7772           save_optimize and save_options
7773
7774 2003-10-06 Bernhard Held <bernhard AT bernhardheld.de>
7775
7776         * clean.mk: removed '=' in "-maxdepth=1"
7777         * src/SDCCloop.c: replace LRKLAUS with SDCC_LRKLAUS
7778         * src/SDCClrange.c: replace LRKLAUS with SDCC_LRKLAUS
7779
7780 2003-10-06  Borut Razem <borut.razem AT siol.net>
7781
7782         * src/SDCC.lex, src/SDCC.lex: use dbuf for "_asm" definitions;
7783           my_unput() replaced by unput()
7784
7785 2003-10-05 Bernhard Held <bernhard AT bernhardheld.de>
7786
7787         * src/SDCCloop.c (assignmentsToSym, loopInduction): cast argument of
7788         setToNull() to (void *) to avoid gcc3.x's warning: "dereferencing
7789         type-punned pointer will break strict-aliasing rules"
7790         Old LR behaviour is again default; Klaus' LR can be choosen by
7791         defining the environment variable LRKLAUS
7792         * src/SDCCBBlock.h
7793         * src/SDCCloop.c
7794         * src/SDCClrange.c
7795         * src/ds390/ralloc.c (spillThis): applied Klaus' patch
7796         * clean.mk: fixed removal of files in bin/CVS/
7797         * device/lib/clean.mk: fixed removal of directories small and large
7798         * support/Util/SDCCerr.c: changed W_INT_OVL to ERROR_LEVEL_PEDANTIC
7799         * src/SDCCicode.c,
7800         * src/SDCCval.c: removed superflous test for pedantic
7801
7802 2003-10-05  Borut Razem <borut.razem AT siol.net>
7803
7804         * src/SDCC.lex, support/Util/SDCCerr.c, sdcc/support/Util/SDCCerr.h:
7805           Fixed bug #816692: introduced new ERROR_LEVEL_PEDANTIC warning
7806           message "unmatched #pragma SAVE and #pragma RESTORE"
7807
7808 2003-10-04  Frieder Ferlemann <Frieder.Ferlemann AT web.de>
7809
7810         * doc/sdccman.lyx: various additions and updates (interrupts, inline
7811           assembly, critical functions, atomic, nojtbound)
7812
7813 2003-10-04 Bernhard Held <bernhard AT bernhardheld.de>
7814
7815         Applied liferange patch from Klaus Flittner <klaus_flittner AT gmx.de>
7816         * src/SDCCBBlock.h
7817         * src/SDCCloop.c
7818         * src/SDCCloop.h
7819         * src/SDCClrange.c
7820
7821 2003-10-03  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7822
7823         * src/z80/gen.h,
7824         * src/z80/gen.c (aopOp, aopGet, aopPut, genDummyRead),
7825         * src/mcs51/gen.h
7826         * src/mcs51/gen.c (aopOp, aopGet, aopPut, genDummyRead),
7827         * src/ds390/gen.h
7828         * src/ds390/gen.c (aopOp, aopGet, aopPut, genDummyRead),
7829         * src/SDCCicode.c (ast2iCode, geniCodeDummyRead): Fixed bug #663539
7830         * src/SDCCopt.c (killDeadCode): Fixed bugs #663539 & #816705
7831
7832 2003-10-02  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7833
7834         * src/z80/gen.c (genRet): fixed bug #524753
7835         * src/z80/gen.c (genCast): fixed internal error on cast from
7836         pointer to long
7837         * src/z80/gen.c (_saveRegsForCall, emitCall): adapted Johan's
7838         fix for bug #477835 to the z80
7839         * src/z80/gen.c (genZ80code, _vemit2, _emit2): added support
7840         for tracking iCodes in the peephole optimizer for z80
7841
7842 2003-10-01  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7843
7844         * src/SDCCicode.c (geniCodeJumpTable, geniCodeSwitch): fixed
7845         the other part of bug #814548
7846         * src/SDCCpeeph.c (labelInRange): fixed bug #814558
7847
7848 2003-09-30  Bernhard Held <bernhard AT bernhardheld.de>
7849
7850         * src/SDCCcse.c: fixed part of bug #814548
7851
7852 2003-09-28  Borut Razem <borut.razem AT siol.net>
7853
7854         * src/asm.c: rewrite of printILine() to use temporary file instead
7855           a pipe
7856         * src/xa51/main.c: commented out declaration of int rewinds
7857
7858 2003-09-27  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7859
7860         * src/SDCCicode.c (geniCodeJumpTable): Fixed bug #813206
7861
7862 2003-09-26  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7863
7864         * src/SDCCdflow.c (computeDataFlow): Fixed bug #810746
7865         * src/asm.c (printILine): Fixed bug #811015
7866
7867 2003-09-22  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
7868
7869         *link/z80/lklibr.c, as/mcs51/lklibr.c: Improved memory allocation and
7870         freeing.
7871
7872 2003-09-21  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7873
7874         * src/z80/gen.c (setupToPreserveCarry): Fixed bug #796955
7875         * src/z80/gen.c (setupPair, genMovePairPair): Fixed setupPair
7876         to correctly handle general case of AOP_PAIRPTR
7877         * src/z80/gen.c (aopGet, aopPut): Generalized AOP_PAIRPTR handling
7878
7879 2003-09-21  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7880
7881         * src/mcs51/ralloc.c (fillGaps),
7882         * src/ds390/ralloc.c (fillGaps): fixed bug #810093 (yet another
7883         register positioning bug)
7884
7885 2003-09-21  Bernhard Held <bernhard AT bernhardheld.de>
7886
7887         * device/lib/_fsdiv.c: replaced (1<<31) by (1ul<<31)
7888
7889 2003-09-19  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7890
7891         * src/mcs51/gen.c (loadDptrFromOperand, genFarPointerGet,
7892         genCodePointerGet, genGenPointerGet, genFarPointerSet,
7893         genGenPointerSet): handle AOP_DPTR correctly when loading dptr
7894         (ralloc doesn't intentionally do this now, but perhaps later)
7895         * src/mcs51/ralloc.c (serialRegAssign, fillGaps),
7896         * src/ds390/ralloc.c (serialRegAssign, fillGaps): fixed some
7897         register positioning bugs (Fixed bug #762602 and #795325)
7898         * src/SDCCicode.c (geniCodeDerefPtr): Track output class correctly
7899         (Fixed bug #808779)
7900         * src/z80/gen.c: increased _vemit2's buffer[] to handle long
7901         lines that --i-code-in-asm generates
7902
7903 2003-09-18  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
7904
7905         *link/z80/lklibr.c, as/mcs51/lklibr.c: Fixed Linux segfaults when
7906         trying to fclose a FILE* that was already closed.
7907
7908 2003-09-18  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7909
7910         * src/SDCCsymt.c (structElemType): fixed bug #808291 (members
7911         of const struct should be treated as if const themselves)
7912
7913 2003-09-18  Bernhard Held <bernhard AT bernhardheld.de>
7914
7915         * src/SDCCval.c (valPlus, valMinus): fixed bug #808337
7916
7917 2003-07-06  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
7918
7919         * support/librarian/sdcclib.c: Generate correct offsets for libraries with
7920         Unix (/n) and DOS (/r/n) line terminations.
7921
7922 2003-09-17  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7923
7924         * src/SDCCopt.c (cnvFromFloatCast, cnvToFloatCast): fixed
7925         bug #613775
7926
7927 2003-09-16  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7928
7929         * src/mcs51/gen.c (genFunction, genEndFunction),
7930         * src/ds390/gen.c (genFunction, genEndFunction): Moved save
7931         and restore of EA so that stack offsets to parameters are
7932         correct when using both critical and reentrant/stack-auto.
7933         * src/z80/gen.c (aopOp): removed erroneous assertion about sloc
7934         size (can be triggered in error if sloc is shared between
7935         different sized objects)
7936         * device/include/float.h: fixed macros to explicitly use
7937         unsigned long where needed
7938
7939 2003-09-15  Bernhard Held <bernhard AT bernhardheld.de>
7940
7941         Feature req. 799831: added code to allow nesting of critical functions
7942         * src/mcs51/gen.c (genFunction, genEndFunction)
7943         * src/ds390/gen.c (genFunction, genEndFunction)
7944
7945 2003-09-14  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7946
7947         * src/SDCCsymt.c (sclsFromPtr),
7948         * src/SDCCsymt.h,
7949         * src/SDCCast.c (decorateType): fixed bug #462971. Also, better
7950         support for standard C idiom of memory mapped variables; for
7951         example, *((xdata int*)0x1234) = 1 is now internally equivalent
7952         to xdata int at 0x1234 tempvar = 1.
7953         * sim/ucsim/z80.src/inst_xd.cc: fixed bug #805483 with patch
7954         provided by Akiya ISHIDA
7955
7956 2003-09-13  Bernhard Held <bernhard AT bernhardheld.de>
7957
7958         * src/SDCCval.c (cheapestVal): reenabled to reduce int to char
7959         * src/SDCCval.c (constVal): added reduction from int to char
7960         * src/SDCCval.c (valMult, valDiv): fixed sign handling
7961         * src/SDCCval.c (valShift): fixed after change of cheapestVal()
7962         * src/SDCCval.c (valCompare): fixed EQ_OP and NE_OP; they have
7963         to ignore the sign
7964         * support/regression/tests/shifts.c: fixed
7965
7966 2003-09-13  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7967
7968         * src/z80/gen.c (genXor): Fixed bug #805445
7969
7970 2003-09-12  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7971
7972         Fixed bug #621531 (const & volatile confusion in the type chain).
7973         DCL_PTR_CONST, DCL_PTR_VOLATILE, & IS_PTR_CONST now exclusively
7974         refer to the const or volatile state of the pointer itself.
7975
7976         * src/SDCCast.c
7977         * src/SDCCglue.c
7978         * src/SDCCicode.c
7979         * src/SDCCsymt.c
7980         * src/SDCCval.c
7981         * src/SDCC.y
7982         * src/SDCCsymt.h
7983         * src/pic/gen.c
7984         * src/pic/ralloc.c
7985         * src/pic16/gen.c
7986         * src/pic16/ralloc.c
7987         * support/regression/tests/const.c
7988
7989 2003-09-10  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
7990
7991         When checking for duplicated modules, use absolute paths
7992         instead of relative paths.  Files changed:
7993
7994         * as/mcs51/lklib.c
7995         * link/z80/lklib.c
7996
7997 2003-09-09  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7998
7999         * src/SDCCicode.c (geniCodeLogic): fixed bug #797572
8000
8001 2003-09-07  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8002
8003         * device/include/string.h: added size_t typedef, changed
8004         prototypes to use size_t, eliminated separate reentrant and
8005         non-reentrant declarations, added _memmove declaration
8006         * device/lib/_memcpy.c: changed to use size_t instead of int,
8007         changed /4 to >>2 to avoid division library call
8008         * device/lib/_memcmp.c,
8009         * device/lib/_memset.c,
8010         * device/lib/_strncat.c,
8011         * device/lib/_strncpy.c,
8012         * device/lib/_strncmp.c: changed to use size_t instead of int
8013         * device/lib/_memmove.c: new file (fixed bug #772294)
8014         * device/lib/Makefile.in: added _memmove.c
8015         * device/lib/z80/asm_strings.s: fixed bug #772290
8016         * support/regression/tests/bitfields.c: attempt to fix host assertion
8017         failure on amd64-unknown-linux2.2
8018
8019 2003-09-06  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8020
8021         * src/z80/gen.c (aopPut, spillPairReg): fixed bug #800998
8022         * src/z80/gen.c (genFunction, genEndFunction): fixed "bug" #774700
8023         * as/z80/asmain.c (main): fixed bug #801766
8024
8025 2003-09-06  Bernhard Held <bernhard AT bernhardheld.de>
8026
8027         * src/SDCCicode.c (ast2iCode): fixed differences in iCode with different
8028         compilers
8029
8030 2003-09-05  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8031
8032         * src/SDCCast.c (isConformingBody): fixed loop reversal bug
8033         reported in bug #800609
8034
8035 2003-09-04  Vangelis Rokas <vrokas AT otenet.gr>
8036
8037         * Top header beautifications in src/pic16 directory:
8038           device.c, device.h, gen.c, gen.h, genarith.c, glue.c, pcode.c,
8039           pcodeflow.c, pcodeflow.h, pcode.h, pcodepeep.c, pcoderegs.c,
8040           pcoderegs.h, ralloc.c, ralloc.h
8041         * main.c: added top header and GPL license notice
8042         * pcode.c: fixed the if-conditional warning
8043
8044 2003-09-04  Bernhard Held <bernhard AT bernhardheld.de>
8045
8046         * device/lib/_mullong.c: replaced int by short for gcc
8047
8048 2003-08-31  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8049
8050         * src/SDCCpeeph.c (notVolatile, notVolatileVariable): handle IFX
8051         and JUMPTABLE iCodes properly now (worked by accident before)
8052         * src/mcs51/gen.c (leftRightUseAcc),
8053         * src/ds390/gen.c (leftRightUseAcc): handle IFX and JUMPTABLE
8054         iCode properly now. Use getSize instead of nRegs since a & b
8055         aren't part of the nRegs tally.
8056
8057 2003-08-31  Vangelis Rokas <vrokas AT otenet.gr>
8058
8059         * src/pic16/main.c: corrected offsets of interrupt vectors in _pic16_genIVT()
8060         * src/pic16/pcode.c: fix to disable inserting BANKSEL directive
8061           before instructions that use the _STATUS register
8062
8063 2003-08-31  Bernhard Held <bernhard AT bernhardheld.de>
8064
8065         * src/mcs51/gen.c (freeAsmop): fixed off by one in stack offset (AOP_STK)
8066         * src/mcs51/gen.c (genNearPointerSet): added missing opcode for
8067         fetching of the pointer
8068         * src/mcs51/gen.c (genNearPointerGet): added reuse of PREG,
8069         copied from genNearPointerSet()
8070         * src/mcs51/gen.c (genNearPointerGet): don't pop r0/r1, if RESULTONSTACK
8071         * src/mcs51/gen.c: changed order of freeAsmop(left/right/result)-calls.
8072         If they pop r0/r1 they must be called in the opposite order than aopOp().
8073         * device/lib/_mullong.c: fixed for "--model-large --int-long-reent"
8074         (resp. --stack-auto), prepared for --xstack
8075
8076 2003-08-28  Frieder Ferlemann <Frieder.Ferlemann AT web.de>
8077
8078         * doc/sdccman.lyx: reverted tables to those in cvs 1.64
8079
8080 2003-08-28  Bernhard Held <bernhard AT bernhardheld.de>
8081
8082         * device/lib/_startup.c: quick & dirty fix for ds390/ds400;
8083         these ports have their own __sdcc_external_start()
8084
8085 2003-08-26  Bernhard Held <bernhard AT bernhardheld.de>
8086
8087         pic patch provided by Slade Rich <slade_rich AT yahoo.com>
8088         * src/pic/glue.c (pic14printPublics): fixed bug introduced when symbol
8089         type for bits was changed. It resulted in bit variables becoming
8090         global, which is not permitted in PIC 14 assembly output.
8091
8092 2003-08-23  Frieder Ferlemann <Frieder.Ferlemann AT web.de>
8093
8094         * doc/sdccman.lyx: various additions and updates. Rearranged sections
8095
8096 2003-08-22  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
8097
8098         Z80 and MCS51 linkers complaint if a public symbol is defined
8099         in more than one library module:
8100
8101         * as/mcs51/lklib.c
8102         * link/z80/lklib.c
8103         * as/mcs51/Makefile.in
8104
8105 2003-08-22  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8106
8107         A few small changes that speed up the peephole optimizer.
8108
8109         * src/SDCCpeeph.c
8110
8111 2003-08-22  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8112
8113         Try to make the peephole optimizer smarter by maintaining
8114         an association between the assembly source code and the
8115         iCodes that originated them. Put this information to use
8116         with a new peephole rule condition "notVolatile" so that
8117         the rules can be aggressive yet still safe.
8118
8119         * src/SDCCpeeph.c
8120         * src/SDCCpeeph.h
8121         * src/mcs51/gen.c
8122         * src/mcs51/peeph.def
8123
8124 2003-08-20  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8125
8126         Fixed bug #741761
8127
8128         * src/mcs51/gen.c (aopForSym, leftRightUseAcc),
8129         * src/ds390/gen.c (aopForSym, leftRightUseAcc): preserve A and B
8130         if the left or right operand symbols have the accuse flag set.
8131
8132 2003-08-20  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8133
8134         Changed the type of the result of the ! (NOT) operator to char;
8135         previously it returned the same type as the source. This allows
8136         us to eliminate all the genFloatNot functions (all of its target
8137         implementations were very buggy) since !float can use the same
8138         code as !long now.
8139
8140         * src/SDCCicode.c (ast2iCode): ! returns char
8141         * src/mcs51/gen.c (genNot, genNotFloat),
8142         * src/ds390/gen.c (genNot, genNotFloat),
8143         * src/z80/gen.c (genNot, genNotFloat),
8144         * src/pic/gen.c (genNot, genNotFloat),
8145         * src/pic16/gen.c (genNot, genNotFloat): eliminated genNotFloat
8146
8147 2003-08-19  Bernhard Held <bernhard AT bernhardheld.de>
8148
8149         pic patch provided by Slade Rich <slade_rich AT yahoo.com>
8150         1. Interrupt would not compile properly. Ensure PCLATH register is saved
8151            during interrupts. Ensure WSAVE is located at a shared bank address.
8152         2. Fixed page selection in some places
8153         3. Fixed BTFSS/C to where necessary use registers directly and not simply
8154            the registers name strings.
8155         4. Fixed "signed / unsigned compare" compiler warnings.
8156         5. The PIC port manages its own allocation of the general purpose
8157            registers, but makes no attempt to reuse them. As a result when
8158            compiling it soon runs out of general purpose registers. Some
8159            additional code was added to the files pcode.c and device.c to walk
8160            through the function call tree and rename the registers so that they
8161            get reused.
8162
8163         * src/pic/device.c
8164         * src/pic/gen.c
8165         * src/pic/glue.c
8166         * src/pic/pcode.c
8167         * src/pic/pcode.h
8168         * src/pic/ralloc.c
8169         * src/pic/ralloc.h
8170         * src/pic/genarith.c: Fixed problems with PIC 14 port in functions
8171         genPlus() & genMinus() when the result is the same as left or right
8172
8173 2003-08-18  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8174
8175         * src/z80/gen.c (isUnsplitable, fetchPairLong): fixed bug #770454
8176
8177 2003-08-18  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8178
8179         Made bitfield a distinct type from bit so that bitfields
8180         convert as per ANSI C and bits retain their traditional
8181         boolean style behaviour. Implemented bitfield support in
8182         the z80 port.
8183
8184         * src/SDCCsymt.h,
8185         * src/SDCCsymt.c,
8186         * src/SDCCast.c,
8187         * src/cdbFile.c,
8188         * src/mcs51/gen.c,
8189         * src/ds390/gen.c: bit v bitfield split
8190         * src/z80/gen.c: New support for bitfields
8191         * support/regression/tests/bitfields.c: reenabled z80,
8192         added more tests
8193
8194 2003-08-17  Frieder Ferlemann <Frieder.Ferlemann AT web.de>
8195
8196         Rules 246.x, 247.x relate to bitfields, the others speed up
8197         access to xdata mapped I/O devices.
8198
8199         * src/mcs51/peeph.def: added 26 peepholes 246.x - 248.x, 180.x
8200
8201 2003-08-16  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8202
8203         Cleaned up genPackBits and genUnpackBits and added two helper
8204         functions, emitPtrByteGet & emitPtrByteSet. Added optimizations
8205         for literal assignments in genPackBits (thanks to Frieder for
8206         reminding me).
8207
8208         * src/mcs51/gen.c
8209         * src/ds390/gen.c
8210
8211 2003-08-16  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8212
8213         Fixed bug #748310 (pointer to function type mishandled when the
8214         function name is omitted). Also fixed a SIGSEGV when a function
8215         attribute (reentrant, etc) is used on a non-function or on a
8216         function but misplaced before the parameter list.
8217
8218         * src/SDCC.y (abstract_declarator, abstract_declaractor2): fixed
8219         bug #748310
8220         * src/SDCC.y (declarator2_function_attributes): avoided SIGSEGV
8221         * support/Util/SDCCerr.h,
8222         * support/Util/SDCCerr.c: Added func attr misuse error msg
8223
8224 2003-08-13  Bernhard Held <bernhard AT bernhardheld.de>
8225
8226         Fixed bug #787649 by anonymous
8227         * src/SDCCglue.c (emitRegularMap): added emission of sloc for func ptr
8228         * src/ds390/gen.c (aopForSym): fixed func ptr in sloc
8229
8230 2003-08-14  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8231
8232         Fixed numerous bitfield problems.
8233
8234         * src/SDCC.y: More bitfield related error checking
8235         * src/SDCCsymt.h,
8236         * src/SDCCsymt.c (compStructSize): fixed bitfield offset calc
8237         * support/Util/SDCCerr.h,
8238         * support/Util/SDCCerr.c: Added & edited some bitfield err msgs
8239         * src/mcs51/gen.c (genPackBits, genUnpackBits): fixed mask bugs
8240         * src/ds390/gen.c (genPackBits, genUnpackBits): fixed mask bugs
8241         * support/regression/tests/bitfields.c: tests added
8242
8243 2003-08-13  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8244
8245         Made the constant following the "interrupt" keyword optional. If
8246         omitted, the function will not automatically be given an entry
8247         in the interrupt vector table (similar to #pragma NOIV, but
8248         less syntacticly kludgy). The interrupt number is also now
8249         range checked. Also fixed a bug in the high order bit example
8250         in the manual.
8251
8252         * src/SDCC.y
8253         * src/SDCCmem.c
8254         * src/SDCCglue.c
8255         * src/SDCCsymt.h
8256         * support/Util/SDCCerr.c
8257         * support/Util/SDCCerr.h
8258         * doc/sdccman.lyx
8259
8260 2003-08-13  Bernhard Held <bernhard AT bernhardheld.de>
8261
8262         * src/SDCCcse.c (algebraicOpts): fix bug converting op from value to type
8263         * src/SDCCicode.c (operandOperation): rewritten some ops
8264         (*, ==, unary_minus) to fix possible overflows and to accord with ANSI
8265         * src/SDCCsymt.c (computeType): literals are handled the same way as any
8266         other type
8267         * src/SDCCval.c (cheapestVal): removed, it doesn't accord with ANSI (can
8268         be re-activated by defining REDUCE_LITERALS)
8269         * src/SDCCval.c (constVal): fixed; hex and octal constants can be
8270         unsigned, but are signed by default
8271         * src/SDCCval.c (constVal): rearranged
8272         * src/SDCCval.c (valMod): preliminary fix
8273         * src/SDCCval.c (valCastLiteral): use TYPE_* types
8274         * support/regression/literalop.c: added, work in progress
8275
8276 2003-08-12  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8277
8278         Generate warnings for useless declarations like "char data;"
8279         that don't do what new users expect.
8280
8281         * src/SDCC.y
8282         * support/Util/SDCCerr.h
8283         * support/Util/SDCCerr.c
8284
8285 2003-08-09  Bernhard Held <bernhard AT bernhardheld.de>
8286
8287         * src/SDCCval.c (valMult): fix overflow detection of negative int
8288
8289 2003-08-07  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8290
8291         * src/z80/ralloc.c (joinPushes): made compatible with new signedness
8292
8293         Changes to support big endian targets:
8294
8295         * src/ports.h
8296         * src/SDCCglue.c
8297         * src/avr/main.c
8298         * src/ds390/main.c
8299         * src/izt/i186.c
8300         * src/mcs51/main.c
8301         * src/pic/main.c
8302         * src/pic16/main.c
8303         * src/xa51/main.c
8304         * src/z80/main.c
8305
8306 2003-08-06  Bernhard Held <bernhard AT bernhardheld.de>
8307
8308         * src/SDCCval.c (cheapestVal): changed behaviour to the same as constVal()
8309         * device/lib/time.c: fixed warning "integer overflow in expression"
8310
8311 2003-08-05  Bernhard Held <bernhard AT bernhardheld.de>
8312
8313         * src/SDCCval.c (cheapestVal, valueFromLit): use TYPE_* types
8314         * src/SDCCval.c (constVal): changed default to signed; hex and octal
8315         constants are unsigned; added recognition of "u" flag for unsigned
8316         * src/SDCCval.c (valMult): fixed signdness, added warning for overflow
8317         * src/SDCCval.c (valDiv, valMod): fixed signdness
8318         * src/SDCCicode.c (operandOperation): fixed critical typo; fixed
8319         signedness of modulo, left and right shift
8320         * support/Util/SDCCerr.c: added warning "integer overflow in expression"
8321         * support/Util/SDCCerr.h: added warning W_INT_OVL
8322         * src/SDCCast.c (decorateType): fixed gcc3.3 warning
8323         * src/SDCCast.c (ast_print): improved output of constants
8324
8325 2003-08-04  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
8326
8327         Fixed some warnings when building with MSVC:
8328
8329         * as\mcs51\asdata.c
8330         * as\z80\asdata.c
8331         * as\mcs51\asm.h
8332         * as\z80\asm.h
8333         * link\z80\aslink.h
8334         * link\z80\lkdata.c
8335         * link\z80\lkeval.c
8336         * link\z80\lkgb.c
8337         * link\z80\lkihx.c
8338         * link\z80\lks19.c
8339         * link\z80\lksym.c
8340         * support\cpp2\cpplib.c
8341         * src\ds390\gen.c
8342         * src\mcs51\gen.c
8343
8344 2003-08-03  Bernhard Held <bernhard AT bernhardheld.de>
8345
8346         * src/SDCCast.c (constExprTree): fix bug #781827 by Carl Worth <cworth AT isi.edu>
8347
8348 2003-08-01  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
8349
8350         * support\librarian\clean.mk: Do not remove Makefile.
8351         * support\librarian\Makefile: added.
8352
8353 2003-08-01  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
8354
8355         Added librarian to MSVC build:
8356         * all.dsp
8357         * sdcc.dsw
8358         * support\librarian\librarian.dsp
8359
8360         'configure' not needed for librarian, removed:
8361         * support\librarian\configure
8362         * support\librarian\configure.in
8363         * support\librarian\config_in.h
8364         * support\librarian\Makefile.in
8365
8366         Hopefully these ones built the librarian and the rest of sdcc properly:
8367         * Makefile
8368         * Makefile.common.in
8369
8370         Messed up 'configure', so revert to previous version:
8371         * configure
8372         * configure.in
8373
8374 2003-07-31  Bernhard Held <bernhard AT bernhardheld.de>
8375
8376         * src/SDCCicode.c (operandOperation): 3. fix, this time for Alpha; ULONG has 64 bits
8377         there, while the mantissa of a double is "only" 53 bits wide.
8378
8379 2003-07-31  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
8380
8381         Adding sdcclib to the build.  MSVC project coming soon.
8382         Files added/changed:
8383
8384         * support\librarian\clean.mk
8385         * support\librarian\configure
8386         * support\librarian\configure.in
8387         * support\librarian\config_in.h
8388         * support\librarian\Makefile.bcc
8389         * support\librarian\Makefile.in
8390         * support\librarian\sdcclib.c
8391         * Makefile.bcc
8392         * Makefile
8393         * Makefile.common.in
8394         * configure
8395         * configure.in
8396
8397 2003-07-29  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
8398
8399         Linker now complaints if linked modules have conflicting options, for
8400         example, one compiled using --model-large and another one compiled with
8401         --model-small.  The following files were modified:
8402
8403         * as\mcs51\asdata.c
8404         * as\mcs51\aslink.h
8405         * as\mcs51\asm.h
8406         * as\mcs51\asmain.c
8407         * as\mcs51\asout.c
8408         * as\mcs51\i51pst.c
8409         * as\mcs51\lkdata.c
8410         * as\mcs51\lklibr.c
8411         * as\mcs51\lkmain.c
8412         * as\z80\asdata.c
8413         * as\z80\asm.h
8414         * as\z80\asmain.c
8415         * as\z80\asout.c
8416         * as\z80\z80pst.c
8417         * link\z80\aslink.h
8418         * link\z80\lkdata.c
8419         * link\z80\lklibr.c
8420         * link\z80\lkmain.c
8421         * src\SDCCglue.c
8422
8423 2003-07-28  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
8424
8425         *link/z80/aslink.h, link/z80/lklibr.c, as/mcs51/aslink.h,
8426         as/mcs51/lklibr.c: Generate a warning when a library is not found.
8427
8428 2003-07-28  Bernhard Held <bernhard AT bernhardheld.de>
8429
8430         * src/z80/mappings.i: fix _mul[us][int,long] entries
8431
8432 2003-07-26  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
8433
8434         *src/SDCCmain.c: do not search for crt0.o when using --nostdlib
8435
8436 2003-07-24  Bernhard Held <bernhard AT bernhardheld.de>
8437
8438         * src/SDCCicode.c (operandOperation): really fixed problem with bitops
8439         * support/regression/tests/bitopcse.c: added
8440         fixed warning:
8441         * src/avr/gen.c:
8442         * src/pic/gen.c:
8443         * src/pic16/gen.c:
8444         * src/z80/gen.c:
8445         * src/xa51/gen.c:
8446
8447 2003-07-24  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
8448
8449         added support for new library format to z80, gbz80 linkers:
8450         *link/z80/aslink.h
8451         *link/z80/lklex.c
8452         *link/z80/lklib.c
8453         *link/z80/lklist.c
8454
8455 2003-07-24  Bernhard Held <bernhard AT bernhardheld.de>
8456
8457         * src/SDCCicode.c (operandOperation): fixed problem with bitops and 0xffffffff;
8458         after {double d = 0xffffffff; long l = d;} l will be 0x80000000 (LONG_MIN)
8459
8460 2003-07-23  Bernhard Held <bernhard AT bernhardheld.de>
8461
8462         added DUMMY_READ_VOLATILE:
8463         * src/SDCC.y:
8464         * src/avr/gen.c:
8465         * src/xa51/gen.c:
8466         * src/z80/gen.c:
8467         * src/pic/gen.c:
8468         * src/pic16/gen.c:
8469         * src/mcs51/gen.c:
8470         * src/ds390/gen.c:
8471         * src/SDCCcse.c (algebraicOpts): many improvements
8472         * src/SDCCcse.h: removed algebraicOpts()
8473         * src/SDCCicode.c (picDummyRead): added
8474
8475 2003-07-23  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
8476
8477         * as/mcs51/lkmem.c: Changed message "Insufficient DRAM memory" to
8478         "Insufficient space in data memory".
8479
8480 2003-07-20  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8481
8482         * src/mcs51/gen.c: fixed bug #771358
8483         * src/z80/gen.c: fixed bug #759087
8484
8485 2003-07-20  Bernhard Held <bernhard AT bernhardheld.de>
8486
8487         * src/pic16/glue.c: minor cleanup by Vangelis
8488
8489 2003-07-19  Frieder Ferlemann <Frieder.Ferlemann AT web.de>
8490
8491         * device/include/regc515c.h: fixed #758477
8492         * device/lib/_gptrget.c: saving some cycles in generic pointer get
8493         * device/lib/_gptrput.c: saved a few bytes
8494         * my tab spacing is 8, yours too?)
8495         * device/lib/_ser.c: process RX bytes earlier than TX bytes
8496         * device/lib/serial.c: process RX bytes earlier than TX bytes
8497         * src/mcs51/gen.c(genGenPointerGet/Set): removed writing of type after postincrement
8498
8499 2003-07-18  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8500
8501         * src/z80/gen.c: fixed some right shift bugs (#772726 among them)
8502
8503 2003-07-17  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
8504
8505     * link/z80/lklibr.c: fixed bug when there is a '.' in a library path.
8506
8507 2003-07-17  Bernhard Held <bernhard AT bernhardheld.de>
8508
8509         * device/lib/Makefile.in: bad fix, reverted to 1.43
8510
8511 2003-07-16  Bernhard Held <bernhard AT bernhardheld.de>
8512
8513         * device/lib/Makefile.in: added missing z80 object files
8514
8515 2003-07-14  Bernhard Held <bernhard AT bernhardheld.de>
8516
8517         * src/SDCCcse.c (algebraicOpts): CSE fun with &|^ and 0x00/0xff literals
8518         pic16 progress by Vangelis:
8519         * src/SDCCglobl.h:
8520         * src/SDCCmain.c:
8521         * src/pic/Makefile:
8522         * src/pic:
8523         * pic/Makefile:
8524         * pic16/device.c:
8525         * pic16/device.h:
8526         * pic16/gen.c:
8527         * pic16/gen.h:
8528         * pic16/genarith.c:
8529         * pic16/glue.c:
8530         * pic16/main.c:
8531         * pic16/pcode.c:
8532         * pic16/pcode.h:
8533         * pic16/pcodepeep.c:
8534         * pic16/peeph.def:
8535
8536 2003-07-13  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
8537
8538     * src/SDCCmain.c, src/SDCCglobl.h: added option --no-std-crt0
8539
8540 2003-07-12  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
8541
8542     * sdcc.dsw, all.dsp, link/z80/linkgbz80.dsp, as/z80/as-gbz80.dsp:
8543     added gbz80 build to MSVC project.
8544     * src/SDCCmain.c, src/SDCCglue.c, src/z80/main.c, src/z80/z80.dsp,
8545     link/z80/aslink.h, linkz80.dsp: cleaned up z80 and gbz80 asm files
8546     from 8051 stuff and setup so it links using a .lnk file.
8547
8548 2003-07-06  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
8549
8550     * support/librarian/sdcclib.c: sdcc librarian.
8551     * as/mcs51/aslink.h, as/mcs51/lklib.c: Support for libraries created
8552     with sdcclib.
8553
8554 2003-07-03  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
8555
8556     * as/mcs51/lkmain.c: properly handle extensions in function afile.
8557
8558 2003-07-02  Borut Razem <borut.razem AT siol.net>
8559
8560         * src/port.h, src/SDCCmain.c, src/pic/glue.h, src/pic/main.c,
8561         src/pic16/glue.h, sdcc/src/pic16/main.c, src/izt/i186.c,
8562         src/izt/tlcs900h.c, src/avr/main.c, src/ds390/main.c, src/mcs51/main.c,
8563         src/xa51/main.c, src/z80/main.c:
8564         virtualization of glue() function: each port has it's own glue function,
8565         which is accessed by do_glue function pointer in PORT.general structure
8566
8567 2003-07-01 Kevin Vigor <kevin AT vigor.nu>
8568
8569         * DS800C400 fun, improved ROM interface and tinibios.
8570
8571 2003-06-27 Kevin Vigor <kevin AT vigor.nu>
8572
8573         * More support for DS80C400. Now includes beginning of interface to ROM.
8574
8575 2003-06-25  Bernhard Held <bernhard AT bernhardheld.de>
8576
8577         * src/mcs51/gen.c (gencjneshort): fixed bug #760345
8578
8579 2003-06-20  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
8580
8581         * as/mcs51/lkaomf51.c: Make sure the size of the last procedure is correct.
8582
8583 2003-06-19  Borut Razem <borut.razem AT siol.net>
8584
8585         * src/z80/main.c: fixed Z80 port again: missing -k library paths in linker command line
8586
8587 2003-06-19  Borut Razem <borut.razem AT siol.net>
8588
8589         * src/SDCCutil.h, src/SDCCutil.c, src/SDCCglobl.h, src/SDCCmain.c, src/z80/main.c:
8590         fixed Z80 port - crt0.o: cannot open.
8591
8592 2003-06-19  Bernhard Held <bernhard AT bernhardheld.de>
8593
8594         * support/Util/MySystem.c (merge_command): revert bad fix
8595
8596 2003-06-18  Borut Razem <borut.razem AT siol.net>
8597
8598         * src/SDCC.lex, src/SDCCmain.c: fixed some warnings, introduced with changes made 15.06.1003
8599
8600 2003-06-18  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
8601
8602         * src/SDCCglobl.h, src/SDCCmain.c, doc/sdccman.lyx:
8603         option --use-stdout sends errors to stdout instead of stderr.
8604
8605 2003-06-18  Bernhard Held <bernhard AT bernhardheld.de>
8606
8607         * support/Util/MySystem.c (merge_command): quick fix for Linux segfault with \"cmd\" arg
8608
8609 2003-06-15  Borut Razem <borut.razem AT siol.net>
8610
8611         * support/cpp2/sdcc.h: HAVE_DOS_BASED_FILE_SYSTEM defined for _WIN32
8612         * src/SDCC.lex: cloneXxx and copyAndFreeXxx functions for options and optimize stack handling
8613         * src/SDCCglobl.h, src/SDCCmain.c, src/ds390/main.c, src/mcs51/main.c, src/z80/main.c:
8614         fixed width array of pointers replaced with sets;
8615         multiple include and lib paths ared transferred to preprocessor and linker
8616         * src/SDCCset.c, src/SDCCset.h: added function setFromSetNonRev() and mergeSets()
8617         * src/SDCCsymt.c: reimplemented function inCalleeSaveList() by using sets instead
8618         fixed width array of pointers
8619         * src/SDCCutil.c, src/SDCCutil.h: added functions fputStrSet(), appendStrSet(), joinStrSet();
8620         removed functions addToList(), join(), joinn(), pathCharsEquivalent(), pathCharTransform(),
8621         fixupPath(), getPathDifference()
8622         * src/ds390/gen.c, src/mcs51/gen.c: reimplemented function  inExcludeList() by using sets instead
8623         fixed width array of pointers
8624
8625 2003-06-11  Bernhard Held <bernhard AT bernhardheld.de>
8626
8627         * src/pic16/ralloc.c: fix warnings
8628         * src/pic16/pcode.c: fix warning
8629
8630 2003-06-10  Scott Dattalo  <scott AT dattalo.com>
8631
8632          Scott D. for Vangelis Rokas (vrokas AT otenet.gr). I (scott) don't
8633         know all the details, but essentially this set of changes enable
8634         the pic16 port to generate movff instructions and generate assembler
8635         directives,
8636         * src/SDCCmain.c:
8637         * src/pic16/gen.c:
8638         * src/pic16/glue.c:
8639         * src/pic16/pcode.c:
8640         * src/pic16/device.c:
8641         * src/pic16/main.c:
8642         * src/pic16/pcode.h:
8643         * src/pic16/pcoderegs.c:
8644         * src/pic16/ralloc.c:
8645         * src/pic16/ralloc.h:
8646
8647 2003-06-08  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
8648
8649         * support/Util/SDCCerr.c, src/SDCCglobl.h, src/SDCCmain.c, doc/sdccman.lyx:
8650         added option --vc, so sdcc errors and warnings are compatible with
8651         Microsoft Visual Studio.
8652
8653 2003-06-07  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
8654
8655         * device/lib/_atof.c, device/lib/Makefile.in, device/include/stdlib.h,
8656           device/lib/libfloat.lib: added atof function.
8657
8658 2003-06-04  Bernhard Held <bernhard AT bernhardheld.de>
8659
8660         * doc/sdccman.lyx: updated to Lyx 1.3
8661         * doc/cdbfileformat.lyx: updated to Lyx 1.3
8662         * doc/test_suite_spec.lyx: updated to Lyx 1.3
8663         * doc/Makefile: added fix for the \tabularnewline problem, thanks to Jesus
8664
8665 2003-06-03  Bernhard Held <bernhard AT bernhardheld.de>
8666
8667         * src/SDCCpeeph.c: separate peepRules2pCode() for pic16 by "Vangelis Rokas" <vrokas AT otenet.gr>
8668
8669 2003-06-02  Frieder Ferlemann <Frieder.Ferlemann AT web.de>
8670
8671         * doc/sdccman.lyx: cvs revision keywords, passing pdf information in latex preamble,
8672           additions to the "related tools/documentation" section
8673
8674 2003-06-02  Bernhard Held <bernhard AT bernhardheld.de>
8675
8676         * src/SDCCglue.c (tempfileandname): added check for missing TMP/TEMP/TMPDIR variable
8677
8678 2003-05-29  Bernhard Held <bernhard AT bernhardheld.de>
8679
8680         * src/pic/device.c: added 16F819, patch by "David I. Lehn" <dlehn AT vt.edu>
8681         * src/SDCCcse.c (algebraicOpts): fixed "c * 1"
8682
8683 2003-05-28  Bernhard Held <bernhard AT bernhardheld.de>
8684
8685         * doc/sdccman.lyx: fix double dash and other minor things
8686         * doc/Makefile: fix double dash
8687
8688 2003-05-28  Karl Bongers(patches from Martin Helmling)
8689         * debugger/mcs51/sdcdb.c,cmd.c,break.c and .h files. Martin adds
8690           condition and ignore commands.
8691
8692 2003-05-28  Frieder Ferlemann <Frieder.Ferlemann AT web.de>
8693
8694         * doc/sdccman.lyx: Changes all over, index improved, smaller margins. The manual
8695           is in parts still quite out of date, I did changes as far as I felt makes sense
8696           for a non-native english speaker.
8697           Please feel free to add to the manual or to correct my changes.
8698         * doc/Makefile: undid touching the date of intermediate tex files.
8699
8700 2003-05-26  Frieder Ferlemann <Frieder.Ferlemann AT web.de>
8701
8702         * doc/sdccman.lyx: Manual has an index now
8703
8704 2003-05-25  Bernhard Held <bernhard AT bernhardheld.de>
8705
8706         Finalize muluint/mulsint and mululong/mulslong merging:
8707         * device/lib/_mulint.c
8708         * device/lib/_mullong.c
8709         * device/lib/gbz80/mul.s
8710         * device/lib/gbz80/stubs.s
8711         * device/lib/z80/mul.s
8712         * device/lib/z80/stubs.s
8713         * src/SDCCsymt.c (initCSupport)
8714
8715 2003-05-25  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
8716
8717         * as/mcs51/lkaomf51.c: Address space 'z' was missing.
8718         * src/avr/avr.dsp, src/ds390/ds390.dsp, src/mcs51/mcs51.dsp,
8719           src/pic/pic.dsp, src/pic16/pic16.dsp, src/xa51/xa51.dsp,
8720           src/x80/z80.dsp: peep.rul is bigger now, so /Zm1000 is used
8721           instead of /Zm500.
8722
8723 2003-05-25  Frieder Ferlemann <Frieder.Ferlemann AT web.de>
8724
8725         * src/mcs51/peeph.def: added rules 244.x, 245.x. Although they pass
8726           the regression tests I'm not brave enough to enable 245.b, 245.c
8727         * doc/sdccman.lyx: added latex preamble for hyperref package.
8728           Using pdflatex this will give you a hyperlinked pdf file with
8729           bookmarks. (prepend '%' before /usepackage if this breaks something)
8730
8731 2003-05-24  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
8732
8733          * doc/sdccman.lyx: updated information about .adb files (fixed bug 742649)
8734
8735 2003-05-22  Bernhard Held <bernhard AT bernhardheld.de>
8736
8737         * src/pic16/pcode.c (pic16_get_op_from_instruction): fixed a gcc 3.x warning
8738
8739 2003-05-21    <johan AT balder>
8740
8741         * src/SDCCglue.c (printIval): fixed bug #739934
8742
8743 2003-05-19  Bernhard Held <bernhard AT bernhardheld.de>
8744
8745         Applied patch from bug 737905 (renamed yylineo to mylineno):
8746         * src/altlex.c
8747         * src/SDCCast.c
8748         * src/SDCglobl.h
8749         * src/SDCC.lex
8750         * src/SDCCsymt.c
8751         * src/SDCCval.c
8752         * src/pic16/pcode.c: Cleaned warnings
8753         * src/pic16/pcodeflow.c: Cleaned warnings
8754         * src/pic16/pcoderegs.c: Cleaned warnings
8755
8756 2003-05-19  Scott Dattalo  <scott AT dattalo.com>
8757
8758         * src/pic16/pcode.c: Cleaned warnings
8759         * src/pic16/pcodepeep.c: Cleaned warnings
8760         * src/pic16/ralloc.c: Cleaned warnings
8761
8762 2003-05-19  Bernhard Held <bernhard AT bernhardheld.de>
8763
8764         * doc/sdccman.lyx: fixed bug 739745
8765         * src/pic16/pcode.c (pic16_get_op): fixed warning on alpha
8766
8767 2003-05-18  Bernhard Held <bernhard AT bernhardheld.de>
8768
8769         * src/port.h: removed DEFAULT_PORT, it's not yet pic16 ;-)
8770         it can be defined with CFLAGS when running configure
8771         * src/SDCCmain.c: fixed compiling + linking with object files
8772
8773 2003-05-18  Vangelis Rokas (vrokas AT otenet.gr)
8774
8775         * configure.in: configure for pic16 port,
8776             added --disable-pic16-port
8777         * sdccconf_in.h: added macro OPT_DISABLE_PIC16
8778         * src/SDCCmain.c: linkOptions is changed to set *,
8779             added if/endif conditional macros to remove options help
8780             messages from optionsTable when a port is not configured, added
8781             support for the PIc16 port in the ports table, when executing
8782             the compiler with no port specified on command line, a default
8783             port is selected with the new macro DEFAULT_PORT which is
8784             defined in port.h, in setDefaultOptions() linkOptions is removed
8785             from initialization assignment, since now it is a set,
8786             parseCmdLine uses setParseWithComma for linkOptions, in
8787             linkEdit() linkOptions are accessed with new function indexSet()
8788             which returns the i'th item of a set variable. See SDCCset.c, in
8789             linkEdit() when calling buildCmdLine(), added linkOptions as
8790             last argument. Now users can pass arguments to gplink via the
8791             -Wl option, main() uses pic16glue() to glue up pic16 programs
8792         * src/SDCCpeeph.c: various changes to support pic16
8793         * src/SDCCset.c: added function  void *indexSet(set *, int)  to
8794             return the i'th item of the set
8795         * src/SDCCset.h: added function prototype for indexSet()
8796         * src/SDCCsymt.c: in checkSClass(), added support for PIC16
8797         * src/clean.mk: added pic16 in CLEANALLPORTS variable
8798         * src/port.h: added TARGET_ID_PIC16,TARGET_IS_PIC16 macro,
8799             added macro DEFAULT_PORT
8800         * src/pic/main.c: corrected arguments of gplnk in _linkCmd
8801         * src/pic16/gen.c: bug fix in genCpl(), now the correct code is
8802             generated
8803         * src/pic16/glue.c: commented out some error producing lines
8804         * src/pic16/main.c: __config directives are commented out to stop
8805             gpasm complaining and test the linkage with gplink, _linkCmd and
8806             _asmCmd changed to be more gplink and gpasm friendly
8807         * src/pic16/peeph.def: peep rule 3 is commented out, since it
8808             produced an error when parsed, peep rule 12 is added to utilize
8809             movff, but it is commented out since the pCode does not support
8810             yet a command with 2 address arguments
8811
8812 2003-05-18    <johan AT balder>
8813
8814         * src/ds390/gen.c (genArrayInit): removed obsolete and buggy ARRAYINIT
8815         * src/ds390/main.c (genArrayInit): removed obsolete and buggy ARRAYINIT
8816 2003-05-17  Karl Bongers(apply patches from Martin Helmling)
8817
8818         * debugger/mcs51/sdcdb.c,cmd.c,break.c and .h files.
8819   Added feature to script commands from file.
8820
8821 2003-05-14  Bernhard Held <bernhard AT bernhardheld.de>
8822
8823         * device/lib/_strtok.c: fixed bug #734355 by Lenny Story and Tim Woodall
8824         * src/SDCCutil.c: include ctype.h for win32
8825
8826 2003-05-13  Bernhard Held <bernhard AT bernhardheld.de>
8827
8828         * src/pic16/*: removed CR from many files, reported by Vangelis Rokas
8829
8830 2003-05-12  Karl Bongers(apply development patches from Martin Helmling)
8831
8832         * debugger/mcs51/sdcdb.c,simi.c,cmd.c,break.c and .h files.
8833   Fixed so you can set breakpoints prior to run, run does not stop
8834   on entry now.  Add tbreak.  Other enhancements and fixes for use
8835   with ddd.
8836
8837 2003-05-12  Borut Razem <borut.razem AT siol.net>
8838
8839         * src/SDCCmain.c: fixed the problem with searching the DATADIR as the last resort on *nix
8840
8841 2003-05-11  Borut Razem <borut.razem AT siol.net>
8842
8843         * src/SDCCutil.c: WIN32 version of getBinPath() calls GetModuleFileName() to determine
8844         the path of bin directory, so that PATH is the only env. variable, which has to be set
8845         in case of standard installation.
8846         * src/ds390/ds390.dsp: increased value of /Zm option to 1000
8847         * src/pic/main.c: add quotes to file name parameters for gplink and gpasm
8848         * src/SDCCglobl.h, src/SDCCmain.c, doc/sdccman.lyx: added --print-search-dirs command line option
8849
8850 2003-05-04  Bernhard Held <bernhard AT bernhardheld.de>
8851
8852         * src/SDCCmain.c (linkEdit): fixed buffer overflow for gbz80
8853         * support/regression/Makefile: inter-port-clean is no longer nesessary, the
8854         temp files are in the port dir; clean the gen/test directory when
8855         generating new test.c
8856         * support/regression/ports/host/spec.mk: defined OBJEXT for target clean
8857         * support/regression/tests/vaargs.c: fixed gcc 3.3 warning
8858         * support/regression/tests/zeropad.c: added
8859
8860 2003-05-09    <johan AT balder>
8861
8862         * src/SDCCglue.c: fixed bug #597940
8863
8864 2003-05-05  Karl Bongers(apply patches from Martin Helmling)
8865
8866         * debugger/mcs51/sdcdb.c,simi.c,cmd.c,symtab.c and .h files.
8867   cache sfr, optimize next,step, fix off by one sourceline,
8868   support ddd list function.
8869         * sim/ucsim/cmd.src/newcmd.cc - small fix for sdcdb use.
8870
8871 2003-05-04  Bernhard Held <bernhard AT bernhardheld.de>
8872
8873         * support/regression/HTMLgen.py: added compare_s2f()
8874         * support/regression/Makefile: redo 1.27
8875         * support/regression/generate-cases.py: redo 1.5
8876
8877 2003-04-30  Bernhard Held <bernhard AT bernhardheld.de>
8878
8879         * support/regression/tests/float.c: workaround 33 bit hex constant
8880         * support/regression/tests/simplefloat.c: fix division for host
8881
8882 2003-04-29  Scott Dattalo  <scott AT dattalo.com>
8883
8884         * src/pic/pcoderegs.c Applied patch from Jim Hawkridge <jim AT jimhawkridge.uk.eu.org>
8885         that tame's the PIC's over-aggressive optimizer.
8886
8887 2003-04-29  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
8888
8889          * src.dsw, link/z80/aslink.h, link/z80/linkz80.dsp: z80 linker
8890          support for MSVC.
8891
8892 2003-04-29  Kevin Vigor <kevin AT vigor.nu>
8893
8894         Initial support for DS80C400. "Hello world" runs on TINIm400
8895         (with polled I/O).
8896
8897 2003-04-28  Karl Bongers(apply patches for Martin Helmling)
8898
8899          * debugger/mcs51/sdcdb.c,simi.c,cmd.c,symtab.c and .h files.
8900          * Some notes on ddd usage added in debugger/README
8901          Martin Helmling adding more features and fixes for ddd GUI debugger.
8902          Code added for nexti, stepi, up, down, and other adjustments.
8903
8904 2003-04-28  Scott Dattalo  <scott AT DATTALO.COM>
8905
8906         * src/pic/pCodepeep.c non-wildcard asmops are now handled
8907         * src/pic/peeph.def Added two rules to optimize carry manipulation
8908         * src/pic/* removed debug printfs
8909
8910 2003-04-28  Bernhard Held <bernhard AT bernhardheld.de>
8911
8912         * debugger/mcs51/cmd.c: added header newalloc.h
8913
8914 2003-04-26  Bernhard Held <bernhard AT bernhardheld.de>
8915
8916         * as/Makefile: new EXEEXT
8917         * as/z80/Makefile: remove trailing slash of BUILDIR
8918         * as/z80/clean.mk: new EXEEXT
8919         * Makefile.common.in: add to CFLAGS (and others), don't replace it
8920         * support/cpp2/Makefile.in: new EXEEXT
8921         * src/pic/glue.c (pic14emitRegularMap): fixed warning
8922
8923 2003-04-24  Bernhard Held <bernhard AT bernhardheld.de>
8924
8925         Cygwin's gcc always appends .exe: 'gcc -o a a.c' creates a.exe;
8926         EXEEXT was introduced to fix all related problems with targets
8927         "clean", "install" and "uninstall"; a couple of further flaws
8928         especially with "clean" have been fixed too
8929         * as/mcs51/Makefile.in
8930         * as/mcs51/clean.mk
8931         * as/z80/Makefile
8932         * Makefile
8933         * clean.mk
8934         * debugger/mcs51/Makefile.in
8935         * debugger/mcs51/clean.mk
8936         * link/z80/Makefile
8937         * link/z80/Makefile.in
8938         * link/z80/clean.mk
8939         * link/Makefile
8940         * packihx/Makefile.in
8941         * packihx/clean.mk
8942         * sim/ucsim/Makefile
8943         * sim/ucsim/clean.mk
8944         * sim/ucsim/avr.src/Makefile.in
8945         * sim/ucsim/avr.src/clean.mk
8946         * sim/ucsim/s51.src/Makefile.in
8947         * sim/ucsim/s51.src/clean.mk
8948         * sim/ucsim/xa.src/Makefile.in
8949         * sim/ucsim/xa.src/clean.mk
8950         * sim/ucsim/z80.src/Makefile.in
8951         * sim/ucsim/z80.src/clean.mk
8952         * sim/ucsim/main_in.mk
8953         * sim/ucsim/packages_in.mk
8954         * sim/ucsim/gui.src/Makefile.in
8955         * sim/ucsim/gui.src/serio.src/Makefile.in
8956         * sim/ucsim/gui.src/serio.src/clean.mk
8957         * src/Makefile.in
8958         * src/clean.mk
8959         * support/cpp2/Makefile.in
8960         * support/cpp2/clean.mk
8961         * support/makebin/Makefile
8962         * support/makebin/clean.mk
8963         * support/scripts/sdcc_mingw32: --program-suffix no longer needed
8964         * doc/sdccman.lyx: --program-suffix no longer needed
8965
8966 2003-04-23  Karl Bongers(apply patches for Martin Helmling)
8967
8968          * debugger/mcs51/sdcdb.c,simi.c,cmd.c,..
8969          Martin Helmling added support for ddd GUI debugger.
8970          Code added to display assembly, set variables, and other commands
8971          to interface to ddd.
8972
8973 2003-04-23  Bernhard Held <bernhard AT bernhardheld.de>
8974
8975         * as/Makefile: fix target clean
8976         * as/clean.mk: fix target clean
8977         * as/z80/clean.mk: fix target clean
8978
8979 2003-04-22  Bernhard Held <bernhard AT bernhardheld.de>
8980
8981         * Makefile.common.in: added  AT EXEEXT AT
8982         * configure.in: removed all mingw32 stuff
8983         * configure: rebuilt from configure.in
8984         * doc/sdccman.lyx: updated section "installation"
8985         * support/scripts/sdcc_mingw32: adapted to configure
8986         * support/scripts/sdcc_cygwin_mingw32: added
8987
8988 2003-04-22  Scott Dattalo  <scott AT dattalo.com>
8989
8990         * src/pic Added object file support for the PIC port
8991         * src/pic Applied patch from Craig Franklin (this started the object file support)
8992         * src/regression Updated the PIC regression tests for object files
8993
8994 2003-04-20  Borut Razem <borut.razem AT siol.net>
8995
8996         * sdcc/as/mcs51/lklex.c: make getfid() more robust and fixed gcc warning:
8997           lklex.c: In function `getfid':
8998           lklex.c:203: warning: array subscript has type `char'
8999         * src/SDCCglobl.h: small change in stack handling macros, to avoid crash when compiled
9000           with MSVC with global optimization enabled (probably an cl compiler bug ;-)
9001         * support/Util/SDCCerr.c, support/Util/SDCCerr.h: added function fatal(), called from
9002           stack handling macros
9003
9004 2003-04-19  Borut Razem <borut.razem AT siol.net>
9005
9006         * "handling space characters in file path" task:
9007         * src/SDCCmacro.c: fixed bug in handlig quote at the end of line
9008         * support/Util/BuildCmd.c: define par as NULL if parameter value is invalid
9009         * support/Util/MySystem.h: make it self-sufficient
9010         * src/avr/main.c, src/ds390/main.c, src/mcs51/main.c, src/pic/main.c, src/xa51/main.c,
9011           src/z80/main.c, sdcc/as/mcs51/lklex.c:
9012           handling space characters in file path
9013         * src/SDCCmain.c: introduced setDataPaths() function, {datadir} macro
9014           (it will be used by assemblers, which have their own includes, e.g. gpasm)
9015         * support/Util/MySystem.c: handling space characters in executable's path
9016
9017 2003-04-19  Bernhard Held <bernhard AT bernhardheld.de>
9018
9019         * as/z80/Makefile: fix permanent rebuild of z80
9020         * sim/ucsim/gui.src/Makefile.in: target "install" builds the same packages as target "all"
9021         * support/regression/tests/bitfields.c: added Johan's bitfields.c
9022
9023 2003-04-18      Kevin Vigor <kevin AT vigor.nu>
9024
9025         * src/SDCCopt.c: add special case optimization to replace modulo by
9026           a power of two with a bitwise AND.
9027
9028 2003-04-18    <johan AT balder>
9029
9030         * src/mcs51/gen.c (getFreePtr): fixed bug #635354
9031
9032 2003-04-17    <johan AT balder>
9033
9034         * src/mcs51/ralloc.c (packRegsForAssign): fixed bug #716790 and removes lot's of redundant register usage around function calls
9035         * src/mcs51/ralloc.c (packRegisters): fixed bug #720667
9036
9037 2003-04-13  Borut Razem <borut.razem AT siol.net>
9038
9039         * doc/sdccman.lyx: updated info about #pragma SAVE/RESTORE nesting
9040         * configure.in, configure: fixed problems on cygwin/WinCVS environmet with ports.* line endings;
9041           fixed mingw problem in adl_NORMALIZE_PATH
9042
9043 2003-04-12  Borut Razem <borut.razem AT siol.net>
9044
9045         * fixed "#pragma SAVE/RESTORE can not be nested":
9046         * src/SDCC.lex: reworked pragma handling functions
9047         * sdcc/src/SDCCglobl.h: reworked stack handling macros
9048         * support/Util/SDCCerr.c, support/Util/SDCCerr.h: added E_STACK_VIOLATION error
9049
9050 2003-04-12  Bernhard Held <bernhard AT bernhardheld.de>
9051
9052         * src/SDCCutil.c (pathEquivalent): defined but not used
9053         * debugger/mcs51/sdcdb.c: replace SDCC_LIB_DIR
9054         * configure.in: remove sdcc_datadir, sdcc_lib_dir and sdcc_include_dir
9055         * configure: rebuilt from configure.in
9056         * sdccconf_in.h: remove SDCC_LIB_DIR and SDCC_INCLUDE_DIR
9057         * sdcc_vc_in.h: remove SDCC_LIB_DIR and SDCC_INCLUDE_DIR
9058         * device/include/Makefile.in: replace sdcc_datadir
9059         * device/lib/Makefile.in: replace sdcc_datadir
9060         * Makefile.common.in: add LDFLAGS from configure
9061         * packihx/Makefile.in: use LDFLAGS
9062         * src/Makefile.in: use LDFLAGS
9063         * support/cpp2/Makefile.in: add LDFLAGS from configure
9064         * support/makebin/Makefile: use LDFLAGS
9065         * .version: bumped version number to 2.3.5
9066
9067 2003-04-12  Borut Razem <borut.razem AT siol.net>
9068
9069         * completed "different paths" task:
9070         * src/SDCCmacro.c: fixed bug in handling quotes
9071         * src/SDCCutil.c, src/SDCCutil.c: rewritten getPrefixFromBinPath()
9072         * src/SDCCmain.c: _discoverPaths() replaced with setBinPaths(), setIncludePath() and setLibPath()
9073
9074 2003-04-12  Bernhard Held <bernhard AT bernhardheld.de>
9075
9076         * src/pic/pcoderegs.c (Remove1pcode): fix warning on alpha
9077
9078 2003-04-11 kevin Vigor <kevin AT vigor.nu>
9079
9080         * ds390/gen.c ds390/peeph.def: fix bug 706781
9081
9082 2003-04-11  Borut Razem <borut.razem AT siol.net>
9083
9084         * support/Util/dbuf.c, support/Util/dbuf.h: update to version 1.1.1 - re-added C++ stuff to make it still more portable
9085
9086 2003-04-10  Scott Dattalo  <scott AT dattalo.com>
9087
9088         * src/pic/* Applied the pointer-to-function patch from Steve Tell.
9089         * src/pic/* Fixed several pointer bugs. (PIC port broke when the ruonly bit was
9090          set - this bit used to not be set...).
9091         * src/pic/gen.c Fixed buf 609268 ==> x = (x+1) & 0xf; generated
9092           bad code in PIC Port
9093         * src/regression/and2.c added to test bug 609268
9094         * src/regression/Makefile added and2.c to regression test
9095
9096
9097 2003-04-08    <johan AT CP255758-A>
9098
9099         * src/mcs51/gen.c (gen51Code): display reg usage in --icode-in-asm
9100         * src/mcs51/ralloc.c (serialRegAssign): update the registers in use and save some slocs
9101         * src/SDCCicode.h: added riu to show the register usage in --icode-in-asm
9102
9103 2003-04-07  Bernhard Held <bernhard AT bernhardheld.de>
9104
9105         * configure.in: fully support prefix, exec_prefix, datadir, docdir;
9106         fix bug #487815
9107         * support/cpp2/Makefile.in: fix bug #487815
9108         * configure: rebuilt from configure.in
9109         * Makefile.common.in: docdir changed, new path suffixes
9110         * sdccconf_in.h: new RETSIGTYPE, and other PATHs
9111         * sdcc_vc_in.h: reflect changes from sdccconf.h
9112         * src/SDCCglobl.h: remove *SEPARATOR_CHARS, they are now in sdccconf.h
9113         * src/SDCCutil.h: remove BINDIR hack
9114         * doc/sdccman.lyx: update new path hierarchy
9115
9116 2003-04-06    Paul Stoffregen <paul AT pjrc.com>
9117
9118         * src/SDCCpeeph.c: added okToRemoveSLOC test
9119
9120 2003-04-06    Paul Stoffregen <paul AT pjrc.com>
9121
9122         * device/lib/printf_fast.c: added leading zero format ("%06d", etc)
9123
9124 2003-04-06    Paul Stoffregen <paul AT pjrc.com>
9125
9126         * src/SDCCpeeph.c: added labelIsReturnOnly test
9127         * src/mcs51/peeph.def: Peephole 244: replace ljmp to ret with ret
9128
9129 2003-04-05    <johan AT balder>
9130
9131         * src/SDCCcse.c (cseAllBlocks): fixed bug #460088
9132         * src/SDCCloop.c (DEFSETFUNC): fixed bug #460088
9133         * src/SDCCopt.c (eBBlockFromiCode): fixed bug #460088
9134         * src/SDCCast.c: fixed a warning
9135         * src/SDCCast.h: fixed a warning
9136         * src/SDCCicode.c (operandFromAst): fixed a warning
9137
9138 2003-04-04    <johan AT balder>
9139
9140         * src/SDCCloop.c (DEFSETFUNC): undid the fix for bug #519584
9141         * src/SDCCast.c (decorateType): fixed bug #715076
9142         * src/SDCC.y: fixed bug #702907
9143
9144 2003-04-03    <johan AT balder>
9145
9146         * device/lib/_mulint.c (_muluint): new #pragma LESS_PEDANTIC
9147         * src/SDCCopt.c (eBBlockFromiCode): new #pragma LESS_PEDANTIC
9148         * src/SDCCglobl.h (PRAGMA_LESSPEDANTIC): new #pragma LESS_PEDANTIC
9149         * src/SDCC.lex (doPragma): new #pragma LESS_PEDANTIC
9150         * src/SDCCmain.c (parseCmdLine): new #pragma LESS_PEDANTIC
9151
9152 2003-04-03  Bernhard Held <bernhard AT bernhardheld.de>
9153
9154         * _decdptr.c: fix return values
9155         * _gptrget.c: fix return values
9156         * _gptrgetc.c: fix return values
9157         * _gptrput.c: fix return values
9158         * _mulint.c: fix return values
9159         * as/z80/Makefile: fix 'make -j' problem
9160
9161 2003-04-02  Bernhard Held <bernhard AT bernhardheld.de>
9162
9163         * Makefile.common.in: unused PORT, SCC and SAS removed, fixed docdir
9164         * configure.in: big cleanup, updated to autoconf 2.5x
9165         * configure: rebuilt from configure.in
9166         * sdccconf_in.h: new RETSIGTYPE, and other PATHs
9167         * sdcc_vc_in.h: reflect changes from sdccconf.h
9168         * doc/Makefile: fixed a flaw in "make install"
9169
9170 2003-04-02    <johan AT balder>
9171
9172         * src/ds390/gen.c (genCmp): no comments
9173         * src/mcs51/gen.c (genCmp): no comments
9174         * src/SDCCopt.c (eBBlockFromiCode): detect missing return values
9175         * src/SDCCast.c (ast_print): fixed the function type in --dumptree
9176
9177 2003-04-01  Bernhard Held <bernhard AT bernhardheld.de>
9178
9179         * support/regression/generate-cases.py: place generated file in given sub directory
9180         * support/regression/ports/host/spec.mk: prevent removal of testfwk.o
9181         * support/regression/Makefile: improvements for 'make -j';
9182         side effect: it's simpler and faster now
9183
9184 2003-03-31  Borut Razem <borut.razem AT siol.net>
9185
9186         * src/z80/main.c: link-{port} and as-{port} defined without path
9187         * src/src.dsp: support/Util/MySystem.h and src/SDCCutil.h added to project
9188
9189 2003-03-31  Bernhard Held <bernhard AT bernhardheld.de>
9190
9191         * Makefile, src/Makefile.in: add dependencies, so that 'make -j' works
9192
9193 2003-03-30  Borut Razem <borut.razem AT siol.net>
9194
9195         * support/Util/BuildCmd.c, support/Util/BuildCmd.h: rewrite buildCmdLine(),
9196           changed type of list parameter to set
9197         * src/ds390/main.c: changed type of parameter asmOptions to set in _tininative_do_assemble()
9198         * src/port.h: changed type of do_assemble() parameter to set
9199         * src/SDCCmain.c: type of asmOptions changed to set, introduced setParseWithComma(),
9200           sdcpp defined without path, removed variable VersionString, introduced set binPathSet,
9201           definition of "cppoutfilename" macro with NULL value in preProcess()
9202         * src/SDCCglobl.h: included "SDCCset.h", added declaration of setParseWithComma()
9203         * src/SDCCglue.c: removed variable VersionString, inroduced spacesToUnderscores()
9204         * support/Util/MySystem.c, support/Util/MySystem.h: rewrite, char *ExePathList[]
9205           replaced with set *binPathSet
9206         * shash_add() deallocates the item, if allready exsists, before adding the new one
9207         * src/SDCCmacro.c: handling macros with empty or NULL values in _evalMacros()
9208
9209 2003-03-30  Scott Dattalo  <scott AT dattalo.com>
9210
9211         * src/pic/gen.c: Commit patch from Steve Tell <tell AT telltronics.org> that fixes
9212           a nested for loop bug in the PIC port
9213         * src/regression/nestfor.c: new regression test file Steve wrote to test nested
9214           for loops
9215
9216 2003-03-29  Bernhard Held <bernhard AT bernhardheld.de>
9217
9218         * support/Util/dbuf.h: remove C++ stuff to make it portable
9219
9220 2003-03-28  Borut Razem <borut.razem AT siol.net>
9221
9222         * src/SDCC.lex: Fix for bug #711240: dynamic buffer handling of C
9223           literal strings in stringLiteral()
9224         * support/Util/dbuf.c, support/Util/dbuf.h: added: dynamic buffer handling
9225         * src/Makefile.bcc, src/Makefile.in, src\src.dsp: added support/Util/dbuf.c
9226           to the project
9227
9228 2003-03-27  Paul Stoffregen <paul AT pjrc.com>
9229
9230         * src/SDCCpeeph.c (pcDistance): accurate byte distance for mcs51
9231
9232 2003-03-26    <johan AT balder>
9233
9234         * src/mcs51/gen.c (saveRegisters): catched symbol abuse
9235         * src/ds390/gen.c (saveRegisters): catched symbol abuse
9236         * src/SDCCast.c (decorateType): fixed " -v < 3"
9237
9238 2003-03-23  Bernhard Held <bernhard AT bernhardheld.de>
9239
9240         * doc/cdbfile.html: removed, replaced by cdbfileformat.lyx
9241         Added Lenny Story's debug infrastructure changes:
9242         * src/Makefile.in:  added new files cdbFile.c and SDCCdebug.c
9243         * src/Makefile.bcc: added new files cdbFile.c and SDCCdebug.c
9244         * src/cdbFile.c: added
9245         * src/SDCCdebug.c: added
9246         * src/SDCCdebug.h: added
9247         * src/SDCCast.c (createFunction)
9248         * src/SDCCglue.c (emitRegularMap, emitStaticSeg, emitOverlay, glue)
9249         * src/SDCCmain.c (parseCmdLine, main)
9250         * src/SDCCmem.c (redoStackOffsets)
9251         * src/SDCCsymt.c (cdbStructBlock, cdbTypeInfo, cdbSymbol, cdbStruct, cdbStructBlock)
9252         * src/SDCCsymt.h
9253         * src/common.h
9254         * src/avr/gen.c (genAVRCode)
9255         * src/ds390/gen.c (gen390Code)
9256         * src/mcs51/gen.c (gen51Code)
9257         * src/pic/gen.c (genpic14Code)
9258         * src/pic/glue.c (pic14emitRegularMap, pic14emitStaticSeg, pic14emitOverlay, picglue)
9259         * src/xa51/gen.c (genXA51Code)
9260         * src/SDCCast.c: fixed "void foo(void){char c; -c < 0;}"
9261
9262 2003-03-22  Frieder Ferlemann <Frieder.Ferlemann AT web.de>
9263
9264         * src/mcs51/gen.c (genCodePointerGet): quicker code for bug #700797
9265         * src/mcs51/peeph.def: added rules 177, 241.x to 243, touched 181, 182.x, 193.x
9266
9267 2003-03-22    <johan AT balder>
9268
9269         * src/SDCCicode.c (geniCodeDerefPtr): fixed bug #698231
9270
9271 2003-03-21  Bernhard Held <bernhard AT bernhardheld.de>
9272
9273         * support/scripts/sdcc_mingw32: adapted to configure from autoconf 2.54
9274         * doc/cdbfileformat.lyx: added, written by Lenny Story
9275         * doc/Makefile: added cdbfileformat.lyx
9276         * doc/clean.mk: added cdbfileformat.lyx
9277
9278 2003-03-20  Bernhard Held <bernhard AT bernhardheld.de>
9279
9280         * src/mcs51/peeph.def: fix bug #705773
9281
9282 2003-03-20    <johan AT balder>
9283
9284         An sfr/sbit can have an "at #" AND an initializer
9285         * src/SDCCsymt.c (checkSClass):
9286         * src/SDCCmem.c (allocGlobal):
9287         * src/SDCCmem.c (allocLocal):
9288         * src/SDCCast.c (createBlock):
9289
9290 2003-03-17  Bernhard Held <bernhard AT bernhardheld.de>
9291
9292         * src/ds390/peeph.def: fix bug #704878: added rule 213.b suggested by Jan Rejlek
9293
9294 2003-03-16    <johan AT balder>
9295
9296         Undid the hackup of const and volatile, the problem is much bigger
9297         * src/SDCC.y:1.65
9298         * src/SDCCast.c:1.171
9299         * src/SDCCglue.c:1.138
9300         * src/SDCCicode.c:1.146
9301         * src/SDCCsymt.c:1.150
9302         * src/SDCCval.c:1.65
9303
9304 2003-03-15  Bernhard Held <bernhard AT bernhardheld.de>
9305
9306         * src/mcs51/ralloc.c (packRegsForAssign): fixed bug #703541
9307         * src/ds390/gen.c (genAddrOf): fixed bug #704087
9308
9309 2003-03-13    <johan AT balder>
9310
9311         Hackup const and volatile modifiers in type chains a bit:
9312         * src/SDCC.y:1.63
9313         * src/SDCCast.c:1.169
9314         * src/SDCCglue.c:1.136
9315         * src/SDCCicode.c:1.143
9316         * src/SDCCsymt.c1.146
9317         * src/SDCCsymt.h1.59
9318         * src/SDCCval.c:1.63
9319
9320 2003-03-12    <johan AT balder>
9321
9322         * src/SDCCBBlock.h: more LRH debugging junk
9323         * src/SDCCcflow.h: more LRH debugging junk
9324         * src/SDCCloop.c: more LRH debugging junk
9325         * src/SDCC.y (struct_declaration): fixed bug #697590
9326         * src/SDCCsymt.[hc] (cloneSpec): NEVER EVER use this again
9327         * src/ds390/gen.c (aopForRemat): fixed bug #700031
9328         * src/SDCCglue.c (emitStaticSeg): fixed bug #700797
9329
9330 2003-03-11 Kevin Vigor <kevin AT vigor.nu>
9331         * src/SDCCpeeph.c: quit being lazy and made proper fix (peephole
9332         test function names must now match exactly).
9333         * src/SDCCcse.c: added special case in findCheaperOp to allow
9334         extending a short integer. Makes less awful code for bug 700121 test case.
9335
9336 2003-03-11  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
9337
9338         * as/mcs51/lkmain.c: Added ASlink-Warning to messages
9339         * as/mcs51/lkaomf51.c: Fixed bug when linking asmblink example
9340
9341 2003-03-11 Kevin Vigor <kevin AT vigor.nu>
9342
9343         * src/SDCCpeeph.c: fix so that operandsNotEqualX functions are
9344         actually called (operandsNotEqual() was called for all
9345         operandsNotEqualX tests).
9346
9347 2003-03-11 Kevin Vigor <kevin AT vigor.nu>
9348
9349         * src/SDCCcse.c: fix findCheaperOp to prevent replacing int types
9350         with shorter literals. Fixes bug 700121.
9351
9352 2003-03-11    <johan AT balder>
9353
9354         * src/SDCCsymt.c (compareType): a (void *) can be assigned to any pointer
9355
9356 2003-03-11  Bernhard Held <bernhard AT bernhardheld.de>
9357
9358         * src/SDCCloop.c (mergeRegions): an evil beast is dead
9359         * src/SDCCmain.c (preProcess): minor cleanup: eliminate preOutName
9360
9361 2003-03-10  Borut Razem <borut.razem AT siol.net>
9362
9363         * src/SDCCmain.c: pipe preprocessor's output
9364         * support/Util/MySystem.c, support/Util/MySystem.h: added my_popen()
9365         * sdcc_vc_in.h: define pclose as _pclose for WIN32
9366         * src/SDCCglue.c, src/SDCCglue.h: added set pipeSet, added function closePipes,
9367         which closes all pipes in pipeSet set
9368         * src/SDCCset.c: free deleted item in function deleteSetItem()
9369         * src/src.dsp, src/z80/z80.dsp: files support/Util/BuildCmd.c and support/Util/MySystem.c
9370         moved from z80 to src subproject
9371         * .version: increased version number to 2.3.4
9372
9373 2003-03-10  Bernhard Held <bernhard AT bernhardheld.de>
9374
9375         * support/regression/ports/mcs51/spec.mk: increase timeout for CF's sparc to 30s
9376         * support/regression/ports/ds390/spec.mk: increase timeout for CF's sparc to 25s
9377         * support/regression/ports/xa51/spec.mk: fix typo
9378
9379 2003-03-09  Bernhard Held <bernhard AT bernhardheld.de>
9380
9381         * src/SDCCglobl.h: PATH_MAX is already defined in mingw32 headers
9382
9383 2003-03-09  Borut Razem <borut.razem AT siol.net>
9384
9385         * src/SDCCmain.c: pipe preprocessor's output
9386         * support/Util/MySystem.c, support/Util/MySystem.h: added my_popen()
9387         * sdcc_vc_in.h: define pclose as _pclose for WIN32
9388         * src/SDCCglue.c, src/SDCCglue.h: added set pipeSet, added function closePipes,
9389         which closes all pipes in pipeSet set
9390         * src/SDCCset.c: free deleted item in function deleteSetItem()
9391         * src/src.dsp, src/z80/z80.dsp: files support/Util/BuildCmd.c and support/Util/MySystem.c
9392         moved from z80 to src subproject
9393
9394 2003-03-09  Borut Razem <borut.razem AT siol.net>
9395
9396         * src/SDCCglue.c: re-implemented tempfilename() and tempfile(): using mkstemp() if available
9397         * src/SDCCsymt.h: fixed MSVC and BORLANDC compilation (included SDCCglobl.h instead srccconf.h)
9398         * sdcc_vc_in.h: explicitly undefined HAVE_MKSTEMP which is not available on BORLANDC and MSVC
9399         * src/SDCCset.h: removed inclusion of sdccconf.h or sdcc_vc.h
9400         * src/SDCCglobl.h: unification of WIN32 native definitions
9401
9402 2003-03-09  Frieder Ferlemann <Frieder.Ferlemann AT web.de>
9403
9404         * src/mcs51/gen.c: applied in-/dec patch mentioned on sdcc-devel 2003-03-01
9405
9406 2003-03-08  Bernhard Held <bernhard AT bernhardheld.de>
9407
9408         * src/configure.in:   check for endianess (even while cross-compiling)
9409         * src/configure:      check for endianess (even while cross-compiling)
9410         * src/configure_in.h: check for endianess (even while cross-compiling)
9411         * src/avr/gen.c:        remove old endianess stuff
9412         * src/mcs51/gen.c:      remove old endianess stuff
9413         * src/ds390/gen.c:      remove old endianess stuff
9414         * src/pic/gen.c:        remove old endianess stuff
9415         * src/pic/genarith.c:   remove old endianess stuff
9416         * src/pic/glue.c:       fix endianess check
9417         * src/pic16/gen.c:      remove old endianess stuff
9418         * src/pic16/genarith.c: remove old endianess stuff
9419         * src/pic16/glue.c:     fix endianess check
9420         * src/xa51/gen.c:       remove old endianess stuff
9421         * src/z80/gen.c:        fix endianess check
9422         * src/SDCCglue.c:       fix endianess check
9423         * src/ds390/peeph.def: fix bug 700036
9424
9425 2003-03-08  Bernhard Held <bernhard AT bernhardheld.de>
9426
9427         * src/SDCCsymt.h: use appropriate data-types on host for SDCC's int and long
9428         * src/configure: find appropriate data-types on host for SDCC's int and long
9429         * src/configure.in: find appropriate data-types on host for SDCC's int and long
9430         * src/sdccconf_in.h: find appropriate data-types on host for SDCC's int and long
9431         * src/xa51/gen.c: use %d, not %ld for 4 byte variables
9432
9433 2003-03-07    <johan AT balder>
9434
9435         Just a big NOOP:
9436                 some minor cleanups before the big shot
9437                 OP_DEFS and OP_USES now use Kevin's protection
9438                 new option --nolabelopt
9439
9440         * src/SDCCBBlock.c:
9441         * src/SDCCast.c,:
9442         * src/SDCCcflow.c:
9443         * src/SDCCcse.c:
9444         * src/SDCCicode.c:
9445         * src/SDCCicode.h:
9446         * src/SDCClabel.c:
9447         * src/SDCCloop.c:
9448         * src/SDCCmain.c:
9449         * src/ds390/ralloc.c:
9450         * src/mcs51/ralloc.c:
9451         * src/pic/ralloc.c:
9452         * src/xa51/ralloc.c:
9453         * src/z80/ralloc.c:
9454
9455 2003-03-06  Bernhard Held <bernhard AT bernhardheld.de>
9456
9457         * src/pic/pcode.c (get_op): fix 64 bit warnings
9458         * src/pic/pcode.c (pCode2str): fix 64 bit warnings
9459         * src/SDCChasht.c (newHashTable): fix 64 bit warnings
9460         * src/SDCCsymt.c (checkTypeSanity): fix 64 bit warnings
9461         * support/regression/tests/malloc.c: fix 64 bit warnings
9462
9463 2003-03-04  Bernhard Held <bernhard AT bernhardheld.de>
9464
9465         * src/mcs51/gen.c (genMinus): fixed bug 696436
9466
9467 2003-03-02  Borut Razem <borut.razem AT siol.net>
9468
9469         * src/SDCCmain.c: added BORLANDC, corrected MSVC in printVersionInfo()
9470
9471 2003-02-26  Bernhard Held <bernhard AT bernhardheld.de>
9472
9473         * configure.in: test for mkstemp
9474         * sdccconf_in.h: add HAVE_MKSTEMP
9475
9476 2003-02-24  Bernhard Held <bernhard AT bernhardheld.de>
9477
9478         * device/include/ctype.h: removed warning while using --stack-auto
9479         * device/include/malloc.h: removed warning while using --stack-auto
9480         * device/include/string.h: removed warning while using --stack-auto
9481
9482 2003-02-23  Borut Razem <borut.razem AT siol.net>
9483
9484         * src/asm.h: corrected assertion in function printILine(): _pipe() was not executed on MSVC,
9485         because NDEBUG is defined (see man assert)
9486         * sdcc_vc_in.h: vsnprintf is defined as _vsnprintf on MSVC
9487
9488 2003-02-23  Frieder Ferlemann <Frieder.Ferlemann AT web.de>
9489
9490         * src/mcs51/gen.c (genUminusFloat): avoided dptr in-/decrement for xdata variables
9491         * src/mcs51/peeph.def: added rule suggested by Gernot Fink, white space/comment changes
9492
9493 2003-02-18  Frieder Ferlemann <Frieder.Ferlemann AT web.de>
9494
9495         * src/SDCCpeeph.c: added peephole conditions testing for same arguments
9496         * src/mcs51/peeph.def: added rules 238a-d which remove redundant moves
9497
9498 2003-02-18    <johan AT balder>
9499
9500         * as/mcs51/asmain.c (asmbl): module can start with a digit
9501         * as/z80/asmain.c (asmbl): module can start with a digit
9502
9503 2003-02-16  Bernhard Held <bernhard AT bernhardheld.de>
9504
9505         * sim/ucsim/mkecho: inserted #!/bin/sh for Cygwin, so that it's executable
9506         * src/asm.c: fix pipe() for Mingw32
9507
9508 2003-02-15  Bernhard Held <bernhard AT bernhardheld.de>
9509
9510         * src/SDCCglue.h: make tmpfileNameSet available for preOutName
9511         * src/SDCCmain.c (preProcess): make sure, that preOutName will be deleted;
9512         make -V work again; --c1mode reads now from stdin
9513         * doc/sdccman.lyx: added --c1mode
9514         * support/Util/SDCCerr.c: new messages for c1 mode
9515         * support/Util/SDCCerr.h: new messages for c1 mode
9516         * src/SDCC.lex (checkCurrFile): test if fullSrcFileName is NULL for c1mode
9517
9518 2003-02-15    <johan AT balder>
9519
9520         * src/asm.c: new options: --no-c-code-in-asm and --i-code-in-asm
9521
9522 2003-02-14  Bernhard Held <bernhard AT bernhardheld.de>
9523
9524         * doc/sdccman.lyx: Environment variables, -o and other minor things
9525
9526 2003-02-14    <johan AT balder>
9527
9528         * src/xa51/main.c: before anyone really tries to use it :)
9529
9530         * Install doc's in share/sdcc/doc
9531         * removed some obsolete files
9532         * Do a proper make distclean and uninstall
9533         M Makefile.common.in
9534         R sdccbuild.sh
9535         M as/Makefile
9536         M device/include/Makefile.in
9537         M device/lib/Makefile.in
9538         M doc/sdccman.lyx
9539         M link/Makefile
9540         M sim/ucsim/doc/Makefile.in
9541         M src/clean.mk
9542         R src/avr/peeph.rul
9543         R src/xa51/peeph.rul
9544         M support/cpp2/Makefile.in
9545         M support/makebin/Makefile
9546
9547
9548 2003-02-13  Bernhard Held <bernhard AT bernhardheld.de>
9549
9550         * support/regression/ports/host/spec.mk: use cc as host compiler for max osx
9551
9552 2003-02-10  Borut Razem <borut.razem AT siol.net>
9553
9554         * doc/bccinst.txt, packihx/packihx.c, sdcc_vc_in.h, src/SDCCset.h,
9555         support/cpp2/config.in: Borland C++ build doesn't depend on Cygwin configure
9556         * Bcc.ini, Makefile.bcc, as/mcs51/Makefile.bcc,
9557         device/examples/ds390/tinitalk/Makefile.bcc, packihx/Makefile.bcc,
9558         support/cpp2/Makefile.bcc, src/Makefile.bcc, src/avr/Makefile.bcc,
9559         src/ds390/Makefile.bcc, src/izt/Makefile.bcc, src/mcs51/Makefile.bcc,
9560         src/pic/Makefile.bcc, src/pic16/Makefile.bcc, src/xa15/Makefile.bcc,
9561         src/z80/Makefile.bcc: Borland Makefile cleanup
9562         * as/z80/Makefile.bcc: Added Borland Makefile
9563         * support/cpp2/borland.h: Removed
9564
9565 2003-02-10  Bernhard Held <bernhard AT bernhardheld.de>
9566
9567         * doc/sdccman.lyx: new pragma NOIV by "Johannes Stezenbach" <js AT convergence.de>
9568         * src/SDCC.lex: new pragma NOIV
9569         * src/SDCCglobl.h: new pragma NOIV
9570         * src/SDCCmem.c: new pragma NOIV
9571
9572 2003-02-09  Bernhard Held <bernhard AT bernhardheld.de>
9573
9574         * src/SDCCmain.c: signal handling is switched off by SDCC_LEAVE_SIGNALS
9575
9576 2003-02-09  Bernhard Held <bernhard AT bernhardheld.de>
9577
9578         * src/SDCCmain.c: signal handling is switched off by --debug
9579         * doc/Makefile: small fix for install; use clean.mk again
9580         * doc/clean.mk: clean *.pdf and *.html too
9581
9582 2003-02-08  Bernhard Held <bernhard AT bernhardheld.de>
9583
9584         * device/lib/_mulint.c: small fix for large/ds390 --int-long-reent resp. --stack-auto
9585         * device/lib/printfl.c: fix a ds390 bug by making it portable
9586         * src/SDCCsymt.c (initCSupport): fix compile warning on Cygwin
9587         * src/SDCCopt.c (cnvToFloatCast): fix compile warning on Cygwin
9588         * src/SDCCopt.c (cnvFromFloatCast): fix compile warning on Cygwin
9589         * debugger/mcs51/cmd.c: converted multi-line string literals
9590         * sim/ucsim/globals.cc: converted multi-line string literals
9591         * src/SDCCmain.c: introduced signal handler to remove temp files
9592         * doc/Makefile: small tweaks, implement clean
9593         * doc: removed generated files
9594
9595 2003-02-05  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
9596
9597         * as/mcs51/aslink.h, as/mcs51/lkihx.c, as/mcs51/lkrloc.c:  Applied
9598         patch from Jan Rejlek <jr AT apex-lib.cz> to fix Bug 677692: "Extended
9599         Address Record is not correctly generated for DS390."
9600
9601 2003-02-02  Borut Razem <borut.razem AT siol.net>
9602
9603         * Makefile.bcc: removed non existing cpp project and non compilable izt project from makefile
9604         * as/mcs51/asm.h: fixed compilation with Borland C
9605         * support/cpp2/Makefile.bcc: added rule to generate auto-host.h
9606         * support/cpp2/auto-host_vc_in.h: fixed compilation with Borland C
9607         * src/mcs51/mcs51a.dsp: corrected misspelled project name from msc51a to mcs51a
9608         * src/avr/Makefile.bcc, src/ds390/Makefile.bcc, src/izt/Makefile.bcc,
9609         src/mcs51/Makefile.bcc, src/pic16/Makefile.bcc, src/xa51/Makefile.bcc,
9610         src/z80/Makefile.bcc: delete $(LIB) only if exist
9611         * src/Makefile.bcc, src/pic/Makefile.bcc:  fixed compilation with Borland C
9612
9613 2003-02-02  Bernhard Held <bernhard AT bernhardheld.de>
9614
9615         * device/include/malloc.h: introduced NULL
9616         * device/include/string.h: introduced NULL
9617         * device/include/stdlib.h: introduced NULL
9618         * device/lib/_memcpy.c: removed NULL
9619         * device/lib/_strcat.c: removed NULL
9620         * device/lib/_strchr.c: removed NULL
9621         * device/lib/_strcmp.c: removed NULL
9622         * device/lib/_strcpy.c: removed NULL
9623         * device/lib/_strcspn.c: removed NULL
9624         * device/lib/_strlen.c: removed NULL
9625         * device/lib/_strncat.c: removed NULL
9626         * device/lib/_strncmp.c: removed NULL
9627         * device/lib/_strncpy.c: removed NULL
9628         * device/lib/_strpbrk.c: removed NULL
9629         * device/lib/_strrchr.c: removed NULL
9630         * device/lib/_strspn.c: removed NULL
9631         * device/lib/_strstr.c: removed NULL
9632         * device/lib/_strtok.c: removed NULL
9633         * device/lib/malloc.c: removed NULL, include own header
9634
9635 2003-02-02    <johan AT balder>
9636
9637         * 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
9638         * support/regression/fwk/lib/testfwk.c: div and mod isn't broken anymore
9639         * regressions ds390/spec.mk and mcs51/spec.mk (timeout): my good old balder isn't fast enough for some tests
9640         * src/z80/gen.c (genZ80Code): added c-lines in asm comments
9641         * as/z80/asm.h (NINPUT): increased for long c-comments in regression tests
9642         * src/z80/gen.c (genRightShiftLiteral): fixed the (char)(-3)>>8 (I think)
9643
9644 2003-02-01  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
9645
9646         * src/SDCCmain.c: Fixed bug 678574: "ds390: ASlink-Error-Stack overlaps
9647         area 'DATA'"
9648
9649 2003-02-01    <johan AT balder>
9650
9651         * src/SDCCval.c (valBitwise): fixed Karl's "2 | (1<<8)"
9652
9653 2003-01-31    <johan AT CP255758-A>
9654
9655         * src/ds390/main.c (_ds390_genAssemblerPreamble): applied Jan Rejlek's >64K startup patch
9656
9657 2003-01-30    <johan AT balder>
9658
9659         * src/SDCCBBlock.c: automatic bug detection
9660         * src/SDCCicode.c: automatic bug detection
9661
9662 2003-01-29  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
9663
9664         * src/SDCCglobl.h:   now --xram-size 0 works
9665         * src/SDCCmain.c:    now --xram-size 0 works
9666
9667 2003-01-29    <johan AT balder>
9668
9669         * src/almosteverything: changed OP_DEFS and OP_USES from macros to functions to catch symbol abuse (a hot topic in the bug list :)
9670
9671 2003-01-29  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
9672
9673         * as/mcs51/aslink.h: Added options --xram-size and --code-size
9674         * as/mcs51/lkdata.c: Added options --xram-size and --code-size
9675         * as/mcs51/lkmain.c: Added options --xram-size and --code-size
9676         * as/mcs51/lkmem.c:  Added options --xram-size and --code-size
9677         * src/SDCCglobl.h:   Added options --xram-size and --code-size
9678         * src/SDCCmain.c:    Added options --xram-size and --code-size
9679
9680 2003-01-28  Bernhard Held <bernhard AT bernhardheld.de>
9681
9682         * src/ds390/gen.c: fix deps by replacing <common.h> with "common.h"
9683         * src/SDCC.lex: rename P_OVERLAY to P_OVERLAY_ for cross-gcc 3.2 MINGW32
9684
9685 2003-01-27    <johan AT balder>
9686
9687         * src/SDCC.y: fixed bug #613764
9688
9689 2003-01-26    <johan AT balder>
9690
9691         * src/SDCClrange.c:  fixed Bernhard's "char * code ptr = &c"
9692         * src/SDCCsymt.h: fixed bug #673374
9693         * src/SDCCglue.c: fixed bug #661910
9694         * src/SDCCast.c: fixed bug #458099 and 673374
9695
9696 2003-01-26  Bernhard Held <bernhard AT bernhardheld.de>
9697
9698         * as/mcs51/strcmpi.c: added, provides Aurelien Jarno's as_strcmpi(); strcmpi() is not ANSI
9699         * as/mcs51/strcmpi.h: added
9700         * as/mcs51/asm.h: remove ugly "#define strcmpi strcmp"
9701         * as/mcs51/aslink.h: remove ugly "#define strcmpi strcmp"
9702         * as/mcs51/asmain.c: strcmpi -> as_strcmpi
9703         * as/mcs51/assym.c: strcmpi -> as_strcmpi
9704         * as/mcs51/lkmem.c: strcmpi -> as_strcmpi
9705         * as/mcs51/lknoice.c: strcmpi -> as_strcmpi
9706         * as/mcs51/lksym.c: strcmpi -> as_strcmpi
9707         * as/mcs51/Makefile.aslink: new module strcmpi
9708         * as/mcs51/Makefile.asx8051: new module strcmpi
9709         * as/mcs51/Makefil.bcc: new module strcmpi
9710         * as/mcs51/Makefile.in: new module strcmpi
9711         * sim/ucsim/s51.src/uc390.cc (get_mem_size): make RAM big enough for tinibios
9712
9713 2003-01-26    <johan AT balder>
9714
9715         * src/SDCCglue.c: reverted back to 1.124
9716         * src/SDCCast.c: reverted back to 1.156
9717         * src/mcs51/gen.c (aopGet): applied Frieder's efficiency patch
9718
9719 2003-01-25    <johan AT balder>
9720
9721         * src/SDCCglue.c: A better fix for bug #661910
9722         * src/SDCCast.c: A better fix for bug #661910
9723         * src/SDCCglue.c (emitRegularMap): That was a little too efficient
9724
9725 2003-01-24  Bernhard Held <bernhard AT bernhardheld.de>
9726
9727         * src/Makefile.in: remove spawn.o
9728         * src/SDCCmain.c: remove spawn.h
9729         * src/SDCCmain.c (printVersionInfo): report MINGW32 instead of UNIX
9730         * src/spawn.c: removed
9731         * src/spawn.h: removed
9732         * support/regression/ports/ds390/spec.mk: link with -r
9733
9734 2003-01-24    <johan AT CP255758-A>
9735
9736         * src/ds390/gen.c (aopOp): fixed bug #667458
9737         * src/SDCCglue.c (emitRegularMap): fixed bug #458099 again
9738         * src/SDCCast.c (createIvalCharPtr): fixed bug #661910
9739         (createIvalCharPtr): an ival doesn't always have a storage class anymore
9740
9741 2003-01-24  Bernhard Held <bernhard AT bernhardheld.de>
9742
9743         * src/mcs51/peeph.def: better assembler identation by Frieder
9744         * src/mcs51/gen.c: better assembler identation by Frieder
9745
9746 2003-01-22  Bernhard Held <bernhard AT bernhardheld.de>
9747
9748         * as/z80/string.h: removed for gcc 3.2
9749         * support/makebin/makebin.c: #include <string.h> for gcc 3.2
9750         * src/pic/pcode.c (get_op_from_instruction): fix concatenation of string literals with __FUNCTION__ for gcc 3.2
9751
9752 2003-01-19  Bernhard Held <bernhard AT bernhardheld.de>
9753
9754         * src/SDCCmain.c (linkEdit): rename mem and map files even in case of failure
9755         * src/SDCCpeeph.c (replaceRule): fix bug #663503
9756         * support/regression/Makefile: separate temp files for ports
9757         * support/regression/generate-cases.py: separate temp files for ports
9758         * src/mcs51/peeph.def: Frieder: removed 237 (obsolete by 236g and 105); added 237 a/b
9759         * src/ds390/peeph.def: Frieder: removed 237 (obsolete by 236g and 105); added 237 a/b
9760
9761 2003-01-19  Bernhard Held <bernhard AT bernhardheld.de>
9762
9763         * moved tinitalk to device/examples/ds390
9764
9765 2003-01-14  Bernhard Held <bernhard AT bernhardheld.de>
9766
9767         * as/mcs51/lkmem.c: rflag is for DS390
9768         * src/SDCCglobl.h: removed out_name and options stackOnData, genericPtr
9769         * src/SDCCmain.c (optionsTable, setDefaultOptions): removed --stack-after-data and --generic
9770                          (linkEdit): move mem- and map-files the same way as ihx-files
9771         * src/z80/main.c (_setDefaultOptions): removed --generic
9772         * src/SDCCmain.c (_processC1Arg, parseCmdLine, main): --c1mode works again
9773         * src/SDCCglue.c (createInterruptVect, glue): --c1mode works again
9774         * src/pic/glue.c (picglue): --c1mode works again
9775         * src/pic16/glue.c (pic16glue): --c1mode works again
9776         * src/asm.c (printCLine): fix #660034
9777
9778 2003-01-13  Bernhard Held <bernhard AT bernhardheld.de>
9779
9780         * src/ds390/peeph.def: fix #123; add 14 rules by Fiorenzo D. Ramaglia <fd.ramaglia AT tin.it>, 1 by Frieder
9781         * src/mcs51/peeph.def: fix #123; add 14 rules by Fiorenzo, 1 by Frieder
9782         * src/mcs51/gen.c (genFunction): emit r0 instead of ar0 by Fiorenzo
9783         * as/mcs51/lkmem (summary): better fix for sp problem
9784         * src/SDCCglue.c (glue): __start_stack - 1, saves 1 byte!
9785         * src/ds390/main.c (_ds390_finaliseOptions, _tininative_finaliseOptions): stack_loc = 0x400008
9786         * support/regression/ports/*/spec.mk: moving testfwk-object to port dir allow parallel execution of regression tests
9787                                               remove --stack-after-data
9788
9789 2003-01-12  Bernhard Held <bernhard AT bernhardheld.de>
9790
9791         * src/SDCCmain.c (main): port->finaliseOptions() moved for z80 linking
9792         * src/SDCCutil.c (join): ugly bug: missing '\0'
9793         * as/mcs51/lkmem.c (summary): sp on address 7 is safe
9794
9795 2003-01-11  Bernhard Held <bernhard AT bernhardheld.de>
9796
9797         * src/SDCCmain.c (assemble, linkEdit): preparations for -o
9798         * src/port.h: typo
9799         * src/pic/main.c (_asmCmd): gpasm supports -o
9800         * src/z80/main.c: more general macros
9801         * device/lib/Makefile.in: remove intermediate files
9802
9803 2003-01-11  Bernhard Held <bernhard AT bernhardheld.de>
9804
9805         * .version: Bumped version number to 2.3.3
9806         * src/SDCCBBlock.c: new option -o
9807         * src/SDCCglobl.h: new option -o
9808         * src/SDCCglue.c: new option -o
9809         * src/SDCCmain.c: new option -o
9810         * src/asm.c: new option -o
9811         * src/ds390/main.c: new option -o
9812         * src/pic/glue.c: new option -o
9813         * src/pic/pcode.c: new option -o
9814         * src/pic/ralloc.c: new option -o
9815         * src/pic16/glue.c: new option -o
9816         * src/pic16/pcode.c: new option -o
9817         * src/pic16/ralloc.c: new option -o
9818         * src/z80/main.c: new option -o
9819         * device/lib/Makefile.in: use -o
9820         * support/regression/ports/ds390/spec.mk: use -o
9821         * support/regression/ports/gbz80/spec.mk: use -o
9822         * support/regression/ports/mcs51/spec.mk: use -o
9823         * support/regression/ports/mcs51-stack-auto/spec.mk: use -o
9824         * support/regression/ports/z80/spec.mk: use -o
9825         * support/regression/ports/ucz80/spec.mk: use -o
9826         * support/regression/ports/xa51/spec.mk: use -o
9827         * support/regression/fwk/lib/timeout.c: fix usage string
9828
9829 2003-01-09  Bernhard Held <bernhard AT bernhardheld.de>
9830         * src/mcs51/gen.c (genPlus): replaced "mov b,acc" by "mov b,a" Fiorenzo D. Ramaglia <fd.ramaglia AT tin.it>
9831
9832 2003-01-07    <johan AT balder>
9833
9834         * src/SDCCast.c (decorateType): fixed bug #600035
9835
9836 2003-01-07  Bernhard Held <bernhard AT bernhardheld.de>
9837         * as/mcs51/lkmem.c: added several l-modifiers to printf to remove warnings
9838         * as/mcs51/lkaomf51.c: #include <ctype.h> to remove warnings
9839         * src/pic/main.c (_hasNativeMulFor): outcommented unused variables to remove warnings
9840         * src/pic/pcode.c: outcommented unused variable to remove warnings
9841         * src/pic/ralloc.c: outcommented unused variable to remove warnings
9842
9843 2003-01-06    <karl AT turbobit.com>
9844         * sim/ucsim/cmd.src/command.cc: fixed so "break xram r 0x7654" works again in
9845    regression tests.
9846
9847 2003-01-06    <johan AT balder>
9848
9849         * src/SDCCicode.c: fixed array add
9850
9851 2002-01-05  Bernhard Held <bernhard AT bernhardheld.de>
9852         * src/SDCCmacro.c: MAX_STRING_LENGTH increased to 2048; was too small for regression tests
9853         * support/regression/ports/host/support.c: #include <stdarg.h> for gcc 3.2
9854
9855 2003-01-04    <johan AT balder>
9856
9857         * src/SDCCval.c (getNelements): fixed the initialized array of structures
9858
9859 2002-12-29  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
9860         * as/mcs51/Makefile.bcc: fixed typo lkomf51.o -> lkaomf51.o
9861
9862 2002-12-28  Bernhard Held <bernhard AT bernhardheld.de>
9863         * src/mcs51/peeph.def: added rules 234 and 235 from Frieder Ferlemann <frieder.ferlemann AT web.de>
9864         * support/regression/tests/bug-524697.c: fit mem usage into 8032
9865
9866 2002-12-28  Bernhard Held <bernhard AT bernhardheld.de>
9867         * src/mcs51/gen.c (aopGetUsesAcc): inserted missing "return FALSE"
9868
9869 2002-12-27  Bernhard Held <bernhard AT bernhardheld.de>
9870         * as/mcs51/Makefile.in: fixed typo lkomf51.o -> lkaomf51.o
9871
9872 2002-12-26  Bernhard Held <bernhard AT bernhardheld.de>
9873         * src/mcs51/main.c: removed {bindir}{sep} from aslink
9874
9875 2002-12-10  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
9876
9877     * in \sdcc\as\mcs51\ changed these files in order to create an
9878     aomf51 file: aslink.h, lkdta.c, lklex.c, lklibr.c, lklist.c,
9879     lkmain.c.  Also added: lkmem.c and lkaomf51.c.  Changed the
9880     following files to include the previous two files: aslink.dsp,
9881     Makefile.aslink, Makefile.bcc, and Makefile.in.
9882
9883     * Changed \sdcc\src\SDCCmain.c so it creates files with extension
9884     .adb instead of .cdb
9885
9886 2002-11-09  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
9887
9888         * \sdcc\as\mcs51\lklist.c: Now reports memory usage using the
9889         value from option --iram-size.
9890
9891 2002-09-20  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
9892
9893         * \sdcc\as\mcs51\lklist.c: added boundary check before using
9894         dram[] array.
9895
9896 2002-09-18    <wiml AT hhhh.org>
9897
9898         * SDCClrange.h: exposed setFromRange() and setToRange()
9899         * mcs51/ralloc.c: fixed over-eager packRegsForSupport() and
9900           packRegsForAccUse() (bug 542397)
9901         * mcs51/gen.c: MOVA() is now a function to avoid calling aopGet()
9902           multiple times and emitting the fetch operations more than once
9903           added aopGetUsesAcc() function to allow binary operators to
9904           fetch their operands in the correct order; made genMinus() emit
9905           compact code for X = LITERAL - Y
9906
9907 2002-09-00  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
9908         * \sdcc\as\mcs51\lklist.c: Fixed incorrect number of parameters to
9909         sprintf() in line 1267.
9910
9911 2002-09-08  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
9912         * \sdcc\src\SDCCglue.c: Generate areas REG_BANK_[0-3] only for 8051
9913         like ports.
9914
9915 2002-09-04  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
9916         Changes to aslink (All the changes are marked with 'JCF'):
9917
9918         * \sdcc\as\mcs51\aslink.h: External definition of sflag and
9919         summary().
9920
9921         * \sdcc\as\mcs51\lkarea.c: Computes the size of area BSEG_BYTES from
9922         area BSEG.  Also moves, if possible, the DATA area down into the internal
9923         ram so more space is available.
9924
9925         * \sdcc\as\mcs51\lkdata.c: Definition of memory summary output flag
9926         sflag.
9927
9928         * \sdcc\as\mcs51\lklist.c: For the BSEG area report the size in bits,
9929         not bytes.  Function summary() which creates a memory usage summary
9930         file with extension .mem.  Reports of overlaping stack and small stack
9931         size.  If the space for the stack is less than 16 bytes aslink trows a
9932         warning.
9933
9934         * \sdcc\as\mcs51\lkmain.c: Creation of some of the default areas for
9935         the 8051.  Option 'y' for memory summary output file.
9936
9937         Changes to sdcc (All the changes are marked with 'JCF'):
9938
9939         * \sdcc\src\SDCCglobl.h: External definition of RegBankUsed[4].
9940
9941         * \sdcc\src\SDCCglue.c:  If a register bank is used, creates an
9942         overlaying area for it (uses RegBankUsed[4]).
9943
9944         * \sdcc\src\SDCCmain.c: Definition RegBankUsed[4]; marks register
9945         bank zero as used by default.  By default aslink locates the stack
9946         (equivalent to --stack-after-data).  Pass option 'y' to aslink for
9947         the creation of the .mem file.  Delegates the allocation of data area
9948         to aslink (it is not longer 0x30 by default).  If --stack-loc passes
9949         the begining of the stack area to aslink.
9950
9951         * \sdcc\src\SDCCmem.c:  If a register bank is used, marks it so
9952         glue() in SDCCglue.c creates an area for it.
9953
9954 2002-09-03  Borut Razem <borut.razem AT siol.net>
9955         * sdcc/src/SDCCglue.c, sdcc/src/SDCCglue.h, sdcc/src/SDCCmain.c,
9956         sdcc/src/pic/glue.c:
9957         introduced atexit() handler for teporay files removal in case of
9958         errors, assertions, ...
9959
9960 2002-08-29  Borut Razem <borut.razem AT siol.net>
9961         * sdcc/support/cpp2/auto-host_vc_in.h:
9962         re-definition of O_BINARY and other O_XXX as _O_BINARY and _O_XXX, so the problem
9963         with the returned value from read() in sdcc/support/cpp2/cppfiles.c is solved for MSC.
9964         Maybe there is a similar problem with BORLANDC? It should be checked!
9965
9966         * sdcc/src/ds390/ralloc.c, sdcc/src/mcs51/ralloc.c, sdcc/src/z80/ralloc.c:
9967         corrected improper use of assert: the assignment to clr variable was done inside the assert.
9968         In case that NDEBUG was defined, the assert macro was substituted with no-op, so the assignment
9969         was not executed, and the compiler (cl) launched a warning:
9970         ralloc.c(1442) : warning C4700: local variable 'clr' used without having been initialized
9971
9972 2002-08-28  Bernhard Held <bernhard AT bernhardheld.de>
9973         * src/SDCCglue.c (printIvalArray): iterative calculation of array length
9974
9975 2002-08-28  Jesus Calvino-Fraga and Borut Razem <borut.razem AT siol.net>
9976         * sdcc/sdcc.dsw: added sdcpp, sdcppa, yacc, conf projects
9977
9978         * sdcc/src/src.dsp, sdcc/src/avr/avr.dsp, sdcc/src/ds390/ds390.dsp,
9979           sdcc/src/mcs51/mcs51.dsp, sdcc/src/pic/pic.dsp, sdcc/src/z80/z80.dsp,
9980           sdcc/src/xa51/xa51.dsp, sdcc/src/avr/avra.dsp,
9981           sdcc/src/ds390/ds390a.dsp, sdcc/src/mcs51/mcs51a.dsp,
9982           sdcc/src/pic/pica.dsp, sdcc/src/z80/z80a.dsp,
9983           sdcc/src/xa51/xa51a.dsp, sdcc/as/as_z80.dsp,
9984           sdcc/as/aslink.dsp, sdcc/as/asx8051.dsp, sdcc/packihx/packihx.dsp:
9985         - added Release configuration in VS projects
9986         - review of compiler an linker options
9987         - VC .exe files are generated in bin_vc directory, not to interfere
9988           with binaries generated from other projects (cygwin, mingw, bcc ...)
9989
9990         * sdcc/src/yacc.dsp: added
9991
9992         * sdcc/config.dsp, sdcc/configure_vc.awk, sdcc/sdcc_vc_in.h:
9993         added - genarate sdcc_vc.h using sdcc_vc_in.h as template
9994         and insert the version number definitions from .version
9995
9996         * sdcc/support/cpp2/sdcpp.dsp: added - VC project for sdcpp
9997
9998         * sdcc/support/cpp2/sdcppa.dsp, sdcc/support/cpp2/auto-host_vc_in.h:
9999         added - genarate auto-host.h using auto-host_vc_in.h as template
10000
10001         * sdcc/sdcc_vc.h,
10002         removed from CVS, generated automatically
10003
10004 2002-08-25  Bernhard Held <bernhard AT bernhardheld.de>
10005         * support/scripts/inc2h.pl: use gputils or gpasm (from Nathan Hurst)
10006
10007 2002-08-11  Borut Razem <borut.razem AT siol.net>
10008         * support/Util/NewAlloc.c: removed unneeded #include "sdccconf.h" (suggested by Jesus Calvino-Fraga)
10009
10010 2002-08-10  Borut Razem <borut.razem AT siol.net>
10011         * src/SDCCmain.c (main):
10012         file preOutName was unlinked before closed. This seems to be OK on UNIX and cygwin
10013         platforms, but it doesn't work with Visual Studio: the opened file can not be removed.
10014         The consequence was that some temporary files were not removed.
10015
10016         * src/SDCCglue.c:
10017         unification of code in functions tempfilename() and tempfile():
10018         function tempnam() is defined in Visual Studio 6.0 and .NET
10019
10020         * sdcc/sdcc.dsw: removed project sdcpp, added project xa51a
10021
10022         * sdcc/src/src.dsp, sdcc/src/avr/avr.dsp, sdcc/src/ds390/ds390.dsp,
10023           sdcc/src/mcs51/mcs51.dsp, sdcc/src/pic/pic.dsp, sdcc/src/z80/z80.dsp:
10024         - removed compiler command line option /WX: Treats all warnings as errors
10025         - update a list of source files, included into the project
10026
10027         * sdcc/src/avr/avra.dsp, sdcc/src/ds390/ds390a.dsp, sdcc/src/mcs51/mcs51a.dsp,
10028           sdcc/src/pic/pica.dsp, sdcc/src/z80/z80a.dsp:
10029         changed project type to Generic Project so that can be correcly converted to VS.NET project
10030
10031         * sdcc/as/mcs51/asm.h: definition of PATH_MAX for MSC
10032
10033         * sdcc/src/SDCCast.c: solved MSC error in function decorateType()
10034
10035         * sdcc/src/SDCC.y: added missing ending ';' to rules to get rid of bison warnings
10036
10037         * dcc/src/ds390/ralloc.c, sdcc/src/mcs51/ralloc.c:
10038         added return 0 statements after assert() to make compiler happy
10039
10040         * sdcc/src/xa51/peeph.rul, sdcc/src/xa51/peeph.def, sdcc/src/z80/ralloc.c:
10041         added newline in the def file to keep MSC compiler satisfied
10042
10043         * sdcc/src/z80/gen.c:
10044         - function strcasecmp() is not defined in MSC (and probably also in BORLANDC),
10045           so it is replaced with STRCASECMP, which is defined as stricmp in case of MSC and BORLANDC
10046         - solved MSC error in function aopDump()
10047
10048         * sdcc_vc.h: define PREFIX as "\\sdcc"
10049
10050 2002-07-18  Bernhard Held <bernhard AT bernhardheld.de>
10051         * src/SDCCast.c (decorateType): fixed access to array of structures http://sourceforge.net/mailarchive/forum.php?thread_id=902690&forum_id=4107
10052
10053 2002-06-22  Scott Dattalo <scott AT dattalo.com>
10054         * src/pic/*: Numerous bug fixes. Flow analysis has been enhanced.
10055         - Rewrote the register banking algorithm.
10056         - Added pCode live-range analysis to registers (for now, only non-used and
10057         singly-used registers optimized away)
10058
10059         * src/pic/pcoderegs.[ch]: Added new files for pCode live-range analysis
10060
10061         * 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.
10062
10063 2002-05-10  Scott Dattalo <scott AT dattalo.com>
10064         * src/pic/*: Added support for multiplication. Fixed many,many bugs.
10065
10066 2002-04-22  Michael Hope  <michaelh AT vroom>
10067
10068         * device/lib/z80/printf.c: Changed emitter to volatile to work around a pcall bug.
10069
10070         * configure.in (DD_COPT): Added include support required for gbdk.
10071
10072         * .version: Bumped version number just to increase it.
10073
10074         * src/SDCCmain.c: Added -nostdinc to the default options.
10075
10076 2002-04-15  Michael Hope  <michaelh AT vroom>
10077
10078         * device/lib/z80/printf.c (sprintf): Added.
10079
10080         * src/z80/ralloc.c (packRegisters): Disabled pack HL use for GB as it's broken.
10081
10082         * src/z80/peeph.def: Added transpose redundent load rule.
10083
10084         * src/z80/main.c: Added force callee saves for jaune.
10085
10086         * src/port.h: Removed the i186 and tlcs-900h ports as they weren't being being developed.
10087
10088         * src/SDCCmain.c: Pulled the options definition out so that you can add port specific options without changing the main file.
10089
10090 2002-03-28  Johan Knol  <johan AT balder>
10091
10092         * src/SDCCval.c: fixed bug #532436
10093
10094 2002-03-14  Scott Dattalo <scott AT dattalo.com>
10095         * /src/port.h:
10096         Added "char *Processor" field to the port structure.
10097
10098         * /src/SDCCmain.c:
10099         Added -p option. Allows port dependent processor to be specified.
10100
10101         * all ports:
10102         Initialized the new field char *Processor field to NULL in all ports
10103
10104         * /src/pic/*:
10105         Compiler generated registers for interrupt context saving
10106         were not getting allocated.
10107
10108 2002-03-16  Sandeep Dutta  <sandeep AT ddi.com>
10109
10110         * /src/SDCCast.c:
10111         Fixed left shift. Will promote the left side of a left shift
10112         if a) left shifting more than size of operand or b) when assigned
10113         to something size > size of left side
10114
10115 2002-03-14  Scott Dattalo <scott AT dattalo.com>
10116         * src/pic/*
10117         tons of changes. Register allocation has been
10118         rewritten. Added customization for the various PICs. Flow
10119         analysis is restructured. ...
10120
10121         * src/pic/device.h:
10122         Added
10123
10124         * src/pic/device.c:
10125         Added. device.c is a PIC port hack to accomodate variations
10126         in PIC devices.
10127
10128 2002-03-13  Michael Hope  <michaelh AT vroom>
10129
10130         * src/z80/gen.c (genGenPointerGet): Fixed a bug where a pointer in HL is dereferenced into HL but HL is not spilled.  Yeah.
10131
10132 2002-03-04  johanknol  <johanknol AT manik>
10133
10134         * /src/SDCCval.c: fixed
10135
10136         const unsigned char arr[][2] = { { 0, 1 } };
10137         t18.c:1: error: Initializer element is not constant
10138
10139 2002-03-04  bela  <bela AT manik>
10140
10141         * /device/include/mcs51reg.h:
10142         ds89c420 register definition update
10143
10144 2002-03-03    <johan AT FRIJA>
10145
10146         * support/Util/SDCCerr.c: did something, but don't no why anymore
10147
10148         * support/regression/tests/bug-524691.c: made it a little less shy
10149
10150         * src/SDCCast.c (decorateType): fixed bug #524697
10151
10152         * src/SDCCast.c: made some lineno improvements
10153
10154         * src/SDCCval.c (getNelements): changed warning to error
10155
10156         * src/SDCCglue.c (printIvalArray): changed warning to error
10157
10158         * src/SDCCicode.c: fixed a warning for mingw
10159
10160         * src/SDCCast.c (decorateType): fixed the << promotion for ops
10161
10162         * src/SDCCicode.c (geniCodeDivision): divide is shift only for unsigned (bug #524685)
10163
10164 2002-03-02  Sandeep Dutta  <sandeep AT ddi.com>
10165
10166         * src/ds390/peeph.def:
10167         Added some more peephole rules
10168
10169         * src/ds390/gen.c: Various fixes & enhancements
10170
10171         * src/SDCClrange.c, src/SDCClrange.h:
10172         functions "alldefsoutofrange" and "notusedinblock" moved to SDCClrange.c
10173
10174         * src/ds390/ralloc.c:
10175         various fixes & enhancements (ds390) specific
10176
10177         * src/avr/ralloc.c, src/mcs51/ralloc.c, src/pic/ralloc.c, src/xa51/ralloc.c, src/z80/ralloc.c:
10178         Functions "allDefsOutOfRange" & "notUsedinBlock" moved to SDCClrange.c
10179         from rallocs.
10180
10181         * sdcc/src/SDCCcse.c: Better fix for bug # 514308
10182
10183 2002-03-02    <johan AT FRIJA>
10184
10185         * src/SDCCast.c (decorateType): fixed bug #524708
10186
10187         * src/SDCCval.c (floatFromVal): fixed the literal void (whatever that may be)
10188
10189         * src/SDCCicode.c (geniCodePtrPtrSubtract): fixed bug #524691
10190
10191 2002-03-01  Michael Hope  <michaelh AT vroom>
10192
10193         * src/SDCCsymt.c (initCSupport): Removed managling of support function names.
10194
10195         * src/z80/ralloc.c (packRegsForIYUse): Fixed fp bug where four byte operands were packed into IY.
10196
10197 2002-03-01    <johan AT FRIJA>
10198
10199         * src/SDCCglue.c (printIvalPtr): fixed bug #524211
10200
10201         * src/SDCCast.c (decorateType): fixed bug #524209
10202
10203         * src/SDCCval.c (valNot): fixed bug #524195
10204
10205 2002-02-26    <johan AT balder>
10206
10207         * src/xa51/gen.c: fixed a warning
10208
10209         * src/SDCCglue.c (printIvalFuncPtr): fixed bug #522534
10210
10211         * src/SDCCast.c (decorateType): fixed bug #522534
10212
10213 2002-02-23    <johan AT balder>
10214
10215         * src/SDCCdflow.c (computeDataFlow): fixed bug #460088
10216
10217 2002-02-22    <johan AT balder>
10218
10219         * src/SDCCast.c: fixed bug #514865
10220
10221         * src/SDCCy.c ("SDCC.y"): fixed bug #516625
10222
10223 2002-02-21  Sandeep Dutta  <sandeep AT ddi.com>
10224
10225         * sdcc/src/SDCCloop.c:
10226         Previous fix was not good. basic blocks that have "break" or "return" are
10227         not really partof a loop , but live ranges used in these blocks should
10228         be live thru the entire loop, so set partOfLoop but don't add them to
10229         loop region
10230
10231 2002-02-21    <johan AT FRIJA>
10232
10233         * src/SDCCcse.c: fixed bug #514308
10234
10235 2002-02-20  Sandeep Dutta  <sandeep AT ddi.com>
10236
10237         * src/SDCCloop.c:
10238         Fixed BUG #519583. If a conditional block ended in a return/break
10239         statement inside a loop, it was not being considered part of the loop.
10240
10241         * src/SDCCcflow.c: Removed fix (Fixed in SDCCloop.c)
10242
10243 2002-02-10  Karl Bongers <karl AT turbobit.com>
10244
10245         * debugger/*:
10246         Fixed up SDCDB debugger somewhat.  Updated debugger/README
10247         with lots of comments and notes.
10248
10249         * device/examples/test2.c:
10250         Fix bug, "red" variable not being initialized(compiler complained).
10251
10252         * device/examples/Makefile, examples/test3.c:
10253         Add Makefile in device/examples folder, compiles test3.c
10254         for use as a multiple module SDCDB test case.
10255
10256         * sim/ucsim/cmd.src/cmdset.cc:
10257         Took out debug printfs in ucsim "next" command.
10258
10259         * sim/ucsim/xa.src:
10260         Karl and Johan start ucsim XA support.  Most dissassembly working,
10261         about 75% emulation done(plenty of work remaining).
10262
10263         * sim/ucsim/z80.src:
10264         Add Z80 support to ucsim, add test-ucz80 regression test,
10265         notice ucsim/z80 emulation fails on examples/test3.c/itoa code.
10266         Notice z80 compiler fails on examples/test3.c/crc code.
10267
10268 2002-01-30  Sandeep Dutta  <sandeep AT ddi.com>
10269
10270         * src/mcs51/gen.c, src/mcs51/main.c, src/mcs51/ralloc.c:
10271         Added support for --parms-in-bank1
10272
10273         * src/ds390/peeph.def:
10274         added a few more peephole optimzations
10275
10276         * src/ds390/main.c:
10277         1) added __builtin_inp & __builtin_outp used to read in data of given length
10278            from a memory mapped port
10279         2) added __builtin_memcmp
10280         3) added __builtin_swapw swap bytes of a short
10281
10282         * src/ds390/gen.c, src/ds390/gen.h, src/ds390/ralloc.c:
10283         1) handle multiple send & receives from register bank1
10284         2) ralloc can now allocate DPTR1 to some liveRanges
10285
10286         * src/SDCCsymt.c, src/SDCCsymt.h:
10287         changes to handle multiple sends & receives
10288
10289         * src/SDCCptropt.h:
10290         added some pointer arithmetic optimization
10291
10292         * src/SDCCptropt.c:
10293         added some pointer arithmetic optimizations but not stable yet so not
10294         called from anywhere (will get this working shortly)
10295
10296         * src/SDCCopt.c: fixed for multiple sends & receives
10297
10298         * src/SDCCmain.c:
10299         1) added options --parms-in-bank1 (ds390/mcs51) & --protect-sp-update
10300         2) preprocessing done AFTER port->finalizeoptions . This allows ports to
10301            set preprocessor defines (depending on options)
10302
10303         * src/SDCCicode.c, src/SDCCicode.h:
10304         changes made to handle multiple sends & receives
10305
10306         * src/SDCCglobl.h:
10307         Added options --protect-sp-update (ds390) and --parms-in-bank1 (ds390/mcs51)
10308
10309         * src/SDCCcse.c, src/SDCCcse.h:
10310         added function findbackward def (to be used in upcoming optimization)
10311
10312         * src/SDCCcflow.c, src/SDCCcflow.h:
10313         added function returnAtEnd - to determine if a basic block terminates with
10314         a RETURN iCode
10315
10316         * src/SDCCast.c, src/SDCCast.h:
10317         added option parms-in-bank1
10318
10319         * device/lib/_divsint.c, device/lib/_divslong.c, device/lib/_divuint.c
10320         * device/lib/_divulong.c, device/lib/_modsint.c, device/lib/_modslong.c
10321         * device/lib/_modulong.c, device/lib/_mulint.c, device/lib/_mullong.c:
10322         adjusted for --parms-in-bank1 option
10323
10324         * device/include/string.h:
10325         donot redefine "reentrant" keyword
10326
10327         * device/include/ds80c390.h: Added some more SFRs
10328
10329 2002-01-28  Bernhard Held  <bernhard AT bernhardheld.de>
10330
10331         * sim/ucsim: Merged branch ucsim-034-pre3 to main trunk; new version 0.4
10332
10333 2002-01-26  Bernhard Held  <bernhard AT bernhardheld.de>
10334
10335         * src/SDCCast.c (funcOfType): fix usage of double --float-reent
10336
10337 2002-01-22  Bernhard Held  <bernhard AT bernhardheld.de>
10338
10339         * support/regression/fwk/lib/testfwk.c (main): Removed workaround for bug #505387
10340
10341 2002-01-18  Paul Stoffregen  <paul AT pjrc.com>
10342
10343         * Added --xram-movc option
10344
10345 2002-01-13  Bernhard Held  <bernhard AT bernhardheld.de>
10346
10347         * support/regression/Makefile: don't include test-mcs51-stack-auto in target all
10348
10349 2002-01-11  Johan Knol
10350
10351         * Added math lib of Jesus Calvino-Fraga
10352
10353 2002-01-08  Bernhard Held  <bernhard AT bernhardheld.de>
10354
10355         * src/SDCCmain.c (processFile): fix processing of ../../src.c
10356         * support/regression/Makefile: new target test-mcs51-stack-auto
10357         * support/regression/ports/mcs51-stack-auto/spec.mk: added
10358
10359 2002-01-04  Bernhard Held  <bernhard AT bernhardheld.de>
10360
10361         * src/SDCCglue.h: printIvalCharPtr(), not printIvalChar()
10362
10363 2002-01-04  Bernhard Held  <bernhard AT bernhardheld.de>
10364
10365         * support/regression/ports/mcs51/support.c: correct setup of timer / UART
10366
10367 2002-01-03  Bernhard Held  <bernhard AT bernhardheld.de>
10368
10369         * src/SDCCsymt.c (processFuncArgs): fix #498307 by Johan
10370
10371         * src/SDCCglue.h: add definition for printIvalChar()
10372
10373 2002-01-02  Bernhard Held  <bernhard AT bernhardheld.de>
10374
10375         * src/SDCCast.c: fix #498138 by Johan
10376
10377         * src/SDCCglue.c: fix #498138 by Johan
10378
10379 2002-01-02  Bernhard Held  <bernhard AT bernhardheld.de>
10380
10381         * support/regression/Makefile: fix clean
10382
10383         * support/regression/ports/ds390/support.c: fix transmission of last character
10384
10385 2001-12-29  Sandeep Dutta  <sandeep AT ddi.com>
10386
10387         * /sdcc/src/ds390/gen.c:
10388         a) improved computing address of stack variable
10389         b) took out some #if 0 code
10390         c) improved parmBytes adjustment
10391         d) improved genPlusIncr & genMinusIncr
10392         e) genCmp could generate bad code (when left assigned to DPTR)
10393         f) Fixed bug in hasInc
10394
10395         * /sdcc/src/ds390/ralloc.c:
10396         a) packRegsForSupport could mess up live information (Fixed)
10397         b) packRegsDPTRuse could be incorrect for left & right shift
10398
10399         * /sdcc/src/mcs51/ralloc.c:
10400         packRegsForSupport could mess up the live information (Fixed)
10401
10402         * /sdcc/src/mcs51/gen.c: Fixed a bug in hasInc
10403
10404         * /sdcc/src/SDCCast.c:
10405         can reverse a loop even if function call is present as long
10406         as the loop control variable is local & is not passed as parameter
10407
10408 2001-12-24  Sandeep Dutta  <sandeep AT ddi.com>
10409
10410         * /sdcc/ChangeLog: *** empty log message ***
10411
10412         * /sdcc/src/ds390/gen.c, /sdcc/src/ds390/main.c:
10413         More builtin function additions for TININative
10414
10415         * /sdcc/src/ds390/ralloc.c:
10416         Had broken the regression testsuite
10417
10418         * /sdcc/src/SDCCast.c: Fixed a bug in dumptree
10419
10420         * /sdcc/src/SDCCsymt.c, /sdcc/src/SDCCsymt.h:
10421         Added funcattr hasStackParms will be set for reentrant functions when there
10422         are paramteres on the stack, this helps in minimizing frame pointer generation
10423         typeFromStr can handle function pointers now
10424
10425         * /sdcc/doc/builtins.txt, /sdcc/doc/TININative.txt:
10426         *** empty log message ***
10427
10428 2001-12-24  Sandeep Dutta  <sandeep AT ddi.com>
10429
10430         * /src/ds390/gen.c, /src/ds390/main.c:
10431         More builtin function additions for TININative
10432
10433         * /src/ds390/ralloc.c:
10434         Had broken the regression testsuite
10435
10436         * /src/SDCCast.c: Fixed a bug in dumptree
10437
10438         * /src/SDCCsymt.c, /src/SDCCsymt.h:
10439         Added funcattr hasStackParms will be set for reentrant functions when there
10440         are paramteres on the stack, this helps in minimizing frame pointer generation
10441         typeFromStr can handle function pointers now
10442
10443         * /doc/builtins.txt, /doc/TININative.txt:
10444         *** empty log message ***
10445
10446
10447 2001-12-24  Sandeep Dutta  <sandeep AT ddi.com>
10448
10449         * /src/ds390/gen.c, /src/ds390/main.c, /src/ds390/peeph.def, /src/ds390/ralloc.c:
10450         ALPHA version for -mTININative
10451
10452         * /src/izt/i186.c, /src/izt/tlcs900h.c, /src/mcs51/main.c, /src/pic/main.c, /src/z80/main.c, /src/avr/main.c:
10453         updated to reflect changes in the port structure
10454
10455         * /src/port.h:
10456         added function do_assemble (similar to do_link) if non-null this function
10457         will be called to do assembly (-mTININative) requires a multi command
10458         assembly
10459         added function genAssemblerEnd will be called to generate assembler Epilogue
10460
10461         * /src/SDCCsymt.c:
10462         added _JavaNative to debug info printing
10463
10464         * /src/SDCCmain.c: added option --tini-libid
10465         added port->do_assemble function (-mTININative) has a multi command assemble
10466
10467         * /src/SDCCglue.c: Disabled "constExpr" check
10468         added port->genAssemblerEnd function
10469
10470         * /src/SDCCglobl.h: Added option --tini-libid value
10471
10472         * /src/SDCCast.h:
10473         tookout optimizeCompare from the header (has no external references)
10474
10475         * /src/SDCCast.c: made one more function "static"
10476
10477 2001-12-23  Michael Hope  <michaelh AT juju.net.nz>
10478
10479         * src/z80/mappings.i: Added z80asm support.
10480
10481         * src/z80/main.c: Added z80asm support on --asm=z80asm
10482
10483         * src/z80/gen.c: Fixed asm portability issues.
10484
10485         * src/asm.c (tvsprintf): Removed old code, added 'N' for function name.  For extern support.
10486
10487         * src/SDCCglue.c (printExterns): Added global/extern split.
10488
10489 2001-12-17  Bernhard Held  <bernhard AT bernhardheld.de>
10490
10491         * support/regression/Makefile: added test for mcs51 model large
10492
10493         * support/regression/ports/mcs51-large/spec.mk: added test for mcs51 model large
10494
10495         * support/regression/ports/gbz80/spec.mk: added -mgbz80
10496
10497 2001-12-05  Michael Hope  <michaelh AT juju.net.nz>
10498
10499         * src/diff.1 (Index): Many, many optmisiations.  Dhrystone up to 201.
10500
10501 1904-01-06  Michael Hope  <michaelh AT juju.net.nz>
10502
10503         * src/z80/ralloc.c (packRegsForIYUse): Fixed the case where an operand is in direct space.
10504
10505         * src/z80/gen.c (makeFreePairId): Optimised IY load by using a spare pair.
10506
10507 2001-12-02  Bernhard Held  <bernhard AT bernhardheld.de>
10508
10509         * src/mcs51/gen.c (genFunction): avoid excess "inc sp"
10510
10511         * support/regression/tests/simplefloat.c: Port to mcs51.
10512
10513 2001-11-25  Michael Hope  <michaelh AT juju.net.nz>
10514         * support/regression/tests/bug-485362.c: Added.
10515
10516         * support/regression/tests/simplefloat.c (testDivNearOne): Added.
10517
10518         * src/z80/gen.c (aopOp): Fixed case where left and result are in the same spill loc and they have different sizes.
10519
10520         * src/z80/peeph.def: Added rules for optimising two byte compares on the same thing, and to optimise two ptr assign.
10521
10522         * src/z80/gen.c (aopDump): Added a dump function.
10523
10524 2001-11-25  Bernhard Held  <bernhard AT bernhardheld.de>
10525         * sim/ucsim/s51.src/glob.cc: DS390 SFRs and bits added.
10526
10527         * sim/ucsim/s51.src/port.cc: Port 4 and 5 added.
10528
10529         * sim/ucsim/s51.src/regs51.h: DS390 SFRs added.
10530
10531         * sim/ucsim/s51.src/uc390.cc: Some details improved, CKRDY works for tinibios.
10532
10533         * sim/ucsim/s51.src/uc390cl.h: Work in progress.
10534
10535         * sim/ucsim/sim.src/uccl.h: 6 ports for DS390.
10536
10537         * support/regression/fwk/lib/testfwk.c: Run with tinibios.
10538
10539         * support/regression/ports/mcs51/spec.mk: Fine tuninig.
10540
10541         * support/regression/ports/ds390/support.c: Use tinibios.
10542
10543         * support/regression/ports/ds390/spec.mk: Fine tuning, use tinibios.
10544
10545 2001-11-23  Michael Hope  <michaelh AT juju.net.nz>support/regression/tests/bug-460010.c
10546
10547         * src/z80/ralloc.c (packRegsForHLUse3): Changed to not pack into HL if anything is in direct space.
10548         (packRegsForHLUse3): Added packing support for send, cast, and return value from a call.
10549
10550         * src/z80/peeph.def: Added rules for optimising pushes of part of a pair.
10551
10552         * src/z80/gen.c (emitCall): Changed the stack fixup to not use HL.
10553
10554 2001-11-18  Michael Hope  <michaelh AT juju.net.nz>
10555
10556         * src/z80/gen.c (genCmp): Fixed compare on unsigned.
10557
10558         * src/z80/ralloc.c (packRegsForHLUse3): Created and optimised.
10559         (packRegsForIYUse): Created and optimised.
10560
10561 2001-11-07  Michael Hope  <michaelh AT juju.net.nz>
10562
10563         * support/regression/tests/float.c (testFloatAdd): Fixed up warning.
10564 2001-11-18  Bernhard Held  <bernhard AT bernhardheld.de>
10565
10566         * sdcc/support/regression/tests/bug-460010.c: fix seg violation on host
10567
10568         * sdcc/support/regression/tests/muldiv.c: fix output on mcs51
10569
10570         * sdcc/support/regression/tests/stacks.c: fix DSEG overflow on mcs51
10571
10572 2001-11-07  Bernhard Held  <bernhard AT bernhardheld.de>
10573
10574         * sdcc/sim/device/lib/_gptrget.c: mem region 5 (idata) added
10575
10576         * sdcc/sim/device/lib/_gptrput.c: mem region 5 (idata) added
10577
10578 2001-11-07  Bernhard Held  <bernhard AT bernhardheld.de>
10579
10580         * sdcc/sim/ucsim/globals.cc: New: IXRAM.
10581
10582         * sdcc/sim/ucsim/stypes.h: New: IXRAM.
10583
10584         * sdcc/sim/ucsim/s51.src/uc390.cc: New: IXRAM.
10585
10586 2001-11-07  Michael Hope  <michaelh AT juju.net.nz>
10587
10588         * src/z80/ralloc.c (packRegsForHLUse): Banned IFXs from being packed into HL.
10589         (packRegsForHLUse): Added rule to pack address of/pointer get for itemps into HL for the Z80.
10590         (packRegsForAccUse2): Added rule to pack hbit IFXs into A.
10591
10592         * src/z80/main.c (_setDefaultOptions): Made float code re-entrant by default.
10593
10594         * src/z80/gen.c (aopGetLitWordLong): Added word support for floats.
10595         (genNotFloat): Added.
10596         (genUminusFloat): Added.
10597
10598         * device/lib/z80/Makefile: Added floating pt stubs.
10599
10600         * device/lib/Makefile.in (Z80SOURCES): Added floating pt support.
10601
10602         * src/z80/gen.c (genIpush): Fixed up a push of one byte when left is in a pair.
10603
10604         * device/lib/_fsadd.c (__fsadd): Fixed up return where the numbers are hugely different.
10605
10606 2001-11-07  Bernhard Held  <bernhard AT bernhardheld.de>
10607
10608         * sdcc/sim/ucsim/s51.src/glob.cc: Minor fix.
10609
10610         * sdcc/sim/ucsim/s51.src/regs51.h: Minor fix.
10611
10612         * sdcc/support/regression/Makefile: Add port ds390.
10613
10614         * sdcc/support/regression/ports/mcs51/spec.mk: Minor change.
10615
10616         * sdcc/support/regression/ports/z80/spec.mk: Minor change.
10617
10618         * sdcc/support/regression/ports/ds390/spec.mk: Added.
10619
10620         * sdcc/support/regression/ports/ds390/support.c: Added.
10621
10622         * sdcc/support/regression/ports/ds390/uCsim.cmd: Added.
10623
10624         * sdcc/support/regression/ports/mcs51/timeout.c: Cut.
10625
10626         * sdcc/support/regression/fwk/lib/timeout.c: Paste.
10627
10628 2001-11-04  Michael Hope  <michaelh AT juju.net.nz>
10629
10630         * device/include/malloc.h: Added z80 and gbz80 support.
10631
10632         * device/lib/gbz80/heap.s: Added.
10633
10634         * device/lib/z80/heap.s: Added.
10635
10636         * device/lib/malloc.c: Added z80 and gbz80 support.
10637
10638         * support/regression/tests/malloc.c (testMalloc): Added.
10639
10640         * src/SDCCmain.c (parseCmdLine): Added support for -Wp.
10641
10642         * support/regression/tests/bug-478094.c: Added.
10643
10644         * src/z80/gen.c (commitPair): Fixed silly gbz80/z80 commit to static bug.
10645
10646 2001-11-04  Bernhard Held  <bernhard AT bernhardheld.de>
10647
10648         * sdcc/sim/ucsim/s51.src/uc390cl.h: Improvement for ds390 to run regression tests
10649
10650         * sdcc/sim/ucsim/s51.src/uc390.h: Improvement for ds390 to run regression tests
10651
10652         * sdcc/sim/ucsim/s51.src/regs51.h: Improvement for ds390 to run regression tests
10653
10654         * sdcc/sim/ucsim/s51.src/glob.cc: Improvement for ds390 to run regression tests
10655
10656         * sdcc/support/regression/tests/bug-460010.c: Small change for ds390
10657
10658 2001-11-04  Michael Hope  <michaelh AT juju.net.nz>
10659
10660         * src/z80/peeph-gbz80.def: Removed a bad sub optimisation.
10661
10662 2001-11-03  Michael Hope  <michaelh AT juju.net.nz>
10663
10664         * support/regression/tests/bug-477927.c: Added.
10665
10666         * src/z80/peeph.def: Added minor rules.
10667
10668         * src/z80/gen.c (genPlusIncr): Added an extra plusinc rule.
10669
10670         * src/z80/peeph.def: Added jump optimisation modification.
10671
10672 2001-11-01  Michael Hope  <michaelh AT juju.net.nz>
10673
10674         * src/SDCCmain.c (linkEdit): Added runtime path detection to the mcs51 port.
10675
10676 2001-10-30  Michael Hope  <michaelh AT juju.net.nz>
10677
10678         * support/regression/tests/funptrs.c: Added.
10679
10680 2001-10-29  Michael Hope  <michaelh AT juju.net.nz>
10681
10682         * src/z80/ralloc.c (packRegsForHLUse): Fixed up bad spill due to pushing one byte via HL.
10683
10684 2001-10-28  Michael Hope  <michaelh AT juju.net.nz>
10685
10686         * src/z80/gen.c (genArrayInit): Made it work for on stack arrays.
10687
10688         * src/z80/main.c (gbz80_port =): Added rle support to the gbz80 port.
10689
10690         * src/z80/gen.c (genMinus): Fixed for where the result is one byte.
10691         (movLeft2ResultLong): Created.
10692
10693         * src/z80/ralloc.c (packRegsForHLUse): Added a couple of simple cases for the GB.
10694         (joinPushes): Added.  Joins two char pushes into a word push.
10695
10696 2001-10-27  Michael Hope  <michaelh AT juju.net.nz>
10697
10698         * support/cpp2/Makefile.in (install): Added creation of dest dir.
10699
10700         * support/makebin/Makefile (install): Added creation of dest dir.
10701
10702 2001-10-24 Karl Bongers <karl AT turbobit.com>
10703
10704         * configure.in, configure, Makefile, support/cpp: Removed cpp folder, since we have new cpp2 preprocessor code.
10705
10706 2001-10-21  Michael Hope  <michaelh AT juju.net.nz>
10707
10708         * src/z80/ralloc.c: Turned off faulty pack for one use.
10709
10710         * src/z80/peeph-gbz80.def: Removed redundent restart options.
10711
10712         * src/z80/gen.c (genMult): Added native mul for constants on the z80 and gbz80.
10713
10714 2001-10-21  Bernhard Held  <bernhard AT bernhardheld.de>
10715
10716         * support/regression/Makefile: Improved clean
10717
10718         * support/regression/ports/gbz80/spec.mk: Added clean
10719
10720         * support/regression/ports/host/spec.mk: Added clean
10721
10722         * support/regression/ports/z80/spec.mk: Added clean
10723
10724         * support/regression/ports/mcs51/spec.mk: Added clean, little improvements
10725
10726         * support/regression/ports/mcs51/timeout.c: little improvements
10727
10728 2001-10-17  Michael Hope  <michaelh AT juju.net.nz>
10729
10730         * device/lib/malloc.c (MEMHEADER): Fixed against new pedantic pointers.
10731
10732         * support/regression/fwk/include/testfwk.h: Fixed up to use function pts correctly.
10733
10734         * support/regression/generate-cases.py: Fixed up to use function pts correctly.
10735
10736 2001-10-16  Bernhard Held  <bernhard AT bernhardheld.de>
10737
10738         * support/regression/port/mcs51/spec.mk: add timeout for uCsim
10739
10740         * support/regression/port/mcs51/timeout.c: add timeout for uCsim
10741
10742 2001-10-13  Michael Hope  <michaelh AT juju.net.nz>
10743         * src/z80/gen.c (emitCall): Fixed up missing spill of HL when used to assign the result value.
10744
10745         * src/z80/ralloc.c: Turned off pack for one use as it's quite broken.
10746
10747         * src/SDCCmain.c (linkEdit): Added support for passing a legacy command line through the processor.
10748
10749         * src/mcs51/main.c (_linkCmd): Added bin path to command.
10750
10751         * src/SDCCmain.c (initValues): Added support for when it it called just to link.
10752
10753         * as/mcs51/lklibr.c (libfil;): Turned off 'library file' message.
10754
10755         * src/SDCCval.c (constVal): Fixed usage of 'L' modifier problems on ppc.
10756
10757         * support/regression/tests/longor.c: Added.
10758
10759 2001-10-11  Bernhard Held  <bernhard AT bernhardheld.de>
10760
10761         * as/mcs51/asdata.c: replaced FILENAME_MAX with PATH_MAX
10762
10763         * as/mcs51/aslink.h: define PATH_MAX
10764
10765         * as/mcs51/asm.h: define PATH_MAX
10766
10767         * as/mcs51/asmain.c: replaced FILENAME_MAX with PATH_MAX
10768
10769         * as/mcs51/asnoice.c: replaced FILENAME_MAX with PATH_MAX
10770
10771         * as/mcs51/lklex.c: replaced FILENAME_MAX with PATH_MAX
10772
10773         * as/mcs51/lkmain.c: replaced FILENAME_MAX with PATH_MAX
10774
10775         * src/SDCCglobl.h: define PATH_MAX
10776
10777         * src/SDCCmacro.c: replaced FILENAME_MAX with PATH_MAX
10778
10779         * src/SDCCmain.c: replaced FILENAME_MAX with PATH_MAX
10780
10781 2001-10-11  Michael Hope  <michaelh AT juju.net.nz>
10782
10783         * src/z80/gen.c (gencjneshort): Fixed
10784
10785         * src/z80/ralloc.c (packRegsForHLUse): Added pack into HL for cast then ipush.
10786
10787 2001-10-09  Michael Hope  <michaelh AT juju.net.nz>
10788
10789         * support/regression/tests/bug-469671.c: Added.
10790
10791         * src/z80/gen.c (shiftIntoPair): Fixed up warning.
10792
10793 2001-10-08  Michael Hope  <michaelh AT juju.net.nz>
10794
10795         * src/SDCCmain.c: Added --fommit-frame-pointer option and implemented in the z80 port.
10796
10797         * src/z80/gen.c (genPlus): Fixed to work with extended stack.  Also fixed genMinus, genCmp.  genUMinus is still left.
10798
10799 2001-10-08  Bernhar Held  <bernhard AT bernhardheld.de>
10800
10801         * src/SDCCmain.c (preProcess): added define SDCC_NOOVERLAY
10802
10803         * src/device/lib/_mulint.c  : removed hint: nooverlay bug
10804
10805         * src/device/lib/_mullong.c : removed hint: nooverlay bug
10806
10807         * src/device/lib/_divuint.c : removed hint: nooverlay bug
10808
10809         * src/device/lib/_divulong.c: removed hint: nooverlay bug
10810
10811         * src/device/lib/_moduint.c : removed hint: nooverlay bug
10812
10813         * src/device/lib/_modulong.c: removed hint: nooverlay bug
10814
10815 2001-10-07  Michael Hope  <michaelh AT juju.net.nz>
10816
10817         * 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.
10818
10819         * support/Util/NewAlloc.c (freeTrace): Changed free for the gc case to not free at all.  Fixes runtime segfault.
10820
10821         * support/regression/tests/scott-compare3.c (c_abcd): Fixed up casts.
10822
10823 2001-10-07    <johan AT FRIJA>
10824
10825         * device/lib/gets.c (gets): fixed the return value.
10826
10827 2001-10-06  Michael Hope  <michaelh AT juju.net.nz>
10828         * src/SDCCmain.c (WRITE_SEG_LOC): Fixed up to use Safe_strdup.
10829
10830         * 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.
10831
10832         * 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.
10833
10834         * src/z80/gen.c (genZ80Code): Added de-allocation via trace support.
10835
10836         * src/pic/gen.c: Removed Safe_strdup.
10837
10838         * configure.in: Added option to enable libgc support.
10839
10840         * src/SDCCbitv.c (bitVectnBitsOn): Optimised.
10841         (bitVectUnion): Optimised.
10842         (bitVectIntersect): Optimised.
10843         (bitVectBitsInCommon): Optimised.
10844         (bitVectCplAnd): Optimised.
10845
10846         * support/makebin/makebin.c (usage): Removed getopt as mingw32 doesn't have it.  Sigh.
10847
10848 2001-10-03 Bernhard Held <bernhard AT bernhardheld.de>
10849
10850         * src/SDCCmain.c: distinguish between assembler debug and plain options
10851
10852         * src/avr/main.c:   remove standard assembler options
10853
10854         * src/ds390/main.c: remove standard assembler options
10855
10856         * src/mcs51/main.c: remove standard assembler options
10857
10858         * src/port.h: removed "PENDING" comment
10859
10860 2001-10-03 Bernhard Held <bernhard AT bernhardheld.de>
10861
10862         * src/device/lib/_mulint.c  : new, with assember functions
10863
10864         * src/device/lib/_mullong.c : new, with assember functions
10865
10866         * src/device/lib/_divuint.c : with assember functions
10867
10868         * src/device/lib/_divsint.c : with assember functions
10869
10870         * src/device/lib/_divulong.c: with assember functions
10871
10872         * src/device/lib/_divslong.c: with assember functions
10873
10874         * src/device/lib/_moduint.c : with assember functions
10875
10876         * src/device/lib/_modsint.c : with assember functions
10877
10878         * src/device/lib/_modulong.c: with assember functions
10879
10880         * src/device/lib/_modslong.c: with assember functions
10881
10882         * src/device/lib/libint.lib:  replaced _muluint.c  and _mulsint.c  by _mulint.c
10883
10884         * src/device/lib/liblong.lib: replaced _mululong.c and _mulslong.c by _mullong.c
10885
10886         * src/device/lib/Makefile.in: replaced _muluint.c  and _mulsint.c  by _mulint.c
10887                                       replaced _mululong.c and _mulslong.c by _mullong.c
10888
10889 2001-10-03 Bernhard Held <bernhard AT bernhardheld.de>
10890
10891         * src/SDCCsymt.c: sequence of specifiers in pintTypeChain() corrected
10892
10893 2001-10-01 Bernhard Held <bernhard AT bernhardheld.de>
10894
10895         * src/SDCCglue.c: test, if win32api is available for MINGW
10896
10897 2001-10-01 Bernhard Held <bernhard AT bernhardheld.de>
10898
10899         * src/SDCCsymt.c: no more _modifier in printTypeChain()
10900         * support/regression/tests/driverstruct.c: REENTRANT for mcs51
10901         * support/regression/ports/gbz80/spec.mk: removed GENERIC
10902         * support/regression/ports/host/spec.mk: removed GENERIC
10903         * support/regression/ports/mcs51/spec.mk: removed GENERIC
10904         * support/regression/ports/z80/spec.mk: removed GENERIC
10905
10906 2001-10-01  Michael Hope  <michaelh AT juju.net.nz>
10907
10908         * support/regression/fwk/lib/testfwk.c (__printf): Removed GENERIC.
10909
10910         * support/regression/tests/bug-467035.c: Created.
10911
10912 2001-10-01    <johan AT FRIJA>
10913
10914         * src/SDCC.y: fixed bug #466586 part 1
10915
10916 2001-10-01  Johan Knol <johan.knol AT iduna.nl>
10917
10918         * SDCCicode.c: z80 has no generic pointers
10919         * removed -s from strip in all Makefile(.in)'s. It is not needed, but Solaris chocks on it.
10920
10921 2001-09-30  Michael Hope  <michaelh AT juju.net.nz>
10922
10923         * sim/ucsim/cmd.src/Makefile.in ($(PRJDIR)/libcmd.a): Changed all ar references to $(AR) for Solaris.
10924
10925 2001-09-29  Michael Hope  <michaelh AT juju.net.nz>
10926
10927         * Makefile (sdcc-libs): Added makebin to the list of standard targets.
10928
10929         * support/regression/ports/z80/spec.mk: Updated to use env for sdcc bin dir for automatic regression.
10930
10931 2001-09-25  Michael Hope  <michaelh AT juju.net.nz>
10932
10933         * configure.in: Fixed up so that ucsim is only configured once.
10934
10935         * support/cpp2/configure.in: Fixed to use the program transform to append the .exe for the win32 build.
10936
10937         * src/SDCCutil.c (getPrefixFromBinPath): Fixed up to work with win32 in all of its glory.
10938         (getPathDifference): As above.
10939
10940         * src/SDCCmain.c (preProcess): Changed to use a temporary file in a proper temp directory.  Fixed case where pre-processing only.
10941
10942         * src/SDCCglue.c (tempfilename): Added function for pre-processor.
10943
10944 2001-09-23  Michael Hope  <michaelh AT juju.net.nz>
10945         * .version: Updated to 2.3.1
10946
10947         * src/z80/main.c (z80_port =): Added macro based linker and assembler command line support.
10948         Added copyright header.
10949
10950         * src/SDCCmain.c: Shifted various functions into SDCCutil.c
10951         (assemble): Added support for macro based assembler commands.
10952         (linkEdit): Added support for macro based linker commands.
10953         (preProcess): Changed the pre-processor to use macros.
10954         (_setPaths): Added functionality to autodetect the include, lib and bin dir paths.
10955         (_discoverPaths): Added support for overriding the install directory using the SDCCDIR env variable.
10956
10957         * device/lib/z80/crt0.s: Added module name for debugging.
10958
10959 2001-09-20  Michael Hope  <michaelh AT juju.net.nz>
10960
10961         * src/SDCCmain.c (printVersionInfo): Added the build date to the version info.
10962
10963         * src/SDCChasht.c (hTabDeleteByKey): Fixed delete as it would delete the last item from a bucket even if it wasn't the real one.
10964
10965         * src/SDCCglue.c: Moved gc_strdup to SDCCutil.c
10966
10967         * src/Makefile.in: Added SDCCmacro and SDCCutil
10968
10969 2001-09-19  Michael Hope  <michaelh AT juju.net.nz>
10970
10971         * src/SDCCmain.c (printVersionInfo): Added the build date to the version info.
10972
10973 2001-09-16    <johan AT FRIJA>
10974
10975         * 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.
10976
10977 2001-09-15    <johan AT FRIJA>
10978
10979         * src/mcs51/ralloc.c: (findAssignToSym): fixed bug #460662 part 1
10980         * src/ds390/ralloc.c (findAssignToSym): fixed bug #460662 part 1
10981
10982 2001-09-11    <johan AT FRIJA>
10983
10984         * src/SDCCval.c (valDiv Mod Minus Plus Shift): keep litteral expressions as small as possible (bug #460010)
10985
10986 2001-09-10  Michael Hope  <michaelh AT juju.net.nz>
10987
10988         * support/regression/tests/bug-460444.c: Added test case.
10989
10990         * src/z80/gen.c (genOr): bug 460444: if (a ^ lit) was broken for &, |, and ^.
10991         (genCast): Added justification for all of the asserts.
10992
10993 2001-09-10  Bernhard Held <bernhard AT bernhardheld.de>
10994
10995         * support/regression/support.c: _xdata replaced by xdata
10996
10997         * support/regression/spec.mk: removed _generic
10998
10999 2001-09-09  Michael Hope  <michaelh AT juju.net.nz>
11000
11001         * src/pic/ralloc.c (debugLogRegType): Removed some old types to get it to compile.
11002
11003         * src/z80/gen.c (shiftR2Left2Result): Improved the case when v = v >> n for small values of n to use less code space and time.
11004         (genrshTwo): Fixed v = v >> n where v is a negative int and n is > 8: bug 460010.
11005
11006         * src/z80/peeph.def: Added a rule to optimise shift then compare.
11007
11008         * support/regression/tests/bug-460000.c (testShiftByParam): Added test case.
11009
11010         * support/regression/tests/bug-460010.c: Added test case.
11011
11012         * support/regression/Makefile (test-host): Removed a silly 'clean' target when testing against gcc.
11013
11014 2001-09-09  Bernhard Held <bernhard AT bernhardheld.de>
11015
11016         * support/regression/Makefile: inter-port-clean adjusted for mcs51
11017
11018         * support/regression/testfwk.c: removed workaround for bug #436344
11019
11020         * support/regression/tests/bp.c: use less memory with mcs51
11021
11022         * support/regression/tests/bug-441448.c: use less memory
11023
11024         * support/regression/tests/ports/mcs51/spec.mk: cleanup, use --stack-after-data
11025
11026         * support/regression/collate-results.py: typo
11027
11028 2001-09-08  Michael Hope  <michaelh AT juju.net.nz>
11029
11030         * support/regression/tests/fetchoverlap.c: Added new test case.
11031
11032         * support/regression/tests/bp.c: Added new test case.
11033
11034         * support/regression/tests/bug-448984.c: Added new test case.
11035
11036         * support/regression/tests/pow2shifts.c: Added new test case.
11037
11038         * src/z80/gen.c: Turned off the noise it normally generates for the release.
11039         (genlshTwo): Fixed right shift for count > 8.
11040
11041         * src/z80/ralloc.c: Disabled most of the ACC packing rules as they weren't getting hit and weren't at all safe.
11042
11043 2001-09-08    <johan AT FRIJA>
11044
11045         * src/SDCCicode.c (geniCodeCall): a CPOINTER can be used as a function
11046
11047 2001-09-07    <johan AT FRIJA>
11048
11049         * src/SDCCicode.c (newiCodeCondition): fixed bug #456235 (1.77)
11050
11051         * src/SDCCglue.c (emitRegularMap): only delete a symbol when it is a symbol
11052
11053 2001-09-06    <johan AT FRIJA>
11054
11055         * src/SDCC.y: this could be a fix for bug #458744 (1.37)
11056         * bernhard noted me at this: "() equals to (void)" (1.38)
11057
11058 2001-09-05    <johan AT FRIJA>
11059
11060         * src/SDCCglue.c (emitRegularMap): a fix for bug #458099/2
11061
11062 2001-09-04    <johan AT FRIJA>
11063
11064         * src/SDCCsymt.c (checkSClass): a fix for bug #458099/1
11065
11066
11067 2001-09-04  Paul Stoffregen  <paul AT pjrc.com>
11068
11069         * pragma noinduction broke memcpy on mcs51 large model.  Moved it inside z80 optimization
11070
11071 2001-09-03  Michael Hope  <michaelh AT juju.net.nz>
11072
11073         * link/z80/aslink.h: Fixed path for PATH_MAX
11074
11075 2001-09-02  Michael Hope  <michaelh AT juju.net.nz>
11076
11077         * src/z80/gen.c (fetchLitPair): Changed so that it properly caches direct space references.
11078
11079         * support/regression/tests/addsub.c: Added cases to cover all the +, - combinations.
11080
11081         * support/regression/tests/uminus.c: Added a test for the unary minus operator.
11082
11083         * 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.
11084
11085 2001-09-01  Michael Hope  <michaelh AT juju.net.nz>
11086
11087         * src/z80/gen.c: Fixed up generator to pass the regresion tests, specifically fixing loads for longs, genCmp, and turned on the map file.
11088         (genCmp): Fixed up genCmp for the GB with longs.
11089
11090         * device/lib/gbz80/Makefile: Fixed up all the libraries to pass the regression tests.
11091
11092         * support/regression/ports/host/spec.mk: Updated to compile with the new type specifiers.
11093
11094         * device/lib/Makefile.in (Z80SOURCES): Removed old _mululong, _mulslong, and unneeded _mulint.
11095
11096         * device/lib/_mullong.c (_mulslong): Changed to actually return a value :)
11097
11098 2001-08-30  Paul Stoffregen  <paul AT pjrc.com>
11099
11100         * added peepholes 223 to 231 to mcs51 port.  These improve code when using large model.
11101
11102 2001-08-30  Michael Hope  <michaelh AT juju.net.nz>
11103
11104         * 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.
11105
11106         * src/z80/gen.c (genPlus): Changed bad long add for gb to a fall through.
11107
11108 2001-08-29  Michael Hope  <michaelh AT juju.net.nz>
11109
11110         * link/z80/aslink.h: Fixed long file name support.  Is now based off PATH_MAX instead of a constant.
11111
11112         * src/z80/gen.c: Fixed add and sub for the case where left or right are in static space.
11113
11114 2001-08-30 Bernhard Held   <bernhard AT bernhardheld.de>
11115
11116   * sim/ucsim/configure:    little improvement of Cygwin-detection
11117   * sim/ucsim/configure.in: little improvement of Cygwin-detection
11118   * sim/ucsim/cmd.src/newcmdcl.h: include <sys/types.h> to define fd_set automated build
11119   * support/regression/tests/bug-221100.c: small changes for mcs51
11120   * support/regression/tests/bug-221168.c: small changes for mcs51
11121   * support/regression/tests/bug-227710.c: small changes for mcs51
11122   * support/regression/tests/staticinit.c: small changes for mcs51
11123   * as/mcs51/aslink.h: accept everything as symbol name in rel-files, bug fix ID 452601
11124   * as/mcs51/lklex.c:  accept everything as symbol name in rel-files, bug fix ID 452601
11125   * as/mcs51/lksym.c:  accept everything as symbol name in rel-files, bug fix ID 452601
11126
11127 $Revision$
11128