* src/pic16/{gen.c,genarith.c}: replaced sign-extension
[fw/sdcc] / ChangeLog
1 2005-05-31 Raphael Neider <rneider AT web.de>
2
3         * src/pic16/{gen.c,genarith.c}: replaced sign-extension
4           "CLRF, BTFSC <signbit>, DECF/COMF" with side-effect-free
5           "CLRF, BTFSC <signbit>, SETF"; fixes "long>>9"
6
7 2005-05-27 Maarten Brock <sourceforge.brock AT dse.nl>
8
9         * device/lib/_strncpy.c: fixed the fix
10
11 2005-05-26 Raphael Neider <rneider AT web.de>
12
13         * src/pic16/glue.c (pic16_printIvalChar): fixed _constant_ string
14           initializers with \0, bug #1208187
15         * src/pic/glue.c (printIvalChar): fixed (non- and constant) string
16           intializers with \0, bug #1208187
17
18 2005-05-26 Raphael Neider <rneider AT web.de>
19
20         * src/pic16/glue.c (pic16_printIvalChar): fixed string
21           initializers with \0, bug #1208187
22         * src/pic16/main.c (_process_pragma): added sanity checks
23           for stack position and size, emit warnings when appropriate
24
25 2005-05-26 Maarten Brock <sourceforge.brock AT dse.nl>
26
27         * device/lib/_strncpy.c: fixed not filling with \0
28
29 2005-05-26 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
30
31         * src/SDCCast.c (funcOfType, funcOfTypeVarg, stringToSymbol,
32           createFunction),
33         * src/SDCC.y (external_definition, enumerator, parameter_declaration,
34           compound_statement),
35         * src/SDCCsymt.h,
36         * src/SDCCsymt.c (addSymChain, processFuncArgs): fixed bug #1159134
37
38 2005-05-24 Raphael Neider <rneider AT web.de>
39
40         * src/pic16/glue.c (pic16_printGPointerType): fixed #1207796
41
42 2005-05-24 Raphael Neider <rneider AT web.de>
43
44         * device/include/pic16/pic18f{442,452,458}.h: fixed wrong
45           TRISE definitions, closes bug #1162453
46
47 2005-05-22 Raphael Neider <rneider AT web.de>
48
49         * src/pic16/main.c (_process_pragma): check for missing
50           arguments to pragmas code and udata
51         * device/include/pic16/pic18f{2550,4331,4455,4520}.h:
52           consistency fixes to match other headers (thanks to Jim Paris)
53         * device/lib/pic16/libio/i2c.ignore: 18f4331 provides no I2C
54
55 2005-05-21 Maarten Brock <sourceforge.brock AT dse.nl>
56
57         * src/SDCCicode.c (isOperandEqual): fixed missing ;
58
59 2005-05-19 Maarten Brock <sourceforge.brock AT dse.nl>
60
61         * support/regression/tests/bug1198642.c: new test
62         * src/SDCCicode.c (isOperandEqual): fixed bug 1198642
63         * src/SDCCcse.c (findPrevIc): added comment, please have a look
64         * support/scripts/resource.h,
65         * support/scripts/resource.rc,
66         * src/src.dsp: added sdcc.ico to project as icon for sdcc.exe
67         * support/scripts/sdcc.ico: added 32x32 icon
68
69 2005-05-18 Raphael Neider <rneider AT web.de>
70
71         * device/lib/pic16/libdev/pic18f*.c,
72         * device/include/pic16/pic18f*.h: updated "sfr" and "at X"
73           keywords to "__sfr" and "__at (X)"
74         * device/include/pic16/pic18fregs.h: added pic18f4520
75         * src/pic16/pcode.c (pic16_pCode2str): fixed (?) bug
76           #1203088 (MPLAB compatibility)
77
78 2005-05-17 Raphael Neider <rneider AT web.de>
79
80         * device/include/pic16/pic18f{2550,4331,4455,4520}.h: NEW
81         * device/lib/pic16/libdev/pic18f{2550,4331,4455,4520}.c: NEW
82         * device/lib/pic16/pics.all: added new devices
83         * src/pic16/device.c: added support for pic18f4520
84
85 2005-05-16 Raphael Neider <rneider AT web.de>
86         * src/pic16/gen.{c,h}: s/mov2f/pic16_mov2f made public
87         * src/pic16/genarith.c (genAddLit): fixed bug 1202480
88         * src/pic16/pcode.{c,h} (pic16_newpCodeOpBit_simple): NEW
89           convenience function for bit access
90
91 2005-05-15 Maarten Brock <sourceforge.brock AT dse.nl>
92
93         * device/lib/printf_large.c: fixed bug 1193299
94         * support/regression/tests/bug1057979.c: added test %3.3s
95
96 2005-05-15 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
97
98         * device/include/mcs51/8051.h,
99         * device/include/mcs51/8052.h: made parseable with lint
100         * device/include/mcs51/lint.h: added include file for (sp)lint
101         * doc/sdccman.lyx: added doc about use of splint (syntax checking tool)
102         * doc/cdbfileformat.lyx,
103         * doc/test_suite_spec.lyx: hardcoded date to the date of last text change
104
105 2005-05-14 Raphael Neider <rneider AT web.de>
106
107         * device/lib/pic16/Makefile.common.in: add --optimize-df to OPT_FLAGS
108         * device/lib/pic16/libc/stdlib/itoa.c (new)
109         * device/lib/pic16/libc/stdlib/Makefile: have itoa.c built
110         * device/lib/pic16/libio/Makefile: exclude subdir according to
111           ${subdir}.ignore for certain PICs (lacking e.g. i2c)
112         * device/lib/pic16/libio/i2c.ignore (new): pic18f1220 has no I2C support
113         * src/pic16/gen.c (genFunction): prevent annoying warning
114         * src/pic16/pcode.c: renamed stack_t to dynstack_t to prevent
115           nameclashes on BeOS
116         * support/cpp2/cppmain.c (cpp_output_string): new
117         * support/cpp2/cpplib.c (_cpp_do__Pragma): fixed _Pragma(""),
118           fixes bug 1116802
119
120 2005-05-13 Borut Razem <borut.razem AT siol.net>
121
122         * src/SDCCmain.c (linkEdit): fixed bug 1195202
123
124 2005-05-12 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
125
126         * .version: changed to version 2.5.1; back to bleeding edge development
127
128 2005-05-11 Borut Razem <borut.razem AT siol.net>
129
130         * doc/sdccman.lyx doc/cdbfileformat.lyx doc/test_suite_spec.lyx:
131           generate PDF version 1.3 documents
132
133 2005-05-07 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
134
135         * .version: changed to version 2.5.0
136
137 2005-04-27 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
138
139         * doc/sdccman.lyx: updated weblinks, index and smaller updates
140
141 2005-04-26 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
142
143         * doc/sdccman.lyx: changed version 2.5.0, documented --std-c89,
144         --std-sdcc89, --std-c99, --std-sdcc99, and the corresponding #pragmas, as
145         well as many smaller updates.
146         * .version: changed to version 2.5.0-pre1
147
148 2005-04-26 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
149
150         * src/SDCCmain.c (setIncludePath): added port->target to SDCC_INCLUDE_NAME
151
152 2005-04-26 Maarten Brock <sourceforge.brock AT dse.nl>
153
154         * support/regression/tests/bug1185672.c: added
155         * src/mcs51/gen.c (aopGetUsesAcc, genCpl, genAnd, genOr, genXor): fixed
156           bug 1185672
157         * src/mcs51/gen.c (genCall): added comments, made it look safer
158         * src/mcs51/gen.c (genEndFunction): simplified
159
160 2005-04-25 Maarten Brock <sourceforge.brock AT dse.nl>
161
162         * src/mcs51/ralloc.c (serialRegAssign): fixed bug 1189609
163
164 2005-04-14 Borut Razem <borut.razem AT siol.net>
165
166         * fixed bug 1045046 - SIGSEGV with really simple code?:
167           src/pic/pcode.c (pCodeInitRegisters)- pseudo stack size increased to 16
168           src/pic/ralloc.c (typeRegWithIdx) - error message on pseudo stack overflow
169
170 2005-04-14 Borut Razem <borut.razem AT siol.net>
171
172         * src/pic16/gen.c (genInline), src/pic16/main.c (_process_pragma),
173           src/pic16/device.h: temporarily disabled experimental #inline pragma
174           for 2.5.0 release
175
176 2005-04-14 Maarten Brock <sourceforge.brock AT dse.nl>
177
178         * device/include/z80/stdio.h,
179         * device/include/z80/string.h: removed these highly incomplete files so
180           SDCC can use the default ones in device/include/
181
182 2005-04-14 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
183
184         * src/mcs51/gen.c (genEndFunction): removed unused variable to fix
185         gcc warning.
186         * device/lib/Makefile.in: default PORTINCDIR to the mcs51 subdir to
187         fix sdcpp warnings.
188
189 2005-04-12 Maarten Brock <sourceforge.brock AT dse.nl>
190
191         * device/include/malloc.h: removed redundant __reentrant prototypes
192         * device/lib/_mullong.c: added working xstack variant in asm (C version
193           doesn't pass regression tests)
194         * device/lib/bpx.c: used __data and made bpx char for mcs51
195         * src/SDCCast.c (decorateType): removed unused GPTYPE_IDATA,
196           (createFunction): fixed bug with xstackPtr
197         * src/SDCCcse.c: corrected comments
198         * src/SDCCopt.c (convertToFcall): fixed warning in MSVC,
199           (killDeadCode, eBBlockFromiCode): removed unused code
200         * src/SDCCsymt.h: removed unused GPTYPE_GPTR and GPTYPE_IDATA,
201           corrected comments
202         * src/mcs51/gen.c (aopForSym, aopPut, toBoolean, unsaveRegisters,
203           assignResultValue, genCall, genFunction, genEndFunction, genAnd,
204           genOr, genXor, genAddrOf): fixed several bugs concerning xstack
205           (genModOneByte): fixed warning in MSVC
206         * src/mcs51/main.c (): added comments
207         * src/mcs51/peeph.def: changed 129 to 129.a, added 129.b, 129.c & 129.d
208
209 2005-04-12 Maarten Brock <sourceforge.brock AT dse.nl>
210
211         * src/SDCCmain.c (linkEdit): oops, changed one line too many
212
213 2005-04-11 Maarten Brock <sourceforge.brock AT dse.nl>
214
215         * src/SDCCmain.c (linkEdit): fixed bug with finding crt0.o for z80
216
217 2005-04-10 Vangelis Rokas <vrokas AT users.sourceforge.net>
218
219         * src/pic16/glue.c (printIvalChar): fixed bug when emitting
220         characters arrays of larger size than the declared one.
221
222 2005-04-10 Borut Razem <borut.razem AT siol.net>
223
224         * src/pic/gen.c (genInline),
225           src/pic/pcode.c (newpCodeAsmDir), (pCode2str),
226           (genericPrint), (unlinkpCodeFromBranch), (compareLabel),
227           (findNextInstruction), (findPrevInstruction),
228           (findInstructionUsingLabel),
229           src/pic/pcode.h: fixed bug #1164907 - Labels not being recognized
230         * src/pic/pcode.c (findLabel): added missing '\n'
231         * src/src.dsp: added SDCCdwarf2.c to the project
232
233 2005-04-09 Borut Razem <borut.razem AT siol.net>
234
235         * support/scripts/sdcc.nsi: added include/hc08/* h to NSIS setup
236
237 2005-04-08 Raphael Neider <rneider AT web.de>
238
239         * src/pic16/pcode.c: added helpers defmapInsertAfter (insert a new item
240           into the chain after a given one) and mergeDefmapSymbols (combine
241           defmap entries for each symbol per pcode)
242         * (createDefmap): have defmap entries merged in the end
243         * (defmapReplaceSymRef): split defmap entries covering two accesses to
244           a symbol before replacing one access type's symbol, merge symbols in
245           the end (replacement symbol might already have an entry)
246         * (assignValnums): keep reference to written WREG intact
247
248 2005-04-08 Raphael Neider <rneider AT web.de>
249
250         * src/pic16/pcode.c (struct defmap_s): named anonymous union (for
251           Alpha)
252
253 2005-04-08 Vangelis Rokas <vrokas AT users.sourceforge.net>
254
255         * src/pic16/pcode.c (pic16_get_op2): enlarged size of array b to 128
256         bytes
257
258 2005-04-07 Raphael Neider <rneider AT web.de>
259
260         * device/include/pic16/usart.h: added compatibility defines for
261           devices with more than one USART
262         * device/include/pic16/pic18f[68][567]20.h: activated above defines
263
264 2005-04-07 Maarten Brock <sourceforge.brock AT dse.nl>
265
266         * device/lib/Makefile.in: updated for port specific include
267
268 2005-04-07 Maarten Brock <sourceforge.brock AT dse.nl>
269
270         * support/regression/ports/mcs51/spec.mk: added mcs51 include
271
272 2005-04-07 Maarten Brock <sourceforge.brock AT dse.nl>
273
274         * device/include/8051.h,
275         * device/include/8052.h,
276         * device/include/at89S8252.h,
277         * device/include/at89c55.h,
278         * device/include/at89x051.h,
279         * device/include/at89x51.h,
280         * device/include/at89x52.h,
281         * device/include/mcs51reg.h,
282         * device/include/reg51.h,
283         * device/include/reg764.h,
284         * device/include/regc515c.h,
285         * device/include/sab80515.h: (re)moved these 12 files
286         * device/include/mcs51/8051.h,
287         * device/include/mcs51/8052.h,
288         * device/include/mcs51/at89S8252.h,
289         * device/include/mcs51/at89c55.h,
290         * device/include/mcs51/at89x051.h,
291         * device/include/mcs51/at89x51.h,
292         * device/include/mcs51/at89x52.h,
293         * device/include/mcs51/mcs51reg.h,
294         * device/include/mcs51/reg51.h,
295         * device/include/mcs51/reg764.h,
296         * device/include/mcs51/regc515c.h,
297         * device/include/mcs51/sab80515.h: and added them here
298
299 2005-04-06 Maarten Brock <sourceforge.brock AT dse.nl>
300
301         * device/include/stdarg.h: changed SDCC specific keywords to double
302           underlined form.
303         * device/include/stdint.h: changed intptr_t and uintptr_t for others than
304           mcs51 and ds390.
305         * device/include/hc08/mc68hc908gp32.h,
306         * device/include/hc08/mc68hc908jb8.h,
307         * device/include/hc08/mc68hc908jkjl.h,
308         * device/include/hc08/mc68hc908qy.h: fixed comments
309         * device/include/mcs51/README: updated
310         * device/include/mcs51/c8051f120.h: added PINRSF
311         * device/lib/pic16/libc/stdlib/crc16.c: fixed comments
312         * src/pic16/pcode.c: MSVC6 doesn't accept declaring new variables
313           amidst code. Also inline is not supported.
314
315 2005-04-06 Raphael Neider <rneider AT web.de>
316
317         * src/pic16/pcode.c (pic16_pCodeReplace): also update pcflow->end
318         * (createDefmap): fixed CALLs to depend on FSR1 and RETLW to restore
319           callers stack/frame pointers
320
321 2005-04-06 Vangelis Rokas <vrokas AT users.sourceforge.net>
322
323         * device/include/pic16/usart.h: added, missing in previous commit,
324         * device/include/pic16/adc.h: fixed typo,
325         * device/lib/pic16/libc/utils/cvtdec.S: added missing in previous
326         commit,
327         * device/lib/pic16/libc/stdlib/g_ftoa.S: modified to include
328         <p18fxxx.inc>
329         * device/lib/pic16/libc/stdio/streams.c: leave stdin, stdout
330         uninitialized because a bug appears with gplink
331         * device/lib/pic16/{some makefiles}: moved $(CSTD) from CFLAGS to
332         COMPILE_FLAGS and added CPPFLAGS with -nostdinc because sdcpp
333         complains for unrecognised option
334
335 2005-04-05 Raphael Neider <rneider AT web.de>
336
337         * src/pic16/gen.c (pic16_popCopyReg): made copying work for extended
338           structs as well (using memcpy)
339         * (genFunction): fixed comparison, used pCodeOpLabel to reduce warning
340           on ISRs (GOTO has no label)
341         * src/pic16/device.h: added OF_OPTIMIZE_DF
342         * src/pic16/main.c: added compiler switch --optimize-df to enable the
343           new data flow analysis/optimization
344         * src/pic16/pcode.c: added (prototypes for and implementation of)
345           dataflow analysis functions, fixed pCodeInstructions' inCond and
346           outCond values, made RCALL a branch instruction
347         * (pic16_unlinkpCode): keep C line if possible
348         * (pic16_pCodeUnlink): removed cast on left side of assignment, have
349           C line moved if possible
350         * (pic16_getRegFrompCodeOp): NEW, improved version of...
351         * (pic16_getRegFromInstruction,pic16_getRegFromInstruction2): changed
352           to use new pic16_getRegFrompCodeOp (works for more SFRs)
353         * (pic16_BuildFlow): fixed skip instructions with label (did not start
354           new flow)
355         * (pic16_getJumptabpCode): NEW, needed in...
356         * (LinkFlow): fixed handling of jumptables, calls and conditional
357           branches
358         * (pic16_InsertCommentAfter): NEW
359         * (pic16_pCodeReplace): made verbose and flow preserving
360         * (AnalyzeFlow): added call to data flow analysis
361         * src/pic16/pcode.h: added defmaps to pCodeFlow struct
362         * src/pic16/pcodeflow.h: added PCC_STATUS to mean all STATUS bits
363         * src/pic16/ralloc.c (packRegsForAssign): added return 1 in the end
364
365 2005-04-03 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
366
367         * src/SDCCast.c (decorateType): fixed bug #1105626
368
369 2005-04-02 Vangelis Rokas <vrokas AT users.sourceforge.net>
370
371         * device/include/asm/pic16/features.h,
372         * pic18f*.h headers,
373         * device/include/pic16/adc.h,
374         * device/include/pic16/delay.h,
375         * device/include/pic16/i2c.h,
376         * device/include/pic16/malloc.h,
377         * device/include/pic16/stdio.h,
378         * device/include/pic16/stdlib.h,
379         * device/include/pic16/string.h,
380         * device/lib/pic16/libc/stdio/printf_tiny.c,
381         * device/lib/pic16/libc/stdio/printf_small.c,
382         * device/lib/pic16/libc/stdio/strmgpsim.c,
383         * device/lib/pic16/libc/stdio/strmmssp.c,
384         * device/lib/pic16/libc/stdio/strmusart.c,
385         * device/lib/pic16/libc/stdio/vfprintf.c,
386         * device/lib/pic16/libc/stdlib/ltoa.c,
387         * device/lib/pic16/libc/stdlib/putchar.c,
388         * device/lib/pic16/libc/stdlib/x_ftoa.c,
389         * device/lib/pic16/libc/stdlib/memchrpgm.c,
390         * device/lib/pic16/libc/stdlib/memchrram.c,
391         * device/lib/pic16/libc/stdlib/memcpypgm2ram.c,
392         * device/lib/pic16/libc/stdlib/memcpyram2ram.c,
393         * device/lib/pic16/libio/adc/adcbusy.c,
394         * device/lib/pic16/libio/adc/adcread.c,
395         * device/lib/pic16/libio/adc/adcsetch.c,
396         * device/lib/pic16/libio/usart/ubaud.c,
397         * device/lib/pic16/libio/usart/ubusy.c,
398         * device/lib/pic16/libio/usart/udrdy.c,
399         * device/lib/pic16/libio/usart/uopen.c,
400         * device/lib/pic16/libio/usart/uputc.c,
401         * device/lib/pic16/libsdcc/gptr/gptrget1.c,
402         * device/lib/pic16/libsdcc/gptr/gptrget2.c,
403         * device/lib/pic16/libsdcc/gptr/gptrget3.c,
404         * device/lib/pic16/libsdcc/gptr/gptrget4.c,
405         * device/lib/pic16/libsdcc/gptr/gptrput1.c,
406         * device/lib/pic16/libsdcc/gptr/gptrput2.c,
407         * device/lib/pic16/libsdcc/gptr/gptrput3.c,
408         * device/lib/pic16/libsdcc/gptr/gptrput4.c: modified all SDCC
409         specific keywords to double underlined form,
410         * device/lib/pic16/libc/Makefile.rules,
411         * device/lib/pic16/libsdcc/Makefile.rules,
412         * device/lib/pic16/libm/Makefile,
413         * device/lib/pic16/libio/Makefile.rules: added CSTD macro in CFLAGS
414         to compile with C standard set in Makefile.common
415         * device/lib/pic16/libc/stdlib/Makefile: added new C sources
416         rand.c and crc.c in compilation process,
417         * device/lib/pic16/libsdcc/int/divuint.c,
418         * device/lib/pic16/libsdcc/long/divulong.c: changed declaration of
419         `c' from signed to unsigned,
420         * device/lib/pic16/startup/crt0.c,
421         * device/lib/pic16/startup/crt0i.c,
422         * device/lib/pic16/startup/crt0iz.c: adopted to all SDCC specific
423         keywords to double underlined form, bug fixes in _do_cinit function
424         which prevented the correct initialization of the .idata segment,
425         * src/pic16/pcoderegs.c (insideLRBlock): fixed a bug that caused the
426         core to enter a infinite loop
427         * device/lib/pic16/libc/stdlib/rand.c, crc.c: new files
428
429 2005-04-02 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
430
431         * src/SDCCicode.c (getArraySizePtr): fixed bug #1122171
432
433 2005-04-01 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
434
435         * device/include/Makefile.in: add support for hc08 subdirectory
436         * device/include/hc08/: new subdirectory
437         * device/include/hc08/mc68hc908jkjl.h: new header contributed by
438         Lucas Loizaga, thanks!
439         * device/include/hc08/mc68hc908qy.h,
440         * device/include/hc08/mc68hc908gp32.h,
441         * device/include/hc08/mc68hc908jb8.h: moved hc08 register defs to
442         their own directory. Changed internal macro names to use the compiler
443         reserved namespace. Changed SDCC specific keywords to double
444         underlined form.
445         * device/include/math.h,
446         * device/include/malloc.h,
447         * device/include/stdarg.h,
448         * device/include/stdbool.h
449         * device/include/string.h,
450         * device/include/tinibios.h,
451         * device/include/ds400rom.h,
452         * device/include/8051.h,
453         * device/include/8052.h,
454         * device/include/80c51xa.h,
455         * device/include/at89c55.h,
456         * device/include/at89S8252.h,
457         * device/include/at89x51.h,
458         * device/include/at89x52.h,
459         * device/include/ds80c390.h,
460         * device/include/reg764.h,
461         * device/include/regc515c.h,
462         * device/include/sab80515.h,
463         * device/include/mcs51/c8051f000.h,
464         * device/include/mcs51/c8051f018.h,
465         * device/include/mcs51/c8051f020.h,
466         * device/include/mcs51/c8051f040.h,
467         * device/include/mcs51/c8051f060.h,
468         * device/include/mcs51/c8051f120.h,
469         * device/include/mcs51/c8051f300.h,
470         * device/include/mcs51/c8051f310.h,
471         * device/include/mcs51/c8051f320.h,
472         * device/include/mcs51/c8051f330.h,
473         * device/include/mcs51/c8051f350.h,
474         * device/include/z180.h: Changed SDCC specific keywords to double
475         underlined form.
476
477 2005-03-31 Vangelis Rokas <vrokas AT users.sourceforge.net>
478
479         * src/pic16/device.c (Pics16[]): added devices 18F2550, 18F4331,
480         18F4455,
481         * (pic16_assignConfigWordValue): disable testing of configuration
482         register value with config mask,
483         * src/pic16/gen.c (pic16_testStackOverflow): prefix stack test
484         function with port->fun_prefix,
485         * (genFunction): when generating a naked interrupt function never
486         create an absolute segment placed in interrupt vector address, place
487         the actual interrupt function at IVA instead, when an interrupt
488         function is generated with unspecified interrupt then do not create
489         the absolute section,
490         * (genGenPointerGet, genGenPointerSet, genPackBits): replace all
491         code for generating a call to generic pointer get/put function with
492         a call to function pic16_callGenericPointer(),
493         * src/pic16/genutils.c (pic16_callGenericPointerRW): NEW, generates
494         the call to the generic pointer get/put functions with prefixing the
495         function name with port->fun_prefix,
496         * src/pic16/glue.c (pic16glue): ifdef-out test of OF_LR_SUPPORT,
497         * src/pic16/main.c (_process_pragma): prefix function with
498         port->fun_prefix,
499         * (_pic16_finaliseOptions): define macro __18Fxxxx macro when
500         calling assembler, old 18Fxxxx macro is deprecated,
501         * src/pic16/pcode.c (unlinkpCodeFromBranch): added PC_INLINE and
502         PC_ASMDIR in while condition,
503         * (findInstruction): add PC_ASMDIR in while condition,
504         * (buildCallTree): prefix main with port->fun_prefix,
505         * (pic16_pCode2str): fixed bug that didn't emit the memory access
506         identifier for variable with banked access in instructions BTFSS,
507         BTFSC, BCF, BSF, BTG
508         * (AnalyzeFlow): moved call to OptimizepCode to pic16_AnalyzeBanking,
509         * src/pic16/pcodepeep.c (pCodeOpCompare): increase size of b to 1024,
510         * src/pic16/pcoderegs.c (pic16_pCodeRegoptimizeRegUsage): don't
511         perform optimization when enviroment variable NO_REG_OPT is set,
512         * (insideLRBlock): NEW, return 1 if register is inside an
513         INF_LOCALREGS block,
514         * (RemoveRegFromLRBlock): remove a register that is completely
515         eliminated by register optimization, but it is still left in local
516         register store/restore in/from stack block,
517         * (Remove2pcodes): after removing register, check to see if it
518         should be removed from local register store/restore in/from stack
519         block,
520         * src/pic16/ralloc.c (pic16_decodeOp): added decode for
521         DUMMY_READ_VOLATILE,
522
523         * device/include/pic16/adc.h: minor prototype modifications and
524         update,
525         * device/include/pic16/malloc.h: added GPL notice various
526         modifications,
527         * device/include/pic16/stdint.h: NEW, standard header for ints
528         * device/include/pic16/delay.h: NEW, header for delay functions,
529         delay10tcy, delay100tcy, delay1ktcy, delay10ktcy, delay100ktcy,
530         delay1mtcy,
531         * device/include/pic16/signal.h: NEW, header providing helper macros
532         for implementing signal handlers,
533         * device/include/pic16/stdio.h: added prototypes for functions,
534         printf, vprintf, sprintf, vsprintf, fprintf, vfprintf. Added
535         prototypes for stdin and stdout, added macro PUTCHAR to
536         automatically implement putchar function prototype,
537         * device/include/pic16/usart.h: modified and updated USART library,
538         * device/lib/pic16/libio/adc/,
539         * device/lib/pic16/libio/i2c: some modifications to improve library
540         performance,
541         * device/lib/pic16/libc/stdio/: modifications for the new printf*
542         family of functions,
543         * device/lib/pic16/libc/stdlib/: various modifications in the malloc
544         family of functions and other sources,
545         * device/lib/pic16/libio/usart/: NEW, c sources for the usart module
546         of the PIC18Fxx[28] devices,
547         * device/lib/pic16/libc/delay/: NEW, c sources for the delay functions,
548         * device/lib/pic16/libc/utils/: minor modifications in the .S sources,
549         * device/lib/pic16/startup/{crt0i.c, crt0iz.c}: redesign of the
550         _do_cinit function, because the previous failed when local variables
551         where not placed in the same memory bank,
552         * device/lib/pic16/libsdcc/char/: various modifications to improve
553         library performance,
554         * doc/sdccman.lyx: some reorganization of the PIC16 part, added many
555         information on the new functions of the c library and more...
556
557 2005-03-28 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
558
559         * src/SDCCBBlock.c (iCodeBreakDown): fixed bug #1170212
560
561 2005-03-26 Raphael Neider <rneider AT web.de>
562
563         * src/pic16/gen.c (genSkipc): fixed semantics (execute branch
564           if condition == CARRY)
565         * (genCmp): adapted to new genSkipc semantics
566         * src/pic16/genutils.c (pic6_genCmp_special): removed side effect
567           on rIfx (genCmp was broken)
568
569 2005-03-26 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
570
571         * src/SDCCmain.c (setDefaultOptions, optionsTable[], parseCmdLine),
572         * src/z80/main.c (_keywords[]),
573         * src/SDCCglobal.h (struct options),
574         * src/SDCC.y,
575         * src/SDCC.lex (isTargetKeyword, doPragma, pragma_tbl[]): new pragmas
576         to enable/disable SDCC and C99 extensions/keywords (std_c89, std_sdcc89,
577         std_c99, std_sdcc99). Also, equivalent command line options (--std-c89,
578         --std-sdcc89, --std-c99, --std-sdcc99). SDCC specific keywords are
579         always available in leading double underscore form. The C99 support is
580         mostly missing, but it's a start.
581         * support/regression/tests/bug-227710.c: fixed nonconforming use of
582         reserved identifier "__data".
583
584 2005-03-24 Maarten Brock <sourceforge.brock AT dse.nl>
585
586         * src/mcs51/peeph.def: fixed bug 1170013
587
588 2005-03-22 Maarten Brock <sourceforge.brock AT dse.nl>
589
590         * device/include/mcs51reg.h: fixed bug 842007
591
592 2005-03-21 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
593
594         * src/SDCCcflow.c (dfNumCompare): committed the wrong version of this
595         last time.
596
597 2005-03-20 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
598
599         * src/port.h (struct PORT),
600         * src/avr/ralloc.c (avr_assignRegisters),
601         * src/avr/main.c,
602         * src/ds390/ralloc.c (ds390_assignRegisters),
603         * src/ds390/main.c,
604         * src/hc08/ralloc.c (hc08_assignRegisters),
605         * src/hc08/main.c,
606         * src/mcs51/ralloc.c (mcs51_assignRegisters),
607         * src/mcs51/main.c,
608         * src/pic/ralloc.c (pic14_assignRegisters),
609         * src/pic/main.c,
610         * src/pic16/ralloc.c (pic16_assignRegisters),
611         * src/pic16/main.c,
612         * src/xa51/ralloc.c (xa51_assignRegisters),
613         * src/xa51/main.c,
614         * src/z80/ralloc.c (z80_assignRegisters),
615         * src/z80/ralloc.h,
616         * src/SDCCopt.c (eBBlockFromiCode, replaceRegEqv, killDeadCode),
617         * src/SDCCcse.c (ifxOptimize, cseBBlock, cseAllBlocks),
618         * src/SDCCcse.h,
619         * src/SDCCdflow.c (computeDataFlow),
620         * src/SDCCdflow.h,
621         * src/SDCCloop.c (addDefInExprs, loopInvariants, loopOptimizations),
622         * src/SDCCloop.h,
623         * src/SDCCcflow.c (*),
624         * src/SDCCcflow.h,
625         * src/SDCCBBlock.c (iCodeBreakDown, dumpEbbsToFileExt, eBBWithEntryLabel),
626         * src/SDCCBBlock.h (struct ebbIndex): new struct that keeps two copies
627         of the eBBlock list, sorted by both bbnum and dfnum. (fixes bug with
628         immedDom() returning wrong block; probably fixes bug #1160833)
629
630 2005-03-20 Borut Razem <borut.razem AT siol.net>
631
632         * support/scripts/inc2h.pl: WIN32 port
633
634 2005-03-19 Maarten Brock <sourceforge.brock AT dse.nl>
635
636         * device/lib/makefile.in: added abs.c and labs.c
637
638 2005-03-17 Maarten Brock <sourceforge.brock AT dse.nl>
639
640         * device/include/stdint.h: added
641         * device/lib/abs.c: added
642         * device/lib/labs.c: added
643         * device/include/stdlib.h: added abs() and labs() prototypes
644         * device/lib/libsdcc.lib: added abs and labs
645         * device/include/float.h,
646         * device/lib/_fsmul.c,
647         * device/lib/printf_fast.c,
648         * device/lib/printf_tiny.c: updated comments
649
650 2005-03-16 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
651
652         * src/SDCCicode.c (geniCodeSwitch, geniCodeJumpTable): fixed
653         bug #1164313
654
655 2005-03-16 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
656
657         * src/SDCCcse.c (cseBBlock): retain assignment to self when volatile
658         * src/SDCCast.c (isLoopCountable): fixed bug #1161985
659
660 2005-03-15 Maarten Brock <sourceforge.brock AT dse.nl>
661
662         * device/lib/printf_large.c: removed inline assembly for portability and
663           readability. Use printf_fast if speed or size are more important.
664         * src/pic16/gen.c: removed conditions around use of DEBUGpc
665         * src/pic16/genutils.h: added define for DEBUGpc for MSVC
666
667 2005-03-15 Vangelis Rokas <vrokas AT users.sourceforge.net>
668
669         * src/pic16/genutils.c (pic16_genCmp_special): initialized offs to
670         prevent compiler warning
671
672 2005-03-14 Vangelis Rokas <vrokas AT users.sourceforge.net>
673
674         * device/lib/pic16/startup/crt0i.c (_cinit): local variables where
675         moved to level 0 and declared as static. Also they are explicit
676         placed in access bank. This was necessery because some times they
677         might cross memory bank boundaries. crt0iz.c is *NOT* updated!!!
678         * src/pic16/device.h: added flag OPTIMIZE_CMP to enable some compare
679         optimizations. Currently only compare to unsigned char is implemented,
680         * src/pic16/gen.c: added fReturnIdx array,
681         * (struct resolvedIfx) is moved to gen.h and made public,
682         * (struct _G): added sregsAlloc and sregsAllocSet fields,
683         * (aopForSym): added an optimization to directly store in stack of
684         the operand of a SEND iCode,
685         * (pic16_aopOp): don't return return registers as strings (AOP_STR)
686         but as registers instead (AOP_REG) using the fReturnIdx array,
687         * (pic16_freeAsmop): remove the freed register from the
688         _G.sregsAlloc field,
689         * (pic16_aopGet): in case AOP_STR, the compare to 'a' is changed to
690         a compare of 'WREG',
691         * (pic16_popGetTempRegCond): changed function prototype, now
692         function takes also a bitVector argument v which holds the current
693         set of registers that are allocated for stack access by aopForSym,
694         registers allocated in aopForSym for accessing stack symbols are not
695         any more part of the functions usedRegs field,
696         * (genCall): some times aopOp is called for a stack variable to be
697         send, aopForSym might perform the push, if this is true make sure
698         that genCall doesn't push the variable twice by testing _G.resDirect,
699         * (genFunction): changed testing for unspecified interrupt number
700         from 256 to INTNO_UNSPEC,
701         * modified selection scheme of frame pointer generation. Previously
702         if function did use local registers a frame pointer was generated,
703         now a frame pointer is generated only if function has arguments
704         (that need PLUSW2 register access), or has stack arguments, or the
705         compiler is not instructed to omit the frame pointer,
706         * (genEndFunction): before restoring local registers that were saved
707         in the function preamble, also restore the registers that *might*
708         have been allocated for stack access,
709         * (genRet): removed some old comments,
710         * (genCmp, the active (RN's) version): added a call to the
711         pic16_genCmp_special function to perform the compare with a more
712         robust and optimized way,
713         * (genInline): a feature has been added in inline code generation,
714         which allows a wildcard variable substitution when writing inline
715         assembly. Code is incomplete and experimental therefore undocumented,
716         * (genCast): changed order of aopOp for result and right to allow
717         aopForSym to directly load the result if possible,
718         * src/pic16/genutils.c (selectCompareOp, pic16_genCmp_special): NEW,
719         perform an optimized compare on some selected special occasions,
720         * src/pic16/genutils.h: declaration of resolvedIfx structure from gen.c,
721         * src/pic16/glue.c (pic16createInterrupVect): make sure we never
722         generate an IVT any more,
723         * src/pic16/main.c (pic16_optionsTable): added command line option
724         --optimize-cmp,
725         * (_pic16_initPaths): when calling C preprocessor define pic18fXXXX
726         macro too, when calling assembler define pic18fXXXX *and* __18Fxxxx
727         macros,
728         * src/pic16/NOTES: Raphael Neider added in list of active developers
729         * src/pic16/pcode.c (OPT_TYPE_STR): added strings jumptable_begin and
730         jumptable_end to prevent bug #,
731         * (pic16_pciADDWFC, ADDFWC, COMF, CLRF): added some missing flags in
732         inCond and outCond fields,
733         * src/pic16/pcoderegs.c (pCodeOptime2pCodes): add a fix for bug #,
734         * src/pic16/ralloc.c (serialRegAssign): explicit set willCS to 0 to
735         turn off register spilling,
736         * (packRegsForOneUse): synced with other ports' versions although it
737         is not used currently,
738         * (pic16_packRegisters): added an optimization while reading
739         structure bitfields, some registers may be saved (malloc code is
740         decreased by 80 bytes)
741
742 2005-03-12 Vangelis Rokas <vrokas AT users.sourceforge.net>
743
744         * src/SDCCcse.c (cseBBlock): inside 'do operand lookup' loop test if
745         left is a bitfield, if yes, then don't optimize assignment. Perhaps
746         this can be optimized more?
747
748 2005-03-10 Raphael Neider <rneider AT web.de>
749
750         * src/pic16/gen.c (pic16_loadFSR0, genPackBits, genUnpackBits,
751           genNearPointerGet): (hopefully) fixed access to bitfields via
752           pointers (p->bitN = x; and x = p->bitN; failed)
753
754 2005-03-09 Paul Stoffregen <paul AT pjrc.com>
755
756         * device/lib/printf_fast.c: fix leading zero format, eg "%02d"
757
758 2005-03-09 Raphael Neider <rneider AT web.de>
759
760         * src/SDCCopt.c (killDeadCode): fixed bug #1156016
761
762 2005-03-06 Maarten Brock <sourceforge.brock AT dse.nl>
763
764         * src/SDCCicode.h: moved CRITICAL and ENDCRITICAL from SKIP_IC2 to SKIP_IC
765         * src/mcs51/ralloc.c (willCauseSpill): added check for REG_BIT type,
766           (regTypeNum): set REG_BIT type if necessary
767         * src/mcs51/ralloc.h: added define REG_BIT, used to fix bug 1144613
768         * support/regression/tests/critical.c: check bug 1144613
769
770 2005-03-02 Raphael Neider <rneider AT web.de>
771
772         * src/pic16/gen.c (genRightShiftLiteral): fixed bug #1154256
773
774 2005-02-26 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
775
776         * src/avr/ralloc.c (serialRegAssign),
777         * src/ds390/ralloc.c (serialRegAssign),
778         * src/hc08/ralloc.c (serialRegAssign),
779         * src/mcs51/ralloc.c (serialRegAssign),
780         * src/pic/ralloc.c (serialRegAssign),
781         * src/pic16/ralloc.c (serialRegAssign),
782         * src/xa51/ralloc.c (serialRegAssign),
783         * src/z80/ralloc.c (serialRegAssign): fixed bug #1105154
784
785 2005-02-22 Maarten Brock <sourceforge.brock AT dse.nl>
786
787         * src/SDCCast.c (decorateType): fixed bug 1124787
788
789 2005-02-20 Hubert Sack <sack AT digiplan.de>
790         committed by Frieder Ferlemann <Frieder.Ferlemann AT web.de>
791
792         * src/mcs51/peeph.def: added peepholes 3.h-k and 132.a-f from
793         patch #1121755
794
795 2005-02-20 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
796
797         * src/SDCCpeeph.def: new keyword "labelRefCountChange" which allows peepholes
798         to keep the correct label reference count when adding/removing references
799         to labels. A peephole file using this is appended to patch #1144962.
800
801 2005-02-14 Raphael Neider <rneider AT web.de>
802
803         * device/lib/pic16/libc/string/memccpy.c: changed 3rd argument to char
804         * src/SDCC.lex (process_pragma): fixed to make disable_warning work for PIC16
805         * src/pic16/gen.c (aopForSym, calls to pic16_aopOp): prevent unneccessary
806           retrievals of result operand's value on assignment
807
808 2005-02-13 Vangelis Rokas <vrokas AT otenet.gr>
809
810         * device/include/pic16/string.h: modified prototype for memccpy()
811         to memccpy(void *, void *, char, size_t)
812         * src/pic16/gen.c (genFunction, genEndFunction): reenable if-case to
813         check whether to omit frame pointer or not,
814         * (genInline): convert all occurences of "\n" to LF in inline
815         assembler blocks, this helps formatting the inline text,
816         * (pic16_loadFSR0): modified prototype,
817         * (genNearPointerGet, genNearPointerSet): reorganization of code,
818         removed some 8051 legacy code,
819         * (genPackBits): enabled handling bitfields exceeding one byte in size,
820         * src/pic16/ralloc.c (pic16_assignRegisters): clear dynrIdx variable
821         before allocating temporary registers in functions,
822
823 2005-02-11 Maarten Brock <sourceforge.brock AT dse.nl>
824
825         * support/regression/tests/bitvars.c: corrected the "fix"
826
827 2005-02-10 Maarten Brock <sourceforge.brock AT dse.nl>
828
829         * support/regression/tests/bitvars.c,
830         * support/regression/tests/bitwise.c,
831         * support/regression/tests/rotate.c: "fixed" problems on Alpha
832
833 2005-02-10 Raphael Neider <rneider AT web.de>
834
835         * src/pic16/pcode.c (assignToSameBank) : fixed cast to pointer of
836           different size for Alpha
837         * src/pic16/gen.c (genCmpEq) : improved compare with 0
838
839 2005-02-09 Raphael Neider <rneider AT web.de>
840
841         * src/SDCC.lex(doPragma) : save and restore warning options as well
842           (also added new stack plus clone- and copyAndFreeSDCCERRG())
843         * have #pragma less_pedantic set the errorlevel to WARNING
844           (fixes #1117001)
845         * (cloneOptimize) : fixed wrong malloc's size
846         * support/Util/SDCCerr.[ch] : made SDCCERRG globally accessible to
847           facilitate correct handling of #pragma (save|restore)
848
849 2005-02-09 Maarten Brock <sourceforge.brock AT dse.nl>
850
851         * src/mcs51/gen.c: removed non-standard C nameless struct/union
852
853 2005-02-04 Slade Rich <slade_rich AT users.sourceforge.net>
854
855         * src/pic/gen.c : Fix for bugs #1080519 & #1115662.
856
857 2005-02-03 Maarten Brock <sourceforge.brock AT dse.nl>
858
859         * device/include/mcs51/c8051f120.h: added declarations for sbit port 2,3&4
860
861 2005-02-02 Raphael Neider <rneider AT web.de>
862
863         * src/SDCCast.c (processParms): disabled W_NONRENT_ARGS for pic16 port
864         * src/pic16/gen.c (aopForSym): reenabled special case for function pointers
865         * (pic16_storeForReturn): fixed to allow returning function pointers
866         * (genPackBits): improved accessing full bytes, implemented for GPOINTERs
867         * device/include/pic16/{stddef.h,stdbool.h}: added
868
869 2005-02-02 Maarten Brock <sourceforge.brock AT dse.nl>
870
871         * device/include/mcs51/c8051f040.h: added define CPT2_PAGE
872
873 2005-02-01 Slade Rich <slade_rich AT users.sourceforge.net>
874
875         * src/pic16/pic16.dsp : Added file graph.c to make it compile under windows
876         * src/pic16/Makefile.bcc : Do not use this file but added file graph.c as it
877          appeared to be required
878
879 2005-01-31 Borut Razem <borut.razem AT siol.net>
880
881         * support/scripts/sdcc.nsi: added include/asm/ds390, include/asm/mcs51,
882           include/mcs51 and include/z80 directories to the package
883
884 2005-01-26 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
885
886         * src/hc08/gen.c (genFunction): fixed bug #1112752
887
888 2005-01-30 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
889
890         * src/mcs51/peeph.def: adapted peephole 258.x to changed gen.c (genAnd)
891
892 2005-01-29 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
893
894         * src/mcs51/gen.c (genAnd): accessing LSB/MSB by rotating acc
895
896 2005-01-29 Maarten Brock <sourceforge.brock AT dse.nl>
897
898         * device/include/Makefile.in: create/copy mcs51 and z80 include subdirs
899
900 2005-01-27 Maarten Brock <sourceforge.brock AT dse.nl>
901
902         * device/include/c8051fxxx.h: removed these 6 files
903         * device/include/mcs51/c8051fxxx.h: added these 11 new files
904
905 2005-01-26 Raphael Neider <rneider AT web.de>
906
907         * src/pic16/gen.c (genAssign): fixed assignment from longs
908           in codespace (were cut to three bytes)
909         * (genDummyRead): implemented (except for CODESPACE...),
910           fixed bug #1108575
911         * src/pic16/glue.c (emitStatistics): beautified
912         * device/lib/pic16/libm/Makefile: added include path
913
914 2005-01-26 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
915
916         * src/z80/gen.c (aopPut): fixed bug #1103902
917
918 2005-01-25 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
919
920         * device/lib/expf.c: fixed bug #1095792
921
922 2005-01-24 Vangelis Rokas <vrokas AT otenet.gr>
923
924         * device/lib/pic16/libm: added Math library sources
925
926 2005-01-24 Raphael Neider <rneider AT web.de>
927
928         * src/pic16/pcode.h: added second memory operand to pCodeOpReg
929           to enable upcast to pCodeOpReg2 (there is no type tag to
930           differenciate the two and pic16_popGet2p cast into PCOR2)
931         * src/pic16/main.c (_process_pragma): fixed another malloc bug
932           (sizeof(sectNames) changed to sizeof(sectName))
933           Both patches fix segfaults under MinGW.
934
935 2005-01-23 Raphael Neider <rneider AT web.de>
936
937         * src/pic16/{device.c,pcode.c}: s/free/Safe_free/g for
938           Safe_[mc]?alloc()'ed variables
939         * src/pic16/gen.c (pic16_aopOp,pic16_popGet): added handling
940           of (byte sized) temporaries (assign them to WREG for now)
941         * src/pic16/main.c (_process_pragma): fixed nasty malloc bug
942           (used sizeof(set *sectSyms) instead of sizeof(struct sectSym)),
943           this might fix SIGSEGVs on MinGW...
944         * src/SDCCopt.c (killDeadCode): restored original behaviour
945           (volatile operands might get thrown away though)
946
947 2005-01-23 Vangelis Rokas <vrokas AT otenet.gr>
948
949         * src/pic16/gen.c: fixed bug #1106975,
950         * src/pic16/gen.c: fixed possible bug #1102572, now during TOS
951         pointer update, INTCON is saved, global interrupts are disabled and
952         restored after updateing TOS.
953         * src/SDCC.y, src/SDCC.lex, src/SDCCsymt.c, src/SDCCsymt.h:
954         * added function attribute 'shadowregs' to take advantage of shadow
955         registers,
956         * added function attribute 'wparam' as an alternative to the wparam
957         pragma,
958         * support/Utils/SDCCerr.[ch]: added error E_SHADOWREGS_NO_ISR when
959         user declares a non-ISR function as 'shadowregs',
960         * doc/sdccman.lyx: updated to reflect recent changes of pic16 port
961
962 2005-01-22 Vangelis Rokas <vrokas AT otenet.gr>
963
964         * .version: bumped version number to 2.4.8
965         * device/lib/pic16/pics.all: list of PIC18F devices supported by
966         pic16 port,
967         * device/lib/pic16/libio/i2c/: I2C module support library,
968         * device/include/pic16/i2c.h: I2C support library header,
969         * device/lib/pic16/libc/stdio/: standard IO support sources,
970         * (printf_small.c): printf_small() source, supports float print,
971         * (printf_tiny.c): printf_tiny() source, does not support floats,
972         * device/lib/pic16/Makefile.common.in: added OPT_FLAGS macro to
973         enable global optimizations for entire library source, other
974         Makefiles in the source tree are also modified to reflect this,
975         * device/lib/pic16/libc/stdlib/putchar.c (putchar): dummy putchar()
976         function,
977         * doc/sdccman.lyx: updated to reflect new changes,
978         * src/pic16/gen.c (aopForSym): don't handle sym->iaccess in
979         sym->onStack if-case,
980         * src/pic16/main.c (_pic16_keywords): commented out keywords bit,
981         sbit, idata, _idata, xdata, _xdata,
982         * added pragma library, to link an external library, (see doc),
983         * removed command line options, --pomit-config-words, --pomit-ivt,
984         --pleave-reset-vector,
985         * (pic16_finaliseOptions): when define macro SDCC_MODEL_{SMALL/LARGE}
986         when calling assembler to reflect memory model used, also define
987         macro STACK_MODEL_{SMALL/LARGE} when compiling and assembling to
988         reflect stack model used,
989         * src/pic16/ralloc.c (pic16_allocDirReg): when operand is allocated
990         on stack return NULL,
991
992 2005-01-22 Daniel Winkler <post AT danielwinkler.de>
993
994         * src/SDCCopt.c (killDeadCode): do not throw iCodes away if one
995           of the operands is volatile. Fixes #1020220
996
997 2005-01-22 Daniel Winkler <post AT danielwinkler.de>
998
999         * src/pic16/pcoderegs.c (pCodeOptime2pCodes): reenabled optimization
1000         * (OptimizeRegUsage): make sure that there is really no other flow where
1001           the first pCode is used
1002
1003 2005-01-22 Raphael Neider <rneider AT web.de>
1004
1005         * src/pic16/pcoderegs.c (pCodeOptime2pCodes): disabled optimization
1006           to fix #1106967 (pCode->seq are not set up correctly)
1007
1008 2005-01-22 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
1009
1010         * src/SDCCglue.c (glue): make sure code area is declared before the
1011         static initialization area.
1012
1013 2005-01-21 Raphael Neider <rneider AT web.de>
1014
1015         * device/lib/Makefile.in: fixed test for pic16 install dir
1016         * device/lib/pic16/*/Makefile*: modified compile flags to enable
1017           optimizations
1018         * doc/sdccman.lyx: updated banksel optimization, removed --flr-support and
1019           added --optimize-goto compiler switch and pragma wparam documentation
1020         * src/pic16/pcode.c (pic16_OptimizeBanksel): removed statistics dump
1021         * src/pic16/pcodepeep.c (pic16_pCodeOpCopy): fixed copying of WREG, PRODL
1022           and PRODH closing bug #1071770 (peephole optimizer)
1023
1024 2005-01-19 Raphael Neider <rneider AT web.de>
1025
1026         * src/SDCCglobl.h: ensure that PATH_MAX >= 2048 to guarantee
1027           cmdLine buffers (used when calling sdcpp...) are large enough
1028           (MAX_PATH=256 truncates arguments leading to system halts when
1029           used in MinGW...)
1030         * src/pic16/gen.c (pic16_sameRegs): relaxed size criterion
1031         * (genUminus): rewritten to for efficiency
1032         * (genNearPointer[GS]et): enforce reloading of FSR0 (was still
1033           used uninitialized in some cases)
1034         * (genCast): upcasting a 16bit int to a 24bit GPOINTER may not
1035           copy the third byte from the int -- now assumes 0x80 (data memory)
1036         * src/pic16/genarith.c (pic16_genPlus): fixed bug when swapping
1037           operands (genAddLit expects the iCode's operands to swapped as
1038           well), fixed leftover bytes (crashed for short left operands)
1039         * (pic16_genMinusDec): performance improvements, removed false
1040           PIC14 emitSKPNCs
1041         * (pic16_genMinus): fixed to cope with differently sized operands
1042         * src/pic16/glue.c (pic16_glue): added new banksel optimization
1043           for --obanksel > 1
1044         * src/pic16/pcode.c: implemented (first phase of) banksel optimization
1045         * src/pic16/graph.[ch]: implementation of directed graphs, used by
1046           new banksel optimization
1047         * src/pic16/pcoderegs.c (pCodeRegMapLiveRangesInFlow): prevented
1048           analysis for temporary registers (segfaults...)
1049         * src/pic16/peeph.def: added rule
1050
1051 2005-01-18 Vangelis Rokas <vrokas AT otenet.gr>
1052
1053         * device/lib/pic16/libc/stdlib/x_ftoa.c: it defines x_ftoa function
1054         which converts a float number to its ASCII representation
1055         * device/lib/pic16/libc/utils/cnvfrac.S,cnvint.S: support
1056         functions to convert the fractional and integer part of a float to ASCII,
1057         * device/lib/pic16/libc/stdlib/(calloc.c,free.c, malloc.c,
1058         realloc.c): added _MALLOC_SPEC to explicit place variables in data
1059         ram
1060         * device/include/asm/pic16/features.h: added _CODE, _DATA, _AUTOMEM,
1061         _STATMEM macros,
1062         * device/include/pic16/adc.h: added GPL info,
1063         * src/pic16/gen.c (genIfxpCOpJump): perform an genIfxJump but using
1064         a pCodeOp as tested operand,
1065         * (genNearPointerGet): optimized bit testing, does not use
1066         intermediate register for bit value, test directly instead with
1067         BTFSS, BTFSC, works only for single bits,
1068         * (genpic16Code): dump the name of the iCode in the asm,
1069         * src/pic16/ralloc.c (decodeOp): removed static declaration and
1070         renamed to pic16_decodeOp,
1071         * (serialRegAssign): do not allocate a temporary register for iCode
1072         sequences that test a single bit for 1/0
1073
1074 2005-01-12 Vangelis Rokas <vrokas AT otenet.gr>
1075
1076         * src/pic16/pcode.[ch]: introduced pic16_stackpnt_*,
1077         pic16_framepnt_*, pic16_stack_*, pic1_frame_* pointer variables to
1078         access stack and frame pointers. They are initially assigned to
1079         point at pic16_pc_fsr1[lh] and pic16_pc_fsr2[lh] variables and other
1080         accessing SFRs. Updated all occurences of modification of stack or
1081         frame pointer in gen.c and pcode.c,
1082         * src/pic16/ralloc.c (serialRegAssign): fixed two bugs with
1083         assigning of a literal value to pointers,
1084         * src/pic16/main.c (pic16_finiliseOptions): set pre-processor define
1085         flag STACK_MODEL_SMALL or STACK_MODEL_LARGE according to the model
1086         selected
1087
1088 2005-01-11 Vangelis Rokas <vrokas AT otenet.gr>
1089
1090         * doc/sdccman.lyx: update documentation about stack pragma, added
1091         some info for stack memory models
1092
1093 2005-01-08 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
1094
1095         * src/pic16/gen.c (DEBUGpc): MSVC 6 does not support macro variable arguments
1096
1097 2005-01-08 Raphael Neider <rneider AT web.de>
1098
1099         * src/pic16/device.c (pic16_dump_usection): changed naming scheme for
1100           udata sections to fix bug #1097823
1101
1102 2005-01-05 Raphael Neider <rneider AT web.de>
1103
1104         * src/pic16/gen.c (genGenericShift): added handling of differently
1105           sized left operand and result
1106
1107 2005-01-04 Raphael Neider <rneider AT web.de>
1108
1109         * src/pic16/gen.c (genIfxJump): fixed inverted skips on CARRY
1110         * (genIfx): fixed (?) read from uninitialized SPIL_LOC (now assumes CARRY
1111           to hold the condition bit)
1112         * added new version of genCmp (old code available via #define)
1113         * added new version of genShiftLeft/genShiftRight in a generic
1114           way, now supports shifting by negative values
1115         * (genLeftShiftLiteral, genRightShiftLiteral): use absolute value of
1116           shiftCount (expected by genGenericShift)
1117         * src/pic16/genarith.c (genPlus): added code for adding CARRY+literal
1118         * src/pic16/pcode.c (pic16_OptimizeJumps): removed annoying statistics
1119           dump
1120         * (pic16_newpCodeOpLit): changed to cast to unsigned char (as e.g. -32766
1121           is an invalid literal too...)
1122
1123 2005-01-04 Vangelis Rokas <vrokas AT otenet.gr>
1124
1125         * src/pic16/gen.c (aopForSym, genEndFunction): applied some fixes
1126         from Raphael Neider,
1127         * src/pic16/pcode.c (pic16_newpCodeOpLit): removed casting to char
1128         for 8-bit literals. This fixes some literal operands which are sign
1129         extended to 16-bits ints when instruction needs only 8-bits.
1130
1131 2004-12-31 Paul Stoffregen <paul AT pjrc.com>
1132
1133         * device/lib/logf.c: added mcs51 assembly version
1134         * device/lib/expf.c: added mcs51 assembly version
1135         * device/lib/_logexpf.c: new shared asm code for expf and logf
1136         * device/include/math.h: add defines for assembly math library
1137         * device/lib/Makefile.in: build new _logexpf.c
1138         * device/lib/libfloat.lib: use new _logexpf.c
1139
1140 2004-12-29 Slade Rich <slade_rich AT users.sourceforge.net>
1141
1142         * src/pic/device.c
1143         * src/pic/pcode.c : adjusted internal stack and pre-allocated registers for
1144           device types which have less than 0x7f registers.
1145
1146 2004-12-29 Slade Rich <slade_rich AT users.sourceforge.net>
1147
1148         * src/pic/genarith.c : Fixed problem with subtraction where the result would not be updated when borrowing.
1149
1150 2004-12-28 Paul Stoffregen <paul AT pjrc.com>
1151
1152         * device/lib/printf_fast.c: only build on supported arch.
1153         * device/lib/printf_tiny.c: only build on supported arch.
1154         * device/lib/printf_fast_f.c: only build if asm float lib
1155         * device/lib/_fsget1arg.c: only build if asm float lib
1156         * device/lib/_fsget2args.c: only build if asm float lib
1157         * device/lib/_fsnormalize.c: only build if asm float lib
1158         * device/lib/_fsreturnval.c: only build if asm float lib
1159         * device/lib/_fsrshift.c: only build if asm float lib
1160         * device/lib/_fsswapargs.c: only build if asm float lib
1161         * device/include/stdio.h: don't provide print_fast,
1162           print_fast_f, print_tiny prototypes if --xstack used
1163
1164 2004-12-28 Maarten Brock <sourceforge.brock AT dse.nl>
1165
1166         * device/lib/sincosf.c (sincosf): don't invert bit/bool by ~
1167         * support/regression/ports/mcs51-stack-auto/spec.mk: added new _fs.. files
1168           to the SOURCES
1169
1170 2004-12-28 Paul Stoffregen <paul AT pjrc.com>
1171
1172         * device/lib/printf_fast_f.c: same as printf_fast, but
1173           with floating point enabled
1174         * device/lib/printf_fast.c: minor tweaks
1175         * device/include/stdio.h: add printf_fast_f
1176
1177 2004-12-27 Paul Stoffregen <paul AT pjrc.com>
1178
1179         * src/SDCCmain.c: make --float-reent default for mcs51
1180         * device/lib/_fsadd.c: added mcs51 assembly version
1181         * device/lib/_fssub.c: added mcs51 assembly version
1182         * device/lib/_fsmul.c: added mcs51 assembly version
1183         * device/lib/_fsdiv.c: added mcs51 assembly version
1184         * device/lib/_fseq.c: added mcs51 assembly version
1185         * device/lib/_fsneq.c: added mcs51 assembly version
1186         * device/lib/_fsgt.c: added mcs51 assembly version
1187         * device/lib/_fslt.c: added mcs51 assembly version
1188         * device/lib/_fscmp.c: shared code for fseq,fsgt,fslt,fsneq
1189         * device/lib/Makefile.in: add _fscmp to build
1190         * device/lib/libfloat.lib: add _fscmp to build
1191
1192 2004-12-27 Paul Stoffregen <paul AT pjrc.com>
1193
1194         * device/lib/_fs2slong.c: added mcs51 assembly version
1195         * device/lib/_fs2sint.c: added mcs51 assembly version
1196         * device/lib/_fs2schar.c: added mcs51 assembly version
1197         * device/lib/_fs2ulong.c: added mcs51 assembly version
1198         * device/lib/_fs2uint.c: added mcs51 assembly version
1199         * device/lib/_fs2uchar.c: added mcs51 assembly version
1200         * device/lib/_slong2fs.c: added mcs51 assembly version
1201         * device/lib/_sint2fs.c: added mcs51 assembly version
1202         * device/lib/_schar2fs.c: added mcs51 assembly version
1203         * device/lib/_ulong2fs.c: added mcs51 assembly version
1204         * device/lib/_uint2fs.c: added mcs51 assembly version
1205         * device/lib/_uchar2fs.c: added mcs51 assembly version
1206         * device/include/float.h: added #define to select asm vs c
1207
1208 2004-12-26 Paul Stoffregen <paul AT pjrc.com>
1209
1210         * device/lib/printf_fast.c: improvements to float output
1211         * device/include/float.h: add defines for assembly float library
1212         * device/lib/_fsget1arg.c: receive 1 float arg
1213         * device/lib/_fsget2args.c: receive 2 float args (reentrant)
1214         * device/lib/_fsnormalize.c: normalize a float
1215         * device/lib/_fsreturnval.c: return float, various helper routines
1216         * device/lib/_fsrshift.c: right shift a float's mantissa
1217         * device/lib/_fsswapargs.c: swap 2 floats
1218         * device/lib/Makefile.in: build these 6 new files for mcs51
1219         * device/lib/libfloat.lib: add these 6 files to the library
1220
1221 2004-12-26 Borut Razem <borut.razem AT siol.net>
1222
1223         * sim/ucsim/avr.src/arith_inst.cc: fixed bug #1088372- savr is not
1224           built by gcc 3.4.2
1225
1226 2004-12-25 Paul Stoffregen <paul AT pjrc.com>
1227
1228         * device/lib/printf_tiny.c: printf for mcs51 in only 267 bytes,
1229           and fully reentrant and register bank neutral.
1230         * device/lib/printf_fast.c: added float (not enabled by default),
1231           added compact/slower integer (also not enabled by default),
1232           improved size/speed of fast integer code, other minor changes
1233         * device/include/stdio.h, device/lib/Makefile.in,
1234           device/lib/libsdcc.lib: integrate printf_tiny into mcs51 build
1235
1236 2004-12-24 Maarten Brock <sourceforge.brock AT dse.nl>
1237
1238         * src/pic16/pcode.c: declaring variables other than at the start of a
1239           block is not supported in C by VC6.
1240
1241 2004-12-22 Vangelis Rokas <vrokas AT otenet.gr>
1242
1243         * applied a previous patch from Raphael Neider that wasn't included
1244         in the previous commits, which fixes infinite loops within jumptable
1245         improvements,
1246         * made some fixes that previous patches introduced
1247
1248 2004-12-21 Vangelis Rokas <vrokas AT otenet.gr>
1249
1250         * src/pic16/gen.c (pic16_aopGet): applied fix from Raphael Neider
1251         that fixes an issue with AOP_PCODE asmop's offset,
1252         * (pic16_popCopyReg): update instance field too,
1253         * (mov2w): modified to pic16_mov2w because it conflicts with mov2w
1254         function of pic port,
1255         * (genCmp, genAnd, genAssign),
1256         * src/pic16/genarith.c (genAddLit): some fixes from Raphael Neider,
1257
1258 2004-12-20 Vangelis Rokas <vrokas AT otenet.gr>
1259
1260         * src/SDCCast.c (gatherAutoInit): allow pic16 to emit static
1261         variables initial values to idata section,
1262         * src/SDCCicode.c (geniCodeCall): patch from ### to fix unreferenced
1263         variables in some functions. This utilizes parmBytes field of iCode
1264         structure to hold the offset of the variable in stack. (might be
1265         able to use the stack field too?)
1266         * applied patch from Raphael Neider # ### , # ###
1267         * src/pic16/glue.c (pic16emitRegularMap): fix to print static
1268         variable initial values in idata section,
1269         * src/pic16/ralloc.c (pic16_allocDirReg): don't allocate register
1270         for static variables with initial value
1271         * src/device/lib/pic16/libsdcc/float/ulong2fs.c (__ulong2fs):
1272         applied fix in while loop from Raphael Neider.
1273
1274 2004-12-19 Maarten Brock <sourceforge.brock AT dse.nl>
1275
1276         * src/ds390/gen.c (genCpl): fixed bit=~(char/bit) bugs, added warning
1277         * src/ds390/main.c (_ds390_regparm): don't pass bit params in registers
1278         * src/ds390/ralloc.c (serialRegAssign): spill bits
1279         * src/mcs51/gen.c (genCpl): fixed bit=~(char) bugs, added warning
1280         * support/Util/SDCCerr.c,
1281         * support/Util/SDCCerr.h: added warning W_COMPLEMENT for using bit=~(bit)
1282         * support/regression/tests/bitvars.c: added tests for bitwise complement(~)
1283         * support/regression/tests/bitwise.c: added test for bitwise complement(~)
1284
1285 2004-12-09 Maarten Brock <sourceforge.brock AT dse.nl>
1286
1287         * device/include/sdcc-lib.h: inserted LGPL, added includes
1288           asm/ds390/features.h and asm/mcs51/features.h
1289         * device/include/asm/default/features.h,
1290         * device/include/asm/gbz80/features.h,
1291         * device/include/asm/z80/features.h: added empty _AUTOMEM
1292           and _STATMEM
1293         * device/include/asm/ds390/features.h,
1294         * device/include/asm/mcs51/features.h: added files with defines for
1295           _AUTOMEM and _STATMEM indicating automatic and static storage class
1296         * device/lib/printf_large.c (_print_format): optimized & used _AUTOMEM
1297         * doc/sdccman.lyx: version 2.4.7, updated xstack documentation
1298         * src/SDCCicode.c (geniCodeCast),
1299         * src/SDCCsymt.c (compareType): allow cast of data-ptr to idata-ptr
1300         * src/SDCCloop.c (loopInduction): removed unused variable lr
1301         * src/SDCCopt.c (convilong, convertToFcall): moved "easy special case"
1302           to convertToFcall to include char modulo (RFE 1065037), added check
1303           if left operand is unsigned and use abs of literal value
1304         * src/SDCCpeeph.c (setFromConditionArgs): removed double quotes option
1305           as it doesn't work after conversion from peephole.def to peephole.rul
1306         * src/mcs51/gen.c (toBoolean): added check for size,
1307           (genModOneByte): optimized code for signed char modulo a literal
1308           power of 2 (thanks to Hubert Sack),
1309           (genRRC): removed unnecessary "clr c",
1310           (genRLC): replaced "add a,acc" with cheaper "rlc a"
1311         * src/mcs51/peeph.def: renamed 115 to 115.a, added rule 115.b: another
1312           jump optimization,
1313           swapped rules 256.c and 256.d,
1314           extended 256.d by using new multiple checks (thanks Erik),
1315           added rules 256.e and 256.f,
1316           updated rule 261.a and 261.b to new generated code
1317         * support/regression/tests/muldiv.c: added test div/mod by a power of 2
1318
1319 2004-12-07 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
1320
1321         * src/SDCCloop.c (basicInduction, loopInduction): fixed several
1322           induction related bugs, including first part of bug #1074377
1323
1324 2004-12-05 Vangelis Rokas <vrokas AT otenet.gr>
1325
1326         * applied patch from bug-report #1076292,
1327         * applied patches for genAnd and Goto-optimizations for Raphael
1328         Neider,
1329         * src/SDCCicode.c (printOperand): fixed !REGA source to compile and
1330         dump a less iCode information,
1331         * src/pic16/device.h (pic16_options_t): added field debgen,
1332         * src/pic16/gen.h: added macros DUMP_FUNCTION_ENTRY,
1333         DUMP_FUNCTION_EXIT, FENTRY, FENTRY2,
1334         * src/pic16/gen.c (my_powof2): renamed to pic16_my_powof2 and made
1335         puclic,
1336         * (various functions): added macros FENTRY and FENTRY2 to functions,
1337         to emit function prologue,
1338         * (various functions): fixed indentation,
1339         * (genNearPointerGet): fixed loading of FSR0,
1340         * (genPackBits): applied patch from Raphael Neider to fix updating
1341         of FSR0 and touching only the modified bits,
1342         * src/pic16/genarith.c (various functions): added macros FENTRY to
1343         emit function prologue in comments,
1344         * src/pic16/pcode.h: added functions debugf2, debugf3,
1345         * src/pic16/ralloc.c: partial fix for packForPush caused
1346         segmentation fault,
1347
1348 2004-12-04 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
1349
1350         * src/mcs51/peeph.def: added 261.a,b (16 bit rotate) by Stas Sergeev
1351           <stsp AT users.sourceforge.net> with reversed byte order
1352         * support/regression/tests/rotate.c: added (ds390 skips some tests)
1353
1354 2004-12-03 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
1355
1356         * src/z80/gen.c (genLeftShift, genRightShift): fixed second part of
1357           bug #1074377
1358         * src/hc08/gen.c (genrshFour, shiftRLong, shiftLLong),
1359         * src/mcs51/gen.c (shiftLLong): Fixed some shifting bugs Frieder found
1360
1361 2004-12-02 Slade Rich <slade_rich AT users.sourceforge.net>
1362
1363         * src/pic/pcode.c : fixed a problem where banksel was not being inserted.
1364
1365 2004-12-02 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
1366
1367         * src/SDCCpeeph.c (callFuncByName): support combined peephole rule
1368           conditions,
1369           (setFromConditionArgs): friendly operand parser for peephole rules,
1370           (operandBaseName, operandsNotRelated): new peephole condition
1371           "operandsNotRelated" -- similar to "operandsNotSame", but takes
1372           architecture specific register naming into account, handles n-way
1373           comparisons, and supports quoted literals
1374         * src/mcs51/peeph.def: restored rule 177.d with an extra condition
1375
1376 2004-12-02 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
1377
1378         * src/mcs51/peeph.def: fixed bug #1076940
1379
1380 2004-12-02 Slade Rich <slade_rich AT users.sourceforge.net>
1381
1382         * device/include/pic/pic16f877.h : added an include file for the PIC16F877 device.
1383
1384 2004-11-28 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
1385
1386         Adding support for replacing ljmps with sjmps in jumptables
1387         generated for switch statements. For now you need to set the
1388         environment variable SDCC_SJMP_JUMPTABLE to enable this.
1389         Now 4 algorithms for mcs51 jumptable generation are used:
1390         ljmp or sjmp jumptables for up to 16 cases, stack-pushing target
1391         addresses loaded pc-relative for up to 112 cases and stack-pushing
1392         target addresses loaded with offset from dptr for up to 256 cases.
1393
1394         * src/SDCCpeeph.c: added peephole conditional labelJTInRange
1395         * src/mcs51/main.c: adapted constants for switch table generation
1396         * src/mcs51/peeph.def: added 260.x for replacing ljmp with sjmp
1397
1398 2004-11-26 Maarten Brock <sourceforge.brock AT dse.nl>
1399
1400         * device/lib/printf_large.c (_print_format): fixed bug 1073386
1401         * support/regression/tests/bug1057979.c: added test for bug 1073386
1402
1403 2004-11-25 Vangelis Rokas <vrokas AT otenet.gr>
1404
1405         * src/pic16/pcode.c: fixed bug which may produce error in non-GNU
1406         compilers
1407
1408 2004-11-25 Vangelis Rokas <vrokas AT otenet.gr>
1409
1410         * src/pic16/device.h,
1411         * src/pic16/genarith.c,
1412         * src/pic16/glue.c,
1413         * src/pic16/main.c,
1414         * src/pic16/pcode.c: applied patches #1068154 and #1070213
1415
1416 2004-11-24 Vangelis Rokas <vrokas AT otenet.gr>
1417
1418         Large cummulative patch for pic16 port.
1419         * device/lib/pic16/gstack.h: NEW, user can specify its own handler
1420         to call when a stack overflow occurs,
1421         * (malloc.h): added CVS Id tag,
1422         * (pic18f{242,252,442,452}.h): added T0CONbits structure and
1423         variable,
1424         * added libc directory. The current version of LibC contains string
1425         functions, ctype functions and macros and some functions of the
1426         stdlib set (like malloc/free/atof/atoi etc...). All functions are to
1427         be extensively tested in the future. Standard disclaimer here.
1428         Library is not automatically build yet. But one can build it by
1429         invoking 'make' inside the libc directory.
1430         * added ADC library under libio. Preliminary version yet.
1431
1432         * src/pic16/gen.h: added emitTOGC macro, to toggle Carry flag,
1433         * src/pic16/gen.c (aopForRemat): asmop size is filled by
1434         aopForRemat() now and not by pic16_aopOp(),
1435         * (pic16_popGetTempReg): removed warning messgae when allocating
1436         temporary registers, its a buggy feature and will be removed,
1437         * (pic16_popGet): set register instance field in AOP_CRY,
1438         * (pic16_outBitC): fixed for results in size greater than 1,
1439         * (genUminusFloat): fixed for pic16, ported code from mcs51,
1440         * (pic16_storeForReturn): optimized return of 0,
1441         * (genCmp): experimental code for new genCmp which uses PIC18's
1442         special compare&skip instructions. Initial tests fail some times
1443         with variables grater than 1 byte in size, so new code is disabled,
1444         * (genUnpackBits, genPackBits): more optimizations in reading/writing,
1445         a single bit,
1446         * (genCast): began a fix to optimize the casting of a bit to another
1447         bit, now assigning a bitfield to another bitfield will fail, sorry,
1448         * src/pic16/main.c: disabled the use of lr-support feature,
1449         * src/pic16/pcode.h: renamed PCASMDIR to PCAD,
1450         * added some function prototypes, added function _debugf prototype,
1451         * src/pic16/pcode.c: (pic16_get_op): fixed emitting operands of register
1452         bits with offset (case PO_GPR_BIT),
1453         * (genericPrint): don't emit INFO pcode when --pcode-verbose not in
1454         command line,
1455         * (isBankInstruction): modified to return 0 for no banking instruction,
1456         and 1 for banking instruction,
1457         * (pic16_isPCinFlow): check for PCAD (assembler directives) too,
1458         caused stop processing pCodes after a inline assembly block,
1459         * (pic16_popCopyGPR2Bit): updated to match bitfields with offset,
1460         * src/pic16/pcoderegs.c: fixed a bug with eliminating some temporary
1461         registers when it shouldn't,
1462         * src/pic16/ralloc.c (allocReg): add preliminary support for
1463         supporting a limited set of temporary registers,
1464
1465 2004-11-23 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
1466
1467         * src/hc08/gen.c (genAssign, genPointerGetSetOfs, genDataPointerGet,
1468           genDataPointerSet): ensure assignments always copy in MSB to LSB
1469           order,
1470           (loadRegFromAop): recognize CLRH optimization,
1471           (genFunction): optimize RECEIVE iCodes in reentrant functions
1472
1473 2004-11-20 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
1474
1475         * src/SDCCmain.c (parseCmdLine, optionsTable[]): fixed bug with
1476           --out-fmt-s19 turning into --out-fmt-elf if s19 was already
1477           selected.
1478         * src/SDCCmain.c (linkEdit): don't define SSEG for HC08
1479         * src/hc08/main.c (_hc08_setDefaultOptions): default xdata to be
1480           contiguous with data
1481
1482 2004-11-19 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
1483
1484         * device/lib/_gptrget.c (_gptrget),
1485         * device/lib/_gptrgetc.c (_gptrgetc),
1486         * device/lib/_gptrput.c (_gptrput): _naked allows to use ret
1487           instead of sjmp to ret
1488         * src/mcs51/peeph.def: added peepholes 3.d-g and 177.g,h provided
1489           by Hubert Sack <hsack2002 AT arcor.de> in RFE #1067986, thanks
1490
1491 2004-11-18 Maarten Brock <sourceforge.brock AT dse.nl>
1492
1493         * .version: bumped version to 2.4.7
1494         * device/lib/_gptrget.c (_gptrget): is now _naked
1495         * device/lib/_gptrgetc.c (_gptrgetc): is now _naked
1496         * device/lib/_gptrput.c (_gptrput): is now _naked
1497         * src/SDCCast.c (createBlock): removed ridiculous self-assignment,
1498           (createFunction): fixed xstack
1499         * src/SDCCglue.c (emitMaps): set allocation required for bit area
1500         * src/SDCCicode.c (geniCodeCast): don't change SPEC_OCLS for literal
1501           or bit either,
1502           (geniCodeCritical): store original interrupt state in an iTemp bit
1503           var unless stack-auto
1504         * src/SDCCicode.h: added CRITICAL and ENDCRITICAL to SKIP_IC2
1505         * src/SDCCmain.c (setIncludePath): added include/target to search path
1506         * src/SDCCmem.c (allocParms): store bit vars in bit space, not overlay
1507         * src/SDCCsymt.c (checkFunction): don't check regbank for isr's against
1508           prototype,
1509           (processFuncArgs): put bit vars in bit area
1510         * src/mcs51/gen.c (saveRegisters, unsaveRegisters, genXpush, saveRBank,
1511           unsaveRBank): fixed xstack,
1512           (genFunction): bugfix: replaced (global!) reentrant with fReentrant,
1513           (genFunction, genEndFunction): fixed xstack,
1514           (genAssign): optimization don't walk backwards through mem
1515         * src/mcs51/main.c (_mcs51_regparm): don't pass bit params in registers
1516         * src/mcs51/ralloc.c (createStackSpil): spill bits to bit area
1517         * support/regression/Makefile: also make library (for stack-auto) when
1518           making "all" and added "test-mcs51-xstack-auto"
1519         * support/regression/fwk/lib/testfwk.c: added T2_isr prototype for mcs51
1520         * support/regression/ports/mcs51/T2_isr.c: added this file as a stub
1521         * support/regression/ports/mcs51/fwk.lib: added to link T2_isr stub
1522         * support/regression/ports/mcs51/spec.mk: added rules for fwk.lib
1523         * support/regression/ports/mcs51-stack-auto/spec.mk: replaced
1524           make-library by MAKE_LIBRARY
1525         * support/regression/ports/mcs51-xstack-auto/spec.mk: file added to run
1526           regression tests for xstack
1527         * support/regression/tests/bitvars.c: test for bit vars (bug 938782)
1528         * support/regression/tests/critical.c: test for critical on mcs51
1529
1530 2004-11-18 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
1531
1532         * support/regression/ports/ucz80/spec.mk: use include and lib files from
1533           built version of sdcc instead of installed version
1534
1535 2004-11-14 Maarten Brock <sourceforge.brock AT dse.nl>
1536
1537         * src/mcs51/gen.c (toBoolean): fixed bug 1065458
1538         * device/lib/Makefile.in: z80 uses printf_large.c, sprintf.c and
1539           vprintf.c now
1540         * device/lib/printf_large.c (calculate_digit): fixed bug 1057979
1541         * device/lib/z80/Makefile: don't use printf.c as it fails bug 1057979
1542           WARNING: remove device/lib/build/z80/printf.o by hand when
1543           updating from previous build!
1544         * device/lib/z80/printf.c: updated comment
1545         * support/regression/tests/bug1057979.c: test all ports now
1546         * support/regression/tests/bug1065458.c: file added
1547
1548 2004-11-12 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
1549
1550         * src/z80/gen.c (genFunction, genEndFunction): avoided generating
1551           *_start and *_end symbols for static functions
1552
1553 2004-11-11 Maarten Brock <sourceforge.brock AT dse.nl>
1554
1555         * src/SDCCmain.c (linkEdit): don't suppress crt0 if --nostdlib is used
1556           and search crt0.o in all library paths,
1557           (setIncludePath): proper handling of --nostdinc,
1558           (setLibPath): proper handling of --nostdlib
1559         * support/regression/Makefile,
1560         * support/regression/ports/ds390/spec.mk,
1561         * support/regression/ports/gbz80/spec.mk,
1562         * support/regression/ports/hc08/spec.mk,
1563         * support/regression/ports/mcs51/spec.mk,
1564         * support/regression/ports/mcs51-large/spec.mk,
1565         * support/regression/ports/mcs51-stack-auto/spec.mk,
1566         * support/regression/ports/z80/spec.mk: use include and lib files from
1567           built version of sdcc instead of installed version
1568         * doc/sdccman.lyx: fixed typo in --nostdinc
1569
1570 2004-11-10 Slade Rich <slade_rich AT users.sourceforge.net>
1571
1572         * src/pic/pcode.c,
1573         * src/pic/device.c,
1574         * src/pic/ralloc.c,
1575         * src/pic/gen.c : added support to generate code for struct bit fields.
1576
1577 2004-11-06 Maarten Brock <sourceforge.brock AT dse.nl>
1578
1579         * as/xa51/xa_version.h,
1580         * device/include/errno.h,
1581         * device/include/regc515c.h,
1582         * device/lib/_itoa.c,
1583         * device/lib/_ltoa.c,
1584         * device/lib/ser_ir_cts_rts.c,
1585         * sim/ucsim/xa.src/glob.cc,
1586         * sim/ucsim/xa.src/inst_gen.cc,
1587         * sim/ucsim/xa.src/xa_bit.cc,
1588         * sim/ucsim/xa.src/xa_sfr.cc,
1589         * sim/ucsim/z80.src/inst_dd.cc,
1590         * sim/ucsim/z80.src/inst_fdcb.cc,
1591         * support/scripts/keil2sdcc.pl,
1592         * src/pic16/pic16.dsp,
1593         * src/pic16/pic16a.dsp: corrected cvs line endings
1594         * device/lib/printf_large.c: fixed bug 1057979
1595         * src/pic16/gen.c: fixed non-C standard code
1596         * src/SDCCmain.c: made --pack-iram default, added --no-pack-iram
1597         * src/SDCCglobl.h: changed pack_iram to no_pack_iram
1598         * support/regression/ports/mcs51/support.c: reload T1 asap
1599         * doc/sdccman.lyx: updated for options --pack-iram and --no-pack-iram,
1600           pdata use and clear idata startup behaviour
1601         * support/regression/tests/bug1057979.c: added
1602
1603 2004-11-04 Maarten Brock <sourceforge.brock AT dse.nl>
1604
1605         * device/examples/ds390/ow390/ad26.h,
1606         * device/examples/ds390/ow390/cnt1d.h,
1607         * device/examples/ds390/ow390/crcutil.c,
1608         * device/examples/ds390/ow390/ownet.h,
1609         * device/examples/ds390/ow390/owsesu.c,
1610         * device/examples/ds390/ow390/swt12.h,
1611         * device/examples/ds390/ow390/swtoper.c,
1612         * device/examples/ds390/ow390/temp10.h,
1613         * device/examples/ds390/ow390/thermodl.c,
1614         * device/examples/ds390/tinitalk/tinitalk.dsp,
1615         * device/examples/ds390/tinitalk/tinitalk.dsw,
1616         * device/examples/mcs51/clock/hw.h,
1617         * device/examples/mcs51/simple2/go.bat,
1618         * device/examples/serialcomm/windows/serial.h,
1619         * device/examples/xa51/dummy.c,
1620         * device/examples/xa51/hello.c,
1621         * device/include/80c51xa.h,
1622         * device/include/at89x051.h: corrected cvs line endings
1623
1624 2004-11-04 Vangelis Rokas <vrokas AT otenet.gr>
1625
1626         * src/pic16/main.c (options): added command line --gstack, to trace
1627         stack over/under flows,
1628         * added pragma 'wparam' to allow passing first byte of function
1629         parameters via WREG, syntax is #pragma wparam my_function[, func2...]
1630         * src/pic16/gen.c (pic16_testStackOverflow): function which emits a
1631         call to __gstack_test function and sets up the symbol as extern,
1632         * (pic16_pushpCodeOp, pic16_poppCodeOp, pushw, pushaop, popaopidx,
1633         * popaop): added call to pic16_testStackOverflow,
1634         * (wParamCmp, inWparamList): NEW, test existence of a symbol in
1635         wparamList list,
1636         * (genCall, genPcall): now all parameters are passed via stack
1637         except in functions that are pass to wparam pragma in which WREG is
1638         used too,
1639         * (genPcall): REENTRANT flag is checked to see if variable prototype
1640         contains reentrant keyword, don't call a non-reentrant function, via
1641         a reentrant function pointer or vice versa, functions are never
1642         passed via WREG,
1643         * (genJumpTab): applied patch from bug #1057478 by R.Neider and
1644         D.Winkler,
1645         * src/pic16/glue.c (pic16emitRegularMap): fixed bug which caused a
1646         SIGSEGV when accessing a NULL register stucture,
1647         * (pic16_printGPointerType): modified to handle UPPER modifier for
1648         function initializers, changed prototype of function to simpler one,
1649         * (pic16_printIvalFuncPtr): check to see if function is already
1650         added in externs list,
1651         * src/pic16/pcoderegs.c (pCodeOptime2pCodes): fixed bug which
1652         optimized a move from W to SFR with a move to the same register
1653         later after a CALL,
1654         * device/lib/pic16/debug: NEW directory, contains debug features
1655         which are enabled when linking with libdebug.lib, currently command
1656         line option --gstack enables stack pointer tracing for over/under
1657         flow, corresponding sources are in debug/gstack
1658
1659 2004-10-30 Vangelis Rokas <vrokas AT otenet.gr>
1660
1661         * doc/sdccman.lyx: updated SDCC version,
1662         * (PIC16 port): update list of command line options,
1663         * src/pic16/device.h (structure pic16_options_t): added field gstack
1664         to enable stack overflow tracing on push/pops,
1665         * src/pic16/device.c (statistics structure): added statistics
1666         structure,
1667         * (pic16_dump_access, pic16_dump_usection, pic16_dump_gsection,
1668         pic16_dump_int_registers): increase statistics counters for each
1669         * variable which is encountered
1670         * (pic16_dump_usection): emit each .udata variable to its own udata
1671         section,
1672         * src/pic16/gen.c (assignResultValue, genCall, genPcall, genFunction):
1673         when macro USE_WREG_IN_FUNC_PARAMS is set to 0 pass all function
1674         parameters via stack, otherwise use old scheme,
1675         * src/pic16/glue.c (pic16_emitStatistics): dump statistics in
1676         assembler output file,
1677         * src/pic16/main.c: added command line options --gstack to enable
1678         push/pop tracing for stack overflow,
1679         * src/pic16/pcode.c (all pCodeInstruction records for PIC18F
1680         instructions): added size of each instruction,
1681         * (pic16_countInstruction): estimate size of instructions in
1682         the_pFile list, inline assembly blocks are not counted,
1683         * (pic16_FixRegisterBanking): trace previous register usage, when
1684         banksel optimizations is greater than 0, don't emit a redudant
1685         banksel directive,
1686
1687 2004-10-26 Slade Rich <slade_rich AT users.sourceforge.net>
1688
1689         * src/pic/ralloc.c : fixed inefficient code produced when compiling a complimented bit operation.
1690         * src/pic16/ralloc.c : applied same fix for pic16.
1691         * src/pic/gen.c : tidied it up a little.
1692
1693 2004-10-25 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
1694
1695         * src/mcs51/peeph.def: disabled 259.a,b for removing redundant ret,
1696         thanks to Martin Helmling for reporting (mail on sdcc-devel 2004-10-25)
1697
1698 2004-10-22 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
1699
1700         * src/SDCCast.c (reverseParms): fixed bug #1040577 (part 2)
1701
1702 2004-10-22 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
1703
1704         * device/lib/ser_ir_cts_rts.c: integer promotion caused a call to the
1705         non-reentrant function __modsint in the interrupt function (thus
1706         corrupting math operations during serial I/O)
1707         * device/lib/ser_ir.c: as above, changed buffersize
1708         * src/mcs51/peeph.def: added 259.a,b for removing redundant ret,
1709         256.c,d for zeroing
1710         * doc/Makefile: added option -t for rsync
1711
1712 2004-10-22 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
1713
1714         * src/SDCCast.h (struct ast),
1715         * src/SDCCast.c (reverseParms, copyAst): fixed bug #1040577 (part 1)
1716
1717 2004-10-20 Borut Razem <borut.razem AT siol.net>
1718
1719         * support/scripts/sdcc.nsi: added include/pic16/*.h to the setup
1720         package
1721
1722 2004-10-20 Vangelis Rokas <vrokas AT otenet.gr>
1723
1724         * device/lib/pic16/libsdcc/Makefile: added lregs directory in
1725         makefile targets,
1726         * device/lib/pic16/libsdcc/lregs/{Makefile,lrst.c,lrrest.c}: NEW
1727         support functions to replace long sequences of MOVFF's from access
1728         bank registers to stack and vice versa,
1729         * src/pic16/device.h: added new field opt_flags, where optimization
1730         flags can be set to enable certain features,
1731         * src/pic16/gen.c (pic16_emitpinfo): NEW to add PC_INFO pCode in
1732         * pBlock, (genFunction, genEndFunction): surroung loop for
1733         saving/loading used registers in stack with PC_INFO pCodes,
1734         INF_LREGS. Code in between can then be optimized by pCode optimizer
1735         to support function calls,
1736         * (genDataPointerSet): fixed bug which loaded float fields in
1737         structures with corrupt data,
1738         * src/pic16/genutils.c (debugf, _debugf): macro/function which emits
1739         in a standard way debug info on stderr. Feature used for developing
1740         and debugging only,
1741         * src/pic16/glue.c (pic16glue): reformatted, deleted some old and
1742         obsolete chunks of code,
1743         * if optimization flag OF_LR_SUPPORT was set, call pic16_OptimizeLocalRegs,
1744         * src/pic16/main.c (_pic16_parseOptions): added handler for --flr-support,
1745         * pic16/src/pcode.c (pic16_newpCodeInfo,
1746         * (pic16_newpCodeOpLocalRegs),
1747         * (pic16_convertLocalRegs2Support): NEW, to support new optimization
1748         feature,
1749         * (pic16_pCodeConstString): printing of the initial value of a
1750         symbol as a comment is inhibited since parsing was already done by
1751         copyStr and output is corrupt,
1752         * (pic16_pCode2str, genericPrint): handle PC_INFO pCode,
1753
1754 2004-10-20 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
1755
1756         * src/mcs51/ralloc.c (packRegisters): fixed bug #1044601
1757
1758 2004-10-19 Maarten Brock <sourceforge.brock AT dse.nl>
1759
1760         * as/mcs51/lkarea.c: removed old K&R style,
1761           (lnksect): changed check on boundary error,
1762           (lnksect2): changed check on boundary error,
1763           (lnksect2): extend XSTK to end of page if size = 1
1764         * as/mcs51/lkmain.c: removed old K&R style,
1765           (Areas51): create l_IRAM symbol
1766         * as/mcs51/lkmem.c (summary2): added report on PSEG and XSTK
1767         * device/lib/Makefile.in: renamed model-mcs51-reentrant to
1768           model-mcs51-stack-auto, added model-mcs51-xstack-auto
1769         * device/lib/_mullong.c: added version to be compiled with xstack
1770         * device/lib/mcs51/crtclear.asm: clear only upto --iram-size
1771         * device/lib/mcs51/crtxclear.asm: clear pdata as well
1772         * device/lib/mcs51/crtxstack.asm: fixed comment
1773         * src/SDCCglue.c: maxInterrupts defaults to 0,
1774           (emitMaps): added pdata,
1775           (createInterruptVect): (re)moved default,
1776           (glue): added pdata,
1777           (glue): moved __start__xstack to XSTK with default size 1
1778         * src/SDCCmain.c (parseCmdLine): automatically set options.intlong_rent
1779           and options.float_rent when options.stackAuto is set,
1780           (linkEdit): only write XDATA_NAME if provided on command line
1781         * src/SDCCmem.h,
1782         * src/SDCCmem.c: added pdata
1783         * src/port.h: added pdata_name to PORT
1784         * src/mcs51/gen.c (toBoolean): fixed for Acc use of aopGet,
1785           (saveRegisters, unsaveRegisters): removed usage of B,
1786           (genMinus): fixed accumulator clash,
1787           (genJumpTab): added comment, this needs another look
1788         * src/mcs51/gen.c: added check for "B in use" paranoia,
1789           added pushB() and popB()
1790         * src/mcs51/peeph.def: restart after 177.c so 177.a can get a second
1791           chance
1792         * src/avr/main.c,
1793         * src/ds390/main.c,
1794         * src/hc08/main.c,
1795         * src/mcs51/main.c,
1796         * src/pic/main.c,
1797         * src/pic16/main.c,
1798         * src/xa51/main.c,
1799         * src/z80/main.c: (reset_regparms) made void parameter explicit and
1800           added PSEG (PAG,XDATA) or NULL to port specifier
1801         * src/ds390/main.c (_ds390_genIVT): moved implemented default in here
1802         * src/mcs51/main.c (_mcs51_genIVT): moved implemented default in here,
1803           (_mcs51_genInitStartup): removed __start__xstack equ,
1804           (mcs51_port): moved xstack from XSEG (XDATA) to XSTK (PAG,XDATA)
1805         * src/pic16/device.c (pic16_dump_usection, pic16_dump_isection),
1806         * src/z80/gen.c (_rleAppend): fixed warnings
1807         * support/regression/tests/zeropad.c: added pdata test
1808         * .version: bumped to 2.4.6
1809
1810 2004-10-17 Borut Razem <borut.razem AT siol.net>
1811
1812         * support/scripts/sdcc.nsi: cross compiling of WIN32 setup.exe on Linux
1813         as a part of nightly build
1814
1815 2004-10-16 Vangelis Rokas <vrokas AT otenet.gr>
1816
1817         * src/pic16/gen.c (struct _G): added field useWreg, is set to 1 when
1818         WREG holds the first byte function parameters,
1819         * (aopForSym): take special case for symbols which are in FARSPACE
1820         but in CODESPACE too,
1821         * (assignResultValue): modified to take into account _G.useWreg,
1822         * (genCall): don't use wreg for parameter passing when function is
1823         declared as reentrant, too, added optimization INCF to stack
1824         pointer when stack parameter count is 1,
1825         * (genFunction, genEndFunction): refurnished and fixed to not using
1826         wreg for passing parameters when function has varargs or is
1827         reentrant, fixed bug with symbol name compare for generating
1828         functions in absolute address,
1829         * (pic16_storeForReturn): refurnished,
1830         * (genCmp): began writing a new version of the function, not ready
1831         yet, therefore it is disabled,
1832         * (genAssign): do not read code memory when assigning a function to
1833         a pointer function,
1834         * src/pic16/glue.c (pic16emitStaticSeg): abSym->name is defined an
1835         array of characters, not pointer,
1836         * (pic16initialComments): in debug mode emit an .ident directive for
1837         the assembler,
1838         * (_process_pragma): emit a new warning type (internal to pic16)
1839         when setting stack to default length, emit a similar warning when
1840         placing a function at absolute address and address is not word aligned
1841         * (_pic16_parseOptions): added 'return TRUE' statement,
1842         * (_pic16_linkEdit): if compiling a source, then add the source's
1843         file object, first in the list of objects to link,
1844
1845 2004-10-13 Slade Rich <slade_rich AT users.sourceforge.net>
1846
1847         * src/pic/pcoderegs.c : increased count on regUsedinRange to prevent unnecessary warning.
1848         * src/pic/main.c : removed VC warning.
1849         * src/pic/gen.c : changed comment.
1850
1851 2004-10-12 Vangelis Rokas <vrokas AT otenet.gr>
1852
1853         * device/lib/pic16/libsdcc/gptr/gptrput[234].c: an external
1854         reference to a deprecated symbol _GPTRREG was causing failure to
1855         link. Thanks G. M. Gallant for the info.
1856
1857 2004-10-12 Slade Rich <slade_rich AT users.sourceforge.net>
1858
1859         * src/pic/pcode.c : Applied a code patch supplied by Paul Ashmore in
1860         comments for Bugs item #954788.
1861
1862 2004-10-10 Vangelis Rokas <vrokas AT otenet.gr>
1863
1864         * src/pic16/device.c (pic16_dump_gsection,
1865         * pic16_groupRegistersInSection): handle symbols declared to be in
1866         access bank differently,
1867         * src/pic16/gen.c (struct _G): added field resDirect,
1868         * (aopForSym): if symbol on stack and iCode is '=' and result exists,
1869         send values read from stack directly to result and don't allocate
1870         temporary values,
1871         * (pic16_sameRegs): fixed bug that allowed MOVFF to move between
1872         same registers,
1873         * (pic16_sameRegsOfs): NEW,
1874         * (freeAsmop): if _G.resDirect is set then do not mark registers as
1875         free because they were not allocated from temporary pool,
1876         * pic16_popRegFromString): workaround to fix a problem with
1877         allocating variables twice or never,
1878         * (genGenPointerGet): using PRODL instead of FSR0H,
1879         * (genGenPointerSet): using POSTDEC1 (that is a stack location)
1880         instead of FSR0H,
1881         * (genAssign): take advantage of the _G.resDirect flag,
1882         * (genCast): around line 11844, use mov2f instead of directly
1883         MOVFF'ing between operands to account for literal values,
1884         * src/pic16/genutils.c: some new debug functions for gpsim have been
1885         added,
1886         * src/pic16/glue.c (pic16_printIvalType): fixed bug that initialized
1887         float with integer part only,
1888         * src/pic16/main.c (_process_pragma): handle pragma udata access to
1889         place variables in access bank
1890         * device/lib/pic16/libsdcc/gptr/gptr*.c: using BRA instead of GOTO,
1891         updated sources to reflect recent changes in gen.c
1892
1893 2004-10-06 Vangelis Rokas <vrokas AT otenet.gr>
1894
1895         * device/lib/pic16/libsdcc/Makefile.rules: fixed bug concerning
1896         sources that searched for headers in installation path, now the
1897         device/include/pic16 is used,
1898         * src/pic16/glue.c (pic16glue),
1899         * src/pic16/pcode.c (pCode2str, genericPrint): don't print .file or
1900         .line directives if not in debug mode, this suppresses assembler's
1901         warnings for ignored directives
1902
1903 2004-10-05 Maarten Brock <sourceforge.brock AT dse.nl>
1904
1905         * src/port.h: made reset_regparms prototype void parameter explicit.
1906         * src/SDCCsymt.c (processFuncArgs): removed argument "func".
1907         * src/mcs51/ralloc.c (packRegisters): new fix for bugs 898889 & 979599.
1908         * doc/sdccman.lyx: documented warning disabling and how to use
1909           printf_large to make it print floats.
1910         * device/include/stdbool.h: NEW
1911         * device/lib/_atof.c,
1912         * device/lib/_divuint.c,
1913         * device/lib/_divulong.c,
1914         * device/lib/expf.c,
1915         * device/lib/printf_large.c,
1916         * device/lib/sincosf.c,
1917         * device/lib/sincoshf.c: used stdbool.h, all compile with stack-auto now
1918         * device/lib/Makefile.in: added target for model-mcs51-reentrant to build
1919           a completely reentrant lib.
1920
1921 2004-10-05 Vangelis Rokas <vrokas AT otenet.gr>
1922
1923         * device/lib/pic16/libsdcc/gptr/gptr*.c: added return statements
1924         * device/include/pic16/stdio.h: fixed bug with colon
1925
1926 2004-10-03 Vangelis Rokas <vrokas AT otenet.gr>
1927
1928         * device/include/pic16/stdio.h,
1929         * device/include/pic16/stdlib.h,
1930         * device/include/pic16/math.h: NEW
1931         * device/lib/pic16/libsdcc/gptr/*.c (gptrget*, gptrput*): functions
1932         declared as _naked to reduce overhead
1933         * device/lib/Makefile.in (target port-specific-objects-pic16):
1934         changed * to *.* so to ignore the CVS directory,
1935         * src/pic16/gen.c (pic16_freeAsmop): added code to store result of
1936         stacked variables back in stack,
1937         * (genEndFunction): fixed bug reported by G.M. Gallant with stack
1938         corruption
1939
1940 2004-10-01 Vangelis Rokas <vrokas AT otenet.gr>
1941
1942         * .version: bumped version number to 2.4.5
1943         * support/Util/SDCCerr.h: added warning W_POSSBUG2.
1944         * support/Util/SDCCerr.c (messages structure): added entry for
1945         W_POSSBUG2
1946
1947         Large cumulative patch for pic16 port and libraries.
1948         * device/include/pic16/sdcc-lib.h,
1949         * device/include/pic16/stdarg.h,
1950         * device/include/asm/pic16/features.h,
1951         * device/include/lib/pic16/libsdcc/gptr/{*.c, Makefile}: NEW,
1952         * device/include/pic16/float.h: changes reentrant keyword with
1953         _FS_REENTRANT, added prototype for __fsneq, included sdcc-lib.h
1954         * device/lib/pic16/libsdcc/Makefile: added target directory gptr,
1955         updated target build-libraries to include objects from gptr,
1956         * device/lib/pic16/libsdcc/{char,int,long}/*.c: added macro
1957         _IL_REENTRANT to all function headings, included sdcc-lib.h header,
1958         * device/lib/pic16/libsdcc/float/*.c: added macro _FS_REENTRANT to
1959         all function headings,
1960         * src/SDCCmain.c: added global parameter userIncDirsSet,
1961         * (parseCmdLine): when option -I is encountered add directory to
1962         userIncDirsSet too,
1963         * src/version.awk: added space between control and long,
1964         * src/pic16/NOTES: added some notes for the port,
1965         * src/pic16/gen.c: added prototype for mov2fp function,
1966         * (fReturnpic16[]): properly named return value registers,
1967         * (_G structure): added fields stackRegSet, fregsUsed, stack_lat,
1968         * (aopForSym): added code to handle symbols with onStack flag set,
1969         symbols onStack are allocated PTRSIZE bytes,
1970         * (aopFreeAsmop): handles special case where asmops are stack objects,
1971         * (aopGet, pic16_popGet): adde cod to handle new asmop AOP_STA,
1972         * (pic16_popGetTempReg, pic16_popGetTempRegCond, pic16_popReleaseTempReg):
1973         added argument lock to trace flaws in allocating temporary registers
1974         when developing port,
1975         * (pic16_popGetLit, pic16_popGetLit2): changed lit from unsigned to signed
1976         * (pic16_popRegFromString): reenabled allocating a direct register
1977         from string,
1978         * (assignResultValue): various beautifications,
1979         * fixed bug #1037717 (patch from R. Neider & D. Wrinkler) with mistaken
1980         referenced function argument,
1981         * (genIpush): reenabled to allow stacked arguments, handles only
1982         ic->parmPush iCodes,
1983         * (genCall, genPcall): major changes to allow for variable argument
1984         functions, fixed a bug with falsely restoring stack pointer after
1985         returning from call,
1986         * (genFunction): pending code for critical function,
1987         * (shiftR1Left2ResultSigned, shiftR1Left2Result, shiftL2Left2Result,
1988         * (shiftR2Left2Result, shiftLLong) applied patch #1032155 from R.Neider,
1989         * (genNearPointerGet): fixed bug with indirect reading, was always
1990         reading from INDF0
1991         * (genGenPointerGet, genGenPointerSet): rewrote to support generic
1992         pointers,
1993         * (genAddrOf): rewrote code to take address of a stacked function parameter
1994         * (genCast): fixed casting to generic pointer type,
1995         * src/pic16/gen.h: added AOP_STA,
1996         * (struct asmop): added field stk,
1997         * src/pic16/genarith.c (pic16_AopType): handle AOP_STA,
1998         * (pic16_genPlusIncr): changed emitSKPNZ to emitSKPNZ,
1999         * (pic16_genAddLit, pic16_genPlus): applied patch #1034042 by tecodev,
2000         * (pic16_genMinus): fixed bug #1035119 with patch submitted by tecodev,
2001         * src/pic16/genutils.c (pic16_genNot): removed symbol *tlbl,
2002         * src/pic16/glue.c (pic16_printGPPointerType): fixed to support new
2003         generic pointers,
2004         * src/pic16/main.c (_pic16_initPaths): ignores default SDCC include
2005         and library paths,
2006         * (pic16_port structure): generic pointer size is set to 3,
2007         * src/pic16/pcode.c (pic16_newpCodeOpLit): correctly print literal integer,
2008         * (insertBankSwitch): cast to (char *) to prevent 64bit CPUs'
2009         compiler warning,
2010         * src/pic16/ralloc.c (allocReg): prevent allocating register when
2011         operand is an iTemp,
2012
2013 2004-09-24 Martin Helmling <mh AT octo-soft.de>
2014
2015         * debugger/mcs51/cmd.c: set PC if a symbol at pc reg is set
2016         * debugger/mcs51/simi.c: addapt new syntax of s51
2017
2018 2004-09-23 Vangelis Rokas <vrokas AT otenet.gr>
2019
2020         * src/pic16/genutils.c (pic16_genNot): fixed bug #1032265,
2021         * src/pic16/pcode.c: commented out some calls to free() in order to
2022         fix bug #989576,
2023
2024 2004-09-23 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
2025
2026         * src/SDCCicode.h,
2027         * src/SDCCicode.c (isiCodeInFunctionCall),
2028         * src/avr/ralloc.c (selectSpil),
2029         * src/pic/ralloc.c (selectSpil),
2030         * src/pic16/ralloc.c (selectSpil),
2031         * src/ds390/ralloc.c (selectSpil),
2032         * src/hc08/ralloc.c (selectSpil),
2033         * src/xa51/ralloc.c (selectSpil),
2034         * src/mcs51/ralloc.c (selectSpil): Don't use remainSpil to spill to the
2035         stack in the middle of a function call sequence (fixes bug #1020268)
2036         * src/SDCCicode.c (geniCodeJumpTable): fixed error in computing the
2037         costs associated with the minimum switch case.
2038
2039 2004-09-19 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
2040
2041         * src/SDCC.lex: fixed bug #1030549
2042
2043 2004-09-19 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
2044
2045         * src/SDCCcse.h (struct cseDef),
2046         * src/SDCCcse.c (cseBBlock, newCseDef, ifFromAddrTaken): purge CSEs
2047         over a function call if the CSE is derived from a symbol whose
2048         address has been taken (fixes bug #1029883)
2049         * support/regression/tests/bug-1029883: a new regression test for
2050         this bug
2051
2052 2004-09-18 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
2053
2054         * src/hc08/gen.c (emitinline): fixed bug #1029778
2055         * src/SDCC.y (assignment_expr): fixed the grammer so that assignment
2056         to a cast object is no longer a syntax error ("fixes" bug #1030006,
2057         and starts toward RFE #905167)
2058
2059 2004-09-17 Vangelis Rokas <vrokas AT otenet.gr>
2060
2061         * src/pic16/gen.c (mov2f): New function to move an operand to
2062         another without considering if it is a literal or a register,
2063         * (pic16_sameRegs): don't check if they are both AOP_REG,
2064         * (AccRsh): removed andmask=0 lines,
2065         * (genLeftShift): duplicated to be improved in future versions,
2066         * src/pic16/main.c (_process_pragma): emit stack default size in hex,
2067         * src/pic16/pcode.c: added POC_INFSNZW, updated inverted_op fields
2068         in POC_INCFSZ, POC_INCFSZW, POC_INFSNZ,
2069         * (pic16initMnemonics): added initialization for POC_INFSNZW,
2070         * (insertBankSwitch): fixed inserting banksel directives algorithm
2071         for instructions that follow a skip instruction, this fixes a report
2072         for broken subtraction code generation,
2073         * src/pic16/ralloc.c (deassignLRs): do not free register if current
2074         iCode is a left op, just in case result and right share the same
2075         registers
2076
2077 2004-09-16 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
2078
2079         * src/hc08/main.c,
2080         * src/hc08/gen.c (genJumpTable): more efficient jump table, supports
2081         preservation of HX
2082         * src/hc08/gen.c (pullRegs): fixed order of HX & XA pairs
2083         * src/mcs51/ralloc.c (packRegisters): removed the patch applied
2084         on 2004-09-12; it was buggy
2085
2086 2004-09-15 Bernhard Held <bernhard AT bernhardheld.de>
2087
2088         * src/SDCCsymt.h: removed RESULT_CHECK
2089         * src/SDCCast.c,
2090         * src/SDCCglue.c,
2091         * src/SDCCval.c,
2092         * src/pic/glue.c,
2093         * src/pic16/glue.c: replaced RESULT_CHECK with RESULT_TYPE_NONE
2094
2095 2004-09-15 Vangelis Rokas <vrokas AT otenet.gr>
2096
2097         * src/SDCCicode.c (piCode): applied patch from Raphael Neider,
2098         * src/pic16/device.c (pic16_assignConfigWordValues): wrong
2099         configuration values no more rejected by compiler, they are assigned
2100         to configuration registers with a warning message instead,
2101         * src/pic16/glue.c (pic16_emitConfigRegs): added +1 at top-limit of
2102         the for-loop so last conf register is emitted too,
2103         * (_pic16_initPaths): link library libsdcc.lib by default,
2104         * (_hasNativeMulFor): modified test for multiplication according to
2105         Raphael Neider's remarks. Integer multiplication is also done with
2106         support functions,
2107         * device/include/pic16/pic18fregs.h: corrected type error in while
2108         testing and including 18f6720 header file
2109
2110 2004-09-14 Vangelis Rokas <vrokas AT otenet.gr>
2111
2112         * src/pic16/device.h (pic16_options): removed field use_crt,
2113         * src/pic16/gen.c (genUnpackBits): added call to pic16_loadFSR0
2114         until an optimization to handle single bits is added,
2115         * (pic16_loadFSR0): moved before genUnpackBits,
2116         * (genAnd): some white lines removed,
2117         * src/pic16/main.c (_pic16_finaliseOptions): set omit_ivt and clear
2118         leave_reset flags in pic16_options when using crt modules,
2119
2120 2004-09-12 Maarten Brock <sourceforge.brock AT dse.nl>
2121
2122         * src/mcs51/ralloc.c (packRegisters): applied fix by Bernhard Held
2123           for bugs 898889 & 979599. Also used some safer print instructions.
2124
2125 2004-09-12 Vangelis Rokas <vrokas AT otenet.gr>
2126
2127         * src/pic16/device.h (pic16_options_t): added field use_crt,
2128         crt_name, no_crt,
2129         * src/pic16/genarith.c (pic16_genPlus): added an assert(0) line to
2130         catch a probable future bug,
2131         * src/pic16/gen.c: aopIdx function commented out,
2132         * (genAssign): commented out old code which used aopIdx,
2133         * src/pic16/glue.c (pic16glue): removed some legacy fragments of
2134         code, added if conditionals to take into account the --use-crt
2135         command line options,
2136         * src/pic16/main.c (pic16_optionsTable): added new command line
2137         options, --use-crt= and --no-crt,
2138         * (_pic16_linkEdit): now the proper crt object is added in the
2139         linker command line except than when --no-crt is specified,
2140         * src/pic16/pcode.c,
2141         * src/pic16/pcode.h: added some structures and functions for a new
2142         optimization scheme to compansate for instruction overhead between
2143         same iCodes, this scheme is currently under development and is not
2144         working in any way,
2145         * src/pic16/gen.c (genAnd): added patch provided by Aaron Collwell
2146         to && operator,
2147         * device/lib/pic16/startup/crt0i.c,
2148         * device/lib/pic16/startup/crt0iz.c: added global char variable
2149         __uflags to force the generation of an idata section
2150
2151 2004-09-12 Bernhard Held <bernhard AT bernhardheld.de>
2152
2153         * doc/Makefile,
2154         * doc/clean.mk: added support for easy creation of sdcc-doc.tar.bz2
2155         * doc/sdccman.lyx: updated sdcc version to 2.4.4
2156
2157 2004-09-10 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
2158
2159         * doc/sdccman.lyx: fixed a problem with my new index entries (thanks
2160         Frieder) and clarified the default code optimization mode
2161
2162 2004-09-10 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
2163
2164         * src/SDCC.lex (doPragma, process_pragma),
2165         * src/SDCCglobl.h (struct optimize): added pragmas "opt_code_speed",
2166         "opt_code_size", and "opt_code_balanced"
2167         * src/SDCCmain.c (optionsTable[], printOptions, scanOptionsTable):
2168         regrouped options by category, added support for category headers
2169         * src/SDCCmain.c (parseCmdLine): added options "--opt-code-speed"
2170         and "--opt-code-size"
2171         * doc/sdccman.lyx: documented these new options and pragmas
2172         * src/hc08/gen.c (AccLsh, AccRsh): take speed/size optimization
2173         preference into account
2174
2175 2004-09-08 Maarten Brock <sourceforge.brock AT dse.nl>
2176
2177         * src/SDCCicode.c (geniCodePostInc, geniCodePreInc, geniCodePostDec,
2178           geniCodePreDec): Fixed bug 904237 by generating a warning
2179         * src/SDCCerr.h,
2180         * src/SDCCerr.c: added warning W_SIZEOF_VOID
2181
2182 2004-09-09 Slade Rich <slade_rich AT users.sourceforge.net>
2183
2184         * src/pic/device.c : When no max ram set validate full memory range.
2185         * src/pic/pcode.c,
2186         * src/pic/pcodepeep.c : Copy C code comments to optimised replacement code.
2187
2188 2004-09-08 Maarten Brock <sourceforge.brock AT dse.nl>
2189
2190         * device/lib/_gptrget.c,
2191         * device/lib/_gptrput.c: updated comment
2192         * device/lib/calloc.c,
2193         * device/lib/free.c,
2194         * device/lib/malloc.c,
2195         * device/lib/realloc.c: added LGPL, made them reentrant-safe
2196         * src/SDCCcse.c (cseBBlock),
2197         * src/SDCCicode.c (printOperand, geniCodeArray),
2198         * src/SDCCicode.h (struct operand): fixed bug 868103
2199         * support/regression/tests/bug-868103.c: added
2200         * src/SDCCast.c (searchLitOp),
2201         * src/SDCCcse.h (struct cseDef),
2202         * src/SDCCglue.c (printIvalArray, spacesToUnderscores),
2203         * src/SDCCicode.h (struct operand),
2204         * src/SDCCsymt.h (struct sym_link),
2205         * src/avr/gen.c (hasInc),
2206         * src/ds390/gen.c (hasInc),
2207         * src/hc08/gen.c (genPlusIncr, hasInc),
2208         * src/mcs51/gen.c (hasInc),
2209         * src/pic16/glue.c (pic16_printIvalChar),
2210         * src/pic16/ralloc.c (regWithIdx),
2211         * src/xa51/gen.c (hasInc) : removed warnings
2212         * src/SDCCast.c (createBlock): added comment ???
2213         * src/hc08/ralloc.c: updated comments
2214
2215 2004-09-07 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
2216
2217         * doc/sdccman.lyx: updated section on switch statements, added
2218         section about semaphore locking
2219         * doc/Makefile: added option -info for latex2html
2220         * device/lib/_gptrget.c,
2221         * device/lib/_gptrput.c: __XPAGE instead of P2 in outcommented code
2222
2223 2004-09-06 Slade Rich <slade_rich AT users.sourceforge.net>
2224
2225         * src/pic/device.h,
2226         * src/pic/device.c,
2227         * src/pic/port.c : Changed PIC14 code to not set bit RP1 when
2228          maxram is less than 0x100.
2229
2230 2004-09-06 Slade Rich <slade_rich AT users.sourceforge.net>
2231
2232         * Bug fixes for PIC14 - signed RSHIFT problem. Patch supplied by Allen(agschrum).
2233
2234 2004-09-06 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
2235
2236         * src/port.h,
2237         * src/mcs51/main.c,
2238         * src/ds390/main.c,
2239         * src/z80/main.c,
2240         * src/hc08/main.c,
2241         * src/pic/main.c,
2242         * src/pic16/main.c,
2243         * src/avr/main.c,
2244         * src/xa51/main.c
2245         * src/SDCCicode.c (geniCodeJumpTable): Better logic to determine if a
2246         a jump table is the best form for a switch statement, including
2247         automatic insertion of missing cases to make the case range
2248         continuous. Developed in collaboration with Frieder Ferlemann.
2249
2250 2004-09-02 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
2251
2252         * src/hc08/ralloc.c (canDefAccResult): multi-byte shift is unsafe for
2253         accumulator result if it needs sign extension
2254
2255 2004-09-02 Maarten Brock <sourceforge.brock AT dse.nl>
2256
2257         * src/hc08/ralloc.c (canUseAccOperand): fixed comparison bug
2258
2259 2004-09-02 Maarten Brock <sourceforge.brock AT dse.nl>
2260
2261         * device/lib/gbz80/printf.c,
2262         * device/lib/z80/printf.c: removed define for NULL
2263
2264 2004-09-02 Maarten Brock <sourceforge.brock AT dse.nl>
2265
2266         * as/xa51/xa_link.c,
2267         * device/examples/ds390/ow390/ad26.c,
2268         * device/examples/ds390/ow390/cnt1d.c,
2269         * device/examples/ds390/ow390/counter.c,
2270         * device/examples/ds390/ow390/ds2480.h,
2271         * device/examples/ds390/ow390/ds2480ut.c,
2272         * device/examples/ds390/ow390/findtype.c,
2273         * device/examples/ds390/ow390/gethumd.c,
2274         * device/examples/ds390/ow390/owllu.c,
2275         * device/examples/ds390/ow390/ownetu.c,
2276         * device/examples/ds390/ow390/swt12.c,
2277         * device/examples/ds390/ow390/swtloop.c,
2278         * device/examples/ds390/ow390/temp.c,
2279         * device/examples/ds390/ow390/temp10.c,
2280         * device/examples/ds390/ow390/thermo21.c,
2281         * device/examples/ds390/ow390/tinilnk.c,
2282         * device/examples/ds390/ow390/tstfind.c,
2283         * device/examples/serialcomm/windows/serial.cpp,
2284         * device/examples/serialcomm/windows/test_serialcomm.cpp,
2285         * device/include/reg51.h: fixed line endings for cvs
2286
2287 2004-09-02 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
2288
2289         * src/hc08/ralloc.c (canDefAccResult, canUseAccOperand,
2290         packRegsForAccUse, packRegisters): new accumulator register
2291         packing algorithm
2292         * support/regression/ports/hc08/support.c (_putchar): suppress
2293         warning of unused variable
2294         * src/SDCCicode.c: added SWAP entry to codeTable
2295
2296 2004-09-01 Maarten Brock <sourceforge.brock AT dse.nl>
2297
2298         * device/lib/sprintf.c: forgot to add this file before previous commit
2299
2300 2004-09-01 Vangelis Rokas <vrokas AT otenet.gr>
2301
2302         * src/pic16/gen.c (genPackBits): added operand right in function
2303         parameters, load result directly if p_type is POINTER (that is
2304         called by genNearPointerSet)
2305         * (genUnPackBits): added operand left in function parameters,
2306         * (genNearPointerGet, genNearPointerSet): prevent the loading of
2307         FSR0 if accessing bitfields,
2308
2309 2004-08-31 Maarten Brock <sourceforge.brock AT dse.nl>
2310
2311         * device/include/stdio.h: added NULL, size_t, typedef pfn_outputchar,
2312           _print_format; updated printf, sprintf, vsprintf
2313         * device/include/asm/default/features.h: corrected comment/define
2314         * device/lib/Makefile.in: added sprintf.c
2315         * device/lib/libsdcc.lib: added sprintf module
2316         * device/lib/printf_large.c,
2317         * device/lib/vprintf.c,
2318         * device/lib/sprintf.c: totally refactored printf_large and vprintf
2319           into these 3 files
2320         * support/regression/Makefile: changed ALL_PORTS into a usefull default
2321         * support/regression/ports/mcs51-stack-auto/spec.mk: added sprintf
2322         * support/regression/tests/bug-927659.c: removed dummy putchar, enabled
2323           hc08 test
2324         * support/regression/tests/zeropad.c: define idata as data for hc08
2325
2326 2004-08-31 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
2327
2328         * src/SDCCpeeph.c (labelIsReturnOnly): support hc08 rts opcode also
2329         * src/SDCCpeeph.c (buildLabelRefCountHash): assume function entry point
2330         labels are referenced at least once (even if a reference is not found)
2331         * src/hc08/gen.c (emitcode): set isComment flag for comments
2332         * src/hc08/peeph.def: added rules 5a..5f (optimize redundant immediate
2333         loads), rules 6a..6b (optimize jumps to return)
2334
2335 2004-08-30 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
2336
2337         * device/lib/acosf.c (acosf),
2338         * device/lib/asinf.c (asinf),
2339         * device/lib/atanf.c (atanf),
2340         * device/lib/ceilf.c (ceilf),
2341         * device/lib/cosf.c (cosf),
2342         * device/lib/coshf.c (coshf),
2343         * device/lib/cotf.c (cotf),
2344         * device/lib/fabsf.c (fabsf),
2345         * device/lib/floorf.c (floorf),
2346         * device/lib/log10f.c (log10f),
2347         * device/lib/logf.c (logf),
2348         * device/lib/sinf.c (sinf),
2349         * device/lib/sinhf.c (sinhf),
2350         * device/lib/sqrtf.c (sqrtf),
2351         * device/lib/tanf.c (tanf),
2352         * device/lib/tanhf.c (tanhf),
2353         * device/include/math.h: defined _FLOAT_FUNC_REENTRANT macro and
2354         replaced all instances of "reentrant" in the library functions
2355         defined in math.h with this macro.
2356         * support/regression/tests/float_trans.c: reenabled test for hc08
2357
2358 2004-08-30 Bernhard Held <bernhard AT bernhardheld.de>
2359
2360         * device/lib/pic16/Makefile.common.in: added MODELFLAGS again, it was
2361         erroneously deleted
2362
2363 2004-08-30 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
2364
2365         * src/hc08/gen.c (loadRegFromAop): better use of clra & clrx
2366         * src/hc08/gen.c (genAnd, genOr): fixed bug with conditional when
2367         multi-byte volatile operands are used
2368         * src/hc08/gen.c (shiftRLong): fixed bug with wrong rotate direction
2369         * src/hc08/main.c (_hc08_genAssemblerPreamble): moved the built-in
2370         initialization to area GSINIT0 so that it would always precede
2371         any static initializers in GSINIT
2372         * support/regression/tests/zeropad.c: fixed idata define for hc08
2373         * support/regression/tests/bug-927659.c,
2374         * support/regression/tests/float_trans.c: disabled tests for hc08
2375         pending missing library routines
2376         * .version: increased version number to 2.4.4 - hc08 port now passes
2377         regression tests
2378
2379
2380 2004-08-29 Bernhard Held <bernhard AT bernhardheld.de>
2381
2382         * device/lib/pic16/Makefile.common.in: added $(MM) to fix `make clean`
2383         * Makefile.common.in,
2384         * as/Makefile,
2385         * as/hc08/Makefile.in,
2386         * as/mcs51/Makefile.in,
2387         * as/z80/Makefile.in,
2388         * debugger/mcs51/Makefile.in,
2389         * device/include/Makefile.in,
2390         * device/lib/Makefile.in,
2391         * doc/Makefile,
2392         * link/Makefile,
2393         * link/z80/Makefile.in,
2394         * packihx/Makefile.in,
2395         * sim/ucsim/main_in.mk,
2396         * sim/ucsim/avr.src/Makefile.in,
2397         * sim/ucsim/doc/Makefile.in,
2398         * sim/ucsim/gui.src/serio.src/Makefile.in,
2399         * sim/ucsim/hc08.src/Makefile.in,
2400         * sim/ucsim/s51.src/Makefile.in,
2401         * sim/ucsim/xa.src/Makefile.in,
2402         * sim/ucsim/z80.src/Makefile.in,
2403         * src/Makefile.in,
2404         * support/cpp2/Makefile.in,
2405         * support/librarian/Makefile,
2406         * support/makebin/Makefile: added DESTDIR to the install path proposed
2407         by "Maciej 'Agaran' Pijanka" <agaran AT pld-linux.org>
2408         * doc/sdccman.lyx: added DESTDIR documentation
2409
2410 2004-08-29 Vangelis Rokas (vrokas AT otenet.gr>
2411
2412         * src/pic16/gen.c (genFunction, genEndFunction): fixed return
2413         instruction for interrupt handlers, use fast returns when returning
2414         from high priority interrupts
2415
2416 2004-08-29 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
2417
2418         * src/hc08/gen.c (genAnd, genOr, transferAopAop, rmwWithAop): optimized
2419         code generation
2420         * src/hc08/gen.c (genrshFour, genCpl): fixed bugs
2421         * src/hc08/gen.c (genMultOneByte, genDivOneByte, genModOneByte): fixed
2422         bugs, ported much of Bernhard's code from mcs51
2423         * src/mcs51/gen.c (genSend),
2424         * src/hc08/gen.c (genSend): fixed bug with lost SEND iCodes if more
2425         than one when calling a reentrant function
2426         * device/lib/_mullong.c: defined an alternate struct layout for big
2427         endian ports (hc08)
2428
2429 2004-08-28 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
2430
2431         * src/hc08/gen.c (shiftL2Left2Result): fix for bug-500536 regression
2432         test
2433
2434 2004-08-28 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
2435
2436         * src/SDCCsymt.c (processFuncArgs): make sure parameter types
2437         are sane and complete before asking the port its prefered parameter
2438         passing method (fixes bug #1017633)
2439         * device/lib/hc08/_ret.c: added "data" storage class to _ret2
2440         and _ret3
2441
2442 2004-08-27 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
2443
2444         * src/hc08/gen.c (genPackBitsImmed, genUnpackBitsImmed): fix offset
2445         problem in bitfields >= 8 bits.
2446
2447 2004-08-27 Maarten Brock <sourceforge.brock AT dse.nl>
2448
2449         * src/SDCCsymt.c: undid changes that were not meant to be committed
2450
2451 2004-08-27 Maarten Brock <sourceforge.brock AT dse.nl>
2452
2453         * support/regression/ports/hc08spec.mk: REENTRANT must be reentrant
2454
2455 2004-08-27 Maarten Brock <sourceforge.brock AT dse.nl>
2456
2457         * src/hc08/gen.c (genUminusFloat): fixed bug where only 3 bytes were
2458           copied and wrong bit got inverted
2459
2460 2004-08-27 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
2461
2462         * src/hc08/gen.c (genPointerSet, genFarPointerSet): moved code from
2463         genFarPointerSet into genPointerSet; eliminated genFarPointerSet
2464         * src/hc08/gen.c (genPointerGet, genFarPointerGet): moved code from
2465         genFarPointerGet into genPointerGet; eliminated genFarPointerGet
2466         * src/hc08/gen.c (genPackBitsImmed): generate optimized code for
2467         assignments to bitfields at known addresses
2468         * src/hc08/gen.c (genUnpackBitsImmed): generate optimized code for
2469         reads from bitfields at known addresses
2470         * src/hc08/ralloc.c (packRegisters),
2471         * src/hc08/gen.c (genPointerGet, genUnpackBits, genUnpackBitsImmed,
2472         genhc08Code): optimize pointer get values used as conditionals
2473         * src/hc08/peeph.def: added rules 2e & 2f to optimize bit test
2474         and branch
2475
2476 2004-08-24 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
2477
2478         * src/mcs51/gen.c (genPointerGet, genNearPointerGet, genPagedPointerGet,
2479         genFarPointerGet, genCodePointerGet, genGenPointerGet, genUnpackBits),
2480         * src/mcs51/ralloc.c (packRegisters): optimize pointer get values used
2481         as conditionals
2482
2483 2004-08-22 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
2484
2485         * src/mcs51/peeph.def: peepholes 248.i-m for xdata bitfields
2486
2487 2004-08-21 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
2488
2489         * src/mcs51/ralloc.c (packRegsForOneuse): fixed bug #1012650 and some
2490         related problems
2491
2492 2004-08-21 Bernhard Held <bernhard AT bernhardheld.de>
2493
2494         * sim/ucsim/cmd.src/Makefile.in: run lex only if $(PRJDIR)/devel exists
2495
2496 2004-08-18 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
2497
2498         * src/z80/ralloc.c (packRegsForAssign): ported some bug fixes from the
2499         mcs51 port
2500
2501 2004-08-16 Slade Rich <slade_rich AT users.sourceforge.net>
2502
2503         * src/pic/gen.c: Restored fn genRet as previous fix was incorrect.
2504
2505 2004-08-14 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
2506
2507         * src/mcs51/gen.c (genJumpTab): jumptables for more than 16 switch
2508         cases use more compact code.
2509
2510 2004-08-13 Slade Rich <slade_rich AT users.sourceforge.net>
2511
2512         * src/pic/gen.c: Fixed problem with fn returning a variable bigger than a char.
2513
2514 2004-08-12 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
2515
2516         * src/SDCClrange.c (findPrevUse): fixed bug #1007371
2517
2518 2004-08-12 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
2519
2520         * src/SDCCsymt.h,
2521         * src/SDCCsymt.c (changePointer, checkDecl, addSymChain): changed
2522         parameter of changePointer() from symbol* to sym_link*
2523         * src/SDCCast.c (decorateType): call changePointer() for CAST op
2524         * src/SDCCsymt.c (compareType): void* type is castable to other
2525         pointers, but not necesarily an exact match.
2526         * src/SDCCicode.c (geniCodeCast): allow void* casting here since it
2527         is no longer blindly treated as an exact match.
2528         * src/SDCCval.c (valCastLiteral): treat missing type as cast to void
2529
2530 2004-08-12 Slade Rich <slade_rich AT users.sourceforge.net>
2531
2532         * src/pic/glue.c: Added struct initialisation fn printIvalStruct.
2533
2534 2004-08-11 Slade Rich <slade_rich AT users.sourceforge.net>
2535
2536         * src/pic/gen.c,
2537         * src/pic/pcode.c,
2538         * src/pic/ralloc.h,
2539         * src/pic/ralloc.c: Printing rIdx on internal verbose debug.
2540
2541 2004-08-10 Slade Rich <slade_rich AT users.sourceforge.net>
2542
2543         * src/pic/device.c,
2544         * src/pic/device.h,
2545         * src/pic/device.c: Will no longer exit if #pragma maxram has not been defined.
2546
2547 2004-08-06 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
2548
2549         * src/mcs51/gen.c (emitcode): fixed bug #992819
2550
2551 2004-08-05 Maarten Brock <sourceforge.brock AT dse.nl>
2552
2553         * src/pic/ralloc.c (deassignLR): allthough pic port is buggy already,
2554           there's no need to make it worse
2555
2556 2004-08-05 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
2557
2558         * src/mcs51/ralloc.c (deassignLR),
2559         * src/ds390/ralloc.c (deassignLR),
2560         * src/hc08/ralloc.c (deassignLR),
2561         * src/z80/ralloc.c (deassignLR),
2562         * src/pic/ralloc.c (deassignLR),
2563         * src/pic16/ralloc.c (deassignLR),
2564         * src/avr/ralloc.c (deassignLR),
2565         * src/SDCClrange.c (findRecursiveSucc, findRecursivePred, findPrevUse,
2566         rlivePoint): fixed another part of bug #971834
2567
2568 2004-08-04 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
2569
2570         * src/z80/main.c: enabled "critical" keyword
2571         * src/z80/mappings.i,
2572         * src/z80/gen.c (genFunction, genEndFunction): support for interrupt
2573         functions (fixes bug #979646)
2574         * doc/sdccman.lyx: added a subsection explaining z80 interrupt support
2575
2576 2004-08-04 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
2577
2578         * src/mcs51/gen.c (genInline): Add \n for labels, not DOS/WIN dirs
2579           such as c:\mydir.
2580
2581 2004-08-03 Maarten Brock <sourceforge.brock AT dse.nl>
2582
2583         * src/SDCCloop.c (loopInvariants): fixed bug 983545, hope this
2584           doesn't disable too much optimizations
2585
2586 2004-08-02 Slade Rich <slade_rich AT users.sourceforge.net>
2587
2588         * src/pic/glue.c Disabled "WARNING: function 'main' undefined" when -S option is used.
2589
2590 2004-08-02 Maarten Brock <sourceforge.brock AT dse.nl>
2591
2592         * src/SDCClrange.c (rlivePoint): fixed bug 988568, thanks to anonymous
2593
2594 2004-08-02 Slade Rich <slade_rich AT users.sourceforge.net>
2595
2596         * src/pic/gen.c tidied up tabs
2597         * src/pic/genarith.c tidied up tabs and fixed bug with literal multiple where same register was used for hi and low byte
2598         * src/pic/main.c tidied up tabs
2599         * src/pic/pcode.c tidied up tabs and disabled verbose code generation
2600         * src/pic/pcoderegs.c tidied up tabs
2601         * src/pic/ralloc.c tidied up tabs
2602
2603 2004-07-30 Vangelis Rokas <vrokas AT otenet.gr>
2604
2605         * src/SDCCmem.c (allocGlobal): don't turn S_REGISTER storage class
2606         to S_FIXED for pic16 port and when symbol is not in level 0,
2607         allocate for S_REGISTER storage class and pic16 port, too,
2608         * src/pic16/device.h: prototype for checkSym,
2609         * src/pic16/device.c (pic16_dump_access, checkSym): NEW,
2610         * (pic16_assignConfigWordValue): test the value and the mask to
2611         validate that the value is suitable for the configuration word,
2612         * src/pic16/glue.c (pic16_printIvalFuncPtr): use 'externs' to
2613         collect extern declared symbols, don't emit symbol twice, check
2614         first if symbol is in publics set first,
2615         * src/pic16/main.c (_pic16_keywords[]): added keyword 'register',
2616         * added command line '--fstack' which enables an experimental
2617         feature for stack access, too buggy to be used yet...
2618         * src/pic16/ralloc.c (pic16_accessregWithName): NEW,
2619         * (pic16_allocDirReg): when register has storage class S_REGISTER
2620         allocate in pic16_dynAccessRegs,
2621         * device/include/pic16/pic18f????.h: modified configuration word
2622         naming convention, words started as CONFIG0H but should be CONFIG1H
2623
2624 2004-07-29 Maarten Brock <sourceforge.brock AT dse.nl>
2625
2626         * device/include/mcs51reg.h: fixed bug 970993
2627
2628 2004-07-27 Maarten Brock <sourceforge.brock AT dse.nl>
2629
2630         * added lib/calloc.c, lib/free.c, lib/realloc.c, include/stddef.h
2631         * updated lib/malloc.c, lib/libsdcc.lib, lib/Makefile.in, include/malloc.h
2632         * src/SDCC.lex (doPragma): added pragma disable_warning <nnn>
2633         * src/SDCCmain.c (parseCmdLine): added option --disable-warning <nnn>
2634         * src/ds390/gen.c (genPlusIncr): fixed bug when incrementing generic pointers
2635         * support/Util/SDCCerr.c (vwerror): suppress disabled warnings and output
2636           error/warning numbers,
2637           added function setWarningDisabled()
2638         * support/Util/SDCCerr.h: added setWarningDisabled() and MAX_ERROR_WARNING
2639         * support/regression/ports/mcs51-stack-auto/spec.mk: added dependencies
2640           _memcmp.c _memmove.c calloc.c realloc.c free.c
2641         * support/regression/tests/malloc.c: added tests for new functionality
2642         * support/regression/tests/zeropad.c: added tests for truncated initializers
2643           and initialized char arrays starting with '\x0'
2644         * src/mcs51/peeph.def: fixed regression, added peephole 177.f
2645
2646 2004-07-26 Bernhard Held <bernhard AT bernhardheld.de>
2647
2648         * support/valdiag/tests/overflow.c: fixed warning on (1 >> 40)
2649
2650 2004-07-26 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
2651
2652         * doc/sdccman.lyx: updated example in section "Absolute Addressing"
2653         * src/mcs51/peeph.def: added contributed fix for "bug" #995347 as
2654         peephole 177.e. Thanks to anonymous
2655
2656 2004-07-25 Vangelis Rokas <vrokas AT otenet.gr>
2657
2658         * src/pic16/glue.c (pic16_printIvalFuncPtr): when an extern
2659         function isn't used in the source but referenced as a
2660         variable initializer then declare it as extern in .asm file
2661
2662 2004-07-24 Vangelis Rokas <vrokas AT otenet.gr>
2663
2664         * .version: increased version number to 2.4.3
2665
2666         Adding version extension according to ChangeLog CVS revision
2667         * src/Makefile.in (target all): added dependency 'version.h'
2668         * (rule version.h): added rule to create version.h from ChangeLog,
2669         * (rule dep): added dependency version.h,
2670         * src/version.awk: AWK script to create version.h
2671         * src/SDCCdwarf2.c (dwWriteModule),
2672         * src/SDCCglue.c (initialComments),
2673         * src/SDCCmain.c (printVersionInfo): modified to write after
2674         version string the version extension number,
2675         * src/SDCCutil.c: included "version.h"
2676         * (getBuildNumber): NEW, returns SDCC's ChangeLog minor revision
2677         number,
2678         * src/SDCCutil.h: added prototype for getBuildNumber
2679
2680         * src/SDCCmain.c (parseCmdLine): when sOpt is 'I' add rest in
2681         includeDirsSet, too,
2682         * src/SDCCsymt.c (checkSClass): don't emit error when a variable,
2683         const char [] is found in function prototype...
2684
2685         * src/pic16/genarith.c (pic16_genUMult8XLit_8): optimization to omit
2686         moving to WREG with source is already in WREG,
2687         * src/pic16/gen.h: added AOP_FSR0 and AOP_FSR2 in enum,
2688         * src/pic16/gen.c (getFreePtr): updated to look for FSR0 and FSR2,
2689         * (aopForSym): stack'ed symbols are partially supported, added
2690         if-clause to support symbols in FARSPACE,
2691         * (sameRegs): added test for AOP_ACC to see if registers are same,
2692         * (pic16_freeAsmop): added case for AOP_FSR0 and AOP_FSR2,
2693         * (pic16_aopGet): added case for AOP_FSR0 and AOP_FSR2,
2694         * (pic16_popRegFromString): will not allocate a new register if it
2695         doesn't find one by name, bug may have introduced...
2696         * (pic16_popGet): added case for AOP_FSR0 and AOP_FSR2,
2697         * (genIpush): revived to use pic16 port's stack,
2698         * (genAddrOf): added incomplete case for stack'ed operand,
2699         * (genCast): optimized a pair of MOVFW,MOVWF to MOVFF
2700         * src/pic16/genutils.c (pic16_genNot): almot new vesrion for NOT,
2701         can handle multibyte operands,
2702         * src/pic16/glue.c (pic16_printIval*): some debug info added,
2703         * (pic16initialComments): added message for MPLAB compatibility
2704         mode enabled,
2705         * src/pic16/main.h: prototype for pic16_mplab_comp,
2706         * src/pic16/main.c (pic16_optionsTable): new option --mplab-comp,
2707         which enabled MPLAB compatibility mode (i.e. no #LINE/#FILE, BANKED)
2708         * (_pic16_linkEdit): NEW, handles link stage, transferred here
2709         because of increased complexity of procedure,
2710         * (_process_pragma): stack pragma changed to format 'stack pos len',
2711         emit symbol '_stack_end' to conform with gplink,
2712         * src/pic16/pcode.c (pic16_newpCodeOpBit): using pic16_regWithName
2713         to search for register,
2714         * (pic16_get_op, pic16_get_op2): added case for PO_W, PO_WREG and
2715         PO_GPR_REGISTER,
2716         * (pic16_pCode2str): when in MPLAB compatibility mode, comment out
2717         #LINE directives and replace 'B' with 'BANKED' in instruction opcodes
2718         * (pic16_getRegFromInstruction, pic16_getRegFromInstruction2): added
2719         case for PO_GPR_REGISTER,
2720         * (pic16_AnalyzeBanking): removed the old message for inc2h.pl, past
2721         dies, the new era is ahead !...
2722         * src/pic16/ralloc.c: added hash reposits pic16_dynAllocRegNames and
2723         pic16_dynInternalRegs,
2724         * (pic16_allocregWithName, pic16_procregWithName, pic16_regWithname): NEW,
2725         * (pic16_allocDirReg): minor optimizations and bug fixes,
2726         * (pic16_allocWithIdx): when searching pic16_dynProcessorRegs use fixed,
2727
2728         * device/lib/pic16/startup/crt0*.c: extern definition of stack_end,
2729         load stack and frame pointer with address of 'stack_end' symbol
2730
2731 2004-07-23 Vangelis Rokas <vrokas AT otenet.gr>
2732
2733         * src/pic16/glue.c (pic16emitStaticSeg): fixed bug with files
2734         without source code but only variable initializers
2735
2736 2004-07-20 Vangelis Rokas <vrokas AT otenet.gr>
2737
2738         * src/pic16/glue.c (pic16emitRegularMap): unused functions marked as
2739         external are not declared as extern to reduce overhead while linking
2740
2741 2004-07-20 Maarten Brock <sourceforge.brock AT dse.nl>
2742
2743         * src/SDCCast.c (decorateType): removed buggy fix for bug #979599
2744
2745 2004-07-11 Maarten Brock <sourceforge.brock AT dse.nl>
2746
2747         * src/SDCCglue.c (printIvalArray): fixed bug #984229, thanks to Phuah
2748           Yee Keat for the patch
2749         * src/SDCCast.c (decorateType): fixed bug #979599
2750         * src/ds390/gen.h: removed local fReturnSizeDS390
2751         * src/ds390/gen.c: made fReturnSizeDS390 signed short to remove a warning
2752         * src/ds390/gen.c (genAnd, genOr, genXor),
2753         * src/mcs51/gen.c (genAnd, genOr, genXor): generate better optimized code
2754
2755 2004-07-04 Vangelis Rokas <vrokas AT otenet.gr>
2756
2757         * src/SDCCmain.c (linkEdit): modifications only for pic16 port,
2758         add relFilesSet to $3, manipulate $2 to handle linking of object
2759         files without source files in command line,
2760         * device/include/pic16 (all headers): added ID location macros,
2761         * src/pic16/device.c (struct PIC16_device Pics16[]): added field
2762         entries for ID location bytes,
2763         * (pic16_assignIdByteValue): NEW,
2764         * src/pic16/device.h: new structures idRegInfo_t and idBytesInfo_t,
2765         added field dumpcalltree to pic16_options_t,
2766         * src/pic16/gen.c (genCmp): fixed bug case so a temporary register
2767         is used instead of pic16_Gstack_base_addr, check if (ifx) before
2768         emitting rFalseIfx label after check_carry label,
2769         * src/pic16/glue.c (PIC16_IS_IDLOC_ADDRESS, PIC16_IS_HWREG_ADDRESS,
2770         pic16_emitDIRegs), NEW
2771         * (pic16glue): dump .calltree file when option --calltree found,
2772         * src/pic16/main.c (OPTION _pic16_optionsTable): new option --calltree
2773         * (_pic16_genAssemblerPreamble): emit ID locations after
2774         configuration registers,
2775         * (pic16_linkCmd): modifications of the link command,
2776         * src/pic16/pcode.c (pic16_pciMOVFF): PCC_REGISTER replaces PCC_REGISTER2
2777         * (pic16_pCodeInitRegisters): don't init stack registers,
2778         * (pic16_findPrevInstruction): fixed bug,
2779         * (pic16_getRegFromInstruction, pic16_getRegFromInstruction2): fixed
2780         bug with immediate registers,
2781         * (buildCallTree): traces stack push and pop,
2782         * (pct2): dump also stack usage for each function,
2783         * src/pic16/ralloc.c (dynrIdx): registers names start from 0x00
2784         * (pic16_allocDirReg): various modifications,
2785         * (pic16_typeRegWithIdx): when searching pic16_dynProcessorRegs set
2786         fixed to 1,
2787
2788 2004-07-02 Vangelis Rokas <vrokas AT otenet.gr>
2789
2790         * src/pic16/pcode.c: removed buggy double colon
2791
2792 2004-07-01 Borut Razem <borut.razem AT siol.net>
2793
2794         * support/scripts/sdcc.nsi: added include/pic16 to setup
2795
2796 2004-06-30 Vangelis Rokas <vrokas AT otenet.gr>
2797
2798         * device/lib/Makefile.in: fixed bug in target objects-pic16,
2799         * device/lib/pic16/Makefile: prefixed with dash (-) command under
2800         target 'clean',
2801         * doc/sdccman.lyx: changed version to 2.4.2 and added some port
2802         specific command line arguments. Also added sample lkr script
2803         for placing a variable at a specific memory bank.
2804         * src/pic16/device.c (pic16_dump_gsection): NEW, to dump variables
2805         at a specific memory bank,
2806         * (pic16_dump_isection): fixed bug which caused string literals to
2807         be omitted when dumping idata section,
2808         * (pic16_groupRegistersInSection): added code to handle registers
2809         in specific memory banks,
2810         * src/pic16/gen.c: labelOffset is prefixed with pic16_ and made
2811         public, all references are renamed too,
2812         * (pic16_aopGet): removed switch cases for AOP_R0,AOP_R1,AOP_DPTR,
2813         AOP_DPTR2,
2814         * (pic16_storeForReturn): added case to handle when dest is WREG,
2815         * src/pic16/genarith.c (pic16_pCodeOpSubType): NEW,
2816         * src/pic16/glue.c (pic16emitRegularMap): when adding a register in
2817         pic16_rel_udata, check to see if that register is marked as being
2818         a member of a specific memory bank,
2819         * (pic16_printIvalCharPtr): added code to add string literals either
2820         to code or the idata sections,
2821         * src/pic16/main.c (_process_pragma): added \n to WHITE constant,
2822         also accept the 'udata' pragma,
2823         * src/pic16/main.h: new structure types sectName and sectSym
2824         * src/pic16/pcode.c: added new pCodeInstruction entry for BANKSEL
2825         * (newpCodeOpBit): added PIC_OPTYPE subt in function prototype,
2826         * (pic16_findPrevInstruction): fixed, it returned nothing,
2827         * (insertBankSwitch): fixed to emit banksel/skip and skip/banksel
2828         instruction combinations,
2829         * (pic16_FixRegisterBanking): heavily reorganised,
2830         * (pic16_AnalyzeBanking): if generating banksel directives is
2831         disabled, then don't call FixRegisterBanking at all,
2832         * src/pic16/ralloc.c (bitEQUs, aliasEQUs, allDefsOutOfRange):
2833         completely removed,
2834         * (pic16_writeUsedRegisters): added call to pic16_dump_gsection
2835
2836 2004-06-29 Bernhard Held <bernhard AT bernhardheld.de>
2837
2838         * src/SDCCglue.c (printChar): fixed bug #973350, patch provided by
2839         Phuah Yee Keat <yk.phuah AT nestac.com>
2840
2841 2004-06-28 Vangelis Rokas <vrokas AT otenet.gr>
2842
2843         * src/pic16/glue.c (pic16createInterruptVect): function now emits
2844         correctly the IVT even if it is relocated to some other location
2845
2846 2004-06-28 Vangelis Rokas <vrokas AT otenet.gr>
2847
2848         * device/include/pic16/pic18fregs.h: added case for pic18f2220.h
2849         * device/include/pic16/pic18f2220.h: NEW,
2850         * device/lib/pic16/libdev/pic18f2220.c: NEW,
2851         * device/lib/pic16/libdev/Makefile: added 18f2220 in DEVS,
2852         * src/pic16/device.c (struct Pics16): added info for 18f2220,
2853         * src/pic16/device.h (struct pic16_options): added ivt_loc and
2854         nodefaultlibs, ivt_loc is the location of the interrupt vector
2855         table, and nodefaultlibs signs that default libraries should not be
2856         linked in link stage,
2857         * src/pic16/gen.c (genFunction): relocate interrupt vector functions
2858         according to --ivt-loc argument,
2859         * src/pic16/main.c (_process_pragma): emit '_stack' as public symbol
2860         when pragma stack is found,
2861
2862 2004-06-25 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
2863
2864         * src/mcs51/peeph.def: added peepholes 182.d (return 0.0),
2865         256 (range check), 257 (do while), 258.a-f (bit banging
2866         f.e. on 3-wire SPI bus)
2867
2868 2004-06-21 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
2869
2870         * src/SDCClrange.c (findNextUseSym): fixed a live range bug with
2871         variables used exclusively within a loop
2872
2873 2004-06-21 Bernhard Held <bernhard AT bernhardheld.de>
2874
2875         * src/mcs51/gen.c (genCpl): quick fix for bug #974835
2876
2877 2004-06-21 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
2878
2879         * src/SDCClrange.c (computeClash): fixed bug #971834
2880
2881 2004-06-20 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
2882
2883         * src/mcs51/gen.c (genCmp): fixed bug #975903
2884         * src/hc08/gen.c (operandsEqu),
2885         * src/ds390/gen.c (operandsEqu),
2886         * src/z80/gen.c (operandsEqu),
2887         * src/pic/gen.c (operandsEqu),
2888         * src/pic16/gen.c (operandsEqu),
2889         * src/mcs51/gen.c (operandsEqu): fixed bug #976283
2890         * src/SDCCmain.c (parseCmdLine): report --unknown-option only once
2891
2892 2004-06-15 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
2893
2894         * src/SDCCcse.c (cseBBlock): fixed bug #966963
2895
2896 2004-06-12 Vangelis Rokas <vrokas AT otenet.gr>
2897
2898         * src/pic16/gen.c (genPointerGet): added E_INTERNAL_ERROR for
2899         default case in switch statement,
2900         * glue.c (pic16_initPointer): expr is initialised via decoarteType
2901         to eliminate problem with initialisation of pointers, but problem
2902         still exists,
2903         * (pic16_pointerTypeToGPByte): removed, no needed for pic16,
2904         * (emitStaticSegment): removed various lines emitting debug info,
2905         * src/pic16/pcode.c, src/pic16/pcode.h, src/pic16/ralloc.h:
2906         added processor registers for utilizing EEPROM,
2907         * src/pic16/pcode.c (pic16_emitDB): number of DBs emitted is not
2908         configurable and set 8
2909
2910 2004-06-08 Vangelis Rokas <vrokas AT otenet.gr>
2911
2912         * .version: increased version number to 2.4.2,
2913
2914         Cumulative patch for pic16 port
2915         * src/pic16/device.c: changed scheme to dump initial values for
2916         variables in idata segment, all print_idata* functions were removed,
2917         now the pic16_printIval* will be called,
2918         * src/pic16/glue.c: (pic16_initPointer, pic16_pointerTypeToGPByte,
2919         * _pic16_printPointerType, pic16_printPointerType,
2920         * pic16_printGPointerType, pic16_printIvalArray, pic16_printIvalStruct,
2921         * pic16_printIvalBitFields, pic16_printIvalFuncPtr, pic16_printIvalPtr:
2922         NEW, similar to the respective functions in SDCCglue.c,
2923         * src/pic16/pcode.c (pic16_emitDB, pic16_flushDB): reverted to old
2924         way, emitting hex bytes,
2925         * (pic16_emitDS): NEW, emits a string for pointer initialisation,
2926
2927 2004-06-08 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
2928
2929         * src/avr/ralloc.c (serialRegAssign),
2930         * src/xa51/ralloc.c (serialRegAssign),
2931         * src/pic/ralloc.c (serialRegAssign),
2932         * src/pic16/ralloc.c (serialRegAssign),
2933         * src/hc08/ralloc.c (serialRegAssign),
2934         * src/z80/ralloc.c (serialRegAssign),
2935         * src/ds390/ralloc.c (serialRegAssign),
2936         * src/mcs51/ralloc.c (serialRegAssign): fixed bug #964479
2937
2938 2004-06-08 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
2939
2940         * src/SDCCicode.c (geniCodeJumpTable): fixed bug #967601
2941         * src/SDCCpeeph.c (labelIsReturnOnly): fixed bug #966505
2942
2943 2004-06-07 Vangelis Rokas <vrokas AT otenet.gr>
2944
2945         Cumulative patch for pic16 port:
2946         * src/pic16/device.h (typedef PIC16_device) modified fields for
2947         defining microcontrollers,
2948         * src/pic16/device.c: added new info for all devices in Pics16 array,
2949         * src/pic16/gen.c (genPcall): fixed bug that caused the return label
2950         to be optimised out by the pCode optimiser,
2951         * src/pic16/glue.c (pic16emitRegularMap): treat implicit aggragates
2952         specially, bug reported by G.M. Gallant,
2953         * src/pic16/pcode.c (pic16_newpCodeLabelFORCE): NEW, marks a label
2954         as force'd so that cannot be optimised out by pCode optimiser,
2955         * src/pic16/pcode.c,
2956         * src/pic16/pcodepeeph.c,
2957         * src/pic16/pcoderegs.c: many modifications to re-enable peepholes,
2958         they are disabled by default, but can be enabled explicit with
2959         command argument --denable-peeps, for testing,
2960         * device/lib/pic16/startup/Makefile: added --no-peep,--pomit-config-words,
2961         --pomit-ivt in COMPILE_FLAGS
2962
2963 2004-06-06 Maarten Brock <sourceforge.brock AT dse.nl>
2964
2965         * src/pic16/pcode.c (pic16_emitDB): removed double semicolon which fails
2966           compilation on MSVC
2967
2968 2004-06-06 Maarten Brock <sourceforge.brock AT dse.nl>
2969
2970         * device/include/sab80515.h: added sfr P6, changed GPL to LGPL
2971
2972 2004-06-06 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
2973
2974         device/include/sab80515.h: fixed bug #967492, DAPR is defined at adress
2975         0xd8, but the correct adress is 0xda. Thanks to anonymous for reporting
2976
2977 2004-06-06 Vangelis Rokas <vrokas AT otenet.gr>
2978
2979         * src/pic16/device.c (pic16_assignConfigWord): fixed bug that
2980         would only assign 0x300001 register.
2981
2982 2004-06-05 Vangelis Rokas <vrokas AT otenet.gr>
2983
2984         * device/lib/pic16/startup/Makefile: added $(MODELFLAGS)
2985         in COMPILE_FLAGS. Thanks to G. Gallant for report.
2986
2987 2004-06-05 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
2988
2989         * doc/sdccman.lyx: minor changes, mentioned beta vendor support
2990         for ds80c400
2991         * src/mcs51/peeph.def: ran unexpand -a over peeph.def
2992         * src/mcs51/peeph.def: removed obsolete peephole 100.a,
2993         added peephole 254 (left shift), 255 (jump table)
2994
2995 2004-06-04 Vangelis Rokas <vrokas AT otenet.gr>
2996
2997         * device/lib/Makefile.in: removed comment line with model-pic16,
2998         * (target port-specific-objects-pic16): the libraries and objects
2999         are copied to the build directory form the device/lib/pic16/bin
3000         directory
3001
3002         Cumulative patch concerning pic16 port:
3003         * library directory has been re-organized,
3004         * added support for PIC18F1220,
3005         * added headers and library sources for chips 18f1220,18f6520,
3006         18f6620,18f6680,18f6720,18f8520,18f8620,18f8680,18f8720
3007
3008         * configuration registers setting has changed, now each supported
3009         device has a complete description of the registers it uses,
3010         * all initialisations are moved to idata sections, these section
3011         can be absolute or relocatable,
3012         * fixed initialisation of codespace variables,
3013         * fixed warning about PCLATU and gpsim,
3014         * src/pic16/gen.c (genCmp): now can handle partially iCodes with no ifx,
3015         * (genAssign): use table reads when assigning from variables in codespace,
3016         * src/pic16/glue.c (pic16emitStaticSeg): fixed to correctly initialise
3017         char/int variables placed in codespace,
3018         * (pic16_emitConfigRegs): NEW, emits a list with configuration
3019         registers set in .asm file, no need for --pomit-config-words anymore,
3020         * (pic16glue): some 8051 legacy segments are commented out
3021         (to be removed completely),
3022         * added support for alternative assembler and linker with --asm=
3023         and --link= command line arguments,
3024         * peepholes are disabled automatically in the port, no need to
3025         specify on command line,
3026         * port supports natively char/int/long multiplication, but converts
3027         all divisions to support functions,
3028         * main.c: pic16_linkCmd and pic16_asmCmd changed to force output
3029         to the file set in variable $2,
3030         * pcode.c (pic16_emitDB, pic16_flushDB): modified to print printable
3031         strings in ASCII format and not in hex,
3032         * ralloc.c (serialRegAssign): added a triplet of conditional calls
3033         to pic16_allocDirReg for IC_RESULT, IC_LEFT and IC_RIGHT so to
3034         allocate proper register if iCodes aren't temporary,
3035
3036 2004-06-02 Maarten Brock <sourceforge.brock AT dse.nl>
3037
3038         * support/regression/tests/zeropad.c: added TEST_G macro for alpha
3039
3040 2004-06-02 Vangelis Rokas <vrokas AT otenet.gr>
3041
3042         * src/pic16/gen.c (genPcall): warning about gpsim and PCLATU
3043         is commented out
3044
3045 2004-06-01 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3046
3047         * src/hc08/gen.c (genPointerGetSetOfs): disabled optimization if
3048         computed address is reused
3049         * src/hc08/gen.c (genPackBits): fixed offsets in assignments to
3050         multi-byte bitfields
3051
3052 2004-06-01 Maarten Brock <sourceforge.brock AT dse.nl>
3053
3054         * src/z80/gen.c: (genArrayInit): must check for pointers too
3055
3056 2004-06-01 Maarten Brock <sourceforge.brock AT dse.nl>
3057
3058         * support/regression/tests/zeropad.c: never meant to commit the
3059           nestedstruct test: removed, added check for GCC version
3060
3061 2004-05-31 Maarten Brock <sourceforge.brock AT dse.nl>
3062
3063         * src/SDCCast.c (createIvalArray): fixed bug 770487 SIGSEGV
3064         * src/SDCCglue.c (emitRegularMap): fixed bug 770484 allocation problem
3065         * src/SDCCglue.c (initPointer, printIvalType, printIvalStruct,
3066           printIvalArray, printIvalFuncPtr, printIvalPtr, printIval): fixed
3067           bugs 928906 and 954082 half-empty initializers
3068         * src/SDCCsymt.h,
3069         * src/SDCCsymt.c (getAllocSize): added for above fix
3070         * src/z80/gen.c (genArrayInit): fixed bug 741044
3071         * support/regression/tests/zeropad.c: added tests
3072
3073 2004-05-30 Vangelis Rokas <vrokas AT otenet.gr>
3074
3075         * src/pic16/device.c (pic16_dump_section): corrected bug which
3076         caused some symbols of the libraries to be misplaced
3077
3078 2004-05-28 Vangelis Rokas <vrokas AT otenet.gr>
3079
3080         * src/pic16/glue.c,
3081         * src/pic16/ralloc.h,
3082         * src/pic16/ralloc.cc: prefixed IS_CONFIG_ADDRESS with PIC16_
3083         to fix conflict with pic port
3084
3085 2004-05-28 Vangelis Rokas <vrokas AT otenet.gr>
3086
3087         * src/pic16/glue.c (pic16emitStaticSeg): do not print as publics or
3088         externs configuration variables,
3089         * src/pic16/ralloc.h,
3090         * src/pic16/ralloc.cc: IS_CONFIG_ADDRESS is made public and added
3091         prototype in header, commented out some debug messages
3092
3093 2004-05-26 Vangelis Rokas <vrokas AT otenet.gr>
3094
3095         * src/pic16/glue.c,
3096         * src/pic16/main.c,
3097         * src/pic16/pcode.c: added gpasm directives #FILE/#LINE
3098         for gpasm COFF object generation. Thanks to D. Hawkins for
3099         his patch info
3100
3101 2004-05-25 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3102
3103         * src/ds390/main.c,
3104         * src/mcs51/main.c: fixed sort order of mnemonics (thanks to Maarten
3105         Brock for spotting this)
3106         * src/ds390/gen.c (genEndFunction),
3107         * src/mcs51/gen.c (genEndFunction): always save psw if function is an
3108         interrupt handler and critical. Disable push/pop optimizations when
3109         peephole optimizations disabled.
3110
3111 2004-05-25 Vangelis Rokas <vrokas AT otenet.gr>
3112
3113         Updated pic16 library sources and headers.
3114         * device/lib/pic16/pic18f*/ ,
3115         * device/include/pic16/*.h: modified to handle structured SFR
3116         definitions
3117
3118 2004-05-25 Vangelis Rokas <vrokas AT otenet.gr>
3119
3120         * src/port.h (PORT structure): added hook initPaths, now each
3121         port can declare its own default search paths,
3122         which can been seen with the --print-search-dirs option,
3123         see pic16 port for example,
3124         * src/SDCCmain.c (setBinPaths, setIncludePaths, setLibPath,
3125         setDataPaths): test to options.printSearchDirs is ifdef'ed out,
3126         * (doPrintSearchDirs): NEW, replaces in a central manner the
3127         printing of search dirs which was split in set*Paths functions,
3128         * (main): added call to port->initPaths and doPrintSearchDirs,
3129         * src/avr/main.c,
3130         * src/ds390/main.c,
3131         * src/hc08/main.c,
3132         * src/izt/i186.c,
3133         * src/izt/tlcs900h.c,
3134         * src/mcs51/main.c,
3135         * src/pic/main.c,
3136         * src/pic16/main.c: modified port structures to reflect addition of
3137         initPaths hook,
3138
3139         * src/pic16/device.c (regCompare): registers are finally sorted by name,
3140         * (pic16_dump_section): for registers in same address reserve memory once,
3141         * src/pic16/device.h (struct PIC16_device): changed variable gen_banksel
3142         to no_banksel,
3143         * src/pic16/genarith.c (pic16_genPlus): added code to handle cases where
3144         result is greater in size than right or left,
3145         * (pic16_genUMult8X8_8): there are some cases where the result can
3146         be 16 bits size, so handle these,
3147         * src/pic16/gen.c: changed some pic16_emitpcomment to DEBUGpic16_emitcode,
3148         * (pic16_outBitC): modified to emit pcodes,
3149         * (pic16_storeForReturn): using is_LitOp to see if operand is literal
3150         or not,
3151         * (genDivOneByte): implemented algorithm to divide 8-bits,
3152         * (genCmp): uncommented goto, but issues still exist,
3153         * (genAnd): fixed a bug with variables >8bits,
3154         * (genPackBits): optimization added that uses BCF/BSF to change a
3155         single bit,
3156         * (genAssign): fixed bug when assigning floating point literals,
3157         * src/pic16/glue.c (pic16glue): added assembler directive 'code' before
3158         __sdcc_gsinit_startup label,
3159         * src/pic16/main.c (_pic16_init): removed search directory
3160         initialisations,
3161         * (_pic16_initPaths): NEW, used to initialise search directories,
3162         * (_hasNativeMulFor): support functions for all except char/int
3163         multiplication, and char division,
3164         * (PIC16_port struct): modified entry for native mul support,
3165         * src/pic16/pcode.c (insertBankSwitch): modified to support the renamed
3166         no_banksel option,
3167         * (buildCallTree): call to register_usage is ifdef'ed out,
3168
3169 2004-05-22 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3170
3171         * device/include/string.h: applied Stas Sergeev's patch to make this
3172         header file compatible with the preprocessor -Wundef option
3173         * src/SDCCmain.c (main): abort compilation if preprocessor reports
3174         failure (fixes bug #941458)
3175
3176 2004-05-21 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3177
3178         * src/SDCCopt.c (killDeadCode): fixed bug #907733
3179         * support/Util/SDCCerr.c: reworded E_AUTO_ASSUMED diagnostic to clarify
3180         that the variable, not the function, should be static
3181         * src/SDCCval.c (valCastLiteral): fixed bit initialization from literal
3182         to be consistent with non-literal case
3183
3184 2004-05-19 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3185
3186         * src/SDCCast.c (isConformingBody): fixed bug #949967
3187         * src/SDCCopt.c (cnvToFcall, cnvToFloatCast, cnvFromFloatCast,
3188         convilong): fixed bug #952086
3189
3190 2004-05-18 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3191
3192         * src/SDCCmem.c (allocVariables): fixed bug #955321
3193
3194 2004-05-18 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3195
3196         * src/hc08/main.c (_hc08_genAssemblerEnd),
3197         * src/SDCCdwarf2.c (dwOpenFile, dwCloseFile, dwWriteFunction,
3198         dwWriteModule, dwWriteCLine, dwWriteALine, dwarf2FinalizeFile):
3199         completely eliminated the use of a temporary file
3200         * src/SDCCdwarf2.c (dwWriteAttr): fixed bug with location list offset
3201         when more than one file linked
3202         * src/SDCCloop.c (pointerAssigned): fixed bug #954163
3203
3204 2004-05-17 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3205
3206         * src/SDCCval.c (valForArray): applied Maarten Brock's patch #947682
3207         which fixes bug #543481
3208         * support/regression/tests/bug-751703.c: fixed comments left from a
3209         cut and paste error
3210         * src/SDCCdwarf2.c (dwCloseFile): don't explicitly close a temp file
3211         * src/SDCCdwarf2.c (dwTagFromType): added bitfield support
3212         * src/SDCCdwarf2.c (dwWriteSymbolInternal): handle extern within local
3213         scopes
3214         * src/SDCCdwarf2.c (dwWriteLineNumber): line number deltas are signed
3215         * src/SDCCmain.c (processFile, parseCmdLine): non-alphanumeric chars
3216         are now changed to underscores in moduleName
3217
3218 2004-05-15 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
3219
3220         * as/mcs51/lkmem.c: better fix for bug #954173
3221
3222 2004-05-15 Maarten Brock <sourceforge.brock AT dse.nl>
3223         committed by Frieder Ferlemann <Frieder.Ferlemann AT web.de>
3224
3225         * device/include/c8051f020.h: newly added SiLabs (Cygnal) header file
3226         * device/include/c8051f000.h,
3227         * device/include/c8051f120.h,
3228         * device/include/c8051f300.h,
3229         * device/include/c8051f310.h,
3230         * device/include/c8051f320.h: updated (added _XPAGE, CAPN, CAPP,
3231         PWM16) and detab'ed
3232
3233 2004-05-15 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
3234
3235         * doc/sdccman.lyx: mentioned sourceforge's delay between web frontend
3236         and mailing lists, doc'ed --no-peep-comments, removed reference
3237         to knoppix (newest version has no LyX/LaTeX), other minor changes
3238         * src/SDCCglue.c (glue): save 2 bytes stack space with
3239         option --main-return. The ljmp could probably be avoided too
3240
3241 2004-05-14 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
3242
3243         * as/mcs51/lkmem.c, as/mcs51/lkaomf51: fixed bug 954173
3244
3245 2004-05-14 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3246
3247         * src/SDCCsymt.h: added IS_AUTO(symbol) test macro
3248         * src/SDCCopt.c (isLocalWithoutDef),
3249         * src/SDCCicode.c (operandFromSymbol): use the IS_AUTO test macro
3250         which adds a !IS_EXTERN codition. Fixes bugs #877426 and #751703.
3251         (credit to Maarten Brock for patch #949363, on which this is based)
3252         * support/regression/tests/bug-751703.c: some test cases of extern used
3253         within inner scopes.
3254
3255 2004-05-14 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3256
3257         * src/SDCCdwarf2.c (dwMatchTypes): structs must have matching
3258         SPEC_STRUCT
3259         * src/SDCCdwarf2.c (dwTagFromType): fix to handle recursive
3260         struct definitions
3261         * src/SDCCdwarf2.c (dwWriteModule, dwNewDebugSymbol, dwWriteEndFunction,
3262         dwWriteLabel): fix to create valid debugger symbols even when
3263         the module name has non-alphanumeric symbols in it
3264         * src/SDCCdwarf2.c (dwWriteSymbolInternal): better detection for
3265         when a variable's allocation has been optimized away
3266
3267
3268 2004-05-13 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3269
3270         * src/hc08/gen.c (hc08_emitDebuggerSymbol),
3271         * src/hc08/main.c,
3272         * src/mcs51/gen.c (mcs51_emitDebuggerSymbol),
3273         * src/mcs51/main.c,
3274         * src/ds390/gen.c (ds390_emitDebuggerSymbol),
3275         * src/ds390/main.c,
3276         * src/z80/gen.c (z80_emitDebuggerSymbol),
3277         * src/z80/main.c,
3278         * src/pic/gen.c (pic14_emitDebuggerSymbol),
3279         * src/pic/main.c,
3280         * src/pic16/gen.c (pic14_emitDebuggerSymbol),
3281         * src/pic16/main.c,
3282         * src/avr/gen.c (avr_emitDebuggerSymbol),
3283         * src/avr/main.c,
3284         * src/xa51/gen.c (xa51_emitDebuggerSymbol),
3285         * src/xa51/main.c,
3286         * src/SDCCdebug.c (emitDebuggerSymbol),
3287         * src/SDCCdebug.h,
3288         * src/port.h: added a debugger struct to the port struct. Added a
3289         callback for defining debugger symbols
3290
3291         * src/SDCCast.c (createLabel),
3292         * src/SDCC.y (labeled_statement): mark all compiler generated labels
3293         with isitmp = 1
3294         * src/SDCCicode.h,
3295         * src/SDCCicode.c (geniCodeFunctionBody): added a link from the FUNCTION
3296         iCode back to the ast for the function
3297
3298         * src/hc08/ralloc.c (hc08_assignRegisters),
3299         * src/hc08/ralloc.h: define a regs struct for the stack pointer. Removed
3300         unneeded fields from the regs struct.
3301         * src/hc08/gen.c (transferRegReg, genFunction, genEndFunction): use the
3302         pushReg() & pullReg() functions instead of emitcode()
3303
3304         * src/hc08/gen.c (genLabel, genhc08Code),
3305         * src/SDCCdebug.h: Added additional debugger hooks needed for DWARF
3306
3307         * src/cdbFile.c (cdbWriteLabel, cdbWriteScope): Added stubs for unneeded
3308         debugger hooks
3309
3310         * src/hc08/gen.c (genEndFunction, genhc08Code),
3311         * src/hc08/gen.h,
3312         * src/mcs51/gen.c (genEndFunction, gen51Code),
3313         * src/mcs51/gen.h,
3314         * src/ds390/gen.c (genEndFunction, gen390Code),
3315         * src/ds390/gen.h,
3316         * src/z80/gen.c (genEndFunction, genZ80Code),
3317         * src/z80/gen.h,
3318         * src/z80/z80.h,
3319         * src/pic/gen.c (genEndFunction, genpic14Code),
3320         * src/pic/gen.h,
3321         * src/pic16/gen.c (genEndFunction, genpic16Code),
3322         * src/pic16/gen.h,
3323         * src/avr/gen.c (genEndFunction, genAVRCode),
3324         * src/avr/gen.h,
3325         * src/xa51/gen.c (genEndFunction, genXA51Code),
3326         * src/xa51/gen.h,
3327         * src/cdbFile.c (cdbWriteFunction, cdbWriteEndFunction): moved cdb
3328         specific code to cdbFile.c and out of the backend code generators
3329
3330         * as/hc08/lkmain.c (main): removed OMF51 support from link-hc08
3331         * as/hc08/lkarea.c (lnkarea): areas with NOLOAD attribute default
3332         starting address is now 0
3333
3334         * as/hc08/asm.h,
3335         * as/hc08/m08pst.c,
3336         * as/hc08/asmain.c (asmbl): implemented the .sleb128 and .uleb128
3337         assembler directive for DWARF support
3338         * as/hc08/lkelf.c (elf): only increment address when rtflg[] set
3339
3340         * src/src.dsp,
3341         * src/Makefile.in,
3342         * src/SDCCdwarf2.c: preliminary DWARF (ver 2) debugger data generator
3343
3344 2004-05-04 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3345
3346         * src/hc08/gen.c (genJumpTab, emitcode, genhc08code): fixed stack error
3347         and inappropriate peephole optimization in jump tables
3348
3349 2004-04-30 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
3350
3351         * as/hc08/m08pst.c,
3352         * src/SDCCglue.c: sdccopt works for the hc08 port now
3353
3354 2004-04-27 Bernhard Held <bernhard AT bernhardheld.de>
3355
3356         * src/SDCCicode.c (geniCodePreInc, geniCodePreDec): fixed bug #942130
3357
3358 2004-04-27 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
3359
3360         * as/hc08/lkelf.c: sdccconf.h is not available in WIN32
3361
3362 2004-04-24 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3363
3364         * src/SDCCpeeph.c (replaceRule): support empty replacement peephole
3365         rules
3366         * src/SDCCmain.c,
3367         * src/SDCCglobl.h,
3368         * src/SDCCpeeph.c (getPeepLine): new option --no-peep-comments omits
3369         comments from the peephole optimizer replacement rules
3370         * src/SDCCmem.c (printAllocInfoSeg): give actual location of spilled
3371         symbols
3372         * src/SDCCcse.c (updateSpillLocation),
3373         * src/SDCCopt.c (killDeadCode, findReqv): better tracking of register
3374         equivalents
3375         * src/hc08/ralloc.c (regTypeNum): pseudo symbols must be in DATA only
3376         * src/hc08/main.c (_hc08_finaliseOptions): made pointers to stack
3377         objects far pointers
3378
3379 2004-04-23 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3380
3381         * src/SDCCsymt.h: a missing part of my last change
3382         * src/pic/ralloc.c (regTypeNum),
3383         * src/pic16/ralloc.c (regTypeNum): fixed statement/declaration order
3384
3385 2004-04-23 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3386
3387         * src/SDCCicode.h,
3388         * src/SDCCicode.c (aggrToPtrDclType),
3389         * src/SDCCptropt.h,
3390         * src/SDCCptropt.c (ptrBaseRematSym, ptrPseudoSymSafe,
3391         ptrPseudoSymConvert),
3392         * src/pic/ralloc.c (regTypeNum),
3393         * src/pic16/ralloc.c (regTypeNum),
3394         * src/hc08/ralloc.c (regTypeNum),
3395         * src/ds390/ralloc.c (regTypeNum),
3396         * src/mcs51/ralloc.c (regTypeNum): check for dependancy hazards before
3397         creating pseudo symbols (fixed bugs #777768, #930484, and #933966)
3398
3399 2004-04-22 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3400
3401         * link/z80/lkmain.c (afile),
3402         * as/hc08/lkmain.c (afile),
3403         * as/mcs51/lkmain.c (afile): fix suggested by Maarten Brock to
3404         prevent a pointer problem when a filename has no directory and
3405         no extension specified.
3406
3407 2004-04-21 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3408
3409         * link/z80/lkmain.c (afile): allow periods in directory names
3410         * link/z80/lkmain.c (afile),
3411         * as/mcs51/lkmain.c (afile),
3412         * as/hc08/lkmain.c (afile): allow linker script file to have an
3413         extension other than ".lnk"
3414         * link/z80/lklex.c (getfid),
3415         * link/z80/lkmain.c (parse),
3416         * as/mcs51/lklex.c (getfid),
3417         * as/mcs51/lkmain.c (parse),
3418         * as/hc08/lklex.c (getfid),
3419         * as/hc08/lkmain.c (parse): Support comments in the linker script
3420         file on lines by themselves and after filenames
3421
3422 2004-04-20 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
3423
3424         * as/link_hc08.dsp: Added as/hc08/lkelf.c to project.
3425
3426 2004-04-20 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3427
3428         * src/z80/peeph-z80.def: removed some peephole rules that don't
3429         work with multibyte arithmetic (fixed bug #937126)
3430         * src/mcs51/peeph.def: fixed peephole rules 150-158 to apply only
3431         to registers and not global variables
3432         * src/SDCCicode.c (geniCodeAssign, ast2iCode, geniCodePostInc,
3433         geniCodePreInc, geniCodePostDec, geniCodePreDec,
3434         geniCodeLogicAndOr, geniCodeConditional): enforce strict lvalue
3435         checking for assignments not internally generated (fixed bug #931895)
3436         * src/SDCC.y (postfix_expr): ignore typedefs when looking for a
3437         structure member (fixed bug #930072)
3438
3439 2004-04-19 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3440
3441         * src/SDCCmain.c (linkEdit),
3442         * src/hc08/main.c (_hc08_parseOptions),
3443         * as/hc08/Makefile.in,
3444         * as/hc08/aslink.h,
3445         * as/hc08/asm.h,
3446         * as/hc08/m08pst.c,
3447         * as/hc08/lkrloc.c (relr, rele),
3448         * as/hc08/lkarea.c (lnkarea)
3449         * as/hc08/lkmain.c (afile, parse),
3450         * as/hc08/lkelf.c: support for ELF output
3451         * as/hc08/lks19.c (s19),
3452         * as/hc08/lkihx.c (ihx): ignore areas with the NOLOAD attribute
3453
3454 2004-04-17 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
3455
3456         * as/mcs51/lkihx.c: Fixed bug #899105.
3457
3458 2004-04-16 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
3459
3460         * doc/sdccman.lyx: Added instructons on how to convert MSVC .dsw and
3461         .dsp files from Unix to DOS.
3462
3463 2004-04-16 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3464
3465         * doc/sdccman.lyx: removed the ANSI-C noncompliance note regarding
3466         function pointers; we have been compliant for several months now.
3467         * src/mcs51/ralloc.c (serialRegAssign): enabled part of my 2004-04-13
3468         change that was accidently commented out
3469         * src/mcs51/gen.c (freeAsmop, getFreePtr, freeForBranchAsmop, genIfxJump,
3470         genCmpEq, jmpTrueOrFalse, genCmp, genAnd, genOr, genXor, genIfx): fixed
3471         bug #922319
3472
3473 2004-04-15 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3474
3475         * src/hc08/gen.c: output of all of the internal debugging information
3476         is now controlled by the D() macro; it is disabled by default
3477
3478 2004-04-13 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3479
3480         * src/mcs51/ralloc.c (serialRegAssign, fillGaps, allocThisReg): try
3481         harder to keep the same registers during a CAST iCode
3482         * src/SDCCopt.c (optimizeCastCast, eBBlockFromiCode): casts of char to
3483         long via int can be done in a single cast, if the signedness is
3484         correct.
3485         * support/regression/tests/bug-927659.c: fixed to avoid conflict with
3486         putchar() in tinibios.c in ds390's library
3487
3488 2004-04-12 Bernhard Held <bernhard AT bernhardheld.de>
3489
3490         * src/SDCCast.c (decorateType): fixed bug #898889,
3491         cast result of a literal complement too
3492         * src/mcs51/ralloc.c (packRegsForAssign): fixed bug #930931,
3493         fixed check for bitfields
3494
3495 2004-04-11 Bernhard Held <bernhard AT bernhardheld.de>
3496
3497         * src/SDCCicode.c (geniCodeLogic): made it static,
3498         (geniCodeLogicAndOr): added in order to fix bug #905492,
3499         (ast2iCode): fixed bug #905492
3500         * support/regression/tests/bug-905492.c: added
3501         * src/SDCCast.c (decorateType): don't decorate/process parms twice,
3502         (processParms): fixed bug #927659: don't copy parms, this will clear
3503         decorated flag
3504         * support/regression/tests/bug-927659.c: added
3505
3506 2004-03-29 Bernhard Held <bernhard AT bernhardheld.de>
3507
3508         * src/SDCCast.c (addCast): don't cast float to char
3509         * device/lib/libsdcc.lib: added _memmove
3510
3511 2004-03-28 Bernhard Held <bernhard AT bernhardheld.de>
3512
3513         * device/lib/large/Makefile: fixed parallel execution by
3514         replacing `make` by `$(MAKE)`
3515
3516 2004-03-28 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3517
3518         * src/hc08/gen.c (genPointerGetSetOfs): correctly handle 1 byte array
3519         offsets (fixes bug #923936)
3520
3521 2004-03-26 Bernhard Held <bernhard AT bernhardheld.de>
3522
3523         * device/lib/small/Makefile: fixed parallel execution by
3524         replacing `make` by `$(MAKE)`
3525
3526 2004-03-23 Bernhard Held <bernhard AT bernhardheld.de>
3527
3528         * device/lib/vprintf.c (vsprintf): minor optimization, see bug #801101
3529
3530 2004-03-23  Scott Dattalo  <scott AT dattalo.com>
3531
3532         * src/pic/gen.c (genCpl): multi-byte complements were not working.
3533         * src/regression/Makefile: Regression test was not running.
3534
3535 2004-03-23 Bernhard Held <bernhard AT bernhardheld.de>
3536
3537         * src/SDCCast.c (resultTypePropagate, decorateType): avoid promotion to int for
3538         complement if possible
3539         * src/SDCCval.c (valComplement),
3540         * src/SDCCicode.c (operandOperation): fixed complement of literal
3541         * support/regression/tests/onebyte.c (testComplement): added
3542
3543 2004-03-22 Bernhard Held <bernhard AT bernhardheld.de>
3544
3545         * src/SDCCast.c (processParms): fixed bug #920866; decorateType() can
3546         return an optimized tree; actually replace actParm with the new tree
3547         * src/SDCCast.h: added some parantheses to remove side effects
3548         * support/regression/tests/bug-920866.c
3549
3550 2004-03-21  Scott Dattalo  <scott AT dattalo.com>
3551         * src/pic/gen.c, src/pic/gen.h, src/pic/genarith.c, src/pic/pcode.c:
3552         Bit operands were not being handled properly in the pic14 port.
3553         (now src/regression/add.c passes again).
3554
3555 2004-03-20 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3556
3557         * src/SDCC.y (labeled_statement): case and default no longer require
3558         a following statement (RFE #893037)
3559
3560 2004-03-19 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3561
3562         * src/mcs51/gen.c (pushSide, genSignedRightShift, genDjnz, geniPush):
3563         use MOVA macro to avoid "mov a,acc" when peephole optimizer is
3564         disabled (fixes bug #916294)
3565         * sim/ucsim/s51.src/mov.cc (inst_mov_a_addr): Throw an error on
3566         "mov a,acc"; patch provided by Lenny Story
3567         * device/include/mc68hc908gp32.h: header contibuted by Juan Gonzalez
3568
3569 2004-03-19 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3570
3571         * src/mcs51/gen.c (genFunction): optimize RECEIVE in reentrant
3572         functions
3573         * src/ds390/gen.c (genFunction, genEndFunction),
3574         * src/ds390/ralloc.c (ds390_assignRegisters),
3575         * src/mcs51/gen.c (genFunction, genEndFunction, mcs51_assignRegisters):
3576         * src/mcs51/ralloc.c (mcs51_assignRegisters): Skip optimizing registers
3577         pushed if there are parameters passed on the stack. Also, a cleaner
3578         way to decide if r0/r1 should be pushed/popped. (Together they fix
3579         bug #918693)
3580
3581 2004-03-18 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3582
3583         * doc/sdccman.lyx,
3584         * device/lib/mcs51/crtpagesfr.asm,
3585         * device/lib/mcs51/crtxinit.asm,
3586         * device/lib/mcs51/crtxstack.asm: Changed name of _PAGESFR to _XPAGE
3587         to avoid confusion with Si Lab's SFRPAGE register.
3588
3589 2004-03-17 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3590
3591         * src/SDCCglue.c (emitMaps): allow public sfr variables
3592         * src/SDCCglue.c (initialComments): include compiler build date
3593         with compiler version and put the timestamp of the generated
3594         assembly file on a serperate line to be less confusing.
3595         * src/port.h: added genInitStartup hook
3596         * src/avr/main.c,
3597         * src/ds390/main.c,
3598         * src/hc08/main.c,
3599         * src/pic/main.c,
3600         * src/pic16/main.c,
3601         * src/xa51/main.c,
3602         * src/z80/main.c: genInitStartup initialize as NULL (default to
3603         historical behaviour)
3604         * src/SDCCglue.c (glue): _sdcc_gsinit_startup is now port specific.
3605         * src/mcs51/main.c: (_mcs51_genInitStartup, _mcs51_genExtraAreas,
3606         _mcs51_genXINIT, _mcs51_genRAMCLEAR): link initialization code from the
3607         library instead of hard coding it into the compiler.
3608         * support/regression/ports/mcs51-stack-auto/spec.mk,
3609         * src/SDCCmain.c (linkEdit): added mcs51.lib to the link libraries
3610         * device/lib/mcs51/Makefile,
3611         * device/lib/small/Makefile,
3612         * device/lib/large/Makefile,
3613         * device/lib/mcs51/crtpagesfr.asm,
3614         * device/lib/mcs51/crtstart.asm,
3615         * device/lib/mcs51/crtxclear.asm,
3616         * device/lib/mcs51/crtxinit.asm,
3617         * device/lib/mcs51/crtclear.asm,
3618         * device/lib/mcs51/crtxstack.asm: move most of the mcs51 C runtime
3619         startup/initialization out of src/SDCCglue.c and src/mcs51/main.c
3620         and into user configurable files.
3621         * device/lib/clean.mk: clean mcs51 directory too
3622         * support/regression/tests/longlit.c: added static to T1 declaration
3623         * doc/sdccman.lyx: documented _PAGESFR sfr for customizing pdata
3624         accesses in the initialization code
3625
3626 2004-03-14 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3627
3628         * device/include/mc68hc908qy.h: corrected declarations of FLBPR and
3629         OSCTRIMVAL as noted in bug #916008
3630
3631 2004-03-14 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3632
3633         * src/SDCCloop.c (basicInduction): fixed bug with loop induction
3634         in loops with multiple exits (reported as incorrect registers
3635         used by Martin Helmling in Sdcc-user list)
3636
3637 2004-03-12 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
3638
3639         * src/ds390/main.c (_ds390_genAssemblerPreamble): cosmetic change,
3640         made ds390 register extensions look less like error messages
3641
3642 2004-03-12 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3643
3644         * src/SDCCglue.c (printIvalPtr): fixed bug with pointer initializer
3645         reported by Adam Wozniak in Sdcc-user list
3646
3647 2004-03-10 Bernhard Held <bernhard AT bernhardheld.de>
3648
3649         * src/SDCCast.c (decorateType): fixed with bug and promotion in
3650         arithmetic optimizations, added debug output
3651
3652 2004-03-09 Bernhard Held <bernhard AT bernhardheld.de>
3653
3654         * device/lib/time.c (mktime): fixed bug reported by Bert Thomas
3655         * sdcc.spec: updated and split sdcc into 3 rpms
3656         * src/SDCCast.c (decorateType): &|^ don't need addCast(); addCast() is
3657         needed for literals of LEFT_OP and '+'
3658         * src/SDCCicode.c (geniCodeLogic): I must have been braindead when I
3659         introduced RESULT_TYPE_NOPROM
3660         (geniCodeMultiply): fixed logic for decision if mul is optimized to
3661         left shift
3662         * src/SDCCsymt.c (computeType): op is int; added RESULT_TYPE_OTHER;
3663         limited promotion to int only for '*'
3664         * src/SDCCsymt.h (computeType): op is int, removed RESULT_TYPE_NOPROM
3665
3666 2004-03-09 Hans Dorn <hjdorn AT users.sourceforge.net>
3667
3668         * src/pic16/gen.c (genSkip),
3669         (genc16bit2lit), (gencjneshort): commented out
3670         (is_LitOp): new helper function, checks operand type
3671         (genCmpEq): rewritten
3672
3673 2004-03-08 Bernhard Held <bernhard AT bernhardheld.de>
3674
3675         * support/regression/tests/bug-908454.c: added
3676
3677 2004-03-07 Bernhard Held <bernhard AT bernhardheld.de>
3678
3679         * src/SDCCast.c (addCast): fixed bug #908454 by promoting bits to char
3680         * src/SDCCicode.c (usualBinaryConversions): op needs int type
3681         (geniCodeCast): cosmetic, don't preserve bit storage class
3682         (geniCodeLeftShift): added promotion
3683         (geniCodeLogic): fixed regression
3684         * src/SDCCsymt.c (computeTypeOr): accept bits too
3685         (compareType): 2nd part of fix for bug #908454, needed for bitfields
3686
3687 2004-03-07  Borut Razem <borut.razem AT siol.net>
3688
3689         * support/Util/findme.c: alloca() replaced with malloc()/free() pair
3690
3691 2004-03-06 Vangelis Rokas <vrokas AT otenet.gr>
3692
3693         * src/pic16/ralloc.c (pic16_genPackRegisters): reverted to old
3694         version of pic16_genPackRegisters which does not check if ic is a
3695         CAST operator,
3696         * src/pic16/gen.c (ifxForOp): disabled new and untested code in
3697         function cause string1.c regression test fails
3698
3699 2004-03-06 Bernhard Held <bernhard AT bernhardheld.de>
3700
3701         * sim/ucsim/configure.in,
3702         * sim/ucsim/configure,
3703         * sim/ucsim/doc/Makefile.in: use docdir
3704         * src/SDCC.y: fixed sbit atrributes
3705         * src/SDCCast.c (getResultTypeFromType): added support for bitfields
3706         * src/SDCCast.c (decorateType): |^& need special promotion handling
3707         * src/SDCCast.h,
3708         * src/SDCCsymt.h: moved definition of RESULT_TYPE
3709         * src/SDCCsymt.h (computeType),
3710         * src/SDCCicode.c: computeType() needs op
3711         * src/SDCCsymt.c (checkTypeSanity),
3712         * doc/sddman.lyx: "plain" bitfields are unsigned
3713         * src/SDCCsymt.c (computeTypeOr): added
3714         * src/SDCCsymt.c (computeType): added support for bitfields, fixed
3715         |^& ops
3716         * src/SDCCval.c (val*): computeType() needs op
3717         * src/SDCCval.c (valCastLiteral): fixed casting of bitfields
3718         * support/regression/tests/onebyte.c: added tests for |^&
3719
3720 2004-03-06 Hans Dorn <hjdorn AT users.sourceforge.net>
3721
3722         * src/pic16/gen.c: (genpic16Code) use copy of printILine's output
3723         for writing icode into asm output.
3724
3725 2004-03-05 Vangelis Rokas <vrokas AT otenet.gr>
3726
3727         * src/pic16/device.c: added some debug lines enabled
3728         with macro DEBUG_CHECK,
3729         * src/pic16/genarith.c: more debug in genPlus,
3730         * (pic16_genUMult8XLit_16, pic16_genUMult8X8_16): removed,
3731         * (pic16_genUMult16X16_16, pic16_genUMult16XLit_16): NEW,
3732         * src/pic16/gen.c: added prototypes for pic16_genMult16X16_16,
3733         * (aopForSym): onStack symbols are re-placed in data memspace,
3734         and onStack flag is cleared,
3735         * (pic16_popGetTempReg, pic16_popReleaseTempReg): modified to
3736         copy temporary pcodeop,
3737         * (genPcall): added warning for not updating PCLATU,
3738         * (genFunction): removed test with IFFUNC_CALLEESAVES, its
3739         always true for pic16 port,
3740         * (genMultOneWord): NEW, supports integer multiplication,
3741         * (genMult): modified to call genMultOneWord,
3742         * (ifxForOp): added warning when return NULL,
3743         * src/pic16/glue.c (pic16emitRegularMap): symbol implicit
3744         flag is set before call to operandFromSymbol for implicit
3745         added structures,
3746         * src/pic16/main.c (_pic16_finaliseOptions): options.float_rent,
3747         options.intlong_rent are set by default,
3748         * (_hasNativeMulFor): modified to allow port generation of integer
3749         multiplication,
3750         * src/pic16/ralloc.c (pic16_allocDirReg): commented out line which
3751         set regtype to REG_SFR for all registers, restricting seting the
3752         accessBank flag for registers 0<= r < 0x80 and 0xf80<=r<=0xfff,
3753
3754 2004-03-05 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
3755
3756         * src/mcs51/peephole.def: added 251.b and 253.x. 253.x are applied
3757         more than 500 times in the regression tests
3758
3759 2004-03-05 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3760
3761         * support/Util/SDCCerr.h,
3762         * support/Util/SDCCerr.c,
3763         * src/SDCC.y (struct_or_union_specifier, enum_specifier,
3764         enumerator_list),
3765         * src/SDCCsymt.c (addSymChain): show location of oriignal definition
3766         for symbol conflicts.
3767         * support/valdiags/tests/enum.c,
3768         * support/valdiags/tests/tentdecl.c,
3769         * support/valdiags/tests/struct.c: expect possible error messages
3770         referring to original symbol definitions.
3771         * src/SDCC.y (struct_or_union_specifier, struct_declarator),
3772         * src/SDCCsymt.h,
3773         * src/SDCCsymt.c (promoteAnonStructs): support anonymous struct/union
3774
3775 2004-03-03 Hans Dorn <hjdorn AT users.sourceforge.net>
3776
3777         * src/pic16/gen.c (gencjne): fixed for right=REG / left=LIT
3778
3779 2004-02-03 Vangelis Rokas <vrokas AT otenet.gr>
3780
3781         * src/pic16/ralloc.c (newReg): fixed bug #908929
3782
3783 2004-03-02 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3784
3785         * src/ds390/gen.c: added missing #include "main.h"
3786
3787 2004-03-02 Vangelis Rokas <vrokas AT otenet.gr>
3788
3789         * src/pic16/device.c (checkAddSym): NEW, adds a symbol to set while
3790         checking if symbol is already in set,
3791         * src/pic16/device.h: prototype for checkAddSym,
3792         * src/pic16/gen.c: (_G): added entry interruptvector,
3793         * (assignResultValue): removed some commented out lines,
3794         * (genFunction): check for ISR via sym->type, absolute section for
3795         interrupt code is created via a new pBlock, the goto instruction is
3796         placed now correctly at the interrupt vector position, changed all
3797         references from ivec to _G.interruptvector,
3798         * WREG,STATUS,BSR are not saved in stack upon an entry to interrupt
3799         is the interrupt is a high priority one, same for return from ISR,
3800         * src/pic16/glue.c: changed all calls of addSetHead for publics and
3801         externs to calls of checkAddSym,
3802         * src/pic16/pcode.c (pic16_pBlockConvert2*): emit warning when
3803         pic16_pcode_verbose flag is set,
3804         * src/pic16/pcode.h: extern to pic16_pcode_verbose,
3805         * src/pic16/pcoderegs.c: message about how many registers are saved
3806         will only be emitted if pic16_pcode_verbose flag is set,
3807
3808 2004-03-02 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3809
3810         * src/ds390/ralloc.h,
3811         * src/ds390/ralloc.c (ds390_regWithIdx),
3812         * src/ds390/gen.c (emitcode),
3813         * src/ds390/main.h,
3814         * src/ds390/main.c (instructionSize, ds390newAsmLineNode, updateOpRW,
3815         ds390opcodeCompare, asmLineNodeFromLineNode, getInstructionSize,
3816         ds390operandCompare, getRegsRead, getRegsWritten,
3817         initializeAsmLineNode): customized instruction size calculation for
3818         ds390, started basis for some register optimizations
3819         * src/ds390/gen.c (gen390Code, emitcode): associate iCodes with
3820         corresponding assembly output
3821         * src/ds390/gen.c (genFunction, genEndFunction): added case to handle
3822         missing push/pop of r0/r1. Optimized push/pops
3823
3824 2004-03-01 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3825
3826         * src/mcs51/main.c (instructionSize): fixed ACALL size
3827         * src/mcs51/main.c (updateOpRW): fixed bug with @dptr, @a+dptr operands
3828
3829 2004-03-01 Vangelis Rokas <vrokas AT otenet.gr>
3830
3831         * src/pic16/device.c (pic16_dump_section): fixed a bug that allowed
3832         the sorting of rlist with NULL elements
3833         * (print_idataType, print_idata): NEW to create idata sections
3834         * src/pic16/device.h: idataSymSet new variable
3835         * src/pic16/gen.c (genFunction): fixed some bugs in string
3836         comparing, improved the absolute section creation for ISRs,
3837         added FSR0L/FSR0H in registers that are saved in an ISR,
3838         * (genInline): fixed the processing of inline snippets,
3839         now they undergo no process by the peephole optimizer
3840         * src/pic16/glue.c (pic16emitRegularMap): symbols with initialiser
3841         are placed in idataSymSet,
3842         * (pic16emitStaticSeg): extern symbols are added in externs,
3843         * src/pic16/ralloc.c (pic16_allocDirReg): work around to reduce bank
3844         switching when aboslute variables are placed in access bank memory
3845         * (pic16_writeUsedRegs): added call to pic16_dump_idata,
3846         * (packRegsForSupport,packRegsForAccUse,packRegsForOneuse):
3847         commented out with #if,
3848         * (pic16_packRegisters): reintroduce the check for CAST because some
3849         symbols are not correctly handled,
3850         * src/pic16/pcode.h: changed the definition of pCodeAsmDir to hold a
3851         pCodeInstruction instead of pCode,
3852         * src/pic16/pcode.c (pic16_newpCodeAsmDir): modified for the new
3853         pCodeAsmDir definition,
3854         * (pic16_pCode2str, genericPrint): when an AsmDir pcode has a NULL
3855         directive, then the argument directive is emitted without the leading
3856         tab, hack for inline labels which must be in the first column,
3857         * (compareLabel,pic16_findNextInstruction),
3858         * (pic16_findPrevInstruction): added case for PO_ASMDIR,
3859         * (insertBankSwitch): modified for the new pCodeAsmDir,
3860
3861 2004-03-01 Hans-Juergen Dorn <hans.dorn AT apl-landau.de>
3862         patch applied by Vangelis Rokas <vrokas AT otenet.gr>
3863
3864         * src/pic16/gen.c (pic16_popGet): case PO_DIR, adds the offset to
3865         instance,
3866         * (pushSide): commented out with #if,
3867         * (assignResultValue): fixed some typos in saving
3868         registers,
3869         * (genPcall): FIXED and sync'ed with genCall,
3870         * (genDataPointerGet,genDataPointerSet): using offset not leoffset
3871         * (genNearPointerGet): fixed to handle some more cases,
3872         implementation scheme via table reads,
3873         * (genConstPointerGet): modified to access code memory correct,
3874         * (genCodePointerGet,genNearPointerSet,genGenPointerSet): modified
3875         and improved to handle some cases
3876         * glue.c (printIvalType,printIvalChar,emitStaticSeg): use "DB"
3877         instead of "RETLW" for init data
3878         * src/pic16/ralloc.c (pic16_allocDirReg): warning when a symbol is
3879         not IN_DIRSPACE, work around to reduce bank switching when aboslute
3880         variables are placed in access bank memory (<0x80 and >=0xf80),
3881         * src/pic16/pcode.c: added SFRs TBLPTR, TABLAT, added opcodes TBLRD,
3882         TBLRD_POSTINC,TBLRD_POSTDEC,TBLRD_PREINC,TBLWT,TBLWT_POSTINC,
3883         TBLWT_POSTDEC,TBLWT_PREINC
3884         * Fixed initialisation of BSR, set "alias" for SSAVE to "0"
3885         * (pic16_emitDB,pic16_flushDB): New functions to generate "DB"
3886         directives
3887         * (pic16_pCodeConstString): use "DB" instead of "RETLW"
3888         * src/pic16/pcode.h: added TBLRD*,TBLWT*, added pic16_emitDB,
3889         pic16_flushDB, made pic16_newpCodeAsmDir public, added TBLPTR, TABLAT
3890         * src/pic16/ralloc.h: added IDX_BSR,IDX_TBLPTR*,IDX_TABLAT
3891
3892 2004-02-29  Borut Razem <borut.razem AT siol.net>
3893
3894         * src/Makefile.in, src/SDCCutil.c, support/Util/findme.c,
3895         support/Util/findme.h, support/Util/system.h: enhance binary relative
3896         search for lib and include by using findProgramPath()
3897
3898 2004-02-28 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3899
3900         * src/SDCCpeeph.h,
3901         * src/SDCCpeeph.c (pcDistance),
3902         * src/port.h,
3903         * src/mcs51/ralloc.h,
3904         * src/mcs51/ralloc.c (mcs51_regWithIdx),
3905         * src/mcs51/main.h,
3906         * src/mcs51/main.c (instructionSize, asmLineNode, updateOpRW,
3907         mcs51opcodeCompare, asmLineNodeFromLineNode, getInstructionSize,
3908         mcs51operandCompare, getRegsRead, getRegsWritten): made instruction
3909         size calculation port specific, started basis for some register
3910         optimizations
3911         * src/mcs51/gen.c (genFunction, genEndFunction): added case to handle
3912         missing push/pop of r0/r1. Optimized push/pops
3913         * src/mcs51/ralloc.c (packregisters): fixed bug #727095
3914         * device/lib/_modsint.c (_modsint),
3915         * device/lib/_modslong.c (_modslong): fixed sign of result in non-asm
3916         and stack version so regression tests pass
3917
3918 2004-02-26 Bernhard Held <bernhard AT bernhardheld.de>
3919
3920         * src/Makefile.in (dep): include SLIBOBJS in dependency check
3921         * src/SDCCast.c (decorateType): catch another small optimization
3922         with '?' operator
3923         * src/SDCCsymt.c (computeType): added comments and cosmetic changes
3924         * src/SDCCval.c (valMult, valDiv, valMod, valPlus, valMinus, valShift):
3925         modified to finally use computeType() all over SDCC,
3926         see Feature Request #877103
3927         * src/SDCCval.h: cosmetic
3928         * src/SDCCicode.c (operandOperation): fixed EQ_OP bug, now same as in
3929         valCompare(); regression tested in muldiv.c
3930         * support/regression/tests/muldiv.c (testMod): mod sign follows
3931         dividend only
3932
3933 2004-02-23 Bernhard Held <bernhard AT bernhardheld.de>
3934
3935         * src/SDCCast.c (decorateType): fixed bug #902362
3936         * doc/INSTALL.txt: fixed install instructions for win32
3937
3938 2004-02-21 Bernhard Held <bernhard AT bernhardheld.de>
3939
3940         * device/include/Makefile.in (install): fixed by replacing spaces
3941         by tabs
3942         * doc/README.txt,
3943         * doc/INSTALL.txt: updated for release
3944         * doc/sdccman.lyx: added warning for --xstack being buggy
3945
3946 2004-02-20 Bernhard Held <bernhard AT bernhardheld.de>
3947
3948         * src/pic16/ralloc.c (packRegsForAccUse):  disabled functions with #if
3949         to eliminate build warnings.
3950         * src/pic16/gen.c (pic16_popGet): fixed for gcc 2.95.4
3951
3952 2004-02-20 Vangelis Rokas <vrokas AT otenet.gr>
3953            Hans-Juergen Dorn <hans.dorn AT apl-landau.de>
3954
3955         * doc/sdccman.lyx: removed PIC16 from PIC16 Port Specific Options,
3956         removed -penable-stack, added comment for stack pragma, added
3957         warning for not initializing the stack/frame registers, removed
3958         comment at interrupts section
3959
3960         Stack is made permanent, there is no ability to disable stack usage.
3961         * src/pic16/device.h,
3962         * src/pic16/device.c: removed all references to USE_STACK macro,
3963         * src/pic16/device.c (pic16_dump_section): when no elements in
3964         rlist, free rlist before return,
3965         * (pic16_dump_int_registers): NEW, internal registers are a new set
3966         of general purpose registers reused by each function,
3967         * (checkAddReg): returns 1 if registers is added to set,
3968         * (pic16_groupRegistersInSection): when a registers is of type
3969         PO_GPR_TEMP add it in pic16_int_regs and not in pic16_rel_udata,
3970         * src/pic16/device.h: memRange and Assigned Memory are deleted,
3971         SRCASECMP macro is moved here from device.c
3972         * src/pic16/genarith.c (pic16_pCodeOpType): added cases for
3973         PO_PCLATU, PO_PRODL, PO_PRODH,
3974         * (pic16_pCodeOpType, genMinus,
3975         changed compares to "a" register, with AOP_ACC,
3976         * (pic16_genPlus): fixed some bugs and indented properly,
3977         * (pic16_addSign): changed size to size+offset in the MOVWF
3978         instruction,
3979         * (pic16_genUMult8XLit_8): NEW, uses processor MULLW instruction to
3980         multiply 8-bit operand by literal, result is 8-bit,
3981         * (pic16_genUMult8X8_8): NEW, uses processor MULWF instruction to
3982         multiply 2 8-bit operand, result is 8-bit,
3983         * (pic16_genMult8X8_8): modified to call genUMult8X*_8 functions and not
3984         genUMult8X*_16,
3985         * src/pic16/gen.c: changed accUse to contain WREG only,
3986         * (pic16_emitcomment): renamed to pic16_emitpcomment,
3987         * (aopForSym): allocated dir register when IN_DIRSPACE(space) is,
3988         true, do not use immediate addressing any more unless sym is a
3989         pointer in codespace,
3990         * (aopForRemat): do not use immediate addressing when symbol not in
3991         codespace and when symbol's address is requested,
3992         * (aopOp): for-loop in if(sym->accUse) is modified for the new
3993         accUse size (= 1),
3994         * (aopGet): added case for AOP_ACC and don't return "accumulator
3995         bug" but WREG instead,
3996         * (popGetTempReg): pushes contents of temporary register in stack,
3997         * (popReleaseTempReg): pops contents of temporary register from
3998         stack. Use popGetTempReg/popReleaseTempReg in aligned pairs,
3999         * (pic16_popGet): separated case AOP_ACC to return register WREG
4000         from processor registers, AOP_PCODE not checks if pcop is PO_DIR
4001         or PO_IMMEDIATE and initializes their instance/offset appropriately,
4002         * The whole issue with aopForSym,aopForRemat,popGet) is to minimize
4003         the use of immediate pointers to certain cases only.
4004
4005         * (pic16_pushpCodeOpReg, pic16_poppCodeOpReg): use pic16_popGet2p,
4006         * (pic16_loadFromReturn, pic16_storeForReturn: NEW,
4007         * (assignResultValue, genCall, genRet): modified to use the new
4008         function return value scheme with WREG,PRODL,PRODH,FSR0L and FSR0,
4009         genPcall is still broken,
4010         * (genFunction): added code to create 'A' type pBlocks when
4011         interrupt functions are generated, code not extensively tested yet,
4012         ISRs push WREG,STATUS,BSR,PRODL,PRODH,FSR0L,FSR0H registers on stack,
4013         * (genEndFunction): modified so ISRs pop stored registers from stack,
4014         * (genMultOneByte): cleanup,
4015         * (AccRsh): added flag andmask, to and result with appropriate mask,
4016         * (genUnpackBits,genPackBits): fixed and can handle bit fields,
4017         * (genDataPointerGet): fixed and reenabled its use,
4018         * (genNearDataPointerGet): bugs fixed,
4019         * (genDataPointerSet): bugs fixed,
4020         * src/pic16/genutils.c: added functions pic16_DumpValue,pic16_DumpAop,
4021         pic16_DumpSymbol, pic16_DumpOp,
4022         * src/pic16/genutils.h: function prototypes for the above functions,
4023         * src/pic16/glue.c: new flags initsfpnt, to initialize stack/frame
4024         pointers,
4025         * (pic16emitRegularMap): many many many improvements, but needs a
4026         major cleanup,
4027         * src/pic16/main.c: enable_stack in pic16_options is removed,
4028         * (_pic16_parseOptions): removed command line options -penable-stack,
4029         * (_process_pragma): emit stack symbol only when stack pragma is
4030         processed,
4031         * src/pic16/pcode.c: pic16_pc_fsr0 is removed, all operations are
4032         redirected to FSR0L/FSR0H pair,
4033         * (pic16_get_op, pic16_get_op2): modifications and improvements,
4034         * (pic16_getRegFromInstruction, pic16_getRegFromInstruction2): added
4035         cases PO_PRODL,PO_PRODH, pic16_getRegFromInstruction2 returns sane
4036         for immediates,
4037         * (insertBankSwitch): modified to handle cases like: (alfa + 1)
4038         * (dumpPicOptype): NEW,
4039         * src/pic16/pcode.h: added PO_PCLATU,PO_PRODL,PO_PRODH in enum,
4040         * src/pic16/pcoderegs.c (pCodeRegMapLiveRangesInFlow): fixed bug
4041         with movff instruction,
4042         * src/pic16/ralloc.c: renamed typeRegWithIdx to pic16_typeRegWithIdx,
4043         added pic16_int_regs, some packRegsFor* functions are commented out,
4044         because produce errors,
4045         * src/pic16/NOTES: minor modifications
4046
4047 2004-02-18  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
4048
4049         * as/mcs51/aslink.h, as/mcs51/lkarea.c, as/mcs51/lkdata.c, as/mcs51/lkmain.c,
4050         as/mcs51/lkmem.c, src/SDCCglob.h, src/SDCCmain.c: added options --stack-size and
4051         --pack-iram.
4052         * doc/sdccman.lyx: described options --stack-size and --pack-iram.
4053         * as/mcs51/lkaomf51.c: fixed bug #895763
4054
4055 2004-02-17 Bernhard Held <bernhard AT bernhardheld.de>
4056
4057         * device/include/c8051f320.h: added. Contributed by Maarten Brock.
4058
4059 2004-02-17 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4060
4061         * doc/sdccman.lyx: added details about the HC08 storage classes and
4062         interrupts, fixed the register usage info for z80 & gbz80
4063
4064 2004-02-17 Vangelis Rokas <vrokas AT otenet.gr>
4065
4066         * doc/sdccman.lyx: added more pic16 port documentation
4067         * device/include/pic16/: added header pic18fregs.h
4068
4069 2004-02-16 Bernhard Held <bernhard AT bernhardheld.de>
4070
4071         * doc/sdccman.lyx: added Vangelis' contribution
4072
4073 2004-02-16 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4074
4075         * src/SDCClrange.c (rlivePoint): live range of SEND operand should
4076         extend to the next CALL or PCALL, not just to the next CALL.
4077
4078 2004-02-16 Vangelis Rokas <vrokas AT otenet.gr>
4079
4080         * src/pic16/gen.c (genInline): fixed bug #896482 with inline assembly
4081
4082 2004-02-15 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4083
4084         * src/mcs51/ralloc.c (packRegsForAssign, reassignAliasedSym): fixed
4085         bug #895752 and a better fix for bug #716790
4086
4087 2004-02-15 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4088
4089         * src/SDCCsymt.c (processFuncArgs): fixed bug #896796
4090
4091 2004-02-14 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
4092
4093         * doc/sdccman.lyx: minor changes, minor changed
4094
4095 2004-02-13 Bernhard Held <bernhard AT bernhardheld.de>
4096
4097         * src/SDCCicode.c (usualBinaryConversions): removed pic16 from ports
4098         which can't handle SDCC_NEWONEBYTEOPS,
4099         (geniCodeMultiply): removed conversion from mult to shift for pic14
4100         and pic16
4101
4102 2004-02-12 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4103
4104         * src/hc08/gen.h,
4105         * src/hc08/gen.c (storeRegToAop, aopOp, aopAdrStr, accopWithAop,
4106         rmwWithAop): Ported my 2003-10-02 fix for bug #663539 to the hc08,
4107         thus fixing bug #895406
4108
4109 2004-02-11 Bernhard Held <bernhard AT bernhardheld.de>
4110
4111         * device/lib/_modsint.c,
4112         * device/lib/_modslong.c: sign follows divisor only
4113         * src/hc08/gen.c (genMultOneByte): if result size is 1,
4114         signs or signedness can be ignored
4115         * src/SDCCast.c (addCast): cosmetic - added lineno to CAST
4116         * src/SDCCast.c (resultTypePropagate): added even more ops: +, - and *,
4117         added optimization for IFX,
4118         (decorateType): Mult/Div/ModOneByte ops can handle all kind of signed
4119         arguments;
4120         reenabled optimization for IFX, which was removed on 2004-01-11
4121         * src/SDCCast.h: added return type IFX
4122         * src/SDCCicode.c: Mult/Div/ModOneByte ops can handle all kind of signed
4123         arguments with 8 or 16 bit results; pic14 and pic16 ports use old
4124         promotion behaviour; env. var. SDCC_NEWONEBYTEOPS selects the new,
4125         SDCC_OLDONEBYTEOPS selects the old behaviour
4126         * src/SDCCsymt.c (computeType): type2 can be NULL (for LEFT_OP);
4127         changed again and commented promotion rule
4128         * src/SDCCval.c (valDiv): promotion no longer necessary
4129         * src/ds390/gen.c (genMultOneByte) (genDivOneByte) (genModOneByte),
4130         * src/mcs51/gen.c (genMultOneByte) (genDivOneByte) (genModOneByte):
4131         rewritten
4132         * support/regression/tests/onebyte.c: added
4133
4134 2004-02-11 Vangelis Rokas <vrokas AT otenet.gr>
4135
4136         * gen.c (genInline): reverted to old code for assemnling inline
4137         code because of bug reported James Chadd
4138
4139 2004-02-10 Vangelis Rokas <vrokas AT otenet.gr>
4140
4141         * ralloc.h: missing declarations from previous patch,
4142         seems that patch for ralloc.h was never applied, fixed
4143
4144 2004-02-10 Hans-Juergen Dorn <hans.dorn AT apl-landau.de>
4145            patch committed by Vangelis Rokas <vrokas AT otenet.gr>
4146
4147         * pcode.c,
4148         * pcode.h,
4149         * ralloc.h: added FSR0L, FSR0H and other missing PIC16 SFR's for
4150         indirect addressing. Marked FSR0 as deprecated
4151         * gen.c (pointerCode): commented out, not needed now
4152         (pic16_popGet2p): new MOVFF helper function
4153         (genGenPointerGet),
4154         (genGenPointerSet): reimplemented with MOVFF and POSTINC0
4155         (shiftRLong): removed duplicate debugging info
4156
4157 2004-02-10 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4158
4159         * src/ds390/gen.c (genNearPointerGet),
4160         * src/mcs51/gen.c (genNearPointerGet): allow the genDataPointerGet()
4161         optimization with bits, but not bitfields.
4162         * src/ds390/ralloc.c (packRegisters),
4163         * src/mcs51/ralloc.c (packRegisters): fixed bug #884453 & #880832
4164
4165 2004-02-09 Bernhard Held <bernhard AT bernhardheld.de>
4166
4167         * src/SDCCcse.c (algebraicOpts): copy operands before modification
4168
4169 2004-02-09 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4170
4171         * src/SDCCsymt.h,
4172         * src/SDCCicode.c (operandFromSymbol),
4173         * src/mcs51/ralloc.c (verifyRegsAssigned, serialRegAssign),
4174         * src/ds390/ralloc.c (verifyRegsAssigned, serialRegAssign),
4175         * src/z80/ralloc.c (verifyRegsAssigned, serialRegAssign),
4176         * src/hc08/ralloc.c (verifyRegsAssigned, serialRegAssign),
4177         * src/pic/ralloc.c (verifyRegsAssigned, serialRegAssign),
4178         * src/pic16/ralloc.c (verifyRegsAssigned, serialRegAssign): fixed
4179         bug #892038
4180         * src/SDCCast.c (createIvalStruct, createIvalArray, gatherAutoInit),
4181         * src/SDCCglue.c (emitRegularMap, printIvalStruct, printIvalArray,
4182         printIvalCharPtr, printIvalPtr, printIval, emitStaticSeg, emitOverlay)
4183         * src/SDCCsymt.c (newSymbol),
4184         * src/SDCC.y (struct_or_union_specifier, enum_specifier,
4185         enumerator_list),
4186         * src/SDCCval.h,
4187         * src/SDCCval.c (newiList): fixed bug #885705
4188
4189 2004-02-08  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
4190
4191         * doc/sdccman.lyx: added section 3.1.4: sdcclib.
4192         * as/mcs51/lkmem.c: report the size of the stack in .mem file.
4193
4194 2004-02-08 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
4195
4196         * device/include/c8051f120.h,
4197         * device/include/c8051f300.h,
4198         * device/include/c8051f310.h: added/updated header files for Silicon
4199         Laboratories (formerly Cygnal) CPUs. Contributed by Maarten Brock.
4200         * doc/sdccman.lyx: minor changes, recommended diff -Naur and diff -u
4201         in new section Submitting patches
4202
4203 2004-02-08 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4204
4205         * src/mcs51/gen.c (genNearPointerGet, genPagedPointerGet,
4206         genFarPointerGet, genCodePointerGet, genGenPointerGet,
4207         genNearPointerSet, genPagedPointerSet, genFarPointerSet,
4208         genGenPointerSet),
4209         * src/ds390/gen.c (genNearPointerGet, genPagedPointerGet,
4210         genFarPointerGet, genCodePointerGet, genGenPointerGet,
4211         genNearPointerSet, genPagedPointerSet, genFarPointerSet,
4212         genGenPointerSet),
4213         * src/pic16/gen.c (genNearPointerGet, genPagedPointerGet,
4214         genFarPointerGet, genCodePointerGet, genGenPointerGet,
4215         genNearPointerSet, genPagedPointerSet, genFarPointerSet,
4216         genGenPointerSet),
4217         * src/pic/gen.c (genNearPointerGet, genPagedPointerGet,
4218         genFarPointerGet, genCodePointerGet, genGenPointerGet,
4219         genNearPointerSet, genPagedPointerSet, genFarPointerSet,
4220         genGenPointerSet): fixed bug #892400
4221         * src/pic16/gen.c (genSkipz, AccRol): disabled functions with #if 0
4222         to eliminate build warnings.
4223         * src/SDCCast.c (processParms),
4224         * src/SDCC.y (function_declarator2, declarator2_function_attributes):
4225         fixed bug 751859
4226         * support/valdiag/valdiag.py: added GCC to the list of defines active
4227         when compiling with gcc
4228
4229 2004-02-07 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4230
4231         * support/Util/SDCCerr.h,
4232         * support/Util/SDCCerr.c,
4233         * src/SDCCast.c (decorateType, sizeofOp): complain when sizeof is used
4234         with an incomplete type (fixed bug #883734)
4235         * src/SDCCicode.c (geniCodeCast): fixed bug #890510
4236
4237 2004-02-07 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4238
4239         * src/pic16/gen.c (genCmpEq, shiftRLong): fixed declarations
4240
4241 2004-02-06 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4242
4243         * src/SDCCast.c (decorateType),
4244         * src/SDCCicode.c (geniCodeParms, geniCodeCall): fixed bugs in my ANSI
4245         function pointer implementation
4246         * support/regression/tests/funptrs.c: added tests to verify both forms
4247         of function pointers work correctly. Added tests to verify parameters
4248         are passed in the correct order.
4249
4250 2004-02-06  Vangelis Rokas <vrokas AT otenet.gr>
4251
4252         * device.c (regCompare): registers are sorted by ascending
4253         address and increasing size,
4254         * main.c (_pic16_finaliseOptions): removed the declaration
4255         of compiler macro MCU. Now a macro of the format pic18fxxxx
4256         will be defined from the command line
4257
4258 2004-02-06  Hans-Juergen Dorn <hans.dorn AT apl-landau.de>
4259             patch committed by Vangelis Rokas <vrokas AT otenet.gr>
4260
4261         * pcode.c (pic16initMnemonics): fixed typo in assignment to PCOP_RLNCF
4262         PCOP_RLCF was overwritten!
4263         * gen.c (genSkip): commented out calls to pic16_emitcode,
4264         * (genCmpEQ): fixed "long" compares, only high word did get compared,
4265         * (genlshTwo),
4266         * (genRRC): added debugging info,
4267         * (shiftL2Left2Result): Fixed bug, if offr > offl. Result got
4268         overwritten while shifting,
4269         * (shiftR2Left2Result): Fixed bug, if offr < offl. Result got
4270         overwritten while shifting,
4271         * (AccLsh),
4272         * (AccRsh),
4273         * (shiftLLeftOrResult),
4274         * (shiftRLeftOrResult),
4275         * (shiftRLong),
4276         * (shiftLLong): Implemented with pic16_emitpcode
4277         * (genlshFour): Replaced pic16_aopPut with pic16_emitpcode,
4278         * (genLeftShift): Fixed bug, operand for shift by variable always
4279         was "and"ed with 0x0f,
4280         * (genLeftShiftLiteral),
4281         * (genrshTwo),
4282         * (genRightShiftLiteral): added debugging info,
4283         * (genrshFour): added comment,
4284         * (genRightShift): determined signedness from operand "left"
4285         instead of "result"
4286
4287 2004-02-04 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4288
4289         * src/SDCCicode.c (geniCodeParms),
4290         * src/SDCCast.c (decorateType, processParms): support for ANSI-style
4291         function pointers, fixed function pointer bugs #861242 and #861896
4292
4293 2004-01-31 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
4294
4295         * device/include/c8051f000.h,
4296         * device/include/c8051f120.h,
4297         * device/include/c8051f300.h: added header files for Silicon
4298         Laboratories (formerly Cygnal) CPUs. Contributed by Maarten Brock.
4299
4300 2004-01-31 Bernhard Held <bernhard AT bernhardheld.de>
4301
4302         * src/SDCCast.c (processParams): added new type flow and restructured
4303         (gatherAutoInit): added new type flow
4304         (addCast): cosmetic changes
4305         (getLeftResultType): added new type flow for array indices, patch
4306         provided by Stas, see FR #877103
4307         (decorateType): SDCC_NEWTYPEFLOW removed, new type flow is now standard;
4308         array index patch by Stas
4309         * src/SDCCast.h: added prototype getResultTypeFromType()
4310         * src/SDCCval.h,
4311         * src/SDCCval.c (resolveIvalSym) (resolveIvalSym),
4312         * src/pic/glue.c (pic14emitStaticSeg),
4313         * src/pic16/glue.c (pic16emitStaticSeg),
4314         * src/SDCCglue.c (emitRegularMap) (emitStaticSeg): added new type flow
4315         for initialization of symbols
4316         * src/SDCCicode.c (geniCodeArray): removed warning W_ARRAY_BOUND
4317         * support/Util/SDCCerr.h:
4318         * support/Util/SDCCerr.c: replaced W_ARRAY_BOUND by W_IDX_OUT_OF_BOUNDS
4319         * .version: bumped version number to 2.3.8
4320         * device/include/Makefile.in (install),
4321         * doc/Makefile (install): changed to 'rm `find ...`' construct to
4322         avoid warnings
4323
4324 2004-01-30 Bernhard Held <bernhard AT bernhardheld.de>
4325
4326         * support/regression/tests/libmullong.c: fixed for 64 bit hosts
4327         Slade Rich fixed an optimization bug
4328         * src/pic/pcodepeep.c,
4329         * src/pic/pcoderegs.c
4330         * doc/Makefile (install): added test for directory
4331
4332 2004-01-30 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4333
4334         * src/mcs51/ralloc.c (getRegPtr, getRegGpr),
4335         * src/ds390/ralloc.c (getRegPtr, getRegGpr),
4336         * src/pic/ralloc.c (getRegPtr, getRegGpr),
4337         * src/pic16/ralloc.c (getRegPtr, getRegGpr),
4338         * src/z80/ralloc.c (getRegGpr): fixed bug #883361
4339         * as/mcs51/asexpr.c (term),
4340         * as/hc08/asexpr.c (term): fixed bug #887146
4341
4342 2004-01-29 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4343
4344         * src/z80/gen.c (genMult): handle single byte result product
4345         * src/SDCCopt.c (killDeadCode): never convert ADDRESS_OF iCode to
4346         DUMMY_READ_VOLATILE (fixed bug #886367)
4347
4348 2004-01-27 Bernhard Held <bernhard AT bernhardheld.de>
4349
4350         * support/regression/tests/libmullong.c: fixed logic, on little endian
4351         hosts we ended without a mullong_wrapper()
4352
4353 2004-01-27 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4354
4355         * ChangeLog: changed "@" to " AT " in hopes of reducing spam and
4356         virus/worm forged address usage.
4357
4358 2004-01-27 Bernhard Held <bernhard AT bernhardheld.de>
4359
4360         Fixed promotion, it should be done on AST level:
4361         * src/SDCCast.c (addCast): added promotion to int
4362         (decorateType): updated call to upCast()
4363         * src/SDCCicode.c (geniCodeLeftShift): removed call to
4364         usualUnaryConversions()
4365
4366 2004-01-26  Michael Hope  <michaelh AT juju.net.nz>
4367
4368         * support/regression/tests/literalop.c (mulWrapper): Added a
4369         wrapper to remove integer overflow warnings.
4370
4371         * support/regression/tests/float_trans.c: Made work on host.
4372
4373         * support/regression/ports/ucz80/spec.mk (UCZ80): Made detect the
4374         location of sz80.
4375
4376         * support/regression/generate-cases.py (main): Changed from inline
4377         to a main method.
4378
4379         * doc/Makefile (install): Changed to depth first to get rid of
4380         missing directory install warning.
4381
4382         * as/Makefile (install-doc): Made work on Mac.
4383
4384 2004-01-25 Bernhard Held <bernhard AT bernhardheld.de>
4385
4386         * src/SDCCast.c: added an additional type flow in decorateType() of
4387         opposite direction, see feature request #860006; it's enabled at runtime
4388         by setting the environment variable SDCC_NEWTYPEFLOW
4389         * src/SDCCast.h: changed prototype of decorateType()
4390         * src/SDCCglue.c (emitRegularMap): updated call of decorateType()
4391         * src/SDCCicode.c (geniCodeDivision) (geniCodeModulus): promotion from
4392         'char' to 'int' can be omitted, if both operands are 'unsigned char';
4393         see feature request #877103
4394         * src/SDCCval.c: updated call of decorateType()
4395         (valBitwise): fixed bug #882876
4396         (valMinus): added promotion
4397         (valLogicAndOr): result is unsigned
4398         (cheapestVal) (constVal): literals from 0...255 are 'unsigned char' now
4399         * src/SDCCsymt.c (computeType),
4400         * src/mcs51/gen.c (genCmpGt) (genCmpLt): literal 'unsigned char'
4401         must not cause an unsigned operation
4402         * src/pic/glue (pic14emitRegularMap),
4403         * src/pic16/glue.c (pic16emitRegularMap): updated call of decorateType()
4404
4405 2004-01-23 Bernhard Held <bernhard AT bernhardheld.de>
4406
4407         * src/pic/pcode.c (PCodeID): commented out left over debug code
4408
4409 2004-01-20 Bernhard Held <bernhard AT bernhardheld.de>
4410
4411         * support/valdiag/tests/overflow.c: added shift tests
4412         * src/pic/device.c,
4413         * src/pic/gen.c,
4414         * src/pic/gen.h,
4415         * src/pic/glue.c,
4416         * src/pic/main.c,
4417         * src/pic/pcode.c,
4418         * src/pic/pcode.h,
4419         * src/pic/pcodepeep.c,
4420         * src/pic/pcoderegs.c,
4421         * src/pic/ralloc.c,
4422         * src/pic/ralloc.h: applied patch from Slade Rich;
4423         added support for multiple code pages and multiple RAM banks on the
4424         PIC 14 port. The ASM files now no longer simply assume all the
4425         code / RAM are in the same page / bank. This means the linker can
4426         safely allocate code/RAM of separate ASM files to different pages/banks.
4427         * doc/sdccman.lyx: added Slade's tips
4428         * src/mcs51/peeph.def: fixed bug #880768
4429
4430 2004-01-20 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4431
4432         * src/hc08/ralloc.c (rematStr): fixed bug #879282
4433         * src/SDCCast.c (decorateType): fixed bug #880197
4434
4435 2004-01-20  Michael Hope  <michaelh AT juju.net.nz>
4436
4437         * sim/ucsim/gui.src/serio.src/main.cc: Fixed unconditional use of
4438         getopt.h.
4439
4440         * debugger/mcs51/cmd.c (getValBasic): Changed strtof to strtod as
4441         strtof is not part of C89 and isn't included with Mac OS X.
4442
4443 2004-01-20 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4444
4445         * src/hc08/gen.c (genPlusIncr, genUminus, genMinusDec, genCmp,
4446         shiftL2Left2Result): fixed bug #879326
4447         (genAnd, genOr, genXor): fixed bug when result was of type AOP_CRY
4448         (genMultOneByte): fixed bug in signed vs unsigned multiplication
4449         * sim/ucsim/hc08.src/inst.cc (inst_clr): added missing effective
4450         address fetch for clr instruction
4451         * device/lib/hc08/_mulint.c: created optimized assembly version
4452         * src/SDCCdflow.c (computeDataFlow): fixed bug #878209
4453
4454 2004-01-19 Bernhard Held <bernhard AT bernhardheld.de>
4455
4456         * src/SDCCicode.c (geniCodeArray): applied patch from Stas Sergeev
4457         proposed in FR #877103
4458
4459 2004-01-18 Bernhard Held <bernhard AT bernhardheld.de>
4460
4461         * src/SDCCval.c (cheapestVal): added missing checks
4462         * src/SDCCicode.c (usualBinaryConversions): fixed condition
4463         * src/SDCCicode.c (geniCodeAdd): fixed part of bug #877103
4464
4465 2004-01-16 Klaus Flittner <klaus_flittner AT gmx.de>
4466
4467         * src/ds390/gen.c (aopOp3): fixed the assignment of different dptrs to
4468         equal operands
4469
4470 2004-01-16 Vangelis Rokas <vrokas AT otenet.gr>
4471
4472         * src/SDCCmain.c (linkEdit): variable $3 of the linker command is
4473         loaded with the linker search paths (-L arguments) and the libraries
4474         to be linked with the current source (-l arguments). Changes
4475         currently will affect only the pic16 port.
4476         * src/pic16/main.c (_pic16_finaliseOptions): add to the linker
4477         include path the port specific paths and port specific libraries,
4478         * gplink command now contains the $3 argument,
4479         * src/pic16/device.h,
4480         * src/pic16/device.c,: structure PIC_device is made public and
4481         renamed to PIC16_device, the same for variable Pics which is renamed
4482         to Pics16. Updated all references to them.
4483         * src/pic16/glue.c (pic16glue): corrected bug with code
4484         initialization which bypassed the variable initializations block.
4485
4486         * device/lib/pic16/Makefile.rules: removed --penable-stack from
4487         COMPILE_FLAGS and added the --nostdinc option
4488
4489 2004-01-15 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4490
4491         * device/include/mc68hc908jb8.h: Register defs for another member
4492         of the hc08 family. Contributed by Bjorn Bringert - thanks!
4493
4494 2004-01-14 Vangelis Rokas <vrokas AT otenet.gr>
4495
4496         Documenting changes from previous commits.
4497         * configure.in (version 1.56),
4498         * configure: initially I've added AC_CONFIG_SUBDIRS(device/lib/pic16)
4499         when generating output files to configure the pic16 library,
4500         but now I've commented it out, since gputils aren't installed in the
4501         SF compile farm, so library won't compile
4502
4503         * device/lib/Makefile.in (version 1.56): initially I've added in
4504         target 'all' the prerequestive 'model-pic16' so it compiled the
4505         pic16 library, but now I've commented it out for the same reasons
4506         above,
4507         * added targets 'model-pic16' and 'objects-pic16' to compile the
4508         library
4509         * added target 'port-specific-objects-pic16' to handle the
4510         generated libraries and copy them into the build/ directory
4511         * added target 'clean-intermediate-pic16' to clean intermediate
4512         files into pic16 directory
4513         * in target 'installdirs' added line to create directory pic16 in
4514         the installation path
4515
4516         * device/include/Makefile.in (version 1.11): in target 'install'
4517         added lines to copy all header files to installation path,
4518         * in target 'installdirs' added line create directory for pic16
4519         headers in the installation path
4520
4521 2004-01-13 Klaus Flittner <klaus_flittner AT gmx.de>
4522
4523         * src/ds390/gen.c (genCall): fixed a double use of acc and b after
4524          a function call
4525
4526 2004-01-13 Bernhard Held <bernhard AT bernhardheld.de>
4527
4528         * configure,
4529         * device/lib/configure.in,
4530         * device/lib/configure: fixed for autoconf 2.57
4531
4532 2004-01-13 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4533
4534         * src/z80/main.c (_parseOptions): fixed the portmode= command line
4535         option so that it actually works. Made it specific to the z80, since
4536         the gbz80 doesn't have these kinds of I/O ports.
4537
4538 2004-01-13 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4539
4540         * device/include/z180.h,
4541         * device/lib/_memcpy.c,
4542         * device/lib/_memmove.c,
4543         * device/lib/_mulint.c,
4544         * device/lib/ser_ir.c,
4545         * device/lib/ser_ir_cts_rts.c,
4546         * device/lib/_strcmp.c,
4547         * device/lib/_strtok.c: fixed pragmas to non-deprecated form
4548         * src/z80/main.c (_process_pragma): add support for pragmas bank and
4549         portmode; added deprecation warning for bank= and protmode= forms.
4550         Also, guard against buffer overflow.
4551         * src/z80/gen.c (aopGet): generate better code for sfr banked read
4552
4553 2004-01-13 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4554
4555         * src/hc08/main.c (_hc08_genAssemblerPreamble): fixed bug #875487. Also
4556         changed interrupt vector table generation to only emit declared vectors.
4557         * device/include/Makefile.in: added missing backslash
4558         * device/lib/pic16/Makefile.rules: add $(MODELFLAGS) to $(CFLAGS)
4559
4560 2004-01-13 Vangelis Rokas <vrokas AT otenet.gr>
4561
4562         Mainly changes to support compilation of the device libraries
4563         * src/pic16/device.c: stack is allocated via symbol and not
4564         via literal number. The symbol is placed in the corresponding
4565         position of the data ram
4566         * (pic16_dump_section): relocatable and absolute uninitialized
4567         data are now emitted in sorted order to reduce section naming,
4568         * src/pic16/ralloc.c (newReg): fixed bug with SFR's that
4569         weren't marked as being in the access bank,
4570
4571 2004-01-13 Vangelis Rokas <vrokas AT otenet.gr>
4572
4573         Added portion of GNU PIC Library under the directory
4574         device/include/pic16 and device/lib/pic16. These files
4575         contain the declarations of SFRs for the PIC18Fxx2 devices.
4576         The directory is initialized via configure from toplevel.
4577
4578 2004-01-12 Klaus Flittner <klaus_flittner AT gmx.de>
4579
4580         * src/ds390/gen.c (operandsEqu): fixed a little typo, that prevented
4581         the spilllocations to be compared correctly
4582
4583 2004-01-12 Bernhard Held <bernhard AT bernhardheld.de>
4584
4585         * src/SDCCast.c (decorateType): fixed bug introduced today
4586
4587 2004-01-12  Borut Razem <borut.razem AT siol.net>
4588
4589         * src/SDCC.lex, support/Util/SDCCerr.h, support/Util/SDCCerr.c,
4590         doc/sdccman.lyx: upper case pragmas are deprecated
4591
4592 2004-01-12 Bernhard Held <bernhard AT bernhardheld.de>
4593
4594         * src/SDCCast.c (decorateType): replacing 'ul > 0' by  '!ul' results
4595         in simpler and even better code
4596
4597 2004-01-11 Bernhard Held <bernhard AT bernhardheld.de>
4598
4599         * src/SDCCicode.c (operandOperation): fixed bug #874819
4600         * src/SDCCast.c (decorateType): fixed
4601         char foo (unsigned long ul) { return ul > 0; }
4602
4603 2004-01-11 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
4604
4605         * doc/sdccman.lyx: Moved and added some sections, small changes
4606         all over. Telling LaTeX to be less strict with word spacing
4607         to better keep the right margin. Changed some notes about
4608         maintainance of the ports in section 3.2.1 - is it OK like this?
4609
4610 2004-01-11 Vangelis Rokas <vrokas AT otenet.gr>
4611
4612         SDCC source changes:
4613         * src/SDCCopt.c (cntToFcall, cnvToFloatCast, cnvFromFloatCast,
4614         convilong): modified to inform the pic16 port that builtin functions
4615         are external
4616
4617         PIC16 PORT specific changes:
4618         * src/pic16/device.c pic16_dump_equates() added,
4619         processor registers declared internally by the port are emitted in
4620         the translation as equates,
4621         * src/pic16/gen.c: inline code is passed unprocessed to the
4622         translation,
4623         * (pic16_popGetLit2): fnuction modified to take second operand as
4624         pCodeOp pointer and not as literal,
4625         * (popRegFromIdx): prefixed with pic16_,
4626         * (pic16_popCombine2): modified to receive already allocated pCode
4627         operands,
4628         * (pic16_pushpCodeOpReg, pic16_poppCodeOpReg): added
4629         * (genFunction): initializes local stack frame and pushes on stack
4630         all the registers used by this function,
4631         * (genEndFunction): restores all registers from stack and restores
4632         stack frame,
4633         * src/pic16/glue.c (pic16emitRegularMap): various changes and
4634         improvements,
4635         * (pic16glue): changed the program startup sequence,
4636         * added new dbName code 'A' for functions placed in absolute section
4637         * src/pic16/main.c: added function attribute _naked,
4638         * added pragma 'code' to place a fnuction at an absolute address,
4639         * added command line arguments --debug-ralloc and --pcode-verbose,
4640         * (_pic16_finiliseOptions): options.all_callee_saves is set by default
4641         * src/pic16/pcode.c (pic16_pBlockConvert2Absolute) added,
4642         * (pic16_newpCodeOpLit2): modified to take the second operand as
4643         pCodeOp pointer,
4644         * (pic16_printpBlock): modified to emit each function in a separate
4645         section,
4646         * (pic16_get_op): modified to use the gpasm modifiers LOW,HIGH and
4647         UPPER for immediate operands,
4648         * src/pic16/pcodepeeph.c: added peephole support for the LFSR
4649         instruction,
4650         * src/pic16/peeph.def: all peepholes with movff are commented out,
4651         because there is a problem in the pcode peep optimizer,
4652         * src/pic16/ralloc.c: the register allocator can now reuse local
4653         function symbols for another function. This saves register usage.
4654         * src/pic16/ralloc.h: added flag isLocal in structure regs,
4655
4656         Added file src/pic16/NOTES with information about program writing on
4657         the current port version.
4658
4659 2004-01-11 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
4660
4661         * src/mcs51/peephole.def: added peepholes 177.c,d (redundant moves)
4662         and peephole 252 (array access)
4663
4664 2004-01-09  Borut Razem <borut.razem AT siol.net>
4665
4666         * src/SDCCmain.c : fixed #872250: -l command line defined library
4667           files are scanned before standard library files
4668
4669 2004-01-10 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4670
4671         * src/SDCCast.c (decorateType): fixed bug #874046
4672
4673 2004-01-09  Borut Razem <borut.razem AT siol.net>
4674
4675         * support/scripts/sdcc.nsi: remove previous installation
4676
4677 2004-01-09 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
4678
4679         * src/SDCCglue.c (createInterruptVect): don't append 7(5) padding
4680         bytes for last interrupt vector (mcs51)
4681         * sdcc.spec: fixed typo
4682
4683 2004-01-09 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4684
4685         * src/mcs51/gen.c (genFunction, genEndFunction, genReceive, getTempRegs,
4686         gen51Code): more efficient parameter receive for --model-large
4687         ("bug" #845294)
4688
4689 2004-01-09 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4690
4691         * src/ds390/main.c,
4692         * src/z80/main.c: added missed needLinkerScript flags (more than
4693         one port structure defined in these file)
4694         * src/ds390/gen.c (aopForSym, aopOp, operandsEqu, aopOp3): fixed
4695         bug #795325
4696
4697 2004-01-08 Vangelis Rokas <vrokas AT otenet.gr>
4698
4699         * src/SDCCmain.c: removed various references to DEFAULT_PORT
4700         * src/port.h: added flag needLinkerScript in port->linker
4701         structure to inform whether to create a .lnk file or not,
4702         * src/avr/main.c,
4703         * src/ds390/main.c,
4704         * src/hc08/main.c,
4705         * src/mcs51/main.c,
4706         * src/pic/main.c,
4707         * src/pic16/main.c,
4708         * src/xa51/main.c,
4709         * src/z80/main.c: changed appropriately to configure
4710         needLinkerScript flag
4711         * src/pic/gen.c,
4712         * src/pic16/gen.c (genAddrOf): fixed bug #863624
4713         * src/pic/glue.c: added variable udata_section_name to
4714         override default uninitialized data segment definition for
4715         devices only with SHAREBANK memory (reported from Erik Epetrich)
4716         * (pic14emitOverlay): modified to emit a commented overlay segment
4717         directive when no overlay data exist
4718         * (picglue): modified to emit uninitialized data segment
4719         according to udata_section_name
4720         * src/pic/main.c (_pic14_parseOptions): added command line
4721         options --udata-section-name=[name] to override default
4722         udata definition name
4723         * modified _linkCmd and _asmCmd to include compiler passed
4724         arguments via -W option
4725         * src/pic16/main.c: added $l in _asmCmd, changed extension for
4726         object file from '.rel' to '.o' in port->linker structure,
4727         changed size of fptr from 2 to 3 in port structure
4728
4729 2004-01-07  Borut Razem <borut.razem AT siol.net>
4730
4731         * support/scripts/sdcc.nsi: update PATH
4732         * support/scripts/sdcc.ico: craeted
4733
4734 2004-01-07 Bernhard Held <bernhard AT bernhardheld.de>
4735
4736         * device/include/Makefile.in: fix install
4737         * doc/Makefile: fix install
4738
4739 2004-01-07 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4740
4741         * src/SDCCsymt.c (processFuncArgs): fixed superflous allocation noted
4742         in bug #860505
4743         * src/SDCCmem.c (printAllocInfoSeg, printAllocInfo): minor changes to
4744         how the function variable allocation summary is displayed; also
4745         include information about variables allocated to the overlay
4746         segment
4747
4748 2004-01-06  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
4749
4750         * as/mcs51/lkmain.c: Help about -Y option
4751         * as/mcs51/lkarea.c: Fixed gcc warnings
4752
4753 2004-01-06 Bernhard Held <bernhard AT bernhardheld.de>
4754
4755         * src/SDCCval.c (valShift): changed from 16 to 32 bit shift count,
4756         fixed warning
4757         * support/valdiag/tests/overflow.c: added
4758         * src/SDCCast.c (decorateType),
4759         * src/SDCCicode.c (geniCodeLeftShift): added promotion to int for
4760         LEFT_OP (left shift)
4761
4762 2004-01-06  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
4763
4764         * as/mcs51/lkmain.c: stack must be after data when option -Y is not used
4765         (default behaviour).
4766
4767 2004-01-06 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4768
4769         A python script to validate compiler diagnostic messages. It can be
4770         used to verify that sdcc complains about bad c source code and
4771         gives a good location of the error.
4772         * support/valdiag/Makefile,
4773         * support/valdiag/valdiag.py,
4774         * support/valdiag/tests/*
4775
4776 2004-01-06 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4777
4778         * src/SDCC.y (enum_specifier, enumerator_list, opt_assign_expr),
4779         * src/SDCCsymt.c (newEnumType),
4780         * src/SDCCsymt.h
4781         * support/Util/SDCCerr.c,
4782         * support/Util/SDCCerr.h: fixed bug #871258 and some other unreported
4783         enum related bugs.
4784         * support/regression/tests/enum.c: added test for enum values that
4785         require at least 2 bytes of storage.
4786
4787 2004-01-06 Vangelis Rokas <vrokas AT otenet.gr>
4788
4789         * src/common.h: added ifndef/define/endif macros
4790         around the header file.
4791         Bug reported from Jesus Calvino-Fraga
4792
4793 2004-01-06 Bernhard Held <bernhard AT bernhardheld.de>
4794
4795         * sdcc.spec: updated
4796         * device/include/Makefile.in: don't install CVS directories
4797         * device/lib/Makefile.in: added removal of CVS directories after install
4798         * doc/Makefile: fixed install, added local_icons
4799         * sim/ucsim/gui.src/Makefile.in: fixed an old typo
4800         * src/mcs51/gen.c (genRightShift): fixed bug #870788
4801         * src/ds390/gen.c (genRightShift): fixed bug #870788
4802         * src/SDCCast.c (decorateType): fixed bug #870781
4803
4804 2004-01-06 Vangelis Rokas <vrokas AT otenet.gr>
4805
4806         PIC16 port related changes:
4807         * device.c: removed pic16_finalMapping and pic16_finalMappingSize,
4808         added variable stackPos,
4809
4810         * gen.c: genCall, assignResultValue: added support for
4811         pushing/retrieving function parameters to/from stack,
4812         genFunction,genEndFunction: setup stack frame for the
4813         generated function,
4814         genAddrOf: will be changed according to bug 863624
4815
4816         * added files genutils.c and genutils.h which contain gen*
4817         debugged and optimised functions extracted from gen.c
4818
4819         * glue.c: added variable 'externs' which holds extern symbols,
4820         pic16emitRegularMap: is modified to properly handle relocatable
4821          symbols under the new scheme,
4822         pic16createInterruptVect: is modified
4823         pic16printPublics: is modified to emit 'global' assembler directives,
4824         added pic16_printExterns to print extern symbols,
4825         pic16glue: initializes stack/frame pointer in the beginning of
4826         the assembly output. Temporary hack, will be corrected later,
4827         because gplink yet does not support stack and SDCC does not
4828         yet support a type of crt0.o object to create the final binary.
4829
4830         * Removed many lines that contain 8051 legacy code.
4831         * The code is finally placed under a 'code' directive.
4832         * Added port specific options.
4833
4834         * _process_pragma: simplified since now we do not need *special*
4835         include file to define SFR registers. But a separate header
4836         will be needed. This will be developed later.
4837         * _pic16_parseOptions: added, parses port specific options:
4838         --pgen-banksel, --obanksel=, --pomit-config-words, --pomit-ivt,
4839         --pleave-reset-vector, --penable-stack, --pstack-model, --debug-xtra
4840         --preplace-udata-with=
4841
4842         * _pic16_setDefaultOptions: modified to initialize section names,
4843         but hack is temporarly out of order since it needs improvement.
4844         * _pic16_genAssemblerPreamble: configuration words are emitted by
4845         their address instead of their name. This part is incomplete and
4846         supports only the 18Fxx2 devices. Other devices will emit an error
4847         during assembly since they do not contain the same set of config
4848         registers
4849         * _pic16_genIVT: is modified,
4850
4851         * pcode.c: added definitions for some hardware registers that are needed
4852         for stack support
4853         * added flag is2LitOp and variable pci_magic in pCodeInstruction.
4854         All PCI entries are updated. Now LFSR is supported.
4855         * Removed pic16_pciTRIS is mentioned by mdubuc in source
4856         * added pic16_newpCodeOpLit2 to support instructions with
4857         two literal arguments
4858         * pic16_pCode2str: corrected code that emits assembler instructions
4859         with two literal operands and those that have an access bit modifier
4860         * genericPrint: now PC_ASMDIR pCodes, can emit a label if it exists,
4861         this fixes a bug which caused some labels to be lost, when an
4862         assembler directive was added, i.e. banksel,
4863         * pic16_FixRegisterBanking: improved logic that causes the insertion
4864         of bank switching,
4865         * InlineFunction: functions that are called once, are not any more
4866         inlined. This can be a port option in the future,
4867
4868         * pcode.h: added pCodeOpLit2 and added variable label in pCodeAsmDir
4869
4870         * ralloc.c: added pic16_rel_udata and pic16_fix_udata variables which
4871         hold the corresponding uninitialized symbols,
4872         * pic16_allocProcessorRegister: registers have explicit marked the
4873         accessBank field,
4874         * pic16_allocInternalRegister: registers are explicit marked as
4875         not used,
4876         * pic16_writeUsedRegs: pic16_dynDirectBitRegs was missing from the
4877         processing list, so bit registers were lost,
4878         *
4879
4880         * ralloc.h: added field 'accessBank' and original symbol operand
4881         in register definition,
4882         * removed the field isMapped from register definition,
4883
4884         ** Several functions have been removed from various sources:
4885         BanksUsedFlow2,BanksUsedFlow,FixBankFlow,InstructionRegBank,
4886         pic16_addMemRange,pic16_isREGinBank,pic16_dump_map,pic16_dump_cblock
4887         isSFR,validAddress,mapRegister,assignRegister,pic16_assignFixedRegisters
4888         pic16_assignRelocatableRegisters
4889
4890         ** others have been introduced:
4891         pic16_areRegsSame,pic16_dump_section,checkAddReg,pic16_groupRegistersInSection
4892         pic16_popGetLit2,pic16_popCombine2,pushw,pushaop
4893
4894 2004-01-05 Vangelis Rokas <vrokas AT otenet.gr>
4895
4896         * support/scripts/inc2h.pl: changed definition of BIT_AT
4897         to emit 'sbit at' instead of 'bit at'. This was a request.
4898
4899         PIC16 port related preliminary changes:
4900         * gen.c: prefixed function popRegFromString with
4901         pic16_ and all references to it corrected
4902         * pcode.c: all pic16_pc_* hardware registers prefixed
4903         with underscore (_),
4904         pic16_popCopyGPR2Bit(): function sets register wasUsed=1
4905         * ralloc.c: newReg(): when register is REG_SFR then
4906         set address to rIdx,
4907         pic16_allocProcessorRegister(): marks register wasUsed=0
4908         pic16_writeUsedRegs(): added a call to assign processor
4909         registers via pic16_assignFixedRegisters
4910
4911 2004-01-04  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
4912
4913         * as/mcs51/aslink.h, as/mcs51/lkarea.c, as/mcs51/lkdata.c,
4914         as/mcs51/lkmain.c, as/mcs51/lkmem.c: 8051 linker can now pack
4915         variables in unused register banks.  Also the SSEG is placed
4916         wherever there is enough space for it, and IDATA can be anywhere
4917         in internal RAM.  For now compile using -Wl-Y[stack_size].
4918         The mem file is different for this option as well, since it
4919         makes no sense of talking about DSEG lenght.
4920
4921 2004-01-02 Vangelis Rokas <vrokas AT otenet.gr>
4922
4923         * src/SDCClrange.c: fixed bug 869095 that caused segfault
4924         in certain cases, e.g. when ROM assignment, patch provided
4925         from Albert den Haan.
4926
4927 2004-01-01 Bernhard Held <bernhard AT bernhardheld.de>
4928
4929         Many signedness and type propagation fixes:
4930         * src/SDCCicode.c: made geniCodeCast() static
4931         replaced SPEC_ by IS_ (cosmetic)
4932         (operandOperation): fixed div and mod operation
4933         (usualBinaryConversions): added support for promotion of char
4934         (geniCodeMultiply): replaced (unsigned long) by (TYPE_UDWORD)
4935         (geniCodeDivision): replaced (unsigned long) by (TYPE_UDWORD)
4936         (geniCodeAdd): an array index will stay unsigned, even if promoted
4937         from char to int
4938         (geniCodeArray): ditto
4939         * src/SDCCicode.h: made geniCodeCast() static: removed prototype
4940         * src/SDCCsymt.c (computeType): added more support for char;
4941         promotion of char is selectable by promoteCharToInt, fixed signedness
4942         for all cases
4943         (powof2): replaced (unsigned long) by (TYPE_UDWORD)
4944         * src/SDCCsymt.h (powof2): replaced (unsigned long) by (TYPE_UDWORD)
4945         * src/SDCCval (val*): replaced signedness calculation by
4946         computeType()
4947         rearranged if-branches (cosmetic)
4948         (valShift): added warning W_SHIFT_CHANGED
4949         (valCompare): fixed problem with different types
4950         * src/hc08/rallo.c (leastUsedLR): fixed gcc 3.3 warning
4951         * support/regression/tests/literalop.c: added many cases
4952         * support/regression/tests/ast_constant_folding.c: changed finally to
4953         'unsigned int'
4954         * .version: new year, new version: 2.3.7
4955         * src/SDCCmain.c (main): applied patch #866468
4956         * debugger/mcs51/sdcdb.c (parseCmdLine): added -k for ucsim, patch
4957         provided by Scott Bronson
4958         * doc/sdccman.lyx: updated documentation for sdcdb
4959         updated and added chapter tips
4960
4961 2004-01-01 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4962
4963         * src/SDCCsymt.h: missing from yesterday's commits
4964
4965 2003-12-31 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4966
4967         * src/SDCC.y (struct_or_union_specifier),
4968         * support/Util/SDCCerr.c,
4969         * support/Util/SDCCerr.h: verify that struct & union tags are used
4970         as declared.
4971
4972 2003-12-29 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4973
4974         * src/SDCCglobl.h: missing from yesterday's commits
4975
4976 2003-12-28 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4977
4978         * src/SDCC.y (external_definition, type_specifier2, sfr_reg_bit,
4979         sft_attributes, struct_declaration, parameter_declaration,
4980         type_name, start_block, declaration_list),
4981         * src/SDCC.lex (check_type): support redefinition of typedef names
4982
4983 2003-12-22 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
4984
4985         * src/mcs51/gen.c (genPlus): added special handling for 256 byte
4986         aligned xdata arrays. Erik helped me with the if clause.
4987
4988 2003-12-20 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4989
4990         * device/lib/ds390/tinibios.c (CpuSpeed): suppress unreachable code
4991         warning
4992
4993 2003-12-20 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4994
4995         * src/SDCCast.h,
4996         * src/SDCCast.c (newAst_),
4997         * src/SDCCicode.h,
4998         * src/SDCCicode.c (ast2iCode, newiCode),
4999         * src/SDCCglobl.h,
5000         * src/SDCC.y (logical_and_expr, logical_or_expr, conditional_expr,
5001         expr, statement, expression_statement, selection_statement,
5002         iteration_statement, expr_opt, jump_statement): foundation for tracking
5003         sequence points
5004         * src/SDCCopt.c (killDeadCode): fixed bug #861580 (needs the sequence
5005         point code too)
5006
5007 2003-12-19 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5008
5009         * support/Util/SDCCerr.c,
5010         * src/SDCCast.h,
5011         * src/SDCCast.c (createCase, createDefault, decorateType),
5012         * src/SDCClabel.c (labelUnreach),
5013         * src/SDCC.y (labeled_statement, jump_statement): More improvements
5014         to error messages.
5015         * support/Util/SDCCerr.c (werrorfl): fixed a non-standard declaration
5016         (with thanks to Stas Sergeev)
5017         * device/include/time.h,
5018         * device/lib/time.c (CheckTime): suppress unreachable code warning
5019
5020 2003-12-18 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5021
5022         * src/SDCCast.c (createIvalCharPtr),
5023         * src/SDCCglue.c (printChar): fixed bug #862241 (an error in my fix for
5024         bug #753752)
5025         * support/regression/tests/nullstring.c: tests for these two bugs
5026
5027 2003-12-18 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5028
5029         * support/Util/SDCCerr.h,
5030         * support/Util/SDCCerr.c (E_NOT_ALLOWED),
5031         * src/SDCC.y (struct_declaration, struct_or_union_specifier): complain
5032         about storage class and 'at' used inside struct or union
5033         * src/SDCCBBlock.c (iCodeFromeBBlock),
5034         * src/SDCCcse.c (ifxOptimize),
5035         * src/SDCCglue.c (emitRegularMap, initPointer, printIvalStruct,
5036         printIvalArray, printiValFuncPtr, printIvalCharPtr, printIvalPtr,
5037         printIval, emitStaticSeg, emitOverlay),
5038         * src/SDCClabel.c (deleteIfx),
5039         * src/SDCCopt.c (replaceRegEqv, eBBlockFromiCode),
5040         * src/SDCCast.c (resolveSymbols, createIvalStruct, createIvalArray,
5041         gatherAutoInit, processParms),
5042         * support/Util/SDCCerr.h,
5043         * support/Util/SDCCerr.c (werrorfl): Support for better error location
5044         reporting for post-parse errors.
5045
5046 2003-12-16 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5047
5048         * src/SDCCval.c (valPlus, valMinus, valShift): fixed some problems with
5049         implicit casts via union; they don't work on big endian systems
5050         (possible fix for bug #861138)
5051
5052 2003-12-16 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
5053
5054         (committed by Erik Petrich <epetrich AT ivorytower.norman.ok.us> on Frieder's behalf)
5055         * src/mcs51/main.c: fixed the fix for bug #737001
5056
5057 2003-12-15  Borut Razem <borut.razem AT siol.net>
5058
5059         * support/scripts/sdcc.nsi: updated for NSIS 2.0 beta 4
5060
5061 2003-12-14 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5062
5063         * support/makebin/makebin.c: put output in binary mode
5064
5065 2003-12-13 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
5066
5067         * src/mcs51/main.c: fixed bug #737001 for the mcs51. SDCC clears
5068         xdata and data memory on startup. Set the environment variable
5069         SDCC_NOGENRAMCLEAR to disable this.
5070         * src/mcs51/peephole.def,
5071         * src/ds390/peephole.def: using the atomic test and clear instruction jbc
5072         (allows non-interrupt and interrupt code to safely compete for a resource
5073         without the non-interrupt code having to disable interrupts)
5074
5075 2003-12-13 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5076
5077         * src/SDCCicode.c (geniCodeAdd),
5078         * src/SDCCast.c (decorateType): fixed bug #857753 (need to be careful
5079         with valFromType if type might be a pointer and host is big endian).
5080         * src/SDCCast.c (decorateType): unary plus compatible with all arithmetic
5081         types, not just integer types.
5082         * src/SDCCsymt.c (addSymChain): clarified error message when symbol is
5083         multiply defined with mismatching "at" address.
5084
5085 2003-12-12 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5086
5087         * src/ds390/main.c (PORT tininative_port): fixed bug #858416
5088         * src/SDCCglue.c (printChar, printIvalChar, emitStaticSeg),
5089         * src/SDCCast.c (createIvalCharPtr, stringToSymbol): handle strings
5090         with embedded nulls (fixed bug #753752)
5091
5092 2003-12-12 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
5093
5094         * src/mcs51/main.c(_mcs51_genRAMCLEAR): using r0 instead of r1/r2.
5095         Apparently this did not see much testing (endless loop)
5096
5097 2003-12-11 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5098
5099         * src/z80/ralloc.c: set DISABLE_PACK_HL = 1 as a temporary fix to bug #855165
5100
5101 2003-12-10 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5102
5103         * src/SDCCdebug.c (outputDebugSymbols, outputDebugStackSymbols, dumpSymInfo):
5104         gracefully handle NULL memmap pointers
5105
5106 2003-12-08 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5107
5108         * src/SDCCopt.c (killDeadCode): change iCode type to DUMMY_READ_VOLATILE
5109         instead of deleting the iCode when an operand is volatile
5110         * src/z80/gen.c (genDummyRead),
5111         * src/mcs51/gen.c (genDummyRead),
5112         * src/ds390/gen.c (genDummyRead),
5113         * src/hc08/gen.c (genDummyRead): handle operands in IC_LEFT and/or IC_RIGHT,
5114         not just IC_RIGHT
5115         * src/SDCCicode.c (geniCodeCall): fixed bug #851607
5116         * src/SDCC.y: fixed bug #850420
5117
5118 2003-12-05 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5119
5120         Applied z80 i/o port patch from Peter Townson and fixed some operators
5121         to better handle operands in A register.
5122         * device/include/z180.h
5123         * src/SDCC.y
5124         * src/SDCCglue.c
5125         * src/z80/gen.c
5126         * src/z80/gen.h
5127         * src/z80/main.c
5128         * src/z80/peeph-z80.def
5129         * src/z80/peeph.def
5130         * src/z80/z80.h
5131
5132 2003-12-03 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5133
5134         * src/SDCCsymt.c (addSymChain, compareTypeExact): fixed bug #838241 again
5135
5136 2003-12-01 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5137
5138         * device/lib/hc08/_mullong.c: Removed extra #endif
5139
5140 2003-12-01 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5141
5142         * sim/ucsim/hc08.src/inst.cc,
5143         * sim/ucsim/hc08.src/hc08mac.h: fixed some problems with CC flag bits and
5144         carries from x to h
5145         * src/hc08/gen.c (aopAdrStr): fixed problem with 16 bit immediate
5146         * src/hc08/gen.c (XAccRsh): fixed problem with right shift
5147         * device/include/stdarg.h: fixed varargs for hc08
5148         * device/lib/Makefile.in,
5149         * device/lib/hc08/Makefile,
5150         * device/lib/hc08/_mulint.c,
5151         * device/lib/hc08/_mullong.c: fixed some endian problems
5152
5153 2003-11-28 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
5154
5155         * sdcc/src/mcs51/gen.c (genMultOneByte): help peephole 105
5156         * sdcc/src/mcs51/peeph.def: added peephole 186.e array access in code space
5157         * device/lib/_gptrget.c,
5158         * device/lib/_gptrput.c: P2 not used any more (related to #850747, #785979)
5159
5160 2003-11-27 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5161
5162         * src/SDCClrange.c (findNextUseSym, rlivePoint): fixed bug #849795
5163         * src/SDCCast.c (astErrors): fixed bug #846007
5164         * src/SDCCsymt.c (checkFunction): fixed follow-up bug on bug #846007
5165
5166 2003-11-26 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5167
5168         * src/SDCCast.c (decorateType): disabled a transformation I added in
5169         revision 1.188 (access to fields of a structure at an absolute address);
5170         it breaks with bitfields, extern declarations, and gcse analysis.
5171         * src/SDCCopt.c (isLocalWithoutDef): if ADDRESS_OF applied to a symbol, it
5172         could be assigned through a pointer, so don't complain.
5173         * src/SDCCast.c (astErrors),
5174         * src/SDCCast.h,
5175         * src/SDCCglue.c (emitRegularMap): fixed bug #847813
5176
5177 2003-11-26 Vangelis Rokas <vrokas AT otenet.gr>
5178
5179         * src/pic16/main.c (_pic16_genIVT): fixed interrupt vector table
5180         * src/pic16/main.c (_pic16_genAssemblerPreamble): re-enabled the
5181         output of __config directives, since gpasm now supports them
5182         * src/pic16/main.c (_pic16_finaliseOptions): define MCU
5183         pre-processor macro, i.e. -DMCU=p18f452
5184         * src/pic16/ralloc.c: renamed packRegisters to pic16_packRegisters,
5185         and modified to handle 'cast' icode similarly to '=' icode
5186         * src/pic16/device.h (typedef struct PIC_device): added field
5187         'extMIface' to indicate that chip has external memory interface
5188         * src/pic16/device.c: added chips 18F248, 18F258, 18F448, 18F458,
5189         18F6520, 18F6620, 18F6680, 18F6720, 18F8520, 18F8620, 18F8680,
5190         18F8720
5191
5192 2003-11-26 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5193
5194         * src/SDCC.y (pointer): fixed bug #846006
5195         * support/Util/SDCCerr.c: made W_PTR_TYPE_INVALID message clearer
5196         * src/SDCCast.c (decorateType): fixed bug #846009
5197         * src/ds390/peeph.def,
5198         * src/ds390/gen.c (genAnd, genOr),
5199         * src/mcs51/peeph.def,
5200         * src/mcs51/gen.c (genAnd, genOr): fixed bug #846777
5201
5202 2003-11-25 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5203
5204         Fixed several common-sub-expression bugs (#772861, #768380, & #755323)
5205         * src/SDCCdflow.c
5206         * src/SDCCcse.c
5207         * src/SDCCcse.h
5208         * src/SDCCBBlock.h
5209         * src/SDCCBBlock.c
5210
5211 2003-11-23 Klaus Flittner <klaus_flittner AT gmx.de>
5212
5213         fixed bug #845089
5214         * src/SDCCbitv.h,
5215         * src/SDCCbitv.c: added function to free a bitvector
5216         * src/SDCClrange.h,
5217         * src/SDCClrange.c: added function to recompute the liveranges
5218         * src/avr/ralloc.c,
5219         * src/ds390/ralloc.c,
5220         * src/hc08/ralloc.c,
5221         * src/mcs51/ralloc.c,
5222         * src/pic/ralloc.c,
5223         * src/pic16/ralloc.c,
5224         * src/xa51/ralloc.c,
5225         * src/z80/ralloc.c: recompute the liveranges after register packing
5226
5227 2003-11-21 Klaus Flittner <klaus_flittner AT gmx.de>
5228
5229         * src/SDCCloop.c (newInduction): fixed bug #845630
5230
5231 2003-11-21 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5232
5233         * src/SDCCsymt.c (compareTypesExact): disabled debugging output
5234         inadvertantly left behind from my 2003-11-12 change
5235
5236 2003-11-20 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5237
5238         Updated headers I neglected to commit yesterday.
5239         * src/SDCClrange.h,
5240         * src/SDCCicode.h
5241
5242 2003-11-19 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5243
5244         * src/SDCCcse.c (algebraicOpts): fixed bug #773153
5245         * src/SDCClrange.c (rlivePoint): need to mark IC_RESULT used if POINTER_SET op
5246         * src/SDCCopt.c (eBBlockFromiCode),
5247         * src/SDCClrange.c (hashiCodeKeys, sequenceiCode, computeLiveRanges): seperated
5248         the creation of the key hash table from the sequencing so it can be used
5249         earlier (for some GCSE bug fixes still pending)
5250
5251 2003-11-15 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
5252
5253         * src/mcs51/gen.c (genPlus): generate shortcut for adding 0xab00
5254         * support/regression/tests/addsub.c: testing genPlus shortcut
5255
5256 2003-11-15  Borut Razem <borut.razem AT siol.net>
5257
5258         * src/SDCCmain.c: fixed bug #841645: -MM command line option passed to sdcpp
5259
5260 2003-11-15 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5261
5262         * src/SDCCcse.c (cseBBlock): fixed bug #527779
5263         * src/SDCCcse.c (deleteGetPointers): rewrote so that the set
5264         ordering is immaterial.
5265         * src/SDCCdflow.c (mergeInExprs): fixed bug #587536
5266
5267 2003-11-14 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5268
5269         * src/SDCCicode.c (geniCodeAddressOf): fixed part of bug #840381
5270         * src/SDCCopt.c (replaceRegEqv, isLocalWithoutDef): fixed other part
5271         (SIGSEV) of bug #840381
5272         * src/SDCCmain.c (linkEdit, assemble): fixed bug #841606 (don't
5273         unlink new file before rename if new and old filenames are the same)
5274
5275 2003-11-13 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
5276
5277         * src/mcs51/main.c: started fixing bug #737001 (SDCC not clearing
5278         uninitialized variables) for the mcs51. Set environment variable
5279         SDCC_GENRAMCLEAR to test.
5280         xdata initialization slightly shorter
5281
5282 2003-11-12 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5283
5284         * src/SDCCsymt.h,
5285         * src/SDCCsymt.c (addSymTypeChain, compareTypesExact): fixed bugs
5286         #838241 & 780691 (basicly the same bug)
5287         * src/SDCCBBlock.c (iCode2eBBlock): fixed bug #840148
5288         * src/SDCCBBlock.c (iCodeFromeBBlock): fixed bug #840162
5289
5290 2003-11-11 Bernhard Held <bernhard AT bernhardheld.de>
5291
5292         * src/SDCCmain.c (linkEdit): "fix" #834252
5293
5294 2003-11-11 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5295
5296         * src/SDCCast.c (removePostIncDecOps, removePreIncDecOps),
5297         * src/SDCCast.h,
5298         * src/SDCC.y: fixed bug #819403
5299
5300 2003-11-08 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5301
5302         * support/regression/fwk/lib/testfwk.c: printn is recursive and thus needs
5303         the reentrant attribute.
5304         * src/hc08/gen.c (genPackBits): added missing stack readjustment
5305         * sim/ucsim/hc08.src/inst.cc (inst_mov): fixed bugs with mov instruction
5306         simulation
5307         * src/SDCCast.c (decorateType): fixed bug with storage class not being
5308         updated during pointer dereference; f.e. ~(((char *)1)*) was being
5309         erroneously reduced to a literal.
5310         * src/hc08/ralloc.c (packRegisters, rematStr),
5311         * src/hc08/gen.c (aopForRemat): allow literals to be rematerialized in
5312         some cases
5313
5314 2003-11-08 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
5315
5316         * src/mcs51/main.c: fixed bug #838385. Thanks to Josef Pavlik for finding and fixing
5317         * doc/sdccman.lyx: changed from 'article' to 'book'
5318         * doc/Makefile: readded test_suite_spec and cdbfileformat
5319
5320 2003-11-08 Bernhard Held <bernhard AT bernhardheld.de>
5321
5322         * device/include/stdlib.h: include malloc.h to comply with ANSI
5323         * support/regression/tests/malloc.c: include stdlib.h instead of malloc.h
5324
5325 2003-11-07 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
5326
5327         * doc/Makefile: sdccman.pdf should build with correct references (more info in commit msg)
5328         * doc/clean.mk: also remove *.out files
5329         * doc/sdccman.lyx: some additions, larger top/bottom margins
5330
5331 2003-11-07 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5332
5333         * src/SDCC.y: fixed bug #837365
5334         * support/regression/tests/bitopcse.c
5335         * src/hc08/gen.c (genPointerGet): Don't assume pointer operand is
5336         a symbol (might be valop instead)
5337         * device/lib/Makefile.in: added errno.c to HC08SOURCES
5338         * device/lib/clean.mk: added hc08 to the cleaning list
5339
5340 2003-11-04  Borut Razem <borut.razem AT siol.net>
5341
5342         * configure, configure.in, sdcc_vc_in.h, sdcconf_in.h: reverted changes,
5343           made 2003-11-04
5344         * support/Util/NewAlloc.c, as/hc08/lklibr.c, as/mcs51/lklibr.c,
5345           as/z80/aslist.c, as/z80/assym.c: removed inclusion of nonstandard malloc.h;
5346           malloc is declared in standard stdlib.h
5347
5348 2003-11-06 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5349
5350         * device/lib/hc08/Makefile: need to clean .rel not .o files
5351         * src/hc08/gen.c (genDjnz): can't use djnz with extended addressing mode
5352
5353 2003-11-06 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5354
5355         * src/port.h,
5356         * src/hc08/main.c,
5357         * src/mcs51/main.c,
5358         * src/ds390/main.c,
5359         * src/z80/main.c,
5360         * src/avr/main.c,
5361         * src/pic/main.c,
5362         * src/pic16/main.c,
5363         * src/xa51/main.c: added hasExtBitOp & oclsExpense functions to ports
5364         * src/SDCCicode.c: changed several IS_FARSPACE tests to isOclsExpensive
5365         tests (which uses the port's oclsExpense function)
5366         * src/SDCC.y,
5367         * src/SDCCast.c,
5368         * src/SDCCicode.c,
5369         * src/hc08/gen.c,
5370         * src/ds390/gen.c,
5371         * src/mcs51/gen.c: added support for the SWAP iCode (RFE #834167)
5372
5373 2003-11-04 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5374
5375         * src/SDCCcse.c (ifxOptimize),
5376         * src/SDCClabel.c (labelIfx, deleteIfx): When the condition to
5377         an IFX iCode is volatile, convert to DUMMY_READ_VOLATILE instead
5378         deleting the IFX iCode.
5379         * src/hc08/ralloc.c: reduced unneeded slocs
5380         * src/hc08/gen.c: fixed bug in asmopToBoolean
5381
5382 2003-11-04  Borut Razem <borut.razem AT siol.net>
5383
5384         * configure, configure.in, sdcc_vc_in.h, sdcconf_in.h,
5385           support/Util/NewAlloc.c, as/hc08/lklibr.c, as/mcs51/lklibr.c,
5386           as/z80/aslist.c, as/z80/assym.c: decision to include malloc.h
5387           transferred to configure
5388
5389 2003-11-03 Bernhard Held <bernhard AT bernhardheld.de>
5390
5391         Use headers defined in the C[++] standards:
5392         * sim/ucsim/gui.src/serio.src/fileio.cc
5393         * sim/ucsim/gui.src/serio.src/frontend.cc
5394         * sim/ucsim/gui.src/serio.src/main.cc
5395         * sim/ucsim/gui.src/serio.src/posix_signal.cc
5396         * support/Util/NewAlloc.c
5397         * as/hc08/lklibr.c
5398         * as/mcs51/lklibr.c
5399         * as/z80/aslist.c
5400         * as/z80/assym.c
5401
5402 2003-11-03  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
5403
5404         * Added MSVC projects for hc08 assembler and linker:
5405         all.dsp, config.dsp, sdcc.dsw, /as/hc08/as_hc08.dsp,
5406         /as/hc08/link_hc08.dsp
5407
5408 2003-11-03 Martin Helmling <Martin.Helmling AT octo-soft.de>
5409
5410         * debugger/mcs51/cmd.c: allows filename starting with digit(+ some debug)
5411
5412 2003-11-02 Bernhard Held <bernhard AT bernhardheld.de>
5413
5414         * src/SDCCmain.c (linkEdit): "fixed" again bug #833605
5415
5416 2003-11-01 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
5417
5418         * src/mcs51/main.c: xdata initialization is 13 bytes shorter now
5419
5420 2003-10-31  Borut Razem <borut.razem AT siol.net>
5421
5422         * support/cpp2/cpplib.h,
5423           support/cpp2/cpplib.c,
5424           support/cpp2/cpplex.c,
5425           support/cpp2/cppinit.c: introduced #pragma preproc_asm [ + | - ]
5426           to switch _asm block preprocessing on / off. Default is
5427           #pragma preproc_asm +
5428
5429 2003-10-31  Borut Razem <borut.razem AT siol.net>
5430
5431         * support/cpp2/cpplex.c: Fixed _WIN32 problem with CR-CR-LF sequences
5432           when outputting comment blocks (when executed with -C option) and
5433           _asm (SDCPP specific) blocks
5434
5435 2003-10-31 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5436
5437         * as/hc08/lkrloc.c (relr): Fixed ihx output, fixed lastAreaIndex warning
5438
5439 2003-10-31 Klaus Flittner <klaus_flittner AT gmx.de>
5440
5441         * src/SDCCcse.c (updateSpillLocation): fixed bug #808027
5442
5443 2003-10-31 Bernhard Held <bernhard AT bernhardheld.de>
5444
5445         * src/SDCCmain.c (linkEdit): "fixed" bug #833605
5446         * src/SDCCast.c (decorateType): fixed bug #832664
5447
5448 2003-10-31  Borut Razem <borut.razem AT siol.net>
5449
5450         * support\cpp2\cpplex.c: fixed for SDCPP:
5451           comments(when executed with -C option) and _asm blocks
5452           were included even if they where in skipped #if block.
5453           Applied solution from GCC cpp 3.3.2
5454
5455 2003-10-31  Borut Razem <borut.razem AT siol.net>
5456
5457         * src/SDCC.lex: sdcc now understands both formats:
5458           '# <line_number> <file_name>' and
5459           '#line <line_number> <file_name>'
5460         * support/cpp2/cppmain.c: sdcpp now generates the standard
5461           '# <line_number> <file_name>' instead of former
5462           '#line <line_number> <file_name>'
5463
5464 2003-10-30  Borut Razem <borut.razem AT siol.net>
5465
5466         * support/cpp2/cpphash.h,
5467         * support/cpp2/cpplib.h
5468         * support/cpp2/cpplex.c,
5469         * support/cpp2/cppmain.c,
5470         * support/cpp2/cppinit.c: fixed bug #828015 - Syntax variation for _asm character constants
5471
5472 2003-10-30 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5473
5474         Fixed a number of problems revealed by bug #827883.
5475         * src/SDCCloop.c (loopInvariants): Spill location of the
5476         result operand should be recomputed if extracted from
5477         a loop. Also, don't extract assignments of an iTemp
5478         from a literal.
5479         * src/SDCCast.c (isConformingBody): loop reversal should
5480         not occur if the control variable is involved with a
5481         relational operator.
5482
5483 2003-10-28 Bernhard Held <bernhard AT bernhardheld.de>
5484
5485         * .version: bumped to 2.3.6 to reflect the big improvements
5486         made by Erik and Klaus. Thanks!
5487
5488 2003-10-28 Klaus Flittner <klaus_flittner AT gmx.de>
5489
5490         Replaced the livrange code.
5491         * src/SDCClrange.c: added new LR code
5492         * src/SDCCloop.c,
5493         * src/SDCCBBlock.h: removed remainig parts from old LR code
5494         * src/ds390/ralloc.c,
5495         * src/ds390/gen.c: minor fixes to make it work with new code
5496
5497 2003-10-28 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5498
5499         * as/hc08/asm.h,
5500         * as/hc08/lkrloc.c,
5501         * src/hc08/gen.c,
5502         * src/hc08/ralloc.c: Fix various warnings related to the hc08
5503         * src/SDCCicode.c (geniCodePreInc, geniCodePreDec): Fixed bug #829717
5504         (tweaked fix for bug #818696)
5505
5506 2003-10-23 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5507
5508         * src/z80/ralloc.c (joinPushes): Fixed bug #828742
5509
5510 2003-10-23 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5511
5512         * src/SDCCmain.c,
5513         * sdccconf_in.h: Fixed bug #828387 (--disable-hc08-port didn't work)
5514         * src/mcs51/gen.c (gencjneshort),
5515         * src/ds390/gen.c (gencjneshort): Made comparison with AOP_IMMD operand
5516         more efficient (per Scott Bronson's suggestion)
5517
5518 2003-10-22 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5519
5520         Extended the semantics of the critical keyword to include
5521         individual statements. See RFE #827755 and #799831
5522         * src/SDCC.y
5523         * src/SDCCicode.c
5524         * src/SDCCopt.c
5525         * src/SDCCast.c
5526         * support/Util/SDCCerr.c
5527         * support/Util/SDCCerr.h
5528         * src/mcs51/gen.c
5529         * src/ds390/gen.c
5530         * src/hc08/gen.c
5531
5532 2003-10-19  Borut Razem <borut.razem AT siol.net>
5533
5534         * src/SDCC.lex: fixed bug #825944 - defined yytext_ptr to make it compile with flex 2.5.31
5535
5536 2003-10-19 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5537
5538         * src/SDCCicode.c (geniCodePreInc, geniCodePreDec, ast2iCode):
5539         Fixed bug #818696
5540         * src/SDCCast.c (ast_print): Fixed --dumptree so that preincrement
5541         and predecrement operand is displayed
5542
5543 2003-10-13 Bernhard Held <bernhard AT bernhardheld.de>
5544
5545         * src/SDCCval.c (valMinus): fixed bug #826041
5546
5547 2003-10-15 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5548
5549         Some hc08 related updates that I missed earlier
5550         * sim/ucsim/stypes.h
5551         * support/regression/ports/hc08/spec.mk
5552
5553 2003-10-15 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5554
5555         New target "hc08" for the Motorola 68hc08 family of micros
5556
5557         * configure
5558         * configure.in
5559         * Makefile
5560         * src/hc08/*
5561         * src/SDCCmain.c
5562         * src/port.h
5563         * sim/ucsim/hc08.src/*
5564         * sim/ucsim/configure.in
5565         * src/ucsim/configure
5566         * sim/ucsim/packages_in.mk
5567         * as/hc08/*
5568         * as/Makefile
5569         * device/include/mc68hc908qy.h
5570         * device/lib/hc08/*
5571         * device/lib/Makefile.in
5572         * support/regression/ports/hc08/*
5573         * support/regression/Makefile
5574
5575 2003-10-14 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5576
5577         * src/z80/gen.c: fixed bug revealed by ast_constant_folding.c
5578         regression test
5579         * src/ds390/gen.c (genCast): fixed bug #821957
5580
5581 2003-10-13 Bernhard Held <bernhard AT bernhardheld.de>
5582
5583         * device/lib/logf.c: "fixed" overlay bug
5584         * support/regression/ports/host/spec.mk: added m library
5585         * support/regression/ports/mcs51-stack-auto/spec.mk: added float funcs
5586         * support/regression/tests/float_trans: added (for Eric)
5587
5588 2003-10-12 Bernhard Held <bernhard AT bernhardheld.de>
5589
5590         * src/mcs51/gen.c (genCpl): fixed bug
5591         http://sf.net/mailarchive/message.php?msg_id=6263915
5592
5593 2003-10-10 Bernhard Held <bernhard AT bernhardheld.de>
5594
5595         * src/SDCCast.c (decorateType): added extended constant folding
5596         * src/SDCCsymt.c (computeType): cleanup
5597         * src/SDCCval.c (valShift): minor optimization
5598         * support/regression/tests/ast_constant_folding.c: added
5599
5600 2003-10-09  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5601
5602         * src/SDCCmain.c: removed some unintended changes
5603
5604 2003-10-09  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5605
5606         * src/SDCCmain.c (setParseWithComma): fixed bug #816685
5607         * src/z80/gen.c: fixed part of bug #817589
5608         * src/SDCCsymt.c (checkFunction): fixed bug #817895
5609
5610 2003-10-08 Bernhard Held <bernhard AT bernhardheld.de>
5611
5612         Replaced cast (void **) with (void *) to avoid gcc 3 warning:
5613         * src/SDCCcflow.c
5614         * src/SDCCcse.c
5615         * src/SDCCdflow.c
5616         * src/SDCClabel.c
5617         * src/SDCClrange.c
5618         * src/SDCCmem.c
5619         * src/SDCCopt.c
5620         * src/SDCCpeeph.c
5621         * src/SDCCset.c
5622         * src/avr/ralloc.c
5623         * src/ds390/ralloc.c
5624         * src/izt/ralloc.c
5625         * src/mcs51/ralloc.c
5626         * src/pic/ralloc.c
5627         * src/pic16/ralloc.c
5628         * src/xa51/ralloc.c
5629         * src/z80/ralloc.c
5630         * src/z80/gen.c: removed unused label "release:"
5631
5632 2003-10-06  Borut Razem <borut.razem AT siol.net>
5633
5634         * src/SDCC.lex: removed definition of unused variables
5635           save_optimize and save_options
5636
5637 2003-10-06 Bernhard Held <bernhard AT bernhardheld.de>
5638
5639         * clean.mk: removed '=' in "-maxdepth=1"
5640         * src/SDCCloop.c: replace LRKLAUS with SDCC_LRKLAUS
5641         * src/SDCClrange.c: replace LRKLAUS with SDCC_LRKLAUS
5642
5643 2003-10-06  Borut Razem <borut.razem AT siol.net>
5644
5645         * src/SDCC.lex, src/SDCC.lex: use dbuf for "_asm" definitions;
5646           my_unput() replaced by unput()
5647
5648 2003-10-05 Bernhard Held <bernhard AT bernhardheld.de>
5649
5650         * src/SDCCloop.c (assignmentsToSym, loopInduction): cast argument of
5651         setToNull() to (void *) to avoid gcc3.x's warning: "dereferencing
5652         type-punned pointer will break strict-aliasing rules"
5653         Old LR behaviour is again default; Klaus' LR can be choosen by
5654         defining the environment variable LRKLAUS
5655         * src/SDCCBBlock.h
5656         * src/SDCCloop.c
5657         * src/SDCClrange.c
5658         * src/ds390/ralloc.c (spillThis): applied Klaus' patch
5659         * clean.mk: fixed removal of files in bin/CVS/
5660         * device/lib/clean.mk: fixed removal of directories small and large
5661         * support/Util/SDCCerr.c: changed W_INT_OVL to ERROR_LEVEL_PEDANTIC
5662         * src/SDCCicode.c,
5663         * src/SDCCval.c: removed superflous test for pedantic
5664
5665 2003-10-05  Borut Razem <borut.razem AT siol.net>
5666
5667         * src/SDCC.lex, support/Util/SDCCerr.c, sdcc/support/Util/SDCCerr.h:
5668           Fixed bug #816692: introduced new ERROR_LEVEL_PEDANTIC warning
5669           message "unmatched #pragma SAVE and #pragma RESTORE"
5670
5671 2003-10-04  Frieder Ferlemann <Frieder.Ferlemann AT web.de>
5672
5673         * doc/sdccman.lyx: various additions and updates (interrupts, inline
5674           assembly, critical functions, atomic, nojtbound)
5675
5676 2003-10-04 Bernhard Held <bernhard AT bernhardheld.de>
5677
5678         Applied liferange patch from Klaus Flittner <klaus_flittner AT gmx.de>
5679         * src/SDCCBBlock.h
5680         * src/SDCCloop.c
5681         * src/SDCCloop.h
5682         * src/SDCClrange.c
5683
5684 2003-10-03  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5685
5686         * src/z80/gen.h,
5687         * src/z80/gen.c (aopOp, aopGet, aopPut, genDummyRead),
5688         * src/mcs51/gen.h
5689         * src/mcs51/gen.c (aopOp, aopGet, aopPut, genDummyRead),
5690         * src/ds390/gen.h
5691         * src/ds390/gen.c (aopOp, aopGet, aopPut, genDummyRead),
5692         * src/SDCCicode.c (ast2iCode, geniCodeDummyRead): Fixed bug #663539
5693         * src/SDCCopt.c (killDeadCode): Fixed bugs #663539 & #816705
5694
5695 2003-10-02  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5696
5697         * src/z80/gen.c (genRet): fixed bug #524753
5698         * src/z80/gen.c (genCast): fixed internal error on cast from
5699         pointer to long
5700         * src/z80/gen.c (_saveRegsForCall, emitCall): adapted Johan's
5701         fix for bug #477835 to the z80
5702         * src/z80/gen.c (genZ80code, _vemit2, _emit2): added support
5703         for tracking iCodes in the peephole optimizer for z80
5704
5705 2003-10-01  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5706
5707         * src/SDCCicode.c (geniCodeJumpTable, geniCodeSwitch): fixed
5708         the other part of bug #814548
5709         * src/SDCCpeeph.c (labelInRange): fixed bug #814558
5710
5711 2003-09-30  Bernhard Held <bernhard AT bernhardheld.de>
5712
5713         * src/SDCCcse.c: fixed part of bug #814548
5714
5715 2003-09-28  Borut Razem <borut.razem AT siol.net>
5716
5717         * src/asm.c: rewrite of printILine() to use temporary file instead
5718           a pipe
5719         * src/xa51/main.c: commented out declaration of int rewinds
5720
5721 2003-09-27  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5722
5723         * src/SDCCicode.c (geniCodeJumpTable): Fixed bug #813206
5724
5725 2003-09-26  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5726
5727         * src/SDCCdflow.c (computeDataFlow): Fixed bug #810746
5728         * src/asm.c (printILine): Fixed bug #811015
5729
5730 2003-09-22  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
5731
5732         *link/z80/lklibr.c, as/mcs51/lklibr.c: Improved memory allocation and
5733         freeing.
5734
5735 2003-09-21  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5736
5737         * src/z80/gen.c (setupToPreserveCarry): Fixed bug #796955
5738         * src/z80/gen.c (setupPair, genMovePairPair): Fixed setupPair
5739         to correctly handle general case of AOP_PAIRPTR
5740         * src/z80/gen.c (aopGet, aopPut): Generalized AOP_PAIRPTR handling
5741
5742 2003-09-21  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5743
5744         * src/mcs51/ralloc.c (fillGaps),
5745         * src/ds390/ralloc.c (fillGaps): fixed bug #810093 (yet another
5746         register positioning bug)
5747
5748 2003-09-21  Bernhard Held <bernhard AT bernhardheld.de>
5749
5750         * device/lib/_fsdiv.c: replaced (1<<31) by (1ul<<31)
5751
5752 2003-09-19  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5753
5754         * src/mcs51/gen.c (loadDptrFromOperand, genFarPointerGet,
5755         genCodePointerGet, genGenPointerGet, genFarPointerSet,
5756         genGenPointerSet): handle AOP_DPTR correctly when loading dptr
5757         (ralloc doesn't intentionally do this now, but perhaps later)
5758         * src/mcs51/ralloc.c (serialRegAssign, fillGaps),
5759         * src/ds390/ralloc.c (serialRegAssign, fillGaps): fixed some
5760         register positioning bugs (Fixed bug #762602 and #795325)
5761         * src/SDCCicode.c (geniCodeDerefPtr): Track output class correctly
5762         (Fixed bug #808779)
5763         * src/z80/gen.c: increased _vemit2's buffer[] to handle long
5764         lines that --i-code-in-asm generates
5765
5766 2003-09-18  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
5767
5768         *link/z80/lklibr.c, as/mcs51/lklibr.c: Fixed Linux segfaults when
5769         trying to fclose a FILE* that was already closed.
5770
5771 2003-09-18  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5772
5773         * src/SDCCsymt.c (structElemType): fixed bug #808291 (members
5774         of const struct should be treated as if const themselves)
5775
5776 2003-09-18  Bernhard Held <bernhard AT bernhardheld.de>
5777
5778         * src/SDCCval.c (valPlus, valMinus): fixed bug #808337
5779
5780 2003-07-06  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
5781
5782         * support/librarian/sdcclib.c: Generate correct offsets for libraries with
5783         Unix (/n) and DOS (/r/n) line terminations.
5784
5785 2003-09-17  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5786
5787         * src/SDCCopt.c (cnvFromFloatCast, cnvToFloatCast): fixed
5788         bug #613775
5789
5790 2003-09-16  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5791
5792         * src/mcs51/gen.c (genFunction, genEndFunction),
5793         * src/ds390/gen.c (genFunction, genEndFunction): Moved save
5794         and restore of EA so that stack offsets to parameters are
5795         correct when using both critical and reentrant/stack-auto.
5796         * src/z80/gen.c (aopOp): removed erroneous assertion about sloc
5797         size (can be triggered in error if sloc is shared between
5798         different sized objects)
5799         * device/include/float.h: fixed macros to explicitly use
5800         unsigned long where needed
5801
5802 2003-09-15  Bernhard Held <bernhard AT bernhardheld.de>
5803
5804         Feature req. 799831: added code to allow nesting of critical functions
5805         * src/mcs51/gen.c (genFunction, genEndFunction)
5806         * src/ds390/gen.c (genFunction, genEndFunction)
5807
5808 2003-09-14  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5809
5810         * src/SDCCsymt.c (sclsFromPtr),
5811         * src/SDCCsymt.h,
5812         * src/SDCCast.c (decorateType): fixed bug #462971. Also, better
5813         support for standard C idiom of memory mapped variables; for
5814         example, *((xdata int*)0x1234) = 1 is now internally equivalent
5815         to xdata int at 0x1234 tempvar = 1.
5816         * sim/ucsim/z80.src/inst_xd.cc: fixed bug #805483 with patch
5817         provided by Akiya ISHIDA
5818
5819 2003-09-13  Bernhard Held <bernhard AT bernhardheld.de>
5820
5821         * src/SDCCval.c (cheapestVal): reenabled to reduce int to char
5822         * src/SDCCval.c (constVal): added reduction from int to char
5823         * src/SDCCval.c (valMult, valDiv): fixed sign handling
5824         * src/SDCCval.c (valShift): fixed after change of cheapestVal()
5825         * src/SDCCval.c (valCompare): fixed EQ_OP and NE_OP; they have
5826         to ignore the sign
5827         * support/regression/tests/shifts.c: fixed
5828
5829 2003-09-13  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5830
5831         * src/z80/gen.c (genXor): Fixed bug #805445
5832
5833 2003-09-12  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5834
5835         Fixed bug #621531 (const & volatile confusion in the type chain).
5836         DCL_PTR_CONST, DCL_PTR_VOLATILE, & IS_PTR_CONST now exclusively
5837         refer to the const or volatile state of the pointer itself.
5838
5839         * src/SDCCast.c
5840         * src/SDCCglue.c
5841         * src/SDCCicode.c
5842         * src/SDCCsymt.c
5843         * src/SDCCval.c
5844         * src/SDCC.y
5845         * src/SDCCsymt.h
5846         * src/pic/gen.c
5847         * src/pic/ralloc.c
5848         * src/pic16/gen.c
5849         * src/pic16/ralloc.c
5850         * support/regression/tests/const.c
5851
5852 2003-09-10  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
5853
5854         When checking for duplicated modules, use absolute paths
5855         instead of relative paths.  Files changed:
5856
5857         * as/mcs51/lklib.c
5858         * link/z80/lklib.c
5859
5860 2003-09-09  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5861
5862         * src/SDCCicode.c (geniCodeLogic): fixed bug #797572
5863
5864 2003-09-07  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5865
5866         * device/include/string.h: added size_t typedef, changed
5867         prototypes to use size_t, eliminated separate reentrant and
5868         non-reentrant declarations, added _memmove declaration
5869         * device/lib/_memcpy.c: changed to use size_t instead of int,
5870         changed /4 to >>2 to avoid division library call
5871         * device/lib/_memcmp.c,
5872         * device/lib/_memset.c,
5873         * device/lib/_strncat.c,
5874         * device/lib/_strncpy.c,
5875         * device/lib/_strncmp.c: changed to use size_t instead of int
5876         * device/lib/_memmove.c: new file (fixed bug #772294)
5877         * device/lib/Makefile.in: added _memmove.c
5878         * device/lib/z80/asm_strings.s: fixed bug #772290
5879         * support/regression/tests/bitfields.c: attempt to fix host assertion
5880         failure on amd64-unknown-linux2.2
5881
5882 2003-09-06  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5883
5884         * src/z80/gen.c (aopPut, spillPairReg): fixed bug #800998
5885         * src/z80/gen.c (genFunction, genEndFunction): fixed "bug" #774700
5886         * as/z80/asmain.c (main): fixed bug #801766
5887
5888 2003-09-06  Bernhard Held <bernhard AT bernhardheld.de>
5889
5890         * src/SDCCicode.c (ast2iCode): fixed differences in iCode with different
5891         compilers
5892
5893 2003-09-05  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5894
5895         * src/SDCCast.c (isConformingBody): fixed loop reversal bug
5896         reported in bug #800609
5897
5898 2003-09-04  Vangelis Rokas <vrokas AT otenet.gr>
5899
5900         * Top header beautifications in src/pic16 directory:
5901           device.c, device.h, gen.c, gen.h, genarith.c, glue.c, pcode.c,
5902           pcodeflow.c, pcodeflow.h, pcode.h, pcodepeep.c, pcoderegs.c,
5903           pcoderegs.h, ralloc.c, ralloc.h
5904         * main.c: added top header and GPL license notice
5905         * pcode.c: fixed the if-conditional warning
5906
5907 2003-09-04  Bernhard Held <bernhard AT bernhardheld.de>
5908
5909         * device/lib/_mullong.c: replaced int by short for gcc
5910
5911 2003-08-31  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5912
5913         * src/SDCCpeeph.c (notVolatile, notVolatileVariable): handle IFX
5914         and JUMPTABLE iCodes properly now (worked by accident before)
5915         * src/mcs51/gen.c (leftRightUseAcc),
5916         * src/ds390/gen.c (leftRightUseAcc): handle IFX and JUMPTABLE
5917         iCode properly now. Use getSize instead of nRegs since a & b
5918         aren't part of the nRegs tally.
5919
5920 2003-08-31  Vangelis Rokas <vrokas AT otenet.gr>
5921
5922         * src/pic16/main.c: corrected offsets of interrupt vectors in _pic16_genIVT()
5923         * src/pic16/pcode.c: fix to disable inserting BANKSEL directive
5924           before instructions that use the _STATUS register
5925
5926 2003-08-31  Bernhard Held <bernhard AT bernhardheld.de>
5927
5928         * src/mcs51/gen.c (freeAsmop): fixed off by one in stack offset (AOP_STK)
5929         * src/mcs51/gen.c (genNearPointerSet): added missing opcode for
5930         fetching of the pointer
5931         * src/mcs51/gen.c (genNearPointerGet): added reuse of PREG,
5932         copied from genNearPointerSet()
5933         * src/mcs51/gen.c (genNearPointerGet): don't pop r0/r1, if RESULTONSTACK
5934         * src/mcs51/gen.c: changed order of freeAsmop(left/right/result)-calls.
5935         If they pop r0/r1 they must be called in the opposite order than aopOp().
5936         * device/lib/_mullong.c: fixed for "--model-large --int-long-reent"
5937         (resp. --stack-auto), prepared for --xstack
5938
5939 2003-08-28  Frieder Ferlemann <Frieder.Ferlemann AT web.de>
5940
5941         * doc/sdccman.lyx: reverted tables to those in cvs 1.64
5942
5943 2003-08-28  Bernhard Held <bernhard AT bernhardheld.de>
5944
5945         * device/lib/_startup.c: quick & dirty fix for ds390/ds400;
5946         these ports have their own __sdcc_external_start()
5947
5948 2003-08-26  Bernhard Held <bernhard AT bernhardheld.de>
5949
5950         pic patch provided by Slade Rich <slade_rich AT yahoo.com>
5951         * src/pic/glue.c (pic14printPublics): fixed bug introduced when symbol
5952         type for bits was changed. It resulted in bit variables becoming
5953         global, which is not permitted in PIC 14 assembly output.
5954
5955 2003-08-23  Frieder Ferlemann <Frieder.Ferlemann AT web.de>
5956
5957         * doc/sdccman.lyx: various additions and updates. Rearranged sections
5958
5959 2003-08-22  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
5960
5961         Z80 and MCS51 linkers complaint if a public symbol is defined
5962         in more than one library module:
5963
5964         * as/mcs51/lklib.c
5965         * link/z80/lklib.c
5966         * as/mcs51/Makefile.in
5967
5968 2003-08-22  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5969
5970         A few small changes that speed up the peephole optimizer.
5971
5972         * src/SDCCpeeph.c
5973
5974 2003-08-22  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5975
5976         Try to make the peephole optimizer smarter by maintaining
5977         an association between the assembly source code and the
5978         iCodes that originated them. Put this information to use
5979         with a new peephole rule condition "notVolatile" so that
5980         the rules can be aggressive yet still safe.
5981
5982         * src/SDCCpeeph.c
5983         * src/SDCCpeeph.h
5984         * src/mcs51/gen.c
5985         * src/mcs51/peeph.def
5986
5987 2003-08-20  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5988
5989         Fixed bug #741761
5990
5991         * src/mcs51/gen.c (aopForSym, leftRightUseAcc),
5992         * src/ds390/gen.c (aopForSym, leftRightUseAcc): preserve A and B
5993         if the left or right operand symbols have the accuse flag set.
5994
5995 2003-08-20  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5996
5997         Changed the type of the result of the ! (NOT) operator to char;
5998         previously it returned the same type as the source. This allows
5999         us to eliminate all the genFloatNot functions (all of its target
6000         implementations were very buggy) since !float can use the same
6001         code as !long now.
6002
6003         * src/SDCCicode.c (ast2iCode): ! returns char
6004         * src/mcs51/gen.c (genNot, genNotFloat),
6005         * src/ds390/gen.c (genNot, genNotFloat),
6006         * src/z80/gen.c (genNot, genNotFloat),
6007         * src/pic/gen.c (genNot, genNotFloat),
6008         * src/pic16/gen.c (genNot, genNotFloat): eliminated genNotFloat
6009
6010 2003-08-19  Bernhard Held <bernhard AT bernhardheld.de>
6011
6012         pic patch provided by Slade Rich <slade_rich AT yahoo.com>
6013         1. Interrupt would not compile properly. Ensure PCLATH register is saved
6014            during interrupts. Ensure WSAVE is located at a shared bank address.
6015         2. Fixed page selection in some places
6016         3. Fixed BTFSS/C to where necessary use registers directly and not simply
6017            the registers name strings.
6018         4. Fixed "signed / unsigned compare" compiler warnings.
6019         5. The PIC port manages its own allocation of the general purpose
6020            registers, but makes no attempt to reuse them. As a result when
6021            compiling it soon runs out of general purpose registers. Some
6022            additional code was added to the files pcode.c and device.c to walk
6023            through the function call tree and rename the registers so that they
6024            get reused.
6025
6026         * src/pic/device.c
6027         * src/pic/gen.c
6028         * src/pic/glue.c
6029         * src/pic/pcode.c
6030         * src/pic/pcode.h
6031         * src/pic/ralloc.c
6032         * src/pic/ralloc.h
6033         * src/pic/genarith.c: Fixed problems with PIC 14 port in functions
6034         genPlus() & genMinus() when the result is the same as left or right
6035
6036 2003-08-18  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6037
6038         * src/z80/gen.c (isUnsplitable, fetchPairLong): fixed bug #770454
6039
6040 2003-08-18  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6041
6042         Made bitfield a distinct type from bit so that bitfields
6043         convert as per ANSI C and bits retain their traditional
6044         boolean style behaviour. Implemented bitfield support in
6045         the z80 port.
6046
6047         * src/SDCCsymt.h,
6048         * src/SDCCsymt.c,
6049         * src/SDCCast.c,
6050         * src/cdbFile.c,
6051         * src/mcs51/gen.c,
6052         * src/ds390/gen.c: bit v bitfield split
6053         * src/z80/gen.c: New support for bitfields
6054         * support/regression/tests/bitfields.c: reenabled z80,
6055         added more tests
6056
6057 2003-08-17  Frieder Ferlemann <Frieder.Ferlemann AT web.de>
6058
6059         Rules 246.x, 247.x relate to bitfields, the others speed up
6060         access to xdata mapped I/O devices.
6061
6062         * src/mcs51/peeph.def: added 26 peepholes 246.x - 248.x, 180.x
6063
6064 2003-08-16  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6065
6066         Cleaned up genPackBits and genUnpackBits and added two helper
6067         functions, emitPtrByteGet & emitPtrByteSet. Added optimizations
6068         for literal assignments in genPackBits (thanks to Frieder for
6069         reminding me).
6070
6071         * src/mcs51/gen.c
6072         * src/ds390/gen.c
6073
6074 2003-08-16  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6075
6076         Fixed bug #748310 (pointer to function type mishandled when the
6077         function name is omitted). Also fixed a SIGSEGV when a function
6078         attribute (reentrant, etc) is used on a non-function or on a
6079         function but misplaced before the parameter list.
6080
6081         * src/SDCC.y (abstract_declarator, abstract_declaractor2): fixed
6082         bug #748310
6083         * src/SDCC.y (declarator2_function_attributes): avoided SIGSEGV
6084         * support/Util/SDCCerr.h,
6085         * support/Util/SDCCerr.c: Added func attr misuse error msg
6086
6087 2003-08-13  Bernhard Held <bernhard AT bernhardheld.de>
6088
6089         Fixed bug #787649 by anonymous
6090         * src/SDCCglue.c (emitRegularMap): added emission of sloc for func ptr
6091         * src/ds390/gen.c (aopForSym): fixed func ptr in sloc
6092
6093 2003-08-14  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6094
6095         Fixed numerous bitfield problems.
6096
6097         * src/SDCC.y: More bitfield related error checking
6098         * src/SDCCsymt.h,
6099         * src/SDCCsymt.c (compStructSize): fixed bitfield offset calc
6100         * support/Util/SDCCerr.h,
6101         * support/Util/SDCCerr.c: Added & edited some bitfield err msgs
6102         * src/mcs51/gen.c (genPackBits, genUnpackBits): fixed mask bugs
6103         * src/ds390/gen.c (genPackBits, genUnpackBits): fixed mask bugs
6104         * support/regression/tests/bitfields.c: tests added
6105
6106 2003-08-13  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6107
6108         Made the constant following the "interrupt" keyword optional. If
6109         omitted, the function will not automatically be given an entry
6110         in the interrupt vector table (similar to #pragma NOIV, but
6111         less syntacticly kludgy). The interrupt number is also now
6112         range checked. Also fixed a bug in the high order bit example
6113         in the manual.
6114
6115         * src/SDCC.y
6116         * src/SDCCmem.c
6117         * src/SDCCglue.c
6118         * src/SDCCsymt.h
6119         * support/Util/SDCCerr.c
6120         * support/Util/SDCCerr.h
6121         * doc/sdccman.lyx
6122
6123 2003-08-13  Bernhard Held <bernhard AT bernhardheld.de>
6124
6125         * src/SDCCcse.c (algebraicOpts): fix bug converting op from value to type
6126         * src/SDCCicode.c (operandOperation): rewritten some ops
6127         (*, ==, unary_minus) to fix possible overflows and to accord with ANSI
6128         * src/SDCCsymt.c (computeType): literals are handled the same way as any
6129         other type
6130         * src/SDCCval.c (cheapestVal): removed, it doesn't accord with ANSI (can
6131         be re-activated by defining REDUCE_LITERALS)
6132         * src/SDCCval.c (constVal): fixed; hex and octal constants can be
6133         unsigned, but are signed by default
6134         * src/SDCCval.c (constVal): rearranged
6135         * src/SDCCval.c (valMod): preliminary fix
6136         * src/SDCCval.c (valCastLiteral): use TYPE_* types
6137         * support/regression/literalop.c: added, work in progress
6138
6139 2003-08-12  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6140
6141         Generate warnings for useless declarations like "char data;"
6142         that don't do what new users expect.
6143
6144         * src/SDCC.y
6145         * support/Util/SDCCerr.h
6146         * support/Util/SDCCerr.c
6147
6148 2003-08-09  Bernhard Held <bernhard AT bernhardheld.de>
6149
6150         * src/SDCCval.c (valMult): fix overflow detection of negative int
6151
6152 2003-08-07  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6153
6154         * src/z80/ralloc.c (joinPushes): made compatible with new signedness
6155
6156         Changes to support big endian targets:
6157
6158         * src/ports.h
6159         * src/SDCCglue.c
6160         * src/avr/main.c
6161         * src/ds390/main.c
6162         * src/izt/i186.c
6163         * src/mcs51/main.c
6164         * src/pic/main.c
6165         * src/pic16/main.c
6166         * src/xa51/main.c
6167         * src/z80/main.c
6168
6169 2003-08-06  Bernhard Held <bernhard AT bernhardheld.de>
6170
6171         * src/SDCCval.c (cheapestVal): changed behaviour to the same as constVal()
6172         * device/lib/time.c: fixed warning "integer overflow in expression"
6173
6174 2003-08-05  Bernhard Held <bernhard AT bernhardheld.de>
6175
6176         * src/SDCCval.c (cheapestVal, valueFromLit): use TYPE_* types
6177         * src/SDCCval.c (constVal): changed default to signed; hex and octal
6178         constants are unsigned; added recognition of "u" flag for unsigned
6179         * src/SDCCval.c (valMult): fixed signdness, added warning for overflow
6180         * src/SDCCval.c (valDiv, valMod): fixed signdness
6181         * src/SDCCicode.c (operandOperation): fixed critical typo; fixed
6182         signedness of modulo, left and right shift
6183         * support/Util/SDCCerr.c: added warning "integer overflow in expression"
6184         * support/Util/SDCCerr.h: added warning W_INT_OVL
6185         * src/SDCCast.c (decorateType): fixed gcc3.3 warning
6186         * src/SDCCast.c (ast_print): improved output of constants
6187
6188 2003-08-04  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
6189
6190         Fixed some warnings when building with MSVC:
6191
6192         * as\mcs51\asdata.c
6193         * as\z80\asdata.c
6194         * as\mcs51\asm.h
6195         * as\z80\asm.h
6196         * link\z80\aslink.h
6197         * link\z80\lkdata.c
6198         * link\z80\lkeval.c
6199         * link\z80\lkgb.c
6200         * link\z80\lkihx.c
6201         * link\z80\lks19.c
6202         * link\z80\lksym.c
6203         * support\cpp2\cpplib.c
6204         * src\ds390\gen.c
6205         * src\mcs51\gen.c
6206
6207 2003-08-03  Bernhard Held <bernhard AT bernhardheld.de>
6208
6209         * src/SDCCast.c (constExprTree): fix bug #781827 by Carl Worth <cworth AT isi.edu>
6210
6211 2003-08-01  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
6212
6213         * support\librarian\clean.mk: Do not remove Makefile.
6214         * support\librarian\Makefile: added.
6215
6216 2003-08-01  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
6217
6218         Added librarian to MSVC build:
6219         * all.dsp
6220         * sdcc.dsw
6221         * support\librarian\librarian.dsp
6222
6223         'configure' not needed for librarian, removed:
6224         * support\librarian\configure
6225         * support\librarian\configure.in
6226         * support\librarian\config_in.h
6227         * support\librarian\Makefile.in
6228
6229         Hopefully these ones built the librarian and the rest of sdcc properly:
6230         * Makefile
6231         * Makefile.common.in
6232
6233         Messed up 'configure', so revert to previous version:
6234         * configure
6235         * configure.in
6236
6237 2003-07-31  Bernhard Held <bernhard AT bernhardheld.de>
6238
6239         * src/SDCCicode.c (operandOperation): 3. fix, this time for Alpha; ULONG has 64 bits
6240         there, while the mantissa of a double is "only" 53 bits wide.
6241
6242 2003-07-31  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
6243
6244         Adding sdcclib to the build.  MSVC project coming soon.
6245         Files added/changed:
6246
6247         * support\librarian\clean.mk
6248         * support\librarian\configure
6249         * support\librarian\configure.in
6250         * support\librarian\config_in.h
6251         * support\librarian\Makefile.bcc
6252         * support\librarian\Makefile.in
6253         * support\librarian\sdcclib.c
6254         * Makefile.bcc
6255         * Makefile
6256         * Makefile.common.in
6257         * configure
6258         * configure.in
6259
6260 2003-07-29  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
6261
6262         Linker now complaints if linked modules have conflicting options, for
6263         example, one compiled using --model-large and another one compiled with
6264         --model-small.  The following files were modified:
6265
6266         * as\mcs51\asdata.c
6267         * as\mcs51\aslink.h
6268         * as\mcs51\asm.h
6269         * as\mcs51\asmain.c
6270         * as\mcs51\asout.c
6271         * as\mcs51\i51pst.c
6272         * as\mcs51\lkdata.c
6273         * as\mcs51\lklibr.c
6274         * as\mcs51\lkmain.c
6275         * as\z80\asdata.c
6276         * as\z80\asm.h
6277         * as\z80\asmain.c
6278         * as\z80\asout.c
6279         * as\z80\z80pst.c
6280         * link\z80\aslink.h
6281         * link\z80\lkdata.c
6282         * link\z80\lklibr.c
6283         * link\z80\lkmain.c
6284         * src\SDCCglue.c
6285
6286 2003-07-28  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
6287
6288         *link/z80/aslink.h, link/z80/lklibr.c, as/mcs51/aslink.h,
6289         as/mcs51/lklibr.c: Generate a warning when a library is not found.
6290
6291 2003-07-28  Bernhard Held <bernhard AT bernhardheld.de>
6292
6293         * src/z80/mappings.i: fix _mul[us][int,long] entries
6294
6295 2003-07-26  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
6296
6297         *src/SDCCmain.c: do not search for crt0.o when using --nostdlib
6298
6299 2003-07-24  Bernhard Held <bernhard AT bernhardheld.de>
6300
6301         * src/SDCCicode.c (operandOperation): really fixed problem with bitops
6302         * support/regression/tests/bitopcse.c: added
6303         fixed warning:
6304         * src/avr/gen.c:
6305         * src/pic/gen.c:
6306         * src/pic16/gen.c:
6307         * src/z80/gen.c:
6308         * src/xa51/gen.c:
6309
6310 2003-07-24  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
6311
6312         added support for new library format to z80, gbz80 linkers:
6313         *link/z80/aslink.h
6314         *link/z80/lklex.c
6315         *link/z80/lklib.c
6316         *link/z80/lklist.c
6317
6318 2003-07-24  Bernhard Held <bernhard AT bernhardheld.de>
6319
6320         * src/SDCCicode.c (operandOperation): fixed problem with bitops and 0xffffffff;
6321         after {double d = 0xffffffff; long l = d;} l will be 0x80000000 (LONG_MIN)
6322
6323 2003-07-23  Bernhard Held <bernhard AT bernhardheld.de>
6324
6325         added DUMMY_READ_VOLATILE:
6326         * src/SDCC.y:
6327         * src/avr/gen.c:
6328         * src/xa51/gen.c:
6329         * src/z80/gen.c:
6330         * src/pic/gen.c:
6331         * src/pic16/gen.c:
6332         * src/mcs51/gen.c:
6333         * src/ds390/gen.c:
6334         * src/SDCCcse.c (algebraicOpts): many improvements
6335         * src/SDCCcse.h: removed algebraicOpts()
6336         * src/SDCCicode.c (picDummyRead): added
6337
6338 2003-07-23  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
6339
6340         * as/mcs51/lkmem.c: Changed message "Insufficient DRAM memory" to
6341         "Insufficient space in data memory".
6342
6343 2003-07-20  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6344
6345         * src/mcs51/gen.c: fixed bug #771358
6346         * src/z80/gen.c: fixed bug #759087
6347
6348 2003-07-20  Bernhard Held <bernhard AT bernhardheld.de>
6349
6350         * src/pic16/glue.c: minor cleanup by Vangelis
6351
6352 2003-07-19  Frieder Ferlemann <Frieder.Ferlemann AT web.de>
6353
6354         * device/include/regc515c.h: fixed #758477
6355         * device/lib/_gptrget.c: saving some cycles in generic pointer get
6356         * device/lib/_gptrput.c: saved a few bytes
6357         * my tab spacing is 8, yours too?)
6358         * device/lib/_ser.c: process RX bytes earlier than TX bytes
6359         * device/lib/serial.c: process RX bytes earlier than TX bytes
6360         * src/mcs51/gen.c(genGenPointerGet/Set): removed writing of type after postincrement
6361
6362 2003-07-18  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6363
6364         * src/z80/gen.c: fixed some right shift bugs (#772726 among them)
6365
6366 2003-07-17  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
6367
6368     * link/z80/lklibr.c: fixed bug when there is a '.' in a library path.
6369
6370 2003-07-17  Bernhard Held <bernhard AT bernhardheld.de>
6371
6372         * device/lib/Makefile.in: bad fix, reverted to 1.43
6373
6374 2003-07-16  Bernhard Held <bernhard AT bernhardheld.de>
6375
6376         * device/lib/Makefile.in: added missing z80 object files
6377
6378 2003-07-14  Bernhard Held <bernhard AT bernhardheld.de>
6379
6380         * src/SDCCcse.c (algebraicOpts): CSE fun with &|^ and 0x00/0xff literals
6381         pic16 progress by Vangelis:
6382         * src/SDCCglobl.h:
6383         * src/SDCCmain.c:
6384         * src/pic/Makefile:
6385         * src/pic:
6386         * pic/Makefile:
6387         * pic16/device.c:
6388         * pic16/device.h:
6389         * pic16/gen.c:
6390         * pic16/gen.h:
6391         * pic16/genarith.c:
6392         * pic16/glue.c:
6393         * pic16/main.c:
6394         * pic16/pcode.c:
6395         * pic16/pcode.h:
6396         * pic16/pcodepeep.c:
6397         * pic16/peeph.def:
6398
6399 2003-07-13  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
6400
6401     * src/SDCCmain.c, src/SDCCglobl.h: added option --no-std-crt0
6402
6403 2003-07-12  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
6404
6405     * sdcc.dsw, all.dsp, link/z80/linkgbz80.dsp, as/z80/as-gbz80.dsp:
6406     added gbz80 build to MSVC project.
6407     * src/SDCCmain.c, src/SDCCglue.c, src/z80/main.c, src/z80/z80.dsp,
6408     link/z80/aslink.h, linkz80.dsp: cleaned up z80 and gbz80 asm files
6409     from 8051 stuff and setup so it links using a .lnk file.
6410
6411 2003-07-06  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
6412
6413     * support/librarian/sdcclib.c: sdcc librarian.
6414     * as/mcs51/aslink.h, as/mcs51/lklib.c: Support for libraries created
6415     with sdcclib.
6416
6417 2003-07-03  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
6418
6419     * as/mcs51/lkmain.c: properly handle extensions in function afile.
6420
6421 2003-07-02  Borut Razem <borut.razem AT siol.net>
6422
6423         * src/port.h, src/SDCCmain.c, src/pic/glue.h, src/pic/main.c,
6424         src/pic16/glue.h, sdcc/src/pic16/main.c, src/izt/i186.c,
6425         src/izt/tlcs900h.c, src/avr/main.c, src/ds390/main.c, src/mcs51/main.c,
6426         src/xa51/main.c, src/z80/main.c:
6427         virtualization of glue() function: each port has it's own glue function,
6428         which is accessed by do_glue function pointer in PORT.general structure
6429
6430 2003-07-01 Kevin Vigor <kevin AT vigor.nu>
6431
6432         * DS800C400 fun, improved ROM interface and tinibios.
6433
6434 2003-06-27 Kevin Vigor <kevin AT vigor.nu>
6435
6436         * More support for DS80C400. Now includes beginning of interface to ROM.
6437
6438 2003-06-25  Bernhard Held <bernhard AT bernhardheld.de>
6439
6440         * src/mcs51/gen.c (gencjneshort): fixed bug #760345
6441
6442 2003-06-20  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
6443
6444         * as/mcs51/lkaomf51.c: Make sure the size of the last procedure is correct.
6445
6446 2003-06-19  Borut Razem <borut.razem AT siol.net>
6447
6448         * src/z80/main.c: fixed Z80 port again: missing -k library paths in linker command line
6449
6450 2003-06-19  Borut Razem <borut.razem AT siol.net>
6451
6452         * src/SDCCutil.h, src/SDCCutil.c, src/SDCCglobl.h, src/SDCCmain.c, src/z80/main.c:
6453         fixed Z80 port - crt0.o: cannot open.
6454
6455 2003-06-19  Bernhard Held <bernhard AT bernhardheld.de>
6456
6457         * support/Util/MySystem.c (merge_command): revert bad fix
6458
6459 2003-06-18  Borut Razem <borut.razem AT siol.net>
6460
6461         * src/SDCC.lex, src/SDCCmain.c: fixed some warnings, introduced with changes made 15.06.1003
6462
6463 2003-06-18  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
6464
6465         * src/SDCCglobl.h, src/SDCCmain.c, doc/sdccman.lyx:
6466         option --use-stdout sends errors to stdout instead of stderr.
6467
6468 2003-06-18  Bernhard Held <bernhard AT bernhardheld.de>
6469
6470         * support/Util/MySystem.c (merge_command): quick fix for Linux segfault with \"cmd\" arg
6471
6472 2003-06-15  Borut Razem <borut.razem AT siol.net>
6473
6474         * support/cpp2/sdcc.h: HAVE_DOS_BASED_FILE_SYSTEM defined for _WIN32
6475         * src/SDCC.lex: cloneXxx and copyAndFreeXxx functions for options and optimize stack handling
6476         * src/SDCCglobl.h, src/SDCCmain.c, src/ds390/main.c, src/mcs51/main.c, src/z80/main.c:
6477         fixed width array of pointers replaced with sets;
6478         multiple include and lib paths ared transferred to preprocessor and linker
6479         * src/SDCCset.c, src/SDCCset.h: added function setFromSetNonRev() and mergeSets()
6480         * src/SDCCsymt.c: reimplemented function inCalleeSaveList() by using sets instead
6481         fixed width array of pointers
6482         * src/SDCCutil.c, src/SDCCutil.h: added functions fputStrSet(), appendStrSet(), joinStrSet();
6483         removed functions addToList(), join(), joinn(), pathCharsEquivalent(), pathCharTransform(),
6484         fixupPath(), getPathDifference()
6485         * src/ds390/gen.c, src/mcs51/gen.c: reimplemented function  inExcludeList() by using sets instead
6486         fixed width array of pointers
6487
6488 2003-06-11  Bernhard Held <bernhard AT bernhardheld.de>
6489
6490         * src/pic16/ralloc.c: fix warnings
6491         * src/pic16/pcode.c: fix warning
6492
6493 2003-06-10  Scott Dattalo  <scott AT dattalo.com>
6494
6495          Scott D. for Vangelis Rokas (vrokas AT otenet.gr). I (scott) don't
6496         know all the details, but essentially this set of changes enable
6497         the pic16 port to generate movff instructions and generate assembler
6498         directives,
6499         * src/SDCCmain.c:
6500         * src/pic16/gen.c:
6501         * src/pic16/glue.c:
6502         * src/pic16/pcode.c:
6503         * src/pic16/device.c:
6504         * src/pic16/main.c:
6505         * src/pic16/pcode.h:
6506         * src/pic16/pcoderegs.c:
6507         * src/pic16/ralloc.c:
6508         * src/pic16/ralloc.h:
6509
6510 2003-06-08  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
6511
6512         * support/Util/SDCCerr.c, src/SDCCglobl.h, src/SDCCmain.c, doc/sdccman.lyx:
6513         added option --vc, so sdcc errors and warnings are compatible with
6514         Microsoft Visual Studio.
6515
6516 2003-06-07  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
6517
6518         * device/lib/_atof.c, device/lib/Makefile.in, device/include/stdlib.h,
6519           device/lib/libfloat.lib: added atof function.
6520
6521 2003-06-04  Bernhard Held <bernhard AT bernhardheld.de>
6522
6523         * doc/sdccman.lyx: updated to Lyx 1.3
6524         * doc/cdbfileformat.lyx: updated to Lyx 1.3
6525         * doc/test_suite_spec.lyx: updated to Lyx 1.3
6526         * doc/Makefile: added fix for the \tabularnewline problem, thanks to Jesus
6527
6528 2003-06-03  Bernhard Held <bernhard AT bernhardheld.de>
6529
6530         * src/SDCCpeeph.c: separate peepRules2pCode() for pic16 by "Vangelis Rokas" <vrokas AT otenet.gr>
6531
6532 2003-06-02  Frieder Ferlemann <Frieder.Ferlemann AT web.de>
6533
6534         * doc/sdccman.lyx: cvs revision keywords, passing pdf information in latex preamble,
6535           additions to the "related tools/documentation" section
6536
6537 2003-06-02  Bernhard Held <bernhard AT bernhardheld.de>
6538
6539         * src/SDCCglue.c (tempfileandname): added check for missing TMP/TEMP/TMPDIR variable
6540
6541 2003-05-29  Bernhard Held <bernhard AT bernhardheld.de>
6542
6543         * src/pic/device.c: added 16F819, patch by "David I. Lehn" <dlehn AT vt.edu>
6544         * src/SDCCcse.c (algebraicOpts): fixed "c * 1"
6545
6546 2003-05-28  Bernhard Held <bernhard AT bernhardheld.de>
6547
6548         * doc/sdccman.lyx: fix double dash and other minor things
6549         * doc/Makefile: fix double dash
6550
6551 2003-05-28  Karl Bongers(patches from Martin Helmling)
6552         * debugger/mcs51/sdcdb.c,cmd.c,break.c and .h files. Martin adds
6553           condition and ignore commands.
6554
6555 2003-05-28  Frieder Ferlemann <Frieder.Ferlemann AT web.de>
6556
6557         * doc/sdccman.lyx: Changes all over, index improved, smaller margins. The manual
6558           is in parts still quite out of date, I did changes as far as I felt makes sense
6559           for a non-native english speaker.
6560           Please feel free to add to the manual or to correct my changes.
6561         * doc/Makefile: undid touching the date of intermediate tex files.
6562
6563 2003-05-26  Frieder Ferlemann <Frieder.Ferlemann AT web.de>
6564
6565         * doc/sdccman.lyx: Manual has an index now
6566
6567 2003-05-25  Bernhard Held <bernhard AT bernhardheld.de>
6568
6569         Finalize muluint/mulsint and mululong/mulslong merging:
6570         * device/lib/_mulint.c
6571         * device/lib/_mullong.c
6572         * device/lib/gbz80/mul.s
6573         * device/lib/gbz80/stubs.s
6574         * device/lib/z80/mul.s
6575         * device/lib/z80/stubs.s
6576         * src/SDCCsymt.c (initCSupport)
6577
6578 2003-05-25  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
6579
6580         * as/mcs51/lkaomf51.c: Address space 'z' was missing.
6581         * src/avr/avr.dsp, src/ds390/ds390.dsp, src/mcs51/mcs51.dsp,
6582           src/pic/pic.dsp, src/pic16/pic16.dsp, src/xa51/xa51.dsp,
6583           src/x80/z80.dsp: peep.rul is bigger now, so /Zm1000 is used
6584           instead of /Zm500.
6585
6586 2003-05-25  Frieder Ferlemann <Frieder.Ferlemann AT web.de>
6587
6588         * src/mcs51/peeph.def: added rules 244.x, 245.x. Although they pass
6589           the regression tests I'm not brave enough to enable 245.b, 245.c
6590         * doc/sdccman.lyx: added latex preamble for hyperref package.
6591           Using pdflatex this will give you a hyperlinked pdf file with
6592           bookmarks. (prepend '%' before /usepackage if this breaks something)
6593
6594 2003-05-24  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
6595
6596          * doc/sdccman.lyx: updated information about .adb files (fixed bug 742649)
6597
6598 2003-05-22  Bernhard Held <bernhard AT bernhardheld.de>
6599
6600         * src/pic16/pcode.c (pic16_get_op_from_instruction): fixed a gcc 3.x warning
6601
6602 2003-05-21    <johan AT balder>
6603
6604         * src/SDCCglue.c (printIval): fixed bug #739934
6605
6606 2003-05-19  Bernhard Held <bernhard AT bernhardheld.de>
6607
6608         Applied patch from bug 737905 (renamed yylineo to mylineno):
6609         * src/altlex.c
6610         * src/SDCCast.c
6611         * src/SDCglobl.h
6612         * src/SDCC.lex
6613         * src/SDCCsymt.c
6614         * src/SDCCval.c
6615         * src/pic16/pcode.c: Cleaned warnings
6616         * src/pic16/pcodeflow.c: Cleaned warnings
6617         * src/pic16/pcoderegs.c: Cleaned warnings
6618
6619 2003-05-19  Scott Dattalo  <scott AT dattalo.com>
6620
6621         * src/pic16/pcode.c: Cleaned warnings
6622         * src/pic16/pcodepeep.c: Cleaned warnings
6623         * src/pic16/ralloc.c: Cleaned warnings
6624
6625 2003-05-19  Bernhard Held <bernhard AT bernhardheld.de>
6626
6627         * doc/sdccman.lyx: fixed bug 739745
6628         * src/pic16/pcode.c (pic16_get_op): fixed warning on alpha
6629
6630 2003-05-18  Bernhard Held <bernhard AT bernhardheld.de>
6631
6632         * src/port.h: removed DEFAULT_PORT, it's not yet pic16 ;-)
6633         it can be defined with CFLAGS when running configure
6634         * src/SDCCmain.c: fixed compiling + linking with object files
6635
6636 2003-05-18  Vangelis Rokas (vrokas AT otenet.gr)
6637
6638         * configure.in: configure for pic16 port,
6639             added --disable-pic16-port
6640         * sdccconf_in.h: added macro OPT_DISABLE_PIC16
6641         * src/SDCCmain.c: linkOptions is changed to set *,
6642             added if/endif conditional macros to remove options help
6643             messages from optionsTable when a port is not configured, added
6644             support for the PIc16 port in the ports table, when executing
6645             the compiler with no port specified on command line, a default
6646             port is selected with the new macro DEFAULT_PORT which is
6647             defined in port.h, in setDefaultOptions() linkOptions is removed
6648             from initialization assignment, since now it is a set,
6649             parseCmdLine uses setParseWithComma for linkOptions, in
6650             linkEdit() linkOptions are accessed with new function indexSet()
6651             which returns the i'th item of a set variable. See SDCCset.c, in
6652             linkEdit() when calling buildCmdLine(), added linkOptions as
6653             last argument. Now users can pass arguments to gplink via the
6654             -Wl option, main() uses pic16glue() to glue up pic16 programs
6655         * src/SDCCpeeph.c: various changes to support pic16
6656         * src/SDCCset.c: added function  void *indexSet(set *, int)  to
6657             return the i'th item of the set
6658         * src/SDCCset.h: added function prototype for indexSet()
6659         * src/SDCCsymt.c: in checkSClass(), added support for PIC16
6660         * src/clean.mk: added pic16 in CLEANALLPORTS variable
6661         * src/port.h: added TARGET_ID_PIC16,TARGET_IS_PIC16 macro,
6662             added macro DEFAULT_PORT
6663         * src/pic/main.c: corrected arguments of gplnk in _linkCmd
6664         * src/pic16/gen.c: bug fix in genCpl(), now the correct code is
6665             generated
6666         * src/pic16/glue.c: commented out some error producing lines
6667         * src/pic16/main.c: __config directives are commented out to stop
6668             gpasm complaining and test the linkage with gplink, _linkCmd and
6669             _asmCmd changed to be more gplink and gpasm friendly
6670         * src/pic16/peeph.def: peep rule 3 is commented out, since it
6671             produced an error when parsed, peep rule 12 is added to utilize
6672             movff, but it is commented out since the pCode does not support
6673             yet a command with 2 address arguments
6674
6675 2003-05-18    <johan AT balder>
6676
6677         * src/ds390/gen.c (genArrayInit): removed obsolete and buggy ARRAYINIT
6678         * src/ds390/main.c (genArrayInit): removed obsolete and buggy ARRAYINIT
6679 2003-05-17  Karl Bongers(apply patches from Martin Helmling)
6680
6681         * debugger/mcs51/sdcdb.c,cmd.c,break.c and .h files.
6682   Added feature to script commands from file.
6683
6684 2003-05-14  Bernhard Held <bernhard AT bernhardheld.de>
6685
6686         * device/lib/_strtok.c: fixed bug #734355 by Lenny Story and Tim Woodall
6687         * src/SDCCutil.c: include ctype.h for win32
6688
6689 2003-05-13  Bernhard Held <bernhard AT bernhardheld.de>
6690
6691         * src/pic16/*: removed CR from many files, reported by Vangelis Rokas
6692
6693 2003-05-12  Karl Bongers(apply development patches from Martin Helmling)
6694
6695         * debugger/mcs51/sdcdb.c,simi.c,cmd.c,break.c and .h files.
6696   Fixed so you can set breakpoints prior to run, run does not stop
6697   on entry now.  Add tbreak.  Other enhancements and fixes for use
6698   with ddd.
6699
6700 2003-05-12  Borut Razem <borut.razem AT siol.net>
6701
6702         * src/SDCCmain.c: fixed the problem with searching the DATADIR as the last resort on *nix
6703
6704 2003-05-11  Borut Razem <borut.razem AT siol.net>
6705
6706         * src/SDCCutil.c: WIN32 version of getBinPath() calls GetModuleFileName() to determine
6707         the path of bin directory, so that PATH is the only env. variable, which has to be set
6708         in case of standard installation.
6709         * src/ds390/ds390.dsp: increased value of /Zm option to 1000
6710         * src/pic/main.c: add quotes to file name parameters for gplink and gpasm
6711         * src/SDCCglobl.h, src/SDCCmain.c, doc/sdccman.lyx: added --print-search-dirs command line option
6712
6713 2003-05-04  Bernhard Held <bernhard AT bernhardheld.de>
6714
6715         * src/SDCCmain.c (linkEdit): fixed buffer overflow for gbz80
6716         * support/regression/Makefile: inter-port-clean is no longer nesessary, the
6717         temp files are in the port dir; clean the gen/test directory when
6718         generating new test.c
6719         * support/regression/ports/host/spec.mk: defined OBJEXT for target clean
6720         * support/regression/tests/vaargs.c: fixed gcc 3.3 warning
6721         * support/regression/tests/zeropad.c: added
6722
6723 2003-05-09    <johan AT balder>
6724
6725         * src/SDCCglue.c: fixed bug #597940
6726
6727 2003-05-05  Karl Bongers(apply patches from Martin Helmling)
6728
6729         * debugger/mcs51/sdcdb.c,simi.c,cmd.c,symtab.c and .h files.
6730   cache sfr, optimize next,step, fix off by one sourceline,
6731   support ddd list function.
6732         * sim/ucsim/cmd.src/newcmd.cc - small fix for sdcdb use.
6733
6734 2003-05-04  Bernhard Held <bernhard AT bernhardheld.de>
6735
6736         * support/regression/HTMLgen.py: added compare_s2f()
6737         * support/regression/Makefile: redo 1.27
6738         * support/regression/generate-cases.py: redo 1.5
6739
6740 2003-04-30  Bernhard Held <bernhard AT bernhardheld.de>
6741
6742         * support/regression/tests/float.c: workaround 33 bit hex constant
6743         * support/regression/tests/simplefloat.c: fix division for host
6744
6745 2003-04-29  Scott Dattalo  <scott AT dattalo.com>
6746
6747         * src/pic/pcoderegs.c Applied patch from Jim Hawkridge <jim AT jimhawkridge.uk.eu.org>
6748         that tame's the PIC's over-aggressive optimizer.
6749
6750 2003-04-29  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
6751
6752          * src.dsw, link/z80/aslink.h, link/z80/linkz80.dsp: z80 linker
6753          support for MSVC.
6754
6755 2003-04-29  Kevin Vigor <kevin AT vigor.nu>
6756
6757         Initial support for DS80C400. "Hello world" runs on TINIm400
6758         (with polled I/O).
6759
6760 2003-04-28  Karl Bongers(apply patches for Martin Helmling)
6761
6762          * debugger/mcs51/sdcdb.c,simi.c,cmd.c,symtab.c and .h files.
6763          * Some notes on ddd usage added in debugger/README
6764          Martin Helmling adding more features and fixes for ddd GUI debugger.
6765          Code added for nexti, stepi, up, down, and other adjustments.
6766
6767 2003-04-28  Scott Dattalo  <scott AT DATTALO.COM>
6768
6769         * src/pic/pCodepeep.c non-wildcard asmops are now handled
6770         * src/pic/peeph.def Added two rules to optimize carry manipulation
6771         * src/pic/* removed debug printfs
6772
6773 2003-04-28  Bernhard Held <bernhard AT bernhardheld.de>
6774
6775         * debugger/mcs51/cmd.c: added header newalloc.h
6776
6777 2003-04-26  Bernhard Held <bernhard AT bernhardheld.de>
6778
6779         * as/Makefile: new EXEEXT
6780         * as/z80/Makefile: remove trailing slash of BUILDIR
6781         * as/z80/clean.mk: new EXEEXT
6782         * Makefile.common.in: add to CFLAGS (and others), don't replace it
6783         * support/cpp2/Makefile.in: new EXEEXT
6784         * src/pic/glue.c (pic14emitRegularMap): fixed warning
6785
6786 2003-04-24  Bernhard Held <bernhard AT bernhardheld.de>
6787
6788         Cygwin's gcc always appends .exe: 'gcc -o a a.c' creates a.exe;
6789         EXEEXT was introduced to fix all related problems with targets
6790         "clean", "install" and "uninstall"; a couple of further flaws
6791         especially with "clean" have been fixed too
6792         * as/mcs51/Makefile.in
6793         * as/mcs51/clean.mk
6794         * as/z80/Makefile
6795         * Makefile
6796         * clean.mk
6797         * debugger/mcs51/Makefile.in
6798         * debugger/mcs51/clean.mk
6799         * link/z80/Makefile
6800         * link/z80/Makefile.in
6801         * link/z80/clean.mk
6802         * link/Makefile
6803         * packihx/Makefile.in
6804         * packihx/clean.mk
6805         * sim/ucsim/Makefile
6806         * sim/ucsim/clean.mk
6807         * sim/ucsim/avr.src/Makefile.in
6808         * sim/ucsim/avr.src/clean.mk
6809         * sim/ucsim/s51.src/Makefile.in
6810         * sim/ucsim/s51.src/clean.mk
6811         * sim/ucsim/xa.src/Makefile.in
6812         * sim/ucsim/xa.src/clean.mk
6813         * sim/ucsim/z80.src/Makefile.in
6814         * sim/ucsim/z80.src/clean.mk
6815         * sim/ucsim/main_in.mk
6816         * sim/ucsim/packages_in.mk
6817         * sim/ucsim/gui.src/Makefile.in
6818         * sim/ucsim/gui.src/serio.src/Makefile.in
6819         * sim/ucsim/gui.src/serio.src/clean.mk
6820         * src/Makefile.in
6821         * src/clean.mk
6822         * support/cpp2/Makefile.in
6823         * support/cpp2/clean.mk
6824         * support/makebin/Makefile
6825         * support/makebin/clean.mk
6826         * support/scripts/sdcc_mingw32: --program-suffix no longer needed
6827         * doc/sdccman.lyx: --program-suffix no longer needed
6828
6829 2003-04-23  Karl Bongers(apply patches for Martin Helmling)
6830
6831          * debugger/mcs51/sdcdb.c,simi.c,cmd.c,..
6832          Martin Helmling added support for ddd GUI debugger.
6833          Code added to display assembly, set variables, and other commands
6834          to interface to ddd.
6835
6836 2003-04-23  Bernhard Held <bernhard AT bernhardheld.de>
6837
6838         * as/Makefile: fix target clean
6839         * as/clean.mk: fix target clean
6840         * as/z80/clean.mk: fix target clean
6841
6842 2003-04-22  Bernhard Held <bernhard AT bernhardheld.de>
6843
6844         * Makefile.common.in: added  AT EXEEXT AT
6845         * configure.in: removed all mingw32 stuff
6846         * configure: rebuilt from configure.in
6847         * doc/sdccman.lyx: updated section "installation"
6848         * support/scripts/sdcc_mingw32: adapted to configure
6849         * support/scripts/sdcc_cygwin_mingw32: added
6850
6851 2003-04-22  Scott Dattalo  <scott AT dattalo.com>
6852
6853         * src/pic Added object file support for the PIC port
6854         * src/pic Applied patch from Craig Franklin (this started the object file support)
6855         * src/regression Updated the PIC regression tests for object files
6856
6857 2003-04-20  Borut Razem <borut.razem AT siol.net>
6858
6859         * sdcc/as/mcs51/lklex.c: make getfid() more robust and fixed gcc warning:
6860           lklex.c: In function `getfid':
6861           lklex.c:203: warning: array subscript has type `char'
6862         * src/SDCCglobl.h: small change in stack handling macros, to avoid crash when compiled
6863           with MSVC with global optimization enabled (probably an cl compiler bug ;-)
6864         * support/Util/SDCCerr.c, support/Util/SDCCerr.h: added function fatal(), called from
6865           stack handling macros
6866
6867 2003-04-19  Borut Razem <borut.razem AT siol.net>
6868
6869         * "handling space characters in file path" task:
6870         * src/SDCCmacro.c: fixed bug in handlig quote at the end of line
6871         * support/Util/BuildCmd.c: define par as NULL if parameter value is invalid
6872         * support/Util/MySystem.h: make it self-sufficient
6873         * src/avr/main.c, src/ds390/main.c, src/mcs51/main.c, src/pic/main.c, src/xa51/main.c,
6874           src/z80/main.c, sdcc/as/mcs51/lklex.c:
6875           handling space characters in file path
6876         * src/SDCCmain.c: introduced setDataPaths() function, {datadir} macro
6877           (it will be used by assemblers, which have their own includes, e.g. gpasm)
6878         * support/Util/MySystem.c: handling space characters in executable's path
6879
6880 2003-04-19  Bernhard Held <bernhard AT bernhardheld.de>
6881
6882         * as/z80/Makefile: fix permanent rebuild of z80
6883         * sim/ucsim/gui.src/Makefile.in: target "install" builds the same packages as target "all"
6884         * support/regression/tests/bitfields.c: added Johan's bitfields.c
6885
6886 2003-04-18      Kevin Vigor <kevin AT vigor.nu>
6887
6888         * src/SDCCopt.c: add special case optimization to replace modulo by
6889           a power of two with a bitwise AND.
6890
6891 2003-04-18    <johan AT balder>
6892
6893         * src/mcs51/gen.c (getFreePtr): fixed bug #635354
6894
6895 2003-04-17    <johan AT balder>
6896
6897         * src/mcs51/ralloc.c (packRegsForAssign): fixed bug #716790 and removes lot's of redundant register usage around function calls
6898         * src/mcs51/ralloc.c (packRegisters): fixed bug #720667
6899
6900 2003-04-13  Borut Razem <borut.razem AT siol.net>
6901
6902         * doc/sdccman.lyx: updated info about #pragma SAVE/RESTORE nesting
6903         * configure.in, configure: fixed problems on cygwin/WinCVS environmet with ports.* line endings;
6904           fixed mingw problem in adl_NORMALIZE_PATH
6905
6906 2003-04-12  Borut Razem <borut.razem AT siol.net>
6907
6908         * fixed "#pragma SAVE/RESTORE can not be nested":
6909         * src/SDCC.lex: reworked pragma handling functions
6910         * sdcc/src/SDCCglobl.h: reworked stack handling macros
6911         * support/Util/SDCCerr.c, support/Util/SDCCerr.h: added E_STACK_VIOLATION error
6912
6913 2003-04-12  Bernhard Held <bernhard AT bernhardheld.de>
6914
6915         * src/SDCCutil.c (pathEquivalent): defined but not used
6916         * debugger/mcs51/sdcdb.c: replace SDCC_LIB_DIR
6917         * configure.in: remove sdcc_datadir, sdcc_lib_dir and sdcc_include_dir
6918         * configure: rebuilt from configure.in
6919         * sdccconf_in.h: remove SDCC_LIB_DIR and SDCC_INCLUDE_DIR
6920         * sdcc_vc_in.h: remove SDCC_LIB_DIR and SDCC_INCLUDE_DIR
6921         * device/include/Makefile.in: replace sdcc_datadir
6922         * device/lib/Makefile.in: replace sdcc_datadir
6923         * Makefile.common.in: add LDFLAGS from configure
6924         * packihx/Makefile.in: use LDFLAGS
6925         * src/Makefile.in: use LDFLAGS
6926         * support/cpp2/Makefile.in: add LDFLAGS from configure
6927         * support/makebin/Makefile: use LDFLAGS
6928         * .version: bumped version number to 2.3.5
6929
6930 2003-04-12  Borut Razem <borut.razem AT siol.net>
6931
6932         * completed "different paths" task:
6933         * src/SDCCmacro.c: fixed bug in handling quotes
6934         * src/SDCCutil.c, src/SDCCutil.c: rewritten getPrefixFromBinPath()
6935         * src/SDCCmain.c: _discoverPaths() replaced with setBinPaths(), setIncludePath() and setLibPath()
6936
6937 2003-04-12  Bernhard Held <bernhard AT bernhardheld.de>
6938
6939         * src/pic/pcoderegs.c (Remove1pcode): fix warning on alpha
6940
6941 2003-04-11 kevin Vigor <kevin AT vigor.nu>
6942
6943         * ds390/gen.c ds390/peeph.def: fix bug 706781
6944
6945 2003-04-11  Borut Razem <borut.razem AT siol.net>
6946
6947         * support/Util/dbuf.c, support/Util/dbuf.h: update to version 1.1.1 - re-added C++ stuff to make it still more portable
6948
6949 2003-04-10  Scott Dattalo  <scott AT dattalo.com>
6950
6951         * src/pic/* Applied the pointer-to-function patch from Steve Tell.
6952         * src/pic/* Fixed several pointer bugs. (PIC port broke when the ruonly bit was
6953          set - this bit used to not be set...).
6954         * src/pic/gen.c Fixed buf 609268 ==> x = (x+1) & 0xf; generated
6955           bad code in PIC Port
6956         * src/regression/and2.c added to test bug 609268
6957         * src/regression/Makefile added and2.c to regression test
6958
6959
6960 2003-04-08    <johan AT CP255758-A>
6961
6962         * src/mcs51/gen.c (gen51Code): display reg usage in --icode-in-asm
6963         * src/mcs51/ralloc.c (serialRegAssign): update the registers in use and save some slocs
6964         * src/SDCCicode.h: added riu to show the register usage in --icode-in-asm
6965
6966 2003-04-07  Bernhard Held <bernhard AT bernhardheld.de>
6967
6968         * configure.in: fully support prefix, exec_prefix, datadir, docdir;
6969         fix bug #487815
6970         * support/cpp2/Makefile.in: fix bug #487815
6971         * configure: rebuilt from configure.in
6972         * Makefile.common.in: docdir changed, new path suffixes
6973         * sdccconf_in.h: new RETSIGTYPE, and other PATHs
6974         * sdcc_vc_in.h: reflect changes from sdccconf.h
6975         * src/SDCCglobl.h: remove *SEPARATOR_CHARS, they are now in sdccconf.h
6976         * src/SDCCutil.h: remove BINDIR hack
6977         * doc/sdccman.lyx: update new path hierarchy
6978
6979 2003-04-06    Paul Stoffregen <paul AT pjrc.com>
6980
6981         * src/SDCCpeeph.c: added okToRemoveSLOC test
6982
6983 2003-04-06    Paul Stoffregen <paul AT pjrc.com>
6984
6985         * device/lib/printf_fast.c: added leading zero format ("%06d", etc)
6986
6987 2003-04-06    Paul Stoffregen <paul AT pjrc.com>
6988
6989         * src/SDCCpeeph.c: added labelIsReturnOnly test
6990         * src/mcs51/peeph.def: Peephole 244: replace ljmp to ret with ret
6991
6992 2003-04-05    <johan AT balder>
6993
6994         * src/SDCCcse.c (cseAllBlocks): fixed bug #460088
6995         * src/SDCCloop.c (DEFSETFUNC): fixed bug #460088
6996         * src/SDCCopt.c (eBBlockFromiCode): fixed bug #460088
6997         * src/SDCCast.c: fixed a warning
6998         * src/SDCCast.h: fixed a warning
6999         * src/SDCCicode.c (operandFromAst): fixed a warning
7000
7001 2003-04-04    <johan AT balder>
7002
7003         * src/SDCCloop.c (DEFSETFUNC): undid the fix for bug #519584
7004         * src/SDCCast.c (decorateType): fixed bug #715076
7005         * src/SDCC.y: fixed bug #702907
7006
7007 2003-04-03    <johan AT balder>
7008
7009         * device/lib/_mulint.c (_muluint): new #pragma LESS_PEDANTIC
7010         * src/SDCCopt.c (eBBlockFromiCode): new #pragma LESS_PEDANTIC
7011         * src/SDCCglobl.h (PRAGMA_LESSPEDANTIC): new #pragma LESS_PEDANTIC
7012         * src/SDCC.lex (doPragma): new #pragma LESS_PEDANTIC
7013         * src/SDCCmain.c (parseCmdLine): new #pragma LESS_PEDANTIC
7014
7015 2003-04-03  Bernhard Held <bernhard AT bernhardheld.de>
7016
7017         * _decdptr.c: fix return values
7018         * _gptrget.c: fix return values
7019         * _gptrgetc.c: fix return values
7020         * _gptrput.c: fix return values
7021         * _mulint.c: fix return values
7022         * as/z80/Makefile: fix 'make -j' problem
7023
7024 2003-04-02  Bernhard Held <bernhard AT bernhardheld.de>
7025
7026         * Makefile.common.in: unused PORT, SCC and SAS removed, fixed docdir
7027         * configure.in: big cleanup, updated to autoconf 2.5x
7028         * configure: rebuilt from configure.in
7029         * sdccconf_in.h: new RETSIGTYPE, and other PATHs
7030         * sdcc_vc_in.h: reflect changes from sdccconf.h
7031         * doc/Makefile: fixed a flaw in "make install"
7032
7033 2003-04-02    <johan AT balder>
7034
7035         * src/ds390/gen.c (genCmp): no comments
7036         * src/mcs51/gen.c (genCmp): no comments
7037         * src/SDCCopt.c (eBBlockFromiCode): detect missing return values
7038         * src/SDCCast.c (ast_print): fixed the function type in --dumptree
7039
7040 2003-04-01  Bernhard Held <bernhard AT bernhardheld.de>
7041
7042         * support/regression/generate-cases.py: place generated file in given sub directory
7043         * support/regression/ports/host/spec.mk: prevent removal of testfwk.o
7044         * support/regression/Makefile: improvements for 'make -j';
7045         side effect: it's simpler and faster now
7046
7047 2003-03-31  Borut Razem <borut.razem AT siol.net>
7048
7049         * src/z80/main.c: link-{port} and as-{port} defined without path
7050         * src/src.dsp: support/Util/MySystem.h and src/SDCCutil.h added to project
7051
7052 2003-03-31  Bernhard Held <bernhard AT bernhardheld.de>
7053
7054         * Makefile, src/Makefile.in: add dependencies, so that 'make -j' works
7055
7056 2003-03-30  Borut Razem <borut.razem AT siol.net>
7057
7058         * support/Util/BuildCmd.c, support/Util/BuildCmd.h: rewrite buildCmdLine(),
7059           changed type of list parameter to set
7060         * src/ds390/main.c: changed type of parameter asmOptions to set in _tininative_do_assemble()
7061         * src/port.h: changed type of do_assemble() parameter to set
7062         * src/SDCCmain.c: type of asmOptions changed to set, introduced setParseWithComma(),
7063           sdcpp defined without path, removed variable VersionString, introduced set binPathSet,
7064           definition of "cppoutfilename" macro with NULL value in preProcess()
7065         * src/SDCCglobl.h: included "SDCCset.h", added declaration of setParseWithComma()
7066         * src/SDCCglue.c: removed variable VersionString, inroduced spacesToUnderscores()
7067         * support/Util/MySystem.c, support/Util/MySystem.h: rewrite, char *ExePathList[]
7068           replaced with set *binPathSet
7069         * shash_add() deallocates the item, if allready exsists, before adding the new one
7070         * src/SDCCmacro.c: handling macros with empty or NULL values in _evalMacros()
7071
7072 2003-03-30  Scott Dattalo  <scott AT dattalo.com>
7073
7074         * src/pic/gen.c: Commit patch from Steve Tell <tell AT telltronics.org> that fixes
7075           a nested for loop bug in the PIC port
7076         * src/regression/nestfor.c: new regression test file Steve wrote to test nested
7077           for loops
7078
7079 2003-03-29  Bernhard Held <bernhard AT bernhardheld.de>
7080
7081         * support/Util/dbuf.h: remove C++ stuff to make it portable
7082
7083 2003-03-28  Borut Razem <borut.razem AT siol.net>
7084
7085         * src/SDCC.lex: Fix for bug #711240: dynamic buffer handling of C
7086           literal strings in stringLiteral()
7087         * support/Util/dbuf.c, support/Util/dbuf.h: added: dynamic buffer handling
7088         * src/Makefile.bcc, src/Makefile.in, src\src.dsp: added support/Util/dbuf.c
7089           to the project
7090
7091 2003-03-27  Paul Stoffregen <paul AT pjrc.com>
7092
7093         * src/SDCCpeeph.c (pcDistance): accurate byte distance for mcs51
7094
7095 2003-03-26    <johan AT balder>
7096
7097         * src/mcs51/gen.c (saveRegisters): catched symbol abuse
7098         * src/ds390/gen.c (saveRegisters): catched symbol abuse
7099         * src/SDCCast.c (decorateType): fixed " -v < 3"
7100
7101 2003-03-23  Bernhard Held <bernhard AT bernhardheld.de>
7102
7103         * doc/cdbfile.html: removed, replaced by cdbfileformat.lyx
7104         Added Lenny Story's debug infrastructure changes:
7105         * src/Makefile.in:  added new files cdbFile.c and SDCCdebug.c
7106         * src/Makefile.bcc: added new files cdbFile.c and SDCCdebug.c
7107         * src/cdbFile.c: added
7108         * src/SDCCdebug.c: added
7109         * src/SDCCdebug.h: added
7110         * src/SDCCast.c (createFunction)
7111         * src/SDCCglue.c (emitRegularMap, emitStaticSeg, emitOverlay, glue)
7112         * src/SDCCmain.c (parseCmdLine, main)
7113         * src/SDCCmem.c (redoStackOffsets)
7114         * src/SDCCsymt.c (cdbStructBlock, cdbTypeInfo, cdbSymbol, cdbStruct, cdbStructBlock)
7115         * src/SDCCsymt.h
7116         * src/common.h
7117         * src/avr/gen.c (genAVRCode)
7118         * src/ds390/gen.c (gen390Code)
7119         * src/mcs51/gen.c (gen51Code)
7120         * src/pic/gen.c (genpic14Code)
7121         * src/pic/glue.c (pic14emitRegularMap, pic14emitStaticSeg, pic14emitOverlay, picglue)
7122         * src/xa51/gen.c (genXA51Code)
7123         * src/SDCCast.c: fixed "void foo(void){char c; -c < 0;}"
7124
7125 2003-03-22  Frieder Ferlemann <Frieder.Ferlemann AT web.de>
7126
7127         * src/mcs51/gen.c (genCodePointerGet): quicker code for bug #700797
7128         * src/mcs51/peeph.def: added rules 177, 241.x to 243, touched 181, 182.x, 193.x
7129
7130 2003-03-22    <johan AT balder>
7131
7132         * src/SDCCicode.c (geniCodeDerefPtr): fixed bug #698231
7133
7134 2003-03-21  Bernhard Held <bernhard AT bernhardheld.de>
7135
7136         * support/scripts/sdcc_mingw32: adapted to configure from autoconf 2.54
7137         * doc/cdbfileformat.lyx: added, written by Lenny Story
7138         * doc/Makefile: added cdbfileformat.lyx
7139         * doc/clean.mk: added cdbfileformat.lyx
7140
7141 2003-03-20  Bernhard Held <bernhard AT bernhardheld.de>
7142
7143         * src/mcs51/peeph.def: fix bug #705773
7144
7145 2003-03-20    <johan AT balder>
7146
7147         An sfr/sbit can have an "at #" AND an initializer
7148         * src/SDCCsymt.c (checkSClass):
7149         * src/SDCCmem.c (allocGlobal):
7150         * src/SDCCmem.c (allocLocal):
7151         * src/SDCCast.c (createBlock):
7152
7153 2003-03-17  Bernhard Held <bernhard AT bernhardheld.de>
7154
7155         * src/ds390/peeph.def: fix bug #704878: added rule 213.b suggested by Jan Rejlek
7156
7157 2003-03-16    <johan AT balder>
7158
7159         Undid the hackup of const and volatile, the problem is much bigger
7160         * src/SDCC.y:1.65
7161         * src/SDCCast.c:1.171
7162         * src/SDCCglue.c:1.138
7163         * src/SDCCicode.c:1.146
7164         * src/SDCCsymt.c:1.150
7165         * src/SDCCval.c:1.65
7166
7167 2003-03-15  Bernhard Held <bernhard AT bernhardheld.de>
7168
7169         * src/mcs51/ralloc.c (packRegsForAssign): fixed bug #703541
7170         * src/ds390/gen.c (genAddrOf): fixed bug #704087
7171
7172 2003-03-13    <johan AT balder>
7173
7174         Hackup const and volatile modifiers in type chains a bit:
7175         * src/SDCC.y:1.63
7176         * src/SDCCast.c:1.169
7177         * src/SDCCglue.c:1.136
7178         * src/SDCCicode.c:1.143
7179         * src/SDCCsymt.c1.146
7180         * src/SDCCsymt.h1.59
7181         * src/SDCCval.c:1.63
7182
7183 2003-03-12    <johan AT balder>
7184
7185         * src/SDCCBBlock.h: more LRH debugging junk
7186         * src/SDCCcflow.h: more LRH debugging junk
7187         * src/SDCCloop.c: more LRH debugging junk
7188         * src/SDCC.y (struct_declaration): fixed bug #697590
7189         * src/SDCCsymt.[hc] (cloneSpec): NEVER EVER use this again
7190         * src/ds390/gen.c (aopForRemat): fixed bug #700031
7191         * src/SDCCglue.c (emitStaticSeg): fixed bug #700797
7192
7193 2003-03-11 Kevin Vigor <kevin AT vigor.nu>
7194         * src/SDCCpeeph.c: quit being lazy and made proper fix (peephole
7195         test function names must now match exactly).
7196         * src/SDCCcse.c: added special case in findCheaperOp to allow
7197         extending a short integer. Makes less awful code for bug 700121 test case.
7198
7199 2003-03-11  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
7200
7201         * as/mcs51/lkmain.c: Added ASlink-Warning to messages
7202         * as/mcs51/lkaomf51.c: Fixed bug when linking asmblink example
7203
7204 2003-03-11 Kevin Vigor <kevin AT vigor.nu>
7205
7206         * src/SDCCpeeph.c: fix so that operandsNotEqualX functions are
7207         actually called (operandsNotEqual() was called for all
7208         operandsNotEqualX tests).
7209
7210 2003-03-11 Kevin Vigor <kevin AT vigor.nu>
7211
7212         * src/SDCCcse.c: fix findCheaperOp to prevent replacing int types
7213         with shorter literals. Fixes bug 700121.
7214
7215 2003-03-11    <johan AT balder>
7216
7217         * src/SDCCsymt.c (compareType): a (void *) can be assigned to any pointer
7218
7219 2003-03-11  Bernhard Held <bernhard AT bernhardheld.de>
7220
7221         * src/SDCCloop.c (mergeRegions): an evil beast is dead
7222         * src/SDCCmain.c (preProcess): minor cleanup: eliminate preOutName
7223
7224 2003-03-10  Borut Razem <borut.razem AT siol.net>
7225
7226         * src/SDCCmain.c: pipe preprocessor's output
7227         * support/Util/MySystem.c, support/Util/MySystem.h: added my_popen()
7228         * sdcc_vc_in.h: define pclose as _pclose for WIN32
7229         * src/SDCCglue.c, src/SDCCglue.h: added set pipeSet, added function closePipes,
7230         which closes all pipes in pipeSet set
7231         * src/SDCCset.c: free deleted item in function deleteSetItem()
7232         * src/src.dsp, src/z80/z80.dsp: files support/Util/BuildCmd.c and support/Util/MySystem.c
7233         moved from z80 to src subproject
7234         * .version: increased version number to 2.3.4
7235
7236 2003-03-10  Bernhard Held <bernhard AT bernhardheld.de>
7237
7238         * support/regression/ports/mcs51/spec.mk: increase timeout for CF's sparc to 30s
7239         * support/regression/ports/ds390/spec.mk: increase timeout for CF's sparc to 25s
7240         * support/regression/ports/xa51/spec.mk: fix typo
7241
7242 2003-03-09  Bernhard Held <bernhard AT bernhardheld.de>
7243
7244         * src/SDCCglobl.h: PATH_MAX is already defined in mingw32 headers
7245
7246 2003-03-09  Borut Razem <borut.razem AT siol.net>
7247
7248         * src/SDCCmain.c: pipe preprocessor's output
7249         * support/Util/MySystem.c, support/Util/MySystem.h: added my_popen()
7250         * sdcc_vc_in.h: define pclose as _pclose for WIN32
7251         * src/SDCCglue.c, src/SDCCglue.h: added set pipeSet, added function closePipes,
7252         which closes all pipes in pipeSet set
7253         * src/SDCCset.c: free deleted item in function deleteSetItem()
7254         * src/src.dsp, src/z80/z80.dsp: files support/Util/BuildCmd.c and support/Util/MySystem.c
7255         moved from z80 to src subproject
7256
7257 2003-03-09  Borut Razem <borut.razem AT siol.net>
7258
7259         * src/SDCCglue.c: re-implemented tempfilename() and tempfile(): using mkstemp() if available
7260         * src/SDCCsymt.h: fixed MSVC and BORLANDC compilation (included SDCCglobl.h instead srccconf.h)
7261         * sdcc_vc_in.h: explicitly undefined HAVE_MKSTEMP which is not available on BORLANDC and MSVC
7262         * src/SDCCset.h: removed inclusion of sdccconf.h or sdcc_vc.h
7263         * src/SDCCglobl.h: unification of WIN32 native definitions
7264
7265 2003-03-09  Frieder Ferlemann <Frieder.Ferlemann AT web.de>
7266
7267         * src/mcs51/gen.c: applied in-/dec patch mentioned on sdcc-devel 2003-03-01
7268
7269 2003-03-08  Bernhard Held <bernhard AT bernhardheld.de>
7270
7271         * src/configure.in:   check for endianess (even while cross-compiling)
7272         * src/configure:      check for endianess (even while cross-compiling)
7273         * src/configure_in.h: check for endianess (even while cross-compiling)
7274         * src/avr/gen.c:        remove old endianess stuff
7275         * src/mcs51/gen.c:      remove old endianess stuff
7276         * src/ds390/gen.c:      remove old endianess stuff
7277         * src/pic/gen.c:        remove old endianess stuff
7278         * src/pic/genarith.c:   remove old endianess stuff
7279         * src/pic/glue.c:       fix endianess check
7280         * src/pic16/gen.c:      remove old endianess stuff
7281         * src/pic16/genarith.c: remove old endianess stuff
7282         * src/pic16/glue.c:     fix endianess check
7283         * src/xa51/gen.c:       remove old endianess stuff
7284         * src/z80/gen.c:        fix endianess check
7285         * src/SDCCglue.c:       fix endianess check
7286         * src/ds390/peeph.def: fix bug 700036
7287
7288 2003-03-08  Bernhard Held <bernhard AT bernhardheld.de>
7289
7290         * src/SDCCsymt.h: use appropriate data-types on host for SDCC's int and long
7291         * src/configure: find appropriate data-types on host for SDCC's int and long
7292         * src/configure.in: find appropriate data-types on host for SDCC's int and long
7293         * src/sdccconf_in.h: find appropriate data-types on host for SDCC's int and long
7294         * src/xa51/gen.c: use %d, not %ld for 4 byte variables
7295
7296 2003-03-07    <johan AT balder>
7297
7298         Just a big NOOP:
7299                 some minor cleanups before the big shot
7300                 OP_DEFS and OP_USES now use Kevin's protection
7301                 new option --nolabelopt
7302
7303         * src/SDCCBBlock.c:
7304         * src/SDCCast.c,:
7305         * src/SDCCcflow.c:
7306         * src/SDCCcse.c:
7307         * src/SDCCicode.c:
7308         * src/SDCCicode.h:
7309         * src/SDCClabel.c:
7310         * src/SDCCloop.c:
7311         * src/SDCCmain.c:
7312         * src/ds390/ralloc.c:
7313         * src/mcs51/ralloc.c:
7314         * src/pic/ralloc.c:
7315         * src/xa51/ralloc.c:
7316         * src/z80/ralloc.c:
7317
7318 2003-03-06  Bernhard Held <bernhard AT bernhardheld.de>
7319
7320         * src/pic/pcode.c (get_op): fix 64 bit warnings
7321         * src/pic/pcode.c (pCode2str): fix 64 bit warnings
7322         * src/SDCChasht.c (newHashTable): fix 64 bit warnings
7323         * src/SDCCsymt.c (checkTypeSanity): fix 64 bit warnings
7324         * support/regression/tests/malloc.c: fix 64 bit warnings
7325
7326 2003-03-04  Bernhard Held <bernhard AT bernhardheld.de>
7327
7328         * src/mcs51/gen.c (genMinus): fixed bug 696436
7329
7330 2003-03-02  Borut Razem <borut.razem AT siol.net>
7331
7332         * src/SDCCmain.c: added BORLANDC, corrected MSVC in printVersionInfo()
7333
7334 2003-02-26  Bernhard Held <bernhard AT bernhardheld.de>
7335
7336         * configure.in: test for mkstemp
7337         * sdccconf_in.h: add HAVE_MKSTEMP
7338
7339 2003-02-24  Bernhard Held <bernhard AT bernhardheld.de>
7340
7341         * device/include/ctype.h: removed warning while using --stack-auto
7342         * device/include/malloc.h: removed warning while using --stack-auto
7343         * device/include/string.h: removed warning while using --stack-auto
7344
7345 2003-02-23  Borut Razem <borut.razem AT siol.net>
7346
7347         * src/asm.h: corrected assertion in function printILine(): _pipe() was not executed on MSVC,
7348         because NDEBUG is defined (see man assert)
7349         * sdcc_vc_in.h: vsnprintf is defined as _vsnprintf on MSVC
7350
7351 2003-02-23  Frieder Ferlemann <Frieder.Ferlemann AT web.de>
7352
7353         * src/mcs51/gen.c (genUminusFloat): avoided dptr in-/decrement for xdata variables
7354         * src/mcs51/peeph.def: added rule suggested by Gernot Fink, white space/comment changes
7355
7356 2003-02-18  Frieder Ferlemann <Frieder.Ferlemann AT web.de>
7357
7358         * src/SDCCpeeph.c: added peephole conditions testing for same arguments
7359         * src/mcs51/peeph.def: added rules 238a-d which remove redundant moves
7360
7361 2003-02-18    <johan AT balder>
7362
7363         * as/mcs51/asmain.c (asmbl): module can start with a digit
7364         * as/z80/asmain.c (asmbl): module can start with a digit
7365
7366 2003-02-16  Bernhard Held <bernhard AT bernhardheld.de>
7367
7368         * sim/ucsim/mkecho: inserted #!/bin/sh for Cygwin, so that it's executable
7369         * src/asm.c: fix pipe() for Mingw32
7370
7371 2003-02-15  Bernhard Held <bernhard AT bernhardheld.de>
7372
7373         * src/SDCCglue.h: make tmpfileNameSet available for preOutName
7374         * src/SDCCmain.c (preProcess): make sure, that preOutName will be deleted;
7375         make -V work again; --c1mode reads now from stdin
7376         * doc/sdccman.lyx: added --c1mode
7377         * support/Util/SDCCerr.c: new messages for c1 mode
7378         * support/Util/SDCCerr.h: new messages for c1 mode
7379         * src/SDCC.lex (checkCurrFile): test if fullSrcFileName is NULL for c1mode
7380
7381 2003-02-15    <johan AT balder>
7382
7383         * src/asm.c: new options: --no-c-code-in-asm and --i-code-in-asm
7384
7385 2003-02-14  Bernhard Held <bernhard AT bernhardheld.de>
7386
7387         * doc/sdccman.lyx: Environment variables, -o and other minor things
7388
7389 2003-02-14    <johan AT balder>
7390
7391         * src/xa51/main.c: before anyone really tries to use it :)
7392
7393         * Install doc's in share/sdcc/doc
7394         * removed some obsolete files
7395         * Do a proper make distclean and uninstall
7396         M Makefile.common.in
7397         R sdccbuild.sh
7398         M as/Makefile
7399         M device/include/Makefile.in
7400         M device/lib/Makefile.in
7401         M doc/sdccman.lyx
7402         M link/Makefile
7403         M sim/ucsim/doc/Makefile.in
7404         M src/clean.mk
7405         R src/avr/peeph.rul
7406         R src/xa51/peeph.rul
7407         M support/cpp2/Makefile.in
7408         M support/makebin/Makefile
7409
7410
7411 2003-02-13  Bernhard Held <bernhard AT bernhardheld.de>
7412
7413         * support/regression/ports/host/spec.mk: use cc as host compiler for max osx
7414
7415 2003-02-10  Borut Razem <borut.razem AT siol.net>
7416
7417         * doc/bccinst.txt, packihx/packihx.c, sdcc_vc_in.h, src/SDCCset.h,
7418         support/cpp2/config.in: Borland C++ build doesn't depend on Cygwin configure
7419         * Bcc.ini, Makefile.bcc, as/mcs51/Makefile.bcc,
7420         device/examples/ds390/tinitalk/Makefile.bcc, packihx/Makefile.bcc,
7421         support/cpp2/Makefile.bcc, src/Makefile.bcc, src/avr/Makefile.bcc,
7422         src/ds390/Makefile.bcc, src/izt/Makefile.bcc, src/mcs51/Makefile.bcc,
7423         src/pic/Makefile.bcc, src/pic16/Makefile.bcc, src/xa15/Makefile.bcc,
7424         src/z80/Makefile.bcc: Borland Makefile cleanup
7425         * as/z80/Makefile.bcc: Added Borland Makefile
7426         * support/cpp2/borland.h: Removed
7427
7428 2003-02-10  Bernhard Held <bernhard AT bernhardheld.de>
7429
7430         * doc/sdccman.lyx: new pragma NOIV by "Johannes Stezenbach" <js AT convergence.de>
7431         * src/SDCC.lex: new pragma NOIV
7432         * src/SDCCglobl.h: new pragma NOIV
7433         * src/SDCCmem.c: new pragma NOIV
7434
7435 2003-02-09  Bernhard Held <bernhard AT bernhardheld.de>
7436
7437         * src/SDCCmain.c: signal handling is switched off by SDCC_LEAVE_SIGNALS
7438
7439 2003-02-09  Bernhard Held <bernhard AT bernhardheld.de>
7440
7441         * src/SDCCmain.c: signal handling is switched off by --debug
7442         * doc/Makefile: small fix for install; use clean.mk again
7443         * doc/clean.mk: clean *.pdf and *.html too
7444
7445 2003-02-08  Bernhard Held <bernhard AT bernhardheld.de>
7446
7447         * device/lib/_mulint.c: small fix for large/ds390 --int-long-reent resp. --stack-auto
7448         * device/lib/printfl.c: fix a ds390 bug by making it portable
7449         * src/SDCCsymt.c (initCSupport): fix compile warning on Cygwin
7450         * src/SDCCopt.c (cnvToFloatCast): fix compile warning on Cygwin
7451         * src/SDCCopt.c (cnvFromFloatCast): fix compile warning on Cygwin
7452         * debugger/mcs51/cmd.c: converted multi-line string literals
7453         * sim/ucsim/globals.cc: converted multi-line string literals
7454         * src/SDCCmain.c: introduced signal handler to remove temp files
7455         * doc/Makefile: small tweaks, implement clean
7456         * doc: removed generated files
7457
7458 2003-02-05  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
7459
7460         * as/mcs51/aslink.h, as/mcs51/lkihx.c, as/mcs51/lkrloc.c:  Applied
7461         patch from Jan Rejlek <jr AT apex-lib.cz> to fix Bug 677692: "Extended
7462         Address Record is not correctly generated for DS390."
7463
7464 2003-02-02  Borut Razem <borut.razem AT siol.net>
7465
7466         * Makefile.bcc: removed non existing cpp project and non compilable izt project from makefile
7467         * as/mcs51/asm.h: fixed compilation with Borland C
7468         * support/cpp2/Makefile.bcc: added rule to generate auto-host.h
7469         * support/cpp2/auto-host_vc_in.h: fixed compilation with Borland C
7470         * src/mcs51/mcs51a.dsp: corrected misspelled project name from msc51a to mcs51a
7471         * src/avr/Makefile.bcc, src/ds390/Makefile.bcc, src/izt/Makefile.bcc,
7472         src/mcs51/Makefile.bcc, src/pic16/Makefile.bcc, src/xa51/Makefile.bcc,
7473         src/z80/Makefile.bcc: delete $(LIB) only if exist
7474         * src/Makefile.bcc, src/pic/Makefile.bcc:  fixed compilation with Borland C
7475
7476 2003-02-02  Bernhard Held <bernhard AT bernhardheld.de>
7477
7478         * device/include/malloc.h: introduced NULL
7479         * device/include/string.h: introduced NULL
7480         * device/include/stdlib.h: introduced NULL
7481         * device/lib/_memcpy.c: removed NULL
7482         * device/lib/_strcat.c: removed NULL
7483         * device/lib/_strchr.c: removed NULL
7484         * device/lib/_strcmp.c: removed NULL
7485         * device/lib/_strcpy.c: removed NULL
7486         * device/lib/_strcspn.c: removed NULL
7487         * device/lib/_strlen.c: removed NULL
7488         * device/lib/_strncat.c: removed NULL
7489         * device/lib/_strncmp.c: removed NULL
7490         * device/lib/_strncpy.c: removed NULL
7491         * device/lib/_strpbrk.c: removed NULL
7492         * device/lib/_strrchr.c: removed NULL
7493         * device/lib/_strspn.c: removed NULL
7494         * device/lib/_strstr.c: removed NULL
7495         * device/lib/_strtok.c: removed NULL
7496         * device/lib/malloc.c: removed NULL, include own header
7497
7498 2003-02-02    <johan AT balder>
7499
7500         * 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
7501         * support/regression/fwk/lib/testfwk.c: div and mod isn't broken anymore
7502         * regressions ds390/spec.mk and mcs51/spec.mk (timeout): my good old balder isn't fast enough for some tests
7503         * src/z80/gen.c (genZ80Code): added c-lines in asm comments
7504         * as/z80/asm.h (NINPUT): increased for long c-comments in regression tests
7505         * src/z80/gen.c (genRightShiftLiteral): fixed the (char)(-3)>>8 (I think)
7506
7507 2003-02-01  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
7508
7509         * src/SDCCmain.c: Fixed bug 678574: "ds390: ASlink-Error-Stack overlaps
7510         area 'DATA'"
7511
7512 2003-02-01    <johan AT balder>
7513
7514         * src/SDCCval.c (valBitwise): fixed Karl's "2 | (1<<8)"
7515
7516 2003-01-31    <johan AT CP255758-A>
7517
7518         * src/ds390/main.c (_ds390_genAssemblerPreamble): applied Jan Rejlek's >64K startup patch
7519
7520 2003-01-30    <johan AT balder>
7521
7522         * src/SDCCBBlock.c: automatic bug detection
7523         * src/SDCCicode.c: automatic bug detection
7524
7525 2003-01-29  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
7526
7527         * src/SDCCglobl.h:   now --xram-size 0 works
7528         * src/SDCCmain.c:    now --xram-size 0 works
7529
7530 2003-01-29    <johan AT balder>
7531
7532         * src/almosteverything: changed OP_DEFS and OP_USES from macros to functions to catch symbol abuse (a hot topic in the bug list :)
7533
7534 2003-01-29  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
7535
7536         * as/mcs51/aslink.h: Added options --xram-size and --code-size
7537         * as/mcs51/lkdata.c: Added options --xram-size and --code-size
7538         * as/mcs51/lkmain.c: Added options --xram-size and --code-size
7539         * as/mcs51/lkmem.c:  Added options --xram-size and --code-size
7540         * src/SDCCglobl.h:   Added options --xram-size and --code-size
7541         * src/SDCCmain.c:    Added options --xram-size and --code-size
7542
7543 2003-01-28  Bernhard Held <bernhard AT bernhardheld.de>
7544
7545         * src/ds390/gen.c: fix deps by replacing <common.h> with "common.h"
7546         * src/SDCC.lex: rename P_OVERLAY to P_OVERLAY_ for cross-gcc 3.2 MINGW32
7547
7548 2003-01-27    <johan AT balder>
7549
7550         * src/SDCC.y: fixed bug #613764
7551
7552 2003-01-26    <johan AT balder>
7553
7554         * src/SDCClrange.c:  fixed Bernhard's "char * code ptr = &c"
7555         * src/SDCCsymt.h: fixed bug #673374
7556         * src/SDCCglue.c: fixed bug #661910
7557         * src/SDCCast.c: fixed bug #458099 and 673374
7558
7559 2003-01-26  Bernhard Held <bernhard AT bernhardheld.de>
7560
7561         * as/mcs51/strcmpi.c: added, provides Aurelien Jarno's as_strcmpi(); strcmpi() is not ANSI
7562         * as/mcs51/strcmpi.h: added
7563         * as/mcs51/asm.h: remove ugly "#define strcmpi strcmp"
7564         * as/mcs51/aslink.h: remove ugly "#define strcmpi strcmp"
7565         * as/mcs51/asmain.c: strcmpi -> as_strcmpi
7566         * as/mcs51/assym.c: strcmpi -> as_strcmpi
7567         * as/mcs51/lkmem.c: strcmpi -> as_strcmpi
7568         * as/mcs51/lknoice.c: strcmpi -> as_strcmpi
7569         * as/mcs51/lksym.c: strcmpi -> as_strcmpi
7570         * as/mcs51/Makefile.aslink: new module strcmpi
7571         * as/mcs51/Makefile.asx8051: new module strcmpi
7572         * as/mcs51/Makefil.bcc: new module strcmpi
7573         * as/mcs51/Makefile.in: new module strcmpi
7574         * sim/ucsim/s51.src/uc390.cc (get_mem_size): make RAM big enough for tinibios
7575
7576 2003-01-26    <johan AT balder>
7577
7578         * src/SDCCglue.c: reverted back to 1.124
7579         * src/SDCCast.c: reverted back to 1.156
7580         * src/mcs51/gen.c (aopGet): applied Frieder's efficiency patch
7581
7582 2003-01-25    <johan AT balder>
7583
7584         * src/SDCCglue.c: A better fix for bug #661910
7585         * src/SDCCast.c: A better fix for bug #661910
7586         * src/SDCCglue.c (emitRegularMap): That was a little too efficient
7587
7588 2003-01-24  Bernhard Held <bernhard AT bernhardheld.de>
7589
7590         * src/Makefile.in: remove spawn.o
7591         * src/SDCCmain.c: remove spawn.h
7592         * src/SDCCmain.c (printVersionInfo): report MINGW32 instead of UNIX
7593         * src/spawn.c: removed
7594         * src/spawn.h: removed
7595         * support/regression/ports/ds390/spec.mk: link with -r
7596
7597 2003-01-24    <johan AT CP255758-A>
7598
7599         * src/ds390/gen.c (aopOp): fixed bug #667458
7600         * src/SDCCglue.c (emitRegularMap): fixed bug #458099 again
7601         * src/SDCCast.c (createIvalCharPtr): fixed bug #661910
7602         (createIvalCharPtr): an ival doesn't always have a storage class anymore
7603
7604 2003-01-24  Bernhard Held <bernhard AT bernhardheld.de>
7605
7606         * src/mcs51/peeph.def: better assembler identation by Frieder
7607         * src/mcs51/gen.c: better assembler identation by Frieder
7608
7609 2003-01-22  Bernhard Held <bernhard AT bernhardheld.de>
7610
7611         * as/z80/string.h: removed for gcc 3.2
7612         * support/makebin/makebin.c: #include <string.h> for gcc 3.2
7613         * src/pic/pcode.c (get_op_from_instruction): fix concatenation of string literals with __FUNCTION__ for gcc 3.2
7614
7615 2003-01-19  Bernhard Held <bernhard AT bernhardheld.de>
7616
7617         * src/SDCCmain.c (linkEdit): rename mem and map files even in case of failure
7618         * src/SDCCpeeph.c (replaceRule): fix bug #663503
7619         * support/regression/Makefile: separate temp files for ports
7620         * support/regression/generate-cases.py: separate temp files for ports
7621         * src/mcs51/peeph.def: Frieder: removed 237 (obsolete by 236g and 105); added 237 a/b
7622         * src/ds390/peeph.def: Frieder: removed 237 (obsolete by 236g and 105); added 237 a/b
7623
7624 2003-01-19  Bernhard Held <bernhard AT bernhardheld.de>
7625
7626         * moved tinitalk to device/examples/ds390
7627
7628 2003-01-14  Bernhard Held <bernhard AT bernhardheld.de>
7629
7630         * as/mcs51/lkmem.c: rflag is for DS390
7631         * src/SDCCglobl.h: removed out_name and options stackOnData, genericPtr
7632         * src/SDCCmain.c (optionsTable, setDefaultOptions): removed --stack-after-data and --generic
7633                          (linkEdit): move mem- and map-files the same way as ihx-files
7634         * src/z80/main.c (_setDefaultOptions): removed --generic
7635         * src/SDCCmain.c (_processC1Arg, parseCmdLine, main): --c1mode works again
7636         * src/SDCCglue.c (createInterruptVect, glue): --c1mode works again
7637         * src/pic/glue.c (picglue): --c1mode works again
7638         * src/pic16/glue.c (pic16glue): --c1mode works again
7639         * src/asm.c (printCLine): fix #660034
7640
7641 2003-01-13  Bernhard Held <bernhard AT bernhardheld.de>
7642
7643         * src/ds390/peeph.def: fix #123; add 14 rules by Fiorenzo D. Ramaglia <fd.ramaglia AT tin.it>, 1 by Frieder
7644         * src/mcs51/peeph.def: fix #123; add 14 rules by Fiorenzo, 1 by Frieder
7645         * src/mcs51/gen.c (genFunction): emit r0 instead of ar0 by Fiorenzo
7646         * as/mcs51/lkmem (summary): better fix for sp problem
7647         * src/SDCCglue.c (glue): __start_stack - 1, saves 1 byte!
7648         * src/ds390/main.c (_ds390_finaliseOptions, _tininative_finaliseOptions): stack_loc = 0x400008
7649         * support/regression/ports/*/spec.mk: moving testfwk-object to port dir allow parallel execution of regression tests
7650                                               remove --stack-after-data
7651
7652 2003-01-12  Bernhard Held <bernhard AT bernhardheld.de>
7653
7654         * src/SDCCmain.c (main): port->finaliseOptions() moved for z80 linking
7655         * src/SDCCutil.c (join): ugly bug: missing '\0'
7656         * as/mcs51/lkmem.c (summary): sp on address 7 is safe
7657
7658 2003-01-11  Bernhard Held <bernhard AT bernhardheld.de>
7659
7660         * src/SDCCmain.c (assemble, linkEdit): preparations for -o
7661         * src/port.h: typo
7662         * src/pic/main.c (_asmCmd): gpasm supports -o
7663         * src/z80/main.c: more general macros
7664         * device/lib/Makefile.in: remove intermediate files
7665
7666 2003-01-11  Bernhard Held <bernhard AT bernhardheld.de>
7667
7668         * .version: Bumped version number to 2.3.3
7669         * src/SDCCBBlock.c: new option -o
7670         * src/SDCCglobl.h: new option -o
7671         * src/SDCCglue.c: new option -o
7672         * src/SDCCmain.c: new option -o
7673         * src/asm.c: new option -o
7674         * src/ds390/main.c: new option -o
7675         * src/pic/glue.c: new option -o
7676         * src/pic/pcode.c: new option -o
7677         * src/pic/ralloc.c: new option -o
7678         * src/pic16/glue.c: new option -o
7679         * src/pic16/pcode.c: new option -o
7680         * src/pic16/ralloc.c: new option -o
7681         * src/z80/main.c: new option -o
7682         * device/lib/Makefile.in: use -o
7683         * support/regression/ports/ds390/spec.mk: use -o
7684         * support/regression/ports/gbz80/spec.mk: use -o
7685         * support/regression/ports/mcs51/spec.mk: use -o
7686         * support/regression/ports/mcs51-stack-auto/spec.mk: use -o
7687         * support/regression/ports/z80/spec.mk: use -o
7688         * support/regression/ports/ucz80/spec.mk: use -o
7689         * support/regression/ports/xa51/spec.mk: use -o
7690         * support/regression/fwk/lib/timeout.c: fix usage string
7691
7692 2003-01-09  Bernhard Held <bernhard AT bernhardheld.de>
7693         * src/mcs51/gen.c (genPlus): replaced "mov b,acc" by "mov b,a" Fiorenzo D. Ramaglia <fd.ramaglia AT tin.it>
7694
7695 2003-01-07    <johan AT balder>
7696
7697         * src/SDCCast.c (decorateType): fixed bug #600035
7698
7699 2003-01-07  Bernhard Held <bernhard AT bernhardheld.de>
7700         * as/mcs51/lkmem.c: added several l-modifiers to printf to remove warnings
7701         * as/mcs51/lkaomf51.c: #include <ctype.h> to remove warnings
7702         * src/pic/main.c (_hasNativeMulFor): outcommented unused variables to remove warnings
7703         * src/pic/pcode.c: outcommented unused variable to remove warnings
7704         * src/pic/ralloc.c: outcommented unused variable to remove warnings
7705
7706 2003-01-06    <karl AT turbobit.com>
7707         * sim/ucsim/cmd.src/command.cc: fixed so "break xram r 0x7654" works again in
7708    regression tests.
7709
7710 2003-01-06    <johan AT balder>
7711
7712         * src/SDCCicode.c: fixed array add
7713
7714 2002-01-05  Bernhard Held <bernhard AT bernhardheld.de>
7715         * src/SDCCmacro.c: MAX_STRING_LENGTH increased to 2048; was too small for regression tests
7716         * support/regression/ports/host/support.c: #include <stdarg.h> for gcc 3.2
7717
7718 2003-01-04    <johan AT balder>
7719
7720         * src/SDCCval.c (getNelements): fixed the initialized array of structures
7721
7722 2002-12-29  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
7723         * as/mcs51/Makefile.bcc: fixed typo lkomf51.o -> lkaomf51.o
7724
7725 2002-12-28  Bernhard Held <bernhard AT bernhardheld.de>
7726         * src/mcs51/peeph.def: added rules 234 and 235 from Frieder Ferlemann <frieder.ferlemann AT web.de>
7727         * support/regression/tests/bug-524697.c: fit mem usage into 8032
7728
7729 2002-12-28  Bernhard Held <bernhard AT bernhardheld.de>
7730         * src/mcs51/gen.c (aopGetUsesAcc): inserted missing "return FALSE"
7731
7732 2002-12-27  Bernhard Held <bernhard AT bernhardheld.de>
7733         * as/mcs51/Makefile.in: fixed typo lkomf51.o -> lkaomf51.o
7734
7735 2002-12-26  Bernhard Held <bernhard AT bernhardheld.de>
7736         * src/mcs51/main.c: removed {bindir}{sep} from aslink
7737
7738 2002-12-10  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
7739
7740     * in \sdcc\as\mcs51\ changed these files in order to create an
7741     aomf51 file: aslink.h, lkdta.c, lklex.c, lklibr.c, lklist.c,
7742     lkmain.c.  Also added: lkmem.c and lkaomf51.c.  Changed the
7743     following files to include the previous two files: aslink.dsp,
7744     Makefile.aslink, Makefile.bcc, and Makefile.in.
7745
7746     * Changed \sdcc\src\SDCCmain.c so it creates files with extension
7747     .adb instead of .cdb
7748
7749 2002-11-09  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
7750
7751         * \sdcc\as\mcs51\lklist.c: Now reports memory usage using the
7752         value from option --iram-size.
7753
7754 2002-09-20  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
7755
7756         * \sdcc\as\mcs51\lklist.c: added boundary check before using
7757         dram[] array.
7758
7759 2002-09-18    <wiml AT hhhh.org>
7760
7761         * SDCClrange.h: exposed setFromRange() and setToRange()
7762         * mcs51/ralloc.c: fixed over-eager packRegsForSupport() and
7763           packRegsForAccUse() (bug 542397)
7764         * mcs51/gen.c: MOVA() is now a function to avoid calling aopGet()
7765           multiple times and emitting the fetch operations more than once
7766           added aopGetUsesAcc() function to allow binary operators to
7767           fetch their operands in the correct order; made genMinus() emit
7768           compact code for X = LITERAL - Y
7769
7770 2002-09-00  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
7771         * \sdcc\as\mcs51\lklist.c: Fixed incorrect number of parameters to
7772         sprintf() in line 1267.
7773
7774 2002-09-08  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
7775         * \sdcc\src\SDCCglue.c: Generate areas REG_BANK_[0-3] only for 8051
7776         like ports.
7777
7778 2002-09-04  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
7779         Changes to aslink (All the changes are marked with 'JCF'):
7780
7781         * \sdcc\as\mcs51\aslink.h: External definition of sflag and
7782         summary().
7783
7784         * \sdcc\as\mcs51\lkarea.c: Computes the size of area BSEG_BYTES from
7785         area BSEG.  Also moves, if possible, the DATA area down into the internal
7786         ram so more space is available.
7787
7788         * \sdcc\as\mcs51\lkdata.c: Definition of memory summary output flag
7789         sflag.
7790
7791         * \sdcc\as\mcs51\lklist.c: For the BSEG area report the size in bits,
7792         not bytes.  Function summary() which creates a memory usage summary
7793         file with extension .mem.  Reports of overlaping stack and small stack
7794         size.  If the space for the stack is less than 16 bytes aslink trows a
7795         warning.
7796
7797         * \sdcc\as\mcs51\lkmain.c: Creation of some of the default areas for
7798         the 8051.  Option 'y' for memory summary output file.
7799
7800         Changes to sdcc (All the changes are marked with 'JCF'):
7801
7802         * \sdcc\src\SDCCglobl.h: External definition of RegBankUsed[4].
7803
7804         * \sdcc\src\SDCCglue.c:  If a register bank is used, creates an
7805         overlaying area for it (uses RegBankUsed[4]).
7806
7807         * \sdcc\src\SDCCmain.c: Definition RegBankUsed[4]; marks register
7808         bank zero as used by default.  By default aslink locates the stack
7809         (equivalent to --stack-after-data).  Pass option 'y' to aslink for
7810         the creation of the .mem file.  Delegates the allocation of data area
7811         to aslink (it is not longer 0x30 by default).  If --stack-loc passes
7812         the begining of the stack area to aslink.
7813
7814         * \sdcc\src\SDCCmem.c:  If a register bank is used, marks it so
7815         glue() in SDCCglue.c creates an area for it.
7816
7817 2002-09-03  Borut Razem <borut.razem AT siol.net>
7818         * sdcc/src/SDCCglue.c, sdcc/src/SDCCglue.h, sdcc/src/SDCCmain.c,
7819         sdcc/src/pic/glue.c:
7820         introduced atexit() handler for teporay files removal in case of
7821         errors, assertions, ...
7822
7823 2002-08-29  Borut Razem <borut.razem AT siol.net>
7824         * sdcc/support/cpp2/auto-host_vc_in.h:
7825         re-definition of O_BINARY and other O_XXX as _O_BINARY and _O_XXX, so the problem
7826         with the returned value from read() in sdcc/support/cpp2/cppfiles.c is solved for MSC.
7827         Maybe there is a similar problem with BORLANDC? It should be checked!
7828
7829         * sdcc/src/ds390/ralloc.c, sdcc/src/mcs51/ralloc.c, sdcc/src/z80/ralloc.c:
7830         corrected improper use of assert: the assignment to clr variable was done inside the assert.
7831         In case that NDEBUG was defined, the assert macro was substituted with no-op, so the assignment
7832         was not executed, and the compiler (cl) launched a warning:
7833         ralloc.c(1442) : warning C4700: local variable 'clr' used without having been initialized
7834
7835 2002-08-28  Bernhard Held <bernhard AT bernhardheld.de>
7836         * src/SDCCglue.c (printIvalArray): iterative calculation of array length
7837
7838 2002-08-28  Jesus Calvino-Fraga and Borut Razem <borut.razem AT siol.net>
7839         * sdcc/sdcc.dsw: added sdcpp, sdcppa, yacc, conf projects
7840
7841         * sdcc/src/src.dsp, sdcc/src/avr/avr.dsp, sdcc/src/ds390/ds390.dsp,
7842           sdcc/src/mcs51/mcs51.dsp, sdcc/src/pic/pic.dsp, sdcc/src/z80/z80.dsp,
7843           sdcc/src/xa51/xa51.dsp, sdcc/src/avr/avra.dsp,
7844           sdcc/src/ds390/ds390a.dsp, sdcc/src/mcs51/mcs51a.dsp,
7845           sdcc/src/pic/pica.dsp, sdcc/src/z80/z80a.dsp,
7846           sdcc/src/xa51/xa51a.dsp, sdcc/as/as_z80.dsp,
7847           sdcc/as/aslink.dsp, sdcc/as/asx8051.dsp, sdcc/packihx/packihx.dsp:
7848         - added Release configuration in VS projects
7849         - review of compiler an linker options
7850         - VC .exe files are generated in bin_vc directory, not to interfere
7851           with binaries generated from other projects (cygwin, mingw, bcc ...)
7852
7853         * sdcc/src/yacc.dsp: added
7854
7855         * sdcc/config.dsp, sdcc/configure_vc.awk, sdcc/sdcc_vc_in.h:
7856         added - genarate sdcc_vc.h using sdcc_vc_in.h as template
7857         and insert the version number definitions from .version
7858
7859         * sdcc/support/cpp2/sdcpp.dsp: added - VC project for sdcpp
7860
7861         * sdcc/support/cpp2/sdcppa.dsp, sdcc/support/cpp2/auto-host_vc_in.h:
7862         added - genarate auto-host.h using auto-host_vc_in.h as template
7863
7864         * sdcc/sdcc_vc.h,
7865         removed from CVS, generated automatically
7866
7867 2002-08-25  Bernhard Held <bernhard AT bernhardheld.de>
7868         * support/scripts/inc2h.pl: use gputils or gpasm (from Nathan Hurst)
7869
7870 2002-08-11  Borut Razem <borut.razem AT siol.net>
7871         * support/Util/NewAlloc.c: removed unneeded #include "sdccconf.h" (suggested by Jesus Calvino-Fraga)
7872
7873 2002-08-10  Borut Razem <borut.razem AT siol.net>
7874         * src/SDCCmain.c (main):
7875         file preOutName was unlinked before closed. This seems to be OK on UNIX and cygwin
7876         platforms, but it doesn't work with Visual Studio: the opened file can not be removed.
7877         The consequence was that some temporary files were not removed.
7878
7879         * src/SDCCglue.c:
7880         unification of code in functions tempfilename() and tempfile():
7881         function tempnam() is defined in Visual Studio 6.0 and .NET
7882
7883         * sdcc/sdcc.dsw: removed project sdcpp, added project xa51a
7884
7885         * sdcc/src/src.dsp, sdcc/src/avr/avr.dsp, sdcc/src/ds390/ds390.dsp,
7886           sdcc/src/mcs51/mcs51.dsp, sdcc/src/pic/pic.dsp, sdcc/src/z80/z80.dsp:
7887         - removed compiler command line option /WX: Treats all warnings as errors
7888         - update a list of source files, included into the project
7889
7890         * sdcc/src/avr/avra.dsp, sdcc/src/ds390/ds390a.dsp, sdcc/src/mcs51/mcs51a.dsp,
7891           sdcc/src/pic/pica.dsp, sdcc/src/z80/z80a.dsp:
7892         changed project type to Generic Project so that can be correcly converted to VS.NET project
7893
7894         * sdcc/as/mcs51/asm.h: definition of PATH_MAX for MSC
7895
7896         * sdcc/src/SDCCast.c: solved MSC error in function decorateType()
7897
7898         * sdcc/src/SDCC.y: added missing ending ';' to rules to get rid of bison warnings
7899
7900         * dcc/src/ds390/ralloc.c, sdcc/src/mcs51/ralloc.c:
7901         added return 0 statements after assert() to make compiler happy
7902
7903         * sdcc/src/xa51/peeph.rul, sdcc/src/xa51/peeph.def, sdcc/src/z80/ralloc.c:
7904         added newline in the def file to keep MSC compiler satisfied
7905
7906         * sdcc/src/z80/gen.c:
7907         - function strcasecmp() is not defined in MSC (and probably also in BORLANDC),
7908           so it is replaced with STRCASECMP, which is defined as stricmp in case of MSC and BORLANDC
7909         - solved MSC error in function aopDump()
7910
7911         * sdcc_vc.h: define PREFIX as "\\sdcc"
7912
7913 2002-07-18  Bernhard Held <bernhard AT bernhardheld.de>
7914         * src/SDCCast.c (decorateType): fixed access to array of structures http://sourceforge.net/mailarchive/forum.php?thread_id=902690&forum_id=4107
7915
7916 2002-06-22  Scott Dattalo <scott AT dattalo.com>
7917         * src/pic/*: Numerous bug fixes. Flow analysis has been enhanced.
7918         - Rewrote the register banking algorithm.
7919         - Added pCode live-range analysis to registers (for now, only non-used and
7920         singly-used registers optimized away)
7921
7922         * src/pic/pcoderegs.[ch]: Added new files for pCode live-range analysis
7923
7924         * 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.
7925
7926 2002-05-10  Scott Dattalo <scott AT dattalo.com>
7927         * src/pic/*: Added support for multiplication. Fixed many,many bugs.
7928
7929 2002-04-22  Michael Hope  <michaelh AT vroom>
7930
7931         * device/lib/z80/printf.c: Changed emitter to volatile to work around a pcall bug.
7932
7933         * configure.in (DD_COPT): Added include support required for gbdk.
7934
7935         * .version: Bumped version number just to increase it.
7936
7937         * src/SDCCmain.c: Added -nostdinc to the default options.
7938
7939 2002-04-15  Michael Hope  <michaelh AT vroom>
7940
7941         * device/lib/z80/printf.c (sprintf): Added.
7942
7943         * src/z80/ralloc.c (packRegisters): Disabled pack HL use for GB as it's broken.
7944
7945         * src/z80/peeph.def: Added transpose redundent load rule.
7946
7947         * src/z80/main.c: Added force callee saves for jaune.
7948
7949         * src/port.h: Removed the i186 and tlcs-900h ports as they weren't being being developed.
7950
7951         * src/SDCCmain.c: Pulled the options definition out so that you can add port specific options without changing the main file.
7952
7953 2002-03-28  Johan Knol  <johan AT balder>
7954
7955         * src/SDCCval.c: fixed bug #532436
7956
7957 2002-03-14  Scott Dattalo <scott AT dattalo.com>
7958         * /src/port.h:
7959         Added "char *Processor" field to the port structure.
7960
7961         * /src/SDCCmain.c:
7962         Added -p option. Allows port dependent processor to be specified.
7963
7964         * all ports:
7965         Initialized the new field char *Processor field to NULL in all ports
7966
7967         * /src/pic/*:
7968         Compiler generated registers for interrupt context saving
7969         were not getting allocated.
7970
7971 2002-03-16  Sandeep Dutta  <sandeep AT ddi.com>
7972
7973         * /src/SDCCast.c:
7974         Fixed left shift. Will promote the left side of a left shift
7975         if a) left shifting more than size of operand or b) when assigned
7976         to something size > size of left side
7977
7978 2002-03-14  Scott Dattalo <scott AT dattalo.com>
7979         * src/pic/*
7980         tons of changes. Register allocation has been
7981         rewritten. Added customization for the various PICs. Flow
7982         analysis is restructured. ...
7983
7984         * src/pic/device.h:
7985         Added
7986
7987         * src/pic/device.c:
7988         Added. device.c is a PIC port hack to accomodate variations
7989         in PIC devices.
7990
7991 2002-03-13  Michael Hope  <michaelh AT vroom>
7992
7993         * src/z80/gen.c (genGenPointerGet): Fixed a bug where a pointer in HL is dereferenced into HL but HL is not spilled.  Yeah.
7994
7995 2002-03-04  johanknol  <johanknol AT manik>
7996
7997         * /src/SDCCval.c: fixed
7998
7999         const unsigned char arr[][2] = { { 0, 1 } };
8000         t18.c:1: error: Initializer element is not constant
8001
8002 2002-03-04  bela  <bela AT manik>
8003
8004         * /device/include/mcs51reg.h:
8005         ds89c420 register definition update
8006
8007 2002-03-03    <johan AT FRIJA>
8008
8009         * support/Util/SDCCerr.c: did something, but don't no why anymore
8010
8011         * support/regression/tests/bug-524691.c: made it a little less shy
8012
8013         * src/SDCCast.c (decorateType): fixed bug #524697
8014
8015         * src/SDCCast.c: made some lineno improvements
8016
8017         * src/SDCCval.c (getNelements): changed warning to error
8018
8019         * src/SDCCglue.c (printIvalArray): changed warning to error
8020
8021         * src/SDCCicode.c: fixed a warning for mingw
8022
8023         * src/SDCCast.c (decorateType): fixed the << promotion for ops
8024
8025         * src/SDCCicode.c (geniCodeDivision): divide is shift only for unsigned (bug #524685)
8026
8027 2002-03-02  Sandeep Dutta  <sandeep AT ddi.com>
8028
8029         * src/ds390/peeph.def:
8030         Added some more peephole rules
8031
8032         * src/ds390/gen.c: Various fixes & enhancements
8033
8034         * src/SDCClrange.c, src/SDCClrange.h:
8035         functions "alldefsoutofrange" and "notusedinblock" moved to SDCClrange.c
8036
8037         * src/ds390/ralloc.c:
8038         various fixes & enhancements (ds390) specific
8039
8040         * src/avr/ralloc.c, src/mcs51/ralloc.c, src/pic/ralloc.c, src/xa51/ralloc.c, src/z80/ralloc.c:
8041         Functions "allDefsOutOfRange" & "notUsedinBlock" moved to SDCClrange.c
8042         from rallocs.
8043
8044         * sdcc/src/SDCCcse.c: Better fix for bug # 514308
8045
8046 2002-03-02    <johan AT FRIJA>
8047
8048         * src/SDCCast.c (decorateType): fixed bug #524708
8049
8050         * src/SDCCval.c (floatFromVal): fixed the literal void (whatever that may be)
8051
8052         * src/SDCCicode.c (geniCodePtrPtrSubtract): fixed bug #524691
8053
8054 2002-03-01  Michael Hope  <michaelh AT vroom>
8055
8056         * src/SDCCsymt.c (initCSupport): Removed managling of support function names.
8057
8058         * src/z80/ralloc.c (packRegsForIYUse): Fixed fp bug where four byte operands were packed into IY.
8059
8060 2002-03-01    <johan AT FRIJA>
8061
8062         * src/SDCCglue.c (printIvalPtr): fixed bug #524211
8063
8064         * src/SDCCast.c (decorateType): fixed bug #524209
8065
8066         * src/SDCCval.c (valNot): fixed bug #524195
8067
8068 2002-02-26    <johan AT balder>
8069
8070         * src/xa51/gen.c: fixed a warning
8071
8072         * src/SDCCglue.c (printIvalFuncPtr): fixed bug #522534
8073
8074         * src/SDCCast.c (decorateType): fixed bug #522534
8075
8076 2002-02-23    <johan AT balder>
8077
8078         * src/SDCCdflow.c (computeDataFlow): fixed bug #460088
8079
8080 2002-02-22    <johan AT balder>
8081
8082         * src/SDCCast.c: fixed bug #514865
8083
8084         * src/SDCCy.c ("SDCC.y"): fixed bug #516625
8085
8086 2002-02-21  Sandeep Dutta  <sandeep AT ddi.com>
8087
8088         * sdcc/src/SDCCloop.c:
8089         Previous fix was not good. basic blocks that have "break" or "return" are
8090         not really partof a loop , but live ranges used in these blocks should
8091         be live thru the entire loop, so set partOfLoop but don't add them to
8092         loop region
8093
8094 2002-02-21    <johan AT FRIJA>
8095
8096         * src/SDCCcse.c: fixed bug #514308
8097
8098 2002-02-20  Sandeep Dutta  <sandeep AT ddi.com>
8099
8100         * src/SDCCloop.c:
8101         Fixed BUG #519583. If a conditional block ended in a return/break
8102         statement inside a loop, it was not being considered part of the loop.
8103
8104         * src/SDCCcflow.c: Removed fix (Fixed in SDCCloop.c)
8105
8106 2002-02-10  Karl Bongers <karl AT turbobit.com>
8107
8108         * debugger/*:
8109         Fixed up SDCDB debugger somewhat.  Updated debugger/README
8110         with lots of comments and notes.
8111
8112         * device/examples/test2.c:
8113         Fix bug, "red" variable not being initialized(compiler complained).
8114
8115         * device/examples/Makefile, examples/test3.c:
8116         Add Makefile in device/examples folder, compiles test3.c
8117         for use as a multiple module SDCDB test case.
8118
8119         * sim/ucsim/cmd.src/cmdset.cc:
8120         Took out debug printfs in ucsim "next" command.
8121
8122         * sim/ucsim/xa.src:
8123         Karl and Johan start ucsim XA support.  Most dissassembly working,
8124         about 75% emulation done(plenty of work remaining).
8125
8126         * sim/ucsim/z80.src:
8127         Add Z80 support to ucsim, add test-ucz80 regression test,
8128         notice ucsim/z80 emulation fails on examples/test3.c/itoa code.
8129         Notice z80 compiler fails on examples/test3.c/crc code.
8130
8131 2002-01-30  Sandeep Dutta  <sandeep AT ddi.com>
8132
8133         * src/mcs51/gen.c, src/mcs51/main.c, src/mcs51/ralloc.c:
8134         Added support for --parms-in-bank1
8135
8136         * src/ds390/peeph.def:
8137         added a few more peephole optimzations
8138
8139         * src/ds390/main.c:
8140         1) added __builtin_inp & __builtin_outp used to read in data of given length
8141            from a memory mapped port
8142         2) added __builtin_memcmp
8143         3) added __builtin_swapw swap bytes of a short
8144
8145         * src/ds390/gen.c, src/ds390/gen.h, src/ds390/ralloc.c:
8146         1) handle multiple send & receives from register bank1
8147         2) ralloc can now allocate DPTR1 to some liveRanges
8148
8149         * src/SDCCsymt.c, src/SDCCsymt.h:
8150         changes to handle multiple sends & receives
8151
8152         * src/SDCCptropt.h:
8153         added some pointer arithmetic optimization
8154
8155         * src/SDCCptropt.c:
8156         added some pointer arithmetic optimizations but not stable yet so not
8157         called from anywhere (will get this working shortly)
8158
8159         * src/SDCCopt.c: fixed for multiple sends & receives
8160
8161         * src/SDCCmain.c:
8162         1) added options --parms-in-bank1 (ds390/mcs51) & --protect-sp-update
8163         2) preprocessing done AFTER port->finalizeoptions . This allows ports to
8164            set preprocessor defines (depending on options)
8165
8166         * src/SDCCicode.c, src/SDCCicode.h:
8167         changes made to handle multiple sends & receives
8168
8169         * src/SDCCglobl.h:
8170         Added options --protect-sp-update (ds390) and --parms-in-bank1 (ds390/mcs51)
8171
8172         * src/SDCCcse.c, src/SDCCcse.h:
8173         added function findbackward def (to be used in upcoming optimization)
8174
8175         * src/SDCCcflow.c, src/SDCCcflow.h:
8176         added function returnAtEnd - to determine if a basic block terminates with
8177         a RETURN iCode
8178
8179         * src/SDCCast.c, src/SDCCast.h:
8180         added option parms-in-bank1
8181
8182         * device/lib/_divsint.c, device/lib/_divslong.c, device/lib/_divuint.c
8183         * device/lib/_divulong.c, device/lib/_modsint.c, device/lib/_modslong.c
8184         * device/lib/_modulong.c, device/lib/_mulint.c, device/lib/_mullong.c:
8185         adjusted for --parms-in-bank1 option
8186
8187         * device/include/string.h:
8188         donot redefine "reentrant" keyword
8189
8190         * device/include/ds80c390.h: Added some more SFRs
8191
8192 2002-01-28  Bernhard Held  <bernhard AT bernhardheld.de>
8193
8194         * sim/ucsim: Merged branch ucsim-034-pre3 to main trunk; new version 0.4
8195
8196 2002-01-26  Bernhard Held  <bernhard AT bernhardheld.de>
8197
8198         * src/SDCCast.c (funcOfType): fix usage of double --float-reent
8199
8200 2002-01-22  Bernhard Held  <bernhard AT bernhardheld.de>
8201
8202         * support/regression/fwk/lib/testfwk.c (main): Removed workaround for bug #505387
8203
8204 2002-01-18  Paul Stoffregen  <paul AT pjrc.com>
8205
8206         * Added --xram-movc option
8207
8208 2002-01-13  Bernhard Held  <bernhard AT bernhardheld.de>
8209
8210         * support/regression/Makefile: don't include test-mcs51-stack-auto in target all
8211
8212 2002-01-11  Johan Knol
8213
8214         * Added math lib of Jesus Calvino-Fraga
8215
8216 2002-01-08  Bernhard Held  <bernhard AT bernhardheld.de>
8217
8218         * src/SDCCmain.c (processFile): fix processing of ../../src.c
8219         * support/regression/Makefile: new target test-mcs51-stack-auto
8220         * support/regression/ports/mcs51-stack-auto/spec.mk: added
8221
8222 2002-01-04  Bernhard Held  <bernhard AT bernhardheld.de>
8223
8224         * src/SDCCglue.h: printIvalCharPtr(), not printIvalChar()
8225
8226 2002-01-04  Bernhard Held  <bernhard AT bernhardheld.de>
8227
8228         * support/regression/ports/mcs51/support.c: correct setup of timer / UART
8229
8230 2002-01-03  Bernhard Held  <bernhard AT bernhardheld.de>
8231
8232         * src/SDCCsymt.c (processFuncArgs): fix #498307 by Johan
8233
8234         * src/SDCCglue.h: add definition for printIvalChar()
8235
8236 2002-01-02  Bernhard Held  <bernhard AT bernhardheld.de>
8237
8238         * src/SDCCast.c: fix #498138 by Johan
8239
8240         * src/SDCCglue.c: fix #498138 by Johan
8241
8242 2002-01-02  Bernhard Held  <bernhard AT bernhardheld.de>
8243
8244         * support/regression/Makefile: fix clean
8245
8246         * support/regression/ports/ds390/support.c: fix transmission of last character
8247
8248 2001-12-29  Sandeep Dutta  <sandeep AT ddi.com>
8249
8250         * /sdcc/src/ds390/gen.c:
8251         a) improved computing address of stack variable
8252         b) took out some #if 0 code
8253         c) improved parmBytes adjustment
8254         d) improved genPlusIncr & genMinusIncr
8255         e) genCmp could generate bad code (when left assigned to DPTR)
8256         f) Fixed bug in hasInc
8257
8258         * /sdcc/src/ds390/ralloc.c:
8259         a) packRegsForSupport could mess up live information (Fixed)
8260         b) packRegsDPTRuse could be incorrect for left & right shift
8261
8262         * /sdcc/src/mcs51/ralloc.c:
8263         packRegsForSupport could mess up the live information (Fixed)
8264
8265         * /sdcc/src/mcs51/gen.c: Fixed a bug in hasInc
8266
8267         * /sdcc/src/SDCCast.c:
8268         can reverse a loop even if function call is present as long
8269         as the loop control variable is local & is not passed as parameter
8270
8271 2001-12-24  Sandeep Dutta  <sandeep AT ddi.com>
8272
8273         * /sdcc/ChangeLog: *** empty log message ***
8274
8275         * /sdcc/src/ds390/gen.c, /sdcc/src/ds390/main.c:
8276         More builtin function additions for TININative
8277
8278         * /sdcc/src/ds390/ralloc.c:
8279         Had broken the regression testsuite
8280
8281         * /sdcc/src/SDCCast.c: Fixed a bug in dumptree
8282
8283         * /sdcc/src/SDCCsymt.c, /sdcc/src/SDCCsymt.h:
8284         Added funcattr hasStackParms will be set for reentrant functions when there
8285         are paramteres on the stack, this helps in minimizing frame pointer generation
8286         typeFromStr can handle function pointers now
8287
8288         * /sdcc/doc/builtins.txt, /sdcc/doc/TININative.txt:
8289         *** empty log message ***
8290
8291 2001-12-24  Sandeep Dutta  <sandeep AT ddi.com>
8292
8293         * /src/ds390/gen.c, /src/ds390/main.c:
8294         More builtin function additions for TININative
8295
8296         * /src/ds390/ralloc.c:
8297         Had broken the regression testsuite
8298
8299         * /src/SDCCast.c: Fixed a bug in dumptree
8300
8301         * /src/SDCCsymt.c, /src/SDCCsymt.h:
8302         Added funcattr hasStackParms will be set for reentrant functions when there
8303         are paramteres on the stack, this helps in minimizing frame pointer generation
8304         typeFromStr can handle function pointers now
8305
8306         * /doc/builtins.txt, /doc/TININative.txt:
8307         *** empty log message ***
8308
8309
8310 2001-12-24  Sandeep Dutta  <sandeep AT ddi.com>
8311
8312         * /src/ds390/gen.c, /src/ds390/main.c, /src/ds390/peeph.def, /src/ds390/ralloc.c:
8313         ALPHA version for -mTININative
8314
8315         * /src/izt/i186.c, /src/izt/tlcs900h.c, /src/mcs51/main.c, /src/pic/main.c, /src/z80/main.c, /src/avr/main.c:
8316         updated to reflect changes in the port structure
8317
8318         * /src/port.h:
8319         added function do_assemble (similar to do_link) if non-null this function
8320         will be called to do assembly (-mTININative) requires a multi command
8321         assembly
8322         added function genAssemblerEnd will be called to generate assembler Epilogue
8323
8324         * /src/SDCCsymt.c:
8325         added _JavaNative to debug info printing
8326
8327         * /src/SDCCmain.c: added option --tini-libid
8328         added port->do_assemble function (-mTININative) has a multi command assemble
8329
8330         * /src/SDCCglue.c: Disabled "constExpr" check
8331         added port->genAssemblerEnd function
8332
8333         * /src/SDCCglobl.h: Added option --tini-libid value
8334
8335         * /src/SDCCast.h:
8336         tookout optimizeCompare from the header (has no external references)
8337
8338         * /src/SDCCast.c: made one more function "static"
8339
8340 2001-12-23  Michael Hope  <michaelh AT juju.net.nz>
8341
8342         * src/z80/mappings.i: Added z80asm support.
8343
8344         * src/z80/main.c: Added z80asm support on --asm=z80asm
8345
8346         * src/z80/gen.c: Fixed asm portability issues.
8347
8348         * src/asm.c (tvsprintf): Removed old code, added 'N' for function name.  For extern support.
8349
8350         * src/SDCCglue.c (printExterns): Added global/extern split.
8351
8352 2001-12-17  Bernhard Held  <bernhard AT bernhardheld.de>
8353
8354         * support/regression/Makefile: added test for mcs51 model large
8355
8356         * support/regression/ports/mcs51-large/spec.mk: added test for mcs51 model large
8357
8358         * support/regression/ports/gbz80/spec.mk: added -mgbz80
8359
8360 2001-12-05  Michael Hope  <michaelh AT juju.net.nz>
8361
8362         * src/diff.1 (Index): Many, many optmisiations.  Dhrystone up to 201.
8363
8364 1904-01-06  Michael Hope  <michaelh AT juju.net.nz>
8365
8366         * src/z80/ralloc.c (packRegsForIYUse): Fixed the case where an operand is in direct space.
8367
8368         * src/z80/gen.c (makeFreePairId): Optimised IY load by using a spare pair.
8369
8370 2001-12-02  Bernhard Held  <bernhard AT bernhardheld.de>
8371
8372         * src/mcs51/gen.c (genFunction): avoid excess "inc sp"
8373
8374         * support/regression/tests/simplefloat.c: Port to mcs51.
8375
8376 2001-11-25  Michael Hope  <michaelh AT juju.net.nz>
8377         * support/regression/tests/bug-485362.c: Added.
8378
8379         * support/regression/tests/simplefloat.c (testDivNearOne): Added.
8380
8381         * src/z80/gen.c (aopOp): Fixed case where left and result are in the same spill loc and they have different sizes.
8382
8383         * src/z80/peeph.def: Added rules for optimising two byte compares on the same thing, and to optimise two ptr assign.
8384
8385         * src/z80/gen.c (aopDump): Added a dump function.
8386
8387 2001-11-25  Bernhard Held  <bernhard AT bernhardheld.de>
8388         * sim/ucsim/s51.src/glob.cc: DS390 SFRs and bits added.
8389
8390         * sim/ucsim/s51.src/port.cc: Port 4 and 5 added.
8391
8392         * sim/ucsim/s51.src/regs51.h: DS390 SFRs added.
8393
8394         * sim/ucsim/s51.src/uc390.cc: Some details improved, CKRDY works for tinibios.
8395
8396         * sim/ucsim/s51.src/uc390cl.h: Work in progress.
8397
8398         * sim/ucsim/sim.src/uccl.h: 6 ports for DS390.
8399
8400         * support/regression/fwk/lib/testfwk.c: Run with tinibios.
8401
8402         * support/regression/ports/mcs51/spec.mk: Fine tuninig.
8403
8404         * support/regression/ports/ds390/support.c: Use tinibios.
8405
8406         * support/regression/ports/ds390/spec.mk: Fine tuning, use tinibios.
8407
8408 2001-11-23  Michael Hope  <michaelh AT juju.net.nz>support/regression/tests/bug-460010.c
8409
8410         * src/z80/ralloc.c (packRegsForHLUse3): Changed to not pack into HL if anything is in direct space.
8411         (packRegsForHLUse3): Added packing support for send, cast, and return value from a call.
8412
8413         * src/z80/peeph.def: Added rules for optimising pushes of part of a pair.
8414
8415         * src/z80/gen.c (emitCall): Changed the stack fixup to not use HL.
8416
8417 2001-11-18  Michael Hope  <michaelh AT juju.net.nz>
8418
8419         * src/z80/gen.c (genCmp): Fixed compare on unsigned.
8420
8421         * src/z80/ralloc.c (packRegsForHLUse3): Created and optimised.
8422         (packRegsForIYUse): Created and optimised.
8423
8424 2001-11-07  Michael Hope  <michaelh AT juju.net.nz>
8425
8426         * support/regression/tests/float.c (testFloatAdd): Fixed up warning.
8427 2001-11-18  Bernhard Held  <bernhard AT bernhardheld.de>
8428
8429         * sdcc/support/regression/tests/bug-460010.c: fix seg violation on host
8430
8431         * sdcc/support/regression/tests/muldiv.c: fix output on mcs51
8432
8433         * sdcc/support/regression/tests/stacks.c: fix DSEG overflow on mcs51
8434
8435 2001-11-07  Bernhard Held  <bernhard AT bernhardheld.de>
8436
8437         * sdcc/sim/device/lib/_gptrget.c: mem region 5 (idata) added
8438
8439         * sdcc/sim/device/lib/_gptrput.c: mem region 5 (idata) added
8440
8441 2001-11-07  Bernhard Held  <bernhard AT bernhardheld.de>
8442
8443         * sdcc/sim/ucsim/globals.cc: New: IXRAM.
8444
8445         * sdcc/sim/ucsim/stypes.h: New: IXRAM.
8446
8447         * sdcc/sim/ucsim/s51.src/uc390.cc: New: IXRAM.
8448
8449 2001-11-07  Michael Hope  <michaelh AT juju.net.nz>
8450
8451         * src/z80/ralloc.c (packRegsForHLUse): Banned IFXs from being packed into HL.
8452         (packRegsForHLUse): Added rule to pack address of/pointer get for itemps into HL for the Z80.
8453         (packRegsForAccUse2): Added rule to pack hbit IFXs into A.
8454
8455         * src/z80/main.c (_setDefaultOptions): Made float code re-entrant by default.
8456
8457         * src/z80/gen.c (aopGetLitWordLong): Added word support for floats.
8458         (genNotFloat): Added.
8459         (genUminusFloat): Added.
8460
8461         * device/lib/z80/Makefile: Added floating pt stubs.
8462
8463         * device/lib/Makefile.in (Z80SOURCES): Added floating pt support.
8464
8465         * src/z80/gen.c (genIpush): Fixed up a push of one byte when left is in a pair.
8466
8467         * device/lib/_fsadd.c (__fsadd): Fixed up return where the numbers are hugely different.
8468
8469 2001-11-07  Bernhard Held  <bernhard AT bernhardheld.de>
8470
8471         * sdcc/sim/ucsim/s51.src/glob.cc: Minor fix.
8472
8473         * sdcc/sim/ucsim/s51.src/regs51.h: Minor fix.
8474
8475         * sdcc/support/regression/Makefile: Add port ds390.
8476
8477         * sdcc/support/regression/ports/mcs51/spec.mk: Minor change.
8478
8479         * sdcc/support/regression/ports/z80/spec.mk: Minor change.
8480
8481         * sdcc/support/regression/ports/ds390/spec.mk: Added.
8482
8483         * sdcc/support/regression/ports/ds390/support.c: Added.
8484
8485         * sdcc/support/regression/ports/ds390/uCsim.cmd: Added.
8486
8487         * sdcc/support/regression/ports/mcs51/timeout.c: Cut.
8488
8489         * sdcc/support/regression/fwk/lib/timeout.c: Paste.
8490
8491 2001-11-04  Michael Hope  <michaelh AT juju.net.nz>
8492
8493         * device/include/malloc.h: Added z80 and gbz80 support.
8494
8495         * device/lib/gbz80/heap.s: Added.
8496
8497         * device/lib/z80/heap.s: Added.
8498
8499         * device/lib/malloc.c: Added z80 and gbz80 support.
8500
8501         * support/regression/tests/malloc.c (testMalloc): Added.
8502
8503         * src/SDCCmain.c (parseCmdLine): Added support for -Wp.
8504
8505         * support/regression/tests/bug-478094.c: Added.
8506
8507         * src/z80/gen.c (commitPair): Fixed silly gbz80/z80 commit to static bug.
8508
8509 2001-11-04  Bernhard Held  <bernhard AT bernhardheld.de>
8510
8511         * sdcc/sim/ucsim/s51.src/uc390cl.h: Improvement for ds390 to run regression tests
8512
8513         * sdcc/sim/ucsim/s51.src/uc390.h: Improvement for ds390 to run regression tests
8514
8515         * sdcc/sim/ucsim/s51.src/regs51.h: Improvement for ds390 to run regression tests
8516
8517         * sdcc/sim/ucsim/s51.src/glob.cc: Improvement for ds390 to run regression tests
8518
8519         * sdcc/support/regression/tests/bug-460010.c: Small change for ds390
8520
8521 2001-11-04  Michael Hope  <michaelh AT juju.net.nz>
8522
8523         * src/z80/peeph-gbz80.def: Removed a bad sub optimisation.
8524
8525 2001-11-03  Michael Hope  <michaelh AT juju.net.nz>
8526
8527         * support/regression/tests/bug-477927.c: Added.
8528
8529         * src/z80/peeph.def: Added minor rules.
8530
8531         * src/z80/gen.c (genPlusIncr): Added an extra plusinc rule.
8532
8533         * src/z80/peeph.def: Added jump optimisation modification.
8534
8535 2001-11-01  Michael Hope  <michaelh AT juju.net.nz>
8536
8537         * src/SDCCmain.c (linkEdit): Added runtime path detection to the mcs51 port.
8538
8539 2001-10-30  Michael Hope  <michaelh AT juju.net.nz>
8540
8541         * support/regression/tests/funptrs.c: Added.
8542
8543 2001-10-29  Michael Hope  <michaelh AT juju.net.nz>
8544
8545         * src/z80/ralloc.c (packRegsForHLUse): Fixed up bad spill due to pushing one byte via HL.
8546
8547 2001-10-28  Michael Hope  <michaelh AT juju.net.nz>
8548
8549         * src/z80/gen.c (genArrayInit): Made it work for on stack arrays.
8550
8551         * src/z80/main.c (gbz80_port =): Added rle support to the gbz80 port.
8552
8553         * src/z80/gen.c (genMinus): Fixed for where the result is one byte.
8554         (movLeft2ResultLong): Created.
8555
8556         * src/z80/ralloc.c (packRegsForHLUse): Added a couple of simple cases for the GB.
8557         (joinPushes): Added.  Joins two char pushes into a word push.
8558
8559 2001-10-27  Michael Hope  <michaelh AT juju.net.nz>
8560
8561         * support/cpp2/Makefile.in (install): Added creation of dest dir.
8562
8563         * support/makebin/Makefile (install): Added creation of dest dir.
8564
8565 2001-10-24 Karl Bongers <karl AT turbobit.com>
8566
8567         * configure.in, configure, Makefile, support/cpp: Removed cpp folder, since we have new cpp2 preprocessor code.
8568
8569 2001-10-21  Michael Hope  <michaelh AT juju.net.nz>
8570
8571         * src/z80/ralloc.c: Turned off faulty pack for one use.
8572
8573         * src/z80/peeph-gbz80.def: Removed redundent restart options.
8574
8575         * src/z80/gen.c (genMult): Added native mul for constants on the z80 and gbz80.
8576
8577 2001-10-21  Bernhard Held  <bernhard AT bernhardheld.de>
8578
8579         * support/regression/Makefile: Improved clean
8580
8581         * support/regression/ports/gbz80/spec.mk: Added clean
8582
8583         * support/regression/ports/host/spec.mk: Added clean
8584
8585         * support/regression/ports/z80/spec.mk: Added clean
8586
8587         * support/regression/ports/mcs51/spec.mk: Added clean, little improvements
8588
8589         * support/regression/ports/mcs51/timeout.c: little improvements
8590
8591 2001-10-17  Michael Hope  <michaelh AT juju.net.nz>
8592
8593         * device/lib/malloc.c (MEMHEADER): Fixed against new pedantic pointers.
8594
8595         * support/regression/fwk/include/testfwk.h: Fixed up to use function pts correctly.
8596
8597         * support/regression/generate-cases.py: Fixed up to use function pts correctly.
8598
8599 2001-10-16  Bernhard Held  <bernhard AT bernhardheld.de>
8600
8601         * support/regression/port/mcs51/spec.mk: add timeout for uCsim
8602
8603         * support/regression/port/mcs51/timeout.c: add timeout for uCsim
8604
8605 2001-10-13  Michael Hope  <michaelh AT juju.net.nz>
8606         * src/z80/gen.c (emitCall): Fixed up missing spill of HL when used to assign the result value.
8607
8608         * src/z80/ralloc.c: Turned off pack for one use as it's quite broken.
8609
8610         * src/SDCCmain.c (linkEdit): Added support for passing a legacy command line through the processor.
8611
8612         * src/mcs51/main.c (_linkCmd): Added bin path to command.
8613
8614         * src/SDCCmain.c (initValues): Added support for when it it called just to link.
8615
8616         * as/mcs51/lklibr.c (libfil;): Turned off 'library file' message.
8617
8618         * src/SDCCval.c (constVal): Fixed usage of 'L' modifier problems on ppc.
8619
8620         * support/regression/tests/longor.c: Added.
8621
8622 2001-10-11  Bernhard Held  <bernhard AT bernhardheld.de>
8623
8624         * as/mcs51/asdata.c: replaced FILENAME_MAX with PATH_MAX
8625
8626         * as/mcs51/aslink.h: define PATH_MAX
8627
8628         * as/mcs51/asm.h: define PATH_MAX
8629
8630         * as/mcs51/asmain.c: replaced FILENAME_MAX with PATH_MAX
8631
8632         * as/mcs51/asnoice.c: replaced FILENAME_MAX with PATH_MAX
8633
8634         * as/mcs51/lklex.c: replaced FILENAME_MAX with PATH_MAX
8635
8636         * as/mcs51/lkmain.c: replaced FILENAME_MAX with PATH_MAX
8637
8638         * src/SDCCglobl.h: define PATH_MAX
8639
8640         * src/SDCCmacro.c: replaced FILENAME_MAX with PATH_MAX
8641
8642         * src/SDCCmain.c: replaced FILENAME_MAX with PATH_MAX
8643
8644 2001-10-11  Michael Hope  <michaelh AT juju.net.nz>
8645
8646         * src/z80/gen.c (gencjneshort): Fixed
8647
8648         * src/z80/ralloc.c (packRegsForHLUse): Added pack into HL for cast then ipush.
8649
8650 2001-10-09  Michael Hope  <michaelh AT juju.net.nz>
8651
8652         * support/regression/tests/bug-469671.c: Added.
8653
8654         * src/z80/gen.c (shiftIntoPair): Fixed up warning.
8655
8656 2001-10-08  Michael Hope  <michaelh AT juju.net.nz>
8657
8658         * src/SDCCmain.c: Added --fommit-frame-pointer option and implemented in the z80 port.
8659
8660         * src/z80/gen.c (genPlus): Fixed to work with extended stack.  Also fixed genMinus, genCmp.  genUMinus is still left.
8661
8662 2001-10-08  Bernhar Held  <bernhard AT bernhardheld.de>
8663
8664         * src/SDCCmain.c (preProcess): added define SDCC_NOOVERLAY
8665
8666         * src/device/lib/_mulint.c  : removed hint: nooverlay bug
8667
8668         * src/device/lib/_mullong.c : removed hint: nooverlay bug
8669
8670         * src/device/lib/_divuint.c : removed hint: nooverlay bug
8671
8672         * src/device/lib/_divulong.c: removed hint: nooverlay bug
8673
8674         * src/device/lib/_moduint.c : removed hint: nooverlay bug
8675
8676         * src/device/lib/_modulong.c: removed hint: nooverlay bug
8677
8678 2001-10-07  Michael Hope  <michaelh AT juju.net.nz>
8679
8680         * 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.
8681
8682         * support/Util/NewAlloc.c (freeTrace): Changed free for the gc case to not free at all.  Fixes runtime segfault.
8683
8684         * support/regression/tests/scott-compare3.c (c_abcd): Fixed up casts.
8685
8686 2001-10-07    <johan AT FRIJA>
8687
8688         * device/lib/gets.c (gets): fixed the return value.
8689
8690 2001-10-06  Michael Hope  <michaelh AT juju.net.nz>
8691         * src/SDCCmain.c (WRITE_SEG_LOC): Fixed up to use Safe_strdup.
8692
8693         * 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.
8694
8695         * 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.
8696
8697         * src/z80/gen.c (genZ80Code): Added de-allocation via trace support.
8698
8699         * src/pic/gen.c: Removed Safe_strdup.
8700
8701         * configure.in: Added option to enable libgc support.
8702
8703         * src/SDCCbitv.c (bitVectnBitsOn): Optimised.
8704         (bitVectUnion): Optimised.
8705         (bitVectIntersect): Optimised.
8706         (bitVectBitsInCommon): Optimised.
8707         (bitVectCplAnd): Optimised.
8708
8709         * support/makebin/makebin.c (usage): Removed getopt as mingw32 doesn't have it.  Sigh.
8710
8711 2001-10-03 Bernhard Held <bernhard AT bernhardheld.de>
8712
8713         * src/SDCCmain.c: distinguish between assembler debug and plain options
8714
8715         * src/avr/main.c:   remove standard assembler options
8716
8717         * src/ds390/main.c: remove standard assembler options
8718
8719         * src/mcs51/main.c: remove standard assembler options
8720
8721         * src/port.h: removed "PENDING" comment
8722
8723 2001-10-03 Bernhard Held <bernhard AT bernhardheld.de>
8724
8725         * src/device/lib/_mulint.c  : new, with assember functions
8726
8727         * src/device/lib/_mullong.c : new, with assember functions
8728
8729         * src/device/lib/_divuint.c : with assember functions
8730
8731         * src/device/lib/_divsint.c : with assember functions
8732
8733         * src/device/lib/_divulong.c: with assember functions
8734
8735         * src/device/lib/_divslong.c: with assember functions
8736
8737         * src/device/lib/_moduint.c : with assember functions
8738
8739         * src/device/lib/_modsint.c : with assember functions
8740
8741         * src/device/lib/_modulong.c: with assember functions
8742
8743         * src/device/lib/_modslong.c: with assember functions
8744
8745         * src/device/lib/libint.lib:  replaced _muluint.c  and _mulsint.c  by _mulint.c
8746
8747         * src/device/lib/liblong.lib: replaced _mululong.c and _mulslong.c by _mullong.c
8748
8749         * src/device/lib/Makefile.in: replaced _muluint.c  and _mulsint.c  by _mulint.c
8750                                       replaced _mululong.c and _mulslong.c by _mullong.c
8751
8752 2001-10-03 Bernhard Held <bernhard AT bernhardheld.de>
8753
8754         * src/SDCCsymt.c: sequence of specifiers in pintTypeChain() corrected
8755
8756 2001-10-01 Bernhard Held <bernhard AT bernhardheld.de>
8757
8758         * src/SDCCglue.c: test, if win32api is available for MINGW
8759
8760 2001-10-01 Bernhard Held <bernhard AT bernhardheld.de>
8761
8762         * src/SDCCsymt.c: no more _modifier in printTypeChain()
8763         * support/regression/tests/driverstruct.c: REENTRANT for mcs51
8764         * support/regression/ports/gbz80/spec.mk: removed GENERIC
8765         * support/regression/ports/host/spec.mk: removed GENERIC
8766         * support/regression/ports/mcs51/spec.mk: removed GENERIC
8767         * support/regression/ports/z80/spec.mk: removed GENERIC
8768
8769 2001-10-01  Michael Hope  <michaelh AT juju.net.nz>
8770
8771         * support/regression/fwk/lib/testfwk.c (__printf): Removed GENERIC.
8772
8773         * support/regression/tests/bug-467035.c: Created.
8774
8775 2001-10-01    <johan AT FRIJA>
8776
8777         * src/SDCC.y: fixed bug #466586 part 1
8778
8779 2001-10-01  Johan Knol <johan.knol AT iduna.nl>
8780
8781         * SDCCicode.c: z80 has no generic pointers
8782         * removed -s from strip in all Makefile(.in)'s. It is not needed, but Solaris chocks on it.
8783
8784 2001-09-30  Michael Hope  <michaelh AT juju.net.nz>
8785
8786         * sim/ucsim/cmd.src/Makefile.in ($(PRJDIR)/libcmd.a): Changed all ar references to $(AR) for Solaris.
8787
8788 2001-09-29  Michael Hope  <michaelh AT juju.net.nz>
8789
8790         * Makefile (sdcc-libs): Added makebin to the list of standard targets.
8791
8792         * support/regression/ports/z80/spec.mk: Updated to use env for sdcc bin dir for automatic regression.
8793
8794 2001-09-25  Michael Hope  <michaelh AT juju.net.nz>
8795
8796         * configure.in: Fixed up so that ucsim is only configured once.
8797
8798         * support/cpp2/configure.in: Fixed to use the program transform to append the .exe for the win32 build.
8799
8800         * src/SDCCutil.c (getPrefixFromBinPath): Fixed up to work with win32 in all of its glory.
8801         (getPathDifference): As above.
8802
8803         * src/SDCCmain.c (preProcess): Changed to use a temporary file in a proper temp directory.  Fixed case where pre-processing only.
8804
8805         * src/SDCCglue.c (tempfilename): Added function for pre-processor.
8806
8807 2001-09-23  Michael Hope  <michaelh AT juju.net.nz>
8808         * .version: Updated to 2.3.1
8809
8810         * src/z80/main.c (z80_port =): Added macro based linker and assembler command line support.
8811         Added copyright header.
8812
8813         * src/SDCCmain.c: Shifted various functions into SDCCutil.c
8814         (assemble): Added support for macro based assembler commands.
8815         (linkEdit): Added support for macro based linker commands.
8816         (preProcess): Changed the pre-processor to use macros.
8817         (_setPaths): Added functionality to autodetect the include, lib and bin dir paths.
8818         (_discoverPaths): Added support for overriding the install directory using the SDCCDIR env variable.
8819
8820         * device/lib/z80/crt0.s: Added module name for debugging.
8821
8822 2001-09-20  Michael Hope  <michaelh AT juju.net.nz>
8823
8824         * src/SDCCmain.c (printVersionInfo): Added the build date to the version info.
8825
8826         * src/SDCChasht.c (hTabDeleteByKey): Fixed delete as it would delete the last item from a bucket even if it wasn't the real one.
8827
8828         * src/SDCCglue.c: Moved gc_strdup to SDCCutil.c
8829
8830         * src/Makefile.in: Added SDCCmacro and SDCCutil
8831
8832 2001-09-19  Michael Hope  <michaelh AT juju.net.nz>
8833
8834         * src/SDCCmain.c (printVersionInfo): Added the build date to the version info.
8835
8836 2001-09-16    <johan AT FRIJA>
8837
8838         * 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.
8839
8840 2001-09-15    <johan AT FRIJA>
8841
8842         * src/mcs51/ralloc.c: (findAssignToSym): fixed bug #460662 part 1
8843         * src/ds390/ralloc.c (findAssignToSym): fixed bug #460662 part 1
8844
8845 2001-09-11    <johan AT FRIJA>
8846
8847         * src/SDCCval.c (valDiv Mod Minus Plus Shift): keep litteral expressions as small as possible (bug #460010)
8848
8849 2001-09-10  Michael Hope  <michaelh AT juju.net.nz>
8850
8851         * support/regression/tests/bug-460444.c: Added test case.
8852
8853         * src/z80/gen.c (genOr): bug 460444: if (a ^ lit) was broken for &, |, and ^.
8854         (genCast): Added justification for all of the asserts.
8855
8856 2001-09-10  Bernhard Held <bernhard AT bernhardheld.de>
8857
8858         * support/regression/support.c: _xdata replaced by xdata
8859
8860         * support/regression/spec.mk: removed _generic
8861
8862 2001-09-09  Michael Hope  <michaelh AT juju.net.nz>
8863
8864         * src/pic/ralloc.c (debugLogRegType): Removed some old types to get it to compile.
8865
8866         * src/z80/gen.c (shiftR2Left2Result): Improved the case when v = v >> n for small values of n to use less code space and time.
8867         (genrshTwo): Fixed v = v >> n where v is a negative int and n is > 8: bug 460010.
8868
8869         * src/z80/peeph.def: Added a rule to optimise shift then compare.
8870
8871         * support/regression/tests/bug-460000.c (testShiftByParam): Added test case.
8872
8873         * support/regression/tests/bug-460010.c: Added test case.
8874
8875         * support/regression/Makefile (test-host): Removed a silly 'clean' target when testing against gcc.
8876
8877 2001-09-09  Bernhard Held <bernhard AT bernhardheld.de>
8878
8879         * support/regression/Makefile: inter-port-clean adjusted for mcs51
8880
8881         * support/regression/testfwk.c: removed workaround for bug #436344
8882
8883         * support/regression/tests/bp.c: use less memory with mcs51
8884
8885         * support/regression/tests/bug-441448.c: use less memory
8886
8887         * support/regression/tests/ports/mcs51/spec.mk: cleanup, use --stack-after-data
8888
8889         * support/regression/collate-results.py: typo
8890
8891 2001-09-08  Michael Hope  <michaelh AT juju.net.nz>
8892
8893         * support/regression/tests/fetchoverlap.c: Added new test case.
8894
8895         * support/regression/tests/bp.c: Added new test case.
8896
8897         * support/regression/tests/bug-448984.c: Added new test case.
8898
8899         * support/regression/tests/pow2shifts.c: Added new test case.
8900
8901         * src/z80/gen.c: Turned off the noise it normally generates for the release.
8902         (genlshTwo): Fixed right shift for count > 8.
8903
8904         * src/z80/ralloc.c: Disabled most of the ACC packing rules as they weren't getting hit and weren't at all safe.
8905
8906 2001-09-08    <johan AT FRIJA>
8907
8908         * src/SDCCicode.c (geniCodeCall): a CPOINTER can be used as a function
8909
8910 2001-09-07    <johan AT FRIJA>
8911
8912         * src/SDCCicode.c (newiCodeCondition): fixed bug #456235 (1.77)
8913
8914         * src/SDCCglue.c (emitRegularMap): only delete a symbol when it is a symbol
8915
8916 2001-09-06    <johan AT FRIJA>
8917
8918         * src/SDCC.y: this could be a fix for bug #458744 (1.37)
8919         * bernhard noted me at this: "() equals to (void)" (1.38)
8920
8921 2001-09-05    <johan AT FRIJA>
8922
8923         * src/SDCCglue.c (emitRegularMap): a fix for bug #458099/2
8924
8925 2001-09-04    <johan AT FRIJA>
8926
8927         * src/SDCCsymt.c (checkSClass): a fix for bug #458099/1
8928
8929
8930 2001-09-04  Paul Stoffregen  <paul AT pjrc.com>
8931
8932         * pragma noinduction broke memcpy on mcs51 large model.  Moved it inside z80 optimization
8933
8934 2001-09-03  Michael Hope  <michaelh AT juju.net.nz>
8935
8936         * link/z80/aslink.h: Fixed path for PATH_MAX
8937
8938 2001-09-02  Michael Hope  <michaelh AT juju.net.nz>
8939
8940         * src/z80/gen.c (fetchLitPair): Changed so that it properly caches direct space references.
8941
8942         * support/regression/tests/addsub.c: Added cases to cover all the +, - combinations.
8943
8944         * support/regression/tests/uminus.c: Added a test for the unary minus operator.
8945
8946         * 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.
8947
8948 2001-09-01  Michael Hope  <michaelh AT juju.net.nz>
8949
8950         * src/z80/gen.c: Fixed up generator to pass the regresion tests, specifically fixing loads for longs, genCmp, and turned on the map file.
8951         (genCmp): Fixed up genCmp for the GB with longs.
8952
8953         * device/lib/gbz80/Makefile: Fixed up all the libraries to pass the regression tests.
8954
8955         * support/regression/ports/host/spec.mk: Updated to compile with the new type specifiers.
8956
8957         * device/lib/Makefile.in (Z80SOURCES): Removed old _mululong, _mulslong, and unneeded _mulint.
8958
8959         * device/lib/_mullong.c (_mulslong): Changed to actually return a value :)
8960
8961 2001-08-30  Paul Stoffregen  <paul AT pjrc.com>
8962
8963         * added peepholes 223 to 231 to mcs51 port.  These improve code when using large model.
8964
8965 2001-08-30  Michael Hope  <michaelh AT juju.net.nz>
8966
8967         * 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.
8968
8969         * src/z80/gen.c (genPlus): Changed bad long add for gb to a fall through.
8970
8971 2001-08-29  Michael Hope  <michaelh AT juju.net.nz>
8972
8973         * link/z80/aslink.h: Fixed long file name support.  Is now based off PATH_MAX instead of a constant.
8974
8975         * src/z80/gen.c: Fixed add and sub for the case where left or right are in static space.
8976
8977 2001-08-30 Bernhard Held   <bernhard AT bernhardheld.de>
8978
8979   * sim/ucsim/configure:    little improvement of Cygwin-detection
8980   * sim/ucsim/configure.in: little improvement of Cygwin-detection
8981   * sim/ucsim/cmd.src/newcmdcl.h: include <sys/types.h> to define fd_set automated build
8982   * support/regression/tests/bug-221100.c: small changes for mcs51
8983   * support/regression/tests/bug-221168.c: small changes for mcs51
8984   * support/regression/tests/bug-227710.c: small changes for mcs51
8985   * support/regression/tests/staticinit.c: small changes for mcs51
8986   * as/mcs51/aslink.h: accept everything as symbol name in rel-files, bug fix ID 452601
8987   * as/mcs51/lklex.c:  accept everything as symbol name in rel-files, bug fix ID 452601
8988   * as/mcs51/lksym.c:  accept everything as symbol name in rel-files, bug fix ID 452601
8989
8990 $Revision$