* src/SDCCast.c (decorateType): fixed bug 1368489
[fw/sdcc] / ChangeLog
1 2005-11-29 Bernhard Held <bernhard AT bernhardheld.de>
2
3         * src/SDCCast.c (decorateType): fixed bug 1368489
4         * support/Util/SDCCerr.c,
5         * support/Util/SDCCerr.h: added warning W_CMP_SU_CHAR
6
7 2005-11-28 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
8
9         * device/include/mcs51/at89c51snd1c.h: added file submitted by 
10           Weston T. Schmidt <schmidtw AT users.sourceforge.net>, patch #1368001
11
12 2005-11-27 Borut Razem <borut.razem AT siol.net>
13
14         * support/cpp2/cppinit.c, support/cpp2/cpplib.h, support/cpp2/mkdeps.c,
15           support/cpp2/mkdeps.h: added command line option
16           -obj-ext=<extension> to SDCPP to define object file externion, used
17           for generation of make dependencies (-M)
18         * src/SDCCmain.c: pass -obj-ext=<extension> to SDCPP
19
20 2005-11-26 Borut Razem <borut.razem AT siol.net>
21
22         * support/scripts/sdcc.nsi: added small-stack-auto libraries,
23           added missing device/lib/mcs51/crt*.asm, pic and pic16 sources,
24           added pic and pic16 libraries
25
26 2005-11-26 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
27
28         * device/include/float.h: Corrected typo in prototype of __fsgt
29
30 2005-11-25 Borut Razem <borut.razem AT siol.net>
31
32         * sdcc/device/lib/Makefile.in, sdcc/device/lib/incl.mk:
33           added creation of model-mcs51-stack-auto libraries
34
35 2005-11-24 Bernhard Held <bernhard AT bernhardheld.de>
36
37         * src/SDCCsymt.c (copyLinkChain): fixed bug 770487, copy structdef
38         and fields-list too
39         * src/SDCCast.c (createIvalArray): removed obsolete comment
40
41 2005-11-24 Borut Razem <borut.razem AT siol.net>
42
43         * sdcc/device/lib/Makefile.in: remove all unnecessary files, 2nd try...,
44           added missing device/lib/mcs51/crt*.asm sources
45
46 2005-11-23 Bernhard Held <bernhard AT bernhardheld.de>
47
48         * src/SDCCast.c (createIvalCharPtr): fixed bug 1348271
49
50 2005-11-22 Maarten Brock <sourceforge.brock AT dse.nl>
51
52         * device/lib/_fs2schar.c,
53         * device/lib/_fs2sint.c,
54         * device/lib/_fs2slong.c: optimized inline asm
55
56 2005-11-21 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
57
58         * device/lib/_fs2slong.c, device/lib/_fs2sint.c, device/lib/_fs2char.c:
59           Better handling of floats between -1.0 and 0.0.
60
61 2005-11-20 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
62
63         * src/mcs51/peeph.def: added missing "if"s as noted by Hubert Sack.
64           (the missing "if"s prohibited removal of redundant labels)
65
66 2005-11-19 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
67
68         * device/lib/_fs2slong.c, device/lib/_fs2sint.c, device/lib/_fs2char.c:
69           Properly convert floats between -1.0 and 0.0 to long, int, and char
70           types (max integer value of negative floats tends to zero).
71         * device/lib/modff.c, device/lib/ceilf.c, device/lib/floorf.c:
72           Removed changes made so to work properly with floats between
73           -1.0 and 0.0, as the problem is fixed in _fs2slong.c, _fs2sint.c,
74           and _fs2char.c
75
76 2005-11-18 Bernhard Held <bernhard AT bernhardheld.de>
77
78         * src/SDCCcse.c (ReplaceOpWithCheaperOp): minor fix for debugging only
79         * src/mcs51/gen.c (genUnpackBits): better code and a fix,
80         (genCast) cosmetic change
81         * src/ds390/gen.c (genUnpackBits, ): ported from mcs51
82         * src/ds390/ralloc.c (packRegsForAssign): ported fix for bitfields
83         from mcs51
84         * support/regression/tests/bitfields (testSignedBitfields): added
85
86 2005-11-18 Borut Razem <borut.razem AT siol.net>
87
88         * sdcc/device/lib/Makefile.in: remove all unnecessary files
89         * device/lib/pic/Makefile.rules, device/lib/pic16/Makefile.subdir:
90           introduced SILENT option to make building of pic16 libraries less
91
92 2005-11-18 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
93
94         * device/lib/modff.c, device/lib/ceilf.c, device/lib/floorf.c:
95           Now they work properly with floats between -1.0 and 0.0
96         * device/lib/printf_large.c: Removed temporary patch for bug 1358192
97
98 2005-11-18 Maarten Brock <sourceforge.brock AT dse.nl>
99
100         * src/SDCCicode.c (printOperand): added missing else
101
102 2005-11-18 Bernhard Held <bernhard AT bernhardheld.de>
103
104         * src/SDCCsymt.c (computeType): fixed bug 1358192: added missing else,
105         reformatted for better readability
106         * src/mcs51/gen.c (genUnpackBits): initial, incomplete support for
107         signed bitfields
108
109 2005-11-17 Borut Razem <borut.razem AT siol.net>
110
111         * device/lib/pic16/Makefile.rules, device/lib/pic16/Makefile.subdir:
112           introduced SILENT option to make building of pic16 libraries less
113           verbose - used for nightly snapshot build
114         * doc/sdccman.lyx: documented that SDCDB and ucSim are currently not
115           available on Win32 platforms.
116         * sdcc/device/lib/Makefile.in: added library sources for mcs51, small,
117           medium, large, pic and pic16
118
119 2005-11-16 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
120
121         * device/lib/printf_large.c: Temporary patch for bug 1358192:
122           printf("%f"...) sets fraction to zero.
123
124 2005-11-16 Raphael Neider <rneider AT web.de>
125
126         * src/pic/pcode.c (LinkFlow): handle empty flows correctly,
127           fixes #1357221
128         * src/pic/gen.c (genIfx): implemented for CARRY bit
129         * src/pic16/gen.c (genAssign,genCast): fixed assigning/casting
130           to generic pointers, fixes #1357332,
131           (pic16_movLit2f): NEW,
132           (pic16_storeForReturn,genDataPointerSet): use pic16_movLit2f
133
134 2005-11-14 Maarten Brock <sourceforge.brock AT dse.nl>
135
136         * src/SDCCmain.c (parseCmdLine): fixed bug 1356800, thanks rsudjian
137
138 2005-11-11 Raphael Neider <rneider AT web.de>
139
140         * src/pic/gen.c: handle FPOINTERS like POINTERS everywhere
141         * src/pic16/gen.c (pic16_derefPtr): now works for non-pointers as well,
142           compute pointer's type from operand,
143           (genUnpackBits,genPackBits): handle FPOINTERS correctly, re-indented,
144           improved single bit reads, fixes bug #1353379
145
146 2005-11-09 Borut Razem <borut.razem AT siol.net>
147
148         * support/scripts/sdcc.nsi: added lib/pic to the package
149
150 2005-11-08 Maarten Brock <sourceforge.brock AT dse.nl>
151
152         * src/SDCCval.c (valUnaryPM): fixed bug 1350699
153
154 2005-11-06 Maarten Brock <sourceforge.brock AT dse.nl>
155
156         * support/regression/tests/bug1348008.c: added
157         * src/mcs51/gen.c (saveRBank, unsaveRBank): fixed bug 1348008
158         * support/regression/tests/bug1337835.c: updated comment
159
160 2005-11-06 Borut Razem <borut.razem AT siol.net>
161
162         * sim/ucsim/error.cc, sim/ucsim/errorcl.h,
163           sim/ucsim/sim.src/stack.cc, sim/ucsim/sim.src/stackcl.h,
164           sim/ucsim/sim.src/uc.cc, sim/ucsim/sim.src/uccl.h,
165           sim/ucsim/sim.src/mem.cc, sim/ucsim/sim.src/memcl.h,
166           sim/ucsim/cmd.src/set.cc, sim/ucsim/cmd.src/show.cc:
167           dynamic construction of cl_error_class and derivates - 2.nd try
168
169 2005-11-05 Borut Razem <borut.razem AT siol.net>
170
171         * sim/ucsim/sim.src/error.cc: fixed uninitialized class member variable
172           bug, which caused Bus Errors on sparc solaris
173
174 2005-11-04 Borut Razem <borut.razem AT siol.net>
175
176         * sim/ucsim/error.cc, sim/ucsim/errorcl.h,
177           sim/ucsim/sim.src/stack.cc, sim/ucsim/sim.src/stackcl.h,
178           sim/ucsim/sim.src/uc.cc, sim/ucsim/sim.src/uccl.h,
179           sim/ucsim/sim.src/mem.cc, sim/ucsim/sim.src/memcl.h,
180           sim/ucsim/cmd.src/cmdconf.cc: dynamic construction of cl_error_class
181           and derivates to resolve the initialization problem on OSX
182
183 2005-11-02 Borut Razem <borut.razem AT siol.net>
184
185         * sim/ucsim/cmd.src/cmdutil.cc, sim/ucsim/cmd.src/newcmd.cc:
186           corrected typo - #include <winsock2.h>
187
188 2005-11-02 Maarten Brock <sourceforge.brock AT dse.nl>
189
190         * src/asm.c (printILine): always close tmpFile, thanks Beau E. Cox,
191           (_asxxxx_mapping): added org directive for future enhancements
192
193 2005-11-01 Borut Razem <borut.razem AT siol.net>
194
195         * sim/ucsim/app.cc, sim/ucsim/cmd.src/cmdutil.cc, sim/ucsim/cmd.src/newcmd.cc:
196           enabled sockets on WIN32
197         * sim/ucsim/cmd.src/newcmd.cc: fixed bug with uninitialized variables
198
199 2005-10-31 Borut Razem <borut.razem AT siol.net>
200
201         * support/regression/generate-cases.py: escape backslashes in {testcase}:
202           WIN32 backslash path delimiters should be escaped when used in C strings
203         * support/regression/tests/bitfields.c: exclude failing assertions for
204           __CYGWIN32__ and __MINGW32__ hosts
205
206 2005-10-30 Borut Razem <borut.razem AT siol.net>
207
208         * src/SDCCutil.c: corrected double comparison typo
209
210 2005-10-30 Maarten Brock <sourceforge.brock AT dse.nl>
211
212         * device/lib/medium/Makefile: added for new memory model medium
213         * device/include/asm/mcs51/features.h: updated for medium/pdata
214         * device/include/mcs51/c8051f120.h: added sfr16/sfr32 definitions,
215           added Multiply & Accumulate sbit's and MAC0_PAGE define
216         * device/include/mcs51/c8051f300.h: added sfr16 definitions
217         * device/include/mcs51/c8051f310.h: added sfr16 definitions
218         * device/lib/_mullong.c: update for medium model
219         * device/lib/incl.mk: added medium model
220         * doc/sdccman.lyx: documented medium model
221         * src/SDCCast.c (isBitAndPow2): simplified using updated powof2
222         * src/SDCCicode.c (geniCodeMultiply, geniCodeDivision): use updated powof2
223         * src/SDCCmain.c (optionsTable, linkEdit): enabled medium model
224         * src/SDCCmem.c (allocIntoSeg): set iaccess for pdata symbols,
225           (allocParms): set SCLS and OCLS to pdata for medium model
226         * src/SDCCsymt.c (processFuncArgs): use default_local_map and set iaccess
227           for pdata,
228           (powof2): return <0 if not power of 2
229         * src/avr/gen.c (genBitWise): use updated powof2
230         * src/mcs51/gen.c (genMinusDec): use acc if necessary,
231           (shiftR2Left2Result): small optimization in setup, save acc when storing,
232           (shiftLLeftOrResult): use B if necessary
233         * src/mcs51/main.c (_mcs51_finaliseOptions, mcs51_port): added medium model
234         * src/mcs51/peeph.def: renamed 226 to 226.b, added 226.a
235         * src/pic/main.c (_pic14_do_link): made void parameter list explicit
236         * support/regression/Makefile.in: added test-mcs51-medium
237         * support/regression/ports/mcs51-medium/spec.mk: added to test medium model
238
239 2005-10-28 Bernhard Held <bernhard AT bernhardheld.de>
240
241         * src/SDCCsymt.c (compStructSize): make bitfields without (un)signed
242         specifier unsigned
243         * device/lib/time.c (mktime): fixed bug 1334315
244
245 2005-10-28 Raphael Neider <rneider AT web.de>
246
247         * device/include/pic/p16f_common.inc: added common declarations
248         * src/pic/ralloc.c (initStack): moved regs *r to block start for Alpha
249
250 2005-10-27 Maarten Brock <sourceforge.brock AT dse.nl>
251
252         * src/mcs51/gen.c (getTempRegs): return 0 if not enough registers found,
253           (aopPutUsesAcc): added to predict accumulator use,
254           (assignResultValue): save acc if necessary,
255           (genMinusDec): store result if indirectly addressed,
256           (genDivOneByte):  save acc if necessary,
257           (movLeft2Result): bugfix if left already in acc,
258           (genAnd, genOr, genXor, shiftL2Left2Result, shiftR2Left2Result): pay more
259             attention to accumulator use (esp. pdata),
260           (genReceive): receive pdata correctly
261         * src/SDCCicode.c (isOperandInPagedSpace): added to detect pdata operands
262         * src/SDCCicode.h: added isOperandInPagedSpace prototype
263
264 2005-10-27 Raphael Neider <rneider AT web.de>
265
266         * doc/sdccman.lyx: corrected version (should be 2.5.4 not 2.5.5)
267
268 2005-10-27 Raphael Neider <rneider AT web.de>
269
270         * .version: changed version to 2.5.4
271         * doc/sdccman.lyx: changed version to 2.5.4, added some remarks to PIC14
272         * device/lib/pic/libsdcc/{_mulint.c,_mullong.c}: use unsigned literals,
273           (_divschar.c,divuchar.c,_mulchar.c,_modschar.c,_moduchar): NEW,
274             arithmetics support routines
275         * device/lib/pic/Makefile.rules: have assembler sources preprocessed
276         * device/lib/Makefile.in: also create installdir for pic
277
278         * src/SDCCopt.c (cnvToFcall): mark support routines `extern' for
279           pic14 port as well
280         * src/pic/device.c (dump_sfr): rewritten to delegate register
281           placement to the linker (use `extern sym' rather than sym EQU addr),
282           (validAddress): fixed to check last specified address
283         * src/pic/gen.c (aopForSym): added code to deal with array (useless?),
284           (popGetLit): truncate literal value to 8 bit,
285           (popGet): moved assert to more appropriate place
286           (popGetExternal): create pCode operand from and mark the according
287             symbol as being `extern'
288           (popGetAddr): added sanity check on immediate's offset, provide
289             GPOINTER tag on demand
290           (aopPut): fixed for immediates,
291           (mov2w_op): move operand's address or contents to WREG (depending on
292             operand type), safer variant of mov2w,
293           (movwf,call_libraryfunc): NEW, handy abbreviations,
294           (get_argument_pcop,get_return_val_pcop,pass_argument,
295           get_returnvalue): interface for accessing function parameters and
296             return values,
297           (assignResultValuei,genRet): use new parameter/return value interface
298           (pic14_getDataSize): back to old version handling generic pointers,
299           (pic14_toBoolean,genNot,genCpl,genCmpEq,genOrOp): heavily rewritten,
300             provided implementation and/or fixed old one,
301           (genMultOneByte,genDivOneByte,genModOneByte): implemented as library
302             calls, removed legacy 8051 reference code
303           (AccLsh,AccRsh): rewritten and fixed to deal with signed operands
304           (loadSignToC): NEW, move the operands sign bit to CARRY,
305           (genGenericShift): NEW, replaces genLeftShift, genRightShift and
306             genRightShiftSigned, accepts negative shift counts,
307           (setup_fsr): load FSR and adjust IRP (indirect memory access),
308           (emitPtrByteGet,emitPtrByteSet): rewritten, now works with
309             generic pointers, __data pointers and __code pointers,
310           (genUnpackBits,genPackBits): rewritten to work with generic pointers
311             and signed bitfields, limit bitfields to 8 bit,
312           (genDataPointerGet): fixed number of bytes read,
313           (genGenPointerGet,genConstPointerGet): fixed bitfield access,
314           (genPointerGet,genPointerSet): fixed handling of __code pointers,
315             pointers to constant data are no longer assumed to point to __code
316             space, removed invalid pointer types,
317           (bitpatternFromVal): retrieve the PICs representation of an integer
318             or float literal,
319           (genDataPointerSet): fixed assigning to po_immediate operands,
320           (genGenPointerSet): implemented as library call,
321           (genIfx): fixed incorrect condition,
322           (genAddrOf): limit generic pointers' addresses to 2 bytes,
323             provide GPOINTER tag according to destination's storage class,
324           (genCast): added code to handle casting to generic pointers, added
325             sign-/zero extension of the result
326           (aop_isLitLike,op_isLitLike): fixed handling of immediates
327         * src/pic/gen.h: added macros to access IRP bit in STATUS register
328         * src/pic/genarith.c (genAddLit): use min(result's,left's) size, sign
329           extend the result
330         * src/pic/glue.c (is_shared_address,is_shared): check whether a given
331           address/register resides in the shared banks
332           (emitSymbolToFile): improved to handle global and `pinned' symbols,
333             put all variables into separate sections (have the linker arrange
334             them)
335           (picglue): put init code and interrupt handlers in separate sections
336         * src/pic/main.c: added port specific options table, modified to PORT
337           structure to make GPOINTERs 3 byte, added pic14_options
338           (_pic14_do_link): private linking routine (update paths to libraries,
339             add libsdcc.lib by default)
340         * src/pic/main.h: declare pic14_options
341         * src/pic/pcode.c: fixed instructions i/o relations,
342           (RegCond): reverted to correct version,
343           (newpCodeOpLit): truncate literals to 8 bit,
344           (genericPrint): added debug output,
345           (getRegFromInstruction): fixed for various operand types, simplified
346           (BuildFlow): fixed broken handling of isntructions with labels
347           (LinkFlow): start at last instruction in flow (skip trailing comments),
348             pass the flow on to the next instruction after CALL
349           (pCodeReplace): NEW, replace a pCode and move meta data to the new one
350           (insertPCodeInstruction): fixed inserting after a skip instruction,
351           (DoBankSelect): fixed for labeled instructions
352           (OptimizepBlock): honor --nopeep switch
353           (AnalyzeFlow,ReuseReg): prevent crash on source files with no function
354         * src/pic/pcodepeep.c (pCodePeepMatchRule): prevent NULL pointer accesses
355         * src/pic/pcoderegs.c (regIsLocal): NEW, check visibility of a register
356           (pCodeOptime2pCodes): allow disabling this optimization via
357             --no-pcode-opt due seldomly occuring bugs, fixed some conditions
358             but is still buggy), started implementation of a dataflow based
359             pCode optimization (CSE + dead code elimination)
360           (pCodeRegMapLiveRangesInFlow): removed bogus inCond
361         * src/pic/ralloc.c (initStack): renamed stack registers to STK%d, the new
362           names are independant of the stack location and therefore portable across
363           devices
364
365 2005-10-27 Maarten Brock <sourceforge.brock AT dse.nl>
366
367         * src/mcs51/ralloc.c (bitType): added to detect bit variables,
368           (selectSpil): fixed bug 1337835 by not spilling bit variables
369         * support/regression/tests/bug1337835.c: added test for this bug
370         * src/mcs51/peeph.def: restart after rule 3.c,
371           addded rules 263.x to optimize loading constants
372
373 2005-10-26 Raphael Neider <rneider AT web.de>
374
375         * src/SDCCsymt.c (compStructSize): allow signed bitfields for PIC ports
376         * src/pic16/gen.c (genUnpackBits): support signed bitfields,
377           (genAssign): emit warning when casting literals to generic pointer
378             type, also applies when taking the address of a fixed variable,
379           (genCast): improved casting to generic pointers
380         * src/pic16/glue.c (pic16emitStaticSeg): fixed(?) handling of fixed
381           extern variables, added verbose error message
382         * device/include/pic16/{string.h,errno.h}: added #pragma library c
383
384 2005-10-26 Bernhard Held <bernhard AT bernhardheld.de>
385
386         * src/mcs51/gen.c (genMinus): fixed bug 1270906: reverse subtraction,
387         carry must be complemented too
388         * src/mcs51/peeph.def: addded rule 262 to remove double cpl c, which
389         could be emitted by genMinus
390         * src/SDCCval.c (constVal): fixed bug 1305065
391
392 2005-10-25 Bernhard Held <bernhard AT bernhardheld.de>
393
394         * src/SDCCast.c (addCast): added promotion for bit variables
395         (decorateType): emit W_COMPLEMENT before the problem vanishes behind
396         promotion casts + optimisation
397         (optimizeGetWord): fix warning 'i' might be used uninitialized
398         * src/mcs51/gen.c (genCpl): removed W_COMPLEMENT
399         * src/ds390/gen.c (genCpl): removed W_COMPLEMENT
400
401 2005-10-24 Bernhard Held <bernhard AT bernhardheld.de>
402
403         * src/SDCCicode.c (ast2iCode): reverted to 1.224 because of regression:
404         all chars are promoted to int; promotion should be handled in SDCCast.c
405
406 2005-10-15 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
407
408         * device/lib/_strcmp.c: Fixed bug 1326457
409
410 2005-10-11 Raphael Neider <rneider AT web.de>
411
412         * device/lib/pic16/libio/i2c.ignore: added 1320, fixes broken builds
413         * device/lib/pic16/libdev/pic18f1320.c: added 1320's device library
414
415 2005-10-05 Maarten Brock <sourceforge.brock AT dse.nl>
416
417         * src/SDCC.y (AT): fixed bug with sfr32 addresses when built with GCC
418         * support/regression/tests/sfr16.c: added test for the sfr32 bug
419
420 2005-10-04 Raphael Neider <rneider AT web.de>
421
422         * device/include/pic16/pic18fregs.h, src/pic16/devices.inc,
423           device/lib/pic16/pics.all: added pic18f1320
424         * src/pic16/pcode.c (mnem2key): fixed prototype's argument mismatch
425
426 2005-09-30 Raphael Neider <rneider AT web.de>
427
428         * src/pic16/device.c (Pics16[]): moved device descriptions to devices.inc
429         * src/pic16/devices.inc: NEW, provides device descriptions
430         * src/pic16/gen.c (genInline): fixed handling of ';'-comments
431
432 2005-09-26 Maarten Brock <sourceforge.brock AT dse.nl>
433
434         * src/SDCCicode.c (operandOperation): added GETABIT, GETBYTE, GETWORD and
435           GETHBIT
436
437 2005-09-25 Maarten Brock <sourceforge.brock AT dse.nl>
438
439         * doc/sdccman.lyx: updated Highest Order Bit documentation,
440           documented Any Order Bit, Higher Order Byte and Higher Order Word
441         * src/SDCC.y: added tokens GETABIT, GETBYTE, GETWORD
442         * src/SDCCast.c (optimizeGetHbit): updated to also accept bool=expr&(1<<n),
443           (optimizeGetAbit): new, to get any bit, not only the high bit,
444           (optimizeGetByte): new, to get a byte from a (long) int: expr>>(8*n),
445           (optimizeGetWord): new, to get a word from a long int: expr>>(8*n),
446           (isConformingBody): also check GETABIT, GETBYTE, GETWORD,
447           (decorateType): '&': also try GETABIT, GETBYTE, GETWORD optimization,
448             RIGHT_OP: also try GETBYTE, GETWORD optimization,
449             GETABIT, GETBYTE, GETWORD: decorate them,
450           (isShiftRightLitVal, isBitAndPowOf2): new helper functions,
451           (ast_print): added GETABIT, GETBYTE, GETWORD
452         * src/SDCCcse.c (isSignedOp): added GETABIT, GETBYTE, GETWORD
453         * src/SDCCicode.c (codeTable): added GETABIT, GETBYTE, GETWORD,
454           (geniCodeBinary): new generic binary icode,
455           (ast2iCode): added GETABIT, GETBYTE, GETWORD
456         * src/port.h: updated comment for PORT.hasExtBitOp
457         * src/mcs51/gen.c (genGetAbit): new, to get any single bit,
458           (genGetByte): new, to get a single byte,
459           (genGetWord): new, to get a word from a long,
460           (gen51Code): added GETABIT, GETBYTE, GETWORD
461         * src/mcs51/main.c (hasExtBitOp): added GETABIT, GETBYTE, GETWORD
462
463 2005-09-23 Raphael Neider <rneider AT web.de>
464
465         * configure.in, configure: have device/lib/pic configured
466         * device/lib/Makefile.in: added model-pic14
467         * device/lib/clean.mk: added pic/ to clean rule
468         * device/lib/pic: added rudimentary pic14 library providing support
469           functions for multiplication/division/generic pointer access
470         * src/SDCCopt.c (convilong): mark support functions as extern
471           for pic14 port as well
472         * src/pic/gen.c (genMult): added assertions,
473           (genpic14Code): emit warning on unhandled iCodes
474         * src/pic/main.c (_hasNativeMulFor): return true only for 8x8 bit
475         * src/pic/pcode.c (pCodeOpCopy),
476         * src/pic16/pcodepeep.c (pic16_pCodeOpCopy): fixed handling of various
477           pCodeOpReg-subtypes (PO_{STATUS,INTCON,PCL,PCLATH,PCLATU,BSR,
478           SFR_REGISTER}), made safe for future extensions
479         * src/pic16/pcode.c (pic16_safepCodeUnlink): allow for removal of
480           instructions even if preceeded by SKIP instructions (also remove
481           them); removed unused code
482         * src/pic16/pcode.h: added arg2 to pCodeOpLit to match pCodeOpLit2,
483           prevents leaving parts of the structure uninitialized after copying
484
485 2005-09-22 Maarten Brock <sourceforge.brock AT dse.nl>
486
487         * src/mcs51/gen.c (genMinus): fix for undetected bug introduced 3 months
488           ago by me
489         * support/regression/tests/addsub.c: added test for the bug
490
491 2005-09-21 Raphael Neider <rneider AT web.de>
492
493         * device/include/pic16/pic18f1220.h,
494           device/lib/pic16/libdev/pic18f1220.c: added ECCPAS sfr and bitfield
495         * device/lib/pic16/Makefile.rules: added missing opening paren
496         * src/pic16/gen.c (pic16_genNot,pic16_genCpl): removed as these
497           are provided in genutils.c,
498           (genUminusFloat,genUminus,genCmpEq): added asserts on different
499           operand/result sizes,
500           (genCmp): assert on NULL pointers first, then check deref'ed values
501         * src/pic16/genutils.c (pic16_genCpl): fixed for different operand/
502           result size
503
504 2005-09-18 Raphael Neider <rneider AT web.de>
505
506         * src/pic16/gen.c (genFarPointerGet,genFarPointerSet): removed
507           as these are now unused,
508           (genPointerGet,genPointerSet): handle FPOINTERs like POINTERs
509         * src/pic16/pcode.c (pic16_symIsSpecial): assume REG_TMPs to be
510           local, avoids uninitialized pointer dereference on r->name
511         * src/pic16/ralloc.c (newReg): fixed indentation
512
513 2005-09-13 Maarten Brock <sourceforge.brock AT dse.nl>
514
515         * src/SDCCval.c (constVal): fixed bug 730366
516         * support/Util/SDCCerr.c,
517         * support/Util/SDCCerr.h: added warning W_INVALID_INT_CONST
518
519 2005-09-10 Maarten Brock <sourceforge.brock AT dse.nl>
520
521         * as/mcs51/lkmem.c (summary2): fixed report for absolute areas (bug 1210220)
522
523 2005-09-09 Maarten Brock <sourceforge.brock AT dse.nl>
524
525         * src/mcs51/peeph.def (241.x): fixed bug when comparing generic pointers
526
527 2005-09-08 Maarten Brock <sourceforge.brock AT dse.nl>
528
529         * as/hc08/lkaomf51.c (OutputName): made name unsigned char,
530           (hex2dec): made hex_digit unsigned char, removed ascii dependance
531         * as/mcs51/lkaomf51.c (OutputName): made name unsigned char,
532           (hex2dec): made hex_digit unsigned char, removed ascii dependance
533         * as/mcs51/lkarea.c (lnkarea2): sort absolute areas to the front
534         * packihx/packihx.c (hexDigit): made c unsigned char
535         * as/mcs51/lklibr.c (fndsym),
536         * link/z80/lkgb.c (gb),
537         * link/z80/lklibr.c (fndsym),
538         * link/z80/lkrloc.c (relr),
539         * sim/ucsim/libltdl/ltdl.c (load_deplibs, try_dlopen),
540         * src/SDCC.lex (checkCurrFile, process_pragma),
541         * src/SDCCglue.c (spacesToUnderscores),
542         * src/SDCCmain.c (setParseWithComma, processFile),
543         * src/asm.c (tvsprintf, printCLine),
544         * src/avr/gen.c (emitcode, aopPut),
545         * src/ds390/gen.c (emitcode),
546         * src/hc08/gen.c (emitcode, emitinline),
547         * src/mcs51/gen.c (emitcode, genInline),
548         * src/pic/pcodepeep.c (cvt_extract_destination, cvt_extract_status,
549           tokenizeLineNode),
550         * src/pic/ralloc.c (debugLog),
551         * src/pic16/pcodepeep.c (cvt_extract_destination, cvt_extract_status,
552           tokenizeLineNode),
553         * src/pic16/ralloc.c (debugLog),
554         * src/z80/main.c (_process_pragma):
555            made all ctype.h function calls safe
556         * src/SDCCopt.c: include math.h for fabs
557         * src/SDCCpeeph.c: added macros ISCHARDIGIT, ISCHARSPACE and ISCHARALNUM
558           and used them throughout the code to make ctype.h function calls safe
559         * src/ds390/main.c (asmLineNodeFromLineNode),
560         * src/mcs51/main.c (asmLineNodeFromLineNode): made p unsigned char*
561         * src/pic/gen.c (DEBUGpic14_emitcode, pic14_emitcode): made lbp
562            unsigned char*
563         * src/pic/pcode.c (mnem2key): made mnem unsigned char*,
564           (newpCodeAsmDir): made ctype.h function calls safe
565         * src/pic16/gen.c (pic16_emitpcomment, DEBUGpic16_emitcode,
566           pic16_emitcode):  made lbp unsigned char*
567         * src/pic16/pcode.c (mnem2key): made mnem unsigned char*,
568           (pic16_newpCodeAsmDir): made ctype.h function calls safe
569         * src/xa51/gen.c (emitcode),
570         * src/z80/gen.c (_emit2): made lbp unsigned char*
571         * support/Util/MySystem.c (split_command): made cmd_line and p unsigned
572            char*
573
574 2005-09-05 Raphael Neider <rneider AT web.de>
575
576         * src/pic16/ralloc.c (pic16_allocDirReg): use device specific
577           access bank splitpoint
578
579 2005-09-05 Raphael Neider <rneider AT web.de>
580
581         * device/lib/pic16/libc/Makefile: added (missing) string to SUBDIRS
582
583 2005-09-03 Maarten Brock <sourceforge.brock AT dse.nl>
584
585         * .version: changed to version 2.5.3
586         * doc/sdccman.lyx: changed version to 2.5.3,
587           documented --codeseg and --constseg and pragma codeseg and constseg,
588           documented bit parameters (reentrant) and bit returning
589         * src/SDCCicode.c (geniCodeReceive): fixed (possible) bug generating
590            currFunc->recvSize, but is this ok for all ports?
591           (ast2iCode): result of ~ on unsigned char must be cast to int for
592            bool to work
593         * src/SDCCmem.c (allocGlobal, allocLocal): don't put bit returning
594           function pointers in bit space
595         * src/SDCCsymt.c (checkSClass): allow bit returning function pointers,
596           (processFuncArgs): call port.reg_parm() with reentrancy info
597         * src/port.h,
598         * src/avr/main.c,
599         * src/ds390/main.c,
600         * src/hc08/main.c,
601         * src/pic/main.c,
602         * src/pic16/main.c,
603         * src/xa51/main.c,
604         * src/z80/main.c: port.reg_parm prototype extended with
605           "bool reentrant" parameter
606         * src/mcs51/main.c (_mcs51_regparm): use parameter reentrant instead of
607           options.stackAuto for allocating bit register parameters
608         * src/mcs51/gen.c (genNot): optimized complementing direct bit,
609           (genSend): set BitBankUsed if it is,
610           (selectRegBank): factored out of genCall for use in genPcall,
611           (genCall): removed redundant dtype assignmen, use selectRegBank,
612           (genPcall): handle returning in Carry properly, save in F0 if needed,
613           (genReceive): handle bit register parameters
614         * src/mcs51/ralloc.c (updateRegUsage): update BitBankUsed along the way,
615           (mcs51_assignRegisters): enable bit registers for all reentrant
616            functions and don't set BitBankUsed unconditionally
617         * src/mcs51/peeph.def (177.d): fixed bug if %2==%3
618         * support/regression/tests/bitvars.c: enable tests for SDCC_STACK_AUTO
619         * support/regression/tests/funptrs.c: added tests for BOOL and for return
620
621 2005-08-27 Borut Razem <borut.razem AT siol.net>
622
623         * device/lib/Makefile.in: cp on sparc-solaris (SunOS) and on
624         ppc-osx (Darwin) does not support -u option. It seems that it is
625         supported only on Linux - GNU cp
626
627 2005-08-25 Borut Razem <borut.razem AT siol.net>
628
629         * sim/ucsim/gui.src/serio.src/Makefile.in,
630           sim/ucsim/s51.src/Makefile.in, sim/ucsim/avr.src/Makefile.in,
631           sim/ucsim/z80.src/Makefile.in, sim/ucsim/hc08.src/Makefile.in,
632           sim/ucsim/xa.src/Makefile.in: install -s changed to 2 steps:
633           install and strip, since the strip at /usr/ccs/bin should be used
634           on solaris
635
636 2005-08-24 Borut Razem <borut.razem AT siol.net>
637
638         * clean.mk, device/lib/clean.mk: find on sparc-solaris does not support -maxdepth option
639
640 2005-08-23 Bernhard Held <bernhard AT bernhardheld.de>
641
642         * src/SDCCopt.c (convertToFcall): fixed modulus with divisors 1 and
643         ffffffffu
644
645 2005-08-23 Maarten Brock <sourceforge.brock AT dse.nl>
646
647         * as/mcs51/aslink.h: completed lkrloc.c prototypes
648         * as/mcs51/lkmain.c (link_main): fixed warning
649         * device/include/stdbool.h: ds390 has no advanced bit support yet
650         * src/SDCC.y: use SPEC_SHORT and renamed _signed to b_signed
651         * src/SDCCsymt.c: use SPEC_SHORT and renamed _signed to b_signed
652         * src/SDCCsymt.h (struct specifier): renamed _xxx bitfields to b_xxx
653           and updated their macros
654         * src/SDCCval.c (constVal): updated comment for renamed b_long
655
656 2005-08-22 Maarten Brock <sourceforge.brock AT dse.nl>
657
658         * as/mcs51/asdata.c: changed ctype['['] to BINOP
659         * as/mcs51/asexpr.c (expr): added case '[' for bit access in bdata,
660           (term): abused bit 15 of s_addr to indicate bit-addressable bytes,
661           (oprio): set priority for '['
662         * as/mcs51/aslink.h: added define R_BIT, and prototypes for adb_bit
663            and adb_24_bit
664         * as/mcs51/asm.h: added defines R_BIT and S_BIT
665         * as/mcs51/lkarea.c (lnksect2): use T for seg BIT_BANK and overlay it
666         * as/mcs51/lkdata.c: changed ctype['['] to BINOP
667         * as/mcs51/lkmain.c (Areas51): rel2 contains 12 (=C) areas now,
668           added overlayable BIT_BANK area
669         * as/mcs51/lkmem.c (summary): add BIT_BANK to BSEG_BYTES in the report,
670           (summary2): explain 'T' in legenda
671         * as/mcs51/lkrloc.c: replaced old K&R style,
672           (relr): added R_BIT processing,
673           (errmsg): added "Bit-addressable relocation error",
674           (adb_bit): added for converting from byte- to bit-addressable space,
675           (adb_24_bit): added for converting from byte- to bit-addressable space
676         * device/include/stdbool.h: changed BOOL to __bit for mcs51 as it can be
677            used in reentrant functions now even as return value
678         * device/lib/_gptrput.c (_gptrput): removed obsolete code
679         * src/SDCCast.c (resultTypePropagate): also propagate AND_OP and OR_OP,
680           (decorateType): case '!', GETHBIT, AND_OP, OR_OP: result in bool or char
681         * src/SDCCglobl.h: added indicator BitBankUsed
682         * src/SDCCglue.c (glue): emit area BIT_BANK with byte 'bits' and equ's for
683            the bit registers b0-b7
684         * src/SDCCicode.c (operandFromSymbol): removed IS_BITVAR check,
685           (geniCodeCast): fixed bug 1263853,
686           (geniCodeLogicAndOr): put result in bool or char,
687           (geniCodeReceive): added parameter func for accessing the return type,
688           (geniCodeFunctionBody): pass func to geniCodeReceive
689         * src/SDCCmain.c: added indicator BitBankUsed
690         * src/SDCCmem.c (allocLocal): explicitly set sclass for V_BIT
691         * src/SDCCsymt.c (newBoolLink): added for creating a bool/bit,
692           (checkSClass): don't put automatic bool/bit on stack,
693           (checkFunction): removed check on function cannot return bit
694         * src/SDCCsymt.h: added newBoolLink prototype
695         * src/mcs51/gen.c (rb1regs): added bit registers,
696           (movc): created for assigning to carry,
697           (pushReg, popReg): created for pushing registers,
698           (sameRegs): check both AOP_REG and AOP_CRY types,
699           (aopOp): handle bit registers,
700           (aopPut): optimization no self-assign,
701           (saveRegisters): push reg->base (bits) only once for bit registers,
702            and use pushReg,
703           (unsaveRegisters): pop reg->base only once and use popReg,
704           (assignResultValue): added parameter func and return in carry for bits,
705           (genIpush): optimization no reload in A if not changed,
706           (genSend): bit parameters in reentrant functions are passed in bit
707            registers by first assigning to bits in B, then save registers and
708            copy B to bits,
709           (genCall): handle returning in Carry properly, save it in F0 if needed,
710           (genPcall): updated assignResultValue call, this is not safe yet for bit
711            returning function !!!
712           (genFunction): don't generate equ's for bit registers and use pushReg,
713           (genEndFunction): take care of bit returning functions and use popReg,
714           (genRet): return bit in Carry,
715           (genIfx): optimize bit registers and other directly addressable bits,
716           (genReceive): updated assignResultValue call
717         * src/mcs51/main.c (_mcs51_reset_regparm): added regBitParmFlg,
718           (_mcs51_regparm): allow passing of upto 8 bit parameters in bit
719            registers when using stack-auto
720         * src/mcs51/ralloc.c (_G): added allBitregs,
721           (regs8051): added the bit registers,
722           (createStackSpil): use macro IS_BIT,
723           (getRegBit): added to allocate a bit register, else spill,
724           (getRegBitNoSpil): added to allocate a bit register, else a gpr,
725           (updateRegUsage): factored out to ease stepping while debugging,
726           (serialRegAssign): use updateRegUsage, only spill bits if necessary,
727            also allocate bit registers,
728           (fillGaps): handle bit registers,
729           (findAllBitregs): added to create bit vector with all bit registers,
730           (mcs51_allBitregs): returns this bit vector,
731           (mcs51_assignRegisters): when using stack-auto use bit registers for
732            passing parameters and creating local variables
733         * src/mcs51/ralloc.h: added B0_IDX..B7_IDX and prototype mcs51_allBitregs
734
735 2005-08-22 Borut Razem <borut.razem AT siol.net>
736
737         * device/lib/Makefile.in: replaced find option -or with -o
738           to make it run on solaris
739
740 2005-08-22 Raphael Neider <rneider AT web.de>
741
742         * src/pic16/gen.c (pic16_loadFromReturn): added check for AOP_PCODE,
743           fixes #1265442 (crash on Solaris)
744
745 2005-08-20 Borut Razem <borut.razem AT siol.net>
746
747         * configure, configure.in: added tests for libsocket and libnsl libraries,
748           requred by sdcdb on sparc-solaris; generate support/regression/Makefile
749           from support/regression/Makefile.in
750         * support/regression/Makefile.in: added
751         * device/lib/pic16/Makefile.common.in: force make to use bash shell
752         * sim/ucsim/libtool: regenerated on sparc-solaris
753         * sim/ucsim/avr.src/Makefile.in, sim/ucsim/hc08.src/Makefile.in,
754           sim/ucsim/s51.src/Makefile.in, sim/ucsim/xa.src/Makefile.in,
755           sim/ucsim/z80.src/Makefile.in: removed GNU ld specific linker options
756           -Wl,--start-group and -Wl,--end-group to enable ucsim compilation on
757           sparc-solaris, which doesn't use GNU ld linker
758         * device/lib/Makefile.in: cp on sparc-solaris (SunOS) does not support -u option
759         * as/Makefile: find on sparc-solaris does not support -maxdepth option
760
761 2005-08-19 Maarten Brock <sourceforge.brock AT dse.nl>
762
763         * src/mcs51/peeph.def: updated comments
764
765 2005-08-16 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
766
767         * device/lib/_gptrget.c,
768         * device/lib/_gptrput.c: slightly shorter
769         * doc/sdccman.lyx: incremented version
770         * src/mcs51/peeph.def: moved peephole comments to the line of first
771           change to better keep line correlation, reanimated 186.e
772         * src/mcs51/peeph.def: renamed similar peepholes by using suffixes
773
774 2005-08-16 Slade Rich <slade_rich AT users.sourceforge.net>
775
776         * src/pic/pcode.c : Pasted ".line" assembly directives patch from
777           David Saxton with quotes around file name.
778
779 2005-08-15 Borut Razem <borut.razem AT siol.net>
780
781         * support/regression/tests/bitfields.c, support/regression/tests/bitvars.c,
782           support/regression/tests/bitwise.c, support/regression/tests/literalop.c,
783           support/regression/tests/rotate.c, support/regression/tests/zeropad.c:
784           make tests run on x86_64 platform
785
786 2005-08-13 Raphael Neider <rneider AT web.de>
787
788         * device/lib/pic16/Makefile.subdir: weakened clean-intermediate rule
789           as it might be executed DURING a build (parallel make is wonderful)
790
791 2005-08-13 Raphael Neider <rneider AT web.de>
792
793         * device/lib/Makefile.in (port-specific-objects-pic16):
794           revert to cp $(PORT)/bin/*.* $(PORTDIR)
795         * device/lib/pic16/Makefile: added .PHONY targets, removed builddir
796           dependency
797         * device/lib/pic16/Makefile.rules: build subdirs before creating
798           the library, removed builddir rule, create $(builddir) early in
799           recurse rule, use empty recurse rule for leaf directories
800         * device/lib/pic16/Makefile.subdir: added phony targets, ignore
801           mkdir errors (race condition), removed duplicate suffix "hex"
802           from clean rules
803         * device/lib/pic16/libdev/Makefile: recursive make via + and $(MAKE)
804         * device/lib/pic16/libio/Makefile: create sub-make's builddir early,
805           prevents mkdir -p from aborting on Alpha
806
807 2005-08-12 Raphael Neider <rneider AT web.de>
808
809         * src/pic16/glue.c (pic16_print(G)PointerType): do not flush
810           db-statements in order to allow for arrays of pointers in code
811           sections to be placed without interspersed 0-padding, fixes
812           bug #1256215
813         * (emitStatistics): fixed division by zero for pic18f1220
814         * src/pic16/pcode.c: buffer (up to) 12 DB directives to allow for
815           unpadded writing of 8-bit, 16-bit, 24-bit and 32-bit values
816         * (pic16_emitDS): respect DB_ITEMS_PER_LINE
817         * (pic16_pCodeConstString): keep track of already emitted string
818           literals to prevent "duplicate definitions of symbol _str_NR"
819         * src/pic16/ralloc.c (pic16_allocRegByName): removed not so helpful
820           debug message
821         * device/lib/Makefile.in: ignore failing PIC16 library builds
822         * device/lib/pic16/Makefile: do not build if gputils are missing
823         * device/lib/pic16/Makefile.common.in: do not enforce MAKEFLAGS=-s
824
825 2005-08-10 Raphael Neider <rneider AT web.de>
826
827         * device/lib/Makefile.in: fixed copying pic16 libraries (broken by
828           my last commit)
829
830 2005-08-10 Raphael Neider <rneider AT web.de>
831
832         * src/*.c, src/pic16/{gen.c,glue.c,main.c}: applied Vangelis
833           Rokas' patch to add the new fixed point type "__fixed16x16"
834         * device/lib/pic16/libsdcc/fixed16x16: added Vangelis' support
835           functions for __fixed16x16 arithmetics
836         * device/lib/pic16: reimplemented the build system to support
837           a separate build directory, better handling of libio (create
838           the library in a separate subdir for each architecture) and
839           easier configuration (centralized in Makefile.common)
840
841 2005-08-07 Raphael Neider <rneider AT web.de>
842
843         * src/pic16/gen.c (genrshTwo): fixed sign extension
844         * src/pic16/device.c: added pic18f2320, 4220 and 4320
845         * device/include/pic16/pic18f2220.h: changed some bit definitions,
846           added T0CONbits
847         * device/include/pic16/pic18f4220.h: NEW, header for
848           pic18f4220 and pic18f4320
849         * device/include/pic16/pic18fregs.h: added new devices,
850           embraced Nop(), ClrWdt(), Sleep() and Reset() with do {} while(0)
851         * device/include/pic16/signal.h: resolved name clashes
852           on bit definitions, added DEF_HANDLER2(sig1,sig2,handler)
853           to also allow testing for interrupt enable bits, added
854           comments on how to use the macros
855         * device/lib/pic16/libdev/pic18f2220.c: added T0CONbits
856         * device/lib/pic16/libdev/pic18f{2320,4220,4320}.c: NEW,
857           register definitions for the devices
858         * device/lib/pic16/pics.all: added new devices
859         * device/lib/pic16/libc/stdlib/calloc.c: fixed zeroing
860           allocated memory
861         * device/lib/pic16/libc/stdlib/memfree: do not count
862           the block header as free memory
863         * device/lib/pic16/libc/stdlib/memmisc.c (_initHeap):
864           simplified and added missing end-of-blocklist-marker
865           (reported by Peter Onion, fixes #1252814)
866         * (_mergeHeapBlock): fixed loop condition
867         * device/lib/pic16/libc/stdlib/realloc.c: return NULL for
868           len==0, restructured code
869         * device/lib/pic16/libc/stdlib/{malloc,memfreemax}.c: cleaned
870           up a bit, reduced bitfield accesses, prevent endless loops
871           in case of heap corruption
872         * device/lib/pic16/libc/stdlib/x_ftoa.c: disabled
873           "unreferenced arguments/must return a value" warnings
874         * device/lib/pic16/libio/usart/ubaud.c (usart_baud):
875           replaced BAUDREG with SPBRG
876         * device/lib/pic16/libsdcc/lregs/{lrrest.c,lrst.c},
877           device/lib/pic16/debug/gstack/gstack.c: replaced
878           _naked, _asm, _endasm with __naked, __asm, __endasm
879
880 2005-08-05 Raphael Neider <rneider AT web.de>
881
882         * src/pic16/gen.c (pic16_aopGet): fixed handling of offsets in
883           AOP_PCODE operands, fixes multibyte union-bitfield-accesses
884
885 2005-08-05 Borut Razem <borut.razem AT siol.net>
886
887         * device/lib/Makefile.in: added missing ';'
888         * configure: removed ^M characters
889
890 2005-08-04 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
891
892         * device/include/mcs51/at89c51ed2.h, device/include/mcs51/p89v51rd2.h,
893           device/include/mcs51/at89s53.h: changed to GNU Lesser General Public
894           License
895
896 2005-08-04 Borut Razem <borut.razem AT siol.net>
897
898         * configure.in: pic16 libraries build 2nd try - enable running
899           configure in device/lib/pic16
900         * configure: regenerated from configure.in
901         * device/lib/Makefile.in: create $(PORT)/bin directory
902
903 2005-08-03 Raphael Neider <rneider AT web.de>
904
905         * src/pic16/gen.c (pic16_derefPtr): NEW, single place
906           to get/set values via pointers
907         * (genUnpackBits,genPackBits): changed detection of
908           ptr->bitfield vs. sym.bitfield, fixed access via generic
909           pointers, removed dead (wrong) code for multibyte bitfields
910         * (genNearPointerGet, genGenPointerGet): removed useless code,
911           fixed bitfield detection, fixes #1250594
912         * (genNearPointerSet): removed useless code
913         * src/pic16/gen.h: renamed pic16_emitpcode to pic16_emitpcode_real
914           and introduced macro pic16_emitpcode that conditionally emits
915           the origin of the following pCode (useful for debugging SDCC)
916         * src/pic16/pcode.c: changed (and disabled) some debug outputs
917         * (createDefmap): fixed handling of LFSR for --optimize-df
918
919 2005-08-02 Borut Razem <borut.razem AT siol.net>
920
921         * device/lib/Makefile.in: pic16 libraries build enabled since
922           gputils-0.13.2 are now localy installed at sourceforge's compile farm
923
924 2005-08-02 Raphael Neider <rneider AT web.de>
925
926         * src/pic16/gen.c (genPackBits): removed deprecated warning
927         * (genGenPointerSet): fixed bitfield detection
928
929 2005-08-02 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
930
931         * device/include/mcs51/msm8xc154s.h: Removed PT2 definition, now in 8052.h.
932
933 2005-07-31 Raphael Neider <rneider AT web.de>
934
935         * device/lib/pic16/libdev/pic18f458.c,
936           device/include/pic16/pic18f458.h: added missing T0CONbits
937
938 2005-07-29 Maarten Brock <sourceforge.brock AT dse.nl>
939
940         * device/include/mcs51/msm8xc154s.h: added, thanks to Matthias Arndt
941
942 2005-07-28 Maarten Brock <sourceforge.brock AT dse.nl>
943
944         * src/mcs51/gen.c (operandsEqu): fixed bug 1246687
945
946 2005-07-23 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
947
948         * device/include/mcs51/at89c51ed2.h: added.
949
950 2005-07-23 Raphael Neider <rneider AT web.de>
951
952         * src/pic/gen.h: added emitpcode macro for debugging
953         * src/pic/gen.c (emitpcode): renamed to emitpcode_real
954           and replace by macro adding debug information on demand
955         * (genNot): fixed to C semantics (!0 = 1; !x = 0 iff x != 0)
956         * (gencjne): tried to fix; replaced with correct (slower) code
957         * (gen{Unp,P}ackBits): fixed single bit access
958         * src/pic/pcode.c (AnalyzepCode): fixed DFPRINTF argument
959         * src/pic/pcodepeep.c (pCodeSearchCondition): fixed finding
960           previous instruction
961         * src/pic/pcoderegs.c (regIsSpecial): NEW, check whether a
962           register has to be handled with care (forbidding movement
963           of assignments/uses, removing assignments completely, ...)
964         * (pCodeOptime2pCodes): make use of regIsSpecial
965         * added lots of debugging output (commented out)
966         * src/pic/rallloc.c (deassignLRs): prevent operand registers
967           from being reused as result UNLESS it is known to work
968
969 2005-07-23 Maarten Brock <sourceforge.brock AT dse.nl>
970
971         * support/Util/dbuf.h: include <stddef.h> for size_t
972         * .version: changed to version 2.5.2
973
974 2005-07-23 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
975
976         * src/SDCCloop.c (loopInvariants): fixed bug #1234048
977
978 2005-07-22 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
979
980         * src/hc08/gen.c (genMinus): fixed bug #1241835,
981           (genModOneByte): removed needless psha/pula
982
983 2005-07-22 Raphael Neider <rneider AT web.de>
984
985         * src/SDCCmain.c (linkEdit): initialized linkerScriptFileName,
986           have PIC14 handled like PIC16, fixes broken pic14 linker calls
987         * src/pic/gen.c (resolveIfx): do not "invent" labels
988         * (genSkipc): changed to positive logic
989         * (genSkipCond): removed as no longer needed
990         * (pic14_mov2w_regOrLit,genCmp): NEW, replacement for buggy version,
991           backport from PIC16
992         * (genLeftShift): check operands are in different registers
993         * src/pic/genarith.c (genPlus): replaced INCF with ADDLW as
994           INCF does not update CARRY...
995         * src/pic/main.c: fixed _linkCmd
996         * src/pic/pcode.c (unlinkpCode): added inactive code
997         * src/pic/ralloc.c (deassignLRs): keep arguments to shift operations
998           alive (do not assign result and operand overlapping registers)
999
1000 2005-07-22 Raphael Neider <rneider AT web.de>
1001
1002         * src/pic/device.c (dump_sfr): replaced register declaration with
1003           call to emitSymbolToFile() to avoid duplicate symbols
1004         * (assignRelocatableRegisters): do not declare external symbols
1005         * src/pic/ralloc.c (allocNewDirReg): fixed to get size of arrays
1006           right (take size of type, not etype)
1007         * (allocDirReg): fixed call to allocNewDirReg() to pass OP_SYM_TYPE
1008         * (writeUsedRegs): also dump dynDirectRegs (e.g. local variables)
1009         * (packRegsForAccUse): disabled assignment of WREG as
1010           the result reg to prevent occurence of just fixed #1235003,
1011           fixes #1242954
1012         * src/pic/glue.c (emitSymbolToFile): NEW, central place to declare
1013           symbols (avoids duplicate symbols in .asm file)
1014         * (pic14emitRegularMap): use emitSymbolToFile()
1015         * src/pic/gen.c (aopOp): fixed spillLocation handling
1016         * (gen{Unp,P}ackBits): fixed acquiring bit-operands
1017         * (genDataPointerSet): removed unneccessary variables/output
1018
1019 2005-07-22 Maarten Brock <sourceforge.brock AT dse.nl>
1020
1021         * as/mcs51/lkarea.c: enlarged codemap for banked memory
1022         * device/lib/mcs51/crtbank.asm: added # to 0x0F
1023
1024 2005-07-21 Raphael Neider <rneider AT web.de>
1025
1026         * src/pic/gen.c (aopOp): do not generate AOP_ACC operands as pic14
1027           architecture cannot handle them efficiently, fixes bug #1235003
1028         * src/pic16/device.c (pic16_dump_{u,i}section,pic16_dump_int_registers):
1029           check for empty sets before using them (fixes bug #1232190)
1030
1031 2005-07-19 Maarten Brock <sourceforge.brock AT dse.nl>
1032
1033         * as/mcs51/lkarea.c (lnkarea, lnkarea2): improved BSEG size calculation,
1034           (lnksect2): generate warnings for memory overlap
1035         * src/SDCC.lex (doPragma, process_pragma): added pragma's codeseg and
1036           constseg to set the name of these segments so you can instruct the linker
1037           to place them in banks
1038         * src/SDCCast.c (decorateType): use new macro IS_FUNCPTR()
1039         * src/SDCCglobl.h: added MODEL_HUGE to enum,
1040           added code_seg and const_seg to options
1041         * src/SDCCglue.c (emitMaps): use options.const_seg,
1042           (createInterruptVect): put interrupt vectors in segment HOME,
1043           (glue): put HOME before static segment and put the main glue in HOME,
1044           (glue): use options.code_seg
1045         * src/SDCCicode.c (geniCodeCall): use new macro IS_FUNCPTR()
1046         * src/SDCCmain.c: added option --codeseg and --constseg to set the name of
1047           these segments so you can instruct the linker to place them in banks
1048           (linkEdit): use code_loc for HOME segment which should be the first
1049           segment in code memory now
1050         * src/SDCCmem.c: fixed more stuff like bug 1238386
1051         * src/SDCCsymt.c (getSize): use generic pointer size for banked functions,
1052           (changePointer): don't change function pointers to code pointers for
1053           banked functions,
1054           (compareType): added exceptional check for banked function pointers
1055         * src/SDCCsymt.h: changed IFFUNC_ISBANKEDCALL, added IS_FUNCPTR
1056         * src/hc08/main.c (_hc08_genAssemblerPreamble): put HOME first, put CSEG
1057           after static in code memory
1058         * src/mcs51/gen.c: added aopLiteralLong prototype,
1059           (aopForSym): use getSize for functions,
1060           (genCall): generate banked calls over one trampoline __sdcc_banked_call
1061           in HOME with lsb of address in r0, msb in r1 and bank in r2, use
1062           -Wl-bBANKSEG=0xbbaaaa option to set the address (aaaa) and bank (bb) of
1063           the segment,
1064           (genPcall): use call for literal function pointers and generate banked
1065           calls over the one trampoline so there's only one place for the user to
1066           modify according to his/hers hardware,
1067           (genEndFunction): jump to __sdcc_banked_ret in HOME for banked functions,
1068           (genPlusIncr): moved check icount>4 beyond inc dptr optimization
1069         * src/mcs51/main.c: added keyword banked,
1070           (_mcs51_genExtraAreas): put HOME first followed by GSINIT, STATIC and CSEG
1071         * support/Util/SDCCerr.c,
1072         * support/Util/SDCCerr.h: added E_BANKED_WITH_CALLEESAVES, registers are
1073           needed for passing the bank and address to the trampoline
1074         * device/lib/mcs51/crtbank.asm: added for bankswitching
1075         * device/lib/mcs51/Makefile: added crtbank
1076
1077 2005-07-16 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
1078
1079         * src/SDCCcse.c (algebraicOpts): fixed loss of volatility
1080           for fields at offset 0 of a struct or union as reported
1081           on 2005-07-07 in the developer mailing list.
1082
1083 2005-07-15 Maarten Brock <sourceforge.brock AT dse.nl>
1084
1085         * src/SDCCmem.c: fixed bug 1238386
1086
1087 2005-07-12 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
1088
1089         * src/mcs51/peeph.def: added labelrefcounting for peepholes
1090           (patch #1144962), added peephole 300, enabled 259.x
1091         * doc/sdccman.lyx: removed screenshot and provided link instead
1092
1093 2005-07-05 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
1094
1095         * doc/sdccman.lyx: added section about debugging with ddd
1096         * doc/figures/ddd_example.eps: screenshot of debugging session
1097
1098 2005-07-04 Raphael Neider <rneider AT web.de>
1099
1100         * src/pic/gen.c (genPointerGet): handle pointers to CONST values
1101           like CODE pointers, fixes #1115683
1102         * src/pic/pcode.c (DoBankSelect): forget LastRegIdx during function
1103           call, fixes bugs #1232211, #1228110,
1104           fixed wrong casts to pCodeFlow from pCodeInstructions
1105
1106 2005-07-04 Raphael Neider <rneider AT web.de>
1107
1108         * src/pic/gen.c (popGet): changed assert to allow for
1109           bit operands
1110         * (popGetAddr): changed signature to provide
1111           an additional index, patched all call sites
1112         * (genCmpEq): handle literal-like operands correctly
1113         * (genAddrOf): added sanity checks on __code/__data pointers
1114         * (genAssign): added handling of symbols from __code section
1115         * (gencjne): do not generate code for comparisons whose result
1116           is neither stored nor used, fixes bug #1171114
1117         * (AccLsh, AccRsh): operate on operand instead of WREG
1118         * (shift{Left,Right}_Left2ResultLit): NEW, size independant
1119           replacement for Shift{LR}{12}Left2Result; shift (byte/int/long)
1120           by known count
1121         * rewrote complete shift-by-literal logic, commented unused
1122           functions out
1123         * (genConstPointerGet): get multiple bytes (if result size > 1),
1124           fixed handling of non-immediate addresses
1125         * (genPointerGet): handle CODE pointers like CONST pointers
1126         * (genpic14Code): insert C-SRC lines as Cource-pCodes
1127         * ({aop,op}_isLitLike): NEW, single place to decide whether an
1128           operand is to be treated as a literal or not
1129         * (mov2w,genPcall,genCmpEq),
1130           src/pic/genarith.c: use aop_isLitLike() to decide between
1131           literal/register contents
1132         * (addSign): added missing offset
1133         * src/pic/gen.h: remove newline after FENTRY/FEXIT comments,
1134           only emit comment in debug-mode,
1135           use {aop,op}_isLitLike throughout the file
1136         * src/pic/glue.c: fix initializers for pointers (work in progress)
1137         * src/pic/pcode.c (get_op): honor index on _const symbols
1138         * ({reset,dump}pCodeStatistics): NEW, estimate code size
1139         * (dumppBlock): added pCode size estimation
1140         * src/pic/ralloc.c (deassignLRs,serialRegAssign,packRegisters):
1141           check for IS_SYMOP before OP_SYMBOL'ing
1142         * fixed indentation, compacted switch-statements
1143         * (allocReg): find free register and allocate it instead of
1144           allocating new registers all the time
1145         * (deassignLRs): prevent POINTER_GET's from being assigned the same
1146           registers as its operands (necessary only for multibyte GETs)
1147
1148 2005-07-01 Raphael Neider <rneider AT web.de>
1149
1150         * src/pic/gen.h: added prototypes emitpComment, popGetAddr and
1151           debugging .asm-output macros FENTRY + FEXIT
1152         * src/pic/gen.c (Safe_vsnprintf): NEW, is there a more generic
1153           way... I wonder...
1154         * (emitpComment): NEW, printf to pCode
1155         * (popGet): added assert on too large offsets, fixed PO_IMMEDIATE's
1156           offset handling
1157         * (popGetAddr): NEW, variant of popGet to access an immediates
1158           high(er) bytes instead of the n'th byte of memory they reference,
1159           replaced popGet with popGetAddr where neccessary
1160         * (genDataPointerGet): reactivated and fixed implementation
1161         * (genNearPointerGet): enabled call to genDataPointerGet, fixes array-
1162           accesses
1163         * (genDataPointerSet): fixed multibyte assignments
1164         * (genpic14Code): fixed --i-code-in-asm handling
1165         * src/pic/genarith.c: fixed PO_IMMEDIATE issue using popGetAddr,
1166         * (genPlus): fixed index-out-of-bounds error
1167         * src/pic/pcode.c (get_op): fixed PO_IMMEDIATE's index/offset handling
1168         * src/pic/ralloc.c: added debugging output macro FENTRY2
1169         * (spillThis): fixed indentation, enbraced for-body for clarity
1170         * (rematStr): commented out as now unused
1171         * (regTypeNum): commented out special spill case (overwrites
1172           arbitrary values)
1173         * fixes bugs #1229346, #1216476 (both arrays) and #1115667 (SIGSEGV)
1174
1175 2005-06-30 Maarten Brock <sourceforge.brock AT dse.nl>
1176
1177         * doc/sdccman.lyx: documented sfr16/sfr32,
1178           added example for using storage class with function pointers
1179         * src/mcs51/gen.c (genPlusIncr): optimized small offsets from dptr
1180
1181 2005-06-28 Maarten Brock <sourceforge.brock AT dse.nl>
1182
1183         * device/lib/_gptrget.c: also push/pop _PSBANK, added # to 0x03
1184         * device/lib/_itoa.c,
1185         * device/lib/_ltoa.c: optimized codesize
1186         * src/SDCCsymt.c (checkSClass): added sanity check for sfr at addresses,
1187           but don't know how to suppress the double warning.
1188         * src/mcs51/gen.c (genPlusIncr): fixed bug when incrementing volatile int's
1189         * support/Util/SDCCerr.c,
1190         * support/Util/SDCCerr.h: added warning W_SFR_ABSRANGE for sanity check
1191
1192 2005-06-27 Maarten Brock <sourceforge.brock AT dse.nl>
1193
1194         * as/mcs51/asexpr.c (expr): disabled warning "not in .flat24 mode",
1195           fixed old K&R prototypes
1196         * as/mcs51/asout.c (outrb): always output as if generating 24bit addresses
1197         * device/lib/_gptrget.c,
1198         * device/lib/_gptrgetc.c,
1199         * device/lib/_gptrput.c: changed versions for new memory indicator values,
1200           also new versions for small generic pointers and banked generic pointers
1201         * src/port.h: added const_name
1202         * src/SDCC.lex: added keywords sfr16, __sfr16, sfr32, __sfr32
1203         * src/SDCC.y: added tokens SFR16, SFR32 and their sfr_attributes
1204         * src/SDCCcse.c (findPrevIc): check all associative operators
1205         * src/SDCCglue.c (emitMaps): use CONST_NAME if defined
1206         * src/SDCCicode.h: added macro IS_ASSOCIATIVE
1207         * src/SDCCmem.c: updated comments,
1208           set far-space to 0 for pdata, results in optimized code
1209         * src/SDCCmem.h: added macro CONST_NAME
1210         * src/SDCCsymt.h: renumerated generic pointer types GPTYPE_... thereby
1211           moving the info into the highest bits, see also gptrget/gptrput
1212         * src/src.dsp: added sdcc.ico to project files
1213         * src/avr/gen.c (genCast): fixed bug 0x%d
1214         * src/avr/main.c (avr_port): added "CONST (CODE)" for const_name
1215         * src/ds390/gen.c (aopForRemat, adjustArithmeticResult): disconnected direct
1216           relation between ptr_type and DCL_TYPE,
1217           (genCast): fixed bug 0x%d
1218         * src/ds390/main.c (ds390_port, tininative_port, ds400_port): added "CONST
1219           (CODE)" for const_name
1220         * src/hc08/gen.c (genCast): fixed bug 0x%d
1221         * src/hc08/main.c (_hc08_genAssemblerPreamble): added .area ...const_name,
1222           (hc08_port): added "CONST (CODE)" for const_name
1223         * src/mcs51/gen.c (aopForSym): optimized pushing ACC,
1224           (aopForRemat, adjustArithmeticResult): disconnected direct relation
1225           between ptr_type and DCL_TYPE,
1226           (aopGetUsesAcc, aopGet, aopPut): changed first parameter from asmop* to
1227           operand* and took AOP() inside function so sfr-ness can be checked,
1228           (all over): repaired calls to aopGetUsesAcc, aopGet, aopPut to comply with
1229           new prototype,
1230           (genFunction, genEndFunction): optimized stack setup,
1231           (genMinus): optimized for literals with ending zeroes (in bytes),
1232           (genCast): fixed bug 0x%d
1233         * src/mcs51/main.c (_mcs51_keywords): added sfr16 and sfr32,
1234           (mcs51_port): added "CONST (CODE)" for const_name
1235         * src/mcs51/peeph.def: made rule 226 more generic
1236         * src/pic/main.c (pic_port): added "CONST (CODE)" for const_name
1237         * src/pic16/main.c (pic16_port): added "CONST (CODE)" for const_name
1238         * src/xa51/main.c (xa51_port): added "CONST (CODE)" for const_name
1239         * src/z80/main.c (z80_port): added NULL for const_name,
1240           (gbz80_port): added NULL for const_name
1241         * support/regression/tests/bug663539.c,
1242         * support/regression/tests/sfr16.c: new tests
1243
1244 2005-06-25 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
1245
1246         * device/include/mcs51/p89v51rd2.h, device/include/mcs51/at89s53.h: added.
1247
1248 2005-06-24 Raphael Neider <rneider AT web.de>
1249
1250         * device/lib/pic16/libdev/pic18f[68][567]20.c:
1251           corrected typos...
1252         * device/include/pic16/signal.h: added USBIF
1253           and SIG_USB
1254
1255 2005-06-24 Raphael Neider <rneider AT web.de>
1256
1257         * device/lib/pic16/libdev/pic18f2455.c,
1258           device/include/pic16/pic18f2455.h: NEW
1259         * device/include/pic16/pic18fregs.h,
1260           device/lib/pic16/pics.all,
1261           src/pic16/device.c: added 18f2455
1262         * device/lib/pic16/libdev/pic18f[68][567]20.c,
1263           device/include/pic16/{pic18f[68][567].h,usart.h}:
1264           replaced MULTIPLE_USARTS define with more relaible
1265           compatibility sfrs (for USART access)
1266
1267 2005-06-20 Slade Rich <slade_rich AT users.sourceforge.net>
1268
1269         * src/pic/pcode.c : Fixed problem when a string constant contains a "\r\n"
1270           and the output asm file line is printed on two lines.
1271
1272 2005-06-19 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
1273
1274         * sim/ucsim/hc08.src/inst.cc (inst_condbranch): fixed simulation of
1275           BGT, BLE, BHI, and BLS instructions
1276         * src/hc08/gen.c (outAcc, outBitC, outBitNV, genCmpLt, genCmpGt,
1277           genCmpEq): removed
1278         * src/hc08/gen.c (genCmpEQorNE, genCmp, branchopCmp, nameCmp,
1279           negatedCmp, exchangedCmp, genhc08Code): rewrite of comparison handling,
1280           fixes bug #1216342
1281         * src/hc08/peeph.def: added rules 2g - 2l for new conditional branches
1282
1283 2005-06-15 Raphael Neider <rneider AT web.de>
1284
1285         * src/pic16/NOTES: moved Vangelis from active developers to people to contact
1286         * device/include/pic16/{6520.h,8520.h}: fixed configuration bits
1287         * src/pic16/gen.c (): prevent iTemps from being considered to be in CODESPACE,
1288           fixes bug #1221120; for symbols in CODESPACE get number of bytes to read from
1289           OP_SYM_TYPE() instead of OP_SYM_ETYPE()
1290
1291 2005-06-06 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
1292
1293         * device/include/mcs51/reg764.h: Changed PB0 to PBO as requested by
1294           Marcel Telka in bug #1215704
1295
1296 2005-06-02 Slade Rich <slade_rich AT users.sourceforge.net>
1297
1298         * src/pic/pcode.c : Changed pseudo stack size to 15 to allow WSAVE to be
1299           located in shared memory bank.
1300
1301 2005-05-31 Raphael Neider <rneider AT web.de>
1302
1303         * src/pic16/{gen.c,genarith.c}: replaced sign-extension
1304           "CLRF, BTFSC <signbit>, DECF/COMF" with side-effect-free
1305           "CLRF, BTFSC <signbit>, SETF"; fixes "long>>9"
1306
1307 2005-05-27 Maarten Brock <sourceforge.brock AT dse.nl>
1308
1309         * device/lib/_strncpy.c: fixed the fix
1310
1311 2005-05-26 Raphael Neider <rneider AT web.de>
1312
1313         * src/pic16/glue.c (pic16_printIvalChar): fixed _constant_ string
1314           initializers with \0, bug #1208187
1315         * src/pic/glue.c (printIvalChar): fixed (non- and constant) string
1316           intializers with \0, bug #1208187
1317
1318 2005-05-26 Raphael Neider <rneider AT web.de>
1319
1320         * src/pic16/glue.c (pic16_printIvalChar): fixed string
1321           initializers with \0, bug #1208187
1322         * src/pic16/main.c (_process_pragma): added sanity checks
1323           for stack position and size, emit warnings when appropriate
1324
1325 2005-05-26 Maarten Brock <sourceforge.brock AT dse.nl>
1326
1327         * device/lib/_strncpy.c: fixed not filling with \0
1328
1329 2005-05-26 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
1330
1331         * src/SDCCast.c (funcOfType, funcOfTypeVarg, stringToSymbol,
1332           createFunction),
1333         * src/SDCC.y (external_definition, enumerator, parameter_declaration,
1334           compound_statement),
1335         * src/SDCCsymt.h,
1336         * src/SDCCsymt.c (addSymChain, processFuncArgs): fixed bug #1159134
1337
1338 2005-05-24 Raphael Neider <rneider AT web.de>
1339
1340         * src/pic16/glue.c (pic16_printGPointerType): fixed #1207796
1341
1342 2005-05-24 Raphael Neider <rneider AT web.de>
1343
1344         * device/include/pic16/pic18f{442,452,458}.h: fixed wrong
1345           TRISE definitions, closes bug #1162453
1346
1347 2005-05-22 Raphael Neider <rneider AT web.de>
1348
1349         * src/pic16/main.c (_process_pragma): check for missing
1350           arguments to pragmas code and udata
1351         * device/include/pic16/pic18f{2550,4331,4455,4520}.h:
1352           consistency fixes to match other headers (thanks to Jim Paris)
1353         * device/lib/pic16/libio/i2c.ignore: 18f4331 provides no I2C
1354
1355 2005-05-21 Maarten Brock <sourceforge.brock AT dse.nl>
1356
1357         * src/SDCCicode.c (isOperandEqual): fixed missing ;
1358
1359 2005-05-19 Maarten Brock <sourceforge.brock AT dse.nl>
1360
1361         * support/regression/tests/bug1198642.c: new test
1362         * src/SDCCicode.c (isOperandEqual): fixed bug 1198642
1363         * src/SDCCcse.c (findPrevIc): added comment, please have a look
1364         * support/scripts/resource.h,
1365         * support/scripts/resource.rc,
1366         * src/src.dsp: added sdcc.ico to project as icon for sdcc.exe
1367         * support/scripts/sdcc.ico: added 32x32 icon
1368
1369 2005-05-18 Raphael Neider <rneider AT web.de>
1370
1371         * device/lib/pic16/libdev/pic18f*.c,
1372         * device/include/pic16/pic18f*.h: updated "sfr" and "at X"
1373           keywords to "__sfr" and "__at (X)"
1374         * device/include/pic16/pic18fregs.h: added pic18f4520
1375         * src/pic16/pcode.c (pic16_pCode2str): fixed (?) bug
1376           #1203088 (MPLAB compatibility)
1377
1378 2005-05-17 Raphael Neider <rneider AT web.de>
1379
1380         * device/include/pic16/pic18f{2550,4331,4455,4520}.h: NEW
1381         * device/lib/pic16/libdev/pic18f{2550,4331,4455,4520}.c: NEW
1382         * device/lib/pic16/pics.all: added new devices
1383         * src/pic16/device.c: added support for pic18f4520
1384
1385 2005-05-16 Raphael Neider <rneider AT web.de>
1386         * src/pic16/gen.{c,h}: s/mov2f/pic16_mov2f made public
1387         * src/pic16/genarith.c (genAddLit): fixed bug 1202480
1388         * src/pic16/pcode.{c,h} (pic16_newpCodeOpBit_simple): NEW
1389           convenience function for bit access
1390
1391 2005-05-15 Maarten Brock <sourceforge.brock AT dse.nl>
1392
1393         * device/lib/printf_large.c: fixed bug 1193299
1394         * support/regression/tests/bug1057979.c: added test %3.3s
1395
1396 2005-05-15 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
1397
1398         * device/include/mcs51/8051.h,
1399         * device/include/mcs51/8052.h: made parseable with lint
1400         * device/include/mcs51/lint.h: added include file for (sp)lint
1401         * doc/sdccman.lyx: added doc about use of splint (syntax checking tool)
1402         * doc/cdbfileformat.lyx,
1403         * doc/test_suite_spec.lyx: hardcoded date to the date of last text change
1404
1405 2005-05-14 Raphael Neider <rneider AT web.de>
1406
1407         * device/lib/pic16/Makefile.common.in: add --optimize-df to OPT_FLAGS
1408         * device/lib/pic16/libc/stdlib/itoa.c (new)
1409         * device/lib/pic16/libc/stdlib/Makefile: have itoa.c built
1410         * device/lib/pic16/libio/Makefile: exclude subdir according to
1411           ${subdir}.ignore for certain PICs (lacking e.g. i2c)
1412         * device/lib/pic16/libio/i2c.ignore (new): pic18f1220 has no I2C support
1413         * src/pic16/gen.c (genFunction): prevent annoying warning
1414         * src/pic16/pcode.c: renamed stack_t to dynstack_t to prevent
1415           nameclashes on BeOS
1416         * support/cpp2/cppmain.c (cpp_output_string): new
1417         * support/cpp2/cpplib.c (_cpp_do__Pragma): fixed _Pragma(""),
1418           fixes bug 1116802
1419
1420 2005-05-13 Borut Razem <borut.razem AT siol.net>
1421
1422         * src/SDCCmain.c (linkEdit): fixed bug 1195202
1423
1424 2005-05-12 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
1425
1426         * .version: changed to version 2.5.1; back to bleeding edge development
1427
1428 2005-05-11 Borut Razem <borut.razem AT siol.net>
1429
1430         * doc/sdccman.lyx doc/cdbfileformat.lyx doc/test_suite_spec.lyx:
1431           generate PDF version 1.3 documents
1432
1433 2005-05-07 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
1434
1435         * .version: changed to version 2.5.0
1436
1437 2005-04-27 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
1438
1439         * doc/sdccman.lyx: updated weblinks, index and smaller updates
1440
1441 2005-04-26 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
1442
1443         * doc/sdccman.lyx: changed version 2.5.0, documented --std-c89,
1444         --std-sdcc89, --std-c99, --std-sdcc99, and the corresponding #pragmas, as
1445         well as many smaller updates.
1446         * .version: changed to version 2.5.0-pre1
1447
1448 2005-04-26 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
1449
1450         * src/SDCCmain.c (setIncludePath): added port->target to SDCC_INCLUDE_NAME
1451
1452 2005-04-26 Maarten Brock <sourceforge.brock AT dse.nl>
1453
1454         * support/regression/tests/bug1185672.c: added
1455         * src/mcs51/gen.c (aopGetUsesAcc, genCpl, genAnd, genOr, genXor): fixed
1456           bug 1185672
1457         * src/mcs51/gen.c (genCall): added comments, made it look safer
1458         * src/mcs51/gen.c (genEndFunction): simplified
1459
1460 2005-04-25 Maarten Brock <sourceforge.brock AT dse.nl>
1461
1462         * src/mcs51/ralloc.c (serialRegAssign): fixed bug 1189609
1463
1464 2005-04-14 Borut Razem <borut.razem AT siol.net>
1465
1466         * fixed bug 1045046 - SIGSEGV with really simple code?:
1467           src/pic/pcode.c (pCodeInitRegisters)- pseudo stack size increased to 16
1468           src/pic/ralloc.c (typeRegWithIdx) - error message on pseudo stack overflow
1469
1470 2005-04-14 Borut Razem <borut.razem AT siol.net>
1471
1472         * src/pic16/gen.c (genInline), src/pic16/main.c (_process_pragma),
1473           src/pic16/device.h: temporarily disabled experimental #inline pragma
1474           for 2.5.0 release
1475
1476 2005-04-14 Maarten Brock <sourceforge.brock AT dse.nl>
1477
1478         * device/include/z80/stdio.h,
1479         * device/include/z80/string.h: removed these highly incomplete files so
1480           SDCC can use the default ones in device/include/
1481
1482 2005-04-14 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
1483
1484         * src/mcs51/gen.c (genEndFunction): removed unused variable to fix
1485         gcc warning.
1486         * device/lib/Makefile.in: default PORTINCDIR to the mcs51 subdir to
1487         fix sdcpp warnings.
1488
1489 2005-04-12 Maarten Brock <sourceforge.brock AT dse.nl>
1490
1491         * device/include/malloc.h: removed redundant __reentrant prototypes
1492         * device/lib/_mullong.c: added working xstack variant in asm (C version
1493           doesn't pass regression tests)
1494         * device/lib/bpx.c: used __data and made bpx char for mcs51
1495         * src/SDCCast.c (decorateType): removed unused GPTYPE_IDATA,
1496           (createFunction): fixed bug with xstackPtr
1497         * src/SDCCcse.c: corrected comments
1498         * src/SDCCopt.c (convertToFcall): fixed warning in MSVC,
1499           (killDeadCode, eBBlockFromiCode): removed unused code
1500         * src/SDCCsymt.h: removed unused GPTYPE_GPTR and GPTYPE_IDATA,
1501           corrected comments
1502         * src/mcs51/gen.c (aopForSym, aopPut, toBoolean, unsaveRegisters,
1503           assignResultValue, genCall, genFunction, genEndFunction, genAnd,
1504           genOr, genXor, genAddrOf): fixed several bugs concerning xstack
1505           (genModOneByte): fixed warning in MSVC
1506         * src/mcs51/main.c (): added comments
1507         * src/mcs51/peeph.def: changed 129 to 129.a, added 129.b, 129.c & 129.d
1508
1509 2005-04-12 Maarten Brock <sourceforge.brock AT dse.nl>
1510
1511         * src/SDCCmain.c (linkEdit): oops, changed one line too many
1512
1513 2005-04-11 Maarten Brock <sourceforge.brock AT dse.nl>
1514
1515         * src/SDCCmain.c (linkEdit): fixed bug with finding crt0.o for z80
1516
1517 2005-04-10 Vangelis Rokas <vrokas AT users.sourceforge.net>
1518
1519         * src/pic16/glue.c (printIvalChar): fixed bug when emitting
1520         characters arrays of larger size than the declared one.
1521
1522 2005-04-10 Borut Razem <borut.razem AT siol.net>
1523
1524         * src/pic/gen.c (genInline),
1525           src/pic/pcode.c (newpCodeAsmDir), (pCode2str),
1526           (genericPrint), (unlinkpCodeFromBranch), (compareLabel),
1527           (findNextInstruction), (findPrevInstruction),
1528           (findInstructionUsingLabel),
1529           src/pic/pcode.h: fixed bug #1164907 - Labels not being recognized
1530         * src/pic/pcode.c (findLabel): added missing '\n'
1531         * src/src.dsp: added SDCCdwarf2.c to the project
1532
1533 2005-04-09 Borut Razem <borut.razem AT siol.net>
1534
1535         * support/scripts/sdcc.nsi: added include/hc08/* h to NSIS setup
1536
1537 2005-04-08 Raphael Neider <rneider AT web.de>
1538
1539         * src/pic16/pcode.c: added helpers defmapInsertAfter (insert a new item
1540           into the chain after a given one) and mergeDefmapSymbols (combine
1541           defmap entries for each symbol per pcode)
1542         * (createDefmap): have defmap entries merged in the end
1543         * (defmapReplaceSymRef): split defmap entries covering two accesses to
1544           a symbol before replacing one access type's symbol, merge symbols in
1545           the end (replacement symbol might already have an entry)
1546         * (assignValnums): keep reference to written WREG intact
1547
1548 2005-04-08 Raphael Neider <rneider AT web.de>
1549
1550         * src/pic16/pcode.c (struct defmap_s): named anonymous union (for
1551           Alpha)
1552
1553 2005-04-08 Vangelis Rokas <vrokas AT users.sourceforge.net>
1554
1555         * src/pic16/pcode.c (pic16_get_op2): enlarged size of array b to 128
1556         bytes
1557
1558 2005-04-07 Raphael Neider <rneider AT web.de>
1559
1560         * device/include/pic16/usart.h: added compatibility defines for
1561           devices with more than one USART
1562         * device/include/pic16/pic18f[68][567]20.h: activated above defines
1563
1564 2005-04-07 Maarten Brock <sourceforge.brock AT dse.nl>
1565
1566         * device/lib/Makefile.in: updated for port specific include
1567
1568 2005-04-07 Maarten Brock <sourceforge.brock AT dse.nl>
1569
1570         * support/regression/ports/mcs51/spec.mk: added mcs51 include
1571
1572 2005-04-07 Maarten Brock <sourceforge.brock AT dse.nl>
1573
1574         * device/include/8051.h,
1575         * device/include/8052.h,
1576         * device/include/at89S8252.h,
1577         * device/include/at89c55.h,
1578         * device/include/at89x051.h,
1579         * device/include/at89x51.h,
1580         * device/include/at89x52.h,
1581         * device/include/mcs51reg.h,
1582         * device/include/reg51.h,
1583         * device/include/reg764.h,
1584         * device/include/regc515c.h,
1585         * device/include/sab80515.h: (re)moved these 12 files
1586         * device/include/mcs51/8051.h,
1587         * device/include/mcs51/8052.h,
1588         * device/include/mcs51/at89S8252.h,
1589         * device/include/mcs51/at89c55.h,
1590         * device/include/mcs51/at89x051.h,
1591         * device/include/mcs51/at89x51.h,
1592         * device/include/mcs51/at89x52.h,
1593         * device/include/mcs51/mcs51reg.h,
1594         * device/include/mcs51/reg51.h,
1595         * device/include/mcs51/reg764.h,
1596         * device/include/mcs51/regc515c.h,
1597         * device/include/mcs51/sab80515.h: and added them here
1598
1599 2005-04-06 Maarten Brock <sourceforge.brock AT dse.nl>
1600
1601         * device/include/stdarg.h: changed SDCC specific keywords to double
1602           underlined form.
1603         * device/include/stdint.h: changed intptr_t and uintptr_t for others than
1604           mcs51 and ds390.
1605         * device/include/hc08/mc68hc908gp32.h,
1606         * device/include/hc08/mc68hc908jb8.h,
1607         * device/include/hc08/mc68hc908jkjl.h,
1608         * device/include/hc08/mc68hc908qy.h: fixed comments
1609         * device/include/mcs51/README: updated
1610         * device/include/mcs51/c8051f120.h: added PINRSF
1611         * device/lib/pic16/libc/stdlib/crc16.c: fixed comments
1612         * src/pic16/pcode.c: MSVC6 doesn't accept declaring new variables
1613           amidst code. Also inline is not supported.
1614
1615 2005-04-06 Raphael Neider <rneider AT web.de>
1616
1617         * src/pic16/pcode.c (pic16_pCodeReplace): also update pcflow->end
1618         * (createDefmap): fixed CALLs to depend on FSR1 and RETLW to restore
1619           callers stack/frame pointers
1620
1621 2005-04-06 Vangelis Rokas <vrokas AT users.sourceforge.net>
1622
1623         * device/include/pic16/usart.h: added, missing in previous commit,
1624         * device/include/pic16/adc.h: fixed typo,
1625         * device/lib/pic16/libc/utils/cvtdec.S: added missing in previous
1626         commit,
1627         * device/lib/pic16/libc/stdlib/g_ftoa.S: modified to include
1628         <p18fxxx.inc>
1629         * device/lib/pic16/libc/stdio/streams.c: leave stdin, stdout
1630         uninitialized because a bug appears with gplink
1631         * device/lib/pic16/{some makefiles}: moved $(CSTD) from CFLAGS to
1632         COMPILE_FLAGS and added CPPFLAGS with -nostdinc because sdcpp
1633         complains for unrecognised option
1634
1635 2005-04-05 Raphael Neider <rneider AT web.de>
1636
1637         * src/pic16/gen.c (pic16_popCopyReg): made copying work for extended
1638           structs as well (using memcpy)
1639         * (genFunction): fixed comparison, used pCodeOpLabel to reduce warning
1640           on ISRs (GOTO has no label)
1641         * src/pic16/device.h: added OF_OPTIMIZE_DF
1642         * src/pic16/main.c: added compiler switch --optimize-df to enable the
1643           new data flow analysis/optimization
1644         * src/pic16/pcode.c: added (prototypes for and implementation of)
1645           dataflow analysis functions, fixed pCodeInstructions' inCond and
1646           outCond values, made RCALL a branch instruction
1647         * (pic16_unlinkpCode): keep C line if possible
1648         * (pic16_pCodeUnlink): removed cast on left side of assignment, have
1649           C line moved if possible
1650         * (pic16_getRegFrompCodeOp): NEW, improved version of...
1651         * (pic16_getRegFromInstruction,pic16_getRegFromInstruction2): changed
1652           to use new pic16_getRegFrompCodeOp (works for more SFRs)
1653         * (pic16_BuildFlow): fixed skip instructions with label (did not start
1654           new flow)
1655         * (pic16_getJumptabpCode): NEW, needed in...
1656         * (LinkFlow): fixed handling of jumptables, calls and conditional
1657           branches
1658         * (pic16_InsertCommentAfter): NEW
1659         * (pic16_pCodeReplace): made verbose and flow preserving
1660         * (AnalyzeFlow): added call to data flow analysis
1661         * src/pic16/pcode.h: added defmaps to pCodeFlow struct
1662         * src/pic16/pcodeflow.h: added PCC_STATUS to mean all STATUS bits
1663         * src/pic16/ralloc.c (packRegsForAssign): added return 1 in the end
1664
1665 2005-04-03 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
1666
1667         * src/SDCCast.c (decorateType): fixed bug #1105626
1668
1669 2005-04-02 Vangelis Rokas <vrokas AT users.sourceforge.net>
1670
1671         * device/include/asm/pic16/features.h,
1672         * pic18f*.h headers,
1673         * device/include/pic16/adc.h,
1674         * device/include/pic16/delay.h,
1675         * device/include/pic16/i2c.h,
1676         * device/include/pic16/malloc.h,
1677         * device/include/pic16/stdio.h,
1678         * device/include/pic16/stdlib.h,
1679         * device/include/pic16/string.h,
1680         * device/lib/pic16/libc/stdio/printf_tiny.c,
1681         * device/lib/pic16/libc/stdio/printf_small.c,
1682         * device/lib/pic16/libc/stdio/strmgpsim.c,
1683         * device/lib/pic16/libc/stdio/strmmssp.c,
1684         * device/lib/pic16/libc/stdio/strmusart.c,
1685         * device/lib/pic16/libc/stdio/vfprintf.c,
1686         * device/lib/pic16/libc/stdlib/ltoa.c,
1687         * device/lib/pic16/libc/stdlib/putchar.c,
1688         * device/lib/pic16/libc/stdlib/x_ftoa.c,
1689         * device/lib/pic16/libc/stdlib/memchrpgm.c,
1690         * device/lib/pic16/libc/stdlib/memchrram.c,
1691         * device/lib/pic16/libc/stdlib/memcpypgm2ram.c,
1692         * device/lib/pic16/libc/stdlib/memcpyram2ram.c,
1693         * device/lib/pic16/libio/adc/adcbusy.c,
1694         * device/lib/pic16/libio/adc/adcread.c,
1695         * device/lib/pic16/libio/adc/adcsetch.c,
1696         * device/lib/pic16/libio/usart/ubaud.c,
1697         * device/lib/pic16/libio/usart/ubusy.c,
1698         * device/lib/pic16/libio/usart/udrdy.c,
1699         * device/lib/pic16/libio/usart/uopen.c,
1700         * device/lib/pic16/libio/usart/uputc.c,
1701         * device/lib/pic16/libsdcc/gptr/gptrget1.c,
1702         * device/lib/pic16/libsdcc/gptr/gptrget2.c,
1703         * device/lib/pic16/libsdcc/gptr/gptrget3.c,
1704         * device/lib/pic16/libsdcc/gptr/gptrget4.c,
1705         * device/lib/pic16/libsdcc/gptr/gptrput1.c,
1706         * device/lib/pic16/libsdcc/gptr/gptrput2.c,
1707         * device/lib/pic16/libsdcc/gptr/gptrput3.c,
1708         * device/lib/pic16/libsdcc/gptr/gptrput4.c: modified all SDCC
1709         specific keywords to double underlined form,
1710         * device/lib/pic16/libc/Makefile.rules,
1711         * device/lib/pic16/libsdcc/Makefile.rules,
1712         * device/lib/pic16/libm/Makefile,
1713         * device/lib/pic16/libio/Makefile.rules: added CSTD macro in CFLAGS
1714         to compile with C standard set in Makefile.common
1715         * device/lib/pic16/libc/stdlib/Makefile: added new C sources
1716         rand.c and crc.c in compilation process,
1717         * device/lib/pic16/libsdcc/int/divuint.c,
1718         * device/lib/pic16/libsdcc/long/divulong.c: changed declaration of
1719         `c' from signed to unsigned,
1720         * device/lib/pic16/startup/crt0.c,
1721         * device/lib/pic16/startup/crt0i.c,
1722         * device/lib/pic16/startup/crt0iz.c: adopted to all SDCC specific
1723         keywords to double underlined form, bug fixes in _do_cinit function
1724         which prevented the correct initialization of the .idata segment,
1725         * src/pic16/pcoderegs.c (insideLRBlock): fixed a bug that caused the
1726         core to enter a infinite loop
1727         * device/lib/pic16/libc/stdlib/rand.c, crc.c: new files
1728
1729 2005-04-02 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
1730
1731         * src/SDCCicode.c (getArraySizePtr): fixed bug #1122171
1732
1733 2005-04-01 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
1734
1735         * device/include/Makefile.in: add support for hc08 subdirectory
1736         * device/include/hc08/: new subdirectory
1737         * device/include/hc08/mc68hc908jkjl.h: new header contributed by
1738         Lucas Loizaga, thanks!
1739         * device/include/hc08/mc68hc908qy.h,
1740         * device/include/hc08/mc68hc908gp32.h,
1741         * device/include/hc08/mc68hc908jb8.h: moved hc08 register defs to
1742         their own directory. Changed internal macro names to use the compiler
1743         reserved namespace. Changed SDCC specific keywords to double
1744         underlined form.
1745         * device/include/math.h,
1746         * device/include/malloc.h,
1747         * device/include/stdarg.h,
1748         * device/include/stdbool.h
1749         * device/include/string.h,
1750         * device/include/tinibios.h,
1751         * device/include/ds400rom.h,
1752         * device/include/8051.h,
1753         * device/include/8052.h,
1754         * device/include/80c51xa.h,
1755         * device/include/at89c55.h,
1756         * device/include/at89S8252.h,
1757         * device/include/at89x51.h,
1758         * device/include/at89x52.h,
1759         * device/include/ds80c390.h,
1760         * device/include/reg764.h,
1761         * device/include/regc515c.h,
1762         * device/include/sab80515.h,
1763         * device/include/mcs51/c8051f000.h,
1764         * device/include/mcs51/c8051f018.h,
1765         * device/include/mcs51/c8051f020.h,
1766         * device/include/mcs51/c8051f040.h,
1767         * device/include/mcs51/c8051f060.h,
1768         * device/include/mcs51/c8051f120.h,
1769         * device/include/mcs51/c8051f300.h,
1770         * device/include/mcs51/c8051f310.h,
1771         * device/include/mcs51/c8051f320.h,
1772         * device/include/mcs51/c8051f330.h,
1773         * device/include/mcs51/c8051f350.h,
1774         * device/include/z180.h: Changed SDCC specific keywords to double
1775         underlined form.
1776
1777 2005-03-31 Vangelis Rokas <vrokas AT users.sourceforge.net>
1778
1779         * src/pic16/device.c (Pics16[]): added devices 18F2550, 18F4331,
1780         18F4455,
1781         * (pic16_assignConfigWordValue): disable testing of configuration
1782         register value with config mask,
1783         * src/pic16/gen.c (pic16_testStackOverflow): prefix stack test
1784         function with port->fun_prefix,
1785         * (genFunction): when generating a naked interrupt function never
1786         create an absolute segment placed in interrupt vector address, place
1787         the actual interrupt function at IVA instead, when an interrupt
1788         function is generated with unspecified interrupt then do not create
1789         the absolute section,
1790         * (genGenPointerGet, genGenPointerSet, genPackBits): replace all
1791         code for generating a call to generic pointer get/put function with
1792         a call to function pic16_callGenericPointer(),
1793         * src/pic16/genutils.c (pic16_callGenericPointerRW): NEW, generates
1794         the call to the generic pointer get/put functions with prefixing the
1795         function name with port->fun_prefix,
1796         * src/pic16/glue.c (pic16glue): ifdef-out test of OF_LR_SUPPORT,
1797         * src/pic16/main.c (_process_pragma): prefix function with
1798         port->fun_prefix,
1799         * (_pic16_finaliseOptions): define macro __18Fxxxx macro when
1800         calling assembler, old 18Fxxxx macro is deprecated,
1801         * src/pic16/pcode.c (unlinkpCodeFromBranch): added PC_INLINE and
1802         PC_ASMDIR in while condition,
1803         * (findInstruction): add PC_ASMDIR in while condition,
1804         * (buildCallTree): prefix main with port->fun_prefix,
1805         * (pic16_pCode2str): fixed bug that didn't emit the memory access
1806         identifier for variable with banked access in instructions BTFSS,
1807         BTFSC, BCF, BSF, BTG
1808         * (AnalyzeFlow): moved call to OptimizepCode to pic16_AnalyzeBanking,
1809         * src/pic16/pcodepeep.c (pCodeOpCompare): increase size of b to 1024,
1810         * src/pic16/pcoderegs.c (pic16_pCodeRegoptimizeRegUsage): don't
1811         perform optimization when enviroment variable NO_REG_OPT is set,
1812         * (insideLRBlock): NEW, return 1 if register is inside an
1813         INF_LOCALREGS block,
1814         * (RemoveRegFromLRBlock): remove a register that is completely
1815         eliminated by register optimization, but it is still left in local
1816         register store/restore in/from stack block,
1817         * (Remove2pcodes): after removing register, check to see if it
1818         should be removed from local register store/restore in/from stack
1819         block,
1820         * src/pic16/ralloc.c (pic16_decodeOp): added decode for
1821         DUMMY_READ_VOLATILE,
1822
1823         * device/include/pic16/adc.h: minor prototype modifications and
1824         update,
1825         * device/include/pic16/malloc.h: added GPL notice various
1826         modifications,
1827         * device/include/pic16/stdint.h: NEW, standard header for ints
1828         * device/include/pic16/delay.h: NEW, header for delay functions,
1829         delay10tcy, delay100tcy, delay1ktcy, delay10ktcy, delay100ktcy,
1830         delay1mtcy,
1831         * device/include/pic16/signal.h: NEW, header providing helper macros
1832         for implementing signal handlers,
1833         * device/include/pic16/stdio.h: added prototypes for functions,
1834         printf, vprintf, sprintf, vsprintf, fprintf, vfprintf. Added
1835         prototypes for stdin and stdout, added macro PUTCHAR to
1836         automatically implement putchar function prototype,
1837         * device/include/pic16/usart.h: modified and updated USART library,
1838         * device/lib/pic16/libio/adc/,
1839         * device/lib/pic16/libio/i2c: some modifications to improve library
1840         performance,
1841         * device/lib/pic16/libc/stdio/: modifications for the new printf*
1842         family of functions,
1843         * device/lib/pic16/libc/stdlib/: various modifications in the malloc
1844         family of functions and other sources,
1845         * device/lib/pic16/libio/usart/: NEW, c sources for the usart module
1846         of the PIC18Fxx[28] devices,
1847         * device/lib/pic16/libc/delay/: NEW, c sources for the delay functions,
1848         * device/lib/pic16/libc/utils/: minor modifications in the .S sources,
1849         * device/lib/pic16/startup/{crt0i.c, crt0iz.c}: redesign of the
1850         _do_cinit function, because the previous failed when local variables
1851         where not placed in the same memory bank,
1852         * device/lib/pic16/libsdcc/char/: various modifications to improve
1853         library performance,
1854         * doc/sdccman.lyx: some reorganization of the PIC16 part, added many
1855         information on the new functions of the c library and more...
1856
1857 2005-03-28 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
1858
1859         * src/SDCCBBlock.c (iCodeBreakDown): fixed bug #1170212
1860
1861 2005-03-26 Raphael Neider <rneider AT web.de>
1862
1863         * src/pic16/gen.c (genSkipc): fixed semantics (execute branch
1864           if condition == CARRY)
1865         * (genCmp): adapted to new genSkipc semantics
1866         * src/pic16/genutils.c (pic6_genCmp_special): removed side effect
1867           on rIfx (genCmp was broken)
1868
1869 2005-03-26 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
1870
1871         * src/SDCCmain.c (setDefaultOptions, optionsTable[], parseCmdLine),
1872         * src/z80/main.c (_keywords[]),
1873         * src/SDCCglobal.h (struct options),
1874         * src/SDCC.y,
1875         * src/SDCC.lex (isTargetKeyword, doPragma, pragma_tbl[]): new pragmas
1876         to enable/disable SDCC and C99 extensions/keywords (std_c89, std_sdcc89,
1877         std_c99, std_sdcc99). Also, equivalent command line options (--std-c89,
1878         --std-sdcc89, --std-c99, --std-sdcc99). SDCC specific keywords are
1879         always available in leading double underscore form. The C99 support is
1880         mostly missing, but it's a start.
1881         * support/regression/tests/bug-227710.c: fixed nonconforming use of
1882         reserved identifier "__data".
1883
1884 2005-03-24 Maarten Brock <sourceforge.brock AT dse.nl>
1885
1886         * src/mcs51/peeph.def: fixed bug 1170013
1887
1888 2005-03-22 Maarten Brock <sourceforge.brock AT dse.nl>
1889
1890         * device/include/mcs51reg.h: fixed bug 842007
1891
1892 2005-03-21 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
1893
1894         * src/SDCCcflow.c (dfNumCompare): committed the wrong version of this
1895         last time.
1896
1897 2005-03-20 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
1898
1899         * src/port.h (struct PORT),
1900         * src/avr/ralloc.c (avr_assignRegisters),
1901         * src/avr/main.c,
1902         * src/ds390/ralloc.c (ds390_assignRegisters),
1903         * src/ds390/main.c,
1904         * src/hc08/ralloc.c (hc08_assignRegisters),
1905         * src/hc08/main.c,
1906         * src/mcs51/ralloc.c (mcs51_assignRegisters),
1907         * src/mcs51/main.c,
1908         * src/pic/ralloc.c (pic14_assignRegisters),
1909         * src/pic/main.c,
1910         * src/pic16/ralloc.c (pic16_assignRegisters),
1911         * src/pic16/main.c,
1912         * src/xa51/ralloc.c (xa51_assignRegisters),
1913         * src/xa51/main.c,
1914         * src/z80/ralloc.c (z80_assignRegisters),
1915         * src/z80/ralloc.h,
1916         * src/SDCCopt.c (eBBlockFromiCode, replaceRegEqv, killDeadCode),
1917         * src/SDCCcse.c (ifxOptimize, cseBBlock, cseAllBlocks),
1918         * src/SDCCcse.h,
1919         * src/SDCCdflow.c (computeDataFlow),
1920         * src/SDCCdflow.h,
1921         * src/SDCCloop.c (addDefInExprs, loopInvariants, loopOptimizations),
1922         * src/SDCCloop.h,
1923         * src/SDCCcflow.c (*),
1924         * src/SDCCcflow.h,
1925         * src/SDCCBBlock.c (iCodeBreakDown, dumpEbbsToFileExt, eBBWithEntryLabel),
1926         * src/SDCCBBlock.h (struct ebbIndex): new struct that keeps two copies
1927         of the eBBlock list, sorted by both bbnum and dfnum. (fixes bug with
1928         immedDom() returning wrong block; probably fixes bug #1160833)
1929
1930 2005-03-20 Borut Razem <borut.razem AT siol.net>
1931
1932         * support/scripts/inc2h.pl: WIN32 port
1933
1934 2005-03-19 Maarten Brock <sourceforge.brock AT dse.nl>
1935
1936         * device/lib/makefile.in: added abs.c and labs.c
1937
1938 2005-03-17 Maarten Brock <sourceforge.brock AT dse.nl>
1939
1940         * device/include/stdint.h: added
1941         * device/lib/abs.c: added
1942         * device/lib/labs.c: added
1943         * device/include/stdlib.h: added abs() and labs() prototypes
1944         * device/lib/libsdcc.lib: added abs and labs
1945         * device/include/float.h,
1946         * device/lib/_fsmul.c,
1947         * device/lib/printf_fast.c,
1948         * device/lib/printf_tiny.c: updated comments
1949
1950 2005-03-16 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
1951
1952         * src/SDCCicode.c (geniCodeSwitch, geniCodeJumpTable): fixed
1953         bug #1164313
1954
1955 2005-03-16 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
1956
1957         * src/SDCCcse.c (cseBBlock): retain assignment to self when volatile
1958         * src/SDCCast.c (isLoopCountable): fixed bug #1161985
1959
1960 2005-03-15 Maarten Brock <sourceforge.brock AT dse.nl>
1961
1962         * device/lib/printf_large.c: removed inline assembly for portability and
1963           readability. Use printf_fast if speed or size are more important.
1964         * src/pic16/gen.c: removed conditions around use of DEBUGpc
1965         * src/pic16/genutils.h: added define for DEBUGpc for MSVC
1966
1967 2005-03-15 Vangelis Rokas <vrokas AT users.sourceforge.net>
1968
1969         * src/pic16/genutils.c (pic16_genCmp_special): initialized offs to
1970         prevent compiler warning
1971
1972 2005-03-14 Vangelis Rokas <vrokas AT users.sourceforge.net>
1973
1974         * device/lib/pic16/startup/crt0i.c (_cinit): local variables where
1975         moved to level 0 and declared as static. Also they are explicit
1976         placed in access bank. This was necessery because some times they
1977         might cross memory bank boundaries. crt0iz.c is *NOT* updated!!!
1978         * src/pic16/device.h: added flag OPTIMIZE_CMP to enable some compare
1979         optimizations. Currently only compare to unsigned char is implemented,
1980         * src/pic16/gen.c: added fReturnIdx array,
1981         * (struct resolvedIfx) is moved to gen.h and made public,
1982         * (struct _G): added sregsAlloc and sregsAllocSet fields,
1983         * (aopForSym): added an optimization to directly store in stack of
1984         the operand of a SEND iCode,
1985         * (pic16_aopOp): don't return return registers as strings (AOP_STR)
1986         but as registers instead (AOP_REG) using the fReturnIdx array,
1987         * (pic16_freeAsmop): remove the freed register from the
1988         _G.sregsAlloc field,
1989         * (pic16_aopGet): in case AOP_STR, the compare to 'a' is changed to
1990         a compare of 'WREG',
1991         * (pic16_popGetTempRegCond): changed function prototype, now
1992         function takes also a bitVector argument v which holds the current
1993         set of registers that are allocated for stack access by aopForSym,
1994         registers allocated in aopForSym for accessing stack symbols are not
1995         any more part of the functions usedRegs field,
1996         * (genCall): some times aopOp is called for a stack variable to be
1997         send, aopForSym might perform the push, if this is true make sure
1998         that genCall doesn't push the variable twice by testing _G.resDirect,
1999         * (genFunction): changed testing for unspecified interrupt number
2000         from 256 to INTNO_UNSPEC,
2001         * modified selection scheme of frame pointer generation. Previously
2002         if function did use local registers a frame pointer was generated,
2003         now a frame pointer is generated only if function has arguments
2004         (that need PLUSW2 register access), or has stack arguments, or the
2005         compiler is not instructed to omit the frame pointer,
2006         * (genEndFunction): before restoring local registers that were saved
2007         in the function preamble, also restore the registers that *might*
2008         have been allocated for stack access,
2009         * (genRet): removed some old comments,
2010         * (genCmp, the active (RN's) version): added a call to the
2011         pic16_genCmp_special function to perform the compare with a more
2012         robust and optimized way,
2013         * (genInline): a feature has been added in inline code generation,
2014         which allows a wildcard variable substitution when writing inline
2015         assembly. Code is incomplete and experimental therefore undocumented,
2016         * (genCast): changed order of aopOp for result and right to allow
2017         aopForSym to directly load the result if possible,
2018         * src/pic16/genutils.c (selectCompareOp, pic16_genCmp_special): NEW,
2019         perform an optimized compare on some selected special occasions,
2020         * src/pic16/genutils.h: declaration of resolvedIfx structure from gen.c,
2021         * src/pic16/glue.c (pic16createInterrupVect): make sure we never
2022         generate an IVT any more,
2023         * src/pic16/main.c (pic16_optionsTable): added command line option
2024         --optimize-cmp,
2025         * (_pic16_initPaths): when calling C preprocessor define pic18fXXXX
2026         macro too, when calling assembler define pic18fXXXX *and* __18Fxxxx
2027         macros,
2028         * src/pic16/NOTES: Raphael Neider added in list of active developers
2029         * src/pic16/pcode.c (OPT_TYPE_STR): added strings jumptable_begin and
2030         jumptable_end to prevent bug #,
2031         * (pic16_pciADDWFC, ADDFWC, COMF, CLRF): added some missing flags in
2032         inCond and outCond fields,
2033         * src/pic16/pcoderegs.c (pCodeOptime2pCodes): add a fix for bug #,
2034         * src/pic16/ralloc.c (serialRegAssign): explicit set willCS to 0 to
2035         turn off register spilling,
2036         * (packRegsForOneUse): synced with other ports' versions although it
2037         is not used currently,
2038         * (pic16_packRegisters): added an optimization while reading
2039         structure bitfields, some registers may be saved (malloc code is
2040         decreased by 80 bytes)
2041
2042 2005-03-12 Vangelis Rokas <vrokas AT users.sourceforge.net>
2043
2044         * src/SDCCcse.c (cseBBlock): inside 'do operand lookup' loop test if
2045         left is a bitfield, if yes, then don't optimize assignment. Perhaps
2046         this can be optimized more?
2047
2048 2005-03-10 Raphael Neider <rneider AT web.de>
2049
2050         * src/pic16/gen.c (pic16_loadFSR0, genPackBits, genUnpackBits,
2051           genNearPointerGet): (hopefully) fixed access to bitfields via
2052           pointers (p->bitN = x; and x = p->bitN; failed)
2053
2054 2005-03-09 Paul Stoffregen <paul AT pjrc.com>
2055
2056         * device/lib/printf_fast.c: fix leading zero format, eg "%02d"
2057
2058 2005-03-09 Raphael Neider <rneider AT web.de>
2059
2060         * src/SDCCopt.c (killDeadCode): fixed bug #1156016
2061
2062 2005-03-06 Maarten Brock <sourceforge.brock AT dse.nl>
2063
2064         * src/SDCCicode.h: moved CRITICAL and ENDCRITICAL from SKIP_IC2 to SKIP_IC
2065         * src/mcs51/ralloc.c (willCauseSpill): added check for REG_BIT type,
2066           (regTypeNum): set REG_BIT type if necessary
2067         * src/mcs51/ralloc.h: added define REG_BIT, used to fix bug 1144613
2068         * support/regression/tests/critical.c: check bug 1144613
2069
2070 2005-03-02 Raphael Neider <rneider AT web.de>
2071
2072         * src/pic16/gen.c (genRightShiftLiteral): fixed bug #1154256
2073
2074 2005-02-26 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
2075
2076         * src/avr/ralloc.c (serialRegAssign),
2077         * src/ds390/ralloc.c (serialRegAssign),
2078         * src/hc08/ralloc.c (serialRegAssign),
2079         * src/mcs51/ralloc.c (serialRegAssign),
2080         * src/pic/ralloc.c (serialRegAssign),
2081         * src/pic16/ralloc.c (serialRegAssign),
2082         * src/xa51/ralloc.c (serialRegAssign),
2083         * src/z80/ralloc.c (serialRegAssign): fixed bug #1105154
2084
2085 2005-02-22 Maarten Brock <sourceforge.brock AT dse.nl>
2086
2087         * src/SDCCast.c (decorateType): fixed bug 1124787
2088
2089 2005-02-20 Hubert Sack <sack AT digiplan.de>
2090         committed by Frieder Ferlemann <Frieder.Ferlemann AT web.de>
2091
2092         * src/mcs51/peeph.def: added peepholes 3.h-k and 132.a-f from
2093         patch #1121755
2094
2095 2005-02-20 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
2096
2097         * src/SDCCpeeph.def: new keyword "labelRefCountChange" which allows peepholes
2098         to keep the correct label reference count when adding/removing references
2099         to labels. A peephole file using this is appended to patch #1144962.
2100
2101 2005-02-14 Raphael Neider <rneider AT web.de>
2102
2103         * device/lib/pic16/libc/string/memccpy.c: changed 3rd argument to char
2104         * src/SDCC.lex (process_pragma): fixed to make disable_warning work for PIC16
2105         * src/pic16/gen.c (aopForSym, calls to pic16_aopOp): prevent unneccessary
2106           retrievals of result operand's value on assignment
2107
2108 2005-02-13 Vangelis Rokas <vrokas AT otenet.gr>
2109
2110         * device/include/pic16/string.h: modified prototype for memccpy()
2111         to memccpy(void *, void *, char, size_t)
2112         * src/pic16/gen.c (genFunction, genEndFunction): reenable if-case to
2113         check whether to omit frame pointer or not,
2114         * (genInline): convert all occurences of "\n" to LF in inline
2115         assembler blocks, this helps formatting the inline text,
2116         * (pic16_loadFSR0): modified prototype,
2117         * (genNearPointerGet, genNearPointerSet): reorganization of code,
2118         removed some 8051 legacy code,
2119         * (genPackBits): enabled handling bitfields exceeding one byte in size,
2120         * src/pic16/ralloc.c (pic16_assignRegisters): clear dynrIdx variable
2121         before allocating temporary registers in functions,
2122
2123 2005-02-11 Maarten Brock <sourceforge.brock AT dse.nl>
2124
2125         * support/regression/tests/bitvars.c: corrected the "fix"
2126
2127 2005-02-10 Maarten Brock <sourceforge.brock AT dse.nl>
2128
2129         * support/regression/tests/bitvars.c,
2130         * support/regression/tests/bitwise.c,
2131         * support/regression/tests/rotate.c: "fixed" problems on Alpha
2132
2133 2005-02-10 Raphael Neider <rneider AT web.de>
2134
2135         * src/pic16/pcode.c (assignToSameBank) : fixed cast to pointer of
2136           different size for Alpha
2137         * src/pic16/gen.c (genCmpEq) : improved compare with 0
2138
2139 2005-02-09 Raphael Neider <rneider AT web.de>
2140
2141         * src/SDCC.lex(doPragma) : save and restore warning options as well
2142           (also added new stack plus clone- and copyAndFreeSDCCERRG())
2143         * have #pragma less_pedantic set the errorlevel to WARNING
2144           (fixes #1117001)
2145         * (cloneOptimize) : fixed wrong malloc's size
2146         * support/Util/SDCCerr.[ch] : made SDCCERRG globally accessible to
2147           facilitate correct handling of #pragma (save|restore)
2148
2149 2005-02-09 Maarten Brock <sourceforge.brock AT dse.nl>
2150
2151         * src/mcs51/gen.c: removed non-standard C nameless struct/union
2152
2153 2005-02-04 Slade Rich <slade_rich AT users.sourceforge.net>
2154
2155         * src/pic/gen.c : Fix for bugs #1080519 & #1115662.
2156
2157 2005-02-03 Maarten Brock <sourceforge.brock AT dse.nl>
2158
2159         * device/include/mcs51/c8051f120.h: added declarations for sbit port 2,3&4
2160
2161 2005-02-02 Raphael Neider <rneider AT web.de>
2162
2163         * src/SDCCast.c (processParms): disabled W_NONRENT_ARGS for pic16 port
2164         * src/pic16/gen.c (aopForSym): reenabled special case for function pointers
2165         * (pic16_storeForReturn): fixed to allow returning function pointers
2166         * (genPackBits): improved accessing full bytes, implemented for GPOINTERs
2167         * device/include/pic16/{stddef.h,stdbool.h}: added
2168
2169 2005-02-02 Maarten Brock <sourceforge.brock AT dse.nl>
2170
2171         * device/include/mcs51/c8051f040.h: added define CPT2_PAGE
2172
2173 2005-02-01 Slade Rich <slade_rich AT users.sourceforge.net>
2174
2175         * src/pic16/pic16.dsp : Added file graph.c to make it compile under windows
2176         * src/pic16/Makefile.bcc : Do not use this file but added file graph.c as it
2177          appeared to be required
2178
2179 2005-01-31 Borut Razem <borut.razem AT siol.net>
2180
2181         * support/scripts/sdcc.nsi: added include/asm/ds390, include/asm/mcs51,
2182           include/mcs51 and include/z80 directories to the package
2183
2184 2005-01-26 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
2185
2186         * src/hc08/gen.c (genFunction): fixed bug #1112752
2187
2188 2005-01-30 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
2189
2190         * src/mcs51/peeph.def: adapted peephole 258.x to changed gen.c (genAnd)
2191
2192 2005-01-29 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
2193
2194         * src/mcs51/gen.c (genAnd): accessing LSB/MSB by rotating acc
2195
2196 2005-01-29 Maarten Brock <sourceforge.brock AT dse.nl>
2197
2198         * device/include/Makefile.in: create/copy mcs51 and z80 include subdirs
2199
2200 2005-01-27 Maarten Brock <sourceforge.brock AT dse.nl>
2201
2202         * device/include/c8051fxxx.h: removed these 6 files
2203         * device/include/mcs51/c8051fxxx.h: added these 11 new files
2204
2205 2005-01-26 Raphael Neider <rneider AT web.de>
2206
2207         * src/pic16/gen.c (genAssign): fixed assignment from longs
2208           in codespace (were cut to three bytes)
2209         * (genDummyRead): implemented (except for CODESPACE...),
2210           fixed bug #1108575
2211         * src/pic16/glue.c (emitStatistics): beautified
2212         * device/lib/pic16/libm/Makefile: added include path
2213
2214 2005-01-26 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
2215
2216         * src/z80/gen.c (aopPut): fixed bug #1103902
2217
2218 2005-01-25 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
2219
2220         * device/lib/expf.c: fixed bug #1095792
2221
2222 2005-01-24 Vangelis Rokas <vrokas AT otenet.gr>
2223
2224         * device/lib/pic16/libm: added Math library sources
2225
2226 2005-01-24 Raphael Neider <rneider AT web.de>
2227
2228         * src/pic16/pcode.h: added second memory operand to pCodeOpReg
2229           to enable upcast to pCodeOpReg2 (there is no type tag to
2230           differenciate the two and pic16_popGet2p cast into PCOR2)
2231         * src/pic16/main.c (_process_pragma): fixed another malloc bug
2232           (sizeof(sectNames) changed to sizeof(sectName))
2233           Both patches fix segfaults under MinGW.
2234
2235 2005-01-23 Raphael Neider <rneider AT web.de>
2236
2237         * src/pic16/{device.c,pcode.c}: s/free/Safe_free/g for
2238           Safe_[mc]?alloc()'ed variables
2239         * src/pic16/gen.c (pic16_aopOp,pic16_popGet): added handling
2240           of (byte sized) temporaries (assign them to WREG for now)
2241         * src/pic16/main.c (_process_pragma): fixed nasty malloc bug
2242           (used sizeof(set *sectSyms) instead of sizeof(struct sectSym)),
2243           this might fix SIGSEGVs on MinGW...
2244         * src/SDCCopt.c (killDeadCode): restored original behaviour
2245           (volatile operands might get thrown away though)
2246
2247 2005-01-23 Vangelis Rokas <vrokas AT otenet.gr>
2248
2249         * src/pic16/gen.c: fixed bug #1106975,
2250         * src/pic16/gen.c: fixed possible bug #1102572, now during TOS
2251         pointer update, INTCON is saved, global interrupts are disabled and
2252         restored after updateing TOS.
2253         * src/SDCC.y, src/SDCC.lex, src/SDCCsymt.c, src/SDCCsymt.h:
2254         * added function attribute 'shadowregs' to take advantage of shadow
2255         registers,
2256         * added function attribute 'wparam' as an alternative to the wparam
2257         pragma,
2258         * support/Utils/SDCCerr.[ch]: added error E_SHADOWREGS_NO_ISR when
2259         user declares a non-ISR function as 'shadowregs',
2260         * doc/sdccman.lyx: updated to reflect recent changes of pic16 port
2261
2262 2005-01-22 Vangelis Rokas <vrokas AT otenet.gr>
2263
2264         * .version: bumped version number to 2.4.8
2265         * device/lib/pic16/pics.all: list of PIC18F devices supported by
2266         pic16 port,
2267         * device/lib/pic16/libio/i2c/: I2C module support library,
2268         * device/include/pic16/i2c.h: I2C support library header,
2269         * device/lib/pic16/libc/stdio/: standard IO support sources,
2270         * (printf_small.c): printf_small() source, supports float print,
2271         * (printf_tiny.c): printf_tiny() source, does not support floats,
2272         * device/lib/pic16/Makefile.common.in: added OPT_FLAGS macro to
2273         enable global optimizations for entire library source, other
2274         Makefiles in the source tree are also modified to reflect this,
2275         * device/lib/pic16/libc/stdlib/putchar.c (putchar): dummy putchar()
2276         function,
2277         * doc/sdccman.lyx: updated to reflect new changes,
2278         * src/pic16/gen.c (aopForSym): don't handle sym->iaccess in
2279         sym->onStack if-case,
2280         * src/pic16/main.c (_pic16_keywords): commented out keywords bit,
2281         sbit, idata, _idata, xdata, _xdata,
2282         * added pragma library, to link an external library, (see doc),
2283         * removed command line options, --pomit-config-words, --pomit-ivt,
2284         --pleave-reset-vector,
2285         * (pic16_finaliseOptions): when define macro SDCC_MODEL_{SMALL/LARGE}
2286         when calling assembler to reflect memory model used, also define
2287         macro STACK_MODEL_{SMALL/LARGE} when compiling and assembling to
2288         reflect stack model used,
2289         * src/pic16/ralloc.c (pic16_allocDirReg): when operand is allocated
2290         on stack return NULL,
2291
2292 2005-01-22 Daniel Winkler <post AT danielwinkler.de>
2293
2294         * src/SDCCopt.c (killDeadCode): do not throw iCodes away if one
2295           of the operands is volatile. Fixes #1020220
2296
2297 2005-01-22 Daniel Winkler <post AT danielwinkler.de>
2298
2299         * src/pic16/pcoderegs.c (pCodeOptime2pCodes): reenabled optimization
2300         * (OptimizeRegUsage): make sure that there is really no other flow where
2301           the first pCode is used
2302
2303 2005-01-22 Raphael Neider <rneider AT web.de>
2304
2305         * src/pic16/pcoderegs.c (pCodeOptime2pCodes): disabled optimization
2306           to fix #1106967 (pCode->seq are not set up correctly)
2307
2308 2005-01-22 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
2309
2310         * src/SDCCglue.c (glue): make sure code area is declared before the
2311         static initialization area.
2312
2313 2005-01-21 Raphael Neider <rneider AT web.de>
2314
2315         * device/lib/Makefile.in: fixed test for pic16 install dir
2316         * device/lib/pic16/*/Makefile*: modified compile flags to enable
2317           optimizations
2318         * doc/sdccman.lyx: updated banksel optimization, removed --flr-support and
2319           added --optimize-goto compiler switch and pragma wparam documentation
2320         * src/pic16/pcode.c (pic16_OptimizeBanksel): removed statistics dump
2321         * src/pic16/pcodepeep.c (pic16_pCodeOpCopy): fixed copying of WREG, PRODL
2322           and PRODH closing bug #1071770 (peephole optimizer)
2323
2324 2005-01-19 Raphael Neider <rneider AT web.de>
2325
2326         * src/SDCCglobl.h: ensure that PATH_MAX >= 2048 to guarantee
2327           cmdLine buffers (used when calling sdcpp...) are large enough
2328           (MAX_PATH=256 truncates arguments leading to system halts when
2329           used in MinGW...)
2330         * src/pic16/gen.c (pic16_sameRegs): relaxed size criterion
2331         * (genUminus): rewritten to for efficiency
2332         * (genNearPointer[GS]et): enforce reloading of FSR0 (was still
2333           used uninitialized in some cases)
2334         * (genCast): upcasting a 16bit int to a 24bit GPOINTER may not
2335           copy the third byte from the int -- now assumes 0x80 (data memory)
2336         * src/pic16/genarith.c (pic16_genPlus): fixed bug when swapping
2337           operands (genAddLit expects the iCode's operands to swapped as
2338           well), fixed leftover bytes (crashed for short left operands)
2339         * (pic16_genMinusDec): performance improvements, removed false
2340           PIC14 emitSKPNCs
2341         * (pic16_genMinus): fixed to cope with differently sized operands
2342         * src/pic16/glue.c (pic16_glue): added new banksel optimization
2343           for --obanksel > 1
2344         * src/pic16/pcode.c: implemented (first phase of) banksel optimization
2345         * src/pic16/graph.[ch]: implementation of directed graphs, used by
2346           new banksel optimization
2347         * src/pic16/pcoderegs.c (pCodeRegMapLiveRangesInFlow): prevented
2348           analysis for temporary registers (segfaults...)
2349         * src/pic16/peeph.def: added rule
2350
2351 2005-01-18 Vangelis Rokas <vrokas AT otenet.gr>
2352
2353         * device/lib/pic16/libc/stdlib/x_ftoa.c: it defines x_ftoa function
2354         which converts a float number to its ASCII representation
2355         * device/lib/pic16/libc/utils/cnvfrac.S,cnvint.S: support
2356         functions to convert the fractional and integer part of a float to ASCII,
2357         * device/lib/pic16/libc/stdlib/(calloc.c,free.c, malloc.c,
2358         realloc.c): added _MALLOC_SPEC to explicit place variables in data
2359         ram
2360         * device/include/asm/pic16/features.h: added _CODE, _DATA, _AUTOMEM,
2361         _STATMEM macros,
2362         * device/include/pic16/adc.h: added GPL info,
2363         * src/pic16/gen.c (genIfxpCOpJump): perform an genIfxJump but using
2364         a pCodeOp as tested operand,
2365         * (genNearPointerGet): optimized bit testing, does not use
2366         intermediate register for bit value, test directly instead with
2367         BTFSS, BTFSC, works only for single bits,
2368         * (genpic16Code): dump the name of the iCode in the asm,
2369         * src/pic16/ralloc.c (decodeOp): removed static declaration and
2370         renamed to pic16_decodeOp,
2371         * (serialRegAssign): do not allocate a temporary register for iCode
2372         sequences that test a single bit for 1/0
2373
2374 2005-01-12 Vangelis Rokas <vrokas AT otenet.gr>
2375
2376         * src/pic16/pcode.[ch]: introduced pic16_stackpnt_*,
2377         pic16_framepnt_*, pic16_stack_*, pic1_frame_* pointer variables to
2378         access stack and frame pointers. They are initially assigned to
2379         point at pic16_pc_fsr1[lh] and pic16_pc_fsr2[lh] variables and other
2380         accessing SFRs. Updated all occurences of modification of stack or
2381         frame pointer in gen.c and pcode.c,
2382         * src/pic16/ralloc.c (serialRegAssign): fixed two bugs with
2383         assigning of a literal value to pointers,
2384         * src/pic16/main.c (pic16_finiliseOptions): set pre-processor define
2385         flag STACK_MODEL_SMALL or STACK_MODEL_LARGE according to the model
2386         selected
2387
2388 2005-01-11 Vangelis Rokas <vrokas AT otenet.gr>
2389
2390         * doc/sdccman.lyx: update documentation about stack pragma, added
2391         some info for stack memory models
2392
2393 2005-01-08 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
2394
2395         * src/pic16/gen.c (DEBUGpc): MSVC 6 does not support macro variable arguments
2396
2397 2005-01-08 Raphael Neider <rneider AT web.de>
2398
2399         * src/pic16/device.c (pic16_dump_usection): changed naming scheme for
2400           udata sections to fix bug #1097823
2401
2402 2005-01-05 Raphael Neider <rneider AT web.de>
2403
2404         * src/pic16/gen.c (genGenericShift): added handling of differently
2405           sized left operand and result
2406
2407 2005-01-04 Raphael Neider <rneider AT web.de>
2408
2409         * src/pic16/gen.c (genIfxJump): fixed inverted skips on CARRY
2410         * (genIfx): fixed (?) read from uninitialized SPIL_LOC (now assumes CARRY
2411           to hold the condition bit)
2412         * added new version of genCmp (old code available via #define)
2413         * added new version of genShiftLeft/genShiftRight in a generic
2414           way, now supports shifting by negative values
2415         * (genLeftShiftLiteral, genRightShiftLiteral): use absolute value of
2416           shiftCount (expected by genGenericShift)
2417         * src/pic16/genarith.c (genPlus): added code for adding CARRY+literal
2418         * src/pic16/pcode.c (pic16_OptimizeJumps): removed annoying statistics
2419           dump
2420         * (pic16_newpCodeOpLit): changed to cast to unsigned char (as e.g. -32766
2421           is an invalid literal too...)
2422
2423 2005-01-04 Vangelis Rokas <vrokas AT otenet.gr>
2424
2425         * src/pic16/gen.c (aopForSym, genEndFunction): applied some fixes
2426         from Raphael Neider,
2427         * src/pic16/pcode.c (pic16_newpCodeOpLit): removed casting to char
2428         for 8-bit literals. This fixes some literal operands which are sign
2429         extended to 16-bits ints when instruction needs only 8-bits.
2430
2431 2004-12-31 Paul Stoffregen <paul AT pjrc.com>
2432
2433         * device/lib/logf.c: added mcs51 assembly version
2434         * device/lib/expf.c: added mcs51 assembly version
2435         * device/lib/_logexpf.c: new shared asm code for expf and logf
2436         * device/include/math.h: add defines for assembly math library
2437         * device/lib/Makefile.in: build new _logexpf.c
2438         * device/lib/libfloat.lib: use new _logexpf.c
2439
2440 2004-12-29 Slade Rich <slade_rich AT users.sourceforge.net>
2441
2442         * src/pic/device.c
2443         * src/pic/pcode.c : adjusted internal stack and pre-allocated registers for
2444           device types which have less than 0x7f registers.
2445
2446 2004-12-29 Slade Rich <slade_rich AT users.sourceforge.net>
2447
2448         * src/pic/genarith.c : Fixed problem with subtraction where the result would not be updated when borrowing.
2449
2450 2004-12-28 Paul Stoffregen <paul AT pjrc.com>
2451
2452         * device/lib/printf_fast.c: only build on supported arch.
2453         * device/lib/printf_tiny.c: only build on supported arch.
2454         * device/lib/printf_fast_f.c: only build if asm float lib
2455         * device/lib/_fsget1arg.c: only build if asm float lib
2456         * device/lib/_fsget2args.c: only build if asm float lib
2457         * device/lib/_fsnormalize.c: only build if asm float lib
2458         * device/lib/_fsreturnval.c: only build if asm float lib
2459         * device/lib/_fsrshift.c: only build if asm float lib
2460         * device/lib/_fsswapargs.c: only build if asm float lib
2461         * device/include/stdio.h: don't provide print_fast,
2462           print_fast_f, print_tiny prototypes if --xstack used
2463
2464 2004-12-28 Maarten Brock <sourceforge.brock AT dse.nl>
2465
2466         * device/lib/sincosf.c (sincosf): don't invert bit/bool by ~
2467         * support/regression/ports/mcs51-stack-auto/spec.mk: added new _fs.. files
2468           to the SOURCES
2469
2470 2004-12-28 Paul Stoffregen <paul AT pjrc.com>
2471
2472         * device/lib/printf_fast_f.c: same as printf_fast, but
2473           with floating point enabled
2474         * device/lib/printf_fast.c: minor tweaks
2475         * device/include/stdio.h: add printf_fast_f
2476
2477 2004-12-27 Paul Stoffregen <paul AT pjrc.com>
2478
2479         * src/SDCCmain.c: make --float-reent default for mcs51
2480         * device/lib/_fsadd.c: added mcs51 assembly version
2481         * device/lib/_fssub.c: added mcs51 assembly version
2482         * device/lib/_fsmul.c: added mcs51 assembly version
2483         * device/lib/_fsdiv.c: added mcs51 assembly version
2484         * device/lib/_fseq.c: added mcs51 assembly version
2485         * device/lib/_fsneq.c: added mcs51 assembly version
2486         * device/lib/_fsgt.c: added mcs51 assembly version
2487         * device/lib/_fslt.c: added mcs51 assembly version
2488         * device/lib/_fscmp.c: shared code for fseq,fsgt,fslt,fsneq
2489         * device/lib/Makefile.in: add _fscmp to build
2490         * device/lib/libfloat.lib: add _fscmp to build
2491
2492 2004-12-27 Paul Stoffregen <paul AT pjrc.com>
2493
2494         * device/lib/_fs2slong.c: added mcs51 assembly version
2495         * device/lib/_fs2sint.c: added mcs51 assembly version
2496         * device/lib/_fs2schar.c: added mcs51 assembly version
2497         * device/lib/_fs2ulong.c: added mcs51 assembly version
2498         * device/lib/_fs2uint.c: added mcs51 assembly version
2499         * device/lib/_fs2uchar.c: added mcs51 assembly version
2500         * device/lib/_slong2fs.c: added mcs51 assembly version
2501         * device/lib/_sint2fs.c: added mcs51 assembly version
2502         * device/lib/_schar2fs.c: added mcs51 assembly version
2503         * device/lib/_ulong2fs.c: added mcs51 assembly version
2504         * device/lib/_uint2fs.c: added mcs51 assembly version
2505         * device/lib/_uchar2fs.c: added mcs51 assembly version
2506         * device/include/float.h: added #define to select asm vs c
2507
2508 2004-12-26 Paul Stoffregen <paul AT pjrc.com>
2509
2510         * device/lib/printf_fast.c: improvements to float output
2511         * device/include/float.h: add defines for assembly float library
2512         * device/lib/_fsget1arg.c: receive 1 float arg
2513         * device/lib/_fsget2args.c: receive 2 float args (reentrant)
2514         * device/lib/_fsnormalize.c: normalize a float
2515         * device/lib/_fsreturnval.c: return float, various helper routines
2516         * device/lib/_fsrshift.c: right shift a float's mantissa
2517         * device/lib/_fsswapargs.c: swap 2 floats
2518         * device/lib/Makefile.in: build these 6 new files for mcs51
2519         * device/lib/libfloat.lib: add these 6 files to the library
2520
2521 2004-12-26 Borut Razem <borut.razem AT siol.net>
2522
2523         * sim/ucsim/avr.src/arith_inst.cc: fixed bug #1088372- savr is not
2524           built by gcc 3.4.2
2525
2526 2004-12-25 Paul Stoffregen <paul AT pjrc.com>
2527
2528         * device/lib/printf_tiny.c: printf for mcs51 in only 267 bytes,
2529           and fully reentrant and register bank neutral.
2530         * device/lib/printf_fast.c: added float (not enabled by default),
2531           added compact/slower integer (also not enabled by default),
2532           improved size/speed of fast integer code, other minor changes
2533         * device/include/stdio.h, device/lib/Makefile.in,
2534           device/lib/libsdcc.lib: integrate printf_tiny into mcs51 build
2535
2536 2004-12-24 Maarten Brock <sourceforge.brock AT dse.nl>
2537
2538         * src/pic16/pcode.c: declaring variables other than at the start of a
2539           block is not supported in C by VC6.
2540
2541 2004-12-22 Vangelis Rokas <vrokas AT otenet.gr>
2542
2543         * applied a previous patch from Raphael Neider that wasn't included
2544         in the previous commits, which fixes infinite loops within jumptable
2545         improvements,
2546         * made some fixes that previous patches introduced
2547
2548 2004-12-21 Vangelis Rokas <vrokas AT otenet.gr>
2549
2550         * src/pic16/gen.c (pic16_aopGet): applied fix from Raphael Neider
2551         that fixes an issue with AOP_PCODE asmop's offset,
2552         * (pic16_popCopyReg): update instance field too,
2553         * (mov2w): modified to pic16_mov2w because it conflicts with mov2w
2554         function of pic port,
2555         * (genCmp, genAnd, genAssign),
2556         * src/pic16/genarith.c (genAddLit): some fixes from Raphael Neider,
2557
2558 2004-12-20 Vangelis Rokas <vrokas AT otenet.gr>
2559
2560         * src/SDCCast.c (gatherAutoInit): allow pic16 to emit static
2561         variables initial values to idata section,
2562         * src/SDCCicode.c (geniCodeCall): patch from ### to fix unreferenced
2563         variables in some functions. This utilizes parmBytes field of iCode
2564         structure to hold the offset of the variable in stack. (might be
2565         able to use the stack field too?)
2566         * applied patch from Raphael Neider # ### , # ###
2567         * src/pic16/glue.c (pic16emitRegularMap): fix to print static
2568         variable initial values in idata section,
2569         * src/pic16/ralloc.c (pic16_allocDirReg): don't allocate register
2570         for static variables with initial value
2571         * src/device/lib/pic16/libsdcc/float/ulong2fs.c (__ulong2fs):
2572         applied fix in while loop from Raphael Neider.
2573
2574 2004-12-19 Maarten Brock <sourceforge.brock AT dse.nl>
2575
2576         * src/ds390/gen.c (genCpl): fixed bit=~(char/bit) bugs, added warning
2577         * src/ds390/main.c (_ds390_regparm): don't pass bit params in registers
2578         * src/ds390/ralloc.c (serialRegAssign): spill bits
2579         * src/mcs51/gen.c (genCpl): fixed bit=~(char) bugs, added warning
2580         * support/Util/SDCCerr.c,
2581         * support/Util/SDCCerr.h: added warning W_COMPLEMENT for using bit=~(bit)
2582         * support/regression/tests/bitvars.c: added tests for bitwise complement(~)
2583         * support/regression/tests/bitwise.c: added test for bitwise complement(~)
2584
2585 2004-12-09 Maarten Brock <sourceforge.brock AT dse.nl>
2586
2587         * device/include/sdcc-lib.h: inserted LGPL, added includes
2588           asm/ds390/features.h and asm/mcs51/features.h
2589         * device/include/asm/default/features.h,
2590         * device/include/asm/gbz80/features.h,
2591         * device/include/asm/z80/features.h: added empty _AUTOMEM
2592           and _STATMEM
2593         * device/include/asm/ds390/features.h,
2594         * device/include/asm/mcs51/features.h: added files with defines for
2595           _AUTOMEM and _STATMEM indicating automatic and static storage class
2596         * device/lib/printf_large.c (_print_format): optimized & used _AUTOMEM
2597         * doc/sdccman.lyx: version 2.4.7, updated xstack documentation
2598         * src/SDCCicode.c (geniCodeCast),
2599         * src/SDCCsymt.c (compareType): allow cast of data-ptr to idata-ptr
2600         * src/SDCCloop.c (loopInduction): removed unused variable lr
2601         * src/SDCCopt.c (convilong, convertToFcall): moved "easy special case"
2602           to convertToFcall to include char modulo (RFE 1065037), added check
2603           if left operand is unsigned and use abs of literal value
2604         * src/SDCCpeeph.c (setFromConditionArgs): removed double quotes option
2605           as it doesn't work after conversion from peephole.def to peephole.rul
2606         * src/mcs51/gen.c (toBoolean): added check for size,
2607           (genModOneByte): optimized code for signed char modulo a literal
2608           power of 2 (thanks to Hubert Sack),
2609           (genRRC): removed unnecessary "clr c",
2610           (genRLC): replaced "add a,acc" with cheaper "rlc a"
2611         * src/mcs51/peeph.def: renamed 115 to 115.a, added rule 115.b: another
2612           jump optimization,
2613           swapped rules 256.c and 256.d,
2614           extended 256.d by using new multiple checks (thanks Erik),
2615           added rules 256.e and 256.f,
2616           updated rule 261.a and 261.b to new generated code
2617         * support/regression/tests/muldiv.c: added test div/mod by a power of 2
2618
2619 2004-12-07 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
2620
2621         * src/SDCCloop.c (basicInduction, loopInduction): fixed several
2622           induction related bugs, including first part of bug #1074377
2623
2624 2004-12-05 Vangelis Rokas <vrokas AT otenet.gr>
2625
2626         * applied patch from bug-report #1076292,
2627         * applied patches for genAnd and Goto-optimizations for Raphael
2628         Neider,
2629         * src/SDCCicode.c (printOperand): fixed !REGA source to compile and
2630         dump a less iCode information,
2631         * src/pic16/device.h (pic16_options_t): added field debgen,
2632         * src/pic16/gen.h: added macros DUMP_FUNCTION_ENTRY,
2633         DUMP_FUNCTION_EXIT, FENTRY, FENTRY2,
2634         * src/pic16/gen.c (my_powof2): renamed to pic16_my_powof2 and made
2635         puclic,
2636         * (various functions): added macros FENTRY and FENTRY2 to functions,
2637         to emit function prologue,
2638         * (various functions): fixed indentation,
2639         * (genNearPointerGet): fixed loading of FSR0,
2640         * (genPackBits): applied patch from Raphael Neider to fix updating
2641         of FSR0 and touching only the modified bits,
2642         * src/pic16/genarith.c (various functions): added macros FENTRY to
2643         emit function prologue in comments,
2644         * src/pic16/pcode.h: added functions debugf2, debugf3,
2645         * src/pic16/ralloc.c: partial fix for packForPush caused
2646         segmentation fault,
2647
2648 2004-12-04 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
2649
2650         * src/mcs51/peeph.def: added 261.a,b (16 bit rotate) by Stas Sergeev
2651           <stsp AT users.sourceforge.net> with reversed byte order
2652         * support/regression/tests/rotate.c: added (ds390 skips some tests)
2653
2654 2004-12-03 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
2655
2656         * src/z80/gen.c (genLeftShift, genRightShift): fixed second part of
2657           bug #1074377
2658         * src/hc08/gen.c (genrshFour, shiftRLong, shiftLLong),
2659         * src/mcs51/gen.c (shiftLLong): Fixed some shifting bugs Frieder found
2660
2661 2004-12-02 Slade Rich <slade_rich AT users.sourceforge.net>
2662
2663         * src/pic/pcode.c : fixed a problem where banksel was not being inserted.
2664
2665 2004-12-02 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
2666
2667         * src/SDCCpeeph.c (callFuncByName): support combined peephole rule
2668           conditions,
2669           (setFromConditionArgs): friendly operand parser for peephole rules,
2670           (operandBaseName, operandsNotRelated): new peephole condition
2671           "operandsNotRelated" -- similar to "operandsNotSame", but takes
2672           architecture specific register naming into account, handles n-way
2673           comparisons, and supports quoted literals
2674         * src/mcs51/peeph.def: restored rule 177.d with an extra condition
2675
2676 2004-12-02 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
2677
2678         * src/mcs51/peeph.def: fixed bug #1076940
2679
2680 2004-12-02 Slade Rich <slade_rich AT users.sourceforge.net>
2681
2682         * device/include/pic/pic16f877.h : added an include file for the PIC16F877 device.
2683
2684 2004-11-28 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
2685
2686         Adding support for replacing ljmps with sjmps in jumptables
2687         generated for switch statements. For now you need to set the
2688         environment variable SDCC_SJMP_JUMPTABLE to enable this.
2689         Now 4 algorithms for mcs51 jumptable generation are used:
2690         ljmp or sjmp jumptables for up to 16 cases, stack-pushing target
2691         addresses loaded pc-relative for up to 112 cases and stack-pushing
2692         target addresses loaded with offset from dptr for up to 256 cases.
2693
2694         * src/SDCCpeeph.c: added peephole conditional labelJTInRange
2695         * src/mcs51/main.c: adapted constants for switch table generation
2696         * src/mcs51/peeph.def: added 260.x for replacing ljmp with sjmp
2697
2698 2004-11-26 Maarten Brock <sourceforge.brock AT dse.nl>
2699
2700         * device/lib/printf_large.c (_print_format): fixed bug 1073386
2701         * support/regression/tests/bug1057979.c: added test for bug 1073386
2702
2703 2004-11-25 Vangelis Rokas <vrokas AT otenet.gr>
2704
2705         * src/pic16/pcode.c: fixed bug which may produce error in non-GNU
2706         compilers
2707
2708 2004-11-25 Vangelis Rokas <vrokas AT otenet.gr>
2709
2710         * src/pic16/device.h,
2711         * src/pic16/genarith.c,
2712         * src/pic16/glue.c,
2713         * src/pic16/main.c,
2714         * src/pic16/pcode.c: applied patches #1068154 and #1070213
2715
2716 2004-11-24 Vangelis Rokas <vrokas AT otenet.gr>
2717
2718         Large cummulative patch for pic16 port.
2719         * device/lib/pic16/gstack.h: NEW, user can specify its own handler
2720         to call when a stack overflow occurs,
2721         * (malloc.h): added CVS Id tag,
2722         * (pic18f{242,252,442,452}.h): added T0CONbits structure and
2723         variable,
2724         * added libc directory. The current version of LibC contains string
2725         functions, ctype functions and macros and some functions of the
2726         stdlib set (like malloc/free/atof/atoi etc...). All functions are to
2727         be extensively tested in the future. Standard disclaimer here.
2728         Library is not automatically build yet. But one can build it by
2729         invoking 'make' inside the libc directory.
2730         * added ADC library under libio. Preliminary version yet.
2731
2732         * src/pic16/gen.h: added emitTOGC macro, to toggle Carry flag,
2733         * src/pic16/gen.c (aopForRemat): asmop size is filled by
2734         aopForRemat() now and not by pic16_aopOp(),
2735         * (pic16_popGetTempReg): removed warning messgae when allocating
2736         temporary registers, its a buggy feature and will be removed,
2737         * (pic16_popGet): set register instance field in AOP_CRY,
2738         * (pic16_outBitC): fixed for results in size greater than 1,
2739         * (genUminusFloat): fixed for pic16, ported code from mcs51,
2740         * (pic16_storeForReturn): optimized return of 0,
2741         * (genCmp): experimental code for new genCmp which uses PIC18's
2742         special compare&skip instructions. Initial tests fail some times
2743         with variables grater than 1 byte in size, so new code is disabled,
2744         * (genUnpackBits, genPackBits): more optimizations in reading/writing,
2745         a single bit,
2746         * (genCast): began a fix to optimize the casting of a bit to another
2747         bit, now assigning a bitfield to another bitfield will fail, sorry,
2748         * src/pic16/main.c: disabled the use of lr-support feature,
2749         * src/pic16/pcode.h: renamed PCASMDIR to PCAD,
2750         * added some function prototypes, added function _debugf prototype,
2751         * src/pic16/pcode.c: (pic16_get_op): fixed emitting operands of register
2752         bits with offset (case PO_GPR_BIT),
2753         * (genericPrint): don't emit INFO pcode when --pcode-verbose not in
2754         command line,
2755         * (isBankInstruction): modified to return 0 for no banking instruction,
2756         and 1 for banking instruction,
2757         * (pic16_isPCinFlow): check for PCAD (assembler directives) too,
2758         caused stop processing pCodes after a inline assembly block,
2759         * (pic16_popCopyGPR2Bit): updated to match bitfields with offset,
2760         * src/pic16/pcoderegs.c: fixed a bug with eliminating some temporary
2761         registers when it shouldn't,
2762         * src/pic16/ralloc.c (allocReg): add preliminary support for
2763         supporting a limited set of temporary registers,
2764
2765 2004-11-23 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
2766
2767         * src/hc08/gen.c (genAssign, genPointerGetSetOfs, genDataPointerGet,
2768           genDataPointerSet): ensure assignments always copy in MSB to LSB
2769           order,
2770           (loadRegFromAop): recognize CLRH optimization,
2771           (genFunction): optimize RECEIVE iCodes in reentrant functions
2772
2773 2004-11-20 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
2774
2775         * src/SDCCmain.c (parseCmdLine, optionsTable[]): fixed bug with
2776           --out-fmt-s19 turning into --out-fmt-elf if s19 was already
2777           selected.
2778         * src/SDCCmain.c (linkEdit): don't define SSEG for HC08
2779         * src/hc08/main.c (_hc08_setDefaultOptions): default xdata to be
2780           contiguous with data
2781
2782 2004-11-19 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
2783
2784         * device/lib/_gptrget.c (_gptrget),
2785         * device/lib/_gptrgetc.c (_gptrgetc),
2786         * device/lib/_gptrput.c (_gptrput): _naked allows to use ret
2787           instead of sjmp to ret
2788         * src/mcs51/peeph.def: added peepholes 3.d-g and 177.g,h provided
2789           by Hubert Sack <hsack2002 AT arcor.de> in RFE #1067986, thanks
2790
2791 2004-11-18 Maarten Brock <sourceforge.brock AT dse.nl>
2792
2793         * .version: bumped version to 2.4.7
2794         * device/lib/_gptrget.c (_gptrget): is now _naked
2795         * device/lib/_gptrgetc.c (_gptrgetc): is now _naked
2796         * device/lib/_gptrput.c (_gptrput): is now _naked
2797         * src/SDCCast.c (createBlock): removed ridiculous self-assignment,
2798           (createFunction): fixed xstack
2799         * src/SDCCglue.c (emitMaps): set allocation required for bit area
2800         * src/SDCCicode.c (geniCodeCast): don't change SPEC_OCLS for literal
2801           or bit either,
2802           (geniCodeCritical): store original interrupt state in an iTemp bit
2803           var unless stack-auto
2804         * src/SDCCicode.h: added CRITICAL and ENDCRITICAL to SKIP_IC2
2805         * src/SDCCmain.c (setIncludePath): added include/target to search path
2806         * src/SDCCmem.c (allocParms): store bit vars in bit space, not overlay
2807         * src/SDCCsymt.c (checkFunction): don't check regbank for isr's against
2808           prototype,
2809           (processFuncArgs): put bit vars in bit area
2810         * src/mcs51/gen.c (saveRegisters, unsaveRegisters, genXpush, saveRBank,
2811           unsaveRBank): fixed xstack,
2812           (genFunction): bugfix: replaced (global!) reentrant with fReentrant,
2813           (genFunction, genEndFunction): fixed xstack,
2814           (genAssign): optimization don't walk backwards through mem
2815         * src/mcs51/main.c (_mcs51_regparm): don't pass bit params in registers
2816         * src/mcs51/ralloc.c (createStackSpil): spill bits to bit area
2817         * support/regression/Makefile: also make library (for stack-auto) when
2818           making "all" and added "test-mcs51-xstack-auto"
2819         * support/regression/fwk/lib/testfwk.c: added T2_isr prototype for mcs51
2820         * support/regression/ports/mcs51/T2_isr.c: added this file as a stub
2821         * support/regression/ports/mcs51/fwk.lib: added to link T2_isr stub
2822         * support/regression/ports/mcs51/spec.mk: added rules for fwk.lib
2823         * support/regression/ports/mcs51-stack-auto/spec.mk: replaced
2824           make-library by MAKE_LIBRARY
2825         * support/regression/ports/mcs51-xstack-auto/spec.mk: file added to run
2826           regression tests for xstack
2827         * support/regression/tests/bitvars.c: test for bit vars (bug 938782)
2828         * support/regression/tests/critical.c: test for critical on mcs51
2829
2830 2004-11-18 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
2831
2832         * support/regression/ports/ucz80/spec.mk: use include and lib files from
2833           built version of sdcc instead of installed version
2834
2835 2004-11-14 Maarten Brock <sourceforge.brock AT dse.nl>
2836
2837         * src/mcs51/gen.c (toBoolean): fixed bug 1065458
2838         * device/lib/Makefile.in: z80 uses printf_large.c, sprintf.c and
2839           vprintf.c now
2840         * device/lib/printf_large.c (calculate_digit): fixed bug 1057979
2841         * device/lib/z80/Makefile: don't use printf.c as it fails bug 1057979
2842           WARNING: remove device/lib/build/z80/printf.o by hand when
2843           updating from previous build!
2844         * device/lib/z80/printf.c: updated comment
2845         * support/regression/tests/bug1057979.c: test all ports now
2846         * support/regression/tests/bug1065458.c: file added
2847
2848 2004-11-12 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
2849
2850         * src/z80/gen.c (genFunction, genEndFunction): avoided generating
2851           *_start and *_end symbols for static functions
2852
2853 2004-11-11 Maarten Brock <sourceforge.brock AT dse.nl>
2854
2855         * src/SDCCmain.c (linkEdit): don't suppress crt0 if --nostdlib is used
2856           and search crt0.o in all library paths,
2857           (setIncludePath): proper handling of --nostdinc,
2858           (setLibPath): proper handling of --nostdlib
2859         * support/regression/Makefile,
2860         * support/regression/ports/ds390/spec.mk,
2861         * support/regression/ports/gbz80/spec.mk,
2862         * support/regression/ports/hc08/spec.mk,
2863         * support/regression/ports/mcs51/spec.mk,
2864         * support/regression/ports/mcs51-large/spec.mk,
2865         * support/regression/ports/mcs51-stack-auto/spec.mk,
2866         * support/regression/ports/z80/spec.mk: use include and lib files from
2867           built version of sdcc instead of installed version
2868         * doc/sdccman.lyx: fixed typo in --nostdinc
2869
2870 2004-11-10 Slade Rich <slade_rich AT users.sourceforge.net>
2871
2872         * src/pic/pcode.c,
2873         * src/pic/device.c,
2874         * src/pic/ralloc.c,
2875         * src/pic/gen.c : added support to generate code for struct bit fields.
2876
2877 2004-11-06 Maarten Brock <sourceforge.brock AT dse.nl>
2878
2879         * as/xa51/xa_version.h,
2880         * device/include/errno.h,
2881         * device/include/regc515c.h,
2882         * device/lib/_itoa.c,
2883         * device/lib/_ltoa.c,
2884         * device/lib/ser_ir_cts_rts.c,
2885         * sim/ucsim/xa.src/glob.cc,
2886         * sim/ucsim/xa.src/inst_gen.cc,
2887         * sim/ucsim/xa.src/xa_bit.cc,
2888         * sim/ucsim/xa.src/xa_sfr.cc,
2889         * sim/ucsim/z80.src/inst_dd.cc,
2890         * sim/ucsim/z80.src/inst_fdcb.cc,
2891         * support/scripts/keil2sdcc.pl,
2892         * src/pic16/pic16.dsp,
2893         * src/pic16/pic16a.dsp: corrected cvs line endings
2894         * device/lib/printf_large.c: fixed bug 1057979
2895         * src/pic16/gen.c: fixed non-C standard code
2896         * src/SDCCmain.c: made --pack-iram default, added --no-pack-iram
2897         * src/SDCCglobl.h: changed pack_iram to no_pack_iram
2898         * support/regression/ports/mcs51/support.c: reload T1 asap
2899         * doc/sdccman.lyx: updated for options --pack-iram and --no-pack-iram,
2900           pdata use and clear idata startup behaviour
2901         * support/regression/tests/bug1057979.c: added
2902
2903 2004-11-04 Maarten Brock <sourceforge.brock AT dse.nl>
2904
2905         * device/examples/ds390/ow390/ad26.h,
2906         * device/examples/ds390/ow390/cnt1d.h,
2907         * device/examples/ds390/ow390/crcutil.c,
2908         * device/examples/ds390/ow390/ownet.h,
2909         * device/examples/ds390/ow390/owsesu.c,
2910         * device/examples/ds390/ow390/swt12.h,
2911         * device/examples/ds390/ow390/swtoper.c,
2912         * device/examples/ds390/ow390/temp10.h,
2913         * device/examples/ds390/ow390/thermodl.c,
2914         * device/examples/ds390/tinitalk/tinitalk.dsp,
2915         * device/examples/ds390/tinitalk/tinitalk.dsw,
2916         * device/examples/mcs51/clock/hw.h,
2917         * device/examples/mcs51/simple2/go.bat,
2918         * device/examples/serialcomm/windows/serial.h,
2919         * device/examples/xa51/dummy.c,
2920         * device/examples/xa51/hello.c,
2921         * device/include/80c51xa.h,
2922         * device/include/at89x051.h: corrected cvs line endings
2923
2924 2004-11-04 Vangelis Rokas <vrokas AT otenet.gr>
2925
2926         * src/pic16/main.c (options): added command line --gstack, to trace
2927         stack over/under flows,
2928         * added pragma 'wparam' to allow passing first byte of function
2929         parameters via WREG, syntax is #pragma wparam my_function[, func2...]
2930         * src/pic16/gen.c (pic16_testStackOverflow): function which emits a
2931         call to __gstack_test function and sets up the symbol as extern,
2932         * (pic16_pushpCodeOp, pic16_poppCodeOp, pushw, pushaop, popaopidx,
2933         * popaop): added call to pic16_testStackOverflow,
2934         * (wParamCmp, inWparamList): NEW, test existence of a symbol in
2935         wparamList list,
2936         * (genCall, genPcall): now all parameters are passed via stack
2937         except in functions that are pass to wparam pragma in which WREG is
2938         used too,
2939         * (genPcall): REENTRANT flag is checked to see if variable prototype
2940         contains reentrant keyword, don't call a non-reentrant function, via
2941         a reentrant function pointer or vice versa, functions are never
2942         passed via WREG,
2943         * (genJumpTab): applied patch from bug #1057478 by R.Neider and
2944         D.Winkler,
2945         * src/pic16/glue.c (pic16emitRegularMap): fixed bug which caused a
2946         SIGSEGV when accessing a NULL register stucture,
2947         * (pic16_printGPointerType): modified to handle UPPER modifier for
2948         function initializers, changed prototype of function to simpler one,
2949         * (pic16_printIvalFuncPtr): check to see if function is already
2950         added in externs list,
2951         * src/pic16/pcoderegs.c (pCodeOptime2pCodes): fixed bug which
2952         optimized a move from W to SFR with a move to the same register
2953         later after a CALL,
2954         * device/lib/pic16/debug: NEW directory, contains debug features
2955         which are enabled when linking with libdebug.lib, currently command
2956         line option --gstack enables stack pointer tracing for over/under
2957         flow, corresponding sources are in debug/gstack
2958
2959 2004-10-30 Vangelis Rokas <vrokas AT otenet.gr>
2960
2961         * doc/sdccman.lyx: updated SDCC version,
2962         * (PIC16 port): update list of command line options,
2963         * src/pic16/device.h (structure pic16_options_t): added field gstack
2964         to enable stack overflow tracing on push/pops,
2965         * src/pic16/device.c (statistics structure): added statistics
2966         structure,
2967         * (pic16_dump_access, pic16_dump_usection, pic16_dump_gsection,
2968         pic16_dump_int_registers): increase statistics counters for each
2969         * variable which is encountered
2970         * (pic16_dump_usection): emit each .udata variable to its own udata
2971         section,
2972         * src/pic16/gen.c (assignResultValue, genCall, genPcall, genFunction):
2973         when macro USE_WREG_IN_FUNC_PARAMS is set to 0 pass all function
2974         parameters via stack, otherwise use old scheme,
2975         * src/pic16/glue.c (pic16_emitStatistics): dump statistics in
2976         assembler output file,
2977         * src/pic16/main.c: added command line options --gstack to enable
2978         push/pop tracing for stack overflow,
2979         * src/pic16/pcode.c (all pCodeInstruction records for PIC18F
2980         instructions): added size of each instruction,
2981         * (pic16_countInstruction): estimate size of instructions in
2982         the_pFile list, inline assembly blocks are not counted,
2983         * (pic16_FixRegisterBanking): trace previous register usage, when
2984         banksel optimizations is greater than 0, don't emit a redudant
2985         banksel directive,
2986
2987 2004-10-26 Slade Rich <slade_rich AT users.sourceforge.net>
2988
2989         * src/pic/ralloc.c : fixed inefficient code produced when compiling a complimented bit operation.
2990         * src/pic16/ralloc.c : applied same fix for pic16.
2991         * src/pic/gen.c : tidied it up a little.
2992
2993 2004-10-25 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
2994
2995         * src/mcs51/peeph.def: disabled 259.a,b for removing redundant ret,
2996         thanks to Martin Helmling for reporting (mail on sdcc-devel 2004-10-25)
2997
2998 2004-10-22 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
2999
3000         * src/SDCCast.c (reverseParms): fixed bug #1040577 (part 2)
3001
3002 2004-10-22 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
3003
3004         * device/lib/ser_ir_cts_rts.c: integer promotion caused a call to the
3005         non-reentrant function __modsint in the interrupt function (thus
3006         corrupting math operations during serial I/O)
3007         * device/lib/ser_ir.c: as above, changed buffersize
3008         * src/mcs51/peeph.def: added 259.a,b for removing redundant ret,
3009         256.c,d for zeroing
3010         * doc/Makefile: added option -t for rsync
3011
3012 2004-10-22 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3013
3014         * src/SDCCast.h (struct ast),
3015         * src/SDCCast.c (reverseParms, copyAst): fixed bug #1040577 (part 1)
3016
3017 2004-10-20 Borut Razem <borut.razem AT siol.net>
3018
3019         * support/scripts/sdcc.nsi: added include/pic16/*.h to the setup
3020         package
3021
3022 2004-10-20 Vangelis Rokas <vrokas AT otenet.gr>
3023
3024         * device/lib/pic16/libsdcc/Makefile: added lregs directory in
3025         makefile targets,
3026         * device/lib/pic16/libsdcc/lregs/{Makefile,lrst.c,lrrest.c}: NEW
3027         support functions to replace long sequences of MOVFF's from access
3028         bank registers to stack and vice versa,
3029         * src/pic16/device.h: added new field opt_flags, where optimization
3030         flags can be set to enable certain features,
3031         * src/pic16/gen.c (pic16_emitpinfo): NEW to add PC_INFO pCode in
3032         * pBlock, (genFunction, genEndFunction): surroung loop for
3033         saving/loading used registers in stack with PC_INFO pCodes,
3034         INF_LREGS. Code in between can then be optimized by pCode optimizer
3035         to support function calls,
3036         * (genDataPointerSet): fixed bug which loaded float fields in
3037         structures with corrupt data,
3038         * src/pic16/genutils.c (debugf, _debugf): macro/function which emits
3039         in a standard way debug info on stderr. Feature used for developing
3040         and debugging only,
3041         * src/pic16/glue.c (pic16glue): reformatted, deleted some old and
3042         obsolete chunks of code,
3043         * if optimization flag OF_LR_SUPPORT was set, call pic16_OptimizeLocalRegs,
3044         * src/pic16/main.c (_pic16_parseOptions): added handler for --flr-support,
3045         * pic16/src/pcode.c (pic16_newpCodeInfo,
3046         * (pic16_newpCodeOpLocalRegs),
3047         * (pic16_convertLocalRegs2Support): NEW, to support new optimization
3048         feature,
3049         * (pic16_pCodeConstString): printing of the initial value of a
3050         symbol as a comment is inhibited since parsing was already done by
3051         copyStr and output is corrupt,
3052         * (pic16_pCode2str, genericPrint): handle PC_INFO pCode,
3053
3054 2004-10-20 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3055
3056         * src/mcs51/ralloc.c (packRegisters): fixed bug #1044601
3057
3058 2004-10-19 Maarten Brock <sourceforge.brock AT dse.nl>
3059
3060         * as/mcs51/lkarea.c: removed old K&R style,
3061           (lnksect): changed check on boundary error,
3062           (lnksect2): changed check on boundary error,
3063           (lnksect2): extend XSTK to end of page if size = 1
3064         * as/mcs51/lkmain.c: removed old K&R style,
3065           (Areas51): create l_IRAM symbol
3066         * as/mcs51/lkmem.c (summary2): added report on PSEG and XSTK
3067         * device/lib/Makefile.in: renamed model-mcs51-reentrant to
3068           model-mcs51-stack-auto, added model-mcs51-xstack-auto
3069         * device/lib/_mullong.c: added version to be compiled with xstack
3070         * device/lib/mcs51/crtclear.asm: clear only upto --iram-size
3071         * device/lib/mcs51/crtxclear.asm: clear pdata as well
3072         * device/lib/mcs51/crtxstack.asm: fixed comment
3073         * src/SDCCglue.c: maxInterrupts defaults to 0,
3074           (emitMaps): added pdata,
3075           (createInterruptVect): (re)moved default,
3076           (glue): added pdata,
3077           (glue): moved __start__xstack to XSTK with default size 1
3078         * src/SDCCmain.c (parseCmdLine): automatically set options.intlong_rent
3079           and options.float_rent when options.stackAuto is set,
3080           (linkEdit): only write XDATA_NAME if provided on command line
3081         * src/SDCCmem.h,
3082         * src/SDCCmem.c: added pdata
3083         * src/port.h: added pdata_name to PORT
3084         * src/mcs51/gen.c (toBoolean): fixed for Acc use of aopGet,
3085           (saveRegisters, unsaveRegisters): removed usage of B,
3086           (genMinus): fixed accumulator clash,
3087           (genJumpTab): added comment, this needs another look
3088         * src/mcs51/gen.c: added check for "B in use" paranoia,
3089           added pushB() and popB()
3090         * src/mcs51/peeph.def: restart after 177.c so 177.a can get a second
3091           chance
3092         * src/avr/main.c,
3093         * src/ds390/main.c,
3094         * src/hc08/main.c,
3095         * src/mcs51/main.c,
3096         * src/pic/main.c,
3097         * src/pic16/main.c,
3098         * src/xa51/main.c,
3099         * src/z80/main.c: (reset_regparms) made void parameter explicit and
3100           added PSEG (PAG,XDATA) or NULL to port specifier
3101         * src/ds390/main.c (_ds390_genIVT): moved implemented default in here
3102         * src/mcs51/main.c (_mcs51_genIVT): moved implemented default in here,
3103           (_mcs51_genInitStartup): removed __start__xstack equ,
3104           (mcs51_port): moved xstack from XSEG (XDATA) to XSTK (PAG,XDATA)
3105         * src/pic16/device.c (pic16_dump_usection, pic16_dump_isection),
3106         * src/z80/gen.c (_rleAppend): fixed warnings
3107         * support/regression/tests/zeropad.c: added pdata test
3108         * .version: bumped to 2.4.6
3109
3110 2004-10-17 Borut Razem <borut.razem AT siol.net>
3111
3112         * support/scripts/sdcc.nsi: cross compiling of WIN32 setup.exe on Linux
3113         as a part of nightly build
3114
3115 2004-10-16 Vangelis Rokas <vrokas AT otenet.gr>
3116
3117         * src/pic16/gen.c (struct _G): added field useWreg, is set to 1 when
3118         WREG holds the first byte function parameters,
3119         * (aopForSym): take special case for symbols which are in FARSPACE
3120         but in CODESPACE too,
3121         * (assignResultValue): modified to take into account _G.useWreg,
3122         * (genCall): don't use wreg for parameter passing when function is
3123         declared as reentrant, too, added optimization INCF to stack
3124         pointer when stack parameter count is 1,
3125         * (genFunction, genEndFunction): refurnished and fixed to not using
3126         wreg for passing parameters when function has varargs or is
3127         reentrant, fixed bug with symbol name compare for generating
3128         functions in absolute address,
3129         * (pic16_storeForReturn): refurnished,
3130         * (genCmp): began writing a new version of the function, not ready
3131         yet, therefore it is disabled,
3132         * (genAssign): do not read code memory when assigning a function to
3133         a pointer function,
3134         * src/pic16/glue.c (pic16emitStaticSeg): abSym->name is defined an
3135         array of characters, not pointer,
3136         * (pic16initialComments): in debug mode emit an .ident directive for
3137         the assembler,
3138         * (_process_pragma): emit a new warning type (internal to pic16)
3139         when setting stack to default length, emit a similar warning when
3140         placing a function at absolute address and address is not word aligned
3141         * (_pic16_parseOptions): added 'return TRUE' statement,
3142         * (_pic16_linkEdit): if compiling a source, then add the source's
3143         file object, first in the list of objects to link,
3144
3145 2004-10-13 Slade Rich <slade_rich AT users.sourceforge.net>
3146
3147         * src/pic/pcoderegs.c : increased count on regUsedinRange to prevent unnecessary warning.
3148         * src/pic/main.c : removed VC warning.
3149         * src/pic/gen.c : changed comment.
3150
3151 2004-10-12 Vangelis Rokas <vrokas AT otenet.gr>
3152
3153         * device/lib/pic16/libsdcc/gptr/gptrput[234].c: an external
3154         reference to a deprecated symbol _GPTRREG was causing failure to
3155         link. Thanks G. M. Gallant for the info.
3156
3157 2004-10-12 Slade Rich <slade_rich AT users.sourceforge.net>
3158
3159         * src/pic/pcode.c : Applied a code patch supplied by Paul Ashmore in
3160         comments for Bugs item #954788.
3161
3162 2004-10-10 Vangelis Rokas <vrokas AT otenet.gr>
3163
3164         * src/pic16/device.c (pic16_dump_gsection,
3165         * pic16_groupRegistersInSection): handle symbols declared to be in
3166         access bank differently,
3167         * src/pic16/gen.c (struct _G): added field resDirect,
3168         * (aopForSym): if symbol on stack and iCode is '=' and result exists,
3169         send values read from stack directly to result and don't allocate
3170         temporary values,
3171         * (pic16_sameRegs): fixed bug that allowed MOVFF to move between
3172         same registers,
3173         * (pic16_sameRegsOfs): NEW,
3174         * (freeAsmop): if _G.resDirect is set then do not mark registers as
3175         free because they were not allocated from temporary pool,
3176         * pic16_popRegFromString): workaround to fix a problem with
3177         allocating variables twice or never,
3178         * (genGenPointerGet): using PRODL instead of FSR0H,
3179         * (genGenPointerSet): using POSTDEC1 (that is a stack location)
3180         instead of FSR0H,
3181         * (genAssign): take advantage of the _G.resDirect flag,
3182         * (genCast): around line 11844, use mov2f instead of directly
3183         MOVFF'ing between operands to account for literal values,
3184         * src/pic16/genutils.c: some new debug functions for gpsim have been
3185         added,
3186         * src/pic16/glue.c (pic16_printIvalType): fixed bug that initialized
3187         float with integer part only,
3188         * src/pic16/main.c (_process_pragma): handle pragma udata access to
3189         place variables in access bank
3190         * device/lib/pic16/libsdcc/gptr/gptr*.c: using BRA instead of GOTO,
3191         updated sources to reflect recent changes in gen.c
3192
3193 2004-10-06 Vangelis Rokas <vrokas AT otenet.gr>
3194
3195         * device/lib/pic16/libsdcc/Makefile.rules: fixed bug concerning
3196         sources that searched for headers in installation path, now the
3197         device/include/pic16 is used,
3198         * src/pic16/glue.c (pic16glue),
3199         * src/pic16/pcode.c (pCode2str, genericPrint): don't print .file or
3200         .line directives if not in debug mode, this suppresses assembler's
3201         warnings for ignored directives
3202
3203 2004-10-05 Maarten Brock <sourceforge.brock AT dse.nl>
3204
3205         * src/port.h: made reset_regparms prototype void parameter explicit.
3206         * src/SDCCsymt.c (processFuncArgs): removed argument "func".
3207         * src/mcs51/ralloc.c (packRegisters): new fix for bugs 898889 & 979599.
3208         * doc/sdccman.lyx: documented warning disabling and how to use
3209           printf_large to make it print floats.
3210         * device/include/stdbool.h: NEW
3211         * device/lib/_atof.c,
3212         * device/lib/_divuint.c,
3213         * device/lib/_divulong.c,
3214         * device/lib/expf.c,
3215         * device/lib/printf_large.c,
3216         * device/lib/sincosf.c,
3217         * device/lib/sincoshf.c: used stdbool.h, all compile with stack-auto now
3218         * device/lib/Makefile.in: added target for model-mcs51-reentrant to build
3219           a completely reentrant lib.
3220
3221 2004-10-05 Vangelis Rokas <vrokas AT otenet.gr>
3222
3223         * device/lib/pic16/libsdcc/gptr/gptr*.c: added return statements
3224         * device/include/pic16/stdio.h: fixed bug with colon
3225
3226 2004-10-03 Vangelis Rokas <vrokas AT otenet.gr>
3227
3228         * device/include/pic16/stdio.h,
3229         * device/include/pic16/stdlib.h,
3230         * device/include/pic16/math.h: NEW
3231         * device/lib/pic16/libsdcc/gptr/*.c (gptrget*, gptrput*): functions
3232         declared as _naked to reduce overhead
3233         * device/lib/Makefile.in (target port-specific-objects-pic16):
3234         changed * to *.* so to ignore the CVS directory,
3235         * src/pic16/gen.c (pic16_freeAsmop): added code to store result of
3236         stacked variables back in stack,
3237         * (genEndFunction): fixed bug reported by G.M. Gallant with stack
3238         corruption
3239
3240 2004-10-01 Vangelis Rokas <vrokas AT otenet.gr>
3241
3242         * .version: bumped version number to 2.4.5
3243         * support/Util/SDCCerr.h: added warning W_POSSBUG2.
3244         * support/Util/SDCCerr.c (messages structure): added entry for
3245         W_POSSBUG2
3246
3247         Large cumulative patch for pic16 port and libraries.
3248         * device/include/pic16/sdcc-lib.h,
3249         * device/include/pic16/stdarg.h,
3250         * device/include/asm/pic16/features.h,
3251         * device/include/lib/pic16/libsdcc/gptr/{*.c, Makefile}: NEW,
3252         * device/include/pic16/float.h: changes reentrant keyword with
3253         _FS_REENTRANT, added prototype for __fsneq, included sdcc-lib.h
3254         * device/lib/pic16/libsdcc/Makefile: added target directory gptr,
3255         updated target build-libraries to include objects from gptr,
3256         * device/lib/pic16/libsdcc/{char,int,long}/*.c: added macro
3257         _IL_REENTRANT to all function headings, included sdcc-lib.h header,
3258         * device/lib/pic16/libsdcc/float/*.c: added macro _FS_REENTRANT to
3259         all function headings,
3260         * src/SDCCmain.c: added global parameter userIncDirsSet,
3261         * (parseCmdLine): when option -I is encountered add directory to
3262         userIncDirsSet too,
3263         * src/version.awk: added space between control and long,
3264         * src/pic16/NOTES: added some notes for the port,
3265         * src/pic16/gen.c: added prototype for mov2fp function,
3266         * (fReturnpic16[]): properly named return value registers,
3267         * (_G structure): added fields stackRegSet, fregsUsed, stack_lat,
3268         * (aopForSym): added code to handle symbols with onStack flag set,
3269         symbols onStack are allocated PTRSIZE bytes,
3270         * (aopFreeAsmop): handles special case where asmops are stack objects,
3271         * (aopGet, pic16_popGet): adde cod to handle new asmop AOP_STA,
3272         * (pic16_popGetTempReg, pic16_popGetTempRegCond, pic16_popReleaseTempReg):
3273         added argument lock to trace flaws in allocating temporary registers
3274         when developing port,
3275         * (pic16_popGetLit, pic16_popGetLit2): changed lit from unsigned to signed
3276         * (pic16_popRegFromString): reenabled allocating a direct register
3277         from string,
3278         * (assignResultValue): various beautifications,
3279         * fixed bug #1037717 (patch from R. Neider & D. Wrinkler) with mistaken
3280         referenced function argument,
3281         * (genIpush): reenabled to allow stacked arguments, handles only
3282         ic->parmPush iCodes,
3283         * (genCall, genPcall): major changes to allow for variable argument
3284         functions, fixed a bug with falsely restoring stack pointer after
3285         returning from call,
3286         * (genFunction): pending code for critical function,
3287         * (shiftR1Left2ResultSigned, shiftR1Left2Result, shiftL2Left2Result,
3288         * (shiftR2Left2Result, shiftLLong) applied patch #1032155 from R.Neider,
3289         * (genNearPointerGet): fixed bug with indirect reading, was always
3290         reading from INDF0
3291         * (genGenPointerGet, genGenPointerSet): rewrote to support generic
3292         pointers,
3293         * (genAddrOf): rewrote code to take address of a stacked function parameter
3294         * (genCast): fixed casting to generic pointer type,
3295         * src/pic16/gen.h: added AOP_STA,
3296         * (struct asmop): added field stk,
3297         * src/pic16/genarith.c (pic16_AopType): handle AOP_STA,
3298         * (pic16_genPlusIncr): changed emitSKPNZ to emitSKPNZ,
3299         * (pic16_genAddLit, pic16_genPlus): applied patch #1034042 by tecodev,
3300         * (pic16_genMinus): fixed bug #1035119 with patch submitted by tecodev,
3301         * src/pic16/genutils.c (pic16_genNot): removed symbol *tlbl,
3302         * src/pic16/glue.c (pic16_printGPPointerType): fixed to support new
3303         generic pointers,
3304         * src/pic16/main.c (_pic16_initPaths): ignores default SDCC include
3305         and library paths,
3306         * (pic16_port structure): generic pointer size is set to 3,
3307         * src/pic16/pcode.c (pic16_newpCodeOpLit): correctly print literal integer,
3308         * (insertBankSwitch): cast to (char *) to prevent 64bit CPUs'
3309         compiler warning,
3310         * src/pic16/ralloc.c (allocReg): prevent allocating register when
3311         operand is an iTemp,
3312
3313 2004-09-24 Martin Helmling <mh AT octo-soft.de>
3314
3315         * debugger/mcs51/cmd.c: set PC if a symbol at pc reg is set
3316         * debugger/mcs51/simi.c: addapt new syntax of s51
3317
3318 2004-09-23 Vangelis Rokas <vrokas AT otenet.gr>
3319
3320         * src/pic16/genutils.c (pic16_genNot): fixed bug #1032265,
3321         * src/pic16/pcode.c: commented out some calls to free() in order to
3322         fix bug #989576,
3323
3324 2004-09-23 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3325
3326         * src/SDCCicode.h,
3327         * src/SDCCicode.c (isiCodeInFunctionCall),
3328         * src/avr/ralloc.c (selectSpil),
3329         * src/pic/ralloc.c (selectSpil),
3330         * src/pic16/ralloc.c (selectSpil),
3331         * src/ds390/ralloc.c (selectSpil),
3332         * src/hc08/ralloc.c (selectSpil),
3333         * src/xa51/ralloc.c (selectSpil),
3334         * src/mcs51/ralloc.c (selectSpil): Don't use remainSpil to spill to the
3335         stack in the middle of a function call sequence (fixes bug #1020268)
3336         * src/SDCCicode.c (geniCodeJumpTable): fixed error in computing the
3337         costs associated with the minimum switch case.
3338
3339 2004-09-19 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3340
3341         * src/SDCC.lex: fixed bug #1030549
3342
3343 2004-09-19 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3344
3345         * src/SDCCcse.h (struct cseDef),
3346         * src/SDCCcse.c (cseBBlock, newCseDef, ifFromAddrTaken): purge CSEs
3347         over a function call if the CSE is derived from a symbol whose
3348         address has been taken (fixes bug #1029883)
3349         * support/regression/tests/bug-1029883: a new regression test for
3350         this bug
3351
3352 2004-09-18 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3353
3354         * src/hc08/gen.c (emitinline): fixed bug #1029778
3355         * src/SDCC.y (assignment_expr): fixed the grammer so that assignment
3356         to a cast object is no longer a syntax error ("fixes" bug #1030006,
3357         and starts toward RFE #905167)
3358
3359 2004-09-17 Vangelis Rokas <vrokas AT otenet.gr>
3360
3361         * src/pic16/gen.c (mov2f): New function to move an operand to
3362         another without considering if it is a literal or a register,
3363         * (pic16_sameRegs): don't check if they are both AOP_REG,
3364         * (AccRsh): removed andmask=0 lines,
3365         * (genLeftShift): duplicated to be improved in future versions,
3366         * src/pic16/main.c (_process_pragma): emit stack default size in hex,
3367         * src/pic16/pcode.c: added POC_INFSNZW, updated inverted_op fields
3368         in POC_INCFSZ, POC_INCFSZW, POC_INFSNZ,
3369         * (pic16initMnemonics): added initialization for POC_INFSNZW,
3370         * (insertBankSwitch): fixed inserting banksel directives algorithm
3371         for instructions that follow a skip instruction, this fixes a report
3372         for broken subtraction code generation,
3373         * src/pic16/ralloc.c (deassignLRs): do not free register if current
3374         iCode is a left op, just in case result and right share the same
3375         registers
3376
3377 2004-09-16 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3378
3379         * src/hc08/main.c,
3380         * src/hc08/gen.c (genJumpTable): more efficient jump table, supports
3381         preservation of HX
3382         * src/hc08/gen.c (pullRegs): fixed order of HX & XA pairs
3383         * src/mcs51/ralloc.c (packRegisters): removed the patch applied
3384         on 2004-09-12; it was buggy
3385
3386 2004-09-15 Bernhard Held <bernhard AT bernhardheld.de>
3387
3388         * src/SDCCsymt.h: removed RESULT_CHECK
3389         * src/SDCCast.c,
3390         * src/SDCCglue.c,
3391         * src/SDCCval.c,
3392         * src/pic/glue.c,
3393         * src/pic16/glue.c: replaced RESULT_CHECK with RESULT_TYPE_NONE
3394
3395 2004-09-15 Vangelis Rokas <vrokas AT otenet.gr>
3396
3397         * src/SDCCicode.c (piCode): applied patch from Raphael Neider,
3398         * src/pic16/device.c (pic16_assignConfigWordValues): wrong
3399         configuration values no more rejected by compiler, they are assigned
3400         to configuration registers with a warning message instead,
3401         * src/pic16/glue.c (pic16_emitConfigRegs): added +1 at top-limit of
3402         the for-loop so last conf register is emitted too,
3403         * (_pic16_initPaths): link library libsdcc.lib by default,
3404         * (_hasNativeMulFor): modified test for multiplication according to
3405         Raphael Neider's remarks. Integer multiplication is also done with
3406         support functions,
3407         * device/include/pic16/pic18fregs.h: corrected type error in while
3408         testing and including 18f6720 header file
3409
3410 2004-09-14 Vangelis Rokas <vrokas AT otenet.gr>
3411
3412         * src/pic16/device.h (pic16_options): removed field use_crt,
3413         * src/pic16/gen.c (genUnpackBits): added call to pic16_loadFSR0
3414         until an optimization to handle single bits is added,
3415         * (pic16_loadFSR0): moved before genUnpackBits,
3416         * (genAnd): some white lines removed,
3417         * src/pic16/main.c (_pic16_finaliseOptions): set omit_ivt and clear
3418         leave_reset flags in pic16_options when using crt modules,
3419
3420 2004-09-12 Maarten Brock <sourceforge.brock AT dse.nl>
3421
3422         * src/mcs51/ralloc.c (packRegisters): applied fix by Bernhard Held
3423           for bugs 898889 & 979599. Also used some safer print instructions.
3424
3425 2004-09-12 Vangelis Rokas <vrokas AT otenet.gr>
3426
3427         * src/pic16/device.h (pic16_options_t): added field use_crt,
3428         crt_name, no_crt,
3429         * src/pic16/genarith.c (pic16_genPlus): added an assert(0) line to
3430         catch a probable future bug,
3431         * src/pic16/gen.c: aopIdx function commented out,
3432         * (genAssign): commented out old code which used aopIdx,
3433         * src/pic16/glue.c (pic16glue): removed some legacy fragments of
3434         code, added if conditionals to take into account the --use-crt
3435         command line options,
3436         * src/pic16/main.c (pic16_optionsTable): added new command line
3437         options, --use-crt= and --no-crt,
3438         * (_pic16_linkEdit): now the proper crt object is added in the
3439         linker command line except than when --no-crt is specified,
3440         * src/pic16/pcode.c,
3441         * src/pic16/pcode.h: added some structures and functions for a new
3442         optimization scheme to compansate for instruction overhead between
3443         same iCodes, this scheme is currently under development and is not
3444         working in any way,
3445         * src/pic16/gen.c (genAnd): added patch provided by Aaron Collwell
3446         to && operator,
3447         * device/lib/pic16/startup/crt0i.c,
3448         * device/lib/pic16/startup/crt0iz.c: added global char variable
3449         __uflags to force the generation of an idata section
3450
3451 2004-09-12 Bernhard Held <bernhard AT bernhardheld.de>
3452
3453         * doc/Makefile,
3454         * doc/clean.mk: added support for easy creation of sdcc-doc.tar.bz2
3455         * doc/sdccman.lyx: updated sdcc version to 2.4.4
3456
3457 2004-09-10 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3458
3459         * doc/sdccman.lyx: fixed a problem with my new index entries (thanks
3460         Frieder) and clarified the default code optimization mode
3461
3462 2004-09-10 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3463
3464         * src/SDCC.lex (doPragma, process_pragma),
3465         * src/SDCCglobl.h (struct optimize): added pragmas "opt_code_speed",
3466         "opt_code_size", and "opt_code_balanced"
3467         * src/SDCCmain.c (optionsTable[], printOptions, scanOptionsTable):
3468         regrouped options by category, added support for category headers
3469         * src/SDCCmain.c (parseCmdLine): added options "--opt-code-speed"
3470         and "--opt-code-size"
3471         * doc/sdccman.lyx: documented these new options and pragmas
3472         * src/hc08/gen.c (AccLsh, AccRsh): take speed/size optimization
3473         preference into account
3474
3475 2004-09-08 Maarten Brock <sourceforge.brock AT dse.nl>
3476
3477         * src/SDCCicode.c (geniCodePostInc, geniCodePreInc, geniCodePostDec,
3478           geniCodePreDec): Fixed bug 904237 by generating a warning
3479         * src/SDCCerr.h,
3480         * src/SDCCerr.c: added warning W_SIZEOF_VOID
3481
3482 2004-09-09 Slade Rich <slade_rich AT users.sourceforge.net>
3483
3484         * src/pic/device.c : When no max ram set validate full memory range.
3485         * src/pic/pcode.c,
3486         * src/pic/pcodepeep.c : Copy C code comments to optimised replacement code.
3487
3488 2004-09-08 Maarten Brock <sourceforge.brock AT dse.nl>
3489
3490         * device/lib/_gptrget.c,
3491         * device/lib/_gptrput.c: updated comment
3492         * device/lib/calloc.c,
3493         * device/lib/free.c,
3494         * device/lib/malloc.c,
3495         * device/lib/realloc.c: added LGPL, made them reentrant-safe
3496         * src/SDCCcse.c (cseBBlock),
3497         * src/SDCCicode.c (printOperand, geniCodeArray),
3498         * src/SDCCicode.h (struct operand): fixed bug 868103
3499         * support/regression/tests/bug-868103.c: added
3500         * src/SDCCast.c (searchLitOp),
3501         * src/SDCCcse.h (struct cseDef),
3502         * src/SDCCglue.c (printIvalArray, spacesToUnderscores),
3503         * src/SDCCicode.h (struct operand),
3504         * src/SDCCsymt.h (struct sym_link),
3505         * src/avr/gen.c (hasInc),
3506         * src/ds390/gen.c (hasInc),
3507         * src/hc08/gen.c (genPlusIncr, hasInc),
3508         * src/mcs51/gen.c (hasInc),
3509         * src/pic16/glue.c (pic16_printIvalChar),
3510         * src/pic16/ralloc.c (regWithIdx),
3511         * src/xa51/gen.c (hasInc) : removed warnings
3512         * src/SDCCast.c (createBlock): added comment ???
3513         * src/hc08/ralloc.c: updated comments
3514
3515 2004-09-07 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
3516
3517         * doc/sdccman.lyx: updated section on switch statements, added
3518         section about semaphore locking
3519         * doc/Makefile: added option -info for latex2html
3520         * device/lib/_gptrget.c,
3521         * device/lib/_gptrput.c: __XPAGE instead of P2 in outcommented code
3522
3523 2004-09-06 Slade Rich <slade_rich AT users.sourceforge.net>
3524
3525         * src/pic/device.h,
3526         * src/pic/device.c,
3527         * src/pic/port.c : Changed PIC14 code to not set bit RP1 when
3528          maxram is less than 0x100.
3529
3530 2004-09-06 Slade Rich <slade_rich AT users.sourceforge.net>
3531
3532         * Bug fixes for PIC14 - signed RSHIFT problem. Patch supplied by Allen(agschrum).
3533
3534 2004-09-06 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3535
3536         * src/port.h,
3537         * src/mcs51/main.c,
3538         * src/ds390/main.c,
3539         * src/z80/main.c,
3540         * src/hc08/main.c,
3541         * src/pic/main.c,
3542         * src/pic16/main.c,
3543         * src/avr/main.c,
3544         * src/xa51/main.c
3545         * src/SDCCicode.c (geniCodeJumpTable): Better logic to determine if a
3546         a jump table is the best form for a switch statement, including
3547         automatic insertion of missing cases to make the case range
3548         continuous. Developed in collaboration with Frieder Ferlemann.
3549
3550 2004-09-02 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3551
3552         * src/hc08/ralloc.c (canDefAccResult): multi-byte shift is unsafe for
3553         accumulator result if it needs sign extension
3554
3555 2004-09-02 Maarten Brock <sourceforge.brock AT dse.nl>
3556
3557         * src/hc08/ralloc.c (canUseAccOperand): fixed comparison bug
3558
3559 2004-09-02 Maarten Brock <sourceforge.brock AT dse.nl>
3560
3561         * device/lib/gbz80/printf.c,
3562         * device/lib/z80/printf.c: removed define for NULL
3563
3564 2004-09-02 Maarten Brock <sourceforge.brock AT dse.nl>
3565
3566         * as/xa51/xa_link.c,
3567         * device/examples/ds390/ow390/ad26.c,
3568         * device/examples/ds390/ow390/cnt1d.c,
3569         * device/examples/ds390/ow390/counter.c,
3570         * device/examples/ds390/ow390/ds2480.h,
3571         * device/examples/ds390/ow390/ds2480ut.c,
3572         * device/examples/ds390/ow390/findtype.c,
3573         * device/examples/ds390/ow390/gethumd.c,
3574         * device/examples/ds390/ow390/owllu.c,
3575         * device/examples/ds390/ow390/ownetu.c,
3576         * device/examples/ds390/ow390/swt12.c,
3577         * device/examples/ds390/ow390/swtloop.c,
3578         * device/examples/ds390/ow390/temp.c,
3579         * device/examples/ds390/ow390/temp10.c,
3580         * device/examples/ds390/ow390/thermo21.c,
3581         * device/examples/ds390/ow390/tinilnk.c,
3582         * device/examples/ds390/ow390/tstfind.c,
3583         * device/examples/serialcomm/windows/serial.cpp,
3584         * device/examples/serialcomm/windows/test_serialcomm.cpp,
3585         * device/include/reg51.h: fixed line endings for cvs
3586
3587 2004-09-02 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3588
3589         * src/hc08/ralloc.c (canDefAccResult, canUseAccOperand,
3590         packRegsForAccUse, packRegisters): new accumulator register
3591         packing algorithm
3592         * support/regression/ports/hc08/support.c (_putchar): suppress
3593         warning of unused variable
3594         * src/SDCCicode.c: added SWAP entry to codeTable
3595
3596 2004-09-01 Maarten Brock <sourceforge.brock AT dse.nl>
3597
3598         * device/lib/sprintf.c: forgot to add this file before previous commit
3599
3600 2004-09-01 Vangelis Rokas <vrokas AT otenet.gr>
3601
3602         * src/pic16/gen.c (genPackBits): added operand right in function
3603         parameters, load result directly if p_type is POINTER (that is
3604         called by genNearPointerSet)
3605         * (genUnPackBits): added operand left in function parameters,
3606         * (genNearPointerGet, genNearPointerSet): prevent the loading of
3607         FSR0 if accessing bitfields,
3608
3609 2004-08-31 Maarten Brock <sourceforge.brock AT dse.nl>
3610
3611         * device/include/stdio.h: added NULL, size_t, typedef pfn_outputchar,
3612           _print_format; updated printf, sprintf, vsprintf
3613         * device/include/asm/default/features.h: corrected comment/define
3614         * device/lib/Makefile.in: added sprintf.c
3615         * device/lib/libsdcc.lib: added sprintf module
3616         * device/lib/printf_large.c,
3617         * device/lib/vprintf.c,
3618         * device/lib/sprintf.c: totally refactored printf_large and vprintf
3619           into these 3 files
3620         * support/regression/Makefile: changed ALL_PORTS into a usefull default
3621         * support/regression/ports/mcs51-stack-auto/spec.mk: added sprintf
3622         * support/regression/tests/bug-927659.c: removed dummy putchar, enabled
3623           hc08 test
3624         * support/regression/tests/zeropad.c: define idata as data for hc08
3625
3626 2004-08-31 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3627
3628         * src/SDCCpeeph.c (labelIsReturnOnly): support hc08 rts opcode also
3629         * src/SDCCpeeph.c (buildLabelRefCountHash): assume function entry point
3630         labels are referenced at least once (even if a reference is not found)
3631         * src/hc08/gen.c (emitcode): set isComment flag for comments
3632         * src/hc08/peeph.def: added rules 5a..5f (optimize redundant immediate
3633         loads), rules 6a..6b (optimize jumps to return)
3634
3635 2004-08-30 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3636
3637         * device/lib/acosf.c (acosf),
3638         * device/lib/asinf.c (asinf),
3639         * device/lib/atanf.c (atanf),
3640         * device/lib/ceilf.c (ceilf),
3641         * device/lib/cosf.c (cosf),
3642         * device/lib/coshf.c (coshf),
3643         * device/lib/cotf.c (cotf),
3644         * device/lib/fabsf.c (fabsf),
3645         * device/lib/floorf.c (floorf),
3646         * device/lib/log10f.c (log10f),
3647         * device/lib/logf.c (logf),
3648         * device/lib/sinf.c (sinf),
3649         * device/lib/sinhf.c (sinhf),
3650         * device/lib/sqrtf.c (sqrtf),
3651         * device/lib/tanf.c (tanf),
3652         * device/lib/tanhf.c (tanhf),
3653         * device/include/math.h: defined _FLOAT_FUNC_REENTRANT macro and
3654         replaced all instances of "reentrant" in the library functions
3655         defined in math.h with this macro.
3656         * support/regression/tests/float_trans.c: reenabled test for hc08
3657
3658 2004-08-30 Bernhard Held <bernhard AT bernhardheld.de>
3659
3660         * device/lib/pic16/Makefile.common.in: added MODELFLAGS again, it was
3661         erroneously deleted
3662
3663 2004-08-30 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3664
3665         * src/hc08/gen.c (loadRegFromAop): better use of clra & clrx
3666         * src/hc08/gen.c (genAnd, genOr): fixed bug with conditional when
3667         multi-byte volatile operands are used
3668         * src/hc08/gen.c (shiftRLong): fixed bug with wrong rotate direction
3669         * src/hc08/main.c (_hc08_genAssemblerPreamble): moved the built-in
3670         initialization to area GSINIT0 so that it would always precede
3671         any static initializers in GSINIT
3672         * support/regression/tests/zeropad.c: fixed idata define for hc08
3673         * support/regression/tests/bug-927659.c,
3674         * support/regression/tests/float_trans.c: disabled tests for hc08
3675         pending missing library routines
3676         * .version: increased version number to 2.4.4 - hc08 port now passes
3677         regression tests
3678
3679
3680 2004-08-29 Bernhard Held <bernhard AT bernhardheld.de>
3681
3682         * device/lib/pic16/Makefile.common.in: added $(MM) to fix `make clean`
3683         * Makefile.common.in,
3684         * as/Makefile,
3685         * as/hc08/Makefile.in,
3686         * as/mcs51/Makefile.in,
3687         * as/z80/Makefile.in,
3688         * debugger/mcs51/Makefile.in,
3689         * device/include/Makefile.in,
3690         * device/lib/Makefile.in,
3691         * doc/Makefile,
3692         * link/Makefile,
3693         * link/z80/Makefile.in,
3694         * packihx/Makefile.in,
3695         * sim/ucsim/main_in.mk,
3696         * sim/ucsim/avr.src/Makefile.in,
3697         * sim/ucsim/doc/Makefile.in,
3698         * sim/ucsim/gui.src/serio.src/Makefile.in,
3699         * sim/ucsim/hc08.src/Makefile.in,
3700         * sim/ucsim/s51.src/Makefile.in,
3701         * sim/ucsim/xa.src/Makefile.in,
3702         * sim/ucsim/z80.src/Makefile.in,
3703         * src/Makefile.in,
3704         * support/cpp2/Makefile.in,
3705         * support/librarian/Makefile,
3706         * support/makebin/Makefile: added DESTDIR to the install path proposed
3707         by "Maciej 'Agaran' Pijanka" <agaran AT pld-linux.org>
3708         * doc/sdccman.lyx: added DESTDIR documentation
3709
3710 2004-08-29 Vangelis Rokas (vrokas AT otenet.gr>
3711
3712         * src/pic16/gen.c (genFunction, genEndFunction): fixed return
3713         instruction for interrupt handlers, use fast returns when returning
3714         from high priority interrupts
3715
3716 2004-08-29 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3717
3718         * src/hc08/gen.c (genAnd, genOr, transferAopAop, rmwWithAop): optimized
3719         code generation
3720         * src/hc08/gen.c (genrshFour, genCpl): fixed bugs
3721         * src/hc08/gen.c (genMultOneByte, genDivOneByte, genModOneByte): fixed
3722         bugs, ported much of Bernhard's code from mcs51
3723         * src/mcs51/gen.c (genSend),
3724         * src/hc08/gen.c (genSend): fixed bug with lost SEND iCodes if more
3725         than one when calling a reentrant function
3726         * device/lib/_mullong.c: defined an alternate struct layout for big
3727         endian ports (hc08)
3728
3729 2004-08-28 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3730
3731         * src/hc08/gen.c (shiftL2Left2Result): fix for bug-500536 regression
3732         test
3733
3734 2004-08-28 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3735
3736         * src/SDCCsymt.c (processFuncArgs): make sure parameter types
3737         are sane and complete before asking the port its prefered parameter
3738         passing method (fixes bug #1017633)
3739         * device/lib/hc08/_ret.c: added "data" storage class to _ret2
3740         and _ret3
3741
3742 2004-08-27 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3743
3744         * src/hc08/gen.c (genPackBitsImmed, genUnpackBitsImmed): fix offset
3745         problem in bitfields >= 8 bits.
3746
3747 2004-08-27 Maarten Brock <sourceforge.brock AT dse.nl>
3748
3749         * src/SDCCsymt.c: undid changes that were not meant to be committed
3750
3751 2004-08-27 Maarten Brock <sourceforge.brock AT dse.nl>
3752
3753         * support/regression/ports/hc08spec.mk: REENTRANT must be reentrant
3754
3755 2004-08-27 Maarten Brock <sourceforge.brock AT dse.nl>
3756
3757         * src/hc08/gen.c (genUminusFloat): fixed bug where only 3 bytes were
3758           copied and wrong bit got inverted
3759
3760 2004-08-27 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3761
3762         * src/hc08/gen.c (genPointerSet, genFarPointerSet): moved code from
3763         genFarPointerSet into genPointerSet; eliminated genFarPointerSet
3764         * src/hc08/gen.c (genPointerGet, genFarPointerGet): moved code from
3765         genFarPointerGet into genPointerGet; eliminated genFarPointerGet
3766         * src/hc08/gen.c (genPackBitsImmed): generate optimized code for
3767         assignments to bitfields at known addresses
3768         * src/hc08/gen.c (genUnpackBitsImmed): generate optimized code for
3769         reads from bitfields at known addresses
3770         * src/hc08/ralloc.c (packRegisters),
3771         * src/hc08/gen.c (genPointerGet, genUnpackBits, genUnpackBitsImmed,
3772         genhc08Code): optimize pointer get values used as conditionals
3773         * src/hc08/peeph.def: added rules 2e & 2f to optimize bit test
3774         and branch
3775
3776 2004-08-24 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3777
3778         * src/mcs51/gen.c (genPointerGet, genNearPointerGet, genPagedPointerGet,
3779         genFarPointerGet, genCodePointerGet, genGenPointerGet, genUnpackBits),
3780         * src/mcs51/ralloc.c (packRegisters): optimize pointer get values used
3781         as conditionals
3782
3783 2004-08-22 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
3784
3785         * src/mcs51/peeph.def: peepholes 248.i-m for xdata bitfields
3786
3787 2004-08-21 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3788
3789         * src/mcs51/ralloc.c (packRegsForOneuse): fixed bug #1012650 and some
3790         related problems
3791
3792 2004-08-21 Bernhard Held <bernhard AT bernhardheld.de>
3793
3794         * sim/ucsim/cmd.src/Makefile.in: run lex only if $(PRJDIR)/devel exists
3795
3796 2004-08-18 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3797
3798         * src/z80/ralloc.c (packRegsForAssign): ported some bug fixes from the
3799         mcs51 port
3800
3801 2004-08-16 Slade Rich <slade_rich AT users.sourceforge.net>
3802
3803         * src/pic/gen.c: Restored fn genRet as previous fix was incorrect.
3804
3805 2004-08-14 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
3806
3807         * src/mcs51/gen.c (genJumpTab): jumptables for more than 16 switch
3808         cases use more compact code.
3809
3810 2004-08-13 Slade Rich <slade_rich AT users.sourceforge.net>
3811
3812         * src/pic/gen.c: Fixed problem with fn returning a variable bigger than a char.
3813
3814 2004-08-12 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3815
3816         * src/SDCClrange.c (findPrevUse): fixed bug #1007371
3817
3818 2004-08-12 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3819
3820         * src/SDCCsymt.h,
3821         * src/SDCCsymt.c (changePointer, checkDecl, addSymChain): changed
3822         parameter of changePointer() from symbol* to sym_link*
3823         * src/SDCCast.c (decorateType): call changePointer() for CAST op
3824         * src/SDCCsymt.c (compareType): void* type is castable to other
3825         pointers, but not necesarily an exact match.
3826         * src/SDCCicode.c (geniCodeCast): allow void* casting here since it
3827         is no longer blindly treated as an exact match.
3828         * src/SDCCval.c (valCastLiteral): treat missing type as cast to void
3829
3830 2004-08-12 Slade Rich <slade_rich AT users.sourceforge.net>
3831
3832         * src/pic/glue.c: Added struct initialisation fn printIvalStruct.
3833
3834 2004-08-11 Slade Rich <slade_rich AT users.sourceforge.net>
3835
3836         * src/pic/gen.c,
3837         * src/pic/pcode.c,
3838         * src/pic/ralloc.h,
3839         * src/pic/ralloc.c: Printing rIdx on internal verbose debug.
3840
3841 2004-08-10 Slade Rich <slade_rich AT users.sourceforge.net>
3842
3843         * src/pic/device.c,
3844         * src/pic/device.h,
3845         * src/pic/device.c: Will no longer exit if #pragma maxram has not been defined.
3846
3847 2004-08-06 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3848
3849         * src/mcs51/gen.c (emitcode): fixed bug #992819
3850
3851 2004-08-05 Maarten Brock <sourceforge.brock AT dse.nl>
3852
3853         * src/pic/ralloc.c (deassignLR): allthough pic port is buggy already,
3854           there's no need to make it worse
3855
3856 2004-08-05 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3857
3858         * src/mcs51/ralloc.c (deassignLR),
3859         * src/ds390/ralloc.c (deassignLR),
3860         * src/hc08/ralloc.c (deassignLR),
3861         * src/z80/ralloc.c (deassignLR),
3862         * src/pic/ralloc.c (deassignLR),
3863         * src/pic16/ralloc.c (deassignLR),
3864         * src/avr/ralloc.c (deassignLR),
3865         * src/SDCClrange.c (findRecursiveSucc, findRecursivePred, findPrevUse,
3866         rlivePoint): fixed another part of bug #971834
3867
3868 2004-08-04 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3869
3870         * src/z80/main.c: enabled "critical" keyword
3871         * src/z80/mappings.i,
3872         * src/z80/gen.c (genFunction, genEndFunction): support for interrupt
3873         functions (fixes bug #979646)
3874         * doc/sdccman.lyx: added a subsection explaining z80 interrupt support
3875
3876 2004-08-04 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
3877
3878         * src/mcs51/gen.c (genInline): Add \n for labels, not DOS/WIN dirs
3879           such as c:\mydir.
3880
3881 2004-08-03 Maarten Brock <sourceforge.brock AT dse.nl>
3882
3883         * src/SDCCloop.c (loopInvariants): fixed bug 983545, hope this
3884           doesn't disable too much optimizations
3885
3886 2004-08-02 Slade Rich <slade_rich AT users.sourceforge.net>
3887
3888         * src/pic/glue.c Disabled "WARNING: function 'main' undefined" when -S option is used.
3889
3890 2004-08-02 Maarten Brock <sourceforge.brock AT dse.nl>
3891
3892         * src/SDCClrange.c (rlivePoint): fixed bug 988568, thanks to anonymous
3893
3894 2004-08-02 Slade Rich <slade_rich AT users.sourceforge.net>
3895
3896         * src/pic/gen.c tidied up tabs
3897         * src/pic/genarith.c tidied up tabs and fixed bug with literal multiple where same register was used for hi and low byte
3898         * src/pic/main.c tidied up tabs
3899         * src/pic/pcode.c tidied up tabs and disabled verbose code generation
3900         * src/pic/pcoderegs.c tidied up tabs
3901         * src/pic/ralloc.c tidied up tabs
3902
3903 2004-07-30 Vangelis Rokas <vrokas AT otenet.gr>
3904
3905         * src/SDCCmem.c (allocGlobal): don't turn S_REGISTER storage class
3906         to S_FIXED for pic16 port and when symbol is not in level 0,
3907         allocate for S_REGISTER storage class and pic16 port, too,
3908         * src/pic16/device.h: prototype for checkSym,
3909         * src/pic16/device.c (pic16_dump_access, checkSym): NEW,
3910         * (pic16_assignConfigWordValue): test the value and the mask to
3911         validate that the value is suitable for the configuration word,
3912         * src/pic16/glue.c (pic16_printIvalFuncPtr): use 'externs' to
3913         collect extern declared symbols, don't emit symbol twice, check
3914         first if symbol is in publics set first,
3915         * src/pic16/main.c (_pic16_keywords[]): added keyword 'register',
3916         * added command line '--fstack' which enables an experimental
3917         feature for stack access, too buggy to be used yet...
3918         * src/pic16/ralloc.c (pic16_accessregWithName): NEW,
3919         * (pic16_allocDirReg): when register has storage class S_REGISTER
3920         allocate in pic16_dynAccessRegs,
3921         * device/include/pic16/pic18f????.h: modified configuration word
3922         naming convention, words started as CONFIG0H but should be CONFIG1H
3923
3924 2004-07-29 Maarten Brock <sourceforge.brock AT dse.nl>
3925
3926         * device/include/mcs51reg.h: fixed bug 970993
3927
3928 2004-07-27 Maarten Brock <sourceforge.brock AT dse.nl>
3929
3930         * added lib/calloc.c, lib/free.c, lib/realloc.c, include/stddef.h
3931         * updated lib/malloc.c, lib/libsdcc.lib, lib/Makefile.in, include/malloc.h
3932         * src/SDCC.lex (doPragma): added pragma disable_warning <nnn>
3933         * src/SDCCmain.c (parseCmdLine): added option --disable-warning <nnn>
3934         * src/ds390/gen.c (genPlusIncr): fixed bug when incrementing generic pointers
3935         * support/Util/SDCCerr.c (vwerror): suppress disabled warnings and output
3936           error/warning numbers,
3937           added function setWarningDisabled()
3938         * support/Util/SDCCerr.h: added setWarningDisabled() and MAX_ERROR_WARNING
3939         * support/regression/ports/mcs51-stack-auto/spec.mk: added dependencies
3940           _memcmp.c _memmove.c calloc.c realloc.c free.c
3941         * support/regression/tests/malloc.c: added tests for new functionality
3942         * support/regression/tests/zeropad.c: added tests for truncated initializers
3943           and initialized char arrays starting with '\x0'
3944         * src/mcs51/peeph.def: fixed regression, added peephole 177.f
3945
3946 2004-07-26 Bernhard Held <bernhard AT bernhardheld.de>
3947
3948         * support/valdiag/tests/overflow.c: fixed warning on (1 >> 40)
3949
3950 2004-07-26 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
3951
3952         * doc/sdccman.lyx: updated example in section "Absolute Addressing"
3953         * src/mcs51/peeph.def: added contributed fix for "bug" #995347 as
3954         peephole 177.e. Thanks to anonymous
3955
3956 2004-07-25 Vangelis Rokas <vrokas AT otenet.gr>
3957
3958         * src/pic16/glue.c (pic16_printIvalFuncPtr): when an extern
3959         function isn't used in the source but referenced as a
3960         variable initializer then declare it as extern in .asm file
3961
3962 2004-07-24 Vangelis Rokas <vrokas AT otenet.gr>
3963
3964         * .version: increased version number to 2.4.3
3965
3966         Adding version extension according to ChangeLog CVS revision
3967         * src/Makefile.in (target all): added dependency 'version.h'
3968         * (rule version.h): added rule to create version.h from ChangeLog,
3969         * (rule dep): added dependency version.h,
3970         * src/version.awk: AWK script to create version.h
3971         * src/SDCCdwarf2.c (dwWriteModule),
3972         * src/SDCCglue.c (initialComments),
3973         * src/SDCCmain.c (printVersionInfo): modified to write after
3974         version string the version extension number,
3975         * src/SDCCutil.c: included "version.h"
3976         * (getBuildNumber): NEW, returns SDCC's ChangeLog minor revision
3977         number,
3978         * src/SDCCutil.h: added prototype for getBuildNumber
3979
3980         * src/SDCCmain.c (parseCmdLine): when sOpt is 'I' add rest in
3981         includeDirsSet, too,
3982         * src/SDCCsymt.c (checkSClass): don't emit error when a variable,
3983         const char [] is found in function prototype...
3984
3985         * src/pic16/genarith.c (pic16_genUMult8XLit_8): optimization to omit
3986         moving to WREG with source is already in WREG,
3987         * src/pic16/gen.h: added AOP_FSR0 and AOP_FSR2 in enum,
3988         * src/pic16/gen.c (getFreePtr): updated to look for FSR0 and FSR2,
3989         * (aopForSym): stack'ed symbols are partially supported, added
3990         if-clause to support symbols in FARSPACE,
3991         * (sameRegs): added test for AOP_ACC to see if registers are same,
3992         * (pic16_freeAsmop): added case for AOP_FSR0 and AOP_FSR2,
3993         * (pic16_aopGet): added case for AOP_FSR0 and AOP_FSR2,
3994         * (pic16_popRegFromString): will not allocate a new register if it
3995         doesn't find one by name, bug may have introduced...
3996         * (pic16_popGet): added case for AOP_FSR0 and AOP_FSR2,
3997         * (genIpush): revived to use pic16 port's stack,
3998         * (genAddrOf): added incomplete case for stack'ed operand,
3999         * (genCast): optimized a pair of MOVFW,MOVWF to MOVFF
4000         * src/pic16/genutils.c (pic16_genNot): almot new vesrion for NOT,
4001         can handle multibyte operands,
4002         * src/pic16/glue.c (pic16_printIval*): some debug info added,
4003         * (pic16initialComments): added message for MPLAB compatibility
4004         mode enabled,
4005         * src/pic16/main.h: prototype for pic16_mplab_comp,
4006         * src/pic16/main.c (pic16_optionsTable): new option --mplab-comp,
4007         which enabled MPLAB compatibility mode (i.e. no #LINE/#FILE, BANKED)
4008         * (_pic16_linkEdit): NEW, handles link stage, transferred here
4009         because of increased complexity of procedure,
4010         * (_process_pragma): stack pragma changed to format 'stack pos len',
4011         emit symbol '_stack_end' to conform with gplink,
4012         * src/pic16/pcode.c (pic16_newpCodeOpBit): using pic16_regWithName
4013         to search for register,
4014         * (pic16_get_op, pic16_get_op2): added case for PO_W, PO_WREG and
4015         PO_GPR_REGISTER,
4016         * (pic16_pCode2str): when in MPLAB compatibility mode, comment out
4017         #LINE directives and replace 'B' with 'BANKED' in instruction opcodes
4018         * (pic16_getRegFromInstruction, pic16_getRegFromInstruction2): added
4019         case for PO_GPR_REGISTER,
4020         * (pic16_AnalyzeBanking): removed the old message for inc2h.pl, past
4021         dies, the new era is ahead !...
4022         * src/pic16/ralloc.c: added hash reposits pic16_dynAllocRegNames and
4023         pic16_dynInternalRegs,
4024         * (pic16_allocregWithName, pic16_procregWithName, pic16_regWithname): NEW,
4025         * (pic16_allocDirReg): minor optimizations and bug fixes,
4026         * (pic16_allocWithIdx): when searching pic16_dynProcessorRegs use fixed,
4027
4028         * device/lib/pic16/startup/crt0*.c: extern definition of stack_end,
4029         load stack and frame pointer with address of 'stack_end' symbol
4030
4031 2004-07-23 Vangelis Rokas <vrokas AT otenet.gr>
4032
4033         * src/pic16/glue.c (pic16emitStaticSeg): fixed bug with files
4034         without source code but only variable initializers
4035
4036 2004-07-20 Vangelis Rokas <vrokas AT otenet.gr>
4037
4038         * src/pic16/glue.c (pic16emitRegularMap): unused functions marked as
4039         external are not declared as extern to reduce overhead while linking
4040
4041 2004-07-20 Maarten Brock <sourceforge.brock AT dse.nl>
4042
4043         * src/SDCCast.c (decorateType): removed buggy fix for bug #979599
4044
4045 2004-07-11 Maarten Brock <sourceforge.brock AT dse.nl>
4046
4047         * src/SDCCglue.c (printIvalArray): fixed bug #984229, thanks to Phuah
4048           Yee Keat for the patch
4049         * src/SDCCast.c (decorateType): fixed bug #979599
4050         * src/ds390/gen.h: removed local fReturnSizeDS390
4051         * src/ds390/gen.c: made fReturnSizeDS390 signed short to remove a warning
4052         * src/ds390/gen.c (genAnd, genOr, genXor),
4053         * src/mcs51/gen.c (genAnd, genOr, genXor): generate better optimized code
4054
4055 2004-07-04 Vangelis Rokas <vrokas AT otenet.gr>
4056
4057         * src/SDCCmain.c (linkEdit): modifications only for pic16 port,
4058         add relFilesSet to $3, manipulate $2 to handle linking of object
4059         files without source files in command line,
4060         * device/include/pic16 (all headers): added ID location macros,
4061         * src/pic16/device.c (struct PIC16_device Pics16[]): added field
4062         entries for ID location bytes,
4063         * (pic16_assignIdByteValue): NEW,
4064         * src/pic16/device.h: new structures idRegInfo_t and idBytesInfo_t,
4065         added field dumpcalltree to pic16_options_t,
4066         * src/pic16/gen.c (genCmp): fixed bug case so a temporary register
4067         is used instead of pic16_Gstack_base_addr, check if (ifx) before
4068         emitting rFalseIfx label after check_carry label,
4069         * src/pic16/glue.c (PIC16_IS_IDLOC_ADDRESS, PIC16_IS_HWREG_ADDRESS,
4070         pic16_emitDIRegs), NEW
4071         * (pic16glue): dump .calltree file when option --calltree found,
4072         * src/pic16/main.c (OPTION _pic16_optionsTable): new option --calltree
4073         * (_pic16_genAssemblerPreamble): emit ID locations after
4074         configuration registers,
4075         * (pic16_linkCmd): modifications of the link command,
4076         * src/pic16/pcode.c (pic16_pciMOVFF): PCC_REGISTER replaces PCC_REGISTER2
4077         * (pic16_pCodeInitRegisters): don't init stack registers,
4078         * (pic16_findPrevInstruction): fixed bug,
4079         * (pic16_getRegFromInstruction, pic16_getRegFromInstruction2): fixed
4080         bug with immediate registers,
4081         * (buildCallTree): traces stack push and pop,
4082         * (pct2): dump also stack usage for each function,
4083         * src/pic16/ralloc.c (dynrIdx): registers names start from 0x00
4084         * (pic16_allocDirReg): various modifications,
4085         * (pic16_typeRegWithIdx): when searching pic16_dynProcessorRegs set
4086         fixed to 1,
4087
4088 2004-07-02 Vangelis Rokas <vrokas AT otenet.gr>
4089
4090         * src/pic16/pcode.c: removed buggy double colon
4091
4092 2004-07-01 Borut Razem <borut.razem AT siol.net>
4093
4094         * support/scripts/sdcc.nsi: added include/pic16 to setup
4095
4096 2004-06-30 Vangelis Rokas <vrokas AT otenet.gr>
4097
4098         * device/lib/Makefile.in: fixed bug in target objects-pic16,
4099         * device/lib/pic16/Makefile: prefixed with dash (-) command under
4100         target 'clean',
4101         * doc/sdccman.lyx: changed version to 2.4.2 and added some port
4102         specific command line arguments. Also added sample lkr script
4103         for placing a variable at a specific memory bank.
4104         * src/pic16/device.c (pic16_dump_gsection): NEW, to dump variables
4105         at a specific memory bank,
4106         * (pic16_dump_isection): fixed bug which caused string literals to
4107         be omitted when dumping idata section,
4108         * (pic16_groupRegistersInSection): added code to handle registers
4109         in specific memory banks,
4110         * src/pic16/gen.c: labelOffset is prefixed with pic16_ and made
4111         public, all references are renamed too,
4112         * (pic16_aopGet): removed switch cases for AOP_R0,AOP_R1,AOP_DPTR,
4113         AOP_DPTR2,
4114         * (pic16_storeForReturn): added case to handle when dest is WREG,
4115         * src/pic16/genarith.c (pic16_pCodeOpSubType): NEW,
4116         * src/pic16/glue.c (pic16emitRegularMap): when adding a register in
4117         pic16_rel_udata, check to see if that register is marked as being
4118         a member of a specific memory bank,
4119         * (pic16_printIvalCharPtr): added code to add string literals either
4120         to code or the idata sections,
4121         * src/pic16/main.c (_process_pragma): added \n to WHITE constant,
4122         also accept the 'udata' pragma,
4123         * src/pic16/main.h: new structure types sectName and sectSym
4124         * src/pic16/pcode.c: added new pCodeInstruction entry for BANKSEL
4125         * (newpCodeOpBit): added PIC_OPTYPE subt in function prototype,
4126         * (pic16_findPrevInstruction): fixed, it returned nothing,
4127         * (insertBankSwitch): fixed to emit banksel/skip and skip/banksel
4128         instruction combinations,
4129         * (pic16_FixRegisterBanking): heavily reorganised,
4130         * (pic16_AnalyzeBanking): if generating banksel directives is
4131         disabled, then don't call FixRegisterBanking at all,
4132         * src/pic16/ralloc.c (bitEQUs, aliasEQUs, allDefsOutOfRange):
4133         completely removed,
4134         * (pic16_writeUsedRegisters): added call to pic16_dump_gsection
4135
4136 2004-06-29 Bernhard Held <bernhard AT bernhardheld.de>
4137
4138         * src/SDCCglue.c (printChar): fixed bug #973350, patch provided by
4139         Phuah Yee Keat <yk.phuah AT nestac.com>
4140
4141 2004-06-28 Vangelis Rokas <vrokas AT otenet.gr>
4142
4143         * src/pic16/glue.c (pic16createInterruptVect): function now emits
4144         correctly the IVT even if it is relocated to some other location
4145
4146 2004-06-28 Vangelis Rokas <vrokas AT otenet.gr>
4147
4148         * device/include/pic16/pic18fregs.h: added case for pic18f2220.h
4149         * device/include/pic16/pic18f2220.h: NEW,
4150         * device/lib/pic16/libdev/pic18f2220.c: NEW,
4151         * device/lib/pic16/libdev/Makefile: added 18f2220 in DEVS,
4152         * src/pic16/device.c (struct Pics16): added info for 18f2220,
4153         * src/pic16/device.h (struct pic16_options): added ivt_loc and
4154         nodefaultlibs, ivt_loc is the location of the interrupt vector
4155         table, and nodefaultlibs signs that default libraries should not be
4156         linked in link stage,
4157         * src/pic16/gen.c (genFunction): relocate interrupt vector functions
4158         according to --ivt-loc argument,
4159         * src/pic16/main.c (_process_pragma): emit '_stack' as public symbol
4160         when pragma stack is found,
4161
4162 2004-06-25 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
4163
4164         * src/mcs51/peeph.def: added peepholes 182.d (return 0.0),
4165         256 (range check), 257 (do while), 258.a-f (bit banging
4166         f.e. on 3-wire SPI bus)
4167
4168 2004-06-21 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4169
4170         * src/SDCClrange.c (findNextUseSym): fixed a live range bug with
4171         variables used exclusively within a loop
4172
4173 2004-06-21 Bernhard Held <bernhard AT bernhardheld.de>
4174
4175         * src/mcs51/gen.c (genCpl): quick fix for bug #974835
4176
4177 2004-06-21 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4178
4179         * src/SDCClrange.c (computeClash): fixed bug #971834
4180
4181 2004-06-20 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4182
4183         * src/mcs51/gen.c (genCmp): fixed bug #975903
4184         * src/hc08/gen.c (operandsEqu),
4185         * src/ds390/gen.c (operandsEqu),
4186         * src/z80/gen.c (operandsEqu),
4187         * src/pic/gen.c (operandsEqu),
4188         * src/pic16/gen.c (operandsEqu),
4189         * src/mcs51/gen.c (operandsEqu): fixed bug #976283
4190         * src/SDCCmain.c (parseCmdLine): report --unknown-option only once
4191
4192 2004-06-15 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4193
4194         * src/SDCCcse.c (cseBBlock): fixed bug #966963
4195
4196 2004-06-12 Vangelis Rokas <vrokas AT otenet.gr>
4197
4198         * src/pic16/gen.c (genPointerGet): added E_INTERNAL_ERROR for
4199         default case in switch statement,
4200         * glue.c (pic16_initPointer): expr is initialised via decoarteType
4201         to eliminate problem with initialisation of pointers, but problem
4202         still exists,
4203         * (pic16_pointerTypeToGPByte): removed, no needed for pic16,
4204         * (emitStaticSegment): removed various lines emitting debug info,
4205         * src/pic16/pcode.c, src/pic16/pcode.h, src/pic16/ralloc.h:
4206         added processor registers for utilizing EEPROM,
4207         * src/pic16/pcode.c (pic16_emitDB): number of DBs emitted is not
4208         configurable and set 8
4209
4210 2004-06-08 Vangelis Rokas <vrokas AT otenet.gr>
4211
4212         * .version: increased version number to 2.4.2,
4213
4214         Cumulative patch for pic16 port
4215         * src/pic16/device.c: changed scheme to dump initial values for
4216         variables in idata segment, all print_idata* functions were removed,
4217         now the pic16_printIval* will be called,
4218         * src/pic16/glue.c: (pic16_initPointer, pic16_pointerTypeToGPByte,
4219         * _pic16_printPointerType, pic16_printPointerType,
4220         * pic16_printGPointerType, pic16_printIvalArray, pic16_printIvalStruct,
4221         * pic16_printIvalBitFields, pic16_printIvalFuncPtr, pic16_printIvalPtr:
4222         NEW, similar to the respective functions in SDCCglue.c,
4223         * src/pic16/pcode.c (pic16_emitDB, pic16_flushDB): reverted to old
4224         way, emitting hex bytes,
4225         * (pic16_emitDS): NEW, emits a string for pointer initialisation,
4226
4227 2004-06-08 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4228
4229         * src/avr/ralloc.c (serialRegAssign),
4230         * src/xa51/ralloc.c (serialRegAssign),
4231         * src/pic/ralloc.c (serialRegAssign),
4232         * src/pic16/ralloc.c (serialRegAssign),
4233         * src/hc08/ralloc.c (serialRegAssign),
4234         * src/z80/ralloc.c (serialRegAssign),
4235         * src/ds390/ralloc.c (serialRegAssign),
4236         * src/mcs51/ralloc.c (serialRegAssign): fixed bug #964479
4237
4238 2004-06-08 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4239
4240         * src/SDCCicode.c (geniCodeJumpTable): fixed bug #967601
4241         * src/SDCCpeeph.c (labelIsReturnOnly): fixed bug #966505
4242
4243 2004-06-07 Vangelis Rokas <vrokas AT otenet.gr>
4244
4245         Cumulative patch for pic16 port:
4246         * src/pic16/device.h (typedef PIC16_device) modified fields for
4247         defining microcontrollers,
4248         * src/pic16/device.c: added new info for all devices in Pics16 array,
4249         * src/pic16/gen.c (genPcall): fixed bug that caused the return label
4250         to be optimised out by the pCode optimiser,
4251         * src/pic16/glue.c (pic16emitRegularMap): treat implicit aggragates
4252         specially, bug reported by G.M. Gallant,
4253         * src/pic16/pcode.c (pic16_newpCodeLabelFORCE): NEW, marks a label
4254         as force'd so that cannot be optimised out by pCode optimiser,
4255         * src/pic16/pcode.c,
4256         * src/pic16/pcodepeeph.c,
4257         * src/pic16/pcoderegs.c: many modifications to re-enable peepholes,
4258         they are disabled by default, but can be enabled explicit with
4259         command argument --denable-peeps, for testing,
4260         * device/lib/pic16/startup/Makefile: added --no-peep,--pomit-config-words,
4261         --pomit-ivt in COMPILE_FLAGS
4262
4263 2004-06-06 Maarten Brock <sourceforge.brock AT dse.nl>
4264
4265         * src/pic16/pcode.c (pic16_emitDB): removed double semicolon which fails
4266           compilation on MSVC
4267
4268 2004-06-06 Maarten Brock <sourceforge.brock AT dse.nl>
4269
4270         * device/include/sab80515.h: added sfr P6, changed GPL to LGPL
4271
4272 2004-06-06 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
4273
4274         device/include/sab80515.h: fixed bug #967492, DAPR is defined at adress
4275         0xd8, but the correct adress is 0xda. Thanks to anonymous for reporting
4276
4277 2004-06-06 Vangelis Rokas <vrokas AT otenet.gr>
4278
4279         * src/pic16/device.c (pic16_assignConfigWord): fixed bug that
4280         would only assign 0x300001 register.
4281
4282 2004-06-05 Vangelis Rokas <vrokas AT otenet.gr>
4283
4284         * device/lib/pic16/startup/Makefile: added $(MODELFLAGS)
4285         in COMPILE_FLAGS. Thanks to G. Gallant for report.
4286
4287 2004-06-05 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
4288
4289         * doc/sdccman.lyx: minor changes, mentioned beta vendor support
4290         for ds80c400
4291         * src/mcs51/peeph.def: ran unexpand -a over peeph.def
4292         * src/mcs51/peeph.def: removed obsolete peephole 100.a,
4293         added peephole 254 (left shift), 255 (jump table)
4294
4295 2004-06-04 Vangelis Rokas <vrokas AT otenet.gr>
4296
4297         * device/lib/Makefile.in: removed comment line with model-pic16,
4298         * (target port-specific-objects-pic16): the libraries and objects
4299         are copied to the build directory form the device/lib/pic16/bin
4300         directory
4301
4302         Cumulative patch concerning pic16 port:
4303         * library directory has been re-organized,
4304         * added support for PIC18F1220,
4305         * added headers and library sources for chips 18f1220,18f6520,
4306         18f6620,18f6680,18f6720,18f8520,18f8620,18f8680,18f8720
4307
4308         * configuration registers setting has changed, now each supported
4309         device has a complete description of the registers it uses,
4310         * all initialisations are moved to idata sections, these section
4311         can be absolute or relocatable,
4312         * fixed initialisation of codespace variables,
4313         * fixed warning about PCLATU and gpsim,
4314         * src/pic16/gen.c (genCmp): now can handle partially iCodes with no ifx,
4315         * (genAssign): use table reads when assigning from variables in codespace,
4316         * src/pic16/glue.c (pic16emitStaticSeg): fixed to correctly initialise
4317         char/int variables placed in codespace,
4318         * (pic16_emitConfigRegs): NEW, emits a list with configuration
4319         registers set in .asm file, no need for --pomit-config-words anymore,
4320         * (pic16glue): some 8051 legacy segments are commented out
4321         (to be removed completely),
4322         * added support for alternative assembler and linker with --asm=
4323         and --link= command line arguments,
4324         * peepholes are disabled automatically in the port, no need to
4325         specify on command line,
4326         * port supports natively char/int/long multiplication, but converts
4327         all divisions to support functions,
4328         * main.c: pic16_linkCmd and pic16_asmCmd changed to force output
4329         to the file set in variable $2,
4330         * pcode.c (pic16_emitDB, pic16_flushDB): modified to print printable
4331         strings in ASCII format and not in hex,
4332         * ralloc.c (serialRegAssign): added a triplet of conditional calls
4333         to pic16_allocDirReg for IC_RESULT, IC_LEFT and IC_RIGHT so to
4334         allocate proper register if iCodes aren't temporary,
4335
4336 2004-06-02 Maarten Brock <sourceforge.brock AT dse.nl>
4337
4338         * support/regression/tests/zeropad.c: added TEST_G macro for alpha
4339
4340 2004-06-02 Vangelis Rokas <vrokas AT otenet.gr>
4341
4342         * src/pic16/gen.c (genPcall): warning about gpsim and PCLATU
4343         is commented out
4344
4345 2004-06-01 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4346
4347         * src/hc08/gen.c (genPointerGetSetOfs): disabled optimization if
4348         computed address is reused
4349         * src/hc08/gen.c (genPackBits): fixed offsets in assignments to
4350         multi-byte bitfields
4351
4352 2004-06-01 Maarten Brock <sourceforge.brock AT dse.nl>
4353
4354         * src/z80/gen.c: (genArrayInit): must check for pointers too
4355
4356 2004-06-01 Maarten Brock <sourceforge.brock AT dse.nl>
4357
4358         * support/regression/tests/zeropad.c: never meant to commit the
4359           nestedstruct test: removed, added check for GCC version
4360
4361 2004-05-31 Maarten Brock <sourceforge.brock AT dse.nl>
4362
4363         * src/SDCCast.c (createIvalArray): fixed bug 770487 SIGSEGV
4364         * src/SDCCglue.c (emitRegularMap): fixed bug 770484 allocation problem
4365         * src/SDCCglue.c (initPointer, printIvalType, printIvalStruct,
4366           printIvalArray, printIvalFuncPtr, printIvalPtr, printIval): fixed
4367           bugs 928906 and 954082 half-empty initializers
4368         * src/SDCCsymt.h,
4369         * src/SDCCsymt.c (getAllocSize): added for above fix
4370         * src/z80/gen.c (genArrayInit): fixed bug 741044
4371         * support/regression/tests/zeropad.c: added tests
4372
4373 2004-05-30 Vangelis Rokas <vrokas AT otenet.gr>
4374
4375         * src/pic16/device.c (pic16_dump_section): corrected bug which
4376         caused some symbols of the libraries to be misplaced
4377
4378 2004-05-28 Vangelis Rokas <vrokas AT otenet.gr>
4379
4380         * src/pic16/glue.c,
4381         * src/pic16/ralloc.h,
4382         * src/pic16/ralloc.cc: prefixed IS_CONFIG_ADDRESS with PIC16_
4383         to fix conflict with pic port
4384
4385 2004-05-28 Vangelis Rokas <vrokas AT otenet.gr>
4386
4387         * src/pic16/glue.c (pic16emitStaticSeg): do not print as publics or
4388         externs configuration variables,
4389         * src/pic16/ralloc.h,
4390         * src/pic16/ralloc.cc: IS_CONFIG_ADDRESS is made public and added
4391         prototype in header, commented out some debug messages
4392
4393 2004-05-26 Vangelis Rokas <vrokas AT otenet.gr>
4394
4395         * src/pic16/glue.c,
4396         * src/pic16/main.c,
4397         * src/pic16/pcode.c: added gpasm directives #FILE/#LINE
4398         for gpasm COFF object generation. Thanks to D. Hawkins for
4399         his patch info
4400
4401 2004-05-25 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4402
4403         * src/ds390/main.c,
4404         * src/mcs51/main.c: fixed sort order of mnemonics (thanks to Maarten
4405         Brock for spotting this)
4406         * src/ds390/gen.c (genEndFunction),
4407         * src/mcs51/gen.c (genEndFunction): always save psw if function is an
4408         interrupt handler and critical. Disable push/pop optimizations when
4409         peephole optimizations disabled.
4410
4411 2004-05-25 Vangelis Rokas <vrokas AT otenet.gr>
4412
4413         Updated pic16 library sources and headers.
4414         * device/lib/pic16/pic18f*/ ,
4415         * device/include/pic16/*.h: modified to handle structured SFR
4416         definitions
4417
4418 2004-05-25 Vangelis Rokas <vrokas AT otenet.gr>
4419
4420         * src/port.h (PORT structure): added hook initPaths, now each
4421         port can declare its own default search paths,
4422         which can been seen with the --print-search-dirs option,
4423         see pic16 port for example,
4424         * src/SDCCmain.c (setBinPaths, setIncludePaths, setLibPath,
4425         setDataPaths): test to options.printSearchDirs is ifdef'ed out,
4426         * (doPrintSearchDirs): NEW, replaces in a central manner the
4427         printing of search dirs which was split in set*Paths functions,
4428         * (main): added call to port->initPaths and doPrintSearchDirs,
4429         * src/avr/main.c,
4430         * src/ds390/main.c,
4431         * src/hc08/main.c,
4432         * src/izt/i186.c,
4433         * src/izt/tlcs900h.c,
4434         * src/mcs51/main.c,
4435         * src/pic/main.c,
4436         * src/pic16/main.c: modified port structures to reflect addition of
4437         initPaths hook,
4438
4439         * src/pic16/device.c (regCompare): registers are finally sorted by name,
4440         * (pic16_dump_section): for registers in same address reserve memory once,
4441         * src/pic16/device.h (struct PIC16_device): changed variable gen_banksel
4442         to no_banksel,
4443         * src/pic16/genarith.c (pic16_genPlus): added code to handle cases where
4444         result is greater in size than right or left,
4445         * (pic16_genUMult8X8_8): there are some cases where the result can
4446         be 16 bits size, so handle these,
4447         * src/pic16/gen.c: changed some pic16_emitpcomment to DEBUGpic16_emitcode,
4448         * (pic16_outBitC): modified to emit pcodes,
4449         * (pic16_storeForReturn): using is_LitOp to see if operand is literal
4450         or not,
4451         * (genDivOneByte): implemented algorithm to divide 8-bits,
4452         * (genCmp): uncommented goto, but issues still exist,
4453         * (genAnd): fixed a bug with variables >8bits,
4454         * (genPackBits): optimization added that uses BCF/BSF to change a
4455         single bit,
4456         * (genAssign): fixed bug when assigning floating point literals,
4457         * src/pic16/glue.c (pic16glue): added assembler directive 'code' before
4458         __sdcc_gsinit_startup label,
4459         * src/pic16/main.c (_pic16_init): removed search directory
4460         initialisations,
4461         * (_pic16_initPaths): NEW, used to initialise search directories,
4462         * (_hasNativeMulFor): support functions for all except char/int
4463         multiplication, and char division,
4464         * (PIC16_port struct): modified entry for native mul support,
4465         * src/pic16/pcode.c (insertBankSwitch): modified to support the renamed
4466         no_banksel option,
4467         * (buildCallTree): call to register_usage is ifdef'ed out,
4468
4469 2004-05-22 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4470
4471         * device/include/string.h: applied Stas Sergeev's patch to make this
4472         header file compatible with the preprocessor -Wundef option
4473         * src/SDCCmain.c (main): abort compilation if preprocessor reports
4474         failure (fixes bug #941458)
4475
4476 2004-05-21 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4477
4478         * src/SDCCopt.c (killDeadCode): fixed bug #907733
4479         * support/Util/SDCCerr.c: reworded E_AUTO_ASSUMED diagnostic to clarify
4480         that the variable, not the function, should be static
4481         * src/SDCCval.c (valCastLiteral): fixed bit initialization from literal
4482         to be consistent with non-literal case
4483
4484 2004-05-19 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4485
4486         * src/SDCCast.c (isConformingBody): fixed bug #949967
4487         * src/SDCCopt.c (cnvToFcall, cnvToFloatCast, cnvFromFloatCast,
4488         convilong): fixed bug #952086
4489
4490 2004-05-18 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4491
4492         * src/SDCCmem.c (allocVariables): fixed bug #955321
4493
4494 2004-05-18 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4495
4496         * src/hc08/main.c (_hc08_genAssemblerEnd),
4497         * src/SDCCdwarf2.c (dwOpenFile, dwCloseFile, dwWriteFunction,
4498         dwWriteModule, dwWriteCLine, dwWriteALine, dwarf2FinalizeFile):
4499         completely eliminated the use of a temporary file
4500         * src/SDCCdwarf2.c (dwWriteAttr): fixed bug with location list offset
4501         when more than one file linked
4502         * src/SDCCloop.c (pointerAssigned): fixed bug #954163
4503
4504 2004-05-17 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4505
4506         * src/SDCCval.c (valForArray): applied Maarten Brock's patch #947682
4507         which fixes bug #543481
4508         * support/regression/tests/bug-751703.c: fixed comments left from a
4509         cut and paste error
4510         * src/SDCCdwarf2.c (dwCloseFile): don't explicitly close a temp file
4511         * src/SDCCdwarf2.c (dwTagFromType): added bitfield support
4512         * src/SDCCdwarf2.c (dwWriteSymbolInternal): handle extern within local
4513         scopes
4514         * src/SDCCdwarf2.c (dwWriteLineNumber): line number deltas are signed
4515         * src/SDCCmain.c (processFile, parseCmdLine): non-alphanumeric chars
4516         are now changed to underscores in moduleName
4517
4518 2004-05-15 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
4519
4520         * as/mcs51/lkmem.c: better fix for bug #954173
4521
4522 2004-05-15 Maarten Brock <sourceforge.brock AT dse.nl>
4523         committed by Frieder Ferlemann <Frieder.Ferlemann AT web.de>
4524
4525         * device/include/c8051f020.h: newly added SiLabs (Cygnal) header file
4526         * device/include/c8051f000.h,
4527         * device/include/c8051f120.h,
4528         * device/include/c8051f300.h,
4529         * device/include/c8051f310.h,
4530         * device/include/c8051f320.h: updated (added _XPAGE, CAPN, CAPP,
4531         PWM16) and detab'ed
4532
4533 2004-05-15 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
4534
4535         * doc/sdccman.lyx: mentioned sourceforge's delay between web frontend
4536         and mailing lists, doc'ed --no-peep-comments, removed reference
4537         to knoppix (newest version has no LyX/LaTeX), other minor changes
4538         * src/SDCCglue.c (glue): save 2 bytes stack space with
4539         option --main-return. The ljmp could probably be avoided too
4540
4541 2004-05-14 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
4542
4543         * as/mcs51/lkmem.c, as/mcs51/lkaomf51: fixed bug 954173
4544
4545 2004-05-14 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4546
4547         * src/SDCCsymt.h: added IS_AUTO(symbol) test macro
4548         * src/SDCCopt.c (isLocalWithoutDef),
4549         * src/SDCCicode.c (operandFromSymbol): use the IS_AUTO test macro
4550         which adds a !IS_EXTERN codition. Fixes bugs #877426 and #751703.
4551         (credit to Maarten Brock for patch #949363, on which this is based)
4552         * support/regression/tests/bug-751703.c: some test cases of extern used
4553         within inner scopes.
4554
4555 2004-05-14 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4556
4557         * src/SDCCdwarf2.c (dwMatchTypes): structs must have matching
4558         SPEC_STRUCT
4559         * src/SDCCdwarf2.c (dwTagFromType): fix to handle recursive
4560         struct definitions
4561         * src/SDCCdwarf2.c (dwWriteModule, dwNewDebugSymbol, dwWriteEndFunction,
4562         dwWriteLabel): fix to create valid debugger symbols even when
4563         the module name has non-alphanumeric symbols in it
4564         * src/SDCCdwarf2.c (dwWriteSymbolInternal): better detection for
4565         when a variable's allocation has been optimized away
4566
4567
4568 2004-05-13 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4569
4570         * src/hc08/gen.c (hc08_emitDebuggerSymbol),
4571         * src/hc08/main.c,
4572         * src/mcs51/gen.c (mcs51_emitDebuggerSymbol),
4573         * src/mcs51/main.c,
4574         * src/ds390/gen.c (ds390_emitDebuggerSymbol),
4575         * src/ds390/main.c,
4576         * src/z80/gen.c (z80_emitDebuggerSymbol),
4577         * src/z80/main.c,
4578         * src/pic/gen.c (pic14_emitDebuggerSymbol),
4579         * src/pic/main.c,
4580         * src/pic16/gen.c (pic14_emitDebuggerSymbol),
4581         * src/pic16/main.c,
4582         * src/avr/gen.c (avr_emitDebuggerSymbol),
4583         * src/avr/main.c,
4584         * src/xa51/gen.c (xa51_emitDebuggerSymbol),
4585         * src/xa51/main.c,
4586         * src/SDCCdebug.c (emitDebuggerSymbol),
4587         * src/SDCCdebug.h,
4588         * src/port.h: added a debugger struct to the port struct. Added a
4589         callback for defining debugger symbols
4590
4591         * src/SDCCast.c (createLabel),
4592         * src/SDCC.y (labeled_statement): mark all compiler generated labels
4593         with isitmp = 1
4594         * src/SDCCicode.h,
4595         * src/SDCCicode.c (geniCodeFunctionBody): added a link from the FUNCTION
4596         iCode back to the ast for the function
4597
4598         * src/hc08/ralloc.c (hc08_assignRegisters),
4599         * src/hc08/ralloc.h: define a regs struct for the stack pointer. Removed
4600         unneeded fields from the regs struct.
4601         * src/hc08/gen.c (transferRegReg, genFunction, genEndFunction): use the
4602         pushReg() & pullReg() functions instead of emitcode()
4603
4604         * src/hc08/gen.c (genLabel, genhc08Code),
4605         * src/SDCCdebug.h: Added additional debugger hooks needed for DWARF
4606
4607         * src/cdbFile.c (cdbWriteLabel, cdbWriteScope): Added stubs for unneeded
4608         debugger hooks
4609
4610         * src/hc08/gen.c (genEndFunction, genhc08Code),
4611         * src/hc08/gen.h,
4612         * src/mcs51/gen.c (genEndFunction, gen51Code),
4613         * src/mcs51/gen.h,
4614         * src/ds390/gen.c (genEndFunction, gen390Code),
4615         * src/ds390/gen.h,
4616         * src/z80/gen.c (genEndFunction, genZ80Code),
4617         * src/z80/gen.h,
4618         * src/z80/z80.h,
4619         * src/pic/gen.c (genEndFunction, genpic14Code),
4620         * src/pic/gen.h,
4621         * src/pic16/gen.c (genEndFunction, genpic16Code),
4622         * src/pic16/gen.h,
4623         * src/avr/gen.c (genEndFunction, genAVRCode),
4624         * src/avr/gen.h,
4625         * src/xa51/gen.c (genEndFunction, genXA51Code),
4626         * src/xa51/gen.h,
4627         * src/cdbFile.c (cdbWriteFunction, cdbWriteEndFunction): moved cdb
4628         specific code to cdbFile.c and out of the backend code generators
4629
4630         * as/hc08/lkmain.c (main): removed OMF51 support from link-hc08
4631         * as/hc08/lkarea.c (lnkarea): areas with NOLOAD attribute default
4632         starting address is now 0
4633
4634         * as/hc08/asm.h,
4635         * as/hc08/m08pst.c,
4636         * as/hc08/asmain.c (asmbl): implemented the .sleb128 and .uleb128
4637         assembler directive for DWARF support
4638         * as/hc08/lkelf.c (elf): only increment address when rtflg[] set
4639
4640         * src/src.dsp,
4641         * src/Makefile.in,
4642         * src/SDCCdwarf2.c: preliminary DWARF (ver 2) debugger data generator
4643
4644 2004-05-04 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4645
4646         * src/hc08/gen.c (genJumpTab, emitcode, genhc08code): fixed stack error
4647         and inappropriate peephole optimization in jump tables
4648
4649 2004-04-30 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
4650
4651         * as/hc08/m08pst.c,
4652         * src/SDCCglue.c: sdccopt works for the hc08 port now
4653
4654 2004-04-27 Bernhard Held <bernhard AT bernhardheld.de>
4655
4656         * src/SDCCicode.c (geniCodePreInc, geniCodePreDec): fixed bug #942130
4657
4658 2004-04-27 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
4659
4660         * as/hc08/lkelf.c: sdccconf.h is not available in WIN32
4661
4662 2004-04-24 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4663
4664         * src/SDCCpeeph.c (replaceRule): support empty replacement peephole
4665         rules
4666         * src/SDCCmain.c,
4667         * src/SDCCglobl.h,
4668         * src/SDCCpeeph.c (getPeepLine): new option --no-peep-comments omits
4669         comments from the peephole optimizer replacement rules
4670         * src/SDCCmem.c (printAllocInfoSeg): give actual location of spilled
4671         symbols
4672         * src/SDCCcse.c (updateSpillLocation),
4673         * src/SDCCopt.c (killDeadCode, findReqv): better tracking of register
4674         equivalents
4675         * src/hc08/ralloc.c (regTypeNum): pseudo symbols must be in DATA only
4676         * src/hc08/main.c (_hc08_finaliseOptions): made pointers to stack
4677         objects far pointers
4678
4679 2004-04-23 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4680
4681         * src/SDCCsymt.h: a missing part of my last change
4682         * src/pic/ralloc.c (regTypeNum),
4683         * src/pic16/ralloc.c (regTypeNum): fixed statement/declaration order
4684
4685 2004-04-23 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4686
4687         * src/SDCCicode.h,
4688         * src/SDCCicode.c (aggrToPtrDclType),
4689         * src/SDCCptropt.h,
4690         * src/SDCCptropt.c (ptrBaseRematSym, ptrPseudoSymSafe,
4691         ptrPseudoSymConvert),
4692         * src/pic/ralloc.c (regTypeNum),
4693         * src/pic16/ralloc.c (regTypeNum),
4694         * src/hc08/ralloc.c (regTypeNum),
4695         * src/ds390/ralloc.c (regTypeNum),
4696         * src/mcs51/ralloc.c (regTypeNum): check for dependancy hazards before
4697         creating pseudo symbols (fixed bugs #777768, #930484, and #933966)
4698
4699 2004-04-22 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4700
4701         * link/z80/lkmain.c (afile),
4702         * as/hc08/lkmain.c (afile),
4703         * as/mcs51/lkmain.c (afile): fix suggested by Maarten Brock to
4704         prevent a pointer problem when a filename has no directory and
4705         no extension specified.
4706
4707 2004-04-21 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4708
4709         * link/z80/lkmain.c (afile): allow periods in directory names
4710         * link/z80/lkmain.c (afile),
4711         * as/mcs51/lkmain.c (afile),
4712         * as/hc08/lkmain.c (afile): allow linker script file to have an
4713         extension other than ".lnk"
4714         * link/z80/lklex.c (getfid),
4715         * link/z80/lkmain.c (parse),
4716         * as/mcs51/lklex.c (getfid),
4717         * as/mcs51/lkmain.c (parse),
4718         * as/hc08/lklex.c (getfid),
4719         * as/hc08/lkmain.c (parse): Support comments in the linker script
4720         file on lines by themselves and after filenames
4721
4722 2004-04-20 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
4723
4724         * as/link_hc08.dsp: Added as/hc08/lkelf.c to project.
4725
4726 2004-04-20 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4727
4728         * src/z80/peeph-z80.def: removed some peephole rules that don't
4729         work with multibyte arithmetic (fixed bug #937126)
4730         * src/mcs51/peeph.def: fixed peephole rules 150-158 to apply only
4731         to registers and not global variables
4732         * src/SDCCicode.c (geniCodeAssign, ast2iCode, geniCodePostInc,
4733         geniCodePreInc, geniCodePostDec, geniCodePreDec,
4734         geniCodeLogicAndOr, geniCodeConditional): enforce strict lvalue
4735         checking for assignments not internally generated (fixed bug #931895)
4736         * src/SDCC.y (postfix_expr): ignore typedefs when looking for a
4737         structure member (fixed bug #930072)
4738
4739 2004-04-19 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4740
4741         * src/SDCCmain.c (linkEdit),
4742         * src/hc08/main.c (_hc08_parseOptions),
4743         * as/hc08/Makefile.in,
4744         * as/hc08/aslink.h,
4745         * as/hc08/asm.h,
4746         * as/hc08/m08pst.c,
4747         * as/hc08/lkrloc.c (relr, rele),
4748         * as/hc08/lkarea.c (lnkarea)
4749         * as/hc08/lkmain.c (afile, parse),
4750         * as/hc08/lkelf.c: support for ELF output
4751         * as/hc08/lks19.c (s19),
4752         * as/hc08/lkihx.c (ihx): ignore areas with the NOLOAD attribute
4753
4754 2004-04-17 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
4755
4756         * as/mcs51/lkihx.c: Fixed bug #899105.
4757
4758 2004-04-16 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
4759
4760         * doc/sdccman.lyx: Added instructons on how to convert MSVC .dsw and
4761         .dsp files from Unix to DOS.
4762
4763 2004-04-16 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4764
4765         * doc/sdccman.lyx: removed the ANSI-C noncompliance note regarding
4766         function pointers; we have been compliant for several months now.
4767         * src/mcs51/ralloc.c (serialRegAssign): enabled part of my 2004-04-13
4768         change that was accidently commented out
4769         * src/mcs51/gen.c (freeAsmop, getFreePtr, freeForBranchAsmop, genIfxJump,
4770         genCmpEq, jmpTrueOrFalse, genCmp, genAnd, genOr, genXor, genIfx): fixed
4771         bug #922319
4772
4773 2004-04-15 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4774
4775         * src/hc08/gen.c: output of all of the internal debugging information
4776         is now controlled by the D() macro; it is disabled by default
4777
4778 2004-04-13 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4779
4780         * src/mcs51/ralloc.c (serialRegAssign, fillGaps, allocThisReg): try
4781         harder to keep the same registers during a CAST iCode
4782         * src/SDCCopt.c (optimizeCastCast, eBBlockFromiCode): casts of char to
4783         long via int can be done in a single cast, if the signedness is
4784         correct.
4785         * support/regression/tests/bug-927659.c: fixed to avoid conflict with
4786         putchar() in tinibios.c in ds390's library
4787
4788 2004-04-12 Bernhard Held <bernhard AT bernhardheld.de>
4789
4790         * src/SDCCast.c (decorateType): fixed bug #898889,
4791         cast result of a literal complement too
4792         * src/mcs51/ralloc.c (packRegsForAssign): fixed bug #930931,
4793         fixed check for bitfields
4794
4795 2004-04-11 Bernhard Held <bernhard AT bernhardheld.de>
4796
4797         * src/SDCCicode.c (geniCodeLogic): made it static,
4798         (geniCodeLogicAndOr): added in order to fix bug #905492,
4799         (ast2iCode): fixed bug #905492
4800         * support/regression/tests/bug-905492.c: added
4801         * src/SDCCast.c (decorateType): don't decorate/process parms twice,
4802         (processParms): fixed bug #927659: don't copy parms, this will clear
4803         decorated flag
4804         * support/regression/tests/bug-927659.c: added
4805
4806 2004-03-29 Bernhard Held <bernhard AT bernhardheld.de>
4807
4808         * src/SDCCast.c (addCast): don't cast float to char
4809         * device/lib/libsdcc.lib: added _memmove
4810
4811 2004-03-28 Bernhard Held <bernhard AT bernhardheld.de>
4812
4813         * device/lib/large/Makefile: fixed parallel execution by
4814         replacing `make` by `$(MAKE)`
4815
4816 2004-03-28 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4817
4818         * src/hc08/gen.c (genPointerGetSetOfs): correctly handle 1 byte array
4819         offsets (fixes bug #923936)
4820
4821 2004-03-26 Bernhard Held <bernhard AT bernhardheld.de>
4822
4823         * device/lib/small/Makefile: fixed parallel execution by
4824         replacing `make` by `$(MAKE)`
4825
4826 2004-03-23 Bernhard Held <bernhard AT bernhardheld.de>
4827
4828         * device/lib/vprintf.c (vsprintf): minor optimization, see bug #801101
4829
4830 2004-03-23  Scott Dattalo  <scott AT dattalo.com>
4831
4832         * src/pic/gen.c (genCpl): multi-byte complements were not working.
4833         * src/regression/Makefile: Regression test was not running.
4834
4835 2004-03-23 Bernhard Held <bernhard AT bernhardheld.de>
4836
4837         * src/SDCCast.c (resultTypePropagate, decorateType): avoid promotion to int for
4838         complement if possible
4839         * src/SDCCval.c (valComplement),
4840         * src/SDCCicode.c (operandOperation): fixed complement of literal
4841         * support/regression/tests/onebyte.c (testComplement): added
4842
4843 2004-03-22 Bernhard Held <bernhard AT bernhardheld.de>
4844
4845         * src/SDCCast.c (processParms): fixed bug #920866; decorateType() can
4846         return an optimized tree; actually replace actParm with the new tree
4847         * src/SDCCast.h: added some parantheses to remove side effects
4848         * support/regression/tests/bug-920866.c
4849
4850 2004-03-21  Scott Dattalo  <scott AT dattalo.com>
4851         * src/pic/gen.c, src/pic/gen.h, src/pic/genarith.c, src/pic/pcode.c:
4852         Bit operands were not being handled properly in the pic14 port.
4853         (now src/regression/add.c passes again).
4854
4855 2004-03-20 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4856
4857         * src/SDCC.y (labeled_statement): case and default no longer require
4858         a following statement (RFE #893037)
4859
4860 2004-03-19 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4861
4862         * src/mcs51/gen.c (pushSide, genSignedRightShift, genDjnz, geniPush):
4863         use MOVA macro to avoid "mov a,acc" when peephole optimizer is
4864         disabled (fixes bug #916294)
4865         * sim/ucsim/s51.src/mov.cc (inst_mov_a_addr): Throw an error on
4866         "mov a,acc"; patch provided by Lenny Story
4867         * device/include/mc68hc908gp32.h: header contibuted by Juan Gonzalez
4868
4869 2004-03-19 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4870
4871         * src/mcs51/gen.c (genFunction): optimize RECEIVE in reentrant
4872         functions
4873         * src/ds390/gen.c (genFunction, genEndFunction),
4874         * src/ds390/ralloc.c (ds390_assignRegisters),
4875         * src/mcs51/gen.c (genFunction, genEndFunction, mcs51_assignRegisters):
4876         * src/mcs51/ralloc.c (mcs51_assignRegisters): Skip optimizing registers
4877         pushed if there are parameters passed on the stack. Also, a cleaner
4878         way to decide if r0/r1 should be pushed/popped. (Together they fix
4879         bug #918693)
4880
4881 2004-03-18 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4882
4883         * doc/sdccman.lyx,
4884         * device/lib/mcs51/crtpagesfr.asm,
4885         * device/lib/mcs51/crtxinit.asm,
4886         * device/lib/mcs51/crtxstack.asm: Changed name of _PAGESFR to _XPAGE
4887         to avoid confusion with Si Lab's SFRPAGE register.
4888
4889 2004-03-17 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4890
4891         * src/SDCCglue.c (emitMaps): allow public sfr variables
4892         * src/SDCCglue.c (initialComments): include compiler build date
4893         with compiler version and put the timestamp of the generated
4894         assembly file on a serperate line to be less confusing.
4895         * src/port.h: added genInitStartup hook
4896         * src/avr/main.c,
4897         * src/ds390/main.c,
4898         * src/hc08/main.c,
4899         * src/pic/main.c,
4900         * src/pic16/main.c,
4901         * src/xa51/main.c,
4902         * src/z80/main.c: genInitStartup initialize as NULL (default to
4903         historical behaviour)
4904         * src/SDCCglue.c (glue): _sdcc_gsinit_startup is now port specific.
4905         * src/mcs51/main.c: (_mcs51_genInitStartup, _mcs51_genExtraAreas,
4906         _mcs51_genXINIT, _mcs51_genRAMCLEAR): link initialization code from the
4907         library instead of hard coding it into the compiler.
4908         * support/regression/ports/mcs51-stack-auto/spec.mk,
4909         * src/SDCCmain.c (linkEdit): added mcs51.lib to the link libraries
4910         * device/lib/mcs51/Makefile,
4911         * device/lib/small/Makefile,
4912         * device/lib/large/Makefile,
4913         * device/lib/mcs51/crtpagesfr.asm,
4914         * device/lib/mcs51/crtstart.asm,
4915         * device/lib/mcs51/crtxclear.asm,
4916         * device/lib/mcs51/crtxinit.asm,
4917         * device/lib/mcs51/crtclear.asm,
4918         * device/lib/mcs51/crtxstack.asm: move most of the mcs51 C runtime
4919         startup/initialization out of src/SDCCglue.c and src/mcs51/main.c
4920         and into user configurable files.
4921         * device/lib/clean.mk: clean mcs51 directory too
4922         * support/regression/tests/longlit.c: added static to T1 declaration
4923         * doc/sdccman.lyx: documented _PAGESFR sfr for customizing pdata
4924         accesses in the initialization code
4925
4926 2004-03-14 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4927
4928         * device/include/mc68hc908qy.h: corrected declarations of FLBPR and
4929         OSCTRIMVAL as noted in bug #916008
4930
4931 2004-03-14 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4932
4933         * src/SDCCloop.c (basicInduction): fixed bug with loop induction
4934         in loops with multiple exits (reported as incorrect registers
4935         used by Martin Helmling in Sdcc-user list)
4936
4937 2004-03-12 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
4938
4939         * src/ds390/main.c (_ds390_genAssemblerPreamble): cosmetic change,
4940         made ds390 register extensions look less like error messages
4941
4942 2004-03-12 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4943
4944         * src/SDCCglue.c (printIvalPtr): fixed bug with pointer initializer
4945         reported by Adam Wozniak in Sdcc-user list
4946
4947 2004-03-10 Bernhard Held <bernhard AT bernhardheld.de>
4948
4949         * src/SDCCast.c (decorateType): fixed with bug and promotion in
4950         arithmetic optimizations, added debug output
4951
4952 2004-03-09 Bernhard Held <bernhard AT bernhardheld.de>
4953
4954         * device/lib/time.c (mktime): fixed bug reported by Bert Thomas
4955         * sdcc.spec: updated and split sdcc into 3 rpms
4956         * src/SDCCast.c (decorateType): &|^ don't need addCast(); addCast() is
4957         needed for literals of LEFT_OP and '+'
4958         * src/SDCCicode.c (geniCodeLogic): I must have been braindead when I
4959         introduced RESULT_TYPE_NOPROM
4960         (geniCodeMultiply): fixed logic for decision if mul is optimized to
4961         left shift
4962         * src/SDCCsymt.c (computeType): op is int; added RESULT_TYPE_OTHER;
4963         limited promotion to int only for '*'
4964         * src/SDCCsymt.h (computeType): op is int, removed RESULT_TYPE_NOPROM
4965
4966 2004-03-09 Hans Dorn <hjdorn AT users.sourceforge.net>
4967
4968         * src/pic16/gen.c (genSkip),
4969         (genc16bit2lit), (gencjneshort): commented out
4970         (is_LitOp): new helper function, checks operand type
4971         (genCmpEq): rewritten
4972
4973 2004-03-08 Bernhard Held <bernhard AT bernhardheld.de>
4974
4975         * support/regression/tests/bug-908454.c: added
4976
4977 2004-03-07 Bernhard Held <bernhard AT bernhardheld.de>
4978
4979         * src/SDCCast.c (addCast): fixed bug #908454 by promoting bits to char
4980         * src/SDCCicode.c (usualBinaryConversions): op needs int type
4981         (geniCodeCast): cosmetic, don't preserve bit storage class
4982         (geniCodeLeftShift): added promotion
4983         (geniCodeLogic): fixed regression
4984         * src/SDCCsymt.c (computeTypeOr): accept bits too
4985         (compareType): 2nd part of fix for bug #908454, needed for bitfields
4986
4987 2004-03-07  Borut Razem <borut.razem AT siol.net>
4988
4989         * support/Util/findme.c: alloca() replaced with malloc()/free() pair
4990
4991 2004-03-06 Vangelis Rokas <vrokas AT otenet.gr>
4992
4993         * src/pic16/ralloc.c (pic16_genPackRegisters): reverted to old
4994         version of pic16_genPackRegisters which does not check if ic is a
4995         CAST operator,
4996         * src/pic16/gen.c (ifxForOp): disabled new and untested code in
4997         function cause string1.c regression test fails
4998
4999 2004-03-06 Bernhard Held <bernhard AT bernhardheld.de>
5000
5001         * sim/ucsim/configure.in,
5002         * sim/ucsim/configure,
5003         * sim/ucsim/doc/Makefile.in: use docdir
5004         * src/SDCC.y: fixed sbit atrributes
5005         * src/SDCCast.c (getResultTypeFromType): added support for bitfields
5006         * src/SDCCast.c (decorateType): |^& need special promotion handling
5007         * src/SDCCast.h,
5008         * src/SDCCsymt.h: moved definition of RESULT_TYPE
5009         * src/SDCCsymt.h (computeType),
5010         * src/SDCCicode.c: computeType() needs op
5011         * src/SDCCsymt.c (checkTypeSanity),
5012         * doc/sddman.lyx: "plain" bitfields are unsigned
5013         * src/SDCCsymt.c (computeTypeOr): added
5014         * src/SDCCsymt.c (computeType): added support for bitfields, fixed
5015         |^& ops
5016         * src/SDCCval.c (val*): computeType() needs op
5017         * src/SDCCval.c (valCastLiteral): fixed casting of bitfields
5018         * support/regression/tests/onebyte.c: added tests for |^&
5019
5020 2004-03-06 Hans Dorn <hjdorn AT users.sourceforge.net>
5021
5022         * src/pic16/gen.c: (genpic16Code) use copy of printILine's output
5023         for writing icode into asm output.
5024
5025 2004-03-05 Vangelis Rokas <vrokas AT otenet.gr>
5026
5027         * src/pic16/device.c: added some debug lines enabled
5028         with macro DEBUG_CHECK,
5029         * src/pic16/genarith.c: more debug in genPlus,
5030         * (pic16_genUMult8XLit_16, pic16_genUMult8X8_16): removed,
5031         * (pic16_genUMult16X16_16, pic16_genUMult16XLit_16): NEW,
5032         * src/pic16/gen.c: added prototypes for pic16_genMult16X16_16,
5033         * (aopForSym): onStack symbols are re-placed in data memspace,
5034         and onStack flag is cleared,
5035         * (pic16_popGetTempReg, pic16_popReleaseTempReg): modified to
5036         copy temporary pcodeop,
5037         * (genPcall): added warning for not updating PCLATU,
5038         * (genFunction): removed test with IFFUNC_CALLEESAVES, its
5039         always true for pic16 port,
5040         * (genMultOneWord): NEW, supports integer multiplication,
5041         * (genMult): modified to call genMultOneWord,
5042         * (ifxForOp): added warning when return NULL,
5043         * src/pic16/glue.c (pic16emitRegularMap): symbol implicit
5044         flag is set before call to operandFromSymbol for implicit
5045         added structures,
5046         * src/pic16/main.c (_pic16_finaliseOptions): options.float_rent,
5047         options.intlong_rent are set by default,
5048         * (_hasNativeMulFor): modified to allow port generation of integer
5049         multiplication,
5050         * src/pic16/ralloc.c (pic16_allocDirReg): commented out line which
5051         set regtype to REG_SFR for all registers, restricting seting the
5052         accessBank flag for registers 0<= r < 0x80 and 0xf80<=r<=0xfff,
5053
5054 2004-03-05 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
5055
5056         * src/mcs51/peephole.def: added 251.b and 253.x. 253.x are applied
5057         more than 500 times in the regression tests
5058
5059 2004-03-05 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5060
5061         * support/Util/SDCCerr.h,
5062         * support/Util/SDCCerr.c,
5063         * src/SDCC.y (struct_or_union_specifier, enum_specifier,
5064         enumerator_list),
5065         * src/SDCCsymt.c (addSymChain): show location of oriignal definition
5066         for symbol conflicts.
5067         * support/valdiags/tests/enum.c,
5068         * support/valdiags/tests/tentdecl.c,
5069         * support/valdiags/tests/struct.c: expect possible error messages
5070         referring to original symbol definitions.
5071         * src/SDCC.y (struct_or_union_specifier, struct_declarator),
5072         * src/SDCCsymt.h,
5073         * src/SDCCsymt.c (promoteAnonStructs): support anonymous struct/union
5074
5075 2004-03-03 Hans Dorn <hjdorn AT users.sourceforge.net>
5076
5077         * src/pic16/gen.c (gencjne): fixed for right=REG / left=LIT
5078
5079 2004-02-03 Vangelis Rokas <vrokas AT otenet.gr>
5080
5081         * src/pic16/ralloc.c (newReg): fixed bug #908929
5082
5083 2004-03-02 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5084
5085         * src/ds390/gen.c: added missing #include "main.h"
5086
5087 2004-03-02 Vangelis Rokas <vrokas AT otenet.gr>
5088
5089         * src/pic16/device.c (checkAddSym): NEW, adds a symbol to set while
5090         checking if symbol is already in set,
5091         * src/pic16/device.h: prototype for checkAddSym,
5092         * src/pic16/gen.c: (_G): added entry interruptvector,
5093         * (assignResultValue): removed some commented out lines,
5094         * (genFunction): check for ISR via sym->type, absolute section for
5095         interrupt code is created via a new pBlock, the goto instruction is
5096         placed now correctly at the interrupt vector position, changed all
5097         references from ivec to _G.interruptvector,
5098         * WREG,STATUS,BSR are not saved in stack upon an entry to interrupt
5099         is the interrupt is a high priority one, same for return from ISR,
5100         * src/pic16/glue.c: changed all calls of addSetHead for publics and
5101         externs to calls of checkAddSym,
5102         * src/pic16/pcode.c (pic16_pBlockConvert2*): emit warning when
5103         pic16_pcode_verbose flag is set,
5104         * src/pic16/pcode.h: extern to pic16_pcode_verbose,
5105         * src/pic16/pcoderegs.c: message about how many registers are saved
5106         will only be emitted if pic16_pcode_verbose flag is set,
5107
5108 2004-03-02 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5109
5110         * src/ds390/ralloc.h,
5111         * src/ds390/ralloc.c (ds390_regWithIdx),
5112         * src/ds390/gen.c (emitcode),
5113         * src/ds390/main.h,
5114         * src/ds390/main.c (instructionSize, ds390newAsmLineNode, updateOpRW,
5115         ds390opcodeCompare, asmLineNodeFromLineNode, getInstructionSize,
5116         ds390operandCompare, getRegsRead, getRegsWritten,
5117         initializeAsmLineNode): customized instruction size calculation for
5118         ds390, started basis for some register optimizations
5119         * src/ds390/gen.c (gen390Code, emitcode): associate iCodes with
5120         corresponding assembly output
5121         * src/ds390/gen.c (genFunction, genEndFunction): added case to handle
5122         missing push/pop of r0/r1. Optimized push/pops
5123
5124 2004-03-01 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5125
5126         * src/mcs51/main.c (instructionSize): fixed ACALL size
5127         * src/mcs51/main.c (updateOpRW): fixed bug with @dptr, @a+dptr operands
5128
5129 2004-03-01 Vangelis Rokas <vrokas AT otenet.gr>
5130
5131         * src/pic16/device.c (pic16_dump_section): fixed a bug that allowed
5132         the sorting of rlist with NULL elements
5133         * (print_idataType, print_idata): NEW to create idata sections
5134         * src/pic16/device.h: idataSymSet new variable
5135         * src/pic16/gen.c (genFunction): fixed some bugs in string
5136         comparing, improved the absolute section creation for ISRs,
5137         added FSR0L/FSR0H in registers that are saved in an ISR,
5138         * (genInline): fixed the processing of inline snippets,
5139         now they undergo no process by the peephole optimizer
5140         * src/pic16/glue.c (pic16emitRegularMap): symbols with initialiser
5141         are placed in idataSymSet,
5142         * (pic16emitStaticSeg): extern symbols are added in externs,
5143         * src/pic16/ralloc.c (pic16_allocDirReg): work around to reduce bank
5144         switching when aboslute variables are placed in access bank memory
5145         * (pic16_writeUsedRegs): added call to pic16_dump_idata,
5146         * (packRegsForSupport,packRegsForAccUse,packRegsForOneuse):
5147         commented out with #if,
5148         * (pic16_packRegisters): reintroduce the check for CAST because some
5149         symbols are not correctly handled,
5150         * src/pic16/pcode.h: changed the definition of pCodeAsmDir to hold a
5151         pCodeInstruction instead of pCode,
5152         * src/pic16/pcode.c (pic16_newpCodeAsmDir): modified for the new
5153         pCodeAsmDir definition,
5154         * (pic16_pCode2str, genericPrint): when an AsmDir pcode has a NULL
5155         directive, then the argument directive is emitted without the leading
5156         tab, hack for inline labels which must be in the first column,
5157         * (compareLabel,pic16_findNextInstruction),
5158         * (pic16_findPrevInstruction): added case for PO_ASMDIR,
5159         * (insertBankSwitch): modified for the new pCodeAsmDir,
5160
5161 2004-03-01 Hans-Juergen Dorn <hans.dorn AT apl-landau.de>
5162         patch applied by Vangelis Rokas <vrokas AT otenet.gr>
5163
5164         * src/pic16/gen.c (pic16_popGet): case PO_DIR, adds the offset to
5165         instance,
5166         * (pushSide): commented out with #if,
5167         * (assignResultValue): fixed some typos in saving
5168         registers,
5169         * (genPcall): FIXED and sync'ed with genCall,
5170         * (genDataPointerGet,genDataPointerSet): using offset not leoffset
5171         * (genNearPointerGet): fixed to handle some more cases,
5172         implementation scheme via table reads,
5173         * (genConstPointerGet): modified to access code memory correct,
5174         * (genCodePointerGet,genNearPointerSet,genGenPointerSet): modified
5175         and improved to handle some cases
5176         * glue.c (printIvalType,printIvalChar,emitStaticSeg): use "DB"
5177         instead of "RETLW" for init data
5178         * src/pic16/ralloc.c (pic16_allocDirReg): warning when a symbol is
5179         not IN_DIRSPACE, work around to reduce bank switching when aboslute
5180         variables are placed in access bank memory (<0x80 and >=0xf80),
5181         * src/pic16/pcode.c: added SFRs TBLPTR, TABLAT, added opcodes TBLRD,
5182         TBLRD_POSTINC,TBLRD_POSTDEC,TBLRD_PREINC,TBLWT,TBLWT_POSTINC,
5183         TBLWT_POSTDEC,TBLWT_PREINC
5184         * Fixed initialisation of BSR, set "alias" for SSAVE to "0"
5185         * (pic16_emitDB,pic16_flushDB): New functions to generate "DB"
5186         directives
5187         * (pic16_pCodeConstString): use "DB" instead of "RETLW"
5188         * src/pic16/pcode.h: added TBLRD*,TBLWT*, added pic16_emitDB,
5189         pic16_flushDB, made pic16_newpCodeAsmDir public, added TBLPTR, TABLAT
5190         * src/pic16/ralloc.h: added IDX_BSR,IDX_TBLPTR*,IDX_TABLAT
5191
5192 2004-02-29  Borut Razem <borut.razem AT siol.net>
5193
5194         * src/Makefile.in, src/SDCCutil.c, support/Util/findme.c,
5195         support/Util/findme.h, support/Util/system.h: enhance binary relative
5196         search for lib and include by using findProgramPath()
5197
5198 2004-02-28 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5199
5200         * src/SDCCpeeph.h,
5201         * src/SDCCpeeph.c (pcDistance),
5202         * src/port.h,
5203         * src/mcs51/ralloc.h,
5204         * src/mcs51/ralloc.c (mcs51_regWithIdx),
5205         * src/mcs51/main.h,
5206         * src/mcs51/main.c (instructionSize, asmLineNode, updateOpRW,
5207         mcs51opcodeCompare, asmLineNodeFromLineNode, getInstructionSize,
5208         mcs51operandCompare, getRegsRead, getRegsWritten): made instruction
5209         size calculation port specific, started basis for some register
5210         optimizations
5211         * src/mcs51/gen.c (genFunction, genEndFunction): added case to handle
5212         missing push/pop of r0/r1. Optimized push/pops
5213         * src/mcs51/ralloc.c (packregisters): fixed bug #727095
5214         * device/lib/_modsint.c (_modsint),
5215         * device/lib/_modslong.c (_modslong): fixed sign of result in non-asm
5216         and stack version so regression tests pass
5217
5218 2004-02-26 Bernhard Held <bernhard AT bernhardheld.de>
5219
5220         * src/Makefile.in (dep): include SLIBOBJS in dependency check
5221         * src/SDCCast.c (decorateType): catch another small optimization
5222         with '?' operator
5223         * src/SDCCsymt.c (computeType): added comments and cosmetic changes
5224         * src/SDCCval.c (valMult, valDiv, valMod, valPlus, valMinus, valShift):
5225         modified to finally use computeType() all over SDCC,
5226         see Feature Request #877103
5227         * src/SDCCval.h: cosmetic
5228         * src/SDCCicode.c (operandOperation): fixed EQ_OP bug, now same as in
5229         valCompare(); regression tested in muldiv.c
5230         * support/regression/tests/muldiv.c (testMod): mod sign follows
5231         dividend only
5232
5233 2004-02-23 Bernhard Held <bernhard AT bernhardheld.de>
5234
5235         * src/SDCCast.c (decorateType): fixed bug #902362
5236         * doc/INSTALL.txt: fixed install instructions for win32
5237
5238 2004-02-21 Bernhard Held <bernhard AT bernhardheld.de>
5239
5240         * device/include/Makefile.in (install): fixed by replacing spaces
5241         by tabs
5242         * doc/README.txt,
5243         * doc/INSTALL.txt: updated for release
5244         * doc/sdccman.lyx: added warning for --xstack being buggy
5245
5246 2004-02-20 Bernhard Held <bernhard AT bernhardheld.de>
5247
5248         * src/pic16/ralloc.c (packRegsForAccUse):  disabled functions with #if
5249         to eliminate build warnings.
5250         * src/pic16/gen.c (pic16_popGet): fixed for gcc 2.95.4
5251
5252 2004-02-20 Vangelis Rokas <vrokas AT otenet.gr>
5253            Hans-Juergen Dorn <hans.dorn AT apl-landau.de>
5254
5255         * doc/sdccman.lyx: removed PIC16 from PIC16 Port Specific Options,
5256         removed -penable-stack, added comment for stack pragma, added
5257         warning for not initializing the stack/frame registers, removed
5258         comment at interrupts section
5259
5260         Stack is made permanent, there is no ability to disable stack usage.
5261         * src/pic16/device.h,
5262         * src/pic16/device.c: removed all references to USE_STACK macro,
5263         * src/pic16/device.c (pic16_dump_section): when no elements in
5264         rlist, free rlist before return,
5265         * (pic16_dump_int_registers): NEW, internal registers are a new set
5266         of general purpose registers reused by each function,
5267         * (checkAddReg): returns 1 if registers is added to set,
5268         * (pic16_groupRegistersInSection): when a registers is of type
5269         PO_GPR_TEMP add it in pic16_int_regs and not in pic16_rel_udata,
5270         * src/pic16/device.h: memRange and Assigned Memory are deleted,
5271         SRCASECMP macro is moved here from device.c
5272         * src/pic16/genarith.c (pic16_pCodeOpType): added cases for
5273         PO_PCLATU, PO_PRODL, PO_PRODH,
5274         * (pic16_pCodeOpType, genMinus,
5275         changed compares to "a" register, with AOP_ACC,
5276         * (pic16_genPlus): fixed some bugs and indented properly,
5277         * (pic16_addSign): changed size to size+offset in the MOVWF
5278         instruction,
5279         * (pic16_genUMult8XLit_8): NEW, uses processor MULLW instruction to
5280         multiply 8-bit operand by literal, result is 8-bit,
5281         * (pic16_genUMult8X8_8): NEW, uses processor MULWF instruction to
5282         multiply 2 8-bit operand, result is 8-bit,
5283         * (pic16_genMult8X8_8): modified to call genUMult8X*_8 functions and not
5284         genUMult8X*_16,
5285         * src/pic16/gen.c: changed accUse to contain WREG only,
5286         * (pic16_emitcomment): renamed to pic16_emitpcomment,
5287         * (aopForSym): allocated dir register when IN_DIRSPACE(space) is,
5288         true, do not use immediate addressing any more unless sym is a
5289         pointer in codespace,
5290         * (aopForRemat): do not use immediate addressing when symbol not in
5291         codespace and when symbol's address is requested,
5292         * (aopOp): for-loop in if(sym->accUse) is modified for the new
5293         accUse size (= 1),
5294         * (aopGet): added case for AOP_ACC and don't return "accumulator
5295         bug" but WREG instead,
5296         * (popGetTempReg): pushes contents of temporary register in stack,
5297         * (popReleaseTempReg): pops contents of temporary register from
5298         stack. Use popGetTempReg/popReleaseTempReg in aligned pairs,
5299         * (pic16_popGet): separated case AOP_ACC to return register WREG
5300         from processor registers, AOP_PCODE not checks if pcop is PO_DIR
5301         or PO_IMMEDIATE and initializes their instance/offset appropriately,
5302         * The whole issue with aopForSym,aopForRemat,popGet) is to minimize
5303         the use of immediate pointers to certain cases only.
5304
5305         * (pic16_pushpCodeOpReg, pic16_poppCodeOpReg): use pic16_popGet2p,
5306         * (pic16_loadFromReturn, pic16_storeForReturn: NEW,
5307         * (assignResultValue, genCall, genRet): modified to use the new
5308         function return value scheme with WREG,PRODL,PRODH,FSR0L and FSR0,
5309         genPcall is still broken,
5310         * (genFunction): added code to create 'A' type pBlocks when
5311         interrupt functions are generated, code not extensively tested yet,
5312         ISRs push WREG,STATUS,BSR,PRODL,PRODH,FSR0L,FSR0H registers on stack,
5313         * (genEndFunction): modified so ISRs pop stored registers from stack,
5314         * (genMultOneByte): cleanup,
5315         * (AccRsh): added flag andmask, to and result with appropriate mask,
5316         * (genUnpackBits,genPackBits): fixed and can handle bit fields,
5317         * (genDataPointerGet): fixed and reenabled its use,
5318         * (genNearDataPointerGet): bugs fixed,
5319         * (genDataPointerSet): bugs fixed,
5320         * src/pic16/genutils.c: added functions pic16_DumpValue,pic16_DumpAop,
5321         pic16_DumpSymbol, pic16_DumpOp,
5322         * src/pic16/genutils.h: function prototypes for the above functions,
5323         * src/pic16/glue.c: new flags initsfpnt, to initialize stack/frame
5324         pointers,
5325         * (pic16emitRegularMap): many many many improvements, but needs a
5326         major cleanup,
5327         * src/pic16/main.c: enable_stack in pic16_options is removed,
5328         * (_pic16_parseOptions): removed command line options -penable-stack,
5329         * (_process_pragma): emit stack symbol only when stack pragma is
5330         processed,
5331         * src/pic16/pcode.c: pic16_pc_fsr0 is removed, all operations are
5332         redirected to FSR0L/FSR0H pair,
5333         * (pic16_get_op, pic16_get_op2): modifications and improvements,
5334         * (pic16_getRegFromInstruction, pic16_getRegFromInstruction2): added
5335         cases PO_PRODL,PO_PRODH, pic16_getRegFromInstruction2 returns sane
5336         for immediates,
5337         * (insertBankSwitch): modified to handle cases like: (alfa + 1)
5338         * (dumpPicOptype): NEW,
5339         * src/pic16/pcode.h: added PO_PCLATU,PO_PRODL,PO_PRODH in enum,
5340         * src/pic16/pcoderegs.c (pCodeRegMapLiveRangesInFlow): fixed bug
5341         with movff instruction,
5342         * src/pic16/ralloc.c: renamed typeRegWithIdx to pic16_typeRegWithIdx,
5343         added pic16_int_regs, some packRegsFor* functions are commented out,
5344         because produce errors,
5345         * src/pic16/NOTES: minor modifications
5346
5347 2004-02-18  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
5348
5349         * as/mcs51/aslink.h, as/mcs51/lkarea.c, as/mcs51/lkdata.c, as/mcs51/lkmain.c,
5350         as/mcs51/lkmem.c, src/SDCCglob.h, src/SDCCmain.c: added options --stack-size and
5351         --pack-iram.
5352         * doc/sdccman.lyx: described options --stack-size and --pack-iram.
5353         * as/mcs51/lkaomf51.c: fixed bug #895763
5354
5355 2004-02-17 Bernhard Held <bernhard AT bernhardheld.de>
5356
5357         * device/include/c8051f320.h: added. Contributed by Maarten Brock.
5358
5359 2004-02-17 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5360
5361         * doc/sdccman.lyx: added details about the HC08 storage classes and
5362         interrupts, fixed the register usage info for z80 & gbz80
5363
5364 2004-02-17 Vangelis Rokas <vrokas AT otenet.gr>
5365
5366         * doc/sdccman.lyx: added more pic16 port documentation
5367         * device/include/pic16/: added header pic18fregs.h
5368
5369 2004-02-16 Bernhard Held <bernhard AT bernhardheld.de>
5370
5371         * doc/sdccman.lyx: added Vangelis' contribution
5372
5373 2004-02-16 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5374
5375         * src/SDCClrange.c (rlivePoint): live range of SEND operand should
5376         extend to the next CALL or PCALL, not just to the next CALL.
5377
5378 2004-02-16 Vangelis Rokas <vrokas AT otenet.gr>
5379
5380         * src/pic16/gen.c (genInline): fixed bug #896482 with inline assembly
5381
5382 2004-02-15 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5383
5384         * src/mcs51/ralloc.c (packRegsForAssign, reassignAliasedSym): fixed
5385         bug #895752 and a better fix for bug #716790
5386
5387 2004-02-15 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5388
5389         * src/SDCCsymt.c (processFuncArgs): fixed bug #896796
5390
5391 2004-02-14 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
5392
5393         * doc/sdccman.lyx: minor changes, minor changed
5394
5395 2004-02-13 Bernhard Held <bernhard AT bernhardheld.de>
5396
5397         * src/SDCCicode.c (usualBinaryConversions): removed pic16 from ports
5398         which can't handle SDCC_NEWONEBYTEOPS,
5399         (geniCodeMultiply): removed conversion from mult to shift for pic14
5400         and pic16
5401
5402 2004-02-12 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5403
5404         * src/hc08/gen.h,
5405         * src/hc08/gen.c (storeRegToAop, aopOp, aopAdrStr, accopWithAop,
5406         rmwWithAop): Ported my 2003-10-02 fix for bug #663539 to the hc08,
5407         thus fixing bug #895406
5408
5409 2004-02-11 Bernhard Held <bernhard AT bernhardheld.de>
5410
5411         * device/lib/_modsint.c,
5412         * device/lib/_modslong.c: sign follows divisor only
5413         * src/hc08/gen.c (genMultOneByte): if result size is 1,
5414         signs or signedness can be ignored
5415         * src/SDCCast.c (addCast): cosmetic - added lineno to CAST
5416         * src/SDCCast.c (resultTypePropagate): added even more ops: +, - and *,
5417         added optimization for IFX,
5418         (decorateType): Mult/Div/ModOneByte ops can handle all kind of signed
5419         arguments;
5420         reenabled optimization for IFX, which was removed on 2004-01-11
5421         * src/SDCCast.h: added return type IFX
5422         * src/SDCCicode.c: Mult/Div/ModOneByte ops can handle all kind of signed
5423         arguments with 8 or 16 bit results; pic14 and pic16 ports use old
5424         promotion behaviour; env. var. SDCC_NEWONEBYTEOPS selects the new,
5425         SDCC_OLDONEBYTEOPS selects the old behaviour
5426         * src/SDCCsymt.c (computeType): type2 can be NULL (for LEFT_OP);
5427         changed again and commented promotion rule
5428         * src/SDCCval.c (valDiv): promotion no longer necessary
5429         * src/ds390/gen.c (genMultOneByte) (genDivOneByte) (genModOneByte),
5430         * src/mcs51/gen.c (genMultOneByte) (genDivOneByte) (genModOneByte):
5431         rewritten
5432         * support/regression/tests/onebyte.c: added
5433
5434 2004-02-11 Vangelis Rokas <vrokas AT otenet.gr>
5435
5436         * gen.c (genInline): reverted to old code for assemnling inline
5437         code because of bug reported James Chadd
5438
5439 2004-02-10 Vangelis Rokas <vrokas AT otenet.gr>
5440
5441         * ralloc.h: missing declarations from previous patch,
5442         seems that patch for ralloc.h was never applied, fixed
5443
5444 2004-02-10 Hans-Juergen Dorn <hans.dorn AT apl-landau.de>
5445            patch committed by Vangelis Rokas <vrokas AT otenet.gr>
5446
5447         * pcode.c,
5448         * pcode.h,
5449         * ralloc.h: added FSR0L, FSR0H and other missing PIC16 SFR's for
5450         indirect addressing. Marked FSR0 as deprecated
5451         * gen.c (pointerCode): commented out, not needed now
5452         (pic16_popGet2p): new MOVFF helper function
5453         (genGenPointerGet),
5454         (genGenPointerSet): reimplemented with MOVFF and POSTINC0
5455         (shiftRLong): removed duplicate debugging info
5456
5457 2004-02-10 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5458
5459         * src/ds390/gen.c (genNearPointerGet),
5460         * src/mcs51/gen.c (genNearPointerGet): allow the genDataPointerGet()
5461         optimization with bits, but not bitfields.
5462         * src/ds390/ralloc.c (packRegisters),
5463         * src/mcs51/ralloc.c (packRegisters): fixed bug #884453 & #880832
5464
5465 2004-02-09 Bernhard Held <bernhard AT bernhardheld.de>
5466
5467         * src/SDCCcse.c (algebraicOpts): copy operands before modification
5468
5469 2004-02-09 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5470
5471         * src/SDCCsymt.h,
5472         * src/SDCCicode.c (operandFromSymbol),
5473         * src/mcs51/ralloc.c (verifyRegsAssigned, serialRegAssign),
5474         * src/ds390/ralloc.c (verifyRegsAssigned, serialRegAssign),
5475         * src/z80/ralloc.c (verifyRegsAssigned, serialRegAssign),
5476         * src/hc08/ralloc.c (verifyRegsAssigned, serialRegAssign),
5477         * src/pic/ralloc.c (verifyRegsAssigned, serialRegAssign),
5478         * src/pic16/ralloc.c (verifyRegsAssigned, serialRegAssign): fixed
5479         bug #892038
5480         * src/SDCCast.c (createIvalStruct, createIvalArray, gatherAutoInit),
5481         * src/SDCCglue.c (emitRegularMap, printIvalStruct, printIvalArray,
5482         printIvalCharPtr, printIvalPtr, printIval, emitStaticSeg, emitOverlay)
5483         * src/SDCCsymt.c (newSymbol),
5484         * src/SDCC.y (struct_or_union_specifier, enum_specifier,
5485         enumerator_list),
5486         * src/SDCCval.h,
5487         * src/SDCCval.c (newiList): fixed bug #885705
5488
5489 2004-02-08  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
5490
5491         * doc/sdccman.lyx: added section 3.1.4: sdcclib.
5492         * as/mcs51/lkmem.c: report the size of the stack in .mem file.
5493
5494 2004-02-08 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
5495
5496         * device/include/c8051f120.h,
5497         * device/include/c8051f300.h,
5498         * device/include/c8051f310.h: added/updated header files for Silicon
5499         Laboratories (formerly Cygnal) CPUs. Contributed by Maarten Brock.
5500         * doc/sdccman.lyx: minor changes, recommended diff -Naur and diff -u
5501         in new section Submitting patches
5502
5503 2004-02-08 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5504
5505         * src/mcs51/gen.c (genNearPointerGet, genPagedPointerGet,
5506         genFarPointerGet, genCodePointerGet, genGenPointerGet,
5507         genNearPointerSet, genPagedPointerSet, genFarPointerSet,
5508         genGenPointerSet),
5509         * src/ds390/gen.c (genNearPointerGet, genPagedPointerGet,
5510         genFarPointerGet, genCodePointerGet, genGenPointerGet,
5511         genNearPointerSet, genPagedPointerSet, genFarPointerSet,
5512         genGenPointerSet),
5513         * src/pic16/gen.c (genNearPointerGet, genPagedPointerGet,
5514         genFarPointerGet, genCodePointerGet, genGenPointerGet,
5515         genNearPointerSet, genPagedPointerSet, genFarPointerSet,
5516         genGenPointerSet),
5517         * src/pic/gen.c (genNearPointerGet, genPagedPointerGet,
5518         genFarPointerGet, genCodePointerGet, genGenPointerGet,
5519         genNearPointerSet, genPagedPointerSet, genFarPointerSet,
5520         genGenPointerSet): fixed bug #892400
5521         * src/pic16/gen.c (genSkipz, AccRol): disabled functions with #if 0
5522         to eliminate build warnings.
5523         * src/SDCCast.c (processParms),
5524         * src/SDCC.y (function_declarator2, declarator2_function_attributes):
5525         fixed bug 751859
5526         * support/valdiag/valdiag.py: added GCC to the list of defines active
5527         when compiling with gcc
5528
5529 2004-02-07 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5530
5531         * support/Util/SDCCerr.h,
5532         * support/Util/SDCCerr.c,
5533         * src/SDCCast.c (decorateType, sizeofOp): complain when sizeof is used
5534         with an incomplete type (fixed bug #883734)
5535         * src/SDCCicode.c (geniCodeCast): fixed bug #890510
5536
5537 2004-02-07 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5538
5539         * src/pic16/gen.c (genCmpEq, shiftRLong): fixed declarations
5540
5541 2004-02-06 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5542
5543         * src/SDCCast.c (decorateType),
5544         * src/SDCCicode.c (geniCodeParms, geniCodeCall): fixed bugs in my ANSI
5545         function pointer implementation
5546         * support/regression/tests/funptrs.c: added tests to verify both forms
5547         of function pointers work correctly. Added tests to verify parameters
5548         are passed in the correct order.
5549
5550 2004-02-06  Vangelis Rokas <vrokas AT otenet.gr>
5551
5552         * device.c (regCompare): registers are sorted by ascending
5553         address and increasing size,
5554         * main.c (_pic16_finaliseOptions): removed the declaration
5555         of compiler macro MCU. Now a macro of the format pic18fxxxx
5556         will be defined from the command line
5557
5558 2004-02-06  Hans-Juergen Dorn <hans.dorn AT apl-landau.de>
5559             patch committed by Vangelis Rokas <vrokas AT otenet.gr>
5560
5561         * pcode.c (pic16initMnemonics): fixed typo in assignment to PCOP_RLNCF
5562         PCOP_RLCF was overwritten!
5563         * gen.c (genSkip): commented out calls to pic16_emitcode,
5564         * (genCmpEQ): fixed "long" compares, only high word did get compared,
5565         * (genlshTwo),
5566         * (genRRC): added debugging info,
5567         * (shiftL2Left2Result): Fixed bug, if offr > offl. Result got
5568         overwritten while shifting,
5569         * (shiftR2Left2Result): Fixed bug, if offr < offl. Result got
5570         overwritten while shifting,
5571         * (AccLsh),
5572         * (AccRsh),
5573         * (shiftLLeftOrResult),
5574         * (shiftRLeftOrResult),
5575         * (shiftRLong),
5576         * (shiftLLong): Implemented with pic16_emitpcode
5577         * (genlshFour): Replaced pic16_aopPut with pic16_emitpcode,
5578         * (genLeftShift): Fixed bug, operand for shift by variable always
5579         was "and"ed with 0x0f,
5580         * (genLeftShiftLiteral),
5581         * (genrshTwo),
5582         * (genRightShiftLiteral): added debugging info,
5583         * (genrshFour): added comment,
5584         * (genRightShift): determined signedness from operand "left"
5585         instead of "result"
5586
5587 2004-02-04 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5588
5589         * src/SDCCicode.c (geniCodeParms),
5590         * src/SDCCast.c (decorateType, processParms): support for ANSI-style
5591         function pointers, fixed function pointer bugs #861242 and #861896
5592
5593 2004-01-31 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
5594
5595         * device/include/c8051f000.h,
5596         * device/include/c8051f120.h,
5597         * device/include/c8051f300.h: added header files for Silicon
5598         Laboratories (formerly Cygnal) CPUs. Contributed by Maarten Brock.
5599
5600 2004-01-31 Bernhard Held <bernhard AT bernhardheld.de>
5601
5602         * src/SDCCast.c (processParams): added new type flow and restructured
5603         (gatherAutoInit): added new type flow
5604         (addCast): cosmetic changes
5605         (getLeftResultType): added new type flow for array indices, patch
5606         provided by Stas, see FR #877103
5607         (decorateType): SDCC_NEWTYPEFLOW removed, new type flow is now standard;
5608         array index patch by Stas
5609         * src/SDCCast.h: added prototype getResultTypeFromType()
5610         * src/SDCCval.h,
5611         * src/SDCCval.c (resolveIvalSym) (resolveIvalSym),
5612         * src/pic/glue.c (pic14emitStaticSeg),
5613         * src/pic16/glue.c (pic16emitStaticSeg),
5614         * src/SDCCglue.c (emitRegularMap) (emitStaticSeg): added new type flow
5615         for initialization of symbols
5616         * src/SDCCicode.c (geniCodeArray): removed warning W_ARRAY_BOUND
5617         * support/Util/SDCCerr.h:
5618         * support/Util/SDCCerr.c: replaced W_ARRAY_BOUND by W_IDX_OUT_OF_BOUNDS
5619         * .version: bumped version number to 2.3.8
5620         * device/include/Makefile.in (install),
5621         * doc/Makefile (install): changed to 'rm `find ...`' construct to
5622         avoid warnings
5623
5624 2004-01-30 Bernhard Held <bernhard AT bernhardheld.de>
5625
5626         * support/regression/tests/libmullong.c: fixed for 64 bit hosts
5627         Slade Rich fixed an optimization bug
5628         * src/pic/pcodepeep.c,
5629         * src/pic/pcoderegs.c
5630         * doc/Makefile (install): added test for directory
5631
5632 2004-01-30 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5633
5634         * src/mcs51/ralloc.c (getRegPtr, getRegGpr),
5635         * src/ds390/ralloc.c (getRegPtr, getRegGpr),
5636         * src/pic/ralloc.c (getRegPtr, getRegGpr),
5637         * src/pic16/ralloc.c (getRegPtr, getRegGpr),
5638         * src/z80/ralloc.c (getRegGpr): fixed bug #883361
5639         * as/mcs51/asexpr.c (term),
5640         * as/hc08/asexpr.c (term): fixed bug #887146
5641
5642 2004-01-29 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5643
5644         * src/z80/gen.c (genMult): handle single byte result product
5645         * src/SDCCopt.c (killDeadCode): never convert ADDRESS_OF iCode to
5646         DUMMY_READ_VOLATILE (fixed bug #886367)
5647
5648 2004-01-27 Bernhard Held <bernhard AT bernhardheld.de>
5649
5650         * support/regression/tests/libmullong.c: fixed logic, on little endian
5651         hosts we ended without a mullong_wrapper()
5652
5653 2004-01-27 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5654
5655         * ChangeLog: changed "@" to " AT " in hopes of reducing spam and
5656         virus/worm forged address usage.
5657
5658 2004-01-27 Bernhard Held <bernhard AT bernhardheld.de>
5659
5660         Fixed promotion, it should be done on AST level:
5661         * src/SDCCast.c (addCast): added promotion to int
5662         (decorateType): updated call to upCast()
5663         * src/SDCCicode.c (geniCodeLeftShift): removed call to
5664         usualUnaryConversions()
5665
5666 2004-01-26  Michael Hope  <michaelh AT juju.net.nz>
5667
5668         * support/regression/tests/literalop.c (mulWrapper): Added a
5669         wrapper to remove integer overflow warnings.
5670
5671         * support/regression/tests/float_trans.c: Made work on host.
5672
5673         * support/regression/ports/ucz80/spec.mk (UCZ80): Made detect the
5674         location of sz80.
5675
5676         * support/regression/generate-cases.py (main): Changed from inline
5677         to a main method.
5678
5679         * doc/Makefile (install): Changed to depth first to get rid of
5680         missing directory install warning.
5681
5682         * as/Makefile (install-doc): Made work on Mac.
5683
5684 2004-01-25 Bernhard Held <bernhard AT bernhardheld.de>
5685
5686         * src/SDCCast.c: added an additional type flow in decorateType() of
5687         opposite direction, see feature request #860006; it's enabled at runtime
5688         by setting the environment variable SDCC_NEWTYPEFLOW
5689         * src/SDCCast.h: changed prototype of decorateType()
5690         * src/SDCCglue.c (emitRegularMap): updated call of decorateType()
5691         * src/SDCCicode.c (geniCodeDivision) (geniCodeModulus): promotion from
5692         'char' to 'int' can be omitted, if both operands are 'unsigned char';
5693         see feature request #877103
5694         * src/SDCCval.c: updated call of decorateType()
5695         (valBitwise): fixed bug #882876
5696         (valMinus): added promotion
5697         (valLogicAndOr): result is unsigned
5698         (cheapestVal) (constVal): literals from 0...255 are 'unsigned char' now
5699         * src/SDCCsymt.c (computeType),
5700         * src/mcs51/gen.c (genCmpGt) (genCmpLt): literal 'unsigned char'
5701         must not cause an unsigned operation
5702         * src/pic/glue (pic14emitRegularMap),
5703         * src/pic16/glue.c (pic16emitRegularMap): updated call of decorateType()
5704
5705 2004-01-23 Bernhard Held <bernhard AT bernhardheld.de>
5706
5707         * src/pic/pcode.c (PCodeID): commented out left over debug code
5708
5709 2004-01-20 Bernhard Held <bernhard AT bernhardheld.de>
5710
5711         * support/valdiag/tests/overflow.c: added shift tests
5712         * src/pic/device.c,
5713         * src/pic/gen.c,
5714         * src/pic/gen.h,
5715         * src/pic/glue.c,
5716         * src/pic/main.c,
5717         * src/pic/pcode.c,
5718         * src/pic/pcode.h,
5719         * src/pic/pcodepeep.c,
5720         * src/pic/pcoderegs.c,
5721         * src/pic/ralloc.c,
5722         * src/pic/ralloc.h: applied patch from Slade Rich;
5723         added support for multiple code pages and multiple RAM banks on the
5724         PIC 14 port. The ASM files now no longer simply assume all the
5725         code / RAM are in the same page / bank. This means the linker can
5726         safely allocate code/RAM of separate ASM files to different pages/banks.
5727         * doc/sdccman.lyx: added Slade's tips
5728         * src/mcs51/peeph.def: fixed bug #880768
5729
5730 2004-01-20 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5731
5732         * src/hc08/ralloc.c (rematStr): fixed bug #879282
5733         * src/SDCCast.c (decorateType): fixed bug #880197
5734
5735 2004-01-20  Michael Hope  <michaelh AT juju.net.nz>
5736
5737         * sim/ucsim/gui.src/serio.src/main.cc: Fixed unconditional use of
5738         getopt.h.
5739
5740         * debugger/mcs51/cmd.c (getValBasic): Changed strtof to strtod as
5741         strtof is not part of C89 and isn't included with Mac OS X.
5742
5743 2004-01-20 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5744
5745         * src/hc08/gen.c (genPlusIncr, genUminus, genMinusDec, genCmp,
5746         shiftL2Left2Result): fixed bug #879326
5747         (genAnd, genOr, genXor): fixed bug when result was of type AOP_CRY
5748         (genMultOneByte): fixed bug in signed vs unsigned multiplication
5749         * sim/ucsim/hc08.src/inst.cc (inst_clr): added missing effective
5750         address fetch for clr instruction
5751         * device/lib/hc08/_mulint.c: created optimized assembly version
5752         * src/SDCCdflow.c (computeDataFlow): fixed bug #878209
5753
5754 2004-01-19 Bernhard Held <bernhard AT bernhardheld.de>
5755
5756         * src/SDCCicode.c (geniCodeArray): applied patch from Stas Sergeev
5757         proposed in FR #877103
5758
5759 2004-01-18 Bernhard Held <bernhard AT bernhardheld.de>
5760
5761         * src/SDCCval.c (cheapestVal): added missing checks
5762         * src/SDCCicode.c (usualBinaryConversions): fixed condition
5763         * src/SDCCicode.c (geniCodeAdd): fixed part of bug #877103
5764
5765 2004-01-16 Klaus Flittner <klaus_flittner AT gmx.de>
5766
5767         * src/ds390/gen.c (aopOp3): fixed the assignment of different dptrs to
5768         equal operands
5769
5770 2004-01-16 Vangelis Rokas <vrokas AT otenet.gr>
5771
5772         * src/SDCCmain.c (linkEdit): variable $3 of the linker command is
5773         loaded with the linker search paths (-L arguments) and the libraries
5774         to be linked with the current source (-l arguments). Changes
5775         currently will affect only the pic16 port.
5776         * src/pic16/main.c (_pic16_finaliseOptions): add to the linker
5777         include path the port specific paths and port specific libraries,
5778         * gplink command now contains the $3 argument,
5779         * src/pic16/device.h,
5780         * src/pic16/device.c,: structure PIC_device is made public and
5781         renamed to PIC16_device, the same for variable Pics which is renamed
5782         to Pics16. Updated all references to them.
5783         * src/pic16/glue.c (pic16glue): corrected bug with code
5784         initialization which bypassed the variable initializations block.
5785
5786         * device/lib/pic16/Makefile.rules: removed --penable-stack from
5787         COMPILE_FLAGS and added the --nostdinc option
5788
5789 2004-01-15 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5790
5791         * device/include/mc68hc908jb8.h: Register defs for another member
5792         of the hc08 family. Contributed by Bjorn Bringert - thanks!
5793
5794 2004-01-14 Vangelis Rokas <vrokas AT otenet.gr>
5795
5796         Documenting changes from previous commits.
5797         * configure.in (version 1.56),
5798         * configure: initially I've added AC_CONFIG_SUBDIRS(device/lib/pic16)
5799         when generating output files to configure the pic16 library,
5800         but now I've commented it out, since gputils aren't installed in the
5801         SF compile farm, so library won't compile
5802
5803         * device/lib/Makefile.in (version 1.56): initially I've added in
5804         target 'all' the prerequestive 'model-pic16' so it compiled the
5805         pic16 library, but now I've commented it out for the same reasons
5806         above,
5807         * added targets 'model-pic16' and 'objects-pic16' to compile the
5808         library
5809         * added target 'port-specific-objects-pic16' to handle the
5810         generated libraries and copy them into the build/ directory
5811         * added target 'clean-intermediate-pic16' to clean intermediate
5812         files into pic16 directory
5813         * in target 'installdirs' added line to create directory pic16 in
5814         the installation path
5815
5816         * device/include/Makefile.in (version 1.11): in target 'install'
5817         added lines to copy all header files to installation path,
5818         * in target 'installdirs' added line create directory for pic16
5819         headers in the installation path
5820
5821 2004-01-13 Klaus Flittner <klaus_flittner AT gmx.de>
5822
5823         * src/ds390/gen.c (genCall): fixed a double use of acc and b after
5824          a function call
5825
5826 2004-01-13 Bernhard Held <bernhard AT bernhardheld.de>
5827
5828         * configure,
5829         * device/lib/configure.in,
5830         * device/lib/configure: fixed for autoconf 2.57
5831
5832 2004-01-13 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5833
5834         * src/z80/main.c (_parseOptions): fixed the portmode= command line
5835         option so that it actually works. Made it specific to the z80, since
5836         the gbz80 doesn't have these kinds of I/O ports.
5837
5838 2004-01-13 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5839
5840         * device/include/z180.h,
5841         * device/lib/_memcpy.c,
5842         * device/lib/_memmove.c,
5843         * device/lib/_mulint.c,
5844         * device/lib/ser_ir.c,
5845         * device/lib/ser_ir_cts_rts.c,
5846         * device/lib/_strcmp.c,
5847         * device/lib/_strtok.c: fixed pragmas to non-deprecated form
5848         * src/z80/main.c (_process_pragma): add support for pragmas bank and
5849         portmode; added deprecation warning for bank= and protmode= forms.
5850         Also, guard against buffer overflow.
5851         * src/z80/gen.c (aopGet): generate better code for sfr banked read
5852
5853 2004-01-13 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5854
5855         * src/hc08/main.c (_hc08_genAssemblerPreamble): fixed bug #875487. Also
5856         changed interrupt vector table generation to only emit declared vectors.
5857         * device/include/Makefile.in: added missing backslash
5858         * device/lib/pic16/Makefile.rules: add $(MODELFLAGS) to $(CFLAGS)
5859
5860 2004-01-13 Vangelis Rokas <vrokas AT otenet.gr>
5861
5862         Mainly changes to support compilation of the device libraries
5863         * src/pic16/device.c: stack is allocated via symbol and not
5864         via literal number. The symbol is placed in the corresponding
5865         position of the data ram
5866         * (pic16_dump_section): relocatable and absolute uninitialized
5867         data are now emitted in sorted order to reduce section naming,
5868         * src/pic16/ralloc.c (newReg): fixed bug with SFR's that
5869         weren't marked as being in the access bank,
5870
5871 2004-01-13 Vangelis Rokas <vrokas AT otenet.gr>
5872
5873         Added portion of GNU PIC Library under the directory
5874         device/include/pic16 and device/lib/pic16. These files
5875         contain the declarations of SFRs for the PIC18Fxx2 devices.
5876         The directory is initialized via configure from toplevel.
5877
5878 2004-01-12 Klaus Flittner <klaus_flittner AT gmx.de>
5879
5880         * src/ds390/gen.c (operandsEqu): fixed a little typo, that prevented
5881         the spilllocations to be compared correctly
5882
5883 2004-01-12 Bernhard Held <bernhard AT bernhardheld.de>
5884
5885         * src/SDCCast.c (decorateType): fixed bug introduced today
5886
5887 2004-01-12  Borut Razem <borut.razem AT siol.net>
5888
5889         * src/SDCC.lex, support/Util/SDCCerr.h, support/Util/SDCCerr.c,
5890         doc/sdccman.lyx: upper case pragmas are deprecated
5891
5892 2004-01-12 Bernhard Held <bernhard AT bernhardheld.de>
5893
5894         * src/SDCCast.c (decorateType): replacing 'ul > 0' by  '!ul' results
5895         in simpler and even better code
5896
5897 2004-01-11 Bernhard Held <bernhard AT bernhardheld.de>
5898
5899         * src/SDCCicode.c (operandOperation): fixed bug #874819
5900         * src/SDCCast.c (decorateType): fixed
5901         char foo (unsigned long ul) { return ul > 0; }
5902
5903 2004-01-11 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
5904
5905         * doc/sdccman.lyx: Moved and added some sections, small changes
5906         all over. Telling LaTeX to be less strict with word spacing
5907         to better keep the right margin. Changed some notes about
5908         maintainance of the ports in section 3.2.1 - is it OK like this?
5909
5910 2004-01-11 Vangelis Rokas <vrokas AT otenet.gr>
5911
5912         SDCC source changes:
5913         * src/SDCCopt.c (cntToFcall, cnvToFloatCast, cnvFromFloatCast,
5914         convilong): modified to inform the pic16 port that builtin functions
5915         are external
5916
5917         PIC16 PORT specific changes:
5918         * src/pic16/device.c pic16_dump_equates() added,
5919         processor registers declared internally by the port are emitted in
5920         the translation as equates,
5921         * src/pic16/gen.c: inline code is passed unprocessed to the
5922         translation,
5923         * (pic16_popGetLit2): fnuction modified to take second operand as
5924         pCodeOp pointer and not as literal,
5925         * (popRegFromIdx): prefixed with pic16_,
5926         * (pic16_popCombine2): modified to receive already allocated pCode
5927         operands,
5928         * (pic16_pushpCodeOpReg, pic16_poppCodeOpReg): added
5929         * (genFunction): initializes local stack frame and pushes on stack
5930         all the registers used by this function,
5931         * (genEndFunction): restores all registers from stack and restores
5932         stack frame,
5933         * src/pic16/glue.c (pic16emitRegularMap): various changes and
5934         improvements,
5935         * (pic16glue): changed the program startup sequence,
5936         * added new dbName code 'A' for functions placed in absolute section
5937         * src/pic16/main.c: added function attribute _naked,
5938         * added pragma 'code' to place a fnuction at an absolute address,
5939         * added command line arguments --debug-ralloc and --pcode-verbose,
5940         * (_pic16_finiliseOptions): options.all_callee_saves is set by default
5941         * src/pic16/pcode.c (pic16_pBlockConvert2Absolute) added,
5942         * (pic16_newpCodeOpLit2): modified to take the second operand as
5943         pCodeOp pointer,
5944         * (pic16_printpBlock): modified to emit each function in a separate
5945         section,
5946         * (pic16_get_op): modified to use the gpasm modifiers LOW,HIGH and
5947         UPPER for immediate operands,
5948         * src/pic16/pcodepeeph.c: added peephole support for the LFSR
5949         instruction,
5950         * src/pic16/peeph.def: all peepholes with movff are commented out,
5951         because there is a problem in the pcode peep optimizer,
5952         * src/pic16/ralloc.c: the register allocator can now reuse local
5953         function symbols for another function. This saves register usage.
5954         * src/pic16/ralloc.h: added flag isLocal in structure regs,
5955
5956         Added file src/pic16/NOTES with information about program writing on
5957         the current port version.
5958
5959 2004-01-11 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
5960
5961         * src/mcs51/peephole.def: added peepholes 177.c,d (redundant moves)
5962         and peephole 252 (array access)
5963
5964 2004-01-09  Borut Razem <borut.razem AT siol.net>
5965
5966         * src/SDCCmain.c : fixed #872250: -l command line defined library
5967           files are scanned before standard library files
5968
5969 2004-01-10 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5970
5971         * src/SDCCast.c (decorateType): fixed bug #874046
5972
5973 2004-01-09  Borut Razem <borut.razem AT siol.net>
5974
5975         * support/scripts/sdcc.nsi: remove previous installation
5976
5977 2004-01-09 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
5978
5979         * src/SDCCglue.c (createInterruptVect): don't append 7(5) padding
5980         bytes for last interrupt vector (mcs51)
5981         * sdcc.spec: fixed typo
5982
5983 2004-01-09 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5984
5985         * src/mcs51/gen.c (genFunction, genEndFunction, genReceive, getTempRegs,
5986         gen51Code): more efficient parameter receive for --model-large
5987         ("bug" #845294)
5988
5989 2004-01-09 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5990
5991         * src/ds390/main.c,
5992         * src/z80/main.c: added missed needLinkerScript flags (more than
5993         one port structure defined in these file)
5994         * src/ds390/gen.c (aopForSym, aopOp, operandsEqu, aopOp3): fixed
5995         bug #795325
5996
5997 2004-01-08 Vangelis Rokas <vrokas AT otenet.gr>
5998
5999         * src/SDCCmain.c: removed various references to DEFAULT_PORT
6000         * src/port.h: added flag needLinkerScript in port->linker
6001         structure to inform whether to create a .lnk file or not,
6002         * src/avr/main.c,
6003         * src/ds390/main.c,
6004         * src/hc08/main.c,
6005         * src/mcs51/main.c,
6006         * src/pic/main.c,
6007         * src/pic16/main.c,
6008         * src/xa51/main.c,
6009         * src/z80/main.c: changed appropriately to configure
6010         needLinkerScript flag
6011         * src/pic/gen.c,
6012         * src/pic16/gen.c (genAddrOf): fixed bug #863624
6013         * src/pic/glue.c: added variable udata_section_name to
6014         override default uninitialized data segment definition for
6015         devices only with SHAREBANK memory (reported from Erik Epetrich)
6016         * (pic14emitOverlay): modified to emit a commented overlay segment
6017         directive when no overlay data exist
6018         * (picglue): modified to emit uninitialized data segment
6019         according to udata_section_name
6020         * src/pic/main.c (_pic14_parseOptions): added command line
6021         options --udata-section-name=[name] to override default
6022         udata definition name
6023         * modified _linkCmd and _asmCmd to include compiler passed
6024         arguments via -W option
6025         * src/pic16/main.c: added $l in _asmCmd, changed extension for
6026         object file from '.rel' to '.o' in port->linker structure,
6027         changed size of fptr from 2 to 3 in port structure
6028
6029 2004-01-07  Borut Razem <borut.razem AT siol.net>
6030
6031         * support/scripts/sdcc.nsi: update PATH
6032         * support/scripts/sdcc.ico: craeted
6033
6034 2004-01-07 Bernhard Held <bernhard AT bernhardheld.de>
6035
6036         * device/include/Makefile.in: fix install
6037         * doc/Makefile: fix install
6038
6039 2004-01-07 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6040
6041         * src/SDCCsymt.c (processFuncArgs): fixed superflous allocation noted
6042         in bug #860505
6043         * src/SDCCmem.c (printAllocInfoSeg, printAllocInfo): minor changes to
6044         how the function variable allocation summary is displayed; also
6045         include information about variables allocated to the overlay
6046         segment
6047
6048 2004-01-06  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
6049
6050         * as/mcs51/lkmain.c: Help about -Y option
6051         * as/mcs51/lkarea.c: Fixed gcc warnings
6052
6053 2004-01-06 Bernhard Held <bernhard AT bernhardheld.de>
6054
6055         * src/SDCCval.c (valShift): changed from 16 to 32 bit shift count,
6056         fixed warning
6057         * support/valdiag/tests/overflow.c: added
6058         * src/SDCCast.c (decorateType),
6059         * src/SDCCicode.c (geniCodeLeftShift): added promotion to int for
6060         LEFT_OP (left shift)
6061
6062 2004-01-06  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
6063
6064         * as/mcs51/lkmain.c: stack must be after data when option -Y is not used
6065         (default behaviour).
6066
6067 2004-01-06 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6068
6069         A python script to validate compiler diagnostic messages. It can be
6070         used to verify that sdcc complains about bad c source code and
6071         gives a good location of the error.
6072         * support/valdiag/Makefile,
6073         * support/valdiag/valdiag.py,
6074         * support/valdiag/tests/*
6075
6076 2004-01-06 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6077
6078         * src/SDCC.y (enum_specifier, enumerator_list, opt_assign_expr),
6079         * src/SDCCsymt.c (newEnumType),
6080         * src/SDCCsymt.h
6081         * support/Util/SDCCerr.c,
6082         * support/Util/SDCCerr.h: fixed bug #871258 and some other unreported
6083         enum related bugs.
6084         * support/regression/tests/enum.c: added test for enum values that
6085         require at least 2 bytes of storage.
6086
6087 2004-01-06 Vangelis Rokas <vrokas AT otenet.gr>
6088
6089         * src/common.h: added ifndef/define/endif macros
6090         around the header file.
6091         Bug reported from Jesus Calvino-Fraga
6092
6093 2004-01-06 Bernhard Held <bernhard AT bernhardheld.de>
6094
6095         * sdcc.spec: updated
6096         * device/include/Makefile.in: don't install CVS directories
6097         * device/lib/Makefile.in: added removal of CVS directories after install
6098         * doc/Makefile: fixed install, added local_icons
6099         * sim/ucsim/gui.src/Makefile.in: fixed an old typo
6100         * src/mcs51/gen.c (genRightShift): fixed bug #870788
6101         * src/ds390/gen.c (genRightShift): fixed bug #870788
6102         * src/SDCCast.c (decorateType): fixed bug #870781
6103
6104 2004-01-06 Vangelis Rokas <vrokas AT otenet.gr>
6105
6106         PIC16 port related changes:
6107         * device.c: removed pic16_finalMapping and pic16_finalMappingSize,
6108         added variable stackPos,
6109
6110         * gen.c: genCall, assignResultValue: added support for
6111         pushing/retrieving function parameters to/from stack,
6112         genFunction,genEndFunction: setup stack frame for the
6113         generated function,
6114         genAddrOf: will be changed according to bug 863624
6115
6116         * added files genutils.c and genutils.h which contain gen*
6117         debugged and optimised functions extracted from gen.c
6118
6119         * glue.c: added variable 'externs' which holds extern symbols,
6120         pic16emitRegularMap: is modified to properly handle relocatable
6121          symbols under the new scheme,
6122         pic16createInterruptVect: is modified
6123         pic16printPublics: is modified to emit 'global' assembler directives,
6124         added pic16_printExterns to print extern symbols,
6125         pic16glue: initializes stack/frame pointer in the beginning of
6126         the assembly output. Temporary hack, will be corrected later,
6127         because gplink yet does not support stack and SDCC does not
6128         yet support a type of crt0.o object to create the final binary.
6129
6130         * Removed many lines that contain 8051 legacy code.
6131         * The code is finally placed under a 'code' directive.
6132         * Added port specific options.
6133
6134         * _process_pragma: simplified since now we do not need *special*
6135         include file to define SFR registers. But a separate header
6136         will be needed. This will be developed later.
6137         * _pic16_parseOptions: added, parses port specific options:
6138         --pgen-banksel, --obanksel=, --pomit-config-words, --pomit-ivt,
6139         --pleave-reset-vector, --penable-stack, --pstack-model, --debug-xtra
6140         --preplace-udata-with=
6141
6142         * _pic16_setDefaultOptions: modified to initialize section names,
6143         but hack is temporarly out of order since it needs improvement.
6144         * _pic16_genAssemblerPreamble: configuration words are emitted by
6145         their address instead of their name. This part is incomplete and
6146         supports only the 18Fxx2 devices. Other devices will emit an error
6147         during assembly since they do not contain the same set of config
6148         registers
6149         * _pic16_genIVT: is modified,
6150
6151         * pcode.c: added definitions for some hardware registers that are needed
6152         for stack support
6153         * added flag is2LitOp and variable pci_magic in pCodeInstruction.
6154         All PCI entries are updated. Now LFSR is supported.
6155         * Removed pic16_pciTRIS is mentioned by mdubuc in source
6156         * added pic16_newpCodeOpLit2 to support instructions with
6157         two literal arguments
6158         * pic16_pCode2str: corrected code that emits assembler instructions
6159         with two literal operands and those that have an access bit modifier
6160         * genericPrint: now PC_ASMDIR pCodes, can emit a label if it exists,
6161         this fixes a bug which caused some labels to be lost, when an
6162         assembler directive was added, i.e. banksel,
6163         * pic16_FixRegisterBanking: improved logic that causes the insertion
6164         of bank switching,
6165         * InlineFunction: functions that are called once, are not any more
6166         inlined. This can be a port option in the future,
6167
6168         * pcode.h: added pCodeOpLit2 and added variable label in pCodeAsmDir
6169
6170         * ralloc.c: added pic16_rel_udata and pic16_fix_udata variables which
6171         hold the corresponding uninitialized symbols,
6172         * pic16_allocProcessorRegister: registers have explicit marked the
6173         accessBank field,
6174         * pic16_allocInternalRegister: registers are explicit marked as
6175         not used,
6176         * pic16_writeUsedRegs: pic16_dynDirectBitRegs was missing from the
6177         processing list, so bit registers were lost,
6178         *
6179
6180         * ralloc.h: added field 'accessBank' and original symbol operand
6181         in register definition,
6182         * removed the field isMapped from register definition,
6183
6184         ** Several functions have been removed from various sources:
6185         BanksUsedFlow2,BanksUsedFlow,FixBankFlow,InstructionRegBank,
6186         pic16_addMemRange,pic16_isREGinBank,pic16_dump_map,pic16_dump_cblock
6187         isSFR,validAddress,mapRegister,assignRegister,pic16_assignFixedRegisters
6188         pic16_assignRelocatableRegisters
6189
6190         ** others have been introduced:
6191         pic16_areRegsSame,pic16_dump_section,checkAddReg,pic16_groupRegistersInSection
6192         pic16_popGetLit2,pic16_popCombine2,pushw,pushaop
6193
6194 2004-01-05 Vangelis Rokas <vrokas AT otenet.gr>
6195
6196         * support/scripts/inc2h.pl: changed definition of BIT_AT
6197         to emit 'sbit at' instead of 'bit at'. This was a request.
6198
6199         PIC16 port related preliminary changes:
6200         * gen.c: prefixed function popRegFromString with
6201         pic16_ and all references to it corrected
6202         * pcode.c: all pic16_pc_* hardware registers prefixed
6203         with underscore (_),
6204         pic16_popCopyGPR2Bit(): function sets register wasUsed=1
6205         * ralloc.c: newReg(): when register is REG_SFR then
6206         set address to rIdx,
6207         pic16_allocProcessorRegister(): marks register wasUsed=0
6208         pic16_writeUsedRegs(): added a call to assign processor
6209         registers via pic16_assignFixedRegisters
6210
6211 2004-01-04  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
6212
6213         * as/mcs51/aslink.h, as/mcs51/lkarea.c, as/mcs51/lkdata.c,
6214         as/mcs51/lkmain.c, as/mcs51/lkmem.c: 8051 linker can now pack
6215         variables in unused register banks.  Also the SSEG is placed
6216         wherever there is enough space for it, and IDATA can be anywhere
6217         in internal RAM.  For now compile using -Wl-Y[stack_size].
6218         The mem file is different for this option as well, since it
6219         makes no sense of talking about DSEG lenght.
6220
6221 2004-01-02 Vangelis Rokas <vrokas AT otenet.gr>
6222
6223         * src/SDCClrange.c: fixed bug 869095 that caused segfault
6224         in certain cases, e.g. when ROM assignment, patch provided
6225         from Albert den Haan.
6226
6227 2004-01-01 Bernhard Held <bernhard AT bernhardheld.de>
6228
6229         Many signedness and type propagation fixes:
6230         * src/SDCCicode.c: made geniCodeCast() static
6231         replaced SPEC_ by IS_ (cosmetic)
6232         (operandOperation): fixed div and mod operation
6233         (usualBinaryConversions): added support for promotion of char
6234         (geniCodeMultiply): replaced (unsigned long) by (TYPE_UDWORD)
6235         (geniCodeDivision): replaced (unsigned long) by (TYPE_UDWORD)
6236         (geniCodeAdd): an array index will stay unsigned, even if promoted
6237         from char to int
6238         (geniCodeArray): ditto
6239         * src/SDCCicode.h: made geniCodeCast() static: removed prototype
6240         * src/SDCCsymt.c (computeType): added more support for char;
6241         promotion of char is selectable by promoteCharToInt, fixed signedness
6242         for all cases
6243         (powof2): replaced (unsigned long) by (TYPE_UDWORD)
6244         * src/SDCCsymt.h (powof2): replaced (unsigned long) by (TYPE_UDWORD)
6245         * src/SDCCval (val*): replaced signedness calculation by
6246         computeType()
6247         rearranged if-branches (cosmetic)
6248         (valShift): added warning W_SHIFT_CHANGED
6249         (valCompare): fixed problem with different types
6250         * src/hc08/rallo.c (leastUsedLR): fixed gcc 3.3 warning
6251         * support/regression/tests/literalop.c: added many cases
6252         * support/regression/tests/ast_constant_folding.c: changed finally to
6253         'unsigned int'
6254         * .version: new year, new version: 2.3.7
6255         * src/SDCCmain.c (main): applied patch #866468
6256         * debugger/mcs51/sdcdb.c (parseCmdLine): added -k for ucsim, patch
6257         provided by Scott Bronson
6258         * doc/sdccman.lyx: updated documentation for sdcdb
6259         updated and added chapter tips
6260
6261 2004-01-01 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6262
6263         * src/SDCCsymt.h: missing from yesterday's commits
6264
6265 2003-12-31 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6266
6267         * src/SDCC.y (struct_or_union_specifier),
6268         * support/Util/SDCCerr.c,
6269         * support/Util/SDCCerr.h: verify that struct & union tags are used
6270         as declared.
6271
6272 2003-12-29 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6273
6274         * src/SDCCglobl.h: missing from yesterday's commits
6275
6276 2003-12-28 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6277
6278         * src/SDCC.y (external_definition, type_specifier2, sfr_reg_bit,
6279         sft_attributes, struct_declaration, parameter_declaration,
6280         type_name, start_block, declaration_list),
6281         * src/SDCC.lex (check_type): support redefinition of typedef names
6282
6283 2003-12-22 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
6284
6285         * src/mcs51/gen.c (genPlus): added special handling for 256 byte
6286         aligned xdata arrays. Erik helped me with the if clause.
6287
6288 2003-12-20 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6289
6290         * device/lib/ds390/tinibios.c (CpuSpeed): suppress unreachable code
6291         warning
6292
6293 2003-12-20 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6294
6295         * src/SDCCast.h,
6296         * src/SDCCast.c (newAst_),
6297         * src/SDCCicode.h,
6298         * src/SDCCicode.c (ast2iCode, newiCode),
6299         * src/SDCCglobl.h,
6300         * src/SDCC.y (logical_and_expr, logical_or_expr, conditional_expr,
6301         expr, statement, expression_statement, selection_statement,
6302         iteration_statement, expr_opt, jump_statement): foundation for tracking
6303         sequence points
6304         * src/SDCCopt.c (killDeadCode): fixed bug #861580 (needs the sequence
6305         point code too)
6306
6307 2003-12-19 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6308
6309         * support/Util/SDCCerr.c,
6310         * src/SDCCast.h,
6311         * src/SDCCast.c (createCase, createDefault, decorateType),
6312         * src/SDCClabel.c (labelUnreach),
6313         * src/SDCC.y (labeled_statement, jump_statement): More improvements
6314         to error messages.
6315         * support/Util/SDCCerr.c (werrorfl): fixed a non-standard declaration
6316         (with thanks to Stas Sergeev)
6317         * device/include/time.h,
6318         * device/lib/time.c (CheckTime): suppress unreachable code warning
6319
6320 2003-12-18 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6321
6322         * src/SDCCast.c (createIvalCharPtr),
6323         * src/SDCCglue.c (printChar): fixed bug #862241 (an error in my fix for
6324         bug #753752)
6325         * support/regression/tests/nullstring.c: tests for these two bugs
6326
6327 2003-12-18 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6328
6329         * support/Util/SDCCerr.h,
6330         * support/Util/SDCCerr.c (E_NOT_ALLOWED),
6331         * src/SDCC.y (struct_declaration, struct_or_union_specifier): complain
6332         about storage class and 'at' used inside struct or union
6333         * src/SDCCBBlock.c (iCodeFromeBBlock),
6334         * src/SDCCcse.c (ifxOptimize),
6335         * src/SDCCglue.c (emitRegularMap, initPointer, printIvalStruct,
6336         printIvalArray, printiValFuncPtr, printIvalCharPtr, printIvalPtr,
6337         printIval, emitStaticSeg, emitOverlay),
6338         * src/SDCClabel.c (deleteIfx),
6339         * src/SDCCopt.c (replaceRegEqv, eBBlockFromiCode),
6340         * src/SDCCast.c (resolveSymbols, createIvalStruct, createIvalArray,
6341         gatherAutoInit, processParms),
6342         * support/Util/SDCCerr.h,
6343         * support/Util/SDCCerr.c (werrorfl): Support for better error location
6344         reporting for post-parse errors.
6345
6346 2003-12-16 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6347
6348         * src/SDCCval.c (valPlus, valMinus, valShift): fixed some problems with
6349         implicit casts via union; they don't work on big endian systems
6350         (possible fix for bug #861138)
6351
6352 2003-12-16 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
6353
6354         (committed by Erik Petrich <epetrich AT ivorytower.norman.ok.us> on Frieder's behalf)
6355         * src/mcs51/main.c: fixed the fix for bug #737001
6356
6357 2003-12-15  Borut Razem <borut.razem AT siol.net>
6358
6359         * support/scripts/sdcc.nsi: updated for NSIS 2.0 beta 4
6360
6361 2003-12-14 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6362
6363         * support/makebin/makebin.c: put output in binary mode
6364
6365 2003-12-13 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
6366
6367         * src/mcs51/main.c: fixed bug #737001 for the mcs51. SDCC clears
6368         xdata and data memory on startup. Set the environment variable
6369         SDCC_NOGENRAMCLEAR to disable this.
6370         * src/mcs51/peephole.def,
6371         * src/ds390/peephole.def: using the atomic test and clear instruction jbc
6372         (allows non-interrupt and interrupt code to safely compete for a resource
6373         without the non-interrupt code having to disable interrupts)
6374
6375 2003-12-13 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6376
6377         * src/SDCCicode.c (geniCodeAdd),
6378         * src/SDCCast.c (decorateType): fixed bug #857753 (need to be careful
6379         with valFromType if type might be a pointer and host is big endian).
6380         * src/SDCCast.c (decorateType): unary plus compatible with all arithmetic
6381         types, not just integer types.
6382         * src/SDCCsymt.c (addSymChain): clarified error message when symbol is
6383         multiply defined with mismatching "at" address.
6384
6385 2003-12-12 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6386
6387         * src/ds390/main.c (PORT tininative_port): fixed bug #858416
6388         * src/SDCCglue.c (printChar, printIvalChar, emitStaticSeg),
6389         * src/SDCCast.c (createIvalCharPtr, stringToSymbol): handle strings
6390         with embedded nulls (fixed bug #753752)
6391
6392 2003-12-12 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
6393
6394         * src/mcs51/main.c(_mcs51_genRAMCLEAR): using r0 instead of r1/r2.
6395         Apparently this did not see much testing (endless loop)
6396
6397 2003-12-11 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6398
6399         * src/z80/ralloc.c: set DISABLE_PACK_HL = 1 as a temporary fix to bug #855165
6400
6401 2003-12-10 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6402
6403         * src/SDCCdebug.c (outputDebugSymbols, outputDebugStackSymbols, dumpSymInfo):
6404         gracefully handle NULL memmap pointers
6405
6406 2003-12-08 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6407
6408         * src/SDCCopt.c (killDeadCode): change iCode type to DUMMY_READ_VOLATILE
6409         instead of deleting the iCode when an operand is volatile
6410         * src/z80/gen.c (genDummyRead),
6411         * src/mcs51/gen.c (genDummyRead),
6412         * src/ds390/gen.c (genDummyRead),
6413         * src/hc08/gen.c (genDummyRead): handle operands in IC_LEFT and/or IC_RIGHT,
6414         not just IC_RIGHT
6415         * src/SDCCicode.c (geniCodeCall): fixed bug #851607
6416         * src/SDCC.y: fixed bug #850420
6417
6418 2003-12-05 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6419
6420         Applied z80 i/o port patch from Peter Townson and fixed some operators
6421         to better handle operands in A register.
6422         * device/include/z180.h
6423         * src/SDCC.y
6424         * src/SDCCglue.c
6425         * src/z80/gen.c
6426         * src/z80/gen.h
6427         * src/z80/main.c
6428         * src/z80/peeph-z80.def
6429         * src/z80/peeph.def
6430         * src/z80/z80.h
6431
6432 2003-12-03 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6433
6434         * src/SDCCsymt.c (addSymChain, compareTypeExact): fixed bug #838241 again
6435
6436 2003-12-01 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6437
6438         * device/lib/hc08/_mullong.c: Removed extra #endif
6439
6440 2003-12-01 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6441
6442         * sim/ucsim/hc08.src/inst.cc,
6443         * sim/ucsim/hc08.src/hc08mac.h: fixed some problems with CC flag bits and
6444         carries from x to h
6445         * src/hc08/gen.c (aopAdrStr): fixed problem with 16 bit immediate
6446         * src/hc08/gen.c (XAccRsh): fixed problem with right shift
6447         * device/include/stdarg.h: fixed varargs for hc08
6448         * device/lib/Makefile.in,
6449         * device/lib/hc08/Makefile,
6450         * device/lib/hc08/_mulint.c,
6451         * device/lib/hc08/_mullong.c: fixed some endian problems
6452
6453 2003-11-28 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
6454
6455         * sdcc/src/mcs51/gen.c (genMultOneByte): help peephole 105
6456         * sdcc/src/mcs51/peeph.def: added peephole 186.e array access in code space
6457         * device/lib/_gptrget.c,
6458         * device/lib/_gptrput.c: P2 not used any more (related to #850747, #785979)
6459
6460 2003-11-27 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6461
6462         * src/SDCClrange.c (findNextUseSym, rlivePoint): fixed bug #849795
6463         * src/SDCCast.c (astErrors): fixed bug #846007
6464         * src/SDCCsymt.c (checkFunction): fixed follow-up bug on bug #846007
6465
6466 2003-11-26 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6467
6468         * src/SDCCast.c (decorateType): disabled a transformation I added in
6469         revision 1.188 (access to fields of a structure at an absolute address);
6470         it breaks with bitfields, extern declarations, and gcse analysis.
6471         * src/SDCCopt.c (isLocalWithoutDef): if ADDRESS_OF applied to a symbol, it
6472         could be assigned through a pointer, so don't complain.
6473         * src/SDCCast.c (astErrors),
6474         * src/SDCCast.h,
6475         * src/SDCCglue.c (emitRegularMap): fixed bug #847813
6476
6477 2003-11-26 Vangelis Rokas <vrokas AT otenet.gr>
6478
6479         * src/pic16/main.c (_pic16_genIVT): fixed interrupt vector table
6480         * src/pic16/main.c (_pic16_genAssemblerPreamble): re-enabled the
6481         output of __config directives, since gpasm now supports them
6482         * src/pic16/main.c (_pic16_finaliseOptions): define MCU
6483         pre-processor macro, i.e. -DMCU=p18f452
6484         * src/pic16/ralloc.c: renamed packRegisters to pic16_packRegisters,
6485         and modified to handle 'cast' icode similarly to '=' icode
6486         * src/pic16/device.h (typedef struct PIC_device): added field
6487         'extMIface' to indicate that chip has external memory interface
6488         * src/pic16/device.c: added chips 18F248, 18F258, 18F448, 18F458,
6489         18F6520, 18F6620, 18F6680, 18F6720, 18F8520, 18F8620, 18F8680,
6490         18F8720
6491
6492 2003-11-26 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6493
6494         * src/SDCC.y (pointer): fixed bug #846006
6495         * support/Util/SDCCerr.c: made W_PTR_TYPE_INVALID message clearer
6496         * src/SDCCast.c (decorateType): fixed bug #846009
6497         * src/ds390/peeph.def,
6498         * src/ds390/gen.c (genAnd, genOr),
6499         * src/mcs51/peeph.def,
6500         * src/mcs51/gen.c (genAnd, genOr): fixed bug #846777
6501
6502 2003-11-25 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6503
6504         Fixed several common-sub-expression bugs (#772861, #768380, & #755323)
6505         * src/SDCCdflow.c
6506         * src/SDCCcse.c
6507         * src/SDCCcse.h
6508         * src/SDCCBBlock.h
6509         * src/SDCCBBlock.c
6510
6511 2003-11-23 Klaus Flittner <klaus_flittner AT gmx.de>
6512
6513         fixed bug #845089
6514         * src/SDCCbitv.h,
6515         * src/SDCCbitv.c: added function to free a bitvector
6516         * src/SDCClrange.h,
6517         * src/SDCClrange.c: added function to recompute the liveranges
6518         * src/avr/ralloc.c,
6519         * src/ds390/ralloc.c,
6520         * src/hc08/ralloc.c,
6521         * src/mcs51/ralloc.c,
6522         * src/pic/ralloc.c,
6523         * src/pic16/ralloc.c,
6524         * src/xa51/ralloc.c,
6525         * src/z80/ralloc.c: recompute the liveranges after register packing
6526
6527 2003-11-21 Klaus Flittner <klaus_flittner AT gmx.de>
6528
6529         * src/SDCCloop.c (newInduction): fixed bug #845630
6530
6531 2003-11-21 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6532
6533         * src/SDCCsymt.c (compareTypesExact): disabled debugging output
6534         inadvertantly left behind from my 2003-11-12 change
6535
6536 2003-11-20 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6537
6538         Updated headers I neglected to commit yesterday.
6539         * src/SDCClrange.h,
6540         * src/SDCCicode.h
6541
6542 2003-11-19 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6543
6544         * src/SDCCcse.c (algebraicOpts): fixed bug #773153
6545         * src/SDCClrange.c (rlivePoint): need to mark IC_RESULT used if POINTER_SET op
6546         * src/SDCCopt.c (eBBlockFromiCode),
6547         * src/SDCClrange.c (hashiCodeKeys, sequenceiCode, computeLiveRanges): seperated
6548         the creation of the key hash table from the sequencing so it can be used
6549         earlier (for some GCSE bug fixes still pending)
6550
6551 2003-11-15 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
6552
6553         * src/mcs51/gen.c (genPlus): generate shortcut for adding 0xab00
6554         * support/regression/tests/addsub.c: testing genPlus shortcut
6555
6556 2003-11-15  Borut Razem <borut.razem AT siol.net>
6557
6558         * src/SDCCmain.c: fixed bug #841645: -MM command line option passed to sdcpp
6559
6560 2003-11-15 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6561
6562         * src/SDCCcse.c (cseBBlock): fixed bug #527779
6563         * src/SDCCcse.c (deleteGetPointers): rewrote so that the set
6564         ordering is immaterial.
6565         * src/SDCCdflow.c (mergeInExprs): fixed bug #587536
6566
6567 2003-11-14 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6568
6569         * src/SDCCicode.c (geniCodeAddressOf): fixed part of bug #840381
6570         * src/SDCCopt.c (replaceRegEqv, isLocalWithoutDef): fixed other part
6571         (SIGSEV) of bug #840381
6572         * src/SDCCmain.c (linkEdit, assemble): fixed bug #841606 (don't
6573         unlink new file before rename if new and old filenames are the same)
6574
6575 2003-11-13 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
6576
6577         * src/mcs51/main.c: started fixing bug #737001 (SDCC not clearing
6578         uninitialized variables) for the mcs51. Set environment variable
6579         SDCC_GENRAMCLEAR to test.
6580         xdata initialization slightly shorter
6581
6582 2003-11-12 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6583
6584         * src/SDCCsymt.h,
6585         * src/SDCCsymt.c (addSymTypeChain, compareTypesExact): fixed bugs
6586         #838241 & 780691 (basicly the same bug)
6587         * src/SDCCBBlock.c (iCode2eBBlock): fixed bug #840148
6588         * src/SDCCBBlock.c (iCodeFromeBBlock): fixed bug #840162
6589
6590 2003-11-11 Bernhard Held <bernhard AT bernhardheld.de>
6591
6592         * src/SDCCmain.c (linkEdit): "fix" #834252
6593
6594 2003-11-11 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6595
6596         * src/SDCCast.c (removePostIncDecOps, removePreIncDecOps),
6597         * src/SDCCast.h,
6598         * src/SDCC.y: fixed bug #819403
6599
6600 2003-11-08 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6601
6602         * support/regression/fwk/lib/testfwk.c: printn is recursive and thus needs
6603         the reentrant attribute.
6604         * src/hc08/gen.c (genPackBits): added missing stack readjustment
6605         * sim/ucsim/hc08.src/inst.cc (inst_mov): fixed bugs with mov instruction
6606         simulation
6607         * src/SDCCast.c (decorateType): fixed bug with storage class not being
6608         updated during pointer dereference; f.e. ~(((char *)1)*) was being
6609         erroneously reduced to a literal.
6610         * src/hc08/ralloc.c (packRegisters, rematStr),
6611         * src/hc08/gen.c (aopForRemat): allow literals to be rematerialized in
6612         some cases
6613
6614 2003-11-08 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
6615
6616         * src/mcs51/main.c: fixed bug #838385. Thanks to Josef Pavlik for finding and fixing
6617         * doc/sdccman.lyx: changed from 'article' to 'book'
6618         * doc/Makefile: readded test_suite_spec and cdbfileformat
6619
6620 2003-11-08 Bernhard Held <bernhard AT bernhardheld.de>
6621
6622         * device/include/stdlib.h: include malloc.h to comply with ANSI
6623         * support/regression/tests/malloc.c: include stdlib.h instead of malloc.h
6624
6625 2003-11-07 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
6626
6627         * doc/Makefile: sdccman.pdf should build with correct references (more info in commit msg)
6628         * doc/clean.mk: also remove *.out files
6629         * doc/sdccman.lyx: some additions, larger top/bottom margins
6630
6631 2003-11-07 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6632
6633         * src/SDCC.y: fixed bug #837365
6634         * support/regression/tests/bitopcse.c
6635         * src/hc08/gen.c (genPointerGet): Don't assume pointer operand is
6636         a symbol (might be valop instead)
6637         * device/lib/Makefile.in: added errno.c to HC08SOURCES
6638         * device/lib/clean.mk: added hc08 to the cleaning list
6639
6640 2003-11-04  Borut Razem <borut.razem AT siol.net>
6641
6642         * configure, configure.in, sdcc_vc_in.h, sdcconf_in.h: reverted changes,
6643           made 2003-11-04
6644         * support/Util/NewAlloc.c, as/hc08/lklibr.c, as/mcs51/lklibr.c,
6645           as/z80/aslist.c, as/z80/assym.c: removed inclusion of nonstandard malloc.h;
6646           malloc is declared in standard stdlib.h
6647
6648 2003-11-06 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6649
6650         * device/lib/hc08/Makefile: need to clean .rel not .o files
6651         * src/hc08/gen.c (genDjnz): can't use djnz with extended addressing mode
6652
6653 2003-11-06 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6654
6655         * src/port.h,
6656         * src/hc08/main.c,
6657         * src/mcs51/main.c,
6658         * src/ds390/main.c,
6659         * src/z80/main.c,
6660         * src/avr/main.c,
6661         * src/pic/main.c,
6662         * src/pic16/main.c,
6663         * src/xa51/main.c: added hasExtBitOp & oclsExpense functions to ports
6664         * src/SDCCicode.c: changed several IS_FARSPACE tests to isOclsExpensive
6665         tests (which uses the port's oclsExpense function)
6666         * src/SDCC.y,
6667         * src/SDCCast.c,
6668         * src/SDCCicode.c,
6669         * src/hc08/gen.c,
6670         * src/ds390/gen.c,
6671         * src/mcs51/gen.c: added support for the SWAP iCode (RFE #834167)
6672
6673 2003-11-04 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6674
6675         * src/SDCCcse.c (ifxOptimize),
6676         * src/SDCClabel.c (labelIfx, deleteIfx): When the condition to
6677         an IFX iCode is volatile, convert to DUMMY_READ_VOLATILE instead
6678         deleting the IFX iCode.
6679         * src/hc08/ralloc.c: reduced unneeded slocs
6680         * src/hc08/gen.c: fixed bug in asmopToBoolean
6681
6682 2003-11-04  Borut Razem <borut.razem AT siol.net>
6683
6684         * configure, configure.in, sdcc_vc_in.h, sdcconf_in.h,
6685           support/Util/NewAlloc.c, as/hc08/lklibr.c, as/mcs51/lklibr.c,
6686           as/z80/aslist.c, as/z80/assym.c: decision to include malloc.h
6687           transferred to configure
6688
6689 2003-11-03 Bernhard Held <bernhard AT bernhardheld.de>
6690
6691         Use headers defined in the C[++] standards:
6692         * sim/ucsim/gui.src/serio.src/fileio.cc
6693         * sim/ucsim/gui.src/serio.src/frontend.cc
6694         * sim/ucsim/gui.src/serio.src/main.cc
6695         * sim/ucsim/gui.src/serio.src/posix_signal.cc
6696         * support/Util/NewAlloc.c
6697         * as/hc08/lklibr.c
6698         * as/mcs51/lklibr.c
6699         * as/z80/aslist.c
6700         * as/z80/assym.c
6701
6702 2003-11-03  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
6703
6704         * Added MSVC projects for hc08 assembler and linker:
6705         all.dsp, config.dsp, sdcc.dsw, /as/hc08/as_hc08.dsp,
6706         /as/hc08/link_hc08.dsp
6707
6708 2003-11-03 Martin Helmling <Martin.Helmling AT octo-soft.de>
6709
6710         * debugger/mcs51/cmd.c: allows filename starting with digit(+ some debug)
6711
6712 2003-11-02 Bernhard Held <bernhard AT bernhardheld.de>
6713
6714         * src/SDCCmain.c (linkEdit): "fixed" again bug #833605
6715
6716 2003-11-01 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
6717
6718         * src/mcs51/main.c: xdata initialization is 13 bytes shorter now
6719
6720 2003-10-31  Borut Razem <borut.razem AT siol.net>
6721
6722         * support/cpp2/cpplib.h,
6723           support/cpp2/cpplib.c,
6724           support/cpp2/cpplex.c,
6725           support/cpp2/cppinit.c: introduced #pragma preproc_asm [ + | - ]
6726           to switch _asm block preprocessing on / off. Default is
6727           #pragma preproc_asm +
6728
6729 2003-10-31  Borut Razem <borut.razem AT siol.net>
6730
6731         * support/cpp2/cpplex.c: Fixed _WIN32 problem with CR-CR-LF sequences
6732           when outputting comment blocks (when executed with -C option) and
6733           _asm (SDCPP specific) blocks
6734
6735 2003-10-31 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6736
6737         * as/hc08/lkrloc.c (relr): Fixed ihx output, fixed lastAreaIndex warning
6738
6739 2003-10-31 Klaus Flittner <klaus_flittner AT gmx.de>
6740
6741         * src/SDCCcse.c (updateSpillLocation): fixed bug #808027
6742
6743 2003-10-31 Bernhard Held <bernhard AT bernhardheld.de>
6744
6745         * src/SDCCmain.c (linkEdit): "fixed" bug #833605
6746         * src/SDCCast.c (decorateType): fixed bug #832664
6747
6748 2003-10-31  Borut Razem <borut.razem AT siol.net>
6749
6750         * support\cpp2\cpplex.c: fixed for SDCPP:
6751           comments(when executed with -C option) and _asm blocks
6752           were included even if they where in skipped #if block.
6753           Applied solution from GCC cpp 3.3.2
6754
6755 2003-10-31  Borut Razem <borut.razem AT siol.net>
6756
6757         * src/SDCC.lex: sdcc now understands both formats:
6758           '# <line_number> <file_name>' and
6759           '#line <line_number> <file_name>'
6760         * support/cpp2/cppmain.c: sdcpp now generates the standard
6761           '# <line_number> <file_name>' instead of former
6762           '#line <line_number> <file_name>'
6763
6764 2003-10-30  Borut Razem <borut.razem AT siol.net>
6765
6766         * support/cpp2/cpphash.h,
6767         * support/cpp2/cpplib.h
6768         * support/cpp2/cpplex.c,
6769         * support/cpp2/cppmain.c,
6770         * support/cpp2/cppinit.c: fixed bug #828015 - Syntax variation for _asm character constants
6771
6772 2003-10-30 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6773
6774         Fixed a number of problems revealed by bug #827883.
6775         * src/SDCCloop.c (loopInvariants): Spill location of the
6776         result operand should be recomputed if extracted from
6777         a loop. Also, don't extract assignments of an iTemp
6778         from a literal.
6779         * src/SDCCast.c (isConformingBody): loop reversal should
6780         not occur if the control variable is involved with a
6781         relational operator.
6782
6783 2003-10-28 Bernhard Held <bernhard AT bernhardheld.de>
6784
6785         * .version: bumped to 2.3.6 to reflect the big improvements
6786         made by Erik and Klaus. Thanks!
6787
6788 2003-10-28 Klaus Flittner <klaus_flittner AT gmx.de>
6789
6790         Replaced the livrange code.
6791         * src/SDCClrange.c: added new LR code
6792         * src/SDCCloop.c,
6793         * src/SDCCBBlock.h: removed remainig parts from old LR code
6794         * src/ds390/ralloc.c,
6795         * src/ds390/gen.c: minor fixes to make it work with new code
6796
6797 2003-10-28 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6798
6799         * as/hc08/asm.h,
6800         * as/hc08/lkrloc.c,
6801         * src/hc08/gen.c,
6802         * src/hc08/ralloc.c: Fix various warnings related to the hc08
6803         * src/SDCCicode.c (geniCodePreInc, geniCodePreDec): Fixed bug #829717
6804         (tweaked fix for bug #818696)
6805
6806 2003-10-23 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6807
6808         * src/z80/ralloc.c (joinPushes): Fixed bug #828742
6809
6810 2003-10-23 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6811
6812         * src/SDCCmain.c,
6813         * sdccconf_in.h: Fixed bug #828387 (--disable-hc08-port didn't work)
6814         * src/mcs51/gen.c (gencjneshort),
6815         * src/ds390/gen.c (gencjneshort): Made comparison with AOP_IMMD operand
6816         more efficient (per Scott Bronson's suggestion)
6817
6818 2003-10-22 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6819
6820         Extended the semantics of the critical keyword to include
6821         individual statements. See RFE #827755 and #799831
6822         * src/SDCC.y
6823         * src/SDCCicode.c
6824         * src/SDCCopt.c
6825         * src/SDCCast.c
6826         * support/Util/SDCCerr.c
6827         * support/Util/SDCCerr.h
6828         * src/mcs51/gen.c
6829         * src/ds390/gen.c
6830         * src/hc08/gen.c
6831
6832 2003-10-19  Borut Razem <borut.razem AT siol.net>
6833
6834         * src/SDCC.lex: fixed bug #825944 - defined yytext_ptr to make it compile with flex 2.5.31
6835
6836 2003-10-19 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6837
6838         * src/SDCCicode.c (geniCodePreInc, geniCodePreDec, ast2iCode):
6839         Fixed bug #818696
6840         * src/SDCCast.c (ast_print): Fixed --dumptree so that preincrement
6841         and predecrement operand is displayed
6842
6843 2003-10-13 Bernhard Held <bernhard AT bernhardheld.de>
6844
6845         * src/SDCCval.c (valMinus): fixed bug #826041
6846
6847 2003-10-15 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6848
6849         Some hc08 related updates that I missed earlier
6850         * sim/ucsim/stypes.h
6851         * support/regression/ports/hc08/spec.mk
6852
6853 2003-10-15 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6854
6855         New target "hc08" for the Motorola 68hc08 family of micros
6856
6857         * configure
6858         * configure.in
6859         * Makefile
6860         * src/hc08/*
6861         * src/SDCCmain.c
6862         * src/port.h
6863         * sim/ucsim/hc08.src/*
6864         * sim/ucsim/configure.in
6865         * src/ucsim/configure
6866         * sim/ucsim/packages_in.mk
6867         * as/hc08/*
6868         * as/Makefile
6869         * device/include/mc68hc908qy.h
6870         * device/lib/hc08/*
6871         * device/lib/Makefile.in
6872         * support/regression/ports/hc08/*
6873         * support/regression/Makefile
6874
6875 2003-10-14 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6876
6877         * src/z80/gen.c: fixed bug revealed by ast_constant_folding.c
6878         regression test
6879         * src/ds390/gen.c (genCast): fixed bug #821957
6880
6881 2003-10-13 Bernhard Held <bernhard AT bernhardheld.de>
6882
6883         * device/lib/logf.c: "fixed" overlay bug
6884         * support/regression/ports/host/spec.mk: added m library
6885         * support/regression/ports/mcs51-stack-auto/spec.mk: added float funcs
6886         * support/regression/tests/float_trans: added (for Eric)
6887
6888 2003-10-12 Bernhard Held <bernhard AT bernhardheld.de>
6889
6890         * src/mcs51/gen.c (genCpl): fixed bug
6891         http://sf.net/mailarchive/message.php?msg_id=6263915
6892
6893 2003-10-10 Bernhard Held <bernhard AT bernhardheld.de>
6894
6895         * src/SDCCast.c (decorateType): added extended constant folding
6896         * src/SDCCsymt.c (computeType): cleanup
6897         * src/SDCCval.c (valShift): minor optimization
6898         * support/regression/tests/ast_constant_folding.c: added
6899
6900 2003-10-09  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6901
6902         * src/SDCCmain.c: removed some unintended changes
6903
6904 2003-10-09  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6905
6906         * src/SDCCmain.c (setParseWithComma): fixed bug #816685
6907         * src/z80/gen.c: fixed part of bug #817589
6908         * src/SDCCsymt.c (checkFunction): fixed bug #817895
6909
6910 2003-10-08 Bernhard Held <bernhard AT bernhardheld.de>
6911
6912         Replaced cast (void **) with (void *) to avoid gcc 3 warning:
6913         * src/SDCCcflow.c
6914         * src/SDCCcse.c
6915         * src/SDCCdflow.c
6916         * src/SDCClabel.c
6917         * src/SDCClrange.c
6918         * src/SDCCmem.c
6919         * src/SDCCopt.c
6920         * src/SDCCpeeph.c
6921         * src/SDCCset.c
6922         * src/avr/ralloc.c
6923         * src/ds390/ralloc.c
6924         * src/izt/ralloc.c
6925         * src/mcs51/ralloc.c
6926         * src/pic/ralloc.c
6927         * src/pic16/ralloc.c
6928         * src/xa51/ralloc.c
6929         * src/z80/ralloc.c
6930         * src/z80/gen.c: removed unused label "release:"
6931
6932 2003-10-06  Borut Razem <borut.razem AT siol.net>
6933
6934         * src/SDCC.lex: removed definition of unused variables
6935           save_optimize and save_options
6936
6937 2003-10-06 Bernhard Held <bernhard AT bernhardheld.de>
6938
6939         * clean.mk: removed '=' in "-maxdepth=1"
6940         * src/SDCCloop.c: replace LRKLAUS with SDCC_LRKLAUS
6941         * src/SDCClrange.c: replace LRKLAUS with SDCC_LRKLAUS
6942
6943 2003-10-06  Borut Razem <borut.razem AT siol.net>
6944
6945         * src/SDCC.lex, src/SDCC.lex: use dbuf for "_asm" definitions;
6946           my_unput() replaced by unput()
6947
6948 2003-10-05 Bernhard Held <bernhard AT bernhardheld.de>
6949
6950         * src/SDCCloop.c (assignmentsToSym, loopInduction): cast argument of
6951         setToNull() to (void *) to avoid gcc3.x's warning: "dereferencing
6952         type-punned pointer will break strict-aliasing rules"
6953         Old LR behaviour is again default; Klaus' LR can be choosen by
6954         defining the environment variable LRKLAUS
6955         * src/SDCCBBlock.h
6956         * src/SDCCloop.c
6957         * src/SDCClrange.c
6958         * src/ds390/ralloc.c (spillThis): applied Klaus' patch
6959         * clean.mk: fixed removal of files in bin/CVS/
6960         * device/lib/clean.mk: fixed removal of directories small and large
6961         * support/Util/SDCCerr.c: changed W_INT_OVL to ERROR_LEVEL_PEDANTIC
6962         * src/SDCCicode.c,
6963         * src/SDCCval.c: removed superflous test for pedantic
6964
6965 2003-10-05  Borut Razem <borut.razem AT siol.net>
6966
6967         * src/SDCC.lex, support/Util/SDCCerr.c, sdcc/support/Util/SDCCerr.h:
6968           Fixed bug #816692: introduced new ERROR_LEVEL_PEDANTIC warning
6969           message "unmatched #pragma SAVE and #pragma RESTORE"
6970
6971 2003-10-04  Frieder Ferlemann <Frieder.Ferlemann AT web.de>
6972
6973         * doc/sdccman.lyx: various additions and updates (interrupts, inline
6974           assembly, critical functions, atomic, nojtbound)
6975
6976 2003-10-04 Bernhard Held <bernhard AT bernhardheld.de>
6977
6978         Applied liferange patch from Klaus Flittner <klaus_flittner AT gmx.de>
6979         * src/SDCCBBlock.h
6980         * src/SDCCloop.c
6981         * src/SDCCloop.h
6982         * src/SDCClrange.c
6983
6984 2003-10-03  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6985
6986         * src/z80/gen.h,
6987         * src/z80/gen.c (aopOp, aopGet, aopPut, genDummyRead),
6988         * src/mcs51/gen.h
6989         * src/mcs51/gen.c (aopOp, aopGet, aopPut, genDummyRead),
6990         * src/ds390/gen.h
6991         * src/ds390/gen.c (aopOp, aopGet, aopPut, genDummyRead),
6992         * src/SDCCicode.c (ast2iCode, geniCodeDummyRead): Fixed bug #663539
6993         * src/SDCCopt.c (killDeadCode): Fixed bugs #663539 & #816705
6994
6995 2003-10-02  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6996
6997         * src/z80/gen.c (genRet): fixed bug #524753
6998         * src/z80/gen.c (genCast): fixed internal error on cast from
6999         pointer to long
7000         * src/z80/gen.c (_saveRegsForCall, emitCall): adapted Johan's
7001         fix for bug #477835 to the z80
7002         * src/z80/gen.c (genZ80code, _vemit2, _emit2): added support
7003         for tracking iCodes in the peephole optimizer for z80
7004
7005 2003-10-01  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7006
7007         * src/SDCCicode.c (geniCodeJumpTable, geniCodeSwitch): fixed
7008         the other part of bug #814548
7009         * src/SDCCpeeph.c (labelInRange): fixed bug #814558
7010
7011 2003-09-30  Bernhard Held <bernhard AT bernhardheld.de>
7012
7013         * src/SDCCcse.c: fixed part of bug #814548
7014
7015 2003-09-28  Borut Razem <borut.razem AT siol.net>
7016
7017         * src/asm.c: rewrite of printILine() to use temporary file instead
7018           a pipe
7019         * src/xa51/main.c: commented out declaration of int rewinds
7020
7021 2003-09-27  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7022
7023         * src/SDCCicode.c (geniCodeJumpTable): Fixed bug #813206
7024
7025 2003-09-26  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7026
7027         * src/SDCCdflow.c (computeDataFlow): Fixed bug #810746
7028         * src/asm.c (printILine): Fixed bug #811015
7029
7030 2003-09-22  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
7031
7032         *link/z80/lklibr.c, as/mcs51/lklibr.c: Improved memory allocation and
7033         freeing.
7034
7035 2003-09-21  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7036
7037         * src/z80/gen.c (setupToPreserveCarry): Fixed bug #796955
7038         * src/z80/gen.c (setupPair, genMovePairPair): Fixed setupPair
7039         to correctly handle general case of AOP_PAIRPTR
7040         * src/z80/gen.c (aopGet, aopPut): Generalized AOP_PAIRPTR handling
7041
7042 2003-09-21  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7043
7044         * src/mcs51/ralloc.c (fillGaps),
7045         * src/ds390/ralloc.c (fillGaps): fixed bug #810093 (yet another
7046         register positioning bug)
7047
7048 2003-09-21  Bernhard Held <bernhard AT bernhardheld.de>
7049
7050         * device/lib/_fsdiv.c: replaced (1<<31) by (1ul<<31)
7051
7052 2003-09-19  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7053
7054         * src/mcs51/gen.c (loadDptrFromOperand, genFarPointerGet,
7055         genCodePointerGet, genGenPointerGet, genFarPointerSet,
7056         genGenPointerSet): handle AOP_DPTR correctly when loading dptr
7057         (ralloc doesn't intentionally do this now, but perhaps later)
7058         * src/mcs51/ralloc.c (serialRegAssign, fillGaps),
7059         * src/ds390/ralloc.c (serialRegAssign, fillGaps): fixed some
7060         register positioning bugs (Fixed bug #762602 and #795325)
7061         * src/SDCCicode.c (geniCodeDerefPtr): Track output class correctly
7062         (Fixed bug #808779)
7063         * src/z80/gen.c: increased _vemit2's buffer[] to handle long
7064         lines that --i-code-in-asm generates
7065
7066 2003-09-18  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
7067
7068         *link/z80/lklibr.c, as/mcs51/lklibr.c: Fixed Linux segfaults when
7069         trying to fclose a FILE* that was already closed.
7070
7071 2003-09-18  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7072
7073         * src/SDCCsymt.c (structElemType): fixed bug #808291 (members
7074         of const struct should be treated as if const themselves)
7075
7076 2003-09-18  Bernhard Held <bernhard AT bernhardheld.de>
7077
7078         * src/SDCCval.c (valPlus, valMinus): fixed bug #808337
7079
7080 2003-07-06  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
7081
7082         * support/librarian/sdcclib.c: Generate correct offsets for libraries with
7083         Unix (/n) and DOS (/r/n) line terminations.
7084
7085 2003-09-17  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7086
7087         * src/SDCCopt.c (cnvFromFloatCast, cnvToFloatCast): fixed
7088         bug #613775
7089
7090 2003-09-16  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7091
7092         * src/mcs51/gen.c (genFunction, genEndFunction),
7093         * src/ds390/gen.c (genFunction, genEndFunction): Moved save
7094         and restore of EA so that stack offsets to parameters are
7095         correct when using both critical and reentrant/stack-auto.
7096         * src/z80/gen.c (aopOp): removed erroneous assertion about sloc
7097         size (can be triggered in error if sloc is shared between
7098         different sized objects)
7099         * device/include/float.h: fixed macros to explicitly use
7100         unsigned long where needed
7101
7102 2003-09-15  Bernhard Held <bernhard AT bernhardheld.de>
7103
7104         Feature req. 799831: added code to allow nesting of critical functions
7105         * src/mcs51/gen.c (genFunction, genEndFunction)
7106         * src/ds390/gen.c (genFunction, genEndFunction)
7107
7108 2003-09-14  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7109
7110         * src/SDCCsymt.c (sclsFromPtr),
7111         * src/SDCCsymt.h,
7112         * src/SDCCast.c (decorateType): fixed bug #462971. Also, better
7113         support for standard C idiom of memory mapped variables; for
7114         example, *((xdata int*)0x1234) = 1 is now internally equivalent
7115         to xdata int at 0x1234 tempvar = 1.
7116         * sim/ucsim/z80.src/inst_xd.cc: fixed bug #805483 with patch
7117         provided by Akiya ISHIDA
7118
7119 2003-09-13  Bernhard Held <bernhard AT bernhardheld.de>
7120
7121         * src/SDCCval.c (cheapestVal): reenabled to reduce int to char
7122         * src/SDCCval.c (constVal): added reduction from int to char
7123         * src/SDCCval.c (valMult, valDiv): fixed sign handling
7124         * src/SDCCval.c (valShift): fixed after change of cheapestVal()
7125         * src/SDCCval.c (valCompare): fixed EQ_OP and NE_OP; they have
7126         to ignore the sign
7127         * support/regression/tests/shifts.c: fixed
7128
7129 2003-09-13  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7130
7131         * src/z80/gen.c (genXor): Fixed bug #805445
7132
7133 2003-09-12  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7134
7135         Fixed bug #621531 (const & volatile confusion in the type chain).
7136         DCL_PTR_CONST, DCL_PTR_VOLATILE, & IS_PTR_CONST now exclusively
7137         refer to the const or volatile state of the pointer itself.
7138
7139         * src/SDCCast.c
7140         * src/SDCCglue.c
7141         * src/SDCCicode.c
7142         * src/SDCCsymt.c
7143         * src/SDCCval.c
7144         * src/SDCC.y
7145         * src/SDCCsymt.h
7146         * src/pic/gen.c
7147         * src/pic/ralloc.c
7148         * src/pic16/gen.c
7149         * src/pic16/ralloc.c
7150         * support/regression/tests/const.c
7151
7152 2003-09-10  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
7153
7154         When checking for duplicated modules, use absolute paths
7155         instead of relative paths.  Files changed:
7156
7157         * as/mcs51/lklib.c
7158         * link/z80/lklib.c
7159
7160 2003-09-09  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7161
7162         * src/SDCCicode.c (geniCodeLogic): fixed bug #797572
7163
7164 2003-09-07  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7165
7166         * device/include/string.h: added size_t typedef, changed
7167         prototypes to use size_t, eliminated separate reentrant and
7168         non-reentrant declarations, added _memmove declaration
7169         * device/lib/_memcpy.c: changed to use size_t instead of int,
7170         changed /4 to >>2 to avoid division library call
7171         * device/lib/_memcmp.c,
7172         * device/lib/_memset.c,
7173         * device/lib/_strncat.c,
7174         * device/lib/_strncpy.c,
7175         * device/lib/_strncmp.c: changed to use size_t instead of int
7176         * device/lib/_memmove.c: new file (fixed bug #772294)
7177         * device/lib/Makefile.in: added _memmove.c
7178         * device/lib/z80/asm_strings.s: fixed bug #772290
7179         * support/regression/tests/bitfields.c: attempt to fix host assertion
7180         failure on amd64-unknown-linux2.2
7181
7182 2003-09-06  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7183
7184         * src/z80/gen.c (aopPut, spillPairReg): fixed bug #800998
7185         * src/z80/gen.c (genFunction, genEndFunction): fixed "bug" #774700
7186         * as/z80/asmain.c (main): fixed bug #801766
7187
7188 2003-09-06  Bernhard Held <bernhard AT bernhardheld.de>
7189
7190         * src/SDCCicode.c (ast2iCode): fixed differences in iCode with different
7191         compilers
7192
7193 2003-09-05  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7194
7195         * src/SDCCast.c (isConformingBody): fixed loop reversal bug
7196         reported in bug #800609
7197
7198 2003-09-04  Vangelis Rokas <vrokas AT otenet.gr>
7199
7200         * Top header beautifications in src/pic16 directory:
7201           device.c, device.h, gen.c, gen.h, genarith.c, glue.c, pcode.c,
7202           pcodeflow.c, pcodeflow.h, pcode.h, pcodepeep.c, pcoderegs.c,
7203           pcoderegs.h, ralloc.c, ralloc.h
7204         * main.c: added top header and GPL license notice
7205         * pcode.c: fixed the if-conditional warning
7206
7207 2003-09-04  Bernhard Held <bernhard AT bernhardheld.de>
7208
7209         * device/lib/_mullong.c: replaced int by short for gcc
7210
7211 2003-08-31  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7212
7213         * src/SDCCpeeph.c (notVolatile, notVolatileVariable): handle IFX
7214         and JUMPTABLE iCodes properly now (worked by accident before)
7215         * src/mcs51/gen.c (leftRightUseAcc),
7216         * src/ds390/gen.c (leftRightUseAcc): handle IFX and JUMPTABLE
7217         iCode properly now. Use getSize instead of nRegs since a & b
7218         aren't part of the nRegs tally.
7219
7220 2003-08-31  Vangelis Rokas <vrokas AT otenet.gr>
7221
7222         * src/pic16/main.c: corrected offsets of interrupt vectors in _pic16_genIVT()
7223         * src/pic16/pcode.c: fix to disable inserting BANKSEL directive
7224           before instructions that use the _STATUS register
7225
7226 2003-08-31  Bernhard Held <bernhard AT bernhardheld.de>
7227
7228         * src/mcs51/gen.c (freeAsmop): fixed off by one in stack offset (AOP_STK)
7229         * src/mcs51/gen.c (genNearPointerSet): added missing opcode for
7230         fetching of the pointer
7231         * src/mcs51/gen.c (genNearPointerGet): added reuse of PREG,
7232         copied from genNearPointerSet()
7233         * src/mcs51/gen.c (genNearPointerGet): don't pop r0/r1, if RESULTONSTACK
7234         * src/mcs51/gen.c: changed order of freeAsmop(left/right/result)-calls.
7235         If they pop r0/r1 they must be called in the opposite order than aopOp().
7236         * device/lib/_mullong.c: fixed for "--model-large --int-long-reent"
7237         (resp. --stack-auto), prepared for --xstack
7238
7239 2003-08-28  Frieder Ferlemann <Frieder.Ferlemann AT web.de>
7240
7241         * doc/sdccman.lyx: reverted tables to those in cvs 1.64
7242
7243 2003-08-28  Bernhard Held <bernhard AT bernhardheld.de>
7244
7245         * device/lib/_startup.c: quick & dirty fix for ds390/ds400;
7246         these ports have their own __sdcc_external_start()
7247
7248 2003-08-26  Bernhard Held <bernhard AT bernhardheld.de>
7249
7250         pic patch provided by Slade Rich <slade_rich AT yahoo.com>
7251         * src/pic/glue.c (pic14printPublics): fixed bug introduced when symbol
7252         type for bits was changed. It resulted in bit variables becoming
7253         global, which is not permitted in PIC 14 assembly output.
7254
7255 2003-08-23  Frieder Ferlemann <Frieder.Ferlemann AT web.de>
7256
7257         * doc/sdccman.lyx: various additions and updates. Rearranged sections
7258
7259 2003-08-22  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
7260
7261         Z80 and MCS51 linkers complaint if a public symbol is defined
7262         in more than one library module:
7263
7264         * as/mcs51/lklib.c
7265         * link/z80/lklib.c
7266         * as/mcs51/Makefile.in
7267
7268 2003-08-22  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7269
7270         A few small changes that speed up the peephole optimizer.
7271
7272         * src/SDCCpeeph.c
7273
7274 2003-08-22  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7275
7276         Try to make the peephole optimizer smarter by maintaining
7277         an association between the assembly source code and the
7278         iCodes that originated them. Put this information to use
7279         with a new peephole rule condition "notVolatile" so that
7280         the rules can be aggressive yet still safe.
7281
7282         * src/SDCCpeeph.c
7283         * src/SDCCpeeph.h
7284         * src/mcs51/gen.c
7285         * src/mcs51/peeph.def
7286
7287 2003-08-20  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7288
7289         Fixed bug #741761
7290
7291         * src/mcs51/gen.c (aopForSym, leftRightUseAcc),
7292         * src/ds390/gen.c (aopForSym, leftRightUseAcc): preserve A and B
7293         if the left or right operand symbols have the accuse flag set.
7294
7295 2003-08-20  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7296
7297         Changed the type of the result of the ! (NOT) operator to char;
7298         previously it returned the same type as the source. This allows
7299         us to eliminate all the genFloatNot functions (all of its target
7300         implementations were very buggy) since !float can use the same
7301         code as !long now.
7302
7303         * src/SDCCicode.c (ast2iCode): ! returns char
7304         * src/mcs51/gen.c (genNot, genNotFloat),
7305         * src/ds390/gen.c (genNot, genNotFloat),
7306         * src/z80/gen.c (genNot, genNotFloat),
7307         * src/pic/gen.c (genNot, genNotFloat),
7308         * src/pic16/gen.c (genNot, genNotFloat): eliminated genNotFloat
7309
7310 2003-08-19  Bernhard Held <bernhard AT bernhardheld.de>
7311
7312         pic patch provided by Slade Rich <slade_rich AT yahoo.com>
7313         1. Interrupt would not compile properly. Ensure PCLATH register is saved
7314            during interrupts. Ensure WSAVE is located at a shared bank address.
7315         2. Fixed page selection in some places
7316         3. Fixed BTFSS/C to where necessary use registers directly and not simply
7317            the registers name strings.
7318         4. Fixed "signed / unsigned compare" compiler warnings.
7319         5. The PIC port manages its own allocation of the general purpose
7320            registers, but makes no attempt to reuse them. As a result when
7321            compiling it soon runs out of general purpose registers. Some
7322            additional code was added to the files pcode.c and device.c to walk
7323            through the function call tree and rename the registers so that they
7324            get reused.
7325
7326         * src/pic/device.c
7327         * src/pic/gen.c
7328         * src/pic/glue.c
7329         * src/pic/pcode.c
7330         * src/pic/pcode.h
7331         * src/pic/ralloc.c
7332         * src/pic/ralloc.h
7333         * src/pic/genarith.c: Fixed problems with PIC 14 port in functions
7334         genPlus() & genMinus() when the result is the same as left or right
7335
7336 2003-08-18  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7337
7338         * src/z80/gen.c (isUnsplitable, fetchPairLong): fixed bug #770454
7339
7340 2003-08-18  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7341
7342         Made bitfield a distinct type from bit so that bitfields
7343         convert as per ANSI C and bits retain their traditional
7344         boolean style behaviour. Implemented bitfield support in
7345         the z80 port.
7346
7347         * src/SDCCsymt.h,
7348         * src/SDCCsymt.c,
7349         * src/SDCCast.c,
7350         * src/cdbFile.c,
7351         * src/mcs51/gen.c,
7352         * src/ds390/gen.c: bit v bitfield split
7353         * src/z80/gen.c: New support for bitfields
7354         * support/regression/tests/bitfields.c: reenabled z80,
7355         added more tests
7356
7357 2003-08-17  Frieder Ferlemann <Frieder.Ferlemann AT web.de>
7358
7359         Rules 246.x, 247.x relate to bitfields, the others speed up
7360         access to xdata mapped I/O devices.
7361
7362         * src/mcs51/peeph.def: added 26 peepholes 246.x - 248.x, 180.x
7363
7364 2003-08-16  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7365
7366         Cleaned up genPackBits and genUnpackBits and added two helper
7367         functions, emitPtrByteGet & emitPtrByteSet. Added optimizations
7368         for literal assignments in genPackBits (thanks to Frieder for
7369         reminding me).
7370
7371         * src/mcs51/gen.c
7372         * src/ds390/gen.c
7373
7374 2003-08-16  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7375
7376         Fixed bug #748310 (pointer to function type mishandled when the
7377         function name is omitted). Also fixed a SIGSEGV when a function
7378         attribute (reentrant, etc) is used on a non-function or on a
7379         function but misplaced before the parameter list.
7380
7381         * src/SDCC.y (abstract_declarator, abstract_declaractor2): fixed
7382         bug #748310
7383         * src/SDCC.y (declarator2_function_attributes): avoided SIGSEGV
7384         * support/Util/SDCCerr.h,
7385         * support/Util/SDCCerr.c: Added func attr misuse error msg
7386
7387 2003-08-13  Bernhard Held <bernhard AT bernhardheld.de>
7388
7389         Fixed bug #787649 by anonymous
7390         * src/SDCCglue.c (emitRegularMap): added emission of sloc for func ptr
7391         * src/ds390/gen.c (aopForSym): fixed func ptr in sloc
7392
7393 2003-08-14  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7394
7395         Fixed numerous bitfield problems.
7396
7397         * src/SDCC.y: More bitfield related error checking
7398         * src/SDCCsymt.h,
7399         * src/SDCCsymt.c (compStructSize): fixed bitfield offset calc
7400         * support/Util/SDCCerr.h,
7401         * support/Util/SDCCerr.c: Added & edited some bitfield err msgs
7402         * src/mcs51/gen.c (genPackBits, genUnpackBits): fixed mask bugs
7403         * src/ds390/gen.c (genPackBits, genUnpackBits): fixed mask bugs
7404         * support/regression/tests/bitfields.c: tests added
7405
7406 2003-08-13  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7407
7408         Made the constant following the "interrupt" keyword optional. If
7409         omitted, the function will not automatically be given an entry
7410         in the interrupt vector table (similar to #pragma NOIV, but
7411         less syntacticly kludgy). The interrupt number is also now
7412         range checked. Also fixed a bug in the high order bit example
7413         in the manual.
7414
7415         * src/SDCC.y
7416         * src/SDCCmem.c
7417         * src/SDCCglue.c
7418         * src/SDCCsymt.h
7419         * support/Util/SDCCerr.c
7420         * support/Util/SDCCerr.h
7421         * doc/sdccman.lyx
7422
7423 2003-08-13  Bernhard Held <bernhard AT bernhardheld.de>
7424
7425         * src/SDCCcse.c (algebraicOpts): fix bug converting op from value to type
7426         * src/SDCCicode.c (operandOperation): rewritten some ops
7427         (*, ==, unary_minus) to fix possible overflows and to accord with ANSI
7428         * src/SDCCsymt.c (computeType): literals are handled the same way as any
7429         other type
7430         * src/SDCCval.c (cheapestVal): removed, it doesn't accord with ANSI (can
7431         be re-activated by defining REDUCE_LITERALS)
7432         * src/SDCCval.c (constVal): fixed; hex and octal constants can be
7433         unsigned, but are signed by default
7434         * src/SDCCval.c (constVal): rearranged
7435         * src/SDCCval.c (valMod): preliminary fix
7436         * src/SDCCval.c (valCastLiteral): use TYPE_* types
7437         * support/regression/literalop.c: added, work in progress
7438
7439 2003-08-12  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7440
7441         Generate warnings for useless declarations like "char data;"
7442         that don't do what new users expect.
7443
7444         * src/SDCC.y
7445         * support/Util/SDCCerr.h
7446         * support/Util/SDCCerr.c
7447
7448 2003-08-09  Bernhard Held <bernhard AT bernhardheld.de>
7449
7450         * src/SDCCval.c (valMult): fix overflow detection of negative int
7451
7452 2003-08-07  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7453
7454         * src/z80/ralloc.c (joinPushes): made compatible with new signedness
7455
7456         Changes to support big endian targets:
7457
7458         * src/ports.h
7459         * src/SDCCglue.c
7460         * src/avr/main.c
7461         * src/ds390/main.c
7462         * src/izt/i186.c
7463         * src/mcs51/main.c
7464         * src/pic/main.c
7465         * src/pic16/main.c
7466         * src/xa51/main.c
7467         * src/z80/main.c
7468
7469 2003-08-06  Bernhard Held <bernhard AT bernhardheld.de>
7470
7471         * src/SDCCval.c (cheapestVal): changed behaviour to the same as constVal()
7472         * device/lib/time.c: fixed warning "integer overflow in expression"
7473
7474 2003-08-05  Bernhard Held <bernhard AT bernhardheld.de>
7475
7476         * src/SDCCval.c (cheapestVal, valueFromLit): use TYPE_* types
7477         * src/SDCCval.c (constVal): changed default to signed; hex and octal
7478         constants are unsigned; added recognition of "u" flag for unsigned
7479         * src/SDCCval.c (valMult): fixed signdness, added warning for overflow
7480         * src/SDCCval.c (valDiv, valMod): fixed signdness
7481         * src/SDCCicode.c (operandOperation): fixed critical typo; fixed
7482         signedness of modulo, left and right shift
7483         * support/Util/SDCCerr.c: added warning "integer overflow in expression"
7484         * support/Util/SDCCerr.h: added warning W_INT_OVL
7485         * src/SDCCast.c (decorateType): fixed gcc3.3 warning
7486         * src/SDCCast.c (ast_print): improved output of constants
7487
7488 2003-08-04  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
7489
7490         Fixed some warnings when building with MSVC:
7491
7492         * as\mcs51\asdata.c
7493         * as\z80\asdata.c
7494         * as\mcs51\asm.h
7495         * as\z80\asm.h
7496         * link\z80\aslink.h
7497         * link\z80\lkdata.c
7498         * link\z80\lkeval.c
7499         * link\z80\lkgb.c
7500         * link\z80\lkihx.c
7501         * link\z80\lks19.c
7502         * link\z80\lksym.c
7503         * support\cpp2\cpplib.c
7504         * src\ds390\gen.c
7505         * src\mcs51\gen.c
7506
7507 2003-08-03  Bernhard Held <bernhard AT bernhardheld.de>
7508
7509         * src/SDCCast.c (constExprTree): fix bug #781827 by Carl Worth <cworth AT isi.edu>
7510
7511 2003-08-01  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
7512
7513         * support\librarian\clean.mk: Do not remove Makefile.
7514         * support\librarian\Makefile: added.
7515
7516 2003-08-01  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
7517
7518         Added librarian to MSVC build:
7519         * all.dsp
7520         * sdcc.dsw
7521         * support\librarian\librarian.dsp
7522
7523         'configure' not needed for librarian, removed:
7524         * support\librarian\configure
7525         * support\librarian\configure.in
7526         * support\librarian\config_in.h
7527         * support\librarian\Makefile.in
7528
7529         Hopefully these ones built the librarian and the rest of sdcc properly:
7530         * Makefile
7531         * Makefile.common.in
7532
7533         Messed up 'configure', so revert to previous version:
7534         * configure
7535         * configure.in
7536
7537 2003-07-31  Bernhard Held <bernhard AT bernhardheld.de>
7538
7539         * src/SDCCicode.c (operandOperation): 3. fix, this time for Alpha; ULONG has 64 bits
7540         there, while the mantissa of a double is "only" 53 bits wide.
7541
7542 2003-07-31  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
7543
7544         Adding sdcclib to the build.  MSVC project coming soon.
7545         Files added/changed:
7546
7547         * support\librarian\clean.mk
7548         * support\librarian\configure
7549         * support\librarian\configure.in
7550         * support\librarian\config_in.h
7551         * support\librarian\Makefile.bcc
7552         * support\librarian\Makefile.in
7553         * support\librarian\sdcclib.c
7554         * Makefile.bcc
7555         * Makefile
7556         * Makefile.common.in
7557         * configure
7558         * configure.in
7559
7560 2003-07-29  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
7561
7562         Linker now complaints if linked modules have conflicting options, for
7563         example, one compiled using --model-large and another one compiled with
7564         --model-small.  The following files were modified:
7565
7566         * as\mcs51\asdata.c
7567         * as\mcs51\aslink.h
7568         * as\mcs51\asm.h
7569         * as\mcs51\asmain.c
7570         * as\mcs51\asout.c
7571         * as\mcs51\i51pst.c
7572         * as\mcs51\lkdata.c
7573         * as\mcs51\lklibr.c
7574         * as\mcs51\lkmain.c
7575         * as\z80\asdata.c
7576         * as\z80\asm.h
7577         * as\z80\asmain.c
7578         * as\z80\asout.c
7579         * as\z80\z80pst.c
7580         * link\z80\aslink.h
7581         * link\z80\lkdata.c
7582         * link\z80\lklibr.c
7583         * link\z80\lkmain.c
7584         * src\SDCCglue.c
7585
7586 2003-07-28  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
7587
7588         *link/z80/aslink.h, link/z80/lklibr.c, as/mcs51/aslink.h,
7589         as/mcs51/lklibr.c: Generate a warning when a library is not found.
7590
7591 2003-07-28  Bernhard Held <bernhard AT bernhardheld.de>
7592
7593         * src/z80/mappings.i: fix _mul[us][int,long] entries
7594
7595 2003-07-26  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
7596
7597         *src/SDCCmain.c: do not search for crt0.o when using --nostdlib
7598
7599 2003-07-24  Bernhard Held <bernhard AT bernhardheld.de>
7600
7601         * src/SDCCicode.c (operandOperation): really fixed problem with bitops
7602         * support/regression/tests/bitopcse.c: added
7603         fixed warning:
7604         * src/avr/gen.c:
7605         * src/pic/gen.c:
7606         * src/pic16/gen.c:
7607         * src/z80/gen.c:
7608         * src/xa51/gen.c:
7609
7610 2003-07-24  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
7611
7612         added support for new library format to z80, gbz80 linkers:
7613         *link/z80/aslink.h
7614         *link/z80/lklex.c
7615         *link/z80/lklib.c
7616         *link/z80/lklist.c
7617
7618 2003-07-24  Bernhard Held <bernhard AT bernhardheld.de>
7619
7620         * src/SDCCicode.c (operandOperation): fixed problem with bitops and 0xffffffff;
7621         after {double d = 0xffffffff; long l = d;} l will be 0x80000000 (LONG_MIN)
7622
7623 2003-07-23  Bernhard Held <bernhard AT bernhardheld.de>
7624
7625         added DUMMY_READ_VOLATILE:
7626         * src/SDCC.y:
7627         * src/avr/gen.c:
7628         * src/xa51/gen.c:
7629         * src/z80/gen.c:
7630         * src/pic/gen.c:
7631         * src/pic16/gen.c:
7632         * src/mcs51/gen.c:
7633         * src/ds390/gen.c:
7634         * src/SDCCcse.c (algebraicOpts): many improvements
7635         * src/SDCCcse.h: removed algebraicOpts()
7636         * src/SDCCicode.c (picDummyRead): added
7637
7638 2003-07-23  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
7639
7640         * as/mcs51/lkmem.c: Changed message "Insufficient DRAM memory" to
7641         "Insufficient space in data memory".
7642
7643 2003-07-20  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7644
7645         * src/mcs51/gen.c: fixed bug #771358
7646         * src/z80/gen.c: fixed bug #759087
7647
7648 2003-07-20  Bernhard Held <bernhard AT bernhardheld.de>
7649
7650         * src/pic16/glue.c: minor cleanup by Vangelis
7651
7652 2003-07-19  Frieder Ferlemann <Frieder.Ferlemann AT web.de>
7653
7654         * device/include/regc515c.h: fixed #758477
7655         * device/lib/_gptrget.c: saving some cycles in generic pointer get
7656         * device/lib/_gptrput.c: saved a few bytes
7657         * my tab spacing is 8, yours too?)
7658         * device/lib/_ser.c: process RX bytes earlier than TX bytes
7659         * device/lib/serial.c: process RX bytes earlier than TX bytes
7660         * src/mcs51/gen.c(genGenPointerGet/Set): removed writing of type after postincrement
7661
7662 2003-07-18  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7663
7664         * src/z80/gen.c: fixed some right shift bugs (#772726 among them)
7665
7666 2003-07-17  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
7667
7668     * link/z80/lklibr.c: fixed bug when there is a '.' in a library path.
7669
7670 2003-07-17  Bernhard Held <bernhard AT bernhardheld.de>
7671
7672         * device/lib/Makefile.in: bad fix, reverted to 1.43
7673
7674 2003-07-16  Bernhard Held <bernhard AT bernhardheld.de>
7675
7676         * device/lib/Makefile.in: added missing z80 object files
7677
7678 2003-07-14  Bernhard Held <bernhard AT bernhardheld.de>
7679
7680         * src/SDCCcse.c (algebraicOpts): CSE fun with &|^ and 0x00/0xff literals
7681         pic16 progress by Vangelis:
7682         * src/SDCCglobl.h:
7683         * src/SDCCmain.c:
7684         * src/pic/Makefile:
7685         * src/pic:
7686         * pic/Makefile:
7687         * pic16/device.c:
7688         * pic16/device.h:
7689         * pic16/gen.c:
7690         * pic16/gen.h:
7691         * pic16/genarith.c:
7692         * pic16/glue.c:
7693         * pic16/main.c:
7694         * pic16/pcode.c:
7695         * pic16/pcode.h:
7696         * pic16/pcodepeep.c:
7697         * pic16/peeph.def:
7698
7699 2003-07-13  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
7700
7701     * src/SDCCmain.c, src/SDCCglobl.h: added option --no-std-crt0
7702
7703 2003-07-12  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
7704
7705     * sdcc.dsw, all.dsp, link/z80/linkgbz80.dsp, as/z80/as-gbz80.dsp:
7706     added gbz80 build to MSVC project.
7707     * src/SDCCmain.c, src/SDCCglue.c, src/z80/main.c, src/z80/z80.dsp,
7708     link/z80/aslink.h, linkz80.dsp: cleaned up z80 and gbz80 asm files
7709     from 8051 stuff and setup so it links using a .lnk file.
7710
7711 2003-07-06  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
7712
7713     * support/librarian/sdcclib.c: sdcc librarian.
7714     * as/mcs51/aslink.h, as/mcs51/lklib.c: Support for libraries created
7715     with sdcclib.
7716
7717 2003-07-03  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
7718
7719     * as/mcs51/lkmain.c: properly handle extensions in function afile.
7720
7721 2003-07-02  Borut Razem <borut.razem AT siol.net>
7722
7723         * src/port.h, src/SDCCmain.c, src/pic/glue.h, src/pic/main.c,
7724         src/pic16/glue.h, sdcc/src/pic16/main.c, src/izt/i186.c,
7725         src/izt/tlcs900h.c, src/avr/main.c, src/ds390/main.c, src/mcs51/main.c,
7726         src/xa51/main.c, src/z80/main.c:
7727         virtualization of glue() function: each port has it's own glue function,
7728         which is accessed by do_glue function pointer in PORT.general structure
7729
7730 2003-07-01 Kevin Vigor <kevin AT vigor.nu>
7731
7732         * DS800C400 fun, improved ROM interface and tinibios.
7733
7734 2003-06-27 Kevin Vigor <kevin AT vigor.nu>
7735
7736         * More support for DS80C400. Now includes beginning of interface to ROM.
7737
7738 2003-06-25  Bernhard Held <bernhard AT bernhardheld.de>
7739
7740         * src/mcs51/gen.c (gencjneshort): fixed bug #760345
7741
7742 2003-06-20  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
7743
7744         * as/mcs51/lkaomf51.c: Make sure the size of the last procedure is correct.
7745
7746 2003-06-19  Borut Razem <borut.razem AT siol.net>
7747
7748         * src/z80/main.c: fixed Z80 port again: missing -k library paths in linker command line
7749
7750 2003-06-19  Borut Razem <borut.razem AT siol.net>
7751
7752         * src/SDCCutil.h, src/SDCCutil.c, src/SDCCglobl.h, src/SDCCmain.c, src/z80/main.c:
7753         fixed Z80 port - crt0.o: cannot open.
7754
7755 2003-06-19  Bernhard Held <bernhard AT bernhardheld.de>
7756
7757         * support/Util/MySystem.c (merge_command): revert bad fix
7758
7759 2003-06-18  Borut Razem <borut.razem AT siol.net>
7760
7761         * src/SDCC.lex, src/SDCCmain.c: fixed some warnings, introduced with changes made 15.06.1003
7762
7763 2003-06-18  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
7764
7765         * src/SDCCglobl.h, src/SDCCmain.c, doc/sdccman.lyx:
7766         option --use-stdout sends errors to stdout instead of stderr.
7767
7768 2003-06-18  Bernhard Held <bernhard AT bernhardheld.de>
7769
7770         * support/Util/MySystem.c (merge_command): quick fix for Linux segfault with \"cmd\" arg
7771
7772 2003-06-15  Borut Razem <borut.razem AT siol.net>
7773
7774         * support/cpp2/sdcc.h: HAVE_DOS_BASED_FILE_SYSTEM defined for _WIN32
7775         * src/SDCC.lex: cloneXxx and copyAndFreeXxx functions for options and optimize stack handling
7776         * src/SDCCglobl.h, src/SDCCmain.c, src/ds390/main.c, src/mcs51/main.c, src/z80/main.c:
7777         fixed width array of pointers replaced with sets;
7778         multiple include and lib paths ared transferred to preprocessor and linker
7779         * src/SDCCset.c, src/SDCCset.h: added function setFromSetNonRev() and mergeSets()
7780         * src/SDCCsymt.c: reimplemented function inCalleeSaveList() by using sets instead
7781         fixed width array of pointers
7782         * src/SDCCutil.c, src/SDCCutil.h: added functions fputStrSet(), appendStrSet(), joinStrSet();
7783         removed functions addToList(), join(), joinn(), pathCharsEquivalent(), pathCharTransform(),
7784         fixupPath(), getPathDifference()
7785         * src/ds390/gen.c, src/mcs51/gen.c: reimplemented function  inExcludeList() by using sets instead
7786         fixed width array of pointers
7787
7788 2003-06-11  Bernhard Held <bernhard AT bernhardheld.de>
7789
7790         * src/pic16/ralloc.c: fix warnings
7791         * src/pic16/pcode.c: fix warning
7792
7793 2003-06-10  Scott Dattalo  <scott AT dattalo.com>
7794
7795          Scott D. for Vangelis Rokas (vrokas AT otenet.gr). I (scott) don't
7796         know all the details, but essentially this set of changes enable
7797         the pic16 port to generate movff instructions and generate assembler
7798         directives,
7799         * src/SDCCmain.c:
7800         * src/pic16/gen.c:
7801         * src/pic16/glue.c:
7802         * src/pic16/pcode.c:
7803         * src/pic16/device.c:
7804         * src/pic16/main.c:
7805         * src/pic16/pcode.h:
7806         * src/pic16/pcoderegs.c:
7807         * src/pic16/ralloc.c:
7808         * src/pic16/ralloc.h:
7809
7810 2003-06-08  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
7811
7812         * support/Util/SDCCerr.c, src/SDCCglobl.h, src/SDCCmain.c, doc/sdccman.lyx:
7813         added option --vc, so sdcc errors and warnings are compatible with
7814         Microsoft Visual Studio.
7815
7816 2003-06-07  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
7817
7818         * device/lib/_atof.c, device/lib/Makefile.in, device/include/stdlib.h,
7819           device/lib/libfloat.lib: added atof function.
7820
7821 2003-06-04  Bernhard Held <bernhard AT bernhardheld.de>
7822
7823         * doc/sdccman.lyx: updated to Lyx 1.3
7824         * doc/cdbfileformat.lyx: updated to Lyx 1.3
7825         * doc/test_suite_spec.lyx: updated to Lyx 1.3
7826         * doc/Makefile: added fix for the \tabularnewline problem, thanks to Jesus
7827
7828 2003-06-03  Bernhard Held <bernhard AT bernhardheld.de>
7829
7830         * src/SDCCpeeph.c: separate peepRules2pCode() for pic16 by "Vangelis Rokas" <vrokas AT otenet.gr>
7831
7832 2003-06-02  Frieder Ferlemann <Frieder.Ferlemann AT web.de>
7833
7834         * doc/sdccman.lyx: cvs revision keywords, passing pdf information in latex preamble,
7835           additions to the "related tools/documentation" section
7836
7837 2003-06-02  Bernhard Held <bernhard AT bernhardheld.de>
7838
7839         * src/SDCCglue.c (tempfileandname): added check for missing TMP/TEMP/TMPDIR variable
7840
7841 2003-05-29  Bernhard Held <bernhard AT bernhardheld.de>
7842
7843         * src/pic/device.c: added 16F819, patch by "David I. Lehn" <dlehn AT vt.edu>
7844         * src/SDCCcse.c (algebraicOpts): fixed "c * 1"
7845
7846 2003-05-28  Bernhard Held <bernhard AT bernhardheld.de>
7847
7848         * doc/sdccman.lyx: fix double dash and other minor things
7849         * doc/Makefile: fix double dash
7850
7851 2003-05-28  Karl Bongers(patches from Martin Helmling)
7852         * debugger/mcs51/sdcdb.c,cmd.c,break.c and .h files. Martin adds
7853           condition and ignore commands.
7854
7855 2003-05-28  Frieder Ferlemann <Frieder.Ferlemann AT web.de>
7856
7857         * doc/sdccman.lyx: Changes all over, index improved, smaller margins. The manual
7858           is in parts still quite out of date, I did changes as far as I felt makes sense
7859           for a non-native english speaker.
7860           Please feel free to add to the manual or to correct my changes.
7861         * doc/Makefile: undid touching the date of intermediate tex files.
7862
7863 2003-05-26  Frieder Ferlemann <Frieder.Ferlemann AT web.de>
7864
7865         * doc/sdccman.lyx: Manual has an index now
7866
7867 2003-05-25  Bernhard Held <bernhard AT bernhardheld.de>
7868
7869         Finalize muluint/mulsint and mululong/mulslong merging:
7870         * device/lib/_mulint.c
7871         * device/lib/_mullong.c
7872         * device/lib/gbz80/mul.s
7873         * device/lib/gbz80/stubs.s
7874         * device/lib/z80/mul.s
7875         * device/lib/z80/stubs.s
7876         * src/SDCCsymt.c (initCSupport)
7877
7878 2003-05-25  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
7879
7880         * as/mcs51/lkaomf51.c: Address space 'z' was missing.
7881         * src/avr/avr.dsp, src/ds390/ds390.dsp, src/mcs51/mcs51.dsp,
7882           src/pic/pic.dsp, src/pic16/pic16.dsp, src/xa51/xa51.dsp,
7883           src/x80/z80.dsp: peep.rul is bigger now, so /Zm1000 is used
7884           instead of /Zm500.
7885
7886 2003-05-25  Frieder Ferlemann <Frieder.Ferlemann AT web.de>
7887
7888         * src/mcs51/peeph.def: added rules 244.x, 245.x. Although they pass
7889           the regression tests I'm not brave enough to enable 245.b, 245.c
7890         * doc/sdccman.lyx: added latex preamble for hyperref package.
7891           Using pdflatex this will give you a hyperlinked pdf file with
7892           bookmarks. (prepend '%' before /usepackage if this breaks something)
7893
7894 2003-05-24  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
7895
7896          * doc/sdccman.lyx: updated information about .adb files (fixed bug 742649)
7897
7898 2003-05-22  Bernhard Held <bernhard AT bernhardheld.de>
7899
7900         * src/pic16/pcode.c (pic16_get_op_from_instruction): fixed a gcc 3.x warning
7901
7902 2003-05-21    <johan AT balder>
7903
7904         * src/SDCCglue.c (printIval): fixed bug #739934
7905
7906 2003-05-19  Bernhard Held <bernhard AT bernhardheld.de>
7907
7908         Applied patch from bug 737905 (renamed yylineo to mylineno):
7909         * src/altlex.c
7910         * src/SDCCast.c
7911         * src/SDCglobl.h
7912         * src/SDCC.lex
7913         * src/SDCCsymt.c
7914         * src/SDCCval.c
7915         * src/pic16/pcode.c: Cleaned warnings
7916         * src/pic16/pcodeflow.c: Cleaned warnings
7917         * src/pic16/pcoderegs.c: Cleaned warnings
7918
7919 2003-05-19  Scott Dattalo  <scott AT dattalo.com>
7920
7921         * src/pic16/pcode.c: Cleaned warnings
7922         * src/pic16/pcodepeep.c: Cleaned warnings
7923         * src/pic16/ralloc.c: Cleaned warnings
7924
7925 2003-05-19  Bernhard Held <bernhard AT bernhardheld.de>
7926
7927         * doc/sdccman.lyx: fixed bug 739745
7928         * src/pic16/pcode.c (pic16_get_op): fixed warning on alpha
7929
7930 2003-05-18  Bernhard Held <bernhard AT bernhardheld.de>
7931
7932         * src/port.h: removed DEFAULT_PORT, it's not yet pic16 ;-)
7933         it can be defined with CFLAGS when running configure
7934         * src/SDCCmain.c: fixed compiling + linking with object files
7935
7936 2003-05-18  Vangelis Rokas (vrokas AT otenet.gr)
7937
7938         * configure.in: configure for pic16 port,
7939             added --disable-pic16-port
7940         * sdccconf_in.h: added macro OPT_DISABLE_PIC16
7941         * src/SDCCmain.c: linkOptions is changed to set *,
7942             added if/endif conditional macros to remove options help
7943             messages from optionsTable when a port is not configured, added
7944             support for the PIc16 port in the ports table, when executing
7945             the compiler with no port specified on command line, a default
7946             port is selected with the new macro DEFAULT_PORT which is
7947             defined in port.h, in setDefaultOptions() linkOptions is removed
7948             from initialization assignment, since now it is a set,
7949             parseCmdLine uses setParseWithComma for linkOptions, in
7950             linkEdit() linkOptions are accessed with new function indexSet()
7951             which returns the i'th item of a set variable. See SDCCset.c, in
7952             linkEdit() when calling buildCmdLine(), added linkOptions as
7953             last argument. Now users can pass arguments to gplink via the
7954             -Wl option, main() uses pic16glue() to glue up pic16 programs
7955         * src/SDCCpeeph.c: various changes to support pic16
7956         * src/SDCCset.c: added function  void *indexSet(set *, int)  to
7957             return the i'th item of the set
7958         * src/SDCCset.h: added function prototype for indexSet()
7959         * src/SDCCsymt.c: in checkSClass(), added support for PIC16
7960         * src/clean.mk: added pic16 in CLEANALLPORTS variable
7961         * src/port.h: added TARGET_ID_PIC16,TARGET_IS_PIC16 macro,
7962             added macro DEFAULT_PORT
7963         * src/pic/main.c: corrected arguments of gplnk in _linkCmd
7964         * src/pic16/gen.c: bug fix in genCpl(), now the correct code is
7965             generated
7966         * src/pic16/glue.c: commented out some error producing lines
7967         * src/pic16/main.c: __config directives are commented out to stop
7968             gpasm complaining and test the linkage with gplink, _linkCmd and
7969             _asmCmd changed to be more gplink and gpasm friendly
7970         * src/pic16/peeph.def: peep rule 3 is commented out, since it
7971             produced an error when parsed, peep rule 12 is added to utilize
7972             movff, but it is commented out since the pCode does not support
7973             yet a command with 2 address arguments
7974
7975 2003-05-18    <johan AT balder>
7976
7977         * src/ds390/gen.c (genArrayInit): removed obsolete and buggy ARRAYINIT
7978         * src/ds390/main.c (genArrayInit): removed obsolete and buggy ARRAYINIT
7979 2003-05-17  Karl Bongers(apply patches from Martin Helmling)
7980
7981         * debugger/mcs51/sdcdb.c,cmd.c,break.c and .h files.
7982   Added feature to script commands from file.
7983
7984 2003-05-14  Bernhard Held <bernhard AT bernhardheld.de>
7985
7986         * device/lib/_strtok.c: fixed bug #734355 by Lenny Story and Tim Woodall
7987         * src/SDCCutil.c: include ctype.h for win32
7988
7989 2003-05-13  Bernhard Held <bernhard AT bernhardheld.de>
7990
7991         * src/pic16/*: removed CR from many files, reported by Vangelis Rokas
7992
7993 2003-05-12  Karl Bongers(apply development patches from Martin Helmling)
7994
7995         * debugger/mcs51/sdcdb.c,simi.c,cmd.c,break.c and .h files.
7996   Fixed so you can set breakpoints prior to run, run does not stop
7997   on entry now.  Add tbreak.  Other enhancements and fixes for use
7998   with ddd.
7999
8000 2003-05-12  Borut Razem <borut.razem AT siol.net>
8001
8002         * src/SDCCmain.c: fixed the problem with searching the DATADIR as the last resort on *nix
8003
8004 2003-05-11  Borut Razem <borut.razem AT siol.net>
8005
8006         * src/SDCCutil.c: WIN32 version of getBinPath() calls GetModuleFileName() to determine
8007         the path of bin directory, so that PATH is the only env. variable, which has to be set
8008         in case of standard installation.
8009         * src/ds390/ds390.dsp: increased value of /Zm option to 1000
8010         * src/pic/main.c: add quotes to file name parameters for gplink and gpasm
8011         * src/SDCCglobl.h, src/SDCCmain.c, doc/sdccman.lyx: added --print-search-dirs command line option
8012
8013 2003-05-04  Bernhard Held <bernhard AT bernhardheld.de>
8014
8015         * src/SDCCmain.c (linkEdit): fixed buffer overflow for gbz80
8016         * support/regression/Makefile: inter-port-clean is no longer nesessary, the
8017         temp files are in the port dir; clean the gen/test directory when
8018         generating new test.c
8019         * support/regression/ports/host/spec.mk: defined OBJEXT for target clean
8020         * support/regression/tests/vaargs.c: fixed gcc 3.3 warning
8021         * support/regression/tests/zeropad.c: added
8022
8023 2003-05-09    <johan AT balder>
8024
8025         * src/SDCCglue.c: fixed bug #597940
8026
8027 2003-05-05  Karl Bongers(apply patches from Martin Helmling)
8028
8029         * debugger/mcs51/sdcdb.c,simi.c,cmd.c,symtab.c and .h files.
8030   cache sfr, optimize next,step, fix off by one sourceline,
8031   support ddd list function.
8032         * sim/ucsim/cmd.src/newcmd.cc - small fix for sdcdb use.
8033
8034 2003-05-04  Bernhard Held <bernhard AT bernhardheld.de>
8035
8036         * support/regression/HTMLgen.py: added compare_s2f()
8037         * support/regression/Makefile: redo 1.27
8038         * support/regression/generate-cases.py: redo 1.5
8039
8040 2003-04-30  Bernhard Held <bernhard AT bernhardheld.de>
8041
8042         * support/regression/tests/float.c: workaround 33 bit hex constant
8043         * support/regression/tests/simplefloat.c: fix division for host
8044
8045 2003-04-29  Scott Dattalo  <scott AT dattalo.com>
8046
8047         * src/pic/pcoderegs.c Applied patch from Jim Hawkridge <jim AT jimhawkridge.uk.eu.org>
8048         that tame's the PIC's over-aggressive optimizer.
8049
8050 2003-04-29  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
8051
8052          * src.dsw, link/z80/aslink.h, link/z80/linkz80.dsp: z80 linker
8053          support for MSVC.
8054
8055 2003-04-29  Kevin Vigor <kevin AT vigor.nu>
8056
8057         Initial support for DS80C400. "Hello world" runs on TINIm400
8058         (with polled I/O).
8059
8060 2003-04-28  Karl Bongers(apply patches for Martin Helmling)
8061
8062          * debugger/mcs51/sdcdb.c,simi.c,cmd.c,symtab.c and .h files.
8063          * Some notes on ddd usage added in debugger/README
8064          Martin Helmling adding more features and fixes for ddd GUI debugger.
8065          Code added for nexti, stepi, up, down, and other adjustments.
8066
8067 2003-04-28  Scott Dattalo  <scott AT DATTALO.COM>
8068
8069         * src/pic/pCodepeep.c non-wildcard asmops are now handled
8070         * src/pic/peeph.def Added two rules to optimize carry manipulation
8071         * src/pic/* removed debug printfs
8072
8073 2003-04-28  Bernhard Held <bernhard AT bernhardheld.de>
8074
8075         * debugger/mcs51/cmd.c: added header newalloc.h
8076
8077 2003-04-26  Bernhard Held <bernhard AT bernhardheld.de>
8078
8079         * as/Makefile: new EXEEXT
8080         * as/z80/Makefile: remove trailing slash of BUILDIR
8081         * as/z80/clean.mk: new EXEEXT
8082         * Makefile.common.in: add to CFLAGS (and others), don't replace it
8083         * support/cpp2/Makefile.in: new EXEEXT
8084         * src/pic/glue.c (pic14emitRegularMap): fixed warning
8085
8086 2003-04-24  Bernhard Held <bernhard AT bernhardheld.de>
8087
8088         Cygwin's gcc always appends .exe: 'gcc -o a a.c' creates a.exe;
8089         EXEEXT was introduced to fix all related problems with targets
8090         "clean", "install" and "uninstall"; a couple of further flaws
8091         especially with "clean" have been fixed too
8092         * as/mcs51/Makefile.in
8093         * as/mcs51/clean.mk
8094         * as/z80/Makefile
8095         * Makefile
8096         * clean.mk
8097         * debugger/mcs51/Makefile.in
8098         * debugger/mcs51/clean.mk
8099         * link/z80/Makefile
8100         * link/z80/Makefile.in
8101         * link/z80/clean.mk
8102         * link/Makefile
8103         * packihx/Makefile.in
8104         * packihx/clean.mk
8105         * sim/ucsim/Makefile
8106         * sim/ucsim/clean.mk
8107         * sim/ucsim/avr.src/Makefile.in
8108         * sim/ucsim/avr.src/clean.mk
8109         * sim/ucsim/s51.src/Makefile.in
8110         * sim/ucsim/s51.src/clean.mk
8111         * sim/ucsim/xa.src/Makefile.in
8112         * sim/ucsim/xa.src/clean.mk
8113         * sim/ucsim/z80.src/Makefile.in
8114         * sim/ucsim/z80.src/clean.mk
8115         * sim/ucsim/main_in.mk
8116         * sim/ucsim/packages_in.mk
8117         * sim/ucsim/gui.src/Makefile.in
8118         * sim/ucsim/gui.src/serio.src/Makefile.in
8119         * sim/ucsim/gui.src/serio.src/clean.mk
8120         * src/Makefile.in
8121         * src/clean.mk
8122         * support/cpp2/Makefile.in
8123         * support/cpp2/clean.mk
8124         * support/makebin/Makefile
8125         * support/makebin/clean.mk
8126         * support/scripts/sdcc_mingw32: --program-suffix no longer needed
8127         * doc/sdccman.lyx: --program-suffix no longer needed
8128
8129 2003-04-23  Karl Bongers(apply patches for Martin Helmling)
8130
8131          * debugger/mcs51/sdcdb.c,simi.c,cmd.c,..
8132          Martin Helmling added support for ddd GUI debugger.
8133          Code added to display assembly, set variables, and other commands
8134          to interface to ddd.
8135
8136 2003-04-23  Bernhard Held <bernhard AT bernhardheld.de>
8137
8138         * as/Makefile: fix target clean
8139         * as/clean.mk: fix target clean
8140         * as/z80/clean.mk: fix target clean
8141
8142 2003-04-22  Bernhard Held <bernhard AT bernhardheld.de>
8143
8144         * Makefile.common.in: added  AT EXEEXT AT
8145         * configure.in: removed all mingw32 stuff
8146         * configure: rebuilt from configure.in
8147         * doc/sdccman.lyx: updated section "installation"
8148         * support/scripts/sdcc_mingw32: adapted to configure
8149         * support/scripts/sdcc_cygwin_mingw32: added
8150
8151 2003-04-22  Scott Dattalo  <scott AT dattalo.com>
8152
8153         * src/pic Added object file support for the PIC port
8154         * src/pic Applied patch from Craig Franklin (this started the object file support)
8155         * src/regression Updated the PIC regression tests for object files
8156
8157 2003-04-20  Borut Razem <borut.razem AT siol.net>
8158
8159         * sdcc/as/mcs51/lklex.c: make getfid() more robust and fixed gcc warning:
8160           lklex.c: In function `getfid':
8161           lklex.c:203: warning: array subscript has type `char'
8162         * src/SDCCglobl.h: small change in stack handling macros, to avoid crash when compiled
8163           with MSVC with global optimization enabled (probably an cl compiler bug ;-)
8164         * support/Util/SDCCerr.c, support/Util/SDCCerr.h: added function fatal(), called from
8165           stack handling macros
8166
8167 2003-04-19  Borut Razem <borut.razem AT siol.net>
8168
8169         * "handling space characters in file path" task:
8170         * src/SDCCmacro.c: fixed bug in handlig quote at the end of line
8171         * support/Util/BuildCmd.c: define par as NULL if parameter value is invalid
8172         * support/Util/MySystem.h: make it self-sufficient
8173         * src/avr/main.c, src/ds390/main.c, src/mcs51/main.c, src/pic/main.c, src/xa51/main.c,
8174           src/z80/main.c, sdcc/as/mcs51/lklex.c:
8175           handling space characters in file path
8176         * src/SDCCmain.c: introduced setDataPaths() function, {datadir} macro
8177           (it will be used by assemblers, which have their own includes, e.g. gpasm)
8178         * support/Util/MySystem.c: handling space characters in executable's path
8179
8180 2003-04-19  Bernhard Held <bernhard AT bernhardheld.de>
8181
8182         * as/z80/Makefile: fix permanent rebuild of z80
8183         * sim/ucsim/gui.src/Makefile.in: target "install" builds the same packages as target "all"
8184         * support/regression/tests/bitfields.c: added Johan's bitfields.c
8185
8186 2003-04-18      Kevin Vigor <kevin AT vigor.nu>
8187
8188         * src/SDCCopt.c: add special case optimization to replace modulo by
8189           a power of two with a bitwise AND.
8190
8191 2003-04-18    <johan AT balder>
8192
8193         * src/mcs51/gen.c (getFreePtr): fixed bug #635354
8194
8195 2003-04-17    <johan AT balder>
8196
8197         * src/mcs51/ralloc.c (packRegsForAssign): fixed bug #716790 and removes lot's of redundant register usage around function calls
8198         * src/mcs51/ralloc.c (packRegisters): fixed bug #720667
8199
8200 2003-04-13  Borut Razem <borut.razem AT siol.net>
8201
8202         * doc/sdccman.lyx: updated info about #pragma SAVE/RESTORE nesting
8203         * configure.in, configure: fixed problems on cygwin/WinCVS environmet with ports.* line endings;
8204           fixed mingw problem in adl_NORMALIZE_PATH
8205
8206 2003-04-12  Borut Razem <borut.razem AT siol.net>
8207
8208         * fixed "#pragma SAVE/RESTORE can not be nested":
8209         * src/SDCC.lex: reworked pragma handling functions
8210         * sdcc/src/SDCCglobl.h: reworked stack handling macros
8211         * support/Util/SDCCerr.c, support/Util/SDCCerr.h: added E_STACK_VIOLATION error
8212
8213 2003-04-12  Bernhard Held <bernhard AT bernhardheld.de>
8214
8215         * src/SDCCutil.c (pathEquivalent): defined but not used
8216         * debugger/mcs51/sdcdb.c: replace SDCC_LIB_DIR
8217         * configure.in: remove sdcc_datadir, sdcc_lib_dir and sdcc_include_dir
8218         * configure: rebuilt from configure.in
8219         * sdccconf_in.h: remove SDCC_LIB_DIR and SDCC_INCLUDE_DIR
8220         * sdcc_vc_in.h: remove SDCC_LIB_DIR and SDCC_INCLUDE_DIR
8221         * device/include/Makefile.in: replace sdcc_datadir
8222         * device/lib/Makefile.in: replace sdcc_datadir
8223         * Makefile.common.in: add LDFLAGS from configure
8224         * packihx/Makefile.in: use LDFLAGS
8225         * src/Makefile.in: use LDFLAGS
8226         * support/cpp2/Makefile.in: add LDFLAGS from configure
8227         * support/makebin/Makefile: use LDFLAGS
8228         * .version: bumped version number to 2.3.5
8229
8230 2003-04-12  Borut Razem <borut.razem AT siol.net>
8231
8232         * completed "different paths" task:
8233         * src/SDCCmacro.c: fixed bug in handling quotes
8234         * src/SDCCutil.c, src/SDCCutil.c: rewritten getPrefixFromBinPath()
8235         * src/SDCCmain.c: _discoverPaths() replaced with setBinPaths(), setIncludePath() and setLibPath()
8236
8237 2003-04-12  Bernhard Held <bernhard AT bernhardheld.de>
8238
8239         * src/pic/pcoderegs.c (Remove1pcode): fix warning on alpha
8240
8241 2003-04-11 kevin Vigor <kevin AT vigor.nu>
8242
8243         * ds390/gen.c ds390/peeph.def: fix bug 706781
8244
8245 2003-04-11  Borut Razem <borut.razem AT siol.net>
8246
8247         * support/Util/dbuf.c, support/Util/dbuf.h: update to version 1.1.1 - re-added C++ stuff to make it still more portable
8248
8249 2003-04-10  Scott Dattalo  <scott AT dattalo.com>
8250
8251         * src/pic/* Applied the pointer-to-function patch from Steve Tell.
8252         * src/pic/* Fixed several pointer bugs. (PIC port broke when the ruonly bit was
8253          set - this bit used to not be set...).
8254         * src/pic/gen.c Fixed buf 609268 ==> x = (x+1) & 0xf; generated
8255           bad code in PIC Port
8256         * src/regression/and2.c added to test bug 609268
8257         * src/regression/Makefile added and2.c to regression test
8258
8259
8260 2003-04-08    <johan AT CP255758-A>
8261
8262         * src/mcs51/gen.c (gen51Code): display reg usage in --icode-in-asm
8263         * src/mcs51/ralloc.c (serialRegAssign): update the registers in use and save some slocs
8264         * src/SDCCicode.h: added riu to show the register usage in --icode-in-asm
8265
8266 2003-04-07  Bernhard Held <bernhard AT bernhardheld.de>
8267
8268         * configure.in: fully support prefix, exec_prefix, datadir, docdir;
8269         fix bug #487815
8270         * support/cpp2/Makefile.in: fix bug #487815
8271         * configure: rebuilt from configure.in
8272         * Makefile.common.in: docdir changed, new path suffixes
8273         * sdccconf_in.h: new RETSIGTYPE, and other PATHs
8274         * sdcc_vc_in.h: reflect changes from sdccconf.h
8275         * src/SDCCglobl.h: remove *SEPARATOR_CHARS, they are now in sdccconf.h
8276         * src/SDCCutil.h: remove BINDIR hack
8277         * doc/sdccman.lyx: update new path hierarchy
8278
8279 2003-04-06    Paul Stoffregen <paul AT pjrc.com>
8280
8281         * src/SDCCpeeph.c: added okToRemoveSLOC test
8282
8283 2003-04-06    Paul Stoffregen <paul AT pjrc.com>
8284
8285         * device/lib/printf_fast.c: added leading zero format ("%06d", etc)
8286
8287 2003-04-06    Paul Stoffregen <paul AT pjrc.com>
8288
8289         * src/SDCCpeeph.c: added labelIsReturnOnly test
8290         * src/mcs51/peeph.def: Peephole 244: replace ljmp to ret with ret
8291
8292 2003-04-05    <johan AT balder>
8293
8294         * src/SDCCcse.c (cseAllBlocks): fixed bug #460088
8295         * src/SDCCloop.c (DEFSETFUNC): fixed bug #460088
8296         * src/SDCCopt.c (eBBlockFromiCode): fixed bug #460088
8297         * src/SDCCast.c: fixed a warning
8298         * src/SDCCast.h: fixed a warning
8299         * src/SDCCicode.c (operandFromAst): fixed a warning
8300
8301 2003-04-04    <johan AT balder>
8302
8303         * src/SDCCloop.c (DEFSETFUNC): undid the fix for bug #519584
8304         * src/SDCCast.c (decorateType): fixed bug #715076
8305         * src/SDCC.y: fixed bug #702907
8306
8307 2003-04-03    <johan AT balder>
8308
8309         * device/lib/_mulint.c (_muluint): new #pragma LESS_PEDANTIC
8310         * src/SDCCopt.c (eBBlockFromiCode): new #pragma LESS_PEDANTIC
8311         * src/SDCCglobl.h (PRAGMA_LESSPEDANTIC): new #pragma LESS_PEDANTIC
8312         * src/SDCC.lex (doPragma): new #pragma LESS_PEDANTIC
8313         * src/SDCCmain.c (parseCmdLine): new #pragma LESS_PEDANTIC
8314
8315 2003-04-03  Bernhard Held <bernhard AT bernhardheld.de>
8316
8317         * _decdptr.c: fix return values
8318         * _gptrget.c: fix return values
8319         * _gptrgetc.c: fix return values
8320         * _gptrput.c: fix return values
8321         * _mulint.c: fix return values
8322         * as/z80/Makefile: fix 'make -j' problem
8323
8324 2003-04-02  Bernhard Held <bernhard AT bernhardheld.de>
8325
8326         * Makefile.common.in: unused PORT, SCC and SAS removed, fixed docdir
8327         * configure.in: big cleanup, updated to autoconf 2.5x
8328         * configure: rebuilt from configure.in
8329         * sdccconf_in.h: new RETSIGTYPE, and other PATHs
8330         * sdcc_vc_in.h: reflect changes from sdccconf.h
8331         * doc/Makefile: fixed a flaw in "make install"
8332
8333 2003-04-02    <johan AT balder>
8334
8335         * src/ds390/gen.c (genCmp): no comments
8336         * src/mcs51/gen.c (genCmp): no comments
8337         * src/SDCCopt.c (eBBlockFromiCode): detect missing return values
8338         * src/SDCCast.c (ast_print): fixed the function type in --dumptree
8339
8340 2003-04-01  Bernhard Held <bernhard AT bernhardheld.de>
8341
8342         * support/regression/generate-cases.py: place generated file in given sub directory
8343         * support/regression/ports/host/spec.mk: prevent removal of testfwk.o
8344         * support/regression/Makefile: improvements for 'make -j';
8345         side effect: it's simpler and faster now
8346
8347 2003-03-31  Borut Razem <borut.razem AT siol.net>
8348
8349         * src/z80/main.c: link-{port} and as-{port} defined without path
8350         * src/src.dsp: support/Util/MySystem.h and src/SDCCutil.h added to project
8351
8352 2003-03-31  Bernhard Held <bernhard AT bernhardheld.de>
8353
8354         * Makefile, src/Makefile.in: add dependencies, so that 'make -j' works
8355
8356 2003-03-30  Borut Razem <borut.razem AT siol.net>
8357
8358         * support/Util/BuildCmd.c, support/Util/BuildCmd.h: rewrite buildCmdLine(),
8359           changed type of list parameter to set
8360         * src/ds390/main.c: changed type of parameter asmOptions to set in _tininative_do_assemble()
8361         * src/port.h: changed type of do_assemble() parameter to set
8362         * src/SDCCmain.c: type of asmOptions changed to set, introduced setParseWithComma(),
8363           sdcpp defined without path, removed variable VersionString, introduced set binPathSet,
8364           definition of "cppoutfilename" macro with NULL value in preProcess()
8365         * src/SDCCglobl.h: included "SDCCset.h", added declaration of setParseWithComma()
8366         * src/SDCCglue.c: removed variable VersionString, inroduced spacesToUnderscores()
8367         * support/Util/MySystem.c, support/Util/MySystem.h: rewrite, char *ExePathList[]
8368           replaced with set *binPathSet
8369         * shash_add() deallocates the item, if allready exsists, before adding the new one
8370         * src/SDCCmacro.c: handling macros with empty or NULL values in _evalMacros()
8371
8372 2003-03-30  Scott Dattalo  <scott AT dattalo.com>
8373
8374         * src/pic/gen.c: Commit patch from Steve Tell <tell AT telltronics.org> that fixes
8375           a nested for loop bug in the PIC port
8376         * src/regression/nestfor.c: new regression test file Steve wrote to test nested
8377           for loops
8378
8379 2003-03-29  Bernhard Held <bernhard AT bernhardheld.de>
8380
8381         * support/Util/dbuf.h: remove C++ stuff to make it portable
8382
8383 2003-03-28  Borut Razem <borut.razem AT siol.net>
8384
8385         * src/SDCC.lex: Fix for bug #711240: dynamic buffer handling of C
8386           literal strings in stringLiteral()
8387         * support/Util/dbuf.c, support/Util/dbuf.h: added: dynamic buffer handling
8388         * src/Makefile.bcc, src/Makefile.in, src\src.dsp: added support/Util/dbuf.c
8389           to the project
8390
8391 2003-03-27  Paul Stoffregen <paul AT pjrc.com>
8392
8393         * src/SDCCpeeph.c (pcDistance): accurate byte distance for mcs51
8394
8395 2003-03-26    <johan AT balder>
8396
8397         * src/mcs51/gen.c (saveRegisters): catched symbol abuse
8398         * src/ds390/gen.c (saveRegisters): catched symbol abuse
8399         * src/SDCCast.c (decorateType): fixed " -v < 3"
8400
8401 2003-03-23  Bernhard Held <bernhard AT bernhardheld.de>
8402
8403         * doc/cdbfile.html: removed, replaced by cdbfileformat.lyx
8404         Added Lenny Story's debug infrastructure changes:
8405         * src/Makefile.in:  added new files cdbFile.c and SDCCdebug.c
8406         * src/Makefile.bcc: added new files cdbFile.c and SDCCdebug.c
8407         * src/cdbFile.c: added
8408         * src/SDCCdebug.c: added
8409         * src/SDCCdebug.h: added
8410         * src/SDCCast.c (createFunction)
8411         * src/SDCCglue.c (emitRegularMap, emitStaticSeg, emitOverlay, glue)
8412         * src/SDCCmain.c (parseCmdLine, main)
8413         * src/SDCCmem.c (redoStackOffsets)
8414         * src/SDCCsymt.c (cdbStructBlock, cdbTypeInfo, cdbSymbol, cdbStruct, cdbStructBlock)
8415         * src/SDCCsymt.h
8416         * src/common.h
8417         * src/avr/gen.c (genAVRCode)
8418         * src/ds390/gen.c (gen390Code)
8419         * src/mcs51/gen.c (gen51Code)
8420         * src/pic/gen.c (genpic14Code)
8421         * src/pic/glue.c (pic14emitRegularMap, pic14emitStaticSeg, pic14emitOverlay, picglue)
8422         * src/xa51/gen.c (genXA51Code)
8423         * src/SDCCast.c: fixed "void foo(void){char c; -c < 0;}"
8424
8425 2003-03-22  Frieder Ferlemann <Frieder.Ferlemann AT web.de>
8426
8427         * src/mcs51/gen.c (genCodePointerGet): quicker code for bug #700797
8428         * src/mcs51/peeph.def: added rules 177, 241.x to 243, touched 181, 182.x, 193.x
8429
8430 2003-03-22    <johan AT balder>
8431
8432         * src/SDCCicode.c (geniCodeDerefPtr): fixed bug #698231
8433
8434 2003-03-21  Bernhard Held <bernhard AT bernhardheld.de>
8435
8436         * support/scripts/sdcc_mingw32: adapted to configure from autoconf 2.54
8437         * doc/cdbfileformat.lyx: added, written by Lenny Story
8438         * doc/Makefile: added cdbfileformat.lyx
8439         * doc/clean.mk: added cdbfileformat.lyx
8440
8441 2003-03-20  Bernhard Held <bernhard AT bernhardheld.de>
8442
8443         * src/mcs51/peeph.def: fix bug #705773
8444
8445 2003-03-20    <johan AT balder>
8446
8447         An sfr/sbit can have an "at #" AND an initializer
8448         * src/SDCCsymt.c (checkSClass):
8449         * src/SDCCmem.c (allocGlobal):
8450         * src/SDCCmem.c (allocLocal):
8451         * src/SDCCast.c (createBlock):
8452
8453 2003-03-17  Bernhard Held <bernhard AT bernhardheld.de>
8454
8455         * src/ds390/peeph.def: fix bug #704878: added rule 213.b suggested by Jan Rejlek
8456
8457 2003-03-16    <johan AT balder>
8458
8459         Undid the hackup of const and volatile, the problem is much bigger
8460         * src/SDCC.y:1.65
8461         * src/SDCCast.c:1.171
8462         * src/SDCCglue.c:1.138
8463         * src/SDCCicode.c:1.146
8464         * src/SDCCsymt.c:1.150
8465         * src/SDCCval.c:1.65
8466
8467 2003-03-15  Bernhard Held <bernhard AT bernhardheld.de>
8468
8469         * src/mcs51/ralloc.c (packRegsForAssign): fixed bug #703541
8470         * src/ds390/gen.c (genAddrOf): fixed bug #704087
8471
8472 2003-03-13    <johan AT balder>
8473
8474         Hackup const and volatile modifiers in type chains a bit:
8475         * src/SDCC.y:1.63
8476         * src/SDCCast.c:1.169
8477         * src/SDCCglue.c:1.136
8478         * src/SDCCicode.c:1.143
8479         * src/SDCCsymt.c1.146
8480         * src/SDCCsymt.h1.59
8481         * src/SDCCval.c:1.63
8482
8483 2003-03-12    <johan AT balder>
8484
8485         * src/SDCCBBlock.h: more LRH debugging junk
8486         * src/SDCCcflow.h: more LRH debugging junk
8487         * src/SDCCloop.c: more LRH debugging junk
8488         * src/SDCC.y (struct_declaration): fixed bug #697590
8489         * src/SDCCsymt.[hc] (cloneSpec): NEVER EVER use this again
8490         * src/ds390/gen.c (aopForRemat): fixed bug #700031
8491         * src/SDCCglue.c (emitStaticSeg): fixed bug #700797
8492
8493 2003-03-11 Kevin Vigor <kevin AT vigor.nu>
8494         * src/SDCCpeeph.c: quit being lazy and made proper fix (peephole
8495         test function names must now match exactly).
8496         * src/SDCCcse.c: added special case in findCheaperOp to allow
8497         extending a short integer. Makes less awful code for bug 700121 test case.
8498
8499 2003-03-11  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
8500
8501         * as/mcs51/lkmain.c: Added ASlink-Warning to messages
8502         * as/mcs51/lkaomf51.c: Fixed bug when linking asmblink example
8503
8504 2003-03-11 Kevin Vigor <kevin AT vigor.nu>
8505
8506         * src/SDCCpeeph.c: fix so that operandsNotEqualX functions are
8507         actually called (operandsNotEqual() was called for all
8508         operandsNotEqualX tests).
8509
8510 2003-03-11 Kevin Vigor <kevin AT vigor.nu>
8511
8512         * src/SDCCcse.c: fix findCheaperOp to prevent replacing int types
8513         with shorter literals. Fixes bug 700121.
8514
8515 2003-03-11    <johan AT balder>
8516
8517         * src/SDCCsymt.c (compareType): a (void *) can be assigned to any pointer
8518
8519 2003-03-11  Bernhard Held <bernhard AT bernhardheld.de>
8520
8521         * src/SDCCloop.c (mergeRegions): an evil beast is dead
8522         * src/SDCCmain.c (preProcess): minor cleanup: eliminate preOutName
8523
8524 2003-03-10  Borut Razem <borut.razem AT siol.net>
8525
8526         * src/SDCCmain.c: pipe preprocessor's output
8527         * support/Util/MySystem.c, support/Util/MySystem.h: added my_popen()
8528         * sdcc_vc_in.h: define pclose as _pclose for WIN32
8529         * src/SDCCglue.c, src/SDCCglue.h: added set pipeSet, added function closePipes,
8530         which closes all pipes in pipeSet set
8531         * src/SDCCset.c: free deleted item in function deleteSetItem()
8532         * src/src.dsp, src/z80/z80.dsp: files support/Util/BuildCmd.c and support/Util/MySystem.c
8533         moved from z80 to src subproject
8534         * .version: increased version number to 2.3.4
8535
8536 2003-03-10  Bernhard Held <bernhard AT bernhardheld.de>
8537
8538         * support/regression/ports/mcs51/spec.mk: increase timeout for CF's sparc to 30s
8539         * support/regression/ports/ds390/spec.mk: increase timeout for CF's sparc to 25s
8540         * support/regression/ports/xa51/spec.mk: fix typo
8541
8542 2003-03-09  Bernhard Held <bernhard AT bernhardheld.de>
8543
8544         * src/SDCCglobl.h: PATH_MAX is already defined in mingw32 headers
8545
8546 2003-03-09  Borut Razem <borut.razem AT siol.net>
8547
8548         * src/SDCCmain.c: pipe preprocessor's output
8549         * support/Util/MySystem.c, support/Util/MySystem.h: added my_popen()
8550         * sdcc_vc_in.h: define pclose as _pclose for WIN32
8551         * src/SDCCglue.c, src/SDCCglue.h: added set pipeSet, added function closePipes,
8552         which closes all pipes in pipeSet set
8553         * src/SDCCset.c: free deleted item in function deleteSetItem()
8554         * src/src.dsp, src/z80/z80.dsp: files support/Util/BuildCmd.c and support/Util/MySystem.c
8555         moved from z80 to src subproject
8556
8557 2003-03-09  Borut Razem <borut.razem AT siol.net>
8558
8559         * src/SDCCglue.c: re-implemented tempfilename() and tempfile(): using mkstemp() if available
8560         * src/SDCCsymt.h: fixed MSVC and BORLANDC compilation (included SDCCglobl.h instead srccconf.h)
8561         * sdcc_vc_in.h: explicitly undefined HAVE_MKSTEMP which is not available on BORLANDC and MSVC
8562         * src/SDCCset.h: removed inclusion of sdccconf.h or sdcc_vc.h
8563         * src/SDCCglobl.h: unification of WIN32 native definitions
8564
8565 2003-03-09  Frieder Ferlemann <Frieder.Ferlemann AT web.de>
8566
8567         * src/mcs51/gen.c: applied in-/dec patch mentioned on sdcc-devel 2003-03-01
8568
8569 2003-03-08  Bernhard Held <bernhard AT bernhardheld.de>
8570
8571         * src/configure.in:   check for endianess (even while cross-compiling)
8572         * src/configure:      check for endianess (even while cross-compiling)
8573         * src/configure_in.h: check for endianess (even while cross-compiling)
8574         * src/avr/gen.c:        remove old endianess stuff
8575         * src/mcs51/gen.c:      remove old endianess stuff
8576         * src/ds390/gen.c:      remove old endianess stuff
8577         * src/pic/gen.c:        remove old endianess stuff
8578         * src/pic/genarith.c:   remove old endianess stuff
8579         * src/pic/glue.c:       fix endianess check
8580         * src/pic16/gen.c:      remove old endianess stuff
8581         * src/pic16/genarith.c: remove old endianess stuff
8582         * src/pic16/glue.c:     fix endianess check
8583         * src/xa51/gen.c:       remove old endianess stuff
8584         * src/z80/gen.c:        fix endianess check
8585         * src/SDCCglue.c:       fix endianess check
8586         * src/ds390/peeph.def: fix bug 700036
8587
8588 2003-03-08  Bernhard Held <bernhard AT bernhardheld.de>
8589
8590         * src/SDCCsymt.h: use appropriate data-types on host for SDCC's int and long
8591         * src/configure: find appropriate data-types on host for SDCC's int and long
8592         * src/configure.in: find appropriate data-types on host for SDCC's int and long
8593         * src/sdccconf_in.h: find appropriate data-types on host for SDCC's int and long
8594         * src/xa51/gen.c: use %d, not %ld for 4 byte variables
8595
8596 2003-03-07    <johan AT balder>
8597
8598         Just a big NOOP:
8599                 some minor cleanups before the big shot
8600                 OP_DEFS and OP_USES now use Kevin's protection
8601                 new option --nolabelopt
8602
8603         * src/SDCCBBlock.c:
8604         * src/SDCCast.c,:
8605         * src/SDCCcflow.c:
8606         * src/SDCCcse.c:
8607         * src/SDCCicode.c:
8608         * src/SDCCicode.h:
8609         * src/SDCClabel.c:
8610         * src/SDCCloop.c:
8611         * src/SDCCmain.c:
8612         * src/ds390/ralloc.c:
8613         * src/mcs51/ralloc.c:
8614         * src/pic/ralloc.c:
8615         * src/xa51/ralloc.c:
8616         * src/z80/ralloc.c:
8617
8618 2003-03-06  Bernhard Held <bernhard AT bernhardheld.de>
8619
8620         * src/pic/pcode.c (get_op): fix 64 bit warnings
8621         * src/pic/pcode.c (pCode2str): fix 64 bit warnings
8622         * src/SDCChasht.c (newHashTable): fix 64 bit warnings
8623         * src/SDCCsymt.c (checkTypeSanity): fix 64 bit warnings
8624         * support/regression/tests/malloc.c: fix 64 bit warnings
8625
8626 2003-03-04  Bernhard Held <bernhard AT bernhardheld.de>
8627
8628         * src/mcs51/gen.c (genMinus): fixed bug 696436
8629
8630 2003-03-02  Borut Razem <borut.razem AT siol.net>
8631
8632         * src/SDCCmain.c: added BORLANDC, corrected MSVC in printVersionInfo()
8633
8634 2003-02-26  Bernhard Held <bernhard AT bernhardheld.de>
8635
8636         * configure.in: test for mkstemp
8637         * sdccconf_in.h: add HAVE_MKSTEMP
8638
8639 2003-02-24  Bernhard Held <bernhard AT bernhardheld.de>
8640
8641         * device/include/ctype.h: removed warning while using --stack-auto
8642         * device/include/malloc.h: removed warning while using --stack-auto
8643         * device/include/string.h: removed warning while using --stack-auto
8644
8645 2003-02-23  Borut Razem <borut.razem AT siol.net>
8646
8647         * src/asm.h: corrected assertion in function printILine(): _pipe() was not executed on MSVC,
8648         because NDEBUG is defined (see man assert)
8649         * sdcc_vc_in.h: vsnprintf is defined as _vsnprintf on MSVC
8650
8651 2003-02-23  Frieder Ferlemann <Frieder.Ferlemann AT web.de>
8652
8653         * src/mcs51/gen.c (genUminusFloat): avoided dptr in-/decrement for xdata variables
8654         * src/mcs51/peeph.def: added rule suggested by Gernot Fink, white space/comment changes
8655
8656 2003-02-18  Frieder Ferlemann <Frieder.Ferlemann AT web.de>
8657
8658         * src/SDCCpeeph.c: added peephole conditions testing for same arguments
8659         * src/mcs51/peeph.def: added rules 238a-d which remove redundant moves
8660
8661 2003-02-18    <johan AT balder>
8662
8663         * as/mcs51/asmain.c (asmbl): module can start with a digit
8664         * as/z80/asmain.c (asmbl): module can start with a digit
8665
8666 2003-02-16  Bernhard Held <bernhard AT bernhardheld.de>
8667
8668         * sim/ucsim/mkecho: inserted #!/bin/sh for Cygwin, so that it's executable
8669         * src/asm.c: fix pipe() for Mingw32
8670
8671 2003-02-15  Bernhard Held <bernhard AT bernhardheld.de>
8672
8673         * src/SDCCglue.h: make tmpfileNameSet available for preOutName
8674         * src/SDCCmain.c (preProcess): make sure, that preOutName will be deleted;
8675         make -V work again; --c1mode reads now from stdin
8676         * doc/sdccman.lyx: added --c1mode
8677         * support/Util/SDCCerr.c: new messages for c1 mode
8678         * support/Util/SDCCerr.h: new messages for c1 mode
8679         * src/SDCC.lex (checkCurrFile): test if fullSrcFileName is NULL for c1mode
8680
8681 2003-02-15    <johan AT balder>
8682
8683         * src/asm.c: new options: --no-c-code-in-asm and --i-code-in-asm
8684
8685 2003-02-14  Bernhard Held <bernhard AT bernhardheld.de>
8686
8687         * doc/sdccman.lyx: Environment variables, -o and other minor things
8688
8689 2003-02-14    <johan AT balder>
8690
8691         * src/xa51/main.c: before anyone really tries to use it :)
8692
8693         * Install doc's in share/sdcc/doc
8694         * removed some obsolete files
8695         * Do a proper make distclean and uninstall
8696         M Makefile.common.in
8697         R sdccbuild.sh
8698         M as/Makefile
8699         M device/include/Makefile.in
8700         M device/lib/Makefile.in
8701         M doc/sdccman.lyx
8702         M link/Makefile
8703         M sim/ucsim/doc/Makefile.in
8704         M src/clean.mk
8705         R src/avr/peeph.rul
8706         R src/xa51/peeph.rul
8707         M support/cpp2/Makefile.in
8708         M support/makebin/Makefile
8709
8710
8711 2003-02-13  Bernhard Held <bernhard AT bernhardheld.de>
8712
8713         * support/regression/ports/host/spec.mk: use cc as host compiler for max osx
8714
8715 2003-02-10  Borut Razem <borut.razem AT siol.net>
8716
8717         * doc/bccinst.txt, packihx/packihx.c, sdcc_vc_in.h, src/SDCCset.h,
8718         support/cpp2/config.in: Borland C++ build doesn't depend on Cygwin configure
8719         * Bcc.ini, Makefile.bcc, as/mcs51/Makefile.bcc,
8720         device/examples/ds390/tinitalk/Makefile.bcc, packihx/Makefile.bcc,
8721         support/cpp2/Makefile.bcc, src/Makefile.bcc, src/avr/Makefile.bcc,
8722         src/ds390/Makefile.bcc, src/izt/Makefile.bcc, src/mcs51/Makefile.bcc,
8723         src/pic/Makefile.bcc, src/pic16/Makefile.bcc, src/xa15/Makefile.bcc,
8724         src/z80/Makefile.bcc: Borland Makefile cleanup
8725         * as/z80/Makefile.bcc: Added Borland Makefile
8726         * support/cpp2/borland.h: Removed
8727
8728 2003-02-10  Bernhard Held <bernhard AT bernhardheld.de>
8729
8730         * doc/sdccman.lyx: new pragma NOIV by "Johannes Stezenbach" <js AT convergence.de>
8731         * src/SDCC.lex: new pragma NOIV
8732         * src/SDCCglobl.h: new pragma NOIV
8733         * src/SDCCmem.c: new pragma NOIV
8734
8735 2003-02-09  Bernhard Held <bernhard AT bernhardheld.de>
8736
8737         * src/SDCCmain.c: signal handling is switched off by SDCC_LEAVE_SIGNALS
8738
8739 2003-02-09  Bernhard Held <bernhard AT bernhardheld.de>
8740
8741         * src/SDCCmain.c: signal handling is switched off by --debug
8742         * doc/Makefile: small fix for install; use clean.mk again
8743         * doc/clean.mk: clean *.pdf and *.html too
8744
8745 2003-02-08  Bernhard Held <bernhard AT bernhardheld.de>
8746
8747         * device/lib/_mulint.c: small fix for large/ds390 --int-long-reent resp. --stack-auto
8748         * device/lib/printfl.c: fix a ds390 bug by making it portable
8749         * src/SDCCsymt.c (initCSupport): fix compile warning on Cygwin
8750         * src/SDCCopt.c (cnvToFloatCast): fix compile warning on Cygwin
8751         * src/SDCCopt.c (cnvFromFloatCast): fix compile warning on Cygwin
8752         * debugger/mcs51/cmd.c: converted multi-line string literals
8753         * sim/ucsim/globals.cc: converted multi-line string literals
8754         * src/SDCCmain.c: introduced signal handler to remove temp files
8755         * doc/Makefile: small tweaks, implement clean
8756         * doc: removed generated files
8757
8758 2003-02-05  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
8759
8760         * as/mcs51/aslink.h, as/mcs51/lkihx.c, as/mcs51/lkrloc.c:  Applied
8761         patch from Jan Rejlek <jr AT apex-lib.cz> to fix Bug 677692: "Extended
8762         Address Record is not correctly generated for DS390."
8763
8764 2003-02-02  Borut Razem <borut.razem AT siol.net>
8765
8766         * Makefile.bcc: removed non existing cpp project and non compilable izt project from makefile
8767         * as/mcs51/asm.h: fixed compilation with Borland C
8768         * support/cpp2/Makefile.bcc: added rule to generate auto-host.h
8769         * support/cpp2/auto-host_vc_in.h: fixed compilation with Borland C
8770         * src/mcs51/mcs51a.dsp: corrected misspelled project name from msc51a to mcs51a
8771         * src/avr/Makefile.bcc, src/ds390/Makefile.bcc, src/izt/Makefile.bcc,
8772         src/mcs51/Makefile.bcc, src/pic16/Makefile.bcc, src/xa51/Makefile.bcc,
8773         src/z80/Makefile.bcc: delete $(LIB) only if exist
8774         * src/Makefile.bcc, src/pic/Makefile.bcc:  fixed compilation with Borland C
8775
8776 2003-02-02  Bernhard Held <bernhard AT bernhardheld.de>
8777
8778         * device/include/malloc.h: introduced NULL
8779         * device/include/string.h: introduced NULL
8780         * device/include/stdlib.h: introduced NULL
8781         * device/lib/_memcpy.c: removed NULL
8782         * device/lib/_strcat.c: removed NULL
8783         * device/lib/_strchr.c: removed NULL
8784         * device/lib/_strcmp.c: removed NULL
8785         * device/lib/_strcpy.c: removed NULL
8786         * device/lib/_strcspn.c: removed NULL
8787         * device/lib/_strlen.c: removed NULL
8788         * device/lib/_strncat.c: removed NULL
8789         * device/lib/_strncmp.c: removed NULL
8790         * device/lib/_strncpy.c: removed NULL
8791         * device/lib/_strpbrk.c: removed NULL
8792         * device/lib/_strrchr.c: removed NULL
8793         * device/lib/_strspn.c: removed NULL
8794         * device/lib/_strstr.c: removed NULL
8795         * device/lib/_strtok.c: removed NULL
8796         * device/lib/malloc.c: removed NULL, include own header
8797
8798 2003-02-02    <johan AT balder>
8799
8800         * 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
8801         * support/regression/fwk/lib/testfwk.c: div and mod isn't broken anymore
8802         * regressions ds390/spec.mk and mcs51/spec.mk (timeout): my good old balder isn't fast enough for some tests
8803         * src/z80/gen.c (genZ80Code): added c-lines in asm comments
8804         * as/z80/asm.h (NINPUT): increased for long c-comments in regression tests
8805         * src/z80/gen.c (genRightShiftLiteral): fixed the (char)(-3)>>8 (I think)
8806
8807 2003-02-01  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
8808
8809         * src/SDCCmain.c: Fixed bug 678574: "ds390: ASlink-Error-Stack overlaps
8810         area 'DATA'"
8811
8812 2003-02-01    <johan AT balder>
8813
8814         * src/SDCCval.c (valBitwise): fixed Karl's "2 | (1<<8)"
8815
8816 2003-01-31    <johan AT CP255758-A>
8817
8818         * src/ds390/main.c (_ds390_genAssemblerPreamble): applied Jan Rejlek's >64K startup patch
8819
8820 2003-01-30    <johan AT balder>
8821
8822         * src/SDCCBBlock.c: automatic bug detection
8823         * src/SDCCicode.c: automatic bug detection
8824
8825 2003-01-29  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
8826
8827         * src/SDCCglobl.h:   now --xram-size 0 works
8828         * src/SDCCmain.c:    now --xram-size 0 works
8829
8830 2003-01-29    <johan AT balder>
8831
8832         * src/almosteverything: changed OP_DEFS and OP_USES from macros to functions to catch symbol abuse (a hot topic in the bug list :)
8833
8834 2003-01-29  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
8835
8836         * as/mcs51/aslink.h: Added options --xram-size and --code-size
8837         * as/mcs51/lkdata.c: Added options --xram-size and --code-size
8838         * as/mcs51/lkmain.c: Added options --xram-size and --code-size
8839         * as/mcs51/lkmem.c:  Added options --xram-size and --code-size
8840         * src/SDCCglobl.h:   Added options --xram-size and --code-size
8841         * src/SDCCmain.c:    Added options --xram-size and --code-size
8842
8843 2003-01-28  Bernhard Held <bernhard AT bernhardheld.de>
8844
8845         * src/ds390/gen.c: fix deps by replacing <common.h> with "common.h"
8846         * src/SDCC.lex: rename P_OVERLAY to P_OVERLAY_ for cross-gcc 3.2 MINGW32
8847
8848 2003-01-27    <johan AT balder>
8849
8850         * src/SDCC.y: fixed bug #613764
8851
8852 2003-01-26    <johan AT balder>
8853
8854         * src/SDCClrange.c:  fixed Bernhard's "char * code ptr = &c"
8855         * src/SDCCsymt.h: fixed bug #673374
8856         * src/SDCCglue.c: fixed bug #661910
8857         * src/SDCCast.c: fixed bug #458099 and 673374
8858
8859 2003-01-26  Bernhard Held <bernhard AT bernhardheld.de>
8860
8861         * as/mcs51/strcmpi.c: added, provides Aurelien Jarno's as_strcmpi(); strcmpi() is not ANSI
8862         * as/mcs51/strcmpi.h: added
8863         * as/mcs51/asm.h: remove ugly "#define strcmpi strcmp"
8864         * as/mcs51/aslink.h: remove ugly "#define strcmpi strcmp"
8865         * as/mcs51/asmain.c: strcmpi -> as_strcmpi
8866         * as/mcs51/assym.c: strcmpi -> as_strcmpi
8867         * as/mcs51/lkmem.c: strcmpi -> as_strcmpi
8868         * as/mcs51/lknoice.c: strcmpi -> as_strcmpi
8869         * as/mcs51/lksym.c: strcmpi -> as_strcmpi
8870         * as/mcs51/Makefile.aslink: new module strcmpi
8871         * as/mcs51/Makefile.asx8051: new module strcmpi
8872         * as/mcs51/Makefil.bcc: new module strcmpi
8873         * as/mcs51/Makefile.in: new module strcmpi
8874         * sim/ucsim/s51.src/uc390.cc (get_mem_size): make RAM big enough for tinibios
8875
8876 2003-01-26    <johan AT balder>
8877
8878         * src/SDCCglue.c: reverted back to 1.124
8879         * src/SDCCast.c: reverted back to 1.156
8880         * src/mcs51/gen.c (aopGet): applied Frieder's efficiency patch
8881
8882 2003-01-25    <johan AT balder>
8883
8884         * src/SDCCglue.c: A better fix for bug #661910
8885         * src/SDCCast.c: A better fix for bug #661910
8886         * src/SDCCglue.c (emitRegularMap): That was a little too efficient
8887
8888 2003-01-24  Bernhard Held <bernhard AT bernhardheld.de>
8889
8890         * src/Makefile.in: remove spawn.o
8891         * src/SDCCmain.c: remove spawn.h
8892         * src/SDCCmain.c (printVersionInfo): report MINGW32 instead of UNIX
8893         * src/spawn.c: removed
8894         * src/spawn.h: removed
8895         * support/regression/ports/ds390/spec.mk: link with -r
8896
8897 2003-01-24    <johan AT CP255758-A>
8898
8899         * src/ds390/gen.c (aopOp): fixed bug #667458
8900         * src/SDCCglue.c (emitRegularMap): fixed bug #458099 again
8901         * src/SDCCast.c (createIvalCharPtr): fixed bug #661910
8902         (createIvalCharPtr): an ival doesn't always have a storage class anymore
8903
8904 2003-01-24  Bernhard Held <bernhard AT bernhardheld.de>
8905
8906         * src/mcs51/peeph.def: better assembler identation by Frieder
8907         * src/mcs51/gen.c: better assembler identation by Frieder
8908
8909 2003-01-22  Bernhard Held <bernhard AT bernhardheld.de>
8910
8911         * as/z80/string.h: removed for gcc 3.2
8912         * support/makebin/makebin.c: #include <string.h> for gcc 3.2
8913         * src/pic/pcode.c (get_op_from_instruction): fix concatenation of string literals with __FUNCTION__ for gcc 3.2
8914
8915 2003-01-19  Bernhard Held <bernhard AT bernhardheld.de>
8916
8917         * src/SDCCmain.c (linkEdit): rename mem and map files even in case of failure
8918         * src/SDCCpeeph.c (replaceRule): fix bug #663503
8919         * support/regression/Makefile: separate temp files for ports
8920         * support/regression/generate-cases.py: separate temp files for ports
8921         * src/mcs51/peeph.def: Frieder: removed 237 (obsolete by 236g and 105); added 237 a/b
8922         * src/ds390/peeph.def: Frieder: removed 237 (obsolete by 236g and 105); added 237 a/b
8923
8924 2003-01-19  Bernhard Held <bernhard AT bernhardheld.de>
8925
8926         * moved tinitalk to device/examples/ds390
8927
8928 2003-01-14  Bernhard Held <bernhard AT bernhardheld.de>
8929
8930         * as/mcs51/lkmem.c: rflag is for DS390
8931         * src/SDCCglobl.h: removed out_name and options stackOnData, genericPtr
8932         * src/SDCCmain.c (optionsTable, setDefaultOptions): removed --stack-after-data and --generic
8933                          (linkEdit): move mem- and map-files the same way as ihx-files
8934         * src/z80/main.c (_setDefaultOptions): removed --generic
8935         * src/SDCCmain.c (_processC1Arg, parseCmdLine, main): --c1mode works again
8936         * src/SDCCglue.c (createInterruptVect, glue): --c1mode works again
8937         * src/pic/glue.c (picglue): --c1mode works again
8938         * src/pic16/glue.c (pic16glue): --c1mode works again
8939         * src/asm.c (printCLine): fix #660034
8940
8941 2003-01-13  Bernhard Held <bernhard AT bernhardheld.de>
8942
8943         * src/ds390/peeph.def: fix #123; add 14 rules by Fiorenzo D. Ramaglia <fd.ramaglia AT tin.it>, 1 by Frieder
8944         * src/mcs51/peeph.def: fix #123; add 14 rules by Fiorenzo, 1 by Frieder
8945         * src/mcs51/gen.c (genFunction): emit r0 instead of ar0 by Fiorenzo
8946         * as/mcs51/lkmem (summary): better fix for sp problem
8947         * src/SDCCglue.c (glue): __start_stack - 1, saves 1 byte!
8948         * src/ds390/main.c (_ds390_finaliseOptions, _tininative_finaliseOptions): stack_loc = 0x400008
8949         * support/regression/ports/*/spec.mk: moving testfwk-object to port dir allow parallel execution of regression tests
8950                                               remove --stack-after-data
8951
8952 2003-01-12  Bernhard Held <bernhard AT bernhardheld.de>
8953
8954         * src/SDCCmain.c (main): port->finaliseOptions() moved for z80 linking
8955         * src/SDCCutil.c (join): ugly bug: missing '\0'
8956         * as/mcs51/lkmem.c (summary): sp on address 7 is safe
8957
8958 2003-01-11  Bernhard Held <bernhard AT bernhardheld.de>
8959
8960         * src/SDCCmain.c (assemble, linkEdit): preparations for -o
8961         * src/port.h: typo
8962         * src/pic/main.c (_asmCmd): gpasm supports -o
8963         * src/z80/main.c: more general macros
8964         * device/lib/Makefile.in: remove intermediate files
8965
8966 2003-01-11  Bernhard Held <bernhard AT bernhardheld.de>
8967
8968         * .version: Bumped version number to 2.3.3
8969         * src/SDCCBBlock.c: new option -o
8970         * src/SDCCglobl.h: new option -o
8971         * src/SDCCglue.c: new option -o
8972         * src/SDCCmain.c: new option -o
8973         * src/asm.c: new option -o
8974         * src/ds390/main.c: new option -o
8975         * src/pic/glue.c: new option -o
8976         * src/pic/pcode.c: new option -o
8977         * src/pic/ralloc.c: new option -o
8978         * src/pic16/glue.c: new option -o
8979         * src/pic16/pcode.c: new option -o
8980         * src/pic16/ralloc.c: new option -o
8981         * src/z80/main.c: new option -o
8982         * device/lib/Makefile.in: use -o
8983         * support/regression/ports/ds390/spec.mk: use -o
8984         * support/regression/ports/gbz80/spec.mk: use -o
8985         * support/regression/ports/mcs51/spec.mk: use -o
8986         * support/regression/ports/mcs51-stack-auto/spec.mk: use -o
8987         * support/regression/ports/z80/spec.mk: use -o
8988         * support/regression/ports/ucz80/spec.mk: use -o
8989         * support/regression/ports/xa51/spec.mk: use -o
8990         * support/regression/fwk/lib/timeout.c: fix usage string
8991
8992 2003-01-09  Bernhard Held <bernhard AT bernhardheld.de>
8993         * src/mcs51/gen.c (genPlus): replaced "mov b,acc" by "mov b,a" Fiorenzo D. Ramaglia <fd.ramaglia AT tin.it>
8994
8995 2003-01-07    <johan AT balder>
8996
8997         * src/SDCCast.c (decorateType): fixed bug #600035
8998
8999 2003-01-07  Bernhard Held <bernhard AT bernhardheld.de>
9000         * as/mcs51/lkmem.c: added several l-modifiers to printf to remove warnings
9001         * as/mcs51/lkaomf51.c: #include <ctype.h> to remove warnings
9002         * src/pic/main.c (_hasNativeMulFor): outcommented unused variables to remove warnings
9003         * src/pic/pcode.c: outcommented unused variable to remove warnings
9004         * src/pic/ralloc.c: outcommented unused variable to remove warnings
9005
9006 2003-01-06    <karl AT turbobit.com>
9007         * sim/ucsim/cmd.src/command.cc: fixed so "break xram r 0x7654" works again in
9008    regression tests.
9009
9010 2003-01-06    <johan AT balder>
9011
9012         * src/SDCCicode.c: fixed array add
9013
9014 2002-01-05  Bernhard Held <bernhard AT bernhardheld.de>
9015         * src/SDCCmacro.c: MAX_STRING_LENGTH increased to 2048; was too small for regression tests
9016         * support/regression/ports/host/support.c: #include <stdarg.h> for gcc 3.2
9017
9018 2003-01-04    <johan AT balder>
9019
9020         * src/SDCCval.c (getNelements): fixed the initialized array of structures
9021
9022 2002-12-29  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
9023         * as/mcs51/Makefile.bcc: fixed typo lkomf51.o -> lkaomf51.o
9024
9025 2002-12-28  Bernhard Held <bernhard AT bernhardheld.de>
9026         * src/mcs51/peeph.def: added rules 234 and 235 from Frieder Ferlemann <frieder.ferlemann AT web.de>
9027         * support/regression/tests/bug-524697.c: fit mem usage into 8032
9028
9029 2002-12-28  Bernhard Held <bernhard AT bernhardheld.de>
9030         * src/mcs51/gen.c (aopGetUsesAcc): inserted missing "return FALSE"
9031
9032 2002-12-27  Bernhard Held <bernhard AT bernhardheld.de>
9033         * as/mcs51/Makefile.in: fixed typo lkomf51.o -> lkaomf51.o
9034
9035 2002-12-26  Bernhard Held <bernhard AT bernhardheld.de>
9036         * src/mcs51/main.c: removed {bindir}{sep} from aslink
9037
9038 2002-12-10  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
9039
9040     * in \sdcc\as\mcs51\ changed these files in order to create an
9041     aomf51 file: aslink.h, lkdta.c, lklex.c, lklibr.c, lklist.c,
9042     lkmain.c.  Also added: lkmem.c and lkaomf51.c.  Changed the
9043     following files to include the previous two files: aslink.dsp,
9044     Makefile.aslink, Makefile.bcc, and Makefile.in.
9045
9046     * Changed \sdcc\src\SDCCmain.c so it creates files with extension
9047     .adb instead of .cdb
9048
9049 2002-11-09  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
9050
9051         * \sdcc\as\mcs51\lklist.c: Now reports memory usage using the
9052         value from option --iram-size.
9053
9054 2002-09-20  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
9055
9056         * \sdcc\as\mcs51\lklist.c: added boundary check before using
9057         dram[] array.
9058
9059 2002-09-18    <wiml AT hhhh.org>
9060
9061         * SDCClrange.h: exposed setFromRange() and setToRange()
9062         * mcs51/ralloc.c: fixed over-eager packRegsForSupport() and
9063           packRegsForAccUse() (bug 542397)
9064         * mcs51/gen.c: MOVA() is now a function to avoid calling aopGet()
9065           multiple times and emitting the fetch operations more than once
9066           added aopGetUsesAcc() function to allow binary operators to
9067           fetch their operands in the correct order; made genMinus() emit
9068           compact code for X = LITERAL - Y
9069
9070 2002-09-00  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
9071         * \sdcc\as\mcs51\lklist.c: Fixed incorrect number of parameters to
9072         sprintf() in line 1267.
9073
9074 2002-09-08  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
9075         * \sdcc\src\SDCCglue.c: Generate areas REG_BANK_[0-3] only for 8051
9076         like ports.
9077
9078 2002-09-04  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
9079         Changes to aslink (All the changes are marked with 'JCF'):
9080
9081         * \sdcc\as\mcs51\aslink.h: External definition of sflag and
9082         summary().
9083
9084         * \sdcc\as\mcs51\lkarea.c: Computes the size of area BSEG_BYTES from
9085         area BSEG.  Also moves, if possible, the DATA area down into the internal
9086         ram so more space is available.
9087
9088         * \sdcc\as\mcs51\lkdata.c: Definition of memory summary output flag
9089         sflag.
9090
9091         * \sdcc\as\mcs51\lklist.c: For the BSEG area report the size in bits,
9092         not bytes.  Function summary() which creates a memory usage summary
9093         file with extension .mem.  Reports of overlaping stack and small stack
9094         size.  If the space for the stack is less than 16 bytes aslink trows a
9095         warning.
9096
9097         * \sdcc\as\mcs51\lkmain.c: Creation of some of the default areas for
9098         the 8051.  Option 'y' for memory summary output file.
9099
9100         Changes to sdcc (All the changes are marked with 'JCF'):
9101
9102         * \sdcc\src\SDCCglobl.h: External definition of RegBankUsed[4].
9103
9104         * \sdcc\src\SDCCglue.c:  If a register bank is used, creates an
9105         overlaying area for it (uses RegBankUsed[4]).
9106
9107         * \sdcc\src\SDCCmain.c: Definition RegBankUsed[4]; marks register
9108         bank zero as used by default.  By default aslink locates the stack
9109         (equivalent to --stack-after-data).  Pass option 'y' to aslink for
9110         the creation of the .mem file.  Delegates the allocation of data area
9111         to aslink (it is not longer 0x30 by default).  If --stack-loc passes
9112         the begining of the stack area to aslink.
9113
9114         * \sdcc\src\SDCCmem.c:  If a register bank is used, marks it so
9115         glue() in SDCCglue.c creates an area for it.
9116
9117 2002-09-03  Borut Razem <borut.razem AT siol.net>
9118         * sdcc/src/SDCCglue.c, sdcc/src/SDCCglue.h, sdcc/src/SDCCmain.c,
9119         sdcc/src/pic/glue.c:
9120         introduced atexit() handler for teporay files removal in case of
9121         errors, assertions, ...
9122
9123 2002-08-29  Borut Razem <borut.razem AT siol.net>
9124         * sdcc/support/cpp2/auto-host_vc_in.h:
9125         re-definition of O_BINARY and other O_XXX as _O_BINARY and _O_XXX, so the problem
9126         with the returned value from read() in sdcc/support/cpp2/cppfiles.c is solved for MSC.
9127         Maybe there is a similar problem with BORLANDC? It should be checked!
9128
9129         * sdcc/src/ds390/ralloc.c, sdcc/src/mcs51/ralloc.c, sdcc/src/z80/ralloc.c:
9130         corrected improper use of assert: the assignment to clr variable was done inside the assert.
9131         In case that NDEBUG was defined, the assert macro was substituted with no-op, so the assignment
9132         was not executed, and the compiler (cl) launched a warning:
9133         ralloc.c(1442) : warning C4700: local variable 'clr' used without having been initialized
9134
9135 2002-08-28  Bernhard Held <bernhard AT bernhardheld.de>
9136         * src/SDCCglue.c (printIvalArray): iterative calculation of array length
9137
9138 2002-08-28  Jesus Calvino-Fraga and Borut Razem <borut.razem AT siol.net>
9139         * sdcc/sdcc.dsw: added sdcpp, sdcppa, yacc, conf projects
9140
9141         * sdcc/src/src.dsp, sdcc/src/avr/avr.dsp, sdcc/src/ds390/ds390.dsp,
9142           sdcc/src/mcs51/mcs51.dsp, sdcc/src/pic/pic.dsp, sdcc/src/z80/z80.dsp,
9143           sdcc/src/xa51/xa51.dsp, sdcc/src/avr/avra.dsp,
9144           sdcc/src/ds390/ds390a.dsp, sdcc/src/mcs51/mcs51a.dsp,
9145           sdcc/src/pic/pica.dsp, sdcc/src/z80/z80a.dsp,
9146           sdcc/src/xa51/xa51a.dsp, sdcc/as/as_z80.dsp,
9147           sdcc/as/aslink.dsp, sdcc/as/asx8051.dsp, sdcc/packihx/packihx.dsp:
9148         - added Release configuration in VS projects
9149         - review of compiler an linker options
9150         - VC .exe files are generated in bin_vc directory, not to interfere
9151           with binaries generated from other projects (cygwin, mingw, bcc ...)
9152
9153         * sdcc/src/yacc.dsp: added
9154
9155         * sdcc/config.dsp, sdcc/configure_vc.awk, sdcc/sdcc_vc_in.h:
9156         added - genarate sdcc_vc.h using sdcc_vc_in.h as template
9157         and insert the version number definitions from .version
9158
9159         * sdcc/support/cpp2/sdcpp.dsp: added - VC project for sdcpp
9160
9161         * sdcc/support/cpp2/sdcppa.dsp, sdcc/support/cpp2/auto-host_vc_in.h:
9162         added - genarate auto-host.h using auto-host_vc_in.h as template
9163
9164         * sdcc/sdcc_vc.h,
9165         removed from CVS, generated automatically
9166
9167 2002-08-25  Bernhard Held <bernhard AT bernhardheld.de>
9168         * support/scripts/inc2h.pl: use gputils or gpasm (from Nathan Hurst)
9169
9170 2002-08-11  Borut Razem <borut.razem AT siol.net>
9171         * support/Util/NewAlloc.c: removed unneeded #include "sdccconf.h" (suggested by Jesus Calvino-Fraga)
9172
9173 2002-08-10  Borut Razem <borut.razem AT siol.net>
9174         * src/SDCCmain.c (main):
9175         file preOutName was unlinked before closed. This seems to be OK on UNIX and cygwin
9176         platforms, but it doesn't work with Visual Studio: the opened file can not be removed.
9177         The consequence was that some temporary files were not removed.
9178
9179         * src/SDCCglue.c:
9180         unification of code in functions tempfilename() and tempfile():
9181         function tempnam() is defined in Visual Studio 6.0 and .NET
9182
9183         * sdcc/sdcc.dsw: removed project sdcpp, added project xa51a
9184
9185         * sdcc/src/src.dsp, sdcc/src/avr/avr.dsp, sdcc/src/ds390/ds390.dsp,
9186           sdcc/src/mcs51/mcs51.dsp, sdcc/src/pic/pic.dsp, sdcc/src/z80/z80.dsp:
9187         - removed compiler command line option /WX: Treats all warnings as errors
9188         - update a list of source files, included into the project
9189
9190         * sdcc/src/avr/avra.dsp, sdcc/src/ds390/ds390a.dsp, sdcc/src/mcs51/mcs51a.dsp,
9191           sdcc/src/pic/pica.dsp, sdcc/src/z80/z80a.dsp:
9192         changed project type to Generic Project so that can be correcly converted to VS.NET project
9193
9194         * sdcc/as/mcs51/asm.h: definition of PATH_MAX for MSC
9195
9196         * sdcc/src/SDCCast.c: solved MSC error in function decorateType()
9197
9198         * sdcc/src/SDCC.y: added missing ending ';' to rules to get rid of bison warnings
9199
9200         * dcc/src/ds390/ralloc.c, sdcc/src/mcs51/ralloc.c:
9201         added return 0 statements after assert() to make compiler happy
9202
9203         * sdcc/src/xa51/peeph.rul, sdcc/src/xa51/peeph.def, sdcc/src/z80/ralloc.c:
9204         added newline in the def file to keep MSC compiler satisfied
9205
9206         * sdcc/src/z80/gen.c:
9207         - function strcasecmp() is not defined in MSC (and probably also in BORLANDC),
9208           so it is replaced with STRCASECMP, which is defined as stricmp in case of MSC and BORLANDC
9209         - solved MSC error in function aopDump()
9210
9211         * sdcc_vc.h: define PREFIX as "\\sdcc"
9212
9213 2002-07-18  Bernhard Held <bernhard AT bernhardheld.de>
9214         * src/SDCCast.c (decorateType): fixed access to array of structures http://sourceforge.net/mailarchive/forum.php?thread_id=902690&forum_id=4107
9215
9216 2002-06-22  Scott Dattalo <scott AT dattalo.com>
9217         * src/pic/*: Numerous bug fixes. Flow analysis has been enhanced.
9218         - Rewrote the register banking algorithm.
9219         - Added pCode live-range analysis to registers (for now, only non-used and
9220         singly-used registers optimized away)
9221
9222         * src/pic/pcoderegs.[ch]: Added new files for pCode live-range analysis
9223
9224         * 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.
9225
9226 2002-05-10  Scott Dattalo <scott AT dattalo.com>
9227         * src/pic/*: Added support for multiplication. Fixed many,many bugs.
9228
9229 2002-04-22  Michael Hope  <michaelh AT vroom>
9230
9231         * device/lib/z80/printf.c: Changed emitter to volatile to work around a pcall bug.
9232
9233         * configure.in (DD_COPT): Added include support required for gbdk.
9234
9235         * .version: Bumped version number just to increase it.
9236
9237         * src/SDCCmain.c: Added -nostdinc to the default options.
9238
9239 2002-04-15  Michael Hope  <michaelh AT vroom>
9240
9241         * device/lib/z80/printf.c (sprintf): Added.
9242
9243         * src/z80/ralloc.c (packRegisters): Disabled pack HL use for GB as it's broken.
9244
9245         * src/z80/peeph.def: Added transpose redundent load rule.
9246
9247         * src/z80/main.c: Added force callee saves for jaune.
9248
9249         * src/port.h: Removed the i186 and tlcs-900h ports as they weren't being being developed.
9250
9251         * src/SDCCmain.c: Pulled the options definition out so that you can add port specific options without changing the main file.
9252
9253 2002-03-28  Johan Knol  <johan AT balder>
9254
9255         * src/SDCCval.c: fixed bug #532436
9256
9257 2002-03-14  Scott Dattalo <scott AT dattalo.com>
9258         * /src/port.h:
9259         Added "char *Processor" field to the port structure.
9260
9261         * /src/SDCCmain.c:
9262         Added -p option. Allows port dependent processor to be specified.
9263
9264         * all ports:
9265         Initialized the new field char *Processor field to NULL in all ports
9266
9267         * /src/pic/*:
9268         Compiler generated registers for interrupt context saving
9269         were not getting allocated.
9270
9271 2002-03-16  Sandeep Dutta  <sandeep AT ddi.com>
9272
9273         * /src/SDCCast.c:
9274         Fixed left shift. Will promote the left side of a left shift
9275         if a) left shifting more than size of operand or b) when assigned
9276         to something size > size of left side
9277
9278 2002-03-14  Scott Dattalo <scott AT dattalo.com>
9279         * src/pic/*
9280         tons of changes. Register allocation has been
9281         rewritten. Added customization for the various PICs. Flow
9282         analysis is restructured. ...
9283
9284         * src/pic/device.h:
9285         Added
9286
9287         * src/pic/device.c:
9288         Added. device.c is a PIC port hack to accomodate variations
9289         in PIC devices.
9290
9291 2002-03-13  Michael Hope  <michaelh AT vroom>
9292
9293         * src/z80/gen.c (genGenPointerGet): Fixed a bug where a pointer in HL is dereferenced into HL but HL is not spilled.  Yeah.
9294
9295 2002-03-04  johanknol  <johanknol AT manik>
9296
9297         * /src/SDCCval.c: fixed
9298
9299         const unsigned char arr[][2] = { { 0, 1 } };
9300         t18.c:1: error: Initializer element is not constant
9301
9302 2002-03-04  bela  <bela AT manik>
9303
9304         * /device/include/mcs51reg.h:
9305         ds89c420 register definition update
9306
9307 2002-03-03    <johan AT FRIJA>
9308
9309         * support/Util/SDCCerr.c: did something, but don't no why anymore
9310
9311         * support/regression/tests/bug-524691.c: made it a little less shy
9312
9313         * src/SDCCast.c (decorateType): fixed bug #524697
9314
9315         * src/SDCCast.c: made some lineno improvements
9316
9317         * src/SDCCval.c (getNelements): changed warning to error
9318
9319         * src/SDCCglue.c (printIvalArray): changed warning to error
9320
9321         * src/SDCCicode.c: fixed a warning for mingw
9322
9323         * src/SDCCast.c (decorateType): fixed the << promotion for ops
9324
9325         * src/SDCCicode.c (geniCodeDivision): divide is shift only for unsigned (bug #524685)
9326
9327 2002-03-02  Sandeep Dutta  <sandeep AT ddi.com>
9328
9329         * src/ds390/peeph.def:
9330         Added some more peephole rules
9331
9332         * src/ds390/gen.c: Various fixes & enhancements
9333
9334         * src/SDCClrange.c, src/SDCClrange.h:
9335         functions "alldefsoutofrange" and "notusedinblock" moved to SDCClrange.c
9336
9337         * src/ds390/ralloc.c:
9338         various fixes & enhancements (ds390) specific
9339
9340         * src/avr/ralloc.c, src/mcs51/ralloc.c, src/pic/ralloc.c, src/xa51/ralloc.c, src/z80/ralloc.c:
9341         Functions "allDefsOutOfRange" & "notUsedinBlock" moved to SDCClrange.c
9342         from rallocs.
9343
9344         * sdcc/src/SDCCcse.c: Better fix for bug # 514308
9345
9346 2002-03-02    <johan AT FRIJA>
9347
9348         * src/SDCCast.c (decorateType): fixed bug #524708
9349
9350         * src/SDCCval.c (floatFromVal): fixed the literal void (whatever that may be)
9351
9352         * src/SDCCicode.c (geniCodePtrPtrSubtract): fixed bug #524691
9353
9354 2002-03-01  Michael Hope  <michaelh AT vroom>
9355
9356         * src/SDCCsymt.c (initCSupport): Removed managling of support function names.
9357
9358         * src/z80/ralloc.c (packRegsForIYUse): Fixed fp bug where four byte operands were packed into IY.
9359
9360 2002-03-01    <johan AT FRIJA>
9361
9362         * src/SDCCglue.c (printIvalPtr): fixed bug #524211
9363
9364         * src/SDCCast.c (decorateType): fixed bug #524209
9365
9366         * src/SDCCval.c (valNot): fixed bug #524195
9367
9368 2002-02-26    <johan AT balder>
9369
9370         * src/xa51/gen.c: fixed a warning
9371
9372         * src/SDCCglue.c (printIvalFuncPtr): fixed bug #522534
9373
9374         * src/SDCCast.c (decorateType): fixed bug #522534
9375
9376 2002-02-23    <johan AT balder>
9377
9378         * src/SDCCdflow.c (computeDataFlow): fixed bug #460088
9379
9380 2002-02-22    <johan AT balder>
9381
9382         * src/SDCCast.c: fixed bug #514865
9383
9384         * src/SDCCy.c ("SDCC.y"): fixed bug #516625
9385
9386 2002-02-21  Sandeep Dutta  <sandeep AT ddi.com>
9387
9388         * sdcc/src/SDCCloop.c:
9389         Previous fix was not good. basic blocks that have "break" or "return" are
9390         not really partof a loop , but live ranges used in these blocks should
9391         be live thru the entire loop, so set partOfLoop but don't add them to
9392         loop region
9393
9394 2002-02-21    <johan AT FRIJA>
9395
9396         * src/SDCCcse.c: fixed bug #514308
9397
9398 2002-02-20  Sandeep Dutta  <sandeep AT ddi.com>
9399
9400         * src/SDCCloop.c:
9401         Fixed BUG #519583. If a conditional block ended in a return/break
9402         statement inside a loop, it was not being considered part of the loop.
9403
9404         * src/SDCCcflow.c: Removed fix (Fixed in SDCCloop.c)
9405
9406 2002-02-10  Karl Bongers <karl AT turbobit.com>
9407
9408         * debugger/*:
9409         Fixed up SDCDB debugger somewhat.  Updated debugger/README
9410         with lots of comments and notes.
9411
9412         * device/examples/test2.c:
9413         Fix bug, "red" variable not being initialized(compiler complained).
9414
9415         * device/examples/Makefile, examples/test3.c:
9416         Add Makefile in device/examples folder, compiles test3.c
9417         for use as a multiple module SDCDB test case.
9418
9419         * sim/ucsim/cmd.src/cmdset.cc:
9420         Took out debug printfs in ucsim "next" command.
9421
9422         * sim/ucsim/xa.src:
9423         Karl and Johan start ucsim XA support.  Most dissassembly working,
9424         about 75% emulation done(plenty of work remaining).
9425
9426         * sim/ucsim/z80.src:
9427         Add Z80 support to ucsim, add test-ucz80 regression test,
9428         notice ucsim/z80 emulation fails on examples/test3.c/itoa code.
9429         Notice z80 compiler fails on examples/test3.c/crc code.
9430
9431 2002-01-30  Sandeep Dutta  <sandeep AT ddi.com>
9432
9433         * src/mcs51/gen.c, src/mcs51/main.c, src/mcs51/ralloc.c:
9434         Added support for --parms-in-bank1
9435
9436         * src/ds390/peeph.def:
9437         added a few more peephole optimzations
9438
9439         * src/ds390/main.c:
9440         1) added __builtin_inp & __builtin_outp used to read in data of given length
9441            from a memory mapped port
9442         2) added __builtin_memcmp
9443         3) added __builtin_swapw swap bytes of a short
9444
9445         * src/ds390/gen.c, src/ds390/gen.h, src/ds390/ralloc.c:
9446         1) handle multiple send & receives from register bank1
9447         2) ralloc can now allocate DPTR1 to some liveRanges
9448
9449         * src/SDCCsymt.c, src/SDCCsymt.h:
9450         changes to handle multiple sends & receives
9451
9452         * src/SDCCptropt.h:
9453         added some pointer arithmetic optimization
9454
9455         * src/SDCCptropt.c:
9456         added some pointer arithmetic optimizations but not stable yet so not
9457         called from anywhere (will get this working shortly)
9458
9459         * src/SDCCopt.c: fixed for multiple sends & receives
9460
9461         * src/SDCCmain.c:
9462         1) added options --parms-in-bank1 (ds390/mcs51) & --protect-sp-update
9463         2) preprocessing done AFTER port->finalizeoptions . This allows ports to
9464            set preprocessor defines (depending on options)
9465
9466         * src/SDCCicode.c, src/SDCCicode.h:
9467         changes made to handle multiple sends & receives
9468
9469         * src/SDCCglobl.h:
9470         Added options --protect-sp-update (ds390) and --parms-in-bank1 (ds390/mcs51)
9471
9472         * src/SDCCcse.c, src/SDCCcse.h:
9473         added function findbackward def (to be used in upcoming optimization)
9474
9475         * src/SDCCcflow.c, src/SDCCcflow.h:
9476         added function returnAtEnd - to determine if a basic block terminates with
9477         a RETURN iCode
9478
9479         * src/SDCCast.c, src/SDCCast.h:
9480         added option parms-in-bank1
9481
9482         * device/lib/_divsint.c, device/lib/_divslong.c, device/lib/_divuint.c
9483         * device/lib/_divulong.c, device/lib/_modsint.c, device/lib/_modslong.c
9484         * device/lib/_modulong.c, device/lib/_mulint.c, device/lib/_mullong.c:
9485         adjusted for --parms-in-bank1 option
9486
9487         * device/include/string.h:
9488         donot redefine "reentrant" keyword
9489
9490         * device/include/ds80c390.h: Added some more SFRs
9491
9492 2002-01-28  Bernhard Held  <bernhard AT bernhardheld.de>
9493
9494         * sim/ucsim: Merged branch ucsim-034-pre3 to main trunk; new version 0.4
9495
9496 2002-01-26  Bernhard Held  <bernhard AT bernhardheld.de>
9497
9498         * src/SDCCast.c (funcOfType): fix usage of double --float-reent
9499
9500 2002-01-22  Bernhard Held  <bernhard AT bernhardheld.de>
9501
9502         * support/regression/fwk/lib/testfwk.c (main): Removed workaround for bug #505387
9503
9504 2002-01-18  Paul Stoffregen  <paul AT pjrc.com>
9505
9506         * Added --xram-movc option
9507
9508 2002-01-13  Bernhard Held  <bernhard AT bernhardheld.de>
9509
9510         * support/regression/Makefile: don't include test-mcs51-stack-auto in target all
9511
9512 2002-01-11  Johan Knol
9513
9514         * Added math lib of Jesus Calvino-Fraga
9515
9516 2002-01-08  Bernhard Held  <bernhard AT bernhardheld.de>
9517
9518         * src/SDCCmain.c (processFile): fix processing of ../../src.c
9519         * support/regression/Makefile: new target test-mcs51-stack-auto
9520         * support/regression/ports/mcs51-stack-auto/spec.mk: added
9521
9522 2002-01-04  Bernhard Held  <bernhard AT bernhardheld.de>
9523
9524         * src/SDCCglue.h: printIvalCharPtr(), not printIvalChar()
9525
9526 2002-01-04  Bernhard Held  <bernhard AT bernhardheld.de>
9527
9528         * support/regression/ports/mcs51/support.c: correct setup of timer / UART
9529
9530 2002-01-03  Bernhard Held  <bernhard AT bernhardheld.de>
9531
9532         * src/SDCCsymt.c (processFuncArgs): fix #498307 by Johan
9533
9534         * src/SDCCglue.h: add definition for printIvalChar()
9535
9536 2002-01-02  Bernhard Held  <bernhard AT bernhardheld.de>
9537
9538         * src/SDCCast.c: fix #498138 by Johan
9539
9540         * src/SDCCglue.c: fix #498138 by Johan
9541
9542 2002-01-02  Bernhard Held  <bernhard AT bernhardheld.de>
9543
9544         * support/regression/Makefile: fix clean
9545
9546         * support/regression/ports/ds390/support.c: fix transmission of last character
9547
9548 2001-12-29  Sandeep Dutta  <sandeep AT ddi.com>
9549
9550         * /sdcc/src/ds390/gen.c:
9551         a) improved computing address of stack variable
9552         b) took out some #if 0 code
9553         c) improved parmBytes adjustment
9554         d) improved genPlusIncr & genMinusIncr
9555         e) genCmp could generate bad code (when left assigned to DPTR)
9556         f) Fixed bug in hasInc
9557
9558         * /sdcc/src/ds390/ralloc.c:
9559         a) packRegsForSupport could mess up live information (Fixed)
9560         b) packRegsDPTRuse could be incorrect for left & right shift
9561
9562         * /sdcc/src/mcs51/ralloc.c:
9563         packRegsForSupport could mess up the live information (Fixed)
9564
9565         * /sdcc/src/mcs51/gen.c: Fixed a bug in hasInc
9566
9567         * /sdcc/src/SDCCast.c:
9568         can reverse a loop even if function call is present as long
9569         as the loop control variable is local & is not passed as parameter
9570
9571 2001-12-24  Sandeep Dutta  <sandeep AT ddi.com>
9572
9573         * /sdcc/ChangeLog: *** empty log message ***
9574
9575         * /sdcc/src/ds390/gen.c, /sdcc/src/ds390/main.c:
9576         More builtin function additions for TININative
9577
9578         * /sdcc/src/ds390/ralloc.c:
9579         Had broken the regression testsuite
9580
9581         * /sdcc/src/SDCCast.c: Fixed a bug in dumptree
9582
9583         * /sdcc/src/SDCCsymt.c, /sdcc/src/SDCCsymt.h:
9584         Added funcattr hasStackParms will be set for reentrant functions when there
9585         are paramteres on the stack, this helps in minimizing frame pointer generation
9586         typeFromStr can handle function pointers now
9587
9588         * /sdcc/doc/builtins.txt, /sdcc/doc/TININative.txt:
9589         *** empty log message ***
9590
9591 2001-12-24  Sandeep Dutta  <sandeep AT ddi.com>
9592
9593         * /src/ds390/gen.c, /src/ds390/main.c:
9594         More builtin function additions for TININative
9595
9596         * /src/ds390/ralloc.c:
9597         Had broken the regression testsuite
9598
9599         * /src/SDCCast.c: Fixed a bug in dumptree
9600
9601         * /src/SDCCsymt.c, /src/SDCCsymt.h:
9602         Added funcattr hasStackParms will be set for reentrant functions when there
9603         are paramteres on the stack, this helps in minimizing frame pointer generation
9604         typeFromStr can handle function pointers now
9605
9606         * /doc/builtins.txt, /doc/TININative.txt:
9607         *** empty log message ***
9608
9609
9610 2001-12-24  Sandeep Dutta  <sandeep AT ddi.com>
9611
9612         * /src/ds390/gen.c, /src/ds390/main.c, /src/ds390/peeph.def, /src/ds390/ralloc.c:
9613         ALPHA version for -mTININative
9614
9615         * /src/izt/i186.c, /src/izt/tlcs900h.c, /src/mcs51/main.c, /src/pic/main.c, /src/z80/main.c, /src/avr/main.c:
9616         updated to reflect changes in the port structure
9617
9618         * /src/port.h:
9619         added function do_assemble (similar to do_link) if non-null this function
9620         will be called to do assembly (-mTININative) requires a multi command
9621         assembly
9622         added function genAssemblerEnd will be called to generate assembler Epilogue
9623
9624         * /src/SDCCsymt.c:
9625         added _JavaNative to debug info printing
9626
9627         * /src/SDCCmain.c: added option --tini-libid
9628         added port->do_assemble function (-mTININative) has a multi command assemble
9629
9630         * /src/SDCCglue.c: Disabled "constExpr" check
9631         added port->genAssemblerEnd function
9632
9633         * /src/SDCCglobl.h: Added option --tini-libid value
9634
9635         * /src/SDCCast.h:
9636         tookout optimizeCompare from the header (has no external references)
9637
9638         * /src/SDCCast.c: made one more function "static"
9639
9640 2001-12-23  Michael Hope  <michaelh AT juju.net.nz>
9641
9642         * src/z80/mappings.i: Added z80asm support.
9643
9644         * src/z80/main.c: Added z80asm support on --asm=z80asm
9645
9646         * src/z80/gen.c: Fixed asm portability issues.
9647
9648         * src/asm.c (tvsprintf): Removed old code, added 'N' for function name.  For extern support.
9649
9650         * src/SDCCglue.c (printExterns): Added global/extern split.
9651
9652 2001-12-17  Bernhard Held  <bernhard AT bernhardheld.de>
9653
9654         * support/regression/Makefile: added test for mcs51 model large
9655
9656         * support/regression/ports/mcs51-large/spec.mk: added test for mcs51 model large
9657
9658         * support/regression/ports/gbz80/spec.mk: added -mgbz80
9659
9660 2001-12-05  Michael Hope  <michaelh AT juju.net.nz>
9661
9662         * src/diff.1 (Index): Many, many optmisiations.  Dhrystone up to 201.
9663
9664 1904-01-06  Michael Hope  <michaelh AT juju.net.nz>
9665
9666         * src/z80/ralloc.c (packRegsForIYUse): Fixed the case where an operand is in direct space.
9667
9668         * src/z80/gen.c (makeFreePairId): Optimised IY load by using a spare pair.
9669
9670 2001-12-02  Bernhard Held  <bernhard AT bernhardheld.de>
9671
9672         * src/mcs51/gen.c (genFunction): avoid excess "inc sp"
9673
9674         * support/regression/tests/simplefloat.c: Port to mcs51.
9675
9676 2001-11-25  Michael Hope  <michaelh AT juju.net.nz>
9677         * support/regression/tests/bug-485362.c: Added.
9678
9679         * support/regression/tests/simplefloat.c (testDivNearOne): Added.
9680
9681         * src/z80/gen.c (aopOp): Fixed case where left and result are in the same spill loc and they have different sizes.
9682
9683         * src/z80/peeph.def: Added rules for optimising two byte compares on the same thing, and to optimise two ptr assign.
9684
9685         * src/z80/gen.c (aopDump): Added a dump function.
9686
9687 2001-11-25  Bernhard Held  <bernhard AT bernhardheld.de>
9688         * sim/ucsim/s51.src/glob.cc: DS390 SFRs and bits added.
9689
9690         * sim/ucsim/s51.src/port.cc: Port 4 and 5 added.
9691
9692         * sim/ucsim/s51.src/regs51.h: DS390 SFRs added.
9693
9694         * sim/ucsim/s51.src/uc390.cc: Some details improved, CKRDY works for tinibios.
9695
9696         * sim/ucsim/s51.src/uc390cl.h: Work in progress.
9697
9698         * sim/ucsim/sim.src/uccl.h: 6 ports for DS390.
9699
9700         * support/regression/fwk/lib/testfwk.c: Run with tinibios.
9701
9702         * support/regression/ports/mcs51/spec.mk: Fine tuninig.
9703
9704         * support/regression/ports/ds390/support.c: Use tinibios.
9705
9706         * support/regression/ports/ds390/spec.mk: Fine tuning, use tinibios.
9707
9708 2001-11-23  Michael Hope  <michaelh AT juju.net.nz>support/regression/tests/bug-460010.c
9709
9710         * src/z80/ralloc.c (packRegsForHLUse3): Changed to not pack into HL if anything is in direct space.
9711         (packRegsForHLUse3): Added packing support for send, cast, and return value from a call.
9712
9713         * src/z80/peeph.def: Added rules for optimising pushes of part of a pair.
9714
9715         * src/z80/gen.c (emitCall): Changed the stack fixup to not use HL.
9716
9717 2001-11-18  Michael Hope  <michaelh AT juju.net.nz>
9718
9719         * src/z80/gen.c (genCmp): Fixed compare on unsigned.
9720
9721         * src/z80/ralloc.c (packRegsForHLUse3): Created and optimised.
9722         (packRegsForIYUse): Created and optimised.
9723
9724 2001-11-07  Michael Hope  <michaelh AT juju.net.nz>
9725
9726         * support/regression/tests/float.c (testFloatAdd): Fixed up warning.
9727 2001-11-18  Bernhard Held  <bernhard AT bernhardheld.de>
9728
9729         * sdcc/support/regression/tests/bug-460010.c: fix seg violation on host
9730
9731         * sdcc/support/regression/tests/muldiv.c: fix output on mcs51
9732
9733         * sdcc/support/regression/tests/stacks.c: fix DSEG overflow on mcs51
9734
9735 2001-11-07  Bernhard Held  <bernhard AT bernhardheld.de>
9736
9737         * sdcc/sim/device/lib/_gptrget.c: mem region 5 (idata) added
9738
9739         * sdcc/sim/device/lib/_gptrput.c: mem region 5 (idata) added
9740
9741 2001-11-07  Bernhard Held  <bernhard AT bernhardheld.de>
9742
9743         * sdcc/sim/ucsim/globals.cc: New: IXRAM.
9744
9745         * sdcc/sim/ucsim/stypes.h: New: IXRAM.
9746
9747         * sdcc/sim/ucsim/s51.src/uc390.cc: New: IXRAM.
9748
9749 2001-11-07  Michael Hope  <michaelh AT juju.net.nz>
9750
9751         * src/z80/ralloc.c (packRegsForHLUse): Banned IFXs from being packed into HL.
9752         (packRegsForHLUse): Added rule to pack address of/pointer get for itemps into HL for the Z80.
9753         (packRegsForAccUse2): Added rule to pack hbit IFXs into A.
9754
9755         * src/z80/main.c (_setDefaultOptions): Made float code re-entrant by default.
9756
9757         * src/z80/gen.c (aopGetLitWordLong): Added word support for floats.
9758         (genNotFloat): Added.
9759         (genUminusFloat): Added.
9760
9761         * device/lib/z80/Makefile: Added floating pt stubs.
9762
9763         * device/lib/Makefile.in (Z80SOURCES): Added floating pt support.
9764
9765         * src/z80/gen.c (genIpush): Fixed up a push of one byte when left is in a pair.
9766
9767         * device/lib/_fsadd.c (__fsadd): Fixed up return where the numbers are hugely different.
9768
9769 2001-11-07  Bernhard Held  <bernhard AT bernhardheld.de>
9770
9771         * sdcc/sim/ucsim/s51.src/glob.cc: Minor fix.
9772
9773         * sdcc/sim/ucsim/s51.src/regs51.h: Minor fix.
9774
9775         * sdcc/support/regression/Makefile: Add port ds390.
9776
9777         * sdcc/support/regression/ports/mcs51/spec.mk: Minor change.
9778
9779         * sdcc/support/regression/ports/z80/spec.mk: Minor change.
9780
9781         * sdcc/support/regression/ports/ds390/spec.mk: Added.
9782
9783         * sdcc/support/regression/ports/ds390/support.c: Added.
9784
9785         * sdcc/support/regression/ports/ds390/uCsim.cmd: Added.
9786
9787         * sdcc/support/regression/ports/mcs51/timeout.c: Cut.
9788
9789         * sdcc/support/regression/fwk/lib/timeout.c: Paste.
9790
9791 2001-11-04  Michael Hope  <michaelh AT juju.net.nz>
9792
9793         * device/include/malloc.h: Added z80 and gbz80 support.
9794
9795         * device/lib/gbz80/heap.s: Added.
9796
9797         * device/lib/z80/heap.s: Added.
9798
9799         * device/lib/malloc.c: Added z80 and gbz80 support.
9800
9801         * support/regression/tests/malloc.c (testMalloc): Added.
9802
9803         * src/SDCCmain.c (parseCmdLine): Added support for -Wp.
9804
9805         * support/regression/tests/bug-478094.c: Added.
9806
9807         * src/z80/gen.c (commitPair): Fixed silly gbz80/z80 commit to static bug.
9808
9809 2001-11-04  Bernhard Held  <bernhard AT bernhardheld.de>
9810
9811         * sdcc/sim/ucsim/s51.src/uc390cl.h: Improvement for ds390 to run regression tests
9812
9813         * sdcc/sim/ucsim/s51.src/uc390.h: Improvement for ds390 to run regression tests
9814
9815         * sdcc/sim/ucsim/s51.src/regs51.h: Improvement for ds390 to run regression tests
9816
9817         * sdcc/sim/ucsim/s51.src/glob.cc: Improvement for ds390 to run regression tests
9818
9819         * sdcc/support/regression/tests/bug-460010.c: Small change for ds390
9820
9821 2001-11-04  Michael Hope  <michaelh AT juju.net.nz>
9822
9823         * src/z80/peeph-gbz80.def: Removed a bad sub optimisation.
9824
9825 2001-11-03  Michael Hope  <michaelh AT juju.net.nz>
9826
9827         * support/regression/tests/bug-477927.c: Added.
9828
9829         * src/z80/peeph.def: Added minor rules.
9830
9831         * src/z80/gen.c (genPlusIncr): Added an extra plusinc rule.
9832
9833         * src/z80/peeph.def: Added jump optimisation modification.
9834
9835 2001-11-01  Michael Hope  <michaelh AT juju.net.nz>
9836
9837         * src/SDCCmain.c (linkEdit): Added runtime path detection to the mcs51 port.
9838
9839 2001-10-30  Michael Hope  <michaelh AT juju.net.nz>
9840
9841         * support/regression/tests/funptrs.c: Added.
9842
9843 2001-10-29  Michael Hope  <michaelh AT juju.net.nz>
9844
9845         * src/z80/ralloc.c (packRegsForHLUse): Fixed up bad spill due to pushing one byte via HL.
9846
9847 2001-10-28  Michael Hope  <michaelh AT juju.net.nz>
9848
9849         * src/z80/gen.c (genArrayInit): Made it work for on stack arrays.
9850
9851         * src/z80/main.c (gbz80_port =): Added rle support to the gbz80 port.
9852
9853         * src/z80/gen.c (genMinus): Fixed for where the result is one byte.
9854         (movLeft2ResultLong): Created.
9855
9856         * src/z80/ralloc.c (packRegsForHLUse): Added a couple of simple cases for the GB.
9857         (joinPushes): Added.  Joins two char pushes into a word push.
9858
9859 2001-10-27  Michael Hope  <michaelh AT juju.net.nz>
9860
9861         * support/cpp2/Makefile.in (install): Added creation of dest dir.
9862
9863         * support/makebin/Makefile (install): Added creation of dest dir.
9864
9865 2001-10-24 Karl Bongers <karl AT turbobit.com>
9866
9867         * configure.in, configure, Makefile, support/cpp: Removed cpp folder, since we have new cpp2 preprocessor code.
9868
9869 2001-10-21  Michael Hope  <michaelh AT juju.net.nz>
9870
9871         * src/z80/ralloc.c: Turned off faulty pack for one use.
9872
9873         * src/z80/peeph-gbz80.def: Removed redundent restart options.
9874
9875         * src/z80/gen.c (genMult): Added native mul for constants on the z80 and gbz80.
9876
9877 2001-10-21  Bernhard Held  <bernhard AT bernhardheld.de>
9878
9879         * support/regression/Makefile: Improved clean
9880
9881         * support/regression/ports/gbz80/spec.mk: Added clean
9882
9883         * support/regression/ports/host/spec.mk: Added clean
9884
9885         * support/regression/ports/z80/spec.mk: Added clean
9886
9887         * support/regression/ports/mcs51/spec.mk: Added clean, little improvements
9888
9889         * support/regression/ports/mcs51/timeout.c: little improvements
9890
9891 2001-10-17  Michael Hope  <michaelh AT juju.net.nz>
9892
9893         * device/lib/malloc.c (MEMHEADER): Fixed against new pedantic pointers.
9894
9895         * support/regression/fwk/include/testfwk.h: Fixed up to use function pts correctly.
9896
9897         * support/regression/generate-cases.py: Fixed up to use function pts correctly.
9898
9899 2001-10-16  Bernhard Held  <bernhard AT bernhardheld.de>
9900
9901         * support/regression/port/mcs51/spec.mk: add timeout for uCsim
9902
9903         * support/regression/port/mcs51/timeout.c: add timeout for uCsim
9904
9905 2001-10-13  Michael Hope  <michaelh AT juju.net.nz>
9906         * src/z80/gen.c (emitCall): Fixed up missing spill of HL when used to assign the result value.
9907
9908         * src/z80/ralloc.c: Turned off pack for one use as it's quite broken.
9909
9910         * src/SDCCmain.c (linkEdit): Added support for passing a legacy command line through the processor.
9911
9912         * src/mcs51/main.c (_linkCmd): Added bin path to command.
9913
9914         * src/SDCCmain.c (initValues): Added support for when it it called just to link.
9915
9916         * as/mcs51/lklibr.c (libfil;): Turned off 'library file' message.
9917
9918         * src/SDCCval.c (constVal): Fixed usage of 'L' modifier problems on ppc.
9919
9920         * support/regression/tests/longor.c: Added.
9921
9922 2001-10-11  Bernhard Held  <bernhard AT bernhardheld.de>
9923
9924         * as/mcs51/asdata.c: replaced FILENAME_MAX with PATH_MAX
9925
9926         * as/mcs51/aslink.h: define PATH_MAX
9927
9928         * as/mcs51/asm.h: define PATH_MAX
9929
9930         * as/mcs51/asmain.c: replaced FILENAME_MAX with PATH_MAX
9931
9932         * as/mcs51/asnoice.c: replaced FILENAME_MAX with PATH_MAX
9933
9934         * as/mcs51/lklex.c: replaced FILENAME_MAX with PATH_MAX
9935
9936         * as/mcs51/lkmain.c: replaced FILENAME_MAX with PATH_MAX
9937
9938         * src/SDCCglobl.h: define PATH_MAX
9939
9940         * src/SDCCmacro.c: replaced FILENAME_MAX with PATH_MAX
9941
9942         * src/SDCCmain.c: replaced FILENAME_MAX with PATH_MAX
9943
9944 2001-10-11  Michael Hope  <michaelh AT juju.net.nz>
9945
9946         * src/z80/gen.c (gencjneshort): Fixed
9947
9948         * src/z80/ralloc.c (packRegsForHLUse): Added pack into HL for cast then ipush.
9949
9950 2001-10-09  Michael Hope  <michaelh AT juju.net.nz>
9951
9952         * support/regression/tests/bug-469671.c: Added.
9953
9954         * src/z80/gen.c (shiftIntoPair): Fixed up warning.
9955
9956 2001-10-08  Michael Hope  <michaelh AT juju.net.nz>
9957
9958         * src/SDCCmain.c: Added --fommit-frame-pointer option and implemented in the z80 port.
9959
9960         * src/z80/gen.c (genPlus): Fixed to work with extended stack.  Also fixed genMinus, genCmp.  genUMinus is still left.
9961
9962 2001-10-08  Bernhar Held  <bernhard AT bernhardheld.de>
9963
9964         * src/SDCCmain.c (preProcess): added define SDCC_NOOVERLAY
9965
9966         * src/device/lib/_mulint.c  : removed hint: nooverlay bug
9967
9968         * src/device/lib/_mullong.c : removed hint: nooverlay bug
9969
9970         * src/device/lib/_divuint.c : removed hint: nooverlay bug
9971
9972         * src/device/lib/_divulong.c: removed hint: nooverlay bug
9973
9974         * src/device/lib/_moduint.c : removed hint: nooverlay bug
9975
9976         * src/device/lib/_modulong.c: removed hint: nooverlay bug
9977
9978 2001-10-07  Michael Hope  <michaelh AT juju.net.nz>
9979
9980         * 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.
9981
9982         * support/Util/NewAlloc.c (freeTrace): Changed free for the gc case to not free at all.  Fixes runtime segfault.
9983
9984         * support/regression/tests/scott-compare3.c (c_abcd): Fixed up casts.
9985
9986 2001-10-07    <johan AT FRIJA>
9987
9988         * device/lib/gets.c (gets): fixed the return value.
9989
9990 2001-10-06  Michael Hope  <michaelh AT juju.net.nz>
9991         * src/SDCCmain.c (WRITE_SEG_LOC): Fixed up to use Safe_strdup.
9992
9993         * 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.
9994
9995         * 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.
9996
9997         * src/z80/gen.c (genZ80Code): Added de-allocation via trace support.
9998
9999         * src/pic/gen.c: Removed Safe_strdup.
10000
10001         * configure.in: Added option to enable libgc support.
10002
10003         * src/SDCCbitv.c (bitVectnBitsOn): Optimised.
10004         (bitVectUnion): Optimised.
10005         (bitVectIntersect): Optimised.
10006         (bitVectBitsInCommon): Optimised.
10007         (bitVectCplAnd): Optimised.
10008
10009         * support/makebin/makebin.c (usage): Removed getopt as mingw32 doesn't have it.  Sigh.
10010
10011 2001-10-03 Bernhard Held <bernhard AT bernhardheld.de>
10012
10013         * src/SDCCmain.c: distinguish between assembler debug and plain options
10014
10015         * src/avr/main.c:   remove standard assembler options
10016
10017         * src/ds390/main.c: remove standard assembler options
10018
10019         * src/mcs51/main.c: remove standard assembler options
10020
10021         * src/port.h: removed "PENDING" comment
10022
10023 2001-10-03 Bernhard Held <bernhard AT bernhardheld.de>
10024
10025         * src/device/lib/_mulint.c  : new, with assember functions
10026
10027         * src/device/lib/_mullong.c : new, with assember functions
10028
10029         * src/device/lib/_divuint.c : with assember functions
10030
10031         * src/device/lib/_divsint.c : with assember functions
10032
10033         * src/device/lib/_divulong.c: with assember functions
10034
10035         * src/device/lib/_divslong.c: with assember functions
10036
10037         * src/device/lib/_moduint.c : with assember functions
10038
10039         * src/device/lib/_modsint.c : with assember functions
10040
10041         * src/device/lib/_modulong.c: with assember functions
10042
10043         * src/device/lib/_modslong.c: with assember functions
10044
10045         * src/device/lib/libint.lib:  replaced _muluint.c  and _mulsint.c  by _mulint.c
10046
10047         * src/device/lib/liblong.lib: replaced _mululong.c and _mulslong.c by _mullong.c
10048
10049         * src/device/lib/Makefile.in: replaced _muluint.c  and _mulsint.c  by _mulint.c
10050                                       replaced _mululong.c and _mulslong.c by _mullong.c
10051
10052 2001-10-03 Bernhard Held <bernhard AT bernhardheld.de>
10053
10054         * src/SDCCsymt.c: sequence of specifiers in pintTypeChain() corrected
10055
10056 2001-10-01 Bernhard Held <bernhard AT bernhardheld.de>
10057
10058         * src/SDCCglue.c: test, if win32api is available for MINGW
10059
10060 2001-10-01 Bernhard Held <bernhard AT bernhardheld.de>
10061
10062         * src/SDCCsymt.c: no more _modifier in printTypeChain()
10063         * support/regression/tests/driverstruct.c: REENTRANT for mcs51
10064         * support/regression/ports/gbz80/spec.mk: removed GENERIC
10065         * support/regression/ports/host/spec.mk: removed GENERIC
10066         * support/regression/ports/mcs51/spec.mk: removed GENERIC
10067         * support/regression/ports/z80/spec.mk: removed GENERIC
10068
10069 2001-10-01  Michael Hope  <michaelh AT juju.net.nz>
10070
10071         * support/regression/fwk/lib/testfwk.c (__printf): Removed GENERIC.
10072
10073         * support/regression/tests/bug-467035.c: Created.
10074
10075 2001-10-01    <johan AT FRIJA>
10076
10077         * src/SDCC.y: fixed bug #466586 part 1
10078
10079 2001-10-01  Johan Knol <johan.knol AT iduna.nl>
10080
10081         * SDCCicode.c: z80 has no generic pointers
10082         * removed -s from strip in all Makefile(.in)'s. It is not needed, but Solaris chocks on it.
10083
10084 2001-09-30  Michael Hope  <michaelh AT juju.net.nz>
10085
10086         * sim/ucsim/cmd.src/Makefile.in ($(PRJDIR)/libcmd.a): Changed all ar references to $(AR) for Solaris.
10087
10088 2001-09-29  Michael Hope  <michaelh AT juju.net.nz>
10089
10090         * Makefile (sdcc-libs): Added makebin to the list of standard targets.
10091
10092         * support/regression/ports/z80/spec.mk: Updated to use env for sdcc bin dir for automatic regression.
10093
10094 2001-09-25  Michael Hope  <michaelh AT juju.net.nz>
10095
10096         * configure.in: Fixed up so that ucsim is only configured once.
10097
10098         * support/cpp2/configure.in: Fixed to use the program transform to append the .exe for the win32 build.
10099
10100         * src/SDCCutil.c (getPrefixFromBinPath): Fixed up to work with win32 in all of its glory.
10101         (getPathDifference): As above.
10102
10103         * src/SDCCmain.c (preProcess): Changed to use a temporary file in a proper temp directory.  Fixed case where pre-processing only.
10104
10105         * src/SDCCglue.c (tempfilename): Added function for pre-processor.
10106
10107 2001-09-23  Michael Hope  <michaelh AT juju.net.nz>
10108         * .version: Updated to 2.3.1
10109
10110         * src/z80/main.c (z80_port =): Added macro based linker and assembler command line support.
10111         Added copyright header.
10112
10113         * src/SDCCmain.c: Shifted various functions into SDCCutil.c
10114         (assemble): Added support for macro based assembler commands.
10115         (linkEdit): Added support for macro based linker commands.
10116         (preProcess): Changed the pre-processor to use macros.
10117         (_setPaths): Added functionality to autodetect the include, lib and bin dir paths.
10118         (_discoverPaths): Added support for overriding the install directory using the SDCCDIR env variable.
10119
10120         * device/lib/z80/crt0.s: Added module name for debugging.
10121
10122 2001-09-20  Michael Hope  <michaelh AT juju.net.nz>
10123
10124         * src/SDCCmain.c (printVersionInfo): Added the build date to the version info.
10125
10126         * src/SDCChasht.c (hTabDeleteByKey): Fixed delete as it would delete the last item from a bucket even if it wasn't the real one.
10127
10128         * src/SDCCglue.c: Moved gc_strdup to SDCCutil.c
10129
10130         * src/Makefile.in: Added SDCCmacro and SDCCutil
10131
10132 2001-09-19  Michael Hope  <michaelh AT juju.net.nz>
10133
10134         * src/SDCCmain.c (printVersionInfo): Added the build date to the version info.
10135
10136 2001-09-16    <johan AT FRIJA>
10137
10138         * 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.
10139
10140 2001-09-15    <johan AT FRIJA>
10141
10142         * src/mcs51/ralloc.c: (findAssignToSym): fixed bug #460662 part 1
10143         * src/ds390/ralloc.c (findAssignToSym): fixed bug #460662 part 1
10144
10145 2001-09-11    <johan AT FRIJA>
10146
10147         * src/SDCCval.c (valDiv Mod Minus Plus Shift): keep litteral expressions as small as possible (bug #460010)
10148
10149 2001-09-10  Michael Hope  <michaelh AT juju.net.nz>
10150
10151         * support/regression/tests/bug-460444.c: Added test case.
10152
10153         * src/z80/gen.c (genOr): bug 460444: if (a ^ lit) was broken for &, |, and ^.
10154         (genCast): Added justification for all of the asserts.
10155
10156 2001-09-10  Bernhard Held <bernhard AT bernhardheld.de>
10157
10158         * support/regression/support.c: _xdata replaced by xdata
10159
10160         * support/regression/spec.mk: removed _generic
10161
10162 2001-09-09  Michael Hope  <michaelh AT juju.net.nz>
10163
10164         * src/pic/ralloc.c (debugLogRegType): Removed some old types to get it to compile.
10165
10166         * src/z80/gen.c (shiftR2Left2Result): Improved the case when v = v >> n for small values of n to use less code space and time.
10167         (genrshTwo): Fixed v = v >> n where v is a negative int and n is > 8: bug 460010.
10168
10169         * src/z80/peeph.def: Added a rule to optimise shift then compare.
10170
10171         * support/regression/tests/bug-460000.c (testShiftByParam): Added test case.
10172
10173         * support/regression/tests/bug-460010.c: Added test case.
10174
10175         * support/regression/Makefile (test-host): Removed a silly 'clean' target when testing against gcc.
10176
10177 2001-09-09  Bernhard Held <bernhard AT bernhardheld.de>
10178
10179         * support/regression/Makefile: inter-port-clean adjusted for mcs51
10180
10181         * support/regression/testfwk.c: removed workaround for bug #436344
10182
10183         * support/regression/tests/bp.c: use less memory with mcs51
10184
10185         * support/regression/tests/bug-441448.c: use less memory
10186
10187         * support/regression/tests/ports/mcs51/spec.mk: cleanup, use --stack-after-data
10188
10189         * support/regression/collate-results.py: typo
10190
10191 2001-09-08  Michael Hope  <michaelh AT juju.net.nz>
10192
10193         * support/regression/tests/fetchoverlap.c: Added new test case.
10194
10195         * support/regression/tests/bp.c: Added new test case.
10196
10197         * support/regression/tests/bug-448984.c: Added new test case.
10198
10199         * support/regression/tests/pow2shifts.c: Added new test case.
10200
10201         * src/z80/gen.c: Turned off the noise it normally generates for the release.
10202         (genlshTwo): Fixed right shift for count > 8.
10203
10204         * src/z80/ralloc.c: Disabled most of the ACC packing rules as they weren't getting hit and weren't at all safe.
10205
10206 2001-09-08    <johan AT FRIJA>
10207
10208         * src/SDCCicode.c (geniCodeCall): a CPOINTER can be used as a function
10209
10210 2001-09-07    <johan AT FRIJA>
10211
10212         * src/SDCCicode.c (newiCodeCondition): fixed bug #456235 (1.77)
10213
10214         * src/SDCCglue.c (emitRegularMap): only delete a symbol when it is a symbol
10215
10216 2001-09-06    <johan AT FRIJA>
10217
10218         * src/SDCC.y: this could be a fix for bug #458744 (1.37)
10219         * bernhard noted me at this: "() equals to (void)" (1.38)
10220
10221 2001-09-05    <johan AT FRIJA>
10222
10223         * src/SDCCglue.c (emitRegularMap): a fix for bug #458099/2
10224
10225 2001-09-04    <johan AT FRIJA>
10226
10227         * src/SDCCsymt.c (checkSClass): a fix for bug #458099/1
10228
10229
10230 2001-09-04  Paul Stoffregen  <paul AT pjrc.com>
10231
10232         * pragma noinduction broke memcpy on mcs51 large model.  Moved it inside z80 optimization
10233
10234 2001-09-03  Michael Hope  <michaelh AT juju.net.nz>
10235
10236         * link/z80/aslink.h: Fixed path for PATH_MAX
10237
10238 2001-09-02  Michael Hope  <michaelh AT juju.net.nz>
10239
10240         * src/z80/gen.c (fetchLitPair): Changed so that it properly caches direct space references.
10241
10242         * support/regression/tests/addsub.c: Added cases to cover all the +, - combinations.
10243
10244         * support/regression/tests/uminus.c: Added a test for the unary minus operator.
10245
10246         * 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.
10247
10248 2001-09-01  Michael Hope  <michaelh AT juju.net.nz>
10249
10250         * src/z80/gen.c: Fixed up generator to pass the regresion tests, specifically fixing loads for longs, genCmp, and turned on the map file.
10251         (genCmp): Fixed up genCmp for the GB with longs.
10252
10253         * device/lib/gbz80/Makefile: Fixed up all the libraries to pass the regression tests.
10254
10255         * support/regression/ports/host/spec.mk: Updated to compile with the new type specifiers.
10256
10257         * device/lib/Makefile.in (Z80SOURCES): Removed old _mululong, _mulslong, and unneeded _mulint.
10258
10259         * device/lib/_mullong.c (_mulslong): Changed to actually return a value :)
10260
10261 2001-08-30  Paul Stoffregen  <paul AT pjrc.com>
10262
10263         * added peepholes 223 to 231 to mcs51 port.  These improve code when using large model.
10264
10265 2001-08-30  Michael Hope  <michaelh AT juju.net.nz>
10266
10267         * 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.
10268
10269         * src/z80/gen.c (genPlus): Changed bad long add for gb to a fall through.
10270
10271 2001-08-29  Michael Hope  <michaelh AT juju.net.nz>
10272
10273         * link/z80/aslink.h: Fixed long file name support.  Is now based off PATH_MAX instead of a constant.
10274
10275         * src/z80/gen.c: Fixed add and sub for the case where left or right are in static space.
10276
10277 2001-08-30 Bernhard Held   <bernhard AT bernhardheld.de>
10278
10279   * sim/ucsim/configure:    little improvement of Cygwin-detection
10280   * sim/ucsim/configure.in: little improvement of Cygwin-detection
10281   * sim/ucsim/cmd.src/newcmdcl.h: include <sys/types.h> to define fd_set automated build
10282   * support/regression/tests/bug-221100.c: small changes for mcs51
10283   * support/regression/tests/bug-221168.c: small changes for mcs51
10284   * support/regression/tests/bug-227710.c: small changes for mcs51
10285   * support/regression/tests/staticinit.c: small changes for mcs51
10286   * as/mcs51/aslink.h: accept everything as symbol name in rel-files, bug fix ID 452601
10287   * as/mcs51/lklex.c:  accept everything as symbol name in rel-files, bug fix ID 452601
10288   * as/mcs51/lksym.c:  accept everything as symbol name in rel-files, bug fix ID 452601
10289
10290 $Revision$