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