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