1e51274426577c4c9524b240e53c460d130c8fb9
[fw/sdcc] / ChangeLog
1 2005-08-05 Raphael Neider <rneider AT web.de>
2
3         * src/pic16/gen.c (pic16_aopGet): fixed handling of offsets in
4           AOP_PCODE operands, fixes multibyte union-bitfield-accesses
5
6 2005-08-04 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
7
8         * device/include/mcs51/at89c51ed2.h, device/include/mcs51/p89v51rd2.h,
9           device/include/mcs51/at89s53.h: changed to GNU Lesser General Public
10           License
11
12 2005-08-04 Borut Razem <borut.razem AT siol.net>
13
14         * configure.in: pic16 libraries build 2nd try - enable running
15           configure in device/lib/pic16
16         * configure: regenerated from configure.in
17         * device/lib/Makefile.in: create $(PORT)/bin directory
18
19 2005-08-03 Raphael Neider <rneider AT web.de>
20
21         * src/pic16/gen.c (pic16_derefPtr): NEW, single place
22           to get/set values via pointers
23         * (genUnpackBits,genPackBits): changed detection of
24           ptr->bitfield vs. sym.bitfield, fixed access via generic
25           pointers, removed dead (wrong) code for multibyte bitfields
26         * (genNearPointerGet, genGenPointerGet): removed useless code,
27           fixed bitfield detection, fixes #1250594
28         * (genNearPointerSet): removed useless code
29         * src/pic16/gen.h: renamed pic16_emitpcode to pic16_emitpcode_real
30           and introduced macro pic16_emitpcode that conditionally emits
31           the origin of the following pCode (useful for debugging SDCC)
32         * src/pic16/pcode.c: changed (and disabled) some debug outputs
33         * (createDefmap): fixed handling of LFSR for --optimize-df
34
35 2005-08-02 Borut Razem <borut.razem AT siol.net>
36
37         * device/lib/Makefile.in: pic16 libraries build enabled since
38           gputils-0.13.2 are now localy installed at sourceforge's compile farm
39
40 2005-08-02 Raphael Neider <rneider AT web.de>
41
42         * src/pic16/gen.c (genPackBits): removed deprecated warning
43         * (genGenPointerSet): fixed bitfield detection
44
45 2005-08-02 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
46
47         * device/include/mcs51/msm8xc154s.h: Removed PT2 definition, now in 8052.h.
48
49 2005-07-31 Raphael Neider <rneider AT web.de>
50
51         * device/lib/pic16/libdev/pic18f458.c,
52           device/include/pic16/pic18f458.h: added missing T0CONbits
53
54 2005-07-29 Maarten Brock <sourceforge.brock AT dse.nl>
55
56         * device/include/mcs51/msm8xc154s.h: added, thanks to Matthias Arndt
57
58 2005-07-28 Maarten Brock <sourceforge.brock AT dse.nl>
59
60         * src/mcs51/gen.c (operandsEqu): fixed bug 1246687
61
62 2005-07-23 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
63
64         * device/include/mcs51/at89c51ed2.h: added.
65
66 2005-07-23 Raphael Neider <rneider AT web.de>
67
68         * src/pic/gen.h: added emitpcode macro for debugging
69         * src/pic/gen.c (emitpcode): renamed to emitpcode_real
70           and replace by macro adding debug information on demand
71         * (genNot): fixed to C semantics (!0 = 1; !x = 0 iff x != 0)
72         * (gencjne): tried to fix; replaced with correct (slower) code
73         * (gen{Unp,P}ackBits): fixed single bit access
74         * src/pic/pcode.c (AnalyzepCode): fixed DFPRINTF argument
75         * src/pic/pcodepeep.c (pCodeSearchCondition): fixed finding
76           previous instruction
77         * src/pic/pcoderegs.c (regIsSpecial): NEW, check whether a
78           register has to be handled with care (forbidding movement
79           of assignments/uses, removing assignments completely, ...)
80         * (pCodeOptime2pCodes): make use of regIsSpecial
81         * added lots of debugging output (commented out)
82         * src/pic/rallloc.c (deassignLRs): prevent operand registers
83           from being reused as result UNLESS it is known to work
84
85 2005-07-23 Maarten Brock <sourceforge.brock AT dse.nl>
86
87         * support/Util/dbuf.h: include <stddef.h> for size_t
88         * .version: changed to version 2.5.2
89
90 2005-07-23 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
91
92         * src/SDCCloop.c (loopInvariants): fixed bug #1234048
93
94 2005-07-22 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
95
96         * src/hc08/gen.c (genMinus): fixed bug #1241835,
97           (genModOneByte): removed needless psha/pula
98
99 2005-07-22 Raphael Neider <rneider AT web.de>
100
101         * src/SDCCmain.c (linkEdit): initialized linkerScriptFileName,
102           have PIC14 handled like PIC16, fixes broken pic14 linker calls
103         * src/pic/gen.c (resolveIfx): do not "invent" labels
104         * (genSkipc): changed to positive logic
105         * (genSkipCond): removed as no longer needed
106         * (pic14_mov2w_regOrLit,genCmp): NEW, replacement for buggy version,
107           backport from PIC16
108         * (genLeftShift): check operands are in different registers
109         * src/pic/genarith.c (genPlus): replaced INCF with ADDLW as
110           INCF does not update CARRY...
111         * src/pic/main.c: fixed _linkCmd
112         * src/pic/pcode.c (unlinkpCode): added inactive code
113         * src/pic/ralloc.c (deassignLRs): keep arguments to shift operations
114           alive (do not assign result and operand overlapping registers)
115
116 2005-07-22 Raphael Neider <rneider AT web.de>
117
118         * src/pic/device.c (dump_sfr): replaced register declaration with
119           call to emitSymbolToFile() to avoid duplicate symbols
120         * (assignRelocatableRegisters): do not declare external symbols
121         * src/pic/ralloc.c (allocNewDirReg): fixed to get size of arrays
122           right (take size of type, not etype)
123         * (allocDirReg): fixed call to allocNewDirReg() to pass OP_SYM_TYPE
124         * (writeUsedRegs): also dump dynDirectRegs (e.g. local variables)
125         * (packRegsForAccUse): disabled assignment of WREG as
126           the result reg to prevent occurence of just fixed #1235003,
127           fixes #1242954
128         * src/pic/glue.c (emitSymbolToFile): NEW, central place to declare
129           symbols (avoids duplicate symbols in .asm file)
130         * (pic14emitRegularMap): use emitSymbolToFile()
131         * src/pic/gen.c (aopOp): fixed spillLocation handling
132         * (gen{Unp,P}ackBits): fixed acquiring bit-operands
133         * (genDataPointerSet): removed unneccessary variables/output
134
135 2005-07-22 Maarten Brock <sourceforge.brock AT dse.nl>
136
137         * as/mcs51/lkarea.c: enlarged codemap for banked memory
138         * device/lib/mcs51/crtbank.asm: added # to 0x0F
139
140 2005-07-21 Raphael Neider <rneider AT web.de>
141
142         * src/pic/gen.c (aopOp): do not generate AOP_ACC operands as pic14
143           architecture cannot handle them efficiently, fixes bug #1235003
144         * src/pic16/device.c (pic16_dump_{u,i}section,pic16_dump_int_registers):
145           check for empty sets before using them (fixes bug #1232190)
146
147 2005-07-19 Maarten Brock <sourceforge.brock AT dse.nl>
148
149         * as/mcs51/lkarea.c (lnkarea, lnkarea2): improved BSEG size calculation,
150           (lnksect2): generate warnings for memory overlap
151         * src/SDCC.lex (doPragma, process_pragma): added pragma's codeseg and
152           constseg to set the name of these segments so you can instruct the linker
153           to place them in banks
154         * src/SDCCast.c (decorateType): use new macro IS_FUNCPTR()
155         * src/SDCCglobl.h: added MODEL_HUGE to enum,
156           added code_seg and const_seg to options
157         * src/SDCCglue.c (emitMaps): use options.const_seg,
158           (createInterruptVect): put interrupt vectors in segment HOME,
159           (glue): put HOME before static segment and put the main glue in HOME,
160           (glue): use options.code_seg
161         * src/SDCCicode.c (geniCodeCall): use new macro IS_FUNCPTR()
162         * src/SDCCmain.c: added option --codeseg and --constseg to set the name of
163           these segments so you can instruct the linker to place them in banks
164           (linkEdit): use code_loc for HOME segment which should be the first
165           segment in code memory now
166         * src/SDCCmem.c: fixed more stuff like bug 1238386
167         * src/SDCCsymt.c (getSize): use generic pointer size for banked functions,
168           (changePointer): don't change function pointers to code pointers for
169           banked functions,
170           (compareType): added exceptional check for banked function pointers
171         * src/SDCCsymt.h: changed IFFUNC_ISBANKEDCALL, added IS_FUNCPTR
172         * src/hc08/main.c (_hc08_genAssemblerPreamble): put HOME first, put CSEG
173           after static in code memory
174         * src/mcs51/gen.c: added aopLiteralLong prototype,
175           (aopForSym): use getSize for functions,
176           (genCall): generate banked calls over one trampoline __sdcc_banked_call
177           in HOME with lsb of address in r0, msb in r1 and bank in r2, use
178           -Wl-bBANKSEG=0xbbaaaa option to set the address (aaaa) and bank (bb) of
179           the segment,
180           (genPcall): use call for literal function pointers and generate banked
181           calls over the one trampoline so there's only one place for the user to
182           modify according to his/hers hardware,
183           (genEndFunction): jump to __sdcc_banked_ret in HOME for banked functions,
184           (genPlusIncr): moved check icount>4 beyond inc dptr optimization
185         * src/mcs51/main.c: added keyword banked,
186           (_mcs51_genExtraAreas): put HOME first followed by GSINIT, STATIC and CSEG
187         * support/Util/SDCCerr.c,
188         * support/Util/SDCCerr.h: added E_BANKED_WITH_CALLEESAVES, registers are
189           needed for passing the bank and address to the trampoline
190         * device/lib/mcs51/crtbank.asm: added for bankswitching
191         * device/lib/mcs51/Makefile: added crtbank
192
193 2005-07-16 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
194
195         * src/SDCCcse.c (algebraicOpts): fixed loss of volatility
196           for fields at offset 0 of a struct or union as reported
197           on 2005-07-07 in the developer mailing list.
198
199 2005-07-15 Maarten Brock <sourceforge.brock AT dse.nl>
200
201         * src/SDCCmem.c: fixed bug 1238386
202
203 2005-07-12 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
204
205         * src/mcs51/peeph.def: added labelrefcounting for peepholes
206           (patch #1144962), added peephole 300, enabled 259.x
207         * doc/sdccman.lyx: removed screenshot and provided link instead
208
209 2005-07-05 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
210
211         * doc/sdccman.lyx: added section about debugging with ddd
212         * doc/figures/ddd_example.eps: screenshot of debugging session
213
214 2005-07-04 Raphael Neider <rneider AT web.de>
215
216         * src/pic/gen.c (genPointerGet): handle pointers to CONST values
217           like CODE pointers, fixes #1115683
218         * src/pic/pcode.c (DoBankSelect): forget LastRegIdx during function
219           call, fixes bugs #1232211, #1228110,
220           fixed wrong casts to pCodeFlow from pCodeInstructions
221
222 2005-07-04 Raphael Neider <rneider AT web.de>
223
224         * src/pic/gen.c (popGet): changed assert to allow for
225           bit operands
226         * (popGetAddr): changed signature to provide
227           an additional index, patched all call sites
228         * (genCmpEq): handle literal-like operands correctly
229         * (genAddrOf): added sanity checks on __code/__data pointers
230         * (genAssign): added handling of symbols from __code section
231         * (gencjne): do not generate code for comparisons whose result
232           is neither stored nor used, fixes bug #1171114
233         * (AccLsh, AccRsh): operate on operand instead of WREG
234         * (shift{Left,Right}_Left2ResultLit): NEW, size independant
235           replacement for Shift{LR}{12}Left2Result; shift (byte/int/long)
236           by known count
237         * rewrote complete shift-by-literal logic, commented unused
238           functions out
239         * (genConstPointerGet): get multiple bytes (if result size > 1),
240           fixed handling of non-immediate addresses
241         * (genPointerGet): handle CODE pointers like CONST pointers
242         * (genpic14Code): insert C-SRC lines as Cource-pCodes
243         * ({aop,op}_isLitLike): NEW, single place to decide whether an
244           operand is to be treated as a literal or not
245         * (mov2w,genPcall,genCmpEq),
246           src/pic/genarith.c: use aop_isLitLike() to decide between
247           literal/register contents
248         * (addSign): added missing offset
249         * src/pic/gen.h: remove newline after FENTRY/FEXIT comments,
250           only emit comment in debug-mode,
251           use {aop,op}_isLitLike throughout the file
252         * src/pic/glue.c: fix initializers for pointers (work in progress)
253         * src/pic/pcode.c (get_op): honor index on _const symbols
254         * ({reset,dump}pCodeStatistics): NEW, estimate code size
255         * (dumppBlock): added pCode size estimation
256         * src/pic/ralloc.c (deassignLRs,serialRegAssign,packRegisters):
257           check for IS_SYMOP before OP_SYMBOL'ing
258         * fixed indentation, compacted switch-statements
259         * (allocReg): find free register and allocate it instead of
260           allocating new registers all the time
261         * (deassignLRs): prevent POINTER_GET's from being assigned the same
262           registers as its operands (necessary only for multibyte GETs)
263
264 2005-07-01 Raphael Neider <rneider AT web.de>
265
266         * src/pic/gen.h: added prototypes emitpComment, popGetAddr and
267           debugging .asm-output macros FENTRY + FEXIT
268         * src/pic/gen.c (Safe_vsnprintf): NEW, is there a more generic
269           way... I wonder...
270         * (emitpComment): NEW, printf to pCode
271         * (popGet): added assert on too large offsets, fixed PO_IMMEDIATE's
272           offset handling
273         * (popGetAddr): NEW, variant of popGet to access an immediates
274           high(er) bytes instead of the n'th byte of memory they reference,
275           replaced popGet with popGetAddr where neccessary
276         * (genDataPointerGet): reactivated and fixed implementation
277         * (genNearPointerGet): enabled call to genDataPointerGet, fixes array-
278           accesses
279         * (genDataPointerSet): fixed multibyte assignments
280         * (genpic14Code): fixed --i-code-in-asm handling
281         * src/pic/genarith.c: fixed PO_IMMEDIATE issue using popGetAddr,
282         * (genPlus): fixed index-out-of-bounds error
283         * src/pic/pcode.c (get_op): fixed PO_IMMEDIATE's index/offset handling
284         * src/pic/ralloc.c: added debugging output macro FENTRY2
285         * (spillThis): fixed indentation, enbraced for-body for clarity
286         * (rematStr): commented out as now unused
287         * (regTypeNum): commented out special spill case (overwrites
288           arbitrary values)
289         * fixes bugs #1229346, #1216476 (both arrays) and #1115667 (SIGSEGV)
290
291 2005-06-30 Maarten Brock <sourceforge.brock AT dse.nl>
292
293         * doc/sdccman.lyx: documented sfr16/sfr32,
294           added example for using storage class with function pointers
295         * src/mcs51/gen.c (genPlusIncr): optimized small offsets from dptr
296
297 2005-06-28 Maarten Brock <sourceforge.brock AT dse.nl>
298
299         * device/lib/_gptrget.c: also push/pop _PSBANK, added # to 0x03
300         * device/lib/_itoa.c,
301         * device/lib/_ltoa.c: optimized codesize
302         * src/SDCCsymt.c (checkSClass): added sanity check for sfr at addresses,
303           but don't know how to suppress the double warning.
304         * src/mcs51/gen.c (genPlusIncr): fixed bug when incrementing volatile int's
305         * support/Util/SDCCerr.c,
306         * support/Util/SDCCerr.h: added warning W_SFR_ABSRANGE for sanity check
307
308 2005-06-27 Maarten Brock <sourceforge.brock AT dse.nl>
309
310         * as/mcs51/asexpr.c (expr): disabled warning "not in .flat24 mode",
311           fixed old K&R prototypes
312         * as/mcs51/asout.c (outrb): always output as if generating 24bit addresses
313         * device/lib/_gptrget.c,
314         * device/lib/_gptrgetc.c,
315         * device/lib/_gptrput.c: changed versions for new memory indicator values,
316           also new versions for small generic pointers and banked generic pointers
317         * src/port.h: added const_name
318         * src/SDCC.lex: added keywords sfr16, __sfr16, sfr32, __sfr32
319         * src/SDCC.y: added tokens SFR16, SFR32 and their sfr_attributes
320         * src/SDCCcse.c (findPrevIc): check all associative operators
321         * src/SDCCglue.c (emitMaps): use CONST_NAME if defined
322         * src/SDCCicode.h: added macro IS_ASSOCIATIVE
323         * src/SDCCmem.c: updated comments,
324           set far-space to 0 for pdata, results in optimized code
325         * src/SDCCmem.h: added macro CONST_NAME
326         * src/SDCCsymt.h: renumerated generic pointer types GPTYPE_... thereby
327           moving the info into the highest bits, see also gptrget/gptrput
328         * src/src.dsp: added sdcc.ico to project files
329         * src/avr/gen.c (genCast): fixed bug 0x%d
330         * src/avr/main.c (avr_port): added "CONST (CODE)" for const_name
331         * src/ds390/gen.c (aopForRemat, adjustArithmeticResult): disconnected direct
332           relation between ptr_type and DCL_TYPE,
333           (genCast): fixed bug 0x%d
334         * src/ds390/main.c (ds390_port, tininative_port, ds400_port): added "CONST
335           (CODE)" for const_name
336         * src/hc08/gen.c (genCast): fixed bug 0x%d
337         * src/hc08/main.c (_hc08_genAssemblerPreamble): added .area ...const_name,
338           (hc08_port): added "CONST (CODE)" for const_name
339         * src/mcs51/gen.c (aopForSym): optimized pushing ACC,
340           (aopForRemat, adjustArithmeticResult): disconnected direct relation
341           between ptr_type and DCL_TYPE,
342           (aopGetUsesAcc, aopGet, aopPut): changed first parameter from asmop* to
343           operand* and took AOP() inside function so sfr-ness can be checked,
344           (all over): repaired calls to aopGetUsesAcc, aopGet, aopPut to comply with
345           new prototype,
346           (genFunction, genEndFunction): optimized stack setup,
347           (genMinus): optimized for literals with ending zeroes (in bytes),
348           (genCast): fixed bug 0x%d
349         * src/mcs51/main.c (_mcs51_keywords): added sfr16 and sfr32,
350           (mcs51_port): added "CONST (CODE)" for const_name
351         * src/mcs51/peeph.def: made rule 226 more generic
352         * src/pic/main.c (pic_port): added "CONST (CODE)" for const_name
353         * src/pic16/main.c (pic16_port): added "CONST (CODE)" for const_name
354         * src/xa51/main.c (xa51_port): added "CONST (CODE)" for const_name
355         * src/z80/main.c (z80_port): added NULL for const_name,
356           (gbz80_port): added NULL for const_name
357         * support/regression/tests/bug663539.c,
358         * support/regression/tests/sfr16.c: new tests
359
360 2005-06-25 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
361
362         * device/include/mcs51/p89v51rd2.h, device/include/mcs51/at89s53.h: added.
363
364 2005-06-24 Raphael Neider <rneider AT web.de>
365
366         * device/lib/pic16/libdev/pic18f[68][567]20.c:
367           corrected typos...
368         * device/include/pic16/signal.h: added USBIF
369           and SIG_USB
370
371 2005-06-24 Raphael Neider <rneider AT web.de>
372
373         * device/lib/pic16/libdev/pic18f2455.c,
374           device/include/pic16/pic18f2455.h: NEW
375         * device/include/pic16/pic18fregs.h,
376           device/lib/pic16/pics.all,
377           src/pic16/device.c: added 18f2455
378         * device/lib/pic16/libdev/pic18f[68][567]20.c,
379           device/include/pic16/{pic18f[68][567].h,usart.h}:
380           replaced MULTIPLE_USARTS define with more relaible
381           compatibility sfrs (for USART access)
382
383 2005-06-20 Slade Rich <slade_rich AT users.sourceforge.net>
384
385         * src/pic/pcode.c : Fixed problem when a string constant contains a "\r\n"
386           and the output asm file line is printed on two lines.
387
388 2005-06-19 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
389
390         * sim/ucsim/hc08.src/inst.cc (inst_condbranch): fixed simulation of
391           BGT, BLE, BHI, and BLS instructions
392         * src/hc08/gen.c (outAcc, outBitC, outBitNV, genCmpLt, genCmpGt,
393           genCmpEq): removed
394         * src/hc08/gen.c (genCmpEQorNE, genCmp, branchopCmp, nameCmp,
395           negatedCmp, exchangedCmp, genhc08Code): rewrite of comparison handling,
396           fixes bug #1216342
397         * src/hc08/peeph.def: added rules 2g - 2l for new conditional branches
398
399 2005-06-15 Raphael Neider <rneider AT web.de>
400
401         * src/pic16/NOTES: moved Vangelis from active developers to people to contact
402         * device/include/pic16/{6520.h,8520.h}: fixed configuration bits
403         * src/pic16/gen.c (): prevent iTemps from being considered to be in CODESPACE,
404           fixes bug #1221120; for symbols in CODESPACE get number of bytes to read from
405           OP_SYM_TYPE() instead of OP_SYM_ETYPE()
406
407 2005-06-06 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
408
409         * device/include/mcs51/reg764.h: Changed PB0 to PBO as requested by
410           Marcel Telka in bug #1215704
411
412 2005-06-02 Slade Rich <slade_rich AT users.sourceforge.net>
413
414         * src/pic/pcode.c : Changed pseudo stack size to 15 to allow WSAVE to be
415           located in shared memory bank.
416
417 2005-05-31 Raphael Neider <rneider AT web.de>
418
419         * src/pic16/{gen.c,genarith.c}: replaced sign-extension
420           "CLRF, BTFSC <signbit>, DECF/COMF" with side-effect-free
421           "CLRF, BTFSC <signbit>, SETF"; fixes "long>>9"
422
423 2005-05-27 Maarten Brock <sourceforge.brock AT dse.nl>
424
425         * device/lib/_strncpy.c: fixed the fix
426
427 2005-05-26 Raphael Neider <rneider AT web.de>
428
429         * src/pic16/glue.c (pic16_printIvalChar): fixed _constant_ string
430           initializers with \0, bug #1208187
431         * src/pic/glue.c (printIvalChar): fixed (non- and constant) string
432           intializers with \0, bug #1208187
433
434 2005-05-26 Raphael Neider <rneider AT web.de>
435
436         * src/pic16/glue.c (pic16_printIvalChar): fixed string
437           initializers with \0, bug #1208187
438         * src/pic16/main.c (_process_pragma): added sanity checks
439           for stack position and size, emit warnings when appropriate
440
441 2005-05-26 Maarten Brock <sourceforge.brock AT dse.nl>
442
443         * device/lib/_strncpy.c: fixed not filling with \0
444
445 2005-05-26 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
446
447         * src/SDCCast.c (funcOfType, funcOfTypeVarg, stringToSymbol,
448           createFunction),
449         * src/SDCC.y (external_definition, enumerator, parameter_declaration,
450           compound_statement),
451         * src/SDCCsymt.h,
452         * src/SDCCsymt.c (addSymChain, processFuncArgs): fixed bug #1159134
453
454 2005-05-24 Raphael Neider <rneider AT web.de>
455
456         * src/pic16/glue.c (pic16_printGPointerType): fixed #1207796
457
458 2005-05-24 Raphael Neider <rneider AT web.de>
459
460         * device/include/pic16/pic18f{442,452,458}.h: fixed wrong
461           TRISE definitions, closes bug #1162453
462
463 2005-05-22 Raphael Neider <rneider AT web.de>
464
465         * src/pic16/main.c (_process_pragma): check for missing
466           arguments to pragmas code and udata
467         * device/include/pic16/pic18f{2550,4331,4455,4520}.h:
468           consistency fixes to match other headers (thanks to Jim Paris)
469         * device/lib/pic16/libio/i2c.ignore: 18f4331 provides no I2C
470
471 2005-05-21 Maarten Brock <sourceforge.brock AT dse.nl>
472
473         * src/SDCCicode.c (isOperandEqual): fixed missing ;
474
475 2005-05-19 Maarten Brock <sourceforge.brock AT dse.nl>
476
477         * support/regression/tests/bug1198642.c: new test
478         * src/SDCCicode.c (isOperandEqual): fixed bug 1198642
479         * src/SDCCcse.c (findPrevIc): added comment, please have a look
480         * support/scripts/resource.h,
481         * support/scripts/resource.rc,
482         * src/src.dsp: added sdcc.ico to project as icon for sdcc.exe
483         * support/scripts/sdcc.ico: added 32x32 icon
484
485 2005-05-18 Raphael Neider <rneider AT web.de>
486
487         * device/lib/pic16/libdev/pic18f*.c,
488         * device/include/pic16/pic18f*.h: updated "sfr" and "at X"
489           keywords to "__sfr" and "__at (X)"
490         * device/include/pic16/pic18fregs.h: added pic18f4520
491         * src/pic16/pcode.c (pic16_pCode2str): fixed (?) bug
492           #1203088 (MPLAB compatibility)
493
494 2005-05-17 Raphael Neider <rneider AT web.de>
495
496         * device/include/pic16/pic18f{2550,4331,4455,4520}.h: NEW
497         * device/lib/pic16/libdev/pic18f{2550,4331,4455,4520}.c: NEW
498         * device/lib/pic16/pics.all: added new devices
499         * src/pic16/device.c: added support for pic18f4520
500
501 2005-05-16 Raphael Neider <rneider AT web.de>
502         * src/pic16/gen.{c,h}: s/mov2f/pic16_mov2f made public
503         * src/pic16/genarith.c (genAddLit): fixed bug 1202480
504         * src/pic16/pcode.{c,h} (pic16_newpCodeOpBit_simple): NEW
505           convenience function for bit access
506
507 2005-05-15 Maarten Brock <sourceforge.brock AT dse.nl>
508
509         * device/lib/printf_large.c: fixed bug 1193299
510         * support/regression/tests/bug1057979.c: added test %3.3s
511
512 2005-05-15 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
513
514         * device/include/mcs51/8051.h,
515         * device/include/mcs51/8052.h: made parseable with lint
516         * device/include/mcs51/lint.h: added include file for (sp)lint
517         * doc/sdccman.lyx: added doc about use of splint (syntax checking tool)
518         * doc/cdbfileformat.lyx,
519         * doc/test_suite_spec.lyx: hardcoded date to the date of last text change
520
521 2005-05-14 Raphael Neider <rneider AT web.de>
522
523         * device/lib/pic16/Makefile.common.in: add --optimize-df to OPT_FLAGS
524         * device/lib/pic16/libc/stdlib/itoa.c (new)
525         * device/lib/pic16/libc/stdlib/Makefile: have itoa.c built
526         * device/lib/pic16/libio/Makefile: exclude subdir according to
527           ${subdir}.ignore for certain PICs (lacking e.g. i2c)
528         * device/lib/pic16/libio/i2c.ignore (new): pic18f1220 has no I2C support
529         * src/pic16/gen.c (genFunction): prevent annoying warning
530         * src/pic16/pcode.c: renamed stack_t to dynstack_t to prevent
531           nameclashes on BeOS
532         * support/cpp2/cppmain.c (cpp_output_string): new
533         * support/cpp2/cpplib.c (_cpp_do__Pragma): fixed _Pragma(""),
534           fixes bug 1116802
535
536 2005-05-13 Borut Razem <borut.razem AT siol.net>
537
538         * src/SDCCmain.c (linkEdit): fixed bug 1195202
539
540 2005-05-12 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
541
542         * .version: changed to version 2.5.1; back to bleeding edge development
543
544 2005-05-11 Borut Razem <borut.razem AT siol.net>
545
546         * doc/sdccman.lyx doc/cdbfileformat.lyx doc/test_suite_spec.lyx:
547           generate PDF version 1.3 documents
548
549 2005-05-07 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
550
551         * .version: changed to version 2.5.0
552
553 2005-04-27 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
554
555         * doc/sdccman.lyx: updated weblinks, index and smaller updates
556
557 2005-04-26 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
558
559         * doc/sdccman.lyx: changed version 2.5.0, documented --std-c89,
560         --std-sdcc89, --std-c99, --std-sdcc99, and the corresponding #pragmas, as
561         well as many smaller updates.
562         * .version: changed to version 2.5.0-pre1
563
564 2005-04-26 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
565
566         * src/SDCCmain.c (setIncludePath): added port->target to SDCC_INCLUDE_NAME
567
568 2005-04-26 Maarten Brock <sourceforge.brock AT dse.nl>
569
570         * support/regression/tests/bug1185672.c: added
571         * src/mcs51/gen.c (aopGetUsesAcc, genCpl, genAnd, genOr, genXor): fixed
572           bug 1185672
573         * src/mcs51/gen.c (genCall): added comments, made it look safer
574         * src/mcs51/gen.c (genEndFunction): simplified
575
576 2005-04-25 Maarten Brock <sourceforge.brock AT dse.nl>
577
578         * src/mcs51/ralloc.c (serialRegAssign): fixed bug 1189609
579
580 2005-04-14 Borut Razem <borut.razem AT siol.net>
581
582         * fixed bug 1045046 - SIGSEGV with really simple code?:
583           src/pic/pcode.c (pCodeInitRegisters)- pseudo stack size increased to 16
584           src/pic/ralloc.c (typeRegWithIdx) - error message on pseudo stack overflow
585
586 2005-04-14 Borut Razem <borut.razem AT siol.net>
587
588         * src/pic16/gen.c (genInline), src/pic16/main.c (_process_pragma),
589           src/pic16/device.h: temporarily disabled experimental #inline pragma
590           for 2.5.0 release
591
592 2005-04-14 Maarten Brock <sourceforge.brock AT dse.nl>
593
594         * device/include/z80/stdio.h,
595         * device/include/z80/string.h: removed these highly incomplete files so
596           SDCC can use the default ones in device/include/
597
598 2005-04-14 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
599
600         * src/mcs51/gen.c (genEndFunction): removed unused variable to fix
601         gcc warning.
602         * device/lib/Makefile.in: default PORTINCDIR to the mcs51 subdir to
603         fix sdcpp warnings.
604
605 2005-04-12 Maarten Brock <sourceforge.brock AT dse.nl>
606
607         * device/include/malloc.h: removed redundant __reentrant prototypes
608         * device/lib/_mullong.c: added working xstack variant in asm (C version
609           doesn't pass regression tests)
610         * device/lib/bpx.c: used __data and made bpx char for mcs51
611         * src/SDCCast.c (decorateType): removed unused GPTYPE_IDATA,
612           (createFunction): fixed bug with xstackPtr
613         * src/SDCCcse.c: corrected comments
614         * src/SDCCopt.c (convertToFcall): fixed warning in MSVC,
615           (killDeadCode, eBBlockFromiCode): removed unused code
616         * src/SDCCsymt.h: removed unused GPTYPE_GPTR and GPTYPE_IDATA,
617           corrected comments
618         * src/mcs51/gen.c (aopForSym, aopPut, toBoolean, unsaveRegisters,
619           assignResultValue, genCall, genFunction, genEndFunction, genAnd,
620           genOr, genXor, genAddrOf): fixed several bugs concerning xstack
621           (genModOneByte): fixed warning in MSVC
622         * src/mcs51/main.c (): added comments
623         * src/mcs51/peeph.def: changed 129 to 129.a, added 129.b, 129.c & 129.d
624
625 2005-04-12 Maarten Brock <sourceforge.brock AT dse.nl>
626
627         * src/SDCCmain.c (linkEdit): oops, changed one line too many
628
629 2005-04-11 Maarten Brock <sourceforge.brock AT dse.nl>
630
631         * src/SDCCmain.c (linkEdit): fixed bug with finding crt0.o for z80
632
633 2005-04-10 Vangelis Rokas <vrokas AT users.sourceforge.net>
634
635         * src/pic16/glue.c (printIvalChar): fixed bug when emitting
636         characters arrays of larger size than the declared one.
637
638 2005-04-10 Borut Razem <borut.razem AT siol.net>
639
640         * src/pic/gen.c (genInline),
641           src/pic/pcode.c (newpCodeAsmDir), (pCode2str),
642           (genericPrint), (unlinkpCodeFromBranch), (compareLabel),
643           (findNextInstruction), (findPrevInstruction),
644           (findInstructionUsingLabel),
645           src/pic/pcode.h: fixed bug #1164907 - Labels not being recognized
646         * src/pic/pcode.c (findLabel): added missing '\n'
647         * src/src.dsp: added SDCCdwarf2.c to the project
648
649 2005-04-09 Borut Razem <borut.razem AT siol.net>
650
651         * support/scripts/sdcc.nsi: added include/hc08/* h to NSIS setup
652
653 2005-04-08 Raphael Neider <rneider AT web.de>
654
655         * src/pic16/pcode.c: added helpers defmapInsertAfter (insert a new item
656           into the chain after a given one) and mergeDefmapSymbols (combine
657           defmap entries for each symbol per pcode)
658         * (createDefmap): have defmap entries merged in the end
659         * (defmapReplaceSymRef): split defmap entries covering two accesses to
660           a symbol before replacing one access type's symbol, merge symbols in
661           the end (replacement symbol might already have an entry)
662         * (assignValnums): keep reference to written WREG intact
663
664 2005-04-08 Raphael Neider <rneider AT web.de>
665
666         * src/pic16/pcode.c (struct defmap_s): named anonymous union (for
667           Alpha)
668
669 2005-04-08 Vangelis Rokas <vrokas AT users.sourceforge.net>
670
671         * src/pic16/pcode.c (pic16_get_op2): enlarged size of array b to 128
672         bytes
673
674 2005-04-07 Raphael Neider <rneider AT web.de>
675
676         * device/include/pic16/usart.h: added compatibility defines for
677           devices with more than one USART
678         * device/include/pic16/pic18f[68][567]20.h: activated above defines
679
680 2005-04-07 Maarten Brock <sourceforge.brock AT dse.nl>
681
682         * device/lib/Makefile.in: updated for port specific include
683
684 2005-04-07 Maarten Brock <sourceforge.brock AT dse.nl>
685
686         * support/regression/ports/mcs51/spec.mk: added mcs51 include
687
688 2005-04-07 Maarten Brock <sourceforge.brock AT dse.nl>
689
690         * device/include/8051.h,
691         * device/include/8052.h,
692         * device/include/at89S8252.h,
693         * device/include/at89c55.h,
694         * device/include/at89x051.h,
695         * device/include/at89x51.h,
696         * device/include/at89x52.h,
697         * device/include/mcs51reg.h,
698         * device/include/reg51.h,
699         * device/include/reg764.h,
700         * device/include/regc515c.h,
701         * device/include/sab80515.h: (re)moved these 12 files
702         * device/include/mcs51/8051.h,
703         * device/include/mcs51/8052.h,
704         * device/include/mcs51/at89S8252.h,
705         * device/include/mcs51/at89c55.h,
706         * device/include/mcs51/at89x051.h,
707         * device/include/mcs51/at89x51.h,
708         * device/include/mcs51/at89x52.h,
709         * device/include/mcs51/mcs51reg.h,
710         * device/include/mcs51/reg51.h,
711         * device/include/mcs51/reg764.h,
712         * device/include/mcs51/regc515c.h,
713         * device/include/mcs51/sab80515.h: and added them here
714
715 2005-04-06 Maarten Brock <sourceforge.brock AT dse.nl>
716
717         * device/include/stdarg.h: changed SDCC specific keywords to double
718           underlined form.
719         * device/include/stdint.h: changed intptr_t and uintptr_t for others than
720           mcs51 and ds390.
721         * device/include/hc08/mc68hc908gp32.h,
722         * device/include/hc08/mc68hc908jb8.h,
723         * device/include/hc08/mc68hc908jkjl.h,
724         * device/include/hc08/mc68hc908qy.h: fixed comments
725         * device/include/mcs51/README: updated
726         * device/include/mcs51/c8051f120.h: added PINRSF
727         * device/lib/pic16/libc/stdlib/crc16.c: fixed comments
728         * src/pic16/pcode.c: MSVC6 doesn't accept declaring new variables
729           amidst code. Also inline is not supported.
730
731 2005-04-06 Raphael Neider <rneider AT web.de>
732
733         * src/pic16/pcode.c (pic16_pCodeReplace): also update pcflow->end
734         * (createDefmap): fixed CALLs to depend on FSR1 and RETLW to restore
735           callers stack/frame pointers
736
737 2005-04-06 Vangelis Rokas <vrokas AT users.sourceforge.net>
738
739         * device/include/pic16/usart.h: added, missing in previous commit,
740         * device/include/pic16/adc.h: fixed typo,
741         * device/lib/pic16/libc/utils/cvtdec.S: added missing in previous
742         commit,
743         * device/lib/pic16/libc/stdlib/g_ftoa.S: modified to include
744         <p18fxxx.inc>
745         * device/lib/pic16/libc/stdio/streams.c: leave stdin, stdout
746         uninitialized because a bug appears with gplink
747         * device/lib/pic16/{some makefiles}: moved $(CSTD) from CFLAGS to
748         COMPILE_FLAGS and added CPPFLAGS with -nostdinc because sdcpp
749         complains for unrecognised option
750
751 2005-04-05 Raphael Neider <rneider AT web.de>
752
753         * src/pic16/gen.c (pic16_popCopyReg): made copying work for extended
754           structs as well (using memcpy)
755         * (genFunction): fixed comparison, used pCodeOpLabel to reduce warning
756           on ISRs (GOTO has no label)
757         * src/pic16/device.h: added OF_OPTIMIZE_DF
758         * src/pic16/main.c: added compiler switch --optimize-df to enable the
759           new data flow analysis/optimization
760         * src/pic16/pcode.c: added (prototypes for and implementation of)
761           dataflow analysis functions, fixed pCodeInstructions' inCond and
762           outCond values, made RCALL a branch instruction
763         * (pic16_unlinkpCode): keep C line if possible
764         * (pic16_pCodeUnlink): removed cast on left side of assignment, have
765           C line moved if possible
766         * (pic16_getRegFrompCodeOp): NEW, improved version of...
767         * (pic16_getRegFromInstruction,pic16_getRegFromInstruction2): changed
768           to use new pic16_getRegFrompCodeOp (works for more SFRs)
769         * (pic16_BuildFlow): fixed skip instructions with label (did not start
770           new flow)
771         * (pic16_getJumptabpCode): NEW, needed in...
772         * (LinkFlow): fixed handling of jumptables, calls and conditional
773           branches
774         * (pic16_InsertCommentAfter): NEW
775         * (pic16_pCodeReplace): made verbose and flow preserving
776         * (AnalyzeFlow): added call to data flow analysis
777         * src/pic16/pcode.h: added defmaps to pCodeFlow struct
778         * src/pic16/pcodeflow.h: added PCC_STATUS to mean all STATUS bits
779         * src/pic16/ralloc.c (packRegsForAssign): added return 1 in the end
780
781 2005-04-03 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
782
783         * src/SDCCast.c (decorateType): fixed bug #1105626
784
785 2005-04-02 Vangelis Rokas <vrokas AT users.sourceforge.net>
786
787         * device/include/asm/pic16/features.h,
788         * pic18f*.h headers,
789         * device/include/pic16/adc.h,
790         * device/include/pic16/delay.h,
791         * device/include/pic16/i2c.h,
792         * device/include/pic16/malloc.h,
793         * device/include/pic16/stdio.h,
794         * device/include/pic16/stdlib.h,
795         * device/include/pic16/string.h,
796         * device/lib/pic16/libc/stdio/printf_tiny.c,
797         * device/lib/pic16/libc/stdio/printf_small.c,
798         * device/lib/pic16/libc/stdio/strmgpsim.c,
799         * device/lib/pic16/libc/stdio/strmmssp.c,
800         * device/lib/pic16/libc/stdio/strmusart.c,
801         * device/lib/pic16/libc/stdio/vfprintf.c,
802         * device/lib/pic16/libc/stdlib/ltoa.c,
803         * device/lib/pic16/libc/stdlib/putchar.c,
804         * device/lib/pic16/libc/stdlib/x_ftoa.c,
805         * device/lib/pic16/libc/stdlib/memchrpgm.c,
806         * device/lib/pic16/libc/stdlib/memchrram.c,
807         * device/lib/pic16/libc/stdlib/memcpypgm2ram.c,
808         * device/lib/pic16/libc/stdlib/memcpyram2ram.c,
809         * device/lib/pic16/libio/adc/adcbusy.c,
810         * device/lib/pic16/libio/adc/adcread.c,
811         * device/lib/pic16/libio/adc/adcsetch.c,
812         * device/lib/pic16/libio/usart/ubaud.c,
813         * device/lib/pic16/libio/usart/ubusy.c,
814         * device/lib/pic16/libio/usart/udrdy.c,
815         * device/lib/pic16/libio/usart/uopen.c,
816         * device/lib/pic16/libio/usart/uputc.c,
817         * device/lib/pic16/libsdcc/gptr/gptrget1.c,
818         * device/lib/pic16/libsdcc/gptr/gptrget2.c,
819         * device/lib/pic16/libsdcc/gptr/gptrget3.c,
820         * device/lib/pic16/libsdcc/gptr/gptrget4.c,
821         * device/lib/pic16/libsdcc/gptr/gptrput1.c,
822         * device/lib/pic16/libsdcc/gptr/gptrput2.c,
823         * device/lib/pic16/libsdcc/gptr/gptrput3.c,
824         * device/lib/pic16/libsdcc/gptr/gptrput4.c: modified all SDCC
825         specific keywords to double underlined form,
826         * device/lib/pic16/libc/Makefile.rules,
827         * device/lib/pic16/libsdcc/Makefile.rules,
828         * device/lib/pic16/libm/Makefile,
829         * device/lib/pic16/libio/Makefile.rules: added CSTD macro in CFLAGS
830         to compile with C standard set in Makefile.common
831         * device/lib/pic16/libc/stdlib/Makefile: added new C sources
832         rand.c and crc.c in compilation process,
833         * device/lib/pic16/libsdcc/int/divuint.c,
834         * device/lib/pic16/libsdcc/long/divulong.c: changed declaration of
835         `c' from signed to unsigned,
836         * device/lib/pic16/startup/crt0.c,
837         * device/lib/pic16/startup/crt0i.c,
838         * device/lib/pic16/startup/crt0iz.c: adopted to all SDCC specific
839         keywords to double underlined form, bug fixes in _do_cinit function
840         which prevented the correct initialization of the .idata segment,
841         * src/pic16/pcoderegs.c (insideLRBlock): fixed a bug that caused the
842         core to enter a infinite loop
843         * device/lib/pic16/libc/stdlib/rand.c, crc.c: new files
844
845 2005-04-02 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
846
847         * src/SDCCicode.c (getArraySizePtr): fixed bug #1122171
848
849 2005-04-01 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
850
851         * device/include/Makefile.in: add support for hc08 subdirectory
852         * device/include/hc08/: new subdirectory
853         * device/include/hc08/mc68hc908jkjl.h: new header contributed by
854         Lucas Loizaga, thanks!
855         * device/include/hc08/mc68hc908qy.h,
856         * device/include/hc08/mc68hc908gp32.h,
857         * device/include/hc08/mc68hc908jb8.h: moved hc08 register defs to
858         their own directory. Changed internal macro names to use the compiler
859         reserved namespace. Changed SDCC specific keywords to double
860         underlined form.
861         * device/include/math.h,
862         * device/include/malloc.h,
863         * device/include/stdarg.h,
864         * device/include/stdbool.h
865         * device/include/string.h,
866         * device/include/tinibios.h,
867         * device/include/ds400rom.h,
868         * device/include/8051.h,
869         * device/include/8052.h,
870         * device/include/80c51xa.h,
871         * device/include/at89c55.h,
872         * device/include/at89S8252.h,
873         * device/include/at89x51.h,
874         * device/include/at89x52.h,
875         * device/include/ds80c390.h,
876         * device/include/reg764.h,
877         * device/include/regc515c.h,
878         * device/include/sab80515.h,
879         * device/include/mcs51/c8051f000.h,
880         * device/include/mcs51/c8051f018.h,
881         * device/include/mcs51/c8051f020.h,
882         * device/include/mcs51/c8051f040.h,
883         * device/include/mcs51/c8051f060.h,
884         * device/include/mcs51/c8051f120.h,
885         * device/include/mcs51/c8051f300.h,
886         * device/include/mcs51/c8051f310.h,
887         * device/include/mcs51/c8051f320.h,
888         * device/include/mcs51/c8051f330.h,
889         * device/include/mcs51/c8051f350.h,
890         * device/include/z180.h: Changed SDCC specific keywords to double
891         underlined form.
892
893 2005-03-31 Vangelis Rokas <vrokas AT users.sourceforge.net>
894
895         * src/pic16/device.c (Pics16[]): added devices 18F2550, 18F4331,
896         18F4455,
897         * (pic16_assignConfigWordValue): disable testing of configuration
898         register value with config mask,
899         * src/pic16/gen.c (pic16_testStackOverflow): prefix stack test
900         function with port->fun_prefix,
901         * (genFunction): when generating a naked interrupt function never
902         create an absolute segment placed in interrupt vector address, place
903         the actual interrupt function at IVA instead, when an interrupt
904         function is generated with unspecified interrupt then do not create
905         the absolute section,
906         * (genGenPointerGet, genGenPointerSet, genPackBits): replace all
907         code for generating a call to generic pointer get/put function with
908         a call to function pic16_callGenericPointer(),
909         * src/pic16/genutils.c (pic16_callGenericPointerRW): NEW, generates
910         the call to the generic pointer get/put functions with prefixing the
911         function name with port->fun_prefix,
912         * src/pic16/glue.c (pic16glue): ifdef-out test of OF_LR_SUPPORT,
913         * src/pic16/main.c (_process_pragma): prefix function with
914         port->fun_prefix,
915         * (_pic16_finaliseOptions): define macro __18Fxxxx macro when
916         calling assembler, old 18Fxxxx macro is deprecated,
917         * src/pic16/pcode.c (unlinkpCodeFromBranch): added PC_INLINE and
918         PC_ASMDIR in while condition,
919         * (findInstruction): add PC_ASMDIR in while condition,
920         * (buildCallTree): prefix main with port->fun_prefix,
921         * (pic16_pCode2str): fixed bug that didn't emit the memory access
922         identifier for variable with banked access in instructions BTFSS,
923         BTFSC, BCF, BSF, BTG
924         * (AnalyzeFlow): moved call to OptimizepCode to pic16_AnalyzeBanking,
925         * src/pic16/pcodepeep.c (pCodeOpCompare): increase size of b to 1024,
926         * src/pic16/pcoderegs.c (pic16_pCodeRegoptimizeRegUsage): don't
927         perform optimization when enviroment variable NO_REG_OPT is set,
928         * (insideLRBlock): NEW, return 1 if register is inside an
929         INF_LOCALREGS block,
930         * (RemoveRegFromLRBlock): remove a register that is completely
931         eliminated by register optimization, but it is still left in local
932         register store/restore in/from stack block,
933         * (Remove2pcodes): after removing register, check to see if it
934         should be removed from local register store/restore in/from stack
935         block,
936         * src/pic16/ralloc.c (pic16_decodeOp): added decode for
937         DUMMY_READ_VOLATILE,
938
939         * device/include/pic16/adc.h: minor prototype modifications and
940         update,
941         * device/include/pic16/malloc.h: added GPL notice various
942         modifications,
943         * device/include/pic16/stdint.h: NEW, standard header for ints
944         * device/include/pic16/delay.h: NEW, header for delay functions,
945         delay10tcy, delay100tcy, delay1ktcy, delay10ktcy, delay100ktcy,
946         delay1mtcy,
947         * device/include/pic16/signal.h: NEW, header providing helper macros
948         for implementing signal handlers,
949         * device/include/pic16/stdio.h: added prototypes for functions,
950         printf, vprintf, sprintf, vsprintf, fprintf, vfprintf. Added
951         prototypes for stdin and stdout, added macro PUTCHAR to
952         automatically implement putchar function prototype,
953         * device/include/pic16/usart.h: modified and updated USART library,
954         * device/lib/pic16/libio/adc/,
955         * device/lib/pic16/libio/i2c: some modifications to improve library
956         performance,
957         * device/lib/pic16/libc/stdio/: modifications for the new printf*
958         family of functions,
959         * device/lib/pic16/libc/stdlib/: various modifications in the malloc
960         family of functions and other sources,
961         * device/lib/pic16/libio/usart/: NEW, c sources for the usart module
962         of the PIC18Fxx[28] devices,
963         * device/lib/pic16/libc/delay/: NEW, c sources for the delay functions,
964         * device/lib/pic16/libc/utils/: minor modifications in the .S sources,
965         * device/lib/pic16/startup/{crt0i.c, crt0iz.c}: redesign of the
966         _do_cinit function, because the previous failed when local variables
967         where not placed in the same memory bank,
968         * device/lib/pic16/libsdcc/char/: various modifications to improve
969         library performance,
970         * doc/sdccman.lyx: some reorganization of the PIC16 part, added many
971         information on the new functions of the c library and more...
972
973 2005-03-28 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
974
975         * src/SDCCBBlock.c (iCodeBreakDown): fixed bug #1170212
976
977 2005-03-26 Raphael Neider <rneider AT web.de>
978
979         * src/pic16/gen.c (genSkipc): fixed semantics (execute branch
980           if condition == CARRY)
981         * (genCmp): adapted to new genSkipc semantics
982         * src/pic16/genutils.c (pic6_genCmp_special): removed side effect
983           on rIfx (genCmp was broken)
984
985 2005-03-26 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
986
987         * src/SDCCmain.c (setDefaultOptions, optionsTable[], parseCmdLine),
988         * src/z80/main.c (_keywords[]),
989         * src/SDCCglobal.h (struct options),
990         * src/SDCC.y,
991         * src/SDCC.lex (isTargetKeyword, doPragma, pragma_tbl[]): new pragmas
992         to enable/disable SDCC and C99 extensions/keywords (std_c89, std_sdcc89,
993         std_c99, std_sdcc99). Also, equivalent command line options (--std-c89,
994         --std-sdcc89, --std-c99, --std-sdcc99). SDCC specific keywords are
995         always available in leading double underscore form. The C99 support is
996         mostly missing, but it's a start.
997         * support/regression/tests/bug-227710.c: fixed nonconforming use of
998         reserved identifier "__data".
999
1000 2005-03-24 Maarten Brock <sourceforge.brock AT dse.nl>
1001
1002         * src/mcs51/peeph.def: fixed bug 1170013
1003
1004 2005-03-22 Maarten Brock <sourceforge.brock AT dse.nl>
1005
1006         * device/include/mcs51reg.h: fixed bug 842007
1007
1008 2005-03-21 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
1009
1010         * src/SDCCcflow.c (dfNumCompare): committed the wrong version of this
1011         last time.
1012
1013 2005-03-20 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
1014
1015         * src/port.h (struct PORT),
1016         * src/avr/ralloc.c (avr_assignRegisters),
1017         * src/avr/main.c,
1018         * src/ds390/ralloc.c (ds390_assignRegisters),
1019         * src/ds390/main.c,
1020         * src/hc08/ralloc.c (hc08_assignRegisters),
1021         * src/hc08/main.c,
1022         * src/mcs51/ralloc.c (mcs51_assignRegisters),
1023         * src/mcs51/main.c,
1024         * src/pic/ralloc.c (pic14_assignRegisters),
1025         * src/pic/main.c,
1026         * src/pic16/ralloc.c (pic16_assignRegisters),
1027         * src/pic16/main.c,
1028         * src/xa51/ralloc.c (xa51_assignRegisters),
1029         * src/xa51/main.c,
1030         * src/z80/ralloc.c (z80_assignRegisters),
1031         * src/z80/ralloc.h,
1032         * src/SDCCopt.c (eBBlockFromiCode, replaceRegEqv, killDeadCode),
1033         * src/SDCCcse.c (ifxOptimize, cseBBlock, cseAllBlocks),
1034         * src/SDCCcse.h,
1035         * src/SDCCdflow.c (computeDataFlow),
1036         * src/SDCCdflow.h,
1037         * src/SDCCloop.c (addDefInExprs, loopInvariants, loopOptimizations),
1038         * src/SDCCloop.h,
1039         * src/SDCCcflow.c (*),
1040         * src/SDCCcflow.h,
1041         * src/SDCCBBlock.c (iCodeBreakDown, dumpEbbsToFileExt, eBBWithEntryLabel),
1042         * src/SDCCBBlock.h (struct ebbIndex): new struct that keeps two copies
1043         of the eBBlock list, sorted by both bbnum and dfnum. (fixes bug with
1044         immedDom() returning wrong block; probably fixes bug #1160833)
1045
1046 2005-03-20 Borut Razem <borut.razem AT siol.net>
1047
1048         * support/scripts/inc2h.pl: WIN32 port
1049
1050 2005-03-19 Maarten Brock <sourceforge.brock AT dse.nl>
1051
1052         * device/lib/makefile.in: added abs.c and labs.c
1053
1054 2005-03-17 Maarten Brock <sourceforge.brock AT dse.nl>
1055
1056         * device/include/stdint.h: added
1057         * device/lib/abs.c: added
1058         * device/lib/labs.c: added
1059         * device/include/stdlib.h: added abs() and labs() prototypes
1060         * device/lib/libsdcc.lib: added abs and labs
1061         * device/include/float.h,
1062         * device/lib/_fsmul.c,
1063         * device/lib/printf_fast.c,
1064         * device/lib/printf_tiny.c: updated comments
1065
1066 2005-03-16 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
1067
1068         * src/SDCCicode.c (geniCodeSwitch, geniCodeJumpTable): fixed
1069         bug #1164313
1070
1071 2005-03-16 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
1072
1073         * src/SDCCcse.c (cseBBlock): retain assignment to self when volatile
1074         * src/SDCCast.c (isLoopCountable): fixed bug #1161985
1075
1076 2005-03-15 Maarten Brock <sourceforge.brock AT dse.nl>
1077
1078         * device/lib/printf_large.c: removed inline assembly for portability and
1079           readability. Use printf_fast if speed or size are more important.
1080         * src/pic16/gen.c: removed conditions around use of DEBUGpc
1081         * src/pic16/genutils.h: added define for DEBUGpc for MSVC
1082
1083 2005-03-15 Vangelis Rokas <vrokas AT users.sourceforge.net>
1084
1085         * src/pic16/genutils.c (pic16_genCmp_special): initialized offs to
1086         prevent compiler warning
1087
1088 2005-03-14 Vangelis Rokas <vrokas AT users.sourceforge.net>
1089
1090         * device/lib/pic16/startup/crt0i.c (_cinit): local variables where
1091         moved to level 0 and declared as static. Also they are explicit
1092         placed in access bank. This was necessery because some times they
1093         might cross memory bank boundaries. crt0iz.c is *NOT* updated!!!
1094         * src/pic16/device.h: added flag OPTIMIZE_CMP to enable some compare
1095         optimizations. Currently only compare to unsigned char is implemented,
1096         * src/pic16/gen.c: added fReturnIdx array,
1097         * (struct resolvedIfx) is moved to gen.h and made public,
1098         * (struct _G): added sregsAlloc and sregsAllocSet fields,
1099         * (aopForSym): added an optimization to directly store in stack of
1100         the operand of a SEND iCode,
1101         * (pic16_aopOp): don't return return registers as strings (AOP_STR)
1102         but as registers instead (AOP_REG) using the fReturnIdx array,
1103         * (pic16_freeAsmop): remove the freed register from the
1104         _G.sregsAlloc field,
1105         * (pic16_aopGet): in case AOP_STR, the compare to 'a' is changed to
1106         a compare of 'WREG',
1107         * (pic16_popGetTempRegCond): changed function prototype, now
1108         function takes also a bitVector argument v which holds the current
1109         set of registers that are allocated for stack access by aopForSym,
1110         registers allocated in aopForSym for accessing stack symbols are not
1111         any more part of the functions usedRegs field,
1112         * (genCall): some times aopOp is called for a stack variable to be
1113         send, aopForSym might perform the push, if this is true make sure
1114         that genCall doesn't push the variable twice by testing _G.resDirect,
1115         * (genFunction): changed testing for unspecified interrupt number
1116         from 256 to INTNO_UNSPEC,
1117         * modified selection scheme of frame pointer generation. Previously
1118         if function did use local registers a frame pointer was generated,
1119         now a frame pointer is generated only if function has arguments
1120         (that need PLUSW2 register access), or has stack arguments, or the
1121         compiler is not instructed to omit the frame pointer,
1122         * (genEndFunction): before restoring local registers that were saved
1123         in the function preamble, also restore the registers that *might*
1124         have been allocated for stack access,
1125         * (genRet): removed some old comments,
1126         * (genCmp, the active (RN's) version): added a call to the
1127         pic16_genCmp_special function to perform the compare with a more
1128         robust and optimized way,
1129         * (genInline): a feature has been added in inline code generation,
1130         which allows a wildcard variable substitution when writing inline
1131         assembly. Code is incomplete and experimental therefore undocumented,
1132         * (genCast): changed order of aopOp for result and right to allow
1133         aopForSym to directly load the result if possible,
1134         * src/pic16/genutils.c (selectCompareOp, pic16_genCmp_special): NEW,
1135         perform an optimized compare on some selected special occasions,
1136         * src/pic16/genutils.h: declaration of resolvedIfx structure from gen.c,
1137         * src/pic16/glue.c (pic16createInterrupVect): make sure we never
1138         generate an IVT any more,
1139         * src/pic16/main.c (pic16_optionsTable): added command line option
1140         --optimize-cmp,
1141         * (_pic16_initPaths): when calling C preprocessor define pic18fXXXX
1142         macro too, when calling assembler define pic18fXXXX *and* __18Fxxxx
1143         macros,
1144         * src/pic16/NOTES: Raphael Neider added in list of active developers
1145         * src/pic16/pcode.c (OPT_TYPE_STR): added strings jumptable_begin and
1146         jumptable_end to prevent bug #,
1147         * (pic16_pciADDWFC, ADDFWC, COMF, CLRF): added some missing flags in
1148         inCond and outCond fields,
1149         * src/pic16/pcoderegs.c (pCodeOptime2pCodes): add a fix for bug #,
1150         * src/pic16/ralloc.c (serialRegAssign): explicit set willCS to 0 to
1151         turn off register spilling,
1152         * (packRegsForOneUse): synced with other ports' versions although it
1153         is not used currently,
1154         * (pic16_packRegisters): added an optimization while reading
1155         structure bitfields, some registers may be saved (malloc code is
1156         decreased by 80 bytes)
1157
1158 2005-03-12 Vangelis Rokas <vrokas AT users.sourceforge.net>
1159
1160         * src/SDCCcse.c (cseBBlock): inside 'do operand lookup' loop test if
1161         left is a bitfield, if yes, then don't optimize assignment. Perhaps
1162         this can be optimized more?
1163
1164 2005-03-10 Raphael Neider <rneider AT web.de>
1165
1166         * src/pic16/gen.c (pic16_loadFSR0, genPackBits, genUnpackBits,
1167           genNearPointerGet): (hopefully) fixed access to bitfields via
1168           pointers (p->bitN = x; and x = p->bitN; failed)
1169
1170 2005-03-09 Paul Stoffregen <paul AT pjrc.com>
1171
1172         * device/lib/printf_fast.c: fix leading zero format, eg "%02d"
1173
1174 2005-03-09 Raphael Neider <rneider AT web.de>
1175
1176         * src/SDCCopt.c (killDeadCode): fixed bug #1156016
1177
1178 2005-03-06 Maarten Brock <sourceforge.brock AT dse.nl>
1179
1180         * src/SDCCicode.h: moved CRITICAL and ENDCRITICAL from SKIP_IC2 to SKIP_IC
1181         * src/mcs51/ralloc.c (willCauseSpill): added check for REG_BIT type,
1182           (regTypeNum): set REG_BIT type if necessary
1183         * src/mcs51/ralloc.h: added define REG_BIT, used to fix bug 1144613
1184         * support/regression/tests/critical.c: check bug 1144613
1185
1186 2005-03-02 Raphael Neider <rneider AT web.de>
1187
1188         * src/pic16/gen.c (genRightShiftLiteral): fixed bug #1154256
1189
1190 2005-02-26 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
1191
1192         * src/avr/ralloc.c (serialRegAssign),
1193         * src/ds390/ralloc.c (serialRegAssign),
1194         * src/hc08/ralloc.c (serialRegAssign),
1195         * src/mcs51/ralloc.c (serialRegAssign),
1196         * src/pic/ralloc.c (serialRegAssign),
1197         * src/pic16/ralloc.c (serialRegAssign),
1198         * src/xa51/ralloc.c (serialRegAssign),
1199         * src/z80/ralloc.c (serialRegAssign): fixed bug #1105154
1200
1201 2005-02-22 Maarten Brock <sourceforge.brock AT dse.nl>
1202
1203         * src/SDCCast.c (decorateType): fixed bug 1124787
1204
1205 2005-02-20 Hubert Sack <sack AT digiplan.de>
1206         committed by Frieder Ferlemann <Frieder.Ferlemann AT web.de>
1207
1208         * src/mcs51/peeph.def: added peepholes 3.h-k and 132.a-f from
1209         patch #1121755
1210
1211 2005-02-20 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
1212
1213         * src/SDCCpeeph.def: new keyword "labelRefCountChange" which allows peepholes
1214         to keep the correct label reference count when adding/removing references
1215         to labels. A peephole file using this is appended to patch #1144962.
1216
1217 2005-02-14 Raphael Neider <rneider AT web.de>
1218
1219         * device/lib/pic16/libc/string/memccpy.c: changed 3rd argument to char
1220         * src/SDCC.lex (process_pragma): fixed to make disable_warning work for PIC16
1221         * src/pic16/gen.c (aopForSym, calls to pic16_aopOp): prevent unneccessary
1222           retrievals of result operand's value on assignment
1223
1224 2005-02-13 Vangelis Rokas <vrokas AT otenet.gr>
1225
1226         * device/include/pic16/string.h: modified prototype for memccpy()
1227         to memccpy(void *, void *, char, size_t)
1228         * src/pic16/gen.c (genFunction, genEndFunction): reenable if-case to
1229         check whether to omit frame pointer or not,
1230         * (genInline): convert all occurences of "\n" to LF in inline
1231         assembler blocks, this helps formatting the inline text,
1232         * (pic16_loadFSR0): modified prototype,
1233         * (genNearPointerGet, genNearPointerSet): reorganization of code,
1234         removed some 8051 legacy code,
1235         * (genPackBits): enabled handling bitfields exceeding one byte in size,
1236         * src/pic16/ralloc.c (pic16_assignRegisters): clear dynrIdx variable
1237         before allocating temporary registers in functions,
1238
1239 2005-02-11 Maarten Brock <sourceforge.brock AT dse.nl>
1240
1241         * support/regression/tests/bitvars.c: corrected the "fix"
1242
1243 2005-02-10 Maarten Brock <sourceforge.brock AT dse.nl>
1244
1245         * support/regression/tests/bitvars.c,
1246         * support/regression/tests/bitwise.c,
1247         * support/regression/tests/rotate.c: "fixed" problems on Alpha
1248
1249 2005-02-10 Raphael Neider <rneider AT web.de>
1250
1251         * src/pic16/pcode.c (assignToSameBank) : fixed cast to pointer of
1252           different size for Alpha
1253         * src/pic16/gen.c (genCmpEq) : improved compare with 0
1254
1255 2005-02-09 Raphael Neider <rneider AT web.de>
1256
1257         * src/SDCC.lex(doPragma) : save and restore warning options as well
1258           (also added new stack plus clone- and copyAndFreeSDCCERRG())
1259         * have #pragma less_pedantic set the errorlevel to WARNING
1260           (fixes #1117001)
1261         * (cloneOptimize) : fixed wrong malloc's size
1262         * support/Util/SDCCerr.[ch] : made SDCCERRG globally accessible to
1263           facilitate correct handling of #pragma (save|restore)
1264
1265 2005-02-09 Maarten Brock <sourceforge.brock AT dse.nl>
1266
1267         * src/mcs51/gen.c: removed non-standard C nameless struct/union
1268
1269 2005-02-04 Slade Rich <slade_rich AT users.sourceforge.net>
1270
1271         * src/pic/gen.c : Fix for bugs #1080519 & #1115662.
1272
1273 2005-02-03 Maarten Brock <sourceforge.brock AT dse.nl>
1274
1275         * device/include/mcs51/c8051f120.h: added declarations for sbit port 2,3&4
1276
1277 2005-02-02 Raphael Neider <rneider AT web.de>
1278
1279         * src/SDCCast.c (processParms): disabled W_NONRENT_ARGS for pic16 port
1280         * src/pic16/gen.c (aopForSym): reenabled special case for function pointers
1281         * (pic16_storeForReturn): fixed to allow returning function pointers
1282         * (genPackBits): improved accessing full bytes, implemented for GPOINTERs
1283         * device/include/pic16/{stddef.h,stdbool.h}: added
1284
1285 2005-02-02 Maarten Brock <sourceforge.brock AT dse.nl>
1286
1287         * device/include/mcs51/c8051f040.h: added define CPT2_PAGE
1288
1289 2005-02-01 Slade Rich <slade_rich AT users.sourceforge.net>
1290
1291         * src/pic16/pic16.dsp : Added file graph.c to make it compile under windows
1292         * src/pic16/Makefile.bcc : Do not use this file but added file graph.c as it
1293          appeared to be required
1294
1295 2005-01-31 Borut Razem <borut.razem AT siol.net>
1296
1297         * support/scripts/sdcc.nsi: added include/asm/ds390, include/asm/mcs51,
1298           include/mcs51 and include/z80 directories to the package
1299
1300 2005-01-26 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
1301
1302         * src/hc08/gen.c (genFunction): fixed bug #1112752
1303
1304 2005-01-30 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
1305
1306         * src/mcs51/peeph.def: adapted peephole 258.x to changed gen.c (genAnd)
1307
1308 2005-01-29 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
1309
1310         * src/mcs51/gen.c (genAnd): accessing LSB/MSB by rotating acc
1311
1312 2005-01-29 Maarten Brock <sourceforge.brock AT dse.nl>
1313
1314         * device/include/Makefile.in: create/copy mcs51 and z80 include subdirs
1315
1316 2005-01-27 Maarten Brock <sourceforge.brock AT dse.nl>
1317
1318         * device/include/c8051fxxx.h: removed these 6 files
1319         * device/include/mcs51/c8051fxxx.h: added these 11 new files
1320
1321 2005-01-26 Raphael Neider <rneider AT web.de>
1322
1323         * src/pic16/gen.c (genAssign): fixed assignment from longs
1324           in codespace (were cut to three bytes)
1325         * (genDummyRead): implemented (except for CODESPACE...),
1326           fixed bug #1108575
1327         * src/pic16/glue.c (emitStatistics): beautified
1328         * device/lib/pic16/libm/Makefile: added include path
1329
1330 2005-01-26 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
1331
1332         * src/z80/gen.c (aopPut): fixed bug #1103902
1333
1334 2005-01-25 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
1335
1336         * device/lib/expf.c: fixed bug #1095792
1337
1338 2005-01-24 Vangelis Rokas <vrokas AT otenet.gr>
1339
1340         * device/lib/pic16/libm: added Math library sources
1341
1342 2005-01-24 Raphael Neider <rneider AT web.de>
1343
1344         * src/pic16/pcode.h: added second memory operand to pCodeOpReg
1345           to enable upcast to pCodeOpReg2 (there is no type tag to
1346           differenciate the two and pic16_popGet2p cast into PCOR2)
1347         * src/pic16/main.c (_process_pragma): fixed another malloc bug
1348           (sizeof(sectNames) changed to sizeof(sectName))
1349           Both patches fix segfaults under MinGW.
1350
1351 2005-01-23 Raphael Neider <rneider AT web.de>
1352
1353         * src/pic16/{device.c,pcode.c}: s/free/Safe_free/g for
1354           Safe_[mc]?alloc()'ed variables
1355         * src/pic16/gen.c (pic16_aopOp,pic16_popGet): added handling
1356           of (byte sized) temporaries (assign them to WREG for now)
1357         * src/pic16/main.c (_process_pragma): fixed nasty malloc bug
1358           (used sizeof(set *sectSyms) instead of sizeof(struct sectSym)),
1359           this might fix SIGSEGVs on MinGW...
1360         * src/SDCCopt.c (killDeadCode): restored original behaviour
1361           (volatile operands might get thrown away though)
1362
1363 2005-01-23 Vangelis Rokas <vrokas AT otenet.gr>
1364
1365         * src/pic16/gen.c: fixed bug #1106975,
1366         * src/pic16/gen.c: fixed possible bug #1102572, now during TOS
1367         pointer update, INTCON is saved, global interrupts are disabled and
1368         restored after updateing TOS.
1369         * src/SDCC.y, src/SDCC.lex, src/SDCCsymt.c, src/SDCCsymt.h:
1370         * added function attribute 'shadowregs' to take advantage of shadow
1371         registers,
1372         * added function attribute 'wparam' as an alternative to the wparam
1373         pragma,
1374         * support/Utils/SDCCerr.[ch]: added error E_SHADOWREGS_NO_ISR when
1375         user declares a non-ISR function as 'shadowregs',
1376         * doc/sdccman.lyx: updated to reflect recent changes of pic16 port
1377
1378 2005-01-22 Vangelis Rokas <vrokas AT otenet.gr>
1379
1380         * .version: bumped version number to 2.4.8
1381         * device/lib/pic16/pics.all: list of PIC18F devices supported by
1382         pic16 port,
1383         * device/lib/pic16/libio/i2c/: I2C module support library,
1384         * device/include/pic16/i2c.h: I2C support library header,
1385         * device/lib/pic16/libc/stdio/: standard IO support sources,
1386         * (printf_small.c): printf_small() source, supports float print,
1387         * (printf_tiny.c): printf_tiny() source, does not support floats,
1388         * device/lib/pic16/Makefile.common.in: added OPT_FLAGS macro to
1389         enable global optimizations for entire library source, other
1390         Makefiles in the source tree are also modified to reflect this,
1391         * device/lib/pic16/libc/stdlib/putchar.c (putchar): dummy putchar()
1392         function,
1393         * doc/sdccman.lyx: updated to reflect new changes,
1394         * src/pic16/gen.c (aopForSym): don't handle sym->iaccess in
1395         sym->onStack if-case,
1396         * src/pic16/main.c (_pic16_keywords): commented out keywords bit,
1397         sbit, idata, _idata, xdata, _xdata,
1398         * added pragma library, to link an external library, (see doc),
1399         * removed command line options, --pomit-config-words, --pomit-ivt,
1400         --pleave-reset-vector,
1401         * (pic16_finaliseOptions): when define macro SDCC_MODEL_{SMALL/LARGE}
1402         when calling assembler to reflect memory model used, also define
1403         macro STACK_MODEL_{SMALL/LARGE} when compiling and assembling to
1404         reflect stack model used,
1405         * src/pic16/ralloc.c (pic16_allocDirReg): when operand is allocated
1406         on stack return NULL,
1407
1408 2005-01-22 Daniel Winkler <post AT danielwinkler.de>
1409
1410         * src/SDCCopt.c (killDeadCode): do not throw iCodes away if one
1411           of the operands is volatile. Fixes #1020220
1412
1413 2005-01-22 Daniel Winkler <post AT danielwinkler.de>
1414
1415         * src/pic16/pcoderegs.c (pCodeOptime2pCodes): reenabled optimization
1416         * (OptimizeRegUsage): make sure that there is really no other flow where
1417           the first pCode is used
1418
1419 2005-01-22 Raphael Neider <rneider AT web.de>
1420
1421         * src/pic16/pcoderegs.c (pCodeOptime2pCodes): disabled optimization
1422           to fix #1106967 (pCode->seq are not set up correctly)
1423
1424 2005-01-22 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
1425
1426         * src/SDCCglue.c (glue): make sure code area is declared before the
1427         static initialization area.
1428
1429 2005-01-21 Raphael Neider <rneider AT web.de>
1430
1431         * device/lib/Makefile.in: fixed test for pic16 install dir
1432         * device/lib/pic16/*/Makefile*: modified compile flags to enable
1433           optimizations
1434         * doc/sdccman.lyx: updated banksel optimization, removed --flr-support and
1435           added --optimize-goto compiler switch and pragma wparam documentation
1436         * src/pic16/pcode.c (pic16_OptimizeBanksel): removed statistics dump
1437         * src/pic16/pcodepeep.c (pic16_pCodeOpCopy): fixed copying of WREG, PRODL
1438           and PRODH closing bug #1071770 (peephole optimizer)
1439
1440 2005-01-19 Raphael Neider <rneider AT web.de>
1441
1442         * src/SDCCglobl.h: ensure that PATH_MAX >= 2048 to guarantee
1443           cmdLine buffers (used when calling sdcpp...) are large enough
1444           (MAX_PATH=256 truncates arguments leading to system halts when
1445           used in MinGW...)
1446         * src/pic16/gen.c (pic16_sameRegs): relaxed size criterion
1447         * (genUminus): rewritten to for efficiency
1448         * (genNearPointer[GS]et): enforce reloading of FSR0 (was still
1449           used uninitialized in some cases)
1450         * (genCast): upcasting a 16bit int to a 24bit GPOINTER may not
1451           copy the third byte from the int -- now assumes 0x80 (data memory)
1452         * src/pic16/genarith.c (pic16_genPlus): fixed bug when swapping
1453           operands (genAddLit expects the iCode's operands to swapped as
1454           well), fixed leftover bytes (crashed for short left operands)
1455         * (pic16_genMinusDec): performance improvements, removed false
1456           PIC14 emitSKPNCs
1457         * (pic16_genMinus): fixed to cope with differently sized operands
1458         * src/pic16/glue.c (pic16_glue): added new banksel optimization
1459           for --obanksel > 1
1460         * src/pic16/pcode.c: implemented (first phase of) banksel optimization
1461         * src/pic16/graph.[ch]: implementation of directed graphs, used by
1462           new banksel optimization
1463         * src/pic16/pcoderegs.c (pCodeRegMapLiveRangesInFlow): prevented
1464           analysis for temporary registers (segfaults...)
1465         * src/pic16/peeph.def: added rule
1466
1467 2005-01-18 Vangelis Rokas <vrokas AT otenet.gr>
1468
1469         * device/lib/pic16/libc/stdlib/x_ftoa.c: it defines x_ftoa function
1470         which converts a float number to its ASCII representation
1471         * device/lib/pic16/libc/utils/cnvfrac.S,cnvint.S: support
1472         functions to convert the fractional and integer part of a float to ASCII,
1473         * device/lib/pic16/libc/stdlib/(calloc.c,free.c, malloc.c,
1474         realloc.c): added _MALLOC_SPEC to explicit place variables in data
1475         ram
1476         * device/include/asm/pic16/features.h: added _CODE, _DATA, _AUTOMEM,
1477         _STATMEM macros,
1478         * device/include/pic16/adc.h: added GPL info,
1479         * src/pic16/gen.c (genIfxpCOpJump): perform an genIfxJump but using
1480         a pCodeOp as tested operand,
1481         * (genNearPointerGet): optimized bit testing, does not use
1482         intermediate register for bit value, test directly instead with
1483         BTFSS, BTFSC, works only for single bits,
1484         * (genpic16Code): dump the name of the iCode in the asm,
1485         * src/pic16/ralloc.c (decodeOp): removed static declaration and
1486         renamed to pic16_decodeOp,
1487         * (serialRegAssign): do not allocate a temporary register for iCode
1488         sequences that test a single bit for 1/0
1489
1490 2005-01-12 Vangelis Rokas <vrokas AT otenet.gr>
1491
1492         * src/pic16/pcode.[ch]: introduced pic16_stackpnt_*,
1493         pic16_framepnt_*, pic16_stack_*, pic1_frame_* pointer variables to
1494         access stack and frame pointers. They are initially assigned to
1495         point at pic16_pc_fsr1[lh] and pic16_pc_fsr2[lh] variables and other
1496         accessing SFRs. Updated all occurences of modification of stack or
1497         frame pointer in gen.c and pcode.c,
1498         * src/pic16/ralloc.c (serialRegAssign): fixed two bugs with
1499         assigning of a literal value to pointers,
1500         * src/pic16/main.c (pic16_finiliseOptions): set pre-processor define
1501         flag STACK_MODEL_SMALL or STACK_MODEL_LARGE according to the model
1502         selected
1503
1504 2005-01-11 Vangelis Rokas <vrokas AT otenet.gr>
1505
1506         * doc/sdccman.lyx: update documentation about stack pragma, added
1507         some info for stack memory models
1508
1509 2005-01-08 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
1510
1511         * src/pic16/gen.c (DEBUGpc): MSVC 6 does not support macro variable arguments
1512
1513 2005-01-08 Raphael Neider <rneider AT web.de>
1514
1515         * src/pic16/device.c (pic16_dump_usection): changed naming scheme for
1516           udata sections to fix bug #1097823
1517
1518 2005-01-05 Raphael Neider <rneider AT web.de>
1519
1520         * src/pic16/gen.c (genGenericShift): added handling of differently
1521           sized left operand and result
1522
1523 2005-01-04 Raphael Neider <rneider AT web.de>
1524
1525         * src/pic16/gen.c (genIfxJump): fixed inverted skips on CARRY
1526         * (genIfx): fixed (?) read from uninitialized SPIL_LOC (now assumes CARRY
1527           to hold the condition bit)
1528         * added new version of genCmp (old code available via #define)
1529         * added new version of genShiftLeft/genShiftRight in a generic
1530           way, now supports shifting by negative values
1531         * (genLeftShiftLiteral, genRightShiftLiteral): use absolute value of
1532           shiftCount (expected by genGenericShift)
1533         * src/pic16/genarith.c (genPlus): added code for adding CARRY+literal
1534         * src/pic16/pcode.c (pic16_OptimizeJumps): removed annoying statistics
1535           dump
1536         * (pic16_newpCodeOpLit): changed to cast to unsigned char (as e.g. -32766
1537           is an invalid literal too...)
1538
1539 2005-01-04 Vangelis Rokas <vrokas AT otenet.gr>
1540
1541         * src/pic16/gen.c (aopForSym, genEndFunction): applied some fixes
1542         from Raphael Neider,
1543         * src/pic16/pcode.c (pic16_newpCodeOpLit): removed casting to char
1544         for 8-bit literals. This fixes some literal operands which are sign
1545         extended to 16-bits ints when instruction needs only 8-bits.
1546
1547 2004-12-31 Paul Stoffregen <paul AT pjrc.com>
1548
1549         * device/lib/logf.c: added mcs51 assembly version
1550         * device/lib/expf.c: added mcs51 assembly version
1551         * device/lib/_logexpf.c: new shared asm code for expf and logf
1552         * device/include/math.h: add defines for assembly math library
1553         * device/lib/Makefile.in: build new _logexpf.c
1554         * device/lib/libfloat.lib: use new _logexpf.c
1555
1556 2004-12-29 Slade Rich <slade_rich AT users.sourceforge.net>
1557
1558         * src/pic/device.c
1559         * src/pic/pcode.c : adjusted internal stack and pre-allocated registers for
1560           device types which have less than 0x7f registers.
1561
1562 2004-12-29 Slade Rich <slade_rich AT users.sourceforge.net>
1563
1564         * src/pic/genarith.c : Fixed problem with subtraction where the result would not be updated when borrowing.
1565
1566 2004-12-28 Paul Stoffregen <paul AT pjrc.com>
1567
1568         * device/lib/printf_fast.c: only build on supported arch.
1569         * device/lib/printf_tiny.c: only build on supported arch.
1570         * device/lib/printf_fast_f.c: only build if asm float lib
1571         * device/lib/_fsget1arg.c: only build if asm float lib
1572         * device/lib/_fsget2args.c: only build if asm float lib
1573         * device/lib/_fsnormalize.c: only build if asm float lib
1574         * device/lib/_fsreturnval.c: only build if asm float lib
1575         * device/lib/_fsrshift.c: only build if asm float lib
1576         * device/lib/_fsswapargs.c: only build if asm float lib
1577         * device/include/stdio.h: don't provide print_fast,
1578           print_fast_f, print_tiny prototypes if --xstack used
1579
1580 2004-12-28 Maarten Brock <sourceforge.brock AT dse.nl>
1581
1582         * device/lib/sincosf.c (sincosf): don't invert bit/bool by ~
1583         * support/regression/ports/mcs51-stack-auto/spec.mk: added new _fs.. files
1584           to the SOURCES
1585
1586 2004-12-28 Paul Stoffregen <paul AT pjrc.com>
1587
1588         * device/lib/printf_fast_f.c: same as printf_fast, but
1589           with floating point enabled
1590         * device/lib/printf_fast.c: minor tweaks
1591         * device/include/stdio.h: add printf_fast_f
1592
1593 2004-12-27 Paul Stoffregen <paul AT pjrc.com>
1594
1595         * src/SDCCmain.c: make --float-reent default for mcs51
1596         * device/lib/_fsadd.c: added mcs51 assembly version
1597         * device/lib/_fssub.c: added mcs51 assembly version
1598         * device/lib/_fsmul.c: added mcs51 assembly version
1599         * device/lib/_fsdiv.c: added mcs51 assembly version
1600         * device/lib/_fseq.c: added mcs51 assembly version
1601         * device/lib/_fsneq.c: added mcs51 assembly version
1602         * device/lib/_fsgt.c: added mcs51 assembly version
1603         * device/lib/_fslt.c: added mcs51 assembly version
1604         * device/lib/_fscmp.c: shared code for fseq,fsgt,fslt,fsneq
1605         * device/lib/Makefile.in: add _fscmp to build
1606         * device/lib/libfloat.lib: add _fscmp to build
1607
1608 2004-12-27 Paul Stoffregen <paul AT pjrc.com>
1609
1610         * device/lib/_fs2slong.c: added mcs51 assembly version
1611         * device/lib/_fs2sint.c: added mcs51 assembly version
1612         * device/lib/_fs2schar.c: added mcs51 assembly version
1613         * device/lib/_fs2ulong.c: added mcs51 assembly version
1614         * device/lib/_fs2uint.c: added mcs51 assembly version
1615         * device/lib/_fs2uchar.c: added mcs51 assembly version
1616         * device/lib/_slong2fs.c: added mcs51 assembly version
1617         * device/lib/_sint2fs.c: added mcs51 assembly version
1618         * device/lib/_schar2fs.c: added mcs51 assembly version
1619         * device/lib/_ulong2fs.c: added mcs51 assembly version
1620         * device/lib/_uint2fs.c: added mcs51 assembly version
1621         * device/lib/_uchar2fs.c: added mcs51 assembly version
1622         * device/include/float.h: added #define to select asm vs c
1623
1624 2004-12-26 Paul Stoffregen <paul AT pjrc.com>
1625
1626         * device/lib/printf_fast.c: improvements to float output
1627         * device/include/float.h: add defines for assembly float library
1628         * device/lib/_fsget1arg.c: receive 1 float arg
1629         * device/lib/_fsget2args.c: receive 2 float args (reentrant)
1630         * device/lib/_fsnormalize.c: normalize a float
1631         * device/lib/_fsreturnval.c: return float, various helper routines
1632         * device/lib/_fsrshift.c: right shift a float's mantissa
1633         * device/lib/_fsswapargs.c: swap 2 floats
1634         * device/lib/Makefile.in: build these 6 new files for mcs51
1635         * device/lib/libfloat.lib: add these 6 files to the library
1636
1637 2004-12-26 Borut Razem <borut.razem AT siol.net>
1638
1639         * sim/ucsim/avr.src/arith_inst.cc: fixed bug #1088372- savr is not
1640           built by gcc 3.4.2
1641
1642 2004-12-25 Paul Stoffregen <paul AT pjrc.com>
1643
1644         * device/lib/printf_tiny.c: printf for mcs51 in only 267 bytes,
1645           and fully reentrant and register bank neutral.
1646         * device/lib/printf_fast.c: added float (not enabled by default),
1647           added compact/slower integer (also not enabled by default),
1648           improved size/speed of fast integer code, other minor changes
1649         * device/include/stdio.h, device/lib/Makefile.in,
1650           device/lib/libsdcc.lib: integrate printf_tiny into mcs51 build
1651
1652 2004-12-24 Maarten Brock <sourceforge.brock AT dse.nl>
1653
1654         * src/pic16/pcode.c: declaring variables other than at the start of a
1655           block is not supported in C by VC6.
1656
1657 2004-12-22 Vangelis Rokas <vrokas AT otenet.gr>
1658
1659         * applied a previous patch from Raphael Neider that wasn't included
1660         in the previous commits, which fixes infinite loops within jumptable
1661         improvements,
1662         * made some fixes that previous patches introduced
1663
1664 2004-12-21 Vangelis Rokas <vrokas AT otenet.gr>
1665
1666         * src/pic16/gen.c (pic16_aopGet): applied fix from Raphael Neider
1667         that fixes an issue with AOP_PCODE asmop's offset,
1668         * (pic16_popCopyReg): update instance field too,
1669         * (mov2w): modified to pic16_mov2w because it conflicts with mov2w
1670         function of pic port,
1671         * (genCmp, genAnd, genAssign),
1672         * src/pic16/genarith.c (genAddLit): some fixes from Raphael Neider,
1673
1674 2004-12-20 Vangelis Rokas <vrokas AT otenet.gr>
1675
1676         * src/SDCCast.c (gatherAutoInit): allow pic16 to emit static
1677         variables initial values to idata section,
1678         * src/SDCCicode.c (geniCodeCall): patch from ### to fix unreferenced
1679         variables in some functions. This utilizes parmBytes field of iCode
1680         structure to hold the offset of the variable in stack. (might be
1681         able to use the stack field too?)
1682         * applied patch from Raphael Neider # ### , # ###
1683         * src/pic16/glue.c (pic16emitRegularMap): fix to print static
1684         variable initial values in idata section,
1685         * src/pic16/ralloc.c (pic16_allocDirReg): don't allocate register
1686         for static variables with initial value
1687         * src/device/lib/pic16/libsdcc/float/ulong2fs.c (__ulong2fs):
1688         applied fix in while loop from Raphael Neider.
1689
1690 2004-12-19 Maarten Brock <sourceforge.brock AT dse.nl>
1691
1692         * src/ds390/gen.c (genCpl): fixed bit=~(char/bit) bugs, added warning
1693         * src/ds390/main.c (_ds390_regparm): don't pass bit params in registers
1694         * src/ds390/ralloc.c (serialRegAssign): spill bits
1695         * src/mcs51/gen.c (genCpl): fixed bit=~(char) bugs, added warning
1696         * support/Util/SDCCerr.c,
1697         * support/Util/SDCCerr.h: added warning W_COMPLEMENT for using bit=~(bit)
1698         * support/regression/tests/bitvars.c: added tests for bitwise complement(~)
1699         * support/regression/tests/bitwise.c: added test for bitwise complement(~)
1700
1701 2004-12-09 Maarten Brock <sourceforge.brock AT dse.nl>
1702
1703         * device/include/sdcc-lib.h: inserted LGPL, added includes
1704           asm/ds390/features.h and asm/mcs51/features.h
1705         * device/include/asm/default/features.h,
1706         * device/include/asm/gbz80/features.h,
1707         * device/include/asm/z80/features.h: added empty _AUTOMEM
1708           and _STATMEM
1709         * device/include/asm/ds390/features.h,
1710         * device/include/asm/mcs51/features.h: added files with defines for
1711           _AUTOMEM and _STATMEM indicating automatic and static storage class
1712         * device/lib/printf_large.c (_print_format): optimized & used _AUTOMEM
1713         * doc/sdccman.lyx: version 2.4.7, updated xstack documentation
1714         * src/SDCCicode.c (geniCodeCast),
1715         * src/SDCCsymt.c (compareType): allow cast of data-ptr to idata-ptr
1716         * src/SDCCloop.c (loopInduction): removed unused variable lr
1717         * src/SDCCopt.c (convilong, convertToFcall): moved "easy special case"
1718           to convertToFcall to include char modulo (RFE 1065037), added check
1719           if left operand is unsigned and use abs of literal value
1720         * src/SDCCpeeph.c (setFromConditionArgs): removed double quotes option
1721           as it doesn't work after conversion from peephole.def to peephole.rul
1722         * src/mcs51/gen.c (toBoolean): added check for size,
1723           (genModOneByte): optimized code for signed char modulo a literal
1724           power of 2 (thanks to Hubert Sack),
1725           (genRRC): removed unnecessary "clr c",
1726           (genRLC): replaced "add a,acc" with cheaper "rlc a"
1727         * src/mcs51/peeph.def: renamed 115 to 115.a, added rule 115.b: another
1728           jump optimization,
1729           swapped rules 256.c and 256.d,
1730           extended 256.d by using new multiple checks (thanks Erik),
1731           added rules 256.e and 256.f,
1732           updated rule 261.a and 261.b to new generated code
1733         * support/regression/tests/muldiv.c: added test div/mod by a power of 2
1734
1735 2004-12-07 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
1736
1737         * src/SDCCloop.c (basicInduction, loopInduction): fixed several
1738           induction related bugs, including first part of bug #1074377
1739
1740 2004-12-05 Vangelis Rokas <vrokas AT otenet.gr>
1741
1742         * applied patch from bug-report #1076292,
1743         * applied patches for genAnd and Goto-optimizations for Raphael
1744         Neider,
1745         * src/SDCCicode.c (printOperand): fixed !REGA source to compile and
1746         dump a less iCode information,
1747         * src/pic16/device.h (pic16_options_t): added field debgen,
1748         * src/pic16/gen.h: added macros DUMP_FUNCTION_ENTRY,
1749         DUMP_FUNCTION_EXIT, FENTRY, FENTRY2,
1750         * src/pic16/gen.c (my_powof2): renamed to pic16_my_powof2 and made
1751         puclic,
1752         * (various functions): added macros FENTRY and FENTRY2 to functions,
1753         to emit function prologue,
1754         * (various functions): fixed indentation,
1755         * (genNearPointerGet): fixed loading of FSR0,
1756         * (genPackBits): applied patch from Raphael Neider to fix updating
1757         of FSR0 and touching only the modified bits,
1758         * src/pic16/genarith.c (various functions): added macros FENTRY to
1759         emit function prologue in comments,
1760         * src/pic16/pcode.h: added functions debugf2, debugf3,
1761         * src/pic16/ralloc.c: partial fix for packForPush caused
1762         segmentation fault,
1763
1764 2004-12-04 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
1765
1766         * src/mcs51/peeph.def: added 261.a,b (16 bit rotate) by Stas Sergeev
1767           <stsp AT users.sourceforge.net> with reversed byte order
1768         * support/regression/tests/rotate.c: added (ds390 skips some tests)
1769
1770 2004-12-03 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
1771
1772         * src/z80/gen.c (genLeftShift, genRightShift): fixed second part of
1773           bug #1074377
1774         * src/hc08/gen.c (genrshFour, shiftRLong, shiftLLong),
1775         * src/mcs51/gen.c (shiftLLong): Fixed some shifting bugs Frieder found
1776
1777 2004-12-02 Slade Rich <slade_rich AT users.sourceforge.net>
1778
1779         * src/pic/pcode.c : fixed a problem where banksel was not being inserted.
1780
1781 2004-12-02 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
1782
1783         * src/SDCCpeeph.c (callFuncByName): support combined peephole rule
1784           conditions,
1785           (setFromConditionArgs): friendly operand parser for peephole rules,
1786           (operandBaseName, operandsNotRelated): new peephole condition
1787           "operandsNotRelated" -- similar to "operandsNotSame", but takes
1788           architecture specific register naming into account, handles n-way
1789           comparisons, and supports quoted literals
1790         * src/mcs51/peeph.def: restored rule 177.d with an extra condition
1791
1792 2004-12-02 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
1793
1794         * src/mcs51/peeph.def: fixed bug #1076940
1795
1796 2004-12-02 Slade Rich <slade_rich AT users.sourceforge.net>
1797
1798         * device/include/pic/pic16f877.h : added an include file for the PIC16F877 device.
1799
1800 2004-11-28 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
1801
1802         Adding support for replacing ljmps with sjmps in jumptables
1803         generated for switch statements. For now you need to set the
1804         environment variable SDCC_SJMP_JUMPTABLE to enable this.
1805         Now 4 algorithms for mcs51 jumptable generation are used:
1806         ljmp or sjmp jumptables for up to 16 cases, stack-pushing target
1807         addresses loaded pc-relative for up to 112 cases and stack-pushing
1808         target addresses loaded with offset from dptr for up to 256 cases.
1809
1810         * src/SDCCpeeph.c: added peephole conditional labelJTInRange
1811         * src/mcs51/main.c: adapted constants for switch table generation
1812         * src/mcs51/peeph.def: added 260.x for replacing ljmp with sjmp
1813
1814 2004-11-26 Maarten Brock <sourceforge.brock AT dse.nl>
1815
1816         * device/lib/printf_large.c (_print_format): fixed bug 1073386
1817         * support/regression/tests/bug1057979.c: added test for bug 1073386
1818
1819 2004-11-25 Vangelis Rokas <vrokas AT otenet.gr>
1820
1821         * src/pic16/pcode.c: fixed bug which may produce error in non-GNU
1822         compilers
1823
1824 2004-11-25 Vangelis Rokas <vrokas AT otenet.gr>
1825
1826         * src/pic16/device.h,
1827         * src/pic16/genarith.c,
1828         * src/pic16/glue.c,
1829         * src/pic16/main.c,
1830         * src/pic16/pcode.c: applied patches #1068154 and #1070213
1831
1832 2004-11-24 Vangelis Rokas <vrokas AT otenet.gr>
1833
1834         Large cummulative patch for pic16 port.
1835         * device/lib/pic16/gstack.h: NEW, user can specify its own handler
1836         to call when a stack overflow occurs,
1837         * (malloc.h): added CVS Id tag,
1838         * (pic18f{242,252,442,452}.h): added T0CONbits structure and
1839         variable,
1840         * added libc directory. The current version of LibC contains string
1841         functions, ctype functions and macros and some functions of the
1842         stdlib set (like malloc/free/atof/atoi etc...). All functions are to
1843         be extensively tested in the future. Standard disclaimer here.
1844         Library is not automatically build yet. But one can build it by
1845         invoking 'make' inside the libc directory.
1846         * added ADC library under libio. Preliminary version yet.
1847
1848         * src/pic16/gen.h: added emitTOGC macro, to toggle Carry flag,
1849         * src/pic16/gen.c (aopForRemat): asmop size is filled by
1850         aopForRemat() now and not by pic16_aopOp(),
1851         * (pic16_popGetTempReg): removed warning messgae when allocating
1852         temporary registers, its a buggy feature and will be removed,
1853         * (pic16_popGet): set register instance field in AOP_CRY,
1854         * (pic16_outBitC): fixed for results in size greater than 1,
1855         * (genUminusFloat): fixed for pic16, ported code from mcs51,
1856         * (pic16_storeForReturn): optimized return of 0,
1857         * (genCmp): experimental code for new genCmp which uses PIC18's
1858         special compare&skip instructions. Initial tests fail some times
1859         with variables grater than 1 byte in size, so new code is disabled,
1860         * (genUnpackBits, genPackBits): more optimizations in reading/writing,
1861         a single bit,
1862         * (genCast): began a fix to optimize the casting of a bit to another
1863         bit, now assigning a bitfield to another bitfield will fail, sorry,
1864         * src/pic16/main.c: disabled the use of lr-support feature,
1865         * src/pic16/pcode.h: renamed PCASMDIR to PCAD,
1866         * added some function prototypes, added function _debugf prototype,
1867         * src/pic16/pcode.c: (pic16_get_op): fixed emitting operands of register
1868         bits with offset (case PO_GPR_BIT),
1869         * (genericPrint): don't emit INFO pcode when --pcode-verbose not in
1870         command line,
1871         * (isBankInstruction): modified to return 0 for no banking instruction,
1872         and 1 for banking instruction,
1873         * (pic16_isPCinFlow): check for PCAD (assembler directives) too,
1874         caused stop processing pCodes after a inline assembly block,
1875         * (pic16_popCopyGPR2Bit): updated to match bitfields with offset,
1876         * src/pic16/pcoderegs.c: fixed a bug with eliminating some temporary
1877         registers when it shouldn't,
1878         * src/pic16/ralloc.c (allocReg): add preliminary support for
1879         supporting a limited set of temporary registers,
1880
1881 2004-11-23 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
1882
1883         * src/hc08/gen.c (genAssign, genPointerGetSetOfs, genDataPointerGet,
1884           genDataPointerSet): ensure assignments always copy in MSB to LSB
1885           order,
1886           (loadRegFromAop): recognize CLRH optimization,
1887           (genFunction): optimize RECEIVE iCodes in reentrant functions
1888
1889 2004-11-20 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
1890
1891         * src/SDCCmain.c (parseCmdLine, optionsTable[]): fixed bug with
1892           --out-fmt-s19 turning into --out-fmt-elf if s19 was already
1893           selected.
1894         * src/SDCCmain.c (linkEdit): don't define SSEG for HC08
1895         * src/hc08/main.c (_hc08_setDefaultOptions): default xdata to be
1896           contiguous with data
1897
1898 2004-11-19 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
1899
1900         * device/lib/_gptrget.c (_gptrget),
1901         * device/lib/_gptrgetc.c (_gptrgetc),
1902         * device/lib/_gptrput.c (_gptrput): _naked allows to use ret
1903           instead of sjmp to ret
1904         * src/mcs51/peeph.def: added peepholes 3.d-g and 177.g,h provided
1905           by Hubert Sack <hsack2002 AT arcor.de> in RFE #1067986, thanks
1906
1907 2004-11-18 Maarten Brock <sourceforge.brock AT dse.nl>
1908
1909         * .version: bumped version to 2.4.7
1910         * device/lib/_gptrget.c (_gptrget): is now _naked
1911         * device/lib/_gptrgetc.c (_gptrgetc): is now _naked
1912         * device/lib/_gptrput.c (_gptrput): is now _naked
1913         * src/SDCCast.c (createBlock): removed ridiculous self-assignment,
1914           (createFunction): fixed xstack
1915         * src/SDCCglue.c (emitMaps): set allocation required for bit area
1916         * src/SDCCicode.c (geniCodeCast): don't change SPEC_OCLS for literal
1917           or bit either,
1918           (geniCodeCritical): store original interrupt state in an iTemp bit
1919           var unless stack-auto
1920         * src/SDCCicode.h: added CRITICAL and ENDCRITICAL to SKIP_IC2
1921         * src/SDCCmain.c (setIncludePath): added include/target to search path
1922         * src/SDCCmem.c (allocParms): store bit vars in bit space, not overlay
1923         * src/SDCCsymt.c (checkFunction): don't check regbank for isr's against
1924           prototype,
1925           (processFuncArgs): put bit vars in bit area
1926         * src/mcs51/gen.c (saveRegisters, unsaveRegisters, genXpush, saveRBank,
1927           unsaveRBank): fixed xstack,
1928           (genFunction): bugfix: replaced (global!) reentrant with fReentrant,
1929           (genFunction, genEndFunction): fixed xstack,
1930           (genAssign): optimization don't walk backwards through mem
1931         * src/mcs51/main.c (_mcs51_regparm): don't pass bit params in registers
1932         * src/mcs51/ralloc.c (createStackSpil): spill bits to bit area
1933         * support/regression/Makefile: also make library (for stack-auto) when
1934           making "all" and added "test-mcs51-xstack-auto"
1935         * support/regression/fwk/lib/testfwk.c: added T2_isr prototype for mcs51
1936         * support/regression/ports/mcs51/T2_isr.c: added this file as a stub
1937         * support/regression/ports/mcs51/fwk.lib: added to link T2_isr stub
1938         * support/regression/ports/mcs51/spec.mk: added rules for fwk.lib
1939         * support/regression/ports/mcs51-stack-auto/spec.mk: replaced
1940           make-library by MAKE_LIBRARY
1941         * support/regression/ports/mcs51-xstack-auto/spec.mk: file added to run
1942           regression tests for xstack
1943         * support/regression/tests/bitvars.c: test for bit vars (bug 938782)
1944         * support/regression/tests/critical.c: test for critical on mcs51
1945
1946 2004-11-18 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
1947
1948         * support/regression/ports/ucz80/spec.mk: use include and lib files from
1949           built version of sdcc instead of installed version
1950
1951 2004-11-14 Maarten Brock <sourceforge.brock AT dse.nl>
1952
1953         * src/mcs51/gen.c (toBoolean): fixed bug 1065458
1954         * device/lib/Makefile.in: z80 uses printf_large.c, sprintf.c and
1955           vprintf.c now
1956         * device/lib/printf_large.c (calculate_digit): fixed bug 1057979
1957         * device/lib/z80/Makefile: don't use printf.c as it fails bug 1057979
1958           WARNING: remove device/lib/build/z80/printf.o by hand when
1959           updating from previous build!
1960         * device/lib/z80/printf.c: updated comment
1961         * support/regression/tests/bug1057979.c: test all ports now
1962         * support/regression/tests/bug1065458.c: file added
1963
1964 2004-11-12 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
1965
1966         * src/z80/gen.c (genFunction, genEndFunction): avoided generating
1967           *_start and *_end symbols for static functions
1968
1969 2004-11-11 Maarten Brock <sourceforge.brock AT dse.nl>
1970
1971         * src/SDCCmain.c (linkEdit): don't suppress crt0 if --nostdlib is used
1972           and search crt0.o in all library paths,
1973           (setIncludePath): proper handling of --nostdinc,
1974           (setLibPath): proper handling of --nostdlib
1975         * support/regression/Makefile,
1976         * support/regression/ports/ds390/spec.mk,
1977         * support/regression/ports/gbz80/spec.mk,
1978         * support/regression/ports/hc08/spec.mk,
1979         * support/regression/ports/mcs51/spec.mk,
1980         * support/regression/ports/mcs51-large/spec.mk,
1981         * support/regression/ports/mcs51-stack-auto/spec.mk,
1982         * support/regression/ports/z80/spec.mk: use include and lib files from
1983           built version of sdcc instead of installed version
1984         * doc/sdccman.lyx: fixed typo in --nostdinc
1985
1986 2004-11-10 Slade Rich <slade_rich AT users.sourceforge.net>
1987
1988         * src/pic/pcode.c,
1989         * src/pic/device.c,
1990         * src/pic/ralloc.c,
1991         * src/pic/gen.c : added support to generate code for struct bit fields.
1992
1993 2004-11-06 Maarten Brock <sourceforge.brock AT dse.nl>
1994
1995         * as/xa51/xa_version.h,
1996         * device/include/errno.h,
1997         * device/include/regc515c.h,
1998         * device/lib/_itoa.c,
1999         * device/lib/_ltoa.c,
2000         * device/lib/ser_ir_cts_rts.c,
2001         * sim/ucsim/xa.src/glob.cc,
2002         * sim/ucsim/xa.src/inst_gen.cc,
2003         * sim/ucsim/xa.src/xa_bit.cc,
2004         * sim/ucsim/xa.src/xa_sfr.cc,
2005         * sim/ucsim/z80.src/inst_dd.cc,
2006         * sim/ucsim/z80.src/inst_fdcb.cc,
2007         * support/scripts/keil2sdcc.pl,
2008         * src/pic16/pic16.dsp,
2009         * src/pic16/pic16a.dsp: corrected cvs line endings
2010         * device/lib/printf_large.c: fixed bug 1057979
2011         * src/pic16/gen.c: fixed non-C standard code
2012         * src/SDCCmain.c: made --pack-iram default, added --no-pack-iram
2013         * src/SDCCglobl.h: changed pack_iram to no_pack_iram
2014         * support/regression/ports/mcs51/support.c: reload T1 asap
2015         * doc/sdccman.lyx: updated for options --pack-iram and --no-pack-iram,
2016           pdata use and clear idata startup behaviour
2017         * support/regression/tests/bug1057979.c: added
2018
2019 2004-11-04 Maarten Brock <sourceforge.brock AT dse.nl>
2020
2021         * device/examples/ds390/ow390/ad26.h,
2022         * device/examples/ds390/ow390/cnt1d.h,
2023         * device/examples/ds390/ow390/crcutil.c,
2024         * device/examples/ds390/ow390/ownet.h,
2025         * device/examples/ds390/ow390/owsesu.c,
2026         * device/examples/ds390/ow390/swt12.h,
2027         * device/examples/ds390/ow390/swtoper.c,
2028         * device/examples/ds390/ow390/temp10.h,
2029         * device/examples/ds390/ow390/thermodl.c,
2030         * device/examples/ds390/tinitalk/tinitalk.dsp,
2031         * device/examples/ds390/tinitalk/tinitalk.dsw,
2032         * device/examples/mcs51/clock/hw.h,
2033         * device/examples/mcs51/simple2/go.bat,
2034         * device/examples/serialcomm/windows/serial.h,
2035         * device/examples/xa51/dummy.c,
2036         * device/examples/xa51/hello.c,
2037         * device/include/80c51xa.h,
2038         * device/include/at89x051.h: corrected cvs line endings
2039
2040 2004-11-04 Vangelis Rokas <vrokas AT otenet.gr>
2041
2042         * src/pic16/main.c (options): added command line --gstack, to trace
2043         stack over/under flows,
2044         * added pragma 'wparam' to allow passing first byte of function
2045         parameters via WREG, syntax is #pragma wparam my_function[, func2...]
2046         * src/pic16/gen.c (pic16_testStackOverflow): function which emits a
2047         call to __gstack_test function and sets up the symbol as extern,
2048         * (pic16_pushpCodeOp, pic16_poppCodeOp, pushw, pushaop, popaopidx,
2049         * popaop): added call to pic16_testStackOverflow,
2050         * (wParamCmp, inWparamList): NEW, test existence of a symbol in
2051         wparamList list,
2052         * (genCall, genPcall): now all parameters are passed via stack
2053         except in functions that are pass to wparam pragma in which WREG is
2054         used too,
2055         * (genPcall): REENTRANT flag is checked to see if variable prototype
2056         contains reentrant keyword, don't call a non-reentrant function, via
2057         a reentrant function pointer or vice versa, functions are never
2058         passed via WREG,
2059         * (genJumpTab): applied patch from bug #1057478 by R.Neider and
2060         D.Winkler,
2061         * src/pic16/glue.c (pic16emitRegularMap): fixed bug which caused a
2062         SIGSEGV when accessing a NULL register stucture,
2063         * (pic16_printGPointerType): modified to handle UPPER modifier for
2064         function initializers, changed prototype of function to simpler one,
2065         * (pic16_printIvalFuncPtr): check to see if function is already
2066         added in externs list,
2067         * src/pic16/pcoderegs.c (pCodeOptime2pCodes): fixed bug which
2068         optimized a move from W to SFR with a move to the same register
2069         later after a CALL,
2070         * device/lib/pic16/debug: NEW directory, contains debug features
2071         which are enabled when linking with libdebug.lib, currently command
2072         line option --gstack enables stack pointer tracing for over/under
2073         flow, corresponding sources are in debug/gstack
2074
2075 2004-10-30 Vangelis Rokas <vrokas AT otenet.gr>
2076
2077         * doc/sdccman.lyx: updated SDCC version,
2078         * (PIC16 port): update list of command line options,
2079         * src/pic16/device.h (structure pic16_options_t): added field gstack
2080         to enable stack overflow tracing on push/pops,
2081         * src/pic16/device.c (statistics structure): added statistics
2082         structure,
2083         * (pic16_dump_access, pic16_dump_usection, pic16_dump_gsection,
2084         pic16_dump_int_registers): increase statistics counters for each
2085         * variable which is encountered
2086         * (pic16_dump_usection): emit each .udata variable to its own udata
2087         section,
2088         * src/pic16/gen.c (assignResultValue, genCall, genPcall, genFunction):
2089         when macro USE_WREG_IN_FUNC_PARAMS is set to 0 pass all function
2090         parameters via stack, otherwise use old scheme,
2091         * src/pic16/glue.c (pic16_emitStatistics): dump statistics in
2092         assembler output file,
2093         * src/pic16/main.c: added command line options --gstack to enable
2094         push/pop tracing for stack overflow,
2095         * src/pic16/pcode.c (all pCodeInstruction records for PIC18F
2096         instructions): added size of each instruction,
2097         * (pic16_countInstruction): estimate size of instructions in
2098         the_pFile list, inline assembly blocks are not counted,
2099         * (pic16_FixRegisterBanking): trace previous register usage, when
2100         banksel optimizations is greater than 0, don't emit a redudant
2101         banksel directive,
2102
2103 2004-10-26 Slade Rich <slade_rich AT users.sourceforge.net>
2104
2105         * src/pic/ralloc.c : fixed inefficient code produced when compiling a complimented bit operation.
2106         * src/pic16/ralloc.c : applied same fix for pic16.
2107         * src/pic/gen.c : tidied it up a little.
2108
2109 2004-10-25 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
2110
2111         * src/mcs51/peeph.def: disabled 259.a,b for removing redundant ret,
2112         thanks to Martin Helmling for reporting (mail on sdcc-devel 2004-10-25)
2113
2114 2004-10-22 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
2115
2116         * src/SDCCast.c (reverseParms): fixed bug #1040577 (part 2)
2117
2118 2004-10-22 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
2119
2120         * device/lib/ser_ir_cts_rts.c: integer promotion caused a call to the
2121         non-reentrant function __modsint in the interrupt function (thus
2122         corrupting math operations during serial I/O)
2123         * device/lib/ser_ir.c: as above, changed buffersize
2124         * src/mcs51/peeph.def: added 259.a,b for removing redundant ret,
2125         256.c,d for zeroing
2126         * doc/Makefile: added option -t for rsync
2127
2128 2004-10-22 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
2129
2130         * src/SDCCast.h (struct ast),
2131         * src/SDCCast.c (reverseParms, copyAst): fixed bug #1040577 (part 1)
2132
2133 2004-10-20 Borut Razem <borut.razem AT siol.net>
2134
2135         * support/scripts/sdcc.nsi: added include/pic16/*.h to the setup
2136         package
2137
2138 2004-10-20 Vangelis Rokas <vrokas AT otenet.gr>
2139
2140         * device/lib/pic16/libsdcc/Makefile: added lregs directory in
2141         makefile targets,
2142         * device/lib/pic16/libsdcc/lregs/{Makefile,lrst.c,lrrest.c}: NEW
2143         support functions to replace long sequences of MOVFF's from access
2144         bank registers to stack and vice versa,
2145         * src/pic16/device.h: added new field opt_flags, where optimization
2146         flags can be set to enable certain features,
2147         * src/pic16/gen.c (pic16_emitpinfo): NEW to add PC_INFO pCode in
2148         * pBlock, (genFunction, genEndFunction): surroung loop for
2149         saving/loading used registers in stack with PC_INFO pCodes,
2150         INF_LREGS. Code in between can then be optimized by pCode optimizer
2151         to support function calls,
2152         * (genDataPointerSet): fixed bug which loaded float fields in
2153         structures with corrupt data,
2154         * src/pic16/genutils.c (debugf, _debugf): macro/function which emits
2155         in a standard way debug info on stderr. Feature used for developing
2156         and debugging only,
2157         * src/pic16/glue.c (pic16glue): reformatted, deleted some old and
2158         obsolete chunks of code,
2159         * if optimization flag OF_LR_SUPPORT was set, call pic16_OptimizeLocalRegs,
2160         * src/pic16/main.c (_pic16_parseOptions): added handler for --flr-support,
2161         * pic16/src/pcode.c (pic16_newpCodeInfo,
2162         * (pic16_newpCodeOpLocalRegs),
2163         * (pic16_convertLocalRegs2Support): NEW, to support new optimization
2164         feature,
2165         * (pic16_pCodeConstString): printing of the initial value of a
2166         symbol as a comment is inhibited since parsing was already done by
2167         copyStr and output is corrupt,
2168         * (pic16_pCode2str, genericPrint): handle PC_INFO pCode,
2169
2170 2004-10-20 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
2171
2172         * src/mcs51/ralloc.c (packRegisters): fixed bug #1044601
2173
2174 2004-10-19 Maarten Brock <sourceforge.brock AT dse.nl>
2175
2176         * as/mcs51/lkarea.c: removed old K&R style,
2177           (lnksect): changed check on boundary error,
2178           (lnksect2): changed check on boundary error,
2179           (lnksect2): extend XSTK to end of page if size = 1
2180         * as/mcs51/lkmain.c: removed old K&R style,
2181           (Areas51): create l_IRAM symbol
2182         * as/mcs51/lkmem.c (summary2): added report on PSEG and XSTK
2183         * device/lib/Makefile.in: renamed model-mcs51-reentrant to
2184           model-mcs51-stack-auto, added model-mcs51-xstack-auto
2185         * device/lib/_mullong.c: added version to be compiled with xstack
2186         * device/lib/mcs51/crtclear.asm: clear only upto --iram-size
2187         * device/lib/mcs51/crtxclear.asm: clear pdata as well
2188         * device/lib/mcs51/crtxstack.asm: fixed comment
2189         * src/SDCCglue.c: maxInterrupts defaults to 0,
2190           (emitMaps): added pdata,
2191           (createInterruptVect): (re)moved default,
2192           (glue): added pdata,
2193           (glue): moved __start__xstack to XSTK with default size 1
2194         * src/SDCCmain.c (parseCmdLine): automatically set options.intlong_rent
2195           and options.float_rent when options.stackAuto is set,
2196           (linkEdit): only write XDATA_NAME if provided on command line
2197         * src/SDCCmem.h,
2198         * src/SDCCmem.c: added pdata
2199         * src/port.h: added pdata_name to PORT
2200         * src/mcs51/gen.c (toBoolean): fixed for Acc use of aopGet,
2201           (saveRegisters, unsaveRegisters): removed usage of B,
2202           (genMinus): fixed accumulator clash,
2203           (genJumpTab): added comment, this needs another look
2204         * src/mcs51/gen.c: added check for "B in use" paranoia,
2205           added pushB() and popB()
2206         * src/mcs51/peeph.def: restart after 177.c so 177.a can get a second
2207           chance
2208         * src/avr/main.c,
2209         * src/ds390/main.c,
2210         * src/hc08/main.c,
2211         * src/mcs51/main.c,
2212         * src/pic/main.c,
2213         * src/pic16/main.c,
2214         * src/xa51/main.c,
2215         * src/z80/main.c: (reset_regparms) made void parameter explicit and
2216           added PSEG (PAG,XDATA) or NULL to port specifier
2217         * src/ds390/main.c (_ds390_genIVT): moved implemented default in here
2218         * src/mcs51/main.c (_mcs51_genIVT): moved implemented default in here,
2219           (_mcs51_genInitStartup): removed __start__xstack equ,
2220           (mcs51_port): moved xstack from XSEG (XDATA) to XSTK (PAG,XDATA)
2221         * src/pic16/device.c (pic16_dump_usection, pic16_dump_isection),
2222         * src/z80/gen.c (_rleAppend): fixed warnings
2223         * support/regression/tests/zeropad.c: added pdata test
2224         * .version: bumped to 2.4.6
2225
2226 2004-10-17 Borut Razem <borut.razem AT siol.net>
2227
2228         * support/scripts/sdcc.nsi: cross compiling of WIN32 setup.exe on Linux
2229         as a part of nightly build
2230
2231 2004-10-16 Vangelis Rokas <vrokas AT otenet.gr>
2232
2233         * src/pic16/gen.c (struct _G): added field useWreg, is set to 1 when
2234         WREG holds the first byte function parameters,
2235         * (aopForSym): take special case for symbols which are in FARSPACE
2236         but in CODESPACE too,
2237         * (assignResultValue): modified to take into account _G.useWreg,
2238         * (genCall): don't use wreg for parameter passing when function is
2239         declared as reentrant, too, added optimization INCF to stack
2240         pointer when stack parameter count is 1,
2241         * (genFunction, genEndFunction): refurnished and fixed to not using
2242         wreg for passing parameters when function has varargs or is
2243         reentrant, fixed bug with symbol name compare for generating
2244         functions in absolute address,
2245         * (pic16_storeForReturn): refurnished,
2246         * (genCmp): began writing a new version of the function, not ready
2247         yet, therefore it is disabled,
2248         * (genAssign): do not read code memory when assigning a function to
2249         a pointer function,
2250         * src/pic16/glue.c (pic16emitStaticSeg): abSym->name is defined an
2251         array of characters, not pointer,
2252         * (pic16initialComments): in debug mode emit an .ident directive for
2253         the assembler,
2254         * (_process_pragma): emit a new warning type (internal to pic16)
2255         when setting stack to default length, emit a similar warning when
2256         placing a function at absolute address and address is not word aligned
2257         * (_pic16_parseOptions): added 'return TRUE' statement,
2258         * (_pic16_linkEdit): if compiling a source, then add the source's
2259         file object, first in the list of objects to link,
2260
2261 2004-10-13 Slade Rich <slade_rich AT users.sourceforge.net>
2262
2263         * src/pic/pcoderegs.c : increased count on regUsedinRange to prevent unnecessary warning.
2264         * src/pic/main.c : removed VC warning.
2265         * src/pic/gen.c : changed comment.
2266
2267 2004-10-12 Vangelis Rokas <vrokas AT otenet.gr>
2268
2269         * device/lib/pic16/libsdcc/gptr/gptrput[234].c: an external
2270         reference to a deprecated symbol _GPTRREG was causing failure to
2271         link. Thanks G. M. Gallant for the info.
2272
2273 2004-10-12 Slade Rich <slade_rich AT users.sourceforge.net>
2274
2275         * src/pic/pcode.c : Applied a code patch supplied by Paul Ashmore in
2276         comments for Bugs item #954788.
2277
2278 2004-10-10 Vangelis Rokas <vrokas AT otenet.gr>
2279
2280         * src/pic16/device.c (pic16_dump_gsection,
2281         * pic16_groupRegistersInSection): handle symbols declared to be in
2282         access bank differently,
2283         * src/pic16/gen.c (struct _G): added field resDirect,
2284         * (aopForSym): if symbol on stack and iCode is '=' and result exists,
2285         send values read from stack directly to result and don't allocate
2286         temporary values,
2287         * (pic16_sameRegs): fixed bug that allowed MOVFF to move between
2288         same registers,
2289         * (pic16_sameRegsOfs): NEW,
2290         * (freeAsmop): if _G.resDirect is set then do not mark registers as
2291         free because they were not allocated from temporary pool,
2292         * pic16_popRegFromString): workaround to fix a problem with
2293         allocating variables twice or never,
2294         * (genGenPointerGet): using PRODL instead of FSR0H,
2295         * (genGenPointerSet): using POSTDEC1 (that is a stack location)
2296         instead of FSR0H,
2297         * (genAssign): take advantage of the _G.resDirect flag,
2298         * (genCast): around line 11844, use mov2f instead of directly
2299         MOVFF'ing between operands to account for literal values,
2300         * src/pic16/genutils.c: some new debug functions for gpsim have been
2301         added,
2302         * src/pic16/glue.c (pic16_printIvalType): fixed bug that initialized
2303         float with integer part only,
2304         * src/pic16/main.c (_process_pragma): handle pragma udata access to
2305         place variables in access bank
2306         * device/lib/pic16/libsdcc/gptr/gptr*.c: using BRA instead of GOTO,
2307         updated sources to reflect recent changes in gen.c
2308
2309 2004-10-06 Vangelis Rokas <vrokas AT otenet.gr>
2310
2311         * device/lib/pic16/libsdcc/Makefile.rules: fixed bug concerning
2312         sources that searched for headers in installation path, now the
2313         device/include/pic16 is used,
2314         * src/pic16/glue.c (pic16glue),
2315         * src/pic16/pcode.c (pCode2str, genericPrint): don't print .file or
2316         .line directives if not in debug mode, this suppresses assembler's
2317         warnings for ignored directives
2318
2319 2004-10-05 Maarten Brock <sourceforge.brock AT dse.nl>
2320
2321         * src/port.h: made reset_regparms prototype void parameter explicit.
2322         * src/SDCCsymt.c (processFuncArgs): removed argument "func".
2323         * src/mcs51/ralloc.c (packRegisters): new fix for bugs 898889 & 979599.
2324         * doc/sdccman.lyx: documented warning disabling and how to use
2325           printf_large to make it print floats.
2326         * device/include/stdbool.h: NEW
2327         * device/lib/_atof.c,
2328         * device/lib/_divuint.c,
2329         * device/lib/_divulong.c,
2330         * device/lib/expf.c,
2331         * device/lib/printf_large.c,
2332         * device/lib/sincosf.c,
2333         * device/lib/sincoshf.c: used stdbool.h, all compile with stack-auto now
2334         * device/lib/Makefile.in: added target for model-mcs51-reentrant to build
2335           a completely reentrant lib.
2336
2337 2004-10-05 Vangelis Rokas <vrokas AT otenet.gr>
2338
2339         * device/lib/pic16/libsdcc/gptr/gptr*.c: added return statements
2340         * device/include/pic16/stdio.h: fixed bug with colon
2341
2342 2004-10-03 Vangelis Rokas <vrokas AT otenet.gr>
2343
2344         * device/include/pic16/stdio.h,
2345         * device/include/pic16/stdlib.h,
2346         * device/include/pic16/math.h: NEW
2347         * device/lib/pic16/libsdcc/gptr/*.c (gptrget*, gptrput*): functions
2348         declared as _naked to reduce overhead
2349         * device/lib/Makefile.in (target port-specific-objects-pic16):
2350         changed * to *.* so to ignore the CVS directory,
2351         * src/pic16/gen.c (pic16_freeAsmop): added code to store result of
2352         stacked variables back in stack,
2353         * (genEndFunction): fixed bug reported by G.M. Gallant with stack
2354         corruption
2355
2356 2004-10-01 Vangelis Rokas <vrokas AT otenet.gr>
2357
2358         * .version: bumped version number to 2.4.5
2359         * support/Util/SDCCerr.h: added warning W_POSSBUG2.
2360         * support/Util/SDCCerr.c (messages structure): added entry for
2361         W_POSSBUG2
2362
2363         Large cumulative patch for pic16 port and libraries.
2364         * device/include/pic16/sdcc-lib.h,
2365         * device/include/pic16/stdarg.h,
2366         * device/include/asm/pic16/features.h,
2367         * device/include/lib/pic16/libsdcc/gptr/{*.c, Makefile}: NEW,
2368         * device/include/pic16/float.h: changes reentrant keyword with
2369         _FS_REENTRANT, added prototype for __fsneq, included sdcc-lib.h
2370         * device/lib/pic16/libsdcc/Makefile: added target directory gptr,
2371         updated target build-libraries to include objects from gptr,
2372         * device/lib/pic16/libsdcc/{char,int,long}/*.c: added macro
2373         _IL_REENTRANT to all function headings, included sdcc-lib.h header,
2374         * device/lib/pic16/libsdcc/float/*.c: added macro _FS_REENTRANT to
2375         all function headings,
2376         * src/SDCCmain.c: added global parameter userIncDirsSet,
2377         * (parseCmdLine): when option -I is encountered add directory to
2378         userIncDirsSet too,
2379         * src/version.awk: added space between control and long,
2380         * src/pic16/NOTES: added some notes for the port,
2381         * src/pic16/gen.c: added prototype for mov2fp function,
2382         * (fReturnpic16[]): properly named return value registers,
2383         * (_G structure): added fields stackRegSet, fregsUsed, stack_lat,
2384         * (aopForSym): added code to handle symbols with onStack flag set,
2385         symbols onStack are allocated PTRSIZE bytes,
2386         * (aopFreeAsmop): handles special case where asmops are stack objects,
2387         * (aopGet, pic16_popGet): adde cod to handle new asmop AOP_STA,
2388         * (pic16_popGetTempReg, pic16_popGetTempRegCond, pic16_popReleaseTempReg):
2389         added argument lock to trace flaws in allocating temporary registers
2390         when developing port,
2391         * (pic16_popGetLit, pic16_popGetLit2): changed lit from unsigned to signed
2392         * (pic16_popRegFromString): reenabled allocating a direct register
2393         from string,
2394         * (assignResultValue): various beautifications,
2395         * fixed bug #1037717 (patch from R. Neider & D. Wrinkler) with mistaken
2396         referenced function argument,
2397         * (genIpush): reenabled to allow stacked arguments, handles only
2398         ic->parmPush iCodes,
2399         * (genCall, genPcall): major changes to allow for variable argument
2400         functions, fixed a bug with falsely restoring stack pointer after
2401         returning from call,
2402         * (genFunction): pending code for critical function,
2403         * (shiftR1Left2ResultSigned, shiftR1Left2Result, shiftL2Left2Result,
2404         * (shiftR2Left2Result, shiftLLong) applied patch #1032155 from R.Neider,
2405         * (genNearPointerGet): fixed bug with indirect reading, was always
2406         reading from INDF0
2407         * (genGenPointerGet, genGenPointerSet): rewrote to support generic
2408         pointers,
2409         * (genAddrOf): rewrote code to take address of a stacked function parameter
2410         * (genCast): fixed casting to generic pointer type,
2411         * src/pic16/gen.h: added AOP_STA,
2412         * (struct asmop): added field stk,
2413         * src/pic16/genarith.c (pic16_AopType): handle AOP_STA,
2414         * (pic16_genPlusIncr): changed emitSKPNZ to emitSKPNZ,
2415         * (pic16_genAddLit, pic16_genPlus): applied patch #1034042 by tecodev,
2416         * (pic16_genMinus): fixed bug #1035119 with patch submitted by tecodev,
2417         * src/pic16/genutils.c (pic16_genNot): removed symbol *tlbl,
2418         * src/pic16/glue.c (pic16_printGPPointerType): fixed to support new
2419         generic pointers,
2420         * src/pic16/main.c (_pic16_initPaths): ignores default SDCC include
2421         and library paths,
2422         * (pic16_port structure): generic pointer size is set to 3,
2423         * src/pic16/pcode.c (pic16_newpCodeOpLit): correctly print literal integer,
2424         * (insertBankSwitch): cast to (char *) to prevent 64bit CPUs'
2425         compiler warning,
2426         * src/pic16/ralloc.c (allocReg): prevent allocating register when
2427         operand is an iTemp,
2428
2429 2004-09-24 Martin Helmling <mh AT octo-soft.de>
2430
2431         * debugger/mcs51/cmd.c: set PC if a symbol at pc reg is set
2432         * debugger/mcs51/simi.c: addapt new syntax of s51
2433
2434 2004-09-23 Vangelis Rokas <vrokas AT otenet.gr>
2435
2436         * src/pic16/genutils.c (pic16_genNot): fixed bug #1032265,
2437         * src/pic16/pcode.c: commented out some calls to free() in order to
2438         fix bug #989576,
2439
2440 2004-09-23 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
2441
2442         * src/SDCCicode.h,
2443         * src/SDCCicode.c (isiCodeInFunctionCall),
2444         * src/avr/ralloc.c (selectSpil),
2445         * src/pic/ralloc.c (selectSpil),
2446         * src/pic16/ralloc.c (selectSpil),
2447         * src/ds390/ralloc.c (selectSpil),
2448         * src/hc08/ralloc.c (selectSpil),
2449         * src/xa51/ralloc.c (selectSpil),
2450         * src/mcs51/ralloc.c (selectSpil): Don't use remainSpil to spill to the
2451         stack in the middle of a function call sequence (fixes bug #1020268)
2452         * src/SDCCicode.c (geniCodeJumpTable): fixed error in computing the
2453         costs associated with the minimum switch case.
2454
2455 2004-09-19 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
2456
2457         * src/SDCC.lex: fixed bug #1030549
2458
2459 2004-09-19 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
2460
2461         * src/SDCCcse.h (struct cseDef),
2462         * src/SDCCcse.c (cseBBlock, newCseDef, ifFromAddrTaken): purge CSEs
2463         over a function call if the CSE is derived from a symbol whose
2464         address has been taken (fixes bug #1029883)
2465         * support/regression/tests/bug-1029883: a new regression test for
2466         this bug
2467
2468 2004-09-18 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
2469
2470         * src/hc08/gen.c (emitinline): fixed bug #1029778
2471         * src/SDCC.y (assignment_expr): fixed the grammer so that assignment
2472         to a cast object is no longer a syntax error ("fixes" bug #1030006,
2473         and starts toward RFE #905167)
2474
2475 2004-09-17 Vangelis Rokas <vrokas AT otenet.gr>
2476
2477         * src/pic16/gen.c (mov2f): New function to move an operand to
2478         another without considering if it is a literal or a register,
2479         * (pic16_sameRegs): don't check if they are both AOP_REG,
2480         * (AccRsh): removed andmask=0 lines,
2481         * (genLeftShift): duplicated to be improved in future versions,
2482         * src/pic16/main.c (_process_pragma): emit stack default size in hex,
2483         * src/pic16/pcode.c: added POC_INFSNZW, updated inverted_op fields
2484         in POC_INCFSZ, POC_INCFSZW, POC_INFSNZ,
2485         * (pic16initMnemonics): added initialization for POC_INFSNZW,
2486         * (insertBankSwitch): fixed inserting banksel directives algorithm
2487         for instructions that follow a skip instruction, this fixes a report
2488         for broken subtraction code generation,
2489         * src/pic16/ralloc.c (deassignLRs): do not free register if current
2490         iCode is a left op, just in case result and right share the same
2491         registers
2492
2493 2004-09-16 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
2494
2495         * src/hc08/main.c,
2496         * src/hc08/gen.c (genJumpTable): more efficient jump table, supports
2497         preservation of HX
2498         * src/hc08/gen.c (pullRegs): fixed order of HX & XA pairs
2499         * src/mcs51/ralloc.c (packRegisters): removed the patch applied
2500         on 2004-09-12; it was buggy
2501
2502 2004-09-15 Bernhard Held <bernhard AT bernhardheld.de>
2503
2504         * src/SDCCsymt.h: removed RESULT_CHECK
2505         * src/SDCCast.c,
2506         * src/SDCCglue.c,
2507         * src/SDCCval.c,
2508         * src/pic/glue.c,
2509         * src/pic16/glue.c: replaced RESULT_CHECK with RESULT_TYPE_NONE
2510
2511 2004-09-15 Vangelis Rokas <vrokas AT otenet.gr>
2512
2513         * src/SDCCicode.c (piCode): applied patch from Raphael Neider,
2514         * src/pic16/device.c (pic16_assignConfigWordValues): wrong
2515         configuration values no more rejected by compiler, they are assigned
2516         to configuration registers with a warning message instead,
2517         * src/pic16/glue.c (pic16_emitConfigRegs): added +1 at top-limit of
2518         the for-loop so last conf register is emitted too,
2519         * (_pic16_initPaths): link library libsdcc.lib by default,
2520         * (_hasNativeMulFor): modified test for multiplication according to
2521         Raphael Neider's remarks. Integer multiplication is also done with
2522         support functions,
2523         * device/include/pic16/pic18fregs.h: corrected type error in while
2524         testing and including 18f6720 header file
2525
2526 2004-09-14 Vangelis Rokas <vrokas AT otenet.gr>
2527
2528         * src/pic16/device.h (pic16_options): removed field use_crt,
2529         * src/pic16/gen.c (genUnpackBits): added call to pic16_loadFSR0
2530         until an optimization to handle single bits is added,
2531         * (pic16_loadFSR0): moved before genUnpackBits,
2532         * (genAnd): some white lines removed,
2533         * src/pic16/main.c (_pic16_finaliseOptions): set omit_ivt and clear
2534         leave_reset flags in pic16_options when using crt modules,
2535
2536 2004-09-12 Maarten Brock <sourceforge.brock AT dse.nl>
2537
2538         * src/mcs51/ralloc.c (packRegisters): applied fix by Bernhard Held
2539           for bugs 898889 & 979599. Also used some safer print instructions.
2540
2541 2004-09-12 Vangelis Rokas <vrokas AT otenet.gr>
2542
2543         * src/pic16/device.h (pic16_options_t): added field use_crt,
2544         crt_name, no_crt,
2545         * src/pic16/genarith.c (pic16_genPlus): added an assert(0) line to
2546         catch a probable future bug,
2547         * src/pic16/gen.c: aopIdx function commented out,
2548         * (genAssign): commented out old code which used aopIdx,
2549         * src/pic16/glue.c (pic16glue): removed some legacy fragments of
2550         code, added if conditionals to take into account the --use-crt
2551         command line options,
2552         * src/pic16/main.c (pic16_optionsTable): added new command line
2553         options, --use-crt= and --no-crt,
2554         * (_pic16_linkEdit): now the proper crt object is added in the
2555         linker command line except than when --no-crt is specified,
2556         * src/pic16/pcode.c,
2557         * src/pic16/pcode.h: added some structures and functions for a new
2558         optimization scheme to compansate for instruction overhead between
2559         same iCodes, this scheme is currently under development and is not
2560         working in any way,
2561         * src/pic16/gen.c (genAnd): added patch provided by Aaron Collwell
2562         to && operator,
2563         * device/lib/pic16/startup/crt0i.c,
2564         * device/lib/pic16/startup/crt0iz.c: added global char variable
2565         __uflags to force the generation of an idata section
2566
2567 2004-09-12 Bernhard Held <bernhard AT bernhardheld.de>
2568
2569         * doc/Makefile,
2570         * doc/clean.mk: added support for easy creation of sdcc-doc.tar.bz2
2571         * doc/sdccman.lyx: updated sdcc version to 2.4.4
2572
2573 2004-09-10 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
2574
2575         * doc/sdccman.lyx: fixed a problem with my new index entries (thanks
2576         Frieder) and clarified the default code optimization mode
2577
2578 2004-09-10 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
2579
2580         * src/SDCC.lex (doPragma, process_pragma),
2581         * src/SDCCglobl.h (struct optimize): added pragmas "opt_code_speed",
2582         "opt_code_size", and "opt_code_balanced"
2583         * src/SDCCmain.c (optionsTable[], printOptions, scanOptionsTable):
2584         regrouped options by category, added support for category headers
2585         * src/SDCCmain.c (parseCmdLine): added options "--opt-code-speed"
2586         and "--opt-code-size"
2587         * doc/sdccman.lyx: documented these new options and pragmas
2588         * src/hc08/gen.c (AccLsh, AccRsh): take speed/size optimization
2589         preference into account
2590
2591 2004-09-08 Maarten Brock <sourceforge.brock AT dse.nl>
2592
2593         * src/SDCCicode.c (geniCodePostInc, geniCodePreInc, geniCodePostDec,
2594           geniCodePreDec): Fixed bug 904237 by generating a warning
2595         * src/SDCCerr.h,
2596         * src/SDCCerr.c: added warning W_SIZEOF_VOID
2597
2598 2004-09-09 Slade Rich <slade_rich AT users.sourceforge.net>
2599
2600         * src/pic/device.c : When no max ram set validate full memory range.
2601         * src/pic/pcode.c,
2602         * src/pic/pcodepeep.c : Copy C code comments to optimised replacement code.
2603
2604 2004-09-08 Maarten Brock <sourceforge.brock AT dse.nl>
2605
2606         * device/lib/_gptrget.c,
2607         * device/lib/_gptrput.c: updated comment
2608         * device/lib/calloc.c,
2609         * device/lib/free.c,
2610         * device/lib/malloc.c,
2611         * device/lib/realloc.c: added LGPL, made them reentrant-safe
2612         * src/SDCCcse.c (cseBBlock),
2613         * src/SDCCicode.c (printOperand, geniCodeArray),
2614         * src/SDCCicode.h (struct operand): fixed bug 868103
2615         * support/regression/tests/bug-868103.c: added
2616         * src/SDCCast.c (searchLitOp),
2617         * src/SDCCcse.h (struct cseDef),
2618         * src/SDCCglue.c (printIvalArray, spacesToUnderscores),
2619         * src/SDCCicode.h (struct operand),
2620         * src/SDCCsymt.h (struct sym_link),
2621         * src/avr/gen.c (hasInc),
2622         * src/ds390/gen.c (hasInc),
2623         * src/hc08/gen.c (genPlusIncr, hasInc),
2624         * src/mcs51/gen.c (hasInc),
2625         * src/pic16/glue.c (pic16_printIvalChar),
2626         * src/pic16/ralloc.c (regWithIdx),
2627         * src/xa51/gen.c (hasInc) : removed warnings
2628         * src/SDCCast.c (createBlock): added comment ???
2629         * src/hc08/ralloc.c: updated comments
2630
2631 2004-09-07 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
2632
2633         * doc/sdccman.lyx: updated section on switch statements, added
2634         section about semaphore locking
2635         * doc/Makefile: added option -info for latex2html
2636         * device/lib/_gptrget.c,
2637         * device/lib/_gptrput.c: __XPAGE instead of P2 in outcommented code
2638
2639 2004-09-06 Slade Rich <slade_rich AT users.sourceforge.net>
2640
2641         * src/pic/device.h,
2642         * src/pic/device.c,
2643         * src/pic/port.c : Changed PIC14 code to not set bit RP1 when
2644          maxram is less than 0x100.
2645
2646 2004-09-06 Slade Rich <slade_rich AT users.sourceforge.net>
2647
2648         * Bug fixes for PIC14 - signed RSHIFT problem. Patch supplied by Allen(agschrum).
2649
2650 2004-09-06 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
2651
2652         * src/port.h,
2653         * src/mcs51/main.c,
2654         * src/ds390/main.c,
2655         * src/z80/main.c,
2656         * src/hc08/main.c,
2657         * src/pic/main.c,
2658         * src/pic16/main.c,
2659         * src/avr/main.c,
2660         * src/xa51/main.c
2661         * src/SDCCicode.c (geniCodeJumpTable): Better logic to determine if a
2662         a jump table is the best form for a switch statement, including
2663         automatic insertion of missing cases to make the case range
2664         continuous. Developed in collaboration with Frieder Ferlemann.
2665
2666 2004-09-02 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
2667
2668         * src/hc08/ralloc.c (canDefAccResult): multi-byte shift is unsafe for
2669         accumulator result if it needs sign extension
2670
2671 2004-09-02 Maarten Brock <sourceforge.brock AT dse.nl>
2672
2673         * src/hc08/ralloc.c (canUseAccOperand): fixed comparison bug
2674
2675 2004-09-02 Maarten Brock <sourceforge.brock AT dse.nl>
2676
2677         * device/lib/gbz80/printf.c,
2678         * device/lib/z80/printf.c: removed define for NULL
2679
2680 2004-09-02 Maarten Brock <sourceforge.brock AT dse.nl>
2681
2682         * as/xa51/xa_link.c,
2683         * device/examples/ds390/ow390/ad26.c,
2684         * device/examples/ds390/ow390/cnt1d.c,
2685         * device/examples/ds390/ow390/counter.c,
2686         * device/examples/ds390/ow390/ds2480.h,
2687         * device/examples/ds390/ow390/ds2480ut.c,
2688         * device/examples/ds390/ow390/findtype.c,
2689         * device/examples/ds390/ow390/gethumd.c,
2690         * device/examples/ds390/ow390/owllu.c,
2691         * device/examples/ds390/ow390/ownetu.c,
2692         * device/examples/ds390/ow390/swt12.c,
2693         * device/examples/ds390/ow390/swtloop.c,
2694         * device/examples/ds390/ow390/temp.c,
2695         * device/examples/ds390/ow390/temp10.c,
2696         * device/examples/ds390/ow390/thermo21.c,
2697         * device/examples/ds390/ow390/tinilnk.c,
2698         * device/examples/ds390/ow390/tstfind.c,
2699         * device/examples/serialcomm/windows/serial.cpp,
2700         * device/examples/serialcomm/windows/test_serialcomm.cpp,
2701         * device/include/reg51.h: fixed line endings for cvs
2702
2703 2004-09-02 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
2704
2705         * src/hc08/ralloc.c (canDefAccResult, canUseAccOperand,
2706         packRegsForAccUse, packRegisters): new accumulator register
2707         packing algorithm
2708         * support/regression/ports/hc08/support.c (_putchar): suppress
2709         warning of unused variable
2710         * src/SDCCicode.c: added SWAP entry to codeTable
2711
2712 2004-09-01 Maarten Brock <sourceforge.brock AT dse.nl>
2713
2714         * device/lib/sprintf.c: forgot to add this file before previous commit
2715
2716 2004-09-01 Vangelis Rokas <vrokas AT otenet.gr>
2717
2718         * src/pic16/gen.c (genPackBits): added operand right in function
2719         parameters, load result directly if p_type is POINTER (that is
2720         called by genNearPointerSet)
2721         * (genUnPackBits): added operand left in function parameters,
2722         * (genNearPointerGet, genNearPointerSet): prevent the loading of
2723         FSR0 if accessing bitfields,
2724
2725 2004-08-31 Maarten Brock <sourceforge.brock AT dse.nl>
2726
2727         * device/include/stdio.h: added NULL, size_t, typedef pfn_outputchar,
2728           _print_format; updated printf, sprintf, vsprintf
2729         * device/include/asm/default/features.h: corrected comment/define
2730         * device/lib/Makefile.in: added sprintf.c
2731         * device/lib/libsdcc.lib: added sprintf module
2732         * device/lib/printf_large.c,
2733         * device/lib/vprintf.c,
2734         * device/lib/sprintf.c: totally refactored printf_large and vprintf
2735           into these 3 files
2736         * support/regression/Makefile: changed ALL_PORTS into a usefull default
2737         * support/regression/ports/mcs51-stack-auto/spec.mk: added sprintf
2738         * support/regression/tests/bug-927659.c: removed dummy putchar, enabled
2739           hc08 test
2740         * support/regression/tests/zeropad.c: define idata as data for hc08
2741
2742 2004-08-31 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
2743
2744         * src/SDCCpeeph.c (labelIsReturnOnly): support hc08 rts opcode also
2745         * src/SDCCpeeph.c (buildLabelRefCountHash): assume function entry point
2746         labels are referenced at least once (even if a reference is not found)
2747         * src/hc08/gen.c (emitcode): set isComment flag for comments
2748         * src/hc08/peeph.def: added rules 5a..5f (optimize redundant immediate
2749         loads), rules 6a..6b (optimize jumps to return)
2750
2751 2004-08-30 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
2752
2753         * device/lib/acosf.c (acosf),
2754         * device/lib/asinf.c (asinf),
2755         * device/lib/atanf.c (atanf),
2756         * device/lib/ceilf.c (ceilf),
2757         * device/lib/cosf.c (cosf),
2758         * device/lib/coshf.c (coshf),
2759         * device/lib/cotf.c (cotf),
2760         * device/lib/fabsf.c (fabsf),
2761         * device/lib/floorf.c (floorf),
2762         * device/lib/log10f.c (log10f),
2763         * device/lib/logf.c (logf),
2764         * device/lib/sinf.c (sinf),
2765         * device/lib/sinhf.c (sinhf),
2766         * device/lib/sqrtf.c (sqrtf),
2767         * device/lib/tanf.c (tanf),
2768         * device/lib/tanhf.c (tanhf),
2769         * device/include/math.h: defined _FLOAT_FUNC_REENTRANT macro and
2770         replaced all instances of "reentrant" in the library functions
2771         defined in math.h with this macro.
2772         * support/regression/tests/float_trans.c: reenabled test for hc08
2773
2774 2004-08-30 Bernhard Held <bernhard AT bernhardheld.de>
2775
2776         * device/lib/pic16/Makefile.common.in: added MODELFLAGS again, it was
2777         erroneously deleted
2778
2779 2004-08-30 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
2780
2781         * src/hc08/gen.c (loadRegFromAop): better use of clra & clrx
2782         * src/hc08/gen.c (genAnd, genOr): fixed bug with conditional when
2783         multi-byte volatile operands are used
2784         * src/hc08/gen.c (shiftRLong): fixed bug with wrong rotate direction
2785         * src/hc08/main.c (_hc08_genAssemblerPreamble): moved the built-in
2786         initialization to area GSINIT0 so that it would always precede
2787         any static initializers in GSINIT
2788         * support/regression/tests/zeropad.c: fixed idata define for hc08
2789         * support/regression/tests/bug-927659.c,
2790         * support/regression/tests/float_trans.c: disabled tests for hc08
2791         pending missing library routines
2792         * .version: increased version number to 2.4.4 - hc08 port now passes
2793         regression tests
2794
2795
2796 2004-08-29 Bernhard Held <bernhard AT bernhardheld.de>
2797
2798         * device/lib/pic16/Makefile.common.in: added $(MM) to fix `make clean`
2799         * Makefile.common.in,
2800         * as/Makefile,
2801         * as/hc08/Makefile.in,
2802         * as/mcs51/Makefile.in,
2803         * as/z80/Makefile.in,
2804         * debugger/mcs51/Makefile.in,
2805         * device/include/Makefile.in,
2806         * device/lib/Makefile.in,
2807         * doc/Makefile,
2808         * link/Makefile,
2809         * link/z80/Makefile.in,
2810         * packihx/Makefile.in,
2811         * sim/ucsim/main_in.mk,
2812         * sim/ucsim/avr.src/Makefile.in,
2813         * sim/ucsim/doc/Makefile.in,
2814         * sim/ucsim/gui.src/serio.src/Makefile.in,
2815         * sim/ucsim/hc08.src/Makefile.in,
2816         * sim/ucsim/s51.src/Makefile.in,
2817         * sim/ucsim/xa.src/Makefile.in,
2818         * sim/ucsim/z80.src/Makefile.in,
2819         * src/Makefile.in,
2820         * support/cpp2/Makefile.in,
2821         * support/librarian/Makefile,
2822         * support/makebin/Makefile: added DESTDIR to the install path proposed
2823         by "Maciej 'Agaran' Pijanka" <agaran AT pld-linux.org>
2824         * doc/sdccman.lyx: added DESTDIR documentation
2825
2826 2004-08-29 Vangelis Rokas (vrokas AT otenet.gr>
2827
2828         * src/pic16/gen.c (genFunction, genEndFunction): fixed return
2829         instruction for interrupt handlers, use fast returns when returning
2830         from high priority interrupts
2831
2832 2004-08-29 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
2833
2834         * src/hc08/gen.c (genAnd, genOr, transferAopAop, rmwWithAop): optimized
2835         code generation
2836         * src/hc08/gen.c (genrshFour, genCpl): fixed bugs
2837         * src/hc08/gen.c (genMultOneByte, genDivOneByte, genModOneByte): fixed
2838         bugs, ported much of Bernhard's code from mcs51
2839         * src/mcs51/gen.c (genSend),
2840         * src/hc08/gen.c (genSend): fixed bug with lost SEND iCodes if more
2841         than one when calling a reentrant function
2842         * device/lib/_mullong.c: defined an alternate struct layout for big
2843         endian ports (hc08)
2844
2845 2004-08-28 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
2846
2847         * src/hc08/gen.c (shiftL2Left2Result): fix for bug-500536 regression
2848         test
2849
2850 2004-08-28 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
2851
2852         * src/SDCCsymt.c (processFuncArgs): make sure parameter types
2853         are sane and complete before asking the port its prefered parameter
2854         passing method (fixes bug #1017633)
2855         * device/lib/hc08/_ret.c: added "data" storage class to _ret2
2856         and _ret3
2857
2858 2004-08-27 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
2859
2860         * src/hc08/gen.c (genPackBitsImmed, genUnpackBitsImmed): fix offset
2861         problem in bitfields >= 8 bits.
2862
2863 2004-08-27 Maarten Brock <sourceforge.brock AT dse.nl>
2864
2865         * src/SDCCsymt.c: undid changes that were not meant to be committed
2866
2867 2004-08-27 Maarten Brock <sourceforge.brock AT dse.nl>
2868
2869         * support/regression/ports/hc08spec.mk: REENTRANT must be reentrant
2870
2871 2004-08-27 Maarten Brock <sourceforge.brock AT dse.nl>
2872
2873         * src/hc08/gen.c (genUminusFloat): fixed bug where only 3 bytes were
2874           copied and wrong bit got inverted
2875
2876 2004-08-27 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
2877
2878         * src/hc08/gen.c (genPointerSet, genFarPointerSet): moved code from
2879         genFarPointerSet into genPointerSet; eliminated genFarPointerSet
2880         * src/hc08/gen.c (genPointerGet, genFarPointerGet): moved code from
2881         genFarPointerGet into genPointerGet; eliminated genFarPointerGet
2882         * src/hc08/gen.c (genPackBitsImmed): generate optimized code for
2883         assignments to bitfields at known addresses
2884         * src/hc08/gen.c (genUnpackBitsImmed): generate optimized code for
2885         reads from bitfields at known addresses
2886         * src/hc08/ralloc.c (packRegisters),
2887         * src/hc08/gen.c (genPointerGet, genUnpackBits, genUnpackBitsImmed,
2888         genhc08Code): optimize pointer get values used as conditionals
2889         * src/hc08/peeph.def: added rules 2e & 2f to optimize bit test
2890         and branch
2891
2892 2004-08-24 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
2893
2894         * src/mcs51/gen.c (genPointerGet, genNearPointerGet, genPagedPointerGet,
2895         genFarPointerGet, genCodePointerGet, genGenPointerGet, genUnpackBits),
2896         * src/mcs51/ralloc.c (packRegisters): optimize pointer get values used
2897         as conditionals
2898
2899 2004-08-22 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
2900
2901         * src/mcs51/peeph.def: peepholes 248.i-m for xdata bitfields
2902
2903 2004-08-21 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
2904
2905         * src/mcs51/ralloc.c (packRegsForOneuse): fixed bug #1012650 and some
2906         related problems
2907
2908 2004-08-21 Bernhard Held <bernhard AT bernhardheld.de>
2909
2910         * sim/ucsim/cmd.src/Makefile.in: run lex only if $(PRJDIR)/devel exists
2911
2912 2004-08-18 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
2913
2914         * src/z80/ralloc.c (packRegsForAssign): ported some bug fixes from the
2915         mcs51 port
2916
2917 2004-08-16 Slade Rich <slade_rich AT users.sourceforge.net>
2918
2919         * src/pic/gen.c: Restored fn genRet as previous fix was incorrect.
2920
2921 2004-08-14 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
2922
2923         * src/mcs51/gen.c (genJumpTab): jumptables for more than 16 switch
2924         cases use more compact code.
2925
2926 2004-08-13 Slade Rich <slade_rich AT users.sourceforge.net>
2927
2928         * src/pic/gen.c: Fixed problem with fn returning a variable bigger than a char.
2929
2930 2004-08-12 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
2931
2932         * src/SDCClrange.c (findPrevUse): fixed bug #1007371
2933
2934 2004-08-12 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
2935
2936         * src/SDCCsymt.h,
2937         * src/SDCCsymt.c (changePointer, checkDecl, addSymChain): changed
2938         parameter of changePointer() from symbol* to sym_link*
2939         * src/SDCCast.c (decorateType): call changePointer() for CAST op
2940         * src/SDCCsymt.c (compareType): void* type is castable to other
2941         pointers, but not necesarily an exact match.
2942         * src/SDCCicode.c (geniCodeCast): allow void* casting here since it
2943         is no longer blindly treated as an exact match.
2944         * src/SDCCval.c (valCastLiteral): treat missing type as cast to void
2945
2946 2004-08-12 Slade Rich <slade_rich AT users.sourceforge.net>
2947
2948         * src/pic/glue.c: Added struct initialisation fn printIvalStruct.
2949
2950 2004-08-11 Slade Rich <slade_rich AT users.sourceforge.net>
2951
2952         * src/pic/gen.c,
2953         * src/pic/pcode.c,
2954         * src/pic/ralloc.h,
2955         * src/pic/ralloc.c: Printing rIdx on internal verbose debug.
2956
2957 2004-08-10 Slade Rich <slade_rich AT users.sourceforge.net>
2958
2959         * src/pic/device.c,
2960         * src/pic/device.h,
2961         * src/pic/device.c: Will no longer exit if #pragma maxram has not been defined.
2962
2963 2004-08-06 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
2964
2965         * src/mcs51/gen.c (emitcode): fixed bug #992819
2966
2967 2004-08-05 Maarten Brock <sourceforge.brock AT dse.nl>
2968
2969         * src/pic/ralloc.c (deassignLR): allthough pic port is buggy already,
2970           there's no need to make it worse
2971
2972 2004-08-05 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
2973
2974         * src/mcs51/ralloc.c (deassignLR),
2975         * src/ds390/ralloc.c (deassignLR),
2976         * src/hc08/ralloc.c (deassignLR),
2977         * src/z80/ralloc.c (deassignLR),
2978         * src/pic/ralloc.c (deassignLR),
2979         * src/pic16/ralloc.c (deassignLR),
2980         * src/avr/ralloc.c (deassignLR),
2981         * src/SDCClrange.c (findRecursiveSucc, findRecursivePred, findPrevUse,
2982         rlivePoint): fixed another part of bug #971834
2983
2984 2004-08-04 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
2985
2986         * src/z80/main.c: enabled "critical" keyword
2987         * src/z80/mappings.i,
2988         * src/z80/gen.c (genFunction, genEndFunction): support for interrupt
2989         functions (fixes bug #979646)
2990         * doc/sdccman.lyx: added a subsection explaining z80 interrupt support
2991
2992 2004-08-04 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
2993
2994         * src/mcs51/gen.c (genInline): Add \n for labels, not DOS/WIN dirs
2995           such as c:\mydir.
2996
2997 2004-08-03 Maarten Brock <sourceforge.brock AT dse.nl>
2998
2999         * src/SDCCloop.c (loopInvariants): fixed bug 983545, hope this
3000           doesn't disable too much optimizations
3001
3002 2004-08-02 Slade Rich <slade_rich AT users.sourceforge.net>
3003
3004         * src/pic/glue.c Disabled "WARNING: function 'main' undefined" when -S option is used.
3005
3006 2004-08-02 Maarten Brock <sourceforge.brock AT dse.nl>
3007
3008         * src/SDCClrange.c (rlivePoint): fixed bug 988568, thanks to anonymous
3009
3010 2004-08-02 Slade Rich <slade_rich AT users.sourceforge.net>
3011
3012         * src/pic/gen.c tidied up tabs
3013         * src/pic/genarith.c tidied up tabs and fixed bug with literal multiple where same register was used for hi and low byte
3014         * src/pic/main.c tidied up tabs
3015         * src/pic/pcode.c tidied up tabs and disabled verbose code generation
3016         * src/pic/pcoderegs.c tidied up tabs
3017         * src/pic/ralloc.c tidied up tabs
3018
3019 2004-07-30 Vangelis Rokas <vrokas AT otenet.gr>
3020
3021         * src/SDCCmem.c (allocGlobal): don't turn S_REGISTER storage class
3022         to S_FIXED for pic16 port and when symbol is not in level 0,
3023         allocate for S_REGISTER storage class and pic16 port, too,
3024         * src/pic16/device.h: prototype for checkSym,
3025         * src/pic16/device.c (pic16_dump_access, checkSym): NEW,
3026         * (pic16_assignConfigWordValue): test the value and the mask to
3027         validate that the value is suitable for the configuration word,
3028         * src/pic16/glue.c (pic16_printIvalFuncPtr): use 'externs' to
3029         collect extern declared symbols, don't emit symbol twice, check
3030         first if symbol is in publics set first,
3031         * src/pic16/main.c (_pic16_keywords[]): added keyword 'register',
3032         * added command line '--fstack' which enables an experimental
3033         feature for stack access, too buggy to be used yet...
3034         * src/pic16/ralloc.c (pic16_accessregWithName): NEW,
3035         * (pic16_allocDirReg): when register has storage class S_REGISTER
3036         allocate in pic16_dynAccessRegs,
3037         * device/include/pic16/pic18f????.h: modified configuration word
3038         naming convention, words started as CONFIG0H but should be CONFIG1H
3039
3040 2004-07-29 Maarten Brock <sourceforge.brock AT dse.nl>
3041
3042         * device/include/mcs51reg.h: fixed bug 970993
3043
3044 2004-07-27 Maarten Brock <sourceforge.brock AT dse.nl>
3045
3046         * added lib/calloc.c, lib/free.c, lib/realloc.c, include/stddef.h
3047         * updated lib/malloc.c, lib/libsdcc.lib, lib/Makefile.in, include/malloc.h
3048         * src/SDCC.lex (doPragma): added pragma disable_warning <nnn>
3049         * src/SDCCmain.c (parseCmdLine): added option --disable-warning <nnn>
3050         * src/ds390/gen.c (genPlusIncr): fixed bug when incrementing generic pointers
3051         * support/Util/SDCCerr.c (vwerror): suppress disabled warnings and output
3052           error/warning numbers,
3053           added function setWarningDisabled()
3054         * support/Util/SDCCerr.h: added setWarningDisabled() and MAX_ERROR_WARNING
3055         * support/regression/ports/mcs51-stack-auto/spec.mk: added dependencies
3056           _memcmp.c _memmove.c calloc.c realloc.c free.c
3057         * support/regression/tests/malloc.c: added tests for new functionality
3058         * support/regression/tests/zeropad.c: added tests for truncated initializers
3059           and initialized char arrays starting with '\x0'
3060         * src/mcs51/peeph.def: fixed regression, added peephole 177.f
3061
3062 2004-07-26 Bernhard Held <bernhard AT bernhardheld.de>
3063
3064         * support/valdiag/tests/overflow.c: fixed warning on (1 >> 40)
3065
3066 2004-07-26 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
3067
3068         * doc/sdccman.lyx: updated example in section "Absolute Addressing"
3069         * src/mcs51/peeph.def: added contributed fix for "bug" #995347 as
3070         peephole 177.e. Thanks to anonymous
3071
3072 2004-07-25 Vangelis Rokas <vrokas AT otenet.gr>
3073
3074         * src/pic16/glue.c (pic16_printIvalFuncPtr): when an extern
3075         function isn't used in the source but referenced as a
3076         variable initializer then declare it as extern in .asm file
3077
3078 2004-07-24 Vangelis Rokas <vrokas AT otenet.gr>
3079
3080         * .version: increased version number to 2.4.3
3081
3082         Adding version extension according to ChangeLog CVS revision
3083         * src/Makefile.in (target all): added dependency 'version.h'
3084         * (rule version.h): added rule to create version.h from ChangeLog,
3085         * (rule dep): added dependency version.h,
3086         * src/version.awk: AWK script to create version.h
3087         * src/SDCCdwarf2.c (dwWriteModule),
3088         * src/SDCCglue.c (initialComments),
3089         * src/SDCCmain.c (printVersionInfo): modified to write after
3090         version string the version extension number,
3091         * src/SDCCutil.c: included "version.h"
3092         * (getBuildNumber): NEW, returns SDCC's ChangeLog minor revision
3093         number,
3094         * src/SDCCutil.h: added prototype for getBuildNumber
3095
3096         * src/SDCCmain.c (parseCmdLine): when sOpt is 'I' add rest in
3097         includeDirsSet, too,
3098         * src/SDCCsymt.c (checkSClass): don't emit error when a variable,
3099         const char [] is found in function prototype...
3100
3101         * src/pic16/genarith.c (pic16_genUMult8XLit_8): optimization to omit
3102         moving to WREG with source is already in WREG,
3103         * src/pic16/gen.h: added AOP_FSR0 and AOP_FSR2 in enum,
3104         * src/pic16/gen.c (getFreePtr): updated to look for FSR0 and FSR2,
3105         * (aopForSym): stack'ed symbols are partially supported, added
3106         if-clause to support symbols in FARSPACE,
3107         * (sameRegs): added test for AOP_ACC to see if registers are same,
3108         * (pic16_freeAsmop): added case for AOP_FSR0 and AOP_FSR2,
3109         * (pic16_aopGet): added case for AOP_FSR0 and AOP_FSR2,
3110         * (pic16_popRegFromString): will not allocate a new register if it
3111         doesn't find one by name, bug may have introduced...
3112         * (pic16_popGet): added case for AOP_FSR0 and AOP_FSR2,
3113         * (genIpush): revived to use pic16 port's stack,
3114         * (genAddrOf): added incomplete case for stack'ed operand,
3115         * (genCast): optimized a pair of MOVFW,MOVWF to MOVFF
3116         * src/pic16/genutils.c (pic16_genNot): almot new vesrion for NOT,
3117         can handle multibyte operands,
3118         * src/pic16/glue.c (pic16_printIval*): some debug info added,
3119         * (pic16initialComments): added message for MPLAB compatibility
3120         mode enabled,
3121         * src/pic16/main.h: prototype for pic16_mplab_comp,
3122         * src/pic16/main.c (pic16_optionsTable): new option --mplab-comp,
3123         which enabled MPLAB compatibility mode (i.e. no #LINE/#FILE, BANKED)
3124         * (_pic16_linkEdit): NEW, handles link stage, transferred here
3125         because of increased complexity of procedure,
3126         * (_process_pragma): stack pragma changed to format 'stack pos len',
3127         emit symbol '_stack_end' to conform with gplink,
3128         * src/pic16/pcode.c (pic16_newpCodeOpBit): using pic16_regWithName
3129         to search for register,
3130         * (pic16_get_op, pic16_get_op2): added case for PO_W, PO_WREG and
3131         PO_GPR_REGISTER,
3132         * (pic16_pCode2str): when in MPLAB compatibility mode, comment out
3133         #LINE directives and replace 'B' with 'BANKED' in instruction opcodes
3134         * (pic16_getRegFromInstruction, pic16_getRegFromInstruction2): added
3135         case for PO_GPR_REGISTER,
3136         * (pic16_AnalyzeBanking): removed the old message for inc2h.pl, past
3137         dies, the new era is ahead !...
3138         * src/pic16/ralloc.c: added hash reposits pic16_dynAllocRegNames and
3139         pic16_dynInternalRegs,
3140         * (pic16_allocregWithName, pic16_procregWithName, pic16_regWithname): NEW,
3141         * (pic16_allocDirReg): minor optimizations and bug fixes,
3142         * (pic16_allocWithIdx): when searching pic16_dynProcessorRegs use fixed,
3143
3144         * device/lib/pic16/startup/crt0*.c: extern definition of stack_end,
3145         load stack and frame pointer with address of 'stack_end' symbol
3146
3147 2004-07-23 Vangelis Rokas <vrokas AT otenet.gr>
3148
3149         * src/pic16/glue.c (pic16emitStaticSeg): fixed bug with files
3150         without source code but only variable initializers
3151
3152 2004-07-20 Vangelis Rokas <vrokas AT otenet.gr>
3153
3154         * src/pic16/glue.c (pic16emitRegularMap): unused functions marked as
3155         external are not declared as extern to reduce overhead while linking
3156
3157 2004-07-20 Maarten Brock <sourceforge.brock AT dse.nl>
3158
3159         * src/SDCCast.c (decorateType): removed buggy fix for bug #979599
3160
3161 2004-07-11 Maarten Brock <sourceforge.brock AT dse.nl>
3162
3163         * src/SDCCglue.c (printIvalArray): fixed bug #984229, thanks to Phuah
3164           Yee Keat for the patch
3165         * src/SDCCast.c (decorateType): fixed bug #979599
3166         * src/ds390/gen.h: removed local fReturnSizeDS390
3167         * src/ds390/gen.c: made fReturnSizeDS390 signed short to remove a warning
3168         * src/ds390/gen.c (genAnd, genOr, genXor),
3169         * src/mcs51/gen.c (genAnd, genOr, genXor): generate better optimized code
3170
3171 2004-07-04 Vangelis Rokas <vrokas AT otenet.gr>
3172
3173         * src/SDCCmain.c (linkEdit): modifications only for pic16 port,
3174         add relFilesSet to $3, manipulate $2 to handle linking of object
3175         files without source files in command line,
3176         * device/include/pic16 (all headers): added ID location macros,
3177         * src/pic16/device.c (struct PIC16_device Pics16[]): added field
3178         entries for ID location bytes,
3179         * (pic16_assignIdByteValue): NEW,
3180         * src/pic16/device.h: new structures idRegInfo_t and idBytesInfo_t,
3181         added field dumpcalltree to pic16_options_t,
3182         * src/pic16/gen.c (genCmp): fixed bug case so a temporary register
3183         is used instead of pic16_Gstack_base_addr, check if (ifx) before
3184         emitting rFalseIfx label after check_carry label,
3185         * src/pic16/glue.c (PIC16_IS_IDLOC_ADDRESS, PIC16_IS_HWREG_ADDRESS,
3186         pic16_emitDIRegs), NEW
3187         * (pic16glue): dump .calltree file when option --calltree found,
3188         * src/pic16/main.c (OPTION _pic16_optionsTable): new option --calltree
3189         * (_pic16_genAssemblerPreamble): emit ID locations after
3190         configuration registers,
3191         * (pic16_linkCmd): modifications of the link command,
3192         * src/pic16/pcode.c (pic16_pciMOVFF): PCC_REGISTER replaces PCC_REGISTER2
3193         * (pic16_pCodeInitRegisters): don't init stack registers,
3194         * (pic16_findPrevInstruction): fixed bug,
3195         * (pic16_getRegFromInstruction, pic16_getRegFromInstruction2): fixed
3196         bug with immediate registers,
3197         * (buildCallTree): traces stack push and pop,
3198         * (pct2): dump also stack usage for each function,
3199         * src/pic16/ralloc.c (dynrIdx): registers names start from 0x00
3200         * (pic16_allocDirReg): various modifications,
3201         * (pic16_typeRegWithIdx): when searching pic16_dynProcessorRegs set
3202         fixed to 1,
3203
3204 2004-07-02 Vangelis Rokas <vrokas AT otenet.gr>
3205
3206         * src/pic16/pcode.c: removed buggy double colon
3207
3208 2004-07-01 Borut Razem <borut.razem AT siol.net>
3209
3210         * support/scripts/sdcc.nsi: added include/pic16 to setup
3211
3212 2004-06-30 Vangelis Rokas <vrokas AT otenet.gr>
3213
3214         * device/lib/Makefile.in: fixed bug in target objects-pic16,
3215         * device/lib/pic16/Makefile: prefixed with dash (-) command under
3216         target 'clean',
3217         * doc/sdccman.lyx: changed version to 2.4.2 and added some port
3218         specific command line arguments. Also added sample lkr script
3219         for placing a variable at a specific memory bank.
3220         * src/pic16/device.c (pic16_dump_gsection): NEW, to dump variables
3221         at a specific memory bank,
3222         * (pic16_dump_isection): fixed bug which caused string literals to
3223         be omitted when dumping idata section,
3224         * (pic16_groupRegistersInSection): added code to handle registers
3225         in specific memory banks,
3226         * src/pic16/gen.c: labelOffset is prefixed with pic16_ and made
3227         public, all references are renamed too,
3228         * (pic16_aopGet): removed switch cases for AOP_R0,AOP_R1,AOP_DPTR,
3229         AOP_DPTR2,
3230         * (pic16_storeForReturn): added case to handle when dest is WREG,
3231         * src/pic16/genarith.c (pic16_pCodeOpSubType): NEW,
3232         * src/pic16/glue.c (pic16emitRegularMap): when adding a register in
3233         pic16_rel_udata, check to see if that register is marked as being
3234         a member of a specific memory bank,
3235         * (pic16_printIvalCharPtr): added code to add string literals either
3236         to code or the idata sections,
3237         * src/pic16/main.c (_process_pragma): added \n to WHITE constant,
3238         also accept the 'udata' pragma,
3239         * src/pic16/main.h: new structure types sectName and sectSym
3240         * src/pic16/pcode.c: added new pCodeInstruction entry for BANKSEL
3241         * (newpCodeOpBit): added PIC_OPTYPE subt in function prototype,
3242         * (pic16_findPrevInstruction): fixed, it returned nothing,
3243         * (insertBankSwitch): fixed to emit banksel/skip and skip/banksel
3244         instruction combinations,
3245         * (pic16_FixRegisterBanking): heavily reorganised,
3246         * (pic16_AnalyzeBanking): if generating banksel directives is
3247         disabled, then don't call FixRegisterBanking at all,
3248         * src/pic16/ralloc.c (bitEQUs, aliasEQUs, allDefsOutOfRange):
3249         completely removed,
3250         * (pic16_writeUsedRegisters): added call to pic16_dump_gsection
3251
3252 2004-06-29 Bernhard Held <bernhard AT bernhardheld.de>
3253
3254         * src/SDCCglue.c (printChar): fixed bug #973350, patch provided by
3255         Phuah Yee Keat <yk.phuah AT nestac.com>
3256
3257 2004-06-28 Vangelis Rokas <vrokas AT otenet.gr>
3258
3259         * src/pic16/glue.c (pic16createInterruptVect): function now emits
3260         correctly the IVT even if it is relocated to some other location
3261
3262 2004-06-28 Vangelis Rokas <vrokas AT otenet.gr>
3263
3264         * device/include/pic16/pic18fregs.h: added case for pic18f2220.h
3265         * device/include/pic16/pic18f2220.h: NEW,
3266         * device/lib/pic16/libdev/pic18f2220.c: NEW,
3267         * device/lib/pic16/libdev/Makefile: added 18f2220 in DEVS,
3268         * src/pic16/device.c (struct Pics16): added info for 18f2220,
3269         * src/pic16/device.h (struct pic16_options): added ivt_loc and
3270         nodefaultlibs, ivt_loc is the location of the interrupt vector
3271         table, and nodefaultlibs signs that default libraries should not be
3272         linked in link stage,
3273         * src/pic16/gen.c (genFunction): relocate interrupt vector functions
3274         according to --ivt-loc argument,
3275         * src/pic16/main.c (_process_pragma): emit '_stack' as public symbol
3276         when pragma stack is found,
3277
3278 2004-06-25 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
3279
3280         * src/mcs51/peeph.def: added peepholes 182.d (return 0.0),
3281         256 (range check), 257 (do while), 258.a-f (bit banging
3282         f.e. on 3-wire SPI bus)
3283
3284 2004-06-21 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3285
3286         * src/SDCClrange.c (findNextUseSym): fixed a live range bug with
3287         variables used exclusively within a loop
3288
3289 2004-06-21 Bernhard Held <bernhard AT bernhardheld.de>
3290
3291         * src/mcs51/gen.c (genCpl): quick fix for bug #974835
3292
3293 2004-06-21 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3294
3295         * src/SDCClrange.c (computeClash): fixed bug #971834
3296
3297 2004-06-20 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3298
3299         * src/mcs51/gen.c (genCmp): fixed bug #975903
3300         * src/hc08/gen.c (operandsEqu),
3301         * src/ds390/gen.c (operandsEqu),
3302         * src/z80/gen.c (operandsEqu),
3303         * src/pic/gen.c (operandsEqu),
3304         * src/pic16/gen.c (operandsEqu),
3305         * src/mcs51/gen.c (operandsEqu): fixed bug #976283
3306         * src/SDCCmain.c (parseCmdLine): report --unknown-option only once
3307
3308 2004-06-15 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3309
3310         * src/SDCCcse.c (cseBBlock): fixed bug #966963
3311
3312 2004-06-12 Vangelis Rokas <vrokas AT otenet.gr>
3313
3314         * src/pic16/gen.c (genPointerGet): added E_INTERNAL_ERROR for
3315         default case in switch statement,
3316         * glue.c (pic16_initPointer): expr is initialised via decoarteType
3317         to eliminate problem with initialisation of pointers, but problem
3318         still exists,
3319         * (pic16_pointerTypeToGPByte): removed, no needed for pic16,
3320         * (emitStaticSegment): removed various lines emitting debug info,
3321         * src/pic16/pcode.c, src/pic16/pcode.h, src/pic16/ralloc.h:
3322         added processor registers for utilizing EEPROM,
3323         * src/pic16/pcode.c (pic16_emitDB): number of DBs emitted is not
3324         configurable and set 8
3325
3326 2004-06-08 Vangelis Rokas <vrokas AT otenet.gr>
3327
3328         * .version: increased version number to 2.4.2,
3329
3330         Cumulative patch for pic16 port
3331         * src/pic16/device.c: changed scheme to dump initial values for
3332         variables in idata segment, all print_idata* functions were removed,
3333         now the pic16_printIval* will be called,
3334         * src/pic16/glue.c: (pic16_initPointer, pic16_pointerTypeToGPByte,
3335         * _pic16_printPointerType, pic16_printPointerType,
3336         * pic16_printGPointerType, pic16_printIvalArray, pic16_printIvalStruct,
3337         * pic16_printIvalBitFields, pic16_printIvalFuncPtr, pic16_printIvalPtr:
3338         NEW, similar to the respective functions in SDCCglue.c,
3339         * src/pic16/pcode.c (pic16_emitDB, pic16_flushDB): reverted to old
3340         way, emitting hex bytes,
3341         * (pic16_emitDS): NEW, emits a string for pointer initialisation,
3342
3343 2004-06-08 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3344
3345         * src/avr/ralloc.c (serialRegAssign),
3346         * src/xa51/ralloc.c (serialRegAssign),
3347         * src/pic/ralloc.c (serialRegAssign),
3348         * src/pic16/ralloc.c (serialRegAssign),
3349         * src/hc08/ralloc.c (serialRegAssign),
3350         * src/z80/ralloc.c (serialRegAssign),
3351         * src/ds390/ralloc.c (serialRegAssign),
3352         * src/mcs51/ralloc.c (serialRegAssign): fixed bug #964479
3353
3354 2004-06-08 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3355
3356         * src/SDCCicode.c (geniCodeJumpTable): fixed bug #967601
3357         * src/SDCCpeeph.c (labelIsReturnOnly): fixed bug #966505
3358
3359 2004-06-07 Vangelis Rokas <vrokas AT otenet.gr>
3360
3361         Cumulative patch for pic16 port:
3362         * src/pic16/device.h (typedef PIC16_device) modified fields for
3363         defining microcontrollers,
3364         * src/pic16/device.c: added new info for all devices in Pics16 array,
3365         * src/pic16/gen.c (genPcall): fixed bug that caused the return label
3366         to be optimised out by the pCode optimiser,
3367         * src/pic16/glue.c (pic16emitRegularMap): treat implicit aggragates
3368         specially, bug reported by G.M. Gallant,
3369         * src/pic16/pcode.c (pic16_newpCodeLabelFORCE): NEW, marks a label
3370         as force'd so that cannot be optimised out by pCode optimiser,
3371         * src/pic16/pcode.c,
3372         * src/pic16/pcodepeeph.c,
3373         * src/pic16/pcoderegs.c: many modifications to re-enable peepholes,
3374         they are disabled by default, but can be enabled explicit with
3375         command argument --denable-peeps, for testing,
3376         * device/lib/pic16/startup/Makefile: added --no-peep,--pomit-config-words,
3377         --pomit-ivt in COMPILE_FLAGS
3378
3379 2004-06-06 Maarten Brock <sourceforge.brock AT dse.nl>
3380
3381         * src/pic16/pcode.c (pic16_emitDB): removed double semicolon which fails
3382           compilation on MSVC
3383
3384 2004-06-06 Maarten Brock <sourceforge.brock AT dse.nl>
3385
3386         * device/include/sab80515.h: added sfr P6, changed GPL to LGPL
3387
3388 2004-06-06 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
3389
3390         device/include/sab80515.h: fixed bug #967492, DAPR is defined at adress
3391         0xd8, but the correct adress is 0xda. Thanks to anonymous for reporting
3392
3393 2004-06-06 Vangelis Rokas <vrokas AT otenet.gr>
3394
3395         * src/pic16/device.c (pic16_assignConfigWord): fixed bug that
3396         would only assign 0x300001 register.
3397
3398 2004-06-05 Vangelis Rokas <vrokas AT otenet.gr>
3399
3400         * device/lib/pic16/startup/Makefile: added $(MODELFLAGS)
3401         in COMPILE_FLAGS. Thanks to G. Gallant for report.
3402
3403 2004-06-05 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
3404
3405         * doc/sdccman.lyx: minor changes, mentioned beta vendor support
3406         for ds80c400
3407         * src/mcs51/peeph.def: ran unexpand -a over peeph.def
3408         * src/mcs51/peeph.def: removed obsolete peephole 100.a,
3409         added peephole 254 (left shift), 255 (jump table)
3410
3411 2004-06-04 Vangelis Rokas <vrokas AT otenet.gr>
3412
3413         * device/lib/Makefile.in: removed comment line with model-pic16,
3414         * (target port-specific-objects-pic16): the libraries and objects
3415         are copied to the build directory form the device/lib/pic16/bin
3416         directory
3417
3418         Cumulative patch concerning pic16 port:
3419         * library directory has been re-organized,
3420         * added support for PIC18F1220,
3421         * added headers and library sources for chips 18f1220,18f6520,
3422         18f6620,18f6680,18f6720,18f8520,18f8620,18f8680,18f8720
3423
3424         * configuration registers setting has changed, now each supported
3425         device has a complete description of the registers it uses,
3426         * all initialisations are moved to idata sections, these section
3427         can be absolute or relocatable,
3428         * fixed initialisation of codespace variables,
3429         * fixed warning about PCLATU and gpsim,
3430         * src/pic16/gen.c (genCmp): now can handle partially iCodes with no ifx,
3431         * (genAssign): use table reads when assigning from variables in codespace,
3432         * src/pic16/glue.c (pic16emitStaticSeg): fixed to correctly initialise
3433         char/int variables placed in codespace,
3434         * (pic16_emitConfigRegs): NEW, emits a list with configuration
3435         registers set in .asm file, no need for --pomit-config-words anymore,
3436         * (pic16glue): some 8051 legacy segments are commented out
3437         (to be removed completely),
3438         * added support for alternative assembler and linker with --asm=
3439         and --link= command line arguments,
3440         * peepholes are disabled automatically in the port, no need to
3441         specify on command line,
3442         * port supports natively char/int/long multiplication, but converts
3443         all divisions to support functions,
3444         * main.c: pic16_linkCmd and pic16_asmCmd changed to force output
3445         to the file set in variable $2,
3446         * pcode.c (pic16_emitDB, pic16_flushDB): modified to print printable
3447         strings in ASCII format and not in hex,
3448         * ralloc.c (serialRegAssign): added a triplet of conditional calls
3449         to pic16_allocDirReg for IC_RESULT, IC_LEFT and IC_RIGHT so to
3450         allocate proper register if iCodes aren't temporary,
3451
3452 2004-06-02 Maarten Brock <sourceforge.brock AT dse.nl>
3453
3454         * support/regression/tests/zeropad.c: added TEST_G macro for alpha
3455
3456 2004-06-02 Vangelis Rokas <vrokas AT otenet.gr>
3457
3458         * src/pic16/gen.c (genPcall): warning about gpsim and PCLATU
3459         is commented out
3460
3461 2004-06-01 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3462
3463         * src/hc08/gen.c (genPointerGetSetOfs): disabled optimization if
3464         computed address is reused
3465         * src/hc08/gen.c (genPackBits): fixed offsets in assignments to
3466         multi-byte bitfields
3467
3468 2004-06-01 Maarten Brock <sourceforge.brock AT dse.nl>
3469
3470         * src/z80/gen.c: (genArrayInit): must check for pointers too
3471
3472 2004-06-01 Maarten Brock <sourceforge.brock AT dse.nl>
3473
3474         * support/regression/tests/zeropad.c: never meant to commit the
3475           nestedstruct test: removed, added check for GCC version
3476
3477 2004-05-31 Maarten Brock <sourceforge.brock AT dse.nl>
3478
3479         * src/SDCCast.c (createIvalArray): fixed bug 770487 SIGSEGV
3480         * src/SDCCglue.c (emitRegularMap): fixed bug 770484 allocation problem
3481         * src/SDCCglue.c (initPointer, printIvalType, printIvalStruct,
3482           printIvalArray, printIvalFuncPtr, printIvalPtr, printIval): fixed
3483           bugs 928906 and 954082 half-empty initializers
3484         * src/SDCCsymt.h,
3485         * src/SDCCsymt.c (getAllocSize): added for above fix
3486         * src/z80/gen.c (genArrayInit): fixed bug 741044
3487         * support/regression/tests/zeropad.c: added tests
3488
3489 2004-05-30 Vangelis Rokas <vrokas AT otenet.gr>
3490
3491         * src/pic16/device.c (pic16_dump_section): corrected bug which
3492         caused some symbols of the libraries to be misplaced
3493
3494 2004-05-28 Vangelis Rokas <vrokas AT otenet.gr>
3495
3496         * src/pic16/glue.c,
3497         * src/pic16/ralloc.h,
3498         * src/pic16/ralloc.cc: prefixed IS_CONFIG_ADDRESS with PIC16_
3499         to fix conflict with pic port
3500
3501 2004-05-28 Vangelis Rokas <vrokas AT otenet.gr>
3502
3503         * src/pic16/glue.c (pic16emitStaticSeg): do not print as publics or
3504         externs configuration variables,
3505         * src/pic16/ralloc.h,
3506         * src/pic16/ralloc.cc: IS_CONFIG_ADDRESS is made public and added
3507         prototype in header, commented out some debug messages
3508
3509 2004-05-26 Vangelis Rokas <vrokas AT otenet.gr>
3510
3511         * src/pic16/glue.c,
3512         * src/pic16/main.c,
3513         * src/pic16/pcode.c: added gpasm directives #FILE/#LINE
3514         for gpasm COFF object generation. Thanks to D. Hawkins for
3515         his patch info
3516
3517 2004-05-25 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3518
3519         * src/ds390/main.c,
3520         * src/mcs51/main.c: fixed sort order of mnemonics (thanks to Maarten
3521         Brock for spotting this)
3522         * src/ds390/gen.c (genEndFunction),
3523         * src/mcs51/gen.c (genEndFunction): always save psw if function is an
3524         interrupt handler and critical. Disable push/pop optimizations when
3525         peephole optimizations disabled.
3526
3527 2004-05-25 Vangelis Rokas <vrokas AT otenet.gr>
3528
3529         Updated pic16 library sources and headers.
3530         * device/lib/pic16/pic18f*/ ,
3531         * device/include/pic16/*.h: modified to handle structured SFR
3532         definitions
3533
3534 2004-05-25 Vangelis Rokas <vrokas AT otenet.gr>
3535
3536         * src/port.h (PORT structure): added hook initPaths, now each
3537         port can declare its own default search paths,
3538         which can been seen with the --print-search-dirs option,
3539         see pic16 port for example,
3540         * src/SDCCmain.c (setBinPaths, setIncludePaths, setLibPath,
3541         setDataPaths): test to options.printSearchDirs is ifdef'ed out,
3542         * (doPrintSearchDirs): NEW, replaces in a central manner the
3543         printing of search dirs which was split in set*Paths functions,
3544         * (main): added call to port->initPaths and doPrintSearchDirs,
3545         * src/avr/main.c,
3546         * src/ds390/main.c,
3547         * src/hc08/main.c,
3548         * src/izt/i186.c,
3549         * src/izt/tlcs900h.c,
3550         * src/mcs51/main.c,
3551         * src/pic/main.c,
3552         * src/pic16/main.c: modified port structures to reflect addition of
3553         initPaths hook,
3554
3555         * src/pic16/device.c (regCompare): registers are finally sorted by name,
3556         * (pic16_dump_section): for registers in same address reserve memory once,
3557         * src/pic16/device.h (struct PIC16_device): changed variable gen_banksel
3558         to no_banksel,
3559         * src/pic16/genarith.c (pic16_genPlus): added code to handle cases where
3560         result is greater in size than right or left,
3561         * (pic16_genUMult8X8_8): there are some cases where the result can
3562         be 16 bits size, so handle these,
3563         * src/pic16/gen.c: changed some pic16_emitpcomment to DEBUGpic16_emitcode,
3564         * (pic16_outBitC): modified to emit pcodes,
3565         * (pic16_storeForReturn): using is_LitOp to see if operand is literal
3566         or not,
3567         * (genDivOneByte): implemented algorithm to divide 8-bits,
3568         * (genCmp): uncommented goto, but issues still exist,
3569         * (genAnd): fixed a bug with variables >8bits,
3570         * (genPackBits): optimization added that uses BCF/BSF to change a
3571         single bit,
3572         * (genAssign): fixed bug when assigning floating point literals,
3573         * src/pic16/glue.c (pic16glue): added assembler directive 'code' before
3574         __sdcc_gsinit_startup label,
3575         * src/pic16/main.c (_pic16_init): removed search directory
3576         initialisations,
3577         * (_pic16_initPaths): NEW, used to initialise search directories,
3578         * (_hasNativeMulFor): support functions for all except char/int
3579         multiplication, and char division,
3580         * (PIC16_port struct): modified entry for native mul support,
3581         * src/pic16/pcode.c (insertBankSwitch): modified to support the renamed
3582         no_banksel option,
3583         * (buildCallTree): call to register_usage is ifdef'ed out,
3584
3585 2004-05-22 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3586
3587         * device/include/string.h: applied Stas Sergeev's patch to make this
3588         header file compatible with the preprocessor -Wundef option
3589         * src/SDCCmain.c (main): abort compilation if preprocessor reports
3590         failure (fixes bug #941458)
3591
3592 2004-05-21 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3593
3594         * src/SDCCopt.c (killDeadCode): fixed bug #907733
3595         * support/Util/SDCCerr.c: reworded E_AUTO_ASSUMED diagnostic to clarify
3596         that the variable, not the function, should be static
3597         * src/SDCCval.c (valCastLiteral): fixed bit initialization from literal
3598         to be consistent with non-literal case
3599
3600 2004-05-19 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3601
3602         * src/SDCCast.c (isConformingBody): fixed bug #949967
3603         * src/SDCCopt.c (cnvToFcall, cnvToFloatCast, cnvFromFloatCast,
3604         convilong): fixed bug #952086
3605
3606 2004-05-18 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3607
3608         * src/SDCCmem.c (allocVariables): fixed bug #955321
3609
3610 2004-05-18 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3611
3612         * src/hc08/main.c (_hc08_genAssemblerEnd),
3613         * src/SDCCdwarf2.c (dwOpenFile, dwCloseFile, dwWriteFunction,
3614         dwWriteModule, dwWriteCLine, dwWriteALine, dwarf2FinalizeFile):
3615         completely eliminated the use of a temporary file
3616         * src/SDCCdwarf2.c (dwWriteAttr): fixed bug with location list offset
3617         when more than one file linked
3618         * src/SDCCloop.c (pointerAssigned): fixed bug #954163
3619
3620 2004-05-17 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3621
3622         * src/SDCCval.c (valForArray): applied Maarten Brock's patch #947682
3623         which fixes bug #543481
3624         * support/regression/tests/bug-751703.c: fixed comments left from a
3625         cut and paste error
3626         * src/SDCCdwarf2.c (dwCloseFile): don't explicitly close a temp file
3627         * src/SDCCdwarf2.c (dwTagFromType): added bitfield support
3628         * src/SDCCdwarf2.c (dwWriteSymbolInternal): handle extern within local
3629         scopes
3630         * src/SDCCdwarf2.c (dwWriteLineNumber): line number deltas are signed
3631         * src/SDCCmain.c (processFile, parseCmdLine): non-alphanumeric chars
3632         are now changed to underscores in moduleName
3633
3634 2004-05-15 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
3635
3636         * as/mcs51/lkmem.c: better fix for bug #954173
3637
3638 2004-05-15 Maarten Brock <sourceforge.brock AT dse.nl>
3639         committed by Frieder Ferlemann <Frieder.Ferlemann AT web.de>
3640
3641         * device/include/c8051f020.h: newly added SiLabs (Cygnal) header file
3642         * device/include/c8051f000.h,
3643         * device/include/c8051f120.h,
3644         * device/include/c8051f300.h,
3645         * device/include/c8051f310.h,
3646         * device/include/c8051f320.h: updated (added _XPAGE, CAPN, CAPP,
3647         PWM16) and detab'ed
3648
3649 2004-05-15 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
3650
3651         * doc/sdccman.lyx: mentioned sourceforge's delay between web frontend
3652         and mailing lists, doc'ed --no-peep-comments, removed reference
3653         to knoppix (newest version has no LyX/LaTeX), other minor changes
3654         * src/SDCCglue.c (glue): save 2 bytes stack space with
3655         option --main-return. The ljmp could probably be avoided too
3656
3657 2004-05-14 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
3658
3659         * as/mcs51/lkmem.c, as/mcs51/lkaomf51: fixed bug 954173
3660
3661 2004-05-14 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3662
3663         * src/SDCCsymt.h: added IS_AUTO(symbol) test macro
3664         * src/SDCCopt.c (isLocalWithoutDef),
3665         * src/SDCCicode.c (operandFromSymbol): use the IS_AUTO test macro
3666         which adds a !IS_EXTERN codition. Fixes bugs #877426 and #751703.
3667         (credit to Maarten Brock for patch #949363, on which this is based)
3668         * support/regression/tests/bug-751703.c: some test cases of extern used
3669         within inner scopes.
3670
3671 2004-05-14 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3672
3673         * src/SDCCdwarf2.c (dwMatchTypes): structs must have matching
3674         SPEC_STRUCT
3675         * src/SDCCdwarf2.c (dwTagFromType): fix to handle recursive
3676         struct definitions
3677         * src/SDCCdwarf2.c (dwWriteModule, dwNewDebugSymbol, dwWriteEndFunction,
3678         dwWriteLabel): fix to create valid debugger symbols even when
3679         the module name has non-alphanumeric symbols in it
3680         * src/SDCCdwarf2.c (dwWriteSymbolInternal): better detection for
3681         when a variable's allocation has been optimized away
3682
3683
3684 2004-05-13 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3685
3686         * src/hc08/gen.c (hc08_emitDebuggerSymbol),
3687         * src/hc08/main.c,
3688         * src/mcs51/gen.c (mcs51_emitDebuggerSymbol),
3689         * src/mcs51/main.c,
3690         * src/ds390/gen.c (ds390_emitDebuggerSymbol),
3691         * src/ds390/main.c,
3692         * src/z80/gen.c (z80_emitDebuggerSymbol),
3693         * src/z80/main.c,
3694         * src/pic/gen.c (pic14_emitDebuggerSymbol),
3695         * src/pic/main.c,
3696         * src/pic16/gen.c (pic14_emitDebuggerSymbol),
3697         * src/pic16/main.c,
3698         * src/avr/gen.c (avr_emitDebuggerSymbol),
3699         * src/avr/main.c,
3700         * src/xa51/gen.c (xa51_emitDebuggerSymbol),
3701         * src/xa51/main.c,
3702         * src/SDCCdebug.c (emitDebuggerSymbol),
3703         * src/SDCCdebug.h,
3704         * src/port.h: added a debugger struct to the port struct. Added a
3705         callback for defining debugger symbols
3706
3707         * src/SDCCast.c (createLabel),
3708         * src/SDCC.y (labeled_statement): mark all compiler generated labels
3709         with isitmp = 1
3710         * src/SDCCicode.h,
3711         * src/SDCCicode.c (geniCodeFunctionBody): added a link from the FUNCTION
3712         iCode back to the ast for the function
3713
3714         * src/hc08/ralloc.c (hc08_assignRegisters),
3715         * src/hc08/ralloc.h: define a regs struct for the stack pointer. Removed
3716         unneeded fields from the regs struct.
3717         * src/hc08/gen.c (transferRegReg, genFunction, genEndFunction): use the
3718         pushReg() & pullReg() functions instead of emitcode()
3719
3720         * src/hc08/gen.c (genLabel, genhc08Code),
3721         * src/SDCCdebug.h: Added additional debugger hooks needed for DWARF
3722
3723         * src/cdbFile.c (cdbWriteLabel, cdbWriteScope): Added stubs for unneeded
3724         debugger hooks
3725
3726         * src/hc08/gen.c (genEndFunction, genhc08Code),
3727         * src/hc08/gen.h,
3728         * src/mcs51/gen.c (genEndFunction, gen51Code),
3729         * src/mcs51/gen.h,
3730         * src/ds390/gen.c (genEndFunction, gen390Code),
3731         * src/ds390/gen.h,
3732         * src/z80/gen.c (genEndFunction, genZ80Code),
3733         * src/z80/gen.h,
3734         * src/z80/z80.h,
3735         * src/pic/gen.c (genEndFunction, genpic14Code),
3736         * src/pic/gen.h,
3737         * src/pic16/gen.c (genEndFunction, genpic16Code),
3738         * src/pic16/gen.h,
3739         * src/avr/gen.c (genEndFunction, genAVRCode),
3740         * src/avr/gen.h,
3741         * src/xa51/gen.c (genEndFunction, genXA51Code),
3742         * src/xa51/gen.h,
3743         * src/cdbFile.c (cdbWriteFunction, cdbWriteEndFunction): moved cdb
3744         specific code to cdbFile.c and out of the backend code generators
3745
3746         * as/hc08/lkmain.c (main): removed OMF51 support from link-hc08
3747         * as/hc08/lkarea.c (lnkarea): areas with NOLOAD attribute default
3748         starting address is now 0
3749
3750         * as/hc08/asm.h,
3751         * as/hc08/m08pst.c,
3752         * as/hc08/asmain.c (asmbl): implemented the .sleb128 and .uleb128
3753         assembler directive for DWARF support
3754         * as/hc08/lkelf.c (elf): only increment address when rtflg[] set
3755
3756         * src/src.dsp,
3757         * src/Makefile.in,
3758         * src/SDCCdwarf2.c: preliminary DWARF (ver 2) debugger data generator
3759
3760 2004-05-04 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3761
3762         * src/hc08/gen.c (genJumpTab, emitcode, genhc08code): fixed stack error
3763         and inappropriate peephole optimization in jump tables
3764
3765 2004-04-30 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
3766
3767         * as/hc08/m08pst.c,
3768         * src/SDCCglue.c: sdccopt works for the hc08 port now
3769
3770 2004-04-27 Bernhard Held <bernhard AT bernhardheld.de>
3771
3772         * src/SDCCicode.c (geniCodePreInc, geniCodePreDec): fixed bug #942130
3773
3774 2004-04-27 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
3775
3776         * as/hc08/lkelf.c: sdccconf.h is not available in WIN32
3777
3778 2004-04-24 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3779
3780         * src/SDCCpeeph.c (replaceRule): support empty replacement peephole
3781         rules
3782         * src/SDCCmain.c,
3783         * src/SDCCglobl.h,
3784         * src/SDCCpeeph.c (getPeepLine): new option --no-peep-comments omits
3785         comments from the peephole optimizer replacement rules
3786         * src/SDCCmem.c (printAllocInfoSeg): give actual location of spilled
3787         symbols
3788         * src/SDCCcse.c (updateSpillLocation),
3789         * src/SDCCopt.c (killDeadCode, findReqv): better tracking of register
3790         equivalents
3791         * src/hc08/ralloc.c (regTypeNum): pseudo symbols must be in DATA only
3792         * src/hc08/main.c (_hc08_finaliseOptions): made pointers to stack
3793         objects far pointers
3794
3795 2004-04-23 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3796
3797         * src/SDCCsymt.h: a missing part of my last change
3798         * src/pic/ralloc.c (regTypeNum),
3799         * src/pic16/ralloc.c (regTypeNum): fixed statement/declaration order
3800
3801 2004-04-23 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3802
3803         * src/SDCCicode.h,
3804         * src/SDCCicode.c (aggrToPtrDclType),
3805         * src/SDCCptropt.h,
3806         * src/SDCCptropt.c (ptrBaseRematSym, ptrPseudoSymSafe,
3807         ptrPseudoSymConvert),
3808         * src/pic/ralloc.c (regTypeNum),
3809         * src/pic16/ralloc.c (regTypeNum),
3810         * src/hc08/ralloc.c (regTypeNum),
3811         * src/ds390/ralloc.c (regTypeNum),
3812         * src/mcs51/ralloc.c (regTypeNum): check for dependancy hazards before
3813         creating pseudo symbols (fixed bugs #777768, #930484, and #933966)
3814
3815 2004-04-22 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3816
3817         * link/z80/lkmain.c (afile),
3818         * as/hc08/lkmain.c (afile),
3819         * as/mcs51/lkmain.c (afile): fix suggested by Maarten Brock to
3820         prevent a pointer problem when a filename has no directory and
3821         no extension specified.
3822
3823 2004-04-21 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3824
3825         * link/z80/lkmain.c (afile): allow periods in directory names
3826         * link/z80/lkmain.c (afile),
3827         * as/mcs51/lkmain.c (afile),
3828         * as/hc08/lkmain.c (afile): allow linker script file to have an
3829         extension other than ".lnk"
3830         * link/z80/lklex.c (getfid),
3831         * link/z80/lkmain.c (parse),
3832         * as/mcs51/lklex.c (getfid),
3833         * as/mcs51/lkmain.c (parse),
3834         * as/hc08/lklex.c (getfid),
3835         * as/hc08/lkmain.c (parse): Support comments in the linker script
3836         file on lines by themselves and after filenames
3837
3838 2004-04-20 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
3839
3840         * as/link_hc08.dsp: Added as/hc08/lkelf.c to project.
3841
3842 2004-04-20 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3843
3844         * src/z80/peeph-z80.def: removed some peephole rules that don't
3845         work with multibyte arithmetic (fixed bug #937126)
3846         * src/mcs51/peeph.def: fixed peephole rules 150-158 to apply only
3847         to registers and not global variables
3848         * src/SDCCicode.c (geniCodeAssign, ast2iCode, geniCodePostInc,
3849         geniCodePreInc, geniCodePostDec, geniCodePreDec,
3850         geniCodeLogicAndOr, geniCodeConditional): enforce strict lvalue
3851         checking for assignments not internally generated (fixed bug #931895)
3852         * src/SDCC.y (postfix_expr): ignore typedefs when looking for a
3853         structure member (fixed bug #930072)
3854
3855 2004-04-19 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3856
3857         * src/SDCCmain.c (linkEdit),
3858         * src/hc08/main.c (_hc08_parseOptions),
3859         * as/hc08/Makefile.in,
3860         * as/hc08/aslink.h,
3861         * as/hc08/asm.h,
3862         * as/hc08/m08pst.c,
3863         * as/hc08/lkrloc.c (relr, rele),
3864         * as/hc08/lkarea.c (lnkarea)
3865         * as/hc08/lkmain.c (afile, parse),
3866         * as/hc08/lkelf.c: support for ELF output
3867         * as/hc08/lks19.c (s19),
3868         * as/hc08/lkihx.c (ihx): ignore areas with the NOLOAD attribute
3869
3870 2004-04-17 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
3871
3872         * as/mcs51/lkihx.c: Fixed bug #899105.
3873
3874 2004-04-16 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
3875
3876         * doc/sdccman.lyx: Added instructons on how to convert MSVC .dsw and
3877         .dsp files from Unix to DOS.
3878
3879 2004-04-16 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3880
3881         * doc/sdccman.lyx: removed the ANSI-C noncompliance note regarding
3882         function pointers; we have been compliant for several months now.
3883         * src/mcs51/ralloc.c (serialRegAssign): enabled part of my 2004-04-13
3884         change that was accidently commented out
3885         * src/mcs51/gen.c (freeAsmop, getFreePtr, freeForBranchAsmop, genIfxJump,
3886         genCmpEq, jmpTrueOrFalse, genCmp, genAnd, genOr, genXor, genIfx): fixed
3887         bug #922319
3888
3889 2004-04-15 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3890
3891         * src/hc08/gen.c: output of all of the internal debugging information
3892         is now controlled by the D() macro; it is disabled by default
3893
3894 2004-04-13 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3895
3896         * src/mcs51/ralloc.c (serialRegAssign, fillGaps, allocThisReg): try
3897         harder to keep the same registers during a CAST iCode
3898         * src/SDCCopt.c (optimizeCastCast, eBBlockFromiCode): casts of char to
3899         long via int can be done in a single cast, if the signedness is
3900         correct.
3901         * support/regression/tests/bug-927659.c: fixed to avoid conflict with
3902         putchar() in tinibios.c in ds390's library
3903
3904 2004-04-12 Bernhard Held <bernhard AT bernhardheld.de>
3905
3906         * src/SDCCast.c (decorateType): fixed bug #898889,
3907         cast result of a literal complement too
3908         * src/mcs51/ralloc.c (packRegsForAssign): fixed bug #930931,
3909         fixed check for bitfields
3910
3911 2004-04-11 Bernhard Held <bernhard AT bernhardheld.de>
3912
3913         * src/SDCCicode.c (geniCodeLogic): made it static,
3914         (geniCodeLogicAndOr): added in order to fix bug #905492,
3915         (ast2iCode): fixed bug #905492
3916         * support/regression/tests/bug-905492.c: added
3917         * src/SDCCast.c (decorateType): don't decorate/process parms twice,
3918         (processParms): fixed bug #927659: don't copy parms, this will clear
3919         decorated flag
3920         * support/regression/tests/bug-927659.c: added
3921
3922 2004-03-29 Bernhard Held <bernhard AT bernhardheld.de>
3923
3924         * src/SDCCast.c (addCast): don't cast float to char
3925         * device/lib/libsdcc.lib: added _memmove
3926
3927 2004-03-28 Bernhard Held <bernhard AT bernhardheld.de>
3928
3929         * device/lib/large/Makefile: fixed parallel execution by
3930         replacing `make` by `$(MAKE)`
3931
3932 2004-03-28 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3933
3934         * src/hc08/gen.c (genPointerGetSetOfs): correctly handle 1 byte array
3935         offsets (fixes bug #923936)
3936
3937 2004-03-26 Bernhard Held <bernhard AT bernhardheld.de>
3938
3939         * device/lib/small/Makefile: fixed parallel execution by
3940         replacing `make` by `$(MAKE)`
3941
3942 2004-03-23 Bernhard Held <bernhard AT bernhardheld.de>
3943
3944         * device/lib/vprintf.c (vsprintf): minor optimization, see bug #801101
3945
3946 2004-03-23  Scott Dattalo  <scott AT dattalo.com>
3947
3948         * src/pic/gen.c (genCpl): multi-byte complements were not working.
3949         * src/regression/Makefile: Regression test was not running.
3950
3951 2004-03-23 Bernhard Held <bernhard AT bernhardheld.de>
3952
3953         * src/SDCCast.c (resultTypePropagate, decorateType): avoid promotion to int for
3954         complement if possible
3955         * src/SDCCval.c (valComplement),
3956         * src/SDCCicode.c (operandOperation): fixed complement of literal
3957         * support/regression/tests/onebyte.c (testComplement): added
3958
3959 2004-03-22 Bernhard Held <bernhard AT bernhardheld.de>
3960
3961         * src/SDCCast.c (processParms): fixed bug #920866; decorateType() can
3962         return an optimized tree; actually replace actParm with the new tree
3963         * src/SDCCast.h: added some parantheses to remove side effects
3964         * support/regression/tests/bug-920866.c
3965
3966 2004-03-21  Scott Dattalo  <scott AT dattalo.com>
3967         * src/pic/gen.c, src/pic/gen.h, src/pic/genarith.c, src/pic/pcode.c:
3968         Bit operands were not being handled properly in the pic14 port.
3969         (now src/regression/add.c passes again).
3970
3971 2004-03-20 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3972
3973         * src/SDCC.y (labeled_statement): case and default no longer require
3974         a following statement (RFE #893037)
3975
3976 2004-03-19 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3977
3978         * src/mcs51/gen.c (pushSide, genSignedRightShift, genDjnz, geniPush):
3979         use MOVA macro to avoid "mov a,acc" when peephole optimizer is
3980         disabled (fixes bug #916294)
3981         * sim/ucsim/s51.src/mov.cc (inst_mov_a_addr): Throw an error on
3982         "mov a,acc"; patch provided by Lenny Story
3983         * device/include/mc68hc908gp32.h: header contibuted by Juan Gonzalez
3984
3985 2004-03-19 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3986
3987         * src/mcs51/gen.c (genFunction): optimize RECEIVE in reentrant
3988         functions
3989         * src/ds390/gen.c (genFunction, genEndFunction),
3990         * src/ds390/ralloc.c (ds390_assignRegisters),
3991         * src/mcs51/gen.c (genFunction, genEndFunction, mcs51_assignRegisters):
3992         * src/mcs51/ralloc.c (mcs51_assignRegisters): Skip optimizing registers
3993         pushed if there are parameters passed on the stack. Also, a cleaner
3994         way to decide if r0/r1 should be pushed/popped. (Together they fix
3995         bug #918693)
3996
3997 2004-03-18 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3998
3999         * doc/sdccman.lyx,
4000         * device/lib/mcs51/crtpagesfr.asm,
4001         * device/lib/mcs51/crtxinit.asm,
4002         * device/lib/mcs51/crtxstack.asm: Changed name of _PAGESFR to _XPAGE
4003         to avoid confusion with Si Lab's SFRPAGE register.
4004
4005 2004-03-17 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4006
4007         * src/SDCCglue.c (emitMaps): allow public sfr variables
4008         * src/SDCCglue.c (initialComments): include compiler build date
4009         with compiler version and put the timestamp of the generated
4010         assembly file on a serperate line to be less confusing.
4011         * src/port.h: added genInitStartup hook
4012         * src/avr/main.c,
4013         * src/ds390/main.c,
4014         * src/hc08/main.c,
4015         * src/pic/main.c,
4016         * src/pic16/main.c,
4017         * src/xa51/main.c,
4018         * src/z80/main.c: genInitStartup initialize as NULL (default to
4019         historical behaviour)
4020         * src/SDCCglue.c (glue): _sdcc_gsinit_startup is now port specific.
4021         * src/mcs51/main.c: (_mcs51_genInitStartup, _mcs51_genExtraAreas,
4022         _mcs51_genXINIT, _mcs51_genRAMCLEAR): link initialization code from the
4023         library instead of hard coding it into the compiler.
4024         * support/regression/ports/mcs51-stack-auto/spec.mk,
4025         * src/SDCCmain.c (linkEdit): added mcs51.lib to the link libraries
4026         * device/lib/mcs51/Makefile,
4027         * device/lib/small/Makefile,
4028         * device/lib/large/Makefile,
4029         * device/lib/mcs51/crtpagesfr.asm,
4030         * device/lib/mcs51/crtstart.asm,
4031         * device/lib/mcs51/crtxclear.asm,
4032         * device/lib/mcs51/crtxinit.asm,
4033         * device/lib/mcs51/crtclear.asm,
4034         * device/lib/mcs51/crtxstack.asm: move most of the mcs51 C runtime
4035         startup/initialization out of src/SDCCglue.c and src/mcs51/main.c
4036         and into user configurable files.
4037         * device/lib/clean.mk: clean mcs51 directory too
4038         * support/regression/tests/longlit.c: added static to T1 declaration
4039         * doc/sdccman.lyx: documented _PAGESFR sfr for customizing pdata
4040         accesses in the initialization code
4041
4042 2004-03-14 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4043
4044         * device/include/mc68hc908qy.h: corrected declarations of FLBPR and
4045         OSCTRIMVAL as noted in bug #916008
4046
4047 2004-03-14 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4048
4049         * src/SDCCloop.c (basicInduction): fixed bug with loop induction
4050         in loops with multiple exits (reported as incorrect registers
4051         used by Martin Helmling in Sdcc-user list)
4052
4053 2004-03-12 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
4054
4055         * src/ds390/main.c (_ds390_genAssemblerPreamble): cosmetic change,
4056         made ds390 register extensions look less like error messages
4057
4058 2004-03-12 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4059
4060         * src/SDCCglue.c (printIvalPtr): fixed bug with pointer initializer
4061         reported by Adam Wozniak in Sdcc-user list
4062
4063 2004-03-10 Bernhard Held <bernhard AT bernhardheld.de>
4064
4065         * src/SDCCast.c (decorateType): fixed with bug and promotion in
4066         arithmetic optimizations, added debug output
4067
4068 2004-03-09 Bernhard Held <bernhard AT bernhardheld.de>
4069
4070         * device/lib/time.c (mktime): fixed bug reported by Bert Thomas
4071         * sdcc.spec: updated and split sdcc into 3 rpms
4072         * src/SDCCast.c (decorateType): &|^ don't need addCast(); addCast() is
4073         needed for literals of LEFT_OP and '+'
4074         * src/SDCCicode.c (geniCodeLogic): I must have been braindead when I
4075         introduced RESULT_TYPE_NOPROM
4076         (geniCodeMultiply): fixed logic for decision if mul is optimized to
4077         left shift
4078         * src/SDCCsymt.c (computeType): op is int; added RESULT_TYPE_OTHER;
4079         limited promotion to int only for '*'
4080         * src/SDCCsymt.h (computeType): op is int, removed RESULT_TYPE_NOPROM
4081
4082 2004-03-09 Hans Dorn <hjdorn AT users.sourceforge.net>
4083
4084         * src/pic16/gen.c (genSkip),
4085         (genc16bit2lit), (gencjneshort): commented out
4086         (is_LitOp): new helper function, checks operand type
4087         (genCmpEq): rewritten
4088
4089 2004-03-08 Bernhard Held <bernhard AT bernhardheld.de>
4090
4091         * support/regression/tests/bug-908454.c: added
4092
4093 2004-03-07 Bernhard Held <bernhard AT bernhardheld.de>
4094
4095         * src/SDCCast.c (addCast): fixed bug #908454 by promoting bits to char
4096         * src/SDCCicode.c (usualBinaryConversions): op needs int type
4097         (geniCodeCast): cosmetic, don't preserve bit storage class
4098         (geniCodeLeftShift): added promotion
4099         (geniCodeLogic): fixed regression
4100         * src/SDCCsymt.c (computeTypeOr): accept bits too
4101         (compareType): 2nd part of fix for bug #908454, needed for bitfields
4102
4103 2004-03-07  Borut Razem <borut.razem AT siol.net>
4104
4105         * support/Util/findme.c: alloca() replaced with malloc()/free() pair
4106
4107 2004-03-06 Vangelis Rokas <vrokas AT otenet.gr>
4108
4109         * src/pic16/ralloc.c (pic16_genPackRegisters): reverted to old
4110         version of pic16_genPackRegisters which does not check if ic is a
4111         CAST operator,
4112         * src/pic16/gen.c (ifxForOp): disabled new and untested code in
4113         function cause string1.c regression test fails
4114
4115 2004-03-06 Bernhard Held <bernhard AT bernhardheld.de>
4116
4117         * sim/ucsim/configure.in,
4118         * sim/ucsim/configure,
4119         * sim/ucsim/doc/Makefile.in: use docdir
4120         * src/SDCC.y: fixed sbit atrributes
4121         * src/SDCCast.c (getResultTypeFromType): added support for bitfields
4122         * src/SDCCast.c (decorateType): |^& need special promotion handling
4123         * src/SDCCast.h,
4124         * src/SDCCsymt.h: moved definition of RESULT_TYPE
4125         * src/SDCCsymt.h (computeType),
4126         * src/SDCCicode.c: computeType() needs op
4127         * src/SDCCsymt.c (checkTypeSanity),
4128         * doc/sddman.lyx: "plain" bitfields are unsigned
4129         * src/SDCCsymt.c (computeTypeOr): added
4130         * src/SDCCsymt.c (computeType): added support for bitfields, fixed
4131         |^& ops
4132         * src/SDCCval.c (val*): computeType() needs op
4133         * src/SDCCval.c (valCastLiteral): fixed casting of bitfields
4134         * support/regression/tests/onebyte.c: added tests for |^&
4135
4136 2004-03-06 Hans Dorn <hjdorn AT users.sourceforge.net>
4137
4138         * src/pic16/gen.c: (genpic16Code) use copy of printILine's output
4139         for writing icode into asm output.
4140
4141 2004-03-05 Vangelis Rokas <vrokas AT otenet.gr>
4142
4143         * src/pic16/device.c: added some debug lines enabled
4144         with macro DEBUG_CHECK,
4145         * src/pic16/genarith.c: more debug in genPlus,
4146         * (pic16_genUMult8XLit_16, pic16_genUMult8X8_16): removed,
4147         * (pic16_genUMult16X16_16, pic16_genUMult16XLit_16): NEW,
4148         * src/pic16/gen.c: added prototypes for pic16_genMult16X16_16,
4149         * (aopForSym): onStack symbols are re-placed in data memspace,
4150         and onStack flag is cleared,
4151         * (pic16_popGetTempReg, pic16_popReleaseTempReg): modified to
4152         copy temporary pcodeop,
4153         * (genPcall): added warning for not updating PCLATU,
4154         * (genFunction): removed test with IFFUNC_CALLEESAVES, its
4155         always true for pic16 port,
4156         * (genMultOneWord): NEW, supports integer multiplication,
4157         * (genMult): modified to call genMultOneWord,
4158         * (ifxForOp): added warning when return NULL,
4159         * src/pic16/glue.c (pic16emitRegularMap): symbol implicit
4160         flag is set before call to operandFromSymbol for implicit
4161         added structures,
4162         * src/pic16/main.c (_pic16_finaliseOptions): options.float_rent,
4163         options.intlong_rent are set by default,
4164         * (_hasNativeMulFor): modified to allow port generation of integer
4165         multiplication,
4166         * src/pic16/ralloc.c (pic16_allocDirReg): commented out line which
4167         set regtype to REG_SFR for all registers, restricting seting the
4168         accessBank flag for registers 0<= r < 0x80 and 0xf80<=r<=0xfff,
4169
4170 2004-03-05 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
4171
4172         * src/mcs51/peephole.def: added 251.b and 253.x. 253.x are applied
4173         more than 500 times in the regression tests
4174
4175 2004-03-05 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4176
4177         * support/Util/SDCCerr.h,
4178         * support/Util/SDCCerr.c,
4179         * src/SDCC.y (struct_or_union_specifier, enum_specifier,
4180         enumerator_list),
4181         * src/SDCCsymt.c (addSymChain): show location of oriignal definition
4182         for symbol conflicts.
4183         * support/valdiags/tests/enum.c,
4184         * support/valdiags/tests/tentdecl.c,
4185         * support/valdiags/tests/struct.c: expect possible error messages
4186         referring to original symbol definitions.
4187         * src/SDCC.y (struct_or_union_specifier, struct_declarator),
4188         * src/SDCCsymt.h,
4189         * src/SDCCsymt.c (promoteAnonStructs): support anonymous struct/union
4190
4191 2004-03-03 Hans Dorn <hjdorn AT users.sourceforge.net>
4192
4193         * src/pic16/gen.c (gencjne): fixed for right=REG / left=LIT
4194
4195 2004-02-03 Vangelis Rokas <vrokas AT otenet.gr>
4196
4197         * src/pic16/ralloc.c (newReg): fixed bug #908929
4198
4199 2004-03-02 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4200
4201         * src/ds390/gen.c: added missing #include "main.h"
4202
4203 2004-03-02 Vangelis Rokas <vrokas AT otenet.gr>
4204
4205         * src/pic16/device.c (checkAddSym): NEW, adds a symbol to set while
4206         checking if symbol is already in set,
4207         * src/pic16/device.h: prototype for checkAddSym,
4208         * src/pic16/gen.c: (_G): added entry interruptvector,
4209         * (assignResultValue): removed some commented out lines,
4210         * (genFunction): check for ISR via sym->type, absolute section for
4211         interrupt code is created via a new pBlock, the goto instruction is
4212         placed now correctly at the interrupt vector position, changed all
4213         references from ivec to _G.interruptvector,
4214         * WREG,STATUS,BSR are not saved in stack upon an entry to interrupt
4215         is the interrupt is a high priority one, same for return from ISR,
4216         * src/pic16/glue.c: changed all calls of addSetHead for publics and
4217         externs to calls of checkAddSym,
4218         * src/pic16/pcode.c (pic16_pBlockConvert2*): emit warning when
4219         pic16_pcode_verbose flag is set,
4220         * src/pic16/pcode.h: extern to pic16_pcode_verbose,
4221         * src/pic16/pcoderegs.c: message about how many registers are saved
4222         will only be emitted if pic16_pcode_verbose flag is set,
4223
4224 2004-03-02 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4225
4226         * src/ds390/ralloc.h,
4227         * src/ds390/ralloc.c (ds390_regWithIdx),
4228         * src/ds390/gen.c (emitcode),
4229         * src/ds390/main.h,
4230         * src/ds390/main.c (instructionSize, ds390newAsmLineNode, updateOpRW,
4231         ds390opcodeCompare, asmLineNodeFromLineNode, getInstructionSize,
4232         ds390operandCompare, getRegsRead, getRegsWritten,
4233         initializeAsmLineNode): customized instruction size calculation for
4234         ds390, started basis for some register optimizations
4235         * src/ds390/gen.c (gen390Code, emitcode): associate iCodes with
4236         corresponding assembly output
4237         * src/ds390/gen.c (genFunction, genEndFunction): added case to handle
4238         missing push/pop of r0/r1. Optimized push/pops
4239
4240 2004-03-01 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4241
4242         * src/mcs51/main.c (instructionSize): fixed ACALL size
4243         * src/mcs51/main.c (updateOpRW): fixed bug with @dptr, @a+dptr operands
4244
4245 2004-03-01 Vangelis Rokas <vrokas AT otenet.gr>
4246
4247         * src/pic16/device.c (pic16_dump_section): fixed a bug that allowed
4248         the sorting of rlist with NULL elements
4249         * (print_idataType, print_idata): NEW to create idata sections
4250         * src/pic16/device.h: idataSymSet new variable
4251         * src/pic16/gen.c (genFunction): fixed some bugs in string
4252         comparing, improved the absolute section creation for ISRs,
4253         added FSR0L/FSR0H in registers that are saved in an ISR,
4254         * (genInline): fixed the processing of inline snippets,
4255         now they undergo no process by the peephole optimizer
4256         * src/pic16/glue.c (pic16emitRegularMap): symbols with initialiser
4257         are placed in idataSymSet,
4258         * (pic16emitStaticSeg): extern symbols are added in externs,
4259         * src/pic16/ralloc.c (pic16_allocDirReg): work around to reduce bank
4260         switching when aboslute variables are placed in access bank memory
4261         * (pic16_writeUsedRegs): added call to pic16_dump_idata,
4262         * (packRegsForSupport,packRegsForAccUse,packRegsForOneuse):
4263         commented out with #if,
4264         * (pic16_packRegisters): reintroduce the check for CAST because some
4265         symbols are not correctly handled,
4266         * src/pic16/pcode.h: changed the definition of pCodeAsmDir to hold a
4267         pCodeInstruction instead of pCode,
4268         * src/pic16/pcode.c (pic16_newpCodeAsmDir): modified for the new
4269         pCodeAsmDir definition,
4270         * (pic16_pCode2str, genericPrint): when an AsmDir pcode has a NULL
4271         directive, then the argument directive is emitted without the leading
4272         tab, hack for inline labels which must be in the first column,
4273         * (compareLabel,pic16_findNextInstruction),
4274         * (pic16_findPrevInstruction): added case for PO_ASMDIR,
4275         * (insertBankSwitch): modified for the new pCodeAsmDir,
4276
4277 2004-03-01 Hans-Juergen Dorn <hans.dorn AT apl-landau.de>
4278         patch applied by Vangelis Rokas <vrokas AT otenet.gr>
4279
4280         * src/pic16/gen.c (pic16_popGet): case PO_DIR, adds the offset to
4281         instance,
4282         * (pushSide): commented out with #if,
4283         * (assignResultValue): fixed some typos in saving
4284         registers,
4285         * (genPcall): FIXED and sync'ed with genCall,
4286         * (genDataPointerGet,genDataPointerSet): using offset not leoffset
4287         * (genNearPointerGet): fixed to handle some more cases,
4288         implementation scheme via table reads,
4289         * (genConstPointerGet): modified to access code memory correct,
4290         * (genCodePointerGet,genNearPointerSet,genGenPointerSet): modified
4291         and improved to handle some cases
4292         * glue.c (printIvalType,printIvalChar,emitStaticSeg): use "DB"
4293         instead of "RETLW" for init data
4294         * src/pic16/ralloc.c (pic16_allocDirReg): warning when a symbol is
4295         not IN_DIRSPACE, work around to reduce bank switching when aboslute
4296         variables are placed in access bank memory (<0x80 and >=0xf80),
4297         * src/pic16/pcode.c: added SFRs TBLPTR, TABLAT, added opcodes TBLRD,
4298         TBLRD_POSTINC,TBLRD_POSTDEC,TBLRD_PREINC,TBLWT,TBLWT_POSTINC,
4299         TBLWT_POSTDEC,TBLWT_PREINC
4300         * Fixed initialisation of BSR, set "alias" for SSAVE to "0"
4301         * (pic16_emitDB,pic16_flushDB): New functions to generate "DB"
4302         directives
4303         * (pic16_pCodeConstString): use "DB" instead of "RETLW"
4304         * src/pic16/pcode.h: added TBLRD*,TBLWT*, added pic16_emitDB,
4305         pic16_flushDB, made pic16_newpCodeAsmDir public, added TBLPTR, TABLAT
4306         * src/pic16/ralloc.h: added IDX_BSR,IDX_TBLPTR*,IDX_TABLAT
4307
4308 2004-02-29  Borut Razem <borut.razem AT siol.net>
4309
4310         * src/Makefile.in, src/SDCCutil.c, support/Util/findme.c,
4311         support/Util/findme.h, support/Util/system.h: enhance binary relative
4312         search for lib and include by using findProgramPath()
4313
4314 2004-02-28 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4315
4316         * src/SDCCpeeph.h,
4317         * src/SDCCpeeph.c (pcDistance),
4318         * src/port.h,
4319         * src/mcs51/ralloc.h,
4320         * src/mcs51/ralloc.c (mcs51_regWithIdx),
4321         * src/mcs51/main.h,
4322         * src/mcs51/main.c (instructionSize, asmLineNode, updateOpRW,
4323         mcs51opcodeCompare, asmLineNodeFromLineNode, getInstructionSize,
4324         mcs51operandCompare, getRegsRead, getRegsWritten): made instruction
4325         size calculation port specific, started basis for some register
4326         optimizations
4327         * src/mcs51/gen.c (genFunction, genEndFunction): added case to handle
4328         missing push/pop of r0/r1. Optimized push/pops
4329         * src/mcs51/ralloc.c (packregisters): fixed bug #727095
4330         * device/lib/_modsint.c (_modsint),
4331         * device/lib/_modslong.c (_modslong): fixed sign of result in non-asm
4332         and stack version so regression tests pass
4333
4334 2004-02-26 Bernhard Held <bernhard AT bernhardheld.de>
4335
4336         * src/Makefile.in (dep): include SLIBOBJS in dependency check
4337         * src/SDCCast.c (decorateType): catch another small optimization
4338         with '?' operator
4339         * src/SDCCsymt.c (computeType): added comments and cosmetic changes
4340         * src/SDCCval.c (valMult, valDiv, valMod, valPlus, valMinus, valShift):
4341         modified to finally use computeType() all over SDCC,
4342         see Feature Request #877103
4343         * src/SDCCval.h: cosmetic
4344         * src/SDCCicode.c (operandOperation): fixed EQ_OP bug, now same as in
4345         valCompare(); regression tested in muldiv.c
4346         * support/regression/tests/muldiv.c (testMod): mod sign follows
4347         dividend only
4348
4349 2004-02-23 Bernhard Held <bernhard AT bernhardheld.de>
4350
4351         * src/SDCCast.c (decorateType): fixed bug #902362
4352         * doc/INSTALL.txt: fixed install instructions for win32
4353
4354 2004-02-21 Bernhard Held <bernhard AT bernhardheld.de>
4355
4356         * device/include/Makefile.in (install): fixed by replacing spaces
4357         by tabs
4358         * doc/README.txt,
4359         * doc/INSTALL.txt: updated for release
4360         * doc/sdccman.lyx: added warning for --xstack being buggy
4361
4362 2004-02-20 Bernhard Held <bernhard AT bernhardheld.de>
4363
4364         * src/pic16/ralloc.c (packRegsForAccUse):  disabled functions with #if
4365         to eliminate build warnings.
4366         * src/pic16/gen.c (pic16_popGet): fixed for gcc 2.95.4
4367
4368 2004-02-20 Vangelis Rokas <vrokas AT otenet.gr>
4369            Hans-Juergen Dorn <hans.dorn AT apl-landau.de>
4370
4371         * doc/sdccman.lyx: removed PIC16 from PIC16 Port Specific Options,
4372         removed -penable-stack, added comment for stack pragma, added
4373         warning for not initializing the stack/frame registers, removed
4374         comment at interrupts section
4375
4376         Stack is made permanent, there is no ability to disable stack usage.
4377         * src/pic16/device.h,
4378         * src/pic16/device.c: removed all references to USE_STACK macro,
4379         * src/pic16/device.c (pic16_dump_section): when no elements in
4380         rlist, free rlist before return,
4381         * (pic16_dump_int_registers): NEW, internal registers are a new set
4382         of general purpose registers reused by each function,
4383         * (checkAddReg): returns 1 if registers is added to set,
4384         * (pic16_groupRegistersInSection): when a registers is of type
4385         PO_GPR_TEMP add it in pic16_int_regs and not in pic16_rel_udata,
4386         * src/pic16/device.h: memRange and Assigned Memory are deleted,
4387         SRCASECMP macro is moved here from device.c
4388         * src/pic16/genarith.c (pic16_pCodeOpType): added cases for
4389         PO_PCLATU, PO_PRODL, PO_PRODH,
4390         * (pic16_pCodeOpType, genMinus,
4391         changed compares to "a" register, with AOP_ACC,
4392         * (pic16_genPlus): fixed some bugs and indented properly,
4393         * (pic16_addSign): changed size to size+offset in the MOVWF
4394         instruction,
4395         * (pic16_genUMult8XLit_8): NEW, uses processor MULLW instruction to
4396         multiply 8-bit operand by literal, result is 8-bit,
4397         * (pic16_genUMult8X8_8): NEW, uses processor MULWF instruction to
4398         multiply 2 8-bit operand, result is 8-bit,
4399         * (pic16_genMult8X8_8): modified to call genUMult8X*_8 functions and not
4400         genUMult8X*_16,
4401         * src/pic16/gen.c: changed accUse to contain WREG only,
4402         * (pic16_emitcomment): renamed to pic16_emitpcomment,
4403         * (aopForSym): allocated dir register when IN_DIRSPACE(space) is,
4404         true, do not use immediate addressing any more unless sym is a
4405         pointer in codespace,
4406         * (aopForRemat): do not use immediate addressing when symbol not in
4407         codespace and when symbol's address is requested,
4408         * (aopOp): for-loop in if(sym->accUse) is modified for the new
4409         accUse size (= 1),
4410         * (aopGet): added case for AOP_ACC and don't return "accumulator
4411         bug" but WREG instead,
4412         * (popGetTempReg): pushes contents of temporary register in stack,
4413         * (popReleaseTempReg): pops contents of temporary register from
4414         stack. Use popGetTempReg/popReleaseTempReg in aligned pairs,
4415         * (pic16_popGet): separated case AOP_ACC to return register WREG
4416         from processor registers, AOP_PCODE not checks if pcop is PO_DIR
4417         or PO_IMMEDIATE and initializes their instance/offset appropriately,
4418         * The whole issue with aopForSym,aopForRemat,popGet) is to minimize
4419         the use of immediate pointers to certain cases only.
4420
4421         * (pic16_pushpCodeOpReg, pic16_poppCodeOpReg): use pic16_popGet2p,
4422         * (pic16_loadFromReturn, pic16_storeForReturn: NEW,
4423         * (assignResultValue, genCall, genRet): modified to use the new
4424         function return value scheme with WREG,PRODL,PRODH,FSR0L and FSR0,
4425         genPcall is still broken,
4426         * (genFunction): added code to create 'A' type pBlocks when
4427         interrupt functions are generated, code not extensively tested yet,
4428         ISRs push WREG,STATUS,BSR,PRODL,PRODH,FSR0L,FSR0H registers on stack,
4429         * (genEndFunction): modified so ISRs pop stored registers from stack,
4430         * (genMultOneByte): cleanup,
4431         * (AccRsh): added flag andmask, to and result with appropriate mask,
4432         * (genUnpackBits,genPackBits): fixed and can handle bit fields,
4433         * (genDataPointerGet): fixed and reenabled its use,
4434         * (genNearDataPointerGet): bugs fixed,
4435         * (genDataPointerSet): bugs fixed,
4436         * src/pic16/genutils.c: added functions pic16_DumpValue,pic16_DumpAop,
4437         pic16_DumpSymbol, pic16_DumpOp,
4438         * src/pic16/genutils.h: function prototypes for the above functions,
4439         * src/pic16/glue.c: new flags initsfpnt, to initialize stack/frame
4440         pointers,
4441         * (pic16emitRegularMap): many many many improvements, but needs a
4442         major cleanup,
4443         * src/pic16/main.c: enable_stack in pic16_options is removed,
4444         * (_pic16_parseOptions): removed command line options -penable-stack,
4445         * (_process_pragma): emit stack symbol only when stack pragma is
4446         processed,
4447         * src/pic16/pcode.c: pic16_pc_fsr0 is removed, all operations are
4448         redirected to FSR0L/FSR0H pair,
4449         * (pic16_get_op, pic16_get_op2): modifications and improvements,
4450         * (pic16_getRegFromInstruction, pic16_getRegFromInstruction2): added
4451         cases PO_PRODL,PO_PRODH, pic16_getRegFromInstruction2 returns sane
4452         for immediates,
4453         * (insertBankSwitch): modified to handle cases like: (alfa + 1)
4454         * (dumpPicOptype): NEW,
4455         * src/pic16/pcode.h: added PO_PCLATU,PO_PRODL,PO_PRODH in enum,
4456         * src/pic16/pcoderegs.c (pCodeRegMapLiveRangesInFlow): fixed bug
4457         with movff instruction,
4458         * src/pic16/ralloc.c: renamed typeRegWithIdx to pic16_typeRegWithIdx,
4459         added pic16_int_regs, some packRegsFor* functions are commented out,
4460         because produce errors,
4461         * src/pic16/NOTES: minor modifications
4462
4463 2004-02-18  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
4464
4465         * as/mcs51/aslink.h, as/mcs51/lkarea.c, as/mcs51/lkdata.c, as/mcs51/lkmain.c,
4466         as/mcs51/lkmem.c, src/SDCCglob.h, src/SDCCmain.c: added options --stack-size and
4467         --pack-iram.
4468         * doc/sdccman.lyx: described options --stack-size and --pack-iram.
4469         * as/mcs51/lkaomf51.c: fixed bug #895763
4470
4471 2004-02-17 Bernhard Held <bernhard AT bernhardheld.de>
4472
4473         * device/include/c8051f320.h: added. Contributed by Maarten Brock.
4474
4475 2004-02-17 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4476
4477         * doc/sdccman.lyx: added details about the HC08 storage classes and
4478         interrupts, fixed the register usage info for z80 & gbz80
4479
4480 2004-02-17 Vangelis Rokas <vrokas AT otenet.gr>
4481
4482         * doc/sdccman.lyx: added more pic16 port documentation
4483         * device/include/pic16/: added header pic18fregs.h
4484
4485 2004-02-16 Bernhard Held <bernhard AT bernhardheld.de>
4486
4487         * doc/sdccman.lyx: added Vangelis' contribution
4488
4489 2004-02-16 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4490
4491         * src/SDCClrange.c (rlivePoint): live range of SEND operand should
4492         extend to the next CALL or PCALL, not just to the next CALL.
4493
4494 2004-02-16 Vangelis Rokas <vrokas AT otenet.gr>
4495
4496         * src/pic16/gen.c (genInline): fixed bug #896482 with inline assembly
4497
4498 2004-02-15 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4499
4500         * src/mcs51/ralloc.c (packRegsForAssign, reassignAliasedSym): fixed
4501         bug #895752 and a better fix for bug #716790
4502
4503 2004-02-15 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4504
4505         * src/SDCCsymt.c (processFuncArgs): fixed bug #896796
4506
4507 2004-02-14 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
4508
4509         * doc/sdccman.lyx: minor changes, minor changed
4510
4511 2004-02-13 Bernhard Held <bernhard AT bernhardheld.de>
4512
4513         * src/SDCCicode.c (usualBinaryConversions): removed pic16 from ports
4514         which can't handle SDCC_NEWONEBYTEOPS,
4515         (geniCodeMultiply): removed conversion from mult to shift for pic14
4516         and pic16
4517
4518 2004-02-12 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4519
4520         * src/hc08/gen.h,
4521         * src/hc08/gen.c (storeRegToAop, aopOp, aopAdrStr, accopWithAop,
4522         rmwWithAop): Ported my 2003-10-02 fix for bug #663539 to the hc08,
4523         thus fixing bug #895406
4524
4525 2004-02-11 Bernhard Held <bernhard AT bernhardheld.de>
4526
4527         * device/lib/_modsint.c,
4528         * device/lib/_modslong.c: sign follows divisor only
4529         * src/hc08/gen.c (genMultOneByte): if result size is 1,
4530         signs or signedness can be ignored
4531         * src/SDCCast.c (addCast): cosmetic - added lineno to CAST
4532         * src/SDCCast.c (resultTypePropagate): added even more ops: +, - and *,
4533         added optimization for IFX,
4534         (decorateType): Mult/Div/ModOneByte ops can handle all kind of signed
4535         arguments;
4536         reenabled optimization for IFX, which was removed on 2004-01-11
4537         * src/SDCCast.h: added return type IFX
4538         * src/SDCCicode.c: Mult/Div/ModOneByte ops can handle all kind of signed
4539         arguments with 8 or 16 bit results; pic14 and pic16 ports use old
4540         promotion behaviour; env. var. SDCC_NEWONEBYTEOPS selects the new,
4541         SDCC_OLDONEBYTEOPS selects the old behaviour
4542         * src/SDCCsymt.c (computeType): type2 can be NULL (for LEFT_OP);
4543         changed again and commented promotion rule
4544         * src/SDCCval.c (valDiv): promotion no longer necessary
4545         * src/ds390/gen.c (genMultOneByte) (genDivOneByte) (genModOneByte),
4546         * src/mcs51/gen.c (genMultOneByte) (genDivOneByte) (genModOneByte):
4547         rewritten
4548         * support/regression/tests/onebyte.c: added
4549
4550 2004-02-11 Vangelis Rokas <vrokas AT otenet.gr>
4551
4552         * gen.c (genInline): reverted to old code for assemnling inline
4553         code because of bug reported James Chadd
4554
4555 2004-02-10 Vangelis Rokas <vrokas AT otenet.gr>
4556
4557         * ralloc.h: missing declarations from previous patch,
4558         seems that patch for ralloc.h was never applied, fixed
4559
4560 2004-02-10 Hans-Juergen Dorn <hans.dorn AT apl-landau.de>
4561            patch committed by Vangelis Rokas <vrokas AT otenet.gr>
4562
4563         * pcode.c,
4564         * pcode.h,
4565         * ralloc.h: added FSR0L, FSR0H and other missing PIC16 SFR's for
4566         indirect addressing. Marked FSR0 as deprecated
4567         * gen.c (pointerCode): commented out, not needed now
4568         (pic16_popGet2p): new MOVFF helper function
4569         (genGenPointerGet),
4570         (genGenPointerSet): reimplemented with MOVFF and POSTINC0
4571         (shiftRLong): removed duplicate debugging info
4572
4573 2004-02-10 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4574
4575         * src/ds390/gen.c (genNearPointerGet),
4576         * src/mcs51/gen.c (genNearPointerGet): allow the genDataPointerGet()
4577         optimization with bits, but not bitfields.
4578         * src/ds390/ralloc.c (packRegisters),
4579         * src/mcs51/ralloc.c (packRegisters): fixed bug #884453 & #880832
4580
4581 2004-02-09 Bernhard Held <bernhard AT bernhardheld.de>
4582
4583         * src/SDCCcse.c (algebraicOpts): copy operands before modification
4584
4585 2004-02-09 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4586
4587         * src/SDCCsymt.h,
4588         * src/SDCCicode.c (operandFromSymbol),
4589         * src/mcs51/ralloc.c (verifyRegsAssigned, serialRegAssign),
4590         * src/ds390/ralloc.c (verifyRegsAssigned, serialRegAssign),
4591         * src/z80/ralloc.c (verifyRegsAssigned, serialRegAssign),
4592         * src/hc08/ralloc.c (verifyRegsAssigned, serialRegAssign),
4593         * src/pic/ralloc.c (verifyRegsAssigned, serialRegAssign),
4594         * src/pic16/ralloc.c (verifyRegsAssigned, serialRegAssign): fixed
4595         bug #892038
4596         * src/SDCCast.c (createIvalStruct, createIvalArray, gatherAutoInit),
4597         * src/SDCCglue.c (emitRegularMap, printIvalStruct, printIvalArray,
4598         printIvalCharPtr, printIvalPtr, printIval, emitStaticSeg, emitOverlay)
4599         * src/SDCCsymt.c (newSymbol),
4600         * src/SDCC.y (struct_or_union_specifier, enum_specifier,
4601         enumerator_list),
4602         * src/SDCCval.h,
4603         * src/SDCCval.c (newiList): fixed bug #885705
4604
4605 2004-02-08  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
4606
4607         * doc/sdccman.lyx: added section 3.1.4: sdcclib.
4608         * as/mcs51/lkmem.c: report the size of the stack in .mem file.
4609
4610 2004-02-08 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
4611
4612         * device/include/c8051f120.h,
4613         * device/include/c8051f300.h,
4614         * device/include/c8051f310.h: added/updated header files for Silicon
4615         Laboratories (formerly Cygnal) CPUs. Contributed by Maarten Brock.
4616         * doc/sdccman.lyx: minor changes, recommended diff -Naur and diff -u
4617         in new section Submitting patches
4618
4619 2004-02-08 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4620
4621         * src/mcs51/gen.c (genNearPointerGet, genPagedPointerGet,
4622         genFarPointerGet, genCodePointerGet, genGenPointerGet,
4623         genNearPointerSet, genPagedPointerSet, genFarPointerSet,
4624         genGenPointerSet),
4625         * src/ds390/gen.c (genNearPointerGet, genPagedPointerGet,
4626         genFarPointerGet, genCodePointerGet, genGenPointerGet,
4627         genNearPointerSet, genPagedPointerSet, genFarPointerSet,
4628         genGenPointerSet),
4629         * src/pic16/gen.c (genNearPointerGet, genPagedPointerGet,
4630         genFarPointerGet, genCodePointerGet, genGenPointerGet,
4631         genNearPointerSet, genPagedPointerSet, genFarPointerSet,
4632         genGenPointerSet),
4633         * src/pic/gen.c (genNearPointerGet, genPagedPointerGet,
4634         genFarPointerGet, genCodePointerGet, genGenPointerGet,
4635         genNearPointerSet, genPagedPointerSet, genFarPointerSet,
4636         genGenPointerSet): fixed bug #892400
4637         * src/pic16/gen.c (genSkipz, AccRol): disabled functions with #if 0
4638         to eliminate build warnings.
4639         * src/SDCCast.c (processParms),
4640         * src/SDCC.y (function_declarator2, declarator2_function_attributes):
4641         fixed bug 751859
4642         * support/valdiag/valdiag.py: added GCC to the list of defines active
4643         when compiling with gcc
4644
4645 2004-02-07 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4646
4647         * support/Util/SDCCerr.h,
4648         * support/Util/SDCCerr.c,
4649         * src/SDCCast.c (decorateType, sizeofOp): complain when sizeof is used
4650         with an incomplete type (fixed bug #883734)
4651         * src/SDCCicode.c (geniCodeCast): fixed bug #890510
4652
4653 2004-02-07 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4654
4655         * src/pic16/gen.c (genCmpEq, shiftRLong): fixed declarations
4656
4657 2004-02-06 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4658
4659         * src/SDCCast.c (decorateType),
4660         * src/SDCCicode.c (geniCodeParms, geniCodeCall): fixed bugs in my ANSI
4661         function pointer implementation
4662         * support/regression/tests/funptrs.c: added tests to verify both forms
4663         of function pointers work correctly. Added tests to verify parameters
4664         are passed in the correct order.
4665
4666 2004-02-06  Vangelis Rokas <vrokas AT otenet.gr>
4667
4668         * device.c (regCompare): registers are sorted by ascending
4669         address and increasing size,
4670         * main.c (_pic16_finaliseOptions): removed the declaration
4671         of compiler macro MCU. Now a macro of the format pic18fxxxx
4672         will be defined from the command line
4673
4674 2004-02-06  Hans-Juergen Dorn <hans.dorn AT apl-landau.de>
4675             patch committed by Vangelis Rokas <vrokas AT otenet.gr>
4676
4677         * pcode.c (pic16initMnemonics): fixed typo in assignment to PCOP_RLNCF
4678         PCOP_RLCF was overwritten!
4679         * gen.c (genSkip): commented out calls to pic16_emitcode,
4680         * (genCmpEQ): fixed "long" compares, only high word did get compared,
4681         * (genlshTwo),
4682         * (genRRC): added debugging info,
4683         * (shiftL2Left2Result): Fixed bug, if offr > offl. Result got
4684         overwritten while shifting,
4685         * (shiftR2Left2Result): Fixed bug, if offr < offl. Result got
4686         overwritten while shifting,
4687         * (AccLsh),
4688         * (AccRsh),
4689         * (shiftLLeftOrResult),
4690         * (shiftRLeftOrResult),
4691         * (shiftRLong),
4692         * (shiftLLong): Implemented with pic16_emitpcode
4693         * (genlshFour): Replaced pic16_aopPut with pic16_emitpcode,
4694         * (genLeftShift): Fixed bug, operand for shift by variable always
4695         was "and"ed with 0x0f,
4696         * (genLeftShiftLiteral),
4697         * (genrshTwo),
4698         * (genRightShiftLiteral): added debugging info,
4699         * (genrshFour): added comment,
4700         * (genRightShift): determined signedness from operand "left"
4701         instead of "result"
4702
4703 2004-02-04 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4704
4705         * src/SDCCicode.c (geniCodeParms),
4706         * src/SDCCast.c (decorateType, processParms): support for ANSI-style
4707         function pointers, fixed function pointer bugs #861242 and #861896
4708
4709 2004-01-31 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
4710
4711         * device/include/c8051f000.h,
4712         * device/include/c8051f120.h,
4713         * device/include/c8051f300.h: added header files for Silicon
4714         Laboratories (formerly Cygnal) CPUs. Contributed by Maarten Brock.
4715
4716 2004-01-31 Bernhard Held <bernhard AT bernhardheld.de>
4717
4718         * src/SDCCast.c (processParams): added new type flow and restructured
4719         (gatherAutoInit): added new type flow
4720         (addCast): cosmetic changes
4721         (getLeftResultType): added new type flow for array indices, patch
4722         provided by Stas, see FR #877103
4723         (decorateType): SDCC_NEWTYPEFLOW removed, new type flow is now standard;
4724         array index patch by Stas
4725         * src/SDCCast.h: added prototype getResultTypeFromType()
4726         * src/SDCCval.h,
4727         * src/SDCCval.c (resolveIvalSym) (resolveIvalSym),
4728         * src/pic/glue.c (pic14emitStaticSeg),
4729         * src/pic16/glue.c (pic16emitStaticSeg),
4730         * src/SDCCglue.c (emitRegularMap) (emitStaticSeg): added new type flow
4731         for initialization of symbols
4732         * src/SDCCicode.c (geniCodeArray): removed warning W_ARRAY_BOUND
4733         * support/Util/SDCCerr.h:
4734         * support/Util/SDCCerr.c: replaced W_ARRAY_BOUND by W_IDX_OUT_OF_BOUNDS
4735         * .version: bumped version number to 2.3.8
4736         * device/include/Makefile.in (install),
4737         * doc/Makefile (install): changed to 'rm `find ...`' construct to
4738         avoid warnings
4739
4740 2004-01-30 Bernhard Held <bernhard AT bernhardheld.de>
4741
4742         * support/regression/tests/libmullong.c: fixed for 64 bit hosts
4743         Slade Rich fixed an optimization bug
4744         * src/pic/pcodepeep.c,
4745         * src/pic/pcoderegs.c
4746         * doc/Makefile (install): added test for directory
4747
4748 2004-01-30 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4749
4750         * src/mcs51/ralloc.c (getRegPtr, getRegGpr),
4751         * src/ds390/ralloc.c (getRegPtr, getRegGpr),
4752         * src/pic/ralloc.c (getRegPtr, getRegGpr),
4753         * src/pic16/ralloc.c (getRegPtr, getRegGpr),
4754         * src/z80/ralloc.c (getRegGpr): fixed bug #883361
4755         * as/mcs51/asexpr.c (term),
4756         * as/hc08/asexpr.c (term): fixed bug #887146
4757
4758 2004-01-29 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4759
4760         * src/z80/gen.c (genMult): handle single byte result product
4761         * src/SDCCopt.c (killDeadCode): never convert ADDRESS_OF iCode to
4762         DUMMY_READ_VOLATILE (fixed bug #886367)
4763
4764 2004-01-27 Bernhard Held <bernhard AT bernhardheld.de>
4765
4766         * support/regression/tests/libmullong.c: fixed logic, on little endian
4767         hosts we ended without a mullong_wrapper()
4768
4769 2004-01-27 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4770
4771         * ChangeLog: changed "@" to " AT " in hopes of reducing spam and
4772         virus/worm forged address usage.
4773
4774 2004-01-27 Bernhard Held <bernhard AT bernhardheld.de>
4775
4776         Fixed promotion, it should be done on AST level:
4777         * src/SDCCast.c (addCast): added promotion to int
4778         (decorateType): updated call to upCast()
4779         * src/SDCCicode.c (geniCodeLeftShift): removed call to
4780         usualUnaryConversions()
4781
4782 2004-01-26  Michael Hope  <michaelh AT juju.net.nz>
4783
4784         * support/regression/tests/literalop.c (mulWrapper): Added a
4785         wrapper to remove integer overflow warnings.
4786
4787         * support/regression/tests/float_trans.c: Made work on host.
4788
4789         * support/regression/ports/ucz80/spec.mk (UCZ80): Made detect the
4790         location of sz80.
4791
4792         * support/regression/generate-cases.py (main): Changed from inline
4793         to a main method.
4794
4795         * doc/Makefile (install): Changed to depth first to get rid of
4796         missing directory install warning.
4797
4798         * as/Makefile (install-doc): Made work on Mac.
4799
4800 2004-01-25 Bernhard Held <bernhard AT bernhardheld.de>
4801
4802         * src/SDCCast.c: added an additional type flow in decorateType() of
4803         opposite direction, see feature request #860006; it's enabled at runtime
4804         by setting the environment variable SDCC_NEWTYPEFLOW
4805         * src/SDCCast.h: changed prototype of decorateType()
4806         * src/SDCCglue.c (emitRegularMap): updated call of decorateType()
4807         * src/SDCCicode.c (geniCodeDivision) (geniCodeModulus): promotion from
4808         'char' to 'int' can be omitted, if both operands are 'unsigned char';
4809         see feature request #877103
4810         * src/SDCCval.c: updated call of decorateType()
4811         (valBitwise): fixed bug #882876
4812         (valMinus): added promotion
4813         (valLogicAndOr): result is unsigned
4814         (cheapestVal) (constVal): literals from 0...255 are 'unsigned char' now
4815         * src/SDCCsymt.c (computeType),
4816         * src/mcs51/gen.c (genCmpGt) (genCmpLt): literal 'unsigned char'
4817         must not cause an unsigned operation
4818         * src/pic/glue (pic14emitRegularMap),
4819         * src/pic16/glue.c (pic16emitRegularMap): updated call of decorateType()
4820
4821 2004-01-23 Bernhard Held <bernhard AT bernhardheld.de>
4822
4823         * src/pic/pcode.c (PCodeID): commented out left over debug code
4824
4825 2004-01-20 Bernhard Held <bernhard AT bernhardheld.de>
4826
4827         * support/valdiag/tests/overflow.c: added shift tests
4828         * src/pic/device.c,
4829         * src/pic/gen.c,
4830         * src/pic/gen.h,
4831         * src/pic/glue.c,
4832         * src/pic/main.c,
4833         * src/pic/pcode.c,
4834         * src/pic/pcode.h,
4835         * src/pic/pcodepeep.c,
4836         * src/pic/pcoderegs.c,
4837         * src/pic/ralloc.c,
4838         * src/pic/ralloc.h: applied patch from Slade Rich;
4839         added support for multiple code pages and multiple RAM banks on the
4840         PIC 14 port. The ASM files now no longer simply assume all the
4841         code / RAM are in the same page / bank. This means the linker can
4842         safely allocate code/RAM of separate ASM files to different pages/banks.
4843         * doc/sdccman.lyx: added Slade's tips
4844         * src/mcs51/peeph.def: fixed bug #880768
4845
4846 2004-01-20 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4847
4848         * src/hc08/ralloc.c (rematStr): fixed bug #879282
4849         * src/SDCCast.c (decorateType): fixed bug #880197
4850
4851 2004-01-20  Michael Hope  <michaelh AT juju.net.nz>
4852
4853         * sim/ucsim/gui.src/serio.src/main.cc: Fixed unconditional use of
4854         getopt.h.
4855
4856         * debugger/mcs51/cmd.c (getValBasic): Changed strtof to strtod as
4857         strtof is not part of C89 and isn't included with Mac OS X.
4858
4859 2004-01-20 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4860
4861         * src/hc08/gen.c (genPlusIncr, genUminus, genMinusDec, genCmp,
4862         shiftL2Left2Result): fixed bug #879326
4863         (genAnd, genOr, genXor): fixed bug when result was of type AOP_CRY
4864         (genMultOneByte): fixed bug in signed vs unsigned multiplication
4865         * sim/ucsim/hc08.src/inst.cc (inst_clr): added missing effective
4866         address fetch for clr instruction
4867         * device/lib/hc08/_mulint.c: created optimized assembly version
4868         * src/SDCCdflow.c (computeDataFlow): fixed bug #878209
4869
4870 2004-01-19 Bernhard Held <bernhard AT bernhardheld.de>
4871
4872         * src/SDCCicode.c (geniCodeArray): applied patch from Stas Sergeev
4873         proposed in FR #877103
4874
4875 2004-01-18 Bernhard Held <bernhard AT bernhardheld.de>
4876
4877         * src/SDCCval.c (cheapestVal): added missing checks
4878         * src/SDCCicode.c (usualBinaryConversions): fixed condition
4879         * src/SDCCicode.c (geniCodeAdd): fixed part of bug #877103
4880
4881 2004-01-16 Klaus Flittner <klaus_flittner AT gmx.de>
4882
4883         * src/ds390/gen.c (aopOp3): fixed the assignment of different dptrs to
4884         equal operands
4885
4886 2004-01-16 Vangelis Rokas <vrokas AT otenet.gr>
4887
4888         * src/SDCCmain.c (linkEdit): variable $3 of the linker command is
4889         loaded with the linker search paths (-L arguments) and the libraries
4890         to be linked with the current source (-l arguments). Changes
4891         currently will affect only the pic16 port.
4892         * src/pic16/main.c (_pic16_finaliseOptions): add to the linker
4893         include path the port specific paths and port specific libraries,
4894         * gplink command now contains the $3 argument,
4895         * src/pic16/device.h,
4896         * src/pic16/device.c,: structure PIC_device is made public and
4897         renamed to PIC16_device, the same for variable Pics which is renamed
4898         to Pics16. Updated all references to them.
4899         * src/pic16/glue.c (pic16glue): corrected bug with code
4900         initialization which bypassed the variable initializations block.
4901
4902         * device/lib/pic16/Makefile.rules: removed --penable-stack from
4903         COMPILE_FLAGS and added the --nostdinc option
4904
4905 2004-01-15 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4906
4907         * device/include/mc68hc908jb8.h: Register defs for another member
4908         of the hc08 family. Contributed by Bjorn Bringert - thanks!
4909
4910 2004-01-14 Vangelis Rokas <vrokas AT otenet.gr>
4911
4912         Documenting changes from previous commits.
4913         * configure.in (version 1.56),
4914         * configure: initially I've added AC_CONFIG_SUBDIRS(device/lib/pic16)
4915         when generating output files to configure the pic16 library,
4916         but now I've commented it out, since gputils aren't installed in the
4917         SF compile farm, so library won't compile
4918
4919         * device/lib/Makefile.in (version 1.56): initially I've added in
4920         target 'all' the prerequestive 'model-pic16' so it compiled the
4921         pic16 library, but now I've commented it out for the same reasons
4922         above,
4923         * added targets 'model-pic16' and 'objects-pic16' to compile the
4924         library
4925         * added target 'port-specific-objects-pic16' to handle the
4926         generated libraries and copy them into the build/ directory
4927         * added target 'clean-intermediate-pic16' to clean intermediate
4928         files into pic16 directory
4929         * in target 'installdirs' added line to create directory pic16 in
4930         the installation path
4931
4932         * device/include/Makefile.in (version 1.11): in target 'install'
4933         added lines to copy all header files to installation path,
4934         * in target 'installdirs' added line create directory for pic16
4935         headers in the installation path
4936
4937 2004-01-13 Klaus Flittner <klaus_flittner AT gmx.de>
4938
4939         * src/ds390/gen.c (genCall): fixed a double use of acc and b after
4940          a function call
4941
4942 2004-01-13 Bernhard Held <bernhard AT bernhardheld.de>
4943
4944         * configure,
4945         * device/lib/configure.in,
4946         * device/lib/configure: fixed for autoconf 2.57
4947
4948 2004-01-13 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4949
4950         * src/z80/main.c (_parseOptions): fixed the portmode= command line
4951         option so that it actually works. Made it specific to the z80, since
4952         the gbz80 doesn't have these kinds of I/O ports.
4953
4954 2004-01-13 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4955
4956         * device/include/z180.h,
4957         * device/lib/_memcpy.c,
4958         * device/lib/_memmove.c,
4959         * device/lib/_mulint.c,
4960         * device/lib/ser_ir.c,
4961         * device/lib/ser_ir_cts_rts.c,
4962         * device/lib/_strcmp.c,
4963         * device/lib/_strtok.c: fixed pragmas to non-deprecated form
4964         * src/z80/main.c (_process_pragma): add support for pragmas bank and
4965         portmode; added deprecation warning for bank= and protmode= forms.
4966         Also, guard against buffer overflow.
4967         * src/z80/gen.c (aopGet): generate better code for sfr banked read
4968
4969 2004-01-13 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4970
4971         * src/hc08/main.c (_hc08_genAssemblerPreamble): fixed bug #875487. Also
4972         changed interrupt vector table generation to only emit declared vectors.
4973         * device/include/Makefile.in: added missing backslash
4974         * device/lib/pic16/Makefile.rules: add $(MODELFLAGS) to $(CFLAGS)
4975
4976 2004-01-13 Vangelis Rokas <vrokas AT otenet.gr>
4977
4978         Mainly changes to support compilation of the device libraries
4979         * src/pic16/device.c: stack is allocated via symbol and not
4980         via literal number. The symbol is placed in the corresponding
4981         position of the data ram
4982         * (pic16_dump_section): relocatable and absolute uninitialized
4983         data are now emitted in sorted order to reduce section naming,
4984         * src/pic16/ralloc.c (newReg): fixed bug with SFR's that
4985         weren't marked as being in the access bank,
4986
4987 2004-01-13 Vangelis Rokas <vrokas AT otenet.gr>
4988
4989         Added portion of GNU PIC Library under the directory
4990         device/include/pic16 and device/lib/pic16. These files
4991         contain the declarations of SFRs for the PIC18Fxx2 devices.
4992         The directory is initialized via configure from toplevel.
4993
4994 2004-01-12 Klaus Flittner <klaus_flittner AT gmx.de>
4995
4996         * src/ds390/gen.c (operandsEqu): fixed a little typo, that prevented
4997         the spilllocations to be compared correctly
4998
4999 2004-01-12 Bernhard Held <bernhard AT bernhardheld.de>
5000
5001         * src/SDCCast.c (decorateType): fixed bug introduced today
5002
5003 2004-01-12  Borut Razem <borut.razem AT siol.net>
5004
5005         * src/SDCC.lex, support/Util/SDCCerr.h, support/Util/SDCCerr.c,
5006         doc/sdccman.lyx: upper case pragmas are deprecated
5007
5008 2004-01-12 Bernhard Held <bernhard AT bernhardheld.de>
5009
5010         * src/SDCCast.c (decorateType): replacing 'ul > 0' by  '!ul' results
5011         in simpler and even better code
5012
5013 2004-01-11 Bernhard Held <bernhard AT bernhardheld.de>
5014
5015         * src/SDCCicode.c (operandOperation): fixed bug #874819
5016         * src/SDCCast.c (decorateType): fixed
5017         char foo (unsigned long ul) { return ul > 0; }
5018
5019 2004-01-11 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
5020
5021         * doc/sdccman.lyx: Moved and added some sections, small changes
5022         all over. Telling LaTeX to be less strict with word spacing
5023         to better keep the right margin. Changed some notes about
5024         maintainance of the ports in section 3.2.1 - is it OK like this?
5025
5026 2004-01-11 Vangelis Rokas <vrokas AT otenet.gr>
5027
5028         SDCC source changes:
5029         * src/SDCCopt.c (cntToFcall, cnvToFloatCast, cnvFromFloatCast,
5030         convilong): modified to inform the pic16 port that builtin functions
5031         are external
5032
5033         PIC16 PORT specific changes:
5034         * src/pic16/device.c pic16_dump_equates() added,
5035         processor registers declared internally by the port are emitted in
5036         the translation as equates,
5037         * src/pic16/gen.c: inline code is passed unprocessed to the
5038         translation,
5039         * (pic16_popGetLit2): fnuction modified to take second operand as
5040         pCodeOp pointer and not as literal,
5041         * (popRegFromIdx): prefixed with pic16_,
5042         * (pic16_popCombine2): modified to receive already allocated pCode
5043         operands,
5044         * (pic16_pushpCodeOpReg, pic16_poppCodeOpReg): added
5045         * (genFunction): initializes local stack frame and pushes on stack
5046         all the registers used by this function,
5047         * (genEndFunction): restores all registers from stack and restores
5048         stack frame,
5049         * src/pic16/glue.c (pic16emitRegularMap): various changes and
5050         improvements,
5051         * (pic16glue): changed the program startup sequence,
5052         * added new dbName code 'A' for functions placed in absolute section
5053         * src/pic16/main.c: added function attribute _naked,
5054         * added pragma 'code' to place a fnuction at an absolute address,
5055         * added command line arguments --debug-ralloc and --pcode-verbose,
5056         * (_pic16_finiliseOptions): options.all_callee_saves is set by default
5057         * src/pic16/pcode.c (pic16_pBlockConvert2Absolute) added,
5058         * (pic16_newpCodeOpLit2): modified to take the second operand as
5059         pCodeOp pointer,
5060         * (pic16_printpBlock): modified to emit each function in a separate
5061         section,
5062         * (pic16_get_op): modified to use the gpasm modifiers LOW,HIGH and
5063         UPPER for immediate operands,
5064         * src/pic16/pcodepeeph.c: added peephole support for the LFSR
5065         instruction,
5066         * src/pic16/peeph.def: all peepholes with movff are commented out,
5067         because there is a problem in the pcode peep optimizer,
5068         * src/pic16/ralloc.c: the register allocator can now reuse local
5069         function symbols for another function. This saves register usage.
5070         * src/pic16/ralloc.h: added flag isLocal in structure regs,
5071
5072         Added file src/pic16/NOTES with information about program writing on
5073         the current port version.
5074
5075 2004-01-11 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
5076
5077         * src/mcs51/peephole.def: added peepholes 177.c,d (redundant moves)
5078         and peephole 252 (array access)
5079
5080 2004-01-09  Borut Razem <borut.razem AT siol.net>
5081
5082         * src/SDCCmain.c : fixed #872250: -l command line defined library
5083           files are scanned before standard library files
5084
5085 2004-01-10 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5086
5087         * src/SDCCast.c (decorateType): fixed bug #874046
5088
5089 2004-01-09  Borut Razem <borut.razem AT siol.net>
5090
5091         * support/scripts/sdcc.nsi: remove previous installation
5092
5093 2004-01-09 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
5094
5095         * src/SDCCglue.c (createInterruptVect): don't append 7(5) padding
5096         bytes for last interrupt vector (mcs51)
5097         * sdcc.spec: fixed typo
5098
5099 2004-01-09 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5100
5101         * src/mcs51/gen.c (genFunction, genEndFunction, genReceive, getTempRegs,
5102         gen51Code): more efficient parameter receive for --model-large
5103         ("bug" #845294)
5104
5105 2004-01-09 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5106
5107         * src/ds390/main.c,
5108         * src/z80/main.c: added missed needLinkerScript flags (more than
5109         one port structure defined in these file)
5110         * src/ds390/gen.c (aopForSym, aopOp, operandsEqu, aopOp3): fixed
5111         bug #795325
5112
5113 2004-01-08 Vangelis Rokas <vrokas AT otenet.gr>
5114
5115         * src/SDCCmain.c: removed various references to DEFAULT_PORT
5116         * src/port.h: added flag needLinkerScript in port->linker
5117         structure to inform whether to create a .lnk file or not,
5118         * src/avr/main.c,
5119         * src/ds390/main.c,
5120         * src/hc08/main.c,
5121         * src/mcs51/main.c,
5122         * src/pic/main.c,
5123         * src/pic16/main.c,
5124         * src/xa51/main.c,
5125         * src/z80/main.c: changed appropriately to configure
5126         needLinkerScript flag
5127         * src/pic/gen.c,
5128         * src/pic16/gen.c (genAddrOf): fixed bug #863624
5129         * src/pic/glue.c: added variable udata_section_name to
5130         override default uninitialized data segment definition for
5131         devices only with SHAREBANK memory (reported from Erik Epetrich)
5132         * (pic14emitOverlay): modified to emit a commented overlay segment
5133         directive when no overlay data exist
5134         * (picglue): modified to emit uninitialized data segment
5135         according to udata_section_name
5136         * src/pic/main.c (_pic14_parseOptions): added command line
5137         options --udata-section-name=[name] to override default
5138         udata definition name
5139         * modified _linkCmd and _asmCmd to include compiler passed
5140         arguments via -W option
5141         * src/pic16/main.c: added $l in _asmCmd, changed extension for
5142         object file from '.rel' to '.o' in port->linker structure,
5143         changed size of fptr from 2 to 3 in port structure
5144
5145 2004-01-07  Borut Razem <borut.razem AT siol.net>
5146
5147         * support/scripts/sdcc.nsi: update PATH
5148         * support/scripts/sdcc.ico: craeted
5149
5150 2004-01-07 Bernhard Held <bernhard AT bernhardheld.de>
5151
5152         * device/include/Makefile.in: fix install
5153         * doc/Makefile: fix install
5154
5155 2004-01-07 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5156
5157         * src/SDCCsymt.c (processFuncArgs): fixed superflous allocation noted
5158         in bug #860505
5159         * src/SDCCmem.c (printAllocInfoSeg, printAllocInfo): minor changes to
5160         how the function variable allocation summary is displayed; also
5161         include information about variables allocated to the overlay
5162         segment
5163
5164 2004-01-06  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
5165
5166         * as/mcs51/lkmain.c: Help about -Y option
5167         * as/mcs51/lkarea.c: Fixed gcc warnings
5168
5169 2004-01-06 Bernhard Held <bernhard AT bernhardheld.de>
5170
5171         * src/SDCCval.c (valShift): changed from 16 to 32 bit shift count,
5172         fixed warning
5173         * support/valdiag/tests/overflow.c: added
5174         * src/SDCCast.c (decorateType),
5175         * src/SDCCicode.c (geniCodeLeftShift): added promotion to int for
5176         LEFT_OP (left shift)
5177
5178 2004-01-06  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
5179
5180         * as/mcs51/lkmain.c: stack must be after data when option -Y is not used
5181         (default behaviour).
5182
5183 2004-01-06 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5184
5185         A python script to validate compiler diagnostic messages. It can be
5186         used to verify that sdcc complains about bad c source code and
5187         gives a good location of the error.
5188         * support/valdiag/Makefile,
5189         * support/valdiag/valdiag.py,
5190         * support/valdiag/tests/*
5191
5192 2004-01-06 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5193
5194         * src/SDCC.y (enum_specifier, enumerator_list, opt_assign_expr),
5195         * src/SDCCsymt.c (newEnumType),
5196         * src/SDCCsymt.h
5197         * support/Util/SDCCerr.c,
5198         * support/Util/SDCCerr.h: fixed bug #871258 and some other unreported
5199         enum related bugs.
5200         * support/regression/tests/enum.c: added test for enum values that
5201         require at least 2 bytes of storage.
5202
5203 2004-01-06 Vangelis Rokas <vrokas AT otenet.gr>
5204
5205         * src/common.h: added ifndef/define/endif macros
5206         around the header file.
5207         Bug reported from Jesus Calvino-Fraga
5208
5209 2004-01-06 Bernhard Held <bernhard AT bernhardheld.de>
5210
5211         * sdcc.spec: updated
5212         * device/include/Makefile.in: don't install CVS directories
5213         * device/lib/Makefile.in: added removal of CVS directories after install
5214         * doc/Makefile: fixed install, added local_icons
5215         * sim/ucsim/gui.src/Makefile.in: fixed an old typo
5216         * src/mcs51/gen.c (genRightShift): fixed bug #870788
5217         * src/ds390/gen.c (genRightShift): fixed bug #870788
5218         * src/SDCCast.c (decorateType): fixed bug #870781
5219
5220 2004-01-06 Vangelis Rokas <vrokas AT otenet.gr>
5221
5222         PIC16 port related changes:
5223         * device.c: removed pic16_finalMapping and pic16_finalMappingSize,
5224         added variable stackPos,
5225
5226         * gen.c: genCall, assignResultValue: added support for
5227         pushing/retrieving function parameters to/from stack,
5228         genFunction,genEndFunction: setup stack frame for the
5229         generated function,
5230         genAddrOf: will be changed according to bug 863624
5231
5232         * added files genutils.c and genutils.h which contain gen*
5233         debugged and optimised functions extracted from gen.c
5234
5235         * glue.c: added variable 'externs' which holds extern symbols,
5236         pic16emitRegularMap: is modified to properly handle relocatable
5237          symbols under the new scheme,
5238         pic16createInterruptVect: is modified
5239         pic16printPublics: is modified to emit 'global' assembler directives,
5240         added pic16_printExterns to print extern symbols,
5241         pic16glue: initializes stack/frame pointer in the beginning of
5242         the assembly output. Temporary hack, will be corrected later,
5243         because gplink yet does not support stack and SDCC does not
5244         yet support a type of crt0.o object to create the final binary.
5245
5246         * Removed many lines that contain 8051 legacy code.
5247         * The code is finally placed under a 'code' directive.
5248         * Added port specific options.
5249
5250         * _process_pragma: simplified since now we do not need *special*
5251         include file to define SFR registers. But a separate header
5252         will be needed. This will be developed later.
5253         * _pic16_parseOptions: added, parses port specific options:
5254         --pgen-banksel, --obanksel=, --pomit-config-words, --pomit-ivt,
5255         --pleave-reset-vector, --penable-stack, --pstack-model, --debug-xtra
5256         --preplace-udata-with=
5257
5258         * _pic16_setDefaultOptions: modified to initialize section names,
5259         but hack is temporarly out of order since it needs improvement.
5260         * _pic16_genAssemblerPreamble: configuration words are emitted by
5261         their address instead of their name. This part is incomplete and
5262         supports only the 18Fxx2 devices. Other devices will emit an error
5263         during assembly since they do not contain the same set of config
5264         registers
5265         * _pic16_genIVT: is modified,
5266
5267         * pcode.c: added definitions for some hardware registers that are needed
5268         for stack support
5269         * added flag is2LitOp and variable pci_magic in pCodeInstruction.
5270         All PCI entries are updated. Now LFSR is supported.
5271         * Removed pic16_pciTRIS is mentioned by mdubuc in source
5272         * added pic16_newpCodeOpLit2 to support instructions with
5273         two literal arguments
5274         * pic16_pCode2str: corrected code that emits assembler instructions
5275         with two literal operands and those that have an access bit modifier
5276         * genericPrint: now PC_ASMDIR pCodes, can emit a label if it exists,
5277         this fixes a bug which caused some labels to be lost, when an
5278         assembler directive was added, i.e. banksel,
5279         * pic16_FixRegisterBanking: improved logic that causes the insertion
5280         of bank switching,
5281         * InlineFunction: functions that are called once, are not any more
5282         inlined. This can be a port option in the future,
5283
5284         * pcode.h: added pCodeOpLit2 and added variable label in pCodeAsmDir
5285
5286         * ralloc.c: added pic16_rel_udata and pic16_fix_udata variables which
5287         hold the corresponding uninitialized symbols,
5288         * pic16_allocProcessorRegister: registers have explicit marked the
5289         accessBank field,
5290         * pic16_allocInternalRegister: registers are explicit marked as
5291         not used,
5292         * pic16_writeUsedRegs: pic16_dynDirectBitRegs was missing from the
5293         processing list, so bit registers were lost,
5294         *
5295
5296         * ralloc.h: added field 'accessBank' and original symbol operand
5297         in register definition,
5298         * removed the field isMapped from register definition,
5299
5300         ** Several functions have been removed from various sources:
5301         BanksUsedFlow2,BanksUsedFlow,FixBankFlow,InstructionRegBank,
5302         pic16_addMemRange,pic16_isREGinBank,pic16_dump_map,pic16_dump_cblock
5303         isSFR,validAddress,mapRegister,assignRegister,pic16_assignFixedRegisters
5304         pic16_assignRelocatableRegisters
5305
5306         ** others have been introduced:
5307         pic16_areRegsSame,pic16_dump_section,checkAddReg,pic16_groupRegistersInSection
5308         pic16_popGetLit2,pic16_popCombine2,pushw,pushaop
5309
5310 2004-01-05 Vangelis Rokas <vrokas AT otenet.gr>
5311
5312         * support/scripts/inc2h.pl: changed definition of BIT_AT
5313         to emit 'sbit at' instead of 'bit at'. This was a request.
5314
5315         PIC16 port related preliminary changes:
5316         * gen.c: prefixed function popRegFromString with
5317         pic16_ and all references to it corrected
5318         * pcode.c: all pic16_pc_* hardware registers prefixed
5319         with underscore (_),
5320         pic16_popCopyGPR2Bit(): function sets register wasUsed=1
5321         * ralloc.c: newReg(): when register is REG_SFR then
5322         set address to rIdx,
5323         pic16_allocProcessorRegister(): marks register wasUsed=0
5324         pic16_writeUsedRegs(): added a call to assign processor
5325         registers via pic16_assignFixedRegisters
5326
5327 2004-01-04  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
5328
5329         * as/mcs51/aslink.h, as/mcs51/lkarea.c, as/mcs51/lkdata.c,
5330         as/mcs51/lkmain.c, as/mcs51/lkmem.c: 8051 linker can now pack
5331         variables in unused register banks.  Also the SSEG is placed
5332         wherever there is enough space for it, and IDATA can be anywhere
5333         in internal RAM.  For now compile using -Wl-Y[stack_size].
5334         The mem file is different for this option as well, since it
5335         makes no sense of talking about DSEG lenght.
5336
5337 2004-01-02 Vangelis Rokas <vrokas AT otenet.gr>
5338
5339         * src/SDCClrange.c: fixed bug 869095 that caused segfault
5340         in certain cases, e.g. when ROM assignment, patch provided
5341         from Albert den Haan.
5342
5343 2004-01-01 Bernhard Held <bernhard AT bernhardheld.de>
5344
5345         Many signedness and type propagation fixes:
5346         * src/SDCCicode.c: made geniCodeCast() static
5347         replaced SPEC_ by IS_ (cosmetic)
5348         (operandOperation): fixed div and mod operation
5349         (usualBinaryConversions): added support for promotion of char
5350         (geniCodeMultiply): replaced (unsigned long) by (TYPE_UDWORD)
5351         (geniCodeDivision): replaced (unsigned long) by (TYPE_UDWORD)
5352         (geniCodeAdd): an array index will stay unsigned, even if promoted
5353         from char to int
5354         (geniCodeArray): ditto
5355         * src/SDCCicode.h: made geniCodeCast() static: removed prototype
5356         * src/SDCCsymt.c (computeType): added more support for char;
5357         promotion of char is selectable by promoteCharToInt, fixed signedness
5358         for all cases
5359         (powof2): replaced (unsigned long) by (TYPE_UDWORD)
5360         * src/SDCCsymt.h (powof2): replaced (unsigned long) by (TYPE_UDWORD)
5361         * src/SDCCval (val*): replaced signedness calculation by
5362         computeType()
5363         rearranged if-branches (cosmetic)
5364         (valShift): added warning W_SHIFT_CHANGED
5365         (valCompare): fixed problem with different types
5366         * src/hc08/rallo.c (leastUsedLR): fixed gcc 3.3 warning
5367         * support/regression/tests/literalop.c: added many cases
5368         * support/regression/tests/ast_constant_folding.c: changed finally to
5369         'unsigned int'
5370         * .version: new year, new version: 2.3.7
5371         * src/SDCCmain.c (main): applied patch #866468
5372         * debugger/mcs51/sdcdb.c (parseCmdLine): added -k for ucsim, patch
5373         provided by Scott Bronson
5374         * doc/sdccman.lyx: updated documentation for sdcdb
5375         updated and added chapter tips
5376
5377 2004-01-01 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5378
5379         * src/SDCCsymt.h: missing from yesterday's commits
5380
5381 2003-12-31 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5382
5383         * src/SDCC.y (struct_or_union_specifier),
5384         * support/Util/SDCCerr.c,
5385         * support/Util/SDCCerr.h: verify that struct & union tags are used
5386         as declared.
5387
5388 2003-12-29 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5389
5390         * src/SDCCglobl.h: missing from yesterday's commits
5391
5392 2003-12-28 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5393
5394         * src/SDCC.y (external_definition, type_specifier2, sfr_reg_bit,
5395         sft_attributes, struct_declaration, parameter_declaration,
5396         type_name, start_block, declaration_list),
5397         * src/SDCC.lex (check_type): support redefinition of typedef names
5398
5399 2003-12-22 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
5400
5401         * src/mcs51/gen.c (genPlus): added special handling for 256 byte
5402         aligned xdata arrays. Erik helped me with the if clause.
5403
5404 2003-12-20 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5405
5406         * device/lib/ds390/tinibios.c (CpuSpeed): suppress unreachable code
5407         warning
5408
5409 2003-12-20 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5410
5411         * src/SDCCast.h,
5412         * src/SDCCast.c (newAst_),
5413         * src/SDCCicode.h,
5414         * src/SDCCicode.c (ast2iCode, newiCode),
5415         * src/SDCCglobl.h,
5416         * src/SDCC.y (logical_and_expr, logical_or_expr, conditional_expr,
5417         expr, statement, expression_statement, selection_statement,
5418         iteration_statement, expr_opt, jump_statement): foundation for tracking
5419         sequence points
5420         * src/SDCCopt.c (killDeadCode): fixed bug #861580 (needs the sequence
5421         point code too)
5422
5423 2003-12-19 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5424
5425         * support/Util/SDCCerr.c,
5426         * src/SDCCast.h,
5427         * src/SDCCast.c (createCase, createDefault, decorateType),
5428         * src/SDCClabel.c (labelUnreach),
5429         * src/SDCC.y (labeled_statement, jump_statement): More improvements
5430         to error messages.
5431         * support/Util/SDCCerr.c (werrorfl): fixed a non-standard declaration
5432         (with thanks to Stas Sergeev)
5433         * device/include/time.h,
5434         * device/lib/time.c (CheckTime): suppress unreachable code warning
5435
5436 2003-12-18 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5437
5438         * src/SDCCast.c (createIvalCharPtr),
5439         * src/SDCCglue.c (printChar): fixed bug #862241 (an error in my fix for
5440         bug #753752)
5441         * support/regression/tests/nullstring.c: tests for these two bugs
5442
5443 2003-12-18 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5444
5445         * support/Util/SDCCerr.h,
5446         * support/Util/SDCCerr.c (E_NOT_ALLOWED),
5447         * src/SDCC.y (struct_declaration, struct_or_union_specifier): complain
5448         about storage class and 'at' used inside struct or union
5449         * src/SDCCBBlock.c (iCodeFromeBBlock),
5450         * src/SDCCcse.c (ifxOptimize),
5451         * src/SDCCglue.c (emitRegularMap, initPointer, printIvalStruct,
5452         printIvalArray, printiValFuncPtr, printIvalCharPtr, printIvalPtr,
5453         printIval, emitStaticSeg, emitOverlay),
5454         * src/SDCClabel.c (deleteIfx),
5455         * src/SDCCopt.c (replaceRegEqv, eBBlockFromiCode),
5456         * src/SDCCast.c (resolveSymbols, createIvalStruct, createIvalArray,
5457         gatherAutoInit, processParms),
5458         * support/Util/SDCCerr.h,
5459         * support/Util/SDCCerr.c (werrorfl): Support for better error location
5460         reporting for post-parse errors.
5461
5462 2003-12-16 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5463
5464         * src/SDCCval.c (valPlus, valMinus, valShift): fixed some problems with
5465         implicit casts via union; they don't work on big endian systems
5466         (possible fix for bug #861138)
5467
5468 2003-12-16 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
5469
5470         (committed by Erik Petrich <epetrich AT ivorytower.norman.ok.us> on Frieder's behalf)
5471         * src/mcs51/main.c: fixed the fix for bug #737001
5472
5473 2003-12-15  Borut Razem <borut.razem AT siol.net>
5474
5475         * support/scripts/sdcc.nsi: updated for NSIS 2.0 beta 4
5476
5477 2003-12-14 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5478
5479         * support/makebin/makebin.c: put output in binary mode
5480
5481 2003-12-13 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
5482
5483         * src/mcs51/main.c: fixed bug #737001 for the mcs51. SDCC clears
5484         xdata and data memory on startup. Set the environment variable
5485         SDCC_NOGENRAMCLEAR to disable this.
5486         * src/mcs51/peephole.def,
5487         * src/ds390/peephole.def: using the atomic test and clear instruction jbc
5488         (allows non-interrupt and interrupt code to safely compete for a resource
5489         without the non-interrupt code having to disable interrupts)
5490
5491 2003-12-13 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5492
5493         * src/SDCCicode.c (geniCodeAdd),
5494         * src/SDCCast.c (decorateType): fixed bug #857753 (need to be careful
5495         with valFromType if type might be a pointer and host is big endian).
5496         * src/SDCCast.c (decorateType): unary plus compatible with all arithmetic
5497         types, not just integer types.
5498         * src/SDCCsymt.c (addSymChain): clarified error message when symbol is
5499         multiply defined with mismatching "at" address.
5500
5501 2003-12-12 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5502
5503         * src/ds390/main.c (PORT tininative_port): fixed bug #858416
5504         * src/SDCCglue.c (printChar, printIvalChar, emitStaticSeg),
5505         * src/SDCCast.c (createIvalCharPtr, stringToSymbol): handle strings
5506         with embedded nulls (fixed bug #753752)
5507
5508 2003-12-12 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
5509
5510         * src/mcs51/main.c(_mcs51_genRAMCLEAR): using r0 instead of r1/r2.
5511         Apparently this did not see much testing (endless loop)
5512
5513 2003-12-11 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5514
5515         * src/z80/ralloc.c: set DISABLE_PACK_HL = 1 as a temporary fix to bug #855165
5516
5517 2003-12-10 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5518
5519         * src/SDCCdebug.c (outputDebugSymbols, outputDebugStackSymbols, dumpSymInfo):
5520         gracefully handle NULL memmap pointers
5521
5522 2003-12-08 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5523
5524         * src/SDCCopt.c (killDeadCode): change iCode type to DUMMY_READ_VOLATILE
5525         instead of deleting the iCode when an operand is volatile
5526         * src/z80/gen.c (genDummyRead),
5527         * src/mcs51/gen.c (genDummyRead),
5528         * src/ds390/gen.c (genDummyRead),
5529         * src/hc08/gen.c (genDummyRead): handle operands in IC_LEFT and/or IC_RIGHT,
5530         not just IC_RIGHT
5531         * src/SDCCicode.c (geniCodeCall): fixed bug #851607
5532         * src/SDCC.y: fixed bug #850420
5533
5534 2003-12-05 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5535
5536         Applied z80 i/o port patch from Peter Townson and fixed some operators
5537         to better handle operands in A register.
5538         * device/include/z180.h
5539         * src/SDCC.y
5540         * src/SDCCglue.c
5541         * src/z80/gen.c
5542         * src/z80/gen.h
5543         * src/z80/main.c
5544         * src/z80/peeph-z80.def
5545         * src/z80/peeph.def
5546         * src/z80/z80.h
5547
5548 2003-12-03 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5549
5550         * src/SDCCsymt.c (addSymChain, compareTypeExact): fixed bug #838241 again
5551
5552 2003-12-01 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5553
5554         * device/lib/hc08/_mullong.c: Removed extra #endif
5555
5556 2003-12-01 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5557
5558         * sim/ucsim/hc08.src/inst.cc,
5559         * sim/ucsim/hc08.src/hc08mac.h: fixed some problems with CC flag bits and
5560         carries from x to h
5561         * src/hc08/gen.c (aopAdrStr): fixed problem with 16 bit immediate
5562         * src/hc08/gen.c (XAccRsh): fixed problem with right shift
5563         * device/include/stdarg.h: fixed varargs for hc08
5564         * device/lib/Makefile.in,
5565         * device/lib/hc08/Makefile,
5566         * device/lib/hc08/_mulint.c,
5567         * device/lib/hc08/_mullong.c: fixed some endian problems
5568
5569 2003-11-28 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
5570
5571         * sdcc/src/mcs51/gen.c (genMultOneByte): help peephole 105
5572         * sdcc/src/mcs51/peeph.def: added peephole 186.e array access in code space
5573         * device/lib/_gptrget.c,
5574         * device/lib/_gptrput.c: P2 not used any more (related to #850747, #785979)
5575
5576 2003-11-27 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5577
5578         * src/SDCClrange.c (findNextUseSym, rlivePoint): fixed bug #849795
5579         * src/SDCCast.c (astErrors): fixed bug #846007
5580         * src/SDCCsymt.c (checkFunction): fixed follow-up bug on bug #846007
5581
5582 2003-11-26 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5583
5584         * src/SDCCast.c (decorateType): disabled a transformation I added in
5585         revision 1.188 (access to fields of a structure at an absolute address);
5586         it breaks with bitfields, extern declarations, and gcse analysis.
5587         * src/SDCCopt.c (isLocalWithoutDef): if ADDRESS_OF applied to a symbol, it
5588         could be assigned through a pointer, so don't complain.
5589         * src/SDCCast.c (astErrors),
5590         * src/SDCCast.h,
5591         * src/SDCCglue.c (emitRegularMap): fixed bug #847813
5592
5593 2003-11-26 Vangelis Rokas <vrokas AT otenet.gr>
5594
5595         * src/pic16/main.c (_pic16_genIVT): fixed interrupt vector table
5596         * src/pic16/main.c (_pic16_genAssemblerPreamble): re-enabled the
5597         output of __config directives, since gpasm now supports them
5598         * src/pic16/main.c (_pic16_finaliseOptions): define MCU
5599         pre-processor macro, i.e. -DMCU=p18f452
5600         * src/pic16/ralloc.c: renamed packRegisters to pic16_packRegisters,
5601         and modified to handle 'cast' icode similarly to '=' icode
5602         * src/pic16/device.h (typedef struct PIC_device): added field
5603         'extMIface' to indicate that chip has external memory interface
5604         * src/pic16/device.c: added chips 18F248, 18F258, 18F448, 18F458,
5605         18F6520, 18F6620, 18F6680, 18F6720, 18F8520, 18F8620, 18F8680,
5606         18F8720
5607
5608 2003-11-26 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5609
5610         * src/SDCC.y (pointer): fixed bug #846006
5611         * support/Util/SDCCerr.c: made W_PTR_TYPE_INVALID message clearer
5612         * src/SDCCast.c (decorateType): fixed bug #846009
5613         * src/ds390/peeph.def,
5614         * src/ds390/gen.c (genAnd, genOr),
5615         * src/mcs51/peeph.def,
5616         * src/mcs51/gen.c (genAnd, genOr): fixed bug #846777
5617
5618 2003-11-25 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5619
5620         Fixed several common-sub-expression bugs (#772861, #768380, & #755323)
5621         * src/SDCCdflow.c
5622         * src/SDCCcse.c
5623         * src/SDCCcse.h
5624         * src/SDCCBBlock.h
5625         * src/SDCCBBlock.c
5626
5627 2003-11-23 Klaus Flittner <klaus_flittner AT gmx.de>
5628
5629         fixed bug #845089
5630         * src/SDCCbitv.h,
5631         * src/SDCCbitv.c: added function to free a bitvector
5632         * src/SDCClrange.h,
5633         * src/SDCClrange.c: added function to recompute the liveranges
5634         * src/avr/ralloc.c,
5635         * src/ds390/ralloc.c,
5636         * src/hc08/ralloc.c,
5637         * src/mcs51/ralloc.c,
5638         * src/pic/ralloc.c,
5639         * src/pic16/ralloc.c,
5640         * src/xa51/ralloc.c,
5641         * src/z80/ralloc.c: recompute the liveranges after register packing
5642
5643 2003-11-21 Klaus Flittner <klaus_flittner AT gmx.de>
5644
5645         * src/SDCCloop.c (newInduction): fixed bug #845630
5646
5647 2003-11-21 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5648
5649         * src/SDCCsymt.c (compareTypesExact): disabled debugging output
5650         inadvertantly left behind from my 2003-11-12 change
5651
5652 2003-11-20 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5653
5654         Updated headers I neglected to commit yesterday.
5655         * src/SDCClrange.h,
5656         * src/SDCCicode.h
5657
5658 2003-11-19 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5659
5660         * src/SDCCcse.c (algebraicOpts): fixed bug #773153
5661         * src/SDCClrange.c (rlivePoint): need to mark IC_RESULT used if POINTER_SET op
5662         * src/SDCCopt.c (eBBlockFromiCode),
5663         * src/SDCClrange.c (hashiCodeKeys, sequenceiCode, computeLiveRanges): seperated
5664         the creation of the key hash table from the sequencing so it can be used
5665         earlier (for some GCSE bug fixes still pending)
5666
5667 2003-11-15 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
5668
5669         * src/mcs51/gen.c (genPlus): generate shortcut for adding 0xab00
5670         * support/regression/tests/addsub.c: testing genPlus shortcut
5671
5672 2003-11-15  Borut Razem <borut.razem AT siol.net>
5673
5674         * src/SDCCmain.c: fixed bug #841645: -MM command line option passed to sdcpp
5675
5676 2003-11-15 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5677
5678         * src/SDCCcse.c (cseBBlock): fixed bug #527779
5679         * src/SDCCcse.c (deleteGetPointers): rewrote so that the set
5680         ordering is immaterial.
5681         * src/SDCCdflow.c (mergeInExprs): fixed bug #587536
5682
5683 2003-11-14 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5684
5685         * src/SDCCicode.c (geniCodeAddressOf): fixed part of bug #840381
5686         * src/SDCCopt.c (replaceRegEqv, isLocalWithoutDef): fixed other part
5687         (SIGSEV) of bug #840381
5688         * src/SDCCmain.c (linkEdit, assemble): fixed bug #841606 (don't
5689         unlink new file before rename if new and old filenames are the same)
5690
5691 2003-11-13 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
5692
5693         * src/mcs51/main.c: started fixing bug #737001 (SDCC not clearing
5694         uninitialized variables) for the mcs51. Set environment variable
5695         SDCC_GENRAMCLEAR to test.
5696         xdata initialization slightly shorter
5697
5698 2003-11-12 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5699
5700         * src/SDCCsymt.h,
5701         * src/SDCCsymt.c (addSymTypeChain, compareTypesExact): fixed bugs
5702         #838241 & 780691 (basicly the same bug)
5703         * src/SDCCBBlock.c (iCode2eBBlock): fixed bug #840148
5704         * src/SDCCBBlock.c (iCodeFromeBBlock): fixed bug #840162
5705
5706 2003-11-11 Bernhard Held <bernhard AT bernhardheld.de>
5707
5708         * src/SDCCmain.c (linkEdit): "fix" #834252
5709
5710 2003-11-11 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5711
5712         * src/SDCCast.c (removePostIncDecOps, removePreIncDecOps),
5713         * src/SDCCast.h,
5714         * src/SDCC.y: fixed bug #819403
5715
5716 2003-11-08 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5717
5718         * support/regression/fwk/lib/testfwk.c: printn is recursive and thus needs
5719         the reentrant attribute.
5720         * src/hc08/gen.c (genPackBits): added missing stack readjustment
5721         * sim/ucsim/hc08.src/inst.cc (inst_mov): fixed bugs with mov instruction
5722         simulation
5723         * src/SDCCast.c (decorateType): fixed bug with storage class not being
5724         updated during pointer dereference; f.e. ~(((char *)1)*) was being
5725         erroneously reduced to a literal.
5726         * src/hc08/ralloc.c (packRegisters, rematStr),
5727         * src/hc08/gen.c (aopForRemat): allow literals to be rematerialized in
5728         some cases
5729
5730 2003-11-08 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
5731
5732         * src/mcs51/main.c: fixed bug #838385. Thanks to Josef Pavlik for finding and fixing
5733         * doc/sdccman.lyx: changed from 'article' to 'book'
5734         * doc/Makefile: readded test_suite_spec and cdbfileformat
5735
5736 2003-11-08 Bernhard Held <bernhard AT bernhardheld.de>
5737
5738         * device/include/stdlib.h: include malloc.h to comply with ANSI
5739         * support/regression/tests/malloc.c: include stdlib.h instead of malloc.h
5740
5741 2003-11-07 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
5742
5743         * doc/Makefile: sdccman.pdf should build with correct references (more info in commit msg)
5744         * doc/clean.mk: also remove *.out files
5745         * doc/sdccman.lyx: some additions, larger top/bottom margins
5746
5747 2003-11-07 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5748
5749         * src/SDCC.y: fixed bug #837365
5750         * support/regression/tests/bitopcse.c
5751         * src/hc08/gen.c (genPointerGet): Don't assume pointer operand is
5752         a symbol (might be valop instead)
5753         * device/lib/Makefile.in: added errno.c to HC08SOURCES
5754         * device/lib/clean.mk: added hc08 to the cleaning list
5755
5756 2003-11-04  Borut Razem <borut.razem AT siol.net>
5757
5758         * configure, configure.in, sdcc_vc_in.h, sdcconf_in.h: reverted changes,
5759           made 2003-11-04
5760         * support/Util/NewAlloc.c, as/hc08/lklibr.c, as/mcs51/lklibr.c,
5761           as/z80/aslist.c, as/z80/assym.c: removed inclusion of nonstandard malloc.h;
5762           malloc is declared in standard stdlib.h
5763
5764 2003-11-06 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5765
5766         * device/lib/hc08/Makefile: need to clean .rel not .o files
5767         * src/hc08/gen.c (genDjnz): can't use djnz with extended addressing mode
5768
5769 2003-11-06 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5770
5771         * src/port.h,
5772         * src/hc08/main.c,
5773         * src/mcs51/main.c,
5774         * src/ds390/main.c,
5775         * src/z80/main.c,
5776         * src/avr/main.c,
5777         * src/pic/main.c,
5778         * src/pic16/main.c,
5779         * src/xa51/main.c: added hasExtBitOp & oclsExpense functions to ports
5780         * src/SDCCicode.c: changed several IS_FARSPACE tests to isOclsExpensive
5781         tests (which uses the port's oclsExpense function)
5782         * src/SDCC.y,
5783         * src/SDCCast.c,
5784         * src/SDCCicode.c,
5785         * src/hc08/gen.c,
5786         * src/ds390/gen.c,
5787         * src/mcs51/gen.c: added support for the SWAP iCode (RFE #834167)
5788
5789 2003-11-04 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5790
5791         * src/SDCCcse.c (ifxOptimize),
5792         * src/SDCClabel.c (labelIfx, deleteIfx): When the condition to
5793         an IFX iCode is volatile, convert to DUMMY_READ_VOLATILE instead
5794         deleting the IFX iCode.
5795         * src/hc08/ralloc.c: reduced unneeded slocs
5796         * src/hc08/gen.c: fixed bug in asmopToBoolean
5797
5798 2003-11-04  Borut Razem <borut.razem AT siol.net>
5799
5800         * configure, configure.in, sdcc_vc_in.h, sdcconf_in.h,
5801           support/Util/NewAlloc.c, as/hc08/lklibr.c, as/mcs51/lklibr.c,
5802           as/z80/aslist.c, as/z80/assym.c: decision to include malloc.h
5803           transferred to configure
5804
5805 2003-11-03 Bernhard Held <bernhard AT bernhardheld.de>
5806
5807         Use headers defined in the C[++] standards:
5808         * sim/ucsim/gui.src/serio.src/fileio.cc
5809         * sim/ucsim/gui.src/serio.src/frontend.cc
5810         * sim/ucsim/gui.src/serio.src/main.cc
5811         * sim/ucsim/gui.src/serio.src/posix_signal.cc
5812         * support/Util/NewAlloc.c
5813         * as/hc08/lklibr.c
5814         * as/mcs51/lklibr.c
5815         * as/z80/aslist.c
5816         * as/z80/assym.c
5817
5818 2003-11-03  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
5819
5820         * Added MSVC projects for hc08 assembler and linker:
5821         all.dsp, config.dsp, sdcc.dsw, /as/hc08/as_hc08.dsp,
5822         /as/hc08/link_hc08.dsp
5823
5824 2003-11-03 Martin Helmling <Martin.Helmling AT octo-soft.de>
5825
5826         * debugger/mcs51/cmd.c: allows filename starting with digit(+ some debug)
5827
5828 2003-11-02 Bernhard Held <bernhard AT bernhardheld.de>
5829
5830         * src/SDCCmain.c (linkEdit): "fixed" again bug #833605
5831
5832 2003-11-01 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
5833
5834         * src/mcs51/main.c: xdata initialization is 13 bytes shorter now
5835
5836 2003-10-31  Borut Razem <borut.razem AT siol.net>
5837
5838         * support/cpp2/cpplib.h,
5839           support/cpp2/cpplib.c,
5840           support/cpp2/cpplex.c,
5841           support/cpp2/cppinit.c: introduced #pragma preproc_asm [ + | - ]
5842           to switch _asm block preprocessing on / off. Default is
5843           #pragma preproc_asm +
5844
5845 2003-10-31  Borut Razem <borut.razem AT siol.net>
5846
5847         * support/cpp2/cpplex.c: Fixed _WIN32 problem with CR-CR-LF sequences
5848           when outputting comment blocks (when executed with -C option) and
5849           _asm (SDCPP specific) blocks
5850
5851 2003-10-31 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5852
5853         * as/hc08/lkrloc.c (relr): Fixed ihx output, fixed lastAreaIndex warning
5854
5855 2003-10-31 Klaus Flittner <klaus_flittner AT gmx.de>
5856
5857         * src/SDCCcse.c (updateSpillLocation): fixed bug #808027
5858
5859 2003-10-31 Bernhard Held <bernhard AT bernhardheld.de>
5860
5861         * src/SDCCmain.c (linkEdit): "fixed" bug #833605
5862         * src/SDCCast.c (decorateType): fixed bug #832664
5863
5864 2003-10-31  Borut Razem <borut.razem AT siol.net>
5865
5866         * support\cpp2\cpplex.c: fixed for SDCPP:
5867           comments(when executed with -C option) and _asm blocks
5868           were included even if they where in skipped #if block.
5869           Applied solution from GCC cpp 3.3.2
5870
5871 2003-10-31  Borut Razem <borut.razem AT siol.net>
5872
5873         * src/SDCC.lex: sdcc now understands both formats:
5874           '# <line_number> <file_name>' and
5875           '#line <line_number> <file_name>'
5876         * support/cpp2/cppmain.c: sdcpp now generates the standard
5877           '# <line_number> <file_name>' instead of former
5878           '#line <line_number> <file_name>'
5879
5880 2003-10-30  Borut Razem <borut.razem AT siol.net>
5881
5882         * support/cpp2/cpphash.h,
5883         * support/cpp2/cpplib.h
5884         * support/cpp2/cpplex.c,
5885         * support/cpp2/cppmain.c,
5886         * support/cpp2/cppinit.c: fixed bug #828015 - Syntax variation for _asm character constants
5887
5888 2003-10-30 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5889
5890         Fixed a number of problems revealed by bug #827883.
5891         * src/SDCCloop.c (loopInvariants): Spill location of the
5892         result operand should be recomputed if extracted from
5893         a loop. Also, don't extract assignments of an iTemp
5894         from a literal.
5895         * src/SDCCast.c (isConformingBody): loop reversal should
5896         not occur if the control variable is involved with a
5897         relational operator.
5898
5899 2003-10-28 Bernhard Held <bernhard AT bernhardheld.de>
5900
5901         * .version: bumped to 2.3.6 to reflect the big improvements
5902         made by Erik and Klaus. Thanks!
5903
5904 2003-10-28 Klaus Flittner <klaus_flittner AT gmx.de>
5905
5906         Replaced the livrange code.
5907         * src/SDCClrange.c: added new LR code
5908         * src/SDCCloop.c,
5909         * src/SDCCBBlock.h: removed remainig parts from old LR code
5910         * src/ds390/ralloc.c,
5911         * src/ds390/gen.c: minor fixes to make it work with new code
5912
5913 2003-10-28 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5914
5915         * as/hc08/asm.h,
5916         * as/hc08/lkrloc.c,
5917         * src/hc08/gen.c,
5918         * src/hc08/ralloc.c: Fix various warnings related to the hc08
5919         * src/SDCCicode.c (geniCodePreInc, geniCodePreDec): Fixed bug #829717
5920         (tweaked fix for bug #818696)
5921
5922 2003-10-23 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5923
5924         * src/z80/ralloc.c (joinPushes): Fixed bug #828742
5925
5926 2003-10-23 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5927
5928         * src/SDCCmain.c,
5929         * sdccconf_in.h: Fixed bug #828387 (--disable-hc08-port didn't work)
5930         * src/mcs51/gen.c (gencjneshort),
5931         * src/ds390/gen.c (gencjneshort): Made comparison with AOP_IMMD operand
5932         more efficient (per Scott Bronson's suggestion)
5933
5934 2003-10-22 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5935
5936         Extended the semantics of the critical keyword to include
5937         individual statements. See RFE #827755 and #799831
5938         * src/SDCC.y
5939         * src/SDCCicode.c
5940         * src/SDCCopt.c
5941         * src/SDCCast.c
5942         * support/Util/SDCCerr.c
5943         * support/Util/SDCCerr.h
5944         * src/mcs51/gen.c
5945         * src/ds390/gen.c
5946         * src/hc08/gen.c
5947
5948 2003-10-19  Borut Razem <borut.razem AT siol.net>
5949
5950         * src/SDCC.lex: fixed bug #825944 - defined yytext_ptr to make it compile with flex 2.5.31
5951
5952 2003-10-19 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5953
5954         * src/SDCCicode.c (geniCodePreInc, geniCodePreDec, ast2iCode):
5955         Fixed bug #818696
5956         * src/SDCCast.c (ast_print): Fixed --dumptree so that preincrement
5957         and predecrement operand is displayed
5958
5959 2003-10-13 Bernhard Held <bernhard AT bernhardheld.de>
5960
5961         * src/SDCCval.c (valMinus): fixed bug #826041
5962
5963 2003-10-15 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5964
5965         Some hc08 related updates that I missed earlier
5966         * sim/ucsim/stypes.h
5967         * support/regression/ports/hc08/spec.mk
5968
5969 2003-10-15 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5970
5971         New target "hc08" for the Motorola 68hc08 family of micros
5972
5973         * configure
5974         * configure.in
5975         * Makefile
5976         * src/hc08/*
5977         * src/SDCCmain.c
5978         * src/port.h
5979         * sim/ucsim/hc08.src/*
5980         * sim/ucsim/configure.in
5981         * src/ucsim/configure
5982         * sim/ucsim/packages_in.mk
5983         * as/hc08/*
5984         * as/Makefile
5985         * device/include/mc68hc908qy.h
5986         * device/lib/hc08/*
5987         * device/lib/Makefile.in
5988         * support/regression/ports/hc08/*
5989         * support/regression/Makefile
5990
5991 2003-10-14 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5992
5993         * src/z80/gen.c: fixed bug revealed by ast_constant_folding.c
5994         regression test
5995         * src/ds390/gen.c (genCast): fixed bug #821957
5996
5997 2003-10-13 Bernhard Held <bernhard AT bernhardheld.de>
5998
5999         * device/lib/logf.c: "fixed" overlay bug
6000         * support/regression/ports/host/spec.mk: added m library
6001         * support/regression/ports/mcs51-stack-auto/spec.mk: added float funcs
6002         * support/regression/tests/float_trans: added (for Eric)
6003
6004 2003-10-12 Bernhard Held <bernhard AT bernhardheld.de>
6005
6006         * src/mcs51/gen.c (genCpl): fixed bug
6007         http://sf.net/mailarchive/message.php?msg_id=6263915
6008
6009 2003-10-10 Bernhard Held <bernhard AT bernhardheld.de>
6010
6011         * src/SDCCast.c (decorateType): added extended constant folding
6012         * src/SDCCsymt.c (computeType): cleanup
6013         * src/SDCCval.c (valShift): minor optimization
6014         * support/regression/tests/ast_constant_folding.c: added
6015
6016 2003-10-09  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6017
6018         * src/SDCCmain.c: removed some unintended changes
6019
6020 2003-10-09  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6021
6022         * src/SDCCmain.c (setParseWithComma): fixed bug #816685
6023         * src/z80/gen.c: fixed part of bug #817589
6024         * src/SDCCsymt.c (checkFunction): fixed bug #817895
6025
6026 2003-10-08 Bernhard Held <bernhard AT bernhardheld.de>
6027
6028         Replaced cast (void **) with (void *) to avoid gcc 3 warning:
6029         * src/SDCCcflow.c
6030         * src/SDCCcse.c
6031         * src/SDCCdflow.c
6032         * src/SDCClabel.c
6033         * src/SDCClrange.c
6034         * src/SDCCmem.c
6035         * src/SDCCopt.c
6036         * src/SDCCpeeph.c
6037         * src/SDCCset.c
6038         * src/avr/ralloc.c
6039         * src/ds390/ralloc.c
6040         * src/izt/ralloc.c
6041         * src/mcs51/ralloc.c
6042         * src/pic/ralloc.c
6043         * src/pic16/ralloc.c
6044         * src/xa51/ralloc.c
6045         * src/z80/ralloc.c
6046         * src/z80/gen.c: removed unused label "release:"
6047
6048 2003-10-06  Borut Razem <borut.razem AT siol.net>
6049
6050         * src/SDCC.lex: removed definition of unused variables
6051           save_optimize and save_options
6052
6053 2003-10-06 Bernhard Held <bernhard AT bernhardheld.de>
6054
6055         * clean.mk: removed '=' in "-maxdepth=1"
6056         * src/SDCCloop.c: replace LRKLAUS with SDCC_LRKLAUS
6057         * src/SDCClrange.c: replace LRKLAUS with SDCC_LRKLAUS
6058
6059 2003-10-06  Borut Razem <borut.razem AT siol.net>
6060
6061         * src/SDCC.lex, src/SDCC.lex: use dbuf for "_asm" definitions;
6062           my_unput() replaced by unput()
6063
6064 2003-10-05 Bernhard Held <bernhard AT bernhardheld.de>
6065
6066         * src/SDCCloop.c (assignmentsToSym, loopInduction): cast argument of
6067         setToNull() to (void *) to avoid gcc3.x's warning: "dereferencing
6068         type-punned pointer will break strict-aliasing rules"
6069         Old LR behaviour is again default; Klaus' LR can be choosen by
6070         defining the environment variable LRKLAUS
6071         * src/SDCCBBlock.h
6072         * src/SDCCloop.c
6073         * src/SDCClrange.c
6074         * src/ds390/ralloc.c (spillThis): applied Klaus' patch
6075         * clean.mk: fixed removal of files in bin/CVS/
6076         * device/lib/clean.mk: fixed removal of directories small and large
6077         * support/Util/SDCCerr.c: changed W_INT_OVL to ERROR_LEVEL_PEDANTIC
6078         * src/SDCCicode.c,
6079         * src/SDCCval.c: removed superflous test for pedantic
6080
6081 2003-10-05  Borut Razem <borut.razem AT siol.net>
6082
6083         * src/SDCC.lex, support/Util/SDCCerr.c, sdcc/support/Util/SDCCerr.h:
6084           Fixed bug #816692: introduced new ERROR_LEVEL_PEDANTIC warning
6085           message "unmatched #pragma SAVE and #pragma RESTORE"
6086
6087 2003-10-04  Frieder Ferlemann <Frieder.Ferlemann AT web.de>
6088
6089         * doc/sdccman.lyx: various additions and updates (interrupts, inline
6090           assembly, critical functions, atomic, nojtbound)
6091
6092 2003-10-04 Bernhard Held <bernhard AT bernhardheld.de>
6093
6094         Applied liferange patch from Klaus Flittner <klaus_flittner AT gmx.de>
6095         * src/SDCCBBlock.h
6096         * src/SDCCloop.c
6097         * src/SDCCloop.h
6098         * src/SDCClrange.c
6099
6100 2003-10-03  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6101
6102         * src/z80/gen.h,
6103         * src/z80/gen.c (aopOp, aopGet, aopPut, genDummyRead),
6104         * src/mcs51/gen.h
6105         * src/mcs51/gen.c (aopOp, aopGet, aopPut, genDummyRead),
6106         * src/ds390/gen.h
6107         * src/ds390/gen.c (aopOp, aopGet, aopPut, genDummyRead),
6108         * src/SDCCicode.c (ast2iCode, geniCodeDummyRead): Fixed bug #663539
6109         * src/SDCCopt.c (killDeadCode): Fixed bugs #663539 & #816705
6110
6111 2003-10-02  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6112
6113         * src/z80/gen.c (genRet): fixed bug #524753
6114         * src/z80/gen.c (genCast): fixed internal error on cast from
6115         pointer to long
6116         * src/z80/gen.c (_saveRegsForCall, emitCall): adapted Johan's
6117         fix for bug #477835 to the z80
6118         * src/z80/gen.c (genZ80code, _vemit2, _emit2): added support
6119         for tracking iCodes in the peephole optimizer for z80
6120
6121 2003-10-01  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6122
6123         * src/SDCCicode.c (geniCodeJumpTable, geniCodeSwitch): fixed
6124         the other part of bug #814548
6125         * src/SDCCpeeph.c (labelInRange): fixed bug #814558
6126
6127 2003-09-30  Bernhard Held <bernhard AT bernhardheld.de>
6128
6129         * src/SDCCcse.c: fixed part of bug #814548
6130
6131 2003-09-28  Borut Razem <borut.razem AT siol.net>
6132
6133         * src/asm.c: rewrite of printILine() to use temporary file instead
6134           a pipe
6135         * src/xa51/main.c: commented out declaration of int rewinds
6136
6137 2003-09-27  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6138
6139         * src/SDCCicode.c (geniCodeJumpTable): Fixed bug #813206
6140
6141 2003-09-26  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6142
6143         * src/SDCCdflow.c (computeDataFlow): Fixed bug #810746
6144         * src/asm.c (printILine): Fixed bug #811015
6145
6146 2003-09-22  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
6147
6148         *link/z80/lklibr.c, as/mcs51/lklibr.c: Improved memory allocation and
6149         freeing.
6150
6151 2003-09-21  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6152
6153         * src/z80/gen.c (setupToPreserveCarry): Fixed bug #796955
6154         * src/z80/gen.c (setupPair, genMovePairPair): Fixed setupPair
6155         to correctly handle general case of AOP_PAIRPTR
6156         * src/z80/gen.c (aopGet, aopPut): Generalized AOP_PAIRPTR handling
6157
6158 2003-09-21  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6159
6160         * src/mcs51/ralloc.c (fillGaps),
6161         * src/ds390/ralloc.c (fillGaps): fixed bug #810093 (yet another
6162         register positioning bug)
6163
6164 2003-09-21  Bernhard Held <bernhard AT bernhardheld.de>
6165
6166         * device/lib/_fsdiv.c: replaced (1<<31) by (1ul<<31)
6167
6168 2003-09-19  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6169
6170         * src/mcs51/gen.c (loadDptrFromOperand, genFarPointerGet,
6171         genCodePointerGet, genGenPointerGet, genFarPointerSet,
6172         genGenPointerSet): handle AOP_DPTR correctly when loading dptr
6173         (ralloc doesn't intentionally do this now, but perhaps later)
6174         * src/mcs51/ralloc.c (serialRegAssign, fillGaps),
6175         * src/ds390/ralloc.c (serialRegAssign, fillGaps): fixed some
6176         register positioning bugs (Fixed bug #762602 and #795325)
6177         * src/SDCCicode.c (geniCodeDerefPtr): Track output class correctly
6178         (Fixed bug #808779)
6179         * src/z80/gen.c: increased _vemit2's buffer[] to handle long
6180         lines that --i-code-in-asm generates
6181
6182 2003-09-18  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
6183
6184         *link/z80/lklibr.c, as/mcs51/lklibr.c: Fixed Linux segfaults when
6185         trying to fclose a FILE* that was already closed.
6186
6187 2003-09-18  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6188
6189         * src/SDCCsymt.c (structElemType): fixed bug #808291 (members
6190         of const struct should be treated as if const themselves)
6191
6192 2003-09-18  Bernhard Held <bernhard AT bernhardheld.de>
6193
6194         * src/SDCCval.c (valPlus, valMinus): fixed bug #808337
6195
6196 2003-07-06  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
6197
6198         * support/librarian/sdcclib.c: Generate correct offsets for libraries with
6199         Unix (/n) and DOS (/r/n) line terminations.
6200
6201 2003-09-17  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6202
6203         * src/SDCCopt.c (cnvFromFloatCast, cnvToFloatCast): fixed
6204         bug #613775
6205
6206 2003-09-16  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6207
6208         * src/mcs51/gen.c (genFunction, genEndFunction),
6209         * src/ds390/gen.c (genFunction, genEndFunction): Moved save
6210         and restore of EA so that stack offsets to parameters are
6211         correct when using both critical and reentrant/stack-auto.
6212         * src/z80/gen.c (aopOp): removed erroneous assertion about sloc
6213         size (can be triggered in error if sloc is shared between
6214         different sized objects)
6215         * device/include/float.h: fixed macros to explicitly use
6216         unsigned long where needed
6217
6218 2003-09-15  Bernhard Held <bernhard AT bernhardheld.de>
6219
6220         Feature req. 799831: added code to allow nesting of critical functions
6221         * src/mcs51/gen.c (genFunction, genEndFunction)
6222         * src/ds390/gen.c (genFunction, genEndFunction)
6223
6224 2003-09-14  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6225
6226         * src/SDCCsymt.c (sclsFromPtr),
6227         * src/SDCCsymt.h,
6228         * src/SDCCast.c (decorateType): fixed bug #462971. Also, better
6229         support for standard C idiom of memory mapped variables; for
6230         example, *((xdata int*)0x1234) = 1 is now internally equivalent
6231         to xdata int at 0x1234 tempvar = 1.
6232         * sim/ucsim/z80.src/inst_xd.cc: fixed bug #805483 with patch
6233         provided by Akiya ISHIDA
6234
6235 2003-09-13  Bernhard Held <bernhard AT bernhardheld.de>
6236
6237         * src/SDCCval.c (cheapestVal): reenabled to reduce int to char
6238         * src/SDCCval.c (constVal): added reduction from int to char
6239         * src/SDCCval.c (valMult, valDiv): fixed sign handling
6240         * src/SDCCval.c (valShift): fixed after change of cheapestVal()
6241         * src/SDCCval.c (valCompare): fixed EQ_OP and NE_OP; they have
6242         to ignore the sign
6243         * support/regression/tests/shifts.c: fixed
6244
6245 2003-09-13  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6246
6247         * src/z80/gen.c (genXor): Fixed bug #805445
6248
6249 2003-09-12  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6250
6251         Fixed bug #621531 (const & volatile confusion in the type chain).
6252         DCL_PTR_CONST, DCL_PTR_VOLATILE, & IS_PTR_CONST now exclusively
6253         refer to the const or volatile state of the pointer itself.
6254
6255         * src/SDCCast.c
6256         * src/SDCCglue.c
6257         * src/SDCCicode.c
6258         * src/SDCCsymt.c
6259         * src/SDCCval.c
6260         * src/SDCC.y
6261         * src/SDCCsymt.h
6262         * src/pic/gen.c
6263         * src/pic/ralloc.c
6264         * src/pic16/gen.c
6265         * src/pic16/ralloc.c
6266         * support/regression/tests/const.c
6267
6268 2003-09-10  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
6269
6270         When checking for duplicated modules, use absolute paths
6271         instead of relative paths.  Files changed:
6272
6273         * as/mcs51/lklib.c
6274         * link/z80/lklib.c
6275
6276 2003-09-09  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6277
6278         * src/SDCCicode.c (geniCodeLogic): fixed bug #797572
6279
6280 2003-09-07  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6281
6282         * device/include/string.h: added size_t typedef, changed
6283         prototypes to use size_t, eliminated separate reentrant and
6284         non-reentrant declarations, added _memmove declaration
6285         * device/lib/_memcpy.c: changed to use size_t instead of int,
6286         changed /4 to >>2 to avoid division library call
6287         * device/lib/_memcmp.c,
6288         * device/lib/_memset.c,
6289         * device/lib/_strncat.c,
6290         * device/lib/_strncpy.c,
6291         * device/lib/_strncmp.c: changed to use size_t instead of int
6292         * device/lib/_memmove.c: new file (fixed bug #772294)
6293         * device/lib/Makefile.in: added _memmove.c
6294         * device/lib/z80/asm_strings.s: fixed bug #772290
6295         * support/regression/tests/bitfields.c: attempt to fix host assertion
6296         failure on amd64-unknown-linux2.2
6297
6298 2003-09-06  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6299
6300         * src/z80/gen.c (aopPut, spillPairReg): fixed bug #800998
6301         * src/z80/gen.c (genFunction, genEndFunction): fixed "bug" #774700
6302         * as/z80/asmain.c (main): fixed bug #801766
6303
6304 2003-09-06  Bernhard Held <bernhard AT bernhardheld.de>
6305
6306         * src/SDCCicode.c (ast2iCode): fixed differences in iCode with different
6307         compilers
6308
6309 2003-09-05  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6310
6311         * src/SDCCast.c (isConformingBody): fixed loop reversal bug
6312         reported in bug #800609
6313
6314 2003-09-04  Vangelis Rokas <vrokas AT otenet.gr>
6315
6316         * Top header beautifications in src/pic16 directory:
6317           device.c, device.h, gen.c, gen.h, genarith.c, glue.c, pcode.c,
6318           pcodeflow.c, pcodeflow.h, pcode.h, pcodepeep.c, pcoderegs.c,
6319           pcoderegs.h, ralloc.c, ralloc.h
6320         * main.c: added top header and GPL license notice
6321         * pcode.c: fixed the if-conditional warning
6322
6323 2003-09-04  Bernhard Held <bernhard AT bernhardheld.de>
6324
6325         * device/lib/_mullong.c: replaced int by short for gcc
6326
6327 2003-08-31  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6328
6329         * src/SDCCpeeph.c (notVolatile, notVolatileVariable): handle IFX
6330         and JUMPTABLE iCodes properly now (worked by accident before)
6331         * src/mcs51/gen.c (leftRightUseAcc),
6332         * src/ds390/gen.c (leftRightUseAcc): handle IFX and JUMPTABLE
6333         iCode properly now. Use getSize instead of nRegs since a & b
6334         aren't part of the nRegs tally.
6335
6336 2003-08-31  Vangelis Rokas <vrokas AT otenet.gr>
6337
6338         * src/pic16/main.c: corrected offsets of interrupt vectors in _pic16_genIVT()
6339         * src/pic16/pcode.c: fix to disable inserting BANKSEL directive
6340           before instructions that use the _STATUS register
6341
6342 2003-08-31  Bernhard Held <bernhard AT bernhardheld.de>
6343
6344         * src/mcs51/gen.c (freeAsmop): fixed off by one in stack offset (AOP_STK)
6345         * src/mcs51/gen.c (genNearPointerSet): added missing opcode for
6346         fetching of the pointer
6347         * src/mcs51/gen.c (genNearPointerGet): added reuse of PREG,
6348         copied from genNearPointerSet()
6349         * src/mcs51/gen.c (genNearPointerGet): don't pop r0/r1, if RESULTONSTACK
6350         * src/mcs51/gen.c: changed order of freeAsmop(left/right/result)-calls.
6351         If they pop r0/r1 they must be called in the opposite order than aopOp().
6352         * device/lib/_mullong.c: fixed for "--model-large --int-long-reent"
6353         (resp. --stack-auto), prepared for --xstack
6354
6355 2003-08-28  Frieder Ferlemann <Frieder.Ferlemann AT web.de>
6356
6357         * doc/sdccman.lyx: reverted tables to those in cvs 1.64
6358
6359 2003-08-28  Bernhard Held <bernhard AT bernhardheld.de>
6360
6361         * device/lib/_startup.c: quick & dirty fix for ds390/ds400;
6362         these ports have their own __sdcc_external_start()
6363
6364 2003-08-26  Bernhard Held <bernhard AT bernhardheld.de>
6365
6366         pic patch provided by Slade Rich <slade_rich AT yahoo.com>
6367         * src/pic/glue.c (pic14printPublics): fixed bug introduced when symbol
6368         type for bits was changed. It resulted in bit variables becoming
6369         global, which is not permitted in PIC 14 assembly output.
6370
6371 2003-08-23  Frieder Ferlemann <Frieder.Ferlemann AT web.de>
6372
6373         * doc/sdccman.lyx: various additions and updates. Rearranged sections
6374
6375 2003-08-22  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
6376
6377         Z80 and MCS51 linkers complaint if a public symbol is defined
6378         in more than one library module:
6379
6380         * as/mcs51/lklib.c
6381         * link/z80/lklib.c
6382         * as/mcs51/Makefile.in
6383
6384 2003-08-22  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6385
6386         A few small changes that speed up the peephole optimizer.
6387
6388         * src/SDCCpeeph.c
6389
6390 2003-08-22  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6391
6392         Try to make the peephole optimizer smarter by maintaining
6393         an association between the assembly source code and the
6394         iCodes that originated them. Put this information to use
6395         with a new peephole rule condition "notVolatile" so that
6396         the rules can be aggressive yet still safe.
6397
6398         * src/SDCCpeeph.c
6399         * src/SDCCpeeph.h
6400         * src/mcs51/gen.c
6401         * src/mcs51/peeph.def
6402
6403 2003-08-20  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6404
6405         Fixed bug #741761
6406
6407         * src/mcs51/gen.c (aopForSym, leftRightUseAcc),
6408         * src/ds390/gen.c (aopForSym, leftRightUseAcc): preserve A and B
6409         if the left or right operand symbols have the accuse flag set.
6410
6411 2003-08-20  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6412
6413         Changed the type of the result of the ! (NOT) operator to char;
6414         previously it returned the same type as the source. This allows
6415         us to eliminate all the genFloatNot functions (all of its target
6416         implementations were very buggy) since !float can use the same
6417         code as !long now.
6418
6419         * src/SDCCicode.c (ast2iCode): ! returns char
6420         * src/mcs51/gen.c (genNot, genNotFloat),
6421         * src/ds390/gen.c (genNot, genNotFloat),
6422         * src/z80/gen.c (genNot, genNotFloat),
6423         * src/pic/gen.c (genNot, genNotFloat),
6424         * src/pic16/gen.c (genNot, genNotFloat): eliminated genNotFloat
6425
6426 2003-08-19  Bernhard Held <bernhard AT bernhardheld.de>
6427
6428         pic patch provided by Slade Rich <slade_rich AT yahoo.com>
6429         1. Interrupt would not compile properly. Ensure PCLATH register is saved
6430            during interrupts. Ensure WSAVE is located at a shared bank address.
6431         2. Fixed page selection in some places
6432         3. Fixed BTFSS/C to where necessary use registers directly and not simply
6433            the registers name strings.
6434         4. Fixed "signed / unsigned compare" compiler warnings.
6435         5. The PIC port manages its own allocation of the general purpose
6436            registers, but makes no attempt to reuse them. As a result when
6437            compiling it soon runs out of general purpose registers. Some
6438            additional code was added to the files pcode.c and device.c to walk
6439            through the function call tree and rename the registers so that they
6440            get reused.
6441
6442         * src/pic/device.c
6443         * src/pic/gen.c
6444         * src/pic/glue.c
6445         * src/pic/pcode.c
6446         * src/pic/pcode.h
6447         * src/pic/ralloc.c
6448         * src/pic/ralloc.h
6449         * src/pic/genarith.c: Fixed problems with PIC 14 port in functions
6450         genPlus() & genMinus() when the result is the same as left or right
6451
6452 2003-08-18  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6453
6454         * src/z80/gen.c (isUnsplitable, fetchPairLong): fixed bug #770454
6455
6456 2003-08-18  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6457
6458         Made bitfield a distinct type from bit so that bitfields
6459         convert as per ANSI C and bits retain their traditional
6460         boolean style behaviour. Implemented bitfield support in
6461         the z80 port.
6462
6463         * src/SDCCsymt.h,
6464         * src/SDCCsymt.c,
6465         * src/SDCCast.c,
6466         * src/cdbFile.c,
6467         * src/mcs51/gen.c,
6468         * src/ds390/gen.c: bit v bitfield split
6469         * src/z80/gen.c: New support for bitfields
6470         * support/regression/tests/bitfields.c: reenabled z80,
6471         added more tests
6472
6473 2003-08-17  Frieder Ferlemann <Frieder.Ferlemann AT web.de>
6474
6475         Rules 246.x, 247.x relate to bitfields, the others speed up
6476         access to xdata mapped I/O devices.
6477
6478         * src/mcs51/peeph.def: added 26 peepholes 246.x - 248.x, 180.x
6479
6480 2003-08-16  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6481
6482         Cleaned up genPackBits and genUnpackBits and added two helper
6483         functions, emitPtrByteGet & emitPtrByteSet. Added optimizations
6484         for literal assignments in genPackBits (thanks to Frieder for
6485         reminding me).
6486
6487         * src/mcs51/gen.c
6488         * src/ds390/gen.c
6489
6490 2003-08-16  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6491
6492         Fixed bug #748310 (pointer to function type mishandled when the
6493         function name is omitted). Also fixed a SIGSEGV when a function
6494         attribute (reentrant, etc) is used on a non-function or on a
6495         function but misplaced before the parameter list.
6496
6497         * src/SDCC.y (abstract_declarator, abstract_declaractor2): fixed
6498         bug #748310
6499         * src/SDCC.y (declarator2_function_attributes): avoided SIGSEGV
6500         * support/Util/SDCCerr.h,
6501         * support/Util/SDCCerr.c: Added func attr misuse error msg
6502
6503 2003-08-13  Bernhard Held <bernhard AT bernhardheld.de>
6504
6505         Fixed bug #787649 by anonymous
6506         * src/SDCCglue.c (emitRegularMap): added emission of sloc for func ptr
6507         * src/ds390/gen.c (aopForSym): fixed func ptr in sloc
6508
6509 2003-08-14  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6510
6511         Fixed numerous bitfield problems.
6512
6513         * src/SDCC.y: More bitfield related error checking
6514         * src/SDCCsymt.h,
6515         * src/SDCCsymt.c (compStructSize): fixed bitfield offset calc
6516         * support/Util/SDCCerr.h,
6517         * support/Util/SDCCerr.c: Added & edited some bitfield err msgs
6518         * src/mcs51/gen.c (genPackBits, genUnpackBits): fixed mask bugs
6519         * src/ds390/gen.c (genPackBits, genUnpackBits): fixed mask bugs
6520         * support/regression/tests/bitfields.c: tests added
6521
6522 2003-08-13  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6523
6524         Made the constant following the "interrupt" keyword optional. If
6525         omitted, the function will not automatically be given an entry
6526         in the interrupt vector table (similar to #pragma NOIV, but
6527         less syntacticly kludgy). The interrupt number is also now
6528         range checked. Also fixed a bug in the high order bit example
6529         in the manual.
6530
6531         * src/SDCC.y
6532         * src/SDCCmem.c
6533         * src/SDCCglue.c
6534         * src/SDCCsymt.h
6535         * support/Util/SDCCerr.c
6536         * support/Util/SDCCerr.h
6537         * doc/sdccman.lyx
6538
6539 2003-08-13  Bernhard Held <bernhard AT bernhardheld.de>
6540
6541         * src/SDCCcse.c (algebraicOpts): fix bug converting op from value to type
6542         * src/SDCCicode.c (operandOperation): rewritten some ops
6543         (*, ==, unary_minus) to fix possible overflows and to accord with ANSI
6544         * src/SDCCsymt.c (computeType): literals are handled the same way as any
6545         other type
6546         * src/SDCCval.c (cheapestVal): removed, it doesn't accord with ANSI (can
6547         be re-activated by defining REDUCE_LITERALS)
6548         * src/SDCCval.c (constVal): fixed; hex and octal constants can be
6549         unsigned, but are signed by default
6550         * src/SDCCval.c (constVal): rearranged
6551         * src/SDCCval.c (valMod): preliminary fix
6552         * src/SDCCval.c (valCastLiteral): use TYPE_* types
6553         * support/regression/literalop.c: added, work in progress
6554
6555 2003-08-12  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6556
6557         Generate warnings for useless declarations like "char data;"
6558         that don't do what new users expect.
6559
6560         * src/SDCC.y
6561         * support/Util/SDCCerr.h
6562         * support/Util/SDCCerr.c
6563
6564 2003-08-09  Bernhard Held <bernhard AT bernhardheld.de>
6565
6566         * src/SDCCval.c (valMult): fix overflow detection of negative int
6567
6568 2003-08-07  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6569
6570         * src/z80/ralloc.c (joinPushes): made compatible with new signedness
6571
6572         Changes to support big endian targets:
6573
6574         * src/ports.h
6575         * src/SDCCglue.c
6576         * src/avr/main.c
6577         * src/ds390/main.c
6578         * src/izt/i186.c
6579         * src/mcs51/main.c
6580         * src/pic/main.c
6581         * src/pic16/main.c
6582         * src/xa51/main.c
6583         * src/z80/main.c
6584
6585 2003-08-06  Bernhard Held <bernhard AT bernhardheld.de>
6586
6587         * src/SDCCval.c (cheapestVal): changed behaviour to the same as constVal()
6588         * device/lib/time.c: fixed warning "integer overflow in expression"
6589
6590 2003-08-05  Bernhard Held <bernhard AT bernhardheld.de>
6591
6592         * src/SDCCval.c (cheapestVal, valueFromLit): use TYPE_* types
6593         * src/SDCCval.c (constVal): changed default to signed; hex and octal
6594         constants are unsigned; added recognition of "u" flag for unsigned
6595         * src/SDCCval.c (valMult): fixed signdness, added warning for overflow
6596         * src/SDCCval.c (valDiv, valMod): fixed signdness
6597         * src/SDCCicode.c (operandOperation): fixed critical typo; fixed
6598         signedness of modulo, left and right shift
6599         * support/Util/SDCCerr.c: added warning "integer overflow in expression"
6600         * support/Util/SDCCerr.h: added warning W_INT_OVL
6601         * src/SDCCast.c (decorateType): fixed gcc3.3 warning
6602         * src/SDCCast.c (ast_print): improved output of constants
6603
6604 2003-08-04  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
6605
6606         Fixed some warnings when building with MSVC:
6607
6608         * as\mcs51\asdata.c
6609         * as\z80\asdata.c
6610         * as\mcs51\asm.h
6611         * as\z80\asm.h
6612         * link\z80\aslink.h
6613         * link\z80\lkdata.c
6614         * link\z80\lkeval.c
6615         * link\z80\lkgb.c
6616         * link\z80\lkihx.c
6617         * link\z80\lks19.c
6618         * link\z80\lksym.c
6619         * support\cpp2\cpplib.c
6620         * src\ds390\gen.c
6621         * src\mcs51\gen.c
6622
6623 2003-08-03  Bernhard Held <bernhard AT bernhardheld.de>
6624
6625         * src/SDCCast.c (constExprTree): fix bug #781827 by Carl Worth <cworth AT isi.edu>
6626
6627 2003-08-01  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
6628
6629         * support\librarian\clean.mk: Do not remove Makefile.
6630         * support\librarian\Makefile: added.
6631
6632 2003-08-01  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
6633
6634         Added librarian to MSVC build:
6635         * all.dsp
6636         * sdcc.dsw
6637         * support\librarian\librarian.dsp
6638
6639         'configure' not needed for librarian, removed:
6640         * support\librarian\configure
6641         * support\librarian\configure.in
6642         * support\librarian\config_in.h
6643         * support\librarian\Makefile.in
6644
6645         Hopefully these ones built the librarian and the rest of sdcc properly:
6646         * Makefile
6647         * Makefile.common.in
6648
6649         Messed up 'configure', so revert to previous version:
6650         * configure
6651         * configure.in
6652
6653 2003-07-31  Bernhard Held <bernhard AT bernhardheld.de>
6654
6655         * src/SDCCicode.c (operandOperation): 3. fix, this time for Alpha; ULONG has 64 bits
6656         there, while the mantissa of a double is "only" 53 bits wide.
6657
6658 2003-07-31  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
6659
6660         Adding sdcclib to the build.  MSVC project coming soon.
6661         Files added/changed:
6662
6663         * support\librarian\clean.mk
6664         * support\librarian\configure
6665         * support\librarian\configure.in
6666         * support\librarian\config_in.h
6667         * support\librarian\Makefile.bcc
6668         * support\librarian\Makefile.in
6669         * support\librarian\sdcclib.c
6670         * Makefile.bcc
6671         * Makefile
6672         * Makefile.common.in
6673         * configure
6674         * configure.in
6675
6676 2003-07-29  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
6677
6678         Linker now complaints if linked modules have conflicting options, for
6679         example, one compiled using --model-large and another one compiled with
6680         --model-small.  The following files were modified:
6681
6682         * as\mcs51\asdata.c
6683         * as\mcs51\aslink.h
6684         * as\mcs51\asm.h
6685         * as\mcs51\asmain.c
6686         * as\mcs51\asout.c
6687         * as\mcs51\i51pst.c
6688         * as\mcs51\lkdata.c
6689         * as\mcs51\lklibr.c
6690         * as\mcs51\lkmain.c
6691         * as\z80\asdata.c
6692         * as\z80\asm.h
6693         * as\z80\asmain.c
6694         * as\z80\asout.c
6695         * as\z80\z80pst.c
6696         * link\z80\aslink.h
6697         * link\z80\lkdata.c
6698         * link\z80\lklibr.c
6699         * link\z80\lkmain.c
6700         * src\SDCCglue.c
6701
6702 2003-07-28  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
6703
6704         *link/z80/aslink.h, link/z80/lklibr.c, as/mcs51/aslink.h,
6705         as/mcs51/lklibr.c: Generate a warning when a library is not found.
6706
6707 2003-07-28  Bernhard Held <bernhard AT bernhardheld.de>
6708
6709         * src/z80/mappings.i: fix _mul[us][int,long] entries
6710
6711 2003-07-26  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
6712
6713         *src/SDCCmain.c: do not search for crt0.o when using --nostdlib
6714
6715 2003-07-24  Bernhard Held <bernhard AT bernhardheld.de>
6716
6717         * src/SDCCicode.c (operandOperation): really fixed problem with bitops
6718         * support/regression/tests/bitopcse.c: added
6719         fixed warning:
6720         * src/avr/gen.c:
6721         * src/pic/gen.c:
6722         * src/pic16/gen.c:
6723         * src/z80/gen.c:
6724         * src/xa51/gen.c:
6725
6726 2003-07-24  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
6727
6728         added support for new library format to z80, gbz80 linkers:
6729         *link/z80/aslink.h
6730         *link/z80/lklex.c
6731         *link/z80/lklib.c
6732         *link/z80/lklist.c
6733
6734 2003-07-24  Bernhard Held <bernhard AT bernhardheld.de>
6735
6736         * src/SDCCicode.c (operandOperation): fixed problem with bitops and 0xffffffff;
6737         after {double d = 0xffffffff; long l = d;} l will be 0x80000000 (LONG_MIN)
6738
6739 2003-07-23  Bernhard Held <bernhard AT bernhardheld.de>
6740
6741         added DUMMY_READ_VOLATILE:
6742         * src/SDCC.y:
6743         * src/avr/gen.c:
6744         * src/xa51/gen.c:
6745         * src/z80/gen.c:
6746         * src/pic/gen.c:
6747         * src/pic16/gen.c:
6748         * src/mcs51/gen.c:
6749         * src/ds390/gen.c:
6750         * src/SDCCcse.c (algebraicOpts): many improvements
6751         * src/SDCCcse.h: removed algebraicOpts()
6752         * src/SDCCicode.c (picDummyRead): added
6753
6754 2003-07-23  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
6755
6756         * as/mcs51/lkmem.c: Changed message "Insufficient DRAM memory" to
6757         "Insufficient space in data memory".
6758
6759 2003-07-20  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6760
6761         * src/mcs51/gen.c: fixed bug #771358
6762         * src/z80/gen.c: fixed bug #759087
6763
6764 2003-07-20  Bernhard Held <bernhard AT bernhardheld.de>
6765
6766         * src/pic16/glue.c: minor cleanup by Vangelis
6767
6768 2003-07-19  Frieder Ferlemann <Frieder.Ferlemann AT web.de>
6769
6770         * device/include/regc515c.h: fixed #758477
6771         * device/lib/_gptrget.c: saving some cycles in generic pointer get
6772         * device/lib/_gptrput.c: saved a few bytes
6773         * my tab spacing is 8, yours too?)
6774         * device/lib/_ser.c: process RX bytes earlier than TX bytes
6775         * device/lib/serial.c: process RX bytes earlier than TX bytes
6776         * src/mcs51/gen.c(genGenPointerGet/Set): removed writing of type after postincrement
6777
6778 2003-07-18  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6779
6780         * src/z80/gen.c: fixed some right shift bugs (#772726 among them)
6781
6782 2003-07-17  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
6783
6784     * link/z80/lklibr.c: fixed bug when there is a '.' in a library path.
6785
6786 2003-07-17  Bernhard Held <bernhard AT bernhardheld.de>
6787
6788         * device/lib/Makefile.in: bad fix, reverted to 1.43
6789
6790 2003-07-16  Bernhard Held <bernhard AT bernhardheld.de>
6791
6792         * device/lib/Makefile.in: added missing z80 object files
6793
6794 2003-07-14  Bernhard Held <bernhard AT bernhardheld.de>
6795
6796         * src/SDCCcse.c (algebraicOpts): CSE fun with &|^ and 0x00/0xff literals
6797         pic16 progress by Vangelis:
6798         * src/SDCCglobl.h:
6799         * src/SDCCmain.c:
6800         * src/pic/Makefile:
6801         * src/pic:
6802         * pic/Makefile:
6803         * pic16/device.c:
6804         * pic16/device.h:
6805         * pic16/gen.c:
6806         * pic16/gen.h:
6807         * pic16/genarith.c:
6808         * pic16/glue.c:
6809         * pic16/main.c:
6810         * pic16/pcode.c:
6811         * pic16/pcode.h:
6812         * pic16/pcodepeep.c:
6813         * pic16/peeph.def:
6814
6815 2003-07-13  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
6816
6817     * src/SDCCmain.c, src/SDCCglobl.h: added option --no-std-crt0
6818
6819 2003-07-12  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
6820
6821     * sdcc.dsw, all.dsp, link/z80/linkgbz80.dsp, as/z80/as-gbz80.dsp:
6822     added gbz80 build to MSVC project.
6823     * src/SDCCmain.c, src/SDCCglue.c, src/z80/main.c, src/z80/z80.dsp,
6824     link/z80/aslink.h, linkz80.dsp: cleaned up z80 and gbz80 asm files
6825     from 8051 stuff and setup so it links using a .lnk file.
6826
6827 2003-07-06  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
6828
6829     * support/librarian/sdcclib.c: sdcc librarian.
6830     * as/mcs51/aslink.h, as/mcs51/lklib.c: Support for libraries created
6831     with sdcclib.
6832
6833 2003-07-03  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
6834
6835     * as/mcs51/lkmain.c: properly handle extensions in function afile.
6836
6837 2003-07-02  Borut Razem <borut.razem AT siol.net>
6838
6839         * src/port.h, src/SDCCmain.c, src/pic/glue.h, src/pic/main.c,
6840         src/pic16/glue.h, sdcc/src/pic16/main.c, src/izt/i186.c,
6841         src/izt/tlcs900h.c, src/avr/main.c, src/ds390/main.c, src/mcs51/main.c,
6842         src/xa51/main.c, src/z80/main.c:
6843         virtualization of glue() function: each port has it's own glue function,
6844         which is accessed by do_glue function pointer in PORT.general structure
6845
6846 2003-07-01 Kevin Vigor <kevin AT vigor.nu>
6847
6848         * DS800C400 fun, improved ROM interface and tinibios.
6849
6850 2003-06-27 Kevin Vigor <kevin AT vigor.nu>
6851
6852         * More support for DS80C400. Now includes beginning of interface to ROM.
6853
6854 2003-06-25  Bernhard Held <bernhard AT bernhardheld.de>
6855
6856         * src/mcs51/gen.c (gencjneshort): fixed bug #760345
6857
6858 2003-06-20  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
6859
6860         * as/mcs51/lkaomf51.c: Make sure the size of the last procedure is correct.
6861
6862 2003-06-19  Borut Razem <borut.razem AT siol.net>
6863
6864         * src/z80/main.c: fixed Z80 port again: missing -k library paths in linker command line
6865
6866 2003-06-19  Borut Razem <borut.razem AT siol.net>
6867
6868         * src/SDCCutil.h, src/SDCCutil.c, src/SDCCglobl.h, src/SDCCmain.c, src/z80/main.c:
6869         fixed Z80 port - crt0.o: cannot open.
6870
6871 2003-06-19  Bernhard Held <bernhard AT bernhardheld.de>
6872
6873         * support/Util/MySystem.c (merge_command): revert bad fix
6874
6875 2003-06-18  Borut Razem <borut.razem AT siol.net>
6876
6877         * src/SDCC.lex, src/SDCCmain.c: fixed some warnings, introduced with changes made 15.06.1003
6878
6879 2003-06-18  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
6880
6881         * src/SDCCglobl.h, src/SDCCmain.c, doc/sdccman.lyx:
6882         option --use-stdout sends errors to stdout instead of stderr.
6883
6884 2003-06-18  Bernhard Held <bernhard AT bernhardheld.de>
6885
6886         * support/Util/MySystem.c (merge_command): quick fix for Linux segfault with \"cmd\" arg
6887
6888 2003-06-15  Borut Razem <borut.razem AT siol.net>
6889
6890         * support/cpp2/sdcc.h: HAVE_DOS_BASED_FILE_SYSTEM defined for _WIN32
6891         * src/SDCC.lex: cloneXxx and copyAndFreeXxx functions for options and optimize stack handling
6892         * src/SDCCglobl.h, src/SDCCmain.c, src/ds390/main.c, src/mcs51/main.c, src/z80/main.c:
6893         fixed width array of pointers replaced with sets;
6894         multiple include and lib paths ared transferred to preprocessor and linker
6895         * src/SDCCset.c, src/SDCCset.h: added function setFromSetNonRev() and mergeSets()
6896         * src/SDCCsymt.c: reimplemented function inCalleeSaveList() by using sets instead
6897         fixed width array of pointers
6898         * src/SDCCutil.c, src/SDCCutil.h: added functions fputStrSet(), appendStrSet(), joinStrSet();
6899         removed functions addToList(), join(), joinn(), pathCharsEquivalent(), pathCharTransform(),
6900         fixupPath(), getPathDifference()
6901         * src/ds390/gen.c, src/mcs51/gen.c: reimplemented function  inExcludeList() by using sets instead
6902         fixed width array of pointers
6903
6904 2003-06-11  Bernhard Held <bernhard AT bernhardheld.de>
6905
6906         * src/pic16/ralloc.c: fix warnings
6907         * src/pic16/pcode.c: fix warning
6908
6909 2003-06-10  Scott Dattalo  <scott AT dattalo.com>
6910
6911          Scott D. for Vangelis Rokas (vrokas AT otenet.gr). I (scott) don't
6912         know all the details, but essentially this set of changes enable
6913         the pic16 port to generate movff instructions and generate assembler
6914         directives,
6915         * src/SDCCmain.c:
6916         * src/pic16/gen.c:
6917         * src/pic16/glue.c:
6918         * src/pic16/pcode.c:
6919         * src/pic16/device.c:
6920         * src/pic16/main.c:
6921         * src/pic16/pcode.h:
6922         * src/pic16/pcoderegs.c:
6923         * src/pic16/ralloc.c:
6924         * src/pic16/ralloc.h:
6925
6926 2003-06-08  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
6927
6928         * support/Util/SDCCerr.c, src/SDCCglobl.h, src/SDCCmain.c, doc/sdccman.lyx:
6929         added option --vc, so sdcc errors and warnings are compatible with
6930         Microsoft Visual Studio.
6931
6932 2003-06-07  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
6933
6934         * device/lib/_atof.c, device/lib/Makefile.in, device/include/stdlib.h,
6935           device/lib/libfloat.lib: added atof function.
6936
6937 2003-06-04  Bernhard Held <bernhard AT bernhardheld.de>
6938
6939         * doc/sdccman.lyx: updated to Lyx 1.3
6940         * doc/cdbfileformat.lyx: updated to Lyx 1.3
6941         * doc/test_suite_spec.lyx: updated to Lyx 1.3
6942         * doc/Makefile: added fix for the \tabularnewline problem, thanks to Jesus
6943
6944 2003-06-03  Bernhard Held <bernhard AT bernhardheld.de>
6945
6946         * src/SDCCpeeph.c: separate peepRules2pCode() for pic16 by "Vangelis Rokas" <vrokas AT otenet.gr>
6947
6948 2003-06-02  Frieder Ferlemann <Frieder.Ferlemann AT web.de>
6949
6950         * doc/sdccman.lyx: cvs revision keywords, passing pdf information in latex preamble,
6951           additions to the "related tools/documentation" section
6952
6953 2003-06-02  Bernhard Held <bernhard AT bernhardheld.de>
6954
6955         * src/SDCCglue.c (tempfileandname): added check for missing TMP/TEMP/TMPDIR variable
6956
6957 2003-05-29  Bernhard Held <bernhard AT bernhardheld.de>
6958
6959         * src/pic/device.c: added 16F819, patch by "David I. Lehn" <dlehn AT vt.edu>
6960         * src/SDCCcse.c (algebraicOpts): fixed "c * 1"
6961
6962 2003-05-28  Bernhard Held <bernhard AT bernhardheld.de>
6963
6964         * doc/sdccman.lyx: fix double dash and other minor things
6965         * doc/Makefile: fix double dash
6966
6967 2003-05-28  Karl Bongers(patches from Martin Helmling)
6968         * debugger/mcs51/sdcdb.c,cmd.c,break.c and .h files. Martin adds
6969           condition and ignore commands.
6970
6971 2003-05-28  Frieder Ferlemann <Frieder.Ferlemann AT web.de>
6972
6973         * doc/sdccman.lyx: Changes all over, index improved, smaller margins. The manual
6974           is in parts still quite out of date, I did changes as far as I felt makes sense
6975           for a non-native english speaker.
6976           Please feel free to add to the manual or to correct my changes.
6977         * doc/Makefile: undid touching the date of intermediate tex files.
6978
6979 2003-05-26  Frieder Ferlemann <Frieder.Ferlemann AT web.de>
6980
6981         * doc/sdccman.lyx: Manual has an index now
6982
6983 2003-05-25  Bernhard Held <bernhard AT bernhardheld.de>
6984
6985         Finalize muluint/mulsint and mululong/mulslong merging:
6986         * device/lib/_mulint.c
6987         * device/lib/_mullong.c
6988         * device/lib/gbz80/mul.s
6989         * device/lib/gbz80/stubs.s
6990         * device/lib/z80/mul.s
6991         * device/lib/z80/stubs.s
6992         * src/SDCCsymt.c (initCSupport)
6993
6994 2003-05-25  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
6995
6996         * as/mcs51/lkaomf51.c: Address space 'z' was missing.
6997         * src/avr/avr.dsp, src/ds390/ds390.dsp, src/mcs51/mcs51.dsp,
6998           src/pic/pic.dsp, src/pic16/pic16.dsp, src/xa51/xa51.dsp,
6999           src/x80/z80.dsp: peep.rul is bigger now, so /Zm1000 is used
7000           instead of /Zm500.
7001
7002 2003-05-25  Frieder Ferlemann <Frieder.Ferlemann AT web.de>
7003
7004         * src/mcs51/peeph.def: added rules 244.x, 245.x. Although they pass
7005           the regression tests I'm not brave enough to enable 245.b, 245.c
7006         * doc/sdccman.lyx: added latex preamble for hyperref package.
7007           Using pdflatex this will give you a hyperlinked pdf file with
7008           bookmarks. (prepend '%' before /usepackage if this breaks something)
7009
7010 2003-05-24  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
7011
7012          * doc/sdccman.lyx: updated information about .adb files (fixed bug 742649)
7013
7014 2003-05-22  Bernhard Held <bernhard AT bernhardheld.de>
7015
7016         * src/pic16/pcode.c (pic16_get_op_from_instruction): fixed a gcc 3.x warning
7017
7018 2003-05-21    <johan AT balder>
7019
7020         * src/SDCCglue.c (printIval): fixed bug #739934
7021
7022 2003-05-19  Bernhard Held <bernhard AT bernhardheld.de>
7023
7024         Applied patch from bug 737905 (renamed yylineo to mylineno):
7025         * src/altlex.c
7026         * src/SDCCast.c
7027         * src/SDCglobl.h
7028         * src/SDCC.lex
7029         * src/SDCCsymt.c
7030         * src/SDCCval.c
7031         * src/pic16/pcode.c: Cleaned warnings
7032         * src/pic16/pcodeflow.c: Cleaned warnings
7033         * src/pic16/pcoderegs.c: Cleaned warnings
7034
7035 2003-05-19  Scott Dattalo  <scott AT dattalo.com>
7036
7037         * src/pic16/pcode.c: Cleaned warnings
7038         * src/pic16/pcodepeep.c: Cleaned warnings
7039         * src/pic16/ralloc.c: Cleaned warnings
7040
7041 2003-05-19  Bernhard Held <bernhard AT bernhardheld.de>
7042
7043         * doc/sdccman.lyx: fixed bug 739745
7044         * src/pic16/pcode.c (pic16_get_op): fixed warning on alpha
7045
7046 2003-05-18  Bernhard Held <bernhard AT bernhardheld.de>
7047
7048         * src/port.h: removed DEFAULT_PORT, it's not yet pic16 ;-)
7049         it can be defined with CFLAGS when running configure
7050         * src/SDCCmain.c: fixed compiling + linking with object files
7051
7052 2003-05-18  Vangelis Rokas (vrokas AT otenet.gr)
7053
7054         * configure.in: configure for pic16 port,
7055             added --disable-pic16-port
7056         * sdccconf_in.h: added macro OPT_DISABLE_PIC16
7057         * src/SDCCmain.c: linkOptions is changed to set *,
7058             added if/endif conditional macros to remove options help
7059             messages from optionsTable when a port is not configured, added
7060             support for the PIc16 port in the ports table, when executing
7061             the compiler with no port specified on command line, a default
7062             port is selected with the new macro DEFAULT_PORT which is
7063             defined in port.h, in setDefaultOptions() linkOptions is removed
7064             from initialization assignment, since now it is a set,
7065             parseCmdLine uses setParseWithComma for linkOptions, in
7066             linkEdit() linkOptions are accessed with new function indexSet()
7067             which returns the i'th item of a set variable. See SDCCset.c, in
7068             linkEdit() when calling buildCmdLine(), added linkOptions as
7069             last argument. Now users can pass arguments to gplink via the
7070             -Wl option, main() uses pic16glue() to glue up pic16 programs
7071         * src/SDCCpeeph.c: various changes to support pic16
7072         * src/SDCCset.c: added function  void *indexSet(set *, int)  to
7073             return the i'th item of the set
7074         * src/SDCCset.h: added function prototype for indexSet()
7075         * src/SDCCsymt.c: in checkSClass(), added support for PIC16
7076         * src/clean.mk: added pic16 in CLEANALLPORTS variable
7077         * src/port.h: added TARGET_ID_PIC16,TARGET_IS_PIC16 macro,
7078             added macro DEFAULT_PORT
7079         * src/pic/main.c: corrected arguments of gplnk in _linkCmd
7080         * src/pic16/gen.c: bug fix in genCpl(), now the correct code is
7081             generated
7082         * src/pic16/glue.c: commented out some error producing lines
7083         * src/pic16/main.c: __config directives are commented out to stop
7084             gpasm complaining and test the linkage with gplink, _linkCmd and
7085             _asmCmd changed to be more gplink and gpasm friendly
7086         * src/pic16/peeph.def: peep rule 3 is commented out, since it
7087             produced an error when parsed, peep rule 12 is added to utilize
7088             movff, but it is commented out since the pCode does not support
7089             yet a command with 2 address arguments
7090
7091 2003-05-18    <johan AT balder>
7092
7093         * src/ds390/gen.c (genArrayInit): removed obsolete and buggy ARRAYINIT
7094         * src/ds390/main.c (genArrayInit): removed obsolete and buggy ARRAYINIT
7095 2003-05-17  Karl Bongers(apply patches from Martin Helmling)
7096
7097         * debugger/mcs51/sdcdb.c,cmd.c,break.c and .h files.
7098   Added feature to script commands from file.
7099
7100 2003-05-14  Bernhard Held <bernhard AT bernhardheld.de>
7101
7102         * device/lib/_strtok.c: fixed bug #734355 by Lenny Story and Tim Woodall
7103         * src/SDCCutil.c: include ctype.h for win32
7104
7105 2003-05-13  Bernhard Held <bernhard AT bernhardheld.de>
7106
7107         * src/pic16/*: removed CR from many files, reported by Vangelis Rokas
7108
7109 2003-05-12  Karl Bongers(apply development patches from Martin Helmling)
7110
7111         * debugger/mcs51/sdcdb.c,simi.c,cmd.c,break.c and .h files.
7112   Fixed so you can set breakpoints prior to run, run does not stop
7113   on entry now.  Add tbreak.  Other enhancements and fixes for use
7114   with ddd.
7115
7116 2003-05-12  Borut Razem <borut.razem AT siol.net>
7117
7118         * src/SDCCmain.c: fixed the problem with searching the DATADIR as the last resort on *nix
7119
7120 2003-05-11  Borut Razem <borut.razem AT siol.net>
7121
7122         * src/SDCCutil.c: WIN32 version of getBinPath() calls GetModuleFileName() to determine
7123         the path of bin directory, so that PATH is the only env. variable, which has to be set
7124         in case of standard installation.
7125         * src/ds390/ds390.dsp: increased value of /Zm option to 1000
7126         * src/pic/main.c: add quotes to file name parameters for gplink and gpasm
7127         * src/SDCCglobl.h, src/SDCCmain.c, doc/sdccman.lyx: added --print-search-dirs command line option
7128
7129 2003-05-04  Bernhard Held <bernhard AT bernhardheld.de>
7130
7131         * src/SDCCmain.c (linkEdit): fixed buffer overflow for gbz80
7132         * support/regression/Makefile: inter-port-clean is no longer nesessary, the
7133         temp files are in the port dir; clean the gen/test directory when
7134         generating new test.c
7135         * support/regression/ports/host/spec.mk: defined OBJEXT for target clean
7136         * support/regression/tests/vaargs.c: fixed gcc 3.3 warning
7137         * support/regression/tests/zeropad.c: added
7138
7139 2003-05-09    <johan AT balder>
7140
7141         * src/SDCCglue.c: fixed bug #597940
7142
7143 2003-05-05  Karl Bongers(apply patches from Martin Helmling)
7144
7145         * debugger/mcs51/sdcdb.c,simi.c,cmd.c,symtab.c and .h files.
7146   cache sfr, optimize next,step, fix off by one sourceline,
7147   support ddd list function.
7148         * sim/ucsim/cmd.src/newcmd.cc - small fix for sdcdb use.
7149
7150 2003-05-04  Bernhard Held <bernhard AT bernhardheld.de>
7151
7152         * support/regression/HTMLgen.py: added compare_s2f()
7153         * support/regression/Makefile: redo 1.27
7154         * support/regression/generate-cases.py: redo 1.5
7155
7156 2003-04-30  Bernhard Held <bernhard AT bernhardheld.de>
7157
7158         * support/regression/tests/float.c: workaround 33 bit hex constant
7159         * support/regression/tests/simplefloat.c: fix division for host
7160
7161 2003-04-29  Scott Dattalo  <scott AT dattalo.com>
7162
7163         * src/pic/pcoderegs.c Applied patch from Jim Hawkridge <jim AT jimhawkridge.uk.eu.org>
7164         that tame's the PIC's over-aggressive optimizer.
7165
7166 2003-04-29  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
7167
7168          * src.dsw, link/z80/aslink.h, link/z80/linkz80.dsp: z80 linker
7169          support for MSVC.
7170
7171 2003-04-29  Kevin Vigor <kevin AT vigor.nu>
7172
7173         Initial support for DS80C400. "Hello world" runs on TINIm400
7174         (with polled I/O).
7175
7176 2003-04-28  Karl Bongers(apply patches for Martin Helmling)
7177
7178          * debugger/mcs51/sdcdb.c,simi.c,cmd.c,symtab.c and .h files.
7179          * Some notes on ddd usage added in debugger/README
7180          Martin Helmling adding more features and fixes for ddd GUI debugger.
7181          Code added for nexti, stepi, up, down, and other adjustments.
7182
7183 2003-04-28  Scott Dattalo  <scott AT DATTALO.COM>
7184
7185         * src/pic/pCodepeep.c non-wildcard asmops are now handled
7186         * src/pic/peeph.def Added two rules to optimize carry manipulation
7187         * src/pic/* removed debug printfs
7188
7189 2003-04-28  Bernhard Held <bernhard AT bernhardheld.de>
7190
7191         * debugger/mcs51/cmd.c: added header newalloc.h
7192
7193 2003-04-26  Bernhard Held <bernhard AT bernhardheld.de>
7194
7195         * as/Makefile: new EXEEXT
7196         * as/z80/Makefile: remove trailing slash of BUILDIR
7197         * as/z80/clean.mk: new EXEEXT
7198         * Makefile.common.in: add to CFLAGS (and others), don't replace it
7199         * support/cpp2/Makefile.in: new EXEEXT
7200         * src/pic/glue.c (pic14emitRegularMap): fixed warning
7201
7202 2003-04-24  Bernhard Held <bernhard AT bernhardheld.de>
7203
7204         Cygwin's gcc always appends .exe: 'gcc -o a a.c' creates a.exe;
7205         EXEEXT was introduced to fix all related problems with targets
7206         "clean", "install" and "uninstall"; a couple of further flaws
7207         especially with "clean" have been fixed too
7208         * as/mcs51/Makefile.in
7209         * as/mcs51/clean.mk
7210         * as/z80/Makefile
7211         * Makefile
7212         * clean.mk
7213         * debugger/mcs51/Makefile.in
7214         * debugger/mcs51/clean.mk
7215         * link/z80/Makefile
7216         * link/z80/Makefile.in
7217         * link/z80/clean.mk
7218         * link/Makefile
7219         * packihx/Makefile.in
7220         * packihx/clean.mk
7221         * sim/ucsim/Makefile
7222         * sim/ucsim/clean.mk
7223         * sim/ucsim/avr.src/Makefile.in
7224         * sim/ucsim/avr.src/clean.mk
7225         * sim/ucsim/s51.src/Makefile.in
7226         * sim/ucsim/s51.src/clean.mk
7227         * sim/ucsim/xa.src/Makefile.in
7228         * sim/ucsim/xa.src/clean.mk
7229         * sim/ucsim/z80.src/Makefile.in
7230         * sim/ucsim/z80.src/clean.mk
7231         * sim/ucsim/main_in.mk
7232         * sim/ucsim/packages_in.mk
7233         * sim/ucsim/gui.src/Makefile.in
7234         * sim/ucsim/gui.src/serio.src/Makefile.in
7235         * sim/ucsim/gui.src/serio.src/clean.mk
7236         * src/Makefile.in
7237         * src/clean.mk
7238         * support/cpp2/Makefile.in
7239         * support/cpp2/clean.mk
7240         * support/makebin/Makefile
7241         * support/makebin/clean.mk
7242         * support/scripts/sdcc_mingw32: --program-suffix no longer needed
7243         * doc/sdccman.lyx: --program-suffix no longer needed
7244
7245 2003-04-23  Karl Bongers(apply patches for Martin Helmling)
7246
7247          * debugger/mcs51/sdcdb.c,simi.c,cmd.c,..
7248          Martin Helmling added support for ddd GUI debugger.
7249          Code added to display assembly, set variables, and other commands
7250          to interface to ddd.
7251
7252 2003-04-23  Bernhard Held <bernhard AT bernhardheld.de>
7253
7254         * as/Makefile: fix target clean
7255         * as/clean.mk: fix target clean
7256         * as/z80/clean.mk: fix target clean
7257
7258 2003-04-22  Bernhard Held <bernhard AT bernhardheld.de>
7259
7260         * Makefile.common.in: added  AT EXEEXT AT
7261         * configure.in: removed all mingw32 stuff
7262         * configure: rebuilt from configure.in
7263         * doc/sdccman.lyx: updated section "installation"
7264         * support/scripts/sdcc_mingw32: adapted to configure
7265         * support/scripts/sdcc_cygwin_mingw32: added
7266
7267 2003-04-22  Scott Dattalo  <scott AT dattalo.com>
7268
7269         * src/pic Added object file support for the PIC port
7270         * src/pic Applied patch from Craig Franklin (this started the object file support)
7271         * src/regression Updated the PIC regression tests for object files
7272
7273 2003-04-20  Borut Razem <borut.razem AT siol.net>
7274
7275         * sdcc/as/mcs51/lklex.c: make getfid() more robust and fixed gcc warning:
7276           lklex.c: In function `getfid':
7277           lklex.c:203: warning: array subscript has type `char'
7278         * src/SDCCglobl.h: small change in stack handling macros, to avoid crash when compiled
7279           with MSVC with global optimization enabled (probably an cl compiler bug ;-)
7280         * support/Util/SDCCerr.c, support/Util/SDCCerr.h: added function fatal(), called from
7281           stack handling macros
7282
7283 2003-04-19  Borut Razem <borut.razem AT siol.net>
7284
7285         * "handling space characters in file path" task:
7286         * src/SDCCmacro.c: fixed bug in handlig quote at the end of line
7287         * support/Util/BuildCmd.c: define par as NULL if parameter value is invalid
7288         * support/Util/MySystem.h: make it self-sufficient
7289         * src/avr/main.c, src/ds390/main.c, src/mcs51/main.c, src/pic/main.c, src/xa51/main.c,
7290           src/z80/main.c, sdcc/as/mcs51/lklex.c:
7291           handling space characters in file path
7292         * src/SDCCmain.c: introduced setDataPaths() function, {datadir} macro
7293           (it will be used by assemblers, which have their own includes, e.g. gpasm)
7294         * support/Util/MySystem.c: handling space characters in executable's path
7295
7296 2003-04-19  Bernhard Held <bernhard AT bernhardheld.de>
7297
7298         * as/z80/Makefile: fix permanent rebuild of z80
7299         * sim/ucsim/gui.src/Makefile.in: target "install" builds the same packages as target "all"
7300         * support/regression/tests/bitfields.c: added Johan's bitfields.c
7301
7302 2003-04-18      Kevin Vigor <kevin AT vigor.nu>
7303
7304         * src/SDCCopt.c: add special case optimization to replace modulo by
7305           a power of two with a bitwise AND.
7306
7307 2003-04-18    <johan AT balder>
7308
7309         * src/mcs51/gen.c (getFreePtr): fixed bug #635354
7310
7311 2003-04-17    <johan AT balder>
7312
7313         * src/mcs51/ralloc.c (packRegsForAssign): fixed bug #716790 and removes lot's of redundant register usage around function calls
7314         * src/mcs51/ralloc.c (packRegisters): fixed bug #720667
7315
7316 2003-04-13  Borut Razem <borut.razem AT siol.net>
7317
7318         * doc/sdccman.lyx: updated info about #pragma SAVE/RESTORE nesting
7319         * configure.in, configure: fixed problems on cygwin/WinCVS environmet with ports.* line endings;
7320           fixed mingw problem in adl_NORMALIZE_PATH
7321
7322 2003-04-12  Borut Razem <borut.razem AT siol.net>
7323
7324         * fixed "#pragma SAVE/RESTORE can not be nested":
7325         * src/SDCC.lex: reworked pragma handling functions
7326         * sdcc/src/SDCCglobl.h: reworked stack handling macros
7327         * support/Util/SDCCerr.c, support/Util/SDCCerr.h: added E_STACK_VIOLATION error
7328
7329 2003-04-12  Bernhard Held <bernhard AT bernhardheld.de>
7330
7331         * src/SDCCutil.c (pathEquivalent): defined but not used
7332         * debugger/mcs51/sdcdb.c: replace SDCC_LIB_DIR
7333         * configure.in: remove sdcc_datadir, sdcc_lib_dir and sdcc_include_dir
7334         * configure: rebuilt from configure.in
7335         * sdccconf_in.h: remove SDCC_LIB_DIR and SDCC_INCLUDE_DIR
7336         * sdcc_vc_in.h: remove SDCC_LIB_DIR and SDCC_INCLUDE_DIR
7337         * device/include/Makefile.in: replace sdcc_datadir
7338         * device/lib/Makefile.in: replace sdcc_datadir
7339         * Makefile.common.in: add LDFLAGS from configure
7340         * packihx/Makefile.in: use LDFLAGS
7341         * src/Makefile.in: use LDFLAGS
7342         * support/cpp2/Makefile.in: add LDFLAGS from configure
7343         * support/makebin/Makefile: use LDFLAGS
7344         * .version: bumped version number to 2.3.5
7345
7346 2003-04-12  Borut Razem <borut.razem AT siol.net>
7347
7348         * completed "different paths" task:
7349         * src/SDCCmacro.c: fixed bug in handling quotes
7350         * src/SDCCutil.c, src/SDCCutil.c: rewritten getPrefixFromBinPath()
7351         * src/SDCCmain.c: _discoverPaths() replaced with setBinPaths(), setIncludePath() and setLibPath()
7352
7353 2003-04-12  Bernhard Held <bernhard AT bernhardheld.de>
7354
7355         * src/pic/pcoderegs.c (Remove1pcode): fix warning on alpha
7356
7357 2003-04-11 kevin Vigor <kevin AT vigor.nu>
7358
7359         * ds390/gen.c ds390/peeph.def: fix bug 706781
7360
7361 2003-04-11  Borut Razem <borut.razem AT siol.net>
7362
7363         * support/Util/dbuf.c, support/Util/dbuf.h: update to version 1.1.1 - re-added C++ stuff to make it still more portable
7364
7365 2003-04-10  Scott Dattalo  <scott AT dattalo.com>
7366
7367         * src/pic/* Applied the pointer-to-function patch from Steve Tell.
7368         * src/pic/* Fixed several pointer bugs. (PIC port broke when the ruonly bit was
7369          set - this bit used to not be set...).
7370         * src/pic/gen.c Fixed buf 609268 ==> x = (x+1) & 0xf; generated
7371           bad code in PIC Port
7372         * src/regression/and2.c added to test bug 609268
7373         * src/regression/Makefile added and2.c to regression test
7374
7375
7376 2003-04-08    <johan AT CP255758-A>
7377
7378         * src/mcs51/gen.c (gen51Code): display reg usage in --icode-in-asm
7379         * src/mcs51/ralloc.c (serialRegAssign): update the registers in use and save some slocs
7380         * src/SDCCicode.h: added riu to show the register usage in --icode-in-asm
7381
7382 2003-04-07  Bernhard Held <bernhard AT bernhardheld.de>
7383
7384         * configure.in: fully support prefix, exec_prefix, datadir, docdir;
7385         fix bug #487815
7386         * support/cpp2/Makefile.in: fix bug #487815
7387         * configure: rebuilt from configure.in
7388         * Makefile.common.in: docdir changed, new path suffixes
7389         * sdccconf_in.h: new RETSIGTYPE, and other PATHs
7390         * sdcc_vc_in.h: reflect changes from sdccconf.h
7391         * src/SDCCglobl.h: remove *SEPARATOR_CHARS, they are now in sdccconf.h
7392         * src/SDCCutil.h: remove BINDIR hack
7393         * doc/sdccman.lyx: update new path hierarchy
7394
7395 2003-04-06    Paul Stoffregen <paul AT pjrc.com>
7396
7397         * src/SDCCpeeph.c: added okToRemoveSLOC test
7398
7399 2003-04-06    Paul Stoffregen <paul AT pjrc.com>
7400
7401         * device/lib/printf_fast.c: added leading zero format ("%06d", etc)
7402
7403 2003-04-06    Paul Stoffregen <paul AT pjrc.com>
7404
7405         * src/SDCCpeeph.c: added labelIsReturnOnly test
7406         * src/mcs51/peeph.def: Peephole 244: replace ljmp to ret with ret
7407
7408 2003-04-05    <johan AT balder>
7409
7410         * src/SDCCcse.c (cseAllBlocks): fixed bug #460088
7411         * src/SDCCloop.c (DEFSETFUNC): fixed bug #460088
7412         * src/SDCCopt.c (eBBlockFromiCode): fixed bug #460088
7413         * src/SDCCast.c: fixed a warning
7414         * src/SDCCast.h: fixed a warning
7415         * src/SDCCicode.c (operandFromAst): fixed a warning
7416
7417 2003-04-04    <johan AT balder>
7418
7419         * src/SDCCloop.c (DEFSETFUNC): undid the fix for bug #519584
7420         * src/SDCCast.c (decorateType): fixed bug #715076
7421         * src/SDCC.y: fixed bug #702907
7422
7423 2003-04-03    <johan AT balder>
7424
7425         * device/lib/_mulint.c (_muluint): new #pragma LESS_PEDANTIC
7426         * src/SDCCopt.c (eBBlockFromiCode): new #pragma LESS_PEDANTIC
7427         * src/SDCCglobl.h (PRAGMA_LESSPEDANTIC): new #pragma LESS_PEDANTIC
7428         * src/SDCC.lex (doPragma): new #pragma LESS_PEDANTIC
7429         * src/SDCCmain.c (parseCmdLine): new #pragma LESS_PEDANTIC
7430
7431 2003-04-03  Bernhard Held <bernhard AT bernhardheld.de>
7432
7433         * _decdptr.c: fix return values
7434         * _gptrget.c: fix return values
7435         * _gptrgetc.c: fix return values
7436         * _gptrput.c: fix return values
7437         * _mulint.c: fix return values
7438         * as/z80/Makefile: fix 'make -j' problem
7439
7440 2003-04-02  Bernhard Held <bernhard AT bernhardheld.de>
7441
7442         * Makefile.common.in: unused PORT, SCC and SAS removed, fixed docdir
7443         * configure.in: big cleanup, updated to autoconf 2.5x
7444         * configure: rebuilt from configure.in
7445         * sdccconf_in.h: new RETSIGTYPE, and other PATHs
7446         * sdcc_vc_in.h: reflect changes from sdccconf.h
7447         * doc/Makefile: fixed a flaw in "make install"
7448
7449 2003-04-02    <johan AT balder>
7450
7451         * src/ds390/gen.c (genCmp): no comments
7452         * src/mcs51/gen.c (genCmp): no comments
7453         * src/SDCCopt.c (eBBlockFromiCode): detect missing return values
7454         * src/SDCCast.c (ast_print): fixed the function type in --dumptree
7455
7456 2003-04-01  Bernhard Held <bernhard AT bernhardheld.de>
7457
7458         * support/regression/generate-cases.py: place generated file in given sub directory
7459         * support/regression/ports/host/spec.mk: prevent removal of testfwk.o
7460         * support/regression/Makefile: improvements for 'make -j';
7461         side effect: it's simpler and faster now
7462
7463 2003-03-31  Borut Razem <borut.razem AT siol.net>
7464
7465         * src/z80/main.c: link-{port} and as-{port} defined without path
7466         * src/src.dsp: support/Util/MySystem.h and src/SDCCutil.h added to project
7467
7468 2003-03-31  Bernhard Held <bernhard AT bernhardheld.de>
7469
7470         * Makefile, src/Makefile.in: add dependencies, so that 'make -j' works
7471
7472 2003-03-30  Borut Razem <borut.razem AT siol.net>
7473
7474         * support/Util/BuildCmd.c, support/Util/BuildCmd.h: rewrite buildCmdLine(),
7475           changed type of list parameter to set
7476         * src/ds390/main.c: changed type of parameter asmOptions to set in _tininative_do_assemble()
7477         * src/port.h: changed type of do_assemble() parameter to set
7478         * src/SDCCmain.c: type of asmOptions changed to set, introduced setParseWithComma(),
7479           sdcpp defined without path, removed variable VersionString, introduced set binPathSet,
7480           definition of "cppoutfilename" macro with NULL value in preProcess()
7481         * src/SDCCglobl.h: included "SDCCset.h", added declaration of setParseWithComma()
7482         * src/SDCCglue.c: removed variable VersionString, inroduced spacesToUnderscores()
7483         * support/Util/MySystem.c, support/Util/MySystem.h: rewrite, char *ExePathList[]
7484           replaced with set *binPathSet
7485         * shash_add() deallocates the item, if allready exsists, before adding the new one
7486         * src/SDCCmacro.c: handling macros with empty or NULL values in _evalMacros()
7487
7488 2003-03-30  Scott Dattalo  <scott AT dattalo.com>
7489
7490         * src/pic/gen.c: Commit patch from Steve Tell <tell AT telltronics.org> that fixes
7491           a nested for loop bug in the PIC port
7492         * src/regression/nestfor.c: new regression test file Steve wrote to test nested
7493           for loops
7494
7495 2003-03-29  Bernhard Held <bernhard AT bernhardheld.de>
7496
7497         * support/Util/dbuf.h: remove C++ stuff to make it portable
7498
7499 2003-03-28  Borut Razem <borut.razem AT siol.net>
7500
7501         * src/SDCC.lex: Fix for bug #711240: dynamic buffer handling of C
7502           literal strings in stringLiteral()
7503         * support/Util/dbuf.c, support/Util/dbuf.h: added: dynamic buffer handling
7504         * src/Makefile.bcc, src/Makefile.in, src\src.dsp: added support/Util/dbuf.c
7505           to the project
7506
7507 2003-03-27  Paul Stoffregen <paul AT pjrc.com>
7508
7509         * src/SDCCpeeph.c (pcDistance): accurate byte distance for mcs51
7510
7511 2003-03-26    <johan AT balder>
7512
7513         * src/mcs51/gen.c (saveRegisters): catched symbol abuse
7514         * src/ds390/gen.c (saveRegisters): catched symbol abuse
7515         * src/SDCCast.c (decorateType): fixed " -v < 3"
7516
7517 2003-03-23  Bernhard Held <bernhard AT bernhardheld.de>
7518
7519         * doc/cdbfile.html: removed, replaced by cdbfileformat.lyx
7520         Added Lenny Story's debug infrastructure changes:
7521         * src/Makefile.in:  added new files cdbFile.c and SDCCdebug.c
7522         * src/Makefile.bcc: added new files cdbFile.c and SDCCdebug.c
7523         * src/cdbFile.c: added
7524         * src/SDCCdebug.c: added
7525         * src/SDCCdebug.h: added
7526         * src/SDCCast.c (createFunction)
7527         * src/SDCCglue.c (emitRegularMap, emitStaticSeg, emitOverlay, glue)
7528         * src/SDCCmain.c (parseCmdLine, main)
7529         * src/SDCCmem.c (redoStackOffsets)
7530         * src/SDCCsymt.c (cdbStructBlock, cdbTypeInfo, cdbSymbol, cdbStruct, cdbStructBlock)
7531         * src/SDCCsymt.h
7532         * src/common.h
7533         * src/avr/gen.c (genAVRCode)
7534         * src/ds390/gen.c (gen390Code)
7535         * src/mcs51/gen.c (gen51Code)
7536         * src/pic/gen.c (genpic14Code)
7537         * src/pic/glue.c (pic14emitRegularMap, pic14emitStaticSeg, pic14emitOverlay, picglue)
7538         * src/xa51/gen.c (genXA51Code)
7539         * src/SDCCast.c: fixed "void foo(void){char c; -c < 0;}"
7540
7541 2003-03-22  Frieder Ferlemann <Frieder.Ferlemann AT web.de>
7542
7543         * src/mcs51/gen.c (genCodePointerGet): quicker code for bug #700797
7544         * src/mcs51/peeph.def: added rules 177, 241.x to 243, touched 181, 182.x, 193.x
7545
7546 2003-03-22    <johan AT balder>
7547
7548         * src/SDCCicode.c (geniCodeDerefPtr): fixed bug #698231
7549
7550 2003-03-21  Bernhard Held <bernhard AT bernhardheld.de>
7551
7552         * support/scripts/sdcc_mingw32: adapted to configure from autoconf 2.54
7553         * doc/cdbfileformat.lyx: added, written by Lenny Story
7554         * doc/Makefile: added cdbfileformat.lyx
7555         * doc/clean.mk: added cdbfileformat.lyx
7556
7557 2003-03-20  Bernhard Held <bernhard AT bernhardheld.de>
7558
7559         * src/mcs51/peeph.def: fix bug #705773
7560
7561 2003-03-20    <johan AT balder>
7562
7563         An sfr/sbit can have an "at #" AND an initializer
7564         * src/SDCCsymt.c (checkSClass):
7565         * src/SDCCmem.c (allocGlobal):
7566         * src/SDCCmem.c (allocLocal):
7567         * src/SDCCast.c (createBlock):
7568
7569 2003-03-17  Bernhard Held <bernhard AT bernhardheld.de>
7570
7571         * src/ds390/peeph.def: fix bug #704878: added rule 213.b suggested by Jan Rejlek
7572
7573 2003-03-16    <johan AT balder>
7574
7575         Undid the hackup of const and volatile, the problem is much bigger
7576         * src/SDCC.y:1.65
7577         * src/SDCCast.c:1.171
7578         * src/SDCCglue.c:1.138
7579         * src/SDCCicode.c:1.146
7580         * src/SDCCsymt.c:1.150
7581         * src/SDCCval.c:1.65
7582
7583 2003-03-15  Bernhard Held <bernhard AT bernhardheld.de>
7584
7585         * src/mcs51/ralloc.c (packRegsForAssign): fixed bug #703541
7586         * src/ds390/gen.c (genAddrOf): fixed bug #704087
7587
7588 2003-03-13    <johan AT balder>
7589
7590         Hackup const and volatile modifiers in type chains a bit:
7591         * src/SDCC.y:1.63
7592         * src/SDCCast.c:1.169
7593         * src/SDCCglue.c:1.136
7594         * src/SDCCicode.c:1.143
7595         * src/SDCCsymt.c1.146
7596         * src/SDCCsymt.h1.59
7597         * src/SDCCval.c:1.63
7598
7599 2003-03-12    <johan AT balder>
7600
7601         * src/SDCCBBlock.h: more LRH debugging junk
7602         * src/SDCCcflow.h: more LRH debugging junk
7603         * src/SDCCloop.c: more LRH debugging junk
7604         * src/SDCC.y (struct_declaration): fixed bug #697590
7605         * src/SDCCsymt.[hc] (cloneSpec): NEVER EVER use this again
7606         * src/ds390/gen.c (aopForRemat): fixed bug #700031
7607         * src/SDCCglue.c (emitStaticSeg): fixed bug #700797
7608
7609 2003-03-11 Kevin Vigor <kevin AT vigor.nu>
7610         * src/SDCCpeeph.c: quit being lazy and made proper fix (peephole
7611         test function names must now match exactly).
7612         * src/SDCCcse.c: added special case in findCheaperOp to allow
7613         extending a short integer. Makes less awful code for bug 700121 test case.
7614
7615 2003-03-11  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
7616
7617         * as/mcs51/lkmain.c: Added ASlink-Warning to messages
7618         * as/mcs51/lkaomf51.c: Fixed bug when linking asmblink example
7619
7620 2003-03-11 Kevin Vigor <kevin AT vigor.nu>
7621
7622         * src/SDCCpeeph.c: fix so that operandsNotEqualX functions are
7623         actually called (operandsNotEqual() was called for all
7624         operandsNotEqualX tests).
7625
7626 2003-03-11 Kevin Vigor <kevin AT vigor.nu>
7627
7628         * src/SDCCcse.c: fix findCheaperOp to prevent replacing int types
7629         with shorter literals. Fixes bug 700121.
7630
7631 2003-03-11    <johan AT balder>
7632
7633         * src/SDCCsymt.c (compareType): a (void *) can be assigned to any pointer
7634
7635 2003-03-11  Bernhard Held <bernhard AT bernhardheld.de>
7636
7637         * src/SDCCloop.c (mergeRegions): an evil beast is dead
7638         * src/SDCCmain.c (preProcess): minor cleanup: eliminate preOutName
7639
7640 2003-03-10  Borut Razem <borut.razem AT siol.net>
7641
7642         * src/SDCCmain.c: pipe preprocessor's output
7643         * support/Util/MySystem.c, support/Util/MySystem.h: added my_popen()
7644         * sdcc_vc_in.h: define pclose as _pclose for WIN32
7645         * src/SDCCglue.c, src/SDCCglue.h: added set pipeSet, added function closePipes,
7646         which closes all pipes in pipeSet set
7647         * src/SDCCset.c: free deleted item in function deleteSetItem()
7648         * src/src.dsp, src/z80/z80.dsp: files support/Util/BuildCmd.c and support/Util/MySystem.c
7649         moved from z80 to src subproject
7650         * .version: increased version number to 2.3.4
7651
7652 2003-03-10  Bernhard Held <bernhard AT bernhardheld.de>
7653
7654         * support/regression/ports/mcs51/spec.mk: increase timeout for CF's sparc to 30s
7655         * support/regression/ports/ds390/spec.mk: increase timeout for CF's sparc to 25s
7656         * support/regression/ports/xa51/spec.mk: fix typo
7657
7658 2003-03-09  Bernhard Held <bernhard AT bernhardheld.de>
7659
7660         * src/SDCCglobl.h: PATH_MAX is already defined in mingw32 headers
7661
7662 2003-03-09  Borut Razem <borut.razem AT siol.net>
7663
7664         * src/SDCCmain.c: pipe preprocessor's output
7665         * support/Util/MySystem.c, support/Util/MySystem.h: added my_popen()
7666         * sdcc_vc_in.h: define pclose as _pclose for WIN32
7667         * src/SDCCglue.c, src/SDCCglue.h: added set pipeSet, added function closePipes,
7668         which closes all pipes in pipeSet set
7669         * src/SDCCset.c: free deleted item in function deleteSetItem()
7670         * src/src.dsp, src/z80/z80.dsp: files support/Util/BuildCmd.c and support/Util/MySystem.c
7671         moved from z80 to src subproject
7672
7673 2003-03-09  Borut Razem <borut.razem AT siol.net>
7674
7675         * src/SDCCglue.c: re-implemented tempfilename() and tempfile(): using mkstemp() if available
7676         * src/SDCCsymt.h: fixed MSVC and BORLANDC compilation (included SDCCglobl.h instead srccconf.h)
7677         * sdcc_vc_in.h: explicitly undefined HAVE_MKSTEMP which is not available on BORLANDC and MSVC
7678         * src/SDCCset.h: removed inclusion of sdccconf.h or sdcc_vc.h
7679         * src/SDCCglobl.h: unification of WIN32 native definitions
7680
7681 2003-03-09  Frieder Ferlemann <Frieder.Ferlemann AT web.de>
7682
7683         * src/mcs51/gen.c: applied in-/dec patch mentioned on sdcc-devel 2003-03-01
7684
7685 2003-03-08  Bernhard Held <bernhard AT bernhardheld.de>
7686
7687         * src/configure.in:   check for endianess (even while cross-compiling)
7688         * src/configure:      check for endianess (even while cross-compiling)
7689         * src/configure_in.h: check for endianess (even while cross-compiling)
7690         * src/avr/gen.c:        remove old endianess stuff
7691         * src/mcs51/gen.c:      remove old endianess stuff
7692         * src/ds390/gen.c:      remove old endianess stuff
7693         * src/pic/gen.c:        remove old endianess stuff
7694         * src/pic/genarith.c:   remove old endianess stuff
7695         * src/pic/glue.c:       fix endianess check
7696         * src/pic16/gen.c:      remove old endianess stuff
7697         * src/pic16/genarith.c: remove old endianess stuff
7698         * src/pic16/glue.c:     fix endianess check
7699         * src/xa51/gen.c:       remove old endianess stuff
7700         * src/z80/gen.c:        fix endianess check
7701         * src/SDCCglue.c:       fix endianess check
7702         * src/ds390/peeph.def: fix bug 700036
7703
7704 2003-03-08  Bernhard Held <bernhard AT bernhardheld.de>
7705
7706         * src/SDCCsymt.h: use appropriate data-types on host for SDCC's int and long
7707         * src/configure: find appropriate data-types on host for SDCC's int and long
7708         * src/configure.in: find appropriate data-types on host for SDCC's int and long
7709         * src/sdccconf_in.h: find appropriate data-types on host for SDCC's int and long
7710         * src/xa51/gen.c: use %d, not %ld for 4 byte variables
7711
7712 2003-03-07    <johan AT balder>
7713
7714         Just a big NOOP:
7715                 some minor cleanups before the big shot
7716                 OP_DEFS and OP_USES now use Kevin's protection
7717                 new option --nolabelopt
7718
7719         * src/SDCCBBlock.c:
7720         * src/SDCCast.c,:
7721         * src/SDCCcflow.c:
7722         * src/SDCCcse.c:
7723         * src/SDCCicode.c:
7724         * src/SDCCicode.h:
7725         * src/SDCClabel.c:
7726         * src/SDCCloop.c:
7727         * src/SDCCmain.c:
7728         * src/ds390/ralloc.c:
7729         * src/mcs51/ralloc.c:
7730         * src/pic/ralloc.c:
7731         * src/xa51/ralloc.c:
7732         * src/z80/ralloc.c:
7733
7734 2003-03-06  Bernhard Held <bernhard AT bernhardheld.de>
7735
7736         * src/pic/pcode.c (get_op): fix 64 bit warnings
7737         * src/pic/pcode.c (pCode2str): fix 64 bit warnings
7738         * src/SDCChasht.c (newHashTable): fix 64 bit warnings
7739         * src/SDCCsymt.c (checkTypeSanity): fix 64 bit warnings
7740         * support/regression/tests/malloc.c: fix 64 bit warnings
7741
7742 2003-03-04  Bernhard Held <bernhard AT bernhardheld.de>
7743
7744         * src/mcs51/gen.c (genMinus): fixed bug 696436
7745
7746 2003-03-02  Borut Razem <borut.razem AT siol.net>
7747
7748         * src/SDCCmain.c: added BORLANDC, corrected MSVC in printVersionInfo()
7749
7750 2003-02-26  Bernhard Held <bernhard AT bernhardheld.de>
7751
7752         * configure.in: test for mkstemp
7753         * sdccconf_in.h: add HAVE_MKSTEMP
7754
7755 2003-02-24  Bernhard Held <bernhard AT bernhardheld.de>
7756
7757         * device/include/ctype.h: removed warning while using --stack-auto
7758         * device/include/malloc.h: removed warning while using --stack-auto
7759         * device/include/string.h: removed warning while using --stack-auto
7760
7761 2003-02-23  Borut Razem <borut.razem AT siol.net>
7762
7763         * src/asm.h: corrected assertion in function printILine(): _pipe() was not executed on MSVC,
7764         because NDEBUG is defined (see man assert)
7765         * sdcc_vc_in.h: vsnprintf is defined as _vsnprintf on MSVC
7766
7767 2003-02-23  Frieder Ferlemann <Frieder.Ferlemann AT web.de>
7768
7769         * src/mcs51/gen.c (genUminusFloat): avoided dptr in-/decrement for xdata variables
7770         * src/mcs51/peeph.def: added rule suggested by Gernot Fink, white space/comment changes
7771
7772 2003-02-18  Frieder Ferlemann <Frieder.Ferlemann AT web.de>
7773
7774         * src/SDCCpeeph.c: added peephole conditions testing for same arguments
7775         * src/mcs51/peeph.def: added rules 238a-d which remove redundant moves
7776
7777 2003-02-18    <johan AT balder>
7778
7779         * as/mcs51/asmain.c (asmbl): module can start with a digit
7780         * as/z80/asmain.c (asmbl): module can start with a digit
7781
7782 2003-02-16  Bernhard Held <bernhard AT bernhardheld.de>
7783
7784         * sim/ucsim/mkecho: inserted #!/bin/sh for Cygwin, so that it's executable
7785         * src/asm.c: fix pipe() for Mingw32
7786
7787 2003-02-15  Bernhard Held <bernhard AT bernhardheld.de>
7788
7789         * src/SDCCglue.h: make tmpfileNameSet available for preOutName
7790         * src/SDCCmain.c (preProcess): make sure, that preOutName will be deleted;
7791         make -V work again; --c1mode reads now from stdin
7792         * doc/sdccman.lyx: added --c1mode
7793         * support/Util/SDCCerr.c: new messages for c1 mode
7794         * support/Util/SDCCerr.h: new messages for c1 mode
7795         * src/SDCC.lex (checkCurrFile): test if fullSrcFileName is NULL for c1mode
7796
7797 2003-02-15    <johan AT balder>
7798
7799         * src/asm.c: new options: --no-c-code-in-asm and --i-code-in-asm
7800
7801 2003-02-14  Bernhard Held <bernhard AT bernhardheld.de>
7802
7803         * doc/sdccman.lyx: Environment variables, -o and other minor things
7804
7805 2003-02-14    <johan AT balder>
7806
7807         * src/xa51/main.c: before anyone really tries to use it :)
7808
7809         * Install doc's in share/sdcc/doc
7810         * removed some obsolete files
7811         * Do a proper make distclean and uninstall
7812         M Makefile.common.in
7813         R sdccbuild.sh
7814         M as/Makefile
7815         M device/include/Makefile.in
7816         M device/lib/Makefile.in
7817         M doc/sdccman.lyx
7818         M link/Makefile
7819         M sim/ucsim/doc/Makefile.in
7820         M src/clean.mk
7821         R src/avr/peeph.rul
7822         R src/xa51/peeph.rul
7823         M support/cpp2/Makefile.in
7824         M support/makebin/Makefile
7825
7826
7827 2003-02-13  Bernhard Held <bernhard AT bernhardheld.de>
7828
7829         * support/regression/ports/host/spec.mk: use cc as host compiler for max osx
7830
7831 2003-02-10  Borut Razem <borut.razem AT siol.net>
7832
7833         * doc/bccinst.txt, packihx/packihx.c, sdcc_vc_in.h, src/SDCCset.h,
7834         support/cpp2/config.in: Borland C++ build doesn't depend on Cygwin configure
7835         * Bcc.ini, Makefile.bcc, as/mcs51/Makefile.bcc,
7836         device/examples/ds390/tinitalk/Makefile.bcc, packihx/Makefile.bcc,
7837         support/cpp2/Makefile.bcc, src/Makefile.bcc, src/avr/Makefile.bcc,
7838         src/ds390/Makefile.bcc, src/izt/Makefile.bcc, src/mcs51/Makefile.bcc,
7839         src/pic/Makefile.bcc, src/pic16/Makefile.bcc, src/xa15/Makefile.bcc,
7840         src/z80/Makefile.bcc: Borland Makefile cleanup
7841         * as/z80/Makefile.bcc: Added Borland Makefile
7842         * support/cpp2/borland.h: Removed
7843
7844 2003-02-10  Bernhard Held <bernhard AT bernhardheld.de>
7845
7846         * doc/sdccman.lyx: new pragma NOIV by "Johannes Stezenbach" <js AT convergence.de>
7847         * src/SDCC.lex: new pragma NOIV
7848         * src/SDCCglobl.h: new pragma NOIV
7849         * src/SDCCmem.c: new pragma NOIV
7850
7851 2003-02-09  Bernhard Held <bernhard AT bernhardheld.de>
7852
7853         * src/SDCCmain.c: signal handling is switched off by SDCC_LEAVE_SIGNALS
7854
7855 2003-02-09  Bernhard Held <bernhard AT bernhardheld.de>
7856
7857         * src/SDCCmain.c: signal handling is switched off by --debug
7858         * doc/Makefile: small fix for install; use clean.mk again
7859         * doc/clean.mk: clean *.pdf and *.html too
7860
7861 2003-02-08  Bernhard Held <bernhard AT bernhardheld.de>
7862
7863         * device/lib/_mulint.c: small fix for large/ds390 --int-long-reent resp. --stack-auto
7864         * device/lib/printfl.c: fix a ds390 bug by making it portable
7865         * src/SDCCsymt.c (initCSupport): fix compile warning on Cygwin
7866         * src/SDCCopt.c (cnvToFloatCast): fix compile warning on Cygwin
7867         * src/SDCCopt.c (cnvFromFloatCast): fix compile warning on Cygwin
7868         * debugger/mcs51/cmd.c: converted multi-line string literals
7869         * sim/ucsim/globals.cc: converted multi-line string literals
7870         * src/SDCCmain.c: introduced signal handler to remove temp files
7871         * doc/Makefile: small tweaks, implement clean
7872         * doc: removed generated files
7873
7874 2003-02-05  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
7875
7876         * as/mcs51/aslink.h, as/mcs51/lkihx.c, as/mcs51/lkrloc.c:  Applied
7877         patch from Jan Rejlek <jr AT apex-lib.cz> to fix Bug 677692: "Extended
7878         Address Record is not correctly generated for DS390."
7879
7880 2003-02-02  Borut Razem <borut.razem AT siol.net>
7881
7882         * Makefile.bcc: removed non existing cpp project and non compilable izt project from makefile
7883         * as/mcs51/asm.h: fixed compilation with Borland C
7884         * support/cpp2/Makefile.bcc: added rule to generate auto-host.h
7885         * support/cpp2/auto-host_vc_in.h: fixed compilation with Borland C
7886         * src/mcs51/mcs51a.dsp: corrected misspelled project name from msc51a to mcs51a
7887         * src/avr/Makefile.bcc, src/ds390/Makefile.bcc, src/izt/Makefile.bcc,
7888         src/mcs51/Makefile.bcc, src/pic16/Makefile.bcc, src/xa51/Makefile.bcc,
7889         src/z80/Makefile.bcc: delete $(LIB) only if exist
7890         * src/Makefile.bcc, src/pic/Makefile.bcc:  fixed compilation with Borland C
7891
7892 2003-02-02  Bernhard Held <bernhard AT bernhardheld.de>
7893
7894         * device/include/malloc.h: introduced NULL
7895         * device/include/string.h: introduced NULL
7896         * device/include/stdlib.h: introduced NULL
7897         * device/lib/_memcpy.c: removed NULL
7898         * device/lib/_strcat.c: removed NULL
7899         * device/lib/_strchr.c: removed NULL
7900         * device/lib/_strcmp.c: removed NULL
7901         * device/lib/_strcpy.c: removed NULL
7902         * device/lib/_strcspn.c: removed NULL
7903         * device/lib/_strlen.c: removed NULL
7904         * device/lib/_strncat.c: removed NULL
7905         * device/lib/_strncmp.c: removed NULL
7906         * device/lib/_strncpy.c: removed NULL
7907         * device/lib/_strpbrk.c: removed NULL
7908         * device/lib/_strrchr.c: removed NULL
7909         * device/lib/_strspn.c: removed NULL
7910         * device/lib/_strstr.c: removed NULL
7911         * device/lib/_strtok.c: removed NULL
7912         * device/lib/malloc.c: removed NULL, include own header
7913
7914 2003-02-02    <johan AT balder>
7915
7916         * 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
7917         * support/regression/fwk/lib/testfwk.c: div and mod isn't broken anymore
7918         * regressions ds390/spec.mk and mcs51/spec.mk (timeout): my good old balder isn't fast enough for some tests
7919         * src/z80/gen.c (genZ80Code): added c-lines in asm comments
7920         * as/z80/asm.h (NINPUT): increased for long c-comments in regression tests
7921         * src/z80/gen.c (genRightShiftLiteral): fixed the (char)(-3)>>8 (I think)
7922
7923 2003-02-01  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
7924
7925         * src/SDCCmain.c: Fixed bug 678574: "ds390: ASlink-Error-Stack overlaps
7926         area 'DATA'"
7927
7928 2003-02-01    <johan AT balder>
7929
7930         * src/SDCCval.c (valBitwise): fixed Karl's "2 | (1<<8)"
7931
7932 2003-01-31    <johan AT CP255758-A>
7933
7934         * src/ds390/main.c (_ds390_genAssemblerPreamble): applied Jan Rejlek's >64K startup patch
7935
7936 2003-01-30    <johan AT balder>
7937
7938         * src/SDCCBBlock.c: automatic bug detection
7939         * src/SDCCicode.c: automatic bug detection
7940
7941 2003-01-29  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
7942
7943         * src/SDCCglobl.h:   now --xram-size 0 works
7944         * src/SDCCmain.c:    now --xram-size 0 works
7945
7946 2003-01-29    <johan AT balder>
7947
7948         * src/almosteverything: changed OP_DEFS and OP_USES from macros to functions to catch symbol abuse (a hot topic in the bug list :)
7949
7950 2003-01-29  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
7951
7952         * as/mcs51/aslink.h: Added options --xram-size and --code-size
7953         * as/mcs51/lkdata.c: Added options --xram-size and --code-size
7954         * as/mcs51/lkmain.c: Added options --xram-size and --code-size
7955         * as/mcs51/lkmem.c:  Added options --xram-size and --code-size
7956         * src/SDCCglobl.h:   Added options --xram-size and --code-size
7957         * src/SDCCmain.c:    Added options --xram-size and --code-size
7958
7959 2003-01-28  Bernhard Held <bernhard AT bernhardheld.de>
7960
7961         * src/ds390/gen.c: fix deps by replacing <common.h> with "common.h"
7962         * src/SDCC.lex: rename P_OVERLAY to P_OVERLAY_ for cross-gcc 3.2 MINGW32
7963
7964 2003-01-27    <johan AT balder>
7965
7966         * src/SDCC.y: fixed bug #613764
7967
7968 2003-01-26    <johan AT balder>
7969
7970         * src/SDCClrange.c:  fixed Bernhard's "char * code ptr = &c"
7971         * src/SDCCsymt.h: fixed bug #673374
7972         * src/SDCCglue.c: fixed bug #661910
7973         * src/SDCCast.c: fixed bug #458099 and 673374
7974
7975 2003-01-26  Bernhard Held <bernhard AT bernhardheld.de>
7976
7977         * as/mcs51/strcmpi.c: added, provides Aurelien Jarno's as_strcmpi(); strcmpi() is not ANSI
7978         * as/mcs51/strcmpi.h: added
7979         * as/mcs51/asm.h: remove ugly "#define strcmpi strcmp"
7980         * as/mcs51/aslink.h: remove ugly "#define strcmpi strcmp"
7981         * as/mcs51/asmain.c: strcmpi -> as_strcmpi
7982         * as/mcs51/assym.c: strcmpi -> as_strcmpi
7983         * as/mcs51/lkmem.c: strcmpi -> as_strcmpi
7984         * as/mcs51/lknoice.c: strcmpi -> as_strcmpi
7985         * as/mcs51/lksym.c: strcmpi -> as_strcmpi
7986         * as/mcs51/Makefile.aslink: new module strcmpi
7987         * as/mcs51/Makefile.asx8051: new module strcmpi
7988         * as/mcs51/Makefil.bcc: new module strcmpi
7989         * as/mcs51/Makefile.in: new module strcmpi
7990         * sim/ucsim/s51.src/uc390.cc (get_mem_size): make RAM big enough for tinibios
7991
7992 2003-01-26    <johan AT balder>
7993
7994         * src/SDCCglue.c: reverted back to 1.124
7995         * src/SDCCast.c: reverted back to 1.156
7996         * src/mcs51/gen.c (aopGet): applied Frieder's efficiency patch
7997
7998 2003-01-25    <johan AT balder>
7999
8000         * src/SDCCglue.c: A better fix for bug #661910
8001         * src/SDCCast.c: A better fix for bug #661910
8002         * src/SDCCglue.c (emitRegularMap): That was a little too efficient
8003
8004 2003-01-24  Bernhard Held <bernhard AT bernhardheld.de>
8005
8006         * src/Makefile.in: remove spawn.o
8007         * src/SDCCmain.c: remove spawn.h
8008         * src/SDCCmain.c (printVersionInfo): report MINGW32 instead of UNIX
8009         * src/spawn.c: removed
8010         * src/spawn.h: removed
8011         * support/regression/ports/ds390/spec.mk: link with -r
8012
8013 2003-01-24    <johan AT CP255758-A>
8014
8015         * src/ds390/gen.c (aopOp): fixed bug #667458
8016         * src/SDCCglue.c (emitRegularMap): fixed bug #458099 again
8017         * src/SDCCast.c (createIvalCharPtr): fixed bug #661910
8018         (createIvalCharPtr): an ival doesn't always have a storage class anymore
8019
8020 2003-01-24  Bernhard Held <bernhard AT bernhardheld.de>
8021
8022         * src/mcs51/peeph.def: better assembler identation by Frieder
8023         * src/mcs51/gen.c: better assembler identation by Frieder
8024
8025 2003-01-22  Bernhard Held <bernhard AT bernhardheld.de>
8026
8027         * as/z80/string.h: removed for gcc 3.2
8028         * support/makebin/makebin.c: #include <string.h> for gcc 3.2
8029         * src/pic/pcode.c (get_op_from_instruction): fix concatenation of string literals with __FUNCTION__ for gcc 3.2
8030
8031 2003-01-19  Bernhard Held <bernhard AT bernhardheld.de>
8032
8033         * src/SDCCmain.c (linkEdit): rename mem and map files even in case of failure
8034         * src/SDCCpeeph.c (replaceRule): fix bug #663503
8035         * support/regression/Makefile: separate temp files for ports
8036         * support/regression/generate-cases.py: separate temp files for ports
8037         * src/mcs51/peeph.def: Frieder: removed 237 (obsolete by 236g and 105); added 237 a/b
8038         * src/ds390/peeph.def: Frieder: removed 237 (obsolete by 236g and 105); added 237 a/b
8039
8040 2003-01-19  Bernhard Held <bernhard AT bernhardheld.de>
8041
8042         * moved tinitalk to device/examples/ds390
8043
8044 2003-01-14  Bernhard Held <bernhard AT bernhardheld.de>
8045
8046         * as/mcs51/lkmem.c: rflag is for DS390
8047         * src/SDCCglobl.h: removed out_name and options stackOnData, genericPtr
8048         * src/SDCCmain.c (optionsTable, setDefaultOptions): removed --stack-after-data and --generic
8049                          (linkEdit): move mem- and map-files the same way as ihx-files
8050         * src/z80/main.c (_setDefaultOptions): removed --generic
8051         * src/SDCCmain.c (_processC1Arg, parseCmdLine, main): --c1mode works again
8052         * src/SDCCglue.c (createInterruptVect, glue): --c1mode works again
8053         * src/pic/glue.c (picglue): --c1mode works again
8054         * src/pic16/glue.c (pic16glue): --c1mode works again
8055         * src/asm.c (printCLine): fix #660034
8056
8057 2003-01-13  Bernhard Held <bernhard AT bernhardheld.de>
8058
8059         * src/ds390/peeph.def: fix #123; add 14 rules by Fiorenzo D. Ramaglia <fd.ramaglia AT tin.it>, 1 by Frieder
8060         * src/mcs51/peeph.def: fix #123; add 14 rules by Fiorenzo, 1 by Frieder
8061         * src/mcs51/gen.c (genFunction): emit r0 instead of ar0 by Fiorenzo
8062         * as/mcs51/lkmem (summary): better fix for sp problem
8063         * src/SDCCglue.c (glue): __start_stack - 1, saves 1 byte!
8064         * src/ds390/main.c (_ds390_finaliseOptions, _tininative_finaliseOptions): stack_loc = 0x400008
8065         * support/regression/ports/*/spec.mk: moving testfwk-object to port dir allow parallel execution of regression tests
8066                                               remove --stack-after-data
8067
8068 2003-01-12  Bernhard Held <bernhard AT bernhardheld.de>
8069
8070         * src/SDCCmain.c (main): port->finaliseOptions() moved for z80 linking
8071         * src/SDCCutil.c (join): ugly bug: missing '\0'
8072         * as/mcs51/lkmem.c (summary): sp on address 7 is safe
8073
8074 2003-01-11  Bernhard Held <bernhard AT bernhardheld.de>
8075
8076         * src/SDCCmain.c (assemble, linkEdit): preparations for -o
8077         * src/port.h: typo
8078         * src/pic/main.c (_asmCmd): gpasm supports -o
8079         * src/z80/main.c: more general macros
8080         * device/lib/Makefile.in: remove intermediate files
8081
8082 2003-01-11  Bernhard Held <bernhard AT bernhardheld.de>
8083
8084         * .version: Bumped version number to 2.3.3
8085         * src/SDCCBBlock.c: new option -o
8086         * src/SDCCglobl.h: new option -o
8087         * src/SDCCglue.c: new option -o
8088         * src/SDCCmain.c: new option -o
8089         * src/asm.c: new option -o
8090         * src/ds390/main.c: new option -o
8091         * src/pic/glue.c: new option -o
8092         * src/pic/pcode.c: new option -o
8093         * src/pic/ralloc.c: new option -o
8094         * src/pic16/glue.c: new option -o
8095         * src/pic16/pcode.c: new option -o
8096         * src/pic16/ralloc.c: new option -o
8097         * src/z80/main.c: new option -o
8098         * device/lib/Makefile.in: use -o
8099         * support/regression/ports/ds390/spec.mk: use -o
8100         * support/regression/ports/gbz80/spec.mk: use -o
8101         * support/regression/ports/mcs51/spec.mk: use -o
8102         * support/regression/ports/mcs51-stack-auto/spec.mk: use -o
8103         * support/regression/ports/z80/spec.mk: use -o
8104         * support/regression/ports/ucz80/spec.mk: use -o
8105         * support/regression/ports/xa51/spec.mk: use -o
8106         * support/regression/fwk/lib/timeout.c: fix usage string
8107
8108 2003-01-09  Bernhard Held <bernhard AT bernhardheld.de>
8109         * src/mcs51/gen.c (genPlus): replaced "mov b,acc" by "mov b,a" Fiorenzo D. Ramaglia <fd.ramaglia AT tin.it>
8110
8111 2003-01-07    <johan AT balder>
8112
8113         * src/SDCCast.c (decorateType): fixed bug #600035
8114
8115 2003-01-07  Bernhard Held <bernhard AT bernhardheld.de>
8116         * as/mcs51/lkmem.c: added several l-modifiers to printf to remove warnings
8117         * as/mcs51/lkaomf51.c: #include <ctype.h> to remove warnings
8118         * src/pic/main.c (_hasNativeMulFor): outcommented unused variables to remove warnings
8119         * src/pic/pcode.c: outcommented unused variable to remove warnings
8120         * src/pic/ralloc.c: outcommented unused variable to remove warnings
8121
8122 2003-01-06    <karl AT turbobit.com>
8123         * sim/ucsim/cmd.src/command.cc: fixed so "break xram r 0x7654" works again in
8124    regression tests.
8125
8126 2003-01-06    <johan AT balder>
8127
8128         * src/SDCCicode.c: fixed array add
8129
8130 2002-01-05  Bernhard Held <bernhard AT bernhardheld.de>
8131         * src/SDCCmacro.c: MAX_STRING_LENGTH increased to 2048; was too small for regression tests
8132         * support/regression/ports/host/support.c: #include <stdarg.h> for gcc 3.2
8133
8134 2003-01-04    <johan AT balder>
8135
8136         * src/SDCCval.c (getNelements): fixed the initialized array of structures
8137
8138 2002-12-29  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
8139         * as/mcs51/Makefile.bcc: fixed typo lkomf51.o -> lkaomf51.o
8140
8141 2002-12-28  Bernhard Held <bernhard AT bernhardheld.de>
8142         * src/mcs51/peeph.def: added rules 234 and 235 from Frieder Ferlemann <frieder.ferlemann AT web.de>
8143         * support/regression/tests/bug-524697.c: fit mem usage into 8032
8144
8145 2002-12-28  Bernhard Held <bernhard AT bernhardheld.de>
8146         * src/mcs51/gen.c (aopGetUsesAcc): inserted missing "return FALSE"
8147
8148 2002-12-27  Bernhard Held <bernhard AT bernhardheld.de>
8149         * as/mcs51/Makefile.in: fixed typo lkomf51.o -> lkaomf51.o
8150
8151 2002-12-26  Bernhard Held <bernhard AT bernhardheld.de>
8152         * src/mcs51/main.c: removed {bindir}{sep} from aslink
8153
8154 2002-12-10  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
8155
8156     * in \sdcc\as\mcs51\ changed these files in order to create an
8157     aomf51 file: aslink.h, lkdta.c, lklex.c, lklibr.c, lklist.c,
8158     lkmain.c.  Also added: lkmem.c and lkaomf51.c.  Changed the
8159     following files to include the previous two files: aslink.dsp,
8160     Makefile.aslink, Makefile.bcc, and Makefile.in.
8161
8162     * Changed \sdcc\src\SDCCmain.c so it creates files with extension
8163     .adb instead of .cdb
8164
8165 2002-11-09  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
8166
8167         * \sdcc\as\mcs51\lklist.c: Now reports memory usage using the
8168         value from option --iram-size.
8169
8170 2002-09-20  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
8171
8172         * \sdcc\as\mcs51\lklist.c: added boundary check before using
8173         dram[] array.
8174
8175 2002-09-18    <wiml AT hhhh.org>
8176
8177         * SDCClrange.h: exposed setFromRange() and setToRange()
8178         * mcs51/ralloc.c: fixed over-eager packRegsForSupport() and
8179           packRegsForAccUse() (bug 542397)
8180         * mcs51/gen.c: MOVA() is now a function to avoid calling aopGet()
8181           multiple times and emitting the fetch operations more than once
8182           added aopGetUsesAcc() function to allow binary operators to
8183           fetch their operands in the correct order; made genMinus() emit
8184           compact code for X = LITERAL - Y
8185
8186 2002-09-00  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
8187         * \sdcc\as\mcs51\lklist.c: Fixed incorrect number of parameters to
8188         sprintf() in line 1267.
8189
8190 2002-09-08  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
8191         * \sdcc\src\SDCCglue.c: Generate areas REG_BANK_[0-3] only for 8051
8192         like ports.
8193
8194 2002-09-04  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
8195         Changes to aslink (All the changes are marked with 'JCF'):
8196
8197         * \sdcc\as\mcs51\aslink.h: External definition of sflag and
8198         summary().
8199
8200         * \sdcc\as\mcs51\lkarea.c: Computes the size of area BSEG_BYTES from
8201         area BSEG.  Also moves, if possible, the DATA area down into the internal
8202         ram so more space is available.
8203
8204         * \sdcc\as\mcs51\lkdata.c: Definition of memory summary output flag
8205         sflag.
8206
8207         * \sdcc\as\mcs51\lklist.c: For the BSEG area report the size in bits,
8208         not bytes.  Function summary() which creates a memory usage summary
8209         file with extension .mem.  Reports of overlaping stack and small stack
8210         size.  If the space for the stack is less than 16 bytes aslink trows a
8211         warning.
8212
8213         * \sdcc\as\mcs51\lkmain.c: Creation of some of the default areas for
8214         the 8051.  Option 'y' for memory summary output file.
8215
8216         Changes to sdcc (All the changes are marked with 'JCF'):
8217
8218         * \sdcc\src\SDCCglobl.h: External definition of RegBankUsed[4].
8219
8220         * \sdcc\src\SDCCglue.c:  If a register bank is used, creates an
8221         overlaying area for it (uses RegBankUsed[4]).
8222
8223         * \sdcc\src\SDCCmain.c: Definition RegBankUsed[4]; marks register
8224         bank zero as used by default.  By default aslink locates the stack
8225         (equivalent to --stack-after-data).  Pass option 'y' to aslink for
8226         the creation of the .mem file.  Delegates the allocation of data area
8227         to aslink (it is not longer 0x30 by default).  If --stack-loc passes
8228         the begining of the stack area to aslink.
8229
8230         * \sdcc\src\SDCCmem.c:  If a register bank is used, marks it so
8231         glue() in SDCCglue.c creates an area for it.
8232
8233 2002-09-03  Borut Razem <borut.razem AT siol.net>
8234         * sdcc/src/SDCCglue.c, sdcc/src/SDCCglue.h, sdcc/src/SDCCmain.c,
8235         sdcc/src/pic/glue.c:
8236         introduced atexit() handler for teporay files removal in case of
8237         errors, assertions, ...
8238
8239 2002-08-29  Borut Razem <borut.razem AT siol.net>
8240         * sdcc/support/cpp2/auto-host_vc_in.h:
8241         re-definition of O_BINARY and other O_XXX as _O_BINARY and _O_XXX, so the problem
8242         with the returned value from read() in sdcc/support/cpp2/cppfiles.c is solved for MSC.
8243         Maybe there is a similar problem with BORLANDC? It should be checked!
8244
8245         * sdcc/src/ds390/ralloc.c, sdcc/src/mcs51/ralloc.c, sdcc/src/z80/ralloc.c:
8246         corrected improper use of assert: the assignment to clr variable was done inside the assert.
8247         In case that NDEBUG was defined, the assert macro was substituted with no-op, so the assignment
8248         was not executed, and the compiler (cl) launched a warning:
8249         ralloc.c(1442) : warning C4700: local variable 'clr' used without having been initialized
8250
8251 2002-08-28  Bernhard Held <bernhard AT bernhardheld.de>
8252         * src/SDCCglue.c (printIvalArray): iterative calculation of array length
8253
8254 2002-08-28  Jesus Calvino-Fraga and Borut Razem <borut.razem AT siol.net>
8255         * sdcc/sdcc.dsw: added sdcpp, sdcppa, yacc, conf projects
8256
8257         * sdcc/src/src.dsp, sdcc/src/avr/avr.dsp, sdcc/src/ds390/ds390.dsp,
8258           sdcc/src/mcs51/mcs51.dsp, sdcc/src/pic/pic.dsp, sdcc/src/z80/z80.dsp,
8259           sdcc/src/xa51/xa51.dsp, sdcc/src/avr/avra.dsp,
8260           sdcc/src/ds390/ds390a.dsp, sdcc/src/mcs51/mcs51a.dsp,
8261           sdcc/src/pic/pica.dsp, sdcc/src/z80/z80a.dsp,
8262           sdcc/src/xa51/xa51a.dsp, sdcc/as/as_z80.dsp,
8263           sdcc/as/aslink.dsp, sdcc/as/asx8051.dsp, sdcc/packihx/packihx.dsp:
8264         - added Release configuration in VS projects
8265         - review of compiler an linker options
8266         - VC .exe files are generated in bin_vc directory, not to interfere
8267           with binaries generated from other projects (cygwin, mingw, bcc ...)
8268
8269         * sdcc/src/yacc.dsp: added
8270
8271         * sdcc/config.dsp, sdcc/configure_vc.awk, sdcc/sdcc_vc_in.h:
8272         added - genarate sdcc_vc.h using sdcc_vc_in.h as template
8273         and insert the version number definitions from .version
8274
8275         * sdcc/support/cpp2/sdcpp.dsp: added - VC project for sdcpp
8276
8277         * sdcc/support/cpp2/sdcppa.dsp, sdcc/support/cpp2/auto-host_vc_in.h:
8278         added - genarate auto-host.h using auto-host_vc_in.h as template
8279
8280         * sdcc/sdcc_vc.h,
8281         removed from CVS, generated automatically
8282
8283 2002-08-25  Bernhard Held <bernhard AT bernhardheld.de>
8284         * support/scripts/inc2h.pl: use gputils or gpasm (from Nathan Hurst)
8285
8286 2002-08-11  Borut Razem <borut.razem AT siol.net>
8287         * support/Util/NewAlloc.c: removed unneeded #include "sdccconf.h" (suggested by Jesus Calvino-Fraga)
8288
8289 2002-08-10  Borut Razem <borut.razem AT siol.net>
8290         * src/SDCCmain.c (main):
8291         file preOutName was unlinked before closed. This seems to be OK on UNIX and cygwin
8292         platforms, but it doesn't work with Visual Studio: the opened file can not be removed.
8293         The consequence was that some temporary files were not removed.
8294
8295         * src/SDCCglue.c:
8296         unification of code in functions tempfilename() and tempfile():
8297         function tempnam() is defined in Visual Studio 6.0 and .NET
8298
8299         * sdcc/sdcc.dsw: removed project sdcpp, added project xa51a
8300
8301         * sdcc/src/src.dsp, sdcc/src/avr/avr.dsp, sdcc/src/ds390/ds390.dsp,
8302           sdcc/src/mcs51/mcs51.dsp, sdcc/src/pic/pic.dsp, sdcc/src/z80/z80.dsp:
8303         - removed compiler command line option /WX: Treats all warnings as errors
8304         - update a list of source files, included into the project
8305
8306         * sdcc/src/avr/avra.dsp, sdcc/src/ds390/ds390a.dsp, sdcc/src/mcs51/mcs51a.dsp,
8307           sdcc/src/pic/pica.dsp, sdcc/src/z80/z80a.dsp:
8308         changed project type to Generic Project so that can be correcly converted to VS.NET project
8309
8310         * sdcc/as/mcs51/asm.h: definition of PATH_MAX for MSC
8311
8312         * sdcc/src/SDCCast.c: solved MSC error in function decorateType()
8313
8314         * sdcc/src/SDCC.y: added missing ending ';' to rules to get rid of bison warnings
8315
8316         * dcc/src/ds390/ralloc.c, sdcc/src/mcs51/ralloc.c:
8317         added return 0 statements after assert() to make compiler happy
8318
8319         * sdcc/src/xa51/peeph.rul, sdcc/src/xa51/peeph.def, sdcc/src/z80/ralloc.c:
8320         added newline in the def file to keep MSC compiler satisfied
8321
8322         * sdcc/src/z80/gen.c:
8323         - function strcasecmp() is not defined in MSC (and probably also in BORLANDC),
8324           so it is replaced with STRCASECMP, which is defined as stricmp in case of MSC and BORLANDC
8325         - solved MSC error in function aopDump()
8326
8327         * sdcc_vc.h: define PREFIX as "\\sdcc"
8328
8329 2002-07-18  Bernhard Held <bernhard AT bernhardheld.de>
8330         * src/SDCCast.c (decorateType): fixed access to array of structures http://sourceforge.net/mailarchive/forum.php?thread_id=902690&forum_id=4107
8331
8332 2002-06-22  Scott Dattalo <scott AT dattalo.com>
8333         * src/pic/*: Numerous bug fixes. Flow analysis has been enhanced.
8334         - Rewrote the register banking algorithm.
8335         - Added pCode live-range analysis to registers (for now, only non-used and
8336         singly-used registers optimized away)
8337
8338         * src/pic/pcoderegs.[ch]: Added new files for pCode live-range analysis
8339
8340         * 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.
8341
8342 2002-05-10  Scott Dattalo <scott AT dattalo.com>
8343         * src/pic/*: Added support for multiplication. Fixed many,many bugs.
8344
8345 2002-04-22  Michael Hope  <michaelh AT vroom>
8346
8347         * device/lib/z80/printf.c: Changed emitter to volatile to work around a pcall bug.
8348
8349         * configure.in (DD_COPT): Added include support required for gbdk.
8350
8351         * .version: Bumped version number just to increase it.
8352
8353         * src/SDCCmain.c: Added -nostdinc to the default options.
8354
8355 2002-04-15  Michael Hope  <michaelh AT vroom>
8356
8357         * device/lib/z80/printf.c (sprintf): Added.
8358
8359         * src/z80/ralloc.c (packRegisters): Disabled pack HL use for GB as it's broken.
8360
8361         * src/z80/peeph.def: Added transpose redundent load rule.
8362
8363         * src/z80/main.c: Added force callee saves for jaune.
8364
8365         * src/port.h: Removed the i186 and tlcs-900h ports as they weren't being being developed.
8366
8367         * src/SDCCmain.c: Pulled the options definition out so that you can add port specific options without changing the main file.
8368
8369 2002-03-28  Johan Knol  <johan AT balder>
8370
8371         * src/SDCCval.c: fixed bug #532436
8372
8373 2002-03-14  Scott Dattalo <scott AT dattalo.com>
8374         * /src/port.h:
8375         Added "char *Processor" field to the port structure.
8376
8377         * /src/SDCCmain.c:
8378         Added -p option. Allows port dependent processor to be specified.
8379
8380         * all ports:
8381         Initialized the new field char *Processor field to NULL in all ports
8382
8383         * /src/pic/*:
8384         Compiler generated registers for interrupt context saving
8385         were not getting allocated.
8386
8387 2002-03-16  Sandeep Dutta  <sandeep AT ddi.com>
8388
8389         * /src/SDCCast.c:
8390         Fixed left shift. Will promote the left side of a left shift
8391         if a) left shifting more than size of operand or b) when assigned
8392         to something size > size of left side
8393
8394 2002-03-14  Scott Dattalo <scott AT dattalo.com>
8395         * src/pic/*
8396         tons of changes. Register allocation has been
8397         rewritten. Added customization for the various PICs. Flow
8398         analysis is restructured. ...
8399
8400         * src/pic/device.h:
8401         Added
8402
8403         * src/pic/device.c:
8404         Added. device.c is a PIC port hack to accomodate variations
8405         in PIC devices.
8406
8407 2002-03-13  Michael Hope  <michaelh AT vroom>
8408
8409         * src/z80/gen.c (genGenPointerGet): Fixed a bug where a pointer in HL is dereferenced into HL but HL is not spilled.  Yeah.
8410
8411 2002-03-04  johanknol  <johanknol AT manik>
8412
8413         * /src/SDCCval.c: fixed
8414
8415         const unsigned char arr[][2] = { { 0, 1 } };
8416         t18.c:1: error: Initializer element is not constant
8417
8418 2002-03-04  bela  <bela AT manik>
8419
8420         * /device/include/mcs51reg.h:
8421         ds89c420 register definition update
8422
8423 2002-03-03    <johan AT FRIJA>
8424
8425         * support/Util/SDCCerr.c: did something, but don't no why anymore
8426
8427         * support/regression/tests/bug-524691.c: made it a little less shy
8428
8429         * src/SDCCast.c (decorateType): fixed bug #524697
8430
8431         * src/SDCCast.c: made some lineno improvements
8432
8433         * src/SDCCval.c (getNelements): changed warning to error
8434
8435         * src/SDCCglue.c (printIvalArray): changed warning to error
8436
8437         * src/SDCCicode.c: fixed a warning for mingw
8438
8439         * src/SDCCast.c (decorateType): fixed the << promotion for ops
8440
8441         * src/SDCCicode.c (geniCodeDivision): divide is shift only for unsigned (bug #524685)
8442
8443 2002-03-02  Sandeep Dutta  <sandeep AT ddi.com>
8444
8445         * src/ds390/peeph.def:
8446         Added some more peephole rules
8447
8448         * src/ds390/gen.c: Various fixes & enhancements
8449
8450         * src/SDCClrange.c, src/SDCClrange.h:
8451         functions "alldefsoutofrange" and "notusedinblock" moved to SDCClrange.c
8452
8453         * src/ds390/ralloc.c:
8454         various fixes & enhancements (ds390) specific
8455
8456         * src/avr/ralloc.c, src/mcs51/ralloc.c, src/pic/ralloc.c, src/xa51/ralloc.c, src/z80/ralloc.c:
8457         Functions "allDefsOutOfRange" & "notUsedinBlock" moved to SDCClrange.c
8458         from rallocs.
8459
8460         * sdcc/src/SDCCcse.c: Better fix for bug # 514308
8461
8462 2002-03-02    <johan AT FRIJA>
8463
8464         * src/SDCCast.c (decorateType): fixed bug #524708
8465
8466         * src/SDCCval.c (floatFromVal): fixed the literal void (whatever that may be)
8467
8468         * src/SDCCicode.c (geniCodePtrPtrSubtract): fixed bug #524691
8469
8470 2002-03-01  Michael Hope  <michaelh AT vroom>
8471
8472         * src/SDCCsymt.c (initCSupport): Removed managling of support function names.
8473
8474         * src/z80/ralloc.c (packRegsForIYUse): Fixed fp bug where four byte operands were packed into IY.
8475
8476 2002-03-01    <johan AT FRIJA>
8477
8478         * src/SDCCglue.c (printIvalPtr): fixed bug #524211
8479
8480         * src/SDCCast.c (decorateType): fixed bug #524209
8481
8482         * src/SDCCval.c (valNot): fixed bug #524195
8483
8484 2002-02-26    <johan AT balder>
8485
8486         * src/xa51/gen.c: fixed a warning
8487
8488         * src/SDCCglue.c (printIvalFuncPtr): fixed bug #522534
8489
8490         * src/SDCCast.c (decorateType): fixed bug #522534
8491
8492 2002-02-23    <johan AT balder>
8493
8494         * src/SDCCdflow.c (computeDataFlow): fixed bug #460088
8495
8496 2002-02-22    <johan AT balder>
8497
8498         * src/SDCCast.c: fixed bug #514865
8499
8500         * src/SDCCy.c ("SDCC.y"): fixed bug #516625
8501
8502 2002-02-21  Sandeep Dutta  <sandeep AT ddi.com>
8503
8504         * sdcc/src/SDCCloop.c:
8505         Previous fix was not good. basic blocks that have "break" or "return" are
8506         not really partof a loop , but live ranges used in these blocks should
8507         be live thru the entire loop, so set partOfLoop but don't add them to
8508         loop region
8509
8510 2002-02-21    <johan AT FRIJA>
8511
8512         * src/SDCCcse.c: fixed bug #514308
8513
8514 2002-02-20  Sandeep Dutta  <sandeep AT ddi.com>
8515
8516         * src/SDCCloop.c:
8517         Fixed BUG #519583. If a conditional block ended in a return/break
8518         statement inside a loop, it was not being considered part of the loop.
8519
8520         * src/SDCCcflow.c: Removed fix (Fixed in SDCCloop.c)
8521
8522 2002-02-10  Karl Bongers <karl AT turbobit.com>
8523
8524         * debugger/*:
8525         Fixed up SDCDB debugger somewhat.  Updated debugger/README
8526         with lots of comments and notes.
8527
8528         * device/examples/test2.c:
8529         Fix bug, "red" variable not being initialized(compiler complained).
8530
8531         * device/examples/Makefile, examples/test3.c:
8532         Add Makefile in device/examples folder, compiles test3.c
8533         for use as a multiple module SDCDB test case.
8534
8535         * sim/ucsim/cmd.src/cmdset.cc:
8536         Took out debug printfs in ucsim "next" command.
8537
8538         * sim/ucsim/xa.src:
8539         Karl and Johan start ucsim XA support.  Most dissassembly working,
8540         about 75% emulation done(plenty of work remaining).
8541
8542         * sim/ucsim/z80.src:
8543         Add Z80 support to ucsim, add test-ucz80 regression test,
8544         notice ucsim/z80 emulation fails on examples/test3.c/itoa code.
8545         Notice z80 compiler fails on examples/test3.c/crc code.
8546
8547 2002-01-30  Sandeep Dutta  <sandeep AT ddi.com>
8548
8549         * src/mcs51/gen.c, src/mcs51/main.c, src/mcs51/ralloc.c:
8550         Added support for --parms-in-bank1
8551
8552         * src/ds390/peeph.def:
8553         added a few more peephole optimzations
8554
8555         * src/ds390/main.c:
8556         1) added __builtin_inp & __builtin_outp used to read in data of given length
8557            from a memory mapped port
8558         2) added __builtin_memcmp
8559         3) added __builtin_swapw swap bytes of a short
8560
8561         * src/ds390/gen.c, src/ds390/gen.h, src/ds390/ralloc.c:
8562         1) handle multiple send & receives from register bank1
8563         2) ralloc can now allocate DPTR1 to some liveRanges
8564
8565         * src/SDCCsymt.c, src/SDCCsymt.h:
8566         changes to handle multiple sends & receives
8567
8568         * src/SDCCptropt.h:
8569         added some pointer arithmetic optimization
8570
8571         * src/SDCCptropt.c:
8572         added some pointer arithmetic optimizations but not stable yet so not
8573         called from anywhere (will get this working shortly)
8574
8575         * src/SDCCopt.c: fixed for multiple sends & receives
8576
8577         * src/SDCCmain.c:
8578         1) added options --parms-in-bank1 (ds390/mcs51) & --protect-sp-update
8579         2) preprocessing done AFTER port->finalizeoptions . This allows ports to
8580            set preprocessor defines (depending on options)
8581
8582         * src/SDCCicode.c, src/SDCCicode.h:
8583         changes made to handle multiple sends & receives
8584
8585         * src/SDCCglobl.h:
8586         Added options --protect-sp-update (ds390) and --parms-in-bank1 (ds390/mcs51)
8587
8588         * src/SDCCcse.c, src/SDCCcse.h:
8589         added function findbackward def (to be used in upcoming optimization)
8590
8591         * src/SDCCcflow.c, src/SDCCcflow.h:
8592         added function returnAtEnd - to determine if a basic block terminates with
8593         a RETURN iCode
8594
8595         * src/SDCCast.c, src/SDCCast.h:
8596         added option parms-in-bank1
8597
8598         * device/lib/_divsint.c, device/lib/_divslong.c, device/lib/_divuint.c
8599         * device/lib/_divulong.c, device/lib/_modsint.c, device/lib/_modslong.c
8600         * device/lib/_modulong.c, device/lib/_mulint.c, device/lib/_mullong.c:
8601         adjusted for --parms-in-bank1 option
8602
8603         * device/include/string.h:
8604         donot redefine "reentrant" keyword
8605
8606         * device/include/ds80c390.h: Added some more SFRs
8607
8608 2002-01-28  Bernhard Held  <bernhard AT bernhardheld.de>
8609
8610         * sim/ucsim: Merged branch ucsim-034-pre3 to main trunk; new version 0.4
8611
8612 2002-01-26  Bernhard Held  <bernhard AT bernhardheld.de>
8613
8614         * src/SDCCast.c (funcOfType): fix usage of double --float-reent
8615
8616 2002-01-22  Bernhard Held  <bernhard AT bernhardheld.de>
8617
8618         * support/regression/fwk/lib/testfwk.c (main): Removed workaround for bug #505387
8619
8620 2002-01-18  Paul Stoffregen  <paul AT pjrc.com>
8621
8622         * Added --xram-movc option
8623
8624 2002-01-13  Bernhard Held  <bernhard AT bernhardheld.de>
8625
8626         * support/regression/Makefile: don't include test-mcs51-stack-auto in target all
8627
8628 2002-01-11  Johan Knol
8629
8630         * Added math lib of Jesus Calvino-Fraga
8631
8632 2002-01-08  Bernhard Held  <bernhard AT bernhardheld.de>
8633
8634         * src/SDCCmain.c (processFile): fix processing of ../../src.c
8635         * support/regression/Makefile: new target test-mcs51-stack-auto
8636         * support/regression/ports/mcs51-stack-auto/spec.mk: added
8637
8638 2002-01-04  Bernhard Held  <bernhard AT bernhardheld.de>
8639
8640         * src/SDCCglue.h: printIvalCharPtr(), not printIvalChar()
8641
8642 2002-01-04  Bernhard Held  <bernhard AT bernhardheld.de>
8643
8644         * support/regression/ports/mcs51/support.c: correct setup of timer / UART
8645
8646 2002-01-03  Bernhard Held  <bernhard AT bernhardheld.de>
8647
8648         * src/SDCCsymt.c (processFuncArgs): fix #498307 by Johan
8649
8650         * src/SDCCglue.h: add definition for printIvalChar()
8651
8652 2002-01-02  Bernhard Held  <bernhard AT bernhardheld.de>
8653
8654         * src/SDCCast.c: fix #498138 by Johan
8655
8656         * src/SDCCglue.c: fix #498138 by Johan
8657
8658 2002-01-02  Bernhard Held  <bernhard AT bernhardheld.de>
8659
8660         * support/regression/Makefile: fix clean
8661
8662         * support/regression/ports/ds390/support.c: fix transmission of last character
8663
8664 2001-12-29  Sandeep Dutta  <sandeep AT ddi.com>
8665
8666         * /sdcc/src/ds390/gen.c:
8667         a) improved computing address of stack variable
8668         b) took out some #if 0 code
8669         c) improved parmBytes adjustment
8670         d) improved genPlusIncr & genMinusIncr
8671         e) genCmp could generate bad code (when left assigned to DPTR)
8672         f) Fixed bug in hasInc
8673
8674         * /sdcc/src/ds390/ralloc.c:
8675         a) packRegsForSupport could mess up live information (Fixed)
8676         b) packRegsDPTRuse could be incorrect for left & right shift
8677
8678         * /sdcc/src/mcs51/ralloc.c:
8679         packRegsForSupport could mess up the live information (Fixed)
8680
8681         * /sdcc/src/mcs51/gen.c: Fixed a bug in hasInc
8682
8683         * /sdcc/src/SDCCast.c:
8684         can reverse a loop even if function call is present as long
8685         as the loop control variable is local & is not passed as parameter
8686
8687 2001-12-24  Sandeep Dutta  <sandeep AT ddi.com>
8688
8689         * /sdcc/ChangeLog: *** empty log message ***
8690
8691         * /sdcc/src/ds390/gen.c, /sdcc/src/ds390/main.c:
8692         More builtin function additions for TININative
8693
8694         * /sdcc/src/ds390/ralloc.c:
8695         Had broken the regression testsuite
8696
8697         * /sdcc/src/SDCCast.c: Fixed a bug in dumptree
8698
8699         * /sdcc/src/SDCCsymt.c, /sdcc/src/SDCCsymt.h:
8700         Added funcattr hasStackParms will be set for reentrant functions when there
8701         are paramteres on the stack, this helps in minimizing frame pointer generation
8702         typeFromStr can handle function pointers now
8703
8704         * /sdcc/doc/builtins.txt, /sdcc/doc/TININative.txt:
8705         *** empty log message ***
8706
8707 2001-12-24  Sandeep Dutta  <sandeep AT ddi.com>
8708
8709         * /src/ds390/gen.c, /src/ds390/main.c:
8710         More builtin function additions for TININative
8711
8712         * /src/ds390/ralloc.c:
8713         Had broken the regression testsuite
8714
8715         * /src/SDCCast.c: Fixed a bug in dumptree
8716
8717         * /src/SDCCsymt.c, /src/SDCCsymt.h:
8718         Added funcattr hasStackParms will be set for reentrant functions when there
8719         are paramteres on the stack, this helps in minimizing frame pointer generation
8720         typeFromStr can handle function pointers now
8721
8722         * /doc/builtins.txt, /doc/TININative.txt:
8723         *** empty log message ***
8724
8725
8726 2001-12-24  Sandeep Dutta  <sandeep AT ddi.com>
8727
8728         * /src/ds390/gen.c, /src/ds390/main.c, /src/ds390/peeph.def, /src/ds390/ralloc.c:
8729         ALPHA version for -mTININative
8730
8731         * /src/izt/i186.c, /src/izt/tlcs900h.c, /src/mcs51/main.c, /src/pic/main.c, /src/z80/main.c, /src/avr/main.c:
8732         updated to reflect changes in the port structure
8733
8734         * /src/port.h:
8735         added function do_assemble (similar to do_link) if non-null this function
8736         will be called to do assembly (-mTININative) requires a multi command
8737         assembly
8738         added function genAssemblerEnd will be called to generate assembler Epilogue
8739
8740         * /src/SDCCsymt.c:
8741         added _JavaNative to debug info printing
8742
8743         * /src/SDCCmain.c: added option --tini-libid
8744         added port->do_assemble function (-mTININative) has a multi command assemble
8745
8746         * /src/SDCCglue.c: Disabled "constExpr" check
8747         added port->genAssemblerEnd function
8748
8749         * /src/SDCCglobl.h: Added option --tini-libid value
8750
8751         * /src/SDCCast.h:
8752         tookout optimizeCompare from the header (has no external references)
8753
8754         * /src/SDCCast.c: made one more function "static"
8755
8756 2001-12-23  Michael Hope  <michaelh AT juju.net.nz>
8757
8758         * src/z80/mappings.i: Added z80asm support.
8759
8760         * src/z80/main.c: Added z80asm support on --asm=z80asm
8761
8762         * src/z80/gen.c: Fixed asm portability issues.
8763
8764         * src/asm.c (tvsprintf): Removed old code, added 'N' for function name.  For extern support.
8765
8766         * src/SDCCglue.c (printExterns): Added global/extern split.
8767
8768 2001-12-17  Bernhard Held  <bernhard AT bernhardheld.de>
8769
8770         * support/regression/Makefile: added test for mcs51 model large
8771
8772         * support/regression/ports/mcs51-large/spec.mk: added test for mcs51 model large
8773
8774         * support/regression/ports/gbz80/spec.mk: added -mgbz80
8775
8776 2001-12-05  Michael Hope  <michaelh AT juju.net.nz>
8777
8778         * src/diff.1 (Index): Many, many optmisiations.  Dhrystone up to 201.
8779
8780 1904-01-06  Michael Hope  <michaelh AT juju.net.nz>
8781
8782         * src/z80/ralloc.c (packRegsForIYUse): Fixed the case where an operand is in direct space.
8783
8784         * src/z80/gen.c (makeFreePairId): Optimised IY load by using a spare pair.
8785
8786 2001-12-02  Bernhard Held  <bernhard AT bernhardheld.de>
8787
8788         * src/mcs51/gen.c (genFunction): avoid excess "inc sp"
8789
8790         * support/regression/tests/simplefloat.c: Port to mcs51.
8791
8792 2001-11-25  Michael Hope  <michaelh AT juju.net.nz>
8793         * support/regression/tests/bug-485362.c: Added.
8794
8795         * support/regression/tests/simplefloat.c (testDivNearOne): Added.
8796
8797         * src/z80/gen.c (aopOp): Fixed case where left and result are in the same spill loc and they have different sizes.
8798
8799         * src/z80/peeph.def: Added rules for optimising two byte compares on the same thing, and to optimise two ptr assign.
8800
8801         * src/z80/gen.c (aopDump): Added a dump function.
8802
8803 2001-11-25  Bernhard Held  <bernhard AT bernhardheld.de>
8804         * sim/ucsim/s51.src/glob.cc: DS390 SFRs and bits added.
8805
8806         * sim/ucsim/s51.src/port.cc: Port 4 and 5 added.
8807
8808         * sim/ucsim/s51.src/regs51.h: DS390 SFRs added.
8809
8810         * sim/ucsim/s51.src/uc390.cc: Some details improved, CKRDY works for tinibios.
8811
8812         * sim/ucsim/s51.src/uc390cl.h: Work in progress.
8813
8814         * sim/ucsim/sim.src/uccl.h: 6 ports for DS390.
8815
8816         * support/regression/fwk/lib/testfwk.c: Run with tinibios.
8817
8818         * support/regression/ports/mcs51/spec.mk: Fine tuninig.
8819
8820         * support/regression/ports/ds390/support.c: Use tinibios.
8821
8822         * support/regression/ports/ds390/spec.mk: Fine tuning, use tinibios.
8823
8824 2001-11-23  Michael Hope  <michaelh AT juju.net.nz>support/regression/tests/bug-460010.c
8825
8826         * src/z80/ralloc.c (packRegsForHLUse3): Changed to not pack into HL if anything is in direct space.
8827         (packRegsForHLUse3): Added packing support for send, cast, and return value from a call.
8828
8829         * src/z80/peeph.def: Added rules for optimising pushes of part of a pair.
8830
8831         * src/z80/gen.c (emitCall): Changed the stack fixup to not use HL.
8832
8833 2001-11-18  Michael Hope  <michaelh AT juju.net.nz>
8834
8835         * src/z80/gen.c (genCmp): Fixed compare on unsigned.
8836
8837         * src/z80/ralloc.c (packRegsForHLUse3): Created and optimised.
8838         (packRegsForIYUse): Created and optimised.
8839
8840 2001-11-07  Michael Hope  <michaelh AT juju.net.nz>
8841
8842         * support/regression/tests/float.c (testFloatAdd): Fixed up warning.
8843 2001-11-18  Bernhard Held  <bernhard AT bernhardheld.de>
8844
8845         * sdcc/support/regression/tests/bug-460010.c: fix seg violation on host
8846
8847         * sdcc/support/regression/tests/muldiv.c: fix output on mcs51
8848
8849         * sdcc/support/regression/tests/stacks.c: fix DSEG overflow on mcs51
8850
8851 2001-11-07  Bernhard Held  <bernhard AT bernhardheld.de>
8852
8853         * sdcc/sim/device/lib/_gptrget.c: mem region 5 (idata) added
8854
8855         * sdcc/sim/device/lib/_gptrput.c: mem region 5 (idata) added
8856
8857 2001-11-07  Bernhard Held  <bernhard AT bernhardheld.de>
8858
8859         * sdcc/sim/ucsim/globals.cc: New: IXRAM.
8860
8861         * sdcc/sim/ucsim/stypes.h: New: IXRAM.
8862
8863         * sdcc/sim/ucsim/s51.src/uc390.cc: New: IXRAM.
8864
8865 2001-11-07  Michael Hope  <michaelh AT juju.net.nz>
8866
8867         * src/z80/ralloc.c (packRegsForHLUse): Banned IFXs from being packed into HL.
8868         (packRegsForHLUse): Added rule to pack address of/pointer get for itemps into HL for the Z80.
8869         (packRegsForAccUse2): Added rule to pack hbit IFXs into A.
8870
8871         * src/z80/main.c (_setDefaultOptions): Made float code re-entrant by default.
8872
8873         * src/z80/gen.c (aopGetLitWordLong): Added word support for floats.
8874         (genNotFloat): Added.
8875         (genUminusFloat): Added.
8876
8877         * device/lib/z80/Makefile: Added floating pt stubs.
8878
8879         * device/lib/Makefile.in (Z80SOURCES): Added floating pt support.
8880
8881         * src/z80/gen.c (genIpush): Fixed up a push of one byte when left is in a pair.
8882
8883         * device/lib/_fsadd.c (__fsadd): Fixed up return where the numbers are hugely different.
8884
8885 2001-11-07  Bernhard Held  <bernhard AT bernhardheld.de>
8886
8887         * sdcc/sim/ucsim/s51.src/glob.cc: Minor fix.
8888
8889         * sdcc/sim/ucsim/s51.src/regs51.h: Minor fix.
8890
8891         * sdcc/support/regression/Makefile: Add port ds390.
8892
8893         * sdcc/support/regression/ports/mcs51/spec.mk: Minor change.
8894
8895         * sdcc/support/regression/ports/z80/spec.mk: Minor change.
8896
8897         * sdcc/support/regression/ports/ds390/spec.mk: Added.
8898
8899         * sdcc/support/regression/ports/ds390/support.c: Added.
8900
8901         * sdcc/support/regression/ports/ds390/uCsim.cmd: Added.
8902
8903         * sdcc/support/regression/ports/mcs51/timeout.c: Cut.
8904
8905         * sdcc/support/regression/fwk/lib/timeout.c: Paste.
8906
8907 2001-11-04  Michael Hope  <michaelh AT juju.net.nz>
8908
8909         * device/include/malloc.h: Added z80 and gbz80 support.
8910
8911         * device/lib/gbz80/heap.s: Added.
8912
8913         * device/lib/z80/heap.s: Added.
8914
8915         * device/lib/malloc.c: Added z80 and gbz80 support.
8916
8917         * support/regression/tests/malloc.c (testMalloc): Added.
8918
8919         * src/SDCCmain.c (parseCmdLine): Added support for -Wp.
8920
8921         * support/regression/tests/bug-478094.c: Added.
8922
8923         * src/z80/gen.c (commitPair): Fixed silly gbz80/z80 commit to static bug.
8924
8925 2001-11-04  Bernhard Held  <bernhard AT bernhardheld.de>
8926
8927         * sdcc/sim/ucsim/s51.src/uc390cl.h: Improvement for ds390 to run regression tests
8928
8929         * sdcc/sim/ucsim/s51.src/uc390.h: Improvement for ds390 to run regression tests
8930
8931         * sdcc/sim/ucsim/s51.src/regs51.h: Improvement for ds390 to run regression tests
8932
8933         * sdcc/sim/ucsim/s51.src/glob.cc: Improvement for ds390 to run regression tests
8934
8935         * sdcc/support/regression/tests/bug-460010.c: Small change for ds390
8936
8937 2001-11-04  Michael Hope  <michaelh AT juju.net.nz>
8938
8939         * src/z80/peeph-gbz80.def: Removed a bad sub optimisation.
8940
8941 2001-11-03  Michael Hope  <michaelh AT juju.net.nz>
8942
8943         * support/regression/tests/bug-477927.c: Added.
8944
8945         * src/z80/peeph.def: Added minor rules.
8946
8947         * src/z80/gen.c (genPlusIncr): Added an extra plusinc rule.
8948
8949         * src/z80/peeph.def: Added jump optimisation modification.
8950
8951 2001-11-01  Michael Hope  <michaelh AT juju.net.nz>
8952
8953         * src/SDCCmain.c (linkEdit): Added runtime path detection to the mcs51 port.
8954
8955 2001-10-30  Michael Hope  <michaelh AT juju.net.nz>
8956
8957         * support/regression/tests/funptrs.c: Added.
8958
8959 2001-10-29  Michael Hope  <michaelh AT juju.net.nz>
8960
8961         * src/z80/ralloc.c (packRegsForHLUse): Fixed up bad spill due to pushing one byte via HL.
8962
8963 2001-10-28  Michael Hope  <michaelh AT juju.net.nz>
8964
8965         * src/z80/gen.c (genArrayInit): Made it work for on stack arrays.
8966
8967         * src/z80/main.c (gbz80_port =): Added rle support to the gbz80 port.
8968
8969         * src/z80/gen.c (genMinus): Fixed for where the result is one byte.
8970         (movLeft2ResultLong): Created.
8971
8972         * src/z80/ralloc.c (packRegsForHLUse): Added a couple of simple cases for the GB.
8973         (joinPushes): Added.  Joins two char pushes into a word push.
8974
8975 2001-10-27  Michael Hope  <michaelh AT juju.net.nz>
8976
8977         * support/cpp2/Makefile.in (install): Added creation of dest dir.
8978
8979         * support/makebin/Makefile (install): Added creation of dest dir.
8980
8981 2001-10-24 Karl Bongers <karl AT turbobit.com>
8982
8983         * configure.in, configure, Makefile, support/cpp: Removed cpp folder, since we have new cpp2 preprocessor code.
8984
8985 2001-10-21  Michael Hope  <michaelh AT juju.net.nz>
8986
8987         * src/z80/ralloc.c: Turned off faulty pack for one use.
8988
8989         * src/z80/peeph-gbz80.def: Removed redundent restart options.
8990
8991         * src/z80/gen.c (genMult): Added native mul for constants on the z80 and gbz80.
8992
8993 2001-10-21  Bernhard Held  <bernhard AT bernhardheld.de>
8994
8995         * support/regression/Makefile: Improved clean
8996
8997         * support/regression/ports/gbz80/spec.mk: Added clean
8998
8999         * support/regression/ports/host/spec.mk: Added clean
9000
9001         * support/regression/ports/z80/spec.mk: Added clean
9002
9003         * support/regression/ports/mcs51/spec.mk: Added clean, little improvements
9004
9005         * support/regression/ports/mcs51/timeout.c: little improvements
9006
9007 2001-10-17  Michael Hope  <michaelh AT juju.net.nz>
9008
9009         * device/lib/malloc.c (MEMHEADER): Fixed against new pedantic pointers.
9010
9011         * support/regression/fwk/include/testfwk.h: Fixed up to use function pts correctly.
9012
9013         * support/regression/generate-cases.py: Fixed up to use function pts correctly.
9014
9015 2001-10-16  Bernhard Held  <bernhard AT bernhardheld.de>
9016
9017         * support/regression/port/mcs51/spec.mk: add timeout for uCsim
9018
9019         * support/regression/port/mcs51/timeout.c: add timeout for uCsim
9020
9021 2001-10-13  Michael Hope  <michaelh AT juju.net.nz>
9022         * src/z80/gen.c (emitCall): Fixed up missing spill of HL when used to assign the result value.
9023
9024         * src/z80/ralloc.c: Turned off pack for one use as it's quite broken.
9025
9026         * src/SDCCmain.c (linkEdit): Added support for passing a legacy command line through the processor.
9027
9028         * src/mcs51/main.c (_linkCmd): Added bin path to command.
9029
9030         * src/SDCCmain.c (initValues): Added support for when it it called just to link.
9031
9032         * as/mcs51/lklibr.c (libfil;): Turned off 'library file' message.
9033
9034         * src/SDCCval.c (constVal): Fixed usage of 'L' modifier problems on ppc.
9035
9036         * support/regression/tests/longor.c: Added.
9037
9038 2001-10-11  Bernhard Held  <bernhard AT bernhardheld.de>
9039
9040         * as/mcs51/asdata.c: replaced FILENAME_MAX with PATH_MAX
9041
9042         * as/mcs51/aslink.h: define PATH_MAX
9043
9044         * as/mcs51/asm.h: define PATH_MAX
9045
9046         * as/mcs51/asmain.c: replaced FILENAME_MAX with PATH_MAX
9047
9048         * as/mcs51/asnoice.c: replaced FILENAME_MAX with PATH_MAX
9049
9050         * as/mcs51/lklex.c: replaced FILENAME_MAX with PATH_MAX
9051
9052         * as/mcs51/lkmain.c: replaced FILENAME_MAX with PATH_MAX
9053
9054         * src/SDCCglobl.h: define PATH_MAX
9055
9056         * src/SDCCmacro.c: replaced FILENAME_MAX with PATH_MAX
9057
9058         * src/SDCCmain.c: replaced FILENAME_MAX with PATH_MAX
9059
9060 2001-10-11  Michael Hope  <michaelh AT juju.net.nz>
9061
9062         * src/z80/gen.c (gencjneshort): Fixed
9063
9064         * src/z80/ralloc.c (packRegsForHLUse): Added pack into HL for cast then ipush.
9065
9066 2001-10-09  Michael Hope  <michaelh AT juju.net.nz>
9067
9068         * support/regression/tests/bug-469671.c: Added.
9069
9070         * src/z80/gen.c (shiftIntoPair): Fixed up warning.
9071
9072 2001-10-08  Michael Hope  <michaelh AT juju.net.nz>
9073
9074         * src/SDCCmain.c: Added --fommit-frame-pointer option and implemented in the z80 port.
9075
9076         * src/z80/gen.c (genPlus): Fixed to work with extended stack.  Also fixed genMinus, genCmp.  genUMinus is still left.
9077
9078 2001-10-08  Bernhar Held  <bernhard AT bernhardheld.de>
9079
9080         * src/SDCCmain.c (preProcess): added define SDCC_NOOVERLAY
9081
9082         * src/device/lib/_mulint.c  : removed hint: nooverlay bug
9083
9084         * src/device/lib/_mullong.c : removed hint: nooverlay bug
9085
9086         * src/device/lib/_divuint.c : removed hint: nooverlay bug
9087
9088         * src/device/lib/_divulong.c: removed hint: nooverlay bug
9089
9090         * src/device/lib/_moduint.c : removed hint: nooverlay bug
9091
9092         * src/device/lib/_modulong.c: removed hint: nooverlay bug
9093
9094 2001-10-07  Michael Hope  <michaelh AT juju.net.nz>
9095
9096         * 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.
9097
9098         * support/Util/NewAlloc.c (freeTrace): Changed free for the gc case to not free at all.  Fixes runtime segfault.
9099
9100         * support/regression/tests/scott-compare3.c (c_abcd): Fixed up casts.
9101
9102 2001-10-07    <johan AT FRIJA>
9103
9104         * device/lib/gets.c (gets): fixed the return value.
9105
9106 2001-10-06  Michael Hope  <michaelh AT juju.net.nz>
9107         * src/SDCCmain.c (WRITE_SEG_LOC): Fixed up to use Safe_strdup.
9108
9109         * 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.
9110
9111         * 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.
9112
9113         * src/z80/gen.c (genZ80Code): Added de-allocation via trace support.
9114
9115         * src/pic/gen.c: Removed Safe_strdup.
9116
9117         * configure.in: Added option to enable libgc support.
9118
9119         * src/SDCCbitv.c (bitVectnBitsOn): Optimised.
9120         (bitVectUnion): Optimised.
9121         (bitVectIntersect): Optimised.
9122         (bitVectBitsInCommon): Optimised.
9123         (bitVectCplAnd): Optimised.
9124
9125         * support/makebin/makebin.c (usage): Removed getopt as mingw32 doesn't have it.  Sigh.
9126
9127 2001-10-03 Bernhard Held <bernhard AT bernhardheld.de>
9128
9129         * src/SDCCmain.c: distinguish between assembler debug and plain options
9130
9131         * src/avr/main.c:   remove standard assembler options
9132
9133         * src/ds390/main.c: remove standard assembler options
9134
9135         * src/mcs51/main.c: remove standard assembler options
9136
9137         * src/port.h: removed "PENDING" comment
9138
9139 2001-10-03 Bernhard Held <bernhard AT bernhardheld.de>
9140
9141         * src/device/lib/_mulint.c  : new, with assember functions
9142
9143         * src/device/lib/_mullong.c : new, with assember functions
9144
9145         * src/device/lib/_divuint.c : with assember functions
9146
9147         * src/device/lib/_divsint.c : with assember functions
9148
9149         * src/device/lib/_divulong.c: with assember functions
9150
9151         * src/device/lib/_divslong.c: with assember functions
9152
9153         * src/device/lib/_moduint.c : with assember functions
9154
9155         * src/device/lib/_modsint.c : with assember functions
9156
9157         * src/device/lib/_modulong.c: with assember functions
9158
9159         * src/device/lib/_modslong.c: with assember functions
9160
9161         * src/device/lib/libint.lib:  replaced _muluint.c  and _mulsint.c  by _mulint.c
9162
9163         * src/device/lib/liblong.lib: replaced _mululong.c and _mulslong.c by _mullong.c
9164
9165         * src/device/lib/Makefile.in: replaced _muluint.c  and _mulsint.c  by _mulint.c
9166                                       replaced _mululong.c and _mulslong.c by _mullong.c
9167
9168 2001-10-03 Bernhard Held <bernhard AT bernhardheld.de>
9169
9170         * src/SDCCsymt.c: sequence of specifiers in pintTypeChain() corrected
9171
9172 2001-10-01 Bernhard Held <bernhard AT bernhardheld.de>
9173
9174         * src/SDCCglue.c: test, if win32api is available for MINGW
9175
9176 2001-10-01 Bernhard Held <bernhard AT bernhardheld.de>
9177
9178         * src/SDCCsymt.c: no more _modifier in printTypeChain()
9179         * support/regression/tests/driverstruct.c: REENTRANT for mcs51
9180         * support/regression/ports/gbz80/spec.mk: removed GENERIC
9181         * support/regression/ports/host/spec.mk: removed GENERIC
9182         * support/regression/ports/mcs51/spec.mk: removed GENERIC
9183         * support/regression/ports/z80/spec.mk: removed GENERIC
9184
9185 2001-10-01  Michael Hope  <michaelh AT juju.net.nz>
9186
9187         * support/regression/fwk/lib/testfwk.c (__printf): Removed GENERIC.
9188
9189         * support/regression/tests/bug-467035.c: Created.
9190
9191 2001-10-01    <johan AT FRIJA>
9192
9193         * src/SDCC.y: fixed bug #466586 part 1
9194
9195 2001-10-01  Johan Knol <johan.knol AT iduna.nl>
9196
9197         * SDCCicode.c: z80 has no generic pointers
9198         * removed -s from strip in all Makefile(.in)'s. It is not needed, but Solaris chocks on it.
9199
9200 2001-09-30  Michael Hope  <michaelh AT juju.net.nz>
9201
9202         * sim/ucsim/cmd.src/Makefile.in ($(PRJDIR)/libcmd.a): Changed all ar references to $(AR) for Solaris.
9203
9204 2001-09-29  Michael Hope  <michaelh AT juju.net.nz>
9205
9206         * Makefile (sdcc-libs): Added makebin to the list of standard targets.
9207
9208         * support/regression/ports/z80/spec.mk: Updated to use env for sdcc bin dir for automatic regression.
9209
9210 2001-09-25  Michael Hope  <michaelh AT juju.net.nz>
9211
9212         * configure.in: Fixed up so that ucsim is only configured once.
9213
9214         * support/cpp2/configure.in: Fixed to use the program transform to append the .exe for the win32 build.
9215
9216         * src/SDCCutil.c (getPrefixFromBinPath): Fixed up to work with win32 in all of its glory.
9217         (getPathDifference): As above.
9218
9219         * src/SDCCmain.c (preProcess): Changed to use a temporary file in a proper temp directory.  Fixed case where pre-processing only.
9220
9221         * src/SDCCglue.c (tempfilename): Added function for pre-processor.
9222
9223 2001-09-23  Michael Hope  <michaelh AT juju.net.nz>
9224         * .version: Updated to 2.3.1
9225
9226         * src/z80/main.c (z80_port =): Added macro based linker and assembler command line support.
9227         Added copyright header.
9228
9229         * src/SDCCmain.c: Shifted various functions into SDCCutil.c
9230         (assemble): Added support for macro based assembler commands.
9231         (linkEdit): Added support for macro based linker commands.
9232         (preProcess): Changed the pre-processor to use macros.
9233         (_setPaths): Added functionality to autodetect the include, lib and bin dir paths.
9234         (_discoverPaths): Added support for overriding the install directory using the SDCCDIR env variable.
9235
9236         * device/lib/z80/crt0.s: Added module name for debugging.
9237
9238 2001-09-20  Michael Hope  <michaelh AT juju.net.nz>
9239
9240         * src/SDCCmain.c (printVersionInfo): Added the build date to the version info.
9241
9242         * src/SDCChasht.c (hTabDeleteByKey): Fixed delete as it would delete the last item from a bucket even if it wasn't the real one.
9243
9244         * src/SDCCglue.c: Moved gc_strdup to SDCCutil.c
9245
9246         * src/Makefile.in: Added SDCCmacro and SDCCutil
9247
9248 2001-09-19  Michael Hope  <michaelh AT juju.net.nz>
9249
9250         * src/SDCCmain.c (printVersionInfo): Added the build date to the version info.
9251
9252 2001-09-16    <johan AT FRIJA>
9253
9254         * 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.
9255
9256 2001-09-15    <johan AT FRIJA>
9257
9258         * src/mcs51/ralloc.c: (findAssignToSym): fixed bug #460662 part 1
9259         * src/ds390/ralloc.c (findAssignToSym): fixed bug #460662 part 1
9260
9261 2001-09-11    <johan AT FRIJA>
9262
9263         * src/SDCCval.c (valDiv Mod Minus Plus Shift): keep litteral expressions as small as possible (bug #460010)
9264
9265 2001-09-10  Michael Hope  <michaelh AT juju.net.nz>
9266
9267         * support/regression/tests/bug-460444.c: Added test case.
9268
9269         * src/z80/gen.c (genOr): bug 460444: if (a ^ lit) was broken for &, |, and ^.
9270         (genCast): Added justification for all of the asserts.
9271
9272 2001-09-10  Bernhard Held <bernhard AT bernhardheld.de>
9273
9274         * support/regression/support.c: _xdata replaced by xdata
9275
9276         * support/regression/spec.mk: removed _generic
9277
9278 2001-09-09  Michael Hope  <michaelh AT juju.net.nz>
9279
9280         * src/pic/ralloc.c (debugLogRegType): Removed some old types to get it to compile.
9281
9282         * src/z80/gen.c (shiftR2Left2Result): Improved the case when v = v >> n for small values of n to use less code space and time.
9283         (genrshTwo): Fixed v = v >> n where v is a negative int and n is > 8: bug 460010.
9284
9285         * src/z80/peeph.def: Added a rule to optimise shift then compare.
9286
9287         * support/regression/tests/bug-460000.c (testShiftByParam): Added test case.
9288
9289         * support/regression/tests/bug-460010.c: Added test case.
9290
9291         * support/regression/Makefile (test-host): Removed a silly 'clean' target when testing against gcc.
9292
9293 2001-09-09  Bernhard Held <bernhard AT bernhardheld.de>
9294
9295         * support/regression/Makefile: inter-port-clean adjusted for mcs51
9296
9297         * support/regression/testfwk.c: removed workaround for bug #436344
9298
9299         * support/regression/tests/bp.c: use less memory with mcs51
9300
9301         * support/regression/tests/bug-441448.c: use less memory
9302
9303         * support/regression/tests/ports/mcs51/spec.mk: cleanup, use --stack-after-data
9304
9305         * support/regression/collate-results.py: typo
9306
9307 2001-09-08  Michael Hope  <michaelh AT juju.net.nz>
9308
9309         * support/regression/tests/fetchoverlap.c: Added new test case.
9310
9311         * support/regression/tests/bp.c: Added new test case.
9312
9313         * support/regression/tests/bug-448984.c: Added new test case.
9314
9315         * support/regression/tests/pow2shifts.c: Added new test case.
9316
9317         * src/z80/gen.c: Turned off the noise it normally generates for the release.
9318         (genlshTwo): Fixed right shift for count > 8.
9319
9320         * src/z80/ralloc.c: Disabled most of the ACC packing rules as they weren't getting hit and weren't at all safe.
9321
9322 2001-09-08    <johan AT FRIJA>
9323
9324         * src/SDCCicode.c (geniCodeCall): a CPOINTER can be used as a function
9325
9326 2001-09-07    <johan AT FRIJA>
9327
9328         * src/SDCCicode.c (newiCodeCondition): fixed bug #456235 (1.77)
9329
9330         * src/SDCCglue.c (emitRegularMap): only delete a symbol when it is a symbol
9331
9332 2001-09-06    <johan AT FRIJA>
9333
9334         * src/SDCC.y: this could be a fix for bug #458744 (1.37)
9335         * bernhard noted me at this: "() equals to (void)" (1.38)
9336
9337 2001-09-05    <johan AT FRIJA>
9338
9339         * src/SDCCglue.c (emitRegularMap): a fix for bug #458099/2
9340
9341 2001-09-04    <johan AT FRIJA>
9342
9343         * src/SDCCsymt.c (checkSClass): a fix for bug #458099/1
9344
9345
9346 2001-09-04  Paul Stoffregen  <paul AT pjrc.com>
9347
9348         * pragma noinduction broke memcpy on mcs51 large model.  Moved it inside z80 optimization
9349
9350 2001-09-03  Michael Hope  <michaelh AT juju.net.nz>
9351
9352         * link/z80/aslink.h: Fixed path for PATH_MAX
9353
9354 2001-09-02  Michael Hope  <michaelh AT juju.net.nz>
9355
9356         * src/z80/gen.c (fetchLitPair): Changed so that it properly caches direct space references.
9357
9358         * support/regression/tests/addsub.c: Added cases to cover all the +, - combinations.
9359
9360         * support/regression/tests/uminus.c: Added a test for the unary minus operator.
9361
9362         * 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.
9363
9364 2001-09-01  Michael Hope  <michaelh AT juju.net.nz>
9365
9366         * src/z80/gen.c: Fixed up generator to pass the regresion tests, specifically fixing loads for longs, genCmp, and turned on the map file.
9367         (genCmp): Fixed up genCmp for the GB with longs.
9368
9369         * device/lib/gbz80/Makefile: Fixed up all the libraries to pass the regression tests.
9370
9371         * support/regression/ports/host/spec.mk: Updated to compile with the new type specifiers.
9372
9373         * device/lib/Makefile.in (Z80SOURCES): Removed old _mululong, _mulslong, and unneeded _mulint.
9374
9375         * device/lib/_mullong.c (_mulslong): Changed to actually return a value :)
9376
9377 2001-08-30  Paul Stoffregen  <paul AT pjrc.com>
9378
9379         * added peepholes 223 to 231 to mcs51 port.  These improve code when using large model.
9380
9381 2001-08-30  Michael Hope  <michaelh AT juju.net.nz>
9382
9383         * 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.
9384
9385         * src/z80/gen.c (genPlus): Changed bad long add for gb to a fall through.
9386
9387 2001-08-29  Michael Hope  <michaelh AT juju.net.nz>
9388
9389         * link/z80/aslink.h: Fixed long file name support.  Is now based off PATH_MAX instead of a constant.
9390
9391         * src/z80/gen.c: Fixed add and sub for the case where left or right are in static space.
9392
9393 2001-08-30 Bernhard Held   <bernhard AT bernhardheld.de>
9394
9395   * sim/ucsim/configure:    little improvement of Cygwin-detection
9396   * sim/ucsim/configure.in: little improvement of Cygwin-detection
9397   * sim/ucsim/cmd.src/newcmdcl.h: include <sys/types.h> to define fd_set automated build
9398   * support/regression/tests/bug-221100.c: small changes for mcs51
9399   * support/regression/tests/bug-221168.c: small changes for mcs51
9400   * support/regression/tests/bug-227710.c: small changes for mcs51
9401   * support/regression/tests/staticinit.c: small changes for mcs51
9402   * as/mcs51/aslink.h: accept everything as symbol name in rel-files, bug fix ID 452601
9403   * as/mcs51/lklex.c:  accept everything as symbol name in rel-files, bug fix ID 452601
9404   * as/mcs51/lksym.c:  accept everything as symbol name in rel-files, bug fix ID 452601
9405
9406 $Revision$