27f22d3cb1d586eb96a2c1ec646e0334c1a622b3
[fw/sdcc] / ChangeLog
1 2005-12-10 Bernhard Held <bernhard AT bernhardheld.de>
2
3         * src/SDCCcse.c (findCheaperOp): fixed bug 1376320, copy signedness to
4         replacing literals
5         * support/regression/tests/bug-1376320.c: added
6
7 2005-12-08 Raphael Neider <rneider AT web.de>
8
9         * src/pic/device.c: renamed is_shared to pic14_is_shared
10         * src/pic/gen.c (genIfx): re-enabled handling of sbits
11         * src/pic/glue.c (emitSymbolToFile): added workaround for sbits,
12           (is_valid_identifier): added for above workaround
13
14 2005-12-07 Maarten Brock <sourceforge.brock AT dse.nl>
15
16         * device/lib/Makefile.in: fixed to enable port-specific-objects
17         * device/lib/ds390/i2c390.c (BitOutI2C): optimized by making bout unsigned
18           char, thanks Hubert Sack
19         * doc/sdccman.lyx: documented --xstack-loc,
20           elaborated a bit more on interrupts and pitfalls,
21           removed "setjmp/longjmp unsupported",
22           documented some unsupported C99 features
23         * src/SDCCmain.c (linkEdit): adapted default lib path for --stack-auto
24         * src/SDCCpeeph.c (readRules): inserted patch 1367130 for finding missing
25           if, thanks Hubert Sack
26         * src/mcs51/gen.c (genEndFunction): enabled "pop psw" for regbank 0 isr
27         * support/regression/Makefile.in: test-mcs51-stack-auto no longer needs to
28           make make_library
29         * support/regression/get_ticks.py: new, get cpu cycles and code size, so
30           regression tests can report resource usage (rfe 700441)
31         * support/regression/collate-results.py: report resource usage
32         * support/regression/ports/ds390/spec.mk,
33         * support/regression/ports/hc08/spec.mk,
34         * support/regression/ports/mcs51/spec.mk,
35         * support/regression/ports/ucz80/spec.mk: run sim output through get_ticks
36         * support/regression/ports/ds390/uCsim.cmd,
37         * support/regression/ports/hc08/uCsim.cmd,
38         * support/regression/ports/mcs51/uCsim.cmd,
39         * support/regression/ports/ucz80/uCsim.cmd: inserted "state" to report time
40         * support/regression/ports/mcs51-stack-auto/spec.mk: no need to build the
41           library, use the default one
42         * support/regression/ports/mcs51-xstack-auto/spec.mk: inserted rules for
43           building the library
44
45 2005-12-06 Maarten Brock <sourceforge.brock AT dse.nl>
46
47         * config.dsp: added dependency on .version and configure_vc.awk
48         * device/include/setjmp.h: updated for --stack-auto and --xstack
49         * device/include/mcs51/at89c51snd1c.h: corrected line endings
50         * device/include/mcs51/XC866.h: added, thanks Llewellyn van Zyl
51         * device/lib/_setjmp.c: updated for --stack-auto and --xstack
52         * device/lib/libsdcc.lib: added _setjmp
53         * src/SDCCast.c (createIvalCharPtr): fixed warnings,
54           (decorateType): fixed bug 1372851,
55           (optimizeGetHbit): fixed warning
56         * src/SDCCglue.c (printIvalChar, printIvalArray): adapted for flexible
57           array initialisation
58         * support/regression/tests/bug1057979.c: added test for bug 1358192
59         * support/regression/tests/setjmp.c: added, test for setjmp/longjmp
60
61 2005-12-03 Borut Razem <borut.razem AT siol.net>
62
63         * support/scripts/sdcc.nsi: added /SOLID option to "SetCompressor lzma"
64           command since the NSIS was upgraded to version 2.11 on CF x86-linux2
65
66 2005-11-29 Bernhard Held <bernhard AT bernhardheld.de>
67
68         * src/SDCCast.c (createIvalStruct, createIvalArray, createIvalPtr,
69         createIval): implement symbol independant "flexible array member",
70         (createIvalCharPtr): implemented flexible array initialisation with a
71         string
72         * src/SDCCsymt.c (copyStruct): removed,
73         (getSize): fixed misleading comment,
74         (getAllocSize): removed, the additional allocation size is now in
75         sym->flexArrayLength,
76         (checkStructFlexArray): new, syntax checks for flexible array members,
77         (compStructSize): added syntax checks for "flexible array members"
78         (copyStruct): removed,
79         (copyLinkChain): removed inefficient fix for bug 770487
80         * src/SDCCglue.c (emitRegularMap): getAllocSize has been removed
81         * src/SDCCsymt.h: added structdef.b_flexArrayMember and
82         symbol->flexArrayLength
83         * src/SDCCerr.c,
84         * src/SDCCerr.h: added W_INVALID_FLEXARRAY, W_C89_NO_FLEXARRAY,
85         E_FLEXARRAY_NOTATEND and E_FLEXARRAY_INEMPTYSTRCT
86         * support/regression/tests/structflexarray.c: added
87         * support/valdiag/tests/structflexiblearray.c: added
88
89 2005-11-29 Bernhard Held <bernhard AT bernhardheld.de>
90
91         * src/SDCCast.c (decorateType): fixed bug 1368489
92         * support/Util/SDCCerr.c,
93         * support/Util/SDCCerr.h: added warning W_CMP_SU_CHAR
94
95 2005-11-28 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
96
97         * device/include/mcs51/at89c51snd1c.h: added file submitted by
98           Weston T. Schmidt <schmidtw AT users.sourceforge.net>, patch #1368001
99
100 2005-11-27 Borut Razem <borut.razem AT siol.net>
101
102         * support/cpp2/cppinit.c, support/cpp2/cpplib.h, support/cpp2/mkdeps.c,
103           support/cpp2/mkdeps.h: added command line option
104           -obj-ext=<extension> to SDCPP to define object file externion, used
105           for generation of make dependencies (-M)
106         * src/SDCCmain.c: pass -obj-ext=<extension> to SDCPP
107
108 2005-11-26 Borut Razem <borut.razem AT siol.net>
109
110         * support/scripts/sdcc.nsi: added small-stack-auto libraries,
111           added missing device/lib/mcs51/crt*.asm, pic and pic16 sources,
112           added pic and pic16 libraries
113
114 2005-11-26 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
115
116         * device/include/float.h: Corrected typo in prototype of __fsgt
117
118 2005-11-25 Borut Razem <borut.razem AT siol.net>
119
120         * sdcc/device/lib/Makefile.in, sdcc/device/lib/incl.mk:
121           added creation of model-mcs51-stack-auto libraries
122
123 2005-11-24 Bernhard Held <bernhard AT bernhardheld.de>
124
125         * src/SDCCsymt.c (copyLinkChain): fixed bug 770487, copy structdef
126         and fields-list too
127         * src/SDCCast.c (createIvalArray): removed obsolete comment
128
129 2005-11-24 Borut Razem <borut.razem AT siol.net>
130
131         * sdcc/device/lib/Makefile.in: remove all unnecessary files, 2nd try...,
132           added missing device/lib/mcs51/crt*.asm sources
133
134 2005-11-23 Bernhard Held <bernhard AT bernhardheld.de>
135
136         * src/SDCCast.c (createIvalCharPtr): fixed bug 1348271
137
138 2005-11-22 Maarten Brock <sourceforge.brock AT dse.nl>
139
140         * device/lib/_fs2schar.c,
141         * device/lib/_fs2sint.c,
142         * device/lib/_fs2slong.c: optimized inline asm
143
144 2005-11-21 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
145
146         * device/lib/_fs2slong.c, device/lib/_fs2sint.c, device/lib/_fs2char.c:
147           Better handling of floats between -1.0 and 0.0.
148
149 2005-11-20 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
150
151         * src/mcs51/peeph.def: added missing "if"s as noted by Hubert Sack.
152           (the missing "if"s prohibited removal of redundant labels)
153
154 2005-11-19 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
155
156         * device/lib/_fs2slong.c, device/lib/_fs2sint.c, device/lib/_fs2char.c:
157           Properly convert floats between -1.0 and 0.0 to long, int, and char
158           types (max integer value of negative floats tends to zero).
159         * device/lib/modff.c, device/lib/ceilf.c, device/lib/floorf.c:
160           Removed changes made so to work properly with floats between
161           -1.0 and 0.0, as the problem is fixed in _fs2slong.c, _fs2sint.c,
162           and _fs2char.c
163
164 2005-11-18 Bernhard Held <bernhard AT bernhardheld.de>
165
166         * src/SDCCcse.c (ReplaceOpWithCheaperOp): minor fix for debugging only
167         * src/mcs51/gen.c (genUnpackBits): better code and a fix,
168         (genCast) cosmetic change
169         * src/ds390/gen.c (genUnpackBits, ): ported from mcs51
170         * src/ds390/ralloc.c (packRegsForAssign): ported fix for bitfields
171         from mcs51
172         * support/regression/tests/bitfields (testSignedBitfields): added
173
174 2005-11-18 Borut Razem <borut.razem AT siol.net>
175
176         * sdcc/device/lib/Makefile.in: remove all unnecessary files
177         * device/lib/pic/Makefile.rules, device/lib/pic16/Makefile.subdir:
178           introduced SILENT option to make building of pic16 libraries less
179
180 2005-11-18 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
181
182         * device/lib/modff.c, device/lib/ceilf.c, device/lib/floorf.c:
183           Now they work properly with floats between -1.0 and 0.0
184         * device/lib/printf_large.c: Removed temporary patch for bug 1358192
185
186 2005-11-18 Maarten Brock <sourceforge.brock AT dse.nl>
187
188         * src/SDCCicode.c (printOperand): added missing else
189
190 2005-11-18 Bernhard Held <bernhard AT bernhardheld.de>
191
192         * src/SDCCsymt.c (computeType): fixed bug 1358192: added missing else,
193         reformatted for better readability
194         * src/mcs51/gen.c (genUnpackBits): initial, incomplete support for
195         signed bitfields
196
197 2005-11-17 Borut Razem <borut.razem AT siol.net>
198
199         * device/lib/pic16/Makefile.rules, device/lib/pic16/Makefile.subdir:
200           introduced SILENT option to make building of pic16 libraries less
201           verbose - used for nightly snapshot build
202         * doc/sdccman.lyx: documented that SDCDB and ucSim are currently not
203           available on Win32 platforms.
204         * sdcc/device/lib/Makefile.in: added library sources for mcs51, small,
205           medium, large, pic and pic16
206
207 2005-11-16 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
208
209         * device/lib/printf_large.c: Temporary patch for bug 1358192:
210           printf("%f"...) sets fraction to zero.
211
212 2005-11-16 Raphael Neider <rneider AT web.de>
213
214         * src/pic/pcode.c (LinkFlow): handle empty flows correctly,
215           fixes #1357221
216         * src/pic/gen.c (genIfx): implemented for CARRY bit
217         * src/pic16/gen.c (genAssign,genCast): fixed assigning/casting
218           to generic pointers, fixes #1357332,
219           (pic16_movLit2f): NEW,
220           (pic16_storeForReturn,genDataPointerSet): use pic16_movLit2f
221
222 2005-11-14 Maarten Brock <sourceforge.brock AT dse.nl>
223
224         * src/SDCCmain.c (parseCmdLine): fixed bug 1356800, thanks rsudjian
225
226 2005-11-11 Raphael Neider <rneider AT web.de>
227
228         * src/pic/gen.c: handle FPOINTERS like POINTERS everywhere
229         * src/pic16/gen.c (pic16_derefPtr): now works for non-pointers as well,
230           compute pointer's type from operand,
231           (genUnpackBits,genPackBits): handle FPOINTERS correctly, re-indented,
232           improved single bit reads, fixes bug #1353379
233
234 2005-11-09 Borut Razem <borut.razem AT siol.net>
235
236         * support/scripts/sdcc.nsi: added lib/pic to the package
237
238 2005-11-08 Maarten Brock <sourceforge.brock AT dse.nl>
239
240         * src/SDCCval.c (valUnaryPM): fixed bug 1350699
241
242 2005-11-06 Maarten Brock <sourceforge.brock AT dse.nl>
243
244         * support/regression/tests/bug1348008.c: added
245         * src/mcs51/gen.c (saveRBank, unsaveRBank): fixed bug 1348008
246         * support/regression/tests/bug1337835.c: updated comment
247
248 2005-11-06 Borut Razem <borut.razem AT siol.net>
249
250         * sim/ucsim/error.cc, sim/ucsim/errorcl.h,
251           sim/ucsim/sim.src/stack.cc, sim/ucsim/sim.src/stackcl.h,
252           sim/ucsim/sim.src/uc.cc, sim/ucsim/sim.src/uccl.h,
253           sim/ucsim/sim.src/mem.cc, sim/ucsim/sim.src/memcl.h,
254           sim/ucsim/cmd.src/set.cc, sim/ucsim/cmd.src/show.cc:
255           dynamic construction of cl_error_class and derivates - 2.nd try
256
257 2005-11-05 Borut Razem <borut.razem AT siol.net>
258
259         * sim/ucsim/sim.src/error.cc: fixed uninitialized class member variable
260           bug, which caused Bus Errors on sparc solaris
261
262 2005-11-04 Borut Razem <borut.razem AT siol.net>
263
264         * sim/ucsim/error.cc, sim/ucsim/errorcl.h,
265           sim/ucsim/sim.src/stack.cc, sim/ucsim/sim.src/stackcl.h,
266           sim/ucsim/sim.src/uc.cc, sim/ucsim/sim.src/uccl.h,
267           sim/ucsim/sim.src/mem.cc, sim/ucsim/sim.src/memcl.h,
268           sim/ucsim/cmd.src/cmdconf.cc: dynamic construction of cl_error_class
269           and derivates to resolve the initialization problem on OSX
270
271 2005-11-02 Borut Razem <borut.razem AT siol.net>
272
273         * sim/ucsim/cmd.src/cmdutil.cc, sim/ucsim/cmd.src/newcmd.cc:
274           corrected typo - #include <winsock2.h>
275
276 2005-11-02 Maarten Brock <sourceforge.brock AT dse.nl>
277
278         * src/asm.c (printILine): always close tmpFile, thanks Beau E. Cox,
279           (_asxxxx_mapping): added org directive for future enhancements
280
281 2005-11-01 Borut Razem <borut.razem AT siol.net>
282
283         * sim/ucsim/app.cc, sim/ucsim/cmd.src/cmdutil.cc, sim/ucsim/cmd.src/newcmd.cc:
284           enabled sockets on WIN32
285         * sim/ucsim/cmd.src/newcmd.cc: fixed bug with uninitialized variables
286
287 2005-10-31 Borut Razem <borut.razem AT siol.net>
288
289         * support/regression/generate-cases.py: escape backslashes in {testcase}:
290           WIN32 backslash path delimiters should be escaped when used in C strings
291         * support/regression/tests/bitfields.c: exclude failing assertions for
292           __CYGWIN32__ and __MINGW32__ hosts
293
294 2005-10-30 Borut Razem <borut.razem AT siol.net>
295
296         * src/SDCCutil.c: corrected double comparison typo
297
298 2005-10-30 Maarten Brock <sourceforge.brock AT dse.nl>
299
300         * device/lib/medium/Makefile: added for new memory model medium
301         * device/include/asm/mcs51/features.h: updated for medium/pdata
302         * device/include/mcs51/c8051f120.h: added sfr16/sfr32 definitions,
303           added Multiply & Accumulate sbit's and MAC0_PAGE define
304         * device/include/mcs51/c8051f300.h: added sfr16 definitions
305         * device/include/mcs51/c8051f310.h: added sfr16 definitions
306         * device/lib/_mullong.c: update for medium model
307         * device/lib/incl.mk: added medium model
308         * doc/sdccman.lyx: documented medium model
309         * src/SDCCast.c (isBitAndPow2): simplified using updated powof2
310         * src/SDCCicode.c (geniCodeMultiply, geniCodeDivision): use updated powof2
311         * src/SDCCmain.c (optionsTable, linkEdit): enabled medium model
312         * src/SDCCmem.c (allocIntoSeg): set iaccess for pdata symbols,
313           (allocParms): set SCLS and OCLS to pdata for medium model
314         * src/SDCCsymt.c (processFuncArgs): use default_local_map and set iaccess
315           for pdata,
316           (powof2): return <0 if not power of 2
317         * src/avr/gen.c (genBitWise): use updated powof2
318         * src/mcs51/gen.c (genMinusDec): use acc if necessary,
319           (shiftR2Left2Result): small optimization in setup, save acc when storing,
320           (shiftLLeftOrResult): use B if necessary
321         * src/mcs51/main.c (_mcs51_finaliseOptions, mcs51_port): added medium model
322         * src/mcs51/peeph.def: renamed 226 to 226.b, added 226.a
323         * src/pic/main.c (_pic14_do_link): made void parameter list explicit
324         * support/regression/Makefile.in: added test-mcs51-medium
325         * support/regression/ports/mcs51-medium/spec.mk: added to test medium model
326
327 2005-10-28 Bernhard Held <bernhard AT bernhardheld.de>
328
329         * src/SDCCsymt.c (compStructSize): make bitfields without (un)signed
330         specifier unsigned
331         * device/lib/time.c (mktime): fixed bug 1334315
332
333 2005-10-28 Raphael Neider <rneider AT web.de>
334
335         * device/include/pic/p16f_common.inc: added common declarations
336         * src/pic/ralloc.c (initStack): moved regs *r to block start for Alpha
337
338 2005-10-27 Maarten Brock <sourceforge.brock AT dse.nl>
339
340         * src/mcs51/gen.c (getTempRegs): return 0 if not enough registers found,
341           (aopPutUsesAcc): added to predict accumulator use,
342           (assignResultValue): save acc if necessary,
343           (genMinusDec): store result if indirectly addressed,
344           (genDivOneByte):  save acc if necessary,
345           (movLeft2Result): bugfix if left already in acc,
346           (genAnd, genOr, genXor, shiftL2Left2Result, shiftR2Left2Result): pay more
347             attention to accumulator use (esp. pdata),
348           (genReceive): receive pdata correctly
349         * src/SDCCicode.c (isOperandInPagedSpace): added to detect pdata operands
350         * src/SDCCicode.h: added isOperandInPagedSpace prototype
351
352 2005-10-27 Raphael Neider <rneider AT web.de>
353
354         * doc/sdccman.lyx: corrected version (should be 2.5.4 not 2.5.5)
355
356 2005-10-27 Raphael Neider <rneider AT web.de>
357
358         * .version: changed version to 2.5.4
359         * doc/sdccman.lyx: changed version to 2.5.4, added some remarks to PIC14
360         * device/lib/pic/libsdcc/{_mulint.c,_mullong.c}: use unsigned literals,
361           (_divschar.c,divuchar.c,_mulchar.c,_modschar.c,_moduchar): NEW,
362             arithmetics support routines
363         * device/lib/pic/Makefile.rules: have assembler sources preprocessed
364         * device/lib/Makefile.in: also create installdir for pic
365
366         * src/SDCCopt.c (cnvToFcall): mark support routines `extern' for
367           pic14 port as well
368         * src/pic/device.c (dump_sfr): rewritten to delegate register
369           placement to the linker (use `extern sym' rather than sym EQU addr),
370           (validAddress): fixed to check last specified address
371         * src/pic/gen.c (aopForSym): added code to deal with array (useless?),
372           (popGetLit): truncate literal value to 8 bit,
373           (popGet): moved assert to more appropriate place
374           (popGetExternal): create pCode operand from and mark the according
375             symbol as being `extern'
376           (popGetAddr): added sanity check on immediate's offset, provide
377             GPOINTER tag on demand
378           (aopPut): fixed for immediates,
379           (mov2w_op): move operand's address or contents to WREG (depending on
380             operand type), safer variant of mov2w,
381           (movwf,call_libraryfunc): NEW, handy abbreviations,
382           (get_argument_pcop,get_return_val_pcop,pass_argument,
383           get_returnvalue): interface for accessing function parameters and
384             return values,
385           (assignResultValuei,genRet): use new parameter/return value interface
386           (pic14_getDataSize): back to old version handling generic pointers,
387           (pic14_toBoolean,genNot,genCpl,genCmpEq,genOrOp): heavily rewritten,
388             provided implementation and/or fixed old one,
389           (genMultOneByte,genDivOneByte,genModOneByte): implemented as library
390             calls, removed legacy 8051 reference code
391           (AccLsh,AccRsh): rewritten and fixed to deal with signed operands
392           (loadSignToC): NEW, move the operands sign bit to CARRY,
393           (genGenericShift): NEW, replaces genLeftShift, genRightShift and
394             genRightShiftSigned, accepts negative shift counts,
395           (setup_fsr): load FSR and adjust IRP (indirect memory access),
396           (emitPtrByteGet,emitPtrByteSet): rewritten, now works with
397             generic pointers, __data pointers and __code pointers,
398           (genUnpackBits,genPackBits): rewritten to work with generic pointers
399             and signed bitfields, limit bitfields to 8 bit,
400           (genDataPointerGet): fixed number of bytes read,
401           (genGenPointerGet,genConstPointerGet): fixed bitfield access,
402           (genPointerGet,genPointerSet): fixed handling of __code pointers,
403             pointers to constant data are no longer assumed to point to __code
404             space, removed invalid pointer types,
405           (bitpatternFromVal): retrieve the PICs representation of an integer
406             or float literal,
407           (genDataPointerSet): fixed assigning to po_immediate operands,
408           (genGenPointerSet): implemented as library call,
409           (genIfx): fixed incorrect condition,
410           (genAddrOf): limit generic pointers' addresses to 2 bytes,
411             provide GPOINTER tag according to destination's storage class,
412           (genCast): added code to handle casting to generic pointers, added
413             sign-/zero extension of the result
414           (aop_isLitLike,op_isLitLike): fixed handling of immediates
415         * src/pic/gen.h: added macros to access IRP bit in STATUS register
416         * src/pic/genarith.c (genAddLit): use min(result's,left's) size, sign
417           extend the result
418         * src/pic/glue.c (is_shared_address,is_shared): check whether a given
419           address/register resides in the shared banks
420           (emitSymbolToFile): improved to handle global and `pinned' symbols,
421             put all variables into separate sections (have the linker arrange
422             them)
423           (picglue): put init code and interrupt handlers in separate sections
424         * src/pic/main.c: added port specific options table, modified to PORT
425           structure to make GPOINTERs 3 byte, added pic14_options
426           (_pic14_do_link): private linking routine (update paths to libraries,
427             add libsdcc.lib by default)
428         * src/pic/main.h: declare pic14_options
429         * src/pic/pcode.c: fixed instructions i/o relations,
430           (RegCond): reverted to correct version,
431           (newpCodeOpLit): truncate literals to 8 bit,
432           (genericPrint): added debug output,
433           (getRegFromInstruction): fixed for various operand types, simplified
434           (BuildFlow): fixed broken handling of isntructions with labels
435           (LinkFlow): start at last instruction in flow (skip trailing comments),
436             pass the flow on to the next instruction after CALL
437           (pCodeReplace): NEW, replace a pCode and move meta data to the new one
438           (insertPCodeInstruction): fixed inserting after a skip instruction,
439           (DoBankSelect): fixed for labeled instructions
440           (OptimizepBlock): honor --nopeep switch
441           (AnalyzeFlow,ReuseReg): prevent crash on source files with no function
442         * src/pic/pcodepeep.c (pCodePeepMatchRule): prevent NULL pointer accesses
443         * src/pic/pcoderegs.c (regIsLocal): NEW, check visibility of a register
444           (pCodeOptime2pCodes): allow disabling this optimization via
445             --no-pcode-opt due seldomly occuring bugs, fixed some conditions
446             but is still buggy), started implementation of a dataflow based
447             pCode optimization (CSE + dead code elimination)
448           (pCodeRegMapLiveRangesInFlow): removed bogus inCond
449         * src/pic/ralloc.c (initStack): renamed stack registers to STK%d, the new
450           names are independant of the stack location and therefore portable across
451           devices
452
453 2005-10-27 Maarten Brock <sourceforge.brock AT dse.nl>
454
455         * src/mcs51/ralloc.c (bitType): added to detect bit variables,
456           (selectSpil): fixed bug 1337835 by not spilling bit variables
457         * support/regression/tests/bug1337835.c: added test for this bug
458         * src/mcs51/peeph.def: restart after rule 3.c,
459           addded rules 263.x to optimize loading constants
460
461 2005-10-26 Raphael Neider <rneider AT web.de>
462
463         * src/SDCCsymt.c (compStructSize): allow signed bitfields for PIC ports
464         * src/pic16/gen.c (genUnpackBits): support signed bitfields,
465           (genAssign): emit warning when casting literals to generic pointer
466             type, also applies when taking the address of a fixed variable,
467           (genCast): improved casting to generic pointers
468         * src/pic16/glue.c (pic16emitStaticSeg): fixed(?) handling of fixed
469           extern variables, added verbose error message
470         * device/include/pic16/{string.h,errno.h}: added #pragma library c
471
472 2005-10-26 Bernhard Held <bernhard AT bernhardheld.de>
473
474         * src/mcs51/gen.c (genMinus): fixed bug 1270906: reverse subtraction,
475         carry must be complemented too
476         * src/mcs51/peeph.def: addded rule 262 to remove double cpl c, which
477         could be emitted by genMinus
478         * src/SDCCval.c (constVal): fixed bug 1305065
479
480 2005-10-25 Bernhard Held <bernhard AT bernhardheld.de>
481
482         * src/SDCCast.c (addCast): added promotion for bit variables
483         (decorateType): emit W_COMPLEMENT before the problem vanishes behind
484         promotion casts + optimisation
485         (optimizeGetWord): fix warning 'i' might be used uninitialized
486         * src/mcs51/gen.c (genCpl): removed W_COMPLEMENT
487         * src/ds390/gen.c (genCpl): removed W_COMPLEMENT
488
489 2005-10-24 Bernhard Held <bernhard AT bernhardheld.de>
490
491         * src/SDCCicode.c (ast2iCode): reverted to 1.224 because of regression:
492         all chars are promoted to int; promotion should be handled in SDCCast.c
493
494 2005-10-15 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
495
496         * device/lib/_strcmp.c: Fixed bug 1326457
497
498 2005-10-11 Raphael Neider <rneider AT web.de>
499
500         * device/lib/pic16/libio/i2c.ignore: added 1320, fixes broken builds
501         * device/lib/pic16/libdev/pic18f1320.c: added 1320's device library
502
503 2005-10-05 Maarten Brock <sourceforge.brock AT dse.nl>
504
505         * src/SDCC.y (AT): fixed bug with sfr32 addresses when built with GCC
506         * support/regression/tests/sfr16.c: added test for the sfr32 bug
507
508 2005-10-04 Raphael Neider <rneider AT web.de>
509
510         * device/include/pic16/pic18fregs.h, src/pic16/devices.inc,
511           device/lib/pic16/pics.all: added pic18f1320
512         * src/pic16/pcode.c (mnem2key): fixed prototype's argument mismatch
513
514 2005-09-30 Raphael Neider <rneider AT web.de>
515
516         * src/pic16/device.c (Pics16[]): moved device descriptions to devices.inc
517         * src/pic16/devices.inc: NEW, provides device descriptions
518         * src/pic16/gen.c (genInline): fixed handling of ';'-comments
519
520 2005-09-26 Maarten Brock <sourceforge.brock AT dse.nl>
521
522         * src/SDCCicode.c (operandOperation): added GETABIT, GETBYTE, GETWORD and
523           GETHBIT
524
525 2005-09-25 Maarten Brock <sourceforge.brock AT dse.nl>
526
527         * doc/sdccman.lyx: updated Highest Order Bit documentation,
528           documented Any Order Bit, Higher Order Byte and Higher Order Word
529         * src/SDCC.y: added tokens GETABIT, GETBYTE, GETWORD
530         * src/SDCCast.c (optimizeGetHbit): updated to also accept bool=expr&(1<<n),
531           (optimizeGetAbit): new, to get any bit, not only the high bit,
532           (optimizeGetByte): new, to get a byte from a (long) int: expr>>(8*n),
533           (optimizeGetWord): new, to get a word from a long int: expr>>(8*n),
534           (isConformingBody): also check GETABIT, GETBYTE, GETWORD,
535           (decorateType): '&': also try GETABIT, GETBYTE, GETWORD optimization,
536             RIGHT_OP: also try GETBYTE, GETWORD optimization,
537             GETABIT, GETBYTE, GETWORD: decorate them,
538           (isShiftRightLitVal, isBitAndPowOf2): new helper functions,
539           (ast_print): added GETABIT, GETBYTE, GETWORD
540         * src/SDCCcse.c (isSignedOp): added GETABIT, GETBYTE, GETWORD
541         * src/SDCCicode.c (codeTable): added GETABIT, GETBYTE, GETWORD,
542           (geniCodeBinary): new generic binary icode,
543           (ast2iCode): added GETABIT, GETBYTE, GETWORD
544         * src/port.h: updated comment for PORT.hasExtBitOp
545         * src/mcs51/gen.c (genGetAbit): new, to get any single bit,
546           (genGetByte): new, to get a single byte,
547           (genGetWord): new, to get a word from a long,
548           (gen51Code): added GETABIT, GETBYTE, GETWORD
549         * src/mcs51/main.c (hasExtBitOp): added GETABIT, GETBYTE, GETWORD
550
551 2005-09-23 Raphael Neider <rneider AT web.de>
552
553         * configure.in, configure: have device/lib/pic configured
554         * device/lib/Makefile.in: added model-pic14
555         * device/lib/clean.mk: added pic/ to clean rule
556         * device/lib/pic: added rudimentary pic14 library providing support
557           functions for multiplication/division/generic pointer access
558         * src/SDCCopt.c (convilong): mark support functions as extern
559           for pic14 port as well
560         * src/pic/gen.c (genMult): added assertions,
561           (genpic14Code): emit warning on unhandled iCodes
562         * src/pic/main.c (_hasNativeMulFor): return true only for 8x8 bit
563         * src/pic/pcode.c (pCodeOpCopy),
564         * src/pic16/pcodepeep.c (pic16_pCodeOpCopy): fixed handling of various
565           pCodeOpReg-subtypes (PO_{STATUS,INTCON,PCL,PCLATH,PCLATU,BSR,
566           SFR_REGISTER}), made safe for future extensions
567         * src/pic16/pcode.c (pic16_safepCodeUnlink): allow for removal of
568           instructions even if preceeded by SKIP instructions (also remove
569           them); removed unused code
570         * src/pic16/pcode.h: added arg2 to pCodeOpLit to match pCodeOpLit2,
571           prevents leaving parts of the structure uninitialized after copying
572
573 2005-09-22 Maarten Brock <sourceforge.brock AT dse.nl>
574
575         * src/mcs51/gen.c (genMinus): fix for undetected bug introduced 3 months
576           ago by me
577         * support/regression/tests/addsub.c: added test for the bug
578
579 2005-09-21 Raphael Neider <rneider AT web.de>
580
581         * device/include/pic16/pic18f1220.h,
582           device/lib/pic16/libdev/pic18f1220.c: added ECCPAS sfr and bitfield
583         * device/lib/pic16/Makefile.rules: added missing opening paren
584         * src/pic16/gen.c (pic16_genNot,pic16_genCpl): removed as these
585           are provided in genutils.c,
586           (genUminusFloat,genUminus,genCmpEq): added asserts on different
587           operand/result sizes,
588           (genCmp): assert on NULL pointers first, then check deref'ed values
589         * src/pic16/genutils.c (pic16_genCpl): fixed for different operand/
590           result size
591
592 2005-09-18 Raphael Neider <rneider AT web.de>
593
594         * src/pic16/gen.c (genFarPointerGet,genFarPointerSet): removed
595           as these are now unused,
596           (genPointerGet,genPointerSet): handle FPOINTERs like POINTERs
597         * src/pic16/pcode.c (pic16_symIsSpecial): assume REG_TMPs to be
598           local, avoids uninitialized pointer dereference on r->name
599         * src/pic16/ralloc.c (newReg): fixed indentation
600
601 2005-09-13 Maarten Brock <sourceforge.brock AT dse.nl>
602
603         * src/SDCCval.c (constVal): fixed bug 730366
604         * support/Util/SDCCerr.c,
605         * support/Util/SDCCerr.h: added warning W_INVALID_INT_CONST
606
607 2005-09-10 Maarten Brock <sourceforge.brock AT dse.nl>
608
609         * as/mcs51/lkmem.c (summary2): fixed report for absolute areas (bug 1210220)
610
611 2005-09-09 Maarten Brock <sourceforge.brock AT dse.nl>
612
613         * src/mcs51/peeph.def (241.x): fixed bug when comparing generic pointers
614
615 2005-09-08 Maarten Brock <sourceforge.brock AT dse.nl>
616
617         * as/hc08/lkaomf51.c (OutputName): made name unsigned char,
618           (hex2dec): made hex_digit unsigned char, removed ascii dependance
619         * as/mcs51/lkaomf51.c (OutputName): made name unsigned char,
620           (hex2dec): made hex_digit unsigned char, removed ascii dependance
621         * as/mcs51/lkarea.c (lnkarea2): sort absolute areas to the front
622         * packihx/packihx.c (hexDigit): made c unsigned char
623         * as/mcs51/lklibr.c (fndsym),
624         * link/z80/lkgb.c (gb),
625         * link/z80/lklibr.c (fndsym),
626         * link/z80/lkrloc.c (relr),
627         * sim/ucsim/libltdl/ltdl.c (load_deplibs, try_dlopen),
628         * src/SDCC.lex (checkCurrFile, process_pragma),
629         * src/SDCCglue.c (spacesToUnderscores),
630         * src/SDCCmain.c (setParseWithComma, processFile),
631         * src/asm.c (tvsprintf, printCLine),
632         * src/avr/gen.c (emitcode, aopPut),
633         * src/ds390/gen.c (emitcode),
634         * src/hc08/gen.c (emitcode, emitinline),
635         * src/mcs51/gen.c (emitcode, genInline),
636         * src/pic/pcodepeep.c (cvt_extract_destination, cvt_extract_status,
637           tokenizeLineNode),
638         * src/pic/ralloc.c (debugLog),
639         * src/pic16/pcodepeep.c (cvt_extract_destination, cvt_extract_status,
640           tokenizeLineNode),
641         * src/pic16/ralloc.c (debugLog),
642         * src/z80/main.c (_process_pragma):
643            made all ctype.h function calls safe
644         * src/SDCCopt.c: include math.h for fabs
645         * src/SDCCpeeph.c: added macros ISCHARDIGIT, ISCHARSPACE and ISCHARALNUM
646           and used them throughout the code to make ctype.h function calls safe
647         * src/ds390/main.c (asmLineNodeFromLineNode),
648         * src/mcs51/main.c (asmLineNodeFromLineNode): made p unsigned char*
649         * src/pic/gen.c (DEBUGpic14_emitcode, pic14_emitcode): made lbp
650            unsigned char*
651         * src/pic/pcode.c (mnem2key): made mnem unsigned char*,
652           (newpCodeAsmDir): made ctype.h function calls safe
653         * src/pic16/gen.c (pic16_emitpcomment, DEBUGpic16_emitcode,
654           pic16_emitcode):  made lbp unsigned char*
655         * src/pic16/pcode.c (mnem2key): made mnem unsigned char*,
656           (pic16_newpCodeAsmDir): made ctype.h function calls safe
657         * src/xa51/gen.c (emitcode),
658         * src/z80/gen.c (_emit2): made lbp unsigned char*
659         * support/Util/MySystem.c (split_command): made cmd_line and p unsigned
660            char*
661
662 2005-09-05 Raphael Neider <rneider AT web.de>
663
664         * src/pic16/ralloc.c (pic16_allocDirReg): use device specific
665           access bank splitpoint
666
667 2005-09-05 Raphael Neider <rneider AT web.de>
668
669         * device/lib/pic16/libc/Makefile: added (missing) string to SUBDIRS
670
671 2005-09-03 Maarten Brock <sourceforge.brock AT dse.nl>
672
673         * .version: changed to version 2.5.3
674         * doc/sdccman.lyx: changed version to 2.5.3,
675           documented --codeseg and --constseg and pragma codeseg and constseg,
676           documented bit parameters (reentrant) and bit returning
677         * src/SDCCicode.c (geniCodeReceive): fixed (possible) bug generating
678            currFunc->recvSize, but is this ok for all ports?
679           (ast2iCode): result of ~ on unsigned char must be cast to int for
680            bool to work
681         * src/SDCCmem.c (allocGlobal, allocLocal): don't put bit returning
682           function pointers in bit space
683         * src/SDCCsymt.c (checkSClass): allow bit returning function pointers,
684           (processFuncArgs): call port.reg_parm() with reentrancy info
685         * src/port.h,
686         * src/avr/main.c,
687         * src/ds390/main.c,
688         * src/hc08/main.c,
689         * src/pic/main.c,
690         * src/pic16/main.c,
691         * src/xa51/main.c,
692         * src/z80/main.c: port.reg_parm prototype extended with
693           "bool reentrant" parameter
694         * src/mcs51/main.c (_mcs51_regparm): use parameter reentrant instead of
695           options.stackAuto for allocating bit register parameters
696         * src/mcs51/gen.c (genNot): optimized complementing direct bit,
697           (genSend): set BitBankUsed if it is,
698           (selectRegBank): factored out of genCall for use in genPcall,
699           (genCall): removed redundant dtype assignmen, use selectRegBank,
700           (genPcall): handle returning in Carry properly, save in F0 if needed,
701           (genReceive): handle bit register parameters
702         * src/mcs51/ralloc.c (updateRegUsage): update BitBankUsed along the way,
703           (mcs51_assignRegisters): enable bit registers for all reentrant
704            functions and don't set BitBankUsed unconditionally
705         * src/mcs51/peeph.def (177.d): fixed bug if %2==%3
706         * support/regression/tests/bitvars.c: enable tests for SDCC_STACK_AUTO
707         * support/regression/tests/funptrs.c: added tests for BOOL and for return
708
709 2005-08-27 Borut Razem <borut.razem AT siol.net>
710
711         * device/lib/Makefile.in: cp on sparc-solaris (SunOS) and on
712         ppc-osx (Darwin) does not support -u option. It seems that it is
713         supported only on Linux - GNU cp
714
715 2005-08-25 Borut Razem <borut.razem AT siol.net>
716
717         * sim/ucsim/gui.src/serio.src/Makefile.in,
718           sim/ucsim/s51.src/Makefile.in, sim/ucsim/avr.src/Makefile.in,
719           sim/ucsim/z80.src/Makefile.in, sim/ucsim/hc08.src/Makefile.in,
720           sim/ucsim/xa.src/Makefile.in: install -s changed to 2 steps:
721           install and strip, since the strip at /usr/ccs/bin should be used
722           on solaris
723
724 2005-08-24 Borut Razem <borut.razem AT siol.net>
725
726         * clean.mk, device/lib/clean.mk: find on sparc-solaris does not support -maxdepth option
727
728 2005-08-23 Bernhard Held <bernhard AT bernhardheld.de>
729
730         * src/SDCCopt.c (convertToFcall): fixed modulus with divisors 1 and
731         ffffffffu
732
733 2005-08-23 Maarten Brock <sourceforge.brock AT dse.nl>
734
735         * as/mcs51/aslink.h: completed lkrloc.c prototypes
736         * as/mcs51/lkmain.c (link_main): fixed warning
737         * device/include/stdbool.h: ds390 has no advanced bit support yet
738         * src/SDCC.y: use SPEC_SHORT and renamed _signed to b_signed
739         * src/SDCCsymt.c: use SPEC_SHORT and renamed _signed to b_signed
740         * src/SDCCsymt.h (struct specifier): renamed _xxx bitfields to b_xxx
741           and updated their macros
742         * src/SDCCval.c (constVal): updated comment for renamed b_long
743
744 2005-08-22 Maarten Brock <sourceforge.brock AT dse.nl>
745
746         * as/mcs51/asdata.c: changed ctype['['] to BINOP
747         * as/mcs51/asexpr.c (expr): added case '[' for bit access in bdata,
748           (term): abused bit 15 of s_addr to indicate bit-addressable bytes,
749           (oprio): set priority for '['
750         * as/mcs51/aslink.h: added define R_BIT, and prototypes for adb_bit
751            and adb_24_bit
752         * as/mcs51/asm.h: added defines R_BIT and S_BIT
753         * as/mcs51/lkarea.c (lnksect2): use T for seg BIT_BANK and overlay it
754         * as/mcs51/lkdata.c: changed ctype['['] to BINOP
755         * as/mcs51/lkmain.c (Areas51): rel2 contains 12 (=C) areas now,
756           added overlayable BIT_BANK area
757         * as/mcs51/lkmem.c (summary): add BIT_BANK to BSEG_BYTES in the report,
758           (summary2): explain 'T' in legenda
759         * as/mcs51/lkrloc.c: replaced old K&R style,
760           (relr): added R_BIT processing,
761           (errmsg): added "Bit-addressable relocation error",
762           (adb_bit): added for converting from byte- to bit-addressable space,
763           (adb_24_bit): added for converting from byte- to bit-addressable space
764         * device/include/stdbool.h: changed BOOL to __bit for mcs51 as it can be
765            used in reentrant functions now even as return value
766         * device/lib/_gptrput.c (_gptrput): removed obsolete code
767         * src/SDCCast.c (resultTypePropagate): also propagate AND_OP and OR_OP,
768           (decorateType): case '!', GETHBIT, AND_OP, OR_OP: result in bool or char
769         * src/SDCCglobl.h: added indicator BitBankUsed
770         * src/SDCCglue.c (glue): emit area BIT_BANK with byte 'bits' and equ's for
771            the bit registers b0-b7
772         * src/SDCCicode.c (operandFromSymbol): removed IS_BITVAR check,
773           (geniCodeCast): fixed bug 1263853,
774           (geniCodeLogicAndOr): put result in bool or char,
775           (geniCodeReceive): added parameter func for accessing the return type,
776           (geniCodeFunctionBody): pass func to geniCodeReceive
777         * src/SDCCmain.c: added indicator BitBankUsed
778         * src/SDCCmem.c (allocLocal): explicitly set sclass for V_BIT
779         * src/SDCCsymt.c (newBoolLink): added for creating a bool/bit,
780           (checkSClass): don't put automatic bool/bit on stack,
781           (checkFunction): removed check on function cannot return bit
782         * src/SDCCsymt.h: added newBoolLink prototype
783         * src/mcs51/gen.c (rb1regs): added bit registers,
784           (movc): created for assigning to carry,
785           (pushReg, popReg): created for pushing registers,
786           (sameRegs): check both AOP_REG and AOP_CRY types,
787           (aopOp): handle bit registers,
788           (aopPut): optimization no self-assign,
789           (saveRegisters): push reg->base (bits) only once for bit registers,
790            and use pushReg,
791           (unsaveRegisters): pop reg->base only once and use popReg,
792           (assignResultValue): added parameter func and return in carry for bits,
793           (genIpush): optimization no reload in A if not changed,
794           (genSend): bit parameters in reentrant functions are passed in bit
795            registers by first assigning to bits in B, then save registers and
796            copy B to bits,
797           (genCall): handle returning in Carry properly, save it in F0 if needed,
798           (genPcall): updated assignResultValue call, this is not safe yet for bit
799            returning function !!!
800           (genFunction): don't generate equ's for bit registers and use pushReg,
801           (genEndFunction): take care of bit returning functions and use popReg,
802           (genRet): return bit in Carry,
803           (genIfx): optimize bit registers and other directly addressable bits,
804           (genReceive): updated assignResultValue call
805         * src/mcs51/main.c (_mcs51_reset_regparm): added regBitParmFlg,
806           (_mcs51_regparm): allow passing of upto 8 bit parameters in bit
807            registers when using stack-auto
808         * src/mcs51/ralloc.c (_G): added allBitregs,
809           (regs8051): added the bit registers,
810           (createStackSpil): use macro IS_BIT,
811           (getRegBit): added to allocate a bit register, else spill,
812           (getRegBitNoSpil): added to allocate a bit register, else a gpr,
813           (updateRegUsage): factored out to ease stepping while debugging,
814           (serialRegAssign): use updateRegUsage, only spill bits if necessary,
815            also allocate bit registers,
816           (fillGaps): handle bit registers,
817           (findAllBitregs): added to create bit vector with all bit registers,
818           (mcs51_allBitregs): returns this bit vector,
819           (mcs51_assignRegisters): when using stack-auto use bit registers for
820            passing parameters and creating local variables
821         * src/mcs51/ralloc.h: added B0_IDX..B7_IDX and prototype mcs51_allBitregs
822
823 2005-08-22 Borut Razem <borut.razem AT siol.net>
824
825         * device/lib/Makefile.in: replaced find option -or with -o
826           to make it run on solaris
827
828 2005-08-22 Raphael Neider <rneider AT web.de>
829
830         * src/pic16/gen.c (pic16_loadFromReturn): added check for AOP_PCODE,
831           fixes #1265442 (crash on Solaris)
832
833 2005-08-20 Borut Razem <borut.razem AT siol.net>
834
835         * configure, configure.in: added tests for libsocket and libnsl libraries,
836           requred by sdcdb on sparc-solaris; generate support/regression/Makefile
837           from support/regression/Makefile.in
838         * support/regression/Makefile.in: added
839         * device/lib/pic16/Makefile.common.in: force make to use bash shell
840         * sim/ucsim/libtool: regenerated on sparc-solaris
841         * sim/ucsim/avr.src/Makefile.in, sim/ucsim/hc08.src/Makefile.in,
842           sim/ucsim/s51.src/Makefile.in, sim/ucsim/xa.src/Makefile.in,
843           sim/ucsim/z80.src/Makefile.in: removed GNU ld specific linker options
844           -Wl,--start-group and -Wl,--end-group to enable ucsim compilation on
845           sparc-solaris, which doesn't use GNU ld linker
846         * device/lib/Makefile.in: cp on sparc-solaris (SunOS) does not support -u option
847         * as/Makefile: find on sparc-solaris does not support -maxdepth option
848
849 2005-08-19 Maarten Brock <sourceforge.brock AT dse.nl>
850
851         * src/mcs51/peeph.def: updated comments
852
853 2005-08-16 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
854
855         * device/lib/_gptrget.c,
856         * device/lib/_gptrput.c: slightly shorter
857         * doc/sdccman.lyx: incremented version
858         * src/mcs51/peeph.def: moved peephole comments to the line of first
859           change to better keep line correlation, reanimated 186.e
860         * src/mcs51/peeph.def: renamed similar peepholes by using suffixes
861
862 2005-08-16 Slade Rich <slade_rich AT users.sourceforge.net>
863
864         * src/pic/pcode.c : Pasted ".line" assembly directives patch from
865           David Saxton with quotes around file name.
866
867 2005-08-15 Borut Razem <borut.razem AT siol.net>
868
869         * support/regression/tests/bitfields.c, support/regression/tests/bitvars.c,
870           support/regression/tests/bitwise.c, support/regression/tests/literalop.c,
871           support/regression/tests/rotate.c, support/regression/tests/zeropad.c:
872           make tests run on x86_64 platform
873
874 2005-08-13 Raphael Neider <rneider AT web.de>
875
876         * device/lib/pic16/Makefile.subdir: weakened clean-intermediate rule
877           as it might be executed DURING a build (parallel make is wonderful)
878
879 2005-08-13 Raphael Neider <rneider AT web.de>
880
881         * device/lib/Makefile.in (port-specific-objects-pic16):
882           revert to cp $(PORT)/bin/*.* $(PORTDIR)
883         * device/lib/pic16/Makefile: added .PHONY targets, removed builddir
884           dependency
885         * device/lib/pic16/Makefile.rules: build subdirs before creating
886           the library, removed builddir rule, create $(builddir) early in
887           recurse rule, use empty recurse rule for leaf directories
888         * device/lib/pic16/Makefile.subdir: added phony targets, ignore
889           mkdir errors (race condition), removed duplicate suffix "hex"
890           from clean rules
891         * device/lib/pic16/libdev/Makefile: recursive make via + and $(MAKE)
892         * device/lib/pic16/libio/Makefile: create sub-make's builddir early,
893           prevents mkdir -p from aborting on Alpha
894
895 2005-08-12 Raphael Neider <rneider AT web.de>
896
897         * src/pic16/glue.c (pic16_print(G)PointerType): do not flush
898           db-statements in order to allow for arrays of pointers in code
899           sections to be placed without interspersed 0-padding, fixes
900           bug #1256215
901         * (emitStatistics): fixed division by zero for pic18f1220
902         * src/pic16/pcode.c: buffer (up to) 12 DB directives to allow for
903           unpadded writing of 8-bit, 16-bit, 24-bit and 32-bit values
904         * (pic16_emitDS): respect DB_ITEMS_PER_LINE
905         * (pic16_pCodeConstString): keep track of already emitted string
906           literals to prevent "duplicate definitions of symbol _str_NR"
907         * src/pic16/ralloc.c (pic16_allocRegByName): removed not so helpful
908           debug message
909         * device/lib/Makefile.in: ignore failing PIC16 library builds
910         * device/lib/pic16/Makefile: do not build if gputils are missing
911         * device/lib/pic16/Makefile.common.in: do not enforce MAKEFLAGS=-s
912
913 2005-08-10 Raphael Neider <rneider AT web.de>
914
915         * device/lib/Makefile.in: fixed copying pic16 libraries (broken by
916           my last commit)
917
918 2005-08-10 Raphael Neider <rneider AT web.de>
919
920         * src/*.c, src/pic16/{gen.c,glue.c,main.c}: applied Vangelis
921           Rokas' patch to add the new fixed point type "__fixed16x16"
922         * device/lib/pic16/libsdcc/fixed16x16: added Vangelis' support
923           functions for __fixed16x16 arithmetics
924         * device/lib/pic16: reimplemented the build system to support
925           a separate build directory, better handling of libio (create
926           the library in a separate subdir for each architecture) and
927           easier configuration (centralized in Makefile.common)
928
929 2005-08-07 Raphael Neider <rneider AT web.de>
930
931         * src/pic16/gen.c (genrshTwo): fixed sign extension
932         * src/pic16/device.c: added pic18f2320, 4220 and 4320
933         * device/include/pic16/pic18f2220.h: changed some bit definitions,
934           added T0CONbits
935         * device/include/pic16/pic18f4220.h: NEW, header for
936           pic18f4220 and pic18f4320
937         * device/include/pic16/pic18fregs.h: added new devices,
938           embraced Nop(), ClrWdt(), Sleep() and Reset() with do {} while(0)
939         * device/include/pic16/signal.h: resolved name clashes
940           on bit definitions, added DEF_HANDLER2(sig1,sig2,handler)
941           to also allow testing for interrupt enable bits, added
942           comments on how to use the macros
943         * device/lib/pic16/libdev/pic18f2220.c: added T0CONbits
944         * device/lib/pic16/libdev/pic18f{2320,4220,4320}.c: NEW,
945           register definitions for the devices
946         * device/lib/pic16/pics.all: added new devices
947         * device/lib/pic16/libc/stdlib/calloc.c: fixed zeroing
948           allocated memory
949         * device/lib/pic16/libc/stdlib/memfree: do not count
950           the block header as free memory
951         * device/lib/pic16/libc/stdlib/memmisc.c (_initHeap):
952           simplified and added missing end-of-blocklist-marker
953           (reported by Peter Onion, fixes #1252814)
954         * (_mergeHeapBlock): fixed loop condition
955         * device/lib/pic16/libc/stdlib/realloc.c: return NULL for
956           len==0, restructured code
957         * device/lib/pic16/libc/stdlib/{malloc,memfreemax}.c: cleaned
958           up a bit, reduced bitfield accesses, prevent endless loops
959           in case of heap corruption
960         * device/lib/pic16/libc/stdlib/x_ftoa.c: disabled
961           "unreferenced arguments/must return a value" warnings
962         * device/lib/pic16/libio/usart/ubaud.c (usart_baud):
963           replaced BAUDREG with SPBRG
964         * device/lib/pic16/libsdcc/lregs/{lrrest.c,lrst.c},
965           device/lib/pic16/debug/gstack/gstack.c: replaced
966           _naked, _asm, _endasm with __naked, __asm, __endasm
967
968 2005-08-05 Raphael Neider <rneider AT web.de>
969
970         * src/pic16/gen.c (pic16_aopGet): fixed handling of offsets in
971           AOP_PCODE operands, fixes multibyte union-bitfield-accesses
972
973 2005-08-05 Borut Razem <borut.razem AT siol.net>
974
975         * device/lib/Makefile.in: added missing ';'
976         * configure: removed ^M characters
977
978 2005-08-04 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
979
980         * device/include/mcs51/at89c51ed2.h, device/include/mcs51/p89v51rd2.h,
981           device/include/mcs51/at89s53.h: changed to GNU Lesser General Public
982           License
983
984 2005-08-04 Borut Razem <borut.razem AT siol.net>
985
986         * configure.in: pic16 libraries build 2nd try - enable running
987           configure in device/lib/pic16
988         * configure: regenerated from configure.in
989         * device/lib/Makefile.in: create $(PORT)/bin directory
990
991 2005-08-03 Raphael Neider <rneider AT web.de>
992
993         * src/pic16/gen.c (pic16_derefPtr): NEW, single place
994           to get/set values via pointers
995         * (genUnpackBits,genPackBits): changed detection of
996           ptr->bitfield vs. sym.bitfield, fixed access via generic
997           pointers, removed dead (wrong) code for multibyte bitfields
998         * (genNearPointerGet, genGenPointerGet): removed useless code,
999           fixed bitfield detection, fixes #1250594
1000         * (genNearPointerSet): removed useless code
1001         * src/pic16/gen.h: renamed pic16_emitpcode to pic16_emitpcode_real
1002           and introduced macro pic16_emitpcode that conditionally emits
1003           the origin of the following pCode (useful for debugging SDCC)
1004         * src/pic16/pcode.c: changed (and disabled) some debug outputs
1005         * (createDefmap): fixed handling of LFSR for --optimize-df
1006
1007 2005-08-02 Borut Razem <borut.razem AT siol.net>
1008
1009         * device/lib/Makefile.in: pic16 libraries build enabled since
1010           gputils-0.13.2 are now localy installed at sourceforge's compile farm
1011
1012 2005-08-02 Raphael Neider <rneider AT web.de>
1013
1014         * src/pic16/gen.c (genPackBits): removed deprecated warning
1015         * (genGenPointerSet): fixed bitfield detection
1016
1017 2005-08-02 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
1018
1019         * device/include/mcs51/msm8xc154s.h: Removed PT2 definition, now in 8052.h.
1020
1021 2005-07-31 Raphael Neider <rneider AT web.de>
1022
1023         * device/lib/pic16/libdev/pic18f458.c,
1024           device/include/pic16/pic18f458.h: added missing T0CONbits
1025
1026 2005-07-29 Maarten Brock <sourceforge.brock AT dse.nl>
1027
1028         * device/include/mcs51/msm8xc154s.h: added, thanks to Matthias Arndt
1029
1030 2005-07-28 Maarten Brock <sourceforge.brock AT dse.nl>
1031
1032         * src/mcs51/gen.c (operandsEqu): fixed bug 1246687
1033
1034 2005-07-23 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
1035
1036         * device/include/mcs51/at89c51ed2.h: added.
1037
1038 2005-07-23 Raphael Neider <rneider AT web.de>
1039
1040         * src/pic/gen.h: added emitpcode macro for debugging
1041         * src/pic/gen.c (emitpcode): renamed to emitpcode_real
1042           and replace by macro adding debug information on demand
1043         * (genNot): fixed to C semantics (!0 = 1; !x = 0 iff x != 0)
1044         * (gencjne): tried to fix; replaced with correct (slower) code
1045         * (gen{Unp,P}ackBits): fixed single bit access
1046         * src/pic/pcode.c (AnalyzepCode): fixed DFPRINTF argument
1047         * src/pic/pcodepeep.c (pCodeSearchCondition): fixed finding
1048           previous instruction
1049         * src/pic/pcoderegs.c (regIsSpecial): NEW, check whether a
1050           register has to be handled with care (forbidding movement
1051           of assignments/uses, removing assignments completely, ...)
1052         * (pCodeOptime2pCodes): make use of regIsSpecial
1053         * added lots of debugging output (commented out)
1054         * src/pic/rallloc.c (deassignLRs): prevent operand registers
1055           from being reused as result UNLESS it is known to work
1056
1057 2005-07-23 Maarten Brock <sourceforge.brock AT dse.nl>
1058
1059         * support/Util/dbuf.h: include <stddef.h> for size_t
1060         * .version: changed to version 2.5.2
1061
1062 2005-07-23 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
1063
1064         * src/SDCCloop.c (loopInvariants): fixed bug #1234048
1065
1066 2005-07-22 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
1067
1068         * src/hc08/gen.c (genMinus): fixed bug #1241835,
1069           (genModOneByte): removed needless psha/pula
1070
1071 2005-07-22 Raphael Neider <rneider AT web.de>
1072
1073         * src/SDCCmain.c (linkEdit): initialized linkerScriptFileName,
1074           have PIC14 handled like PIC16, fixes broken pic14 linker calls
1075         * src/pic/gen.c (resolveIfx): do not "invent" labels
1076         * (genSkipc): changed to positive logic
1077         * (genSkipCond): removed as no longer needed
1078         * (pic14_mov2w_regOrLit,genCmp): NEW, replacement for buggy version,
1079           backport from PIC16
1080         * (genLeftShift): check operands are in different registers
1081         * src/pic/genarith.c (genPlus): replaced INCF with ADDLW as
1082           INCF does not update CARRY...
1083         * src/pic/main.c: fixed _linkCmd
1084         * src/pic/pcode.c (unlinkpCode): added inactive code
1085         * src/pic/ralloc.c (deassignLRs): keep arguments to shift operations
1086           alive (do not assign result and operand overlapping registers)
1087
1088 2005-07-22 Raphael Neider <rneider AT web.de>
1089
1090         * src/pic/device.c (dump_sfr): replaced register declaration with
1091           call to emitSymbolToFile() to avoid duplicate symbols
1092         * (assignRelocatableRegisters): do not declare external symbols
1093         * src/pic/ralloc.c (allocNewDirReg): fixed to get size of arrays
1094           right (take size of type, not etype)
1095         * (allocDirReg): fixed call to allocNewDirReg() to pass OP_SYM_TYPE
1096         * (writeUsedRegs): also dump dynDirectRegs (e.g. local variables)
1097         * (packRegsForAccUse): disabled assignment of WREG as
1098           the result reg to prevent occurence of just fixed #1235003,
1099           fixes #1242954
1100         * src/pic/glue.c (emitSymbolToFile): NEW, central place to declare
1101           symbols (avoids duplicate symbols in .asm file)
1102         * (pic14emitRegularMap): use emitSymbolToFile()
1103         * src/pic/gen.c (aopOp): fixed spillLocation handling
1104         * (gen{Unp,P}ackBits): fixed acquiring bit-operands
1105         * (genDataPointerSet): removed unneccessary variables/output
1106
1107 2005-07-22 Maarten Brock <sourceforge.brock AT dse.nl>
1108
1109         * as/mcs51/lkarea.c: enlarged codemap for banked memory
1110         * device/lib/mcs51/crtbank.asm: added # to 0x0F
1111
1112 2005-07-21 Raphael Neider <rneider AT web.de>
1113
1114         * src/pic/gen.c (aopOp): do not generate AOP_ACC operands as pic14
1115           architecture cannot handle them efficiently, fixes bug #1235003
1116         * src/pic16/device.c (pic16_dump_{u,i}section,pic16_dump_int_registers):
1117           check for empty sets before using them (fixes bug #1232190)
1118
1119 2005-07-19 Maarten Brock <sourceforge.brock AT dse.nl>
1120
1121         * as/mcs51/lkarea.c (lnkarea, lnkarea2): improved BSEG size calculation,
1122           (lnksect2): generate warnings for memory overlap
1123         * src/SDCC.lex (doPragma, process_pragma): added pragma's codeseg and
1124           constseg to set the name of these segments so you can instruct the linker
1125           to place them in banks
1126         * src/SDCCast.c (decorateType): use new macro IS_FUNCPTR()
1127         * src/SDCCglobl.h: added MODEL_HUGE to enum,
1128           added code_seg and const_seg to options
1129         * src/SDCCglue.c (emitMaps): use options.const_seg,
1130           (createInterruptVect): put interrupt vectors in segment HOME,
1131           (glue): put HOME before static segment and put the main glue in HOME,
1132           (glue): use options.code_seg
1133         * src/SDCCicode.c (geniCodeCall): use new macro IS_FUNCPTR()
1134         * src/SDCCmain.c: added option --codeseg and --constseg to set the name of
1135           these segments so you can instruct the linker to place them in banks
1136           (linkEdit): use code_loc for HOME segment which should be the first
1137           segment in code memory now
1138         * src/SDCCmem.c: fixed more stuff like bug 1238386
1139         * src/SDCCsymt.c (getSize): use generic pointer size for banked functions,
1140           (changePointer): don't change function pointers to code pointers for
1141           banked functions,
1142           (compareType): added exceptional check for banked function pointers
1143         * src/SDCCsymt.h: changed IFFUNC_ISBANKEDCALL, added IS_FUNCPTR
1144         * src/hc08/main.c (_hc08_genAssemblerPreamble): put HOME first, put CSEG
1145           after static in code memory
1146         * src/mcs51/gen.c: added aopLiteralLong prototype,
1147           (aopForSym): use getSize for functions,
1148           (genCall): generate banked calls over one trampoline __sdcc_banked_call
1149           in HOME with lsb of address in r0, msb in r1 and bank in r2, use
1150           -Wl-bBANKSEG=0xbbaaaa option to set the address (aaaa) and bank (bb) of
1151           the segment,
1152           (genPcall): use call for literal function pointers and generate banked
1153           calls over the one trampoline so there's only one place for the user to
1154           modify according to his/hers hardware,
1155           (genEndFunction): jump to __sdcc_banked_ret in HOME for banked functions,
1156           (genPlusIncr): moved check icount>4 beyond inc dptr optimization
1157         * src/mcs51/main.c: added keyword banked,
1158           (_mcs51_genExtraAreas): put HOME first followed by GSINIT, STATIC and CSEG
1159         * support/Util/SDCCerr.c,
1160         * support/Util/SDCCerr.h: added E_BANKED_WITH_CALLEESAVES, registers are
1161           needed for passing the bank and address to the trampoline
1162         * device/lib/mcs51/crtbank.asm: added for bankswitching
1163         * device/lib/mcs51/Makefile: added crtbank
1164
1165 2005-07-16 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
1166
1167         * src/SDCCcse.c (algebraicOpts): fixed loss of volatility
1168           for fields at offset 0 of a struct or union as reported
1169           on 2005-07-07 in the developer mailing list.
1170
1171 2005-07-15 Maarten Brock <sourceforge.brock AT dse.nl>
1172
1173         * src/SDCCmem.c: fixed bug 1238386
1174
1175 2005-07-12 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
1176
1177         * src/mcs51/peeph.def: added labelrefcounting for peepholes
1178           (patch #1144962), added peephole 300, enabled 259.x
1179         * doc/sdccman.lyx: removed screenshot and provided link instead
1180
1181 2005-07-05 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
1182
1183         * doc/sdccman.lyx: added section about debugging with ddd
1184         * doc/figures/ddd_example.eps: screenshot of debugging session
1185
1186 2005-07-04 Raphael Neider <rneider AT web.de>
1187
1188         * src/pic/gen.c (genPointerGet): handle pointers to CONST values
1189           like CODE pointers, fixes #1115683
1190         * src/pic/pcode.c (DoBankSelect): forget LastRegIdx during function
1191           call, fixes bugs #1232211, #1228110,
1192           fixed wrong casts to pCodeFlow from pCodeInstructions
1193
1194 2005-07-04 Raphael Neider <rneider AT web.de>
1195
1196         * src/pic/gen.c (popGet): changed assert to allow for
1197           bit operands
1198         * (popGetAddr): changed signature to provide
1199           an additional index, patched all call sites
1200         * (genCmpEq): handle literal-like operands correctly
1201         * (genAddrOf): added sanity checks on __code/__data pointers
1202         * (genAssign): added handling of symbols from __code section
1203         * (gencjne): do not generate code for comparisons whose result
1204           is neither stored nor used, fixes bug #1171114
1205         * (AccLsh, AccRsh): operate on operand instead of WREG
1206         * (shift{Left,Right}_Left2ResultLit): NEW, size independant
1207           replacement for Shift{LR}{12}Left2Result; shift (byte/int/long)
1208           by known count
1209         * rewrote complete shift-by-literal logic, commented unused
1210           functions out
1211         * (genConstPointerGet): get multiple bytes (if result size > 1),
1212           fixed handling of non-immediate addresses
1213         * (genPointerGet): handle CODE pointers like CONST pointers
1214         * (genpic14Code): insert C-SRC lines as Cource-pCodes
1215         * ({aop,op}_isLitLike): NEW, single place to decide whether an
1216           operand is to be treated as a literal or not
1217         * (mov2w,genPcall,genCmpEq),
1218           src/pic/genarith.c: use aop_isLitLike() to decide between
1219           literal/register contents
1220         * (addSign): added missing offset
1221         * src/pic/gen.h: remove newline after FENTRY/FEXIT comments,
1222           only emit comment in debug-mode,
1223           use {aop,op}_isLitLike throughout the file
1224         * src/pic/glue.c: fix initializers for pointers (work in progress)
1225         * src/pic/pcode.c (get_op): honor index on _const symbols
1226         * ({reset,dump}pCodeStatistics): NEW, estimate code size
1227         * (dumppBlock): added pCode size estimation
1228         * src/pic/ralloc.c (deassignLRs,serialRegAssign,packRegisters):
1229           check for IS_SYMOP before OP_SYMBOL'ing
1230         * fixed indentation, compacted switch-statements
1231         * (allocReg): find free register and allocate it instead of
1232           allocating new registers all the time
1233         * (deassignLRs): prevent POINTER_GET's from being assigned the same
1234           registers as its operands (necessary only for multibyte GETs)
1235
1236 2005-07-01 Raphael Neider <rneider AT web.de>
1237
1238         * src/pic/gen.h: added prototypes emitpComment, popGetAddr and
1239           debugging .asm-output macros FENTRY + FEXIT
1240         * src/pic/gen.c (Safe_vsnprintf): NEW, is there a more generic
1241           way... I wonder...
1242         * (emitpComment): NEW, printf to pCode
1243         * (popGet): added assert on too large offsets, fixed PO_IMMEDIATE's
1244           offset handling
1245         * (popGetAddr): NEW, variant of popGet to access an immediates
1246           high(er) bytes instead of the n'th byte of memory they reference,
1247           replaced popGet with popGetAddr where neccessary
1248         * (genDataPointerGet): reactivated and fixed implementation
1249         * (genNearPointerGet): enabled call to genDataPointerGet, fixes array-
1250           accesses
1251         * (genDataPointerSet): fixed multibyte assignments
1252         * (genpic14Code): fixed --i-code-in-asm handling
1253         * src/pic/genarith.c: fixed PO_IMMEDIATE issue using popGetAddr,
1254         * (genPlus): fixed index-out-of-bounds error
1255         * src/pic/pcode.c (get_op): fixed PO_IMMEDIATE's index/offset handling
1256         * src/pic/ralloc.c: added debugging output macro FENTRY2
1257         * (spillThis): fixed indentation, enbraced for-body for clarity
1258         * (rematStr): commented out as now unused
1259         * (regTypeNum): commented out special spill case (overwrites
1260           arbitrary values)
1261         * fixes bugs #1229346, #1216476 (both arrays) and #1115667 (SIGSEGV)
1262
1263 2005-06-30 Maarten Brock <sourceforge.brock AT dse.nl>
1264
1265         * doc/sdccman.lyx: documented sfr16/sfr32,
1266           added example for using storage class with function pointers
1267         * src/mcs51/gen.c (genPlusIncr): optimized small offsets from dptr
1268
1269 2005-06-28 Maarten Brock <sourceforge.brock AT dse.nl>
1270
1271         * device/lib/_gptrget.c: also push/pop _PSBANK, added # to 0x03
1272         * device/lib/_itoa.c,
1273         * device/lib/_ltoa.c: optimized codesize
1274         * src/SDCCsymt.c (checkSClass): added sanity check for sfr at addresses,
1275           but don't know how to suppress the double warning.
1276         * src/mcs51/gen.c (genPlusIncr): fixed bug when incrementing volatile int's
1277         * support/Util/SDCCerr.c,
1278         * support/Util/SDCCerr.h: added warning W_SFR_ABSRANGE for sanity check
1279
1280 2005-06-27 Maarten Brock <sourceforge.brock AT dse.nl>
1281
1282         * as/mcs51/asexpr.c (expr): disabled warning "not in .flat24 mode",
1283           fixed old K&R prototypes
1284         * as/mcs51/asout.c (outrb): always output as if generating 24bit addresses
1285         * device/lib/_gptrget.c,
1286         * device/lib/_gptrgetc.c,
1287         * device/lib/_gptrput.c: changed versions for new memory indicator values,
1288           also new versions for small generic pointers and banked generic pointers
1289         * src/port.h: added const_name
1290         * src/SDCC.lex: added keywords sfr16, __sfr16, sfr32, __sfr32
1291         * src/SDCC.y: added tokens SFR16, SFR32 and their sfr_attributes
1292         * src/SDCCcse.c (findPrevIc): check all associative operators
1293         * src/SDCCglue.c (emitMaps): use CONST_NAME if defined
1294         * src/SDCCicode.h: added macro IS_ASSOCIATIVE
1295         * src/SDCCmem.c: updated comments,
1296           set far-space to 0 for pdata, results in optimized code
1297         * src/SDCCmem.h: added macro CONST_NAME
1298         * src/SDCCsymt.h: renumerated generic pointer types GPTYPE_... thereby
1299           moving the info into the highest bits, see also gptrget/gptrput
1300         * src/src.dsp: added sdcc.ico to project files
1301         * src/avr/gen.c (genCast): fixed bug 0x%d
1302         * src/avr/main.c (avr_port): added "CONST (CODE)" for const_name
1303         * src/ds390/gen.c (aopForRemat, adjustArithmeticResult): disconnected direct
1304           relation between ptr_type and DCL_TYPE,
1305           (genCast): fixed bug 0x%d
1306         * src/ds390/main.c (ds390_port, tininative_port, ds400_port): added "CONST
1307           (CODE)" for const_name
1308         * src/hc08/gen.c (genCast): fixed bug 0x%d
1309         * src/hc08/main.c (_hc08_genAssemblerPreamble): added .area ...const_name,
1310           (hc08_port): added "CONST (CODE)" for const_name
1311         * src/mcs51/gen.c (aopForSym): optimized pushing ACC,
1312           (aopForRemat, adjustArithmeticResult): disconnected direct relation
1313           between ptr_type and DCL_TYPE,
1314           (aopGetUsesAcc, aopGet, aopPut): changed first parameter from asmop* to
1315           operand* and took AOP() inside function so sfr-ness can be checked,
1316           (all over): repaired calls to aopGetUsesAcc, aopGet, aopPut to comply with
1317           new prototype,
1318           (genFunction, genEndFunction): optimized stack setup,
1319           (genMinus): optimized for literals with ending zeroes (in bytes),
1320           (genCast): fixed bug 0x%d
1321         * src/mcs51/main.c (_mcs51_keywords): added sfr16 and sfr32,
1322           (mcs51_port): added "CONST (CODE)" for const_name
1323         * src/mcs51/peeph.def: made rule 226 more generic
1324         * src/pic/main.c (pic_port): added "CONST (CODE)" for const_name
1325         * src/pic16/main.c (pic16_port): added "CONST (CODE)" for const_name
1326         * src/xa51/main.c (xa51_port): added "CONST (CODE)" for const_name
1327         * src/z80/main.c (z80_port): added NULL for const_name,
1328           (gbz80_port): added NULL for const_name
1329         * support/regression/tests/bug663539.c,
1330         * support/regression/tests/sfr16.c: new tests
1331
1332 2005-06-25 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
1333
1334         * device/include/mcs51/p89v51rd2.h, device/include/mcs51/at89s53.h: added.
1335
1336 2005-06-24 Raphael Neider <rneider AT web.de>
1337
1338         * device/lib/pic16/libdev/pic18f[68][567]20.c:
1339           corrected typos...
1340         * device/include/pic16/signal.h: added USBIF
1341           and SIG_USB
1342
1343 2005-06-24 Raphael Neider <rneider AT web.de>
1344
1345         * device/lib/pic16/libdev/pic18f2455.c,
1346           device/include/pic16/pic18f2455.h: NEW
1347         * device/include/pic16/pic18fregs.h,
1348           device/lib/pic16/pics.all,
1349           src/pic16/device.c: added 18f2455
1350         * device/lib/pic16/libdev/pic18f[68][567]20.c,
1351           device/include/pic16/{pic18f[68][567].h,usart.h}:
1352           replaced MULTIPLE_USARTS define with more relaible
1353           compatibility sfrs (for USART access)
1354
1355 2005-06-20 Slade Rich <slade_rich AT users.sourceforge.net>
1356
1357         * src/pic/pcode.c : Fixed problem when a string constant contains a "\r\n"
1358           and the output asm file line is printed on two lines.
1359
1360 2005-06-19 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
1361
1362         * sim/ucsim/hc08.src/inst.cc (inst_condbranch): fixed simulation of
1363           BGT, BLE, BHI, and BLS instructions
1364         * src/hc08/gen.c (outAcc, outBitC, outBitNV, genCmpLt, genCmpGt,
1365           genCmpEq): removed
1366         * src/hc08/gen.c (genCmpEQorNE, genCmp, branchopCmp, nameCmp,
1367           negatedCmp, exchangedCmp, genhc08Code): rewrite of comparison handling,
1368           fixes bug #1216342
1369         * src/hc08/peeph.def: added rules 2g - 2l for new conditional branches
1370
1371 2005-06-15 Raphael Neider <rneider AT web.de>
1372
1373         * src/pic16/NOTES: moved Vangelis from active developers to people to contact
1374         * device/include/pic16/{6520.h,8520.h}: fixed configuration bits
1375         * src/pic16/gen.c (): prevent iTemps from being considered to be in CODESPACE,
1376           fixes bug #1221120; for symbols in CODESPACE get number of bytes to read from
1377           OP_SYM_TYPE() instead of OP_SYM_ETYPE()
1378
1379 2005-06-06 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
1380
1381         * device/include/mcs51/reg764.h: Changed PB0 to PBO as requested by
1382           Marcel Telka in bug #1215704
1383
1384 2005-06-02 Slade Rich <slade_rich AT users.sourceforge.net>
1385
1386         * src/pic/pcode.c : Changed pseudo stack size to 15 to allow WSAVE to be
1387           located in shared memory bank.
1388
1389 2005-05-31 Raphael Neider <rneider AT web.de>
1390
1391         * src/pic16/{gen.c,genarith.c}: replaced sign-extension
1392           "CLRF, BTFSC <signbit>, DECF/COMF" with side-effect-free
1393           "CLRF, BTFSC <signbit>, SETF"; fixes "long>>9"
1394
1395 2005-05-27 Maarten Brock <sourceforge.brock AT dse.nl>
1396
1397         * device/lib/_strncpy.c: fixed the fix
1398
1399 2005-05-26 Raphael Neider <rneider AT web.de>
1400
1401         * src/pic16/glue.c (pic16_printIvalChar): fixed _constant_ string
1402           initializers with \0, bug #1208187
1403         * src/pic/glue.c (printIvalChar): fixed (non- and constant) string
1404           intializers with \0, bug #1208187
1405
1406 2005-05-26 Raphael Neider <rneider AT web.de>
1407
1408         * src/pic16/glue.c (pic16_printIvalChar): fixed string
1409           initializers with \0, bug #1208187
1410         * src/pic16/main.c (_process_pragma): added sanity checks
1411           for stack position and size, emit warnings when appropriate
1412
1413 2005-05-26 Maarten Brock <sourceforge.brock AT dse.nl>
1414
1415         * device/lib/_strncpy.c: fixed not filling with \0
1416
1417 2005-05-26 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
1418
1419         * src/SDCCast.c (funcOfType, funcOfTypeVarg, stringToSymbol,
1420           createFunction),
1421         * src/SDCC.y (external_definition, enumerator, parameter_declaration,
1422           compound_statement),
1423         * src/SDCCsymt.h,
1424         * src/SDCCsymt.c (addSymChain, processFuncArgs): fixed bug #1159134
1425
1426 2005-05-24 Raphael Neider <rneider AT web.de>
1427
1428         * src/pic16/glue.c (pic16_printGPointerType): fixed #1207796
1429
1430 2005-05-24 Raphael Neider <rneider AT web.de>
1431
1432         * device/include/pic16/pic18f{442,452,458}.h: fixed wrong
1433           TRISE definitions, closes bug #1162453
1434
1435 2005-05-22 Raphael Neider <rneider AT web.de>
1436
1437         * src/pic16/main.c (_process_pragma): check for missing
1438           arguments to pragmas code and udata
1439         * device/include/pic16/pic18f{2550,4331,4455,4520}.h:
1440           consistency fixes to match other headers (thanks to Jim Paris)
1441         * device/lib/pic16/libio/i2c.ignore: 18f4331 provides no I2C
1442
1443 2005-05-21 Maarten Brock <sourceforge.brock AT dse.nl>
1444
1445         * src/SDCCicode.c (isOperandEqual): fixed missing ;
1446
1447 2005-05-19 Maarten Brock <sourceforge.brock AT dse.nl>
1448
1449         * support/regression/tests/bug1198642.c: new test
1450         * src/SDCCicode.c (isOperandEqual): fixed bug 1198642
1451         * src/SDCCcse.c (findPrevIc): added comment, please have a look
1452         * support/scripts/resource.h,
1453         * support/scripts/resource.rc,
1454         * src/src.dsp: added sdcc.ico to project as icon for sdcc.exe
1455         * support/scripts/sdcc.ico: added 32x32 icon
1456
1457 2005-05-18 Raphael Neider <rneider AT web.de>
1458
1459         * device/lib/pic16/libdev/pic18f*.c,
1460         * device/include/pic16/pic18f*.h: updated "sfr" and "at X"
1461           keywords to "__sfr" and "__at (X)"
1462         * device/include/pic16/pic18fregs.h: added pic18f4520
1463         * src/pic16/pcode.c (pic16_pCode2str): fixed (?) bug
1464           #1203088 (MPLAB compatibility)
1465
1466 2005-05-17 Raphael Neider <rneider AT web.de>
1467
1468         * device/include/pic16/pic18f{2550,4331,4455,4520}.h: NEW
1469         * device/lib/pic16/libdev/pic18f{2550,4331,4455,4520}.c: NEW
1470         * device/lib/pic16/pics.all: added new devices
1471         * src/pic16/device.c: added support for pic18f4520
1472
1473 2005-05-16 Raphael Neider <rneider AT web.de>
1474         * src/pic16/gen.{c,h}: s/mov2f/pic16_mov2f made public
1475         * src/pic16/genarith.c (genAddLit): fixed bug 1202480
1476         * src/pic16/pcode.{c,h} (pic16_newpCodeOpBit_simple): NEW
1477           convenience function for bit access
1478
1479 2005-05-15 Maarten Brock <sourceforge.brock AT dse.nl>
1480
1481         * device/lib/printf_large.c: fixed bug 1193299
1482         * support/regression/tests/bug1057979.c: added test %3.3s
1483
1484 2005-05-15 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
1485
1486         * device/include/mcs51/8051.h,
1487         * device/include/mcs51/8052.h: made parseable with lint
1488         * device/include/mcs51/lint.h: added include file for (sp)lint
1489         * doc/sdccman.lyx: added doc about use of splint (syntax checking tool)
1490         * doc/cdbfileformat.lyx,
1491         * doc/test_suite_spec.lyx: hardcoded date to the date of last text change
1492
1493 2005-05-14 Raphael Neider <rneider AT web.de>
1494
1495         * device/lib/pic16/Makefile.common.in: add --optimize-df to OPT_FLAGS
1496         * device/lib/pic16/libc/stdlib/itoa.c (new)
1497         * device/lib/pic16/libc/stdlib/Makefile: have itoa.c built
1498         * device/lib/pic16/libio/Makefile: exclude subdir according to
1499           ${subdir}.ignore for certain PICs (lacking e.g. i2c)
1500         * device/lib/pic16/libio/i2c.ignore (new): pic18f1220 has no I2C support
1501         * src/pic16/gen.c (genFunction): prevent annoying warning
1502         * src/pic16/pcode.c: renamed stack_t to dynstack_t to prevent
1503           nameclashes on BeOS
1504         * support/cpp2/cppmain.c (cpp_output_string): new
1505         * support/cpp2/cpplib.c (_cpp_do__Pragma): fixed _Pragma(""),
1506           fixes bug 1116802
1507
1508 2005-05-13 Borut Razem <borut.razem AT siol.net>
1509
1510         * src/SDCCmain.c (linkEdit): fixed bug 1195202
1511
1512 2005-05-12 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
1513
1514         * .version: changed to version 2.5.1; back to bleeding edge development
1515
1516 2005-05-11 Borut Razem <borut.razem AT siol.net>
1517
1518         * doc/sdccman.lyx doc/cdbfileformat.lyx doc/test_suite_spec.lyx:
1519           generate PDF version 1.3 documents
1520
1521 2005-05-07 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
1522
1523         * .version: changed to version 2.5.0
1524
1525 2005-04-27 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
1526
1527         * doc/sdccman.lyx: updated weblinks, index and smaller updates
1528
1529 2005-04-26 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
1530
1531         * doc/sdccman.lyx: changed version 2.5.0, documented --std-c89,
1532         --std-sdcc89, --std-c99, --std-sdcc99, and the corresponding #pragmas, as
1533         well as many smaller updates.
1534         * .version: changed to version 2.5.0-pre1
1535
1536 2005-04-26 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
1537
1538         * src/SDCCmain.c (setIncludePath): added port->target to SDCC_INCLUDE_NAME
1539
1540 2005-04-26 Maarten Brock <sourceforge.brock AT dse.nl>
1541
1542         * support/regression/tests/bug1185672.c: added
1543         * src/mcs51/gen.c (aopGetUsesAcc, genCpl, genAnd, genOr, genXor): fixed
1544           bug 1185672
1545         * src/mcs51/gen.c (genCall): added comments, made it look safer
1546         * src/mcs51/gen.c (genEndFunction): simplified
1547
1548 2005-04-25 Maarten Brock <sourceforge.brock AT dse.nl>
1549
1550         * src/mcs51/ralloc.c (serialRegAssign): fixed bug 1189609
1551
1552 2005-04-14 Borut Razem <borut.razem AT siol.net>
1553
1554         * fixed bug 1045046 - SIGSEGV with really simple code?:
1555           src/pic/pcode.c (pCodeInitRegisters)- pseudo stack size increased to 16
1556           src/pic/ralloc.c (typeRegWithIdx) - error message on pseudo stack overflow
1557
1558 2005-04-14 Borut Razem <borut.razem AT siol.net>
1559
1560         * src/pic16/gen.c (genInline), src/pic16/main.c (_process_pragma),
1561           src/pic16/device.h: temporarily disabled experimental #inline pragma
1562           for 2.5.0 release
1563
1564 2005-04-14 Maarten Brock <sourceforge.brock AT dse.nl>
1565
1566         * device/include/z80/stdio.h,
1567         * device/include/z80/string.h: removed these highly incomplete files so
1568           SDCC can use the default ones in device/include/
1569
1570 2005-04-14 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
1571
1572         * src/mcs51/gen.c (genEndFunction): removed unused variable to fix
1573         gcc warning.
1574         * device/lib/Makefile.in: default PORTINCDIR to the mcs51 subdir to
1575         fix sdcpp warnings.
1576
1577 2005-04-12 Maarten Brock <sourceforge.brock AT dse.nl>
1578
1579         * device/include/malloc.h: removed redundant __reentrant prototypes
1580         * device/lib/_mullong.c: added working xstack variant in asm (C version
1581           doesn't pass regression tests)
1582         * device/lib/bpx.c: used __data and made bpx char for mcs51
1583         * src/SDCCast.c (decorateType): removed unused GPTYPE_IDATA,
1584           (createFunction): fixed bug with xstackPtr
1585         * src/SDCCcse.c: corrected comments
1586         * src/SDCCopt.c (convertToFcall): fixed warning in MSVC,
1587           (killDeadCode, eBBlockFromiCode): removed unused code
1588         * src/SDCCsymt.h: removed unused GPTYPE_GPTR and GPTYPE_IDATA,
1589           corrected comments
1590         * src/mcs51/gen.c (aopForSym, aopPut, toBoolean, unsaveRegisters,
1591           assignResultValue, genCall, genFunction, genEndFunction, genAnd,
1592           genOr, genXor, genAddrOf): fixed several bugs concerning xstack
1593           (genModOneByte): fixed warning in MSVC
1594         * src/mcs51/main.c (): added comments
1595         * src/mcs51/peeph.def: changed 129 to 129.a, added 129.b, 129.c & 129.d
1596
1597 2005-04-12 Maarten Brock <sourceforge.brock AT dse.nl>
1598
1599         * src/SDCCmain.c (linkEdit): oops, changed one line too many
1600
1601 2005-04-11 Maarten Brock <sourceforge.brock AT dse.nl>
1602
1603         * src/SDCCmain.c (linkEdit): fixed bug with finding crt0.o for z80
1604
1605 2005-04-10 Vangelis Rokas <vrokas AT users.sourceforge.net>
1606
1607         * src/pic16/glue.c (printIvalChar): fixed bug when emitting
1608         characters arrays of larger size than the declared one.
1609
1610 2005-04-10 Borut Razem <borut.razem AT siol.net>
1611
1612         * src/pic/gen.c (genInline),
1613           src/pic/pcode.c (newpCodeAsmDir), (pCode2str),
1614           (genericPrint), (unlinkpCodeFromBranch), (compareLabel),
1615           (findNextInstruction), (findPrevInstruction),
1616           (findInstructionUsingLabel),
1617           src/pic/pcode.h: fixed bug #1164907 - Labels not being recognized
1618         * src/pic/pcode.c (findLabel): added missing '\n'
1619         * src/src.dsp: added SDCCdwarf2.c to the project
1620
1621 2005-04-09 Borut Razem <borut.razem AT siol.net>
1622
1623         * support/scripts/sdcc.nsi: added include/hc08/* h to NSIS setup
1624
1625 2005-04-08 Raphael Neider <rneider AT web.de>
1626
1627         * src/pic16/pcode.c: added helpers defmapInsertAfter (insert a new item
1628           into the chain after a given one) and mergeDefmapSymbols (combine
1629           defmap entries for each symbol per pcode)
1630         * (createDefmap): have defmap entries merged in the end
1631         * (defmapReplaceSymRef): split defmap entries covering two accesses to
1632           a symbol before replacing one access type's symbol, merge symbols in
1633           the end (replacement symbol might already have an entry)
1634         * (assignValnums): keep reference to written WREG intact
1635
1636 2005-04-08 Raphael Neider <rneider AT web.de>
1637
1638         * src/pic16/pcode.c (struct defmap_s): named anonymous union (for
1639           Alpha)
1640
1641 2005-04-08 Vangelis Rokas <vrokas AT users.sourceforge.net>
1642
1643         * src/pic16/pcode.c (pic16_get_op2): enlarged size of array b to 128
1644         bytes
1645
1646 2005-04-07 Raphael Neider <rneider AT web.de>
1647
1648         * device/include/pic16/usart.h: added compatibility defines for
1649           devices with more than one USART
1650         * device/include/pic16/pic18f[68][567]20.h: activated above defines
1651
1652 2005-04-07 Maarten Brock <sourceforge.brock AT dse.nl>
1653
1654         * device/lib/Makefile.in: updated for port specific include
1655
1656 2005-04-07 Maarten Brock <sourceforge.brock AT dse.nl>
1657
1658         * support/regression/ports/mcs51/spec.mk: added mcs51 include
1659
1660 2005-04-07 Maarten Brock <sourceforge.brock AT dse.nl>
1661
1662         * device/include/8051.h,
1663         * device/include/8052.h,
1664         * device/include/at89S8252.h,
1665         * device/include/at89c55.h,
1666         * device/include/at89x051.h,
1667         * device/include/at89x51.h,
1668         * device/include/at89x52.h,
1669         * device/include/mcs51reg.h,
1670         * device/include/reg51.h,
1671         * device/include/reg764.h,
1672         * device/include/regc515c.h,
1673         * device/include/sab80515.h: (re)moved these 12 files
1674         * device/include/mcs51/8051.h,
1675         * device/include/mcs51/8052.h,
1676         * device/include/mcs51/at89S8252.h,
1677         * device/include/mcs51/at89c55.h,
1678         * device/include/mcs51/at89x051.h,
1679         * device/include/mcs51/at89x51.h,
1680         * device/include/mcs51/at89x52.h,
1681         * device/include/mcs51/mcs51reg.h,
1682         * device/include/mcs51/reg51.h,
1683         * device/include/mcs51/reg764.h,
1684         * device/include/mcs51/regc515c.h,
1685         * device/include/mcs51/sab80515.h: and added them here
1686
1687 2005-04-06 Maarten Brock <sourceforge.brock AT dse.nl>
1688
1689         * device/include/stdarg.h: changed SDCC specific keywords to double
1690           underlined form.
1691         * device/include/stdint.h: changed intptr_t and uintptr_t for others than
1692           mcs51 and ds390.
1693         * device/include/hc08/mc68hc908gp32.h,
1694         * device/include/hc08/mc68hc908jb8.h,
1695         * device/include/hc08/mc68hc908jkjl.h,
1696         * device/include/hc08/mc68hc908qy.h: fixed comments
1697         * device/include/mcs51/README: updated
1698         * device/include/mcs51/c8051f120.h: added PINRSF
1699         * device/lib/pic16/libc/stdlib/crc16.c: fixed comments
1700         * src/pic16/pcode.c: MSVC6 doesn't accept declaring new variables
1701           amidst code. Also inline is not supported.
1702
1703 2005-04-06 Raphael Neider <rneider AT web.de>
1704
1705         * src/pic16/pcode.c (pic16_pCodeReplace): also update pcflow->end
1706         * (createDefmap): fixed CALLs to depend on FSR1 and RETLW to restore
1707           callers stack/frame pointers
1708
1709 2005-04-06 Vangelis Rokas <vrokas AT users.sourceforge.net>
1710
1711         * device/include/pic16/usart.h: added, missing in previous commit,
1712         * device/include/pic16/adc.h: fixed typo,
1713         * device/lib/pic16/libc/utils/cvtdec.S: added missing in previous
1714         commit,
1715         * device/lib/pic16/libc/stdlib/g_ftoa.S: modified to include
1716         <p18fxxx.inc>
1717         * device/lib/pic16/libc/stdio/streams.c: leave stdin, stdout
1718         uninitialized because a bug appears with gplink
1719         * device/lib/pic16/{some makefiles}: moved $(CSTD) from CFLAGS to
1720         COMPILE_FLAGS and added CPPFLAGS with -nostdinc because sdcpp
1721         complains for unrecognised option
1722
1723 2005-04-05 Raphael Neider <rneider AT web.de>
1724
1725         * src/pic16/gen.c (pic16_popCopyReg): made copying work for extended
1726           structs as well (using memcpy)
1727         * (genFunction): fixed comparison, used pCodeOpLabel to reduce warning
1728           on ISRs (GOTO has no label)
1729         * src/pic16/device.h: added OF_OPTIMIZE_DF
1730         * src/pic16/main.c: added compiler switch --optimize-df to enable the
1731           new data flow analysis/optimization
1732         * src/pic16/pcode.c: added (prototypes for and implementation of)
1733           dataflow analysis functions, fixed pCodeInstructions' inCond and
1734           outCond values, made RCALL a branch instruction
1735         * (pic16_unlinkpCode): keep C line if possible
1736         * (pic16_pCodeUnlink): removed cast on left side of assignment, have
1737           C line moved if possible
1738         * (pic16_getRegFrompCodeOp): NEW, improved version of...
1739         * (pic16_getRegFromInstruction,pic16_getRegFromInstruction2): changed
1740           to use new pic16_getRegFrompCodeOp (works for more SFRs)
1741         * (pic16_BuildFlow): fixed skip instructions with label (did not start
1742           new flow)
1743         * (pic16_getJumptabpCode): NEW, needed in...
1744         * (LinkFlow): fixed handling of jumptables, calls and conditional
1745           branches
1746         * (pic16_InsertCommentAfter): NEW
1747         * (pic16_pCodeReplace): made verbose and flow preserving
1748         * (AnalyzeFlow): added call to data flow analysis
1749         * src/pic16/pcode.h: added defmaps to pCodeFlow struct
1750         * src/pic16/pcodeflow.h: added PCC_STATUS to mean all STATUS bits
1751         * src/pic16/ralloc.c (packRegsForAssign): added return 1 in the end
1752
1753 2005-04-03 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
1754
1755         * src/SDCCast.c (decorateType): fixed bug #1105626
1756
1757 2005-04-02 Vangelis Rokas <vrokas AT users.sourceforge.net>
1758
1759         * device/include/asm/pic16/features.h,
1760         * pic18f*.h headers,
1761         * device/include/pic16/adc.h,
1762         * device/include/pic16/delay.h,
1763         * device/include/pic16/i2c.h,
1764         * device/include/pic16/malloc.h,
1765         * device/include/pic16/stdio.h,
1766         * device/include/pic16/stdlib.h,
1767         * device/include/pic16/string.h,
1768         * device/lib/pic16/libc/stdio/printf_tiny.c,
1769         * device/lib/pic16/libc/stdio/printf_small.c,
1770         * device/lib/pic16/libc/stdio/strmgpsim.c,
1771         * device/lib/pic16/libc/stdio/strmmssp.c,
1772         * device/lib/pic16/libc/stdio/strmusart.c,
1773         * device/lib/pic16/libc/stdio/vfprintf.c,
1774         * device/lib/pic16/libc/stdlib/ltoa.c,
1775         * device/lib/pic16/libc/stdlib/putchar.c,
1776         * device/lib/pic16/libc/stdlib/x_ftoa.c,
1777         * device/lib/pic16/libc/stdlib/memchrpgm.c,
1778         * device/lib/pic16/libc/stdlib/memchrram.c,
1779         * device/lib/pic16/libc/stdlib/memcpypgm2ram.c,
1780         * device/lib/pic16/libc/stdlib/memcpyram2ram.c,
1781         * device/lib/pic16/libio/adc/adcbusy.c,
1782         * device/lib/pic16/libio/adc/adcread.c,
1783         * device/lib/pic16/libio/adc/adcsetch.c,
1784         * device/lib/pic16/libio/usart/ubaud.c,
1785         * device/lib/pic16/libio/usart/ubusy.c,
1786         * device/lib/pic16/libio/usart/udrdy.c,
1787         * device/lib/pic16/libio/usart/uopen.c,
1788         * device/lib/pic16/libio/usart/uputc.c,
1789         * device/lib/pic16/libsdcc/gptr/gptrget1.c,
1790         * device/lib/pic16/libsdcc/gptr/gptrget2.c,
1791         * device/lib/pic16/libsdcc/gptr/gptrget3.c,
1792         * device/lib/pic16/libsdcc/gptr/gptrget4.c,
1793         * device/lib/pic16/libsdcc/gptr/gptrput1.c,
1794         * device/lib/pic16/libsdcc/gptr/gptrput2.c,
1795         * device/lib/pic16/libsdcc/gptr/gptrput3.c,
1796         * device/lib/pic16/libsdcc/gptr/gptrput4.c: modified all SDCC
1797         specific keywords to double underlined form,
1798         * device/lib/pic16/libc/Makefile.rules,
1799         * device/lib/pic16/libsdcc/Makefile.rules,
1800         * device/lib/pic16/libm/Makefile,
1801         * device/lib/pic16/libio/Makefile.rules: added CSTD macro in CFLAGS
1802         to compile with C standard set in Makefile.common
1803         * device/lib/pic16/libc/stdlib/Makefile: added new C sources
1804         rand.c and crc.c in compilation process,
1805         * device/lib/pic16/libsdcc/int/divuint.c,
1806         * device/lib/pic16/libsdcc/long/divulong.c: changed declaration of
1807         `c' from signed to unsigned,
1808         * device/lib/pic16/startup/crt0.c,
1809         * device/lib/pic16/startup/crt0i.c,
1810         * device/lib/pic16/startup/crt0iz.c: adopted to all SDCC specific
1811         keywords to double underlined form, bug fixes in _do_cinit function
1812         which prevented the correct initialization of the .idata segment,
1813         * src/pic16/pcoderegs.c (insideLRBlock): fixed a bug that caused the
1814         core to enter a infinite loop
1815         * device/lib/pic16/libc/stdlib/rand.c, crc.c: new files
1816
1817 2005-04-02 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
1818
1819         * src/SDCCicode.c (getArraySizePtr): fixed bug #1122171
1820
1821 2005-04-01 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
1822
1823         * device/include/Makefile.in: add support for hc08 subdirectory
1824         * device/include/hc08/: new subdirectory
1825         * device/include/hc08/mc68hc908jkjl.h: new header contributed by
1826         Lucas Loizaga, thanks!
1827         * device/include/hc08/mc68hc908qy.h,
1828         * device/include/hc08/mc68hc908gp32.h,
1829         * device/include/hc08/mc68hc908jb8.h: moved hc08 register defs to
1830         their own directory. Changed internal macro names to use the compiler
1831         reserved namespace. Changed SDCC specific keywords to double
1832         underlined form.
1833         * device/include/math.h,
1834         * device/include/malloc.h,
1835         * device/include/stdarg.h,
1836         * device/include/stdbool.h
1837         * device/include/string.h,
1838         * device/include/tinibios.h,
1839         * device/include/ds400rom.h,
1840         * device/include/8051.h,
1841         * device/include/8052.h,
1842         * device/include/80c51xa.h,
1843         * device/include/at89c55.h,
1844         * device/include/at89S8252.h,
1845         * device/include/at89x51.h,
1846         * device/include/at89x52.h,
1847         * device/include/ds80c390.h,
1848         * device/include/reg764.h,
1849         * device/include/regc515c.h,
1850         * device/include/sab80515.h,
1851         * device/include/mcs51/c8051f000.h,
1852         * device/include/mcs51/c8051f018.h,
1853         * device/include/mcs51/c8051f020.h,
1854         * device/include/mcs51/c8051f040.h,
1855         * device/include/mcs51/c8051f060.h,
1856         * device/include/mcs51/c8051f120.h,
1857         * device/include/mcs51/c8051f300.h,
1858         * device/include/mcs51/c8051f310.h,
1859         * device/include/mcs51/c8051f320.h,
1860         * device/include/mcs51/c8051f330.h,
1861         * device/include/mcs51/c8051f350.h,
1862         * device/include/z180.h: Changed SDCC specific keywords to double
1863         underlined form.
1864
1865 2005-03-31 Vangelis Rokas <vrokas AT users.sourceforge.net>
1866
1867         * src/pic16/device.c (Pics16[]): added devices 18F2550, 18F4331,
1868         18F4455,
1869         * (pic16_assignConfigWordValue): disable testing of configuration
1870         register value with config mask,
1871         * src/pic16/gen.c (pic16_testStackOverflow): prefix stack test
1872         function with port->fun_prefix,
1873         * (genFunction): when generating a naked interrupt function never
1874         create an absolute segment placed in interrupt vector address, place
1875         the actual interrupt function at IVA instead, when an interrupt
1876         function is generated with unspecified interrupt then do not create
1877         the absolute section,
1878         * (genGenPointerGet, genGenPointerSet, genPackBits): replace all
1879         code for generating a call to generic pointer get/put function with
1880         a call to function pic16_callGenericPointer(),
1881         * src/pic16/genutils.c (pic16_callGenericPointerRW): NEW, generates
1882         the call to the generic pointer get/put functions with prefixing the
1883         function name with port->fun_prefix,
1884         * src/pic16/glue.c (pic16glue): ifdef-out test of OF_LR_SUPPORT,
1885         * src/pic16/main.c (_process_pragma): prefix function with
1886         port->fun_prefix,
1887         * (_pic16_finaliseOptions): define macro __18Fxxxx macro when
1888         calling assembler, old 18Fxxxx macro is deprecated,
1889         * src/pic16/pcode.c (unlinkpCodeFromBranch): added PC_INLINE and
1890         PC_ASMDIR in while condition,
1891         * (findInstruction): add PC_ASMDIR in while condition,
1892         * (buildCallTree): prefix main with port->fun_prefix,
1893         * (pic16_pCode2str): fixed bug that didn't emit the memory access
1894         identifier for variable with banked access in instructions BTFSS,
1895         BTFSC, BCF, BSF, BTG
1896         * (AnalyzeFlow): moved call to OptimizepCode to pic16_AnalyzeBanking,
1897         * src/pic16/pcodepeep.c (pCodeOpCompare): increase size of b to 1024,
1898         * src/pic16/pcoderegs.c (pic16_pCodeRegoptimizeRegUsage): don't
1899         perform optimization when enviroment variable NO_REG_OPT is set,
1900         * (insideLRBlock): NEW, return 1 if register is inside an
1901         INF_LOCALREGS block,
1902         * (RemoveRegFromLRBlock): remove a register that is completely
1903         eliminated by register optimization, but it is still left in local
1904         register store/restore in/from stack block,
1905         * (Remove2pcodes): after removing register, check to see if it
1906         should be removed from local register store/restore in/from stack
1907         block,
1908         * src/pic16/ralloc.c (pic16_decodeOp): added decode for
1909         DUMMY_READ_VOLATILE,
1910
1911         * device/include/pic16/adc.h: minor prototype modifications and
1912         update,
1913         * device/include/pic16/malloc.h: added GPL notice various
1914         modifications,
1915         * device/include/pic16/stdint.h: NEW, standard header for ints
1916         * device/include/pic16/delay.h: NEW, header for delay functions,
1917         delay10tcy, delay100tcy, delay1ktcy, delay10ktcy, delay100ktcy,
1918         delay1mtcy,
1919         * device/include/pic16/signal.h: NEW, header providing helper macros
1920         for implementing signal handlers,
1921         * device/include/pic16/stdio.h: added prototypes for functions,
1922         printf, vprintf, sprintf, vsprintf, fprintf, vfprintf. Added
1923         prototypes for stdin and stdout, added macro PUTCHAR to
1924         automatically implement putchar function prototype,
1925         * device/include/pic16/usart.h: modified and updated USART library,
1926         * device/lib/pic16/libio/adc/,
1927         * device/lib/pic16/libio/i2c: some modifications to improve library
1928         performance,
1929         * device/lib/pic16/libc/stdio/: modifications for the new printf*
1930         family of functions,
1931         * device/lib/pic16/libc/stdlib/: various modifications in the malloc
1932         family of functions and other sources,
1933         * device/lib/pic16/libio/usart/: NEW, c sources for the usart module
1934         of the PIC18Fxx[28] devices,
1935         * device/lib/pic16/libc/delay/: NEW, c sources for the delay functions,
1936         * device/lib/pic16/libc/utils/: minor modifications in the .S sources,
1937         * device/lib/pic16/startup/{crt0i.c, crt0iz.c}: redesign of the
1938         _do_cinit function, because the previous failed when local variables
1939         where not placed in the same memory bank,
1940         * device/lib/pic16/libsdcc/char/: various modifications to improve
1941         library performance,
1942         * doc/sdccman.lyx: some reorganization of the PIC16 part, added many
1943         information on the new functions of the c library and more...
1944
1945 2005-03-28 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
1946
1947         * src/SDCCBBlock.c (iCodeBreakDown): fixed bug #1170212
1948
1949 2005-03-26 Raphael Neider <rneider AT web.de>
1950
1951         * src/pic16/gen.c (genSkipc): fixed semantics (execute branch
1952           if condition == CARRY)
1953         * (genCmp): adapted to new genSkipc semantics
1954         * src/pic16/genutils.c (pic6_genCmp_special): removed side effect
1955           on rIfx (genCmp was broken)
1956
1957 2005-03-26 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
1958
1959         * src/SDCCmain.c (setDefaultOptions, optionsTable[], parseCmdLine),
1960         * src/z80/main.c (_keywords[]),
1961         * src/SDCCglobal.h (struct options),
1962         * src/SDCC.y,
1963         * src/SDCC.lex (isTargetKeyword, doPragma, pragma_tbl[]): new pragmas
1964         to enable/disable SDCC and C99 extensions/keywords (std_c89, std_sdcc89,
1965         std_c99, std_sdcc99). Also, equivalent command line options (--std-c89,
1966         --std-sdcc89, --std-c99, --std-sdcc99). SDCC specific keywords are
1967         always available in leading double underscore form. The C99 support is
1968         mostly missing, but it's a start.
1969         * support/regression/tests/bug-227710.c: fixed nonconforming use of
1970         reserved identifier "__data".
1971
1972 2005-03-24 Maarten Brock <sourceforge.brock AT dse.nl>
1973
1974         * src/mcs51/peeph.def: fixed bug 1170013
1975
1976 2005-03-22 Maarten Brock <sourceforge.brock AT dse.nl>
1977
1978         * device/include/mcs51reg.h: fixed bug 842007
1979
1980 2005-03-21 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
1981
1982         * src/SDCCcflow.c (dfNumCompare): committed the wrong version of this
1983         last time.
1984
1985 2005-03-20 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
1986
1987         * src/port.h (struct PORT),
1988         * src/avr/ralloc.c (avr_assignRegisters),
1989         * src/avr/main.c,
1990         * src/ds390/ralloc.c (ds390_assignRegisters),
1991         * src/ds390/main.c,
1992         * src/hc08/ralloc.c (hc08_assignRegisters),
1993         * src/hc08/main.c,
1994         * src/mcs51/ralloc.c (mcs51_assignRegisters),
1995         * src/mcs51/main.c,
1996         * src/pic/ralloc.c (pic14_assignRegisters),
1997         * src/pic/main.c,
1998         * src/pic16/ralloc.c (pic16_assignRegisters),
1999         * src/pic16/main.c,
2000         * src/xa51/ralloc.c (xa51_assignRegisters),
2001         * src/xa51/main.c,
2002         * src/z80/ralloc.c (z80_assignRegisters),
2003         * src/z80/ralloc.h,
2004         * src/SDCCopt.c (eBBlockFromiCode, replaceRegEqv, killDeadCode),
2005         * src/SDCCcse.c (ifxOptimize, cseBBlock, cseAllBlocks),
2006         * src/SDCCcse.h,
2007         * src/SDCCdflow.c (computeDataFlow),
2008         * src/SDCCdflow.h,
2009         * src/SDCCloop.c (addDefInExprs, loopInvariants, loopOptimizations),
2010         * src/SDCCloop.h,
2011         * src/SDCCcflow.c (*),
2012         * src/SDCCcflow.h,
2013         * src/SDCCBBlock.c (iCodeBreakDown, dumpEbbsToFileExt, eBBWithEntryLabel),
2014         * src/SDCCBBlock.h (struct ebbIndex): new struct that keeps two copies
2015         of the eBBlock list, sorted by both bbnum and dfnum. (fixes bug with
2016         immedDom() returning wrong block; probably fixes bug #1160833)
2017
2018 2005-03-20 Borut Razem <borut.razem AT siol.net>
2019
2020         * support/scripts/inc2h.pl: WIN32 port
2021
2022 2005-03-19 Maarten Brock <sourceforge.brock AT dse.nl>
2023
2024         * device/lib/makefile.in: added abs.c and labs.c
2025
2026 2005-03-17 Maarten Brock <sourceforge.brock AT dse.nl>
2027
2028         * device/include/stdint.h: added
2029         * device/lib/abs.c: added
2030         * device/lib/labs.c: added
2031         * device/include/stdlib.h: added abs() and labs() prototypes
2032         * device/lib/libsdcc.lib: added abs and labs
2033         * device/include/float.h,
2034         * device/lib/_fsmul.c,
2035         * device/lib/printf_fast.c,
2036         * device/lib/printf_tiny.c: updated comments
2037
2038 2005-03-16 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
2039
2040         * src/SDCCicode.c (geniCodeSwitch, geniCodeJumpTable): fixed
2041         bug #1164313
2042
2043 2005-03-16 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
2044
2045         * src/SDCCcse.c (cseBBlock): retain assignment to self when volatile
2046         * src/SDCCast.c (isLoopCountable): fixed bug #1161985
2047
2048 2005-03-15 Maarten Brock <sourceforge.brock AT dse.nl>
2049
2050         * device/lib/printf_large.c: removed inline assembly for portability and
2051           readability. Use printf_fast if speed or size are more important.
2052         * src/pic16/gen.c: removed conditions around use of DEBUGpc
2053         * src/pic16/genutils.h: added define for DEBUGpc for MSVC
2054
2055 2005-03-15 Vangelis Rokas <vrokas AT users.sourceforge.net>
2056
2057         * src/pic16/genutils.c (pic16_genCmp_special): initialized offs to
2058         prevent compiler warning
2059
2060 2005-03-14 Vangelis Rokas <vrokas AT users.sourceforge.net>
2061
2062         * device/lib/pic16/startup/crt0i.c (_cinit): local variables where
2063         moved to level 0 and declared as static. Also they are explicit
2064         placed in access bank. This was necessery because some times they
2065         might cross memory bank boundaries. crt0iz.c is *NOT* updated!!!
2066         * src/pic16/device.h: added flag OPTIMIZE_CMP to enable some compare
2067         optimizations. Currently only compare to unsigned char is implemented,
2068         * src/pic16/gen.c: added fReturnIdx array,
2069         * (struct resolvedIfx) is moved to gen.h and made public,
2070         * (struct _G): added sregsAlloc and sregsAllocSet fields,
2071         * (aopForSym): added an optimization to directly store in stack of
2072         the operand of a SEND iCode,
2073         * (pic16_aopOp): don't return return registers as strings (AOP_STR)
2074         but as registers instead (AOP_REG) using the fReturnIdx array,
2075         * (pic16_freeAsmop): remove the freed register from the
2076         _G.sregsAlloc field,
2077         * (pic16_aopGet): in case AOP_STR, the compare to 'a' is changed to
2078         a compare of 'WREG',
2079         * (pic16_popGetTempRegCond): changed function prototype, now
2080         function takes also a bitVector argument v which holds the current
2081         set of registers that are allocated for stack access by aopForSym,
2082         registers allocated in aopForSym for accessing stack symbols are not
2083         any more part of the functions usedRegs field,
2084         * (genCall): some times aopOp is called for a stack variable to be
2085         send, aopForSym might perform the push, if this is true make sure
2086         that genCall doesn't push the variable twice by testing _G.resDirect,
2087         * (genFunction): changed testing for unspecified interrupt number
2088         from 256 to INTNO_UNSPEC,
2089         * modified selection scheme of frame pointer generation. Previously
2090         if function did use local registers a frame pointer was generated,
2091         now a frame pointer is generated only if function has arguments
2092         (that need PLUSW2 register access), or has stack arguments, or the
2093         compiler is not instructed to omit the frame pointer,
2094         * (genEndFunction): before restoring local registers that were saved
2095         in the function preamble, also restore the registers that *might*
2096         have been allocated for stack access,
2097         * (genRet): removed some old comments,
2098         * (genCmp, the active (RN's) version): added a call to the
2099         pic16_genCmp_special function to perform the compare with a more
2100         robust and optimized way,
2101         * (genInline): a feature has been added in inline code generation,
2102         which allows a wildcard variable substitution when writing inline
2103         assembly. Code is incomplete and experimental therefore undocumented,
2104         * (genCast): changed order of aopOp for result and right to allow
2105         aopForSym to directly load the result if possible,
2106         * src/pic16/genutils.c (selectCompareOp, pic16_genCmp_special): NEW,
2107         perform an optimized compare on some selected special occasions,
2108         * src/pic16/genutils.h: declaration of resolvedIfx structure from gen.c,
2109         * src/pic16/glue.c (pic16createInterrupVect): make sure we never
2110         generate an IVT any more,
2111         * src/pic16/main.c (pic16_optionsTable): added command line option
2112         --optimize-cmp,
2113         * (_pic16_initPaths): when calling C preprocessor define pic18fXXXX
2114         macro too, when calling assembler define pic18fXXXX *and* __18Fxxxx
2115         macros,
2116         * src/pic16/NOTES: Raphael Neider added in list of active developers
2117         * src/pic16/pcode.c (OPT_TYPE_STR): added strings jumptable_begin and
2118         jumptable_end to prevent bug #,
2119         * (pic16_pciADDWFC, ADDFWC, COMF, CLRF): added some missing flags in
2120         inCond and outCond fields,
2121         * src/pic16/pcoderegs.c (pCodeOptime2pCodes): add a fix for bug #,
2122         * src/pic16/ralloc.c (serialRegAssign): explicit set willCS to 0 to
2123         turn off register spilling,
2124         * (packRegsForOneUse): synced with other ports' versions although it
2125         is not used currently,
2126         * (pic16_packRegisters): added an optimization while reading
2127         structure bitfields, some registers may be saved (malloc code is
2128         decreased by 80 bytes)
2129
2130 2005-03-12 Vangelis Rokas <vrokas AT users.sourceforge.net>
2131
2132         * src/SDCCcse.c (cseBBlock): inside 'do operand lookup' loop test if
2133         left is a bitfield, if yes, then don't optimize assignment. Perhaps
2134         this can be optimized more?
2135
2136 2005-03-10 Raphael Neider <rneider AT web.de>
2137
2138         * src/pic16/gen.c (pic16_loadFSR0, genPackBits, genUnpackBits,
2139           genNearPointerGet): (hopefully) fixed access to bitfields via
2140           pointers (p->bitN = x; and x = p->bitN; failed)
2141
2142 2005-03-09 Paul Stoffregen <paul AT pjrc.com>
2143
2144         * device/lib/printf_fast.c: fix leading zero format, eg "%02d"
2145
2146 2005-03-09 Raphael Neider <rneider AT web.de>
2147
2148         * src/SDCCopt.c (killDeadCode): fixed bug #1156016
2149
2150 2005-03-06 Maarten Brock <sourceforge.brock AT dse.nl>
2151
2152         * src/SDCCicode.h: moved CRITICAL and ENDCRITICAL from SKIP_IC2 to SKIP_IC
2153         * src/mcs51/ralloc.c (willCauseSpill): added check for REG_BIT type,
2154           (regTypeNum): set REG_BIT type if necessary
2155         * src/mcs51/ralloc.h: added define REG_BIT, used to fix bug 1144613
2156         * support/regression/tests/critical.c: check bug 1144613
2157
2158 2005-03-02 Raphael Neider <rneider AT web.de>
2159
2160         * src/pic16/gen.c (genRightShiftLiteral): fixed bug #1154256
2161
2162 2005-02-26 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
2163
2164         * src/avr/ralloc.c (serialRegAssign),
2165         * src/ds390/ralloc.c (serialRegAssign),
2166         * src/hc08/ralloc.c (serialRegAssign),
2167         * src/mcs51/ralloc.c (serialRegAssign),
2168         * src/pic/ralloc.c (serialRegAssign),
2169         * src/pic16/ralloc.c (serialRegAssign),
2170         * src/xa51/ralloc.c (serialRegAssign),
2171         * src/z80/ralloc.c (serialRegAssign): fixed bug #1105154
2172
2173 2005-02-22 Maarten Brock <sourceforge.brock AT dse.nl>
2174
2175         * src/SDCCast.c (decorateType): fixed bug 1124787
2176
2177 2005-02-20 Hubert Sack <sack AT digiplan.de>
2178         committed by Frieder Ferlemann <Frieder.Ferlemann AT web.de>
2179
2180         * src/mcs51/peeph.def: added peepholes 3.h-k and 132.a-f from
2181         patch #1121755
2182
2183 2005-02-20 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
2184
2185         * src/SDCCpeeph.def: new keyword "labelRefCountChange" which allows peepholes
2186         to keep the correct label reference count when adding/removing references
2187         to labels. A peephole file using this is appended to patch #1144962.
2188
2189 2005-02-14 Raphael Neider <rneider AT web.de>
2190
2191         * device/lib/pic16/libc/string/memccpy.c: changed 3rd argument to char
2192         * src/SDCC.lex (process_pragma): fixed to make disable_warning work for PIC16
2193         * src/pic16/gen.c (aopForSym, calls to pic16_aopOp): prevent unneccessary
2194           retrievals of result operand's value on assignment
2195
2196 2005-02-13 Vangelis Rokas <vrokas AT otenet.gr>
2197
2198         * device/include/pic16/string.h: modified prototype for memccpy()
2199         to memccpy(void *, void *, char, size_t)
2200         * src/pic16/gen.c (genFunction, genEndFunction): reenable if-case to
2201         check whether to omit frame pointer or not,
2202         * (genInline): convert all occurences of "\n" to LF in inline
2203         assembler blocks, this helps formatting the inline text,
2204         * (pic16_loadFSR0): modified prototype,
2205         * (genNearPointerGet, genNearPointerSet): reorganization of code,
2206         removed some 8051 legacy code,
2207         * (genPackBits): enabled handling bitfields exceeding one byte in size,
2208         * src/pic16/ralloc.c (pic16_assignRegisters): clear dynrIdx variable
2209         before allocating temporary registers in functions,
2210
2211 2005-02-11 Maarten Brock <sourceforge.brock AT dse.nl>
2212
2213         * support/regression/tests/bitvars.c: corrected the "fix"
2214
2215 2005-02-10 Maarten Brock <sourceforge.brock AT dse.nl>
2216
2217         * support/regression/tests/bitvars.c,
2218         * support/regression/tests/bitwise.c,
2219         * support/regression/tests/rotate.c: "fixed" problems on Alpha
2220
2221 2005-02-10 Raphael Neider <rneider AT web.de>
2222
2223         * src/pic16/pcode.c (assignToSameBank) : fixed cast to pointer of
2224           different size for Alpha
2225         * src/pic16/gen.c (genCmpEq) : improved compare with 0
2226
2227 2005-02-09 Raphael Neider <rneider AT web.de>
2228
2229         * src/SDCC.lex(doPragma) : save and restore warning options as well
2230           (also added new stack plus clone- and copyAndFreeSDCCERRG())
2231         * have #pragma less_pedantic set the errorlevel to WARNING
2232           (fixes #1117001)
2233         * (cloneOptimize) : fixed wrong malloc's size
2234         * support/Util/SDCCerr.[ch] : made SDCCERRG globally accessible to
2235           facilitate correct handling of #pragma (save|restore)
2236
2237 2005-02-09 Maarten Brock <sourceforge.brock AT dse.nl>
2238
2239         * src/mcs51/gen.c: removed non-standard C nameless struct/union
2240
2241 2005-02-04 Slade Rich <slade_rich AT users.sourceforge.net>
2242
2243         * src/pic/gen.c : Fix for bugs #1080519 & #1115662.
2244
2245 2005-02-03 Maarten Brock <sourceforge.brock AT dse.nl>
2246
2247         * device/include/mcs51/c8051f120.h: added declarations for sbit port 2,3&4
2248
2249 2005-02-02 Raphael Neider <rneider AT web.de>
2250
2251         * src/SDCCast.c (processParms): disabled W_NONRENT_ARGS for pic16 port
2252         * src/pic16/gen.c (aopForSym): reenabled special case for function pointers
2253         * (pic16_storeForReturn): fixed to allow returning function pointers
2254         * (genPackBits): improved accessing full bytes, implemented for GPOINTERs
2255         * device/include/pic16/{stddef.h,stdbool.h}: added
2256
2257 2005-02-02 Maarten Brock <sourceforge.brock AT dse.nl>
2258
2259         * device/include/mcs51/c8051f040.h: added define CPT2_PAGE
2260
2261 2005-02-01 Slade Rich <slade_rich AT users.sourceforge.net>
2262
2263         * src/pic16/pic16.dsp : Added file graph.c to make it compile under windows
2264         * src/pic16/Makefile.bcc : Do not use this file but added file graph.c as it
2265          appeared to be required
2266
2267 2005-01-31 Borut Razem <borut.razem AT siol.net>
2268
2269         * support/scripts/sdcc.nsi: added include/asm/ds390, include/asm/mcs51,
2270           include/mcs51 and include/z80 directories to the package
2271
2272 2005-01-26 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
2273
2274         * src/hc08/gen.c (genFunction): fixed bug #1112752
2275
2276 2005-01-30 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
2277
2278         * src/mcs51/peeph.def: adapted peephole 258.x to changed gen.c (genAnd)
2279
2280 2005-01-29 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
2281
2282         * src/mcs51/gen.c (genAnd): accessing LSB/MSB by rotating acc
2283
2284 2005-01-29 Maarten Brock <sourceforge.brock AT dse.nl>
2285
2286         * device/include/Makefile.in: create/copy mcs51 and z80 include subdirs
2287
2288 2005-01-27 Maarten Brock <sourceforge.brock AT dse.nl>
2289
2290         * device/include/c8051fxxx.h: removed these 6 files
2291         * device/include/mcs51/c8051fxxx.h: added these 11 new files
2292
2293 2005-01-26 Raphael Neider <rneider AT web.de>
2294
2295         * src/pic16/gen.c (genAssign): fixed assignment from longs
2296           in codespace (were cut to three bytes)
2297         * (genDummyRead): implemented (except for CODESPACE...),
2298           fixed bug #1108575
2299         * src/pic16/glue.c (emitStatistics): beautified
2300         * device/lib/pic16/libm/Makefile: added include path
2301
2302 2005-01-26 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
2303
2304         * src/z80/gen.c (aopPut): fixed bug #1103902
2305
2306 2005-01-25 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
2307
2308         * device/lib/expf.c: fixed bug #1095792
2309
2310 2005-01-24 Vangelis Rokas <vrokas AT otenet.gr>
2311
2312         * device/lib/pic16/libm: added Math library sources
2313
2314 2005-01-24 Raphael Neider <rneider AT web.de>
2315
2316         * src/pic16/pcode.h: added second memory operand to pCodeOpReg
2317           to enable upcast to pCodeOpReg2 (there is no type tag to
2318           differenciate the two and pic16_popGet2p cast into PCOR2)
2319         * src/pic16/main.c (_process_pragma): fixed another malloc bug
2320           (sizeof(sectNames) changed to sizeof(sectName))
2321           Both patches fix segfaults under MinGW.
2322
2323 2005-01-23 Raphael Neider <rneider AT web.de>
2324
2325         * src/pic16/{device.c,pcode.c}: s/free/Safe_free/g for
2326           Safe_[mc]?alloc()'ed variables
2327         * src/pic16/gen.c (pic16_aopOp,pic16_popGet): added handling
2328           of (byte sized) temporaries (assign them to WREG for now)
2329         * src/pic16/main.c (_process_pragma): fixed nasty malloc bug
2330           (used sizeof(set *sectSyms) instead of sizeof(struct sectSym)),
2331           this might fix SIGSEGVs on MinGW...
2332         * src/SDCCopt.c (killDeadCode): restored original behaviour
2333           (volatile operands might get thrown away though)
2334
2335 2005-01-23 Vangelis Rokas <vrokas AT otenet.gr>
2336
2337         * src/pic16/gen.c: fixed bug #1106975,
2338         * src/pic16/gen.c: fixed possible bug #1102572, now during TOS
2339         pointer update, INTCON is saved, global interrupts are disabled and
2340         restored after updateing TOS.
2341         * src/SDCC.y, src/SDCC.lex, src/SDCCsymt.c, src/SDCCsymt.h:
2342         * added function attribute 'shadowregs' to take advantage of shadow
2343         registers,
2344         * added function attribute 'wparam' as an alternative to the wparam
2345         pragma,
2346         * support/Utils/SDCCerr.[ch]: added error E_SHADOWREGS_NO_ISR when
2347         user declares a non-ISR function as 'shadowregs',
2348         * doc/sdccman.lyx: updated to reflect recent changes of pic16 port
2349
2350 2005-01-22 Vangelis Rokas <vrokas AT otenet.gr>
2351
2352         * .version: bumped version number to 2.4.8
2353         * device/lib/pic16/pics.all: list of PIC18F devices supported by
2354         pic16 port,
2355         * device/lib/pic16/libio/i2c/: I2C module support library,
2356         * device/include/pic16/i2c.h: I2C support library header,
2357         * device/lib/pic16/libc/stdio/: standard IO support sources,
2358         * (printf_small.c): printf_small() source, supports float print,
2359         * (printf_tiny.c): printf_tiny() source, does not support floats,
2360         * device/lib/pic16/Makefile.common.in: added OPT_FLAGS macro to
2361         enable global optimizations for entire library source, other
2362         Makefiles in the source tree are also modified to reflect this,
2363         * device/lib/pic16/libc/stdlib/putchar.c (putchar): dummy putchar()
2364         function,
2365         * doc/sdccman.lyx: updated to reflect new changes,
2366         * src/pic16/gen.c (aopForSym): don't handle sym->iaccess in
2367         sym->onStack if-case,
2368         * src/pic16/main.c (_pic16_keywords): commented out keywords bit,
2369         sbit, idata, _idata, xdata, _xdata,
2370         * added pragma library, to link an external library, (see doc),
2371         * removed command line options, --pomit-config-words, --pomit-ivt,
2372         --pleave-reset-vector,
2373         * (pic16_finaliseOptions): when define macro SDCC_MODEL_{SMALL/LARGE}
2374         when calling assembler to reflect memory model used, also define
2375         macro STACK_MODEL_{SMALL/LARGE} when compiling and assembling to
2376         reflect stack model used,
2377         * src/pic16/ralloc.c (pic16_allocDirReg): when operand is allocated
2378         on stack return NULL,
2379
2380 2005-01-22 Daniel Winkler <post AT danielwinkler.de>
2381
2382         * src/SDCCopt.c (killDeadCode): do not throw iCodes away if one
2383           of the operands is volatile. Fixes #1020220
2384
2385 2005-01-22 Daniel Winkler <post AT danielwinkler.de>
2386
2387         * src/pic16/pcoderegs.c (pCodeOptime2pCodes): reenabled optimization
2388         * (OptimizeRegUsage): make sure that there is really no other flow where
2389           the first pCode is used
2390
2391 2005-01-22 Raphael Neider <rneider AT web.de>
2392
2393         * src/pic16/pcoderegs.c (pCodeOptime2pCodes): disabled optimization
2394           to fix #1106967 (pCode->seq are not set up correctly)
2395
2396 2005-01-22 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
2397
2398         * src/SDCCglue.c (glue): make sure code area is declared before the
2399         static initialization area.
2400
2401 2005-01-21 Raphael Neider <rneider AT web.de>
2402
2403         * device/lib/Makefile.in: fixed test for pic16 install dir
2404         * device/lib/pic16/*/Makefile*: modified compile flags to enable
2405           optimizations
2406         * doc/sdccman.lyx: updated banksel optimization, removed --flr-support and
2407           added --optimize-goto compiler switch and pragma wparam documentation
2408         * src/pic16/pcode.c (pic16_OptimizeBanksel): removed statistics dump
2409         * src/pic16/pcodepeep.c (pic16_pCodeOpCopy): fixed copying of WREG, PRODL
2410           and PRODH closing bug #1071770 (peephole optimizer)
2411
2412 2005-01-19 Raphael Neider <rneider AT web.de>
2413
2414         * src/SDCCglobl.h: ensure that PATH_MAX >= 2048 to guarantee
2415           cmdLine buffers (used when calling sdcpp...) are large enough
2416           (MAX_PATH=256 truncates arguments leading to system halts when
2417           used in MinGW...)
2418         * src/pic16/gen.c (pic16_sameRegs): relaxed size criterion
2419         * (genUminus): rewritten to for efficiency
2420         * (genNearPointer[GS]et): enforce reloading of FSR0 (was still
2421           used uninitialized in some cases)
2422         * (genCast): upcasting a 16bit int to a 24bit GPOINTER may not
2423           copy the third byte from the int -- now assumes 0x80 (data memory)
2424         * src/pic16/genarith.c (pic16_genPlus): fixed bug when swapping
2425           operands (genAddLit expects the iCode's operands to swapped as
2426           well), fixed leftover bytes (crashed for short left operands)
2427         * (pic16_genMinusDec): performance improvements, removed false
2428           PIC14 emitSKPNCs
2429         * (pic16_genMinus): fixed to cope with differently sized operands
2430         * src/pic16/glue.c (pic16_glue): added new banksel optimization
2431           for --obanksel > 1
2432         * src/pic16/pcode.c: implemented (first phase of) banksel optimization
2433         * src/pic16/graph.[ch]: implementation of directed graphs, used by
2434           new banksel optimization
2435         * src/pic16/pcoderegs.c (pCodeRegMapLiveRangesInFlow): prevented
2436           analysis for temporary registers (segfaults...)
2437         * src/pic16/peeph.def: added rule
2438
2439 2005-01-18 Vangelis Rokas <vrokas AT otenet.gr>
2440
2441         * device/lib/pic16/libc/stdlib/x_ftoa.c: it defines x_ftoa function
2442         which converts a float number to its ASCII representation
2443         * device/lib/pic16/libc/utils/cnvfrac.S,cnvint.S: support
2444         functions to convert the fractional and integer part of a float to ASCII,
2445         * device/lib/pic16/libc/stdlib/(calloc.c,free.c, malloc.c,
2446         realloc.c): added _MALLOC_SPEC to explicit place variables in data
2447         ram
2448         * device/include/asm/pic16/features.h: added _CODE, _DATA, _AUTOMEM,
2449         _STATMEM macros,
2450         * device/include/pic16/adc.h: added GPL info,
2451         * src/pic16/gen.c (genIfxpCOpJump): perform an genIfxJump but using
2452         a pCodeOp as tested operand,
2453         * (genNearPointerGet): optimized bit testing, does not use
2454         intermediate register for bit value, test directly instead with
2455         BTFSS, BTFSC, works only for single bits,
2456         * (genpic16Code): dump the name of the iCode in the asm,
2457         * src/pic16/ralloc.c (decodeOp): removed static declaration and
2458         renamed to pic16_decodeOp,
2459         * (serialRegAssign): do not allocate a temporary register for iCode
2460         sequences that test a single bit for 1/0
2461
2462 2005-01-12 Vangelis Rokas <vrokas AT otenet.gr>
2463
2464         * src/pic16/pcode.[ch]: introduced pic16_stackpnt_*,
2465         pic16_framepnt_*, pic16_stack_*, pic1_frame_* pointer variables to
2466         access stack and frame pointers. They are initially assigned to
2467         point at pic16_pc_fsr1[lh] and pic16_pc_fsr2[lh] variables and other
2468         accessing SFRs. Updated all occurences of modification of stack or
2469         frame pointer in gen.c and pcode.c,
2470         * src/pic16/ralloc.c (serialRegAssign): fixed two bugs with
2471         assigning of a literal value to pointers,
2472         * src/pic16/main.c (pic16_finiliseOptions): set pre-processor define
2473         flag STACK_MODEL_SMALL or STACK_MODEL_LARGE according to the model
2474         selected
2475
2476 2005-01-11 Vangelis Rokas <vrokas AT otenet.gr>
2477
2478         * doc/sdccman.lyx: update documentation about stack pragma, added
2479         some info for stack memory models
2480
2481 2005-01-08 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
2482
2483         * src/pic16/gen.c (DEBUGpc): MSVC 6 does not support macro variable arguments
2484
2485 2005-01-08 Raphael Neider <rneider AT web.de>
2486
2487         * src/pic16/device.c (pic16_dump_usection): changed naming scheme for
2488           udata sections to fix bug #1097823
2489
2490 2005-01-05 Raphael Neider <rneider AT web.de>
2491
2492         * src/pic16/gen.c (genGenericShift): added handling of differently
2493           sized left operand and result
2494
2495 2005-01-04 Raphael Neider <rneider AT web.de>
2496
2497         * src/pic16/gen.c (genIfxJump): fixed inverted skips on CARRY
2498         * (genIfx): fixed (?) read from uninitialized SPIL_LOC (now assumes CARRY
2499           to hold the condition bit)
2500         * added new version of genCmp (old code available via #define)
2501         * added new version of genShiftLeft/genShiftRight in a generic
2502           way, now supports shifting by negative values
2503         * (genLeftShiftLiteral, genRightShiftLiteral): use absolute value of
2504           shiftCount (expected by genGenericShift)
2505         * src/pic16/genarith.c (genPlus): added code for adding CARRY+literal
2506         * src/pic16/pcode.c (pic16_OptimizeJumps): removed annoying statistics
2507           dump
2508         * (pic16_newpCodeOpLit): changed to cast to unsigned char (as e.g. -32766
2509           is an invalid literal too...)
2510
2511 2005-01-04 Vangelis Rokas <vrokas AT otenet.gr>
2512
2513         * src/pic16/gen.c (aopForSym, genEndFunction): applied some fixes
2514         from Raphael Neider,
2515         * src/pic16/pcode.c (pic16_newpCodeOpLit): removed casting to char
2516         for 8-bit literals. This fixes some literal operands which are sign
2517         extended to 16-bits ints when instruction needs only 8-bits.
2518
2519 2004-12-31 Paul Stoffregen <paul AT pjrc.com>
2520
2521         * device/lib/logf.c: added mcs51 assembly version
2522         * device/lib/expf.c: added mcs51 assembly version
2523         * device/lib/_logexpf.c: new shared asm code for expf and logf
2524         * device/include/math.h: add defines for assembly math library
2525         * device/lib/Makefile.in: build new _logexpf.c
2526         * device/lib/libfloat.lib: use new _logexpf.c
2527
2528 2004-12-29 Slade Rich <slade_rich AT users.sourceforge.net>
2529
2530         * src/pic/device.c
2531         * src/pic/pcode.c : adjusted internal stack and pre-allocated registers for
2532           device types which have less than 0x7f registers.
2533
2534 2004-12-29 Slade Rich <slade_rich AT users.sourceforge.net>
2535
2536         * src/pic/genarith.c : Fixed problem with subtraction where the result would not be updated when borrowing.
2537
2538 2004-12-28 Paul Stoffregen <paul AT pjrc.com>
2539
2540         * device/lib/printf_fast.c: only build on supported arch.
2541         * device/lib/printf_tiny.c: only build on supported arch.
2542         * device/lib/printf_fast_f.c: only build if asm float lib
2543         * device/lib/_fsget1arg.c: only build if asm float lib
2544         * device/lib/_fsget2args.c: only build if asm float lib
2545         * device/lib/_fsnormalize.c: only build if asm float lib
2546         * device/lib/_fsreturnval.c: only build if asm float lib
2547         * device/lib/_fsrshift.c: only build if asm float lib
2548         * device/lib/_fsswapargs.c: only build if asm float lib
2549         * device/include/stdio.h: don't provide print_fast,
2550           print_fast_f, print_tiny prototypes if --xstack used
2551
2552 2004-12-28 Maarten Brock <sourceforge.brock AT dse.nl>
2553
2554         * device/lib/sincosf.c (sincosf): don't invert bit/bool by ~
2555         * support/regression/ports/mcs51-stack-auto/spec.mk: added new _fs.. files
2556           to the SOURCES
2557
2558 2004-12-28 Paul Stoffregen <paul AT pjrc.com>
2559
2560         * device/lib/printf_fast_f.c: same as printf_fast, but
2561           with floating point enabled
2562         * device/lib/printf_fast.c: minor tweaks
2563         * device/include/stdio.h: add printf_fast_f
2564
2565 2004-12-27 Paul Stoffregen <paul AT pjrc.com>
2566
2567         * src/SDCCmain.c: make --float-reent default for mcs51
2568         * device/lib/_fsadd.c: added mcs51 assembly version
2569         * device/lib/_fssub.c: added mcs51 assembly version
2570         * device/lib/_fsmul.c: added mcs51 assembly version
2571         * device/lib/_fsdiv.c: added mcs51 assembly version
2572         * device/lib/_fseq.c: added mcs51 assembly version
2573         * device/lib/_fsneq.c: added mcs51 assembly version
2574         * device/lib/_fsgt.c: added mcs51 assembly version
2575         * device/lib/_fslt.c: added mcs51 assembly version
2576         * device/lib/_fscmp.c: shared code for fseq,fsgt,fslt,fsneq
2577         * device/lib/Makefile.in: add _fscmp to build
2578         * device/lib/libfloat.lib: add _fscmp to build
2579
2580 2004-12-27 Paul Stoffregen <paul AT pjrc.com>
2581
2582         * device/lib/_fs2slong.c: added mcs51 assembly version
2583         * device/lib/_fs2sint.c: added mcs51 assembly version
2584         * device/lib/_fs2schar.c: added mcs51 assembly version
2585         * device/lib/_fs2ulong.c: added mcs51 assembly version
2586         * device/lib/_fs2uint.c: added mcs51 assembly version
2587         * device/lib/_fs2uchar.c: added mcs51 assembly version
2588         * device/lib/_slong2fs.c: added mcs51 assembly version
2589         * device/lib/_sint2fs.c: added mcs51 assembly version
2590         * device/lib/_schar2fs.c: added mcs51 assembly version
2591         * device/lib/_ulong2fs.c: added mcs51 assembly version
2592         * device/lib/_uint2fs.c: added mcs51 assembly version
2593         * device/lib/_uchar2fs.c: added mcs51 assembly version
2594         * device/include/float.h: added #define to select asm vs c
2595
2596 2004-12-26 Paul Stoffregen <paul AT pjrc.com>
2597
2598         * device/lib/printf_fast.c: improvements to float output
2599         * device/include/float.h: add defines for assembly float library
2600         * device/lib/_fsget1arg.c: receive 1 float arg
2601         * device/lib/_fsget2args.c: receive 2 float args (reentrant)
2602         * device/lib/_fsnormalize.c: normalize a float
2603         * device/lib/_fsreturnval.c: return float, various helper routines
2604         * device/lib/_fsrshift.c: right shift a float's mantissa
2605         * device/lib/_fsswapargs.c: swap 2 floats
2606         * device/lib/Makefile.in: build these 6 new files for mcs51
2607         * device/lib/libfloat.lib: add these 6 files to the library
2608
2609 2004-12-26 Borut Razem <borut.razem AT siol.net>
2610
2611         * sim/ucsim/avr.src/arith_inst.cc: fixed bug #1088372- savr is not
2612           built by gcc 3.4.2
2613
2614 2004-12-25 Paul Stoffregen <paul AT pjrc.com>
2615
2616         * device/lib/printf_tiny.c: printf for mcs51 in only 267 bytes,
2617           and fully reentrant and register bank neutral.
2618         * device/lib/printf_fast.c: added float (not enabled by default),
2619           added compact/slower integer (also not enabled by default),
2620           improved size/speed of fast integer code, other minor changes
2621         * device/include/stdio.h, device/lib/Makefile.in,
2622           device/lib/libsdcc.lib: integrate printf_tiny into mcs51 build
2623
2624 2004-12-24 Maarten Brock <sourceforge.brock AT dse.nl>
2625
2626         * src/pic16/pcode.c: declaring variables other than at the start of a
2627           block is not supported in C by VC6.
2628
2629 2004-12-22 Vangelis Rokas <vrokas AT otenet.gr>
2630
2631         * applied a previous patch from Raphael Neider that wasn't included
2632         in the previous commits, which fixes infinite loops within jumptable
2633         improvements,
2634         * made some fixes that previous patches introduced
2635
2636 2004-12-21 Vangelis Rokas <vrokas AT otenet.gr>
2637
2638         * src/pic16/gen.c (pic16_aopGet): applied fix from Raphael Neider
2639         that fixes an issue with AOP_PCODE asmop's offset,
2640         * (pic16_popCopyReg): update instance field too,
2641         * (mov2w): modified to pic16_mov2w because it conflicts with mov2w
2642         function of pic port,
2643         * (genCmp, genAnd, genAssign),
2644         * src/pic16/genarith.c (genAddLit): some fixes from Raphael Neider,
2645
2646 2004-12-20 Vangelis Rokas <vrokas AT otenet.gr>
2647
2648         * src/SDCCast.c (gatherAutoInit): allow pic16 to emit static
2649         variables initial values to idata section,
2650         * src/SDCCicode.c (geniCodeCall): patch from ### to fix unreferenced
2651         variables in some functions. This utilizes parmBytes field of iCode
2652         structure to hold the offset of the variable in stack. (might be
2653         able to use the stack field too?)
2654         * applied patch from Raphael Neider # ### , # ###
2655         * src/pic16/glue.c (pic16emitRegularMap): fix to print static
2656         variable initial values in idata section,
2657         * src/pic16/ralloc.c (pic16_allocDirReg): don't allocate register
2658         for static variables with initial value
2659         * src/device/lib/pic16/libsdcc/float/ulong2fs.c (__ulong2fs):
2660         applied fix in while loop from Raphael Neider.
2661
2662 2004-12-19 Maarten Brock <sourceforge.brock AT dse.nl>
2663
2664         * src/ds390/gen.c (genCpl): fixed bit=~(char/bit) bugs, added warning
2665         * src/ds390/main.c (_ds390_regparm): don't pass bit params in registers
2666         * src/ds390/ralloc.c (serialRegAssign): spill bits
2667         * src/mcs51/gen.c (genCpl): fixed bit=~(char) bugs, added warning
2668         * support/Util/SDCCerr.c,
2669         * support/Util/SDCCerr.h: added warning W_COMPLEMENT for using bit=~(bit)
2670         * support/regression/tests/bitvars.c: added tests for bitwise complement(~)
2671         * support/regression/tests/bitwise.c: added test for bitwise complement(~)
2672
2673 2004-12-09 Maarten Brock <sourceforge.brock AT dse.nl>
2674
2675         * device/include/sdcc-lib.h: inserted LGPL, added includes
2676           asm/ds390/features.h and asm/mcs51/features.h
2677         * device/include/asm/default/features.h,
2678         * device/include/asm/gbz80/features.h,
2679         * device/include/asm/z80/features.h: added empty _AUTOMEM
2680           and _STATMEM
2681         * device/include/asm/ds390/features.h,
2682         * device/include/asm/mcs51/features.h: added files with defines for
2683           _AUTOMEM and _STATMEM indicating automatic and static storage class
2684         * device/lib/printf_large.c (_print_format): optimized & used _AUTOMEM
2685         * doc/sdccman.lyx: version 2.4.7, updated xstack documentation
2686         * src/SDCCicode.c (geniCodeCast),
2687         * src/SDCCsymt.c (compareType): allow cast of data-ptr to idata-ptr
2688         * src/SDCCloop.c (loopInduction): removed unused variable lr
2689         * src/SDCCopt.c (convilong, convertToFcall): moved "easy special case"
2690           to convertToFcall to include char modulo (RFE 1065037), added check
2691           if left operand is unsigned and use abs of literal value
2692         * src/SDCCpeeph.c (setFromConditionArgs): removed double quotes option
2693           as it doesn't work after conversion from peephole.def to peephole.rul
2694         * src/mcs51/gen.c (toBoolean): added check for size,
2695           (genModOneByte): optimized code for signed char modulo a literal
2696           power of 2 (thanks to Hubert Sack),
2697           (genRRC): removed unnecessary "clr c",
2698           (genRLC): replaced "add a,acc" with cheaper "rlc a"
2699         * src/mcs51/peeph.def: renamed 115 to 115.a, added rule 115.b: another
2700           jump optimization,
2701           swapped rules 256.c and 256.d,
2702           extended 256.d by using new multiple checks (thanks Erik),
2703           added rules 256.e and 256.f,
2704           updated rule 261.a and 261.b to new generated code
2705         * support/regression/tests/muldiv.c: added test div/mod by a power of 2
2706
2707 2004-12-07 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
2708
2709         * src/SDCCloop.c (basicInduction, loopInduction): fixed several
2710           induction related bugs, including first part of bug #1074377
2711
2712 2004-12-05 Vangelis Rokas <vrokas AT otenet.gr>
2713
2714         * applied patch from bug-report #1076292,
2715         * applied patches for genAnd and Goto-optimizations for Raphael
2716         Neider,
2717         * src/SDCCicode.c (printOperand): fixed !REGA source to compile and
2718         dump a less iCode information,
2719         * src/pic16/device.h (pic16_options_t): added field debgen,
2720         * src/pic16/gen.h: added macros DUMP_FUNCTION_ENTRY,
2721         DUMP_FUNCTION_EXIT, FENTRY, FENTRY2,
2722         * src/pic16/gen.c (my_powof2): renamed to pic16_my_powof2 and made
2723         puclic,
2724         * (various functions): added macros FENTRY and FENTRY2 to functions,
2725         to emit function prologue,
2726         * (various functions): fixed indentation,
2727         * (genNearPointerGet): fixed loading of FSR0,
2728         * (genPackBits): applied patch from Raphael Neider to fix updating
2729         of FSR0 and touching only the modified bits,
2730         * src/pic16/genarith.c (various functions): added macros FENTRY to
2731         emit function prologue in comments,
2732         * src/pic16/pcode.h: added functions debugf2, debugf3,
2733         * src/pic16/ralloc.c: partial fix for packForPush caused
2734         segmentation fault,
2735
2736 2004-12-04 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
2737
2738         * src/mcs51/peeph.def: added 261.a,b (16 bit rotate) by Stas Sergeev
2739           <stsp AT users.sourceforge.net> with reversed byte order
2740         * support/regression/tests/rotate.c: added (ds390 skips some tests)
2741
2742 2004-12-03 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
2743
2744         * src/z80/gen.c (genLeftShift, genRightShift): fixed second part of
2745           bug #1074377
2746         * src/hc08/gen.c (genrshFour, shiftRLong, shiftLLong),
2747         * src/mcs51/gen.c (shiftLLong): Fixed some shifting bugs Frieder found
2748
2749 2004-12-02 Slade Rich <slade_rich AT users.sourceforge.net>
2750
2751         * src/pic/pcode.c : fixed a problem where banksel was not being inserted.
2752
2753 2004-12-02 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
2754
2755         * src/SDCCpeeph.c (callFuncByName): support combined peephole rule
2756           conditions,
2757           (setFromConditionArgs): friendly operand parser for peephole rules,
2758           (operandBaseName, operandsNotRelated): new peephole condition
2759           "operandsNotRelated" -- similar to "operandsNotSame", but takes
2760           architecture specific register naming into account, handles n-way
2761           comparisons, and supports quoted literals
2762         * src/mcs51/peeph.def: restored rule 177.d with an extra condition
2763
2764 2004-12-02 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
2765
2766         * src/mcs51/peeph.def: fixed bug #1076940
2767
2768 2004-12-02 Slade Rich <slade_rich AT users.sourceforge.net>
2769
2770         * device/include/pic/pic16f877.h : added an include file for the PIC16F877 device.
2771
2772 2004-11-28 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
2773
2774         Adding support for replacing ljmps with sjmps in jumptables
2775         generated for switch statements. For now you need to set the
2776         environment variable SDCC_SJMP_JUMPTABLE to enable this.
2777         Now 4 algorithms for mcs51 jumptable generation are used:
2778         ljmp or sjmp jumptables for up to 16 cases, stack-pushing target
2779         addresses loaded pc-relative for up to 112 cases and stack-pushing
2780         target addresses loaded with offset from dptr for up to 256 cases.
2781
2782         * src/SDCCpeeph.c: added peephole conditional labelJTInRange
2783         * src/mcs51/main.c: adapted constants for switch table generation
2784         * src/mcs51/peeph.def: added 260.x for replacing ljmp with sjmp
2785
2786 2004-11-26 Maarten Brock <sourceforge.brock AT dse.nl>
2787
2788         * device/lib/printf_large.c (_print_format): fixed bug 1073386
2789         * support/regression/tests/bug1057979.c: added test for bug 1073386
2790
2791 2004-11-25 Vangelis Rokas <vrokas AT otenet.gr>
2792
2793         * src/pic16/pcode.c: fixed bug which may produce error in non-GNU
2794         compilers
2795
2796 2004-11-25 Vangelis Rokas <vrokas AT otenet.gr>
2797
2798         * src/pic16/device.h,
2799         * src/pic16/genarith.c,
2800         * src/pic16/glue.c,
2801         * src/pic16/main.c,
2802         * src/pic16/pcode.c: applied patches #1068154 and #1070213
2803
2804 2004-11-24 Vangelis Rokas <vrokas AT otenet.gr>
2805
2806         Large cummulative patch for pic16 port.
2807         * device/lib/pic16/gstack.h: NEW, user can specify its own handler
2808         to call when a stack overflow occurs,
2809         * (malloc.h): added CVS Id tag,
2810         * (pic18f{242,252,442,452}.h): added T0CONbits structure and
2811         variable,
2812         * added libc directory. The current version of LibC contains string
2813         functions, ctype functions and macros and some functions of the
2814         stdlib set (like malloc/free/atof/atoi etc...). All functions are to
2815         be extensively tested in the future. Standard disclaimer here.
2816         Library is not automatically build yet. But one can build it by
2817         invoking 'make' inside the libc directory.
2818         * added ADC library under libio. Preliminary version yet.
2819
2820         * src/pic16/gen.h: added emitTOGC macro, to toggle Carry flag,
2821         * src/pic16/gen.c (aopForRemat): asmop size is filled by
2822         aopForRemat() now and not by pic16_aopOp(),
2823         * (pic16_popGetTempReg): removed warning messgae when allocating
2824         temporary registers, its a buggy feature and will be removed,
2825         * (pic16_popGet): set register instance field in AOP_CRY,
2826         * (pic16_outBitC): fixed for results in size greater than 1,
2827         * (genUminusFloat): fixed for pic16, ported code from mcs51,
2828         * (pic16_storeForReturn): optimized return of 0,
2829         * (genCmp): experimental code for new genCmp which uses PIC18's
2830         special compare&skip instructions. Initial tests fail some times
2831         with variables grater than 1 byte in size, so new code is disabled,
2832         * (genUnpackBits, genPackBits): more optimizations in reading/writing,
2833         a single bit,
2834         * (genCast): began a fix to optimize the casting of a bit to another
2835         bit, now assigning a bitfield to another bitfield will fail, sorry,
2836         * src/pic16/main.c: disabled the use of lr-support feature,
2837         * src/pic16/pcode.h: renamed PCASMDIR to PCAD,
2838         * added some function prototypes, added function _debugf prototype,
2839         * src/pic16/pcode.c: (pic16_get_op): fixed emitting operands of register
2840         bits with offset (case PO_GPR_BIT),
2841         * (genericPrint): don't emit INFO pcode when --pcode-verbose not in
2842         command line,
2843         * (isBankInstruction): modified to return 0 for no banking instruction,
2844         and 1 for banking instruction,
2845         * (pic16_isPCinFlow): check for PCAD (assembler directives) too,
2846         caused stop processing pCodes after a inline assembly block,
2847         * (pic16_popCopyGPR2Bit): updated to match bitfields with offset,
2848         * src/pic16/pcoderegs.c: fixed a bug with eliminating some temporary
2849         registers when it shouldn't,
2850         * src/pic16/ralloc.c (allocReg): add preliminary support for
2851         supporting a limited set of temporary registers,
2852
2853 2004-11-23 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
2854
2855         * src/hc08/gen.c (genAssign, genPointerGetSetOfs, genDataPointerGet,
2856           genDataPointerSet): ensure assignments always copy in MSB to LSB
2857           order,
2858           (loadRegFromAop): recognize CLRH optimization,
2859           (genFunction): optimize RECEIVE iCodes in reentrant functions
2860
2861 2004-11-20 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
2862
2863         * src/SDCCmain.c (parseCmdLine, optionsTable[]): fixed bug with
2864           --out-fmt-s19 turning into --out-fmt-elf if s19 was already
2865           selected.
2866         * src/SDCCmain.c (linkEdit): don't define SSEG for HC08
2867         * src/hc08/main.c (_hc08_setDefaultOptions): default xdata to be
2868           contiguous with data
2869
2870 2004-11-19 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
2871
2872         * device/lib/_gptrget.c (_gptrget),
2873         * device/lib/_gptrgetc.c (_gptrgetc),
2874         * device/lib/_gptrput.c (_gptrput): _naked allows to use ret
2875           instead of sjmp to ret
2876         * src/mcs51/peeph.def: added peepholes 3.d-g and 177.g,h provided
2877           by Hubert Sack <hsack2002 AT arcor.de> in RFE #1067986, thanks
2878
2879 2004-11-18 Maarten Brock <sourceforge.brock AT dse.nl>
2880
2881         * .version: bumped version to 2.4.7
2882         * device/lib/_gptrget.c (_gptrget): is now _naked
2883         * device/lib/_gptrgetc.c (_gptrgetc): is now _naked
2884         * device/lib/_gptrput.c (_gptrput): is now _naked
2885         * src/SDCCast.c (createBlock): removed ridiculous self-assignment,
2886           (createFunction): fixed xstack
2887         * src/SDCCglue.c (emitMaps): set allocation required for bit area
2888         * src/SDCCicode.c (geniCodeCast): don't change SPEC_OCLS for literal
2889           or bit either,
2890           (geniCodeCritical): store original interrupt state in an iTemp bit
2891           var unless stack-auto
2892         * src/SDCCicode.h: added CRITICAL and ENDCRITICAL to SKIP_IC2
2893         * src/SDCCmain.c (setIncludePath): added include/target to search path
2894         * src/SDCCmem.c (allocParms): store bit vars in bit space, not overlay
2895         * src/SDCCsymt.c (checkFunction): don't check regbank for isr's against
2896           prototype,
2897           (processFuncArgs): put bit vars in bit area
2898         * src/mcs51/gen.c (saveRegisters, unsaveRegisters, genXpush, saveRBank,
2899           unsaveRBank): fixed xstack,
2900           (genFunction): bugfix: replaced (global!) reentrant with fReentrant,
2901           (genFunction, genEndFunction): fixed xstack,
2902           (genAssign): optimization don't walk backwards through mem
2903         * src/mcs51/main.c (_mcs51_regparm): don't pass bit params in registers
2904         * src/mcs51/ralloc.c (createStackSpil): spill bits to bit area
2905         * support/regression/Makefile: also make library (for stack-auto) when
2906           making "all" and added "test-mcs51-xstack-auto"
2907         * support/regression/fwk/lib/testfwk.c: added T2_isr prototype for mcs51
2908         * support/regression/ports/mcs51/T2_isr.c: added this file as a stub
2909         * support/regression/ports/mcs51/fwk.lib: added to link T2_isr stub
2910         * support/regression/ports/mcs51/spec.mk: added rules for fwk.lib
2911         * support/regression/ports/mcs51-stack-auto/spec.mk: replaced
2912           make-library by MAKE_LIBRARY
2913         * support/regression/ports/mcs51-xstack-auto/spec.mk: file added to run
2914           regression tests for xstack
2915         * support/regression/tests/bitvars.c: test for bit vars (bug 938782)
2916         * support/regression/tests/critical.c: test for critical on mcs51
2917
2918 2004-11-18 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
2919
2920         * support/regression/ports/ucz80/spec.mk: use include and lib files from
2921           built version of sdcc instead of installed version
2922
2923 2004-11-14 Maarten Brock <sourceforge.brock AT dse.nl>
2924
2925         * src/mcs51/gen.c (toBoolean): fixed bug 1065458
2926         * device/lib/Makefile.in: z80 uses printf_large.c, sprintf.c and
2927           vprintf.c now
2928         * device/lib/printf_large.c (calculate_digit): fixed bug 1057979
2929         * device/lib/z80/Makefile: don't use printf.c as it fails bug 1057979
2930           WARNING: remove device/lib/build/z80/printf.o by hand when
2931           updating from previous build!
2932         * device/lib/z80/printf.c: updated comment
2933         * support/regression/tests/bug1057979.c: test all ports now
2934         * support/regression/tests/bug1065458.c: file added
2935
2936 2004-11-12 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
2937
2938         * src/z80/gen.c (genFunction, genEndFunction): avoided generating
2939           *_start and *_end symbols for static functions
2940
2941 2004-11-11 Maarten Brock <sourceforge.brock AT dse.nl>
2942
2943         * src/SDCCmain.c (linkEdit): don't suppress crt0 if --nostdlib is used
2944           and search crt0.o in all library paths,
2945           (setIncludePath): proper handling of --nostdinc,
2946           (setLibPath): proper handling of --nostdlib
2947         * support/regression/Makefile,
2948         * support/regression/ports/ds390/spec.mk,
2949         * support/regression/ports/gbz80/spec.mk,
2950         * support/regression/ports/hc08/spec.mk,
2951         * support/regression/ports/mcs51/spec.mk,
2952         * support/regression/ports/mcs51-large/spec.mk,
2953         * support/regression/ports/mcs51-stack-auto/spec.mk,
2954         * support/regression/ports/z80/spec.mk: use include and lib files from
2955           built version of sdcc instead of installed version
2956         * doc/sdccman.lyx: fixed typo in --nostdinc
2957
2958 2004-11-10 Slade Rich <slade_rich AT users.sourceforge.net>
2959
2960         * src/pic/pcode.c,
2961         * src/pic/device.c,
2962         * src/pic/ralloc.c,
2963         * src/pic/gen.c : added support to generate code for struct bit fields.
2964
2965 2004-11-06 Maarten Brock <sourceforge.brock AT dse.nl>
2966
2967         * as/xa51/xa_version.h,
2968         * device/include/errno.h,
2969         * device/include/regc515c.h,
2970         * device/lib/_itoa.c,
2971         * device/lib/_ltoa.c,
2972         * device/lib/ser_ir_cts_rts.c,
2973         * sim/ucsim/xa.src/glob.cc,
2974         * sim/ucsim/xa.src/inst_gen.cc,
2975         * sim/ucsim/xa.src/xa_bit.cc,
2976         * sim/ucsim/xa.src/xa_sfr.cc,
2977         * sim/ucsim/z80.src/inst_dd.cc,
2978         * sim/ucsim/z80.src/inst_fdcb.cc,
2979         * support/scripts/keil2sdcc.pl,
2980         * src/pic16/pic16.dsp,
2981         * src/pic16/pic16a.dsp: corrected cvs line endings
2982         * device/lib/printf_large.c: fixed bug 1057979
2983         * src/pic16/gen.c: fixed non-C standard code
2984         * src/SDCCmain.c: made --pack-iram default, added --no-pack-iram
2985         * src/SDCCglobl.h: changed pack_iram to no_pack_iram
2986         * support/regression/ports/mcs51/support.c: reload T1 asap
2987         * doc/sdccman.lyx: updated for options --pack-iram and --no-pack-iram,
2988           pdata use and clear idata startup behaviour
2989         * support/regression/tests/bug1057979.c: added
2990
2991 2004-11-04 Maarten Brock <sourceforge.brock AT dse.nl>
2992
2993         * device/examples/ds390/ow390/ad26.h,
2994         * device/examples/ds390/ow390/cnt1d.h,
2995         * device/examples/ds390/ow390/crcutil.c,
2996         * device/examples/ds390/ow390/ownet.h,
2997         * device/examples/ds390/ow390/owsesu.c,
2998         * device/examples/ds390/ow390/swt12.h,
2999         * device/examples/ds390/ow390/swtoper.c,
3000         * device/examples/ds390/ow390/temp10.h,
3001         * device/examples/ds390/ow390/thermodl.c,
3002         * device/examples/ds390/tinitalk/tinitalk.dsp,
3003         * device/examples/ds390/tinitalk/tinitalk.dsw,
3004         * device/examples/mcs51/clock/hw.h,
3005         * device/examples/mcs51/simple2/go.bat,
3006         * device/examples/serialcomm/windows/serial.h,
3007         * device/examples/xa51/dummy.c,
3008         * device/examples/xa51/hello.c,
3009         * device/include/80c51xa.h,
3010         * device/include/at89x051.h: corrected cvs line endings
3011
3012 2004-11-04 Vangelis Rokas <vrokas AT otenet.gr>
3013
3014         * src/pic16/main.c (options): added command line --gstack, to trace
3015         stack over/under flows,
3016         * added pragma 'wparam' to allow passing first byte of function
3017         parameters via WREG, syntax is #pragma wparam my_function[, func2...]
3018         * src/pic16/gen.c (pic16_testStackOverflow): function which emits a
3019         call to __gstack_test function and sets up the symbol as extern,
3020         * (pic16_pushpCodeOp, pic16_poppCodeOp, pushw, pushaop, popaopidx,
3021         * popaop): added call to pic16_testStackOverflow,
3022         * (wParamCmp, inWparamList): NEW, test existence of a symbol in
3023         wparamList list,
3024         * (genCall, genPcall): now all parameters are passed via stack
3025         except in functions that are pass to wparam pragma in which WREG is
3026         used too,
3027         * (genPcall): REENTRANT flag is checked to see if variable prototype
3028         contains reentrant keyword, don't call a non-reentrant function, via
3029         a reentrant function pointer or vice versa, functions are never
3030         passed via WREG,
3031         * (genJumpTab): applied patch from bug #1057478 by R.Neider and
3032         D.Winkler,
3033         * src/pic16/glue.c (pic16emitRegularMap): fixed bug which caused a
3034         SIGSEGV when accessing a NULL register stucture,
3035         * (pic16_printGPointerType): modified to handle UPPER modifier for
3036         function initializers, changed prototype of function to simpler one,
3037         * (pic16_printIvalFuncPtr): check to see if function is already
3038         added in externs list,
3039         * src/pic16/pcoderegs.c (pCodeOptime2pCodes): fixed bug which
3040         optimized a move from W to SFR with a move to the same register
3041         later after a CALL,
3042         * device/lib/pic16/debug: NEW directory, contains debug features
3043         which are enabled when linking with libdebug.lib, currently command
3044         line option --gstack enables stack pointer tracing for over/under
3045         flow, corresponding sources are in debug/gstack
3046
3047 2004-10-30 Vangelis Rokas <vrokas AT otenet.gr>
3048
3049         * doc/sdccman.lyx: updated SDCC version,
3050         * (PIC16 port): update list of command line options,
3051         * src/pic16/device.h (structure pic16_options_t): added field gstack
3052         to enable stack overflow tracing on push/pops,
3053         * src/pic16/device.c (statistics structure): added statistics
3054         structure,
3055         * (pic16_dump_access, pic16_dump_usection, pic16_dump_gsection,
3056         pic16_dump_int_registers): increase statistics counters for each
3057         * variable which is encountered
3058         * (pic16_dump_usection): emit each .udata variable to its own udata
3059         section,
3060         * src/pic16/gen.c (assignResultValue, genCall, genPcall, genFunction):
3061         when macro USE_WREG_IN_FUNC_PARAMS is set to 0 pass all function
3062         parameters via stack, otherwise use old scheme,
3063         * src/pic16/glue.c (pic16_emitStatistics): dump statistics in
3064         assembler output file,
3065         * src/pic16/main.c: added command line options --gstack to enable
3066         push/pop tracing for stack overflow,
3067         * src/pic16/pcode.c (all pCodeInstruction records for PIC18F
3068         instructions): added size of each instruction,
3069         * (pic16_countInstruction): estimate size of instructions in
3070         the_pFile list, inline assembly blocks are not counted,
3071         * (pic16_FixRegisterBanking): trace previous register usage, when
3072         banksel optimizations is greater than 0, don't emit a redudant
3073         banksel directive,
3074
3075 2004-10-26 Slade Rich <slade_rich AT users.sourceforge.net>
3076
3077         * src/pic/ralloc.c : fixed inefficient code produced when compiling a complimented bit operation.
3078         * src/pic16/ralloc.c : applied same fix for pic16.
3079         * src/pic/gen.c : tidied it up a little.
3080
3081 2004-10-25 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
3082
3083         * src/mcs51/peeph.def: disabled 259.a,b for removing redundant ret,
3084         thanks to Martin Helmling for reporting (mail on sdcc-devel 2004-10-25)
3085
3086 2004-10-22 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3087
3088         * src/SDCCast.c (reverseParms): fixed bug #1040577 (part 2)
3089
3090 2004-10-22 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
3091
3092         * device/lib/ser_ir_cts_rts.c: integer promotion caused a call to the
3093         non-reentrant function __modsint in the interrupt function (thus
3094         corrupting math operations during serial I/O)
3095         * device/lib/ser_ir.c: as above, changed buffersize
3096         * src/mcs51/peeph.def: added 259.a,b for removing redundant ret,
3097         256.c,d for zeroing
3098         * doc/Makefile: added option -t for rsync
3099
3100 2004-10-22 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3101
3102         * src/SDCCast.h (struct ast),
3103         * src/SDCCast.c (reverseParms, copyAst): fixed bug #1040577 (part 1)
3104
3105 2004-10-20 Borut Razem <borut.razem AT siol.net>
3106
3107         * support/scripts/sdcc.nsi: added include/pic16/*.h to the setup
3108         package
3109
3110 2004-10-20 Vangelis Rokas <vrokas AT otenet.gr>
3111
3112         * device/lib/pic16/libsdcc/Makefile: added lregs directory in
3113         makefile targets,
3114         * device/lib/pic16/libsdcc/lregs/{Makefile,lrst.c,lrrest.c}: NEW
3115         support functions to replace long sequences of MOVFF's from access
3116         bank registers to stack and vice versa,
3117         * src/pic16/device.h: added new field opt_flags, where optimization
3118         flags can be set to enable certain features,
3119         * src/pic16/gen.c (pic16_emitpinfo): NEW to add PC_INFO pCode in
3120         * pBlock, (genFunction, genEndFunction): surroung loop for
3121         saving/loading used registers in stack with PC_INFO pCodes,
3122         INF_LREGS. Code in between can then be optimized by pCode optimizer
3123         to support function calls,
3124         * (genDataPointerSet): fixed bug which loaded float fields in
3125         structures with corrupt data,
3126         * src/pic16/genutils.c (debugf, _debugf): macro/function which emits
3127         in a standard way debug info on stderr. Feature used for developing
3128         and debugging only,
3129         * src/pic16/glue.c (pic16glue): reformatted, deleted some old and
3130         obsolete chunks of code,
3131         * if optimization flag OF_LR_SUPPORT was set, call pic16_OptimizeLocalRegs,
3132         * src/pic16/main.c (_pic16_parseOptions): added handler for --flr-support,
3133         * pic16/src/pcode.c (pic16_newpCodeInfo,
3134         * (pic16_newpCodeOpLocalRegs),
3135         * (pic16_convertLocalRegs2Support): NEW, to support new optimization
3136         feature,
3137         * (pic16_pCodeConstString): printing of the initial value of a
3138         symbol as a comment is inhibited since parsing was already done by
3139         copyStr and output is corrupt,
3140         * (pic16_pCode2str, genericPrint): handle PC_INFO pCode,
3141
3142 2004-10-20 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3143
3144         * src/mcs51/ralloc.c (packRegisters): fixed bug #1044601
3145
3146 2004-10-19 Maarten Brock <sourceforge.brock AT dse.nl>
3147
3148         * as/mcs51/lkarea.c: removed old K&R style,
3149           (lnksect): changed check on boundary error,
3150           (lnksect2): changed check on boundary error,
3151           (lnksect2): extend XSTK to end of page if size = 1
3152         * as/mcs51/lkmain.c: removed old K&R style,
3153           (Areas51): create l_IRAM symbol
3154         * as/mcs51/lkmem.c (summary2): added report on PSEG and XSTK
3155         * device/lib/Makefile.in: renamed model-mcs51-reentrant to
3156           model-mcs51-stack-auto, added model-mcs51-xstack-auto
3157         * device/lib/_mullong.c: added version to be compiled with xstack
3158         * device/lib/mcs51/crtclear.asm: clear only upto --iram-size
3159         * device/lib/mcs51/crtxclear.asm: clear pdata as well
3160         * device/lib/mcs51/crtxstack.asm: fixed comment
3161         * src/SDCCglue.c: maxInterrupts defaults to 0,
3162           (emitMaps): added pdata,
3163           (createInterruptVect): (re)moved default,
3164           (glue): added pdata,
3165           (glue): moved __start__xstack to XSTK with default size 1
3166         * src/SDCCmain.c (parseCmdLine): automatically set options.intlong_rent
3167           and options.float_rent when options.stackAuto is set,
3168           (linkEdit): only write XDATA_NAME if provided on command line
3169         * src/SDCCmem.h,
3170         * src/SDCCmem.c: added pdata
3171         * src/port.h: added pdata_name to PORT
3172         * src/mcs51/gen.c (toBoolean): fixed for Acc use of aopGet,
3173           (saveRegisters, unsaveRegisters): removed usage of B,
3174           (genMinus): fixed accumulator clash,
3175           (genJumpTab): added comment, this needs another look
3176         * src/mcs51/gen.c: added check for "B in use" paranoia,
3177           added pushB() and popB()
3178         * src/mcs51/peeph.def: restart after 177.c so 177.a can get a second
3179           chance
3180         * src/avr/main.c,
3181         * src/ds390/main.c,
3182         * src/hc08/main.c,
3183         * src/mcs51/main.c,
3184         * src/pic/main.c,
3185         * src/pic16/main.c,
3186         * src/xa51/main.c,
3187         * src/z80/main.c: (reset_regparms) made void parameter explicit and
3188           added PSEG (PAG,XDATA) or NULL to port specifier
3189         * src/ds390/main.c (_ds390_genIVT): moved implemented default in here
3190         * src/mcs51/main.c (_mcs51_genIVT): moved implemented default in here,
3191           (_mcs51_genInitStartup): removed __start__xstack equ,
3192           (mcs51_port): moved xstack from XSEG (XDATA) to XSTK (PAG,XDATA)
3193         * src/pic16/device.c (pic16_dump_usection, pic16_dump_isection),
3194         * src/z80/gen.c (_rleAppend): fixed warnings
3195         * support/regression/tests/zeropad.c: added pdata test
3196         * .version: bumped to 2.4.6
3197
3198 2004-10-17 Borut Razem <borut.razem AT siol.net>
3199
3200         * support/scripts/sdcc.nsi: cross compiling of WIN32 setup.exe on Linux
3201         as a part of nightly build
3202
3203 2004-10-16 Vangelis Rokas <vrokas AT otenet.gr>
3204
3205         * src/pic16/gen.c (struct _G): added field useWreg, is set to 1 when
3206         WREG holds the first byte function parameters,
3207         * (aopForSym): take special case for symbols which are in FARSPACE
3208         but in CODESPACE too,
3209         * (assignResultValue): modified to take into account _G.useWreg,
3210         * (genCall): don't use wreg for parameter passing when function is
3211         declared as reentrant, too, added optimization INCF to stack
3212         pointer when stack parameter count is 1,
3213         * (genFunction, genEndFunction): refurnished and fixed to not using
3214         wreg for passing parameters when function has varargs or is
3215         reentrant, fixed bug with symbol name compare for generating
3216         functions in absolute address,
3217         * (pic16_storeForReturn): refurnished,
3218         * (genCmp): began writing a new version of the function, not ready
3219         yet, therefore it is disabled,
3220         * (genAssign): do not read code memory when assigning a function to
3221         a pointer function,
3222         * src/pic16/glue.c (pic16emitStaticSeg): abSym->name is defined an
3223         array of characters, not pointer,
3224         * (pic16initialComments): in debug mode emit an .ident directive for
3225         the assembler,
3226         * (_process_pragma): emit a new warning type (internal to pic16)
3227         when setting stack to default length, emit a similar warning when
3228         placing a function at absolute address and address is not word aligned
3229         * (_pic16_parseOptions): added 'return TRUE' statement,
3230         * (_pic16_linkEdit): if compiling a source, then add the source's
3231         file object, first in the list of objects to link,
3232
3233 2004-10-13 Slade Rich <slade_rich AT users.sourceforge.net>
3234
3235         * src/pic/pcoderegs.c : increased count on regUsedinRange to prevent unnecessary warning.
3236         * src/pic/main.c : removed VC warning.
3237         * src/pic/gen.c : changed comment.
3238
3239 2004-10-12 Vangelis Rokas <vrokas AT otenet.gr>
3240
3241         * device/lib/pic16/libsdcc/gptr/gptrput[234].c: an external
3242         reference to a deprecated symbol _GPTRREG was causing failure to
3243         link. Thanks G. M. Gallant for the info.
3244
3245 2004-10-12 Slade Rich <slade_rich AT users.sourceforge.net>
3246
3247         * src/pic/pcode.c : Applied a code patch supplied by Paul Ashmore in
3248         comments for Bugs item #954788.
3249
3250 2004-10-10 Vangelis Rokas <vrokas AT otenet.gr>
3251
3252         * src/pic16/device.c (pic16_dump_gsection,
3253         * pic16_groupRegistersInSection): handle symbols declared to be in
3254         access bank differently,
3255         * src/pic16/gen.c (struct _G): added field resDirect,
3256         * (aopForSym): if symbol on stack and iCode is '=' and result exists,
3257         send values read from stack directly to result and don't allocate
3258         temporary values,
3259         * (pic16_sameRegs): fixed bug that allowed MOVFF to move between
3260         same registers,
3261         * (pic16_sameRegsOfs): NEW,
3262         * (freeAsmop): if _G.resDirect is set then do not mark registers as
3263         free because they were not allocated from temporary pool,
3264         * pic16_popRegFromString): workaround to fix a problem with
3265         allocating variables twice or never,
3266         * (genGenPointerGet): using PRODL instead of FSR0H,
3267         * (genGenPointerSet): using POSTDEC1 (that is a stack location)
3268         instead of FSR0H,
3269         * (genAssign): take advantage of the _G.resDirect flag,
3270         * (genCast): around line 11844, use mov2f instead of directly
3271         MOVFF'ing between operands to account for literal values,
3272         * src/pic16/genutils.c: some new debug functions for gpsim have been
3273         added,
3274         * src/pic16/glue.c (pic16_printIvalType): fixed bug that initialized
3275         float with integer part only,
3276         * src/pic16/main.c (_process_pragma): handle pragma udata access to
3277         place variables in access bank
3278         * device/lib/pic16/libsdcc/gptr/gptr*.c: using BRA instead of GOTO,
3279         updated sources to reflect recent changes in gen.c
3280
3281 2004-10-06 Vangelis Rokas <vrokas AT otenet.gr>
3282
3283         * device/lib/pic16/libsdcc/Makefile.rules: fixed bug concerning
3284         sources that searched for headers in installation path, now the
3285         device/include/pic16 is used,
3286         * src/pic16/glue.c (pic16glue),
3287         * src/pic16/pcode.c (pCode2str, genericPrint): don't print .file or
3288         .line directives if not in debug mode, this suppresses assembler's
3289         warnings for ignored directives
3290
3291 2004-10-05 Maarten Brock <sourceforge.brock AT dse.nl>
3292
3293         * src/port.h: made reset_regparms prototype void parameter explicit.
3294         * src/SDCCsymt.c (processFuncArgs): removed argument "func".
3295         * src/mcs51/ralloc.c (packRegisters): new fix for bugs 898889 & 979599.
3296         * doc/sdccman.lyx: documented warning disabling and how to use
3297           printf_large to make it print floats.
3298         * device/include/stdbool.h: NEW
3299         * device/lib/_atof.c,
3300         * device/lib/_divuint.c,
3301         * device/lib/_divulong.c,
3302         * device/lib/expf.c,
3303         * device/lib/printf_large.c,
3304         * device/lib/sincosf.c,
3305         * device/lib/sincoshf.c: used stdbool.h, all compile with stack-auto now
3306         * device/lib/Makefile.in: added target for model-mcs51-reentrant to build
3307           a completely reentrant lib.
3308
3309 2004-10-05 Vangelis Rokas <vrokas AT otenet.gr>
3310
3311         * device/lib/pic16/libsdcc/gptr/gptr*.c: added return statements
3312         * device/include/pic16/stdio.h: fixed bug with colon
3313
3314 2004-10-03 Vangelis Rokas <vrokas AT otenet.gr>
3315
3316         * device/include/pic16/stdio.h,
3317         * device/include/pic16/stdlib.h,
3318         * device/include/pic16/math.h: NEW
3319         * device/lib/pic16/libsdcc/gptr/*.c (gptrget*, gptrput*): functions
3320         declared as _naked to reduce overhead
3321         * device/lib/Makefile.in (target port-specific-objects-pic16):
3322         changed * to *.* so to ignore the CVS directory,
3323         * src/pic16/gen.c (pic16_freeAsmop): added code to store result of
3324         stacked variables back in stack,
3325         * (genEndFunction): fixed bug reported by G.M. Gallant with stack
3326         corruption
3327
3328 2004-10-01 Vangelis Rokas <vrokas AT otenet.gr>
3329
3330         * .version: bumped version number to 2.4.5
3331         * support/Util/SDCCerr.h: added warning W_POSSBUG2.
3332         * support/Util/SDCCerr.c (messages structure): added entry for
3333         W_POSSBUG2
3334
3335         Large cumulative patch for pic16 port and libraries.
3336         * device/include/pic16/sdcc-lib.h,
3337         * device/include/pic16/stdarg.h,
3338         * device/include/asm/pic16/features.h,
3339         * device/include/lib/pic16/libsdcc/gptr/{*.c, Makefile}: NEW,
3340         * device/include/pic16/float.h: changes reentrant keyword with
3341         _FS_REENTRANT, added prototype for __fsneq, included sdcc-lib.h
3342         * device/lib/pic16/libsdcc/Makefile: added target directory gptr,
3343         updated target build-libraries to include objects from gptr,
3344         * device/lib/pic16/libsdcc/{char,int,long}/*.c: added macro
3345         _IL_REENTRANT to all function headings, included sdcc-lib.h header,
3346         * device/lib/pic16/libsdcc/float/*.c: added macro _FS_REENTRANT to
3347         all function headings,
3348         * src/SDCCmain.c: added global parameter userIncDirsSet,
3349         * (parseCmdLine): when option -I is encountered add directory to
3350         userIncDirsSet too,
3351         * src/version.awk: added space between control and long,
3352         * src/pic16/NOTES: added some notes for the port,
3353         * src/pic16/gen.c: added prototype for mov2fp function,
3354         * (fReturnpic16[]): properly named return value registers,
3355         * (_G structure): added fields stackRegSet, fregsUsed, stack_lat,
3356         * (aopForSym): added code to handle symbols with onStack flag set,
3357         symbols onStack are allocated PTRSIZE bytes,
3358         * (aopFreeAsmop): handles special case where asmops are stack objects,
3359         * (aopGet, pic16_popGet): adde cod to handle new asmop AOP_STA,
3360         * (pic16_popGetTempReg, pic16_popGetTempRegCond, pic16_popReleaseTempReg):
3361         added argument lock to trace flaws in allocating temporary registers
3362         when developing port,
3363         * (pic16_popGetLit, pic16_popGetLit2): changed lit from unsigned to signed
3364         * (pic16_popRegFromString): reenabled allocating a direct register
3365         from string,
3366         * (assignResultValue): various beautifications,
3367         * fixed bug #1037717 (patch from R. Neider & D. Wrinkler) with mistaken
3368         referenced function argument,
3369         * (genIpush): reenabled to allow stacked arguments, handles only
3370         ic->parmPush iCodes,
3371         * (genCall, genPcall): major changes to allow for variable argument
3372         functions, fixed a bug with falsely restoring stack pointer after
3373         returning from call,
3374         * (genFunction): pending code for critical function,
3375         * (shiftR1Left2ResultSigned, shiftR1Left2Result, shiftL2Left2Result,
3376         * (shiftR2Left2Result, shiftLLong) applied patch #1032155 from R.Neider,
3377         * (genNearPointerGet): fixed bug with indirect reading, was always
3378         reading from INDF0
3379         * (genGenPointerGet, genGenPointerSet): rewrote to support generic
3380         pointers,
3381         * (genAddrOf): rewrote code to take address of a stacked function parameter
3382         * (genCast): fixed casting to generic pointer type,
3383         * src/pic16/gen.h: added AOP_STA,
3384         * (struct asmop): added field stk,
3385         * src/pic16/genarith.c (pic16_AopType): handle AOP_STA,
3386         * (pic16_genPlusIncr): changed emitSKPNZ to emitSKPNZ,
3387         * (pic16_genAddLit, pic16_genPlus): applied patch #1034042 by tecodev,
3388         * (pic16_genMinus): fixed bug #1035119 with patch submitted by tecodev,
3389         * src/pic16/genutils.c (pic16_genNot): removed symbol *tlbl,
3390         * src/pic16/glue.c (pic16_printGPPointerType): fixed to support new
3391         generic pointers,
3392         * src/pic16/main.c (_pic16_initPaths): ignores default SDCC include
3393         and library paths,
3394         * (pic16_port structure): generic pointer size is set to 3,
3395         * src/pic16/pcode.c (pic16_newpCodeOpLit): correctly print literal integer,
3396         * (insertBankSwitch): cast to (char *) to prevent 64bit CPUs'
3397         compiler warning,
3398         * src/pic16/ralloc.c (allocReg): prevent allocating register when
3399         operand is an iTemp,
3400
3401 2004-09-24 Martin Helmling <mh AT octo-soft.de>
3402
3403         * debugger/mcs51/cmd.c: set PC if a symbol at pc reg is set
3404         * debugger/mcs51/simi.c: addapt new syntax of s51
3405
3406 2004-09-23 Vangelis Rokas <vrokas AT otenet.gr>
3407
3408         * src/pic16/genutils.c (pic16_genNot): fixed bug #1032265,
3409         * src/pic16/pcode.c: commented out some calls to free() in order to
3410         fix bug #989576,
3411
3412 2004-09-23 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3413
3414         * src/SDCCicode.h,
3415         * src/SDCCicode.c (isiCodeInFunctionCall),
3416         * src/avr/ralloc.c (selectSpil),
3417         * src/pic/ralloc.c (selectSpil),
3418         * src/pic16/ralloc.c (selectSpil),
3419         * src/ds390/ralloc.c (selectSpil),
3420         * src/hc08/ralloc.c (selectSpil),
3421         * src/xa51/ralloc.c (selectSpil),
3422         * src/mcs51/ralloc.c (selectSpil): Don't use remainSpil to spill to the
3423         stack in the middle of a function call sequence (fixes bug #1020268)
3424         * src/SDCCicode.c (geniCodeJumpTable): fixed error in computing the
3425         costs associated with the minimum switch case.
3426
3427 2004-09-19 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3428
3429         * src/SDCC.lex: fixed bug #1030549
3430
3431 2004-09-19 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3432
3433         * src/SDCCcse.h (struct cseDef),
3434         * src/SDCCcse.c (cseBBlock, newCseDef, ifFromAddrTaken): purge CSEs
3435         over a function call if the CSE is derived from a symbol whose
3436         address has been taken (fixes bug #1029883)
3437         * support/regression/tests/bug-1029883: a new regression test for
3438         this bug
3439
3440 2004-09-18 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3441
3442         * src/hc08/gen.c (emitinline): fixed bug #1029778
3443         * src/SDCC.y (assignment_expr): fixed the grammer so that assignment
3444         to a cast object is no longer a syntax error ("fixes" bug #1030006,
3445         and starts toward RFE #905167)
3446
3447 2004-09-17 Vangelis Rokas <vrokas AT otenet.gr>
3448
3449         * src/pic16/gen.c (mov2f): New function to move an operand to
3450         another without considering if it is a literal or a register,
3451         * (pic16_sameRegs): don't check if they are both AOP_REG,
3452         * (AccRsh): removed andmask=0 lines,
3453         * (genLeftShift): duplicated to be improved in future versions,
3454         * src/pic16/main.c (_process_pragma): emit stack default size in hex,
3455         * src/pic16/pcode.c: added POC_INFSNZW, updated inverted_op fields
3456         in POC_INCFSZ, POC_INCFSZW, POC_INFSNZ,
3457         * (pic16initMnemonics): added initialization for POC_INFSNZW,
3458         * (insertBankSwitch): fixed inserting banksel directives algorithm
3459         for instructions that follow a skip instruction, this fixes a report
3460         for broken subtraction code generation,
3461         * src/pic16/ralloc.c (deassignLRs): do not free register if current
3462         iCode is a left op, just in case result and right share the same
3463         registers
3464
3465 2004-09-16 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3466
3467         * src/hc08/main.c,
3468         * src/hc08/gen.c (genJumpTable): more efficient jump table, supports
3469         preservation of HX
3470         * src/hc08/gen.c (pullRegs): fixed order of HX & XA pairs
3471         * src/mcs51/ralloc.c (packRegisters): removed the patch applied
3472         on 2004-09-12; it was buggy
3473
3474 2004-09-15 Bernhard Held <bernhard AT bernhardheld.de>
3475
3476         * src/SDCCsymt.h: removed RESULT_CHECK
3477         * src/SDCCast.c,
3478         * src/SDCCglue.c,
3479         * src/SDCCval.c,
3480         * src/pic/glue.c,
3481         * src/pic16/glue.c: replaced RESULT_CHECK with RESULT_TYPE_NONE
3482
3483 2004-09-15 Vangelis Rokas <vrokas AT otenet.gr>
3484
3485         * src/SDCCicode.c (piCode): applied patch from Raphael Neider,
3486         * src/pic16/device.c (pic16_assignConfigWordValues): wrong
3487         configuration values no more rejected by compiler, they are assigned
3488         to configuration registers with a warning message instead,
3489         * src/pic16/glue.c (pic16_emitConfigRegs): added +1 at top-limit of
3490         the for-loop so last conf register is emitted too,
3491         * (_pic16_initPaths): link library libsdcc.lib by default,
3492         * (_hasNativeMulFor): modified test for multiplication according to
3493         Raphael Neider's remarks. Integer multiplication is also done with
3494         support functions,
3495         * device/include/pic16/pic18fregs.h: corrected type error in while
3496         testing and including 18f6720 header file
3497
3498 2004-09-14 Vangelis Rokas <vrokas AT otenet.gr>
3499
3500         * src/pic16/device.h (pic16_options): removed field use_crt,
3501         * src/pic16/gen.c (genUnpackBits): added call to pic16_loadFSR0
3502         until an optimization to handle single bits is added,
3503         * (pic16_loadFSR0): moved before genUnpackBits,
3504         * (genAnd): some white lines removed,
3505         * src/pic16/main.c (_pic16_finaliseOptions): set omit_ivt and clear
3506         leave_reset flags in pic16_options when using crt modules,
3507
3508 2004-09-12 Maarten Brock <sourceforge.brock AT dse.nl>
3509
3510         * src/mcs51/ralloc.c (packRegisters): applied fix by Bernhard Held
3511           for bugs 898889 & 979599. Also used some safer print instructions.
3512
3513 2004-09-12 Vangelis Rokas <vrokas AT otenet.gr>
3514
3515         * src/pic16/device.h (pic16_options_t): added field use_crt,
3516         crt_name, no_crt,
3517         * src/pic16/genarith.c (pic16_genPlus): added an assert(0) line to
3518         catch a probable future bug,
3519         * src/pic16/gen.c: aopIdx function commented out,
3520         * (genAssign): commented out old code which used aopIdx,
3521         * src/pic16/glue.c (pic16glue): removed some legacy fragments of
3522         code, added if conditionals to take into account the --use-crt
3523         command line options,
3524         * src/pic16/main.c (pic16_optionsTable): added new command line
3525         options, --use-crt= and --no-crt,
3526         * (_pic16_linkEdit): now the proper crt object is added in the
3527         linker command line except than when --no-crt is specified,
3528         * src/pic16/pcode.c,
3529         * src/pic16/pcode.h: added some structures and functions for a new
3530         optimization scheme to compansate for instruction overhead between
3531         same iCodes, this scheme is currently under development and is not
3532         working in any way,
3533         * src/pic16/gen.c (genAnd): added patch provided by Aaron Collwell
3534         to && operator,
3535         * device/lib/pic16/startup/crt0i.c,
3536         * device/lib/pic16/startup/crt0iz.c: added global char variable
3537         __uflags to force the generation of an idata section
3538
3539 2004-09-12 Bernhard Held <bernhard AT bernhardheld.de>
3540
3541         * doc/Makefile,
3542         * doc/clean.mk: added support for easy creation of sdcc-doc.tar.bz2
3543         * doc/sdccman.lyx: updated sdcc version to 2.4.4
3544
3545 2004-09-10 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3546
3547         * doc/sdccman.lyx: fixed a problem with my new index entries (thanks
3548         Frieder) and clarified the default code optimization mode
3549
3550 2004-09-10 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3551
3552         * src/SDCC.lex (doPragma, process_pragma),
3553         * src/SDCCglobl.h (struct optimize): added pragmas "opt_code_speed",
3554         "opt_code_size", and "opt_code_balanced"
3555         * src/SDCCmain.c (optionsTable[], printOptions, scanOptionsTable):
3556         regrouped options by category, added support for category headers
3557         * src/SDCCmain.c (parseCmdLine): added options "--opt-code-speed"
3558         and "--opt-code-size"
3559         * doc/sdccman.lyx: documented these new options and pragmas
3560         * src/hc08/gen.c (AccLsh, AccRsh): take speed/size optimization
3561         preference into account
3562
3563 2004-09-08 Maarten Brock <sourceforge.brock AT dse.nl>
3564
3565         * src/SDCCicode.c (geniCodePostInc, geniCodePreInc, geniCodePostDec,
3566           geniCodePreDec): Fixed bug 904237 by generating a warning
3567         * src/SDCCerr.h,
3568         * src/SDCCerr.c: added warning W_SIZEOF_VOID
3569
3570 2004-09-09 Slade Rich <slade_rich AT users.sourceforge.net>
3571
3572         * src/pic/device.c : When no max ram set validate full memory range.
3573         * src/pic/pcode.c,
3574         * src/pic/pcodepeep.c : Copy C code comments to optimised replacement code.
3575
3576 2004-09-08 Maarten Brock <sourceforge.brock AT dse.nl>
3577
3578         * device/lib/_gptrget.c,
3579         * device/lib/_gptrput.c: updated comment
3580         * device/lib/calloc.c,
3581         * device/lib/free.c,
3582         * device/lib/malloc.c,
3583         * device/lib/realloc.c: added LGPL, made them reentrant-safe
3584         * src/SDCCcse.c (cseBBlock),
3585         * src/SDCCicode.c (printOperand, geniCodeArray),
3586         * src/SDCCicode.h (struct operand): fixed bug 868103
3587         * support/regression/tests/bug-868103.c: added
3588         * src/SDCCast.c (searchLitOp),
3589         * src/SDCCcse.h (struct cseDef),
3590         * src/SDCCglue.c (printIvalArray, spacesToUnderscores),
3591         * src/SDCCicode.h (struct operand),
3592         * src/SDCCsymt.h (struct sym_link),
3593         * src/avr/gen.c (hasInc),
3594         * src/ds390/gen.c (hasInc),
3595         * src/hc08/gen.c (genPlusIncr, hasInc),
3596         * src/mcs51/gen.c (hasInc),
3597         * src/pic16/glue.c (pic16_printIvalChar),
3598         * src/pic16/ralloc.c (regWithIdx),
3599         * src/xa51/gen.c (hasInc) : removed warnings
3600         * src/SDCCast.c (createBlock): added comment ???
3601         * src/hc08/ralloc.c: updated comments
3602
3603 2004-09-07 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
3604
3605         * doc/sdccman.lyx: updated section on switch statements, added
3606         section about semaphore locking
3607         * doc/Makefile: added option -info for latex2html
3608         * device/lib/_gptrget.c,
3609         * device/lib/_gptrput.c: __XPAGE instead of P2 in outcommented code
3610
3611 2004-09-06 Slade Rich <slade_rich AT users.sourceforge.net>
3612
3613         * src/pic/device.h,
3614         * src/pic/device.c,
3615         * src/pic/port.c : Changed PIC14 code to not set bit RP1 when
3616          maxram is less than 0x100.
3617
3618 2004-09-06 Slade Rich <slade_rich AT users.sourceforge.net>
3619
3620         * Bug fixes for PIC14 - signed RSHIFT problem. Patch supplied by Allen(agschrum).
3621
3622 2004-09-06 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3623
3624         * src/port.h,
3625         * src/mcs51/main.c,
3626         * src/ds390/main.c,
3627         * src/z80/main.c,
3628         * src/hc08/main.c,
3629         * src/pic/main.c,
3630         * src/pic16/main.c,
3631         * src/avr/main.c,
3632         * src/xa51/main.c
3633         * src/SDCCicode.c (geniCodeJumpTable): Better logic to determine if a
3634         a jump table is the best form for a switch statement, including
3635         automatic insertion of missing cases to make the case range
3636         continuous. Developed in collaboration with Frieder Ferlemann.
3637
3638 2004-09-02 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3639
3640         * src/hc08/ralloc.c (canDefAccResult): multi-byte shift is unsafe for
3641         accumulator result if it needs sign extension
3642
3643 2004-09-02 Maarten Brock <sourceforge.brock AT dse.nl>
3644
3645         * src/hc08/ralloc.c (canUseAccOperand): fixed comparison bug
3646
3647 2004-09-02 Maarten Brock <sourceforge.brock AT dse.nl>
3648
3649         * device/lib/gbz80/printf.c,
3650         * device/lib/z80/printf.c: removed define for NULL
3651
3652 2004-09-02 Maarten Brock <sourceforge.brock AT dse.nl>
3653
3654         * as/xa51/xa_link.c,
3655         * device/examples/ds390/ow390/ad26.c,
3656         * device/examples/ds390/ow390/cnt1d.c,
3657         * device/examples/ds390/ow390/counter.c,
3658         * device/examples/ds390/ow390/ds2480.h,
3659         * device/examples/ds390/ow390/ds2480ut.c,
3660         * device/examples/ds390/ow390/findtype.c,
3661         * device/examples/ds390/ow390/gethumd.c,
3662         * device/examples/ds390/ow390/owllu.c,
3663         * device/examples/ds390/ow390/ownetu.c,
3664         * device/examples/ds390/ow390/swt12.c,
3665         * device/examples/ds390/ow390/swtloop.c,
3666         * device/examples/ds390/ow390/temp.c,
3667         * device/examples/ds390/ow390/temp10.c,
3668         * device/examples/ds390/ow390/thermo21.c,
3669         * device/examples/ds390/ow390/tinilnk.c,
3670         * device/examples/ds390/ow390/tstfind.c,
3671         * device/examples/serialcomm/windows/serial.cpp,
3672         * device/examples/serialcomm/windows/test_serialcomm.cpp,
3673         * device/include/reg51.h: fixed line endings for cvs
3674
3675 2004-09-02 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3676
3677         * src/hc08/ralloc.c (canDefAccResult, canUseAccOperand,
3678         packRegsForAccUse, packRegisters): new accumulator register
3679         packing algorithm
3680         * support/regression/ports/hc08/support.c (_putchar): suppress
3681         warning of unused variable
3682         * src/SDCCicode.c: added SWAP entry to codeTable
3683
3684 2004-09-01 Maarten Brock <sourceforge.brock AT dse.nl>
3685
3686         * device/lib/sprintf.c: forgot to add this file before previous commit
3687
3688 2004-09-01 Vangelis Rokas <vrokas AT otenet.gr>
3689
3690         * src/pic16/gen.c (genPackBits): added operand right in function
3691         parameters, load result directly if p_type is POINTER (that is
3692         called by genNearPointerSet)
3693         * (genUnPackBits): added operand left in function parameters,
3694         * (genNearPointerGet, genNearPointerSet): prevent the loading of
3695         FSR0 if accessing bitfields,
3696
3697 2004-08-31 Maarten Brock <sourceforge.brock AT dse.nl>
3698
3699         * device/include/stdio.h: added NULL, size_t, typedef pfn_outputchar,
3700           _print_format; updated printf, sprintf, vsprintf
3701         * device/include/asm/default/features.h: corrected comment/define
3702         * device/lib/Makefile.in: added sprintf.c
3703         * device/lib/libsdcc.lib: added sprintf module
3704         * device/lib/printf_large.c,
3705         * device/lib/vprintf.c,
3706         * device/lib/sprintf.c: totally refactored printf_large and vprintf
3707           into these 3 files
3708         * support/regression/Makefile: changed ALL_PORTS into a usefull default
3709         * support/regression/ports/mcs51-stack-auto/spec.mk: added sprintf
3710         * support/regression/tests/bug-927659.c: removed dummy putchar, enabled
3711           hc08 test
3712         * support/regression/tests/zeropad.c: define idata as data for hc08
3713
3714 2004-08-31 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3715
3716         * src/SDCCpeeph.c (labelIsReturnOnly): support hc08 rts opcode also
3717         * src/SDCCpeeph.c (buildLabelRefCountHash): assume function entry point
3718         labels are referenced at least once (even if a reference is not found)
3719         * src/hc08/gen.c (emitcode): set isComment flag for comments
3720         * src/hc08/peeph.def: added rules 5a..5f (optimize redundant immediate
3721         loads), rules 6a..6b (optimize jumps to return)
3722
3723 2004-08-30 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3724
3725         * device/lib/acosf.c (acosf),
3726         * device/lib/asinf.c (asinf),
3727         * device/lib/atanf.c (atanf),
3728         * device/lib/ceilf.c (ceilf),
3729         * device/lib/cosf.c (cosf),
3730         * device/lib/coshf.c (coshf),
3731         * device/lib/cotf.c (cotf),
3732         * device/lib/fabsf.c (fabsf),
3733         * device/lib/floorf.c (floorf),
3734         * device/lib/log10f.c (log10f),
3735         * device/lib/logf.c (logf),
3736         * device/lib/sinf.c (sinf),
3737         * device/lib/sinhf.c (sinhf),
3738         * device/lib/sqrtf.c (sqrtf),
3739         * device/lib/tanf.c (tanf),
3740         * device/lib/tanhf.c (tanhf),
3741         * device/include/math.h: defined _FLOAT_FUNC_REENTRANT macro and
3742         replaced all instances of "reentrant" in the library functions
3743         defined in math.h with this macro.
3744         * support/regression/tests/float_trans.c: reenabled test for hc08
3745
3746 2004-08-30 Bernhard Held <bernhard AT bernhardheld.de>
3747
3748         * device/lib/pic16/Makefile.common.in: added MODELFLAGS again, it was
3749         erroneously deleted
3750
3751 2004-08-30 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3752
3753         * src/hc08/gen.c (loadRegFromAop): better use of clra & clrx
3754         * src/hc08/gen.c (genAnd, genOr): fixed bug with conditional when
3755         multi-byte volatile operands are used
3756         * src/hc08/gen.c (shiftRLong): fixed bug with wrong rotate direction
3757         * src/hc08/main.c (_hc08_genAssemblerPreamble): moved the built-in
3758         initialization to area GSINIT0 so that it would always precede
3759         any static initializers in GSINIT
3760         * support/regression/tests/zeropad.c: fixed idata define for hc08
3761         * support/regression/tests/bug-927659.c,
3762         * support/regression/tests/float_trans.c: disabled tests for hc08
3763         pending missing library routines
3764         * .version: increased version number to 2.4.4 - hc08 port now passes
3765         regression tests
3766
3767
3768 2004-08-29 Bernhard Held <bernhard AT bernhardheld.de>
3769
3770         * device/lib/pic16/Makefile.common.in: added $(MM) to fix `make clean`
3771         * Makefile.common.in,
3772         * as/Makefile,
3773         * as/hc08/Makefile.in,
3774         * as/mcs51/Makefile.in,
3775         * as/z80/Makefile.in,
3776         * debugger/mcs51/Makefile.in,
3777         * device/include/Makefile.in,
3778         * device/lib/Makefile.in,
3779         * doc/Makefile,
3780         * link/Makefile,
3781         * link/z80/Makefile.in,
3782         * packihx/Makefile.in,
3783         * sim/ucsim/main_in.mk,
3784         * sim/ucsim/avr.src/Makefile.in,
3785         * sim/ucsim/doc/Makefile.in,
3786         * sim/ucsim/gui.src/serio.src/Makefile.in,
3787         * sim/ucsim/hc08.src/Makefile.in,
3788         * sim/ucsim/s51.src/Makefile.in,
3789         * sim/ucsim/xa.src/Makefile.in,
3790         * sim/ucsim/z80.src/Makefile.in,
3791         * src/Makefile.in,
3792         * support/cpp2/Makefile.in,
3793         * support/librarian/Makefile,
3794         * support/makebin/Makefile: added DESTDIR to the install path proposed
3795         by "Maciej 'Agaran' Pijanka" <agaran AT pld-linux.org>
3796         * doc/sdccman.lyx: added DESTDIR documentation
3797
3798 2004-08-29 Vangelis Rokas (vrokas AT otenet.gr>
3799
3800         * src/pic16/gen.c (genFunction, genEndFunction): fixed return
3801         instruction for interrupt handlers, use fast returns when returning
3802         from high priority interrupts
3803
3804 2004-08-29 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3805
3806         * src/hc08/gen.c (genAnd, genOr, transferAopAop, rmwWithAop): optimized
3807         code generation
3808         * src/hc08/gen.c (genrshFour, genCpl): fixed bugs
3809         * src/hc08/gen.c (genMultOneByte, genDivOneByte, genModOneByte): fixed
3810         bugs, ported much of Bernhard's code from mcs51
3811         * src/mcs51/gen.c (genSend),
3812         * src/hc08/gen.c (genSend): fixed bug with lost SEND iCodes if more
3813         than one when calling a reentrant function
3814         * device/lib/_mullong.c: defined an alternate struct layout for big
3815         endian ports (hc08)
3816
3817 2004-08-28 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3818
3819         * src/hc08/gen.c (shiftL2Left2Result): fix for bug-500536 regression
3820         test
3821
3822 2004-08-28 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3823
3824         * src/SDCCsymt.c (processFuncArgs): make sure parameter types
3825         are sane and complete before asking the port its prefered parameter
3826         passing method (fixes bug #1017633)
3827         * device/lib/hc08/_ret.c: added "data" storage class to _ret2
3828         and _ret3
3829
3830 2004-08-27 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3831
3832         * src/hc08/gen.c (genPackBitsImmed, genUnpackBitsImmed): fix offset
3833         problem in bitfields >= 8 bits.
3834
3835 2004-08-27 Maarten Brock <sourceforge.brock AT dse.nl>
3836
3837         * src/SDCCsymt.c: undid changes that were not meant to be committed
3838
3839 2004-08-27 Maarten Brock <sourceforge.brock AT dse.nl>
3840
3841         * support/regression/ports/hc08spec.mk: REENTRANT must be reentrant
3842
3843 2004-08-27 Maarten Brock <sourceforge.brock AT dse.nl>
3844
3845         * src/hc08/gen.c (genUminusFloat): fixed bug where only 3 bytes were
3846           copied and wrong bit got inverted
3847
3848 2004-08-27 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3849
3850         * src/hc08/gen.c (genPointerSet, genFarPointerSet): moved code from
3851         genFarPointerSet into genPointerSet; eliminated genFarPointerSet
3852         * src/hc08/gen.c (genPointerGet, genFarPointerGet): moved code from
3853         genFarPointerGet into genPointerGet; eliminated genFarPointerGet
3854         * src/hc08/gen.c (genPackBitsImmed): generate optimized code for
3855         assignments to bitfields at known addresses
3856         * src/hc08/gen.c (genUnpackBitsImmed): generate optimized code for
3857         reads from bitfields at known addresses
3858         * src/hc08/ralloc.c (packRegisters),
3859         * src/hc08/gen.c (genPointerGet, genUnpackBits, genUnpackBitsImmed,
3860         genhc08Code): optimize pointer get values used as conditionals
3861         * src/hc08/peeph.def: added rules 2e & 2f to optimize bit test
3862         and branch
3863
3864 2004-08-24 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3865
3866         * src/mcs51/gen.c (genPointerGet, genNearPointerGet, genPagedPointerGet,
3867         genFarPointerGet, genCodePointerGet, genGenPointerGet, genUnpackBits),
3868         * src/mcs51/ralloc.c (packRegisters): optimize pointer get values used
3869         as conditionals
3870
3871 2004-08-22 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
3872
3873         * src/mcs51/peeph.def: peepholes 248.i-m for xdata bitfields
3874
3875 2004-08-21 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3876
3877         * src/mcs51/ralloc.c (packRegsForOneuse): fixed bug #1012650 and some
3878         related problems
3879
3880 2004-08-21 Bernhard Held <bernhard AT bernhardheld.de>
3881
3882         * sim/ucsim/cmd.src/Makefile.in: run lex only if $(PRJDIR)/devel exists
3883
3884 2004-08-18 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3885
3886         * src/z80/ralloc.c (packRegsForAssign): ported some bug fixes from the
3887         mcs51 port
3888
3889 2004-08-16 Slade Rich <slade_rich AT users.sourceforge.net>
3890
3891         * src/pic/gen.c: Restored fn genRet as previous fix was incorrect.
3892
3893 2004-08-14 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
3894
3895         * src/mcs51/gen.c (genJumpTab): jumptables for more than 16 switch
3896         cases use more compact code.
3897
3898 2004-08-13 Slade Rich <slade_rich AT users.sourceforge.net>
3899
3900         * src/pic/gen.c: Fixed problem with fn returning a variable bigger than a char.
3901
3902 2004-08-12 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3903
3904         * src/SDCClrange.c (findPrevUse): fixed bug #1007371
3905
3906 2004-08-12 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3907
3908         * src/SDCCsymt.h,
3909         * src/SDCCsymt.c (changePointer, checkDecl, addSymChain): changed
3910         parameter of changePointer() from symbol* to sym_link*
3911         * src/SDCCast.c (decorateType): call changePointer() for CAST op
3912         * src/SDCCsymt.c (compareType): void* type is castable to other
3913         pointers, but not necesarily an exact match.
3914         * src/SDCCicode.c (geniCodeCast): allow void* casting here since it
3915         is no longer blindly treated as an exact match.
3916         * src/SDCCval.c (valCastLiteral): treat missing type as cast to void
3917
3918 2004-08-12 Slade Rich <slade_rich AT users.sourceforge.net>
3919
3920         * src/pic/glue.c: Added struct initialisation fn printIvalStruct.
3921
3922 2004-08-11 Slade Rich <slade_rich AT users.sourceforge.net>
3923
3924         * src/pic/gen.c,
3925         * src/pic/pcode.c,
3926         * src/pic/ralloc.h,
3927         * src/pic/ralloc.c: Printing rIdx on internal verbose debug.
3928
3929 2004-08-10 Slade Rich <slade_rich AT users.sourceforge.net>
3930
3931         * src/pic/device.c,
3932         * src/pic/device.h,
3933         * src/pic/device.c: Will no longer exit if #pragma maxram has not been defined.
3934
3935 2004-08-06 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3936
3937         * src/mcs51/gen.c (emitcode): fixed bug #992819
3938
3939 2004-08-05 Maarten Brock <sourceforge.brock AT dse.nl>
3940
3941         * src/pic/ralloc.c (deassignLR): allthough pic port is buggy already,
3942           there's no need to make it worse
3943
3944 2004-08-05 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3945
3946         * src/mcs51/ralloc.c (deassignLR),
3947         * src/ds390/ralloc.c (deassignLR),
3948         * src/hc08/ralloc.c (deassignLR),
3949         * src/z80/ralloc.c (deassignLR),
3950         * src/pic/ralloc.c (deassignLR),
3951         * src/pic16/ralloc.c (deassignLR),
3952         * src/avr/ralloc.c (deassignLR),
3953         * src/SDCClrange.c (findRecursiveSucc, findRecursivePred, findPrevUse,
3954         rlivePoint): fixed another part of bug #971834
3955
3956 2004-08-04 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3957
3958         * src/z80/main.c: enabled "critical" keyword
3959         * src/z80/mappings.i,
3960         * src/z80/gen.c (genFunction, genEndFunction): support for interrupt
3961         functions (fixes bug #979646)
3962         * doc/sdccman.lyx: added a subsection explaining z80 interrupt support
3963
3964 2004-08-04 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
3965
3966         * src/mcs51/gen.c (genInline): Add \n for labels, not DOS/WIN dirs
3967           such as c:\mydir.
3968
3969 2004-08-03 Maarten Brock <sourceforge.brock AT dse.nl>
3970
3971         * src/SDCCloop.c (loopInvariants): fixed bug 983545, hope this
3972           doesn't disable too much optimizations
3973
3974 2004-08-02 Slade Rich <slade_rich AT users.sourceforge.net>
3975
3976         * src/pic/glue.c Disabled "WARNING: function 'main' undefined" when -S option is used.
3977
3978 2004-08-02 Maarten Brock <sourceforge.brock AT dse.nl>
3979
3980         * src/SDCClrange.c (rlivePoint): fixed bug 988568, thanks to anonymous
3981
3982 2004-08-02 Slade Rich <slade_rich AT users.sourceforge.net>
3983
3984         * src/pic/gen.c tidied up tabs
3985         * src/pic/genarith.c tidied up tabs and fixed bug with literal multiple where same register was used for hi and low byte
3986         * src/pic/main.c tidied up tabs
3987         * src/pic/pcode.c tidied up tabs and disabled verbose code generation
3988         * src/pic/pcoderegs.c tidied up tabs
3989         * src/pic/ralloc.c tidied up tabs
3990
3991 2004-07-30 Vangelis Rokas <vrokas AT otenet.gr>
3992
3993         * src/SDCCmem.c (allocGlobal): don't turn S_REGISTER storage class
3994         to S_FIXED for pic16 port and when symbol is not in level 0,
3995         allocate for S_REGISTER storage class and pic16 port, too,
3996         * src/pic16/device.h: prototype for checkSym,
3997         * src/pic16/device.c (pic16_dump_access, checkSym): NEW,
3998         * (pic16_assignConfigWordValue): test the value and the mask to
3999         validate that the value is suitable for the configuration word,
4000         * src/pic16/glue.c (pic16_printIvalFuncPtr): use 'externs' to
4001         collect extern declared symbols, don't emit symbol twice, check
4002         first if symbol is in publics set first,
4003         * src/pic16/main.c (_pic16_keywords[]): added keyword 'register',
4004         * added command line '--fstack' which enables an experimental
4005         feature for stack access, too buggy to be used yet...
4006         * src/pic16/ralloc.c (pic16_accessregWithName): NEW,
4007         * (pic16_allocDirReg): when register has storage class S_REGISTER
4008         allocate in pic16_dynAccessRegs,
4009         * device/include/pic16/pic18f????.h: modified configuration word
4010         naming convention, words started as CONFIG0H but should be CONFIG1H
4011
4012 2004-07-29 Maarten Brock <sourceforge.brock AT dse.nl>
4013
4014         * device/include/mcs51reg.h: fixed bug 970993
4015
4016 2004-07-27 Maarten Brock <sourceforge.brock AT dse.nl>
4017
4018         * added lib/calloc.c, lib/free.c, lib/realloc.c, include/stddef.h
4019         * updated lib/malloc.c, lib/libsdcc.lib, lib/Makefile.in, include/malloc.h
4020         * src/SDCC.lex (doPragma): added pragma disable_warning <nnn>
4021         * src/SDCCmain.c (parseCmdLine): added option --disable-warning <nnn>
4022         * src/ds390/gen.c (genPlusIncr): fixed bug when incrementing generic pointers
4023         * support/Util/SDCCerr.c (vwerror): suppress disabled warnings and output
4024           error/warning numbers,
4025           added function setWarningDisabled()
4026         * support/Util/SDCCerr.h: added setWarningDisabled() and MAX_ERROR_WARNING
4027         * support/regression/ports/mcs51-stack-auto/spec.mk: added dependencies
4028           _memcmp.c _memmove.c calloc.c realloc.c free.c
4029         * support/regression/tests/malloc.c: added tests for new functionality
4030         * support/regression/tests/zeropad.c: added tests for truncated initializers
4031           and initialized char arrays starting with '\x0'
4032         * src/mcs51/peeph.def: fixed regression, added peephole 177.f
4033
4034 2004-07-26 Bernhard Held <bernhard AT bernhardheld.de>
4035
4036         * support/valdiag/tests/overflow.c: fixed warning on (1 >> 40)
4037
4038 2004-07-26 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
4039
4040         * doc/sdccman.lyx: updated example in section "Absolute Addressing"
4041         * src/mcs51/peeph.def: added contributed fix for "bug" #995347 as
4042         peephole 177.e. Thanks to anonymous
4043
4044 2004-07-25 Vangelis Rokas <vrokas AT otenet.gr>
4045
4046         * src/pic16/glue.c (pic16_printIvalFuncPtr): when an extern
4047         function isn't used in the source but referenced as a
4048         variable initializer then declare it as extern in .asm file
4049
4050 2004-07-24 Vangelis Rokas <vrokas AT otenet.gr>
4051
4052         * .version: increased version number to 2.4.3
4053
4054         Adding version extension according to ChangeLog CVS revision
4055         * src/Makefile.in (target all): added dependency 'version.h'
4056         * (rule version.h): added rule to create version.h from ChangeLog,
4057         * (rule dep): added dependency version.h,
4058         * src/version.awk: AWK script to create version.h
4059         * src/SDCCdwarf2.c (dwWriteModule),
4060         * src/SDCCglue.c (initialComments),
4061         * src/SDCCmain.c (printVersionInfo): modified to write after
4062         version string the version extension number,
4063         * src/SDCCutil.c: included "version.h"
4064         * (getBuildNumber): NEW, returns SDCC's ChangeLog minor revision
4065         number,
4066         * src/SDCCutil.h: added prototype for getBuildNumber
4067
4068         * src/SDCCmain.c (parseCmdLine): when sOpt is 'I' add rest in
4069         includeDirsSet, too,
4070         * src/SDCCsymt.c (checkSClass): don't emit error when a variable,
4071         const char [] is found in function prototype...
4072
4073         * src/pic16/genarith.c (pic16_genUMult8XLit_8): optimization to omit
4074         moving to WREG with source is already in WREG,
4075         * src/pic16/gen.h: added AOP_FSR0 and AOP_FSR2 in enum,
4076         * src/pic16/gen.c (getFreePtr): updated to look for FSR0 and FSR2,
4077         * (aopForSym): stack'ed symbols are partially supported, added
4078         if-clause to support symbols in FARSPACE,
4079         * (sameRegs): added test for AOP_ACC to see if registers are same,
4080         * (pic16_freeAsmop): added case for AOP_FSR0 and AOP_FSR2,
4081         * (pic16_aopGet): added case for AOP_FSR0 and AOP_FSR2,
4082         * (pic16_popRegFromString): will not allocate a new register if it
4083         doesn't find one by name, bug may have introduced...
4084         * (pic16_popGet): added case for AOP_FSR0 and AOP_FSR2,
4085         * (genIpush): revived to use pic16 port's stack,
4086         * (genAddrOf): added incomplete case for stack'ed operand,
4087         * (genCast): optimized a pair of MOVFW,MOVWF to MOVFF
4088         * src/pic16/genutils.c (pic16_genNot): almot new vesrion for NOT,
4089         can handle multibyte operands,
4090         * src/pic16/glue.c (pic16_printIval*): some debug info added,
4091         * (pic16initialComments): added message for MPLAB compatibility
4092         mode enabled,
4093         * src/pic16/main.h: prototype for pic16_mplab_comp,
4094         * src/pic16/main.c (pic16_optionsTable): new option --mplab-comp,
4095         which enabled MPLAB compatibility mode (i.e. no #LINE/#FILE, BANKED)
4096         * (_pic16_linkEdit): NEW, handles link stage, transferred here
4097         because of increased complexity of procedure,
4098         * (_process_pragma): stack pragma changed to format 'stack pos len',
4099         emit symbol '_stack_end' to conform with gplink,
4100         * src/pic16/pcode.c (pic16_newpCodeOpBit): using pic16_regWithName
4101         to search for register,
4102         * (pic16_get_op, pic16_get_op2): added case for PO_W, PO_WREG and
4103         PO_GPR_REGISTER,
4104         * (pic16_pCode2str): when in MPLAB compatibility mode, comment out
4105         #LINE directives and replace 'B' with 'BANKED' in instruction opcodes
4106         * (pic16_getRegFromInstruction, pic16_getRegFromInstruction2): added
4107         case for PO_GPR_REGISTER,
4108         * (pic16_AnalyzeBanking): removed the old message for inc2h.pl, past
4109         dies, the new era is ahead !...
4110         * src/pic16/ralloc.c: added hash reposits pic16_dynAllocRegNames and
4111         pic16_dynInternalRegs,
4112         * (pic16_allocregWithName, pic16_procregWithName, pic16_regWithname): NEW,
4113         * (pic16_allocDirReg): minor optimizations and bug fixes,
4114         * (pic16_allocWithIdx): when searching pic16_dynProcessorRegs use fixed,
4115
4116         * device/lib/pic16/startup/crt0*.c: extern definition of stack_end,
4117         load stack and frame pointer with address of 'stack_end' symbol
4118
4119 2004-07-23 Vangelis Rokas <vrokas AT otenet.gr>
4120
4121         * src/pic16/glue.c (pic16emitStaticSeg): fixed bug with files
4122         without source code but only variable initializers
4123
4124 2004-07-20 Vangelis Rokas <vrokas AT otenet.gr>
4125
4126         * src/pic16/glue.c (pic16emitRegularMap): unused functions marked as
4127         external are not declared as extern to reduce overhead while linking
4128
4129 2004-07-20 Maarten Brock <sourceforge.brock AT dse.nl>
4130
4131         * src/SDCCast.c (decorateType): removed buggy fix for bug #979599
4132
4133 2004-07-11 Maarten Brock <sourceforge.brock AT dse.nl>
4134
4135         * src/SDCCglue.c (printIvalArray): fixed bug #984229, thanks to Phuah
4136           Yee Keat for the patch
4137         * src/SDCCast.c (decorateType): fixed bug #979599
4138         * src/ds390/gen.h: removed local fReturnSizeDS390
4139         * src/ds390/gen.c: made fReturnSizeDS390 signed short to remove a warning
4140         * src/ds390/gen.c (genAnd, genOr, genXor),
4141         * src/mcs51/gen.c (genAnd, genOr, genXor): generate better optimized code
4142
4143 2004-07-04 Vangelis Rokas <vrokas AT otenet.gr>
4144
4145         * src/SDCCmain.c (linkEdit): modifications only for pic16 port,
4146         add relFilesSet to $3, manipulate $2 to handle linking of object
4147         files without source files in command line,
4148         * device/include/pic16 (all headers): added ID location macros,
4149         * src/pic16/device.c (struct PIC16_device Pics16[]): added field
4150         entries for ID location bytes,
4151         * (pic16_assignIdByteValue): NEW,
4152         * src/pic16/device.h: new structures idRegInfo_t and idBytesInfo_t,
4153         added field dumpcalltree to pic16_options_t,
4154         * src/pic16/gen.c (genCmp): fixed bug case so a temporary register
4155         is used instead of pic16_Gstack_base_addr, check if (ifx) before
4156         emitting rFalseIfx label after check_carry label,
4157         * src/pic16/glue.c (PIC16_IS_IDLOC_ADDRESS, PIC16_IS_HWREG_ADDRESS,
4158         pic16_emitDIRegs), NEW
4159         * (pic16glue): dump .calltree file when option --calltree found,
4160         * src/pic16/main.c (OPTION _pic16_optionsTable): new option --calltree
4161         * (_pic16_genAssemblerPreamble): emit ID locations after
4162         configuration registers,
4163         * (pic16_linkCmd): modifications of the link command,
4164         * src/pic16/pcode.c (pic16_pciMOVFF): PCC_REGISTER replaces PCC_REGISTER2
4165         * (pic16_pCodeInitRegisters): don't init stack registers,
4166         * (pic16_findPrevInstruction): fixed bug,
4167         * (pic16_getRegFromInstruction, pic16_getRegFromInstruction2): fixed
4168         bug with immediate registers,
4169         * (buildCallTree): traces stack push and pop,
4170         * (pct2): dump also stack usage for each function,
4171         * src/pic16/ralloc.c (dynrIdx): registers names start from 0x00
4172         * (pic16_allocDirReg): various modifications,
4173         * (pic16_typeRegWithIdx): when searching pic16_dynProcessorRegs set
4174         fixed to 1,
4175
4176 2004-07-02 Vangelis Rokas <vrokas AT otenet.gr>
4177
4178         * src/pic16/pcode.c: removed buggy double colon
4179
4180 2004-07-01 Borut Razem <borut.razem AT siol.net>
4181
4182         * support/scripts/sdcc.nsi: added include/pic16 to setup
4183
4184 2004-06-30 Vangelis Rokas <vrokas AT otenet.gr>
4185
4186         * device/lib/Makefile.in: fixed bug in target objects-pic16,
4187         * device/lib/pic16/Makefile: prefixed with dash (-) command under
4188         target 'clean',
4189         * doc/sdccman.lyx: changed version to 2.4.2 and added some port
4190         specific command line arguments. Also added sample lkr script
4191         for placing a variable at a specific memory bank.
4192         * src/pic16/device.c (pic16_dump_gsection): NEW, to dump variables
4193         at a specific memory bank,
4194         * (pic16_dump_isection): fixed bug which caused string literals to
4195         be omitted when dumping idata section,
4196         * (pic16_groupRegistersInSection): added code to handle registers
4197         in specific memory banks,
4198         * src/pic16/gen.c: labelOffset is prefixed with pic16_ and made
4199         public, all references are renamed too,
4200         * (pic16_aopGet): removed switch cases for AOP_R0,AOP_R1,AOP_DPTR,
4201         AOP_DPTR2,
4202         * (pic16_storeForReturn): added case to handle when dest is WREG,
4203         * src/pic16/genarith.c (pic16_pCodeOpSubType): NEW,
4204         * src/pic16/glue.c (pic16emitRegularMap): when adding a register in
4205         pic16_rel_udata, check to see if that register is marked as being
4206         a member of a specific memory bank,
4207         * (pic16_printIvalCharPtr): added code to add string literals either
4208         to code or the idata sections,
4209         * src/pic16/main.c (_process_pragma): added \n to WHITE constant,
4210         also accept the 'udata' pragma,
4211         * src/pic16/main.h: new structure types sectName and sectSym
4212         * src/pic16/pcode.c: added new pCodeInstruction entry for BANKSEL
4213         * (newpCodeOpBit): added PIC_OPTYPE subt in function prototype,
4214         * (pic16_findPrevInstruction): fixed, it returned nothing,
4215         * (insertBankSwitch): fixed to emit banksel/skip and skip/banksel
4216         instruction combinations,
4217         * (pic16_FixRegisterBanking): heavily reorganised,
4218         * (pic16_AnalyzeBanking): if generating banksel directives is
4219         disabled, then don't call FixRegisterBanking at all,
4220         * src/pic16/ralloc.c (bitEQUs, aliasEQUs, allDefsOutOfRange):
4221         completely removed,
4222         * (pic16_writeUsedRegisters): added call to pic16_dump_gsection
4223
4224 2004-06-29 Bernhard Held <bernhard AT bernhardheld.de>
4225
4226         * src/SDCCglue.c (printChar): fixed bug #973350, patch provided by
4227         Phuah Yee Keat <yk.phuah AT nestac.com>
4228
4229 2004-06-28 Vangelis Rokas <vrokas AT otenet.gr>
4230
4231         * src/pic16/glue.c (pic16createInterruptVect): function now emits
4232         correctly the IVT even if it is relocated to some other location
4233
4234 2004-06-28 Vangelis Rokas <vrokas AT otenet.gr>
4235
4236         * device/include/pic16/pic18fregs.h: added case for pic18f2220.h
4237         * device/include/pic16/pic18f2220.h: NEW,
4238         * device/lib/pic16/libdev/pic18f2220.c: NEW,
4239         * device/lib/pic16/libdev/Makefile: added 18f2220 in DEVS,
4240         * src/pic16/device.c (struct Pics16): added info for 18f2220,
4241         * src/pic16/device.h (struct pic16_options): added ivt_loc and
4242         nodefaultlibs, ivt_loc is the location of the interrupt vector
4243         table, and nodefaultlibs signs that default libraries should not be
4244         linked in link stage,
4245         * src/pic16/gen.c (genFunction): relocate interrupt vector functions
4246         according to --ivt-loc argument,
4247         * src/pic16/main.c (_process_pragma): emit '_stack' as public symbol
4248         when pragma stack is found,
4249
4250 2004-06-25 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
4251
4252         * src/mcs51/peeph.def: added peepholes 182.d (return 0.0),
4253         256 (range check), 257 (do while), 258.a-f (bit banging
4254         f.e. on 3-wire SPI bus)
4255
4256 2004-06-21 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4257
4258         * src/SDCClrange.c (findNextUseSym): fixed a live range bug with
4259         variables used exclusively within a loop
4260
4261 2004-06-21 Bernhard Held <bernhard AT bernhardheld.de>
4262
4263         * src/mcs51/gen.c (genCpl): quick fix for bug #974835
4264
4265 2004-06-21 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4266
4267         * src/SDCClrange.c (computeClash): fixed bug #971834
4268
4269 2004-06-20 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4270
4271         * src/mcs51/gen.c (genCmp): fixed bug #975903
4272         * src/hc08/gen.c (operandsEqu),
4273         * src/ds390/gen.c (operandsEqu),
4274         * src/z80/gen.c (operandsEqu),
4275         * src/pic/gen.c (operandsEqu),
4276         * src/pic16/gen.c (operandsEqu),
4277         * src/mcs51/gen.c (operandsEqu): fixed bug #976283
4278         * src/SDCCmain.c (parseCmdLine): report --unknown-option only once
4279
4280 2004-06-15 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4281
4282         * src/SDCCcse.c (cseBBlock): fixed bug #966963
4283
4284 2004-06-12 Vangelis Rokas <vrokas AT otenet.gr>
4285
4286         * src/pic16/gen.c (genPointerGet): added E_INTERNAL_ERROR for
4287         default case in switch statement,
4288         * glue.c (pic16_initPointer): expr is initialised via decoarteType
4289         to eliminate problem with initialisation of pointers, but problem
4290         still exists,
4291         * (pic16_pointerTypeToGPByte): removed, no needed for pic16,
4292         * (emitStaticSegment): removed various lines emitting debug info,
4293         * src/pic16/pcode.c, src/pic16/pcode.h, src/pic16/ralloc.h:
4294         added processor registers for utilizing EEPROM,
4295         * src/pic16/pcode.c (pic16_emitDB): number of DBs emitted is not
4296         configurable and set 8
4297
4298 2004-06-08 Vangelis Rokas <vrokas AT otenet.gr>
4299
4300         * .version: increased version number to 2.4.2,
4301
4302         Cumulative patch for pic16 port
4303         * src/pic16/device.c: changed scheme to dump initial values for
4304         variables in idata segment, all print_idata* functions were removed,
4305         now the pic16_printIval* will be called,
4306         * src/pic16/glue.c: (pic16_initPointer, pic16_pointerTypeToGPByte,
4307         * _pic16_printPointerType, pic16_printPointerType,
4308         * pic16_printGPointerType, pic16_printIvalArray, pic16_printIvalStruct,
4309         * pic16_printIvalBitFields, pic16_printIvalFuncPtr, pic16_printIvalPtr:
4310         NEW, similar to the respective functions in SDCCglue.c,
4311         * src/pic16/pcode.c (pic16_emitDB, pic16_flushDB): reverted to old
4312         way, emitting hex bytes,
4313         * (pic16_emitDS): NEW, emits a string for pointer initialisation,
4314
4315 2004-06-08 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4316
4317         * src/avr/ralloc.c (serialRegAssign),
4318         * src/xa51/ralloc.c (serialRegAssign),
4319         * src/pic/ralloc.c (serialRegAssign),
4320         * src/pic16/ralloc.c (serialRegAssign),
4321         * src/hc08/ralloc.c (serialRegAssign),
4322         * src/z80/ralloc.c (serialRegAssign),
4323         * src/ds390/ralloc.c (serialRegAssign),
4324         * src/mcs51/ralloc.c (serialRegAssign): fixed bug #964479
4325
4326 2004-06-08 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4327
4328         * src/SDCCicode.c (geniCodeJumpTable): fixed bug #967601
4329         * src/SDCCpeeph.c (labelIsReturnOnly): fixed bug #966505
4330
4331 2004-06-07 Vangelis Rokas <vrokas AT otenet.gr>
4332
4333         Cumulative patch for pic16 port:
4334         * src/pic16/device.h (typedef PIC16_device) modified fields for
4335         defining microcontrollers,
4336         * src/pic16/device.c: added new info for all devices in Pics16 array,
4337         * src/pic16/gen.c (genPcall): fixed bug that caused the return label
4338         to be optimised out by the pCode optimiser,
4339         * src/pic16/glue.c (pic16emitRegularMap): treat implicit aggragates
4340         specially, bug reported by G.M. Gallant,
4341         * src/pic16/pcode.c (pic16_newpCodeLabelFORCE): NEW, marks a label
4342         as force'd so that cannot be optimised out by pCode optimiser,
4343         * src/pic16/pcode.c,
4344         * src/pic16/pcodepeeph.c,
4345         * src/pic16/pcoderegs.c: many modifications to re-enable peepholes,
4346         they are disabled by default, but can be enabled explicit with
4347         command argument --denable-peeps, for testing,
4348         * device/lib/pic16/startup/Makefile: added --no-peep,--pomit-config-words,
4349         --pomit-ivt in COMPILE_FLAGS
4350
4351 2004-06-06 Maarten Brock <sourceforge.brock AT dse.nl>
4352
4353         * src/pic16/pcode.c (pic16_emitDB): removed double semicolon which fails
4354           compilation on MSVC
4355
4356 2004-06-06 Maarten Brock <sourceforge.brock AT dse.nl>
4357
4358         * device/include/sab80515.h: added sfr P6, changed GPL to LGPL
4359
4360 2004-06-06 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
4361
4362         device/include/sab80515.h: fixed bug #967492, DAPR is defined at adress
4363         0xd8, but the correct adress is 0xda. Thanks to anonymous for reporting
4364
4365 2004-06-06 Vangelis Rokas <vrokas AT otenet.gr>
4366
4367         * src/pic16/device.c (pic16_assignConfigWord): fixed bug that
4368         would only assign 0x300001 register.
4369
4370 2004-06-05 Vangelis Rokas <vrokas AT otenet.gr>
4371
4372         * device/lib/pic16/startup/Makefile: added $(MODELFLAGS)
4373         in COMPILE_FLAGS. Thanks to G. Gallant for report.
4374
4375 2004-06-05 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
4376
4377         * doc/sdccman.lyx: minor changes, mentioned beta vendor support
4378         for ds80c400
4379         * src/mcs51/peeph.def: ran unexpand -a over peeph.def
4380         * src/mcs51/peeph.def: removed obsolete peephole 100.a,
4381         added peephole 254 (left shift), 255 (jump table)
4382
4383 2004-06-04 Vangelis Rokas <vrokas AT otenet.gr>
4384
4385         * device/lib/Makefile.in: removed comment line with model-pic16,
4386         * (target port-specific-objects-pic16): the libraries and objects
4387         are copied to the build directory form the device/lib/pic16/bin
4388         directory
4389
4390         Cumulative patch concerning pic16 port:
4391         * library directory has been re-organized,
4392         * added support for PIC18F1220,
4393         * added headers and library sources for chips 18f1220,18f6520,
4394         18f6620,18f6680,18f6720,18f8520,18f8620,18f8680,18f8720
4395
4396         * configuration registers setting has changed, now each supported
4397         device has a complete description of the registers it uses,
4398         * all initialisations are moved to idata sections, these section
4399         can be absolute or relocatable,
4400         * fixed initialisation of codespace variables,
4401         * fixed warning about PCLATU and gpsim,
4402         * src/pic16/gen.c (genCmp): now can handle partially iCodes with no ifx,
4403         * (genAssign): use table reads when assigning from variables in codespace,
4404         * src/pic16/glue.c (pic16emitStaticSeg): fixed to correctly initialise
4405         char/int variables placed in codespace,
4406         * (pic16_emitConfigRegs): NEW, emits a list with configuration
4407         registers set in .asm file, no need for --pomit-config-words anymore,
4408         * (pic16glue): some 8051 legacy segments are commented out
4409         (to be removed completely),
4410         * added support for alternative assembler and linker with --asm=
4411         and --link= command line arguments,
4412         * peepholes are disabled automatically in the port, no need to
4413         specify on command line,
4414         * port supports natively char/int/long multiplication, but converts
4415         all divisions to support functions,
4416         * main.c: pic16_linkCmd and pic16_asmCmd changed to force output
4417         to the file set in variable $2,
4418         * pcode.c (pic16_emitDB, pic16_flushDB): modified to print printable
4419         strings in ASCII format and not in hex,
4420         * ralloc.c (serialRegAssign): added a triplet of conditional calls
4421         to pic16_allocDirReg for IC_RESULT, IC_LEFT and IC_RIGHT so to
4422         allocate proper register if iCodes aren't temporary,
4423
4424 2004-06-02 Maarten Brock <sourceforge.brock AT dse.nl>
4425
4426         * support/regression/tests/zeropad.c: added TEST_G macro for alpha
4427
4428 2004-06-02 Vangelis Rokas <vrokas AT otenet.gr>
4429
4430         * src/pic16/gen.c (genPcall): warning about gpsim and PCLATU
4431         is commented out
4432
4433 2004-06-01 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4434
4435         * src/hc08/gen.c (genPointerGetSetOfs): disabled optimization if
4436         computed address is reused
4437         * src/hc08/gen.c (genPackBits): fixed offsets in assignments to
4438         multi-byte bitfields
4439
4440 2004-06-01 Maarten Brock <sourceforge.brock AT dse.nl>
4441
4442         * src/z80/gen.c: (genArrayInit): must check for pointers too
4443
4444 2004-06-01 Maarten Brock <sourceforge.brock AT dse.nl>
4445
4446         * support/regression/tests/zeropad.c: never meant to commit the
4447           nestedstruct test: removed, added check for GCC version
4448
4449 2004-05-31 Maarten Brock <sourceforge.brock AT dse.nl>
4450
4451         * src/SDCCast.c (createIvalArray): fixed bug 770487 SIGSEGV
4452         * src/SDCCglue.c (emitRegularMap): fixed bug 770484 allocation problem
4453         * src/SDCCglue.c (initPointer, printIvalType, printIvalStruct,
4454           printIvalArray, printIvalFuncPtr, printIvalPtr, printIval): fixed
4455           bugs 928906 and 954082 half-empty initializers
4456         * src/SDCCsymt.h,
4457         * src/SDCCsymt.c (getAllocSize): added for above fix
4458         * src/z80/gen.c (genArrayInit): fixed bug 741044
4459         * support/regression/tests/zeropad.c: added tests
4460
4461 2004-05-30 Vangelis Rokas <vrokas AT otenet.gr>
4462
4463         * src/pic16/device.c (pic16_dump_section): corrected bug which
4464         caused some symbols of the libraries to be misplaced
4465
4466 2004-05-28 Vangelis Rokas <vrokas AT otenet.gr>
4467
4468         * src/pic16/glue.c,
4469         * src/pic16/ralloc.h,
4470         * src/pic16/ralloc.cc: prefixed IS_CONFIG_ADDRESS with PIC16_
4471         to fix conflict with pic port
4472
4473 2004-05-28 Vangelis Rokas <vrokas AT otenet.gr>
4474
4475         * src/pic16/glue.c (pic16emitStaticSeg): do not print as publics or
4476         externs configuration variables,
4477         * src/pic16/ralloc.h,
4478         * src/pic16/ralloc.cc: IS_CONFIG_ADDRESS is made public and added
4479         prototype in header, commented out some debug messages
4480
4481 2004-05-26 Vangelis Rokas <vrokas AT otenet.gr>
4482
4483         * src/pic16/glue.c,
4484         * src/pic16/main.c,
4485         * src/pic16/pcode.c: added gpasm directives #FILE/#LINE
4486         for gpasm COFF object generation. Thanks to D. Hawkins for
4487         his patch info
4488
4489 2004-05-25 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4490
4491         * src/ds390/main.c,
4492         * src/mcs51/main.c: fixed sort order of mnemonics (thanks to Maarten
4493         Brock for spotting this)
4494         * src/ds390/gen.c (genEndFunction),
4495         * src/mcs51/gen.c (genEndFunction): always save psw if function is an
4496         interrupt handler and critical. Disable push/pop optimizations when
4497         peephole optimizations disabled.
4498
4499 2004-05-25 Vangelis Rokas <vrokas AT otenet.gr>
4500
4501         Updated pic16 library sources and headers.
4502         * device/lib/pic16/pic18f*/ ,
4503         * device/include/pic16/*.h: modified to handle structured SFR
4504         definitions
4505
4506 2004-05-25 Vangelis Rokas <vrokas AT otenet.gr>
4507
4508         * src/port.h (PORT structure): added hook initPaths, now each
4509         port can declare its own default search paths,
4510         which can been seen with the --print-search-dirs option,
4511         see pic16 port for example,
4512         * src/SDCCmain.c (setBinPaths, setIncludePaths, setLibPath,
4513         setDataPaths): test to options.printSearchDirs is ifdef'ed out,
4514         * (doPrintSearchDirs): NEW, replaces in a central manner the
4515         printing of search dirs which was split in set*Paths functions,
4516         * (main): added call to port->initPaths and doPrintSearchDirs,
4517         * src/avr/main.c,
4518         * src/ds390/main.c,
4519         * src/hc08/main.c,
4520         * src/izt/i186.c,
4521         * src/izt/tlcs900h.c,
4522         * src/mcs51/main.c,
4523         * src/pic/main.c,
4524         * src/pic16/main.c: modified port structures to reflect addition of
4525         initPaths hook,
4526
4527         * src/pic16/device.c (regCompare): registers are finally sorted by name,
4528         * (pic16_dump_section): for registers in same address reserve memory once,
4529         * src/pic16/device.h (struct PIC16_device): changed variable gen_banksel
4530         to no_banksel,
4531         * src/pic16/genarith.c (pic16_genPlus): added code to handle cases where
4532         result is greater in size than right or left,
4533         * (pic16_genUMult8X8_8): there are some cases where the result can
4534         be 16 bits size, so handle these,
4535         * src/pic16/gen.c: changed some pic16_emitpcomment to DEBUGpic16_emitcode,
4536         * (pic16_outBitC): modified to emit pcodes,
4537         * (pic16_storeForReturn): using is_LitOp to see if operand is literal
4538         or not,
4539         * (genDivOneByte): implemented algorithm to divide 8-bits,
4540         * (genCmp): uncommented goto, but issues still exist,
4541         * (genAnd): fixed a bug with variables >8bits,
4542         * (genPackBits): optimization added that uses BCF/BSF to change a
4543         single bit,
4544         * (genAssign): fixed bug when assigning floating point literals,
4545         * src/pic16/glue.c (pic16glue): added assembler directive 'code' before
4546         __sdcc_gsinit_startup label,
4547         * src/pic16/main.c (_pic16_init): removed search directory
4548         initialisations,
4549         * (_pic16_initPaths): NEW, used to initialise search directories,
4550         * (_hasNativeMulFor): support functions for all except char/int
4551         multiplication, and char division,
4552         * (PIC16_port struct): modified entry for native mul support,
4553         * src/pic16/pcode.c (insertBankSwitch): modified to support the renamed
4554         no_banksel option,
4555         * (buildCallTree): call to register_usage is ifdef'ed out,
4556
4557 2004-05-22 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4558
4559         * device/include/string.h: applied Stas Sergeev's patch to make this
4560         header file compatible with the preprocessor -Wundef option
4561         * src/SDCCmain.c (main): abort compilation if preprocessor reports
4562         failure (fixes bug #941458)
4563
4564 2004-05-21 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4565
4566         * src/SDCCopt.c (killDeadCode): fixed bug #907733
4567         * support/Util/SDCCerr.c: reworded E_AUTO_ASSUMED diagnostic to clarify
4568         that the variable, not the function, should be static
4569         * src/SDCCval.c (valCastLiteral): fixed bit initialization from literal
4570         to be consistent with non-literal case
4571
4572 2004-05-19 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4573
4574         * src/SDCCast.c (isConformingBody): fixed bug #949967
4575         * src/SDCCopt.c (cnvToFcall, cnvToFloatCast, cnvFromFloatCast,
4576         convilong): fixed bug #952086
4577
4578 2004-05-18 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4579
4580         * src/SDCCmem.c (allocVariables): fixed bug #955321
4581
4582 2004-05-18 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4583
4584         * src/hc08/main.c (_hc08_genAssemblerEnd),
4585         * src/SDCCdwarf2.c (dwOpenFile, dwCloseFile, dwWriteFunction,
4586         dwWriteModule, dwWriteCLine, dwWriteALine, dwarf2FinalizeFile):
4587         completely eliminated the use of a temporary file
4588         * src/SDCCdwarf2.c (dwWriteAttr): fixed bug with location list offset
4589         when more than one file linked
4590         * src/SDCCloop.c (pointerAssigned): fixed bug #954163
4591
4592 2004-05-17 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4593
4594         * src/SDCCval.c (valForArray): applied Maarten Brock's patch #947682
4595         which fixes bug #543481
4596         * support/regression/tests/bug-751703.c: fixed comments left from a
4597         cut and paste error
4598         * src/SDCCdwarf2.c (dwCloseFile): don't explicitly close a temp file
4599         * src/SDCCdwarf2.c (dwTagFromType): added bitfield support
4600         * src/SDCCdwarf2.c (dwWriteSymbolInternal): handle extern within local
4601         scopes
4602         * src/SDCCdwarf2.c (dwWriteLineNumber): line number deltas are signed
4603         * src/SDCCmain.c (processFile, parseCmdLine): non-alphanumeric chars
4604         are now changed to underscores in moduleName
4605
4606 2004-05-15 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
4607
4608         * as/mcs51/lkmem.c: better fix for bug #954173
4609
4610 2004-05-15 Maarten Brock <sourceforge.brock AT dse.nl>
4611         committed by Frieder Ferlemann <Frieder.Ferlemann AT web.de>
4612
4613         * device/include/c8051f020.h: newly added SiLabs (Cygnal) header file
4614         * device/include/c8051f000.h,
4615         * device/include/c8051f120.h,
4616         * device/include/c8051f300.h,
4617         * device/include/c8051f310.h,
4618         * device/include/c8051f320.h: updated (added _XPAGE, CAPN, CAPP,
4619         PWM16) and detab'ed
4620
4621 2004-05-15 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
4622
4623         * doc/sdccman.lyx: mentioned sourceforge's delay between web frontend
4624         and mailing lists, doc'ed --no-peep-comments, removed reference
4625         to knoppix (newest version has no LyX/LaTeX), other minor changes
4626         * src/SDCCglue.c (glue): save 2 bytes stack space with
4627         option --main-return. The ljmp could probably be avoided too
4628
4629 2004-05-14 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
4630
4631         * as/mcs51/lkmem.c, as/mcs51/lkaomf51: fixed bug 954173
4632
4633 2004-05-14 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4634
4635         * src/SDCCsymt.h: added IS_AUTO(symbol) test macro
4636         * src/SDCCopt.c (isLocalWithoutDef),
4637         * src/SDCCicode.c (operandFromSymbol): use the IS_AUTO test macro
4638         which adds a !IS_EXTERN codition. Fixes bugs #877426 and #751703.
4639         (credit to Maarten Brock for patch #949363, on which this is based)
4640         * support/regression/tests/bug-751703.c: some test cases of extern used
4641         within inner scopes.
4642
4643 2004-05-14 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4644
4645         * src/SDCCdwarf2.c (dwMatchTypes): structs must have matching
4646         SPEC_STRUCT
4647         * src/SDCCdwarf2.c (dwTagFromType): fix to handle recursive
4648         struct definitions
4649         * src/SDCCdwarf2.c (dwWriteModule, dwNewDebugSymbol, dwWriteEndFunction,
4650         dwWriteLabel): fix to create valid debugger symbols even when
4651         the module name has non-alphanumeric symbols in it
4652         * src/SDCCdwarf2.c (dwWriteSymbolInternal): better detection for
4653         when a variable's allocation has been optimized away
4654
4655
4656 2004-05-13 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4657
4658         * src/hc08/gen.c (hc08_emitDebuggerSymbol),
4659         * src/hc08/main.c,
4660         * src/mcs51/gen.c (mcs51_emitDebuggerSymbol),
4661         * src/mcs51/main.c,
4662         * src/ds390/gen.c (ds390_emitDebuggerSymbol),
4663         * src/ds390/main.c,
4664         * src/z80/gen.c (z80_emitDebuggerSymbol),
4665         * src/z80/main.c,
4666         * src/pic/gen.c (pic14_emitDebuggerSymbol),
4667         * src/pic/main.c,
4668         * src/pic16/gen.c (pic14_emitDebuggerSymbol),
4669         * src/pic16/main.c,
4670         * src/avr/gen.c (avr_emitDebuggerSymbol),
4671         * src/avr/main.c,
4672         * src/xa51/gen.c (xa51_emitDebuggerSymbol),
4673         * src/xa51/main.c,
4674         * src/SDCCdebug.c (emitDebuggerSymbol),
4675         * src/SDCCdebug.h,
4676         * src/port.h: added a debugger struct to the port struct. Added a
4677         callback for defining debugger symbols
4678
4679         * src/SDCCast.c (createLabel),
4680         * src/SDCC.y (labeled_statement): mark all compiler generated labels
4681         with isitmp = 1
4682         * src/SDCCicode.h,
4683         * src/SDCCicode.c (geniCodeFunctionBody): added a link from the FUNCTION
4684         iCode back to the ast for the function
4685
4686         * src/hc08/ralloc.c (hc08_assignRegisters),
4687         * src/hc08/ralloc.h: define a regs struct for the stack pointer. Removed
4688         unneeded fields from the regs struct.
4689         * src/hc08/gen.c (transferRegReg, genFunction, genEndFunction): use the
4690         pushReg() & pullReg() functions instead of emitcode()
4691
4692         * src/hc08/gen.c (genLabel, genhc08Code),
4693         * src/SDCCdebug.h: Added additional debugger hooks needed for DWARF
4694
4695         * src/cdbFile.c (cdbWriteLabel, cdbWriteScope): Added stubs for unneeded
4696         debugger hooks
4697
4698         * src/hc08/gen.c (genEndFunction, genhc08Code),
4699         * src/hc08/gen.h,
4700         * src/mcs51/gen.c (genEndFunction, gen51Code),
4701         * src/mcs51/gen.h,
4702         * src/ds390/gen.c (genEndFunction, gen390Code),
4703         * src/ds390/gen.h,
4704         * src/z80/gen.c (genEndFunction, genZ80Code),
4705         * src/z80/gen.h,
4706         * src/z80/z80.h,
4707         * src/pic/gen.c (genEndFunction, genpic14Code),
4708         * src/pic/gen.h,
4709         * src/pic16/gen.c (genEndFunction, genpic16Code),
4710         * src/pic16/gen.h,
4711         * src/avr/gen.c (genEndFunction, genAVRCode),
4712         * src/avr/gen.h,
4713         * src/xa51/gen.c (genEndFunction, genXA51Code),
4714         * src/xa51/gen.h,
4715         * src/cdbFile.c (cdbWriteFunction, cdbWriteEndFunction): moved cdb
4716         specific code to cdbFile.c and out of the backend code generators
4717
4718         * as/hc08/lkmain.c (main): removed OMF51 support from link-hc08
4719         * as/hc08/lkarea.c (lnkarea): areas with NOLOAD attribute default
4720         starting address is now 0
4721
4722         * as/hc08/asm.h,
4723         * as/hc08/m08pst.c,
4724         * as/hc08/asmain.c (asmbl): implemented the .sleb128 and .uleb128
4725         assembler directive for DWARF support
4726         * as/hc08/lkelf.c (elf): only increment address when rtflg[] set
4727
4728         * src/src.dsp,
4729         * src/Makefile.in,
4730         * src/SDCCdwarf2.c: preliminary DWARF (ver 2) debugger data generator
4731
4732 2004-05-04 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4733
4734         * src/hc08/gen.c (genJumpTab, emitcode, genhc08code): fixed stack error
4735         and inappropriate peephole optimization in jump tables
4736
4737 2004-04-30 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
4738
4739         * as/hc08/m08pst.c,
4740         * src/SDCCglue.c: sdccopt works for the hc08 port now
4741
4742 2004-04-27 Bernhard Held <bernhard AT bernhardheld.de>
4743
4744         * src/SDCCicode.c (geniCodePreInc, geniCodePreDec): fixed bug #942130
4745
4746 2004-04-27 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
4747
4748         * as/hc08/lkelf.c: sdccconf.h is not available in WIN32
4749
4750 2004-04-24 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4751
4752         * src/SDCCpeeph.c (replaceRule): support empty replacement peephole
4753         rules
4754         * src/SDCCmain.c,
4755         * src/SDCCglobl.h,
4756         * src/SDCCpeeph.c (getPeepLine): new option --no-peep-comments omits
4757         comments from the peephole optimizer replacement rules
4758         * src/SDCCmem.c (printAllocInfoSeg): give actual location of spilled
4759         symbols
4760         * src/SDCCcse.c (updateSpillLocation),
4761         * src/SDCCopt.c (killDeadCode, findReqv): better tracking of register
4762         equivalents
4763         * src/hc08/ralloc.c (regTypeNum): pseudo symbols must be in DATA only
4764         * src/hc08/main.c (_hc08_finaliseOptions): made pointers to stack
4765         objects far pointers
4766
4767 2004-04-23 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4768
4769         * src/SDCCsymt.h: a missing part of my last change
4770         * src/pic/ralloc.c (regTypeNum),
4771         * src/pic16/ralloc.c (regTypeNum): fixed statement/declaration order
4772
4773 2004-04-23 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4774
4775         * src/SDCCicode.h,
4776         * src/SDCCicode.c (aggrToPtrDclType),
4777         * src/SDCCptropt.h,
4778         * src/SDCCptropt.c (ptrBaseRematSym, ptrPseudoSymSafe,
4779         ptrPseudoSymConvert),
4780         * src/pic/ralloc.c (regTypeNum),
4781         * src/pic16/ralloc.c (regTypeNum),
4782         * src/hc08/ralloc.c (regTypeNum),
4783         * src/ds390/ralloc.c (regTypeNum),
4784         * src/mcs51/ralloc.c (regTypeNum): check for dependancy hazards before
4785         creating pseudo symbols (fixed bugs #777768, #930484, and #933966)
4786
4787 2004-04-22 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4788
4789         * link/z80/lkmain.c (afile),
4790         * as/hc08/lkmain.c (afile),
4791         * as/mcs51/lkmain.c (afile): fix suggested by Maarten Brock to
4792         prevent a pointer problem when a filename has no directory and
4793         no extension specified.
4794
4795 2004-04-21 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4796
4797         * link/z80/lkmain.c (afile): allow periods in directory names
4798         * link/z80/lkmain.c (afile),
4799         * as/mcs51/lkmain.c (afile),
4800         * as/hc08/lkmain.c (afile): allow linker script file to have an
4801         extension other than ".lnk"
4802         * link/z80/lklex.c (getfid),
4803         * link/z80/lkmain.c (parse),
4804         * as/mcs51/lklex.c (getfid),
4805         * as/mcs51/lkmain.c (parse),
4806         * as/hc08/lklex.c (getfid),
4807         * as/hc08/lkmain.c (parse): Support comments in the linker script
4808         file on lines by themselves and after filenames
4809
4810 2004-04-20 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
4811
4812         * as/link_hc08.dsp: Added as/hc08/lkelf.c to project.
4813
4814 2004-04-20 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4815
4816         * src/z80/peeph-z80.def: removed some peephole rules that don't
4817         work with multibyte arithmetic (fixed bug #937126)
4818         * src/mcs51/peeph.def: fixed peephole rules 150-158 to apply only
4819         to registers and not global variables
4820         * src/SDCCicode.c (geniCodeAssign, ast2iCode, geniCodePostInc,
4821         geniCodePreInc, geniCodePostDec, geniCodePreDec,
4822         geniCodeLogicAndOr, geniCodeConditional): enforce strict lvalue
4823         checking for assignments not internally generated (fixed bug #931895)
4824         * src/SDCC.y (postfix_expr): ignore typedefs when looking for a
4825         structure member (fixed bug #930072)
4826
4827 2004-04-19 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4828
4829         * src/SDCCmain.c (linkEdit),
4830         * src/hc08/main.c (_hc08_parseOptions),
4831         * as/hc08/Makefile.in,
4832         * as/hc08/aslink.h,
4833         * as/hc08/asm.h,
4834         * as/hc08/m08pst.c,
4835         * as/hc08/lkrloc.c (relr, rele),
4836         * as/hc08/lkarea.c (lnkarea)
4837         * as/hc08/lkmain.c (afile, parse),
4838         * as/hc08/lkelf.c: support for ELF output
4839         * as/hc08/lks19.c (s19),
4840         * as/hc08/lkihx.c (ihx): ignore areas with the NOLOAD attribute
4841
4842 2004-04-17 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
4843
4844         * as/mcs51/lkihx.c: Fixed bug #899105.
4845
4846 2004-04-16 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
4847
4848         * doc/sdccman.lyx: Added instructons on how to convert MSVC .dsw and
4849         .dsp files from Unix to DOS.
4850
4851 2004-04-16 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4852
4853         * doc/sdccman.lyx: removed the ANSI-C noncompliance note regarding
4854         function pointers; we have been compliant for several months now.
4855         * src/mcs51/ralloc.c (serialRegAssign): enabled part of my 2004-04-13
4856         change that was accidently commented out
4857         * src/mcs51/gen.c (freeAsmop, getFreePtr, freeForBranchAsmop, genIfxJump,
4858         genCmpEq, jmpTrueOrFalse, genCmp, genAnd, genOr, genXor, genIfx): fixed
4859         bug #922319
4860
4861 2004-04-15 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4862
4863         * src/hc08/gen.c: output of all of the internal debugging information
4864         is now controlled by the D() macro; it is disabled by default
4865
4866 2004-04-13 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4867
4868         * src/mcs51/ralloc.c (serialRegAssign, fillGaps, allocThisReg): try
4869         harder to keep the same registers during a CAST iCode
4870         * src/SDCCopt.c (optimizeCastCast, eBBlockFromiCode): casts of char to
4871         long via int can be done in a single cast, if the signedness is
4872         correct.
4873         * support/regression/tests/bug-927659.c: fixed to avoid conflict with
4874         putchar() in tinibios.c in ds390's library
4875
4876 2004-04-12 Bernhard Held <bernhard AT bernhardheld.de>
4877
4878         * src/SDCCast.c (decorateType): fixed bug #898889,
4879         cast result of a literal complement too
4880         * src/mcs51/ralloc.c (packRegsForAssign): fixed bug #930931,
4881         fixed check for bitfields
4882
4883 2004-04-11 Bernhard Held <bernhard AT bernhardheld.de>
4884
4885         * src/SDCCicode.c (geniCodeLogic): made it static,
4886         (geniCodeLogicAndOr): added in order to fix bug #905492,
4887         (ast2iCode): fixed bug #905492
4888         * support/regression/tests/bug-905492.c: added
4889         * src/SDCCast.c (decorateType): don't decorate/process parms twice,
4890         (processParms): fixed bug #927659: don't copy parms, this will clear
4891         decorated flag
4892         * support/regression/tests/bug-927659.c: added
4893
4894 2004-03-29 Bernhard Held <bernhard AT bernhardheld.de>
4895
4896         * src/SDCCast.c (addCast): don't cast float to char
4897         * device/lib/libsdcc.lib: added _memmove
4898
4899 2004-03-28 Bernhard Held <bernhard AT bernhardheld.de>
4900
4901         * device/lib/large/Makefile: fixed parallel execution by
4902         replacing `make` by `$(MAKE)`
4903
4904 2004-03-28 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4905
4906         * src/hc08/gen.c (genPointerGetSetOfs): correctly handle 1 byte array
4907         offsets (fixes bug #923936)
4908
4909 2004-03-26 Bernhard Held <bernhard AT bernhardheld.de>
4910
4911         * device/lib/small/Makefile: fixed parallel execution by
4912         replacing `make` by `$(MAKE)`
4913
4914 2004-03-23 Bernhard Held <bernhard AT bernhardheld.de>
4915
4916         * device/lib/vprintf.c (vsprintf): minor optimization, see bug #801101
4917
4918 2004-03-23  Scott Dattalo  <scott AT dattalo.com>
4919
4920         * src/pic/gen.c (genCpl): multi-byte complements were not working.
4921         * src/regression/Makefile: Regression test was not running.
4922
4923 2004-03-23 Bernhard Held <bernhard AT bernhardheld.de>
4924
4925         * src/SDCCast.c (resultTypePropagate, decorateType): avoid promotion to int for
4926         complement if possible
4927         * src/SDCCval.c (valComplement),
4928         * src/SDCCicode.c (operandOperation): fixed complement of literal
4929         * support/regression/tests/onebyte.c (testComplement): added
4930
4931 2004-03-22 Bernhard Held <bernhard AT bernhardheld.de>
4932
4933         * src/SDCCast.c (processParms): fixed bug #920866; decorateType() can
4934         return an optimized tree; actually replace actParm with the new tree
4935         * src/SDCCast.h: added some parantheses to remove side effects
4936         * support/regression/tests/bug-920866.c
4937
4938 2004-03-21  Scott Dattalo  <scott AT dattalo.com>
4939         * src/pic/gen.c, src/pic/gen.h, src/pic/genarith.c, src/pic/pcode.c:
4940         Bit operands were not being handled properly in the pic14 port.
4941         (now src/regression/add.c passes again).
4942
4943 2004-03-20 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4944
4945         * src/SDCC.y (labeled_statement): case and default no longer require
4946         a following statement (RFE #893037)
4947
4948 2004-03-19 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4949
4950         * src/mcs51/gen.c (pushSide, genSignedRightShift, genDjnz, geniPush):
4951         use MOVA macro to avoid "mov a,acc" when peephole optimizer is
4952         disabled (fixes bug #916294)
4953         * sim/ucsim/s51.src/mov.cc (inst_mov_a_addr): Throw an error on
4954         "mov a,acc"; patch provided by Lenny Story
4955         * device/include/mc68hc908gp32.h: header contibuted by Juan Gonzalez
4956
4957 2004-03-19 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4958
4959         * src/mcs51/gen.c (genFunction): optimize RECEIVE in reentrant
4960         functions
4961         * src/ds390/gen.c (genFunction, genEndFunction),
4962         * src/ds390/ralloc.c (ds390_assignRegisters),
4963         * src/mcs51/gen.c (genFunction, genEndFunction, mcs51_assignRegisters):
4964         * src/mcs51/ralloc.c (mcs51_assignRegisters): Skip optimizing registers
4965         pushed if there are parameters passed on the stack. Also, a cleaner
4966         way to decide if r0/r1 should be pushed/popped. (Together they fix
4967         bug #918693)
4968
4969 2004-03-18 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4970
4971         * doc/sdccman.lyx,
4972         * device/lib/mcs51/crtpagesfr.asm,
4973         * device/lib/mcs51/crtxinit.asm,
4974         * device/lib/mcs51/crtxstack.asm: Changed name of _PAGESFR to _XPAGE
4975         to avoid confusion with Si Lab's SFRPAGE register.
4976
4977 2004-03-17 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4978
4979         * src/SDCCglue.c (emitMaps): allow public sfr variables
4980         * src/SDCCglue.c (initialComments): include compiler build date
4981         with compiler version and put the timestamp of the generated
4982         assembly file on a serperate line to be less confusing.
4983         * src/port.h: added genInitStartup hook
4984         * src/avr/main.c,
4985         * src/ds390/main.c,
4986         * src/hc08/main.c,
4987         * src/pic/main.c,
4988         * src/pic16/main.c,
4989         * src/xa51/main.c,
4990         * src/z80/main.c: genInitStartup initialize as NULL (default to
4991         historical behaviour)
4992         * src/SDCCglue.c (glue): _sdcc_gsinit_startup is now port specific.
4993         * src/mcs51/main.c: (_mcs51_genInitStartup, _mcs51_genExtraAreas,
4994         _mcs51_genXINIT, _mcs51_genRAMCLEAR): link initialization code from the
4995         library instead of hard coding it into the compiler.
4996         * support/regression/ports/mcs51-stack-auto/spec.mk,
4997         * src/SDCCmain.c (linkEdit): added mcs51.lib to the link libraries
4998         * device/lib/mcs51/Makefile,
4999         * device/lib/small/Makefile,
5000         * device/lib/large/Makefile,
5001         * device/lib/mcs51/crtpagesfr.asm,
5002         * device/lib/mcs51/crtstart.asm,
5003         * device/lib/mcs51/crtxclear.asm,
5004         * device/lib/mcs51/crtxinit.asm,
5005         * device/lib/mcs51/crtclear.asm,
5006         * device/lib/mcs51/crtxstack.asm: move most of the mcs51 C runtime
5007         startup/initialization out of src/SDCCglue.c and src/mcs51/main.c
5008         and into user configurable files.
5009         * device/lib/clean.mk: clean mcs51 directory too
5010         * support/regression/tests/longlit.c: added static to T1 declaration
5011         * doc/sdccman.lyx: documented _PAGESFR sfr for customizing pdata
5012         accesses in the initialization code
5013
5014 2004-03-14 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5015
5016         * device/include/mc68hc908qy.h: corrected declarations of FLBPR and
5017         OSCTRIMVAL as noted in bug #916008
5018
5019 2004-03-14 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5020
5021         * src/SDCCloop.c (basicInduction): fixed bug with loop induction
5022         in loops with multiple exits (reported as incorrect registers
5023         used by Martin Helmling in Sdcc-user list)
5024
5025 2004-03-12 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
5026
5027         * src/ds390/main.c (_ds390_genAssemblerPreamble): cosmetic change,
5028         made ds390 register extensions look less like error messages
5029
5030 2004-03-12 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5031
5032         * src/SDCCglue.c (printIvalPtr): fixed bug with pointer initializer
5033         reported by Adam Wozniak in Sdcc-user list
5034
5035 2004-03-10 Bernhard Held <bernhard AT bernhardheld.de>
5036
5037         * src/SDCCast.c (decorateType): fixed with bug and promotion in
5038         arithmetic optimizations, added debug output
5039
5040 2004-03-09 Bernhard Held <bernhard AT bernhardheld.de>
5041
5042         * device/lib/time.c (mktime): fixed bug reported by Bert Thomas
5043         * sdcc.spec: updated and split sdcc into 3 rpms
5044         * src/SDCCast.c (decorateType): &|^ don't need addCast(); addCast() is
5045         needed for literals of LEFT_OP and '+'
5046         * src/SDCCicode.c (geniCodeLogic): I must have been braindead when I
5047         introduced RESULT_TYPE_NOPROM
5048         (geniCodeMultiply): fixed logic for decision if mul is optimized to
5049         left shift
5050         * src/SDCCsymt.c (computeType): op is int; added RESULT_TYPE_OTHER;
5051         limited promotion to int only for '*'
5052         * src/SDCCsymt.h (computeType): op is int, removed RESULT_TYPE_NOPROM
5053
5054 2004-03-09 Hans Dorn <hjdorn AT users.sourceforge.net>
5055
5056         * src/pic16/gen.c (genSkip),
5057         (genc16bit2lit), (gencjneshort): commented out
5058         (is_LitOp): new helper function, checks operand type
5059         (genCmpEq): rewritten
5060
5061 2004-03-08 Bernhard Held <bernhard AT bernhardheld.de>
5062
5063         * support/regression/tests/bug-908454.c: added
5064
5065 2004-03-07 Bernhard Held <bernhard AT bernhardheld.de>
5066
5067         * src/SDCCast.c (addCast): fixed bug #908454 by promoting bits to char
5068         * src/SDCCicode.c (usualBinaryConversions): op needs int type
5069         (geniCodeCast): cosmetic, don't preserve bit storage class
5070         (geniCodeLeftShift): added promotion
5071         (geniCodeLogic): fixed regression
5072         * src/SDCCsymt.c (computeTypeOr): accept bits too
5073         (compareType): 2nd part of fix for bug #908454, needed for bitfields
5074
5075 2004-03-07  Borut Razem <borut.razem AT siol.net>
5076
5077         * support/Util/findme.c: alloca() replaced with malloc()/free() pair
5078
5079 2004-03-06 Vangelis Rokas <vrokas AT otenet.gr>
5080
5081         * src/pic16/ralloc.c (pic16_genPackRegisters): reverted to old
5082         version of pic16_genPackRegisters which does not check if ic is a
5083         CAST operator,
5084         * src/pic16/gen.c (ifxForOp): disabled new and untested code in
5085         function cause string1.c regression test fails
5086
5087 2004-03-06 Bernhard Held <bernhard AT bernhardheld.de>
5088
5089         * sim/ucsim/configure.in,
5090         * sim/ucsim/configure,
5091         * sim/ucsim/doc/Makefile.in: use docdir
5092         * src/SDCC.y: fixed sbit atrributes
5093         * src/SDCCast.c (getResultTypeFromType): added support for bitfields
5094         * src/SDCCast.c (decorateType): |^& need special promotion handling
5095         * src/SDCCast.h,
5096         * src/SDCCsymt.h: moved definition of RESULT_TYPE
5097         * src/SDCCsymt.h (computeType),
5098         * src/SDCCicode.c: computeType() needs op
5099         * src/SDCCsymt.c (checkTypeSanity),
5100         * doc/sddman.lyx: "plain" bitfields are unsigned
5101         * src/SDCCsymt.c (computeTypeOr): added
5102         * src/SDCCsymt.c (computeType): added support for bitfields, fixed
5103         |^& ops
5104         * src/SDCCval.c (val*): computeType() needs op
5105         * src/SDCCval.c (valCastLiteral): fixed casting of bitfields
5106         * support/regression/tests/onebyte.c: added tests for |^&
5107
5108 2004-03-06 Hans Dorn <hjdorn AT users.sourceforge.net>
5109
5110         * src/pic16/gen.c: (genpic16Code) use copy of printILine's output
5111         for writing icode into asm output.
5112
5113 2004-03-05 Vangelis Rokas <vrokas AT otenet.gr>
5114
5115         * src/pic16/device.c: added some debug lines enabled
5116         with macro DEBUG_CHECK,
5117         * src/pic16/genarith.c: more debug in genPlus,
5118         * (pic16_genUMult8XLit_16, pic16_genUMult8X8_16): removed,
5119         * (pic16_genUMult16X16_16, pic16_genUMult16XLit_16): NEW,
5120         * src/pic16/gen.c: added prototypes for pic16_genMult16X16_16,
5121         * (aopForSym): onStack symbols are re-placed in data memspace,
5122         and onStack flag is cleared,
5123         * (pic16_popGetTempReg, pic16_popReleaseTempReg): modified to
5124         copy temporary pcodeop,
5125         * (genPcall): added warning for not updating PCLATU,
5126         * (genFunction): removed test with IFFUNC_CALLEESAVES, its
5127         always true for pic16 port,
5128         * (genMultOneWord): NEW, supports integer multiplication,
5129         * (genMult): modified to call genMultOneWord,
5130         * (ifxForOp): added warning when return NULL,
5131         * src/pic16/glue.c (pic16emitRegularMap): symbol implicit
5132         flag is set before call to operandFromSymbol for implicit
5133         added structures,
5134         * src/pic16/main.c (_pic16_finaliseOptions): options.float_rent,
5135         options.intlong_rent are set by default,
5136         * (_hasNativeMulFor): modified to allow port generation of integer
5137         multiplication,
5138         * src/pic16/ralloc.c (pic16_allocDirReg): commented out line which
5139         set regtype to REG_SFR for all registers, restricting seting the
5140         accessBank flag for registers 0<= r < 0x80 and 0xf80<=r<=0xfff,
5141
5142 2004-03-05 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
5143
5144         * src/mcs51/peephole.def: added 251.b and 253.x. 253.x are applied
5145         more than 500 times in the regression tests
5146
5147 2004-03-05 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5148
5149         * support/Util/SDCCerr.h,
5150         * support/Util/SDCCerr.c,
5151         * src/SDCC.y (struct_or_union_specifier, enum_specifier,
5152         enumerator_list),
5153         * src/SDCCsymt.c (addSymChain): show location of oriignal definition
5154         for symbol conflicts.
5155         * support/valdiags/tests/enum.c,
5156         * support/valdiags/tests/tentdecl.c,
5157         * support/valdiags/tests/struct.c: expect possible error messages
5158         referring to original symbol definitions.
5159         * src/SDCC.y (struct_or_union_specifier, struct_declarator),
5160         * src/SDCCsymt.h,
5161         * src/SDCCsymt.c (promoteAnonStructs): support anonymous struct/union
5162
5163 2004-03-03 Hans Dorn <hjdorn AT users.sourceforge.net>
5164
5165         * src/pic16/gen.c (gencjne): fixed for right=REG / left=LIT
5166
5167 2004-02-03 Vangelis Rokas <vrokas AT otenet.gr>
5168
5169         * src/pic16/ralloc.c (newReg): fixed bug #908929
5170
5171 2004-03-02 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5172
5173         * src/ds390/gen.c: added missing #include "main.h"
5174
5175 2004-03-02 Vangelis Rokas <vrokas AT otenet.gr>
5176
5177         * src/pic16/device.c (checkAddSym): NEW, adds a symbol to set while
5178         checking if symbol is already in set,
5179         * src/pic16/device.h: prototype for checkAddSym,
5180         * src/pic16/gen.c: (_G): added entry interruptvector,
5181         * (assignResultValue): removed some commented out lines,
5182         * (genFunction): check for ISR via sym->type, absolute section for
5183         interrupt code is created via a new pBlock, the goto instruction is
5184         placed now correctly at the interrupt vector position, changed all
5185         references from ivec to _G.interruptvector,
5186         * WREG,STATUS,BSR are not saved in stack upon an entry to interrupt
5187         is the interrupt is a high priority one, same for return from ISR,
5188         * src/pic16/glue.c: changed all calls of addSetHead for publics and
5189         externs to calls of checkAddSym,
5190         * src/pic16/pcode.c (pic16_pBlockConvert2*): emit warning when
5191         pic16_pcode_verbose flag is set,
5192         * src/pic16/pcode.h: extern to pic16_pcode_verbose,
5193         * src/pic16/pcoderegs.c: message about how many registers are saved
5194         will only be emitted if pic16_pcode_verbose flag is set,
5195
5196 2004-03-02 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5197
5198         * src/ds390/ralloc.h,
5199         * src/ds390/ralloc.c (ds390_regWithIdx),
5200         * src/ds390/gen.c (emitcode),
5201         * src/ds390/main.h,
5202         * src/ds390/main.c (instructionSize, ds390newAsmLineNode, updateOpRW,
5203         ds390opcodeCompare, asmLineNodeFromLineNode, getInstructionSize,
5204         ds390operandCompare, getRegsRead, getRegsWritten,
5205         initializeAsmLineNode): customized instruction size calculation for
5206         ds390, started basis for some register optimizations
5207         * src/ds390/gen.c (gen390Code, emitcode): associate iCodes with
5208         corresponding assembly output
5209         * src/ds390/gen.c (genFunction, genEndFunction): added case to handle
5210         missing push/pop of r0/r1. Optimized push/pops
5211
5212 2004-03-01 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5213
5214         * src/mcs51/main.c (instructionSize): fixed ACALL size
5215         * src/mcs51/main.c (updateOpRW): fixed bug with @dptr, @a+dptr operands
5216
5217 2004-03-01 Vangelis Rokas <vrokas AT otenet.gr>
5218
5219         * src/pic16/device.c (pic16_dump_section): fixed a bug that allowed
5220         the sorting of rlist with NULL elements
5221         * (print_idataType, print_idata): NEW to create idata sections
5222         * src/pic16/device.h: idataSymSet new variable
5223         * src/pic16/gen.c (genFunction): fixed some bugs in string
5224         comparing, improved the absolute section creation for ISRs,
5225         added FSR0L/FSR0H in registers that are saved in an ISR,
5226         * (genInline): fixed the processing of inline snippets,
5227         now they undergo no process by the peephole optimizer
5228         * src/pic16/glue.c (pic16emitRegularMap): symbols with initialiser
5229         are placed in idataSymSet,
5230         * (pic16emitStaticSeg): extern symbols are added in externs,
5231         * src/pic16/ralloc.c (pic16_allocDirReg): work around to reduce bank
5232         switching when aboslute variables are placed in access bank memory
5233         * (pic16_writeUsedRegs): added call to pic16_dump_idata,
5234         * (packRegsForSupport,packRegsForAccUse,packRegsForOneuse):
5235         commented out with #if,
5236         * (pic16_packRegisters): reintroduce the check for CAST because some
5237         symbols are not correctly handled,
5238         * src/pic16/pcode.h: changed the definition of pCodeAsmDir to hold a
5239         pCodeInstruction instead of pCode,
5240         * src/pic16/pcode.c (pic16_newpCodeAsmDir): modified for the new
5241         pCodeAsmDir definition,
5242         * (pic16_pCode2str, genericPrint): when an AsmDir pcode has a NULL
5243         directive, then the argument directive is emitted without the leading
5244         tab, hack for inline labels which must be in the first column,
5245         * (compareLabel,pic16_findNextInstruction),
5246         * (pic16_findPrevInstruction): added case for PO_ASMDIR,
5247         * (insertBankSwitch): modified for the new pCodeAsmDir,
5248
5249 2004-03-01 Hans-Juergen Dorn <hans.dorn AT apl-landau.de>
5250         patch applied by Vangelis Rokas <vrokas AT otenet.gr>
5251
5252         * src/pic16/gen.c (pic16_popGet): case PO_DIR, adds the offset to
5253         instance,
5254         * (pushSide): commented out with #if,
5255         * (assignResultValue): fixed some typos in saving
5256         registers,
5257         * (genPcall): FIXED and sync'ed with genCall,
5258         * (genDataPointerGet,genDataPointerSet): using offset not leoffset
5259         * (genNearPointerGet): fixed to handle some more cases,
5260         implementation scheme via table reads,
5261         * (genConstPointerGet): modified to access code memory correct,
5262         * (genCodePointerGet,genNearPointerSet,genGenPointerSet): modified
5263         and improved to handle some cases
5264         * glue.c (printIvalType,printIvalChar,emitStaticSeg): use "DB"
5265         instead of "RETLW" for init data
5266         * src/pic16/ralloc.c (pic16_allocDirReg): warning when a symbol is
5267         not IN_DIRSPACE, work around to reduce bank switching when aboslute
5268         variables are placed in access bank memory (<0x80 and >=0xf80),
5269         * src/pic16/pcode.c: added SFRs TBLPTR, TABLAT, added opcodes TBLRD,
5270         TBLRD_POSTINC,TBLRD_POSTDEC,TBLRD_PREINC,TBLWT,TBLWT_POSTINC,
5271         TBLWT_POSTDEC,TBLWT_PREINC
5272         * Fixed initialisation of BSR, set "alias" for SSAVE to "0"
5273         * (pic16_emitDB,pic16_flushDB): New functions to generate "DB"
5274         directives
5275         * (pic16_pCodeConstString): use "DB" instead of "RETLW"
5276         * src/pic16/pcode.h: added TBLRD*,TBLWT*, added pic16_emitDB,
5277         pic16_flushDB, made pic16_newpCodeAsmDir public, added TBLPTR, TABLAT
5278         * src/pic16/ralloc.h: added IDX_BSR,IDX_TBLPTR*,IDX_TABLAT
5279
5280 2004-02-29  Borut Razem <borut.razem AT siol.net>
5281
5282         * src/Makefile.in, src/SDCCutil.c, support/Util/findme.c,
5283         support/Util/findme.h, support/Util/system.h: enhance binary relative
5284         search for lib and include by using findProgramPath()
5285
5286 2004-02-28 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5287
5288         * src/SDCCpeeph.h,
5289         * src/SDCCpeeph.c (pcDistance),
5290         * src/port.h,
5291         * src/mcs51/ralloc.h,
5292         * src/mcs51/ralloc.c (mcs51_regWithIdx),
5293         * src/mcs51/main.h,
5294         * src/mcs51/main.c (instructionSize, asmLineNode, updateOpRW,
5295         mcs51opcodeCompare, asmLineNodeFromLineNode, getInstructionSize,
5296         mcs51operandCompare, getRegsRead, getRegsWritten): made instruction
5297         size calculation port specific, started basis for some register
5298         optimizations
5299         * src/mcs51/gen.c (genFunction, genEndFunction): added case to handle
5300         missing push/pop of r0/r1. Optimized push/pops
5301         * src/mcs51/ralloc.c (packregisters): fixed bug #727095
5302         * device/lib/_modsint.c (_modsint),
5303         * device/lib/_modslong.c (_modslong): fixed sign of result in non-asm
5304         and stack version so regression tests pass
5305
5306 2004-02-26 Bernhard Held <bernhard AT bernhardheld.de>
5307
5308         * src/Makefile.in (dep): include SLIBOBJS in dependency check
5309         * src/SDCCast.c (decorateType): catch another small optimization
5310         with '?' operator
5311         * src/SDCCsymt.c (computeType): added comments and cosmetic changes
5312         * src/SDCCval.c (valMult, valDiv, valMod, valPlus, valMinus, valShift):
5313         modified to finally use computeType() all over SDCC,
5314         see Feature Request #877103
5315         * src/SDCCval.h: cosmetic
5316         * src/SDCCicode.c (operandOperation): fixed EQ_OP bug, now same as in
5317         valCompare(); regression tested in muldiv.c
5318         * support/regression/tests/muldiv.c (testMod): mod sign follows
5319         dividend only
5320
5321 2004-02-23 Bernhard Held <bernhard AT bernhardheld.de>
5322
5323         * src/SDCCast.c (decorateType): fixed bug #902362
5324         * doc/INSTALL.txt: fixed install instructions for win32
5325
5326 2004-02-21 Bernhard Held <bernhard AT bernhardheld.de>
5327
5328         * device/include/Makefile.in (install): fixed by replacing spaces
5329         by tabs
5330         * doc/README.txt,
5331         * doc/INSTALL.txt: updated for release
5332         * doc/sdccman.lyx: added warning for --xstack being buggy
5333
5334 2004-02-20 Bernhard Held <bernhard AT bernhardheld.de>
5335
5336         * src/pic16/ralloc.c (packRegsForAccUse):  disabled functions with #if
5337         to eliminate build warnings.
5338         * src/pic16/gen.c (pic16_popGet): fixed for gcc 2.95.4
5339
5340 2004-02-20 Vangelis Rokas <vrokas AT otenet.gr>
5341            Hans-Juergen Dorn <hans.dorn AT apl-landau.de>
5342
5343         * doc/sdccman.lyx: removed PIC16 from PIC16 Port Specific Options,
5344         removed -penable-stack, added comment for stack pragma, added
5345         warning for not initializing the stack/frame registers, removed
5346         comment at interrupts section
5347
5348         Stack is made permanent, there is no ability to disable stack usage.
5349         * src/pic16/device.h,
5350         * src/pic16/device.c: removed all references to USE_STACK macro,
5351         * src/pic16/device.c (pic16_dump_section): when no elements in
5352         rlist, free rlist before return,
5353         * (pic16_dump_int_registers): NEW, internal registers are a new set
5354         of general purpose registers reused by each function,
5355         * (checkAddReg): returns 1 if registers is added to set,
5356         * (pic16_groupRegistersInSection): when a registers is of type
5357         PO_GPR_TEMP add it in pic16_int_regs and not in pic16_rel_udata,
5358         * src/pic16/device.h: memRange and Assigned Memory are deleted,
5359         SRCASECMP macro is moved here from device.c
5360         * src/pic16/genarith.c (pic16_pCodeOpType): added cases for
5361         PO_PCLATU, PO_PRODL, PO_PRODH,
5362         * (pic16_pCodeOpType, genMinus,
5363         changed compares to "a" register, with AOP_ACC,
5364         * (pic16_genPlus): fixed some bugs and indented properly,
5365         * (pic16_addSign): changed size to size+offset in the MOVWF
5366         instruction,
5367         * (pic16_genUMult8XLit_8): NEW, uses processor MULLW instruction to
5368         multiply 8-bit operand by literal, result is 8-bit,
5369         * (pic16_genUMult8X8_8): NEW, uses processor MULWF instruction to
5370         multiply 2 8-bit operand, result is 8-bit,
5371         * (pic16_genMult8X8_8): modified to call genUMult8X*_8 functions and not
5372         genUMult8X*_16,
5373         * src/pic16/gen.c: changed accUse to contain WREG only,
5374         * (pic16_emitcomment): renamed to pic16_emitpcomment,
5375         * (aopForSym): allocated dir register when IN_DIRSPACE(space) is,
5376         true, do not use immediate addressing any more unless sym is a
5377         pointer in codespace,
5378         * (aopForRemat): do not use immediate addressing when symbol not in
5379         codespace and when symbol's address is requested,
5380         * (aopOp): for-loop in if(sym->accUse) is modified for the new
5381         accUse size (= 1),
5382         * (aopGet): added case for AOP_ACC and don't return "accumulator
5383         bug" but WREG instead,
5384         * (popGetTempReg): pushes contents of temporary register in stack,
5385         * (popReleaseTempReg): pops contents of temporary register from
5386         stack. Use popGetTempReg/popReleaseTempReg in aligned pairs,
5387         * (pic16_popGet): separated case AOP_ACC to return register WREG
5388         from processor registers, AOP_PCODE not checks if pcop is PO_DIR
5389         or PO_IMMEDIATE and initializes their instance/offset appropriately,
5390         * The whole issue with aopForSym,aopForRemat,popGet) is to minimize
5391         the use of immediate pointers to certain cases only.
5392
5393         * (pic16_pushpCodeOpReg, pic16_poppCodeOpReg): use pic16_popGet2p,
5394         * (pic16_loadFromReturn, pic16_storeForReturn: NEW,
5395         * (assignResultValue, genCall, genRet): modified to use the new
5396         function return value scheme with WREG,PRODL,PRODH,FSR0L and FSR0,
5397         genPcall is still broken,
5398         * (genFunction): added code to create 'A' type pBlocks when
5399         interrupt functions are generated, code not extensively tested yet,
5400         ISRs push WREG,STATUS,BSR,PRODL,PRODH,FSR0L,FSR0H registers on stack,
5401         * (genEndFunction): modified so ISRs pop stored registers from stack,
5402         * (genMultOneByte): cleanup,
5403         * (AccRsh): added flag andmask, to and result with appropriate mask,
5404         * (genUnpackBits,genPackBits): fixed and can handle bit fields,
5405         * (genDataPointerGet): fixed and reenabled its use,
5406         * (genNearDataPointerGet): bugs fixed,
5407         * (genDataPointerSet): bugs fixed,
5408         * src/pic16/genutils.c: added functions pic16_DumpValue,pic16_DumpAop,
5409         pic16_DumpSymbol, pic16_DumpOp,
5410         * src/pic16/genutils.h: function prototypes for the above functions,
5411         * src/pic16/glue.c: new flags initsfpnt, to initialize stack/frame
5412         pointers,
5413         * (pic16emitRegularMap): many many many improvements, but needs a
5414         major cleanup,
5415         * src/pic16/main.c: enable_stack in pic16_options is removed,
5416         * (_pic16_parseOptions): removed command line options -penable-stack,
5417         * (_process_pragma): emit stack symbol only when stack pragma is
5418         processed,
5419         * src/pic16/pcode.c: pic16_pc_fsr0 is removed, all operations are
5420         redirected to FSR0L/FSR0H pair,
5421         * (pic16_get_op, pic16_get_op2): modifications and improvements,
5422         * (pic16_getRegFromInstruction, pic16_getRegFromInstruction2): added
5423         cases PO_PRODL,PO_PRODH, pic16_getRegFromInstruction2 returns sane
5424         for immediates,
5425         * (insertBankSwitch): modified to handle cases like: (alfa + 1)
5426         * (dumpPicOptype): NEW,
5427         * src/pic16/pcode.h: added PO_PCLATU,PO_PRODL,PO_PRODH in enum,
5428         * src/pic16/pcoderegs.c (pCodeRegMapLiveRangesInFlow): fixed bug
5429         with movff instruction,
5430         * src/pic16/ralloc.c: renamed typeRegWithIdx to pic16_typeRegWithIdx,
5431         added pic16_int_regs, some packRegsFor* functions are commented out,
5432         because produce errors,
5433         * src/pic16/NOTES: minor modifications
5434
5435 2004-02-18  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
5436
5437         * as/mcs51/aslink.h, as/mcs51/lkarea.c, as/mcs51/lkdata.c, as/mcs51/lkmain.c,
5438         as/mcs51/lkmem.c, src/SDCCglob.h, src/SDCCmain.c: added options --stack-size and
5439         --pack-iram.
5440         * doc/sdccman.lyx: described options --stack-size and --pack-iram.
5441         * as/mcs51/lkaomf51.c: fixed bug #895763
5442
5443 2004-02-17 Bernhard Held <bernhard AT bernhardheld.de>
5444
5445         * device/include/c8051f320.h: added. Contributed by Maarten Brock.
5446
5447 2004-02-17 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5448
5449         * doc/sdccman.lyx: added details about the HC08 storage classes and
5450         interrupts, fixed the register usage info for z80 & gbz80
5451
5452 2004-02-17 Vangelis Rokas <vrokas AT otenet.gr>
5453
5454         * doc/sdccman.lyx: added more pic16 port documentation
5455         * device/include/pic16/: added header pic18fregs.h
5456
5457 2004-02-16 Bernhard Held <bernhard AT bernhardheld.de>
5458
5459         * doc/sdccman.lyx: added Vangelis' contribution
5460
5461 2004-02-16 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5462
5463         * src/SDCClrange.c (rlivePoint): live range of SEND operand should
5464         extend to the next CALL or PCALL, not just to the next CALL.
5465
5466 2004-02-16 Vangelis Rokas <vrokas AT otenet.gr>
5467
5468         * src/pic16/gen.c (genInline): fixed bug #896482 with inline assembly
5469
5470 2004-02-15 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5471
5472         * src/mcs51/ralloc.c (packRegsForAssign, reassignAliasedSym): fixed
5473         bug #895752 and a better fix for bug #716790
5474
5475 2004-02-15 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5476
5477         * src/SDCCsymt.c (processFuncArgs): fixed bug #896796
5478
5479 2004-02-14 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
5480
5481         * doc/sdccman.lyx: minor changes, minor changed
5482
5483 2004-02-13 Bernhard Held <bernhard AT bernhardheld.de>
5484
5485         * src/SDCCicode.c (usualBinaryConversions): removed pic16 from ports
5486         which can't handle SDCC_NEWONEBYTEOPS,
5487         (geniCodeMultiply): removed conversion from mult to shift for pic14
5488         and pic16
5489
5490 2004-02-12 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5491
5492         * src/hc08/gen.h,
5493         * src/hc08/gen.c (storeRegToAop, aopOp, aopAdrStr, accopWithAop,
5494         rmwWithAop): Ported my 2003-10-02 fix for bug #663539 to the hc08,
5495         thus fixing bug #895406
5496
5497 2004-02-11 Bernhard Held <bernhard AT bernhardheld.de>
5498
5499         * device/lib/_modsint.c,
5500         * device/lib/_modslong.c: sign follows divisor only
5501         * src/hc08/gen.c (genMultOneByte): if result size is 1,
5502         signs or signedness can be ignored
5503         * src/SDCCast.c (addCast): cosmetic - added lineno to CAST
5504         * src/SDCCast.c (resultTypePropagate): added even more ops: +, - and *,
5505         added optimization for IFX,
5506         (decorateType): Mult/Div/ModOneByte ops can handle all kind of signed
5507         arguments;
5508         reenabled optimization for IFX, which was removed on 2004-01-11
5509         * src/SDCCast.h: added return type IFX
5510         * src/SDCCicode.c: Mult/Div/ModOneByte ops can handle all kind of signed
5511         arguments with 8 or 16 bit results; pic14 and pic16 ports use old
5512         promotion behaviour; env. var. SDCC_NEWONEBYTEOPS selects the new,
5513         SDCC_OLDONEBYTEOPS selects the old behaviour
5514         * src/SDCCsymt.c (computeType): type2 can be NULL (for LEFT_OP);
5515         changed again and commented promotion rule
5516         * src/SDCCval.c (valDiv): promotion no longer necessary
5517         * src/ds390/gen.c (genMultOneByte) (genDivOneByte) (genModOneByte),
5518         * src/mcs51/gen.c (genMultOneByte) (genDivOneByte) (genModOneByte):
5519         rewritten
5520         * support/regression/tests/onebyte.c: added
5521
5522 2004-02-11 Vangelis Rokas <vrokas AT otenet.gr>
5523
5524         * gen.c (genInline): reverted to old code for assemnling inline
5525         code because of bug reported James Chadd
5526
5527 2004-02-10 Vangelis Rokas <vrokas AT otenet.gr>
5528
5529         * ralloc.h: missing declarations from previous patch,
5530         seems that patch for ralloc.h was never applied, fixed
5531
5532 2004-02-10 Hans-Juergen Dorn <hans.dorn AT apl-landau.de>
5533            patch committed by Vangelis Rokas <vrokas AT otenet.gr>
5534
5535         * pcode.c,
5536         * pcode.h,
5537         * ralloc.h: added FSR0L, FSR0H and other missing PIC16 SFR's for
5538         indirect addressing. Marked FSR0 as deprecated
5539         * gen.c (pointerCode): commented out, not needed now
5540         (pic16_popGet2p): new MOVFF helper function
5541         (genGenPointerGet),
5542         (genGenPointerSet): reimplemented with MOVFF and POSTINC0
5543         (shiftRLong): removed duplicate debugging info
5544
5545 2004-02-10 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5546
5547         * src/ds390/gen.c (genNearPointerGet),
5548         * src/mcs51/gen.c (genNearPointerGet): allow the genDataPointerGet()
5549         optimization with bits, but not bitfields.
5550         * src/ds390/ralloc.c (packRegisters),
5551         * src/mcs51/ralloc.c (packRegisters): fixed bug #884453 & #880832
5552
5553 2004-02-09 Bernhard Held <bernhard AT bernhardheld.de>
5554
5555         * src/SDCCcse.c (algebraicOpts): copy operands before modification
5556
5557 2004-02-09 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5558
5559         * src/SDCCsymt.h,
5560         * src/SDCCicode.c (operandFromSymbol),
5561         * src/mcs51/ralloc.c (verifyRegsAssigned, serialRegAssign),
5562         * src/ds390/ralloc.c (verifyRegsAssigned, serialRegAssign),
5563         * src/z80/ralloc.c (verifyRegsAssigned, serialRegAssign),
5564         * src/hc08/ralloc.c (verifyRegsAssigned, serialRegAssign),
5565         * src/pic/ralloc.c (verifyRegsAssigned, serialRegAssign),
5566         * src/pic16/ralloc.c (verifyRegsAssigned, serialRegAssign): fixed
5567         bug #892038
5568         * src/SDCCast.c (createIvalStruct, createIvalArray, gatherAutoInit),
5569         * src/SDCCglue.c (emitRegularMap, printIvalStruct, printIvalArray,
5570         printIvalCharPtr, printIvalPtr, printIval, emitStaticSeg, emitOverlay)
5571         * src/SDCCsymt.c (newSymbol),
5572         * src/SDCC.y (struct_or_union_specifier, enum_specifier,
5573         enumerator_list),
5574         * src/SDCCval.h,
5575         * src/SDCCval.c (newiList): fixed bug #885705
5576
5577 2004-02-08  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
5578
5579         * doc/sdccman.lyx: added section 3.1.4: sdcclib.
5580         * as/mcs51/lkmem.c: report the size of the stack in .mem file.
5581
5582 2004-02-08 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
5583
5584         * device/include/c8051f120.h,
5585         * device/include/c8051f300.h,
5586         * device/include/c8051f310.h: added/updated header files for Silicon
5587         Laboratories (formerly Cygnal) CPUs. Contributed by Maarten Brock.
5588         * doc/sdccman.lyx: minor changes, recommended diff -Naur and diff -u
5589         in new section Submitting patches
5590
5591 2004-02-08 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5592
5593         * src/mcs51/gen.c (genNearPointerGet, genPagedPointerGet,
5594         genFarPointerGet, genCodePointerGet, genGenPointerGet,
5595         genNearPointerSet, genPagedPointerSet, genFarPointerSet,
5596         genGenPointerSet),
5597         * src/ds390/gen.c (genNearPointerGet, genPagedPointerGet,
5598         genFarPointerGet, genCodePointerGet, genGenPointerGet,
5599         genNearPointerSet, genPagedPointerSet, genFarPointerSet,
5600         genGenPointerSet),
5601         * src/pic16/gen.c (genNearPointerGet, genPagedPointerGet,
5602         genFarPointerGet, genCodePointerGet, genGenPointerGet,
5603         genNearPointerSet, genPagedPointerSet, genFarPointerSet,
5604         genGenPointerSet),
5605         * src/pic/gen.c (genNearPointerGet, genPagedPointerGet,
5606         genFarPointerGet, genCodePointerGet, genGenPointerGet,
5607         genNearPointerSet, genPagedPointerSet, genFarPointerSet,
5608         genGenPointerSet): fixed bug #892400
5609         * src/pic16/gen.c (genSkipz, AccRol): disabled functions with #if 0
5610         to eliminate build warnings.
5611         * src/SDCCast.c (processParms),
5612         * src/SDCC.y (function_declarator2, declarator2_function_attributes):
5613         fixed bug 751859
5614         * support/valdiag/valdiag.py: added GCC to the list of defines active
5615         when compiling with gcc
5616
5617 2004-02-07 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5618
5619         * support/Util/SDCCerr.h,
5620         * support/Util/SDCCerr.c,
5621         * src/SDCCast.c (decorateType, sizeofOp): complain when sizeof is used
5622         with an incomplete type (fixed bug #883734)
5623         * src/SDCCicode.c (geniCodeCast): fixed bug #890510
5624
5625 2004-02-07 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5626
5627         * src/pic16/gen.c (genCmpEq, shiftRLong): fixed declarations
5628
5629 2004-02-06 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5630
5631         * src/SDCCast.c (decorateType),
5632         * src/SDCCicode.c (geniCodeParms, geniCodeCall): fixed bugs in my ANSI
5633         function pointer implementation
5634         * support/regression/tests/funptrs.c: added tests to verify both forms
5635         of function pointers work correctly. Added tests to verify parameters
5636         are passed in the correct order.
5637
5638 2004-02-06  Vangelis Rokas <vrokas AT otenet.gr>
5639
5640         * device.c (regCompare): registers are sorted by ascending
5641         address and increasing size,
5642         * main.c (_pic16_finaliseOptions): removed the declaration
5643         of compiler macro MCU. Now a macro of the format pic18fxxxx
5644         will be defined from the command line
5645
5646 2004-02-06  Hans-Juergen Dorn <hans.dorn AT apl-landau.de>
5647             patch committed by Vangelis Rokas <vrokas AT otenet.gr>
5648
5649         * pcode.c (pic16initMnemonics): fixed typo in assignment to PCOP_RLNCF
5650         PCOP_RLCF was overwritten!
5651         * gen.c (genSkip): commented out calls to pic16_emitcode,
5652         * (genCmpEQ): fixed "long" compares, only high word did get compared,
5653         * (genlshTwo),
5654         * (genRRC): added debugging info,
5655         * (shiftL2Left2Result): Fixed bug, if offr > offl. Result got
5656         overwritten while shifting,
5657         * (shiftR2Left2Result): Fixed bug, if offr < offl. Result got
5658         overwritten while shifting,
5659         * (AccLsh),
5660         * (AccRsh),
5661         * (shiftLLeftOrResult),
5662         * (shiftRLeftOrResult),
5663         * (shiftRLong),
5664         * (shiftLLong): Implemented with pic16_emitpcode
5665         * (genlshFour): Replaced pic16_aopPut with pic16_emitpcode,
5666         * (genLeftShift): Fixed bug, operand for shift by variable always
5667         was "and"ed with 0x0f,
5668         * (genLeftShiftLiteral),
5669         * (genrshTwo),
5670         * (genRightShiftLiteral): added debugging info,
5671         * (genrshFour): added comment,
5672         * (genRightShift): determined signedness from operand "left"
5673         instead of "result"
5674
5675 2004-02-04 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5676
5677         * src/SDCCicode.c (geniCodeParms),
5678         * src/SDCCast.c (decorateType, processParms): support for ANSI-style
5679         function pointers, fixed function pointer bugs #861242 and #861896
5680
5681 2004-01-31 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
5682
5683         * device/include/c8051f000.h,
5684         * device/include/c8051f120.h,
5685         * device/include/c8051f300.h: added header files for Silicon
5686         Laboratories (formerly Cygnal) CPUs. Contributed by Maarten Brock.
5687
5688 2004-01-31 Bernhard Held <bernhard AT bernhardheld.de>
5689
5690         * src/SDCCast.c (processParams): added new type flow and restructured
5691         (gatherAutoInit): added new type flow
5692         (addCast): cosmetic changes
5693         (getLeftResultType): added new type flow for array indices, patch
5694         provided by Stas, see FR #877103
5695         (decorateType): SDCC_NEWTYPEFLOW removed, new type flow is now standard;
5696         array index patch by Stas
5697         * src/SDCCast.h: added prototype getResultTypeFromType()
5698         * src/SDCCval.h,
5699         * src/SDCCval.c (resolveIvalSym) (resolveIvalSym),
5700         * src/pic/glue.c (pic14emitStaticSeg),
5701         * src/pic16/glue.c (pic16emitStaticSeg),
5702         * src/SDCCglue.c (emitRegularMap) (emitStaticSeg): added new type flow
5703         for initialization of symbols
5704         * src/SDCCicode.c (geniCodeArray): removed warning W_ARRAY_BOUND
5705         * support/Util/SDCCerr.h:
5706         * support/Util/SDCCerr.c: replaced W_ARRAY_BOUND by W_IDX_OUT_OF_BOUNDS
5707         * .version: bumped version number to 2.3.8
5708         * device/include/Makefile.in (install),
5709         * doc/Makefile (install): changed to 'rm `find ...`' construct to
5710         avoid warnings
5711
5712 2004-01-30 Bernhard Held <bernhard AT bernhardheld.de>
5713
5714         * support/regression/tests/libmullong.c: fixed for 64 bit hosts
5715         Slade Rich fixed an optimization bug
5716         * src/pic/pcodepeep.c,
5717         * src/pic/pcoderegs.c
5718         * doc/Makefile (install): added test for directory
5719
5720 2004-01-30 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5721
5722         * src/mcs51/ralloc.c (getRegPtr, getRegGpr),
5723         * src/ds390/ralloc.c (getRegPtr, getRegGpr),
5724         * src/pic/ralloc.c (getRegPtr, getRegGpr),
5725         * src/pic16/ralloc.c (getRegPtr, getRegGpr),
5726         * src/z80/ralloc.c (getRegGpr): fixed bug #883361
5727         * as/mcs51/asexpr.c (term),
5728         * as/hc08/asexpr.c (term): fixed bug #887146
5729
5730 2004-01-29 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5731
5732         * src/z80/gen.c (genMult): handle single byte result product
5733         * src/SDCCopt.c (killDeadCode): never convert ADDRESS_OF iCode to
5734         DUMMY_READ_VOLATILE (fixed bug #886367)
5735
5736 2004-01-27 Bernhard Held <bernhard AT bernhardheld.de>
5737
5738         * support/regression/tests/libmullong.c: fixed logic, on little endian
5739         hosts we ended without a mullong_wrapper()
5740
5741 2004-01-27 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5742
5743         * ChangeLog: changed "@" to " AT " in hopes of reducing spam and
5744         virus/worm forged address usage.
5745
5746 2004-01-27 Bernhard Held <bernhard AT bernhardheld.de>
5747
5748         Fixed promotion, it should be done on AST level:
5749         * src/SDCCast.c (addCast): added promotion to int
5750         (decorateType): updated call to upCast()
5751         * src/SDCCicode.c (geniCodeLeftShift): removed call to
5752         usualUnaryConversions()
5753
5754 2004-01-26  Michael Hope  <michaelh AT juju.net.nz>
5755
5756         * support/regression/tests/literalop.c (mulWrapper): Added a
5757         wrapper to remove integer overflow warnings.
5758
5759         * support/regression/tests/float_trans.c: Made work on host.
5760
5761         * support/regression/ports/ucz80/spec.mk (UCZ80): Made detect the
5762         location of sz80.
5763
5764         * support/regression/generate-cases.py (main): Changed from inline
5765         to a main method.
5766
5767         * doc/Makefile (install): Changed to depth first to get rid of
5768         missing directory install warning.
5769
5770         * as/Makefile (install-doc): Made work on Mac.
5771
5772 2004-01-25 Bernhard Held <bernhard AT bernhardheld.de>
5773
5774         * src/SDCCast.c: added an additional type flow in decorateType() of
5775         opposite direction, see feature request #860006; it's enabled at runtime
5776         by setting the environment variable SDCC_NEWTYPEFLOW
5777         * src/SDCCast.h: changed prototype of decorateType()
5778         * src/SDCCglue.c (emitRegularMap): updated call of decorateType()
5779         * src/SDCCicode.c (geniCodeDivision) (geniCodeModulus): promotion from
5780         'char' to 'int' can be omitted, if both operands are 'unsigned char';
5781         see feature request #877103
5782         * src/SDCCval.c: updated call of decorateType()
5783         (valBitwise): fixed bug #882876
5784         (valMinus): added promotion
5785         (valLogicAndOr): result is unsigned
5786         (cheapestVal) (constVal): literals from 0...255 are 'unsigned char' now
5787         * src/SDCCsymt.c (computeType),
5788         * src/mcs51/gen.c (genCmpGt) (genCmpLt): literal 'unsigned char'
5789         must not cause an unsigned operation
5790         * src/pic/glue (pic14emitRegularMap),
5791         * src/pic16/glue.c (pic16emitRegularMap): updated call of decorateType()
5792
5793 2004-01-23 Bernhard Held <bernhard AT bernhardheld.de>
5794
5795         * src/pic/pcode.c (PCodeID): commented out left over debug code
5796
5797 2004-01-20 Bernhard Held <bernhard AT bernhardheld.de>
5798
5799         * support/valdiag/tests/overflow.c: added shift tests
5800         * src/pic/device.c,
5801         * src/pic/gen.c,
5802         * src/pic/gen.h,
5803         * src/pic/glue.c,
5804         * src/pic/main.c,
5805         * src/pic/pcode.c,
5806         * src/pic/pcode.h,
5807         * src/pic/pcodepeep.c,
5808         * src/pic/pcoderegs.c,
5809         * src/pic/ralloc.c,
5810         * src/pic/ralloc.h: applied patch from Slade Rich;
5811         added support for multiple code pages and multiple RAM banks on the
5812         PIC 14 port. The ASM files now no longer simply assume all the
5813         code / RAM are in the same page / bank. This means the linker can
5814         safely allocate code/RAM of separate ASM files to different pages/banks.
5815         * doc/sdccman.lyx: added Slade's tips
5816         * src/mcs51/peeph.def: fixed bug #880768
5817
5818 2004-01-20 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5819
5820         * src/hc08/ralloc.c (rematStr): fixed bug #879282
5821         * src/SDCCast.c (decorateType): fixed bug #880197
5822
5823 2004-01-20  Michael Hope  <michaelh AT juju.net.nz>
5824
5825         * sim/ucsim/gui.src/serio.src/main.cc: Fixed unconditional use of
5826         getopt.h.
5827
5828         * debugger/mcs51/cmd.c (getValBasic): Changed strtof to strtod as
5829         strtof is not part of C89 and isn't included with Mac OS X.
5830
5831 2004-01-20 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5832
5833         * src/hc08/gen.c (genPlusIncr, genUminus, genMinusDec, genCmp,
5834         shiftL2Left2Result): fixed bug #879326
5835         (genAnd, genOr, genXor): fixed bug when result was of type AOP_CRY
5836         (genMultOneByte): fixed bug in signed vs unsigned multiplication
5837         * sim/ucsim/hc08.src/inst.cc (inst_clr): added missing effective
5838         address fetch for clr instruction
5839         * device/lib/hc08/_mulint.c: created optimized assembly version
5840         * src/SDCCdflow.c (computeDataFlow): fixed bug #878209
5841
5842 2004-01-19 Bernhard Held <bernhard AT bernhardheld.de>
5843
5844         * src/SDCCicode.c (geniCodeArray): applied patch from Stas Sergeev
5845         proposed in FR #877103
5846
5847 2004-01-18 Bernhard Held <bernhard AT bernhardheld.de>
5848
5849         * src/SDCCval.c (cheapestVal): added missing checks
5850         * src/SDCCicode.c (usualBinaryConversions): fixed condition
5851         * src/SDCCicode.c (geniCodeAdd): fixed part of bug #877103
5852
5853 2004-01-16 Klaus Flittner <klaus_flittner AT gmx.de>
5854
5855         * src/ds390/gen.c (aopOp3): fixed the assignment of different dptrs to
5856         equal operands
5857
5858 2004-01-16 Vangelis Rokas <vrokas AT otenet.gr>
5859
5860         * src/SDCCmain.c (linkEdit): variable $3 of the linker command is
5861         loaded with the linker search paths (-L arguments) and the libraries
5862         to be linked with the current source (-l arguments). Changes
5863         currently will affect only the pic16 port.
5864         * src/pic16/main.c (_pic16_finaliseOptions): add to the linker
5865         include path the port specific paths and port specific libraries,
5866         * gplink command now contains the $3 argument,
5867         * src/pic16/device.h,
5868         * src/pic16/device.c,: structure PIC_device is made public and
5869         renamed to PIC16_device, the same for variable Pics which is renamed
5870         to Pics16. Updated all references to them.
5871         * src/pic16/glue.c (pic16glue): corrected bug with code
5872         initialization which bypassed the variable initializations block.
5873
5874         * device/lib/pic16/Makefile.rules: removed --penable-stack from
5875         COMPILE_FLAGS and added the --nostdinc option
5876
5877 2004-01-15 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5878
5879         * device/include/mc68hc908jb8.h: Register defs for another member
5880         of the hc08 family. Contributed by Bjorn Bringert - thanks!
5881
5882 2004-01-14 Vangelis Rokas <vrokas AT otenet.gr>
5883
5884         Documenting changes from previous commits.
5885         * configure.in (version 1.56),
5886         * configure: initially I've added AC_CONFIG_SUBDIRS(device/lib/pic16)
5887         when generating output files to configure the pic16 library,
5888         but now I've commented it out, since gputils aren't installed in the
5889         SF compile farm, so library won't compile
5890
5891         * device/lib/Makefile.in (version 1.56): initially I've added in
5892         target 'all' the prerequestive 'model-pic16' so it compiled the
5893         pic16 library, but now I've commented it out for the same reasons
5894         above,
5895         * added targets 'model-pic16' and 'objects-pic16' to compile the
5896         library
5897         * added target 'port-specific-objects-pic16' to handle the
5898         generated libraries and copy them into the build/ directory
5899         * added target 'clean-intermediate-pic16' to clean intermediate
5900         files into pic16 directory
5901         * in target 'installdirs' added line to create directory pic16 in
5902         the installation path
5903
5904         * device/include/Makefile.in (version 1.11): in target 'install'
5905         added lines to copy all header files to installation path,
5906         * in target 'installdirs' added line create directory for pic16
5907         headers in the installation path
5908
5909 2004-01-13 Klaus Flittner <klaus_flittner AT gmx.de>
5910
5911         * src/ds390/gen.c (genCall): fixed a double use of acc and b after
5912          a function call
5913
5914 2004-01-13 Bernhard Held <bernhard AT bernhardheld.de>
5915
5916         * configure,
5917         * device/lib/configure.in,
5918         * device/lib/configure: fixed for autoconf 2.57
5919
5920 2004-01-13 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5921
5922         * src/z80/main.c (_parseOptions): fixed the portmode= command line
5923         option so that it actually works. Made it specific to the z80, since
5924         the gbz80 doesn't have these kinds of I/O ports.
5925
5926 2004-01-13 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5927
5928         * device/include/z180.h,
5929         * device/lib/_memcpy.c,
5930         * device/lib/_memmove.c,
5931         * device/lib/_mulint.c,
5932         * device/lib/ser_ir.c,
5933         * device/lib/ser_ir_cts_rts.c,
5934         * device/lib/_strcmp.c,
5935         * device/lib/_strtok.c: fixed pragmas to non-deprecated form
5936         * src/z80/main.c (_process_pragma): add support for pragmas bank and
5937         portmode; added deprecation warning for bank= and protmode= forms.
5938         Also, guard against buffer overflow.
5939         * src/z80/gen.c (aopGet): generate better code for sfr banked read
5940
5941 2004-01-13 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5942
5943         * src/hc08/main.c (_hc08_genAssemblerPreamble): fixed bug #875487. Also
5944         changed interrupt vector table generation to only emit declared vectors.
5945         * device/include/Makefile.in: added missing backslash
5946         * device/lib/pic16/Makefile.rules: add $(MODELFLAGS) to $(CFLAGS)
5947
5948 2004-01-13 Vangelis Rokas <vrokas AT otenet.gr>
5949
5950         Mainly changes to support compilation of the device libraries
5951         * src/pic16/device.c: stack is allocated via symbol and not
5952         via literal number. The symbol is placed in the corresponding
5953         position of the data ram
5954         * (pic16_dump_section): relocatable and absolute uninitialized
5955         data are now emitted in sorted order to reduce section naming,
5956         * src/pic16/ralloc.c (newReg): fixed bug with SFR's that
5957         weren't marked as being in the access bank,
5958
5959 2004-01-13 Vangelis Rokas <vrokas AT otenet.gr>
5960
5961         Added portion of GNU PIC Library under the directory
5962         device/include/pic16 and device/lib/pic16. These files
5963         contain the declarations of SFRs for the PIC18Fxx2 devices.
5964         The directory is initialized via configure from toplevel.
5965
5966 2004-01-12 Klaus Flittner <klaus_flittner AT gmx.de>
5967
5968         * src/ds390/gen.c (operandsEqu): fixed a little typo, that prevented
5969         the spilllocations to be compared correctly
5970
5971 2004-01-12 Bernhard Held <bernhard AT bernhardheld.de>
5972
5973         * src/SDCCast.c (decorateType): fixed bug introduced today
5974
5975 2004-01-12  Borut Razem <borut.razem AT siol.net>
5976
5977         * src/SDCC.lex, support/Util/SDCCerr.h, support/Util/SDCCerr.c,
5978         doc/sdccman.lyx: upper case pragmas are deprecated
5979
5980 2004-01-12 Bernhard Held <bernhard AT bernhardheld.de>
5981
5982         * src/SDCCast.c (decorateType): replacing 'ul > 0' by  '!ul' results
5983         in simpler and even better code
5984
5985 2004-01-11 Bernhard Held <bernhard AT bernhardheld.de>
5986
5987         * src/SDCCicode.c (operandOperation): fixed bug #874819
5988         * src/SDCCast.c (decorateType): fixed
5989         char foo (unsigned long ul) { return ul > 0; }
5990
5991 2004-01-11 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
5992
5993         * doc/sdccman.lyx: Moved and added some sections, small changes
5994         all over. Telling LaTeX to be less strict with word spacing
5995         to better keep the right margin. Changed some notes about
5996         maintainance of the ports in section 3.2.1 - is it OK like this?
5997
5998 2004-01-11 Vangelis Rokas <vrokas AT otenet.gr>
5999
6000         SDCC source changes:
6001         * src/SDCCopt.c (cntToFcall, cnvToFloatCast, cnvFromFloatCast,
6002         convilong): modified to inform the pic16 port that builtin functions
6003         are external
6004
6005         PIC16 PORT specific changes:
6006         * src/pic16/device.c pic16_dump_equates() added,
6007         processor registers declared internally by the port are emitted in
6008         the translation as equates,
6009         * src/pic16/gen.c: inline code is passed unprocessed to the
6010         translation,
6011         * (pic16_popGetLit2): fnuction modified to take second operand as
6012         pCodeOp pointer and not as literal,
6013         * (popRegFromIdx): prefixed with pic16_,
6014         * (pic16_popCombine2): modified to receive already allocated pCode
6015         operands,
6016         * (pic16_pushpCodeOpReg, pic16_poppCodeOpReg): added
6017         * (genFunction): initializes local stack frame and pushes on stack
6018         all the registers used by this function,
6019         * (genEndFunction): restores all registers from stack and restores
6020         stack frame,
6021         * src/pic16/glue.c (pic16emitRegularMap): various changes and
6022         improvements,
6023         * (pic16glue): changed the program startup sequence,
6024         * added new dbName code 'A' for functions placed in absolute section
6025         * src/pic16/main.c: added function attribute _naked,
6026         * added pragma 'code' to place a fnuction at an absolute address,
6027         * added command line arguments --debug-ralloc and --pcode-verbose,
6028         * (_pic16_finiliseOptions): options.all_callee_saves is set by default
6029         * src/pic16/pcode.c (pic16_pBlockConvert2Absolute) added,
6030         * (pic16_newpCodeOpLit2): modified to take the second operand as
6031         pCodeOp pointer,
6032         * (pic16_printpBlock): modified to emit each function in a separate
6033         section,
6034         * (pic16_get_op): modified to use the gpasm modifiers LOW,HIGH and
6035         UPPER for immediate operands,
6036         * src/pic16/pcodepeeph.c: added peephole support for the LFSR
6037         instruction,
6038         * src/pic16/peeph.def: all peepholes with movff are commented out,
6039         because there is a problem in the pcode peep optimizer,
6040         * src/pic16/ralloc.c: the register allocator can now reuse local
6041         function symbols for another function. This saves register usage.
6042         * src/pic16/ralloc.h: added flag isLocal in structure regs,
6043
6044         Added file src/pic16/NOTES with information about program writing on
6045         the current port version.
6046
6047 2004-01-11 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
6048
6049         * src/mcs51/peephole.def: added peepholes 177.c,d (redundant moves)
6050         and peephole 252 (array access)
6051
6052 2004-01-09  Borut Razem <borut.razem AT siol.net>
6053
6054         * src/SDCCmain.c : fixed #872250: -l command line defined library
6055           files are scanned before standard library files
6056
6057 2004-01-10 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6058
6059         * src/SDCCast.c (decorateType): fixed bug #874046
6060
6061 2004-01-09  Borut Razem <borut.razem AT siol.net>
6062
6063         * support/scripts/sdcc.nsi: remove previous installation
6064
6065 2004-01-09 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
6066
6067         * src/SDCCglue.c (createInterruptVect): don't append 7(5) padding
6068         bytes for last interrupt vector (mcs51)
6069         * sdcc.spec: fixed typo
6070
6071 2004-01-09 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6072
6073         * src/mcs51/gen.c (genFunction, genEndFunction, genReceive, getTempRegs,
6074         gen51Code): more efficient parameter receive for --model-large
6075         ("bug" #845294)
6076
6077 2004-01-09 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6078
6079         * src/ds390/main.c,
6080         * src/z80/main.c: added missed needLinkerScript flags (more than
6081         one port structure defined in these file)
6082         * src/ds390/gen.c (aopForSym, aopOp, operandsEqu, aopOp3): fixed
6083         bug #795325
6084
6085 2004-01-08 Vangelis Rokas <vrokas AT otenet.gr>
6086
6087         * src/SDCCmain.c: removed various references to DEFAULT_PORT
6088         * src/port.h: added flag needLinkerScript in port->linker
6089         structure to inform whether to create a .lnk file or not,
6090         * src/avr/main.c,
6091         * src/ds390/main.c,
6092         * src/hc08/main.c,
6093         * src/mcs51/main.c,
6094         * src/pic/main.c,
6095         * src/pic16/main.c,
6096         * src/xa51/main.c,
6097         * src/z80/main.c: changed appropriately to configure
6098         needLinkerScript flag
6099         * src/pic/gen.c,
6100         * src/pic16/gen.c (genAddrOf): fixed bug #863624
6101         * src/pic/glue.c: added variable udata_section_name to
6102         override default uninitialized data segment definition for
6103         devices only with SHAREBANK memory (reported from Erik Epetrich)
6104         * (pic14emitOverlay): modified to emit a commented overlay segment
6105         directive when no overlay data exist
6106         * (picglue): modified to emit uninitialized data segment
6107         according to udata_section_name
6108         * src/pic/main.c (_pic14_parseOptions): added command line
6109         options --udata-section-name=[name] to override default
6110         udata definition name
6111         * modified _linkCmd and _asmCmd to include compiler passed
6112         arguments via -W option
6113         * src/pic16/main.c: added $l in _asmCmd, changed extension for
6114         object file from '.rel' to '.o' in port->linker structure,
6115         changed size of fptr from 2 to 3 in port structure
6116
6117 2004-01-07  Borut Razem <borut.razem AT siol.net>
6118
6119         * support/scripts/sdcc.nsi: update PATH
6120         * support/scripts/sdcc.ico: craeted
6121
6122 2004-01-07 Bernhard Held <bernhard AT bernhardheld.de>
6123
6124         * device/include/Makefile.in: fix install
6125         * doc/Makefile: fix install
6126
6127 2004-01-07 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6128
6129         * src/SDCCsymt.c (processFuncArgs): fixed superflous allocation noted
6130         in bug #860505
6131         * src/SDCCmem.c (printAllocInfoSeg, printAllocInfo): minor changes to
6132         how the function variable allocation summary is displayed; also
6133         include information about variables allocated to the overlay
6134         segment
6135
6136 2004-01-06  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
6137
6138         * as/mcs51/lkmain.c: Help about -Y option
6139         * as/mcs51/lkarea.c: Fixed gcc warnings
6140
6141 2004-01-06 Bernhard Held <bernhard AT bernhardheld.de>
6142
6143         * src/SDCCval.c (valShift): changed from 16 to 32 bit shift count,
6144         fixed warning
6145         * support/valdiag/tests/overflow.c: added
6146         * src/SDCCast.c (decorateType),
6147         * src/SDCCicode.c (geniCodeLeftShift): added promotion to int for
6148         LEFT_OP (left shift)
6149
6150 2004-01-06  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
6151
6152         * as/mcs51/lkmain.c: stack must be after data when option -Y is not used
6153         (default behaviour).
6154
6155 2004-01-06 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6156
6157         A python script to validate compiler diagnostic messages. It can be
6158         used to verify that sdcc complains about bad c source code and
6159         gives a good location of the error.
6160         * support/valdiag/Makefile,
6161         * support/valdiag/valdiag.py,
6162         * support/valdiag/tests/*
6163
6164 2004-01-06 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6165
6166         * src/SDCC.y (enum_specifier, enumerator_list, opt_assign_expr),
6167         * src/SDCCsymt.c (newEnumType),
6168         * src/SDCCsymt.h
6169         * support/Util/SDCCerr.c,
6170         * support/Util/SDCCerr.h: fixed bug #871258 and some other unreported
6171         enum related bugs.
6172         * support/regression/tests/enum.c: added test for enum values that
6173         require at least 2 bytes of storage.
6174
6175 2004-01-06 Vangelis Rokas <vrokas AT otenet.gr>
6176
6177         * src/common.h: added ifndef/define/endif macros
6178         around the header file.
6179         Bug reported from Jesus Calvino-Fraga
6180
6181 2004-01-06 Bernhard Held <bernhard AT bernhardheld.de>
6182
6183         * sdcc.spec: updated
6184         * device/include/Makefile.in: don't install CVS directories
6185         * device/lib/Makefile.in: added removal of CVS directories after install
6186         * doc/Makefile: fixed install, added local_icons
6187         * sim/ucsim/gui.src/Makefile.in: fixed an old typo
6188         * src/mcs51/gen.c (genRightShift): fixed bug #870788
6189         * src/ds390/gen.c (genRightShift): fixed bug #870788
6190         * src/SDCCast.c (decorateType): fixed bug #870781
6191
6192 2004-01-06 Vangelis Rokas <vrokas AT otenet.gr>
6193
6194         PIC16 port related changes:
6195         * device.c: removed pic16_finalMapping and pic16_finalMappingSize,
6196         added variable stackPos,
6197
6198         * gen.c: genCall, assignResultValue: added support for
6199         pushing/retrieving function parameters to/from stack,
6200         genFunction,genEndFunction: setup stack frame for the
6201         generated function,
6202         genAddrOf: will be changed according to bug 863624
6203
6204         * added files genutils.c and genutils.h which contain gen*
6205         debugged and optimised functions extracted from gen.c
6206
6207         * glue.c: added variable 'externs' which holds extern symbols,
6208         pic16emitRegularMap: is modified to properly handle relocatable
6209          symbols under the new scheme,
6210         pic16createInterruptVect: is modified
6211         pic16printPublics: is modified to emit 'global' assembler directives,
6212         added pic16_printExterns to print extern symbols,
6213         pic16glue: initializes stack/frame pointer in the beginning of
6214         the assembly output. Temporary hack, will be corrected later,
6215         because gplink yet does not support stack and SDCC does not
6216         yet support a type of crt0.o object to create the final binary.
6217
6218         * Removed many lines that contain 8051 legacy code.
6219         * The code is finally placed under a 'code' directive.
6220         * Added port specific options.
6221
6222         * _process_pragma: simplified since now we do not need *special*
6223         include file to define SFR registers. But a separate header
6224         will be needed. This will be developed later.
6225         * _pic16_parseOptions: added, parses port specific options:
6226         --pgen-banksel, --obanksel=, --pomit-config-words, --pomit-ivt,
6227         --pleave-reset-vector, --penable-stack, --pstack-model, --debug-xtra
6228         --preplace-udata-with=
6229
6230         * _pic16_setDefaultOptions: modified to initialize section names,
6231         but hack is temporarly out of order since it needs improvement.
6232         * _pic16_genAssemblerPreamble: configuration words are emitted by
6233         their address instead of their name. This part is incomplete and
6234         supports only the 18Fxx2 devices. Other devices will emit an error
6235         during assembly since they do not contain the same set of config
6236         registers
6237         * _pic16_genIVT: is modified,
6238
6239         * pcode.c: added definitions for some hardware registers that are needed
6240         for stack support
6241         * added flag is2LitOp and variable pci_magic in pCodeInstruction.
6242         All PCI entries are updated. Now LFSR is supported.
6243         * Removed pic16_pciTRIS is mentioned by mdubuc in source
6244         * added pic16_newpCodeOpLit2 to support instructions with
6245         two literal arguments
6246         * pic16_pCode2str: corrected code that emits assembler instructions
6247         with two literal operands and those that have an access bit modifier
6248         * genericPrint: now PC_ASMDIR pCodes, can emit a label if it exists,
6249         this fixes a bug which caused some labels to be lost, when an
6250         assembler directive was added, i.e. banksel,
6251         * pic16_FixRegisterBanking: improved logic that causes the insertion
6252         of bank switching,
6253         * InlineFunction: functions that are called once, are not any more
6254         inlined. This can be a port option in the future,
6255
6256         * pcode.h: added pCodeOpLit2 and added variable label in pCodeAsmDir
6257
6258         * ralloc.c: added pic16_rel_udata and pic16_fix_udata variables which
6259         hold the corresponding uninitialized symbols,
6260         * pic16_allocProcessorRegister: registers have explicit marked the
6261         accessBank field,
6262         * pic16_allocInternalRegister: registers are explicit marked as
6263         not used,
6264         * pic16_writeUsedRegs: pic16_dynDirectBitRegs was missing from the
6265         processing list, so bit registers were lost,
6266         *
6267
6268         * ralloc.h: added field 'accessBank' and original symbol operand
6269         in register definition,
6270         * removed the field isMapped from register definition,
6271
6272         ** Several functions have been removed from various sources:
6273         BanksUsedFlow2,BanksUsedFlow,FixBankFlow,InstructionRegBank,
6274         pic16_addMemRange,pic16_isREGinBank,pic16_dump_map,pic16_dump_cblock
6275         isSFR,validAddress,mapRegister,assignRegister,pic16_assignFixedRegisters
6276         pic16_assignRelocatableRegisters
6277
6278         ** others have been introduced:
6279         pic16_areRegsSame,pic16_dump_section,checkAddReg,pic16_groupRegistersInSection
6280         pic16_popGetLit2,pic16_popCombine2,pushw,pushaop
6281
6282 2004-01-05 Vangelis Rokas <vrokas AT otenet.gr>
6283
6284         * support/scripts/inc2h.pl: changed definition of BIT_AT
6285         to emit 'sbit at' instead of 'bit at'. This was a request.
6286
6287         PIC16 port related preliminary changes:
6288         * gen.c: prefixed function popRegFromString with
6289         pic16_ and all references to it corrected
6290         * pcode.c: all pic16_pc_* hardware registers prefixed
6291         with underscore (_),
6292         pic16_popCopyGPR2Bit(): function sets register wasUsed=1
6293         * ralloc.c: newReg(): when register is REG_SFR then
6294         set address to rIdx,
6295         pic16_allocProcessorRegister(): marks register wasUsed=0
6296         pic16_writeUsedRegs(): added a call to assign processor
6297         registers via pic16_assignFixedRegisters
6298
6299 2004-01-04  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
6300
6301         * as/mcs51/aslink.h, as/mcs51/lkarea.c, as/mcs51/lkdata.c,
6302         as/mcs51/lkmain.c, as/mcs51/lkmem.c: 8051 linker can now pack
6303         variables in unused register banks.  Also the SSEG is placed
6304         wherever there is enough space for it, and IDATA can be anywhere
6305         in internal RAM.  For now compile using -Wl-Y[stack_size].
6306         The mem file is different for this option as well, since it
6307         makes no sense of talking about DSEG lenght.
6308
6309 2004-01-02 Vangelis Rokas <vrokas AT otenet.gr>
6310
6311         * src/SDCClrange.c: fixed bug 869095 that caused segfault
6312         in certain cases, e.g. when ROM assignment, patch provided
6313         from Albert den Haan.
6314
6315 2004-01-01 Bernhard Held <bernhard AT bernhardheld.de>
6316
6317         Many signedness and type propagation fixes:
6318         * src/SDCCicode.c: made geniCodeCast() static
6319         replaced SPEC_ by IS_ (cosmetic)
6320         (operandOperation): fixed div and mod operation
6321         (usualBinaryConversions): added support for promotion of char
6322         (geniCodeMultiply): replaced (unsigned long) by (TYPE_UDWORD)
6323         (geniCodeDivision): replaced (unsigned long) by (TYPE_UDWORD)
6324         (geniCodeAdd): an array index will stay unsigned, even if promoted
6325         from char to int
6326         (geniCodeArray): ditto
6327         * src/SDCCicode.h: made geniCodeCast() static: removed prototype
6328         * src/SDCCsymt.c (computeType): added more support for char;
6329         promotion of char is selectable by promoteCharToInt, fixed signedness
6330         for all cases
6331         (powof2): replaced (unsigned long) by (TYPE_UDWORD)
6332         * src/SDCCsymt.h (powof2): replaced (unsigned long) by (TYPE_UDWORD)
6333         * src/SDCCval (val*): replaced signedness calculation by
6334         computeType()
6335         rearranged if-branches (cosmetic)
6336         (valShift): added warning W_SHIFT_CHANGED
6337         (valCompare): fixed problem with different types
6338         * src/hc08/rallo.c (leastUsedLR): fixed gcc 3.3 warning
6339         * support/regression/tests/literalop.c: added many cases
6340         * support/regression/tests/ast_constant_folding.c: changed finally to
6341         'unsigned int'
6342         * .version: new year, new version: 2.3.7
6343         * src/SDCCmain.c (main): applied patch #866468
6344         * debugger/mcs51/sdcdb.c (parseCmdLine): added -k for ucsim, patch
6345         provided by Scott Bronson
6346         * doc/sdccman.lyx: updated documentation for sdcdb
6347         updated and added chapter tips
6348
6349 2004-01-01 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6350
6351         * src/SDCCsymt.h: missing from yesterday's commits
6352
6353 2003-12-31 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6354
6355         * src/SDCC.y (struct_or_union_specifier),
6356         * support/Util/SDCCerr.c,
6357         * support/Util/SDCCerr.h: verify that struct & union tags are used
6358         as declared.
6359
6360 2003-12-29 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6361
6362         * src/SDCCglobl.h: missing from yesterday's commits
6363
6364 2003-12-28 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6365
6366         * src/SDCC.y (external_definition, type_specifier2, sfr_reg_bit,
6367         sft_attributes, struct_declaration, parameter_declaration,
6368         type_name, start_block, declaration_list),
6369         * src/SDCC.lex (check_type): support redefinition of typedef names
6370
6371 2003-12-22 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
6372
6373         * src/mcs51/gen.c (genPlus): added special handling for 256 byte
6374         aligned xdata arrays. Erik helped me with the if clause.
6375
6376 2003-12-20 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6377
6378         * device/lib/ds390/tinibios.c (CpuSpeed): suppress unreachable code
6379         warning
6380
6381 2003-12-20 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6382
6383         * src/SDCCast.h,
6384         * src/SDCCast.c (newAst_),
6385         * src/SDCCicode.h,
6386         * src/SDCCicode.c (ast2iCode, newiCode),
6387         * src/SDCCglobl.h,
6388         * src/SDCC.y (logical_and_expr, logical_or_expr, conditional_expr,
6389         expr, statement, expression_statement, selection_statement,
6390         iteration_statement, expr_opt, jump_statement): foundation for tracking
6391         sequence points
6392         * src/SDCCopt.c (killDeadCode): fixed bug #861580 (needs the sequence
6393         point code too)
6394
6395 2003-12-19 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6396
6397         * support/Util/SDCCerr.c,
6398         * src/SDCCast.h,
6399         * src/SDCCast.c (createCase, createDefault, decorateType),
6400         * src/SDCClabel.c (labelUnreach),
6401         * src/SDCC.y (labeled_statement, jump_statement): More improvements
6402         to error messages.
6403         * support/Util/SDCCerr.c (werrorfl): fixed a non-standard declaration
6404         (with thanks to Stas Sergeev)
6405         * device/include/time.h,
6406         * device/lib/time.c (CheckTime): suppress unreachable code warning
6407
6408 2003-12-18 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6409
6410         * src/SDCCast.c (createIvalCharPtr),
6411         * src/SDCCglue.c (printChar): fixed bug #862241 (an error in my fix for
6412         bug #753752)
6413         * support/regression/tests/nullstring.c: tests for these two bugs
6414
6415 2003-12-18 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6416
6417         * support/Util/SDCCerr.h,
6418         * support/Util/SDCCerr.c (E_NOT_ALLOWED),
6419         * src/SDCC.y (struct_declaration, struct_or_union_specifier): complain
6420         about storage class and 'at' used inside struct or union
6421         * src/SDCCBBlock.c (iCodeFromeBBlock),
6422         * src/SDCCcse.c (ifxOptimize),
6423         * src/SDCCglue.c (emitRegularMap, initPointer, printIvalStruct,
6424         printIvalArray, printiValFuncPtr, printIvalCharPtr, printIvalPtr,
6425         printIval, emitStaticSeg, emitOverlay),
6426         * src/SDCClabel.c (deleteIfx),
6427         * src/SDCCopt.c (replaceRegEqv, eBBlockFromiCode),
6428         * src/SDCCast.c (resolveSymbols, createIvalStruct, createIvalArray,
6429         gatherAutoInit, processParms),
6430         * support/Util/SDCCerr.h,
6431         * support/Util/SDCCerr.c (werrorfl): Support for better error location
6432         reporting for post-parse errors.
6433
6434 2003-12-16 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6435
6436         * src/SDCCval.c (valPlus, valMinus, valShift): fixed some problems with
6437         implicit casts via union; they don't work on big endian systems
6438         (possible fix for bug #861138)
6439
6440 2003-12-16 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
6441
6442         (committed by Erik Petrich <epetrich AT ivorytower.norman.ok.us> on Frieder's behalf)
6443         * src/mcs51/main.c: fixed the fix for bug #737001
6444
6445 2003-12-15  Borut Razem <borut.razem AT siol.net>
6446
6447         * support/scripts/sdcc.nsi: updated for NSIS 2.0 beta 4
6448
6449 2003-12-14 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6450
6451         * support/makebin/makebin.c: put output in binary mode
6452
6453 2003-12-13 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
6454
6455         * src/mcs51/main.c: fixed bug #737001 for the mcs51. SDCC clears
6456         xdata and data memory on startup. Set the environment variable
6457         SDCC_NOGENRAMCLEAR to disable this.
6458         * src/mcs51/peephole.def,
6459         * src/ds390/peephole.def: using the atomic test and clear instruction jbc
6460         (allows non-interrupt and interrupt code to safely compete for a resource
6461         without the non-interrupt code having to disable interrupts)
6462
6463 2003-12-13 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6464
6465         * src/SDCCicode.c (geniCodeAdd),
6466         * src/SDCCast.c (decorateType): fixed bug #857753 (need to be careful
6467         with valFromType if type might be a pointer and host is big endian).
6468         * src/SDCCast.c (decorateType): unary plus compatible with all arithmetic
6469         types, not just integer types.
6470         * src/SDCCsymt.c (addSymChain): clarified error message when symbol is
6471         multiply defined with mismatching "at" address.
6472
6473 2003-12-12 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6474
6475         * src/ds390/main.c (PORT tininative_port): fixed bug #858416
6476         * src/SDCCglue.c (printChar, printIvalChar, emitStaticSeg),
6477         * src/SDCCast.c (createIvalCharPtr, stringToSymbol): handle strings
6478         with embedded nulls (fixed bug #753752)
6479
6480 2003-12-12 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
6481
6482         * src/mcs51/main.c(_mcs51_genRAMCLEAR): using r0 instead of r1/r2.
6483         Apparently this did not see much testing (endless loop)
6484
6485 2003-12-11 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6486
6487         * src/z80/ralloc.c: set DISABLE_PACK_HL = 1 as a temporary fix to bug #855165
6488
6489 2003-12-10 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6490
6491         * src/SDCCdebug.c (outputDebugSymbols, outputDebugStackSymbols, dumpSymInfo):
6492         gracefully handle NULL memmap pointers
6493
6494 2003-12-08 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6495
6496         * src/SDCCopt.c (killDeadCode): change iCode type to DUMMY_READ_VOLATILE
6497         instead of deleting the iCode when an operand is volatile
6498         * src/z80/gen.c (genDummyRead),
6499         * src/mcs51/gen.c (genDummyRead),
6500         * src/ds390/gen.c (genDummyRead),
6501         * src/hc08/gen.c (genDummyRead): handle operands in IC_LEFT and/or IC_RIGHT,
6502         not just IC_RIGHT
6503         * src/SDCCicode.c (geniCodeCall): fixed bug #851607
6504         * src/SDCC.y: fixed bug #850420
6505
6506 2003-12-05 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6507
6508         Applied z80 i/o port patch from Peter Townson and fixed some operators
6509         to better handle operands in A register.
6510         * device/include/z180.h
6511         * src/SDCC.y
6512         * src/SDCCglue.c
6513         * src/z80/gen.c
6514         * src/z80/gen.h
6515         * src/z80/main.c
6516         * src/z80/peeph-z80.def
6517         * src/z80/peeph.def
6518         * src/z80/z80.h
6519
6520 2003-12-03 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6521
6522         * src/SDCCsymt.c (addSymChain, compareTypeExact): fixed bug #838241 again
6523
6524 2003-12-01 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6525
6526         * device/lib/hc08/_mullong.c: Removed extra #endif
6527
6528 2003-12-01 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6529
6530         * sim/ucsim/hc08.src/inst.cc,
6531         * sim/ucsim/hc08.src/hc08mac.h: fixed some problems with CC flag bits and
6532         carries from x to h
6533         * src/hc08/gen.c (aopAdrStr): fixed problem with 16 bit immediate
6534         * src/hc08/gen.c (XAccRsh): fixed problem with right shift
6535         * device/include/stdarg.h: fixed varargs for hc08
6536         * device/lib/Makefile.in,
6537         * device/lib/hc08/Makefile,
6538         * device/lib/hc08/_mulint.c,
6539         * device/lib/hc08/_mullong.c: fixed some endian problems
6540
6541 2003-11-28 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
6542
6543         * sdcc/src/mcs51/gen.c (genMultOneByte): help peephole 105
6544         * sdcc/src/mcs51/peeph.def: added peephole 186.e array access in code space
6545         * device/lib/_gptrget.c,
6546         * device/lib/_gptrput.c: P2 not used any more (related to #850747, #785979)
6547
6548 2003-11-27 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6549
6550         * src/SDCClrange.c (findNextUseSym, rlivePoint): fixed bug #849795
6551         * src/SDCCast.c (astErrors): fixed bug #846007
6552         * src/SDCCsymt.c (checkFunction): fixed follow-up bug on bug #846007
6553
6554 2003-11-26 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6555
6556         * src/SDCCast.c (decorateType): disabled a transformation I added in
6557         revision 1.188 (access to fields of a structure at an absolute address);
6558         it breaks with bitfields, extern declarations, and gcse analysis.
6559         * src/SDCCopt.c (isLocalWithoutDef): if ADDRESS_OF applied to a symbol, it
6560         could be assigned through a pointer, so don't complain.
6561         * src/SDCCast.c (astErrors),
6562         * src/SDCCast.h,
6563         * src/SDCCglue.c (emitRegularMap): fixed bug #847813
6564
6565 2003-11-26 Vangelis Rokas <vrokas AT otenet.gr>
6566
6567         * src/pic16/main.c (_pic16_genIVT): fixed interrupt vector table
6568         * src/pic16/main.c (_pic16_genAssemblerPreamble): re-enabled the
6569         output of __config directives, since gpasm now supports them
6570         * src/pic16/main.c (_pic16_finaliseOptions): define MCU
6571         pre-processor macro, i.e. -DMCU=p18f452
6572         * src/pic16/ralloc.c: renamed packRegisters to pic16_packRegisters,
6573         and modified to handle 'cast' icode similarly to '=' icode
6574         * src/pic16/device.h (typedef struct PIC_device): added field
6575         'extMIface' to indicate that chip has external memory interface
6576         * src/pic16/device.c: added chips 18F248, 18F258, 18F448, 18F458,
6577         18F6520, 18F6620, 18F6680, 18F6720, 18F8520, 18F8620, 18F8680,
6578         18F8720
6579
6580 2003-11-26 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6581
6582         * src/SDCC.y (pointer): fixed bug #846006
6583         * support/Util/SDCCerr.c: made W_PTR_TYPE_INVALID message clearer
6584         * src/SDCCast.c (decorateType): fixed bug #846009
6585         * src/ds390/peeph.def,
6586         * src/ds390/gen.c (genAnd, genOr),
6587         * src/mcs51/peeph.def,
6588         * src/mcs51/gen.c (genAnd, genOr): fixed bug #846777
6589
6590 2003-11-25 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6591
6592         Fixed several common-sub-expression bugs (#772861, #768380, & #755323)
6593         * src/SDCCdflow.c
6594         * src/SDCCcse.c
6595         * src/SDCCcse.h
6596         * src/SDCCBBlock.h
6597         * src/SDCCBBlock.c
6598
6599 2003-11-23 Klaus Flittner <klaus_flittner AT gmx.de>
6600
6601         fixed bug #845089
6602         * src/SDCCbitv.h,
6603         * src/SDCCbitv.c: added function to free a bitvector
6604         * src/SDCClrange.h,
6605         * src/SDCClrange.c: added function to recompute the liveranges
6606         * src/avr/ralloc.c,
6607         * src/ds390/ralloc.c,
6608         * src/hc08/ralloc.c,
6609         * src/mcs51/ralloc.c,
6610         * src/pic/ralloc.c,
6611         * src/pic16/ralloc.c,
6612         * src/xa51/ralloc.c,
6613         * src/z80/ralloc.c: recompute the liveranges after register packing
6614
6615 2003-11-21 Klaus Flittner <klaus_flittner AT gmx.de>
6616
6617         * src/SDCCloop.c (newInduction): fixed bug #845630
6618
6619 2003-11-21 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6620
6621         * src/SDCCsymt.c (compareTypesExact): disabled debugging output
6622         inadvertantly left behind from my 2003-11-12 change
6623
6624 2003-11-20 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6625
6626         Updated headers I neglected to commit yesterday.
6627         * src/SDCClrange.h,
6628         * src/SDCCicode.h
6629
6630 2003-11-19 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6631
6632         * src/SDCCcse.c (algebraicOpts): fixed bug #773153
6633         * src/SDCClrange.c (rlivePoint): need to mark IC_RESULT used if POINTER_SET op
6634         * src/SDCCopt.c (eBBlockFromiCode),
6635         * src/SDCClrange.c (hashiCodeKeys, sequenceiCode, computeLiveRanges): seperated
6636         the creation of the key hash table from the sequencing so it can be used
6637         earlier (for some GCSE bug fixes still pending)
6638
6639 2003-11-15 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
6640
6641         * src/mcs51/gen.c (genPlus): generate shortcut for adding 0xab00
6642         * support/regression/tests/addsub.c: testing genPlus shortcut
6643
6644 2003-11-15  Borut Razem <borut.razem AT siol.net>
6645
6646         * src/SDCCmain.c: fixed bug #841645: -MM command line option passed to sdcpp
6647
6648 2003-11-15 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6649
6650         * src/SDCCcse.c (cseBBlock): fixed bug #527779
6651         * src/SDCCcse.c (deleteGetPointers): rewrote so that the set
6652         ordering is immaterial.
6653         * src/SDCCdflow.c (mergeInExprs): fixed bug #587536
6654
6655 2003-11-14 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6656
6657         * src/SDCCicode.c (geniCodeAddressOf): fixed part of bug #840381
6658         * src/SDCCopt.c (replaceRegEqv, isLocalWithoutDef): fixed other part
6659         (SIGSEV) of bug #840381
6660         * src/SDCCmain.c (linkEdit, assemble): fixed bug #841606 (don't
6661         unlink new file before rename if new and old filenames are the same)
6662
6663 2003-11-13 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
6664
6665         * src/mcs51/main.c: started fixing bug #737001 (SDCC not clearing
6666         uninitialized variables) for the mcs51. Set environment variable
6667         SDCC_GENRAMCLEAR to test.
6668         xdata initialization slightly shorter
6669
6670 2003-11-12 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6671
6672         * src/SDCCsymt.h,
6673         * src/SDCCsymt.c (addSymTypeChain, compareTypesExact): fixed bugs
6674         #838241 & 780691 (basicly the same bug)
6675         * src/SDCCBBlock.c (iCode2eBBlock): fixed bug #840148
6676         * src/SDCCBBlock.c (iCodeFromeBBlock): fixed bug #840162
6677
6678 2003-11-11 Bernhard Held <bernhard AT bernhardheld.de>
6679
6680         * src/SDCCmain.c (linkEdit): "fix" #834252
6681
6682 2003-11-11 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6683
6684         * src/SDCCast.c (removePostIncDecOps, removePreIncDecOps),
6685         * src/SDCCast.h,
6686         * src/SDCC.y: fixed bug #819403
6687
6688 2003-11-08 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6689
6690         * support/regression/fwk/lib/testfwk.c: printn is recursive and thus needs
6691         the reentrant attribute.
6692         * src/hc08/gen.c (genPackBits): added missing stack readjustment
6693         * sim/ucsim/hc08.src/inst.cc (inst_mov): fixed bugs with mov instruction
6694         simulation
6695         * src/SDCCast.c (decorateType): fixed bug with storage class not being
6696         updated during pointer dereference; f.e. ~(((char *)1)*) was being
6697         erroneously reduced to a literal.
6698         * src/hc08/ralloc.c (packRegisters, rematStr),
6699         * src/hc08/gen.c (aopForRemat): allow literals to be rematerialized in
6700         some cases
6701
6702 2003-11-08 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
6703
6704         * src/mcs51/main.c: fixed bug #838385. Thanks to Josef Pavlik for finding and fixing
6705         * doc/sdccman.lyx: changed from 'article' to 'book'
6706         * doc/Makefile: readded test_suite_spec and cdbfileformat
6707
6708 2003-11-08 Bernhard Held <bernhard AT bernhardheld.de>
6709
6710         * device/include/stdlib.h: include malloc.h to comply with ANSI
6711         * support/regression/tests/malloc.c: include stdlib.h instead of malloc.h
6712
6713 2003-11-07 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
6714
6715         * doc/Makefile: sdccman.pdf should build with correct references (more info in commit msg)
6716         * doc/clean.mk: also remove *.out files
6717         * doc/sdccman.lyx: some additions, larger top/bottom margins
6718
6719 2003-11-07 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6720
6721         * src/SDCC.y: fixed bug #837365
6722         * support/regression/tests/bitopcse.c
6723         * src/hc08/gen.c (genPointerGet): Don't assume pointer operand is
6724         a symbol (might be valop instead)
6725         * device/lib/Makefile.in: added errno.c to HC08SOURCES
6726         * device/lib/clean.mk: added hc08 to the cleaning list
6727
6728 2003-11-04  Borut Razem <borut.razem AT siol.net>
6729
6730         * configure, configure.in, sdcc_vc_in.h, sdcconf_in.h: reverted changes,
6731           made 2003-11-04
6732         * support/Util/NewAlloc.c, as/hc08/lklibr.c, as/mcs51/lklibr.c,
6733           as/z80/aslist.c, as/z80/assym.c: removed inclusion of nonstandard malloc.h;
6734           malloc is declared in standard stdlib.h
6735
6736 2003-11-06 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6737
6738         * device/lib/hc08/Makefile: need to clean .rel not .o files
6739         * src/hc08/gen.c (genDjnz): can't use djnz with extended addressing mode
6740
6741 2003-11-06 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6742
6743         * src/port.h,
6744         * src/hc08/main.c,
6745         * src/mcs51/main.c,
6746         * src/ds390/main.c,
6747         * src/z80/main.c,
6748         * src/avr/main.c,
6749         * src/pic/main.c,
6750         * src/pic16/main.c,
6751         * src/xa51/main.c: added hasExtBitOp & oclsExpense functions to ports
6752         * src/SDCCicode.c: changed several IS_FARSPACE tests to isOclsExpensive
6753         tests (which uses the port's oclsExpense function)
6754         * src/SDCC.y,
6755         * src/SDCCast.c,
6756         * src/SDCCicode.c,
6757         * src/hc08/gen.c,
6758         * src/ds390/gen.c,
6759         * src/mcs51/gen.c: added support for the SWAP iCode (RFE #834167)
6760
6761 2003-11-04 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6762
6763         * src/SDCCcse.c (ifxOptimize),
6764         * src/SDCClabel.c (labelIfx, deleteIfx): When the condition to
6765         an IFX iCode is volatile, convert to DUMMY_READ_VOLATILE instead
6766         deleting the IFX iCode.
6767         * src/hc08/ralloc.c: reduced unneeded slocs
6768         * src/hc08/gen.c: fixed bug in asmopToBoolean
6769
6770 2003-11-04  Borut Razem <borut.razem AT siol.net>
6771
6772         * configure, configure.in, sdcc_vc_in.h, sdcconf_in.h,
6773           support/Util/NewAlloc.c, as/hc08/lklibr.c, as/mcs51/lklibr.c,
6774           as/z80/aslist.c, as/z80/assym.c: decision to include malloc.h
6775           transferred to configure
6776
6777 2003-11-03 Bernhard Held <bernhard AT bernhardheld.de>
6778
6779         Use headers defined in the C[++] standards:
6780         * sim/ucsim/gui.src/serio.src/fileio.cc
6781         * sim/ucsim/gui.src/serio.src/frontend.cc
6782         * sim/ucsim/gui.src/serio.src/main.cc
6783         * sim/ucsim/gui.src/serio.src/posix_signal.cc
6784         * support/Util/NewAlloc.c
6785         * as/hc08/lklibr.c
6786         * as/mcs51/lklibr.c
6787         * as/z80/aslist.c
6788         * as/z80/assym.c
6789
6790 2003-11-03  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
6791
6792         * Added MSVC projects for hc08 assembler and linker:
6793         all.dsp, config.dsp, sdcc.dsw, /as/hc08/as_hc08.dsp,
6794         /as/hc08/link_hc08.dsp
6795
6796 2003-11-03 Martin Helmling <Martin.Helmling AT octo-soft.de>
6797
6798         * debugger/mcs51/cmd.c: allows filename starting with digit(+ some debug)
6799
6800 2003-11-02 Bernhard Held <bernhard AT bernhardheld.de>
6801
6802         * src/SDCCmain.c (linkEdit): "fixed" again bug #833605
6803
6804 2003-11-01 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
6805
6806         * src/mcs51/main.c: xdata initialization is 13 bytes shorter now
6807
6808 2003-10-31  Borut Razem <borut.razem AT siol.net>
6809
6810         * support/cpp2/cpplib.h,
6811           support/cpp2/cpplib.c,
6812           support/cpp2/cpplex.c,
6813           support/cpp2/cppinit.c: introduced #pragma preproc_asm [ + | - ]
6814           to switch _asm block preprocessing on / off. Default is
6815           #pragma preproc_asm +
6816
6817 2003-10-31  Borut Razem <borut.razem AT siol.net>
6818
6819         * support/cpp2/cpplex.c: Fixed _WIN32 problem with CR-CR-LF sequences
6820           when outputting comment blocks (when executed with -C option) and
6821           _asm (SDCPP specific) blocks
6822
6823 2003-10-31 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6824
6825         * as/hc08/lkrloc.c (relr): Fixed ihx output, fixed lastAreaIndex warning
6826
6827 2003-10-31 Klaus Flittner <klaus_flittner AT gmx.de>
6828
6829         * src/SDCCcse.c (updateSpillLocation): fixed bug #808027
6830
6831 2003-10-31 Bernhard Held <bernhard AT bernhardheld.de>
6832
6833         * src/SDCCmain.c (linkEdit): "fixed" bug #833605
6834         * src/SDCCast.c (decorateType): fixed bug #832664
6835
6836 2003-10-31  Borut Razem <borut.razem AT siol.net>
6837
6838         * support\cpp2\cpplex.c: fixed for SDCPP:
6839           comments(when executed with -C option) and _asm blocks
6840           were included even if they where in skipped #if block.
6841           Applied solution from GCC cpp 3.3.2
6842
6843 2003-10-31  Borut Razem <borut.razem AT siol.net>
6844
6845         * src/SDCC.lex: sdcc now understands both formats:
6846           '# <line_number> <file_name>' and
6847           '#line <line_number> <file_name>'
6848         * support/cpp2/cppmain.c: sdcpp now generates the standard
6849           '# <line_number> <file_name>' instead of former
6850           '#line <line_number> <file_name>'
6851
6852 2003-10-30  Borut Razem <borut.razem AT siol.net>
6853
6854         * support/cpp2/cpphash.h,
6855         * support/cpp2/cpplib.h
6856         * support/cpp2/cpplex.c,
6857         * support/cpp2/cppmain.c,
6858         * support/cpp2/cppinit.c: fixed bug #828015 - Syntax variation for _asm character constants
6859
6860 2003-10-30 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6861
6862         Fixed a number of problems revealed by bug #827883.
6863         * src/SDCCloop.c (loopInvariants): Spill location of the
6864         result operand should be recomputed if extracted from
6865         a loop. Also, don't extract assignments of an iTemp
6866         from a literal.
6867         * src/SDCCast.c (isConformingBody): loop reversal should
6868         not occur if the control variable is involved with a
6869         relational operator.
6870
6871 2003-10-28 Bernhard Held <bernhard AT bernhardheld.de>
6872
6873         * .version: bumped to 2.3.6 to reflect the big improvements
6874         made by Erik and Klaus. Thanks!
6875
6876 2003-10-28 Klaus Flittner <klaus_flittner AT gmx.de>
6877
6878         Replaced the livrange code.
6879         * src/SDCClrange.c: added new LR code
6880         * src/SDCCloop.c,
6881         * src/SDCCBBlock.h: removed remainig parts from old LR code
6882         * src/ds390/ralloc.c,
6883         * src/ds390/gen.c: minor fixes to make it work with new code
6884
6885 2003-10-28 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6886
6887         * as/hc08/asm.h,
6888         * as/hc08/lkrloc.c,
6889         * src/hc08/gen.c,
6890         * src/hc08/ralloc.c: Fix various warnings related to the hc08
6891         * src/SDCCicode.c (geniCodePreInc, geniCodePreDec): Fixed bug #829717
6892         (tweaked fix for bug #818696)
6893
6894 2003-10-23 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6895
6896         * src/z80/ralloc.c (joinPushes): Fixed bug #828742
6897
6898 2003-10-23 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6899
6900         * src/SDCCmain.c,
6901         * sdccconf_in.h: Fixed bug #828387 (--disable-hc08-port didn't work)
6902         * src/mcs51/gen.c (gencjneshort),
6903         * src/ds390/gen.c (gencjneshort): Made comparison with AOP_IMMD operand
6904         more efficient (per Scott Bronson's suggestion)
6905
6906 2003-10-22 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6907
6908         Extended the semantics of the critical keyword to include
6909         individual statements. See RFE #827755 and #799831
6910         * src/SDCC.y
6911         * src/SDCCicode.c
6912         * src/SDCCopt.c
6913         * src/SDCCast.c
6914         * support/Util/SDCCerr.c
6915         * support/Util/SDCCerr.h
6916         * src/mcs51/gen.c
6917         * src/ds390/gen.c
6918         * src/hc08/gen.c
6919
6920 2003-10-19  Borut Razem <borut.razem AT siol.net>
6921
6922         * src/SDCC.lex: fixed bug #825944 - defined yytext_ptr to make it compile with flex 2.5.31
6923
6924 2003-10-19 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6925
6926         * src/SDCCicode.c (geniCodePreInc, geniCodePreDec, ast2iCode):
6927         Fixed bug #818696
6928         * src/SDCCast.c (ast_print): Fixed --dumptree so that preincrement
6929         and predecrement operand is displayed
6930
6931 2003-10-13 Bernhard Held <bernhard AT bernhardheld.de>
6932
6933         * src/SDCCval.c (valMinus): fixed bug #826041
6934
6935 2003-10-15 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6936
6937         Some hc08 related updates that I missed earlier
6938         * sim/ucsim/stypes.h
6939         * support/regression/ports/hc08/spec.mk
6940
6941 2003-10-15 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6942
6943         New target "hc08" for the Motorola 68hc08 family of micros
6944
6945         * configure
6946         * configure.in
6947         * Makefile
6948         * src/hc08/*
6949         * src/SDCCmain.c
6950         * src/port.h
6951         * sim/ucsim/hc08.src/*
6952         * sim/ucsim/configure.in
6953         * src/ucsim/configure
6954         * sim/ucsim/packages_in.mk
6955         * as/hc08/*
6956         * as/Makefile
6957         * device/include/mc68hc908qy.h
6958         * device/lib/hc08/*
6959         * device/lib/Makefile.in
6960         * support/regression/ports/hc08/*
6961         * support/regression/Makefile
6962
6963 2003-10-14 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6964
6965         * src/z80/gen.c: fixed bug revealed by ast_constant_folding.c
6966         regression test
6967         * src/ds390/gen.c (genCast): fixed bug #821957
6968
6969 2003-10-13 Bernhard Held <bernhard AT bernhardheld.de>
6970
6971         * device/lib/logf.c: "fixed" overlay bug
6972         * support/regression/ports/host/spec.mk: added m library
6973         * support/regression/ports/mcs51-stack-auto/spec.mk: added float funcs
6974         * support/regression/tests/float_trans: added (for Eric)
6975
6976 2003-10-12 Bernhard Held <bernhard AT bernhardheld.de>
6977
6978         * src/mcs51/gen.c (genCpl): fixed bug
6979         http://sf.net/mailarchive/message.php?msg_id=6263915
6980
6981 2003-10-10 Bernhard Held <bernhard AT bernhardheld.de>
6982
6983         * src/SDCCast.c (decorateType): added extended constant folding
6984         * src/SDCCsymt.c (computeType): cleanup
6985         * src/SDCCval.c (valShift): minor optimization
6986         * support/regression/tests/ast_constant_folding.c: added
6987
6988 2003-10-09  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6989
6990         * src/SDCCmain.c: removed some unintended changes
6991
6992 2003-10-09  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6993
6994         * src/SDCCmain.c (setParseWithComma): fixed bug #816685
6995         * src/z80/gen.c: fixed part of bug #817589
6996         * src/SDCCsymt.c (checkFunction): fixed bug #817895
6997
6998 2003-10-08 Bernhard Held <bernhard AT bernhardheld.de>
6999
7000         Replaced cast (void **) with (void *) to avoid gcc 3 warning:
7001         * src/SDCCcflow.c
7002         * src/SDCCcse.c
7003         * src/SDCCdflow.c
7004         * src/SDCClabel.c
7005         * src/SDCClrange.c
7006         * src/SDCCmem.c
7007         * src/SDCCopt.c
7008         * src/SDCCpeeph.c
7009         * src/SDCCset.c
7010         * src/avr/ralloc.c
7011         * src/ds390/ralloc.c
7012         * src/izt/ralloc.c
7013         * src/mcs51/ralloc.c
7014         * src/pic/ralloc.c
7015         * src/pic16/ralloc.c
7016         * src/xa51/ralloc.c
7017         * src/z80/ralloc.c
7018         * src/z80/gen.c: removed unused label "release:"
7019
7020 2003-10-06  Borut Razem <borut.razem AT siol.net>
7021
7022         * src/SDCC.lex: removed definition of unused variables
7023           save_optimize and save_options
7024
7025 2003-10-06 Bernhard Held <bernhard AT bernhardheld.de>
7026
7027         * clean.mk: removed '=' in "-maxdepth=1"
7028         * src/SDCCloop.c: replace LRKLAUS with SDCC_LRKLAUS
7029         * src/SDCClrange.c: replace LRKLAUS with SDCC_LRKLAUS
7030
7031 2003-10-06  Borut Razem <borut.razem AT siol.net>
7032
7033         * src/SDCC.lex, src/SDCC.lex: use dbuf for "_asm" definitions;
7034           my_unput() replaced by unput()
7035
7036 2003-10-05 Bernhard Held <bernhard AT bernhardheld.de>
7037
7038         * src/SDCCloop.c (assignmentsToSym, loopInduction): cast argument of
7039         setToNull() to (void *) to avoid gcc3.x's warning: "dereferencing
7040         type-punned pointer will break strict-aliasing rules"
7041         Old LR behaviour is again default; Klaus' LR can be choosen by
7042         defining the environment variable LRKLAUS
7043         * src/SDCCBBlock.h
7044         * src/SDCCloop.c
7045         * src/SDCClrange.c
7046         * src/ds390/ralloc.c (spillThis): applied Klaus' patch
7047         * clean.mk: fixed removal of files in bin/CVS/
7048         * device/lib/clean.mk: fixed removal of directories small and large
7049         * support/Util/SDCCerr.c: changed W_INT_OVL to ERROR_LEVEL_PEDANTIC
7050         * src/SDCCicode.c,
7051         * src/SDCCval.c: removed superflous test for pedantic
7052
7053 2003-10-05  Borut Razem <borut.razem AT siol.net>
7054
7055         * src/SDCC.lex, support/Util/SDCCerr.c, sdcc/support/Util/SDCCerr.h:
7056           Fixed bug #816692: introduced new ERROR_LEVEL_PEDANTIC warning
7057           message "unmatched #pragma SAVE and #pragma RESTORE"
7058
7059 2003-10-04  Frieder Ferlemann <Frieder.Ferlemann AT web.de>
7060
7061         * doc/sdccman.lyx: various additions and updates (interrupts, inline
7062           assembly, critical functions, atomic, nojtbound)
7063
7064 2003-10-04 Bernhard Held <bernhard AT bernhardheld.de>
7065
7066         Applied liferange patch from Klaus Flittner <klaus_flittner AT gmx.de>
7067         * src/SDCCBBlock.h
7068         * src/SDCCloop.c
7069         * src/SDCCloop.h
7070         * src/SDCClrange.c
7071
7072 2003-10-03  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7073
7074         * src/z80/gen.h,
7075         * src/z80/gen.c (aopOp, aopGet, aopPut, genDummyRead),
7076         * src/mcs51/gen.h
7077         * src/mcs51/gen.c (aopOp, aopGet, aopPut, genDummyRead),
7078         * src/ds390/gen.h
7079         * src/ds390/gen.c (aopOp, aopGet, aopPut, genDummyRead),
7080         * src/SDCCicode.c (ast2iCode, geniCodeDummyRead): Fixed bug #663539
7081         * src/SDCCopt.c (killDeadCode): Fixed bugs #663539 & #816705
7082
7083 2003-10-02  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7084
7085         * src/z80/gen.c (genRet): fixed bug #524753
7086         * src/z80/gen.c (genCast): fixed internal error on cast from
7087         pointer to long
7088         * src/z80/gen.c (_saveRegsForCall, emitCall): adapted Johan's
7089         fix for bug #477835 to the z80
7090         * src/z80/gen.c (genZ80code, _vemit2, _emit2): added support
7091         for tracking iCodes in the peephole optimizer for z80
7092
7093 2003-10-01  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7094
7095         * src/SDCCicode.c (geniCodeJumpTable, geniCodeSwitch): fixed
7096         the other part of bug #814548
7097         * src/SDCCpeeph.c (labelInRange): fixed bug #814558
7098
7099 2003-09-30  Bernhard Held <bernhard AT bernhardheld.de>
7100
7101         * src/SDCCcse.c: fixed part of bug #814548
7102
7103 2003-09-28  Borut Razem <borut.razem AT siol.net>
7104
7105         * src/asm.c: rewrite of printILine() to use temporary file instead
7106           a pipe
7107         * src/xa51/main.c: commented out declaration of int rewinds
7108
7109 2003-09-27  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7110
7111         * src/SDCCicode.c (geniCodeJumpTable): Fixed bug #813206
7112
7113 2003-09-26  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7114
7115         * src/SDCCdflow.c (computeDataFlow): Fixed bug #810746
7116         * src/asm.c (printILine): Fixed bug #811015
7117
7118 2003-09-22  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
7119
7120         *link/z80/lklibr.c, as/mcs51/lklibr.c: Improved memory allocation and
7121         freeing.
7122
7123 2003-09-21  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7124
7125         * src/z80/gen.c (setupToPreserveCarry): Fixed bug #796955
7126         * src/z80/gen.c (setupPair, genMovePairPair): Fixed setupPair
7127         to correctly handle general case of AOP_PAIRPTR
7128         * src/z80/gen.c (aopGet, aopPut): Generalized AOP_PAIRPTR handling
7129
7130 2003-09-21  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7131
7132         * src/mcs51/ralloc.c (fillGaps),
7133         * src/ds390/ralloc.c (fillGaps): fixed bug #810093 (yet another
7134         register positioning bug)
7135
7136 2003-09-21  Bernhard Held <bernhard AT bernhardheld.de>
7137
7138         * device/lib/_fsdiv.c: replaced (1<<31) by (1ul<<31)
7139
7140 2003-09-19  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7141
7142         * src/mcs51/gen.c (loadDptrFromOperand, genFarPointerGet,
7143         genCodePointerGet, genGenPointerGet, genFarPointerSet,
7144         genGenPointerSet): handle AOP_DPTR correctly when loading dptr
7145         (ralloc doesn't intentionally do this now, but perhaps later)
7146         * src/mcs51/ralloc.c (serialRegAssign, fillGaps),
7147         * src/ds390/ralloc.c (serialRegAssign, fillGaps): fixed some
7148         register positioning bugs (Fixed bug #762602 and #795325)
7149         * src/SDCCicode.c (geniCodeDerefPtr): Track output class correctly
7150         (Fixed bug #808779)
7151         * src/z80/gen.c: increased _vemit2's buffer[] to handle long
7152         lines that --i-code-in-asm generates
7153
7154 2003-09-18  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
7155
7156         *link/z80/lklibr.c, as/mcs51/lklibr.c: Fixed Linux segfaults when
7157         trying to fclose a FILE* that was already closed.
7158
7159 2003-09-18  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7160
7161         * src/SDCCsymt.c (structElemType): fixed bug #808291 (members
7162         of const struct should be treated as if const themselves)
7163
7164 2003-09-18  Bernhard Held <bernhard AT bernhardheld.de>
7165
7166         * src/SDCCval.c (valPlus, valMinus): fixed bug #808337
7167
7168 2003-07-06  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
7169
7170         * support/librarian/sdcclib.c: Generate correct offsets for libraries with
7171         Unix (/n) and DOS (/r/n) line terminations.
7172
7173 2003-09-17  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7174
7175         * src/SDCCopt.c (cnvFromFloatCast, cnvToFloatCast): fixed
7176         bug #613775
7177
7178 2003-09-16  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7179
7180         * src/mcs51/gen.c (genFunction, genEndFunction),
7181         * src/ds390/gen.c (genFunction, genEndFunction): Moved save
7182         and restore of EA so that stack offsets to parameters are
7183         correct when using both critical and reentrant/stack-auto.
7184         * src/z80/gen.c (aopOp): removed erroneous assertion about sloc
7185         size (can be triggered in error if sloc is shared between
7186         different sized objects)
7187         * device/include/float.h: fixed macros to explicitly use
7188         unsigned long where needed
7189
7190 2003-09-15  Bernhard Held <bernhard AT bernhardheld.de>
7191
7192         Feature req. 799831: added code to allow nesting of critical functions
7193         * src/mcs51/gen.c (genFunction, genEndFunction)
7194         * src/ds390/gen.c (genFunction, genEndFunction)
7195
7196 2003-09-14  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7197
7198         * src/SDCCsymt.c (sclsFromPtr),
7199         * src/SDCCsymt.h,
7200         * src/SDCCast.c (decorateType): fixed bug #462971. Also, better
7201         support for standard C idiom of memory mapped variables; for
7202         example, *((xdata int*)0x1234) = 1 is now internally equivalent
7203         to xdata int at 0x1234 tempvar = 1.
7204         * sim/ucsim/z80.src/inst_xd.cc: fixed bug #805483 with patch
7205         provided by Akiya ISHIDA
7206
7207 2003-09-13  Bernhard Held <bernhard AT bernhardheld.de>
7208
7209         * src/SDCCval.c (cheapestVal): reenabled to reduce int to char
7210         * src/SDCCval.c (constVal): added reduction from int to char
7211         * src/SDCCval.c (valMult, valDiv): fixed sign handling
7212         * src/SDCCval.c (valShift): fixed after change of cheapestVal()
7213         * src/SDCCval.c (valCompare): fixed EQ_OP and NE_OP; they have
7214         to ignore the sign
7215         * support/regression/tests/shifts.c: fixed
7216
7217 2003-09-13  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7218
7219         * src/z80/gen.c (genXor): Fixed bug #805445
7220
7221 2003-09-12  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7222
7223         Fixed bug #621531 (const & volatile confusion in the type chain).
7224         DCL_PTR_CONST, DCL_PTR_VOLATILE, & IS_PTR_CONST now exclusively
7225         refer to the const or volatile state of the pointer itself.
7226
7227         * src/SDCCast.c
7228         * src/SDCCglue.c
7229         * src/SDCCicode.c
7230         * src/SDCCsymt.c
7231         * src/SDCCval.c
7232         * src/SDCC.y
7233         * src/SDCCsymt.h
7234         * src/pic/gen.c
7235         * src/pic/ralloc.c
7236         * src/pic16/gen.c
7237         * src/pic16/ralloc.c
7238         * support/regression/tests/const.c
7239
7240 2003-09-10  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
7241
7242         When checking for duplicated modules, use absolute paths
7243         instead of relative paths.  Files changed:
7244
7245         * as/mcs51/lklib.c
7246         * link/z80/lklib.c
7247
7248 2003-09-09  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7249
7250         * src/SDCCicode.c (geniCodeLogic): fixed bug #797572
7251
7252 2003-09-07  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7253
7254         * device/include/string.h: added size_t typedef, changed
7255         prototypes to use size_t, eliminated separate reentrant and
7256         non-reentrant declarations, added _memmove declaration
7257         * device/lib/_memcpy.c: changed to use size_t instead of int,
7258         changed /4 to >>2 to avoid division library call
7259         * device/lib/_memcmp.c,
7260         * device/lib/_memset.c,
7261         * device/lib/_strncat.c,
7262         * device/lib/_strncpy.c,
7263         * device/lib/_strncmp.c: changed to use size_t instead of int
7264         * device/lib/_memmove.c: new file (fixed bug #772294)
7265         * device/lib/Makefile.in: added _memmove.c
7266         * device/lib/z80/asm_strings.s: fixed bug #772290
7267         * support/regression/tests/bitfields.c: attempt to fix host assertion
7268         failure on amd64-unknown-linux2.2
7269
7270 2003-09-06  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7271
7272         * src/z80/gen.c (aopPut, spillPairReg): fixed bug #800998
7273         * src/z80/gen.c (genFunction, genEndFunction): fixed "bug" #774700
7274         * as/z80/asmain.c (main): fixed bug #801766
7275
7276 2003-09-06  Bernhard Held <bernhard AT bernhardheld.de>
7277
7278         * src/SDCCicode.c (ast2iCode): fixed differences in iCode with different
7279         compilers
7280
7281 2003-09-05  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7282
7283         * src/SDCCast.c (isConformingBody): fixed loop reversal bug
7284         reported in bug #800609
7285
7286 2003-09-04  Vangelis Rokas <vrokas AT otenet.gr>
7287
7288         * Top header beautifications in src/pic16 directory:
7289           device.c, device.h, gen.c, gen.h, genarith.c, glue.c, pcode.c,
7290           pcodeflow.c, pcodeflow.h, pcode.h, pcodepeep.c, pcoderegs.c,
7291           pcoderegs.h, ralloc.c, ralloc.h
7292         * main.c: added top header and GPL license notice
7293         * pcode.c: fixed the if-conditional warning
7294
7295 2003-09-04  Bernhard Held <bernhard AT bernhardheld.de>
7296
7297         * device/lib/_mullong.c: replaced int by short for gcc
7298
7299 2003-08-31  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7300
7301         * src/SDCCpeeph.c (notVolatile, notVolatileVariable): handle IFX
7302         and JUMPTABLE iCodes properly now (worked by accident before)
7303         * src/mcs51/gen.c (leftRightUseAcc),
7304         * src/ds390/gen.c (leftRightUseAcc): handle IFX and JUMPTABLE
7305         iCode properly now. Use getSize instead of nRegs since a & b
7306         aren't part of the nRegs tally.
7307
7308 2003-08-31  Vangelis Rokas <vrokas AT otenet.gr>
7309
7310         * src/pic16/main.c: corrected offsets of interrupt vectors in _pic16_genIVT()
7311         * src/pic16/pcode.c: fix to disable inserting BANKSEL directive
7312           before instructions that use the _STATUS register
7313
7314 2003-08-31  Bernhard Held <bernhard AT bernhardheld.de>
7315
7316         * src/mcs51/gen.c (freeAsmop): fixed off by one in stack offset (AOP_STK)
7317         * src/mcs51/gen.c (genNearPointerSet): added missing opcode for
7318         fetching of the pointer
7319         * src/mcs51/gen.c (genNearPointerGet): added reuse of PREG,
7320         copied from genNearPointerSet()
7321         * src/mcs51/gen.c (genNearPointerGet): don't pop r0/r1, if RESULTONSTACK
7322         * src/mcs51/gen.c: changed order of freeAsmop(left/right/result)-calls.
7323         If they pop r0/r1 they must be called in the opposite order than aopOp().
7324         * device/lib/_mullong.c: fixed for "--model-large --int-long-reent"
7325         (resp. --stack-auto), prepared for --xstack
7326
7327 2003-08-28  Frieder Ferlemann <Frieder.Ferlemann AT web.de>
7328
7329         * doc/sdccman.lyx: reverted tables to those in cvs 1.64
7330
7331 2003-08-28  Bernhard Held <bernhard AT bernhardheld.de>
7332
7333         * device/lib/_startup.c: quick & dirty fix for ds390/ds400;
7334         these ports have their own __sdcc_external_start()
7335
7336 2003-08-26  Bernhard Held <bernhard AT bernhardheld.de>
7337
7338         pic patch provided by Slade Rich <slade_rich AT yahoo.com>
7339         * src/pic/glue.c (pic14printPublics): fixed bug introduced when symbol
7340         type for bits was changed. It resulted in bit variables becoming
7341         global, which is not permitted in PIC 14 assembly output.
7342
7343 2003-08-23  Frieder Ferlemann <Frieder.Ferlemann AT web.de>
7344
7345         * doc/sdccman.lyx: various additions and updates. Rearranged sections
7346
7347 2003-08-22  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
7348
7349         Z80 and MCS51 linkers complaint if a public symbol is defined
7350         in more than one library module:
7351
7352         * as/mcs51/lklib.c
7353         * link/z80/lklib.c
7354         * as/mcs51/Makefile.in
7355
7356 2003-08-22  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7357
7358         A few small changes that speed up the peephole optimizer.
7359
7360         * src/SDCCpeeph.c
7361
7362 2003-08-22  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7363
7364         Try to make the peephole optimizer smarter by maintaining
7365         an association between the assembly source code and the
7366         iCodes that originated them. Put this information to use
7367         with a new peephole rule condition "notVolatile" so that
7368         the rules can be aggressive yet still safe.
7369
7370         * src/SDCCpeeph.c
7371         * src/SDCCpeeph.h
7372         * src/mcs51/gen.c
7373         * src/mcs51/peeph.def
7374
7375 2003-08-20  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7376
7377         Fixed bug #741761
7378
7379         * src/mcs51/gen.c (aopForSym, leftRightUseAcc),
7380         * src/ds390/gen.c (aopForSym, leftRightUseAcc): preserve A and B
7381         if the left or right operand symbols have the accuse flag set.
7382
7383 2003-08-20  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7384
7385         Changed the type of the result of the ! (NOT) operator to char;
7386         previously it returned the same type as the source. This allows
7387         us to eliminate all the genFloatNot functions (all of its target
7388         implementations were very buggy) since !float can use the same
7389         code as !long now.
7390
7391         * src/SDCCicode.c (ast2iCode): ! returns char
7392         * src/mcs51/gen.c (genNot, genNotFloat),
7393         * src/ds390/gen.c (genNot, genNotFloat),
7394         * src/z80/gen.c (genNot, genNotFloat),
7395         * src/pic/gen.c (genNot, genNotFloat),
7396         * src/pic16/gen.c (genNot, genNotFloat): eliminated genNotFloat
7397
7398 2003-08-19  Bernhard Held <bernhard AT bernhardheld.de>
7399
7400         pic patch provided by Slade Rich <slade_rich AT yahoo.com>
7401         1. Interrupt would not compile properly. Ensure PCLATH register is saved
7402            during interrupts. Ensure WSAVE is located at a shared bank address.
7403         2. Fixed page selection in some places
7404         3. Fixed BTFSS/C to where necessary use registers directly and not simply
7405            the registers name strings.
7406         4. Fixed "signed / unsigned compare" compiler warnings.
7407         5. The PIC port manages its own allocation of the general purpose
7408            registers, but makes no attempt to reuse them. As a result when
7409            compiling it soon runs out of general purpose registers. Some
7410            additional code was added to the files pcode.c and device.c to walk
7411            through the function call tree and rename the registers so that they
7412            get reused.
7413
7414         * src/pic/device.c
7415         * src/pic/gen.c
7416         * src/pic/glue.c
7417         * src/pic/pcode.c
7418         * src/pic/pcode.h
7419         * src/pic/ralloc.c
7420         * src/pic/ralloc.h
7421         * src/pic/genarith.c: Fixed problems with PIC 14 port in functions
7422         genPlus() & genMinus() when the result is the same as left or right
7423
7424 2003-08-18  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7425
7426         * src/z80/gen.c (isUnsplitable, fetchPairLong): fixed bug #770454
7427
7428 2003-08-18  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7429
7430         Made bitfield a distinct type from bit so that bitfields
7431         convert as per ANSI C and bits retain their traditional
7432         boolean style behaviour. Implemented bitfield support in
7433         the z80 port.
7434
7435         * src/SDCCsymt.h,
7436         * src/SDCCsymt.c,
7437         * src/SDCCast.c,
7438         * src/cdbFile.c,
7439         * src/mcs51/gen.c,
7440         * src/ds390/gen.c: bit v bitfield split
7441         * src/z80/gen.c: New support for bitfields
7442         * support/regression/tests/bitfields.c: reenabled z80,
7443         added more tests
7444
7445 2003-08-17  Frieder Ferlemann <Frieder.Ferlemann AT web.de>
7446
7447         Rules 246.x, 247.x relate to bitfields, the others speed up
7448         access to xdata mapped I/O devices.
7449
7450         * src/mcs51/peeph.def: added 26 peepholes 246.x - 248.x, 180.x
7451
7452 2003-08-16  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7453
7454         Cleaned up genPackBits and genUnpackBits and added two helper
7455         functions, emitPtrByteGet & emitPtrByteSet. Added optimizations
7456         for literal assignments in genPackBits (thanks to Frieder for
7457         reminding me).
7458
7459         * src/mcs51/gen.c
7460         * src/ds390/gen.c
7461
7462 2003-08-16  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7463
7464         Fixed bug #748310 (pointer to function type mishandled when the
7465         function name is omitted). Also fixed a SIGSEGV when a function
7466         attribute (reentrant, etc) is used on a non-function or on a
7467         function but misplaced before the parameter list.
7468
7469         * src/SDCC.y (abstract_declarator, abstract_declaractor2): fixed
7470         bug #748310
7471         * src/SDCC.y (declarator2_function_attributes): avoided SIGSEGV
7472         * support/Util/SDCCerr.h,
7473         * support/Util/SDCCerr.c: Added func attr misuse error msg
7474
7475 2003-08-13  Bernhard Held <bernhard AT bernhardheld.de>
7476
7477         Fixed bug #787649 by anonymous
7478         * src/SDCCglue.c (emitRegularMap): added emission of sloc for func ptr
7479         * src/ds390/gen.c (aopForSym): fixed func ptr in sloc
7480
7481 2003-08-14  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7482
7483         Fixed numerous bitfield problems.
7484
7485         * src/SDCC.y: More bitfield related error checking
7486         * src/SDCCsymt.h,
7487         * src/SDCCsymt.c (compStructSize): fixed bitfield offset calc
7488         * support/Util/SDCCerr.h,
7489         * support/Util/SDCCerr.c: Added & edited some bitfield err msgs
7490         * src/mcs51/gen.c (genPackBits, genUnpackBits): fixed mask bugs
7491         * src/ds390/gen.c (genPackBits, genUnpackBits): fixed mask bugs
7492         * support/regression/tests/bitfields.c: tests added
7493
7494 2003-08-13  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7495
7496         Made the constant following the "interrupt" keyword optional. If
7497         omitted, the function will not automatically be given an entry
7498         in the interrupt vector table (similar to #pragma NOIV, but
7499         less syntacticly kludgy). The interrupt number is also now
7500         range checked. Also fixed a bug in the high order bit example
7501         in the manual.
7502
7503         * src/SDCC.y
7504         * src/SDCCmem.c
7505         * src/SDCCglue.c
7506         * src/SDCCsymt.h
7507         * support/Util/SDCCerr.c
7508         * support/Util/SDCCerr.h
7509         * doc/sdccman.lyx
7510
7511 2003-08-13  Bernhard Held <bernhard AT bernhardheld.de>
7512
7513         * src/SDCCcse.c (algebraicOpts): fix bug converting op from value to type
7514         * src/SDCCicode.c (operandOperation): rewritten some ops
7515         (*, ==, unary_minus) to fix possible overflows and to accord with ANSI
7516         * src/SDCCsymt.c (computeType): literals are handled the same way as any
7517         other type
7518         * src/SDCCval.c (cheapestVal): removed, it doesn't accord with ANSI (can
7519         be re-activated by defining REDUCE_LITERALS)
7520         * src/SDCCval.c (constVal): fixed; hex and octal constants can be
7521         unsigned, but are signed by default
7522         * src/SDCCval.c (constVal): rearranged
7523         * src/SDCCval.c (valMod): preliminary fix
7524         * src/SDCCval.c (valCastLiteral): use TYPE_* types
7525         * support/regression/literalop.c: added, work in progress
7526
7527 2003-08-12  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7528
7529         Generate warnings for useless declarations like "char data;"
7530         that don't do what new users expect.
7531
7532         * src/SDCC.y
7533         * support/Util/SDCCerr.h
7534         * support/Util/SDCCerr.c
7535
7536 2003-08-09  Bernhard Held <bernhard AT bernhardheld.de>
7537
7538         * src/SDCCval.c (valMult): fix overflow detection of negative int
7539
7540 2003-08-07  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7541
7542         * src/z80/ralloc.c (joinPushes): made compatible with new signedness
7543
7544         Changes to support big endian targets:
7545
7546         * src/ports.h
7547         * src/SDCCglue.c
7548         * src/avr/main.c
7549         * src/ds390/main.c
7550         * src/izt/i186.c
7551         * src/mcs51/main.c
7552         * src/pic/main.c
7553         * src/pic16/main.c
7554         * src/xa51/main.c
7555         * src/z80/main.c
7556
7557 2003-08-06  Bernhard Held <bernhard AT bernhardheld.de>
7558
7559         * src/SDCCval.c (cheapestVal): changed behaviour to the same as constVal()
7560         * device/lib/time.c: fixed warning "integer overflow in expression"
7561
7562 2003-08-05  Bernhard Held <bernhard AT bernhardheld.de>
7563
7564         * src/SDCCval.c (cheapestVal, valueFromLit): use TYPE_* types
7565         * src/SDCCval.c (constVal): changed default to signed; hex and octal
7566         constants are unsigned; added recognition of "u" flag for unsigned
7567         * src/SDCCval.c (valMult): fixed signdness, added warning for overflow
7568         * src/SDCCval.c (valDiv, valMod): fixed signdness
7569         * src/SDCCicode.c (operandOperation): fixed critical typo; fixed
7570         signedness of modulo, left and right shift
7571         * support/Util/SDCCerr.c: added warning "integer overflow in expression"
7572         * support/Util/SDCCerr.h: added warning W_INT_OVL
7573         * src/SDCCast.c (decorateType): fixed gcc3.3 warning
7574         * src/SDCCast.c (ast_print): improved output of constants
7575
7576 2003-08-04  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
7577
7578         Fixed some warnings when building with MSVC:
7579
7580         * as\mcs51\asdata.c
7581         * as\z80\asdata.c
7582         * as\mcs51\asm.h
7583         * as\z80\asm.h
7584         * link\z80\aslink.h
7585         * link\z80\lkdata.c
7586         * link\z80\lkeval.c
7587         * link\z80\lkgb.c
7588         * link\z80\lkihx.c
7589         * link\z80\lks19.c
7590         * link\z80\lksym.c
7591         * support\cpp2\cpplib.c
7592         * src\ds390\gen.c
7593         * src\mcs51\gen.c
7594
7595 2003-08-03  Bernhard Held <bernhard AT bernhardheld.de>
7596
7597         * src/SDCCast.c (constExprTree): fix bug #781827 by Carl Worth <cworth AT isi.edu>
7598
7599 2003-08-01  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
7600
7601         * support\librarian\clean.mk: Do not remove Makefile.
7602         * support\librarian\Makefile: added.
7603
7604 2003-08-01  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
7605
7606         Added librarian to MSVC build:
7607         * all.dsp
7608         * sdcc.dsw
7609         * support\librarian\librarian.dsp
7610
7611         'configure' not needed for librarian, removed:
7612         * support\librarian\configure
7613         * support\librarian\configure.in
7614         * support\librarian\config_in.h
7615         * support\librarian\Makefile.in
7616
7617         Hopefully these ones built the librarian and the rest of sdcc properly:
7618         * Makefile
7619         * Makefile.common.in
7620
7621         Messed up 'configure', so revert to previous version:
7622         * configure
7623         * configure.in
7624
7625 2003-07-31  Bernhard Held <bernhard AT bernhardheld.de>
7626
7627         * src/SDCCicode.c (operandOperation): 3. fix, this time for Alpha; ULONG has 64 bits
7628         there, while the mantissa of a double is "only" 53 bits wide.
7629
7630 2003-07-31  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
7631
7632         Adding sdcclib to the build.  MSVC project coming soon.
7633         Files added/changed:
7634
7635         * support\librarian\clean.mk
7636         * support\librarian\configure
7637         * support\librarian\configure.in
7638         * support\librarian\config_in.h
7639         * support\librarian\Makefile.bcc
7640         * support\librarian\Makefile.in
7641         * support\librarian\sdcclib.c
7642         * Makefile.bcc
7643         * Makefile
7644         * Makefile.common.in
7645         * configure
7646         * configure.in
7647
7648 2003-07-29  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
7649
7650         Linker now complaints if linked modules have conflicting options, for
7651         example, one compiled using --model-large and another one compiled with
7652         --model-small.  The following files were modified:
7653
7654         * as\mcs51\asdata.c
7655         * as\mcs51\aslink.h
7656         * as\mcs51\asm.h
7657         * as\mcs51\asmain.c
7658         * as\mcs51\asout.c
7659         * as\mcs51\i51pst.c
7660         * as\mcs51\lkdata.c
7661         * as\mcs51\lklibr.c
7662         * as\mcs51\lkmain.c
7663         * as\z80\asdata.c
7664         * as\z80\asm.h
7665         * as\z80\asmain.c
7666         * as\z80\asout.c
7667         * as\z80\z80pst.c
7668         * link\z80\aslink.h
7669         * link\z80\lkdata.c
7670         * link\z80\lklibr.c
7671         * link\z80\lkmain.c
7672         * src\SDCCglue.c
7673
7674 2003-07-28  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
7675
7676         *link/z80/aslink.h, link/z80/lklibr.c, as/mcs51/aslink.h,
7677         as/mcs51/lklibr.c: Generate a warning when a library is not found.
7678
7679 2003-07-28  Bernhard Held <bernhard AT bernhardheld.de>
7680
7681         * src/z80/mappings.i: fix _mul[us][int,long] entries
7682
7683 2003-07-26  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
7684
7685         *src/SDCCmain.c: do not search for crt0.o when using --nostdlib
7686
7687 2003-07-24  Bernhard Held <bernhard AT bernhardheld.de>
7688
7689         * src/SDCCicode.c (operandOperation): really fixed problem with bitops
7690         * support/regression/tests/bitopcse.c: added
7691         fixed warning:
7692         * src/avr/gen.c:
7693         * src/pic/gen.c:
7694         * src/pic16/gen.c:
7695         * src/z80/gen.c:
7696         * src/xa51/gen.c:
7697
7698 2003-07-24  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
7699
7700         added support for new library format to z80, gbz80 linkers:
7701         *link/z80/aslink.h
7702         *link/z80/lklex.c
7703         *link/z80/lklib.c
7704         *link/z80/lklist.c
7705
7706 2003-07-24  Bernhard Held <bernhard AT bernhardheld.de>
7707
7708         * src/SDCCicode.c (operandOperation): fixed problem with bitops and 0xffffffff;
7709         after {double d = 0xffffffff; long l = d;} l will be 0x80000000 (LONG_MIN)
7710
7711 2003-07-23  Bernhard Held <bernhard AT bernhardheld.de>
7712
7713         added DUMMY_READ_VOLATILE:
7714         * src/SDCC.y:
7715         * src/avr/gen.c:
7716         * src/xa51/gen.c:
7717         * src/z80/gen.c:
7718         * src/pic/gen.c:
7719         * src/pic16/gen.c:
7720         * src/mcs51/gen.c:
7721         * src/ds390/gen.c:
7722         * src/SDCCcse.c (algebraicOpts): many improvements
7723         * src/SDCCcse.h: removed algebraicOpts()
7724         * src/SDCCicode.c (picDummyRead): added
7725
7726 2003-07-23  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
7727
7728         * as/mcs51/lkmem.c: Changed message "Insufficient DRAM memory" to
7729         "Insufficient space in data memory".
7730
7731 2003-07-20  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7732
7733         * src/mcs51/gen.c: fixed bug #771358
7734         * src/z80/gen.c: fixed bug #759087
7735
7736 2003-07-20  Bernhard Held <bernhard AT bernhardheld.de>
7737
7738         * src/pic16/glue.c: minor cleanup by Vangelis
7739
7740 2003-07-19  Frieder Ferlemann <Frieder.Ferlemann AT web.de>
7741
7742         * device/include/regc515c.h: fixed #758477
7743         * device/lib/_gptrget.c: saving some cycles in generic pointer get
7744         * device/lib/_gptrput.c: saved a few bytes
7745         * my tab spacing is 8, yours too?)
7746         * device/lib/_ser.c: process RX bytes earlier than TX bytes
7747         * device/lib/serial.c: process RX bytes earlier than TX bytes
7748         * src/mcs51/gen.c(genGenPointerGet/Set): removed writing of type after postincrement
7749
7750 2003-07-18  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7751
7752         * src/z80/gen.c: fixed some right shift bugs (#772726 among them)
7753
7754 2003-07-17  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
7755
7756     * link/z80/lklibr.c: fixed bug when there is a '.' in a library path.
7757
7758 2003-07-17  Bernhard Held <bernhard AT bernhardheld.de>
7759
7760         * device/lib/Makefile.in: bad fix, reverted to 1.43
7761
7762 2003-07-16  Bernhard Held <bernhard AT bernhardheld.de>
7763
7764         * device/lib/Makefile.in: added missing z80 object files
7765
7766 2003-07-14  Bernhard Held <bernhard AT bernhardheld.de>
7767
7768         * src/SDCCcse.c (algebraicOpts): CSE fun with &|^ and 0x00/0xff literals
7769         pic16 progress by Vangelis:
7770         * src/SDCCglobl.h:
7771         * src/SDCCmain.c:
7772         * src/pic/Makefile:
7773         * src/pic:
7774         * pic/Makefile:
7775         * pic16/device.c:
7776         * pic16/device.h:
7777         * pic16/gen.c:
7778         * pic16/gen.h:
7779         * pic16/genarith.c:
7780         * pic16/glue.c:
7781         * pic16/main.c:
7782         * pic16/pcode.c:
7783         * pic16/pcode.h:
7784         * pic16/pcodepeep.c:
7785         * pic16/peeph.def:
7786
7787 2003-07-13  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
7788
7789     * src/SDCCmain.c, src/SDCCglobl.h: added option --no-std-crt0
7790
7791 2003-07-12  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
7792
7793     * sdcc.dsw, all.dsp, link/z80/linkgbz80.dsp, as/z80/as-gbz80.dsp:
7794     added gbz80 build to MSVC project.
7795     * src/SDCCmain.c, src/SDCCglue.c, src/z80/main.c, src/z80/z80.dsp,
7796     link/z80/aslink.h, linkz80.dsp: cleaned up z80 and gbz80 asm files
7797     from 8051 stuff and setup so it links using a .lnk file.
7798
7799 2003-07-06  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
7800
7801     * support/librarian/sdcclib.c: sdcc librarian.
7802     * as/mcs51/aslink.h, as/mcs51/lklib.c: Support for libraries created
7803     with sdcclib.
7804
7805 2003-07-03  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
7806
7807     * as/mcs51/lkmain.c: properly handle extensions in function afile.
7808
7809 2003-07-02  Borut Razem <borut.razem AT siol.net>
7810
7811         * src/port.h, src/SDCCmain.c, src/pic/glue.h, src/pic/main.c,
7812         src/pic16/glue.h, sdcc/src/pic16/main.c, src/izt/i186.c,
7813         src/izt/tlcs900h.c, src/avr/main.c, src/ds390/main.c, src/mcs51/main.c,
7814         src/xa51/main.c, src/z80/main.c:
7815         virtualization of glue() function: each port has it's own glue function,
7816         which is accessed by do_glue function pointer in PORT.general structure
7817
7818 2003-07-01 Kevin Vigor <kevin AT vigor.nu>
7819
7820         * DS800C400 fun, improved ROM interface and tinibios.
7821
7822 2003-06-27 Kevin Vigor <kevin AT vigor.nu>
7823
7824         * More support for DS80C400. Now includes beginning of interface to ROM.
7825
7826 2003-06-25  Bernhard Held <bernhard AT bernhardheld.de>
7827
7828         * src/mcs51/gen.c (gencjneshort): fixed bug #760345
7829
7830 2003-06-20  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
7831
7832         * as/mcs51/lkaomf51.c: Make sure the size of the last procedure is correct.
7833
7834 2003-06-19  Borut Razem <borut.razem AT siol.net>
7835
7836         * src/z80/main.c: fixed Z80 port again: missing -k library paths in linker command line
7837
7838 2003-06-19  Borut Razem <borut.razem AT siol.net>
7839
7840         * src/SDCCutil.h, src/SDCCutil.c, src/SDCCglobl.h, src/SDCCmain.c, src/z80/main.c:
7841         fixed Z80 port - crt0.o: cannot open.
7842
7843 2003-06-19  Bernhard Held <bernhard AT bernhardheld.de>
7844
7845         * support/Util/MySystem.c (merge_command): revert bad fix
7846
7847 2003-06-18  Borut Razem <borut.razem AT siol.net>
7848
7849         * src/SDCC.lex, src/SDCCmain.c: fixed some warnings, introduced with changes made 15.06.1003
7850
7851 2003-06-18  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
7852
7853         * src/SDCCglobl.h, src/SDCCmain.c, doc/sdccman.lyx:
7854         option --use-stdout sends errors to stdout instead of stderr.
7855
7856 2003-06-18  Bernhard Held <bernhard AT bernhardheld.de>
7857
7858         * support/Util/MySystem.c (merge_command): quick fix for Linux segfault with \"cmd\" arg
7859
7860 2003-06-15  Borut Razem <borut.razem AT siol.net>
7861
7862         * support/cpp2/sdcc.h: HAVE_DOS_BASED_FILE_SYSTEM defined for _WIN32
7863         * src/SDCC.lex: cloneXxx and copyAndFreeXxx functions for options and optimize stack handling
7864         * src/SDCCglobl.h, src/SDCCmain.c, src/ds390/main.c, src/mcs51/main.c, src/z80/main.c:
7865         fixed width array of pointers replaced with sets;
7866         multiple include and lib paths ared transferred to preprocessor and linker
7867         * src/SDCCset.c, src/SDCCset.h: added function setFromSetNonRev() and mergeSets()
7868         * src/SDCCsymt.c: reimplemented function inCalleeSaveList() by using sets instead
7869         fixed width array of pointers
7870         * src/SDCCutil.c, src/SDCCutil.h: added functions fputStrSet(), appendStrSet(), joinStrSet();
7871         removed functions addToList(), join(), joinn(), pathCharsEquivalent(), pathCharTransform(),
7872         fixupPath(), getPathDifference()
7873         * src/ds390/gen.c, src/mcs51/gen.c: reimplemented function  inExcludeList() by using sets instead
7874         fixed width array of pointers
7875
7876 2003-06-11  Bernhard Held <bernhard AT bernhardheld.de>
7877
7878         * src/pic16/ralloc.c: fix warnings
7879         * src/pic16/pcode.c: fix warning
7880
7881 2003-06-10  Scott Dattalo  <scott AT dattalo.com>
7882
7883          Scott D. for Vangelis Rokas (vrokas AT otenet.gr). I (scott) don't
7884         know all the details, but essentially this set of changes enable
7885         the pic16 port to generate movff instructions and generate assembler
7886         directives,
7887         * src/SDCCmain.c:
7888         * src/pic16/gen.c:
7889         * src/pic16/glue.c:
7890         * src/pic16/pcode.c:
7891         * src/pic16/device.c:
7892         * src/pic16/main.c:
7893         * src/pic16/pcode.h:
7894         * src/pic16/pcoderegs.c:
7895         * src/pic16/ralloc.c:
7896         * src/pic16/ralloc.h:
7897
7898 2003-06-08  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
7899
7900         * support/Util/SDCCerr.c, src/SDCCglobl.h, src/SDCCmain.c, doc/sdccman.lyx:
7901         added option --vc, so sdcc errors and warnings are compatible with
7902         Microsoft Visual Studio.
7903
7904 2003-06-07  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
7905
7906         * device/lib/_atof.c, device/lib/Makefile.in, device/include/stdlib.h,
7907           device/lib/libfloat.lib: added atof function.
7908
7909 2003-06-04  Bernhard Held <bernhard AT bernhardheld.de>
7910
7911         * doc/sdccman.lyx: updated to Lyx 1.3
7912         * doc/cdbfileformat.lyx: updated to Lyx 1.3
7913         * doc/test_suite_spec.lyx: updated to Lyx 1.3
7914         * doc/Makefile: added fix for the \tabularnewline problem, thanks to Jesus
7915
7916 2003-06-03  Bernhard Held <bernhard AT bernhardheld.de>
7917
7918         * src/SDCCpeeph.c: separate peepRules2pCode() for pic16 by "Vangelis Rokas" <vrokas AT otenet.gr>
7919
7920 2003-06-02  Frieder Ferlemann <Frieder.Ferlemann AT web.de>
7921
7922         * doc/sdccman.lyx: cvs revision keywords, passing pdf information in latex preamble,
7923           additions to the "related tools/documentation" section
7924
7925 2003-06-02  Bernhard Held <bernhard AT bernhardheld.de>
7926
7927         * src/SDCCglue.c (tempfileandname): added check for missing TMP/TEMP/TMPDIR variable
7928
7929 2003-05-29  Bernhard Held <bernhard AT bernhardheld.de>
7930
7931         * src/pic/device.c: added 16F819, patch by "David I. Lehn" <dlehn AT vt.edu>
7932         * src/SDCCcse.c (algebraicOpts): fixed "c * 1"
7933
7934 2003-05-28  Bernhard Held <bernhard AT bernhardheld.de>
7935
7936         * doc/sdccman.lyx: fix double dash and other minor things
7937         * doc/Makefile: fix double dash
7938
7939 2003-05-28  Karl Bongers(patches from Martin Helmling)
7940         * debugger/mcs51/sdcdb.c,cmd.c,break.c and .h files. Martin adds
7941           condition and ignore commands.
7942
7943 2003-05-28  Frieder Ferlemann <Frieder.Ferlemann AT web.de>
7944
7945         * doc/sdccman.lyx: Changes all over, index improved, smaller margins. The manual
7946           is in parts still quite out of date, I did changes as far as I felt makes sense
7947           for a non-native english speaker.
7948           Please feel free to add to the manual or to correct my changes.
7949         * doc/Makefile: undid touching the date of intermediate tex files.
7950
7951 2003-05-26  Frieder Ferlemann <Frieder.Ferlemann AT web.de>
7952
7953         * doc/sdccman.lyx: Manual has an index now
7954
7955 2003-05-25  Bernhard Held <bernhard AT bernhardheld.de>
7956
7957         Finalize muluint/mulsint and mululong/mulslong merging:
7958         * device/lib/_mulint.c
7959         * device/lib/_mullong.c
7960         * device/lib/gbz80/mul.s
7961         * device/lib/gbz80/stubs.s
7962         * device/lib/z80/mul.s
7963         * device/lib/z80/stubs.s
7964         * src/SDCCsymt.c (initCSupport)
7965
7966 2003-05-25  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
7967
7968         * as/mcs51/lkaomf51.c: Address space 'z' was missing.
7969         * src/avr/avr.dsp, src/ds390/ds390.dsp, src/mcs51/mcs51.dsp,
7970           src/pic/pic.dsp, src/pic16/pic16.dsp, src/xa51/xa51.dsp,
7971           src/x80/z80.dsp: peep.rul is bigger now, so /Zm1000 is used
7972           instead of /Zm500.
7973
7974 2003-05-25  Frieder Ferlemann <Frieder.Ferlemann AT web.de>
7975
7976         * src/mcs51/peeph.def: added rules 244.x, 245.x. Although they pass
7977           the regression tests I'm not brave enough to enable 245.b, 245.c
7978         * doc/sdccman.lyx: added latex preamble for hyperref package.
7979           Using pdflatex this will give you a hyperlinked pdf file with
7980           bookmarks. (prepend '%' before /usepackage if this breaks something)
7981
7982 2003-05-24  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
7983
7984          * doc/sdccman.lyx: updated information about .adb files (fixed bug 742649)
7985
7986 2003-05-22  Bernhard Held <bernhard AT bernhardheld.de>
7987
7988         * src/pic16/pcode.c (pic16_get_op_from_instruction): fixed a gcc 3.x warning
7989
7990 2003-05-21    <johan AT balder>
7991
7992         * src/SDCCglue.c (printIval): fixed bug #739934
7993
7994 2003-05-19  Bernhard Held <bernhard AT bernhardheld.de>
7995
7996         Applied patch from bug 737905 (renamed yylineo to mylineno):
7997         * src/altlex.c
7998         * src/SDCCast.c
7999         * src/SDCglobl.h
8000         * src/SDCC.lex
8001         * src/SDCCsymt.c
8002         * src/SDCCval.c
8003         * src/pic16/pcode.c: Cleaned warnings
8004         * src/pic16/pcodeflow.c: Cleaned warnings
8005         * src/pic16/pcoderegs.c: Cleaned warnings
8006
8007 2003-05-19  Scott Dattalo  <scott AT dattalo.com>
8008
8009         * src/pic16/pcode.c: Cleaned warnings
8010         * src/pic16/pcodepeep.c: Cleaned warnings
8011         * src/pic16/ralloc.c: Cleaned warnings
8012
8013 2003-05-19  Bernhard Held <bernhard AT bernhardheld.de>
8014
8015         * doc/sdccman.lyx: fixed bug 739745
8016         * src/pic16/pcode.c (pic16_get_op): fixed warning on alpha
8017
8018 2003-05-18  Bernhard Held <bernhard AT bernhardheld.de>
8019
8020         * src/port.h: removed DEFAULT_PORT, it's not yet pic16 ;-)
8021         it can be defined with CFLAGS when running configure
8022         * src/SDCCmain.c: fixed compiling + linking with object files
8023
8024 2003-05-18  Vangelis Rokas (vrokas AT otenet.gr)
8025
8026         * configure.in: configure for pic16 port,
8027             added --disable-pic16-port
8028         * sdccconf_in.h: added macro OPT_DISABLE_PIC16
8029         * src/SDCCmain.c: linkOptions is changed to set *,
8030             added if/endif conditional macros to remove options help
8031             messages from optionsTable when a port is not configured, added
8032             support for the PIc16 port in the ports table, when executing
8033             the compiler with no port specified on command line, a default
8034             port is selected with the new macro DEFAULT_PORT which is
8035             defined in port.h, in setDefaultOptions() linkOptions is removed
8036             from initialization assignment, since now it is a set,
8037             parseCmdLine uses setParseWithComma for linkOptions, in
8038             linkEdit() linkOptions are accessed with new function indexSet()
8039             which returns the i'th item of a set variable. See SDCCset.c, in
8040             linkEdit() when calling buildCmdLine(), added linkOptions as
8041             last argument. Now users can pass arguments to gplink via the
8042             -Wl option, main() uses pic16glue() to glue up pic16 programs
8043         * src/SDCCpeeph.c: various changes to support pic16
8044         * src/SDCCset.c: added function  void *indexSet(set *, int)  to
8045             return the i'th item of the set
8046         * src/SDCCset.h: added function prototype for indexSet()
8047         * src/SDCCsymt.c: in checkSClass(), added support for PIC16
8048         * src/clean.mk: added pic16 in CLEANALLPORTS variable
8049         * src/port.h: added TARGET_ID_PIC16,TARGET_IS_PIC16 macro,
8050             added macro DEFAULT_PORT
8051         * src/pic/main.c: corrected arguments of gplnk in _linkCmd
8052         * src/pic16/gen.c: bug fix in genCpl(), now the correct code is
8053             generated
8054         * src/pic16/glue.c: commented out some error producing lines
8055         * src/pic16/main.c: __config directives are commented out to stop
8056             gpasm complaining and test the linkage with gplink, _linkCmd and
8057             _asmCmd changed to be more gplink and gpasm friendly
8058         * src/pic16/peeph.def: peep rule 3 is commented out, since it
8059             produced an error when parsed, peep rule 12 is added to utilize
8060             movff, but it is commented out since the pCode does not support
8061             yet a command with 2 address arguments
8062
8063 2003-05-18    <johan AT balder>
8064
8065         * src/ds390/gen.c (genArrayInit): removed obsolete and buggy ARRAYINIT
8066         * src/ds390/main.c (genArrayInit): removed obsolete and buggy ARRAYINIT
8067 2003-05-17  Karl Bongers(apply patches from Martin Helmling)
8068
8069         * debugger/mcs51/sdcdb.c,cmd.c,break.c and .h files.
8070   Added feature to script commands from file.
8071
8072 2003-05-14  Bernhard Held <bernhard AT bernhardheld.de>
8073
8074         * device/lib/_strtok.c: fixed bug #734355 by Lenny Story and Tim Woodall
8075         * src/SDCCutil.c: include ctype.h for win32
8076
8077 2003-05-13  Bernhard Held <bernhard AT bernhardheld.de>
8078
8079         * src/pic16/*: removed CR from many files, reported by Vangelis Rokas
8080
8081 2003-05-12  Karl Bongers(apply development patches from Martin Helmling)
8082
8083         * debugger/mcs51/sdcdb.c,simi.c,cmd.c,break.c and .h files.
8084   Fixed so you can set breakpoints prior to run, run does not stop
8085   on entry now.  Add tbreak.  Other enhancements and fixes for use
8086   with ddd.
8087
8088 2003-05-12  Borut Razem <borut.razem AT siol.net>
8089
8090         * src/SDCCmain.c: fixed the problem with searching the DATADIR as the last resort on *nix
8091
8092 2003-05-11  Borut Razem <borut.razem AT siol.net>
8093
8094         * src/SDCCutil.c: WIN32 version of getBinPath() calls GetModuleFileName() to determine
8095         the path of bin directory, so that PATH is the only env. variable, which has to be set
8096         in case of standard installation.
8097         * src/ds390/ds390.dsp: increased value of /Zm option to 1000
8098         * src/pic/main.c: add quotes to file name parameters for gplink and gpasm
8099         * src/SDCCglobl.h, src/SDCCmain.c, doc/sdccman.lyx: added --print-search-dirs command line option
8100
8101 2003-05-04  Bernhard Held <bernhard AT bernhardheld.de>
8102
8103         * src/SDCCmain.c (linkEdit): fixed buffer overflow for gbz80
8104         * support/regression/Makefile: inter-port-clean is no longer nesessary, the
8105         temp files are in the port dir; clean the gen/test directory when
8106         generating new test.c
8107         * support/regression/ports/host/spec.mk: defined OBJEXT for target clean
8108         * support/regression/tests/vaargs.c: fixed gcc 3.3 warning
8109         * support/regression/tests/zeropad.c: added
8110
8111 2003-05-09    <johan AT balder>
8112
8113         * src/SDCCglue.c: fixed bug #597940
8114
8115 2003-05-05  Karl Bongers(apply patches from Martin Helmling)
8116
8117         * debugger/mcs51/sdcdb.c,simi.c,cmd.c,symtab.c and .h files.
8118   cache sfr, optimize next,step, fix off by one sourceline,
8119   support ddd list function.
8120         * sim/ucsim/cmd.src/newcmd.cc - small fix for sdcdb use.
8121
8122 2003-05-04  Bernhard Held <bernhard AT bernhardheld.de>
8123
8124         * support/regression/HTMLgen.py: added compare_s2f()
8125         * support/regression/Makefile: redo 1.27
8126         * support/regression/generate-cases.py: redo 1.5
8127
8128 2003-04-30  Bernhard Held <bernhard AT bernhardheld.de>
8129
8130         * support/regression/tests/float.c: workaround 33 bit hex constant
8131         * support/regression/tests/simplefloat.c: fix division for host
8132
8133 2003-04-29  Scott Dattalo  <scott AT dattalo.com>
8134
8135         * src/pic/pcoderegs.c Applied patch from Jim Hawkridge <jim AT jimhawkridge.uk.eu.org>
8136         that tame's the PIC's over-aggressive optimizer.
8137
8138 2003-04-29  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
8139
8140          * src.dsw, link/z80/aslink.h, link/z80/linkz80.dsp: z80 linker
8141          support for MSVC.
8142
8143 2003-04-29  Kevin Vigor <kevin AT vigor.nu>
8144
8145         Initial support for DS80C400. "Hello world" runs on TINIm400
8146         (with polled I/O).
8147
8148 2003-04-28  Karl Bongers(apply patches for Martin Helmling)
8149
8150          * debugger/mcs51/sdcdb.c,simi.c,cmd.c,symtab.c and .h files.
8151          * Some notes on ddd usage added in debugger/README
8152          Martin Helmling adding more features and fixes for ddd GUI debugger.
8153          Code added for nexti, stepi, up, down, and other adjustments.
8154
8155 2003-04-28  Scott Dattalo  <scott AT DATTALO.COM>
8156
8157         * src/pic/pCodepeep.c non-wildcard asmops are now handled
8158         * src/pic/peeph.def Added two rules to optimize carry manipulation
8159         * src/pic/* removed debug printfs
8160
8161 2003-04-28  Bernhard Held <bernhard AT bernhardheld.de>
8162
8163         * debugger/mcs51/cmd.c: added header newalloc.h
8164
8165 2003-04-26  Bernhard Held <bernhard AT bernhardheld.de>
8166
8167         * as/Makefile: new EXEEXT
8168         * as/z80/Makefile: remove trailing slash of BUILDIR
8169         * as/z80/clean.mk: new EXEEXT
8170         * Makefile.common.in: add to CFLAGS (and others), don't replace it
8171         * support/cpp2/Makefile.in: new EXEEXT
8172         * src/pic/glue.c (pic14emitRegularMap): fixed warning
8173
8174 2003-04-24  Bernhard Held <bernhard AT bernhardheld.de>
8175
8176         Cygwin's gcc always appends .exe: 'gcc -o a a.c' creates a.exe;
8177         EXEEXT was introduced to fix all related problems with targets
8178         "clean", "install" and "uninstall"; a couple of further flaws
8179         especially with "clean" have been fixed too
8180         * as/mcs51/Makefile.in
8181         * as/mcs51/clean.mk
8182         * as/z80/Makefile
8183         * Makefile
8184         * clean.mk
8185         * debugger/mcs51/Makefile.in
8186         * debugger/mcs51/clean.mk
8187         * link/z80/Makefile
8188         * link/z80/Makefile.in
8189         * link/z80/clean.mk
8190         * link/Makefile
8191         * packihx/Makefile.in
8192         * packihx/clean.mk
8193         * sim/ucsim/Makefile
8194         * sim/ucsim/clean.mk
8195         * sim/ucsim/avr.src/Makefile.in
8196         * sim/ucsim/avr.src/clean.mk
8197         * sim/ucsim/s51.src/Makefile.in
8198         * sim/ucsim/s51.src/clean.mk
8199         * sim/ucsim/xa.src/Makefile.in
8200         * sim/ucsim/xa.src/clean.mk
8201         * sim/ucsim/z80.src/Makefile.in
8202         * sim/ucsim/z80.src/clean.mk
8203         * sim/ucsim/main_in.mk
8204         * sim/ucsim/packages_in.mk
8205         * sim/ucsim/gui.src/Makefile.in
8206         * sim/ucsim/gui.src/serio.src/Makefile.in
8207         * sim/ucsim/gui.src/serio.src/clean.mk
8208         * src/Makefile.in
8209         * src/clean.mk
8210         * support/cpp2/Makefile.in
8211         * support/cpp2/clean.mk
8212         * support/makebin/Makefile
8213         * support/makebin/clean.mk
8214         * support/scripts/sdcc_mingw32: --program-suffix no longer needed
8215         * doc/sdccman.lyx: --program-suffix no longer needed
8216
8217 2003-04-23  Karl Bongers(apply patches for Martin Helmling)
8218
8219          * debugger/mcs51/sdcdb.c,simi.c,cmd.c,..
8220          Martin Helmling added support for ddd GUI debugger.
8221          Code added to display assembly, set variables, and other commands
8222          to interface to ddd.
8223
8224 2003-04-23  Bernhard Held <bernhard AT bernhardheld.de>
8225
8226         * as/Makefile: fix target clean
8227         * as/clean.mk: fix target clean
8228         * as/z80/clean.mk: fix target clean
8229
8230 2003-04-22  Bernhard Held <bernhard AT bernhardheld.de>
8231
8232         * Makefile.common.in: added  AT EXEEXT AT
8233         * configure.in: removed all mingw32 stuff
8234         * configure: rebuilt from configure.in
8235         * doc/sdccman.lyx: updated section "installation"
8236         * support/scripts/sdcc_mingw32: adapted to configure
8237         * support/scripts/sdcc_cygwin_mingw32: added
8238
8239 2003-04-22  Scott Dattalo  <scott AT dattalo.com>
8240
8241         * src/pic Added object file support for the PIC port
8242         * src/pic Applied patch from Craig Franklin (this started the object file support)
8243         * src/regression Updated the PIC regression tests for object files
8244
8245 2003-04-20  Borut Razem <borut.razem AT siol.net>
8246
8247         * sdcc/as/mcs51/lklex.c: make getfid() more robust and fixed gcc warning:
8248           lklex.c: In function `getfid':
8249           lklex.c:203: warning: array subscript has type `char'
8250         * src/SDCCglobl.h: small change in stack handling macros, to avoid crash when compiled
8251           with MSVC with global optimization enabled (probably an cl compiler bug ;-)
8252         * support/Util/SDCCerr.c, support/Util/SDCCerr.h: added function fatal(), called from
8253           stack handling macros
8254
8255 2003-04-19  Borut Razem <borut.razem AT siol.net>
8256
8257         * "handling space characters in file path" task:
8258         * src/SDCCmacro.c: fixed bug in handlig quote at the end of line
8259         * support/Util/BuildCmd.c: define par as NULL if parameter value is invalid
8260         * support/Util/MySystem.h: make it self-sufficient
8261         * src/avr/main.c, src/ds390/main.c, src/mcs51/main.c, src/pic/main.c, src/xa51/main.c,
8262           src/z80/main.c, sdcc/as/mcs51/lklex.c:
8263           handling space characters in file path
8264         * src/SDCCmain.c: introduced setDataPaths() function, {datadir} macro
8265           (it will be used by assemblers, which have their own includes, e.g. gpasm)
8266         * support/Util/MySystem.c: handling space characters in executable's path
8267
8268 2003-04-19  Bernhard Held <bernhard AT bernhardheld.de>
8269
8270         * as/z80/Makefile: fix permanent rebuild of z80
8271         * sim/ucsim/gui.src/Makefile.in: target "install" builds the same packages as target "all"
8272         * support/regression/tests/bitfields.c: added Johan's bitfields.c
8273
8274 2003-04-18      Kevin Vigor <kevin AT vigor.nu>
8275
8276         * src/SDCCopt.c: add special case optimization to replace modulo by
8277           a power of two with a bitwise AND.
8278
8279 2003-04-18    <johan AT balder>
8280
8281         * src/mcs51/gen.c (getFreePtr): fixed bug #635354
8282
8283 2003-04-17    <johan AT balder>
8284
8285         * src/mcs51/ralloc.c (packRegsForAssign): fixed bug #716790 and removes lot's of redundant register usage around function calls
8286         * src/mcs51/ralloc.c (packRegisters): fixed bug #720667
8287
8288 2003-04-13  Borut Razem <borut.razem AT siol.net>
8289
8290         * doc/sdccman.lyx: updated info about #pragma SAVE/RESTORE nesting
8291         * configure.in, configure: fixed problems on cygwin/WinCVS environmet with ports.* line endings;
8292           fixed mingw problem in adl_NORMALIZE_PATH
8293
8294 2003-04-12  Borut Razem <borut.razem AT siol.net>
8295
8296         * fixed "#pragma SAVE/RESTORE can not be nested":
8297         * src/SDCC.lex: reworked pragma handling functions
8298         * sdcc/src/SDCCglobl.h: reworked stack handling macros
8299         * support/Util/SDCCerr.c, support/Util/SDCCerr.h: added E_STACK_VIOLATION error
8300
8301 2003-04-12  Bernhard Held <bernhard AT bernhardheld.de>
8302
8303         * src/SDCCutil.c (pathEquivalent): defined but not used
8304         * debugger/mcs51/sdcdb.c: replace SDCC_LIB_DIR
8305         * configure.in: remove sdcc_datadir, sdcc_lib_dir and sdcc_include_dir
8306         * configure: rebuilt from configure.in
8307         * sdccconf_in.h: remove SDCC_LIB_DIR and SDCC_INCLUDE_DIR
8308         * sdcc_vc_in.h: remove SDCC_LIB_DIR and SDCC_INCLUDE_DIR
8309         * device/include/Makefile.in: replace sdcc_datadir
8310         * device/lib/Makefile.in: replace sdcc_datadir
8311         * Makefile.common.in: add LDFLAGS from configure
8312         * packihx/Makefile.in: use LDFLAGS
8313         * src/Makefile.in: use LDFLAGS
8314         * support/cpp2/Makefile.in: add LDFLAGS from configure
8315         * support/makebin/Makefile: use LDFLAGS
8316         * .version: bumped version number to 2.3.5
8317
8318 2003-04-12  Borut Razem <borut.razem AT siol.net>
8319
8320         * completed "different paths" task:
8321         * src/SDCCmacro.c: fixed bug in handling quotes
8322         * src/SDCCutil.c, src/SDCCutil.c: rewritten getPrefixFromBinPath()
8323         * src/SDCCmain.c: _discoverPaths() replaced with setBinPaths(), setIncludePath() and setLibPath()
8324
8325 2003-04-12  Bernhard Held <bernhard AT bernhardheld.de>
8326
8327         * src/pic/pcoderegs.c (Remove1pcode): fix warning on alpha
8328
8329 2003-04-11 kevin Vigor <kevin AT vigor.nu>
8330
8331         * ds390/gen.c ds390/peeph.def: fix bug 706781
8332
8333 2003-04-11  Borut Razem <borut.razem AT siol.net>
8334
8335         * support/Util/dbuf.c, support/Util/dbuf.h: update to version 1.1.1 - re-added C++ stuff to make it still more portable
8336
8337 2003-04-10  Scott Dattalo  <scott AT dattalo.com>
8338
8339         * src/pic/* Applied the pointer-to-function patch from Steve Tell.
8340         * src/pic/* Fixed several pointer bugs. (PIC port broke when the ruonly bit was
8341          set - this bit used to not be set...).
8342         * src/pic/gen.c Fixed buf 609268 ==> x = (x+1) & 0xf; generated
8343           bad code in PIC Port
8344         * src/regression/and2.c added to test bug 609268
8345         * src/regression/Makefile added and2.c to regression test
8346
8347
8348 2003-04-08    <johan AT CP255758-A>
8349
8350         * src/mcs51/gen.c (gen51Code): display reg usage in --icode-in-asm
8351         * src/mcs51/ralloc.c (serialRegAssign): update the registers in use and save some slocs
8352         * src/SDCCicode.h: added riu to show the register usage in --icode-in-asm
8353
8354 2003-04-07  Bernhard Held <bernhard AT bernhardheld.de>
8355
8356         * configure.in: fully support prefix, exec_prefix, datadir, docdir;
8357         fix bug #487815
8358         * support/cpp2/Makefile.in: fix bug #487815
8359         * configure: rebuilt from configure.in
8360         * Makefile.common.in: docdir changed, new path suffixes
8361         * sdccconf_in.h: new RETSIGTYPE, and other PATHs
8362         * sdcc_vc_in.h: reflect changes from sdccconf.h
8363         * src/SDCCglobl.h: remove *SEPARATOR_CHARS, they are now in sdccconf.h
8364         * src/SDCCutil.h: remove BINDIR hack
8365         * doc/sdccman.lyx: update new path hierarchy
8366
8367 2003-04-06    Paul Stoffregen <paul AT pjrc.com>
8368
8369         * src/SDCCpeeph.c: added okToRemoveSLOC test
8370
8371 2003-04-06    Paul Stoffregen <paul AT pjrc.com>
8372
8373         * device/lib/printf_fast.c: added leading zero format ("%06d", etc)
8374
8375 2003-04-06    Paul Stoffregen <paul AT pjrc.com>
8376
8377         * src/SDCCpeeph.c: added labelIsReturnOnly test
8378         * src/mcs51/peeph.def: Peephole 244: replace ljmp to ret with ret
8379
8380 2003-04-05    <johan AT balder>
8381
8382         * src/SDCCcse.c (cseAllBlocks): fixed bug #460088
8383         * src/SDCCloop.c (DEFSETFUNC): fixed bug #460088
8384         * src/SDCCopt.c (eBBlockFromiCode): fixed bug #460088
8385         * src/SDCCast.c: fixed a warning
8386         * src/SDCCast.h: fixed a warning
8387         * src/SDCCicode.c (operandFromAst): fixed a warning
8388
8389 2003-04-04    <johan AT balder>
8390
8391         * src/SDCCloop.c (DEFSETFUNC): undid the fix for bug #519584
8392         * src/SDCCast.c (decorateType): fixed bug #715076
8393         * src/SDCC.y: fixed bug #702907
8394
8395 2003-04-03    <johan AT balder>
8396
8397         * device/lib/_mulint.c (_muluint): new #pragma LESS_PEDANTIC
8398         * src/SDCCopt.c (eBBlockFromiCode): new #pragma LESS_PEDANTIC
8399         * src/SDCCglobl.h (PRAGMA_LESSPEDANTIC): new #pragma LESS_PEDANTIC
8400         * src/SDCC.lex (doPragma): new #pragma LESS_PEDANTIC
8401         * src/SDCCmain.c (parseCmdLine): new #pragma LESS_PEDANTIC
8402
8403 2003-04-03  Bernhard Held <bernhard AT bernhardheld.de>
8404
8405         * _decdptr.c: fix return values
8406         * _gptrget.c: fix return values
8407         * _gptrgetc.c: fix return values
8408         * _gptrput.c: fix return values
8409         * _mulint.c: fix return values
8410         * as/z80/Makefile: fix 'make -j' problem
8411
8412 2003-04-02  Bernhard Held <bernhard AT bernhardheld.de>
8413
8414         * Makefile.common.in: unused PORT, SCC and SAS removed, fixed docdir
8415         * configure.in: big cleanup, updated to autoconf 2.5x
8416         * configure: rebuilt from configure.in
8417         * sdccconf_in.h: new RETSIGTYPE, and other PATHs
8418         * sdcc_vc_in.h: reflect changes from sdccconf.h
8419         * doc/Makefile: fixed a flaw in "make install"
8420
8421 2003-04-02    <johan AT balder>
8422
8423         * src/ds390/gen.c (genCmp): no comments
8424         * src/mcs51/gen.c (genCmp): no comments
8425         * src/SDCCopt.c (eBBlockFromiCode): detect missing return values
8426         * src/SDCCast.c (ast_print): fixed the function type in --dumptree
8427
8428 2003-04-01  Bernhard Held <bernhard AT bernhardheld.de>
8429
8430         * support/regression/generate-cases.py: place generated file in given sub directory
8431         * support/regression/ports/host/spec.mk: prevent removal of testfwk.o
8432         * support/regression/Makefile: improvements for 'make -j';
8433         side effect: it's simpler and faster now
8434
8435 2003-03-31  Borut Razem <borut.razem AT siol.net>
8436
8437         * src/z80/main.c: link-{port} and as-{port} defined without path
8438         * src/src.dsp: support/Util/MySystem.h and src/SDCCutil.h added to project
8439
8440 2003-03-31  Bernhard Held <bernhard AT bernhardheld.de>
8441
8442         * Makefile, src/Makefile.in: add dependencies, so that 'make -j' works
8443
8444 2003-03-30  Borut Razem <borut.razem AT siol.net>
8445
8446         * support/Util/BuildCmd.c, support/Util/BuildCmd.h: rewrite buildCmdLine(),
8447           changed type of list parameter to set
8448         * src/ds390/main.c: changed type of parameter asmOptions to set in _tininative_do_assemble()
8449         * src/port.h: changed type of do_assemble() parameter to set
8450         * src/SDCCmain.c: type of asmOptions changed to set, introduced setParseWithComma(),
8451           sdcpp defined without path, removed variable VersionString, introduced set binPathSet,
8452           definition of "cppoutfilename" macro with NULL value in preProcess()
8453         * src/SDCCglobl.h: included "SDCCset.h", added declaration of setParseWithComma()
8454         * src/SDCCglue.c: removed variable VersionString, inroduced spacesToUnderscores()
8455         * support/Util/MySystem.c, support/Util/MySystem.h: rewrite, char *ExePathList[]
8456           replaced with set *binPathSet
8457         * shash_add() deallocates the item, if allready exsists, before adding the new one
8458         * src/SDCCmacro.c: handling macros with empty or NULL values in _evalMacros()
8459
8460 2003-03-30  Scott Dattalo  <scott AT dattalo.com>
8461
8462         * src/pic/gen.c: Commit patch from Steve Tell <tell AT telltronics.org> that fixes
8463           a nested for loop bug in the PIC port
8464         * src/regression/nestfor.c: new regression test file Steve wrote to test nested
8465           for loops
8466
8467 2003-03-29  Bernhard Held <bernhard AT bernhardheld.de>
8468
8469         * support/Util/dbuf.h: remove C++ stuff to make it portable
8470
8471 2003-03-28  Borut Razem <borut.razem AT siol.net>
8472
8473         * src/SDCC.lex: Fix for bug #711240: dynamic buffer handling of C
8474           literal strings in stringLiteral()
8475         * support/Util/dbuf.c, support/Util/dbuf.h: added: dynamic buffer handling
8476         * src/Makefile.bcc, src/Makefile.in, src\src.dsp: added support/Util/dbuf.c
8477           to the project
8478
8479 2003-03-27  Paul Stoffregen <paul AT pjrc.com>
8480
8481         * src/SDCCpeeph.c (pcDistance): accurate byte distance for mcs51
8482
8483 2003-03-26    <johan AT balder>
8484
8485         * src/mcs51/gen.c (saveRegisters): catched symbol abuse
8486         * src/ds390/gen.c (saveRegisters): catched symbol abuse
8487         * src/SDCCast.c (decorateType): fixed " -v < 3"
8488
8489 2003-03-23  Bernhard Held <bernhard AT bernhardheld.de>
8490
8491         * doc/cdbfile.html: removed, replaced by cdbfileformat.lyx
8492         Added Lenny Story's debug infrastructure changes:
8493         * src/Makefile.in:  added new files cdbFile.c and SDCCdebug.c
8494         * src/Makefile.bcc: added new files cdbFile.c and SDCCdebug.c
8495         * src/cdbFile.c: added
8496         * src/SDCCdebug.c: added
8497         * src/SDCCdebug.h: added
8498         * src/SDCCast.c (createFunction)
8499         * src/SDCCglue.c (emitRegularMap, emitStaticSeg, emitOverlay, glue)
8500         * src/SDCCmain.c (parseCmdLine, main)
8501         * src/SDCCmem.c (redoStackOffsets)
8502         * src/SDCCsymt.c (cdbStructBlock, cdbTypeInfo, cdbSymbol, cdbStruct, cdbStructBlock)
8503         * src/SDCCsymt.h
8504         * src/common.h
8505         * src/avr/gen.c (genAVRCode)
8506         * src/ds390/gen.c (gen390Code)
8507         * src/mcs51/gen.c (gen51Code)
8508         * src/pic/gen.c (genpic14Code)
8509         * src/pic/glue.c (pic14emitRegularMap, pic14emitStaticSeg, pic14emitOverlay, picglue)
8510         * src/xa51/gen.c (genXA51Code)
8511         * src/SDCCast.c: fixed "void foo(void){char c; -c < 0;}"
8512
8513 2003-03-22  Frieder Ferlemann <Frieder.Ferlemann AT web.de>
8514
8515         * src/mcs51/gen.c (genCodePointerGet): quicker code for bug #700797
8516         * src/mcs51/peeph.def: added rules 177, 241.x to 243, touched 181, 182.x, 193.x
8517
8518 2003-03-22    <johan AT balder>
8519
8520         * src/SDCCicode.c (geniCodeDerefPtr): fixed bug #698231
8521
8522 2003-03-21  Bernhard Held <bernhard AT bernhardheld.de>
8523
8524         * support/scripts/sdcc_mingw32: adapted to configure from autoconf 2.54
8525         * doc/cdbfileformat.lyx: added, written by Lenny Story
8526         * doc/Makefile: added cdbfileformat.lyx
8527         * doc/clean.mk: added cdbfileformat.lyx
8528
8529 2003-03-20  Bernhard Held <bernhard AT bernhardheld.de>
8530
8531         * src/mcs51/peeph.def: fix bug #705773
8532
8533 2003-03-20    <johan AT balder>
8534
8535         An sfr/sbit can have an "at #" AND an initializer
8536         * src/SDCCsymt.c (checkSClass):
8537         * src/SDCCmem.c (allocGlobal):
8538         * src/SDCCmem.c (allocLocal):
8539         * src/SDCCast.c (createBlock):
8540
8541 2003-03-17  Bernhard Held <bernhard AT bernhardheld.de>
8542
8543         * src/ds390/peeph.def: fix bug #704878: added rule 213.b suggested by Jan Rejlek
8544
8545 2003-03-16    <johan AT balder>
8546
8547         Undid the hackup of const and volatile, the problem is much bigger
8548         * src/SDCC.y:1.65
8549         * src/SDCCast.c:1.171
8550         * src/SDCCglue.c:1.138
8551         * src/SDCCicode.c:1.146
8552         * src/SDCCsymt.c:1.150
8553         * src/SDCCval.c:1.65
8554
8555 2003-03-15  Bernhard Held <bernhard AT bernhardheld.de>
8556
8557         * src/mcs51/ralloc.c (packRegsForAssign): fixed bug #703541
8558         * src/ds390/gen.c (genAddrOf): fixed bug #704087
8559
8560 2003-03-13    <johan AT balder>
8561
8562         Hackup const and volatile modifiers in type chains a bit:
8563         * src/SDCC.y:1.63
8564         * src/SDCCast.c:1.169
8565         * src/SDCCglue.c:1.136
8566         * src/SDCCicode.c:1.143
8567         * src/SDCCsymt.c1.146
8568         * src/SDCCsymt.h1.59
8569         * src/SDCCval.c:1.63
8570
8571 2003-03-12    <johan AT balder>
8572
8573         * src/SDCCBBlock.h: more LRH debugging junk
8574         * src/SDCCcflow.h: more LRH debugging junk
8575         * src/SDCCloop.c: more LRH debugging junk
8576         * src/SDCC.y (struct_declaration): fixed bug #697590
8577         * src/SDCCsymt.[hc] (cloneSpec): NEVER EVER use this again
8578         * src/ds390/gen.c (aopForRemat): fixed bug #700031
8579         * src/SDCCglue.c (emitStaticSeg): fixed bug #700797
8580
8581 2003-03-11 Kevin Vigor <kevin AT vigor.nu>
8582         * src/SDCCpeeph.c: quit being lazy and made proper fix (peephole
8583         test function names must now match exactly).
8584         * src/SDCCcse.c: added special case in findCheaperOp to allow
8585         extending a short integer. Makes less awful code for bug 700121 test case.
8586
8587 2003-03-11  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
8588
8589         * as/mcs51/lkmain.c: Added ASlink-Warning to messages
8590         * as/mcs51/lkaomf51.c: Fixed bug when linking asmblink example
8591
8592 2003-03-11 Kevin Vigor <kevin AT vigor.nu>
8593
8594         * src/SDCCpeeph.c: fix so that operandsNotEqualX functions are
8595         actually called (operandsNotEqual() was called for all
8596         operandsNotEqualX tests).
8597
8598 2003-03-11 Kevin Vigor <kevin AT vigor.nu>
8599
8600         * src/SDCCcse.c: fix findCheaperOp to prevent replacing int types
8601         with shorter literals. Fixes bug 700121.
8602
8603 2003-03-11    <johan AT balder>
8604
8605         * src/SDCCsymt.c (compareType): a (void *) can be assigned to any pointer
8606
8607 2003-03-11  Bernhard Held <bernhard AT bernhardheld.de>
8608
8609         * src/SDCCloop.c (mergeRegions): an evil beast is dead
8610         * src/SDCCmain.c (preProcess): minor cleanup: eliminate preOutName
8611
8612 2003-03-10  Borut Razem <borut.razem AT siol.net>
8613
8614         * src/SDCCmain.c: pipe preprocessor's output
8615         * support/Util/MySystem.c, support/Util/MySystem.h: added my_popen()
8616         * sdcc_vc_in.h: define pclose as _pclose for WIN32
8617         * src/SDCCglue.c, src/SDCCglue.h: added set pipeSet, added function closePipes,
8618         which closes all pipes in pipeSet set
8619         * src/SDCCset.c: free deleted item in function deleteSetItem()
8620         * src/src.dsp, src/z80/z80.dsp: files support/Util/BuildCmd.c and support/Util/MySystem.c
8621         moved from z80 to src subproject
8622         * .version: increased version number to 2.3.4
8623
8624 2003-03-10  Bernhard Held <bernhard AT bernhardheld.de>
8625
8626         * support/regression/ports/mcs51/spec.mk: increase timeout for CF's sparc to 30s
8627         * support/regression/ports/ds390/spec.mk: increase timeout for CF's sparc to 25s
8628         * support/regression/ports/xa51/spec.mk: fix typo
8629
8630 2003-03-09  Bernhard Held <bernhard AT bernhardheld.de>
8631
8632         * src/SDCCglobl.h: PATH_MAX is already defined in mingw32 headers
8633
8634 2003-03-09  Borut Razem <borut.razem AT siol.net>
8635
8636         * src/SDCCmain.c: pipe preprocessor's output
8637         * support/Util/MySystem.c, support/Util/MySystem.h: added my_popen()
8638         * sdcc_vc_in.h: define pclose as _pclose for WIN32
8639         * src/SDCCglue.c, src/SDCCglue.h: added set pipeSet, added function closePipes,
8640         which closes all pipes in pipeSet set
8641         * src/SDCCset.c: free deleted item in function deleteSetItem()
8642         * src/src.dsp, src/z80/z80.dsp: files support/Util/BuildCmd.c and support/Util/MySystem.c
8643         moved from z80 to src subproject
8644
8645 2003-03-09  Borut Razem <borut.razem AT siol.net>
8646
8647         * src/SDCCglue.c: re-implemented tempfilename() and tempfile(): using mkstemp() if available
8648         * src/SDCCsymt.h: fixed MSVC and BORLANDC compilation (included SDCCglobl.h instead srccconf.h)
8649         * sdcc_vc_in.h: explicitly undefined HAVE_MKSTEMP which is not available on BORLANDC and MSVC
8650         * src/SDCCset.h: removed inclusion of sdccconf.h or sdcc_vc.h
8651         * src/SDCCglobl.h: unification of WIN32 native definitions
8652
8653 2003-03-09  Frieder Ferlemann <Frieder.Ferlemann AT web.de>
8654
8655         * src/mcs51/gen.c: applied in-/dec patch mentioned on sdcc-devel 2003-03-01
8656
8657 2003-03-08  Bernhard Held <bernhard AT bernhardheld.de>
8658
8659         * src/configure.in:   check for endianess (even while cross-compiling)
8660         * src/configure:      check for endianess (even while cross-compiling)
8661         * src/configure_in.h: check for endianess (even while cross-compiling)
8662         * src/avr/gen.c:        remove old endianess stuff
8663         * src/mcs51/gen.c:      remove old endianess stuff
8664         * src/ds390/gen.c:      remove old endianess stuff
8665         * src/pic/gen.c:        remove old endianess stuff
8666         * src/pic/genarith.c:   remove old endianess stuff
8667         * src/pic/glue.c:       fix endianess check
8668         * src/pic16/gen.c:      remove old endianess stuff
8669         * src/pic16/genarith.c: remove old endianess stuff
8670         * src/pic16/glue.c:     fix endianess check
8671         * src/xa51/gen.c:       remove old endianess stuff
8672         * src/z80/gen.c:        fix endianess check
8673         * src/SDCCglue.c:       fix endianess check
8674         * src/ds390/peeph.def: fix bug 700036
8675
8676 2003-03-08  Bernhard Held <bernhard AT bernhardheld.de>
8677
8678         * src/SDCCsymt.h: use appropriate data-types on host for SDCC's int and long
8679         * src/configure: find appropriate data-types on host for SDCC's int and long
8680         * src/configure.in: find appropriate data-types on host for SDCC's int and long
8681         * src/sdccconf_in.h: find appropriate data-types on host for SDCC's int and long
8682         * src/xa51/gen.c: use %d, not %ld for 4 byte variables
8683
8684 2003-03-07    <johan AT balder>
8685
8686         Just a big NOOP:
8687                 some minor cleanups before the big shot
8688                 OP_DEFS and OP_USES now use Kevin's protection
8689                 new option --nolabelopt
8690
8691         * src/SDCCBBlock.c:
8692         * src/SDCCast.c,:
8693         * src/SDCCcflow.c:
8694         * src/SDCCcse.c:
8695         * src/SDCCicode.c:
8696         * src/SDCCicode.h:
8697         * src/SDCClabel.c:
8698         * src/SDCCloop.c:
8699         * src/SDCCmain.c:
8700         * src/ds390/ralloc.c:
8701         * src/mcs51/ralloc.c:
8702         * src/pic/ralloc.c:
8703         * src/xa51/ralloc.c:
8704         * src/z80/ralloc.c:
8705
8706 2003-03-06  Bernhard Held <bernhard AT bernhardheld.de>
8707
8708         * src/pic/pcode.c (get_op): fix 64 bit warnings
8709         * src/pic/pcode.c (pCode2str): fix 64 bit warnings
8710         * src/SDCChasht.c (newHashTable): fix 64 bit warnings
8711         * src/SDCCsymt.c (checkTypeSanity): fix 64 bit warnings
8712         * support/regression/tests/malloc.c: fix 64 bit warnings
8713
8714 2003-03-04  Bernhard Held <bernhard AT bernhardheld.de>
8715
8716         * src/mcs51/gen.c (genMinus): fixed bug 696436
8717
8718 2003-03-02  Borut Razem <borut.razem AT siol.net>
8719
8720         * src/SDCCmain.c: added BORLANDC, corrected MSVC in printVersionInfo()
8721
8722 2003-02-26  Bernhard Held <bernhard AT bernhardheld.de>
8723
8724         * configure.in: test for mkstemp
8725         * sdccconf_in.h: add HAVE_MKSTEMP
8726
8727 2003-02-24  Bernhard Held <bernhard AT bernhardheld.de>
8728
8729         * device/include/ctype.h: removed warning while using --stack-auto
8730         * device/include/malloc.h: removed warning while using --stack-auto
8731         * device/include/string.h: removed warning while using --stack-auto
8732
8733 2003-02-23  Borut Razem <borut.razem AT siol.net>
8734
8735         * src/asm.h: corrected assertion in function printILine(): _pipe() was not executed on MSVC,
8736         because NDEBUG is defined (see man assert)
8737         * sdcc_vc_in.h: vsnprintf is defined as _vsnprintf on MSVC
8738
8739 2003-02-23  Frieder Ferlemann <Frieder.Ferlemann AT web.de>
8740
8741         * src/mcs51/gen.c (genUminusFloat): avoided dptr in-/decrement for xdata variables
8742         * src/mcs51/peeph.def: added rule suggested by Gernot Fink, white space/comment changes
8743
8744 2003-02-18  Frieder Ferlemann <Frieder.Ferlemann AT web.de>
8745
8746         * src/SDCCpeeph.c: added peephole conditions testing for same arguments
8747         * src/mcs51/peeph.def: added rules 238a-d which remove redundant moves
8748
8749 2003-02-18    <johan AT balder>
8750
8751         * as/mcs51/asmain.c (asmbl): module can start with a digit
8752         * as/z80/asmain.c (asmbl): module can start with a digit
8753
8754 2003-02-16  Bernhard Held <bernhard AT bernhardheld.de>
8755
8756         * sim/ucsim/mkecho: inserted #!/bin/sh for Cygwin, so that it's executable
8757         * src/asm.c: fix pipe() for Mingw32
8758
8759 2003-02-15  Bernhard Held <bernhard AT bernhardheld.de>
8760
8761         * src/SDCCglue.h: make tmpfileNameSet available for preOutName
8762         * src/SDCCmain.c (preProcess): make sure, that preOutName will be deleted;
8763         make -V work again; --c1mode reads now from stdin
8764         * doc/sdccman.lyx: added --c1mode
8765         * support/Util/SDCCerr.c: new messages for c1 mode
8766         * support/Util/SDCCerr.h: new messages for c1 mode
8767         * src/SDCC.lex (checkCurrFile): test if fullSrcFileName is NULL for c1mode
8768
8769 2003-02-15    <johan AT balder>
8770
8771         * src/asm.c: new options: --no-c-code-in-asm and --i-code-in-asm
8772
8773 2003-02-14  Bernhard Held <bernhard AT bernhardheld.de>
8774
8775         * doc/sdccman.lyx: Environment variables, -o and other minor things
8776
8777 2003-02-14    <johan AT balder>
8778
8779         * src/xa51/main.c: before anyone really tries to use it :)
8780
8781         * Install doc's in share/sdcc/doc
8782         * removed some obsolete files
8783         * Do a proper make distclean and uninstall
8784         M Makefile.common.in
8785         R sdccbuild.sh
8786         M as/Makefile
8787         M device/include/Makefile.in
8788         M device/lib/Makefile.in
8789         M doc/sdccman.lyx
8790         M link/Makefile
8791         M sim/ucsim/doc/Makefile.in
8792         M src/clean.mk
8793         R src/avr/peeph.rul
8794         R src/xa51/peeph.rul
8795         M support/cpp2/Makefile.in
8796         M support/makebin/Makefile
8797
8798
8799 2003-02-13  Bernhard Held <bernhard AT bernhardheld.de>
8800
8801         * support/regression/ports/host/spec.mk: use cc as host compiler for max osx
8802
8803 2003-02-10  Borut Razem <borut.razem AT siol.net>
8804
8805         * doc/bccinst.txt, packihx/packihx.c, sdcc_vc_in.h, src/SDCCset.h,
8806         support/cpp2/config.in: Borland C++ build doesn't depend on Cygwin configure
8807         * Bcc.ini, Makefile.bcc, as/mcs51/Makefile.bcc,
8808         device/examples/ds390/tinitalk/Makefile.bcc, packihx/Makefile.bcc,
8809         support/cpp2/Makefile.bcc, src/Makefile.bcc, src/avr/Makefile.bcc,
8810         src/ds390/Makefile.bcc, src/izt/Makefile.bcc, src/mcs51/Makefile.bcc,
8811         src/pic/Makefile.bcc, src/pic16/Makefile.bcc, src/xa15/Makefile.bcc,
8812         src/z80/Makefile.bcc: Borland Makefile cleanup
8813         * as/z80/Makefile.bcc: Added Borland Makefile
8814         * support/cpp2/borland.h: Removed
8815
8816 2003-02-10  Bernhard Held <bernhard AT bernhardheld.de>
8817
8818         * doc/sdccman.lyx: new pragma NOIV by "Johannes Stezenbach" <js AT convergence.de>
8819         * src/SDCC.lex: new pragma NOIV
8820         * src/SDCCglobl.h: new pragma NOIV
8821         * src/SDCCmem.c: new pragma NOIV
8822
8823 2003-02-09  Bernhard Held <bernhard AT bernhardheld.de>
8824
8825         * src/SDCCmain.c: signal handling is switched off by SDCC_LEAVE_SIGNALS
8826
8827 2003-02-09  Bernhard Held <bernhard AT bernhardheld.de>
8828
8829         * src/SDCCmain.c: signal handling is switched off by --debug
8830         * doc/Makefile: small fix for install; use clean.mk again
8831         * doc/clean.mk: clean *.pdf and *.html too
8832
8833 2003-02-08  Bernhard Held <bernhard AT bernhardheld.de>
8834
8835         * device/lib/_mulint.c: small fix for large/ds390 --int-long-reent resp. --stack-auto
8836         * device/lib/printfl.c: fix a ds390 bug by making it portable
8837         * src/SDCCsymt.c (initCSupport): fix compile warning on Cygwin
8838         * src/SDCCopt.c (cnvToFloatCast): fix compile warning on Cygwin
8839         * src/SDCCopt.c (cnvFromFloatCast): fix compile warning on Cygwin
8840         * debugger/mcs51/cmd.c: converted multi-line string literals
8841         * sim/ucsim/globals.cc: converted multi-line string literals
8842         * src/SDCCmain.c: introduced signal handler to remove temp files
8843         * doc/Makefile: small tweaks, implement clean
8844         * doc: removed generated files
8845
8846 2003-02-05  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
8847
8848         * as/mcs51/aslink.h, as/mcs51/lkihx.c, as/mcs51/lkrloc.c:  Applied
8849         patch from Jan Rejlek <jr AT apex-lib.cz> to fix Bug 677692: "Extended
8850         Address Record is not correctly generated for DS390."
8851
8852 2003-02-02  Borut Razem <borut.razem AT siol.net>
8853
8854         * Makefile.bcc: removed non existing cpp project and non compilable izt project from makefile
8855         * as/mcs51/asm.h: fixed compilation with Borland C
8856         * support/cpp2/Makefile.bcc: added rule to generate auto-host.h
8857         * support/cpp2/auto-host_vc_in.h: fixed compilation with Borland C
8858         * src/mcs51/mcs51a.dsp: corrected misspelled project name from msc51a to mcs51a
8859         * src/avr/Makefile.bcc, src/ds390/Makefile.bcc, src/izt/Makefile.bcc,
8860         src/mcs51/Makefile.bcc, src/pic16/Makefile.bcc, src/xa51/Makefile.bcc,
8861         src/z80/Makefile.bcc: delete $(LIB) only if exist
8862         * src/Makefile.bcc, src/pic/Makefile.bcc:  fixed compilation with Borland C
8863
8864 2003-02-02  Bernhard Held <bernhard AT bernhardheld.de>
8865
8866         * device/include/malloc.h: introduced NULL
8867         * device/include/string.h: introduced NULL
8868         * device/include/stdlib.h: introduced NULL
8869         * device/lib/_memcpy.c: removed NULL
8870         * device/lib/_strcat.c: removed NULL
8871         * device/lib/_strchr.c: removed NULL
8872         * device/lib/_strcmp.c: removed NULL
8873         * device/lib/_strcpy.c: removed NULL
8874         * device/lib/_strcspn.c: removed NULL
8875         * device/lib/_strlen.c: removed NULL
8876         * device/lib/_strncat.c: removed NULL
8877         * device/lib/_strncmp.c: removed NULL
8878         * device/lib/_strncpy.c: removed NULL
8879         * device/lib/_strpbrk.c: removed NULL
8880         * device/lib/_strrchr.c: removed NULL
8881         * device/lib/_strspn.c: removed NULL
8882         * device/lib/_strstr.c: removed NULL
8883         * device/lib/_strtok.c: removed NULL
8884         * device/lib/malloc.c: removed NULL, include own header
8885
8886 2003-02-02    <johan AT balder>
8887
8888         * 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
8889         * support/regression/fwk/lib/testfwk.c: div and mod isn't broken anymore
8890         * regressions ds390/spec.mk and mcs51/spec.mk (timeout): my good old balder isn't fast enough for some tests
8891         * src/z80/gen.c (genZ80Code): added c-lines in asm comments
8892         * as/z80/asm.h (NINPUT): increased for long c-comments in regression tests
8893         * src/z80/gen.c (genRightShiftLiteral): fixed the (char)(-3)>>8 (I think)
8894
8895 2003-02-01  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
8896
8897         * src/SDCCmain.c: Fixed bug 678574: "ds390: ASlink-Error-Stack overlaps
8898         area 'DATA'"
8899
8900 2003-02-01    <johan AT balder>
8901
8902         * src/SDCCval.c (valBitwise): fixed Karl's "2 | (1<<8)"
8903
8904 2003-01-31    <johan AT CP255758-A>
8905
8906         * src/ds390/main.c (_ds390_genAssemblerPreamble): applied Jan Rejlek's >64K startup patch
8907
8908 2003-01-30    <johan AT balder>
8909
8910         * src/SDCCBBlock.c: automatic bug detection
8911         * src/SDCCicode.c: automatic bug detection
8912
8913 2003-01-29  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
8914
8915         * src/SDCCglobl.h:   now --xram-size 0 works
8916         * src/SDCCmain.c:    now --xram-size 0 works
8917
8918 2003-01-29    <johan AT balder>
8919
8920         * src/almosteverything: changed OP_DEFS and OP_USES from macros to functions to catch symbol abuse (a hot topic in the bug list :)
8921
8922 2003-01-29  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
8923
8924         * as/mcs51/aslink.h: Added options --xram-size and --code-size
8925         * as/mcs51/lkdata.c: Added options --xram-size and --code-size
8926         * as/mcs51/lkmain.c: Added options --xram-size and --code-size
8927         * as/mcs51/lkmem.c:  Added options --xram-size and --code-size
8928         * src/SDCCglobl.h:   Added options --xram-size and --code-size
8929         * src/SDCCmain.c:    Added options --xram-size and --code-size
8930
8931 2003-01-28  Bernhard Held <bernhard AT bernhardheld.de>
8932
8933         * src/ds390/gen.c: fix deps by replacing <common.h> with "common.h"
8934         * src/SDCC.lex: rename P_OVERLAY to P_OVERLAY_ for cross-gcc 3.2 MINGW32
8935
8936 2003-01-27    <johan AT balder>
8937
8938         * src/SDCC.y: fixed bug #613764
8939
8940 2003-01-26    <johan AT balder>
8941
8942         * src/SDCClrange.c:  fixed Bernhard's "char * code ptr = &c"
8943         * src/SDCCsymt.h: fixed bug #673374
8944         * src/SDCCglue.c: fixed bug #661910
8945         * src/SDCCast.c: fixed bug #458099 and 673374
8946
8947 2003-01-26  Bernhard Held <bernhard AT bernhardheld.de>
8948
8949         * as/mcs51/strcmpi.c: added, provides Aurelien Jarno's as_strcmpi(); strcmpi() is not ANSI
8950         * as/mcs51/strcmpi.h: added
8951         * as/mcs51/asm.h: remove ugly "#define strcmpi strcmp"
8952         * as/mcs51/aslink.h: remove ugly "#define strcmpi strcmp"
8953         * as/mcs51/asmain.c: strcmpi -> as_strcmpi
8954         * as/mcs51/assym.c: strcmpi -> as_strcmpi
8955         * as/mcs51/lkmem.c: strcmpi -> as_strcmpi
8956         * as/mcs51/lknoice.c: strcmpi -> as_strcmpi
8957         * as/mcs51/lksym.c: strcmpi -> as_strcmpi
8958         * as/mcs51/Makefile.aslink: new module strcmpi
8959         * as/mcs51/Makefile.asx8051: new module strcmpi
8960         * as/mcs51/Makefil.bcc: new module strcmpi
8961         * as/mcs51/Makefile.in: new module strcmpi
8962         * sim/ucsim/s51.src/uc390.cc (get_mem_size): make RAM big enough for tinibios
8963
8964 2003-01-26    <johan AT balder>
8965
8966         * src/SDCCglue.c: reverted back to 1.124
8967         * src/SDCCast.c: reverted back to 1.156
8968         * src/mcs51/gen.c (aopGet): applied Frieder's efficiency patch
8969
8970 2003-01-25    <johan AT balder>
8971
8972         * src/SDCCglue.c: A better fix for bug #661910
8973         * src/SDCCast.c: A better fix for bug #661910
8974         * src/SDCCglue.c (emitRegularMap): That was a little too efficient
8975
8976 2003-01-24  Bernhard Held <bernhard AT bernhardheld.de>
8977
8978         * src/Makefile.in: remove spawn.o
8979         * src/SDCCmain.c: remove spawn.h
8980         * src/SDCCmain.c (printVersionInfo): report MINGW32 instead of UNIX
8981         * src/spawn.c: removed
8982         * src/spawn.h: removed
8983         * support/regression/ports/ds390/spec.mk: link with -r
8984
8985 2003-01-24    <johan AT CP255758-A>
8986
8987         * src/ds390/gen.c (aopOp): fixed bug #667458
8988         * src/SDCCglue.c (emitRegularMap): fixed bug #458099 again
8989         * src/SDCCast.c (createIvalCharPtr): fixed bug #661910
8990         (createIvalCharPtr): an ival doesn't always have a storage class anymore
8991
8992 2003-01-24  Bernhard Held <bernhard AT bernhardheld.de>
8993
8994         * src/mcs51/peeph.def: better assembler identation by Frieder
8995         * src/mcs51/gen.c: better assembler identation by Frieder
8996
8997 2003-01-22  Bernhard Held <bernhard AT bernhardheld.de>
8998
8999         * as/z80/string.h: removed for gcc 3.2
9000         * support/makebin/makebin.c: #include <string.h> for gcc 3.2
9001         * src/pic/pcode.c (get_op_from_instruction): fix concatenation of string literals with __FUNCTION__ for gcc 3.2
9002
9003 2003-01-19  Bernhard Held <bernhard AT bernhardheld.de>
9004
9005         * src/SDCCmain.c (linkEdit): rename mem and map files even in case of failure
9006         * src/SDCCpeeph.c (replaceRule): fix bug #663503
9007         * support/regression/Makefile: separate temp files for ports
9008         * support/regression/generate-cases.py: separate temp files for ports
9009         * src/mcs51/peeph.def: Frieder: removed 237 (obsolete by 236g and 105); added 237 a/b
9010         * src/ds390/peeph.def: Frieder: removed 237 (obsolete by 236g and 105); added 237 a/b
9011
9012 2003-01-19  Bernhard Held <bernhard AT bernhardheld.de>
9013
9014         * moved tinitalk to device/examples/ds390
9015
9016 2003-01-14  Bernhard Held <bernhard AT bernhardheld.de>
9017
9018         * as/mcs51/lkmem.c: rflag is for DS390
9019         * src/SDCCglobl.h: removed out_name and options stackOnData, genericPtr
9020         * src/SDCCmain.c (optionsTable, setDefaultOptions): removed --stack-after-data and --generic
9021                          (linkEdit): move mem- and map-files the same way as ihx-files
9022         * src/z80/main.c (_setDefaultOptions): removed --generic
9023         * src/SDCCmain.c (_processC1Arg, parseCmdLine, main): --c1mode works again
9024         * src/SDCCglue.c (createInterruptVect, glue): --c1mode works again
9025         * src/pic/glue.c (picglue): --c1mode works again
9026         * src/pic16/glue.c (pic16glue): --c1mode works again
9027         * src/asm.c (printCLine): fix #660034
9028
9029 2003-01-13  Bernhard Held <bernhard AT bernhardheld.de>
9030
9031         * src/ds390/peeph.def: fix #123; add 14 rules by Fiorenzo D. Ramaglia <fd.ramaglia AT tin.it>, 1 by Frieder
9032         * src/mcs51/peeph.def: fix #123; add 14 rules by Fiorenzo, 1 by Frieder
9033         * src/mcs51/gen.c (genFunction): emit r0 instead of ar0 by Fiorenzo
9034         * as/mcs51/lkmem (summary): better fix for sp problem
9035         * src/SDCCglue.c (glue): __start_stack - 1, saves 1 byte!
9036         * src/ds390/main.c (_ds390_finaliseOptions, _tininative_finaliseOptions): stack_loc = 0x400008
9037         * support/regression/ports/*/spec.mk: moving testfwk-object to port dir allow parallel execution of regression tests
9038                                               remove --stack-after-data
9039
9040 2003-01-12  Bernhard Held <bernhard AT bernhardheld.de>
9041
9042         * src/SDCCmain.c (main): port->finaliseOptions() moved for z80 linking
9043         * src/SDCCutil.c (join): ugly bug: missing '\0'
9044         * as/mcs51/lkmem.c (summary): sp on address 7 is safe
9045
9046 2003-01-11  Bernhard Held <bernhard AT bernhardheld.de>
9047
9048         * src/SDCCmain.c (assemble, linkEdit): preparations for -o
9049         * src/port.h: typo
9050         * src/pic/main.c (_asmCmd): gpasm supports -o
9051         * src/z80/main.c: more general macros
9052         * device/lib/Makefile.in: remove intermediate files
9053
9054 2003-01-11  Bernhard Held <bernhard AT bernhardheld.de>
9055
9056         * .version: Bumped version number to 2.3.3
9057         * src/SDCCBBlock.c: new option -o
9058         * src/SDCCglobl.h: new option -o
9059         * src/SDCCglue.c: new option -o
9060         * src/SDCCmain.c: new option -o
9061         * src/asm.c: new option -o
9062         * src/ds390/main.c: new option -o
9063         * src/pic/glue.c: new option -o
9064         * src/pic/pcode.c: new option -o
9065         * src/pic/ralloc.c: new option -o
9066         * src/pic16/glue.c: new option -o
9067         * src/pic16/pcode.c: new option -o
9068         * src/pic16/ralloc.c: new option -o
9069         * src/z80/main.c: new option -o
9070         * device/lib/Makefile.in: use -o
9071         * support/regression/ports/ds390/spec.mk: use -o
9072         * support/regression/ports/gbz80/spec.mk: use -o
9073         * support/regression/ports/mcs51/spec.mk: use -o
9074         * support/regression/ports/mcs51-stack-auto/spec.mk: use -o
9075         * support/regression/ports/z80/spec.mk: use -o
9076         * support/regression/ports/ucz80/spec.mk: use -o
9077         * support/regression/ports/xa51/spec.mk: use -o
9078         * support/regression/fwk/lib/timeout.c: fix usage string
9079
9080 2003-01-09  Bernhard Held <bernhard AT bernhardheld.de>
9081         * src/mcs51/gen.c (genPlus): replaced "mov b,acc" by "mov b,a" Fiorenzo D. Ramaglia <fd.ramaglia AT tin.it>
9082
9083 2003-01-07    <johan AT balder>
9084
9085         * src/SDCCast.c (decorateType): fixed bug #600035
9086
9087 2003-01-07  Bernhard Held <bernhard AT bernhardheld.de>
9088         * as/mcs51/lkmem.c: added several l-modifiers to printf to remove warnings
9089         * as/mcs51/lkaomf51.c: #include <ctype.h> to remove warnings
9090         * src/pic/main.c (_hasNativeMulFor): outcommented unused variables to remove warnings
9091         * src/pic/pcode.c: outcommented unused variable to remove warnings
9092         * src/pic/ralloc.c: outcommented unused variable to remove warnings
9093
9094 2003-01-06    <karl AT turbobit.com>
9095         * sim/ucsim/cmd.src/command.cc: fixed so "break xram r 0x7654" works again in
9096    regression tests.
9097
9098 2003-01-06    <johan AT balder>
9099
9100         * src/SDCCicode.c: fixed array add
9101
9102 2002-01-05  Bernhard Held <bernhard AT bernhardheld.de>
9103         * src/SDCCmacro.c: MAX_STRING_LENGTH increased to 2048; was too small for regression tests
9104         * support/regression/ports/host/support.c: #include <stdarg.h> for gcc 3.2
9105
9106 2003-01-04    <johan AT balder>
9107
9108         * src/SDCCval.c (getNelements): fixed the initialized array of structures
9109
9110 2002-12-29  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
9111         * as/mcs51/Makefile.bcc: fixed typo lkomf51.o -> lkaomf51.o
9112
9113 2002-12-28  Bernhard Held <bernhard AT bernhardheld.de>
9114         * src/mcs51/peeph.def: added rules 234 and 235 from Frieder Ferlemann <frieder.ferlemann AT web.de>
9115         * support/regression/tests/bug-524697.c: fit mem usage into 8032
9116
9117 2002-12-28  Bernhard Held <bernhard AT bernhardheld.de>
9118         * src/mcs51/gen.c (aopGetUsesAcc): inserted missing "return FALSE"
9119
9120 2002-12-27  Bernhard Held <bernhard AT bernhardheld.de>
9121         * as/mcs51/Makefile.in: fixed typo lkomf51.o -> lkaomf51.o
9122
9123 2002-12-26  Bernhard Held <bernhard AT bernhardheld.de>
9124         * src/mcs51/main.c: removed {bindir}{sep} from aslink
9125
9126 2002-12-10  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
9127
9128     * in \sdcc\as\mcs51\ changed these files in order to create an
9129     aomf51 file: aslink.h, lkdta.c, lklex.c, lklibr.c, lklist.c,
9130     lkmain.c.  Also added: lkmem.c and lkaomf51.c.  Changed the
9131     following files to include the previous two files: aslink.dsp,
9132     Makefile.aslink, Makefile.bcc, and Makefile.in.
9133
9134     * Changed \sdcc\src\SDCCmain.c so it creates files with extension
9135     .adb instead of .cdb
9136
9137 2002-11-09  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
9138
9139         * \sdcc\as\mcs51\lklist.c: Now reports memory usage using the
9140         value from option --iram-size.
9141
9142 2002-09-20  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
9143
9144         * \sdcc\as\mcs51\lklist.c: added boundary check before using
9145         dram[] array.
9146
9147 2002-09-18    <wiml AT hhhh.org>
9148
9149         * SDCClrange.h: exposed setFromRange() and setToRange()
9150         * mcs51/ralloc.c: fixed over-eager packRegsForSupport() and
9151           packRegsForAccUse() (bug 542397)
9152         * mcs51/gen.c: MOVA() is now a function to avoid calling aopGet()
9153           multiple times and emitting the fetch operations more than once
9154           added aopGetUsesAcc() function to allow binary operators to
9155           fetch their operands in the correct order; made genMinus() emit
9156           compact code for X = LITERAL - Y
9157
9158 2002-09-00  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
9159         * \sdcc\as\mcs51\lklist.c: Fixed incorrect number of parameters to
9160         sprintf() in line 1267.
9161
9162 2002-09-08  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
9163         * \sdcc\src\SDCCglue.c: Generate areas REG_BANK_[0-3] only for 8051
9164         like ports.
9165
9166 2002-09-04  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
9167         Changes to aslink (All the changes are marked with 'JCF'):
9168
9169         * \sdcc\as\mcs51\aslink.h: External definition of sflag and
9170         summary().
9171
9172         * \sdcc\as\mcs51\lkarea.c: Computes the size of area BSEG_BYTES from
9173         area BSEG.  Also moves, if possible, the DATA area down into the internal
9174         ram so more space is available.
9175
9176         * \sdcc\as\mcs51\lkdata.c: Definition of memory summary output flag
9177         sflag.
9178
9179         * \sdcc\as\mcs51\lklist.c: For the BSEG area report the size in bits,
9180         not bytes.  Function summary() which creates a memory usage summary
9181         file with extension .mem.  Reports of overlaping stack and small stack
9182         size.  If the space for the stack is less than 16 bytes aslink trows a
9183         warning.
9184
9185         * \sdcc\as\mcs51\lkmain.c: Creation of some of the default areas for
9186         the 8051.  Option 'y' for memory summary output file.
9187
9188         Changes to sdcc (All the changes are marked with 'JCF'):
9189
9190         * \sdcc\src\SDCCglobl.h: External definition of RegBankUsed[4].
9191
9192         * \sdcc\src\SDCCglue.c:  If a register bank is used, creates an
9193         overlaying area for it (uses RegBankUsed[4]).
9194
9195         * \sdcc\src\SDCCmain.c: Definition RegBankUsed[4]; marks register
9196         bank zero as used by default.  By default aslink locates the stack
9197         (equivalent to --stack-after-data).  Pass option 'y' to aslink for
9198         the creation of the .mem file.  Delegates the allocation of data area
9199         to aslink (it is not longer 0x30 by default).  If --stack-loc passes
9200         the begining of the stack area to aslink.
9201
9202         * \sdcc\src\SDCCmem.c:  If a register bank is used, marks it so
9203         glue() in SDCCglue.c creates an area for it.
9204
9205 2002-09-03  Borut Razem <borut.razem AT siol.net>
9206         * sdcc/src/SDCCglue.c, sdcc/src/SDCCglue.h, sdcc/src/SDCCmain.c,
9207         sdcc/src/pic/glue.c:
9208         introduced atexit() handler for teporay files removal in case of
9209         errors, assertions, ...
9210
9211 2002-08-29  Borut Razem <borut.razem AT siol.net>
9212         * sdcc/support/cpp2/auto-host_vc_in.h:
9213         re-definition of O_BINARY and other O_XXX as _O_BINARY and _O_XXX, so the problem
9214         with the returned value from read() in sdcc/support/cpp2/cppfiles.c is solved for MSC.
9215         Maybe there is a similar problem with BORLANDC? It should be checked!
9216
9217         * sdcc/src/ds390/ralloc.c, sdcc/src/mcs51/ralloc.c, sdcc/src/z80/ralloc.c:
9218         corrected improper use of assert: the assignment to clr variable was done inside the assert.
9219         In case that NDEBUG was defined, the assert macro was substituted with no-op, so the assignment
9220         was not executed, and the compiler (cl) launched a warning:
9221         ralloc.c(1442) : warning C4700: local variable 'clr' used without having been initialized
9222
9223 2002-08-28  Bernhard Held <bernhard AT bernhardheld.de>
9224         * src/SDCCglue.c (printIvalArray): iterative calculation of array length
9225
9226 2002-08-28  Jesus Calvino-Fraga and Borut Razem <borut.razem AT siol.net>
9227         * sdcc/sdcc.dsw: added sdcpp, sdcppa, yacc, conf projects
9228
9229         * sdcc/src/src.dsp, sdcc/src/avr/avr.dsp, sdcc/src/ds390/ds390.dsp,
9230           sdcc/src/mcs51/mcs51.dsp, sdcc/src/pic/pic.dsp, sdcc/src/z80/z80.dsp,
9231           sdcc/src/xa51/xa51.dsp, sdcc/src/avr/avra.dsp,
9232           sdcc/src/ds390/ds390a.dsp, sdcc/src/mcs51/mcs51a.dsp,
9233           sdcc/src/pic/pica.dsp, sdcc/src/z80/z80a.dsp,
9234           sdcc/src/xa51/xa51a.dsp, sdcc/as/as_z80.dsp,
9235           sdcc/as/aslink.dsp, sdcc/as/asx8051.dsp, sdcc/packihx/packihx.dsp:
9236         - added Release configuration in VS projects
9237         - review of compiler an linker options
9238         - VC .exe files are generated in bin_vc directory, not to interfere
9239           with binaries generated from other projects (cygwin, mingw, bcc ...)
9240
9241         * sdcc/src/yacc.dsp: added
9242
9243         * sdcc/config.dsp, sdcc/configure_vc.awk, sdcc/sdcc_vc_in.h:
9244         added - genarate sdcc_vc.h using sdcc_vc_in.h as template
9245         and insert the version number definitions from .version
9246
9247         * sdcc/support/cpp2/sdcpp.dsp: added - VC project for sdcpp
9248
9249         * sdcc/support/cpp2/sdcppa.dsp, sdcc/support/cpp2/auto-host_vc_in.h:
9250         added - genarate auto-host.h using auto-host_vc_in.h as template
9251
9252         * sdcc/sdcc_vc.h,
9253         removed from CVS, generated automatically
9254
9255 2002-08-25  Bernhard Held <bernhard AT bernhardheld.de>
9256         * support/scripts/inc2h.pl: use gputils or gpasm (from Nathan Hurst)
9257
9258 2002-08-11  Borut Razem <borut.razem AT siol.net>
9259         * support/Util/NewAlloc.c: removed unneeded #include "sdccconf.h" (suggested by Jesus Calvino-Fraga)
9260
9261 2002-08-10  Borut Razem <borut.razem AT siol.net>
9262         * src/SDCCmain.c (main):
9263         file preOutName was unlinked before closed. This seems to be OK on UNIX and cygwin
9264         platforms, but it doesn't work with Visual Studio: the opened file can not be removed.
9265         The consequence was that some temporary files were not removed.
9266
9267         * src/SDCCglue.c:
9268         unification of code in functions tempfilename() and tempfile():
9269         function tempnam() is defined in Visual Studio 6.0 and .NET
9270
9271         * sdcc/sdcc.dsw: removed project sdcpp, added project xa51a
9272
9273         * sdcc/src/src.dsp, sdcc/src/avr/avr.dsp, sdcc/src/ds390/ds390.dsp,
9274           sdcc/src/mcs51/mcs51.dsp, sdcc/src/pic/pic.dsp, sdcc/src/z80/z80.dsp:
9275         - removed compiler command line option /WX: Treats all warnings as errors
9276         - update a list of source files, included into the project
9277
9278         * sdcc/src/avr/avra.dsp, sdcc/src/ds390/ds390a.dsp, sdcc/src/mcs51/mcs51a.dsp,
9279           sdcc/src/pic/pica.dsp, sdcc/src/z80/z80a.dsp:
9280         changed project type to Generic Project so that can be correcly converted to VS.NET project
9281
9282         * sdcc/as/mcs51/asm.h: definition of PATH_MAX for MSC
9283
9284         * sdcc/src/SDCCast.c: solved MSC error in function decorateType()
9285
9286         * sdcc/src/SDCC.y: added missing ending ';' to rules to get rid of bison warnings
9287
9288         * dcc/src/ds390/ralloc.c, sdcc/src/mcs51/ralloc.c:
9289         added return 0 statements after assert() to make compiler happy
9290
9291         * sdcc/src/xa51/peeph.rul, sdcc/src/xa51/peeph.def, sdcc/src/z80/ralloc.c:
9292         added newline in the def file to keep MSC compiler satisfied
9293
9294         * sdcc/src/z80/gen.c:
9295         - function strcasecmp() is not defined in MSC (and probably also in BORLANDC),
9296           so it is replaced with STRCASECMP, which is defined as stricmp in case of MSC and BORLANDC
9297         - solved MSC error in function aopDump()
9298
9299         * sdcc_vc.h: define PREFIX as "\\sdcc"
9300
9301 2002-07-18  Bernhard Held <bernhard AT bernhardheld.de>
9302         * src/SDCCast.c (decorateType): fixed access to array of structures http://sourceforge.net/mailarchive/forum.php?thread_id=902690&forum_id=4107
9303
9304 2002-06-22  Scott Dattalo <scott AT dattalo.com>
9305         * src/pic/*: Numerous bug fixes. Flow analysis has been enhanced.
9306         - Rewrote the register banking algorithm.
9307         - Added pCode live-range analysis to registers (for now, only non-used and
9308         singly-used registers optimized away)
9309
9310         * src/pic/pcoderegs.[ch]: Added new files for pCode live-range analysis
9311
9312         * 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.
9313
9314 2002-05-10  Scott Dattalo <scott AT dattalo.com>
9315         * src/pic/*: Added support for multiplication. Fixed many,many bugs.
9316
9317 2002-04-22  Michael Hope  <michaelh AT vroom>
9318
9319         * device/lib/z80/printf.c: Changed emitter to volatile to work around a pcall bug.
9320
9321         * configure.in (DD_COPT): Added include support required for gbdk.
9322
9323         * .version: Bumped version number just to increase it.
9324
9325         * src/SDCCmain.c: Added -nostdinc to the default options.
9326
9327 2002-04-15  Michael Hope  <michaelh AT vroom>
9328
9329         * device/lib/z80/printf.c (sprintf): Added.
9330
9331         * src/z80/ralloc.c (packRegisters): Disabled pack HL use for GB as it's broken.
9332
9333         * src/z80/peeph.def: Added transpose redundent load rule.
9334
9335         * src/z80/main.c: Added force callee saves for jaune.
9336
9337         * src/port.h: Removed the i186 and tlcs-900h ports as they weren't being being developed.
9338
9339         * src/SDCCmain.c: Pulled the options definition out so that you can add port specific options without changing the main file.
9340
9341 2002-03-28  Johan Knol  <johan AT balder>
9342
9343         * src/SDCCval.c: fixed bug #532436
9344
9345 2002-03-14  Scott Dattalo <scott AT dattalo.com>
9346         * /src/port.h:
9347         Added "char *Processor" field to the port structure.
9348
9349         * /src/SDCCmain.c:
9350         Added -p option. Allows port dependent processor to be specified.
9351
9352         * all ports:
9353         Initialized the new field char *Processor field to NULL in all ports
9354
9355         * /src/pic/*:
9356         Compiler generated registers for interrupt context saving
9357         were not getting allocated.
9358
9359 2002-03-16  Sandeep Dutta  <sandeep AT ddi.com>
9360
9361         * /src/SDCCast.c:
9362         Fixed left shift. Will promote the left side of a left shift
9363         if a) left shifting more than size of operand or b) when assigned
9364         to something size > size of left side
9365
9366 2002-03-14  Scott Dattalo <scott AT dattalo.com>
9367         * src/pic/*
9368         tons of changes. Register allocation has been
9369         rewritten. Added customization for the various PICs. Flow
9370         analysis is restructured. ...
9371
9372         * src/pic/device.h:
9373         Added
9374
9375         * src/pic/device.c:
9376         Added. device.c is a PIC port hack to accomodate variations
9377         in PIC devices.
9378
9379 2002-03-13  Michael Hope  <michaelh AT vroom>
9380
9381         * src/z80/gen.c (genGenPointerGet): Fixed a bug where a pointer in HL is dereferenced into HL but HL is not spilled.  Yeah.
9382
9383 2002-03-04  johanknol  <johanknol AT manik>
9384
9385         * /src/SDCCval.c: fixed
9386
9387         const unsigned char arr[][2] = { { 0, 1 } };
9388         t18.c:1: error: Initializer element is not constant
9389
9390 2002-03-04  bela  <bela AT manik>
9391
9392         * /device/include/mcs51reg.h:
9393         ds89c420 register definition update
9394
9395 2002-03-03    <johan AT FRIJA>
9396
9397         * support/Util/SDCCerr.c: did something, but don't no why anymore
9398
9399         * support/regression/tests/bug-524691.c: made it a little less shy
9400
9401         * src/SDCCast.c (decorateType): fixed bug #524697
9402
9403         * src/SDCCast.c: made some lineno improvements
9404
9405         * src/SDCCval.c (getNelements): changed warning to error
9406
9407         * src/SDCCglue.c (printIvalArray): changed warning to error
9408
9409         * src/SDCCicode.c: fixed a warning for mingw
9410
9411         * src/SDCCast.c (decorateType): fixed the << promotion for ops
9412
9413         * src/SDCCicode.c (geniCodeDivision): divide is shift only for unsigned (bug #524685)
9414
9415 2002-03-02  Sandeep Dutta  <sandeep AT ddi.com>
9416
9417         * src/ds390/peeph.def:
9418         Added some more peephole rules
9419
9420         * src/ds390/gen.c: Various fixes & enhancements
9421
9422         * src/SDCClrange.c, src/SDCClrange.h:
9423         functions "alldefsoutofrange" and "notusedinblock" moved to SDCClrange.c
9424
9425         * src/ds390/ralloc.c:
9426         various fixes & enhancements (ds390) specific
9427
9428         * src/avr/ralloc.c, src/mcs51/ralloc.c, src/pic/ralloc.c, src/xa51/ralloc.c, src/z80/ralloc.c:
9429         Functions "allDefsOutOfRange" & "notUsedinBlock" moved to SDCClrange.c
9430         from rallocs.
9431
9432         * sdcc/src/SDCCcse.c: Better fix for bug # 514308
9433
9434 2002-03-02    <johan AT FRIJA>
9435
9436         * src/SDCCast.c (decorateType): fixed bug #524708
9437
9438         * src/SDCCval.c (floatFromVal): fixed the literal void (whatever that may be)
9439
9440         * src/SDCCicode.c (geniCodePtrPtrSubtract): fixed bug #524691
9441
9442 2002-03-01  Michael Hope  <michaelh AT vroom>
9443
9444         * src/SDCCsymt.c (initCSupport): Removed managling of support function names.
9445
9446         * src/z80/ralloc.c (packRegsForIYUse): Fixed fp bug where four byte operands were packed into IY.
9447
9448 2002-03-01    <johan AT FRIJA>
9449
9450         * src/SDCCglue.c (printIvalPtr): fixed bug #524211
9451
9452         * src/SDCCast.c (decorateType): fixed bug #524209
9453
9454         * src/SDCCval.c (valNot): fixed bug #524195
9455
9456 2002-02-26    <johan AT balder>
9457
9458         * src/xa51/gen.c: fixed a warning
9459
9460         * src/SDCCglue.c (printIvalFuncPtr): fixed bug #522534
9461
9462         * src/SDCCast.c (decorateType): fixed bug #522534
9463
9464 2002-02-23    <johan AT balder>
9465
9466         * src/SDCCdflow.c (computeDataFlow): fixed bug #460088
9467
9468 2002-02-22    <johan AT balder>
9469
9470         * src/SDCCast.c: fixed bug #514865
9471
9472         * src/SDCCy.c ("SDCC.y"): fixed bug #516625
9473
9474 2002-02-21  Sandeep Dutta  <sandeep AT ddi.com>
9475
9476         * sdcc/src/SDCCloop.c:
9477         Previous fix was not good. basic blocks that have "break" or "return" are
9478         not really partof a loop , but live ranges used in these blocks should
9479         be live thru the entire loop, so set partOfLoop but don't add them to
9480         loop region
9481
9482 2002-02-21    <johan AT FRIJA>
9483
9484         * src/SDCCcse.c: fixed bug #514308
9485
9486 2002-02-20  Sandeep Dutta  <sandeep AT ddi.com>
9487
9488         * src/SDCCloop.c:
9489         Fixed BUG #519583. If a conditional block ended in a return/break
9490         statement inside a loop, it was not being considered part of the loop.
9491
9492         * src/SDCCcflow.c: Removed fix (Fixed in SDCCloop.c)
9493
9494 2002-02-10  Karl Bongers <karl AT turbobit.com>
9495
9496         * debugger/*:
9497         Fixed up SDCDB debugger somewhat.  Updated debugger/README
9498         with lots of comments and notes.
9499
9500         * device/examples/test2.c:
9501         Fix bug, "red" variable not being initialized(compiler complained).
9502
9503         * device/examples/Makefile, examples/test3.c:
9504         Add Makefile in device/examples folder, compiles test3.c
9505         for use as a multiple module SDCDB test case.
9506
9507         * sim/ucsim/cmd.src/cmdset.cc:
9508         Took out debug printfs in ucsim "next" command.
9509
9510         * sim/ucsim/xa.src:
9511         Karl and Johan start ucsim XA support.  Most dissassembly working,
9512         about 75% emulation done(plenty of work remaining).
9513
9514         * sim/ucsim/z80.src:
9515         Add Z80 support to ucsim, add test-ucz80 regression test,
9516         notice ucsim/z80 emulation fails on examples/test3.c/itoa code.
9517         Notice z80 compiler fails on examples/test3.c/crc code.
9518
9519 2002-01-30  Sandeep Dutta  <sandeep AT ddi.com>
9520
9521         * src/mcs51/gen.c, src/mcs51/main.c, src/mcs51/ralloc.c:
9522         Added support for --parms-in-bank1
9523
9524         * src/ds390/peeph.def:
9525         added a few more peephole optimzations
9526
9527         * src/ds390/main.c:
9528         1) added __builtin_inp & __builtin_outp used to read in data of given length
9529            from a memory mapped port
9530         2) added __builtin_memcmp
9531         3) added __builtin_swapw swap bytes of a short
9532
9533         * src/ds390/gen.c, src/ds390/gen.h, src/ds390/ralloc.c:
9534         1) handle multiple send & receives from register bank1
9535         2) ralloc can now allocate DPTR1 to some liveRanges
9536
9537         * src/SDCCsymt.c, src/SDCCsymt.h:
9538         changes to handle multiple sends & receives
9539
9540         * src/SDCCptropt.h:
9541         added some pointer arithmetic optimization
9542
9543         * src/SDCCptropt.c:
9544         added some pointer arithmetic optimizations but not stable yet so not
9545         called from anywhere (will get this working shortly)
9546
9547         * src/SDCCopt.c: fixed for multiple sends & receives
9548
9549         * src/SDCCmain.c:
9550         1) added options --parms-in-bank1 (ds390/mcs51) & --protect-sp-update
9551         2) preprocessing done AFTER port->finalizeoptions . This allows ports to
9552            set preprocessor defines (depending on options)
9553
9554         * src/SDCCicode.c, src/SDCCicode.h:
9555         changes made to handle multiple sends & receives
9556
9557         * src/SDCCglobl.h:
9558         Added options --protect-sp-update (ds390) and --parms-in-bank1 (ds390/mcs51)
9559
9560         * src/SDCCcse.c, src/SDCCcse.h:
9561         added function findbackward def (to be used in upcoming optimization)
9562
9563         * src/SDCCcflow.c, src/SDCCcflow.h:
9564         added function returnAtEnd - to determine if a basic block terminates with
9565         a RETURN iCode
9566
9567         * src/SDCCast.c, src/SDCCast.h:
9568         added option parms-in-bank1
9569
9570         * device/lib/_divsint.c, device/lib/_divslong.c, device/lib/_divuint.c
9571         * device/lib/_divulong.c, device/lib/_modsint.c, device/lib/_modslong.c
9572         * device/lib/_modulong.c, device/lib/_mulint.c, device/lib/_mullong.c:
9573         adjusted for --parms-in-bank1 option
9574
9575         * device/include/string.h:
9576         donot redefine "reentrant" keyword
9577
9578         * device/include/ds80c390.h: Added some more SFRs
9579
9580 2002-01-28  Bernhard Held  <bernhard AT bernhardheld.de>
9581
9582         * sim/ucsim: Merged branch ucsim-034-pre3 to main trunk; new version 0.4
9583
9584 2002-01-26  Bernhard Held  <bernhard AT bernhardheld.de>
9585
9586         * src/SDCCast.c (funcOfType): fix usage of double --float-reent
9587
9588 2002-01-22  Bernhard Held  <bernhard AT bernhardheld.de>
9589
9590         * support/regression/fwk/lib/testfwk.c (main): Removed workaround for bug #505387
9591
9592 2002-01-18  Paul Stoffregen  <paul AT pjrc.com>
9593
9594         * Added --xram-movc option
9595
9596 2002-01-13  Bernhard Held  <bernhard AT bernhardheld.de>
9597
9598         * support/regression/Makefile: don't include test-mcs51-stack-auto in target all
9599
9600 2002-01-11  Johan Knol
9601
9602         * Added math lib of Jesus Calvino-Fraga
9603
9604 2002-01-08  Bernhard Held  <bernhard AT bernhardheld.de>
9605
9606         * src/SDCCmain.c (processFile): fix processing of ../../src.c
9607         * support/regression/Makefile: new target test-mcs51-stack-auto
9608         * support/regression/ports/mcs51-stack-auto/spec.mk: added
9609
9610 2002-01-04  Bernhard Held  <bernhard AT bernhardheld.de>
9611
9612         * src/SDCCglue.h: printIvalCharPtr(), not printIvalChar()
9613
9614 2002-01-04  Bernhard Held  <bernhard AT bernhardheld.de>
9615
9616         * support/regression/ports/mcs51/support.c: correct setup of timer / UART
9617
9618 2002-01-03  Bernhard Held  <bernhard AT bernhardheld.de>
9619
9620         * src/SDCCsymt.c (processFuncArgs): fix #498307 by Johan
9621
9622         * src/SDCCglue.h: add definition for printIvalChar()
9623
9624 2002-01-02  Bernhard Held  <bernhard AT bernhardheld.de>
9625
9626         * src/SDCCast.c: fix #498138 by Johan
9627
9628         * src/SDCCglue.c: fix #498138 by Johan
9629
9630 2002-01-02  Bernhard Held  <bernhard AT bernhardheld.de>
9631
9632         * support/regression/Makefile: fix clean
9633
9634         * support/regression/ports/ds390/support.c: fix transmission of last character
9635
9636 2001-12-29  Sandeep Dutta  <sandeep AT ddi.com>
9637
9638         * /sdcc/src/ds390/gen.c:
9639         a) improved computing address of stack variable
9640         b) took out some #if 0 code
9641         c) improved parmBytes adjustment
9642         d) improved genPlusIncr & genMinusIncr
9643         e) genCmp could generate bad code (when left assigned to DPTR)
9644         f) Fixed bug in hasInc
9645
9646         * /sdcc/src/ds390/ralloc.c:
9647         a) packRegsForSupport could mess up live information (Fixed)
9648         b) packRegsDPTRuse could be incorrect for left & right shift
9649
9650         * /sdcc/src/mcs51/ralloc.c:
9651         packRegsForSupport could mess up the live information (Fixed)
9652
9653         * /sdcc/src/mcs51/gen.c: Fixed a bug in hasInc
9654
9655         * /sdcc/src/SDCCast.c:
9656         can reverse a loop even if function call is present as long
9657         as the loop control variable is local & is not passed as parameter
9658
9659 2001-12-24  Sandeep Dutta  <sandeep AT ddi.com>
9660
9661         * /sdcc/ChangeLog: *** empty log message ***
9662
9663         * /sdcc/src/ds390/gen.c, /sdcc/src/ds390/main.c:
9664         More builtin function additions for TININative
9665
9666         * /sdcc/src/ds390/ralloc.c:
9667         Had broken the regression testsuite
9668
9669         * /sdcc/src/SDCCast.c: Fixed a bug in dumptree
9670
9671         * /sdcc/src/SDCCsymt.c, /sdcc/src/SDCCsymt.h:
9672         Added funcattr hasStackParms will be set for reentrant functions when there
9673         are paramteres on the stack, this helps in minimizing frame pointer generation
9674         typeFromStr can handle function pointers now
9675
9676         * /sdcc/doc/builtins.txt, /sdcc/doc/TININative.txt:
9677         *** empty log message ***
9678
9679 2001-12-24  Sandeep Dutta  <sandeep AT ddi.com>
9680
9681         * /src/ds390/gen.c, /src/ds390/main.c:
9682         More builtin function additions for TININative
9683
9684         * /src/ds390/ralloc.c:
9685         Had broken the regression testsuite
9686
9687         * /src/SDCCast.c: Fixed a bug in dumptree
9688
9689         * /src/SDCCsymt.c, /src/SDCCsymt.h:
9690         Added funcattr hasStackParms will be set for reentrant functions when there
9691         are paramteres on the stack, this helps in minimizing frame pointer generation
9692         typeFromStr can handle function pointers now
9693
9694         * /doc/builtins.txt, /doc/TININative.txt:
9695         *** empty log message ***
9696
9697
9698 2001-12-24  Sandeep Dutta  <sandeep AT ddi.com>
9699
9700         * /src/ds390/gen.c, /src/ds390/main.c, /src/ds390/peeph.def, /src/ds390/ralloc.c:
9701         ALPHA version for -mTININative
9702
9703         * /src/izt/i186.c, /src/izt/tlcs900h.c, /src/mcs51/main.c, /src/pic/main.c, /src/z80/main.c, /src/avr/main.c:
9704         updated to reflect changes in the port structure
9705
9706         * /src/port.h:
9707         added function do_assemble (similar to do_link) if non-null this function
9708         will be called to do assembly (-mTININative) requires a multi command
9709         assembly
9710         added function genAssemblerEnd will be called to generate assembler Epilogue
9711
9712         * /src/SDCCsymt.c:
9713         added _JavaNative to debug info printing
9714
9715         * /src/SDCCmain.c: added option --tini-libid
9716         added port->do_assemble function (-mTININative) has a multi command assemble
9717
9718         * /src/SDCCglue.c: Disabled "constExpr" check
9719         added port->genAssemblerEnd function
9720
9721         * /src/SDCCglobl.h: Added option --tini-libid value
9722
9723         * /src/SDCCast.h:
9724         tookout optimizeCompare from the header (has no external references)
9725
9726         * /src/SDCCast.c: made one more function "static"
9727
9728 2001-12-23  Michael Hope  <michaelh AT juju.net.nz>
9729
9730         * src/z80/mappings.i: Added z80asm support.
9731
9732         * src/z80/main.c: Added z80asm support on --asm=z80asm
9733
9734         * src/z80/gen.c: Fixed asm portability issues.
9735
9736         * src/asm.c (tvsprintf): Removed old code, added 'N' for function name.  For extern support.
9737
9738         * src/SDCCglue.c (printExterns): Added global/extern split.
9739
9740 2001-12-17  Bernhard Held  <bernhard AT bernhardheld.de>
9741
9742         * support/regression/Makefile: added test for mcs51 model large
9743
9744         * support/regression/ports/mcs51-large/spec.mk: added test for mcs51 model large
9745
9746         * support/regression/ports/gbz80/spec.mk: added -mgbz80
9747
9748 2001-12-05  Michael Hope  <michaelh AT juju.net.nz>
9749
9750         * src/diff.1 (Index): Many, many optmisiations.  Dhrystone up to 201.
9751
9752 1904-01-06  Michael Hope  <michaelh AT juju.net.nz>
9753
9754         * src/z80/ralloc.c (packRegsForIYUse): Fixed the case where an operand is in direct space.
9755
9756         * src/z80/gen.c (makeFreePairId): Optimised IY load by using a spare pair.
9757
9758 2001-12-02  Bernhard Held  <bernhard AT bernhardheld.de>
9759
9760         * src/mcs51/gen.c (genFunction): avoid excess "inc sp"
9761
9762         * support/regression/tests/simplefloat.c: Port to mcs51.
9763
9764 2001-11-25  Michael Hope  <michaelh AT juju.net.nz>
9765         * support/regression/tests/bug-485362.c: Added.
9766
9767         * support/regression/tests/simplefloat.c (testDivNearOne): Added.
9768
9769         * src/z80/gen.c (aopOp): Fixed case where left and result are in the same spill loc and they have different sizes.
9770
9771         * src/z80/peeph.def: Added rules for optimising two byte compares on the same thing, and to optimise two ptr assign.
9772
9773         * src/z80/gen.c (aopDump): Added a dump function.
9774
9775 2001-11-25  Bernhard Held  <bernhard AT bernhardheld.de>
9776         * sim/ucsim/s51.src/glob.cc: DS390 SFRs and bits added.
9777
9778         * sim/ucsim/s51.src/port.cc: Port 4 and 5 added.
9779
9780         * sim/ucsim/s51.src/regs51.h: DS390 SFRs added.
9781
9782         * sim/ucsim/s51.src/uc390.cc: Some details improved, CKRDY works for tinibios.
9783
9784         * sim/ucsim/s51.src/uc390cl.h: Work in progress.
9785
9786         * sim/ucsim/sim.src/uccl.h: 6 ports for DS390.
9787
9788         * support/regression/fwk/lib/testfwk.c: Run with tinibios.
9789
9790         * support/regression/ports/mcs51/spec.mk: Fine tuninig.
9791
9792         * support/regression/ports/ds390/support.c: Use tinibios.
9793
9794         * support/regression/ports/ds390/spec.mk: Fine tuning, use tinibios.
9795
9796 2001-11-23  Michael Hope  <michaelh AT juju.net.nz>support/regression/tests/bug-460010.c
9797
9798         * src/z80/ralloc.c (packRegsForHLUse3): Changed to not pack into HL if anything is in direct space.
9799         (packRegsForHLUse3): Added packing support for send, cast, and return value from a call.
9800
9801         * src/z80/peeph.def: Added rules for optimising pushes of part of a pair.
9802
9803         * src/z80/gen.c (emitCall): Changed the stack fixup to not use HL.
9804
9805 2001-11-18  Michael Hope  <michaelh AT juju.net.nz>
9806
9807         * src/z80/gen.c (genCmp): Fixed compare on unsigned.
9808
9809         * src/z80/ralloc.c (packRegsForHLUse3): Created and optimised.
9810         (packRegsForIYUse): Created and optimised.
9811
9812 2001-11-07  Michael Hope  <michaelh AT juju.net.nz>
9813
9814         * support/regression/tests/float.c (testFloatAdd): Fixed up warning.
9815 2001-11-18  Bernhard Held  <bernhard AT bernhardheld.de>
9816
9817         * sdcc/support/regression/tests/bug-460010.c: fix seg violation on host
9818
9819         * sdcc/support/regression/tests/muldiv.c: fix output on mcs51
9820
9821         * sdcc/support/regression/tests/stacks.c: fix DSEG overflow on mcs51
9822
9823 2001-11-07  Bernhard Held  <bernhard AT bernhardheld.de>
9824
9825         * sdcc/sim/device/lib/_gptrget.c: mem region 5 (idata) added
9826
9827         * sdcc/sim/device/lib/_gptrput.c: mem region 5 (idata) added
9828
9829 2001-11-07  Bernhard Held  <bernhard AT bernhardheld.de>
9830
9831         * sdcc/sim/ucsim/globals.cc: New: IXRAM.
9832
9833         * sdcc/sim/ucsim/stypes.h: New: IXRAM.
9834
9835         * sdcc/sim/ucsim/s51.src/uc390.cc: New: IXRAM.
9836
9837 2001-11-07  Michael Hope  <michaelh AT juju.net.nz>
9838
9839         * src/z80/ralloc.c (packRegsForHLUse): Banned IFXs from being packed into HL.
9840         (packRegsForHLUse): Added rule to pack address of/pointer get for itemps into HL for the Z80.
9841         (packRegsForAccUse2): Added rule to pack hbit IFXs into A.
9842
9843         * src/z80/main.c (_setDefaultOptions): Made float code re-entrant by default.
9844
9845         * src/z80/gen.c (aopGetLitWordLong): Added word support for floats.
9846         (genNotFloat): Added.
9847         (genUminusFloat): Added.
9848
9849         * device/lib/z80/Makefile: Added floating pt stubs.
9850
9851         * device/lib/Makefile.in (Z80SOURCES): Added floating pt support.
9852
9853         * src/z80/gen.c (genIpush): Fixed up a push of one byte when left is in a pair.
9854
9855         * device/lib/_fsadd.c (__fsadd): Fixed up return where the numbers are hugely different.
9856
9857 2001-11-07  Bernhard Held  <bernhard AT bernhardheld.de>
9858
9859         * sdcc/sim/ucsim/s51.src/glob.cc: Minor fix.
9860
9861         * sdcc/sim/ucsim/s51.src/regs51.h: Minor fix.
9862
9863         * sdcc/support/regression/Makefile: Add port ds390.
9864
9865         * sdcc/support/regression/ports/mcs51/spec.mk: Minor change.
9866
9867         * sdcc/support/regression/ports/z80/spec.mk: Minor change.
9868
9869         * sdcc/support/regression/ports/ds390/spec.mk: Added.
9870
9871         * sdcc/support/regression/ports/ds390/support.c: Added.
9872
9873         * sdcc/support/regression/ports/ds390/uCsim.cmd: Added.
9874
9875         * sdcc/support/regression/ports/mcs51/timeout.c: Cut.
9876
9877         * sdcc/support/regression/fwk/lib/timeout.c: Paste.
9878
9879 2001-11-04  Michael Hope  <michaelh AT juju.net.nz>
9880
9881         * device/include/malloc.h: Added z80 and gbz80 support.
9882
9883         * device/lib/gbz80/heap.s: Added.
9884
9885         * device/lib/z80/heap.s: Added.
9886
9887         * device/lib/malloc.c: Added z80 and gbz80 support.
9888
9889         * support/regression/tests/malloc.c (testMalloc): Added.
9890
9891         * src/SDCCmain.c (parseCmdLine): Added support for -Wp.
9892
9893         * support/regression/tests/bug-478094.c: Added.
9894
9895         * src/z80/gen.c (commitPair): Fixed silly gbz80/z80 commit to static bug.
9896
9897 2001-11-04  Bernhard Held  <bernhard AT bernhardheld.de>
9898
9899         * sdcc/sim/ucsim/s51.src/uc390cl.h: Improvement for ds390 to run regression tests
9900
9901         * sdcc/sim/ucsim/s51.src/uc390.h: Improvement for ds390 to run regression tests
9902
9903         * sdcc/sim/ucsim/s51.src/regs51.h: Improvement for ds390 to run regression tests
9904
9905         * sdcc/sim/ucsim/s51.src/glob.cc: Improvement for ds390 to run regression tests
9906
9907         * sdcc/support/regression/tests/bug-460010.c: Small change for ds390
9908
9909 2001-11-04  Michael Hope  <michaelh AT juju.net.nz>
9910
9911         * src/z80/peeph-gbz80.def: Removed a bad sub optimisation.
9912
9913 2001-11-03  Michael Hope  <michaelh AT juju.net.nz>
9914
9915         * support/regression/tests/bug-477927.c: Added.
9916
9917         * src/z80/peeph.def: Added minor rules.
9918
9919         * src/z80/gen.c (genPlusIncr): Added an extra plusinc rule.
9920
9921         * src/z80/peeph.def: Added jump optimisation modification.
9922
9923 2001-11-01  Michael Hope  <michaelh AT juju.net.nz>
9924
9925         * src/SDCCmain.c (linkEdit): Added runtime path detection to the mcs51 port.
9926
9927 2001-10-30  Michael Hope  <michaelh AT juju.net.nz>
9928
9929         * support/regression/tests/funptrs.c: Added.
9930
9931 2001-10-29  Michael Hope  <michaelh AT juju.net.nz>
9932
9933         * src/z80/ralloc.c (packRegsForHLUse): Fixed up bad spill due to pushing one byte via HL.
9934
9935 2001-10-28  Michael Hope  <michaelh AT juju.net.nz>
9936
9937         * src/z80/gen.c (genArrayInit): Made it work for on stack arrays.
9938
9939         * src/z80/main.c (gbz80_port =): Added rle support to the gbz80 port.
9940
9941         * src/z80/gen.c (genMinus): Fixed for where the result is one byte.
9942         (movLeft2ResultLong): Created.
9943
9944         * src/z80/ralloc.c (packRegsForHLUse): Added a couple of simple cases for the GB.
9945         (joinPushes): Added.  Joins two char pushes into a word push.
9946
9947 2001-10-27  Michael Hope  <michaelh AT juju.net.nz>
9948
9949         * support/cpp2/Makefile.in (install): Added creation of dest dir.
9950
9951         * support/makebin/Makefile (install): Added creation of dest dir.
9952
9953 2001-10-24 Karl Bongers <karl AT turbobit.com>
9954
9955         * configure.in, configure, Makefile, support/cpp: Removed cpp folder, since we have new cpp2 preprocessor code.
9956
9957 2001-10-21  Michael Hope  <michaelh AT juju.net.nz>
9958
9959         * src/z80/ralloc.c: Turned off faulty pack for one use.
9960
9961         * src/z80/peeph-gbz80.def: Removed redundent restart options.
9962
9963         * src/z80/gen.c (genMult): Added native mul for constants on the z80 and gbz80.
9964
9965 2001-10-21  Bernhard Held  <bernhard AT bernhardheld.de>
9966
9967         * support/regression/Makefile: Improved clean
9968
9969         * support/regression/ports/gbz80/spec.mk: Added clean
9970
9971         * support/regression/ports/host/spec.mk: Added clean
9972
9973         * support/regression/ports/z80/spec.mk: Added clean
9974
9975         * support/regression/ports/mcs51/spec.mk: Added clean, little improvements
9976
9977         * support/regression/ports/mcs51/timeout.c: little improvements
9978
9979 2001-10-17  Michael Hope  <michaelh AT juju.net.nz>
9980
9981         * device/lib/malloc.c (MEMHEADER): Fixed against new pedantic pointers.
9982
9983         * support/regression/fwk/include/testfwk.h: Fixed up to use function pts correctly.
9984
9985         * support/regression/generate-cases.py: Fixed up to use function pts correctly.
9986
9987 2001-10-16  Bernhard Held  <bernhard AT bernhardheld.de>
9988
9989         * support/regression/port/mcs51/spec.mk: add timeout for uCsim
9990
9991         * support/regression/port/mcs51/timeout.c: add timeout for uCsim
9992
9993 2001-10-13  Michael Hope  <michaelh AT juju.net.nz>
9994         * src/z80/gen.c (emitCall): Fixed up missing spill of HL when used to assign the result value.
9995
9996         * src/z80/ralloc.c: Turned off pack for one use as it's quite broken.
9997
9998         * src/SDCCmain.c (linkEdit): Added support for passing a legacy command line through the processor.
9999
10000         * src/mcs51/main.c (_linkCmd): Added bin path to command.
10001
10002         * src/SDCCmain.c (initValues): Added support for when it it called just to link.
10003
10004         * as/mcs51/lklibr.c (libfil;): Turned off 'library file' message.
10005
10006         * src/SDCCval.c (constVal): Fixed usage of 'L' modifier problems on ppc.
10007
10008         * support/regression/tests/longor.c: Added.
10009
10010 2001-10-11  Bernhard Held  <bernhard AT bernhardheld.de>
10011
10012         * as/mcs51/asdata.c: replaced FILENAME_MAX with PATH_MAX
10013
10014         * as/mcs51/aslink.h: define PATH_MAX
10015
10016         * as/mcs51/asm.h: define PATH_MAX
10017
10018         * as/mcs51/asmain.c: replaced FILENAME_MAX with PATH_MAX
10019
10020         * as/mcs51/asnoice.c: replaced FILENAME_MAX with PATH_MAX
10021
10022         * as/mcs51/lklex.c: replaced FILENAME_MAX with PATH_MAX
10023
10024         * as/mcs51/lkmain.c: replaced FILENAME_MAX with PATH_MAX
10025
10026         * src/SDCCglobl.h: define PATH_MAX
10027
10028         * src/SDCCmacro.c: replaced FILENAME_MAX with PATH_MAX
10029
10030         * src/SDCCmain.c: replaced FILENAME_MAX with PATH_MAX
10031
10032 2001-10-11  Michael Hope  <michaelh AT juju.net.nz>
10033
10034         * src/z80/gen.c (gencjneshort): Fixed
10035
10036         * src/z80/ralloc.c (packRegsForHLUse): Added pack into HL for cast then ipush.
10037
10038 2001-10-09  Michael Hope  <michaelh AT juju.net.nz>
10039
10040         * support/regression/tests/bug-469671.c: Added.
10041
10042         * src/z80/gen.c (shiftIntoPair): Fixed up warning.
10043
10044 2001-10-08  Michael Hope  <michaelh AT juju.net.nz>
10045
10046         * src/SDCCmain.c: Added --fommit-frame-pointer option and implemented in the z80 port.
10047
10048         * src/z80/gen.c (genPlus): Fixed to work with extended stack.  Also fixed genMinus, genCmp.  genUMinus is still left.
10049
10050 2001-10-08  Bernhar Held  <bernhard AT bernhardheld.de>
10051
10052         * src/SDCCmain.c (preProcess): added define SDCC_NOOVERLAY
10053
10054         * src/device/lib/_mulint.c  : removed hint: nooverlay bug
10055
10056         * src/device/lib/_mullong.c : removed hint: nooverlay bug
10057
10058         * src/device/lib/_divuint.c : removed hint: nooverlay bug
10059
10060         * src/device/lib/_divulong.c: removed hint: nooverlay bug
10061
10062         * src/device/lib/_moduint.c : removed hint: nooverlay bug
10063
10064         * src/device/lib/_modulong.c: removed hint: nooverlay bug
10065
10066 2001-10-07  Michael Hope  <michaelh AT juju.net.nz>
10067
10068         * 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.
10069
10070         * support/Util/NewAlloc.c (freeTrace): Changed free for the gc case to not free at all.  Fixes runtime segfault.
10071
10072         * support/regression/tests/scott-compare3.c (c_abcd): Fixed up casts.
10073
10074 2001-10-07    <johan AT FRIJA>
10075
10076         * device/lib/gets.c (gets): fixed the return value.
10077
10078 2001-10-06  Michael Hope  <michaelh AT juju.net.nz>
10079         * src/SDCCmain.c (WRITE_SEG_LOC): Fixed up to use Safe_strdup.
10080
10081         * 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.
10082
10083         * 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.
10084
10085         * src/z80/gen.c (genZ80Code): Added de-allocation via trace support.
10086
10087         * src/pic/gen.c: Removed Safe_strdup.
10088
10089         * configure.in: Added option to enable libgc support.
10090
10091         * src/SDCCbitv.c (bitVectnBitsOn): Optimised.
10092         (bitVectUnion): Optimised.
10093         (bitVectIntersect): Optimised.
10094         (bitVectBitsInCommon): Optimised.
10095         (bitVectCplAnd): Optimised.
10096
10097         * support/makebin/makebin.c (usage): Removed getopt as mingw32 doesn't have it.  Sigh.
10098
10099 2001-10-03 Bernhard Held <bernhard AT bernhardheld.de>
10100
10101         * src/SDCCmain.c: distinguish between assembler debug and plain options
10102
10103         * src/avr/main.c:   remove standard assembler options
10104
10105         * src/ds390/main.c: remove standard assembler options
10106
10107         * src/mcs51/main.c: remove standard assembler options
10108
10109         * src/port.h: removed "PENDING" comment
10110
10111 2001-10-03 Bernhard Held <bernhard AT bernhardheld.de>
10112
10113         * src/device/lib/_mulint.c  : new, with assember functions
10114
10115         * src/device/lib/_mullong.c : new, with assember functions
10116
10117         * src/device/lib/_divuint.c : with assember functions
10118
10119         * src/device/lib/_divsint.c : with assember functions
10120
10121         * src/device/lib/_divulong.c: with assember functions
10122
10123         * src/device/lib/_divslong.c: with assember functions
10124
10125         * src/device/lib/_moduint.c : with assember functions
10126
10127         * src/device/lib/_modsint.c : with assember functions
10128
10129         * src/device/lib/_modulong.c: with assember functions
10130
10131         * src/device/lib/_modslong.c: with assember functions
10132
10133         * src/device/lib/libint.lib:  replaced _muluint.c  and _mulsint.c  by _mulint.c
10134
10135         * src/device/lib/liblong.lib: replaced _mululong.c and _mulslong.c by _mullong.c
10136
10137         * src/device/lib/Makefile.in: replaced _muluint.c  and _mulsint.c  by _mulint.c
10138                                       replaced _mululong.c and _mulslong.c by _mullong.c
10139
10140 2001-10-03 Bernhard Held <bernhard AT bernhardheld.de>
10141
10142         * src/SDCCsymt.c: sequence of specifiers in pintTypeChain() corrected
10143
10144 2001-10-01 Bernhard Held <bernhard AT bernhardheld.de>
10145
10146         * src/SDCCglue.c: test, if win32api is available for MINGW
10147
10148 2001-10-01 Bernhard Held <bernhard AT bernhardheld.de>
10149
10150         * src/SDCCsymt.c: no more _modifier in printTypeChain()
10151         * support/regression/tests/driverstruct.c: REENTRANT for mcs51
10152         * support/regression/ports/gbz80/spec.mk: removed GENERIC
10153         * support/regression/ports/host/spec.mk: removed GENERIC
10154         * support/regression/ports/mcs51/spec.mk: removed GENERIC
10155         * support/regression/ports/z80/spec.mk: removed GENERIC
10156
10157 2001-10-01  Michael Hope  <michaelh AT juju.net.nz>
10158
10159         * support/regression/fwk/lib/testfwk.c (__printf): Removed GENERIC.
10160
10161         * support/regression/tests/bug-467035.c: Created.
10162
10163 2001-10-01    <johan AT FRIJA>
10164
10165         * src/SDCC.y: fixed bug #466586 part 1
10166
10167 2001-10-01  Johan Knol <johan.knol AT iduna.nl>
10168
10169         * SDCCicode.c: z80 has no generic pointers
10170         * removed -s from strip in all Makefile(.in)'s. It is not needed, but Solaris chocks on it.
10171
10172 2001-09-30  Michael Hope  <michaelh AT juju.net.nz>
10173
10174         * sim/ucsim/cmd.src/Makefile.in ($(PRJDIR)/libcmd.a): Changed all ar references to $(AR) for Solaris.
10175
10176 2001-09-29  Michael Hope  <michaelh AT juju.net.nz>
10177
10178         * Makefile (sdcc-libs): Added makebin to the list of standard targets.
10179
10180         * support/regression/ports/z80/spec.mk: Updated to use env for sdcc bin dir for automatic regression.
10181
10182 2001-09-25  Michael Hope  <michaelh AT juju.net.nz>
10183
10184         * configure.in: Fixed up so that ucsim is only configured once.
10185
10186         * support/cpp2/configure.in: Fixed to use the program transform to append the .exe for the win32 build.
10187
10188         * src/SDCCutil.c (getPrefixFromBinPath): Fixed up to work with win32 in all of its glory.
10189         (getPathDifference): As above.
10190
10191         * src/SDCCmain.c (preProcess): Changed to use a temporary file in a proper temp directory.  Fixed case where pre-processing only.
10192
10193         * src/SDCCglue.c (tempfilename): Added function for pre-processor.
10194
10195 2001-09-23  Michael Hope  <michaelh AT juju.net.nz>
10196         * .version: Updated to 2.3.1
10197
10198         * src/z80/main.c (z80_port =): Added macro based linker and assembler command line support.
10199         Added copyright header.
10200
10201         * src/SDCCmain.c: Shifted various functions into SDCCutil.c
10202         (assemble): Added support for macro based assembler commands.
10203         (linkEdit): Added support for macro based linker commands.
10204         (preProcess): Changed the pre-processor to use macros.
10205         (_setPaths): Added functionality to autodetect the include, lib and bin dir paths.
10206         (_discoverPaths): Added support for overriding the install directory using the SDCCDIR env variable.
10207
10208         * device/lib/z80/crt0.s: Added module name for debugging.
10209
10210 2001-09-20  Michael Hope  <michaelh AT juju.net.nz>
10211
10212         * src/SDCCmain.c (printVersionInfo): Added the build date to the version info.
10213
10214         * src/SDCChasht.c (hTabDeleteByKey): Fixed delete as it would delete the last item from a bucket even if it wasn't the real one.
10215
10216         * src/SDCCglue.c: Moved gc_strdup to SDCCutil.c
10217
10218         * src/Makefile.in: Added SDCCmacro and SDCCutil
10219
10220 2001-09-19  Michael Hope  <michaelh AT juju.net.nz>
10221
10222         * src/SDCCmain.c (printVersionInfo): Added the build date to the version info.
10223
10224 2001-09-16    <johan AT FRIJA>
10225
10226         * 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.
10227
10228 2001-09-15    <johan AT FRIJA>
10229
10230         * src/mcs51/ralloc.c: (findAssignToSym): fixed bug #460662 part 1
10231         * src/ds390/ralloc.c (findAssignToSym): fixed bug #460662 part 1
10232
10233 2001-09-11    <johan AT FRIJA>
10234
10235         * src/SDCCval.c (valDiv Mod Minus Plus Shift): keep litteral expressions as small as possible (bug #460010)
10236
10237 2001-09-10  Michael Hope  <michaelh AT juju.net.nz>
10238
10239         * support/regression/tests/bug-460444.c: Added test case.
10240
10241         * src/z80/gen.c (genOr): bug 460444: if (a ^ lit) was broken for &, |, and ^.
10242         (genCast): Added justification for all of the asserts.
10243
10244 2001-09-10  Bernhard Held <bernhard AT bernhardheld.de>
10245
10246         * support/regression/support.c: _xdata replaced by xdata
10247
10248         * support/regression/spec.mk: removed _generic
10249
10250 2001-09-09  Michael Hope  <michaelh AT juju.net.nz>
10251
10252         * src/pic/ralloc.c (debugLogRegType): Removed some old types to get it to compile.
10253
10254         * src/z80/gen.c (shiftR2Left2Result): Improved the case when v = v >> n for small values of n to use less code space and time.
10255         (genrshTwo): Fixed v = v >> n where v is a negative int and n is > 8: bug 460010.
10256
10257         * src/z80/peeph.def: Added a rule to optimise shift then compare.
10258
10259         * support/regression/tests/bug-460000.c (testShiftByParam): Added test case.
10260
10261         * support/regression/tests/bug-460010.c: Added test case.
10262
10263         * support/regression/Makefile (test-host): Removed a silly 'clean' target when testing against gcc.
10264
10265 2001-09-09  Bernhard Held <bernhard AT bernhardheld.de>
10266
10267         * support/regression/Makefile: inter-port-clean adjusted for mcs51
10268
10269         * support/regression/testfwk.c: removed workaround for bug #436344
10270
10271         * support/regression/tests/bp.c: use less memory with mcs51
10272
10273         * support/regression/tests/bug-441448.c: use less memory
10274
10275         * support/regression/tests/ports/mcs51/spec.mk: cleanup, use --stack-after-data
10276
10277         * support/regression/collate-results.py: typo
10278
10279 2001-09-08  Michael Hope  <michaelh AT juju.net.nz>
10280
10281         * support/regression/tests/fetchoverlap.c: Added new test case.
10282
10283         * support/regression/tests/bp.c: Added new test case.
10284
10285         * support/regression/tests/bug-448984.c: Added new test case.
10286
10287         * support/regression/tests/pow2shifts.c: Added new test case.
10288
10289         * src/z80/gen.c: Turned off the noise it normally generates for the release.
10290         (genlshTwo): Fixed right shift for count > 8.
10291
10292         * src/z80/ralloc.c: Disabled most of the ACC packing rules as they weren't getting hit and weren't at all safe.
10293
10294 2001-09-08    <johan AT FRIJA>
10295
10296         * src/SDCCicode.c (geniCodeCall): a CPOINTER can be used as a function
10297
10298 2001-09-07    <johan AT FRIJA>
10299
10300         * src/SDCCicode.c (newiCodeCondition): fixed bug #456235 (1.77)
10301
10302         * src/SDCCglue.c (emitRegularMap): only delete a symbol when it is a symbol
10303
10304 2001-09-06    <johan AT FRIJA>
10305
10306         * src/SDCC.y: this could be a fix for bug #458744 (1.37)
10307         * bernhard noted me at this: "() equals to (void)" (1.38)
10308
10309 2001-09-05    <johan AT FRIJA>
10310
10311         * src/SDCCglue.c (emitRegularMap): a fix for bug #458099/2
10312
10313 2001-09-04    <johan AT FRIJA>
10314
10315         * src/SDCCsymt.c (checkSClass): a fix for bug #458099/1
10316
10317
10318 2001-09-04  Paul Stoffregen  <paul AT pjrc.com>
10319
10320         * pragma noinduction broke memcpy on mcs51 large model.  Moved it inside z80 optimization
10321
10322 2001-09-03  Michael Hope  <michaelh AT juju.net.nz>
10323
10324         * link/z80/aslink.h: Fixed path for PATH_MAX
10325
10326 2001-09-02  Michael Hope  <michaelh AT juju.net.nz>
10327
10328         * src/z80/gen.c (fetchLitPair): Changed so that it properly caches direct space references.
10329
10330         * support/regression/tests/addsub.c: Added cases to cover all the +, - combinations.
10331
10332         * support/regression/tests/uminus.c: Added a test for the unary minus operator.
10333
10334         * 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.
10335
10336 2001-09-01  Michael Hope  <michaelh AT juju.net.nz>
10337
10338         * src/z80/gen.c: Fixed up generator to pass the regresion tests, specifically fixing loads for longs, genCmp, and turned on the map file.
10339         (genCmp): Fixed up genCmp for the GB with longs.
10340
10341         * device/lib/gbz80/Makefile: Fixed up all the libraries to pass the regression tests.
10342
10343         * support/regression/ports/host/spec.mk: Updated to compile with the new type specifiers.
10344
10345         * device/lib/Makefile.in (Z80SOURCES): Removed old _mululong, _mulslong, and unneeded _mulint.
10346
10347         * device/lib/_mullong.c (_mulslong): Changed to actually return a value :)
10348
10349 2001-08-30  Paul Stoffregen  <paul AT pjrc.com>
10350
10351         * added peepholes 223 to 231 to mcs51 port.  These improve code when using large model.
10352
10353 2001-08-30  Michael Hope  <michaelh AT juju.net.nz>
10354
10355         * 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.
10356
10357         * src/z80/gen.c (genPlus): Changed bad long add for gb to a fall through.
10358
10359 2001-08-29  Michael Hope  <michaelh AT juju.net.nz>
10360
10361         * link/z80/aslink.h: Fixed long file name support.  Is now based off PATH_MAX instead of a constant.
10362
10363         * src/z80/gen.c: Fixed add and sub for the case where left or right are in static space.
10364
10365 2001-08-30 Bernhard Held   <bernhard AT bernhardheld.de>
10366
10367   * sim/ucsim/configure:    little improvement of Cygwin-detection
10368   * sim/ucsim/configure.in: little improvement of Cygwin-detection
10369   * sim/ucsim/cmd.src/newcmdcl.h: include <sys/types.h> to define fd_set automated build
10370   * support/regression/tests/bug-221100.c: small changes for mcs51
10371   * support/regression/tests/bug-221168.c: small changes for mcs51
10372   * support/regression/tests/bug-227710.c: small changes for mcs51
10373   * support/regression/tests/staticinit.c: small changes for mcs51
10374   * as/mcs51/aslink.h: accept everything as symbol name in rel-files, bug fix ID 452601
10375   * as/mcs51/lklex.c:  accept everything as symbol name in rel-files, bug fix ID 452601
10376   * as/mcs51/lksym.c:  accept everything as symbol name in rel-files, bug fix ID 452601
10377
10378 $Revision$