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