6b5ac978b10851b047016aa57b6abe8cbd0a418d
[fw/sdcc] / ChangeLog
1 2005-07-22 Raphael Neider <rneider AT web.de>
2
3         * src/pic/device.c (dump_sfr): replaced register declaration with
4           call to emitSymbolToFile() to avoid duplicate symbols
5         * (assignRelocatableRegisters): do not declare external symbols
6         * src/pic/ralloc.c (allocNewDirReg): fixed to get size of arrays
7           right (take size of type, not etype)
8         * (allocDirReg): fixed call to allocNewDirReg() to pass OP_SYM_TYPE
9         * (writeUsedRegs): also dump dynDirectRegs (e.g. local variables)
10         * (packRegsForAccUse): disabled assignment of WREG as
11           the result reg to prevent occurence of just fixed #1235003,
12           fixes #1242954
13         * src/pic/glue.c (emitSymbolToFile): NEW, central place to declare
14           symbols (avoids duplicate symbols in .asm file)
15         * (pic14emitRegularMap): use emitSymbolToFile()
16         * src/pic/gen.c (aopOp): fixed spillLocation handling
17         * (gen{Unp,P}ackBits): fixed acquiring bit-operands
18         * (genDataPointerSet): removed unneccessary variables/output
19
20 2005-07-22 Maarten Brock <sourceforge.brock AT dse.nl>
21         * as/mcs51/lkarea.c: enlarged codemap for banked memory
22         * device/lib/mcs51/crtbank.asm: added # to 0x0F
23
24 2005-07-21 Raphael Neider <rneider AT web.de>
25
26         * src/pic/gen.c (aopOp): do not generate AOP_ACC operands as pic14
27           architecture cannot handle them efficiently, fixes bug #1235003
28         * src/pic16/device.c (pic16_dump_{u,i}section,pic16_dump_int_registers):
29           check for empty sets before using them (fixes bug #1232190)
30
31 2005-07-19 Maarten Brock <sourceforge.brock AT dse.nl>
32
33         * as/mcs51/lkarea.c (lnkarea, lnkarea2): improved BSEG size calculation,
34           (lnksect2): generate warnings for memory overlap
35         * src/SDCC.lex (doPragma, process_pragma): added pragma's codeseg and
36           constseg to set the name of these segments so you can instruct the linker
37           to place them in banks
38         * src/SDCCast.c (decorateType): use new macro IS_FUNCPTR()
39         * src/SDCCglobl.h: added MODEL_HUGE to enum,
40           added code_seg and const_seg to options
41         * src/SDCCglue.c (emitMaps): use options.const_seg,
42           (createInterruptVect): put interrupt vectors in segment HOME,
43           (glue): put HOME before static segment and put the main glue in HOME,
44           (glue): use options.code_seg
45         * src/SDCCicode.c (geniCodeCall): use new macro IS_FUNCPTR()
46         * src/SDCCmain.c: added option --codeseg and --constseg to set the name of
47           these segments so you can instruct the linker to place them in banks
48           (linkEdit): use code_loc for HOME segment which should be the first
49           segment in code memory now
50         * src/SDCCmem.c: fixed more stuff like bug 1238386
51         * src/SDCCsymt.c (getSize): use generic pointer size for banked functions,
52           (changePointer): don't change function pointers to code pointers for
53           banked functions,
54           (compareType): added exceptional check for banked function pointers
55         * src/SDCCsymt.h: changed IFFUNC_ISBANKEDCALL, added IS_FUNCPTR
56         * src/hc08/main.c (_hc08_genAssemblerPreamble): put HOME first, put CSEG
57           after static in code memory
58         * src/mcs51/gen.c: added aopLiteralLong prototype,
59           (aopForSym): use getSize for functions,
60           (genCall): generate banked calls over one trampoline __sdcc_banked_call
61           in HOME with lsb of address in r0, msb in r1 and bank in r2, use
62           -Wl-bBANKSEG=0xbbaaaa option to set the address (aaaa) and bank (bb) of
63           the segment,
64           (genPcall): use call for literal function pointers and generate banked
65           calls over the one trampoline so there's only one place for the user to
66           modify according to his/hers hardware,
67           (genEndFunction): jump to __sdcc_banked_ret in HOME for banked functions,
68           (genPlusIncr): moved check icount>4 beyond inc dptr optimization
69         * src/mcs51/main.c: added keyword banked,
70           (_mcs51_genExtraAreas): put HOME first followed by GSINIT, STATIC and CSEG
71         * support/Util/SDCCerr.c,
72         * support/Util/SDCCerr.h: added E_BANKED_WITH_CALLEESAVES, registers are
73           needed for passing the bank and address to the trampoline
74         * device/lib/mcs51/crtbank.asm: added for bankswitching
75         * device/lib/mcs51/Makefile: added crtbank
76
77 2005-07-16 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
78
79         * src/SDCCcse.c (algebraicOpts): fixed loss of volatility
80           for fields at offset 0 of a struct or union as reported
81           on 2005-07-07 in the developer mailing list.
82
83 2005-07-15 Maarten Brock <sourceforge.brock AT dse.nl>
84
85         * src/SDCCmem.c: fixed bug 1238386
86
87 2005-07-12 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
88
89         * src/mcs51/peeph.def: added labelrefcounting for peepholes
90           (patch #1144962), added peephole 300, enabled 259.x
91         * doc/sdccman.lyx: removed screenshot and provided link instead
92
93 2005-07-05 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
94
95         * doc/sdccman.lyx: added section about debugging with ddd
96         * doc/figures/ddd_example.eps: screenshot of debugging session
97
98 2005-07-04 Raphael Neider <rneider AT web.de>
99
100         * src/pic/gen.c (genPointerGet): handle pointers to CONST values
101           like CODE pointers, fixes #1115683
102         * src/pic/pcode.c (DoBankSelect): forget LastRegIdx during function
103           call, fixes bugs #1232211, #1228110,
104           fixed wrong casts to pCodeFlow from pCodeInstructions
105
106 2005-07-04 Raphael Neider <rneider AT web.de>
107
108         * src/pic/gen.c (popGet): changed assert to allow for
109           bit operands
110         * (popGetAddr): changed signature to provide
111           an additional index, patched all call sites
112         * (genCmpEq): handle literal-like operands correctly
113         * (genAddrOf): added sanity checks on __code/__data pointers
114         * (genAssign): added handling of symbols from __code section
115         * (gencjne): do not generate code for comparisons whose result
116           is neither stored nor used, fixes bug #1171114
117         * (AccLsh, AccRsh): operate on operand instead of WREG
118         * (shift{Left,Right}_Left2ResultLit): NEW, size independant
119           replacement for Shift{LR}{12}Left2Result; shift (byte/int/long)
120           by known count
121         * rewrote complete shift-by-literal logic, commented unused
122           functions out
123         * (genConstPointerGet): get multiple bytes (if result size > 1),
124           fixed handling of non-immediate addresses
125         * (genPointerGet): handle CODE pointers like CONST pointers
126         * (genpic14Code): insert C-SRC lines as Cource-pCodes
127         * ({aop,op}_isLitLike): NEW, single place to decide whether an
128           operand is to be treated as a literal or not
129         * (mov2w,genPcall,genCmpEq),
130           src/pic/genarith.c: use aop_isLitLike() to decide between
131           literal/register contents
132         * (addSign): added missing offset
133         * src/pic/gen.h: remove newline after FENTRY/FEXIT comments,
134           only emit comment in debug-mode,
135           use {aop,op}_isLitLike throughout the file
136         * src/pic/glue.c: fix initializers for pointers (work in progress)
137         * src/pic/pcode.c (get_op): honor index on _const symbols
138         * ({reset,dump}pCodeStatistics): NEW, estimate code size
139         * (dumppBlock): added pCode size estimation
140         * src/pic/ralloc.c (deassignLRs,serialRegAssign,packRegisters):
141           check for IS_SYMOP before OP_SYMBOL'ing
142         * fixed indentation, compacted switch-statements
143         * (allocReg): find free register and allocate it instead of
144           allocating new registers all the time
145         * (deassignLRs): prevent POINTER_GET's from being assigned the same
146           registers as its operands (necessary only for multibyte GETs)
147
148 2005-07-01 Raphael Neider <rneider AT web.de>
149
150         * src/pic/gen.h: added prototypes emitpComment, popGetAddr and
151           debugging .asm-output macros FENTRY + FEXIT
152         * src/pic/gen.c (Safe_vsnprintf): NEW, is there a more generic
153           way... I wonder...
154         * (emitpComment): NEW, printf to pCode
155         * (popGet): added assert on too large offsets, fixed PO_IMMEDIATE's
156           offset handling
157         * (popGetAddr): NEW, variant of popGet to access an immediates
158           high(er) bytes instead of the n'th byte of memory they reference,
159           replaced popGet with popGetAddr where neccessary
160         * (genDataPointerGet): reactivated and fixed implementation
161         * (genNearPointerGet): enabled call to genDataPointerGet, fixes array-
162           accesses
163         * (genDataPointerSet): fixed multibyte assignments
164         * (genpic14Code): fixed --i-code-in-asm handling
165         * src/pic/genarith.c: fixed PO_IMMEDIATE issue using popGetAddr,
166         * (genPlus): fixed index-out-of-bounds error
167         * src/pic/pcode.c (get_op): fixed PO_IMMEDIATE's index/offset handling
168         * src/pic/ralloc.c: added debugging output macro FENTRY2
169         * (spillThis): fixed indentation, enbraced for-body for clarity
170         * (rematStr): commented out as now unused
171         * (regTypeNum): commented out special spill case (overwrites
172           arbitrary values)
173         * fixes bugs #1229346, #1216476 (both arrays) and #1115667 (SIGSEGV)
174
175 2005-06-30 Maarten Brock <sourceforge.brock AT dse.nl>
176
177         * doc/sdccman.lyx: documented sfr16/sfr32,
178           added example for using storage class with function pointers
179         * src/mcs51/gen.c (genPlusIncr): optimized small offsets from dptr
180
181 2005-06-28 Maarten Brock <sourceforge.brock AT dse.nl>
182
183         * device/lib/_gptrget.c: also push/pop _PSBANK, added # to 0x03
184         * device/lib/_itoa.c,
185         * device/lib/_ltoa.c: optimized codesize
186         * src/SDCCsymt.c (checkSClass): added sanity check for sfr at addresses,
187           but don't know how to suppress the double warning.
188         * src/mcs51/gen.c (genPlusIncr): fixed bug when incrementing volatile int's
189         * support/Util/SDCCerr.c,
190         * support/Util/SDCCerr.h: added warning W_SFR_ABSRANGE for sanity check
191
192 2005-06-27 Maarten Brock <sourceforge.brock AT dse.nl>
193
194         * as/mcs51/asexpr.c (expr): disabled warning "not in .flat24 mode",
195           fixed old K&R prototypes
196         * as/mcs51/asout.c (outrb): always output as if generating 24bit addresses
197         * device/lib/_gptrget.c,
198         * device/lib/_gptrgetc.c,
199         * device/lib/_gptrput.c: changed versions for new memory indicator values,
200           also new versions for small generic pointers and banked generic pointers
201         * src/port.h: added const_name
202         * src/SDCC.lex: added keywords sfr16, __sfr16, sfr32, __sfr32
203         * src/SDCC.y: added tokens SFR16, SFR32 and their sfr_attributes
204         * src/SDCCcse.c (findPrevIc): check all associative operators
205         * src/SDCCglue.c (emitMaps): use CONST_NAME if defined
206         * src/SDCCicode.h: added macro IS_ASSOCIATIVE
207         * src/SDCCmem.c: updated comments,
208           set far-space to 0 for pdata, results in optimized code
209         * src/SDCCmem.h: added macro CONST_NAME
210         * src/SDCCsymt.h: renumerated generic pointer types GPTYPE_... thereby
211           moving the info into the highest bits, see also gptrget/gptrput
212         * src/src.dsp: added sdcc.ico to project files
213         * src/avr/gen.c (genCast): fixed bug 0x%d
214         * src/avr/main.c (avr_port): added "CONST (CODE)" for const_name
215         * src/ds390/gen.c (aopForRemat, adjustArithmeticResult): disconnected direct
216           relation between ptr_type and DCL_TYPE,
217           (genCast): fixed bug 0x%d
218         * src/ds390/main.c (ds390_port, tininative_port, ds400_port): added "CONST
219           (CODE)" for const_name
220         * src/hc08/gen.c (genCast): fixed bug 0x%d
221         * src/hc08/main.c (_hc08_genAssemblerPreamble): added .area ...const_name,
222           (hc08_port): added "CONST (CODE)" for const_name
223         * src/mcs51/gen.c (aopForSym): optimized pushing ACC,
224           (aopForRemat, adjustArithmeticResult): disconnected direct relation
225           between ptr_type and DCL_TYPE,
226           (aopGetUsesAcc, aopGet, aopPut): changed first parameter from asmop* to
227           operand* and took AOP() inside function so sfr-ness can be checked,
228           (all over): repaired calls to aopGetUsesAcc, aopGet, aopPut to comply with
229           new prototype,
230           (genFunction, genEndFunction): optimized stack setup,
231           (genMinus): optimized for literals with ending zeroes (in bytes),
232           (genCast): fixed bug 0x%d
233         * src/mcs51/main.c (_mcs51_keywords): added sfr16 and sfr32,
234           (mcs51_port): added "CONST (CODE)" for const_name
235         * src/mcs51/peeph.def: made rule 226 more generic
236         * src/pic/main.c (pic_port): added "CONST (CODE)" for const_name
237         * src/pic16/main.c (pic16_port): added "CONST (CODE)" for const_name
238         * src/xa51/main.c (xa51_port): added "CONST (CODE)" for const_name
239         * src/z80/main.c (z80_port): added NULL for const_name,
240           (gbz80_port): added NULL for const_name
241         * support/regression/tests/bug663539.c,
242         * support/regression/tests/sfr16.c: new tests
243
244 2005-06-25 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
245
246         * device/include/mcs51/p89v51rd2.h, device/include/mcs51/at89s53.h: added.
247
248 2005-06-24 Raphael Neider <rneider AT web.de>
249
250         * device/lib/pic16/libdev/pic18f[68][567]20.c:
251           corrected typos...
252         * device/include/pic16/signal.h: added USBIF
253           and SIG_USB
254
255 2005-06-24 Raphael Neider <rneider AT web.de>
256
257         * device/lib/pic16/libdev/pic18f2455.c,
258           device/include/pic16/pic18f2455.h: NEW
259         * device/include/pic16/pic18fregs.h,
260           device/lib/pic16/pics.all,
261           src/pic16/device.c: added 18f2455
262         * device/lib/pic16/libdev/pic18f[68][567]20.c,
263           device/include/pic16/{pic18f[68][567].h,usart.h}:
264           replaced MULTIPLE_USARTS define with more relaible
265           compatibility sfrs (for USART access)
266
267 2005-06-20 Slade Rich <slade_rich AT users.sourceforge.net>
268
269         * src/pic/pcode.c : Fixed problem when a string constant contains a "\r\n"
270           and the output asm file line is printed on two lines.
271
272 2005-06-19 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
273
274         * sim/ucsim/hc08.src/inst.cc (inst_condbranch): fixed simulation of
275           BGT, BLE, BHI, and BLS instructions
276         * src/hc08/gen.c (outAcc, outBitC, outBitNV, genCmpLt, genCmpGt,
277           genCmpEq): removed
278         * src/hc08/gen.c (genCmpEQorNE, genCmp, branchopCmp, nameCmp,
279           negatedCmp, exchangedCmp, genhc08Code): rewrite of comparison handling,
280           fixes bug #1216342
281         * src/hc08/peeph.def: added rules 2g - 2l for new conditional branches
282
283 2005-06-15 Raphael Neider <rneider AT web.de>
284
285         * src/pic16/NOTES: moved Vangelis from active developers to people to contact
286         * device/include/pic16/{6520.h,8520.h}: fixed configuration bits
287         * src/pic16/gen.c (): prevent iTemps from being considered to be in CODESPACE,
288           fixes bug #1221120; for symbols in CODESPACE get number of bytes to read from
289           OP_SYM_TYPE() instead of OP_SYM_ETYPE()
290
291 2005-06-06 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
292
293         * device/include/mcs51/reg764.h: Changed PB0 to PBO as requested by
294           Marcel Telka in bug #1215704
295
296 2005-06-02 Slade Rich <slade_rich AT users.sourceforge.net>
297
298         * src/pic/pcode.c : Changed pseudo stack size to 15 to allow WSAVE to be
299           located in shared memory bank.
300
301 2005-05-31 Raphael Neider <rneider AT web.de>
302
303         * src/pic16/{gen.c,genarith.c}: replaced sign-extension
304           "CLRF, BTFSC <signbit>, DECF/COMF" with side-effect-free
305           "CLRF, BTFSC <signbit>, SETF"; fixes "long>>9"
306
307 2005-05-27 Maarten Brock <sourceforge.brock AT dse.nl>
308
309         * device/lib/_strncpy.c: fixed the fix
310
311 2005-05-26 Raphael Neider <rneider AT web.de>
312
313         * src/pic16/glue.c (pic16_printIvalChar): fixed _constant_ string
314           initializers with \0, bug #1208187
315         * src/pic/glue.c (printIvalChar): fixed (non- and constant) string
316           intializers with \0, bug #1208187
317
318 2005-05-26 Raphael Neider <rneider AT web.de>
319
320         * src/pic16/glue.c (pic16_printIvalChar): fixed string
321           initializers with \0, bug #1208187
322         * src/pic16/main.c (_process_pragma): added sanity checks
323           for stack position and size, emit warnings when appropriate
324
325 2005-05-26 Maarten Brock <sourceforge.brock AT dse.nl>
326
327         * device/lib/_strncpy.c: fixed not filling with \0
328
329 2005-05-26 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
330
331         * src/SDCCast.c (funcOfType, funcOfTypeVarg, stringToSymbol,
332           createFunction),
333         * src/SDCC.y (external_definition, enumerator, parameter_declaration,
334           compound_statement),
335         * src/SDCCsymt.h,
336         * src/SDCCsymt.c (addSymChain, processFuncArgs): fixed bug #1159134
337
338 2005-05-24 Raphael Neider <rneider AT web.de>
339
340         * src/pic16/glue.c (pic16_printGPointerType): fixed #1207796
341
342 2005-05-24 Raphael Neider <rneider AT web.de>
343
344         * device/include/pic16/pic18f{442,452,458}.h: fixed wrong
345           TRISE definitions, closes bug #1162453
346
347 2005-05-22 Raphael Neider <rneider AT web.de>
348
349         * src/pic16/main.c (_process_pragma): check for missing
350           arguments to pragmas code and udata
351         * device/include/pic16/pic18f{2550,4331,4455,4520}.h:
352           consistency fixes to match other headers (thanks to Jim Paris)
353         * device/lib/pic16/libio/i2c.ignore: 18f4331 provides no I2C
354
355 2005-05-21 Maarten Brock <sourceforge.brock AT dse.nl>
356
357         * src/SDCCicode.c (isOperandEqual): fixed missing ;
358
359 2005-05-19 Maarten Brock <sourceforge.brock AT dse.nl>
360
361         * support/regression/tests/bug1198642.c: new test
362         * src/SDCCicode.c (isOperandEqual): fixed bug 1198642
363         * src/SDCCcse.c (findPrevIc): added comment, please have a look
364         * support/scripts/resource.h,
365         * support/scripts/resource.rc,
366         * src/src.dsp: added sdcc.ico to project as icon for sdcc.exe
367         * support/scripts/sdcc.ico: added 32x32 icon
368
369 2005-05-18 Raphael Neider <rneider AT web.de>
370
371         * device/lib/pic16/libdev/pic18f*.c,
372         * device/include/pic16/pic18f*.h: updated "sfr" and "at X"
373           keywords to "__sfr" and "__at (X)"
374         * device/include/pic16/pic18fregs.h: added pic18f4520
375         * src/pic16/pcode.c (pic16_pCode2str): fixed (?) bug
376           #1203088 (MPLAB compatibility)
377
378 2005-05-17 Raphael Neider <rneider AT web.de>
379
380         * device/include/pic16/pic18f{2550,4331,4455,4520}.h: NEW
381         * device/lib/pic16/libdev/pic18f{2550,4331,4455,4520}.c: NEW
382         * device/lib/pic16/pics.all: added new devices
383         * src/pic16/device.c: added support for pic18f4520
384
385 2005-05-16 Raphael Neider <rneider AT web.de>
386         * src/pic16/gen.{c,h}: s/mov2f/pic16_mov2f made public
387         * src/pic16/genarith.c (genAddLit): fixed bug 1202480
388         * src/pic16/pcode.{c,h} (pic16_newpCodeOpBit_simple): NEW
389           convenience function for bit access
390
391 2005-05-15 Maarten Brock <sourceforge.brock AT dse.nl>
392
393         * device/lib/printf_large.c: fixed bug 1193299
394         * support/regression/tests/bug1057979.c: added test %3.3s
395
396 2005-05-15 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
397
398         * device/include/mcs51/8051.h,
399         * device/include/mcs51/8052.h: made parseable with lint
400         * device/include/mcs51/lint.h: added include file for (sp)lint
401         * doc/sdccman.lyx: added doc about use of splint (syntax checking tool)
402         * doc/cdbfileformat.lyx,
403         * doc/test_suite_spec.lyx: hardcoded date to the date of last text change
404
405 2005-05-14 Raphael Neider <rneider AT web.de>
406
407         * device/lib/pic16/Makefile.common.in: add --optimize-df to OPT_FLAGS
408         * device/lib/pic16/libc/stdlib/itoa.c (new)
409         * device/lib/pic16/libc/stdlib/Makefile: have itoa.c built
410         * device/lib/pic16/libio/Makefile: exclude subdir according to
411           ${subdir}.ignore for certain PICs (lacking e.g. i2c)
412         * device/lib/pic16/libio/i2c.ignore (new): pic18f1220 has no I2C support
413         * src/pic16/gen.c (genFunction): prevent annoying warning
414         * src/pic16/pcode.c: renamed stack_t to dynstack_t to prevent
415           nameclashes on BeOS
416         * support/cpp2/cppmain.c (cpp_output_string): new
417         * support/cpp2/cpplib.c (_cpp_do__Pragma): fixed _Pragma(""),
418           fixes bug 1116802
419
420 2005-05-13 Borut Razem <borut.razem AT siol.net>
421
422         * src/SDCCmain.c (linkEdit): fixed bug 1195202
423
424 2005-05-12 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
425
426         * .version: changed to version 2.5.1; back to bleeding edge development
427
428 2005-05-11 Borut Razem <borut.razem AT siol.net>
429
430         * doc/sdccman.lyx doc/cdbfileformat.lyx doc/test_suite_spec.lyx:
431           generate PDF version 1.3 documents
432
433 2005-05-07 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
434
435         * .version: changed to version 2.5.0
436
437 2005-04-27 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
438
439         * doc/sdccman.lyx: updated weblinks, index and smaller updates
440
441 2005-04-26 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
442
443         * doc/sdccman.lyx: changed version 2.5.0, documented --std-c89,
444         --std-sdcc89, --std-c99, --std-sdcc99, and the corresponding #pragmas, as
445         well as many smaller updates.
446         * .version: changed to version 2.5.0-pre1
447
448 2005-04-26 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
449
450         * src/SDCCmain.c (setIncludePath): added port->target to SDCC_INCLUDE_NAME
451
452 2005-04-26 Maarten Brock <sourceforge.brock AT dse.nl>
453
454         * support/regression/tests/bug1185672.c: added
455         * src/mcs51/gen.c (aopGetUsesAcc, genCpl, genAnd, genOr, genXor): fixed
456           bug 1185672
457         * src/mcs51/gen.c (genCall): added comments, made it look safer
458         * src/mcs51/gen.c (genEndFunction): simplified
459
460 2005-04-25 Maarten Brock <sourceforge.brock AT dse.nl>
461
462         * src/mcs51/ralloc.c (serialRegAssign): fixed bug 1189609
463
464 2005-04-14 Borut Razem <borut.razem AT siol.net>
465
466         * fixed bug 1045046 - SIGSEGV with really simple code?:
467           src/pic/pcode.c (pCodeInitRegisters)- pseudo stack size increased to 16
468           src/pic/ralloc.c (typeRegWithIdx) - error message on pseudo stack overflow
469
470 2005-04-14 Borut Razem <borut.razem AT siol.net>
471
472         * src/pic16/gen.c (genInline), src/pic16/main.c (_process_pragma),
473           src/pic16/device.h: temporarily disabled experimental #inline pragma
474           for 2.5.0 release
475
476 2005-04-14 Maarten Brock <sourceforge.brock AT dse.nl>
477
478         * device/include/z80/stdio.h,
479         * device/include/z80/string.h: removed these highly incomplete files so
480           SDCC can use the default ones in device/include/
481
482 2005-04-14 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
483
484         * src/mcs51/gen.c (genEndFunction): removed unused variable to fix
485         gcc warning.
486         * device/lib/Makefile.in: default PORTINCDIR to the mcs51 subdir to
487         fix sdcpp warnings.
488
489 2005-04-12 Maarten Brock <sourceforge.brock AT dse.nl>
490
491         * device/include/malloc.h: removed redundant __reentrant prototypes
492         * device/lib/_mullong.c: added working xstack variant in asm (C version
493           doesn't pass regression tests)
494         * device/lib/bpx.c: used __data and made bpx char for mcs51
495         * src/SDCCast.c (decorateType): removed unused GPTYPE_IDATA,
496           (createFunction): fixed bug with xstackPtr
497         * src/SDCCcse.c: corrected comments
498         * src/SDCCopt.c (convertToFcall): fixed warning in MSVC,
499           (killDeadCode, eBBlockFromiCode): removed unused code
500         * src/SDCCsymt.h: removed unused GPTYPE_GPTR and GPTYPE_IDATA,
501           corrected comments
502         * src/mcs51/gen.c (aopForSym, aopPut, toBoolean, unsaveRegisters,
503           assignResultValue, genCall, genFunction, genEndFunction, genAnd,
504           genOr, genXor, genAddrOf): fixed several bugs concerning xstack
505           (genModOneByte): fixed warning in MSVC
506         * src/mcs51/main.c (): added comments
507         * src/mcs51/peeph.def: changed 129 to 129.a, added 129.b, 129.c & 129.d
508
509 2005-04-12 Maarten Brock <sourceforge.brock AT dse.nl>
510
511         * src/SDCCmain.c (linkEdit): oops, changed one line too many
512
513 2005-04-11 Maarten Brock <sourceforge.brock AT dse.nl>
514
515         * src/SDCCmain.c (linkEdit): fixed bug with finding crt0.o for z80
516
517 2005-04-10 Vangelis Rokas <vrokas AT users.sourceforge.net>
518
519         * src/pic16/glue.c (printIvalChar): fixed bug when emitting
520         characters arrays of larger size than the declared one.
521
522 2005-04-10 Borut Razem <borut.razem AT siol.net>
523
524         * src/pic/gen.c (genInline),
525           src/pic/pcode.c (newpCodeAsmDir), (pCode2str),
526           (genericPrint), (unlinkpCodeFromBranch), (compareLabel),
527           (findNextInstruction), (findPrevInstruction),
528           (findInstructionUsingLabel),
529           src/pic/pcode.h: fixed bug #1164907 - Labels not being recognized
530         * src/pic/pcode.c (findLabel): added missing '\n'
531         * src/src.dsp: added SDCCdwarf2.c to the project
532
533 2005-04-09 Borut Razem <borut.razem AT siol.net>
534
535         * support/scripts/sdcc.nsi: added include/hc08/* h to NSIS setup
536
537 2005-04-08 Raphael Neider <rneider AT web.de>
538
539         * src/pic16/pcode.c: added helpers defmapInsertAfter (insert a new item
540           into the chain after a given one) and mergeDefmapSymbols (combine
541           defmap entries for each symbol per pcode)
542         * (createDefmap): have defmap entries merged in the end
543         * (defmapReplaceSymRef): split defmap entries covering two accesses to
544           a symbol before replacing one access type's symbol, merge symbols in
545           the end (replacement symbol might already have an entry)
546         * (assignValnums): keep reference to written WREG intact
547
548 2005-04-08 Raphael Neider <rneider AT web.de>
549
550         * src/pic16/pcode.c (struct defmap_s): named anonymous union (for
551           Alpha)
552
553 2005-04-08 Vangelis Rokas <vrokas AT users.sourceforge.net>
554
555         * src/pic16/pcode.c (pic16_get_op2): enlarged size of array b to 128
556         bytes
557
558 2005-04-07 Raphael Neider <rneider AT web.de>
559
560         * device/include/pic16/usart.h: added compatibility defines for
561           devices with more than one USART
562         * device/include/pic16/pic18f[68][567]20.h: activated above defines
563
564 2005-04-07 Maarten Brock <sourceforge.brock AT dse.nl>
565
566         * device/lib/Makefile.in: updated for port specific include
567
568 2005-04-07 Maarten Brock <sourceforge.brock AT dse.nl>
569
570         * support/regression/ports/mcs51/spec.mk: added mcs51 include
571
572 2005-04-07 Maarten Brock <sourceforge.brock AT dse.nl>
573
574         * device/include/8051.h,
575         * device/include/8052.h,
576         * device/include/at89S8252.h,
577         * device/include/at89c55.h,
578         * device/include/at89x051.h,
579         * device/include/at89x51.h,
580         * device/include/at89x52.h,
581         * device/include/mcs51reg.h,
582         * device/include/reg51.h,
583         * device/include/reg764.h,
584         * device/include/regc515c.h,
585         * device/include/sab80515.h: (re)moved these 12 files
586         * device/include/mcs51/8051.h,
587         * device/include/mcs51/8052.h,
588         * device/include/mcs51/at89S8252.h,
589         * device/include/mcs51/at89c55.h,
590         * device/include/mcs51/at89x051.h,
591         * device/include/mcs51/at89x51.h,
592         * device/include/mcs51/at89x52.h,
593         * device/include/mcs51/mcs51reg.h,
594         * device/include/mcs51/reg51.h,
595         * device/include/mcs51/reg764.h,
596         * device/include/mcs51/regc515c.h,
597         * device/include/mcs51/sab80515.h: and added them here
598
599 2005-04-06 Maarten Brock <sourceforge.brock AT dse.nl>
600
601         * device/include/stdarg.h: changed SDCC specific keywords to double
602           underlined form.
603         * device/include/stdint.h: changed intptr_t and uintptr_t for others than
604           mcs51 and ds390.
605         * device/include/hc08/mc68hc908gp32.h,
606         * device/include/hc08/mc68hc908jb8.h,
607         * device/include/hc08/mc68hc908jkjl.h,
608         * device/include/hc08/mc68hc908qy.h: fixed comments
609         * device/include/mcs51/README: updated
610         * device/include/mcs51/c8051f120.h: added PINRSF
611         * device/lib/pic16/libc/stdlib/crc16.c: fixed comments
612         * src/pic16/pcode.c: MSVC6 doesn't accept declaring new variables
613           amidst code. Also inline is not supported.
614
615 2005-04-06 Raphael Neider <rneider AT web.de>
616
617         * src/pic16/pcode.c (pic16_pCodeReplace): also update pcflow->end
618         * (createDefmap): fixed CALLs to depend on FSR1 and RETLW to restore
619           callers stack/frame pointers
620
621 2005-04-06 Vangelis Rokas <vrokas AT users.sourceforge.net>
622
623         * device/include/pic16/usart.h: added, missing in previous commit,
624         * device/include/pic16/adc.h: fixed typo,
625         * device/lib/pic16/libc/utils/cvtdec.S: added missing in previous
626         commit,
627         * device/lib/pic16/libc/stdlib/g_ftoa.S: modified to include
628         <p18fxxx.inc>
629         * device/lib/pic16/libc/stdio/streams.c: leave stdin, stdout
630         uninitialized because a bug appears with gplink
631         * device/lib/pic16/{some makefiles}: moved $(CSTD) from CFLAGS to
632         COMPILE_FLAGS and added CPPFLAGS with -nostdinc because sdcpp
633         complains for unrecognised option
634
635 2005-04-05 Raphael Neider <rneider AT web.de>
636
637         * src/pic16/gen.c (pic16_popCopyReg): made copying work for extended
638           structs as well (using memcpy)
639         * (genFunction): fixed comparison, used pCodeOpLabel to reduce warning
640           on ISRs (GOTO has no label)
641         * src/pic16/device.h: added OF_OPTIMIZE_DF
642         * src/pic16/main.c: added compiler switch --optimize-df to enable the
643           new data flow analysis/optimization
644         * src/pic16/pcode.c: added (prototypes for and implementation of)
645           dataflow analysis functions, fixed pCodeInstructions' inCond and
646           outCond values, made RCALL a branch instruction
647         * (pic16_unlinkpCode): keep C line if possible
648         * (pic16_pCodeUnlink): removed cast on left side of assignment, have
649           C line moved if possible
650         * (pic16_getRegFrompCodeOp): NEW, improved version of...
651         * (pic16_getRegFromInstruction,pic16_getRegFromInstruction2): changed
652           to use new pic16_getRegFrompCodeOp (works for more SFRs)
653         * (pic16_BuildFlow): fixed skip instructions with label (did not start
654           new flow)
655         * (pic16_getJumptabpCode): NEW, needed in...
656         * (LinkFlow): fixed handling of jumptables, calls and conditional
657           branches
658         * (pic16_InsertCommentAfter): NEW
659         * (pic16_pCodeReplace): made verbose and flow preserving
660         * (AnalyzeFlow): added call to data flow analysis
661         * src/pic16/pcode.h: added defmaps to pCodeFlow struct
662         * src/pic16/pcodeflow.h: added PCC_STATUS to mean all STATUS bits
663         * src/pic16/ralloc.c (packRegsForAssign): added return 1 in the end
664
665 2005-04-03 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
666
667         * src/SDCCast.c (decorateType): fixed bug #1105626
668
669 2005-04-02 Vangelis Rokas <vrokas AT users.sourceforge.net>
670
671         * device/include/asm/pic16/features.h,
672         * pic18f*.h headers,
673         * device/include/pic16/adc.h,
674         * device/include/pic16/delay.h,
675         * device/include/pic16/i2c.h,
676         * device/include/pic16/malloc.h,
677         * device/include/pic16/stdio.h,
678         * device/include/pic16/stdlib.h,
679         * device/include/pic16/string.h,
680         * device/lib/pic16/libc/stdio/printf_tiny.c,
681         * device/lib/pic16/libc/stdio/printf_small.c,
682         * device/lib/pic16/libc/stdio/strmgpsim.c,
683         * device/lib/pic16/libc/stdio/strmmssp.c,
684         * device/lib/pic16/libc/stdio/strmusart.c,
685         * device/lib/pic16/libc/stdio/vfprintf.c,
686         * device/lib/pic16/libc/stdlib/ltoa.c,
687         * device/lib/pic16/libc/stdlib/putchar.c,
688         * device/lib/pic16/libc/stdlib/x_ftoa.c,
689         * device/lib/pic16/libc/stdlib/memchrpgm.c,
690         * device/lib/pic16/libc/stdlib/memchrram.c,
691         * device/lib/pic16/libc/stdlib/memcpypgm2ram.c,
692         * device/lib/pic16/libc/stdlib/memcpyram2ram.c,
693         * device/lib/pic16/libio/adc/adcbusy.c,
694         * device/lib/pic16/libio/adc/adcread.c,
695         * device/lib/pic16/libio/adc/adcsetch.c,
696         * device/lib/pic16/libio/usart/ubaud.c,
697         * device/lib/pic16/libio/usart/ubusy.c,
698         * device/lib/pic16/libio/usart/udrdy.c,
699         * device/lib/pic16/libio/usart/uopen.c,
700         * device/lib/pic16/libio/usart/uputc.c,
701         * device/lib/pic16/libsdcc/gptr/gptrget1.c,
702         * device/lib/pic16/libsdcc/gptr/gptrget2.c,
703         * device/lib/pic16/libsdcc/gptr/gptrget3.c,
704         * device/lib/pic16/libsdcc/gptr/gptrget4.c,
705         * device/lib/pic16/libsdcc/gptr/gptrput1.c,
706         * device/lib/pic16/libsdcc/gptr/gptrput2.c,
707         * device/lib/pic16/libsdcc/gptr/gptrput3.c,
708         * device/lib/pic16/libsdcc/gptr/gptrput4.c: modified all SDCC
709         specific keywords to double underlined form,
710         * device/lib/pic16/libc/Makefile.rules,
711         * device/lib/pic16/libsdcc/Makefile.rules,
712         * device/lib/pic16/libm/Makefile,
713         * device/lib/pic16/libio/Makefile.rules: added CSTD macro in CFLAGS
714         to compile with C standard set in Makefile.common
715         * device/lib/pic16/libc/stdlib/Makefile: added new C sources
716         rand.c and crc.c in compilation process,
717         * device/lib/pic16/libsdcc/int/divuint.c,
718         * device/lib/pic16/libsdcc/long/divulong.c: changed declaration of
719         `c' from signed to unsigned,
720         * device/lib/pic16/startup/crt0.c,
721         * device/lib/pic16/startup/crt0i.c,
722         * device/lib/pic16/startup/crt0iz.c: adopted to all SDCC specific
723         keywords to double underlined form, bug fixes in _do_cinit function
724         which prevented the correct initialization of the .idata segment,
725         * src/pic16/pcoderegs.c (insideLRBlock): fixed a bug that caused the
726         core to enter a infinite loop
727         * device/lib/pic16/libc/stdlib/rand.c, crc.c: new files
728
729 2005-04-02 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
730
731         * src/SDCCicode.c (getArraySizePtr): fixed bug #1122171
732
733 2005-04-01 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
734
735         * device/include/Makefile.in: add support for hc08 subdirectory
736         * device/include/hc08/: new subdirectory
737         * device/include/hc08/mc68hc908jkjl.h: new header contributed by
738         Lucas Loizaga, thanks!
739         * device/include/hc08/mc68hc908qy.h,
740         * device/include/hc08/mc68hc908gp32.h,
741         * device/include/hc08/mc68hc908jb8.h: moved hc08 register defs to
742         their own directory. Changed internal macro names to use the compiler
743         reserved namespace. Changed SDCC specific keywords to double
744         underlined form.
745         * device/include/math.h,
746         * device/include/malloc.h,
747         * device/include/stdarg.h,
748         * device/include/stdbool.h
749         * device/include/string.h,
750         * device/include/tinibios.h,
751         * device/include/ds400rom.h,
752         * device/include/8051.h,
753         * device/include/8052.h,
754         * device/include/80c51xa.h,
755         * device/include/at89c55.h,
756         * device/include/at89S8252.h,
757         * device/include/at89x51.h,
758         * device/include/at89x52.h,
759         * device/include/ds80c390.h,
760         * device/include/reg764.h,
761         * device/include/regc515c.h,
762         * device/include/sab80515.h,
763         * device/include/mcs51/c8051f000.h,
764         * device/include/mcs51/c8051f018.h,
765         * device/include/mcs51/c8051f020.h,
766         * device/include/mcs51/c8051f040.h,
767         * device/include/mcs51/c8051f060.h,
768         * device/include/mcs51/c8051f120.h,
769         * device/include/mcs51/c8051f300.h,
770         * device/include/mcs51/c8051f310.h,
771         * device/include/mcs51/c8051f320.h,
772         * device/include/mcs51/c8051f330.h,
773         * device/include/mcs51/c8051f350.h,
774         * device/include/z180.h: Changed SDCC specific keywords to double
775         underlined form.
776
777 2005-03-31 Vangelis Rokas <vrokas AT users.sourceforge.net>
778
779         * src/pic16/device.c (Pics16[]): added devices 18F2550, 18F4331,
780         18F4455,
781         * (pic16_assignConfigWordValue): disable testing of configuration
782         register value with config mask,
783         * src/pic16/gen.c (pic16_testStackOverflow): prefix stack test
784         function with port->fun_prefix,
785         * (genFunction): when generating a naked interrupt function never
786         create an absolute segment placed in interrupt vector address, place
787         the actual interrupt function at IVA instead, when an interrupt
788         function is generated with unspecified interrupt then do not create
789         the absolute section,
790         * (genGenPointerGet, genGenPointerSet, genPackBits): replace all
791         code for generating a call to generic pointer get/put function with
792         a call to function pic16_callGenericPointer(),
793         * src/pic16/genutils.c (pic16_callGenericPointerRW): NEW, generates
794         the call to the generic pointer get/put functions with prefixing the
795         function name with port->fun_prefix,
796         * src/pic16/glue.c (pic16glue): ifdef-out test of OF_LR_SUPPORT,
797         * src/pic16/main.c (_process_pragma): prefix function with
798         port->fun_prefix,
799         * (_pic16_finaliseOptions): define macro __18Fxxxx macro when
800         calling assembler, old 18Fxxxx macro is deprecated,
801         * src/pic16/pcode.c (unlinkpCodeFromBranch): added PC_INLINE and
802         PC_ASMDIR in while condition,
803         * (findInstruction): add PC_ASMDIR in while condition,
804         * (buildCallTree): prefix main with port->fun_prefix,
805         * (pic16_pCode2str): fixed bug that didn't emit the memory access
806         identifier for variable with banked access in instructions BTFSS,
807         BTFSC, BCF, BSF, BTG
808         * (AnalyzeFlow): moved call to OptimizepCode to pic16_AnalyzeBanking,
809         * src/pic16/pcodepeep.c (pCodeOpCompare): increase size of b to 1024,
810         * src/pic16/pcoderegs.c (pic16_pCodeRegoptimizeRegUsage): don't
811         perform optimization when enviroment variable NO_REG_OPT is set,
812         * (insideLRBlock): NEW, return 1 if register is inside an
813         INF_LOCALREGS block,
814         * (RemoveRegFromLRBlock): remove a register that is completely
815         eliminated by register optimization, but it is still left in local
816         register store/restore in/from stack block,
817         * (Remove2pcodes): after removing register, check to see if it
818         should be removed from local register store/restore in/from stack
819         block,
820         * src/pic16/ralloc.c (pic16_decodeOp): added decode for
821         DUMMY_READ_VOLATILE,
822
823         * device/include/pic16/adc.h: minor prototype modifications and
824         update,
825         * device/include/pic16/malloc.h: added GPL notice various
826         modifications,
827         * device/include/pic16/stdint.h: NEW, standard header for ints
828         * device/include/pic16/delay.h: NEW, header for delay functions,
829         delay10tcy, delay100tcy, delay1ktcy, delay10ktcy, delay100ktcy,
830         delay1mtcy,
831         * device/include/pic16/signal.h: NEW, header providing helper macros
832         for implementing signal handlers,
833         * device/include/pic16/stdio.h: added prototypes for functions,
834         printf, vprintf, sprintf, vsprintf, fprintf, vfprintf. Added
835         prototypes for stdin and stdout, added macro PUTCHAR to
836         automatically implement putchar function prototype,
837         * device/include/pic16/usart.h: modified and updated USART library,
838         * device/lib/pic16/libio/adc/,
839         * device/lib/pic16/libio/i2c: some modifications to improve library
840         performance,
841         * device/lib/pic16/libc/stdio/: modifications for the new printf*
842         family of functions,
843         * device/lib/pic16/libc/stdlib/: various modifications in the malloc
844         family of functions and other sources,
845         * device/lib/pic16/libio/usart/: NEW, c sources for the usart module
846         of the PIC18Fxx[28] devices,
847         * device/lib/pic16/libc/delay/: NEW, c sources for the delay functions,
848         * device/lib/pic16/libc/utils/: minor modifications in the .S sources,
849         * device/lib/pic16/startup/{crt0i.c, crt0iz.c}: redesign of the
850         _do_cinit function, because the previous failed when local variables
851         where not placed in the same memory bank,
852         * device/lib/pic16/libsdcc/char/: various modifications to improve
853         library performance,
854         * doc/sdccman.lyx: some reorganization of the PIC16 part, added many
855         information on the new functions of the c library and more...
856
857 2005-03-28 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
858
859         * src/SDCCBBlock.c (iCodeBreakDown): fixed bug #1170212
860
861 2005-03-26 Raphael Neider <rneider AT web.de>
862
863         * src/pic16/gen.c (genSkipc): fixed semantics (execute branch
864           if condition == CARRY)
865         * (genCmp): adapted to new genSkipc semantics
866         * src/pic16/genutils.c (pic6_genCmp_special): removed side effect
867           on rIfx (genCmp was broken)
868
869 2005-03-26 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
870
871         * src/SDCCmain.c (setDefaultOptions, optionsTable[], parseCmdLine),
872         * src/z80/main.c (_keywords[]),
873         * src/SDCCglobal.h (struct options),
874         * src/SDCC.y,
875         * src/SDCC.lex (isTargetKeyword, doPragma, pragma_tbl[]): new pragmas
876         to enable/disable SDCC and C99 extensions/keywords (std_c89, std_sdcc89,
877         std_c99, std_sdcc99). Also, equivalent command line options (--std-c89,
878         --std-sdcc89, --std-c99, --std-sdcc99). SDCC specific keywords are
879         always available in leading double underscore form. The C99 support is
880         mostly missing, but it's a start.
881         * support/regression/tests/bug-227710.c: fixed nonconforming use of
882         reserved identifier "__data".
883
884 2005-03-24 Maarten Brock <sourceforge.brock AT dse.nl>
885
886         * src/mcs51/peeph.def: fixed bug 1170013
887
888 2005-03-22 Maarten Brock <sourceforge.brock AT dse.nl>
889
890         * device/include/mcs51reg.h: fixed bug 842007
891
892 2005-03-21 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
893
894         * src/SDCCcflow.c (dfNumCompare): committed the wrong version of this
895         last time.
896
897 2005-03-20 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
898
899         * src/port.h (struct PORT),
900         * src/avr/ralloc.c (avr_assignRegisters),
901         * src/avr/main.c,
902         * src/ds390/ralloc.c (ds390_assignRegisters),
903         * src/ds390/main.c,
904         * src/hc08/ralloc.c (hc08_assignRegisters),
905         * src/hc08/main.c,
906         * src/mcs51/ralloc.c (mcs51_assignRegisters),
907         * src/mcs51/main.c,
908         * src/pic/ralloc.c (pic14_assignRegisters),
909         * src/pic/main.c,
910         * src/pic16/ralloc.c (pic16_assignRegisters),
911         * src/pic16/main.c,
912         * src/xa51/ralloc.c (xa51_assignRegisters),
913         * src/xa51/main.c,
914         * src/z80/ralloc.c (z80_assignRegisters),
915         * src/z80/ralloc.h,
916         * src/SDCCopt.c (eBBlockFromiCode, replaceRegEqv, killDeadCode),
917         * src/SDCCcse.c (ifxOptimize, cseBBlock, cseAllBlocks),
918         * src/SDCCcse.h,
919         * src/SDCCdflow.c (computeDataFlow),
920         * src/SDCCdflow.h,
921         * src/SDCCloop.c (addDefInExprs, loopInvariants, loopOptimizations),
922         * src/SDCCloop.h,
923         * src/SDCCcflow.c (*),
924         * src/SDCCcflow.h,
925         * src/SDCCBBlock.c (iCodeBreakDown, dumpEbbsToFileExt, eBBWithEntryLabel),
926         * src/SDCCBBlock.h (struct ebbIndex): new struct that keeps two copies
927         of the eBBlock list, sorted by both bbnum and dfnum. (fixes bug with
928         immedDom() returning wrong block; probably fixes bug #1160833)
929
930 2005-03-20 Borut Razem <borut.razem AT siol.net>
931
932         * support/scripts/inc2h.pl: WIN32 port
933
934 2005-03-19 Maarten Brock <sourceforge.brock AT dse.nl>
935
936         * device/lib/makefile.in: added abs.c and labs.c
937
938 2005-03-17 Maarten Brock <sourceforge.brock AT dse.nl>
939
940         * device/include/stdint.h: added
941         * device/lib/abs.c: added
942         * device/lib/labs.c: added
943         * device/include/stdlib.h: added abs() and labs() prototypes
944         * device/lib/libsdcc.lib: added abs and labs
945         * device/include/float.h,
946         * device/lib/_fsmul.c,
947         * device/lib/printf_fast.c,
948         * device/lib/printf_tiny.c: updated comments
949
950 2005-03-16 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
951
952         * src/SDCCicode.c (geniCodeSwitch, geniCodeJumpTable): fixed
953         bug #1164313
954
955 2005-03-16 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
956
957         * src/SDCCcse.c (cseBBlock): retain assignment to self when volatile
958         * src/SDCCast.c (isLoopCountable): fixed bug #1161985
959
960 2005-03-15 Maarten Brock <sourceforge.brock AT dse.nl>
961
962         * device/lib/printf_large.c: removed inline assembly for portability and
963           readability. Use printf_fast if speed or size are more important.
964         * src/pic16/gen.c: removed conditions around use of DEBUGpc
965         * src/pic16/genutils.h: added define for DEBUGpc for MSVC
966
967 2005-03-15 Vangelis Rokas <vrokas AT users.sourceforge.net>
968
969         * src/pic16/genutils.c (pic16_genCmp_special): initialized offs to
970         prevent compiler warning
971
972 2005-03-14 Vangelis Rokas <vrokas AT users.sourceforge.net>
973
974         * device/lib/pic16/startup/crt0i.c (_cinit): local variables where
975         moved to level 0 and declared as static. Also they are explicit
976         placed in access bank. This was necessery because some times they
977         might cross memory bank boundaries. crt0iz.c is *NOT* updated!!!
978         * src/pic16/device.h: added flag OPTIMIZE_CMP to enable some compare
979         optimizations. Currently only compare to unsigned char is implemented,
980         * src/pic16/gen.c: added fReturnIdx array,
981         * (struct resolvedIfx) is moved to gen.h and made public,
982         * (struct _G): added sregsAlloc and sregsAllocSet fields,
983         * (aopForSym): added an optimization to directly store in stack of
984         the operand of a SEND iCode,
985         * (pic16_aopOp): don't return return registers as strings (AOP_STR)
986         but as registers instead (AOP_REG) using the fReturnIdx array,
987         * (pic16_freeAsmop): remove the freed register from the
988         _G.sregsAlloc field,
989         * (pic16_aopGet): in case AOP_STR, the compare to 'a' is changed to
990         a compare of 'WREG',
991         * (pic16_popGetTempRegCond): changed function prototype, now
992         function takes also a bitVector argument v which holds the current
993         set of registers that are allocated for stack access by aopForSym,
994         registers allocated in aopForSym for accessing stack symbols are not
995         any more part of the functions usedRegs field,
996         * (genCall): some times aopOp is called for a stack variable to be
997         send, aopForSym might perform the push, if this is true make sure
998         that genCall doesn't push the variable twice by testing _G.resDirect,
999         * (genFunction): changed testing for unspecified interrupt number
1000         from 256 to INTNO_UNSPEC,
1001         * modified selection scheme of frame pointer generation. Previously
1002         if function did use local registers a frame pointer was generated,
1003         now a frame pointer is generated only if function has arguments
1004         (that need PLUSW2 register access), or has stack arguments, or the
1005         compiler is not instructed to omit the frame pointer,
1006         * (genEndFunction): before restoring local registers that were saved
1007         in the function preamble, also restore the registers that *might*
1008         have been allocated for stack access,
1009         * (genRet): removed some old comments,
1010         * (genCmp, the active (RN's) version): added a call to the
1011         pic16_genCmp_special function to perform the compare with a more
1012         robust and optimized way,
1013         * (genInline): a feature has been added in inline code generation,
1014         which allows a wildcard variable substitution when writing inline
1015         assembly. Code is incomplete and experimental therefore undocumented,
1016         * (genCast): changed order of aopOp for result and right to allow
1017         aopForSym to directly load the result if possible,
1018         * src/pic16/genutils.c (selectCompareOp, pic16_genCmp_special): NEW,
1019         perform an optimized compare on some selected special occasions,
1020         * src/pic16/genutils.h: declaration of resolvedIfx structure from gen.c,
1021         * src/pic16/glue.c (pic16createInterrupVect): make sure we never
1022         generate an IVT any more,
1023         * src/pic16/main.c (pic16_optionsTable): added command line option
1024         --optimize-cmp,
1025         * (_pic16_initPaths): when calling C preprocessor define pic18fXXXX
1026         macro too, when calling assembler define pic18fXXXX *and* __18Fxxxx
1027         macros,
1028         * src/pic16/NOTES: Raphael Neider added in list of active developers
1029         * src/pic16/pcode.c (OPT_TYPE_STR): added strings jumptable_begin and
1030         jumptable_end to prevent bug #,
1031         * (pic16_pciADDWFC, ADDFWC, COMF, CLRF): added some missing flags in
1032         inCond and outCond fields,
1033         * src/pic16/pcoderegs.c (pCodeOptime2pCodes): add a fix for bug #,
1034         * src/pic16/ralloc.c (serialRegAssign): explicit set willCS to 0 to
1035         turn off register spilling,
1036         * (packRegsForOneUse): synced with other ports' versions although it
1037         is not used currently,
1038         * (pic16_packRegisters): added an optimization while reading
1039         structure bitfields, some registers may be saved (malloc code is
1040         decreased by 80 bytes)
1041
1042 2005-03-12 Vangelis Rokas <vrokas AT users.sourceforge.net>
1043
1044         * src/SDCCcse.c (cseBBlock): inside 'do operand lookup' loop test if
1045         left is a bitfield, if yes, then don't optimize assignment. Perhaps
1046         this can be optimized more?
1047
1048 2005-03-10 Raphael Neider <rneider AT web.de>
1049
1050         * src/pic16/gen.c (pic16_loadFSR0, genPackBits, genUnpackBits,
1051           genNearPointerGet): (hopefully) fixed access to bitfields via
1052           pointers (p->bitN = x; and x = p->bitN; failed)
1053
1054 2005-03-09 Paul Stoffregen <paul AT pjrc.com>
1055
1056         * device/lib/printf_fast.c: fix leading zero format, eg "%02d"
1057
1058 2005-03-09 Raphael Neider <rneider AT web.de>
1059
1060         * src/SDCCopt.c (killDeadCode): fixed bug #1156016
1061
1062 2005-03-06 Maarten Brock <sourceforge.brock AT dse.nl>
1063
1064         * src/SDCCicode.h: moved CRITICAL and ENDCRITICAL from SKIP_IC2 to SKIP_IC
1065         * src/mcs51/ralloc.c (willCauseSpill): added check for REG_BIT type,
1066           (regTypeNum): set REG_BIT type if necessary
1067         * src/mcs51/ralloc.h: added define REG_BIT, used to fix bug 1144613
1068         * support/regression/tests/critical.c: check bug 1144613
1069
1070 2005-03-02 Raphael Neider <rneider AT web.de>
1071
1072         * src/pic16/gen.c (genRightShiftLiteral): fixed bug #1154256
1073
1074 2005-02-26 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
1075
1076         * src/avr/ralloc.c (serialRegAssign),
1077         * src/ds390/ralloc.c (serialRegAssign),
1078         * src/hc08/ralloc.c (serialRegAssign),
1079         * src/mcs51/ralloc.c (serialRegAssign),
1080         * src/pic/ralloc.c (serialRegAssign),
1081         * src/pic16/ralloc.c (serialRegAssign),
1082         * src/xa51/ralloc.c (serialRegAssign),
1083         * src/z80/ralloc.c (serialRegAssign): fixed bug #1105154
1084
1085 2005-02-22 Maarten Brock <sourceforge.brock AT dse.nl>
1086
1087         * src/SDCCast.c (decorateType): fixed bug 1124787
1088
1089 2005-02-20 Hubert Sack <sack AT digiplan.de>
1090         committed by Frieder Ferlemann <Frieder.Ferlemann AT web.de>
1091
1092         * src/mcs51/peeph.def: added peepholes 3.h-k and 132.a-f from
1093         patch #1121755
1094
1095 2005-02-20 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
1096
1097         * src/SDCCpeeph.def: new keyword "labelRefCountChange" which allows peepholes
1098         to keep the correct label reference count when adding/removing references
1099         to labels. A peephole file using this is appended to patch #1144962.
1100
1101 2005-02-14 Raphael Neider <rneider AT web.de>
1102
1103         * device/lib/pic16/libc/string/memccpy.c: changed 3rd argument to char
1104         * src/SDCC.lex (process_pragma): fixed to make disable_warning work for PIC16
1105         * src/pic16/gen.c (aopForSym, calls to pic16_aopOp): prevent unneccessary
1106           retrievals of result operand's value on assignment
1107
1108 2005-02-13 Vangelis Rokas <vrokas AT otenet.gr>
1109
1110         * device/include/pic16/string.h: modified prototype for memccpy()
1111         to memccpy(void *, void *, char, size_t)
1112         * src/pic16/gen.c (genFunction, genEndFunction): reenable if-case to
1113         check whether to omit frame pointer or not,
1114         * (genInline): convert all occurences of "\n" to LF in inline
1115         assembler blocks, this helps formatting the inline text,
1116         * (pic16_loadFSR0): modified prototype,
1117         * (genNearPointerGet, genNearPointerSet): reorganization of code,
1118         removed some 8051 legacy code,
1119         * (genPackBits): enabled handling bitfields exceeding one byte in size,
1120         * src/pic16/ralloc.c (pic16_assignRegisters): clear dynrIdx variable
1121         before allocating temporary registers in functions,
1122
1123 2005-02-11 Maarten Brock <sourceforge.brock AT dse.nl>
1124
1125         * support/regression/tests/bitvars.c: corrected the "fix"
1126
1127 2005-02-10 Maarten Brock <sourceforge.brock AT dse.nl>
1128
1129         * support/regression/tests/bitvars.c,
1130         * support/regression/tests/bitwise.c,
1131         * support/regression/tests/rotate.c: "fixed" problems on Alpha
1132
1133 2005-02-10 Raphael Neider <rneider AT web.de>
1134
1135         * src/pic16/pcode.c (assignToSameBank) : fixed cast to pointer of
1136           different size for Alpha
1137         * src/pic16/gen.c (genCmpEq) : improved compare with 0
1138
1139 2005-02-09 Raphael Neider <rneider AT web.de>
1140
1141         * src/SDCC.lex(doPragma) : save and restore warning options as well
1142           (also added new stack plus clone- and copyAndFreeSDCCERRG())
1143         * have #pragma less_pedantic set the errorlevel to WARNING
1144           (fixes #1117001)
1145         * (cloneOptimize) : fixed wrong malloc's size
1146         * support/Util/SDCCerr.[ch] : made SDCCERRG globally accessible to
1147           facilitate correct handling of #pragma (save|restore)
1148
1149 2005-02-09 Maarten Brock <sourceforge.brock AT dse.nl>
1150
1151         * src/mcs51/gen.c: removed non-standard C nameless struct/union
1152
1153 2005-02-04 Slade Rich <slade_rich AT users.sourceforge.net>
1154
1155         * src/pic/gen.c : Fix for bugs #1080519 & #1115662.
1156
1157 2005-02-03 Maarten Brock <sourceforge.brock AT dse.nl>
1158
1159         * device/include/mcs51/c8051f120.h: added declarations for sbit port 2,3&4
1160
1161 2005-02-02 Raphael Neider <rneider AT web.de>
1162
1163         * src/SDCCast.c (processParms): disabled W_NONRENT_ARGS for pic16 port
1164         * src/pic16/gen.c (aopForSym): reenabled special case for function pointers
1165         * (pic16_storeForReturn): fixed to allow returning function pointers
1166         * (genPackBits): improved accessing full bytes, implemented for GPOINTERs
1167         * device/include/pic16/{stddef.h,stdbool.h}: added
1168
1169 2005-02-02 Maarten Brock <sourceforge.brock AT dse.nl>
1170
1171         * device/include/mcs51/c8051f040.h: added define CPT2_PAGE
1172
1173 2005-02-01 Slade Rich <slade_rich AT users.sourceforge.net>
1174
1175         * src/pic16/pic16.dsp : Added file graph.c to make it compile under windows
1176         * src/pic16/Makefile.bcc : Do not use this file but added file graph.c as it
1177          appeared to be required
1178
1179 2005-01-31 Borut Razem <borut.razem AT siol.net>
1180
1181         * support/scripts/sdcc.nsi: added include/asm/ds390, include/asm/mcs51,
1182           include/mcs51 and include/z80 directories to the package
1183
1184 2005-01-26 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
1185
1186         * src/hc08/gen.c (genFunction): fixed bug #1112752
1187
1188 2005-01-30 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
1189
1190         * src/mcs51/peeph.def: adapted peephole 258.x to changed gen.c (genAnd)
1191
1192 2005-01-29 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
1193
1194         * src/mcs51/gen.c (genAnd): accessing LSB/MSB by rotating acc
1195
1196 2005-01-29 Maarten Brock <sourceforge.brock AT dse.nl>
1197
1198         * device/include/Makefile.in: create/copy mcs51 and z80 include subdirs
1199
1200 2005-01-27 Maarten Brock <sourceforge.brock AT dse.nl>
1201
1202         * device/include/c8051fxxx.h: removed these 6 files
1203         * device/include/mcs51/c8051fxxx.h: added these 11 new files
1204
1205 2005-01-26 Raphael Neider <rneider AT web.de>
1206
1207         * src/pic16/gen.c (genAssign): fixed assignment from longs
1208           in codespace (were cut to three bytes)
1209         * (genDummyRead): implemented (except for CODESPACE...),
1210           fixed bug #1108575
1211         * src/pic16/glue.c (emitStatistics): beautified
1212         * device/lib/pic16/libm/Makefile: added include path
1213
1214 2005-01-26 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
1215
1216         * src/z80/gen.c (aopPut): fixed bug #1103902
1217
1218 2005-01-25 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
1219
1220         * device/lib/expf.c: fixed bug #1095792
1221
1222 2005-01-24 Vangelis Rokas <vrokas AT otenet.gr>
1223
1224         * device/lib/pic16/libm: added Math library sources
1225
1226 2005-01-24 Raphael Neider <rneider AT web.de>
1227
1228         * src/pic16/pcode.h: added second memory operand to pCodeOpReg
1229           to enable upcast to pCodeOpReg2 (there is no type tag to
1230           differenciate the two and pic16_popGet2p cast into PCOR2)
1231         * src/pic16/main.c (_process_pragma): fixed another malloc bug
1232           (sizeof(sectNames) changed to sizeof(sectName))
1233           Both patches fix segfaults under MinGW.
1234
1235 2005-01-23 Raphael Neider <rneider AT web.de>
1236
1237         * src/pic16/{device.c,pcode.c}: s/free/Safe_free/g for
1238           Safe_[mc]?alloc()'ed variables
1239         * src/pic16/gen.c (pic16_aopOp,pic16_popGet): added handling
1240           of (byte sized) temporaries (assign them to WREG for now)
1241         * src/pic16/main.c (_process_pragma): fixed nasty malloc bug
1242           (used sizeof(set *sectSyms) instead of sizeof(struct sectSym)),
1243           this might fix SIGSEGVs on MinGW...
1244         * src/SDCCopt.c (killDeadCode): restored original behaviour
1245           (volatile operands might get thrown away though)
1246
1247 2005-01-23 Vangelis Rokas <vrokas AT otenet.gr>
1248
1249         * src/pic16/gen.c: fixed bug #1106975,
1250         * src/pic16/gen.c: fixed possible bug #1102572, now during TOS
1251         pointer update, INTCON is saved, global interrupts are disabled and
1252         restored after updateing TOS.
1253         * src/SDCC.y, src/SDCC.lex, src/SDCCsymt.c, src/SDCCsymt.h:
1254         * added function attribute 'shadowregs' to take advantage of shadow
1255         registers,
1256         * added function attribute 'wparam' as an alternative to the wparam
1257         pragma,
1258         * support/Utils/SDCCerr.[ch]: added error E_SHADOWREGS_NO_ISR when
1259         user declares a non-ISR function as 'shadowregs',
1260         * doc/sdccman.lyx: updated to reflect recent changes of pic16 port
1261
1262 2005-01-22 Vangelis Rokas <vrokas AT otenet.gr>
1263
1264         * .version: bumped version number to 2.4.8
1265         * device/lib/pic16/pics.all: list of PIC18F devices supported by
1266         pic16 port,
1267         * device/lib/pic16/libio/i2c/: I2C module support library,
1268         * device/include/pic16/i2c.h: I2C support library header,
1269         * device/lib/pic16/libc/stdio/: standard IO support sources,
1270         * (printf_small.c): printf_small() source, supports float print,
1271         * (printf_tiny.c): printf_tiny() source, does not support floats,
1272         * device/lib/pic16/Makefile.common.in: added OPT_FLAGS macro to
1273         enable global optimizations for entire library source, other
1274         Makefiles in the source tree are also modified to reflect this,
1275         * device/lib/pic16/libc/stdlib/putchar.c (putchar): dummy putchar()
1276         function,
1277         * doc/sdccman.lyx: updated to reflect new changes,
1278         * src/pic16/gen.c (aopForSym): don't handle sym->iaccess in
1279         sym->onStack if-case,
1280         * src/pic16/main.c (_pic16_keywords): commented out keywords bit,
1281         sbit, idata, _idata, xdata, _xdata,
1282         * added pragma library, to link an external library, (see doc),
1283         * removed command line options, --pomit-config-words, --pomit-ivt,
1284         --pleave-reset-vector,
1285         * (pic16_finaliseOptions): when define macro SDCC_MODEL_{SMALL/LARGE}
1286         when calling assembler to reflect memory model used, also define
1287         macro STACK_MODEL_{SMALL/LARGE} when compiling and assembling to
1288         reflect stack model used,
1289         * src/pic16/ralloc.c (pic16_allocDirReg): when operand is allocated
1290         on stack return NULL,
1291
1292 2005-01-22 Daniel Winkler <post AT danielwinkler.de>
1293
1294         * src/SDCCopt.c (killDeadCode): do not throw iCodes away if one
1295           of the operands is volatile. Fixes #1020220
1296
1297 2005-01-22 Daniel Winkler <post AT danielwinkler.de>
1298
1299         * src/pic16/pcoderegs.c (pCodeOptime2pCodes): reenabled optimization
1300         * (OptimizeRegUsage): make sure that there is really no other flow where
1301           the first pCode is used
1302
1303 2005-01-22 Raphael Neider <rneider AT web.de>
1304
1305         * src/pic16/pcoderegs.c (pCodeOptime2pCodes): disabled optimization
1306           to fix #1106967 (pCode->seq are not set up correctly)
1307
1308 2005-01-22 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
1309
1310         * src/SDCCglue.c (glue): make sure code area is declared before the
1311         static initialization area.
1312
1313 2005-01-21 Raphael Neider <rneider AT web.de>
1314
1315         * device/lib/Makefile.in: fixed test for pic16 install dir
1316         * device/lib/pic16/*/Makefile*: modified compile flags to enable
1317           optimizations
1318         * doc/sdccman.lyx: updated banksel optimization, removed --flr-support and
1319           added --optimize-goto compiler switch and pragma wparam documentation
1320         * src/pic16/pcode.c (pic16_OptimizeBanksel): removed statistics dump
1321         * src/pic16/pcodepeep.c (pic16_pCodeOpCopy): fixed copying of WREG, PRODL
1322           and PRODH closing bug #1071770 (peephole optimizer)
1323
1324 2005-01-19 Raphael Neider <rneider AT web.de>
1325
1326         * src/SDCCglobl.h: ensure that PATH_MAX >= 2048 to guarantee
1327           cmdLine buffers (used when calling sdcpp...) are large enough
1328           (MAX_PATH=256 truncates arguments leading to system halts when
1329           used in MinGW...)
1330         * src/pic16/gen.c (pic16_sameRegs): relaxed size criterion
1331         * (genUminus): rewritten to for efficiency
1332         * (genNearPointer[GS]et): enforce reloading of FSR0 (was still
1333           used uninitialized in some cases)
1334         * (genCast): upcasting a 16bit int to a 24bit GPOINTER may not
1335           copy the third byte from the int -- now assumes 0x80 (data memory)
1336         * src/pic16/genarith.c (pic16_genPlus): fixed bug when swapping
1337           operands (genAddLit expects the iCode's operands to swapped as
1338           well), fixed leftover bytes (crashed for short left operands)
1339         * (pic16_genMinusDec): performance improvements, removed false
1340           PIC14 emitSKPNCs
1341         * (pic16_genMinus): fixed to cope with differently sized operands
1342         * src/pic16/glue.c (pic16_glue): added new banksel optimization
1343           for --obanksel > 1
1344         * src/pic16/pcode.c: implemented (first phase of) banksel optimization
1345         * src/pic16/graph.[ch]: implementation of directed graphs, used by
1346           new banksel optimization
1347         * src/pic16/pcoderegs.c (pCodeRegMapLiveRangesInFlow): prevented
1348           analysis for temporary registers (segfaults...)
1349         * src/pic16/peeph.def: added rule
1350
1351 2005-01-18 Vangelis Rokas <vrokas AT otenet.gr>
1352
1353         * device/lib/pic16/libc/stdlib/x_ftoa.c: it defines x_ftoa function
1354         which converts a float number to its ASCII representation
1355         * device/lib/pic16/libc/utils/cnvfrac.S,cnvint.S: support
1356         functions to convert the fractional and integer part of a float to ASCII,
1357         * device/lib/pic16/libc/stdlib/(calloc.c,free.c, malloc.c,
1358         realloc.c): added _MALLOC_SPEC to explicit place variables in data
1359         ram
1360         * device/include/asm/pic16/features.h: added _CODE, _DATA, _AUTOMEM,
1361         _STATMEM macros,
1362         * device/include/pic16/adc.h: added GPL info,
1363         * src/pic16/gen.c (genIfxpCOpJump): perform an genIfxJump but using
1364         a pCodeOp as tested operand,
1365         * (genNearPointerGet): optimized bit testing, does not use
1366         intermediate register for bit value, test directly instead with
1367         BTFSS, BTFSC, works only for single bits,
1368         * (genpic16Code): dump the name of the iCode in the asm,
1369         * src/pic16/ralloc.c (decodeOp): removed static declaration and
1370         renamed to pic16_decodeOp,
1371         * (serialRegAssign): do not allocate a temporary register for iCode
1372         sequences that test a single bit for 1/0
1373
1374 2005-01-12 Vangelis Rokas <vrokas AT otenet.gr>
1375
1376         * src/pic16/pcode.[ch]: introduced pic16_stackpnt_*,
1377         pic16_framepnt_*, pic16_stack_*, pic1_frame_* pointer variables to
1378         access stack and frame pointers. They are initially assigned to
1379         point at pic16_pc_fsr1[lh] and pic16_pc_fsr2[lh] variables and other
1380         accessing SFRs. Updated all occurences of modification of stack or
1381         frame pointer in gen.c and pcode.c,
1382         * src/pic16/ralloc.c (serialRegAssign): fixed two bugs with
1383         assigning of a literal value to pointers,
1384         * src/pic16/main.c (pic16_finiliseOptions): set pre-processor define
1385         flag STACK_MODEL_SMALL or STACK_MODEL_LARGE according to the model
1386         selected
1387
1388 2005-01-11 Vangelis Rokas <vrokas AT otenet.gr>
1389
1390         * doc/sdccman.lyx: update documentation about stack pragma, added
1391         some info for stack memory models
1392
1393 2005-01-08 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
1394
1395         * src/pic16/gen.c (DEBUGpc): MSVC 6 does not support macro variable arguments
1396
1397 2005-01-08 Raphael Neider <rneider AT web.de>
1398
1399         * src/pic16/device.c (pic16_dump_usection): changed naming scheme for
1400           udata sections to fix bug #1097823
1401
1402 2005-01-05 Raphael Neider <rneider AT web.de>
1403
1404         * src/pic16/gen.c (genGenericShift): added handling of differently
1405           sized left operand and result
1406
1407 2005-01-04 Raphael Neider <rneider AT web.de>
1408
1409         * src/pic16/gen.c (genIfxJump): fixed inverted skips on CARRY
1410         * (genIfx): fixed (?) read from uninitialized SPIL_LOC (now assumes CARRY
1411           to hold the condition bit)
1412         * added new version of genCmp (old code available via #define)
1413         * added new version of genShiftLeft/genShiftRight in a generic
1414           way, now supports shifting by negative values
1415         * (genLeftShiftLiteral, genRightShiftLiteral): use absolute value of
1416           shiftCount (expected by genGenericShift)
1417         * src/pic16/genarith.c (genPlus): added code for adding CARRY+literal
1418         * src/pic16/pcode.c (pic16_OptimizeJumps): removed annoying statistics
1419           dump
1420         * (pic16_newpCodeOpLit): changed to cast to unsigned char (as e.g. -32766
1421           is an invalid literal too...)
1422
1423 2005-01-04 Vangelis Rokas <vrokas AT otenet.gr>
1424
1425         * src/pic16/gen.c (aopForSym, genEndFunction): applied some fixes
1426         from Raphael Neider,
1427         * src/pic16/pcode.c (pic16_newpCodeOpLit): removed casting to char
1428         for 8-bit literals. This fixes some literal operands which are sign
1429         extended to 16-bits ints when instruction needs only 8-bits.
1430
1431 2004-12-31 Paul Stoffregen <paul AT pjrc.com>
1432
1433         * device/lib/logf.c: added mcs51 assembly version
1434         * device/lib/expf.c: added mcs51 assembly version
1435         * device/lib/_logexpf.c: new shared asm code for expf and logf
1436         * device/include/math.h: add defines for assembly math library
1437         * device/lib/Makefile.in: build new _logexpf.c
1438         * device/lib/libfloat.lib: use new _logexpf.c
1439
1440 2004-12-29 Slade Rich <slade_rich AT users.sourceforge.net>
1441
1442         * src/pic/device.c
1443         * src/pic/pcode.c : adjusted internal stack and pre-allocated registers for
1444           device types which have less than 0x7f registers.
1445
1446 2004-12-29 Slade Rich <slade_rich AT users.sourceforge.net>
1447
1448         * src/pic/genarith.c : Fixed problem with subtraction where the result would not be updated when borrowing.
1449
1450 2004-12-28 Paul Stoffregen <paul AT pjrc.com>
1451
1452         * device/lib/printf_fast.c: only build on supported arch.
1453         * device/lib/printf_tiny.c: only build on supported arch.
1454         * device/lib/printf_fast_f.c: only build if asm float lib
1455         * device/lib/_fsget1arg.c: only build if asm float lib
1456         * device/lib/_fsget2args.c: only build if asm float lib
1457         * device/lib/_fsnormalize.c: only build if asm float lib
1458         * device/lib/_fsreturnval.c: only build if asm float lib
1459         * device/lib/_fsrshift.c: only build if asm float lib
1460         * device/lib/_fsswapargs.c: only build if asm float lib
1461         * device/include/stdio.h: don't provide print_fast,
1462           print_fast_f, print_tiny prototypes if --xstack used
1463
1464 2004-12-28 Maarten Brock <sourceforge.brock AT dse.nl>
1465
1466         * device/lib/sincosf.c (sincosf): don't invert bit/bool by ~
1467         * support/regression/ports/mcs51-stack-auto/spec.mk: added new _fs.. files
1468           to the SOURCES
1469
1470 2004-12-28 Paul Stoffregen <paul AT pjrc.com>
1471
1472         * device/lib/printf_fast_f.c: same as printf_fast, but
1473           with floating point enabled
1474         * device/lib/printf_fast.c: minor tweaks
1475         * device/include/stdio.h: add printf_fast_f
1476
1477 2004-12-27 Paul Stoffregen <paul AT pjrc.com>
1478
1479         * src/SDCCmain.c: make --float-reent default for mcs51
1480         * device/lib/_fsadd.c: added mcs51 assembly version
1481         * device/lib/_fssub.c: added mcs51 assembly version
1482         * device/lib/_fsmul.c: added mcs51 assembly version
1483         * device/lib/_fsdiv.c: added mcs51 assembly version
1484         * device/lib/_fseq.c: added mcs51 assembly version
1485         * device/lib/_fsneq.c: added mcs51 assembly version
1486         * device/lib/_fsgt.c: added mcs51 assembly version
1487         * device/lib/_fslt.c: added mcs51 assembly version
1488         * device/lib/_fscmp.c: shared code for fseq,fsgt,fslt,fsneq
1489         * device/lib/Makefile.in: add _fscmp to build
1490         * device/lib/libfloat.lib: add _fscmp to build
1491
1492 2004-12-27 Paul Stoffregen <paul AT pjrc.com>
1493
1494         * device/lib/_fs2slong.c: added mcs51 assembly version
1495         * device/lib/_fs2sint.c: added mcs51 assembly version
1496         * device/lib/_fs2schar.c: added mcs51 assembly version
1497         * device/lib/_fs2ulong.c: added mcs51 assembly version
1498         * device/lib/_fs2uint.c: added mcs51 assembly version
1499         * device/lib/_fs2uchar.c: added mcs51 assembly version
1500         * device/lib/_slong2fs.c: added mcs51 assembly version
1501         * device/lib/_sint2fs.c: added mcs51 assembly version
1502         * device/lib/_schar2fs.c: added mcs51 assembly version
1503         * device/lib/_ulong2fs.c: added mcs51 assembly version
1504         * device/lib/_uint2fs.c: added mcs51 assembly version
1505         * device/lib/_uchar2fs.c: added mcs51 assembly version
1506         * device/include/float.h: added #define to select asm vs c
1507
1508 2004-12-26 Paul Stoffregen <paul AT pjrc.com>
1509
1510         * device/lib/printf_fast.c: improvements to float output
1511         * device/include/float.h: add defines for assembly float library
1512         * device/lib/_fsget1arg.c: receive 1 float arg
1513         * device/lib/_fsget2args.c: receive 2 float args (reentrant)
1514         * device/lib/_fsnormalize.c: normalize a float
1515         * device/lib/_fsreturnval.c: return float, various helper routines
1516         * device/lib/_fsrshift.c: right shift a float's mantissa
1517         * device/lib/_fsswapargs.c: swap 2 floats
1518         * device/lib/Makefile.in: build these 6 new files for mcs51
1519         * device/lib/libfloat.lib: add these 6 files to the library
1520
1521 2004-12-26 Borut Razem <borut.razem AT siol.net>
1522
1523         * sim/ucsim/avr.src/arith_inst.cc: fixed bug #1088372- savr is not
1524           built by gcc 3.4.2
1525
1526 2004-12-25 Paul Stoffregen <paul AT pjrc.com>
1527
1528         * device/lib/printf_tiny.c: printf for mcs51 in only 267 bytes,
1529           and fully reentrant and register bank neutral.
1530         * device/lib/printf_fast.c: added float (not enabled by default),
1531           added compact/slower integer (also not enabled by default),
1532           improved size/speed of fast integer code, other minor changes
1533         * device/include/stdio.h, device/lib/Makefile.in,
1534           device/lib/libsdcc.lib: integrate printf_tiny into mcs51 build
1535
1536 2004-12-24 Maarten Brock <sourceforge.brock AT dse.nl>
1537
1538         * src/pic16/pcode.c: declaring variables other than at the start of a
1539           block is not supported in C by VC6.
1540
1541 2004-12-22 Vangelis Rokas <vrokas AT otenet.gr>
1542
1543         * applied a previous patch from Raphael Neider that wasn't included
1544         in the previous commits, which fixes infinite loops within jumptable
1545         improvements,
1546         * made some fixes that previous patches introduced
1547
1548 2004-12-21 Vangelis Rokas <vrokas AT otenet.gr>
1549
1550         * src/pic16/gen.c (pic16_aopGet): applied fix from Raphael Neider
1551         that fixes an issue with AOP_PCODE asmop's offset,
1552         * (pic16_popCopyReg): update instance field too,
1553         * (mov2w): modified to pic16_mov2w because it conflicts with mov2w
1554         function of pic port,
1555         * (genCmp, genAnd, genAssign),
1556         * src/pic16/genarith.c (genAddLit): some fixes from Raphael Neider,
1557
1558 2004-12-20 Vangelis Rokas <vrokas AT otenet.gr>
1559
1560         * src/SDCCast.c (gatherAutoInit): allow pic16 to emit static
1561         variables initial values to idata section,
1562         * src/SDCCicode.c (geniCodeCall): patch from ### to fix unreferenced
1563         variables in some functions. This utilizes parmBytes field of iCode
1564         structure to hold the offset of the variable in stack. (might be
1565         able to use the stack field too?)
1566         * applied patch from Raphael Neider # ### , # ###
1567         * src/pic16/glue.c (pic16emitRegularMap): fix to print static
1568         variable initial values in idata section,
1569         * src/pic16/ralloc.c (pic16_allocDirReg): don't allocate register
1570         for static variables with initial value
1571         * src/device/lib/pic16/libsdcc/float/ulong2fs.c (__ulong2fs):
1572         applied fix in while loop from Raphael Neider.
1573
1574 2004-12-19 Maarten Brock <sourceforge.brock AT dse.nl>
1575
1576         * src/ds390/gen.c (genCpl): fixed bit=~(char/bit) bugs, added warning
1577         * src/ds390/main.c (_ds390_regparm): don't pass bit params in registers
1578         * src/ds390/ralloc.c (serialRegAssign): spill bits
1579         * src/mcs51/gen.c (genCpl): fixed bit=~(char) bugs, added warning
1580         * support/Util/SDCCerr.c,
1581         * support/Util/SDCCerr.h: added warning W_COMPLEMENT for using bit=~(bit)
1582         * support/regression/tests/bitvars.c: added tests for bitwise complement(~)
1583         * support/regression/tests/bitwise.c: added test for bitwise complement(~)
1584
1585 2004-12-09 Maarten Brock <sourceforge.brock AT dse.nl>
1586
1587         * device/include/sdcc-lib.h: inserted LGPL, added includes
1588           asm/ds390/features.h and asm/mcs51/features.h
1589         * device/include/asm/default/features.h,
1590         * device/include/asm/gbz80/features.h,
1591         * device/include/asm/z80/features.h: added empty _AUTOMEM
1592           and _STATMEM
1593         * device/include/asm/ds390/features.h,
1594         * device/include/asm/mcs51/features.h: added files with defines for
1595           _AUTOMEM and _STATMEM indicating automatic and static storage class
1596         * device/lib/printf_large.c (_print_format): optimized & used _AUTOMEM
1597         * doc/sdccman.lyx: version 2.4.7, updated xstack documentation
1598         * src/SDCCicode.c (geniCodeCast),
1599         * src/SDCCsymt.c (compareType): allow cast of data-ptr to idata-ptr
1600         * src/SDCCloop.c (loopInduction): removed unused variable lr
1601         * src/SDCCopt.c (convilong, convertToFcall): moved "easy special case"
1602           to convertToFcall to include char modulo (RFE 1065037), added check
1603           if left operand is unsigned and use abs of literal value
1604         * src/SDCCpeeph.c (setFromConditionArgs): removed double quotes option
1605           as it doesn't work after conversion from peephole.def to peephole.rul
1606         * src/mcs51/gen.c (toBoolean): added check for size,
1607           (genModOneByte): optimized code for signed char modulo a literal
1608           power of 2 (thanks to Hubert Sack),
1609           (genRRC): removed unnecessary "clr c",
1610           (genRLC): replaced "add a,acc" with cheaper "rlc a"
1611         * src/mcs51/peeph.def: renamed 115 to 115.a, added rule 115.b: another
1612           jump optimization,
1613           swapped rules 256.c and 256.d,
1614           extended 256.d by using new multiple checks (thanks Erik),
1615           added rules 256.e and 256.f,
1616           updated rule 261.a and 261.b to new generated code
1617         * support/regression/tests/muldiv.c: added test div/mod by a power of 2
1618
1619 2004-12-07 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
1620
1621         * src/SDCCloop.c (basicInduction, loopInduction): fixed several
1622           induction related bugs, including first part of bug #1074377
1623
1624 2004-12-05 Vangelis Rokas <vrokas AT otenet.gr>
1625
1626         * applied patch from bug-report #1076292,
1627         * applied patches for genAnd and Goto-optimizations for Raphael
1628         Neider,
1629         * src/SDCCicode.c (printOperand): fixed !REGA source to compile and
1630         dump a less iCode information,
1631         * src/pic16/device.h (pic16_options_t): added field debgen,
1632         * src/pic16/gen.h: added macros DUMP_FUNCTION_ENTRY,
1633         DUMP_FUNCTION_EXIT, FENTRY, FENTRY2,
1634         * src/pic16/gen.c (my_powof2): renamed to pic16_my_powof2 and made
1635         puclic,
1636         * (various functions): added macros FENTRY and FENTRY2 to functions,
1637         to emit function prologue,
1638         * (various functions): fixed indentation,
1639         * (genNearPointerGet): fixed loading of FSR0,
1640         * (genPackBits): applied patch from Raphael Neider to fix updating
1641         of FSR0 and touching only the modified bits,
1642         * src/pic16/genarith.c (various functions): added macros FENTRY to
1643         emit function prologue in comments,
1644         * src/pic16/pcode.h: added functions debugf2, debugf3,
1645         * src/pic16/ralloc.c: partial fix for packForPush caused
1646         segmentation fault,
1647
1648 2004-12-04 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
1649
1650         * src/mcs51/peeph.def: added 261.a,b (16 bit rotate) by Stas Sergeev
1651           <stsp AT users.sourceforge.net> with reversed byte order
1652         * support/regression/tests/rotate.c: added (ds390 skips some tests)
1653
1654 2004-12-03 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
1655
1656         * src/z80/gen.c (genLeftShift, genRightShift): fixed second part of
1657           bug #1074377
1658         * src/hc08/gen.c (genrshFour, shiftRLong, shiftLLong),
1659         * src/mcs51/gen.c (shiftLLong): Fixed some shifting bugs Frieder found
1660
1661 2004-12-02 Slade Rich <slade_rich AT users.sourceforge.net>
1662
1663         * src/pic/pcode.c : fixed a problem where banksel was not being inserted.
1664
1665 2004-12-02 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
1666
1667         * src/SDCCpeeph.c (callFuncByName): support combined peephole rule
1668           conditions,
1669           (setFromConditionArgs): friendly operand parser for peephole rules,
1670           (operandBaseName, operandsNotRelated): new peephole condition
1671           "operandsNotRelated" -- similar to "operandsNotSame", but takes
1672           architecture specific register naming into account, handles n-way
1673           comparisons, and supports quoted literals
1674         * src/mcs51/peeph.def: restored rule 177.d with an extra condition
1675
1676 2004-12-02 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
1677
1678         * src/mcs51/peeph.def: fixed bug #1076940
1679
1680 2004-12-02 Slade Rich <slade_rich AT users.sourceforge.net>
1681
1682         * device/include/pic/pic16f877.h : added an include file for the PIC16F877 device.
1683
1684 2004-11-28 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
1685
1686         Adding support for replacing ljmps with sjmps in jumptables
1687         generated for switch statements. For now you need to set the
1688         environment variable SDCC_SJMP_JUMPTABLE to enable this.
1689         Now 4 algorithms for mcs51 jumptable generation are used:
1690         ljmp or sjmp jumptables for up to 16 cases, stack-pushing target
1691         addresses loaded pc-relative for up to 112 cases and stack-pushing
1692         target addresses loaded with offset from dptr for up to 256 cases.
1693
1694         * src/SDCCpeeph.c: added peephole conditional labelJTInRange
1695         * src/mcs51/main.c: adapted constants for switch table generation
1696         * src/mcs51/peeph.def: added 260.x for replacing ljmp with sjmp
1697
1698 2004-11-26 Maarten Brock <sourceforge.brock AT dse.nl>
1699
1700         * device/lib/printf_large.c (_print_format): fixed bug 1073386
1701         * support/regression/tests/bug1057979.c: added test for bug 1073386
1702
1703 2004-11-25 Vangelis Rokas <vrokas AT otenet.gr>
1704
1705         * src/pic16/pcode.c: fixed bug which may produce error in non-GNU
1706         compilers
1707
1708 2004-11-25 Vangelis Rokas <vrokas AT otenet.gr>
1709
1710         * src/pic16/device.h,
1711         * src/pic16/genarith.c,
1712         * src/pic16/glue.c,
1713         * src/pic16/main.c,
1714         * src/pic16/pcode.c: applied patches #1068154 and #1070213
1715
1716 2004-11-24 Vangelis Rokas <vrokas AT otenet.gr>
1717
1718         Large cummulative patch for pic16 port.
1719         * device/lib/pic16/gstack.h: NEW, user can specify its own handler
1720         to call when a stack overflow occurs,
1721         * (malloc.h): added CVS Id tag,
1722         * (pic18f{242,252,442,452}.h): added T0CONbits structure and
1723         variable,
1724         * added libc directory. The current version of LibC contains string
1725         functions, ctype functions and macros and some functions of the
1726         stdlib set (like malloc/free/atof/atoi etc...). All functions are to
1727         be extensively tested in the future. Standard disclaimer here.
1728         Library is not automatically build yet. But one can build it by
1729         invoking 'make' inside the libc directory.
1730         * added ADC library under libio. Preliminary version yet.
1731
1732         * src/pic16/gen.h: added emitTOGC macro, to toggle Carry flag,
1733         * src/pic16/gen.c (aopForRemat): asmop size is filled by
1734         aopForRemat() now and not by pic16_aopOp(),
1735         * (pic16_popGetTempReg): removed warning messgae when allocating
1736         temporary registers, its a buggy feature and will be removed,
1737         * (pic16_popGet): set register instance field in AOP_CRY,
1738         * (pic16_outBitC): fixed for results in size greater than 1,
1739         * (genUminusFloat): fixed for pic16, ported code from mcs51,
1740         * (pic16_storeForReturn): optimized return of 0,
1741         * (genCmp): experimental code for new genCmp which uses PIC18's
1742         special compare&skip instructions. Initial tests fail some times
1743         with variables grater than 1 byte in size, so new code is disabled,
1744         * (genUnpackBits, genPackBits): more optimizations in reading/writing,
1745         a single bit,
1746         * (genCast): began a fix to optimize the casting of a bit to another
1747         bit, now assigning a bitfield to another bitfield will fail, sorry,
1748         * src/pic16/main.c: disabled the use of lr-support feature,
1749         * src/pic16/pcode.h: renamed PCASMDIR to PCAD,
1750         * added some function prototypes, added function _debugf prototype,
1751         * src/pic16/pcode.c: (pic16_get_op): fixed emitting operands of register
1752         bits with offset (case PO_GPR_BIT),
1753         * (genericPrint): don't emit INFO pcode when --pcode-verbose not in
1754         command line,
1755         * (isBankInstruction): modified to return 0 for no banking instruction,
1756         and 1 for banking instruction,
1757         * (pic16_isPCinFlow): check for PCAD (assembler directives) too,
1758         caused stop processing pCodes after a inline assembly block,
1759         * (pic16_popCopyGPR2Bit): updated to match bitfields with offset,
1760         * src/pic16/pcoderegs.c: fixed a bug with eliminating some temporary
1761         registers when it shouldn't,
1762         * src/pic16/ralloc.c (allocReg): add preliminary support for
1763         supporting a limited set of temporary registers,
1764
1765 2004-11-23 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
1766
1767         * src/hc08/gen.c (genAssign, genPointerGetSetOfs, genDataPointerGet,
1768           genDataPointerSet): ensure assignments always copy in MSB to LSB
1769           order,
1770           (loadRegFromAop): recognize CLRH optimization,
1771           (genFunction): optimize RECEIVE iCodes in reentrant functions
1772
1773 2004-11-20 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
1774
1775         * src/SDCCmain.c (parseCmdLine, optionsTable[]): fixed bug with
1776           --out-fmt-s19 turning into --out-fmt-elf if s19 was already
1777           selected.
1778         * src/SDCCmain.c (linkEdit): don't define SSEG for HC08
1779         * src/hc08/main.c (_hc08_setDefaultOptions): default xdata to be
1780           contiguous with data
1781
1782 2004-11-19 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
1783
1784         * device/lib/_gptrget.c (_gptrget),
1785         * device/lib/_gptrgetc.c (_gptrgetc),
1786         * device/lib/_gptrput.c (_gptrput): _naked allows to use ret
1787           instead of sjmp to ret
1788         * src/mcs51/peeph.def: added peepholes 3.d-g and 177.g,h provided
1789           by Hubert Sack <hsack2002 AT arcor.de> in RFE #1067986, thanks
1790
1791 2004-11-18 Maarten Brock <sourceforge.brock AT dse.nl>
1792
1793         * .version: bumped version to 2.4.7
1794         * device/lib/_gptrget.c (_gptrget): is now _naked
1795         * device/lib/_gptrgetc.c (_gptrgetc): is now _naked
1796         * device/lib/_gptrput.c (_gptrput): is now _naked
1797         * src/SDCCast.c (createBlock): removed ridiculous self-assignment,
1798           (createFunction): fixed xstack
1799         * src/SDCCglue.c (emitMaps): set allocation required for bit area
1800         * src/SDCCicode.c (geniCodeCast): don't change SPEC_OCLS for literal
1801           or bit either,
1802           (geniCodeCritical): store original interrupt state in an iTemp bit
1803           var unless stack-auto
1804         * src/SDCCicode.h: added CRITICAL and ENDCRITICAL to SKIP_IC2
1805         * src/SDCCmain.c (setIncludePath): added include/target to search path
1806         * src/SDCCmem.c (allocParms): store bit vars in bit space, not overlay
1807         * src/SDCCsymt.c (checkFunction): don't check regbank for isr's against
1808           prototype,
1809           (processFuncArgs): put bit vars in bit area
1810         * src/mcs51/gen.c (saveRegisters, unsaveRegisters, genXpush, saveRBank,
1811           unsaveRBank): fixed xstack,
1812           (genFunction): bugfix: replaced (global!) reentrant with fReentrant,
1813           (genFunction, genEndFunction): fixed xstack,
1814           (genAssign): optimization don't walk backwards through mem
1815         * src/mcs51/main.c (_mcs51_regparm): don't pass bit params in registers
1816         * src/mcs51/ralloc.c (createStackSpil): spill bits to bit area
1817         * support/regression/Makefile: also make library (for stack-auto) when
1818           making "all" and added "test-mcs51-xstack-auto"
1819         * support/regression/fwk/lib/testfwk.c: added T2_isr prototype for mcs51
1820         * support/regression/ports/mcs51/T2_isr.c: added this file as a stub
1821         * support/regression/ports/mcs51/fwk.lib: added to link T2_isr stub
1822         * support/regression/ports/mcs51/spec.mk: added rules for fwk.lib
1823         * support/regression/ports/mcs51-stack-auto/spec.mk: replaced
1824           make-library by MAKE_LIBRARY
1825         * support/regression/ports/mcs51-xstack-auto/spec.mk: file added to run
1826           regression tests for xstack
1827         * support/regression/tests/bitvars.c: test for bit vars (bug 938782)
1828         * support/regression/tests/critical.c: test for critical on mcs51
1829
1830 2004-11-18 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
1831
1832         * support/regression/ports/ucz80/spec.mk: use include and lib files from
1833           built version of sdcc instead of installed version
1834
1835 2004-11-14 Maarten Brock <sourceforge.brock AT dse.nl>
1836
1837         * src/mcs51/gen.c (toBoolean): fixed bug 1065458
1838         * device/lib/Makefile.in: z80 uses printf_large.c, sprintf.c and
1839           vprintf.c now
1840         * device/lib/printf_large.c (calculate_digit): fixed bug 1057979
1841         * device/lib/z80/Makefile: don't use printf.c as it fails bug 1057979
1842           WARNING: remove device/lib/build/z80/printf.o by hand when
1843           updating from previous build!
1844         * device/lib/z80/printf.c: updated comment
1845         * support/regression/tests/bug1057979.c: test all ports now
1846         * support/regression/tests/bug1065458.c: file added
1847
1848 2004-11-12 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
1849
1850         * src/z80/gen.c (genFunction, genEndFunction): avoided generating
1851           *_start and *_end symbols for static functions
1852
1853 2004-11-11 Maarten Brock <sourceforge.brock AT dse.nl>
1854
1855         * src/SDCCmain.c (linkEdit): don't suppress crt0 if --nostdlib is used
1856           and search crt0.o in all library paths,
1857           (setIncludePath): proper handling of --nostdinc,
1858           (setLibPath): proper handling of --nostdlib
1859         * support/regression/Makefile,
1860         * support/regression/ports/ds390/spec.mk,
1861         * support/regression/ports/gbz80/spec.mk,
1862         * support/regression/ports/hc08/spec.mk,
1863         * support/regression/ports/mcs51/spec.mk,
1864         * support/regression/ports/mcs51-large/spec.mk,
1865         * support/regression/ports/mcs51-stack-auto/spec.mk,
1866         * support/regression/ports/z80/spec.mk: use include and lib files from
1867           built version of sdcc instead of installed version
1868         * doc/sdccman.lyx: fixed typo in --nostdinc
1869
1870 2004-11-10 Slade Rich <slade_rich AT users.sourceforge.net>
1871
1872         * src/pic/pcode.c,
1873         * src/pic/device.c,
1874         * src/pic/ralloc.c,
1875         * src/pic/gen.c : added support to generate code for struct bit fields.
1876
1877 2004-11-06 Maarten Brock <sourceforge.brock AT dse.nl>
1878
1879         * as/xa51/xa_version.h,
1880         * device/include/errno.h,
1881         * device/include/regc515c.h,
1882         * device/lib/_itoa.c,
1883         * device/lib/_ltoa.c,
1884         * device/lib/ser_ir_cts_rts.c,
1885         * sim/ucsim/xa.src/glob.cc,
1886         * sim/ucsim/xa.src/inst_gen.cc,
1887         * sim/ucsim/xa.src/xa_bit.cc,
1888         * sim/ucsim/xa.src/xa_sfr.cc,
1889         * sim/ucsim/z80.src/inst_dd.cc,
1890         * sim/ucsim/z80.src/inst_fdcb.cc,
1891         * support/scripts/keil2sdcc.pl,
1892         * src/pic16/pic16.dsp,
1893         * src/pic16/pic16a.dsp: corrected cvs line endings
1894         * device/lib/printf_large.c: fixed bug 1057979
1895         * src/pic16/gen.c: fixed non-C standard code
1896         * src/SDCCmain.c: made --pack-iram default, added --no-pack-iram
1897         * src/SDCCglobl.h: changed pack_iram to no_pack_iram
1898         * support/regression/ports/mcs51/support.c: reload T1 asap
1899         * doc/sdccman.lyx: updated for options --pack-iram and --no-pack-iram,
1900           pdata use and clear idata startup behaviour
1901         * support/regression/tests/bug1057979.c: added
1902
1903 2004-11-04 Maarten Brock <sourceforge.brock AT dse.nl>
1904
1905         * device/examples/ds390/ow390/ad26.h,
1906         * device/examples/ds390/ow390/cnt1d.h,
1907         * device/examples/ds390/ow390/crcutil.c,
1908         * device/examples/ds390/ow390/ownet.h,
1909         * device/examples/ds390/ow390/owsesu.c,
1910         * device/examples/ds390/ow390/swt12.h,
1911         * device/examples/ds390/ow390/swtoper.c,
1912         * device/examples/ds390/ow390/temp10.h,
1913         * device/examples/ds390/ow390/thermodl.c,
1914         * device/examples/ds390/tinitalk/tinitalk.dsp,
1915         * device/examples/ds390/tinitalk/tinitalk.dsw,
1916         * device/examples/mcs51/clock/hw.h,
1917         * device/examples/mcs51/simple2/go.bat,
1918         * device/examples/serialcomm/windows/serial.h,
1919         * device/examples/xa51/dummy.c,
1920         * device/examples/xa51/hello.c,
1921         * device/include/80c51xa.h,
1922         * device/include/at89x051.h: corrected cvs line endings
1923
1924 2004-11-04 Vangelis Rokas <vrokas AT otenet.gr>
1925
1926         * src/pic16/main.c (options): added command line --gstack, to trace
1927         stack over/under flows,
1928         * added pragma 'wparam' to allow passing first byte of function
1929         parameters via WREG, syntax is #pragma wparam my_function[, func2...]
1930         * src/pic16/gen.c (pic16_testStackOverflow): function which emits a
1931         call to __gstack_test function and sets up the symbol as extern,
1932         * (pic16_pushpCodeOp, pic16_poppCodeOp, pushw, pushaop, popaopidx,
1933         * popaop): added call to pic16_testStackOverflow,
1934         * (wParamCmp, inWparamList): NEW, test existence of a symbol in
1935         wparamList list,
1936         * (genCall, genPcall): now all parameters are passed via stack
1937         except in functions that are pass to wparam pragma in which WREG is
1938         used too,
1939         * (genPcall): REENTRANT flag is checked to see if variable prototype
1940         contains reentrant keyword, don't call a non-reentrant function, via
1941         a reentrant function pointer or vice versa, functions are never
1942         passed via WREG,
1943         * (genJumpTab): applied patch from bug #1057478 by R.Neider and
1944         D.Winkler,
1945         * src/pic16/glue.c (pic16emitRegularMap): fixed bug which caused a
1946         SIGSEGV when accessing a NULL register stucture,
1947         * (pic16_printGPointerType): modified to handle UPPER modifier for
1948         function initializers, changed prototype of function to simpler one,
1949         * (pic16_printIvalFuncPtr): check to see if function is already
1950         added in externs list,
1951         * src/pic16/pcoderegs.c (pCodeOptime2pCodes): fixed bug which
1952         optimized a move from W to SFR with a move to the same register
1953         later after a CALL,
1954         * device/lib/pic16/debug: NEW directory, contains debug features
1955         which are enabled when linking with libdebug.lib, currently command
1956         line option --gstack enables stack pointer tracing for over/under
1957         flow, corresponding sources are in debug/gstack
1958
1959 2004-10-30 Vangelis Rokas <vrokas AT otenet.gr>
1960
1961         * doc/sdccman.lyx: updated SDCC version,
1962         * (PIC16 port): update list of command line options,
1963         * src/pic16/device.h (structure pic16_options_t): added field gstack
1964         to enable stack overflow tracing on push/pops,
1965         * src/pic16/device.c (statistics structure): added statistics
1966         structure,
1967         * (pic16_dump_access, pic16_dump_usection, pic16_dump_gsection,
1968         pic16_dump_int_registers): increase statistics counters for each
1969         * variable which is encountered
1970         * (pic16_dump_usection): emit each .udata variable to its own udata
1971         section,
1972         * src/pic16/gen.c (assignResultValue, genCall, genPcall, genFunction):
1973         when macro USE_WREG_IN_FUNC_PARAMS is set to 0 pass all function
1974         parameters via stack, otherwise use old scheme,
1975         * src/pic16/glue.c (pic16_emitStatistics): dump statistics in
1976         assembler output file,
1977         * src/pic16/main.c: added command line options --gstack to enable
1978         push/pop tracing for stack overflow,
1979         * src/pic16/pcode.c (all pCodeInstruction records for PIC18F
1980         instructions): added size of each instruction,
1981         * (pic16_countInstruction): estimate size of instructions in
1982         the_pFile list, inline assembly blocks are not counted,
1983         * (pic16_FixRegisterBanking): trace previous register usage, when
1984         banksel optimizations is greater than 0, don't emit a redudant
1985         banksel directive,
1986
1987 2004-10-26 Slade Rich <slade_rich AT users.sourceforge.net>
1988
1989         * src/pic/ralloc.c : fixed inefficient code produced when compiling a complimented bit operation.
1990         * src/pic16/ralloc.c : applied same fix for pic16.
1991         * src/pic/gen.c : tidied it up a little.
1992
1993 2004-10-25 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
1994
1995         * src/mcs51/peeph.def: disabled 259.a,b for removing redundant ret,
1996         thanks to Martin Helmling for reporting (mail on sdcc-devel 2004-10-25)
1997
1998 2004-10-22 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
1999
2000         * src/SDCCast.c (reverseParms): fixed bug #1040577 (part 2)
2001
2002 2004-10-22 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
2003
2004         * device/lib/ser_ir_cts_rts.c: integer promotion caused a call to the
2005         non-reentrant function __modsint in the interrupt function (thus
2006         corrupting math operations during serial I/O)
2007         * device/lib/ser_ir.c: as above, changed buffersize
2008         * src/mcs51/peeph.def: added 259.a,b for removing redundant ret,
2009         256.c,d for zeroing
2010         * doc/Makefile: added option -t for rsync
2011
2012 2004-10-22 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
2013
2014         * src/SDCCast.h (struct ast),
2015         * src/SDCCast.c (reverseParms, copyAst): fixed bug #1040577 (part 1)
2016
2017 2004-10-20 Borut Razem <borut.razem AT siol.net>
2018
2019         * support/scripts/sdcc.nsi: added include/pic16/*.h to the setup
2020         package
2021
2022 2004-10-20 Vangelis Rokas <vrokas AT otenet.gr>
2023
2024         * device/lib/pic16/libsdcc/Makefile: added lregs directory in
2025         makefile targets,
2026         * device/lib/pic16/libsdcc/lregs/{Makefile,lrst.c,lrrest.c}: NEW
2027         support functions to replace long sequences of MOVFF's from access
2028         bank registers to stack and vice versa,
2029         * src/pic16/device.h: added new field opt_flags, where optimization
2030         flags can be set to enable certain features,
2031         * src/pic16/gen.c (pic16_emitpinfo): NEW to add PC_INFO pCode in
2032         * pBlock, (genFunction, genEndFunction): surroung loop for
2033         saving/loading used registers in stack with PC_INFO pCodes,
2034         INF_LREGS. Code in between can then be optimized by pCode optimizer
2035         to support function calls,
2036         * (genDataPointerSet): fixed bug which loaded float fields in
2037         structures with corrupt data,
2038         * src/pic16/genutils.c (debugf, _debugf): macro/function which emits
2039         in a standard way debug info on stderr. Feature used for developing
2040         and debugging only,
2041         * src/pic16/glue.c (pic16glue): reformatted, deleted some old and
2042         obsolete chunks of code,
2043         * if optimization flag OF_LR_SUPPORT was set, call pic16_OptimizeLocalRegs,
2044         * src/pic16/main.c (_pic16_parseOptions): added handler for --flr-support,
2045         * pic16/src/pcode.c (pic16_newpCodeInfo,
2046         * (pic16_newpCodeOpLocalRegs),
2047         * (pic16_convertLocalRegs2Support): NEW, to support new optimization
2048         feature,
2049         * (pic16_pCodeConstString): printing of the initial value of a
2050         symbol as a comment is inhibited since parsing was already done by
2051         copyStr and output is corrupt,
2052         * (pic16_pCode2str, genericPrint): handle PC_INFO pCode,
2053
2054 2004-10-20 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
2055
2056         * src/mcs51/ralloc.c (packRegisters): fixed bug #1044601
2057
2058 2004-10-19 Maarten Brock <sourceforge.brock AT dse.nl>
2059
2060         * as/mcs51/lkarea.c: removed old K&R style,
2061           (lnksect): changed check on boundary error,
2062           (lnksect2): changed check on boundary error,
2063           (lnksect2): extend XSTK to end of page if size = 1
2064         * as/mcs51/lkmain.c: removed old K&R style,
2065           (Areas51): create l_IRAM symbol
2066         * as/mcs51/lkmem.c (summary2): added report on PSEG and XSTK
2067         * device/lib/Makefile.in: renamed model-mcs51-reentrant to
2068           model-mcs51-stack-auto, added model-mcs51-xstack-auto
2069         * device/lib/_mullong.c: added version to be compiled with xstack
2070         * device/lib/mcs51/crtclear.asm: clear only upto --iram-size
2071         * device/lib/mcs51/crtxclear.asm: clear pdata as well
2072         * device/lib/mcs51/crtxstack.asm: fixed comment
2073         * src/SDCCglue.c: maxInterrupts defaults to 0,
2074           (emitMaps): added pdata,
2075           (createInterruptVect): (re)moved default,
2076           (glue): added pdata,
2077           (glue): moved __start__xstack to XSTK with default size 1
2078         * src/SDCCmain.c (parseCmdLine): automatically set options.intlong_rent
2079           and options.float_rent when options.stackAuto is set,
2080           (linkEdit): only write XDATA_NAME if provided on command line
2081         * src/SDCCmem.h,
2082         * src/SDCCmem.c: added pdata
2083         * src/port.h: added pdata_name to PORT
2084         * src/mcs51/gen.c (toBoolean): fixed for Acc use of aopGet,
2085           (saveRegisters, unsaveRegisters): removed usage of B,
2086           (genMinus): fixed accumulator clash,
2087           (genJumpTab): added comment, this needs another look
2088         * src/mcs51/gen.c: added check for "B in use" paranoia,
2089           added pushB() and popB()
2090         * src/mcs51/peeph.def: restart after 177.c so 177.a can get a second
2091           chance
2092         * src/avr/main.c,
2093         * src/ds390/main.c,
2094         * src/hc08/main.c,
2095         * src/mcs51/main.c,
2096         * src/pic/main.c,
2097         * src/pic16/main.c,
2098         * src/xa51/main.c,
2099         * src/z80/main.c: (reset_regparms) made void parameter explicit and
2100           added PSEG (PAG,XDATA) or NULL to port specifier
2101         * src/ds390/main.c (_ds390_genIVT): moved implemented default in here
2102         * src/mcs51/main.c (_mcs51_genIVT): moved implemented default in here,
2103           (_mcs51_genInitStartup): removed __start__xstack equ,
2104           (mcs51_port): moved xstack from XSEG (XDATA) to XSTK (PAG,XDATA)
2105         * src/pic16/device.c (pic16_dump_usection, pic16_dump_isection),
2106         * src/z80/gen.c (_rleAppend): fixed warnings
2107         * support/regression/tests/zeropad.c: added pdata test
2108         * .version: bumped to 2.4.6
2109
2110 2004-10-17 Borut Razem <borut.razem AT siol.net>
2111
2112         * support/scripts/sdcc.nsi: cross compiling of WIN32 setup.exe on Linux
2113         as a part of nightly build
2114
2115 2004-10-16 Vangelis Rokas <vrokas AT otenet.gr>
2116
2117         * src/pic16/gen.c (struct _G): added field useWreg, is set to 1 when
2118         WREG holds the first byte function parameters,
2119         * (aopForSym): take special case for symbols which are in FARSPACE
2120         but in CODESPACE too,
2121         * (assignResultValue): modified to take into account _G.useWreg,
2122         * (genCall): don't use wreg for parameter passing when function is
2123         declared as reentrant, too, added optimization INCF to stack
2124         pointer when stack parameter count is 1,
2125         * (genFunction, genEndFunction): refurnished and fixed to not using
2126         wreg for passing parameters when function has varargs or is
2127         reentrant, fixed bug with symbol name compare for generating
2128         functions in absolute address,
2129         * (pic16_storeForReturn): refurnished,
2130         * (genCmp): began writing a new version of the function, not ready
2131         yet, therefore it is disabled,
2132         * (genAssign): do not read code memory when assigning a function to
2133         a pointer function,
2134         * src/pic16/glue.c (pic16emitStaticSeg): abSym->name is defined an
2135         array of characters, not pointer,
2136         * (pic16initialComments): in debug mode emit an .ident directive for
2137         the assembler,
2138         * (_process_pragma): emit a new warning type (internal to pic16)
2139         when setting stack to default length, emit a similar warning when
2140         placing a function at absolute address and address is not word aligned
2141         * (_pic16_parseOptions): added 'return TRUE' statement,
2142         * (_pic16_linkEdit): if compiling a source, then add the source's
2143         file object, first in the list of objects to link,
2144
2145 2004-10-13 Slade Rich <slade_rich AT users.sourceforge.net>
2146
2147         * src/pic/pcoderegs.c : increased count on regUsedinRange to prevent unnecessary warning.
2148         * src/pic/main.c : removed VC warning.
2149         * src/pic/gen.c : changed comment.
2150
2151 2004-10-12 Vangelis Rokas <vrokas AT otenet.gr>
2152
2153         * device/lib/pic16/libsdcc/gptr/gptrput[234].c: an external
2154         reference to a deprecated symbol _GPTRREG was causing failure to
2155         link. Thanks G. M. Gallant for the info.
2156
2157 2004-10-12 Slade Rich <slade_rich AT users.sourceforge.net>
2158
2159         * src/pic/pcode.c : Applied a code patch supplied by Paul Ashmore in
2160         comments for Bugs item #954788.
2161
2162 2004-10-10 Vangelis Rokas <vrokas AT otenet.gr>
2163
2164         * src/pic16/device.c (pic16_dump_gsection,
2165         * pic16_groupRegistersInSection): handle symbols declared to be in
2166         access bank differently,
2167         * src/pic16/gen.c (struct _G): added field resDirect,
2168         * (aopForSym): if symbol on stack and iCode is '=' and result exists,
2169         send values read from stack directly to result and don't allocate
2170         temporary values,
2171         * (pic16_sameRegs): fixed bug that allowed MOVFF to move between
2172         same registers,
2173         * (pic16_sameRegsOfs): NEW,
2174         * (freeAsmop): if _G.resDirect is set then do not mark registers as
2175         free because they were not allocated from temporary pool,
2176         * pic16_popRegFromString): workaround to fix a problem with
2177         allocating variables twice or never,
2178         * (genGenPointerGet): using PRODL instead of FSR0H,
2179         * (genGenPointerSet): using POSTDEC1 (that is a stack location)
2180         instead of FSR0H,
2181         * (genAssign): take advantage of the _G.resDirect flag,
2182         * (genCast): around line 11844, use mov2f instead of directly
2183         MOVFF'ing between operands to account for literal values,
2184         * src/pic16/genutils.c: some new debug functions for gpsim have been
2185         added,
2186         * src/pic16/glue.c (pic16_printIvalType): fixed bug that initialized
2187         float with integer part only,
2188         * src/pic16/main.c (_process_pragma): handle pragma udata access to
2189         place variables in access bank
2190         * device/lib/pic16/libsdcc/gptr/gptr*.c: using BRA instead of GOTO,
2191         updated sources to reflect recent changes in gen.c
2192
2193 2004-10-06 Vangelis Rokas <vrokas AT otenet.gr>
2194
2195         * device/lib/pic16/libsdcc/Makefile.rules: fixed bug concerning
2196         sources that searched for headers in installation path, now the
2197         device/include/pic16 is used,
2198         * src/pic16/glue.c (pic16glue),
2199         * src/pic16/pcode.c (pCode2str, genericPrint): don't print .file or
2200         .line directives if not in debug mode, this suppresses assembler's
2201         warnings for ignored directives
2202
2203 2004-10-05 Maarten Brock <sourceforge.brock AT dse.nl>
2204
2205         * src/port.h: made reset_regparms prototype void parameter explicit.
2206         * src/SDCCsymt.c (processFuncArgs): removed argument "func".
2207         * src/mcs51/ralloc.c (packRegisters): new fix for bugs 898889 & 979599.
2208         * doc/sdccman.lyx: documented warning disabling and how to use
2209           printf_large to make it print floats.
2210         * device/include/stdbool.h: NEW
2211         * device/lib/_atof.c,
2212         * device/lib/_divuint.c,
2213         * device/lib/_divulong.c,
2214         * device/lib/expf.c,
2215         * device/lib/printf_large.c,
2216         * device/lib/sincosf.c,
2217         * device/lib/sincoshf.c: used stdbool.h, all compile with stack-auto now
2218         * device/lib/Makefile.in: added target for model-mcs51-reentrant to build
2219           a completely reentrant lib.
2220
2221 2004-10-05 Vangelis Rokas <vrokas AT otenet.gr>
2222
2223         * device/lib/pic16/libsdcc/gptr/gptr*.c: added return statements
2224         * device/include/pic16/stdio.h: fixed bug with colon
2225
2226 2004-10-03 Vangelis Rokas <vrokas AT otenet.gr>
2227
2228         * device/include/pic16/stdio.h,
2229         * device/include/pic16/stdlib.h,
2230         * device/include/pic16/math.h: NEW
2231         * device/lib/pic16/libsdcc/gptr/*.c (gptrget*, gptrput*): functions
2232         declared as _naked to reduce overhead
2233         * device/lib/Makefile.in (target port-specific-objects-pic16):
2234         changed * to *.* so to ignore the CVS directory,
2235         * src/pic16/gen.c (pic16_freeAsmop): added code to store result of
2236         stacked variables back in stack,
2237         * (genEndFunction): fixed bug reported by G.M. Gallant with stack
2238         corruption
2239
2240 2004-10-01 Vangelis Rokas <vrokas AT otenet.gr>
2241
2242         * .version: bumped version number to 2.4.5
2243         * support/Util/SDCCerr.h: added warning W_POSSBUG2.
2244         * support/Util/SDCCerr.c (messages structure): added entry for
2245         W_POSSBUG2
2246
2247         Large cumulative patch for pic16 port and libraries.
2248         * device/include/pic16/sdcc-lib.h,
2249         * device/include/pic16/stdarg.h,
2250         * device/include/asm/pic16/features.h,
2251         * device/include/lib/pic16/libsdcc/gptr/{*.c, Makefile}: NEW,
2252         * device/include/pic16/float.h: changes reentrant keyword with
2253         _FS_REENTRANT, added prototype for __fsneq, included sdcc-lib.h
2254         * device/lib/pic16/libsdcc/Makefile: added target directory gptr,
2255         updated target build-libraries to include objects from gptr,
2256         * device/lib/pic16/libsdcc/{char,int,long}/*.c: added macro
2257         _IL_REENTRANT to all function headings, included sdcc-lib.h header,
2258         * device/lib/pic16/libsdcc/float/*.c: added macro _FS_REENTRANT to
2259         all function headings,
2260         * src/SDCCmain.c: added global parameter userIncDirsSet,
2261         * (parseCmdLine): when option -I is encountered add directory to
2262         userIncDirsSet too,
2263         * src/version.awk: added space between control and long,
2264         * src/pic16/NOTES: added some notes for the port,
2265         * src/pic16/gen.c: added prototype for mov2fp function,
2266         * (fReturnpic16[]): properly named return value registers,
2267         * (_G structure): added fields stackRegSet, fregsUsed, stack_lat,
2268         * (aopForSym): added code to handle symbols with onStack flag set,
2269         symbols onStack are allocated PTRSIZE bytes,
2270         * (aopFreeAsmop): handles special case where asmops are stack objects,
2271         * (aopGet, pic16_popGet): adde cod to handle new asmop AOP_STA,
2272         * (pic16_popGetTempReg, pic16_popGetTempRegCond, pic16_popReleaseTempReg):
2273         added argument lock to trace flaws in allocating temporary registers
2274         when developing port,
2275         * (pic16_popGetLit, pic16_popGetLit2): changed lit from unsigned to signed
2276         * (pic16_popRegFromString): reenabled allocating a direct register
2277         from string,
2278         * (assignResultValue): various beautifications,
2279         * fixed bug #1037717 (patch from R. Neider & D. Wrinkler) with mistaken
2280         referenced function argument,
2281         * (genIpush): reenabled to allow stacked arguments, handles only
2282         ic->parmPush iCodes,
2283         * (genCall, genPcall): major changes to allow for variable argument
2284         functions, fixed a bug with falsely restoring stack pointer after
2285         returning from call,
2286         * (genFunction): pending code for critical function,
2287         * (shiftR1Left2ResultSigned, shiftR1Left2Result, shiftL2Left2Result,
2288         * (shiftR2Left2Result, shiftLLong) applied patch #1032155 from R.Neider,
2289         * (genNearPointerGet): fixed bug with indirect reading, was always
2290         reading from INDF0
2291         * (genGenPointerGet, genGenPointerSet): rewrote to support generic
2292         pointers,
2293         * (genAddrOf): rewrote code to take address of a stacked function parameter
2294         * (genCast): fixed casting to generic pointer type,
2295         * src/pic16/gen.h: added AOP_STA,
2296         * (struct asmop): added field stk,
2297         * src/pic16/genarith.c (pic16_AopType): handle AOP_STA,
2298         * (pic16_genPlusIncr): changed emitSKPNZ to emitSKPNZ,
2299         * (pic16_genAddLit, pic16_genPlus): applied patch #1034042 by tecodev,
2300         * (pic16_genMinus): fixed bug #1035119 with patch submitted by tecodev,
2301         * src/pic16/genutils.c (pic16_genNot): removed symbol *tlbl,
2302         * src/pic16/glue.c (pic16_printGPPointerType): fixed to support new
2303         generic pointers,
2304         * src/pic16/main.c (_pic16_initPaths): ignores default SDCC include
2305         and library paths,
2306         * (pic16_port structure): generic pointer size is set to 3,
2307         * src/pic16/pcode.c (pic16_newpCodeOpLit): correctly print literal integer,
2308         * (insertBankSwitch): cast to (char *) to prevent 64bit CPUs'
2309         compiler warning,
2310         * src/pic16/ralloc.c (allocReg): prevent allocating register when
2311         operand is an iTemp,
2312
2313 2004-09-24 Martin Helmling <mh AT octo-soft.de>
2314
2315         * debugger/mcs51/cmd.c: set PC if a symbol at pc reg is set
2316         * debugger/mcs51/simi.c: addapt new syntax of s51
2317
2318 2004-09-23 Vangelis Rokas <vrokas AT otenet.gr>
2319
2320         * src/pic16/genutils.c (pic16_genNot): fixed bug #1032265,
2321         * src/pic16/pcode.c: commented out some calls to free() in order to
2322         fix bug #989576,
2323
2324 2004-09-23 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
2325
2326         * src/SDCCicode.h,
2327         * src/SDCCicode.c (isiCodeInFunctionCall),
2328         * src/avr/ralloc.c (selectSpil),
2329         * src/pic/ralloc.c (selectSpil),
2330         * src/pic16/ralloc.c (selectSpil),
2331         * src/ds390/ralloc.c (selectSpil),
2332         * src/hc08/ralloc.c (selectSpil),
2333         * src/xa51/ralloc.c (selectSpil),
2334         * src/mcs51/ralloc.c (selectSpil): Don't use remainSpil to spill to the
2335         stack in the middle of a function call sequence (fixes bug #1020268)
2336         * src/SDCCicode.c (geniCodeJumpTable): fixed error in computing the
2337         costs associated with the minimum switch case.
2338
2339 2004-09-19 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
2340
2341         * src/SDCC.lex: fixed bug #1030549
2342
2343 2004-09-19 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
2344
2345         * src/SDCCcse.h (struct cseDef),
2346         * src/SDCCcse.c (cseBBlock, newCseDef, ifFromAddrTaken): purge CSEs
2347         over a function call if the CSE is derived from a symbol whose
2348         address has been taken (fixes bug #1029883)
2349         * support/regression/tests/bug-1029883: a new regression test for
2350         this bug
2351
2352 2004-09-18 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
2353
2354         * src/hc08/gen.c (emitinline): fixed bug #1029778
2355         * src/SDCC.y (assignment_expr): fixed the grammer so that assignment
2356         to a cast object is no longer a syntax error ("fixes" bug #1030006,
2357         and starts toward RFE #905167)
2358
2359 2004-09-17 Vangelis Rokas <vrokas AT otenet.gr>
2360
2361         * src/pic16/gen.c (mov2f): New function to move an operand to
2362         another without considering if it is a literal or a register,
2363         * (pic16_sameRegs): don't check if they are both AOP_REG,
2364         * (AccRsh): removed andmask=0 lines,
2365         * (genLeftShift): duplicated to be improved in future versions,
2366         * src/pic16/main.c (_process_pragma): emit stack default size in hex,
2367         * src/pic16/pcode.c: added POC_INFSNZW, updated inverted_op fields
2368         in POC_INCFSZ, POC_INCFSZW, POC_INFSNZ,
2369         * (pic16initMnemonics): added initialization for POC_INFSNZW,
2370         * (insertBankSwitch): fixed inserting banksel directives algorithm
2371         for instructions that follow a skip instruction, this fixes a report
2372         for broken subtraction code generation,
2373         * src/pic16/ralloc.c (deassignLRs): do not free register if current
2374         iCode is a left op, just in case result and right share the same
2375         registers
2376
2377 2004-09-16 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
2378
2379         * src/hc08/main.c,
2380         * src/hc08/gen.c (genJumpTable): more efficient jump table, supports
2381         preservation of HX
2382         * src/hc08/gen.c (pullRegs): fixed order of HX & XA pairs
2383         * src/mcs51/ralloc.c (packRegisters): removed the patch applied
2384         on 2004-09-12; it was buggy
2385
2386 2004-09-15 Bernhard Held <bernhard AT bernhardheld.de>
2387
2388         * src/SDCCsymt.h: removed RESULT_CHECK
2389         * src/SDCCast.c,
2390         * src/SDCCglue.c,
2391         * src/SDCCval.c,
2392         * src/pic/glue.c,
2393         * src/pic16/glue.c: replaced RESULT_CHECK with RESULT_TYPE_NONE
2394
2395 2004-09-15 Vangelis Rokas <vrokas AT otenet.gr>
2396
2397         * src/SDCCicode.c (piCode): applied patch from Raphael Neider,
2398         * src/pic16/device.c (pic16_assignConfigWordValues): wrong
2399         configuration values no more rejected by compiler, they are assigned
2400         to configuration registers with a warning message instead,
2401         * src/pic16/glue.c (pic16_emitConfigRegs): added +1 at top-limit of
2402         the for-loop so last conf register is emitted too,
2403         * (_pic16_initPaths): link library libsdcc.lib by default,
2404         * (_hasNativeMulFor): modified test for multiplication according to
2405         Raphael Neider's remarks. Integer multiplication is also done with
2406         support functions,
2407         * device/include/pic16/pic18fregs.h: corrected type error in while
2408         testing and including 18f6720 header file
2409
2410 2004-09-14 Vangelis Rokas <vrokas AT otenet.gr>
2411
2412         * src/pic16/device.h (pic16_options): removed field use_crt,
2413         * src/pic16/gen.c (genUnpackBits): added call to pic16_loadFSR0
2414         until an optimization to handle single bits is added,
2415         * (pic16_loadFSR0): moved before genUnpackBits,
2416         * (genAnd): some white lines removed,
2417         * src/pic16/main.c (_pic16_finaliseOptions): set omit_ivt and clear
2418         leave_reset flags in pic16_options when using crt modules,
2419
2420 2004-09-12 Maarten Brock <sourceforge.brock AT dse.nl>
2421
2422         * src/mcs51/ralloc.c (packRegisters): applied fix by Bernhard Held
2423           for bugs 898889 & 979599. Also used some safer print instructions.
2424
2425 2004-09-12 Vangelis Rokas <vrokas AT otenet.gr>
2426
2427         * src/pic16/device.h (pic16_options_t): added field use_crt,
2428         crt_name, no_crt,
2429         * src/pic16/genarith.c (pic16_genPlus): added an assert(0) line to
2430         catch a probable future bug,
2431         * src/pic16/gen.c: aopIdx function commented out,
2432         * (genAssign): commented out old code which used aopIdx,
2433         * src/pic16/glue.c (pic16glue): removed some legacy fragments of
2434         code, added if conditionals to take into account the --use-crt
2435         command line options,
2436         * src/pic16/main.c (pic16_optionsTable): added new command line
2437         options, --use-crt= and --no-crt,
2438         * (_pic16_linkEdit): now the proper crt object is added in the
2439         linker command line except than when --no-crt is specified,
2440         * src/pic16/pcode.c,
2441         * src/pic16/pcode.h: added some structures and functions for a new
2442         optimization scheme to compansate for instruction overhead between
2443         same iCodes, this scheme is currently under development and is not
2444         working in any way,
2445         * src/pic16/gen.c (genAnd): added patch provided by Aaron Collwell
2446         to && operator,
2447         * device/lib/pic16/startup/crt0i.c,
2448         * device/lib/pic16/startup/crt0iz.c: added global char variable
2449         __uflags to force the generation of an idata section
2450
2451 2004-09-12 Bernhard Held <bernhard AT bernhardheld.de>
2452
2453         * doc/Makefile,
2454         * doc/clean.mk: added support for easy creation of sdcc-doc.tar.bz2
2455         * doc/sdccman.lyx: updated sdcc version to 2.4.4
2456
2457 2004-09-10 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
2458
2459         * doc/sdccman.lyx: fixed a problem with my new index entries (thanks
2460         Frieder) and clarified the default code optimization mode
2461
2462 2004-09-10 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
2463
2464         * src/SDCC.lex (doPragma, process_pragma),
2465         * src/SDCCglobl.h (struct optimize): added pragmas "opt_code_speed",
2466         "opt_code_size", and "opt_code_balanced"
2467         * src/SDCCmain.c (optionsTable[], printOptions, scanOptionsTable):
2468         regrouped options by category, added support for category headers
2469         * src/SDCCmain.c (parseCmdLine): added options "--opt-code-speed"
2470         and "--opt-code-size"
2471         * doc/sdccman.lyx: documented these new options and pragmas
2472         * src/hc08/gen.c (AccLsh, AccRsh): take speed/size optimization
2473         preference into account
2474
2475 2004-09-08 Maarten Brock <sourceforge.brock AT dse.nl>
2476
2477         * src/SDCCicode.c (geniCodePostInc, geniCodePreInc, geniCodePostDec,
2478           geniCodePreDec): Fixed bug 904237 by generating a warning
2479         * src/SDCCerr.h,
2480         * src/SDCCerr.c: added warning W_SIZEOF_VOID
2481
2482 2004-09-09 Slade Rich <slade_rich AT users.sourceforge.net>
2483
2484         * src/pic/device.c : When no max ram set validate full memory range.
2485         * src/pic/pcode.c,
2486         * src/pic/pcodepeep.c : Copy C code comments to optimised replacement code.
2487
2488 2004-09-08 Maarten Brock <sourceforge.brock AT dse.nl>
2489
2490         * device/lib/_gptrget.c,
2491         * device/lib/_gptrput.c: updated comment
2492         * device/lib/calloc.c,
2493         * device/lib/free.c,
2494         * device/lib/malloc.c,
2495         * device/lib/realloc.c: added LGPL, made them reentrant-safe
2496         * src/SDCCcse.c (cseBBlock),
2497         * src/SDCCicode.c (printOperand, geniCodeArray),
2498         * src/SDCCicode.h (struct operand): fixed bug 868103
2499         * support/regression/tests/bug-868103.c: added
2500         * src/SDCCast.c (searchLitOp),
2501         * src/SDCCcse.h (struct cseDef),
2502         * src/SDCCglue.c (printIvalArray, spacesToUnderscores),
2503         * src/SDCCicode.h (struct operand),
2504         * src/SDCCsymt.h (struct sym_link),
2505         * src/avr/gen.c (hasInc),
2506         * src/ds390/gen.c (hasInc),
2507         * src/hc08/gen.c (genPlusIncr, hasInc),
2508         * src/mcs51/gen.c (hasInc),
2509         * src/pic16/glue.c (pic16_printIvalChar),
2510         * src/pic16/ralloc.c (regWithIdx),
2511         * src/xa51/gen.c (hasInc) : removed warnings
2512         * src/SDCCast.c (createBlock): added comment ???
2513         * src/hc08/ralloc.c: updated comments
2514
2515 2004-09-07 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
2516
2517         * doc/sdccman.lyx: updated section on switch statements, added
2518         section about semaphore locking
2519         * doc/Makefile: added option -info for latex2html
2520         * device/lib/_gptrget.c,
2521         * device/lib/_gptrput.c: __XPAGE instead of P2 in outcommented code
2522
2523 2004-09-06 Slade Rich <slade_rich AT users.sourceforge.net>
2524
2525         * src/pic/device.h,
2526         * src/pic/device.c,
2527         * src/pic/port.c : Changed PIC14 code to not set bit RP1 when
2528          maxram is less than 0x100.
2529
2530 2004-09-06 Slade Rich <slade_rich AT users.sourceforge.net>
2531
2532         * Bug fixes for PIC14 - signed RSHIFT problem. Patch supplied by Allen(agschrum).
2533
2534 2004-09-06 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
2535
2536         * src/port.h,
2537         * src/mcs51/main.c,
2538         * src/ds390/main.c,
2539         * src/z80/main.c,
2540         * src/hc08/main.c,
2541         * src/pic/main.c,
2542         * src/pic16/main.c,
2543         * src/avr/main.c,
2544         * src/xa51/main.c
2545         * src/SDCCicode.c (geniCodeJumpTable): Better logic to determine if a
2546         a jump table is the best form for a switch statement, including
2547         automatic insertion of missing cases to make the case range
2548         continuous. Developed in collaboration with Frieder Ferlemann.
2549
2550 2004-09-02 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
2551
2552         * src/hc08/ralloc.c (canDefAccResult): multi-byte shift is unsafe for
2553         accumulator result if it needs sign extension
2554
2555 2004-09-02 Maarten Brock <sourceforge.brock AT dse.nl>
2556
2557         * src/hc08/ralloc.c (canUseAccOperand): fixed comparison bug
2558
2559 2004-09-02 Maarten Brock <sourceforge.brock AT dse.nl>
2560
2561         * device/lib/gbz80/printf.c,
2562         * device/lib/z80/printf.c: removed define for NULL
2563
2564 2004-09-02 Maarten Brock <sourceforge.brock AT dse.nl>
2565
2566         * as/xa51/xa_link.c,
2567         * device/examples/ds390/ow390/ad26.c,
2568         * device/examples/ds390/ow390/cnt1d.c,
2569         * device/examples/ds390/ow390/counter.c,
2570         * device/examples/ds390/ow390/ds2480.h,
2571         * device/examples/ds390/ow390/ds2480ut.c,
2572         * device/examples/ds390/ow390/findtype.c,
2573         * device/examples/ds390/ow390/gethumd.c,
2574         * device/examples/ds390/ow390/owllu.c,
2575         * device/examples/ds390/ow390/ownetu.c,
2576         * device/examples/ds390/ow390/swt12.c,
2577         * device/examples/ds390/ow390/swtloop.c,
2578         * device/examples/ds390/ow390/temp.c,
2579         * device/examples/ds390/ow390/temp10.c,
2580         * device/examples/ds390/ow390/thermo21.c,
2581         * device/examples/ds390/ow390/tinilnk.c,
2582         * device/examples/ds390/ow390/tstfind.c,
2583         * device/examples/serialcomm/windows/serial.cpp,
2584         * device/examples/serialcomm/windows/test_serialcomm.cpp,
2585         * device/include/reg51.h: fixed line endings for cvs
2586
2587 2004-09-02 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
2588
2589         * src/hc08/ralloc.c (canDefAccResult, canUseAccOperand,
2590         packRegsForAccUse, packRegisters): new accumulator register
2591         packing algorithm
2592         * support/regression/ports/hc08/support.c (_putchar): suppress
2593         warning of unused variable
2594         * src/SDCCicode.c: added SWAP entry to codeTable
2595
2596 2004-09-01 Maarten Brock <sourceforge.brock AT dse.nl>
2597
2598         * device/lib/sprintf.c: forgot to add this file before previous commit
2599
2600 2004-09-01 Vangelis Rokas <vrokas AT otenet.gr>
2601
2602         * src/pic16/gen.c (genPackBits): added operand right in function
2603         parameters, load result directly if p_type is POINTER (that is
2604         called by genNearPointerSet)
2605         * (genUnPackBits): added operand left in function parameters,
2606         * (genNearPointerGet, genNearPointerSet): prevent the loading of
2607         FSR0 if accessing bitfields,
2608
2609 2004-08-31 Maarten Brock <sourceforge.brock AT dse.nl>
2610
2611         * device/include/stdio.h: added NULL, size_t, typedef pfn_outputchar,
2612           _print_format; updated printf, sprintf, vsprintf
2613         * device/include/asm/default/features.h: corrected comment/define
2614         * device/lib/Makefile.in: added sprintf.c
2615         * device/lib/libsdcc.lib: added sprintf module
2616         * device/lib/printf_large.c,
2617         * device/lib/vprintf.c,
2618         * device/lib/sprintf.c: totally refactored printf_large and vprintf
2619           into these 3 files
2620         * support/regression/Makefile: changed ALL_PORTS into a usefull default
2621         * support/regression/ports/mcs51-stack-auto/spec.mk: added sprintf
2622         * support/regression/tests/bug-927659.c: removed dummy putchar, enabled
2623           hc08 test
2624         * support/regression/tests/zeropad.c: define idata as data for hc08
2625
2626 2004-08-31 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
2627
2628         * src/SDCCpeeph.c (labelIsReturnOnly): support hc08 rts opcode also
2629         * src/SDCCpeeph.c (buildLabelRefCountHash): assume function entry point
2630         labels are referenced at least once (even if a reference is not found)
2631         * src/hc08/gen.c (emitcode): set isComment flag for comments
2632         * src/hc08/peeph.def: added rules 5a..5f (optimize redundant immediate
2633         loads), rules 6a..6b (optimize jumps to return)
2634
2635 2004-08-30 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
2636
2637         * device/lib/acosf.c (acosf),
2638         * device/lib/asinf.c (asinf),
2639         * device/lib/atanf.c (atanf),
2640         * device/lib/ceilf.c (ceilf),
2641         * device/lib/cosf.c (cosf),
2642         * device/lib/coshf.c (coshf),
2643         * device/lib/cotf.c (cotf),
2644         * device/lib/fabsf.c (fabsf),
2645         * device/lib/floorf.c (floorf),
2646         * device/lib/log10f.c (log10f),
2647         * device/lib/logf.c (logf),
2648         * device/lib/sinf.c (sinf),
2649         * device/lib/sinhf.c (sinhf),
2650         * device/lib/sqrtf.c (sqrtf),
2651         * device/lib/tanf.c (tanf),
2652         * device/lib/tanhf.c (tanhf),
2653         * device/include/math.h: defined _FLOAT_FUNC_REENTRANT macro and
2654         replaced all instances of "reentrant" in the library functions
2655         defined in math.h with this macro.
2656         * support/regression/tests/float_trans.c: reenabled test for hc08
2657
2658 2004-08-30 Bernhard Held <bernhard AT bernhardheld.de>
2659
2660         * device/lib/pic16/Makefile.common.in: added MODELFLAGS again, it was
2661         erroneously deleted
2662
2663 2004-08-30 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
2664
2665         * src/hc08/gen.c (loadRegFromAop): better use of clra & clrx
2666         * src/hc08/gen.c (genAnd, genOr): fixed bug with conditional when
2667         multi-byte volatile operands are used
2668         * src/hc08/gen.c (shiftRLong): fixed bug with wrong rotate direction
2669         * src/hc08/main.c (_hc08_genAssemblerPreamble): moved the built-in
2670         initialization to area GSINIT0 so that it would always precede
2671         any static initializers in GSINIT
2672         * support/regression/tests/zeropad.c: fixed idata define for hc08
2673         * support/regression/tests/bug-927659.c,
2674         * support/regression/tests/float_trans.c: disabled tests for hc08
2675         pending missing library routines
2676         * .version: increased version number to 2.4.4 - hc08 port now passes
2677         regression tests
2678
2679
2680 2004-08-29 Bernhard Held <bernhard AT bernhardheld.de>
2681
2682         * device/lib/pic16/Makefile.common.in: added $(MM) to fix `make clean`
2683         * Makefile.common.in,
2684         * as/Makefile,
2685         * as/hc08/Makefile.in,
2686         * as/mcs51/Makefile.in,
2687         * as/z80/Makefile.in,
2688         * debugger/mcs51/Makefile.in,
2689         * device/include/Makefile.in,
2690         * device/lib/Makefile.in,
2691         * doc/Makefile,
2692         * link/Makefile,
2693         * link/z80/Makefile.in,
2694         * packihx/Makefile.in,
2695         * sim/ucsim/main_in.mk,
2696         * sim/ucsim/avr.src/Makefile.in,
2697         * sim/ucsim/doc/Makefile.in,
2698         * sim/ucsim/gui.src/serio.src/Makefile.in,
2699         * sim/ucsim/hc08.src/Makefile.in,
2700         * sim/ucsim/s51.src/Makefile.in,
2701         * sim/ucsim/xa.src/Makefile.in,
2702         * sim/ucsim/z80.src/Makefile.in,
2703         * src/Makefile.in,
2704         * support/cpp2/Makefile.in,
2705         * support/librarian/Makefile,
2706         * support/makebin/Makefile: added DESTDIR to the install path proposed
2707         by "Maciej 'Agaran' Pijanka" <agaran AT pld-linux.org>
2708         * doc/sdccman.lyx: added DESTDIR documentation
2709
2710 2004-08-29 Vangelis Rokas (vrokas AT otenet.gr>
2711
2712         * src/pic16/gen.c (genFunction, genEndFunction): fixed return
2713         instruction for interrupt handlers, use fast returns when returning
2714         from high priority interrupts
2715
2716 2004-08-29 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
2717
2718         * src/hc08/gen.c (genAnd, genOr, transferAopAop, rmwWithAop): optimized
2719         code generation
2720         * src/hc08/gen.c (genrshFour, genCpl): fixed bugs
2721         * src/hc08/gen.c (genMultOneByte, genDivOneByte, genModOneByte): fixed
2722         bugs, ported much of Bernhard's code from mcs51
2723         * src/mcs51/gen.c (genSend),
2724         * src/hc08/gen.c (genSend): fixed bug with lost SEND iCodes if more
2725         than one when calling a reentrant function
2726         * device/lib/_mullong.c: defined an alternate struct layout for big
2727         endian ports (hc08)
2728
2729 2004-08-28 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
2730
2731         * src/hc08/gen.c (shiftL2Left2Result): fix for bug-500536 regression
2732         test
2733
2734 2004-08-28 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
2735
2736         * src/SDCCsymt.c (processFuncArgs): make sure parameter types
2737         are sane and complete before asking the port its prefered parameter
2738         passing method (fixes bug #1017633)
2739         * device/lib/hc08/_ret.c: added "data" storage class to _ret2
2740         and _ret3
2741
2742 2004-08-27 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
2743
2744         * src/hc08/gen.c (genPackBitsImmed, genUnpackBitsImmed): fix offset
2745         problem in bitfields >= 8 bits.
2746
2747 2004-08-27 Maarten Brock <sourceforge.brock AT dse.nl>
2748
2749         * src/SDCCsymt.c: undid changes that were not meant to be committed
2750
2751 2004-08-27 Maarten Brock <sourceforge.brock AT dse.nl>
2752
2753         * support/regression/ports/hc08spec.mk: REENTRANT must be reentrant
2754
2755 2004-08-27 Maarten Brock <sourceforge.brock AT dse.nl>
2756
2757         * src/hc08/gen.c (genUminusFloat): fixed bug where only 3 bytes were
2758           copied and wrong bit got inverted
2759
2760 2004-08-27 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
2761
2762         * src/hc08/gen.c (genPointerSet, genFarPointerSet): moved code from
2763         genFarPointerSet into genPointerSet; eliminated genFarPointerSet
2764         * src/hc08/gen.c (genPointerGet, genFarPointerGet): moved code from
2765         genFarPointerGet into genPointerGet; eliminated genFarPointerGet
2766         * src/hc08/gen.c (genPackBitsImmed): generate optimized code for
2767         assignments to bitfields at known addresses
2768         * src/hc08/gen.c (genUnpackBitsImmed): generate optimized code for
2769         reads from bitfields at known addresses
2770         * src/hc08/ralloc.c (packRegisters),
2771         * src/hc08/gen.c (genPointerGet, genUnpackBits, genUnpackBitsImmed,
2772         genhc08Code): optimize pointer get values used as conditionals
2773         * src/hc08/peeph.def: added rules 2e & 2f to optimize bit test
2774         and branch
2775
2776 2004-08-24 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
2777
2778         * src/mcs51/gen.c (genPointerGet, genNearPointerGet, genPagedPointerGet,
2779         genFarPointerGet, genCodePointerGet, genGenPointerGet, genUnpackBits),
2780         * src/mcs51/ralloc.c (packRegisters): optimize pointer get values used
2781         as conditionals
2782
2783 2004-08-22 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
2784
2785         * src/mcs51/peeph.def: peepholes 248.i-m for xdata bitfields
2786
2787 2004-08-21 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
2788
2789         * src/mcs51/ralloc.c (packRegsForOneuse): fixed bug #1012650 and some
2790         related problems
2791
2792 2004-08-21 Bernhard Held <bernhard AT bernhardheld.de>
2793
2794         * sim/ucsim/cmd.src/Makefile.in: run lex only if $(PRJDIR)/devel exists
2795
2796 2004-08-18 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
2797
2798         * src/z80/ralloc.c (packRegsForAssign): ported some bug fixes from the
2799         mcs51 port
2800
2801 2004-08-16 Slade Rich <slade_rich AT users.sourceforge.net>
2802
2803         * src/pic/gen.c: Restored fn genRet as previous fix was incorrect.
2804
2805 2004-08-14 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
2806
2807         * src/mcs51/gen.c (genJumpTab): jumptables for more than 16 switch
2808         cases use more compact code.
2809
2810 2004-08-13 Slade Rich <slade_rich AT users.sourceforge.net>
2811
2812         * src/pic/gen.c: Fixed problem with fn returning a variable bigger than a char.
2813
2814 2004-08-12 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
2815
2816         * src/SDCClrange.c (findPrevUse): fixed bug #1007371
2817
2818 2004-08-12 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
2819
2820         * src/SDCCsymt.h,
2821         * src/SDCCsymt.c (changePointer, checkDecl, addSymChain): changed
2822         parameter of changePointer() from symbol* to sym_link*
2823         * src/SDCCast.c (decorateType): call changePointer() for CAST op
2824         * src/SDCCsymt.c (compareType): void* type is castable to other
2825         pointers, but not necesarily an exact match.
2826         * src/SDCCicode.c (geniCodeCast): allow void* casting here since it
2827         is no longer blindly treated as an exact match.
2828         * src/SDCCval.c (valCastLiteral): treat missing type as cast to void
2829
2830 2004-08-12 Slade Rich <slade_rich AT users.sourceforge.net>
2831
2832         * src/pic/glue.c: Added struct initialisation fn printIvalStruct.
2833
2834 2004-08-11 Slade Rich <slade_rich AT users.sourceforge.net>
2835
2836         * src/pic/gen.c,
2837         * src/pic/pcode.c,
2838         * src/pic/ralloc.h,
2839         * src/pic/ralloc.c: Printing rIdx on internal verbose debug.
2840
2841 2004-08-10 Slade Rich <slade_rich AT users.sourceforge.net>
2842
2843         * src/pic/device.c,
2844         * src/pic/device.h,
2845         * src/pic/device.c: Will no longer exit if #pragma maxram has not been defined.
2846
2847 2004-08-06 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
2848
2849         * src/mcs51/gen.c (emitcode): fixed bug #992819
2850
2851 2004-08-05 Maarten Brock <sourceforge.brock AT dse.nl>
2852
2853         * src/pic/ralloc.c (deassignLR): allthough pic port is buggy already,
2854           there's no need to make it worse
2855
2856 2004-08-05 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
2857
2858         * src/mcs51/ralloc.c (deassignLR),
2859         * src/ds390/ralloc.c (deassignLR),
2860         * src/hc08/ralloc.c (deassignLR),
2861         * src/z80/ralloc.c (deassignLR),
2862         * src/pic/ralloc.c (deassignLR),
2863         * src/pic16/ralloc.c (deassignLR),
2864         * src/avr/ralloc.c (deassignLR),
2865         * src/SDCClrange.c (findRecursiveSucc, findRecursivePred, findPrevUse,
2866         rlivePoint): fixed another part of bug #971834
2867
2868 2004-08-04 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
2869
2870         * src/z80/main.c: enabled "critical" keyword
2871         * src/z80/mappings.i,
2872         * src/z80/gen.c (genFunction, genEndFunction): support for interrupt
2873         functions (fixes bug #979646)
2874         * doc/sdccman.lyx: added a subsection explaining z80 interrupt support
2875
2876 2004-08-04 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
2877
2878         * src/mcs51/gen.c (genInline): Add \n for labels, not DOS/WIN dirs
2879           such as c:\mydir.
2880
2881 2004-08-03 Maarten Brock <sourceforge.brock AT dse.nl>
2882
2883         * src/SDCCloop.c (loopInvariants): fixed bug 983545, hope this
2884           doesn't disable too much optimizations
2885
2886 2004-08-02 Slade Rich <slade_rich AT users.sourceforge.net>
2887
2888         * src/pic/glue.c Disabled "WARNING: function 'main' undefined" when -S option is used.
2889
2890 2004-08-02 Maarten Brock <sourceforge.brock AT dse.nl>
2891
2892         * src/SDCClrange.c (rlivePoint): fixed bug 988568, thanks to anonymous
2893
2894 2004-08-02 Slade Rich <slade_rich AT users.sourceforge.net>
2895
2896         * src/pic/gen.c tidied up tabs
2897         * src/pic/genarith.c tidied up tabs and fixed bug with literal multiple where same register was used for hi and low byte
2898         * src/pic/main.c tidied up tabs
2899         * src/pic/pcode.c tidied up tabs and disabled verbose code generation
2900         * src/pic/pcoderegs.c tidied up tabs
2901         * src/pic/ralloc.c tidied up tabs
2902
2903 2004-07-30 Vangelis Rokas <vrokas AT otenet.gr>
2904
2905         * src/SDCCmem.c (allocGlobal): don't turn S_REGISTER storage class
2906         to S_FIXED for pic16 port and when symbol is not in level 0,
2907         allocate for S_REGISTER storage class and pic16 port, too,
2908         * src/pic16/device.h: prototype for checkSym,
2909         * src/pic16/device.c (pic16_dump_access, checkSym): NEW,
2910         * (pic16_assignConfigWordValue): test the value and the mask to
2911         validate that the value is suitable for the configuration word,
2912         * src/pic16/glue.c (pic16_printIvalFuncPtr): use 'externs' to
2913         collect extern declared symbols, don't emit symbol twice, check
2914         first if symbol is in publics set first,
2915         * src/pic16/main.c (_pic16_keywords[]): added keyword 'register',
2916         * added command line '--fstack' which enables an experimental
2917         feature for stack access, too buggy to be used yet...
2918         * src/pic16/ralloc.c (pic16_accessregWithName): NEW,
2919         * (pic16_allocDirReg): when register has storage class S_REGISTER
2920         allocate in pic16_dynAccessRegs,
2921         * device/include/pic16/pic18f????.h: modified configuration word
2922         naming convention, words started as CONFIG0H but should be CONFIG1H
2923
2924 2004-07-29 Maarten Brock <sourceforge.brock AT dse.nl>
2925
2926         * device/include/mcs51reg.h: fixed bug 970993
2927
2928 2004-07-27 Maarten Brock <sourceforge.brock AT dse.nl>
2929
2930         * added lib/calloc.c, lib/free.c, lib/realloc.c, include/stddef.h
2931         * updated lib/malloc.c, lib/libsdcc.lib, lib/Makefile.in, include/malloc.h
2932         * src/SDCC.lex (doPragma): added pragma disable_warning <nnn>
2933         * src/SDCCmain.c (parseCmdLine): added option --disable-warning <nnn>
2934         * src/ds390/gen.c (genPlusIncr): fixed bug when incrementing generic pointers
2935         * support/Util/SDCCerr.c (vwerror): suppress disabled warnings and output
2936           error/warning numbers,
2937           added function setWarningDisabled()
2938         * support/Util/SDCCerr.h: added setWarningDisabled() and MAX_ERROR_WARNING
2939         * support/regression/ports/mcs51-stack-auto/spec.mk: added dependencies
2940           _memcmp.c _memmove.c calloc.c realloc.c free.c
2941         * support/regression/tests/malloc.c: added tests for new functionality
2942         * support/regression/tests/zeropad.c: added tests for truncated initializers
2943           and initialized char arrays starting with '\x0'
2944         * src/mcs51/peeph.def: fixed regression, added peephole 177.f
2945
2946 2004-07-26 Bernhard Held <bernhard AT bernhardheld.de>
2947
2948         * support/valdiag/tests/overflow.c: fixed warning on (1 >> 40)
2949
2950 2004-07-26 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
2951
2952         * doc/sdccman.lyx: updated example in section "Absolute Addressing"
2953         * src/mcs51/peeph.def: added contributed fix for "bug" #995347 as
2954         peephole 177.e. Thanks to anonymous
2955
2956 2004-07-25 Vangelis Rokas <vrokas AT otenet.gr>
2957
2958         * src/pic16/glue.c (pic16_printIvalFuncPtr): when an extern
2959         function isn't used in the source but referenced as a
2960         variable initializer then declare it as extern in .asm file
2961
2962 2004-07-24 Vangelis Rokas <vrokas AT otenet.gr>
2963
2964         * .version: increased version number to 2.4.3
2965
2966         Adding version extension according to ChangeLog CVS revision
2967         * src/Makefile.in (target all): added dependency 'version.h'
2968         * (rule version.h): added rule to create version.h from ChangeLog,
2969         * (rule dep): added dependency version.h,
2970         * src/version.awk: AWK script to create version.h
2971         * src/SDCCdwarf2.c (dwWriteModule),
2972         * src/SDCCglue.c (initialComments),
2973         * src/SDCCmain.c (printVersionInfo): modified to write after
2974         version string the version extension number,
2975         * src/SDCCutil.c: included "version.h"
2976         * (getBuildNumber): NEW, returns SDCC's ChangeLog minor revision
2977         number,
2978         * src/SDCCutil.h: added prototype for getBuildNumber
2979
2980         * src/SDCCmain.c (parseCmdLine): when sOpt is 'I' add rest in
2981         includeDirsSet, too,
2982         * src/SDCCsymt.c (checkSClass): don't emit error when a variable,
2983         const char [] is found in function prototype...
2984
2985         * src/pic16/genarith.c (pic16_genUMult8XLit_8): optimization to omit
2986         moving to WREG with source is already in WREG,
2987         * src/pic16/gen.h: added AOP_FSR0 and AOP_FSR2 in enum,
2988         * src/pic16/gen.c (getFreePtr): updated to look for FSR0 and FSR2,
2989         * (aopForSym): stack'ed symbols are partially supported, added
2990         if-clause to support symbols in FARSPACE,
2991         * (sameRegs): added test for AOP_ACC to see if registers are same,
2992         * (pic16_freeAsmop): added case for AOP_FSR0 and AOP_FSR2,
2993         * (pic16_aopGet): added case for AOP_FSR0 and AOP_FSR2,
2994         * (pic16_popRegFromString): will not allocate a new register if it
2995         doesn't find one by name, bug may have introduced...
2996         * (pic16_popGet): added case for AOP_FSR0 and AOP_FSR2,
2997         * (genIpush): revived to use pic16 port's stack,
2998         * (genAddrOf): added incomplete case for stack'ed operand,
2999         * (genCast): optimized a pair of MOVFW,MOVWF to MOVFF
3000         * src/pic16/genutils.c (pic16_genNot): almot new vesrion for NOT,
3001         can handle multibyte operands,
3002         * src/pic16/glue.c (pic16_printIval*): some debug info added,
3003         * (pic16initialComments): added message for MPLAB compatibility
3004         mode enabled,
3005         * src/pic16/main.h: prototype for pic16_mplab_comp,
3006         * src/pic16/main.c (pic16_optionsTable): new option --mplab-comp,
3007         which enabled MPLAB compatibility mode (i.e. no #LINE/#FILE, BANKED)
3008         * (_pic16_linkEdit): NEW, handles link stage, transferred here
3009         because of increased complexity of procedure,
3010         * (_process_pragma): stack pragma changed to format 'stack pos len',
3011         emit symbol '_stack_end' to conform with gplink,
3012         * src/pic16/pcode.c (pic16_newpCodeOpBit): using pic16_regWithName
3013         to search for register,
3014         * (pic16_get_op, pic16_get_op2): added case for PO_W, PO_WREG and
3015         PO_GPR_REGISTER,
3016         * (pic16_pCode2str): when in MPLAB compatibility mode, comment out
3017         #LINE directives and replace 'B' with 'BANKED' in instruction opcodes
3018         * (pic16_getRegFromInstruction, pic16_getRegFromInstruction2): added
3019         case for PO_GPR_REGISTER,
3020         * (pic16_AnalyzeBanking): removed the old message for inc2h.pl, past
3021         dies, the new era is ahead !...
3022         * src/pic16/ralloc.c: added hash reposits pic16_dynAllocRegNames and
3023         pic16_dynInternalRegs,
3024         * (pic16_allocregWithName, pic16_procregWithName, pic16_regWithname): NEW,
3025         * (pic16_allocDirReg): minor optimizations and bug fixes,
3026         * (pic16_allocWithIdx): when searching pic16_dynProcessorRegs use fixed,
3027
3028         * device/lib/pic16/startup/crt0*.c: extern definition of stack_end,
3029         load stack and frame pointer with address of 'stack_end' symbol
3030
3031 2004-07-23 Vangelis Rokas <vrokas AT otenet.gr>
3032
3033         * src/pic16/glue.c (pic16emitStaticSeg): fixed bug with files
3034         without source code but only variable initializers
3035
3036 2004-07-20 Vangelis Rokas <vrokas AT otenet.gr>
3037
3038         * src/pic16/glue.c (pic16emitRegularMap): unused functions marked as
3039         external are not declared as extern to reduce overhead while linking
3040
3041 2004-07-20 Maarten Brock <sourceforge.brock AT dse.nl>
3042
3043         * src/SDCCast.c (decorateType): removed buggy fix for bug #979599
3044
3045 2004-07-11 Maarten Brock <sourceforge.brock AT dse.nl>
3046
3047         * src/SDCCglue.c (printIvalArray): fixed bug #984229, thanks to Phuah
3048           Yee Keat for the patch
3049         * src/SDCCast.c (decorateType): fixed bug #979599
3050         * src/ds390/gen.h: removed local fReturnSizeDS390
3051         * src/ds390/gen.c: made fReturnSizeDS390 signed short to remove a warning
3052         * src/ds390/gen.c (genAnd, genOr, genXor),
3053         * src/mcs51/gen.c (genAnd, genOr, genXor): generate better optimized code
3054
3055 2004-07-04 Vangelis Rokas <vrokas AT otenet.gr>
3056
3057         * src/SDCCmain.c (linkEdit): modifications only for pic16 port,
3058         add relFilesSet to $3, manipulate $2 to handle linking of object
3059         files without source files in command line,
3060         * device/include/pic16 (all headers): added ID location macros,
3061         * src/pic16/device.c (struct PIC16_device Pics16[]): added field
3062         entries for ID location bytes,
3063         * (pic16_assignIdByteValue): NEW,
3064         * src/pic16/device.h: new structures idRegInfo_t and idBytesInfo_t,
3065         added field dumpcalltree to pic16_options_t,
3066         * src/pic16/gen.c (genCmp): fixed bug case so a temporary register
3067         is used instead of pic16_Gstack_base_addr, check if (ifx) before
3068         emitting rFalseIfx label after check_carry label,
3069         * src/pic16/glue.c (PIC16_IS_IDLOC_ADDRESS, PIC16_IS_HWREG_ADDRESS,
3070         pic16_emitDIRegs), NEW
3071         * (pic16glue): dump .calltree file when option --calltree found,
3072         * src/pic16/main.c (OPTION _pic16_optionsTable): new option --calltree
3073         * (_pic16_genAssemblerPreamble): emit ID locations after
3074         configuration registers,
3075         * (pic16_linkCmd): modifications of the link command,
3076         * src/pic16/pcode.c (pic16_pciMOVFF): PCC_REGISTER replaces PCC_REGISTER2
3077         * (pic16_pCodeInitRegisters): don't init stack registers,
3078         * (pic16_findPrevInstruction): fixed bug,
3079         * (pic16_getRegFromInstruction, pic16_getRegFromInstruction2): fixed
3080         bug with immediate registers,
3081         * (buildCallTree): traces stack push and pop,
3082         * (pct2): dump also stack usage for each function,
3083         * src/pic16/ralloc.c (dynrIdx): registers names start from 0x00
3084         * (pic16_allocDirReg): various modifications,
3085         * (pic16_typeRegWithIdx): when searching pic16_dynProcessorRegs set
3086         fixed to 1,
3087
3088 2004-07-02 Vangelis Rokas <vrokas AT otenet.gr>
3089
3090         * src/pic16/pcode.c: removed buggy double colon
3091
3092 2004-07-01 Borut Razem <borut.razem AT siol.net>
3093
3094         * support/scripts/sdcc.nsi: added include/pic16 to setup
3095
3096 2004-06-30 Vangelis Rokas <vrokas AT otenet.gr>
3097
3098         * device/lib/Makefile.in: fixed bug in target objects-pic16,
3099         * device/lib/pic16/Makefile: prefixed with dash (-) command under
3100         target 'clean',
3101         * doc/sdccman.lyx: changed version to 2.4.2 and added some port
3102         specific command line arguments. Also added sample lkr script
3103         for placing a variable at a specific memory bank.
3104         * src/pic16/device.c (pic16_dump_gsection): NEW, to dump variables
3105         at a specific memory bank,
3106         * (pic16_dump_isection): fixed bug which caused string literals to
3107         be omitted when dumping idata section,
3108         * (pic16_groupRegistersInSection): added code to handle registers
3109         in specific memory banks,
3110         * src/pic16/gen.c: labelOffset is prefixed with pic16_ and made
3111         public, all references are renamed too,
3112         * (pic16_aopGet): removed switch cases for AOP_R0,AOP_R1,AOP_DPTR,
3113         AOP_DPTR2,
3114         * (pic16_storeForReturn): added case to handle when dest is WREG,
3115         * src/pic16/genarith.c (pic16_pCodeOpSubType): NEW,
3116         * src/pic16/glue.c (pic16emitRegularMap): when adding a register in
3117         pic16_rel_udata, check to see if that register is marked as being
3118         a member of a specific memory bank,
3119         * (pic16_printIvalCharPtr): added code to add string literals either
3120         to code or the idata sections,
3121         * src/pic16/main.c (_process_pragma): added \n to WHITE constant,
3122         also accept the 'udata' pragma,
3123         * src/pic16/main.h: new structure types sectName and sectSym
3124         * src/pic16/pcode.c: added new pCodeInstruction entry for BANKSEL
3125         * (newpCodeOpBit): added PIC_OPTYPE subt in function prototype,
3126         * (pic16_findPrevInstruction): fixed, it returned nothing,
3127         * (insertBankSwitch): fixed to emit banksel/skip and skip/banksel
3128         instruction combinations,
3129         * (pic16_FixRegisterBanking): heavily reorganised,
3130         * (pic16_AnalyzeBanking): if generating banksel directives is
3131         disabled, then don't call FixRegisterBanking at all,
3132         * src/pic16/ralloc.c (bitEQUs, aliasEQUs, allDefsOutOfRange):
3133         completely removed,
3134         * (pic16_writeUsedRegisters): added call to pic16_dump_gsection
3135
3136 2004-06-29 Bernhard Held <bernhard AT bernhardheld.de>
3137
3138         * src/SDCCglue.c (printChar): fixed bug #973350, patch provided by
3139         Phuah Yee Keat <yk.phuah AT nestac.com>
3140
3141 2004-06-28 Vangelis Rokas <vrokas AT otenet.gr>
3142
3143         * src/pic16/glue.c (pic16createInterruptVect): function now emits
3144         correctly the IVT even if it is relocated to some other location
3145
3146 2004-06-28 Vangelis Rokas <vrokas AT otenet.gr>
3147
3148         * device/include/pic16/pic18fregs.h: added case for pic18f2220.h
3149         * device/include/pic16/pic18f2220.h: NEW,
3150         * device/lib/pic16/libdev/pic18f2220.c: NEW,
3151         * device/lib/pic16/libdev/Makefile: added 18f2220 in DEVS,
3152         * src/pic16/device.c (struct Pics16): added info for 18f2220,
3153         * src/pic16/device.h (struct pic16_options): added ivt_loc and
3154         nodefaultlibs, ivt_loc is the location of the interrupt vector
3155         table, and nodefaultlibs signs that default libraries should not be
3156         linked in link stage,
3157         * src/pic16/gen.c (genFunction): relocate interrupt vector functions
3158         according to --ivt-loc argument,
3159         * src/pic16/main.c (_process_pragma): emit '_stack' as public symbol
3160         when pragma stack is found,
3161
3162 2004-06-25 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
3163
3164         * src/mcs51/peeph.def: added peepholes 182.d (return 0.0),
3165         256 (range check), 257 (do while), 258.a-f (bit banging
3166         f.e. on 3-wire SPI bus)
3167
3168 2004-06-21 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3169
3170         * src/SDCClrange.c (findNextUseSym): fixed a live range bug with
3171         variables used exclusively within a loop
3172
3173 2004-06-21 Bernhard Held <bernhard AT bernhardheld.de>
3174
3175         * src/mcs51/gen.c (genCpl): quick fix for bug #974835
3176
3177 2004-06-21 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3178
3179         * src/SDCClrange.c (computeClash): fixed bug #971834
3180
3181 2004-06-20 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3182
3183         * src/mcs51/gen.c (genCmp): fixed bug #975903
3184         * src/hc08/gen.c (operandsEqu),
3185         * src/ds390/gen.c (operandsEqu),
3186         * src/z80/gen.c (operandsEqu),
3187         * src/pic/gen.c (operandsEqu),
3188         * src/pic16/gen.c (operandsEqu),
3189         * src/mcs51/gen.c (operandsEqu): fixed bug #976283
3190         * src/SDCCmain.c (parseCmdLine): report --unknown-option only once
3191
3192 2004-06-15 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3193
3194         * src/SDCCcse.c (cseBBlock): fixed bug #966963
3195
3196 2004-06-12 Vangelis Rokas <vrokas AT otenet.gr>
3197
3198         * src/pic16/gen.c (genPointerGet): added E_INTERNAL_ERROR for
3199         default case in switch statement,
3200         * glue.c (pic16_initPointer): expr is initialised via decoarteType
3201         to eliminate problem with initialisation of pointers, but problem
3202         still exists,
3203         * (pic16_pointerTypeToGPByte): removed, no needed for pic16,
3204         * (emitStaticSegment): removed various lines emitting debug info,
3205         * src/pic16/pcode.c, src/pic16/pcode.h, src/pic16/ralloc.h:
3206         added processor registers for utilizing EEPROM,
3207         * src/pic16/pcode.c (pic16_emitDB): number of DBs emitted is not
3208         configurable and set 8
3209
3210 2004-06-08 Vangelis Rokas <vrokas AT otenet.gr>
3211
3212         * .version: increased version number to 2.4.2,
3213
3214         Cumulative patch for pic16 port
3215         * src/pic16/device.c: changed scheme to dump initial values for
3216         variables in idata segment, all print_idata* functions were removed,
3217         now the pic16_printIval* will be called,
3218         * src/pic16/glue.c: (pic16_initPointer, pic16_pointerTypeToGPByte,
3219         * _pic16_printPointerType, pic16_printPointerType,
3220         * pic16_printGPointerType, pic16_printIvalArray, pic16_printIvalStruct,
3221         * pic16_printIvalBitFields, pic16_printIvalFuncPtr, pic16_printIvalPtr:
3222         NEW, similar to the respective functions in SDCCglue.c,
3223         * src/pic16/pcode.c (pic16_emitDB, pic16_flushDB): reverted to old
3224         way, emitting hex bytes,
3225         * (pic16_emitDS): NEW, emits a string for pointer initialisation,
3226
3227 2004-06-08 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3228
3229         * src/avr/ralloc.c (serialRegAssign),
3230         * src/xa51/ralloc.c (serialRegAssign),
3231         * src/pic/ralloc.c (serialRegAssign),
3232         * src/pic16/ralloc.c (serialRegAssign),
3233         * src/hc08/ralloc.c (serialRegAssign),
3234         * src/z80/ralloc.c (serialRegAssign),
3235         * src/ds390/ralloc.c (serialRegAssign),
3236         * src/mcs51/ralloc.c (serialRegAssign): fixed bug #964479
3237
3238 2004-06-08 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3239
3240         * src/SDCCicode.c (geniCodeJumpTable): fixed bug #967601
3241         * src/SDCCpeeph.c (labelIsReturnOnly): fixed bug #966505
3242
3243 2004-06-07 Vangelis Rokas <vrokas AT otenet.gr>
3244
3245         Cumulative patch for pic16 port:
3246         * src/pic16/device.h (typedef PIC16_device) modified fields for
3247         defining microcontrollers,
3248         * src/pic16/device.c: added new info for all devices in Pics16 array,
3249         * src/pic16/gen.c (genPcall): fixed bug that caused the return label
3250         to be optimised out by the pCode optimiser,
3251         * src/pic16/glue.c (pic16emitRegularMap): treat implicit aggragates
3252         specially, bug reported by G.M. Gallant,
3253         * src/pic16/pcode.c (pic16_newpCodeLabelFORCE): NEW, marks a label
3254         as force'd so that cannot be optimised out by pCode optimiser,
3255         * src/pic16/pcode.c,
3256         * src/pic16/pcodepeeph.c,
3257         * src/pic16/pcoderegs.c: many modifications to re-enable peepholes,
3258         they are disabled by default, but can be enabled explicit with
3259         command argument --denable-peeps, for testing,
3260         * device/lib/pic16/startup/Makefile: added --no-peep,--pomit-config-words,
3261         --pomit-ivt in COMPILE_FLAGS
3262
3263 2004-06-06 Maarten Brock <sourceforge.brock AT dse.nl>
3264
3265         * src/pic16/pcode.c (pic16_emitDB): removed double semicolon which fails
3266           compilation on MSVC
3267
3268 2004-06-06 Maarten Brock <sourceforge.brock AT dse.nl>
3269
3270         * device/include/sab80515.h: added sfr P6, changed GPL to LGPL
3271
3272 2004-06-06 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
3273
3274         device/include/sab80515.h: fixed bug #967492, DAPR is defined at adress
3275         0xd8, but the correct adress is 0xda. Thanks to anonymous for reporting
3276
3277 2004-06-06 Vangelis Rokas <vrokas AT otenet.gr>
3278
3279         * src/pic16/device.c (pic16_assignConfigWord): fixed bug that
3280         would only assign 0x300001 register.
3281
3282 2004-06-05 Vangelis Rokas <vrokas AT otenet.gr>
3283
3284         * device/lib/pic16/startup/Makefile: added $(MODELFLAGS)
3285         in COMPILE_FLAGS. Thanks to G. Gallant for report.
3286
3287 2004-06-05 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
3288
3289         * doc/sdccman.lyx: minor changes, mentioned beta vendor support
3290         for ds80c400
3291         * src/mcs51/peeph.def: ran unexpand -a over peeph.def
3292         * src/mcs51/peeph.def: removed obsolete peephole 100.a,
3293         added peephole 254 (left shift), 255 (jump table)
3294
3295 2004-06-04 Vangelis Rokas <vrokas AT otenet.gr>
3296
3297         * device/lib/Makefile.in: removed comment line with model-pic16,
3298         * (target port-specific-objects-pic16): the libraries and objects
3299         are copied to the build directory form the device/lib/pic16/bin
3300         directory
3301
3302         Cumulative patch concerning pic16 port:
3303         * library directory has been re-organized,
3304         * added support for PIC18F1220,
3305         * added headers and library sources for chips 18f1220,18f6520,
3306         18f6620,18f6680,18f6720,18f8520,18f8620,18f8680,18f8720
3307
3308         * configuration registers setting has changed, now each supported
3309         device has a complete description of the registers it uses,
3310         * all initialisations are moved to idata sections, these section
3311         can be absolute or relocatable,
3312         * fixed initialisation of codespace variables,
3313         * fixed warning about PCLATU and gpsim,
3314         * src/pic16/gen.c (genCmp): now can handle partially iCodes with no ifx,
3315         * (genAssign): use table reads when assigning from variables in codespace,
3316         * src/pic16/glue.c (pic16emitStaticSeg): fixed to correctly initialise
3317         char/int variables placed in codespace,
3318         * (pic16_emitConfigRegs): NEW, emits a list with configuration
3319         registers set in .asm file, no need for --pomit-config-words anymore,
3320         * (pic16glue): some 8051 legacy segments are commented out
3321         (to be removed completely),
3322         * added support for alternative assembler and linker with --asm=
3323         and --link= command line arguments,
3324         * peepholes are disabled automatically in the port, no need to
3325         specify on command line,
3326         * port supports natively char/int/long multiplication, but converts
3327         all divisions to support functions,
3328         * main.c: pic16_linkCmd and pic16_asmCmd changed to force output
3329         to the file set in variable $2,
3330         * pcode.c (pic16_emitDB, pic16_flushDB): modified to print printable
3331         strings in ASCII format and not in hex,
3332         * ralloc.c (serialRegAssign): added a triplet of conditional calls
3333         to pic16_allocDirReg for IC_RESULT, IC_LEFT and IC_RIGHT so to
3334         allocate proper register if iCodes aren't temporary,
3335
3336 2004-06-02 Maarten Brock <sourceforge.brock AT dse.nl>
3337
3338         * support/regression/tests/zeropad.c: added TEST_G macro for alpha
3339
3340 2004-06-02 Vangelis Rokas <vrokas AT otenet.gr>
3341
3342         * src/pic16/gen.c (genPcall): warning about gpsim and PCLATU
3343         is commented out
3344
3345 2004-06-01 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3346
3347         * src/hc08/gen.c (genPointerGetSetOfs): disabled optimization if
3348         computed address is reused
3349         * src/hc08/gen.c (genPackBits): fixed offsets in assignments to
3350         multi-byte bitfields
3351
3352 2004-06-01 Maarten Brock <sourceforge.brock AT dse.nl>
3353
3354         * src/z80/gen.c: (genArrayInit): must check for pointers too
3355
3356 2004-06-01 Maarten Brock <sourceforge.brock AT dse.nl>
3357
3358         * support/regression/tests/zeropad.c: never meant to commit the
3359           nestedstruct test: removed, added check for GCC version
3360
3361 2004-05-31 Maarten Brock <sourceforge.brock AT dse.nl>
3362
3363         * src/SDCCast.c (createIvalArray): fixed bug 770487 SIGSEGV
3364         * src/SDCCglue.c (emitRegularMap): fixed bug 770484 allocation problem
3365         * src/SDCCglue.c (initPointer, printIvalType, printIvalStruct,
3366           printIvalArray, printIvalFuncPtr, printIvalPtr, printIval): fixed
3367           bugs 928906 and 954082 half-empty initializers
3368         * src/SDCCsymt.h,
3369         * src/SDCCsymt.c (getAllocSize): added for above fix
3370         * src/z80/gen.c (genArrayInit): fixed bug 741044
3371         * support/regression/tests/zeropad.c: added tests
3372
3373 2004-05-30 Vangelis Rokas <vrokas AT otenet.gr>
3374
3375         * src/pic16/device.c (pic16_dump_section): corrected bug which
3376         caused some symbols of the libraries to be misplaced
3377
3378 2004-05-28 Vangelis Rokas <vrokas AT otenet.gr>
3379
3380         * src/pic16/glue.c,
3381         * src/pic16/ralloc.h,
3382         * src/pic16/ralloc.cc: prefixed IS_CONFIG_ADDRESS with PIC16_
3383         to fix conflict with pic port
3384
3385 2004-05-28 Vangelis Rokas <vrokas AT otenet.gr>
3386
3387         * src/pic16/glue.c (pic16emitStaticSeg): do not print as publics or
3388         externs configuration variables,
3389         * src/pic16/ralloc.h,
3390         * src/pic16/ralloc.cc: IS_CONFIG_ADDRESS is made public and added
3391         prototype in header, commented out some debug messages
3392
3393 2004-05-26 Vangelis Rokas <vrokas AT otenet.gr>
3394
3395         * src/pic16/glue.c,
3396         * src/pic16/main.c,
3397         * src/pic16/pcode.c: added gpasm directives #FILE/#LINE
3398         for gpasm COFF object generation. Thanks to D. Hawkins for
3399         his patch info
3400
3401 2004-05-25 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3402
3403         * src/ds390/main.c,
3404         * src/mcs51/main.c: fixed sort order of mnemonics (thanks to Maarten
3405         Brock for spotting this)
3406         * src/ds390/gen.c (genEndFunction),
3407         * src/mcs51/gen.c (genEndFunction): always save psw if function is an
3408         interrupt handler and critical. Disable push/pop optimizations when
3409         peephole optimizations disabled.
3410
3411 2004-05-25 Vangelis Rokas <vrokas AT otenet.gr>
3412
3413         Updated pic16 library sources and headers.
3414         * device/lib/pic16/pic18f*/ ,
3415         * device/include/pic16/*.h: modified to handle structured SFR
3416         definitions
3417
3418 2004-05-25 Vangelis Rokas <vrokas AT otenet.gr>
3419
3420         * src/port.h (PORT structure): added hook initPaths, now each
3421         port can declare its own default search paths,
3422         which can been seen with the --print-search-dirs option,
3423         see pic16 port for example,
3424         * src/SDCCmain.c (setBinPaths, setIncludePaths, setLibPath,
3425         setDataPaths): test to options.printSearchDirs is ifdef'ed out,
3426         * (doPrintSearchDirs): NEW, replaces in a central manner the
3427         printing of search dirs which was split in set*Paths functions,
3428         * (main): added call to port->initPaths and doPrintSearchDirs,
3429         * src/avr/main.c,
3430         * src/ds390/main.c,
3431         * src/hc08/main.c,
3432         * src/izt/i186.c,
3433         * src/izt/tlcs900h.c,
3434         * src/mcs51/main.c,
3435         * src/pic/main.c,
3436         * src/pic16/main.c: modified port structures to reflect addition of
3437         initPaths hook,
3438
3439         * src/pic16/device.c (regCompare): registers are finally sorted by name,
3440         * (pic16_dump_section): for registers in same address reserve memory once,
3441         * src/pic16/device.h (struct PIC16_device): changed variable gen_banksel
3442         to no_banksel,
3443         * src/pic16/genarith.c (pic16_genPlus): added code to handle cases where
3444         result is greater in size than right or left,
3445         * (pic16_genUMult8X8_8): there are some cases where the result can
3446         be 16 bits size, so handle these,
3447         * src/pic16/gen.c: changed some pic16_emitpcomment to DEBUGpic16_emitcode,
3448         * (pic16_outBitC): modified to emit pcodes,
3449         * (pic16_storeForReturn): using is_LitOp to see if operand is literal
3450         or not,
3451         * (genDivOneByte): implemented algorithm to divide 8-bits,
3452         * (genCmp): uncommented goto, but issues still exist,
3453         * (genAnd): fixed a bug with variables >8bits,
3454         * (genPackBits): optimization added that uses BCF/BSF to change a
3455         single bit,
3456         * (genAssign): fixed bug when assigning floating point literals,
3457         * src/pic16/glue.c (pic16glue): added assembler directive 'code' before
3458         __sdcc_gsinit_startup label,
3459         * src/pic16/main.c (_pic16_init): removed search directory
3460         initialisations,
3461         * (_pic16_initPaths): NEW, used to initialise search directories,
3462         * (_hasNativeMulFor): support functions for all except char/int
3463         multiplication, and char division,
3464         * (PIC16_port struct): modified entry for native mul support,
3465         * src/pic16/pcode.c (insertBankSwitch): modified to support the renamed
3466         no_banksel option,
3467         * (buildCallTree): call to register_usage is ifdef'ed out,
3468
3469 2004-05-22 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3470
3471         * device/include/string.h: applied Stas Sergeev's patch to make this
3472         header file compatible with the preprocessor -Wundef option
3473         * src/SDCCmain.c (main): abort compilation if preprocessor reports
3474         failure (fixes bug #941458)
3475
3476 2004-05-21 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3477
3478         * src/SDCCopt.c (killDeadCode): fixed bug #907733
3479         * support/Util/SDCCerr.c: reworded E_AUTO_ASSUMED diagnostic to clarify
3480         that the variable, not the function, should be static
3481         * src/SDCCval.c (valCastLiteral): fixed bit initialization from literal
3482         to be consistent with non-literal case
3483
3484 2004-05-19 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3485
3486         * src/SDCCast.c (isConformingBody): fixed bug #949967
3487         * src/SDCCopt.c (cnvToFcall, cnvToFloatCast, cnvFromFloatCast,
3488         convilong): fixed bug #952086
3489
3490 2004-05-18 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3491
3492         * src/SDCCmem.c (allocVariables): fixed bug #955321
3493
3494 2004-05-18 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3495
3496         * src/hc08/main.c (_hc08_genAssemblerEnd),
3497         * src/SDCCdwarf2.c (dwOpenFile, dwCloseFile, dwWriteFunction,
3498         dwWriteModule, dwWriteCLine, dwWriteALine, dwarf2FinalizeFile):
3499         completely eliminated the use of a temporary file
3500         * src/SDCCdwarf2.c (dwWriteAttr): fixed bug with location list offset
3501         when more than one file linked
3502         * src/SDCCloop.c (pointerAssigned): fixed bug #954163
3503
3504 2004-05-17 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3505
3506         * src/SDCCval.c (valForArray): applied Maarten Brock's patch #947682
3507         which fixes bug #543481
3508         * support/regression/tests/bug-751703.c: fixed comments left from a
3509         cut and paste error
3510         * src/SDCCdwarf2.c (dwCloseFile): don't explicitly close a temp file
3511         * src/SDCCdwarf2.c (dwTagFromType): added bitfield support
3512         * src/SDCCdwarf2.c (dwWriteSymbolInternal): handle extern within local
3513         scopes
3514         * src/SDCCdwarf2.c (dwWriteLineNumber): line number deltas are signed
3515         * src/SDCCmain.c (processFile, parseCmdLine): non-alphanumeric chars
3516         are now changed to underscores in moduleName
3517
3518 2004-05-15 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
3519
3520         * as/mcs51/lkmem.c: better fix for bug #954173
3521
3522 2004-05-15 Maarten Brock <sourceforge.brock AT dse.nl>
3523         committed by Frieder Ferlemann <Frieder.Ferlemann AT web.de>
3524
3525         * device/include/c8051f020.h: newly added SiLabs (Cygnal) header file
3526         * device/include/c8051f000.h,
3527         * device/include/c8051f120.h,
3528         * device/include/c8051f300.h,
3529         * device/include/c8051f310.h,
3530         * device/include/c8051f320.h: updated (added _XPAGE, CAPN, CAPP,
3531         PWM16) and detab'ed
3532
3533 2004-05-15 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
3534
3535         * doc/sdccman.lyx: mentioned sourceforge's delay between web frontend
3536         and mailing lists, doc'ed --no-peep-comments, removed reference
3537         to knoppix (newest version has no LyX/LaTeX), other minor changes
3538         * src/SDCCglue.c (glue): save 2 bytes stack space with
3539         option --main-return. The ljmp could probably be avoided too
3540
3541 2004-05-14 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
3542
3543         * as/mcs51/lkmem.c, as/mcs51/lkaomf51: fixed bug 954173
3544
3545 2004-05-14 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3546
3547         * src/SDCCsymt.h: added IS_AUTO(symbol) test macro
3548         * src/SDCCopt.c (isLocalWithoutDef),
3549         * src/SDCCicode.c (operandFromSymbol): use the IS_AUTO test macro
3550         which adds a !IS_EXTERN codition. Fixes bugs #877426 and #751703.
3551         (credit to Maarten Brock for patch #949363, on which this is based)
3552         * support/regression/tests/bug-751703.c: some test cases of extern used
3553         within inner scopes.
3554
3555 2004-05-14 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3556
3557         * src/SDCCdwarf2.c (dwMatchTypes): structs must have matching
3558         SPEC_STRUCT
3559         * src/SDCCdwarf2.c (dwTagFromType): fix to handle recursive
3560         struct definitions
3561         * src/SDCCdwarf2.c (dwWriteModule, dwNewDebugSymbol, dwWriteEndFunction,
3562         dwWriteLabel): fix to create valid debugger symbols even when
3563         the module name has non-alphanumeric symbols in it
3564         * src/SDCCdwarf2.c (dwWriteSymbolInternal): better detection for
3565         when a variable's allocation has been optimized away
3566
3567
3568 2004-05-13 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3569
3570         * src/hc08/gen.c (hc08_emitDebuggerSymbol),
3571         * src/hc08/main.c,
3572         * src/mcs51/gen.c (mcs51_emitDebuggerSymbol),
3573         * src/mcs51/main.c,
3574         * src/ds390/gen.c (ds390_emitDebuggerSymbol),
3575         * src/ds390/main.c,
3576         * src/z80/gen.c (z80_emitDebuggerSymbol),
3577         * src/z80/main.c,
3578         * src/pic/gen.c (pic14_emitDebuggerSymbol),
3579         * src/pic/main.c,
3580         * src/pic16/gen.c (pic14_emitDebuggerSymbol),
3581         * src/pic16/main.c,
3582         * src/avr/gen.c (avr_emitDebuggerSymbol),
3583         * src/avr/main.c,
3584         * src/xa51/gen.c (xa51_emitDebuggerSymbol),
3585         * src/xa51/main.c,
3586         * src/SDCCdebug.c (emitDebuggerSymbol),
3587         * src/SDCCdebug.h,
3588         * src/port.h: added a debugger struct to the port struct. Added a
3589         callback for defining debugger symbols
3590
3591         * src/SDCCast.c (createLabel),
3592         * src/SDCC.y (labeled_statement): mark all compiler generated labels
3593         with isitmp = 1
3594         * src/SDCCicode.h,
3595         * src/SDCCicode.c (geniCodeFunctionBody): added a link from the FUNCTION
3596         iCode back to the ast for the function
3597
3598         * src/hc08/ralloc.c (hc08_assignRegisters),
3599         * src/hc08/ralloc.h: define a regs struct for the stack pointer. Removed
3600         unneeded fields from the regs struct.
3601         * src/hc08/gen.c (transferRegReg, genFunction, genEndFunction): use the
3602         pushReg() & pullReg() functions instead of emitcode()
3603
3604         * src/hc08/gen.c (genLabel, genhc08Code),
3605         * src/SDCCdebug.h: Added additional debugger hooks needed for DWARF
3606
3607         * src/cdbFile.c (cdbWriteLabel, cdbWriteScope): Added stubs for unneeded
3608         debugger hooks
3609
3610         * src/hc08/gen.c (genEndFunction, genhc08Code),
3611         * src/hc08/gen.h,
3612         * src/mcs51/gen.c (genEndFunction, gen51Code),
3613         * src/mcs51/gen.h,
3614         * src/ds390/gen.c (genEndFunction, gen390Code),
3615         * src/ds390/gen.h,
3616         * src/z80/gen.c (genEndFunction, genZ80Code),
3617         * src/z80/gen.h,
3618         * src/z80/z80.h,
3619         * src/pic/gen.c (genEndFunction, genpic14Code),
3620         * src/pic/gen.h,
3621         * src/pic16/gen.c (genEndFunction, genpic16Code),
3622         * src/pic16/gen.h,
3623         * src/avr/gen.c (genEndFunction, genAVRCode),
3624         * src/avr/gen.h,
3625         * src/xa51/gen.c (genEndFunction, genXA51Code),
3626         * src/xa51/gen.h,
3627         * src/cdbFile.c (cdbWriteFunction, cdbWriteEndFunction): moved cdb
3628         specific code to cdbFile.c and out of the backend code generators
3629
3630         * as/hc08/lkmain.c (main): removed OMF51 support from link-hc08
3631         * as/hc08/lkarea.c (lnkarea): areas with NOLOAD attribute default
3632         starting address is now 0
3633
3634         * as/hc08/asm.h,
3635         * as/hc08/m08pst.c,
3636         * as/hc08/asmain.c (asmbl): implemented the .sleb128 and .uleb128
3637         assembler directive for DWARF support
3638         * as/hc08/lkelf.c (elf): only increment address when rtflg[] set
3639
3640         * src/src.dsp,
3641         * src/Makefile.in,
3642         * src/SDCCdwarf2.c: preliminary DWARF (ver 2) debugger data generator
3643
3644 2004-05-04 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3645
3646         * src/hc08/gen.c (genJumpTab, emitcode, genhc08code): fixed stack error
3647         and inappropriate peephole optimization in jump tables
3648
3649 2004-04-30 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
3650
3651         * as/hc08/m08pst.c,
3652         * src/SDCCglue.c: sdccopt works for the hc08 port now
3653
3654 2004-04-27 Bernhard Held <bernhard AT bernhardheld.de>
3655
3656         * src/SDCCicode.c (geniCodePreInc, geniCodePreDec): fixed bug #942130
3657
3658 2004-04-27 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
3659
3660         * as/hc08/lkelf.c: sdccconf.h is not available in WIN32
3661
3662 2004-04-24 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3663
3664         * src/SDCCpeeph.c (replaceRule): support empty replacement peephole
3665         rules
3666         * src/SDCCmain.c,
3667         * src/SDCCglobl.h,
3668         * src/SDCCpeeph.c (getPeepLine): new option --no-peep-comments omits
3669         comments from the peephole optimizer replacement rules
3670         * src/SDCCmem.c (printAllocInfoSeg): give actual location of spilled
3671         symbols
3672         * src/SDCCcse.c (updateSpillLocation),
3673         * src/SDCCopt.c (killDeadCode, findReqv): better tracking of register
3674         equivalents
3675         * src/hc08/ralloc.c (regTypeNum): pseudo symbols must be in DATA only
3676         * src/hc08/main.c (_hc08_finaliseOptions): made pointers to stack
3677         objects far pointers
3678
3679 2004-04-23 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3680
3681         * src/SDCCsymt.h: a missing part of my last change
3682         * src/pic/ralloc.c (regTypeNum),
3683         * src/pic16/ralloc.c (regTypeNum): fixed statement/declaration order
3684
3685 2004-04-23 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3686
3687         * src/SDCCicode.h,
3688         * src/SDCCicode.c (aggrToPtrDclType),
3689         * src/SDCCptropt.h,
3690         * src/SDCCptropt.c (ptrBaseRematSym, ptrPseudoSymSafe,
3691         ptrPseudoSymConvert),
3692         * src/pic/ralloc.c (regTypeNum),
3693         * src/pic16/ralloc.c (regTypeNum),
3694         * src/hc08/ralloc.c (regTypeNum),
3695         * src/ds390/ralloc.c (regTypeNum),
3696         * src/mcs51/ralloc.c (regTypeNum): check for dependancy hazards before
3697         creating pseudo symbols (fixed bugs #777768, #930484, and #933966)
3698
3699 2004-04-22 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3700
3701         * link/z80/lkmain.c (afile),
3702         * as/hc08/lkmain.c (afile),
3703         * as/mcs51/lkmain.c (afile): fix suggested by Maarten Brock to
3704         prevent a pointer problem when a filename has no directory and
3705         no extension specified.
3706
3707 2004-04-21 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3708
3709         * link/z80/lkmain.c (afile): allow periods in directory names
3710         * link/z80/lkmain.c (afile),
3711         * as/mcs51/lkmain.c (afile),
3712         * as/hc08/lkmain.c (afile): allow linker script file to have an
3713         extension other than ".lnk"
3714         * link/z80/lklex.c (getfid),
3715         * link/z80/lkmain.c (parse),
3716         * as/mcs51/lklex.c (getfid),
3717         * as/mcs51/lkmain.c (parse),
3718         * as/hc08/lklex.c (getfid),
3719         * as/hc08/lkmain.c (parse): Support comments in the linker script
3720         file on lines by themselves and after filenames
3721
3722 2004-04-20 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
3723
3724         * as/link_hc08.dsp: Added as/hc08/lkelf.c to project.
3725
3726 2004-04-20 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3727
3728         * src/z80/peeph-z80.def: removed some peephole rules that don't
3729         work with multibyte arithmetic (fixed bug #937126)
3730         * src/mcs51/peeph.def: fixed peephole rules 150-158 to apply only
3731         to registers and not global variables
3732         * src/SDCCicode.c (geniCodeAssign, ast2iCode, geniCodePostInc,
3733         geniCodePreInc, geniCodePostDec, geniCodePreDec,
3734         geniCodeLogicAndOr, geniCodeConditional): enforce strict lvalue
3735         checking for assignments not internally generated (fixed bug #931895)
3736         * src/SDCC.y (postfix_expr): ignore typedefs when looking for a
3737         structure member (fixed bug #930072)
3738
3739 2004-04-19 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3740
3741         * src/SDCCmain.c (linkEdit),
3742         * src/hc08/main.c (_hc08_parseOptions),
3743         * as/hc08/Makefile.in,
3744         * as/hc08/aslink.h,
3745         * as/hc08/asm.h,
3746         * as/hc08/m08pst.c,
3747         * as/hc08/lkrloc.c (relr, rele),
3748         * as/hc08/lkarea.c (lnkarea)
3749         * as/hc08/lkmain.c (afile, parse),
3750         * as/hc08/lkelf.c: support for ELF output
3751         * as/hc08/lks19.c (s19),
3752         * as/hc08/lkihx.c (ihx): ignore areas with the NOLOAD attribute
3753
3754 2004-04-17 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
3755
3756         * as/mcs51/lkihx.c: Fixed bug #899105.
3757
3758 2004-04-16 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
3759
3760         * doc/sdccman.lyx: Added instructons on how to convert MSVC .dsw and
3761         .dsp files from Unix to DOS.
3762
3763 2004-04-16 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3764
3765         * doc/sdccman.lyx: removed the ANSI-C noncompliance note regarding
3766         function pointers; we have been compliant for several months now.
3767         * src/mcs51/ralloc.c (serialRegAssign): enabled part of my 2004-04-13
3768         change that was accidently commented out
3769         * src/mcs51/gen.c (freeAsmop, getFreePtr, freeForBranchAsmop, genIfxJump,
3770         genCmpEq, jmpTrueOrFalse, genCmp, genAnd, genOr, genXor, genIfx): fixed
3771         bug #922319
3772
3773 2004-04-15 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3774
3775         * src/hc08/gen.c: output of all of the internal debugging information
3776         is now controlled by the D() macro; it is disabled by default
3777
3778 2004-04-13 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3779
3780         * src/mcs51/ralloc.c (serialRegAssign, fillGaps, allocThisReg): try
3781         harder to keep the same registers during a CAST iCode
3782         * src/SDCCopt.c (optimizeCastCast, eBBlockFromiCode): casts of char to
3783         long via int can be done in a single cast, if the signedness is
3784         correct.
3785         * support/regression/tests/bug-927659.c: fixed to avoid conflict with
3786         putchar() in tinibios.c in ds390's library
3787
3788 2004-04-12 Bernhard Held <bernhard AT bernhardheld.de>
3789
3790         * src/SDCCast.c (decorateType): fixed bug #898889,
3791         cast result of a literal complement too
3792         * src/mcs51/ralloc.c (packRegsForAssign): fixed bug #930931,
3793         fixed check for bitfields
3794
3795 2004-04-11 Bernhard Held <bernhard AT bernhardheld.de>
3796
3797         * src/SDCCicode.c (geniCodeLogic): made it static,
3798         (geniCodeLogicAndOr): added in order to fix bug #905492,
3799         (ast2iCode): fixed bug #905492
3800         * support/regression/tests/bug-905492.c: added
3801         * src/SDCCast.c (decorateType): don't decorate/process parms twice,
3802         (processParms): fixed bug #927659: don't copy parms, this will clear
3803         decorated flag
3804         * support/regression/tests/bug-927659.c: added
3805
3806 2004-03-29 Bernhard Held <bernhard AT bernhardheld.de>
3807
3808         * src/SDCCast.c (addCast): don't cast float to char
3809         * device/lib/libsdcc.lib: added _memmove
3810
3811 2004-03-28 Bernhard Held <bernhard AT bernhardheld.de>
3812
3813         * device/lib/large/Makefile: fixed parallel execution by
3814         replacing `make` by `$(MAKE)`
3815
3816 2004-03-28 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3817
3818         * src/hc08/gen.c (genPointerGetSetOfs): correctly handle 1 byte array
3819         offsets (fixes bug #923936)
3820
3821 2004-03-26 Bernhard Held <bernhard AT bernhardheld.de>
3822
3823         * device/lib/small/Makefile: fixed parallel execution by
3824         replacing `make` by `$(MAKE)`
3825
3826 2004-03-23 Bernhard Held <bernhard AT bernhardheld.de>
3827
3828         * device/lib/vprintf.c (vsprintf): minor optimization, see bug #801101
3829
3830 2004-03-23  Scott Dattalo  <scott AT dattalo.com>
3831
3832         * src/pic/gen.c (genCpl): multi-byte complements were not working.
3833         * src/regression/Makefile: Regression test was not running.
3834
3835 2004-03-23 Bernhard Held <bernhard AT bernhardheld.de>
3836
3837         * src/SDCCast.c (resultTypePropagate, decorateType): avoid promotion to int for
3838         complement if possible
3839         * src/SDCCval.c (valComplement),
3840         * src/SDCCicode.c (operandOperation): fixed complement of literal
3841         * support/regression/tests/onebyte.c (testComplement): added
3842
3843 2004-03-22 Bernhard Held <bernhard AT bernhardheld.de>
3844
3845         * src/SDCCast.c (processParms): fixed bug #920866; decorateType() can
3846         return an optimized tree; actually replace actParm with the new tree
3847         * src/SDCCast.h: added some parantheses to remove side effects
3848         * support/regression/tests/bug-920866.c
3849
3850 2004-03-21  Scott Dattalo  <scott AT dattalo.com>
3851         * src/pic/gen.c, src/pic/gen.h, src/pic/genarith.c, src/pic/pcode.c:
3852         Bit operands were not being handled properly in the pic14 port.
3853         (now src/regression/add.c passes again).
3854
3855 2004-03-20 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3856
3857         * src/SDCC.y (labeled_statement): case and default no longer require
3858         a following statement (RFE #893037)
3859
3860 2004-03-19 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3861
3862         * src/mcs51/gen.c (pushSide, genSignedRightShift, genDjnz, geniPush):
3863         use MOVA macro to avoid "mov a,acc" when peephole optimizer is
3864         disabled (fixes bug #916294)
3865         * sim/ucsim/s51.src/mov.cc (inst_mov_a_addr): Throw an error on
3866         "mov a,acc"; patch provided by Lenny Story
3867         * device/include/mc68hc908gp32.h: header contibuted by Juan Gonzalez
3868
3869 2004-03-19 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3870
3871         * src/mcs51/gen.c (genFunction): optimize RECEIVE in reentrant
3872         functions
3873         * src/ds390/gen.c (genFunction, genEndFunction),
3874         * src/ds390/ralloc.c (ds390_assignRegisters),
3875         * src/mcs51/gen.c (genFunction, genEndFunction, mcs51_assignRegisters):
3876         * src/mcs51/ralloc.c (mcs51_assignRegisters): Skip optimizing registers
3877         pushed if there are parameters passed on the stack. Also, a cleaner
3878         way to decide if r0/r1 should be pushed/popped. (Together they fix
3879         bug #918693)
3880
3881 2004-03-18 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3882
3883         * doc/sdccman.lyx,
3884         * device/lib/mcs51/crtpagesfr.asm,
3885         * device/lib/mcs51/crtxinit.asm,
3886         * device/lib/mcs51/crtxstack.asm: Changed name of _PAGESFR to _XPAGE
3887         to avoid confusion with Si Lab's SFRPAGE register.
3888
3889 2004-03-17 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3890
3891         * src/SDCCglue.c (emitMaps): allow public sfr variables
3892         * src/SDCCglue.c (initialComments): include compiler build date
3893         with compiler version and put the timestamp of the generated
3894         assembly file on a serperate line to be less confusing.
3895         * src/port.h: added genInitStartup hook
3896         * src/avr/main.c,
3897         * src/ds390/main.c,
3898         * src/hc08/main.c,
3899         * src/pic/main.c,
3900         * src/pic16/main.c,
3901         * src/xa51/main.c,
3902         * src/z80/main.c: genInitStartup initialize as NULL (default to
3903         historical behaviour)
3904         * src/SDCCglue.c (glue): _sdcc_gsinit_startup is now port specific.
3905         * src/mcs51/main.c: (_mcs51_genInitStartup, _mcs51_genExtraAreas,
3906         _mcs51_genXINIT, _mcs51_genRAMCLEAR): link initialization code from the
3907         library instead of hard coding it into the compiler.
3908         * support/regression/ports/mcs51-stack-auto/spec.mk,
3909         * src/SDCCmain.c (linkEdit): added mcs51.lib to the link libraries
3910         * device/lib/mcs51/Makefile,
3911         * device/lib/small/Makefile,
3912         * device/lib/large/Makefile,
3913         * device/lib/mcs51/crtpagesfr.asm,
3914         * device/lib/mcs51/crtstart.asm,
3915         * device/lib/mcs51/crtxclear.asm,
3916         * device/lib/mcs51/crtxinit.asm,
3917         * device/lib/mcs51/crtclear.asm,
3918         * device/lib/mcs51/crtxstack.asm: move most of the mcs51 C runtime
3919         startup/initialization out of src/SDCCglue.c and src/mcs51/main.c
3920         and into user configurable files.
3921         * device/lib/clean.mk: clean mcs51 directory too
3922         * support/regression/tests/longlit.c: added static to T1 declaration
3923         * doc/sdccman.lyx: documented _PAGESFR sfr for customizing pdata
3924         accesses in the initialization code
3925
3926 2004-03-14 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3927
3928         * device/include/mc68hc908qy.h: corrected declarations of FLBPR and
3929         OSCTRIMVAL as noted in bug #916008
3930
3931 2004-03-14 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3932
3933         * src/SDCCloop.c (basicInduction): fixed bug with loop induction
3934         in loops with multiple exits (reported as incorrect registers
3935         used by Martin Helmling in Sdcc-user list)
3936
3937 2004-03-12 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
3938
3939         * src/ds390/main.c (_ds390_genAssemblerPreamble): cosmetic change,
3940         made ds390 register extensions look less like error messages
3941
3942 2004-03-12 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3943
3944         * src/SDCCglue.c (printIvalPtr): fixed bug with pointer initializer
3945         reported by Adam Wozniak in Sdcc-user list
3946
3947 2004-03-10 Bernhard Held <bernhard AT bernhardheld.de>
3948
3949         * src/SDCCast.c (decorateType): fixed with bug and promotion in
3950         arithmetic optimizations, added debug output
3951
3952 2004-03-09 Bernhard Held <bernhard AT bernhardheld.de>
3953
3954         * device/lib/time.c (mktime): fixed bug reported by Bert Thomas
3955         * sdcc.spec: updated and split sdcc into 3 rpms
3956         * src/SDCCast.c (decorateType): &|^ don't need addCast(); addCast() is
3957         needed for literals of LEFT_OP and '+'
3958         * src/SDCCicode.c (geniCodeLogic): I must have been braindead when I
3959         introduced RESULT_TYPE_NOPROM
3960         (geniCodeMultiply): fixed logic for decision if mul is optimized to
3961         left shift
3962         * src/SDCCsymt.c (computeType): op is int; added RESULT_TYPE_OTHER;
3963         limited promotion to int only for '*'
3964         * src/SDCCsymt.h (computeType): op is int, removed RESULT_TYPE_NOPROM
3965
3966 2004-03-09 Hans Dorn <hjdorn AT users.sourceforge.net>
3967
3968         * src/pic16/gen.c (genSkip),
3969         (genc16bit2lit), (gencjneshort): commented out
3970         (is_LitOp): new helper function, checks operand type
3971         (genCmpEq): rewritten
3972
3973 2004-03-08 Bernhard Held <bernhard AT bernhardheld.de>
3974
3975         * support/regression/tests/bug-908454.c: added
3976
3977 2004-03-07 Bernhard Held <bernhard AT bernhardheld.de>
3978
3979         * src/SDCCast.c (addCast): fixed bug #908454 by promoting bits to char
3980         * src/SDCCicode.c (usualBinaryConversions): op needs int type
3981         (geniCodeCast): cosmetic, don't preserve bit storage class
3982         (geniCodeLeftShift): added promotion
3983         (geniCodeLogic): fixed regression
3984         * src/SDCCsymt.c (computeTypeOr): accept bits too
3985         (compareType): 2nd part of fix for bug #908454, needed for bitfields
3986
3987 2004-03-07  Borut Razem <borut.razem AT siol.net>
3988
3989         * support/Util/findme.c: alloca() replaced with malloc()/free() pair
3990
3991 2004-03-06 Vangelis Rokas <vrokas AT otenet.gr>
3992
3993         * src/pic16/ralloc.c (pic16_genPackRegisters): reverted to old
3994         version of pic16_genPackRegisters which does not check if ic is a
3995         CAST operator,
3996         * src/pic16/gen.c (ifxForOp): disabled new and untested code in
3997         function cause string1.c regression test fails
3998
3999 2004-03-06 Bernhard Held <bernhard AT bernhardheld.de>
4000
4001         * sim/ucsim/configure.in,
4002         * sim/ucsim/configure,
4003         * sim/ucsim/doc/Makefile.in: use docdir
4004         * src/SDCC.y: fixed sbit atrributes
4005         * src/SDCCast.c (getResultTypeFromType): added support for bitfields
4006         * src/SDCCast.c (decorateType): |^& need special promotion handling
4007         * src/SDCCast.h,
4008         * src/SDCCsymt.h: moved definition of RESULT_TYPE
4009         * src/SDCCsymt.h (computeType),
4010         * src/SDCCicode.c: computeType() needs op
4011         * src/SDCCsymt.c (checkTypeSanity),
4012         * doc/sddman.lyx: "plain" bitfields are unsigned
4013         * src/SDCCsymt.c (computeTypeOr): added
4014         * src/SDCCsymt.c (computeType): added support for bitfields, fixed
4015         |^& ops
4016         * src/SDCCval.c (val*): computeType() needs op
4017         * src/SDCCval.c (valCastLiteral): fixed casting of bitfields
4018         * support/regression/tests/onebyte.c: added tests for |^&
4019
4020 2004-03-06 Hans Dorn <hjdorn AT users.sourceforge.net>
4021
4022         * src/pic16/gen.c: (genpic16Code) use copy of printILine's output
4023         for writing icode into asm output.
4024
4025 2004-03-05 Vangelis Rokas <vrokas AT otenet.gr>
4026
4027         * src/pic16/device.c: added some debug lines enabled
4028         with macro DEBUG_CHECK,
4029         * src/pic16/genarith.c: more debug in genPlus,
4030         * (pic16_genUMult8XLit_16, pic16_genUMult8X8_16): removed,
4031         * (pic16_genUMult16X16_16, pic16_genUMult16XLit_16): NEW,
4032         * src/pic16/gen.c: added prototypes for pic16_genMult16X16_16,
4033         * (aopForSym): onStack symbols are re-placed in data memspace,
4034         and onStack flag is cleared,
4035         * (pic16_popGetTempReg, pic16_popReleaseTempReg): modified to
4036         copy temporary pcodeop,
4037         * (genPcall): added warning for not updating PCLATU,
4038         * (genFunction): removed test with IFFUNC_CALLEESAVES, its
4039         always true for pic16 port,
4040         * (genMultOneWord): NEW, supports integer multiplication,
4041         * (genMult): modified to call genMultOneWord,
4042         * (ifxForOp): added warning when return NULL,
4043         * src/pic16/glue.c (pic16emitRegularMap): symbol implicit
4044         flag is set before call to operandFromSymbol for implicit
4045         added structures,
4046         * src/pic16/main.c (_pic16_finaliseOptions): options.float_rent,
4047         options.intlong_rent are set by default,
4048         * (_hasNativeMulFor): modified to allow port generation of integer
4049         multiplication,
4050         * src/pic16/ralloc.c (pic16_allocDirReg): commented out line which
4051         set regtype to REG_SFR for all registers, restricting seting the
4052         accessBank flag for registers 0<= r < 0x80 and 0xf80<=r<=0xfff,
4053
4054 2004-03-05 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
4055
4056         * src/mcs51/peephole.def: added 251.b and 253.x. 253.x are applied
4057         more than 500 times in the regression tests
4058
4059 2004-03-05 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4060
4061         * support/Util/SDCCerr.h,
4062         * support/Util/SDCCerr.c,
4063         * src/SDCC.y (struct_or_union_specifier, enum_specifier,
4064         enumerator_list),
4065         * src/SDCCsymt.c (addSymChain): show location of oriignal definition
4066         for symbol conflicts.
4067         * support/valdiags/tests/enum.c,
4068         * support/valdiags/tests/tentdecl.c,
4069         * support/valdiags/tests/struct.c: expect possible error messages
4070         referring to original symbol definitions.
4071         * src/SDCC.y (struct_or_union_specifier, struct_declarator),
4072         * src/SDCCsymt.h,
4073         * src/SDCCsymt.c (promoteAnonStructs): support anonymous struct/union
4074
4075 2004-03-03 Hans Dorn <hjdorn AT users.sourceforge.net>
4076
4077         * src/pic16/gen.c (gencjne): fixed for right=REG / left=LIT
4078
4079 2004-02-03 Vangelis Rokas <vrokas AT otenet.gr>
4080
4081         * src/pic16/ralloc.c (newReg): fixed bug #908929
4082
4083 2004-03-02 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4084
4085         * src/ds390/gen.c: added missing #include "main.h"
4086
4087 2004-03-02 Vangelis Rokas <vrokas AT otenet.gr>
4088
4089         * src/pic16/device.c (checkAddSym): NEW, adds a symbol to set while
4090         checking if symbol is already in set,
4091         * src/pic16/device.h: prototype for checkAddSym,
4092         * src/pic16/gen.c: (_G): added entry interruptvector,
4093         * (assignResultValue): removed some commented out lines,
4094         * (genFunction): check for ISR via sym->type, absolute section for
4095         interrupt code is created via a new pBlock, the goto instruction is
4096         placed now correctly at the interrupt vector position, changed all
4097         references from ivec to _G.interruptvector,
4098         * WREG,STATUS,BSR are not saved in stack upon an entry to interrupt
4099         is the interrupt is a high priority one, same for return from ISR,
4100         * src/pic16/glue.c: changed all calls of addSetHead for publics and
4101         externs to calls of checkAddSym,
4102         * src/pic16/pcode.c (pic16_pBlockConvert2*): emit warning when
4103         pic16_pcode_verbose flag is set,
4104         * src/pic16/pcode.h: extern to pic16_pcode_verbose,
4105         * src/pic16/pcoderegs.c: message about how many registers are saved
4106         will only be emitted if pic16_pcode_verbose flag is set,
4107
4108 2004-03-02 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4109
4110         * src/ds390/ralloc.h,
4111         * src/ds390/ralloc.c (ds390_regWithIdx),
4112         * src/ds390/gen.c (emitcode),
4113         * src/ds390/main.h,
4114         * src/ds390/main.c (instructionSize, ds390newAsmLineNode, updateOpRW,
4115         ds390opcodeCompare, asmLineNodeFromLineNode, getInstructionSize,
4116         ds390operandCompare, getRegsRead, getRegsWritten,
4117         initializeAsmLineNode): customized instruction size calculation for
4118         ds390, started basis for some register optimizations
4119         * src/ds390/gen.c (gen390Code, emitcode): associate iCodes with
4120         corresponding assembly output
4121         * src/ds390/gen.c (genFunction, genEndFunction): added case to handle
4122         missing push/pop of r0/r1. Optimized push/pops
4123
4124 2004-03-01 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4125
4126         * src/mcs51/main.c (instructionSize): fixed ACALL size
4127         * src/mcs51/main.c (updateOpRW): fixed bug with @dptr, @a+dptr operands
4128
4129 2004-03-01 Vangelis Rokas <vrokas AT otenet.gr>
4130
4131         * src/pic16/device.c (pic16_dump_section): fixed a bug that allowed
4132         the sorting of rlist with NULL elements
4133         * (print_idataType, print_idata): NEW to create idata sections
4134         * src/pic16/device.h: idataSymSet new variable
4135         * src/pic16/gen.c (genFunction): fixed some bugs in string
4136         comparing, improved the absolute section creation for ISRs,
4137         added FSR0L/FSR0H in registers that are saved in an ISR,
4138         * (genInline): fixed the processing of inline snippets,
4139         now they undergo no process by the peephole optimizer
4140         * src/pic16/glue.c (pic16emitRegularMap): symbols with initialiser
4141         are placed in idataSymSet,
4142         * (pic16emitStaticSeg): extern symbols are added in externs,
4143         * src/pic16/ralloc.c (pic16_allocDirReg): work around to reduce bank
4144         switching when aboslute variables are placed in access bank memory
4145         * (pic16_writeUsedRegs): added call to pic16_dump_idata,
4146         * (packRegsForSupport,packRegsForAccUse,packRegsForOneuse):
4147         commented out with #if,
4148         * (pic16_packRegisters): reintroduce the check for CAST because some
4149         symbols are not correctly handled,
4150         * src/pic16/pcode.h: changed the definition of pCodeAsmDir to hold a
4151         pCodeInstruction instead of pCode,
4152         * src/pic16/pcode.c (pic16_newpCodeAsmDir): modified for the new
4153         pCodeAsmDir definition,
4154         * (pic16_pCode2str, genericPrint): when an AsmDir pcode has a NULL
4155         directive, then the argument directive is emitted without the leading
4156         tab, hack for inline labels which must be in the first column,
4157         * (compareLabel,pic16_findNextInstruction),
4158         * (pic16_findPrevInstruction): added case for PO_ASMDIR,
4159         * (insertBankSwitch): modified for the new pCodeAsmDir,
4160
4161 2004-03-01 Hans-Juergen Dorn <hans.dorn AT apl-landau.de>
4162         patch applied by Vangelis Rokas <vrokas AT otenet.gr>
4163
4164         * src/pic16/gen.c (pic16_popGet): case PO_DIR, adds the offset to
4165         instance,
4166         * (pushSide): commented out with #if,
4167         * (assignResultValue): fixed some typos in saving
4168         registers,
4169         * (genPcall): FIXED and sync'ed with genCall,
4170         * (genDataPointerGet,genDataPointerSet): using offset not leoffset
4171         * (genNearPointerGet): fixed to handle some more cases,
4172         implementation scheme via table reads,
4173         * (genConstPointerGet): modified to access code memory correct,
4174         * (genCodePointerGet,genNearPointerSet,genGenPointerSet): modified
4175         and improved to handle some cases
4176         * glue.c (printIvalType,printIvalChar,emitStaticSeg): use "DB"
4177         instead of "RETLW" for init data
4178         * src/pic16/ralloc.c (pic16_allocDirReg): warning when a symbol is
4179         not IN_DIRSPACE, work around to reduce bank switching when aboslute
4180         variables are placed in access bank memory (<0x80 and >=0xf80),
4181         * src/pic16/pcode.c: added SFRs TBLPTR, TABLAT, added opcodes TBLRD,
4182         TBLRD_POSTINC,TBLRD_POSTDEC,TBLRD_PREINC,TBLWT,TBLWT_POSTINC,
4183         TBLWT_POSTDEC,TBLWT_PREINC
4184         * Fixed initialisation of BSR, set "alias" for SSAVE to "0"
4185         * (pic16_emitDB,pic16_flushDB): New functions to generate "DB"
4186         directives
4187         * (pic16_pCodeConstString): use "DB" instead of "RETLW"
4188         * src/pic16/pcode.h: added TBLRD*,TBLWT*, added pic16_emitDB,
4189         pic16_flushDB, made pic16_newpCodeAsmDir public, added TBLPTR, TABLAT
4190         * src/pic16/ralloc.h: added IDX_BSR,IDX_TBLPTR*,IDX_TABLAT
4191
4192 2004-02-29  Borut Razem <borut.razem AT siol.net>
4193
4194         * src/Makefile.in, src/SDCCutil.c, support/Util/findme.c,
4195         support/Util/findme.h, support/Util/system.h: enhance binary relative
4196         search for lib and include by using findProgramPath()
4197
4198 2004-02-28 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4199
4200         * src/SDCCpeeph.h,
4201         * src/SDCCpeeph.c (pcDistance),
4202         * src/port.h,
4203         * src/mcs51/ralloc.h,
4204         * src/mcs51/ralloc.c (mcs51_regWithIdx),
4205         * src/mcs51/main.h,
4206         * src/mcs51/main.c (instructionSize, asmLineNode, updateOpRW,
4207         mcs51opcodeCompare, asmLineNodeFromLineNode, getInstructionSize,
4208         mcs51operandCompare, getRegsRead, getRegsWritten): made instruction
4209         size calculation port specific, started basis for some register
4210         optimizations
4211         * src/mcs51/gen.c (genFunction, genEndFunction): added case to handle
4212         missing push/pop of r0/r1. Optimized push/pops
4213         * src/mcs51/ralloc.c (packregisters): fixed bug #727095
4214         * device/lib/_modsint.c (_modsint),
4215         * device/lib/_modslong.c (_modslong): fixed sign of result in non-asm
4216         and stack version so regression tests pass
4217
4218 2004-02-26 Bernhard Held <bernhard AT bernhardheld.de>
4219
4220         * src/Makefile.in (dep): include SLIBOBJS in dependency check
4221         * src/SDCCast.c (decorateType): catch another small optimization
4222         with '?' operator
4223         * src/SDCCsymt.c (computeType): added comments and cosmetic changes
4224         * src/SDCCval.c (valMult, valDiv, valMod, valPlus, valMinus, valShift):
4225         modified to finally use computeType() all over SDCC,
4226         see Feature Request #877103
4227         * src/SDCCval.h: cosmetic
4228         * src/SDCCicode.c (operandOperation): fixed EQ_OP bug, now same as in
4229         valCompare(); regression tested in muldiv.c
4230         * support/regression/tests/muldiv.c (testMod): mod sign follows
4231         dividend only
4232
4233 2004-02-23 Bernhard Held <bernhard AT bernhardheld.de>
4234
4235         * src/SDCCast.c (decorateType): fixed bug #902362
4236         * doc/INSTALL.txt: fixed install instructions for win32
4237
4238 2004-02-21 Bernhard Held <bernhard AT bernhardheld.de>
4239
4240         * device/include/Makefile.in (install): fixed by replacing spaces
4241         by tabs
4242         * doc/README.txt,
4243         * doc/INSTALL.txt: updated for release
4244         * doc/sdccman.lyx: added warning for --xstack being buggy
4245
4246 2004-02-20 Bernhard Held <bernhard AT bernhardheld.de>
4247
4248         * src/pic16/ralloc.c (packRegsForAccUse):  disabled functions with #if
4249         to eliminate build warnings.
4250         * src/pic16/gen.c (pic16_popGet): fixed for gcc 2.95.4
4251
4252 2004-02-20 Vangelis Rokas <vrokas AT otenet.gr>
4253            Hans-Juergen Dorn <hans.dorn AT apl-landau.de>
4254
4255         * doc/sdccman.lyx: removed PIC16 from PIC16 Port Specific Options,
4256         removed -penable-stack, added comment for stack pragma, added
4257         warning for not initializing the stack/frame registers, removed
4258         comment at interrupts section
4259
4260         Stack is made permanent, there is no ability to disable stack usage.
4261         * src/pic16/device.h,
4262         * src/pic16/device.c: removed all references to USE_STACK macro,
4263         * src/pic16/device.c (pic16_dump_section): when no elements in
4264         rlist, free rlist before return,
4265         * (pic16_dump_int_registers): NEW, internal registers are a new set
4266         of general purpose registers reused by each function,
4267         * (checkAddReg): returns 1 if registers is added to set,
4268         * (pic16_groupRegistersInSection): when a registers is of type
4269         PO_GPR_TEMP add it in pic16_int_regs and not in pic16_rel_udata,
4270         * src/pic16/device.h: memRange and Assigned Memory are deleted,
4271         SRCASECMP macro is moved here from device.c
4272         * src/pic16/genarith.c (pic16_pCodeOpType): added cases for
4273         PO_PCLATU, PO_PRODL, PO_PRODH,
4274         * (pic16_pCodeOpType, genMinus,
4275         changed compares to "a" register, with AOP_ACC,
4276         * (pic16_genPlus): fixed some bugs and indented properly,
4277         * (pic16_addSign): changed size to size+offset in the MOVWF
4278         instruction,
4279         * (pic16_genUMult8XLit_8): NEW, uses processor MULLW instruction to
4280         multiply 8-bit operand by literal, result is 8-bit,
4281         * (pic16_genUMult8X8_8): NEW, uses processor MULWF instruction to
4282         multiply 2 8-bit operand, result is 8-bit,
4283         * (pic16_genMult8X8_8): modified to call genUMult8X*_8 functions and not
4284         genUMult8X*_16,
4285         * src/pic16/gen.c: changed accUse to contain WREG only,
4286         * (pic16_emitcomment): renamed to pic16_emitpcomment,
4287         * (aopForSym): allocated dir register when IN_DIRSPACE(space) is,
4288         true, do not use immediate addressing any more unless sym is a
4289         pointer in codespace,
4290         * (aopForRemat): do not use immediate addressing when symbol not in
4291         codespace and when symbol's address is requested,
4292         * (aopOp): for-loop in if(sym->accUse) is modified for the new
4293         accUse size (= 1),
4294         * (aopGet): added case for AOP_ACC and don't return "accumulator
4295         bug" but WREG instead,
4296         * (popGetTempReg): pushes contents of temporary register in stack,
4297         * (popReleaseTempReg): pops contents of temporary register from
4298         stack. Use popGetTempReg/popReleaseTempReg in aligned pairs,
4299         * (pic16_popGet): separated case AOP_ACC to return register WREG
4300         from processor registers, AOP_PCODE not checks if pcop is PO_DIR
4301         or PO_IMMEDIATE and initializes their instance/offset appropriately,
4302         * The whole issue with aopForSym,aopForRemat,popGet) is to minimize
4303         the use of immediate pointers to certain cases only.
4304
4305         * (pic16_pushpCodeOpReg, pic16_poppCodeOpReg): use pic16_popGet2p,
4306         * (pic16_loadFromReturn, pic16_storeForReturn: NEW,
4307         * (assignResultValue, genCall, genRet): modified to use the new
4308         function return value scheme with WREG,PRODL,PRODH,FSR0L and FSR0,
4309         genPcall is still broken,
4310         * (genFunction): added code to create 'A' type pBlocks when
4311         interrupt functions are generated, code not extensively tested yet,
4312         ISRs push WREG,STATUS,BSR,PRODL,PRODH,FSR0L,FSR0H registers on stack,
4313         * (genEndFunction): modified so ISRs pop stored registers from stack,
4314         * (genMultOneByte): cleanup,
4315         * (AccRsh): added flag andmask, to and result with appropriate mask,
4316         * (genUnpackBits,genPackBits): fixed and can handle bit fields,
4317         * (genDataPointerGet): fixed and reenabled its use,
4318         * (genNearDataPointerGet): bugs fixed,
4319         * (genDataPointerSet): bugs fixed,
4320         * src/pic16/genutils.c: added functions pic16_DumpValue,pic16_DumpAop,
4321         pic16_DumpSymbol, pic16_DumpOp,
4322         * src/pic16/genutils.h: function prototypes for the above functions,
4323         * src/pic16/glue.c: new flags initsfpnt, to initialize stack/frame
4324         pointers,
4325         * (pic16emitRegularMap): many many many improvements, but needs a
4326         major cleanup,
4327         * src/pic16/main.c: enable_stack in pic16_options is removed,
4328         * (_pic16_parseOptions): removed command line options -penable-stack,
4329         * (_process_pragma): emit stack symbol only when stack pragma is
4330         processed,
4331         * src/pic16/pcode.c: pic16_pc_fsr0 is removed, all operations are
4332         redirected to FSR0L/FSR0H pair,
4333         * (pic16_get_op, pic16_get_op2): modifications and improvements,
4334         * (pic16_getRegFromInstruction, pic16_getRegFromInstruction2): added
4335         cases PO_PRODL,PO_PRODH, pic16_getRegFromInstruction2 returns sane
4336         for immediates,
4337         * (insertBankSwitch): modified to handle cases like: (alfa + 1)
4338         * (dumpPicOptype): NEW,
4339         * src/pic16/pcode.h: added PO_PCLATU,PO_PRODL,PO_PRODH in enum,
4340         * src/pic16/pcoderegs.c (pCodeRegMapLiveRangesInFlow): fixed bug
4341         with movff instruction,
4342         * src/pic16/ralloc.c: renamed typeRegWithIdx to pic16_typeRegWithIdx,
4343         added pic16_int_regs, some packRegsFor* functions are commented out,
4344         because produce errors,
4345         * src/pic16/NOTES: minor modifications
4346
4347 2004-02-18  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
4348
4349         * as/mcs51/aslink.h, as/mcs51/lkarea.c, as/mcs51/lkdata.c, as/mcs51/lkmain.c,
4350         as/mcs51/lkmem.c, src/SDCCglob.h, src/SDCCmain.c: added options --stack-size and
4351         --pack-iram.
4352         * doc/sdccman.lyx: described options --stack-size and --pack-iram.
4353         * as/mcs51/lkaomf51.c: fixed bug #895763
4354
4355 2004-02-17 Bernhard Held <bernhard AT bernhardheld.de>
4356
4357         * device/include/c8051f320.h: added. Contributed by Maarten Brock.
4358
4359 2004-02-17 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4360
4361         * doc/sdccman.lyx: added details about the HC08 storage classes and
4362         interrupts, fixed the register usage info for z80 & gbz80
4363
4364 2004-02-17 Vangelis Rokas <vrokas AT otenet.gr>
4365
4366         * doc/sdccman.lyx: added more pic16 port documentation
4367         * device/include/pic16/: added header pic18fregs.h
4368
4369 2004-02-16 Bernhard Held <bernhard AT bernhardheld.de>
4370
4371         * doc/sdccman.lyx: added Vangelis' contribution
4372
4373 2004-02-16 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4374
4375         * src/SDCClrange.c (rlivePoint): live range of SEND operand should
4376         extend to the next CALL or PCALL, not just to the next CALL.
4377
4378 2004-02-16 Vangelis Rokas <vrokas AT otenet.gr>
4379
4380         * src/pic16/gen.c (genInline): fixed bug #896482 with inline assembly
4381
4382 2004-02-15 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4383
4384         * src/mcs51/ralloc.c (packRegsForAssign, reassignAliasedSym): fixed
4385         bug #895752 and a better fix for bug #716790
4386
4387 2004-02-15 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4388
4389         * src/SDCCsymt.c (processFuncArgs): fixed bug #896796
4390
4391 2004-02-14 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
4392
4393         * doc/sdccman.lyx: minor changes, minor changed
4394
4395 2004-02-13 Bernhard Held <bernhard AT bernhardheld.de>
4396
4397         * src/SDCCicode.c (usualBinaryConversions): removed pic16 from ports
4398         which can't handle SDCC_NEWONEBYTEOPS,
4399         (geniCodeMultiply): removed conversion from mult to shift for pic14
4400         and pic16
4401
4402 2004-02-12 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4403
4404         * src/hc08/gen.h,
4405         * src/hc08/gen.c (storeRegToAop, aopOp, aopAdrStr, accopWithAop,
4406         rmwWithAop): Ported my 2003-10-02 fix for bug #663539 to the hc08,
4407         thus fixing bug #895406
4408
4409 2004-02-11 Bernhard Held <bernhard AT bernhardheld.de>
4410
4411         * device/lib/_modsint.c,
4412         * device/lib/_modslong.c: sign follows divisor only
4413         * src/hc08/gen.c (genMultOneByte): if result size is 1,
4414         signs or signedness can be ignored
4415         * src/SDCCast.c (addCast): cosmetic - added lineno to CAST
4416         * src/SDCCast.c (resultTypePropagate): added even more ops: +, - and *,
4417         added optimization for IFX,
4418         (decorateType): Mult/Div/ModOneByte ops can handle all kind of signed
4419         arguments;
4420         reenabled optimization for IFX, which was removed on 2004-01-11
4421         * src/SDCCast.h: added return type IFX
4422         * src/SDCCicode.c: Mult/Div/ModOneByte ops can handle all kind of signed
4423         arguments with 8 or 16 bit results; pic14 and pic16 ports use old
4424         promotion behaviour; env. var. SDCC_NEWONEBYTEOPS selects the new,
4425         SDCC_OLDONEBYTEOPS selects the old behaviour
4426         * src/SDCCsymt.c (computeType): type2 can be NULL (for LEFT_OP);
4427         changed again and commented promotion rule
4428         * src/SDCCval.c (valDiv): promotion no longer necessary
4429         * src/ds390/gen.c (genMultOneByte) (genDivOneByte) (genModOneByte),
4430         * src/mcs51/gen.c (genMultOneByte) (genDivOneByte) (genModOneByte):
4431         rewritten
4432         * support/regression/tests/onebyte.c: added
4433
4434 2004-02-11 Vangelis Rokas <vrokas AT otenet.gr>
4435
4436         * gen.c (genInline): reverted to old code for assemnling inline
4437         code because of bug reported James Chadd
4438
4439 2004-02-10 Vangelis Rokas <vrokas AT otenet.gr>
4440
4441         * ralloc.h: missing declarations from previous patch,
4442         seems that patch for ralloc.h was never applied, fixed
4443
4444 2004-02-10 Hans-Juergen Dorn <hans.dorn AT apl-landau.de>
4445            patch committed by Vangelis Rokas <vrokas AT otenet.gr>
4446
4447         * pcode.c,
4448         * pcode.h,
4449         * ralloc.h: added FSR0L, FSR0H and other missing PIC16 SFR's for
4450         indirect addressing. Marked FSR0 as deprecated
4451         * gen.c (pointerCode): commented out, not needed now
4452         (pic16_popGet2p): new MOVFF helper function
4453         (genGenPointerGet),
4454         (genGenPointerSet): reimplemented with MOVFF and POSTINC0
4455         (shiftRLong): removed duplicate debugging info
4456
4457 2004-02-10 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4458
4459         * src/ds390/gen.c (genNearPointerGet),
4460         * src/mcs51/gen.c (genNearPointerGet): allow the genDataPointerGet()
4461         optimization with bits, but not bitfields.
4462         * src/ds390/ralloc.c (packRegisters),
4463         * src/mcs51/ralloc.c (packRegisters): fixed bug #884453 & #880832
4464
4465 2004-02-09 Bernhard Held <bernhard AT bernhardheld.de>
4466
4467         * src/SDCCcse.c (algebraicOpts): copy operands before modification
4468
4469 2004-02-09 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4470
4471         * src/SDCCsymt.h,
4472         * src/SDCCicode.c (operandFromSymbol),
4473         * src/mcs51/ralloc.c (verifyRegsAssigned, serialRegAssign),
4474         * src/ds390/ralloc.c (verifyRegsAssigned, serialRegAssign),
4475         * src/z80/ralloc.c (verifyRegsAssigned, serialRegAssign),
4476         * src/hc08/ralloc.c (verifyRegsAssigned, serialRegAssign),
4477         * src/pic/ralloc.c (verifyRegsAssigned, serialRegAssign),
4478         * src/pic16/ralloc.c (verifyRegsAssigned, serialRegAssign): fixed
4479         bug #892038
4480         * src/SDCCast.c (createIvalStruct, createIvalArray, gatherAutoInit),
4481         * src/SDCCglue.c (emitRegularMap, printIvalStruct, printIvalArray,
4482         printIvalCharPtr, printIvalPtr, printIval, emitStaticSeg, emitOverlay)
4483         * src/SDCCsymt.c (newSymbol),
4484         * src/SDCC.y (struct_or_union_specifier, enum_specifier,
4485         enumerator_list),
4486         * src/SDCCval.h,
4487         * src/SDCCval.c (newiList): fixed bug #885705
4488
4489 2004-02-08  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
4490
4491         * doc/sdccman.lyx: added section 3.1.4: sdcclib.
4492         * as/mcs51/lkmem.c: report the size of the stack in .mem file.
4493
4494 2004-02-08 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
4495
4496         * device/include/c8051f120.h,
4497         * device/include/c8051f300.h,
4498         * device/include/c8051f310.h: added/updated header files for Silicon
4499         Laboratories (formerly Cygnal) CPUs. Contributed by Maarten Brock.
4500         * doc/sdccman.lyx: minor changes, recommended diff -Naur and diff -u
4501         in new section Submitting patches
4502
4503 2004-02-08 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4504
4505         * src/mcs51/gen.c (genNearPointerGet, genPagedPointerGet,
4506         genFarPointerGet, genCodePointerGet, genGenPointerGet,
4507         genNearPointerSet, genPagedPointerSet, genFarPointerSet,
4508         genGenPointerSet),
4509         * src/ds390/gen.c (genNearPointerGet, genPagedPointerGet,
4510         genFarPointerGet, genCodePointerGet, genGenPointerGet,
4511         genNearPointerSet, genPagedPointerSet, genFarPointerSet,
4512         genGenPointerSet),
4513         * src/pic16/gen.c (genNearPointerGet, genPagedPointerGet,
4514         genFarPointerGet, genCodePointerGet, genGenPointerGet,
4515         genNearPointerSet, genPagedPointerSet, genFarPointerSet,
4516         genGenPointerSet),
4517         * src/pic/gen.c (genNearPointerGet, genPagedPointerGet,
4518         genFarPointerGet, genCodePointerGet, genGenPointerGet,
4519         genNearPointerSet, genPagedPointerSet, genFarPointerSet,
4520         genGenPointerSet): fixed bug #892400
4521         * src/pic16/gen.c (genSkipz, AccRol): disabled functions with #if 0
4522         to eliminate build warnings.
4523         * src/SDCCast.c (processParms),
4524         * src/SDCC.y (function_declarator2, declarator2_function_attributes):
4525         fixed bug 751859
4526         * support/valdiag/valdiag.py: added GCC to the list of defines active
4527         when compiling with gcc
4528
4529 2004-02-07 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4530
4531         * support/Util/SDCCerr.h,
4532         * support/Util/SDCCerr.c,
4533         * src/SDCCast.c (decorateType, sizeofOp): complain when sizeof is used
4534         with an incomplete type (fixed bug #883734)
4535         * src/SDCCicode.c (geniCodeCast): fixed bug #890510
4536
4537 2004-02-07 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4538
4539         * src/pic16/gen.c (genCmpEq, shiftRLong): fixed declarations
4540
4541 2004-02-06 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4542
4543         * src/SDCCast.c (decorateType),
4544         * src/SDCCicode.c (geniCodeParms, geniCodeCall): fixed bugs in my ANSI
4545         function pointer implementation
4546         * support/regression/tests/funptrs.c: added tests to verify both forms
4547         of function pointers work correctly. Added tests to verify parameters
4548         are passed in the correct order.
4549
4550 2004-02-06  Vangelis Rokas <vrokas AT otenet.gr>
4551
4552         * device.c (regCompare): registers are sorted by ascending
4553         address and increasing size,
4554         * main.c (_pic16_finaliseOptions): removed the declaration
4555         of compiler macro MCU. Now a macro of the format pic18fxxxx
4556         will be defined from the command line
4557
4558 2004-02-06  Hans-Juergen Dorn <hans.dorn AT apl-landau.de>
4559             patch committed by Vangelis Rokas <vrokas AT otenet.gr>
4560
4561         * pcode.c (pic16initMnemonics): fixed typo in assignment to PCOP_RLNCF
4562         PCOP_RLCF was overwritten!
4563         * gen.c (genSkip): commented out calls to pic16_emitcode,
4564         * (genCmpEQ): fixed "long" compares, only high word did get compared,
4565         * (genlshTwo),
4566         * (genRRC): added debugging info,
4567         * (shiftL2Left2Result): Fixed bug, if offr > offl. Result got
4568         overwritten while shifting,
4569         * (shiftR2Left2Result): Fixed bug, if offr < offl. Result got
4570         overwritten while shifting,
4571         * (AccLsh),
4572         * (AccRsh),
4573         * (shiftLLeftOrResult),
4574         * (shiftRLeftOrResult),
4575         * (shiftRLong),
4576         * (shiftLLong): Implemented with pic16_emitpcode
4577         * (genlshFour): Replaced pic16_aopPut with pic16_emitpcode,
4578         * (genLeftShift): Fixed bug, operand for shift by variable always
4579         was "and"ed with 0x0f,
4580         * (genLeftShiftLiteral),
4581         * (genrshTwo),
4582         * (genRightShiftLiteral): added debugging info,
4583         * (genrshFour): added comment,
4584         * (genRightShift): determined signedness from operand "left"
4585         instead of "result"
4586
4587 2004-02-04 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4588
4589         * src/SDCCicode.c (geniCodeParms),
4590         * src/SDCCast.c (decorateType, processParms): support for ANSI-style
4591         function pointers, fixed function pointer bugs #861242 and #861896
4592
4593 2004-01-31 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
4594
4595         * device/include/c8051f000.h,
4596         * device/include/c8051f120.h,
4597         * device/include/c8051f300.h: added header files for Silicon
4598         Laboratories (formerly Cygnal) CPUs. Contributed by Maarten Brock.
4599
4600 2004-01-31 Bernhard Held <bernhard AT bernhardheld.de>
4601
4602         * src/SDCCast.c (processParams): added new type flow and restructured
4603         (gatherAutoInit): added new type flow
4604         (addCast): cosmetic changes
4605         (getLeftResultType): added new type flow for array indices, patch
4606         provided by Stas, see FR #877103
4607         (decorateType): SDCC_NEWTYPEFLOW removed, new type flow is now standard;
4608         array index patch by Stas
4609         * src/SDCCast.h: added prototype getResultTypeFromType()
4610         * src/SDCCval.h,
4611         * src/SDCCval.c (resolveIvalSym) (resolveIvalSym),
4612         * src/pic/glue.c (pic14emitStaticSeg),
4613         * src/pic16/glue.c (pic16emitStaticSeg),
4614         * src/SDCCglue.c (emitRegularMap) (emitStaticSeg): added new type flow
4615         for initialization of symbols
4616         * src/SDCCicode.c (geniCodeArray): removed warning W_ARRAY_BOUND
4617         * support/Util/SDCCerr.h:
4618         * support/Util/SDCCerr.c: replaced W_ARRAY_BOUND by W_IDX_OUT_OF_BOUNDS
4619         * .version: bumped version number to 2.3.8
4620         * device/include/Makefile.in (install),
4621         * doc/Makefile (install): changed to 'rm `find ...`' construct to
4622         avoid warnings
4623
4624 2004-01-30 Bernhard Held <bernhard AT bernhardheld.de>
4625
4626         * support/regression/tests/libmullong.c: fixed for 64 bit hosts
4627         Slade Rich fixed an optimization bug
4628         * src/pic/pcodepeep.c,
4629         * src/pic/pcoderegs.c
4630         * doc/Makefile (install): added test for directory
4631
4632 2004-01-30 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4633
4634         * src/mcs51/ralloc.c (getRegPtr, getRegGpr),
4635         * src/ds390/ralloc.c (getRegPtr, getRegGpr),
4636         * src/pic/ralloc.c (getRegPtr, getRegGpr),
4637         * src/pic16/ralloc.c (getRegPtr, getRegGpr),
4638         * src/z80/ralloc.c (getRegGpr): fixed bug #883361
4639         * as/mcs51/asexpr.c (term),
4640         * as/hc08/asexpr.c (term): fixed bug #887146
4641
4642 2004-01-29 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4643
4644         * src/z80/gen.c (genMult): handle single byte result product
4645         * src/SDCCopt.c (killDeadCode): never convert ADDRESS_OF iCode to
4646         DUMMY_READ_VOLATILE (fixed bug #886367)
4647
4648 2004-01-27 Bernhard Held <bernhard AT bernhardheld.de>
4649
4650         * support/regression/tests/libmullong.c: fixed logic, on little endian
4651         hosts we ended without a mullong_wrapper()
4652
4653 2004-01-27 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4654
4655         * ChangeLog: changed "@" to " AT " in hopes of reducing spam and
4656         virus/worm forged address usage.
4657
4658 2004-01-27 Bernhard Held <bernhard AT bernhardheld.de>
4659
4660         Fixed promotion, it should be done on AST level:
4661         * src/SDCCast.c (addCast): added promotion to int
4662         (decorateType): updated call to upCast()
4663         * src/SDCCicode.c (geniCodeLeftShift): removed call to
4664         usualUnaryConversions()
4665
4666 2004-01-26  Michael Hope  <michaelh AT juju.net.nz>
4667
4668         * support/regression/tests/literalop.c (mulWrapper): Added a
4669         wrapper to remove integer overflow warnings.
4670
4671         * support/regression/tests/float_trans.c: Made work on host.
4672
4673         * support/regression/ports/ucz80/spec.mk (UCZ80): Made detect the
4674         location of sz80.
4675
4676         * support/regression/generate-cases.py (main): Changed from inline
4677         to a main method.
4678
4679         * doc/Makefile (install): Changed to depth first to get rid of
4680         missing directory install warning.
4681
4682         * as/Makefile (install-doc): Made work on Mac.
4683
4684 2004-01-25 Bernhard Held <bernhard AT bernhardheld.de>
4685
4686         * src/SDCCast.c: added an additional type flow in decorateType() of
4687         opposite direction, see feature request #860006; it's enabled at runtime
4688         by setting the environment variable SDCC_NEWTYPEFLOW
4689         * src/SDCCast.h: changed prototype of decorateType()
4690         * src/SDCCglue.c (emitRegularMap): updated call of decorateType()
4691         * src/SDCCicode.c (geniCodeDivision) (geniCodeModulus): promotion from
4692         'char' to 'int' can be omitted, if both operands are 'unsigned char';
4693         see feature request #877103
4694         * src/SDCCval.c: updated call of decorateType()
4695         (valBitwise): fixed bug #882876
4696         (valMinus): added promotion
4697         (valLogicAndOr): result is unsigned
4698         (cheapestVal) (constVal): literals from 0...255 are 'unsigned char' now
4699         * src/SDCCsymt.c (computeType),
4700         * src/mcs51/gen.c (genCmpGt) (genCmpLt): literal 'unsigned char'
4701         must not cause an unsigned operation
4702         * src/pic/glue (pic14emitRegularMap),
4703         * src/pic16/glue.c (pic16emitRegularMap): updated call of decorateType()
4704
4705 2004-01-23 Bernhard Held <bernhard AT bernhardheld.de>
4706
4707         * src/pic/pcode.c (PCodeID): commented out left over debug code
4708
4709 2004-01-20 Bernhard Held <bernhard AT bernhardheld.de>
4710
4711         * support/valdiag/tests/overflow.c: added shift tests
4712         * src/pic/device.c,
4713         * src/pic/gen.c,
4714         * src/pic/gen.h,
4715         * src/pic/glue.c,
4716         * src/pic/main.c,
4717         * src/pic/pcode.c,
4718         * src/pic/pcode.h,
4719         * src/pic/pcodepeep.c,
4720         * src/pic/pcoderegs.c,
4721         * src/pic/ralloc.c,
4722         * src/pic/ralloc.h: applied patch from Slade Rich;
4723         added support for multiple code pages and multiple RAM banks on the
4724         PIC 14 port. The ASM files now no longer simply assume all the
4725         code / RAM are in the same page / bank. This means the linker can
4726         safely allocate code/RAM of separate ASM files to different pages/banks.
4727         * doc/sdccman.lyx: added Slade's tips
4728         * src/mcs51/peeph.def: fixed bug #880768
4729
4730 2004-01-20 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4731
4732         * src/hc08/ralloc.c (rematStr): fixed bug #879282
4733         * src/SDCCast.c (decorateType): fixed bug #880197
4734
4735 2004-01-20  Michael Hope  <michaelh AT juju.net.nz>
4736
4737         * sim/ucsim/gui.src/serio.src/main.cc: Fixed unconditional use of
4738         getopt.h.
4739
4740         * debugger/mcs51/cmd.c (getValBasic): Changed strtof to strtod as
4741         strtof is not part of C89 and isn't included with Mac OS X.
4742
4743 2004-01-20 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4744
4745         * src/hc08/gen.c (genPlusIncr, genUminus, genMinusDec, genCmp,
4746         shiftL2Left2Result): fixed bug #879326
4747         (genAnd, genOr, genXor): fixed bug when result was of type AOP_CRY
4748         (genMultOneByte): fixed bug in signed vs unsigned multiplication
4749         * sim/ucsim/hc08.src/inst.cc (inst_clr): added missing effective
4750         address fetch for clr instruction
4751         * device/lib/hc08/_mulint.c: created optimized assembly version
4752         * src/SDCCdflow.c (computeDataFlow): fixed bug #878209
4753
4754 2004-01-19 Bernhard Held <bernhard AT bernhardheld.de>
4755
4756         * src/SDCCicode.c (geniCodeArray): applied patch from Stas Sergeev
4757         proposed in FR #877103
4758
4759 2004-01-18 Bernhard Held <bernhard AT bernhardheld.de>
4760
4761         * src/SDCCval.c (cheapestVal): added missing checks
4762         * src/SDCCicode.c (usualBinaryConversions): fixed condition
4763         * src/SDCCicode.c (geniCodeAdd): fixed part of bug #877103
4764
4765 2004-01-16 Klaus Flittner <klaus_flittner AT gmx.de>
4766
4767         * src/ds390/gen.c (aopOp3): fixed the assignment of different dptrs to
4768         equal operands
4769
4770 2004-01-16 Vangelis Rokas <vrokas AT otenet.gr>
4771
4772         * src/SDCCmain.c (linkEdit): variable $3 of the linker command is
4773         loaded with the linker search paths (-L arguments) and the libraries
4774         to be linked with the current source (-l arguments). Changes
4775         currently will affect only the pic16 port.
4776         * src/pic16/main.c (_pic16_finaliseOptions): add to the linker
4777         include path the port specific paths and port specific libraries,
4778         * gplink command now contains the $3 argument,
4779         * src/pic16/device.h,
4780         * src/pic16/device.c,: structure PIC_device is made public and
4781         renamed to PIC16_device, the same for variable Pics which is renamed
4782         to Pics16. Updated all references to them.
4783         * src/pic16/glue.c (pic16glue): corrected bug with code
4784         initialization which bypassed the variable initializations block.
4785
4786         * device/lib/pic16/Makefile.rules: removed --penable-stack from
4787         COMPILE_FLAGS and added the --nostdinc option
4788
4789 2004-01-15 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4790
4791         * device/include/mc68hc908jb8.h: Register defs for another member
4792         of the hc08 family. Contributed by Bjorn Bringert - thanks!
4793
4794 2004-01-14 Vangelis Rokas <vrokas AT otenet.gr>
4795
4796         Documenting changes from previous commits.
4797         * configure.in (version 1.56),
4798         * configure: initially I've added AC_CONFIG_SUBDIRS(device/lib/pic16)
4799         when generating output files to configure the pic16 library,
4800         but now I've commented it out, since gputils aren't installed in the
4801         SF compile farm, so library won't compile
4802
4803         * device/lib/Makefile.in (version 1.56): initially I've added in
4804         target 'all' the prerequestive 'model-pic16' so it compiled the
4805         pic16 library, but now I've commented it out for the same reasons
4806         above,
4807         * added targets 'model-pic16' and 'objects-pic16' to compile the
4808         library
4809         * added target 'port-specific-objects-pic16' to handle the
4810         generated libraries and copy them into the build/ directory
4811         * added target 'clean-intermediate-pic16' to clean intermediate
4812         files into pic16 directory
4813         * in target 'installdirs' added line to create directory pic16 in
4814         the installation path
4815
4816         * device/include/Makefile.in (version 1.11): in target 'install'
4817         added lines to copy all header files to installation path,
4818         * in target 'installdirs' added line create directory for pic16
4819         headers in the installation path
4820
4821 2004-01-13 Klaus Flittner <klaus_flittner AT gmx.de>
4822
4823         * src/ds390/gen.c (genCall): fixed a double use of acc and b after
4824          a function call
4825
4826 2004-01-13 Bernhard Held <bernhard AT bernhardheld.de>
4827
4828         * configure,
4829         * device/lib/configure.in,
4830         * device/lib/configure: fixed for autoconf 2.57
4831
4832 2004-01-13 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4833
4834         * src/z80/main.c (_parseOptions): fixed the portmode= command line
4835         option so that it actually works. Made it specific to the z80, since
4836         the gbz80 doesn't have these kinds of I/O ports.
4837
4838 2004-01-13 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4839
4840         * device/include/z180.h,
4841         * device/lib/_memcpy.c,
4842         * device/lib/_memmove.c,
4843         * device/lib/_mulint.c,
4844         * device/lib/ser_ir.c,
4845         * device/lib/ser_ir_cts_rts.c,
4846         * device/lib/_strcmp.c,
4847         * device/lib/_strtok.c: fixed pragmas to non-deprecated form
4848         * src/z80/main.c (_process_pragma): add support for pragmas bank and
4849         portmode; added deprecation warning for bank= and protmode= forms.
4850         Also, guard against buffer overflow.
4851         * src/z80/gen.c (aopGet): generate better code for sfr banked read
4852
4853 2004-01-13 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4854
4855         * src/hc08/main.c (_hc08_genAssemblerPreamble): fixed bug #875487. Also
4856         changed interrupt vector table generation to only emit declared vectors.
4857         * device/include/Makefile.in: added missing backslash
4858         * device/lib/pic16/Makefile.rules: add $(MODELFLAGS) to $(CFLAGS)
4859
4860 2004-01-13 Vangelis Rokas <vrokas AT otenet.gr>
4861
4862         Mainly changes to support compilation of the device libraries
4863         * src/pic16/device.c: stack is allocated via symbol and not
4864         via literal number. The symbol is placed in the corresponding
4865         position of the data ram
4866         * (pic16_dump_section): relocatable and absolute uninitialized
4867         data are now emitted in sorted order to reduce section naming,
4868         * src/pic16/ralloc.c (newReg): fixed bug with SFR's that
4869         weren't marked as being in the access bank,
4870
4871 2004-01-13 Vangelis Rokas <vrokas AT otenet.gr>
4872
4873         Added portion of GNU PIC Library under the directory
4874         device/include/pic16 and device/lib/pic16. These files
4875         contain the declarations of SFRs for the PIC18Fxx2 devices.
4876         The directory is initialized via configure from toplevel.
4877
4878 2004-01-12 Klaus Flittner <klaus_flittner AT gmx.de>
4879
4880         * src/ds390/gen.c (operandsEqu): fixed a little typo, that prevented
4881         the spilllocations to be compared correctly
4882
4883 2004-01-12 Bernhard Held <bernhard AT bernhardheld.de>
4884
4885         * src/SDCCast.c (decorateType): fixed bug introduced today
4886
4887 2004-01-12  Borut Razem <borut.razem AT siol.net>
4888
4889         * src/SDCC.lex, support/Util/SDCCerr.h, support/Util/SDCCerr.c,
4890         doc/sdccman.lyx: upper case pragmas are deprecated
4891
4892 2004-01-12 Bernhard Held <bernhard AT bernhardheld.de>
4893
4894         * src/SDCCast.c (decorateType): replacing 'ul > 0' by  '!ul' results
4895         in simpler and even better code
4896
4897 2004-01-11 Bernhard Held <bernhard AT bernhardheld.de>
4898
4899         * src/SDCCicode.c (operandOperation): fixed bug #874819
4900         * src/SDCCast.c (decorateType): fixed
4901         char foo (unsigned long ul) { return ul > 0; }
4902
4903 2004-01-11 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
4904
4905         * doc/sdccman.lyx: Moved and added some sections, small changes
4906         all over. Telling LaTeX to be less strict with word spacing
4907         to better keep the right margin. Changed some notes about
4908         maintainance of the ports in section 3.2.1 - is it OK like this?
4909
4910 2004-01-11 Vangelis Rokas <vrokas AT otenet.gr>
4911
4912         SDCC source changes:
4913         * src/SDCCopt.c (cntToFcall, cnvToFloatCast, cnvFromFloatCast,
4914         convilong): modified to inform the pic16 port that builtin functions
4915         are external
4916
4917         PIC16 PORT specific changes:
4918         * src/pic16/device.c pic16_dump_equates() added,
4919         processor registers declared internally by the port are emitted in
4920         the translation as equates,
4921         * src/pic16/gen.c: inline code is passed unprocessed to the
4922         translation,
4923         * (pic16_popGetLit2): fnuction modified to take second operand as
4924         pCodeOp pointer and not as literal,
4925         * (popRegFromIdx): prefixed with pic16_,
4926         * (pic16_popCombine2): modified to receive already allocated pCode
4927         operands,
4928         * (pic16_pushpCodeOpReg, pic16_poppCodeOpReg): added
4929         * (genFunction): initializes local stack frame and pushes on stack
4930         all the registers used by this function,
4931         * (genEndFunction): restores all registers from stack and restores
4932         stack frame,
4933         * src/pic16/glue.c (pic16emitRegularMap): various changes and
4934         improvements,
4935         * (pic16glue): changed the program startup sequence,
4936         * added new dbName code 'A' for functions placed in absolute section
4937         * src/pic16/main.c: added function attribute _naked,
4938         * added pragma 'code' to place a fnuction at an absolute address,
4939         * added command line arguments --debug-ralloc and --pcode-verbose,
4940         * (_pic16_finiliseOptions): options.all_callee_saves is set by default
4941         * src/pic16/pcode.c (pic16_pBlockConvert2Absolute) added,
4942         * (pic16_newpCodeOpLit2): modified to take the second operand as
4943         pCodeOp pointer,
4944         * (pic16_printpBlock): modified to emit each function in a separate
4945         section,
4946         * (pic16_get_op): modified to use the gpasm modifiers LOW,HIGH and
4947         UPPER for immediate operands,
4948         * src/pic16/pcodepeeph.c: added peephole support for the LFSR
4949         instruction,
4950         * src/pic16/peeph.def: all peepholes with movff are commented out,
4951         because there is a problem in the pcode peep optimizer,
4952         * src/pic16/ralloc.c: the register allocator can now reuse local
4953         function symbols for another function. This saves register usage.
4954         * src/pic16/ralloc.h: added flag isLocal in structure regs,
4955
4956         Added file src/pic16/NOTES with information about program writing on
4957         the current port version.
4958
4959 2004-01-11 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
4960
4961         * src/mcs51/peephole.def: added peepholes 177.c,d (redundant moves)
4962         and peephole 252 (array access)
4963
4964 2004-01-09  Borut Razem <borut.razem AT siol.net>
4965
4966         * src/SDCCmain.c : fixed #872250: -l command line defined library
4967           files are scanned before standard library files
4968
4969 2004-01-10 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4970
4971         * src/SDCCast.c (decorateType): fixed bug #874046
4972
4973 2004-01-09  Borut Razem <borut.razem AT siol.net>
4974
4975         * support/scripts/sdcc.nsi: remove previous installation
4976
4977 2004-01-09 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
4978
4979         * src/SDCCglue.c (createInterruptVect): don't append 7(5) padding
4980         bytes for last interrupt vector (mcs51)
4981         * sdcc.spec: fixed typo
4982
4983 2004-01-09 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4984
4985         * src/mcs51/gen.c (genFunction, genEndFunction, genReceive, getTempRegs,
4986         gen51Code): more efficient parameter receive for --model-large
4987         ("bug" #845294)
4988
4989 2004-01-09 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4990
4991         * src/ds390/main.c,
4992         * src/z80/main.c: added missed needLinkerScript flags (more than
4993         one port structure defined in these file)
4994         * src/ds390/gen.c (aopForSym, aopOp, operandsEqu, aopOp3): fixed
4995         bug #795325
4996
4997 2004-01-08 Vangelis Rokas <vrokas AT otenet.gr>
4998
4999         * src/SDCCmain.c: removed various references to DEFAULT_PORT
5000         * src/port.h: added flag needLinkerScript in port->linker
5001         structure to inform whether to create a .lnk file or not,
5002         * src/avr/main.c,
5003         * src/ds390/main.c,
5004         * src/hc08/main.c,
5005         * src/mcs51/main.c,
5006         * src/pic/main.c,
5007         * src/pic16/main.c,
5008         * src/xa51/main.c,
5009         * src/z80/main.c: changed appropriately to configure
5010         needLinkerScript flag
5011         * src/pic/gen.c,
5012         * src/pic16/gen.c (genAddrOf): fixed bug #863624
5013         * src/pic/glue.c: added variable udata_section_name to
5014         override default uninitialized data segment definition for
5015         devices only with SHAREBANK memory (reported from Erik Epetrich)
5016         * (pic14emitOverlay): modified to emit a commented overlay segment
5017         directive when no overlay data exist
5018         * (picglue): modified to emit uninitialized data segment
5019         according to udata_section_name
5020         * src/pic/main.c (_pic14_parseOptions): added command line
5021         options --udata-section-name=[name] to override default
5022         udata definition name
5023         * modified _linkCmd and _asmCmd to include compiler passed
5024         arguments via -W option
5025         * src/pic16/main.c: added $l in _asmCmd, changed extension for
5026         object file from '.rel' to '.o' in port->linker structure,
5027         changed size of fptr from 2 to 3 in port structure
5028
5029 2004-01-07  Borut Razem <borut.razem AT siol.net>
5030
5031         * support/scripts/sdcc.nsi: update PATH
5032         * support/scripts/sdcc.ico: craeted
5033
5034 2004-01-07 Bernhard Held <bernhard AT bernhardheld.de>
5035
5036         * device/include/Makefile.in: fix install
5037         * doc/Makefile: fix install
5038
5039 2004-01-07 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5040
5041         * src/SDCCsymt.c (processFuncArgs): fixed superflous allocation noted
5042         in bug #860505
5043         * src/SDCCmem.c (printAllocInfoSeg, printAllocInfo): minor changes to
5044         how the function variable allocation summary is displayed; also
5045         include information about variables allocated to the overlay
5046         segment
5047
5048 2004-01-06  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
5049
5050         * as/mcs51/lkmain.c: Help about -Y option
5051         * as/mcs51/lkarea.c: Fixed gcc warnings
5052
5053 2004-01-06 Bernhard Held <bernhard AT bernhardheld.de>
5054
5055         * src/SDCCval.c (valShift): changed from 16 to 32 bit shift count,
5056         fixed warning
5057         * support/valdiag/tests/overflow.c: added
5058         * src/SDCCast.c (decorateType),
5059         * src/SDCCicode.c (geniCodeLeftShift): added promotion to int for
5060         LEFT_OP (left shift)
5061
5062 2004-01-06  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
5063
5064         * as/mcs51/lkmain.c: stack must be after data when option -Y is not used
5065         (default behaviour).
5066
5067 2004-01-06 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5068
5069         A python script to validate compiler diagnostic messages. It can be
5070         used to verify that sdcc complains about bad c source code and
5071         gives a good location of the error.
5072         * support/valdiag/Makefile,
5073         * support/valdiag/valdiag.py,
5074         * support/valdiag/tests/*
5075
5076 2004-01-06 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5077
5078         * src/SDCC.y (enum_specifier, enumerator_list, opt_assign_expr),
5079         * src/SDCCsymt.c (newEnumType),
5080         * src/SDCCsymt.h
5081         * support/Util/SDCCerr.c,
5082         * support/Util/SDCCerr.h: fixed bug #871258 and some other unreported
5083         enum related bugs.
5084         * support/regression/tests/enum.c: added test for enum values that
5085         require at least 2 bytes of storage.
5086
5087 2004-01-06 Vangelis Rokas <vrokas AT otenet.gr>
5088
5089         * src/common.h: added ifndef/define/endif macros
5090         around the header file.
5091         Bug reported from Jesus Calvino-Fraga
5092
5093 2004-01-06 Bernhard Held <bernhard AT bernhardheld.de>
5094
5095         * sdcc.spec: updated
5096         * device/include/Makefile.in: don't install CVS directories
5097         * device/lib/Makefile.in: added removal of CVS directories after install
5098         * doc/Makefile: fixed install, added local_icons
5099         * sim/ucsim/gui.src/Makefile.in: fixed an old typo
5100         * src/mcs51/gen.c (genRightShift): fixed bug #870788
5101         * src/ds390/gen.c (genRightShift): fixed bug #870788
5102         * src/SDCCast.c (decorateType): fixed bug #870781
5103
5104 2004-01-06 Vangelis Rokas <vrokas AT otenet.gr>
5105
5106         PIC16 port related changes:
5107         * device.c: removed pic16_finalMapping and pic16_finalMappingSize,
5108         added variable stackPos,
5109
5110         * gen.c: genCall, assignResultValue: added support for
5111         pushing/retrieving function parameters to/from stack,
5112         genFunction,genEndFunction: setup stack frame for the
5113         generated function,
5114         genAddrOf: will be changed according to bug 863624
5115
5116         * added files genutils.c and genutils.h which contain gen*
5117         debugged and optimised functions extracted from gen.c
5118
5119         * glue.c: added variable 'externs' which holds extern symbols,
5120         pic16emitRegularMap: is modified to properly handle relocatable
5121          symbols under the new scheme,
5122         pic16createInterruptVect: is modified
5123         pic16printPublics: is modified to emit 'global' assembler directives,
5124         added pic16_printExterns to print extern symbols,
5125         pic16glue: initializes stack/frame pointer in the beginning of
5126         the assembly output. Temporary hack, will be corrected later,
5127         because gplink yet does not support stack and SDCC does not
5128         yet support a type of crt0.o object to create the final binary.
5129
5130         * Removed many lines that contain 8051 legacy code.
5131         * The code is finally placed under a 'code' directive.
5132         * Added port specific options.
5133
5134         * _process_pragma: simplified since now we do not need *special*
5135         include file to define SFR registers. But a separate header
5136         will be needed. This will be developed later.
5137         * _pic16_parseOptions: added, parses port specific options:
5138         --pgen-banksel, --obanksel=, --pomit-config-words, --pomit-ivt,
5139         --pleave-reset-vector, --penable-stack, --pstack-model, --debug-xtra
5140         --preplace-udata-with=
5141
5142         * _pic16_setDefaultOptions: modified to initialize section names,
5143         but hack is temporarly out of order since it needs improvement.
5144         * _pic16_genAssemblerPreamble: configuration words are emitted by
5145         their address instead of their name. This part is incomplete and
5146         supports only the 18Fxx2 devices. Other devices will emit an error
5147         during assembly since they do not contain the same set of config
5148         registers
5149         * _pic16_genIVT: is modified,
5150
5151         * pcode.c: added definitions for some hardware registers that are needed
5152         for stack support
5153         * added flag is2LitOp and variable pci_magic in pCodeInstruction.
5154         All PCI entries are updated. Now LFSR is supported.
5155         * Removed pic16_pciTRIS is mentioned by mdubuc in source
5156         * added pic16_newpCodeOpLit2 to support instructions with
5157         two literal arguments
5158         * pic16_pCode2str: corrected code that emits assembler instructions
5159         with two literal operands and those that have an access bit modifier
5160         * genericPrint: now PC_ASMDIR pCodes, can emit a label if it exists,
5161         this fixes a bug which caused some labels to be lost, when an
5162         assembler directive was added, i.e. banksel,
5163         * pic16_FixRegisterBanking: improved logic that causes the insertion
5164         of bank switching,
5165         * InlineFunction: functions that are called once, are not any more
5166         inlined. This can be a port option in the future,
5167
5168         * pcode.h: added pCodeOpLit2 and added variable label in pCodeAsmDir
5169
5170         * ralloc.c: added pic16_rel_udata and pic16_fix_udata variables which
5171         hold the corresponding uninitialized symbols,
5172         * pic16_allocProcessorRegister: registers have explicit marked the
5173         accessBank field,
5174         * pic16_allocInternalRegister: registers are explicit marked as
5175         not used,
5176         * pic16_writeUsedRegs: pic16_dynDirectBitRegs was missing from the
5177         processing list, so bit registers were lost,
5178         *
5179
5180         * ralloc.h: added field 'accessBank' and original symbol operand
5181         in register definition,
5182         * removed the field isMapped from register definition,
5183
5184         ** Several functions have been removed from various sources:
5185         BanksUsedFlow2,BanksUsedFlow,FixBankFlow,InstructionRegBank,
5186         pic16_addMemRange,pic16_isREGinBank,pic16_dump_map,pic16_dump_cblock
5187         isSFR,validAddress,mapRegister,assignRegister,pic16_assignFixedRegisters
5188         pic16_assignRelocatableRegisters
5189
5190         ** others have been introduced:
5191         pic16_areRegsSame,pic16_dump_section,checkAddReg,pic16_groupRegistersInSection
5192         pic16_popGetLit2,pic16_popCombine2,pushw,pushaop
5193
5194 2004-01-05 Vangelis Rokas <vrokas AT otenet.gr>
5195
5196         * support/scripts/inc2h.pl: changed definition of BIT_AT
5197         to emit 'sbit at' instead of 'bit at'. This was a request.
5198
5199         PIC16 port related preliminary changes:
5200         * gen.c: prefixed function popRegFromString with
5201         pic16_ and all references to it corrected
5202         * pcode.c: all pic16_pc_* hardware registers prefixed
5203         with underscore (_),
5204         pic16_popCopyGPR2Bit(): function sets register wasUsed=1
5205         * ralloc.c: newReg(): when register is REG_SFR then
5206         set address to rIdx,
5207         pic16_allocProcessorRegister(): marks register wasUsed=0
5208         pic16_writeUsedRegs(): added a call to assign processor
5209         registers via pic16_assignFixedRegisters
5210
5211 2004-01-04  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
5212
5213         * as/mcs51/aslink.h, as/mcs51/lkarea.c, as/mcs51/lkdata.c,
5214         as/mcs51/lkmain.c, as/mcs51/lkmem.c: 8051 linker can now pack
5215         variables in unused register banks.  Also the SSEG is placed
5216         wherever there is enough space for it, and IDATA can be anywhere
5217         in internal RAM.  For now compile using -Wl-Y[stack_size].
5218         The mem file is different for this option as well, since it
5219         makes no sense of talking about DSEG lenght.
5220
5221 2004-01-02 Vangelis Rokas <vrokas AT otenet.gr>
5222
5223         * src/SDCClrange.c: fixed bug 869095 that caused segfault
5224         in certain cases, e.g. when ROM assignment, patch provided
5225         from Albert den Haan.
5226
5227 2004-01-01 Bernhard Held <bernhard AT bernhardheld.de>
5228
5229         Many signedness and type propagation fixes:
5230         * src/SDCCicode.c: made geniCodeCast() static
5231         replaced SPEC_ by IS_ (cosmetic)
5232         (operandOperation): fixed div and mod operation
5233         (usualBinaryConversions): added support for promotion of char
5234         (geniCodeMultiply): replaced (unsigned long) by (TYPE_UDWORD)
5235         (geniCodeDivision): replaced (unsigned long) by (TYPE_UDWORD)
5236         (geniCodeAdd): an array index will stay unsigned, even if promoted
5237         from char to int
5238         (geniCodeArray): ditto
5239         * src/SDCCicode.h: made geniCodeCast() static: removed prototype
5240         * src/SDCCsymt.c (computeType): added more support for char;
5241         promotion of char is selectable by promoteCharToInt, fixed signedness
5242         for all cases
5243         (powof2): replaced (unsigned long) by (TYPE_UDWORD)
5244         * src/SDCCsymt.h (powof2): replaced (unsigned long) by (TYPE_UDWORD)
5245         * src/SDCCval (val*): replaced signedness calculation by
5246         computeType()
5247         rearranged if-branches (cosmetic)
5248         (valShift): added warning W_SHIFT_CHANGED
5249         (valCompare): fixed problem with different types
5250         * src/hc08/rallo.c (leastUsedLR): fixed gcc 3.3 warning
5251         * support/regression/tests/literalop.c: added many cases
5252         * support/regression/tests/ast_constant_folding.c: changed finally to
5253         'unsigned int'
5254         * .version: new year, new version: 2.3.7
5255         * src/SDCCmain.c (main): applied patch #866468
5256         * debugger/mcs51/sdcdb.c (parseCmdLine): added -k for ucsim, patch
5257         provided by Scott Bronson
5258         * doc/sdccman.lyx: updated documentation for sdcdb
5259         updated and added chapter tips
5260
5261 2004-01-01 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5262
5263         * src/SDCCsymt.h: missing from yesterday's commits
5264
5265 2003-12-31 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5266
5267         * src/SDCC.y (struct_or_union_specifier),
5268         * support/Util/SDCCerr.c,
5269         * support/Util/SDCCerr.h: verify that struct & union tags are used
5270         as declared.
5271
5272 2003-12-29 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5273
5274         * src/SDCCglobl.h: missing from yesterday's commits
5275
5276 2003-12-28 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5277
5278         * src/SDCC.y (external_definition, type_specifier2, sfr_reg_bit,
5279         sft_attributes, struct_declaration, parameter_declaration,
5280         type_name, start_block, declaration_list),
5281         * src/SDCC.lex (check_type): support redefinition of typedef names
5282
5283 2003-12-22 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
5284
5285         * src/mcs51/gen.c (genPlus): added special handling for 256 byte
5286         aligned xdata arrays. Erik helped me with the if clause.
5287
5288 2003-12-20 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5289
5290         * device/lib/ds390/tinibios.c (CpuSpeed): suppress unreachable code
5291         warning
5292
5293 2003-12-20 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5294
5295         * src/SDCCast.h,
5296         * src/SDCCast.c (newAst_),
5297         * src/SDCCicode.h,
5298         * src/SDCCicode.c (ast2iCode, newiCode),
5299         * src/SDCCglobl.h,
5300         * src/SDCC.y (logical_and_expr, logical_or_expr, conditional_expr,
5301         expr, statement, expression_statement, selection_statement,
5302         iteration_statement, expr_opt, jump_statement): foundation for tracking
5303         sequence points
5304         * src/SDCCopt.c (killDeadCode): fixed bug #861580 (needs the sequence
5305         point code too)
5306
5307 2003-12-19 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5308
5309         * support/Util/SDCCerr.c,
5310         * src/SDCCast.h,
5311         * src/SDCCast.c (createCase, createDefault, decorateType),
5312         * src/SDCClabel.c (labelUnreach),
5313         * src/SDCC.y (labeled_statement, jump_statement): More improvements
5314         to error messages.
5315         * support/Util/SDCCerr.c (werrorfl): fixed a non-standard declaration
5316         (with thanks to Stas Sergeev)
5317         * device/include/time.h,
5318         * device/lib/time.c (CheckTime): suppress unreachable code warning
5319
5320 2003-12-18 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5321
5322         * src/SDCCast.c (createIvalCharPtr),
5323         * src/SDCCglue.c (printChar): fixed bug #862241 (an error in my fix for
5324         bug #753752)
5325         * support/regression/tests/nullstring.c: tests for these two bugs
5326
5327 2003-12-18 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5328
5329         * support/Util/SDCCerr.h,
5330         * support/Util/SDCCerr.c (E_NOT_ALLOWED),
5331         * src/SDCC.y (struct_declaration, struct_or_union_specifier): complain
5332         about storage class and 'at' used inside struct or union
5333         * src/SDCCBBlock.c (iCodeFromeBBlock),
5334         * src/SDCCcse.c (ifxOptimize),
5335         * src/SDCCglue.c (emitRegularMap, initPointer, printIvalStruct,
5336         printIvalArray, printiValFuncPtr, printIvalCharPtr, printIvalPtr,
5337         printIval, emitStaticSeg, emitOverlay),
5338         * src/SDCClabel.c (deleteIfx),
5339         * src/SDCCopt.c (replaceRegEqv, eBBlockFromiCode),
5340         * src/SDCCast.c (resolveSymbols, createIvalStruct, createIvalArray,
5341         gatherAutoInit, processParms),
5342         * support/Util/SDCCerr.h,
5343         * support/Util/SDCCerr.c (werrorfl): Support for better error location
5344         reporting for post-parse errors.
5345
5346 2003-12-16 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5347
5348         * src/SDCCval.c (valPlus, valMinus, valShift): fixed some problems with
5349         implicit casts via union; they don't work on big endian systems
5350         (possible fix for bug #861138)
5351
5352 2003-12-16 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
5353
5354         (committed by Erik Petrich <epetrich AT ivorytower.norman.ok.us> on Frieder's behalf)
5355         * src/mcs51/main.c: fixed the fix for bug #737001
5356
5357 2003-12-15  Borut Razem <borut.razem AT siol.net>
5358
5359         * support/scripts/sdcc.nsi: updated for NSIS 2.0 beta 4
5360
5361 2003-12-14 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5362
5363         * support/makebin/makebin.c: put output in binary mode
5364
5365 2003-12-13 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
5366
5367         * src/mcs51/main.c: fixed bug #737001 for the mcs51. SDCC clears
5368         xdata and data memory on startup. Set the environment variable
5369         SDCC_NOGENRAMCLEAR to disable this.
5370         * src/mcs51/peephole.def,
5371         * src/ds390/peephole.def: using the atomic test and clear instruction jbc
5372         (allows non-interrupt and interrupt code to safely compete for a resource
5373         without the non-interrupt code having to disable interrupts)
5374
5375 2003-12-13 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5376
5377         * src/SDCCicode.c (geniCodeAdd),
5378         * src/SDCCast.c (decorateType): fixed bug #857753 (need to be careful
5379         with valFromType if type might be a pointer and host is big endian).
5380         * src/SDCCast.c (decorateType): unary plus compatible with all arithmetic
5381         types, not just integer types.
5382         * src/SDCCsymt.c (addSymChain): clarified error message when symbol is
5383         multiply defined with mismatching "at" address.
5384
5385 2003-12-12 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5386
5387         * src/ds390/main.c (PORT tininative_port): fixed bug #858416
5388         * src/SDCCglue.c (printChar, printIvalChar, emitStaticSeg),
5389         * src/SDCCast.c (createIvalCharPtr, stringToSymbol): handle strings
5390         with embedded nulls (fixed bug #753752)
5391
5392 2003-12-12 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
5393
5394         * src/mcs51/main.c(_mcs51_genRAMCLEAR): using r0 instead of r1/r2.
5395         Apparently this did not see much testing (endless loop)
5396
5397 2003-12-11 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5398
5399         * src/z80/ralloc.c: set DISABLE_PACK_HL = 1 as a temporary fix to bug #855165
5400
5401 2003-12-10 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5402
5403         * src/SDCCdebug.c (outputDebugSymbols, outputDebugStackSymbols, dumpSymInfo):
5404         gracefully handle NULL memmap pointers
5405
5406 2003-12-08 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5407
5408         * src/SDCCopt.c (killDeadCode): change iCode type to DUMMY_READ_VOLATILE
5409         instead of deleting the iCode when an operand is volatile
5410         * src/z80/gen.c (genDummyRead),
5411         * src/mcs51/gen.c (genDummyRead),
5412         * src/ds390/gen.c (genDummyRead),
5413         * src/hc08/gen.c (genDummyRead): handle operands in IC_LEFT and/or IC_RIGHT,
5414         not just IC_RIGHT
5415         * src/SDCCicode.c (geniCodeCall): fixed bug #851607
5416         * src/SDCC.y: fixed bug #850420
5417
5418 2003-12-05 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5419
5420         Applied z80 i/o port patch from Peter Townson and fixed some operators
5421         to better handle operands in A register.
5422         * device/include/z180.h
5423         * src/SDCC.y
5424         * src/SDCCglue.c
5425         * src/z80/gen.c
5426         * src/z80/gen.h
5427         * src/z80/main.c
5428         * src/z80/peeph-z80.def
5429         * src/z80/peeph.def
5430         * src/z80/z80.h
5431
5432 2003-12-03 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5433
5434         * src/SDCCsymt.c (addSymChain, compareTypeExact): fixed bug #838241 again
5435
5436 2003-12-01 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5437
5438         * device/lib/hc08/_mullong.c: Removed extra #endif
5439
5440 2003-12-01 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5441
5442         * sim/ucsim/hc08.src/inst.cc,
5443         * sim/ucsim/hc08.src/hc08mac.h: fixed some problems with CC flag bits and
5444         carries from x to h
5445         * src/hc08/gen.c (aopAdrStr): fixed problem with 16 bit immediate
5446         * src/hc08/gen.c (XAccRsh): fixed problem with right shift
5447         * device/include/stdarg.h: fixed varargs for hc08
5448         * device/lib/Makefile.in,
5449         * device/lib/hc08/Makefile,
5450         * device/lib/hc08/_mulint.c,
5451         * device/lib/hc08/_mullong.c: fixed some endian problems
5452
5453 2003-11-28 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
5454
5455         * sdcc/src/mcs51/gen.c (genMultOneByte): help peephole 105
5456         * sdcc/src/mcs51/peeph.def: added peephole 186.e array access in code space
5457         * device/lib/_gptrget.c,
5458         * device/lib/_gptrput.c: P2 not used any more (related to #850747, #785979)
5459
5460 2003-11-27 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5461
5462         * src/SDCClrange.c (findNextUseSym, rlivePoint): fixed bug #849795
5463         * src/SDCCast.c (astErrors): fixed bug #846007
5464         * src/SDCCsymt.c (checkFunction): fixed follow-up bug on bug #846007
5465
5466 2003-11-26 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5467
5468         * src/SDCCast.c (decorateType): disabled a transformation I added in
5469         revision 1.188 (access to fields of a structure at an absolute address);
5470         it breaks with bitfields, extern declarations, and gcse analysis.
5471         * src/SDCCopt.c (isLocalWithoutDef): if ADDRESS_OF applied to a symbol, it
5472         could be assigned through a pointer, so don't complain.
5473         * src/SDCCast.c (astErrors),
5474         * src/SDCCast.h,
5475         * src/SDCCglue.c (emitRegularMap): fixed bug #847813
5476
5477 2003-11-26 Vangelis Rokas <vrokas AT otenet.gr>
5478
5479         * src/pic16/main.c (_pic16_genIVT): fixed interrupt vector table
5480         * src/pic16/main.c (_pic16_genAssemblerPreamble): re-enabled the
5481         output of __config directives, since gpasm now supports them
5482         * src/pic16/main.c (_pic16_finaliseOptions): define MCU
5483         pre-processor macro, i.e. -DMCU=p18f452
5484         * src/pic16/ralloc.c: renamed packRegisters to pic16_packRegisters,
5485         and modified to handle 'cast' icode similarly to '=' icode
5486         * src/pic16/device.h (typedef struct PIC_device): added field
5487         'extMIface' to indicate that chip has external memory interface
5488         * src/pic16/device.c: added chips 18F248, 18F258, 18F448, 18F458,
5489         18F6520, 18F6620, 18F6680, 18F6720, 18F8520, 18F8620, 18F8680,
5490         18F8720
5491
5492 2003-11-26 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5493
5494         * src/SDCC.y (pointer): fixed bug #846006
5495         * support/Util/SDCCerr.c: made W_PTR_TYPE_INVALID message clearer
5496         * src/SDCCast.c (decorateType): fixed bug #846009
5497         * src/ds390/peeph.def,
5498         * src/ds390/gen.c (genAnd, genOr),
5499         * src/mcs51/peeph.def,
5500         * src/mcs51/gen.c (genAnd, genOr): fixed bug #846777
5501
5502 2003-11-25 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5503
5504         Fixed several common-sub-expression bugs (#772861, #768380, & #755323)
5505         * src/SDCCdflow.c
5506         * src/SDCCcse.c
5507         * src/SDCCcse.h
5508         * src/SDCCBBlock.h
5509         * src/SDCCBBlock.c
5510
5511 2003-11-23 Klaus Flittner <klaus_flittner AT gmx.de>
5512
5513         fixed bug #845089
5514         * src/SDCCbitv.h,
5515         * src/SDCCbitv.c: added function to free a bitvector
5516         * src/SDCClrange.h,
5517         * src/SDCClrange.c: added function to recompute the liveranges
5518         * src/avr/ralloc.c,
5519         * src/ds390/ralloc.c,
5520         * src/hc08/ralloc.c,
5521         * src/mcs51/ralloc.c,
5522         * src/pic/ralloc.c,
5523         * src/pic16/ralloc.c,
5524         * src/xa51/ralloc.c,
5525         * src/z80/ralloc.c: recompute the liveranges after register packing
5526
5527 2003-11-21 Klaus Flittner <klaus_flittner AT gmx.de>
5528
5529         * src/SDCCloop.c (newInduction): fixed bug #845630
5530
5531 2003-11-21 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5532
5533         * src/SDCCsymt.c (compareTypesExact): disabled debugging output
5534         inadvertantly left behind from my 2003-11-12 change
5535
5536 2003-11-20 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5537
5538         Updated headers I neglected to commit yesterday.
5539         * src/SDCClrange.h,
5540         * src/SDCCicode.h
5541
5542 2003-11-19 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5543
5544         * src/SDCCcse.c (algebraicOpts): fixed bug #773153
5545         * src/SDCClrange.c (rlivePoint): need to mark IC_RESULT used if POINTER_SET op
5546         * src/SDCCopt.c (eBBlockFromiCode),
5547         * src/SDCClrange.c (hashiCodeKeys, sequenceiCode, computeLiveRanges): seperated
5548         the creation of the key hash table from the sequencing so it can be used
5549         earlier (for some GCSE bug fixes still pending)
5550
5551 2003-11-15 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
5552
5553         * src/mcs51/gen.c (genPlus): generate shortcut for adding 0xab00
5554         * support/regression/tests/addsub.c: testing genPlus shortcut
5555
5556 2003-11-15  Borut Razem <borut.razem AT siol.net>
5557
5558         * src/SDCCmain.c: fixed bug #841645: -MM command line option passed to sdcpp
5559
5560 2003-11-15 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5561
5562         * src/SDCCcse.c (cseBBlock): fixed bug #527779
5563         * src/SDCCcse.c (deleteGetPointers): rewrote so that the set
5564         ordering is immaterial.
5565         * src/SDCCdflow.c (mergeInExprs): fixed bug #587536
5566
5567 2003-11-14 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5568
5569         * src/SDCCicode.c (geniCodeAddressOf): fixed part of bug #840381
5570         * src/SDCCopt.c (replaceRegEqv, isLocalWithoutDef): fixed other part
5571         (SIGSEV) of bug #840381
5572         * src/SDCCmain.c (linkEdit, assemble): fixed bug #841606 (don't
5573         unlink new file before rename if new and old filenames are the same)
5574
5575 2003-11-13 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
5576
5577         * src/mcs51/main.c: started fixing bug #737001 (SDCC not clearing
5578         uninitialized variables) for the mcs51. Set environment variable
5579         SDCC_GENRAMCLEAR to test.
5580         xdata initialization slightly shorter
5581
5582 2003-11-12 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5583
5584         * src/SDCCsymt.h,
5585         * src/SDCCsymt.c (addSymTypeChain, compareTypesExact): fixed bugs
5586         #838241 & 780691 (basicly the same bug)
5587         * src/SDCCBBlock.c (iCode2eBBlock): fixed bug #840148
5588         * src/SDCCBBlock.c (iCodeFromeBBlock): fixed bug #840162
5589
5590 2003-11-11 Bernhard Held <bernhard AT bernhardheld.de>
5591
5592         * src/SDCCmain.c (linkEdit): "fix" #834252
5593
5594 2003-11-11 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5595
5596         * src/SDCCast.c (removePostIncDecOps, removePreIncDecOps),
5597         * src/SDCCast.h,
5598         * src/SDCC.y: fixed bug #819403
5599
5600 2003-11-08 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5601
5602         * support/regression/fwk/lib/testfwk.c: printn is recursive and thus needs
5603         the reentrant attribute.
5604         * src/hc08/gen.c (genPackBits): added missing stack readjustment
5605         * sim/ucsim/hc08.src/inst.cc (inst_mov): fixed bugs with mov instruction
5606         simulation
5607         * src/SDCCast.c (decorateType): fixed bug with storage class not being
5608         updated during pointer dereference; f.e. ~(((char *)1)*) was being
5609         erroneously reduced to a literal.
5610         * src/hc08/ralloc.c (packRegisters, rematStr),
5611         * src/hc08/gen.c (aopForRemat): allow literals to be rematerialized in
5612         some cases
5613
5614 2003-11-08 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
5615
5616         * src/mcs51/main.c: fixed bug #838385. Thanks to Josef Pavlik for finding and fixing
5617         * doc/sdccman.lyx: changed from 'article' to 'book'
5618         * doc/Makefile: readded test_suite_spec and cdbfileformat
5619
5620 2003-11-08 Bernhard Held <bernhard AT bernhardheld.de>
5621
5622         * device/include/stdlib.h: include malloc.h to comply with ANSI
5623         * support/regression/tests/malloc.c: include stdlib.h instead of malloc.h
5624
5625 2003-11-07 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
5626
5627         * doc/Makefile: sdccman.pdf should build with correct references (more info in commit msg)
5628         * doc/clean.mk: also remove *.out files
5629         * doc/sdccman.lyx: some additions, larger top/bottom margins
5630
5631 2003-11-07 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5632
5633         * src/SDCC.y: fixed bug #837365
5634         * support/regression/tests/bitopcse.c
5635         * src/hc08/gen.c (genPointerGet): Don't assume pointer operand is
5636         a symbol (might be valop instead)
5637         * device/lib/Makefile.in: added errno.c to HC08SOURCES
5638         * device/lib/clean.mk: added hc08 to the cleaning list
5639
5640 2003-11-04  Borut Razem <borut.razem AT siol.net>
5641
5642         * configure, configure.in, sdcc_vc_in.h, sdcconf_in.h: reverted changes,
5643           made 2003-11-04
5644         * support/Util/NewAlloc.c, as/hc08/lklibr.c, as/mcs51/lklibr.c,
5645           as/z80/aslist.c, as/z80/assym.c: removed inclusion of nonstandard malloc.h;
5646           malloc is declared in standard stdlib.h
5647
5648 2003-11-06 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5649
5650         * device/lib/hc08/Makefile: need to clean .rel not .o files
5651         * src/hc08/gen.c (genDjnz): can't use djnz with extended addressing mode
5652
5653 2003-11-06 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5654
5655         * src/port.h,
5656         * src/hc08/main.c,
5657         * src/mcs51/main.c,
5658         * src/ds390/main.c,
5659         * src/z80/main.c,
5660         * src/avr/main.c,
5661         * src/pic/main.c,
5662         * src/pic16/main.c,
5663         * src/xa51/main.c: added hasExtBitOp & oclsExpense functions to ports
5664         * src/SDCCicode.c: changed several IS_FARSPACE tests to isOclsExpensive
5665         tests (which uses the port's oclsExpense function)
5666         * src/SDCC.y,
5667         * src/SDCCast.c,
5668         * src/SDCCicode.c,
5669         * src/hc08/gen.c,
5670         * src/ds390/gen.c,
5671         * src/mcs51/gen.c: added support for the SWAP iCode (RFE #834167)
5672
5673 2003-11-04 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5674
5675         * src/SDCCcse.c (ifxOptimize),
5676         * src/SDCClabel.c (labelIfx, deleteIfx): When the condition to
5677         an IFX iCode is volatile, convert to DUMMY_READ_VOLATILE instead
5678         deleting the IFX iCode.
5679         * src/hc08/ralloc.c: reduced unneeded slocs
5680         * src/hc08/gen.c: fixed bug in asmopToBoolean
5681
5682 2003-11-04  Borut Razem <borut.razem AT siol.net>
5683
5684         * configure, configure.in, sdcc_vc_in.h, sdcconf_in.h,
5685           support/Util/NewAlloc.c, as/hc08/lklibr.c, as/mcs51/lklibr.c,
5686           as/z80/aslist.c, as/z80/assym.c: decision to include malloc.h
5687           transferred to configure
5688
5689 2003-11-03 Bernhard Held <bernhard AT bernhardheld.de>
5690
5691         Use headers defined in the C[++] standards:
5692         * sim/ucsim/gui.src/serio.src/fileio.cc
5693         * sim/ucsim/gui.src/serio.src/frontend.cc
5694         * sim/ucsim/gui.src/serio.src/main.cc
5695         * sim/ucsim/gui.src/serio.src/posix_signal.cc
5696         * support/Util/NewAlloc.c
5697         * as/hc08/lklibr.c
5698         * as/mcs51/lklibr.c
5699         * as/z80/aslist.c
5700         * as/z80/assym.c
5701
5702 2003-11-03  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
5703
5704         * Added MSVC projects for hc08 assembler and linker:
5705         all.dsp, config.dsp, sdcc.dsw, /as/hc08/as_hc08.dsp,
5706         /as/hc08/link_hc08.dsp
5707
5708 2003-11-03 Martin Helmling <Martin.Helmling AT octo-soft.de>
5709
5710         * debugger/mcs51/cmd.c: allows filename starting with digit(+ some debug)
5711
5712 2003-11-02 Bernhard Held <bernhard AT bernhardheld.de>
5713
5714         * src/SDCCmain.c (linkEdit): "fixed" again bug #833605
5715
5716 2003-11-01 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
5717
5718         * src/mcs51/main.c: xdata initialization is 13 bytes shorter now
5719
5720 2003-10-31  Borut Razem <borut.razem AT siol.net>
5721
5722         * support/cpp2/cpplib.h,
5723           support/cpp2/cpplib.c,
5724           support/cpp2/cpplex.c,
5725           support/cpp2/cppinit.c: introduced #pragma preproc_asm [ + | - ]
5726           to switch _asm block preprocessing on / off. Default is
5727           #pragma preproc_asm +
5728
5729 2003-10-31  Borut Razem <borut.razem AT siol.net>
5730
5731         * support/cpp2/cpplex.c: Fixed _WIN32 problem with CR-CR-LF sequences
5732           when outputting comment blocks (when executed with -C option) and
5733           _asm (SDCPP specific) blocks
5734
5735 2003-10-31 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5736
5737         * as/hc08/lkrloc.c (relr): Fixed ihx output, fixed lastAreaIndex warning
5738
5739 2003-10-31 Klaus Flittner <klaus_flittner AT gmx.de>
5740
5741         * src/SDCCcse.c (updateSpillLocation): fixed bug #808027
5742
5743 2003-10-31 Bernhard Held <bernhard AT bernhardheld.de>
5744
5745         * src/SDCCmain.c (linkEdit): "fixed" bug #833605
5746         * src/SDCCast.c (decorateType): fixed bug #832664
5747
5748 2003-10-31  Borut Razem <borut.razem AT siol.net>
5749
5750         * support\cpp2\cpplex.c: fixed for SDCPP:
5751           comments(when executed with -C option) and _asm blocks
5752           were included even if they where in skipped #if block.
5753           Applied solution from GCC cpp 3.3.2
5754
5755 2003-10-31  Borut Razem <borut.razem AT siol.net>
5756
5757         * src/SDCC.lex: sdcc now understands both formats:
5758           '# <line_number> <file_name>' and
5759           '#line <line_number> <file_name>'
5760         * support/cpp2/cppmain.c: sdcpp now generates the standard
5761           '# <line_number> <file_name>' instead of former
5762           '#line <line_number> <file_name>'
5763
5764 2003-10-30  Borut Razem <borut.razem AT siol.net>
5765
5766         * support/cpp2/cpphash.h,
5767         * support/cpp2/cpplib.h
5768         * support/cpp2/cpplex.c,
5769         * support/cpp2/cppmain.c,
5770         * support/cpp2/cppinit.c: fixed bug #828015 - Syntax variation for _asm character constants
5771
5772 2003-10-30 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5773
5774         Fixed a number of problems revealed by bug #827883.
5775         * src/SDCCloop.c (loopInvariants): Spill location of the
5776         result operand should be recomputed if extracted from
5777         a loop. Also, don't extract assignments of an iTemp
5778         from a literal.
5779         * src/SDCCast.c (isConformingBody): loop reversal should
5780         not occur if the control variable is involved with a
5781         relational operator.
5782
5783 2003-10-28 Bernhard Held <bernhard AT bernhardheld.de>
5784
5785         * .version: bumped to 2.3.6 to reflect the big improvements
5786         made by Erik and Klaus. Thanks!
5787
5788 2003-10-28 Klaus Flittner <klaus_flittner AT gmx.de>
5789
5790         Replaced the livrange code.
5791         * src/SDCClrange.c: added new LR code
5792         * src/SDCCloop.c,
5793         * src/SDCCBBlock.h: removed remainig parts from old LR code
5794         * src/ds390/ralloc.c,
5795         * src/ds390/gen.c: minor fixes to make it work with new code
5796
5797 2003-10-28 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5798
5799         * as/hc08/asm.h,
5800         * as/hc08/lkrloc.c,
5801         * src/hc08/gen.c,
5802         * src/hc08/ralloc.c: Fix various warnings related to the hc08
5803         * src/SDCCicode.c (geniCodePreInc, geniCodePreDec): Fixed bug #829717
5804         (tweaked fix for bug #818696)
5805
5806 2003-10-23 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5807
5808         * src/z80/ralloc.c (joinPushes): Fixed bug #828742
5809
5810 2003-10-23 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5811
5812         * src/SDCCmain.c,
5813         * sdccconf_in.h: Fixed bug #828387 (--disable-hc08-port didn't work)
5814         * src/mcs51/gen.c (gencjneshort),
5815         * src/ds390/gen.c (gencjneshort): Made comparison with AOP_IMMD operand
5816         more efficient (per Scott Bronson's suggestion)
5817
5818 2003-10-22 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5819
5820         Extended the semantics of the critical keyword to include
5821         individual statements. See RFE #827755 and #799831
5822         * src/SDCC.y
5823         * src/SDCCicode.c
5824         * src/SDCCopt.c
5825         * src/SDCCast.c
5826         * support/Util/SDCCerr.c
5827         * support/Util/SDCCerr.h
5828         * src/mcs51/gen.c
5829         * src/ds390/gen.c
5830         * src/hc08/gen.c
5831
5832 2003-10-19  Borut Razem <borut.razem AT siol.net>
5833
5834         * src/SDCC.lex: fixed bug #825944 - defined yytext_ptr to make it compile with flex 2.5.31
5835
5836 2003-10-19 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5837
5838         * src/SDCCicode.c (geniCodePreInc, geniCodePreDec, ast2iCode):
5839         Fixed bug #818696
5840         * src/SDCCast.c (ast_print): Fixed --dumptree so that preincrement
5841         and predecrement operand is displayed
5842
5843 2003-10-13 Bernhard Held <bernhard AT bernhardheld.de>
5844
5845         * src/SDCCval.c (valMinus): fixed bug #826041
5846
5847 2003-10-15 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5848
5849         Some hc08 related updates that I missed earlier
5850         * sim/ucsim/stypes.h
5851         * support/regression/ports/hc08/spec.mk
5852
5853 2003-10-15 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5854
5855         New target "hc08" for the Motorola 68hc08 family of micros
5856
5857         * configure
5858         * configure.in
5859         * Makefile
5860         * src/hc08/*
5861         * src/SDCCmain.c
5862         * src/port.h
5863         * sim/ucsim/hc08.src/*
5864         * sim/ucsim/configure.in
5865         * src/ucsim/configure
5866         * sim/ucsim/packages_in.mk
5867         * as/hc08/*
5868         * as/Makefile
5869         * device/include/mc68hc908qy.h
5870         * device/lib/hc08/*
5871         * device/lib/Makefile.in
5872         * support/regression/ports/hc08/*
5873         * support/regression/Makefile
5874
5875 2003-10-14 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5876
5877         * src/z80/gen.c: fixed bug revealed by ast_constant_folding.c
5878         regression test
5879         * src/ds390/gen.c (genCast): fixed bug #821957
5880
5881 2003-10-13 Bernhard Held <bernhard AT bernhardheld.de>
5882
5883         * device/lib/logf.c: "fixed" overlay bug
5884         * support/regression/ports/host/spec.mk: added m library
5885         * support/regression/ports/mcs51-stack-auto/spec.mk: added float funcs
5886         * support/regression/tests/float_trans: added (for Eric)
5887
5888 2003-10-12 Bernhard Held <bernhard AT bernhardheld.de>
5889
5890         * src/mcs51/gen.c (genCpl): fixed bug
5891         http://sf.net/mailarchive/message.php?msg_id=6263915
5892
5893 2003-10-10 Bernhard Held <bernhard AT bernhardheld.de>
5894
5895         * src/SDCCast.c (decorateType): added extended constant folding
5896         * src/SDCCsymt.c (computeType): cleanup
5897         * src/SDCCval.c (valShift): minor optimization
5898         * support/regression/tests/ast_constant_folding.c: added
5899
5900 2003-10-09  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5901
5902         * src/SDCCmain.c: removed some unintended changes
5903
5904 2003-10-09  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5905
5906         * src/SDCCmain.c (setParseWithComma): fixed bug #816685
5907         * src/z80/gen.c: fixed part of bug #817589
5908         * src/SDCCsymt.c (checkFunction): fixed bug #817895
5909
5910 2003-10-08 Bernhard Held <bernhard AT bernhardheld.de>
5911
5912         Replaced cast (void **) with (void *) to avoid gcc 3 warning:
5913         * src/SDCCcflow.c
5914         * src/SDCCcse.c
5915         * src/SDCCdflow.c
5916         * src/SDCClabel.c
5917         * src/SDCClrange.c
5918         * src/SDCCmem.c
5919         * src/SDCCopt.c
5920         * src/SDCCpeeph.c
5921         * src/SDCCset.c
5922         * src/avr/ralloc.c
5923         * src/ds390/ralloc.c
5924         * src/izt/ralloc.c
5925         * src/mcs51/ralloc.c
5926         * src/pic/ralloc.c
5927         * src/pic16/ralloc.c
5928         * src/xa51/ralloc.c
5929         * src/z80/ralloc.c
5930         * src/z80/gen.c: removed unused label "release:"
5931
5932 2003-10-06  Borut Razem <borut.razem AT siol.net>
5933
5934         * src/SDCC.lex: removed definition of unused variables
5935           save_optimize and save_options
5936
5937 2003-10-06 Bernhard Held <bernhard AT bernhardheld.de>
5938
5939         * clean.mk: removed '=' in "-maxdepth=1"
5940         * src/SDCCloop.c: replace LRKLAUS with SDCC_LRKLAUS
5941         * src/SDCClrange.c: replace LRKLAUS with SDCC_LRKLAUS
5942
5943 2003-10-06  Borut Razem <borut.razem AT siol.net>
5944
5945         * src/SDCC.lex, src/SDCC.lex: use dbuf for "_asm" definitions;
5946           my_unput() replaced by unput()
5947
5948 2003-10-05 Bernhard Held <bernhard AT bernhardheld.de>
5949
5950         * src/SDCCloop.c (assignmentsToSym, loopInduction): cast argument of
5951         setToNull() to (void *) to avoid gcc3.x's warning: "dereferencing
5952         type-punned pointer will break strict-aliasing rules"
5953         Old LR behaviour is again default; Klaus' LR can be choosen by
5954         defining the environment variable LRKLAUS
5955         * src/SDCCBBlock.h
5956         * src/SDCCloop.c
5957         * src/SDCClrange.c
5958         * src/ds390/ralloc.c (spillThis): applied Klaus' patch
5959         * clean.mk: fixed removal of files in bin/CVS/
5960         * device/lib/clean.mk: fixed removal of directories small and large
5961         * support/Util/SDCCerr.c: changed W_INT_OVL to ERROR_LEVEL_PEDANTIC
5962         * src/SDCCicode.c,
5963         * src/SDCCval.c: removed superflous test for pedantic
5964
5965 2003-10-05  Borut Razem <borut.razem AT siol.net>
5966
5967         * src/SDCC.lex, support/Util/SDCCerr.c, sdcc/support/Util/SDCCerr.h:
5968           Fixed bug #816692: introduced new ERROR_LEVEL_PEDANTIC warning
5969           message "unmatched #pragma SAVE and #pragma RESTORE"
5970
5971 2003-10-04  Frieder Ferlemann <Frieder.Ferlemann AT web.de>
5972
5973         * doc/sdccman.lyx: various additions and updates (interrupts, inline
5974           assembly, critical functions, atomic, nojtbound)
5975
5976 2003-10-04 Bernhard Held <bernhard AT bernhardheld.de>
5977
5978         Applied liferange patch from Klaus Flittner <klaus_flittner AT gmx.de>
5979         * src/SDCCBBlock.h
5980         * src/SDCCloop.c
5981         * src/SDCCloop.h
5982         * src/SDCClrange.c
5983
5984 2003-10-03  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5985
5986         * src/z80/gen.h,
5987         * src/z80/gen.c (aopOp, aopGet, aopPut, genDummyRead),
5988         * src/mcs51/gen.h
5989         * src/mcs51/gen.c (aopOp, aopGet, aopPut, genDummyRead),
5990         * src/ds390/gen.h
5991         * src/ds390/gen.c (aopOp, aopGet, aopPut, genDummyRead),
5992         * src/SDCCicode.c (ast2iCode, geniCodeDummyRead): Fixed bug #663539
5993         * src/SDCCopt.c (killDeadCode): Fixed bugs #663539 & #816705
5994
5995 2003-10-02  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5996
5997         * src/z80/gen.c (genRet): fixed bug #524753
5998         * src/z80/gen.c (genCast): fixed internal error on cast from
5999         pointer to long
6000         * src/z80/gen.c (_saveRegsForCall, emitCall): adapted Johan's
6001         fix for bug #477835 to the z80
6002         * src/z80/gen.c (genZ80code, _vemit2, _emit2): added support
6003         for tracking iCodes in the peephole optimizer for z80
6004
6005 2003-10-01  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6006
6007         * src/SDCCicode.c (geniCodeJumpTable, geniCodeSwitch): fixed
6008         the other part of bug #814548
6009         * src/SDCCpeeph.c (labelInRange): fixed bug #814558
6010
6011 2003-09-30  Bernhard Held <bernhard AT bernhardheld.de>
6012
6013         * src/SDCCcse.c: fixed part of bug #814548
6014
6015 2003-09-28  Borut Razem <borut.razem AT siol.net>
6016
6017         * src/asm.c: rewrite of printILine() to use temporary file instead
6018           a pipe
6019         * src/xa51/main.c: commented out declaration of int rewinds
6020
6021 2003-09-27  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6022
6023         * src/SDCCicode.c (geniCodeJumpTable): Fixed bug #813206
6024
6025 2003-09-26  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6026
6027         * src/SDCCdflow.c (computeDataFlow): Fixed bug #810746
6028         * src/asm.c (printILine): Fixed bug #811015
6029
6030 2003-09-22  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
6031
6032         *link/z80/lklibr.c, as/mcs51/lklibr.c: Improved memory allocation and
6033         freeing.
6034
6035 2003-09-21  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6036
6037         * src/z80/gen.c (setupToPreserveCarry): Fixed bug #796955
6038         * src/z80/gen.c (setupPair, genMovePairPair): Fixed setupPair
6039         to correctly handle general case of AOP_PAIRPTR
6040         * src/z80/gen.c (aopGet, aopPut): Generalized AOP_PAIRPTR handling
6041
6042 2003-09-21  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6043
6044         * src/mcs51/ralloc.c (fillGaps),
6045         * src/ds390/ralloc.c (fillGaps): fixed bug #810093 (yet another
6046         register positioning bug)
6047
6048 2003-09-21  Bernhard Held <bernhard AT bernhardheld.de>
6049
6050         * device/lib/_fsdiv.c: replaced (1<<31) by (1ul<<31)
6051
6052 2003-09-19  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6053
6054         * src/mcs51/gen.c (loadDptrFromOperand, genFarPointerGet,
6055         genCodePointerGet, genGenPointerGet, genFarPointerSet,
6056         genGenPointerSet): handle AOP_DPTR correctly when loading dptr
6057         (ralloc doesn't intentionally do this now, but perhaps later)
6058         * src/mcs51/ralloc.c (serialRegAssign, fillGaps),
6059         * src/ds390/ralloc.c (serialRegAssign, fillGaps): fixed some
6060         register positioning bugs (Fixed bug #762602 and #795325)
6061         * src/SDCCicode.c (geniCodeDerefPtr): Track output class correctly
6062         (Fixed bug #808779)
6063         * src/z80/gen.c: increased _vemit2's buffer[] to handle long
6064         lines that --i-code-in-asm generates
6065
6066 2003-09-18  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
6067
6068         *link/z80/lklibr.c, as/mcs51/lklibr.c: Fixed Linux segfaults when
6069         trying to fclose a FILE* that was already closed.
6070
6071 2003-09-18  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6072
6073         * src/SDCCsymt.c (structElemType): fixed bug #808291 (members
6074         of const struct should be treated as if const themselves)
6075
6076 2003-09-18  Bernhard Held <bernhard AT bernhardheld.de>
6077
6078         * src/SDCCval.c (valPlus, valMinus): fixed bug #808337
6079
6080 2003-07-06  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
6081
6082         * support/librarian/sdcclib.c: Generate correct offsets for libraries with
6083         Unix (/n) and DOS (/r/n) line terminations.
6084
6085 2003-09-17  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6086
6087         * src/SDCCopt.c (cnvFromFloatCast, cnvToFloatCast): fixed
6088         bug #613775
6089
6090 2003-09-16  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6091
6092         * src/mcs51/gen.c (genFunction, genEndFunction),
6093         * src/ds390/gen.c (genFunction, genEndFunction): Moved save
6094         and restore of EA so that stack offsets to parameters are
6095         correct when using both critical and reentrant/stack-auto.
6096         * src/z80/gen.c (aopOp): removed erroneous assertion about sloc
6097         size (can be triggered in error if sloc is shared between
6098         different sized objects)
6099         * device/include/float.h: fixed macros to explicitly use
6100         unsigned long where needed
6101
6102 2003-09-15  Bernhard Held <bernhard AT bernhardheld.de>
6103
6104         Feature req. 799831: added code to allow nesting of critical functions
6105         * src/mcs51/gen.c (genFunction, genEndFunction)
6106         * src/ds390/gen.c (genFunction, genEndFunction)
6107
6108 2003-09-14  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6109
6110         * src/SDCCsymt.c (sclsFromPtr),
6111         * src/SDCCsymt.h,
6112         * src/SDCCast.c (decorateType): fixed bug #462971. Also, better
6113         support for standard C idiom of memory mapped variables; for
6114         example, *((xdata int*)0x1234) = 1 is now internally equivalent
6115         to xdata int at 0x1234 tempvar = 1.
6116         * sim/ucsim/z80.src/inst_xd.cc: fixed bug #805483 with patch
6117         provided by Akiya ISHIDA
6118
6119 2003-09-13  Bernhard Held <bernhard AT bernhardheld.de>
6120
6121         * src/SDCCval.c (cheapestVal): reenabled to reduce int to char
6122         * src/SDCCval.c (constVal): added reduction from int to char
6123         * src/SDCCval.c (valMult, valDiv): fixed sign handling
6124         * src/SDCCval.c (valShift): fixed after change of cheapestVal()
6125         * src/SDCCval.c (valCompare): fixed EQ_OP and NE_OP; they have
6126         to ignore the sign
6127         * support/regression/tests/shifts.c: fixed
6128
6129 2003-09-13  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6130
6131         * src/z80/gen.c (genXor): Fixed bug #805445
6132
6133 2003-09-12  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6134
6135         Fixed bug #621531 (const & volatile confusion in the type chain).
6136         DCL_PTR_CONST, DCL_PTR_VOLATILE, & IS_PTR_CONST now exclusively
6137         refer to the const or volatile state of the pointer itself.
6138
6139         * src/SDCCast.c
6140         * src/SDCCglue.c
6141         * src/SDCCicode.c
6142         * src/SDCCsymt.c
6143         * src/SDCCval.c
6144         * src/SDCC.y
6145         * src/SDCCsymt.h
6146         * src/pic/gen.c
6147         * src/pic/ralloc.c
6148         * src/pic16/gen.c
6149         * src/pic16/ralloc.c
6150         * support/regression/tests/const.c
6151
6152 2003-09-10  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
6153
6154         When checking for duplicated modules, use absolute paths
6155         instead of relative paths.  Files changed:
6156
6157         * as/mcs51/lklib.c
6158         * link/z80/lklib.c
6159
6160 2003-09-09  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6161
6162         * src/SDCCicode.c (geniCodeLogic): fixed bug #797572
6163
6164 2003-09-07  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6165
6166         * device/include/string.h: added size_t typedef, changed
6167         prototypes to use size_t, eliminated separate reentrant and
6168         non-reentrant declarations, added _memmove declaration
6169         * device/lib/_memcpy.c: changed to use size_t instead of int,
6170         changed /4 to >>2 to avoid division library call
6171         * device/lib/_memcmp.c,
6172         * device/lib/_memset.c,
6173         * device/lib/_strncat.c,
6174         * device/lib/_strncpy.c,
6175         * device/lib/_strncmp.c: changed to use size_t instead of int
6176         * device/lib/_memmove.c: new file (fixed bug #772294)
6177         * device/lib/Makefile.in: added _memmove.c
6178         * device/lib/z80/asm_strings.s: fixed bug #772290
6179         * support/regression/tests/bitfields.c: attempt to fix host assertion
6180         failure on amd64-unknown-linux2.2
6181
6182 2003-09-06  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6183
6184         * src/z80/gen.c (aopPut, spillPairReg): fixed bug #800998
6185         * src/z80/gen.c (genFunction, genEndFunction): fixed "bug" #774700
6186         * as/z80/asmain.c (main): fixed bug #801766
6187
6188 2003-09-06  Bernhard Held <bernhard AT bernhardheld.de>
6189
6190         * src/SDCCicode.c (ast2iCode): fixed differences in iCode with different
6191         compilers
6192
6193 2003-09-05  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6194
6195         * src/SDCCast.c (isConformingBody): fixed loop reversal bug
6196         reported in bug #800609
6197
6198 2003-09-04  Vangelis Rokas <vrokas AT otenet.gr>
6199
6200         * Top header beautifications in src/pic16 directory:
6201           device.c, device.h, gen.c, gen.h, genarith.c, glue.c, pcode.c,
6202           pcodeflow.c, pcodeflow.h, pcode.h, pcodepeep.c, pcoderegs.c,
6203           pcoderegs.h, ralloc.c, ralloc.h
6204         * main.c: added top header and GPL license notice
6205         * pcode.c: fixed the if-conditional warning
6206
6207 2003-09-04  Bernhard Held <bernhard AT bernhardheld.de>
6208
6209         * device/lib/_mullong.c: replaced int by short for gcc
6210
6211 2003-08-31  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6212
6213         * src/SDCCpeeph.c (notVolatile, notVolatileVariable): handle IFX
6214         and JUMPTABLE iCodes properly now (worked by accident before)
6215         * src/mcs51/gen.c (leftRightUseAcc),
6216         * src/ds390/gen.c (leftRightUseAcc): handle IFX and JUMPTABLE
6217         iCode properly now. Use getSize instead of nRegs since a & b
6218         aren't part of the nRegs tally.
6219
6220 2003-08-31  Vangelis Rokas <vrokas AT otenet.gr>
6221
6222         * src/pic16/main.c: corrected offsets of interrupt vectors in _pic16_genIVT()
6223         * src/pic16/pcode.c: fix to disable inserting BANKSEL directive
6224           before instructions that use the _STATUS register
6225
6226 2003-08-31  Bernhard Held <bernhard AT bernhardheld.de>
6227
6228         * src/mcs51/gen.c (freeAsmop): fixed off by one in stack offset (AOP_STK)
6229         * src/mcs51/gen.c (genNearPointerSet): added missing opcode for
6230         fetching of the pointer
6231         * src/mcs51/gen.c (genNearPointerGet): added reuse of PREG,
6232         copied from genNearPointerSet()
6233         * src/mcs51/gen.c (genNearPointerGet): don't pop r0/r1, if RESULTONSTACK
6234         * src/mcs51/gen.c: changed order of freeAsmop(left/right/result)-calls.
6235         If they pop r0/r1 they must be called in the opposite order than aopOp().
6236         * device/lib/_mullong.c: fixed for "--model-large --int-long-reent"
6237         (resp. --stack-auto), prepared for --xstack
6238
6239 2003-08-28  Frieder Ferlemann <Frieder.Ferlemann AT web.de>
6240
6241         * doc/sdccman.lyx: reverted tables to those in cvs 1.64
6242
6243 2003-08-28  Bernhard Held <bernhard AT bernhardheld.de>
6244
6245         * device/lib/_startup.c: quick & dirty fix for ds390/ds400;
6246         these ports have their own __sdcc_external_start()
6247
6248 2003-08-26  Bernhard Held <bernhard AT bernhardheld.de>
6249
6250         pic patch provided by Slade Rich <slade_rich AT yahoo.com>
6251         * src/pic/glue.c (pic14printPublics): fixed bug introduced when symbol
6252         type for bits was changed. It resulted in bit variables becoming
6253         global, which is not permitted in PIC 14 assembly output.
6254
6255 2003-08-23  Frieder Ferlemann <Frieder.Ferlemann AT web.de>
6256
6257         * doc/sdccman.lyx: various additions and updates. Rearranged sections
6258
6259 2003-08-22  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
6260
6261         Z80 and MCS51 linkers complaint if a public symbol is defined
6262         in more than one library module:
6263
6264         * as/mcs51/lklib.c
6265         * link/z80/lklib.c
6266         * as/mcs51/Makefile.in
6267
6268 2003-08-22  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6269
6270         A few small changes that speed up the peephole optimizer.
6271
6272         * src/SDCCpeeph.c
6273
6274 2003-08-22  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6275
6276         Try to make the peephole optimizer smarter by maintaining
6277         an association between the assembly source code and the
6278         iCodes that originated them. Put this information to use
6279         with a new peephole rule condition "notVolatile" so that
6280         the rules can be aggressive yet still safe.
6281
6282         * src/SDCCpeeph.c
6283         * src/SDCCpeeph.h
6284         * src/mcs51/gen.c
6285         * src/mcs51/peeph.def
6286
6287 2003-08-20  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6288
6289         Fixed bug #741761
6290
6291         * src/mcs51/gen.c (aopForSym, leftRightUseAcc),
6292         * src/ds390/gen.c (aopForSym, leftRightUseAcc): preserve A and B
6293         if the left or right operand symbols have the accuse flag set.
6294
6295 2003-08-20  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6296
6297         Changed the type of the result of the ! (NOT) operator to char;
6298         previously it returned the same type as the source. This allows
6299         us to eliminate all the genFloatNot functions (all of its target
6300         implementations were very buggy) since !float can use the same
6301         code as !long now.
6302
6303         * src/SDCCicode.c (ast2iCode): ! returns char
6304         * src/mcs51/gen.c (genNot, genNotFloat),
6305         * src/ds390/gen.c (genNot, genNotFloat),
6306         * src/z80/gen.c (genNot, genNotFloat),
6307         * src/pic/gen.c (genNot, genNotFloat),
6308         * src/pic16/gen.c (genNot, genNotFloat): eliminated genNotFloat
6309
6310 2003-08-19  Bernhard Held <bernhard AT bernhardheld.de>
6311
6312         pic patch provided by Slade Rich <slade_rich AT yahoo.com>
6313         1. Interrupt would not compile properly. Ensure PCLATH register is saved
6314            during interrupts. Ensure WSAVE is located at a shared bank address.
6315         2. Fixed page selection in some places
6316         3. Fixed BTFSS/C to where necessary use registers directly and not simply
6317            the registers name strings.
6318         4. Fixed "signed / unsigned compare" compiler warnings.
6319         5. The PIC port manages its own allocation of the general purpose
6320            registers, but makes no attempt to reuse them. As a result when
6321            compiling it soon runs out of general purpose registers. Some
6322            additional code was added to the files pcode.c and device.c to walk
6323            through the function call tree and rename the registers so that they
6324            get reused.
6325
6326         * src/pic/device.c
6327         * src/pic/gen.c
6328         * src/pic/glue.c
6329         * src/pic/pcode.c
6330         * src/pic/pcode.h
6331         * src/pic/ralloc.c
6332         * src/pic/ralloc.h
6333         * src/pic/genarith.c: Fixed problems with PIC 14 port in functions
6334         genPlus() & genMinus() when the result is the same as left or right
6335
6336 2003-08-18  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6337
6338         * src/z80/gen.c (isUnsplitable, fetchPairLong): fixed bug #770454
6339
6340 2003-08-18  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6341
6342         Made bitfield a distinct type from bit so that bitfields
6343         convert as per ANSI C and bits retain their traditional
6344         boolean style behaviour. Implemented bitfield support in
6345         the z80 port.
6346
6347         * src/SDCCsymt.h,
6348         * src/SDCCsymt.c,
6349         * src/SDCCast.c,
6350         * src/cdbFile.c,
6351         * src/mcs51/gen.c,
6352         * src/ds390/gen.c: bit v bitfield split
6353         * src/z80/gen.c: New support for bitfields
6354         * support/regression/tests/bitfields.c: reenabled z80,
6355         added more tests
6356
6357 2003-08-17  Frieder Ferlemann <Frieder.Ferlemann AT web.de>
6358
6359         Rules 246.x, 247.x relate to bitfields, the others speed up
6360         access to xdata mapped I/O devices.
6361
6362         * src/mcs51/peeph.def: added 26 peepholes 246.x - 248.x, 180.x
6363
6364 2003-08-16  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6365
6366         Cleaned up genPackBits and genUnpackBits and added two helper
6367         functions, emitPtrByteGet & emitPtrByteSet. Added optimizations
6368         for literal assignments in genPackBits (thanks to Frieder for
6369         reminding me).
6370
6371         * src/mcs51/gen.c
6372         * src/ds390/gen.c
6373
6374 2003-08-16  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6375
6376         Fixed bug #748310 (pointer to function type mishandled when the
6377         function name is omitted). Also fixed a SIGSEGV when a function
6378         attribute (reentrant, etc) is used on a non-function or on a
6379         function but misplaced before the parameter list.
6380
6381         * src/SDCC.y (abstract_declarator, abstract_declaractor2): fixed
6382         bug #748310
6383         * src/SDCC.y (declarator2_function_attributes): avoided SIGSEGV
6384         * support/Util/SDCCerr.h,
6385         * support/Util/SDCCerr.c: Added func attr misuse error msg
6386
6387 2003-08-13  Bernhard Held <bernhard AT bernhardheld.de>
6388
6389         Fixed bug #787649 by anonymous
6390         * src/SDCCglue.c (emitRegularMap): added emission of sloc for func ptr
6391         * src/ds390/gen.c (aopForSym): fixed func ptr in sloc
6392
6393 2003-08-14  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6394
6395         Fixed numerous bitfield problems.
6396
6397         * src/SDCC.y: More bitfield related error checking
6398         * src/SDCCsymt.h,
6399         * src/SDCCsymt.c (compStructSize): fixed bitfield offset calc
6400         * support/Util/SDCCerr.h,
6401         * support/Util/SDCCerr.c: Added & edited some bitfield err msgs
6402         * src/mcs51/gen.c (genPackBits, genUnpackBits): fixed mask bugs
6403         * src/ds390/gen.c (genPackBits, genUnpackBits): fixed mask bugs
6404         * support/regression/tests/bitfields.c: tests added
6405
6406 2003-08-13  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6407
6408         Made the constant following the "interrupt" keyword optional. If
6409         omitted, the function will not automatically be given an entry
6410         in the interrupt vector table (similar to #pragma NOIV, but
6411         less syntacticly kludgy). The interrupt number is also now
6412         range checked. Also fixed a bug in the high order bit example
6413         in the manual.
6414
6415         * src/SDCC.y
6416         * src/SDCCmem.c
6417         * src/SDCCglue.c
6418         * src/SDCCsymt.h
6419         * support/Util/SDCCerr.c
6420         * support/Util/SDCCerr.h
6421         * doc/sdccman.lyx
6422
6423 2003-08-13  Bernhard Held <bernhard AT bernhardheld.de>
6424
6425         * src/SDCCcse.c (algebraicOpts): fix bug converting op from value to type
6426         * src/SDCCicode.c (operandOperation): rewritten some ops
6427         (*, ==, unary_minus) to fix possible overflows and to accord with ANSI
6428         * src/SDCCsymt.c (computeType): literals are handled the same way as any
6429         other type
6430         * src/SDCCval.c (cheapestVal): removed, it doesn't accord with ANSI (can
6431         be re-activated by defining REDUCE_LITERALS)
6432         * src/SDCCval.c (constVal): fixed; hex and octal constants can be
6433         unsigned, but are signed by default
6434         * src/SDCCval.c (constVal): rearranged
6435         * src/SDCCval.c (valMod): preliminary fix
6436         * src/SDCCval.c (valCastLiteral): use TYPE_* types
6437         * support/regression/literalop.c: added, work in progress
6438
6439 2003-08-12  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6440
6441         Generate warnings for useless declarations like "char data;"
6442         that don't do what new users expect.
6443
6444         * src/SDCC.y
6445         * support/Util/SDCCerr.h
6446         * support/Util/SDCCerr.c
6447
6448 2003-08-09  Bernhard Held <bernhard AT bernhardheld.de>
6449
6450         * src/SDCCval.c (valMult): fix overflow detection of negative int
6451
6452 2003-08-07  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6453
6454         * src/z80/ralloc.c (joinPushes): made compatible with new signedness
6455
6456         Changes to support big endian targets:
6457
6458         * src/ports.h
6459         * src/SDCCglue.c
6460         * src/avr/main.c
6461         * src/ds390/main.c
6462         * src/izt/i186.c
6463         * src/mcs51/main.c
6464         * src/pic/main.c
6465         * src/pic16/main.c
6466         * src/xa51/main.c
6467         * src/z80/main.c
6468
6469 2003-08-06  Bernhard Held <bernhard AT bernhardheld.de>
6470
6471         * src/SDCCval.c (cheapestVal): changed behaviour to the same as constVal()
6472         * device/lib/time.c: fixed warning "integer overflow in expression"
6473
6474 2003-08-05  Bernhard Held <bernhard AT bernhardheld.de>
6475
6476         * src/SDCCval.c (cheapestVal, valueFromLit): use TYPE_* types
6477         * src/SDCCval.c (constVal): changed default to signed; hex and octal
6478         constants are unsigned; added recognition of "u" flag for unsigned
6479         * src/SDCCval.c (valMult): fixed signdness, added warning for overflow
6480         * src/SDCCval.c (valDiv, valMod): fixed signdness
6481         * src/SDCCicode.c (operandOperation): fixed critical typo; fixed
6482         signedness of modulo, left and right shift
6483         * support/Util/SDCCerr.c: added warning "integer overflow in expression"
6484         * support/Util/SDCCerr.h: added warning W_INT_OVL
6485         * src/SDCCast.c (decorateType): fixed gcc3.3 warning
6486         * src/SDCCast.c (ast_print): improved output of constants
6487
6488 2003-08-04  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
6489
6490         Fixed some warnings when building with MSVC:
6491
6492         * as\mcs51\asdata.c
6493         * as\z80\asdata.c
6494         * as\mcs51\asm.h
6495         * as\z80\asm.h
6496         * link\z80\aslink.h
6497         * link\z80\lkdata.c
6498         * link\z80\lkeval.c
6499         * link\z80\lkgb.c
6500         * link\z80\lkihx.c
6501         * link\z80\lks19.c
6502         * link\z80\lksym.c
6503         * support\cpp2\cpplib.c
6504         * src\ds390\gen.c
6505         * src\mcs51\gen.c
6506
6507 2003-08-03  Bernhard Held <bernhard AT bernhardheld.de>
6508
6509         * src/SDCCast.c (constExprTree): fix bug #781827 by Carl Worth <cworth AT isi.edu>
6510
6511 2003-08-01  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
6512
6513         * support\librarian\clean.mk: Do not remove Makefile.
6514         * support\librarian\Makefile: added.
6515
6516 2003-08-01  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
6517
6518         Added librarian to MSVC build:
6519         * all.dsp
6520         * sdcc.dsw
6521         * support\librarian\librarian.dsp
6522
6523         'configure' not needed for librarian, removed:
6524         * support\librarian\configure
6525         * support\librarian\configure.in
6526         * support\librarian\config_in.h
6527         * support\librarian\Makefile.in
6528
6529         Hopefully these ones built the librarian and the rest of sdcc properly:
6530         * Makefile
6531         * Makefile.common.in
6532
6533         Messed up 'configure', so revert to previous version:
6534         * configure
6535         * configure.in
6536
6537 2003-07-31  Bernhard Held <bernhard AT bernhardheld.de>
6538
6539         * src/SDCCicode.c (operandOperation): 3. fix, this time for Alpha; ULONG has 64 bits
6540         there, while the mantissa of a double is "only" 53 bits wide.
6541
6542 2003-07-31  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
6543
6544         Adding sdcclib to the build.  MSVC project coming soon.
6545         Files added/changed:
6546
6547         * support\librarian\clean.mk
6548         * support\librarian\configure
6549         * support\librarian\configure.in
6550         * support\librarian\config_in.h
6551         * support\librarian\Makefile.bcc
6552         * support\librarian\Makefile.in
6553         * support\librarian\sdcclib.c
6554         * Makefile.bcc
6555         * Makefile
6556         * Makefile.common.in
6557         * configure
6558         * configure.in
6559
6560 2003-07-29  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
6561
6562         Linker now complaints if linked modules have conflicting options, for
6563         example, one compiled using --model-large and another one compiled with
6564         --model-small.  The following files were modified:
6565
6566         * as\mcs51\asdata.c
6567         * as\mcs51\aslink.h
6568         * as\mcs51\asm.h
6569         * as\mcs51\asmain.c
6570         * as\mcs51\asout.c
6571         * as\mcs51\i51pst.c
6572         * as\mcs51\lkdata.c
6573         * as\mcs51\lklibr.c
6574         * as\mcs51\lkmain.c
6575         * as\z80\asdata.c
6576         * as\z80\asm.h
6577         * as\z80\asmain.c
6578         * as\z80\asout.c
6579         * as\z80\z80pst.c
6580         * link\z80\aslink.h
6581         * link\z80\lkdata.c
6582         * link\z80\lklibr.c
6583         * link\z80\lkmain.c
6584         * src\SDCCglue.c
6585
6586 2003-07-28  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
6587
6588         *link/z80/aslink.h, link/z80/lklibr.c, as/mcs51/aslink.h,
6589         as/mcs51/lklibr.c: Generate a warning when a library is not found.
6590
6591 2003-07-28  Bernhard Held <bernhard AT bernhardheld.de>
6592
6593         * src/z80/mappings.i: fix _mul[us][int,long] entries
6594
6595 2003-07-26  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
6596
6597         *src/SDCCmain.c: do not search for crt0.o when using --nostdlib
6598
6599 2003-07-24  Bernhard Held <bernhard AT bernhardheld.de>
6600
6601         * src/SDCCicode.c (operandOperation): really fixed problem with bitops
6602         * support/regression/tests/bitopcse.c: added
6603         fixed warning:
6604         * src/avr/gen.c:
6605         * src/pic/gen.c:
6606         * src/pic16/gen.c:
6607         * src/z80/gen.c:
6608         * src/xa51/gen.c:
6609
6610 2003-07-24  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
6611
6612         added support for new library format to z80, gbz80 linkers:
6613         *link/z80/aslink.h
6614         *link/z80/lklex.c
6615         *link/z80/lklib.c
6616         *link/z80/lklist.c
6617
6618 2003-07-24  Bernhard Held <bernhard AT bernhardheld.de>
6619
6620         * src/SDCCicode.c (operandOperation): fixed problem with bitops and 0xffffffff;
6621         after {double d = 0xffffffff; long l = d;} l will be 0x80000000 (LONG_MIN)
6622
6623 2003-07-23  Bernhard Held <bernhard AT bernhardheld.de>
6624
6625         added DUMMY_READ_VOLATILE:
6626         * src/SDCC.y:
6627         * src/avr/gen.c:
6628         * src/xa51/gen.c:
6629         * src/z80/gen.c:
6630         * src/pic/gen.c:
6631         * src/pic16/gen.c:
6632         * src/mcs51/gen.c:
6633         * src/ds390/gen.c:
6634         * src/SDCCcse.c (algebraicOpts): many improvements
6635         * src/SDCCcse.h: removed algebraicOpts()
6636         * src/SDCCicode.c (picDummyRead): added
6637
6638 2003-07-23  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
6639
6640         * as/mcs51/lkmem.c: Changed message "Insufficient DRAM memory" to
6641         "Insufficient space in data memory".
6642
6643 2003-07-20  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6644
6645         * src/mcs51/gen.c: fixed bug #771358
6646         * src/z80/gen.c: fixed bug #759087
6647
6648 2003-07-20  Bernhard Held <bernhard AT bernhardheld.de>
6649
6650         * src/pic16/glue.c: minor cleanup by Vangelis
6651
6652 2003-07-19  Frieder Ferlemann <Frieder.Ferlemann AT web.de>
6653
6654         * device/include/regc515c.h: fixed #758477
6655         * device/lib/_gptrget.c: saving some cycles in generic pointer get
6656         * device/lib/_gptrput.c: saved a few bytes
6657         * my tab spacing is 8, yours too?)
6658         * device/lib/_ser.c: process RX bytes earlier than TX bytes
6659         * device/lib/serial.c: process RX bytes earlier than TX bytes
6660         * src/mcs51/gen.c(genGenPointerGet/Set): removed writing of type after postincrement
6661
6662 2003-07-18  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6663
6664         * src/z80/gen.c: fixed some right shift bugs (#772726 among them)
6665
6666 2003-07-17  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
6667
6668     * link/z80/lklibr.c: fixed bug when there is a '.' in a library path.
6669
6670 2003-07-17  Bernhard Held <bernhard AT bernhardheld.de>
6671
6672         * device/lib/Makefile.in: bad fix, reverted to 1.43
6673
6674 2003-07-16  Bernhard Held <bernhard AT bernhardheld.de>
6675
6676         * device/lib/Makefile.in: added missing z80 object files
6677
6678 2003-07-14  Bernhard Held <bernhard AT bernhardheld.de>
6679
6680         * src/SDCCcse.c (algebraicOpts): CSE fun with &|^ and 0x00/0xff literals
6681         pic16 progress by Vangelis:
6682         * src/SDCCglobl.h:
6683         * src/SDCCmain.c:
6684         * src/pic/Makefile:
6685         * src/pic:
6686         * pic/Makefile:
6687         * pic16/device.c:
6688         * pic16/device.h:
6689         * pic16/gen.c:
6690         * pic16/gen.h:
6691         * pic16/genarith.c:
6692         * pic16/glue.c:
6693         * pic16/main.c:
6694         * pic16/pcode.c:
6695         * pic16/pcode.h:
6696         * pic16/pcodepeep.c:
6697         * pic16/peeph.def:
6698
6699 2003-07-13  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
6700
6701     * src/SDCCmain.c, src/SDCCglobl.h: added option --no-std-crt0
6702
6703 2003-07-12  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
6704
6705     * sdcc.dsw, all.dsp, link/z80/linkgbz80.dsp, as/z80/as-gbz80.dsp:
6706     added gbz80 build to MSVC project.
6707     * src/SDCCmain.c, src/SDCCglue.c, src/z80/main.c, src/z80/z80.dsp,
6708     link/z80/aslink.h, linkz80.dsp: cleaned up z80 and gbz80 asm files
6709     from 8051 stuff and setup so it links using a .lnk file.
6710
6711 2003-07-06  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
6712
6713     * support/librarian/sdcclib.c: sdcc librarian.
6714     * as/mcs51/aslink.h, as/mcs51/lklib.c: Support for libraries created
6715     with sdcclib.
6716
6717 2003-07-03  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
6718
6719     * as/mcs51/lkmain.c: properly handle extensions in function afile.
6720
6721 2003-07-02  Borut Razem <borut.razem AT siol.net>
6722
6723         * src/port.h, src/SDCCmain.c, src/pic/glue.h, src/pic/main.c,
6724         src/pic16/glue.h, sdcc/src/pic16/main.c, src/izt/i186.c,
6725         src/izt/tlcs900h.c, src/avr/main.c, src/ds390/main.c, src/mcs51/main.c,
6726         src/xa51/main.c, src/z80/main.c:
6727         virtualization of glue() function: each port has it's own glue function,
6728         which is accessed by do_glue function pointer in PORT.general structure
6729
6730 2003-07-01 Kevin Vigor <kevin AT vigor.nu>
6731
6732         * DS800C400 fun, improved ROM interface and tinibios.
6733
6734 2003-06-27 Kevin Vigor <kevin AT vigor.nu>
6735
6736         * More support for DS80C400. Now includes beginning of interface to ROM.
6737
6738 2003-06-25  Bernhard Held <bernhard AT bernhardheld.de>
6739
6740         * src/mcs51/gen.c (gencjneshort): fixed bug #760345
6741
6742 2003-06-20  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
6743
6744         * as/mcs51/lkaomf51.c: Make sure the size of the last procedure is correct.
6745
6746 2003-06-19  Borut Razem <borut.razem AT siol.net>
6747
6748         * src/z80/main.c: fixed Z80 port again: missing -k library paths in linker command line
6749
6750 2003-06-19  Borut Razem <borut.razem AT siol.net>
6751
6752         * src/SDCCutil.h, src/SDCCutil.c, src/SDCCglobl.h, src/SDCCmain.c, src/z80/main.c:
6753         fixed Z80 port - crt0.o: cannot open.
6754
6755 2003-06-19  Bernhard Held <bernhard AT bernhardheld.de>
6756
6757         * support/Util/MySystem.c (merge_command): revert bad fix
6758
6759 2003-06-18  Borut Razem <borut.razem AT siol.net>
6760
6761         * src/SDCC.lex, src/SDCCmain.c: fixed some warnings, introduced with changes made 15.06.1003
6762
6763 2003-06-18  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
6764
6765         * src/SDCCglobl.h, src/SDCCmain.c, doc/sdccman.lyx:
6766         option --use-stdout sends errors to stdout instead of stderr.
6767
6768 2003-06-18  Bernhard Held <bernhard AT bernhardheld.de>
6769
6770         * support/Util/MySystem.c (merge_command): quick fix for Linux segfault with \"cmd\" arg
6771
6772 2003-06-15  Borut Razem <borut.razem AT siol.net>
6773
6774         * support/cpp2/sdcc.h: HAVE_DOS_BASED_FILE_SYSTEM defined for _WIN32
6775         * src/SDCC.lex: cloneXxx and copyAndFreeXxx functions for options and optimize stack handling
6776         * src/SDCCglobl.h, src/SDCCmain.c, src/ds390/main.c, src/mcs51/main.c, src/z80/main.c:
6777         fixed width array of pointers replaced with sets;
6778         multiple include and lib paths ared transferred to preprocessor and linker
6779         * src/SDCCset.c, src/SDCCset.h: added function setFromSetNonRev() and mergeSets()
6780         * src/SDCCsymt.c: reimplemented function inCalleeSaveList() by using sets instead
6781         fixed width array of pointers
6782         * src/SDCCutil.c, src/SDCCutil.h: added functions fputStrSet(), appendStrSet(), joinStrSet();
6783         removed functions addToList(), join(), joinn(), pathCharsEquivalent(), pathCharTransform(),
6784         fixupPath(), getPathDifference()
6785         * src/ds390/gen.c, src/mcs51/gen.c: reimplemented function  inExcludeList() by using sets instead
6786         fixed width array of pointers
6787
6788 2003-06-11  Bernhard Held <bernhard AT bernhardheld.de>
6789
6790         * src/pic16/ralloc.c: fix warnings
6791         * src/pic16/pcode.c: fix warning
6792
6793 2003-06-10  Scott Dattalo  <scott AT dattalo.com>
6794
6795          Scott D. for Vangelis Rokas (vrokas AT otenet.gr). I (scott) don't
6796         know all the details, but essentially this set of changes enable
6797         the pic16 port to generate movff instructions and generate assembler
6798         directives,
6799         * src/SDCCmain.c:
6800         * src/pic16/gen.c:
6801         * src/pic16/glue.c:
6802         * src/pic16/pcode.c:
6803         * src/pic16/device.c:
6804         * src/pic16/main.c:
6805         * src/pic16/pcode.h:
6806         * src/pic16/pcoderegs.c:
6807         * src/pic16/ralloc.c:
6808         * src/pic16/ralloc.h:
6809
6810 2003-06-08  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
6811
6812         * support/Util/SDCCerr.c, src/SDCCglobl.h, src/SDCCmain.c, doc/sdccman.lyx:
6813         added option --vc, so sdcc errors and warnings are compatible with
6814         Microsoft Visual Studio.
6815
6816 2003-06-07  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
6817
6818         * device/lib/_atof.c, device/lib/Makefile.in, device/include/stdlib.h,
6819           device/lib/libfloat.lib: added atof function.
6820
6821 2003-06-04  Bernhard Held <bernhard AT bernhardheld.de>
6822
6823         * doc/sdccman.lyx: updated to Lyx 1.3
6824         * doc/cdbfileformat.lyx: updated to Lyx 1.3
6825         * doc/test_suite_spec.lyx: updated to Lyx 1.3
6826         * doc/Makefile: added fix for the \tabularnewline problem, thanks to Jesus
6827
6828 2003-06-03  Bernhard Held <bernhard AT bernhardheld.de>
6829
6830         * src/SDCCpeeph.c: separate peepRules2pCode() for pic16 by "Vangelis Rokas" <vrokas AT otenet.gr>
6831
6832 2003-06-02  Frieder Ferlemann <Frieder.Ferlemann AT web.de>
6833
6834         * doc/sdccman.lyx: cvs revision keywords, passing pdf information in latex preamble,
6835           additions to the "related tools/documentation" section
6836
6837 2003-06-02  Bernhard Held <bernhard AT bernhardheld.de>
6838
6839         * src/SDCCglue.c (tempfileandname): added check for missing TMP/TEMP/TMPDIR variable
6840
6841 2003-05-29  Bernhard Held <bernhard AT bernhardheld.de>
6842
6843         * src/pic/device.c: added 16F819, patch by "David I. Lehn" <dlehn AT vt.edu>
6844         * src/SDCCcse.c (algebraicOpts): fixed "c * 1"
6845
6846 2003-05-28  Bernhard Held <bernhard AT bernhardheld.de>
6847
6848         * doc/sdccman.lyx: fix double dash and other minor things
6849         * doc/Makefile: fix double dash
6850
6851 2003-05-28  Karl Bongers(patches from Martin Helmling)
6852         * debugger/mcs51/sdcdb.c,cmd.c,break.c and .h files. Martin adds
6853           condition and ignore commands.
6854
6855 2003-05-28  Frieder Ferlemann <Frieder.Ferlemann AT web.de>
6856
6857         * doc/sdccman.lyx: Changes all over, index improved, smaller margins. The manual
6858           is in parts still quite out of date, I did changes as far as I felt makes sense
6859           for a non-native english speaker.
6860           Please feel free to add to the manual or to correct my changes.
6861         * doc/Makefile: undid touching the date of intermediate tex files.
6862
6863 2003-05-26  Frieder Ferlemann <Frieder.Ferlemann AT web.de>
6864
6865         * doc/sdccman.lyx: Manual has an index now
6866
6867 2003-05-25  Bernhard Held <bernhard AT bernhardheld.de>
6868
6869         Finalize muluint/mulsint and mululong/mulslong merging:
6870         * device/lib/_mulint.c
6871         * device/lib/_mullong.c
6872         * device/lib/gbz80/mul.s
6873         * device/lib/gbz80/stubs.s
6874         * device/lib/z80/mul.s
6875         * device/lib/z80/stubs.s
6876         * src/SDCCsymt.c (initCSupport)
6877
6878 2003-05-25  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
6879
6880         * as/mcs51/lkaomf51.c: Address space 'z' was missing.
6881         * src/avr/avr.dsp, src/ds390/ds390.dsp, src/mcs51/mcs51.dsp,
6882           src/pic/pic.dsp, src/pic16/pic16.dsp, src/xa51/xa51.dsp,
6883           src/x80/z80.dsp: peep.rul is bigger now, so /Zm1000 is used
6884           instead of /Zm500.
6885
6886 2003-05-25  Frieder Ferlemann <Frieder.Ferlemann AT web.de>
6887
6888         * src/mcs51/peeph.def: added rules 244.x, 245.x. Although they pass
6889           the regression tests I'm not brave enough to enable 245.b, 245.c
6890         * doc/sdccman.lyx: added latex preamble for hyperref package.
6891           Using pdflatex this will give you a hyperlinked pdf file with
6892           bookmarks. (prepend '%' before /usepackage if this breaks something)
6893
6894 2003-05-24  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
6895
6896          * doc/sdccman.lyx: updated information about .adb files (fixed bug 742649)
6897
6898 2003-05-22  Bernhard Held <bernhard AT bernhardheld.de>
6899
6900         * src/pic16/pcode.c (pic16_get_op_from_instruction): fixed a gcc 3.x warning
6901
6902 2003-05-21    <johan AT balder>
6903
6904         * src/SDCCglue.c (printIval): fixed bug #739934
6905
6906 2003-05-19  Bernhard Held <bernhard AT bernhardheld.de>
6907
6908         Applied patch from bug 737905 (renamed yylineo to mylineno):
6909         * src/altlex.c
6910         * src/SDCCast.c
6911         * src/SDCglobl.h
6912         * src/SDCC.lex
6913         * src/SDCCsymt.c
6914         * src/SDCCval.c
6915         * src/pic16/pcode.c: Cleaned warnings
6916         * src/pic16/pcodeflow.c: Cleaned warnings
6917         * src/pic16/pcoderegs.c: Cleaned warnings
6918
6919 2003-05-19  Scott Dattalo  <scott AT dattalo.com>
6920
6921         * src/pic16/pcode.c: Cleaned warnings
6922         * src/pic16/pcodepeep.c: Cleaned warnings
6923         * src/pic16/ralloc.c: Cleaned warnings
6924
6925 2003-05-19  Bernhard Held <bernhard AT bernhardheld.de>
6926
6927         * doc/sdccman.lyx: fixed bug 739745
6928         * src/pic16/pcode.c (pic16_get_op): fixed warning on alpha
6929
6930 2003-05-18  Bernhard Held <bernhard AT bernhardheld.de>
6931
6932         * src/port.h: removed DEFAULT_PORT, it's not yet pic16 ;-)
6933         it can be defined with CFLAGS when running configure
6934         * src/SDCCmain.c: fixed compiling + linking with object files
6935
6936 2003-05-18  Vangelis Rokas (vrokas AT otenet.gr)
6937
6938         * configure.in: configure for pic16 port,
6939             added --disable-pic16-port
6940         * sdccconf_in.h: added macro OPT_DISABLE_PIC16
6941         * src/SDCCmain.c: linkOptions is changed to set *,
6942             added if/endif conditional macros to remove options help
6943             messages from optionsTable when a port is not configured, added
6944             support for the PIc16 port in the ports table, when executing
6945             the compiler with no port specified on command line, a default
6946             port is selected with the new macro DEFAULT_PORT which is
6947             defined in port.h, in setDefaultOptions() linkOptions is removed
6948             from initialization assignment, since now it is a set,
6949             parseCmdLine uses setParseWithComma for linkOptions, in
6950             linkEdit() linkOptions are accessed with new function indexSet()
6951             which returns the i'th item of a set variable. See SDCCset.c, in
6952             linkEdit() when calling buildCmdLine(), added linkOptions as
6953             last argument. Now users can pass arguments to gplink via the
6954             -Wl option, main() uses pic16glue() to glue up pic16 programs
6955         * src/SDCCpeeph.c: various changes to support pic16
6956         * src/SDCCset.c: added function  void *indexSet(set *, int)  to
6957             return the i'th item of the set
6958         * src/SDCCset.h: added function prototype for indexSet()
6959         * src/SDCCsymt.c: in checkSClass(), added support for PIC16
6960         * src/clean.mk: added pic16 in CLEANALLPORTS variable
6961         * src/port.h: added TARGET_ID_PIC16,TARGET_IS_PIC16 macro,
6962             added macro DEFAULT_PORT
6963         * src/pic/main.c: corrected arguments of gplnk in _linkCmd
6964         * src/pic16/gen.c: bug fix in genCpl(), now the correct code is
6965             generated
6966         * src/pic16/glue.c: commented out some error producing lines
6967         * src/pic16/main.c: __config directives are commented out to stop
6968             gpasm complaining and test the linkage with gplink, _linkCmd and
6969             _asmCmd changed to be more gplink and gpasm friendly
6970         * src/pic16/peeph.def: peep rule 3 is commented out, since it
6971             produced an error when parsed, peep rule 12 is added to utilize
6972             movff, but it is commented out since the pCode does not support
6973             yet a command with 2 address arguments
6974
6975 2003-05-18    <johan AT balder>
6976
6977         * src/ds390/gen.c (genArrayInit): removed obsolete and buggy ARRAYINIT
6978         * src/ds390/main.c (genArrayInit): removed obsolete and buggy ARRAYINIT
6979 2003-05-17  Karl Bongers(apply patches from Martin Helmling)
6980
6981         * debugger/mcs51/sdcdb.c,cmd.c,break.c and .h files.
6982   Added feature to script commands from file.
6983
6984 2003-05-14  Bernhard Held <bernhard AT bernhardheld.de>
6985
6986         * device/lib/_strtok.c: fixed bug #734355 by Lenny Story and Tim Woodall
6987         * src/SDCCutil.c: include ctype.h for win32
6988
6989 2003-05-13  Bernhard Held <bernhard AT bernhardheld.de>
6990
6991         * src/pic16/*: removed CR from many files, reported by Vangelis Rokas
6992
6993 2003-05-12  Karl Bongers(apply development patches from Martin Helmling)
6994
6995         * debugger/mcs51/sdcdb.c,simi.c,cmd.c,break.c and .h files.
6996   Fixed so you can set breakpoints prior to run, run does not stop
6997   on entry now.  Add tbreak.  Other enhancements and fixes for use
6998   with ddd.
6999
7000 2003-05-12  Borut Razem <borut.razem AT siol.net>
7001
7002         * src/SDCCmain.c: fixed the problem with searching the DATADIR as the last resort on *nix
7003
7004 2003-05-11  Borut Razem <borut.razem AT siol.net>
7005
7006         * src/SDCCutil.c: WIN32 version of getBinPath() calls GetModuleFileName() to determine
7007         the path of bin directory, so that PATH is the only env. variable, which has to be set
7008         in case of standard installation.
7009         * src/ds390/ds390.dsp: increased value of /Zm option to 1000
7010         * src/pic/main.c: add quotes to file name parameters for gplink and gpasm
7011         * src/SDCCglobl.h, src/SDCCmain.c, doc/sdccman.lyx: added --print-search-dirs command line option
7012
7013 2003-05-04  Bernhard Held <bernhard AT bernhardheld.de>
7014
7015         * src/SDCCmain.c (linkEdit): fixed buffer overflow for gbz80
7016         * support/regression/Makefile: inter-port-clean is no longer nesessary, the
7017         temp files are in the port dir; clean the gen/test directory when
7018         generating new test.c
7019         * support/regression/ports/host/spec.mk: defined OBJEXT for target clean
7020         * support/regression/tests/vaargs.c: fixed gcc 3.3 warning
7021         * support/regression/tests/zeropad.c: added
7022
7023 2003-05-09    <johan AT balder>
7024
7025         * src/SDCCglue.c: fixed bug #597940
7026
7027 2003-05-05  Karl Bongers(apply patches from Martin Helmling)
7028
7029         * debugger/mcs51/sdcdb.c,simi.c,cmd.c,symtab.c and .h files.
7030   cache sfr, optimize next,step, fix off by one sourceline,
7031   support ddd list function.
7032         * sim/ucsim/cmd.src/newcmd.cc - small fix for sdcdb use.
7033
7034 2003-05-04  Bernhard Held <bernhard AT bernhardheld.de>
7035
7036         * support/regression/HTMLgen.py: added compare_s2f()
7037         * support/regression/Makefile: redo 1.27
7038         * support/regression/generate-cases.py: redo 1.5
7039
7040 2003-04-30  Bernhard Held <bernhard AT bernhardheld.de>
7041
7042         * support/regression/tests/float.c: workaround 33 bit hex constant
7043         * support/regression/tests/simplefloat.c: fix division for host
7044
7045 2003-04-29  Scott Dattalo  <scott AT dattalo.com>
7046
7047         * src/pic/pcoderegs.c Applied patch from Jim Hawkridge <jim AT jimhawkridge.uk.eu.org>
7048         that tame's the PIC's over-aggressive optimizer.
7049
7050 2003-04-29  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
7051
7052          * src.dsw, link/z80/aslink.h, link/z80/linkz80.dsp: z80 linker
7053          support for MSVC.
7054
7055 2003-04-29  Kevin Vigor <kevin AT vigor.nu>
7056
7057         Initial support for DS80C400. "Hello world" runs on TINIm400
7058         (with polled I/O).
7059
7060 2003-04-28  Karl Bongers(apply patches for Martin Helmling)
7061
7062          * debugger/mcs51/sdcdb.c,simi.c,cmd.c,symtab.c and .h files.
7063          * Some notes on ddd usage added in debugger/README
7064          Martin Helmling adding more features and fixes for ddd GUI debugger.
7065          Code added for nexti, stepi, up, down, and other adjustments.
7066
7067 2003-04-28  Scott Dattalo  <scott AT DATTALO.COM>
7068
7069         * src/pic/pCodepeep.c non-wildcard asmops are now handled
7070         * src/pic/peeph.def Added two rules to optimize carry manipulation
7071         * src/pic/* removed debug printfs
7072
7073 2003-04-28  Bernhard Held <bernhard AT bernhardheld.de>
7074
7075         * debugger/mcs51/cmd.c: added header newalloc.h
7076
7077 2003-04-26  Bernhard Held <bernhard AT bernhardheld.de>
7078
7079         * as/Makefile: new EXEEXT
7080         * as/z80/Makefile: remove trailing slash of BUILDIR
7081         * as/z80/clean.mk: new EXEEXT
7082         * Makefile.common.in: add to CFLAGS (and others), don't replace it
7083         * support/cpp2/Makefile.in: new EXEEXT
7084         * src/pic/glue.c (pic14emitRegularMap): fixed warning
7085
7086 2003-04-24  Bernhard Held <bernhard AT bernhardheld.de>
7087
7088         Cygwin's gcc always appends .exe: 'gcc -o a a.c' creates a.exe;
7089         EXEEXT was introduced to fix all related problems with targets
7090         "clean", "install" and "uninstall"; a couple of further flaws
7091         especially with "clean" have been fixed too
7092         * as/mcs51/Makefile.in
7093         * as/mcs51/clean.mk
7094         * as/z80/Makefile
7095         * Makefile
7096         * clean.mk
7097         * debugger/mcs51/Makefile.in
7098         * debugger/mcs51/clean.mk
7099         * link/z80/Makefile
7100         * link/z80/Makefile.in
7101         * link/z80/clean.mk
7102         * link/Makefile
7103         * packihx/Makefile.in
7104         * packihx/clean.mk
7105         * sim/ucsim/Makefile
7106         * sim/ucsim/clean.mk
7107         * sim/ucsim/avr.src/Makefile.in
7108         * sim/ucsim/avr.src/clean.mk
7109         * sim/ucsim/s51.src/Makefile.in
7110         * sim/ucsim/s51.src/clean.mk
7111         * sim/ucsim/xa.src/Makefile.in
7112         * sim/ucsim/xa.src/clean.mk
7113         * sim/ucsim/z80.src/Makefile.in
7114         * sim/ucsim/z80.src/clean.mk
7115         * sim/ucsim/main_in.mk
7116         * sim/ucsim/packages_in.mk
7117         * sim/ucsim/gui.src/Makefile.in
7118         * sim/ucsim/gui.src/serio.src/Makefile.in
7119         * sim/ucsim/gui.src/serio.src/clean.mk
7120         * src/Makefile.in
7121         * src/clean.mk
7122         * support/cpp2/Makefile.in
7123         * support/cpp2/clean.mk
7124         * support/makebin/Makefile
7125         * support/makebin/clean.mk
7126         * support/scripts/sdcc_mingw32: --program-suffix no longer needed
7127         * doc/sdccman.lyx: --program-suffix no longer needed
7128
7129 2003-04-23  Karl Bongers(apply patches for Martin Helmling)
7130
7131          * debugger/mcs51/sdcdb.c,simi.c,cmd.c,..
7132          Martin Helmling added support for ddd GUI debugger.
7133          Code added to display assembly, set variables, and other commands
7134          to interface to ddd.
7135
7136 2003-04-23  Bernhard Held <bernhard AT bernhardheld.de>
7137
7138         * as/Makefile: fix target clean
7139         * as/clean.mk: fix target clean
7140         * as/z80/clean.mk: fix target clean
7141
7142 2003-04-22  Bernhard Held <bernhard AT bernhardheld.de>
7143
7144         * Makefile.common.in: added  AT EXEEXT AT
7145         * configure.in: removed all mingw32 stuff
7146         * configure: rebuilt from configure.in
7147         * doc/sdccman.lyx: updated section "installation"
7148         * support/scripts/sdcc_mingw32: adapted to configure
7149         * support/scripts/sdcc_cygwin_mingw32: added
7150
7151 2003-04-22  Scott Dattalo  <scott AT dattalo.com>
7152
7153         * src/pic Added object file support for the PIC port
7154         * src/pic Applied patch from Craig Franklin (this started the object file support)
7155         * src/regression Updated the PIC regression tests for object files
7156
7157 2003-04-20  Borut Razem <borut.razem AT siol.net>
7158
7159         * sdcc/as/mcs51/lklex.c: make getfid() more robust and fixed gcc warning:
7160           lklex.c: In function `getfid':
7161           lklex.c:203: warning: array subscript has type `char'
7162         * src/SDCCglobl.h: small change in stack handling macros, to avoid crash when compiled
7163           with MSVC with global optimization enabled (probably an cl compiler bug ;-)
7164         * support/Util/SDCCerr.c, support/Util/SDCCerr.h: added function fatal(), called from
7165           stack handling macros
7166
7167 2003-04-19  Borut Razem <borut.razem AT siol.net>
7168
7169         * "handling space characters in file path" task:
7170         * src/SDCCmacro.c: fixed bug in handlig quote at the end of line
7171         * support/Util/BuildCmd.c: define par as NULL if parameter value is invalid
7172         * support/Util/MySystem.h: make it self-sufficient
7173         * src/avr/main.c, src/ds390/main.c, src/mcs51/main.c, src/pic/main.c, src/xa51/main.c,
7174           src/z80/main.c, sdcc/as/mcs51/lklex.c:
7175           handling space characters in file path
7176         * src/SDCCmain.c: introduced setDataPaths() function, {datadir} macro
7177           (it will be used by assemblers, which have their own includes, e.g. gpasm)
7178         * support/Util/MySystem.c: handling space characters in executable's path
7179
7180 2003-04-19  Bernhard Held <bernhard AT bernhardheld.de>
7181
7182         * as/z80/Makefile: fix permanent rebuild of z80
7183         * sim/ucsim/gui.src/Makefile.in: target "install" builds the same packages as target "all"
7184         * support/regression/tests/bitfields.c: added Johan's bitfields.c
7185
7186 2003-04-18      Kevin Vigor <kevin AT vigor.nu>
7187
7188         * src/SDCCopt.c: add special case optimization to replace modulo by
7189           a power of two with a bitwise AND.
7190
7191 2003-04-18    <johan AT balder>
7192
7193         * src/mcs51/gen.c (getFreePtr): fixed bug #635354
7194
7195 2003-04-17    <johan AT balder>
7196
7197         * src/mcs51/ralloc.c (packRegsForAssign): fixed bug #716790 and removes lot's of redundant register usage around function calls
7198         * src/mcs51/ralloc.c (packRegisters): fixed bug #720667
7199
7200 2003-04-13  Borut Razem <borut.razem AT siol.net>
7201
7202         * doc/sdccman.lyx: updated info about #pragma SAVE/RESTORE nesting
7203         * configure.in, configure: fixed problems on cygwin/WinCVS environmet with ports.* line endings;
7204           fixed mingw problem in adl_NORMALIZE_PATH
7205
7206 2003-04-12  Borut Razem <borut.razem AT siol.net>
7207
7208         * fixed "#pragma SAVE/RESTORE can not be nested":
7209         * src/SDCC.lex: reworked pragma handling functions
7210         * sdcc/src/SDCCglobl.h: reworked stack handling macros
7211         * support/Util/SDCCerr.c, support/Util/SDCCerr.h: added E_STACK_VIOLATION error
7212
7213 2003-04-12  Bernhard Held <bernhard AT bernhardheld.de>
7214
7215         * src/SDCCutil.c (pathEquivalent): defined but not used
7216         * debugger/mcs51/sdcdb.c: replace SDCC_LIB_DIR
7217         * configure.in: remove sdcc_datadir, sdcc_lib_dir and sdcc_include_dir
7218         * configure: rebuilt from configure.in
7219         * sdccconf_in.h: remove SDCC_LIB_DIR and SDCC_INCLUDE_DIR
7220         * sdcc_vc_in.h: remove SDCC_LIB_DIR and SDCC_INCLUDE_DIR
7221         * device/include/Makefile.in: replace sdcc_datadir
7222         * device/lib/Makefile.in: replace sdcc_datadir
7223         * Makefile.common.in: add LDFLAGS from configure
7224         * packihx/Makefile.in: use LDFLAGS
7225         * src/Makefile.in: use LDFLAGS
7226         * support/cpp2/Makefile.in: add LDFLAGS from configure
7227         * support/makebin/Makefile: use LDFLAGS
7228         * .version: bumped version number to 2.3.5
7229
7230 2003-04-12  Borut Razem <borut.razem AT siol.net>
7231
7232         * completed "different paths" task:
7233         * src/SDCCmacro.c: fixed bug in handling quotes
7234         * src/SDCCutil.c, src/SDCCutil.c: rewritten getPrefixFromBinPath()
7235         * src/SDCCmain.c: _discoverPaths() replaced with setBinPaths(), setIncludePath() and setLibPath()
7236
7237 2003-04-12  Bernhard Held <bernhard AT bernhardheld.de>
7238
7239         * src/pic/pcoderegs.c (Remove1pcode): fix warning on alpha
7240
7241 2003-04-11 kevin Vigor <kevin AT vigor.nu>
7242
7243         * ds390/gen.c ds390/peeph.def: fix bug 706781
7244
7245 2003-04-11  Borut Razem <borut.razem AT siol.net>
7246
7247         * support/Util/dbuf.c, support/Util/dbuf.h: update to version 1.1.1 - re-added C++ stuff to make it still more portable
7248
7249 2003-04-10  Scott Dattalo  <scott AT dattalo.com>
7250
7251         * src/pic/* Applied the pointer-to-function patch from Steve Tell.
7252         * src/pic/* Fixed several pointer bugs. (PIC port broke when the ruonly bit was
7253          set - this bit used to not be set...).
7254         * src/pic/gen.c Fixed buf 609268 ==> x = (x+1) & 0xf; generated
7255           bad code in PIC Port
7256         * src/regression/and2.c added to test bug 609268
7257         * src/regression/Makefile added and2.c to regression test
7258
7259
7260 2003-04-08    <johan AT CP255758-A>
7261
7262         * src/mcs51/gen.c (gen51Code): display reg usage in --icode-in-asm
7263         * src/mcs51/ralloc.c (serialRegAssign): update the registers in use and save some slocs
7264         * src/SDCCicode.h: added riu to show the register usage in --icode-in-asm
7265
7266 2003-04-07  Bernhard Held <bernhard AT bernhardheld.de>
7267
7268         * configure.in: fully support prefix, exec_prefix, datadir, docdir;
7269         fix bug #487815
7270         * support/cpp2/Makefile.in: fix bug #487815
7271         * configure: rebuilt from configure.in
7272         * Makefile.common.in: docdir changed, new path suffixes
7273         * sdccconf_in.h: new RETSIGTYPE, and other PATHs
7274         * sdcc_vc_in.h: reflect changes from sdccconf.h
7275         * src/SDCCglobl.h: remove *SEPARATOR_CHARS, they are now in sdccconf.h
7276         * src/SDCCutil.h: remove BINDIR hack
7277         * doc/sdccman.lyx: update new path hierarchy
7278
7279 2003-04-06    Paul Stoffregen <paul AT pjrc.com>
7280
7281         * src/SDCCpeeph.c: added okToRemoveSLOC test
7282
7283 2003-04-06    Paul Stoffregen <paul AT pjrc.com>
7284
7285         * device/lib/printf_fast.c: added leading zero format ("%06d", etc)
7286
7287 2003-04-06    Paul Stoffregen <paul AT pjrc.com>
7288
7289         * src/SDCCpeeph.c: added labelIsReturnOnly test
7290         * src/mcs51/peeph.def: Peephole 244: replace ljmp to ret with ret
7291
7292 2003-04-05    <johan AT balder>
7293
7294         * src/SDCCcse.c (cseAllBlocks): fixed bug #460088
7295         * src/SDCCloop.c (DEFSETFUNC): fixed bug #460088
7296         * src/SDCCopt.c (eBBlockFromiCode): fixed bug #460088
7297         * src/SDCCast.c: fixed a warning
7298         * src/SDCCast.h: fixed a warning
7299         * src/SDCCicode.c (operandFromAst): fixed a warning
7300
7301 2003-04-04    <johan AT balder>
7302
7303         * src/SDCCloop.c (DEFSETFUNC): undid the fix for bug #519584
7304         * src/SDCCast.c (decorateType): fixed bug #715076
7305         * src/SDCC.y: fixed bug #702907
7306
7307 2003-04-03    <johan AT balder>
7308
7309         * device/lib/_mulint.c (_muluint): new #pragma LESS_PEDANTIC
7310         * src/SDCCopt.c (eBBlockFromiCode): new #pragma LESS_PEDANTIC
7311         * src/SDCCglobl.h (PRAGMA_LESSPEDANTIC): new #pragma LESS_PEDANTIC
7312         * src/SDCC.lex (doPragma): new #pragma LESS_PEDANTIC
7313         * src/SDCCmain.c (parseCmdLine): new #pragma LESS_PEDANTIC
7314
7315 2003-04-03  Bernhard Held <bernhard AT bernhardheld.de>
7316
7317         * _decdptr.c: fix return values
7318         * _gptrget.c: fix return values
7319         * _gptrgetc.c: fix return values
7320         * _gptrput.c: fix return values
7321         * _mulint.c: fix return values
7322         * as/z80/Makefile: fix 'make -j' problem
7323
7324 2003-04-02  Bernhard Held <bernhard AT bernhardheld.de>
7325
7326         * Makefile.common.in: unused PORT, SCC and SAS removed, fixed docdir
7327         * configure.in: big cleanup, updated to autoconf 2.5x
7328         * configure: rebuilt from configure.in
7329         * sdccconf_in.h: new RETSIGTYPE, and other PATHs
7330         * sdcc_vc_in.h: reflect changes from sdccconf.h
7331         * doc/Makefile: fixed a flaw in "make install"
7332
7333 2003-04-02    <johan AT balder>
7334
7335         * src/ds390/gen.c (genCmp): no comments
7336         * src/mcs51/gen.c (genCmp): no comments
7337         * src/SDCCopt.c (eBBlockFromiCode): detect missing return values
7338         * src/SDCCast.c (ast_print): fixed the function type in --dumptree
7339
7340 2003-04-01  Bernhard Held <bernhard AT bernhardheld.de>
7341
7342         * support/regression/generate-cases.py: place generated file in given sub directory
7343         * support/regression/ports/host/spec.mk: prevent removal of testfwk.o
7344         * support/regression/Makefile: improvements for 'make -j';
7345         side effect: it's simpler and faster now
7346
7347 2003-03-31  Borut Razem <borut.razem AT siol.net>
7348
7349         * src/z80/main.c: link-{port} and as-{port} defined without path
7350         * src/src.dsp: support/Util/MySystem.h and src/SDCCutil.h added to project
7351
7352 2003-03-31  Bernhard Held <bernhard AT bernhardheld.de>
7353
7354         * Makefile, src/Makefile.in: add dependencies, so that 'make -j' works
7355
7356 2003-03-30  Borut Razem <borut.razem AT siol.net>
7357
7358         * support/Util/BuildCmd.c, support/Util/BuildCmd.h: rewrite buildCmdLine(),
7359           changed type of list parameter to set
7360         * src/ds390/main.c: changed type of parameter asmOptions to set in _tininative_do_assemble()
7361         * src/port.h: changed type of do_assemble() parameter to set
7362         * src/SDCCmain.c: type of asmOptions changed to set, introduced setParseWithComma(),
7363           sdcpp defined without path, removed variable VersionString, introduced set binPathSet,
7364           definition of "cppoutfilename" macro with NULL value in preProcess()
7365         * src/SDCCglobl.h: included "SDCCset.h", added declaration of setParseWithComma()
7366         * src/SDCCglue.c: removed variable VersionString, inroduced spacesToUnderscores()
7367         * support/Util/MySystem.c, support/Util/MySystem.h: rewrite, char *ExePathList[]
7368           replaced with set *binPathSet
7369         * shash_add() deallocates the item, if allready exsists, before adding the new one
7370         * src/SDCCmacro.c: handling macros with empty or NULL values in _evalMacros()
7371
7372 2003-03-30  Scott Dattalo  <scott AT dattalo.com>
7373
7374         * src/pic/gen.c: Commit patch from Steve Tell <tell AT telltronics.org> that fixes
7375           a nested for loop bug in the PIC port
7376         * src/regression/nestfor.c: new regression test file Steve wrote to test nested
7377           for loops
7378
7379 2003-03-29  Bernhard Held <bernhard AT bernhardheld.de>
7380
7381         * support/Util/dbuf.h: remove C++ stuff to make it portable
7382
7383 2003-03-28  Borut Razem <borut.razem AT siol.net>
7384
7385         * src/SDCC.lex: Fix for bug #711240: dynamic buffer handling of C
7386           literal strings in stringLiteral()
7387         * support/Util/dbuf.c, support/Util/dbuf.h: added: dynamic buffer handling
7388         * src/Makefile.bcc, src/Makefile.in, src\src.dsp: added support/Util/dbuf.c
7389           to the project
7390
7391 2003-03-27  Paul Stoffregen <paul AT pjrc.com>
7392
7393         * src/SDCCpeeph.c (pcDistance): accurate byte distance for mcs51
7394
7395 2003-03-26    <johan AT balder>
7396
7397         * src/mcs51/gen.c (saveRegisters): catched symbol abuse
7398         * src/ds390/gen.c (saveRegisters): catched symbol abuse
7399         * src/SDCCast.c (decorateType): fixed " -v < 3"
7400
7401 2003-03-23  Bernhard Held <bernhard AT bernhardheld.de>
7402
7403         * doc/cdbfile.html: removed, replaced by cdbfileformat.lyx
7404         Added Lenny Story's debug infrastructure changes:
7405         * src/Makefile.in:  added new files cdbFile.c and SDCCdebug.c
7406         * src/Makefile.bcc: added new files cdbFile.c and SDCCdebug.c
7407         * src/cdbFile.c: added
7408         * src/SDCCdebug.c: added
7409         * src/SDCCdebug.h: added
7410         * src/SDCCast.c (createFunction)
7411         * src/SDCCglue.c (emitRegularMap, emitStaticSeg, emitOverlay, glue)
7412         * src/SDCCmain.c (parseCmdLine, main)
7413         * src/SDCCmem.c (redoStackOffsets)
7414         * src/SDCCsymt.c (cdbStructBlock, cdbTypeInfo, cdbSymbol, cdbStruct, cdbStructBlock)
7415         * src/SDCCsymt.h
7416         * src/common.h
7417         * src/avr/gen.c (genAVRCode)
7418         * src/ds390/gen.c (gen390Code)
7419         * src/mcs51/gen.c (gen51Code)
7420         * src/pic/gen.c (genpic14Code)
7421         * src/pic/glue.c (pic14emitRegularMap, pic14emitStaticSeg, pic14emitOverlay, picglue)
7422         * src/xa51/gen.c (genXA51Code)
7423         * src/SDCCast.c: fixed "void foo(void){char c; -c < 0;}"
7424
7425 2003-03-22  Frieder Ferlemann <Frieder.Ferlemann AT web.de>
7426
7427         * src/mcs51/gen.c (genCodePointerGet): quicker code for bug #700797
7428         * src/mcs51/peeph.def: added rules 177, 241.x to 243, touched 181, 182.x, 193.x
7429
7430 2003-03-22    <johan AT balder>
7431
7432         * src/SDCCicode.c (geniCodeDerefPtr): fixed bug #698231
7433
7434 2003-03-21  Bernhard Held <bernhard AT bernhardheld.de>
7435
7436         * support/scripts/sdcc_mingw32: adapted to configure from autoconf 2.54
7437         * doc/cdbfileformat.lyx: added, written by Lenny Story
7438         * doc/Makefile: added cdbfileformat.lyx
7439         * doc/clean.mk: added cdbfileformat.lyx
7440
7441 2003-03-20  Bernhard Held <bernhard AT bernhardheld.de>
7442
7443         * src/mcs51/peeph.def: fix bug #705773
7444
7445 2003-03-20    <johan AT balder>
7446
7447         An sfr/sbit can have an "at #" AND an initializer
7448         * src/SDCCsymt.c (checkSClass):
7449         * src/SDCCmem.c (allocGlobal):
7450         * src/SDCCmem.c (allocLocal):
7451         * src/SDCCast.c (createBlock):
7452
7453 2003-03-17  Bernhard Held <bernhard AT bernhardheld.de>
7454
7455         * src/ds390/peeph.def: fix bug #704878: added rule 213.b suggested by Jan Rejlek
7456
7457 2003-03-16    <johan AT balder>
7458
7459         Undid the hackup of const and volatile, the problem is much bigger
7460         * src/SDCC.y:1.65
7461         * src/SDCCast.c:1.171
7462         * src/SDCCglue.c:1.138
7463         * src/SDCCicode.c:1.146
7464         * src/SDCCsymt.c:1.150
7465         * src/SDCCval.c:1.65
7466
7467 2003-03-15  Bernhard Held <bernhard AT bernhardheld.de>
7468
7469         * src/mcs51/ralloc.c (packRegsForAssign): fixed bug #703541
7470         * src/ds390/gen.c (genAddrOf): fixed bug #704087
7471
7472 2003-03-13    <johan AT balder>
7473
7474         Hackup const and volatile modifiers in type chains a bit:
7475         * src/SDCC.y:1.63
7476         * src/SDCCast.c:1.169
7477         * src/SDCCglue.c:1.136
7478         * src/SDCCicode.c:1.143
7479         * src/SDCCsymt.c1.146
7480         * src/SDCCsymt.h1.59
7481         * src/SDCCval.c:1.63
7482
7483 2003-03-12    <johan AT balder>
7484
7485         * src/SDCCBBlock.h: more LRH debugging junk
7486         * src/SDCCcflow.h: more LRH debugging junk
7487         * src/SDCCloop.c: more LRH debugging junk
7488         * src/SDCC.y (struct_declaration): fixed bug #697590
7489         * src/SDCCsymt.[hc] (cloneSpec): NEVER EVER use this again
7490         * src/ds390/gen.c (aopForRemat): fixed bug #700031
7491         * src/SDCCglue.c (emitStaticSeg): fixed bug #700797
7492
7493 2003-03-11 Kevin Vigor <kevin AT vigor.nu>
7494         * src/SDCCpeeph.c: quit being lazy and made proper fix (peephole
7495         test function names must now match exactly).
7496         * src/SDCCcse.c: added special case in findCheaperOp to allow
7497         extending a short integer. Makes less awful code for bug 700121 test case.
7498
7499 2003-03-11  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
7500
7501         * as/mcs51/lkmain.c: Added ASlink-Warning to messages
7502         * as/mcs51/lkaomf51.c: Fixed bug when linking asmblink example
7503
7504 2003-03-11 Kevin Vigor <kevin AT vigor.nu>
7505
7506         * src/SDCCpeeph.c: fix so that operandsNotEqualX functions are
7507         actually called (operandsNotEqual() was called for all
7508         operandsNotEqualX tests).
7509
7510 2003-03-11 Kevin Vigor <kevin AT vigor.nu>
7511
7512         * src/SDCCcse.c: fix findCheaperOp to prevent replacing int types
7513         with shorter literals. Fixes bug 700121.
7514
7515 2003-03-11    <johan AT balder>
7516
7517         * src/SDCCsymt.c (compareType): a (void *) can be assigned to any pointer
7518
7519 2003-03-11  Bernhard Held <bernhard AT bernhardheld.de>
7520
7521         * src/SDCCloop.c (mergeRegions): an evil beast is dead
7522         * src/SDCCmain.c (preProcess): minor cleanup: eliminate preOutName
7523
7524 2003-03-10  Borut Razem <borut.razem AT siol.net>
7525
7526         * src/SDCCmain.c: pipe preprocessor's output
7527         * support/Util/MySystem.c, support/Util/MySystem.h: added my_popen()
7528         * sdcc_vc_in.h: define pclose as _pclose for WIN32
7529         * src/SDCCglue.c, src/SDCCglue.h: added set pipeSet, added function closePipes,
7530         which closes all pipes in pipeSet set
7531         * src/SDCCset.c: free deleted item in function deleteSetItem()
7532         * src/src.dsp, src/z80/z80.dsp: files support/Util/BuildCmd.c and support/Util/MySystem.c
7533         moved from z80 to src subproject
7534         * .version: increased version number to 2.3.4
7535
7536 2003-03-10  Bernhard Held <bernhard AT bernhardheld.de>
7537
7538         * support/regression/ports/mcs51/spec.mk: increase timeout for CF's sparc to 30s
7539         * support/regression/ports/ds390/spec.mk: increase timeout for CF's sparc to 25s
7540         * support/regression/ports/xa51/spec.mk: fix typo
7541
7542 2003-03-09  Bernhard Held <bernhard AT bernhardheld.de>
7543
7544         * src/SDCCglobl.h: PATH_MAX is already defined in mingw32 headers
7545
7546 2003-03-09  Borut Razem <borut.razem AT siol.net>
7547
7548         * src/SDCCmain.c: pipe preprocessor's output
7549         * support/Util/MySystem.c, support/Util/MySystem.h: added my_popen()
7550         * sdcc_vc_in.h: define pclose as _pclose for WIN32
7551         * src/SDCCglue.c, src/SDCCglue.h: added set pipeSet, added function closePipes,
7552         which closes all pipes in pipeSet set
7553         * src/SDCCset.c: free deleted item in function deleteSetItem()
7554         * src/src.dsp, src/z80/z80.dsp: files support/Util/BuildCmd.c and support/Util/MySystem.c
7555         moved from z80 to src subproject
7556
7557 2003-03-09  Borut Razem <borut.razem AT siol.net>
7558
7559         * src/SDCCglue.c: re-implemented tempfilename() and tempfile(): using mkstemp() if available
7560         * src/SDCCsymt.h: fixed MSVC and BORLANDC compilation (included SDCCglobl.h instead srccconf.h)
7561         * sdcc_vc_in.h: explicitly undefined HAVE_MKSTEMP which is not available on BORLANDC and MSVC
7562         * src/SDCCset.h: removed inclusion of sdccconf.h or sdcc_vc.h
7563         * src/SDCCglobl.h: unification of WIN32 native definitions
7564
7565 2003-03-09  Frieder Ferlemann <Frieder.Ferlemann AT web.de>
7566
7567         * src/mcs51/gen.c: applied in-/dec patch mentioned on sdcc-devel 2003-03-01
7568
7569 2003-03-08  Bernhard Held <bernhard AT bernhardheld.de>
7570
7571         * src/configure.in:   check for endianess (even while cross-compiling)
7572         * src/configure:      check for endianess (even while cross-compiling)
7573         * src/configure_in.h: check for endianess (even while cross-compiling)
7574         * src/avr/gen.c:        remove old endianess stuff
7575         * src/mcs51/gen.c:      remove old endianess stuff
7576         * src/ds390/gen.c:      remove old endianess stuff
7577         * src/pic/gen.c:        remove old endianess stuff
7578         * src/pic/genarith.c:   remove old endianess stuff
7579         * src/pic/glue.c:       fix endianess check
7580         * src/pic16/gen.c:      remove old endianess stuff
7581         * src/pic16/genarith.c: remove old endianess stuff
7582         * src/pic16/glue.c:     fix endianess check
7583         * src/xa51/gen.c:       remove old endianess stuff
7584         * src/z80/gen.c:        fix endianess check
7585         * src/SDCCglue.c:       fix endianess check
7586         * src/ds390/peeph.def: fix bug 700036
7587
7588 2003-03-08  Bernhard Held <bernhard AT bernhardheld.de>
7589
7590         * src/SDCCsymt.h: use appropriate data-types on host for SDCC's int and long
7591         * src/configure: find appropriate data-types on host for SDCC's int and long
7592         * src/configure.in: find appropriate data-types on host for SDCC's int and long
7593         * src/sdccconf_in.h: find appropriate data-types on host for SDCC's int and long
7594         * src/xa51/gen.c: use %d, not %ld for 4 byte variables
7595
7596 2003-03-07    <johan AT balder>
7597
7598         Just a big NOOP:
7599                 some minor cleanups before the big shot
7600                 OP_DEFS and OP_USES now use Kevin's protection
7601                 new option --nolabelopt
7602
7603         * src/SDCCBBlock.c:
7604         * src/SDCCast.c,:
7605         * src/SDCCcflow.c:
7606         * src/SDCCcse.c:
7607         * src/SDCCicode.c:
7608         * src/SDCCicode.h:
7609         * src/SDCClabel.c:
7610         * src/SDCCloop.c:
7611         * src/SDCCmain.c:
7612         * src/ds390/ralloc.c:
7613         * src/mcs51/ralloc.c:
7614         * src/pic/ralloc.c:
7615         * src/xa51/ralloc.c:
7616         * src/z80/ralloc.c:
7617
7618 2003-03-06  Bernhard Held <bernhard AT bernhardheld.de>
7619
7620         * src/pic/pcode.c (get_op): fix 64 bit warnings
7621         * src/pic/pcode.c (pCode2str): fix 64 bit warnings
7622         * src/SDCChasht.c (newHashTable): fix 64 bit warnings
7623         * src/SDCCsymt.c (checkTypeSanity): fix 64 bit warnings
7624         * support/regression/tests/malloc.c: fix 64 bit warnings
7625
7626 2003-03-04  Bernhard Held <bernhard AT bernhardheld.de>
7627
7628         * src/mcs51/gen.c (genMinus): fixed bug 696436
7629
7630 2003-03-02  Borut Razem <borut.razem AT siol.net>
7631
7632         * src/SDCCmain.c: added BORLANDC, corrected MSVC in printVersionInfo()
7633
7634 2003-02-26  Bernhard Held <bernhard AT bernhardheld.de>
7635
7636         * configure.in: test for mkstemp
7637         * sdccconf_in.h: add HAVE_MKSTEMP
7638
7639 2003-02-24  Bernhard Held <bernhard AT bernhardheld.de>
7640
7641         * device/include/ctype.h: removed warning while using --stack-auto
7642         * device/include/malloc.h: removed warning while using --stack-auto
7643         * device/include/string.h: removed warning while using --stack-auto
7644
7645 2003-02-23  Borut Razem <borut.razem AT siol.net>
7646
7647         * src/asm.h: corrected assertion in function printILine(): _pipe() was not executed on MSVC,
7648         because NDEBUG is defined (see man assert)
7649         * sdcc_vc_in.h: vsnprintf is defined as _vsnprintf on MSVC
7650
7651 2003-02-23  Frieder Ferlemann <Frieder.Ferlemann AT web.de>
7652
7653         * src/mcs51/gen.c (genUminusFloat): avoided dptr in-/decrement for xdata variables
7654         * src/mcs51/peeph.def: added rule suggested by Gernot Fink, white space/comment changes
7655
7656 2003-02-18  Frieder Ferlemann <Frieder.Ferlemann AT web.de>
7657
7658         * src/SDCCpeeph.c: added peephole conditions testing for same arguments
7659         * src/mcs51/peeph.def: added rules 238a-d which remove redundant moves
7660
7661 2003-02-18    <johan AT balder>
7662
7663         * as/mcs51/asmain.c (asmbl): module can start with a digit
7664         * as/z80/asmain.c (asmbl): module can start with a digit
7665
7666 2003-02-16  Bernhard Held <bernhard AT bernhardheld.de>
7667
7668         * sim/ucsim/mkecho: inserted #!/bin/sh for Cygwin, so that it's executable
7669         * src/asm.c: fix pipe() for Mingw32
7670
7671 2003-02-15  Bernhard Held <bernhard AT bernhardheld.de>
7672
7673         * src/SDCCglue.h: make tmpfileNameSet available for preOutName
7674         * src/SDCCmain.c (preProcess): make sure, that preOutName will be deleted;
7675         make -V work again; --c1mode reads now from stdin
7676         * doc/sdccman.lyx: added --c1mode
7677         * support/Util/SDCCerr.c: new messages for c1 mode
7678         * support/Util/SDCCerr.h: new messages for c1 mode
7679         * src/SDCC.lex (checkCurrFile): test if fullSrcFileName is NULL for c1mode
7680
7681 2003-02-15    <johan AT balder>
7682
7683         * src/asm.c: new options: --no-c-code-in-asm and --i-code-in-asm
7684
7685 2003-02-14  Bernhard Held <bernhard AT bernhardheld.de>
7686
7687         * doc/sdccman.lyx: Environment variables, -o and other minor things
7688
7689 2003-02-14    <johan AT balder>
7690
7691         * src/xa51/main.c: before anyone really tries to use it :)
7692
7693         * Install doc's in share/sdcc/doc
7694         * removed some obsolete files
7695         * Do a proper make distclean and uninstall
7696         M Makefile.common.in
7697         R sdccbuild.sh
7698         M as/Makefile
7699         M device/include/Makefile.in
7700         M device/lib/Makefile.in
7701         M doc/sdccman.lyx
7702         M link/Makefile
7703         M sim/ucsim/doc/Makefile.in
7704         M src/clean.mk
7705         R src/avr/peeph.rul
7706         R src/xa51/peeph.rul
7707         M support/cpp2/Makefile.in
7708         M support/makebin/Makefile
7709
7710
7711 2003-02-13  Bernhard Held <bernhard AT bernhardheld.de>
7712
7713         * support/regression/ports/host/spec.mk: use cc as host compiler for max osx
7714
7715 2003-02-10  Borut Razem <borut.razem AT siol.net>
7716
7717         * doc/bccinst.txt, packihx/packihx.c, sdcc_vc_in.h, src/SDCCset.h,
7718         support/cpp2/config.in: Borland C++ build doesn't depend on Cygwin configure
7719         * Bcc.ini, Makefile.bcc, as/mcs51/Makefile.bcc,
7720         device/examples/ds390/tinitalk/Makefile.bcc, packihx/Makefile.bcc,
7721         support/cpp2/Makefile.bcc, src/Makefile.bcc, src/avr/Makefile.bcc,
7722         src/ds390/Makefile.bcc, src/izt/Makefile.bcc, src/mcs51/Makefile.bcc,
7723         src/pic/Makefile.bcc, src/pic16/Makefile.bcc, src/xa15/Makefile.bcc,
7724         src/z80/Makefile.bcc: Borland Makefile cleanup
7725         * as/z80/Makefile.bcc: Added Borland Makefile
7726         * support/cpp2/borland.h: Removed
7727
7728 2003-02-10  Bernhard Held <bernhard AT bernhardheld.de>
7729
7730         * doc/sdccman.lyx: new pragma NOIV by "Johannes Stezenbach" <js AT convergence.de>
7731         * src/SDCC.lex: new pragma NOIV
7732         * src/SDCCglobl.h: new pragma NOIV
7733         * src/SDCCmem.c: new pragma NOIV
7734
7735 2003-02-09  Bernhard Held <bernhard AT bernhardheld.de>
7736
7737         * src/SDCCmain.c: signal handling is switched off by SDCC_LEAVE_SIGNALS
7738
7739 2003-02-09  Bernhard Held <bernhard AT bernhardheld.de>
7740
7741         * src/SDCCmain.c: signal handling is switched off by --debug
7742         * doc/Makefile: small fix for install; use clean.mk again
7743         * doc/clean.mk: clean *.pdf and *.html too
7744
7745 2003-02-08  Bernhard Held <bernhard AT bernhardheld.de>
7746
7747         * device/lib/_mulint.c: small fix for large/ds390 --int-long-reent resp. --stack-auto
7748         * device/lib/printfl.c: fix a ds390 bug by making it portable
7749         * src/SDCCsymt.c (initCSupport): fix compile warning on Cygwin
7750         * src/SDCCopt.c (cnvToFloatCast): fix compile warning on Cygwin
7751         * src/SDCCopt.c (cnvFromFloatCast): fix compile warning on Cygwin
7752         * debugger/mcs51/cmd.c: converted multi-line string literals
7753         * sim/ucsim/globals.cc: converted multi-line string literals
7754         * src/SDCCmain.c: introduced signal handler to remove temp files
7755         * doc/Makefile: small tweaks, implement clean
7756         * doc: removed generated files
7757
7758 2003-02-05  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
7759
7760         * as/mcs51/aslink.h, as/mcs51/lkihx.c, as/mcs51/lkrloc.c:  Applied
7761         patch from Jan Rejlek <jr AT apex-lib.cz> to fix Bug 677692: "Extended
7762         Address Record is not correctly generated for DS390."
7763
7764 2003-02-02  Borut Razem <borut.razem AT siol.net>
7765
7766         * Makefile.bcc: removed non existing cpp project and non compilable izt project from makefile
7767         * as/mcs51/asm.h: fixed compilation with Borland C
7768         * support/cpp2/Makefile.bcc: added rule to generate auto-host.h
7769         * support/cpp2/auto-host_vc_in.h: fixed compilation with Borland C
7770         * src/mcs51/mcs51a.dsp: corrected misspelled project name from msc51a to mcs51a
7771         * src/avr/Makefile.bcc, src/ds390/Makefile.bcc, src/izt/Makefile.bcc,
7772         src/mcs51/Makefile.bcc, src/pic16/Makefile.bcc, src/xa51/Makefile.bcc,
7773         src/z80/Makefile.bcc: delete $(LIB) only if exist
7774         * src/Makefile.bcc, src/pic/Makefile.bcc:  fixed compilation with Borland C
7775
7776 2003-02-02  Bernhard Held <bernhard AT bernhardheld.de>
7777
7778         * device/include/malloc.h: introduced NULL
7779         * device/include/string.h: introduced NULL
7780         * device/include/stdlib.h: introduced NULL
7781         * device/lib/_memcpy.c: removed NULL
7782         * device/lib/_strcat.c: removed NULL
7783         * device/lib/_strchr.c: removed NULL
7784         * device/lib/_strcmp.c: removed NULL
7785         * device/lib/_strcpy.c: removed NULL
7786         * device/lib/_strcspn.c: removed NULL
7787         * device/lib/_strlen.c: removed NULL
7788         * device/lib/_strncat.c: removed NULL
7789         * device/lib/_strncmp.c: removed NULL
7790         * device/lib/_strncpy.c: removed NULL
7791         * device/lib/_strpbrk.c: removed NULL
7792         * device/lib/_strrchr.c: removed NULL
7793         * device/lib/_strspn.c: removed NULL
7794         * device/lib/_strstr.c: removed NULL
7795         * device/lib/_strtok.c: removed NULL
7796         * device/lib/malloc.c: removed NULL, include own header
7797
7798 2003-02-02    <johan AT balder>
7799
7800         * 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
7801         * support/regression/fwk/lib/testfwk.c: div and mod isn't broken anymore
7802         * regressions ds390/spec.mk and mcs51/spec.mk (timeout): my good old balder isn't fast enough for some tests
7803         * src/z80/gen.c (genZ80Code): added c-lines in asm comments
7804         * as/z80/asm.h (NINPUT): increased for long c-comments in regression tests
7805         * src/z80/gen.c (genRightShiftLiteral): fixed the (char)(-3)>>8 (I think)
7806
7807 2003-02-01  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
7808
7809         * src/SDCCmain.c: Fixed bug 678574: "ds390: ASlink-Error-Stack overlaps
7810         area 'DATA'"
7811
7812 2003-02-01    <johan AT balder>
7813
7814         * src/SDCCval.c (valBitwise): fixed Karl's "2 | (1<<8)"
7815
7816 2003-01-31    <johan AT CP255758-A>
7817
7818         * src/ds390/main.c (_ds390_genAssemblerPreamble): applied Jan Rejlek's >64K startup patch
7819
7820 2003-01-30    <johan AT balder>
7821
7822         * src/SDCCBBlock.c: automatic bug detection
7823         * src/SDCCicode.c: automatic bug detection
7824
7825 2003-01-29  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
7826
7827         * src/SDCCglobl.h:   now --xram-size 0 works
7828         * src/SDCCmain.c:    now --xram-size 0 works
7829
7830 2003-01-29    <johan AT balder>
7831
7832         * src/almosteverything: changed OP_DEFS and OP_USES from macros to functions to catch symbol abuse (a hot topic in the bug list :)
7833
7834 2003-01-29  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
7835
7836         * as/mcs51/aslink.h: Added options --xram-size and --code-size
7837         * as/mcs51/lkdata.c: Added options --xram-size and --code-size
7838         * as/mcs51/lkmain.c: Added options --xram-size and --code-size
7839         * as/mcs51/lkmem.c:  Added options --xram-size and --code-size
7840         * src/SDCCglobl.h:   Added options --xram-size and --code-size
7841         * src/SDCCmain.c:    Added options --xram-size and --code-size
7842
7843 2003-01-28  Bernhard Held <bernhard AT bernhardheld.de>
7844
7845         * src/ds390/gen.c: fix deps by replacing <common.h> with "common.h"
7846         * src/SDCC.lex: rename P_OVERLAY to P_OVERLAY_ for cross-gcc 3.2 MINGW32
7847
7848 2003-01-27    <johan AT balder>
7849
7850         * src/SDCC.y: fixed bug #613764
7851
7852 2003-01-26    <johan AT balder>
7853
7854         * src/SDCClrange.c:  fixed Bernhard's "char * code ptr = &c"
7855         * src/SDCCsymt.h: fixed bug #673374
7856         * src/SDCCglue.c: fixed bug #661910
7857         * src/SDCCast.c: fixed bug #458099 and 673374
7858
7859 2003-01-26  Bernhard Held <bernhard AT bernhardheld.de>
7860
7861         * as/mcs51/strcmpi.c: added, provides Aurelien Jarno's as_strcmpi(); strcmpi() is not ANSI
7862         * as/mcs51/strcmpi.h: added
7863         * as/mcs51/asm.h: remove ugly "#define strcmpi strcmp"
7864         * as/mcs51/aslink.h: remove ugly "#define strcmpi strcmp"
7865         * as/mcs51/asmain.c: strcmpi -> as_strcmpi
7866         * as/mcs51/assym.c: strcmpi -> as_strcmpi
7867         * as/mcs51/lkmem.c: strcmpi -> as_strcmpi
7868         * as/mcs51/lknoice.c: strcmpi -> as_strcmpi
7869         * as/mcs51/lksym.c: strcmpi -> as_strcmpi
7870         * as/mcs51/Makefile.aslink: new module strcmpi
7871         * as/mcs51/Makefile.asx8051: new module strcmpi
7872         * as/mcs51/Makefil.bcc: new module strcmpi
7873         * as/mcs51/Makefile.in: new module strcmpi
7874         * sim/ucsim/s51.src/uc390.cc (get_mem_size): make RAM big enough for tinibios
7875
7876 2003-01-26    <johan AT balder>
7877
7878         * src/SDCCglue.c: reverted back to 1.124
7879         * src/SDCCast.c: reverted back to 1.156
7880         * src/mcs51/gen.c (aopGet): applied Frieder's efficiency patch
7881
7882 2003-01-25    <johan AT balder>
7883
7884         * src/SDCCglue.c: A better fix for bug #661910
7885         * src/SDCCast.c: A better fix for bug #661910
7886         * src/SDCCglue.c (emitRegularMap): That was a little too efficient
7887
7888 2003-01-24  Bernhard Held <bernhard AT bernhardheld.de>
7889
7890         * src/Makefile.in: remove spawn.o
7891         * src/SDCCmain.c: remove spawn.h
7892         * src/SDCCmain.c (printVersionInfo): report MINGW32 instead of UNIX
7893         * src/spawn.c: removed
7894         * src/spawn.h: removed
7895         * support/regression/ports/ds390/spec.mk: link with -r
7896
7897 2003-01-24    <johan AT CP255758-A>
7898
7899         * src/ds390/gen.c (aopOp): fixed bug #667458
7900         * src/SDCCglue.c (emitRegularMap): fixed bug #458099 again
7901         * src/SDCCast.c (createIvalCharPtr): fixed bug #661910
7902         (createIvalCharPtr): an ival doesn't always have a storage class anymore
7903
7904 2003-01-24  Bernhard Held <bernhard AT bernhardheld.de>
7905
7906         * src/mcs51/peeph.def: better assembler identation by Frieder
7907         * src/mcs51/gen.c: better assembler identation by Frieder
7908
7909 2003-01-22  Bernhard Held <bernhard AT bernhardheld.de>
7910
7911         * as/z80/string.h: removed for gcc 3.2
7912         * support/makebin/makebin.c: #include <string.h> for gcc 3.2
7913         * src/pic/pcode.c (get_op_from_instruction): fix concatenation of string literals with __FUNCTION__ for gcc 3.2
7914
7915 2003-01-19  Bernhard Held <bernhard AT bernhardheld.de>
7916
7917         * src/SDCCmain.c (linkEdit): rename mem and map files even in case of failure
7918         * src/SDCCpeeph.c (replaceRule): fix bug #663503
7919         * support/regression/Makefile: separate temp files for ports
7920         * support/regression/generate-cases.py: separate temp files for ports
7921         * src/mcs51/peeph.def: Frieder: removed 237 (obsolete by 236g and 105); added 237 a/b
7922         * src/ds390/peeph.def: Frieder: removed 237 (obsolete by 236g and 105); added 237 a/b
7923
7924 2003-01-19  Bernhard Held <bernhard AT bernhardheld.de>
7925
7926         * moved tinitalk to device/examples/ds390
7927
7928 2003-01-14  Bernhard Held <bernhard AT bernhardheld.de>
7929
7930         * as/mcs51/lkmem.c: rflag is for DS390
7931         * src/SDCCglobl.h: removed out_name and options stackOnData, genericPtr
7932         * src/SDCCmain.c (optionsTable, setDefaultOptions): removed --stack-after-data and --generic
7933                          (linkEdit): move mem- and map-files the same way as ihx-files
7934         * src/z80/main.c (_setDefaultOptions): removed --generic
7935         * src/SDCCmain.c (_processC1Arg, parseCmdLine, main): --c1mode works again
7936         * src/SDCCglue.c (createInterruptVect, glue): --c1mode works again
7937         * src/pic/glue.c (picglue): --c1mode works again
7938         * src/pic16/glue.c (pic16glue): --c1mode works again
7939         * src/asm.c (printCLine): fix #660034
7940
7941 2003-01-13  Bernhard Held <bernhard AT bernhardheld.de>
7942
7943         * src/ds390/peeph.def: fix #123; add 14 rules by Fiorenzo D. Ramaglia <fd.ramaglia AT tin.it>, 1 by Frieder
7944         * src/mcs51/peeph.def: fix #123; add 14 rules by Fiorenzo, 1 by Frieder
7945         * src/mcs51/gen.c (genFunction): emit r0 instead of ar0 by Fiorenzo
7946         * as/mcs51/lkmem (summary): better fix for sp problem
7947         * src/SDCCglue.c (glue): __start_stack - 1, saves 1 byte!
7948         * src/ds390/main.c (_ds390_finaliseOptions, _tininative_finaliseOptions): stack_loc = 0x400008
7949         * support/regression/ports/*/spec.mk: moving testfwk-object to port dir allow parallel execution of regression tests
7950                                               remove --stack-after-data
7951
7952 2003-01-12  Bernhard Held <bernhard AT bernhardheld.de>
7953
7954         * src/SDCCmain.c (main): port->finaliseOptions() moved for z80 linking
7955         * src/SDCCutil.c (join): ugly bug: missing '\0'
7956         * as/mcs51/lkmem.c (summary): sp on address 7 is safe
7957
7958 2003-01-11  Bernhard Held <bernhard AT bernhardheld.de>
7959
7960         * src/SDCCmain.c (assemble, linkEdit): preparations for -o
7961         * src/port.h: typo
7962         * src/pic/main.c (_asmCmd): gpasm supports -o
7963         * src/z80/main.c: more general macros
7964         * device/lib/Makefile.in: remove intermediate files
7965
7966 2003-01-11  Bernhard Held <bernhard AT bernhardheld.de>
7967
7968         * .version: Bumped version number to 2.3.3
7969         * src/SDCCBBlock.c: new option -o
7970         * src/SDCCglobl.h: new option -o
7971         * src/SDCCglue.c: new option -o
7972         * src/SDCCmain.c: new option -o
7973         * src/asm.c: new option -o
7974         * src/ds390/main.c: new option -o
7975         * src/pic/glue.c: new option -o
7976         * src/pic/pcode.c: new option -o
7977         * src/pic/ralloc.c: new option -o
7978         * src/pic16/glue.c: new option -o
7979         * src/pic16/pcode.c: new option -o
7980         * src/pic16/ralloc.c: new option -o
7981         * src/z80/main.c: new option -o
7982         * device/lib/Makefile.in: use -o
7983         * support/regression/ports/ds390/spec.mk: use -o
7984         * support/regression/ports/gbz80/spec.mk: use -o
7985         * support/regression/ports/mcs51/spec.mk: use -o
7986         * support/regression/ports/mcs51-stack-auto/spec.mk: use -o
7987         * support/regression/ports/z80/spec.mk: use -o
7988         * support/regression/ports/ucz80/spec.mk: use -o
7989         * support/regression/ports/xa51/spec.mk: use -o
7990         * support/regression/fwk/lib/timeout.c: fix usage string
7991
7992 2003-01-09  Bernhard Held <bernhard AT bernhardheld.de>
7993         * src/mcs51/gen.c (genPlus): replaced "mov b,acc" by "mov b,a" Fiorenzo D. Ramaglia <fd.ramaglia AT tin.it>
7994
7995 2003-01-07    <johan AT balder>
7996
7997         * src/SDCCast.c (decorateType): fixed bug #600035
7998
7999 2003-01-07  Bernhard Held <bernhard AT bernhardheld.de>
8000         * as/mcs51/lkmem.c: added several l-modifiers to printf to remove warnings
8001         * as/mcs51/lkaomf51.c: #include <ctype.h> to remove warnings
8002         * src/pic/main.c (_hasNativeMulFor): outcommented unused variables to remove warnings
8003         * src/pic/pcode.c: outcommented unused variable to remove warnings
8004         * src/pic/ralloc.c: outcommented unused variable to remove warnings
8005
8006 2003-01-06    <karl AT turbobit.com>
8007         * sim/ucsim/cmd.src/command.cc: fixed so "break xram r 0x7654" works again in
8008    regression tests.
8009
8010 2003-01-06    <johan AT balder>
8011
8012         * src/SDCCicode.c: fixed array add
8013
8014 2002-01-05  Bernhard Held <bernhard AT bernhardheld.de>
8015         * src/SDCCmacro.c: MAX_STRING_LENGTH increased to 2048; was too small for regression tests
8016         * support/regression/ports/host/support.c: #include <stdarg.h> for gcc 3.2
8017
8018 2003-01-04    <johan AT balder>
8019
8020         * src/SDCCval.c (getNelements): fixed the initialized array of structures
8021
8022 2002-12-29  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
8023         * as/mcs51/Makefile.bcc: fixed typo lkomf51.o -> lkaomf51.o
8024
8025 2002-12-28  Bernhard Held <bernhard AT bernhardheld.de>
8026         * src/mcs51/peeph.def: added rules 234 and 235 from Frieder Ferlemann <frieder.ferlemann AT web.de>
8027         * support/regression/tests/bug-524697.c: fit mem usage into 8032
8028
8029 2002-12-28  Bernhard Held <bernhard AT bernhardheld.de>
8030         * src/mcs51/gen.c (aopGetUsesAcc): inserted missing "return FALSE"
8031
8032 2002-12-27  Bernhard Held <bernhard AT bernhardheld.de>
8033         * as/mcs51/Makefile.in: fixed typo lkomf51.o -> lkaomf51.o
8034
8035 2002-12-26  Bernhard Held <bernhard AT bernhardheld.de>
8036         * src/mcs51/main.c: removed {bindir}{sep} from aslink
8037
8038 2002-12-10  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
8039
8040     * in \sdcc\as\mcs51\ changed these files in order to create an
8041     aomf51 file: aslink.h, lkdta.c, lklex.c, lklibr.c, lklist.c,
8042     lkmain.c.  Also added: lkmem.c and lkaomf51.c.  Changed the
8043     following files to include the previous two files: aslink.dsp,
8044     Makefile.aslink, Makefile.bcc, and Makefile.in.
8045
8046     * Changed \sdcc\src\SDCCmain.c so it creates files with extension
8047     .adb instead of .cdb
8048
8049 2002-11-09  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
8050
8051         * \sdcc\as\mcs51\lklist.c: Now reports memory usage using the
8052         value from option --iram-size.
8053
8054 2002-09-20  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
8055
8056         * \sdcc\as\mcs51\lklist.c: added boundary check before using
8057         dram[] array.
8058
8059 2002-09-18    <wiml AT hhhh.org>
8060
8061         * SDCClrange.h: exposed setFromRange() and setToRange()
8062         * mcs51/ralloc.c: fixed over-eager packRegsForSupport() and
8063           packRegsForAccUse() (bug 542397)
8064         * mcs51/gen.c: MOVA() is now a function to avoid calling aopGet()
8065           multiple times and emitting the fetch operations more than once
8066           added aopGetUsesAcc() function to allow binary operators to
8067           fetch their operands in the correct order; made genMinus() emit
8068           compact code for X = LITERAL - Y
8069
8070 2002-09-00  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
8071         * \sdcc\as\mcs51\lklist.c: Fixed incorrect number of parameters to
8072         sprintf() in line 1267.
8073
8074 2002-09-08  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
8075         * \sdcc\src\SDCCglue.c: Generate areas REG_BANK_[0-3] only for 8051
8076         like ports.
8077
8078 2002-09-04  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
8079         Changes to aslink (All the changes are marked with 'JCF'):
8080
8081         * \sdcc\as\mcs51\aslink.h: External definition of sflag and
8082         summary().
8083
8084         * \sdcc\as\mcs51\lkarea.c: Computes the size of area BSEG_BYTES from
8085         area BSEG.  Also moves, if possible, the DATA area down into the internal
8086         ram so more space is available.
8087
8088         * \sdcc\as\mcs51\lkdata.c: Definition of memory summary output flag
8089         sflag.
8090
8091         * \sdcc\as\mcs51\lklist.c: For the BSEG area report the size in bits,
8092         not bytes.  Function summary() which creates a memory usage summary
8093         file with extension .mem.  Reports of overlaping stack and small stack
8094         size.  If the space for the stack is less than 16 bytes aslink trows a
8095         warning.
8096
8097         * \sdcc\as\mcs51\lkmain.c: Creation of some of the default areas for
8098         the 8051.  Option 'y' for memory summary output file.
8099
8100         Changes to sdcc (All the changes are marked with 'JCF'):
8101
8102         * \sdcc\src\SDCCglobl.h: External definition of RegBankUsed[4].
8103
8104         * \sdcc\src\SDCCglue.c:  If a register bank is used, creates an
8105         overlaying area for it (uses RegBankUsed[4]).
8106
8107         * \sdcc\src\SDCCmain.c: Definition RegBankUsed[4]; marks register
8108         bank zero as used by default.  By default aslink locates the stack
8109         (equivalent to --stack-after-data).  Pass option 'y' to aslink for
8110         the creation of the .mem file.  Delegates the allocation of data area
8111         to aslink (it is not longer 0x30 by default).  If --stack-loc passes
8112         the begining of the stack area to aslink.
8113
8114         * \sdcc\src\SDCCmem.c:  If a register bank is used, marks it so
8115         glue() in SDCCglue.c creates an area for it.
8116
8117 2002-09-03  Borut Razem <borut.razem AT siol.net>
8118         * sdcc/src/SDCCglue.c, sdcc/src/SDCCglue.h, sdcc/src/SDCCmain.c,
8119         sdcc/src/pic/glue.c:
8120         introduced atexit() handler for teporay files removal in case of
8121         errors, assertions, ...
8122
8123 2002-08-29  Borut Razem <borut.razem AT siol.net>
8124         * sdcc/support/cpp2/auto-host_vc_in.h:
8125         re-definition of O_BINARY and other O_XXX as _O_BINARY and _O_XXX, so the problem
8126         with the returned value from read() in sdcc/support/cpp2/cppfiles.c is solved for MSC.
8127         Maybe there is a similar problem with BORLANDC? It should be checked!
8128
8129         * sdcc/src/ds390/ralloc.c, sdcc/src/mcs51/ralloc.c, sdcc/src/z80/ralloc.c:
8130         corrected improper use of assert: the assignment to clr variable was done inside the assert.
8131         In case that NDEBUG was defined, the assert macro was substituted with no-op, so the assignment
8132         was not executed, and the compiler (cl) launched a warning:
8133         ralloc.c(1442) : warning C4700: local variable 'clr' used without having been initialized
8134
8135 2002-08-28  Bernhard Held <bernhard AT bernhardheld.de>
8136         * src/SDCCglue.c (printIvalArray): iterative calculation of array length
8137
8138 2002-08-28  Jesus Calvino-Fraga and Borut Razem <borut.razem AT siol.net>
8139         * sdcc/sdcc.dsw: added sdcpp, sdcppa, yacc, conf projects
8140
8141         * sdcc/src/src.dsp, sdcc/src/avr/avr.dsp, sdcc/src/ds390/ds390.dsp,
8142           sdcc/src/mcs51/mcs51.dsp, sdcc/src/pic/pic.dsp, sdcc/src/z80/z80.dsp,
8143           sdcc/src/xa51/xa51.dsp, sdcc/src/avr/avra.dsp,
8144           sdcc/src/ds390/ds390a.dsp, sdcc/src/mcs51/mcs51a.dsp,
8145           sdcc/src/pic/pica.dsp, sdcc/src/z80/z80a.dsp,
8146           sdcc/src/xa51/xa51a.dsp, sdcc/as/as_z80.dsp,
8147           sdcc/as/aslink.dsp, sdcc/as/asx8051.dsp, sdcc/packihx/packihx.dsp:
8148         - added Release configuration in VS projects
8149         - review of compiler an linker options
8150         - VC .exe files are generated in bin_vc directory, not to interfere
8151           with binaries generated from other projects (cygwin, mingw, bcc ...)
8152
8153         * sdcc/src/yacc.dsp: added
8154
8155         * sdcc/config.dsp, sdcc/configure_vc.awk, sdcc/sdcc_vc_in.h:
8156         added - genarate sdcc_vc.h using sdcc_vc_in.h as template
8157         and insert the version number definitions from .version
8158
8159         * sdcc/support/cpp2/sdcpp.dsp: added - VC project for sdcpp
8160
8161         * sdcc/support/cpp2/sdcppa.dsp, sdcc/support/cpp2/auto-host_vc_in.h:
8162         added - genarate auto-host.h using auto-host_vc_in.h as template
8163
8164         * sdcc/sdcc_vc.h,
8165         removed from CVS, generated automatically
8166
8167 2002-08-25  Bernhard Held <bernhard AT bernhardheld.de>
8168         * support/scripts/inc2h.pl: use gputils or gpasm (from Nathan Hurst)
8169
8170 2002-08-11  Borut Razem <borut.razem AT siol.net>
8171         * support/Util/NewAlloc.c: removed unneeded #include "sdccconf.h" (suggested by Jesus Calvino-Fraga)
8172
8173 2002-08-10  Borut Razem <borut.razem AT siol.net>
8174         * src/SDCCmain.c (main):
8175         file preOutName was unlinked before closed. This seems to be OK on UNIX and cygwin
8176         platforms, but it doesn't work with Visual Studio: the opened file can not be removed.
8177         The consequence was that some temporary files were not removed.
8178
8179         * src/SDCCglue.c:
8180         unification of code in functions tempfilename() and tempfile():
8181         function tempnam() is defined in Visual Studio 6.0 and .NET
8182
8183         * sdcc/sdcc.dsw: removed project sdcpp, added project xa51a
8184
8185         * sdcc/src/src.dsp, sdcc/src/avr/avr.dsp, sdcc/src/ds390/ds390.dsp,
8186           sdcc/src/mcs51/mcs51.dsp, sdcc/src/pic/pic.dsp, sdcc/src/z80/z80.dsp:
8187         - removed compiler command line option /WX: Treats all warnings as errors
8188         - update a list of source files, included into the project
8189
8190         * sdcc/src/avr/avra.dsp, sdcc/src/ds390/ds390a.dsp, sdcc/src/mcs51/mcs51a.dsp,
8191           sdcc/src/pic/pica.dsp, sdcc/src/z80/z80a.dsp:
8192         changed project type to Generic Project so that can be correcly converted to VS.NET project
8193
8194         * sdcc/as/mcs51/asm.h: definition of PATH_MAX for MSC
8195
8196         * sdcc/src/SDCCast.c: solved MSC error in function decorateType()
8197
8198         * sdcc/src/SDCC.y: added missing ending ';' to rules to get rid of bison warnings
8199
8200         * dcc/src/ds390/ralloc.c, sdcc/src/mcs51/ralloc.c:
8201         added return 0 statements after assert() to make compiler happy
8202
8203         * sdcc/src/xa51/peeph.rul, sdcc/src/xa51/peeph.def, sdcc/src/z80/ralloc.c:
8204         added newline in the def file to keep MSC compiler satisfied
8205
8206         * sdcc/src/z80/gen.c:
8207         - function strcasecmp() is not defined in MSC (and probably also in BORLANDC),
8208           so it is replaced with STRCASECMP, which is defined as stricmp in case of MSC and BORLANDC
8209         - solved MSC error in function aopDump()
8210
8211         * sdcc_vc.h: define PREFIX as "\\sdcc"
8212
8213 2002-07-18  Bernhard Held <bernhard AT bernhardheld.de>
8214         * src/SDCCast.c (decorateType): fixed access to array of structures http://sourceforge.net/mailarchive/forum.php?thread_id=902690&forum_id=4107
8215
8216 2002-06-22  Scott Dattalo <scott AT dattalo.com>
8217         * src/pic/*: Numerous bug fixes. Flow analysis has been enhanced.
8218         - Rewrote the register banking algorithm.
8219         - Added pCode live-range analysis to registers (for now, only non-used and
8220         singly-used registers optimized away)
8221
8222         * src/pic/pcoderegs.[ch]: Added new files for pCode live-range analysis
8223
8224         * 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.
8225
8226 2002-05-10  Scott Dattalo <scott AT dattalo.com>
8227         * src/pic/*: Added support for multiplication. Fixed many,many bugs.
8228
8229 2002-04-22  Michael Hope  <michaelh AT vroom>
8230
8231         * device/lib/z80/printf.c: Changed emitter to volatile to work around a pcall bug.
8232
8233         * configure.in (DD_COPT): Added include support required for gbdk.
8234
8235         * .version: Bumped version number just to increase it.
8236
8237         * src/SDCCmain.c: Added -nostdinc to the default options.
8238
8239 2002-04-15  Michael Hope  <michaelh AT vroom>
8240
8241         * device/lib/z80/printf.c (sprintf): Added.
8242
8243         * src/z80/ralloc.c (packRegisters): Disabled pack HL use for GB as it's broken.
8244
8245         * src/z80/peeph.def: Added transpose redundent load rule.
8246
8247         * src/z80/main.c: Added force callee saves for jaune.
8248
8249         * src/port.h: Removed the i186 and tlcs-900h ports as they weren't being being developed.
8250
8251         * src/SDCCmain.c: Pulled the options definition out so that you can add port specific options without changing the main file.
8252
8253 2002-03-28  Johan Knol  <johan AT balder>
8254
8255         * src/SDCCval.c: fixed bug #532436
8256
8257 2002-03-14  Scott Dattalo <scott AT dattalo.com>
8258         * /src/port.h:
8259         Added "char *Processor" field to the port structure.
8260
8261         * /src/SDCCmain.c:
8262         Added -p option. Allows port dependent processor to be specified.
8263
8264         * all ports:
8265         Initialized the new field char *Processor field to NULL in all ports
8266
8267         * /src/pic/*:
8268         Compiler generated registers for interrupt context saving
8269         were not getting allocated.
8270
8271 2002-03-16  Sandeep Dutta  <sandeep AT ddi.com>
8272
8273         * /src/SDCCast.c:
8274         Fixed left shift. Will promote the left side of a left shift
8275         if a) left shifting more than size of operand or b) when assigned
8276         to something size > size of left side
8277
8278 2002-03-14  Scott Dattalo <scott AT dattalo.com>
8279         * src/pic/*
8280         tons of changes. Register allocation has been
8281         rewritten. Added customization for the various PICs. Flow
8282         analysis is restructured. ...
8283
8284         * src/pic/device.h:
8285         Added
8286
8287         * src/pic/device.c:
8288         Added. device.c is a PIC port hack to accomodate variations
8289         in PIC devices.
8290
8291 2002-03-13  Michael Hope  <michaelh AT vroom>
8292
8293         * src/z80/gen.c (genGenPointerGet): Fixed a bug where a pointer in HL is dereferenced into HL but HL is not spilled.  Yeah.
8294
8295 2002-03-04  johanknol  <johanknol AT manik>
8296
8297         * /src/SDCCval.c: fixed
8298
8299         const unsigned char arr[][2] = { { 0, 1 } };
8300         t18.c:1: error: Initializer element is not constant
8301
8302 2002-03-04  bela  <bela AT manik>
8303
8304         * /device/include/mcs51reg.h:
8305         ds89c420 register definition update
8306
8307 2002-03-03    <johan AT FRIJA>
8308
8309         * support/Util/SDCCerr.c: did something, but don't no why anymore
8310
8311         * support/regression/tests/bug-524691.c: made it a little less shy
8312
8313         * src/SDCCast.c (decorateType): fixed bug #524697
8314
8315         * src/SDCCast.c: made some lineno improvements
8316
8317         * src/SDCCval.c (getNelements): changed warning to error
8318
8319         * src/SDCCglue.c (printIvalArray): changed warning to error
8320
8321         * src/SDCCicode.c: fixed a warning for mingw
8322
8323         * src/SDCCast.c (decorateType): fixed the << promotion for ops
8324
8325         * src/SDCCicode.c (geniCodeDivision): divide is shift only for unsigned (bug #524685)
8326
8327 2002-03-02  Sandeep Dutta  <sandeep AT ddi.com>
8328
8329         * src/ds390/peeph.def:
8330         Added some more peephole rules
8331
8332         * src/ds390/gen.c: Various fixes & enhancements
8333
8334         * src/SDCClrange.c, src/SDCClrange.h:
8335         functions "alldefsoutofrange" and "notusedinblock" moved to SDCClrange.c
8336
8337         * src/ds390/ralloc.c:
8338         various fixes & enhancements (ds390) specific
8339
8340         * src/avr/ralloc.c, src/mcs51/ralloc.c, src/pic/ralloc.c, src/xa51/ralloc.c, src/z80/ralloc.c:
8341         Functions "allDefsOutOfRange" & "notUsedinBlock" moved to SDCClrange.c
8342         from rallocs.
8343
8344         * sdcc/src/SDCCcse.c: Better fix for bug # 514308
8345
8346 2002-03-02    <johan AT FRIJA>
8347
8348         * src/SDCCast.c (decorateType): fixed bug #524708
8349
8350         * src/SDCCval.c (floatFromVal): fixed the literal void (whatever that may be)
8351
8352         * src/SDCCicode.c (geniCodePtrPtrSubtract): fixed bug #524691
8353
8354 2002-03-01  Michael Hope  <michaelh AT vroom>
8355
8356         * src/SDCCsymt.c (initCSupport): Removed managling of support function names.
8357
8358         * src/z80/ralloc.c (packRegsForIYUse): Fixed fp bug where four byte operands were packed into IY.
8359
8360 2002-03-01    <johan AT FRIJA>
8361
8362         * src/SDCCglue.c (printIvalPtr): fixed bug #524211
8363
8364         * src/SDCCast.c (decorateType): fixed bug #524209
8365
8366         * src/SDCCval.c (valNot): fixed bug #524195
8367
8368 2002-02-26    <johan AT balder>
8369
8370         * src/xa51/gen.c: fixed a warning
8371
8372         * src/SDCCglue.c (printIvalFuncPtr): fixed bug #522534
8373
8374         * src/SDCCast.c (decorateType): fixed bug #522534
8375
8376 2002-02-23    <johan AT balder>
8377
8378         * src/SDCCdflow.c (computeDataFlow): fixed bug #460088
8379
8380 2002-02-22    <johan AT balder>
8381
8382         * src/SDCCast.c: fixed bug #514865
8383
8384         * src/SDCCy.c ("SDCC.y"): fixed bug #516625
8385
8386 2002-02-21  Sandeep Dutta  <sandeep AT ddi.com>
8387
8388         * sdcc/src/SDCCloop.c:
8389         Previous fix was not good. basic blocks that have "break" or "return" are
8390         not really partof a loop , but live ranges used in these blocks should
8391         be live thru the entire loop, so set partOfLoop but don't add them to
8392         loop region
8393
8394 2002-02-21    <johan AT FRIJA>
8395
8396         * src/SDCCcse.c: fixed bug #514308
8397
8398 2002-02-20  Sandeep Dutta  <sandeep AT ddi.com>
8399
8400         * src/SDCCloop.c:
8401         Fixed BUG #519583. If a conditional block ended in a return/break
8402         statement inside a loop, it was not being considered part of the loop.
8403
8404         * src/SDCCcflow.c: Removed fix (Fixed in SDCCloop.c)
8405
8406 2002-02-10  Karl Bongers <karl AT turbobit.com>
8407
8408         * debugger/*:
8409         Fixed up SDCDB debugger somewhat.  Updated debugger/README
8410         with lots of comments and notes.
8411
8412         * device/examples/test2.c:
8413         Fix bug, "red" variable not being initialized(compiler complained).
8414
8415         * device/examples/Makefile, examples/test3.c:
8416         Add Makefile in device/examples folder, compiles test3.c
8417         for use as a multiple module SDCDB test case.
8418
8419         * sim/ucsim/cmd.src/cmdset.cc:
8420         Took out debug printfs in ucsim "next" command.
8421
8422         * sim/ucsim/xa.src:
8423         Karl and Johan start ucsim XA support.  Most dissassembly working,
8424         about 75% emulation done(plenty of work remaining).
8425
8426         * sim/ucsim/z80.src:
8427         Add Z80 support to ucsim, add test-ucz80 regression test,
8428         notice ucsim/z80 emulation fails on examples/test3.c/itoa code.
8429         Notice z80 compiler fails on examples/test3.c/crc code.
8430
8431 2002-01-30  Sandeep Dutta  <sandeep AT ddi.com>
8432
8433         * src/mcs51/gen.c, src/mcs51/main.c, src/mcs51/ralloc.c:
8434         Added support for --parms-in-bank1
8435
8436         * src/ds390/peeph.def:
8437         added a few more peephole optimzations
8438
8439         * src/ds390/main.c:
8440         1) added __builtin_inp & __builtin_outp used to read in data of given length
8441            from a memory mapped port
8442         2) added __builtin_memcmp
8443         3) added __builtin_swapw swap bytes of a short
8444
8445         * src/ds390/gen.c, src/ds390/gen.h, src/ds390/ralloc.c:
8446         1) handle multiple send & receives from register bank1
8447         2) ralloc can now allocate DPTR1 to some liveRanges
8448
8449         * src/SDCCsymt.c, src/SDCCsymt.h:
8450         changes to handle multiple sends & receives
8451
8452         * src/SDCCptropt.h:
8453         added some pointer arithmetic optimization
8454
8455         * src/SDCCptropt.c:
8456         added some pointer arithmetic optimizations but not stable yet so not
8457         called from anywhere (will get this working shortly)
8458
8459         * src/SDCCopt.c: fixed for multiple sends & receives
8460
8461         * src/SDCCmain.c:
8462         1) added options --parms-in-bank1 (ds390/mcs51) & --protect-sp-update
8463         2) preprocessing done AFTER port->finalizeoptions . This allows ports to
8464            set preprocessor defines (depending on options)
8465
8466         * src/SDCCicode.c, src/SDCCicode.h:
8467         changes made to handle multiple sends & receives
8468
8469         * src/SDCCglobl.h:
8470         Added options --protect-sp-update (ds390) and --parms-in-bank1 (ds390/mcs51)
8471
8472         * src/SDCCcse.c, src/SDCCcse.h:
8473         added function findbackward def (to be used in upcoming optimization)
8474
8475         * src/SDCCcflow.c, src/SDCCcflow.h:
8476         added function returnAtEnd - to determine if a basic block terminates with
8477         a RETURN iCode
8478
8479         * src/SDCCast.c, src/SDCCast.h:
8480         added option parms-in-bank1
8481
8482         * device/lib/_divsint.c, device/lib/_divslong.c, device/lib/_divuint.c
8483         * device/lib/_divulong.c, device/lib/_modsint.c, device/lib/_modslong.c
8484         * device/lib/_modulong.c, device/lib/_mulint.c, device/lib/_mullong.c:
8485         adjusted for --parms-in-bank1 option
8486
8487         * device/include/string.h:
8488         donot redefine "reentrant" keyword
8489
8490         * device/include/ds80c390.h: Added some more SFRs
8491
8492 2002-01-28  Bernhard Held  <bernhard AT bernhardheld.de>
8493
8494         * sim/ucsim: Merged branch ucsim-034-pre3 to main trunk; new version 0.4
8495
8496 2002-01-26  Bernhard Held  <bernhard AT bernhardheld.de>
8497
8498         * src/SDCCast.c (funcOfType): fix usage of double --float-reent
8499
8500 2002-01-22  Bernhard Held  <bernhard AT bernhardheld.de>
8501
8502         * support/regression/fwk/lib/testfwk.c (main): Removed workaround for bug #505387
8503
8504 2002-01-18  Paul Stoffregen  <paul AT pjrc.com>
8505
8506         * Added --xram-movc option
8507
8508 2002-01-13  Bernhard Held  <bernhard AT bernhardheld.de>
8509
8510         * support/regression/Makefile: don't include test-mcs51-stack-auto in target all
8511
8512 2002-01-11  Johan Knol
8513
8514         * Added math lib of Jesus Calvino-Fraga
8515
8516 2002-01-08  Bernhard Held  <bernhard AT bernhardheld.de>
8517
8518         * src/SDCCmain.c (processFile): fix processing of ../../src.c
8519         * support/regression/Makefile: new target test-mcs51-stack-auto
8520         * support/regression/ports/mcs51-stack-auto/spec.mk: added
8521
8522 2002-01-04  Bernhard Held  <bernhard AT bernhardheld.de>
8523
8524         * src/SDCCglue.h: printIvalCharPtr(), not printIvalChar()
8525
8526 2002-01-04  Bernhard Held  <bernhard AT bernhardheld.de>
8527
8528         * support/regression/ports/mcs51/support.c: correct setup of timer / UART
8529
8530 2002-01-03  Bernhard Held  <bernhard AT bernhardheld.de>
8531
8532         * src/SDCCsymt.c (processFuncArgs): fix #498307 by Johan
8533
8534         * src/SDCCglue.h: add definition for printIvalChar()
8535
8536 2002-01-02  Bernhard Held  <bernhard AT bernhardheld.de>
8537
8538         * src/SDCCast.c: fix #498138 by Johan
8539
8540         * src/SDCCglue.c: fix #498138 by Johan
8541
8542 2002-01-02  Bernhard Held  <bernhard AT bernhardheld.de>
8543
8544         * support/regression/Makefile: fix clean
8545
8546         * support/regression/ports/ds390/support.c: fix transmission of last character
8547
8548 2001-12-29  Sandeep Dutta  <sandeep AT ddi.com>
8549
8550         * /sdcc/src/ds390/gen.c:
8551         a) improved computing address of stack variable
8552         b) took out some #if 0 code
8553         c) improved parmBytes adjustment
8554         d) improved genPlusIncr & genMinusIncr
8555         e) genCmp could generate bad code (when left assigned to DPTR)
8556         f) Fixed bug in hasInc
8557
8558         * /sdcc/src/ds390/ralloc.c:
8559         a) packRegsForSupport could mess up live information (Fixed)
8560         b) packRegsDPTRuse could be incorrect for left & right shift
8561
8562         * /sdcc/src/mcs51/ralloc.c:
8563         packRegsForSupport could mess up the live information (Fixed)
8564
8565         * /sdcc/src/mcs51/gen.c: Fixed a bug in hasInc
8566
8567         * /sdcc/src/SDCCast.c:
8568         can reverse a loop even if function call is present as long
8569         as the loop control variable is local & is not passed as parameter
8570
8571 2001-12-24  Sandeep Dutta  <sandeep AT ddi.com>
8572
8573         * /sdcc/ChangeLog: *** empty log message ***
8574
8575         * /sdcc/src/ds390/gen.c, /sdcc/src/ds390/main.c:
8576         More builtin function additions for TININative
8577
8578         * /sdcc/src/ds390/ralloc.c:
8579         Had broken the regression testsuite
8580
8581         * /sdcc/src/SDCCast.c: Fixed a bug in dumptree
8582
8583         * /sdcc/src/SDCCsymt.c, /sdcc/src/SDCCsymt.h:
8584         Added funcattr hasStackParms will be set for reentrant functions when there
8585         are paramteres on the stack, this helps in minimizing frame pointer generation
8586         typeFromStr can handle function pointers now
8587
8588         * /sdcc/doc/builtins.txt, /sdcc/doc/TININative.txt:
8589         *** empty log message ***
8590
8591 2001-12-24  Sandeep Dutta  <sandeep AT ddi.com>
8592
8593         * /src/ds390/gen.c, /src/ds390/main.c:
8594         More builtin function additions for TININative
8595
8596         * /src/ds390/ralloc.c:
8597         Had broken the regression testsuite
8598
8599         * /src/SDCCast.c: Fixed a bug in dumptree
8600
8601         * /src/SDCCsymt.c, /src/SDCCsymt.h:
8602         Added funcattr hasStackParms will be set for reentrant functions when there
8603         are paramteres on the stack, this helps in minimizing frame pointer generation
8604         typeFromStr can handle function pointers now
8605
8606         * /doc/builtins.txt, /doc/TININative.txt:
8607         *** empty log message ***
8608
8609
8610 2001-12-24  Sandeep Dutta  <sandeep AT ddi.com>
8611
8612         * /src/ds390/gen.c, /src/ds390/main.c, /src/ds390/peeph.def, /src/ds390/ralloc.c:
8613         ALPHA version for -mTININative
8614
8615         * /src/izt/i186.c, /src/izt/tlcs900h.c, /src/mcs51/main.c, /src/pic/main.c, /src/z80/main.c, /src/avr/main.c:
8616         updated to reflect changes in the port structure
8617
8618         * /src/port.h:
8619         added function do_assemble (similar to do_link) if non-null this function
8620         will be called to do assembly (-mTININative) requires a multi command
8621         assembly
8622         added function genAssemblerEnd will be called to generate assembler Epilogue
8623
8624         * /src/SDCCsymt.c:
8625         added _JavaNative to debug info printing
8626
8627         * /src/SDCCmain.c: added option --tini-libid
8628         added port->do_assemble function (-mTININative) has a multi command assemble
8629
8630         * /src/SDCCglue.c: Disabled "constExpr" check
8631         added port->genAssemblerEnd function
8632
8633         * /src/SDCCglobl.h: Added option --tini-libid value
8634
8635         * /src/SDCCast.h:
8636         tookout optimizeCompare from the header (has no external references)
8637
8638         * /src/SDCCast.c: made one more function "static"
8639
8640 2001-12-23  Michael Hope  <michaelh AT juju.net.nz>
8641
8642         * src/z80/mappings.i: Added z80asm support.
8643
8644         * src/z80/main.c: Added z80asm support on --asm=z80asm
8645
8646         * src/z80/gen.c: Fixed asm portability issues.
8647
8648         * src/asm.c (tvsprintf): Removed old code, added 'N' for function name.  For extern support.
8649
8650         * src/SDCCglue.c (printExterns): Added global/extern split.
8651
8652 2001-12-17  Bernhard Held  <bernhard AT bernhardheld.de>
8653
8654         * support/regression/Makefile: added test for mcs51 model large
8655
8656         * support/regression/ports/mcs51-large/spec.mk: added test for mcs51 model large
8657
8658         * support/regression/ports/gbz80/spec.mk: added -mgbz80
8659
8660 2001-12-05  Michael Hope  <michaelh AT juju.net.nz>
8661
8662         * src/diff.1 (Index): Many, many optmisiations.  Dhrystone up to 201.
8663
8664 1904-01-06  Michael Hope  <michaelh AT juju.net.nz>
8665
8666         * src/z80/ralloc.c (packRegsForIYUse): Fixed the case where an operand is in direct space.
8667
8668         * src/z80/gen.c (makeFreePairId): Optimised IY load by using a spare pair.
8669
8670 2001-12-02  Bernhard Held  <bernhard AT bernhardheld.de>
8671
8672         * src/mcs51/gen.c (genFunction): avoid excess "inc sp"
8673
8674         * support/regression/tests/simplefloat.c: Port to mcs51.
8675
8676 2001-11-25  Michael Hope  <michaelh AT juju.net.nz>
8677         * support/regression/tests/bug-485362.c: Added.
8678
8679         * support/regression/tests/simplefloat.c (testDivNearOne): Added.
8680
8681         * src/z80/gen.c (aopOp): Fixed case where left and result are in the same spill loc and they have different sizes.
8682
8683         * src/z80/peeph.def: Added rules for optimising two byte compares on the same thing, and to optimise two ptr assign.
8684
8685         * src/z80/gen.c (aopDump): Added a dump function.
8686
8687 2001-11-25  Bernhard Held  <bernhard AT bernhardheld.de>
8688         * sim/ucsim/s51.src/glob.cc: DS390 SFRs and bits added.
8689
8690         * sim/ucsim/s51.src/port.cc: Port 4 and 5 added.
8691
8692         * sim/ucsim/s51.src/regs51.h: DS390 SFRs added.
8693
8694         * sim/ucsim/s51.src/uc390.cc: Some details improved, CKRDY works for tinibios.
8695
8696         * sim/ucsim/s51.src/uc390cl.h: Work in progress.
8697
8698         * sim/ucsim/sim.src/uccl.h: 6 ports for DS390.
8699
8700         * support/regression/fwk/lib/testfwk.c: Run with tinibios.
8701
8702         * support/regression/ports/mcs51/spec.mk: Fine tuninig.
8703
8704         * support/regression/ports/ds390/support.c: Use tinibios.
8705
8706         * support/regression/ports/ds390/spec.mk: Fine tuning, use tinibios.
8707
8708 2001-11-23  Michael Hope  <michaelh AT juju.net.nz>support/regression/tests/bug-460010.c
8709
8710         * src/z80/ralloc.c (packRegsForHLUse3): Changed to not pack into HL if anything is in direct space.
8711         (packRegsForHLUse3): Added packing support for send, cast, and return value from a call.
8712
8713         * src/z80/peeph.def: Added rules for optimising pushes of part of a pair.
8714
8715         * src/z80/gen.c (emitCall): Changed the stack fixup to not use HL.
8716
8717 2001-11-18  Michael Hope  <michaelh AT juju.net.nz>
8718
8719         * src/z80/gen.c (genCmp): Fixed compare on unsigned.
8720
8721         * src/z80/ralloc.c (packRegsForHLUse3): Created and optimised.
8722         (packRegsForIYUse): Created and optimised.
8723
8724 2001-11-07  Michael Hope  <michaelh AT juju.net.nz>
8725
8726         * support/regression/tests/float.c (testFloatAdd): Fixed up warning.
8727 2001-11-18  Bernhard Held  <bernhard AT bernhardheld.de>
8728
8729         * sdcc/support/regression/tests/bug-460010.c: fix seg violation on host
8730
8731         * sdcc/support/regression/tests/muldiv.c: fix output on mcs51
8732
8733         * sdcc/support/regression/tests/stacks.c: fix DSEG overflow on mcs51
8734
8735 2001-11-07  Bernhard Held  <bernhard AT bernhardheld.de>
8736
8737         * sdcc/sim/device/lib/_gptrget.c: mem region 5 (idata) added
8738
8739         * sdcc/sim/device/lib/_gptrput.c: mem region 5 (idata) added
8740
8741 2001-11-07  Bernhard Held  <bernhard AT bernhardheld.de>
8742
8743         * sdcc/sim/ucsim/globals.cc: New: IXRAM.
8744
8745         * sdcc/sim/ucsim/stypes.h: New: IXRAM.
8746
8747         * sdcc/sim/ucsim/s51.src/uc390.cc: New: IXRAM.
8748
8749 2001-11-07  Michael Hope  <michaelh AT juju.net.nz>
8750
8751         * src/z80/ralloc.c (packRegsForHLUse): Banned IFXs from being packed into HL.
8752         (packRegsForHLUse): Added rule to pack address of/pointer get for itemps into HL for the Z80.
8753         (packRegsForAccUse2): Added rule to pack hbit IFXs into A.
8754
8755         * src/z80/main.c (_setDefaultOptions): Made float code re-entrant by default.
8756
8757         * src/z80/gen.c (aopGetLitWordLong): Added word support for floats.
8758         (genNotFloat): Added.
8759         (genUminusFloat): Added.
8760
8761         * device/lib/z80/Makefile: Added floating pt stubs.
8762
8763         * device/lib/Makefile.in (Z80SOURCES): Added floating pt support.
8764
8765         * src/z80/gen.c (genIpush): Fixed up a push of one byte when left is in a pair.
8766
8767         * device/lib/_fsadd.c (__fsadd): Fixed up return where the numbers are hugely different.
8768
8769 2001-11-07  Bernhard Held  <bernhard AT bernhardheld.de>
8770
8771         * sdcc/sim/ucsim/s51.src/glob.cc: Minor fix.
8772
8773         * sdcc/sim/ucsim/s51.src/regs51.h: Minor fix.
8774
8775         * sdcc/support/regression/Makefile: Add port ds390.
8776
8777         * sdcc/support/regression/ports/mcs51/spec.mk: Minor change.
8778
8779         * sdcc/support/regression/ports/z80/spec.mk: Minor change.
8780
8781         * sdcc/support/regression/ports/ds390/spec.mk: Added.
8782
8783         * sdcc/support/regression/ports/ds390/support.c: Added.
8784
8785         * sdcc/support/regression/ports/ds390/uCsim.cmd: Added.
8786
8787         * sdcc/support/regression/ports/mcs51/timeout.c: Cut.
8788
8789         * sdcc/support/regression/fwk/lib/timeout.c: Paste.
8790
8791 2001-11-04  Michael Hope  <michaelh AT juju.net.nz>
8792
8793         * device/include/malloc.h: Added z80 and gbz80 support.
8794
8795         * device/lib/gbz80/heap.s: Added.
8796
8797         * device/lib/z80/heap.s: Added.
8798
8799         * device/lib/malloc.c: Added z80 and gbz80 support.
8800
8801         * support/regression/tests/malloc.c (testMalloc): Added.
8802
8803         * src/SDCCmain.c (parseCmdLine): Added support for -Wp.
8804
8805         * support/regression/tests/bug-478094.c: Added.
8806
8807         * src/z80/gen.c (commitPair): Fixed silly gbz80/z80 commit to static bug.
8808
8809 2001-11-04  Bernhard Held  <bernhard AT bernhardheld.de>
8810
8811         * sdcc/sim/ucsim/s51.src/uc390cl.h: Improvement for ds390 to run regression tests
8812
8813         * sdcc/sim/ucsim/s51.src/uc390.h: Improvement for ds390 to run regression tests
8814
8815         * sdcc/sim/ucsim/s51.src/regs51.h: Improvement for ds390 to run regression tests
8816
8817         * sdcc/sim/ucsim/s51.src/glob.cc: Improvement for ds390 to run regression tests
8818
8819         * sdcc/support/regression/tests/bug-460010.c: Small change for ds390
8820
8821 2001-11-04  Michael Hope  <michaelh AT juju.net.nz>
8822
8823         * src/z80/peeph-gbz80.def: Removed a bad sub optimisation.
8824
8825 2001-11-03  Michael Hope  <michaelh AT juju.net.nz>
8826
8827         * support/regression/tests/bug-477927.c: Added.
8828
8829         * src/z80/peeph.def: Added minor rules.
8830
8831         * src/z80/gen.c (genPlusIncr): Added an extra plusinc rule.
8832
8833         * src/z80/peeph.def: Added jump optimisation modification.
8834
8835 2001-11-01  Michael Hope  <michaelh AT juju.net.nz>
8836
8837         * src/SDCCmain.c (linkEdit): Added runtime path detection to the mcs51 port.
8838
8839 2001-10-30  Michael Hope  <michaelh AT juju.net.nz>
8840
8841         * support/regression/tests/funptrs.c: Added.
8842
8843 2001-10-29  Michael Hope  <michaelh AT juju.net.nz>
8844
8845         * src/z80/ralloc.c (packRegsForHLUse): Fixed up bad spill due to pushing one byte via HL.
8846
8847 2001-10-28  Michael Hope  <michaelh AT juju.net.nz>
8848
8849         * src/z80/gen.c (genArrayInit): Made it work for on stack arrays.
8850
8851         * src/z80/main.c (gbz80_port =): Added rle support to the gbz80 port.
8852
8853         * src/z80/gen.c (genMinus): Fixed for where the result is one byte.
8854         (movLeft2ResultLong): Created.
8855
8856         * src/z80/ralloc.c (packRegsForHLUse): Added a couple of simple cases for the GB.
8857         (joinPushes): Added.  Joins two char pushes into a word push.
8858
8859 2001-10-27  Michael Hope  <michaelh AT juju.net.nz>
8860
8861         * support/cpp2/Makefile.in (install): Added creation of dest dir.
8862
8863         * support/makebin/Makefile (install): Added creation of dest dir.
8864
8865 2001-10-24 Karl Bongers <karl AT turbobit.com>
8866
8867         * configure.in, configure, Makefile, support/cpp: Removed cpp folder, since we have new cpp2 preprocessor code.
8868
8869 2001-10-21  Michael Hope  <michaelh AT juju.net.nz>
8870
8871         * src/z80/ralloc.c: Turned off faulty pack for one use.
8872
8873         * src/z80/peeph-gbz80.def: Removed redundent restart options.
8874
8875         * src/z80/gen.c (genMult): Added native mul for constants on the z80 and gbz80.
8876
8877 2001-10-21  Bernhard Held  <bernhard AT bernhardheld.de>
8878
8879         * support/regression/Makefile: Improved clean
8880
8881         * support/regression/ports/gbz80/spec.mk: Added clean
8882
8883         * support/regression/ports/host/spec.mk: Added clean
8884
8885         * support/regression/ports/z80/spec.mk: Added clean
8886
8887         * support/regression/ports/mcs51/spec.mk: Added clean, little improvements
8888
8889         * support/regression/ports/mcs51/timeout.c: little improvements
8890
8891 2001-10-17  Michael Hope  <michaelh AT juju.net.nz>
8892
8893         * device/lib/malloc.c (MEMHEADER): Fixed against new pedantic pointers.
8894
8895         * support/regression/fwk/include/testfwk.h: Fixed up to use function pts correctly.
8896
8897         * support/regression/generate-cases.py: Fixed up to use function pts correctly.
8898
8899 2001-10-16  Bernhard Held  <bernhard AT bernhardheld.de>
8900
8901         * support/regression/port/mcs51/spec.mk: add timeout for uCsim
8902
8903         * support/regression/port/mcs51/timeout.c: add timeout for uCsim
8904
8905 2001-10-13  Michael Hope  <michaelh AT juju.net.nz>
8906         * src/z80/gen.c (emitCall): Fixed up missing spill of HL when used to assign the result value.
8907
8908         * src/z80/ralloc.c: Turned off pack for one use as it's quite broken.
8909
8910         * src/SDCCmain.c (linkEdit): Added support for passing a legacy command line through the processor.
8911
8912         * src/mcs51/main.c (_linkCmd): Added bin path to command.
8913
8914         * src/SDCCmain.c (initValues): Added support for when it it called just to link.
8915
8916         * as/mcs51/lklibr.c (libfil;): Turned off 'library file' message.
8917
8918         * src/SDCCval.c (constVal): Fixed usage of 'L' modifier problems on ppc.
8919
8920         * support/regression/tests/longor.c: Added.
8921
8922 2001-10-11  Bernhard Held  <bernhard AT bernhardheld.de>
8923
8924         * as/mcs51/asdata.c: replaced FILENAME_MAX with PATH_MAX
8925
8926         * as/mcs51/aslink.h: define PATH_MAX
8927
8928         * as/mcs51/asm.h: define PATH_MAX
8929
8930         * as/mcs51/asmain.c: replaced FILENAME_MAX with PATH_MAX
8931
8932         * as/mcs51/asnoice.c: replaced FILENAME_MAX with PATH_MAX
8933
8934         * as/mcs51/lklex.c: replaced FILENAME_MAX with PATH_MAX
8935
8936         * as/mcs51/lkmain.c: replaced FILENAME_MAX with PATH_MAX
8937
8938         * src/SDCCglobl.h: define PATH_MAX
8939
8940         * src/SDCCmacro.c: replaced FILENAME_MAX with PATH_MAX
8941
8942         * src/SDCCmain.c: replaced FILENAME_MAX with PATH_MAX
8943
8944 2001-10-11  Michael Hope  <michaelh AT juju.net.nz>
8945
8946         * src/z80/gen.c (gencjneshort): Fixed
8947
8948         * src/z80/ralloc.c (packRegsForHLUse): Added pack into HL for cast then ipush.
8949
8950 2001-10-09  Michael Hope  <michaelh AT juju.net.nz>
8951
8952         * support/regression/tests/bug-469671.c: Added.
8953
8954         * src/z80/gen.c (shiftIntoPair): Fixed up warning.
8955
8956 2001-10-08  Michael Hope  <michaelh AT juju.net.nz>
8957
8958         * src/SDCCmain.c: Added --fommit-frame-pointer option and implemented in the z80 port.
8959
8960         * src/z80/gen.c (genPlus): Fixed to work with extended stack.  Also fixed genMinus, genCmp.  genUMinus is still left.
8961
8962 2001-10-08  Bernhar Held  <bernhard AT bernhardheld.de>
8963
8964         * src/SDCCmain.c (preProcess): added define SDCC_NOOVERLAY
8965
8966         * src/device/lib/_mulint.c  : removed hint: nooverlay bug
8967
8968         * src/device/lib/_mullong.c : removed hint: nooverlay bug
8969
8970         * src/device/lib/_divuint.c : removed hint: nooverlay bug
8971
8972         * src/device/lib/_divulong.c: removed hint: nooverlay bug
8973
8974         * src/device/lib/_moduint.c : removed hint: nooverlay bug
8975
8976         * src/device/lib/_modulong.c: removed hint: nooverlay bug
8977
8978 2001-10-07  Michael Hope  <michaelh AT juju.net.nz>
8979
8980         * 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.
8981
8982         * support/Util/NewAlloc.c (freeTrace): Changed free for the gc case to not free at all.  Fixes runtime segfault.
8983
8984         * support/regression/tests/scott-compare3.c (c_abcd): Fixed up casts.
8985
8986 2001-10-07    <johan AT FRIJA>
8987
8988         * device/lib/gets.c (gets): fixed the return value.
8989
8990 2001-10-06  Michael Hope  <michaelh AT juju.net.nz>
8991         * src/SDCCmain.c (WRITE_SEG_LOC): Fixed up to use Safe_strdup.
8992
8993         * 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.
8994
8995         * 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.
8996
8997         * src/z80/gen.c (genZ80Code): Added de-allocation via trace support.
8998
8999         * src/pic/gen.c: Removed Safe_strdup.
9000
9001         * configure.in: Added option to enable libgc support.
9002
9003         * src/SDCCbitv.c (bitVectnBitsOn): Optimised.
9004         (bitVectUnion): Optimised.
9005         (bitVectIntersect): Optimised.
9006         (bitVectBitsInCommon): Optimised.
9007         (bitVectCplAnd): Optimised.
9008
9009         * support/makebin/makebin.c (usage): Removed getopt as mingw32 doesn't have it.  Sigh.
9010
9011 2001-10-03 Bernhard Held <bernhard AT bernhardheld.de>
9012
9013         * src/SDCCmain.c: distinguish between assembler debug and plain options
9014
9015         * src/avr/main.c:   remove standard assembler options
9016
9017         * src/ds390/main.c: remove standard assembler options
9018
9019         * src/mcs51/main.c: remove standard assembler options
9020
9021         * src/port.h: removed "PENDING" comment
9022
9023 2001-10-03 Bernhard Held <bernhard AT bernhardheld.de>
9024
9025         * src/device/lib/_mulint.c  : new, with assember functions
9026
9027         * src/device/lib/_mullong.c : new, with assember functions
9028
9029         * src/device/lib/_divuint.c : with assember functions
9030
9031         * src/device/lib/_divsint.c : with assember functions
9032
9033         * src/device/lib/_divulong.c: with assember functions
9034
9035         * src/device/lib/_divslong.c: with assember functions
9036
9037         * src/device/lib/_moduint.c : with assember functions
9038
9039         * src/device/lib/_modsint.c : with assember functions
9040
9041         * src/device/lib/_modulong.c: with assember functions
9042
9043         * src/device/lib/_modslong.c: with assember functions
9044
9045         * src/device/lib/libint.lib:  replaced _muluint.c  and _mulsint.c  by _mulint.c
9046
9047         * src/device/lib/liblong.lib: replaced _mululong.c and _mulslong.c by _mullong.c
9048
9049         * src/device/lib/Makefile.in: replaced _muluint.c  and _mulsint.c  by _mulint.c
9050                                       replaced _mululong.c and _mulslong.c by _mullong.c
9051
9052 2001-10-03 Bernhard Held <bernhard AT bernhardheld.de>
9053
9054         * src/SDCCsymt.c: sequence of specifiers in pintTypeChain() corrected
9055
9056 2001-10-01 Bernhard Held <bernhard AT bernhardheld.de>
9057
9058         * src/SDCCglue.c: test, if win32api is available for MINGW
9059
9060 2001-10-01 Bernhard Held <bernhard AT bernhardheld.de>
9061
9062         * src/SDCCsymt.c: no more _modifier in printTypeChain()
9063         * support/regression/tests/driverstruct.c: REENTRANT for mcs51
9064         * support/regression/ports/gbz80/spec.mk: removed GENERIC
9065         * support/regression/ports/host/spec.mk: removed GENERIC
9066         * support/regression/ports/mcs51/spec.mk: removed GENERIC
9067         * support/regression/ports/z80/spec.mk: removed GENERIC
9068
9069 2001-10-01  Michael Hope  <michaelh AT juju.net.nz>
9070
9071         * support/regression/fwk/lib/testfwk.c (__printf): Removed GENERIC.
9072
9073         * support/regression/tests/bug-467035.c: Created.
9074
9075 2001-10-01    <johan AT FRIJA>
9076
9077         * src/SDCC.y: fixed bug #466586 part 1
9078
9079 2001-10-01  Johan Knol <johan.knol AT iduna.nl>
9080
9081         * SDCCicode.c: z80 has no generic pointers
9082         * removed -s from strip in all Makefile(.in)'s. It is not needed, but Solaris chocks on it.
9083
9084 2001-09-30  Michael Hope  <michaelh AT juju.net.nz>
9085
9086         * sim/ucsim/cmd.src/Makefile.in ($(PRJDIR)/libcmd.a): Changed all ar references to $(AR) for Solaris.
9087
9088 2001-09-29  Michael Hope  <michaelh AT juju.net.nz>
9089
9090         * Makefile (sdcc-libs): Added makebin to the list of standard targets.
9091
9092         * support/regression/ports/z80/spec.mk: Updated to use env for sdcc bin dir for automatic regression.
9093
9094 2001-09-25  Michael Hope  <michaelh AT juju.net.nz>
9095
9096         * configure.in: Fixed up so that ucsim is only configured once.
9097
9098         * support/cpp2/configure.in: Fixed to use the program transform to append the .exe for the win32 build.
9099
9100         * src/SDCCutil.c (getPrefixFromBinPath): Fixed up to work with win32 in all of its glory.
9101         (getPathDifference): As above.
9102
9103         * src/SDCCmain.c (preProcess): Changed to use a temporary file in a proper temp directory.  Fixed case where pre-processing only.
9104
9105         * src/SDCCglue.c (tempfilename): Added function for pre-processor.
9106
9107 2001-09-23  Michael Hope  <michaelh AT juju.net.nz>
9108         * .version: Updated to 2.3.1
9109
9110         * src/z80/main.c (z80_port =): Added macro based linker and assembler command line support.
9111         Added copyright header.
9112
9113         * src/SDCCmain.c: Shifted various functions into SDCCutil.c
9114         (assemble): Added support for macro based assembler commands.
9115         (linkEdit): Added support for macro based linker commands.
9116         (preProcess): Changed the pre-processor to use macros.
9117         (_setPaths): Added functionality to autodetect the include, lib and bin dir paths.
9118         (_discoverPaths): Added support for overriding the install directory using the SDCCDIR env variable.
9119
9120         * device/lib/z80/crt0.s: Added module name for debugging.
9121
9122 2001-09-20  Michael Hope  <michaelh AT juju.net.nz>
9123
9124         * src/SDCCmain.c (printVersionInfo): Added the build date to the version info.
9125
9126         * src/SDCChasht.c (hTabDeleteByKey): Fixed delete as it would delete the last item from a bucket even if it wasn't the real one.
9127
9128         * src/SDCCglue.c: Moved gc_strdup to SDCCutil.c
9129
9130         * src/Makefile.in: Added SDCCmacro and SDCCutil
9131
9132 2001-09-19  Michael Hope  <michaelh AT juju.net.nz>
9133
9134         * src/SDCCmain.c (printVersionInfo): Added the build date to the version info.
9135
9136 2001-09-16    <johan AT FRIJA>
9137
9138         * 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.
9139
9140 2001-09-15    <johan AT FRIJA>
9141
9142         * src/mcs51/ralloc.c: (findAssignToSym): fixed bug #460662 part 1
9143         * src/ds390/ralloc.c (findAssignToSym): fixed bug #460662 part 1
9144
9145 2001-09-11    <johan AT FRIJA>
9146
9147         * src/SDCCval.c (valDiv Mod Minus Plus Shift): keep litteral expressions as small as possible (bug #460010)
9148
9149 2001-09-10  Michael Hope  <michaelh AT juju.net.nz>
9150
9151         * support/regression/tests/bug-460444.c: Added test case.
9152
9153         * src/z80/gen.c (genOr): bug 460444: if (a ^ lit) was broken for &, |, and ^.
9154         (genCast): Added justification for all of the asserts.
9155
9156 2001-09-10  Bernhard Held <bernhard AT bernhardheld.de>
9157
9158         * support/regression/support.c: _xdata replaced by xdata
9159
9160         * support/regression/spec.mk: removed _generic
9161
9162 2001-09-09  Michael Hope  <michaelh AT juju.net.nz>
9163
9164         * src/pic/ralloc.c (debugLogRegType): Removed some old types to get it to compile.
9165
9166         * src/z80/gen.c (shiftR2Left2Result): Improved the case when v = v >> n for small values of n to use less code space and time.
9167         (genrshTwo): Fixed v = v >> n where v is a negative int and n is > 8: bug 460010.
9168
9169         * src/z80/peeph.def: Added a rule to optimise shift then compare.
9170
9171         * support/regression/tests/bug-460000.c (testShiftByParam): Added test case.
9172
9173         * support/regression/tests/bug-460010.c: Added test case.
9174
9175         * support/regression/Makefile (test-host): Removed a silly 'clean' target when testing against gcc.
9176
9177 2001-09-09  Bernhard Held <bernhard AT bernhardheld.de>
9178
9179         * support/regression/Makefile: inter-port-clean adjusted for mcs51
9180
9181         * support/regression/testfwk.c: removed workaround for bug #436344
9182
9183         * support/regression/tests/bp.c: use less memory with mcs51
9184
9185         * support/regression/tests/bug-441448.c: use less memory
9186
9187         * support/regression/tests/ports/mcs51/spec.mk: cleanup, use --stack-after-data
9188
9189         * support/regression/collate-results.py: typo
9190
9191 2001-09-08  Michael Hope  <michaelh AT juju.net.nz>
9192
9193         * support/regression/tests/fetchoverlap.c: Added new test case.
9194
9195         * support/regression/tests/bp.c: Added new test case.
9196
9197         * support/regression/tests/bug-448984.c: Added new test case.
9198
9199         * support/regression/tests/pow2shifts.c: Added new test case.
9200
9201         * src/z80/gen.c: Turned off the noise it normally generates for the release.
9202         (genlshTwo): Fixed right shift for count > 8.
9203
9204         * src/z80/ralloc.c: Disabled most of the ACC packing rules as they weren't getting hit and weren't at all safe.
9205
9206 2001-09-08    <johan AT FRIJA>
9207
9208         * src/SDCCicode.c (geniCodeCall): a CPOINTER can be used as a function
9209
9210 2001-09-07    <johan AT FRIJA>
9211
9212         * src/SDCCicode.c (newiCodeCondition): fixed bug #456235 (1.77)
9213
9214         * src/SDCCglue.c (emitRegularMap): only delete a symbol when it is a symbol
9215
9216 2001-09-06    <johan AT FRIJA>
9217
9218         * src/SDCC.y: this could be a fix for bug #458744 (1.37)
9219         * bernhard noted me at this: "() equals to (void)" (1.38)
9220
9221 2001-09-05    <johan AT FRIJA>
9222
9223         * src/SDCCglue.c (emitRegularMap): a fix for bug #458099/2
9224
9225 2001-09-04    <johan AT FRIJA>
9226
9227         * src/SDCCsymt.c (checkSClass): a fix for bug #458099/1
9228
9229
9230 2001-09-04  Paul Stoffregen  <paul AT pjrc.com>
9231
9232         * pragma noinduction broke memcpy on mcs51 large model.  Moved it inside z80 optimization
9233
9234 2001-09-03  Michael Hope  <michaelh AT juju.net.nz>
9235
9236         * link/z80/aslink.h: Fixed path for PATH_MAX
9237
9238 2001-09-02  Michael Hope  <michaelh AT juju.net.nz>
9239
9240         * src/z80/gen.c (fetchLitPair): Changed so that it properly caches direct space references.
9241
9242         * support/regression/tests/addsub.c: Added cases to cover all the +, - combinations.
9243
9244         * support/regression/tests/uminus.c: Added a test for the unary minus operator.
9245
9246         * 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.
9247
9248 2001-09-01  Michael Hope  <michaelh AT juju.net.nz>
9249
9250         * src/z80/gen.c: Fixed up generator to pass the regresion tests, specifically fixing loads for longs, genCmp, and turned on the map file.
9251         (genCmp): Fixed up genCmp for the GB with longs.
9252
9253         * device/lib/gbz80/Makefile: Fixed up all the libraries to pass the regression tests.
9254
9255         * support/regression/ports/host/spec.mk: Updated to compile with the new type specifiers.
9256
9257         * device/lib/Makefile.in (Z80SOURCES): Removed old _mululong, _mulslong, and unneeded _mulint.
9258
9259         * device/lib/_mullong.c (_mulslong): Changed to actually return a value :)
9260
9261 2001-08-30  Paul Stoffregen  <paul AT pjrc.com>
9262
9263         * added peepholes 223 to 231 to mcs51 port.  These improve code when using large model.
9264
9265 2001-08-30  Michael Hope  <michaelh AT juju.net.nz>
9266
9267         * 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.
9268
9269         * src/z80/gen.c (genPlus): Changed bad long add for gb to a fall through.
9270
9271 2001-08-29  Michael Hope  <michaelh AT juju.net.nz>
9272
9273         * link/z80/aslink.h: Fixed long file name support.  Is now based off PATH_MAX instead of a constant.
9274
9275         * src/z80/gen.c: Fixed add and sub for the case where left or right are in static space.
9276
9277 2001-08-30 Bernhard Held   <bernhard AT bernhardheld.de>
9278
9279   * sim/ucsim/configure:    little improvement of Cygwin-detection
9280   * sim/ucsim/configure.in: little improvement of Cygwin-detection
9281   * sim/ucsim/cmd.src/newcmdcl.h: include <sys/types.h> to define fd_set automated build
9282   * support/regression/tests/bug-221100.c: small changes for mcs51
9283   * support/regression/tests/bug-221168.c: small changes for mcs51
9284   * support/regression/tests/bug-227710.c: small changes for mcs51
9285   * support/regression/tests/staticinit.c: small changes for mcs51
9286   * as/mcs51/aslink.h: accept everything as symbol name in rel-files, bug fix ID 452601
9287   * as/mcs51/lklex.c:  accept everything as symbol name in rel-files, bug fix ID 452601
9288   * as/mcs51/lksym.c:  accept everything as symbol name in rel-files, bug fix ID 452601
9289
9290 $Revision$