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