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