* as/mcs51/aslink.h: completed lkrloc.c prototypes
[fw/sdcc] / ChangeLog
1 2005-08-23 Maarten Brock <sourceforge.brock AT dse.nl>
2
3         * as/mcs51/aslink.h: completed lkrloc.c prototypes
4         * as/mcs51/lkmain.c (link_main): fixed warning
5         * device/include/stdbool.h: ds390 has no advanced bit support yet
6         * src/SDCC.y: use SPEC_SHORT and renamed _signed to b_signed
7         * src/SDCCsymt.c: use SPEC_SHORT and renamed _signed to b_signed
8         * src/SDCCsymt.h (struct specifier): renamed _xxx bitfields to b_xxx
9           and updated their macros
10         * src/SDCCval.c (constVal): updated comment for renamed b_long
11
12 2005-08-22 Maarten Brock <sourceforge.brock AT dse.nl>
13
14         * as/mcs51/asdata.c: changed ctype['['] to BINOP
15         * as/mcs51/asexpr.c (expr): added case '[' for bit access in bdata,
16           (term): abused bit 15 of s_addr to indicate bit-addressable bytes,
17           (oprio): set priority for '['
18         * as/mcs51/aslink.h: added define R_BIT, and prototypes for adb_bit
19            and adb_24_bit
20         * as/mcs51/asm.h: added defines R_BIT and S_BIT
21         * as/mcs51/lkarea.c (lnksect2): use T for seg BIT_BANK and overlay it
22         * as/mcs51/lkdata.c: changed ctype['['] to BINOP
23         * as/mcs51/lkmain.c (Areas51): rel2 contains 12 (=C) areas now,
24           added overlayable BIT_BANK area
25         * as/mcs51/lkmem.c (summary): add BIT_BANK to BSEG_BYTES in the report,
26           (summary2): explain 'T' in legenda
27         * as/mcs51/lkrloc.c: replaced old K&R style,
28           (relr): added R_BIT processing,
29           (errmsg): added "Bit-addressable relocation error",
30           (adb_bit): added for converting from byte- to bit-addressable space,
31           (adb_24_bit): added for converting from byte- to bit-addressable space
32         * device/include/stdbool.h: changed BOOL to __bit for mcs51 as it can be
33            used in reentrant functions now even as return value
34         * device/lib/_gptrput.c (_gptrput): removed obsolete code
35         * src/SDCCast.c (resultTypePropagate): also propagate AND_OP and OR_OP,
36           (decorateType): case '!', GETHBIT, AND_OP, OR_OP: result in bool or char
37         * src/SDCCglobl.h: added indicator BitBankUsed
38         * src/SDCCglue.c (glue): emit area BIT_BANK with byte 'bits' and equ's for
39            the bit registers b0-b7
40         * src/SDCCicode.c (operandFromSymbol): removed IS_BITVAR check,
41           (geniCodeCast): fixed bug 1263853,
42           (geniCodeLogicAndOr): put result in bool or char,
43           (geniCodeReceive): added parameter func for accessing the return type,
44           (geniCodeFunctionBody): pass func to geniCodeReceive
45         * src/SDCCmain.c: added indicator BitBankUsed
46         * src/SDCCmem.c (allocLocal): explicitly set sclass for V_BIT
47         * src/SDCCsymt.c (newBoolLink): added for creating a bool/bit,
48           (checkSClass): don't put automatic bool/bit on stack,
49           (checkFunction): removed check on function cannot return bit
50         * src/SDCCsymt.h: added newBoolLink prototype
51         * src/mcs51/gen.c (rb1regs): added bit registers,
52           (movc): created for assigning to carry,
53           (pushReg, popReg): created for pushing registers,
54           (sameRegs): check both AOP_REG and AOP_CRY types,
55           (aopOp): handle bit registers,
56           (aopPut): optimization no self-assign,
57           (saveRegisters): push reg->base (bits) only once for bit registers,
58            and use pushReg,
59           (unsaveRegisters): pop reg->base only once and use popReg,
60           (assignResultValue): added parameter func and return in carry for bits,
61           (genIpush): optimization no reload in A if not changed,
62           (genSend): bit parameters in reentrant functions are passed in bit
63            registers by first assigning to bits in B, then save registers and
64            copy B to bits,
65           (genCall): handle returning in Carry properly, save it in F0 if needed,
66           (genPcall): updated assignResultValue call, this is not safe yet for bit
67            returning function !!!
68           (genFunction): don't generate equ's for bit registers and use pushReg,
69           (genEndFunction): take care of bit returning functions and use popReg,
70           (genRet): return bit in Carry,
71           (genIfx): optimize bit registers and other directly addressable bits,
72           (genReceive): updated assignResultValue call
73         * src/mcs51/main.c (_mcs51_reset_regparm): added regBitParmFlg,
74           (_mcs51_regparm): allow passing of upto 8 bit parameters in bit
75            registers when using stack-auto
76         * src/mcs51/ralloc.c (_G): added allBitregs,
77           (regs8051): added the bit registers,
78           (createStackSpil): use macro IS_BIT,
79           (getRegBit): added to allocate a bit register, else spill,
80           (getRegBitNoSpil): added to allocate a bit register, else a gpr,
81           (updateRegUsage): factored out to ease stepping while debugging,
82           (serialRegAssign): use updateRegUsage, only spill bits if necessary,
83            also allocate bit registers,
84           (fillGaps): handle bit registers,
85           (findAllBitregs): added to create bit vector with all bit registers,
86           (mcs51_allBitregs): returns this bit vector,
87           (mcs51_assignRegisters): when using stack-auto use bit registers for
88            passing parameters and creating local variables
89         * src/mcs51/ralloc.h: added B0_IDX..B7_IDX and prototype mcs51_allBitregs
90
91 2005-08-22 Borut Razem <borut.razem AT siol.net>
92
93         * device/lib/Makefile.in: replaced find option -or with -o
94           to make it run on solaris
95
96 2005-08-22 Raphael Neider <rneider AT web.de>
97
98         * src/pic16/gen.c (pic16_loadFromReturn): added check for AOP_PCODE,
99           fixes #1265442 (crash on Solaris)
100
101 2005-08-20 Borut Razem <borut.razem AT siol.net>
102
103         * configure, configure.in: added tests for libsocket and libnsl libraries,
104           requred by sdcdb on sparc-solaris; generate support/regression/Makefile
105           from support/regression/Makefile.in
106         * support/regression/Makefile.in: added
107         * device/lib/pic16/Makefile.common.in: force make to use bash shell
108         * sim/ucsim/libtool: regenerated on sparc-solaris
109         * sim/ucsim/avr.src/Makefile.in, sim/ucsim/hc08.src/Makefile.in,
110           sim/ucsim/s51.src/Makefile.in, sim/ucsim/xa.src/Makefile.in,
111           sim/ucsim/z80.src/Makefile.in: removed GNU ld specific linker options
112           -Wl,--start-group and -Wl,--end-group to enable ucsim compilation on
113           sparc-solaris, which doesn't use GNU ld linker
114         * device/lib/Makefile.in: cp on sparc-solaris (SunOS) does not support -u option
115         * as/Makefile: find on sparc-solaris does not support -maxdepth option
116
117 2005-08-19 Maarten Brock <sourceforge.brock AT dse.nl>
118
119         * src/mcs51/peeph.def: updated comments
120
121 2005-08-16 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
122
123         * device/lib/_gptrget.c,
124         * device/lib/_gptrput.c: slightly shorter
125         * doc/sdccman.lyx: incremented version
126         * src/mcs51/peeph.def: moved peephole comments to the line of first
127           change to better keep line correlation, reanimated 186.e
128         * src/mcs51/peeph.def: renamed similar peepholes by using suffixes
129
130 2005-08-16 Slade Rich <slade_rich AT users.sourceforge.net>
131
132         * src/pic/pcode.c : Pasted ".line" assembly directives patch from
133           David Saxton with quotes around file name.
134
135 2005-08-15 Borut Razem <borut.razem AT siol.net>
136
137         * support/regression/tests/bitfields.c, support/regression/tests/bitvars.c,
138           support/regression/tests/bitwise.c, support/regression/tests/literalop.c,
139           support/regression/tests/rotate.c, support/regression/tests/zeropad.c:
140           make tests run on x86_64 platform
141
142 2005-08-13 Raphael Neider <rneider AT web.de>
143
144         * device/lib/pic16/Makefile.subdir: weakened clean-intermediate rule
145           as it might be executed DURING a build (parallel make is wonderful)
146
147 2005-08-13 Raphael Neider <rneider AT web.de>
148
149         * device/lib/Makefile.in (port-specific-objects-pic16):
150           revert to cp $(PORT)/bin/*.* $(PORTDIR)
151         * device/lib/pic16/Makefile: added .PHONY targets, removed builddir
152           dependency
153         * device/lib/pic16/Makefile.rules: build subdirs before creating
154           the library, removed builddir rule, create $(builddir) early in
155           recurse rule, use empty recurse rule for leaf directories
156         * device/lib/pic16/Makefile.subdir: added phony targets, ignore
157           mkdir errors (race condition), removed duplicate suffix "hex"
158           from clean rules
159         * device/lib/pic16/libdev/Makefile: recursive make via + and $(MAKE)
160         * device/lib/pic16/libio/Makefile: create sub-make's builddir early,
161           prevents mkdir -p from aborting on Alpha
162
163 2005-08-12 Raphael Neider <rneider AT web.de>
164
165         * src/pic16/glue.c (pic16_print(G)PointerType): do not flush
166           db-statements in order to allow for arrays of pointers in code
167           sections to be placed without interspersed 0-padding, fixes
168           bug #1256215
169         * (emitStatistics): fixed division by zero for pic18f1220
170         * src/pic16/pcode.c: buffer (up to) 12 DB directives to allow for
171           unpadded writing of 8-bit, 16-bit, 24-bit and 32-bit values
172         * (pic16_emitDS): respect DB_ITEMS_PER_LINE
173         * (pic16_pCodeConstString): keep track of already emitted string
174           literals to prevent "duplicate definitions of symbol _str_NR"
175         * src/pic16/ralloc.c (pic16_allocRegByName): removed not so helpful
176           debug message
177         * device/lib/Makefile.in: ignore failing PIC16 library builds
178         * device/lib/pic16/Makefile: do not build if gputils are missing
179         * device/lib/pic16/Makefile.common.in: do not enforce MAKEFLAGS=-s
180
181 2005-08-10 Raphael Neider <rneider AT web.de>
182
183         * device/lib/Makefile.in: fixed copying pic16 libraries (broken by
184           my last commit)
185
186 2005-08-10 Raphael Neider <rneider AT web.de>
187
188         * src/*.c, src/pic16/{gen.c,glue.c,main.c}: applied Vangelis
189           Rokas' patch to add the new fixed point type "__fixed16x16"
190         * device/lib/pic16/libsdcc/fixed16x16: added Vangelis' support
191           functions for __fixed16x16 arithmetics
192         * device/lib/pic16: reimplemented the build system to support
193           a separate build directory, better handling of libio (create
194           the library in a separate subdir for each architecture) and
195           easier configuration (centralized in Makefile.common)
196
197 2005-08-07 Raphael Neider <rneider AT web.de>
198
199         * src/pic16/gen.c (genrshTwo): fixed sign extension
200         * src/pic16/device.c: added pic18f2320, 4220 and 4320
201         * device/include/pic16/pic18f2220.h: changed some bit definitions,
202           added T0CONbits
203         * device/include/pic16/pic18f4220.h: NEW, header for
204           pic18f4220 and pic18f4320
205         * device/include/pic16/pic18fregs.h: added new devices,
206           embraced Nop(), ClrWdt(), Sleep() and Reset() with do {} while(0)
207         * device/include/pic16/signal.h: resolved name clashes
208           on bit definitions, added DEF_HANDLER2(sig1,sig2,handler)
209           to also allow testing for interrupt enable bits, added
210           comments on how to use the macros
211         * device/lib/pic16/libdev/pic18f2220.c: added T0CONbits
212         * device/lib/pic16/libdev/pic18f{2320,4220,4320}.c: NEW,
213           register definitions for the devices
214         * device/lib/pic16/pics.all: added new devices
215         * device/lib/pic16/libc/stdlib/calloc.c: fixed zeroing
216           allocated memory
217         * device/lib/pic16/libc/stdlib/memfree: do not count
218           the block header as free memory
219         * device/lib/pic16/libc/stdlib/memmisc.c (_initHeap):
220           simplified and added missing end-of-blocklist-marker
221           (reported by Peter Onion, fixes #1252814)
222         * (_mergeHeapBlock): fixed loop condition
223         * device/lib/pic16/libc/stdlib/realloc.c: return NULL for
224           len==0, restructured code
225         * device/lib/pic16/libc/stdlib/{malloc,memfreemax}.c: cleaned
226           up a bit, reduced bitfield accesses, prevent endless loops
227           in case of heap corruption
228         * device/lib/pic16/libc/stdlib/x_ftoa.c: disabled
229           "unreferenced arguments/must return a value" warnings
230         * device/lib/pic16/libio/usart/ubaud.c (usart_baud):
231           replaced BAUDREG with SPBRG
232         * device/lib/pic16/libsdcc/lregs/{lrrest.c,lrst.c},
233           device/lib/pic16/debug/gstack/gstack.c: replaced
234           _naked, _asm, _endasm with __naked, __asm, __endasm
235
236 2005-08-05 Raphael Neider <rneider AT web.de>
237
238         * src/pic16/gen.c (pic16_aopGet): fixed handling of offsets in
239           AOP_PCODE operands, fixes multibyte union-bitfield-accesses
240
241 2005-08-05 Borut Razem <borut.razem AT siol.net>
242
243         * device/lib/Makefile.in: added missing ';'
244         * configure: removed ^M characters
245
246 2005-08-04 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
247
248         * device/include/mcs51/at89c51ed2.h, device/include/mcs51/p89v51rd2.h,
249           device/include/mcs51/at89s53.h: changed to GNU Lesser General Public
250           License
251
252 2005-08-04 Borut Razem <borut.razem AT siol.net>
253
254         * configure.in: pic16 libraries build 2nd try - enable running
255           configure in device/lib/pic16
256         * configure: regenerated from configure.in
257         * device/lib/Makefile.in: create $(PORT)/bin directory
258
259 2005-08-03 Raphael Neider <rneider AT web.de>
260
261         * src/pic16/gen.c (pic16_derefPtr): NEW, single place
262           to get/set values via pointers
263         * (genUnpackBits,genPackBits): changed detection of
264           ptr->bitfield vs. sym.bitfield, fixed access via generic
265           pointers, removed dead (wrong) code for multibyte bitfields
266         * (genNearPointerGet, genGenPointerGet): removed useless code,
267           fixed bitfield detection, fixes #1250594
268         * (genNearPointerSet): removed useless code
269         * src/pic16/gen.h: renamed pic16_emitpcode to pic16_emitpcode_real
270           and introduced macro pic16_emitpcode that conditionally emits
271           the origin of the following pCode (useful for debugging SDCC)
272         * src/pic16/pcode.c: changed (and disabled) some debug outputs
273         * (createDefmap): fixed handling of LFSR for --optimize-df
274
275 2005-08-02 Borut Razem <borut.razem AT siol.net>
276
277         * device/lib/Makefile.in: pic16 libraries build enabled since
278           gputils-0.13.2 are now localy installed at sourceforge's compile farm
279
280 2005-08-02 Raphael Neider <rneider AT web.de>
281
282         * src/pic16/gen.c (genPackBits): removed deprecated warning
283         * (genGenPointerSet): fixed bitfield detection
284
285 2005-08-02 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
286
287         * device/include/mcs51/msm8xc154s.h: Removed PT2 definition, now in 8052.h.
288
289 2005-07-31 Raphael Neider <rneider AT web.de>
290
291         * device/lib/pic16/libdev/pic18f458.c,
292           device/include/pic16/pic18f458.h: added missing T0CONbits
293
294 2005-07-29 Maarten Brock <sourceforge.brock AT dse.nl>
295
296         * device/include/mcs51/msm8xc154s.h: added, thanks to Matthias Arndt
297
298 2005-07-28 Maarten Brock <sourceforge.brock AT dse.nl>
299
300         * src/mcs51/gen.c (operandsEqu): fixed bug 1246687
301
302 2005-07-23 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
303
304         * device/include/mcs51/at89c51ed2.h: added.
305
306 2005-07-23 Raphael Neider <rneider AT web.de>
307
308         * src/pic/gen.h: added emitpcode macro for debugging
309         * src/pic/gen.c (emitpcode): renamed to emitpcode_real
310           and replace by macro adding debug information on demand
311         * (genNot): fixed to C semantics (!0 = 1; !x = 0 iff x != 0)
312         * (gencjne): tried to fix; replaced with correct (slower) code
313         * (gen{Unp,P}ackBits): fixed single bit access
314         * src/pic/pcode.c (AnalyzepCode): fixed DFPRINTF argument
315         * src/pic/pcodepeep.c (pCodeSearchCondition): fixed finding
316           previous instruction
317         * src/pic/pcoderegs.c (regIsSpecial): NEW, check whether a
318           register has to be handled with care (forbidding movement
319           of assignments/uses, removing assignments completely, ...)
320         * (pCodeOptime2pCodes): make use of regIsSpecial
321         * added lots of debugging output (commented out)
322         * src/pic/rallloc.c (deassignLRs): prevent operand registers
323           from being reused as result UNLESS it is known to work
324
325 2005-07-23 Maarten Brock <sourceforge.brock AT dse.nl>
326
327         * support/Util/dbuf.h: include <stddef.h> for size_t
328         * .version: changed to version 2.5.2
329
330 2005-07-23 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
331
332         * src/SDCCloop.c (loopInvariants): fixed bug #1234048
333
334 2005-07-22 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
335
336         * src/hc08/gen.c (genMinus): fixed bug #1241835,
337           (genModOneByte): removed needless psha/pula
338
339 2005-07-22 Raphael Neider <rneider AT web.de>
340
341         * src/SDCCmain.c (linkEdit): initialized linkerScriptFileName,
342           have PIC14 handled like PIC16, fixes broken pic14 linker calls
343         * src/pic/gen.c (resolveIfx): do not "invent" labels
344         * (genSkipc): changed to positive logic
345         * (genSkipCond): removed as no longer needed
346         * (pic14_mov2w_regOrLit,genCmp): NEW, replacement for buggy version,
347           backport from PIC16
348         * (genLeftShift): check operands are in different registers
349         * src/pic/genarith.c (genPlus): replaced INCF with ADDLW as
350           INCF does not update CARRY...
351         * src/pic/main.c: fixed _linkCmd
352         * src/pic/pcode.c (unlinkpCode): added inactive code
353         * src/pic/ralloc.c (deassignLRs): keep arguments to shift operations
354           alive (do not assign result and operand overlapping registers)
355
356 2005-07-22 Raphael Neider <rneider AT web.de>
357
358         * src/pic/device.c (dump_sfr): replaced register declaration with
359           call to emitSymbolToFile() to avoid duplicate symbols
360         * (assignRelocatableRegisters): do not declare external symbols
361         * src/pic/ralloc.c (allocNewDirReg): fixed to get size of arrays
362           right (take size of type, not etype)
363         * (allocDirReg): fixed call to allocNewDirReg() to pass OP_SYM_TYPE
364         * (writeUsedRegs): also dump dynDirectRegs (e.g. local variables)
365         * (packRegsForAccUse): disabled assignment of WREG as
366           the result reg to prevent occurence of just fixed #1235003,
367           fixes #1242954
368         * src/pic/glue.c (emitSymbolToFile): NEW, central place to declare
369           symbols (avoids duplicate symbols in .asm file)
370         * (pic14emitRegularMap): use emitSymbolToFile()
371         * src/pic/gen.c (aopOp): fixed spillLocation handling
372         * (gen{Unp,P}ackBits): fixed acquiring bit-operands
373         * (genDataPointerSet): removed unneccessary variables/output
374
375 2005-07-22 Maarten Brock <sourceforge.brock AT dse.nl>
376
377         * as/mcs51/lkarea.c: enlarged codemap for banked memory
378         * device/lib/mcs51/crtbank.asm: added # to 0x0F
379
380 2005-07-21 Raphael Neider <rneider AT web.de>
381
382         * src/pic/gen.c (aopOp): do not generate AOP_ACC operands as pic14
383           architecture cannot handle them efficiently, fixes bug #1235003
384         * src/pic16/device.c (pic16_dump_{u,i}section,pic16_dump_int_registers):
385           check for empty sets before using them (fixes bug #1232190)
386
387 2005-07-19 Maarten Brock <sourceforge.brock AT dse.nl>
388
389         * as/mcs51/lkarea.c (lnkarea, lnkarea2): improved BSEG size calculation,
390           (lnksect2): generate warnings for memory overlap
391         * src/SDCC.lex (doPragma, process_pragma): added pragma's codeseg and
392           constseg to set the name of these segments so you can instruct the linker
393           to place them in banks
394         * src/SDCCast.c (decorateType): use new macro IS_FUNCPTR()
395         * src/SDCCglobl.h: added MODEL_HUGE to enum,
396           added code_seg and const_seg to options
397         * src/SDCCglue.c (emitMaps): use options.const_seg,
398           (createInterruptVect): put interrupt vectors in segment HOME,
399           (glue): put HOME before static segment and put the main glue in HOME,
400           (glue): use options.code_seg
401         * src/SDCCicode.c (geniCodeCall): use new macro IS_FUNCPTR()
402         * src/SDCCmain.c: added option --codeseg and --constseg to set the name of
403           these segments so you can instruct the linker to place them in banks
404           (linkEdit): use code_loc for HOME segment which should be the first
405           segment in code memory now
406         * src/SDCCmem.c: fixed more stuff like bug 1238386
407         * src/SDCCsymt.c (getSize): use generic pointer size for banked functions,
408           (changePointer): don't change function pointers to code pointers for
409           banked functions,
410           (compareType): added exceptional check for banked function pointers
411         * src/SDCCsymt.h: changed IFFUNC_ISBANKEDCALL, added IS_FUNCPTR
412         * src/hc08/main.c (_hc08_genAssemblerPreamble): put HOME first, put CSEG
413           after static in code memory
414         * src/mcs51/gen.c: added aopLiteralLong prototype,
415           (aopForSym): use getSize for functions,
416           (genCall): generate banked calls over one trampoline __sdcc_banked_call
417           in HOME with lsb of address in r0, msb in r1 and bank in r2, use
418           -Wl-bBANKSEG=0xbbaaaa option to set the address (aaaa) and bank (bb) of
419           the segment,
420           (genPcall): use call for literal function pointers and generate banked
421           calls over the one trampoline so there's only one place for the user to
422           modify according to his/hers hardware,
423           (genEndFunction): jump to __sdcc_banked_ret in HOME for banked functions,
424           (genPlusIncr): moved check icount>4 beyond inc dptr optimization
425         * src/mcs51/main.c: added keyword banked,
426           (_mcs51_genExtraAreas): put HOME first followed by GSINIT, STATIC and CSEG
427         * support/Util/SDCCerr.c,
428         * support/Util/SDCCerr.h: added E_BANKED_WITH_CALLEESAVES, registers are
429           needed for passing the bank and address to the trampoline
430         * device/lib/mcs51/crtbank.asm: added for bankswitching
431         * device/lib/mcs51/Makefile: added crtbank
432
433 2005-07-16 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
434
435         * src/SDCCcse.c (algebraicOpts): fixed loss of volatility
436           for fields at offset 0 of a struct or union as reported
437           on 2005-07-07 in the developer mailing list.
438
439 2005-07-15 Maarten Brock <sourceforge.brock AT dse.nl>
440
441         * src/SDCCmem.c: fixed bug 1238386
442
443 2005-07-12 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
444
445         * src/mcs51/peeph.def: added labelrefcounting for peepholes
446           (patch #1144962), added peephole 300, enabled 259.x
447         * doc/sdccman.lyx: removed screenshot and provided link instead
448
449 2005-07-05 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
450
451         * doc/sdccman.lyx: added section about debugging with ddd
452         * doc/figures/ddd_example.eps: screenshot of debugging session
453
454 2005-07-04 Raphael Neider <rneider AT web.de>
455
456         * src/pic/gen.c (genPointerGet): handle pointers to CONST values
457           like CODE pointers, fixes #1115683
458         * src/pic/pcode.c (DoBankSelect): forget LastRegIdx during function
459           call, fixes bugs #1232211, #1228110,
460           fixed wrong casts to pCodeFlow from pCodeInstructions
461
462 2005-07-04 Raphael Neider <rneider AT web.de>
463
464         * src/pic/gen.c (popGet): changed assert to allow for
465           bit operands
466         * (popGetAddr): changed signature to provide
467           an additional index, patched all call sites
468         * (genCmpEq): handle literal-like operands correctly
469         * (genAddrOf): added sanity checks on __code/__data pointers
470         * (genAssign): added handling of symbols from __code section
471         * (gencjne): do not generate code for comparisons whose result
472           is neither stored nor used, fixes bug #1171114
473         * (AccLsh, AccRsh): operate on operand instead of WREG
474         * (shift{Left,Right}_Left2ResultLit): NEW, size independant
475           replacement for Shift{LR}{12}Left2Result; shift (byte/int/long)
476           by known count
477         * rewrote complete shift-by-literal logic, commented unused
478           functions out
479         * (genConstPointerGet): get multiple bytes (if result size > 1),
480           fixed handling of non-immediate addresses
481         * (genPointerGet): handle CODE pointers like CONST pointers
482         * (genpic14Code): insert C-SRC lines as Cource-pCodes
483         * ({aop,op}_isLitLike): NEW, single place to decide whether an
484           operand is to be treated as a literal or not
485         * (mov2w,genPcall,genCmpEq),
486           src/pic/genarith.c: use aop_isLitLike() to decide between
487           literal/register contents
488         * (addSign): added missing offset
489         * src/pic/gen.h: remove newline after FENTRY/FEXIT comments,
490           only emit comment in debug-mode,
491           use {aop,op}_isLitLike throughout the file
492         * src/pic/glue.c: fix initializers for pointers (work in progress)
493         * src/pic/pcode.c (get_op): honor index on _const symbols
494         * ({reset,dump}pCodeStatistics): NEW, estimate code size
495         * (dumppBlock): added pCode size estimation
496         * src/pic/ralloc.c (deassignLRs,serialRegAssign,packRegisters):
497           check for IS_SYMOP before OP_SYMBOL'ing
498         * fixed indentation, compacted switch-statements
499         * (allocReg): find free register and allocate it instead of
500           allocating new registers all the time
501         * (deassignLRs): prevent POINTER_GET's from being assigned the same
502           registers as its operands (necessary only for multibyte GETs)
503
504 2005-07-01 Raphael Neider <rneider AT web.de>
505
506         * src/pic/gen.h: added prototypes emitpComment, popGetAddr and
507           debugging .asm-output macros FENTRY + FEXIT
508         * src/pic/gen.c (Safe_vsnprintf): NEW, is there a more generic
509           way... I wonder...
510         * (emitpComment): NEW, printf to pCode
511         * (popGet): added assert on too large offsets, fixed PO_IMMEDIATE's
512           offset handling
513         * (popGetAddr): NEW, variant of popGet to access an immediates
514           high(er) bytes instead of the n'th byte of memory they reference,
515           replaced popGet with popGetAddr where neccessary
516         * (genDataPointerGet): reactivated and fixed implementation
517         * (genNearPointerGet): enabled call to genDataPointerGet, fixes array-
518           accesses
519         * (genDataPointerSet): fixed multibyte assignments
520         * (genpic14Code): fixed --i-code-in-asm handling
521         * src/pic/genarith.c: fixed PO_IMMEDIATE issue using popGetAddr,
522         * (genPlus): fixed index-out-of-bounds error
523         * src/pic/pcode.c (get_op): fixed PO_IMMEDIATE's index/offset handling
524         * src/pic/ralloc.c: added debugging output macro FENTRY2
525         * (spillThis): fixed indentation, enbraced for-body for clarity
526         * (rematStr): commented out as now unused
527         * (regTypeNum): commented out special spill case (overwrites
528           arbitrary values)
529         * fixes bugs #1229346, #1216476 (both arrays) and #1115667 (SIGSEGV)
530
531 2005-06-30 Maarten Brock <sourceforge.brock AT dse.nl>
532
533         * doc/sdccman.lyx: documented sfr16/sfr32,
534           added example for using storage class with function pointers
535         * src/mcs51/gen.c (genPlusIncr): optimized small offsets from dptr
536
537 2005-06-28 Maarten Brock <sourceforge.brock AT dse.nl>
538
539         * device/lib/_gptrget.c: also push/pop _PSBANK, added # to 0x03
540         * device/lib/_itoa.c,
541         * device/lib/_ltoa.c: optimized codesize
542         * src/SDCCsymt.c (checkSClass): added sanity check for sfr at addresses,
543           but don't know how to suppress the double warning.
544         * src/mcs51/gen.c (genPlusIncr): fixed bug when incrementing volatile int's
545         * support/Util/SDCCerr.c,
546         * support/Util/SDCCerr.h: added warning W_SFR_ABSRANGE for sanity check
547
548 2005-06-27 Maarten Brock <sourceforge.brock AT dse.nl>
549
550         * as/mcs51/asexpr.c (expr): disabled warning "not in .flat24 mode",
551           fixed old K&R prototypes
552         * as/mcs51/asout.c (outrb): always output as if generating 24bit addresses
553         * device/lib/_gptrget.c,
554         * device/lib/_gptrgetc.c,
555         * device/lib/_gptrput.c: changed versions for new memory indicator values,
556           also new versions for small generic pointers and banked generic pointers
557         * src/port.h: added const_name
558         * src/SDCC.lex: added keywords sfr16, __sfr16, sfr32, __sfr32
559         * src/SDCC.y: added tokens SFR16, SFR32 and their sfr_attributes
560         * src/SDCCcse.c (findPrevIc): check all associative operators
561         * src/SDCCglue.c (emitMaps): use CONST_NAME if defined
562         * src/SDCCicode.h: added macro IS_ASSOCIATIVE
563         * src/SDCCmem.c: updated comments,
564           set far-space to 0 for pdata, results in optimized code
565         * src/SDCCmem.h: added macro CONST_NAME
566         * src/SDCCsymt.h: renumerated generic pointer types GPTYPE_... thereby
567           moving the info into the highest bits, see also gptrget/gptrput
568         * src/src.dsp: added sdcc.ico to project files
569         * src/avr/gen.c (genCast): fixed bug 0x%d
570         * src/avr/main.c (avr_port): added "CONST (CODE)" for const_name
571         * src/ds390/gen.c (aopForRemat, adjustArithmeticResult): disconnected direct
572           relation between ptr_type and DCL_TYPE,
573           (genCast): fixed bug 0x%d
574         * src/ds390/main.c (ds390_port, tininative_port, ds400_port): added "CONST
575           (CODE)" for const_name
576         * src/hc08/gen.c (genCast): fixed bug 0x%d
577         * src/hc08/main.c (_hc08_genAssemblerPreamble): added .area ...const_name,
578           (hc08_port): added "CONST (CODE)" for const_name
579         * src/mcs51/gen.c (aopForSym): optimized pushing ACC,
580           (aopForRemat, adjustArithmeticResult): disconnected direct relation
581           between ptr_type and DCL_TYPE,
582           (aopGetUsesAcc, aopGet, aopPut): changed first parameter from asmop* to
583           operand* and took AOP() inside function so sfr-ness can be checked,
584           (all over): repaired calls to aopGetUsesAcc, aopGet, aopPut to comply with
585           new prototype,
586           (genFunction, genEndFunction): optimized stack setup,
587           (genMinus): optimized for literals with ending zeroes (in bytes),
588           (genCast): fixed bug 0x%d
589         * src/mcs51/main.c (_mcs51_keywords): added sfr16 and sfr32,
590           (mcs51_port): added "CONST (CODE)" for const_name
591         * src/mcs51/peeph.def: made rule 226 more generic
592         * src/pic/main.c (pic_port): added "CONST (CODE)" for const_name
593         * src/pic16/main.c (pic16_port): added "CONST (CODE)" for const_name
594         * src/xa51/main.c (xa51_port): added "CONST (CODE)" for const_name
595         * src/z80/main.c (z80_port): added NULL for const_name,
596           (gbz80_port): added NULL for const_name
597         * support/regression/tests/bug663539.c,
598         * support/regression/tests/sfr16.c: new tests
599
600 2005-06-25 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
601
602         * device/include/mcs51/p89v51rd2.h, device/include/mcs51/at89s53.h: added.
603
604 2005-06-24 Raphael Neider <rneider AT web.de>
605
606         * device/lib/pic16/libdev/pic18f[68][567]20.c:
607           corrected typos...
608         * device/include/pic16/signal.h: added USBIF
609           and SIG_USB
610
611 2005-06-24 Raphael Neider <rneider AT web.de>
612
613         * device/lib/pic16/libdev/pic18f2455.c,
614           device/include/pic16/pic18f2455.h: NEW
615         * device/include/pic16/pic18fregs.h,
616           device/lib/pic16/pics.all,
617           src/pic16/device.c: added 18f2455
618         * device/lib/pic16/libdev/pic18f[68][567]20.c,
619           device/include/pic16/{pic18f[68][567].h,usart.h}:
620           replaced MULTIPLE_USARTS define with more relaible
621           compatibility sfrs (for USART access)
622
623 2005-06-20 Slade Rich <slade_rich AT users.sourceforge.net>
624
625         * src/pic/pcode.c : Fixed problem when a string constant contains a "\r\n"
626           and the output asm file line is printed on two lines.
627
628 2005-06-19 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
629
630         * sim/ucsim/hc08.src/inst.cc (inst_condbranch): fixed simulation of
631           BGT, BLE, BHI, and BLS instructions
632         * src/hc08/gen.c (outAcc, outBitC, outBitNV, genCmpLt, genCmpGt,
633           genCmpEq): removed
634         * src/hc08/gen.c (genCmpEQorNE, genCmp, branchopCmp, nameCmp,
635           negatedCmp, exchangedCmp, genhc08Code): rewrite of comparison handling,
636           fixes bug #1216342
637         * src/hc08/peeph.def: added rules 2g - 2l for new conditional branches
638
639 2005-06-15 Raphael Neider <rneider AT web.de>
640
641         * src/pic16/NOTES: moved Vangelis from active developers to people to contact
642         * device/include/pic16/{6520.h,8520.h}: fixed configuration bits
643         * src/pic16/gen.c (): prevent iTemps from being considered to be in CODESPACE,
644           fixes bug #1221120; for symbols in CODESPACE get number of bytes to read from
645           OP_SYM_TYPE() instead of OP_SYM_ETYPE()
646
647 2005-06-06 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
648
649         * device/include/mcs51/reg764.h: Changed PB0 to PBO as requested by
650           Marcel Telka in bug #1215704
651
652 2005-06-02 Slade Rich <slade_rich AT users.sourceforge.net>
653
654         * src/pic/pcode.c : Changed pseudo stack size to 15 to allow WSAVE to be
655           located in shared memory bank.
656
657 2005-05-31 Raphael Neider <rneider AT web.de>
658
659         * src/pic16/{gen.c,genarith.c}: replaced sign-extension
660           "CLRF, BTFSC <signbit>, DECF/COMF" with side-effect-free
661           "CLRF, BTFSC <signbit>, SETF"; fixes "long>>9"
662
663 2005-05-27 Maarten Brock <sourceforge.brock AT dse.nl>
664
665         * device/lib/_strncpy.c: fixed the fix
666
667 2005-05-26 Raphael Neider <rneider AT web.de>
668
669         * src/pic16/glue.c (pic16_printIvalChar): fixed _constant_ string
670           initializers with \0, bug #1208187
671         * src/pic/glue.c (printIvalChar): fixed (non- and constant) string
672           intializers with \0, bug #1208187
673
674 2005-05-26 Raphael Neider <rneider AT web.de>
675
676         * src/pic16/glue.c (pic16_printIvalChar): fixed string
677           initializers with \0, bug #1208187
678         * src/pic16/main.c (_process_pragma): added sanity checks
679           for stack position and size, emit warnings when appropriate
680
681 2005-05-26 Maarten Brock <sourceforge.brock AT dse.nl>
682
683         * device/lib/_strncpy.c: fixed not filling with \0
684
685 2005-05-26 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
686
687         * src/SDCCast.c (funcOfType, funcOfTypeVarg, stringToSymbol,
688           createFunction),
689         * src/SDCC.y (external_definition, enumerator, parameter_declaration,
690           compound_statement),
691         * src/SDCCsymt.h,
692         * src/SDCCsymt.c (addSymChain, processFuncArgs): fixed bug #1159134
693
694 2005-05-24 Raphael Neider <rneider AT web.de>
695
696         * src/pic16/glue.c (pic16_printGPointerType): fixed #1207796
697
698 2005-05-24 Raphael Neider <rneider AT web.de>
699
700         * device/include/pic16/pic18f{442,452,458}.h: fixed wrong
701           TRISE definitions, closes bug #1162453
702
703 2005-05-22 Raphael Neider <rneider AT web.de>
704
705         * src/pic16/main.c (_process_pragma): check for missing
706           arguments to pragmas code and udata
707         * device/include/pic16/pic18f{2550,4331,4455,4520}.h:
708           consistency fixes to match other headers (thanks to Jim Paris)
709         * device/lib/pic16/libio/i2c.ignore: 18f4331 provides no I2C
710
711 2005-05-21 Maarten Brock <sourceforge.brock AT dse.nl>
712
713         * src/SDCCicode.c (isOperandEqual): fixed missing ;
714
715 2005-05-19 Maarten Brock <sourceforge.brock AT dse.nl>
716
717         * support/regression/tests/bug1198642.c: new test
718         * src/SDCCicode.c (isOperandEqual): fixed bug 1198642
719         * src/SDCCcse.c (findPrevIc): added comment, please have a look
720         * support/scripts/resource.h,
721         * support/scripts/resource.rc,
722         * src/src.dsp: added sdcc.ico to project as icon for sdcc.exe
723         * support/scripts/sdcc.ico: added 32x32 icon
724
725 2005-05-18 Raphael Neider <rneider AT web.de>
726
727         * device/lib/pic16/libdev/pic18f*.c,
728         * device/include/pic16/pic18f*.h: updated "sfr" and "at X"
729           keywords to "__sfr" and "__at (X)"
730         * device/include/pic16/pic18fregs.h: added pic18f4520
731         * src/pic16/pcode.c (pic16_pCode2str): fixed (?) bug
732           #1203088 (MPLAB compatibility)
733
734 2005-05-17 Raphael Neider <rneider AT web.de>
735
736         * device/include/pic16/pic18f{2550,4331,4455,4520}.h: NEW
737         * device/lib/pic16/libdev/pic18f{2550,4331,4455,4520}.c: NEW
738         * device/lib/pic16/pics.all: added new devices
739         * src/pic16/device.c: added support for pic18f4520
740
741 2005-05-16 Raphael Neider <rneider AT web.de>
742         * src/pic16/gen.{c,h}: s/mov2f/pic16_mov2f made public
743         * src/pic16/genarith.c (genAddLit): fixed bug 1202480
744         * src/pic16/pcode.{c,h} (pic16_newpCodeOpBit_simple): NEW
745           convenience function for bit access
746
747 2005-05-15 Maarten Brock <sourceforge.brock AT dse.nl>
748
749         * device/lib/printf_large.c: fixed bug 1193299
750         * support/regression/tests/bug1057979.c: added test %3.3s
751
752 2005-05-15 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
753
754         * device/include/mcs51/8051.h,
755         * device/include/mcs51/8052.h: made parseable with lint
756         * device/include/mcs51/lint.h: added include file for (sp)lint
757         * doc/sdccman.lyx: added doc about use of splint (syntax checking tool)
758         * doc/cdbfileformat.lyx,
759         * doc/test_suite_spec.lyx: hardcoded date to the date of last text change
760
761 2005-05-14 Raphael Neider <rneider AT web.de>
762
763         * device/lib/pic16/Makefile.common.in: add --optimize-df to OPT_FLAGS
764         * device/lib/pic16/libc/stdlib/itoa.c (new)
765         * device/lib/pic16/libc/stdlib/Makefile: have itoa.c built
766         * device/lib/pic16/libio/Makefile: exclude subdir according to
767           ${subdir}.ignore for certain PICs (lacking e.g. i2c)
768         * device/lib/pic16/libio/i2c.ignore (new): pic18f1220 has no I2C support
769         * src/pic16/gen.c (genFunction): prevent annoying warning
770         * src/pic16/pcode.c: renamed stack_t to dynstack_t to prevent
771           nameclashes on BeOS
772         * support/cpp2/cppmain.c (cpp_output_string): new
773         * support/cpp2/cpplib.c (_cpp_do__Pragma): fixed _Pragma(""),
774           fixes bug 1116802
775
776 2005-05-13 Borut Razem <borut.razem AT siol.net>
777
778         * src/SDCCmain.c (linkEdit): fixed bug 1195202
779
780 2005-05-12 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
781
782         * .version: changed to version 2.5.1; back to bleeding edge development
783
784 2005-05-11 Borut Razem <borut.razem AT siol.net>
785
786         * doc/sdccman.lyx doc/cdbfileformat.lyx doc/test_suite_spec.lyx:
787           generate PDF version 1.3 documents
788
789 2005-05-07 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
790
791         * .version: changed to version 2.5.0
792
793 2005-04-27 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
794
795         * doc/sdccman.lyx: updated weblinks, index and smaller updates
796
797 2005-04-26 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
798
799         * doc/sdccman.lyx: changed version 2.5.0, documented --std-c89,
800         --std-sdcc89, --std-c99, --std-sdcc99, and the corresponding #pragmas, as
801         well as many smaller updates.
802         * .version: changed to version 2.5.0-pre1
803
804 2005-04-26 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
805
806         * src/SDCCmain.c (setIncludePath): added port->target to SDCC_INCLUDE_NAME
807
808 2005-04-26 Maarten Brock <sourceforge.brock AT dse.nl>
809
810         * support/regression/tests/bug1185672.c: added
811         * src/mcs51/gen.c (aopGetUsesAcc, genCpl, genAnd, genOr, genXor): fixed
812           bug 1185672
813         * src/mcs51/gen.c (genCall): added comments, made it look safer
814         * src/mcs51/gen.c (genEndFunction): simplified
815
816 2005-04-25 Maarten Brock <sourceforge.brock AT dse.nl>
817
818         * src/mcs51/ralloc.c (serialRegAssign): fixed bug 1189609
819
820 2005-04-14 Borut Razem <borut.razem AT siol.net>
821
822         * fixed bug 1045046 - SIGSEGV with really simple code?:
823           src/pic/pcode.c (pCodeInitRegisters)- pseudo stack size increased to 16
824           src/pic/ralloc.c (typeRegWithIdx) - error message on pseudo stack overflow
825
826 2005-04-14 Borut Razem <borut.razem AT siol.net>
827
828         * src/pic16/gen.c (genInline), src/pic16/main.c (_process_pragma),
829           src/pic16/device.h: temporarily disabled experimental #inline pragma
830           for 2.5.0 release
831
832 2005-04-14 Maarten Brock <sourceforge.brock AT dse.nl>
833
834         * device/include/z80/stdio.h,
835         * device/include/z80/string.h: removed these highly incomplete files so
836           SDCC can use the default ones in device/include/
837
838 2005-04-14 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
839
840         * src/mcs51/gen.c (genEndFunction): removed unused variable to fix
841         gcc warning.
842         * device/lib/Makefile.in: default PORTINCDIR to the mcs51 subdir to
843         fix sdcpp warnings.
844
845 2005-04-12 Maarten Brock <sourceforge.brock AT dse.nl>
846
847         * device/include/malloc.h: removed redundant __reentrant prototypes
848         * device/lib/_mullong.c: added working xstack variant in asm (C version
849           doesn't pass regression tests)
850         * device/lib/bpx.c: used __data and made bpx char for mcs51
851         * src/SDCCast.c (decorateType): removed unused GPTYPE_IDATA,
852           (createFunction): fixed bug with xstackPtr
853         * src/SDCCcse.c: corrected comments
854         * src/SDCCopt.c (convertToFcall): fixed warning in MSVC,
855           (killDeadCode, eBBlockFromiCode): removed unused code
856         * src/SDCCsymt.h: removed unused GPTYPE_GPTR and GPTYPE_IDATA,
857           corrected comments
858         * src/mcs51/gen.c (aopForSym, aopPut, toBoolean, unsaveRegisters,
859           assignResultValue, genCall, genFunction, genEndFunction, genAnd,
860           genOr, genXor, genAddrOf): fixed several bugs concerning xstack
861           (genModOneByte): fixed warning in MSVC
862         * src/mcs51/main.c (): added comments
863         * src/mcs51/peeph.def: changed 129 to 129.a, added 129.b, 129.c & 129.d
864
865 2005-04-12 Maarten Brock <sourceforge.brock AT dse.nl>
866
867         * src/SDCCmain.c (linkEdit): oops, changed one line too many
868
869 2005-04-11 Maarten Brock <sourceforge.brock AT dse.nl>
870
871         * src/SDCCmain.c (linkEdit): fixed bug with finding crt0.o for z80
872
873 2005-04-10 Vangelis Rokas <vrokas AT users.sourceforge.net>
874
875         * src/pic16/glue.c (printIvalChar): fixed bug when emitting
876         characters arrays of larger size than the declared one.
877
878 2005-04-10 Borut Razem <borut.razem AT siol.net>
879
880         * src/pic/gen.c (genInline),
881           src/pic/pcode.c (newpCodeAsmDir), (pCode2str),
882           (genericPrint), (unlinkpCodeFromBranch), (compareLabel),
883           (findNextInstruction), (findPrevInstruction),
884           (findInstructionUsingLabel),
885           src/pic/pcode.h: fixed bug #1164907 - Labels not being recognized
886         * src/pic/pcode.c (findLabel): added missing '\n'
887         * src/src.dsp: added SDCCdwarf2.c to the project
888
889 2005-04-09 Borut Razem <borut.razem AT siol.net>
890
891         * support/scripts/sdcc.nsi: added include/hc08/* h to NSIS setup
892
893 2005-04-08 Raphael Neider <rneider AT web.de>
894
895         * src/pic16/pcode.c: added helpers defmapInsertAfter (insert a new item
896           into the chain after a given one) and mergeDefmapSymbols (combine
897           defmap entries for each symbol per pcode)
898         * (createDefmap): have defmap entries merged in the end
899         * (defmapReplaceSymRef): split defmap entries covering two accesses to
900           a symbol before replacing one access type's symbol, merge symbols in
901           the end (replacement symbol might already have an entry)
902         * (assignValnums): keep reference to written WREG intact
903
904 2005-04-08 Raphael Neider <rneider AT web.de>
905
906         * src/pic16/pcode.c (struct defmap_s): named anonymous union (for
907           Alpha)
908
909 2005-04-08 Vangelis Rokas <vrokas AT users.sourceforge.net>
910
911         * src/pic16/pcode.c (pic16_get_op2): enlarged size of array b to 128
912         bytes
913
914 2005-04-07 Raphael Neider <rneider AT web.de>
915
916         * device/include/pic16/usart.h: added compatibility defines for
917           devices with more than one USART
918         * device/include/pic16/pic18f[68][567]20.h: activated above defines
919
920 2005-04-07 Maarten Brock <sourceforge.brock AT dse.nl>
921
922         * device/lib/Makefile.in: updated for port specific include
923
924 2005-04-07 Maarten Brock <sourceforge.brock AT dse.nl>
925
926         * support/regression/ports/mcs51/spec.mk: added mcs51 include
927
928 2005-04-07 Maarten Brock <sourceforge.brock AT dse.nl>
929
930         * device/include/8051.h,
931         * device/include/8052.h,
932         * device/include/at89S8252.h,
933         * device/include/at89c55.h,
934         * device/include/at89x051.h,
935         * device/include/at89x51.h,
936         * device/include/at89x52.h,
937         * device/include/mcs51reg.h,
938         * device/include/reg51.h,
939         * device/include/reg764.h,
940         * device/include/regc515c.h,
941         * device/include/sab80515.h: (re)moved these 12 files
942         * device/include/mcs51/8051.h,
943         * device/include/mcs51/8052.h,
944         * device/include/mcs51/at89S8252.h,
945         * device/include/mcs51/at89c55.h,
946         * device/include/mcs51/at89x051.h,
947         * device/include/mcs51/at89x51.h,
948         * device/include/mcs51/at89x52.h,
949         * device/include/mcs51/mcs51reg.h,
950         * device/include/mcs51/reg51.h,
951         * device/include/mcs51/reg764.h,
952         * device/include/mcs51/regc515c.h,
953         * device/include/mcs51/sab80515.h: and added them here
954
955 2005-04-06 Maarten Brock <sourceforge.brock AT dse.nl>
956
957         * device/include/stdarg.h: changed SDCC specific keywords to double
958           underlined form.
959         * device/include/stdint.h: changed intptr_t and uintptr_t for others than
960           mcs51 and ds390.
961         * device/include/hc08/mc68hc908gp32.h,
962         * device/include/hc08/mc68hc908jb8.h,
963         * device/include/hc08/mc68hc908jkjl.h,
964         * device/include/hc08/mc68hc908qy.h: fixed comments
965         * device/include/mcs51/README: updated
966         * device/include/mcs51/c8051f120.h: added PINRSF
967         * device/lib/pic16/libc/stdlib/crc16.c: fixed comments
968         * src/pic16/pcode.c: MSVC6 doesn't accept declaring new variables
969           amidst code. Also inline is not supported.
970
971 2005-04-06 Raphael Neider <rneider AT web.de>
972
973         * src/pic16/pcode.c (pic16_pCodeReplace): also update pcflow->end
974         * (createDefmap): fixed CALLs to depend on FSR1 and RETLW to restore
975           callers stack/frame pointers
976
977 2005-04-06 Vangelis Rokas <vrokas AT users.sourceforge.net>
978
979         * device/include/pic16/usart.h: added, missing in previous commit,
980         * device/include/pic16/adc.h: fixed typo,
981         * device/lib/pic16/libc/utils/cvtdec.S: added missing in previous
982         commit,
983         * device/lib/pic16/libc/stdlib/g_ftoa.S: modified to include
984         <p18fxxx.inc>
985         * device/lib/pic16/libc/stdio/streams.c: leave stdin, stdout
986         uninitialized because a bug appears with gplink
987         * device/lib/pic16/{some makefiles}: moved $(CSTD) from CFLAGS to
988         COMPILE_FLAGS and added CPPFLAGS with -nostdinc because sdcpp
989         complains for unrecognised option
990
991 2005-04-05 Raphael Neider <rneider AT web.de>
992
993         * src/pic16/gen.c (pic16_popCopyReg): made copying work for extended
994           structs as well (using memcpy)
995         * (genFunction): fixed comparison, used pCodeOpLabel to reduce warning
996           on ISRs (GOTO has no label)
997         * src/pic16/device.h: added OF_OPTIMIZE_DF
998         * src/pic16/main.c: added compiler switch --optimize-df to enable the
999           new data flow analysis/optimization
1000         * src/pic16/pcode.c: added (prototypes for and implementation of)
1001           dataflow analysis functions, fixed pCodeInstructions' inCond and
1002           outCond values, made RCALL a branch instruction
1003         * (pic16_unlinkpCode): keep C line if possible
1004         * (pic16_pCodeUnlink): removed cast on left side of assignment, have
1005           C line moved if possible
1006         * (pic16_getRegFrompCodeOp): NEW, improved version of...
1007         * (pic16_getRegFromInstruction,pic16_getRegFromInstruction2): changed
1008           to use new pic16_getRegFrompCodeOp (works for more SFRs)
1009         * (pic16_BuildFlow): fixed skip instructions with label (did not start
1010           new flow)
1011         * (pic16_getJumptabpCode): NEW, needed in...
1012         * (LinkFlow): fixed handling of jumptables, calls and conditional
1013           branches
1014         * (pic16_InsertCommentAfter): NEW
1015         * (pic16_pCodeReplace): made verbose and flow preserving
1016         * (AnalyzeFlow): added call to data flow analysis
1017         * src/pic16/pcode.h: added defmaps to pCodeFlow struct
1018         * src/pic16/pcodeflow.h: added PCC_STATUS to mean all STATUS bits
1019         * src/pic16/ralloc.c (packRegsForAssign): added return 1 in the end
1020
1021 2005-04-03 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
1022
1023         * src/SDCCast.c (decorateType): fixed bug #1105626
1024
1025 2005-04-02 Vangelis Rokas <vrokas AT users.sourceforge.net>
1026
1027         * device/include/asm/pic16/features.h,
1028         * pic18f*.h headers,
1029         * device/include/pic16/adc.h,
1030         * device/include/pic16/delay.h,
1031         * device/include/pic16/i2c.h,
1032         * device/include/pic16/malloc.h,
1033         * device/include/pic16/stdio.h,
1034         * device/include/pic16/stdlib.h,
1035         * device/include/pic16/string.h,
1036         * device/lib/pic16/libc/stdio/printf_tiny.c,
1037         * device/lib/pic16/libc/stdio/printf_small.c,
1038         * device/lib/pic16/libc/stdio/strmgpsim.c,
1039         * device/lib/pic16/libc/stdio/strmmssp.c,
1040         * device/lib/pic16/libc/stdio/strmusart.c,
1041         * device/lib/pic16/libc/stdio/vfprintf.c,
1042         * device/lib/pic16/libc/stdlib/ltoa.c,
1043         * device/lib/pic16/libc/stdlib/putchar.c,
1044         * device/lib/pic16/libc/stdlib/x_ftoa.c,
1045         * device/lib/pic16/libc/stdlib/memchrpgm.c,
1046         * device/lib/pic16/libc/stdlib/memchrram.c,
1047         * device/lib/pic16/libc/stdlib/memcpypgm2ram.c,
1048         * device/lib/pic16/libc/stdlib/memcpyram2ram.c,
1049         * device/lib/pic16/libio/adc/adcbusy.c,
1050         * device/lib/pic16/libio/adc/adcread.c,
1051         * device/lib/pic16/libio/adc/adcsetch.c,
1052         * device/lib/pic16/libio/usart/ubaud.c,
1053         * device/lib/pic16/libio/usart/ubusy.c,
1054         * device/lib/pic16/libio/usart/udrdy.c,
1055         * device/lib/pic16/libio/usart/uopen.c,
1056         * device/lib/pic16/libio/usart/uputc.c,
1057         * device/lib/pic16/libsdcc/gptr/gptrget1.c,
1058         * device/lib/pic16/libsdcc/gptr/gptrget2.c,
1059         * device/lib/pic16/libsdcc/gptr/gptrget3.c,
1060         * device/lib/pic16/libsdcc/gptr/gptrget4.c,
1061         * device/lib/pic16/libsdcc/gptr/gptrput1.c,
1062         * device/lib/pic16/libsdcc/gptr/gptrput2.c,
1063         * device/lib/pic16/libsdcc/gptr/gptrput3.c,
1064         * device/lib/pic16/libsdcc/gptr/gptrput4.c: modified all SDCC
1065         specific keywords to double underlined form,
1066         * device/lib/pic16/libc/Makefile.rules,
1067         * device/lib/pic16/libsdcc/Makefile.rules,
1068         * device/lib/pic16/libm/Makefile,
1069         * device/lib/pic16/libio/Makefile.rules: added CSTD macro in CFLAGS
1070         to compile with C standard set in Makefile.common
1071         * device/lib/pic16/libc/stdlib/Makefile: added new C sources
1072         rand.c and crc.c in compilation process,
1073         * device/lib/pic16/libsdcc/int/divuint.c,
1074         * device/lib/pic16/libsdcc/long/divulong.c: changed declaration of
1075         `c' from signed to unsigned,
1076         * device/lib/pic16/startup/crt0.c,
1077         * device/lib/pic16/startup/crt0i.c,
1078         * device/lib/pic16/startup/crt0iz.c: adopted to all SDCC specific
1079         keywords to double underlined form, bug fixes in _do_cinit function
1080         which prevented the correct initialization of the .idata segment,
1081         * src/pic16/pcoderegs.c (insideLRBlock): fixed a bug that caused the
1082         core to enter a infinite loop
1083         * device/lib/pic16/libc/stdlib/rand.c, crc.c: new files
1084
1085 2005-04-02 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
1086
1087         * src/SDCCicode.c (getArraySizePtr): fixed bug #1122171
1088
1089 2005-04-01 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
1090
1091         * device/include/Makefile.in: add support for hc08 subdirectory
1092         * device/include/hc08/: new subdirectory
1093         * device/include/hc08/mc68hc908jkjl.h: new header contributed by
1094         Lucas Loizaga, thanks!
1095         * device/include/hc08/mc68hc908qy.h,
1096         * device/include/hc08/mc68hc908gp32.h,
1097         * device/include/hc08/mc68hc908jb8.h: moved hc08 register defs to
1098         their own directory. Changed internal macro names to use the compiler
1099         reserved namespace. Changed SDCC specific keywords to double
1100         underlined form.
1101         * device/include/math.h,
1102         * device/include/malloc.h,
1103         * device/include/stdarg.h,
1104         * device/include/stdbool.h
1105         * device/include/string.h,
1106         * device/include/tinibios.h,
1107         * device/include/ds400rom.h,
1108         * device/include/8051.h,
1109         * device/include/8052.h,
1110         * device/include/80c51xa.h,
1111         * device/include/at89c55.h,
1112         * device/include/at89S8252.h,
1113         * device/include/at89x51.h,
1114         * device/include/at89x52.h,
1115         * device/include/ds80c390.h,
1116         * device/include/reg764.h,
1117         * device/include/regc515c.h,
1118         * device/include/sab80515.h,
1119         * device/include/mcs51/c8051f000.h,
1120         * device/include/mcs51/c8051f018.h,
1121         * device/include/mcs51/c8051f020.h,
1122         * device/include/mcs51/c8051f040.h,
1123         * device/include/mcs51/c8051f060.h,
1124         * device/include/mcs51/c8051f120.h,
1125         * device/include/mcs51/c8051f300.h,
1126         * device/include/mcs51/c8051f310.h,
1127         * device/include/mcs51/c8051f320.h,
1128         * device/include/mcs51/c8051f330.h,
1129         * device/include/mcs51/c8051f350.h,
1130         * device/include/z180.h: Changed SDCC specific keywords to double
1131         underlined form.
1132
1133 2005-03-31 Vangelis Rokas <vrokas AT users.sourceforge.net>
1134
1135         * src/pic16/device.c (Pics16[]): added devices 18F2550, 18F4331,
1136         18F4455,
1137         * (pic16_assignConfigWordValue): disable testing of configuration
1138         register value with config mask,
1139         * src/pic16/gen.c (pic16_testStackOverflow): prefix stack test
1140         function with port->fun_prefix,
1141         * (genFunction): when generating a naked interrupt function never
1142         create an absolute segment placed in interrupt vector address, place
1143         the actual interrupt function at IVA instead, when an interrupt
1144         function is generated with unspecified interrupt then do not create
1145         the absolute section,
1146         * (genGenPointerGet, genGenPointerSet, genPackBits): replace all
1147         code for generating a call to generic pointer get/put function with
1148         a call to function pic16_callGenericPointer(),
1149         * src/pic16/genutils.c (pic16_callGenericPointerRW): NEW, generates
1150         the call to the generic pointer get/put functions with prefixing the
1151         function name with port->fun_prefix,
1152         * src/pic16/glue.c (pic16glue): ifdef-out test of OF_LR_SUPPORT,
1153         * src/pic16/main.c (_process_pragma): prefix function with
1154         port->fun_prefix,
1155         * (_pic16_finaliseOptions): define macro __18Fxxxx macro when
1156         calling assembler, old 18Fxxxx macro is deprecated,
1157         * src/pic16/pcode.c (unlinkpCodeFromBranch): added PC_INLINE and
1158         PC_ASMDIR in while condition,
1159         * (findInstruction): add PC_ASMDIR in while condition,
1160         * (buildCallTree): prefix main with port->fun_prefix,
1161         * (pic16_pCode2str): fixed bug that didn't emit the memory access
1162         identifier for variable with banked access in instructions BTFSS,
1163         BTFSC, BCF, BSF, BTG
1164         * (AnalyzeFlow): moved call to OptimizepCode to pic16_AnalyzeBanking,
1165         * src/pic16/pcodepeep.c (pCodeOpCompare): increase size of b to 1024,
1166         * src/pic16/pcoderegs.c (pic16_pCodeRegoptimizeRegUsage): don't
1167         perform optimization when enviroment variable NO_REG_OPT is set,
1168         * (insideLRBlock): NEW, return 1 if register is inside an
1169         INF_LOCALREGS block,
1170         * (RemoveRegFromLRBlock): remove a register that is completely
1171         eliminated by register optimization, but it is still left in local
1172         register store/restore in/from stack block,
1173         * (Remove2pcodes): after removing register, check to see if it
1174         should be removed from local register store/restore in/from stack
1175         block,
1176         * src/pic16/ralloc.c (pic16_decodeOp): added decode for
1177         DUMMY_READ_VOLATILE,
1178
1179         * device/include/pic16/adc.h: minor prototype modifications and
1180         update,
1181         * device/include/pic16/malloc.h: added GPL notice various
1182         modifications,
1183         * device/include/pic16/stdint.h: NEW, standard header for ints
1184         * device/include/pic16/delay.h: NEW, header for delay functions,
1185         delay10tcy, delay100tcy, delay1ktcy, delay10ktcy, delay100ktcy,
1186         delay1mtcy,
1187         * device/include/pic16/signal.h: NEW, header providing helper macros
1188         for implementing signal handlers,
1189         * device/include/pic16/stdio.h: added prototypes for functions,
1190         printf, vprintf, sprintf, vsprintf, fprintf, vfprintf. Added
1191         prototypes for stdin and stdout, added macro PUTCHAR to
1192         automatically implement putchar function prototype,
1193         * device/include/pic16/usart.h: modified and updated USART library,
1194         * device/lib/pic16/libio/adc/,
1195         * device/lib/pic16/libio/i2c: some modifications to improve library
1196         performance,
1197         * device/lib/pic16/libc/stdio/: modifications for the new printf*
1198         family of functions,
1199         * device/lib/pic16/libc/stdlib/: various modifications in the malloc
1200         family of functions and other sources,
1201         * device/lib/pic16/libio/usart/: NEW, c sources for the usart module
1202         of the PIC18Fxx[28] devices,
1203         * device/lib/pic16/libc/delay/: NEW, c sources for the delay functions,
1204         * device/lib/pic16/libc/utils/: minor modifications in the .S sources,
1205         * device/lib/pic16/startup/{crt0i.c, crt0iz.c}: redesign of the
1206         _do_cinit function, because the previous failed when local variables
1207         where not placed in the same memory bank,
1208         * device/lib/pic16/libsdcc/char/: various modifications to improve
1209         library performance,
1210         * doc/sdccman.lyx: some reorganization of the PIC16 part, added many
1211         information on the new functions of the c library and more...
1212
1213 2005-03-28 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
1214
1215         * src/SDCCBBlock.c (iCodeBreakDown): fixed bug #1170212
1216
1217 2005-03-26 Raphael Neider <rneider AT web.de>
1218
1219         * src/pic16/gen.c (genSkipc): fixed semantics (execute branch
1220           if condition == CARRY)
1221         * (genCmp): adapted to new genSkipc semantics
1222         * src/pic16/genutils.c (pic6_genCmp_special): removed side effect
1223           on rIfx (genCmp was broken)
1224
1225 2005-03-26 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
1226
1227         * src/SDCCmain.c (setDefaultOptions, optionsTable[], parseCmdLine),
1228         * src/z80/main.c (_keywords[]),
1229         * src/SDCCglobal.h (struct options),
1230         * src/SDCC.y,
1231         * src/SDCC.lex (isTargetKeyword, doPragma, pragma_tbl[]): new pragmas
1232         to enable/disable SDCC and C99 extensions/keywords (std_c89, std_sdcc89,
1233         std_c99, std_sdcc99). Also, equivalent command line options (--std-c89,
1234         --std-sdcc89, --std-c99, --std-sdcc99). SDCC specific keywords are
1235         always available in leading double underscore form. The C99 support is
1236         mostly missing, but it's a start.
1237         * support/regression/tests/bug-227710.c: fixed nonconforming use of
1238         reserved identifier "__data".
1239
1240 2005-03-24 Maarten Brock <sourceforge.brock AT dse.nl>
1241
1242         * src/mcs51/peeph.def: fixed bug 1170013
1243
1244 2005-03-22 Maarten Brock <sourceforge.brock AT dse.nl>
1245
1246         * device/include/mcs51reg.h: fixed bug 842007
1247
1248 2005-03-21 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
1249
1250         * src/SDCCcflow.c (dfNumCompare): committed the wrong version of this
1251         last time.
1252
1253 2005-03-20 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
1254
1255         * src/port.h (struct PORT),
1256         * src/avr/ralloc.c (avr_assignRegisters),
1257         * src/avr/main.c,
1258         * src/ds390/ralloc.c (ds390_assignRegisters),
1259         * src/ds390/main.c,
1260         * src/hc08/ralloc.c (hc08_assignRegisters),
1261         * src/hc08/main.c,
1262         * src/mcs51/ralloc.c (mcs51_assignRegisters),
1263         * src/mcs51/main.c,
1264         * src/pic/ralloc.c (pic14_assignRegisters),
1265         * src/pic/main.c,
1266         * src/pic16/ralloc.c (pic16_assignRegisters),
1267         * src/pic16/main.c,
1268         * src/xa51/ralloc.c (xa51_assignRegisters),
1269         * src/xa51/main.c,
1270         * src/z80/ralloc.c (z80_assignRegisters),
1271         * src/z80/ralloc.h,
1272         * src/SDCCopt.c (eBBlockFromiCode, replaceRegEqv, killDeadCode),
1273         * src/SDCCcse.c (ifxOptimize, cseBBlock, cseAllBlocks),
1274         * src/SDCCcse.h,
1275         * src/SDCCdflow.c (computeDataFlow),
1276         * src/SDCCdflow.h,
1277         * src/SDCCloop.c (addDefInExprs, loopInvariants, loopOptimizations),
1278         * src/SDCCloop.h,
1279         * src/SDCCcflow.c (*),
1280         * src/SDCCcflow.h,
1281         * src/SDCCBBlock.c (iCodeBreakDown, dumpEbbsToFileExt, eBBWithEntryLabel),
1282         * src/SDCCBBlock.h (struct ebbIndex): new struct that keeps two copies
1283         of the eBBlock list, sorted by both bbnum and dfnum. (fixes bug with
1284         immedDom() returning wrong block; probably fixes bug #1160833)
1285
1286 2005-03-20 Borut Razem <borut.razem AT siol.net>
1287
1288         * support/scripts/inc2h.pl: WIN32 port
1289
1290 2005-03-19 Maarten Brock <sourceforge.brock AT dse.nl>
1291
1292         * device/lib/makefile.in: added abs.c and labs.c
1293
1294 2005-03-17 Maarten Brock <sourceforge.brock AT dse.nl>
1295
1296         * device/include/stdint.h: added
1297         * device/lib/abs.c: added
1298         * device/lib/labs.c: added
1299         * device/include/stdlib.h: added abs() and labs() prototypes
1300         * device/lib/libsdcc.lib: added abs and labs
1301         * device/include/float.h,
1302         * device/lib/_fsmul.c,
1303         * device/lib/printf_fast.c,
1304         * device/lib/printf_tiny.c: updated comments
1305
1306 2005-03-16 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
1307
1308         * src/SDCCicode.c (geniCodeSwitch, geniCodeJumpTable): fixed
1309         bug #1164313
1310
1311 2005-03-16 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
1312
1313         * src/SDCCcse.c (cseBBlock): retain assignment to self when volatile
1314         * src/SDCCast.c (isLoopCountable): fixed bug #1161985
1315
1316 2005-03-15 Maarten Brock <sourceforge.brock AT dse.nl>
1317
1318         * device/lib/printf_large.c: removed inline assembly for portability and
1319           readability. Use printf_fast if speed or size are more important.
1320         * src/pic16/gen.c: removed conditions around use of DEBUGpc
1321         * src/pic16/genutils.h: added define for DEBUGpc for MSVC
1322
1323 2005-03-15 Vangelis Rokas <vrokas AT users.sourceforge.net>
1324
1325         * src/pic16/genutils.c (pic16_genCmp_special): initialized offs to
1326         prevent compiler warning
1327
1328 2005-03-14 Vangelis Rokas <vrokas AT users.sourceforge.net>
1329
1330         * device/lib/pic16/startup/crt0i.c (_cinit): local variables where
1331         moved to level 0 and declared as static. Also they are explicit
1332         placed in access bank. This was necessery because some times they
1333         might cross memory bank boundaries. crt0iz.c is *NOT* updated!!!
1334         * src/pic16/device.h: added flag OPTIMIZE_CMP to enable some compare
1335         optimizations. Currently only compare to unsigned char is implemented,
1336         * src/pic16/gen.c: added fReturnIdx array,
1337         * (struct resolvedIfx) is moved to gen.h and made public,
1338         * (struct _G): added sregsAlloc and sregsAllocSet fields,
1339         * (aopForSym): added an optimization to directly store in stack of
1340         the operand of a SEND iCode,
1341         * (pic16_aopOp): don't return return registers as strings (AOP_STR)
1342         but as registers instead (AOP_REG) using the fReturnIdx array,
1343         * (pic16_freeAsmop): remove the freed register from the
1344         _G.sregsAlloc field,
1345         * (pic16_aopGet): in case AOP_STR, the compare to 'a' is changed to
1346         a compare of 'WREG',
1347         * (pic16_popGetTempRegCond): changed function prototype, now
1348         function takes also a bitVector argument v which holds the current
1349         set of registers that are allocated for stack access by aopForSym,
1350         registers allocated in aopForSym for accessing stack symbols are not
1351         any more part of the functions usedRegs field,
1352         * (genCall): some times aopOp is called for a stack variable to be
1353         send, aopForSym might perform the push, if this is true make sure
1354         that genCall doesn't push the variable twice by testing _G.resDirect,
1355         * (genFunction): changed testing for unspecified interrupt number
1356         from 256 to INTNO_UNSPEC,
1357         * modified selection scheme of frame pointer generation. Previously
1358         if function did use local registers a frame pointer was generated,
1359         now a frame pointer is generated only if function has arguments
1360         (that need PLUSW2 register access), or has stack arguments, or the
1361         compiler is not instructed to omit the frame pointer,
1362         * (genEndFunction): before restoring local registers that were saved
1363         in the function preamble, also restore the registers that *might*
1364         have been allocated for stack access,
1365         * (genRet): removed some old comments,
1366         * (genCmp, the active (RN's) version): added a call to the
1367         pic16_genCmp_special function to perform the compare with a more
1368         robust and optimized way,
1369         * (genInline): a feature has been added in inline code generation,
1370         which allows a wildcard variable substitution when writing inline
1371         assembly. Code is incomplete and experimental therefore undocumented,
1372         * (genCast): changed order of aopOp for result and right to allow
1373         aopForSym to directly load the result if possible,
1374         * src/pic16/genutils.c (selectCompareOp, pic16_genCmp_special): NEW,
1375         perform an optimized compare on some selected special occasions,
1376         * src/pic16/genutils.h: declaration of resolvedIfx structure from gen.c,
1377         * src/pic16/glue.c (pic16createInterrupVect): make sure we never
1378         generate an IVT any more,
1379         * src/pic16/main.c (pic16_optionsTable): added command line option
1380         --optimize-cmp,
1381         * (_pic16_initPaths): when calling C preprocessor define pic18fXXXX
1382         macro too, when calling assembler define pic18fXXXX *and* __18Fxxxx
1383         macros,
1384         * src/pic16/NOTES: Raphael Neider added in list of active developers
1385         * src/pic16/pcode.c (OPT_TYPE_STR): added strings jumptable_begin and
1386         jumptable_end to prevent bug #,
1387         * (pic16_pciADDWFC, ADDFWC, COMF, CLRF): added some missing flags in
1388         inCond and outCond fields,
1389         * src/pic16/pcoderegs.c (pCodeOptime2pCodes): add a fix for bug #,
1390         * src/pic16/ralloc.c (serialRegAssign): explicit set willCS to 0 to
1391         turn off register spilling,
1392         * (packRegsForOneUse): synced with other ports' versions although it
1393         is not used currently,
1394         * (pic16_packRegisters): added an optimization while reading
1395         structure bitfields, some registers may be saved (malloc code is
1396         decreased by 80 bytes)
1397
1398 2005-03-12 Vangelis Rokas <vrokas AT users.sourceforge.net>
1399
1400         * src/SDCCcse.c (cseBBlock): inside 'do operand lookup' loop test if
1401         left is a bitfield, if yes, then don't optimize assignment. Perhaps
1402         this can be optimized more?
1403
1404 2005-03-10 Raphael Neider <rneider AT web.de>
1405
1406         * src/pic16/gen.c (pic16_loadFSR0, genPackBits, genUnpackBits,
1407           genNearPointerGet): (hopefully) fixed access to bitfields via
1408           pointers (p->bitN = x; and x = p->bitN; failed)
1409
1410 2005-03-09 Paul Stoffregen <paul AT pjrc.com>
1411
1412         * device/lib/printf_fast.c: fix leading zero format, eg "%02d"
1413
1414 2005-03-09 Raphael Neider <rneider AT web.de>
1415
1416         * src/SDCCopt.c (killDeadCode): fixed bug #1156016
1417
1418 2005-03-06 Maarten Brock <sourceforge.brock AT dse.nl>
1419
1420         * src/SDCCicode.h: moved CRITICAL and ENDCRITICAL from SKIP_IC2 to SKIP_IC
1421         * src/mcs51/ralloc.c (willCauseSpill): added check for REG_BIT type,
1422           (regTypeNum): set REG_BIT type if necessary
1423         * src/mcs51/ralloc.h: added define REG_BIT, used to fix bug 1144613
1424         * support/regression/tests/critical.c: check bug 1144613
1425
1426 2005-03-02 Raphael Neider <rneider AT web.de>
1427
1428         * src/pic16/gen.c (genRightShiftLiteral): fixed bug #1154256
1429
1430 2005-02-26 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
1431
1432         * src/avr/ralloc.c (serialRegAssign),
1433         * src/ds390/ralloc.c (serialRegAssign),
1434         * src/hc08/ralloc.c (serialRegAssign),
1435         * src/mcs51/ralloc.c (serialRegAssign),
1436         * src/pic/ralloc.c (serialRegAssign),
1437         * src/pic16/ralloc.c (serialRegAssign),
1438         * src/xa51/ralloc.c (serialRegAssign),
1439         * src/z80/ralloc.c (serialRegAssign): fixed bug #1105154
1440
1441 2005-02-22 Maarten Brock <sourceforge.brock AT dse.nl>
1442
1443         * src/SDCCast.c (decorateType): fixed bug 1124787
1444
1445 2005-02-20 Hubert Sack <sack AT digiplan.de>
1446         committed by Frieder Ferlemann <Frieder.Ferlemann AT web.de>
1447
1448         * src/mcs51/peeph.def: added peepholes 3.h-k and 132.a-f from
1449         patch #1121755
1450
1451 2005-02-20 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
1452
1453         * src/SDCCpeeph.def: new keyword "labelRefCountChange" which allows peepholes
1454         to keep the correct label reference count when adding/removing references
1455         to labels. A peephole file using this is appended to patch #1144962.
1456
1457 2005-02-14 Raphael Neider <rneider AT web.de>
1458
1459         * device/lib/pic16/libc/string/memccpy.c: changed 3rd argument to char
1460         * src/SDCC.lex (process_pragma): fixed to make disable_warning work for PIC16
1461         * src/pic16/gen.c (aopForSym, calls to pic16_aopOp): prevent unneccessary
1462           retrievals of result operand's value on assignment
1463
1464 2005-02-13 Vangelis Rokas <vrokas AT otenet.gr>
1465
1466         * device/include/pic16/string.h: modified prototype for memccpy()
1467         to memccpy(void *, void *, char, size_t)
1468         * src/pic16/gen.c (genFunction, genEndFunction): reenable if-case to
1469         check whether to omit frame pointer or not,
1470         * (genInline): convert all occurences of "\n" to LF in inline
1471         assembler blocks, this helps formatting the inline text,
1472         * (pic16_loadFSR0): modified prototype,
1473         * (genNearPointerGet, genNearPointerSet): reorganization of code,
1474         removed some 8051 legacy code,
1475         * (genPackBits): enabled handling bitfields exceeding one byte in size,
1476         * src/pic16/ralloc.c (pic16_assignRegisters): clear dynrIdx variable
1477         before allocating temporary registers in functions,
1478
1479 2005-02-11 Maarten Brock <sourceforge.brock AT dse.nl>
1480
1481         * support/regression/tests/bitvars.c: corrected the "fix"
1482
1483 2005-02-10 Maarten Brock <sourceforge.brock AT dse.nl>
1484
1485         * support/regression/tests/bitvars.c,
1486         * support/regression/tests/bitwise.c,
1487         * support/regression/tests/rotate.c: "fixed" problems on Alpha
1488
1489 2005-02-10 Raphael Neider <rneider AT web.de>
1490
1491         * src/pic16/pcode.c (assignToSameBank) : fixed cast to pointer of
1492           different size for Alpha
1493         * src/pic16/gen.c (genCmpEq) : improved compare with 0
1494
1495 2005-02-09 Raphael Neider <rneider AT web.de>
1496
1497         * src/SDCC.lex(doPragma) : save and restore warning options as well
1498           (also added new stack plus clone- and copyAndFreeSDCCERRG())
1499         * have #pragma less_pedantic set the errorlevel to WARNING
1500           (fixes #1117001)
1501         * (cloneOptimize) : fixed wrong malloc's size
1502         * support/Util/SDCCerr.[ch] : made SDCCERRG globally accessible to
1503           facilitate correct handling of #pragma (save|restore)
1504
1505 2005-02-09 Maarten Brock <sourceforge.brock AT dse.nl>
1506
1507         * src/mcs51/gen.c: removed non-standard C nameless struct/union
1508
1509 2005-02-04 Slade Rich <slade_rich AT users.sourceforge.net>
1510
1511         * src/pic/gen.c : Fix for bugs #1080519 & #1115662.
1512
1513 2005-02-03 Maarten Brock <sourceforge.brock AT dse.nl>
1514
1515         * device/include/mcs51/c8051f120.h: added declarations for sbit port 2,3&4
1516
1517 2005-02-02 Raphael Neider <rneider AT web.de>
1518
1519         * src/SDCCast.c (processParms): disabled W_NONRENT_ARGS for pic16 port
1520         * src/pic16/gen.c (aopForSym): reenabled special case for function pointers
1521         * (pic16_storeForReturn): fixed to allow returning function pointers
1522         * (genPackBits): improved accessing full bytes, implemented for GPOINTERs
1523         * device/include/pic16/{stddef.h,stdbool.h}: added
1524
1525 2005-02-02 Maarten Brock <sourceforge.brock AT dse.nl>
1526
1527         * device/include/mcs51/c8051f040.h: added define CPT2_PAGE
1528
1529 2005-02-01 Slade Rich <slade_rich AT users.sourceforge.net>
1530
1531         * src/pic16/pic16.dsp : Added file graph.c to make it compile under windows
1532         * src/pic16/Makefile.bcc : Do not use this file but added file graph.c as it
1533          appeared to be required
1534
1535 2005-01-31 Borut Razem <borut.razem AT siol.net>
1536
1537         * support/scripts/sdcc.nsi: added include/asm/ds390, include/asm/mcs51,
1538           include/mcs51 and include/z80 directories to the package
1539
1540 2005-01-26 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
1541
1542         * src/hc08/gen.c (genFunction): fixed bug #1112752
1543
1544 2005-01-30 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
1545
1546         * src/mcs51/peeph.def: adapted peephole 258.x to changed gen.c (genAnd)
1547
1548 2005-01-29 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
1549
1550         * src/mcs51/gen.c (genAnd): accessing LSB/MSB by rotating acc
1551
1552 2005-01-29 Maarten Brock <sourceforge.brock AT dse.nl>
1553
1554         * device/include/Makefile.in: create/copy mcs51 and z80 include subdirs
1555
1556 2005-01-27 Maarten Brock <sourceforge.brock AT dse.nl>
1557
1558         * device/include/c8051fxxx.h: removed these 6 files
1559         * device/include/mcs51/c8051fxxx.h: added these 11 new files
1560
1561 2005-01-26 Raphael Neider <rneider AT web.de>
1562
1563         * src/pic16/gen.c (genAssign): fixed assignment from longs
1564           in codespace (were cut to three bytes)
1565         * (genDummyRead): implemented (except for CODESPACE...),
1566           fixed bug #1108575
1567         * src/pic16/glue.c (emitStatistics): beautified
1568         * device/lib/pic16/libm/Makefile: added include path
1569
1570 2005-01-26 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
1571
1572         * src/z80/gen.c (aopPut): fixed bug #1103902
1573
1574 2005-01-25 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
1575
1576         * device/lib/expf.c: fixed bug #1095792
1577
1578 2005-01-24 Vangelis Rokas <vrokas AT otenet.gr>
1579
1580         * device/lib/pic16/libm: added Math library sources
1581
1582 2005-01-24 Raphael Neider <rneider AT web.de>
1583
1584         * src/pic16/pcode.h: added second memory operand to pCodeOpReg
1585           to enable upcast to pCodeOpReg2 (there is no type tag to
1586           differenciate the two and pic16_popGet2p cast into PCOR2)
1587         * src/pic16/main.c (_process_pragma): fixed another malloc bug
1588           (sizeof(sectNames) changed to sizeof(sectName))
1589           Both patches fix segfaults under MinGW.
1590
1591 2005-01-23 Raphael Neider <rneider AT web.de>
1592
1593         * src/pic16/{device.c,pcode.c}: s/free/Safe_free/g for
1594           Safe_[mc]?alloc()'ed variables
1595         * src/pic16/gen.c (pic16_aopOp,pic16_popGet): added handling
1596           of (byte sized) temporaries (assign them to WREG for now)
1597         * src/pic16/main.c (_process_pragma): fixed nasty malloc bug
1598           (used sizeof(set *sectSyms) instead of sizeof(struct sectSym)),
1599           this might fix SIGSEGVs on MinGW...
1600         * src/SDCCopt.c (killDeadCode): restored original behaviour
1601           (volatile operands might get thrown away though)
1602
1603 2005-01-23 Vangelis Rokas <vrokas AT otenet.gr>
1604
1605         * src/pic16/gen.c: fixed bug #1106975,
1606         * src/pic16/gen.c: fixed possible bug #1102572, now during TOS
1607         pointer update, INTCON is saved, global interrupts are disabled and
1608         restored after updateing TOS.
1609         * src/SDCC.y, src/SDCC.lex, src/SDCCsymt.c, src/SDCCsymt.h:
1610         * added function attribute 'shadowregs' to take advantage of shadow
1611         registers,
1612         * added function attribute 'wparam' as an alternative to the wparam
1613         pragma,
1614         * support/Utils/SDCCerr.[ch]: added error E_SHADOWREGS_NO_ISR when
1615         user declares a non-ISR function as 'shadowregs',
1616         * doc/sdccman.lyx: updated to reflect recent changes of pic16 port
1617
1618 2005-01-22 Vangelis Rokas <vrokas AT otenet.gr>
1619
1620         * .version: bumped version number to 2.4.8
1621         * device/lib/pic16/pics.all: list of PIC18F devices supported by
1622         pic16 port,
1623         * device/lib/pic16/libio/i2c/: I2C module support library,
1624         * device/include/pic16/i2c.h: I2C support library header,
1625         * device/lib/pic16/libc/stdio/: standard IO support sources,
1626         * (printf_small.c): printf_small() source, supports float print,
1627         * (printf_tiny.c): printf_tiny() source, does not support floats,
1628         * device/lib/pic16/Makefile.common.in: added OPT_FLAGS macro to
1629         enable global optimizations for entire library source, other
1630         Makefiles in the source tree are also modified to reflect this,
1631         * device/lib/pic16/libc/stdlib/putchar.c (putchar): dummy putchar()
1632         function,
1633         * doc/sdccman.lyx: updated to reflect new changes,
1634         * src/pic16/gen.c (aopForSym): don't handle sym->iaccess in
1635         sym->onStack if-case,
1636         * src/pic16/main.c (_pic16_keywords): commented out keywords bit,
1637         sbit, idata, _idata, xdata, _xdata,
1638         * added pragma library, to link an external library, (see doc),
1639         * removed command line options, --pomit-config-words, --pomit-ivt,
1640         --pleave-reset-vector,
1641         * (pic16_finaliseOptions): when define macro SDCC_MODEL_{SMALL/LARGE}
1642         when calling assembler to reflect memory model used, also define
1643         macro STACK_MODEL_{SMALL/LARGE} when compiling and assembling to
1644         reflect stack model used,
1645         * src/pic16/ralloc.c (pic16_allocDirReg): when operand is allocated
1646         on stack return NULL,
1647
1648 2005-01-22 Daniel Winkler <post AT danielwinkler.de>
1649
1650         * src/SDCCopt.c (killDeadCode): do not throw iCodes away if one
1651           of the operands is volatile. Fixes #1020220
1652
1653 2005-01-22 Daniel Winkler <post AT danielwinkler.de>
1654
1655         * src/pic16/pcoderegs.c (pCodeOptime2pCodes): reenabled optimization
1656         * (OptimizeRegUsage): make sure that there is really no other flow where
1657           the first pCode is used
1658
1659 2005-01-22 Raphael Neider <rneider AT web.de>
1660
1661         * src/pic16/pcoderegs.c (pCodeOptime2pCodes): disabled optimization
1662           to fix #1106967 (pCode->seq are not set up correctly)
1663
1664 2005-01-22 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
1665
1666         * src/SDCCglue.c (glue): make sure code area is declared before the
1667         static initialization area.
1668
1669 2005-01-21 Raphael Neider <rneider AT web.de>
1670
1671         * device/lib/Makefile.in: fixed test for pic16 install dir
1672         * device/lib/pic16/*/Makefile*: modified compile flags to enable
1673           optimizations
1674         * doc/sdccman.lyx: updated banksel optimization, removed --flr-support and
1675           added --optimize-goto compiler switch and pragma wparam documentation
1676         * src/pic16/pcode.c (pic16_OptimizeBanksel): removed statistics dump
1677         * src/pic16/pcodepeep.c (pic16_pCodeOpCopy): fixed copying of WREG, PRODL
1678           and PRODH closing bug #1071770 (peephole optimizer)
1679
1680 2005-01-19 Raphael Neider <rneider AT web.de>
1681
1682         * src/SDCCglobl.h: ensure that PATH_MAX >= 2048 to guarantee
1683           cmdLine buffers (used when calling sdcpp...) are large enough
1684           (MAX_PATH=256 truncates arguments leading to system halts when
1685           used in MinGW...)
1686         * src/pic16/gen.c (pic16_sameRegs): relaxed size criterion
1687         * (genUminus): rewritten to for efficiency
1688         * (genNearPointer[GS]et): enforce reloading of FSR0 (was still
1689           used uninitialized in some cases)
1690         * (genCast): upcasting a 16bit int to a 24bit GPOINTER may not
1691           copy the third byte from the int -- now assumes 0x80 (data memory)
1692         * src/pic16/genarith.c (pic16_genPlus): fixed bug when swapping
1693           operands (genAddLit expects the iCode's operands to swapped as
1694           well), fixed leftover bytes (crashed for short left operands)
1695         * (pic16_genMinusDec): performance improvements, removed false
1696           PIC14 emitSKPNCs
1697         * (pic16_genMinus): fixed to cope with differently sized operands
1698         * src/pic16/glue.c (pic16_glue): added new banksel optimization
1699           for --obanksel > 1
1700         * src/pic16/pcode.c: implemented (first phase of) banksel optimization
1701         * src/pic16/graph.[ch]: implementation of directed graphs, used by
1702           new banksel optimization
1703         * src/pic16/pcoderegs.c (pCodeRegMapLiveRangesInFlow): prevented
1704           analysis for temporary registers (segfaults...)
1705         * src/pic16/peeph.def: added rule
1706
1707 2005-01-18 Vangelis Rokas <vrokas AT otenet.gr>
1708
1709         * device/lib/pic16/libc/stdlib/x_ftoa.c: it defines x_ftoa function
1710         which converts a float number to its ASCII representation
1711         * device/lib/pic16/libc/utils/cnvfrac.S,cnvint.S: support
1712         functions to convert the fractional and integer part of a float to ASCII,
1713         * device/lib/pic16/libc/stdlib/(calloc.c,free.c, malloc.c,
1714         realloc.c): added _MALLOC_SPEC to explicit place variables in data
1715         ram
1716         * device/include/asm/pic16/features.h: added _CODE, _DATA, _AUTOMEM,
1717         _STATMEM macros,
1718         * device/include/pic16/adc.h: added GPL info,
1719         * src/pic16/gen.c (genIfxpCOpJump): perform an genIfxJump but using
1720         a pCodeOp as tested operand,
1721         * (genNearPointerGet): optimized bit testing, does not use
1722         intermediate register for bit value, test directly instead with
1723         BTFSS, BTFSC, works only for single bits,
1724         * (genpic16Code): dump the name of the iCode in the asm,
1725         * src/pic16/ralloc.c (decodeOp): removed static declaration and
1726         renamed to pic16_decodeOp,
1727         * (serialRegAssign): do not allocate a temporary register for iCode
1728         sequences that test a single bit for 1/0
1729
1730 2005-01-12 Vangelis Rokas <vrokas AT otenet.gr>
1731
1732         * src/pic16/pcode.[ch]: introduced pic16_stackpnt_*,
1733         pic16_framepnt_*, pic16_stack_*, pic1_frame_* pointer variables to
1734         access stack and frame pointers. They are initially assigned to
1735         point at pic16_pc_fsr1[lh] and pic16_pc_fsr2[lh] variables and other
1736         accessing SFRs. Updated all occurences of modification of stack or
1737         frame pointer in gen.c and pcode.c,
1738         * src/pic16/ralloc.c (serialRegAssign): fixed two bugs with
1739         assigning of a literal value to pointers,
1740         * src/pic16/main.c (pic16_finiliseOptions): set pre-processor define
1741         flag STACK_MODEL_SMALL or STACK_MODEL_LARGE according to the model
1742         selected
1743
1744 2005-01-11 Vangelis Rokas <vrokas AT otenet.gr>
1745
1746         * doc/sdccman.lyx: update documentation about stack pragma, added
1747         some info for stack memory models
1748
1749 2005-01-08 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
1750
1751         * src/pic16/gen.c (DEBUGpc): MSVC 6 does not support macro variable arguments
1752
1753 2005-01-08 Raphael Neider <rneider AT web.de>
1754
1755         * src/pic16/device.c (pic16_dump_usection): changed naming scheme for
1756           udata sections to fix bug #1097823
1757
1758 2005-01-05 Raphael Neider <rneider AT web.de>
1759
1760         * src/pic16/gen.c (genGenericShift): added handling of differently
1761           sized left operand and result
1762
1763 2005-01-04 Raphael Neider <rneider AT web.de>
1764
1765         * src/pic16/gen.c (genIfxJump): fixed inverted skips on CARRY
1766         * (genIfx): fixed (?) read from uninitialized SPIL_LOC (now assumes CARRY
1767           to hold the condition bit)
1768         * added new version of genCmp (old code available via #define)
1769         * added new version of genShiftLeft/genShiftRight in a generic
1770           way, now supports shifting by negative values
1771         * (genLeftShiftLiteral, genRightShiftLiteral): use absolute value of
1772           shiftCount (expected by genGenericShift)
1773         * src/pic16/genarith.c (genPlus): added code for adding CARRY+literal
1774         * src/pic16/pcode.c (pic16_OptimizeJumps): removed annoying statistics
1775           dump
1776         * (pic16_newpCodeOpLit): changed to cast to unsigned char (as e.g. -32766
1777           is an invalid literal too...)
1778
1779 2005-01-04 Vangelis Rokas <vrokas AT otenet.gr>
1780
1781         * src/pic16/gen.c (aopForSym, genEndFunction): applied some fixes
1782         from Raphael Neider,
1783         * src/pic16/pcode.c (pic16_newpCodeOpLit): removed casting to char
1784         for 8-bit literals. This fixes some literal operands which are sign
1785         extended to 16-bits ints when instruction needs only 8-bits.
1786
1787 2004-12-31 Paul Stoffregen <paul AT pjrc.com>
1788
1789         * device/lib/logf.c: added mcs51 assembly version
1790         * device/lib/expf.c: added mcs51 assembly version
1791         * device/lib/_logexpf.c: new shared asm code for expf and logf
1792         * device/include/math.h: add defines for assembly math library
1793         * device/lib/Makefile.in: build new _logexpf.c
1794         * device/lib/libfloat.lib: use new _logexpf.c
1795
1796 2004-12-29 Slade Rich <slade_rich AT users.sourceforge.net>
1797
1798         * src/pic/device.c
1799         * src/pic/pcode.c : adjusted internal stack and pre-allocated registers for
1800           device types which have less than 0x7f registers.
1801
1802 2004-12-29 Slade Rich <slade_rich AT users.sourceforge.net>
1803
1804         * src/pic/genarith.c : Fixed problem with subtraction where the result would not be updated when borrowing.
1805
1806 2004-12-28 Paul Stoffregen <paul AT pjrc.com>
1807
1808         * device/lib/printf_fast.c: only build on supported arch.
1809         * device/lib/printf_tiny.c: only build on supported arch.
1810         * device/lib/printf_fast_f.c: only build if asm float lib
1811         * device/lib/_fsget1arg.c: only build if asm float lib
1812         * device/lib/_fsget2args.c: only build if asm float lib
1813         * device/lib/_fsnormalize.c: only build if asm float lib
1814         * device/lib/_fsreturnval.c: only build if asm float lib
1815         * device/lib/_fsrshift.c: only build if asm float lib
1816         * device/lib/_fsswapargs.c: only build if asm float lib
1817         * device/include/stdio.h: don't provide print_fast,
1818           print_fast_f, print_tiny prototypes if --xstack used
1819
1820 2004-12-28 Maarten Brock <sourceforge.brock AT dse.nl>
1821
1822         * device/lib/sincosf.c (sincosf): don't invert bit/bool by ~
1823         * support/regression/ports/mcs51-stack-auto/spec.mk: added new _fs.. files
1824           to the SOURCES
1825
1826 2004-12-28 Paul Stoffregen <paul AT pjrc.com>
1827
1828         * device/lib/printf_fast_f.c: same as printf_fast, but
1829           with floating point enabled
1830         * device/lib/printf_fast.c: minor tweaks
1831         * device/include/stdio.h: add printf_fast_f
1832
1833 2004-12-27 Paul Stoffregen <paul AT pjrc.com>
1834
1835         * src/SDCCmain.c: make --float-reent default for mcs51
1836         * device/lib/_fsadd.c: added mcs51 assembly version
1837         * device/lib/_fssub.c: added mcs51 assembly version
1838         * device/lib/_fsmul.c: added mcs51 assembly version
1839         * device/lib/_fsdiv.c: added mcs51 assembly version
1840         * device/lib/_fseq.c: added mcs51 assembly version
1841         * device/lib/_fsneq.c: added mcs51 assembly version
1842         * device/lib/_fsgt.c: added mcs51 assembly version
1843         * device/lib/_fslt.c: added mcs51 assembly version
1844         * device/lib/_fscmp.c: shared code for fseq,fsgt,fslt,fsneq
1845         * device/lib/Makefile.in: add _fscmp to build
1846         * device/lib/libfloat.lib: add _fscmp to build
1847
1848 2004-12-27 Paul Stoffregen <paul AT pjrc.com>
1849
1850         * device/lib/_fs2slong.c: added mcs51 assembly version
1851         * device/lib/_fs2sint.c: added mcs51 assembly version
1852         * device/lib/_fs2schar.c: added mcs51 assembly version
1853         * device/lib/_fs2ulong.c: added mcs51 assembly version
1854         * device/lib/_fs2uint.c: added mcs51 assembly version
1855         * device/lib/_fs2uchar.c: added mcs51 assembly version
1856         * device/lib/_slong2fs.c: added mcs51 assembly version
1857         * device/lib/_sint2fs.c: added mcs51 assembly version
1858         * device/lib/_schar2fs.c: added mcs51 assembly version
1859         * device/lib/_ulong2fs.c: added mcs51 assembly version
1860         * device/lib/_uint2fs.c: added mcs51 assembly version
1861         * device/lib/_uchar2fs.c: added mcs51 assembly version
1862         * device/include/float.h: added #define to select asm vs c
1863
1864 2004-12-26 Paul Stoffregen <paul AT pjrc.com>
1865
1866         * device/lib/printf_fast.c: improvements to float output
1867         * device/include/float.h: add defines for assembly float library
1868         * device/lib/_fsget1arg.c: receive 1 float arg
1869         * device/lib/_fsget2args.c: receive 2 float args (reentrant)
1870         * device/lib/_fsnormalize.c: normalize a float
1871         * device/lib/_fsreturnval.c: return float, various helper routines
1872         * device/lib/_fsrshift.c: right shift a float's mantissa
1873         * device/lib/_fsswapargs.c: swap 2 floats
1874         * device/lib/Makefile.in: build these 6 new files for mcs51
1875         * device/lib/libfloat.lib: add these 6 files to the library
1876
1877 2004-12-26 Borut Razem <borut.razem AT siol.net>
1878
1879         * sim/ucsim/avr.src/arith_inst.cc: fixed bug #1088372- savr is not
1880           built by gcc 3.4.2
1881
1882 2004-12-25 Paul Stoffregen <paul AT pjrc.com>
1883
1884         * device/lib/printf_tiny.c: printf for mcs51 in only 267 bytes,
1885           and fully reentrant and register bank neutral.
1886         * device/lib/printf_fast.c: added float (not enabled by default),
1887           added compact/slower integer (also not enabled by default),
1888           improved size/speed of fast integer code, other minor changes
1889         * device/include/stdio.h, device/lib/Makefile.in,
1890           device/lib/libsdcc.lib: integrate printf_tiny into mcs51 build
1891
1892 2004-12-24 Maarten Brock <sourceforge.brock AT dse.nl>
1893
1894         * src/pic16/pcode.c: declaring variables other than at the start of a
1895           block is not supported in C by VC6.
1896
1897 2004-12-22 Vangelis Rokas <vrokas AT otenet.gr>
1898
1899         * applied a previous patch from Raphael Neider that wasn't included
1900         in the previous commits, which fixes infinite loops within jumptable
1901         improvements,
1902         * made some fixes that previous patches introduced
1903
1904 2004-12-21 Vangelis Rokas <vrokas AT otenet.gr>
1905
1906         * src/pic16/gen.c (pic16_aopGet): applied fix from Raphael Neider
1907         that fixes an issue with AOP_PCODE asmop's offset,
1908         * (pic16_popCopyReg): update instance field too,
1909         * (mov2w): modified to pic16_mov2w because it conflicts with mov2w
1910         function of pic port,
1911         * (genCmp, genAnd, genAssign),
1912         * src/pic16/genarith.c (genAddLit): some fixes from Raphael Neider,
1913
1914 2004-12-20 Vangelis Rokas <vrokas AT otenet.gr>
1915
1916         * src/SDCCast.c (gatherAutoInit): allow pic16 to emit static
1917         variables initial values to idata section,
1918         * src/SDCCicode.c (geniCodeCall): patch from ### to fix unreferenced
1919         variables in some functions. This utilizes parmBytes field of iCode
1920         structure to hold the offset of the variable in stack. (might be
1921         able to use the stack field too?)
1922         * applied patch from Raphael Neider # ### , # ###
1923         * src/pic16/glue.c (pic16emitRegularMap): fix to print static
1924         variable initial values in idata section,
1925         * src/pic16/ralloc.c (pic16_allocDirReg): don't allocate register
1926         for static variables with initial value
1927         * src/device/lib/pic16/libsdcc/float/ulong2fs.c (__ulong2fs):
1928         applied fix in while loop from Raphael Neider.
1929
1930 2004-12-19 Maarten Brock <sourceforge.brock AT dse.nl>
1931
1932         * src/ds390/gen.c (genCpl): fixed bit=~(char/bit) bugs, added warning
1933         * src/ds390/main.c (_ds390_regparm): don't pass bit params in registers
1934         * src/ds390/ralloc.c (serialRegAssign): spill bits
1935         * src/mcs51/gen.c (genCpl): fixed bit=~(char) bugs, added warning
1936         * support/Util/SDCCerr.c,
1937         * support/Util/SDCCerr.h: added warning W_COMPLEMENT for using bit=~(bit)
1938         * support/regression/tests/bitvars.c: added tests for bitwise complement(~)
1939         * support/regression/tests/bitwise.c: added test for bitwise complement(~)
1940
1941 2004-12-09 Maarten Brock <sourceforge.brock AT dse.nl>
1942
1943         * device/include/sdcc-lib.h: inserted LGPL, added includes
1944           asm/ds390/features.h and asm/mcs51/features.h
1945         * device/include/asm/default/features.h,
1946         * device/include/asm/gbz80/features.h,
1947         * device/include/asm/z80/features.h: added empty _AUTOMEM
1948           and _STATMEM
1949         * device/include/asm/ds390/features.h,
1950         * device/include/asm/mcs51/features.h: added files with defines for
1951           _AUTOMEM and _STATMEM indicating automatic and static storage class
1952         * device/lib/printf_large.c (_print_format): optimized & used _AUTOMEM
1953         * doc/sdccman.lyx: version 2.4.7, updated xstack documentation
1954         * src/SDCCicode.c (geniCodeCast),
1955         * src/SDCCsymt.c (compareType): allow cast of data-ptr to idata-ptr
1956         * src/SDCCloop.c (loopInduction): removed unused variable lr
1957         * src/SDCCopt.c (convilong, convertToFcall): moved "easy special case"
1958           to convertToFcall to include char modulo (RFE 1065037), added check
1959           if left operand is unsigned and use abs of literal value
1960         * src/SDCCpeeph.c (setFromConditionArgs): removed double quotes option
1961           as it doesn't work after conversion from peephole.def to peephole.rul
1962         * src/mcs51/gen.c (toBoolean): added check for size,
1963           (genModOneByte): optimized code for signed char modulo a literal
1964           power of 2 (thanks to Hubert Sack),
1965           (genRRC): removed unnecessary "clr c",
1966           (genRLC): replaced "add a,acc" with cheaper "rlc a"
1967         * src/mcs51/peeph.def: renamed 115 to 115.a, added rule 115.b: another
1968           jump optimization,
1969           swapped rules 256.c and 256.d,
1970           extended 256.d by using new multiple checks (thanks Erik),
1971           added rules 256.e and 256.f,
1972           updated rule 261.a and 261.b to new generated code
1973         * support/regression/tests/muldiv.c: added test div/mod by a power of 2
1974
1975 2004-12-07 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
1976
1977         * src/SDCCloop.c (basicInduction, loopInduction): fixed several
1978           induction related bugs, including first part of bug #1074377
1979
1980 2004-12-05 Vangelis Rokas <vrokas AT otenet.gr>
1981
1982         * applied patch from bug-report #1076292,
1983         * applied patches for genAnd and Goto-optimizations for Raphael
1984         Neider,
1985         * src/SDCCicode.c (printOperand): fixed !REGA source to compile and
1986         dump a less iCode information,
1987         * src/pic16/device.h (pic16_options_t): added field debgen,
1988         * src/pic16/gen.h: added macros DUMP_FUNCTION_ENTRY,
1989         DUMP_FUNCTION_EXIT, FENTRY, FENTRY2,
1990         * src/pic16/gen.c (my_powof2): renamed to pic16_my_powof2 and made
1991         puclic,
1992         * (various functions): added macros FENTRY and FENTRY2 to functions,
1993         to emit function prologue,
1994         * (various functions): fixed indentation,
1995         * (genNearPointerGet): fixed loading of FSR0,
1996         * (genPackBits): applied patch from Raphael Neider to fix updating
1997         of FSR0 and touching only the modified bits,
1998         * src/pic16/genarith.c (various functions): added macros FENTRY to
1999         emit function prologue in comments,
2000         * src/pic16/pcode.h: added functions debugf2, debugf3,
2001         * src/pic16/ralloc.c: partial fix for packForPush caused
2002         segmentation fault,
2003
2004 2004-12-04 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
2005
2006         * src/mcs51/peeph.def: added 261.a,b (16 bit rotate) by Stas Sergeev
2007           <stsp AT users.sourceforge.net> with reversed byte order
2008         * support/regression/tests/rotate.c: added (ds390 skips some tests)
2009
2010 2004-12-03 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
2011
2012         * src/z80/gen.c (genLeftShift, genRightShift): fixed second part of
2013           bug #1074377
2014         * src/hc08/gen.c (genrshFour, shiftRLong, shiftLLong),
2015         * src/mcs51/gen.c (shiftLLong): Fixed some shifting bugs Frieder found
2016
2017 2004-12-02 Slade Rich <slade_rich AT users.sourceforge.net>
2018
2019         * src/pic/pcode.c : fixed a problem where banksel was not being inserted.
2020
2021 2004-12-02 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
2022
2023         * src/SDCCpeeph.c (callFuncByName): support combined peephole rule
2024           conditions,
2025           (setFromConditionArgs): friendly operand parser for peephole rules,
2026           (operandBaseName, operandsNotRelated): new peephole condition
2027           "operandsNotRelated" -- similar to "operandsNotSame", but takes
2028           architecture specific register naming into account, handles n-way
2029           comparisons, and supports quoted literals
2030         * src/mcs51/peeph.def: restored rule 177.d with an extra condition
2031
2032 2004-12-02 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
2033
2034         * src/mcs51/peeph.def: fixed bug #1076940
2035
2036 2004-12-02 Slade Rich <slade_rich AT users.sourceforge.net>
2037
2038         * device/include/pic/pic16f877.h : added an include file for the PIC16F877 device.
2039
2040 2004-11-28 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
2041
2042         Adding support for replacing ljmps with sjmps in jumptables
2043         generated for switch statements. For now you need to set the
2044         environment variable SDCC_SJMP_JUMPTABLE to enable this.
2045         Now 4 algorithms for mcs51 jumptable generation are used:
2046         ljmp or sjmp jumptables for up to 16 cases, stack-pushing target
2047         addresses loaded pc-relative for up to 112 cases and stack-pushing
2048         target addresses loaded with offset from dptr for up to 256 cases.
2049
2050         * src/SDCCpeeph.c: added peephole conditional labelJTInRange
2051         * src/mcs51/main.c: adapted constants for switch table generation
2052         * src/mcs51/peeph.def: added 260.x for replacing ljmp with sjmp
2053
2054 2004-11-26 Maarten Brock <sourceforge.brock AT dse.nl>
2055
2056         * device/lib/printf_large.c (_print_format): fixed bug 1073386
2057         * support/regression/tests/bug1057979.c: added test for bug 1073386
2058
2059 2004-11-25 Vangelis Rokas <vrokas AT otenet.gr>
2060
2061         * src/pic16/pcode.c: fixed bug which may produce error in non-GNU
2062         compilers
2063
2064 2004-11-25 Vangelis Rokas <vrokas AT otenet.gr>
2065
2066         * src/pic16/device.h,
2067         * src/pic16/genarith.c,
2068         * src/pic16/glue.c,
2069         * src/pic16/main.c,
2070         * src/pic16/pcode.c: applied patches #1068154 and #1070213
2071
2072 2004-11-24 Vangelis Rokas <vrokas AT otenet.gr>
2073
2074         Large cummulative patch for pic16 port.
2075         * device/lib/pic16/gstack.h: NEW, user can specify its own handler
2076         to call when a stack overflow occurs,
2077         * (malloc.h): added CVS Id tag,
2078         * (pic18f{242,252,442,452}.h): added T0CONbits structure and
2079         variable,
2080         * added libc directory. The current version of LibC contains string
2081         functions, ctype functions and macros and some functions of the
2082         stdlib set (like malloc/free/atof/atoi etc...). All functions are to
2083         be extensively tested in the future. Standard disclaimer here.
2084         Library is not automatically build yet. But one can build it by
2085         invoking 'make' inside the libc directory.
2086         * added ADC library under libio. Preliminary version yet.
2087
2088         * src/pic16/gen.h: added emitTOGC macro, to toggle Carry flag,
2089         * src/pic16/gen.c (aopForRemat): asmop size is filled by
2090         aopForRemat() now and not by pic16_aopOp(),
2091         * (pic16_popGetTempReg): removed warning messgae when allocating
2092         temporary registers, its a buggy feature and will be removed,
2093         * (pic16_popGet): set register instance field in AOP_CRY,
2094         * (pic16_outBitC): fixed for results in size greater than 1,
2095         * (genUminusFloat): fixed for pic16, ported code from mcs51,
2096         * (pic16_storeForReturn): optimized return of 0,
2097         * (genCmp): experimental code for new genCmp which uses PIC18's
2098         special compare&skip instructions. Initial tests fail some times
2099         with variables grater than 1 byte in size, so new code is disabled,
2100         * (genUnpackBits, genPackBits): more optimizations in reading/writing,
2101         a single bit,
2102         * (genCast): began a fix to optimize the casting of a bit to another
2103         bit, now assigning a bitfield to another bitfield will fail, sorry,
2104         * src/pic16/main.c: disabled the use of lr-support feature,
2105         * src/pic16/pcode.h: renamed PCASMDIR to PCAD,
2106         * added some function prototypes, added function _debugf prototype,
2107         * src/pic16/pcode.c: (pic16_get_op): fixed emitting operands of register
2108         bits with offset (case PO_GPR_BIT),
2109         * (genericPrint): don't emit INFO pcode when --pcode-verbose not in
2110         command line,
2111         * (isBankInstruction): modified to return 0 for no banking instruction,
2112         and 1 for banking instruction,
2113         * (pic16_isPCinFlow): check for PCAD (assembler directives) too,
2114         caused stop processing pCodes after a inline assembly block,
2115         * (pic16_popCopyGPR2Bit): updated to match bitfields with offset,
2116         * src/pic16/pcoderegs.c: fixed a bug with eliminating some temporary
2117         registers when it shouldn't,
2118         * src/pic16/ralloc.c (allocReg): add preliminary support for
2119         supporting a limited set of temporary registers,
2120
2121 2004-11-23 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
2122
2123         * src/hc08/gen.c (genAssign, genPointerGetSetOfs, genDataPointerGet,
2124           genDataPointerSet): ensure assignments always copy in MSB to LSB
2125           order,
2126           (loadRegFromAop): recognize CLRH optimization,
2127           (genFunction): optimize RECEIVE iCodes in reentrant functions
2128
2129 2004-11-20 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
2130
2131         * src/SDCCmain.c (parseCmdLine, optionsTable[]): fixed bug with
2132           --out-fmt-s19 turning into --out-fmt-elf if s19 was already
2133           selected.
2134         * src/SDCCmain.c (linkEdit): don't define SSEG for HC08
2135         * src/hc08/main.c (_hc08_setDefaultOptions): default xdata to be
2136           contiguous with data
2137
2138 2004-11-19 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
2139
2140         * device/lib/_gptrget.c (_gptrget),
2141         * device/lib/_gptrgetc.c (_gptrgetc),
2142         * device/lib/_gptrput.c (_gptrput): _naked allows to use ret
2143           instead of sjmp to ret
2144         * src/mcs51/peeph.def: added peepholes 3.d-g and 177.g,h provided
2145           by Hubert Sack <hsack2002 AT arcor.de> in RFE #1067986, thanks
2146
2147 2004-11-18 Maarten Brock <sourceforge.brock AT dse.nl>
2148
2149         * .version: bumped version to 2.4.7
2150         * device/lib/_gptrget.c (_gptrget): is now _naked
2151         * device/lib/_gptrgetc.c (_gptrgetc): is now _naked
2152         * device/lib/_gptrput.c (_gptrput): is now _naked
2153         * src/SDCCast.c (createBlock): removed ridiculous self-assignment,
2154           (createFunction): fixed xstack
2155         * src/SDCCglue.c (emitMaps): set allocation required for bit area
2156         * src/SDCCicode.c (geniCodeCast): don't change SPEC_OCLS for literal
2157           or bit either,
2158           (geniCodeCritical): store original interrupt state in an iTemp bit
2159           var unless stack-auto
2160         * src/SDCCicode.h: added CRITICAL and ENDCRITICAL to SKIP_IC2
2161         * src/SDCCmain.c (setIncludePath): added include/target to search path
2162         * src/SDCCmem.c (allocParms): store bit vars in bit space, not overlay
2163         * src/SDCCsymt.c (checkFunction): don't check regbank for isr's against
2164           prototype,
2165           (processFuncArgs): put bit vars in bit area
2166         * src/mcs51/gen.c (saveRegisters, unsaveRegisters, genXpush, saveRBank,
2167           unsaveRBank): fixed xstack,
2168           (genFunction): bugfix: replaced (global!) reentrant with fReentrant,
2169           (genFunction, genEndFunction): fixed xstack,
2170           (genAssign): optimization don't walk backwards through mem
2171         * src/mcs51/main.c (_mcs51_regparm): don't pass bit params in registers
2172         * src/mcs51/ralloc.c (createStackSpil): spill bits to bit area
2173         * support/regression/Makefile: also make library (for stack-auto) when
2174           making "all" and added "test-mcs51-xstack-auto"
2175         * support/regression/fwk/lib/testfwk.c: added T2_isr prototype for mcs51
2176         * support/regression/ports/mcs51/T2_isr.c: added this file as a stub
2177         * support/regression/ports/mcs51/fwk.lib: added to link T2_isr stub
2178         * support/regression/ports/mcs51/spec.mk: added rules for fwk.lib
2179         * support/regression/ports/mcs51-stack-auto/spec.mk: replaced
2180           make-library by MAKE_LIBRARY
2181         * support/regression/ports/mcs51-xstack-auto/spec.mk: file added to run
2182           regression tests for xstack
2183         * support/regression/tests/bitvars.c: test for bit vars (bug 938782)
2184         * support/regression/tests/critical.c: test for critical on mcs51
2185
2186 2004-11-18 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
2187
2188         * support/regression/ports/ucz80/spec.mk: use include and lib files from
2189           built version of sdcc instead of installed version
2190
2191 2004-11-14 Maarten Brock <sourceforge.brock AT dse.nl>
2192
2193         * src/mcs51/gen.c (toBoolean): fixed bug 1065458
2194         * device/lib/Makefile.in: z80 uses printf_large.c, sprintf.c and
2195           vprintf.c now
2196         * device/lib/printf_large.c (calculate_digit): fixed bug 1057979
2197         * device/lib/z80/Makefile: don't use printf.c as it fails bug 1057979
2198           WARNING: remove device/lib/build/z80/printf.o by hand when
2199           updating from previous build!
2200         * device/lib/z80/printf.c: updated comment
2201         * support/regression/tests/bug1057979.c: test all ports now
2202         * support/regression/tests/bug1065458.c: file added
2203
2204 2004-11-12 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
2205
2206         * src/z80/gen.c (genFunction, genEndFunction): avoided generating
2207           *_start and *_end symbols for static functions
2208
2209 2004-11-11 Maarten Brock <sourceforge.brock AT dse.nl>
2210
2211         * src/SDCCmain.c (linkEdit): don't suppress crt0 if --nostdlib is used
2212           and search crt0.o in all library paths,
2213           (setIncludePath): proper handling of --nostdinc,
2214           (setLibPath): proper handling of --nostdlib
2215         * support/regression/Makefile,
2216         * support/regression/ports/ds390/spec.mk,
2217         * support/regression/ports/gbz80/spec.mk,
2218         * support/regression/ports/hc08/spec.mk,
2219         * support/regression/ports/mcs51/spec.mk,
2220         * support/regression/ports/mcs51-large/spec.mk,
2221         * support/regression/ports/mcs51-stack-auto/spec.mk,
2222         * support/regression/ports/z80/spec.mk: use include and lib files from
2223           built version of sdcc instead of installed version
2224         * doc/sdccman.lyx: fixed typo in --nostdinc
2225
2226 2004-11-10 Slade Rich <slade_rich AT users.sourceforge.net>
2227
2228         * src/pic/pcode.c,
2229         * src/pic/device.c,
2230         * src/pic/ralloc.c,
2231         * src/pic/gen.c : added support to generate code for struct bit fields.
2232
2233 2004-11-06 Maarten Brock <sourceforge.brock AT dse.nl>
2234
2235         * as/xa51/xa_version.h,
2236         * device/include/errno.h,
2237         * device/include/regc515c.h,
2238         * device/lib/_itoa.c,
2239         * device/lib/_ltoa.c,
2240         * device/lib/ser_ir_cts_rts.c,
2241         * sim/ucsim/xa.src/glob.cc,
2242         * sim/ucsim/xa.src/inst_gen.cc,
2243         * sim/ucsim/xa.src/xa_bit.cc,
2244         * sim/ucsim/xa.src/xa_sfr.cc,
2245         * sim/ucsim/z80.src/inst_dd.cc,
2246         * sim/ucsim/z80.src/inst_fdcb.cc,
2247         * support/scripts/keil2sdcc.pl,
2248         * src/pic16/pic16.dsp,
2249         * src/pic16/pic16a.dsp: corrected cvs line endings
2250         * device/lib/printf_large.c: fixed bug 1057979
2251         * src/pic16/gen.c: fixed non-C standard code
2252         * src/SDCCmain.c: made --pack-iram default, added --no-pack-iram
2253         * src/SDCCglobl.h: changed pack_iram to no_pack_iram
2254         * support/regression/ports/mcs51/support.c: reload T1 asap
2255         * doc/sdccman.lyx: updated for options --pack-iram and --no-pack-iram,
2256           pdata use and clear idata startup behaviour
2257         * support/regression/tests/bug1057979.c: added
2258
2259 2004-11-04 Maarten Brock <sourceforge.brock AT dse.nl>
2260
2261         * device/examples/ds390/ow390/ad26.h,
2262         * device/examples/ds390/ow390/cnt1d.h,
2263         * device/examples/ds390/ow390/crcutil.c,
2264         * device/examples/ds390/ow390/ownet.h,
2265         * device/examples/ds390/ow390/owsesu.c,
2266         * device/examples/ds390/ow390/swt12.h,
2267         * device/examples/ds390/ow390/swtoper.c,
2268         * device/examples/ds390/ow390/temp10.h,
2269         * device/examples/ds390/ow390/thermodl.c,
2270         * device/examples/ds390/tinitalk/tinitalk.dsp,
2271         * device/examples/ds390/tinitalk/tinitalk.dsw,
2272         * device/examples/mcs51/clock/hw.h,
2273         * device/examples/mcs51/simple2/go.bat,
2274         * device/examples/serialcomm/windows/serial.h,
2275         * device/examples/xa51/dummy.c,
2276         * device/examples/xa51/hello.c,
2277         * device/include/80c51xa.h,
2278         * device/include/at89x051.h: corrected cvs line endings
2279
2280 2004-11-04 Vangelis Rokas <vrokas AT otenet.gr>
2281
2282         * src/pic16/main.c (options): added command line --gstack, to trace
2283         stack over/under flows,
2284         * added pragma 'wparam' to allow passing first byte of function
2285         parameters via WREG, syntax is #pragma wparam my_function[, func2...]
2286         * src/pic16/gen.c (pic16_testStackOverflow): function which emits a
2287         call to __gstack_test function and sets up the symbol as extern,
2288         * (pic16_pushpCodeOp, pic16_poppCodeOp, pushw, pushaop, popaopidx,
2289         * popaop): added call to pic16_testStackOverflow,
2290         * (wParamCmp, inWparamList): NEW, test existence of a symbol in
2291         wparamList list,
2292         * (genCall, genPcall): now all parameters are passed via stack
2293         except in functions that are pass to wparam pragma in which WREG is
2294         used too,
2295         * (genPcall): REENTRANT flag is checked to see if variable prototype
2296         contains reentrant keyword, don't call a non-reentrant function, via
2297         a reentrant function pointer or vice versa, functions are never
2298         passed via WREG,
2299         * (genJumpTab): applied patch from bug #1057478 by R.Neider and
2300         D.Winkler,
2301         * src/pic16/glue.c (pic16emitRegularMap): fixed bug which caused a
2302         SIGSEGV when accessing a NULL register stucture,
2303         * (pic16_printGPointerType): modified to handle UPPER modifier for
2304         function initializers, changed prototype of function to simpler one,
2305         * (pic16_printIvalFuncPtr): check to see if function is already
2306         added in externs list,
2307         * src/pic16/pcoderegs.c (pCodeOptime2pCodes): fixed bug which
2308         optimized a move from W to SFR with a move to the same register
2309         later after a CALL,
2310         * device/lib/pic16/debug: NEW directory, contains debug features
2311         which are enabled when linking with libdebug.lib, currently command
2312         line option --gstack enables stack pointer tracing for over/under
2313         flow, corresponding sources are in debug/gstack
2314
2315 2004-10-30 Vangelis Rokas <vrokas AT otenet.gr>
2316
2317         * doc/sdccman.lyx: updated SDCC version,
2318         * (PIC16 port): update list of command line options,
2319         * src/pic16/device.h (structure pic16_options_t): added field gstack
2320         to enable stack overflow tracing on push/pops,
2321         * src/pic16/device.c (statistics structure): added statistics
2322         structure,
2323         * (pic16_dump_access, pic16_dump_usection, pic16_dump_gsection,
2324         pic16_dump_int_registers): increase statistics counters for each
2325         * variable which is encountered
2326         * (pic16_dump_usection): emit each .udata variable to its own udata
2327         section,
2328         * src/pic16/gen.c (assignResultValue, genCall, genPcall, genFunction):
2329         when macro USE_WREG_IN_FUNC_PARAMS is set to 0 pass all function
2330         parameters via stack, otherwise use old scheme,
2331         * src/pic16/glue.c (pic16_emitStatistics): dump statistics in
2332         assembler output file,
2333         * src/pic16/main.c: added command line options --gstack to enable
2334         push/pop tracing for stack overflow,
2335         * src/pic16/pcode.c (all pCodeInstruction records for PIC18F
2336         instructions): added size of each instruction,
2337         * (pic16_countInstruction): estimate size of instructions in
2338         the_pFile list, inline assembly blocks are not counted,
2339         * (pic16_FixRegisterBanking): trace previous register usage, when
2340         banksel optimizations is greater than 0, don't emit a redudant
2341         banksel directive,
2342
2343 2004-10-26 Slade Rich <slade_rich AT users.sourceforge.net>
2344
2345         * src/pic/ralloc.c : fixed inefficient code produced when compiling a complimented bit operation.
2346         * src/pic16/ralloc.c : applied same fix for pic16.
2347         * src/pic/gen.c : tidied it up a little.
2348
2349 2004-10-25 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
2350
2351         * src/mcs51/peeph.def: disabled 259.a,b for removing redundant ret,
2352         thanks to Martin Helmling for reporting (mail on sdcc-devel 2004-10-25)
2353
2354 2004-10-22 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
2355
2356         * src/SDCCast.c (reverseParms): fixed bug #1040577 (part 2)
2357
2358 2004-10-22 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
2359
2360         * device/lib/ser_ir_cts_rts.c: integer promotion caused a call to the
2361         non-reentrant function __modsint in the interrupt function (thus
2362         corrupting math operations during serial I/O)
2363         * device/lib/ser_ir.c: as above, changed buffersize
2364         * src/mcs51/peeph.def: added 259.a,b for removing redundant ret,
2365         256.c,d for zeroing
2366         * doc/Makefile: added option -t for rsync
2367
2368 2004-10-22 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
2369
2370         * src/SDCCast.h (struct ast),
2371         * src/SDCCast.c (reverseParms, copyAst): fixed bug #1040577 (part 1)
2372
2373 2004-10-20 Borut Razem <borut.razem AT siol.net>
2374
2375         * support/scripts/sdcc.nsi: added include/pic16/*.h to the setup
2376         package
2377
2378 2004-10-20 Vangelis Rokas <vrokas AT otenet.gr>
2379
2380         * device/lib/pic16/libsdcc/Makefile: added lregs directory in
2381         makefile targets,
2382         * device/lib/pic16/libsdcc/lregs/{Makefile,lrst.c,lrrest.c}: NEW
2383         support functions to replace long sequences of MOVFF's from access
2384         bank registers to stack and vice versa,
2385         * src/pic16/device.h: added new field opt_flags, where optimization
2386         flags can be set to enable certain features,
2387         * src/pic16/gen.c (pic16_emitpinfo): NEW to add PC_INFO pCode in
2388         * pBlock, (genFunction, genEndFunction): surroung loop for
2389         saving/loading used registers in stack with PC_INFO pCodes,
2390         INF_LREGS. Code in between can then be optimized by pCode optimizer
2391         to support function calls,
2392         * (genDataPointerSet): fixed bug which loaded float fields in
2393         structures with corrupt data,
2394         * src/pic16/genutils.c (debugf, _debugf): macro/function which emits
2395         in a standard way debug info on stderr. Feature used for developing
2396         and debugging only,
2397         * src/pic16/glue.c (pic16glue): reformatted, deleted some old and
2398         obsolete chunks of code,
2399         * if optimization flag OF_LR_SUPPORT was set, call pic16_OptimizeLocalRegs,
2400         * src/pic16/main.c (_pic16_parseOptions): added handler for --flr-support,
2401         * pic16/src/pcode.c (pic16_newpCodeInfo,
2402         * (pic16_newpCodeOpLocalRegs),
2403         * (pic16_convertLocalRegs2Support): NEW, to support new optimization
2404         feature,
2405         * (pic16_pCodeConstString): printing of the initial value of a
2406         symbol as a comment is inhibited since parsing was already done by
2407         copyStr and output is corrupt,
2408         * (pic16_pCode2str, genericPrint): handle PC_INFO pCode,
2409
2410 2004-10-20 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
2411
2412         * src/mcs51/ralloc.c (packRegisters): fixed bug #1044601
2413
2414 2004-10-19 Maarten Brock <sourceforge.brock AT dse.nl>
2415
2416         * as/mcs51/lkarea.c: removed old K&R style,
2417           (lnksect): changed check on boundary error,
2418           (lnksect2): changed check on boundary error,
2419           (lnksect2): extend XSTK to end of page if size = 1
2420         * as/mcs51/lkmain.c: removed old K&R style,
2421           (Areas51): create l_IRAM symbol
2422         * as/mcs51/lkmem.c (summary2): added report on PSEG and XSTK
2423         * device/lib/Makefile.in: renamed model-mcs51-reentrant to
2424           model-mcs51-stack-auto, added model-mcs51-xstack-auto
2425         * device/lib/_mullong.c: added version to be compiled with xstack
2426         * device/lib/mcs51/crtclear.asm: clear only upto --iram-size
2427         * device/lib/mcs51/crtxclear.asm: clear pdata as well
2428         * device/lib/mcs51/crtxstack.asm: fixed comment
2429         * src/SDCCglue.c: maxInterrupts defaults to 0,
2430           (emitMaps): added pdata,
2431           (createInterruptVect): (re)moved default,
2432           (glue): added pdata,
2433           (glue): moved __start__xstack to XSTK with default size 1
2434         * src/SDCCmain.c (parseCmdLine): automatically set options.intlong_rent
2435           and options.float_rent when options.stackAuto is set,
2436           (linkEdit): only write XDATA_NAME if provided on command line
2437         * src/SDCCmem.h,
2438         * src/SDCCmem.c: added pdata
2439         * src/port.h: added pdata_name to PORT
2440         * src/mcs51/gen.c (toBoolean): fixed for Acc use of aopGet,
2441           (saveRegisters, unsaveRegisters): removed usage of B,
2442           (genMinus): fixed accumulator clash,
2443           (genJumpTab): added comment, this needs another look
2444         * src/mcs51/gen.c: added check for "B in use" paranoia,
2445           added pushB() and popB()
2446         * src/mcs51/peeph.def: restart after 177.c so 177.a can get a second
2447           chance
2448         * src/avr/main.c,
2449         * src/ds390/main.c,
2450         * src/hc08/main.c,
2451         * src/mcs51/main.c,
2452         * src/pic/main.c,
2453         * src/pic16/main.c,
2454         * src/xa51/main.c,
2455         * src/z80/main.c: (reset_regparms) made void parameter explicit and
2456           added PSEG (PAG,XDATA) or NULL to port specifier
2457         * src/ds390/main.c (_ds390_genIVT): moved implemented default in here
2458         * src/mcs51/main.c (_mcs51_genIVT): moved implemented default in here,
2459           (_mcs51_genInitStartup): removed __start__xstack equ,
2460           (mcs51_port): moved xstack from XSEG (XDATA) to XSTK (PAG,XDATA)
2461         * src/pic16/device.c (pic16_dump_usection, pic16_dump_isection),
2462         * src/z80/gen.c (_rleAppend): fixed warnings
2463         * support/regression/tests/zeropad.c: added pdata test
2464         * .version: bumped to 2.4.6
2465
2466 2004-10-17 Borut Razem <borut.razem AT siol.net>
2467
2468         * support/scripts/sdcc.nsi: cross compiling of WIN32 setup.exe on Linux
2469         as a part of nightly build
2470
2471 2004-10-16 Vangelis Rokas <vrokas AT otenet.gr>
2472
2473         * src/pic16/gen.c (struct _G): added field useWreg, is set to 1 when
2474         WREG holds the first byte function parameters,
2475         * (aopForSym): take special case for symbols which are in FARSPACE
2476         but in CODESPACE too,
2477         * (assignResultValue): modified to take into account _G.useWreg,
2478         * (genCall): don't use wreg for parameter passing when function is
2479         declared as reentrant, too, added optimization INCF to stack
2480         pointer when stack parameter count is 1,
2481         * (genFunction, genEndFunction): refurnished and fixed to not using
2482         wreg for passing parameters when function has varargs or is
2483         reentrant, fixed bug with symbol name compare for generating
2484         functions in absolute address,
2485         * (pic16_storeForReturn): refurnished,
2486         * (genCmp): began writing a new version of the function, not ready
2487         yet, therefore it is disabled,
2488         * (genAssign): do not read code memory when assigning a function to
2489         a pointer function,
2490         * src/pic16/glue.c (pic16emitStaticSeg): abSym->name is defined an
2491         array of characters, not pointer,
2492         * (pic16initialComments): in debug mode emit an .ident directive for
2493         the assembler,
2494         * (_process_pragma): emit a new warning type (internal to pic16)
2495         when setting stack to default length, emit a similar warning when
2496         placing a function at absolute address and address is not word aligned
2497         * (_pic16_parseOptions): added 'return TRUE' statement,
2498         * (_pic16_linkEdit): if compiling a source, then add the source's
2499         file object, first in the list of objects to link,
2500
2501 2004-10-13 Slade Rich <slade_rich AT users.sourceforge.net>
2502
2503         * src/pic/pcoderegs.c : increased count on regUsedinRange to prevent unnecessary warning.
2504         * src/pic/main.c : removed VC warning.
2505         * src/pic/gen.c : changed comment.
2506
2507 2004-10-12 Vangelis Rokas <vrokas AT otenet.gr>
2508
2509         * device/lib/pic16/libsdcc/gptr/gptrput[234].c: an external
2510         reference to a deprecated symbol _GPTRREG was causing failure to
2511         link. Thanks G. M. Gallant for the info.
2512
2513 2004-10-12 Slade Rich <slade_rich AT users.sourceforge.net>
2514
2515         * src/pic/pcode.c : Applied a code patch supplied by Paul Ashmore in
2516         comments for Bugs item #954788.
2517
2518 2004-10-10 Vangelis Rokas <vrokas AT otenet.gr>
2519
2520         * src/pic16/device.c (pic16_dump_gsection,
2521         * pic16_groupRegistersInSection): handle symbols declared to be in
2522         access bank differently,
2523         * src/pic16/gen.c (struct _G): added field resDirect,
2524         * (aopForSym): if symbol on stack and iCode is '=' and result exists,
2525         send values read from stack directly to result and don't allocate
2526         temporary values,
2527         * (pic16_sameRegs): fixed bug that allowed MOVFF to move between
2528         same registers,
2529         * (pic16_sameRegsOfs): NEW,
2530         * (freeAsmop): if _G.resDirect is set then do not mark registers as
2531         free because they were not allocated from temporary pool,
2532         * pic16_popRegFromString): workaround to fix a problem with
2533         allocating variables twice or never,
2534         * (genGenPointerGet): using PRODL instead of FSR0H,
2535         * (genGenPointerSet): using POSTDEC1 (that is a stack location)
2536         instead of FSR0H,
2537         * (genAssign): take advantage of the _G.resDirect flag,
2538         * (genCast): around line 11844, use mov2f instead of directly
2539         MOVFF'ing between operands to account for literal values,
2540         * src/pic16/genutils.c: some new debug functions for gpsim have been
2541         added,
2542         * src/pic16/glue.c (pic16_printIvalType): fixed bug that initialized
2543         float with integer part only,
2544         * src/pic16/main.c (_process_pragma): handle pragma udata access to
2545         place variables in access bank
2546         * device/lib/pic16/libsdcc/gptr/gptr*.c: using BRA instead of GOTO,
2547         updated sources to reflect recent changes in gen.c
2548
2549 2004-10-06 Vangelis Rokas <vrokas AT otenet.gr>
2550
2551         * device/lib/pic16/libsdcc/Makefile.rules: fixed bug concerning
2552         sources that searched for headers in installation path, now the
2553         device/include/pic16 is used,
2554         * src/pic16/glue.c (pic16glue),
2555         * src/pic16/pcode.c (pCode2str, genericPrint): don't print .file or
2556         .line directives if not in debug mode, this suppresses assembler's
2557         warnings for ignored directives
2558
2559 2004-10-05 Maarten Brock <sourceforge.brock AT dse.nl>
2560
2561         * src/port.h: made reset_regparms prototype void parameter explicit.
2562         * src/SDCCsymt.c (processFuncArgs): removed argument "func".
2563         * src/mcs51/ralloc.c (packRegisters): new fix for bugs 898889 & 979599.
2564         * doc/sdccman.lyx: documented warning disabling and how to use
2565           printf_large to make it print floats.
2566         * device/include/stdbool.h: NEW
2567         * device/lib/_atof.c,
2568         * device/lib/_divuint.c,
2569         * device/lib/_divulong.c,
2570         * device/lib/expf.c,
2571         * device/lib/printf_large.c,
2572         * device/lib/sincosf.c,
2573         * device/lib/sincoshf.c: used stdbool.h, all compile with stack-auto now
2574         * device/lib/Makefile.in: added target for model-mcs51-reentrant to build
2575           a completely reentrant lib.
2576
2577 2004-10-05 Vangelis Rokas <vrokas AT otenet.gr>
2578
2579         * device/lib/pic16/libsdcc/gptr/gptr*.c: added return statements
2580         * device/include/pic16/stdio.h: fixed bug with colon
2581
2582 2004-10-03 Vangelis Rokas <vrokas AT otenet.gr>
2583
2584         * device/include/pic16/stdio.h,
2585         * device/include/pic16/stdlib.h,
2586         * device/include/pic16/math.h: NEW
2587         * device/lib/pic16/libsdcc/gptr/*.c (gptrget*, gptrput*): functions
2588         declared as _naked to reduce overhead
2589         * device/lib/Makefile.in (target port-specific-objects-pic16):
2590         changed * to *.* so to ignore the CVS directory,
2591         * src/pic16/gen.c (pic16_freeAsmop): added code to store result of
2592         stacked variables back in stack,
2593         * (genEndFunction): fixed bug reported by G.M. Gallant with stack
2594         corruption
2595
2596 2004-10-01 Vangelis Rokas <vrokas AT otenet.gr>
2597
2598         * .version: bumped version number to 2.4.5
2599         * support/Util/SDCCerr.h: added warning W_POSSBUG2.
2600         * support/Util/SDCCerr.c (messages structure): added entry for
2601         W_POSSBUG2
2602
2603         Large cumulative patch for pic16 port and libraries.
2604         * device/include/pic16/sdcc-lib.h,
2605         * device/include/pic16/stdarg.h,
2606         * device/include/asm/pic16/features.h,
2607         * device/include/lib/pic16/libsdcc/gptr/{*.c, Makefile}: NEW,
2608         * device/include/pic16/float.h: changes reentrant keyword with
2609         _FS_REENTRANT, added prototype for __fsneq, included sdcc-lib.h
2610         * device/lib/pic16/libsdcc/Makefile: added target directory gptr,
2611         updated target build-libraries to include objects from gptr,
2612         * device/lib/pic16/libsdcc/{char,int,long}/*.c: added macro
2613         _IL_REENTRANT to all function headings, included sdcc-lib.h header,
2614         * device/lib/pic16/libsdcc/float/*.c: added macro _FS_REENTRANT to
2615         all function headings,
2616         * src/SDCCmain.c: added global parameter userIncDirsSet,
2617         * (parseCmdLine): when option -I is encountered add directory to
2618         userIncDirsSet too,
2619         * src/version.awk: added space between control and long,
2620         * src/pic16/NOTES: added some notes for the port,
2621         * src/pic16/gen.c: added prototype for mov2fp function,
2622         * (fReturnpic16[]): properly named return value registers,
2623         * (_G structure): added fields stackRegSet, fregsUsed, stack_lat,
2624         * (aopForSym): added code to handle symbols with onStack flag set,
2625         symbols onStack are allocated PTRSIZE bytes,
2626         * (aopFreeAsmop): handles special case where asmops are stack objects,
2627         * (aopGet, pic16_popGet): adde cod to handle new asmop AOP_STA,
2628         * (pic16_popGetTempReg, pic16_popGetTempRegCond, pic16_popReleaseTempReg):
2629         added argument lock to trace flaws in allocating temporary registers
2630         when developing port,
2631         * (pic16_popGetLit, pic16_popGetLit2): changed lit from unsigned to signed
2632         * (pic16_popRegFromString): reenabled allocating a direct register
2633         from string,
2634         * (assignResultValue): various beautifications,
2635         * fixed bug #1037717 (patch from R. Neider & D. Wrinkler) with mistaken
2636         referenced function argument,
2637         * (genIpush): reenabled to allow stacked arguments, handles only
2638         ic->parmPush iCodes,
2639         * (genCall, genPcall): major changes to allow for variable argument
2640         functions, fixed a bug with falsely restoring stack pointer after
2641         returning from call,
2642         * (genFunction): pending code for critical function,
2643         * (shiftR1Left2ResultSigned, shiftR1Left2Result, shiftL2Left2Result,
2644         * (shiftR2Left2Result, shiftLLong) applied patch #1032155 from R.Neider,
2645         * (genNearPointerGet): fixed bug with indirect reading, was always
2646         reading from INDF0
2647         * (genGenPointerGet, genGenPointerSet): rewrote to support generic
2648         pointers,
2649         * (genAddrOf): rewrote code to take address of a stacked function parameter
2650         * (genCast): fixed casting to generic pointer type,
2651         * src/pic16/gen.h: added AOP_STA,
2652         * (struct asmop): added field stk,
2653         * src/pic16/genarith.c (pic16_AopType): handle AOP_STA,
2654         * (pic16_genPlusIncr): changed emitSKPNZ to emitSKPNZ,
2655         * (pic16_genAddLit, pic16_genPlus): applied patch #1034042 by tecodev,
2656         * (pic16_genMinus): fixed bug #1035119 with patch submitted by tecodev,
2657         * src/pic16/genutils.c (pic16_genNot): removed symbol *tlbl,
2658         * src/pic16/glue.c (pic16_printGPPointerType): fixed to support new
2659         generic pointers,
2660         * src/pic16/main.c (_pic16_initPaths): ignores default SDCC include
2661         and library paths,
2662         * (pic16_port structure): generic pointer size is set to 3,
2663         * src/pic16/pcode.c (pic16_newpCodeOpLit): correctly print literal integer,
2664         * (insertBankSwitch): cast to (char *) to prevent 64bit CPUs'
2665         compiler warning,
2666         * src/pic16/ralloc.c (allocReg): prevent allocating register when
2667         operand is an iTemp,
2668
2669 2004-09-24 Martin Helmling <mh AT octo-soft.de>
2670
2671         * debugger/mcs51/cmd.c: set PC if a symbol at pc reg is set
2672         * debugger/mcs51/simi.c: addapt new syntax of s51
2673
2674 2004-09-23 Vangelis Rokas <vrokas AT otenet.gr>
2675
2676         * src/pic16/genutils.c (pic16_genNot): fixed bug #1032265,
2677         * src/pic16/pcode.c: commented out some calls to free() in order to
2678         fix bug #989576,
2679
2680 2004-09-23 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
2681
2682         * src/SDCCicode.h,
2683         * src/SDCCicode.c (isiCodeInFunctionCall),
2684         * src/avr/ralloc.c (selectSpil),
2685         * src/pic/ralloc.c (selectSpil),
2686         * src/pic16/ralloc.c (selectSpil),
2687         * src/ds390/ralloc.c (selectSpil),
2688         * src/hc08/ralloc.c (selectSpil),
2689         * src/xa51/ralloc.c (selectSpil),
2690         * src/mcs51/ralloc.c (selectSpil): Don't use remainSpil to spill to the
2691         stack in the middle of a function call sequence (fixes bug #1020268)
2692         * src/SDCCicode.c (geniCodeJumpTable): fixed error in computing the
2693         costs associated with the minimum switch case.
2694
2695 2004-09-19 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
2696
2697         * src/SDCC.lex: fixed bug #1030549
2698
2699 2004-09-19 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
2700
2701         * src/SDCCcse.h (struct cseDef),
2702         * src/SDCCcse.c (cseBBlock, newCseDef, ifFromAddrTaken): purge CSEs
2703         over a function call if the CSE is derived from a symbol whose
2704         address has been taken (fixes bug #1029883)
2705         * support/regression/tests/bug-1029883: a new regression test for
2706         this bug
2707
2708 2004-09-18 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
2709
2710         * src/hc08/gen.c (emitinline): fixed bug #1029778
2711         * src/SDCC.y (assignment_expr): fixed the grammer so that assignment
2712         to a cast object is no longer a syntax error ("fixes" bug #1030006,
2713         and starts toward RFE #905167)
2714
2715 2004-09-17 Vangelis Rokas <vrokas AT otenet.gr>
2716
2717         * src/pic16/gen.c (mov2f): New function to move an operand to
2718         another without considering if it is a literal or a register,
2719         * (pic16_sameRegs): don't check if they are both AOP_REG,
2720         * (AccRsh): removed andmask=0 lines,
2721         * (genLeftShift): duplicated to be improved in future versions,
2722         * src/pic16/main.c (_process_pragma): emit stack default size in hex,
2723         * src/pic16/pcode.c: added POC_INFSNZW, updated inverted_op fields
2724         in POC_INCFSZ, POC_INCFSZW, POC_INFSNZ,
2725         * (pic16initMnemonics): added initialization for POC_INFSNZW,
2726         * (insertBankSwitch): fixed inserting banksel directives algorithm
2727         for instructions that follow a skip instruction, this fixes a report
2728         for broken subtraction code generation,
2729         * src/pic16/ralloc.c (deassignLRs): do not free register if current
2730         iCode is a left op, just in case result and right share the same
2731         registers
2732
2733 2004-09-16 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
2734
2735         * src/hc08/main.c,
2736         * src/hc08/gen.c (genJumpTable): more efficient jump table, supports
2737         preservation of HX
2738         * src/hc08/gen.c (pullRegs): fixed order of HX & XA pairs
2739         * src/mcs51/ralloc.c (packRegisters): removed the patch applied
2740         on 2004-09-12; it was buggy
2741
2742 2004-09-15 Bernhard Held <bernhard AT bernhardheld.de>
2743
2744         * src/SDCCsymt.h: removed RESULT_CHECK
2745         * src/SDCCast.c,
2746         * src/SDCCglue.c,
2747         * src/SDCCval.c,
2748         * src/pic/glue.c,
2749         * src/pic16/glue.c: replaced RESULT_CHECK with RESULT_TYPE_NONE
2750
2751 2004-09-15 Vangelis Rokas <vrokas AT otenet.gr>
2752
2753         * src/SDCCicode.c (piCode): applied patch from Raphael Neider,
2754         * src/pic16/device.c (pic16_assignConfigWordValues): wrong
2755         configuration values no more rejected by compiler, they are assigned
2756         to configuration registers with a warning message instead,
2757         * src/pic16/glue.c (pic16_emitConfigRegs): added +1 at top-limit of
2758         the for-loop so last conf register is emitted too,
2759         * (_pic16_initPaths): link library libsdcc.lib by default,
2760         * (_hasNativeMulFor): modified test for multiplication according to
2761         Raphael Neider's remarks. Integer multiplication is also done with
2762         support functions,
2763         * device/include/pic16/pic18fregs.h: corrected type error in while
2764         testing and including 18f6720 header file
2765
2766 2004-09-14 Vangelis Rokas <vrokas AT otenet.gr>
2767
2768         * src/pic16/device.h (pic16_options): removed field use_crt,
2769         * src/pic16/gen.c (genUnpackBits): added call to pic16_loadFSR0
2770         until an optimization to handle single bits is added,
2771         * (pic16_loadFSR0): moved before genUnpackBits,
2772         * (genAnd): some white lines removed,
2773         * src/pic16/main.c (_pic16_finaliseOptions): set omit_ivt and clear
2774         leave_reset flags in pic16_options when using crt modules,
2775
2776 2004-09-12 Maarten Brock <sourceforge.brock AT dse.nl>
2777
2778         * src/mcs51/ralloc.c (packRegisters): applied fix by Bernhard Held
2779           for bugs 898889 & 979599. Also used some safer print instructions.
2780
2781 2004-09-12 Vangelis Rokas <vrokas AT otenet.gr>
2782
2783         * src/pic16/device.h (pic16_options_t): added field use_crt,
2784         crt_name, no_crt,
2785         * src/pic16/genarith.c (pic16_genPlus): added an assert(0) line to
2786         catch a probable future bug,
2787         * src/pic16/gen.c: aopIdx function commented out,
2788         * (genAssign): commented out old code which used aopIdx,
2789         * src/pic16/glue.c (pic16glue): removed some legacy fragments of
2790         code, added if conditionals to take into account the --use-crt
2791         command line options,
2792         * src/pic16/main.c (pic16_optionsTable): added new command line
2793         options, --use-crt= and --no-crt,
2794         * (_pic16_linkEdit): now the proper crt object is added in the
2795         linker command line except than when --no-crt is specified,
2796         * src/pic16/pcode.c,
2797         * src/pic16/pcode.h: added some structures and functions for a new
2798         optimization scheme to compansate for instruction overhead between
2799         same iCodes, this scheme is currently under development and is not
2800         working in any way,
2801         * src/pic16/gen.c (genAnd): added patch provided by Aaron Collwell
2802         to && operator,
2803         * device/lib/pic16/startup/crt0i.c,
2804         * device/lib/pic16/startup/crt0iz.c: added global char variable
2805         __uflags to force the generation of an idata section
2806
2807 2004-09-12 Bernhard Held <bernhard AT bernhardheld.de>
2808
2809         * doc/Makefile,
2810         * doc/clean.mk: added support for easy creation of sdcc-doc.tar.bz2
2811         * doc/sdccman.lyx: updated sdcc version to 2.4.4
2812
2813 2004-09-10 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
2814
2815         * doc/sdccman.lyx: fixed a problem with my new index entries (thanks
2816         Frieder) and clarified the default code optimization mode
2817
2818 2004-09-10 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
2819
2820         * src/SDCC.lex (doPragma, process_pragma),
2821         * src/SDCCglobl.h (struct optimize): added pragmas "opt_code_speed",
2822         "opt_code_size", and "opt_code_balanced"
2823         * src/SDCCmain.c (optionsTable[], printOptions, scanOptionsTable):
2824         regrouped options by category, added support for category headers
2825         * src/SDCCmain.c (parseCmdLine): added options "--opt-code-speed"
2826         and "--opt-code-size"
2827         * doc/sdccman.lyx: documented these new options and pragmas
2828         * src/hc08/gen.c (AccLsh, AccRsh): take speed/size optimization
2829         preference into account
2830
2831 2004-09-08 Maarten Brock <sourceforge.brock AT dse.nl>
2832
2833         * src/SDCCicode.c (geniCodePostInc, geniCodePreInc, geniCodePostDec,
2834           geniCodePreDec): Fixed bug 904237 by generating a warning
2835         * src/SDCCerr.h,
2836         * src/SDCCerr.c: added warning W_SIZEOF_VOID
2837
2838 2004-09-09 Slade Rich <slade_rich AT users.sourceforge.net>
2839
2840         * src/pic/device.c : When no max ram set validate full memory range.
2841         * src/pic/pcode.c,
2842         * src/pic/pcodepeep.c : Copy C code comments to optimised replacement code.
2843
2844 2004-09-08 Maarten Brock <sourceforge.brock AT dse.nl>
2845
2846         * device/lib/_gptrget.c,
2847         * device/lib/_gptrput.c: updated comment
2848         * device/lib/calloc.c,
2849         * device/lib/free.c,
2850         * device/lib/malloc.c,
2851         * device/lib/realloc.c: added LGPL, made them reentrant-safe
2852         * src/SDCCcse.c (cseBBlock),
2853         * src/SDCCicode.c (printOperand, geniCodeArray),
2854         * src/SDCCicode.h (struct operand): fixed bug 868103
2855         * support/regression/tests/bug-868103.c: added
2856         * src/SDCCast.c (searchLitOp),
2857         * src/SDCCcse.h (struct cseDef),
2858         * src/SDCCglue.c (printIvalArray, spacesToUnderscores),
2859         * src/SDCCicode.h (struct operand),
2860         * src/SDCCsymt.h (struct sym_link),
2861         * src/avr/gen.c (hasInc),
2862         * src/ds390/gen.c (hasInc),
2863         * src/hc08/gen.c (genPlusIncr, hasInc),
2864         * src/mcs51/gen.c (hasInc),
2865         * src/pic16/glue.c (pic16_printIvalChar),
2866         * src/pic16/ralloc.c (regWithIdx),
2867         * src/xa51/gen.c (hasInc) : removed warnings
2868         * src/SDCCast.c (createBlock): added comment ???
2869         * src/hc08/ralloc.c: updated comments
2870
2871 2004-09-07 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
2872
2873         * doc/sdccman.lyx: updated section on switch statements, added
2874         section about semaphore locking
2875         * doc/Makefile: added option -info for latex2html
2876         * device/lib/_gptrget.c,
2877         * device/lib/_gptrput.c: __XPAGE instead of P2 in outcommented code
2878
2879 2004-09-06 Slade Rich <slade_rich AT users.sourceforge.net>
2880
2881         * src/pic/device.h,
2882         * src/pic/device.c,
2883         * src/pic/port.c : Changed PIC14 code to not set bit RP1 when
2884          maxram is less than 0x100.
2885
2886 2004-09-06 Slade Rich <slade_rich AT users.sourceforge.net>
2887
2888         * Bug fixes for PIC14 - signed RSHIFT problem. Patch supplied by Allen(agschrum).
2889
2890 2004-09-06 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
2891
2892         * src/port.h,
2893         * src/mcs51/main.c,
2894         * src/ds390/main.c,
2895         * src/z80/main.c,
2896         * src/hc08/main.c,
2897         * src/pic/main.c,
2898         * src/pic16/main.c,
2899         * src/avr/main.c,
2900         * src/xa51/main.c
2901         * src/SDCCicode.c (geniCodeJumpTable): Better logic to determine if a
2902         a jump table is the best form for a switch statement, including
2903         automatic insertion of missing cases to make the case range
2904         continuous. Developed in collaboration with Frieder Ferlemann.
2905
2906 2004-09-02 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
2907
2908         * src/hc08/ralloc.c (canDefAccResult): multi-byte shift is unsafe for
2909         accumulator result if it needs sign extension
2910
2911 2004-09-02 Maarten Brock <sourceforge.brock AT dse.nl>
2912
2913         * src/hc08/ralloc.c (canUseAccOperand): fixed comparison bug
2914
2915 2004-09-02 Maarten Brock <sourceforge.brock AT dse.nl>
2916
2917         * device/lib/gbz80/printf.c,
2918         * device/lib/z80/printf.c: removed define for NULL
2919
2920 2004-09-02 Maarten Brock <sourceforge.brock AT dse.nl>
2921
2922         * as/xa51/xa_link.c,
2923         * device/examples/ds390/ow390/ad26.c,
2924         * device/examples/ds390/ow390/cnt1d.c,
2925         * device/examples/ds390/ow390/counter.c,
2926         * device/examples/ds390/ow390/ds2480.h,
2927         * device/examples/ds390/ow390/ds2480ut.c,
2928         * device/examples/ds390/ow390/findtype.c,
2929         * device/examples/ds390/ow390/gethumd.c,
2930         * device/examples/ds390/ow390/owllu.c,
2931         * device/examples/ds390/ow390/ownetu.c,
2932         * device/examples/ds390/ow390/swt12.c,
2933         * device/examples/ds390/ow390/swtloop.c,
2934         * device/examples/ds390/ow390/temp.c,
2935         * device/examples/ds390/ow390/temp10.c,
2936         * device/examples/ds390/ow390/thermo21.c,
2937         * device/examples/ds390/ow390/tinilnk.c,
2938         * device/examples/ds390/ow390/tstfind.c,
2939         * device/examples/serialcomm/windows/serial.cpp,
2940         * device/examples/serialcomm/windows/test_serialcomm.cpp,
2941         * device/include/reg51.h: fixed line endings for cvs
2942
2943 2004-09-02 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
2944
2945         * src/hc08/ralloc.c (canDefAccResult, canUseAccOperand,
2946         packRegsForAccUse, packRegisters): new accumulator register
2947         packing algorithm
2948         * support/regression/ports/hc08/support.c (_putchar): suppress
2949         warning of unused variable
2950         * src/SDCCicode.c: added SWAP entry to codeTable
2951
2952 2004-09-01 Maarten Brock <sourceforge.brock AT dse.nl>
2953
2954         * device/lib/sprintf.c: forgot to add this file before previous commit
2955
2956 2004-09-01 Vangelis Rokas <vrokas AT otenet.gr>
2957
2958         * src/pic16/gen.c (genPackBits): added operand right in function
2959         parameters, load result directly if p_type is POINTER (that is
2960         called by genNearPointerSet)
2961         * (genUnPackBits): added operand left in function parameters,
2962         * (genNearPointerGet, genNearPointerSet): prevent the loading of
2963         FSR0 if accessing bitfields,
2964
2965 2004-08-31 Maarten Brock <sourceforge.brock AT dse.nl>
2966
2967         * device/include/stdio.h: added NULL, size_t, typedef pfn_outputchar,
2968           _print_format; updated printf, sprintf, vsprintf
2969         * device/include/asm/default/features.h: corrected comment/define
2970         * device/lib/Makefile.in: added sprintf.c
2971         * device/lib/libsdcc.lib: added sprintf module
2972         * device/lib/printf_large.c,
2973         * device/lib/vprintf.c,
2974         * device/lib/sprintf.c: totally refactored printf_large and vprintf
2975           into these 3 files
2976         * support/regression/Makefile: changed ALL_PORTS into a usefull default
2977         * support/regression/ports/mcs51-stack-auto/spec.mk: added sprintf
2978         * support/regression/tests/bug-927659.c: removed dummy putchar, enabled
2979           hc08 test
2980         * support/regression/tests/zeropad.c: define idata as data for hc08
2981
2982 2004-08-31 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
2983
2984         * src/SDCCpeeph.c (labelIsReturnOnly): support hc08 rts opcode also
2985         * src/SDCCpeeph.c (buildLabelRefCountHash): assume function entry point
2986         labels are referenced at least once (even if a reference is not found)
2987         * src/hc08/gen.c (emitcode): set isComment flag for comments
2988         * src/hc08/peeph.def: added rules 5a..5f (optimize redundant immediate
2989         loads), rules 6a..6b (optimize jumps to return)
2990
2991 2004-08-30 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
2992
2993         * device/lib/acosf.c (acosf),
2994         * device/lib/asinf.c (asinf),
2995         * device/lib/atanf.c (atanf),
2996         * device/lib/ceilf.c (ceilf),
2997         * device/lib/cosf.c (cosf),
2998         * device/lib/coshf.c (coshf),
2999         * device/lib/cotf.c (cotf),
3000         * device/lib/fabsf.c (fabsf),
3001         * device/lib/floorf.c (floorf),
3002         * device/lib/log10f.c (log10f),
3003         * device/lib/logf.c (logf),
3004         * device/lib/sinf.c (sinf),
3005         * device/lib/sinhf.c (sinhf),
3006         * device/lib/sqrtf.c (sqrtf),
3007         * device/lib/tanf.c (tanf),
3008         * device/lib/tanhf.c (tanhf),
3009         * device/include/math.h: defined _FLOAT_FUNC_REENTRANT macro and
3010         replaced all instances of "reentrant" in the library functions
3011         defined in math.h with this macro.
3012         * support/regression/tests/float_trans.c: reenabled test for hc08
3013
3014 2004-08-30 Bernhard Held <bernhard AT bernhardheld.de>
3015
3016         * device/lib/pic16/Makefile.common.in: added MODELFLAGS again, it was
3017         erroneously deleted
3018
3019 2004-08-30 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3020
3021         * src/hc08/gen.c (loadRegFromAop): better use of clra & clrx
3022         * src/hc08/gen.c (genAnd, genOr): fixed bug with conditional when
3023         multi-byte volatile operands are used
3024         * src/hc08/gen.c (shiftRLong): fixed bug with wrong rotate direction
3025         * src/hc08/main.c (_hc08_genAssemblerPreamble): moved the built-in
3026         initialization to area GSINIT0 so that it would always precede
3027         any static initializers in GSINIT
3028         * support/regression/tests/zeropad.c: fixed idata define for hc08
3029         * support/regression/tests/bug-927659.c,
3030         * support/regression/tests/float_trans.c: disabled tests for hc08
3031         pending missing library routines
3032         * .version: increased version number to 2.4.4 - hc08 port now passes
3033         regression tests
3034
3035
3036 2004-08-29 Bernhard Held <bernhard AT bernhardheld.de>
3037
3038         * device/lib/pic16/Makefile.common.in: added $(MM) to fix `make clean`
3039         * Makefile.common.in,
3040         * as/Makefile,
3041         * as/hc08/Makefile.in,
3042         * as/mcs51/Makefile.in,
3043         * as/z80/Makefile.in,
3044         * debugger/mcs51/Makefile.in,
3045         * device/include/Makefile.in,
3046         * device/lib/Makefile.in,
3047         * doc/Makefile,
3048         * link/Makefile,
3049         * link/z80/Makefile.in,
3050         * packihx/Makefile.in,
3051         * sim/ucsim/main_in.mk,
3052         * sim/ucsim/avr.src/Makefile.in,
3053         * sim/ucsim/doc/Makefile.in,
3054         * sim/ucsim/gui.src/serio.src/Makefile.in,
3055         * sim/ucsim/hc08.src/Makefile.in,
3056         * sim/ucsim/s51.src/Makefile.in,
3057         * sim/ucsim/xa.src/Makefile.in,
3058         * sim/ucsim/z80.src/Makefile.in,
3059         * src/Makefile.in,
3060         * support/cpp2/Makefile.in,
3061         * support/librarian/Makefile,
3062         * support/makebin/Makefile: added DESTDIR to the install path proposed
3063         by "Maciej 'Agaran' Pijanka" <agaran AT pld-linux.org>
3064         * doc/sdccman.lyx: added DESTDIR documentation
3065
3066 2004-08-29 Vangelis Rokas (vrokas AT otenet.gr>
3067
3068         * src/pic16/gen.c (genFunction, genEndFunction): fixed return
3069         instruction for interrupt handlers, use fast returns when returning
3070         from high priority interrupts
3071
3072 2004-08-29 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3073
3074         * src/hc08/gen.c (genAnd, genOr, transferAopAop, rmwWithAop): optimized
3075         code generation
3076         * src/hc08/gen.c (genrshFour, genCpl): fixed bugs
3077         * src/hc08/gen.c (genMultOneByte, genDivOneByte, genModOneByte): fixed
3078         bugs, ported much of Bernhard's code from mcs51
3079         * src/mcs51/gen.c (genSend),
3080         * src/hc08/gen.c (genSend): fixed bug with lost SEND iCodes if more
3081         than one when calling a reentrant function
3082         * device/lib/_mullong.c: defined an alternate struct layout for big
3083         endian ports (hc08)
3084
3085 2004-08-28 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3086
3087         * src/hc08/gen.c (shiftL2Left2Result): fix for bug-500536 regression
3088         test
3089
3090 2004-08-28 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3091
3092         * src/SDCCsymt.c (processFuncArgs): make sure parameter types
3093         are sane and complete before asking the port its prefered parameter
3094         passing method (fixes bug #1017633)
3095         * device/lib/hc08/_ret.c: added "data" storage class to _ret2
3096         and _ret3
3097
3098 2004-08-27 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3099
3100         * src/hc08/gen.c (genPackBitsImmed, genUnpackBitsImmed): fix offset
3101         problem in bitfields >= 8 bits.
3102
3103 2004-08-27 Maarten Brock <sourceforge.brock AT dse.nl>
3104
3105         * src/SDCCsymt.c: undid changes that were not meant to be committed
3106
3107 2004-08-27 Maarten Brock <sourceforge.brock AT dse.nl>
3108
3109         * support/regression/ports/hc08spec.mk: REENTRANT must be reentrant
3110
3111 2004-08-27 Maarten Brock <sourceforge.brock AT dse.nl>
3112
3113         * src/hc08/gen.c (genUminusFloat): fixed bug where only 3 bytes were
3114           copied and wrong bit got inverted
3115
3116 2004-08-27 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3117
3118         * src/hc08/gen.c (genPointerSet, genFarPointerSet): moved code from
3119         genFarPointerSet into genPointerSet; eliminated genFarPointerSet
3120         * src/hc08/gen.c (genPointerGet, genFarPointerGet): moved code from
3121         genFarPointerGet into genPointerGet; eliminated genFarPointerGet
3122         * src/hc08/gen.c (genPackBitsImmed): generate optimized code for
3123         assignments to bitfields at known addresses
3124         * src/hc08/gen.c (genUnpackBitsImmed): generate optimized code for
3125         reads from bitfields at known addresses
3126         * src/hc08/ralloc.c (packRegisters),
3127         * src/hc08/gen.c (genPointerGet, genUnpackBits, genUnpackBitsImmed,
3128         genhc08Code): optimize pointer get values used as conditionals
3129         * src/hc08/peeph.def: added rules 2e & 2f to optimize bit test
3130         and branch
3131
3132 2004-08-24 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3133
3134         * src/mcs51/gen.c (genPointerGet, genNearPointerGet, genPagedPointerGet,
3135         genFarPointerGet, genCodePointerGet, genGenPointerGet, genUnpackBits),
3136         * src/mcs51/ralloc.c (packRegisters): optimize pointer get values used
3137         as conditionals
3138
3139 2004-08-22 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
3140
3141         * src/mcs51/peeph.def: peepholes 248.i-m for xdata bitfields
3142
3143 2004-08-21 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3144
3145         * src/mcs51/ralloc.c (packRegsForOneuse): fixed bug #1012650 and some
3146         related problems
3147
3148 2004-08-21 Bernhard Held <bernhard AT bernhardheld.de>
3149
3150         * sim/ucsim/cmd.src/Makefile.in: run lex only if $(PRJDIR)/devel exists
3151
3152 2004-08-18 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3153
3154         * src/z80/ralloc.c (packRegsForAssign): ported some bug fixes from the
3155         mcs51 port
3156
3157 2004-08-16 Slade Rich <slade_rich AT users.sourceforge.net>
3158
3159         * src/pic/gen.c: Restored fn genRet as previous fix was incorrect.
3160
3161 2004-08-14 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
3162
3163         * src/mcs51/gen.c (genJumpTab): jumptables for more than 16 switch
3164         cases use more compact code.
3165
3166 2004-08-13 Slade Rich <slade_rich AT users.sourceforge.net>
3167
3168         * src/pic/gen.c: Fixed problem with fn returning a variable bigger than a char.
3169
3170 2004-08-12 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3171
3172         * src/SDCClrange.c (findPrevUse): fixed bug #1007371
3173
3174 2004-08-12 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3175
3176         * src/SDCCsymt.h,
3177         * src/SDCCsymt.c (changePointer, checkDecl, addSymChain): changed
3178         parameter of changePointer() from symbol* to sym_link*
3179         * src/SDCCast.c (decorateType): call changePointer() for CAST op
3180         * src/SDCCsymt.c (compareType): void* type is castable to other
3181         pointers, but not necesarily an exact match.
3182         * src/SDCCicode.c (geniCodeCast): allow void* casting here since it
3183         is no longer blindly treated as an exact match.
3184         * src/SDCCval.c (valCastLiteral): treat missing type as cast to void
3185
3186 2004-08-12 Slade Rich <slade_rich AT users.sourceforge.net>
3187
3188         * src/pic/glue.c: Added struct initialisation fn printIvalStruct.
3189
3190 2004-08-11 Slade Rich <slade_rich AT users.sourceforge.net>
3191
3192         * src/pic/gen.c,
3193         * src/pic/pcode.c,
3194         * src/pic/ralloc.h,
3195         * src/pic/ralloc.c: Printing rIdx on internal verbose debug.
3196
3197 2004-08-10 Slade Rich <slade_rich AT users.sourceforge.net>
3198
3199         * src/pic/device.c,
3200         * src/pic/device.h,
3201         * src/pic/device.c: Will no longer exit if #pragma maxram has not been defined.
3202
3203 2004-08-06 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3204
3205         * src/mcs51/gen.c (emitcode): fixed bug #992819
3206
3207 2004-08-05 Maarten Brock <sourceforge.brock AT dse.nl>
3208
3209         * src/pic/ralloc.c (deassignLR): allthough pic port is buggy already,
3210           there's no need to make it worse
3211
3212 2004-08-05 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3213
3214         * src/mcs51/ralloc.c (deassignLR),
3215         * src/ds390/ralloc.c (deassignLR),
3216         * src/hc08/ralloc.c (deassignLR),
3217         * src/z80/ralloc.c (deassignLR),
3218         * src/pic/ralloc.c (deassignLR),
3219         * src/pic16/ralloc.c (deassignLR),
3220         * src/avr/ralloc.c (deassignLR),
3221         * src/SDCClrange.c (findRecursiveSucc, findRecursivePred, findPrevUse,
3222         rlivePoint): fixed another part of bug #971834
3223
3224 2004-08-04 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3225
3226         * src/z80/main.c: enabled "critical" keyword
3227         * src/z80/mappings.i,
3228         * src/z80/gen.c (genFunction, genEndFunction): support for interrupt
3229         functions (fixes bug #979646)
3230         * doc/sdccman.lyx: added a subsection explaining z80 interrupt support
3231
3232 2004-08-04 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
3233
3234         * src/mcs51/gen.c (genInline): Add \n for labels, not DOS/WIN dirs
3235           such as c:\mydir.
3236
3237 2004-08-03 Maarten Brock <sourceforge.brock AT dse.nl>
3238
3239         * src/SDCCloop.c (loopInvariants): fixed bug 983545, hope this
3240           doesn't disable too much optimizations
3241
3242 2004-08-02 Slade Rich <slade_rich AT users.sourceforge.net>
3243
3244         * src/pic/glue.c Disabled "WARNING: function 'main' undefined" when -S option is used.
3245
3246 2004-08-02 Maarten Brock <sourceforge.brock AT dse.nl>
3247
3248         * src/SDCClrange.c (rlivePoint): fixed bug 988568, thanks to anonymous
3249
3250 2004-08-02 Slade Rich <slade_rich AT users.sourceforge.net>
3251
3252         * src/pic/gen.c tidied up tabs
3253         * src/pic/genarith.c tidied up tabs and fixed bug with literal multiple where same register was used for hi and low byte
3254         * src/pic/main.c tidied up tabs
3255         * src/pic/pcode.c tidied up tabs and disabled verbose code generation
3256         * src/pic/pcoderegs.c tidied up tabs
3257         * src/pic/ralloc.c tidied up tabs
3258
3259 2004-07-30 Vangelis Rokas <vrokas AT otenet.gr>
3260
3261         * src/SDCCmem.c (allocGlobal): don't turn S_REGISTER storage class
3262         to S_FIXED for pic16 port and when symbol is not in level 0,
3263         allocate for S_REGISTER storage class and pic16 port, too,
3264         * src/pic16/device.h: prototype for checkSym,
3265         * src/pic16/device.c (pic16_dump_access, checkSym): NEW,
3266         * (pic16_assignConfigWordValue): test the value and the mask to
3267         validate that the value is suitable for the configuration word,
3268         * src/pic16/glue.c (pic16_printIvalFuncPtr): use 'externs' to
3269         collect extern declared symbols, don't emit symbol twice, check
3270         first if symbol is in publics set first,
3271         * src/pic16/main.c (_pic16_keywords[]): added keyword 'register',
3272         * added command line '--fstack' which enables an experimental
3273         feature for stack access, too buggy to be used yet...
3274         * src/pic16/ralloc.c (pic16_accessregWithName): NEW,
3275         * (pic16_allocDirReg): when register has storage class S_REGISTER
3276         allocate in pic16_dynAccessRegs,
3277         * device/include/pic16/pic18f????.h: modified configuration word
3278         naming convention, words started as CONFIG0H but should be CONFIG1H
3279
3280 2004-07-29 Maarten Brock <sourceforge.brock AT dse.nl>
3281
3282         * device/include/mcs51reg.h: fixed bug 970993
3283
3284 2004-07-27 Maarten Brock <sourceforge.brock AT dse.nl>
3285
3286         * added lib/calloc.c, lib/free.c, lib/realloc.c, include/stddef.h
3287         * updated lib/malloc.c, lib/libsdcc.lib, lib/Makefile.in, include/malloc.h
3288         * src/SDCC.lex (doPragma): added pragma disable_warning <nnn>
3289         * src/SDCCmain.c (parseCmdLine): added option --disable-warning <nnn>
3290         * src/ds390/gen.c (genPlusIncr): fixed bug when incrementing generic pointers
3291         * support/Util/SDCCerr.c (vwerror): suppress disabled warnings and output
3292           error/warning numbers,
3293           added function setWarningDisabled()
3294         * support/Util/SDCCerr.h: added setWarningDisabled() and MAX_ERROR_WARNING
3295         * support/regression/ports/mcs51-stack-auto/spec.mk: added dependencies
3296           _memcmp.c _memmove.c calloc.c realloc.c free.c
3297         * support/regression/tests/malloc.c: added tests for new functionality
3298         * support/regression/tests/zeropad.c: added tests for truncated initializers
3299           and initialized char arrays starting with '\x0'
3300         * src/mcs51/peeph.def: fixed regression, added peephole 177.f
3301
3302 2004-07-26 Bernhard Held <bernhard AT bernhardheld.de>
3303
3304         * support/valdiag/tests/overflow.c: fixed warning on (1 >> 40)
3305
3306 2004-07-26 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
3307
3308         * doc/sdccman.lyx: updated example in section "Absolute Addressing"
3309         * src/mcs51/peeph.def: added contributed fix for "bug" #995347 as
3310         peephole 177.e. Thanks to anonymous
3311
3312 2004-07-25 Vangelis Rokas <vrokas AT otenet.gr>
3313
3314         * src/pic16/glue.c (pic16_printIvalFuncPtr): when an extern
3315         function isn't used in the source but referenced as a
3316         variable initializer then declare it as extern in .asm file
3317
3318 2004-07-24 Vangelis Rokas <vrokas AT otenet.gr>
3319
3320         * .version: increased version number to 2.4.3
3321
3322         Adding version extension according to ChangeLog CVS revision
3323         * src/Makefile.in (target all): added dependency 'version.h'
3324         * (rule version.h): added rule to create version.h from ChangeLog,
3325         * (rule dep): added dependency version.h,
3326         * src/version.awk: AWK script to create version.h
3327         * src/SDCCdwarf2.c (dwWriteModule),
3328         * src/SDCCglue.c (initialComments),
3329         * src/SDCCmain.c (printVersionInfo): modified to write after
3330         version string the version extension number,
3331         * src/SDCCutil.c: included "version.h"
3332         * (getBuildNumber): NEW, returns SDCC's ChangeLog minor revision
3333         number,
3334         * src/SDCCutil.h: added prototype for getBuildNumber
3335
3336         * src/SDCCmain.c (parseCmdLine): when sOpt is 'I' add rest in
3337         includeDirsSet, too,
3338         * src/SDCCsymt.c (checkSClass): don't emit error when a variable,
3339         const char [] is found in function prototype...
3340
3341         * src/pic16/genarith.c (pic16_genUMult8XLit_8): optimization to omit
3342         moving to WREG with source is already in WREG,
3343         * src/pic16/gen.h: added AOP_FSR0 and AOP_FSR2 in enum,
3344         * src/pic16/gen.c (getFreePtr): updated to look for FSR0 and FSR2,
3345         * (aopForSym): stack'ed symbols are partially supported, added
3346         if-clause to support symbols in FARSPACE,
3347         * (sameRegs): added test for AOP_ACC to see if registers are same,
3348         * (pic16_freeAsmop): added case for AOP_FSR0 and AOP_FSR2,
3349         * (pic16_aopGet): added case for AOP_FSR0 and AOP_FSR2,
3350         * (pic16_popRegFromString): will not allocate a new register if it
3351         doesn't find one by name, bug may have introduced...
3352         * (pic16_popGet): added case for AOP_FSR0 and AOP_FSR2,
3353         * (genIpush): revived to use pic16 port's stack,
3354         * (genAddrOf): added incomplete case for stack'ed operand,
3355         * (genCast): optimized a pair of MOVFW,MOVWF to MOVFF
3356         * src/pic16/genutils.c (pic16_genNot): almot new vesrion for NOT,
3357         can handle multibyte operands,
3358         * src/pic16/glue.c (pic16_printIval*): some debug info added,
3359         * (pic16initialComments): added message for MPLAB compatibility
3360         mode enabled,
3361         * src/pic16/main.h: prototype for pic16_mplab_comp,
3362         * src/pic16/main.c (pic16_optionsTable): new option --mplab-comp,
3363         which enabled MPLAB compatibility mode (i.e. no #LINE/#FILE, BANKED)
3364         * (_pic16_linkEdit): NEW, handles link stage, transferred here
3365         because of increased complexity of procedure,
3366         * (_process_pragma): stack pragma changed to format 'stack pos len',
3367         emit symbol '_stack_end' to conform with gplink,
3368         * src/pic16/pcode.c (pic16_newpCodeOpBit): using pic16_regWithName
3369         to search for register,
3370         * (pic16_get_op, pic16_get_op2): added case for PO_W, PO_WREG and
3371         PO_GPR_REGISTER,
3372         * (pic16_pCode2str): when in MPLAB compatibility mode, comment out
3373         #LINE directives and replace 'B' with 'BANKED' in instruction opcodes
3374         * (pic16_getRegFromInstruction, pic16_getRegFromInstruction2): added
3375         case for PO_GPR_REGISTER,
3376         * (pic16_AnalyzeBanking): removed the old message for inc2h.pl, past
3377         dies, the new era is ahead !...
3378         * src/pic16/ralloc.c: added hash reposits pic16_dynAllocRegNames and
3379         pic16_dynInternalRegs,
3380         * (pic16_allocregWithName, pic16_procregWithName, pic16_regWithname): NEW,
3381         * (pic16_allocDirReg): minor optimizations and bug fixes,
3382         * (pic16_allocWithIdx): when searching pic16_dynProcessorRegs use fixed,
3383
3384         * device/lib/pic16/startup/crt0*.c: extern definition of stack_end,
3385         load stack and frame pointer with address of 'stack_end' symbol
3386
3387 2004-07-23 Vangelis Rokas <vrokas AT otenet.gr>
3388
3389         * src/pic16/glue.c (pic16emitStaticSeg): fixed bug with files
3390         without source code but only variable initializers
3391
3392 2004-07-20 Vangelis Rokas <vrokas AT otenet.gr>
3393
3394         * src/pic16/glue.c (pic16emitRegularMap): unused functions marked as
3395         external are not declared as extern to reduce overhead while linking
3396
3397 2004-07-20 Maarten Brock <sourceforge.brock AT dse.nl>
3398
3399         * src/SDCCast.c (decorateType): removed buggy fix for bug #979599
3400
3401 2004-07-11 Maarten Brock <sourceforge.brock AT dse.nl>
3402
3403         * src/SDCCglue.c (printIvalArray): fixed bug #984229, thanks to Phuah
3404           Yee Keat for the patch
3405         * src/SDCCast.c (decorateType): fixed bug #979599
3406         * src/ds390/gen.h: removed local fReturnSizeDS390
3407         * src/ds390/gen.c: made fReturnSizeDS390 signed short to remove a warning
3408         * src/ds390/gen.c (genAnd, genOr, genXor),
3409         * src/mcs51/gen.c (genAnd, genOr, genXor): generate better optimized code
3410
3411 2004-07-04 Vangelis Rokas <vrokas AT otenet.gr>
3412
3413         * src/SDCCmain.c (linkEdit): modifications only for pic16 port,
3414         add relFilesSet to $3, manipulate $2 to handle linking of object
3415         files without source files in command line,
3416         * device/include/pic16 (all headers): added ID location macros,
3417         * src/pic16/device.c (struct PIC16_device Pics16[]): added field
3418         entries for ID location bytes,
3419         * (pic16_assignIdByteValue): NEW,
3420         * src/pic16/device.h: new structures idRegInfo_t and idBytesInfo_t,
3421         added field dumpcalltree to pic16_options_t,
3422         * src/pic16/gen.c (genCmp): fixed bug case so a temporary register
3423         is used instead of pic16_Gstack_base_addr, check if (ifx) before
3424         emitting rFalseIfx label after check_carry label,
3425         * src/pic16/glue.c (PIC16_IS_IDLOC_ADDRESS, PIC16_IS_HWREG_ADDRESS,
3426         pic16_emitDIRegs), NEW
3427         * (pic16glue): dump .calltree file when option --calltree found,
3428         * src/pic16/main.c (OPTION _pic16_optionsTable): new option --calltree
3429         * (_pic16_genAssemblerPreamble): emit ID locations after
3430         configuration registers,
3431         * (pic16_linkCmd): modifications of the link command,
3432         * src/pic16/pcode.c (pic16_pciMOVFF): PCC_REGISTER replaces PCC_REGISTER2
3433         * (pic16_pCodeInitRegisters): don't init stack registers,
3434         * (pic16_findPrevInstruction): fixed bug,
3435         * (pic16_getRegFromInstruction, pic16_getRegFromInstruction2): fixed
3436         bug with immediate registers,
3437         * (buildCallTree): traces stack push and pop,
3438         * (pct2): dump also stack usage for each function,
3439         * src/pic16/ralloc.c (dynrIdx): registers names start from 0x00
3440         * (pic16_allocDirReg): various modifications,
3441         * (pic16_typeRegWithIdx): when searching pic16_dynProcessorRegs set
3442         fixed to 1,
3443
3444 2004-07-02 Vangelis Rokas <vrokas AT otenet.gr>
3445
3446         * src/pic16/pcode.c: removed buggy double colon
3447
3448 2004-07-01 Borut Razem <borut.razem AT siol.net>
3449
3450         * support/scripts/sdcc.nsi: added include/pic16 to setup
3451
3452 2004-06-30 Vangelis Rokas <vrokas AT otenet.gr>
3453
3454         * device/lib/Makefile.in: fixed bug in target objects-pic16,
3455         * device/lib/pic16/Makefile: prefixed with dash (-) command under
3456         target 'clean',
3457         * doc/sdccman.lyx: changed version to 2.4.2 and added some port
3458         specific command line arguments. Also added sample lkr script
3459         for placing a variable at a specific memory bank.
3460         * src/pic16/device.c (pic16_dump_gsection): NEW, to dump variables
3461         at a specific memory bank,
3462         * (pic16_dump_isection): fixed bug which caused string literals to
3463         be omitted when dumping idata section,
3464         * (pic16_groupRegistersInSection): added code to handle registers
3465         in specific memory banks,
3466         * src/pic16/gen.c: labelOffset is prefixed with pic16_ and made
3467         public, all references are renamed too,
3468         * (pic16_aopGet): removed switch cases for AOP_R0,AOP_R1,AOP_DPTR,
3469         AOP_DPTR2,
3470         * (pic16_storeForReturn): added case to handle when dest is WREG,
3471         * src/pic16/genarith.c (pic16_pCodeOpSubType): NEW,
3472         * src/pic16/glue.c (pic16emitRegularMap): when adding a register in
3473         pic16_rel_udata, check to see if that register is marked as being
3474         a member of a specific memory bank,
3475         * (pic16_printIvalCharPtr): added code to add string literals either
3476         to code or the idata sections,
3477         * src/pic16/main.c (_process_pragma): added \n to WHITE constant,
3478         also accept the 'udata' pragma,
3479         * src/pic16/main.h: new structure types sectName and sectSym
3480         * src/pic16/pcode.c: added new pCodeInstruction entry for BANKSEL
3481         * (newpCodeOpBit): added PIC_OPTYPE subt in function prototype,
3482         * (pic16_findPrevInstruction): fixed, it returned nothing,
3483         * (insertBankSwitch): fixed to emit banksel/skip and skip/banksel
3484         instruction combinations,
3485         * (pic16_FixRegisterBanking): heavily reorganised,
3486         * (pic16_AnalyzeBanking): if generating banksel directives is
3487         disabled, then don't call FixRegisterBanking at all,
3488         * src/pic16/ralloc.c (bitEQUs, aliasEQUs, allDefsOutOfRange):
3489         completely removed,
3490         * (pic16_writeUsedRegisters): added call to pic16_dump_gsection
3491
3492 2004-06-29 Bernhard Held <bernhard AT bernhardheld.de>
3493
3494         * src/SDCCglue.c (printChar): fixed bug #973350, patch provided by
3495         Phuah Yee Keat <yk.phuah AT nestac.com>
3496
3497 2004-06-28 Vangelis Rokas <vrokas AT otenet.gr>
3498
3499         * src/pic16/glue.c (pic16createInterruptVect): function now emits
3500         correctly the IVT even if it is relocated to some other location
3501
3502 2004-06-28 Vangelis Rokas <vrokas AT otenet.gr>
3503
3504         * device/include/pic16/pic18fregs.h: added case for pic18f2220.h
3505         * device/include/pic16/pic18f2220.h: NEW,
3506         * device/lib/pic16/libdev/pic18f2220.c: NEW,
3507         * device/lib/pic16/libdev/Makefile: added 18f2220 in DEVS,
3508         * src/pic16/device.c (struct Pics16): added info for 18f2220,
3509         * src/pic16/device.h (struct pic16_options): added ivt_loc and
3510         nodefaultlibs, ivt_loc is the location of the interrupt vector
3511         table, and nodefaultlibs signs that default libraries should not be
3512         linked in link stage,
3513         * src/pic16/gen.c (genFunction): relocate interrupt vector functions
3514         according to --ivt-loc argument,
3515         * src/pic16/main.c (_process_pragma): emit '_stack' as public symbol
3516         when pragma stack is found,
3517
3518 2004-06-25 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
3519
3520         * src/mcs51/peeph.def: added peepholes 182.d (return 0.0),
3521         256 (range check), 257 (do while), 258.a-f (bit banging
3522         f.e. on 3-wire SPI bus)
3523
3524 2004-06-21 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3525
3526         * src/SDCClrange.c (findNextUseSym): fixed a live range bug with
3527         variables used exclusively within a loop
3528
3529 2004-06-21 Bernhard Held <bernhard AT bernhardheld.de>
3530
3531         * src/mcs51/gen.c (genCpl): quick fix for bug #974835
3532
3533 2004-06-21 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3534
3535         * src/SDCClrange.c (computeClash): fixed bug #971834
3536
3537 2004-06-20 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3538
3539         * src/mcs51/gen.c (genCmp): fixed bug #975903
3540         * src/hc08/gen.c (operandsEqu),
3541         * src/ds390/gen.c (operandsEqu),
3542         * src/z80/gen.c (operandsEqu),
3543         * src/pic/gen.c (operandsEqu),
3544         * src/pic16/gen.c (operandsEqu),
3545         * src/mcs51/gen.c (operandsEqu): fixed bug #976283
3546         * src/SDCCmain.c (parseCmdLine): report --unknown-option only once
3547
3548 2004-06-15 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3549
3550         * src/SDCCcse.c (cseBBlock): fixed bug #966963
3551
3552 2004-06-12 Vangelis Rokas <vrokas AT otenet.gr>
3553
3554         * src/pic16/gen.c (genPointerGet): added E_INTERNAL_ERROR for
3555         default case in switch statement,
3556         * glue.c (pic16_initPointer): expr is initialised via decoarteType
3557         to eliminate problem with initialisation of pointers, but problem
3558         still exists,
3559         * (pic16_pointerTypeToGPByte): removed, no needed for pic16,
3560         * (emitStaticSegment): removed various lines emitting debug info,
3561         * src/pic16/pcode.c, src/pic16/pcode.h, src/pic16/ralloc.h:
3562         added processor registers for utilizing EEPROM,
3563         * src/pic16/pcode.c (pic16_emitDB): number of DBs emitted is not
3564         configurable and set 8
3565
3566 2004-06-08 Vangelis Rokas <vrokas AT otenet.gr>
3567
3568         * .version: increased version number to 2.4.2,
3569
3570         Cumulative patch for pic16 port
3571         * src/pic16/device.c: changed scheme to dump initial values for
3572         variables in idata segment, all print_idata* functions were removed,
3573         now the pic16_printIval* will be called,
3574         * src/pic16/glue.c: (pic16_initPointer, pic16_pointerTypeToGPByte,
3575         * _pic16_printPointerType, pic16_printPointerType,
3576         * pic16_printGPointerType, pic16_printIvalArray, pic16_printIvalStruct,
3577         * pic16_printIvalBitFields, pic16_printIvalFuncPtr, pic16_printIvalPtr:
3578         NEW, similar to the respective functions in SDCCglue.c,
3579         * src/pic16/pcode.c (pic16_emitDB, pic16_flushDB): reverted to old
3580         way, emitting hex bytes,
3581         * (pic16_emitDS): NEW, emits a string for pointer initialisation,
3582
3583 2004-06-08 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3584
3585         * src/avr/ralloc.c (serialRegAssign),
3586         * src/xa51/ralloc.c (serialRegAssign),
3587         * src/pic/ralloc.c (serialRegAssign),
3588         * src/pic16/ralloc.c (serialRegAssign),
3589         * src/hc08/ralloc.c (serialRegAssign),
3590         * src/z80/ralloc.c (serialRegAssign),
3591         * src/ds390/ralloc.c (serialRegAssign),
3592         * src/mcs51/ralloc.c (serialRegAssign): fixed bug #964479
3593
3594 2004-06-08 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3595
3596         * src/SDCCicode.c (geniCodeJumpTable): fixed bug #967601
3597         * src/SDCCpeeph.c (labelIsReturnOnly): fixed bug #966505
3598
3599 2004-06-07 Vangelis Rokas <vrokas AT otenet.gr>
3600
3601         Cumulative patch for pic16 port:
3602         * src/pic16/device.h (typedef PIC16_device) modified fields for
3603         defining microcontrollers,
3604         * src/pic16/device.c: added new info for all devices in Pics16 array,
3605         * src/pic16/gen.c (genPcall): fixed bug that caused the return label
3606         to be optimised out by the pCode optimiser,
3607         * src/pic16/glue.c (pic16emitRegularMap): treat implicit aggragates
3608         specially, bug reported by G.M. Gallant,
3609         * src/pic16/pcode.c (pic16_newpCodeLabelFORCE): NEW, marks a label
3610         as force'd so that cannot be optimised out by pCode optimiser,
3611         * src/pic16/pcode.c,
3612         * src/pic16/pcodepeeph.c,
3613         * src/pic16/pcoderegs.c: many modifications to re-enable peepholes,
3614         they are disabled by default, but can be enabled explicit with
3615         command argument --denable-peeps, for testing,
3616         * device/lib/pic16/startup/Makefile: added --no-peep,--pomit-config-words,
3617         --pomit-ivt in COMPILE_FLAGS
3618
3619 2004-06-06 Maarten Brock <sourceforge.brock AT dse.nl>
3620
3621         * src/pic16/pcode.c (pic16_emitDB): removed double semicolon which fails
3622           compilation on MSVC
3623
3624 2004-06-06 Maarten Brock <sourceforge.brock AT dse.nl>
3625
3626         * device/include/sab80515.h: added sfr P6, changed GPL to LGPL
3627
3628 2004-06-06 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
3629
3630         device/include/sab80515.h: fixed bug #967492, DAPR is defined at adress
3631         0xd8, but the correct adress is 0xda. Thanks to anonymous for reporting
3632
3633 2004-06-06 Vangelis Rokas <vrokas AT otenet.gr>
3634
3635         * src/pic16/device.c (pic16_assignConfigWord): fixed bug that
3636         would only assign 0x300001 register.
3637
3638 2004-06-05 Vangelis Rokas <vrokas AT otenet.gr>
3639
3640         * device/lib/pic16/startup/Makefile: added $(MODELFLAGS)
3641         in COMPILE_FLAGS. Thanks to G. Gallant for report.
3642
3643 2004-06-05 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
3644
3645         * doc/sdccman.lyx: minor changes, mentioned beta vendor support
3646         for ds80c400
3647         * src/mcs51/peeph.def: ran unexpand -a over peeph.def
3648         * src/mcs51/peeph.def: removed obsolete peephole 100.a,
3649         added peephole 254 (left shift), 255 (jump table)
3650
3651 2004-06-04 Vangelis Rokas <vrokas AT otenet.gr>
3652
3653         * device/lib/Makefile.in: removed comment line with model-pic16,
3654         * (target port-specific-objects-pic16): the libraries and objects
3655         are copied to the build directory form the device/lib/pic16/bin
3656         directory
3657
3658         Cumulative patch concerning pic16 port:
3659         * library directory has been re-organized,
3660         * added support for PIC18F1220,
3661         * added headers and library sources for chips 18f1220,18f6520,
3662         18f6620,18f6680,18f6720,18f8520,18f8620,18f8680,18f8720
3663
3664         * configuration registers setting has changed, now each supported
3665         device has a complete description of the registers it uses,
3666         * all initialisations are moved to idata sections, these section
3667         can be absolute or relocatable,
3668         * fixed initialisation of codespace variables,
3669         * fixed warning about PCLATU and gpsim,
3670         * src/pic16/gen.c (genCmp): now can handle partially iCodes with no ifx,
3671         * (genAssign): use table reads when assigning from variables in codespace,
3672         * src/pic16/glue.c (pic16emitStaticSeg): fixed to correctly initialise
3673         char/int variables placed in codespace,
3674         * (pic16_emitConfigRegs): NEW, emits a list with configuration
3675         registers set in .asm file, no need for --pomit-config-words anymore,
3676         * (pic16glue): some 8051 legacy segments are commented out
3677         (to be removed completely),
3678         * added support for alternative assembler and linker with --asm=
3679         and --link= command line arguments,
3680         * peepholes are disabled automatically in the port, no need to
3681         specify on command line,
3682         * port supports natively char/int/long multiplication, but converts
3683         all divisions to support functions,
3684         * main.c: pic16_linkCmd and pic16_asmCmd changed to force output
3685         to the file set in variable $2,
3686         * pcode.c (pic16_emitDB, pic16_flushDB): modified to print printable
3687         strings in ASCII format and not in hex,
3688         * ralloc.c (serialRegAssign): added a triplet of conditional calls
3689         to pic16_allocDirReg for IC_RESULT, IC_LEFT and IC_RIGHT so to
3690         allocate proper register if iCodes aren't temporary,
3691
3692 2004-06-02 Maarten Brock <sourceforge.brock AT dse.nl>
3693
3694         * support/regression/tests/zeropad.c: added TEST_G macro for alpha
3695
3696 2004-06-02 Vangelis Rokas <vrokas AT otenet.gr>
3697
3698         * src/pic16/gen.c (genPcall): warning about gpsim and PCLATU
3699         is commented out
3700
3701 2004-06-01 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3702
3703         * src/hc08/gen.c (genPointerGetSetOfs): disabled optimization if
3704         computed address is reused
3705         * src/hc08/gen.c (genPackBits): fixed offsets in assignments to
3706         multi-byte bitfields
3707
3708 2004-06-01 Maarten Brock <sourceforge.brock AT dse.nl>
3709
3710         * src/z80/gen.c: (genArrayInit): must check for pointers too
3711
3712 2004-06-01 Maarten Brock <sourceforge.brock AT dse.nl>
3713
3714         * support/regression/tests/zeropad.c: never meant to commit the
3715           nestedstruct test: removed, added check for GCC version
3716
3717 2004-05-31 Maarten Brock <sourceforge.brock AT dse.nl>
3718
3719         * src/SDCCast.c (createIvalArray): fixed bug 770487 SIGSEGV
3720         * src/SDCCglue.c (emitRegularMap): fixed bug 770484 allocation problem
3721         * src/SDCCglue.c (initPointer, printIvalType, printIvalStruct,
3722           printIvalArray, printIvalFuncPtr, printIvalPtr, printIval): fixed
3723           bugs 928906 and 954082 half-empty initializers
3724         * src/SDCCsymt.h,
3725         * src/SDCCsymt.c (getAllocSize): added for above fix
3726         * src/z80/gen.c (genArrayInit): fixed bug 741044
3727         * support/regression/tests/zeropad.c: added tests
3728
3729 2004-05-30 Vangelis Rokas <vrokas AT otenet.gr>
3730
3731         * src/pic16/device.c (pic16_dump_section): corrected bug which
3732         caused some symbols of the libraries to be misplaced
3733
3734 2004-05-28 Vangelis Rokas <vrokas AT otenet.gr>
3735
3736         * src/pic16/glue.c,
3737         * src/pic16/ralloc.h,
3738         * src/pic16/ralloc.cc: prefixed IS_CONFIG_ADDRESS with PIC16_
3739         to fix conflict with pic port
3740
3741 2004-05-28 Vangelis Rokas <vrokas AT otenet.gr>
3742
3743         * src/pic16/glue.c (pic16emitStaticSeg): do not print as publics or
3744         externs configuration variables,
3745         * src/pic16/ralloc.h,
3746         * src/pic16/ralloc.cc: IS_CONFIG_ADDRESS is made public and added
3747         prototype in header, commented out some debug messages
3748
3749 2004-05-26 Vangelis Rokas <vrokas AT otenet.gr>
3750
3751         * src/pic16/glue.c,
3752         * src/pic16/main.c,
3753         * src/pic16/pcode.c: added gpasm directives #FILE/#LINE
3754         for gpasm COFF object generation. Thanks to D. Hawkins for
3755         his patch info
3756
3757 2004-05-25 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3758
3759         * src/ds390/main.c,
3760         * src/mcs51/main.c: fixed sort order of mnemonics (thanks to Maarten
3761         Brock for spotting this)
3762         * src/ds390/gen.c (genEndFunction),
3763         * src/mcs51/gen.c (genEndFunction): always save psw if function is an
3764         interrupt handler and critical. Disable push/pop optimizations when
3765         peephole optimizations disabled.
3766
3767 2004-05-25 Vangelis Rokas <vrokas AT otenet.gr>
3768
3769         Updated pic16 library sources and headers.
3770         * device/lib/pic16/pic18f*/ ,
3771         * device/include/pic16/*.h: modified to handle structured SFR
3772         definitions
3773
3774 2004-05-25 Vangelis Rokas <vrokas AT otenet.gr>
3775
3776         * src/port.h (PORT structure): added hook initPaths, now each
3777         port can declare its own default search paths,
3778         which can been seen with the --print-search-dirs option,
3779         see pic16 port for example,
3780         * src/SDCCmain.c (setBinPaths, setIncludePaths, setLibPath,
3781         setDataPaths): test to options.printSearchDirs is ifdef'ed out,
3782         * (doPrintSearchDirs): NEW, replaces in a central manner the
3783         printing of search dirs which was split in set*Paths functions,
3784         * (main): added call to port->initPaths and doPrintSearchDirs,
3785         * src/avr/main.c,
3786         * src/ds390/main.c,
3787         * src/hc08/main.c,
3788         * src/izt/i186.c,
3789         * src/izt/tlcs900h.c,
3790         * src/mcs51/main.c,
3791         * src/pic/main.c,
3792         * src/pic16/main.c: modified port structures to reflect addition of
3793         initPaths hook,
3794
3795         * src/pic16/device.c (regCompare): registers are finally sorted by name,
3796         * (pic16_dump_section): for registers in same address reserve memory once,
3797         * src/pic16/device.h (struct PIC16_device): changed variable gen_banksel
3798         to no_banksel,
3799         * src/pic16/genarith.c (pic16_genPlus): added code to handle cases where
3800         result is greater in size than right or left,
3801         * (pic16_genUMult8X8_8): there are some cases where the result can
3802         be 16 bits size, so handle these,
3803         * src/pic16/gen.c: changed some pic16_emitpcomment to DEBUGpic16_emitcode,
3804         * (pic16_outBitC): modified to emit pcodes,
3805         * (pic16_storeForReturn): using is_LitOp to see if operand is literal
3806         or not,
3807         * (genDivOneByte): implemented algorithm to divide 8-bits,
3808         * (genCmp): uncommented goto, but issues still exist,
3809         * (genAnd): fixed a bug with variables >8bits,
3810         * (genPackBits): optimization added that uses BCF/BSF to change a
3811         single bit,
3812         * (genAssign): fixed bug when assigning floating point literals,
3813         * src/pic16/glue.c (pic16glue): added assembler directive 'code' before
3814         __sdcc_gsinit_startup label,
3815         * src/pic16/main.c (_pic16_init): removed search directory
3816         initialisations,
3817         * (_pic16_initPaths): NEW, used to initialise search directories,
3818         * (_hasNativeMulFor): support functions for all except char/int
3819         multiplication, and char division,
3820         * (PIC16_port struct): modified entry for native mul support,
3821         * src/pic16/pcode.c (insertBankSwitch): modified to support the renamed
3822         no_banksel option,
3823         * (buildCallTree): call to register_usage is ifdef'ed out,
3824
3825 2004-05-22 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3826
3827         * device/include/string.h: applied Stas Sergeev's patch to make this
3828         header file compatible with the preprocessor -Wundef option
3829         * src/SDCCmain.c (main): abort compilation if preprocessor reports
3830         failure (fixes bug #941458)
3831
3832 2004-05-21 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3833
3834         * src/SDCCopt.c (killDeadCode): fixed bug #907733
3835         * support/Util/SDCCerr.c: reworded E_AUTO_ASSUMED diagnostic to clarify
3836         that the variable, not the function, should be static
3837         * src/SDCCval.c (valCastLiteral): fixed bit initialization from literal
3838         to be consistent with non-literal case
3839
3840 2004-05-19 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3841
3842         * src/SDCCast.c (isConformingBody): fixed bug #949967
3843         * src/SDCCopt.c (cnvToFcall, cnvToFloatCast, cnvFromFloatCast,
3844         convilong): fixed bug #952086
3845
3846 2004-05-18 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3847
3848         * src/SDCCmem.c (allocVariables): fixed bug #955321
3849
3850 2004-05-18 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3851
3852         * src/hc08/main.c (_hc08_genAssemblerEnd),
3853         * src/SDCCdwarf2.c (dwOpenFile, dwCloseFile, dwWriteFunction,
3854         dwWriteModule, dwWriteCLine, dwWriteALine, dwarf2FinalizeFile):
3855         completely eliminated the use of a temporary file
3856         * src/SDCCdwarf2.c (dwWriteAttr): fixed bug with location list offset
3857         when more than one file linked
3858         * src/SDCCloop.c (pointerAssigned): fixed bug #954163
3859
3860 2004-05-17 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3861
3862         * src/SDCCval.c (valForArray): applied Maarten Brock's patch #947682
3863         which fixes bug #543481
3864         * support/regression/tests/bug-751703.c: fixed comments left from a
3865         cut and paste error
3866         * src/SDCCdwarf2.c (dwCloseFile): don't explicitly close a temp file
3867         * src/SDCCdwarf2.c (dwTagFromType): added bitfield support
3868         * src/SDCCdwarf2.c (dwWriteSymbolInternal): handle extern within local
3869         scopes
3870         * src/SDCCdwarf2.c (dwWriteLineNumber): line number deltas are signed
3871         * src/SDCCmain.c (processFile, parseCmdLine): non-alphanumeric chars
3872         are now changed to underscores in moduleName
3873
3874 2004-05-15 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
3875
3876         * as/mcs51/lkmem.c: better fix for bug #954173
3877
3878 2004-05-15 Maarten Brock <sourceforge.brock AT dse.nl>
3879         committed by Frieder Ferlemann <Frieder.Ferlemann AT web.de>
3880
3881         * device/include/c8051f020.h: newly added SiLabs (Cygnal) header file
3882         * device/include/c8051f000.h,
3883         * device/include/c8051f120.h,
3884         * device/include/c8051f300.h,
3885         * device/include/c8051f310.h,
3886         * device/include/c8051f320.h: updated (added _XPAGE, CAPN, CAPP,
3887         PWM16) and detab'ed
3888
3889 2004-05-15 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
3890
3891         * doc/sdccman.lyx: mentioned sourceforge's delay between web frontend
3892         and mailing lists, doc'ed --no-peep-comments, removed reference
3893         to knoppix (newest version has no LyX/LaTeX), other minor changes
3894         * src/SDCCglue.c (glue): save 2 bytes stack space with
3895         option --main-return. The ljmp could probably be avoided too
3896
3897 2004-05-14 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
3898
3899         * as/mcs51/lkmem.c, as/mcs51/lkaomf51: fixed bug 954173
3900
3901 2004-05-14 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3902
3903         * src/SDCCsymt.h: added IS_AUTO(symbol) test macro
3904         * src/SDCCopt.c (isLocalWithoutDef),
3905         * src/SDCCicode.c (operandFromSymbol): use the IS_AUTO test macro
3906         which adds a !IS_EXTERN codition. Fixes bugs #877426 and #751703.
3907         (credit to Maarten Brock for patch #949363, on which this is based)
3908         * support/regression/tests/bug-751703.c: some test cases of extern used
3909         within inner scopes.
3910
3911 2004-05-14 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3912
3913         * src/SDCCdwarf2.c (dwMatchTypes): structs must have matching
3914         SPEC_STRUCT
3915         * src/SDCCdwarf2.c (dwTagFromType): fix to handle recursive
3916         struct definitions
3917         * src/SDCCdwarf2.c (dwWriteModule, dwNewDebugSymbol, dwWriteEndFunction,
3918         dwWriteLabel): fix to create valid debugger symbols even when
3919         the module name has non-alphanumeric symbols in it
3920         * src/SDCCdwarf2.c (dwWriteSymbolInternal): better detection for
3921         when a variable's allocation has been optimized away
3922
3923
3924 2004-05-13 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3925
3926         * src/hc08/gen.c (hc08_emitDebuggerSymbol),
3927         * src/hc08/main.c,
3928         * src/mcs51/gen.c (mcs51_emitDebuggerSymbol),
3929         * src/mcs51/main.c,
3930         * src/ds390/gen.c (ds390_emitDebuggerSymbol),
3931         * src/ds390/main.c,
3932         * src/z80/gen.c (z80_emitDebuggerSymbol),
3933         * src/z80/main.c,
3934         * src/pic/gen.c (pic14_emitDebuggerSymbol),
3935         * src/pic/main.c,
3936         * src/pic16/gen.c (pic14_emitDebuggerSymbol),
3937         * src/pic16/main.c,
3938         * src/avr/gen.c (avr_emitDebuggerSymbol),
3939         * src/avr/main.c,
3940         * src/xa51/gen.c (xa51_emitDebuggerSymbol),
3941         * src/xa51/main.c,
3942         * src/SDCCdebug.c (emitDebuggerSymbol),
3943         * src/SDCCdebug.h,
3944         * src/port.h: added a debugger struct to the port struct. Added a
3945         callback for defining debugger symbols
3946
3947         * src/SDCCast.c (createLabel),
3948         * src/SDCC.y (labeled_statement): mark all compiler generated labels
3949         with isitmp = 1
3950         * src/SDCCicode.h,
3951         * src/SDCCicode.c (geniCodeFunctionBody): added a link from the FUNCTION
3952         iCode back to the ast for the function
3953
3954         * src/hc08/ralloc.c (hc08_assignRegisters),
3955         * src/hc08/ralloc.h: define a regs struct for the stack pointer. Removed
3956         unneeded fields from the regs struct.
3957         * src/hc08/gen.c (transferRegReg, genFunction, genEndFunction): use the
3958         pushReg() & pullReg() functions instead of emitcode()
3959
3960         * src/hc08/gen.c (genLabel, genhc08Code),
3961         * src/SDCCdebug.h: Added additional debugger hooks needed for DWARF
3962
3963         * src/cdbFile.c (cdbWriteLabel, cdbWriteScope): Added stubs for unneeded
3964         debugger hooks
3965
3966         * src/hc08/gen.c (genEndFunction, genhc08Code),
3967         * src/hc08/gen.h,
3968         * src/mcs51/gen.c (genEndFunction, gen51Code),
3969         * src/mcs51/gen.h,
3970         * src/ds390/gen.c (genEndFunction, gen390Code),
3971         * src/ds390/gen.h,
3972         * src/z80/gen.c (genEndFunction, genZ80Code),
3973         * src/z80/gen.h,
3974         * src/z80/z80.h,
3975         * src/pic/gen.c (genEndFunction, genpic14Code),
3976         * src/pic/gen.h,
3977         * src/pic16/gen.c (genEndFunction, genpic16Code),
3978         * src/pic16/gen.h,
3979         * src/avr/gen.c (genEndFunction, genAVRCode),
3980         * src/avr/gen.h,
3981         * src/xa51/gen.c (genEndFunction, genXA51Code),
3982         * src/xa51/gen.h,
3983         * src/cdbFile.c (cdbWriteFunction, cdbWriteEndFunction): moved cdb
3984         specific code to cdbFile.c and out of the backend code generators
3985
3986         * as/hc08/lkmain.c (main): removed OMF51 support from link-hc08
3987         * as/hc08/lkarea.c (lnkarea): areas with NOLOAD attribute default
3988         starting address is now 0
3989
3990         * as/hc08/asm.h,
3991         * as/hc08/m08pst.c,
3992         * as/hc08/asmain.c (asmbl): implemented the .sleb128 and .uleb128
3993         assembler directive for DWARF support
3994         * as/hc08/lkelf.c (elf): only increment address when rtflg[] set
3995
3996         * src/src.dsp,
3997         * src/Makefile.in,
3998         * src/SDCCdwarf2.c: preliminary DWARF (ver 2) debugger data generator
3999
4000 2004-05-04 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4001
4002         * src/hc08/gen.c (genJumpTab, emitcode, genhc08code): fixed stack error
4003         and inappropriate peephole optimization in jump tables
4004
4005 2004-04-30 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
4006
4007         * as/hc08/m08pst.c,
4008         * src/SDCCglue.c: sdccopt works for the hc08 port now
4009
4010 2004-04-27 Bernhard Held <bernhard AT bernhardheld.de>
4011
4012         * src/SDCCicode.c (geniCodePreInc, geniCodePreDec): fixed bug #942130
4013
4014 2004-04-27 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
4015
4016         * as/hc08/lkelf.c: sdccconf.h is not available in WIN32
4017
4018 2004-04-24 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4019
4020         * src/SDCCpeeph.c (replaceRule): support empty replacement peephole
4021         rules
4022         * src/SDCCmain.c,
4023         * src/SDCCglobl.h,
4024         * src/SDCCpeeph.c (getPeepLine): new option --no-peep-comments omits
4025         comments from the peephole optimizer replacement rules
4026         * src/SDCCmem.c (printAllocInfoSeg): give actual location of spilled
4027         symbols
4028         * src/SDCCcse.c (updateSpillLocation),
4029         * src/SDCCopt.c (killDeadCode, findReqv): better tracking of register
4030         equivalents
4031         * src/hc08/ralloc.c (regTypeNum): pseudo symbols must be in DATA only
4032         * src/hc08/main.c (_hc08_finaliseOptions): made pointers to stack
4033         objects far pointers
4034
4035 2004-04-23 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4036
4037         * src/SDCCsymt.h: a missing part of my last change
4038         * src/pic/ralloc.c (regTypeNum),
4039         * src/pic16/ralloc.c (regTypeNum): fixed statement/declaration order
4040
4041 2004-04-23 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4042
4043         * src/SDCCicode.h,
4044         * src/SDCCicode.c (aggrToPtrDclType),
4045         * src/SDCCptropt.h,
4046         * src/SDCCptropt.c (ptrBaseRematSym, ptrPseudoSymSafe,
4047         ptrPseudoSymConvert),
4048         * src/pic/ralloc.c (regTypeNum),
4049         * src/pic16/ralloc.c (regTypeNum),
4050         * src/hc08/ralloc.c (regTypeNum),
4051         * src/ds390/ralloc.c (regTypeNum),
4052         * src/mcs51/ralloc.c (regTypeNum): check for dependancy hazards before
4053         creating pseudo symbols (fixed bugs #777768, #930484, and #933966)
4054
4055 2004-04-22 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4056
4057         * link/z80/lkmain.c (afile),
4058         * as/hc08/lkmain.c (afile),
4059         * as/mcs51/lkmain.c (afile): fix suggested by Maarten Brock to
4060         prevent a pointer problem when a filename has no directory and
4061         no extension specified.
4062
4063 2004-04-21 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4064
4065         * link/z80/lkmain.c (afile): allow periods in directory names
4066         * link/z80/lkmain.c (afile),
4067         * as/mcs51/lkmain.c (afile),
4068         * as/hc08/lkmain.c (afile): allow linker script file to have an
4069         extension other than ".lnk"
4070         * link/z80/lklex.c (getfid),
4071         * link/z80/lkmain.c (parse),
4072         * as/mcs51/lklex.c (getfid),
4073         * as/mcs51/lkmain.c (parse),
4074         * as/hc08/lklex.c (getfid),
4075         * as/hc08/lkmain.c (parse): Support comments in the linker script
4076         file on lines by themselves and after filenames
4077
4078 2004-04-20 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
4079
4080         * as/link_hc08.dsp: Added as/hc08/lkelf.c to project.
4081
4082 2004-04-20 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4083
4084         * src/z80/peeph-z80.def: removed some peephole rules that don't
4085         work with multibyte arithmetic (fixed bug #937126)
4086         * src/mcs51/peeph.def: fixed peephole rules 150-158 to apply only
4087         to registers and not global variables
4088         * src/SDCCicode.c (geniCodeAssign, ast2iCode, geniCodePostInc,
4089         geniCodePreInc, geniCodePostDec, geniCodePreDec,
4090         geniCodeLogicAndOr, geniCodeConditional): enforce strict lvalue
4091         checking for assignments not internally generated (fixed bug #931895)
4092         * src/SDCC.y (postfix_expr): ignore typedefs when looking for a
4093         structure member (fixed bug #930072)
4094
4095 2004-04-19 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4096
4097         * src/SDCCmain.c (linkEdit),
4098         * src/hc08/main.c (_hc08_parseOptions),
4099         * as/hc08/Makefile.in,
4100         * as/hc08/aslink.h,
4101         * as/hc08/asm.h,
4102         * as/hc08/m08pst.c,
4103         * as/hc08/lkrloc.c (relr, rele),
4104         * as/hc08/lkarea.c (lnkarea)
4105         * as/hc08/lkmain.c (afile, parse),
4106         * as/hc08/lkelf.c: support for ELF output
4107         * as/hc08/lks19.c (s19),
4108         * as/hc08/lkihx.c (ihx): ignore areas with the NOLOAD attribute
4109
4110 2004-04-17 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
4111
4112         * as/mcs51/lkihx.c: Fixed bug #899105.
4113
4114 2004-04-16 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
4115
4116         * doc/sdccman.lyx: Added instructons on how to convert MSVC .dsw and
4117         .dsp files from Unix to DOS.
4118
4119 2004-04-16 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4120
4121         * doc/sdccman.lyx: removed the ANSI-C noncompliance note regarding
4122         function pointers; we have been compliant for several months now.
4123         * src/mcs51/ralloc.c (serialRegAssign): enabled part of my 2004-04-13
4124         change that was accidently commented out
4125         * src/mcs51/gen.c (freeAsmop, getFreePtr, freeForBranchAsmop, genIfxJump,
4126         genCmpEq, jmpTrueOrFalse, genCmp, genAnd, genOr, genXor, genIfx): fixed
4127         bug #922319
4128
4129 2004-04-15 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4130
4131         * src/hc08/gen.c: output of all of the internal debugging information
4132         is now controlled by the D() macro; it is disabled by default
4133
4134 2004-04-13 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4135
4136         * src/mcs51/ralloc.c (serialRegAssign, fillGaps, allocThisReg): try
4137         harder to keep the same registers during a CAST iCode
4138         * src/SDCCopt.c (optimizeCastCast, eBBlockFromiCode): casts of char to
4139         long via int can be done in a single cast, if the signedness is
4140         correct.
4141         * support/regression/tests/bug-927659.c: fixed to avoid conflict with
4142         putchar() in tinibios.c in ds390's library
4143
4144 2004-04-12 Bernhard Held <bernhard AT bernhardheld.de>
4145
4146         * src/SDCCast.c (decorateType): fixed bug #898889,
4147         cast result of a literal complement too
4148         * src/mcs51/ralloc.c (packRegsForAssign): fixed bug #930931,
4149         fixed check for bitfields
4150
4151 2004-04-11 Bernhard Held <bernhard AT bernhardheld.de>
4152
4153         * src/SDCCicode.c (geniCodeLogic): made it static,
4154         (geniCodeLogicAndOr): added in order to fix bug #905492,
4155         (ast2iCode): fixed bug #905492
4156         * support/regression/tests/bug-905492.c: added
4157         * src/SDCCast.c (decorateType): don't decorate/process parms twice,
4158         (processParms): fixed bug #927659: don't copy parms, this will clear
4159         decorated flag
4160         * support/regression/tests/bug-927659.c: added
4161
4162 2004-03-29 Bernhard Held <bernhard AT bernhardheld.de>
4163
4164         * src/SDCCast.c (addCast): don't cast float to char
4165         * device/lib/libsdcc.lib: added _memmove
4166
4167 2004-03-28 Bernhard Held <bernhard AT bernhardheld.de>
4168
4169         * device/lib/large/Makefile: fixed parallel execution by
4170         replacing `make` by `$(MAKE)`
4171
4172 2004-03-28 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4173
4174         * src/hc08/gen.c (genPointerGetSetOfs): correctly handle 1 byte array
4175         offsets (fixes bug #923936)
4176
4177 2004-03-26 Bernhard Held <bernhard AT bernhardheld.de>
4178
4179         * device/lib/small/Makefile: fixed parallel execution by
4180         replacing `make` by `$(MAKE)`
4181
4182 2004-03-23 Bernhard Held <bernhard AT bernhardheld.de>
4183
4184         * device/lib/vprintf.c (vsprintf): minor optimization, see bug #801101
4185
4186 2004-03-23  Scott Dattalo  <scott AT dattalo.com>
4187
4188         * src/pic/gen.c (genCpl): multi-byte complements were not working.
4189         * src/regression/Makefile: Regression test was not running.
4190
4191 2004-03-23 Bernhard Held <bernhard AT bernhardheld.de>
4192
4193         * src/SDCCast.c (resultTypePropagate, decorateType): avoid promotion to int for
4194         complement if possible
4195         * src/SDCCval.c (valComplement),
4196         * src/SDCCicode.c (operandOperation): fixed complement of literal
4197         * support/regression/tests/onebyte.c (testComplement): added
4198
4199 2004-03-22 Bernhard Held <bernhard AT bernhardheld.de>
4200
4201         * src/SDCCast.c (processParms): fixed bug #920866; decorateType() can
4202         return an optimized tree; actually replace actParm with the new tree
4203         * src/SDCCast.h: added some parantheses to remove side effects
4204         * support/regression/tests/bug-920866.c
4205
4206 2004-03-21  Scott Dattalo  <scott AT dattalo.com>
4207         * src/pic/gen.c, src/pic/gen.h, src/pic/genarith.c, src/pic/pcode.c:
4208         Bit operands were not being handled properly in the pic14 port.
4209         (now src/regression/add.c passes again).
4210
4211 2004-03-20 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4212
4213         * src/SDCC.y (labeled_statement): case and default no longer require
4214         a following statement (RFE #893037)
4215
4216 2004-03-19 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4217
4218         * src/mcs51/gen.c (pushSide, genSignedRightShift, genDjnz, geniPush):
4219         use MOVA macro to avoid "mov a,acc" when peephole optimizer is
4220         disabled (fixes bug #916294)
4221         * sim/ucsim/s51.src/mov.cc (inst_mov_a_addr): Throw an error on
4222         "mov a,acc"; patch provided by Lenny Story
4223         * device/include/mc68hc908gp32.h: header contibuted by Juan Gonzalez
4224
4225 2004-03-19 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4226
4227         * src/mcs51/gen.c (genFunction): optimize RECEIVE in reentrant
4228         functions
4229         * src/ds390/gen.c (genFunction, genEndFunction),
4230         * src/ds390/ralloc.c (ds390_assignRegisters),
4231         * src/mcs51/gen.c (genFunction, genEndFunction, mcs51_assignRegisters):
4232         * src/mcs51/ralloc.c (mcs51_assignRegisters): Skip optimizing registers
4233         pushed if there are parameters passed on the stack. Also, a cleaner
4234         way to decide if r0/r1 should be pushed/popped. (Together they fix
4235         bug #918693)
4236
4237 2004-03-18 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4238
4239         * doc/sdccman.lyx,
4240         * device/lib/mcs51/crtpagesfr.asm,
4241         * device/lib/mcs51/crtxinit.asm,
4242         * device/lib/mcs51/crtxstack.asm: Changed name of _PAGESFR to _XPAGE
4243         to avoid confusion with Si Lab's SFRPAGE register.
4244
4245 2004-03-17 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4246
4247         * src/SDCCglue.c (emitMaps): allow public sfr variables
4248         * src/SDCCglue.c (initialComments): include compiler build date
4249         with compiler version and put the timestamp of the generated
4250         assembly file on a serperate line to be less confusing.
4251         * src/port.h: added genInitStartup hook
4252         * src/avr/main.c,
4253         * src/ds390/main.c,
4254         * src/hc08/main.c,
4255         * src/pic/main.c,
4256         * src/pic16/main.c,
4257         * src/xa51/main.c,
4258         * src/z80/main.c: genInitStartup initialize as NULL (default to
4259         historical behaviour)
4260         * src/SDCCglue.c (glue): _sdcc_gsinit_startup is now port specific.
4261         * src/mcs51/main.c: (_mcs51_genInitStartup, _mcs51_genExtraAreas,
4262         _mcs51_genXINIT, _mcs51_genRAMCLEAR): link initialization code from the
4263         library instead of hard coding it into the compiler.
4264         * support/regression/ports/mcs51-stack-auto/spec.mk,
4265         * src/SDCCmain.c (linkEdit): added mcs51.lib to the link libraries
4266         * device/lib/mcs51/Makefile,
4267         * device/lib/small/Makefile,
4268         * device/lib/large/Makefile,
4269         * device/lib/mcs51/crtpagesfr.asm,
4270         * device/lib/mcs51/crtstart.asm,
4271         * device/lib/mcs51/crtxclear.asm,
4272         * device/lib/mcs51/crtxinit.asm,
4273         * device/lib/mcs51/crtclear.asm,
4274         * device/lib/mcs51/crtxstack.asm: move most of the mcs51 C runtime
4275         startup/initialization out of src/SDCCglue.c and src/mcs51/main.c
4276         and into user configurable files.
4277         * device/lib/clean.mk: clean mcs51 directory too
4278         * support/regression/tests/longlit.c: added static to T1 declaration
4279         * doc/sdccman.lyx: documented _PAGESFR sfr for customizing pdata
4280         accesses in the initialization code
4281
4282 2004-03-14 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4283
4284         * device/include/mc68hc908qy.h: corrected declarations of FLBPR and
4285         OSCTRIMVAL as noted in bug #916008
4286
4287 2004-03-14 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4288
4289         * src/SDCCloop.c (basicInduction): fixed bug with loop induction
4290         in loops with multiple exits (reported as incorrect registers
4291         used by Martin Helmling in Sdcc-user list)
4292
4293 2004-03-12 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
4294
4295         * src/ds390/main.c (_ds390_genAssemblerPreamble): cosmetic change,
4296         made ds390 register extensions look less like error messages
4297
4298 2004-03-12 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4299
4300         * src/SDCCglue.c (printIvalPtr): fixed bug with pointer initializer
4301         reported by Adam Wozniak in Sdcc-user list
4302
4303 2004-03-10 Bernhard Held <bernhard AT bernhardheld.de>
4304
4305         * src/SDCCast.c (decorateType): fixed with bug and promotion in
4306         arithmetic optimizations, added debug output
4307
4308 2004-03-09 Bernhard Held <bernhard AT bernhardheld.de>
4309
4310         * device/lib/time.c (mktime): fixed bug reported by Bert Thomas
4311         * sdcc.spec: updated and split sdcc into 3 rpms
4312         * src/SDCCast.c (decorateType): &|^ don't need addCast(); addCast() is
4313         needed for literals of LEFT_OP and '+'
4314         * src/SDCCicode.c (geniCodeLogic): I must have been braindead when I
4315         introduced RESULT_TYPE_NOPROM
4316         (geniCodeMultiply): fixed logic for decision if mul is optimized to
4317         left shift
4318         * src/SDCCsymt.c (computeType): op is int; added RESULT_TYPE_OTHER;
4319         limited promotion to int only for '*'
4320         * src/SDCCsymt.h (computeType): op is int, removed RESULT_TYPE_NOPROM
4321
4322 2004-03-09 Hans Dorn <hjdorn AT users.sourceforge.net>
4323
4324         * src/pic16/gen.c (genSkip),
4325         (genc16bit2lit), (gencjneshort): commented out
4326         (is_LitOp): new helper function, checks operand type
4327         (genCmpEq): rewritten
4328
4329 2004-03-08 Bernhard Held <bernhard AT bernhardheld.de>
4330
4331         * support/regression/tests/bug-908454.c: added
4332
4333 2004-03-07 Bernhard Held <bernhard AT bernhardheld.de>
4334
4335         * src/SDCCast.c (addCast): fixed bug #908454 by promoting bits to char
4336         * src/SDCCicode.c (usualBinaryConversions): op needs int type
4337         (geniCodeCast): cosmetic, don't preserve bit storage class
4338         (geniCodeLeftShift): added promotion
4339         (geniCodeLogic): fixed regression
4340         * src/SDCCsymt.c (computeTypeOr): accept bits too
4341         (compareType): 2nd part of fix for bug #908454, needed for bitfields
4342
4343 2004-03-07  Borut Razem <borut.razem AT siol.net>
4344
4345         * support/Util/findme.c: alloca() replaced with malloc()/free() pair
4346
4347 2004-03-06 Vangelis Rokas <vrokas AT otenet.gr>
4348
4349         * src/pic16/ralloc.c (pic16_genPackRegisters): reverted to old
4350         version of pic16_genPackRegisters which does not check if ic is a
4351         CAST operator,
4352         * src/pic16/gen.c (ifxForOp): disabled new and untested code in
4353         function cause string1.c regression test fails
4354
4355 2004-03-06 Bernhard Held <bernhard AT bernhardheld.de>
4356
4357         * sim/ucsim/configure.in,
4358         * sim/ucsim/configure,
4359         * sim/ucsim/doc/Makefile.in: use docdir
4360         * src/SDCC.y: fixed sbit atrributes
4361         * src/SDCCast.c (getResultTypeFromType): added support for bitfields
4362         * src/SDCCast.c (decorateType): |^& need special promotion handling
4363         * src/SDCCast.h,
4364         * src/SDCCsymt.h: moved definition of RESULT_TYPE
4365         * src/SDCCsymt.h (computeType),
4366         * src/SDCCicode.c: computeType() needs op
4367         * src/SDCCsymt.c (checkTypeSanity),
4368         * doc/sddman.lyx: "plain" bitfields are unsigned
4369         * src/SDCCsymt.c (computeTypeOr): added
4370         * src/SDCCsymt.c (computeType): added support for bitfields, fixed
4371         |^& ops
4372         * src/SDCCval.c (val*): computeType() needs op
4373         * src/SDCCval.c (valCastLiteral): fixed casting of bitfields
4374         * support/regression/tests/onebyte.c: added tests for |^&
4375
4376 2004-03-06 Hans Dorn <hjdorn AT users.sourceforge.net>
4377
4378         * src/pic16/gen.c: (genpic16Code) use copy of printILine's output
4379         for writing icode into asm output.
4380
4381 2004-03-05 Vangelis Rokas <vrokas AT otenet.gr>
4382
4383         * src/pic16/device.c: added some debug lines enabled
4384         with macro DEBUG_CHECK,
4385         * src/pic16/genarith.c: more debug in genPlus,
4386         * (pic16_genUMult8XLit_16, pic16_genUMult8X8_16): removed,
4387         * (pic16_genUMult16X16_16, pic16_genUMult16XLit_16): NEW,
4388         * src/pic16/gen.c: added prototypes for pic16_genMult16X16_16,
4389         * (aopForSym): onStack symbols are re-placed in data memspace,
4390         and onStack flag is cleared,
4391         * (pic16_popGetTempReg, pic16_popReleaseTempReg): modified to
4392         copy temporary pcodeop,
4393         * (genPcall): added warning for not updating PCLATU,
4394         * (genFunction): removed test with IFFUNC_CALLEESAVES, its
4395         always true for pic16 port,
4396         * (genMultOneWord): NEW, supports integer multiplication,
4397         * (genMult): modified to call genMultOneWord,
4398         * (ifxForOp): added warning when return NULL,
4399         * src/pic16/glue.c (pic16emitRegularMap): symbol implicit
4400         flag is set before call to operandFromSymbol for implicit
4401         added structures,
4402         * src/pic16/main.c (_pic16_finaliseOptions): options.float_rent,
4403         options.intlong_rent are set by default,
4404         * (_hasNativeMulFor): modified to allow port generation of integer
4405         multiplication,
4406         * src/pic16/ralloc.c (pic16_allocDirReg): commented out line which
4407         set regtype to REG_SFR for all registers, restricting seting the
4408         accessBank flag for registers 0<= r < 0x80 and 0xf80<=r<=0xfff,
4409
4410 2004-03-05 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
4411
4412         * src/mcs51/peephole.def: added 251.b and 253.x. 253.x are applied
4413         more than 500 times in the regression tests
4414
4415 2004-03-05 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4416
4417         * support/Util/SDCCerr.h,
4418         * support/Util/SDCCerr.c,
4419         * src/SDCC.y (struct_or_union_specifier, enum_specifier,
4420         enumerator_list),
4421         * src/SDCCsymt.c (addSymChain): show location of oriignal definition
4422         for symbol conflicts.
4423         * support/valdiags/tests/enum.c,
4424         * support/valdiags/tests/tentdecl.c,
4425         * support/valdiags/tests/struct.c: expect possible error messages
4426         referring to original symbol definitions.
4427         * src/SDCC.y (struct_or_union_specifier, struct_declarator),
4428         * src/SDCCsymt.h,
4429         * src/SDCCsymt.c (promoteAnonStructs): support anonymous struct/union
4430
4431 2004-03-03 Hans Dorn <hjdorn AT users.sourceforge.net>
4432
4433         * src/pic16/gen.c (gencjne): fixed for right=REG / left=LIT
4434
4435 2004-02-03 Vangelis Rokas <vrokas AT otenet.gr>
4436
4437         * src/pic16/ralloc.c (newReg): fixed bug #908929
4438
4439 2004-03-02 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4440
4441         * src/ds390/gen.c: added missing #include "main.h"
4442
4443 2004-03-02 Vangelis Rokas <vrokas AT otenet.gr>
4444
4445         * src/pic16/device.c (checkAddSym): NEW, adds a symbol to set while
4446         checking if symbol is already in set,
4447         * src/pic16/device.h: prototype for checkAddSym,
4448         * src/pic16/gen.c: (_G): added entry interruptvector,
4449         * (assignResultValue): removed some commented out lines,
4450         * (genFunction): check for ISR via sym->type, absolute section for
4451         interrupt code is created via a new pBlock, the goto instruction is
4452         placed now correctly at the interrupt vector position, changed all
4453         references from ivec to _G.interruptvector,
4454         * WREG,STATUS,BSR are not saved in stack upon an entry to interrupt
4455         is the interrupt is a high priority one, same for return from ISR,
4456         * src/pic16/glue.c: changed all calls of addSetHead for publics and
4457         externs to calls of checkAddSym,
4458         * src/pic16/pcode.c (pic16_pBlockConvert2*): emit warning when
4459         pic16_pcode_verbose flag is set,
4460         * src/pic16/pcode.h: extern to pic16_pcode_verbose,
4461         * src/pic16/pcoderegs.c: message about how many registers are saved
4462         will only be emitted if pic16_pcode_verbose flag is set,
4463
4464 2004-03-02 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4465
4466         * src/ds390/ralloc.h,
4467         * src/ds390/ralloc.c (ds390_regWithIdx),
4468         * src/ds390/gen.c (emitcode),
4469         * src/ds390/main.h,
4470         * src/ds390/main.c (instructionSize, ds390newAsmLineNode, updateOpRW,
4471         ds390opcodeCompare, asmLineNodeFromLineNode, getInstructionSize,
4472         ds390operandCompare, getRegsRead, getRegsWritten,
4473         initializeAsmLineNode): customized instruction size calculation for
4474         ds390, started basis for some register optimizations
4475         * src/ds390/gen.c (gen390Code, emitcode): associate iCodes with
4476         corresponding assembly output
4477         * src/ds390/gen.c (genFunction, genEndFunction): added case to handle
4478         missing push/pop of r0/r1. Optimized push/pops
4479
4480 2004-03-01 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4481
4482         * src/mcs51/main.c (instructionSize): fixed ACALL size
4483         * src/mcs51/main.c (updateOpRW): fixed bug with @dptr, @a+dptr operands
4484
4485 2004-03-01 Vangelis Rokas <vrokas AT otenet.gr>
4486
4487         * src/pic16/device.c (pic16_dump_section): fixed a bug that allowed
4488         the sorting of rlist with NULL elements
4489         * (print_idataType, print_idata): NEW to create idata sections
4490         * src/pic16/device.h: idataSymSet new variable
4491         * src/pic16/gen.c (genFunction): fixed some bugs in string
4492         comparing, improved the absolute section creation for ISRs,
4493         added FSR0L/FSR0H in registers that are saved in an ISR,
4494         * (genInline): fixed the processing of inline snippets,
4495         now they undergo no process by the peephole optimizer
4496         * src/pic16/glue.c (pic16emitRegularMap): symbols with initialiser
4497         are placed in idataSymSet,
4498         * (pic16emitStaticSeg): extern symbols are added in externs,
4499         * src/pic16/ralloc.c (pic16_allocDirReg): work around to reduce bank
4500         switching when aboslute variables are placed in access bank memory
4501         * (pic16_writeUsedRegs): added call to pic16_dump_idata,
4502         * (packRegsForSupport,packRegsForAccUse,packRegsForOneuse):
4503         commented out with #if,
4504         * (pic16_packRegisters): reintroduce the check for CAST because some
4505         symbols are not correctly handled,
4506         * src/pic16/pcode.h: changed the definition of pCodeAsmDir to hold a
4507         pCodeInstruction instead of pCode,
4508         * src/pic16/pcode.c (pic16_newpCodeAsmDir): modified for the new
4509         pCodeAsmDir definition,
4510         * (pic16_pCode2str, genericPrint): when an AsmDir pcode has a NULL
4511         directive, then the argument directive is emitted without the leading
4512         tab, hack for inline labels which must be in the first column,
4513         * (compareLabel,pic16_findNextInstruction),
4514         * (pic16_findPrevInstruction): added case for PO_ASMDIR,
4515         * (insertBankSwitch): modified for the new pCodeAsmDir,
4516
4517 2004-03-01 Hans-Juergen Dorn <hans.dorn AT apl-landau.de>
4518         patch applied by Vangelis Rokas <vrokas AT otenet.gr>
4519
4520         * src/pic16/gen.c (pic16_popGet): case PO_DIR, adds the offset to
4521         instance,
4522         * (pushSide): commented out with #if,
4523         * (assignResultValue): fixed some typos in saving
4524         registers,
4525         * (genPcall): FIXED and sync'ed with genCall,
4526         * (genDataPointerGet,genDataPointerSet): using offset not leoffset
4527         * (genNearPointerGet): fixed to handle some more cases,
4528         implementation scheme via table reads,
4529         * (genConstPointerGet): modified to access code memory correct,
4530         * (genCodePointerGet,genNearPointerSet,genGenPointerSet): modified
4531         and improved to handle some cases
4532         * glue.c (printIvalType,printIvalChar,emitStaticSeg): use "DB"
4533         instead of "RETLW" for init data
4534         * src/pic16/ralloc.c (pic16_allocDirReg): warning when a symbol is
4535         not IN_DIRSPACE, work around to reduce bank switching when aboslute
4536         variables are placed in access bank memory (<0x80 and >=0xf80),
4537         * src/pic16/pcode.c: added SFRs TBLPTR, TABLAT, added opcodes TBLRD,
4538         TBLRD_POSTINC,TBLRD_POSTDEC,TBLRD_PREINC,TBLWT,TBLWT_POSTINC,
4539         TBLWT_POSTDEC,TBLWT_PREINC
4540         * Fixed initialisation of BSR, set "alias" for SSAVE to "0"
4541         * (pic16_emitDB,pic16_flushDB): New functions to generate "DB"
4542         directives
4543         * (pic16_pCodeConstString): use "DB" instead of "RETLW"
4544         * src/pic16/pcode.h: added TBLRD*,TBLWT*, added pic16_emitDB,
4545         pic16_flushDB, made pic16_newpCodeAsmDir public, added TBLPTR, TABLAT
4546         * src/pic16/ralloc.h: added IDX_BSR,IDX_TBLPTR*,IDX_TABLAT
4547
4548 2004-02-29  Borut Razem <borut.razem AT siol.net>
4549
4550         * src/Makefile.in, src/SDCCutil.c, support/Util/findme.c,
4551         support/Util/findme.h, support/Util/system.h: enhance binary relative
4552         search for lib and include by using findProgramPath()
4553
4554 2004-02-28 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4555
4556         * src/SDCCpeeph.h,
4557         * src/SDCCpeeph.c (pcDistance),
4558         * src/port.h,
4559         * src/mcs51/ralloc.h,
4560         * src/mcs51/ralloc.c (mcs51_regWithIdx),
4561         * src/mcs51/main.h,
4562         * src/mcs51/main.c (instructionSize, asmLineNode, updateOpRW,
4563         mcs51opcodeCompare, asmLineNodeFromLineNode, getInstructionSize,
4564         mcs51operandCompare, getRegsRead, getRegsWritten): made instruction
4565         size calculation port specific, started basis for some register
4566         optimizations
4567         * src/mcs51/gen.c (genFunction, genEndFunction): added case to handle
4568         missing push/pop of r0/r1. Optimized push/pops
4569         * src/mcs51/ralloc.c (packregisters): fixed bug #727095
4570         * device/lib/_modsint.c (_modsint),
4571         * device/lib/_modslong.c (_modslong): fixed sign of result in non-asm
4572         and stack version so regression tests pass
4573
4574 2004-02-26 Bernhard Held <bernhard AT bernhardheld.de>
4575
4576         * src/Makefile.in (dep): include SLIBOBJS in dependency check
4577         * src/SDCCast.c (decorateType): catch another small optimization
4578         with '?' operator
4579         * src/SDCCsymt.c (computeType): added comments and cosmetic changes
4580         * src/SDCCval.c (valMult, valDiv, valMod, valPlus, valMinus, valShift):
4581         modified to finally use computeType() all over SDCC,
4582         see Feature Request #877103
4583         * src/SDCCval.h: cosmetic
4584         * src/SDCCicode.c (operandOperation): fixed EQ_OP bug, now same as in
4585         valCompare(); regression tested in muldiv.c
4586         * support/regression/tests/muldiv.c (testMod): mod sign follows
4587         dividend only
4588
4589 2004-02-23 Bernhard Held <bernhard AT bernhardheld.de>
4590
4591         * src/SDCCast.c (decorateType): fixed bug #902362
4592         * doc/INSTALL.txt: fixed install instructions for win32
4593
4594 2004-02-21 Bernhard Held <bernhard AT bernhardheld.de>
4595
4596         * device/include/Makefile.in (install): fixed by replacing spaces
4597         by tabs
4598         * doc/README.txt,
4599         * doc/INSTALL.txt: updated for release
4600         * doc/sdccman.lyx: added warning for --xstack being buggy
4601
4602 2004-02-20 Bernhard Held <bernhard AT bernhardheld.de>
4603
4604         * src/pic16/ralloc.c (packRegsForAccUse):  disabled functions with #if
4605         to eliminate build warnings.
4606         * src/pic16/gen.c (pic16_popGet): fixed for gcc 2.95.4
4607
4608 2004-02-20 Vangelis Rokas <vrokas AT otenet.gr>
4609            Hans-Juergen Dorn <hans.dorn AT apl-landau.de>
4610
4611         * doc/sdccman.lyx: removed PIC16 from PIC16 Port Specific Options,
4612         removed -penable-stack, added comment for stack pragma, added
4613         warning for not initializing the stack/frame registers, removed
4614         comment at interrupts section
4615
4616         Stack is made permanent, there is no ability to disable stack usage.
4617         * src/pic16/device.h,
4618         * src/pic16/device.c: removed all references to USE_STACK macro,
4619         * src/pic16/device.c (pic16_dump_section): when no elements in
4620         rlist, free rlist before return,
4621         * (pic16_dump_int_registers): NEW, internal registers are a new set
4622         of general purpose registers reused by each function,
4623         * (checkAddReg): returns 1 if registers is added to set,
4624         * (pic16_groupRegistersInSection): when a registers is of type
4625         PO_GPR_TEMP add it in pic16_int_regs and not in pic16_rel_udata,
4626         * src/pic16/device.h: memRange and Assigned Memory are deleted,
4627         SRCASECMP macro is moved here from device.c
4628         * src/pic16/genarith.c (pic16_pCodeOpType): added cases for
4629         PO_PCLATU, PO_PRODL, PO_PRODH,
4630         * (pic16_pCodeOpType, genMinus,
4631         changed compares to "a" register, with AOP_ACC,
4632         * (pic16_genPlus): fixed some bugs and indented properly,
4633         * (pic16_addSign): changed size to size+offset in the MOVWF
4634         instruction,
4635         * (pic16_genUMult8XLit_8): NEW, uses processor MULLW instruction to
4636         multiply 8-bit operand by literal, result is 8-bit,
4637         * (pic16_genUMult8X8_8): NEW, uses processor MULWF instruction to
4638         multiply 2 8-bit operand, result is 8-bit,
4639         * (pic16_genMult8X8_8): modified to call genUMult8X*_8 functions and not
4640         genUMult8X*_16,
4641         * src/pic16/gen.c: changed accUse to contain WREG only,
4642         * (pic16_emitcomment): renamed to pic16_emitpcomment,
4643         * (aopForSym): allocated dir register when IN_DIRSPACE(space) is,
4644         true, do not use immediate addressing any more unless sym is a
4645         pointer in codespace,
4646         * (aopForRemat): do not use immediate addressing when symbol not in
4647         codespace and when symbol's address is requested,
4648         * (aopOp): for-loop in if(sym->accUse) is modified for the new
4649         accUse size (= 1),
4650         * (aopGet): added case for AOP_ACC and don't return "accumulator
4651         bug" but WREG instead,
4652         * (popGetTempReg): pushes contents of temporary register in stack,
4653         * (popReleaseTempReg): pops contents of temporary register from
4654         stack. Use popGetTempReg/popReleaseTempReg in aligned pairs,
4655         * (pic16_popGet): separated case AOP_ACC to return register WREG
4656         from processor registers, AOP_PCODE not checks if pcop is PO_DIR
4657         or PO_IMMEDIATE and initializes their instance/offset appropriately,
4658         * The whole issue with aopForSym,aopForRemat,popGet) is to minimize
4659         the use of immediate pointers to certain cases only.
4660
4661         * (pic16_pushpCodeOpReg, pic16_poppCodeOpReg): use pic16_popGet2p,
4662         * (pic16_loadFromReturn, pic16_storeForReturn: NEW,
4663         * (assignResultValue, genCall, genRet): modified to use the new
4664         function return value scheme with WREG,PRODL,PRODH,FSR0L and FSR0,
4665         genPcall is still broken,
4666         * (genFunction): added code to create 'A' type pBlocks when
4667         interrupt functions are generated, code not extensively tested yet,
4668         ISRs push WREG,STATUS,BSR,PRODL,PRODH,FSR0L,FSR0H registers on stack,
4669         * (genEndFunction): modified so ISRs pop stored registers from stack,
4670         * (genMultOneByte): cleanup,
4671         * (AccRsh): added flag andmask, to and result with appropriate mask,
4672         * (genUnpackBits,genPackBits): fixed and can handle bit fields,
4673         * (genDataPointerGet): fixed and reenabled its use,
4674         * (genNearDataPointerGet): bugs fixed,
4675         * (genDataPointerSet): bugs fixed,
4676         * src/pic16/genutils.c: added functions pic16_DumpValue,pic16_DumpAop,
4677         pic16_DumpSymbol, pic16_DumpOp,
4678         * src/pic16/genutils.h: function prototypes for the above functions,
4679         * src/pic16/glue.c: new flags initsfpnt, to initialize stack/frame
4680         pointers,
4681         * (pic16emitRegularMap): many many many improvements, but needs a
4682         major cleanup,
4683         * src/pic16/main.c: enable_stack in pic16_options is removed,
4684         * (_pic16_parseOptions): removed command line options -penable-stack,
4685         * (_process_pragma): emit stack symbol only when stack pragma is
4686         processed,
4687         * src/pic16/pcode.c: pic16_pc_fsr0 is removed, all operations are
4688         redirected to FSR0L/FSR0H pair,
4689         * (pic16_get_op, pic16_get_op2): modifications and improvements,
4690         * (pic16_getRegFromInstruction, pic16_getRegFromInstruction2): added
4691         cases PO_PRODL,PO_PRODH, pic16_getRegFromInstruction2 returns sane
4692         for immediates,
4693         * (insertBankSwitch): modified to handle cases like: (alfa + 1)
4694         * (dumpPicOptype): NEW,
4695         * src/pic16/pcode.h: added PO_PCLATU,PO_PRODL,PO_PRODH in enum,
4696         * src/pic16/pcoderegs.c (pCodeRegMapLiveRangesInFlow): fixed bug
4697         with movff instruction,
4698         * src/pic16/ralloc.c: renamed typeRegWithIdx to pic16_typeRegWithIdx,
4699         added pic16_int_regs, some packRegsFor* functions are commented out,
4700         because produce errors,
4701         * src/pic16/NOTES: minor modifications
4702
4703 2004-02-18  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
4704
4705         * as/mcs51/aslink.h, as/mcs51/lkarea.c, as/mcs51/lkdata.c, as/mcs51/lkmain.c,
4706         as/mcs51/lkmem.c, src/SDCCglob.h, src/SDCCmain.c: added options --stack-size and
4707         --pack-iram.
4708         * doc/sdccman.lyx: described options --stack-size and --pack-iram.
4709         * as/mcs51/lkaomf51.c: fixed bug #895763
4710
4711 2004-02-17 Bernhard Held <bernhard AT bernhardheld.de>
4712
4713         * device/include/c8051f320.h: added. Contributed by Maarten Brock.
4714
4715 2004-02-17 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4716
4717         * doc/sdccman.lyx: added details about the HC08 storage classes and
4718         interrupts, fixed the register usage info for z80 & gbz80
4719
4720 2004-02-17 Vangelis Rokas <vrokas AT otenet.gr>
4721
4722         * doc/sdccman.lyx: added more pic16 port documentation
4723         * device/include/pic16/: added header pic18fregs.h
4724
4725 2004-02-16 Bernhard Held <bernhard AT bernhardheld.de>
4726
4727         * doc/sdccman.lyx: added Vangelis' contribution
4728
4729 2004-02-16 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4730
4731         * src/SDCClrange.c (rlivePoint): live range of SEND operand should
4732         extend to the next CALL or PCALL, not just to the next CALL.
4733
4734 2004-02-16 Vangelis Rokas <vrokas AT otenet.gr>
4735
4736         * src/pic16/gen.c (genInline): fixed bug #896482 with inline assembly
4737
4738 2004-02-15 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4739
4740         * src/mcs51/ralloc.c (packRegsForAssign, reassignAliasedSym): fixed
4741         bug #895752 and a better fix for bug #716790
4742
4743 2004-02-15 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4744
4745         * src/SDCCsymt.c (processFuncArgs): fixed bug #896796
4746
4747 2004-02-14 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
4748
4749         * doc/sdccman.lyx: minor changes, minor changed
4750
4751 2004-02-13 Bernhard Held <bernhard AT bernhardheld.de>
4752
4753         * src/SDCCicode.c (usualBinaryConversions): removed pic16 from ports
4754         which can't handle SDCC_NEWONEBYTEOPS,
4755         (geniCodeMultiply): removed conversion from mult to shift for pic14
4756         and pic16
4757
4758 2004-02-12 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4759
4760         * src/hc08/gen.h,
4761         * src/hc08/gen.c (storeRegToAop, aopOp, aopAdrStr, accopWithAop,
4762         rmwWithAop): Ported my 2003-10-02 fix for bug #663539 to the hc08,
4763         thus fixing bug #895406
4764
4765 2004-02-11 Bernhard Held <bernhard AT bernhardheld.de>
4766
4767         * device/lib/_modsint.c,
4768         * device/lib/_modslong.c: sign follows divisor only
4769         * src/hc08/gen.c (genMultOneByte): if result size is 1,
4770         signs or signedness can be ignored
4771         * src/SDCCast.c (addCast): cosmetic - added lineno to CAST
4772         * src/SDCCast.c (resultTypePropagate): added even more ops: +, - and *,
4773         added optimization for IFX,
4774         (decorateType): Mult/Div/ModOneByte ops can handle all kind of signed
4775         arguments;
4776         reenabled optimization for IFX, which was removed on 2004-01-11
4777         * src/SDCCast.h: added return type IFX
4778         * src/SDCCicode.c: Mult/Div/ModOneByte ops can handle all kind of signed
4779         arguments with 8 or 16 bit results; pic14 and pic16 ports use old
4780         promotion behaviour; env. var. SDCC_NEWONEBYTEOPS selects the new,
4781         SDCC_OLDONEBYTEOPS selects the old behaviour
4782         * src/SDCCsymt.c (computeType): type2 can be NULL (for LEFT_OP);
4783         changed again and commented promotion rule
4784         * src/SDCCval.c (valDiv): promotion no longer necessary
4785         * src/ds390/gen.c (genMultOneByte) (genDivOneByte) (genModOneByte),
4786         * src/mcs51/gen.c (genMultOneByte) (genDivOneByte) (genModOneByte):
4787         rewritten
4788         * support/regression/tests/onebyte.c: added
4789
4790 2004-02-11 Vangelis Rokas <vrokas AT otenet.gr>
4791
4792         * gen.c (genInline): reverted to old code for assemnling inline
4793         code because of bug reported James Chadd
4794
4795 2004-02-10 Vangelis Rokas <vrokas AT otenet.gr>
4796
4797         * ralloc.h: missing declarations from previous patch,
4798         seems that patch for ralloc.h was never applied, fixed
4799
4800 2004-02-10 Hans-Juergen Dorn <hans.dorn AT apl-landau.de>
4801            patch committed by Vangelis Rokas <vrokas AT otenet.gr>
4802
4803         * pcode.c,
4804         * pcode.h,
4805         * ralloc.h: added FSR0L, FSR0H and other missing PIC16 SFR's for
4806         indirect addressing. Marked FSR0 as deprecated
4807         * gen.c (pointerCode): commented out, not needed now
4808         (pic16_popGet2p): new MOVFF helper function
4809         (genGenPointerGet),
4810         (genGenPointerSet): reimplemented with MOVFF and POSTINC0
4811         (shiftRLong): removed duplicate debugging info
4812
4813 2004-02-10 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4814
4815         * src/ds390/gen.c (genNearPointerGet),
4816         * src/mcs51/gen.c (genNearPointerGet): allow the genDataPointerGet()
4817         optimization with bits, but not bitfields.
4818         * src/ds390/ralloc.c (packRegisters),
4819         * src/mcs51/ralloc.c (packRegisters): fixed bug #884453 & #880832
4820
4821 2004-02-09 Bernhard Held <bernhard AT bernhardheld.de>
4822
4823         * src/SDCCcse.c (algebraicOpts): copy operands before modification
4824
4825 2004-02-09 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4826
4827         * src/SDCCsymt.h,
4828         * src/SDCCicode.c (operandFromSymbol),
4829         * src/mcs51/ralloc.c (verifyRegsAssigned, serialRegAssign),
4830         * src/ds390/ralloc.c (verifyRegsAssigned, serialRegAssign),
4831         * src/z80/ralloc.c (verifyRegsAssigned, serialRegAssign),
4832         * src/hc08/ralloc.c (verifyRegsAssigned, serialRegAssign),
4833         * src/pic/ralloc.c (verifyRegsAssigned, serialRegAssign),
4834         * src/pic16/ralloc.c (verifyRegsAssigned, serialRegAssign): fixed
4835         bug #892038
4836         * src/SDCCast.c (createIvalStruct, createIvalArray, gatherAutoInit),
4837         * src/SDCCglue.c (emitRegularMap, printIvalStruct, printIvalArray,
4838         printIvalCharPtr, printIvalPtr, printIval, emitStaticSeg, emitOverlay)
4839         * src/SDCCsymt.c (newSymbol),
4840         * src/SDCC.y (struct_or_union_specifier, enum_specifier,
4841         enumerator_list),
4842         * src/SDCCval.h,
4843         * src/SDCCval.c (newiList): fixed bug #885705
4844
4845 2004-02-08  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
4846
4847         * doc/sdccman.lyx: added section 3.1.4: sdcclib.
4848         * as/mcs51/lkmem.c: report the size of the stack in .mem file.
4849
4850 2004-02-08 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
4851
4852         * device/include/c8051f120.h,
4853         * device/include/c8051f300.h,
4854         * device/include/c8051f310.h: added/updated header files for Silicon
4855         Laboratories (formerly Cygnal) CPUs. Contributed by Maarten Brock.
4856         * doc/sdccman.lyx: minor changes, recommended diff -Naur and diff -u
4857         in new section Submitting patches
4858
4859 2004-02-08 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4860
4861         * src/mcs51/gen.c (genNearPointerGet, genPagedPointerGet,
4862         genFarPointerGet, genCodePointerGet, genGenPointerGet,
4863         genNearPointerSet, genPagedPointerSet, genFarPointerSet,
4864         genGenPointerSet),
4865         * src/ds390/gen.c (genNearPointerGet, genPagedPointerGet,
4866         genFarPointerGet, genCodePointerGet, genGenPointerGet,
4867         genNearPointerSet, genPagedPointerSet, genFarPointerSet,
4868         genGenPointerSet),
4869         * src/pic16/gen.c (genNearPointerGet, genPagedPointerGet,
4870         genFarPointerGet, genCodePointerGet, genGenPointerGet,
4871         genNearPointerSet, genPagedPointerSet, genFarPointerSet,
4872         genGenPointerSet),
4873         * src/pic/gen.c (genNearPointerGet, genPagedPointerGet,
4874         genFarPointerGet, genCodePointerGet, genGenPointerGet,
4875         genNearPointerSet, genPagedPointerSet, genFarPointerSet,
4876         genGenPointerSet): fixed bug #892400
4877         * src/pic16/gen.c (genSkipz, AccRol): disabled functions with #if 0
4878         to eliminate build warnings.
4879         * src/SDCCast.c (processParms),
4880         * src/SDCC.y (function_declarator2, declarator2_function_attributes):
4881         fixed bug 751859
4882         * support/valdiag/valdiag.py: added GCC to the list of defines active
4883         when compiling with gcc
4884
4885 2004-02-07 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4886
4887         * support/Util/SDCCerr.h,
4888         * support/Util/SDCCerr.c,
4889         * src/SDCCast.c (decorateType, sizeofOp): complain when sizeof is used
4890         with an incomplete type (fixed bug #883734)
4891         * src/SDCCicode.c (geniCodeCast): fixed bug #890510
4892
4893 2004-02-07 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4894
4895         * src/pic16/gen.c (genCmpEq, shiftRLong): fixed declarations
4896
4897 2004-02-06 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4898
4899         * src/SDCCast.c (decorateType),
4900         * src/SDCCicode.c (geniCodeParms, geniCodeCall): fixed bugs in my ANSI
4901         function pointer implementation
4902         * support/regression/tests/funptrs.c: added tests to verify both forms
4903         of function pointers work correctly. Added tests to verify parameters
4904         are passed in the correct order.
4905
4906 2004-02-06  Vangelis Rokas <vrokas AT otenet.gr>
4907
4908         * device.c (regCompare): registers are sorted by ascending
4909         address and increasing size,
4910         * main.c (_pic16_finaliseOptions): removed the declaration
4911         of compiler macro MCU. Now a macro of the format pic18fxxxx
4912         will be defined from the command line
4913
4914 2004-02-06  Hans-Juergen Dorn <hans.dorn AT apl-landau.de>
4915             patch committed by Vangelis Rokas <vrokas AT otenet.gr>
4916
4917         * pcode.c (pic16initMnemonics): fixed typo in assignment to PCOP_RLNCF
4918         PCOP_RLCF was overwritten!
4919         * gen.c (genSkip): commented out calls to pic16_emitcode,
4920         * (genCmpEQ): fixed "long" compares, only high word did get compared,
4921         * (genlshTwo),
4922         * (genRRC): added debugging info,
4923         * (shiftL2Left2Result): Fixed bug, if offr > offl. Result got
4924         overwritten while shifting,
4925         * (shiftR2Left2Result): Fixed bug, if offr < offl. Result got
4926         overwritten while shifting,
4927         * (AccLsh),
4928         * (AccRsh),
4929         * (shiftLLeftOrResult),
4930         * (shiftRLeftOrResult),
4931         * (shiftRLong),
4932         * (shiftLLong): Implemented with pic16_emitpcode
4933         * (genlshFour): Replaced pic16_aopPut with pic16_emitpcode,
4934         * (genLeftShift): Fixed bug, operand for shift by variable always
4935         was "and"ed with 0x0f,
4936         * (genLeftShiftLiteral),
4937         * (genrshTwo),
4938         * (genRightShiftLiteral): added debugging info,
4939         * (genrshFour): added comment,
4940         * (genRightShift): determined signedness from operand "left"
4941         instead of "result"
4942
4943 2004-02-04 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4944
4945         * src/SDCCicode.c (geniCodeParms),
4946         * src/SDCCast.c (decorateType, processParms): support for ANSI-style
4947         function pointers, fixed function pointer bugs #861242 and #861896
4948
4949 2004-01-31 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
4950
4951         * device/include/c8051f000.h,
4952         * device/include/c8051f120.h,
4953         * device/include/c8051f300.h: added header files for Silicon
4954         Laboratories (formerly Cygnal) CPUs. Contributed by Maarten Brock.
4955
4956 2004-01-31 Bernhard Held <bernhard AT bernhardheld.de>
4957
4958         * src/SDCCast.c (processParams): added new type flow and restructured
4959         (gatherAutoInit): added new type flow
4960         (addCast): cosmetic changes
4961         (getLeftResultType): added new type flow for array indices, patch
4962         provided by Stas, see FR #877103
4963         (decorateType): SDCC_NEWTYPEFLOW removed, new type flow is now standard;
4964         array index patch by Stas
4965         * src/SDCCast.h: added prototype getResultTypeFromType()
4966         * src/SDCCval.h,
4967         * src/SDCCval.c (resolveIvalSym) (resolveIvalSym),
4968         * src/pic/glue.c (pic14emitStaticSeg),
4969         * src/pic16/glue.c (pic16emitStaticSeg),
4970         * src/SDCCglue.c (emitRegularMap) (emitStaticSeg): added new type flow
4971         for initialization of symbols
4972         * src/SDCCicode.c (geniCodeArray): removed warning W_ARRAY_BOUND
4973         * support/Util/SDCCerr.h:
4974         * support/Util/SDCCerr.c: replaced W_ARRAY_BOUND by W_IDX_OUT_OF_BOUNDS
4975         * .version: bumped version number to 2.3.8
4976         * device/include/Makefile.in (install),
4977         * doc/Makefile (install): changed to 'rm `find ...`' construct to
4978         avoid warnings
4979
4980 2004-01-30 Bernhard Held <bernhard AT bernhardheld.de>
4981
4982         * support/regression/tests/libmullong.c: fixed for 64 bit hosts
4983         Slade Rich fixed an optimization bug
4984         * src/pic/pcodepeep.c,
4985         * src/pic/pcoderegs.c
4986         * doc/Makefile (install): added test for directory
4987
4988 2004-01-30 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4989
4990         * src/mcs51/ralloc.c (getRegPtr, getRegGpr),
4991         * src/ds390/ralloc.c (getRegPtr, getRegGpr),
4992         * src/pic/ralloc.c (getRegPtr, getRegGpr),
4993         * src/pic16/ralloc.c (getRegPtr, getRegGpr),
4994         * src/z80/ralloc.c (getRegGpr): fixed bug #883361
4995         * as/mcs51/asexpr.c (term),
4996         * as/hc08/asexpr.c (term): fixed bug #887146
4997
4998 2004-01-29 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4999
5000         * src/z80/gen.c (genMult): handle single byte result product
5001         * src/SDCCopt.c (killDeadCode): never convert ADDRESS_OF iCode to
5002         DUMMY_READ_VOLATILE (fixed bug #886367)
5003
5004 2004-01-27 Bernhard Held <bernhard AT bernhardheld.de>
5005
5006         * support/regression/tests/libmullong.c: fixed logic, on little endian
5007         hosts we ended without a mullong_wrapper()
5008
5009 2004-01-27 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5010
5011         * ChangeLog: changed "@" to " AT " in hopes of reducing spam and
5012         virus/worm forged address usage.
5013
5014 2004-01-27 Bernhard Held <bernhard AT bernhardheld.de>
5015
5016         Fixed promotion, it should be done on AST level:
5017         * src/SDCCast.c (addCast): added promotion to int
5018         (decorateType): updated call to upCast()
5019         * src/SDCCicode.c (geniCodeLeftShift): removed call to
5020         usualUnaryConversions()
5021
5022 2004-01-26  Michael Hope  <michaelh AT juju.net.nz>
5023
5024         * support/regression/tests/literalop.c (mulWrapper): Added a
5025         wrapper to remove integer overflow warnings.
5026
5027         * support/regression/tests/float_trans.c: Made work on host.
5028
5029         * support/regression/ports/ucz80/spec.mk (UCZ80): Made detect the
5030         location of sz80.
5031
5032         * support/regression/generate-cases.py (main): Changed from inline
5033         to a main method.
5034
5035         * doc/Makefile (install): Changed to depth first to get rid of
5036         missing directory install warning.
5037
5038         * as/Makefile (install-doc): Made work on Mac.
5039
5040 2004-01-25 Bernhard Held <bernhard AT bernhardheld.de>
5041
5042         * src/SDCCast.c: added an additional type flow in decorateType() of
5043         opposite direction, see feature request #860006; it's enabled at runtime
5044         by setting the environment variable SDCC_NEWTYPEFLOW
5045         * src/SDCCast.h: changed prototype of decorateType()
5046         * src/SDCCglue.c (emitRegularMap): updated call of decorateType()
5047         * src/SDCCicode.c (geniCodeDivision) (geniCodeModulus): promotion from
5048         'char' to 'int' can be omitted, if both operands are 'unsigned char';
5049         see feature request #877103
5050         * src/SDCCval.c: updated call of decorateType()
5051         (valBitwise): fixed bug #882876
5052         (valMinus): added promotion
5053         (valLogicAndOr): result is unsigned
5054         (cheapestVal) (constVal): literals from 0...255 are 'unsigned char' now
5055         * src/SDCCsymt.c (computeType),
5056         * src/mcs51/gen.c (genCmpGt) (genCmpLt): literal 'unsigned char'
5057         must not cause an unsigned operation
5058         * src/pic/glue (pic14emitRegularMap),
5059         * src/pic16/glue.c (pic16emitRegularMap): updated call of decorateType()
5060
5061 2004-01-23 Bernhard Held <bernhard AT bernhardheld.de>
5062
5063         * src/pic/pcode.c (PCodeID): commented out left over debug code
5064
5065 2004-01-20 Bernhard Held <bernhard AT bernhardheld.de>
5066
5067         * support/valdiag/tests/overflow.c: added shift tests
5068         * src/pic/device.c,
5069         * src/pic/gen.c,
5070         * src/pic/gen.h,
5071         * src/pic/glue.c,
5072         * src/pic/main.c,
5073         * src/pic/pcode.c,
5074         * src/pic/pcode.h,
5075         * src/pic/pcodepeep.c,
5076         * src/pic/pcoderegs.c,
5077         * src/pic/ralloc.c,
5078         * src/pic/ralloc.h: applied patch from Slade Rich;
5079         added support for multiple code pages and multiple RAM banks on the
5080         PIC 14 port. The ASM files now no longer simply assume all the
5081         code / RAM are in the same page / bank. This means the linker can
5082         safely allocate code/RAM of separate ASM files to different pages/banks.
5083         * doc/sdccman.lyx: added Slade's tips
5084         * src/mcs51/peeph.def: fixed bug #880768
5085
5086 2004-01-20 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5087
5088         * src/hc08/ralloc.c (rematStr): fixed bug #879282
5089         * src/SDCCast.c (decorateType): fixed bug #880197
5090
5091 2004-01-20  Michael Hope  <michaelh AT juju.net.nz>
5092
5093         * sim/ucsim/gui.src/serio.src/main.cc: Fixed unconditional use of
5094         getopt.h.
5095
5096         * debugger/mcs51/cmd.c (getValBasic): Changed strtof to strtod as
5097         strtof is not part of C89 and isn't included with Mac OS X.
5098
5099 2004-01-20 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5100
5101         * src/hc08/gen.c (genPlusIncr, genUminus, genMinusDec, genCmp,
5102         shiftL2Left2Result): fixed bug #879326
5103         (genAnd, genOr, genXor): fixed bug when result was of type AOP_CRY
5104         (genMultOneByte): fixed bug in signed vs unsigned multiplication
5105         * sim/ucsim/hc08.src/inst.cc (inst_clr): added missing effective
5106         address fetch for clr instruction
5107         * device/lib/hc08/_mulint.c: created optimized assembly version
5108         * src/SDCCdflow.c (computeDataFlow): fixed bug #878209
5109
5110 2004-01-19 Bernhard Held <bernhard AT bernhardheld.de>
5111
5112         * src/SDCCicode.c (geniCodeArray): applied patch from Stas Sergeev
5113         proposed in FR #877103
5114
5115 2004-01-18 Bernhard Held <bernhard AT bernhardheld.de>
5116
5117         * src/SDCCval.c (cheapestVal): added missing checks
5118         * src/SDCCicode.c (usualBinaryConversions): fixed condition
5119         * src/SDCCicode.c (geniCodeAdd): fixed part of bug #877103
5120
5121 2004-01-16 Klaus Flittner <klaus_flittner AT gmx.de>
5122
5123         * src/ds390/gen.c (aopOp3): fixed the assignment of different dptrs to
5124         equal operands
5125
5126 2004-01-16 Vangelis Rokas <vrokas AT otenet.gr>
5127
5128         * src/SDCCmain.c (linkEdit): variable $3 of the linker command is
5129         loaded with the linker search paths (-L arguments) and the libraries
5130         to be linked with the current source (-l arguments). Changes
5131         currently will affect only the pic16 port.
5132         * src/pic16/main.c (_pic16_finaliseOptions): add to the linker
5133         include path the port specific paths and port specific libraries,
5134         * gplink command now contains the $3 argument,
5135         * src/pic16/device.h,
5136         * src/pic16/device.c,: structure PIC_device is made public and
5137         renamed to PIC16_device, the same for variable Pics which is renamed
5138         to Pics16. Updated all references to them.
5139         * src/pic16/glue.c (pic16glue): corrected bug with code
5140         initialization which bypassed the variable initializations block.
5141
5142         * device/lib/pic16/Makefile.rules: removed --penable-stack from
5143         COMPILE_FLAGS and added the --nostdinc option
5144
5145 2004-01-15 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5146
5147         * device/include/mc68hc908jb8.h: Register defs for another member
5148         of the hc08 family. Contributed by Bjorn Bringert - thanks!
5149
5150 2004-01-14 Vangelis Rokas <vrokas AT otenet.gr>
5151
5152         Documenting changes from previous commits.
5153         * configure.in (version 1.56),
5154         * configure: initially I've added AC_CONFIG_SUBDIRS(device/lib/pic16)
5155         when generating output files to configure the pic16 library,
5156         but now I've commented it out, since gputils aren't installed in the
5157         SF compile farm, so library won't compile
5158
5159         * device/lib/Makefile.in (version 1.56): initially I've added in
5160         target 'all' the prerequestive 'model-pic16' so it compiled the
5161         pic16 library, but now I've commented it out for the same reasons
5162         above,
5163         * added targets 'model-pic16' and 'objects-pic16' to compile the
5164         library
5165         * added target 'port-specific-objects-pic16' to handle the
5166         generated libraries and copy them into the build/ directory
5167         * added target 'clean-intermediate-pic16' to clean intermediate
5168         files into pic16 directory
5169         * in target 'installdirs' added line to create directory pic16 in
5170         the installation path
5171
5172         * device/include/Makefile.in (version 1.11): in target 'install'
5173         added lines to copy all header files to installation path,
5174         * in target 'installdirs' added line create directory for pic16
5175         headers in the installation path
5176
5177 2004-01-13 Klaus Flittner <klaus_flittner AT gmx.de>
5178
5179         * src/ds390/gen.c (genCall): fixed a double use of acc and b after
5180          a function call
5181
5182 2004-01-13 Bernhard Held <bernhard AT bernhardheld.de>
5183
5184         * configure,
5185         * device/lib/configure.in,
5186         * device/lib/configure: fixed for autoconf 2.57
5187
5188 2004-01-13 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5189
5190         * src/z80/main.c (_parseOptions): fixed the portmode= command line
5191         option so that it actually works. Made it specific to the z80, since
5192         the gbz80 doesn't have these kinds of I/O ports.
5193
5194 2004-01-13 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5195
5196         * device/include/z180.h,
5197         * device/lib/_memcpy.c,
5198         * device/lib/_memmove.c,
5199         * device/lib/_mulint.c,
5200         * device/lib/ser_ir.c,
5201         * device/lib/ser_ir_cts_rts.c,
5202         * device/lib/_strcmp.c,
5203         * device/lib/_strtok.c: fixed pragmas to non-deprecated form
5204         * src/z80/main.c (_process_pragma): add support for pragmas bank and
5205         portmode; added deprecation warning for bank= and protmode= forms.
5206         Also, guard against buffer overflow.
5207         * src/z80/gen.c (aopGet): generate better code for sfr banked read
5208
5209 2004-01-13 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5210
5211         * src/hc08/main.c (_hc08_genAssemblerPreamble): fixed bug #875487. Also
5212         changed interrupt vector table generation to only emit declared vectors.
5213         * device/include/Makefile.in: added missing backslash
5214         * device/lib/pic16/Makefile.rules: add $(MODELFLAGS) to $(CFLAGS)
5215
5216 2004-01-13 Vangelis Rokas <vrokas AT otenet.gr>
5217
5218         Mainly changes to support compilation of the device libraries
5219         * src/pic16/device.c: stack is allocated via symbol and not
5220         via literal number. The symbol is placed in the corresponding
5221         position of the data ram
5222         * (pic16_dump_section): relocatable and absolute uninitialized
5223         data are now emitted in sorted order to reduce section naming,
5224         * src/pic16/ralloc.c (newReg): fixed bug with SFR's that
5225         weren't marked as being in the access bank,
5226
5227 2004-01-13 Vangelis Rokas <vrokas AT otenet.gr>
5228
5229         Added portion of GNU PIC Library under the directory
5230         device/include/pic16 and device/lib/pic16. These files
5231         contain the declarations of SFRs for the PIC18Fxx2 devices.
5232         The directory is initialized via configure from toplevel.
5233
5234 2004-01-12 Klaus Flittner <klaus_flittner AT gmx.de>
5235
5236         * src/ds390/gen.c (operandsEqu): fixed a little typo, that prevented
5237         the spilllocations to be compared correctly
5238
5239 2004-01-12 Bernhard Held <bernhard AT bernhardheld.de>
5240
5241         * src/SDCCast.c (decorateType): fixed bug introduced today
5242
5243 2004-01-12  Borut Razem <borut.razem AT siol.net>
5244
5245         * src/SDCC.lex, support/Util/SDCCerr.h, support/Util/SDCCerr.c,
5246         doc/sdccman.lyx: upper case pragmas are deprecated
5247
5248 2004-01-12 Bernhard Held <bernhard AT bernhardheld.de>
5249
5250         * src/SDCCast.c (decorateType): replacing 'ul > 0' by  '!ul' results
5251         in simpler and even better code
5252
5253 2004-01-11 Bernhard Held <bernhard AT bernhardheld.de>
5254
5255         * src/SDCCicode.c (operandOperation): fixed bug #874819
5256         * src/SDCCast.c (decorateType): fixed
5257         char foo (unsigned long ul) { return ul > 0; }
5258
5259 2004-01-11 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
5260
5261         * doc/sdccman.lyx: Moved and added some sections, small changes
5262         all over. Telling LaTeX to be less strict with word spacing
5263         to better keep the right margin. Changed some notes about
5264         maintainance of the ports in section 3.2.1 - is it OK like this?
5265
5266 2004-01-11 Vangelis Rokas <vrokas AT otenet.gr>
5267
5268         SDCC source changes:
5269         * src/SDCCopt.c (cntToFcall, cnvToFloatCast, cnvFromFloatCast,
5270         convilong): modified to inform the pic16 port that builtin functions
5271         are external
5272
5273         PIC16 PORT specific changes:
5274         * src/pic16/device.c pic16_dump_equates() added,
5275         processor registers declared internally by the port are emitted in
5276         the translation as equates,
5277         * src/pic16/gen.c: inline code is passed unprocessed to the
5278         translation,
5279         * (pic16_popGetLit2): fnuction modified to take second operand as
5280         pCodeOp pointer and not as literal,
5281         * (popRegFromIdx): prefixed with pic16_,
5282         * (pic16_popCombine2): modified to receive already allocated pCode
5283         operands,
5284         * (pic16_pushpCodeOpReg, pic16_poppCodeOpReg): added
5285         * (genFunction): initializes local stack frame and pushes on stack
5286         all the registers used by this function,
5287         * (genEndFunction): restores all registers from stack and restores
5288         stack frame,
5289         * src/pic16/glue.c (pic16emitRegularMap): various changes and
5290         improvements,
5291         * (pic16glue): changed the program startup sequence,
5292         * added new dbName code 'A' for functions placed in absolute section
5293         * src/pic16/main.c: added function attribute _naked,
5294         * added pragma 'code' to place a fnuction at an absolute address,
5295         * added command line arguments --debug-ralloc and --pcode-verbose,
5296         * (_pic16_finiliseOptions): options.all_callee_saves is set by default
5297         * src/pic16/pcode.c (pic16_pBlockConvert2Absolute) added,
5298         * (pic16_newpCodeOpLit2): modified to take the second operand as
5299         pCodeOp pointer,
5300         * (pic16_printpBlock): modified to emit each function in a separate
5301         section,
5302         * (pic16_get_op): modified to use the gpasm modifiers LOW,HIGH and
5303         UPPER for immediate operands,
5304         * src/pic16/pcodepeeph.c: added peephole support for the LFSR
5305         instruction,
5306         * src/pic16/peeph.def: all peepholes with movff are commented out,
5307         because there is a problem in the pcode peep optimizer,
5308         * src/pic16/ralloc.c: the register allocator can now reuse local
5309         function symbols for another function. This saves register usage.
5310         * src/pic16/ralloc.h: added flag isLocal in structure regs,
5311
5312         Added file src/pic16/NOTES with information about program writing on
5313         the current port version.
5314
5315 2004-01-11 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
5316
5317         * src/mcs51/peephole.def: added peepholes 177.c,d (redundant moves)
5318         and peephole 252 (array access)
5319
5320 2004-01-09  Borut Razem <borut.razem AT siol.net>
5321
5322         * src/SDCCmain.c : fixed #872250: -l command line defined library
5323           files are scanned before standard library files
5324
5325 2004-01-10 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5326
5327         * src/SDCCast.c (decorateType): fixed bug #874046
5328
5329 2004-01-09  Borut Razem <borut.razem AT siol.net>
5330
5331         * support/scripts/sdcc.nsi: remove previous installation
5332
5333 2004-01-09 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
5334
5335         * src/SDCCglue.c (createInterruptVect): don't append 7(5) padding
5336         bytes for last interrupt vector (mcs51)
5337         * sdcc.spec: fixed typo
5338
5339 2004-01-09 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5340
5341         * src/mcs51/gen.c (genFunction, genEndFunction, genReceive, getTempRegs,
5342         gen51Code): more efficient parameter receive for --model-large
5343         ("bug" #845294)
5344
5345 2004-01-09 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5346
5347         * src/ds390/main.c,
5348         * src/z80/main.c: added missed needLinkerScript flags (more than
5349         one port structure defined in these file)
5350         * src/ds390/gen.c (aopForSym, aopOp, operandsEqu, aopOp3): fixed
5351         bug #795325
5352
5353 2004-01-08 Vangelis Rokas <vrokas AT otenet.gr>
5354
5355         * src/SDCCmain.c: removed various references to DEFAULT_PORT
5356         * src/port.h: added flag needLinkerScript in port->linker
5357         structure to inform whether to create a .lnk file or not,
5358         * src/avr/main.c,
5359         * src/ds390/main.c,
5360         * src/hc08/main.c,
5361         * src/mcs51/main.c,
5362         * src/pic/main.c,
5363         * src/pic16/main.c,
5364         * src/xa51/main.c,
5365         * src/z80/main.c: changed appropriately to configure
5366         needLinkerScript flag
5367         * src/pic/gen.c,
5368         * src/pic16/gen.c (genAddrOf): fixed bug #863624
5369         * src/pic/glue.c: added variable udata_section_name to
5370         override default uninitialized data segment definition for
5371         devices only with SHAREBANK memory (reported from Erik Epetrich)
5372         * (pic14emitOverlay): modified to emit a commented overlay segment
5373         directive when no overlay data exist
5374         * (picglue): modified to emit uninitialized data segment
5375         according to udata_section_name
5376         * src/pic/main.c (_pic14_parseOptions): added command line
5377         options --udata-section-name=[name] to override default
5378         udata definition name
5379         * modified _linkCmd and _asmCmd to include compiler passed
5380         arguments via -W option
5381         * src/pic16/main.c: added $l in _asmCmd, changed extension for
5382         object file from '.rel' to '.o' in port->linker structure,
5383         changed size of fptr from 2 to 3 in port structure
5384
5385 2004-01-07  Borut Razem <borut.razem AT siol.net>
5386
5387         * support/scripts/sdcc.nsi: update PATH
5388         * support/scripts/sdcc.ico: craeted
5389
5390 2004-01-07 Bernhard Held <bernhard AT bernhardheld.de>
5391
5392         * device/include/Makefile.in: fix install
5393         * doc/Makefile: fix install
5394
5395 2004-01-07 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5396
5397         * src/SDCCsymt.c (processFuncArgs): fixed superflous allocation noted
5398         in bug #860505
5399         * src/SDCCmem.c (printAllocInfoSeg, printAllocInfo): minor changes to
5400         how the function variable allocation summary is displayed; also
5401         include information about variables allocated to the overlay
5402         segment
5403
5404 2004-01-06  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
5405
5406         * as/mcs51/lkmain.c: Help about -Y option
5407         * as/mcs51/lkarea.c: Fixed gcc warnings
5408
5409 2004-01-06 Bernhard Held <bernhard AT bernhardheld.de>
5410
5411         * src/SDCCval.c (valShift): changed from 16 to 32 bit shift count,
5412         fixed warning
5413         * support/valdiag/tests/overflow.c: added
5414         * src/SDCCast.c (decorateType),
5415         * src/SDCCicode.c (geniCodeLeftShift): added promotion to int for
5416         LEFT_OP (left shift)
5417
5418 2004-01-06  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
5419
5420         * as/mcs51/lkmain.c: stack must be after data when option -Y is not used
5421         (default behaviour).
5422
5423 2004-01-06 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5424
5425         A python script to validate compiler diagnostic messages. It can be
5426         used to verify that sdcc complains about bad c source code and
5427         gives a good location of the error.
5428         * support/valdiag/Makefile,
5429         * support/valdiag/valdiag.py,
5430         * support/valdiag/tests/*
5431
5432 2004-01-06 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5433
5434         * src/SDCC.y (enum_specifier, enumerator_list, opt_assign_expr),
5435         * src/SDCCsymt.c (newEnumType),
5436         * src/SDCCsymt.h
5437         * support/Util/SDCCerr.c,
5438         * support/Util/SDCCerr.h: fixed bug #871258 and some other unreported
5439         enum related bugs.
5440         * support/regression/tests/enum.c: added test for enum values that
5441         require at least 2 bytes of storage.
5442
5443 2004-01-06 Vangelis Rokas <vrokas AT otenet.gr>
5444
5445         * src/common.h: added ifndef/define/endif macros
5446         around the header file.
5447         Bug reported from Jesus Calvino-Fraga
5448
5449 2004-01-06 Bernhard Held <bernhard AT bernhardheld.de>
5450
5451         * sdcc.spec: updated
5452         * device/include/Makefile.in: don't install CVS directories
5453         * device/lib/Makefile.in: added removal of CVS directories after install
5454         * doc/Makefile: fixed install, added local_icons
5455         * sim/ucsim/gui.src/Makefile.in: fixed an old typo
5456         * src/mcs51/gen.c (genRightShift): fixed bug #870788
5457         * src/ds390/gen.c (genRightShift): fixed bug #870788
5458         * src/SDCCast.c (decorateType): fixed bug #870781
5459
5460 2004-01-06 Vangelis Rokas <vrokas AT otenet.gr>
5461
5462         PIC16 port related changes:
5463         * device.c: removed pic16_finalMapping and pic16_finalMappingSize,
5464         added variable stackPos,
5465
5466         * gen.c: genCall, assignResultValue: added support for
5467         pushing/retrieving function parameters to/from stack,
5468         genFunction,genEndFunction: setup stack frame for the
5469         generated function,
5470         genAddrOf: will be changed according to bug 863624
5471
5472         * added files genutils.c and genutils.h which contain gen*
5473         debugged and optimised functions extracted from gen.c
5474
5475         * glue.c: added variable 'externs' which holds extern symbols,
5476         pic16emitRegularMap: is modified to properly handle relocatable
5477          symbols under the new scheme,
5478         pic16createInterruptVect: is modified
5479         pic16printPublics: is modified to emit 'global' assembler directives,
5480         added pic16_printExterns to print extern symbols,
5481         pic16glue: initializes stack/frame pointer in the beginning of
5482         the assembly output. Temporary hack, will be corrected later,
5483         because gplink yet does not support stack and SDCC does not
5484         yet support a type of crt0.o object to create the final binary.
5485
5486         * Removed many lines that contain 8051 legacy code.
5487         * The code is finally placed under a 'code' directive.
5488         * Added port specific options.
5489
5490         * _process_pragma: simplified since now we do not need *special*
5491         include file to define SFR registers. But a separate header
5492         will be needed. This will be developed later.
5493         * _pic16_parseOptions: added, parses port specific options:
5494         --pgen-banksel, --obanksel=, --pomit-config-words, --pomit-ivt,
5495         --pleave-reset-vector, --penable-stack, --pstack-model, --debug-xtra
5496         --preplace-udata-with=
5497
5498         * _pic16_setDefaultOptions: modified to initialize section names,
5499         but hack is temporarly out of order since it needs improvement.
5500         * _pic16_genAssemblerPreamble: configuration words are emitted by
5501         their address instead of their name. This part is incomplete and
5502         supports only the 18Fxx2 devices. Other devices will emit an error
5503         during assembly since they do not contain the same set of config
5504         registers
5505         * _pic16_genIVT: is modified,
5506
5507         * pcode.c: added definitions for some hardware registers that are needed
5508         for stack support
5509         * added flag is2LitOp and variable pci_magic in pCodeInstruction.
5510         All PCI entries are updated. Now LFSR is supported.
5511         * Removed pic16_pciTRIS is mentioned by mdubuc in source
5512         * added pic16_newpCodeOpLit2 to support instructions with
5513         two literal arguments
5514         * pic16_pCode2str: corrected code that emits assembler instructions
5515         with two literal operands and those that have an access bit modifier
5516         * genericPrint: now PC_ASMDIR pCodes, can emit a label if it exists,
5517         this fixes a bug which caused some labels to be lost, when an
5518         assembler directive was added, i.e. banksel,
5519         * pic16_FixRegisterBanking: improved logic that causes the insertion
5520         of bank switching,
5521         * InlineFunction: functions that are called once, are not any more
5522         inlined. This can be a port option in the future,
5523
5524         * pcode.h: added pCodeOpLit2 and added variable label in pCodeAsmDir
5525
5526         * ralloc.c: added pic16_rel_udata and pic16_fix_udata variables which
5527         hold the corresponding uninitialized symbols,
5528         * pic16_allocProcessorRegister: registers have explicit marked the
5529         accessBank field,
5530         * pic16_allocInternalRegister: registers are explicit marked as
5531         not used,
5532         * pic16_writeUsedRegs: pic16_dynDirectBitRegs was missing from the
5533         processing list, so bit registers were lost,
5534         *
5535
5536         * ralloc.h: added field 'accessBank' and original symbol operand
5537         in register definition,
5538         * removed the field isMapped from register definition,
5539
5540         ** Several functions have been removed from various sources:
5541         BanksUsedFlow2,BanksUsedFlow,FixBankFlow,InstructionRegBank,
5542         pic16_addMemRange,pic16_isREGinBank,pic16_dump_map,pic16_dump_cblock
5543         isSFR,validAddress,mapRegister,assignRegister,pic16_assignFixedRegisters
5544         pic16_assignRelocatableRegisters
5545
5546         ** others have been introduced:
5547         pic16_areRegsSame,pic16_dump_section,checkAddReg,pic16_groupRegistersInSection
5548         pic16_popGetLit2,pic16_popCombine2,pushw,pushaop
5549
5550 2004-01-05 Vangelis Rokas <vrokas AT otenet.gr>
5551
5552         * support/scripts/inc2h.pl: changed definition of BIT_AT
5553         to emit 'sbit at' instead of 'bit at'. This was a request.
5554
5555         PIC16 port related preliminary changes:
5556         * gen.c: prefixed function popRegFromString with
5557         pic16_ and all references to it corrected
5558         * pcode.c: all pic16_pc_* hardware registers prefixed
5559         with underscore (_),
5560         pic16_popCopyGPR2Bit(): function sets register wasUsed=1
5561         * ralloc.c: newReg(): when register is REG_SFR then
5562         set address to rIdx,
5563         pic16_allocProcessorRegister(): marks register wasUsed=0
5564         pic16_writeUsedRegs(): added a call to assign processor
5565         registers via pic16_assignFixedRegisters
5566
5567 2004-01-04  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
5568
5569         * as/mcs51/aslink.h, as/mcs51/lkarea.c, as/mcs51/lkdata.c,
5570         as/mcs51/lkmain.c, as/mcs51/lkmem.c: 8051 linker can now pack
5571         variables in unused register banks.  Also the SSEG is placed
5572         wherever there is enough space for it, and IDATA can be anywhere
5573         in internal RAM.  For now compile using -Wl-Y[stack_size].
5574         The mem file is different for this option as well, since it
5575         makes no sense of talking about DSEG lenght.
5576
5577 2004-01-02 Vangelis Rokas <vrokas AT otenet.gr>
5578
5579         * src/SDCClrange.c: fixed bug 869095 that caused segfault
5580         in certain cases, e.g. when ROM assignment, patch provided
5581         from Albert den Haan.
5582
5583 2004-01-01 Bernhard Held <bernhard AT bernhardheld.de>
5584
5585         Many signedness and type propagation fixes:
5586         * src/SDCCicode.c: made geniCodeCast() static
5587         replaced SPEC_ by IS_ (cosmetic)
5588         (operandOperation): fixed div and mod operation
5589         (usualBinaryConversions): added support for promotion of char
5590         (geniCodeMultiply): replaced (unsigned long) by (TYPE_UDWORD)
5591         (geniCodeDivision): replaced (unsigned long) by (TYPE_UDWORD)
5592         (geniCodeAdd): an array index will stay unsigned, even if promoted
5593         from char to int
5594         (geniCodeArray): ditto
5595         * src/SDCCicode.h: made geniCodeCast() static: removed prototype
5596         * src/SDCCsymt.c (computeType): added more support for char;
5597         promotion of char is selectable by promoteCharToInt, fixed signedness
5598         for all cases
5599         (powof2): replaced (unsigned long) by (TYPE_UDWORD)
5600         * src/SDCCsymt.h (powof2): replaced (unsigned long) by (TYPE_UDWORD)
5601         * src/SDCCval (val*): replaced signedness calculation by
5602         computeType()
5603         rearranged if-branches (cosmetic)
5604         (valShift): added warning W_SHIFT_CHANGED
5605         (valCompare): fixed problem with different types
5606         * src/hc08/rallo.c (leastUsedLR): fixed gcc 3.3 warning
5607         * support/regression/tests/literalop.c: added many cases
5608         * support/regression/tests/ast_constant_folding.c: changed finally to
5609         'unsigned int'
5610         * .version: new year, new version: 2.3.7
5611         * src/SDCCmain.c (main): applied patch #866468
5612         * debugger/mcs51/sdcdb.c (parseCmdLine): added -k for ucsim, patch
5613         provided by Scott Bronson
5614         * doc/sdccman.lyx: updated documentation for sdcdb
5615         updated and added chapter tips
5616
5617 2004-01-01 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5618
5619         * src/SDCCsymt.h: missing from yesterday's commits
5620
5621 2003-12-31 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5622
5623         * src/SDCC.y (struct_or_union_specifier),
5624         * support/Util/SDCCerr.c,
5625         * support/Util/SDCCerr.h: verify that struct & union tags are used
5626         as declared.
5627
5628 2003-12-29 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5629
5630         * src/SDCCglobl.h: missing from yesterday's commits
5631
5632 2003-12-28 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5633
5634         * src/SDCC.y (external_definition, type_specifier2, sfr_reg_bit,
5635         sft_attributes, struct_declaration, parameter_declaration,
5636         type_name, start_block, declaration_list),
5637         * src/SDCC.lex (check_type): support redefinition of typedef names
5638
5639 2003-12-22 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
5640
5641         * src/mcs51/gen.c (genPlus): added special handling for 256 byte
5642         aligned xdata arrays. Erik helped me with the if clause.
5643
5644 2003-12-20 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5645
5646         * device/lib/ds390/tinibios.c (CpuSpeed): suppress unreachable code
5647         warning
5648
5649 2003-12-20 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5650
5651         * src/SDCCast.h,
5652         * src/SDCCast.c (newAst_),
5653         * src/SDCCicode.h,
5654         * src/SDCCicode.c (ast2iCode, newiCode),
5655         * src/SDCCglobl.h,
5656         * src/SDCC.y (logical_and_expr, logical_or_expr, conditional_expr,
5657         expr, statement, expression_statement, selection_statement,
5658         iteration_statement, expr_opt, jump_statement): foundation for tracking
5659         sequence points
5660         * src/SDCCopt.c (killDeadCode): fixed bug #861580 (needs the sequence
5661         point code too)
5662
5663 2003-12-19 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5664
5665         * support/Util/SDCCerr.c,
5666         * src/SDCCast.h,
5667         * src/SDCCast.c (createCase, createDefault, decorateType),
5668         * src/SDCClabel.c (labelUnreach),
5669         * src/SDCC.y (labeled_statement, jump_statement): More improvements
5670         to error messages.
5671         * support/Util/SDCCerr.c (werrorfl): fixed a non-standard declaration
5672         (with thanks to Stas Sergeev)
5673         * device/include/time.h,
5674         * device/lib/time.c (CheckTime): suppress unreachable code warning
5675
5676 2003-12-18 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5677
5678         * src/SDCCast.c (createIvalCharPtr),
5679         * src/SDCCglue.c (printChar): fixed bug #862241 (an error in my fix for
5680         bug #753752)
5681         * support/regression/tests/nullstring.c: tests for these two bugs
5682
5683 2003-12-18 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5684
5685         * support/Util/SDCCerr.h,
5686         * support/Util/SDCCerr.c (E_NOT_ALLOWED),
5687         * src/SDCC.y (struct_declaration, struct_or_union_specifier): complain
5688         about storage class and 'at' used inside struct or union
5689         * src/SDCCBBlock.c (iCodeFromeBBlock),
5690         * src/SDCCcse.c (ifxOptimize),
5691         * src/SDCCglue.c (emitRegularMap, initPointer, printIvalStruct,
5692         printIvalArray, printiValFuncPtr, printIvalCharPtr, printIvalPtr,
5693         printIval, emitStaticSeg, emitOverlay),
5694         * src/SDCClabel.c (deleteIfx),
5695         * src/SDCCopt.c (replaceRegEqv, eBBlockFromiCode),
5696         * src/SDCCast.c (resolveSymbols, createIvalStruct, createIvalArray,
5697         gatherAutoInit, processParms),
5698         * support/Util/SDCCerr.h,
5699         * support/Util/SDCCerr.c (werrorfl): Support for better error location
5700         reporting for post-parse errors.
5701
5702 2003-12-16 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5703
5704         * src/SDCCval.c (valPlus, valMinus, valShift): fixed some problems with
5705         implicit casts via union; they don't work on big endian systems
5706         (possible fix for bug #861138)
5707
5708 2003-12-16 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
5709
5710         (committed by Erik Petrich <epetrich AT ivorytower.norman.ok.us> on Frieder's behalf)
5711         * src/mcs51/main.c: fixed the fix for bug #737001
5712
5713 2003-12-15  Borut Razem <borut.razem AT siol.net>
5714
5715         * support/scripts/sdcc.nsi: updated for NSIS 2.0 beta 4
5716
5717 2003-12-14 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5718
5719         * support/makebin/makebin.c: put output in binary mode
5720
5721 2003-12-13 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
5722
5723         * src/mcs51/main.c: fixed bug #737001 for the mcs51. SDCC clears
5724         xdata and data memory on startup. Set the environment variable
5725         SDCC_NOGENRAMCLEAR to disable this.
5726         * src/mcs51/peephole.def,
5727         * src/ds390/peephole.def: using the atomic test and clear instruction jbc
5728         (allows non-interrupt and interrupt code to safely compete for a resource
5729         without the non-interrupt code having to disable interrupts)
5730
5731 2003-12-13 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5732
5733         * src/SDCCicode.c (geniCodeAdd),
5734         * src/SDCCast.c (decorateType): fixed bug #857753 (need to be careful
5735         with valFromType if type might be a pointer and host is big endian).
5736         * src/SDCCast.c (decorateType): unary plus compatible with all arithmetic
5737         types, not just integer types.
5738         * src/SDCCsymt.c (addSymChain): clarified error message when symbol is
5739         multiply defined with mismatching "at" address.
5740
5741 2003-12-12 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5742
5743         * src/ds390/main.c (PORT tininative_port): fixed bug #858416
5744         * src/SDCCglue.c (printChar, printIvalChar, emitStaticSeg),
5745         * src/SDCCast.c (createIvalCharPtr, stringToSymbol): handle strings
5746         with embedded nulls (fixed bug #753752)
5747
5748 2003-12-12 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
5749
5750         * src/mcs51/main.c(_mcs51_genRAMCLEAR): using r0 instead of r1/r2.
5751         Apparently this did not see much testing (endless loop)
5752
5753 2003-12-11 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5754
5755         * src/z80/ralloc.c: set DISABLE_PACK_HL = 1 as a temporary fix to bug #855165
5756
5757 2003-12-10 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5758
5759         * src/SDCCdebug.c (outputDebugSymbols, outputDebugStackSymbols, dumpSymInfo):
5760         gracefully handle NULL memmap pointers
5761
5762 2003-12-08 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5763
5764         * src/SDCCopt.c (killDeadCode): change iCode type to DUMMY_READ_VOLATILE
5765         instead of deleting the iCode when an operand is volatile
5766         * src/z80/gen.c (genDummyRead),
5767         * src/mcs51/gen.c (genDummyRead),
5768         * src/ds390/gen.c (genDummyRead),
5769         * src/hc08/gen.c (genDummyRead): handle operands in IC_LEFT and/or IC_RIGHT,
5770         not just IC_RIGHT
5771         * src/SDCCicode.c (geniCodeCall): fixed bug #851607
5772         * src/SDCC.y: fixed bug #850420
5773
5774 2003-12-05 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5775
5776         Applied z80 i/o port patch from Peter Townson and fixed some operators
5777         to better handle operands in A register.
5778         * device/include/z180.h
5779         * src/SDCC.y
5780         * src/SDCCglue.c
5781         * src/z80/gen.c
5782         * src/z80/gen.h
5783         * src/z80/main.c
5784         * src/z80/peeph-z80.def
5785         * src/z80/peeph.def
5786         * src/z80/z80.h
5787
5788 2003-12-03 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5789
5790         * src/SDCCsymt.c (addSymChain, compareTypeExact): fixed bug #838241 again
5791
5792 2003-12-01 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5793
5794         * device/lib/hc08/_mullong.c: Removed extra #endif
5795
5796 2003-12-01 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5797
5798         * sim/ucsim/hc08.src/inst.cc,
5799         * sim/ucsim/hc08.src/hc08mac.h: fixed some problems with CC flag bits and
5800         carries from x to h
5801         * src/hc08/gen.c (aopAdrStr): fixed problem with 16 bit immediate
5802         * src/hc08/gen.c (XAccRsh): fixed problem with right shift
5803         * device/include/stdarg.h: fixed varargs for hc08
5804         * device/lib/Makefile.in,
5805         * device/lib/hc08/Makefile,
5806         * device/lib/hc08/_mulint.c,
5807         * device/lib/hc08/_mullong.c: fixed some endian problems
5808
5809 2003-11-28 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
5810
5811         * sdcc/src/mcs51/gen.c (genMultOneByte): help peephole 105
5812         * sdcc/src/mcs51/peeph.def: added peephole 186.e array access in code space
5813         * device/lib/_gptrget.c,
5814         * device/lib/_gptrput.c: P2 not used any more (related to #850747, #785979)
5815
5816 2003-11-27 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5817
5818         * src/SDCClrange.c (findNextUseSym, rlivePoint): fixed bug #849795
5819         * src/SDCCast.c (astErrors): fixed bug #846007
5820         * src/SDCCsymt.c (checkFunction): fixed follow-up bug on bug #846007
5821
5822 2003-11-26 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5823
5824         * src/SDCCast.c (decorateType): disabled a transformation I added in
5825         revision 1.188 (access to fields of a structure at an absolute address);
5826         it breaks with bitfields, extern declarations, and gcse analysis.
5827         * src/SDCCopt.c (isLocalWithoutDef): if ADDRESS_OF applied to a symbol, it
5828         could be assigned through a pointer, so don't complain.
5829         * src/SDCCast.c (astErrors),
5830         * src/SDCCast.h,
5831         * src/SDCCglue.c (emitRegularMap): fixed bug #847813
5832
5833 2003-11-26 Vangelis Rokas <vrokas AT otenet.gr>
5834
5835         * src/pic16/main.c (_pic16_genIVT): fixed interrupt vector table
5836         * src/pic16/main.c (_pic16_genAssemblerPreamble): re-enabled the
5837         output of __config directives, since gpasm now supports them
5838         * src/pic16/main.c (_pic16_finaliseOptions): define MCU
5839         pre-processor macro, i.e. -DMCU=p18f452
5840         * src/pic16/ralloc.c: renamed packRegisters to pic16_packRegisters,
5841         and modified to handle 'cast' icode similarly to '=' icode
5842         * src/pic16/device.h (typedef struct PIC_device): added field
5843         'extMIface' to indicate that chip has external memory interface
5844         * src/pic16/device.c: added chips 18F248, 18F258, 18F448, 18F458,
5845         18F6520, 18F6620, 18F6680, 18F6720, 18F8520, 18F8620, 18F8680,
5846         18F8720
5847
5848 2003-11-26 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5849
5850         * src/SDCC.y (pointer): fixed bug #846006
5851         * support/Util/SDCCerr.c: made W_PTR_TYPE_INVALID message clearer
5852         * src/SDCCast.c (decorateType): fixed bug #846009
5853         * src/ds390/peeph.def,
5854         * src/ds390/gen.c (genAnd, genOr),
5855         * src/mcs51/peeph.def,
5856         * src/mcs51/gen.c (genAnd, genOr): fixed bug #846777
5857
5858 2003-11-25 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5859
5860         Fixed several common-sub-expression bugs (#772861, #768380, & #755323)
5861         * src/SDCCdflow.c
5862         * src/SDCCcse.c
5863         * src/SDCCcse.h
5864         * src/SDCCBBlock.h
5865         * src/SDCCBBlock.c
5866
5867 2003-11-23 Klaus Flittner <klaus_flittner AT gmx.de>
5868
5869         fixed bug #845089
5870         * src/SDCCbitv.h,
5871         * src/SDCCbitv.c: added function to free a bitvector
5872         * src/SDCClrange.h,
5873         * src/SDCClrange.c: added function to recompute the liveranges
5874         * src/avr/ralloc.c,
5875         * src/ds390/ralloc.c,
5876         * src/hc08/ralloc.c,
5877         * src/mcs51/ralloc.c,
5878         * src/pic/ralloc.c,
5879         * src/pic16/ralloc.c,
5880         * src/xa51/ralloc.c,
5881         * src/z80/ralloc.c: recompute the liveranges after register packing
5882
5883 2003-11-21 Klaus Flittner <klaus_flittner AT gmx.de>
5884
5885         * src/SDCCloop.c (newInduction): fixed bug #845630
5886
5887 2003-11-21 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5888
5889         * src/SDCCsymt.c (compareTypesExact): disabled debugging output
5890         inadvertantly left behind from my 2003-11-12 change
5891
5892 2003-11-20 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5893
5894         Updated headers I neglected to commit yesterday.
5895         * src/SDCClrange.h,
5896         * src/SDCCicode.h
5897
5898 2003-11-19 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5899
5900         * src/SDCCcse.c (algebraicOpts): fixed bug #773153
5901         * src/SDCClrange.c (rlivePoint): need to mark IC_RESULT used if POINTER_SET op
5902         * src/SDCCopt.c (eBBlockFromiCode),
5903         * src/SDCClrange.c (hashiCodeKeys, sequenceiCode, computeLiveRanges): seperated
5904         the creation of the key hash table from the sequencing so it can be used
5905         earlier (for some GCSE bug fixes still pending)
5906
5907 2003-11-15 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
5908
5909         * src/mcs51/gen.c (genPlus): generate shortcut for adding 0xab00
5910         * support/regression/tests/addsub.c: testing genPlus shortcut
5911
5912 2003-11-15  Borut Razem <borut.razem AT siol.net>
5913
5914         * src/SDCCmain.c: fixed bug #841645: -MM command line option passed to sdcpp
5915
5916 2003-11-15 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5917
5918         * src/SDCCcse.c (cseBBlock): fixed bug #527779
5919         * src/SDCCcse.c (deleteGetPointers): rewrote so that the set
5920         ordering is immaterial.
5921         * src/SDCCdflow.c (mergeInExprs): fixed bug #587536
5922
5923 2003-11-14 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5924
5925         * src/SDCCicode.c (geniCodeAddressOf): fixed part of bug #840381
5926         * src/SDCCopt.c (replaceRegEqv, isLocalWithoutDef): fixed other part
5927         (SIGSEV) of bug #840381
5928         * src/SDCCmain.c (linkEdit, assemble): fixed bug #841606 (don't
5929         unlink new file before rename if new and old filenames are the same)
5930
5931 2003-11-13 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
5932
5933         * src/mcs51/main.c: started fixing bug #737001 (SDCC not clearing
5934         uninitialized variables) for the mcs51. Set environment variable
5935         SDCC_GENRAMCLEAR to test.
5936         xdata initialization slightly shorter
5937
5938 2003-11-12 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5939
5940         * src/SDCCsymt.h,
5941         * src/SDCCsymt.c (addSymTypeChain, compareTypesExact): fixed bugs
5942         #838241 & 780691 (basicly the same bug)
5943         * src/SDCCBBlock.c (iCode2eBBlock): fixed bug #840148
5944         * src/SDCCBBlock.c (iCodeFromeBBlock): fixed bug #840162
5945
5946 2003-11-11 Bernhard Held <bernhard AT bernhardheld.de>
5947
5948         * src/SDCCmain.c (linkEdit): "fix" #834252
5949
5950 2003-11-11 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5951
5952         * src/SDCCast.c (removePostIncDecOps, removePreIncDecOps),
5953         * src/SDCCast.h,
5954         * src/SDCC.y: fixed bug #819403
5955
5956 2003-11-08 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5957
5958         * support/regression/fwk/lib/testfwk.c: printn is recursive and thus needs
5959         the reentrant attribute.
5960         * src/hc08/gen.c (genPackBits): added missing stack readjustment
5961         * sim/ucsim/hc08.src/inst.cc (inst_mov): fixed bugs with mov instruction
5962         simulation
5963         * src/SDCCast.c (decorateType): fixed bug with storage class not being
5964         updated during pointer dereference; f.e. ~(((char *)1)*) was being
5965         erroneously reduced to a literal.
5966         * src/hc08/ralloc.c (packRegisters, rematStr),
5967         * src/hc08/gen.c (aopForRemat): allow literals to be rematerialized in
5968         some cases
5969
5970 2003-11-08 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
5971
5972         * src/mcs51/main.c: fixed bug #838385. Thanks to Josef Pavlik for finding and fixing
5973         * doc/sdccman.lyx: changed from 'article' to 'book'
5974         * doc/Makefile: readded test_suite_spec and cdbfileformat
5975
5976 2003-11-08 Bernhard Held <bernhard AT bernhardheld.de>
5977
5978         * device/include/stdlib.h: include malloc.h to comply with ANSI
5979         * support/regression/tests/malloc.c: include stdlib.h instead of malloc.h
5980
5981 2003-11-07 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
5982
5983         * doc/Makefile: sdccman.pdf should build with correct references (more info in commit msg)
5984         * doc/clean.mk: also remove *.out files
5985         * doc/sdccman.lyx: some additions, larger top/bottom margins
5986
5987 2003-11-07 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5988
5989         * src/SDCC.y: fixed bug #837365
5990         * support/regression/tests/bitopcse.c
5991         * src/hc08/gen.c (genPointerGet): Don't assume pointer operand is
5992         a symbol (might be valop instead)
5993         * device/lib/Makefile.in: added errno.c to HC08SOURCES
5994         * device/lib/clean.mk: added hc08 to the cleaning list
5995
5996 2003-11-04  Borut Razem <borut.razem AT siol.net>
5997
5998         * configure, configure.in, sdcc_vc_in.h, sdcconf_in.h: reverted changes,
5999           made 2003-11-04
6000         * support/Util/NewAlloc.c, as/hc08/lklibr.c, as/mcs51/lklibr.c,
6001           as/z80/aslist.c, as/z80/assym.c: removed inclusion of nonstandard malloc.h;
6002           malloc is declared in standard stdlib.h
6003
6004 2003-11-06 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6005
6006         * device/lib/hc08/Makefile: need to clean .rel not .o files
6007         * src/hc08/gen.c (genDjnz): can't use djnz with extended addressing mode
6008
6009 2003-11-06 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6010
6011         * src/port.h,
6012         * src/hc08/main.c,
6013         * src/mcs51/main.c,
6014         * src/ds390/main.c,
6015         * src/z80/main.c,
6016         * src/avr/main.c,
6017         * src/pic/main.c,
6018         * src/pic16/main.c,
6019         * src/xa51/main.c: added hasExtBitOp & oclsExpense functions to ports
6020         * src/SDCCicode.c: changed several IS_FARSPACE tests to isOclsExpensive
6021         tests (which uses the port's oclsExpense function)
6022         * src/SDCC.y,
6023         * src/SDCCast.c,
6024         * src/SDCCicode.c,
6025         * src/hc08/gen.c,
6026         * src/ds390/gen.c,
6027         * src/mcs51/gen.c: added support for the SWAP iCode (RFE #834167)
6028
6029 2003-11-04 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6030
6031         * src/SDCCcse.c (ifxOptimize),
6032         * src/SDCClabel.c (labelIfx, deleteIfx): When the condition to
6033         an IFX iCode is volatile, convert to DUMMY_READ_VOLATILE instead
6034         deleting the IFX iCode.
6035         * src/hc08/ralloc.c: reduced unneeded slocs
6036         * src/hc08/gen.c: fixed bug in asmopToBoolean
6037
6038 2003-11-04  Borut Razem <borut.razem AT siol.net>
6039
6040         * configure, configure.in, sdcc_vc_in.h, sdcconf_in.h,
6041           support/Util/NewAlloc.c, as/hc08/lklibr.c, as/mcs51/lklibr.c,
6042           as/z80/aslist.c, as/z80/assym.c: decision to include malloc.h
6043           transferred to configure
6044
6045 2003-11-03 Bernhard Held <bernhard AT bernhardheld.de>
6046
6047         Use headers defined in the C[++] standards:
6048         * sim/ucsim/gui.src/serio.src/fileio.cc
6049         * sim/ucsim/gui.src/serio.src/frontend.cc
6050         * sim/ucsim/gui.src/serio.src/main.cc
6051         * sim/ucsim/gui.src/serio.src/posix_signal.cc
6052         * support/Util/NewAlloc.c
6053         * as/hc08/lklibr.c
6054         * as/mcs51/lklibr.c
6055         * as/z80/aslist.c
6056         * as/z80/assym.c
6057
6058 2003-11-03  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
6059
6060         * Added MSVC projects for hc08 assembler and linker:
6061         all.dsp, config.dsp, sdcc.dsw, /as/hc08/as_hc08.dsp,
6062         /as/hc08/link_hc08.dsp
6063
6064 2003-11-03 Martin Helmling <Martin.Helmling AT octo-soft.de>
6065
6066         * debugger/mcs51/cmd.c: allows filename starting with digit(+ some debug)
6067
6068 2003-11-02 Bernhard Held <bernhard AT bernhardheld.de>
6069
6070         * src/SDCCmain.c (linkEdit): "fixed" again bug #833605
6071
6072 2003-11-01 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
6073
6074         * src/mcs51/main.c: xdata initialization is 13 bytes shorter now
6075
6076 2003-10-31  Borut Razem <borut.razem AT siol.net>
6077
6078         * support/cpp2/cpplib.h,
6079           support/cpp2/cpplib.c,
6080           support/cpp2/cpplex.c,
6081           support/cpp2/cppinit.c: introduced #pragma preproc_asm [ + | - ]
6082           to switch _asm block preprocessing on / off. Default is
6083           #pragma preproc_asm +
6084
6085 2003-10-31  Borut Razem <borut.razem AT siol.net>
6086
6087         * support/cpp2/cpplex.c: Fixed _WIN32 problem with CR-CR-LF sequences
6088           when outputting comment blocks (when executed with -C option) and
6089           _asm (SDCPP specific) blocks
6090
6091 2003-10-31 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6092
6093         * as/hc08/lkrloc.c (relr): Fixed ihx output, fixed lastAreaIndex warning
6094
6095 2003-10-31 Klaus Flittner <klaus_flittner AT gmx.de>
6096
6097         * src/SDCCcse.c (updateSpillLocation): fixed bug #808027
6098
6099 2003-10-31 Bernhard Held <bernhard AT bernhardheld.de>
6100
6101         * src/SDCCmain.c (linkEdit): "fixed" bug #833605
6102         * src/SDCCast.c (decorateType): fixed bug #832664
6103
6104 2003-10-31  Borut Razem <borut.razem AT siol.net>
6105
6106         * support\cpp2\cpplex.c: fixed for SDCPP:
6107           comments(when executed with -C option) and _asm blocks
6108           were included even if they where in skipped #if block.
6109           Applied solution from GCC cpp 3.3.2
6110
6111 2003-10-31  Borut Razem <borut.razem AT siol.net>
6112
6113         * src/SDCC.lex: sdcc now understands both formats:
6114           '# <line_number> <file_name>' and
6115           '#line <line_number> <file_name>'
6116         * support/cpp2/cppmain.c: sdcpp now generates the standard
6117           '# <line_number> <file_name>' instead of former
6118           '#line <line_number> <file_name>'
6119
6120 2003-10-30  Borut Razem <borut.razem AT siol.net>
6121
6122         * support/cpp2/cpphash.h,
6123         * support/cpp2/cpplib.h
6124         * support/cpp2/cpplex.c,
6125         * support/cpp2/cppmain.c,
6126         * support/cpp2/cppinit.c: fixed bug #828015 - Syntax variation for _asm character constants
6127
6128 2003-10-30 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6129
6130         Fixed a number of problems revealed by bug #827883.
6131         * src/SDCCloop.c (loopInvariants): Spill location of the
6132         result operand should be recomputed if extracted from
6133         a loop. Also, don't extract assignments of an iTemp
6134         from a literal.
6135         * src/SDCCast.c (isConformingBody): loop reversal should
6136         not occur if the control variable is involved with a
6137         relational operator.
6138
6139 2003-10-28 Bernhard Held <bernhard AT bernhardheld.de>
6140
6141         * .version: bumped to 2.3.6 to reflect the big improvements
6142         made by Erik and Klaus. Thanks!
6143
6144 2003-10-28 Klaus Flittner <klaus_flittner AT gmx.de>
6145
6146         Replaced the livrange code.
6147         * src/SDCClrange.c: added new LR code
6148         * src/SDCCloop.c,
6149         * src/SDCCBBlock.h: removed remainig parts from old LR code
6150         * src/ds390/ralloc.c,
6151         * src/ds390/gen.c: minor fixes to make it work with new code
6152
6153 2003-10-28 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6154
6155         * as/hc08/asm.h,
6156         * as/hc08/lkrloc.c,
6157         * src/hc08/gen.c,
6158         * src/hc08/ralloc.c: Fix various warnings related to the hc08
6159         * src/SDCCicode.c (geniCodePreInc, geniCodePreDec): Fixed bug #829717
6160         (tweaked fix for bug #818696)
6161
6162 2003-10-23 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6163
6164         * src/z80/ralloc.c (joinPushes): Fixed bug #828742
6165
6166 2003-10-23 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6167
6168         * src/SDCCmain.c,
6169         * sdccconf_in.h: Fixed bug #828387 (--disable-hc08-port didn't work)
6170         * src/mcs51/gen.c (gencjneshort),
6171         * src/ds390/gen.c (gencjneshort): Made comparison with AOP_IMMD operand
6172         more efficient (per Scott Bronson's suggestion)
6173
6174 2003-10-22 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6175
6176         Extended the semantics of the critical keyword to include
6177         individual statements. See RFE #827755 and #799831
6178         * src/SDCC.y
6179         * src/SDCCicode.c
6180         * src/SDCCopt.c
6181         * src/SDCCast.c
6182         * support/Util/SDCCerr.c
6183         * support/Util/SDCCerr.h
6184         * src/mcs51/gen.c
6185         * src/ds390/gen.c
6186         * src/hc08/gen.c
6187
6188 2003-10-19  Borut Razem <borut.razem AT siol.net>
6189
6190         * src/SDCC.lex: fixed bug #825944 - defined yytext_ptr to make it compile with flex 2.5.31
6191
6192 2003-10-19 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6193
6194         * src/SDCCicode.c (geniCodePreInc, geniCodePreDec, ast2iCode):
6195         Fixed bug #818696
6196         * src/SDCCast.c (ast_print): Fixed --dumptree so that preincrement
6197         and predecrement operand is displayed
6198
6199 2003-10-13 Bernhard Held <bernhard AT bernhardheld.de>
6200
6201         * src/SDCCval.c (valMinus): fixed bug #826041
6202
6203 2003-10-15 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6204
6205         Some hc08 related updates that I missed earlier
6206         * sim/ucsim/stypes.h
6207         * support/regression/ports/hc08/spec.mk
6208
6209 2003-10-15 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6210
6211         New target "hc08" for the Motorola 68hc08 family of micros
6212
6213         * configure
6214         * configure.in
6215         * Makefile
6216         * src/hc08/*
6217         * src/SDCCmain.c
6218         * src/port.h
6219         * sim/ucsim/hc08.src/*
6220         * sim/ucsim/configure.in
6221         * src/ucsim/configure
6222         * sim/ucsim/packages_in.mk
6223         * as/hc08/*
6224         * as/Makefile
6225         * device/include/mc68hc908qy.h
6226         * device/lib/hc08/*
6227         * device/lib/Makefile.in
6228         * support/regression/ports/hc08/*
6229         * support/regression/Makefile
6230
6231 2003-10-14 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6232
6233         * src/z80/gen.c: fixed bug revealed by ast_constant_folding.c
6234         regression test
6235         * src/ds390/gen.c (genCast): fixed bug #821957
6236
6237 2003-10-13 Bernhard Held <bernhard AT bernhardheld.de>
6238
6239         * device/lib/logf.c: "fixed" overlay bug
6240         * support/regression/ports/host/spec.mk: added m library
6241         * support/regression/ports/mcs51-stack-auto/spec.mk: added float funcs
6242         * support/regression/tests/float_trans: added (for Eric)
6243
6244 2003-10-12 Bernhard Held <bernhard AT bernhardheld.de>
6245
6246         * src/mcs51/gen.c (genCpl): fixed bug
6247         http://sf.net/mailarchive/message.php?msg_id=6263915
6248
6249 2003-10-10 Bernhard Held <bernhard AT bernhardheld.de>
6250
6251         * src/SDCCast.c (decorateType): added extended constant folding
6252         * src/SDCCsymt.c (computeType): cleanup
6253         * src/SDCCval.c (valShift): minor optimization
6254         * support/regression/tests/ast_constant_folding.c: added
6255
6256 2003-10-09  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6257
6258         * src/SDCCmain.c: removed some unintended changes
6259
6260 2003-10-09  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6261
6262         * src/SDCCmain.c (setParseWithComma): fixed bug #816685
6263         * src/z80/gen.c: fixed part of bug #817589
6264         * src/SDCCsymt.c (checkFunction): fixed bug #817895
6265
6266 2003-10-08 Bernhard Held <bernhard AT bernhardheld.de>
6267
6268         Replaced cast (void **) with (void *) to avoid gcc 3 warning:
6269         * src/SDCCcflow.c
6270         * src/SDCCcse.c
6271         * src/SDCCdflow.c
6272         * src/SDCClabel.c
6273         * src/SDCClrange.c
6274         * src/SDCCmem.c
6275         * src/SDCCopt.c
6276         * src/SDCCpeeph.c
6277         * src/SDCCset.c
6278         * src/avr/ralloc.c
6279         * src/ds390/ralloc.c
6280         * src/izt/ralloc.c
6281         * src/mcs51/ralloc.c
6282         * src/pic/ralloc.c
6283         * src/pic16/ralloc.c
6284         * src/xa51/ralloc.c
6285         * src/z80/ralloc.c
6286         * src/z80/gen.c: removed unused label "release:"
6287
6288 2003-10-06  Borut Razem <borut.razem AT siol.net>
6289
6290         * src/SDCC.lex: removed definition of unused variables
6291           save_optimize and save_options
6292
6293 2003-10-06 Bernhard Held <bernhard AT bernhardheld.de>
6294
6295         * clean.mk: removed '=' in "-maxdepth=1"
6296         * src/SDCCloop.c: replace LRKLAUS with SDCC_LRKLAUS
6297         * src/SDCClrange.c: replace LRKLAUS with SDCC_LRKLAUS
6298
6299 2003-10-06  Borut Razem <borut.razem AT siol.net>
6300
6301         * src/SDCC.lex, src/SDCC.lex: use dbuf for "_asm" definitions;
6302           my_unput() replaced by unput()
6303
6304 2003-10-05 Bernhard Held <bernhard AT bernhardheld.de>
6305
6306         * src/SDCCloop.c (assignmentsToSym, loopInduction): cast argument of
6307         setToNull() to (void *) to avoid gcc3.x's warning: "dereferencing
6308         type-punned pointer will break strict-aliasing rules"
6309         Old LR behaviour is again default; Klaus' LR can be choosen by
6310         defining the environment variable LRKLAUS
6311         * src/SDCCBBlock.h
6312         * src/SDCCloop.c
6313         * src/SDCClrange.c
6314         * src/ds390/ralloc.c (spillThis): applied Klaus' patch
6315         * clean.mk: fixed removal of files in bin/CVS/
6316         * device/lib/clean.mk: fixed removal of directories small and large
6317         * support/Util/SDCCerr.c: changed W_INT_OVL to ERROR_LEVEL_PEDANTIC
6318         * src/SDCCicode.c,
6319         * src/SDCCval.c: removed superflous test for pedantic
6320
6321 2003-10-05  Borut Razem <borut.razem AT siol.net>
6322
6323         * src/SDCC.lex, support/Util/SDCCerr.c, sdcc/support/Util/SDCCerr.h:
6324           Fixed bug #816692: introduced new ERROR_LEVEL_PEDANTIC warning
6325           message "unmatched #pragma SAVE and #pragma RESTORE"
6326
6327 2003-10-04  Frieder Ferlemann <Frieder.Ferlemann AT web.de>
6328
6329         * doc/sdccman.lyx: various additions and updates (interrupts, inline
6330           assembly, critical functions, atomic, nojtbound)
6331
6332 2003-10-04 Bernhard Held <bernhard AT bernhardheld.de>
6333
6334         Applied liferange patch from Klaus Flittner <klaus_flittner AT gmx.de>
6335         * src/SDCCBBlock.h
6336         * src/SDCCloop.c
6337         * src/SDCCloop.h
6338         * src/SDCClrange.c
6339
6340 2003-10-03  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6341
6342         * src/z80/gen.h,
6343         * src/z80/gen.c (aopOp, aopGet, aopPut, genDummyRead),
6344         * src/mcs51/gen.h
6345         * src/mcs51/gen.c (aopOp, aopGet, aopPut, genDummyRead),
6346         * src/ds390/gen.h
6347         * src/ds390/gen.c (aopOp, aopGet, aopPut, genDummyRead),
6348         * src/SDCCicode.c (ast2iCode, geniCodeDummyRead): Fixed bug #663539
6349         * src/SDCCopt.c (killDeadCode): Fixed bugs #663539 & #816705
6350
6351 2003-10-02  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6352
6353         * src/z80/gen.c (genRet): fixed bug #524753
6354         * src/z80/gen.c (genCast): fixed internal error on cast from
6355         pointer to long
6356         * src/z80/gen.c (_saveRegsForCall, emitCall): adapted Johan's
6357         fix for bug #477835 to the z80
6358         * src/z80/gen.c (genZ80code, _vemit2, _emit2): added support
6359         for tracking iCodes in the peephole optimizer for z80
6360
6361 2003-10-01  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6362
6363         * src/SDCCicode.c (geniCodeJumpTable, geniCodeSwitch): fixed
6364         the other part of bug #814548
6365         * src/SDCCpeeph.c (labelInRange): fixed bug #814558
6366
6367 2003-09-30  Bernhard Held <bernhard AT bernhardheld.de>
6368
6369         * src/SDCCcse.c: fixed part of bug #814548
6370
6371 2003-09-28  Borut Razem <borut.razem AT siol.net>
6372
6373         * src/asm.c: rewrite of printILine() to use temporary file instead
6374           a pipe
6375         * src/xa51/main.c: commented out declaration of int rewinds
6376
6377 2003-09-27  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6378
6379         * src/SDCCicode.c (geniCodeJumpTable): Fixed bug #813206
6380
6381 2003-09-26  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6382
6383         * src/SDCCdflow.c (computeDataFlow): Fixed bug #810746
6384         * src/asm.c (printILine): Fixed bug #811015
6385
6386 2003-09-22  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
6387
6388         *link/z80/lklibr.c, as/mcs51/lklibr.c: Improved memory allocation and
6389         freeing.
6390
6391 2003-09-21  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6392
6393         * src/z80/gen.c (setupToPreserveCarry): Fixed bug #796955
6394         * src/z80/gen.c (setupPair, genMovePairPair): Fixed setupPair
6395         to correctly handle general case of AOP_PAIRPTR
6396         * src/z80/gen.c (aopGet, aopPut): Generalized AOP_PAIRPTR handling
6397
6398 2003-09-21  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6399
6400         * src/mcs51/ralloc.c (fillGaps),
6401         * src/ds390/ralloc.c (fillGaps): fixed bug #810093 (yet another
6402         register positioning bug)
6403
6404 2003-09-21  Bernhard Held <bernhard AT bernhardheld.de>
6405
6406         * device/lib/_fsdiv.c: replaced (1<<31) by (1ul<<31)
6407
6408 2003-09-19  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6409
6410         * src/mcs51/gen.c (loadDptrFromOperand, genFarPointerGet,
6411         genCodePointerGet, genGenPointerGet, genFarPointerSet,
6412         genGenPointerSet): handle AOP_DPTR correctly when loading dptr
6413         (ralloc doesn't intentionally do this now, but perhaps later)
6414         * src/mcs51/ralloc.c (serialRegAssign, fillGaps),
6415         * src/ds390/ralloc.c (serialRegAssign, fillGaps): fixed some
6416         register positioning bugs (Fixed bug #762602 and #795325)
6417         * src/SDCCicode.c (geniCodeDerefPtr): Track output class correctly
6418         (Fixed bug #808779)
6419         * src/z80/gen.c: increased _vemit2's buffer[] to handle long
6420         lines that --i-code-in-asm generates
6421
6422 2003-09-18  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
6423
6424         *link/z80/lklibr.c, as/mcs51/lklibr.c: Fixed Linux segfaults when
6425         trying to fclose a FILE* that was already closed.
6426
6427 2003-09-18  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6428
6429         * src/SDCCsymt.c (structElemType): fixed bug #808291 (members
6430         of const struct should be treated as if const themselves)
6431
6432 2003-09-18  Bernhard Held <bernhard AT bernhardheld.de>
6433
6434         * src/SDCCval.c (valPlus, valMinus): fixed bug #808337
6435
6436 2003-07-06  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
6437
6438         * support/librarian/sdcclib.c: Generate correct offsets for libraries with
6439         Unix (/n) and DOS (/r/n) line terminations.
6440
6441 2003-09-17  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6442
6443         * src/SDCCopt.c (cnvFromFloatCast, cnvToFloatCast): fixed
6444         bug #613775
6445
6446 2003-09-16  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6447
6448         * src/mcs51/gen.c (genFunction, genEndFunction),
6449         * src/ds390/gen.c (genFunction, genEndFunction): Moved save
6450         and restore of EA so that stack offsets to parameters are
6451         correct when using both critical and reentrant/stack-auto.
6452         * src/z80/gen.c (aopOp): removed erroneous assertion about sloc
6453         size (can be triggered in error if sloc is shared between
6454         different sized objects)
6455         * device/include/float.h: fixed macros to explicitly use
6456         unsigned long where needed
6457
6458 2003-09-15  Bernhard Held <bernhard AT bernhardheld.de>
6459
6460         Feature req. 799831: added code to allow nesting of critical functions
6461         * src/mcs51/gen.c (genFunction, genEndFunction)
6462         * src/ds390/gen.c (genFunction, genEndFunction)
6463
6464 2003-09-14  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6465
6466         * src/SDCCsymt.c (sclsFromPtr),
6467         * src/SDCCsymt.h,
6468         * src/SDCCast.c (decorateType): fixed bug #462971. Also, better
6469         support for standard C idiom of memory mapped variables; for
6470         example, *((xdata int*)0x1234) = 1 is now internally equivalent
6471         to xdata int at 0x1234 tempvar = 1.
6472         * sim/ucsim/z80.src/inst_xd.cc: fixed bug #805483 with patch
6473         provided by Akiya ISHIDA
6474
6475 2003-09-13  Bernhard Held <bernhard AT bernhardheld.de>
6476
6477         * src/SDCCval.c (cheapestVal): reenabled to reduce int to char
6478         * src/SDCCval.c (constVal): added reduction from int to char
6479         * src/SDCCval.c (valMult, valDiv): fixed sign handling
6480         * src/SDCCval.c (valShift): fixed after change of cheapestVal()
6481         * src/SDCCval.c (valCompare): fixed EQ_OP and NE_OP; they have
6482         to ignore the sign
6483         * support/regression/tests/shifts.c: fixed
6484
6485 2003-09-13  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6486
6487         * src/z80/gen.c (genXor): Fixed bug #805445
6488
6489 2003-09-12  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6490
6491         Fixed bug #621531 (const & volatile confusion in the type chain).
6492         DCL_PTR_CONST, DCL_PTR_VOLATILE, & IS_PTR_CONST now exclusively
6493         refer to the const or volatile state of the pointer itself.
6494
6495         * src/SDCCast.c
6496         * src/SDCCglue.c
6497         * src/SDCCicode.c
6498         * src/SDCCsymt.c
6499         * src/SDCCval.c
6500         * src/SDCC.y
6501         * src/SDCCsymt.h
6502         * src/pic/gen.c
6503         * src/pic/ralloc.c
6504         * src/pic16/gen.c
6505         * src/pic16/ralloc.c
6506         * support/regression/tests/const.c
6507
6508 2003-09-10  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
6509
6510         When checking for duplicated modules, use absolute paths
6511         instead of relative paths.  Files changed:
6512
6513         * as/mcs51/lklib.c
6514         * link/z80/lklib.c
6515
6516 2003-09-09  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6517
6518         * src/SDCCicode.c (geniCodeLogic): fixed bug #797572
6519
6520 2003-09-07  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6521
6522         * device/include/string.h: added size_t typedef, changed
6523         prototypes to use size_t, eliminated separate reentrant and
6524         non-reentrant declarations, added _memmove declaration
6525         * device/lib/_memcpy.c: changed to use size_t instead of int,
6526         changed /4 to >>2 to avoid division library call
6527         * device/lib/_memcmp.c,
6528         * device/lib/_memset.c,
6529         * device/lib/_strncat.c,
6530         * device/lib/_strncpy.c,
6531         * device/lib/_strncmp.c: changed to use size_t instead of int
6532         * device/lib/_memmove.c: new file (fixed bug #772294)
6533         * device/lib/Makefile.in: added _memmove.c
6534         * device/lib/z80/asm_strings.s: fixed bug #772290
6535         * support/regression/tests/bitfields.c: attempt to fix host assertion
6536         failure on amd64-unknown-linux2.2
6537
6538 2003-09-06  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6539
6540         * src/z80/gen.c (aopPut, spillPairReg): fixed bug #800998
6541         * src/z80/gen.c (genFunction, genEndFunction): fixed "bug" #774700
6542         * as/z80/asmain.c (main): fixed bug #801766
6543
6544 2003-09-06  Bernhard Held <bernhard AT bernhardheld.de>
6545
6546         * src/SDCCicode.c (ast2iCode): fixed differences in iCode with different
6547         compilers
6548
6549 2003-09-05  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6550
6551         * src/SDCCast.c (isConformingBody): fixed loop reversal bug
6552         reported in bug #800609
6553
6554 2003-09-04  Vangelis Rokas <vrokas AT otenet.gr>
6555
6556         * Top header beautifications in src/pic16 directory:
6557           device.c, device.h, gen.c, gen.h, genarith.c, glue.c, pcode.c,
6558           pcodeflow.c, pcodeflow.h, pcode.h, pcodepeep.c, pcoderegs.c,
6559           pcoderegs.h, ralloc.c, ralloc.h
6560         * main.c: added top header and GPL license notice
6561         * pcode.c: fixed the if-conditional warning
6562
6563 2003-09-04  Bernhard Held <bernhard AT bernhardheld.de>
6564
6565         * device/lib/_mullong.c: replaced int by short for gcc
6566
6567 2003-08-31  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6568
6569         * src/SDCCpeeph.c (notVolatile, notVolatileVariable): handle IFX
6570         and JUMPTABLE iCodes properly now (worked by accident before)
6571         * src/mcs51/gen.c (leftRightUseAcc),
6572         * src/ds390/gen.c (leftRightUseAcc): handle IFX and JUMPTABLE
6573         iCode properly now. Use getSize instead of nRegs since a & b
6574         aren't part of the nRegs tally.
6575
6576 2003-08-31  Vangelis Rokas <vrokas AT otenet.gr>
6577
6578         * src/pic16/main.c: corrected offsets of interrupt vectors in _pic16_genIVT()
6579         * src/pic16/pcode.c: fix to disable inserting BANKSEL directive
6580           before instructions that use the _STATUS register
6581
6582 2003-08-31  Bernhard Held <bernhard AT bernhardheld.de>
6583
6584         * src/mcs51/gen.c (freeAsmop): fixed off by one in stack offset (AOP_STK)
6585         * src/mcs51/gen.c (genNearPointerSet): added missing opcode for
6586         fetching of the pointer
6587         * src/mcs51/gen.c (genNearPointerGet): added reuse of PREG,
6588         copied from genNearPointerSet()
6589         * src/mcs51/gen.c (genNearPointerGet): don't pop r0/r1, if RESULTONSTACK
6590         * src/mcs51/gen.c: changed order of freeAsmop(left/right/result)-calls.
6591         If they pop r0/r1 they must be called in the opposite order than aopOp().
6592         * device/lib/_mullong.c: fixed for "--model-large --int-long-reent"
6593         (resp. --stack-auto), prepared for --xstack
6594
6595 2003-08-28  Frieder Ferlemann <Frieder.Ferlemann AT web.de>
6596
6597         * doc/sdccman.lyx: reverted tables to those in cvs 1.64
6598
6599 2003-08-28  Bernhard Held <bernhard AT bernhardheld.de>
6600
6601         * device/lib/_startup.c: quick & dirty fix for ds390/ds400;
6602         these ports have their own __sdcc_external_start()
6603
6604 2003-08-26  Bernhard Held <bernhard AT bernhardheld.de>
6605
6606         pic patch provided by Slade Rich <slade_rich AT yahoo.com>
6607         * src/pic/glue.c (pic14printPublics): fixed bug introduced when symbol
6608         type for bits was changed. It resulted in bit variables becoming
6609         global, which is not permitted in PIC 14 assembly output.
6610
6611 2003-08-23  Frieder Ferlemann <Frieder.Ferlemann AT web.de>
6612
6613         * doc/sdccman.lyx: various additions and updates. Rearranged sections
6614
6615 2003-08-22  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
6616
6617         Z80 and MCS51 linkers complaint if a public symbol is defined
6618         in more than one library module:
6619
6620         * as/mcs51/lklib.c
6621         * link/z80/lklib.c
6622         * as/mcs51/Makefile.in
6623
6624 2003-08-22  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6625
6626         A few small changes that speed up the peephole optimizer.
6627
6628         * src/SDCCpeeph.c
6629
6630 2003-08-22  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6631
6632         Try to make the peephole optimizer smarter by maintaining
6633         an association between the assembly source code and the
6634         iCodes that originated them. Put this information to use
6635         with a new peephole rule condition "notVolatile" so that
6636         the rules can be aggressive yet still safe.
6637
6638         * src/SDCCpeeph.c
6639         * src/SDCCpeeph.h
6640         * src/mcs51/gen.c
6641         * src/mcs51/peeph.def
6642
6643 2003-08-20  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6644
6645         Fixed bug #741761
6646
6647         * src/mcs51/gen.c (aopForSym, leftRightUseAcc),
6648         * src/ds390/gen.c (aopForSym, leftRightUseAcc): preserve A and B
6649         if the left or right operand symbols have the accuse flag set.
6650
6651 2003-08-20  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6652
6653         Changed the type of the result of the ! (NOT) operator to char;
6654         previously it returned the same type as the source. This allows
6655         us to eliminate all the genFloatNot functions (all of its target
6656         implementations were very buggy) since !float can use the same
6657         code as !long now.
6658
6659         * src/SDCCicode.c (ast2iCode): ! returns char
6660         * src/mcs51/gen.c (genNot, genNotFloat),
6661         * src/ds390/gen.c (genNot, genNotFloat),
6662         * src/z80/gen.c (genNot, genNotFloat),
6663         * src/pic/gen.c (genNot, genNotFloat),
6664         * src/pic16/gen.c (genNot, genNotFloat): eliminated genNotFloat
6665
6666 2003-08-19  Bernhard Held <bernhard AT bernhardheld.de>
6667
6668         pic patch provided by Slade Rich <slade_rich AT yahoo.com>
6669         1. Interrupt would not compile properly. Ensure PCLATH register is saved
6670            during interrupts. Ensure WSAVE is located at a shared bank address.
6671         2. Fixed page selection in some places
6672         3. Fixed BTFSS/C to where necessary use registers directly and not simply
6673            the registers name strings.
6674         4. Fixed "signed / unsigned compare" compiler warnings.
6675         5. The PIC port manages its own allocation of the general purpose
6676            registers, but makes no attempt to reuse them. As a result when
6677            compiling it soon runs out of general purpose registers. Some
6678            additional code was added to the files pcode.c and device.c to walk
6679            through the function call tree and rename the registers so that they
6680            get reused.
6681
6682         * src/pic/device.c
6683         * src/pic/gen.c
6684         * src/pic/glue.c
6685         * src/pic/pcode.c
6686         * src/pic/pcode.h
6687         * src/pic/ralloc.c
6688         * src/pic/ralloc.h
6689         * src/pic/genarith.c: Fixed problems with PIC 14 port in functions
6690         genPlus() & genMinus() when the result is the same as left or right
6691
6692 2003-08-18  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6693
6694         * src/z80/gen.c (isUnsplitable, fetchPairLong): fixed bug #770454
6695
6696 2003-08-18  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6697
6698         Made bitfield a distinct type from bit so that bitfields
6699         convert as per ANSI C and bits retain their traditional
6700         boolean style behaviour. Implemented bitfield support in
6701         the z80 port.
6702
6703         * src/SDCCsymt.h,
6704         * src/SDCCsymt.c,
6705         * src/SDCCast.c,
6706         * src/cdbFile.c,
6707         * src/mcs51/gen.c,
6708         * src/ds390/gen.c: bit v bitfield split
6709         * src/z80/gen.c: New support for bitfields
6710         * support/regression/tests/bitfields.c: reenabled z80,
6711         added more tests
6712
6713 2003-08-17  Frieder Ferlemann <Frieder.Ferlemann AT web.de>
6714
6715         Rules 246.x, 247.x relate to bitfields, the others speed up
6716         access to xdata mapped I/O devices.
6717
6718         * src/mcs51/peeph.def: added 26 peepholes 246.x - 248.x, 180.x
6719
6720 2003-08-16  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6721
6722         Cleaned up genPackBits and genUnpackBits and added two helper
6723         functions, emitPtrByteGet & emitPtrByteSet. Added optimizations
6724         for literal assignments in genPackBits (thanks to Frieder for
6725         reminding me).
6726
6727         * src/mcs51/gen.c
6728         * src/ds390/gen.c
6729
6730 2003-08-16  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6731
6732         Fixed bug #748310 (pointer to function type mishandled when the
6733         function name is omitted). Also fixed a SIGSEGV when a function
6734         attribute (reentrant, etc) is used on a non-function or on a
6735         function but misplaced before the parameter list.
6736
6737         * src/SDCC.y (abstract_declarator, abstract_declaractor2): fixed
6738         bug #748310
6739         * src/SDCC.y (declarator2_function_attributes): avoided SIGSEGV
6740         * support/Util/SDCCerr.h,
6741         * support/Util/SDCCerr.c: Added func attr misuse error msg
6742
6743 2003-08-13  Bernhard Held <bernhard AT bernhardheld.de>
6744
6745         Fixed bug #787649 by anonymous
6746         * src/SDCCglue.c (emitRegularMap): added emission of sloc for func ptr
6747         * src/ds390/gen.c (aopForSym): fixed func ptr in sloc
6748
6749 2003-08-14  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6750
6751         Fixed numerous bitfield problems.
6752
6753         * src/SDCC.y: More bitfield related error checking
6754         * src/SDCCsymt.h,
6755         * src/SDCCsymt.c (compStructSize): fixed bitfield offset calc
6756         * support/Util/SDCCerr.h,
6757         * support/Util/SDCCerr.c: Added & edited some bitfield err msgs
6758         * src/mcs51/gen.c (genPackBits, genUnpackBits): fixed mask bugs
6759         * src/ds390/gen.c (genPackBits, genUnpackBits): fixed mask bugs
6760         * support/regression/tests/bitfields.c: tests added
6761
6762 2003-08-13  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6763
6764         Made the constant following the "interrupt" keyword optional. If
6765         omitted, the function will not automatically be given an entry
6766         in the interrupt vector table (similar to #pragma NOIV, but
6767         less syntacticly kludgy). The interrupt number is also now
6768         range checked. Also fixed a bug in the high order bit example
6769         in the manual.
6770
6771         * src/SDCC.y
6772         * src/SDCCmem.c
6773         * src/SDCCglue.c
6774         * src/SDCCsymt.h
6775         * support/Util/SDCCerr.c
6776         * support/Util/SDCCerr.h
6777         * doc/sdccman.lyx
6778
6779 2003-08-13  Bernhard Held <bernhard AT bernhardheld.de>
6780
6781         * src/SDCCcse.c (algebraicOpts): fix bug converting op from value to type
6782         * src/SDCCicode.c (operandOperation): rewritten some ops
6783         (*, ==, unary_minus) to fix possible overflows and to accord with ANSI
6784         * src/SDCCsymt.c (computeType): literals are handled the same way as any
6785         other type
6786         * src/SDCCval.c (cheapestVal): removed, it doesn't accord with ANSI (can
6787         be re-activated by defining REDUCE_LITERALS)
6788         * src/SDCCval.c (constVal): fixed; hex and octal constants can be
6789         unsigned, but are signed by default
6790         * src/SDCCval.c (constVal): rearranged
6791         * src/SDCCval.c (valMod): preliminary fix
6792         * src/SDCCval.c (valCastLiteral): use TYPE_* types
6793         * support/regression/literalop.c: added, work in progress
6794
6795 2003-08-12  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6796
6797         Generate warnings for useless declarations like "char data;"
6798         that don't do what new users expect.
6799
6800         * src/SDCC.y
6801         * support/Util/SDCCerr.h
6802         * support/Util/SDCCerr.c
6803
6804 2003-08-09  Bernhard Held <bernhard AT bernhardheld.de>
6805
6806         * src/SDCCval.c (valMult): fix overflow detection of negative int
6807
6808 2003-08-07  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6809
6810         * src/z80/ralloc.c (joinPushes): made compatible with new signedness
6811
6812         Changes to support big endian targets:
6813
6814         * src/ports.h
6815         * src/SDCCglue.c
6816         * src/avr/main.c
6817         * src/ds390/main.c
6818         * src/izt/i186.c
6819         * src/mcs51/main.c
6820         * src/pic/main.c
6821         * src/pic16/main.c
6822         * src/xa51/main.c
6823         * src/z80/main.c
6824
6825 2003-08-06  Bernhard Held <bernhard AT bernhardheld.de>
6826
6827         * src/SDCCval.c (cheapestVal): changed behaviour to the same as constVal()
6828         * device/lib/time.c: fixed warning "integer overflow in expression"
6829
6830 2003-08-05  Bernhard Held <bernhard AT bernhardheld.de>
6831
6832         * src/SDCCval.c (cheapestVal, valueFromLit): use TYPE_* types
6833         * src/SDCCval.c (constVal): changed default to signed; hex and octal
6834         constants are unsigned; added recognition of "u" flag for unsigned
6835         * src/SDCCval.c (valMult): fixed signdness, added warning for overflow
6836         * src/SDCCval.c (valDiv, valMod): fixed signdness
6837         * src/SDCCicode.c (operandOperation): fixed critical typo; fixed
6838         signedness of modulo, left and right shift
6839         * support/Util/SDCCerr.c: added warning "integer overflow in expression"
6840         * support/Util/SDCCerr.h: added warning W_INT_OVL
6841         * src/SDCCast.c (decorateType): fixed gcc3.3 warning
6842         * src/SDCCast.c (ast_print): improved output of constants
6843
6844 2003-08-04  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
6845
6846         Fixed some warnings when building with MSVC:
6847
6848         * as\mcs51\asdata.c
6849         * as\z80\asdata.c
6850         * as\mcs51\asm.h
6851         * as\z80\asm.h
6852         * link\z80\aslink.h
6853         * link\z80\lkdata.c
6854         * link\z80\lkeval.c
6855         * link\z80\lkgb.c
6856         * link\z80\lkihx.c
6857         * link\z80\lks19.c
6858         * link\z80\lksym.c
6859         * support\cpp2\cpplib.c
6860         * src\ds390\gen.c
6861         * src\mcs51\gen.c
6862
6863 2003-08-03  Bernhard Held <bernhard AT bernhardheld.de>
6864
6865         * src/SDCCast.c (constExprTree): fix bug #781827 by Carl Worth <cworth AT isi.edu>
6866
6867 2003-08-01  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
6868
6869         * support\librarian\clean.mk: Do not remove Makefile.
6870         * support\librarian\Makefile: added.
6871
6872 2003-08-01  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
6873
6874         Added librarian to MSVC build:
6875         * all.dsp
6876         * sdcc.dsw
6877         * support\librarian\librarian.dsp
6878
6879         'configure' not needed for librarian, removed:
6880         * support\librarian\configure
6881         * support\librarian\configure.in
6882         * support\librarian\config_in.h
6883         * support\librarian\Makefile.in
6884
6885         Hopefully these ones built the librarian and the rest of sdcc properly:
6886         * Makefile
6887         * Makefile.common.in
6888
6889         Messed up 'configure', so revert to previous version:
6890         * configure
6891         * configure.in
6892
6893 2003-07-31  Bernhard Held <bernhard AT bernhardheld.de>
6894
6895         * src/SDCCicode.c (operandOperation): 3. fix, this time for Alpha; ULONG has 64 bits
6896         there, while the mantissa of a double is "only" 53 bits wide.
6897
6898 2003-07-31  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
6899
6900         Adding sdcclib to the build.  MSVC project coming soon.
6901         Files added/changed:
6902
6903         * support\librarian\clean.mk
6904         * support\librarian\configure
6905         * support\librarian\configure.in
6906         * support\librarian\config_in.h
6907         * support\librarian\Makefile.bcc
6908         * support\librarian\Makefile.in
6909         * support\librarian\sdcclib.c
6910         * Makefile.bcc
6911         * Makefile
6912         * Makefile.common.in
6913         * configure
6914         * configure.in
6915
6916 2003-07-29  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
6917
6918         Linker now complaints if linked modules have conflicting options, for
6919         example, one compiled using --model-large and another one compiled with
6920         --model-small.  The following files were modified:
6921
6922         * as\mcs51\asdata.c
6923         * as\mcs51\aslink.h
6924         * as\mcs51\asm.h
6925         * as\mcs51\asmain.c
6926         * as\mcs51\asout.c
6927         * as\mcs51\i51pst.c
6928         * as\mcs51\lkdata.c
6929         * as\mcs51\lklibr.c
6930         * as\mcs51\lkmain.c
6931         * as\z80\asdata.c
6932         * as\z80\asm.h
6933         * as\z80\asmain.c
6934         * as\z80\asout.c
6935         * as\z80\z80pst.c
6936         * link\z80\aslink.h
6937         * link\z80\lkdata.c
6938         * link\z80\lklibr.c
6939         * link\z80\lkmain.c
6940         * src\SDCCglue.c
6941
6942 2003-07-28  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
6943
6944         *link/z80/aslink.h, link/z80/lklibr.c, as/mcs51/aslink.h,
6945         as/mcs51/lklibr.c: Generate a warning when a library is not found.
6946
6947 2003-07-28  Bernhard Held <bernhard AT bernhardheld.de>
6948
6949         * src/z80/mappings.i: fix _mul[us][int,long] entries
6950
6951 2003-07-26  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
6952
6953         *src/SDCCmain.c: do not search for crt0.o when using --nostdlib
6954
6955 2003-07-24  Bernhard Held <bernhard AT bernhardheld.de>
6956
6957         * src/SDCCicode.c (operandOperation): really fixed problem with bitops
6958         * support/regression/tests/bitopcse.c: added
6959         fixed warning:
6960         * src/avr/gen.c:
6961         * src/pic/gen.c:
6962         * src/pic16/gen.c:
6963         * src/z80/gen.c:
6964         * src/xa51/gen.c:
6965
6966 2003-07-24  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
6967
6968         added support for new library format to z80, gbz80 linkers:
6969         *link/z80/aslink.h
6970         *link/z80/lklex.c
6971         *link/z80/lklib.c
6972         *link/z80/lklist.c
6973
6974 2003-07-24  Bernhard Held <bernhard AT bernhardheld.de>
6975
6976         * src/SDCCicode.c (operandOperation): fixed problem with bitops and 0xffffffff;
6977         after {double d = 0xffffffff; long l = d;} l will be 0x80000000 (LONG_MIN)
6978
6979 2003-07-23  Bernhard Held <bernhard AT bernhardheld.de>
6980
6981         added DUMMY_READ_VOLATILE:
6982         * src/SDCC.y:
6983         * src/avr/gen.c:
6984         * src/xa51/gen.c:
6985         * src/z80/gen.c:
6986         * src/pic/gen.c:
6987         * src/pic16/gen.c:
6988         * src/mcs51/gen.c:
6989         * src/ds390/gen.c:
6990         * src/SDCCcse.c (algebraicOpts): many improvements
6991         * src/SDCCcse.h: removed algebraicOpts()
6992         * src/SDCCicode.c (picDummyRead): added
6993
6994 2003-07-23  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
6995
6996         * as/mcs51/lkmem.c: Changed message "Insufficient DRAM memory" to
6997         "Insufficient space in data memory".
6998
6999 2003-07-20  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7000
7001         * src/mcs51/gen.c: fixed bug #771358
7002         * src/z80/gen.c: fixed bug #759087
7003
7004 2003-07-20  Bernhard Held <bernhard AT bernhardheld.de>
7005
7006         * src/pic16/glue.c: minor cleanup by Vangelis
7007
7008 2003-07-19  Frieder Ferlemann <Frieder.Ferlemann AT web.de>
7009
7010         * device/include/regc515c.h: fixed #758477
7011         * device/lib/_gptrget.c: saving some cycles in generic pointer get
7012         * device/lib/_gptrput.c: saved a few bytes
7013         * my tab spacing is 8, yours too?)
7014         * device/lib/_ser.c: process RX bytes earlier than TX bytes
7015         * device/lib/serial.c: process RX bytes earlier than TX bytes
7016         * src/mcs51/gen.c(genGenPointerGet/Set): removed writing of type after postincrement
7017
7018 2003-07-18  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7019
7020         * src/z80/gen.c: fixed some right shift bugs (#772726 among them)
7021
7022 2003-07-17  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
7023
7024     * link/z80/lklibr.c: fixed bug when there is a '.' in a library path.
7025
7026 2003-07-17  Bernhard Held <bernhard AT bernhardheld.de>
7027
7028         * device/lib/Makefile.in: bad fix, reverted to 1.43
7029
7030 2003-07-16  Bernhard Held <bernhard AT bernhardheld.de>
7031
7032         * device/lib/Makefile.in: added missing z80 object files
7033
7034 2003-07-14  Bernhard Held <bernhard AT bernhardheld.de>
7035
7036         * src/SDCCcse.c (algebraicOpts): CSE fun with &|^ and 0x00/0xff literals
7037         pic16 progress by Vangelis:
7038         * src/SDCCglobl.h:
7039         * src/SDCCmain.c:
7040         * src/pic/Makefile:
7041         * src/pic:
7042         * pic/Makefile:
7043         * pic16/device.c:
7044         * pic16/device.h:
7045         * pic16/gen.c:
7046         * pic16/gen.h:
7047         * pic16/genarith.c:
7048         * pic16/glue.c:
7049         * pic16/main.c:
7050         * pic16/pcode.c:
7051         * pic16/pcode.h:
7052         * pic16/pcodepeep.c:
7053         * pic16/peeph.def:
7054
7055 2003-07-13  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
7056
7057     * src/SDCCmain.c, src/SDCCglobl.h: added option --no-std-crt0
7058
7059 2003-07-12  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
7060
7061     * sdcc.dsw, all.dsp, link/z80/linkgbz80.dsp, as/z80/as-gbz80.dsp:
7062     added gbz80 build to MSVC project.
7063     * src/SDCCmain.c, src/SDCCglue.c, src/z80/main.c, src/z80/z80.dsp,
7064     link/z80/aslink.h, linkz80.dsp: cleaned up z80 and gbz80 asm files
7065     from 8051 stuff and setup so it links using a .lnk file.
7066
7067 2003-07-06  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
7068
7069     * support/librarian/sdcclib.c: sdcc librarian.
7070     * as/mcs51/aslink.h, as/mcs51/lklib.c: Support for libraries created
7071     with sdcclib.
7072
7073 2003-07-03  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
7074
7075     * as/mcs51/lkmain.c: properly handle extensions in function afile.
7076
7077 2003-07-02  Borut Razem <borut.razem AT siol.net>
7078
7079         * src/port.h, src/SDCCmain.c, src/pic/glue.h, src/pic/main.c,
7080         src/pic16/glue.h, sdcc/src/pic16/main.c, src/izt/i186.c,
7081         src/izt/tlcs900h.c, src/avr/main.c, src/ds390/main.c, src/mcs51/main.c,
7082         src/xa51/main.c, src/z80/main.c:
7083         virtualization of glue() function: each port has it's own glue function,
7084         which is accessed by do_glue function pointer in PORT.general structure
7085
7086 2003-07-01 Kevin Vigor <kevin AT vigor.nu>
7087
7088         * DS800C400 fun, improved ROM interface and tinibios.
7089
7090 2003-06-27 Kevin Vigor <kevin AT vigor.nu>
7091
7092         * More support for DS80C400. Now includes beginning of interface to ROM.
7093
7094 2003-06-25  Bernhard Held <bernhard AT bernhardheld.de>
7095
7096         * src/mcs51/gen.c (gencjneshort): fixed bug #760345
7097
7098 2003-06-20  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
7099
7100         * as/mcs51/lkaomf51.c: Make sure the size of the last procedure is correct.
7101
7102 2003-06-19  Borut Razem <borut.razem AT siol.net>
7103
7104         * src/z80/main.c: fixed Z80 port again: missing -k library paths in linker command line
7105
7106 2003-06-19  Borut Razem <borut.razem AT siol.net>
7107
7108         * src/SDCCutil.h, src/SDCCutil.c, src/SDCCglobl.h, src/SDCCmain.c, src/z80/main.c:
7109         fixed Z80 port - crt0.o: cannot open.
7110
7111 2003-06-19  Bernhard Held <bernhard AT bernhardheld.de>
7112
7113         * support/Util/MySystem.c (merge_command): revert bad fix
7114
7115 2003-06-18  Borut Razem <borut.razem AT siol.net>
7116
7117         * src/SDCC.lex, src/SDCCmain.c: fixed some warnings, introduced with changes made 15.06.1003
7118
7119 2003-06-18  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
7120
7121         * src/SDCCglobl.h, src/SDCCmain.c, doc/sdccman.lyx:
7122         option --use-stdout sends errors to stdout instead of stderr.
7123
7124 2003-06-18  Bernhard Held <bernhard AT bernhardheld.de>
7125
7126         * support/Util/MySystem.c (merge_command): quick fix for Linux segfault with \"cmd\" arg
7127
7128 2003-06-15  Borut Razem <borut.razem AT siol.net>
7129
7130         * support/cpp2/sdcc.h: HAVE_DOS_BASED_FILE_SYSTEM defined for _WIN32
7131         * src/SDCC.lex: cloneXxx and copyAndFreeXxx functions for options and optimize stack handling
7132         * src/SDCCglobl.h, src/SDCCmain.c, src/ds390/main.c, src/mcs51/main.c, src/z80/main.c:
7133         fixed width array of pointers replaced with sets;
7134         multiple include and lib paths ared transferred to preprocessor and linker
7135         * src/SDCCset.c, src/SDCCset.h: added function setFromSetNonRev() and mergeSets()
7136         * src/SDCCsymt.c: reimplemented function inCalleeSaveList() by using sets instead
7137         fixed width array of pointers
7138         * src/SDCCutil.c, src/SDCCutil.h: added functions fputStrSet(), appendStrSet(), joinStrSet();
7139         removed functions addToList(), join(), joinn(), pathCharsEquivalent(), pathCharTransform(),
7140         fixupPath(), getPathDifference()
7141         * src/ds390/gen.c, src/mcs51/gen.c: reimplemented function  inExcludeList() by using sets instead
7142         fixed width array of pointers
7143
7144 2003-06-11  Bernhard Held <bernhard AT bernhardheld.de>
7145
7146         * src/pic16/ralloc.c: fix warnings
7147         * src/pic16/pcode.c: fix warning
7148
7149 2003-06-10  Scott Dattalo  <scott AT dattalo.com>
7150
7151          Scott D. for Vangelis Rokas (vrokas AT otenet.gr). I (scott) don't
7152         know all the details, but essentially this set of changes enable
7153         the pic16 port to generate movff instructions and generate assembler
7154         directives,
7155         * src/SDCCmain.c:
7156         * src/pic16/gen.c:
7157         * src/pic16/glue.c:
7158         * src/pic16/pcode.c:
7159         * src/pic16/device.c:
7160         * src/pic16/main.c:
7161         * src/pic16/pcode.h:
7162         * src/pic16/pcoderegs.c:
7163         * src/pic16/ralloc.c:
7164         * src/pic16/ralloc.h:
7165
7166 2003-06-08  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
7167
7168         * support/Util/SDCCerr.c, src/SDCCglobl.h, src/SDCCmain.c, doc/sdccman.lyx:
7169         added option --vc, so sdcc errors and warnings are compatible with
7170         Microsoft Visual Studio.
7171
7172 2003-06-07  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
7173
7174         * device/lib/_atof.c, device/lib/Makefile.in, device/include/stdlib.h,
7175           device/lib/libfloat.lib: added atof function.
7176
7177 2003-06-04  Bernhard Held <bernhard AT bernhardheld.de>
7178
7179         * doc/sdccman.lyx: updated to Lyx 1.3
7180         * doc/cdbfileformat.lyx: updated to Lyx 1.3
7181         * doc/test_suite_spec.lyx: updated to Lyx 1.3
7182         * doc/Makefile: added fix for the \tabularnewline problem, thanks to Jesus
7183
7184 2003-06-03  Bernhard Held <bernhard AT bernhardheld.de>
7185
7186         * src/SDCCpeeph.c: separate peepRules2pCode() for pic16 by "Vangelis Rokas" <vrokas AT otenet.gr>
7187
7188 2003-06-02  Frieder Ferlemann <Frieder.Ferlemann AT web.de>
7189
7190         * doc/sdccman.lyx: cvs revision keywords, passing pdf information in latex preamble,
7191           additions to the "related tools/documentation" section
7192
7193 2003-06-02  Bernhard Held <bernhard AT bernhardheld.de>
7194
7195         * src/SDCCglue.c (tempfileandname): added check for missing TMP/TEMP/TMPDIR variable
7196
7197 2003-05-29  Bernhard Held <bernhard AT bernhardheld.de>
7198
7199         * src/pic/device.c: added 16F819, patch by "David I. Lehn" <dlehn AT vt.edu>
7200         * src/SDCCcse.c (algebraicOpts): fixed "c * 1"
7201
7202 2003-05-28  Bernhard Held <bernhard AT bernhardheld.de>
7203
7204         * doc/sdccman.lyx: fix double dash and other minor things
7205         * doc/Makefile: fix double dash
7206
7207 2003-05-28  Karl Bongers(patches from Martin Helmling)
7208         * debugger/mcs51/sdcdb.c,cmd.c,break.c and .h files. Martin adds
7209           condition and ignore commands.
7210
7211 2003-05-28  Frieder Ferlemann <Frieder.Ferlemann AT web.de>
7212
7213         * doc/sdccman.lyx: Changes all over, index improved, smaller margins. The manual
7214           is in parts still quite out of date, I did changes as far as I felt makes sense
7215           for a non-native english speaker.
7216           Please feel free to add to the manual or to correct my changes.
7217         * doc/Makefile: undid touching the date of intermediate tex files.
7218
7219 2003-05-26  Frieder Ferlemann <Frieder.Ferlemann AT web.de>
7220
7221         * doc/sdccman.lyx: Manual has an index now
7222
7223 2003-05-25  Bernhard Held <bernhard AT bernhardheld.de>
7224
7225         Finalize muluint/mulsint and mululong/mulslong merging:
7226         * device/lib/_mulint.c
7227         * device/lib/_mullong.c
7228         * device/lib/gbz80/mul.s
7229         * device/lib/gbz80/stubs.s
7230         * device/lib/z80/mul.s
7231         * device/lib/z80/stubs.s
7232         * src/SDCCsymt.c (initCSupport)
7233
7234 2003-05-25  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
7235
7236         * as/mcs51/lkaomf51.c: Address space 'z' was missing.
7237         * src/avr/avr.dsp, src/ds390/ds390.dsp, src/mcs51/mcs51.dsp,
7238           src/pic/pic.dsp, src/pic16/pic16.dsp, src/xa51/xa51.dsp,
7239           src/x80/z80.dsp: peep.rul is bigger now, so /Zm1000 is used
7240           instead of /Zm500.
7241
7242 2003-05-25  Frieder Ferlemann <Frieder.Ferlemann AT web.de>
7243
7244         * src/mcs51/peeph.def: added rules 244.x, 245.x. Although they pass
7245           the regression tests I'm not brave enough to enable 245.b, 245.c
7246         * doc/sdccman.lyx: added latex preamble for hyperref package.
7247           Using pdflatex this will give you a hyperlinked pdf file with
7248           bookmarks. (prepend '%' before /usepackage if this breaks something)
7249
7250 2003-05-24  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
7251
7252          * doc/sdccman.lyx: updated information about .adb files (fixed bug 742649)
7253
7254 2003-05-22  Bernhard Held <bernhard AT bernhardheld.de>
7255
7256         * src/pic16/pcode.c (pic16_get_op_from_instruction): fixed a gcc 3.x warning
7257
7258 2003-05-21    <johan AT balder>
7259
7260         * src/SDCCglue.c (printIval): fixed bug #739934
7261
7262 2003-05-19  Bernhard Held <bernhard AT bernhardheld.de>
7263
7264         Applied patch from bug 737905 (renamed yylineo to mylineno):
7265         * src/altlex.c
7266         * src/SDCCast.c
7267         * src/SDCglobl.h
7268         * src/SDCC.lex
7269         * src/SDCCsymt.c
7270         * src/SDCCval.c
7271         * src/pic16/pcode.c: Cleaned warnings
7272         * src/pic16/pcodeflow.c: Cleaned warnings
7273         * src/pic16/pcoderegs.c: Cleaned warnings
7274
7275 2003-05-19  Scott Dattalo  <scott AT dattalo.com>
7276
7277         * src/pic16/pcode.c: Cleaned warnings
7278         * src/pic16/pcodepeep.c: Cleaned warnings
7279         * src/pic16/ralloc.c: Cleaned warnings
7280
7281 2003-05-19  Bernhard Held <bernhard AT bernhardheld.de>
7282
7283         * doc/sdccman.lyx: fixed bug 739745
7284         * src/pic16/pcode.c (pic16_get_op): fixed warning on alpha
7285
7286 2003-05-18  Bernhard Held <bernhard AT bernhardheld.de>
7287
7288         * src/port.h: removed DEFAULT_PORT, it's not yet pic16 ;-)
7289         it can be defined with CFLAGS when running configure
7290         * src/SDCCmain.c: fixed compiling + linking with object files
7291
7292 2003-05-18  Vangelis Rokas (vrokas AT otenet.gr)
7293
7294         * configure.in: configure for pic16 port,
7295             added --disable-pic16-port
7296         * sdccconf_in.h: added macro OPT_DISABLE_PIC16
7297         * src/SDCCmain.c: linkOptions is changed to set *,
7298             added if/endif conditional macros to remove options help
7299             messages from optionsTable when a port is not configured, added
7300             support for the PIc16 port in the ports table, when executing
7301             the compiler with no port specified on command line, a default
7302             port is selected with the new macro DEFAULT_PORT which is
7303             defined in port.h, in setDefaultOptions() linkOptions is removed
7304             from initialization assignment, since now it is a set,
7305             parseCmdLine uses setParseWithComma for linkOptions, in
7306             linkEdit() linkOptions are accessed with new function indexSet()
7307             which returns the i'th item of a set variable. See SDCCset.c, in
7308             linkEdit() when calling buildCmdLine(), added linkOptions as
7309             last argument. Now users can pass arguments to gplink via the
7310             -Wl option, main() uses pic16glue() to glue up pic16 programs
7311         * src/SDCCpeeph.c: various changes to support pic16
7312         * src/SDCCset.c: added function  void *indexSet(set *, int)  to
7313             return the i'th item of the set
7314         * src/SDCCset.h: added function prototype for indexSet()
7315         * src/SDCCsymt.c: in checkSClass(), added support for PIC16
7316         * src/clean.mk: added pic16 in CLEANALLPORTS variable
7317         * src/port.h: added TARGET_ID_PIC16,TARGET_IS_PIC16 macro,
7318             added macro DEFAULT_PORT
7319         * src/pic/main.c: corrected arguments of gplnk in _linkCmd
7320         * src/pic16/gen.c: bug fix in genCpl(), now the correct code is
7321             generated
7322         * src/pic16/glue.c: commented out some error producing lines
7323         * src/pic16/main.c: __config directives are commented out to stop
7324             gpasm complaining and test the linkage with gplink, _linkCmd and
7325             _asmCmd changed to be more gplink and gpasm friendly
7326         * src/pic16/peeph.def: peep rule 3 is commented out, since it
7327             produced an error when parsed, peep rule 12 is added to utilize
7328             movff, but it is commented out since the pCode does not support
7329             yet a command with 2 address arguments
7330
7331 2003-05-18    <johan AT balder>
7332
7333         * src/ds390/gen.c (genArrayInit): removed obsolete and buggy ARRAYINIT
7334         * src/ds390/main.c (genArrayInit): removed obsolete and buggy ARRAYINIT
7335 2003-05-17  Karl Bongers(apply patches from Martin Helmling)
7336
7337         * debugger/mcs51/sdcdb.c,cmd.c,break.c and .h files.
7338   Added feature to script commands from file.
7339
7340 2003-05-14  Bernhard Held <bernhard AT bernhardheld.de>
7341
7342         * device/lib/_strtok.c: fixed bug #734355 by Lenny Story and Tim Woodall
7343         * src/SDCCutil.c: include ctype.h for win32
7344
7345 2003-05-13  Bernhard Held <bernhard AT bernhardheld.de>
7346
7347         * src/pic16/*: removed CR from many files, reported by Vangelis Rokas
7348
7349 2003-05-12  Karl Bongers(apply development patches from Martin Helmling)
7350
7351         * debugger/mcs51/sdcdb.c,simi.c,cmd.c,break.c and .h files.
7352   Fixed so you can set breakpoints prior to run, run does not stop
7353   on entry now.  Add tbreak.  Other enhancements and fixes for use
7354   with ddd.
7355
7356 2003-05-12  Borut Razem <borut.razem AT siol.net>
7357
7358         * src/SDCCmain.c: fixed the problem with searching the DATADIR as the last resort on *nix
7359
7360 2003-05-11  Borut Razem <borut.razem AT siol.net>
7361
7362         * src/SDCCutil.c: WIN32 version of getBinPath() calls GetModuleFileName() to determine
7363         the path of bin directory, so that PATH is the only env. variable, which has to be set
7364         in case of standard installation.
7365         * src/ds390/ds390.dsp: increased value of /Zm option to 1000
7366         * src/pic/main.c: add quotes to file name parameters for gplink and gpasm
7367         * src/SDCCglobl.h, src/SDCCmain.c, doc/sdccman.lyx: added --print-search-dirs command line option
7368
7369 2003-05-04  Bernhard Held <bernhard AT bernhardheld.de>
7370
7371         * src/SDCCmain.c (linkEdit): fixed buffer overflow for gbz80
7372         * support/regression/Makefile: inter-port-clean is no longer nesessary, the
7373         temp files are in the port dir; clean the gen/test directory when
7374         generating new test.c
7375         * support/regression/ports/host/spec.mk: defined OBJEXT for target clean
7376         * support/regression/tests/vaargs.c: fixed gcc 3.3 warning
7377         * support/regression/tests/zeropad.c: added
7378
7379 2003-05-09    <johan AT balder>
7380
7381         * src/SDCCglue.c: fixed bug #597940
7382
7383 2003-05-05  Karl Bongers(apply patches from Martin Helmling)
7384
7385         * debugger/mcs51/sdcdb.c,simi.c,cmd.c,symtab.c and .h files.
7386   cache sfr, optimize next,step, fix off by one sourceline,
7387   support ddd list function.
7388         * sim/ucsim/cmd.src/newcmd.cc - small fix for sdcdb use.
7389
7390 2003-05-04  Bernhard Held <bernhard AT bernhardheld.de>
7391
7392         * support/regression/HTMLgen.py: added compare_s2f()
7393         * support/regression/Makefile: redo 1.27
7394         * support/regression/generate-cases.py: redo 1.5
7395
7396 2003-04-30  Bernhard Held <bernhard AT bernhardheld.de>
7397
7398         * support/regression/tests/float.c: workaround 33 bit hex constant
7399         * support/regression/tests/simplefloat.c: fix division for host
7400
7401 2003-04-29  Scott Dattalo  <scott AT dattalo.com>
7402
7403         * src/pic/pcoderegs.c Applied patch from Jim Hawkridge <jim AT jimhawkridge.uk.eu.org>
7404         that tame's the PIC's over-aggressive optimizer.
7405
7406 2003-04-29  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
7407
7408          * src.dsw, link/z80/aslink.h, link/z80/linkz80.dsp: z80 linker
7409          support for MSVC.
7410
7411 2003-04-29  Kevin Vigor <kevin AT vigor.nu>
7412
7413         Initial support for DS80C400. "Hello world" runs on TINIm400
7414         (with polled I/O).
7415
7416 2003-04-28  Karl Bongers(apply patches for Martin Helmling)
7417
7418          * debugger/mcs51/sdcdb.c,simi.c,cmd.c,symtab.c and .h files.
7419          * Some notes on ddd usage added in debugger/README
7420          Martin Helmling adding more features and fixes for ddd GUI debugger.
7421          Code added for nexti, stepi, up, down, and other adjustments.
7422
7423 2003-04-28  Scott Dattalo  <scott AT DATTALO.COM>
7424
7425         * src/pic/pCodepeep.c non-wildcard asmops are now handled
7426         * src/pic/peeph.def Added two rules to optimize carry manipulation
7427         * src/pic/* removed debug printfs
7428
7429 2003-04-28  Bernhard Held <bernhard AT bernhardheld.de>
7430
7431         * debugger/mcs51/cmd.c: added header newalloc.h
7432
7433 2003-04-26  Bernhard Held <bernhard AT bernhardheld.de>
7434
7435         * as/Makefile: new EXEEXT
7436         * as/z80/Makefile: remove trailing slash of BUILDIR
7437         * as/z80/clean.mk: new EXEEXT
7438         * Makefile.common.in: add to CFLAGS (and others), don't replace it
7439         * support/cpp2/Makefile.in: new EXEEXT
7440         * src/pic/glue.c (pic14emitRegularMap): fixed warning
7441
7442 2003-04-24  Bernhard Held <bernhard AT bernhardheld.de>
7443
7444         Cygwin's gcc always appends .exe: 'gcc -o a a.c' creates a.exe;
7445         EXEEXT was introduced to fix all related problems with targets
7446         "clean", "install" and "uninstall"; a couple of further flaws
7447         especially with "clean" have been fixed too
7448         * as/mcs51/Makefile.in
7449         * as/mcs51/clean.mk
7450         * as/z80/Makefile
7451         * Makefile
7452         * clean.mk
7453         * debugger/mcs51/Makefile.in
7454         * debugger/mcs51/clean.mk
7455         * link/z80/Makefile
7456         * link/z80/Makefile.in
7457         * link/z80/clean.mk
7458         * link/Makefile
7459         * packihx/Makefile.in
7460         * packihx/clean.mk
7461         * sim/ucsim/Makefile
7462         * sim/ucsim/clean.mk
7463         * sim/ucsim/avr.src/Makefile.in
7464         * sim/ucsim/avr.src/clean.mk
7465         * sim/ucsim/s51.src/Makefile.in
7466         * sim/ucsim/s51.src/clean.mk
7467         * sim/ucsim/xa.src/Makefile.in
7468         * sim/ucsim/xa.src/clean.mk
7469         * sim/ucsim/z80.src/Makefile.in
7470         * sim/ucsim/z80.src/clean.mk
7471         * sim/ucsim/main_in.mk
7472         * sim/ucsim/packages_in.mk
7473         * sim/ucsim/gui.src/Makefile.in
7474         * sim/ucsim/gui.src/serio.src/Makefile.in
7475         * sim/ucsim/gui.src/serio.src/clean.mk
7476         * src/Makefile.in
7477         * src/clean.mk
7478         * support/cpp2/Makefile.in
7479         * support/cpp2/clean.mk
7480         * support/makebin/Makefile
7481         * support/makebin/clean.mk
7482         * support/scripts/sdcc_mingw32: --program-suffix no longer needed
7483         * doc/sdccman.lyx: --program-suffix no longer needed
7484
7485 2003-04-23  Karl Bongers(apply patches for Martin Helmling)
7486
7487          * debugger/mcs51/sdcdb.c,simi.c,cmd.c,..
7488          Martin Helmling added support for ddd GUI debugger.
7489          Code added to display assembly, set variables, and other commands
7490          to interface to ddd.
7491
7492 2003-04-23  Bernhard Held <bernhard AT bernhardheld.de>
7493
7494         * as/Makefile: fix target clean
7495         * as/clean.mk: fix target clean
7496         * as/z80/clean.mk: fix target clean
7497
7498 2003-04-22  Bernhard Held <bernhard AT bernhardheld.de>
7499
7500         * Makefile.common.in: added  AT EXEEXT AT
7501         * configure.in: removed all mingw32 stuff
7502         * configure: rebuilt from configure.in
7503         * doc/sdccman.lyx: updated section "installation"
7504         * support/scripts/sdcc_mingw32: adapted to configure
7505         * support/scripts/sdcc_cygwin_mingw32: added
7506
7507 2003-04-22  Scott Dattalo  <scott AT dattalo.com>
7508
7509         * src/pic Added object file support for the PIC port
7510         * src/pic Applied patch from Craig Franklin (this started the object file support)
7511         * src/regression Updated the PIC regression tests for object files
7512
7513 2003-04-20  Borut Razem <borut.razem AT siol.net>
7514
7515         * sdcc/as/mcs51/lklex.c: make getfid() more robust and fixed gcc warning:
7516           lklex.c: In function `getfid':
7517           lklex.c:203: warning: array subscript has type `char'
7518         * src/SDCCglobl.h: small change in stack handling macros, to avoid crash when compiled
7519           with MSVC with global optimization enabled (probably an cl compiler bug ;-)
7520         * support/Util/SDCCerr.c, support/Util/SDCCerr.h: added function fatal(), called from
7521           stack handling macros
7522
7523 2003-04-19  Borut Razem <borut.razem AT siol.net>
7524
7525         * "handling space characters in file path" task:
7526         * src/SDCCmacro.c: fixed bug in handlig quote at the end of line
7527         * support/Util/BuildCmd.c: define par as NULL if parameter value is invalid
7528         * support/Util/MySystem.h: make it self-sufficient
7529         * src/avr/main.c, src/ds390/main.c, src/mcs51/main.c, src/pic/main.c, src/xa51/main.c,
7530           src/z80/main.c, sdcc/as/mcs51/lklex.c:
7531           handling space characters in file path
7532         * src/SDCCmain.c: introduced setDataPaths() function, {datadir} macro
7533           (it will be used by assemblers, which have their own includes, e.g. gpasm)
7534         * support/Util/MySystem.c: handling space characters in executable's path
7535
7536 2003-04-19  Bernhard Held <bernhard AT bernhardheld.de>
7537
7538         * as/z80/Makefile: fix permanent rebuild of z80
7539         * sim/ucsim/gui.src/Makefile.in: target "install" builds the same packages as target "all"
7540         * support/regression/tests/bitfields.c: added Johan's bitfields.c
7541
7542 2003-04-18      Kevin Vigor <kevin AT vigor.nu>
7543
7544         * src/SDCCopt.c: add special case optimization to replace modulo by
7545           a power of two with a bitwise AND.
7546
7547 2003-04-18    <johan AT balder>
7548
7549         * src/mcs51/gen.c (getFreePtr): fixed bug #635354
7550
7551 2003-04-17    <johan AT balder>
7552
7553         * src/mcs51/ralloc.c (packRegsForAssign): fixed bug #716790 and removes lot's of redundant register usage around function calls
7554         * src/mcs51/ralloc.c (packRegisters): fixed bug #720667
7555
7556 2003-04-13  Borut Razem <borut.razem AT siol.net>
7557
7558         * doc/sdccman.lyx: updated info about #pragma SAVE/RESTORE nesting
7559         * configure.in, configure: fixed problems on cygwin/WinCVS environmet with ports.* line endings;
7560           fixed mingw problem in adl_NORMALIZE_PATH
7561
7562 2003-04-12  Borut Razem <borut.razem AT siol.net>
7563
7564         * fixed "#pragma SAVE/RESTORE can not be nested":
7565         * src/SDCC.lex: reworked pragma handling functions
7566         * sdcc/src/SDCCglobl.h: reworked stack handling macros
7567         * support/Util/SDCCerr.c, support/Util/SDCCerr.h: added E_STACK_VIOLATION error
7568
7569 2003-04-12  Bernhard Held <bernhard AT bernhardheld.de>
7570
7571         * src/SDCCutil.c (pathEquivalent): defined but not used
7572         * debugger/mcs51/sdcdb.c: replace SDCC_LIB_DIR
7573         * configure.in: remove sdcc_datadir, sdcc_lib_dir and sdcc_include_dir
7574         * configure: rebuilt from configure.in
7575         * sdccconf_in.h: remove SDCC_LIB_DIR and SDCC_INCLUDE_DIR
7576         * sdcc_vc_in.h: remove SDCC_LIB_DIR and SDCC_INCLUDE_DIR
7577         * device/include/Makefile.in: replace sdcc_datadir
7578         * device/lib/Makefile.in: replace sdcc_datadir
7579         * Makefile.common.in: add LDFLAGS from configure
7580         * packihx/Makefile.in: use LDFLAGS
7581         * src/Makefile.in: use LDFLAGS
7582         * support/cpp2/Makefile.in: add LDFLAGS from configure
7583         * support/makebin/Makefile: use LDFLAGS
7584         * .version: bumped version number to 2.3.5
7585
7586 2003-04-12  Borut Razem <borut.razem AT siol.net>
7587
7588         * completed "different paths" task:
7589         * src/SDCCmacro.c: fixed bug in handling quotes
7590         * src/SDCCutil.c, src/SDCCutil.c: rewritten getPrefixFromBinPath()
7591         * src/SDCCmain.c: _discoverPaths() replaced with setBinPaths(), setIncludePath() and setLibPath()
7592
7593 2003-04-12  Bernhard Held <bernhard AT bernhardheld.de>
7594
7595         * src/pic/pcoderegs.c (Remove1pcode): fix warning on alpha
7596
7597 2003-04-11 kevin Vigor <kevin AT vigor.nu>
7598
7599         * ds390/gen.c ds390/peeph.def: fix bug 706781
7600
7601 2003-04-11  Borut Razem <borut.razem AT siol.net>
7602
7603         * support/Util/dbuf.c, support/Util/dbuf.h: update to version 1.1.1 - re-added C++ stuff to make it still more portable
7604
7605 2003-04-10  Scott Dattalo  <scott AT dattalo.com>
7606
7607         * src/pic/* Applied the pointer-to-function patch from Steve Tell.
7608         * src/pic/* Fixed several pointer bugs. (PIC port broke when the ruonly bit was
7609          set - this bit used to not be set...).
7610         * src/pic/gen.c Fixed buf 609268 ==> x = (x+1) & 0xf; generated
7611           bad code in PIC Port
7612         * src/regression/and2.c added to test bug 609268
7613         * src/regression/Makefile added and2.c to regression test
7614
7615
7616 2003-04-08    <johan AT CP255758-A>
7617
7618         * src/mcs51/gen.c (gen51Code): display reg usage in --icode-in-asm
7619         * src/mcs51/ralloc.c (serialRegAssign): update the registers in use and save some slocs
7620         * src/SDCCicode.h: added riu to show the register usage in --icode-in-asm
7621
7622 2003-04-07  Bernhard Held <bernhard AT bernhardheld.de>
7623
7624         * configure.in: fully support prefix, exec_prefix, datadir, docdir;
7625         fix bug #487815
7626         * support/cpp2/Makefile.in: fix bug #487815
7627         * configure: rebuilt from configure.in
7628         * Makefile.common.in: docdir changed, new path suffixes
7629         * sdccconf_in.h: new RETSIGTYPE, and other PATHs
7630         * sdcc_vc_in.h: reflect changes from sdccconf.h
7631         * src/SDCCglobl.h: remove *SEPARATOR_CHARS, they are now in sdccconf.h
7632         * src/SDCCutil.h: remove BINDIR hack
7633         * doc/sdccman.lyx: update new path hierarchy
7634
7635 2003-04-06    Paul Stoffregen <paul AT pjrc.com>
7636
7637         * src/SDCCpeeph.c: added okToRemoveSLOC test
7638
7639 2003-04-06    Paul Stoffregen <paul AT pjrc.com>
7640
7641         * device/lib/printf_fast.c: added leading zero format ("%06d", etc)
7642
7643 2003-04-06    Paul Stoffregen <paul AT pjrc.com>
7644
7645         * src/SDCCpeeph.c: added labelIsReturnOnly test
7646         * src/mcs51/peeph.def: Peephole 244: replace ljmp to ret with ret
7647
7648 2003-04-05    <johan AT balder>
7649
7650         * src/SDCCcse.c (cseAllBlocks): fixed bug #460088
7651         * src/SDCCloop.c (DEFSETFUNC): fixed bug #460088
7652         * src/SDCCopt.c (eBBlockFromiCode): fixed bug #460088
7653         * src/SDCCast.c: fixed a warning
7654         * src/SDCCast.h: fixed a warning
7655         * src/SDCCicode.c (operandFromAst): fixed a warning
7656
7657 2003-04-04    <johan AT balder>
7658
7659         * src/SDCCloop.c (DEFSETFUNC): undid the fix for bug #519584
7660         * src/SDCCast.c (decorateType): fixed bug #715076
7661         * src/SDCC.y: fixed bug #702907
7662
7663 2003-04-03    <johan AT balder>
7664
7665         * device/lib/_mulint.c (_muluint): new #pragma LESS_PEDANTIC
7666         * src/SDCCopt.c (eBBlockFromiCode): new #pragma LESS_PEDANTIC
7667         * src/SDCCglobl.h (PRAGMA_LESSPEDANTIC): new #pragma LESS_PEDANTIC
7668         * src/SDCC.lex (doPragma): new #pragma LESS_PEDANTIC
7669         * src/SDCCmain.c (parseCmdLine): new #pragma LESS_PEDANTIC
7670
7671 2003-04-03  Bernhard Held <bernhard AT bernhardheld.de>
7672
7673         * _decdptr.c: fix return values
7674         * _gptrget.c: fix return values
7675         * _gptrgetc.c: fix return values
7676         * _gptrput.c: fix return values
7677         * _mulint.c: fix return values
7678         * as/z80/Makefile: fix 'make -j' problem
7679
7680 2003-04-02  Bernhard Held <bernhard AT bernhardheld.de>
7681
7682         * Makefile.common.in: unused PORT, SCC and SAS removed, fixed docdir
7683         * configure.in: big cleanup, updated to autoconf 2.5x
7684         * configure: rebuilt from configure.in
7685         * sdccconf_in.h: new RETSIGTYPE, and other PATHs
7686         * sdcc_vc_in.h: reflect changes from sdccconf.h
7687         * doc/Makefile: fixed a flaw in "make install"
7688
7689 2003-04-02    <johan AT balder>
7690
7691         * src/ds390/gen.c (genCmp): no comments
7692         * src/mcs51/gen.c (genCmp): no comments
7693         * src/SDCCopt.c (eBBlockFromiCode): detect missing return values
7694         * src/SDCCast.c (ast_print): fixed the function type in --dumptree
7695
7696 2003-04-01  Bernhard Held <bernhard AT bernhardheld.de>
7697
7698         * support/regression/generate-cases.py: place generated file in given sub directory
7699         * support/regression/ports/host/spec.mk: prevent removal of testfwk.o
7700         * support/regression/Makefile: improvements for 'make -j';
7701         side effect: it's simpler and faster now
7702
7703 2003-03-31  Borut Razem <borut.razem AT siol.net>
7704
7705         * src/z80/main.c: link-{port} and as-{port} defined without path
7706         * src/src.dsp: support/Util/MySystem.h and src/SDCCutil.h added to project
7707
7708 2003-03-31  Bernhard Held <bernhard AT bernhardheld.de>
7709
7710         * Makefile, src/Makefile.in: add dependencies, so that 'make -j' works
7711
7712 2003-03-30  Borut Razem <borut.razem AT siol.net>
7713
7714         * support/Util/BuildCmd.c, support/Util/BuildCmd.h: rewrite buildCmdLine(),
7715           changed type of list parameter to set
7716         * src/ds390/main.c: changed type of parameter asmOptions to set in _tininative_do_assemble()
7717         * src/port.h: changed type of do_assemble() parameter to set
7718         * src/SDCCmain.c: type of asmOptions changed to set, introduced setParseWithComma(),
7719           sdcpp defined without path, removed variable VersionString, introduced set binPathSet,
7720           definition of "cppoutfilename" macro with NULL value in preProcess()
7721         * src/SDCCglobl.h: included "SDCCset.h", added declaration of setParseWithComma()
7722         * src/SDCCglue.c: removed variable VersionString, inroduced spacesToUnderscores()
7723         * support/Util/MySystem.c, support/Util/MySystem.h: rewrite, char *ExePathList[]
7724           replaced with set *binPathSet
7725         * shash_add() deallocates the item, if allready exsists, before adding the new one
7726         * src/SDCCmacro.c: handling macros with empty or NULL values in _evalMacros()
7727
7728 2003-03-30  Scott Dattalo  <scott AT dattalo.com>
7729
7730         * src/pic/gen.c: Commit patch from Steve Tell <tell AT telltronics.org> that fixes
7731           a nested for loop bug in the PIC port
7732         * src/regression/nestfor.c: new regression test file Steve wrote to test nested
7733           for loops
7734
7735 2003-03-29  Bernhard Held <bernhard AT bernhardheld.de>
7736
7737         * support/Util/dbuf.h: remove C++ stuff to make it portable
7738
7739 2003-03-28  Borut Razem <borut.razem AT siol.net>
7740
7741         * src/SDCC.lex: Fix for bug #711240: dynamic buffer handling of C
7742           literal strings in stringLiteral()
7743         * support/Util/dbuf.c, support/Util/dbuf.h: added: dynamic buffer handling
7744         * src/Makefile.bcc, src/Makefile.in, src\src.dsp: added support/Util/dbuf.c
7745           to the project
7746
7747 2003-03-27  Paul Stoffregen <paul AT pjrc.com>
7748
7749         * src/SDCCpeeph.c (pcDistance): accurate byte distance for mcs51
7750
7751 2003-03-26    <johan AT balder>
7752
7753         * src/mcs51/gen.c (saveRegisters): catched symbol abuse
7754         * src/ds390/gen.c (saveRegisters): catched symbol abuse
7755         * src/SDCCast.c (decorateType): fixed " -v < 3"
7756
7757 2003-03-23  Bernhard Held <bernhard AT bernhardheld.de>
7758
7759         * doc/cdbfile.html: removed, replaced by cdbfileformat.lyx
7760         Added Lenny Story's debug infrastructure changes:
7761         * src/Makefile.in:  added new files cdbFile.c and SDCCdebug.c
7762         * src/Makefile.bcc: added new files cdbFile.c and SDCCdebug.c
7763         * src/cdbFile.c: added
7764         * src/SDCCdebug.c: added
7765         * src/SDCCdebug.h: added
7766         * src/SDCCast.c (createFunction)
7767         * src/SDCCglue.c (emitRegularMap, emitStaticSeg, emitOverlay, glue)
7768         * src/SDCCmain.c (parseCmdLine, main)
7769         * src/SDCCmem.c (redoStackOffsets)
7770         * src/SDCCsymt.c (cdbStructBlock, cdbTypeInfo, cdbSymbol, cdbStruct, cdbStructBlock)
7771         * src/SDCCsymt.h
7772         * src/common.h
7773         * src/avr/gen.c (genAVRCode)
7774         * src/ds390/gen.c (gen390Code)
7775         * src/mcs51/gen.c (gen51Code)
7776         * src/pic/gen.c (genpic14Code)
7777         * src/pic/glue.c (pic14emitRegularMap, pic14emitStaticSeg, pic14emitOverlay, picglue)
7778         * src/xa51/gen.c (genXA51Code)
7779         * src/SDCCast.c: fixed "void foo(void){char c; -c < 0;}"
7780
7781 2003-03-22  Frieder Ferlemann <Frieder.Ferlemann AT web.de>
7782
7783         * src/mcs51/gen.c (genCodePointerGet): quicker code for bug #700797
7784         * src/mcs51/peeph.def: added rules 177, 241.x to 243, touched 181, 182.x, 193.x
7785
7786 2003-03-22    <johan AT balder>
7787
7788         * src/SDCCicode.c (geniCodeDerefPtr): fixed bug #698231
7789
7790 2003-03-21  Bernhard Held <bernhard AT bernhardheld.de>
7791
7792         * support/scripts/sdcc_mingw32: adapted to configure from autoconf 2.54
7793         * doc/cdbfileformat.lyx: added, written by Lenny Story
7794         * doc/Makefile: added cdbfileformat.lyx
7795         * doc/clean.mk: added cdbfileformat.lyx
7796
7797 2003-03-20  Bernhard Held <bernhard AT bernhardheld.de>
7798
7799         * src/mcs51/peeph.def: fix bug #705773
7800
7801 2003-03-20    <johan AT balder>
7802
7803         An sfr/sbit can have an "at #" AND an initializer
7804         * src/SDCCsymt.c (checkSClass):
7805         * src/SDCCmem.c (allocGlobal):
7806         * src/SDCCmem.c (allocLocal):
7807         * src/SDCCast.c (createBlock):
7808
7809 2003-03-17  Bernhard Held <bernhard AT bernhardheld.de>
7810
7811         * src/ds390/peeph.def: fix bug #704878: added rule 213.b suggested by Jan Rejlek
7812
7813 2003-03-16    <johan AT balder>
7814
7815         Undid the hackup of const and volatile, the problem is much bigger
7816         * src/SDCC.y:1.65
7817         * src/SDCCast.c:1.171
7818         * src/SDCCglue.c:1.138
7819         * src/SDCCicode.c:1.146
7820         * src/SDCCsymt.c:1.150
7821         * src/SDCCval.c:1.65
7822
7823 2003-03-15  Bernhard Held <bernhard AT bernhardheld.de>
7824
7825         * src/mcs51/ralloc.c (packRegsForAssign): fixed bug #703541
7826         * src/ds390/gen.c (genAddrOf): fixed bug #704087
7827
7828 2003-03-13    <johan AT balder>
7829
7830         Hackup const and volatile modifiers in type chains a bit:
7831         * src/SDCC.y:1.63
7832         * src/SDCCast.c:1.169
7833         * src/SDCCglue.c:1.136
7834         * src/SDCCicode.c:1.143
7835         * src/SDCCsymt.c1.146
7836         * src/SDCCsymt.h1.59
7837         * src/SDCCval.c:1.63
7838
7839 2003-03-12    <johan AT balder>
7840
7841         * src/SDCCBBlock.h: more LRH debugging junk
7842         * src/SDCCcflow.h: more LRH debugging junk
7843         * src/SDCCloop.c: more LRH debugging junk
7844         * src/SDCC.y (struct_declaration): fixed bug #697590
7845         * src/SDCCsymt.[hc] (cloneSpec): NEVER EVER use this again
7846         * src/ds390/gen.c (aopForRemat): fixed bug #700031
7847         * src/SDCCglue.c (emitStaticSeg): fixed bug #700797
7848
7849 2003-03-11 Kevin Vigor <kevin AT vigor.nu>
7850         * src/SDCCpeeph.c: quit being lazy and made proper fix (peephole
7851         test function names must now match exactly).
7852         * src/SDCCcse.c: added special case in findCheaperOp to allow
7853         extending a short integer. Makes less awful code for bug 700121 test case.
7854
7855 2003-03-11  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
7856
7857         * as/mcs51/lkmain.c: Added ASlink-Warning to messages
7858         * as/mcs51/lkaomf51.c: Fixed bug when linking asmblink example
7859
7860 2003-03-11 Kevin Vigor <kevin AT vigor.nu>
7861
7862         * src/SDCCpeeph.c: fix so that operandsNotEqualX functions are
7863         actually called (operandsNotEqual() was called for all
7864         operandsNotEqualX tests).
7865
7866 2003-03-11 Kevin Vigor <kevin AT vigor.nu>
7867
7868         * src/SDCCcse.c: fix findCheaperOp to prevent replacing int types
7869         with shorter literals. Fixes bug 700121.
7870
7871 2003-03-11    <johan AT balder>
7872
7873         * src/SDCCsymt.c (compareType): a (void *) can be assigned to any pointer
7874
7875 2003-03-11  Bernhard Held <bernhard AT bernhardheld.de>
7876
7877         * src/SDCCloop.c (mergeRegions): an evil beast is dead
7878         * src/SDCCmain.c (preProcess): minor cleanup: eliminate preOutName
7879
7880 2003-03-10  Borut Razem <borut.razem AT siol.net>
7881
7882         * src/SDCCmain.c: pipe preprocessor's output
7883         * support/Util/MySystem.c, support/Util/MySystem.h: added my_popen()
7884         * sdcc_vc_in.h: define pclose as _pclose for WIN32
7885         * src/SDCCglue.c, src/SDCCglue.h: added set pipeSet, added function closePipes,
7886         which closes all pipes in pipeSet set
7887         * src/SDCCset.c: free deleted item in function deleteSetItem()
7888         * src/src.dsp, src/z80/z80.dsp: files support/Util/BuildCmd.c and support/Util/MySystem.c
7889         moved from z80 to src subproject
7890         * .version: increased version number to 2.3.4
7891
7892 2003-03-10  Bernhard Held <bernhard AT bernhardheld.de>
7893
7894         * support/regression/ports/mcs51/spec.mk: increase timeout for CF's sparc to 30s
7895         * support/regression/ports/ds390/spec.mk: increase timeout for CF's sparc to 25s
7896         * support/regression/ports/xa51/spec.mk: fix typo
7897
7898 2003-03-09  Bernhard Held <bernhard AT bernhardheld.de>
7899
7900         * src/SDCCglobl.h: PATH_MAX is already defined in mingw32 headers
7901
7902 2003-03-09  Borut Razem <borut.razem AT siol.net>
7903
7904         * src/SDCCmain.c: pipe preprocessor's output
7905         * support/Util/MySystem.c, support/Util/MySystem.h: added my_popen()
7906         * sdcc_vc_in.h: define pclose as _pclose for WIN32
7907         * src/SDCCglue.c, src/SDCCglue.h: added set pipeSet, added function closePipes,
7908         which closes all pipes in pipeSet set
7909         * src/SDCCset.c: free deleted item in function deleteSetItem()
7910         * src/src.dsp, src/z80/z80.dsp: files support/Util/BuildCmd.c and support/Util/MySystem.c
7911         moved from z80 to src subproject
7912
7913 2003-03-09  Borut Razem <borut.razem AT siol.net>
7914
7915         * src/SDCCglue.c: re-implemented tempfilename() and tempfile(): using mkstemp() if available
7916         * src/SDCCsymt.h: fixed MSVC and BORLANDC compilation (included SDCCglobl.h instead srccconf.h)
7917         * sdcc_vc_in.h: explicitly undefined HAVE_MKSTEMP which is not available on BORLANDC and MSVC
7918         * src/SDCCset.h: removed inclusion of sdccconf.h or sdcc_vc.h
7919         * src/SDCCglobl.h: unification of WIN32 native definitions
7920
7921 2003-03-09  Frieder Ferlemann <Frieder.Ferlemann AT web.de>
7922
7923         * src/mcs51/gen.c: applied in-/dec patch mentioned on sdcc-devel 2003-03-01
7924
7925 2003-03-08  Bernhard Held <bernhard AT bernhardheld.de>
7926
7927         * src/configure.in:   check for endianess (even while cross-compiling)
7928         * src/configure:      check for endianess (even while cross-compiling)
7929         * src/configure_in.h: check for endianess (even while cross-compiling)
7930         * src/avr/gen.c:        remove old endianess stuff
7931         * src/mcs51/gen.c:      remove old endianess stuff
7932         * src/ds390/gen.c:      remove old endianess stuff
7933         * src/pic/gen.c:        remove old endianess stuff
7934         * src/pic/genarith.c:   remove old endianess stuff
7935         * src/pic/glue.c:       fix endianess check
7936         * src/pic16/gen.c:      remove old endianess stuff
7937         * src/pic16/genarith.c: remove old endianess stuff
7938         * src/pic16/glue.c:     fix endianess check
7939         * src/xa51/gen.c:       remove old endianess stuff
7940         * src/z80/gen.c:        fix endianess check
7941         * src/SDCCglue.c:       fix endianess check
7942         * src/ds390/peeph.def: fix bug 700036
7943
7944 2003-03-08  Bernhard Held <bernhard AT bernhardheld.de>
7945
7946         * src/SDCCsymt.h: use appropriate data-types on host for SDCC's int and long
7947         * src/configure: find appropriate data-types on host for SDCC's int and long
7948         * src/configure.in: find appropriate data-types on host for SDCC's int and long
7949         * src/sdccconf_in.h: find appropriate data-types on host for SDCC's int and long
7950         * src/xa51/gen.c: use %d, not %ld for 4 byte variables
7951
7952 2003-03-07    <johan AT balder>
7953
7954         Just a big NOOP:
7955                 some minor cleanups before the big shot
7956                 OP_DEFS and OP_USES now use Kevin's protection
7957                 new option --nolabelopt
7958
7959         * src/SDCCBBlock.c:
7960         * src/SDCCast.c,:
7961         * src/SDCCcflow.c:
7962         * src/SDCCcse.c:
7963         * src/SDCCicode.c:
7964         * src/SDCCicode.h:
7965         * src/SDCClabel.c:
7966         * src/SDCCloop.c:
7967         * src/SDCCmain.c:
7968         * src/ds390/ralloc.c:
7969         * src/mcs51/ralloc.c:
7970         * src/pic/ralloc.c:
7971         * src/xa51/ralloc.c:
7972         * src/z80/ralloc.c:
7973
7974 2003-03-06  Bernhard Held <bernhard AT bernhardheld.de>
7975
7976         * src/pic/pcode.c (get_op): fix 64 bit warnings
7977         * src/pic/pcode.c (pCode2str): fix 64 bit warnings
7978         * src/SDCChasht.c (newHashTable): fix 64 bit warnings
7979         * src/SDCCsymt.c (checkTypeSanity): fix 64 bit warnings
7980         * support/regression/tests/malloc.c: fix 64 bit warnings
7981
7982 2003-03-04  Bernhard Held <bernhard AT bernhardheld.de>
7983
7984         * src/mcs51/gen.c (genMinus): fixed bug 696436
7985
7986 2003-03-02  Borut Razem <borut.razem AT siol.net>
7987
7988         * src/SDCCmain.c: added BORLANDC, corrected MSVC in printVersionInfo()
7989
7990 2003-02-26  Bernhard Held <bernhard AT bernhardheld.de>
7991
7992         * configure.in: test for mkstemp
7993         * sdccconf_in.h: add HAVE_MKSTEMP
7994
7995 2003-02-24  Bernhard Held <bernhard AT bernhardheld.de>
7996
7997         * device/include/ctype.h: removed warning while using --stack-auto
7998         * device/include/malloc.h: removed warning while using --stack-auto
7999         * device/include/string.h: removed warning while using --stack-auto
8000
8001 2003-02-23  Borut Razem <borut.razem AT siol.net>
8002
8003         * src/asm.h: corrected assertion in function printILine(): _pipe() was not executed on MSVC,
8004         because NDEBUG is defined (see man assert)
8005         * sdcc_vc_in.h: vsnprintf is defined as _vsnprintf on MSVC
8006
8007 2003-02-23  Frieder Ferlemann <Frieder.Ferlemann AT web.de>
8008
8009         * src/mcs51/gen.c (genUminusFloat): avoided dptr in-/decrement for xdata variables
8010         * src/mcs51/peeph.def: added rule suggested by Gernot Fink, white space/comment changes
8011
8012 2003-02-18  Frieder Ferlemann <Frieder.Ferlemann AT web.de>
8013
8014         * src/SDCCpeeph.c: added peephole conditions testing for same arguments
8015         * src/mcs51/peeph.def: added rules 238a-d which remove redundant moves
8016
8017 2003-02-18    <johan AT balder>
8018
8019         * as/mcs51/asmain.c (asmbl): module can start with a digit
8020         * as/z80/asmain.c (asmbl): module can start with a digit
8021
8022 2003-02-16  Bernhard Held <bernhard AT bernhardheld.de>
8023
8024         * sim/ucsim/mkecho: inserted #!/bin/sh for Cygwin, so that it's executable
8025         * src/asm.c: fix pipe() for Mingw32
8026
8027 2003-02-15  Bernhard Held <bernhard AT bernhardheld.de>
8028
8029         * src/SDCCglue.h: make tmpfileNameSet available for preOutName
8030         * src/SDCCmain.c (preProcess): make sure, that preOutName will be deleted;
8031         make -V work again; --c1mode reads now from stdin
8032         * doc/sdccman.lyx: added --c1mode
8033         * support/Util/SDCCerr.c: new messages for c1 mode
8034         * support/Util/SDCCerr.h: new messages for c1 mode
8035         * src/SDCC.lex (checkCurrFile): test if fullSrcFileName is NULL for c1mode
8036
8037 2003-02-15    <johan AT balder>
8038
8039         * src/asm.c: new options: --no-c-code-in-asm and --i-code-in-asm
8040
8041 2003-02-14  Bernhard Held <bernhard AT bernhardheld.de>
8042
8043         * doc/sdccman.lyx: Environment variables, -o and other minor things
8044
8045 2003-02-14    <johan AT balder>
8046
8047         * src/xa51/main.c: before anyone really tries to use it :)
8048
8049         * Install doc's in share/sdcc/doc
8050         * removed some obsolete files
8051         * Do a proper make distclean and uninstall
8052         M Makefile.common.in
8053         R sdccbuild.sh
8054         M as/Makefile
8055         M device/include/Makefile.in
8056         M device/lib/Makefile.in
8057         M doc/sdccman.lyx
8058         M link/Makefile
8059         M sim/ucsim/doc/Makefile.in
8060         M src/clean.mk
8061         R src/avr/peeph.rul
8062         R src/xa51/peeph.rul
8063         M support/cpp2/Makefile.in
8064         M support/makebin/Makefile
8065
8066
8067 2003-02-13  Bernhard Held <bernhard AT bernhardheld.de>
8068
8069         * support/regression/ports/host/spec.mk: use cc as host compiler for max osx
8070
8071 2003-02-10  Borut Razem <borut.razem AT siol.net>
8072
8073         * doc/bccinst.txt, packihx/packihx.c, sdcc_vc_in.h, src/SDCCset.h,
8074         support/cpp2/config.in: Borland C++ build doesn't depend on Cygwin configure
8075         * Bcc.ini, Makefile.bcc, as/mcs51/Makefile.bcc,
8076         device/examples/ds390/tinitalk/Makefile.bcc, packihx/Makefile.bcc,
8077         support/cpp2/Makefile.bcc, src/Makefile.bcc, src/avr/Makefile.bcc,
8078         src/ds390/Makefile.bcc, src/izt/Makefile.bcc, src/mcs51/Makefile.bcc,
8079         src/pic/Makefile.bcc, src/pic16/Makefile.bcc, src/xa15/Makefile.bcc,
8080         src/z80/Makefile.bcc: Borland Makefile cleanup
8081         * as/z80/Makefile.bcc: Added Borland Makefile
8082         * support/cpp2/borland.h: Removed
8083
8084 2003-02-10  Bernhard Held <bernhard AT bernhardheld.de>
8085
8086         * doc/sdccman.lyx: new pragma NOIV by "Johannes Stezenbach" <js AT convergence.de>
8087         * src/SDCC.lex: new pragma NOIV
8088         * src/SDCCglobl.h: new pragma NOIV
8089         * src/SDCCmem.c: new pragma NOIV
8090
8091 2003-02-09  Bernhard Held <bernhard AT bernhardheld.de>
8092
8093         * src/SDCCmain.c: signal handling is switched off by SDCC_LEAVE_SIGNALS
8094
8095 2003-02-09  Bernhard Held <bernhard AT bernhardheld.de>
8096
8097         * src/SDCCmain.c: signal handling is switched off by --debug
8098         * doc/Makefile: small fix for install; use clean.mk again
8099         * doc/clean.mk: clean *.pdf and *.html too
8100
8101 2003-02-08  Bernhard Held <bernhard AT bernhardheld.de>
8102
8103         * device/lib/_mulint.c: small fix for large/ds390 --int-long-reent resp. --stack-auto
8104         * device/lib/printfl.c: fix a ds390 bug by making it portable
8105         * src/SDCCsymt.c (initCSupport): fix compile warning on Cygwin
8106         * src/SDCCopt.c (cnvToFloatCast): fix compile warning on Cygwin
8107         * src/SDCCopt.c (cnvFromFloatCast): fix compile warning on Cygwin
8108         * debugger/mcs51/cmd.c: converted multi-line string literals
8109         * sim/ucsim/globals.cc: converted multi-line string literals
8110         * src/SDCCmain.c: introduced signal handler to remove temp files
8111         * doc/Makefile: small tweaks, implement clean
8112         * doc: removed generated files
8113
8114 2003-02-05  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
8115
8116         * as/mcs51/aslink.h, as/mcs51/lkihx.c, as/mcs51/lkrloc.c:  Applied
8117         patch from Jan Rejlek <jr AT apex-lib.cz> to fix Bug 677692: "Extended
8118         Address Record is not correctly generated for DS390."
8119
8120 2003-02-02  Borut Razem <borut.razem AT siol.net>
8121
8122         * Makefile.bcc: removed non existing cpp project and non compilable izt project from makefile
8123         * as/mcs51/asm.h: fixed compilation with Borland C
8124         * support/cpp2/Makefile.bcc: added rule to generate auto-host.h
8125         * support/cpp2/auto-host_vc_in.h: fixed compilation with Borland C
8126         * src/mcs51/mcs51a.dsp: corrected misspelled project name from msc51a to mcs51a
8127         * src/avr/Makefile.bcc, src/ds390/Makefile.bcc, src/izt/Makefile.bcc,
8128         src/mcs51/Makefile.bcc, src/pic16/Makefile.bcc, src/xa51/Makefile.bcc,
8129         src/z80/Makefile.bcc: delete $(LIB) only if exist
8130         * src/Makefile.bcc, src/pic/Makefile.bcc:  fixed compilation with Borland C
8131
8132 2003-02-02  Bernhard Held <bernhard AT bernhardheld.de>
8133
8134         * device/include/malloc.h: introduced NULL
8135         * device/include/string.h: introduced NULL
8136         * device/include/stdlib.h: introduced NULL
8137         * device/lib/_memcpy.c: removed NULL
8138         * device/lib/_strcat.c: removed NULL
8139         * device/lib/_strchr.c: removed NULL
8140         * device/lib/_strcmp.c: removed NULL
8141         * device/lib/_strcpy.c: removed NULL
8142         * device/lib/_strcspn.c: removed NULL
8143         * device/lib/_strlen.c: removed NULL
8144         * device/lib/_strncat.c: removed NULL
8145         * device/lib/_strncmp.c: removed NULL
8146         * device/lib/_strncpy.c: removed NULL
8147         * device/lib/_strpbrk.c: removed NULL
8148         * device/lib/_strrchr.c: removed NULL
8149         * device/lib/_strspn.c: removed NULL
8150         * device/lib/_strstr.c: removed NULL
8151         * device/lib/_strtok.c: removed NULL
8152         * device/lib/malloc.c: removed NULL, include own header
8153
8154 2003-02-02    <johan AT balder>
8155
8156         * 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
8157         * support/regression/fwk/lib/testfwk.c: div and mod isn't broken anymore
8158         * regressions ds390/spec.mk and mcs51/spec.mk (timeout): my good old balder isn't fast enough for some tests
8159         * src/z80/gen.c (genZ80Code): added c-lines in asm comments
8160         * as/z80/asm.h (NINPUT): increased for long c-comments in regression tests
8161         * src/z80/gen.c (genRightShiftLiteral): fixed the (char)(-3)>>8 (I think)
8162
8163 2003-02-01  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
8164
8165         * src/SDCCmain.c: Fixed bug 678574: "ds390: ASlink-Error-Stack overlaps
8166         area 'DATA'"
8167
8168 2003-02-01    <johan AT balder>
8169
8170         * src/SDCCval.c (valBitwise): fixed Karl's "2 | (1<<8)"
8171
8172 2003-01-31    <johan AT CP255758-A>
8173
8174         * src/ds390/main.c (_ds390_genAssemblerPreamble): applied Jan Rejlek's >64K startup patch
8175
8176 2003-01-30    <johan AT balder>
8177
8178         * src/SDCCBBlock.c: automatic bug detection
8179         * src/SDCCicode.c: automatic bug detection
8180
8181 2003-01-29  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
8182
8183         * src/SDCCglobl.h:   now --xram-size 0 works
8184         * src/SDCCmain.c:    now --xram-size 0 works
8185
8186 2003-01-29    <johan AT balder>
8187
8188         * src/almosteverything: changed OP_DEFS and OP_USES from macros to functions to catch symbol abuse (a hot topic in the bug list :)
8189
8190 2003-01-29  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
8191
8192         * as/mcs51/aslink.h: Added options --xram-size and --code-size
8193         * as/mcs51/lkdata.c: Added options --xram-size and --code-size
8194         * as/mcs51/lkmain.c: Added options --xram-size and --code-size
8195         * as/mcs51/lkmem.c:  Added options --xram-size and --code-size
8196         * src/SDCCglobl.h:   Added options --xram-size and --code-size
8197         * src/SDCCmain.c:    Added options --xram-size and --code-size
8198
8199 2003-01-28  Bernhard Held <bernhard AT bernhardheld.de>
8200
8201         * src/ds390/gen.c: fix deps by replacing <common.h> with "common.h"
8202         * src/SDCC.lex: rename P_OVERLAY to P_OVERLAY_ for cross-gcc 3.2 MINGW32
8203
8204 2003-01-27    <johan AT balder>
8205
8206         * src/SDCC.y: fixed bug #613764
8207
8208 2003-01-26    <johan AT balder>
8209
8210         * src/SDCClrange.c:  fixed Bernhard's "char * code ptr = &c"
8211         * src/SDCCsymt.h: fixed bug #673374
8212         * src/SDCCglue.c: fixed bug #661910
8213         * src/SDCCast.c: fixed bug #458099 and 673374
8214
8215 2003-01-26  Bernhard Held <bernhard AT bernhardheld.de>
8216
8217         * as/mcs51/strcmpi.c: added, provides Aurelien Jarno's as_strcmpi(); strcmpi() is not ANSI
8218         * as/mcs51/strcmpi.h: added
8219         * as/mcs51/asm.h: remove ugly "#define strcmpi strcmp"
8220         * as/mcs51/aslink.h: remove ugly "#define strcmpi strcmp"
8221         * as/mcs51/asmain.c: strcmpi -> as_strcmpi
8222         * as/mcs51/assym.c: strcmpi -> as_strcmpi
8223         * as/mcs51/lkmem.c: strcmpi -> as_strcmpi
8224         * as/mcs51/lknoice.c: strcmpi -> as_strcmpi
8225         * as/mcs51/lksym.c: strcmpi -> as_strcmpi
8226         * as/mcs51/Makefile.aslink: new module strcmpi
8227         * as/mcs51/Makefile.asx8051: new module strcmpi
8228         * as/mcs51/Makefil.bcc: new module strcmpi
8229         * as/mcs51/Makefile.in: new module strcmpi
8230         * sim/ucsim/s51.src/uc390.cc (get_mem_size): make RAM big enough for tinibios
8231
8232 2003-01-26    <johan AT balder>
8233
8234         * src/SDCCglue.c: reverted back to 1.124
8235         * src/SDCCast.c: reverted back to 1.156
8236         * src/mcs51/gen.c (aopGet): applied Frieder's efficiency patch
8237
8238 2003-01-25    <johan AT balder>
8239
8240         * src/SDCCglue.c: A better fix for bug #661910
8241         * src/SDCCast.c: A better fix for bug #661910
8242         * src/SDCCglue.c (emitRegularMap): That was a little too efficient
8243
8244 2003-01-24  Bernhard Held <bernhard AT bernhardheld.de>
8245
8246         * src/Makefile.in: remove spawn.o
8247         * src/SDCCmain.c: remove spawn.h
8248         * src/SDCCmain.c (printVersionInfo): report MINGW32 instead of UNIX
8249         * src/spawn.c: removed
8250         * src/spawn.h: removed
8251         * support/regression/ports/ds390/spec.mk: link with -r
8252
8253 2003-01-24    <johan AT CP255758-A>
8254
8255         * src/ds390/gen.c (aopOp): fixed bug #667458
8256         * src/SDCCglue.c (emitRegularMap): fixed bug #458099 again
8257         * src/SDCCast.c (createIvalCharPtr): fixed bug #661910
8258         (createIvalCharPtr): an ival doesn't always have a storage class anymore
8259
8260 2003-01-24  Bernhard Held <bernhard AT bernhardheld.de>
8261
8262         * src/mcs51/peeph.def: better assembler identation by Frieder
8263         * src/mcs51/gen.c: better assembler identation by Frieder
8264
8265 2003-01-22  Bernhard Held <bernhard AT bernhardheld.de>
8266
8267         * as/z80/string.h: removed for gcc 3.2
8268         * support/makebin/makebin.c: #include <string.h> for gcc 3.2
8269         * src/pic/pcode.c (get_op_from_instruction): fix concatenation of string literals with __FUNCTION__ for gcc 3.2
8270
8271 2003-01-19  Bernhard Held <bernhard AT bernhardheld.de>
8272
8273         * src/SDCCmain.c (linkEdit): rename mem and map files even in case of failure
8274         * src/SDCCpeeph.c (replaceRule): fix bug #663503
8275         * support/regression/Makefile: separate temp files for ports
8276         * support/regression/generate-cases.py: separate temp files for ports
8277         * src/mcs51/peeph.def: Frieder: removed 237 (obsolete by 236g and 105); added 237 a/b
8278         * src/ds390/peeph.def: Frieder: removed 237 (obsolete by 236g and 105); added 237 a/b
8279
8280 2003-01-19  Bernhard Held <bernhard AT bernhardheld.de>
8281
8282         * moved tinitalk to device/examples/ds390
8283
8284 2003-01-14  Bernhard Held <bernhard AT bernhardheld.de>
8285
8286         * as/mcs51/lkmem.c: rflag is for DS390
8287         * src/SDCCglobl.h: removed out_name and options stackOnData, genericPtr
8288         * src/SDCCmain.c (optionsTable, setDefaultOptions): removed --stack-after-data and --generic
8289                          (linkEdit): move mem- and map-files the same way as ihx-files
8290         * src/z80/main.c (_setDefaultOptions): removed --generic
8291         * src/SDCCmain.c (_processC1Arg, parseCmdLine, main): --c1mode works again
8292         * src/SDCCglue.c (createInterruptVect, glue): --c1mode works again
8293         * src/pic/glue.c (picglue): --c1mode works again
8294         * src/pic16/glue.c (pic16glue): --c1mode works again
8295         * src/asm.c (printCLine): fix #660034
8296
8297 2003-01-13  Bernhard Held <bernhard AT bernhardheld.de>
8298
8299         * src/ds390/peeph.def: fix #123; add 14 rules by Fiorenzo D. Ramaglia <fd.ramaglia AT tin.it>, 1 by Frieder
8300         * src/mcs51/peeph.def: fix #123; add 14 rules by Fiorenzo, 1 by Frieder
8301         * src/mcs51/gen.c (genFunction): emit r0 instead of ar0 by Fiorenzo
8302         * as/mcs51/lkmem (summary): better fix for sp problem
8303         * src/SDCCglue.c (glue): __start_stack - 1, saves 1 byte!
8304         * src/ds390/main.c (_ds390_finaliseOptions, _tininative_finaliseOptions): stack_loc = 0x400008
8305         * support/regression/ports/*/spec.mk: moving testfwk-object to port dir allow parallel execution of regression tests
8306                                               remove --stack-after-data
8307
8308 2003-01-12  Bernhard Held <bernhard AT bernhardheld.de>
8309
8310         * src/SDCCmain.c (main): port->finaliseOptions() moved for z80 linking
8311         * src/SDCCutil.c (join): ugly bug: missing '\0'
8312         * as/mcs51/lkmem.c (summary): sp on address 7 is safe
8313
8314 2003-01-11  Bernhard Held <bernhard AT bernhardheld.de>
8315
8316         * src/SDCCmain.c (assemble, linkEdit): preparations for -o
8317         * src/port.h: typo
8318         * src/pic/main.c (_asmCmd): gpasm supports -o
8319         * src/z80/main.c: more general macros
8320         * device/lib/Makefile.in: remove intermediate files
8321
8322 2003-01-11  Bernhard Held <bernhard AT bernhardheld.de>
8323
8324         * .version: Bumped version number to 2.3.3
8325         * src/SDCCBBlock.c: new option -o
8326         * src/SDCCglobl.h: new option -o
8327         * src/SDCCglue.c: new option -o
8328         * src/SDCCmain.c: new option -o
8329         * src/asm.c: new option -o
8330         * src/ds390/main.c: new option -o
8331         * src/pic/glue.c: new option -o
8332         * src/pic/pcode.c: new option -o
8333         * src/pic/ralloc.c: new option -o
8334         * src/pic16/glue.c: new option -o
8335         * src/pic16/pcode.c: new option -o
8336         * src/pic16/ralloc.c: new option -o
8337         * src/z80/main.c: new option -o
8338         * device/lib/Makefile.in: use -o
8339         * support/regression/ports/ds390/spec.mk: use -o
8340         * support/regression/ports/gbz80/spec.mk: use -o
8341         * support/regression/ports/mcs51/spec.mk: use -o
8342         * support/regression/ports/mcs51-stack-auto/spec.mk: use -o
8343         * support/regression/ports/z80/spec.mk: use -o
8344         * support/regression/ports/ucz80/spec.mk: use -o
8345         * support/regression/ports/xa51/spec.mk: use -o
8346         * support/regression/fwk/lib/timeout.c: fix usage string
8347
8348 2003-01-09  Bernhard Held <bernhard AT bernhardheld.de>
8349         * src/mcs51/gen.c (genPlus): replaced "mov b,acc" by "mov b,a" Fiorenzo D. Ramaglia <fd.ramaglia AT tin.it>
8350
8351 2003-01-07    <johan AT balder>
8352
8353         * src/SDCCast.c (decorateType): fixed bug #600035
8354
8355 2003-01-07  Bernhard Held <bernhard AT bernhardheld.de>
8356         * as/mcs51/lkmem.c: added several l-modifiers to printf to remove warnings
8357         * as/mcs51/lkaomf51.c: #include <ctype.h> to remove warnings
8358         * src/pic/main.c (_hasNativeMulFor): outcommented unused variables to remove warnings
8359         * src/pic/pcode.c: outcommented unused variable to remove warnings
8360         * src/pic/ralloc.c: outcommented unused variable to remove warnings
8361
8362 2003-01-06    <karl AT turbobit.com>
8363         * sim/ucsim/cmd.src/command.cc: fixed so "break xram r 0x7654" works again in
8364    regression tests.
8365
8366 2003-01-06    <johan AT balder>
8367
8368         * src/SDCCicode.c: fixed array add
8369
8370 2002-01-05  Bernhard Held <bernhard AT bernhardheld.de>
8371         * src/SDCCmacro.c: MAX_STRING_LENGTH increased to 2048; was too small for regression tests
8372         * support/regression/ports/host/support.c: #include <stdarg.h> for gcc 3.2
8373
8374 2003-01-04    <johan AT balder>
8375
8376         * src/SDCCval.c (getNelements): fixed the initialized array of structures
8377
8378 2002-12-29  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
8379         * as/mcs51/Makefile.bcc: fixed typo lkomf51.o -> lkaomf51.o
8380
8381 2002-12-28  Bernhard Held <bernhard AT bernhardheld.de>
8382         * src/mcs51/peeph.def: added rules 234 and 235 from Frieder Ferlemann <frieder.ferlemann AT web.de>
8383         * support/regression/tests/bug-524697.c: fit mem usage into 8032
8384
8385 2002-12-28  Bernhard Held <bernhard AT bernhardheld.de>
8386         * src/mcs51/gen.c (aopGetUsesAcc): inserted missing "return FALSE"
8387
8388 2002-12-27  Bernhard Held <bernhard AT bernhardheld.de>
8389         * as/mcs51/Makefile.in: fixed typo lkomf51.o -> lkaomf51.o
8390
8391 2002-12-26  Bernhard Held <bernhard AT bernhardheld.de>
8392         * src/mcs51/main.c: removed {bindir}{sep} from aslink
8393
8394 2002-12-10  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
8395
8396     * in \sdcc\as\mcs51\ changed these files in order to create an
8397     aomf51 file: aslink.h, lkdta.c, lklex.c, lklibr.c, lklist.c,
8398     lkmain.c.  Also added: lkmem.c and lkaomf51.c.  Changed the
8399     following files to include the previous two files: aslink.dsp,
8400     Makefile.aslink, Makefile.bcc, and Makefile.in.
8401
8402     * Changed \sdcc\src\SDCCmain.c so it creates files with extension
8403     .adb instead of .cdb
8404
8405 2002-11-09  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
8406
8407         * \sdcc\as\mcs51\lklist.c: Now reports memory usage using the
8408         value from option --iram-size.
8409
8410 2002-09-20  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
8411
8412         * \sdcc\as\mcs51\lklist.c: added boundary check before using
8413         dram[] array.
8414
8415 2002-09-18    <wiml AT hhhh.org>
8416
8417         * SDCClrange.h: exposed setFromRange() and setToRange()
8418         * mcs51/ralloc.c: fixed over-eager packRegsForSupport() and
8419           packRegsForAccUse() (bug 542397)
8420         * mcs51/gen.c: MOVA() is now a function to avoid calling aopGet()
8421           multiple times and emitting the fetch operations more than once
8422           added aopGetUsesAcc() function to allow binary operators to
8423           fetch their operands in the correct order; made genMinus() emit
8424           compact code for X = LITERAL - Y
8425
8426 2002-09-00  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
8427         * \sdcc\as\mcs51\lklist.c: Fixed incorrect number of parameters to
8428         sprintf() in line 1267.
8429
8430 2002-09-08  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
8431         * \sdcc\src\SDCCglue.c: Generate areas REG_BANK_[0-3] only for 8051
8432         like ports.
8433
8434 2002-09-04  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
8435         Changes to aslink (All the changes are marked with 'JCF'):
8436
8437         * \sdcc\as\mcs51\aslink.h: External definition of sflag and
8438         summary().
8439
8440         * \sdcc\as\mcs51\lkarea.c: Computes the size of area BSEG_BYTES from
8441         area BSEG.  Also moves, if possible, the DATA area down into the internal
8442         ram so more space is available.
8443
8444         * \sdcc\as\mcs51\lkdata.c: Definition of memory summary output flag
8445         sflag.
8446
8447         * \sdcc\as\mcs51\lklist.c: For the BSEG area report the size in bits,
8448         not bytes.  Function summary() which creates a memory usage summary
8449         file with extension .mem.  Reports of overlaping stack and small stack
8450         size.  If the space for the stack is less than 16 bytes aslink trows a
8451         warning.
8452
8453         * \sdcc\as\mcs51\lkmain.c: Creation of some of the default areas for
8454         the 8051.  Option 'y' for memory summary output file.
8455
8456         Changes to sdcc (All the changes are marked with 'JCF'):
8457
8458         * \sdcc\src\SDCCglobl.h: External definition of RegBankUsed[4].
8459
8460         * \sdcc\src\SDCCglue.c:  If a register bank is used, creates an
8461         overlaying area for it (uses RegBankUsed[4]).
8462
8463         * \sdcc\src\SDCCmain.c: Definition RegBankUsed[4]; marks register
8464         bank zero as used by default.  By default aslink locates the stack
8465         (equivalent to --stack-after-data).  Pass option 'y' to aslink for
8466         the creation of the .mem file.  Delegates the allocation of data area
8467         to aslink (it is not longer 0x30 by default).  If --stack-loc passes
8468         the begining of the stack area to aslink.
8469
8470         * \sdcc\src\SDCCmem.c:  If a register bank is used, marks it so
8471         glue() in SDCCglue.c creates an area for it.
8472
8473 2002-09-03  Borut Razem <borut.razem AT siol.net>
8474         * sdcc/src/SDCCglue.c, sdcc/src/SDCCglue.h, sdcc/src/SDCCmain.c,
8475         sdcc/src/pic/glue.c:
8476         introduced atexit() handler for teporay files removal in case of
8477         errors, assertions, ...
8478
8479 2002-08-29  Borut Razem <borut.razem AT siol.net>
8480         * sdcc/support/cpp2/auto-host_vc_in.h:
8481         re-definition of O_BINARY and other O_XXX as _O_BINARY and _O_XXX, so the problem
8482         with the returned value from read() in sdcc/support/cpp2/cppfiles.c is solved for MSC.
8483         Maybe there is a similar problem with BORLANDC? It should be checked!
8484
8485         * sdcc/src/ds390/ralloc.c, sdcc/src/mcs51/ralloc.c, sdcc/src/z80/ralloc.c:
8486         corrected improper use of assert: the assignment to clr variable was done inside the assert.
8487         In case that NDEBUG was defined, the assert macro was substituted with no-op, so the assignment
8488         was not executed, and the compiler (cl) launched a warning:
8489         ralloc.c(1442) : warning C4700: local variable 'clr' used without having been initialized
8490
8491 2002-08-28  Bernhard Held <bernhard AT bernhardheld.de>
8492         * src/SDCCglue.c (printIvalArray): iterative calculation of array length
8493
8494 2002-08-28  Jesus Calvino-Fraga and Borut Razem <borut.razem AT siol.net>
8495         * sdcc/sdcc.dsw: added sdcpp, sdcppa, yacc, conf projects
8496
8497         * sdcc/src/src.dsp, sdcc/src/avr/avr.dsp, sdcc/src/ds390/ds390.dsp,
8498           sdcc/src/mcs51/mcs51.dsp, sdcc/src/pic/pic.dsp, sdcc/src/z80/z80.dsp,
8499           sdcc/src/xa51/xa51.dsp, sdcc/src/avr/avra.dsp,
8500           sdcc/src/ds390/ds390a.dsp, sdcc/src/mcs51/mcs51a.dsp,
8501           sdcc/src/pic/pica.dsp, sdcc/src/z80/z80a.dsp,
8502           sdcc/src/xa51/xa51a.dsp, sdcc/as/as_z80.dsp,
8503           sdcc/as/aslink.dsp, sdcc/as/asx8051.dsp, sdcc/packihx/packihx.dsp:
8504         - added Release configuration in VS projects
8505         - review of compiler an linker options
8506         - VC .exe files are generated in bin_vc directory, not to interfere
8507           with binaries generated from other projects (cygwin, mingw, bcc ...)
8508
8509         * sdcc/src/yacc.dsp: added
8510
8511         * sdcc/config.dsp, sdcc/configure_vc.awk, sdcc/sdcc_vc_in.h:
8512         added - genarate sdcc_vc.h using sdcc_vc_in.h as template
8513         and insert the version number definitions from .version
8514
8515         * sdcc/support/cpp2/sdcpp.dsp: added - VC project for sdcpp
8516
8517         * sdcc/support/cpp2/sdcppa.dsp, sdcc/support/cpp2/auto-host_vc_in.h:
8518         added - genarate auto-host.h using auto-host_vc_in.h as template
8519
8520         * sdcc/sdcc_vc.h,
8521         removed from CVS, generated automatically
8522
8523 2002-08-25  Bernhard Held <bernhard AT bernhardheld.de>
8524         * support/scripts/inc2h.pl: use gputils or gpasm (from Nathan Hurst)
8525
8526 2002-08-11  Borut Razem <borut.razem AT siol.net>
8527         * support/Util/NewAlloc.c: removed unneeded #include "sdccconf.h" (suggested by Jesus Calvino-Fraga)
8528
8529 2002-08-10  Borut Razem <borut.razem AT siol.net>
8530         * src/SDCCmain.c (main):
8531         file preOutName was unlinked before closed. This seems to be OK on UNIX and cygwin
8532         platforms, but it doesn't work with Visual Studio: the opened file can not be removed.
8533         The consequence was that some temporary files were not removed.
8534
8535         * src/SDCCglue.c:
8536         unification of code in functions tempfilename() and tempfile():
8537         function tempnam() is defined in Visual Studio 6.0 and .NET
8538
8539         * sdcc/sdcc.dsw: removed project sdcpp, added project xa51a
8540
8541         * sdcc/src/src.dsp, sdcc/src/avr/avr.dsp, sdcc/src/ds390/ds390.dsp,
8542           sdcc/src/mcs51/mcs51.dsp, sdcc/src/pic/pic.dsp, sdcc/src/z80/z80.dsp:
8543         - removed compiler command line option /WX: Treats all warnings as errors
8544         - update a list of source files, included into the project
8545
8546         * sdcc/src/avr/avra.dsp, sdcc/src/ds390/ds390a.dsp, sdcc/src/mcs51/mcs51a.dsp,
8547           sdcc/src/pic/pica.dsp, sdcc/src/z80/z80a.dsp:
8548         changed project type to Generic Project so that can be correcly converted to VS.NET project
8549
8550         * sdcc/as/mcs51/asm.h: definition of PATH_MAX for MSC
8551
8552         * sdcc/src/SDCCast.c: solved MSC error in function decorateType()
8553
8554         * sdcc/src/SDCC.y: added missing ending ';' to rules to get rid of bison warnings
8555
8556         * dcc/src/ds390/ralloc.c, sdcc/src/mcs51/ralloc.c:
8557         added return 0 statements after assert() to make compiler happy
8558
8559         * sdcc/src/xa51/peeph.rul, sdcc/src/xa51/peeph.def, sdcc/src/z80/ralloc.c:
8560         added newline in the def file to keep MSC compiler satisfied
8561
8562         * sdcc/src/z80/gen.c:
8563         - function strcasecmp() is not defined in MSC (and probably also in BORLANDC),
8564           so it is replaced with STRCASECMP, which is defined as stricmp in case of MSC and BORLANDC
8565         - solved MSC error in function aopDump()
8566
8567         * sdcc_vc.h: define PREFIX as "\\sdcc"
8568
8569 2002-07-18  Bernhard Held <bernhard AT bernhardheld.de>
8570         * src/SDCCast.c (decorateType): fixed access to array of structures http://sourceforge.net/mailarchive/forum.php?thread_id=902690&forum_id=4107
8571
8572 2002-06-22  Scott Dattalo <scott AT dattalo.com>
8573         * src/pic/*: Numerous bug fixes. Flow analysis has been enhanced.
8574         - Rewrote the register banking algorithm.
8575         - Added pCode live-range analysis to registers (for now, only non-used and
8576         singly-used registers optimized away)
8577
8578         * src/pic/pcoderegs.[ch]: Added new files for pCode live-range analysis
8579
8580         * 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.
8581
8582 2002-05-10  Scott Dattalo <scott AT dattalo.com>
8583         * src/pic/*: Added support for multiplication. Fixed many,many bugs.
8584
8585 2002-04-22  Michael Hope  <michaelh AT vroom>
8586
8587         * device/lib/z80/printf.c: Changed emitter to volatile to work around a pcall bug.
8588
8589         * configure.in (DD_COPT): Added include support required for gbdk.
8590
8591         * .version: Bumped version number just to increase it.
8592
8593         * src/SDCCmain.c: Added -nostdinc to the default options.
8594
8595 2002-04-15  Michael Hope  <michaelh AT vroom>
8596
8597         * device/lib/z80/printf.c (sprintf): Added.
8598
8599         * src/z80/ralloc.c (packRegisters): Disabled pack HL use for GB as it's broken.
8600
8601         * src/z80/peeph.def: Added transpose redundent load rule.
8602
8603         * src/z80/main.c: Added force callee saves for jaune.
8604
8605         * src/port.h: Removed the i186 and tlcs-900h ports as they weren't being being developed.
8606
8607         * src/SDCCmain.c: Pulled the options definition out so that you can add port specific options without changing the main file.
8608
8609 2002-03-28  Johan Knol  <johan AT balder>
8610
8611         * src/SDCCval.c: fixed bug #532436
8612
8613 2002-03-14  Scott Dattalo <scott AT dattalo.com>
8614         * /src/port.h:
8615         Added "char *Processor" field to the port structure.
8616
8617         * /src/SDCCmain.c:
8618         Added -p option. Allows port dependent processor to be specified.
8619
8620         * all ports:
8621         Initialized the new field char *Processor field to NULL in all ports
8622
8623         * /src/pic/*:
8624         Compiler generated registers for interrupt context saving
8625         were not getting allocated.
8626
8627 2002-03-16  Sandeep Dutta  <sandeep AT ddi.com>
8628
8629         * /src/SDCCast.c:
8630         Fixed left shift. Will promote the left side of a left shift
8631         if a) left shifting more than size of operand or b) when assigned
8632         to something size > size of left side
8633
8634 2002-03-14  Scott Dattalo <scott AT dattalo.com>
8635         * src/pic/*
8636         tons of changes. Register allocation has been
8637         rewritten. Added customization for the various PICs. Flow
8638         analysis is restructured. ...
8639
8640         * src/pic/device.h:
8641         Added
8642
8643         * src/pic/device.c:
8644         Added. device.c is a PIC port hack to accomodate variations
8645         in PIC devices.
8646
8647 2002-03-13  Michael Hope  <michaelh AT vroom>
8648
8649         * src/z80/gen.c (genGenPointerGet): Fixed a bug where a pointer in HL is dereferenced into HL but HL is not spilled.  Yeah.
8650
8651 2002-03-04  johanknol  <johanknol AT manik>
8652
8653         * /src/SDCCval.c: fixed
8654
8655         const unsigned char arr[][2] = { { 0, 1 } };
8656         t18.c:1: error: Initializer element is not constant
8657
8658 2002-03-04  bela  <bela AT manik>
8659
8660         * /device/include/mcs51reg.h:
8661         ds89c420 register definition update
8662
8663 2002-03-03    <johan AT FRIJA>
8664
8665         * support/Util/SDCCerr.c: did something, but don't no why anymore
8666
8667         * support/regression/tests/bug-524691.c: made it a little less shy
8668
8669         * src/SDCCast.c (decorateType): fixed bug #524697
8670
8671         * src/SDCCast.c: made some lineno improvements
8672
8673         * src/SDCCval.c (getNelements): changed warning to error
8674
8675         * src/SDCCglue.c (printIvalArray): changed warning to error
8676
8677         * src/SDCCicode.c: fixed a warning for mingw
8678
8679         * src/SDCCast.c (decorateType): fixed the << promotion for ops
8680
8681         * src/SDCCicode.c (geniCodeDivision): divide is shift only for unsigned (bug #524685)
8682
8683 2002-03-02  Sandeep Dutta  <sandeep AT ddi.com>
8684
8685         * src/ds390/peeph.def:
8686         Added some more peephole rules
8687
8688         * src/ds390/gen.c: Various fixes & enhancements
8689
8690         * src/SDCClrange.c, src/SDCClrange.h:
8691         functions "alldefsoutofrange" and "notusedinblock" moved to SDCClrange.c
8692
8693         * src/ds390/ralloc.c:
8694         various fixes & enhancements (ds390) specific
8695
8696         * src/avr/ralloc.c, src/mcs51/ralloc.c, src/pic/ralloc.c, src/xa51/ralloc.c, src/z80/ralloc.c:
8697         Functions "allDefsOutOfRange" & "notUsedinBlock" moved to SDCClrange.c
8698         from rallocs.
8699
8700         * sdcc/src/SDCCcse.c: Better fix for bug # 514308
8701
8702 2002-03-02    <johan AT FRIJA>
8703
8704         * src/SDCCast.c (decorateType): fixed bug #524708
8705
8706         * src/SDCCval.c (floatFromVal): fixed the literal void (whatever that may be)
8707
8708         * src/SDCCicode.c (geniCodePtrPtrSubtract): fixed bug #524691
8709
8710 2002-03-01  Michael Hope  <michaelh AT vroom>
8711
8712         * src/SDCCsymt.c (initCSupport): Removed managling of support function names.
8713
8714         * src/z80/ralloc.c (packRegsForIYUse): Fixed fp bug where four byte operands were packed into IY.
8715
8716 2002-03-01    <johan AT FRIJA>
8717
8718         * src/SDCCglue.c (printIvalPtr): fixed bug #524211
8719
8720         * src/SDCCast.c (decorateType): fixed bug #524209
8721
8722         * src/SDCCval.c (valNot): fixed bug #524195
8723
8724 2002-02-26    <johan AT balder>
8725
8726         * src/xa51/gen.c: fixed a warning
8727
8728         * src/SDCCglue.c (printIvalFuncPtr): fixed bug #522534
8729
8730         * src/SDCCast.c (decorateType): fixed bug #522534
8731
8732 2002-02-23    <johan AT balder>
8733
8734         * src/SDCCdflow.c (computeDataFlow): fixed bug #460088
8735
8736 2002-02-22    <johan AT balder>
8737
8738         * src/SDCCast.c: fixed bug #514865
8739
8740         * src/SDCCy.c ("SDCC.y"): fixed bug #516625
8741
8742 2002-02-21  Sandeep Dutta  <sandeep AT ddi.com>
8743
8744         * sdcc/src/SDCCloop.c:
8745         Previous fix was not good. basic blocks that have "break" or "return" are
8746         not really partof a loop , but live ranges used in these blocks should
8747         be live thru the entire loop, so set partOfLoop but don't add them to
8748         loop region
8749
8750 2002-02-21    <johan AT FRIJA>
8751
8752         * src/SDCCcse.c: fixed bug #514308
8753
8754 2002-02-20  Sandeep Dutta  <sandeep AT ddi.com>
8755
8756         * src/SDCCloop.c:
8757         Fixed BUG #519583. If a conditional block ended in a return/break
8758         statement inside a loop, it was not being considered part of the loop.
8759
8760         * src/SDCCcflow.c: Removed fix (Fixed in SDCCloop.c)
8761
8762 2002-02-10  Karl Bongers <karl AT turbobit.com>
8763
8764         * debugger/*:
8765         Fixed up SDCDB debugger somewhat.  Updated debugger/README
8766         with lots of comments and notes.
8767
8768         * device/examples/test2.c:
8769         Fix bug, "red" variable not being initialized(compiler complained).
8770
8771         * device/examples/Makefile, examples/test3.c:
8772         Add Makefile in device/examples folder, compiles test3.c
8773         for use as a multiple module SDCDB test case.
8774
8775         * sim/ucsim/cmd.src/cmdset.cc:
8776         Took out debug printfs in ucsim "next" command.
8777
8778         * sim/ucsim/xa.src:
8779         Karl and Johan start ucsim XA support.  Most dissassembly working,
8780         about 75% emulation done(plenty of work remaining).
8781
8782         * sim/ucsim/z80.src:
8783         Add Z80 support to ucsim, add test-ucz80 regression test,
8784         notice ucsim/z80 emulation fails on examples/test3.c/itoa code.
8785         Notice z80 compiler fails on examples/test3.c/crc code.
8786
8787 2002-01-30  Sandeep Dutta  <sandeep AT ddi.com>
8788
8789         * src/mcs51/gen.c, src/mcs51/main.c, src/mcs51/ralloc.c:
8790         Added support for --parms-in-bank1
8791
8792         * src/ds390/peeph.def:
8793         added a few more peephole optimzations
8794
8795         * src/ds390/main.c:
8796         1) added __builtin_inp & __builtin_outp used to read in data of given length
8797            from a memory mapped port
8798         2) added __builtin_memcmp
8799         3) added __builtin_swapw swap bytes of a short
8800
8801         * src/ds390/gen.c, src/ds390/gen.h, src/ds390/ralloc.c:
8802         1) handle multiple send & receives from register bank1
8803         2) ralloc can now allocate DPTR1 to some liveRanges
8804
8805         * src/SDCCsymt.c, src/SDCCsymt.h:
8806         changes to handle multiple sends & receives
8807
8808         * src/SDCCptropt.h:
8809         added some pointer arithmetic optimization
8810
8811         * src/SDCCptropt.c:
8812         added some pointer arithmetic optimizations but not stable yet so not
8813         called from anywhere (will get this working shortly)
8814
8815         * src/SDCCopt.c: fixed for multiple sends & receives
8816
8817         * src/SDCCmain.c:
8818         1) added options --parms-in-bank1 (ds390/mcs51) & --protect-sp-update
8819         2) preprocessing done AFTER port->finalizeoptions . This allows ports to
8820            set preprocessor defines (depending on options)
8821
8822         * src/SDCCicode.c, src/SDCCicode.h:
8823         changes made to handle multiple sends & receives
8824
8825         * src/SDCCglobl.h:
8826         Added options --protect-sp-update (ds390) and --parms-in-bank1 (ds390/mcs51)
8827
8828         * src/SDCCcse.c, src/SDCCcse.h:
8829         added function findbackward def (to be used in upcoming optimization)
8830
8831         * src/SDCCcflow.c, src/SDCCcflow.h:
8832         added function returnAtEnd - to determine if a basic block terminates with
8833         a RETURN iCode
8834
8835         * src/SDCCast.c, src/SDCCast.h:
8836         added option parms-in-bank1
8837
8838         * device/lib/_divsint.c, device/lib/_divslong.c, device/lib/_divuint.c
8839         * device/lib/_divulong.c, device/lib/_modsint.c, device/lib/_modslong.c
8840         * device/lib/_modulong.c, device/lib/_mulint.c, device/lib/_mullong.c:
8841         adjusted for --parms-in-bank1 option
8842
8843         * device/include/string.h:
8844         donot redefine "reentrant" keyword
8845
8846         * device/include/ds80c390.h: Added some more SFRs
8847
8848 2002-01-28  Bernhard Held  <bernhard AT bernhardheld.de>
8849
8850         * sim/ucsim: Merged branch ucsim-034-pre3 to main trunk; new version 0.4
8851
8852 2002-01-26  Bernhard Held  <bernhard AT bernhardheld.de>
8853
8854         * src/SDCCast.c (funcOfType): fix usage of double --float-reent
8855
8856 2002-01-22  Bernhard Held  <bernhard AT bernhardheld.de>
8857
8858         * support/regression/fwk/lib/testfwk.c (main): Removed workaround for bug #505387
8859
8860 2002-01-18  Paul Stoffregen  <paul AT pjrc.com>
8861
8862         * Added --xram-movc option
8863
8864 2002-01-13  Bernhard Held  <bernhard AT bernhardheld.de>
8865
8866         * support/regression/Makefile: don't include test-mcs51-stack-auto in target all
8867
8868 2002-01-11  Johan Knol
8869
8870         * Added math lib of Jesus Calvino-Fraga
8871
8872 2002-01-08  Bernhard Held  <bernhard AT bernhardheld.de>
8873
8874         * src/SDCCmain.c (processFile): fix processing of ../../src.c
8875         * support/regression/Makefile: new target test-mcs51-stack-auto
8876         * support/regression/ports/mcs51-stack-auto/spec.mk: added
8877
8878 2002-01-04  Bernhard Held  <bernhard AT bernhardheld.de>
8879
8880         * src/SDCCglue.h: printIvalCharPtr(), not printIvalChar()
8881
8882 2002-01-04  Bernhard Held  <bernhard AT bernhardheld.de>
8883
8884         * support/regression/ports/mcs51/support.c: correct setup of timer / UART
8885
8886 2002-01-03  Bernhard Held  <bernhard AT bernhardheld.de>
8887
8888         * src/SDCCsymt.c (processFuncArgs): fix #498307 by Johan
8889
8890         * src/SDCCglue.h: add definition for printIvalChar()
8891
8892 2002-01-02  Bernhard Held  <bernhard AT bernhardheld.de>
8893
8894         * src/SDCCast.c: fix #498138 by Johan
8895
8896         * src/SDCCglue.c: fix #498138 by Johan
8897
8898 2002-01-02  Bernhard Held  <bernhard AT bernhardheld.de>
8899
8900         * support/regression/Makefile: fix clean
8901
8902         * support/regression/ports/ds390/support.c: fix transmission of last character
8903
8904 2001-12-29  Sandeep Dutta  <sandeep AT ddi.com>
8905
8906         * /sdcc/src/ds390/gen.c:
8907         a) improved computing address of stack variable
8908         b) took out some #if 0 code
8909         c) improved parmBytes adjustment
8910         d) improved genPlusIncr & genMinusIncr
8911         e) genCmp could generate bad code (when left assigned to DPTR)
8912         f) Fixed bug in hasInc
8913
8914         * /sdcc/src/ds390/ralloc.c:
8915         a) packRegsForSupport could mess up live information (Fixed)
8916         b) packRegsDPTRuse could be incorrect for left & right shift
8917
8918         * /sdcc/src/mcs51/ralloc.c:
8919         packRegsForSupport could mess up the live information (Fixed)
8920
8921         * /sdcc/src/mcs51/gen.c: Fixed a bug in hasInc
8922
8923         * /sdcc/src/SDCCast.c:
8924         can reverse a loop even if function call is present as long
8925         as the loop control variable is local & is not passed as parameter
8926
8927 2001-12-24  Sandeep Dutta  <sandeep AT ddi.com>
8928
8929         * /sdcc/ChangeLog: *** empty log message ***
8930
8931         * /sdcc/src/ds390/gen.c, /sdcc/src/ds390/main.c:
8932         More builtin function additions for TININative
8933
8934         * /sdcc/src/ds390/ralloc.c:
8935         Had broken the regression testsuite
8936
8937         * /sdcc/src/SDCCast.c: Fixed a bug in dumptree
8938
8939         * /sdcc/src/SDCCsymt.c, /sdcc/src/SDCCsymt.h:
8940         Added funcattr hasStackParms will be set for reentrant functions when there
8941         are paramteres on the stack, this helps in minimizing frame pointer generation
8942         typeFromStr can handle function pointers now
8943
8944         * /sdcc/doc/builtins.txt, /sdcc/doc/TININative.txt:
8945         *** empty log message ***
8946
8947 2001-12-24  Sandeep Dutta  <sandeep AT ddi.com>
8948
8949         * /src/ds390/gen.c, /src/ds390/main.c:
8950         More builtin function additions for TININative
8951
8952         * /src/ds390/ralloc.c:
8953         Had broken the regression testsuite
8954
8955         * /src/SDCCast.c: Fixed a bug in dumptree
8956
8957         * /src/SDCCsymt.c, /src/SDCCsymt.h:
8958         Added funcattr hasStackParms will be set for reentrant functions when there
8959         are paramteres on the stack, this helps in minimizing frame pointer generation
8960         typeFromStr can handle function pointers now
8961
8962         * /doc/builtins.txt, /doc/TININative.txt:
8963         *** empty log message ***
8964
8965
8966 2001-12-24  Sandeep Dutta  <sandeep AT ddi.com>
8967
8968         * /src/ds390/gen.c, /src/ds390/main.c, /src/ds390/peeph.def, /src/ds390/ralloc.c:
8969         ALPHA version for -mTININative
8970
8971         * /src/izt/i186.c, /src/izt/tlcs900h.c, /src/mcs51/main.c, /src/pic/main.c, /src/z80/main.c, /src/avr/main.c:
8972         updated to reflect changes in the port structure
8973
8974         * /src/port.h:
8975         added function do_assemble (similar to do_link) if non-null this function
8976         will be called to do assembly (-mTININative) requires a multi command
8977         assembly
8978         added function genAssemblerEnd will be called to generate assembler Epilogue
8979
8980         * /src/SDCCsymt.c:
8981         added _JavaNative to debug info printing
8982
8983         * /src/SDCCmain.c: added option --tini-libid
8984         added port->do_assemble function (-mTININative) has a multi command assemble
8985
8986         * /src/SDCCglue.c: Disabled "constExpr" check
8987         added port->genAssemblerEnd function
8988
8989         * /src/SDCCglobl.h: Added option --tini-libid value
8990
8991         * /src/SDCCast.h:
8992         tookout optimizeCompare from the header (has no external references)
8993
8994         * /src/SDCCast.c: made one more function "static"
8995
8996 2001-12-23  Michael Hope  <michaelh AT juju.net.nz>
8997
8998         * src/z80/mappings.i: Added z80asm support.
8999
9000         * src/z80/main.c: Added z80asm support on --asm=z80asm
9001
9002         * src/z80/gen.c: Fixed asm portability issues.
9003
9004         * src/asm.c (tvsprintf): Removed old code, added 'N' for function name.  For extern support.
9005
9006         * src/SDCCglue.c (printExterns): Added global/extern split.
9007
9008 2001-12-17  Bernhard Held  <bernhard AT bernhardheld.de>
9009
9010         * support/regression/Makefile: added test for mcs51 model large
9011
9012         * support/regression/ports/mcs51-large/spec.mk: added test for mcs51 model large
9013
9014         * support/regression/ports/gbz80/spec.mk: added -mgbz80
9015
9016 2001-12-05  Michael Hope  <michaelh AT juju.net.nz>
9017
9018         * src/diff.1 (Index): Many, many optmisiations.  Dhrystone up to 201.
9019
9020 1904-01-06  Michael Hope  <michaelh AT juju.net.nz>
9021
9022         * src/z80/ralloc.c (packRegsForIYUse): Fixed the case where an operand is in direct space.
9023
9024         * src/z80/gen.c (makeFreePairId): Optimised IY load by using a spare pair.
9025
9026 2001-12-02  Bernhard Held  <bernhard AT bernhardheld.de>
9027
9028         * src/mcs51/gen.c (genFunction): avoid excess "inc sp"
9029
9030         * support/regression/tests/simplefloat.c: Port to mcs51.
9031
9032 2001-11-25  Michael Hope  <michaelh AT juju.net.nz>
9033         * support/regression/tests/bug-485362.c: Added.
9034
9035         * support/regression/tests/simplefloat.c (testDivNearOne): Added.
9036
9037         * src/z80/gen.c (aopOp): Fixed case where left and result are in the same spill loc and they have different sizes.
9038
9039         * src/z80/peeph.def: Added rules for optimising two byte compares on the same thing, and to optimise two ptr assign.
9040
9041         * src/z80/gen.c (aopDump): Added a dump function.
9042
9043 2001-11-25  Bernhard Held  <bernhard AT bernhardheld.de>
9044         * sim/ucsim/s51.src/glob.cc: DS390 SFRs and bits added.
9045
9046         * sim/ucsim/s51.src/port.cc: Port 4 and 5 added.
9047
9048         * sim/ucsim/s51.src/regs51.h: DS390 SFRs added.
9049
9050         * sim/ucsim/s51.src/uc390.cc: Some details improved, CKRDY works for tinibios.
9051
9052         * sim/ucsim/s51.src/uc390cl.h: Work in progress.
9053
9054         * sim/ucsim/sim.src/uccl.h: 6 ports for DS390.
9055
9056         * support/regression/fwk/lib/testfwk.c: Run with tinibios.
9057
9058         * support/regression/ports/mcs51/spec.mk: Fine tuninig.
9059
9060         * support/regression/ports/ds390/support.c: Use tinibios.
9061
9062         * support/regression/ports/ds390/spec.mk: Fine tuning, use tinibios.
9063
9064 2001-11-23  Michael Hope  <michaelh AT juju.net.nz>support/regression/tests/bug-460010.c
9065
9066         * src/z80/ralloc.c (packRegsForHLUse3): Changed to not pack into HL if anything is in direct space.
9067         (packRegsForHLUse3): Added packing support for send, cast, and return value from a call.
9068
9069         * src/z80/peeph.def: Added rules for optimising pushes of part of a pair.
9070
9071         * src/z80/gen.c (emitCall): Changed the stack fixup to not use HL.
9072
9073 2001-11-18  Michael Hope  <michaelh AT juju.net.nz>
9074
9075         * src/z80/gen.c (genCmp): Fixed compare on unsigned.
9076
9077         * src/z80/ralloc.c (packRegsForHLUse3): Created and optimised.
9078         (packRegsForIYUse): Created and optimised.
9079
9080 2001-11-07  Michael Hope  <michaelh AT juju.net.nz>
9081
9082         * support/regression/tests/float.c (testFloatAdd): Fixed up warning.
9083 2001-11-18  Bernhard Held  <bernhard AT bernhardheld.de>
9084
9085         * sdcc/support/regression/tests/bug-460010.c: fix seg violation on host
9086
9087         * sdcc/support/regression/tests/muldiv.c: fix output on mcs51
9088
9089         * sdcc/support/regression/tests/stacks.c: fix DSEG overflow on mcs51
9090
9091 2001-11-07  Bernhard Held  <bernhard AT bernhardheld.de>
9092
9093         * sdcc/sim/device/lib/_gptrget.c: mem region 5 (idata) added
9094
9095         * sdcc/sim/device/lib/_gptrput.c: mem region 5 (idata) added
9096
9097 2001-11-07  Bernhard Held  <bernhard AT bernhardheld.de>
9098
9099         * sdcc/sim/ucsim/globals.cc: New: IXRAM.
9100
9101         * sdcc/sim/ucsim/stypes.h: New: IXRAM.
9102
9103         * sdcc/sim/ucsim/s51.src/uc390.cc: New: IXRAM.
9104
9105 2001-11-07  Michael Hope  <michaelh AT juju.net.nz>
9106
9107         * src/z80/ralloc.c (packRegsForHLUse): Banned IFXs from being packed into HL.
9108         (packRegsForHLUse): Added rule to pack address of/pointer get for itemps into HL for the Z80.
9109         (packRegsForAccUse2): Added rule to pack hbit IFXs into A.
9110
9111         * src/z80/main.c (_setDefaultOptions): Made float code re-entrant by default.
9112
9113         * src/z80/gen.c (aopGetLitWordLong): Added word support for floats.
9114         (genNotFloat): Added.
9115         (genUminusFloat): Added.
9116
9117         * device/lib/z80/Makefile: Added floating pt stubs.
9118
9119         * device/lib/Makefile.in (Z80SOURCES): Added floating pt support.
9120
9121         * src/z80/gen.c (genIpush): Fixed up a push of one byte when left is in a pair.
9122
9123         * device/lib/_fsadd.c (__fsadd): Fixed up return where the numbers are hugely different.
9124
9125 2001-11-07  Bernhard Held  <bernhard AT bernhardheld.de>
9126
9127         * sdcc/sim/ucsim/s51.src/glob.cc: Minor fix.
9128
9129         * sdcc/sim/ucsim/s51.src/regs51.h: Minor fix.
9130
9131         * sdcc/support/regression/Makefile: Add port ds390.
9132
9133         * sdcc/support/regression/ports/mcs51/spec.mk: Minor change.
9134
9135         * sdcc/support/regression/ports/z80/spec.mk: Minor change.
9136
9137         * sdcc/support/regression/ports/ds390/spec.mk: Added.
9138
9139         * sdcc/support/regression/ports/ds390/support.c: Added.
9140
9141         * sdcc/support/regression/ports/ds390/uCsim.cmd: Added.
9142
9143         * sdcc/support/regression/ports/mcs51/timeout.c: Cut.
9144
9145         * sdcc/support/regression/fwk/lib/timeout.c: Paste.
9146
9147 2001-11-04  Michael Hope  <michaelh AT juju.net.nz>
9148
9149         * device/include/malloc.h: Added z80 and gbz80 support.
9150
9151         * device/lib/gbz80/heap.s: Added.
9152
9153         * device/lib/z80/heap.s: Added.
9154
9155         * device/lib/malloc.c: Added z80 and gbz80 support.
9156
9157         * support/regression/tests/malloc.c (testMalloc): Added.
9158
9159         * src/SDCCmain.c (parseCmdLine): Added support for -Wp.
9160
9161         * support/regression/tests/bug-478094.c: Added.
9162
9163         * src/z80/gen.c (commitPair): Fixed silly gbz80/z80 commit to static bug.
9164
9165 2001-11-04  Bernhard Held  <bernhard AT bernhardheld.de>
9166
9167         * sdcc/sim/ucsim/s51.src/uc390cl.h: Improvement for ds390 to run regression tests
9168
9169         * sdcc/sim/ucsim/s51.src/uc390.h: Improvement for ds390 to run regression tests
9170
9171         * sdcc/sim/ucsim/s51.src/regs51.h: Improvement for ds390 to run regression tests
9172
9173         * sdcc/sim/ucsim/s51.src/glob.cc: Improvement for ds390 to run regression tests
9174
9175         * sdcc/support/regression/tests/bug-460010.c: Small change for ds390
9176
9177 2001-11-04  Michael Hope  <michaelh AT juju.net.nz>
9178
9179         * src/z80/peeph-gbz80.def: Removed a bad sub optimisation.
9180
9181 2001-11-03  Michael Hope  <michaelh AT juju.net.nz>
9182
9183         * support/regression/tests/bug-477927.c: Added.
9184
9185         * src/z80/peeph.def: Added minor rules.
9186
9187         * src/z80/gen.c (genPlusIncr): Added an extra plusinc rule.
9188
9189         * src/z80/peeph.def: Added jump optimisation modification.
9190
9191 2001-11-01  Michael Hope  <michaelh AT juju.net.nz>
9192
9193         * src/SDCCmain.c (linkEdit): Added runtime path detection to the mcs51 port.
9194
9195 2001-10-30  Michael Hope  <michaelh AT juju.net.nz>
9196
9197         * support/regression/tests/funptrs.c: Added.
9198
9199 2001-10-29  Michael Hope  <michaelh AT juju.net.nz>
9200
9201         * src/z80/ralloc.c (packRegsForHLUse): Fixed up bad spill due to pushing one byte via HL.
9202
9203 2001-10-28  Michael Hope  <michaelh AT juju.net.nz>
9204
9205         * src/z80/gen.c (genArrayInit): Made it work for on stack arrays.
9206
9207         * src/z80/main.c (gbz80_port =): Added rle support to the gbz80 port.
9208
9209         * src/z80/gen.c (genMinus): Fixed for where the result is one byte.
9210         (movLeft2ResultLong): Created.
9211
9212         * src/z80/ralloc.c (packRegsForHLUse): Added a couple of simple cases for the GB.
9213         (joinPushes): Added.  Joins two char pushes into a word push.
9214
9215 2001-10-27  Michael Hope  <michaelh AT juju.net.nz>
9216
9217         * support/cpp2/Makefile.in (install): Added creation of dest dir.
9218
9219         * support/makebin/Makefile (install): Added creation of dest dir.
9220
9221 2001-10-24 Karl Bongers <karl AT turbobit.com>
9222
9223         * configure.in, configure, Makefile, support/cpp: Removed cpp folder, since we have new cpp2 preprocessor code.
9224
9225 2001-10-21  Michael Hope  <michaelh AT juju.net.nz>
9226
9227         * src/z80/ralloc.c: Turned off faulty pack for one use.
9228
9229         * src/z80/peeph-gbz80.def: Removed redundent restart options.
9230
9231         * src/z80/gen.c (genMult): Added native mul for constants on the z80 and gbz80.
9232
9233 2001-10-21  Bernhard Held  <bernhard AT bernhardheld.de>
9234
9235         * support/regression/Makefile: Improved clean
9236
9237         * support/regression/ports/gbz80/spec.mk: Added clean
9238
9239         * support/regression/ports/host/spec.mk: Added clean
9240
9241         * support/regression/ports/z80/spec.mk: Added clean
9242
9243         * support/regression/ports/mcs51/spec.mk: Added clean, little improvements
9244
9245         * support/regression/ports/mcs51/timeout.c: little improvements
9246
9247 2001-10-17  Michael Hope  <michaelh AT juju.net.nz>
9248
9249         * device/lib/malloc.c (MEMHEADER): Fixed against new pedantic pointers.
9250
9251         * support/regression/fwk/include/testfwk.h: Fixed up to use function pts correctly.
9252
9253         * support/regression/generate-cases.py: Fixed up to use function pts correctly.
9254
9255 2001-10-16  Bernhard Held  <bernhard AT bernhardheld.de>
9256
9257         * support/regression/port/mcs51/spec.mk: add timeout for uCsim
9258
9259         * support/regression/port/mcs51/timeout.c: add timeout for uCsim
9260
9261 2001-10-13  Michael Hope  <michaelh AT juju.net.nz>
9262         * src/z80/gen.c (emitCall): Fixed up missing spill of HL when used to assign the result value.
9263
9264         * src/z80/ralloc.c: Turned off pack for one use as it's quite broken.
9265
9266         * src/SDCCmain.c (linkEdit): Added support for passing a legacy command line through the processor.
9267
9268         * src/mcs51/main.c (_linkCmd): Added bin path to command.
9269
9270         * src/SDCCmain.c (initValues): Added support for when it it called just to link.
9271
9272         * as/mcs51/lklibr.c (libfil;): Turned off 'library file' message.
9273
9274         * src/SDCCval.c (constVal): Fixed usage of 'L' modifier problems on ppc.
9275
9276         * support/regression/tests/longor.c: Added.
9277
9278 2001-10-11  Bernhard Held  <bernhard AT bernhardheld.de>
9279
9280         * as/mcs51/asdata.c: replaced FILENAME_MAX with PATH_MAX
9281
9282         * as/mcs51/aslink.h: define PATH_MAX
9283
9284         * as/mcs51/asm.h: define PATH_MAX
9285
9286         * as/mcs51/asmain.c: replaced FILENAME_MAX with PATH_MAX
9287
9288         * as/mcs51/asnoice.c: replaced FILENAME_MAX with PATH_MAX
9289
9290         * as/mcs51/lklex.c: replaced FILENAME_MAX with PATH_MAX
9291
9292         * as/mcs51/lkmain.c: replaced FILENAME_MAX with PATH_MAX
9293
9294         * src/SDCCglobl.h: define PATH_MAX
9295
9296         * src/SDCCmacro.c: replaced FILENAME_MAX with PATH_MAX
9297
9298         * src/SDCCmain.c: replaced FILENAME_MAX with PATH_MAX
9299
9300 2001-10-11  Michael Hope  <michaelh AT juju.net.nz>
9301
9302         * src/z80/gen.c (gencjneshort): Fixed
9303
9304         * src/z80/ralloc.c (packRegsForHLUse): Added pack into HL for cast then ipush.
9305
9306 2001-10-09  Michael Hope  <michaelh AT juju.net.nz>
9307
9308         * support/regression/tests/bug-469671.c: Added.
9309
9310         * src/z80/gen.c (shiftIntoPair): Fixed up warning.
9311
9312 2001-10-08  Michael Hope  <michaelh AT juju.net.nz>
9313
9314         * src/SDCCmain.c: Added --fommit-frame-pointer option and implemented in the z80 port.
9315
9316         * src/z80/gen.c (genPlus): Fixed to work with extended stack.  Also fixed genMinus, genCmp.  genUMinus is still left.
9317
9318 2001-10-08  Bernhar Held  <bernhard AT bernhardheld.de>
9319
9320         * src/SDCCmain.c (preProcess): added define SDCC_NOOVERLAY
9321
9322         * src/device/lib/_mulint.c  : removed hint: nooverlay bug
9323
9324         * src/device/lib/_mullong.c : removed hint: nooverlay bug
9325
9326         * src/device/lib/_divuint.c : removed hint: nooverlay bug
9327
9328         * src/device/lib/_divulong.c: removed hint: nooverlay bug
9329
9330         * src/device/lib/_moduint.c : removed hint: nooverlay bug
9331
9332         * src/device/lib/_modulong.c: removed hint: nooverlay bug
9333
9334 2001-10-07  Michael Hope  <michaelh AT juju.net.nz>
9335
9336         * 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.
9337
9338         * support/Util/NewAlloc.c (freeTrace): Changed free for the gc case to not free at all.  Fixes runtime segfault.
9339
9340         * support/regression/tests/scott-compare3.c (c_abcd): Fixed up casts.
9341
9342 2001-10-07    <johan AT FRIJA>
9343
9344         * device/lib/gets.c (gets): fixed the return value.
9345
9346 2001-10-06  Michael Hope  <michaelh AT juju.net.nz>
9347         * src/SDCCmain.c (WRITE_SEG_LOC): Fixed up to use Safe_strdup.
9348
9349         * 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.
9350
9351         * 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.
9352
9353         * src/z80/gen.c (genZ80Code): Added de-allocation via trace support.
9354
9355         * src/pic/gen.c: Removed Safe_strdup.
9356
9357         * configure.in: Added option to enable libgc support.
9358
9359         * src/SDCCbitv.c (bitVectnBitsOn): Optimised.
9360         (bitVectUnion): Optimised.
9361         (bitVectIntersect): Optimised.
9362         (bitVectBitsInCommon): Optimised.
9363         (bitVectCplAnd): Optimised.
9364
9365         * support/makebin/makebin.c (usage): Removed getopt as mingw32 doesn't have it.  Sigh.
9366
9367 2001-10-03 Bernhard Held <bernhard AT bernhardheld.de>
9368
9369         * src/SDCCmain.c: distinguish between assembler debug and plain options
9370
9371         * src/avr/main.c:   remove standard assembler options
9372
9373         * src/ds390/main.c: remove standard assembler options
9374
9375         * src/mcs51/main.c: remove standard assembler options
9376
9377         * src/port.h: removed "PENDING" comment
9378
9379 2001-10-03 Bernhard Held <bernhard AT bernhardheld.de>
9380
9381         * src/device/lib/_mulint.c  : new, with assember functions
9382
9383         * src/device/lib/_mullong.c : new, with assember functions
9384
9385         * src/device/lib/_divuint.c : with assember functions
9386
9387         * src/device/lib/_divsint.c : with assember functions
9388
9389         * src/device/lib/_divulong.c: with assember functions
9390
9391         * src/device/lib/_divslong.c: with assember functions
9392
9393         * src/device/lib/_moduint.c : with assember functions
9394
9395         * src/device/lib/_modsint.c : with assember functions
9396
9397         * src/device/lib/_modulong.c: with assember functions
9398
9399         * src/device/lib/_modslong.c: with assember functions
9400
9401         * src/device/lib/libint.lib:  replaced _muluint.c  and _mulsint.c  by _mulint.c
9402
9403         * src/device/lib/liblong.lib: replaced _mululong.c and _mulslong.c by _mullong.c
9404
9405         * src/device/lib/Makefile.in: replaced _muluint.c  and _mulsint.c  by _mulint.c
9406                                       replaced _mululong.c and _mulslong.c by _mullong.c
9407
9408 2001-10-03 Bernhard Held <bernhard AT bernhardheld.de>
9409
9410         * src/SDCCsymt.c: sequence of specifiers in pintTypeChain() corrected
9411
9412 2001-10-01 Bernhard Held <bernhard AT bernhardheld.de>
9413
9414         * src/SDCCglue.c: test, if win32api is available for MINGW
9415
9416 2001-10-01 Bernhard Held <bernhard AT bernhardheld.de>
9417
9418         * src/SDCCsymt.c: no more _modifier in printTypeChain()
9419         * support/regression/tests/driverstruct.c: REENTRANT for mcs51
9420         * support/regression/ports/gbz80/spec.mk: removed GENERIC
9421         * support/regression/ports/host/spec.mk: removed GENERIC
9422         * support/regression/ports/mcs51/spec.mk: removed GENERIC
9423         * support/regression/ports/z80/spec.mk: removed GENERIC
9424
9425 2001-10-01  Michael Hope  <michaelh AT juju.net.nz>
9426
9427         * support/regression/fwk/lib/testfwk.c (__printf): Removed GENERIC.
9428
9429         * support/regression/tests/bug-467035.c: Created.
9430
9431 2001-10-01    <johan AT FRIJA>
9432
9433         * src/SDCC.y: fixed bug #466586 part 1
9434
9435 2001-10-01  Johan Knol <johan.knol AT iduna.nl>
9436
9437         * SDCCicode.c: z80 has no generic pointers
9438         * removed -s from strip in all Makefile(.in)'s. It is not needed, but Solaris chocks on it.
9439
9440 2001-09-30  Michael Hope  <michaelh AT juju.net.nz>
9441
9442         * sim/ucsim/cmd.src/Makefile.in ($(PRJDIR)/libcmd.a): Changed all ar references to $(AR) for Solaris.
9443
9444 2001-09-29  Michael Hope  <michaelh AT juju.net.nz>
9445
9446         * Makefile (sdcc-libs): Added makebin to the list of standard targets.
9447
9448         * support/regression/ports/z80/spec.mk: Updated to use env for sdcc bin dir for automatic regression.
9449
9450 2001-09-25  Michael Hope  <michaelh AT juju.net.nz>
9451
9452         * configure.in: Fixed up so that ucsim is only configured once.
9453
9454         * support/cpp2/configure.in: Fixed to use the program transform to append the .exe for the win32 build.
9455
9456         * src/SDCCutil.c (getPrefixFromBinPath): Fixed up to work with win32 in all of its glory.
9457         (getPathDifference): As above.
9458
9459         * src/SDCCmain.c (preProcess): Changed to use a temporary file in a proper temp directory.  Fixed case where pre-processing only.
9460
9461         * src/SDCCglue.c (tempfilename): Added function for pre-processor.
9462
9463 2001-09-23  Michael Hope  <michaelh AT juju.net.nz>
9464         * .version: Updated to 2.3.1
9465
9466         * src/z80/main.c (z80_port =): Added macro based linker and assembler command line support.
9467         Added copyright header.
9468
9469         * src/SDCCmain.c: Shifted various functions into SDCCutil.c
9470         (assemble): Added support for macro based assembler commands.
9471         (linkEdit): Added support for macro based linker commands.
9472         (preProcess): Changed the pre-processor to use macros.
9473         (_setPaths): Added functionality to autodetect the include, lib and bin dir paths.
9474         (_discoverPaths): Added support for overriding the install directory using the SDCCDIR env variable.
9475
9476         * device/lib/z80/crt0.s: Added module name for debugging.
9477
9478 2001-09-20  Michael Hope  <michaelh AT juju.net.nz>
9479
9480         * src/SDCCmain.c (printVersionInfo): Added the build date to the version info.
9481
9482         * src/SDCChasht.c (hTabDeleteByKey): Fixed delete as it would delete the last item from a bucket even if it wasn't the real one.
9483
9484         * src/SDCCglue.c: Moved gc_strdup to SDCCutil.c
9485
9486         * src/Makefile.in: Added SDCCmacro and SDCCutil
9487
9488 2001-09-19  Michael Hope  <michaelh AT juju.net.nz>
9489
9490         * src/SDCCmain.c (printVersionInfo): Added the build date to the version info.
9491
9492 2001-09-16    <johan AT FRIJA>
9493
9494         * 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.
9495
9496 2001-09-15    <johan AT FRIJA>
9497
9498         * src/mcs51/ralloc.c: (findAssignToSym): fixed bug #460662 part 1
9499         * src/ds390/ralloc.c (findAssignToSym): fixed bug #460662 part 1
9500
9501 2001-09-11    <johan AT FRIJA>
9502
9503         * src/SDCCval.c (valDiv Mod Minus Plus Shift): keep litteral expressions as small as possible (bug #460010)
9504
9505 2001-09-10  Michael Hope  <michaelh AT juju.net.nz>
9506
9507         * support/regression/tests/bug-460444.c: Added test case.
9508
9509         * src/z80/gen.c (genOr): bug 460444: if (a ^ lit) was broken for &, |, and ^.
9510         (genCast): Added justification for all of the asserts.
9511
9512 2001-09-10  Bernhard Held <bernhard AT bernhardheld.de>
9513
9514         * support/regression/support.c: _xdata replaced by xdata
9515
9516         * support/regression/spec.mk: removed _generic
9517
9518 2001-09-09  Michael Hope  <michaelh AT juju.net.nz>
9519
9520         * src/pic/ralloc.c (debugLogRegType): Removed some old types to get it to compile.
9521
9522         * src/z80/gen.c (shiftR2Left2Result): Improved the case when v = v >> n for small values of n to use less code space and time.
9523         (genrshTwo): Fixed v = v >> n where v is a negative int and n is > 8: bug 460010.
9524
9525         * src/z80/peeph.def: Added a rule to optimise shift then compare.
9526
9527         * support/regression/tests/bug-460000.c (testShiftByParam): Added test case.
9528
9529         * support/regression/tests/bug-460010.c: Added test case.
9530
9531         * support/regression/Makefile (test-host): Removed a silly 'clean' target when testing against gcc.
9532
9533 2001-09-09  Bernhard Held <bernhard AT bernhardheld.de>
9534
9535         * support/regression/Makefile: inter-port-clean adjusted for mcs51
9536
9537         * support/regression/testfwk.c: removed workaround for bug #436344
9538
9539         * support/regression/tests/bp.c: use less memory with mcs51
9540
9541         * support/regression/tests/bug-441448.c: use less memory
9542
9543         * support/regression/tests/ports/mcs51/spec.mk: cleanup, use --stack-after-data
9544
9545         * support/regression/collate-results.py: typo
9546
9547 2001-09-08  Michael Hope  <michaelh AT juju.net.nz>
9548
9549         * support/regression/tests/fetchoverlap.c: Added new test case.
9550
9551         * support/regression/tests/bp.c: Added new test case.
9552
9553         * support/regression/tests/bug-448984.c: Added new test case.
9554
9555         * support/regression/tests/pow2shifts.c: Added new test case.
9556
9557         * src/z80/gen.c: Turned off the noise it normally generates for the release.
9558         (genlshTwo): Fixed right shift for count > 8.
9559
9560         * src/z80/ralloc.c: Disabled most of the ACC packing rules as they weren't getting hit and weren't at all safe.
9561
9562 2001-09-08    <johan AT FRIJA>
9563
9564         * src/SDCCicode.c (geniCodeCall): a CPOINTER can be used as a function
9565
9566 2001-09-07    <johan AT FRIJA>
9567
9568         * src/SDCCicode.c (newiCodeCondition): fixed bug #456235 (1.77)
9569
9570         * src/SDCCglue.c (emitRegularMap): only delete a symbol when it is a symbol
9571
9572 2001-09-06    <johan AT FRIJA>
9573
9574         * src/SDCC.y: this could be a fix for bug #458744 (1.37)
9575         * bernhard noted me at this: "() equals to (void)" (1.38)
9576
9577 2001-09-05    <johan AT FRIJA>
9578
9579         * src/SDCCglue.c (emitRegularMap): a fix for bug #458099/2
9580
9581 2001-09-04    <johan AT FRIJA>
9582
9583         * src/SDCCsymt.c (checkSClass): a fix for bug #458099/1
9584
9585
9586 2001-09-04  Paul Stoffregen  <paul AT pjrc.com>
9587
9588         * pragma noinduction broke memcpy on mcs51 large model.  Moved it inside z80 optimization
9589
9590 2001-09-03  Michael Hope  <michaelh AT juju.net.nz>
9591
9592         * link/z80/aslink.h: Fixed path for PATH_MAX
9593
9594 2001-09-02  Michael Hope  <michaelh AT juju.net.nz>
9595
9596         * src/z80/gen.c (fetchLitPair): Changed so that it properly caches direct space references.
9597
9598         * support/regression/tests/addsub.c: Added cases to cover all the +, - combinations.
9599
9600         * support/regression/tests/uminus.c: Added a test for the unary minus operator.
9601
9602         * 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.
9603
9604 2001-09-01  Michael Hope  <michaelh AT juju.net.nz>
9605
9606         * src/z80/gen.c: Fixed up generator to pass the regresion tests, specifically fixing loads for longs, genCmp, and turned on the map file.
9607         (genCmp): Fixed up genCmp for the GB with longs.
9608
9609         * device/lib/gbz80/Makefile: Fixed up all the libraries to pass the regression tests.
9610
9611         * support/regression/ports/host/spec.mk: Updated to compile with the new type specifiers.
9612
9613         * device/lib/Makefile.in (Z80SOURCES): Removed old _mululong, _mulslong, and unneeded _mulint.
9614
9615         * device/lib/_mullong.c (_mulslong): Changed to actually return a value :)
9616
9617 2001-08-30  Paul Stoffregen  <paul AT pjrc.com>
9618
9619         * added peepholes 223 to 231 to mcs51 port.  These improve code when using large model.
9620
9621 2001-08-30  Michael Hope  <michaelh AT juju.net.nz>
9622
9623         * 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.
9624
9625         * src/z80/gen.c (genPlus): Changed bad long add for gb to a fall through.
9626
9627 2001-08-29  Michael Hope  <michaelh AT juju.net.nz>
9628
9629         * link/z80/aslink.h: Fixed long file name support.  Is now based off PATH_MAX instead of a constant.
9630
9631         * src/z80/gen.c: Fixed add and sub for the case where left or right are in static space.
9632
9633 2001-08-30 Bernhard Held   <bernhard AT bernhardheld.de>
9634
9635   * sim/ucsim/configure:    little improvement of Cygwin-detection
9636   * sim/ucsim/configure.in: little improvement of Cygwin-detection
9637   * sim/ucsim/cmd.src/newcmdcl.h: include <sys/types.h> to define fd_set automated build
9638   * support/regression/tests/bug-221100.c: small changes for mcs51
9639   * support/regression/tests/bug-221168.c: small changes for mcs51
9640   * support/regression/tests/bug-227710.c: small changes for mcs51
9641   * support/regression/tests/staticinit.c: small changes for mcs51
9642   * as/mcs51/aslink.h: accept everything as symbol name in rel-files, bug fix ID 452601
9643   * as/mcs51/lklex.c:  accept everything as symbol name in rel-files, bug fix ID 452601
9644   * as/mcs51/lksym.c:  accept everything as symbol name in rel-files, bug fix ID 452601
9645
9646 $Revision$