* support/scripts/sdcc.nsi: added /SOLID option to "SetCompressor lzma"
[fw/sdcc] / ChangeLog
1 2005-12-03 Borut Razem <borut.razem AT siol.net>
2
3         * support/scripts/sdcc.nsi: added /SOLID option to "SetCompressor lzma"
4           command since the NSIS was upgraded to version 2.11 on CF x86-linux2
5
6 2005-11-29 Bernhard Held <bernhard AT bernhardheld.de>
7
8         * src/SDCCast.c (createIvalStruct, createIvalArray, createIvalPtr,
9         createIval): implement symbol independant "flexible array member",
10         (createIvalCharPtr): implemented flexible array initialisation with a
11         string
12         * src/SDCCsymt.c (copyStruct): removed,
13         (getSize): fixed misleading comment,
14         (getAllocSize): removed, the additional allocation size is now in
15         sym->flexArrayLength,
16         (checkStructFlexArray): new, syntax checks for flexible array members,
17         (compStructSize): added syntax checks for "flexible array members"
18         (copyStruct): removed,
19         (copyLinkChain): removed inefficient fix for bug 770487
20         * src/SDCCglue.c (emitRegularMap): getAllocSize has been removed
21         * src/SDCCsymt.h: added structdef.b_flexArrayMember and
22         symbol->flexArrayLength
23         * src/SDCCerr.c,
24         * src/SDCCerr.h: added W_INVALID_FLEXARRAY, W_C89_NO_FLEXARRAY,
25         E_FLEXARRAY_NOTATEND and E_FLEXARRAY_INEMPTYSTRCT
26         * support/regression/tests/structflexarray.c: added
27         * support/valdiag/tests/structflexiblearray.c: added
28
29 2005-11-29 Bernhard Held <bernhard AT bernhardheld.de>
30
31         * src/SDCCast.c (decorateType): fixed bug 1368489
32         * support/Util/SDCCerr.c,
33         * support/Util/SDCCerr.h: added warning W_CMP_SU_CHAR
34
35 2005-11-28 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
36
37         * device/include/mcs51/at89c51snd1c.h: added file submitted by 
38           Weston T. Schmidt <schmidtw AT users.sourceforge.net>, patch #1368001
39
40 2005-11-27 Borut Razem <borut.razem AT siol.net>
41
42         * support/cpp2/cppinit.c, support/cpp2/cpplib.h, support/cpp2/mkdeps.c,
43           support/cpp2/mkdeps.h: added command line option
44           -obj-ext=<extension> to SDCPP to define object file externion, used
45           for generation of make dependencies (-M)
46         * src/SDCCmain.c: pass -obj-ext=<extension> to SDCPP
47
48 2005-11-26 Borut Razem <borut.razem AT siol.net>
49
50         * support/scripts/sdcc.nsi: added small-stack-auto libraries,
51           added missing device/lib/mcs51/crt*.asm, pic and pic16 sources,
52           added pic and pic16 libraries
53
54 2005-11-26 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
55
56         * device/include/float.h: Corrected typo in prototype of __fsgt
57
58 2005-11-25 Borut Razem <borut.razem AT siol.net>
59
60         * sdcc/device/lib/Makefile.in, sdcc/device/lib/incl.mk:
61           added creation of model-mcs51-stack-auto libraries
62
63 2005-11-24 Bernhard Held <bernhard AT bernhardheld.de>
64
65         * src/SDCCsymt.c (copyLinkChain): fixed bug 770487, copy structdef
66         and fields-list too
67         * src/SDCCast.c (createIvalArray): removed obsolete comment
68
69 2005-11-24 Borut Razem <borut.razem AT siol.net>
70
71         * sdcc/device/lib/Makefile.in: remove all unnecessary files, 2nd try...,
72           added missing device/lib/mcs51/crt*.asm sources
73
74 2005-11-23 Bernhard Held <bernhard AT bernhardheld.de>
75
76         * src/SDCCast.c (createIvalCharPtr): fixed bug 1348271
77
78 2005-11-22 Maarten Brock <sourceforge.brock AT dse.nl>
79
80         * device/lib/_fs2schar.c,
81         * device/lib/_fs2sint.c,
82         * device/lib/_fs2slong.c: optimized inline asm
83
84 2005-11-21 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
85
86         * device/lib/_fs2slong.c, device/lib/_fs2sint.c, device/lib/_fs2char.c:
87           Better handling of floats between -1.0 and 0.0.
88
89 2005-11-20 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
90
91         * src/mcs51/peeph.def: added missing "if"s as noted by Hubert Sack.
92           (the missing "if"s prohibited removal of redundant labels)
93
94 2005-11-19 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
95
96         * device/lib/_fs2slong.c, device/lib/_fs2sint.c, device/lib/_fs2char.c:
97           Properly convert floats between -1.0 and 0.0 to long, int, and char
98           types (max integer value of negative floats tends to zero).
99         * device/lib/modff.c, device/lib/ceilf.c, device/lib/floorf.c:
100           Removed changes made so to work properly with floats between
101           -1.0 and 0.0, as the problem is fixed in _fs2slong.c, _fs2sint.c,
102           and _fs2char.c
103
104 2005-11-18 Bernhard Held <bernhard AT bernhardheld.de>
105
106         * src/SDCCcse.c (ReplaceOpWithCheaperOp): minor fix for debugging only
107         * src/mcs51/gen.c (genUnpackBits): better code and a fix,
108         (genCast) cosmetic change
109         * src/ds390/gen.c (genUnpackBits, ): ported from mcs51
110         * src/ds390/ralloc.c (packRegsForAssign): ported fix for bitfields
111         from mcs51
112         * support/regression/tests/bitfields (testSignedBitfields): added
113
114 2005-11-18 Borut Razem <borut.razem AT siol.net>
115
116         * sdcc/device/lib/Makefile.in: remove all unnecessary files
117         * device/lib/pic/Makefile.rules, device/lib/pic16/Makefile.subdir:
118           introduced SILENT option to make building of pic16 libraries less
119
120 2005-11-18 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
121
122         * device/lib/modff.c, device/lib/ceilf.c, device/lib/floorf.c:
123           Now they work properly with floats between -1.0 and 0.0
124         * device/lib/printf_large.c: Removed temporary patch for bug 1358192
125
126 2005-11-18 Maarten Brock <sourceforge.brock AT dse.nl>
127
128         * src/SDCCicode.c (printOperand): added missing else
129
130 2005-11-18 Bernhard Held <bernhard AT bernhardheld.de>
131
132         * src/SDCCsymt.c (computeType): fixed bug 1358192: added missing else,
133         reformatted for better readability
134         * src/mcs51/gen.c (genUnpackBits): initial, incomplete support for
135         signed bitfields
136
137 2005-11-17 Borut Razem <borut.razem AT siol.net>
138
139         * device/lib/pic16/Makefile.rules, device/lib/pic16/Makefile.subdir:
140           introduced SILENT option to make building of pic16 libraries less
141           verbose - used for nightly snapshot build
142         * doc/sdccman.lyx: documented that SDCDB and ucSim are currently not
143           available on Win32 platforms.
144         * sdcc/device/lib/Makefile.in: added library sources for mcs51, small,
145           medium, large, pic and pic16
146
147 2005-11-16 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
148
149         * device/lib/printf_large.c: Temporary patch for bug 1358192:
150           printf("%f"...) sets fraction to zero.
151
152 2005-11-16 Raphael Neider <rneider AT web.de>
153
154         * src/pic/pcode.c (LinkFlow): handle empty flows correctly,
155           fixes #1357221
156         * src/pic/gen.c (genIfx): implemented for CARRY bit
157         * src/pic16/gen.c (genAssign,genCast): fixed assigning/casting
158           to generic pointers, fixes #1357332,
159           (pic16_movLit2f): NEW,
160           (pic16_storeForReturn,genDataPointerSet): use pic16_movLit2f
161
162 2005-11-14 Maarten Brock <sourceforge.brock AT dse.nl>
163
164         * src/SDCCmain.c (parseCmdLine): fixed bug 1356800, thanks rsudjian
165
166 2005-11-11 Raphael Neider <rneider AT web.de>
167
168         * src/pic/gen.c: handle FPOINTERS like POINTERS everywhere
169         * src/pic16/gen.c (pic16_derefPtr): now works for non-pointers as well,
170           compute pointer's type from operand,
171           (genUnpackBits,genPackBits): handle FPOINTERS correctly, re-indented,
172           improved single bit reads, fixes bug #1353379
173
174 2005-11-09 Borut Razem <borut.razem AT siol.net>
175
176         * support/scripts/sdcc.nsi: added lib/pic to the package
177
178 2005-11-08 Maarten Brock <sourceforge.brock AT dse.nl>
179
180         * src/SDCCval.c (valUnaryPM): fixed bug 1350699
181
182 2005-11-06 Maarten Brock <sourceforge.brock AT dse.nl>
183
184         * support/regression/tests/bug1348008.c: added
185         * src/mcs51/gen.c (saveRBank, unsaveRBank): fixed bug 1348008
186         * support/regression/tests/bug1337835.c: updated comment
187
188 2005-11-06 Borut Razem <borut.razem AT siol.net>
189
190         * sim/ucsim/error.cc, sim/ucsim/errorcl.h,
191           sim/ucsim/sim.src/stack.cc, sim/ucsim/sim.src/stackcl.h,
192           sim/ucsim/sim.src/uc.cc, sim/ucsim/sim.src/uccl.h,
193           sim/ucsim/sim.src/mem.cc, sim/ucsim/sim.src/memcl.h,
194           sim/ucsim/cmd.src/set.cc, sim/ucsim/cmd.src/show.cc:
195           dynamic construction of cl_error_class and derivates - 2.nd try
196
197 2005-11-05 Borut Razem <borut.razem AT siol.net>
198
199         * sim/ucsim/sim.src/error.cc: fixed uninitialized class member variable
200           bug, which caused Bus Errors on sparc solaris
201
202 2005-11-04 Borut Razem <borut.razem AT siol.net>
203
204         * sim/ucsim/error.cc, sim/ucsim/errorcl.h,
205           sim/ucsim/sim.src/stack.cc, sim/ucsim/sim.src/stackcl.h,
206           sim/ucsim/sim.src/uc.cc, sim/ucsim/sim.src/uccl.h,
207           sim/ucsim/sim.src/mem.cc, sim/ucsim/sim.src/memcl.h,
208           sim/ucsim/cmd.src/cmdconf.cc: dynamic construction of cl_error_class
209           and derivates to resolve the initialization problem on OSX
210
211 2005-11-02 Borut Razem <borut.razem AT siol.net>
212
213         * sim/ucsim/cmd.src/cmdutil.cc, sim/ucsim/cmd.src/newcmd.cc:
214           corrected typo - #include <winsock2.h>
215
216 2005-11-02 Maarten Brock <sourceforge.brock AT dse.nl>
217
218         * src/asm.c (printILine): always close tmpFile, thanks Beau E. Cox,
219           (_asxxxx_mapping): added org directive for future enhancements
220
221 2005-11-01 Borut Razem <borut.razem AT siol.net>
222
223         * sim/ucsim/app.cc, sim/ucsim/cmd.src/cmdutil.cc, sim/ucsim/cmd.src/newcmd.cc:
224           enabled sockets on WIN32
225         * sim/ucsim/cmd.src/newcmd.cc: fixed bug with uninitialized variables
226
227 2005-10-31 Borut Razem <borut.razem AT siol.net>
228
229         * support/regression/generate-cases.py: escape backslashes in {testcase}:
230           WIN32 backslash path delimiters should be escaped when used in C strings
231         * support/regression/tests/bitfields.c: exclude failing assertions for
232           __CYGWIN32__ and __MINGW32__ hosts
233
234 2005-10-30 Borut Razem <borut.razem AT siol.net>
235
236         * src/SDCCutil.c: corrected double comparison typo
237
238 2005-10-30 Maarten Brock <sourceforge.brock AT dse.nl>
239
240         * device/lib/medium/Makefile: added for new memory model medium
241         * device/include/asm/mcs51/features.h: updated for medium/pdata
242         * device/include/mcs51/c8051f120.h: added sfr16/sfr32 definitions,
243           added Multiply & Accumulate sbit's and MAC0_PAGE define
244         * device/include/mcs51/c8051f300.h: added sfr16 definitions
245         * device/include/mcs51/c8051f310.h: added sfr16 definitions
246         * device/lib/_mullong.c: update for medium model
247         * device/lib/incl.mk: added medium model
248         * doc/sdccman.lyx: documented medium model
249         * src/SDCCast.c (isBitAndPow2): simplified using updated powof2
250         * src/SDCCicode.c (geniCodeMultiply, geniCodeDivision): use updated powof2
251         * src/SDCCmain.c (optionsTable, linkEdit): enabled medium model
252         * src/SDCCmem.c (allocIntoSeg): set iaccess for pdata symbols,
253           (allocParms): set SCLS and OCLS to pdata for medium model
254         * src/SDCCsymt.c (processFuncArgs): use default_local_map and set iaccess
255           for pdata,
256           (powof2): return <0 if not power of 2
257         * src/avr/gen.c (genBitWise): use updated powof2
258         * src/mcs51/gen.c (genMinusDec): use acc if necessary,
259           (shiftR2Left2Result): small optimization in setup, save acc when storing,
260           (shiftLLeftOrResult): use B if necessary
261         * src/mcs51/main.c (_mcs51_finaliseOptions, mcs51_port): added medium model
262         * src/mcs51/peeph.def: renamed 226 to 226.b, added 226.a
263         * src/pic/main.c (_pic14_do_link): made void parameter list explicit
264         * support/regression/Makefile.in: added test-mcs51-medium
265         * support/regression/ports/mcs51-medium/spec.mk: added to test medium model
266
267 2005-10-28 Bernhard Held <bernhard AT bernhardheld.de>
268
269         * src/SDCCsymt.c (compStructSize): make bitfields without (un)signed
270         specifier unsigned
271         * device/lib/time.c (mktime): fixed bug 1334315
272
273 2005-10-28 Raphael Neider <rneider AT web.de>
274
275         * device/include/pic/p16f_common.inc: added common declarations
276         * src/pic/ralloc.c (initStack): moved regs *r to block start for Alpha
277
278 2005-10-27 Maarten Brock <sourceforge.brock AT dse.nl>
279
280         * src/mcs51/gen.c (getTempRegs): return 0 if not enough registers found,
281           (aopPutUsesAcc): added to predict accumulator use,
282           (assignResultValue): save acc if necessary,
283           (genMinusDec): store result if indirectly addressed,
284           (genDivOneByte):  save acc if necessary,
285           (movLeft2Result): bugfix if left already in acc,
286           (genAnd, genOr, genXor, shiftL2Left2Result, shiftR2Left2Result): pay more
287             attention to accumulator use (esp. pdata),
288           (genReceive): receive pdata correctly
289         * src/SDCCicode.c (isOperandInPagedSpace): added to detect pdata operands
290         * src/SDCCicode.h: added isOperandInPagedSpace prototype
291
292 2005-10-27 Raphael Neider <rneider AT web.de>
293
294         * doc/sdccman.lyx: corrected version (should be 2.5.4 not 2.5.5)
295
296 2005-10-27 Raphael Neider <rneider AT web.de>
297
298         * .version: changed version to 2.5.4
299         * doc/sdccman.lyx: changed version to 2.5.4, added some remarks to PIC14
300         * device/lib/pic/libsdcc/{_mulint.c,_mullong.c}: use unsigned literals,
301           (_divschar.c,divuchar.c,_mulchar.c,_modschar.c,_moduchar): NEW,
302             arithmetics support routines
303         * device/lib/pic/Makefile.rules: have assembler sources preprocessed
304         * device/lib/Makefile.in: also create installdir for pic
305
306         * src/SDCCopt.c (cnvToFcall): mark support routines `extern' for
307           pic14 port as well
308         * src/pic/device.c (dump_sfr): rewritten to delegate register
309           placement to the linker (use `extern sym' rather than sym EQU addr),
310           (validAddress): fixed to check last specified address
311         * src/pic/gen.c (aopForSym): added code to deal with array (useless?),
312           (popGetLit): truncate literal value to 8 bit,
313           (popGet): moved assert to more appropriate place
314           (popGetExternal): create pCode operand from and mark the according
315             symbol as being `extern'
316           (popGetAddr): added sanity check on immediate's offset, provide
317             GPOINTER tag on demand
318           (aopPut): fixed for immediates,
319           (mov2w_op): move operand's address or contents to WREG (depending on
320             operand type), safer variant of mov2w,
321           (movwf,call_libraryfunc): NEW, handy abbreviations,
322           (get_argument_pcop,get_return_val_pcop,pass_argument,
323           get_returnvalue): interface for accessing function parameters and
324             return values,
325           (assignResultValuei,genRet): use new parameter/return value interface
326           (pic14_getDataSize): back to old version handling generic pointers,
327           (pic14_toBoolean,genNot,genCpl,genCmpEq,genOrOp): heavily rewritten,
328             provided implementation and/or fixed old one,
329           (genMultOneByte,genDivOneByte,genModOneByte): implemented as library
330             calls, removed legacy 8051 reference code
331           (AccLsh,AccRsh): rewritten and fixed to deal with signed operands
332           (loadSignToC): NEW, move the operands sign bit to CARRY,
333           (genGenericShift): NEW, replaces genLeftShift, genRightShift and
334             genRightShiftSigned, accepts negative shift counts,
335           (setup_fsr): load FSR and adjust IRP (indirect memory access),
336           (emitPtrByteGet,emitPtrByteSet): rewritten, now works with
337             generic pointers, __data pointers and __code pointers,
338           (genUnpackBits,genPackBits): rewritten to work with generic pointers
339             and signed bitfields, limit bitfields to 8 bit,
340           (genDataPointerGet): fixed number of bytes read,
341           (genGenPointerGet,genConstPointerGet): fixed bitfield access,
342           (genPointerGet,genPointerSet): fixed handling of __code pointers,
343             pointers to constant data are no longer assumed to point to __code
344             space, removed invalid pointer types,
345           (bitpatternFromVal): retrieve the PICs representation of an integer
346             or float literal,
347           (genDataPointerSet): fixed assigning to po_immediate operands,
348           (genGenPointerSet): implemented as library call,
349           (genIfx): fixed incorrect condition,
350           (genAddrOf): limit generic pointers' addresses to 2 bytes,
351             provide GPOINTER tag according to destination's storage class,
352           (genCast): added code to handle casting to generic pointers, added
353             sign-/zero extension of the result
354           (aop_isLitLike,op_isLitLike): fixed handling of immediates
355         * src/pic/gen.h: added macros to access IRP bit in STATUS register
356         * src/pic/genarith.c (genAddLit): use min(result's,left's) size, sign
357           extend the result
358         * src/pic/glue.c (is_shared_address,is_shared): check whether a given
359           address/register resides in the shared banks
360           (emitSymbolToFile): improved to handle global and `pinned' symbols,
361             put all variables into separate sections (have the linker arrange
362             them)
363           (picglue): put init code and interrupt handlers in separate sections
364         * src/pic/main.c: added port specific options table, modified to PORT
365           structure to make GPOINTERs 3 byte, added pic14_options
366           (_pic14_do_link): private linking routine (update paths to libraries,
367             add libsdcc.lib by default)
368         * src/pic/main.h: declare pic14_options
369         * src/pic/pcode.c: fixed instructions i/o relations,
370           (RegCond): reverted to correct version,
371           (newpCodeOpLit): truncate literals to 8 bit,
372           (genericPrint): added debug output,
373           (getRegFromInstruction): fixed for various operand types, simplified
374           (BuildFlow): fixed broken handling of isntructions with labels
375           (LinkFlow): start at last instruction in flow (skip trailing comments),
376             pass the flow on to the next instruction after CALL
377           (pCodeReplace): NEW, replace a pCode and move meta data to the new one
378           (insertPCodeInstruction): fixed inserting after a skip instruction,
379           (DoBankSelect): fixed for labeled instructions
380           (OptimizepBlock): honor --nopeep switch
381           (AnalyzeFlow,ReuseReg): prevent crash on source files with no function
382         * src/pic/pcodepeep.c (pCodePeepMatchRule): prevent NULL pointer accesses
383         * src/pic/pcoderegs.c (regIsLocal): NEW, check visibility of a register
384           (pCodeOptime2pCodes): allow disabling this optimization via
385             --no-pcode-opt due seldomly occuring bugs, fixed some conditions
386             but is still buggy), started implementation of a dataflow based
387             pCode optimization (CSE + dead code elimination)
388           (pCodeRegMapLiveRangesInFlow): removed bogus inCond
389         * src/pic/ralloc.c (initStack): renamed stack registers to STK%d, the new
390           names are independant of the stack location and therefore portable across
391           devices
392
393 2005-10-27 Maarten Brock <sourceforge.brock AT dse.nl>
394
395         * src/mcs51/ralloc.c (bitType): added to detect bit variables,
396           (selectSpil): fixed bug 1337835 by not spilling bit variables
397         * support/regression/tests/bug1337835.c: added test for this bug
398         * src/mcs51/peeph.def: restart after rule 3.c,
399           addded rules 263.x to optimize loading constants
400
401 2005-10-26 Raphael Neider <rneider AT web.de>
402
403         * src/SDCCsymt.c (compStructSize): allow signed bitfields for PIC ports
404         * src/pic16/gen.c (genUnpackBits): support signed bitfields,
405           (genAssign): emit warning when casting literals to generic pointer
406             type, also applies when taking the address of a fixed variable,
407           (genCast): improved casting to generic pointers
408         * src/pic16/glue.c (pic16emitStaticSeg): fixed(?) handling of fixed
409           extern variables, added verbose error message
410         * device/include/pic16/{string.h,errno.h}: added #pragma library c
411
412 2005-10-26 Bernhard Held <bernhard AT bernhardheld.de>
413
414         * src/mcs51/gen.c (genMinus): fixed bug 1270906: reverse subtraction,
415         carry must be complemented too
416         * src/mcs51/peeph.def: addded rule 262 to remove double cpl c, which
417         could be emitted by genMinus
418         * src/SDCCval.c (constVal): fixed bug 1305065
419
420 2005-10-25 Bernhard Held <bernhard AT bernhardheld.de>
421
422         * src/SDCCast.c (addCast): added promotion for bit variables
423         (decorateType): emit W_COMPLEMENT before the problem vanishes behind
424         promotion casts + optimisation
425         (optimizeGetWord): fix warning 'i' might be used uninitialized
426         * src/mcs51/gen.c (genCpl): removed W_COMPLEMENT
427         * src/ds390/gen.c (genCpl): removed W_COMPLEMENT
428
429 2005-10-24 Bernhard Held <bernhard AT bernhardheld.de>
430
431         * src/SDCCicode.c (ast2iCode): reverted to 1.224 because of regression:
432         all chars are promoted to int; promotion should be handled in SDCCast.c
433
434 2005-10-15 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
435
436         * device/lib/_strcmp.c: Fixed bug 1326457
437
438 2005-10-11 Raphael Neider <rneider AT web.de>
439
440         * device/lib/pic16/libio/i2c.ignore: added 1320, fixes broken builds
441         * device/lib/pic16/libdev/pic18f1320.c: added 1320's device library
442
443 2005-10-05 Maarten Brock <sourceforge.brock AT dse.nl>
444
445         * src/SDCC.y (AT): fixed bug with sfr32 addresses when built with GCC
446         * support/regression/tests/sfr16.c: added test for the sfr32 bug
447
448 2005-10-04 Raphael Neider <rneider AT web.de>
449
450         * device/include/pic16/pic18fregs.h, src/pic16/devices.inc,
451           device/lib/pic16/pics.all: added pic18f1320
452         * src/pic16/pcode.c (mnem2key): fixed prototype's argument mismatch
453
454 2005-09-30 Raphael Neider <rneider AT web.de>
455
456         * src/pic16/device.c (Pics16[]): moved device descriptions to devices.inc
457         * src/pic16/devices.inc: NEW, provides device descriptions
458         * src/pic16/gen.c (genInline): fixed handling of ';'-comments
459
460 2005-09-26 Maarten Brock <sourceforge.brock AT dse.nl>
461
462         * src/SDCCicode.c (operandOperation): added GETABIT, GETBYTE, GETWORD and
463           GETHBIT
464
465 2005-09-25 Maarten Brock <sourceforge.brock AT dse.nl>
466
467         * doc/sdccman.lyx: updated Highest Order Bit documentation,
468           documented Any Order Bit, Higher Order Byte and Higher Order Word
469         * src/SDCC.y: added tokens GETABIT, GETBYTE, GETWORD
470         * src/SDCCast.c (optimizeGetHbit): updated to also accept bool=expr&(1<<n),
471           (optimizeGetAbit): new, to get any bit, not only the high bit,
472           (optimizeGetByte): new, to get a byte from a (long) int: expr>>(8*n),
473           (optimizeGetWord): new, to get a word from a long int: expr>>(8*n),
474           (isConformingBody): also check GETABIT, GETBYTE, GETWORD,
475           (decorateType): '&': also try GETABIT, GETBYTE, GETWORD optimization,
476             RIGHT_OP: also try GETBYTE, GETWORD optimization,
477             GETABIT, GETBYTE, GETWORD: decorate them,
478           (isShiftRightLitVal, isBitAndPowOf2): new helper functions,
479           (ast_print): added GETABIT, GETBYTE, GETWORD
480         * src/SDCCcse.c (isSignedOp): added GETABIT, GETBYTE, GETWORD
481         * src/SDCCicode.c (codeTable): added GETABIT, GETBYTE, GETWORD,
482           (geniCodeBinary): new generic binary icode,
483           (ast2iCode): added GETABIT, GETBYTE, GETWORD
484         * src/port.h: updated comment for PORT.hasExtBitOp
485         * src/mcs51/gen.c (genGetAbit): new, to get any single bit,
486           (genGetByte): new, to get a single byte,
487           (genGetWord): new, to get a word from a long,
488           (gen51Code): added GETABIT, GETBYTE, GETWORD
489         * src/mcs51/main.c (hasExtBitOp): added GETABIT, GETBYTE, GETWORD
490
491 2005-09-23 Raphael Neider <rneider AT web.de>
492
493         * configure.in, configure: have device/lib/pic configured
494         * device/lib/Makefile.in: added model-pic14
495         * device/lib/clean.mk: added pic/ to clean rule
496         * device/lib/pic: added rudimentary pic14 library providing support
497           functions for multiplication/division/generic pointer access
498         * src/SDCCopt.c (convilong): mark support functions as extern
499           for pic14 port as well
500         * src/pic/gen.c (genMult): added assertions,
501           (genpic14Code): emit warning on unhandled iCodes
502         * src/pic/main.c (_hasNativeMulFor): return true only for 8x8 bit
503         * src/pic/pcode.c (pCodeOpCopy),
504         * src/pic16/pcodepeep.c (pic16_pCodeOpCopy): fixed handling of various
505           pCodeOpReg-subtypes (PO_{STATUS,INTCON,PCL,PCLATH,PCLATU,BSR,
506           SFR_REGISTER}), made safe for future extensions
507         * src/pic16/pcode.c (pic16_safepCodeUnlink): allow for removal of
508           instructions even if preceeded by SKIP instructions (also remove
509           them); removed unused code
510         * src/pic16/pcode.h: added arg2 to pCodeOpLit to match pCodeOpLit2,
511           prevents leaving parts of the structure uninitialized after copying
512
513 2005-09-22 Maarten Brock <sourceforge.brock AT dse.nl>
514
515         * src/mcs51/gen.c (genMinus): fix for undetected bug introduced 3 months
516           ago by me
517         * support/regression/tests/addsub.c: added test for the bug
518
519 2005-09-21 Raphael Neider <rneider AT web.de>
520
521         * device/include/pic16/pic18f1220.h,
522           device/lib/pic16/libdev/pic18f1220.c: added ECCPAS sfr and bitfield
523         * device/lib/pic16/Makefile.rules: added missing opening paren
524         * src/pic16/gen.c (pic16_genNot,pic16_genCpl): removed as these
525           are provided in genutils.c,
526           (genUminusFloat,genUminus,genCmpEq): added asserts on different
527           operand/result sizes,
528           (genCmp): assert on NULL pointers first, then check deref'ed values
529         * src/pic16/genutils.c (pic16_genCpl): fixed for different operand/
530           result size
531
532 2005-09-18 Raphael Neider <rneider AT web.de>
533
534         * src/pic16/gen.c (genFarPointerGet,genFarPointerSet): removed
535           as these are now unused,
536           (genPointerGet,genPointerSet): handle FPOINTERs like POINTERs
537         * src/pic16/pcode.c (pic16_symIsSpecial): assume REG_TMPs to be
538           local, avoids uninitialized pointer dereference on r->name
539         * src/pic16/ralloc.c (newReg): fixed indentation
540
541 2005-09-13 Maarten Brock <sourceforge.brock AT dse.nl>
542
543         * src/SDCCval.c (constVal): fixed bug 730366
544         * support/Util/SDCCerr.c,
545         * support/Util/SDCCerr.h: added warning W_INVALID_INT_CONST
546
547 2005-09-10 Maarten Brock <sourceforge.brock AT dse.nl>
548
549         * as/mcs51/lkmem.c (summary2): fixed report for absolute areas (bug 1210220)
550
551 2005-09-09 Maarten Brock <sourceforge.brock AT dse.nl>
552
553         * src/mcs51/peeph.def (241.x): fixed bug when comparing generic pointers
554
555 2005-09-08 Maarten Brock <sourceforge.brock AT dse.nl>
556
557         * as/hc08/lkaomf51.c (OutputName): made name unsigned char,
558           (hex2dec): made hex_digit unsigned char, removed ascii dependance
559         * as/mcs51/lkaomf51.c (OutputName): made name unsigned char,
560           (hex2dec): made hex_digit unsigned char, removed ascii dependance
561         * as/mcs51/lkarea.c (lnkarea2): sort absolute areas to the front
562         * packihx/packihx.c (hexDigit): made c unsigned char
563         * as/mcs51/lklibr.c (fndsym),
564         * link/z80/lkgb.c (gb),
565         * link/z80/lklibr.c (fndsym),
566         * link/z80/lkrloc.c (relr),
567         * sim/ucsim/libltdl/ltdl.c (load_deplibs, try_dlopen),
568         * src/SDCC.lex (checkCurrFile, process_pragma),
569         * src/SDCCglue.c (spacesToUnderscores),
570         * src/SDCCmain.c (setParseWithComma, processFile),
571         * src/asm.c (tvsprintf, printCLine),
572         * src/avr/gen.c (emitcode, aopPut),
573         * src/ds390/gen.c (emitcode),
574         * src/hc08/gen.c (emitcode, emitinline),
575         * src/mcs51/gen.c (emitcode, genInline),
576         * src/pic/pcodepeep.c (cvt_extract_destination, cvt_extract_status,
577           tokenizeLineNode),
578         * src/pic/ralloc.c (debugLog),
579         * src/pic16/pcodepeep.c (cvt_extract_destination, cvt_extract_status,
580           tokenizeLineNode),
581         * src/pic16/ralloc.c (debugLog),
582         * src/z80/main.c (_process_pragma):
583            made all ctype.h function calls safe
584         * src/SDCCopt.c: include math.h for fabs
585         * src/SDCCpeeph.c: added macros ISCHARDIGIT, ISCHARSPACE and ISCHARALNUM
586           and used them throughout the code to make ctype.h function calls safe
587         * src/ds390/main.c (asmLineNodeFromLineNode),
588         * src/mcs51/main.c (asmLineNodeFromLineNode): made p unsigned char*
589         * src/pic/gen.c (DEBUGpic14_emitcode, pic14_emitcode): made lbp
590            unsigned char*
591         * src/pic/pcode.c (mnem2key): made mnem unsigned char*,
592           (newpCodeAsmDir): made ctype.h function calls safe
593         * src/pic16/gen.c (pic16_emitpcomment, DEBUGpic16_emitcode,
594           pic16_emitcode):  made lbp unsigned char*
595         * src/pic16/pcode.c (mnem2key): made mnem unsigned char*,
596           (pic16_newpCodeAsmDir): made ctype.h function calls safe
597         * src/xa51/gen.c (emitcode),
598         * src/z80/gen.c (_emit2): made lbp unsigned char*
599         * support/Util/MySystem.c (split_command): made cmd_line and p unsigned
600            char*
601
602 2005-09-05 Raphael Neider <rneider AT web.de>
603
604         * src/pic16/ralloc.c (pic16_allocDirReg): use device specific
605           access bank splitpoint
606
607 2005-09-05 Raphael Neider <rneider AT web.de>
608
609         * device/lib/pic16/libc/Makefile: added (missing) string to SUBDIRS
610
611 2005-09-03 Maarten Brock <sourceforge.brock AT dse.nl>
612
613         * .version: changed to version 2.5.3
614         * doc/sdccman.lyx: changed version to 2.5.3,
615           documented --codeseg and --constseg and pragma codeseg and constseg,
616           documented bit parameters (reentrant) and bit returning
617         * src/SDCCicode.c (geniCodeReceive): fixed (possible) bug generating
618            currFunc->recvSize, but is this ok for all ports?
619           (ast2iCode): result of ~ on unsigned char must be cast to int for
620            bool to work
621         * src/SDCCmem.c (allocGlobal, allocLocal): don't put bit returning
622           function pointers in bit space
623         * src/SDCCsymt.c (checkSClass): allow bit returning function pointers,
624           (processFuncArgs): call port.reg_parm() with reentrancy info
625         * src/port.h,
626         * src/avr/main.c,
627         * src/ds390/main.c,
628         * src/hc08/main.c,
629         * src/pic/main.c,
630         * src/pic16/main.c,
631         * src/xa51/main.c,
632         * src/z80/main.c: port.reg_parm prototype extended with
633           "bool reentrant" parameter
634         * src/mcs51/main.c (_mcs51_regparm): use parameter reentrant instead of
635           options.stackAuto for allocating bit register parameters
636         * src/mcs51/gen.c (genNot): optimized complementing direct bit,
637           (genSend): set BitBankUsed if it is,
638           (selectRegBank): factored out of genCall for use in genPcall,
639           (genCall): removed redundant dtype assignmen, use selectRegBank,
640           (genPcall): handle returning in Carry properly, save in F0 if needed,
641           (genReceive): handle bit register parameters
642         * src/mcs51/ralloc.c (updateRegUsage): update BitBankUsed along the way,
643           (mcs51_assignRegisters): enable bit registers for all reentrant
644            functions and don't set BitBankUsed unconditionally
645         * src/mcs51/peeph.def (177.d): fixed bug if %2==%3
646         * support/regression/tests/bitvars.c: enable tests for SDCC_STACK_AUTO
647         * support/regression/tests/funptrs.c: added tests for BOOL and for return
648
649 2005-08-27 Borut Razem <borut.razem AT siol.net>
650
651         * device/lib/Makefile.in: cp on sparc-solaris (SunOS) and on
652         ppc-osx (Darwin) does not support -u option. It seems that it is
653         supported only on Linux - GNU cp
654
655 2005-08-25 Borut Razem <borut.razem AT siol.net>
656
657         * sim/ucsim/gui.src/serio.src/Makefile.in,
658           sim/ucsim/s51.src/Makefile.in, sim/ucsim/avr.src/Makefile.in,
659           sim/ucsim/z80.src/Makefile.in, sim/ucsim/hc08.src/Makefile.in,
660           sim/ucsim/xa.src/Makefile.in: install -s changed to 2 steps:
661           install and strip, since the strip at /usr/ccs/bin should be used
662           on solaris
663
664 2005-08-24 Borut Razem <borut.razem AT siol.net>
665
666         * clean.mk, device/lib/clean.mk: find on sparc-solaris does not support -maxdepth option
667
668 2005-08-23 Bernhard Held <bernhard AT bernhardheld.de>
669
670         * src/SDCCopt.c (convertToFcall): fixed modulus with divisors 1 and
671         ffffffffu
672
673 2005-08-23 Maarten Brock <sourceforge.brock AT dse.nl>
674
675         * as/mcs51/aslink.h: completed lkrloc.c prototypes
676         * as/mcs51/lkmain.c (link_main): fixed warning
677         * device/include/stdbool.h: ds390 has no advanced bit support yet
678         * src/SDCC.y: use SPEC_SHORT and renamed _signed to b_signed
679         * src/SDCCsymt.c: use SPEC_SHORT and renamed _signed to b_signed
680         * src/SDCCsymt.h (struct specifier): renamed _xxx bitfields to b_xxx
681           and updated their macros
682         * src/SDCCval.c (constVal): updated comment for renamed b_long
683
684 2005-08-22 Maarten Brock <sourceforge.brock AT dse.nl>
685
686         * as/mcs51/asdata.c: changed ctype['['] to BINOP
687         * as/mcs51/asexpr.c (expr): added case '[' for bit access in bdata,
688           (term): abused bit 15 of s_addr to indicate bit-addressable bytes,
689           (oprio): set priority for '['
690         * as/mcs51/aslink.h: added define R_BIT, and prototypes for adb_bit
691            and adb_24_bit
692         * as/mcs51/asm.h: added defines R_BIT and S_BIT
693         * as/mcs51/lkarea.c (lnksect2): use T for seg BIT_BANK and overlay it
694         * as/mcs51/lkdata.c: changed ctype['['] to BINOP
695         * as/mcs51/lkmain.c (Areas51): rel2 contains 12 (=C) areas now,
696           added overlayable BIT_BANK area
697         * as/mcs51/lkmem.c (summary): add BIT_BANK to BSEG_BYTES in the report,
698           (summary2): explain 'T' in legenda
699         * as/mcs51/lkrloc.c: replaced old K&R style,
700           (relr): added R_BIT processing,
701           (errmsg): added "Bit-addressable relocation error",
702           (adb_bit): added for converting from byte- to bit-addressable space,
703           (adb_24_bit): added for converting from byte- to bit-addressable space
704         * device/include/stdbool.h: changed BOOL to __bit for mcs51 as it can be
705            used in reentrant functions now even as return value
706         * device/lib/_gptrput.c (_gptrput): removed obsolete code
707         * src/SDCCast.c (resultTypePropagate): also propagate AND_OP and OR_OP,
708           (decorateType): case '!', GETHBIT, AND_OP, OR_OP: result in bool or char
709         * src/SDCCglobl.h: added indicator BitBankUsed
710         * src/SDCCglue.c (glue): emit area BIT_BANK with byte 'bits' and equ's for
711            the bit registers b0-b7
712         * src/SDCCicode.c (operandFromSymbol): removed IS_BITVAR check,
713           (geniCodeCast): fixed bug 1263853,
714           (geniCodeLogicAndOr): put result in bool or char,
715           (geniCodeReceive): added parameter func for accessing the return type,
716           (geniCodeFunctionBody): pass func to geniCodeReceive
717         * src/SDCCmain.c: added indicator BitBankUsed
718         * src/SDCCmem.c (allocLocal): explicitly set sclass for V_BIT
719         * src/SDCCsymt.c (newBoolLink): added for creating a bool/bit,
720           (checkSClass): don't put automatic bool/bit on stack,
721           (checkFunction): removed check on function cannot return bit
722         * src/SDCCsymt.h: added newBoolLink prototype
723         * src/mcs51/gen.c (rb1regs): added bit registers,
724           (movc): created for assigning to carry,
725           (pushReg, popReg): created for pushing registers,
726           (sameRegs): check both AOP_REG and AOP_CRY types,
727           (aopOp): handle bit registers,
728           (aopPut): optimization no self-assign,
729           (saveRegisters): push reg->base (bits) only once for bit registers,
730            and use pushReg,
731           (unsaveRegisters): pop reg->base only once and use popReg,
732           (assignResultValue): added parameter func and return in carry for bits,
733           (genIpush): optimization no reload in A if not changed,
734           (genSend): bit parameters in reentrant functions are passed in bit
735            registers by first assigning to bits in B, then save registers and
736            copy B to bits,
737           (genCall): handle returning in Carry properly, save it in F0 if needed,
738           (genPcall): updated assignResultValue call, this is not safe yet for bit
739            returning function !!!
740           (genFunction): don't generate equ's for bit registers and use pushReg,
741           (genEndFunction): take care of bit returning functions and use popReg,
742           (genRet): return bit in Carry,
743           (genIfx): optimize bit registers and other directly addressable bits,
744           (genReceive): updated assignResultValue call
745         * src/mcs51/main.c (_mcs51_reset_regparm): added regBitParmFlg,
746           (_mcs51_regparm): allow passing of upto 8 bit parameters in bit
747            registers when using stack-auto
748         * src/mcs51/ralloc.c (_G): added allBitregs,
749           (regs8051): added the bit registers,
750           (createStackSpil): use macro IS_BIT,
751           (getRegBit): added to allocate a bit register, else spill,
752           (getRegBitNoSpil): added to allocate a bit register, else a gpr,
753           (updateRegUsage): factored out to ease stepping while debugging,
754           (serialRegAssign): use updateRegUsage, only spill bits if necessary,
755            also allocate bit registers,
756           (fillGaps): handle bit registers,
757           (findAllBitregs): added to create bit vector with all bit registers,
758           (mcs51_allBitregs): returns this bit vector,
759           (mcs51_assignRegisters): when using stack-auto use bit registers for
760            passing parameters and creating local variables
761         * src/mcs51/ralloc.h: added B0_IDX..B7_IDX and prototype mcs51_allBitregs
762
763 2005-08-22 Borut Razem <borut.razem AT siol.net>
764
765         * device/lib/Makefile.in: replaced find option -or with -o
766           to make it run on solaris
767
768 2005-08-22 Raphael Neider <rneider AT web.de>
769
770         * src/pic16/gen.c (pic16_loadFromReturn): added check for AOP_PCODE,
771           fixes #1265442 (crash on Solaris)
772
773 2005-08-20 Borut Razem <borut.razem AT siol.net>
774
775         * configure, configure.in: added tests for libsocket and libnsl libraries,
776           requred by sdcdb on sparc-solaris; generate support/regression/Makefile
777           from support/regression/Makefile.in
778         * support/regression/Makefile.in: added
779         * device/lib/pic16/Makefile.common.in: force make to use bash shell
780         * sim/ucsim/libtool: regenerated on sparc-solaris
781         * sim/ucsim/avr.src/Makefile.in, sim/ucsim/hc08.src/Makefile.in,
782           sim/ucsim/s51.src/Makefile.in, sim/ucsim/xa.src/Makefile.in,
783           sim/ucsim/z80.src/Makefile.in: removed GNU ld specific linker options
784           -Wl,--start-group and -Wl,--end-group to enable ucsim compilation on
785           sparc-solaris, which doesn't use GNU ld linker
786         * device/lib/Makefile.in: cp on sparc-solaris (SunOS) does not support -u option
787         * as/Makefile: find on sparc-solaris does not support -maxdepth option
788
789 2005-08-19 Maarten Brock <sourceforge.brock AT dse.nl>
790
791         * src/mcs51/peeph.def: updated comments
792
793 2005-08-16 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
794
795         * device/lib/_gptrget.c,
796         * device/lib/_gptrput.c: slightly shorter
797         * doc/sdccman.lyx: incremented version
798         * src/mcs51/peeph.def: moved peephole comments to the line of first
799           change to better keep line correlation, reanimated 186.e
800         * src/mcs51/peeph.def: renamed similar peepholes by using suffixes
801
802 2005-08-16 Slade Rich <slade_rich AT users.sourceforge.net>
803
804         * src/pic/pcode.c : Pasted ".line" assembly directives patch from
805           David Saxton with quotes around file name.
806
807 2005-08-15 Borut Razem <borut.razem AT siol.net>
808
809         * support/regression/tests/bitfields.c, support/regression/tests/bitvars.c,
810           support/regression/tests/bitwise.c, support/regression/tests/literalop.c,
811           support/regression/tests/rotate.c, support/regression/tests/zeropad.c:
812           make tests run on x86_64 platform
813
814 2005-08-13 Raphael Neider <rneider AT web.de>
815
816         * device/lib/pic16/Makefile.subdir: weakened clean-intermediate rule
817           as it might be executed DURING a build (parallel make is wonderful)
818
819 2005-08-13 Raphael Neider <rneider AT web.de>
820
821         * device/lib/Makefile.in (port-specific-objects-pic16):
822           revert to cp $(PORT)/bin/*.* $(PORTDIR)
823         * device/lib/pic16/Makefile: added .PHONY targets, removed builddir
824           dependency
825         * device/lib/pic16/Makefile.rules: build subdirs before creating
826           the library, removed builddir rule, create $(builddir) early in
827           recurse rule, use empty recurse rule for leaf directories
828         * device/lib/pic16/Makefile.subdir: added phony targets, ignore
829           mkdir errors (race condition), removed duplicate suffix "hex"
830           from clean rules
831         * device/lib/pic16/libdev/Makefile: recursive make via + and $(MAKE)
832         * device/lib/pic16/libio/Makefile: create sub-make's builddir early,
833           prevents mkdir -p from aborting on Alpha
834
835 2005-08-12 Raphael Neider <rneider AT web.de>
836
837         * src/pic16/glue.c (pic16_print(G)PointerType): do not flush
838           db-statements in order to allow for arrays of pointers in code
839           sections to be placed without interspersed 0-padding, fixes
840           bug #1256215
841         * (emitStatistics): fixed division by zero for pic18f1220
842         * src/pic16/pcode.c: buffer (up to) 12 DB directives to allow for
843           unpadded writing of 8-bit, 16-bit, 24-bit and 32-bit values
844         * (pic16_emitDS): respect DB_ITEMS_PER_LINE
845         * (pic16_pCodeConstString): keep track of already emitted string
846           literals to prevent "duplicate definitions of symbol _str_NR"
847         * src/pic16/ralloc.c (pic16_allocRegByName): removed not so helpful
848           debug message
849         * device/lib/Makefile.in: ignore failing PIC16 library builds
850         * device/lib/pic16/Makefile: do not build if gputils are missing
851         * device/lib/pic16/Makefile.common.in: do not enforce MAKEFLAGS=-s
852
853 2005-08-10 Raphael Neider <rneider AT web.de>
854
855         * device/lib/Makefile.in: fixed copying pic16 libraries (broken by
856           my last commit)
857
858 2005-08-10 Raphael Neider <rneider AT web.de>
859
860         * src/*.c, src/pic16/{gen.c,glue.c,main.c}: applied Vangelis
861           Rokas' patch to add the new fixed point type "__fixed16x16"
862         * device/lib/pic16/libsdcc/fixed16x16: added Vangelis' support
863           functions for __fixed16x16 arithmetics
864         * device/lib/pic16: reimplemented the build system to support
865           a separate build directory, better handling of libio (create
866           the library in a separate subdir for each architecture) and
867           easier configuration (centralized in Makefile.common)
868
869 2005-08-07 Raphael Neider <rneider AT web.de>
870
871         * src/pic16/gen.c (genrshTwo): fixed sign extension
872         * src/pic16/device.c: added pic18f2320, 4220 and 4320
873         * device/include/pic16/pic18f2220.h: changed some bit definitions,
874           added T0CONbits
875         * device/include/pic16/pic18f4220.h: NEW, header for
876           pic18f4220 and pic18f4320
877         * device/include/pic16/pic18fregs.h: added new devices,
878           embraced Nop(), ClrWdt(), Sleep() and Reset() with do {} while(0)
879         * device/include/pic16/signal.h: resolved name clashes
880           on bit definitions, added DEF_HANDLER2(sig1,sig2,handler)
881           to also allow testing for interrupt enable bits, added
882           comments on how to use the macros
883         * device/lib/pic16/libdev/pic18f2220.c: added T0CONbits
884         * device/lib/pic16/libdev/pic18f{2320,4220,4320}.c: NEW,
885           register definitions for the devices
886         * device/lib/pic16/pics.all: added new devices
887         * device/lib/pic16/libc/stdlib/calloc.c: fixed zeroing
888           allocated memory
889         * device/lib/pic16/libc/stdlib/memfree: do not count
890           the block header as free memory
891         * device/lib/pic16/libc/stdlib/memmisc.c (_initHeap):
892           simplified and added missing end-of-blocklist-marker
893           (reported by Peter Onion, fixes #1252814)
894         * (_mergeHeapBlock): fixed loop condition
895         * device/lib/pic16/libc/stdlib/realloc.c: return NULL for
896           len==0, restructured code
897         * device/lib/pic16/libc/stdlib/{malloc,memfreemax}.c: cleaned
898           up a bit, reduced bitfield accesses, prevent endless loops
899           in case of heap corruption
900         * device/lib/pic16/libc/stdlib/x_ftoa.c: disabled
901           "unreferenced arguments/must return a value" warnings
902         * device/lib/pic16/libio/usart/ubaud.c (usart_baud):
903           replaced BAUDREG with SPBRG
904         * device/lib/pic16/libsdcc/lregs/{lrrest.c,lrst.c},
905           device/lib/pic16/debug/gstack/gstack.c: replaced
906           _naked, _asm, _endasm with __naked, __asm, __endasm
907
908 2005-08-05 Raphael Neider <rneider AT web.de>
909
910         * src/pic16/gen.c (pic16_aopGet): fixed handling of offsets in
911           AOP_PCODE operands, fixes multibyte union-bitfield-accesses
912
913 2005-08-05 Borut Razem <borut.razem AT siol.net>
914
915         * device/lib/Makefile.in: added missing ';'
916         * configure: removed ^M characters
917
918 2005-08-04 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
919
920         * device/include/mcs51/at89c51ed2.h, device/include/mcs51/p89v51rd2.h,
921           device/include/mcs51/at89s53.h: changed to GNU Lesser General Public
922           License
923
924 2005-08-04 Borut Razem <borut.razem AT siol.net>
925
926         * configure.in: pic16 libraries build 2nd try - enable running
927           configure in device/lib/pic16
928         * configure: regenerated from configure.in
929         * device/lib/Makefile.in: create $(PORT)/bin directory
930
931 2005-08-03 Raphael Neider <rneider AT web.de>
932
933         * src/pic16/gen.c (pic16_derefPtr): NEW, single place
934           to get/set values via pointers
935         * (genUnpackBits,genPackBits): changed detection of
936           ptr->bitfield vs. sym.bitfield, fixed access via generic
937           pointers, removed dead (wrong) code for multibyte bitfields
938         * (genNearPointerGet, genGenPointerGet): removed useless code,
939           fixed bitfield detection, fixes #1250594
940         * (genNearPointerSet): removed useless code
941         * src/pic16/gen.h: renamed pic16_emitpcode to pic16_emitpcode_real
942           and introduced macro pic16_emitpcode that conditionally emits
943           the origin of the following pCode (useful for debugging SDCC)
944         * src/pic16/pcode.c: changed (and disabled) some debug outputs
945         * (createDefmap): fixed handling of LFSR for --optimize-df
946
947 2005-08-02 Borut Razem <borut.razem AT siol.net>
948
949         * device/lib/Makefile.in: pic16 libraries build enabled since
950           gputils-0.13.2 are now localy installed at sourceforge's compile farm
951
952 2005-08-02 Raphael Neider <rneider AT web.de>
953
954         * src/pic16/gen.c (genPackBits): removed deprecated warning
955         * (genGenPointerSet): fixed bitfield detection
956
957 2005-08-02 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
958
959         * device/include/mcs51/msm8xc154s.h: Removed PT2 definition, now in 8052.h.
960
961 2005-07-31 Raphael Neider <rneider AT web.de>
962
963         * device/lib/pic16/libdev/pic18f458.c,
964           device/include/pic16/pic18f458.h: added missing T0CONbits
965
966 2005-07-29 Maarten Brock <sourceforge.brock AT dse.nl>
967
968         * device/include/mcs51/msm8xc154s.h: added, thanks to Matthias Arndt
969
970 2005-07-28 Maarten Brock <sourceforge.brock AT dse.nl>
971
972         * src/mcs51/gen.c (operandsEqu): fixed bug 1246687
973
974 2005-07-23 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
975
976         * device/include/mcs51/at89c51ed2.h: added.
977
978 2005-07-23 Raphael Neider <rneider AT web.de>
979
980         * src/pic/gen.h: added emitpcode macro for debugging
981         * src/pic/gen.c (emitpcode): renamed to emitpcode_real
982           and replace by macro adding debug information on demand
983         * (genNot): fixed to C semantics (!0 = 1; !x = 0 iff x != 0)
984         * (gencjne): tried to fix; replaced with correct (slower) code
985         * (gen{Unp,P}ackBits): fixed single bit access
986         * src/pic/pcode.c (AnalyzepCode): fixed DFPRINTF argument
987         * src/pic/pcodepeep.c (pCodeSearchCondition): fixed finding
988           previous instruction
989         * src/pic/pcoderegs.c (regIsSpecial): NEW, check whether a
990           register has to be handled with care (forbidding movement
991           of assignments/uses, removing assignments completely, ...)
992         * (pCodeOptime2pCodes): make use of regIsSpecial
993         * added lots of debugging output (commented out)
994         * src/pic/rallloc.c (deassignLRs): prevent operand registers
995           from being reused as result UNLESS it is known to work
996
997 2005-07-23 Maarten Brock <sourceforge.brock AT dse.nl>
998
999         * support/Util/dbuf.h: include <stddef.h> for size_t
1000         * .version: changed to version 2.5.2
1001
1002 2005-07-23 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
1003
1004         * src/SDCCloop.c (loopInvariants): fixed bug #1234048
1005
1006 2005-07-22 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
1007
1008         * src/hc08/gen.c (genMinus): fixed bug #1241835,
1009           (genModOneByte): removed needless psha/pula
1010
1011 2005-07-22 Raphael Neider <rneider AT web.de>
1012
1013         * src/SDCCmain.c (linkEdit): initialized linkerScriptFileName,
1014           have PIC14 handled like PIC16, fixes broken pic14 linker calls
1015         * src/pic/gen.c (resolveIfx): do not "invent" labels
1016         * (genSkipc): changed to positive logic
1017         * (genSkipCond): removed as no longer needed
1018         * (pic14_mov2w_regOrLit,genCmp): NEW, replacement for buggy version,
1019           backport from PIC16
1020         * (genLeftShift): check operands are in different registers
1021         * src/pic/genarith.c (genPlus): replaced INCF with ADDLW as
1022           INCF does not update CARRY...
1023         * src/pic/main.c: fixed _linkCmd
1024         * src/pic/pcode.c (unlinkpCode): added inactive code
1025         * src/pic/ralloc.c (deassignLRs): keep arguments to shift operations
1026           alive (do not assign result and operand overlapping registers)
1027
1028 2005-07-22 Raphael Neider <rneider AT web.de>
1029
1030         * src/pic/device.c (dump_sfr): replaced register declaration with
1031           call to emitSymbolToFile() to avoid duplicate symbols
1032         * (assignRelocatableRegisters): do not declare external symbols
1033         * src/pic/ralloc.c (allocNewDirReg): fixed to get size of arrays
1034           right (take size of type, not etype)
1035         * (allocDirReg): fixed call to allocNewDirReg() to pass OP_SYM_TYPE
1036         * (writeUsedRegs): also dump dynDirectRegs (e.g. local variables)
1037         * (packRegsForAccUse): disabled assignment of WREG as
1038           the result reg to prevent occurence of just fixed #1235003,
1039           fixes #1242954
1040         * src/pic/glue.c (emitSymbolToFile): NEW, central place to declare
1041           symbols (avoids duplicate symbols in .asm file)
1042         * (pic14emitRegularMap): use emitSymbolToFile()
1043         * src/pic/gen.c (aopOp): fixed spillLocation handling
1044         * (gen{Unp,P}ackBits): fixed acquiring bit-operands
1045         * (genDataPointerSet): removed unneccessary variables/output
1046
1047 2005-07-22 Maarten Brock <sourceforge.brock AT dse.nl>
1048
1049         * as/mcs51/lkarea.c: enlarged codemap for banked memory
1050         * device/lib/mcs51/crtbank.asm: added # to 0x0F
1051
1052 2005-07-21 Raphael Neider <rneider AT web.de>
1053
1054         * src/pic/gen.c (aopOp): do not generate AOP_ACC operands as pic14
1055           architecture cannot handle them efficiently, fixes bug #1235003
1056         * src/pic16/device.c (pic16_dump_{u,i}section,pic16_dump_int_registers):
1057           check for empty sets before using them (fixes bug #1232190)
1058
1059 2005-07-19 Maarten Brock <sourceforge.brock AT dse.nl>
1060
1061         * as/mcs51/lkarea.c (lnkarea, lnkarea2): improved BSEG size calculation,
1062           (lnksect2): generate warnings for memory overlap
1063         * src/SDCC.lex (doPragma, process_pragma): added pragma's codeseg and
1064           constseg to set the name of these segments so you can instruct the linker
1065           to place them in banks
1066         * src/SDCCast.c (decorateType): use new macro IS_FUNCPTR()
1067         * src/SDCCglobl.h: added MODEL_HUGE to enum,
1068           added code_seg and const_seg to options
1069         * src/SDCCglue.c (emitMaps): use options.const_seg,
1070           (createInterruptVect): put interrupt vectors in segment HOME,
1071           (glue): put HOME before static segment and put the main glue in HOME,
1072           (glue): use options.code_seg
1073         * src/SDCCicode.c (geniCodeCall): use new macro IS_FUNCPTR()
1074         * src/SDCCmain.c: added option --codeseg and --constseg to set the name of
1075           these segments so you can instruct the linker to place them in banks
1076           (linkEdit): use code_loc for HOME segment which should be the first
1077           segment in code memory now
1078         * src/SDCCmem.c: fixed more stuff like bug 1238386
1079         * src/SDCCsymt.c (getSize): use generic pointer size for banked functions,
1080           (changePointer): don't change function pointers to code pointers for
1081           banked functions,
1082           (compareType): added exceptional check for banked function pointers
1083         * src/SDCCsymt.h: changed IFFUNC_ISBANKEDCALL, added IS_FUNCPTR
1084         * src/hc08/main.c (_hc08_genAssemblerPreamble): put HOME first, put CSEG
1085           after static in code memory
1086         * src/mcs51/gen.c: added aopLiteralLong prototype,
1087           (aopForSym): use getSize for functions,
1088           (genCall): generate banked calls over one trampoline __sdcc_banked_call
1089           in HOME with lsb of address in r0, msb in r1 and bank in r2, use
1090           -Wl-bBANKSEG=0xbbaaaa option to set the address (aaaa) and bank (bb) of
1091           the segment,
1092           (genPcall): use call for literal function pointers and generate banked
1093           calls over the one trampoline so there's only one place for the user to
1094           modify according to his/hers hardware,
1095           (genEndFunction): jump to __sdcc_banked_ret in HOME for banked functions,
1096           (genPlusIncr): moved check icount>4 beyond inc dptr optimization
1097         * src/mcs51/main.c: added keyword banked,
1098           (_mcs51_genExtraAreas): put HOME first followed by GSINIT, STATIC and CSEG
1099         * support/Util/SDCCerr.c,
1100         * support/Util/SDCCerr.h: added E_BANKED_WITH_CALLEESAVES, registers are
1101           needed for passing the bank and address to the trampoline
1102         * device/lib/mcs51/crtbank.asm: added for bankswitching
1103         * device/lib/mcs51/Makefile: added crtbank
1104
1105 2005-07-16 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
1106
1107         * src/SDCCcse.c (algebraicOpts): fixed loss of volatility
1108           for fields at offset 0 of a struct or union as reported
1109           on 2005-07-07 in the developer mailing list.
1110
1111 2005-07-15 Maarten Brock <sourceforge.brock AT dse.nl>
1112
1113         * src/SDCCmem.c: fixed bug 1238386
1114
1115 2005-07-12 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
1116
1117         * src/mcs51/peeph.def: added labelrefcounting for peepholes
1118           (patch #1144962), added peephole 300, enabled 259.x
1119         * doc/sdccman.lyx: removed screenshot and provided link instead
1120
1121 2005-07-05 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
1122
1123         * doc/sdccman.lyx: added section about debugging with ddd
1124         * doc/figures/ddd_example.eps: screenshot of debugging session
1125
1126 2005-07-04 Raphael Neider <rneider AT web.de>
1127
1128         * src/pic/gen.c (genPointerGet): handle pointers to CONST values
1129           like CODE pointers, fixes #1115683
1130         * src/pic/pcode.c (DoBankSelect): forget LastRegIdx during function
1131           call, fixes bugs #1232211, #1228110,
1132           fixed wrong casts to pCodeFlow from pCodeInstructions
1133
1134 2005-07-04 Raphael Neider <rneider AT web.de>
1135
1136         * src/pic/gen.c (popGet): changed assert to allow for
1137           bit operands
1138         * (popGetAddr): changed signature to provide
1139           an additional index, patched all call sites
1140         * (genCmpEq): handle literal-like operands correctly
1141         * (genAddrOf): added sanity checks on __code/__data pointers
1142         * (genAssign): added handling of symbols from __code section
1143         * (gencjne): do not generate code for comparisons whose result
1144           is neither stored nor used, fixes bug #1171114
1145         * (AccLsh, AccRsh): operate on operand instead of WREG
1146         * (shift{Left,Right}_Left2ResultLit): NEW, size independant
1147           replacement for Shift{LR}{12}Left2Result; shift (byte/int/long)
1148           by known count
1149         * rewrote complete shift-by-literal logic, commented unused
1150           functions out
1151         * (genConstPointerGet): get multiple bytes (if result size > 1),
1152           fixed handling of non-immediate addresses
1153         * (genPointerGet): handle CODE pointers like CONST pointers
1154         * (genpic14Code): insert C-SRC lines as Cource-pCodes
1155         * ({aop,op}_isLitLike): NEW, single place to decide whether an
1156           operand is to be treated as a literal or not
1157         * (mov2w,genPcall,genCmpEq),
1158           src/pic/genarith.c: use aop_isLitLike() to decide between
1159           literal/register contents
1160         * (addSign): added missing offset
1161         * src/pic/gen.h: remove newline after FENTRY/FEXIT comments,
1162           only emit comment in debug-mode,
1163           use {aop,op}_isLitLike throughout the file
1164         * src/pic/glue.c: fix initializers for pointers (work in progress)
1165         * src/pic/pcode.c (get_op): honor index on _const symbols
1166         * ({reset,dump}pCodeStatistics): NEW, estimate code size
1167         * (dumppBlock): added pCode size estimation
1168         * src/pic/ralloc.c (deassignLRs,serialRegAssign,packRegisters):
1169           check for IS_SYMOP before OP_SYMBOL'ing
1170         * fixed indentation, compacted switch-statements
1171         * (allocReg): find free register and allocate it instead of
1172           allocating new registers all the time
1173         * (deassignLRs): prevent POINTER_GET's from being assigned the same
1174           registers as its operands (necessary only for multibyte GETs)
1175
1176 2005-07-01 Raphael Neider <rneider AT web.de>
1177
1178         * src/pic/gen.h: added prototypes emitpComment, popGetAddr and
1179           debugging .asm-output macros FENTRY + FEXIT
1180         * src/pic/gen.c (Safe_vsnprintf): NEW, is there a more generic
1181           way... I wonder...
1182         * (emitpComment): NEW, printf to pCode
1183         * (popGet): added assert on too large offsets, fixed PO_IMMEDIATE's
1184           offset handling
1185         * (popGetAddr): NEW, variant of popGet to access an immediates
1186           high(er) bytes instead of the n'th byte of memory they reference,
1187           replaced popGet with popGetAddr where neccessary
1188         * (genDataPointerGet): reactivated and fixed implementation
1189         * (genNearPointerGet): enabled call to genDataPointerGet, fixes array-
1190           accesses
1191         * (genDataPointerSet): fixed multibyte assignments
1192         * (genpic14Code): fixed --i-code-in-asm handling
1193         * src/pic/genarith.c: fixed PO_IMMEDIATE issue using popGetAddr,
1194         * (genPlus): fixed index-out-of-bounds error
1195         * src/pic/pcode.c (get_op): fixed PO_IMMEDIATE's index/offset handling
1196         * src/pic/ralloc.c: added debugging output macro FENTRY2
1197         * (spillThis): fixed indentation, enbraced for-body for clarity
1198         * (rematStr): commented out as now unused
1199         * (regTypeNum): commented out special spill case (overwrites
1200           arbitrary values)
1201         * fixes bugs #1229346, #1216476 (both arrays) and #1115667 (SIGSEGV)
1202
1203 2005-06-30 Maarten Brock <sourceforge.brock AT dse.nl>
1204
1205         * doc/sdccman.lyx: documented sfr16/sfr32,
1206           added example for using storage class with function pointers
1207         * src/mcs51/gen.c (genPlusIncr): optimized small offsets from dptr
1208
1209 2005-06-28 Maarten Brock <sourceforge.brock AT dse.nl>
1210
1211         * device/lib/_gptrget.c: also push/pop _PSBANK, added # to 0x03
1212         * device/lib/_itoa.c,
1213         * device/lib/_ltoa.c: optimized codesize
1214         * src/SDCCsymt.c (checkSClass): added sanity check for sfr at addresses,
1215           but don't know how to suppress the double warning.
1216         * src/mcs51/gen.c (genPlusIncr): fixed bug when incrementing volatile int's
1217         * support/Util/SDCCerr.c,
1218         * support/Util/SDCCerr.h: added warning W_SFR_ABSRANGE for sanity check
1219
1220 2005-06-27 Maarten Brock <sourceforge.brock AT dse.nl>
1221
1222         * as/mcs51/asexpr.c (expr): disabled warning "not in .flat24 mode",
1223           fixed old K&R prototypes
1224         * as/mcs51/asout.c (outrb): always output as if generating 24bit addresses
1225         * device/lib/_gptrget.c,
1226         * device/lib/_gptrgetc.c,
1227         * device/lib/_gptrput.c: changed versions for new memory indicator values,
1228           also new versions for small generic pointers and banked generic pointers
1229         * src/port.h: added const_name
1230         * src/SDCC.lex: added keywords sfr16, __sfr16, sfr32, __sfr32
1231         * src/SDCC.y: added tokens SFR16, SFR32 and their sfr_attributes
1232         * src/SDCCcse.c (findPrevIc): check all associative operators
1233         * src/SDCCglue.c (emitMaps): use CONST_NAME if defined
1234         * src/SDCCicode.h: added macro IS_ASSOCIATIVE
1235         * src/SDCCmem.c: updated comments,
1236           set far-space to 0 for pdata, results in optimized code
1237         * src/SDCCmem.h: added macro CONST_NAME
1238         * src/SDCCsymt.h: renumerated generic pointer types GPTYPE_... thereby
1239           moving the info into the highest bits, see also gptrget/gptrput
1240         * src/src.dsp: added sdcc.ico to project files
1241         * src/avr/gen.c (genCast): fixed bug 0x%d
1242         * src/avr/main.c (avr_port): added "CONST (CODE)" for const_name
1243         * src/ds390/gen.c (aopForRemat, adjustArithmeticResult): disconnected direct
1244           relation between ptr_type and DCL_TYPE,
1245           (genCast): fixed bug 0x%d
1246         * src/ds390/main.c (ds390_port, tininative_port, ds400_port): added "CONST
1247           (CODE)" for const_name
1248         * src/hc08/gen.c (genCast): fixed bug 0x%d
1249         * src/hc08/main.c (_hc08_genAssemblerPreamble): added .area ...const_name,
1250           (hc08_port): added "CONST (CODE)" for const_name
1251         * src/mcs51/gen.c (aopForSym): optimized pushing ACC,
1252           (aopForRemat, adjustArithmeticResult): disconnected direct relation
1253           between ptr_type and DCL_TYPE,
1254           (aopGetUsesAcc, aopGet, aopPut): changed first parameter from asmop* to
1255           operand* and took AOP() inside function so sfr-ness can be checked,
1256           (all over): repaired calls to aopGetUsesAcc, aopGet, aopPut to comply with
1257           new prototype,
1258           (genFunction, genEndFunction): optimized stack setup,
1259           (genMinus): optimized for literals with ending zeroes (in bytes),
1260           (genCast): fixed bug 0x%d
1261         * src/mcs51/main.c (_mcs51_keywords): added sfr16 and sfr32,
1262           (mcs51_port): added "CONST (CODE)" for const_name
1263         * src/mcs51/peeph.def: made rule 226 more generic
1264         * src/pic/main.c (pic_port): added "CONST (CODE)" for const_name
1265         * src/pic16/main.c (pic16_port): added "CONST (CODE)" for const_name
1266         * src/xa51/main.c (xa51_port): added "CONST (CODE)" for const_name
1267         * src/z80/main.c (z80_port): added NULL for const_name,
1268           (gbz80_port): added NULL for const_name
1269         * support/regression/tests/bug663539.c,
1270         * support/regression/tests/sfr16.c: new tests
1271
1272 2005-06-25 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
1273
1274         * device/include/mcs51/p89v51rd2.h, device/include/mcs51/at89s53.h: added.
1275
1276 2005-06-24 Raphael Neider <rneider AT web.de>
1277
1278         * device/lib/pic16/libdev/pic18f[68][567]20.c:
1279           corrected typos...
1280         * device/include/pic16/signal.h: added USBIF
1281           and SIG_USB
1282
1283 2005-06-24 Raphael Neider <rneider AT web.de>
1284
1285         * device/lib/pic16/libdev/pic18f2455.c,
1286           device/include/pic16/pic18f2455.h: NEW
1287         * device/include/pic16/pic18fregs.h,
1288           device/lib/pic16/pics.all,
1289           src/pic16/device.c: added 18f2455
1290         * device/lib/pic16/libdev/pic18f[68][567]20.c,
1291           device/include/pic16/{pic18f[68][567].h,usart.h}:
1292           replaced MULTIPLE_USARTS define with more relaible
1293           compatibility sfrs (for USART access)
1294
1295 2005-06-20 Slade Rich <slade_rich AT users.sourceforge.net>
1296
1297         * src/pic/pcode.c : Fixed problem when a string constant contains a "\r\n"
1298           and the output asm file line is printed on two lines.
1299
1300 2005-06-19 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
1301
1302         * sim/ucsim/hc08.src/inst.cc (inst_condbranch): fixed simulation of
1303           BGT, BLE, BHI, and BLS instructions
1304         * src/hc08/gen.c (outAcc, outBitC, outBitNV, genCmpLt, genCmpGt,
1305           genCmpEq): removed
1306         * src/hc08/gen.c (genCmpEQorNE, genCmp, branchopCmp, nameCmp,
1307           negatedCmp, exchangedCmp, genhc08Code): rewrite of comparison handling,
1308           fixes bug #1216342
1309         * src/hc08/peeph.def: added rules 2g - 2l for new conditional branches
1310
1311 2005-06-15 Raphael Neider <rneider AT web.de>
1312
1313         * src/pic16/NOTES: moved Vangelis from active developers to people to contact
1314         * device/include/pic16/{6520.h,8520.h}: fixed configuration bits
1315         * src/pic16/gen.c (): prevent iTemps from being considered to be in CODESPACE,
1316           fixes bug #1221120; for symbols in CODESPACE get number of bytes to read from
1317           OP_SYM_TYPE() instead of OP_SYM_ETYPE()
1318
1319 2005-06-06 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
1320
1321         * device/include/mcs51/reg764.h: Changed PB0 to PBO as requested by
1322           Marcel Telka in bug #1215704
1323
1324 2005-06-02 Slade Rich <slade_rich AT users.sourceforge.net>
1325
1326         * src/pic/pcode.c : Changed pseudo stack size to 15 to allow WSAVE to be
1327           located in shared memory bank.
1328
1329 2005-05-31 Raphael Neider <rneider AT web.de>
1330
1331         * src/pic16/{gen.c,genarith.c}: replaced sign-extension
1332           "CLRF, BTFSC <signbit>, DECF/COMF" with side-effect-free
1333           "CLRF, BTFSC <signbit>, SETF"; fixes "long>>9"
1334
1335 2005-05-27 Maarten Brock <sourceforge.brock AT dse.nl>
1336
1337         * device/lib/_strncpy.c: fixed the fix
1338
1339 2005-05-26 Raphael Neider <rneider AT web.de>
1340
1341         * src/pic16/glue.c (pic16_printIvalChar): fixed _constant_ string
1342           initializers with \0, bug #1208187
1343         * src/pic/glue.c (printIvalChar): fixed (non- and constant) string
1344           intializers with \0, bug #1208187
1345
1346 2005-05-26 Raphael Neider <rneider AT web.de>
1347
1348         * src/pic16/glue.c (pic16_printIvalChar): fixed string
1349           initializers with \0, bug #1208187
1350         * src/pic16/main.c (_process_pragma): added sanity checks
1351           for stack position and size, emit warnings when appropriate
1352
1353 2005-05-26 Maarten Brock <sourceforge.brock AT dse.nl>
1354
1355         * device/lib/_strncpy.c: fixed not filling with \0
1356
1357 2005-05-26 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
1358
1359         * src/SDCCast.c (funcOfType, funcOfTypeVarg, stringToSymbol,
1360           createFunction),
1361         * src/SDCC.y (external_definition, enumerator, parameter_declaration,
1362           compound_statement),
1363         * src/SDCCsymt.h,
1364         * src/SDCCsymt.c (addSymChain, processFuncArgs): fixed bug #1159134
1365
1366 2005-05-24 Raphael Neider <rneider AT web.de>
1367
1368         * src/pic16/glue.c (pic16_printGPointerType): fixed #1207796
1369
1370 2005-05-24 Raphael Neider <rneider AT web.de>
1371
1372         * device/include/pic16/pic18f{442,452,458}.h: fixed wrong
1373           TRISE definitions, closes bug #1162453
1374
1375 2005-05-22 Raphael Neider <rneider AT web.de>
1376
1377         * src/pic16/main.c (_process_pragma): check for missing
1378           arguments to pragmas code and udata
1379         * device/include/pic16/pic18f{2550,4331,4455,4520}.h:
1380           consistency fixes to match other headers (thanks to Jim Paris)
1381         * device/lib/pic16/libio/i2c.ignore: 18f4331 provides no I2C
1382
1383 2005-05-21 Maarten Brock <sourceforge.brock AT dse.nl>
1384
1385         * src/SDCCicode.c (isOperandEqual): fixed missing ;
1386
1387 2005-05-19 Maarten Brock <sourceforge.brock AT dse.nl>
1388
1389         * support/regression/tests/bug1198642.c: new test
1390         * src/SDCCicode.c (isOperandEqual): fixed bug 1198642
1391         * src/SDCCcse.c (findPrevIc): added comment, please have a look
1392         * support/scripts/resource.h,
1393         * support/scripts/resource.rc,
1394         * src/src.dsp: added sdcc.ico to project as icon for sdcc.exe
1395         * support/scripts/sdcc.ico: added 32x32 icon
1396
1397 2005-05-18 Raphael Neider <rneider AT web.de>
1398
1399         * device/lib/pic16/libdev/pic18f*.c,
1400         * device/include/pic16/pic18f*.h: updated "sfr" and "at X"
1401           keywords to "__sfr" and "__at (X)"
1402         * device/include/pic16/pic18fregs.h: added pic18f4520
1403         * src/pic16/pcode.c (pic16_pCode2str): fixed (?) bug
1404           #1203088 (MPLAB compatibility)
1405
1406 2005-05-17 Raphael Neider <rneider AT web.de>
1407
1408         * device/include/pic16/pic18f{2550,4331,4455,4520}.h: NEW
1409         * device/lib/pic16/libdev/pic18f{2550,4331,4455,4520}.c: NEW
1410         * device/lib/pic16/pics.all: added new devices
1411         * src/pic16/device.c: added support for pic18f4520
1412
1413 2005-05-16 Raphael Neider <rneider AT web.de>
1414         * src/pic16/gen.{c,h}: s/mov2f/pic16_mov2f made public
1415         * src/pic16/genarith.c (genAddLit): fixed bug 1202480
1416         * src/pic16/pcode.{c,h} (pic16_newpCodeOpBit_simple): NEW
1417           convenience function for bit access
1418
1419 2005-05-15 Maarten Brock <sourceforge.brock AT dse.nl>
1420
1421         * device/lib/printf_large.c: fixed bug 1193299
1422         * support/regression/tests/bug1057979.c: added test %3.3s
1423
1424 2005-05-15 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
1425
1426         * device/include/mcs51/8051.h,
1427         * device/include/mcs51/8052.h: made parseable with lint
1428         * device/include/mcs51/lint.h: added include file for (sp)lint
1429         * doc/sdccman.lyx: added doc about use of splint (syntax checking tool)
1430         * doc/cdbfileformat.lyx,
1431         * doc/test_suite_spec.lyx: hardcoded date to the date of last text change
1432
1433 2005-05-14 Raphael Neider <rneider AT web.de>
1434
1435         * device/lib/pic16/Makefile.common.in: add --optimize-df to OPT_FLAGS
1436         * device/lib/pic16/libc/stdlib/itoa.c (new)
1437         * device/lib/pic16/libc/stdlib/Makefile: have itoa.c built
1438         * device/lib/pic16/libio/Makefile: exclude subdir according to
1439           ${subdir}.ignore for certain PICs (lacking e.g. i2c)
1440         * device/lib/pic16/libio/i2c.ignore (new): pic18f1220 has no I2C support
1441         * src/pic16/gen.c (genFunction): prevent annoying warning
1442         * src/pic16/pcode.c: renamed stack_t to dynstack_t to prevent
1443           nameclashes on BeOS
1444         * support/cpp2/cppmain.c (cpp_output_string): new
1445         * support/cpp2/cpplib.c (_cpp_do__Pragma): fixed _Pragma(""),
1446           fixes bug 1116802
1447
1448 2005-05-13 Borut Razem <borut.razem AT siol.net>
1449
1450         * src/SDCCmain.c (linkEdit): fixed bug 1195202
1451
1452 2005-05-12 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
1453
1454         * .version: changed to version 2.5.1; back to bleeding edge development
1455
1456 2005-05-11 Borut Razem <borut.razem AT siol.net>
1457
1458         * doc/sdccman.lyx doc/cdbfileformat.lyx doc/test_suite_spec.lyx:
1459           generate PDF version 1.3 documents
1460
1461 2005-05-07 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
1462
1463         * .version: changed to version 2.5.0
1464
1465 2005-04-27 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
1466
1467         * doc/sdccman.lyx: updated weblinks, index and smaller updates
1468
1469 2005-04-26 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
1470
1471         * doc/sdccman.lyx: changed version 2.5.0, documented --std-c89,
1472         --std-sdcc89, --std-c99, --std-sdcc99, and the corresponding #pragmas, as
1473         well as many smaller updates.
1474         * .version: changed to version 2.5.0-pre1
1475
1476 2005-04-26 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
1477
1478         * src/SDCCmain.c (setIncludePath): added port->target to SDCC_INCLUDE_NAME
1479
1480 2005-04-26 Maarten Brock <sourceforge.brock AT dse.nl>
1481
1482         * support/regression/tests/bug1185672.c: added
1483         * src/mcs51/gen.c (aopGetUsesAcc, genCpl, genAnd, genOr, genXor): fixed
1484           bug 1185672
1485         * src/mcs51/gen.c (genCall): added comments, made it look safer
1486         * src/mcs51/gen.c (genEndFunction): simplified
1487
1488 2005-04-25 Maarten Brock <sourceforge.brock AT dse.nl>
1489
1490         * src/mcs51/ralloc.c (serialRegAssign): fixed bug 1189609
1491
1492 2005-04-14 Borut Razem <borut.razem AT siol.net>
1493
1494         * fixed bug 1045046 - SIGSEGV with really simple code?:
1495           src/pic/pcode.c (pCodeInitRegisters)- pseudo stack size increased to 16
1496           src/pic/ralloc.c (typeRegWithIdx) - error message on pseudo stack overflow
1497
1498 2005-04-14 Borut Razem <borut.razem AT siol.net>
1499
1500         * src/pic16/gen.c (genInline), src/pic16/main.c (_process_pragma),
1501           src/pic16/device.h: temporarily disabled experimental #inline pragma
1502           for 2.5.0 release
1503
1504 2005-04-14 Maarten Brock <sourceforge.brock AT dse.nl>
1505
1506         * device/include/z80/stdio.h,
1507         * device/include/z80/string.h: removed these highly incomplete files so
1508           SDCC can use the default ones in device/include/
1509
1510 2005-04-14 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
1511
1512         * src/mcs51/gen.c (genEndFunction): removed unused variable to fix
1513         gcc warning.
1514         * device/lib/Makefile.in: default PORTINCDIR to the mcs51 subdir to
1515         fix sdcpp warnings.
1516
1517 2005-04-12 Maarten Brock <sourceforge.brock AT dse.nl>
1518
1519         * device/include/malloc.h: removed redundant __reentrant prototypes
1520         * device/lib/_mullong.c: added working xstack variant in asm (C version
1521           doesn't pass regression tests)
1522         * device/lib/bpx.c: used __data and made bpx char for mcs51
1523         * src/SDCCast.c (decorateType): removed unused GPTYPE_IDATA,
1524           (createFunction): fixed bug with xstackPtr
1525         * src/SDCCcse.c: corrected comments
1526         * src/SDCCopt.c (convertToFcall): fixed warning in MSVC,
1527           (killDeadCode, eBBlockFromiCode): removed unused code
1528         * src/SDCCsymt.h: removed unused GPTYPE_GPTR and GPTYPE_IDATA,
1529           corrected comments
1530         * src/mcs51/gen.c (aopForSym, aopPut, toBoolean, unsaveRegisters,
1531           assignResultValue, genCall, genFunction, genEndFunction, genAnd,
1532           genOr, genXor, genAddrOf): fixed several bugs concerning xstack
1533           (genModOneByte): fixed warning in MSVC
1534         * src/mcs51/main.c (): added comments
1535         * src/mcs51/peeph.def: changed 129 to 129.a, added 129.b, 129.c & 129.d
1536
1537 2005-04-12 Maarten Brock <sourceforge.brock AT dse.nl>
1538
1539         * src/SDCCmain.c (linkEdit): oops, changed one line too many
1540
1541 2005-04-11 Maarten Brock <sourceforge.brock AT dse.nl>
1542
1543         * src/SDCCmain.c (linkEdit): fixed bug with finding crt0.o for z80
1544
1545 2005-04-10 Vangelis Rokas <vrokas AT users.sourceforge.net>
1546
1547         * src/pic16/glue.c (printIvalChar): fixed bug when emitting
1548         characters arrays of larger size than the declared one.
1549
1550 2005-04-10 Borut Razem <borut.razem AT siol.net>
1551
1552         * src/pic/gen.c (genInline),
1553           src/pic/pcode.c (newpCodeAsmDir), (pCode2str),
1554           (genericPrint), (unlinkpCodeFromBranch), (compareLabel),
1555           (findNextInstruction), (findPrevInstruction),
1556           (findInstructionUsingLabel),
1557           src/pic/pcode.h: fixed bug #1164907 - Labels not being recognized
1558         * src/pic/pcode.c (findLabel): added missing '\n'
1559         * src/src.dsp: added SDCCdwarf2.c to the project
1560
1561 2005-04-09 Borut Razem <borut.razem AT siol.net>
1562
1563         * support/scripts/sdcc.nsi: added include/hc08/* h to NSIS setup
1564
1565 2005-04-08 Raphael Neider <rneider AT web.de>
1566
1567         * src/pic16/pcode.c: added helpers defmapInsertAfter (insert a new item
1568           into the chain after a given one) and mergeDefmapSymbols (combine
1569           defmap entries for each symbol per pcode)
1570         * (createDefmap): have defmap entries merged in the end
1571         * (defmapReplaceSymRef): split defmap entries covering two accesses to
1572           a symbol before replacing one access type's symbol, merge symbols in
1573           the end (replacement symbol might already have an entry)
1574         * (assignValnums): keep reference to written WREG intact
1575
1576 2005-04-08 Raphael Neider <rneider AT web.de>
1577
1578         * src/pic16/pcode.c (struct defmap_s): named anonymous union (for
1579           Alpha)
1580
1581 2005-04-08 Vangelis Rokas <vrokas AT users.sourceforge.net>
1582
1583         * src/pic16/pcode.c (pic16_get_op2): enlarged size of array b to 128
1584         bytes
1585
1586 2005-04-07 Raphael Neider <rneider AT web.de>
1587
1588         * device/include/pic16/usart.h: added compatibility defines for
1589           devices with more than one USART
1590         * device/include/pic16/pic18f[68][567]20.h: activated above defines
1591
1592 2005-04-07 Maarten Brock <sourceforge.brock AT dse.nl>
1593
1594         * device/lib/Makefile.in: updated for port specific include
1595
1596 2005-04-07 Maarten Brock <sourceforge.brock AT dse.nl>
1597
1598         * support/regression/ports/mcs51/spec.mk: added mcs51 include
1599
1600 2005-04-07 Maarten Brock <sourceforge.brock AT dse.nl>
1601
1602         * device/include/8051.h,
1603         * device/include/8052.h,
1604         * device/include/at89S8252.h,
1605         * device/include/at89c55.h,
1606         * device/include/at89x051.h,
1607         * device/include/at89x51.h,
1608         * device/include/at89x52.h,
1609         * device/include/mcs51reg.h,
1610         * device/include/reg51.h,
1611         * device/include/reg764.h,
1612         * device/include/regc515c.h,
1613         * device/include/sab80515.h: (re)moved these 12 files
1614         * device/include/mcs51/8051.h,
1615         * device/include/mcs51/8052.h,
1616         * device/include/mcs51/at89S8252.h,
1617         * device/include/mcs51/at89c55.h,
1618         * device/include/mcs51/at89x051.h,
1619         * device/include/mcs51/at89x51.h,
1620         * device/include/mcs51/at89x52.h,
1621         * device/include/mcs51/mcs51reg.h,
1622         * device/include/mcs51/reg51.h,
1623         * device/include/mcs51/reg764.h,
1624         * device/include/mcs51/regc515c.h,
1625         * device/include/mcs51/sab80515.h: and added them here
1626
1627 2005-04-06 Maarten Brock <sourceforge.brock AT dse.nl>
1628
1629         * device/include/stdarg.h: changed SDCC specific keywords to double
1630           underlined form.
1631         * device/include/stdint.h: changed intptr_t and uintptr_t for others than
1632           mcs51 and ds390.
1633         * device/include/hc08/mc68hc908gp32.h,
1634         * device/include/hc08/mc68hc908jb8.h,
1635         * device/include/hc08/mc68hc908jkjl.h,
1636         * device/include/hc08/mc68hc908qy.h: fixed comments
1637         * device/include/mcs51/README: updated
1638         * device/include/mcs51/c8051f120.h: added PINRSF
1639         * device/lib/pic16/libc/stdlib/crc16.c: fixed comments
1640         * src/pic16/pcode.c: MSVC6 doesn't accept declaring new variables
1641           amidst code. Also inline is not supported.
1642
1643 2005-04-06 Raphael Neider <rneider AT web.de>
1644
1645         * src/pic16/pcode.c (pic16_pCodeReplace): also update pcflow->end
1646         * (createDefmap): fixed CALLs to depend on FSR1 and RETLW to restore
1647           callers stack/frame pointers
1648
1649 2005-04-06 Vangelis Rokas <vrokas AT users.sourceforge.net>
1650
1651         * device/include/pic16/usart.h: added, missing in previous commit,
1652         * device/include/pic16/adc.h: fixed typo,
1653         * device/lib/pic16/libc/utils/cvtdec.S: added missing in previous
1654         commit,
1655         * device/lib/pic16/libc/stdlib/g_ftoa.S: modified to include
1656         <p18fxxx.inc>
1657         * device/lib/pic16/libc/stdio/streams.c: leave stdin, stdout
1658         uninitialized because a bug appears with gplink
1659         * device/lib/pic16/{some makefiles}: moved $(CSTD) from CFLAGS to
1660         COMPILE_FLAGS and added CPPFLAGS with -nostdinc because sdcpp
1661         complains for unrecognised option
1662
1663 2005-04-05 Raphael Neider <rneider AT web.de>
1664
1665         * src/pic16/gen.c (pic16_popCopyReg): made copying work for extended
1666           structs as well (using memcpy)
1667         * (genFunction): fixed comparison, used pCodeOpLabel to reduce warning
1668           on ISRs (GOTO has no label)
1669         * src/pic16/device.h: added OF_OPTIMIZE_DF
1670         * src/pic16/main.c: added compiler switch --optimize-df to enable the
1671           new data flow analysis/optimization
1672         * src/pic16/pcode.c: added (prototypes for and implementation of)
1673           dataflow analysis functions, fixed pCodeInstructions' inCond and
1674           outCond values, made RCALL a branch instruction
1675         * (pic16_unlinkpCode): keep C line if possible
1676         * (pic16_pCodeUnlink): removed cast on left side of assignment, have
1677           C line moved if possible
1678         * (pic16_getRegFrompCodeOp): NEW, improved version of...
1679         * (pic16_getRegFromInstruction,pic16_getRegFromInstruction2): changed
1680           to use new pic16_getRegFrompCodeOp (works for more SFRs)
1681         * (pic16_BuildFlow): fixed skip instructions with label (did not start
1682           new flow)
1683         * (pic16_getJumptabpCode): NEW, needed in...
1684         * (LinkFlow): fixed handling of jumptables, calls and conditional
1685           branches
1686         * (pic16_InsertCommentAfter): NEW
1687         * (pic16_pCodeReplace): made verbose and flow preserving
1688         * (AnalyzeFlow): added call to data flow analysis
1689         * src/pic16/pcode.h: added defmaps to pCodeFlow struct
1690         * src/pic16/pcodeflow.h: added PCC_STATUS to mean all STATUS bits
1691         * src/pic16/ralloc.c (packRegsForAssign): added return 1 in the end
1692
1693 2005-04-03 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
1694
1695         * src/SDCCast.c (decorateType): fixed bug #1105626
1696
1697 2005-04-02 Vangelis Rokas <vrokas AT users.sourceforge.net>
1698
1699         * device/include/asm/pic16/features.h,
1700         * pic18f*.h headers,
1701         * device/include/pic16/adc.h,
1702         * device/include/pic16/delay.h,
1703         * device/include/pic16/i2c.h,
1704         * device/include/pic16/malloc.h,
1705         * device/include/pic16/stdio.h,
1706         * device/include/pic16/stdlib.h,
1707         * device/include/pic16/string.h,
1708         * device/lib/pic16/libc/stdio/printf_tiny.c,
1709         * device/lib/pic16/libc/stdio/printf_small.c,
1710         * device/lib/pic16/libc/stdio/strmgpsim.c,
1711         * device/lib/pic16/libc/stdio/strmmssp.c,
1712         * device/lib/pic16/libc/stdio/strmusart.c,
1713         * device/lib/pic16/libc/stdio/vfprintf.c,
1714         * device/lib/pic16/libc/stdlib/ltoa.c,
1715         * device/lib/pic16/libc/stdlib/putchar.c,
1716         * device/lib/pic16/libc/stdlib/x_ftoa.c,
1717         * device/lib/pic16/libc/stdlib/memchrpgm.c,
1718         * device/lib/pic16/libc/stdlib/memchrram.c,
1719         * device/lib/pic16/libc/stdlib/memcpypgm2ram.c,
1720         * device/lib/pic16/libc/stdlib/memcpyram2ram.c,
1721         * device/lib/pic16/libio/adc/adcbusy.c,
1722         * device/lib/pic16/libio/adc/adcread.c,
1723         * device/lib/pic16/libio/adc/adcsetch.c,
1724         * device/lib/pic16/libio/usart/ubaud.c,
1725         * device/lib/pic16/libio/usart/ubusy.c,
1726         * device/lib/pic16/libio/usart/udrdy.c,
1727         * device/lib/pic16/libio/usart/uopen.c,
1728         * device/lib/pic16/libio/usart/uputc.c,
1729         * device/lib/pic16/libsdcc/gptr/gptrget1.c,
1730         * device/lib/pic16/libsdcc/gptr/gptrget2.c,
1731         * device/lib/pic16/libsdcc/gptr/gptrget3.c,
1732         * device/lib/pic16/libsdcc/gptr/gptrget4.c,
1733         * device/lib/pic16/libsdcc/gptr/gptrput1.c,
1734         * device/lib/pic16/libsdcc/gptr/gptrput2.c,
1735         * device/lib/pic16/libsdcc/gptr/gptrput3.c,
1736         * device/lib/pic16/libsdcc/gptr/gptrput4.c: modified all SDCC
1737         specific keywords to double underlined form,
1738         * device/lib/pic16/libc/Makefile.rules,
1739         * device/lib/pic16/libsdcc/Makefile.rules,
1740         * device/lib/pic16/libm/Makefile,
1741         * device/lib/pic16/libio/Makefile.rules: added CSTD macro in CFLAGS
1742         to compile with C standard set in Makefile.common
1743         * device/lib/pic16/libc/stdlib/Makefile: added new C sources
1744         rand.c and crc.c in compilation process,
1745         * device/lib/pic16/libsdcc/int/divuint.c,
1746         * device/lib/pic16/libsdcc/long/divulong.c: changed declaration of
1747         `c' from signed to unsigned,
1748         * device/lib/pic16/startup/crt0.c,
1749         * device/lib/pic16/startup/crt0i.c,
1750         * device/lib/pic16/startup/crt0iz.c: adopted to all SDCC specific
1751         keywords to double underlined form, bug fixes in _do_cinit function
1752         which prevented the correct initialization of the .idata segment,
1753         * src/pic16/pcoderegs.c (insideLRBlock): fixed a bug that caused the
1754         core to enter a infinite loop
1755         * device/lib/pic16/libc/stdlib/rand.c, crc.c: new files
1756
1757 2005-04-02 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
1758
1759         * src/SDCCicode.c (getArraySizePtr): fixed bug #1122171
1760
1761 2005-04-01 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
1762
1763         * device/include/Makefile.in: add support for hc08 subdirectory
1764         * device/include/hc08/: new subdirectory
1765         * device/include/hc08/mc68hc908jkjl.h: new header contributed by
1766         Lucas Loizaga, thanks!
1767         * device/include/hc08/mc68hc908qy.h,
1768         * device/include/hc08/mc68hc908gp32.h,
1769         * device/include/hc08/mc68hc908jb8.h: moved hc08 register defs to
1770         their own directory. Changed internal macro names to use the compiler
1771         reserved namespace. Changed SDCC specific keywords to double
1772         underlined form.
1773         * device/include/math.h,
1774         * device/include/malloc.h,
1775         * device/include/stdarg.h,
1776         * device/include/stdbool.h
1777         * device/include/string.h,
1778         * device/include/tinibios.h,
1779         * device/include/ds400rom.h,
1780         * device/include/8051.h,
1781         * device/include/8052.h,
1782         * device/include/80c51xa.h,
1783         * device/include/at89c55.h,
1784         * device/include/at89S8252.h,
1785         * device/include/at89x51.h,
1786         * device/include/at89x52.h,
1787         * device/include/ds80c390.h,
1788         * device/include/reg764.h,
1789         * device/include/regc515c.h,
1790         * device/include/sab80515.h,
1791         * device/include/mcs51/c8051f000.h,
1792         * device/include/mcs51/c8051f018.h,
1793         * device/include/mcs51/c8051f020.h,
1794         * device/include/mcs51/c8051f040.h,
1795         * device/include/mcs51/c8051f060.h,
1796         * device/include/mcs51/c8051f120.h,
1797         * device/include/mcs51/c8051f300.h,
1798         * device/include/mcs51/c8051f310.h,
1799         * device/include/mcs51/c8051f320.h,
1800         * device/include/mcs51/c8051f330.h,
1801         * device/include/mcs51/c8051f350.h,
1802         * device/include/z180.h: Changed SDCC specific keywords to double
1803         underlined form.
1804
1805 2005-03-31 Vangelis Rokas <vrokas AT users.sourceforge.net>
1806
1807         * src/pic16/device.c (Pics16[]): added devices 18F2550, 18F4331,
1808         18F4455,
1809         * (pic16_assignConfigWordValue): disable testing of configuration
1810         register value with config mask,
1811         * src/pic16/gen.c (pic16_testStackOverflow): prefix stack test
1812         function with port->fun_prefix,
1813         * (genFunction): when generating a naked interrupt function never
1814         create an absolute segment placed in interrupt vector address, place
1815         the actual interrupt function at IVA instead, when an interrupt
1816         function is generated with unspecified interrupt then do not create
1817         the absolute section,
1818         * (genGenPointerGet, genGenPointerSet, genPackBits): replace all
1819         code for generating a call to generic pointer get/put function with
1820         a call to function pic16_callGenericPointer(),
1821         * src/pic16/genutils.c (pic16_callGenericPointerRW): NEW, generates
1822         the call to the generic pointer get/put functions with prefixing the
1823         function name with port->fun_prefix,
1824         * src/pic16/glue.c (pic16glue): ifdef-out test of OF_LR_SUPPORT,
1825         * src/pic16/main.c (_process_pragma): prefix function with
1826         port->fun_prefix,
1827         * (_pic16_finaliseOptions): define macro __18Fxxxx macro when
1828         calling assembler, old 18Fxxxx macro is deprecated,
1829         * src/pic16/pcode.c (unlinkpCodeFromBranch): added PC_INLINE and
1830         PC_ASMDIR in while condition,
1831         * (findInstruction): add PC_ASMDIR in while condition,
1832         * (buildCallTree): prefix main with port->fun_prefix,
1833         * (pic16_pCode2str): fixed bug that didn't emit the memory access
1834         identifier for variable with banked access in instructions BTFSS,
1835         BTFSC, BCF, BSF, BTG
1836         * (AnalyzeFlow): moved call to OptimizepCode to pic16_AnalyzeBanking,
1837         * src/pic16/pcodepeep.c (pCodeOpCompare): increase size of b to 1024,
1838         * src/pic16/pcoderegs.c (pic16_pCodeRegoptimizeRegUsage): don't
1839         perform optimization when enviroment variable NO_REG_OPT is set,
1840         * (insideLRBlock): NEW, return 1 if register is inside an
1841         INF_LOCALREGS block,
1842         * (RemoveRegFromLRBlock): remove a register that is completely
1843         eliminated by register optimization, but it is still left in local
1844         register store/restore in/from stack block,
1845         * (Remove2pcodes): after removing register, check to see if it
1846         should be removed from local register store/restore in/from stack
1847         block,
1848         * src/pic16/ralloc.c (pic16_decodeOp): added decode for
1849         DUMMY_READ_VOLATILE,
1850
1851         * device/include/pic16/adc.h: minor prototype modifications and
1852         update,
1853         * device/include/pic16/malloc.h: added GPL notice various
1854         modifications,
1855         * device/include/pic16/stdint.h: NEW, standard header for ints
1856         * device/include/pic16/delay.h: NEW, header for delay functions,
1857         delay10tcy, delay100tcy, delay1ktcy, delay10ktcy, delay100ktcy,
1858         delay1mtcy,
1859         * device/include/pic16/signal.h: NEW, header providing helper macros
1860         for implementing signal handlers,
1861         * device/include/pic16/stdio.h: added prototypes for functions,
1862         printf, vprintf, sprintf, vsprintf, fprintf, vfprintf. Added
1863         prototypes for stdin and stdout, added macro PUTCHAR to
1864         automatically implement putchar function prototype,
1865         * device/include/pic16/usart.h: modified and updated USART library,
1866         * device/lib/pic16/libio/adc/,
1867         * device/lib/pic16/libio/i2c: some modifications to improve library
1868         performance,
1869         * device/lib/pic16/libc/stdio/: modifications for the new printf*
1870         family of functions,
1871         * device/lib/pic16/libc/stdlib/: various modifications in the malloc
1872         family of functions and other sources,
1873         * device/lib/pic16/libio/usart/: NEW, c sources for the usart module
1874         of the PIC18Fxx[28] devices,
1875         * device/lib/pic16/libc/delay/: NEW, c sources for the delay functions,
1876         * device/lib/pic16/libc/utils/: minor modifications in the .S sources,
1877         * device/lib/pic16/startup/{crt0i.c, crt0iz.c}: redesign of the
1878         _do_cinit function, because the previous failed when local variables
1879         where not placed in the same memory bank,
1880         * device/lib/pic16/libsdcc/char/: various modifications to improve
1881         library performance,
1882         * doc/sdccman.lyx: some reorganization of the PIC16 part, added many
1883         information on the new functions of the c library and more...
1884
1885 2005-03-28 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
1886
1887         * src/SDCCBBlock.c (iCodeBreakDown): fixed bug #1170212
1888
1889 2005-03-26 Raphael Neider <rneider AT web.de>
1890
1891         * src/pic16/gen.c (genSkipc): fixed semantics (execute branch
1892           if condition == CARRY)
1893         * (genCmp): adapted to new genSkipc semantics
1894         * src/pic16/genutils.c (pic6_genCmp_special): removed side effect
1895           on rIfx (genCmp was broken)
1896
1897 2005-03-26 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
1898
1899         * src/SDCCmain.c (setDefaultOptions, optionsTable[], parseCmdLine),
1900         * src/z80/main.c (_keywords[]),
1901         * src/SDCCglobal.h (struct options),
1902         * src/SDCC.y,
1903         * src/SDCC.lex (isTargetKeyword, doPragma, pragma_tbl[]): new pragmas
1904         to enable/disable SDCC and C99 extensions/keywords (std_c89, std_sdcc89,
1905         std_c99, std_sdcc99). Also, equivalent command line options (--std-c89,
1906         --std-sdcc89, --std-c99, --std-sdcc99). SDCC specific keywords are
1907         always available in leading double underscore form. The C99 support is
1908         mostly missing, but it's a start.
1909         * support/regression/tests/bug-227710.c: fixed nonconforming use of
1910         reserved identifier "__data".
1911
1912 2005-03-24 Maarten Brock <sourceforge.brock AT dse.nl>
1913
1914         * src/mcs51/peeph.def: fixed bug 1170013
1915
1916 2005-03-22 Maarten Brock <sourceforge.brock AT dse.nl>
1917
1918         * device/include/mcs51reg.h: fixed bug 842007
1919
1920 2005-03-21 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
1921
1922         * src/SDCCcflow.c (dfNumCompare): committed the wrong version of this
1923         last time.
1924
1925 2005-03-20 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
1926
1927         * src/port.h (struct PORT),
1928         * src/avr/ralloc.c (avr_assignRegisters),
1929         * src/avr/main.c,
1930         * src/ds390/ralloc.c (ds390_assignRegisters),
1931         * src/ds390/main.c,
1932         * src/hc08/ralloc.c (hc08_assignRegisters),
1933         * src/hc08/main.c,
1934         * src/mcs51/ralloc.c (mcs51_assignRegisters),
1935         * src/mcs51/main.c,
1936         * src/pic/ralloc.c (pic14_assignRegisters),
1937         * src/pic/main.c,
1938         * src/pic16/ralloc.c (pic16_assignRegisters),
1939         * src/pic16/main.c,
1940         * src/xa51/ralloc.c (xa51_assignRegisters),
1941         * src/xa51/main.c,
1942         * src/z80/ralloc.c (z80_assignRegisters),
1943         * src/z80/ralloc.h,
1944         * src/SDCCopt.c (eBBlockFromiCode, replaceRegEqv, killDeadCode),
1945         * src/SDCCcse.c (ifxOptimize, cseBBlock, cseAllBlocks),
1946         * src/SDCCcse.h,
1947         * src/SDCCdflow.c (computeDataFlow),
1948         * src/SDCCdflow.h,
1949         * src/SDCCloop.c (addDefInExprs, loopInvariants, loopOptimizations),
1950         * src/SDCCloop.h,
1951         * src/SDCCcflow.c (*),
1952         * src/SDCCcflow.h,
1953         * src/SDCCBBlock.c (iCodeBreakDown, dumpEbbsToFileExt, eBBWithEntryLabel),
1954         * src/SDCCBBlock.h (struct ebbIndex): new struct that keeps two copies
1955         of the eBBlock list, sorted by both bbnum and dfnum. (fixes bug with
1956         immedDom() returning wrong block; probably fixes bug #1160833)
1957
1958 2005-03-20 Borut Razem <borut.razem AT siol.net>
1959
1960         * support/scripts/inc2h.pl: WIN32 port
1961
1962 2005-03-19 Maarten Brock <sourceforge.brock AT dse.nl>
1963
1964         * device/lib/makefile.in: added abs.c and labs.c
1965
1966 2005-03-17 Maarten Brock <sourceforge.brock AT dse.nl>
1967
1968         * device/include/stdint.h: added
1969         * device/lib/abs.c: added
1970         * device/lib/labs.c: added
1971         * device/include/stdlib.h: added abs() and labs() prototypes
1972         * device/lib/libsdcc.lib: added abs and labs
1973         * device/include/float.h,
1974         * device/lib/_fsmul.c,
1975         * device/lib/printf_fast.c,
1976         * device/lib/printf_tiny.c: updated comments
1977
1978 2005-03-16 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
1979
1980         * src/SDCCicode.c (geniCodeSwitch, geniCodeJumpTable): fixed
1981         bug #1164313
1982
1983 2005-03-16 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
1984
1985         * src/SDCCcse.c (cseBBlock): retain assignment to self when volatile
1986         * src/SDCCast.c (isLoopCountable): fixed bug #1161985
1987
1988 2005-03-15 Maarten Brock <sourceforge.brock AT dse.nl>
1989
1990         * device/lib/printf_large.c: removed inline assembly for portability and
1991           readability. Use printf_fast if speed or size are more important.
1992         * src/pic16/gen.c: removed conditions around use of DEBUGpc
1993         * src/pic16/genutils.h: added define for DEBUGpc for MSVC
1994
1995 2005-03-15 Vangelis Rokas <vrokas AT users.sourceforge.net>
1996
1997         * src/pic16/genutils.c (pic16_genCmp_special): initialized offs to
1998         prevent compiler warning
1999
2000 2005-03-14 Vangelis Rokas <vrokas AT users.sourceforge.net>
2001
2002         * device/lib/pic16/startup/crt0i.c (_cinit): local variables where
2003         moved to level 0 and declared as static. Also they are explicit
2004         placed in access bank. This was necessery because some times they
2005         might cross memory bank boundaries. crt0iz.c is *NOT* updated!!!
2006         * src/pic16/device.h: added flag OPTIMIZE_CMP to enable some compare
2007         optimizations. Currently only compare to unsigned char is implemented,
2008         * src/pic16/gen.c: added fReturnIdx array,
2009         * (struct resolvedIfx) is moved to gen.h and made public,
2010         * (struct _G): added sregsAlloc and sregsAllocSet fields,
2011         * (aopForSym): added an optimization to directly store in stack of
2012         the operand of a SEND iCode,
2013         * (pic16_aopOp): don't return return registers as strings (AOP_STR)
2014         but as registers instead (AOP_REG) using the fReturnIdx array,
2015         * (pic16_freeAsmop): remove the freed register from the
2016         _G.sregsAlloc field,
2017         * (pic16_aopGet): in case AOP_STR, the compare to 'a' is changed to
2018         a compare of 'WREG',
2019         * (pic16_popGetTempRegCond): changed function prototype, now
2020         function takes also a bitVector argument v which holds the current
2021         set of registers that are allocated for stack access by aopForSym,
2022         registers allocated in aopForSym for accessing stack symbols are not
2023         any more part of the functions usedRegs field,
2024         * (genCall): some times aopOp is called for a stack variable to be
2025         send, aopForSym might perform the push, if this is true make sure
2026         that genCall doesn't push the variable twice by testing _G.resDirect,
2027         * (genFunction): changed testing for unspecified interrupt number
2028         from 256 to INTNO_UNSPEC,
2029         * modified selection scheme of frame pointer generation. Previously
2030         if function did use local registers a frame pointer was generated,
2031         now a frame pointer is generated only if function has arguments
2032         (that need PLUSW2 register access), or has stack arguments, or the
2033         compiler is not instructed to omit the frame pointer,
2034         * (genEndFunction): before restoring local registers that were saved
2035         in the function preamble, also restore the registers that *might*
2036         have been allocated for stack access,
2037         * (genRet): removed some old comments,
2038         * (genCmp, the active (RN's) version): added a call to the
2039         pic16_genCmp_special function to perform the compare with a more
2040         robust and optimized way,
2041         * (genInline): a feature has been added in inline code generation,
2042         which allows a wildcard variable substitution when writing inline
2043         assembly. Code is incomplete and experimental therefore undocumented,
2044         * (genCast): changed order of aopOp for result and right to allow
2045         aopForSym to directly load the result if possible,
2046         * src/pic16/genutils.c (selectCompareOp, pic16_genCmp_special): NEW,
2047         perform an optimized compare on some selected special occasions,
2048         * src/pic16/genutils.h: declaration of resolvedIfx structure from gen.c,
2049         * src/pic16/glue.c (pic16createInterrupVect): make sure we never
2050         generate an IVT any more,
2051         * src/pic16/main.c (pic16_optionsTable): added command line option
2052         --optimize-cmp,
2053         * (_pic16_initPaths): when calling C preprocessor define pic18fXXXX
2054         macro too, when calling assembler define pic18fXXXX *and* __18Fxxxx
2055         macros,
2056         * src/pic16/NOTES: Raphael Neider added in list of active developers
2057         * src/pic16/pcode.c (OPT_TYPE_STR): added strings jumptable_begin and
2058         jumptable_end to prevent bug #,
2059         * (pic16_pciADDWFC, ADDFWC, COMF, CLRF): added some missing flags in
2060         inCond and outCond fields,
2061         * src/pic16/pcoderegs.c (pCodeOptime2pCodes): add a fix for bug #,
2062         * src/pic16/ralloc.c (serialRegAssign): explicit set willCS to 0 to
2063         turn off register spilling,
2064         * (packRegsForOneUse): synced with other ports' versions although it
2065         is not used currently,
2066         * (pic16_packRegisters): added an optimization while reading
2067         structure bitfields, some registers may be saved (malloc code is
2068         decreased by 80 bytes)
2069
2070 2005-03-12 Vangelis Rokas <vrokas AT users.sourceforge.net>
2071
2072         * src/SDCCcse.c (cseBBlock): inside 'do operand lookup' loop test if
2073         left is a bitfield, if yes, then don't optimize assignment. Perhaps
2074         this can be optimized more?
2075
2076 2005-03-10 Raphael Neider <rneider AT web.de>
2077
2078         * src/pic16/gen.c (pic16_loadFSR0, genPackBits, genUnpackBits,
2079           genNearPointerGet): (hopefully) fixed access to bitfields via
2080           pointers (p->bitN = x; and x = p->bitN; failed)
2081
2082 2005-03-09 Paul Stoffregen <paul AT pjrc.com>
2083
2084         * device/lib/printf_fast.c: fix leading zero format, eg "%02d"
2085
2086 2005-03-09 Raphael Neider <rneider AT web.de>
2087
2088         * src/SDCCopt.c (killDeadCode): fixed bug #1156016
2089
2090 2005-03-06 Maarten Brock <sourceforge.brock AT dse.nl>
2091
2092         * src/SDCCicode.h: moved CRITICAL and ENDCRITICAL from SKIP_IC2 to SKIP_IC
2093         * src/mcs51/ralloc.c (willCauseSpill): added check for REG_BIT type,
2094           (regTypeNum): set REG_BIT type if necessary
2095         * src/mcs51/ralloc.h: added define REG_BIT, used to fix bug 1144613
2096         * support/regression/tests/critical.c: check bug 1144613
2097
2098 2005-03-02 Raphael Neider <rneider AT web.de>
2099
2100         * src/pic16/gen.c (genRightShiftLiteral): fixed bug #1154256
2101
2102 2005-02-26 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
2103
2104         * src/avr/ralloc.c (serialRegAssign),
2105         * src/ds390/ralloc.c (serialRegAssign),
2106         * src/hc08/ralloc.c (serialRegAssign),
2107         * src/mcs51/ralloc.c (serialRegAssign),
2108         * src/pic/ralloc.c (serialRegAssign),
2109         * src/pic16/ralloc.c (serialRegAssign),
2110         * src/xa51/ralloc.c (serialRegAssign),
2111         * src/z80/ralloc.c (serialRegAssign): fixed bug #1105154
2112
2113 2005-02-22 Maarten Brock <sourceforge.brock AT dse.nl>
2114
2115         * src/SDCCast.c (decorateType): fixed bug 1124787
2116
2117 2005-02-20 Hubert Sack <sack AT digiplan.de>
2118         committed by Frieder Ferlemann <Frieder.Ferlemann AT web.de>
2119
2120         * src/mcs51/peeph.def: added peepholes 3.h-k and 132.a-f from
2121         patch #1121755
2122
2123 2005-02-20 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
2124
2125         * src/SDCCpeeph.def: new keyword "labelRefCountChange" which allows peepholes
2126         to keep the correct label reference count when adding/removing references
2127         to labels. A peephole file using this is appended to patch #1144962.
2128
2129 2005-02-14 Raphael Neider <rneider AT web.de>
2130
2131         * device/lib/pic16/libc/string/memccpy.c: changed 3rd argument to char
2132         * src/SDCC.lex (process_pragma): fixed to make disable_warning work for PIC16
2133         * src/pic16/gen.c (aopForSym, calls to pic16_aopOp): prevent unneccessary
2134           retrievals of result operand's value on assignment
2135
2136 2005-02-13 Vangelis Rokas <vrokas AT otenet.gr>
2137
2138         * device/include/pic16/string.h: modified prototype for memccpy()
2139         to memccpy(void *, void *, char, size_t)
2140         * src/pic16/gen.c (genFunction, genEndFunction): reenable if-case to
2141         check whether to omit frame pointer or not,
2142         * (genInline): convert all occurences of "\n" to LF in inline
2143         assembler blocks, this helps formatting the inline text,
2144         * (pic16_loadFSR0): modified prototype,
2145         * (genNearPointerGet, genNearPointerSet): reorganization of code,
2146         removed some 8051 legacy code,
2147         * (genPackBits): enabled handling bitfields exceeding one byte in size,
2148         * src/pic16/ralloc.c (pic16_assignRegisters): clear dynrIdx variable
2149         before allocating temporary registers in functions,
2150
2151 2005-02-11 Maarten Brock <sourceforge.brock AT dse.nl>
2152
2153         * support/regression/tests/bitvars.c: corrected the "fix"
2154
2155 2005-02-10 Maarten Brock <sourceforge.brock AT dse.nl>
2156
2157         * support/regression/tests/bitvars.c,
2158         * support/regression/tests/bitwise.c,
2159         * support/regression/tests/rotate.c: "fixed" problems on Alpha
2160
2161 2005-02-10 Raphael Neider <rneider AT web.de>
2162
2163         * src/pic16/pcode.c (assignToSameBank) : fixed cast to pointer of
2164           different size for Alpha
2165         * src/pic16/gen.c (genCmpEq) : improved compare with 0
2166
2167 2005-02-09 Raphael Neider <rneider AT web.de>
2168
2169         * src/SDCC.lex(doPragma) : save and restore warning options as well
2170           (also added new stack plus clone- and copyAndFreeSDCCERRG())
2171         * have #pragma less_pedantic set the errorlevel to WARNING
2172           (fixes #1117001)
2173         * (cloneOptimize) : fixed wrong malloc's size
2174         * support/Util/SDCCerr.[ch] : made SDCCERRG globally accessible to
2175           facilitate correct handling of #pragma (save|restore)
2176
2177 2005-02-09 Maarten Brock <sourceforge.brock AT dse.nl>
2178
2179         * src/mcs51/gen.c: removed non-standard C nameless struct/union
2180
2181 2005-02-04 Slade Rich <slade_rich AT users.sourceforge.net>
2182
2183         * src/pic/gen.c : Fix for bugs #1080519 & #1115662.
2184
2185 2005-02-03 Maarten Brock <sourceforge.brock AT dse.nl>
2186
2187         * device/include/mcs51/c8051f120.h: added declarations for sbit port 2,3&4
2188
2189 2005-02-02 Raphael Neider <rneider AT web.de>
2190
2191         * src/SDCCast.c (processParms): disabled W_NONRENT_ARGS for pic16 port
2192         * src/pic16/gen.c (aopForSym): reenabled special case for function pointers
2193         * (pic16_storeForReturn): fixed to allow returning function pointers
2194         * (genPackBits): improved accessing full bytes, implemented for GPOINTERs
2195         * device/include/pic16/{stddef.h,stdbool.h}: added
2196
2197 2005-02-02 Maarten Brock <sourceforge.brock AT dse.nl>
2198
2199         * device/include/mcs51/c8051f040.h: added define CPT2_PAGE
2200
2201 2005-02-01 Slade Rich <slade_rich AT users.sourceforge.net>
2202
2203         * src/pic16/pic16.dsp : Added file graph.c to make it compile under windows
2204         * src/pic16/Makefile.bcc : Do not use this file but added file graph.c as it
2205          appeared to be required
2206
2207 2005-01-31 Borut Razem <borut.razem AT siol.net>
2208
2209         * support/scripts/sdcc.nsi: added include/asm/ds390, include/asm/mcs51,
2210           include/mcs51 and include/z80 directories to the package
2211
2212 2005-01-26 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
2213
2214         * src/hc08/gen.c (genFunction): fixed bug #1112752
2215
2216 2005-01-30 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
2217
2218         * src/mcs51/peeph.def: adapted peephole 258.x to changed gen.c (genAnd)
2219
2220 2005-01-29 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
2221
2222         * src/mcs51/gen.c (genAnd): accessing LSB/MSB by rotating acc
2223
2224 2005-01-29 Maarten Brock <sourceforge.brock AT dse.nl>
2225
2226         * device/include/Makefile.in: create/copy mcs51 and z80 include subdirs
2227
2228 2005-01-27 Maarten Brock <sourceforge.brock AT dse.nl>
2229
2230         * device/include/c8051fxxx.h: removed these 6 files
2231         * device/include/mcs51/c8051fxxx.h: added these 11 new files
2232
2233 2005-01-26 Raphael Neider <rneider AT web.de>
2234
2235         * src/pic16/gen.c (genAssign): fixed assignment from longs
2236           in codespace (were cut to three bytes)
2237         * (genDummyRead): implemented (except for CODESPACE...),
2238           fixed bug #1108575
2239         * src/pic16/glue.c (emitStatistics): beautified
2240         * device/lib/pic16/libm/Makefile: added include path
2241
2242 2005-01-26 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
2243
2244         * src/z80/gen.c (aopPut): fixed bug #1103902
2245
2246 2005-01-25 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
2247
2248         * device/lib/expf.c: fixed bug #1095792
2249
2250 2005-01-24 Vangelis Rokas <vrokas AT otenet.gr>
2251
2252         * device/lib/pic16/libm: added Math library sources
2253
2254 2005-01-24 Raphael Neider <rneider AT web.de>
2255
2256         * src/pic16/pcode.h: added second memory operand to pCodeOpReg
2257           to enable upcast to pCodeOpReg2 (there is no type tag to
2258           differenciate the two and pic16_popGet2p cast into PCOR2)
2259         * src/pic16/main.c (_process_pragma): fixed another malloc bug
2260           (sizeof(sectNames) changed to sizeof(sectName))
2261           Both patches fix segfaults under MinGW.
2262
2263 2005-01-23 Raphael Neider <rneider AT web.de>
2264
2265         * src/pic16/{device.c,pcode.c}: s/free/Safe_free/g for
2266           Safe_[mc]?alloc()'ed variables
2267         * src/pic16/gen.c (pic16_aopOp,pic16_popGet): added handling
2268           of (byte sized) temporaries (assign them to WREG for now)
2269         * src/pic16/main.c (_process_pragma): fixed nasty malloc bug
2270           (used sizeof(set *sectSyms) instead of sizeof(struct sectSym)),
2271           this might fix SIGSEGVs on MinGW...
2272         * src/SDCCopt.c (killDeadCode): restored original behaviour
2273           (volatile operands might get thrown away though)
2274
2275 2005-01-23 Vangelis Rokas <vrokas AT otenet.gr>
2276
2277         * src/pic16/gen.c: fixed bug #1106975,
2278         * src/pic16/gen.c: fixed possible bug #1102572, now during TOS
2279         pointer update, INTCON is saved, global interrupts are disabled and
2280         restored after updateing TOS.
2281         * src/SDCC.y, src/SDCC.lex, src/SDCCsymt.c, src/SDCCsymt.h:
2282         * added function attribute 'shadowregs' to take advantage of shadow
2283         registers,
2284         * added function attribute 'wparam' as an alternative to the wparam
2285         pragma,
2286         * support/Utils/SDCCerr.[ch]: added error E_SHADOWREGS_NO_ISR when
2287         user declares a non-ISR function as 'shadowregs',
2288         * doc/sdccman.lyx: updated to reflect recent changes of pic16 port
2289
2290 2005-01-22 Vangelis Rokas <vrokas AT otenet.gr>
2291
2292         * .version: bumped version number to 2.4.8
2293         * device/lib/pic16/pics.all: list of PIC18F devices supported by
2294         pic16 port,
2295         * device/lib/pic16/libio/i2c/: I2C module support library,
2296         * device/include/pic16/i2c.h: I2C support library header,
2297         * device/lib/pic16/libc/stdio/: standard IO support sources,
2298         * (printf_small.c): printf_small() source, supports float print,
2299         * (printf_tiny.c): printf_tiny() source, does not support floats,
2300         * device/lib/pic16/Makefile.common.in: added OPT_FLAGS macro to
2301         enable global optimizations for entire library source, other
2302         Makefiles in the source tree are also modified to reflect this,
2303         * device/lib/pic16/libc/stdlib/putchar.c (putchar): dummy putchar()
2304         function,
2305         * doc/sdccman.lyx: updated to reflect new changes,
2306         * src/pic16/gen.c (aopForSym): don't handle sym->iaccess in
2307         sym->onStack if-case,
2308         * src/pic16/main.c (_pic16_keywords): commented out keywords bit,
2309         sbit, idata, _idata, xdata, _xdata,
2310         * added pragma library, to link an external library, (see doc),
2311         * removed command line options, --pomit-config-words, --pomit-ivt,
2312         --pleave-reset-vector,
2313         * (pic16_finaliseOptions): when define macro SDCC_MODEL_{SMALL/LARGE}
2314         when calling assembler to reflect memory model used, also define
2315         macro STACK_MODEL_{SMALL/LARGE} when compiling and assembling to
2316         reflect stack model used,
2317         * src/pic16/ralloc.c (pic16_allocDirReg): when operand is allocated
2318         on stack return NULL,
2319
2320 2005-01-22 Daniel Winkler <post AT danielwinkler.de>
2321
2322         * src/SDCCopt.c (killDeadCode): do not throw iCodes away if one
2323           of the operands is volatile. Fixes #1020220
2324
2325 2005-01-22 Daniel Winkler <post AT danielwinkler.de>
2326
2327         * src/pic16/pcoderegs.c (pCodeOptime2pCodes): reenabled optimization
2328         * (OptimizeRegUsage): make sure that there is really no other flow where
2329           the first pCode is used
2330
2331 2005-01-22 Raphael Neider <rneider AT web.de>
2332
2333         * src/pic16/pcoderegs.c (pCodeOptime2pCodes): disabled optimization
2334           to fix #1106967 (pCode->seq are not set up correctly)
2335
2336 2005-01-22 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
2337
2338         * src/SDCCglue.c (glue): make sure code area is declared before the
2339         static initialization area.
2340
2341 2005-01-21 Raphael Neider <rneider AT web.de>
2342
2343         * device/lib/Makefile.in: fixed test for pic16 install dir
2344         * device/lib/pic16/*/Makefile*: modified compile flags to enable
2345           optimizations
2346         * doc/sdccman.lyx: updated banksel optimization, removed --flr-support and
2347           added --optimize-goto compiler switch and pragma wparam documentation
2348         * src/pic16/pcode.c (pic16_OptimizeBanksel): removed statistics dump
2349         * src/pic16/pcodepeep.c (pic16_pCodeOpCopy): fixed copying of WREG, PRODL
2350           and PRODH closing bug #1071770 (peephole optimizer)
2351
2352 2005-01-19 Raphael Neider <rneider AT web.de>
2353
2354         * src/SDCCglobl.h: ensure that PATH_MAX >= 2048 to guarantee
2355           cmdLine buffers (used when calling sdcpp...) are large enough
2356           (MAX_PATH=256 truncates arguments leading to system halts when
2357           used in MinGW...)
2358         * src/pic16/gen.c (pic16_sameRegs): relaxed size criterion
2359         * (genUminus): rewritten to for efficiency
2360         * (genNearPointer[GS]et): enforce reloading of FSR0 (was still
2361           used uninitialized in some cases)
2362         * (genCast): upcasting a 16bit int to a 24bit GPOINTER may not
2363           copy the third byte from the int -- now assumes 0x80 (data memory)
2364         * src/pic16/genarith.c (pic16_genPlus): fixed bug when swapping
2365           operands (genAddLit expects the iCode's operands to swapped as
2366           well), fixed leftover bytes (crashed for short left operands)
2367         * (pic16_genMinusDec): performance improvements, removed false
2368           PIC14 emitSKPNCs
2369         * (pic16_genMinus): fixed to cope with differently sized operands
2370         * src/pic16/glue.c (pic16_glue): added new banksel optimization
2371           for --obanksel > 1
2372         * src/pic16/pcode.c: implemented (first phase of) banksel optimization
2373         * src/pic16/graph.[ch]: implementation of directed graphs, used by
2374           new banksel optimization
2375         * src/pic16/pcoderegs.c (pCodeRegMapLiveRangesInFlow): prevented
2376           analysis for temporary registers (segfaults...)
2377         * src/pic16/peeph.def: added rule
2378
2379 2005-01-18 Vangelis Rokas <vrokas AT otenet.gr>
2380
2381         * device/lib/pic16/libc/stdlib/x_ftoa.c: it defines x_ftoa function
2382         which converts a float number to its ASCII representation
2383         * device/lib/pic16/libc/utils/cnvfrac.S,cnvint.S: support
2384         functions to convert the fractional and integer part of a float to ASCII,
2385         * device/lib/pic16/libc/stdlib/(calloc.c,free.c, malloc.c,
2386         realloc.c): added _MALLOC_SPEC to explicit place variables in data
2387         ram
2388         * device/include/asm/pic16/features.h: added _CODE, _DATA, _AUTOMEM,
2389         _STATMEM macros,
2390         * device/include/pic16/adc.h: added GPL info,
2391         * src/pic16/gen.c (genIfxpCOpJump): perform an genIfxJump but using
2392         a pCodeOp as tested operand,
2393         * (genNearPointerGet): optimized bit testing, does not use
2394         intermediate register for bit value, test directly instead with
2395         BTFSS, BTFSC, works only for single bits,
2396         * (genpic16Code): dump the name of the iCode in the asm,
2397         * src/pic16/ralloc.c (decodeOp): removed static declaration and
2398         renamed to pic16_decodeOp,
2399         * (serialRegAssign): do not allocate a temporary register for iCode
2400         sequences that test a single bit for 1/0
2401
2402 2005-01-12 Vangelis Rokas <vrokas AT otenet.gr>
2403
2404         * src/pic16/pcode.[ch]: introduced pic16_stackpnt_*,
2405         pic16_framepnt_*, pic16_stack_*, pic1_frame_* pointer variables to
2406         access stack and frame pointers. They are initially assigned to
2407         point at pic16_pc_fsr1[lh] and pic16_pc_fsr2[lh] variables and other
2408         accessing SFRs. Updated all occurences of modification of stack or
2409         frame pointer in gen.c and pcode.c,
2410         * src/pic16/ralloc.c (serialRegAssign): fixed two bugs with
2411         assigning of a literal value to pointers,
2412         * src/pic16/main.c (pic16_finiliseOptions): set pre-processor define
2413         flag STACK_MODEL_SMALL or STACK_MODEL_LARGE according to the model
2414         selected
2415
2416 2005-01-11 Vangelis Rokas <vrokas AT otenet.gr>
2417
2418         * doc/sdccman.lyx: update documentation about stack pragma, added
2419         some info for stack memory models
2420
2421 2005-01-08 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
2422
2423         * src/pic16/gen.c (DEBUGpc): MSVC 6 does not support macro variable arguments
2424
2425 2005-01-08 Raphael Neider <rneider AT web.de>
2426
2427         * src/pic16/device.c (pic16_dump_usection): changed naming scheme for
2428           udata sections to fix bug #1097823
2429
2430 2005-01-05 Raphael Neider <rneider AT web.de>
2431
2432         * src/pic16/gen.c (genGenericShift): added handling of differently
2433           sized left operand and result
2434
2435 2005-01-04 Raphael Neider <rneider AT web.de>
2436
2437         * src/pic16/gen.c (genIfxJump): fixed inverted skips on CARRY
2438         * (genIfx): fixed (?) read from uninitialized SPIL_LOC (now assumes CARRY
2439           to hold the condition bit)
2440         * added new version of genCmp (old code available via #define)
2441         * added new version of genShiftLeft/genShiftRight in a generic
2442           way, now supports shifting by negative values
2443         * (genLeftShiftLiteral, genRightShiftLiteral): use absolute value of
2444           shiftCount (expected by genGenericShift)
2445         * src/pic16/genarith.c (genPlus): added code for adding CARRY+literal
2446         * src/pic16/pcode.c (pic16_OptimizeJumps): removed annoying statistics
2447           dump
2448         * (pic16_newpCodeOpLit): changed to cast to unsigned char (as e.g. -32766
2449           is an invalid literal too...)
2450
2451 2005-01-04 Vangelis Rokas <vrokas AT otenet.gr>
2452
2453         * src/pic16/gen.c (aopForSym, genEndFunction): applied some fixes
2454         from Raphael Neider,
2455         * src/pic16/pcode.c (pic16_newpCodeOpLit): removed casting to char
2456         for 8-bit literals. This fixes some literal operands which are sign
2457         extended to 16-bits ints when instruction needs only 8-bits.
2458
2459 2004-12-31 Paul Stoffregen <paul AT pjrc.com>
2460
2461         * device/lib/logf.c: added mcs51 assembly version
2462         * device/lib/expf.c: added mcs51 assembly version
2463         * device/lib/_logexpf.c: new shared asm code for expf and logf
2464         * device/include/math.h: add defines for assembly math library
2465         * device/lib/Makefile.in: build new _logexpf.c
2466         * device/lib/libfloat.lib: use new _logexpf.c
2467
2468 2004-12-29 Slade Rich <slade_rich AT users.sourceforge.net>
2469
2470         * src/pic/device.c
2471         * src/pic/pcode.c : adjusted internal stack and pre-allocated registers for
2472           device types which have less than 0x7f registers.
2473
2474 2004-12-29 Slade Rich <slade_rich AT users.sourceforge.net>
2475
2476         * src/pic/genarith.c : Fixed problem with subtraction where the result would not be updated when borrowing.
2477
2478 2004-12-28 Paul Stoffregen <paul AT pjrc.com>
2479
2480         * device/lib/printf_fast.c: only build on supported arch.
2481         * device/lib/printf_tiny.c: only build on supported arch.
2482         * device/lib/printf_fast_f.c: only build if asm float lib
2483         * device/lib/_fsget1arg.c: only build if asm float lib
2484         * device/lib/_fsget2args.c: only build if asm float lib
2485         * device/lib/_fsnormalize.c: only build if asm float lib
2486         * device/lib/_fsreturnval.c: only build if asm float lib
2487         * device/lib/_fsrshift.c: only build if asm float lib
2488         * device/lib/_fsswapargs.c: only build if asm float lib
2489         * device/include/stdio.h: don't provide print_fast,
2490           print_fast_f, print_tiny prototypes if --xstack used
2491
2492 2004-12-28 Maarten Brock <sourceforge.brock AT dse.nl>
2493
2494         * device/lib/sincosf.c (sincosf): don't invert bit/bool by ~
2495         * support/regression/ports/mcs51-stack-auto/spec.mk: added new _fs.. files
2496           to the SOURCES
2497
2498 2004-12-28 Paul Stoffregen <paul AT pjrc.com>
2499
2500         * device/lib/printf_fast_f.c: same as printf_fast, but
2501           with floating point enabled
2502         * device/lib/printf_fast.c: minor tweaks
2503         * device/include/stdio.h: add printf_fast_f
2504
2505 2004-12-27 Paul Stoffregen <paul AT pjrc.com>
2506
2507         * src/SDCCmain.c: make --float-reent default for mcs51
2508         * device/lib/_fsadd.c: added mcs51 assembly version
2509         * device/lib/_fssub.c: added mcs51 assembly version
2510         * device/lib/_fsmul.c: added mcs51 assembly version
2511         * device/lib/_fsdiv.c: added mcs51 assembly version
2512         * device/lib/_fseq.c: added mcs51 assembly version
2513         * device/lib/_fsneq.c: added mcs51 assembly version
2514         * device/lib/_fsgt.c: added mcs51 assembly version
2515         * device/lib/_fslt.c: added mcs51 assembly version
2516         * device/lib/_fscmp.c: shared code for fseq,fsgt,fslt,fsneq
2517         * device/lib/Makefile.in: add _fscmp to build
2518         * device/lib/libfloat.lib: add _fscmp to build
2519
2520 2004-12-27 Paul Stoffregen <paul AT pjrc.com>
2521
2522         * device/lib/_fs2slong.c: added mcs51 assembly version
2523         * device/lib/_fs2sint.c: added mcs51 assembly version
2524         * device/lib/_fs2schar.c: added mcs51 assembly version
2525         * device/lib/_fs2ulong.c: added mcs51 assembly version
2526         * device/lib/_fs2uint.c: added mcs51 assembly version
2527         * device/lib/_fs2uchar.c: added mcs51 assembly version
2528         * device/lib/_slong2fs.c: added mcs51 assembly version
2529         * device/lib/_sint2fs.c: added mcs51 assembly version
2530         * device/lib/_schar2fs.c: added mcs51 assembly version
2531         * device/lib/_ulong2fs.c: added mcs51 assembly version
2532         * device/lib/_uint2fs.c: added mcs51 assembly version
2533         * device/lib/_uchar2fs.c: added mcs51 assembly version
2534         * device/include/float.h: added #define to select asm vs c
2535
2536 2004-12-26 Paul Stoffregen <paul AT pjrc.com>
2537
2538         * device/lib/printf_fast.c: improvements to float output
2539         * device/include/float.h: add defines for assembly float library
2540         * device/lib/_fsget1arg.c: receive 1 float arg
2541         * device/lib/_fsget2args.c: receive 2 float args (reentrant)
2542         * device/lib/_fsnormalize.c: normalize a float
2543         * device/lib/_fsreturnval.c: return float, various helper routines
2544         * device/lib/_fsrshift.c: right shift a float's mantissa
2545         * device/lib/_fsswapargs.c: swap 2 floats
2546         * device/lib/Makefile.in: build these 6 new files for mcs51
2547         * device/lib/libfloat.lib: add these 6 files to the library
2548
2549 2004-12-26 Borut Razem <borut.razem AT siol.net>
2550
2551         * sim/ucsim/avr.src/arith_inst.cc: fixed bug #1088372- savr is not
2552           built by gcc 3.4.2
2553
2554 2004-12-25 Paul Stoffregen <paul AT pjrc.com>
2555
2556         * device/lib/printf_tiny.c: printf for mcs51 in only 267 bytes,
2557           and fully reentrant and register bank neutral.
2558         * device/lib/printf_fast.c: added float (not enabled by default),
2559           added compact/slower integer (also not enabled by default),
2560           improved size/speed of fast integer code, other minor changes
2561         * device/include/stdio.h, device/lib/Makefile.in,
2562           device/lib/libsdcc.lib: integrate printf_tiny into mcs51 build
2563
2564 2004-12-24 Maarten Brock <sourceforge.brock AT dse.nl>
2565
2566         * src/pic16/pcode.c: declaring variables other than at the start of a
2567           block is not supported in C by VC6.
2568
2569 2004-12-22 Vangelis Rokas <vrokas AT otenet.gr>
2570
2571         * applied a previous patch from Raphael Neider that wasn't included
2572         in the previous commits, which fixes infinite loops within jumptable
2573         improvements,
2574         * made some fixes that previous patches introduced
2575
2576 2004-12-21 Vangelis Rokas <vrokas AT otenet.gr>
2577
2578         * src/pic16/gen.c (pic16_aopGet): applied fix from Raphael Neider
2579         that fixes an issue with AOP_PCODE asmop's offset,
2580         * (pic16_popCopyReg): update instance field too,
2581         * (mov2w): modified to pic16_mov2w because it conflicts with mov2w
2582         function of pic port,
2583         * (genCmp, genAnd, genAssign),
2584         * src/pic16/genarith.c (genAddLit): some fixes from Raphael Neider,
2585
2586 2004-12-20 Vangelis Rokas <vrokas AT otenet.gr>
2587
2588         * src/SDCCast.c (gatherAutoInit): allow pic16 to emit static
2589         variables initial values to idata section,
2590         * src/SDCCicode.c (geniCodeCall): patch from ### to fix unreferenced
2591         variables in some functions. This utilizes parmBytes field of iCode
2592         structure to hold the offset of the variable in stack. (might be
2593         able to use the stack field too?)
2594         * applied patch from Raphael Neider # ### , # ###
2595         * src/pic16/glue.c (pic16emitRegularMap): fix to print static
2596         variable initial values in idata section,
2597         * src/pic16/ralloc.c (pic16_allocDirReg): don't allocate register
2598         for static variables with initial value
2599         * src/device/lib/pic16/libsdcc/float/ulong2fs.c (__ulong2fs):
2600         applied fix in while loop from Raphael Neider.
2601
2602 2004-12-19 Maarten Brock <sourceforge.brock AT dse.nl>
2603
2604         * src/ds390/gen.c (genCpl): fixed bit=~(char/bit) bugs, added warning
2605         * src/ds390/main.c (_ds390_regparm): don't pass bit params in registers
2606         * src/ds390/ralloc.c (serialRegAssign): spill bits
2607         * src/mcs51/gen.c (genCpl): fixed bit=~(char) bugs, added warning
2608         * support/Util/SDCCerr.c,
2609         * support/Util/SDCCerr.h: added warning W_COMPLEMENT for using bit=~(bit)
2610         * support/regression/tests/bitvars.c: added tests for bitwise complement(~)
2611         * support/regression/tests/bitwise.c: added test for bitwise complement(~)
2612
2613 2004-12-09 Maarten Brock <sourceforge.brock AT dse.nl>
2614
2615         * device/include/sdcc-lib.h: inserted LGPL, added includes
2616           asm/ds390/features.h and asm/mcs51/features.h
2617         * device/include/asm/default/features.h,
2618         * device/include/asm/gbz80/features.h,
2619         * device/include/asm/z80/features.h: added empty _AUTOMEM
2620           and _STATMEM
2621         * device/include/asm/ds390/features.h,
2622         * device/include/asm/mcs51/features.h: added files with defines for
2623           _AUTOMEM and _STATMEM indicating automatic and static storage class
2624         * device/lib/printf_large.c (_print_format): optimized & used _AUTOMEM
2625         * doc/sdccman.lyx: version 2.4.7, updated xstack documentation
2626         * src/SDCCicode.c (geniCodeCast),
2627         * src/SDCCsymt.c (compareType): allow cast of data-ptr to idata-ptr
2628         * src/SDCCloop.c (loopInduction): removed unused variable lr
2629         * src/SDCCopt.c (convilong, convertToFcall): moved "easy special case"
2630           to convertToFcall to include char modulo (RFE 1065037), added check
2631           if left operand is unsigned and use abs of literal value
2632         * src/SDCCpeeph.c (setFromConditionArgs): removed double quotes option
2633           as it doesn't work after conversion from peephole.def to peephole.rul
2634         * src/mcs51/gen.c (toBoolean): added check for size,
2635           (genModOneByte): optimized code for signed char modulo a literal
2636           power of 2 (thanks to Hubert Sack),
2637           (genRRC): removed unnecessary "clr c",
2638           (genRLC): replaced "add a,acc" with cheaper "rlc a"
2639         * src/mcs51/peeph.def: renamed 115 to 115.a, added rule 115.b: another
2640           jump optimization,
2641           swapped rules 256.c and 256.d,
2642           extended 256.d by using new multiple checks (thanks Erik),
2643           added rules 256.e and 256.f,
2644           updated rule 261.a and 261.b to new generated code
2645         * support/regression/tests/muldiv.c: added test div/mod by a power of 2
2646
2647 2004-12-07 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
2648
2649         * src/SDCCloop.c (basicInduction, loopInduction): fixed several
2650           induction related bugs, including first part of bug #1074377
2651
2652 2004-12-05 Vangelis Rokas <vrokas AT otenet.gr>
2653
2654         * applied patch from bug-report #1076292,
2655         * applied patches for genAnd and Goto-optimizations for Raphael
2656         Neider,
2657         * src/SDCCicode.c (printOperand): fixed !REGA source to compile and
2658         dump a less iCode information,
2659         * src/pic16/device.h (pic16_options_t): added field debgen,
2660         * src/pic16/gen.h: added macros DUMP_FUNCTION_ENTRY,
2661         DUMP_FUNCTION_EXIT, FENTRY, FENTRY2,
2662         * src/pic16/gen.c (my_powof2): renamed to pic16_my_powof2 and made
2663         puclic,
2664         * (various functions): added macros FENTRY and FENTRY2 to functions,
2665         to emit function prologue,
2666         * (various functions): fixed indentation,
2667         * (genNearPointerGet): fixed loading of FSR0,
2668         * (genPackBits): applied patch from Raphael Neider to fix updating
2669         of FSR0 and touching only the modified bits,
2670         * src/pic16/genarith.c (various functions): added macros FENTRY to
2671         emit function prologue in comments,
2672         * src/pic16/pcode.h: added functions debugf2, debugf3,
2673         * src/pic16/ralloc.c: partial fix for packForPush caused
2674         segmentation fault,
2675
2676 2004-12-04 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
2677
2678         * src/mcs51/peeph.def: added 261.a,b (16 bit rotate) by Stas Sergeev
2679           <stsp AT users.sourceforge.net> with reversed byte order
2680         * support/regression/tests/rotate.c: added (ds390 skips some tests)
2681
2682 2004-12-03 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
2683
2684         * src/z80/gen.c (genLeftShift, genRightShift): fixed second part of
2685           bug #1074377
2686         * src/hc08/gen.c (genrshFour, shiftRLong, shiftLLong),
2687         * src/mcs51/gen.c (shiftLLong): Fixed some shifting bugs Frieder found
2688
2689 2004-12-02 Slade Rich <slade_rich AT users.sourceforge.net>
2690
2691         * src/pic/pcode.c : fixed a problem where banksel was not being inserted.
2692
2693 2004-12-02 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
2694
2695         * src/SDCCpeeph.c (callFuncByName): support combined peephole rule
2696           conditions,
2697           (setFromConditionArgs): friendly operand parser for peephole rules,
2698           (operandBaseName, operandsNotRelated): new peephole condition
2699           "operandsNotRelated" -- similar to "operandsNotSame", but takes
2700           architecture specific register naming into account, handles n-way
2701           comparisons, and supports quoted literals
2702         * src/mcs51/peeph.def: restored rule 177.d with an extra condition
2703
2704 2004-12-02 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
2705
2706         * src/mcs51/peeph.def: fixed bug #1076940
2707
2708 2004-12-02 Slade Rich <slade_rich AT users.sourceforge.net>
2709
2710         * device/include/pic/pic16f877.h : added an include file for the PIC16F877 device.
2711
2712 2004-11-28 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
2713
2714         Adding support for replacing ljmps with sjmps in jumptables
2715         generated for switch statements. For now you need to set the
2716         environment variable SDCC_SJMP_JUMPTABLE to enable this.
2717         Now 4 algorithms for mcs51 jumptable generation are used:
2718         ljmp or sjmp jumptables for up to 16 cases, stack-pushing target
2719         addresses loaded pc-relative for up to 112 cases and stack-pushing
2720         target addresses loaded with offset from dptr for up to 256 cases.
2721
2722         * src/SDCCpeeph.c: added peephole conditional labelJTInRange
2723         * src/mcs51/main.c: adapted constants for switch table generation
2724         * src/mcs51/peeph.def: added 260.x for replacing ljmp with sjmp
2725
2726 2004-11-26 Maarten Brock <sourceforge.brock AT dse.nl>
2727
2728         * device/lib/printf_large.c (_print_format): fixed bug 1073386
2729         * support/regression/tests/bug1057979.c: added test for bug 1073386
2730
2731 2004-11-25 Vangelis Rokas <vrokas AT otenet.gr>
2732
2733         * src/pic16/pcode.c: fixed bug which may produce error in non-GNU
2734         compilers
2735
2736 2004-11-25 Vangelis Rokas <vrokas AT otenet.gr>
2737
2738         * src/pic16/device.h,
2739         * src/pic16/genarith.c,
2740         * src/pic16/glue.c,
2741         * src/pic16/main.c,
2742         * src/pic16/pcode.c: applied patches #1068154 and #1070213
2743
2744 2004-11-24 Vangelis Rokas <vrokas AT otenet.gr>
2745
2746         Large cummulative patch for pic16 port.
2747         * device/lib/pic16/gstack.h: NEW, user can specify its own handler
2748         to call when a stack overflow occurs,
2749         * (malloc.h): added CVS Id tag,
2750         * (pic18f{242,252,442,452}.h): added T0CONbits structure and
2751         variable,
2752         * added libc directory. The current version of LibC contains string
2753         functions, ctype functions and macros and some functions of the
2754         stdlib set (like malloc/free/atof/atoi etc...). All functions are to
2755         be extensively tested in the future. Standard disclaimer here.
2756         Library is not automatically build yet. But one can build it by
2757         invoking 'make' inside the libc directory.
2758         * added ADC library under libio. Preliminary version yet.
2759
2760         * src/pic16/gen.h: added emitTOGC macro, to toggle Carry flag,
2761         * src/pic16/gen.c (aopForRemat): asmop size is filled by
2762         aopForRemat() now and not by pic16_aopOp(),
2763         * (pic16_popGetTempReg): removed warning messgae when allocating
2764         temporary registers, its a buggy feature and will be removed,
2765         * (pic16_popGet): set register instance field in AOP_CRY,
2766         * (pic16_outBitC): fixed for results in size greater than 1,
2767         * (genUminusFloat): fixed for pic16, ported code from mcs51,
2768         * (pic16_storeForReturn): optimized return of 0,
2769         * (genCmp): experimental code for new genCmp which uses PIC18's
2770         special compare&skip instructions. Initial tests fail some times
2771         with variables grater than 1 byte in size, so new code is disabled,
2772         * (genUnpackBits, genPackBits): more optimizations in reading/writing,
2773         a single bit,
2774         * (genCast): began a fix to optimize the casting of a bit to another
2775         bit, now assigning a bitfield to another bitfield will fail, sorry,
2776         * src/pic16/main.c: disabled the use of lr-support feature,
2777         * src/pic16/pcode.h: renamed PCASMDIR to PCAD,
2778         * added some function prototypes, added function _debugf prototype,
2779         * src/pic16/pcode.c: (pic16_get_op): fixed emitting operands of register
2780         bits with offset (case PO_GPR_BIT),
2781         * (genericPrint): don't emit INFO pcode when --pcode-verbose not in
2782         command line,
2783         * (isBankInstruction): modified to return 0 for no banking instruction,
2784         and 1 for banking instruction,
2785         * (pic16_isPCinFlow): check for PCAD (assembler directives) too,
2786         caused stop processing pCodes after a inline assembly block,
2787         * (pic16_popCopyGPR2Bit): updated to match bitfields with offset,
2788         * src/pic16/pcoderegs.c: fixed a bug with eliminating some temporary
2789         registers when it shouldn't,
2790         * src/pic16/ralloc.c (allocReg): add preliminary support for
2791         supporting a limited set of temporary registers,
2792
2793 2004-11-23 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
2794
2795         * src/hc08/gen.c (genAssign, genPointerGetSetOfs, genDataPointerGet,
2796           genDataPointerSet): ensure assignments always copy in MSB to LSB
2797           order,
2798           (loadRegFromAop): recognize CLRH optimization,
2799           (genFunction): optimize RECEIVE iCodes in reentrant functions
2800
2801 2004-11-20 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
2802
2803         * src/SDCCmain.c (parseCmdLine, optionsTable[]): fixed bug with
2804           --out-fmt-s19 turning into --out-fmt-elf if s19 was already
2805           selected.
2806         * src/SDCCmain.c (linkEdit): don't define SSEG for HC08
2807         * src/hc08/main.c (_hc08_setDefaultOptions): default xdata to be
2808           contiguous with data
2809
2810 2004-11-19 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
2811
2812         * device/lib/_gptrget.c (_gptrget),
2813         * device/lib/_gptrgetc.c (_gptrgetc),
2814         * device/lib/_gptrput.c (_gptrput): _naked allows to use ret
2815           instead of sjmp to ret
2816         * src/mcs51/peeph.def: added peepholes 3.d-g and 177.g,h provided
2817           by Hubert Sack <hsack2002 AT arcor.de> in RFE #1067986, thanks
2818
2819 2004-11-18 Maarten Brock <sourceforge.brock AT dse.nl>
2820
2821         * .version: bumped version to 2.4.7
2822         * device/lib/_gptrget.c (_gptrget): is now _naked
2823         * device/lib/_gptrgetc.c (_gptrgetc): is now _naked
2824         * device/lib/_gptrput.c (_gptrput): is now _naked
2825         * src/SDCCast.c (createBlock): removed ridiculous self-assignment,
2826           (createFunction): fixed xstack
2827         * src/SDCCglue.c (emitMaps): set allocation required for bit area
2828         * src/SDCCicode.c (geniCodeCast): don't change SPEC_OCLS for literal
2829           or bit either,
2830           (geniCodeCritical): store original interrupt state in an iTemp bit
2831           var unless stack-auto
2832         * src/SDCCicode.h: added CRITICAL and ENDCRITICAL to SKIP_IC2
2833         * src/SDCCmain.c (setIncludePath): added include/target to search path
2834         * src/SDCCmem.c (allocParms): store bit vars in bit space, not overlay
2835         * src/SDCCsymt.c (checkFunction): don't check regbank for isr's against
2836           prototype,
2837           (processFuncArgs): put bit vars in bit area
2838         * src/mcs51/gen.c (saveRegisters, unsaveRegisters, genXpush, saveRBank,
2839           unsaveRBank): fixed xstack,
2840           (genFunction): bugfix: replaced (global!) reentrant with fReentrant,
2841           (genFunction, genEndFunction): fixed xstack,
2842           (genAssign): optimization don't walk backwards through mem
2843         * src/mcs51/main.c (_mcs51_regparm): don't pass bit params in registers
2844         * src/mcs51/ralloc.c (createStackSpil): spill bits to bit area
2845         * support/regression/Makefile: also make library (for stack-auto) when
2846           making "all" and added "test-mcs51-xstack-auto"
2847         * support/regression/fwk/lib/testfwk.c: added T2_isr prototype for mcs51
2848         * support/regression/ports/mcs51/T2_isr.c: added this file as a stub
2849         * support/regression/ports/mcs51/fwk.lib: added to link T2_isr stub
2850         * support/regression/ports/mcs51/spec.mk: added rules for fwk.lib
2851         * support/regression/ports/mcs51-stack-auto/spec.mk: replaced
2852           make-library by MAKE_LIBRARY
2853         * support/regression/ports/mcs51-xstack-auto/spec.mk: file added to run
2854           regression tests for xstack
2855         * support/regression/tests/bitvars.c: test for bit vars (bug 938782)
2856         * support/regression/tests/critical.c: test for critical on mcs51
2857
2858 2004-11-18 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
2859
2860         * support/regression/ports/ucz80/spec.mk: use include and lib files from
2861           built version of sdcc instead of installed version
2862
2863 2004-11-14 Maarten Brock <sourceforge.brock AT dse.nl>
2864
2865         * src/mcs51/gen.c (toBoolean): fixed bug 1065458
2866         * device/lib/Makefile.in: z80 uses printf_large.c, sprintf.c and
2867           vprintf.c now
2868         * device/lib/printf_large.c (calculate_digit): fixed bug 1057979
2869         * device/lib/z80/Makefile: don't use printf.c as it fails bug 1057979
2870           WARNING: remove device/lib/build/z80/printf.o by hand when
2871           updating from previous build!
2872         * device/lib/z80/printf.c: updated comment
2873         * support/regression/tests/bug1057979.c: test all ports now
2874         * support/regression/tests/bug1065458.c: file added
2875
2876 2004-11-12 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
2877
2878         * src/z80/gen.c (genFunction, genEndFunction): avoided generating
2879           *_start and *_end symbols for static functions
2880
2881 2004-11-11 Maarten Brock <sourceforge.brock AT dse.nl>
2882
2883         * src/SDCCmain.c (linkEdit): don't suppress crt0 if --nostdlib is used
2884           and search crt0.o in all library paths,
2885           (setIncludePath): proper handling of --nostdinc,
2886           (setLibPath): proper handling of --nostdlib
2887         * support/regression/Makefile,
2888         * support/regression/ports/ds390/spec.mk,
2889         * support/regression/ports/gbz80/spec.mk,
2890         * support/regression/ports/hc08/spec.mk,
2891         * support/regression/ports/mcs51/spec.mk,
2892         * support/regression/ports/mcs51-large/spec.mk,
2893         * support/regression/ports/mcs51-stack-auto/spec.mk,
2894         * support/regression/ports/z80/spec.mk: use include and lib files from
2895           built version of sdcc instead of installed version
2896         * doc/sdccman.lyx: fixed typo in --nostdinc
2897
2898 2004-11-10 Slade Rich <slade_rich AT users.sourceforge.net>
2899
2900         * src/pic/pcode.c,
2901         * src/pic/device.c,
2902         * src/pic/ralloc.c,
2903         * src/pic/gen.c : added support to generate code for struct bit fields.
2904
2905 2004-11-06 Maarten Brock <sourceforge.brock AT dse.nl>
2906
2907         * as/xa51/xa_version.h,
2908         * device/include/errno.h,
2909         * device/include/regc515c.h,
2910         * device/lib/_itoa.c,
2911         * device/lib/_ltoa.c,
2912         * device/lib/ser_ir_cts_rts.c,
2913         * sim/ucsim/xa.src/glob.cc,
2914         * sim/ucsim/xa.src/inst_gen.cc,
2915         * sim/ucsim/xa.src/xa_bit.cc,
2916         * sim/ucsim/xa.src/xa_sfr.cc,
2917         * sim/ucsim/z80.src/inst_dd.cc,
2918         * sim/ucsim/z80.src/inst_fdcb.cc,
2919         * support/scripts/keil2sdcc.pl,
2920         * src/pic16/pic16.dsp,
2921         * src/pic16/pic16a.dsp: corrected cvs line endings
2922         * device/lib/printf_large.c: fixed bug 1057979
2923         * src/pic16/gen.c: fixed non-C standard code
2924         * src/SDCCmain.c: made --pack-iram default, added --no-pack-iram
2925         * src/SDCCglobl.h: changed pack_iram to no_pack_iram
2926         * support/regression/ports/mcs51/support.c: reload T1 asap
2927         * doc/sdccman.lyx: updated for options --pack-iram and --no-pack-iram,
2928           pdata use and clear idata startup behaviour
2929         * support/regression/tests/bug1057979.c: added
2930
2931 2004-11-04 Maarten Brock <sourceforge.brock AT dse.nl>
2932
2933         * device/examples/ds390/ow390/ad26.h,
2934         * device/examples/ds390/ow390/cnt1d.h,
2935         * device/examples/ds390/ow390/crcutil.c,
2936         * device/examples/ds390/ow390/ownet.h,
2937         * device/examples/ds390/ow390/owsesu.c,
2938         * device/examples/ds390/ow390/swt12.h,
2939         * device/examples/ds390/ow390/swtoper.c,
2940         * device/examples/ds390/ow390/temp10.h,
2941         * device/examples/ds390/ow390/thermodl.c,
2942         * device/examples/ds390/tinitalk/tinitalk.dsp,
2943         * device/examples/ds390/tinitalk/tinitalk.dsw,
2944         * device/examples/mcs51/clock/hw.h,
2945         * device/examples/mcs51/simple2/go.bat,
2946         * device/examples/serialcomm/windows/serial.h,
2947         * device/examples/xa51/dummy.c,
2948         * device/examples/xa51/hello.c,
2949         * device/include/80c51xa.h,
2950         * device/include/at89x051.h: corrected cvs line endings
2951
2952 2004-11-04 Vangelis Rokas <vrokas AT otenet.gr>
2953
2954         * src/pic16/main.c (options): added command line --gstack, to trace
2955         stack over/under flows,
2956         * added pragma 'wparam' to allow passing first byte of function
2957         parameters via WREG, syntax is #pragma wparam my_function[, func2...]
2958         * src/pic16/gen.c (pic16_testStackOverflow): function which emits a
2959         call to __gstack_test function and sets up the symbol as extern,
2960         * (pic16_pushpCodeOp, pic16_poppCodeOp, pushw, pushaop, popaopidx,
2961         * popaop): added call to pic16_testStackOverflow,
2962         * (wParamCmp, inWparamList): NEW, test existence of a symbol in
2963         wparamList list,
2964         * (genCall, genPcall): now all parameters are passed via stack
2965         except in functions that are pass to wparam pragma in which WREG is
2966         used too,
2967         * (genPcall): REENTRANT flag is checked to see if variable prototype
2968         contains reentrant keyword, don't call a non-reentrant function, via
2969         a reentrant function pointer or vice versa, functions are never
2970         passed via WREG,
2971         * (genJumpTab): applied patch from bug #1057478 by R.Neider and
2972         D.Winkler,
2973         * src/pic16/glue.c (pic16emitRegularMap): fixed bug which caused a
2974         SIGSEGV when accessing a NULL register stucture,
2975         * (pic16_printGPointerType): modified to handle UPPER modifier for
2976         function initializers, changed prototype of function to simpler one,
2977         * (pic16_printIvalFuncPtr): check to see if function is already
2978         added in externs list,
2979         * src/pic16/pcoderegs.c (pCodeOptime2pCodes): fixed bug which
2980         optimized a move from W to SFR with a move to the same register
2981         later after a CALL,
2982         * device/lib/pic16/debug: NEW directory, contains debug features
2983         which are enabled when linking with libdebug.lib, currently command
2984         line option --gstack enables stack pointer tracing for over/under
2985         flow, corresponding sources are in debug/gstack
2986
2987 2004-10-30 Vangelis Rokas <vrokas AT otenet.gr>
2988
2989         * doc/sdccman.lyx: updated SDCC version,
2990         * (PIC16 port): update list of command line options,
2991         * src/pic16/device.h (structure pic16_options_t): added field gstack
2992         to enable stack overflow tracing on push/pops,
2993         * src/pic16/device.c (statistics structure): added statistics
2994         structure,
2995         * (pic16_dump_access, pic16_dump_usection, pic16_dump_gsection,
2996         pic16_dump_int_registers): increase statistics counters for each
2997         * variable which is encountered
2998         * (pic16_dump_usection): emit each .udata variable to its own udata
2999         section,
3000         * src/pic16/gen.c (assignResultValue, genCall, genPcall, genFunction):
3001         when macro USE_WREG_IN_FUNC_PARAMS is set to 0 pass all function
3002         parameters via stack, otherwise use old scheme,
3003         * src/pic16/glue.c (pic16_emitStatistics): dump statistics in
3004         assembler output file,
3005         * src/pic16/main.c: added command line options --gstack to enable
3006         push/pop tracing for stack overflow,
3007         * src/pic16/pcode.c (all pCodeInstruction records for PIC18F
3008         instructions): added size of each instruction,
3009         * (pic16_countInstruction): estimate size of instructions in
3010         the_pFile list, inline assembly blocks are not counted,
3011         * (pic16_FixRegisterBanking): trace previous register usage, when
3012         banksel optimizations is greater than 0, don't emit a redudant
3013         banksel directive,
3014
3015 2004-10-26 Slade Rich <slade_rich AT users.sourceforge.net>
3016
3017         * src/pic/ralloc.c : fixed inefficient code produced when compiling a complimented bit operation.
3018         * src/pic16/ralloc.c : applied same fix for pic16.
3019         * src/pic/gen.c : tidied it up a little.
3020
3021 2004-10-25 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
3022
3023         * src/mcs51/peeph.def: disabled 259.a,b for removing redundant ret,
3024         thanks to Martin Helmling for reporting (mail on sdcc-devel 2004-10-25)
3025
3026 2004-10-22 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3027
3028         * src/SDCCast.c (reverseParms): fixed bug #1040577 (part 2)
3029
3030 2004-10-22 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
3031
3032         * device/lib/ser_ir_cts_rts.c: integer promotion caused a call to the
3033         non-reentrant function __modsint in the interrupt function (thus
3034         corrupting math operations during serial I/O)
3035         * device/lib/ser_ir.c: as above, changed buffersize
3036         * src/mcs51/peeph.def: added 259.a,b for removing redundant ret,
3037         256.c,d for zeroing
3038         * doc/Makefile: added option -t for rsync
3039
3040 2004-10-22 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3041
3042         * src/SDCCast.h (struct ast),
3043         * src/SDCCast.c (reverseParms, copyAst): fixed bug #1040577 (part 1)
3044
3045 2004-10-20 Borut Razem <borut.razem AT siol.net>
3046
3047         * support/scripts/sdcc.nsi: added include/pic16/*.h to the setup
3048         package
3049
3050 2004-10-20 Vangelis Rokas <vrokas AT otenet.gr>
3051
3052         * device/lib/pic16/libsdcc/Makefile: added lregs directory in
3053         makefile targets,
3054         * device/lib/pic16/libsdcc/lregs/{Makefile,lrst.c,lrrest.c}: NEW
3055         support functions to replace long sequences of MOVFF's from access
3056         bank registers to stack and vice versa,
3057         * src/pic16/device.h: added new field opt_flags, where optimization
3058         flags can be set to enable certain features,
3059         * src/pic16/gen.c (pic16_emitpinfo): NEW to add PC_INFO pCode in
3060         * pBlock, (genFunction, genEndFunction): surroung loop for
3061         saving/loading used registers in stack with PC_INFO pCodes,
3062         INF_LREGS. Code in between can then be optimized by pCode optimizer
3063         to support function calls,
3064         * (genDataPointerSet): fixed bug which loaded float fields in
3065         structures with corrupt data,
3066         * src/pic16/genutils.c (debugf, _debugf): macro/function which emits
3067         in a standard way debug info on stderr. Feature used for developing
3068         and debugging only,
3069         * src/pic16/glue.c (pic16glue): reformatted, deleted some old and
3070         obsolete chunks of code,
3071         * if optimization flag OF_LR_SUPPORT was set, call pic16_OptimizeLocalRegs,
3072         * src/pic16/main.c (_pic16_parseOptions): added handler for --flr-support,
3073         * pic16/src/pcode.c (pic16_newpCodeInfo,
3074         * (pic16_newpCodeOpLocalRegs),
3075         * (pic16_convertLocalRegs2Support): NEW, to support new optimization
3076         feature,
3077         * (pic16_pCodeConstString): printing of the initial value of a
3078         symbol as a comment is inhibited since parsing was already done by
3079         copyStr and output is corrupt,
3080         * (pic16_pCode2str, genericPrint): handle PC_INFO pCode,
3081
3082 2004-10-20 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3083
3084         * src/mcs51/ralloc.c (packRegisters): fixed bug #1044601
3085
3086 2004-10-19 Maarten Brock <sourceforge.brock AT dse.nl>
3087
3088         * as/mcs51/lkarea.c: removed old K&R style,
3089           (lnksect): changed check on boundary error,
3090           (lnksect2): changed check on boundary error,
3091           (lnksect2): extend XSTK to end of page if size = 1
3092         * as/mcs51/lkmain.c: removed old K&R style,
3093           (Areas51): create l_IRAM symbol
3094         * as/mcs51/lkmem.c (summary2): added report on PSEG and XSTK
3095         * device/lib/Makefile.in: renamed model-mcs51-reentrant to
3096           model-mcs51-stack-auto, added model-mcs51-xstack-auto
3097         * device/lib/_mullong.c: added version to be compiled with xstack
3098         * device/lib/mcs51/crtclear.asm: clear only upto --iram-size
3099         * device/lib/mcs51/crtxclear.asm: clear pdata as well
3100         * device/lib/mcs51/crtxstack.asm: fixed comment
3101         * src/SDCCglue.c: maxInterrupts defaults to 0,
3102           (emitMaps): added pdata,
3103           (createInterruptVect): (re)moved default,
3104           (glue): added pdata,
3105           (glue): moved __start__xstack to XSTK with default size 1
3106         * src/SDCCmain.c (parseCmdLine): automatically set options.intlong_rent
3107           and options.float_rent when options.stackAuto is set,
3108           (linkEdit): only write XDATA_NAME if provided on command line
3109         * src/SDCCmem.h,
3110         * src/SDCCmem.c: added pdata
3111         * src/port.h: added pdata_name to PORT
3112         * src/mcs51/gen.c (toBoolean): fixed for Acc use of aopGet,
3113           (saveRegisters, unsaveRegisters): removed usage of B,
3114           (genMinus): fixed accumulator clash,
3115           (genJumpTab): added comment, this needs another look
3116         * src/mcs51/gen.c: added check for "B in use" paranoia,
3117           added pushB() and popB()
3118         * src/mcs51/peeph.def: restart after 177.c so 177.a can get a second
3119           chance
3120         * src/avr/main.c,
3121         * src/ds390/main.c,
3122         * src/hc08/main.c,
3123         * src/mcs51/main.c,
3124         * src/pic/main.c,
3125         * src/pic16/main.c,
3126         * src/xa51/main.c,
3127         * src/z80/main.c: (reset_regparms) made void parameter explicit and
3128           added PSEG (PAG,XDATA) or NULL to port specifier
3129         * src/ds390/main.c (_ds390_genIVT): moved implemented default in here
3130         * src/mcs51/main.c (_mcs51_genIVT): moved implemented default in here,
3131           (_mcs51_genInitStartup): removed __start__xstack equ,
3132           (mcs51_port): moved xstack from XSEG (XDATA) to XSTK (PAG,XDATA)
3133         * src/pic16/device.c (pic16_dump_usection, pic16_dump_isection),
3134         * src/z80/gen.c (_rleAppend): fixed warnings
3135         * support/regression/tests/zeropad.c: added pdata test
3136         * .version: bumped to 2.4.6
3137
3138 2004-10-17 Borut Razem <borut.razem AT siol.net>
3139
3140         * support/scripts/sdcc.nsi: cross compiling of WIN32 setup.exe on Linux
3141         as a part of nightly build
3142
3143 2004-10-16 Vangelis Rokas <vrokas AT otenet.gr>
3144
3145         * src/pic16/gen.c (struct _G): added field useWreg, is set to 1 when
3146         WREG holds the first byte function parameters,
3147         * (aopForSym): take special case for symbols which are in FARSPACE
3148         but in CODESPACE too,
3149         * (assignResultValue): modified to take into account _G.useWreg,
3150         * (genCall): don't use wreg for parameter passing when function is
3151         declared as reentrant, too, added optimization INCF to stack
3152         pointer when stack parameter count is 1,
3153         * (genFunction, genEndFunction): refurnished and fixed to not using
3154         wreg for passing parameters when function has varargs or is
3155         reentrant, fixed bug with symbol name compare for generating
3156         functions in absolute address,
3157         * (pic16_storeForReturn): refurnished,
3158         * (genCmp): began writing a new version of the function, not ready
3159         yet, therefore it is disabled,
3160         * (genAssign): do not read code memory when assigning a function to
3161         a pointer function,
3162         * src/pic16/glue.c (pic16emitStaticSeg): abSym->name is defined an
3163         array of characters, not pointer,
3164         * (pic16initialComments): in debug mode emit an .ident directive for
3165         the assembler,
3166         * (_process_pragma): emit a new warning type (internal to pic16)
3167         when setting stack to default length, emit a similar warning when
3168         placing a function at absolute address and address is not word aligned
3169         * (_pic16_parseOptions): added 'return TRUE' statement,
3170         * (_pic16_linkEdit): if compiling a source, then add the source's
3171         file object, first in the list of objects to link,
3172
3173 2004-10-13 Slade Rich <slade_rich AT users.sourceforge.net>
3174
3175         * src/pic/pcoderegs.c : increased count on regUsedinRange to prevent unnecessary warning.
3176         * src/pic/main.c : removed VC warning.
3177         * src/pic/gen.c : changed comment.
3178
3179 2004-10-12 Vangelis Rokas <vrokas AT otenet.gr>
3180
3181         * device/lib/pic16/libsdcc/gptr/gptrput[234].c: an external
3182         reference to a deprecated symbol _GPTRREG was causing failure to
3183         link. Thanks G. M. Gallant for the info.
3184
3185 2004-10-12 Slade Rich <slade_rich AT users.sourceforge.net>
3186
3187         * src/pic/pcode.c : Applied a code patch supplied by Paul Ashmore in
3188         comments for Bugs item #954788.
3189
3190 2004-10-10 Vangelis Rokas <vrokas AT otenet.gr>
3191
3192         * src/pic16/device.c (pic16_dump_gsection,
3193         * pic16_groupRegistersInSection): handle symbols declared to be in
3194         access bank differently,
3195         * src/pic16/gen.c (struct _G): added field resDirect,
3196         * (aopForSym): if symbol on stack and iCode is '=' and result exists,
3197         send values read from stack directly to result and don't allocate
3198         temporary values,
3199         * (pic16_sameRegs): fixed bug that allowed MOVFF to move between
3200         same registers,
3201         * (pic16_sameRegsOfs): NEW,
3202         * (freeAsmop): if _G.resDirect is set then do not mark registers as
3203         free because they were not allocated from temporary pool,
3204         * pic16_popRegFromString): workaround to fix a problem with
3205         allocating variables twice or never,
3206         * (genGenPointerGet): using PRODL instead of FSR0H,
3207         * (genGenPointerSet): using POSTDEC1 (that is a stack location)
3208         instead of FSR0H,
3209         * (genAssign): take advantage of the _G.resDirect flag,
3210         * (genCast): around line 11844, use mov2f instead of directly
3211         MOVFF'ing between operands to account for literal values,
3212         * src/pic16/genutils.c: some new debug functions for gpsim have been
3213         added,
3214         * src/pic16/glue.c (pic16_printIvalType): fixed bug that initialized
3215         float with integer part only,
3216         * src/pic16/main.c (_process_pragma): handle pragma udata access to
3217         place variables in access bank
3218         * device/lib/pic16/libsdcc/gptr/gptr*.c: using BRA instead of GOTO,
3219         updated sources to reflect recent changes in gen.c
3220
3221 2004-10-06 Vangelis Rokas <vrokas AT otenet.gr>
3222
3223         * device/lib/pic16/libsdcc/Makefile.rules: fixed bug concerning
3224         sources that searched for headers in installation path, now the
3225         device/include/pic16 is used,
3226         * src/pic16/glue.c (pic16glue),
3227         * src/pic16/pcode.c (pCode2str, genericPrint): don't print .file or
3228         .line directives if not in debug mode, this suppresses assembler's
3229         warnings for ignored directives
3230
3231 2004-10-05 Maarten Brock <sourceforge.brock AT dse.nl>
3232
3233         * src/port.h: made reset_regparms prototype void parameter explicit.
3234         * src/SDCCsymt.c (processFuncArgs): removed argument "func".
3235         * src/mcs51/ralloc.c (packRegisters): new fix for bugs 898889 & 979599.
3236         * doc/sdccman.lyx: documented warning disabling and how to use
3237           printf_large to make it print floats.
3238         * device/include/stdbool.h: NEW
3239         * device/lib/_atof.c,
3240         * device/lib/_divuint.c,
3241         * device/lib/_divulong.c,
3242         * device/lib/expf.c,
3243         * device/lib/printf_large.c,
3244         * device/lib/sincosf.c,
3245         * device/lib/sincoshf.c: used stdbool.h, all compile with stack-auto now
3246         * device/lib/Makefile.in: added target for model-mcs51-reentrant to build
3247           a completely reentrant lib.
3248
3249 2004-10-05 Vangelis Rokas <vrokas AT otenet.gr>
3250
3251         * device/lib/pic16/libsdcc/gptr/gptr*.c: added return statements
3252         * device/include/pic16/stdio.h: fixed bug with colon
3253
3254 2004-10-03 Vangelis Rokas <vrokas AT otenet.gr>
3255
3256         * device/include/pic16/stdio.h,
3257         * device/include/pic16/stdlib.h,
3258         * device/include/pic16/math.h: NEW
3259         * device/lib/pic16/libsdcc/gptr/*.c (gptrget*, gptrput*): functions
3260         declared as _naked to reduce overhead
3261         * device/lib/Makefile.in (target port-specific-objects-pic16):
3262         changed * to *.* so to ignore the CVS directory,
3263         * src/pic16/gen.c (pic16_freeAsmop): added code to store result of
3264         stacked variables back in stack,
3265         * (genEndFunction): fixed bug reported by G.M. Gallant with stack
3266         corruption
3267
3268 2004-10-01 Vangelis Rokas <vrokas AT otenet.gr>
3269
3270         * .version: bumped version number to 2.4.5
3271         * support/Util/SDCCerr.h: added warning W_POSSBUG2.
3272         * support/Util/SDCCerr.c (messages structure): added entry for
3273         W_POSSBUG2
3274
3275         Large cumulative patch for pic16 port and libraries.
3276         * device/include/pic16/sdcc-lib.h,
3277         * device/include/pic16/stdarg.h,
3278         * device/include/asm/pic16/features.h,
3279         * device/include/lib/pic16/libsdcc/gptr/{*.c, Makefile}: NEW,
3280         * device/include/pic16/float.h: changes reentrant keyword with
3281         _FS_REENTRANT, added prototype for __fsneq, included sdcc-lib.h
3282         * device/lib/pic16/libsdcc/Makefile: added target directory gptr,
3283         updated target build-libraries to include objects from gptr,
3284         * device/lib/pic16/libsdcc/{char,int,long}/*.c: added macro
3285         _IL_REENTRANT to all function headings, included sdcc-lib.h header,
3286         * device/lib/pic16/libsdcc/float/*.c: added macro _FS_REENTRANT to
3287         all function headings,
3288         * src/SDCCmain.c: added global parameter userIncDirsSet,
3289         * (parseCmdLine): when option -I is encountered add directory to
3290         userIncDirsSet too,
3291         * src/version.awk: added space between control and long,
3292         * src/pic16/NOTES: added some notes for the port,
3293         * src/pic16/gen.c: added prototype for mov2fp function,
3294         * (fReturnpic16[]): properly named return value registers,
3295         * (_G structure): added fields stackRegSet, fregsUsed, stack_lat,
3296         * (aopForSym): added code to handle symbols with onStack flag set,
3297         symbols onStack are allocated PTRSIZE bytes,
3298         * (aopFreeAsmop): handles special case where asmops are stack objects,
3299         * (aopGet, pic16_popGet): adde cod to handle new asmop AOP_STA,
3300         * (pic16_popGetTempReg, pic16_popGetTempRegCond, pic16_popReleaseTempReg):
3301         added argument lock to trace flaws in allocating temporary registers
3302         when developing port,
3303         * (pic16_popGetLit, pic16_popGetLit2): changed lit from unsigned to signed
3304         * (pic16_popRegFromString): reenabled allocating a direct register
3305         from string,
3306         * (assignResultValue): various beautifications,
3307         * fixed bug #1037717 (patch from R. Neider & D. Wrinkler) with mistaken
3308         referenced function argument,
3309         * (genIpush): reenabled to allow stacked arguments, handles only
3310         ic->parmPush iCodes,
3311         * (genCall, genPcall): major changes to allow for variable argument
3312         functions, fixed a bug with falsely restoring stack pointer after
3313         returning from call,
3314         * (genFunction): pending code for critical function,
3315         * (shiftR1Left2ResultSigned, shiftR1Left2Result, shiftL2Left2Result,
3316         * (shiftR2Left2Result, shiftLLong) applied patch #1032155 from R.Neider,
3317         * (genNearPointerGet): fixed bug with indirect reading, was always
3318         reading from INDF0
3319         * (genGenPointerGet, genGenPointerSet): rewrote to support generic
3320         pointers,
3321         * (genAddrOf): rewrote code to take address of a stacked function parameter
3322         * (genCast): fixed casting to generic pointer type,
3323         * src/pic16/gen.h: added AOP_STA,
3324         * (struct asmop): added field stk,
3325         * src/pic16/genarith.c (pic16_AopType): handle AOP_STA,
3326         * (pic16_genPlusIncr): changed emitSKPNZ to emitSKPNZ,
3327         * (pic16_genAddLit, pic16_genPlus): applied patch #1034042 by tecodev,
3328         * (pic16_genMinus): fixed bug #1035119 with patch submitted by tecodev,
3329         * src/pic16/genutils.c (pic16_genNot): removed symbol *tlbl,
3330         * src/pic16/glue.c (pic16_printGPPointerType): fixed to support new
3331         generic pointers,
3332         * src/pic16/main.c (_pic16_initPaths): ignores default SDCC include
3333         and library paths,
3334         * (pic16_port structure): generic pointer size is set to 3,
3335         * src/pic16/pcode.c (pic16_newpCodeOpLit): correctly print literal integer,
3336         * (insertBankSwitch): cast to (char *) to prevent 64bit CPUs'
3337         compiler warning,
3338         * src/pic16/ralloc.c (allocReg): prevent allocating register when
3339         operand is an iTemp,
3340
3341 2004-09-24 Martin Helmling <mh AT octo-soft.de>
3342
3343         * debugger/mcs51/cmd.c: set PC if a symbol at pc reg is set
3344         * debugger/mcs51/simi.c: addapt new syntax of s51
3345
3346 2004-09-23 Vangelis Rokas <vrokas AT otenet.gr>
3347
3348         * src/pic16/genutils.c (pic16_genNot): fixed bug #1032265,
3349         * src/pic16/pcode.c: commented out some calls to free() in order to
3350         fix bug #989576,
3351
3352 2004-09-23 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3353
3354         * src/SDCCicode.h,
3355         * src/SDCCicode.c (isiCodeInFunctionCall),
3356         * src/avr/ralloc.c (selectSpil),
3357         * src/pic/ralloc.c (selectSpil),
3358         * src/pic16/ralloc.c (selectSpil),
3359         * src/ds390/ralloc.c (selectSpil),
3360         * src/hc08/ralloc.c (selectSpil),
3361         * src/xa51/ralloc.c (selectSpil),
3362         * src/mcs51/ralloc.c (selectSpil): Don't use remainSpil to spill to the
3363         stack in the middle of a function call sequence (fixes bug #1020268)
3364         * src/SDCCicode.c (geniCodeJumpTable): fixed error in computing the
3365         costs associated with the minimum switch case.
3366
3367 2004-09-19 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3368
3369         * src/SDCC.lex: fixed bug #1030549
3370
3371 2004-09-19 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3372
3373         * src/SDCCcse.h (struct cseDef),
3374         * src/SDCCcse.c (cseBBlock, newCseDef, ifFromAddrTaken): purge CSEs
3375         over a function call if the CSE is derived from a symbol whose
3376         address has been taken (fixes bug #1029883)
3377         * support/regression/tests/bug-1029883: a new regression test for
3378         this bug
3379
3380 2004-09-18 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3381
3382         * src/hc08/gen.c (emitinline): fixed bug #1029778
3383         * src/SDCC.y (assignment_expr): fixed the grammer so that assignment
3384         to a cast object is no longer a syntax error ("fixes" bug #1030006,
3385         and starts toward RFE #905167)
3386
3387 2004-09-17 Vangelis Rokas <vrokas AT otenet.gr>
3388
3389         * src/pic16/gen.c (mov2f): New function to move an operand to
3390         another without considering if it is a literal or a register,
3391         * (pic16_sameRegs): don't check if they are both AOP_REG,
3392         * (AccRsh): removed andmask=0 lines,
3393         * (genLeftShift): duplicated to be improved in future versions,
3394         * src/pic16/main.c (_process_pragma): emit stack default size in hex,
3395         * src/pic16/pcode.c: added POC_INFSNZW, updated inverted_op fields
3396         in POC_INCFSZ, POC_INCFSZW, POC_INFSNZ,
3397         * (pic16initMnemonics): added initialization for POC_INFSNZW,
3398         * (insertBankSwitch): fixed inserting banksel directives algorithm
3399         for instructions that follow a skip instruction, this fixes a report
3400         for broken subtraction code generation,
3401         * src/pic16/ralloc.c (deassignLRs): do not free register if current
3402         iCode is a left op, just in case result and right share the same
3403         registers
3404
3405 2004-09-16 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3406
3407         * src/hc08/main.c,
3408         * src/hc08/gen.c (genJumpTable): more efficient jump table, supports
3409         preservation of HX
3410         * src/hc08/gen.c (pullRegs): fixed order of HX & XA pairs
3411         * src/mcs51/ralloc.c (packRegisters): removed the patch applied
3412         on 2004-09-12; it was buggy
3413
3414 2004-09-15 Bernhard Held <bernhard AT bernhardheld.de>
3415
3416         * src/SDCCsymt.h: removed RESULT_CHECK
3417         * src/SDCCast.c,
3418         * src/SDCCglue.c,
3419         * src/SDCCval.c,
3420         * src/pic/glue.c,
3421         * src/pic16/glue.c: replaced RESULT_CHECK with RESULT_TYPE_NONE
3422
3423 2004-09-15 Vangelis Rokas <vrokas AT otenet.gr>
3424
3425         * src/SDCCicode.c (piCode): applied patch from Raphael Neider,
3426         * src/pic16/device.c (pic16_assignConfigWordValues): wrong
3427         configuration values no more rejected by compiler, they are assigned
3428         to configuration registers with a warning message instead,
3429         * src/pic16/glue.c (pic16_emitConfigRegs): added +1 at top-limit of
3430         the for-loop so last conf register is emitted too,
3431         * (_pic16_initPaths): link library libsdcc.lib by default,
3432         * (_hasNativeMulFor): modified test for multiplication according to
3433         Raphael Neider's remarks. Integer multiplication is also done with
3434         support functions,
3435         * device/include/pic16/pic18fregs.h: corrected type error in while
3436         testing and including 18f6720 header file
3437
3438 2004-09-14 Vangelis Rokas <vrokas AT otenet.gr>
3439
3440         * src/pic16/device.h (pic16_options): removed field use_crt,
3441         * src/pic16/gen.c (genUnpackBits): added call to pic16_loadFSR0
3442         until an optimization to handle single bits is added,
3443         * (pic16_loadFSR0): moved before genUnpackBits,
3444         * (genAnd): some white lines removed,
3445         * src/pic16/main.c (_pic16_finaliseOptions): set omit_ivt and clear
3446         leave_reset flags in pic16_options when using crt modules,
3447
3448 2004-09-12 Maarten Brock <sourceforge.brock AT dse.nl>
3449
3450         * src/mcs51/ralloc.c (packRegisters): applied fix by Bernhard Held
3451           for bugs 898889 & 979599. Also used some safer print instructions.
3452
3453 2004-09-12 Vangelis Rokas <vrokas AT otenet.gr>
3454
3455         * src/pic16/device.h (pic16_options_t): added field use_crt,
3456         crt_name, no_crt,
3457         * src/pic16/genarith.c (pic16_genPlus): added an assert(0) line to
3458         catch a probable future bug,
3459         * src/pic16/gen.c: aopIdx function commented out,
3460         * (genAssign): commented out old code which used aopIdx,
3461         * src/pic16/glue.c (pic16glue): removed some legacy fragments of
3462         code, added if conditionals to take into account the --use-crt
3463         command line options,
3464         * src/pic16/main.c (pic16_optionsTable): added new command line
3465         options, --use-crt= and --no-crt,
3466         * (_pic16_linkEdit): now the proper crt object is added in the
3467         linker command line except than when --no-crt is specified,
3468         * src/pic16/pcode.c,
3469         * src/pic16/pcode.h: added some structures and functions for a new
3470         optimization scheme to compansate for instruction overhead between
3471         same iCodes, this scheme is currently under development and is not
3472         working in any way,
3473         * src/pic16/gen.c (genAnd): added patch provided by Aaron Collwell
3474         to && operator,
3475         * device/lib/pic16/startup/crt0i.c,
3476         * device/lib/pic16/startup/crt0iz.c: added global char variable
3477         __uflags to force the generation of an idata section
3478
3479 2004-09-12 Bernhard Held <bernhard AT bernhardheld.de>
3480
3481         * doc/Makefile,
3482         * doc/clean.mk: added support for easy creation of sdcc-doc.tar.bz2
3483         * doc/sdccman.lyx: updated sdcc version to 2.4.4
3484
3485 2004-09-10 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3486
3487         * doc/sdccman.lyx: fixed a problem with my new index entries (thanks
3488         Frieder) and clarified the default code optimization mode
3489
3490 2004-09-10 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3491
3492         * src/SDCC.lex (doPragma, process_pragma),
3493         * src/SDCCglobl.h (struct optimize): added pragmas "opt_code_speed",
3494         "opt_code_size", and "opt_code_balanced"
3495         * src/SDCCmain.c (optionsTable[], printOptions, scanOptionsTable):
3496         regrouped options by category, added support for category headers
3497         * src/SDCCmain.c (parseCmdLine): added options "--opt-code-speed"
3498         and "--opt-code-size"
3499         * doc/sdccman.lyx: documented these new options and pragmas
3500         * src/hc08/gen.c (AccLsh, AccRsh): take speed/size optimization
3501         preference into account
3502
3503 2004-09-08 Maarten Brock <sourceforge.brock AT dse.nl>
3504
3505         * src/SDCCicode.c (geniCodePostInc, geniCodePreInc, geniCodePostDec,
3506           geniCodePreDec): Fixed bug 904237 by generating a warning
3507         * src/SDCCerr.h,
3508         * src/SDCCerr.c: added warning W_SIZEOF_VOID
3509
3510 2004-09-09 Slade Rich <slade_rich AT users.sourceforge.net>
3511
3512         * src/pic/device.c : When no max ram set validate full memory range.
3513         * src/pic/pcode.c,
3514         * src/pic/pcodepeep.c : Copy C code comments to optimised replacement code.
3515
3516 2004-09-08 Maarten Brock <sourceforge.brock AT dse.nl>
3517
3518         * device/lib/_gptrget.c,
3519         * device/lib/_gptrput.c: updated comment
3520         * device/lib/calloc.c,
3521         * device/lib/free.c,
3522         * device/lib/malloc.c,
3523         * device/lib/realloc.c: added LGPL, made them reentrant-safe
3524         * src/SDCCcse.c (cseBBlock),
3525         * src/SDCCicode.c (printOperand, geniCodeArray),
3526         * src/SDCCicode.h (struct operand): fixed bug 868103
3527         * support/regression/tests/bug-868103.c: added
3528         * src/SDCCast.c (searchLitOp),
3529         * src/SDCCcse.h (struct cseDef),
3530         * src/SDCCglue.c (printIvalArray, spacesToUnderscores),
3531         * src/SDCCicode.h (struct operand),
3532         * src/SDCCsymt.h (struct sym_link),
3533         * src/avr/gen.c (hasInc),
3534         * src/ds390/gen.c (hasInc),
3535         * src/hc08/gen.c (genPlusIncr, hasInc),
3536         * src/mcs51/gen.c (hasInc),
3537         * src/pic16/glue.c (pic16_printIvalChar),
3538         * src/pic16/ralloc.c (regWithIdx),
3539         * src/xa51/gen.c (hasInc) : removed warnings
3540         * src/SDCCast.c (createBlock): added comment ???
3541         * src/hc08/ralloc.c: updated comments
3542
3543 2004-09-07 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
3544
3545         * doc/sdccman.lyx: updated section on switch statements, added
3546         section about semaphore locking
3547         * doc/Makefile: added option -info for latex2html
3548         * device/lib/_gptrget.c,
3549         * device/lib/_gptrput.c: __XPAGE instead of P2 in outcommented code
3550
3551 2004-09-06 Slade Rich <slade_rich AT users.sourceforge.net>
3552
3553         * src/pic/device.h,
3554         * src/pic/device.c,
3555         * src/pic/port.c : Changed PIC14 code to not set bit RP1 when
3556          maxram is less than 0x100.
3557
3558 2004-09-06 Slade Rich <slade_rich AT users.sourceforge.net>
3559
3560         * Bug fixes for PIC14 - signed RSHIFT problem. Patch supplied by Allen(agschrum).
3561
3562 2004-09-06 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3563
3564         * src/port.h,
3565         * src/mcs51/main.c,
3566         * src/ds390/main.c,
3567         * src/z80/main.c,
3568         * src/hc08/main.c,
3569         * src/pic/main.c,
3570         * src/pic16/main.c,
3571         * src/avr/main.c,
3572         * src/xa51/main.c
3573         * src/SDCCicode.c (geniCodeJumpTable): Better logic to determine if a
3574         a jump table is the best form for a switch statement, including
3575         automatic insertion of missing cases to make the case range
3576         continuous. Developed in collaboration with Frieder Ferlemann.
3577
3578 2004-09-02 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3579
3580         * src/hc08/ralloc.c (canDefAccResult): multi-byte shift is unsafe for
3581         accumulator result if it needs sign extension
3582
3583 2004-09-02 Maarten Brock <sourceforge.brock AT dse.nl>
3584
3585         * src/hc08/ralloc.c (canUseAccOperand): fixed comparison bug
3586
3587 2004-09-02 Maarten Brock <sourceforge.brock AT dse.nl>
3588
3589         * device/lib/gbz80/printf.c,
3590         * device/lib/z80/printf.c: removed define for NULL
3591
3592 2004-09-02 Maarten Brock <sourceforge.brock AT dse.nl>
3593
3594         * as/xa51/xa_link.c,
3595         * device/examples/ds390/ow390/ad26.c,
3596         * device/examples/ds390/ow390/cnt1d.c,
3597         * device/examples/ds390/ow390/counter.c,
3598         * device/examples/ds390/ow390/ds2480.h,
3599         * device/examples/ds390/ow390/ds2480ut.c,
3600         * device/examples/ds390/ow390/findtype.c,
3601         * device/examples/ds390/ow390/gethumd.c,
3602         * device/examples/ds390/ow390/owllu.c,
3603         * device/examples/ds390/ow390/ownetu.c,
3604         * device/examples/ds390/ow390/swt12.c,
3605         * device/examples/ds390/ow390/swtloop.c,
3606         * device/examples/ds390/ow390/temp.c,
3607         * device/examples/ds390/ow390/temp10.c,
3608         * device/examples/ds390/ow390/thermo21.c,
3609         * device/examples/ds390/ow390/tinilnk.c,
3610         * device/examples/ds390/ow390/tstfind.c,
3611         * device/examples/serialcomm/windows/serial.cpp,
3612         * device/examples/serialcomm/windows/test_serialcomm.cpp,
3613         * device/include/reg51.h: fixed line endings for cvs
3614
3615 2004-09-02 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3616
3617         * src/hc08/ralloc.c (canDefAccResult, canUseAccOperand,
3618         packRegsForAccUse, packRegisters): new accumulator register
3619         packing algorithm
3620         * support/regression/ports/hc08/support.c (_putchar): suppress
3621         warning of unused variable
3622         * src/SDCCicode.c: added SWAP entry to codeTable
3623
3624 2004-09-01 Maarten Brock <sourceforge.brock AT dse.nl>
3625
3626         * device/lib/sprintf.c: forgot to add this file before previous commit
3627
3628 2004-09-01 Vangelis Rokas <vrokas AT otenet.gr>
3629
3630         * src/pic16/gen.c (genPackBits): added operand right in function
3631         parameters, load result directly if p_type is POINTER (that is
3632         called by genNearPointerSet)
3633         * (genUnPackBits): added operand left in function parameters,
3634         * (genNearPointerGet, genNearPointerSet): prevent the loading of
3635         FSR0 if accessing bitfields,
3636
3637 2004-08-31 Maarten Brock <sourceforge.brock AT dse.nl>
3638
3639         * device/include/stdio.h: added NULL, size_t, typedef pfn_outputchar,
3640           _print_format; updated printf, sprintf, vsprintf
3641         * device/include/asm/default/features.h: corrected comment/define
3642         * device/lib/Makefile.in: added sprintf.c
3643         * device/lib/libsdcc.lib: added sprintf module
3644         * device/lib/printf_large.c,
3645         * device/lib/vprintf.c,
3646         * device/lib/sprintf.c: totally refactored printf_large and vprintf
3647           into these 3 files
3648         * support/regression/Makefile: changed ALL_PORTS into a usefull default
3649         * support/regression/ports/mcs51-stack-auto/spec.mk: added sprintf
3650         * support/regression/tests/bug-927659.c: removed dummy putchar, enabled
3651           hc08 test
3652         * support/regression/tests/zeropad.c: define idata as data for hc08
3653
3654 2004-08-31 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3655
3656         * src/SDCCpeeph.c (labelIsReturnOnly): support hc08 rts opcode also
3657         * src/SDCCpeeph.c (buildLabelRefCountHash): assume function entry point
3658         labels are referenced at least once (even if a reference is not found)
3659         * src/hc08/gen.c (emitcode): set isComment flag for comments
3660         * src/hc08/peeph.def: added rules 5a..5f (optimize redundant immediate
3661         loads), rules 6a..6b (optimize jumps to return)
3662
3663 2004-08-30 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3664
3665         * device/lib/acosf.c (acosf),
3666         * device/lib/asinf.c (asinf),
3667         * device/lib/atanf.c (atanf),
3668         * device/lib/ceilf.c (ceilf),
3669         * device/lib/cosf.c (cosf),
3670         * device/lib/coshf.c (coshf),
3671         * device/lib/cotf.c (cotf),
3672         * device/lib/fabsf.c (fabsf),
3673         * device/lib/floorf.c (floorf),
3674         * device/lib/log10f.c (log10f),
3675         * device/lib/logf.c (logf),
3676         * device/lib/sinf.c (sinf),
3677         * device/lib/sinhf.c (sinhf),
3678         * device/lib/sqrtf.c (sqrtf),
3679         * device/lib/tanf.c (tanf),
3680         * device/lib/tanhf.c (tanhf),
3681         * device/include/math.h: defined _FLOAT_FUNC_REENTRANT macro and
3682         replaced all instances of "reentrant" in the library functions
3683         defined in math.h with this macro.
3684         * support/regression/tests/float_trans.c: reenabled test for hc08
3685
3686 2004-08-30 Bernhard Held <bernhard AT bernhardheld.de>
3687
3688         * device/lib/pic16/Makefile.common.in: added MODELFLAGS again, it was
3689         erroneously deleted
3690
3691 2004-08-30 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3692
3693         * src/hc08/gen.c (loadRegFromAop): better use of clra & clrx
3694         * src/hc08/gen.c (genAnd, genOr): fixed bug with conditional when
3695         multi-byte volatile operands are used
3696         * src/hc08/gen.c (shiftRLong): fixed bug with wrong rotate direction
3697         * src/hc08/main.c (_hc08_genAssemblerPreamble): moved the built-in
3698         initialization to area GSINIT0 so that it would always precede
3699         any static initializers in GSINIT
3700         * support/regression/tests/zeropad.c: fixed idata define for hc08
3701         * support/regression/tests/bug-927659.c,
3702         * support/regression/tests/float_trans.c: disabled tests for hc08
3703         pending missing library routines
3704         * .version: increased version number to 2.4.4 - hc08 port now passes
3705         regression tests
3706
3707
3708 2004-08-29 Bernhard Held <bernhard AT bernhardheld.de>
3709
3710         * device/lib/pic16/Makefile.common.in: added $(MM) to fix `make clean`
3711         * Makefile.common.in,
3712         * as/Makefile,
3713         * as/hc08/Makefile.in,
3714         * as/mcs51/Makefile.in,
3715         * as/z80/Makefile.in,
3716         * debugger/mcs51/Makefile.in,
3717         * device/include/Makefile.in,
3718         * device/lib/Makefile.in,
3719         * doc/Makefile,
3720         * link/Makefile,
3721         * link/z80/Makefile.in,
3722         * packihx/Makefile.in,
3723         * sim/ucsim/main_in.mk,
3724         * sim/ucsim/avr.src/Makefile.in,
3725         * sim/ucsim/doc/Makefile.in,
3726         * sim/ucsim/gui.src/serio.src/Makefile.in,
3727         * sim/ucsim/hc08.src/Makefile.in,
3728         * sim/ucsim/s51.src/Makefile.in,
3729         * sim/ucsim/xa.src/Makefile.in,
3730         * sim/ucsim/z80.src/Makefile.in,
3731         * src/Makefile.in,
3732         * support/cpp2/Makefile.in,
3733         * support/librarian/Makefile,
3734         * support/makebin/Makefile: added DESTDIR to the install path proposed
3735         by "Maciej 'Agaran' Pijanka" <agaran AT pld-linux.org>
3736         * doc/sdccman.lyx: added DESTDIR documentation
3737
3738 2004-08-29 Vangelis Rokas (vrokas AT otenet.gr>
3739
3740         * src/pic16/gen.c (genFunction, genEndFunction): fixed return
3741         instruction for interrupt handlers, use fast returns when returning
3742         from high priority interrupts
3743
3744 2004-08-29 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3745
3746         * src/hc08/gen.c (genAnd, genOr, transferAopAop, rmwWithAop): optimized
3747         code generation
3748         * src/hc08/gen.c (genrshFour, genCpl): fixed bugs
3749         * src/hc08/gen.c (genMultOneByte, genDivOneByte, genModOneByte): fixed
3750         bugs, ported much of Bernhard's code from mcs51
3751         * src/mcs51/gen.c (genSend),
3752         * src/hc08/gen.c (genSend): fixed bug with lost SEND iCodes if more
3753         than one when calling a reentrant function
3754         * device/lib/_mullong.c: defined an alternate struct layout for big
3755         endian ports (hc08)
3756
3757 2004-08-28 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3758
3759         * src/hc08/gen.c (shiftL2Left2Result): fix for bug-500536 regression
3760         test
3761
3762 2004-08-28 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3763
3764         * src/SDCCsymt.c (processFuncArgs): make sure parameter types
3765         are sane and complete before asking the port its prefered parameter
3766         passing method (fixes bug #1017633)
3767         * device/lib/hc08/_ret.c: added "data" storage class to _ret2
3768         and _ret3
3769
3770 2004-08-27 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3771
3772         * src/hc08/gen.c (genPackBitsImmed, genUnpackBitsImmed): fix offset
3773         problem in bitfields >= 8 bits.
3774
3775 2004-08-27 Maarten Brock <sourceforge.brock AT dse.nl>
3776
3777         * src/SDCCsymt.c: undid changes that were not meant to be committed
3778
3779 2004-08-27 Maarten Brock <sourceforge.brock AT dse.nl>
3780
3781         * support/regression/ports/hc08spec.mk: REENTRANT must be reentrant
3782
3783 2004-08-27 Maarten Brock <sourceforge.brock AT dse.nl>
3784
3785         * src/hc08/gen.c (genUminusFloat): fixed bug where only 3 bytes were
3786           copied and wrong bit got inverted
3787
3788 2004-08-27 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3789
3790         * src/hc08/gen.c (genPointerSet, genFarPointerSet): moved code from
3791         genFarPointerSet into genPointerSet; eliminated genFarPointerSet
3792         * src/hc08/gen.c (genPointerGet, genFarPointerGet): moved code from
3793         genFarPointerGet into genPointerGet; eliminated genFarPointerGet
3794         * src/hc08/gen.c (genPackBitsImmed): generate optimized code for
3795         assignments to bitfields at known addresses
3796         * src/hc08/gen.c (genUnpackBitsImmed): generate optimized code for
3797         reads from bitfields at known addresses
3798         * src/hc08/ralloc.c (packRegisters),
3799         * src/hc08/gen.c (genPointerGet, genUnpackBits, genUnpackBitsImmed,
3800         genhc08Code): optimize pointer get values used as conditionals
3801         * src/hc08/peeph.def: added rules 2e & 2f to optimize bit test
3802         and branch
3803
3804 2004-08-24 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3805
3806         * src/mcs51/gen.c (genPointerGet, genNearPointerGet, genPagedPointerGet,
3807         genFarPointerGet, genCodePointerGet, genGenPointerGet, genUnpackBits),
3808         * src/mcs51/ralloc.c (packRegisters): optimize pointer get values used
3809         as conditionals
3810
3811 2004-08-22 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
3812
3813         * src/mcs51/peeph.def: peepholes 248.i-m for xdata bitfields
3814
3815 2004-08-21 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3816
3817         * src/mcs51/ralloc.c (packRegsForOneuse): fixed bug #1012650 and some
3818         related problems
3819
3820 2004-08-21 Bernhard Held <bernhard AT bernhardheld.de>
3821
3822         * sim/ucsim/cmd.src/Makefile.in: run lex only if $(PRJDIR)/devel exists
3823
3824 2004-08-18 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3825
3826         * src/z80/ralloc.c (packRegsForAssign): ported some bug fixes from the
3827         mcs51 port
3828
3829 2004-08-16 Slade Rich <slade_rich AT users.sourceforge.net>
3830
3831         * src/pic/gen.c: Restored fn genRet as previous fix was incorrect.
3832
3833 2004-08-14 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
3834
3835         * src/mcs51/gen.c (genJumpTab): jumptables for more than 16 switch
3836         cases use more compact code.
3837
3838 2004-08-13 Slade Rich <slade_rich AT users.sourceforge.net>
3839
3840         * src/pic/gen.c: Fixed problem with fn returning a variable bigger than a char.
3841
3842 2004-08-12 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3843
3844         * src/SDCClrange.c (findPrevUse): fixed bug #1007371
3845
3846 2004-08-12 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3847
3848         * src/SDCCsymt.h,
3849         * src/SDCCsymt.c (changePointer, checkDecl, addSymChain): changed
3850         parameter of changePointer() from symbol* to sym_link*
3851         * src/SDCCast.c (decorateType): call changePointer() for CAST op
3852         * src/SDCCsymt.c (compareType): void* type is castable to other
3853         pointers, but not necesarily an exact match.
3854         * src/SDCCicode.c (geniCodeCast): allow void* casting here since it
3855         is no longer blindly treated as an exact match.
3856         * src/SDCCval.c (valCastLiteral): treat missing type as cast to void
3857
3858 2004-08-12 Slade Rich <slade_rich AT users.sourceforge.net>
3859
3860         * src/pic/glue.c: Added struct initialisation fn printIvalStruct.
3861
3862 2004-08-11 Slade Rich <slade_rich AT users.sourceforge.net>
3863
3864         * src/pic/gen.c,
3865         * src/pic/pcode.c,
3866         * src/pic/ralloc.h,
3867         * src/pic/ralloc.c: Printing rIdx on internal verbose debug.
3868
3869 2004-08-10 Slade Rich <slade_rich AT users.sourceforge.net>
3870
3871         * src/pic/device.c,
3872         * src/pic/device.h,
3873         * src/pic/device.c: Will no longer exit if #pragma maxram has not been defined.
3874
3875 2004-08-06 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3876
3877         * src/mcs51/gen.c (emitcode): fixed bug #992819
3878
3879 2004-08-05 Maarten Brock <sourceforge.brock AT dse.nl>
3880
3881         * src/pic/ralloc.c (deassignLR): allthough pic port is buggy already,
3882           there's no need to make it worse
3883
3884 2004-08-05 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3885
3886         * src/mcs51/ralloc.c (deassignLR),
3887         * src/ds390/ralloc.c (deassignLR),
3888         * src/hc08/ralloc.c (deassignLR),
3889         * src/z80/ralloc.c (deassignLR),
3890         * src/pic/ralloc.c (deassignLR),
3891         * src/pic16/ralloc.c (deassignLR),
3892         * src/avr/ralloc.c (deassignLR),
3893         * src/SDCClrange.c (findRecursiveSucc, findRecursivePred, findPrevUse,
3894         rlivePoint): fixed another part of bug #971834
3895
3896 2004-08-04 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3897
3898         * src/z80/main.c: enabled "critical" keyword
3899         * src/z80/mappings.i,
3900         * src/z80/gen.c (genFunction, genEndFunction): support for interrupt
3901         functions (fixes bug #979646)
3902         * doc/sdccman.lyx: added a subsection explaining z80 interrupt support
3903
3904 2004-08-04 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
3905
3906         * src/mcs51/gen.c (genInline): Add \n for labels, not DOS/WIN dirs
3907           such as c:\mydir.
3908
3909 2004-08-03 Maarten Brock <sourceforge.brock AT dse.nl>
3910
3911         * src/SDCCloop.c (loopInvariants): fixed bug 983545, hope this
3912           doesn't disable too much optimizations
3913
3914 2004-08-02 Slade Rich <slade_rich AT users.sourceforge.net>
3915
3916         * src/pic/glue.c Disabled "WARNING: function 'main' undefined" when -S option is used.
3917
3918 2004-08-02 Maarten Brock <sourceforge.brock AT dse.nl>
3919
3920         * src/SDCClrange.c (rlivePoint): fixed bug 988568, thanks to anonymous
3921
3922 2004-08-02 Slade Rich <slade_rich AT users.sourceforge.net>
3923
3924         * src/pic/gen.c tidied up tabs
3925         * src/pic/genarith.c tidied up tabs and fixed bug with literal multiple where same register was used for hi and low byte
3926         * src/pic/main.c tidied up tabs
3927         * src/pic/pcode.c tidied up tabs and disabled verbose code generation
3928         * src/pic/pcoderegs.c tidied up tabs
3929         * src/pic/ralloc.c tidied up tabs
3930
3931 2004-07-30 Vangelis Rokas <vrokas AT otenet.gr>
3932
3933         * src/SDCCmem.c (allocGlobal): don't turn S_REGISTER storage class
3934         to S_FIXED for pic16 port and when symbol is not in level 0,
3935         allocate for S_REGISTER storage class and pic16 port, too,
3936         * src/pic16/device.h: prototype for checkSym,
3937         * src/pic16/device.c (pic16_dump_access, checkSym): NEW,
3938         * (pic16_assignConfigWordValue): test the value and the mask to
3939         validate that the value is suitable for the configuration word,
3940         * src/pic16/glue.c (pic16_printIvalFuncPtr): use 'externs' to
3941         collect extern declared symbols, don't emit symbol twice, check
3942         first if symbol is in publics set first,
3943         * src/pic16/main.c (_pic16_keywords[]): added keyword 'register',
3944         * added command line '--fstack' which enables an experimental
3945         feature for stack access, too buggy to be used yet...
3946         * src/pic16/ralloc.c (pic16_accessregWithName): NEW,
3947         * (pic16_allocDirReg): when register has storage class S_REGISTER
3948         allocate in pic16_dynAccessRegs,
3949         * device/include/pic16/pic18f????.h: modified configuration word
3950         naming convention, words started as CONFIG0H but should be CONFIG1H
3951
3952 2004-07-29 Maarten Brock <sourceforge.brock AT dse.nl>
3953
3954         * device/include/mcs51reg.h: fixed bug 970993
3955
3956 2004-07-27 Maarten Brock <sourceforge.brock AT dse.nl>
3957
3958         * added lib/calloc.c, lib/free.c, lib/realloc.c, include/stddef.h
3959         * updated lib/malloc.c, lib/libsdcc.lib, lib/Makefile.in, include/malloc.h
3960         * src/SDCC.lex (doPragma): added pragma disable_warning <nnn>
3961         * src/SDCCmain.c (parseCmdLine): added option --disable-warning <nnn>
3962         * src/ds390/gen.c (genPlusIncr): fixed bug when incrementing generic pointers
3963         * support/Util/SDCCerr.c (vwerror): suppress disabled warnings and output
3964           error/warning numbers,
3965           added function setWarningDisabled()
3966         * support/Util/SDCCerr.h: added setWarningDisabled() and MAX_ERROR_WARNING
3967         * support/regression/ports/mcs51-stack-auto/spec.mk: added dependencies
3968           _memcmp.c _memmove.c calloc.c realloc.c free.c
3969         * support/regression/tests/malloc.c: added tests for new functionality
3970         * support/regression/tests/zeropad.c: added tests for truncated initializers
3971           and initialized char arrays starting with '\x0'
3972         * src/mcs51/peeph.def: fixed regression, added peephole 177.f
3973
3974 2004-07-26 Bernhard Held <bernhard AT bernhardheld.de>
3975
3976         * support/valdiag/tests/overflow.c: fixed warning on (1 >> 40)
3977
3978 2004-07-26 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
3979
3980         * doc/sdccman.lyx: updated example in section "Absolute Addressing"
3981         * src/mcs51/peeph.def: added contributed fix for "bug" #995347 as
3982         peephole 177.e. Thanks to anonymous
3983
3984 2004-07-25 Vangelis Rokas <vrokas AT otenet.gr>
3985
3986         * src/pic16/glue.c (pic16_printIvalFuncPtr): when an extern
3987         function isn't used in the source but referenced as a
3988         variable initializer then declare it as extern in .asm file
3989
3990 2004-07-24 Vangelis Rokas <vrokas AT otenet.gr>
3991
3992         * .version: increased version number to 2.4.3
3993
3994         Adding version extension according to ChangeLog CVS revision
3995         * src/Makefile.in (target all): added dependency 'version.h'
3996         * (rule version.h): added rule to create version.h from ChangeLog,
3997         * (rule dep): added dependency version.h,
3998         * src/version.awk: AWK script to create version.h
3999         * src/SDCCdwarf2.c (dwWriteModule),
4000         * src/SDCCglue.c (initialComments),
4001         * src/SDCCmain.c (printVersionInfo): modified to write after
4002         version string the version extension number,
4003         * src/SDCCutil.c: included "version.h"
4004         * (getBuildNumber): NEW, returns SDCC's ChangeLog minor revision
4005         number,
4006         * src/SDCCutil.h: added prototype for getBuildNumber
4007
4008         * src/SDCCmain.c (parseCmdLine): when sOpt is 'I' add rest in
4009         includeDirsSet, too,
4010         * src/SDCCsymt.c (checkSClass): don't emit error when a variable,
4011         const char [] is found in function prototype...
4012
4013         * src/pic16/genarith.c (pic16_genUMult8XLit_8): optimization to omit
4014         moving to WREG with source is already in WREG,
4015         * src/pic16/gen.h: added AOP_FSR0 and AOP_FSR2 in enum,
4016         * src/pic16/gen.c (getFreePtr): updated to look for FSR0 and FSR2,
4017         * (aopForSym): stack'ed symbols are partially supported, added
4018         if-clause to support symbols in FARSPACE,
4019         * (sameRegs): added test for AOP_ACC to see if registers are same,
4020         * (pic16_freeAsmop): added case for AOP_FSR0 and AOP_FSR2,
4021         * (pic16_aopGet): added case for AOP_FSR0 and AOP_FSR2,
4022         * (pic16_popRegFromString): will not allocate a new register if it
4023         doesn't find one by name, bug may have introduced...
4024         * (pic16_popGet): added case for AOP_FSR0 and AOP_FSR2,
4025         * (genIpush): revived to use pic16 port's stack,
4026         * (genAddrOf): added incomplete case for stack'ed operand,
4027         * (genCast): optimized a pair of MOVFW,MOVWF to MOVFF
4028         * src/pic16/genutils.c (pic16_genNot): almot new vesrion for NOT,
4029         can handle multibyte operands,
4030         * src/pic16/glue.c (pic16_printIval*): some debug info added,
4031         * (pic16initialComments): added message for MPLAB compatibility
4032         mode enabled,
4033         * src/pic16/main.h: prototype for pic16_mplab_comp,
4034         * src/pic16/main.c (pic16_optionsTable): new option --mplab-comp,
4035         which enabled MPLAB compatibility mode (i.e. no #LINE/#FILE, BANKED)
4036         * (_pic16_linkEdit): NEW, handles link stage, transferred here
4037         because of increased complexity of procedure,
4038         * (_process_pragma): stack pragma changed to format 'stack pos len',
4039         emit symbol '_stack_end' to conform with gplink,
4040         * src/pic16/pcode.c (pic16_newpCodeOpBit): using pic16_regWithName
4041         to search for register,
4042         * (pic16_get_op, pic16_get_op2): added case for PO_W, PO_WREG and
4043         PO_GPR_REGISTER,
4044         * (pic16_pCode2str): when in MPLAB compatibility mode, comment out
4045         #LINE directives and replace 'B' with 'BANKED' in instruction opcodes
4046         * (pic16_getRegFromInstruction, pic16_getRegFromInstruction2): added
4047         case for PO_GPR_REGISTER,
4048         * (pic16_AnalyzeBanking): removed the old message for inc2h.pl, past
4049         dies, the new era is ahead !...
4050         * src/pic16/ralloc.c: added hash reposits pic16_dynAllocRegNames and
4051         pic16_dynInternalRegs,
4052         * (pic16_allocregWithName, pic16_procregWithName, pic16_regWithname): NEW,
4053         * (pic16_allocDirReg): minor optimizations and bug fixes,
4054         * (pic16_allocWithIdx): when searching pic16_dynProcessorRegs use fixed,
4055
4056         * device/lib/pic16/startup/crt0*.c: extern definition of stack_end,
4057         load stack and frame pointer with address of 'stack_end' symbol
4058
4059 2004-07-23 Vangelis Rokas <vrokas AT otenet.gr>
4060
4061         * src/pic16/glue.c (pic16emitStaticSeg): fixed bug with files
4062         without source code but only variable initializers
4063
4064 2004-07-20 Vangelis Rokas <vrokas AT otenet.gr>
4065
4066         * src/pic16/glue.c (pic16emitRegularMap): unused functions marked as
4067         external are not declared as extern to reduce overhead while linking
4068
4069 2004-07-20 Maarten Brock <sourceforge.brock AT dse.nl>
4070
4071         * src/SDCCast.c (decorateType): removed buggy fix for bug #979599
4072
4073 2004-07-11 Maarten Brock <sourceforge.brock AT dse.nl>
4074
4075         * src/SDCCglue.c (printIvalArray): fixed bug #984229, thanks to Phuah
4076           Yee Keat for the patch
4077         * src/SDCCast.c (decorateType): fixed bug #979599
4078         * src/ds390/gen.h: removed local fReturnSizeDS390
4079         * src/ds390/gen.c: made fReturnSizeDS390 signed short to remove a warning
4080         * src/ds390/gen.c (genAnd, genOr, genXor),
4081         * src/mcs51/gen.c (genAnd, genOr, genXor): generate better optimized code
4082
4083 2004-07-04 Vangelis Rokas <vrokas AT otenet.gr>
4084
4085         * src/SDCCmain.c (linkEdit): modifications only for pic16 port,
4086         add relFilesSet to $3, manipulate $2 to handle linking of object
4087         files without source files in command line,
4088         * device/include/pic16 (all headers): added ID location macros,
4089         * src/pic16/device.c (struct PIC16_device Pics16[]): added field
4090         entries for ID location bytes,
4091         * (pic16_assignIdByteValue): NEW,
4092         * src/pic16/device.h: new structures idRegInfo_t and idBytesInfo_t,
4093         added field dumpcalltree to pic16_options_t,
4094         * src/pic16/gen.c (genCmp): fixed bug case so a temporary register
4095         is used instead of pic16_Gstack_base_addr, check if (ifx) before
4096         emitting rFalseIfx label after check_carry label,
4097         * src/pic16/glue.c (PIC16_IS_IDLOC_ADDRESS, PIC16_IS_HWREG_ADDRESS,
4098         pic16_emitDIRegs), NEW
4099         * (pic16glue): dump .calltree file when option --calltree found,
4100         * src/pic16/main.c (OPTION _pic16_optionsTable): new option --calltree
4101         * (_pic16_genAssemblerPreamble): emit ID locations after
4102         configuration registers,
4103         * (pic16_linkCmd): modifications of the link command,
4104         * src/pic16/pcode.c (pic16_pciMOVFF): PCC_REGISTER replaces PCC_REGISTER2
4105         * (pic16_pCodeInitRegisters): don't init stack registers,
4106         * (pic16_findPrevInstruction): fixed bug,
4107         * (pic16_getRegFromInstruction, pic16_getRegFromInstruction2): fixed
4108         bug with immediate registers,
4109         * (buildCallTree): traces stack push and pop,
4110         * (pct2): dump also stack usage for each function,
4111         * src/pic16/ralloc.c (dynrIdx): registers names start from 0x00
4112         * (pic16_allocDirReg): various modifications,
4113         * (pic16_typeRegWithIdx): when searching pic16_dynProcessorRegs set
4114         fixed to 1,
4115
4116 2004-07-02 Vangelis Rokas <vrokas AT otenet.gr>
4117
4118         * src/pic16/pcode.c: removed buggy double colon
4119
4120 2004-07-01 Borut Razem <borut.razem AT siol.net>
4121
4122         * support/scripts/sdcc.nsi: added include/pic16 to setup
4123
4124 2004-06-30 Vangelis Rokas <vrokas AT otenet.gr>
4125
4126         * device/lib/Makefile.in: fixed bug in target objects-pic16,
4127         * device/lib/pic16/Makefile: prefixed with dash (-) command under
4128         target 'clean',
4129         * doc/sdccman.lyx: changed version to 2.4.2 and added some port
4130         specific command line arguments. Also added sample lkr script
4131         for placing a variable at a specific memory bank.
4132         * src/pic16/device.c (pic16_dump_gsection): NEW, to dump variables
4133         at a specific memory bank,
4134         * (pic16_dump_isection): fixed bug which caused string literals to
4135         be omitted when dumping idata section,
4136         * (pic16_groupRegistersInSection): added code to handle registers
4137         in specific memory banks,
4138         * src/pic16/gen.c: labelOffset is prefixed with pic16_ and made
4139         public, all references are renamed too,
4140         * (pic16_aopGet): removed switch cases for AOP_R0,AOP_R1,AOP_DPTR,
4141         AOP_DPTR2,
4142         * (pic16_storeForReturn): added case to handle when dest is WREG,
4143         * src/pic16/genarith.c (pic16_pCodeOpSubType): NEW,
4144         * src/pic16/glue.c (pic16emitRegularMap): when adding a register in
4145         pic16_rel_udata, check to see if that register is marked as being
4146         a member of a specific memory bank,
4147         * (pic16_printIvalCharPtr): added code to add string literals either
4148         to code or the idata sections,
4149         * src/pic16/main.c (_process_pragma): added \n to WHITE constant,
4150         also accept the 'udata' pragma,
4151         * src/pic16/main.h: new structure types sectName and sectSym
4152         * src/pic16/pcode.c: added new pCodeInstruction entry for BANKSEL
4153         * (newpCodeOpBit): added PIC_OPTYPE subt in function prototype,
4154         * (pic16_findPrevInstruction): fixed, it returned nothing,
4155         * (insertBankSwitch): fixed to emit banksel/skip and skip/banksel
4156         instruction combinations,
4157         * (pic16_FixRegisterBanking): heavily reorganised,
4158         * (pic16_AnalyzeBanking): if generating banksel directives is
4159         disabled, then don't call FixRegisterBanking at all,
4160         * src/pic16/ralloc.c (bitEQUs, aliasEQUs, allDefsOutOfRange):
4161         completely removed,
4162         * (pic16_writeUsedRegisters): added call to pic16_dump_gsection
4163
4164 2004-06-29 Bernhard Held <bernhard AT bernhardheld.de>
4165
4166         * src/SDCCglue.c (printChar): fixed bug #973350, patch provided by
4167         Phuah Yee Keat <yk.phuah AT nestac.com>
4168
4169 2004-06-28 Vangelis Rokas <vrokas AT otenet.gr>
4170
4171         * src/pic16/glue.c (pic16createInterruptVect): function now emits
4172         correctly the IVT even if it is relocated to some other location
4173
4174 2004-06-28 Vangelis Rokas <vrokas AT otenet.gr>
4175
4176         * device/include/pic16/pic18fregs.h: added case for pic18f2220.h
4177         * device/include/pic16/pic18f2220.h: NEW,
4178         * device/lib/pic16/libdev/pic18f2220.c: NEW,
4179         * device/lib/pic16/libdev/Makefile: added 18f2220 in DEVS,
4180         * src/pic16/device.c (struct Pics16): added info for 18f2220,
4181         * src/pic16/device.h (struct pic16_options): added ivt_loc and
4182         nodefaultlibs, ivt_loc is the location of the interrupt vector
4183         table, and nodefaultlibs signs that default libraries should not be
4184         linked in link stage,
4185         * src/pic16/gen.c (genFunction): relocate interrupt vector functions
4186         according to --ivt-loc argument,
4187         * src/pic16/main.c (_process_pragma): emit '_stack' as public symbol
4188         when pragma stack is found,
4189
4190 2004-06-25 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
4191
4192         * src/mcs51/peeph.def: added peepholes 182.d (return 0.0),
4193         256 (range check), 257 (do while), 258.a-f (bit banging
4194         f.e. on 3-wire SPI bus)
4195
4196 2004-06-21 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4197
4198         * src/SDCClrange.c (findNextUseSym): fixed a live range bug with
4199         variables used exclusively within a loop
4200
4201 2004-06-21 Bernhard Held <bernhard AT bernhardheld.de>
4202
4203         * src/mcs51/gen.c (genCpl): quick fix for bug #974835
4204
4205 2004-06-21 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4206
4207         * src/SDCClrange.c (computeClash): fixed bug #971834
4208
4209 2004-06-20 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4210
4211         * src/mcs51/gen.c (genCmp): fixed bug #975903
4212         * src/hc08/gen.c (operandsEqu),
4213         * src/ds390/gen.c (operandsEqu),
4214         * src/z80/gen.c (operandsEqu),
4215         * src/pic/gen.c (operandsEqu),
4216         * src/pic16/gen.c (operandsEqu),
4217         * src/mcs51/gen.c (operandsEqu): fixed bug #976283
4218         * src/SDCCmain.c (parseCmdLine): report --unknown-option only once
4219
4220 2004-06-15 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4221
4222         * src/SDCCcse.c (cseBBlock): fixed bug #966963
4223
4224 2004-06-12 Vangelis Rokas <vrokas AT otenet.gr>
4225
4226         * src/pic16/gen.c (genPointerGet): added E_INTERNAL_ERROR for
4227         default case in switch statement,
4228         * glue.c (pic16_initPointer): expr is initialised via decoarteType
4229         to eliminate problem with initialisation of pointers, but problem
4230         still exists,
4231         * (pic16_pointerTypeToGPByte): removed, no needed for pic16,
4232         * (emitStaticSegment): removed various lines emitting debug info,
4233         * src/pic16/pcode.c, src/pic16/pcode.h, src/pic16/ralloc.h:
4234         added processor registers for utilizing EEPROM,
4235         * src/pic16/pcode.c (pic16_emitDB): number of DBs emitted is not
4236         configurable and set 8
4237
4238 2004-06-08 Vangelis Rokas <vrokas AT otenet.gr>
4239
4240         * .version: increased version number to 2.4.2,
4241
4242         Cumulative patch for pic16 port
4243         * src/pic16/device.c: changed scheme to dump initial values for
4244         variables in idata segment, all print_idata* functions were removed,
4245         now the pic16_printIval* will be called,
4246         * src/pic16/glue.c: (pic16_initPointer, pic16_pointerTypeToGPByte,
4247         * _pic16_printPointerType, pic16_printPointerType,
4248         * pic16_printGPointerType, pic16_printIvalArray, pic16_printIvalStruct,
4249         * pic16_printIvalBitFields, pic16_printIvalFuncPtr, pic16_printIvalPtr:
4250         NEW, similar to the respective functions in SDCCglue.c,
4251         * src/pic16/pcode.c (pic16_emitDB, pic16_flushDB): reverted to old
4252         way, emitting hex bytes,
4253         * (pic16_emitDS): NEW, emits a string for pointer initialisation,
4254
4255 2004-06-08 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4256
4257         * src/avr/ralloc.c (serialRegAssign),
4258         * src/xa51/ralloc.c (serialRegAssign),
4259         * src/pic/ralloc.c (serialRegAssign),
4260         * src/pic16/ralloc.c (serialRegAssign),
4261         * src/hc08/ralloc.c (serialRegAssign),
4262         * src/z80/ralloc.c (serialRegAssign),
4263         * src/ds390/ralloc.c (serialRegAssign),
4264         * src/mcs51/ralloc.c (serialRegAssign): fixed bug #964479
4265
4266 2004-06-08 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4267
4268         * src/SDCCicode.c (geniCodeJumpTable): fixed bug #967601
4269         * src/SDCCpeeph.c (labelIsReturnOnly): fixed bug #966505
4270
4271 2004-06-07 Vangelis Rokas <vrokas AT otenet.gr>
4272
4273         Cumulative patch for pic16 port:
4274         * src/pic16/device.h (typedef PIC16_device) modified fields for
4275         defining microcontrollers,
4276         * src/pic16/device.c: added new info for all devices in Pics16 array,
4277         * src/pic16/gen.c (genPcall): fixed bug that caused the return label
4278         to be optimised out by the pCode optimiser,
4279         * src/pic16/glue.c (pic16emitRegularMap): treat implicit aggragates
4280         specially, bug reported by G.M. Gallant,
4281         * src/pic16/pcode.c (pic16_newpCodeLabelFORCE): NEW, marks a label
4282         as force'd so that cannot be optimised out by pCode optimiser,
4283         * src/pic16/pcode.c,
4284         * src/pic16/pcodepeeph.c,
4285         * src/pic16/pcoderegs.c: many modifications to re-enable peepholes,
4286         they are disabled by default, but can be enabled explicit with
4287         command argument --denable-peeps, for testing,
4288         * device/lib/pic16/startup/Makefile: added --no-peep,--pomit-config-words,
4289         --pomit-ivt in COMPILE_FLAGS
4290
4291 2004-06-06 Maarten Brock <sourceforge.brock AT dse.nl>
4292
4293         * src/pic16/pcode.c (pic16_emitDB): removed double semicolon which fails
4294           compilation on MSVC
4295
4296 2004-06-06 Maarten Brock <sourceforge.brock AT dse.nl>
4297
4298         * device/include/sab80515.h: added sfr P6, changed GPL to LGPL
4299
4300 2004-06-06 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
4301
4302         device/include/sab80515.h: fixed bug #967492, DAPR is defined at adress
4303         0xd8, but the correct adress is 0xda. Thanks to anonymous for reporting
4304
4305 2004-06-06 Vangelis Rokas <vrokas AT otenet.gr>
4306
4307         * src/pic16/device.c (pic16_assignConfigWord): fixed bug that
4308         would only assign 0x300001 register.
4309
4310 2004-06-05 Vangelis Rokas <vrokas AT otenet.gr>
4311
4312         * device/lib/pic16/startup/Makefile: added $(MODELFLAGS)
4313         in COMPILE_FLAGS. Thanks to G. Gallant for report.
4314
4315 2004-06-05 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
4316
4317         * doc/sdccman.lyx: minor changes, mentioned beta vendor support
4318         for ds80c400
4319         * src/mcs51/peeph.def: ran unexpand -a over peeph.def
4320         * src/mcs51/peeph.def: removed obsolete peephole 100.a,
4321         added peephole 254 (left shift), 255 (jump table)
4322
4323 2004-06-04 Vangelis Rokas <vrokas AT otenet.gr>
4324
4325         * device/lib/Makefile.in: removed comment line with model-pic16,
4326         * (target port-specific-objects-pic16): the libraries and objects
4327         are copied to the build directory form the device/lib/pic16/bin
4328         directory
4329
4330         Cumulative patch concerning pic16 port:
4331         * library directory has been re-organized,
4332         * added support for PIC18F1220,
4333         * added headers and library sources for chips 18f1220,18f6520,
4334         18f6620,18f6680,18f6720,18f8520,18f8620,18f8680,18f8720
4335
4336         * configuration registers setting has changed, now each supported
4337         device has a complete description of the registers it uses,
4338         * all initialisations are moved to idata sections, these section
4339         can be absolute or relocatable,
4340         * fixed initialisation of codespace variables,
4341         * fixed warning about PCLATU and gpsim,
4342         * src/pic16/gen.c (genCmp): now can handle partially iCodes with no ifx,
4343         * (genAssign): use table reads when assigning from variables in codespace,
4344         * src/pic16/glue.c (pic16emitStaticSeg): fixed to correctly initialise
4345         char/int variables placed in codespace,
4346         * (pic16_emitConfigRegs): NEW, emits a list with configuration
4347         registers set in .asm file, no need for --pomit-config-words anymore,
4348         * (pic16glue): some 8051 legacy segments are commented out
4349         (to be removed completely),
4350         * added support for alternative assembler and linker with --asm=
4351         and --link= command line arguments,
4352         * peepholes are disabled automatically in the port, no need to
4353         specify on command line,
4354         * port supports natively char/int/long multiplication, but converts
4355         all divisions to support functions,
4356         * main.c: pic16_linkCmd and pic16_asmCmd changed to force output
4357         to the file set in variable $2,
4358         * pcode.c (pic16_emitDB, pic16_flushDB): modified to print printable
4359         strings in ASCII format and not in hex,
4360         * ralloc.c (serialRegAssign): added a triplet of conditional calls
4361         to pic16_allocDirReg for IC_RESULT, IC_LEFT and IC_RIGHT so to
4362         allocate proper register if iCodes aren't temporary,
4363
4364 2004-06-02 Maarten Brock <sourceforge.brock AT dse.nl>
4365
4366         * support/regression/tests/zeropad.c: added TEST_G macro for alpha
4367
4368 2004-06-02 Vangelis Rokas <vrokas AT otenet.gr>
4369
4370         * src/pic16/gen.c (genPcall): warning about gpsim and PCLATU
4371         is commented out
4372
4373 2004-06-01 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4374
4375         * src/hc08/gen.c (genPointerGetSetOfs): disabled optimization if
4376         computed address is reused
4377         * src/hc08/gen.c (genPackBits): fixed offsets in assignments to
4378         multi-byte bitfields
4379
4380 2004-06-01 Maarten Brock <sourceforge.brock AT dse.nl>
4381
4382         * src/z80/gen.c: (genArrayInit): must check for pointers too
4383
4384 2004-06-01 Maarten Brock <sourceforge.brock AT dse.nl>
4385
4386         * support/regression/tests/zeropad.c: never meant to commit the
4387           nestedstruct test: removed, added check for GCC version
4388
4389 2004-05-31 Maarten Brock <sourceforge.brock AT dse.nl>
4390
4391         * src/SDCCast.c (createIvalArray): fixed bug 770487 SIGSEGV
4392         * src/SDCCglue.c (emitRegularMap): fixed bug 770484 allocation problem
4393         * src/SDCCglue.c (initPointer, printIvalType, printIvalStruct,
4394           printIvalArray, printIvalFuncPtr, printIvalPtr, printIval): fixed
4395           bugs 928906 and 954082 half-empty initializers
4396         * src/SDCCsymt.h,
4397         * src/SDCCsymt.c (getAllocSize): added for above fix
4398         * src/z80/gen.c (genArrayInit): fixed bug 741044
4399         * support/regression/tests/zeropad.c: added tests
4400
4401 2004-05-30 Vangelis Rokas <vrokas AT otenet.gr>
4402
4403         * src/pic16/device.c (pic16_dump_section): corrected bug which
4404         caused some symbols of the libraries to be misplaced
4405
4406 2004-05-28 Vangelis Rokas <vrokas AT otenet.gr>
4407
4408         * src/pic16/glue.c,
4409         * src/pic16/ralloc.h,
4410         * src/pic16/ralloc.cc: prefixed IS_CONFIG_ADDRESS with PIC16_
4411         to fix conflict with pic port
4412
4413 2004-05-28 Vangelis Rokas <vrokas AT otenet.gr>
4414
4415         * src/pic16/glue.c (pic16emitStaticSeg): do not print as publics or
4416         externs configuration variables,
4417         * src/pic16/ralloc.h,
4418         * src/pic16/ralloc.cc: IS_CONFIG_ADDRESS is made public and added
4419         prototype in header, commented out some debug messages
4420
4421 2004-05-26 Vangelis Rokas <vrokas AT otenet.gr>
4422
4423         * src/pic16/glue.c,
4424         * src/pic16/main.c,
4425         * src/pic16/pcode.c: added gpasm directives #FILE/#LINE
4426         for gpasm COFF object generation. Thanks to D. Hawkins for
4427         his patch info
4428
4429 2004-05-25 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4430
4431         * src/ds390/main.c,
4432         * src/mcs51/main.c: fixed sort order of mnemonics (thanks to Maarten
4433         Brock for spotting this)
4434         * src/ds390/gen.c (genEndFunction),
4435         * src/mcs51/gen.c (genEndFunction): always save psw if function is an
4436         interrupt handler and critical. Disable push/pop optimizations when
4437         peephole optimizations disabled.
4438
4439 2004-05-25 Vangelis Rokas <vrokas AT otenet.gr>
4440
4441         Updated pic16 library sources and headers.
4442         * device/lib/pic16/pic18f*/ ,
4443         * device/include/pic16/*.h: modified to handle structured SFR
4444         definitions
4445
4446 2004-05-25 Vangelis Rokas <vrokas AT otenet.gr>
4447
4448         * src/port.h (PORT structure): added hook initPaths, now each
4449         port can declare its own default search paths,
4450         which can been seen with the --print-search-dirs option,
4451         see pic16 port for example,
4452         * src/SDCCmain.c (setBinPaths, setIncludePaths, setLibPath,
4453         setDataPaths): test to options.printSearchDirs is ifdef'ed out,
4454         * (doPrintSearchDirs): NEW, replaces in a central manner the
4455         printing of search dirs which was split in set*Paths functions,
4456         * (main): added call to port->initPaths and doPrintSearchDirs,
4457         * src/avr/main.c,
4458         * src/ds390/main.c,
4459         * src/hc08/main.c,
4460         * src/izt/i186.c,
4461         * src/izt/tlcs900h.c,
4462         * src/mcs51/main.c,
4463         * src/pic/main.c,
4464         * src/pic16/main.c: modified port structures to reflect addition of
4465         initPaths hook,
4466
4467         * src/pic16/device.c (regCompare): registers are finally sorted by name,
4468         * (pic16_dump_section): for registers in same address reserve memory once,
4469         * src/pic16/device.h (struct PIC16_device): changed variable gen_banksel
4470         to no_banksel,
4471         * src/pic16/genarith.c (pic16_genPlus): added code to handle cases where
4472         result is greater in size than right or left,
4473         * (pic16_genUMult8X8_8): there are some cases where the result can
4474         be 16 bits size, so handle these,
4475         * src/pic16/gen.c: changed some pic16_emitpcomment to DEBUGpic16_emitcode,
4476         * (pic16_outBitC): modified to emit pcodes,
4477         * (pic16_storeForReturn): using is_LitOp to see if operand is literal
4478         or not,
4479         * (genDivOneByte): implemented algorithm to divide 8-bits,
4480         * (genCmp): uncommented goto, but issues still exist,
4481         * (genAnd): fixed a bug with variables >8bits,
4482         * (genPackBits): optimization added that uses BCF/BSF to change a
4483         single bit,
4484         * (genAssign): fixed bug when assigning floating point literals,
4485         * src/pic16/glue.c (pic16glue): added assembler directive 'code' before
4486         __sdcc_gsinit_startup label,
4487         * src/pic16/main.c (_pic16_init): removed search directory
4488         initialisations,
4489         * (_pic16_initPaths): NEW, used to initialise search directories,
4490         * (_hasNativeMulFor): support functions for all except char/int
4491         multiplication, and char division,
4492         * (PIC16_port struct): modified entry for native mul support,
4493         * src/pic16/pcode.c (insertBankSwitch): modified to support the renamed
4494         no_banksel option,
4495         * (buildCallTree): call to register_usage is ifdef'ed out,
4496
4497 2004-05-22 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4498
4499         * device/include/string.h: applied Stas Sergeev's patch to make this
4500         header file compatible with the preprocessor -Wundef option
4501         * src/SDCCmain.c (main): abort compilation if preprocessor reports
4502         failure (fixes bug #941458)
4503
4504 2004-05-21 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4505
4506         * src/SDCCopt.c (killDeadCode): fixed bug #907733
4507         * support/Util/SDCCerr.c: reworded E_AUTO_ASSUMED diagnostic to clarify
4508         that the variable, not the function, should be static
4509         * src/SDCCval.c (valCastLiteral): fixed bit initialization from literal
4510         to be consistent with non-literal case
4511
4512 2004-05-19 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4513
4514         * src/SDCCast.c (isConformingBody): fixed bug #949967
4515         * src/SDCCopt.c (cnvToFcall, cnvToFloatCast, cnvFromFloatCast,
4516         convilong): fixed bug #952086
4517
4518 2004-05-18 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4519
4520         * src/SDCCmem.c (allocVariables): fixed bug #955321
4521
4522 2004-05-18 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4523
4524         * src/hc08/main.c (_hc08_genAssemblerEnd),
4525         * src/SDCCdwarf2.c (dwOpenFile, dwCloseFile, dwWriteFunction,
4526         dwWriteModule, dwWriteCLine, dwWriteALine, dwarf2FinalizeFile):
4527         completely eliminated the use of a temporary file
4528         * src/SDCCdwarf2.c (dwWriteAttr): fixed bug with location list offset
4529         when more than one file linked
4530         * src/SDCCloop.c (pointerAssigned): fixed bug #954163
4531
4532 2004-05-17 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4533
4534         * src/SDCCval.c (valForArray): applied Maarten Brock's patch #947682
4535         which fixes bug #543481
4536         * support/regression/tests/bug-751703.c: fixed comments left from a
4537         cut and paste error
4538         * src/SDCCdwarf2.c (dwCloseFile): don't explicitly close a temp file
4539         * src/SDCCdwarf2.c (dwTagFromType): added bitfield support
4540         * src/SDCCdwarf2.c (dwWriteSymbolInternal): handle extern within local
4541         scopes
4542         * src/SDCCdwarf2.c (dwWriteLineNumber): line number deltas are signed
4543         * src/SDCCmain.c (processFile, parseCmdLine): non-alphanumeric chars
4544         are now changed to underscores in moduleName
4545
4546 2004-05-15 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
4547
4548         * as/mcs51/lkmem.c: better fix for bug #954173
4549
4550 2004-05-15 Maarten Brock <sourceforge.brock AT dse.nl>
4551         committed by Frieder Ferlemann <Frieder.Ferlemann AT web.de>
4552
4553         * device/include/c8051f020.h: newly added SiLabs (Cygnal) header file
4554         * device/include/c8051f000.h,
4555         * device/include/c8051f120.h,
4556         * device/include/c8051f300.h,
4557         * device/include/c8051f310.h,
4558         * device/include/c8051f320.h: updated (added _XPAGE, CAPN, CAPP,
4559         PWM16) and detab'ed
4560
4561 2004-05-15 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
4562
4563         * doc/sdccman.lyx: mentioned sourceforge's delay between web frontend
4564         and mailing lists, doc'ed --no-peep-comments, removed reference
4565         to knoppix (newest version has no LyX/LaTeX), other minor changes
4566         * src/SDCCglue.c (glue): save 2 bytes stack space with
4567         option --main-return. The ljmp could probably be avoided too
4568
4569 2004-05-14 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
4570
4571         * as/mcs51/lkmem.c, as/mcs51/lkaomf51: fixed bug 954173
4572
4573 2004-05-14 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4574
4575         * src/SDCCsymt.h: added IS_AUTO(symbol) test macro
4576         * src/SDCCopt.c (isLocalWithoutDef),
4577         * src/SDCCicode.c (operandFromSymbol): use the IS_AUTO test macro
4578         which adds a !IS_EXTERN codition. Fixes bugs #877426 and #751703.
4579         (credit to Maarten Brock for patch #949363, on which this is based)
4580         * support/regression/tests/bug-751703.c: some test cases of extern used
4581         within inner scopes.
4582
4583 2004-05-14 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4584
4585         * src/SDCCdwarf2.c (dwMatchTypes): structs must have matching
4586         SPEC_STRUCT
4587         * src/SDCCdwarf2.c (dwTagFromType): fix to handle recursive
4588         struct definitions
4589         * src/SDCCdwarf2.c (dwWriteModule, dwNewDebugSymbol, dwWriteEndFunction,
4590         dwWriteLabel): fix to create valid debugger symbols even when
4591         the module name has non-alphanumeric symbols in it
4592         * src/SDCCdwarf2.c (dwWriteSymbolInternal): better detection for
4593         when a variable's allocation has been optimized away
4594
4595
4596 2004-05-13 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4597
4598         * src/hc08/gen.c (hc08_emitDebuggerSymbol),
4599         * src/hc08/main.c,
4600         * src/mcs51/gen.c (mcs51_emitDebuggerSymbol),
4601         * src/mcs51/main.c,
4602         * src/ds390/gen.c (ds390_emitDebuggerSymbol),
4603         * src/ds390/main.c,
4604         * src/z80/gen.c (z80_emitDebuggerSymbol),
4605         * src/z80/main.c,
4606         * src/pic/gen.c (pic14_emitDebuggerSymbol),
4607         * src/pic/main.c,
4608         * src/pic16/gen.c (pic14_emitDebuggerSymbol),
4609         * src/pic16/main.c,
4610         * src/avr/gen.c (avr_emitDebuggerSymbol),
4611         * src/avr/main.c,
4612         * src/xa51/gen.c (xa51_emitDebuggerSymbol),
4613         * src/xa51/main.c,
4614         * src/SDCCdebug.c (emitDebuggerSymbol),
4615         * src/SDCCdebug.h,
4616         * src/port.h: added a debugger struct to the port struct. Added a
4617         callback for defining debugger symbols
4618
4619         * src/SDCCast.c (createLabel),
4620         * src/SDCC.y (labeled_statement): mark all compiler generated labels
4621         with isitmp = 1
4622         * src/SDCCicode.h,
4623         * src/SDCCicode.c (geniCodeFunctionBody): added a link from the FUNCTION
4624         iCode back to the ast for the function
4625
4626         * src/hc08/ralloc.c (hc08_assignRegisters),
4627         * src/hc08/ralloc.h: define a regs struct for the stack pointer. Removed
4628         unneeded fields from the regs struct.
4629         * src/hc08/gen.c (transferRegReg, genFunction, genEndFunction): use the
4630         pushReg() & pullReg() functions instead of emitcode()
4631
4632         * src/hc08/gen.c (genLabel, genhc08Code),
4633         * src/SDCCdebug.h: Added additional debugger hooks needed for DWARF
4634
4635         * src/cdbFile.c (cdbWriteLabel, cdbWriteScope): Added stubs for unneeded
4636         debugger hooks
4637
4638         * src/hc08/gen.c (genEndFunction, genhc08Code),
4639         * src/hc08/gen.h,
4640         * src/mcs51/gen.c (genEndFunction, gen51Code),
4641         * src/mcs51/gen.h,
4642         * src/ds390/gen.c (genEndFunction, gen390Code),
4643         * src/ds390/gen.h,
4644         * src/z80/gen.c (genEndFunction, genZ80Code),
4645         * src/z80/gen.h,
4646         * src/z80/z80.h,
4647         * src/pic/gen.c (genEndFunction, genpic14Code),
4648         * src/pic/gen.h,
4649         * src/pic16/gen.c (genEndFunction, genpic16Code),
4650         * src/pic16/gen.h,
4651         * src/avr/gen.c (genEndFunction, genAVRCode),
4652         * src/avr/gen.h,
4653         * src/xa51/gen.c (genEndFunction, genXA51Code),
4654         * src/xa51/gen.h,
4655         * src/cdbFile.c (cdbWriteFunction, cdbWriteEndFunction): moved cdb
4656         specific code to cdbFile.c and out of the backend code generators
4657
4658         * as/hc08/lkmain.c (main): removed OMF51 support from link-hc08
4659         * as/hc08/lkarea.c (lnkarea): areas with NOLOAD attribute default
4660         starting address is now 0
4661
4662         * as/hc08/asm.h,
4663         * as/hc08/m08pst.c,
4664         * as/hc08/asmain.c (asmbl): implemented the .sleb128 and .uleb128
4665         assembler directive for DWARF support
4666         * as/hc08/lkelf.c (elf): only increment address when rtflg[] set
4667
4668         * src/src.dsp,
4669         * src/Makefile.in,
4670         * src/SDCCdwarf2.c: preliminary DWARF (ver 2) debugger data generator
4671
4672 2004-05-04 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4673
4674         * src/hc08/gen.c (genJumpTab, emitcode, genhc08code): fixed stack error
4675         and inappropriate peephole optimization in jump tables
4676
4677 2004-04-30 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
4678
4679         * as/hc08/m08pst.c,
4680         * src/SDCCglue.c: sdccopt works for the hc08 port now
4681
4682 2004-04-27 Bernhard Held <bernhard AT bernhardheld.de>
4683
4684         * src/SDCCicode.c (geniCodePreInc, geniCodePreDec): fixed bug #942130
4685
4686 2004-04-27 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
4687
4688         * as/hc08/lkelf.c: sdccconf.h is not available in WIN32
4689
4690 2004-04-24 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4691
4692         * src/SDCCpeeph.c (replaceRule): support empty replacement peephole
4693         rules
4694         * src/SDCCmain.c,
4695         * src/SDCCglobl.h,
4696         * src/SDCCpeeph.c (getPeepLine): new option --no-peep-comments omits
4697         comments from the peephole optimizer replacement rules
4698         * src/SDCCmem.c (printAllocInfoSeg): give actual location of spilled
4699         symbols
4700         * src/SDCCcse.c (updateSpillLocation),
4701         * src/SDCCopt.c (killDeadCode, findReqv): better tracking of register
4702         equivalents
4703         * src/hc08/ralloc.c (regTypeNum): pseudo symbols must be in DATA only
4704         * src/hc08/main.c (_hc08_finaliseOptions): made pointers to stack
4705         objects far pointers
4706
4707 2004-04-23 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4708
4709         * src/SDCCsymt.h: a missing part of my last change
4710         * src/pic/ralloc.c (regTypeNum),
4711         * src/pic16/ralloc.c (regTypeNum): fixed statement/declaration order
4712
4713 2004-04-23 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4714
4715         * src/SDCCicode.h,
4716         * src/SDCCicode.c (aggrToPtrDclType),
4717         * src/SDCCptropt.h,
4718         * src/SDCCptropt.c (ptrBaseRematSym, ptrPseudoSymSafe,
4719         ptrPseudoSymConvert),
4720         * src/pic/ralloc.c (regTypeNum),
4721         * src/pic16/ralloc.c (regTypeNum),
4722         * src/hc08/ralloc.c (regTypeNum),
4723         * src/ds390/ralloc.c (regTypeNum),
4724         * src/mcs51/ralloc.c (regTypeNum): check for dependancy hazards before
4725         creating pseudo symbols (fixed bugs #777768, #930484, and #933966)
4726
4727 2004-04-22 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4728
4729         * link/z80/lkmain.c (afile),
4730         * as/hc08/lkmain.c (afile),
4731         * as/mcs51/lkmain.c (afile): fix suggested by Maarten Brock to
4732         prevent a pointer problem when a filename has no directory and
4733         no extension specified.
4734
4735 2004-04-21 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4736
4737         * link/z80/lkmain.c (afile): allow periods in directory names
4738         * link/z80/lkmain.c (afile),
4739         * as/mcs51/lkmain.c (afile),
4740         * as/hc08/lkmain.c (afile): allow linker script file to have an
4741         extension other than ".lnk"
4742         * link/z80/lklex.c (getfid),
4743         * link/z80/lkmain.c (parse),
4744         * as/mcs51/lklex.c (getfid),
4745         * as/mcs51/lkmain.c (parse),
4746         * as/hc08/lklex.c (getfid),
4747         * as/hc08/lkmain.c (parse): Support comments in the linker script
4748         file on lines by themselves and after filenames
4749
4750 2004-04-20 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
4751
4752         * as/link_hc08.dsp: Added as/hc08/lkelf.c to project.
4753
4754 2004-04-20 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4755
4756         * src/z80/peeph-z80.def: removed some peephole rules that don't
4757         work with multibyte arithmetic (fixed bug #937126)
4758         * src/mcs51/peeph.def: fixed peephole rules 150-158 to apply only
4759         to registers and not global variables
4760         * src/SDCCicode.c (geniCodeAssign, ast2iCode, geniCodePostInc,
4761         geniCodePreInc, geniCodePostDec, geniCodePreDec,
4762         geniCodeLogicAndOr, geniCodeConditional): enforce strict lvalue
4763         checking for assignments not internally generated (fixed bug #931895)
4764         * src/SDCC.y (postfix_expr): ignore typedefs when looking for a
4765         structure member (fixed bug #930072)
4766
4767 2004-04-19 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4768
4769         * src/SDCCmain.c (linkEdit),
4770         * src/hc08/main.c (_hc08_parseOptions),
4771         * as/hc08/Makefile.in,
4772         * as/hc08/aslink.h,
4773         * as/hc08/asm.h,
4774         * as/hc08/m08pst.c,
4775         * as/hc08/lkrloc.c (relr, rele),
4776         * as/hc08/lkarea.c (lnkarea)
4777         * as/hc08/lkmain.c (afile, parse),
4778         * as/hc08/lkelf.c: support for ELF output
4779         * as/hc08/lks19.c (s19),
4780         * as/hc08/lkihx.c (ihx): ignore areas with the NOLOAD attribute
4781
4782 2004-04-17 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
4783
4784         * as/mcs51/lkihx.c: Fixed bug #899105.
4785
4786 2004-04-16 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
4787
4788         * doc/sdccman.lyx: Added instructons on how to convert MSVC .dsw and
4789         .dsp files from Unix to DOS.
4790
4791 2004-04-16 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4792
4793         * doc/sdccman.lyx: removed the ANSI-C noncompliance note regarding
4794         function pointers; we have been compliant for several months now.
4795         * src/mcs51/ralloc.c (serialRegAssign): enabled part of my 2004-04-13
4796         change that was accidently commented out
4797         * src/mcs51/gen.c (freeAsmop, getFreePtr, freeForBranchAsmop, genIfxJump,
4798         genCmpEq, jmpTrueOrFalse, genCmp, genAnd, genOr, genXor, genIfx): fixed
4799         bug #922319
4800
4801 2004-04-15 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4802
4803         * src/hc08/gen.c: output of all of the internal debugging information
4804         is now controlled by the D() macro; it is disabled by default
4805
4806 2004-04-13 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4807
4808         * src/mcs51/ralloc.c (serialRegAssign, fillGaps, allocThisReg): try
4809         harder to keep the same registers during a CAST iCode
4810         * src/SDCCopt.c (optimizeCastCast, eBBlockFromiCode): casts of char to
4811         long via int can be done in a single cast, if the signedness is
4812         correct.
4813         * support/regression/tests/bug-927659.c: fixed to avoid conflict with
4814         putchar() in tinibios.c in ds390's library
4815
4816 2004-04-12 Bernhard Held <bernhard AT bernhardheld.de>
4817
4818         * src/SDCCast.c (decorateType): fixed bug #898889,
4819         cast result of a literal complement too
4820         * src/mcs51/ralloc.c (packRegsForAssign): fixed bug #930931,
4821         fixed check for bitfields
4822
4823 2004-04-11 Bernhard Held <bernhard AT bernhardheld.de>
4824
4825         * src/SDCCicode.c (geniCodeLogic): made it static,
4826         (geniCodeLogicAndOr): added in order to fix bug #905492,
4827         (ast2iCode): fixed bug #905492
4828         * support/regression/tests/bug-905492.c: added
4829         * src/SDCCast.c (decorateType): don't decorate/process parms twice,
4830         (processParms): fixed bug #927659: don't copy parms, this will clear
4831         decorated flag
4832         * support/regression/tests/bug-927659.c: added
4833
4834 2004-03-29 Bernhard Held <bernhard AT bernhardheld.de>
4835
4836         * src/SDCCast.c (addCast): don't cast float to char
4837         * device/lib/libsdcc.lib: added _memmove
4838
4839 2004-03-28 Bernhard Held <bernhard AT bernhardheld.de>
4840
4841         * device/lib/large/Makefile: fixed parallel execution by
4842         replacing `make` by `$(MAKE)`
4843
4844 2004-03-28 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4845
4846         * src/hc08/gen.c (genPointerGetSetOfs): correctly handle 1 byte array
4847         offsets (fixes bug #923936)
4848
4849 2004-03-26 Bernhard Held <bernhard AT bernhardheld.de>
4850
4851         * device/lib/small/Makefile: fixed parallel execution by
4852         replacing `make` by `$(MAKE)`
4853
4854 2004-03-23 Bernhard Held <bernhard AT bernhardheld.de>
4855
4856         * device/lib/vprintf.c (vsprintf): minor optimization, see bug #801101
4857
4858 2004-03-23  Scott Dattalo  <scott AT dattalo.com>
4859
4860         * src/pic/gen.c (genCpl): multi-byte complements were not working.
4861         * src/regression/Makefile: Regression test was not running.
4862
4863 2004-03-23 Bernhard Held <bernhard AT bernhardheld.de>
4864
4865         * src/SDCCast.c (resultTypePropagate, decorateType): avoid promotion to int for
4866         complement if possible
4867         * src/SDCCval.c (valComplement),
4868         * src/SDCCicode.c (operandOperation): fixed complement of literal
4869         * support/regression/tests/onebyte.c (testComplement): added
4870
4871 2004-03-22 Bernhard Held <bernhard AT bernhardheld.de>
4872
4873         * src/SDCCast.c (processParms): fixed bug #920866; decorateType() can
4874         return an optimized tree; actually replace actParm with the new tree
4875         * src/SDCCast.h: added some parantheses to remove side effects
4876         * support/regression/tests/bug-920866.c
4877
4878 2004-03-21  Scott Dattalo  <scott AT dattalo.com>
4879         * src/pic/gen.c, src/pic/gen.h, src/pic/genarith.c, src/pic/pcode.c:
4880         Bit operands were not being handled properly in the pic14 port.
4881         (now src/regression/add.c passes again).
4882
4883 2004-03-20 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4884
4885         * src/SDCC.y (labeled_statement): case and default no longer require
4886         a following statement (RFE #893037)
4887
4888 2004-03-19 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4889
4890         * src/mcs51/gen.c (pushSide, genSignedRightShift, genDjnz, geniPush):
4891         use MOVA macro to avoid "mov a,acc" when peephole optimizer is
4892         disabled (fixes bug #916294)
4893         * sim/ucsim/s51.src/mov.cc (inst_mov_a_addr): Throw an error on
4894         "mov a,acc"; patch provided by Lenny Story
4895         * device/include/mc68hc908gp32.h: header contibuted by Juan Gonzalez
4896
4897 2004-03-19 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4898
4899         * src/mcs51/gen.c (genFunction): optimize RECEIVE in reentrant
4900         functions
4901         * src/ds390/gen.c (genFunction, genEndFunction),
4902         * src/ds390/ralloc.c (ds390_assignRegisters),
4903         * src/mcs51/gen.c (genFunction, genEndFunction, mcs51_assignRegisters):
4904         * src/mcs51/ralloc.c (mcs51_assignRegisters): Skip optimizing registers
4905         pushed if there are parameters passed on the stack. Also, a cleaner
4906         way to decide if r0/r1 should be pushed/popped. (Together they fix
4907         bug #918693)
4908
4909 2004-03-18 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4910
4911         * doc/sdccman.lyx,
4912         * device/lib/mcs51/crtpagesfr.asm,
4913         * device/lib/mcs51/crtxinit.asm,
4914         * device/lib/mcs51/crtxstack.asm: Changed name of _PAGESFR to _XPAGE
4915         to avoid confusion with Si Lab's SFRPAGE register.
4916
4917 2004-03-17 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4918
4919         * src/SDCCglue.c (emitMaps): allow public sfr variables
4920         * src/SDCCglue.c (initialComments): include compiler build date
4921         with compiler version and put the timestamp of the generated
4922         assembly file on a serperate line to be less confusing.
4923         * src/port.h: added genInitStartup hook
4924         * src/avr/main.c,
4925         * src/ds390/main.c,
4926         * src/hc08/main.c,
4927         * src/pic/main.c,
4928         * src/pic16/main.c,
4929         * src/xa51/main.c,
4930         * src/z80/main.c: genInitStartup initialize as NULL (default to
4931         historical behaviour)
4932         * src/SDCCglue.c (glue): _sdcc_gsinit_startup is now port specific.
4933         * src/mcs51/main.c: (_mcs51_genInitStartup, _mcs51_genExtraAreas,
4934         _mcs51_genXINIT, _mcs51_genRAMCLEAR): link initialization code from the
4935         library instead of hard coding it into the compiler.
4936         * support/regression/ports/mcs51-stack-auto/spec.mk,
4937         * src/SDCCmain.c (linkEdit): added mcs51.lib to the link libraries
4938         * device/lib/mcs51/Makefile,
4939         * device/lib/small/Makefile,
4940         * device/lib/large/Makefile,
4941         * device/lib/mcs51/crtpagesfr.asm,
4942         * device/lib/mcs51/crtstart.asm,
4943         * device/lib/mcs51/crtxclear.asm,
4944         * device/lib/mcs51/crtxinit.asm,
4945         * device/lib/mcs51/crtclear.asm,
4946         * device/lib/mcs51/crtxstack.asm: move most of the mcs51 C runtime
4947         startup/initialization out of src/SDCCglue.c and src/mcs51/main.c
4948         and into user configurable files.
4949         * device/lib/clean.mk: clean mcs51 directory too
4950         * support/regression/tests/longlit.c: added static to T1 declaration
4951         * doc/sdccman.lyx: documented _PAGESFR sfr for customizing pdata
4952         accesses in the initialization code
4953
4954 2004-03-14 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4955
4956         * device/include/mc68hc908qy.h: corrected declarations of FLBPR and
4957         OSCTRIMVAL as noted in bug #916008
4958
4959 2004-03-14 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4960
4961         * src/SDCCloop.c (basicInduction): fixed bug with loop induction
4962         in loops with multiple exits (reported as incorrect registers
4963         used by Martin Helmling in Sdcc-user list)
4964
4965 2004-03-12 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
4966
4967         * src/ds390/main.c (_ds390_genAssemblerPreamble): cosmetic change,
4968         made ds390 register extensions look less like error messages
4969
4970 2004-03-12 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4971
4972         * src/SDCCglue.c (printIvalPtr): fixed bug with pointer initializer
4973         reported by Adam Wozniak in Sdcc-user list
4974
4975 2004-03-10 Bernhard Held <bernhard AT bernhardheld.de>
4976
4977         * src/SDCCast.c (decorateType): fixed with bug and promotion in
4978         arithmetic optimizations, added debug output
4979
4980 2004-03-09 Bernhard Held <bernhard AT bernhardheld.de>
4981
4982         * device/lib/time.c (mktime): fixed bug reported by Bert Thomas
4983         * sdcc.spec: updated and split sdcc into 3 rpms
4984         * src/SDCCast.c (decorateType): &|^ don't need addCast(); addCast() is
4985         needed for literals of LEFT_OP and '+'
4986         * src/SDCCicode.c (geniCodeLogic): I must have been braindead when I
4987         introduced RESULT_TYPE_NOPROM
4988         (geniCodeMultiply): fixed logic for decision if mul is optimized to
4989         left shift
4990         * src/SDCCsymt.c (computeType): op is int; added RESULT_TYPE_OTHER;
4991         limited promotion to int only for '*'
4992         * src/SDCCsymt.h (computeType): op is int, removed RESULT_TYPE_NOPROM
4993
4994 2004-03-09 Hans Dorn <hjdorn AT users.sourceforge.net>
4995
4996         * src/pic16/gen.c (genSkip),
4997         (genc16bit2lit), (gencjneshort): commented out
4998         (is_LitOp): new helper function, checks operand type
4999         (genCmpEq): rewritten
5000
5001 2004-03-08 Bernhard Held <bernhard AT bernhardheld.de>
5002
5003         * support/regression/tests/bug-908454.c: added
5004
5005 2004-03-07 Bernhard Held <bernhard AT bernhardheld.de>
5006
5007         * src/SDCCast.c (addCast): fixed bug #908454 by promoting bits to char
5008         * src/SDCCicode.c (usualBinaryConversions): op needs int type
5009         (geniCodeCast): cosmetic, don't preserve bit storage class
5010         (geniCodeLeftShift): added promotion
5011         (geniCodeLogic): fixed regression
5012         * src/SDCCsymt.c (computeTypeOr): accept bits too
5013         (compareType): 2nd part of fix for bug #908454, needed for bitfields
5014
5015 2004-03-07  Borut Razem <borut.razem AT siol.net>
5016
5017         * support/Util/findme.c: alloca() replaced with malloc()/free() pair
5018
5019 2004-03-06 Vangelis Rokas <vrokas AT otenet.gr>
5020
5021         * src/pic16/ralloc.c (pic16_genPackRegisters): reverted to old
5022         version of pic16_genPackRegisters which does not check if ic is a
5023         CAST operator,
5024         * src/pic16/gen.c (ifxForOp): disabled new and untested code in
5025         function cause string1.c regression test fails
5026
5027 2004-03-06 Bernhard Held <bernhard AT bernhardheld.de>
5028
5029         * sim/ucsim/configure.in,
5030         * sim/ucsim/configure,
5031         * sim/ucsim/doc/Makefile.in: use docdir
5032         * src/SDCC.y: fixed sbit atrributes
5033         * src/SDCCast.c (getResultTypeFromType): added support for bitfields
5034         * src/SDCCast.c (decorateType): |^& need special promotion handling
5035         * src/SDCCast.h,
5036         * src/SDCCsymt.h: moved definition of RESULT_TYPE
5037         * src/SDCCsymt.h (computeType),
5038         * src/SDCCicode.c: computeType() needs op
5039         * src/SDCCsymt.c (checkTypeSanity),
5040         * doc/sddman.lyx: "plain" bitfields are unsigned
5041         * src/SDCCsymt.c (computeTypeOr): added
5042         * src/SDCCsymt.c (computeType): added support for bitfields, fixed
5043         |^& ops
5044         * src/SDCCval.c (val*): computeType() needs op
5045         * src/SDCCval.c (valCastLiteral): fixed casting of bitfields
5046         * support/regression/tests/onebyte.c: added tests for |^&
5047
5048 2004-03-06 Hans Dorn <hjdorn AT users.sourceforge.net>
5049
5050         * src/pic16/gen.c: (genpic16Code) use copy of printILine's output
5051         for writing icode into asm output.
5052
5053 2004-03-05 Vangelis Rokas <vrokas AT otenet.gr>
5054
5055         * src/pic16/device.c: added some debug lines enabled
5056         with macro DEBUG_CHECK,
5057         * src/pic16/genarith.c: more debug in genPlus,
5058         * (pic16_genUMult8XLit_16, pic16_genUMult8X8_16): removed,
5059         * (pic16_genUMult16X16_16, pic16_genUMult16XLit_16): NEW,
5060         * src/pic16/gen.c: added prototypes for pic16_genMult16X16_16,
5061         * (aopForSym): onStack symbols are re-placed in data memspace,
5062         and onStack flag is cleared,
5063         * (pic16_popGetTempReg, pic16_popReleaseTempReg): modified to
5064         copy temporary pcodeop,
5065         * (genPcall): added warning for not updating PCLATU,
5066         * (genFunction): removed test with IFFUNC_CALLEESAVES, its
5067         always true for pic16 port,
5068         * (genMultOneWord): NEW, supports integer multiplication,
5069         * (genMult): modified to call genMultOneWord,
5070         * (ifxForOp): added warning when return NULL,
5071         * src/pic16/glue.c (pic16emitRegularMap): symbol implicit
5072         flag is set before call to operandFromSymbol for implicit
5073         added structures,
5074         * src/pic16/main.c (_pic16_finaliseOptions): options.float_rent,
5075         options.intlong_rent are set by default,
5076         * (_hasNativeMulFor): modified to allow port generation of integer
5077         multiplication,
5078         * src/pic16/ralloc.c (pic16_allocDirReg): commented out line which
5079         set regtype to REG_SFR for all registers, restricting seting the
5080         accessBank flag for registers 0<= r < 0x80 and 0xf80<=r<=0xfff,
5081
5082 2004-03-05 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
5083
5084         * src/mcs51/peephole.def: added 251.b and 253.x. 253.x are applied
5085         more than 500 times in the regression tests
5086
5087 2004-03-05 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5088
5089         * support/Util/SDCCerr.h,
5090         * support/Util/SDCCerr.c,
5091         * src/SDCC.y (struct_or_union_specifier, enum_specifier,
5092         enumerator_list),
5093         * src/SDCCsymt.c (addSymChain): show location of oriignal definition
5094         for symbol conflicts.
5095         * support/valdiags/tests/enum.c,
5096         * support/valdiags/tests/tentdecl.c,
5097         * support/valdiags/tests/struct.c: expect possible error messages
5098         referring to original symbol definitions.
5099         * src/SDCC.y (struct_or_union_specifier, struct_declarator),
5100         * src/SDCCsymt.h,
5101         * src/SDCCsymt.c (promoteAnonStructs): support anonymous struct/union
5102
5103 2004-03-03 Hans Dorn <hjdorn AT users.sourceforge.net>
5104
5105         * src/pic16/gen.c (gencjne): fixed for right=REG / left=LIT
5106
5107 2004-02-03 Vangelis Rokas <vrokas AT otenet.gr>
5108
5109         * src/pic16/ralloc.c (newReg): fixed bug #908929
5110
5111 2004-03-02 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5112
5113         * src/ds390/gen.c: added missing #include "main.h"
5114
5115 2004-03-02 Vangelis Rokas <vrokas AT otenet.gr>
5116
5117         * src/pic16/device.c (checkAddSym): NEW, adds a symbol to set while
5118         checking if symbol is already in set,
5119         * src/pic16/device.h: prototype for checkAddSym,
5120         * src/pic16/gen.c: (_G): added entry interruptvector,
5121         * (assignResultValue): removed some commented out lines,
5122         * (genFunction): check for ISR via sym->type, absolute section for
5123         interrupt code is created via a new pBlock, the goto instruction is
5124         placed now correctly at the interrupt vector position, changed all
5125         references from ivec to _G.interruptvector,
5126         * WREG,STATUS,BSR are not saved in stack upon an entry to interrupt
5127         is the interrupt is a high priority one, same for return from ISR,
5128         * src/pic16/glue.c: changed all calls of addSetHead for publics and
5129         externs to calls of checkAddSym,
5130         * src/pic16/pcode.c (pic16_pBlockConvert2*): emit warning when
5131         pic16_pcode_verbose flag is set,
5132         * src/pic16/pcode.h: extern to pic16_pcode_verbose,
5133         * src/pic16/pcoderegs.c: message about how many registers are saved
5134         will only be emitted if pic16_pcode_verbose flag is set,
5135
5136 2004-03-02 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5137
5138         * src/ds390/ralloc.h,
5139         * src/ds390/ralloc.c (ds390_regWithIdx),
5140         * src/ds390/gen.c (emitcode),
5141         * src/ds390/main.h,
5142         * src/ds390/main.c (instructionSize, ds390newAsmLineNode, updateOpRW,
5143         ds390opcodeCompare, asmLineNodeFromLineNode, getInstructionSize,
5144         ds390operandCompare, getRegsRead, getRegsWritten,
5145         initializeAsmLineNode): customized instruction size calculation for
5146         ds390, started basis for some register optimizations
5147         * src/ds390/gen.c (gen390Code, emitcode): associate iCodes with
5148         corresponding assembly output
5149         * src/ds390/gen.c (genFunction, genEndFunction): added case to handle
5150         missing push/pop of r0/r1. Optimized push/pops
5151
5152 2004-03-01 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5153
5154         * src/mcs51/main.c (instructionSize): fixed ACALL size
5155         * src/mcs51/main.c (updateOpRW): fixed bug with @dptr, @a+dptr operands
5156
5157 2004-03-01 Vangelis Rokas <vrokas AT otenet.gr>
5158
5159         * src/pic16/device.c (pic16_dump_section): fixed a bug that allowed
5160         the sorting of rlist with NULL elements
5161         * (print_idataType, print_idata): NEW to create idata sections
5162         * src/pic16/device.h: idataSymSet new variable
5163         * src/pic16/gen.c (genFunction): fixed some bugs in string
5164         comparing, improved the absolute section creation for ISRs,
5165         added FSR0L/FSR0H in registers that are saved in an ISR,
5166         * (genInline): fixed the processing of inline snippets,
5167         now they undergo no process by the peephole optimizer
5168         * src/pic16/glue.c (pic16emitRegularMap): symbols with initialiser
5169         are placed in idataSymSet,
5170         * (pic16emitStaticSeg): extern symbols are added in externs,
5171         * src/pic16/ralloc.c (pic16_allocDirReg): work around to reduce bank
5172         switching when aboslute variables are placed in access bank memory
5173         * (pic16_writeUsedRegs): added call to pic16_dump_idata,
5174         * (packRegsForSupport,packRegsForAccUse,packRegsForOneuse):
5175         commented out with #if,
5176         * (pic16_packRegisters): reintroduce the check for CAST because some
5177         symbols are not correctly handled,
5178         * src/pic16/pcode.h: changed the definition of pCodeAsmDir to hold a
5179         pCodeInstruction instead of pCode,
5180         * src/pic16/pcode.c (pic16_newpCodeAsmDir): modified for the new
5181         pCodeAsmDir definition,
5182         * (pic16_pCode2str, genericPrint): when an AsmDir pcode has a NULL
5183         directive, then the argument directive is emitted without the leading
5184         tab, hack for inline labels which must be in the first column,
5185         * (compareLabel,pic16_findNextInstruction),
5186         * (pic16_findPrevInstruction): added case for PO_ASMDIR,
5187         * (insertBankSwitch): modified for the new pCodeAsmDir,
5188
5189 2004-03-01 Hans-Juergen Dorn <hans.dorn AT apl-landau.de>
5190         patch applied by Vangelis Rokas <vrokas AT otenet.gr>
5191
5192         * src/pic16/gen.c (pic16_popGet): case PO_DIR, adds the offset to
5193         instance,
5194         * (pushSide): commented out with #if,
5195         * (assignResultValue): fixed some typos in saving
5196         registers,
5197         * (genPcall): FIXED and sync'ed with genCall,
5198         * (genDataPointerGet,genDataPointerSet): using offset not leoffset
5199         * (genNearPointerGet): fixed to handle some more cases,
5200         implementation scheme via table reads,
5201         * (genConstPointerGet): modified to access code memory correct,
5202         * (genCodePointerGet,genNearPointerSet,genGenPointerSet): modified
5203         and improved to handle some cases
5204         * glue.c (printIvalType,printIvalChar,emitStaticSeg): use "DB"
5205         instead of "RETLW" for init data
5206         * src/pic16/ralloc.c (pic16_allocDirReg): warning when a symbol is
5207         not IN_DIRSPACE, work around to reduce bank switching when aboslute
5208         variables are placed in access bank memory (<0x80 and >=0xf80),
5209         * src/pic16/pcode.c: added SFRs TBLPTR, TABLAT, added opcodes TBLRD,
5210         TBLRD_POSTINC,TBLRD_POSTDEC,TBLRD_PREINC,TBLWT,TBLWT_POSTINC,
5211         TBLWT_POSTDEC,TBLWT_PREINC
5212         * Fixed initialisation of BSR, set "alias" for SSAVE to "0"
5213         * (pic16_emitDB,pic16_flushDB): New functions to generate "DB"
5214         directives
5215         * (pic16_pCodeConstString): use "DB" instead of "RETLW"
5216         * src/pic16/pcode.h: added TBLRD*,TBLWT*, added pic16_emitDB,
5217         pic16_flushDB, made pic16_newpCodeAsmDir public, added TBLPTR, TABLAT
5218         * src/pic16/ralloc.h: added IDX_BSR,IDX_TBLPTR*,IDX_TABLAT
5219
5220 2004-02-29  Borut Razem <borut.razem AT siol.net>
5221
5222         * src/Makefile.in, src/SDCCutil.c, support/Util/findme.c,
5223         support/Util/findme.h, support/Util/system.h: enhance binary relative
5224         search for lib and include by using findProgramPath()
5225
5226 2004-02-28 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5227
5228         * src/SDCCpeeph.h,
5229         * src/SDCCpeeph.c (pcDistance),
5230         * src/port.h,
5231         * src/mcs51/ralloc.h,
5232         * src/mcs51/ralloc.c (mcs51_regWithIdx),
5233         * src/mcs51/main.h,
5234         * src/mcs51/main.c (instructionSize, asmLineNode, updateOpRW,
5235         mcs51opcodeCompare, asmLineNodeFromLineNode, getInstructionSize,
5236         mcs51operandCompare, getRegsRead, getRegsWritten): made instruction
5237         size calculation port specific, started basis for some register
5238         optimizations
5239         * src/mcs51/gen.c (genFunction, genEndFunction): added case to handle
5240         missing push/pop of r0/r1. Optimized push/pops
5241         * src/mcs51/ralloc.c (packregisters): fixed bug #727095
5242         * device/lib/_modsint.c (_modsint),
5243         * device/lib/_modslong.c (_modslong): fixed sign of result in non-asm
5244         and stack version so regression tests pass
5245
5246 2004-02-26 Bernhard Held <bernhard AT bernhardheld.de>
5247
5248         * src/Makefile.in (dep): include SLIBOBJS in dependency check
5249         * src/SDCCast.c (decorateType): catch another small optimization
5250         with '?' operator
5251         * src/SDCCsymt.c (computeType): added comments and cosmetic changes
5252         * src/SDCCval.c (valMult, valDiv, valMod, valPlus, valMinus, valShift):
5253         modified to finally use computeType() all over SDCC,
5254         see Feature Request #877103
5255         * src/SDCCval.h: cosmetic
5256         * src/SDCCicode.c (operandOperation): fixed EQ_OP bug, now same as in
5257         valCompare(); regression tested in muldiv.c
5258         * support/regression/tests/muldiv.c (testMod): mod sign follows
5259         dividend only
5260
5261 2004-02-23 Bernhard Held <bernhard AT bernhardheld.de>
5262
5263         * src/SDCCast.c (decorateType): fixed bug #902362
5264         * doc/INSTALL.txt: fixed install instructions for win32
5265
5266 2004-02-21 Bernhard Held <bernhard AT bernhardheld.de>
5267
5268         * device/include/Makefile.in (install): fixed by replacing spaces
5269         by tabs
5270         * doc/README.txt,
5271         * doc/INSTALL.txt: updated for release
5272         * doc/sdccman.lyx: added warning for --xstack being buggy
5273
5274 2004-02-20 Bernhard Held <bernhard AT bernhardheld.de>
5275
5276         * src/pic16/ralloc.c (packRegsForAccUse):  disabled functions with #if
5277         to eliminate build warnings.
5278         * src/pic16/gen.c (pic16_popGet): fixed for gcc 2.95.4
5279
5280 2004-02-20 Vangelis Rokas <vrokas AT otenet.gr>
5281            Hans-Juergen Dorn <hans.dorn AT apl-landau.de>
5282
5283         * doc/sdccman.lyx: removed PIC16 from PIC16 Port Specific Options,
5284         removed -penable-stack, added comment for stack pragma, added
5285         warning for not initializing the stack/frame registers, removed
5286         comment at interrupts section
5287
5288         Stack is made permanent, there is no ability to disable stack usage.
5289         * src/pic16/device.h,
5290         * src/pic16/device.c: removed all references to USE_STACK macro,
5291         * src/pic16/device.c (pic16_dump_section): when no elements in
5292         rlist, free rlist before return,
5293         * (pic16_dump_int_registers): NEW, internal registers are a new set
5294         of general purpose registers reused by each function,
5295         * (checkAddReg): returns 1 if registers is added to set,
5296         * (pic16_groupRegistersInSection): when a registers is of type
5297         PO_GPR_TEMP add it in pic16_int_regs and not in pic16_rel_udata,
5298         * src/pic16/device.h: memRange and Assigned Memory are deleted,
5299         SRCASECMP macro is moved here from device.c
5300         * src/pic16/genarith.c (pic16_pCodeOpType): added cases for
5301         PO_PCLATU, PO_PRODL, PO_PRODH,
5302         * (pic16_pCodeOpType, genMinus,
5303         changed compares to "a" register, with AOP_ACC,
5304         * (pic16_genPlus): fixed some bugs and indented properly,
5305         * (pic16_addSign): changed size to size+offset in the MOVWF
5306         instruction,
5307         * (pic16_genUMult8XLit_8): NEW, uses processor MULLW instruction to
5308         multiply 8-bit operand by literal, result is 8-bit,
5309         * (pic16_genUMult8X8_8): NEW, uses processor MULWF instruction to
5310         multiply 2 8-bit operand, result is 8-bit,
5311         * (pic16_genMult8X8_8): modified to call genUMult8X*_8 functions and not
5312         genUMult8X*_16,
5313         * src/pic16/gen.c: changed accUse to contain WREG only,
5314         * (pic16_emitcomment): renamed to pic16_emitpcomment,
5315         * (aopForSym): allocated dir register when IN_DIRSPACE(space) is,
5316         true, do not use immediate addressing any more unless sym is a
5317         pointer in codespace,
5318         * (aopForRemat): do not use immediate addressing when symbol not in
5319         codespace and when symbol's address is requested,
5320         * (aopOp): for-loop in if(sym->accUse) is modified for the new
5321         accUse size (= 1),
5322         * (aopGet): added case for AOP_ACC and don't return "accumulator
5323         bug" but WREG instead,
5324         * (popGetTempReg): pushes contents of temporary register in stack,
5325         * (popReleaseTempReg): pops contents of temporary register from
5326         stack. Use popGetTempReg/popReleaseTempReg in aligned pairs,
5327         * (pic16_popGet): separated case AOP_ACC to return register WREG
5328         from processor registers, AOP_PCODE not checks if pcop is PO_DIR
5329         or PO_IMMEDIATE and initializes their instance/offset appropriately,
5330         * The whole issue with aopForSym,aopForRemat,popGet) is to minimize
5331         the use of immediate pointers to certain cases only.
5332
5333         * (pic16_pushpCodeOpReg, pic16_poppCodeOpReg): use pic16_popGet2p,
5334         * (pic16_loadFromReturn, pic16_storeForReturn: NEW,
5335         * (assignResultValue, genCall, genRet): modified to use the new
5336         function return value scheme with WREG,PRODL,PRODH,FSR0L and FSR0,
5337         genPcall is still broken,
5338         * (genFunction): added code to create 'A' type pBlocks when
5339         interrupt functions are generated, code not extensively tested yet,
5340         ISRs push WREG,STATUS,BSR,PRODL,PRODH,FSR0L,FSR0H registers on stack,
5341         * (genEndFunction): modified so ISRs pop stored registers from stack,
5342         * (genMultOneByte): cleanup,
5343         * (AccRsh): added flag andmask, to and result with appropriate mask,
5344         * (genUnpackBits,genPackBits): fixed and can handle bit fields,
5345         * (genDataPointerGet): fixed and reenabled its use,
5346         * (genNearDataPointerGet): bugs fixed,
5347         * (genDataPointerSet): bugs fixed,
5348         * src/pic16/genutils.c: added functions pic16_DumpValue,pic16_DumpAop,
5349         pic16_DumpSymbol, pic16_DumpOp,
5350         * src/pic16/genutils.h: function prototypes for the above functions,
5351         * src/pic16/glue.c: new flags initsfpnt, to initialize stack/frame
5352         pointers,
5353         * (pic16emitRegularMap): many many many improvements, but needs a
5354         major cleanup,
5355         * src/pic16/main.c: enable_stack in pic16_options is removed,
5356         * (_pic16_parseOptions): removed command line options -penable-stack,
5357         * (_process_pragma): emit stack symbol only when stack pragma is
5358         processed,
5359         * src/pic16/pcode.c: pic16_pc_fsr0 is removed, all operations are
5360         redirected to FSR0L/FSR0H pair,
5361         * (pic16_get_op, pic16_get_op2): modifications and improvements,
5362         * (pic16_getRegFromInstruction, pic16_getRegFromInstruction2): added
5363         cases PO_PRODL,PO_PRODH, pic16_getRegFromInstruction2 returns sane
5364         for immediates,
5365         * (insertBankSwitch): modified to handle cases like: (alfa + 1)
5366         * (dumpPicOptype): NEW,
5367         * src/pic16/pcode.h: added PO_PCLATU,PO_PRODL,PO_PRODH in enum,
5368         * src/pic16/pcoderegs.c (pCodeRegMapLiveRangesInFlow): fixed bug
5369         with movff instruction,
5370         * src/pic16/ralloc.c: renamed typeRegWithIdx to pic16_typeRegWithIdx,
5371         added pic16_int_regs, some packRegsFor* functions are commented out,
5372         because produce errors,
5373         * src/pic16/NOTES: minor modifications
5374
5375 2004-02-18  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
5376
5377         * as/mcs51/aslink.h, as/mcs51/lkarea.c, as/mcs51/lkdata.c, as/mcs51/lkmain.c,
5378         as/mcs51/lkmem.c, src/SDCCglob.h, src/SDCCmain.c: added options --stack-size and
5379         --pack-iram.
5380         * doc/sdccman.lyx: described options --stack-size and --pack-iram.
5381         * as/mcs51/lkaomf51.c: fixed bug #895763
5382
5383 2004-02-17 Bernhard Held <bernhard AT bernhardheld.de>
5384
5385         * device/include/c8051f320.h: added. Contributed by Maarten Brock.
5386
5387 2004-02-17 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5388
5389         * doc/sdccman.lyx: added details about the HC08 storage classes and
5390         interrupts, fixed the register usage info for z80 & gbz80
5391
5392 2004-02-17 Vangelis Rokas <vrokas AT otenet.gr>
5393
5394         * doc/sdccman.lyx: added more pic16 port documentation
5395         * device/include/pic16/: added header pic18fregs.h
5396
5397 2004-02-16 Bernhard Held <bernhard AT bernhardheld.de>
5398
5399         * doc/sdccman.lyx: added Vangelis' contribution
5400
5401 2004-02-16 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5402
5403         * src/SDCClrange.c (rlivePoint): live range of SEND operand should
5404         extend to the next CALL or PCALL, not just to the next CALL.
5405
5406 2004-02-16 Vangelis Rokas <vrokas AT otenet.gr>
5407
5408         * src/pic16/gen.c (genInline): fixed bug #896482 with inline assembly
5409
5410 2004-02-15 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5411
5412         * src/mcs51/ralloc.c (packRegsForAssign, reassignAliasedSym): fixed
5413         bug #895752 and a better fix for bug #716790
5414
5415 2004-02-15 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5416
5417         * src/SDCCsymt.c (processFuncArgs): fixed bug #896796
5418
5419 2004-02-14 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
5420
5421         * doc/sdccman.lyx: minor changes, minor changed
5422
5423 2004-02-13 Bernhard Held <bernhard AT bernhardheld.de>
5424
5425         * src/SDCCicode.c (usualBinaryConversions): removed pic16 from ports
5426         which can't handle SDCC_NEWONEBYTEOPS,
5427         (geniCodeMultiply): removed conversion from mult to shift for pic14
5428         and pic16
5429
5430 2004-02-12 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5431
5432         * src/hc08/gen.h,
5433         * src/hc08/gen.c (storeRegToAop, aopOp, aopAdrStr, accopWithAop,
5434         rmwWithAop): Ported my 2003-10-02 fix for bug #663539 to the hc08,
5435         thus fixing bug #895406
5436
5437 2004-02-11 Bernhard Held <bernhard AT bernhardheld.de>
5438
5439         * device/lib/_modsint.c,
5440         * device/lib/_modslong.c: sign follows divisor only
5441         * src/hc08/gen.c (genMultOneByte): if result size is 1,
5442         signs or signedness can be ignored
5443         * src/SDCCast.c (addCast): cosmetic - added lineno to CAST
5444         * src/SDCCast.c (resultTypePropagate): added even more ops: +, - and *,
5445         added optimization for IFX,
5446         (decorateType): Mult/Div/ModOneByte ops can handle all kind of signed
5447         arguments;
5448         reenabled optimization for IFX, which was removed on 2004-01-11
5449         * src/SDCCast.h: added return type IFX
5450         * src/SDCCicode.c: Mult/Div/ModOneByte ops can handle all kind of signed
5451         arguments with 8 or 16 bit results; pic14 and pic16 ports use old
5452         promotion behaviour; env. var. SDCC_NEWONEBYTEOPS selects the new,
5453         SDCC_OLDONEBYTEOPS selects the old behaviour
5454         * src/SDCCsymt.c (computeType): type2 can be NULL (for LEFT_OP);
5455         changed again and commented promotion rule
5456         * src/SDCCval.c (valDiv): promotion no longer necessary
5457         * src/ds390/gen.c (genMultOneByte) (genDivOneByte) (genModOneByte),
5458         * src/mcs51/gen.c (genMultOneByte) (genDivOneByte) (genModOneByte):
5459         rewritten
5460         * support/regression/tests/onebyte.c: added
5461
5462 2004-02-11 Vangelis Rokas <vrokas AT otenet.gr>
5463
5464         * gen.c (genInline): reverted to old code for assemnling inline
5465         code because of bug reported James Chadd
5466
5467 2004-02-10 Vangelis Rokas <vrokas AT otenet.gr>
5468
5469         * ralloc.h: missing declarations from previous patch,
5470         seems that patch for ralloc.h was never applied, fixed
5471
5472 2004-02-10 Hans-Juergen Dorn <hans.dorn AT apl-landau.de>
5473            patch committed by Vangelis Rokas <vrokas AT otenet.gr>
5474
5475         * pcode.c,
5476         * pcode.h,
5477         * ralloc.h: added FSR0L, FSR0H and other missing PIC16 SFR's for
5478         indirect addressing. Marked FSR0 as deprecated
5479         * gen.c (pointerCode): commented out, not needed now
5480         (pic16_popGet2p): new MOVFF helper function
5481         (genGenPointerGet),
5482         (genGenPointerSet): reimplemented with MOVFF and POSTINC0
5483         (shiftRLong): removed duplicate debugging info
5484
5485 2004-02-10 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5486
5487         * src/ds390/gen.c (genNearPointerGet),
5488         * src/mcs51/gen.c (genNearPointerGet): allow the genDataPointerGet()
5489         optimization with bits, but not bitfields.
5490         * src/ds390/ralloc.c (packRegisters),
5491         * src/mcs51/ralloc.c (packRegisters): fixed bug #884453 & #880832
5492
5493 2004-02-09 Bernhard Held <bernhard AT bernhardheld.de>
5494
5495         * src/SDCCcse.c (algebraicOpts): copy operands before modification
5496
5497 2004-02-09 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5498
5499         * src/SDCCsymt.h,
5500         * src/SDCCicode.c (operandFromSymbol),
5501         * src/mcs51/ralloc.c (verifyRegsAssigned, serialRegAssign),
5502         * src/ds390/ralloc.c (verifyRegsAssigned, serialRegAssign),
5503         * src/z80/ralloc.c (verifyRegsAssigned, serialRegAssign),
5504         * src/hc08/ralloc.c (verifyRegsAssigned, serialRegAssign),
5505         * src/pic/ralloc.c (verifyRegsAssigned, serialRegAssign),
5506         * src/pic16/ralloc.c (verifyRegsAssigned, serialRegAssign): fixed
5507         bug #892038
5508         * src/SDCCast.c (createIvalStruct, createIvalArray, gatherAutoInit),
5509         * src/SDCCglue.c (emitRegularMap, printIvalStruct, printIvalArray,
5510         printIvalCharPtr, printIvalPtr, printIval, emitStaticSeg, emitOverlay)
5511         * src/SDCCsymt.c (newSymbol),
5512         * src/SDCC.y (struct_or_union_specifier, enum_specifier,
5513         enumerator_list),
5514         * src/SDCCval.h,
5515         * src/SDCCval.c (newiList): fixed bug #885705
5516
5517 2004-02-08  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
5518
5519         * doc/sdccman.lyx: added section 3.1.4: sdcclib.
5520         * as/mcs51/lkmem.c: report the size of the stack in .mem file.
5521
5522 2004-02-08 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
5523
5524         * device/include/c8051f120.h,
5525         * device/include/c8051f300.h,
5526         * device/include/c8051f310.h: added/updated header files for Silicon
5527         Laboratories (formerly Cygnal) CPUs. Contributed by Maarten Brock.
5528         * doc/sdccman.lyx: minor changes, recommended diff -Naur and diff -u
5529         in new section Submitting patches
5530
5531 2004-02-08 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5532
5533         * src/mcs51/gen.c (genNearPointerGet, genPagedPointerGet,
5534         genFarPointerGet, genCodePointerGet, genGenPointerGet,
5535         genNearPointerSet, genPagedPointerSet, genFarPointerSet,
5536         genGenPointerSet),
5537         * src/ds390/gen.c (genNearPointerGet, genPagedPointerGet,
5538         genFarPointerGet, genCodePointerGet, genGenPointerGet,
5539         genNearPointerSet, genPagedPointerSet, genFarPointerSet,
5540         genGenPointerSet),
5541         * src/pic16/gen.c (genNearPointerGet, genPagedPointerGet,
5542         genFarPointerGet, genCodePointerGet, genGenPointerGet,
5543         genNearPointerSet, genPagedPointerSet, genFarPointerSet,
5544         genGenPointerSet),
5545         * src/pic/gen.c (genNearPointerGet, genPagedPointerGet,
5546         genFarPointerGet, genCodePointerGet, genGenPointerGet,
5547         genNearPointerSet, genPagedPointerSet, genFarPointerSet,
5548         genGenPointerSet): fixed bug #892400
5549         * src/pic16/gen.c (genSkipz, AccRol): disabled functions with #if 0
5550         to eliminate build warnings.
5551         * src/SDCCast.c (processParms),
5552         * src/SDCC.y (function_declarator2, declarator2_function_attributes):
5553         fixed bug 751859
5554         * support/valdiag/valdiag.py: added GCC to the list of defines active
5555         when compiling with gcc
5556
5557 2004-02-07 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5558
5559         * support/Util/SDCCerr.h,
5560         * support/Util/SDCCerr.c,
5561         * src/SDCCast.c (decorateType, sizeofOp): complain when sizeof is used
5562         with an incomplete type (fixed bug #883734)
5563         * src/SDCCicode.c (geniCodeCast): fixed bug #890510
5564
5565 2004-02-07 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5566
5567         * src/pic16/gen.c (genCmpEq, shiftRLong): fixed declarations
5568
5569 2004-02-06 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5570
5571         * src/SDCCast.c (decorateType),
5572         * src/SDCCicode.c (geniCodeParms, geniCodeCall): fixed bugs in my ANSI
5573         function pointer implementation
5574         * support/regression/tests/funptrs.c: added tests to verify both forms
5575         of function pointers work correctly. Added tests to verify parameters
5576         are passed in the correct order.
5577
5578 2004-02-06  Vangelis Rokas <vrokas AT otenet.gr>
5579
5580         * device.c (regCompare): registers are sorted by ascending
5581         address and increasing size,
5582         * main.c (_pic16_finaliseOptions): removed the declaration
5583         of compiler macro MCU. Now a macro of the format pic18fxxxx
5584         will be defined from the command line
5585
5586 2004-02-06  Hans-Juergen Dorn <hans.dorn AT apl-landau.de>
5587             patch committed by Vangelis Rokas <vrokas AT otenet.gr>
5588
5589         * pcode.c (pic16initMnemonics): fixed typo in assignment to PCOP_RLNCF
5590         PCOP_RLCF was overwritten!
5591         * gen.c (genSkip): commented out calls to pic16_emitcode,
5592         * (genCmpEQ): fixed "long" compares, only high word did get compared,
5593         * (genlshTwo),
5594         * (genRRC): added debugging info,
5595         * (shiftL2Left2Result): Fixed bug, if offr > offl. Result got
5596         overwritten while shifting,
5597         * (shiftR2Left2Result): Fixed bug, if offr < offl. Result got
5598         overwritten while shifting,
5599         * (AccLsh),
5600         * (AccRsh),
5601         * (shiftLLeftOrResult),
5602         * (shiftRLeftOrResult),
5603         * (shiftRLong),
5604         * (shiftLLong): Implemented with pic16_emitpcode
5605         * (genlshFour): Replaced pic16_aopPut with pic16_emitpcode,
5606         * (genLeftShift): Fixed bug, operand for shift by variable always
5607         was "and"ed with 0x0f,
5608         * (genLeftShiftLiteral),
5609         * (genrshTwo),
5610         * (genRightShiftLiteral): added debugging info,
5611         * (genrshFour): added comment,
5612         * (genRightShift): determined signedness from operand "left"
5613         instead of "result"
5614
5615 2004-02-04 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5616
5617         * src/SDCCicode.c (geniCodeParms),
5618         * src/SDCCast.c (decorateType, processParms): support for ANSI-style
5619         function pointers, fixed function pointer bugs #861242 and #861896
5620
5621 2004-01-31 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
5622
5623         * device/include/c8051f000.h,
5624         * device/include/c8051f120.h,
5625         * device/include/c8051f300.h: added header files for Silicon
5626         Laboratories (formerly Cygnal) CPUs. Contributed by Maarten Brock.
5627
5628 2004-01-31 Bernhard Held <bernhard AT bernhardheld.de>
5629
5630         * src/SDCCast.c (processParams): added new type flow and restructured
5631         (gatherAutoInit): added new type flow
5632         (addCast): cosmetic changes
5633         (getLeftResultType): added new type flow for array indices, patch
5634         provided by Stas, see FR #877103
5635         (decorateType): SDCC_NEWTYPEFLOW removed, new type flow is now standard;
5636         array index patch by Stas
5637         * src/SDCCast.h: added prototype getResultTypeFromType()
5638         * src/SDCCval.h,
5639         * src/SDCCval.c (resolveIvalSym) (resolveIvalSym),
5640         * src/pic/glue.c (pic14emitStaticSeg),
5641         * src/pic16/glue.c (pic16emitStaticSeg),
5642         * src/SDCCglue.c (emitRegularMap) (emitStaticSeg): added new type flow
5643         for initialization of symbols
5644         * src/SDCCicode.c (geniCodeArray): removed warning W_ARRAY_BOUND
5645         * support/Util/SDCCerr.h:
5646         * support/Util/SDCCerr.c: replaced W_ARRAY_BOUND by W_IDX_OUT_OF_BOUNDS
5647         * .version: bumped version number to 2.3.8
5648         * device/include/Makefile.in (install),
5649         * doc/Makefile (install): changed to 'rm `find ...`' construct to
5650         avoid warnings
5651
5652 2004-01-30 Bernhard Held <bernhard AT bernhardheld.de>
5653
5654         * support/regression/tests/libmullong.c: fixed for 64 bit hosts
5655         Slade Rich fixed an optimization bug
5656         * src/pic/pcodepeep.c,
5657         * src/pic/pcoderegs.c
5658         * doc/Makefile (install): added test for directory
5659
5660 2004-01-30 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5661
5662         * src/mcs51/ralloc.c (getRegPtr, getRegGpr),
5663         * src/ds390/ralloc.c (getRegPtr, getRegGpr),
5664         * src/pic/ralloc.c (getRegPtr, getRegGpr),
5665         * src/pic16/ralloc.c (getRegPtr, getRegGpr),
5666         * src/z80/ralloc.c (getRegGpr): fixed bug #883361
5667         * as/mcs51/asexpr.c (term),
5668         * as/hc08/asexpr.c (term): fixed bug #887146
5669
5670 2004-01-29 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5671
5672         * src/z80/gen.c (genMult): handle single byte result product
5673         * src/SDCCopt.c (killDeadCode): never convert ADDRESS_OF iCode to
5674         DUMMY_READ_VOLATILE (fixed bug #886367)
5675
5676 2004-01-27 Bernhard Held <bernhard AT bernhardheld.de>
5677
5678         * support/regression/tests/libmullong.c: fixed logic, on little endian
5679         hosts we ended without a mullong_wrapper()
5680
5681 2004-01-27 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5682
5683         * ChangeLog: changed "@" to " AT " in hopes of reducing spam and
5684         virus/worm forged address usage.
5685
5686 2004-01-27 Bernhard Held <bernhard AT bernhardheld.de>
5687
5688         Fixed promotion, it should be done on AST level:
5689         * src/SDCCast.c (addCast): added promotion to int
5690         (decorateType): updated call to upCast()
5691         * src/SDCCicode.c (geniCodeLeftShift): removed call to
5692         usualUnaryConversions()
5693
5694 2004-01-26  Michael Hope  <michaelh AT juju.net.nz>
5695
5696         * support/regression/tests/literalop.c (mulWrapper): Added a
5697         wrapper to remove integer overflow warnings.
5698
5699         * support/regression/tests/float_trans.c: Made work on host.
5700
5701         * support/regression/ports/ucz80/spec.mk (UCZ80): Made detect the
5702         location of sz80.
5703
5704         * support/regression/generate-cases.py (main): Changed from inline
5705         to a main method.
5706
5707         * doc/Makefile (install): Changed to depth first to get rid of
5708         missing directory install warning.
5709
5710         * as/Makefile (install-doc): Made work on Mac.
5711
5712 2004-01-25 Bernhard Held <bernhard AT bernhardheld.de>
5713
5714         * src/SDCCast.c: added an additional type flow in decorateType() of
5715         opposite direction, see feature request #860006; it's enabled at runtime
5716         by setting the environment variable SDCC_NEWTYPEFLOW
5717         * src/SDCCast.h: changed prototype of decorateType()
5718         * src/SDCCglue.c (emitRegularMap): updated call of decorateType()
5719         * src/SDCCicode.c (geniCodeDivision) (geniCodeModulus): promotion from
5720         'char' to 'int' can be omitted, if both operands are 'unsigned char';
5721         see feature request #877103
5722         * src/SDCCval.c: updated call of decorateType()
5723         (valBitwise): fixed bug #882876
5724         (valMinus): added promotion
5725         (valLogicAndOr): result is unsigned
5726         (cheapestVal) (constVal): literals from 0...255 are 'unsigned char' now
5727         * src/SDCCsymt.c (computeType),
5728         * src/mcs51/gen.c (genCmpGt) (genCmpLt): literal 'unsigned char'
5729         must not cause an unsigned operation
5730         * src/pic/glue (pic14emitRegularMap),
5731         * src/pic16/glue.c (pic16emitRegularMap): updated call of decorateType()
5732
5733 2004-01-23 Bernhard Held <bernhard AT bernhardheld.de>
5734
5735         * src/pic/pcode.c (PCodeID): commented out left over debug code
5736
5737 2004-01-20 Bernhard Held <bernhard AT bernhardheld.de>
5738
5739         * support/valdiag/tests/overflow.c: added shift tests
5740         * src/pic/device.c,
5741         * src/pic/gen.c,
5742         * src/pic/gen.h,
5743         * src/pic/glue.c,
5744         * src/pic/main.c,
5745         * src/pic/pcode.c,
5746         * src/pic/pcode.h,
5747         * src/pic/pcodepeep.c,
5748         * src/pic/pcoderegs.c,
5749         * src/pic/ralloc.c,
5750         * src/pic/ralloc.h: applied patch from Slade Rich;
5751         added support for multiple code pages and multiple RAM banks on the
5752         PIC 14 port. The ASM files now no longer simply assume all the
5753         code / RAM are in the same page / bank. This means the linker can
5754         safely allocate code/RAM of separate ASM files to different pages/banks.
5755         * doc/sdccman.lyx: added Slade's tips
5756         * src/mcs51/peeph.def: fixed bug #880768
5757
5758 2004-01-20 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5759
5760         * src/hc08/ralloc.c (rematStr): fixed bug #879282
5761         * src/SDCCast.c (decorateType): fixed bug #880197
5762
5763 2004-01-20  Michael Hope  <michaelh AT juju.net.nz>
5764
5765         * sim/ucsim/gui.src/serio.src/main.cc: Fixed unconditional use of
5766         getopt.h.
5767
5768         * debugger/mcs51/cmd.c (getValBasic): Changed strtof to strtod as
5769         strtof is not part of C89 and isn't included with Mac OS X.
5770
5771 2004-01-20 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5772
5773         * src/hc08/gen.c (genPlusIncr, genUminus, genMinusDec, genCmp,
5774         shiftL2Left2Result): fixed bug #879326
5775         (genAnd, genOr, genXor): fixed bug when result was of type AOP_CRY
5776         (genMultOneByte): fixed bug in signed vs unsigned multiplication
5777         * sim/ucsim/hc08.src/inst.cc (inst_clr): added missing effective
5778         address fetch for clr instruction
5779         * device/lib/hc08/_mulint.c: created optimized assembly version
5780         * src/SDCCdflow.c (computeDataFlow): fixed bug #878209
5781
5782 2004-01-19 Bernhard Held <bernhard AT bernhardheld.de>
5783
5784         * src/SDCCicode.c (geniCodeArray): applied patch from Stas Sergeev
5785         proposed in FR #877103
5786
5787 2004-01-18 Bernhard Held <bernhard AT bernhardheld.de>
5788
5789         * src/SDCCval.c (cheapestVal): added missing checks
5790         * src/SDCCicode.c (usualBinaryConversions): fixed condition
5791         * src/SDCCicode.c (geniCodeAdd): fixed part of bug #877103
5792
5793 2004-01-16 Klaus Flittner <klaus_flittner AT gmx.de>
5794
5795         * src/ds390/gen.c (aopOp3): fixed the assignment of different dptrs to
5796         equal operands
5797
5798 2004-01-16 Vangelis Rokas <vrokas AT otenet.gr>
5799
5800         * src/SDCCmain.c (linkEdit): variable $3 of the linker command is
5801         loaded with the linker search paths (-L arguments) and the libraries
5802         to be linked with the current source (-l arguments). Changes
5803         currently will affect only the pic16 port.
5804         * src/pic16/main.c (_pic16_finaliseOptions): add to the linker
5805         include path the port specific paths and port specific libraries,
5806         * gplink command now contains the $3 argument,
5807         * src/pic16/device.h,
5808         * src/pic16/device.c,: structure PIC_device is made public and
5809         renamed to PIC16_device, the same for variable Pics which is renamed
5810         to Pics16. Updated all references to them.
5811         * src/pic16/glue.c (pic16glue): corrected bug with code
5812         initialization which bypassed the variable initializations block.
5813
5814         * device/lib/pic16/Makefile.rules: removed --penable-stack from
5815         COMPILE_FLAGS and added the --nostdinc option
5816
5817 2004-01-15 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5818
5819         * device/include/mc68hc908jb8.h: Register defs for another member
5820         of the hc08 family. Contributed by Bjorn Bringert - thanks!
5821
5822 2004-01-14 Vangelis Rokas <vrokas AT otenet.gr>
5823
5824         Documenting changes from previous commits.
5825         * configure.in (version 1.56),
5826         * configure: initially I've added AC_CONFIG_SUBDIRS(device/lib/pic16)
5827         when generating output files to configure the pic16 library,
5828         but now I've commented it out, since gputils aren't installed in the
5829         SF compile farm, so library won't compile
5830
5831         * device/lib/Makefile.in (version 1.56): initially I've added in
5832         target 'all' the prerequestive 'model-pic16' so it compiled the
5833         pic16 library, but now I've commented it out for the same reasons
5834         above,
5835         * added targets 'model-pic16' and 'objects-pic16' to compile the
5836         library
5837         * added target 'port-specific-objects-pic16' to handle the
5838         generated libraries and copy them into the build/ directory
5839         * added target 'clean-intermediate-pic16' to clean intermediate
5840         files into pic16 directory
5841         * in target 'installdirs' added line to create directory pic16 in
5842         the installation path
5843
5844         * device/include/Makefile.in (version 1.11): in target 'install'
5845         added lines to copy all header files to installation path,
5846         * in target 'installdirs' added line create directory for pic16
5847         headers in the installation path
5848
5849 2004-01-13 Klaus Flittner <klaus_flittner AT gmx.de>
5850
5851         * src/ds390/gen.c (genCall): fixed a double use of acc and b after
5852          a function call
5853
5854 2004-01-13 Bernhard Held <bernhard AT bernhardheld.de>
5855
5856         * configure,
5857         * device/lib/configure.in,
5858         * device/lib/configure: fixed for autoconf 2.57
5859
5860 2004-01-13 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5861
5862         * src/z80/main.c (_parseOptions): fixed the portmode= command line
5863         option so that it actually works. Made it specific to the z80, since
5864         the gbz80 doesn't have these kinds of I/O ports.
5865
5866 2004-01-13 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5867
5868         * device/include/z180.h,
5869         * device/lib/_memcpy.c,
5870         * device/lib/_memmove.c,
5871         * device/lib/_mulint.c,
5872         * device/lib/ser_ir.c,
5873         * device/lib/ser_ir_cts_rts.c,
5874         * device/lib/_strcmp.c,
5875         * device/lib/_strtok.c: fixed pragmas to non-deprecated form
5876         * src/z80/main.c (_process_pragma): add support for pragmas bank and
5877         portmode; added deprecation warning for bank= and protmode= forms.
5878         Also, guard against buffer overflow.
5879         * src/z80/gen.c (aopGet): generate better code for sfr banked read
5880
5881 2004-01-13 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5882
5883         * src/hc08/main.c (_hc08_genAssemblerPreamble): fixed bug #875487. Also
5884         changed interrupt vector table generation to only emit declared vectors.
5885         * device/include/Makefile.in: added missing backslash
5886         * device/lib/pic16/Makefile.rules: add $(MODELFLAGS) to $(CFLAGS)
5887
5888 2004-01-13 Vangelis Rokas <vrokas AT otenet.gr>
5889
5890         Mainly changes to support compilation of the device libraries
5891         * src/pic16/device.c: stack is allocated via symbol and not
5892         via literal number. The symbol is placed in the corresponding
5893         position of the data ram
5894         * (pic16_dump_section): relocatable and absolute uninitialized
5895         data are now emitted in sorted order to reduce section naming,
5896         * src/pic16/ralloc.c (newReg): fixed bug with SFR's that
5897         weren't marked as being in the access bank,
5898
5899 2004-01-13 Vangelis Rokas <vrokas AT otenet.gr>
5900
5901         Added portion of GNU PIC Library under the directory
5902         device/include/pic16 and device/lib/pic16. These files
5903         contain the declarations of SFRs for the PIC18Fxx2 devices.
5904         The directory is initialized via configure from toplevel.
5905
5906 2004-01-12 Klaus Flittner <klaus_flittner AT gmx.de>
5907
5908         * src/ds390/gen.c (operandsEqu): fixed a little typo, that prevented
5909         the spilllocations to be compared correctly
5910
5911 2004-01-12 Bernhard Held <bernhard AT bernhardheld.de>
5912
5913         * src/SDCCast.c (decorateType): fixed bug introduced today
5914
5915 2004-01-12  Borut Razem <borut.razem AT siol.net>
5916
5917         * src/SDCC.lex, support/Util/SDCCerr.h, support/Util/SDCCerr.c,
5918         doc/sdccman.lyx: upper case pragmas are deprecated
5919
5920 2004-01-12 Bernhard Held <bernhard AT bernhardheld.de>
5921
5922         * src/SDCCast.c (decorateType): replacing 'ul > 0' by  '!ul' results
5923         in simpler and even better code
5924
5925 2004-01-11 Bernhard Held <bernhard AT bernhardheld.de>
5926
5927         * src/SDCCicode.c (operandOperation): fixed bug #874819
5928         * src/SDCCast.c (decorateType): fixed
5929         char foo (unsigned long ul) { return ul > 0; }
5930
5931 2004-01-11 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
5932
5933         * doc/sdccman.lyx: Moved and added some sections, small changes
5934         all over. Telling LaTeX to be less strict with word spacing
5935         to better keep the right margin. Changed some notes about
5936         maintainance of the ports in section 3.2.1 - is it OK like this?
5937
5938 2004-01-11 Vangelis Rokas <vrokas AT otenet.gr>
5939
5940         SDCC source changes:
5941         * src/SDCCopt.c (cntToFcall, cnvToFloatCast, cnvFromFloatCast,
5942         convilong): modified to inform the pic16 port that builtin functions
5943         are external
5944
5945         PIC16 PORT specific changes:
5946         * src/pic16/device.c pic16_dump_equates() added,
5947         processor registers declared internally by the port are emitted in
5948         the translation as equates,
5949         * src/pic16/gen.c: inline code is passed unprocessed to the
5950         translation,
5951         * (pic16_popGetLit2): fnuction modified to take second operand as
5952         pCodeOp pointer and not as literal,
5953         * (popRegFromIdx): prefixed with pic16_,
5954         * (pic16_popCombine2): modified to receive already allocated pCode
5955         operands,
5956         * (pic16_pushpCodeOpReg, pic16_poppCodeOpReg): added
5957         * (genFunction): initializes local stack frame and pushes on stack
5958         all the registers used by this function,
5959         * (genEndFunction): restores all registers from stack and restores
5960         stack frame,
5961         * src/pic16/glue.c (pic16emitRegularMap): various changes and
5962         improvements,
5963         * (pic16glue): changed the program startup sequence,
5964         * added new dbName code 'A' for functions placed in absolute section
5965         * src/pic16/main.c: added function attribute _naked,
5966         * added pragma 'code' to place a fnuction at an absolute address,
5967         * added command line arguments --debug-ralloc and --pcode-verbose,
5968         * (_pic16_finiliseOptions): options.all_callee_saves is set by default
5969         * src/pic16/pcode.c (pic16_pBlockConvert2Absolute) added,
5970         * (pic16_newpCodeOpLit2): modified to take the second operand as
5971         pCodeOp pointer,
5972         * (pic16_printpBlock): modified to emit each function in a separate
5973         section,
5974         * (pic16_get_op): modified to use the gpasm modifiers LOW,HIGH and
5975         UPPER for immediate operands,
5976         * src/pic16/pcodepeeph.c: added peephole support for the LFSR
5977         instruction,
5978         * src/pic16/peeph.def: all peepholes with movff are commented out,
5979         because there is a problem in the pcode peep optimizer,
5980         * src/pic16/ralloc.c: the register allocator can now reuse local
5981         function symbols for another function. This saves register usage.
5982         * src/pic16/ralloc.h: added flag isLocal in structure regs,
5983
5984         Added file src/pic16/NOTES with information about program writing on
5985         the current port version.
5986
5987 2004-01-11 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
5988
5989         * src/mcs51/peephole.def: added peepholes 177.c,d (redundant moves)
5990         and peephole 252 (array access)
5991
5992 2004-01-09  Borut Razem <borut.razem AT siol.net>
5993
5994         * src/SDCCmain.c : fixed #872250: -l command line defined library
5995           files are scanned before standard library files
5996
5997 2004-01-10 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5998
5999         * src/SDCCast.c (decorateType): fixed bug #874046
6000
6001 2004-01-09  Borut Razem <borut.razem AT siol.net>
6002
6003         * support/scripts/sdcc.nsi: remove previous installation
6004
6005 2004-01-09 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
6006
6007         * src/SDCCglue.c (createInterruptVect): don't append 7(5) padding
6008         bytes for last interrupt vector (mcs51)
6009         * sdcc.spec: fixed typo
6010
6011 2004-01-09 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6012
6013         * src/mcs51/gen.c (genFunction, genEndFunction, genReceive, getTempRegs,
6014         gen51Code): more efficient parameter receive for --model-large
6015         ("bug" #845294)
6016
6017 2004-01-09 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6018
6019         * src/ds390/main.c,
6020         * src/z80/main.c: added missed needLinkerScript flags (more than
6021         one port structure defined in these file)
6022         * src/ds390/gen.c (aopForSym, aopOp, operandsEqu, aopOp3): fixed
6023         bug #795325
6024
6025 2004-01-08 Vangelis Rokas <vrokas AT otenet.gr>
6026
6027         * src/SDCCmain.c: removed various references to DEFAULT_PORT
6028         * src/port.h: added flag needLinkerScript in port->linker
6029         structure to inform whether to create a .lnk file or not,
6030         * src/avr/main.c,
6031         * src/ds390/main.c,
6032         * src/hc08/main.c,
6033         * src/mcs51/main.c,
6034         * src/pic/main.c,
6035         * src/pic16/main.c,
6036         * src/xa51/main.c,
6037         * src/z80/main.c: changed appropriately to configure
6038         needLinkerScript flag
6039         * src/pic/gen.c,
6040         * src/pic16/gen.c (genAddrOf): fixed bug #863624
6041         * src/pic/glue.c: added variable udata_section_name to
6042         override default uninitialized data segment definition for
6043         devices only with SHAREBANK memory (reported from Erik Epetrich)
6044         * (pic14emitOverlay): modified to emit a commented overlay segment
6045         directive when no overlay data exist
6046         * (picglue): modified to emit uninitialized data segment
6047         according to udata_section_name
6048         * src/pic/main.c (_pic14_parseOptions): added command line
6049         options --udata-section-name=[name] to override default
6050         udata definition name
6051         * modified _linkCmd and _asmCmd to include compiler passed
6052         arguments via -W option
6053         * src/pic16/main.c: added $l in _asmCmd, changed extension for
6054         object file from '.rel' to '.o' in port->linker structure,
6055         changed size of fptr from 2 to 3 in port structure
6056
6057 2004-01-07  Borut Razem <borut.razem AT siol.net>
6058
6059         * support/scripts/sdcc.nsi: update PATH
6060         * support/scripts/sdcc.ico: craeted
6061
6062 2004-01-07 Bernhard Held <bernhard AT bernhardheld.de>
6063
6064         * device/include/Makefile.in: fix install
6065         * doc/Makefile: fix install
6066
6067 2004-01-07 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6068
6069         * src/SDCCsymt.c (processFuncArgs): fixed superflous allocation noted
6070         in bug #860505
6071         * src/SDCCmem.c (printAllocInfoSeg, printAllocInfo): minor changes to
6072         how the function variable allocation summary is displayed; also
6073         include information about variables allocated to the overlay
6074         segment
6075
6076 2004-01-06  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
6077
6078         * as/mcs51/lkmain.c: Help about -Y option
6079         * as/mcs51/lkarea.c: Fixed gcc warnings
6080
6081 2004-01-06 Bernhard Held <bernhard AT bernhardheld.de>
6082
6083         * src/SDCCval.c (valShift): changed from 16 to 32 bit shift count,
6084         fixed warning
6085         * support/valdiag/tests/overflow.c: added
6086         * src/SDCCast.c (decorateType),
6087         * src/SDCCicode.c (geniCodeLeftShift): added promotion to int for
6088         LEFT_OP (left shift)
6089
6090 2004-01-06  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
6091
6092         * as/mcs51/lkmain.c: stack must be after data when option -Y is not used
6093         (default behaviour).
6094
6095 2004-01-06 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6096
6097         A python script to validate compiler diagnostic messages. It can be
6098         used to verify that sdcc complains about bad c source code and
6099         gives a good location of the error.
6100         * support/valdiag/Makefile,
6101         * support/valdiag/valdiag.py,
6102         * support/valdiag/tests/*
6103
6104 2004-01-06 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6105
6106         * src/SDCC.y (enum_specifier, enumerator_list, opt_assign_expr),
6107         * src/SDCCsymt.c (newEnumType),
6108         * src/SDCCsymt.h
6109         * support/Util/SDCCerr.c,
6110         * support/Util/SDCCerr.h: fixed bug #871258 and some other unreported
6111         enum related bugs.
6112         * support/regression/tests/enum.c: added test for enum values that
6113         require at least 2 bytes of storage.
6114
6115 2004-01-06 Vangelis Rokas <vrokas AT otenet.gr>
6116
6117         * src/common.h: added ifndef/define/endif macros
6118         around the header file.
6119         Bug reported from Jesus Calvino-Fraga
6120
6121 2004-01-06 Bernhard Held <bernhard AT bernhardheld.de>
6122
6123         * sdcc.spec: updated
6124         * device/include/Makefile.in: don't install CVS directories
6125         * device/lib/Makefile.in: added removal of CVS directories after install
6126         * doc/Makefile: fixed install, added local_icons
6127         * sim/ucsim/gui.src/Makefile.in: fixed an old typo
6128         * src/mcs51/gen.c (genRightShift): fixed bug #870788
6129         * src/ds390/gen.c (genRightShift): fixed bug #870788
6130         * src/SDCCast.c (decorateType): fixed bug #870781
6131
6132 2004-01-06 Vangelis Rokas <vrokas AT otenet.gr>
6133
6134         PIC16 port related changes:
6135         * device.c: removed pic16_finalMapping and pic16_finalMappingSize,
6136         added variable stackPos,
6137
6138         * gen.c: genCall, assignResultValue: added support for
6139         pushing/retrieving function parameters to/from stack,
6140         genFunction,genEndFunction: setup stack frame for the
6141         generated function,
6142         genAddrOf: will be changed according to bug 863624
6143
6144         * added files genutils.c and genutils.h which contain gen*
6145         debugged and optimised functions extracted from gen.c
6146
6147         * glue.c: added variable 'externs' which holds extern symbols,
6148         pic16emitRegularMap: is modified to properly handle relocatable
6149          symbols under the new scheme,
6150         pic16createInterruptVect: is modified
6151         pic16printPublics: is modified to emit 'global' assembler directives,
6152         added pic16_printExterns to print extern symbols,
6153         pic16glue: initializes stack/frame pointer in the beginning of
6154         the assembly output. Temporary hack, will be corrected later,
6155         because gplink yet does not support stack and SDCC does not
6156         yet support a type of crt0.o object to create the final binary.
6157
6158         * Removed many lines that contain 8051 legacy code.
6159         * The code is finally placed under a 'code' directive.
6160         * Added port specific options.
6161
6162         * _process_pragma: simplified since now we do not need *special*
6163         include file to define SFR registers. But a separate header
6164         will be needed. This will be developed later.
6165         * _pic16_parseOptions: added, parses port specific options:
6166         --pgen-banksel, --obanksel=, --pomit-config-words, --pomit-ivt,
6167         --pleave-reset-vector, --penable-stack, --pstack-model, --debug-xtra
6168         --preplace-udata-with=
6169
6170         * _pic16_setDefaultOptions: modified to initialize section names,
6171         but hack is temporarly out of order since it needs improvement.
6172         * _pic16_genAssemblerPreamble: configuration words are emitted by
6173         their address instead of their name. This part is incomplete and
6174         supports only the 18Fxx2 devices. Other devices will emit an error
6175         during assembly since they do not contain the same set of config
6176         registers
6177         * _pic16_genIVT: is modified,
6178
6179         * pcode.c: added definitions for some hardware registers that are needed
6180         for stack support
6181         * added flag is2LitOp and variable pci_magic in pCodeInstruction.
6182         All PCI entries are updated. Now LFSR is supported.
6183         * Removed pic16_pciTRIS is mentioned by mdubuc in source
6184         * added pic16_newpCodeOpLit2 to support instructions with
6185         two literal arguments
6186         * pic16_pCode2str: corrected code that emits assembler instructions
6187         with two literal operands and those that have an access bit modifier
6188         * genericPrint: now PC_ASMDIR pCodes, can emit a label if it exists,
6189         this fixes a bug which caused some labels to be lost, when an
6190         assembler directive was added, i.e. banksel,
6191         * pic16_FixRegisterBanking: improved logic that causes the insertion
6192         of bank switching,
6193         * InlineFunction: functions that are called once, are not any more
6194         inlined. This can be a port option in the future,
6195
6196         * pcode.h: added pCodeOpLit2 and added variable label in pCodeAsmDir
6197
6198         * ralloc.c: added pic16_rel_udata and pic16_fix_udata variables which
6199         hold the corresponding uninitialized symbols,
6200         * pic16_allocProcessorRegister: registers have explicit marked the
6201         accessBank field,
6202         * pic16_allocInternalRegister: registers are explicit marked as
6203         not used,
6204         * pic16_writeUsedRegs: pic16_dynDirectBitRegs was missing from the
6205         processing list, so bit registers were lost,
6206         *
6207
6208         * ralloc.h: added field 'accessBank' and original symbol operand
6209         in register definition,
6210         * removed the field isMapped from register definition,
6211
6212         ** Several functions have been removed from various sources:
6213         BanksUsedFlow2,BanksUsedFlow,FixBankFlow,InstructionRegBank,
6214         pic16_addMemRange,pic16_isREGinBank,pic16_dump_map,pic16_dump_cblock
6215         isSFR,validAddress,mapRegister,assignRegister,pic16_assignFixedRegisters
6216         pic16_assignRelocatableRegisters
6217
6218         ** others have been introduced:
6219         pic16_areRegsSame,pic16_dump_section,checkAddReg,pic16_groupRegistersInSection
6220         pic16_popGetLit2,pic16_popCombine2,pushw,pushaop
6221
6222 2004-01-05 Vangelis Rokas <vrokas AT otenet.gr>
6223
6224         * support/scripts/inc2h.pl: changed definition of BIT_AT
6225         to emit 'sbit at' instead of 'bit at'. This was a request.
6226
6227         PIC16 port related preliminary changes:
6228         * gen.c: prefixed function popRegFromString with
6229         pic16_ and all references to it corrected
6230         * pcode.c: all pic16_pc_* hardware registers prefixed
6231         with underscore (_),
6232         pic16_popCopyGPR2Bit(): function sets register wasUsed=1
6233         * ralloc.c: newReg(): when register is REG_SFR then
6234         set address to rIdx,
6235         pic16_allocProcessorRegister(): marks register wasUsed=0
6236         pic16_writeUsedRegs(): added a call to assign processor
6237         registers via pic16_assignFixedRegisters
6238
6239 2004-01-04  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
6240
6241         * as/mcs51/aslink.h, as/mcs51/lkarea.c, as/mcs51/lkdata.c,
6242         as/mcs51/lkmain.c, as/mcs51/lkmem.c: 8051 linker can now pack
6243         variables in unused register banks.  Also the SSEG is placed
6244         wherever there is enough space for it, and IDATA can be anywhere
6245         in internal RAM.  For now compile using -Wl-Y[stack_size].
6246         The mem file is different for this option as well, since it
6247         makes no sense of talking about DSEG lenght.
6248
6249 2004-01-02 Vangelis Rokas <vrokas AT otenet.gr>
6250
6251         * src/SDCClrange.c: fixed bug 869095 that caused segfault
6252         in certain cases, e.g. when ROM assignment, patch provided
6253         from Albert den Haan.
6254
6255 2004-01-01 Bernhard Held <bernhard AT bernhardheld.de>
6256
6257         Many signedness and type propagation fixes:
6258         * src/SDCCicode.c: made geniCodeCast() static
6259         replaced SPEC_ by IS_ (cosmetic)
6260         (operandOperation): fixed div and mod operation
6261         (usualBinaryConversions): added support for promotion of char
6262         (geniCodeMultiply): replaced (unsigned long) by (TYPE_UDWORD)
6263         (geniCodeDivision): replaced (unsigned long) by (TYPE_UDWORD)
6264         (geniCodeAdd): an array index will stay unsigned, even if promoted
6265         from char to int
6266         (geniCodeArray): ditto
6267         * src/SDCCicode.h: made geniCodeCast() static: removed prototype
6268         * src/SDCCsymt.c (computeType): added more support for char;
6269         promotion of char is selectable by promoteCharToInt, fixed signedness
6270         for all cases
6271         (powof2): replaced (unsigned long) by (TYPE_UDWORD)
6272         * src/SDCCsymt.h (powof2): replaced (unsigned long) by (TYPE_UDWORD)
6273         * src/SDCCval (val*): replaced signedness calculation by
6274         computeType()
6275         rearranged if-branches (cosmetic)
6276         (valShift): added warning W_SHIFT_CHANGED
6277         (valCompare): fixed problem with different types
6278         * src/hc08/rallo.c (leastUsedLR): fixed gcc 3.3 warning
6279         * support/regression/tests/literalop.c: added many cases
6280         * support/regression/tests/ast_constant_folding.c: changed finally to
6281         'unsigned int'
6282         * .version: new year, new version: 2.3.7
6283         * src/SDCCmain.c (main): applied patch #866468
6284         * debugger/mcs51/sdcdb.c (parseCmdLine): added -k for ucsim, patch
6285         provided by Scott Bronson
6286         * doc/sdccman.lyx: updated documentation for sdcdb
6287         updated and added chapter tips
6288
6289 2004-01-01 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6290
6291         * src/SDCCsymt.h: missing from yesterday's commits
6292
6293 2003-12-31 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6294
6295         * src/SDCC.y (struct_or_union_specifier),
6296         * support/Util/SDCCerr.c,
6297         * support/Util/SDCCerr.h: verify that struct & union tags are used
6298         as declared.
6299
6300 2003-12-29 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6301
6302         * src/SDCCglobl.h: missing from yesterday's commits
6303
6304 2003-12-28 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6305
6306         * src/SDCC.y (external_definition, type_specifier2, sfr_reg_bit,
6307         sft_attributes, struct_declaration, parameter_declaration,
6308         type_name, start_block, declaration_list),
6309         * src/SDCC.lex (check_type): support redefinition of typedef names
6310
6311 2003-12-22 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
6312
6313         * src/mcs51/gen.c (genPlus): added special handling for 256 byte
6314         aligned xdata arrays. Erik helped me with the if clause.
6315
6316 2003-12-20 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6317
6318         * device/lib/ds390/tinibios.c (CpuSpeed): suppress unreachable code
6319         warning
6320
6321 2003-12-20 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6322
6323         * src/SDCCast.h,
6324         * src/SDCCast.c (newAst_),
6325         * src/SDCCicode.h,
6326         * src/SDCCicode.c (ast2iCode, newiCode),
6327         * src/SDCCglobl.h,
6328         * src/SDCC.y (logical_and_expr, logical_or_expr, conditional_expr,
6329         expr, statement, expression_statement, selection_statement,
6330         iteration_statement, expr_opt, jump_statement): foundation for tracking
6331         sequence points
6332         * src/SDCCopt.c (killDeadCode): fixed bug #861580 (needs the sequence
6333         point code too)
6334
6335 2003-12-19 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6336
6337         * support/Util/SDCCerr.c,
6338         * src/SDCCast.h,
6339         * src/SDCCast.c (createCase, createDefault, decorateType),
6340         * src/SDCClabel.c (labelUnreach),
6341         * src/SDCC.y (labeled_statement, jump_statement): More improvements
6342         to error messages.
6343         * support/Util/SDCCerr.c (werrorfl): fixed a non-standard declaration
6344         (with thanks to Stas Sergeev)
6345         * device/include/time.h,
6346         * device/lib/time.c (CheckTime): suppress unreachable code warning
6347
6348 2003-12-18 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6349
6350         * src/SDCCast.c (createIvalCharPtr),
6351         * src/SDCCglue.c (printChar): fixed bug #862241 (an error in my fix for
6352         bug #753752)
6353         * support/regression/tests/nullstring.c: tests for these two bugs
6354
6355 2003-12-18 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6356
6357         * support/Util/SDCCerr.h,
6358         * support/Util/SDCCerr.c (E_NOT_ALLOWED),
6359         * src/SDCC.y (struct_declaration, struct_or_union_specifier): complain
6360         about storage class and 'at' used inside struct or union
6361         * src/SDCCBBlock.c (iCodeFromeBBlock),
6362         * src/SDCCcse.c (ifxOptimize),
6363         * src/SDCCglue.c (emitRegularMap, initPointer, printIvalStruct,
6364         printIvalArray, printiValFuncPtr, printIvalCharPtr, printIvalPtr,
6365         printIval, emitStaticSeg, emitOverlay),
6366         * src/SDCClabel.c (deleteIfx),
6367         * src/SDCCopt.c (replaceRegEqv, eBBlockFromiCode),
6368         * src/SDCCast.c (resolveSymbols, createIvalStruct, createIvalArray,
6369         gatherAutoInit, processParms),
6370         * support/Util/SDCCerr.h,
6371         * support/Util/SDCCerr.c (werrorfl): Support for better error location
6372         reporting for post-parse errors.
6373
6374 2003-12-16 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6375
6376         * src/SDCCval.c (valPlus, valMinus, valShift): fixed some problems with
6377         implicit casts via union; they don't work on big endian systems
6378         (possible fix for bug #861138)
6379
6380 2003-12-16 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
6381
6382         (committed by Erik Petrich <epetrich AT ivorytower.norman.ok.us> on Frieder's behalf)
6383         * src/mcs51/main.c: fixed the fix for bug #737001
6384
6385 2003-12-15  Borut Razem <borut.razem AT siol.net>
6386
6387         * support/scripts/sdcc.nsi: updated for NSIS 2.0 beta 4
6388
6389 2003-12-14 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6390
6391         * support/makebin/makebin.c: put output in binary mode
6392
6393 2003-12-13 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
6394
6395         * src/mcs51/main.c: fixed bug #737001 for the mcs51. SDCC clears
6396         xdata and data memory on startup. Set the environment variable
6397         SDCC_NOGENRAMCLEAR to disable this.
6398         * src/mcs51/peephole.def,
6399         * src/ds390/peephole.def: using the atomic test and clear instruction jbc
6400         (allows non-interrupt and interrupt code to safely compete for a resource
6401         without the non-interrupt code having to disable interrupts)
6402
6403 2003-12-13 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6404
6405         * src/SDCCicode.c (geniCodeAdd),
6406         * src/SDCCast.c (decorateType): fixed bug #857753 (need to be careful
6407         with valFromType if type might be a pointer and host is big endian).
6408         * src/SDCCast.c (decorateType): unary plus compatible with all arithmetic
6409         types, not just integer types.
6410         * src/SDCCsymt.c (addSymChain): clarified error message when symbol is
6411         multiply defined with mismatching "at" address.
6412
6413 2003-12-12 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6414
6415         * src/ds390/main.c (PORT tininative_port): fixed bug #858416
6416         * src/SDCCglue.c (printChar, printIvalChar, emitStaticSeg),
6417         * src/SDCCast.c (createIvalCharPtr, stringToSymbol): handle strings
6418         with embedded nulls (fixed bug #753752)
6419
6420 2003-12-12 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
6421
6422         * src/mcs51/main.c(_mcs51_genRAMCLEAR): using r0 instead of r1/r2.
6423         Apparently this did not see much testing (endless loop)
6424
6425 2003-12-11 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6426
6427         * src/z80/ralloc.c: set DISABLE_PACK_HL = 1 as a temporary fix to bug #855165
6428
6429 2003-12-10 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6430
6431         * src/SDCCdebug.c (outputDebugSymbols, outputDebugStackSymbols, dumpSymInfo):
6432         gracefully handle NULL memmap pointers
6433
6434 2003-12-08 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6435
6436         * src/SDCCopt.c (killDeadCode): change iCode type to DUMMY_READ_VOLATILE
6437         instead of deleting the iCode when an operand is volatile
6438         * src/z80/gen.c (genDummyRead),
6439         * src/mcs51/gen.c (genDummyRead),
6440         * src/ds390/gen.c (genDummyRead),
6441         * src/hc08/gen.c (genDummyRead): handle operands in IC_LEFT and/or IC_RIGHT,
6442         not just IC_RIGHT
6443         * src/SDCCicode.c (geniCodeCall): fixed bug #851607
6444         * src/SDCC.y: fixed bug #850420
6445
6446 2003-12-05 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6447
6448         Applied z80 i/o port patch from Peter Townson and fixed some operators
6449         to better handle operands in A register.
6450         * device/include/z180.h
6451         * src/SDCC.y
6452         * src/SDCCglue.c
6453         * src/z80/gen.c
6454         * src/z80/gen.h
6455         * src/z80/main.c
6456         * src/z80/peeph-z80.def
6457         * src/z80/peeph.def
6458         * src/z80/z80.h
6459
6460 2003-12-03 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6461
6462         * src/SDCCsymt.c (addSymChain, compareTypeExact): fixed bug #838241 again
6463
6464 2003-12-01 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6465
6466         * device/lib/hc08/_mullong.c: Removed extra #endif
6467
6468 2003-12-01 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6469
6470         * sim/ucsim/hc08.src/inst.cc,
6471         * sim/ucsim/hc08.src/hc08mac.h: fixed some problems with CC flag bits and
6472         carries from x to h
6473         * src/hc08/gen.c (aopAdrStr): fixed problem with 16 bit immediate
6474         * src/hc08/gen.c (XAccRsh): fixed problem with right shift
6475         * device/include/stdarg.h: fixed varargs for hc08
6476         * device/lib/Makefile.in,
6477         * device/lib/hc08/Makefile,
6478         * device/lib/hc08/_mulint.c,
6479         * device/lib/hc08/_mullong.c: fixed some endian problems
6480
6481 2003-11-28 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
6482
6483         * sdcc/src/mcs51/gen.c (genMultOneByte): help peephole 105
6484         * sdcc/src/mcs51/peeph.def: added peephole 186.e array access in code space
6485         * device/lib/_gptrget.c,
6486         * device/lib/_gptrput.c: P2 not used any more (related to #850747, #785979)
6487
6488 2003-11-27 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6489
6490         * src/SDCClrange.c (findNextUseSym, rlivePoint): fixed bug #849795
6491         * src/SDCCast.c (astErrors): fixed bug #846007
6492         * src/SDCCsymt.c (checkFunction): fixed follow-up bug on bug #846007
6493
6494 2003-11-26 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6495
6496         * src/SDCCast.c (decorateType): disabled a transformation I added in
6497         revision 1.188 (access to fields of a structure at an absolute address);
6498         it breaks with bitfields, extern declarations, and gcse analysis.
6499         * src/SDCCopt.c (isLocalWithoutDef): if ADDRESS_OF applied to a symbol, it
6500         could be assigned through a pointer, so don't complain.
6501         * src/SDCCast.c (astErrors),
6502         * src/SDCCast.h,
6503         * src/SDCCglue.c (emitRegularMap): fixed bug #847813
6504
6505 2003-11-26 Vangelis Rokas <vrokas AT otenet.gr>
6506
6507         * src/pic16/main.c (_pic16_genIVT): fixed interrupt vector table
6508         * src/pic16/main.c (_pic16_genAssemblerPreamble): re-enabled the
6509         output of __config directives, since gpasm now supports them
6510         * src/pic16/main.c (_pic16_finaliseOptions): define MCU
6511         pre-processor macro, i.e. -DMCU=p18f452
6512         * src/pic16/ralloc.c: renamed packRegisters to pic16_packRegisters,
6513         and modified to handle 'cast' icode similarly to '=' icode
6514         * src/pic16/device.h (typedef struct PIC_device): added field
6515         'extMIface' to indicate that chip has external memory interface
6516         * src/pic16/device.c: added chips 18F248, 18F258, 18F448, 18F458,
6517         18F6520, 18F6620, 18F6680, 18F6720, 18F8520, 18F8620, 18F8680,
6518         18F8720
6519
6520 2003-11-26 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6521
6522         * src/SDCC.y (pointer): fixed bug #846006
6523         * support/Util/SDCCerr.c: made W_PTR_TYPE_INVALID message clearer
6524         * src/SDCCast.c (decorateType): fixed bug #846009
6525         * src/ds390/peeph.def,
6526         * src/ds390/gen.c (genAnd, genOr),
6527         * src/mcs51/peeph.def,
6528         * src/mcs51/gen.c (genAnd, genOr): fixed bug #846777
6529
6530 2003-11-25 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6531
6532         Fixed several common-sub-expression bugs (#772861, #768380, & #755323)
6533         * src/SDCCdflow.c
6534         * src/SDCCcse.c
6535         * src/SDCCcse.h
6536         * src/SDCCBBlock.h
6537         * src/SDCCBBlock.c
6538
6539 2003-11-23 Klaus Flittner <klaus_flittner AT gmx.de>
6540
6541         fixed bug #845089
6542         * src/SDCCbitv.h,
6543         * src/SDCCbitv.c: added function to free a bitvector
6544         * src/SDCClrange.h,
6545         * src/SDCClrange.c: added function to recompute the liveranges
6546         * src/avr/ralloc.c,
6547         * src/ds390/ralloc.c,
6548         * src/hc08/ralloc.c,
6549         * src/mcs51/ralloc.c,
6550         * src/pic/ralloc.c,
6551         * src/pic16/ralloc.c,
6552         * src/xa51/ralloc.c,
6553         * src/z80/ralloc.c: recompute the liveranges after register packing
6554
6555 2003-11-21 Klaus Flittner <klaus_flittner AT gmx.de>
6556
6557         * src/SDCCloop.c (newInduction): fixed bug #845630
6558
6559 2003-11-21 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6560
6561         * src/SDCCsymt.c (compareTypesExact): disabled debugging output
6562         inadvertantly left behind from my 2003-11-12 change
6563
6564 2003-11-20 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6565
6566         Updated headers I neglected to commit yesterday.
6567         * src/SDCClrange.h,
6568         * src/SDCCicode.h
6569
6570 2003-11-19 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6571
6572         * src/SDCCcse.c (algebraicOpts): fixed bug #773153
6573         * src/SDCClrange.c (rlivePoint): need to mark IC_RESULT used if POINTER_SET op
6574         * src/SDCCopt.c (eBBlockFromiCode),
6575         * src/SDCClrange.c (hashiCodeKeys, sequenceiCode, computeLiveRanges): seperated
6576         the creation of the key hash table from the sequencing so it can be used
6577         earlier (for some GCSE bug fixes still pending)
6578
6579 2003-11-15 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
6580
6581         * src/mcs51/gen.c (genPlus): generate shortcut for adding 0xab00
6582         * support/regression/tests/addsub.c: testing genPlus shortcut
6583
6584 2003-11-15  Borut Razem <borut.razem AT siol.net>
6585
6586         * src/SDCCmain.c: fixed bug #841645: -MM command line option passed to sdcpp
6587
6588 2003-11-15 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6589
6590         * src/SDCCcse.c (cseBBlock): fixed bug #527779
6591         * src/SDCCcse.c (deleteGetPointers): rewrote so that the set
6592         ordering is immaterial.
6593         * src/SDCCdflow.c (mergeInExprs): fixed bug #587536
6594
6595 2003-11-14 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6596
6597         * src/SDCCicode.c (geniCodeAddressOf): fixed part of bug #840381
6598         * src/SDCCopt.c (replaceRegEqv, isLocalWithoutDef): fixed other part
6599         (SIGSEV) of bug #840381
6600         * src/SDCCmain.c (linkEdit, assemble): fixed bug #841606 (don't
6601         unlink new file before rename if new and old filenames are the same)
6602
6603 2003-11-13 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
6604
6605         * src/mcs51/main.c: started fixing bug #737001 (SDCC not clearing
6606         uninitialized variables) for the mcs51. Set environment variable
6607         SDCC_GENRAMCLEAR to test.
6608         xdata initialization slightly shorter
6609
6610 2003-11-12 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6611
6612         * src/SDCCsymt.h,
6613         * src/SDCCsymt.c (addSymTypeChain, compareTypesExact): fixed bugs
6614         #838241 & 780691 (basicly the same bug)
6615         * src/SDCCBBlock.c (iCode2eBBlock): fixed bug #840148
6616         * src/SDCCBBlock.c (iCodeFromeBBlock): fixed bug #840162
6617
6618 2003-11-11 Bernhard Held <bernhard AT bernhardheld.de>
6619
6620         * src/SDCCmain.c (linkEdit): "fix" #834252
6621
6622 2003-11-11 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6623
6624         * src/SDCCast.c (removePostIncDecOps, removePreIncDecOps),
6625         * src/SDCCast.h,
6626         * src/SDCC.y: fixed bug #819403
6627
6628 2003-11-08 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6629
6630         * support/regression/fwk/lib/testfwk.c: printn is recursive and thus needs
6631         the reentrant attribute.
6632         * src/hc08/gen.c (genPackBits): added missing stack readjustment
6633         * sim/ucsim/hc08.src/inst.cc (inst_mov): fixed bugs with mov instruction
6634         simulation
6635         * src/SDCCast.c (decorateType): fixed bug with storage class not being
6636         updated during pointer dereference; f.e. ~(((char *)1)*) was being
6637         erroneously reduced to a literal.
6638         * src/hc08/ralloc.c (packRegisters, rematStr),
6639         * src/hc08/gen.c (aopForRemat): allow literals to be rematerialized in
6640         some cases
6641
6642 2003-11-08 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
6643
6644         * src/mcs51/main.c: fixed bug #838385. Thanks to Josef Pavlik for finding and fixing
6645         * doc/sdccman.lyx: changed from 'article' to 'book'
6646         * doc/Makefile: readded test_suite_spec and cdbfileformat
6647
6648 2003-11-08 Bernhard Held <bernhard AT bernhardheld.de>
6649
6650         * device/include/stdlib.h: include malloc.h to comply with ANSI
6651         * support/regression/tests/malloc.c: include stdlib.h instead of malloc.h
6652
6653 2003-11-07 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
6654
6655         * doc/Makefile: sdccman.pdf should build with correct references (more info in commit msg)
6656         * doc/clean.mk: also remove *.out files
6657         * doc/sdccman.lyx: some additions, larger top/bottom margins
6658
6659 2003-11-07 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6660
6661         * src/SDCC.y: fixed bug #837365
6662         * support/regression/tests/bitopcse.c
6663         * src/hc08/gen.c (genPointerGet): Don't assume pointer operand is
6664         a symbol (might be valop instead)
6665         * device/lib/Makefile.in: added errno.c to HC08SOURCES
6666         * device/lib/clean.mk: added hc08 to the cleaning list
6667
6668 2003-11-04  Borut Razem <borut.razem AT siol.net>
6669
6670         * configure, configure.in, sdcc_vc_in.h, sdcconf_in.h: reverted changes,
6671           made 2003-11-04
6672         * support/Util/NewAlloc.c, as/hc08/lklibr.c, as/mcs51/lklibr.c,
6673           as/z80/aslist.c, as/z80/assym.c: removed inclusion of nonstandard malloc.h;
6674           malloc is declared in standard stdlib.h
6675
6676 2003-11-06 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6677
6678         * device/lib/hc08/Makefile: need to clean .rel not .o files
6679         * src/hc08/gen.c (genDjnz): can't use djnz with extended addressing mode
6680
6681 2003-11-06 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6682
6683         * src/port.h,
6684         * src/hc08/main.c,
6685         * src/mcs51/main.c,
6686         * src/ds390/main.c,
6687         * src/z80/main.c,
6688         * src/avr/main.c,
6689         * src/pic/main.c,
6690         * src/pic16/main.c,
6691         * src/xa51/main.c: added hasExtBitOp & oclsExpense functions to ports
6692         * src/SDCCicode.c: changed several IS_FARSPACE tests to isOclsExpensive
6693         tests (which uses the port's oclsExpense function)
6694         * src/SDCC.y,
6695         * src/SDCCast.c,
6696         * src/SDCCicode.c,
6697         * src/hc08/gen.c,
6698         * src/ds390/gen.c,
6699         * src/mcs51/gen.c: added support for the SWAP iCode (RFE #834167)
6700
6701 2003-11-04 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6702
6703         * src/SDCCcse.c (ifxOptimize),
6704         * src/SDCClabel.c (labelIfx, deleteIfx): When the condition to
6705         an IFX iCode is volatile, convert to DUMMY_READ_VOLATILE instead
6706         deleting the IFX iCode.
6707         * src/hc08/ralloc.c: reduced unneeded slocs
6708         * src/hc08/gen.c: fixed bug in asmopToBoolean
6709
6710 2003-11-04  Borut Razem <borut.razem AT siol.net>
6711
6712         * configure, configure.in, sdcc_vc_in.h, sdcconf_in.h,
6713           support/Util/NewAlloc.c, as/hc08/lklibr.c, as/mcs51/lklibr.c,
6714           as/z80/aslist.c, as/z80/assym.c: decision to include malloc.h
6715           transferred to configure
6716
6717 2003-11-03 Bernhard Held <bernhard AT bernhardheld.de>
6718
6719         Use headers defined in the C[++] standards:
6720         * sim/ucsim/gui.src/serio.src/fileio.cc
6721         * sim/ucsim/gui.src/serio.src/frontend.cc
6722         * sim/ucsim/gui.src/serio.src/main.cc
6723         * sim/ucsim/gui.src/serio.src/posix_signal.cc
6724         * support/Util/NewAlloc.c
6725         * as/hc08/lklibr.c
6726         * as/mcs51/lklibr.c
6727         * as/z80/aslist.c
6728         * as/z80/assym.c
6729
6730 2003-11-03  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
6731
6732         * Added MSVC projects for hc08 assembler and linker:
6733         all.dsp, config.dsp, sdcc.dsw, /as/hc08/as_hc08.dsp,
6734         /as/hc08/link_hc08.dsp
6735
6736 2003-11-03 Martin Helmling <Martin.Helmling AT octo-soft.de>
6737
6738         * debugger/mcs51/cmd.c: allows filename starting with digit(+ some debug)
6739
6740 2003-11-02 Bernhard Held <bernhard AT bernhardheld.de>
6741
6742         * src/SDCCmain.c (linkEdit): "fixed" again bug #833605
6743
6744 2003-11-01 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
6745
6746         * src/mcs51/main.c: xdata initialization is 13 bytes shorter now
6747
6748 2003-10-31  Borut Razem <borut.razem AT siol.net>
6749
6750         * support/cpp2/cpplib.h,
6751           support/cpp2/cpplib.c,
6752           support/cpp2/cpplex.c,
6753           support/cpp2/cppinit.c: introduced #pragma preproc_asm [ + | - ]
6754           to switch _asm block preprocessing on / off. Default is
6755           #pragma preproc_asm +
6756
6757 2003-10-31  Borut Razem <borut.razem AT siol.net>
6758
6759         * support/cpp2/cpplex.c: Fixed _WIN32 problem with CR-CR-LF sequences
6760           when outputting comment blocks (when executed with -C option) and
6761           _asm (SDCPP specific) blocks
6762
6763 2003-10-31 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6764
6765         * as/hc08/lkrloc.c (relr): Fixed ihx output, fixed lastAreaIndex warning
6766
6767 2003-10-31 Klaus Flittner <klaus_flittner AT gmx.de>
6768
6769         * src/SDCCcse.c (updateSpillLocation): fixed bug #808027
6770
6771 2003-10-31 Bernhard Held <bernhard AT bernhardheld.de>
6772
6773         * src/SDCCmain.c (linkEdit): "fixed" bug #833605
6774         * src/SDCCast.c (decorateType): fixed bug #832664
6775
6776 2003-10-31  Borut Razem <borut.razem AT siol.net>
6777
6778         * support\cpp2\cpplex.c: fixed for SDCPP:
6779           comments(when executed with -C option) and _asm blocks
6780           were included even if they where in skipped #if block.
6781           Applied solution from GCC cpp 3.3.2
6782
6783 2003-10-31  Borut Razem <borut.razem AT siol.net>
6784
6785         * src/SDCC.lex: sdcc now understands both formats:
6786           '# <line_number> <file_name>' and
6787           '#line <line_number> <file_name>'
6788         * support/cpp2/cppmain.c: sdcpp now generates the standard
6789           '# <line_number> <file_name>' instead of former
6790           '#line <line_number> <file_name>'
6791
6792 2003-10-30  Borut Razem <borut.razem AT siol.net>
6793
6794         * support/cpp2/cpphash.h,
6795         * support/cpp2/cpplib.h
6796         * support/cpp2/cpplex.c,
6797         * support/cpp2/cppmain.c,
6798         * support/cpp2/cppinit.c: fixed bug #828015 - Syntax variation for _asm character constants
6799
6800 2003-10-30 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6801
6802         Fixed a number of problems revealed by bug #827883.
6803         * src/SDCCloop.c (loopInvariants): Spill location of the
6804         result operand should be recomputed if extracted from
6805         a loop. Also, don't extract assignments of an iTemp
6806         from a literal.
6807         * src/SDCCast.c (isConformingBody): loop reversal should
6808         not occur if the control variable is involved with a
6809         relational operator.
6810
6811 2003-10-28 Bernhard Held <bernhard AT bernhardheld.de>
6812
6813         * .version: bumped to 2.3.6 to reflect the big improvements
6814         made by Erik and Klaus. Thanks!
6815
6816 2003-10-28 Klaus Flittner <klaus_flittner AT gmx.de>
6817
6818         Replaced the livrange code.
6819         * src/SDCClrange.c: added new LR code
6820         * src/SDCCloop.c,
6821         * src/SDCCBBlock.h: removed remainig parts from old LR code
6822         * src/ds390/ralloc.c,
6823         * src/ds390/gen.c: minor fixes to make it work with new code
6824
6825 2003-10-28 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6826
6827         * as/hc08/asm.h,
6828         * as/hc08/lkrloc.c,
6829         * src/hc08/gen.c,
6830         * src/hc08/ralloc.c: Fix various warnings related to the hc08
6831         * src/SDCCicode.c (geniCodePreInc, geniCodePreDec): Fixed bug #829717
6832         (tweaked fix for bug #818696)
6833
6834 2003-10-23 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6835
6836         * src/z80/ralloc.c (joinPushes): Fixed bug #828742
6837
6838 2003-10-23 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6839
6840         * src/SDCCmain.c,
6841         * sdccconf_in.h: Fixed bug #828387 (--disable-hc08-port didn't work)
6842         * src/mcs51/gen.c (gencjneshort),
6843         * src/ds390/gen.c (gencjneshort): Made comparison with AOP_IMMD operand
6844         more efficient (per Scott Bronson's suggestion)
6845
6846 2003-10-22 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6847
6848         Extended the semantics of the critical keyword to include
6849         individual statements. See RFE #827755 and #799831
6850         * src/SDCC.y
6851         * src/SDCCicode.c
6852         * src/SDCCopt.c
6853         * src/SDCCast.c
6854         * support/Util/SDCCerr.c
6855         * support/Util/SDCCerr.h
6856         * src/mcs51/gen.c
6857         * src/ds390/gen.c
6858         * src/hc08/gen.c
6859
6860 2003-10-19  Borut Razem <borut.razem AT siol.net>
6861
6862         * src/SDCC.lex: fixed bug #825944 - defined yytext_ptr to make it compile with flex 2.5.31
6863
6864 2003-10-19 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6865
6866         * src/SDCCicode.c (geniCodePreInc, geniCodePreDec, ast2iCode):
6867         Fixed bug #818696
6868         * src/SDCCast.c (ast_print): Fixed --dumptree so that preincrement
6869         and predecrement operand is displayed
6870
6871 2003-10-13 Bernhard Held <bernhard AT bernhardheld.de>
6872
6873         * src/SDCCval.c (valMinus): fixed bug #826041
6874
6875 2003-10-15 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6876
6877         Some hc08 related updates that I missed earlier
6878         * sim/ucsim/stypes.h
6879         * support/regression/ports/hc08/spec.mk
6880
6881 2003-10-15 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6882
6883         New target "hc08" for the Motorola 68hc08 family of micros
6884
6885         * configure
6886         * configure.in
6887         * Makefile
6888         * src/hc08/*
6889         * src/SDCCmain.c
6890         * src/port.h
6891         * sim/ucsim/hc08.src/*
6892         * sim/ucsim/configure.in
6893         * src/ucsim/configure
6894         * sim/ucsim/packages_in.mk
6895         * as/hc08/*
6896         * as/Makefile
6897         * device/include/mc68hc908qy.h
6898         * device/lib/hc08/*
6899         * device/lib/Makefile.in
6900         * support/regression/ports/hc08/*
6901         * support/regression/Makefile
6902
6903 2003-10-14 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6904
6905         * src/z80/gen.c: fixed bug revealed by ast_constant_folding.c
6906         regression test
6907         * src/ds390/gen.c (genCast): fixed bug #821957
6908
6909 2003-10-13 Bernhard Held <bernhard AT bernhardheld.de>
6910
6911         * device/lib/logf.c: "fixed" overlay bug
6912         * support/regression/ports/host/spec.mk: added m library
6913         * support/regression/ports/mcs51-stack-auto/spec.mk: added float funcs
6914         * support/regression/tests/float_trans: added (for Eric)
6915
6916 2003-10-12 Bernhard Held <bernhard AT bernhardheld.de>
6917
6918         * src/mcs51/gen.c (genCpl): fixed bug
6919         http://sf.net/mailarchive/message.php?msg_id=6263915
6920
6921 2003-10-10 Bernhard Held <bernhard AT bernhardheld.de>
6922
6923         * src/SDCCast.c (decorateType): added extended constant folding
6924         * src/SDCCsymt.c (computeType): cleanup
6925         * src/SDCCval.c (valShift): minor optimization
6926         * support/regression/tests/ast_constant_folding.c: added
6927
6928 2003-10-09  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6929
6930         * src/SDCCmain.c: removed some unintended changes
6931
6932 2003-10-09  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6933
6934         * src/SDCCmain.c (setParseWithComma): fixed bug #816685
6935         * src/z80/gen.c: fixed part of bug #817589
6936         * src/SDCCsymt.c (checkFunction): fixed bug #817895
6937
6938 2003-10-08 Bernhard Held <bernhard AT bernhardheld.de>
6939
6940         Replaced cast (void **) with (void *) to avoid gcc 3 warning:
6941         * src/SDCCcflow.c
6942         * src/SDCCcse.c
6943         * src/SDCCdflow.c
6944         * src/SDCClabel.c
6945         * src/SDCClrange.c
6946         * src/SDCCmem.c
6947         * src/SDCCopt.c
6948         * src/SDCCpeeph.c
6949         * src/SDCCset.c
6950         * src/avr/ralloc.c
6951         * src/ds390/ralloc.c
6952         * src/izt/ralloc.c
6953         * src/mcs51/ralloc.c
6954         * src/pic/ralloc.c
6955         * src/pic16/ralloc.c
6956         * src/xa51/ralloc.c
6957         * src/z80/ralloc.c
6958         * src/z80/gen.c: removed unused label "release:"
6959
6960 2003-10-06  Borut Razem <borut.razem AT siol.net>
6961
6962         * src/SDCC.lex: removed definition of unused variables
6963           save_optimize and save_options
6964
6965 2003-10-06 Bernhard Held <bernhard AT bernhardheld.de>
6966
6967         * clean.mk: removed '=' in "-maxdepth=1"
6968         * src/SDCCloop.c: replace LRKLAUS with SDCC_LRKLAUS
6969         * src/SDCClrange.c: replace LRKLAUS with SDCC_LRKLAUS
6970
6971 2003-10-06  Borut Razem <borut.razem AT siol.net>
6972
6973         * src/SDCC.lex, src/SDCC.lex: use dbuf for "_asm" definitions;
6974           my_unput() replaced by unput()
6975
6976 2003-10-05 Bernhard Held <bernhard AT bernhardheld.de>
6977
6978         * src/SDCCloop.c (assignmentsToSym, loopInduction): cast argument of
6979         setToNull() to (void *) to avoid gcc3.x's warning: "dereferencing
6980         type-punned pointer will break strict-aliasing rules"
6981         Old LR behaviour is again default; Klaus' LR can be choosen by
6982         defining the environment variable LRKLAUS
6983         * src/SDCCBBlock.h
6984         * src/SDCCloop.c
6985         * src/SDCClrange.c
6986         * src/ds390/ralloc.c (spillThis): applied Klaus' patch
6987         * clean.mk: fixed removal of files in bin/CVS/
6988         * device/lib/clean.mk: fixed removal of directories small and large
6989         * support/Util/SDCCerr.c: changed W_INT_OVL to ERROR_LEVEL_PEDANTIC
6990         * src/SDCCicode.c,
6991         * src/SDCCval.c: removed superflous test for pedantic
6992
6993 2003-10-05  Borut Razem <borut.razem AT siol.net>
6994
6995         * src/SDCC.lex, support/Util/SDCCerr.c, sdcc/support/Util/SDCCerr.h:
6996           Fixed bug #816692: introduced new ERROR_LEVEL_PEDANTIC warning
6997           message "unmatched #pragma SAVE and #pragma RESTORE"
6998
6999 2003-10-04  Frieder Ferlemann <Frieder.Ferlemann AT web.de>
7000
7001         * doc/sdccman.lyx: various additions and updates (interrupts, inline
7002           assembly, critical functions, atomic, nojtbound)
7003
7004 2003-10-04 Bernhard Held <bernhard AT bernhardheld.de>
7005
7006         Applied liferange patch from Klaus Flittner <klaus_flittner AT gmx.de>
7007         * src/SDCCBBlock.h
7008         * src/SDCCloop.c
7009         * src/SDCCloop.h
7010         * src/SDCClrange.c
7011
7012 2003-10-03  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7013
7014         * src/z80/gen.h,
7015         * src/z80/gen.c (aopOp, aopGet, aopPut, genDummyRead),
7016         * src/mcs51/gen.h
7017         * src/mcs51/gen.c (aopOp, aopGet, aopPut, genDummyRead),
7018         * src/ds390/gen.h
7019         * src/ds390/gen.c (aopOp, aopGet, aopPut, genDummyRead),
7020         * src/SDCCicode.c (ast2iCode, geniCodeDummyRead): Fixed bug #663539
7021         * src/SDCCopt.c (killDeadCode): Fixed bugs #663539 & #816705
7022
7023 2003-10-02  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7024
7025         * src/z80/gen.c (genRet): fixed bug #524753
7026         * src/z80/gen.c (genCast): fixed internal error on cast from
7027         pointer to long
7028         * src/z80/gen.c (_saveRegsForCall, emitCall): adapted Johan's
7029         fix for bug #477835 to the z80
7030         * src/z80/gen.c (genZ80code, _vemit2, _emit2): added support
7031         for tracking iCodes in the peephole optimizer for z80
7032
7033 2003-10-01  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7034
7035         * src/SDCCicode.c (geniCodeJumpTable, geniCodeSwitch): fixed
7036         the other part of bug #814548
7037         * src/SDCCpeeph.c (labelInRange): fixed bug #814558
7038
7039 2003-09-30  Bernhard Held <bernhard AT bernhardheld.de>
7040
7041         * src/SDCCcse.c: fixed part of bug #814548
7042
7043 2003-09-28  Borut Razem <borut.razem AT siol.net>
7044
7045         * src/asm.c: rewrite of printILine() to use temporary file instead
7046           a pipe
7047         * src/xa51/main.c: commented out declaration of int rewinds
7048
7049 2003-09-27  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7050
7051         * src/SDCCicode.c (geniCodeJumpTable): Fixed bug #813206
7052
7053 2003-09-26  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7054
7055         * src/SDCCdflow.c (computeDataFlow): Fixed bug #810746
7056         * src/asm.c (printILine): Fixed bug #811015
7057
7058 2003-09-22  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
7059
7060         *link/z80/lklibr.c, as/mcs51/lklibr.c: Improved memory allocation and
7061         freeing.
7062
7063 2003-09-21  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7064
7065         * src/z80/gen.c (setupToPreserveCarry): Fixed bug #796955
7066         * src/z80/gen.c (setupPair, genMovePairPair): Fixed setupPair
7067         to correctly handle general case of AOP_PAIRPTR
7068         * src/z80/gen.c (aopGet, aopPut): Generalized AOP_PAIRPTR handling
7069
7070 2003-09-21  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7071
7072         * src/mcs51/ralloc.c (fillGaps),
7073         * src/ds390/ralloc.c (fillGaps): fixed bug #810093 (yet another
7074         register positioning bug)
7075
7076 2003-09-21  Bernhard Held <bernhard AT bernhardheld.de>
7077
7078         * device/lib/_fsdiv.c: replaced (1<<31) by (1ul<<31)
7079
7080 2003-09-19  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7081
7082         * src/mcs51/gen.c (loadDptrFromOperand, genFarPointerGet,
7083         genCodePointerGet, genGenPointerGet, genFarPointerSet,
7084         genGenPointerSet): handle AOP_DPTR correctly when loading dptr
7085         (ralloc doesn't intentionally do this now, but perhaps later)
7086         * src/mcs51/ralloc.c (serialRegAssign, fillGaps),
7087         * src/ds390/ralloc.c (serialRegAssign, fillGaps): fixed some
7088         register positioning bugs (Fixed bug #762602 and #795325)
7089         * src/SDCCicode.c (geniCodeDerefPtr): Track output class correctly
7090         (Fixed bug #808779)
7091         * src/z80/gen.c: increased _vemit2's buffer[] to handle long
7092         lines that --i-code-in-asm generates
7093
7094 2003-09-18  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
7095
7096         *link/z80/lklibr.c, as/mcs51/lklibr.c: Fixed Linux segfaults when
7097         trying to fclose a FILE* that was already closed.
7098
7099 2003-09-18  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7100
7101         * src/SDCCsymt.c (structElemType): fixed bug #808291 (members
7102         of const struct should be treated as if const themselves)
7103
7104 2003-09-18  Bernhard Held <bernhard AT bernhardheld.de>
7105
7106         * src/SDCCval.c (valPlus, valMinus): fixed bug #808337
7107
7108 2003-07-06  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
7109
7110         * support/librarian/sdcclib.c: Generate correct offsets for libraries with
7111         Unix (/n) and DOS (/r/n) line terminations.
7112
7113 2003-09-17  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7114
7115         * src/SDCCopt.c (cnvFromFloatCast, cnvToFloatCast): fixed
7116         bug #613775
7117
7118 2003-09-16  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7119
7120         * src/mcs51/gen.c (genFunction, genEndFunction),
7121         * src/ds390/gen.c (genFunction, genEndFunction): Moved save
7122         and restore of EA so that stack offsets to parameters are
7123         correct when using both critical and reentrant/stack-auto.
7124         * src/z80/gen.c (aopOp): removed erroneous assertion about sloc
7125         size (can be triggered in error if sloc is shared between
7126         different sized objects)
7127         * device/include/float.h: fixed macros to explicitly use
7128         unsigned long where needed
7129
7130 2003-09-15  Bernhard Held <bernhard AT bernhardheld.de>
7131
7132         Feature req. 799831: added code to allow nesting of critical functions
7133         * src/mcs51/gen.c (genFunction, genEndFunction)
7134         * src/ds390/gen.c (genFunction, genEndFunction)
7135
7136 2003-09-14  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7137
7138         * src/SDCCsymt.c (sclsFromPtr),
7139         * src/SDCCsymt.h,
7140         * src/SDCCast.c (decorateType): fixed bug #462971. Also, better
7141         support for standard C idiom of memory mapped variables; for
7142         example, *((xdata int*)0x1234) = 1 is now internally equivalent
7143         to xdata int at 0x1234 tempvar = 1.
7144         * sim/ucsim/z80.src/inst_xd.cc: fixed bug #805483 with patch
7145         provided by Akiya ISHIDA
7146
7147 2003-09-13  Bernhard Held <bernhard AT bernhardheld.de>
7148
7149         * src/SDCCval.c (cheapestVal): reenabled to reduce int to char
7150         * src/SDCCval.c (constVal): added reduction from int to char
7151         * src/SDCCval.c (valMult, valDiv): fixed sign handling
7152         * src/SDCCval.c (valShift): fixed after change of cheapestVal()
7153         * src/SDCCval.c (valCompare): fixed EQ_OP and NE_OP; they have
7154         to ignore the sign
7155         * support/regression/tests/shifts.c: fixed
7156
7157 2003-09-13  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7158
7159         * src/z80/gen.c (genXor): Fixed bug #805445
7160
7161 2003-09-12  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7162
7163         Fixed bug #621531 (const & volatile confusion in the type chain).
7164         DCL_PTR_CONST, DCL_PTR_VOLATILE, & IS_PTR_CONST now exclusively
7165         refer to the const or volatile state of the pointer itself.
7166
7167         * src/SDCCast.c
7168         * src/SDCCglue.c
7169         * src/SDCCicode.c
7170         * src/SDCCsymt.c
7171         * src/SDCCval.c
7172         * src/SDCC.y
7173         * src/SDCCsymt.h
7174         * src/pic/gen.c
7175         * src/pic/ralloc.c
7176         * src/pic16/gen.c
7177         * src/pic16/ralloc.c
7178         * support/regression/tests/const.c
7179
7180 2003-09-10  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
7181
7182         When checking for duplicated modules, use absolute paths
7183         instead of relative paths.  Files changed:
7184
7185         * as/mcs51/lklib.c
7186         * link/z80/lklib.c
7187
7188 2003-09-09  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7189
7190         * src/SDCCicode.c (geniCodeLogic): fixed bug #797572
7191
7192 2003-09-07  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7193
7194         * device/include/string.h: added size_t typedef, changed
7195         prototypes to use size_t, eliminated separate reentrant and
7196         non-reentrant declarations, added _memmove declaration
7197         * device/lib/_memcpy.c: changed to use size_t instead of int,
7198         changed /4 to >>2 to avoid division library call
7199         * device/lib/_memcmp.c,
7200         * device/lib/_memset.c,
7201         * device/lib/_strncat.c,
7202         * device/lib/_strncpy.c,
7203         * device/lib/_strncmp.c: changed to use size_t instead of int
7204         * device/lib/_memmove.c: new file (fixed bug #772294)
7205         * device/lib/Makefile.in: added _memmove.c
7206         * device/lib/z80/asm_strings.s: fixed bug #772290
7207         * support/regression/tests/bitfields.c: attempt to fix host assertion
7208         failure on amd64-unknown-linux2.2
7209
7210 2003-09-06  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7211
7212         * src/z80/gen.c (aopPut, spillPairReg): fixed bug #800998
7213         * src/z80/gen.c (genFunction, genEndFunction): fixed "bug" #774700
7214         * as/z80/asmain.c (main): fixed bug #801766
7215
7216 2003-09-06  Bernhard Held <bernhard AT bernhardheld.de>
7217
7218         * src/SDCCicode.c (ast2iCode): fixed differences in iCode with different
7219         compilers
7220
7221 2003-09-05  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7222
7223         * src/SDCCast.c (isConformingBody): fixed loop reversal bug
7224         reported in bug #800609
7225
7226 2003-09-04  Vangelis Rokas <vrokas AT otenet.gr>
7227
7228         * Top header beautifications in src/pic16 directory:
7229           device.c, device.h, gen.c, gen.h, genarith.c, glue.c, pcode.c,
7230           pcodeflow.c, pcodeflow.h, pcode.h, pcodepeep.c, pcoderegs.c,
7231           pcoderegs.h, ralloc.c, ralloc.h
7232         * main.c: added top header and GPL license notice
7233         * pcode.c: fixed the if-conditional warning
7234
7235 2003-09-04  Bernhard Held <bernhard AT bernhardheld.de>
7236
7237         * device/lib/_mullong.c: replaced int by short for gcc
7238
7239 2003-08-31  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7240
7241         * src/SDCCpeeph.c (notVolatile, notVolatileVariable): handle IFX
7242         and JUMPTABLE iCodes properly now (worked by accident before)
7243         * src/mcs51/gen.c (leftRightUseAcc),
7244         * src/ds390/gen.c (leftRightUseAcc): handle IFX and JUMPTABLE
7245         iCode properly now. Use getSize instead of nRegs since a & b
7246         aren't part of the nRegs tally.
7247
7248 2003-08-31  Vangelis Rokas <vrokas AT otenet.gr>
7249
7250         * src/pic16/main.c: corrected offsets of interrupt vectors in _pic16_genIVT()
7251         * src/pic16/pcode.c: fix to disable inserting BANKSEL directive
7252           before instructions that use the _STATUS register
7253
7254 2003-08-31  Bernhard Held <bernhard AT bernhardheld.de>
7255
7256         * src/mcs51/gen.c (freeAsmop): fixed off by one in stack offset (AOP_STK)
7257         * src/mcs51/gen.c (genNearPointerSet): added missing opcode for
7258         fetching of the pointer
7259         * src/mcs51/gen.c (genNearPointerGet): added reuse of PREG,
7260         copied from genNearPointerSet()
7261         * src/mcs51/gen.c (genNearPointerGet): don't pop r0/r1, if RESULTONSTACK
7262         * src/mcs51/gen.c: changed order of freeAsmop(left/right/result)-calls.
7263         If they pop r0/r1 they must be called in the opposite order than aopOp().
7264         * device/lib/_mullong.c: fixed for "--model-large --int-long-reent"
7265         (resp. --stack-auto), prepared for --xstack
7266
7267 2003-08-28  Frieder Ferlemann <Frieder.Ferlemann AT web.de>
7268
7269         * doc/sdccman.lyx: reverted tables to those in cvs 1.64
7270
7271 2003-08-28  Bernhard Held <bernhard AT bernhardheld.de>
7272
7273         * device/lib/_startup.c: quick & dirty fix for ds390/ds400;
7274         these ports have their own __sdcc_external_start()
7275
7276 2003-08-26  Bernhard Held <bernhard AT bernhardheld.de>
7277
7278         pic patch provided by Slade Rich <slade_rich AT yahoo.com>
7279         * src/pic/glue.c (pic14printPublics): fixed bug introduced when symbol
7280         type for bits was changed. It resulted in bit variables becoming
7281         global, which is not permitted in PIC 14 assembly output.
7282
7283 2003-08-23  Frieder Ferlemann <Frieder.Ferlemann AT web.de>
7284
7285         * doc/sdccman.lyx: various additions and updates. Rearranged sections
7286
7287 2003-08-22  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
7288
7289         Z80 and MCS51 linkers complaint if a public symbol is defined
7290         in more than one library module:
7291
7292         * as/mcs51/lklib.c
7293         * link/z80/lklib.c
7294         * as/mcs51/Makefile.in
7295
7296 2003-08-22  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7297
7298         A few small changes that speed up the peephole optimizer.
7299
7300         * src/SDCCpeeph.c
7301
7302 2003-08-22  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7303
7304         Try to make the peephole optimizer smarter by maintaining
7305         an association between the assembly source code and the
7306         iCodes that originated them. Put this information to use
7307         with a new peephole rule condition "notVolatile" so that
7308         the rules can be aggressive yet still safe.
7309
7310         * src/SDCCpeeph.c
7311         * src/SDCCpeeph.h
7312         * src/mcs51/gen.c
7313         * src/mcs51/peeph.def
7314
7315 2003-08-20  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7316
7317         Fixed bug #741761
7318
7319         * src/mcs51/gen.c (aopForSym, leftRightUseAcc),
7320         * src/ds390/gen.c (aopForSym, leftRightUseAcc): preserve A and B
7321         if the left or right operand symbols have the accuse flag set.
7322
7323 2003-08-20  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7324
7325         Changed the type of the result of the ! (NOT) operator to char;
7326         previously it returned the same type as the source. This allows
7327         us to eliminate all the genFloatNot functions (all of its target
7328         implementations were very buggy) since !float can use the same
7329         code as !long now.
7330
7331         * src/SDCCicode.c (ast2iCode): ! returns char
7332         * src/mcs51/gen.c (genNot, genNotFloat),
7333         * src/ds390/gen.c (genNot, genNotFloat),
7334         * src/z80/gen.c (genNot, genNotFloat),
7335         * src/pic/gen.c (genNot, genNotFloat),
7336         * src/pic16/gen.c (genNot, genNotFloat): eliminated genNotFloat
7337
7338 2003-08-19  Bernhard Held <bernhard AT bernhardheld.de>
7339
7340         pic patch provided by Slade Rich <slade_rich AT yahoo.com>
7341         1. Interrupt would not compile properly. Ensure PCLATH register is saved
7342            during interrupts. Ensure WSAVE is located at a shared bank address.
7343         2. Fixed page selection in some places
7344         3. Fixed BTFSS/C to where necessary use registers directly and not simply
7345            the registers name strings.
7346         4. Fixed "signed / unsigned compare" compiler warnings.
7347         5. The PIC port manages its own allocation of the general purpose
7348            registers, but makes no attempt to reuse them. As a result when
7349            compiling it soon runs out of general purpose registers. Some
7350            additional code was added to the files pcode.c and device.c to walk
7351            through the function call tree and rename the registers so that they
7352            get reused.
7353
7354         * src/pic/device.c
7355         * src/pic/gen.c
7356         * src/pic/glue.c
7357         * src/pic/pcode.c
7358         * src/pic/pcode.h
7359         * src/pic/ralloc.c
7360         * src/pic/ralloc.h
7361         * src/pic/genarith.c: Fixed problems with PIC 14 port in functions
7362         genPlus() & genMinus() when the result is the same as left or right
7363
7364 2003-08-18  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7365
7366         * src/z80/gen.c (isUnsplitable, fetchPairLong): fixed bug #770454
7367
7368 2003-08-18  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7369
7370         Made bitfield a distinct type from bit so that bitfields
7371         convert as per ANSI C and bits retain their traditional
7372         boolean style behaviour. Implemented bitfield support in
7373         the z80 port.
7374
7375         * src/SDCCsymt.h,
7376         * src/SDCCsymt.c,
7377         * src/SDCCast.c,
7378         * src/cdbFile.c,
7379         * src/mcs51/gen.c,
7380         * src/ds390/gen.c: bit v bitfield split
7381         * src/z80/gen.c: New support for bitfields
7382         * support/regression/tests/bitfields.c: reenabled z80,
7383         added more tests
7384
7385 2003-08-17  Frieder Ferlemann <Frieder.Ferlemann AT web.de>
7386
7387         Rules 246.x, 247.x relate to bitfields, the others speed up
7388         access to xdata mapped I/O devices.
7389
7390         * src/mcs51/peeph.def: added 26 peepholes 246.x - 248.x, 180.x
7391
7392 2003-08-16  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7393
7394         Cleaned up genPackBits and genUnpackBits and added two helper
7395         functions, emitPtrByteGet & emitPtrByteSet. Added optimizations
7396         for literal assignments in genPackBits (thanks to Frieder for
7397         reminding me).
7398
7399         * src/mcs51/gen.c
7400         * src/ds390/gen.c
7401
7402 2003-08-16  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7403
7404         Fixed bug #748310 (pointer to function type mishandled when the
7405         function name is omitted). Also fixed a SIGSEGV when a function
7406         attribute (reentrant, etc) is used on a non-function or on a
7407         function but misplaced before the parameter list.
7408
7409         * src/SDCC.y (abstract_declarator, abstract_declaractor2): fixed
7410         bug #748310
7411         * src/SDCC.y (declarator2_function_attributes): avoided SIGSEGV
7412         * support/Util/SDCCerr.h,
7413         * support/Util/SDCCerr.c: Added func attr misuse error msg
7414
7415 2003-08-13  Bernhard Held <bernhard AT bernhardheld.de>
7416
7417         Fixed bug #787649 by anonymous
7418         * src/SDCCglue.c (emitRegularMap): added emission of sloc for func ptr
7419         * src/ds390/gen.c (aopForSym): fixed func ptr in sloc
7420
7421 2003-08-14  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7422
7423         Fixed numerous bitfield problems.
7424
7425         * src/SDCC.y: More bitfield related error checking
7426         * src/SDCCsymt.h,
7427         * src/SDCCsymt.c (compStructSize): fixed bitfield offset calc
7428         * support/Util/SDCCerr.h,
7429         * support/Util/SDCCerr.c: Added & edited some bitfield err msgs
7430         * src/mcs51/gen.c (genPackBits, genUnpackBits): fixed mask bugs
7431         * src/ds390/gen.c (genPackBits, genUnpackBits): fixed mask bugs
7432         * support/regression/tests/bitfields.c: tests added
7433
7434 2003-08-13  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7435
7436         Made the constant following the "interrupt" keyword optional. If
7437         omitted, the function will not automatically be given an entry
7438         in the interrupt vector table (similar to #pragma NOIV, but
7439         less syntacticly kludgy). The interrupt number is also now
7440         range checked. Also fixed a bug in the high order bit example
7441         in the manual.
7442
7443         * src/SDCC.y
7444         * src/SDCCmem.c
7445         * src/SDCCglue.c
7446         * src/SDCCsymt.h
7447         * support/Util/SDCCerr.c
7448         * support/Util/SDCCerr.h
7449         * doc/sdccman.lyx
7450
7451 2003-08-13  Bernhard Held <bernhard AT bernhardheld.de>
7452
7453         * src/SDCCcse.c (algebraicOpts): fix bug converting op from value to type
7454         * src/SDCCicode.c (operandOperation): rewritten some ops
7455         (*, ==, unary_minus) to fix possible overflows and to accord with ANSI
7456         * src/SDCCsymt.c (computeType): literals are handled the same way as any
7457         other type
7458         * src/SDCCval.c (cheapestVal): removed, it doesn't accord with ANSI (can
7459         be re-activated by defining REDUCE_LITERALS)
7460         * src/SDCCval.c (constVal): fixed; hex and octal constants can be
7461         unsigned, but are signed by default
7462         * src/SDCCval.c (constVal): rearranged
7463         * src/SDCCval.c (valMod): preliminary fix
7464         * src/SDCCval.c (valCastLiteral): use TYPE_* types
7465         * support/regression/literalop.c: added, work in progress
7466
7467 2003-08-12  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7468
7469         Generate warnings for useless declarations like "char data;"
7470         that don't do what new users expect.
7471
7472         * src/SDCC.y
7473         * support/Util/SDCCerr.h
7474         * support/Util/SDCCerr.c
7475
7476 2003-08-09  Bernhard Held <bernhard AT bernhardheld.de>
7477
7478         * src/SDCCval.c (valMult): fix overflow detection of negative int
7479
7480 2003-08-07  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7481
7482         * src/z80/ralloc.c (joinPushes): made compatible with new signedness
7483
7484         Changes to support big endian targets:
7485
7486         * src/ports.h
7487         * src/SDCCglue.c
7488         * src/avr/main.c
7489         * src/ds390/main.c
7490         * src/izt/i186.c
7491         * src/mcs51/main.c
7492         * src/pic/main.c
7493         * src/pic16/main.c
7494         * src/xa51/main.c
7495         * src/z80/main.c
7496
7497 2003-08-06  Bernhard Held <bernhard AT bernhardheld.de>
7498
7499         * src/SDCCval.c (cheapestVal): changed behaviour to the same as constVal()
7500         * device/lib/time.c: fixed warning "integer overflow in expression"
7501
7502 2003-08-05  Bernhard Held <bernhard AT bernhardheld.de>
7503
7504         * src/SDCCval.c (cheapestVal, valueFromLit): use TYPE_* types
7505         * src/SDCCval.c (constVal): changed default to signed; hex and octal
7506         constants are unsigned; added recognition of "u" flag for unsigned
7507         * src/SDCCval.c (valMult): fixed signdness, added warning for overflow
7508         * src/SDCCval.c (valDiv, valMod): fixed signdness
7509         * src/SDCCicode.c (operandOperation): fixed critical typo; fixed
7510         signedness of modulo, left and right shift
7511         * support/Util/SDCCerr.c: added warning "integer overflow in expression"
7512         * support/Util/SDCCerr.h: added warning W_INT_OVL
7513         * src/SDCCast.c (decorateType): fixed gcc3.3 warning
7514         * src/SDCCast.c (ast_print): improved output of constants
7515
7516 2003-08-04  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
7517
7518         Fixed some warnings when building with MSVC:
7519
7520         * as\mcs51\asdata.c
7521         * as\z80\asdata.c
7522         * as\mcs51\asm.h
7523         * as\z80\asm.h
7524         * link\z80\aslink.h
7525         * link\z80\lkdata.c
7526         * link\z80\lkeval.c
7527         * link\z80\lkgb.c
7528         * link\z80\lkihx.c
7529         * link\z80\lks19.c
7530         * link\z80\lksym.c
7531         * support\cpp2\cpplib.c
7532         * src\ds390\gen.c
7533         * src\mcs51\gen.c
7534
7535 2003-08-03  Bernhard Held <bernhard AT bernhardheld.de>
7536
7537         * src/SDCCast.c (constExprTree): fix bug #781827 by Carl Worth <cworth AT isi.edu>
7538
7539 2003-08-01  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
7540
7541         * support\librarian\clean.mk: Do not remove Makefile.
7542         * support\librarian\Makefile: added.
7543
7544 2003-08-01  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
7545
7546         Added librarian to MSVC build:
7547         * all.dsp
7548         * sdcc.dsw
7549         * support\librarian\librarian.dsp
7550
7551         'configure' not needed for librarian, removed:
7552         * support\librarian\configure
7553         * support\librarian\configure.in
7554         * support\librarian\config_in.h
7555         * support\librarian\Makefile.in
7556
7557         Hopefully these ones built the librarian and the rest of sdcc properly:
7558         * Makefile
7559         * Makefile.common.in
7560
7561         Messed up 'configure', so revert to previous version:
7562         * configure
7563         * configure.in
7564
7565 2003-07-31  Bernhard Held <bernhard AT bernhardheld.de>
7566
7567         * src/SDCCicode.c (operandOperation): 3. fix, this time for Alpha; ULONG has 64 bits
7568         there, while the mantissa of a double is "only" 53 bits wide.
7569
7570 2003-07-31  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
7571
7572         Adding sdcclib to the build.  MSVC project coming soon.
7573         Files added/changed:
7574
7575         * support\librarian\clean.mk
7576         * support\librarian\configure
7577         * support\librarian\configure.in
7578         * support\librarian\config_in.h
7579         * support\librarian\Makefile.bcc
7580         * support\librarian\Makefile.in
7581         * support\librarian\sdcclib.c
7582         * Makefile.bcc
7583         * Makefile
7584         * Makefile.common.in
7585         * configure
7586         * configure.in
7587
7588 2003-07-29  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
7589
7590         Linker now complaints if linked modules have conflicting options, for
7591         example, one compiled using --model-large and another one compiled with
7592         --model-small.  The following files were modified:
7593
7594         * as\mcs51\asdata.c
7595         * as\mcs51\aslink.h
7596         * as\mcs51\asm.h
7597         * as\mcs51\asmain.c
7598         * as\mcs51\asout.c
7599         * as\mcs51\i51pst.c
7600         * as\mcs51\lkdata.c
7601         * as\mcs51\lklibr.c
7602         * as\mcs51\lkmain.c
7603         * as\z80\asdata.c
7604         * as\z80\asm.h
7605         * as\z80\asmain.c
7606         * as\z80\asout.c
7607         * as\z80\z80pst.c
7608         * link\z80\aslink.h
7609         * link\z80\lkdata.c
7610         * link\z80\lklibr.c
7611         * link\z80\lkmain.c
7612         * src\SDCCglue.c
7613
7614 2003-07-28  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
7615
7616         *link/z80/aslink.h, link/z80/lklibr.c, as/mcs51/aslink.h,
7617         as/mcs51/lklibr.c: Generate a warning when a library is not found.
7618
7619 2003-07-28  Bernhard Held <bernhard AT bernhardheld.de>
7620
7621         * src/z80/mappings.i: fix _mul[us][int,long] entries
7622
7623 2003-07-26  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
7624
7625         *src/SDCCmain.c: do not search for crt0.o when using --nostdlib
7626
7627 2003-07-24  Bernhard Held <bernhard AT bernhardheld.de>
7628
7629         * src/SDCCicode.c (operandOperation): really fixed problem with bitops
7630         * support/regression/tests/bitopcse.c: added
7631         fixed warning:
7632         * src/avr/gen.c:
7633         * src/pic/gen.c:
7634         * src/pic16/gen.c:
7635         * src/z80/gen.c:
7636         * src/xa51/gen.c:
7637
7638 2003-07-24  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
7639
7640         added support for new library format to z80, gbz80 linkers:
7641         *link/z80/aslink.h
7642         *link/z80/lklex.c
7643         *link/z80/lklib.c
7644         *link/z80/lklist.c
7645
7646 2003-07-24  Bernhard Held <bernhard AT bernhardheld.de>
7647
7648         * src/SDCCicode.c (operandOperation): fixed problem with bitops and 0xffffffff;
7649         after {double d = 0xffffffff; long l = d;} l will be 0x80000000 (LONG_MIN)
7650
7651 2003-07-23  Bernhard Held <bernhard AT bernhardheld.de>
7652
7653         added DUMMY_READ_VOLATILE:
7654         * src/SDCC.y:
7655         * src/avr/gen.c:
7656         * src/xa51/gen.c:
7657         * src/z80/gen.c:
7658         * src/pic/gen.c:
7659         * src/pic16/gen.c:
7660         * src/mcs51/gen.c:
7661         * src/ds390/gen.c:
7662         * src/SDCCcse.c (algebraicOpts): many improvements
7663         * src/SDCCcse.h: removed algebraicOpts()
7664         * src/SDCCicode.c (picDummyRead): added
7665
7666 2003-07-23  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
7667
7668         * as/mcs51/lkmem.c: Changed message "Insufficient DRAM memory" to
7669         "Insufficient space in data memory".
7670
7671 2003-07-20  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7672
7673         * src/mcs51/gen.c: fixed bug #771358
7674         * src/z80/gen.c: fixed bug #759087
7675
7676 2003-07-20  Bernhard Held <bernhard AT bernhardheld.de>
7677
7678         * src/pic16/glue.c: minor cleanup by Vangelis
7679
7680 2003-07-19  Frieder Ferlemann <Frieder.Ferlemann AT web.de>
7681
7682         * device/include/regc515c.h: fixed #758477
7683         * device/lib/_gptrget.c: saving some cycles in generic pointer get
7684         * device/lib/_gptrput.c: saved a few bytes
7685         * my tab spacing is 8, yours too?)
7686         * device/lib/_ser.c: process RX bytes earlier than TX bytes
7687         * device/lib/serial.c: process RX bytes earlier than TX bytes
7688         * src/mcs51/gen.c(genGenPointerGet/Set): removed writing of type after postincrement
7689
7690 2003-07-18  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7691
7692         * src/z80/gen.c: fixed some right shift bugs (#772726 among them)
7693
7694 2003-07-17  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
7695
7696     * link/z80/lklibr.c: fixed bug when there is a '.' in a library path.
7697
7698 2003-07-17  Bernhard Held <bernhard AT bernhardheld.de>
7699
7700         * device/lib/Makefile.in: bad fix, reverted to 1.43
7701
7702 2003-07-16  Bernhard Held <bernhard AT bernhardheld.de>
7703
7704         * device/lib/Makefile.in: added missing z80 object files
7705
7706 2003-07-14  Bernhard Held <bernhard AT bernhardheld.de>
7707
7708         * src/SDCCcse.c (algebraicOpts): CSE fun with &|^ and 0x00/0xff literals
7709         pic16 progress by Vangelis:
7710         * src/SDCCglobl.h:
7711         * src/SDCCmain.c:
7712         * src/pic/Makefile:
7713         * src/pic:
7714         * pic/Makefile:
7715         * pic16/device.c:
7716         * pic16/device.h:
7717         * pic16/gen.c:
7718         * pic16/gen.h:
7719         * pic16/genarith.c:
7720         * pic16/glue.c:
7721         * pic16/main.c:
7722         * pic16/pcode.c:
7723         * pic16/pcode.h:
7724         * pic16/pcodepeep.c:
7725         * pic16/peeph.def:
7726
7727 2003-07-13  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
7728
7729     * src/SDCCmain.c, src/SDCCglobl.h: added option --no-std-crt0
7730
7731 2003-07-12  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
7732
7733     * sdcc.dsw, all.dsp, link/z80/linkgbz80.dsp, as/z80/as-gbz80.dsp:
7734     added gbz80 build to MSVC project.
7735     * src/SDCCmain.c, src/SDCCglue.c, src/z80/main.c, src/z80/z80.dsp,
7736     link/z80/aslink.h, linkz80.dsp: cleaned up z80 and gbz80 asm files
7737     from 8051 stuff and setup so it links using a .lnk file.
7738
7739 2003-07-06  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
7740
7741     * support/librarian/sdcclib.c: sdcc librarian.
7742     * as/mcs51/aslink.h, as/mcs51/lklib.c: Support for libraries created
7743     with sdcclib.
7744
7745 2003-07-03  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
7746
7747     * as/mcs51/lkmain.c: properly handle extensions in function afile.
7748
7749 2003-07-02  Borut Razem <borut.razem AT siol.net>
7750
7751         * src/port.h, src/SDCCmain.c, src/pic/glue.h, src/pic/main.c,
7752         src/pic16/glue.h, sdcc/src/pic16/main.c, src/izt/i186.c,
7753         src/izt/tlcs900h.c, src/avr/main.c, src/ds390/main.c, src/mcs51/main.c,
7754         src/xa51/main.c, src/z80/main.c:
7755         virtualization of glue() function: each port has it's own glue function,
7756         which is accessed by do_glue function pointer in PORT.general structure
7757
7758 2003-07-01 Kevin Vigor <kevin AT vigor.nu>
7759
7760         * DS800C400 fun, improved ROM interface and tinibios.
7761
7762 2003-06-27 Kevin Vigor <kevin AT vigor.nu>
7763
7764         * More support for DS80C400. Now includes beginning of interface to ROM.
7765
7766 2003-06-25  Bernhard Held <bernhard AT bernhardheld.de>
7767
7768         * src/mcs51/gen.c (gencjneshort): fixed bug #760345
7769
7770 2003-06-20  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
7771
7772         * as/mcs51/lkaomf51.c: Make sure the size of the last procedure is correct.
7773
7774 2003-06-19  Borut Razem <borut.razem AT siol.net>
7775
7776         * src/z80/main.c: fixed Z80 port again: missing -k library paths in linker command line
7777
7778 2003-06-19  Borut Razem <borut.razem AT siol.net>
7779
7780         * src/SDCCutil.h, src/SDCCutil.c, src/SDCCglobl.h, src/SDCCmain.c, src/z80/main.c:
7781         fixed Z80 port - crt0.o: cannot open.
7782
7783 2003-06-19  Bernhard Held <bernhard AT bernhardheld.de>
7784
7785         * support/Util/MySystem.c (merge_command): revert bad fix
7786
7787 2003-06-18  Borut Razem <borut.razem AT siol.net>
7788
7789         * src/SDCC.lex, src/SDCCmain.c: fixed some warnings, introduced with changes made 15.06.1003
7790
7791 2003-06-18  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
7792
7793         * src/SDCCglobl.h, src/SDCCmain.c, doc/sdccman.lyx:
7794         option --use-stdout sends errors to stdout instead of stderr.
7795
7796 2003-06-18  Bernhard Held <bernhard AT bernhardheld.de>
7797
7798         * support/Util/MySystem.c (merge_command): quick fix for Linux segfault with \"cmd\" arg
7799
7800 2003-06-15  Borut Razem <borut.razem AT siol.net>
7801
7802         * support/cpp2/sdcc.h: HAVE_DOS_BASED_FILE_SYSTEM defined for _WIN32
7803         * src/SDCC.lex: cloneXxx and copyAndFreeXxx functions for options and optimize stack handling
7804         * src/SDCCglobl.h, src/SDCCmain.c, src/ds390/main.c, src/mcs51/main.c, src/z80/main.c:
7805         fixed width array of pointers replaced with sets;
7806         multiple include and lib paths ared transferred to preprocessor and linker
7807         * src/SDCCset.c, src/SDCCset.h: added function setFromSetNonRev() and mergeSets()
7808         * src/SDCCsymt.c: reimplemented function inCalleeSaveList() by using sets instead
7809         fixed width array of pointers
7810         * src/SDCCutil.c, src/SDCCutil.h: added functions fputStrSet(), appendStrSet(), joinStrSet();
7811         removed functions addToList(), join(), joinn(), pathCharsEquivalent(), pathCharTransform(),
7812         fixupPath(), getPathDifference()
7813         * src/ds390/gen.c, src/mcs51/gen.c: reimplemented function  inExcludeList() by using sets instead
7814         fixed width array of pointers
7815
7816 2003-06-11  Bernhard Held <bernhard AT bernhardheld.de>
7817
7818         * src/pic16/ralloc.c: fix warnings
7819         * src/pic16/pcode.c: fix warning
7820
7821 2003-06-10  Scott Dattalo  <scott AT dattalo.com>
7822
7823          Scott D. for Vangelis Rokas (vrokas AT otenet.gr). I (scott) don't
7824         know all the details, but essentially this set of changes enable
7825         the pic16 port to generate movff instructions and generate assembler
7826         directives,
7827         * src/SDCCmain.c:
7828         * src/pic16/gen.c:
7829         * src/pic16/glue.c:
7830         * src/pic16/pcode.c:
7831         * src/pic16/device.c:
7832         * src/pic16/main.c:
7833         * src/pic16/pcode.h:
7834         * src/pic16/pcoderegs.c:
7835         * src/pic16/ralloc.c:
7836         * src/pic16/ralloc.h:
7837
7838 2003-06-08  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
7839
7840         * support/Util/SDCCerr.c, src/SDCCglobl.h, src/SDCCmain.c, doc/sdccman.lyx:
7841         added option --vc, so sdcc errors and warnings are compatible with
7842         Microsoft Visual Studio.
7843
7844 2003-06-07  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
7845
7846         * device/lib/_atof.c, device/lib/Makefile.in, device/include/stdlib.h,
7847           device/lib/libfloat.lib: added atof function.
7848
7849 2003-06-04  Bernhard Held <bernhard AT bernhardheld.de>
7850
7851         * doc/sdccman.lyx: updated to Lyx 1.3
7852         * doc/cdbfileformat.lyx: updated to Lyx 1.3
7853         * doc/test_suite_spec.lyx: updated to Lyx 1.3
7854         * doc/Makefile: added fix for the \tabularnewline problem, thanks to Jesus
7855
7856 2003-06-03  Bernhard Held <bernhard AT bernhardheld.de>
7857
7858         * src/SDCCpeeph.c: separate peepRules2pCode() for pic16 by "Vangelis Rokas" <vrokas AT otenet.gr>
7859
7860 2003-06-02  Frieder Ferlemann <Frieder.Ferlemann AT web.de>
7861
7862         * doc/sdccman.lyx: cvs revision keywords, passing pdf information in latex preamble,
7863           additions to the "related tools/documentation" section
7864
7865 2003-06-02  Bernhard Held <bernhard AT bernhardheld.de>
7866
7867         * src/SDCCglue.c (tempfileandname): added check for missing TMP/TEMP/TMPDIR variable
7868
7869 2003-05-29  Bernhard Held <bernhard AT bernhardheld.de>
7870
7871         * src/pic/device.c: added 16F819, patch by "David I. Lehn" <dlehn AT vt.edu>
7872         * src/SDCCcse.c (algebraicOpts): fixed "c * 1"
7873
7874 2003-05-28  Bernhard Held <bernhard AT bernhardheld.de>
7875
7876         * doc/sdccman.lyx: fix double dash and other minor things
7877         * doc/Makefile: fix double dash
7878
7879 2003-05-28  Karl Bongers(patches from Martin Helmling)
7880         * debugger/mcs51/sdcdb.c,cmd.c,break.c and .h files. Martin adds
7881           condition and ignore commands.
7882
7883 2003-05-28  Frieder Ferlemann <Frieder.Ferlemann AT web.de>
7884
7885         * doc/sdccman.lyx: Changes all over, index improved, smaller margins. The manual
7886           is in parts still quite out of date, I did changes as far as I felt makes sense
7887           for a non-native english speaker.
7888           Please feel free to add to the manual or to correct my changes.
7889         * doc/Makefile: undid touching the date of intermediate tex files.
7890
7891 2003-05-26  Frieder Ferlemann <Frieder.Ferlemann AT web.de>
7892
7893         * doc/sdccman.lyx: Manual has an index now
7894
7895 2003-05-25  Bernhard Held <bernhard AT bernhardheld.de>
7896
7897         Finalize muluint/mulsint and mululong/mulslong merging:
7898         * device/lib/_mulint.c
7899         * device/lib/_mullong.c
7900         * device/lib/gbz80/mul.s
7901         * device/lib/gbz80/stubs.s
7902         * device/lib/z80/mul.s
7903         * device/lib/z80/stubs.s
7904         * src/SDCCsymt.c (initCSupport)
7905
7906 2003-05-25  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
7907
7908         * as/mcs51/lkaomf51.c: Address space 'z' was missing.
7909         * src/avr/avr.dsp, src/ds390/ds390.dsp, src/mcs51/mcs51.dsp,
7910           src/pic/pic.dsp, src/pic16/pic16.dsp, src/xa51/xa51.dsp,
7911           src/x80/z80.dsp: peep.rul is bigger now, so /Zm1000 is used
7912           instead of /Zm500.
7913
7914 2003-05-25  Frieder Ferlemann <Frieder.Ferlemann AT web.de>
7915
7916         * src/mcs51/peeph.def: added rules 244.x, 245.x. Although they pass
7917           the regression tests I'm not brave enough to enable 245.b, 245.c
7918         * doc/sdccman.lyx: added latex preamble for hyperref package.
7919           Using pdflatex this will give you a hyperlinked pdf file with
7920           bookmarks. (prepend '%' before /usepackage if this breaks something)
7921
7922 2003-05-24  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
7923
7924          * doc/sdccman.lyx: updated information about .adb files (fixed bug 742649)
7925
7926 2003-05-22  Bernhard Held <bernhard AT bernhardheld.de>
7927
7928         * src/pic16/pcode.c (pic16_get_op_from_instruction): fixed a gcc 3.x warning
7929
7930 2003-05-21    <johan AT balder>
7931
7932         * src/SDCCglue.c (printIval): fixed bug #739934
7933
7934 2003-05-19  Bernhard Held <bernhard AT bernhardheld.de>
7935
7936         Applied patch from bug 737905 (renamed yylineo to mylineno):
7937         * src/altlex.c
7938         * src/SDCCast.c
7939         * src/SDCglobl.h
7940         * src/SDCC.lex
7941         * src/SDCCsymt.c
7942         * src/SDCCval.c
7943         * src/pic16/pcode.c: Cleaned warnings
7944         * src/pic16/pcodeflow.c: Cleaned warnings
7945         * src/pic16/pcoderegs.c: Cleaned warnings
7946
7947 2003-05-19  Scott Dattalo  <scott AT dattalo.com>
7948
7949         * src/pic16/pcode.c: Cleaned warnings
7950         * src/pic16/pcodepeep.c: Cleaned warnings
7951         * src/pic16/ralloc.c: Cleaned warnings
7952
7953 2003-05-19  Bernhard Held <bernhard AT bernhardheld.de>
7954
7955         * doc/sdccman.lyx: fixed bug 739745
7956         * src/pic16/pcode.c (pic16_get_op): fixed warning on alpha
7957
7958 2003-05-18  Bernhard Held <bernhard AT bernhardheld.de>
7959
7960         * src/port.h: removed DEFAULT_PORT, it's not yet pic16 ;-)
7961         it can be defined with CFLAGS when running configure
7962         * src/SDCCmain.c: fixed compiling + linking with object files
7963
7964 2003-05-18  Vangelis Rokas (vrokas AT otenet.gr)
7965
7966         * configure.in: configure for pic16 port,
7967             added --disable-pic16-port
7968         * sdccconf_in.h: added macro OPT_DISABLE_PIC16
7969         * src/SDCCmain.c: linkOptions is changed to set *,
7970             added if/endif conditional macros to remove options help
7971             messages from optionsTable when a port is not configured, added
7972             support for the PIc16 port in the ports table, when executing
7973             the compiler with no port specified on command line, a default
7974             port is selected with the new macro DEFAULT_PORT which is
7975             defined in port.h, in setDefaultOptions() linkOptions is removed
7976             from initialization assignment, since now it is a set,
7977             parseCmdLine uses setParseWithComma for linkOptions, in
7978             linkEdit() linkOptions are accessed with new function indexSet()
7979             which returns the i'th item of a set variable. See SDCCset.c, in
7980             linkEdit() when calling buildCmdLine(), added linkOptions as
7981             last argument. Now users can pass arguments to gplink via the
7982             -Wl option, main() uses pic16glue() to glue up pic16 programs
7983         * src/SDCCpeeph.c: various changes to support pic16
7984         * src/SDCCset.c: added function  void *indexSet(set *, int)  to
7985             return the i'th item of the set
7986         * src/SDCCset.h: added function prototype for indexSet()
7987         * src/SDCCsymt.c: in checkSClass(), added support for PIC16
7988         * src/clean.mk: added pic16 in CLEANALLPORTS variable
7989         * src/port.h: added TARGET_ID_PIC16,TARGET_IS_PIC16 macro,
7990             added macro DEFAULT_PORT
7991         * src/pic/main.c: corrected arguments of gplnk in _linkCmd
7992         * src/pic16/gen.c: bug fix in genCpl(), now the correct code is
7993             generated
7994         * src/pic16/glue.c: commented out some error producing lines
7995         * src/pic16/main.c: __config directives are commented out to stop
7996             gpasm complaining and test the linkage with gplink, _linkCmd and
7997             _asmCmd changed to be more gplink and gpasm friendly
7998         * src/pic16/peeph.def: peep rule 3 is commented out, since it
7999             produced an error when parsed, peep rule 12 is added to utilize
8000             movff, but it is commented out since the pCode does not support
8001             yet a command with 2 address arguments
8002
8003 2003-05-18    <johan AT balder>
8004
8005         * src/ds390/gen.c (genArrayInit): removed obsolete and buggy ARRAYINIT
8006         * src/ds390/main.c (genArrayInit): removed obsolete and buggy ARRAYINIT
8007 2003-05-17  Karl Bongers(apply patches from Martin Helmling)
8008
8009         * debugger/mcs51/sdcdb.c,cmd.c,break.c and .h files.
8010   Added feature to script commands from file.
8011
8012 2003-05-14  Bernhard Held <bernhard AT bernhardheld.de>
8013
8014         * device/lib/_strtok.c: fixed bug #734355 by Lenny Story and Tim Woodall
8015         * src/SDCCutil.c: include ctype.h for win32
8016
8017 2003-05-13  Bernhard Held <bernhard AT bernhardheld.de>
8018
8019         * src/pic16/*: removed CR from many files, reported by Vangelis Rokas
8020
8021 2003-05-12  Karl Bongers(apply development patches from Martin Helmling)
8022
8023         * debugger/mcs51/sdcdb.c,simi.c,cmd.c,break.c and .h files.
8024   Fixed so you can set breakpoints prior to run, run does not stop
8025   on entry now.  Add tbreak.  Other enhancements and fixes for use
8026   with ddd.
8027
8028 2003-05-12  Borut Razem <borut.razem AT siol.net>
8029
8030         * src/SDCCmain.c: fixed the problem with searching the DATADIR as the last resort on *nix
8031
8032 2003-05-11  Borut Razem <borut.razem AT siol.net>
8033
8034         * src/SDCCutil.c: WIN32 version of getBinPath() calls GetModuleFileName() to determine
8035         the path of bin directory, so that PATH is the only env. variable, which has to be set
8036         in case of standard installation.
8037         * src/ds390/ds390.dsp: increased value of /Zm option to 1000
8038         * src/pic/main.c: add quotes to file name parameters for gplink and gpasm
8039         * src/SDCCglobl.h, src/SDCCmain.c, doc/sdccman.lyx: added --print-search-dirs command line option
8040
8041 2003-05-04  Bernhard Held <bernhard AT bernhardheld.de>
8042
8043         * src/SDCCmain.c (linkEdit): fixed buffer overflow for gbz80
8044         * support/regression/Makefile: inter-port-clean is no longer nesessary, the
8045         temp files are in the port dir; clean the gen/test directory when
8046         generating new test.c
8047         * support/regression/ports/host/spec.mk: defined OBJEXT for target clean
8048         * support/regression/tests/vaargs.c: fixed gcc 3.3 warning
8049         * support/regression/tests/zeropad.c: added
8050
8051 2003-05-09    <johan AT balder>
8052
8053         * src/SDCCglue.c: fixed bug #597940
8054
8055 2003-05-05  Karl Bongers(apply patches from Martin Helmling)
8056
8057         * debugger/mcs51/sdcdb.c,simi.c,cmd.c,symtab.c and .h files.
8058   cache sfr, optimize next,step, fix off by one sourceline,
8059   support ddd list function.
8060         * sim/ucsim/cmd.src/newcmd.cc - small fix for sdcdb use.
8061
8062 2003-05-04  Bernhard Held <bernhard AT bernhardheld.de>
8063
8064         * support/regression/HTMLgen.py: added compare_s2f()
8065         * support/regression/Makefile: redo 1.27
8066         * support/regression/generate-cases.py: redo 1.5
8067
8068 2003-04-30  Bernhard Held <bernhard AT bernhardheld.de>
8069
8070         * support/regression/tests/float.c: workaround 33 bit hex constant
8071         * support/regression/tests/simplefloat.c: fix division for host
8072
8073 2003-04-29  Scott Dattalo  <scott AT dattalo.com>
8074
8075         * src/pic/pcoderegs.c Applied patch from Jim Hawkridge <jim AT jimhawkridge.uk.eu.org>
8076         that tame's the PIC's over-aggressive optimizer.
8077
8078 2003-04-29  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
8079
8080          * src.dsw, link/z80/aslink.h, link/z80/linkz80.dsp: z80 linker
8081          support for MSVC.
8082
8083 2003-04-29  Kevin Vigor <kevin AT vigor.nu>
8084
8085         Initial support for DS80C400. "Hello world" runs on TINIm400
8086         (with polled I/O).
8087
8088 2003-04-28  Karl Bongers(apply patches for Martin Helmling)
8089
8090          * debugger/mcs51/sdcdb.c,simi.c,cmd.c,symtab.c and .h files.
8091          * Some notes on ddd usage added in debugger/README
8092          Martin Helmling adding more features and fixes for ddd GUI debugger.
8093          Code added for nexti, stepi, up, down, and other adjustments.
8094
8095 2003-04-28  Scott Dattalo  <scott AT DATTALO.COM>
8096
8097         * src/pic/pCodepeep.c non-wildcard asmops are now handled
8098         * src/pic/peeph.def Added two rules to optimize carry manipulation
8099         * src/pic/* removed debug printfs
8100
8101 2003-04-28  Bernhard Held <bernhard AT bernhardheld.de>
8102
8103         * debugger/mcs51/cmd.c: added header newalloc.h
8104
8105 2003-04-26  Bernhard Held <bernhard AT bernhardheld.de>
8106
8107         * as/Makefile: new EXEEXT
8108         * as/z80/Makefile: remove trailing slash of BUILDIR
8109         * as/z80/clean.mk: new EXEEXT
8110         * Makefile.common.in: add to CFLAGS (and others), don't replace it
8111         * support/cpp2/Makefile.in: new EXEEXT
8112         * src/pic/glue.c (pic14emitRegularMap): fixed warning
8113
8114 2003-04-24  Bernhard Held <bernhard AT bernhardheld.de>
8115
8116         Cygwin's gcc always appends .exe: 'gcc -o a a.c' creates a.exe;
8117         EXEEXT was introduced to fix all related problems with targets
8118         "clean", "install" and "uninstall"; a couple of further flaws
8119         especially with "clean" have been fixed too
8120         * as/mcs51/Makefile.in
8121         * as/mcs51/clean.mk
8122         * as/z80/Makefile
8123         * Makefile
8124         * clean.mk
8125         * debugger/mcs51/Makefile.in
8126         * debugger/mcs51/clean.mk
8127         * link/z80/Makefile
8128         * link/z80/Makefile.in
8129         * link/z80/clean.mk
8130         * link/Makefile
8131         * packihx/Makefile.in
8132         * packihx/clean.mk
8133         * sim/ucsim/Makefile
8134         * sim/ucsim/clean.mk
8135         * sim/ucsim/avr.src/Makefile.in
8136         * sim/ucsim/avr.src/clean.mk
8137         * sim/ucsim/s51.src/Makefile.in
8138         * sim/ucsim/s51.src/clean.mk
8139         * sim/ucsim/xa.src/Makefile.in
8140         * sim/ucsim/xa.src/clean.mk
8141         * sim/ucsim/z80.src/Makefile.in
8142         * sim/ucsim/z80.src/clean.mk
8143         * sim/ucsim/main_in.mk
8144         * sim/ucsim/packages_in.mk
8145         * sim/ucsim/gui.src/Makefile.in
8146         * sim/ucsim/gui.src/serio.src/Makefile.in
8147         * sim/ucsim/gui.src/serio.src/clean.mk
8148         * src/Makefile.in
8149         * src/clean.mk
8150         * support/cpp2/Makefile.in
8151         * support/cpp2/clean.mk
8152         * support/makebin/Makefile
8153         * support/makebin/clean.mk
8154         * support/scripts/sdcc_mingw32: --program-suffix no longer needed
8155         * doc/sdccman.lyx: --program-suffix no longer needed
8156
8157 2003-04-23  Karl Bongers(apply patches for Martin Helmling)
8158
8159          * debugger/mcs51/sdcdb.c,simi.c,cmd.c,..
8160          Martin Helmling added support for ddd GUI debugger.
8161          Code added to display assembly, set variables, and other commands
8162          to interface to ddd.
8163
8164 2003-04-23  Bernhard Held <bernhard AT bernhardheld.de>
8165
8166         * as/Makefile: fix target clean
8167         * as/clean.mk: fix target clean
8168         * as/z80/clean.mk: fix target clean
8169
8170 2003-04-22  Bernhard Held <bernhard AT bernhardheld.de>
8171
8172         * Makefile.common.in: added  AT EXEEXT AT
8173         * configure.in: removed all mingw32 stuff
8174         * configure: rebuilt from configure.in
8175         * doc/sdccman.lyx: updated section "installation"
8176         * support/scripts/sdcc_mingw32: adapted to configure
8177         * support/scripts/sdcc_cygwin_mingw32: added
8178
8179 2003-04-22  Scott Dattalo  <scott AT dattalo.com>
8180
8181         * src/pic Added object file support for the PIC port
8182         * src/pic Applied patch from Craig Franklin (this started the object file support)
8183         * src/regression Updated the PIC regression tests for object files
8184
8185 2003-04-20  Borut Razem <borut.razem AT siol.net>
8186
8187         * sdcc/as/mcs51/lklex.c: make getfid() more robust and fixed gcc warning:
8188           lklex.c: In function `getfid':
8189           lklex.c:203: warning: array subscript has type `char'
8190         * src/SDCCglobl.h: small change in stack handling macros, to avoid crash when compiled
8191           with MSVC with global optimization enabled (probably an cl compiler bug ;-)
8192         * support/Util/SDCCerr.c, support/Util/SDCCerr.h: added function fatal(), called from
8193           stack handling macros
8194
8195 2003-04-19  Borut Razem <borut.razem AT siol.net>
8196
8197         * "handling space characters in file path" task:
8198         * src/SDCCmacro.c: fixed bug in handlig quote at the end of line
8199         * support/Util/BuildCmd.c: define par as NULL if parameter value is invalid
8200         * support/Util/MySystem.h: make it self-sufficient
8201         * src/avr/main.c, src/ds390/main.c, src/mcs51/main.c, src/pic/main.c, src/xa51/main.c,
8202           src/z80/main.c, sdcc/as/mcs51/lklex.c:
8203           handling space characters in file path
8204         * src/SDCCmain.c: introduced setDataPaths() function, {datadir} macro
8205           (it will be used by assemblers, which have their own includes, e.g. gpasm)
8206         * support/Util/MySystem.c: handling space characters in executable's path
8207
8208 2003-04-19  Bernhard Held <bernhard AT bernhardheld.de>
8209
8210         * as/z80/Makefile: fix permanent rebuild of z80
8211         * sim/ucsim/gui.src/Makefile.in: target "install" builds the same packages as target "all"
8212         * support/regression/tests/bitfields.c: added Johan's bitfields.c
8213
8214 2003-04-18      Kevin Vigor <kevin AT vigor.nu>
8215
8216         * src/SDCCopt.c: add special case optimization to replace modulo by
8217           a power of two with a bitwise AND.
8218
8219 2003-04-18    <johan AT balder>
8220
8221         * src/mcs51/gen.c (getFreePtr): fixed bug #635354
8222
8223 2003-04-17    <johan AT balder>
8224
8225         * src/mcs51/ralloc.c (packRegsForAssign): fixed bug #716790 and removes lot's of redundant register usage around function calls
8226         * src/mcs51/ralloc.c (packRegisters): fixed bug #720667
8227
8228 2003-04-13  Borut Razem <borut.razem AT siol.net>
8229
8230         * doc/sdccman.lyx: updated info about #pragma SAVE/RESTORE nesting
8231         * configure.in, configure: fixed problems on cygwin/WinCVS environmet with ports.* line endings;
8232           fixed mingw problem in adl_NORMALIZE_PATH
8233
8234 2003-04-12  Borut Razem <borut.razem AT siol.net>
8235
8236         * fixed "#pragma SAVE/RESTORE can not be nested":
8237         * src/SDCC.lex: reworked pragma handling functions
8238         * sdcc/src/SDCCglobl.h: reworked stack handling macros
8239         * support/Util/SDCCerr.c, support/Util/SDCCerr.h: added E_STACK_VIOLATION error
8240
8241 2003-04-12  Bernhard Held <bernhard AT bernhardheld.de>
8242
8243         * src/SDCCutil.c (pathEquivalent): defined but not used
8244         * debugger/mcs51/sdcdb.c: replace SDCC_LIB_DIR
8245         * configure.in: remove sdcc_datadir, sdcc_lib_dir and sdcc_include_dir
8246         * configure: rebuilt from configure.in
8247         * sdccconf_in.h: remove SDCC_LIB_DIR and SDCC_INCLUDE_DIR
8248         * sdcc_vc_in.h: remove SDCC_LIB_DIR and SDCC_INCLUDE_DIR
8249         * device/include/Makefile.in: replace sdcc_datadir
8250         * device/lib/Makefile.in: replace sdcc_datadir
8251         * Makefile.common.in: add LDFLAGS from configure
8252         * packihx/Makefile.in: use LDFLAGS
8253         * src/Makefile.in: use LDFLAGS
8254         * support/cpp2/Makefile.in: add LDFLAGS from configure
8255         * support/makebin/Makefile: use LDFLAGS
8256         * .version: bumped version number to 2.3.5
8257
8258 2003-04-12  Borut Razem <borut.razem AT siol.net>
8259
8260         * completed "different paths" task:
8261         * src/SDCCmacro.c: fixed bug in handling quotes
8262         * src/SDCCutil.c, src/SDCCutil.c: rewritten getPrefixFromBinPath()
8263         * src/SDCCmain.c: _discoverPaths() replaced with setBinPaths(), setIncludePath() and setLibPath()
8264
8265 2003-04-12  Bernhard Held <bernhard AT bernhardheld.de>
8266
8267         * src/pic/pcoderegs.c (Remove1pcode): fix warning on alpha
8268
8269 2003-04-11 kevin Vigor <kevin AT vigor.nu>
8270
8271         * ds390/gen.c ds390/peeph.def: fix bug 706781
8272
8273 2003-04-11  Borut Razem <borut.razem AT siol.net>
8274
8275         * support/Util/dbuf.c, support/Util/dbuf.h: update to version 1.1.1 - re-added C++ stuff to make it still more portable
8276
8277 2003-04-10  Scott Dattalo  <scott AT dattalo.com>
8278
8279         * src/pic/* Applied the pointer-to-function patch from Steve Tell.
8280         * src/pic/* Fixed several pointer bugs. (PIC port broke when the ruonly bit was
8281          set - this bit used to not be set...).
8282         * src/pic/gen.c Fixed buf 609268 ==> x = (x+1) & 0xf; generated
8283           bad code in PIC Port
8284         * src/regression/and2.c added to test bug 609268
8285         * src/regression/Makefile added and2.c to regression test
8286
8287
8288 2003-04-08    <johan AT CP255758-A>
8289
8290         * src/mcs51/gen.c (gen51Code): display reg usage in --icode-in-asm
8291         * src/mcs51/ralloc.c (serialRegAssign): update the registers in use and save some slocs
8292         * src/SDCCicode.h: added riu to show the register usage in --icode-in-asm
8293
8294 2003-04-07  Bernhard Held <bernhard AT bernhardheld.de>
8295
8296         * configure.in: fully support prefix, exec_prefix, datadir, docdir;
8297         fix bug #487815
8298         * support/cpp2/Makefile.in: fix bug #487815
8299         * configure: rebuilt from configure.in
8300         * Makefile.common.in: docdir changed, new path suffixes
8301         * sdccconf_in.h: new RETSIGTYPE, and other PATHs
8302         * sdcc_vc_in.h: reflect changes from sdccconf.h
8303         * src/SDCCglobl.h: remove *SEPARATOR_CHARS, they are now in sdccconf.h
8304         * src/SDCCutil.h: remove BINDIR hack
8305         * doc/sdccman.lyx: update new path hierarchy
8306
8307 2003-04-06    Paul Stoffregen <paul AT pjrc.com>
8308
8309         * src/SDCCpeeph.c: added okToRemoveSLOC test
8310
8311 2003-04-06    Paul Stoffregen <paul AT pjrc.com>
8312
8313         * device/lib/printf_fast.c: added leading zero format ("%06d", etc)
8314
8315 2003-04-06    Paul Stoffregen <paul AT pjrc.com>
8316
8317         * src/SDCCpeeph.c: added labelIsReturnOnly test
8318         * src/mcs51/peeph.def: Peephole 244: replace ljmp to ret with ret
8319
8320 2003-04-05    <johan AT balder>
8321
8322         * src/SDCCcse.c (cseAllBlocks): fixed bug #460088
8323         * src/SDCCloop.c (DEFSETFUNC): fixed bug #460088
8324         * src/SDCCopt.c (eBBlockFromiCode): fixed bug #460088
8325         * src/SDCCast.c: fixed a warning
8326         * src/SDCCast.h: fixed a warning
8327         * src/SDCCicode.c (operandFromAst): fixed a warning
8328
8329 2003-04-04    <johan AT balder>
8330
8331         * src/SDCCloop.c (DEFSETFUNC): undid the fix for bug #519584
8332         * src/SDCCast.c (decorateType): fixed bug #715076
8333         * src/SDCC.y: fixed bug #702907
8334
8335 2003-04-03    <johan AT balder>
8336
8337         * device/lib/_mulint.c (_muluint): new #pragma LESS_PEDANTIC
8338         * src/SDCCopt.c (eBBlockFromiCode): new #pragma LESS_PEDANTIC
8339         * src/SDCCglobl.h (PRAGMA_LESSPEDANTIC): new #pragma LESS_PEDANTIC
8340         * src/SDCC.lex (doPragma): new #pragma LESS_PEDANTIC
8341         * src/SDCCmain.c (parseCmdLine): new #pragma LESS_PEDANTIC
8342
8343 2003-04-03  Bernhard Held <bernhard AT bernhardheld.de>
8344
8345         * _decdptr.c: fix return values
8346         * _gptrget.c: fix return values
8347         * _gptrgetc.c: fix return values
8348         * _gptrput.c: fix return values
8349         * _mulint.c: fix return values
8350         * as/z80/Makefile: fix 'make -j' problem
8351
8352 2003-04-02  Bernhard Held <bernhard AT bernhardheld.de>
8353
8354         * Makefile.common.in: unused PORT, SCC and SAS removed, fixed docdir
8355         * configure.in: big cleanup, updated to autoconf 2.5x
8356         * configure: rebuilt from configure.in
8357         * sdccconf_in.h: new RETSIGTYPE, and other PATHs
8358         * sdcc_vc_in.h: reflect changes from sdccconf.h
8359         * doc/Makefile: fixed a flaw in "make install"
8360
8361 2003-04-02    <johan AT balder>
8362
8363         * src/ds390/gen.c (genCmp): no comments
8364         * src/mcs51/gen.c (genCmp): no comments
8365         * src/SDCCopt.c (eBBlockFromiCode): detect missing return values
8366         * src/SDCCast.c (ast_print): fixed the function type in --dumptree
8367
8368 2003-04-01  Bernhard Held <bernhard AT bernhardheld.de>
8369
8370         * support/regression/generate-cases.py: place generated file in given sub directory
8371         * support/regression/ports/host/spec.mk: prevent removal of testfwk.o
8372         * support/regression/Makefile: improvements for 'make -j';
8373         side effect: it's simpler and faster now
8374
8375 2003-03-31  Borut Razem <borut.razem AT siol.net>
8376
8377         * src/z80/main.c: link-{port} and as-{port} defined without path
8378         * src/src.dsp: support/Util/MySystem.h and src/SDCCutil.h added to project
8379
8380 2003-03-31  Bernhard Held <bernhard AT bernhardheld.de>
8381
8382         * Makefile, src/Makefile.in: add dependencies, so that 'make -j' works
8383
8384 2003-03-30  Borut Razem <borut.razem AT siol.net>
8385
8386         * support/Util/BuildCmd.c, support/Util/BuildCmd.h: rewrite buildCmdLine(),
8387           changed type of list parameter to set
8388         * src/ds390/main.c: changed type of parameter asmOptions to set in _tininative_do_assemble()
8389         * src/port.h: changed type of do_assemble() parameter to set
8390         * src/SDCCmain.c: type of asmOptions changed to set, introduced setParseWithComma(),
8391           sdcpp defined without path, removed variable VersionString, introduced set binPathSet,
8392           definition of "cppoutfilename" macro with NULL value in preProcess()
8393         * src/SDCCglobl.h: included "SDCCset.h", added declaration of setParseWithComma()
8394         * src/SDCCglue.c: removed variable VersionString, inroduced spacesToUnderscores()
8395         * support/Util/MySystem.c, support/Util/MySystem.h: rewrite, char *ExePathList[]
8396           replaced with set *binPathSet
8397         * shash_add() deallocates the item, if allready exsists, before adding the new one
8398         * src/SDCCmacro.c: handling macros with empty or NULL values in _evalMacros()
8399
8400 2003-03-30  Scott Dattalo  <scott AT dattalo.com>
8401
8402         * src/pic/gen.c: Commit patch from Steve Tell <tell AT telltronics.org> that fixes
8403           a nested for loop bug in the PIC port
8404         * src/regression/nestfor.c: new regression test file Steve wrote to test nested
8405           for loops
8406
8407 2003-03-29  Bernhard Held <bernhard AT bernhardheld.de>
8408
8409         * support/Util/dbuf.h: remove C++ stuff to make it portable
8410
8411 2003-03-28  Borut Razem <borut.razem AT siol.net>
8412
8413         * src/SDCC.lex: Fix for bug #711240: dynamic buffer handling of C
8414           literal strings in stringLiteral()
8415         * support/Util/dbuf.c, support/Util/dbuf.h: added: dynamic buffer handling
8416         * src/Makefile.bcc, src/Makefile.in, src\src.dsp: added support/Util/dbuf.c
8417           to the project
8418
8419 2003-03-27  Paul Stoffregen <paul AT pjrc.com>
8420
8421         * src/SDCCpeeph.c (pcDistance): accurate byte distance for mcs51
8422
8423 2003-03-26    <johan AT balder>
8424
8425         * src/mcs51/gen.c (saveRegisters): catched symbol abuse
8426         * src/ds390/gen.c (saveRegisters): catched symbol abuse
8427         * src/SDCCast.c (decorateType): fixed " -v < 3"
8428
8429 2003-03-23  Bernhard Held <bernhard AT bernhardheld.de>
8430
8431         * doc/cdbfile.html: removed, replaced by cdbfileformat.lyx
8432         Added Lenny Story's debug infrastructure changes:
8433         * src/Makefile.in:  added new files cdbFile.c and SDCCdebug.c
8434         * src/Makefile.bcc: added new files cdbFile.c and SDCCdebug.c
8435         * src/cdbFile.c: added
8436         * src/SDCCdebug.c: added
8437         * src/SDCCdebug.h: added
8438         * src/SDCCast.c (createFunction)
8439         * src/SDCCglue.c (emitRegularMap, emitStaticSeg, emitOverlay, glue)
8440         * src/SDCCmain.c (parseCmdLine, main)
8441         * src/SDCCmem.c (redoStackOffsets)
8442         * src/SDCCsymt.c (cdbStructBlock, cdbTypeInfo, cdbSymbol, cdbStruct, cdbStructBlock)
8443         * src/SDCCsymt.h
8444         * src/common.h
8445         * src/avr/gen.c (genAVRCode)
8446         * src/ds390/gen.c (gen390Code)
8447         * src/mcs51/gen.c (gen51Code)
8448         * src/pic/gen.c (genpic14Code)
8449         * src/pic/glue.c (pic14emitRegularMap, pic14emitStaticSeg, pic14emitOverlay, picglue)
8450         * src/xa51/gen.c (genXA51Code)
8451         * src/SDCCast.c: fixed "void foo(void){char c; -c < 0;}"
8452
8453 2003-03-22  Frieder Ferlemann <Frieder.Ferlemann AT web.de>
8454
8455         * src/mcs51/gen.c (genCodePointerGet): quicker code for bug #700797
8456         * src/mcs51/peeph.def: added rules 177, 241.x to 243, touched 181, 182.x, 193.x
8457
8458 2003-03-22    <johan AT balder>
8459
8460         * src/SDCCicode.c (geniCodeDerefPtr): fixed bug #698231
8461
8462 2003-03-21  Bernhard Held <bernhard AT bernhardheld.de>
8463
8464         * support/scripts/sdcc_mingw32: adapted to configure from autoconf 2.54
8465         * doc/cdbfileformat.lyx: added, written by Lenny Story
8466         * doc/Makefile: added cdbfileformat.lyx
8467         * doc/clean.mk: added cdbfileformat.lyx
8468
8469 2003-03-20  Bernhard Held <bernhard AT bernhardheld.de>
8470
8471         * src/mcs51/peeph.def: fix bug #705773
8472
8473 2003-03-20    <johan AT balder>
8474
8475         An sfr/sbit can have an "at #" AND an initializer
8476         * src/SDCCsymt.c (checkSClass):
8477         * src/SDCCmem.c (allocGlobal):
8478         * src/SDCCmem.c (allocLocal):
8479         * src/SDCCast.c (createBlock):
8480
8481 2003-03-17  Bernhard Held <bernhard AT bernhardheld.de>
8482
8483         * src/ds390/peeph.def: fix bug #704878: added rule 213.b suggested by Jan Rejlek
8484
8485 2003-03-16    <johan AT balder>
8486
8487         Undid the hackup of const and volatile, the problem is much bigger
8488         * src/SDCC.y:1.65
8489         * src/SDCCast.c:1.171
8490         * src/SDCCglue.c:1.138
8491         * src/SDCCicode.c:1.146
8492         * src/SDCCsymt.c:1.150
8493         * src/SDCCval.c:1.65
8494
8495 2003-03-15  Bernhard Held <bernhard AT bernhardheld.de>
8496
8497         * src/mcs51/ralloc.c (packRegsForAssign): fixed bug #703541
8498         * src/ds390/gen.c (genAddrOf): fixed bug #704087
8499
8500 2003-03-13    <johan AT balder>
8501
8502         Hackup const and volatile modifiers in type chains a bit:
8503         * src/SDCC.y:1.63
8504         * src/SDCCast.c:1.169
8505         * src/SDCCglue.c:1.136
8506         * src/SDCCicode.c:1.143
8507         * src/SDCCsymt.c1.146
8508         * src/SDCCsymt.h1.59
8509         * src/SDCCval.c:1.63
8510
8511 2003-03-12    <johan AT balder>
8512
8513         * src/SDCCBBlock.h: more LRH debugging junk
8514         * src/SDCCcflow.h: more LRH debugging junk
8515         * src/SDCCloop.c: more LRH debugging junk
8516         * src/SDCC.y (struct_declaration): fixed bug #697590
8517         * src/SDCCsymt.[hc] (cloneSpec): NEVER EVER use this again
8518         * src/ds390/gen.c (aopForRemat): fixed bug #700031
8519         * src/SDCCglue.c (emitStaticSeg): fixed bug #700797
8520
8521 2003-03-11 Kevin Vigor <kevin AT vigor.nu>
8522         * src/SDCCpeeph.c: quit being lazy and made proper fix (peephole
8523         test function names must now match exactly).
8524         * src/SDCCcse.c: added special case in findCheaperOp to allow
8525         extending a short integer. Makes less awful code for bug 700121 test case.
8526
8527 2003-03-11  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
8528
8529         * as/mcs51/lkmain.c: Added ASlink-Warning to messages
8530         * as/mcs51/lkaomf51.c: Fixed bug when linking asmblink example
8531
8532 2003-03-11 Kevin Vigor <kevin AT vigor.nu>
8533
8534         * src/SDCCpeeph.c: fix so that operandsNotEqualX functions are
8535         actually called (operandsNotEqual() was called for all
8536         operandsNotEqualX tests).
8537
8538 2003-03-11 Kevin Vigor <kevin AT vigor.nu>
8539
8540         * src/SDCCcse.c: fix findCheaperOp to prevent replacing int types
8541         with shorter literals. Fixes bug 700121.
8542
8543 2003-03-11    <johan AT balder>
8544
8545         * src/SDCCsymt.c (compareType): a (void *) can be assigned to any pointer
8546
8547 2003-03-11  Bernhard Held <bernhard AT bernhardheld.de>
8548
8549         * src/SDCCloop.c (mergeRegions): an evil beast is dead
8550         * src/SDCCmain.c (preProcess): minor cleanup: eliminate preOutName
8551
8552 2003-03-10  Borut Razem <borut.razem AT siol.net>
8553
8554         * src/SDCCmain.c: pipe preprocessor's output
8555         * support/Util/MySystem.c, support/Util/MySystem.h: added my_popen()
8556         * sdcc_vc_in.h: define pclose as _pclose for WIN32
8557         * src/SDCCglue.c, src/SDCCglue.h: added set pipeSet, added function closePipes,
8558         which closes all pipes in pipeSet set
8559         * src/SDCCset.c: free deleted item in function deleteSetItem()
8560         * src/src.dsp, src/z80/z80.dsp: files support/Util/BuildCmd.c and support/Util/MySystem.c
8561         moved from z80 to src subproject
8562         * .version: increased version number to 2.3.4
8563
8564 2003-03-10  Bernhard Held <bernhard AT bernhardheld.de>
8565
8566         * support/regression/ports/mcs51/spec.mk: increase timeout for CF's sparc to 30s
8567         * support/regression/ports/ds390/spec.mk: increase timeout for CF's sparc to 25s
8568         * support/regression/ports/xa51/spec.mk: fix typo
8569
8570 2003-03-09  Bernhard Held <bernhard AT bernhardheld.de>
8571
8572         * src/SDCCglobl.h: PATH_MAX is already defined in mingw32 headers
8573
8574 2003-03-09  Borut Razem <borut.razem AT siol.net>
8575
8576         * src/SDCCmain.c: pipe preprocessor's output
8577         * support/Util/MySystem.c, support/Util/MySystem.h: added my_popen()
8578         * sdcc_vc_in.h: define pclose as _pclose for WIN32
8579         * src/SDCCglue.c, src/SDCCglue.h: added set pipeSet, added function closePipes,
8580         which closes all pipes in pipeSet set
8581         * src/SDCCset.c: free deleted item in function deleteSetItem()
8582         * src/src.dsp, src/z80/z80.dsp: files support/Util/BuildCmd.c and support/Util/MySystem.c
8583         moved from z80 to src subproject
8584
8585 2003-03-09  Borut Razem <borut.razem AT siol.net>
8586
8587         * src/SDCCglue.c: re-implemented tempfilename() and tempfile(): using mkstemp() if available
8588         * src/SDCCsymt.h: fixed MSVC and BORLANDC compilation (included SDCCglobl.h instead srccconf.h)
8589         * sdcc_vc_in.h: explicitly undefined HAVE_MKSTEMP which is not available on BORLANDC and MSVC
8590         * src/SDCCset.h: removed inclusion of sdccconf.h or sdcc_vc.h
8591         * src/SDCCglobl.h: unification of WIN32 native definitions
8592
8593 2003-03-09  Frieder Ferlemann <Frieder.Ferlemann AT web.de>
8594
8595         * src/mcs51/gen.c: applied in-/dec patch mentioned on sdcc-devel 2003-03-01
8596
8597 2003-03-08  Bernhard Held <bernhard AT bernhardheld.de>
8598
8599         * src/configure.in:   check for endianess (even while cross-compiling)
8600         * src/configure:      check for endianess (even while cross-compiling)
8601         * src/configure_in.h: check for endianess (even while cross-compiling)
8602         * src/avr/gen.c:        remove old endianess stuff
8603         * src/mcs51/gen.c:      remove old endianess stuff
8604         * src/ds390/gen.c:      remove old endianess stuff
8605         * src/pic/gen.c:        remove old endianess stuff
8606         * src/pic/genarith.c:   remove old endianess stuff
8607         * src/pic/glue.c:       fix endianess check
8608         * src/pic16/gen.c:      remove old endianess stuff
8609         * src/pic16/genarith.c: remove old endianess stuff
8610         * src/pic16/glue.c:     fix endianess check
8611         * src/xa51/gen.c:       remove old endianess stuff
8612         * src/z80/gen.c:        fix endianess check
8613         * src/SDCCglue.c:       fix endianess check
8614         * src/ds390/peeph.def: fix bug 700036
8615
8616 2003-03-08  Bernhard Held <bernhard AT bernhardheld.de>
8617
8618         * src/SDCCsymt.h: use appropriate data-types on host for SDCC's int and long
8619         * src/configure: find appropriate data-types on host for SDCC's int and long
8620         * src/configure.in: find appropriate data-types on host for SDCC's int and long
8621         * src/sdccconf_in.h: find appropriate data-types on host for SDCC's int and long
8622         * src/xa51/gen.c: use %d, not %ld for 4 byte variables
8623
8624 2003-03-07    <johan AT balder>
8625
8626         Just a big NOOP:
8627                 some minor cleanups before the big shot
8628                 OP_DEFS and OP_USES now use Kevin's protection
8629                 new option --nolabelopt
8630
8631         * src/SDCCBBlock.c:
8632         * src/SDCCast.c,:
8633         * src/SDCCcflow.c:
8634         * src/SDCCcse.c:
8635         * src/SDCCicode.c:
8636         * src/SDCCicode.h:
8637         * src/SDCClabel.c:
8638         * src/SDCCloop.c:
8639         * src/SDCCmain.c:
8640         * src/ds390/ralloc.c:
8641         * src/mcs51/ralloc.c:
8642         * src/pic/ralloc.c:
8643         * src/xa51/ralloc.c:
8644         * src/z80/ralloc.c:
8645
8646 2003-03-06  Bernhard Held <bernhard AT bernhardheld.de>
8647
8648         * src/pic/pcode.c (get_op): fix 64 bit warnings
8649         * src/pic/pcode.c (pCode2str): fix 64 bit warnings
8650         * src/SDCChasht.c (newHashTable): fix 64 bit warnings
8651         * src/SDCCsymt.c (checkTypeSanity): fix 64 bit warnings
8652         * support/regression/tests/malloc.c: fix 64 bit warnings
8653
8654 2003-03-04  Bernhard Held <bernhard AT bernhardheld.de>
8655
8656         * src/mcs51/gen.c (genMinus): fixed bug 696436
8657
8658 2003-03-02  Borut Razem <borut.razem AT siol.net>
8659
8660         * src/SDCCmain.c: added BORLANDC, corrected MSVC in printVersionInfo()
8661
8662 2003-02-26  Bernhard Held <bernhard AT bernhardheld.de>
8663
8664         * configure.in: test for mkstemp
8665         * sdccconf_in.h: add HAVE_MKSTEMP
8666
8667 2003-02-24  Bernhard Held <bernhard AT bernhardheld.de>
8668
8669         * device/include/ctype.h: removed warning while using --stack-auto
8670         * device/include/malloc.h: removed warning while using --stack-auto
8671         * device/include/string.h: removed warning while using --stack-auto
8672
8673 2003-02-23  Borut Razem <borut.razem AT siol.net>
8674
8675         * src/asm.h: corrected assertion in function printILine(): _pipe() was not executed on MSVC,
8676         because NDEBUG is defined (see man assert)
8677         * sdcc_vc_in.h: vsnprintf is defined as _vsnprintf on MSVC
8678
8679 2003-02-23  Frieder Ferlemann <Frieder.Ferlemann AT web.de>
8680
8681         * src/mcs51/gen.c (genUminusFloat): avoided dptr in-/decrement for xdata variables
8682         * src/mcs51/peeph.def: added rule suggested by Gernot Fink, white space/comment changes
8683
8684 2003-02-18  Frieder Ferlemann <Frieder.Ferlemann AT web.de>
8685
8686         * src/SDCCpeeph.c: added peephole conditions testing for same arguments
8687         * src/mcs51/peeph.def: added rules 238a-d which remove redundant moves
8688
8689 2003-02-18    <johan AT balder>
8690
8691         * as/mcs51/asmain.c (asmbl): module can start with a digit
8692         * as/z80/asmain.c (asmbl): module can start with a digit
8693
8694 2003-02-16  Bernhard Held <bernhard AT bernhardheld.de>
8695
8696         * sim/ucsim/mkecho: inserted #!/bin/sh for Cygwin, so that it's executable
8697         * src/asm.c: fix pipe() for Mingw32
8698
8699 2003-02-15  Bernhard Held <bernhard AT bernhardheld.de>
8700
8701         * src/SDCCglue.h: make tmpfileNameSet available for preOutName
8702         * src/SDCCmain.c (preProcess): make sure, that preOutName will be deleted;
8703         make -V work again; --c1mode reads now from stdin
8704         * doc/sdccman.lyx: added --c1mode
8705         * support/Util/SDCCerr.c: new messages for c1 mode
8706         * support/Util/SDCCerr.h: new messages for c1 mode
8707         * src/SDCC.lex (checkCurrFile): test if fullSrcFileName is NULL for c1mode
8708
8709 2003-02-15    <johan AT balder>
8710
8711         * src/asm.c: new options: --no-c-code-in-asm and --i-code-in-asm
8712
8713 2003-02-14  Bernhard Held <bernhard AT bernhardheld.de>
8714
8715         * doc/sdccman.lyx: Environment variables, -o and other minor things
8716
8717 2003-02-14    <johan AT balder>
8718
8719         * src/xa51/main.c: before anyone really tries to use it :)
8720
8721         * Install doc's in share/sdcc/doc
8722         * removed some obsolete files
8723         * Do a proper make distclean and uninstall
8724         M Makefile.common.in
8725         R sdccbuild.sh
8726         M as/Makefile
8727         M device/include/Makefile.in
8728         M device/lib/Makefile.in
8729         M doc/sdccman.lyx
8730         M link/Makefile
8731         M sim/ucsim/doc/Makefile.in
8732         M src/clean.mk
8733         R src/avr/peeph.rul
8734         R src/xa51/peeph.rul
8735         M support/cpp2/Makefile.in
8736         M support/makebin/Makefile
8737
8738
8739 2003-02-13  Bernhard Held <bernhard AT bernhardheld.de>
8740
8741         * support/regression/ports/host/spec.mk: use cc as host compiler for max osx
8742
8743 2003-02-10  Borut Razem <borut.razem AT siol.net>
8744
8745         * doc/bccinst.txt, packihx/packihx.c, sdcc_vc_in.h, src/SDCCset.h,
8746         support/cpp2/config.in: Borland C++ build doesn't depend on Cygwin configure
8747         * Bcc.ini, Makefile.bcc, as/mcs51/Makefile.bcc,
8748         device/examples/ds390/tinitalk/Makefile.bcc, packihx/Makefile.bcc,
8749         support/cpp2/Makefile.bcc, src/Makefile.bcc, src/avr/Makefile.bcc,
8750         src/ds390/Makefile.bcc, src/izt/Makefile.bcc, src/mcs51/Makefile.bcc,
8751         src/pic/Makefile.bcc, src/pic16/Makefile.bcc, src/xa15/Makefile.bcc,
8752         src/z80/Makefile.bcc: Borland Makefile cleanup
8753         * as/z80/Makefile.bcc: Added Borland Makefile
8754         * support/cpp2/borland.h: Removed
8755
8756 2003-02-10  Bernhard Held <bernhard AT bernhardheld.de>
8757
8758         * doc/sdccman.lyx: new pragma NOIV by "Johannes Stezenbach" <js AT convergence.de>
8759         * src/SDCC.lex: new pragma NOIV
8760         * src/SDCCglobl.h: new pragma NOIV
8761         * src/SDCCmem.c: new pragma NOIV
8762
8763 2003-02-09  Bernhard Held <bernhard AT bernhardheld.de>
8764
8765         * src/SDCCmain.c: signal handling is switched off by SDCC_LEAVE_SIGNALS
8766
8767 2003-02-09  Bernhard Held <bernhard AT bernhardheld.de>
8768
8769         * src/SDCCmain.c: signal handling is switched off by --debug
8770         * doc/Makefile: small fix for install; use clean.mk again
8771         * doc/clean.mk: clean *.pdf and *.html too
8772
8773 2003-02-08  Bernhard Held <bernhard AT bernhardheld.de>
8774
8775         * device/lib/_mulint.c: small fix for large/ds390 --int-long-reent resp. --stack-auto
8776         * device/lib/printfl.c: fix a ds390 bug by making it portable
8777         * src/SDCCsymt.c (initCSupport): fix compile warning on Cygwin
8778         * src/SDCCopt.c (cnvToFloatCast): fix compile warning on Cygwin
8779         * src/SDCCopt.c (cnvFromFloatCast): fix compile warning on Cygwin
8780         * debugger/mcs51/cmd.c: converted multi-line string literals
8781         * sim/ucsim/globals.cc: converted multi-line string literals
8782         * src/SDCCmain.c: introduced signal handler to remove temp files
8783         * doc/Makefile: small tweaks, implement clean
8784         * doc: removed generated files
8785
8786 2003-02-05  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
8787
8788         * as/mcs51/aslink.h, as/mcs51/lkihx.c, as/mcs51/lkrloc.c:  Applied
8789         patch from Jan Rejlek <jr AT apex-lib.cz> to fix Bug 677692: "Extended
8790         Address Record is not correctly generated for DS390."
8791
8792 2003-02-02  Borut Razem <borut.razem AT siol.net>
8793
8794         * Makefile.bcc: removed non existing cpp project and non compilable izt project from makefile
8795         * as/mcs51/asm.h: fixed compilation with Borland C
8796         * support/cpp2/Makefile.bcc: added rule to generate auto-host.h
8797         * support/cpp2/auto-host_vc_in.h: fixed compilation with Borland C
8798         * src/mcs51/mcs51a.dsp: corrected misspelled project name from msc51a to mcs51a
8799         * src/avr/Makefile.bcc, src/ds390/Makefile.bcc, src/izt/Makefile.bcc,
8800         src/mcs51/Makefile.bcc, src/pic16/Makefile.bcc, src/xa51/Makefile.bcc,
8801         src/z80/Makefile.bcc: delete $(LIB) only if exist
8802         * src/Makefile.bcc, src/pic/Makefile.bcc:  fixed compilation with Borland C
8803
8804 2003-02-02  Bernhard Held <bernhard AT bernhardheld.de>
8805
8806         * device/include/malloc.h: introduced NULL
8807         * device/include/string.h: introduced NULL
8808         * device/include/stdlib.h: introduced NULL
8809         * device/lib/_memcpy.c: removed NULL
8810         * device/lib/_strcat.c: removed NULL
8811         * device/lib/_strchr.c: removed NULL
8812         * device/lib/_strcmp.c: removed NULL
8813         * device/lib/_strcpy.c: removed NULL
8814         * device/lib/_strcspn.c: removed NULL
8815         * device/lib/_strlen.c: removed NULL
8816         * device/lib/_strncat.c: removed NULL
8817         * device/lib/_strncmp.c: removed NULL
8818         * device/lib/_strncpy.c: removed NULL
8819         * device/lib/_strpbrk.c: removed NULL
8820         * device/lib/_strrchr.c: removed NULL
8821         * device/lib/_strspn.c: removed NULL
8822         * device/lib/_strstr.c: removed NULL
8823         * device/lib/_strtok.c: removed NULL
8824         * device/lib/malloc.c: removed NULL, include own header
8825
8826 2003-02-02    <johan AT balder>
8827
8828         * 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
8829         * support/regression/fwk/lib/testfwk.c: div and mod isn't broken anymore
8830         * regressions ds390/spec.mk and mcs51/spec.mk (timeout): my good old balder isn't fast enough for some tests
8831         * src/z80/gen.c (genZ80Code): added c-lines in asm comments
8832         * as/z80/asm.h (NINPUT): increased for long c-comments in regression tests
8833         * src/z80/gen.c (genRightShiftLiteral): fixed the (char)(-3)>>8 (I think)
8834
8835 2003-02-01  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
8836
8837         * src/SDCCmain.c: Fixed bug 678574: "ds390: ASlink-Error-Stack overlaps
8838         area 'DATA'"
8839
8840 2003-02-01    <johan AT balder>
8841
8842         * src/SDCCval.c (valBitwise): fixed Karl's "2 | (1<<8)"
8843
8844 2003-01-31    <johan AT CP255758-A>
8845
8846         * src/ds390/main.c (_ds390_genAssemblerPreamble): applied Jan Rejlek's >64K startup patch
8847
8848 2003-01-30    <johan AT balder>
8849
8850         * src/SDCCBBlock.c: automatic bug detection
8851         * src/SDCCicode.c: automatic bug detection
8852
8853 2003-01-29  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
8854
8855         * src/SDCCglobl.h:   now --xram-size 0 works
8856         * src/SDCCmain.c:    now --xram-size 0 works
8857
8858 2003-01-29    <johan AT balder>
8859
8860         * src/almosteverything: changed OP_DEFS and OP_USES from macros to functions to catch symbol abuse (a hot topic in the bug list :)
8861
8862 2003-01-29  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
8863
8864         * as/mcs51/aslink.h: Added options --xram-size and --code-size
8865         * as/mcs51/lkdata.c: Added options --xram-size and --code-size
8866         * as/mcs51/lkmain.c: Added options --xram-size and --code-size
8867         * as/mcs51/lkmem.c:  Added options --xram-size and --code-size
8868         * src/SDCCglobl.h:   Added options --xram-size and --code-size
8869         * src/SDCCmain.c:    Added options --xram-size and --code-size
8870
8871 2003-01-28  Bernhard Held <bernhard AT bernhardheld.de>
8872
8873         * src/ds390/gen.c: fix deps by replacing <common.h> with "common.h"
8874         * src/SDCC.lex: rename P_OVERLAY to P_OVERLAY_ for cross-gcc 3.2 MINGW32
8875
8876 2003-01-27    <johan AT balder>
8877
8878         * src/SDCC.y: fixed bug #613764
8879
8880 2003-01-26    <johan AT balder>
8881
8882         * src/SDCClrange.c:  fixed Bernhard's "char * code ptr = &c"
8883         * src/SDCCsymt.h: fixed bug #673374
8884         * src/SDCCglue.c: fixed bug #661910
8885         * src/SDCCast.c: fixed bug #458099 and 673374
8886
8887 2003-01-26  Bernhard Held <bernhard AT bernhardheld.de>
8888
8889         * as/mcs51/strcmpi.c: added, provides Aurelien Jarno's as_strcmpi(); strcmpi() is not ANSI
8890         * as/mcs51/strcmpi.h: added
8891         * as/mcs51/asm.h: remove ugly "#define strcmpi strcmp"
8892         * as/mcs51/aslink.h: remove ugly "#define strcmpi strcmp"
8893         * as/mcs51/asmain.c: strcmpi -> as_strcmpi
8894         * as/mcs51/assym.c: strcmpi -> as_strcmpi
8895         * as/mcs51/lkmem.c: strcmpi -> as_strcmpi
8896         * as/mcs51/lknoice.c: strcmpi -> as_strcmpi
8897         * as/mcs51/lksym.c: strcmpi -> as_strcmpi
8898         * as/mcs51/Makefile.aslink: new module strcmpi
8899         * as/mcs51/Makefile.asx8051: new module strcmpi
8900         * as/mcs51/Makefil.bcc: new module strcmpi
8901         * as/mcs51/Makefile.in: new module strcmpi
8902         * sim/ucsim/s51.src/uc390.cc (get_mem_size): make RAM big enough for tinibios
8903
8904 2003-01-26    <johan AT balder>
8905
8906         * src/SDCCglue.c: reverted back to 1.124
8907         * src/SDCCast.c: reverted back to 1.156
8908         * src/mcs51/gen.c (aopGet): applied Frieder's efficiency patch
8909
8910 2003-01-25    <johan AT balder>
8911
8912         * src/SDCCglue.c: A better fix for bug #661910
8913         * src/SDCCast.c: A better fix for bug #661910
8914         * src/SDCCglue.c (emitRegularMap): That was a little too efficient
8915
8916 2003-01-24  Bernhard Held <bernhard AT bernhardheld.de>
8917
8918         * src/Makefile.in: remove spawn.o
8919         * src/SDCCmain.c: remove spawn.h
8920         * src/SDCCmain.c (printVersionInfo): report MINGW32 instead of UNIX
8921         * src/spawn.c: removed
8922         * src/spawn.h: removed
8923         * support/regression/ports/ds390/spec.mk: link with -r
8924
8925 2003-01-24    <johan AT CP255758-A>
8926
8927         * src/ds390/gen.c (aopOp): fixed bug #667458
8928         * src/SDCCglue.c (emitRegularMap): fixed bug #458099 again
8929         * src/SDCCast.c (createIvalCharPtr): fixed bug #661910
8930         (createIvalCharPtr): an ival doesn't always have a storage class anymore
8931
8932 2003-01-24  Bernhard Held <bernhard AT bernhardheld.de>
8933
8934         * src/mcs51/peeph.def: better assembler identation by Frieder
8935         * src/mcs51/gen.c: better assembler identation by Frieder
8936
8937 2003-01-22  Bernhard Held <bernhard AT bernhardheld.de>
8938
8939         * as/z80/string.h: removed for gcc 3.2
8940         * support/makebin/makebin.c: #include <string.h> for gcc 3.2
8941         * src/pic/pcode.c (get_op_from_instruction): fix concatenation of string literals with __FUNCTION__ for gcc 3.2
8942
8943 2003-01-19  Bernhard Held <bernhard AT bernhardheld.de>
8944
8945         * src/SDCCmain.c (linkEdit): rename mem and map files even in case of failure
8946         * src/SDCCpeeph.c (replaceRule): fix bug #663503
8947         * support/regression/Makefile: separate temp files for ports
8948         * support/regression/generate-cases.py: separate temp files for ports
8949         * src/mcs51/peeph.def: Frieder: removed 237 (obsolete by 236g and 105); added 237 a/b
8950         * src/ds390/peeph.def: Frieder: removed 237 (obsolete by 236g and 105); added 237 a/b
8951
8952 2003-01-19  Bernhard Held <bernhard AT bernhardheld.de>
8953
8954         * moved tinitalk to device/examples/ds390
8955
8956 2003-01-14  Bernhard Held <bernhard AT bernhardheld.de>
8957
8958         * as/mcs51/lkmem.c: rflag is for DS390
8959         * src/SDCCglobl.h: removed out_name and options stackOnData, genericPtr
8960         * src/SDCCmain.c (optionsTable, setDefaultOptions): removed --stack-after-data and --generic
8961                          (linkEdit): move mem- and map-files the same way as ihx-files
8962         * src/z80/main.c (_setDefaultOptions): removed --generic
8963         * src/SDCCmain.c (_processC1Arg, parseCmdLine, main): --c1mode works again
8964         * src/SDCCglue.c (createInterruptVect, glue): --c1mode works again
8965         * src/pic/glue.c (picglue): --c1mode works again
8966         * src/pic16/glue.c (pic16glue): --c1mode works again
8967         * src/asm.c (printCLine): fix #660034
8968
8969 2003-01-13  Bernhard Held <bernhard AT bernhardheld.de>
8970
8971         * src/ds390/peeph.def: fix #123; add 14 rules by Fiorenzo D. Ramaglia <fd.ramaglia AT tin.it>, 1 by Frieder
8972         * src/mcs51/peeph.def: fix #123; add 14 rules by Fiorenzo, 1 by Frieder
8973         * src/mcs51/gen.c (genFunction): emit r0 instead of ar0 by Fiorenzo
8974         * as/mcs51/lkmem (summary): better fix for sp problem
8975         * src/SDCCglue.c (glue): __start_stack - 1, saves 1 byte!
8976         * src/ds390/main.c (_ds390_finaliseOptions, _tininative_finaliseOptions): stack_loc = 0x400008
8977         * support/regression/ports/*/spec.mk: moving testfwk-object to port dir allow parallel execution of regression tests
8978                                               remove --stack-after-data
8979
8980 2003-01-12  Bernhard Held <bernhard AT bernhardheld.de>
8981
8982         * src/SDCCmain.c (main): port->finaliseOptions() moved for z80 linking
8983         * src/SDCCutil.c (join): ugly bug: missing '\0'
8984         * as/mcs51/lkmem.c (summary): sp on address 7 is safe
8985
8986 2003-01-11  Bernhard Held <bernhard AT bernhardheld.de>
8987
8988         * src/SDCCmain.c (assemble, linkEdit): preparations for -o
8989         * src/port.h: typo
8990         * src/pic/main.c (_asmCmd): gpasm supports -o
8991         * src/z80/main.c: more general macros
8992         * device/lib/Makefile.in: remove intermediate files
8993
8994 2003-01-11  Bernhard Held <bernhard AT bernhardheld.de>
8995
8996         * .version: Bumped version number to 2.3.3
8997         * src/SDCCBBlock.c: new option -o
8998         * src/SDCCglobl.h: new option -o
8999         * src/SDCCglue.c: new option -o
9000         * src/SDCCmain.c: new option -o
9001         * src/asm.c: new option -o
9002         * src/ds390/main.c: new option -o
9003         * src/pic/glue.c: new option -o
9004         * src/pic/pcode.c: new option -o
9005         * src/pic/ralloc.c: new option -o
9006         * src/pic16/glue.c: new option -o
9007         * src/pic16/pcode.c: new option -o
9008         * src/pic16/ralloc.c: new option -o
9009         * src/z80/main.c: new option -o
9010         * device/lib/Makefile.in: use -o
9011         * support/regression/ports/ds390/spec.mk: use -o
9012         * support/regression/ports/gbz80/spec.mk: use -o
9013         * support/regression/ports/mcs51/spec.mk: use -o
9014         * support/regression/ports/mcs51-stack-auto/spec.mk: use -o
9015         * support/regression/ports/z80/spec.mk: use -o
9016         * support/regression/ports/ucz80/spec.mk: use -o
9017         * support/regression/ports/xa51/spec.mk: use -o
9018         * support/regression/fwk/lib/timeout.c: fix usage string
9019
9020 2003-01-09  Bernhard Held <bernhard AT bernhardheld.de>
9021         * src/mcs51/gen.c (genPlus): replaced "mov b,acc" by "mov b,a" Fiorenzo D. Ramaglia <fd.ramaglia AT tin.it>
9022
9023 2003-01-07    <johan AT balder>
9024
9025         * src/SDCCast.c (decorateType): fixed bug #600035
9026
9027 2003-01-07  Bernhard Held <bernhard AT bernhardheld.de>
9028         * as/mcs51/lkmem.c: added several l-modifiers to printf to remove warnings
9029         * as/mcs51/lkaomf51.c: #include <ctype.h> to remove warnings
9030         * src/pic/main.c (_hasNativeMulFor): outcommented unused variables to remove warnings
9031         * src/pic/pcode.c: outcommented unused variable to remove warnings
9032         * src/pic/ralloc.c: outcommented unused variable to remove warnings
9033
9034 2003-01-06    <karl AT turbobit.com>
9035         * sim/ucsim/cmd.src/command.cc: fixed so "break xram r 0x7654" works again in
9036    regression tests.
9037
9038 2003-01-06    <johan AT balder>
9039
9040         * src/SDCCicode.c: fixed array add
9041
9042 2002-01-05  Bernhard Held <bernhard AT bernhardheld.de>
9043         * src/SDCCmacro.c: MAX_STRING_LENGTH increased to 2048; was too small for regression tests
9044         * support/regression/ports/host/support.c: #include <stdarg.h> for gcc 3.2
9045
9046 2003-01-04    <johan AT balder>
9047
9048         * src/SDCCval.c (getNelements): fixed the initialized array of structures
9049
9050 2002-12-29  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
9051         * as/mcs51/Makefile.bcc: fixed typo lkomf51.o -> lkaomf51.o
9052
9053 2002-12-28  Bernhard Held <bernhard AT bernhardheld.de>
9054         * src/mcs51/peeph.def: added rules 234 and 235 from Frieder Ferlemann <frieder.ferlemann AT web.de>
9055         * support/regression/tests/bug-524697.c: fit mem usage into 8032
9056
9057 2002-12-28  Bernhard Held <bernhard AT bernhardheld.de>
9058         * src/mcs51/gen.c (aopGetUsesAcc): inserted missing "return FALSE"
9059
9060 2002-12-27  Bernhard Held <bernhard AT bernhardheld.de>
9061         * as/mcs51/Makefile.in: fixed typo lkomf51.o -> lkaomf51.o
9062
9063 2002-12-26  Bernhard Held <bernhard AT bernhardheld.de>
9064         * src/mcs51/main.c: removed {bindir}{sep} from aslink
9065
9066 2002-12-10  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
9067
9068     * in \sdcc\as\mcs51\ changed these files in order to create an
9069     aomf51 file: aslink.h, lkdta.c, lklex.c, lklibr.c, lklist.c,
9070     lkmain.c.  Also added: lkmem.c and lkaomf51.c.  Changed the
9071     following files to include the previous two files: aslink.dsp,
9072     Makefile.aslink, Makefile.bcc, and Makefile.in.
9073
9074     * Changed \sdcc\src\SDCCmain.c so it creates files with extension
9075     .adb instead of .cdb
9076
9077 2002-11-09  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
9078
9079         * \sdcc\as\mcs51\lklist.c: Now reports memory usage using the
9080         value from option --iram-size.
9081
9082 2002-09-20  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
9083
9084         * \sdcc\as\mcs51\lklist.c: added boundary check before using
9085         dram[] array.
9086
9087 2002-09-18    <wiml AT hhhh.org>
9088
9089         * SDCClrange.h: exposed setFromRange() and setToRange()
9090         * mcs51/ralloc.c: fixed over-eager packRegsForSupport() and
9091           packRegsForAccUse() (bug 542397)
9092         * mcs51/gen.c: MOVA() is now a function to avoid calling aopGet()
9093           multiple times and emitting the fetch operations more than once
9094           added aopGetUsesAcc() function to allow binary operators to
9095           fetch their operands in the correct order; made genMinus() emit
9096           compact code for X = LITERAL - Y
9097
9098 2002-09-00  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
9099         * \sdcc\as\mcs51\lklist.c: Fixed incorrect number of parameters to
9100         sprintf() in line 1267.
9101
9102 2002-09-08  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
9103         * \sdcc\src\SDCCglue.c: Generate areas REG_BANK_[0-3] only for 8051
9104         like ports.
9105
9106 2002-09-04  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
9107         Changes to aslink (All the changes are marked with 'JCF'):
9108
9109         * \sdcc\as\mcs51\aslink.h: External definition of sflag and
9110         summary().
9111
9112         * \sdcc\as\mcs51\lkarea.c: Computes the size of area BSEG_BYTES from
9113         area BSEG.  Also moves, if possible, the DATA area down into the internal
9114         ram so more space is available.
9115
9116         * \sdcc\as\mcs51\lkdata.c: Definition of memory summary output flag
9117         sflag.
9118
9119         * \sdcc\as\mcs51\lklist.c: For the BSEG area report the size in bits,
9120         not bytes.  Function summary() which creates a memory usage summary
9121         file with extension .mem.  Reports of overlaping stack and small stack
9122         size.  If the space for the stack is less than 16 bytes aslink trows a
9123         warning.
9124
9125         * \sdcc\as\mcs51\lkmain.c: Creation of some of the default areas for
9126         the 8051.  Option 'y' for memory summary output file.
9127
9128         Changes to sdcc (All the changes are marked with 'JCF'):
9129
9130         * \sdcc\src\SDCCglobl.h: External definition of RegBankUsed[4].
9131
9132         * \sdcc\src\SDCCglue.c:  If a register bank is used, creates an
9133         overlaying area for it (uses RegBankUsed[4]).
9134
9135         * \sdcc\src\SDCCmain.c: Definition RegBankUsed[4]; marks register
9136         bank zero as used by default.  By default aslink locates the stack
9137         (equivalent to --stack-after-data).  Pass option 'y' to aslink for
9138         the creation of the .mem file.  Delegates the allocation of data area
9139         to aslink (it is not longer 0x30 by default).  If --stack-loc passes
9140         the begining of the stack area to aslink.
9141
9142         * \sdcc\src\SDCCmem.c:  If a register bank is used, marks it so
9143         glue() in SDCCglue.c creates an area for it.
9144
9145 2002-09-03  Borut Razem <borut.razem AT siol.net>
9146         * sdcc/src/SDCCglue.c, sdcc/src/SDCCglue.h, sdcc/src/SDCCmain.c,
9147         sdcc/src/pic/glue.c:
9148         introduced atexit() handler for teporay files removal in case of
9149         errors, assertions, ...
9150
9151 2002-08-29  Borut Razem <borut.razem AT siol.net>
9152         * sdcc/support/cpp2/auto-host_vc_in.h:
9153         re-definition of O_BINARY and other O_XXX as _O_BINARY and _O_XXX, so the problem
9154         with the returned value from read() in sdcc/support/cpp2/cppfiles.c is solved for MSC.
9155         Maybe there is a similar problem with BORLANDC? It should be checked!
9156
9157         * sdcc/src/ds390/ralloc.c, sdcc/src/mcs51/ralloc.c, sdcc/src/z80/ralloc.c:
9158         corrected improper use of assert: the assignment to clr variable was done inside the assert.
9159         In case that NDEBUG was defined, the assert macro was substituted with no-op, so the assignment
9160         was not executed, and the compiler (cl) launched a warning:
9161         ralloc.c(1442) : warning C4700: local variable 'clr' used without having been initialized
9162
9163 2002-08-28  Bernhard Held <bernhard AT bernhardheld.de>
9164         * src/SDCCglue.c (printIvalArray): iterative calculation of array length
9165
9166 2002-08-28  Jesus Calvino-Fraga and Borut Razem <borut.razem AT siol.net>
9167         * sdcc/sdcc.dsw: added sdcpp, sdcppa, yacc, conf projects
9168
9169         * sdcc/src/src.dsp, sdcc/src/avr/avr.dsp, sdcc/src/ds390/ds390.dsp,
9170           sdcc/src/mcs51/mcs51.dsp, sdcc/src/pic/pic.dsp, sdcc/src/z80/z80.dsp,
9171           sdcc/src/xa51/xa51.dsp, sdcc/src/avr/avra.dsp,
9172           sdcc/src/ds390/ds390a.dsp, sdcc/src/mcs51/mcs51a.dsp,
9173           sdcc/src/pic/pica.dsp, sdcc/src/z80/z80a.dsp,
9174           sdcc/src/xa51/xa51a.dsp, sdcc/as/as_z80.dsp,
9175           sdcc/as/aslink.dsp, sdcc/as/asx8051.dsp, sdcc/packihx/packihx.dsp:
9176         - added Release configuration in VS projects
9177         - review of compiler an linker options
9178         - VC .exe files are generated in bin_vc directory, not to interfere
9179           with binaries generated from other projects (cygwin, mingw, bcc ...)
9180
9181         * sdcc/src/yacc.dsp: added
9182
9183         * sdcc/config.dsp, sdcc/configure_vc.awk, sdcc/sdcc_vc_in.h:
9184         added - genarate sdcc_vc.h using sdcc_vc_in.h as template
9185         and insert the version number definitions from .version
9186
9187         * sdcc/support/cpp2/sdcpp.dsp: added - VC project for sdcpp
9188
9189         * sdcc/support/cpp2/sdcppa.dsp, sdcc/support/cpp2/auto-host_vc_in.h:
9190         added - genarate auto-host.h using auto-host_vc_in.h as template
9191
9192         * sdcc/sdcc_vc.h,
9193         removed from CVS, generated automatically
9194
9195 2002-08-25  Bernhard Held <bernhard AT bernhardheld.de>
9196         * support/scripts/inc2h.pl: use gputils or gpasm (from Nathan Hurst)
9197
9198 2002-08-11  Borut Razem <borut.razem AT siol.net>
9199         * support/Util/NewAlloc.c: removed unneeded #include "sdccconf.h" (suggested by Jesus Calvino-Fraga)
9200
9201 2002-08-10  Borut Razem <borut.razem AT siol.net>
9202         * src/SDCCmain.c (main):
9203         file preOutName was unlinked before closed. This seems to be OK on UNIX and cygwin
9204         platforms, but it doesn't work with Visual Studio: the opened file can not be removed.
9205         The consequence was that some temporary files were not removed.
9206
9207         * src/SDCCglue.c:
9208         unification of code in functions tempfilename() and tempfile():
9209         function tempnam() is defined in Visual Studio 6.0 and .NET
9210
9211         * sdcc/sdcc.dsw: removed project sdcpp, added project xa51a
9212
9213         * sdcc/src/src.dsp, sdcc/src/avr/avr.dsp, sdcc/src/ds390/ds390.dsp,
9214           sdcc/src/mcs51/mcs51.dsp, sdcc/src/pic/pic.dsp, sdcc/src/z80/z80.dsp:
9215         - removed compiler command line option /WX: Treats all warnings as errors
9216         - update a list of source files, included into the project
9217
9218         * sdcc/src/avr/avra.dsp, sdcc/src/ds390/ds390a.dsp, sdcc/src/mcs51/mcs51a.dsp,
9219           sdcc/src/pic/pica.dsp, sdcc/src/z80/z80a.dsp:
9220         changed project type to Generic Project so that can be correcly converted to VS.NET project
9221
9222         * sdcc/as/mcs51/asm.h: definition of PATH_MAX for MSC
9223
9224         * sdcc/src/SDCCast.c: solved MSC error in function decorateType()
9225
9226         * sdcc/src/SDCC.y: added missing ending ';' to rules to get rid of bison warnings
9227
9228         * dcc/src/ds390/ralloc.c, sdcc/src/mcs51/ralloc.c:
9229         added return 0 statements after assert() to make compiler happy
9230
9231         * sdcc/src/xa51/peeph.rul, sdcc/src/xa51/peeph.def, sdcc/src/z80/ralloc.c:
9232         added newline in the def file to keep MSC compiler satisfied
9233
9234         * sdcc/src/z80/gen.c:
9235         - function strcasecmp() is not defined in MSC (and probably also in BORLANDC),
9236           so it is replaced with STRCASECMP, which is defined as stricmp in case of MSC and BORLANDC
9237         - solved MSC error in function aopDump()
9238
9239         * sdcc_vc.h: define PREFIX as "\\sdcc"
9240
9241 2002-07-18  Bernhard Held <bernhard AT bernhardheld.de>
9242         * src/SDCCast.c (decorateType): fixed access to array of structures http://sourceforge.net/mailarchive/forum.php?thread_id=902690&forum_id=4107
9243
9244 2002-06-22  Scott Dattalo <scott AT dattalo.com>
9245         * src/pic/*: Numerous bug fixes. Flow analysis has been enhanced.
9246         - Rewrote the register banking algorithm.
9247         - Added pCode live-range analysis to registers (for now, only non-used and
9248         singly-used registers optimized away)
9249
9250         * src/pic/pcoderegs.[ch]: Added new files for pCode live-range analysis
9251
9252         * 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.
9253
9254 2002-05-10  Scott Dattalo <scott AT dattalo.com>
9255         * src/pic/*: Added support for multiplication. Fixed many,many bugs.
9256
9257 2002-04-22  Michael Hope  <michaelh AT vroom>
9258
9259         * device/lib/z80/printf.c: Changed emitter to volatile to work around a pcall bug.
9260
9261         * configure.in (DD_COPT): Added include support required for gbdk.
9262
9263         * .version: Bumped version number just to increase it.
9264
9265         * src/SDCCmain.c: Added -nostdinc to the default options.
9266
9267 2002-04-15  Michael Hope  <michaelh AT vroom>
9268
9269         * device/lib/z80/printf.c (sprintf): Added.
9270
9271         * src/z80/ralloc.c (packRegisters): Disabled pack HL use for GB as it's broken.
9272
9273         * src/z80/peeph.def: Added transpose redundent load rule.
9274
9275         * src/z80/main.c: Added force callee saves for jaune.
9276
9277         * src/port.h: Removed the i186 and tlcs-900h ports as they weren't being being developed.
9278
9279         * src/SDCCmain.c: Pulled the options definition out so that you can add port specific options without changing the main file.
9280
9281 2002-03-28  Johan Knol  <johan AT balder>
9282
9283         * src/SDCCval.c: fixed bug #532436
9284
9285 2002-03-14  Scott Dattalo <scott AT dattalo.com>
9286         * /src/port.h:
9287         Added "char *Processor" field to the port structure.
9288
9289         * /src/SDCCmain.c:
9290         Added -p option. Allows port dependent processor to be specified.
9291
9292         * all ports:
9293         Initialized the new field char *Processor field to NULL in all ports
9294
9295         * /src/pic/*:
9296         Compiler generated registers for interrupt context saving
9297         were not getting allocated.
9298
9299 2002-03-16  Sandeep Dutta  <sandeep AT ddi.com>
9300
9301         * /src/SDCCast.c:
9302         Fixed left shift. Will promote the left side of a left shift
9303         if a) left shifting more than size of operand or b) when assigned
9304         to something size > size of left side
9305
9306 2002-03-14  Scott Dattalo <scott AT dattalo.com>
9307         * src/pic/*
9308         tons of changes. Register allocation has been
9309         rewritten. Added customization for the various PICs. Flow
9310         analysis is restructured. ...
9311
9312         * src/pic/device.h:
9313         Added
9314
9315         * src/pic/device.c:
9316         Added. device.c is a PIC port hack to accomodate variations
9317         in PIC devices.
9318
9319 2002-03-13  Michael Hope  <michaelh AT vroom>
9320
9321         * src/z80/gen.c (genGenPointerGet): Fixed a bug where a pointer in HL is dereferenced into HL but HL is not spilled.  Yeah.
9322
9323 2002-03-04  johanknol  <johanknol AT manik>
9324
9325         * /src/SDCCval.c: fixed
9326
9327         const unsigned char arr[][2] = { { 0, 1 } };
9328         t18.c:1: error: Initializer element is not constant
9329
9330 2002-03-04  bela  <bela AT manik>
9331
9332         * /device/include/mcs51reg.h:
9333         ds89c420 register definition update
9334
9335 2002-03-03    <johan AT FRIJA>
9336
9337         * support/Util/SDCCerr.c: did something, but don't no why anymore
9338
9339         * support/regression/tests/bug-524691.c: made it a little less shy
9340
9341         * src/SDCCast.c (decorateType): fixed bug #524697
9342
9343         * src/SDCCast.c: made some lineno improvements
9344
9345         * src/SDCCval.c (getNelements): changed warning to error
9346
9347         * src/SDCCglue.c (printIvalArray): changed warning to error
9348
9349         * src/SDCCicode.c: fixed a warning for mingw
9350
9351         * src/SDCCast.c (decorateType): fixed the << promotion for ops
9352
9353         * src/SDCCicode.c (geniCodeDivision): divide is shift only for unsigned (bug #524685)
9354
9355 2002-03-02  Sandeep Dutta  <sandeep AT ddi.com>
9356
9357         * src/ds390/peeph.def:
9358         Added some more peephole rules
9359
9360         * src/ds390/gen.c: Various fixes & enhancements
9361
9362         * src/SDCClrange.c, src/SDCClrange.h:
9363         functions "alldefsoutofrange" and "notusedinblock" moved to SDCClrange.c
9364
9365         * src/ds390/ralloc.c:
9366         various fixes & enhancements (ds390) specific
9367
9368         * src/avr/ralloc.c, src/mcs51/ralloc.c, src/pic/ralloc.c, src/xa51/ralloc.c, src/z80/ralloc.c:
9369         Functions "allDefsOutOfRange" & "notUsedinBlock" moved to SDCClrange.c
9370         from rallocs.
9371
9372         * sdcc/src/SDCCcse.c: Better fix for bug # 514308
9373
9374 2002-03-02    <johan AT FRIJA>
9375
9376         * src/SDCCast.c (decorateType): fixed bug #524708
9377
9378         * src/SDCCval.c (floatFromVal): fixed the literal void (whatever that may be)
9379
9380         * src/SDCCicode.c (geniCodePtrPtrSubtract): fixed bug #524691
9381
9382 2002-03-01  Michael Hope  <michaelh AT vroom>
9383
9384         * src/SDCCsymt.c (initCSupport): Removed managling of support function names.
9385
9386         * src/z80/ralloc.c (packRegsForIYUse): Fixed fp bug where four byte operands were packed into IY.
9387
9388 2002-03-01    <johan AT FRIJA>
9389
9390         * src/SDCCglue.c (printIvalPtr): fixed bug #524211
9391
9392         * src/SDCCast.c (decorateType): fixed bug #524209
9393
9394         * src/SDCCval.c (valNot): fixed bug #524195
9395
9396 2002-02-26    <johan AT balder>
9397
9398         * src/xa51/gen.c: fixed a warning
9399
9400         * src/SDCCglue.c (printIvalFuncPtr): fixed bug #522534
9401
9402         * src/SDCCast.c (decorateType): fixed bug #522534
9403
9404 2002-02-23    <johan AT balder>
9405
9406         * src/SDCCdflow.c (computeDataFlow): fixed bug #460088
9407
9408 2002-02-22    <johan AT balder>
9409
9410         * src/SDCCast.c: fixed bug #514865
9411
9412         * src/SDCCy.c ("SDCC.y"): fixed bug #516625
9413
9414 2002-02-21  Sandeep Dutta  <sandeep AT ddi.com>
9415
9416         * sdcc/src/SDCCloop.c:
9417         Previous fix was not good. basic blocks that have "break" or "return" are
9418         not really partof a loop , but live ranges used in these blocks should
9419         be live thru the entire loop, so set partOfLoop but don't add them to
9420         loop region
9421
9422 2002-02-21    <johan AT FRIJA>
9423
9424         * src/SDCCcse.c: fixed bug #514308
9425
9426 2002-02-20  Sandeep Dutta  <sandeep AT ddi.com>
9427
9428         * src/SDCCloop.c:
9429         Fixed BUG #519583. If a conditional block ended in a return/break
9430         statement inside a loop, it was not being considered part of the loop.
9431
9432         * src/SDCCcflow.c: Removed fix (Fixed in SDCCloop.c)
9433
9434 2002-02-10  Karl Bongers <karl AT turbobit.com>
9435
9436         * debugger/*:
9437         Fixed up SDCDB debugger somewhat.  Updated debugger/README
9438         with lots of comments and notes.
9439
9440         * device/examples/test2.c:
9441         Fix bug, "red" variable not being initialized(compiler complained).
9442
9443         * device/examples/Makefile, examples/test3.c:
9444         Add Makefile in device/examples folder, compiles test3.c
9445         for use as a multiple module SDCDB test case.
9446
9447         * sim/ucsim/cmd.src/cmdset.cc:
9448         Took out debug printfs in ucsim "next" command.
9449
9450         * sim/ucsim/xa.src:
9451         Karl and Johan start ucsim XA support.  Most dissassembly working,
9452         about 75% emulation done(plenty of work remaining).
9453
9454         * sim/ucsim/z80.src:
9455         Add Z80 support to ucsim, add test-ucz80 regression test,
9456         notice ucsim/z80 emulation fails on examples/test3.c/itoa code.
9457         Notice z80 compiler fails on examples/test3.c/crc code.
9458
9459 2002-01-30  Sandeep Dutta  <sandeep AT ddi.com>
9460
9461         * src/mcs51/gen.c, src/mcs51/main.c, src/mcs51/ralloc.c:
9462         Added support for --parms-in-bank1
9463
9464         * src/ds390/peeph.def:
9465         added a few more peephole optimzations
9466
9467         * src/ds390/main.c:
9468         1) added __builtin_inp & __builtin_outp used to read in data of given length
9469            from a memory mapped port
9470         2) added __builtin_memcmp
9471         3) added __builtin_swapw swap bytes of a short
9472
9473         * src/ds390/gen.c, src/ds390/gen.h, src/ds390/ralloc.c:
9474         1) handle multiple send & receives from register bank1
9475         2) ralloc can now allocate DPTR1 to some liveRanges
9476
9477         * src/SDCCsymt.c, src/SDCCsymt.h:
9478         changes to handle multiple sends & receives
9479
9480         * src/SDCCptropt.h:
9481         added some pointer arithmetic optimization
9482
9483         * src/SDCCptropt.c:
9484         added some pointer arithmetic optimizations but not stable yet so not
9485         called from anywhere (will get this working shortly)
9486
9487         * src/SDCCopt.c: fixed for multiple sends & receives
9488
9489         * src/SDCCmain.c:
9490         1) added options --parms-in-bank1 (ds390/mcs51) & --protect-sp-update
9491         2) preprocessing done AFTER port->finalizeoptions . This allows ports to
9492            set preprocessor defines (depending on options)
9493
9494         * src/SDCCicode.c, src/SDCCicode.h:
9495         changes made to handle multiple sends & receives
9496
9497         * src/SDCCglobl.h:
9498         Added options --protect-sp-update (ds390) and --parms-in-bank1 (ds390/mcs51)
9499
9500         * src/SDCCcse.c, src/SDCCcse.h:
9501         added function findbackward def (to be used in upcoming optimization)
9502
9503         * src/SDCCcflow.c, src/SDCCcflow.h:
9504         added function returnAtEnd - to determine if a basic block terminates with
9505         a RETURN iCode
9506
9507         * src/SDCCast.c, src/SDCCast.h:
9508         added option parms-in-bank1
9509
9510         * device/lib/_divsint.c, device/lib/_divslong.c, device/lib/_divuint.c
9511         * device/lib/_divulong.c, device/lib/_modsint.c, device/lib/_modslong.c
9512         * device/lib/_modulong.c, device/lib/_mulint.c, device/lib/_mullong.c:
9513         adjusted for --parms-in-bank1 option
9514
9515         * device/include/string.h:
9516         donot redefine "reentrant" keyword
9517
9518         * device/include/ds80c390.h: Added some more SFRs
9519
9520 2002-01-28  Bernhard Held  <bernhard AT bernhardheld.de>
9521
9522         * sim/ucsim: Merged branch ucsim-034-pre3 to main trunk; new version 0.4
9523
9524 2002-01-26  Bernhard Held  <bernhard AT bernhardheld.de>
9525
9526         * src/SDCCast.c (funcOfType): fix usage of double --float-reent
9527
9528 2002-01-22  Bernhard Held  <bernhard AT bernhardheld.de>
9529
9530         * support/regression/fwk/lib/testfwk.c (main): Removed workaround for bug #505387
9531
9532 2002-01-18  Paul Stoffregen  <paul AT pjrc.com>
9533
9534         * Added --xram-movc option
9535
9536 2002-01-13  Bernhard Held  <bernhard AT bernhardheld.de>
9537
9538         * support/regression/Makefile: don't include test-mcs51-stack-auto in target all
9539
9540 2002-01-11  Johan Knol
9541
9542         * Added math lib of Jesus Calvino-Fraga
9543
9544 2002-01-08  Bernhard Held  <bernhard AT bernhardheld.de>
9545
9546         * src/SDCCmain.c (processFile): fix processing of ../../src.c
9547         * support/regression/Makefile: new target test-mcs51-stack-auto
9548         * support/regression/ports/mcs51-stack-auto/spec.mk: added
9549
9550 2002-01-04  Bernhard Held  <bernhard AT bernhardheld.de>
9551
9552         * src/SDCCglue.h: printIvalCharPtr(), not printIvalChar()
9553
9554 2002-01-04  Bernhard Held  <bernhard AT bernhardheld.de>
9555
9556         * support/regression/ports/mcs51/support.c: correct setup of timer / UART
9557
9558 2002-01-03  Bernhard Held  <bernhard AT bernhardheld.de>
9559
9560         * src/SDCCsymt.c (processFuncArgs): fix #498307 by Johan
9561
9562         * src/SDCCglue.h: add definition for printIvalChar()
9563
9564 2002-01-02  Bernhard Held  <bernhard AT bernhardheld.de>
9565
9566         * src/SDCCast.c: fix #498138 by Johan
9567
9568         * src/SDCCglue.c: fix #498138 by Johan
9569
9570 2002-01-02  Bernhard Held  <bernhard AT bernhardheld.de>
9571
9572         * support/regression/Makefile: fix clean
9573
9574         * support/regression/ports/ds390/support.c: fix transmission of last character
9575
9576 2001-12-29  Sandeep Dutta  <sandeep AT ddi.com>
9577
9578         * /sdcc/src/ds390/gen.c:
9579         a) improved computing address of stack variable
9580         b) took out some #if 0 code
9581         c) improved parmBytes adjustment
9582         d) improved genPlusIncr & genMinusIncr
9583         e) genCmp could generate bad code (when left assigned to DPTR)
9584         f) Fixed bug in hasInc
9585
9586         * /sdcc/src/ds390/ralloc.c:
9587         a) packRegsForSupport could mess up live information (Fixed)
9588         b) packRegsDPTRuse could be incorrect for left & right shift
9589
9590         * /sdcc/src/mcs51/ralloc.c:
9591         packRegsForSupport could mess up the live information (Fixed)
9592
9593         * /sdcc/src/mcs51/gen.c: Fixed a bug in hasInc
9594
9595         * /sdcc/src/SDCCast.c:
9596         can reverse a loop even if function call is present as long
9597         as the loop control variable is local & is not passed as parameter
9598
9599 2001-12-24  Sandeep Dutta  <sandeep AT ddi.com>
9600
9601         * /sdcc/ChangeLog: *** empty log message ***
9602
9603         * /sdcc/src/ds390/gen.c, /sdcc/src/ds390/main.c:
9604         More builtin function additions for TININative
9605
9606         * /sdcc/src/ds390/ralloc.c:
9607         Had broken the regression testsuite
9608
9609         * /sdcc/src/SDCCast.c: Fixed a bug in dumptree
9610
9611         * /sdcc/src/SDCCsymt.c, /sdcc/src/SDCCsymt.h:
9612         Added funcattr hasStackParms will be set for reentrant functions when there
9613         are paramteres on the stack, this helps in minimizing frame pointer generation
9614         typeFromStr can handle function pointers now
9615
9616         * /sdcc/doc/builtins.txt, /sdcc/doc/TININative.txt:
9617         *** empty log message ***
9618
9619 2001-12-24  Sandeep Dutta  <sandeep AT ddi.com>
9620
9621         * /src/ds390/gen.c, /src/ds390/main.c:
9622         More builtin function additions for TININative
9623
9624         * /src/ds390/ralloc.c:
9625         Had broken the regression testsuite
9626
9627         * /src/SDCCast.c: Fixed a bug in dumptree
9628
9629         * /src/SDCCsymt.c, /src/SDCCsymt.h:
9630         Added funcattr hasStackParms will be set for reentrant functions when there
9631         are paramteres on the stack, this helps in minimizing frame pointer generation
9632         typeFromStr can handle function pointers now
9633
9634         * /doc/builtins.txt, /doc/TININative.txt:
9635         *** empty log message ***
9636
9637
9638 2001-12-24  Sandeep Dutta  <sandeep AT ddi.com>
9639
9640         * /src/ds390/gen.c, /src/ds390/main.c, /src/ds390/peeph.def, /src/ds390/ralloc.c:
9641         ALPHA version for -mTININative
9642
9643         * /src/izt/i186.c, /src/izt/tlcs900h.c, /src/mcs51/main.c, /src/pic/main.c, /src/z80/main.c, /src/avr/main.c:
9644         updated to reflect changes in the port structure
9645
9646         * /src/port.h:
9647         added function do_assemble (similar to do_link) if non-null this function
9648         will be called to do assembly (-mTININative) requires a multi command
9649         assembly
9650         added function genAssemblerEnd will be called to generate assembler Epilogue
9651
9652         * /src/SDCCsymt.c:
9653         added _JavaNative to debug info printing
9654
9655         * /src/SDCCmain.c: added option --tini-libid
9656         added port->do_assemble function (-mTININative) has a multi command assemble
9657
9658         * /src/SDCCglue.c: Disabled "constExpr" check
9659         added port->genAssemblerEnd function
9660
9661         * /src/SDCCglobl.h: Added option --tini-libid value
9662
9663         * /src/SDCCast.h:
9664         tookout optimizeCompare from the header (has no external references)
9665
9666         * /src/SDCCast.c: made one more function "static"
9667
9668 2001-12-23  Michael Hope  <michaelh AT juju.net.nz>
9669
9670         * src/z80/mappings.i: Added z80asm support.
9671
9672         * src/z80/main.c: Added z80asm support on --asm=z80asm
9673
9674         * src/z80/gen.c: Fixed asm portability issues.
9675
9676         * src/asm.c (tvsprintf): Removed old code, added 'N' for function name.  For extern support.
9677
9678         * src/SDCCglue.c (printExterns): Added global/extern split.
9679
9680 2001-12-17  Bernhard Held  <bernhard AT bernhardheld.de>
9681
9682         * support/regression/Makefile: added test for mcs51 model large
9683
9684         * support/regression/ports/mcs51-large/spec.mk: added test for mcs51 model large
9685
9686         * support/regression/ports/gbz80/spec.mk: added -mgbz80
9687
9688 2001-12-05  Michael Hope  <michaelh AT juju.net.nz>
9689
9690         * src/diff.1 (Index): Many, many optmisiations.  Dhrystone up to 201.
9691
9692 1904-01-06  Michael Hope  <michaelh AT juju.net.nz>
9693
9694         * src/z80/ralloc.c (packRegsForIYUse): Fixed the case where an operand is in direct space.
9695
9696         * src/z80/gen.c (makeFreePairId): Optimised IY load by using a spare pair.
9697
9698 2001-12-02  Bernhard Held  <bernhard AT bernhardheld.de>
9699
9700         * src/mcs51/gen.c (genFunction): avoid excess "inc sp"
9701
9702         * support/regression/tests/simplefloat.c: Port to mcs51.
9703
9704 2001-11-25  Michael Hope  <michaelh AT juju.net.nz>
9705         * support/regression/tests/bug-485362.c: Added.
9706
9707         * support/regression/tests/simplefloat.c (testDivNearOne): Added.
9708
9709         * src/z80/gen.c (aopOp): Fixed case where left and result are in the same spill loc and they have different sizes.
9710
9711         * src/z80/peeph.def: Added rules for optimising two byte compares on the same thing, and to optimise two ptr assign.
9712
9713         * src/z80/gen.c (aopDump): Added a dump function.
9714
9715 2001-11-25  Bernhard Held  <bernhard AT bernhardheld.de>
9716         * sim/ucsim/s51.src/glob.cc: DS390 SFRs and bits added.
9717
9718         * sim/ucsim/s51.src/port.cc: Port 4 and 5 added.
9719
9720         * sim/ucsim/s51.src/regs51.h: DS390 SFRs added.
9721
9722         * sim/ucsim/s51.src/uc390.cc: Some details improved, CKRDY works for tinibios.
9723
9724         * sim/ucsim/s51.src/uc390cl.h: Work in progress.
9725
9726         * sim/ucsim/sim.src/uccl.h: 6 ports for DS390.
9727
9728         * support/regression/fwk/lib/testfwk.c: Run with tinibios.
9729
9730         * support/regression/ports/mcs51/spec.mk: Fine tuninig.
9731
9732         * support/regression/ports/ds390/support.c: Use tinibios.
9733
9734         * support/regression/ports/ds390/spec.mk: Fine tuning, use tinibios.
9735
9736 2001-11-23  Michael Hope  <michaelh AT juju.net.nz>support/regression/tests/bug-460010.c
9737
9738         * src/z80/ralloc.c (packRegsForHLUse3): Changed to not pack into HL if anything is in direct space.
9739         (packRegsForHLUse3): Added packing support for send, cast, and return value from a call.
9740
9741         * src/z80/peeph.def: Added rules for optimising pushes of part of a pair.
9742
9743         * src/z80/gen.c (emitCall): Changed the stack fixup to not use HL.
9744
9745 2001-11-18  Michael Hope  <michaelh AT juju.net.nz>
9746
9747         * src/z80/gen.c (genCmp): Fixed compare on unsigned.
9748
9749         * src/z80/ralloc.c (packRegsForHLUse3): Created and optimised.
9750         (packRegsForIYUse): Created and optimised.
9751
9752 2001-11-07  Michael Hope  <michaelh AT juju.net.nz>
9753
9754         * support/regression/tests/float.c (testFloatAdd): Fixed up warning.
9755 2001-11-18  Bernhard Held  <bernhard AT bernhardheld.de>
9756
9757         * sdcc/support/regression/tests/bug-460010.c: fix seg violation on host
9758
9759         * sdcc/support/regression/tests/muldiv.c: fix output on mcs51
9760
9761         * sdcc/support/regression/tests/stacks.c: fix DSEG overflow on mcs51
9762
9763 2001-11-07  Bernhard Held  <bernhard AT bernhardheld.de>
9764
9765         * sdcc/sim/device/lib/_gptrget.c: mem region 5 (idata) added
9766
9767         * sdcc/sim/device/lib/_gptrput.c: mem region 5 (idata) added
9768
9769 2001-11-07  Bernhard Held  <bernhard AT bernhardheld.de>
9770
9771         * sdcc/sim/ucsim/globals.cc: New: IXRAM.
9772
9773         * sdcc/sim/ucsim/stypes.h: New: IXRAM.
9774
9775         * sdcc/sim/ucsim/s51.src/uc390.cc: New: IXRAM.
9776
9777 2001-11-07  Michael Hope  <michaelh AT juju.net.nz>
9778
9779         * src/z80/ralloc.c (packRegsForHLUse): Banned IFXs from being packed into HL.
9780         (packRegsForHLUse): Added rule to pack address of/pointer get for itemps into HL for the Z80.
9781         (packRegsForAccUse2): Added rule to pack hbit IFXs into A.
9782
9783         * src/z80/main.c (_setDefaultOptions): Made float code re-entrant by default.
9784
9785         * src/z80/gen.c (aopGetLitWordLong): Added word support for floats.
9786         (genNotFloat): Added.
9787         (genUminusFloat): Added.
9788
9789         * device/lib/z80/Makefile: Added floating pt stubs.
9790
9791         * device/lib/Makefile.in (Z80SOURCES): Added floating pt support.
9792
9793         * src/z80/gen.c (genIpush): Fixed up a push of one byte when left is in a pair.
9794
9795         * device/lib/_fsadd.c (__fsadd): Fixed up return where the numbers are hugely different.
9796
9797 2001-11-07  Bernhard Held  <bernhard AT bernhardheld.de>
9798
9799         * sdcc/sim/ucsim/s51.src/glob.cc: Minor fix.
9800
9801         * sdcc/sim/ucsim/s51.src/regs51.h: Minor fix.
9802
9803         * sdcc/support/regression/Makefile: Add port ds390.
9804
9805         * sdcc/support/regression/ports/mcs51/spec.mk: Minor change.
9806
9807         * sdcc/support/regression/ports/z80/spec.mk: Minor change.
9808
9809         * sdcc/support/regression/ports/ds390/spec.mk: Added.
9810
9811         * sdcc/support/regression/ports/ds390/support.c: Added.
9812
9813         * sdcc/support/regression/ports/ds390/uCsim.cmd: Added.
9814
9815         * sdcc/support/regression/ports/mcs51/timeout.c: Cut.
9816
9817         * sdcc/support/regression/fwk/lib/timeout.c: Paste.
9818
9819 2001-11-04  Michael Hope  <michaelh AT juju.net.nz>
9820
9821         * device/include/malloc.h: Added z80 and gbz80 support.
9822
9823         * device/lib/gbz80/heap.s: Added.
9824
9825         * device/lib/z80/heap.s: Added.
9826
9827         * device/lib/malloc.c: Added z80 and gbz80 support.
9828
9829         * support/regression/tests/malloc.c (testMalloc): Added.
9830
9831         * src/SDCCmain.c (parseCmdLine): Added support for -Wp.
9832
9833         * support/regression/tests/bug-478094.c: Added.
9834
9835         * src/z80/gen.c (commitPair): Fixed silly gbz80/z80 commit to static bug.
9836
9837 2001-11-04  Bernhard Held  <bernhard AT bernhardheld.de>
9838
9839         * sdcc/sim/ucsim/s51.src/uc390cl.h: Improvement for ds390 to run regression tests
9840
9841         * sdcc/sim/ucsim/s51.src/uc390.h: Improvement for ds390 to run regression tests
9842
9843         * sdcc/sim/ucsim/s51.src/regs51.h: Improvement for ds390 to run regression tests
9844
9845         * sdcc/sim/ucsim/s51.src/glob.cc: Improvement for ds390 to run regression tests
9846
9847         * sdcc/support/regression/tests/bug-460010.c: Small change for ds390
9848
9849 2001-11-04  Michael Hope  <michaelh AT juju.net.nz>
9850
9851         * src/z80/peeph-gbz80.def: Removed a bad sub optimisation.
9852
9853 2001-11-03  Michael Hope  <michaelh AT juju.net.nz>
9854
9855         * support/regression/tests/bug-477927.c: Added.
9856
9857         * src/z80/peeph.def: Added minor rules.
9858
9859         * src/z80/gen.c (genPlusIncr): Added an extra plusinc rule.
9860
9861         * src/z80/peeph.def: Added jump optimisation modification.
9862
9863 2001-11-01  Michael Hope  <michaelh AT juju.net.nz>
9864
9865         * src/SDCCmain.c (linkEdit): Added runtime path detection to the mcs51 port.
9866
9867 2001-10-30  Michael Hope  <michaelh AT juju.net.nz>
9868
9869         * support/regression/tests/funptrs.c: Added.
9870
9871 2001-10-29  Michael Hope  <michaelh AT juju.net.nz>
9872
9873         * src/z80/ralloc.c (packRegsForHLUse): Fixed up bad spill due to pushing one byte via HL.
9874
9875 2001-10-28  Michael Hope  <michaelh AT juju.net.nz>
9876
9877         * src/z80/gen.c (genArrayInit): Made it work for on stack arrays.
9878
9879         * src/z80/main.c (gbz80_port =): Added rle support to the gbz80 port.
9880
9881         * src/z80/gen.c (genMinus): Fixed for where the result is one byte.
9882         (movLeft2ResultLong): Created.
9883
9884         * src/z80/ralloc.c (packRegsForHLUse): Added a couple of simple cases for the GB.
9885         (joinPushes): Added.  Joins two char pushes into a word push.
9886
9887 2001-10-27  Michael Hope  <michaelh AT juju.net.nz>
9888
9889         * support/cpp2/Makefile.in (install): Added creation of dest dir.
9890
9891         * support/makebin/Makefile (install): Added creation of dest dir.
9892
9893 2001-10-24 Karl Bongers <karl AT turbobit.com>
9894
9895         * configure.in, configure, Makefile, support/cpp: Removed cpp folder, since we have new cpp2 preprocessor code.
9896
9897 2001-10-21  Michael Hope  <michaelh AT juju.net.nz>
9898
9899         * src/z80/ralloc.c: Turned off faulty pack for one use.
9900
9901         * src/z80/peeph-gbz80.def: Removed redundent restart options.
9902
9903         * src/z80/gen.c (genMult): Added native mul for constants on the z80 and gbz80.
9904
9905 2001-10-21  Bernhard Held  <bernhard AT bernhardheld.de>
9906
9907         * support/regression/Makefile: Improved clean
9908
9909         * support/regression/ports/gbz80/spec.mk: Added clean
9910
9911         * support/regression/ports/host/spec.mk: Added clean
9912
9913         * support/regression/ports/z80/spec.mk: Added clean
9914
9915         * support/regression/ports/mcs51/spec.mk: Added clean, little improvements
9916
9917         * support/regression/ports/mcs51/timeout.c: little improvements
9918
9919 2001-10-17  Michael Hope  <michaelh AT juju.net.nz>
9920
9921         * device/lib/malloc.c (MEMHEADER): Fixed against new pedantic pointers.
9922
9923         * support/regression/fwk/include/testfwk.h: Fixed up to use function pts correctly.
9924
9925         * support/regression/generate-cases.py: Fixed up to use function pts correctly.
9926
9927 2001-10-16  Bernhard Held  <bernhard AT bernhardheld.de>
9928
9929         * support/regression/port/mcs51/spec.mk: add timeout for uCsim
9930
9931         * support/regression/port/mcs51/timeout.c: add timeout for uCsim
9932
9933 2001-10-13  Michael Hope  <michaelh AT juju.net.nz>
9934         * src/z80/gen.c (emitCall): Fixed up missing spill of HL when used to assign the result value.
9935
9936         * src/z80/ralloc.c: Turned off pack for one use as it's quite broken.
9937
9938         * src/SDCCmain.c (linkEdit): Added support for passing a legacy command line through the processor.
9939
9940         * src/mcs51/main.c (_linkCmd): Added bin path to command.
9941
9942         * src/SDCCmain.c (initValues): Added support for when it it called just to link.
9943
9944         * as/mcs51/lklibr.c (libfil;): Turned off 'library file' message.
9945
9946         * src/SDCCval.c (constVal): Fixed usage of 'L' modifier problems on ppc.
9947
9948         * support/regression/tests/longor.c: Added.
9949
9950 2001-10-11  Bernhard Held  <bernhard AT bernhardheld.de>
9951
9952         * as/mcs51/asdata.c: replaced FILENAME_MAX with PATH_MAX
9953
9954         * as/mcs51/aslink.h: define PATH_MAX
9955
9956         * as/mcs51/asm.h: define PATH_MAX
9957
9958         * as/mcs51/asmain.c: replaced FILENAME_MAX with PATH_MAX
9959
9960         * as/mcs51/asnoice.c: replaced FILENAME_MAX with PATH_MAX
9961
9962         * as/mcs51/lklex.c: replaced FILENAME_MAX with PATH_MAX
9963
9964         * as/mcs51/lkmain.c: replaced FILENAME_MAX with PATH_MAX
9965
9966         * src/SDCCglobl.h: define PATH_MAX
9967
9968         * src/SDCCmacro.c: replaced FILENAME_MAX with PATH_MAX
9969
9970         * src/SDCCmain.c: replaced FILENAME_MAX with PATH_MAX
9971
9972 2001-10-11  Michael Hope  <michaelh AT juju.net.nz>
9973
9974         * src/z80/gen.c (gencjneshort): Fixed
9975
9976         * src/z80/ralloc.c (packRegsForHLUse): Added pack into HL for cast then ipush.
9977
9978 2001-10-09  Michael Hope  <michaelh AT juju.net.nz>
9979
9980         * support/regression/tests/bug-469671.c: Added.
9981
9982         * src/z80/gen.c (shiftIntoPair): Fixed up warning.
9983
9984 2001-10-08  Michael Hope  <michaelh AT juju.net.nz>
9985
9986         * src/SDCCmain.c: Added --fommit-frame-pointer option and implemented in the z80 port.
9987
9988         * src/z80/gen.c (genPlus): Fixed to work with extended stack.  Also fixed genMinus, genCmp.  genUMinus is still left.
9989
9990 2001-10-08  Bernhar Held  <bernhard AT bernhardheld.de>
9991
9992         * src/SDCCmain.c (preProcess): added define SDCC_NOOVERLAY
9993
9994         * src/device/lib/_mulint.c  : removed hint: nooverlay bug
9995
9996         * src/device/lib/_mullong.c : removed hint: nooverlay bug
9997
9998         * src/device/lib/_divuint.c : removed hint: nooverlay bug
9999
10000         * src/device/lib/_divulong.c: removed hint: nooverlay bug
10001
10002         * src/device/lib/_moduint.c : removed hint: nooverlay bug
10003
10004         * src/device/lib/_modulong.c: removed hint: nooverlay bug
10005
10006 2001-10-07  Michael Hope  <michaelh AT juju.net.nz>
10007
10008         * 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.
10009
10010         * support/Util/NewAlloc.c (freeTrace): Changed free for the gc case to not free at all.  Fixes runtime segfault.
10011
10012         * support/regression/tests/scott-compare3.c (c_abcd): Fixed up casts.
10013
10014 2001-10-07    <johan AT FRIJA>
10015
10016         * device/lib/gets.c (gets): fixed the return value.
10017
10018 2001-10-06  Michael Hope  <michaelh AT juju.net.nz>
10019         * src/SDCCmain.c (WRITE_SEG_LOC): Fixed up to use Safe_strdup.
10020
10021         * 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.
10022
10023         * 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.
10024
10025         * src/z80/gen.c (genZ80Code): Added de-allocation via trace support.
10026
10027         * src/pic/gen.c: Removed Safe_strdup.
10028
10029         * configure.in: Added option to enable libgc support.
10030
10031         * src/SDCCbitv.c (bitVectnBitsOn): Optimised.
10032         (bitVectUnion): Optimised.
10033         (bitVectIntersect): Optimised.
10034         (bitVectBitsInCommon): Optimised.
10035         (bitVectCplAnd): Optimised.
10036
10037         * support/makebin/makebin.c (usage): Removed getopt as mingw32 doesn't have it.  Sigh.
10038
10039 2001-10-03 Bernhard Held <bernhard AT bernhardheld.de>
10040
10041         * src/SDCCmain.c: distinguish between assembler debug and plain options
10042
10043         * src/avr/main.c:   remove standard assembler options
10044
10045         * src/ds390/main.c: remove standard assembler options
10046
10047         * src/mcs51/main.c: remove standard assembler options
10048
10049         * src/port.h: removed "PENDING" comment
10050
10051 2001-10-03 Bernhard Held <bernhard AT bernhardheld.de>
10052
10053         * src/device/lib/_mulint.c  : new, with assember functions
10054
10055         * src/device/lib/_mullong.c : new, with assember functions
10056
10057         * src/device/lib/_divuint.c : with assember functions
10058
10059         * src/device/lib/_divsint.c : with assember functions
10060
10061         * src/device/lib/_divulong.c: with assember functions
10062
10063         * src/device/lib/_divslong.c: with assember functions
10064
10065         * src/device/lib/_moduint.c : with assember functions
10066
10067         * src/device/lib/_modsint.c : with assember functions
10068
10069         * src/device/lib/_modulong.c: with assember functions
10070
10071         * src/device/lib/_modslong.c: with assember functions
10072
10073         * src/device/lib/libint.lib:  replaced _muluint.c  and _mulsint.c  by _mulint.c
10074
10075         * src/device/lib/liblong.lib: replaced _mululong.c and _mulslong.c by _mullong.c
10076
10077         * src/device/lib/Makefile.in: replaced _muluint.c  and _mulsint.c  by _mulint.c
10078                                       replaced _mululong.c and _mulslong.c by _mullong.c
10079
10080 2001-10-03 Bernhard Held <bernhard AT bernhardheld.de>
10081
10082         * src/SDCCsymt.c: sequence of specifiers in pintTypeChain() corrected
10083
10084 2001-10-01 Bernhard Held <bernhard AT bernhardheld.de>
10085
10086         * src/SDCCglue.c: test, if win32api is available for MINGW
10087
10088 2001-10-01 Bernhard Held <bernhard AT bernhardheld.de>
10089
10090         * src/SDCCsymt.c: no more _modifier in printTypeChain()
10091         * support/regression/tests/driverstruct.c: REENTRANT for mcs51
10092         * support/regression/ports/gbz80/spec.mk: removed GENERIC
10093         * support/regression/ports/host/spec.mk: removed GENERIC
10094         * support/regression/ports/mcs51/spec.mk: removed GENERIC
10095         * support/regression/ports/z80/spec.mk: removed GENERIC
10096
10097 2001-10-01  Michael Hope  <michaelh AT juju.net.nz>
10098
10099         * support/regression/fwk/lib/testfwk.c (__printf): Removed GENERIC.
10100
10101         * support/regression/tests/bug-467035.c: Created.
10102
10103 2001-10-01    <johan AT FRIJA>
10104
10105         * src/SDCC.y: fixed bug #466586 part 1
10106
10107 2001-10-01  Johan Knol <johan.knol AT iduna.nl>
10108
10109         * SDCCicode.c: z80 has no generic pointers
10110         * removed -s from strip in all Makefile(.in)'s. It is not needed, but Solaris chocks on it.
10111
10112 2001-09-30  Michael Hope  <michaelh AT juju.net.nz>
10113
10114         * sim/ucsim/cmd.src/Makefile.in ($(PRJDIR)/libcmd.a): Changed all ar references to $(AR) for Solaris.
10115
10116 2001-09-29  Michael Hope  <michaelh AT juju.net.nz>
10117
10118         * Makefile (sdcc-libs): Added makebin to the list of standard targets.
10119
10120         * support/regression/ports/z80/spec.mk: Updated to use env for sdcc bin dir for automatic regression.
10121
10122 2001-09-25  Michael Hope  <michaelh AT juju.net.nz>
10123
10124         * configure.in: Fixed up so that ucsim is only configured once.
10125
10126         * support/cpp2/configure.in: Fixed to use the program transform to append the .exe for the win32 build.
10127
10128         * src/SDCCutil.c (getPrefixFromBinPath): Fixed up to work with win32 in all of its glory.
10129         (getPathDifference): As above.
10130
10131         * src/SDCCmain.c (preProcess): Changed to use a temporary file in a proper temp directory.  Fixed case where pre-processing only.
10132
10133         * src/SDCCglue.c (tempfilename): Added function for pre-processor.
10134
10135 2001-09-23  Michael Hope  <michaelh AT juju.net.nz>
10136         * .version: Updated to 2.3.1
10137
10138         * src/z80/main.c (z80_port =): Added macro based linker and assembler command line support.
10139         Added copyright header.
10140
10141         * src/SDCCmain.c: Shifted various functions into SDCCutil.c
10142         (assemble): Added support for macro based assembler commands.
10143         (linkEdit): Added support for macro based linker commands.
10144         (preProcess): Changed the pre-processor to use macros.
10145         (_setPaths): Added functionality to autodetect the include, lib and bin dir paths.
10146         (_discoverPaths): Added support for overriding the install directory using the SDCCDIR env variable.
10147
10148         * device/lib/z80/crt0.s: Added module name for debugging.
10149
10150 2001-09-20  Michael Hope  <michaelh AT juju.net.nz>
10151
10152         * src/SDCCmain.c (printVersionInfo): Added the build date to the version info.
10153
10154         * src/SDCChasht.c (hTabDeleteByKey): Fixed delete as it would delete the last item from a bucket even if it wasn't the real one.
10155
10156         * src/SDCCglue.c: Moved gc_strdup to SDCCutil.c
10157
10158         * src/Makefile.in: Added SDCCmacro and SDCCutil
10159
10160 2001-09-19  Michael Hope  <michaelh AT juju.net.nz>
10161
10162         * src/SDCCmain.c (printVersionInfo): Added the build date to the version info.
10163
10164 2001-09-16    <johan AT FRIJA>
10165
10166         * 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.
10167
10168 2001-09-15    <johan AT FRIJA>
10169
10170         * src/mcs51/ralloc.c: (findAssignToSym): fixed bug #460662 part 1
10171         * src/ds390/ralloc.c (findAssignToSym): fixed bug #460662 part 1
10172
10173 2001-09-11    <johan AT FRIJA>
10174
10175         * src/SDCCval.c (valDiv Mod Minus Plus Shift): keep litteral expressions as small as possible (bug #460010)
10176
10177 2001-09-10  Michael Hope  <michaelh AT juju.net.nz>
10178
10179         * support/regression/tests/bug-460444.c: Added test case.
10180
10181         * src/z80/gen.c (genOr): bug 460444: if (a ^ lit) was broken for &, |, and ^.
10182         (genCast): Added justification for all of the asserts.
10183
10184 2001-09-10  Bernhard Held <bernhard AT bernhardheld.de>
10185
10186         * support/regression/support.c: _xdata replaced by xdata
10187
10188         * support/regression/spec.mk: removed _generic
10189
10190 2001-09-09  Michael Hope  <michaelh AT juju.net.nz>
10191
10192         * src/pic/ralloc.c (debugLogRegType): Removed some old types to get it to compile.
10193
10194         * src/z80/gen.c (shiftR2Left2Result): Improved the case when v = v >> n for small values of n to use less code space and time.
10195         (genrshTwo): Fixed v = v >> n where v is a negative int and n is > 8: bug 460010.
10196
10197         * src/z80/peeph.def: Added a rule to optimise shift then compare.
10198
10199         * support/regression/tests/bug-460000.c (testShiftByParam): Added test case.
10200
10201         * support/regression/tests/bug-460010.c: Added test case.
10202
10203         * support/regression/Makefile (test-host): Removed a silly 'clean' target when testing against gcc.
10204
10205 2001-09-09  Bernhard Held <bernhard AT bernhardheld.de>
10206
10207         * support/regression/Makefile: inter-port-clean adjusted for mcs51
10208
10209         * support/regression/testfwk.c: removed workaround for bug #436344
10210
10211         * support/regression/tests/bp.c: use less memory with mcs51
10212
10213         * support/regression/tests/bug-441448.c: use less memory
10214
10215         * support/regression/tests/ports/mcs51/spec.mk: cleanup, use --stack-after-data
10216
10217         * support/regression/collate-results.py: typo
10218
10219 2001-09-08  Michael Hope  <michaelh AT juju.net.nz>
10220
10221         * support/regression/tests/fetchoverlap.c: Added new test case.
10222
10223         * support/regression/tests/bp.c: Added new test case.
10224
10225         * support/regression/tests/bug-448984.c: Added new test case.
10226
10227         * support/regression/tests/pow2shifts.c: Added new test case.
10228
10229         * src/z80/gen.c: Turned off the noise it normally generates for the release.
10230         (genlshTwo): Fixed right shift for count > 8.
10231
10232         * src/z80/ralloc.c: Disabled most of the ACC packing rules as they weren't getting hit and weren't at all safe.
10233
10234 2001-09-08    <johan AT FRIJA>
10235
10236         * src/SDCCicode.c (geniCodeCall): a CPOINTER can be used as a function
10237
10238 2001-09-07    <johan AT FRIJA>
10239
10240         * src/SDCCicode.c (newiCodeCondition): fixed bug #456235 (1.77)
10241
10242         * src/SDCCglue.c (emitRegularMap): only delete a symbol when it is a symbol
10243
10244 2001-09-06    <johan AT FRIJA>
10245
10246         * src/SDCC.y: this could be a fix for bug #458744 (1.37)
10247         * bernhard noted me at this: "() equals to (void)" (1.38)
10248
10249 2001-09-05    <johan AT FRIJA>
10250
10251         * src/SDCCglue.c (emitRegularMap): a fix for bug #458099/2
10252
10253 2001-09-04    <johan AT FRIJA>
10254
10255         * src/SDCCsymt.c (checkSClass): a fix for bug #458099/1
10256
10257
10258 2001-09-04  Paul Stoffregen  <paul AT pjrc.com>
10259
10260         * pragma noinduction broke memcpy on mcs51 large model.  Moved it inside z80 optimization
10261
10262 2001-09-03  Michael Hope  <michaelh AT juju.net.nz>
10263
10264         * link/z80/aslink.h: Fixed path for PATH_MAX
10265
10266 2001-09-02  Michael Hope  <michaelh AT juju.net.nz>
10267
10268         * src/z80/gen.c (fetchLitPair): Changed so that it properly caches direct space references.
10269
10270         * support/regression/tests/addsub.c: Added cases to cover all the +, - combinations.
10271
10272         * support/regression/tests/uminus.c: Added a test for the unary minus operator.
10273
10274         * 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.
10275
10276 2001-09-01  Michael Hope  <michaelh AT juju.net.nz>
10277
10278         * src/z80/gen.c: Fixed up generator to pass the regresion tests, specifically fixing loads for longs, genCmp, and turned on the map file.
10279         (genCmp): Fixed up genCmp for the GB with longs.
10280
10281         * device/lib/gbz80/Makefile: Fixed up all the libraries to pass the regression tests.
10282
10283         * support/regression/ports/host/spec.mk: Updated to compile with the new type specifiers.
10284
10285         * device/lib/Makefile.in (Z80SOURCES): Removed old _mululong, _mulslong, and unneeded _mulint.
10286
10287         * device/lib/_mullong.c (_mulslong): Changed to actually return a value :)
10288
10289 2001-08-30  Paul Stoffregen  <paul AT pjrc.com>
10290
10291         * added peepholes 223 to 231 to mcs51 port.  These improve code when using large model.
10292
10293 2001-08-30  Michael Hope  <michaelh AT juju.net.nz>
10294
10295         * 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.
10296
10297         * src/z80/gen.c (genPlus): Changed bad long add for gb to a fall through.
10298
10299 2001-08-29  Michael Hope  <michaelh AT juju.net.nz>
10300
10301         * link/z80/aslink.h: Fixed long file name support.  Is now based off PATH_MAX instead of a constant.
10302
10303         * src/z80/gen.c: Fixed add and sub for the case where left or right are in static space.
10304
10305 2001-08-30 Bernhard Held   <bernhard AT bernhardheld.de>
10306
10307   * sim/ucsim/configure:    little improvement of Cygwin-detection
10308   * sim/ucsim/configure.in: little improvement of Cygwin-detection
10309   * sim/ucsim/cmd.src/newcmdcl.h: include <sys/types.h> to define fd_set automated build
10310   * support/regression/tests/bug-221100.c: small changes for mcs51
10311   * support/regression/tests/bug-221168.c: small changes for mcs51
10312   * support/regression/tests/bug-227710.c: small changes for mcs51
10313   * support/regression/tests/staticinit.c: small changes for mcs51
10314   * as/mcs51/aslink.h: accept everything as symbol name in rel-files, bug fix ID 452601
10315   * as/mcs51/lklex.c:  accept everything as symbol name in rel-files, bug fix ID 452601
10316   * as/mcs51/lksym.c:  accept everything as symbol name in rel-files, bug fix ID 452601
10317
10318 $Revision$