ceab0729c3a48d92fe8efa6232928a1f2bb62dc3
[fw/sdcc] / ChangeLog
1 2005-10-28 Bernhard Held <bernhard AT bernhardheld.de>
2
3         * src/SDCCsymt.c (computeType): fixed bug 1358192: added missing else,
4         reformatted for better readability
5
6 2005-11-17 Borut Razem <borut.razem AT siol.net>
7
8         * device/lib/pic16/Makefile.rules, device/lib/pic16/Makefile.subdir:
9           itroduced SILENT option to make building of pic16 libraries less
10           verbose - used for nightly snapshot build
11         * doc/sdccman.lyx: documented that SDCDB and ucSim are currently not
12           available on Win32 platforms.
13         * sdcc/device/lib/Makefile.in: added library sources for mcs51, small,
14           medium, large, pic and pic16
15
16 2005-11-16 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
17
18         * device/lib/printf_large.c: Temporary patch for bug 1358192: 
19           printf("%f"...) sets fraction to zero. 
20
21 2005-11-16 Raphael Neider <rneider AT web.de>
22
23         * src/pic/pcode.c (LinkFlow): handle empty flows correctly,
24           fixes #1357221
25         * src/pic/gen.c (genIfx): implemented for CARRY bit
26         * src/pic16/gen.c (genAssign,genCast): fixed assigning/casting
27           to generic pointers, fixes #1357332,
28           (pic16_movLit2f): NEW,
29           (pic16_storeForReturn,genDataPointerSet): use pic16_movLit2f
30
31 2005-11-14 Maarten Brock <sourceforge.brock AT dse.nl>
32
33         * src/SDCCmain.c (parseCmdLine): fixed bug 1356800, thanks rsudjian
34
35 2005-11-11 Raphael Neider <rneider AT web.de>
36
37         * src/pic/gen.c: handle FPOINTERS like POINTERS everywhere
38         * src/pic16/gen.c (pic16_derefPtr): now works for non-pointers as well,
39           compute pointer's type from operand,
40           (genUnpackBits,genPackBits): handle FPOINTERS correctly, re-indented,
41           improved single bit reads, fixes bug #1353379
42
43 2005-11-09 Borut Razem <borut.razem AT siol.net>
44
45         * support/scripts/sdcc.nsi: added lib/pic to the package
46
47 2005-11-08 Maarten Brock <sourceforge.brock AT dse.nl>
48
49         * src/SDCCval.c (valUnaryPM): fixed bug 1350699
50
51 2005-11-06 Maarten Brock <sourceforge.brock AT dse.nl>
52
53         * support/regression/tests/bug1348008.c: added
54         * src/mcs51/gen.c (saveRBank, unsaveRBank): fixed bug 1348008
55         * support/regression/tests/bug1337835.c: updated comment
56
57 2005-11-06 Borut Razem <borut.razem AT siol.net>
58
59         * sim/ucsim/error.cc, sim/ucsim/errorcl.h,
60           sim/ucsim/sim.src/stack.cc, sim/ucsim/sim.src/stackcl.h,
61           sim/ucsim/sim.src/uc.cc, sim/ucsim/sim.src/uccl.h,
62           sim/ucsim/sim.src/mem.cc, sim/ucsim/sim.src/memcl.h,
63           sim/ucsim/cmd.src/set.cc, sim/ucsim/cmd.src/show.cc:
64           dynamic construction of cl_error_class and derivates - 2.nd try
65
66 2005-11-05 Borut Razem <borut.razem AT siol.net>
67
68         * sim/ucsim/sim.src/error.cc: fixed uninitialized class member variable
69           bug, which caused Bus Errors on sparc solaris
70
71 2005-11-04 Borut Razem <borut.razem AT siol.net>
72
73         * sim/ucsim/error.cc, sim/ucsim/errorcl.h,
74           sim/ucsim/sim.src/stack.cc, sim/ucsim/sim.src/stackcl.h,
75           sim/ucsim/sim.src/uc.cc, sim/ucsim/sim.src/uccl.h,
76           sim/ucsim/sim.src/mem.cc, sim/ucsim/sim.src/memcl.h,
77           sim/ucsim/cmd.src/cmdconf.cc: dynamic construction of cl_error_class
78           and derivates to resolve the initialization problem on OSX
79
80 2005-11-02 Borut Razem <borut.razem AT siol.net>
81
82         * sim/ucsim/cmd.src/cmdutil.cc, sim/ucsim/cmd.src/newcmd.cc:
83           corrected typo - #include <winsock2.h>
84
85 2005-11-02 Maarten Brock <sourceforge.brock AT dse.nl>
86
87         * src/asm.c (printILine): always close tmpFile, thanks Beau E. Cox,
88           (_asxxxx_mapping): added org directive for future enhancements
89
90 2005-11-01 Borut Razem <borut.razem AT siol.net>
91
92         * sim/ucsim/app.cc, sim/ucsim/cmd.src/cmdutil.cc, sim/ucsim/cmd.src/newcmd.cc:
93           enabled sockets on WIN32
94         * sim/ucsim/cmd.src/newcmd.cc: fixed bug with uninitialized variables
95
96 2005-10-31 Borut Razem <borut.razem AT siol.net>
97
98         * support/regression/generate-cases.py: escape backslashes in {testcase}:
99           WIN32 backslash path delimiters should be escaped when used in C strings
100         * support/regression/tests/bitfields.c: exclude failing assertions for
101           __CYGWIN32__ and __MINGW32__ hosts
102
103 2005-10-30 Borut Razem <borut.razem AT siol.net>
104
105         * src/SDCCutil.c: corrected double comparison typo
106
107 2005-10-30 Maarten Brock <sourceforge.brock AT dse.nl>
108
109         * device/lib/medium/Makefile: added for new memory model medium
110         * device/include/asm/mcs51/features.h: updated for medium/pdata
111         * device/include/mcs51/c8051f120.h: added sfr16/sfr32 definitions,
112           added Multiply & Accumulate sbit's and MAC0_PAGE define
113         * device/include/mcs51/c8051f300.h: added sfr16 definitions
114         * device/include/mcs51/c8051f310.h: added sfr16 definitions
115         * device/lib/_mullong.c: update for medium model
116         * device/lib/incl.mk: added medium model
117         * doc/sdccman.lyx: documented medium model
118         * src/SDCCast.c (isBitAndPow2): simplified using updated powof2
119         * src/SDCCicode.c (geniCodeMultiply, geniCodeDivision): use updated powof2
120         * src/SDCCmain.c (optionsTable, linkEdit): enabled medium model
121         * src/SDCCmem.c (allocIntoSeg): set iaccess for pdata symbols,
122           (allocParms): set SCLS and OCLS to pdata for medium model
123         * src/SDCCsymt.c (processFuncArgs): use default_local_map and set iaccess
124           for pdata,
125           (powof2): return <0 if not power of 2
126         * src/avr/gen.c (genBitWise): use updated powof2
127         * src/mcs51/gen.c (genMinusDec): use acc if necessary,
128           (shiftR2Left2Result): small optimization in setup, save acc when storing,
129           (shiftLLeftOrResult): use B if necessary
130         * src/mcs51/main.c (_mcs51_finaliseOptions, mcs51_port): added medium model
131         * src/mcs51/peeph.def: renamed 226 to 226.b, added 226.a
132         * src/pic/main.c (_pic14_do_link): made void parameter list explicit
133         * support/regression/Makefile.in: added test-mcs51-medium
134         * support/regression/ports/mcs51-medium/spec.mk: added to test medium model
135
136 2005-10-28 Bernhard Held <bernhard AT bernhardheld.de>
137
138         * src/SDCCsymt.c (compStructSize): make bitfields without (un)signed
139         specifier unsigned
140         * device/lib/time.c (mktime): fixed bug 1334315
141
142 2005-10-28 Raphael Neider <rneider AT web.de>
143
144         * device/include/pic/p16f_common.inc: added common declarations
145         * src/pic/ralloc.c (initStack): moved regs *r to block start for Alpha
146
147 2005-10-27 Maarten Brock <sourceforge.brock AT dse.nl>
148
149         * src/mcs51/gen.c (getTempRegs): return 0 if not enough registers found,
150           (aopPutUsesAcc): added to predict accumulator use,
151           (assignResultValue): save acc if necessary,
152           (genMinusDec): store result if indirectly addressed,
153           (genDivOneByte):  save acc if necessary,
154           (movLeft2Result): bugfix if left already in acc,
155           (genAnd, genOr, genXor, shiftL2Left2Result, shiftR2Left2Result): pay more
156             attention to accumulator use (esp. pdata),
157           (genReceive): receive pdata correctly
158         * src/SDCCicode.c (isOperandInPagedSpace): added to detect pdata operands
159         * src/SDCCicode.h: added isOperandInPagedSpace prototype
160
161 2005-10-27 Raphael Neider <rneider AT web.de>
162
163         * doc/sdccman.lyx: corrected version (should be 2.5.4 not 2.5.5)
164
165 2005-10-27 Raphael Neider <rneider AT web.de>
166
167         * .version: changed version to 2.5.4
168         * doc/sdccman.lyx: changed version to 2.5.4, added some remarks to PIC14
169         * device/lib/pic/libsdcc/{_mulint.c,_mullong.c}: use unsigned literals,
170           (_divschar.c,divuchar.c,_mulchar.c,_modschar.c,_moduchar): NEW,
171             arithmetics support routines
172         * device/lib/pic/Makefile.rules: have assembler sources preprocessed
173         * device/lib/Makefile.in: also create installdir for pic
174
175         * src/SDCCopt.c (cnvToFcall): mark support routines `extern' for
176           pic14 port as well
177         * src/pic/device.c (dump_sfr): rewritten to delegate register
178           placement to the linker (use `extern sym' rather than sym EQU addr),
179           (validAddress): fixed to check last specified address
180         * src/pic/gen.c (aopForSym): added code to deal with array (useless?),
181           (popGetLit): truncate literal value to 8 bit,
182           (popGet): moved assert to more appropriate place
183           (popGetExternal): create pCode operand from and mark the according
184             symbol as being `extern'
185           (popGetAddr): added sanity check on immediate's offset, provide
186             GPOINTER tag on demand
187           (aopPut): fixed for immediates,
188           (mov2w_op): move operand's address or contents to WREG (depending on
189             operand type), safer variant of mov2w,
190           (movwf,call_libraryfunc): NEW, handy abbreviations,
191           (get_argument_pcop,get_return_val_pcop,pass_argument,
192           get_returnvalue): interface for accessing function parameters and
193             return values,
194           (assignResultValuei,genRet): use new parameter/return value interface
195           (pic14_getDataSize): back to old version handling generic pointers,
196           (pic14_toBoolean,genNot,genCpl,genCmpEq,genOrOp): heavily rewritten,
197             provided implementation and/or fixed old one,
198           (genMultOneByte,genDivOneByte,genModOneByte): implemented as library
199             calls, removed legacy 8051 reference code
200           (AccLsh,AccRsh): rewritten and fixed to deal with signed operands
201           (loadSignToC): NEW, move the operands sign bit to CARRY,
202           (genGenericShift): NEW, replaces genLeftShift, genRightShift and
203             genRightShiftSigned, accepts negative shift counts,
204           (setup_fsr): load FSR and adjust IRP (indirect memory access),
205           (emitPtrByteGet,emitPtrByteSet): rewritten, now works with
206             generic pointers, __data pointers and __code pointers,
207           (genUnpackBits,genPackBits): rewritten to work with generic pointers
208             and signed bitfields, limit bitfields to 8 bit,
209           (genDataPointerGet): fixed number of bytes read,
210           (genGenPointerGet,genConstPointerGet): fixed bitfield access,
211           (genPointerGet,genPointerSet): fixed handling of __code pointers,
212             pointers to constant data are no longer assumed to point to __code
213             space, removed invalid pointer types,
214           (bitpatternFromVal): retrieve the PICs representation of an integer
215             or float literal,
216           (genDataPointerSet): fixed assigning to po_immediate operands,
217           (genGenPointerSet): implemented as library call,
218           (genIfx): fixed incorrect condition,
219           (genAddrOf): limit generic pointers' addresses to 2 bytes,
220             provide GPOINTER tag according to destination's storage class,
221           (genCast): added code to handle casting to generic pointers, added
222             sign-/zero extension of the result
223           (aop_isLitLike,op_isLitLike): fixed handling of immediates
224         * src/pic/gen.h: added macros to access IRP bit in STATUS register
225         * src/pic/genarith.c (genAddLit): use min(result's,left's) size, sign
226           extend the result
227         * src/pic/glue.c (is_shared_address,is_shared): check whether a given
228           address/register resides in the shared banks
229           (emitSymbolToFile): improved to handle global and `pinned' symbols,
230             put all variables into separate sections (have the linker arrange
231             them)
232           (picglue): put init code and interrupt handlers in separate sections
233         * src/pic/main.c: added port specific options table, modified to PORT
234           structure to make GPOINTERs 3 byte, added pic14_options
235           (_pic14_do_link): private linking routine (update paths to libraries,
236             add libsdcc.lib by default)
237         * src/pic/main.h: declare pic14_options
238         * src/pic/pcode.c: fixed instructions i/o relations,
239           (RegCond): reverted to correct version,
240           (newpCodeOpLit): truncate literals to 8 bit,
241           (genericPrint): added debug output,
242           (getRegFromInstruction): fixed for various operand types, simplified
243           (BuildFlow): fixed broken handling of isntructions with labels
244           (LinkFlow): start at last instruction in flow (skip trailing comments),
245             pass the flow on to the next instruction after CALL
246           (pCodeReplace): NEW, replace a pCode and move meta data to the new one
247           (insertPCodeInstruction): fixed inserting after a skip instruction,
248           (DoBankSelect): fixed for labeled instructions
249           (OptimizepBlock): honor --nopeep switch
250           (AnalyzeFlow,ReuseReg): prevent crash on source files with no function
251         * src/pic/pcodepeep.c (pCodePeepMatchRule): prevent NULL pointer accesses
252         * src/pic/pcoderegs.c (regIsLocal): NEW, check visibility of a register
253           (pCodeOptime2pCodes): allow disabling this optimization via
254             --no-pcode-opt due seldomly occuring bugs, fixed some conditions
255             but is still buggy), started implementation of a dataflow based
256             pCode optimization (CSE + dead code elimination)
257           (pCodeRegMapLiveRangesInFlow): removed bogus inCond
258         * src/pic/ralloc.c (initStack): renamed stack registers to STK%d, the new
259           names are independant of the stack location and therefore portable across
260           devices
261
262 2005-10-27 Maarten Brock <sourceforge.brock AT dse.nl>
263
264         * src/mcs51/ralloc.c (bitType): added to detect bit variables,
265           (selectSpil): fixed bug 1337835 by not spilling bit variables
266         * support/regression/tests/bug1337835.c: added test for this bug
267         * src/mcs51/peeph.def: restart after rule 3.c,
268           addded rules 263.x to optimize loading constants
269
270 2005-10-26 Raphael Neider <rneider AT web.de>
271
272         * src/SDCCsymt.c (compStructSize): allow signed bitfields for PIC ports
273         * src/pic16/gen.c (genUnpackBits): support signed bitfields,
274           (genAssign): emit warning when casting literals to generic pointer
275             type, also applies when taking the address of a fixed variable,
276           (genCast): improved casting to generic pointers
277         * src/pic16/glue.c (pic16emitStaticSeg): fixed(?) handling of fixed
278           extern variables, added verbose error message
279         * device/include/pic16/{string.h,errno.h}: added #pragma library c
280
281 2005-10-26 Bernhard Held <bernhard AT bernhardheld.de>
282
283         * src/mcs51/gen.c (genMinus): fixed bug 1270906: reverse subtraction,
284         carry must be complemented too
285         * src/mcs51/peeph.def: addded rule 262 to remove double cpl c, which
286         could be emitted by genMinus
287         * src/SDCCval.c (constVal): fixed bug 1305065
288
289 2005-10-25 Bernhard Held <bernhard AT bernhardheld.de>
290
291         * src/SDCCast.c (addCast): added promotion for bit variables
292         (decorateType): emit W_COMPLEMENT before the problem vanishes behind
293         promotion casts + optimisation
294         (optimizeGetWord): fix warning 'i' might be used uninitialized
295         * src/mcs51/gen.c (genCpl): removed W_COMPLEMENT
296         * src/ds390/gen.c (genCpl): removed W_COMPLEMENT
297
298 2005-10-24 Bernhard Held <bernhard AT bernhardheld.de>
299
300         * src/SDCCicode.c (ast2iCode): reverted to 1.224 because of regression:
301         all chars are promoted to int; promotion should be handled in SDCCast.c
302
303 2005-10-15 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
304
305         * device/lib/_strcmp.c: Fixed bug 1326457
306
307 2005-10-11 Raphael Neider <rneider AT web.de>
308
309         * device/lib/pic16/libio/i2c.ignore: added 1320, fixes broken builds
310         * device/lib/pic16/libdev/pic18f1320.c: added 1320's device library
311
312 2005-10-05 Maarten Brock <sourceforge.brock AT dse.nl>
313
314         * src/SDCC.y (AT): fixed bug with sfr32 addresses when built with GCC
315         * support/regression/tests/sfr16.c: added test for the sfr32 bug
316
317 2005-10-04 Raphael Neider <rneider AT web.de>
318
319         * device/include/pic16/pic18fregs.h, src/pic16/devices.inc,
320           device/lib/pic16/pics.all: added pic18f1320
321         * src/pic16/pcode.c (mnem2key): fixed prototype's argument mismatch
322
323 2005-09-30 Raphael Neider <rneider AT web.de>
324
325         * src/pic16/device.c (Pics16[]): moved device descriptions to devices.inc
326         * src/pic16/devices.inc: NEW, provides device descriptions
327         * src/pic16/gen.c (genInline): fixed handling of ';'-comments
328
329 2005-09-26 Maarten Brock <sourceforge.brock AT dse.nl>
330
331         * src/SDCCicode.c (operandOperation): added GETABIT, GETBYTE, GETWORD and
332           GETHBIT
333
334 2005-09-25 Maarten Brock <sourceforge.brock AT dse.nl>
335
336         * doc/sdccman.lyx: updated Highest Order Bit documentation,
337           documented Any Order Bit, Higher Order Byte and Higher Order Word
338         * src/SDCC.y: added tokens GETABIT, GETBYTE, GETWORD
339         * src/SDCCast.c (optimizeGetHbit): updated to also accept bool=expr&(1<<n),
340           (optimizeGetAbit): new, to get any bit, not only the high bit,
341           (optimizeGetByte): new, to get a byte from a (long) int: expr>>(8*n),
342           (optimizeGetWord): new, to get a word from a long int: expr>>(8*n),
343           (isConformingBody): also check GETABIT, GETBYTE, GETWORD,
344           (decorateType): '&': also try GETABIT, GETBYTE, GETWORD optimization,
345             RIGHT_OP: also try GETBYTE, GETWORD optimization,
346             GETABIT, GETBYTE, GETWORD: decorate them,
347           (isShiftRightLitVal, isBitAndPowOf2): new helper functions,
348           (ast_print): added GETABIT, GETBYTE, GETWORD
349         * src/SDCCcse.c (isSignedOp): added GETABIT, GETBYTE, GETWORD
350         * src/SDCCicode.c (codeTable): added GETABIT, GETBYTE, GETWORD,
351           (geniCodeBinary): new generic binary icode,
352           (ast2iCode): added GETABIT, GETBYTE, GETWORD
353         * src/port.h: updated comment for PORT.hasExtBitOp
354         * src/mcs51/gen.c (genGetAbit): new, to get any single bit,
355           (genGetByte): new, to get a single byte,
356           (genGetWord): new, to get a word from a long,
357           (gen51Code): added GETABIT, GETBYTE, GETWORD
358         * src/mcs51/main.c (hasExtBitOp): added GETABIT, GETBYTE, GETWORD
359
360 2005-09-23 Raphael Neider <rneider AT web.de>
361
362         * configure.in, configure: have device/lib/pic configured
363         * device/lib/Makefile.in: added model-pic14
364         * device/lib/clean.mk: added pic/ to clean rule
365         * device/lib/pic: added rudimentary pic14 library providing support
366           functions for multiplication/division/generic pointer access
367         * src/SDCCopt.c (convilong): mark support functions as extern
368           for pic14 port as well
369         * src/pic/gen.c (genMult): added assertions,
370           (genpic14Code): emit warning on unhandled iCodes
371         * src/pic/main.c (_hasNativeMulFor): return true only for 8x8 bit
372         * src/pic/pcode.c (pCodeOpCopy),
373         * src/pic16/pcodepeep.c (pic16_pCodeOpCopy): fixed handling of various
374           pCodeOpReg-subtypes (PO_{STATUS,INTCON,PCL,PCLATH,PCLATU,BSR,
375           SFR_REGISTER}), made safe for future extensions
376         * src/pic16/pcode.c (pic16_safepCodeUnlink): allow for removal of
377           instructions even if preceeded by SKIP instructions (also remove
378           them); removed unused code
379         * src/pic16/pcode.h: added arg2 to pCodeOpLit to match pCodeOpLit2,
380           prevents leaving parts of the structure uninitialized after copying
381
382 2005-09-22 Maarten Brock <sourceforge.brock AT dse.nl>
383
384         * src/mcs51/gen.c (genMinus): fix for undetected bug introduced 3 months
385           ago by me
386         * support/regression/tests/addsub.c: added test for the bug
387
388 2005-09-21 Raphael Neider <rneider AT web.de>
389
390         * device/include/pic16/pic18f1220.h,
391           device/lib/pic16/libdev/pic18f1220.c: added ECCPAS sfr and bitfield
392         * device/lib/pic16/Makefile.rules: added missing opening paren
393         * src/pic16/gen.c (pic16_genNot,pic16_genCpl): removed as these
394           are provided in genutils.c,
395           (genUminusFloat,genUminus,genCmpEq): added asserts on different
396           operand/result sizes,
397           (genCmp): assert on NULL pointers first, then check deref'ed values
398         * src/pic16/genutils.c (pic16_genCpl): fixed for different operand/
399           result size
400
401 2005-09-18 Raphael Neider <rneider AT web.de>
402
403         * src/pic16/gen.c (genFarPointerGet,genFarPointerSet): removed
404           as these are now unused,
405           (genPointerGet,genPointerSet): handle FPOINTERs like POINTERs
406         * src/pic16/pcode.c (pic16_symIsSpecial): assume REG_TMPs to be
407           local, avoids uninitialized pointer dereference on r->name
408         * src/pic16/ralloc.c (newReg): fixed indentation
409
410 2005-09-13 Maarten Brock <sourceforge.brock AT dse.nl>
411
412         * src/SDCCval.c (constVal): fixed bug 730366
413         * support/Util/SDCCerr.c,
414         * support/Util/SDCCerr.h: added warning W_INVALID_INT_CONST
415
416 2005-09-10 Maarten Brock <sourceforge.brock AT dse.nl>
417
418         * as/mcs51/lkmem.c (summary2): fixed report for absolute areas (bug 1210220)
419
420 2005-09-09 Maarten Brock <sourceforge.brock AT dse.nl>
421
422         * src/mcs51/peeph.def (241.x): fixed bug when comparing generic pointers
423
424 2005-09-08 Maarten Brock <sourceforge.brock AT dse.nl>
425
426         * as/hc08/lkaomf51.c (OutputName): made name unsigned char,
427           (hex2dec): made hex_digit unsigned char, removed ascii dependance
428         * as/mcs51/lkaomf51.c (OutputName): made name unsigned char,
429           (hex2dec): made hex_digit unsigned char, removed ascii dependance
430         * as/mcs51/lkarea.c (lnkarea2): sort absolute areas to the front
431         * packihx/packihx.c (hexDigit): made c unsigned char
432         * as/mcs51/lklibr.c (fndsym),
433         * link/z80/lkgb.c (gb),
434         * link/z80/lklibr.c (fndsym),
435         * link/z80/lkrloc.c (relr),
436         * sim/ucsim/libltdl/ltdl.c (load_deplibs, try_dlopen),
437         * src/SDCC.lex (checkCurrFile, process_pragma),
438         * src/SDCCglue.c (spacesToUnderscores),
439         * src/SDCCmain.c (setParseWithComma, processFile),
440         * src/asm.c (tvsprintf, printCLine),
441         * src/avr/gen.c (emitcode, aopPut),
442         * src/ds390/gen.c (emitcode),
443         * src/hc08/gen.c (emitcode, emitinline),
444         * src/mcs51/gen.c (emitcode, genInline),
445         * src/pic/pcodepeep.c (cvt_extract_destination, cvt_extract_status,
446           tokenizeLineNode),
447         * src/pic/ralloc.c (debugLog),
448         * src/pic16/pcodepeep.c (cvt_extract_destination, cvt_extract_status,
449           tokenizeLineNode),
450         * src/pic16/ralloc.c (debugLog),
451         * src/z80/main.c (_process_pragma):
452            made all ctype.h function calls safe
453         * src/SDCCopt.c: include math.h for fabs
454         * src/SDCCpeeph.c: added macros ISCHARDIGIT, ISCHARSPACE and ISCHARALNUM
455           and used them throughout the code to make ctype.h function calls safe
456         * src/ds390/main.c (asmLineNodeFromLineNode),
457         * src/mcs51/main.c (asmLineNodeFromLineNode): made p unsigned char*
458         * src/pic/gen.c (DEBUGpic14_emitcode, pic14_emitcode): made lbp
459            unsigned char*
460         * src/pic/pcode.c (mnem2key): made mnem unsigned char*,
461           (newpCodeAsmDir): made ctype.h function calls safe
462         * src/pic16/gen.c (pic16_emitpcomment, DEBUGpic16_emitcode,
463           pic16_emitcode):  made lbp unsigned char*
464         * src/pic16/pcode.c (mnem2key): made mnem unsigned char*,
465           (pic16_newpCodeAsmDir): made ctype.h function calls safe
466         * src/xa51/gen.c (emitcode),
467         * src/z80/gen.c (_emit2): made lbp unsigned char*
468         * support/Util/MySystem.c (split_command): made cmd_line and p unsigned
469            char*
470
471 2005-09-05 Raphael Neider <rneider AT web.de>
472
473         * src/pic16/ralloc.c (pic16_allocDirReg): use device specific
474           access bank splitpoint
475
476 2005-09-05 Raphael Neider <rneider AT web.de>
477
478         * device/lib/pic16/libc/Makefile: added (missing) string to SUBDIRS
479
480 2005-09-03 Maarten Brock <sourceforge.brock AT dse.nl>
481
482         * .version: changed to version 2.5.3
483         * doc/sdccman.lyx: changed version to 2.5.3,
484           documented --codeseg and --constseg and pragma codeseg and constseg,
485           documented bit parameters (reentrant) and bit returning
486         * src/SDCCicode.c (geniCodeReceive): fixed (possible) bug generating
487            currFunc->recvSize, but is this ok for all ports?
488           (ast2iCode): result of ~ on unsigned char must be cast to int for
489            bool to work
490         * src/SDCCmem.c (allocGlobal, allocLocal): don't put bit returning
491           function pointers in bit space
492         * src/SDCCsymt.c (checkSClass): allow bit returning function pointers,
493           (processFuncArgs): call port.reg_parm() with reentrancy info
494         * src/port.h,
495         * src/avr/main.c,
496         * src/ds390/main.c,
497         * src/hc08/main.c,
498         * src/pic/main.c,
499         * src/pic16/main.c,
500         * src/xa51/main.c,
501         * src/z80/main.c: port.reg_parm prototype extended with
502           "bool reentrant" parameter
503         * src/mcs51/main.c (_mcs51_regparm): use parameter reentrant instead of
504           options.stackAuto for allocating bit register parameters
505         * src/mcs51/gen.c (genNot): optimized complementing direct bit,
506           (genSend): set BitBankUsed if it is,
507           (selectRegBank): factored out of genCall for use in genPcall,
508           (genCall): removed redundant dtype assignmen, use selectRegBank,
509           (genPcall): handle returning in Carry properly, save in F0 if needed,
510           (genReceive): handle bit register parameters
511         * src/mcs51/ralloc.c (updateRegUsage): update BitBankUsed along the way,
512           (mcs51_assignRegisters): enable bit registers for all reentrant
513            functions and don't set BitBankUsed unconditionally
514         * src/mcs51/peeph.def (177.d): fixed bug if %2==%3
515         * support/regression/tests/bitvars.c: enable tests for SDCC_STACK_AUTO
516         * support/regression/tests/funptrs.c: added tests for BOOL and for return
517
518 2005-08-27 Borut Razem <borut.razem AT siol.net>
519
520         * device/lib/Makefile.in: cp on sparc-solaris (SunOS) and on
521         ppc-osx (Darwin) does not support -u option. It seems that it is
522         supported only on Linux - GNU cp
523
524 2005-08-25 Borut Razem <borut.razem AT siol.net>
525
526         * sim/ucsim/gui.src/serio.src/Makefile.in,
527           sim/ucsim/s51.src/Makefile.in, sim/ucsim/avr.src/Makefile.in,
528           sim/ucsim/z80.src/Makefile.in, sim/ucsim/hc08.src/Makefile.in,
529           sim/ucsim/xa.src/Makefile.in: install -s changed to 2 steps:
530           install and strip, since the strip at /usr/ccs/bin should be used
531           on solaris
532
533 2005-08-24 Borut Razem <borut.razem AT siol.net>
534
535         * clean.mk, device/lib/clean.mk: find on sparc-solaris does not support -maxdepth option
536
537 2005-08-23 Bernhard Held <bernhard AT bernhardheld.de>
538
539         * src/SDCCopt.c (convertToFcall): fixed modulus with divisors 1 and
540         ffffffffu
541
542 2005-08-23 Maarten Brock <sourceforge.brock AT dse.nl>
543
544         * as/mcs51/aslink.h: completed lkrloc.c prototypes
545         * as/mcs51/lkmain.c (link_main): fixed warning
546         * device/include/stdbool.h: ds390 has no advanced bit support yet
547         * src/SDCC.y: use SPEC_SHORT and renamed _signed to b_signed
548         * src/SDCCsymt.c: use SPEC_SHORT and renamed _signed to b_signed
549         * src/SDCCsymt.h (struct specifier): renamed _xxx bitfields to b_xxx
550           and updated their macros
551         * src/SDCCval.c (constVal): updated comment for renamed b_long
552
553 2005-08-22 Maarten Brock <sourceforge.brock AT dse.nl>
554
555         * as/mcs51/asdata.c: changed ctype['['] to BINOP
556         * as/mcs51/asexpr.c (expr): added case '[' for bit access in bdata,
557           (term): abused bit 15 of s_addr to indicate bit-addressable bytes,
558           (oprio): set priority for '['
559         * as/mcs51/aslink.h: added define R_BIT, and prototypes for adb_bit
560            and adb_24_bit
561         * as/mcs51/asm.h: added defines R_BIT and S_BIT
562         * as/mcs51/lkarea.c (lnksect2): use T for seg BIT_BANK and overlay it
563         * as/mcs51/lkdata.c: changed ctype['['] to BINOP
564         * as/mcs51/lkmain.c (Areas51): rel2 contains 12 (=C) areas now,
565           added overlayable BIT_BANK area
566         * as/mcs51/lkmem.c (summary): add BIT_BANK to BSEG_BYTES in the report,
567           (summary2): explain 'T' in legenda
568         * as/mcs51/lkrloc.c: replaced old K&R style,
569           (relr): added R_BIT processing,
570           (errmsg): added "Bit-addressable relocation error",
571           (adb_bit): added for converting from byte- to bit-addressable space,
572           (adb_24_bit): added for converting from byte- to bit-addressable space
573         * device/include/stdbool.h: changed BOOL to __bit for mcs51 as it can be
574            used in reentrant functions now even as return value
575         * device/lib/_gptrput.c (_gptrput): removed obsolete code
576         * src/SDCCast.c (resultTypePropagate): also propagate AND_OP and OR_OP,
577           (decorateType): case '!', GETHBIT, AND_OP, OR_OP: result in bool or char
578         * src/SDCCglobl.h: added indicator BitBankUsed
579         * src/SDCCglue.c (glue): emit area BIT_BANK with byte 'bits' and equ's for
580            the bit registers b0-b7
581         * src/SDCCicode.c (operandFromSymbol): removed IS_BITVAR check,
582           (geniCodeCast): fixed bug 1263853,
583           (geniCodeLogicAndOr): put result in bool or char,
584           (geniCodeReceive): added parameter func for accessing the return type,
585           (geniCodeFunctionBody): pass func to geniCodeReceive
586         * src/SDCCmain.c: added indicator BitBankUsed
587         * src/SDCCmem.c (allocLocal): explicitly set sclass for V_BIT
588         * src/SDCCsymt.c (newBoolLink): added for creating a bool/bit,
589           (checkSClass): don't put automatic bool/bit on stack,
590           (checkFunction): removed check on function cannot return bit
591         * src/SDCCsymt.h: added newBoolLink prototype
592         * src/mcs51/gen.c (rb1regs): added bit registers,
593           (movc): created for assigning to carry,
594           (pushReg, popReg): created for pushing registers,
595           (sameRegs): check both AOP_REG and AOP_CRY types,
596           (aopOp): handle bit registers,
597           (aopPut): optimization no self-assign,
598           (saveRegisters): push reg->base (bits) only once for bit registers,
599            and use pushReg,
600           (unsaveRegisters): pop reg->base only once and use popReg,
601           (assignResultValue): added parameter func and return in carry for bits,
602           (genIpush): optimization no reload in A if not changed,
603           (genSend): bit parameters in reentrant functions are passed in bit
604            registers by first assigning to bits in B, then save registers and
605            copy B to bits,
606           (genCall): handle returning in Carry properly, save it in F0 if needed,
607           (genPcall): updated assignResultValue call, this is not safe yet for bit
608            returning function !!!
609           (genFunction): don't generate equ's for bit registers and use pushReg,
610           (genEndFunction): take care of bit returning functions and use popReg,
611           (genRet): return bit in Carry,
612           (genIfx): optimize bit registers and other directly addressable bits,
613           (genReceive): updated assignResultValue call
614         * src/mcs51/main.c (_mcs51_reset_regparm): added regBitParmFlg,
615           (_mcs51_regparm): allow passing of upto 8 bit parameters in bit
616            registers when using stack-auto
617         * src/mcs51/ralloc.c (_G): added allBitregs,
618           (regs8051): added the bit registers,
619           (createStackSpil): use macro IS_BIT,
620           (getRegBit): added to allocate a bit register, else spill,
621           (getRegBitNoSpil): added to allocate a bit register, else a gpr,
622           (updateRegUsage): factored out to ease stepping while debugging,
623           (serialRegAssign): use updateRegUsage, only spill bits if necessary,
624            also allocate bit registers,
625           (fillGaps): handle bit registers,
626           (findAllBitregs): added to create bit vector with all bit registers,
627           (mcs51_allBitregs): returns this bit vector,
628           (mcs51_assignRegisters): when using stack-auto use bit registers for
629            passing parameters and creating local variables
630         * src/mcs51/ralloc.h: added B0_IDX..B7_IDX and prototype mcs51_allBitregs
631
632 2005-08-22 Borut Razem <borut.razem AT siol.net>
633
634         * device/lib/Makefile.in: replaced find option -or with -o
635           to make it run on solaris
636
637 2005-08-22 Raphael Neider <rneider AT web.de>
638
639         * src/pic16/gen.c (pic16_loadFromReturn): added check for AOP_PCODE,
640           fixes #1265442 (crash on Solaris)
641
642 2005-08-20 Borut Razem <borut.razem AT siol.net>
643
644         * configure, configure.in: added tests for libsocket and libnsl libraries,
645           requred by sdcdb on sparc-solaris; generate support/regression/Makefile
646           from support/regression/Makefile.in
647         * support/regression/Makefile.in: added
648         * device/lib/pic16/Makefile.common.in: force make to use bash shell
649         * sim/ucsim/libtool: regenerated on sparc-solaris
650         * sim/ucsim/avr.src/Makefile.in, sim/ucsim/hc08.src/Makefile.in,
651           sim/ucsim/s51.src/Makefile.in, sim/ucsim/xa.src/Makefile.in,
652           sim/ucsim/z80.src/Makefile.in: removed GNU ld specific linker options
653           -Wl,--start-group and -Wl,--end-group to enable ucsim compilation on
654           sparc-solaris, which doesn't use GNU ld linker
655         * device/lib/Makefile.in: cp on sparc-solaris (SunOS) does not support -u option
656         * as/Makefile: find on sparc-solaris does not support -maxdepth option
657
658 2005-08-19 Maarten Brock <sourceforge.brock AT dse.nl>
659
660         * src/mcs51/peeph.def: updated comments
661
662 2005-08-16 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
663
664         * device/lib/_gptrget.c,
665         * device/lib/_gptrput.c: slightly shorter
666         * doc/sdccman.lyx: incremented version
667         * src/mcs51/peeph.def: moved peephole comments to the line of first
668           change to better keep line correlation, reanimated 186.e
669         * src/mcs51/peeph.def: renamed similar peepholes by using suffixes
670
671 2005-08-16 Slade Rich <slade_rich AT users.sourceforge.net>
672
673         * src/pic/pcode.c : Pasted ".line" assembly directives patch from
674           David Saxton with quotes around file name.
675
676 2005-08-15 Borut Razem <borut.razem AT siol.net>
677
678         * support/regression/tests/bitfields.c, support/regression/tests/bitvars.c,
679           support/regression/tests/bitwise.c, support/regression/tests/literalop.c,
680           support/regression/tests/rotate.c, support/regression/tests/zeropad.c:
681           make tests run on x86_64 platform
682
683 2005-08-13 Raphael Neider <rneider AT web.de>
684
685         * device/lib/pic16/Makefile.subdir: weakened clean-intermediate rule
686           as it might be executed DURING a build (parallel make is wonderful)
687
688 2005-08-13 Raphael Neider <rneider AT web.de>
689
690         * device/lib/Makefile.in (port-specific-objects-pic16):
691           revert to cp $(PORT)/bin/*.* $(PORTDIR)
692         * device/lib/pic16/Makefile: added .PHONY targets, removed builddir
693           dependency
694         * device/lib/pic16/Makefile.rules: build subdirs before creating
695           the library, removed builddir rule, create $(builddir) early in
696           recurse rule, use empty recurse rule for leaf directories
697         * device/lib/pic16/Makefile.subdir: added phony targets, ignore
698           mkdir errors (race condition), removed duplicate suffix "hex"
699           from clean rules
700         * device/lib/pic16/libdev/Makefile: recursive make via + and $(MAKE)
701         * device/lib/pic16/libio/Makefile: create sub-make's builddir early,
702           prevents mkdir -p from aborting on Alpha
703
704 2005-08-12 Raphael Neider <rneider AT web.de>
705
706         * src/pic16/glue.c (pic16_print(G)PointerType): do not flush
707           db-statements in order to allow for arrays of pointers in code
708           sections to be placed without interspersed 0-padding, fixes
709           bug #1256215
710         * (emitStatistics): fixed division by zero for pic18f1220
711         * src/pic16/pcode.c: buffer (up to) 12 DB directives to allow for
712           unpadded writing of 8-bit, 16-bit, 24-bit and 32-bit values
713         * (pic16_emitDS): respect DB_ITEMS_PER_LINE
714         * (pic16_pCodeConstString): keep track of already emitted string
715           literals to prevent "duplicate definitions of symbol _str_NR"
716         * src/pic16/ralloc.c (pic16_allocRegByName): removed not so helpful
717           debug message
718         * device/lib/Makefile.in: ignore failing PIC16 library builds
719         * device/lib/pic16/Makefile: do not build if gputils are missing
720         * device/lib/pic16/Makefile.common.in: do not enforce MAKEFLAGS=-s
721
722 2005-08-10 Raphael Neider <rneider AT web.de>
723
724         * device/lib/Makefile.in: fixed copying pic16 libraries (broken by
725           my last commit)
726
727 2005-08-10 Raphael Neider <rneider AT web.de>
728
729         * src/*.c, src/pic16/{gen.c,glue.c,main.c}: applied Vangelis
730           Rokas' patch to add the new fixed point type "__fixed16x16"
731         * device/lib/pic16/libsdcc/fixed16x16: added Vangelis' support
732           functions for __fixed16x16 arithmetics
733         * device/lib/pic16: reimplemented the build system to support
734           a separate build directory, better handling of libio (create
735           the library in a separate subdir for each architecture) and
736           easier configuration (centralized in Makefile.common)
737
738 2005-08-07 Raphael Neider <rneider AT web.de>
739
740         * src/pic16/gen.c (genrshTwo): fixed sign extension
741         * src/pic16/device.c: added pic18f2320, 4220 and 4320
742         * device/include/pic16/pic18f2220.h: changed some bit definitions,
743           added T0CONbits
744         * device/include/pic16/pic18f4220.h: NEW, header for
745           pic18f4220 and pic18f4320
746         * device/include/pic16/pic18fregs.h: added new devices,
747           embraced Nop(), ClrWdt(), Sleep() and Reset() with do {} while(0)
748         * device/include/pic16/signal.h: resolved name clashes
749           on bit definitions, added DEF_HANDLER2(sig1,sig2,handler)
750           to also allow testing for interrupt enable bits, added
751           comments on how to use the macros
752         * device/lib/pic16/libdev/pic18f2220.c: added T0CONbits
753         * device/lib/pic16/libdev/pic18f{2320,4220,4320}.c: NEW,
754           register definitions for the devices
755         * device/lib/pic16/pics.all: added new devices
756         * device/lib/pic16/libc/stdlib/calloc.c: fixed zeroing
757           allocated memory
758         * device/lib/pic16/libc/stdlib/memfree: do not count
759           the block header as free memory
760         * device/lib/pic16/libc/stdlib/memmisc.c (_initHeap):
761           simplified and added missing end-of-blocklist-marker
762           (reported by Peter Onion, fixes #1252814)
763         * (_mergeHeapBlock): fixed loop condition
764         * device/lib/pic16/libc/stdlib/realloc.c: return NULL for
765           len==0, restructured code
766         * device/lib/pic16/libc/stdlib/{malloc,memfreemax}.c: cleaned
767           up a bit, reduced bitfield accesses, prevent endless loops
768           in case of heap corruption
769         * device/lib/pic16/libc/stdlib/x_ftoa.c: disabled
770           "unreferenced arguments/must return a value" warnings
771         * device/lib/pic16/libio/usart/ubaud.c (usart_baud):
772           replaced BAUDREG with SPBRG
773         * device/lib/pic16/libsdcc/lregs/{lrrest.c,lrst.c},
774           device/lib/pic16/debug/gstack/gstack.c: replaced
775           _naked, _asm, _endasm with __naked, __asm, __endasm
776
777 2005-08-05 Raphael Neider <rneider AT web.de>
778
779         * src/pic16/gen.c (pic16_aopGet): fixed handling of offsets in
780           AOP_PCODE operands, fixes multibyte union-bitfield-accesses
781
782 2005-08-05 Borut Razem <borut.razem AT siol.net>
783
784         * device/lib/Makefile.in: added missing ';'
785         * configure: removed ^M characters
786
787 2005-08-04 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
788
789         * device/include/mcs51/at89c51ed2.h, device/include/mcs51/p89v51rd2.h,
790           device/include/mcs51/at89s53.h: changed to GNU Lesser General Public
791           License
792
793 2005-08-04 Borut Razem <borut.razem AT siol.net>
794
795         * configure.in: pic16 libraries build 2nd try - enable running
796           configure in device/lib/pic16
797         * configure: regenerated from configure.in
798         * device/lib/Makefile.in: create $(PORT)/bin directory
799
800 2005-08-03 Raphael Neider <rneider AT web.de>
801
802         * src/pic16/gen.c (pic16_derefPtr): NEW, single place
803           to get/set values via pointers
804         * (genUnpackBits,genPackBits): changed detection of
805           ptr->bitfield vs. sym.bitfield, fixed access via generic
806           pointers, removed dead (wrong) code for multibyte bitfields
807         * (genNearPointerGet, genGenPointerGet): removed useless code,
808           fixed bitfield detection, fixes #1250594
809         * (genNearPointerSet): removed useless code
810         * src/pic16/gen.h: renamed pic16_emitpcode to pic16_emitpcode_real
811           and introduced macro pic16_emitpcode that conditionally emits
812           the origin of the following pCode (useful for debugging SDCC)
813         * src/pic16/pcode.c: changed (and disabled) some debug outputs
814         * (createDefmap): fixed handling of LFSR for --optimize-df
815
816 2005-08-02 Borut Razem <borut.razem AT siol.net>
817
818         * device/lib/Makefile.in: pic16 libraries build enabled since
819           gputils-0.13.2 are now localy installed at sourceforge's compile farm
820
821 2005-08-02 Raphael Neider <rneider AT web.de>
822
823         * src/pic16/gen.c (genPackBits): removed deprecated warning
824         * (genGenPointerSet): fixed bitfield detection
825
826 2005-08-02 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
827
828         * device/include/mcs51/msm8xc154s.h: Removed PT2 definition, now in 8052.h.
829
830 2005-07-31 Raphael Neider <rneider AT web.de>
831
832         * device/lib/pic16/libdev/pic18f458.c,
833           device/include/pic16/pic18f458.h: added missing T0CONbits
834
835 2005-07-29 Maarten Brock <sourceforge.brock AT dse.nl>
836
837         * device/include/mcs51/msm8xc154s.h: added, thanks to Matthias Arndt
838
839 2005-07-28 Maarten Brock <sourceforge.brock AT dse.nl>
840
841         * src/mcs51/gen.c (operandsEqu): fixed bug 1246687
842
843 2005-07-23 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
844
845         * device/include/mcs51/at89c51ed2.h: added.
846
847 2005-07-23 Raphael Neider <rneider AT web.de>
848
849         * src/pic/gen.h: added emitpcode macro for debugging
850         * src/pic/gen.c (emitpcode): renamed to emitpcode_real
851           and replace by macro adding debug information on demand
852         * (genNot): fixed to C semantics (!0 = 1; !x = 0 iff x != 0)
853         * (gencjne): tried to fix; replaced with correct (slower) code
854         * (gen{Unp,P}ackBits): fixed single bit access
855         * src/pic/pcode.c (AnalyzepCode): fixed DFPRINTF argument
856         * src/pic/pcodepeep.c (pCodeSearchCondition): fixed finding
857           previous instruction
858         * src/pic/pcoderegs.c (regIsSpecial): NEW, check whether a
859           register has to be handled with care (forbidding movement
860           of assignments/uses, removing assignments completely, ...)
861         * (pCodeOptime2pCodes): make use of regIsSpecial
862         * added lots of debugging output (commented out)
863         * src/pic/rallloc.c (deassignLRs): prevent operand registers
864           from being reused as result UNLESS it is known to work
865
866 2005-07-23 Maarten Brock <sourceforge.brock AT dse.nl>
867
868         * support/Util/dbuf.h: include <stddef.h> for size_t
869         * .version: changed to version 2.5.2
870
871 2005-07-23 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
872
873         * src/SDCCloop.c (loopInvariants): fixed bug #1234048
874
875 2005-07-22 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
876
877         * src/hc08/gen.c (genMinus): fixed bug #1241835,
878           (genModOneByte): removed needless psha/pula
879
880 2005-07-22 Raphael Neider <rneider AT web.de>
881
882         * src/SDCCmain.c (linkEdit): initialized linkerScriptFileName,
883           have PIC14 handled like PIC16, fixes broken pic14 linker calls
884         * src/pic/gen.c (resolveIfx): do not "invent" labels
885         * (genSkipc): changed to positive logic
886         * (genSkipCond): removed as no longer needed
887         * (pic14_mov2w_regOrLit,genCmp): NEW, replacement for buggy version,
888           backport from PIC16
889         * (genLeftShift): check operands are in different registers
890         * src/pic/genarith.c (genPlus): replaced INCF with ADDLW as
891           INCF does not update CARRY...
892         * src/pic/main.c: fixed _linkCmd
893         * src/pic/pcode.c (unlinkpCode): added inactive code
894         * src/pic/ralloc.c (deassignLRs): keep arguments to shift operations
895           alive (do not assign result and operand overlapping registers)
896
897 2005-07-22 Raphael Neider <rneider AT web.de>
898
899         * src/pic/device.c (dump_sfr): replaced register declaration with
900           call to emitSymbolToFile() to avoid duplicate symbols
901         * (assignRelocatableRegisters): do not declare external symbols
902         * src/pic/ralloc.c (allocNewDirReg): fixed to get size of arrays
903           right (take size of type, not etype)
904         * (allocDirReg): fixed call to allocNewDirReg() to pass OP_SYM_TYPE
905         * (writeUsedRegs): also dump dynDirectRegs (e.g. local variables)
906         * (packRegsForAccUse): disabled assignment of WREG as
907           the result reg to prevent occurence of just fixed #1235003,
908           fixes #1242954
909         * src/pic/glue.c (emitSymbolToFile): NEW, central place to declare
910           symbols (avoids duplicate symbols in .asm file)
911         * (pic14emitRegularMap): use emitSymbolToFile()
912         * src/pic/gen.c (aopOp): fixed spillLocation handling
913         * (gen{Unp,P}ackBits): fixed acquiring bit-operands
914         * (genDataPointerSet): removed unneccessary variables/output
915
916 2005-07-22 Maarten Brock <sourceforge.brock AT dse.nl>
917
918         * as/mcs51/lkarea.c: enlarged codemap for banked memory
919         * device/lib/mcs51/crtbank.asm: added # to 0x0F
920
921 2005-07-21 Raphael Neider <rneider AT web.de>
922
923         * src/pic/gen.c (aopOp): do not generate AOP_ACC operands as pic14
924           architecture cannot handle them efficiently, fixes bug #1235003
925         * src/pic16/device.c (pic16_dump_{u,i}section,pic16_dump_int_registers):
926           check for empty sets before using them (fixes bug #1232190)
927
928 2005-07-19 Maarten Brock <sourceforge.brock AT dse.nl>
929
930         * as/mcs51/lkarea.c (lnkarea, lnkarea2): improved BSEG size calculation,
931           (lnksect2): generate warnings for memory overlap
932         * src/SDCC.lex (doPragma, process_pragma): added pragma's codeseg and
933           constseg to set the name of these segments so you can instruct the linker
934           to place them in banks
935         * src/SDCCast.c (decorateType): use new macro IS_FUNCPTR()
936         * src/SDCCglobl.h: added MODEL_HUGE to enum,
937           added code_seg and const_seg to options
938         * src/SDCCglue.c (emitMaps): use options.const_seg,
939           (createInterruptVect): put interrupt vectors in segment HOME,
940           (glue): put HOME before static segment and put the main glue in HOME,
941           (glue): use options.code_seg
942         * src/SDCCicode.c (geniCodeCall): use new macro IS_FUNCPTR()
943         * src/SDCCmain.c: added option --codeseg and --constseg to set the name of
944           these segments so you can instruct the linker to place them in banks
945           (linkEdit): use code_loc for HOME segment which should be the first
946           segment in code memory now
947         * src/SDCCmem.c: fixed more stuff like bug 1238386
948         * src/SDCCsymt.c (getSize): use generic pointer size for banked functions,
949           (changePointer): don't change function pointers to code pointers for
950           banked functions,
951           (compareType): added exceptional check for banked function pointers
952         * src/SDCCsymt.h: changed IFFUNC_ISBANKEDCALL, added IS_FUNCPTR
953         * src/hc08/main.c (_hc08_genAssemblerPreamble): put HOME first, put CSEG
954           after static in code memory
955         * src/mcs51/gen.c: added aopLiteralLong prototype,
956           (aopForSym): use getSize for functions,
957           (genCall): generate banked calls over one trampoline __sdcc_banked_call
958           in HOME with lsb of address in r0, msb in r1 and bank in r2, use
959           -Wl-bBANKSEG=0xbbaaaa option to set the address (aaaa) and bank (bb) of
960           the segment,
961           (genPcall): use call for literal function pointers and generate banked
962           calls over the one trampoline so there's only one place for the user to
963           modify according to his/hers hardware,
964           (genEndFunction): jump to __sdcc_banked_ret in HOME for banked functions,
965           (genPlusIncr): moved check icount>4 beyond inc dptr optimization
966         * src/mcs51/main.c: added keyword banked,
967           (_mcs51_genExtraAreas): put HOME first followed by GSINIT, STATIC and CSEG
968         * support/Util/SDCCerr.c,
969         * support/Util/SDCCerr.h: added E_BANKED_WITH_CALLEESAVES, registers are
970           needed for passing the bank and address to the trampoline
971         * device/lib/mcs51/crtbank.asm: added for bankswitching
972         * device/lib/mcs51/Makefile: added crtbank
973
974 2005-07-16 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
975
976         * src/SDCCcse.c (algebraicOpts): fixed loss of volatility
977           for fields at offset 0 of a struct or union as reported
978           on 2005-07-07 in the developer mailing list.
979
980 2005-07-15 Maarten Brock <sourceforge.brock AT dse.nl>
981
982         * src/SDCCmem.c: fixed bug 1238386
983
984 2005-07-12 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
985
986         * src/mcs51/peeph.def: added labelrefcounting for peepholes
987           (patch #1144962), added peephole 300, enabled 259.x
988         * doc/sdccman.lyx: removed screenshot and provided link instead
989
990 2005-07-05 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
991
992         * doc/sdccman.lyx: added section about debugging with ddd
993         * doc/figures/ddd_example.eps: screenshot of debugging session
994
995 2005-07-04 Raphael Neider <rneider AT web.de>
996
997         * src/pic/gen.c (genPointerGet): handle pointers to CONST values
998           like CODE pointers, fixes #1115683
999         * src/pic/pcode.c (DoBankSelect): forget LastRegIdx during function
1000           call, fixes bugs #1232211, #1228110,
1001           fixed wrong casts to pCodeFlow from pCodeInstructions
1002
1003 2005-07-04 Raphael Neider <rneider AT web.de>
1004
1005         * src/pic/gen.c (popGet): changed assert to allow for
1006           bit operands
1007         * (popGetAddr): changed signature to provide
1008           an additional index, patched all call sites
1009         * (genCmpEq): handle literal-like operands correctly
1010         * (genAddrOf): added sanity checks on __code/__data pointers
1011         * (genAssign): added handling of symbols from __code section
1012         * (gencjne): do not generate code for comparisons whose result
1013           is neither stored nor used, fixes bug #1171114
1014         * (AccLsh, AccRsh): operate on operand instead of WREG
1015         * (shift{Left,Right}_Left2ResultLit): NEW, size independant
1016           replacement for Shift{LR}{12}Left2Result; shift (byte/int/long)
1017           by known count
1018         * rewrote complete shift-by-literal logic, commented unused
1019           functions out
1020         * (genConstPointerGet): get multiple bytes (if result size > 1),
1021           fixed handling of non-immediate addresses
1022         * (genPointerGet): handle CODE pointers like CONST pointers
1023         * (genpic14Code): insert C-SRC lines as Cource-pCodes
1024         * ({aop,op}_isLitLike): NEW, single place to decide whether an
1025           operand is to be treated as a literal or not
1026         * (mov2w,genPcall,genCmpEq),
1027           src/pic/genarith.c: use aop_isLitLike() to decide between
1028           literal/register contents
1029         * (addSign): added missing offset
1030         * src/pic/gen.h: remove newline after FENTRY/FEXIT comments,
1031           only emit comment in debug-mode,
1032           use {aop,op}_isLitLike throughout the file
1033         * src/pic/glue.c: fix initializers for pointers (work in progress)
1034         * src/pic/pcode.c (get_op): honor index on _const symbols
1035         * ({reset,dump}pCodeStatistics): NEW, estimate code size
1036         * (dumppBlock): added pCode size estimation
1037         * src/pic/ralloc.c (deassignLRs,serialRegAssign,packRegisters):
1038           check for IS_SYMOP before OP_SYMBOL'ing
1039         * fixed indentation, compacted switch-statements
1040         * (allocReg): find free register and allocate it instead of
1041           allocating new registers all the time
1042         * (deassignLRs): prevent POINTER_GET's from being assigned the same
1043           registers as its operands (necessary only for multibyte GETs)
1044
1045 2005-07-01 Raphael Neider <rneider AT web.de>
1046
1047         * src/pic/gen.h: added prototypes emitpComment, popGetAddr and
1048           debugging .asm-output macros FENTRY + FEXIT
1049         * src/pic/gen.c (Safe_vsnprintf): NEW, is there a more generic
1050           way... I wonder...
1051         * (emitpComment): NEW, printf to pCode
1052         * (popGet): added assert on too large offsets, fixed PO_IMMEDIATE's
1053           offset handling
1054         * (popGetAddr): NEW, variant of popGet to access an immediates
1055           high(er) bytes instead of the n'th byte of memory they reference,
1056           replaced popGet with popGetAddr where neccessary
1057         * (genDataPointerGet): reactivated and fixed implementation
1058         * (genNearPointerGet): enabled call to genDataPointerGet, fixes array-
1059           accesses
1060         * (genDataPointerSet): fixed multibyte assignments
1061         * (genpic14Code): fixed --i-code-in-asm handling
1062         * src/pic/genarith.c: fixed PO_IMMEDIATE issue using popGetAddr,
1063         * (genPlus): fixed index-out-of-bounds error
1064         * src/pic/pcode.c (get_op): fixed PO_IMMEDIATE's index/offset handling
1065         * src/pic/ralloc.c: added debugging output macro FENTRY2
1066         * (spillThis): fixed indentation, enbraced for-body for clarity
1067         * (rematStr): commented out as now unused
1068         * (regTypeNum): commented out special spill case (overwrites
1069           arbitrary values)
1070         * fixes bugs #1229346, #1216476 (both arrays) and #1115667 (SIGSEGV)
1071
1072 2005-06-30 Maarten Brock <sourceforge.brock AT dse.nl>
1073
1074         * doc/sdccman.lyx: documented sfr16/sfr32,
1075           added example for using storage class with function pointers
1076         * src/mcs51/gen.c (genPlusIncr): optimized small offsets from dptr
1077
1078 2005-06-28 Maarten Brock <sourceforge.brock AT dse.nl>
1079
1080         * device/lib/_gptrget.c: also push/pop _PSBANK, added # to 0x03
1081         * device/lib/_itoa.c,
1082         * device/lib/_ltoa.c: optimized codesize
1083         * src/SDCCsymt.c (checkSClass): added sanity check for sfr at addresses,
1084           but don't know how to suppress the double warning.
1085         * src/mcs51/gen.c (genPlusIncr): fixed bug when incrementing volatile int's
1086         * support/Util/SDCCerr.c,
1087         * support/Util/SDCCerr.h: added warning W_SFR_ABSRANGE for sanity check
1088
1089 2005-06-27 Maarten Brock <sourceforge.brock AT dse.nl>
1090
1091         * as/mcs51/asexpr.c (expr): disabled warning "not in .flat24 mode",
1092           fixed old K&R prototypes
1093         * as/mcs51/asout.c (outrb): always output as if generating 24bit addresses
1094         * device/lib/_gptrget.c,
1095         * device/lib/_gptrgetc.c,
1096         * device/lib/_gptrput.c: changed versions for new memory indicator values,
1097           also new versions for small generic pointers and banked generic pointers
1098         * src/port.h: added const_name
1099         * src/SDCC.lex: added keywords sfr16, __sfr16, sfr32, __sfr32
1100         * src/SDCC.y: added tokens SFR16, SFR32 and their sfr_attributes
1101         * src/SDCCcse.c (findPrevIc): check all associative operators
1102         * src/SDCCglue.c (emitMaps): use CONST_NAME if defined
1103         * src/SDCCicode.h: added macro IS_ASSOCIATIVE
1104         * src/SDCCmem.c: updated comments,
1105           set far-space to 0 for pdata, results in optimized code
1106         * src/SDCCmem.h: added macro CONST_NAME
1107         * src/SDCCsymt.h: renumerated generic pointer types GPTYPE_... thereby
1108           moving the info into the highest bits, see also gptrget/gptrput
1109         * src/src.dsp: added sdcc.ico to project files
1110         * src/avr/gen.c (genCast): fixed bug 0x%d
1111         * src/avr/main.c (avr_port): added "CONST (CODE)" for const_name
1112         * src/ds390/gen.c (aopForRemat, adjustArithmeticResult): disconnected direct
1113           relation between ptr_type and DCL_TYPE,
1114           (genCast): fixed bug 0x%d
1115         * src/ds390/main.c (ds390_port, tininative_port, ds400_port): added "CONST
1116           (CODE)" for const_name
1117         * src/hc08/gen.c (genCast): fixed bug 0x%d
1118         * src/hc08/main.c (_hc08_genAssemblerPreamble): added .area ...const_name,
1119           (hc08_port): added "CONST (CODE)" for const_name
1120         * src/mcs51/gen.c (aopForSym): optimized pushing ACC,
1121           (aopForRemat, adjustArithmeticResult): disconnected direct relation
1122           between ptr_type and DCL_TYPE,
1123           (aopGetUsesAcc, aopGet, aopPut): changed first parameter from asmop* to
1124           operand* and took AOP() inside function so sfr-ness can be checked,
1125           (all over): repaired calls to aopGetUsesAcc, aopGet, aopPut to comply with
1126           new prototype,
1127           (genFunction, genEndFunction): optimized stack setup,
1128           (genMinus): optimized for literals with ending zeroes (in bytes),
1129           (genCast): fixed bug 0x%d
1130         * src/mcs51/main.c (_mcs51_keywords): added sfr16 and sfr32,
1131           (mcs51_port): added "CONST (CODE)" for const_name
1132         * src/mcs51/peeph.def: made rule 226 more generic
1133         * src/pic/main.c (pic_port): added "CONST (CODE)" for const_name
1134         * src/pic16/main.c (pic16_port): added "CONST (CODE)" for const_name
1135         * src/xa51/main.c (xa51_port): added "CONST (CODE)" for const_name
1136         * src/z80/main.c (z80_port): added NULL for const_name,
1137           (gbz80_port): added NULL for const_name
1138         * support/regression/tests/bug663539.c,
1139         * support/regression/tests/sfr16.c: new tests
1140
1141 2005-06-25 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
1142
1143         * device/include/mcs51/p89v51rd2.h, device/include/mcs51/at89s53.h: added.
1144
1145 2005-06-24 Raphael Neider <rneider AT web.de>
1146
1147         * device/lib/pic16/libdev/pic18f[68][567]20.c:
1148           corrected typos...
1149         * device/include/pic16/signal.h: added USBIF
1150           and SIG_USB
1151
1152 2005-06-24 Raphael Neider <rneider AT web.de>
1153
1154         * device/lib/pic16/libdev/pic18f2455.c,
1155           device/include/pic16/pic18f2455.h: NEW
1156         * device/include/pic16/pic18fregs.h,
1157           device/lib/pic16/pics.all,
1158           src/pic16/device.c: added 18f2455
1159         * device/lib/pic16/libdev/pic18f[68][567]20.c,
1160           device/include/pic16/{pic18f[68][567].h,usart.h}:
1161           replaced MULTIPLE_USARTS define with more relaible
1162           compatibility sfrs (for USART access)
1163
1164 2005-06-20 Slade Rich <slade_rich AT users.sourceforge.net>
1165
1166         * src/pic/pcode.c : Fixed problem when a string constant contains a "\r\n"
1167           and the output asm file line is printed on two lines.
1168
1169 2005-06-19 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
1170
1171         * sim/ucsim/hc08.src/inst.cc (inst_condbranch): fixed simulation of
1172           BGT, BLE, BHI, and BLS instructions
1173         * src/hc08/gen.c (outAcc, outBitC, outBitNV, genCmpLt, genCmpGt,
1174           genCmpEq): removed
1175         * src/hc08/gen.c (genCmpEQorNE, genCmp, branchopCmp, nameCmp,
1176           negatedCmp, exchangedCmp, genhc08Code): rewrite of comparison handling,
1177           fixes bug #1216342
1178         * src/hc08/peeph.def: added rules 2g - 2l for new conditional branches
1179
1180 2005-06-15 Raphael Neider <rneider AT web.de>
1181
1182         * src/pic16/NOTES: moved Vangelis from active developers to people to contact
1183         * device/include/pic16/{6520.h,8520.h}: fixed configuration bits
1184         * src/pic16/gen.c (): prevent iTemps from being considered to be in CODESPACE,
1185           fixes bug #1221120; for symbols in CODESPACE get number of bytes to read from
1186           OP_SYM_TYPE() instead of OP_SYM_ETYPE()
1187
1188 2005-06-06 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
1189
1190         * device/include/mcs51/reg764.h: Changed PB0 to PBO as requested by
1191           Marcel Telka in bug #1215704
1192
1193 2005-06-02 Slade Rich <slade_rich AT users.sourceforge.net>
1194
1195         * src/pic/pcode.c : Changed pseudo stack size to 15 to allow WSAVE to be
1196           located in shared memory bank.
1197
1198 2005-05-31 Raphael Neider <rneider AT web.de>
1199
1200         * src/pic16/{gen.c,genarith.c}: replaced sign-extension
1201           "CLRF, BTFSC <signbit>, DECF/COMF" with side-effect-free
1202           "CLRF, BTFSC <signbit>, SETF"; fixes "long>>9"
1203
1204 2005-05-27 Maarten Brock <sourceforge.brock AT dse.nl>
1205
1206         * device/lib/_strncpy.c: fixed the fix
1207
1208 2005-05-26 Raphael Neider <rneider AT web.de>
1209
1210         * src/pic16/glue.c (pic16_printIvalChar): fixed _constant_ string
1211           initializers with \0, bug #1208187
1212         * src/pic/glue.c (printIvalChar): fixed (non- and constant) string
1213           intializers with \0, bug #1208187
1214
1215 2005-05-26 Raphael Neider <rneider AT web.de>
1216
1217         * src/pic16/glue.c (pic16_printIvalChar): fixed string
1218           initializers with \0, bug #1208187
1219         * src/pic16/main.c (_process_pragma): added sanity checks
1220           for stack position and size, emit warnings when appropriate
1221
1222 2005-05-26 Maarten Brock <sourceforge.brock AT dse.nl>
1223
1224         * device/lib/_strncpy.c: fixed not filling with \0
1225
1226 2005-05-26 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
1227
1228         * src/SDCCast.c (funcOfType, funcOfTypeVarg, stringToSymbol,
1229           createFunction),
1230         * src/SDCC.y (external_definition, enumerator, parameter_declaration,
1231           compound_statement),
1232         * src/SDCCsymt.h,
1233         * src/SDCCsymt.c (addSymChain, processFuncArgs): fixed bug #1159134
1234
1235 2005-05-24 Raphael Neider <rneider AT web.de>
1236
1237         * src/pic16/glue.c (pic16_printGPointerType): fixed #1207796
1238
1239 2005-05-24 Raphael Neider <rneider AT web.de>
1240
1241         * device/include/pic16/pic18f{442,452,458}.h: fixed wrong
1242           TRISE definitions, closes bug #1162453
1243
1244 2005-05-22 Raphael Neider <rneider AT web.de>
1245
1246         * src/pic16/main.c (_process_pragma): check for missing
1247           arguments to pragmas code and udata
1248         * device/include/pic16/pic18f{2550,4331,4455,4520}.h:
1249           consistency fixes to match other headers (thanks to Jim Paris)
1250         * device/lib/pic16/libio/i2c.ignore: 18f4331 provides no I2C
1251
1252 2005-05-21 Maarten Brock <sourceforge.brock AT dse.nl>
1253
1254         * src/SDCCicode.c (isOperandEqual): fixed missing ;
1255
1256 2005-05-19 Maarten Brock <sourceforge.brock AT dse.nl>
1257
1258         * support/regression/tests/bug1198642.c: new test
1259         * src/SDCCicode.c (isOperandEqual): fixed bug 1198642
1260         * src/SDCCcse.c (findPrevIc): added comment, please have a look
1261         * support/scripts/resource.h,
1262         * support/scripts/resource.rc,
1263         * src/src.dsp: added sdcc.ico to project as icon for sdcc.exe
1264         * support/scripts/sdcc.ico: added 32x32 icon
1265
1266 2005-05-18 Raphael Neider <rneider AT web.de>
1267
1268         * device/lib/pic16/libdev/pic18f*.c,
1269         * device/include/pic16/pic18f*.h: updated "sfr" and "at X"
1270           keywords to "__sfr" and "__at (X)"
1271         * device/include/pic16/pic18fregs.h: added pic18f4520
1272         * src/pic16/pcode.c (pic16_pCode2str): fixed (?) bug
1273           #1203088 (MPLAB compatibility)
1274
1275 2005-05-17 Raphael Neider <rneider AT web.de>
1276
1277         * device/include/pic16/pic18f{2550,4331,4455,4520}.h: NEW
1278         * device/lib/pic16/libdev/pic18f{2550,4331,4455,4520}.c: NEW
1279         * device/lib/pic16/pics.all: added new devices
1280         * src/pic16/device.c: added support for pic18f4520
1281
1282 2005-05-16 Raphael Neider <rneider AT web.de>
1283         * src/pic16/gen.{c,h}: s/mov2f/pic16_mov2f made public
1284         * src/pic16/genarith.c (genAddLit): fixed bug 1202480
1285         * src/pic16/pcode.{c,h} (pic16_newpCodeOpBit_simple): NEW
1286           convenience function for bit access
1287
1288 2005-05-15 Maarten Brock <sourceforge.brock AT dse.nl>
1289
1290         * device/lib/printf_large.c: fixed bug 1193299
1291         * support/regression/tests/bug1057979.c: added test %3.3s
1292
1293 2005-05-15 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
1294
1295         * device/include/mcs51/8051.h,
1296         * device/include/mcs51/8052.h: made parseable with lint
1297         * device/include/mcs51/lint.h: added include file for (sp)lint
1298         * doc/sdccman.lyx: added doc about use of splint (syntax checking tool)
1299         * doc/cdbfileformat.lyx,
1300         * doc/test_suite_spec.lyx: hardcoded date to the date of last text change
1301
1302 2005-05-14 Raphael Neider <rneider AT web.de>
1303
1304         * device/lib/pic16/Makefile.common.in: add --optimize-df to OPT_FLAGS
1305         * device/lib/pic16/libc/stdlib/itoa.c (new)
1306         * device/lib/pic16/libc/stdlib/Makefile: have itoa.c built
1307         * device/lib/pic16/libio/Makefile: exclude subdir according to
1308           ${subdir}.ignore for certain PICs (lacking e.g. i2c)
1309         * device/lib/pic16/libio/i2c.ignore (new): pic18f1220 has no I2C support
1310         * src/pic16/gen.c (genFunction): prevent annoying warning
1311         * src/pic16/pcode.c: renamed stack_t to dynstack_t to prevent
1312           nameclashes on BeOS
1313         * support/cpp2/cppmain.c (cpp_output_string): new
1314         * support/cpp2/cpplib.c (_cpp_do__Pragma): fixed _Pragma(""),
1315           fixes bug 1116802
1316
1317 2005-05-13 Borut Razem <borut.razem AT siol.net>
1318
1319         * src/SDCCmain.c (linkEdit): fixed bug 1195202
1320
1321 2005-05-12 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
1322
1323         * .version: changed to version 2.5.1; back to bleeding edge development
1324
1325 2005-05-11 Borut Razem <borut.razem AT siol.net>
1326
1327         * doc/sdccman.lyx doc/cdbfileformat.lyx doc/test_suite_spec.lyx:
1328           generate PDF version 1.3 documents
1329
1330 2005-05-07 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
1331
1332         * .version: changed to version 2.5.0
1333
1334 2005-04-27 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
1335
1336         * doc/sdccman.lyx: updated weblinks, index and smaller updates
1337
1338 2005-04-26 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
1339
1340         * doc/sdccman.lyx: changed version 2.5.0, documented --std-c89,
1341         --std-sdcc89, --std-c99, --std-sdcc99, and the corresponding #pragmas, as
1342         well as many smaller updates.
1343         * .version: changed to version 2.5.0-pre1
1344
1345 2005-04-26 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
1346
1347         * src/SDCCmain.c (setIncludePath): added port->target to SDCC_INCLUDE_NAME
1348
1349 2005-04-26 Maarten Brock <sourceforge.brock AT dse.nl>
1350
1351         * support/regression/tests/bug1185672.c: added
1352         * src/mcs51/gen.c (aopGetUsesAcc, genCpl, genAnd, genOr, genXor): fixed
1353           bug 1185672
1354         * src/mcs51/gen.c (genCall): added comments, made it look safer
1355         * src/mcs51/gen.c (genEndFunction): simplified
1356
1357 2005-04-25 Maarten Brock <sourceforge.brock AT dse.nl>
1358
1359         * src/mcs51/ralloc.c (serialRegAssign): fixed bug 1189609
1360
1361 2005-04-14 Borut Razem <borut.razem AT siol.net>
1362
1363         * fixed bug 1045046 - SIGSEGV with really simple code?:
1364           src/pic/pcode.c (pCodeInitRegisters)- pseudo stack size increased to 16
1365           src/pic/ralloc.c (typeRegWithIdx) - error message on pseudo stack overflow
1366
1367 2005-04-14 Borut Razem <borut.razem AT siol.net>
1368
1369         * src/pic16/gen.c (genInline), src/pic16/main.c (_process_pragma),
1370           src/pic16/device.h: temporarily disabled experimental #inline pragma
1371           for 2.5.0 release
1372
1373 2005-04-14 Maarten Brock <sourceforge.brock AT dse.nl>
1374
1375         * device/include/z80/stdio.h,
1376         * device/include/z80/string.h: removed these highly incomplete files so
1377           SDCC can use the default ones in device/include/
1378
1379 2005-04-14 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
1380
1381         * src/mcs51/gen.c (genEndFunction): removed unused variable to fix
1382         gcc warning.
1383         * device/lib/Makefile.in: default PORTINCDIR to the mcs51 subdir to
1384         fix sdcpp warnings.
1385
1386 2005-04-12 Maarten Brock <sourceforge.brock AT dse.nl>
1387
1388         * device/include/malloc.h: removed redundant __reentrant prototypes
1389         * device/lib/_mullong.c: added working xstack variant in asm (C version
1390           doesn't pass regression tests)
1391         * device/lib/bpx.c: used __data and made bpx char for mcs51
1392         * src/SDCCast.c (decorateType): removed unused GPTYPE_IDATA,
1393           (createFunction): fixed bug with xstackPtr
1394         * src/SDCCcse.c: corrected comments
1395         * src/SDCCopt.c (convertToFcall): fixed warning in MSVC,
1396           (killDeadCode, eBBlockFromiCode): removed unused code
1397         * src/SDCCsymt.h: removed unused GPTYPE_GPTR and GPTYPE_IDATA,
1398           corrected comments
1399         * src/mcs51/gen.c (aopForSym, aopPut, toBoolean, unsaveRegisters,
1400           assignResultValue, genCall, genFunction, genEndFunction, genAnd,
1401           genOr, genXor, genAddrOf): fixed several bugs concerning xstack
1402           (genModOneByte): fixed warning in MSVC
1403         * src/mcs51/main.c (): added comments
1404         * src/mcs51/peeph.def: changed 129 to 129.a, added 129.b, 129.c & 129.d
1405
1406 2005-04-12 Maarten Brock <sourceforge.brock AT dse.nl>
1407
1408         * src/SDCCmain.c (linkEdit): oops, changed one line too many
1409
1410 2005-04-11 Maarten Brock <sourceforge.brock AT dse.nl>
1411
1412         * src/SDCCmain.c (linkEdit): fixed bug with finding crt0.o for z80
1413
1414 2005-04-10 Vangelis Rokas <vrokas AT users.sourceforge.net>
1415
1416         * src/pic16/glue.c (printIvalChar): fixed bug when emitting
1417         characters arrays of larger size than the declared one.
1418
1419 2005-04-10 Borut Razem <borut.razem AT siol.net>
1420
1421         * src/pic/gen.c (genInline),
1422           src/pic/pcode.c (newpCodeAsmDir), (pCode2str),
1423           (genericPrint), (unlinkpCodeFromBranch), (compareLabel),
1424           (findNextInstruction), (findPrevInstruction),
1425           (findInstructionUsingLabel),
1426           src/pic/pcode.h: fixed bug #1164907 - Labels not being recognized
1427         * src/pic/pcode.c (findLabel): added missing '\n'
1428         * src/src.dsp: added SDCCdwarf2.c to the project
1429
1430 2005-04-09 Borut Razem <borut.razem AT siol.net>
1431
1432         * support/scripts/sdcc.nsi: added include/hc08/* h to NSIS setup
1433
1434 2005-04-08 Raphael Neider <rneider AT web.de>
1435
1436         * src/pic16/pcode.c: added helpers defmapInsertAfter (insert a new item
1437           into the chain after a given one) and mergeDefmapSymbols (combine
1438           defmap entries for each symbol per pcode)
1439         * (createDefmap): have defmap entries merged in the end
1440         * (defmapReplaceSymRef): split defmap entries covering two accesses to
1441           a symbol before replacing one access type's symbol, merge symbols in
1442           the end (replacement symbol might already have an entry)
1443         * (assignValnums): keep reference to written WREG intact
1444
1445 2005-04-08 Raphael Neider <rneider AT web.de>
1446
1447         * src/pic16/pcode.c (struct defmap_s): named anonymous union (for
1448           Alpha)
1449
1450 2005-04-08 Vangelis Rokas <vrokas AT users.sourceforge.net>
1451
1452         * src/pic16/pcode.c (pic16_get_op2): enlarged size of array b to 128
1453         bytes
1454
1455 2005-04-07 Raphael Neider <rneider AT web.de>
1456
1457         * device/include/pic16/usart.h: added compatibility defines for
1458           devices with more than one USART
1459         * device/include/pic16/pic18f[68][567]20.h: activated above defines
1460
1461 2005-04-07 Maarten Brock <sourceforge.brock AT dse.nl>
1462
1463         * device/lib/Makefile.in: updated for port specific include
1464
1465 2005-04-07 Maarten Brock <sourceforge.brock AT dse.nl>
1466
1467         * support/regression/ports/mcs51/spec.mk: added mcs51 include
1468
1469 2005-04-07 Maarten Brock <sourceforge.brock AT dse.nl>
1470
1471         * device/include/8051.h,
1472         * device/include/8052.h,
1473         * device/include/at89S8252.h,
1474         * device/include/at89c55.h,
1475         * device/include/at89x051.h,
1476         * device/include/at89x51.h,
1477         * device/include/at89x52.h,
1478         * device/include/mcs51reg.h,
1479         * device/include/reg51.h,
1480         * device/include/reg764.h,
1481         * device/include/regc515c.h,
1482         * device/include/sab80515.h: (re)moved these 12 files
1483         * device/include/mcs51/8051.h,
1484         * device/include/mcs51/8052.h,
1485         * device/include/mcs51/at89S8252.h,
1486         * device/include/mcs51/at89c55.h,
1487         * device/include/mcs51/at89x051.h,
1488         * device/include/mcs51/at89x51.h,
1489         * device/include/mcs51/at89x52.h,
1490         * device/include/mcs51/mcs51reg.h,
1491         * device/include/mcs51/reg51.h,
1492         * device/include/mcs51/reg764.h,
1493         * device/include/mcs51/regc515c.h,
1494         * device/include/mcs51/sab80515.h: and added them here
1495
1496 2005-04-06 Maarten Brock <sourceforge.brock AT dse.nl>
1497
1498         * device/include/stdarg.h: changed SDCC specific keywords to double
1499           underlined form.
1500         * device/include/stdint.h: changed intptr_t and uintptr_t for others than
1501           mcs51 and ds390.
1502         * device/include/hc08/mc68hc908gp32.h,
1503         * device/include/hc08/mc68hc908jb8.h,
1504         * device/include/hc08/mc68hc908jkjl.h,
1505         * device/include/hc08/mc68hc908qy.h: fixed comments
1506         * device/include/mcs51/README: updated
1507         * device/include/mcs51/c8051f120.h: added PINRSF
1508         * device/lib/pic16/libc/stdlib/crc16.c: fixed comments
1509         * src/pic16/pcode.c: MSVC6 doesn't accept declaring new variables
1510           amidst code. Also inline is not supported.
1511
1512 2005-04-06 Raphael Neider <rneider AT web.de>
1513
1514         * src/pic16/pcode.c (pic16_pCodeReplace): also update pcflow->end
1515         * (createDefmap): fixed CALLs to depend on FSR1 and RETLW to restore
1516           callers stack/frame pointers
1517
1518 2005-04-06 Vangelis Rokas <vrokas AT users.sourceforge.net>
1519
1520         * device/include/pic16/usart.h: added, missing in previous commit,
1521         * device/include/pic16/adc.h: fixed typo,
1522         * device/lib/pic16/libc/utils/cvtdec.S: added missing in previous
1523         commit,
1524         * device/lib/pic16/libc/stdlib/g_ftoa.S: modified to include
1525         <p18fxxx.inc>
1526         * device/lib/pic16/libc/stdio/streams.c: leave stdin, stdout
1527         uninitialized because a bug appears with gplink
1528         * device/lib/pic16/{some makefiles}: moved $(CSTD) from CFLAGS to
1529         COMPILE_FLAGS and added CPPFLAGS with -nostdinc because sdcpp
1530         complains for unrecognised option
1531
1532 2005-04-05 Raphael Neider <rneider AT web.de>
1533
1534         * src/pic16/gen.c (pic16_popCopyReg): made copying work for extended
1535           structs as well (using memcpy)
1536         * (genFunction): fixed comparison, used pCodeOpLabel to reduce warning
1537           on ISRs (GOTO has no label)
1538         * src/pic16/device.h: added OF_OPTIMIZE_DF
1539         * src/pic16/main.c: added compiler switch --optimize-df to enable the
1540           new data flow analysis/optimization
1541         * src/pic16/pcode.c: added (prototypes for and implementation of)
1542           dataflow analysis functions, fixed pCodeInstructions' inCond and
1543           outCond values, made RCALL a branch instruction
1544         * (pic16_unlinkpCode): keep C line if possible
1545         * (pic16_pCodeUnlink): removed cast on left side of assignment, have
1546           C line moved if possible
1547         * (pic16_getRegFrompCodeOp): NEW, improved version of...
1548         * (pic16_getRegFromInstruction,pic16_getRegFromInstruction2): changed
1549           to use new pic16_getRegFrompCodeOp (works for more SFRs)
1550         * (pic16_BuildFlow): fixed skip instructions with label (did not start
1551           new flow)
1552         * (pic16_getJumptabpCode): NEW, needed in...
1553         * (LinkFlow): fixed handling of jumptables, calls and conditional
1554           branches
1555         * (pic16_InsertCommentAfter): NEW
1556         * (pic16_pCodeReplace): made verbose and flow preserving
1557         * (AnalyzeFlow): added call to data flow analysis
1558         * src/pic16/pcode.h: added defmaps to pCodeFlow struct
1559         * src/pic16/pcodeflow.h: added PCC_STATUS to mean all STATUS bits
1560         * src/pic16/ralloc.c (packRegsForAssign): added return 1 in the end
1561
1562 2005-04-03 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
1563
1564         * src/SDCCast.c (decorateType): fixed bug #1105626
1565
1566 2005-04-02 Vangelis Rokas <vrokas AT users.sourceforge.net>
1567
1568         * device/include/asm/pic16/features.h,
1569         * pic18f*.h headers,
1570         * device/include/pic16/adc.h,
1571         * device/include/pic16/delay.h,
1572         * device/include/pic16/i2c.h,
1573         * device/include/pic16/malloc.h,
1574         * device/include/pic16/stdio.h,
1575         * device/include/pic16/stdlib.h,
1576         * device/include/pic16/string.h,
1577         * device/lib/pic16/libc/stdio/printf_tiny.c,
1578         * device/lib/pic16/libc/stdio/printf_small.c,
1579         * device/lib/pic16/libc/stdio/strmgpsim.c,
1580         * device/lib/pic16/libc/stdio/strmmssp.c,
1581         * device/lib/pic16/libc/stdio/strmusart.c,
1582         * device/lib/pic16/libc/stdio/vfprintf.c,
1583         * device/lib/pic16/libc/stdlib/ltoa.c,
1584         * device/lib/pic16/libc/stdlib/putchar.c,
1585         * device/lib/pic16/libc/stdlib/x_ftoa.c,
1586         * device/lib/pic16/libc/stdlib/memchrpgm.c,
1587         * device/lib/pic16/libc/stdlib/memchrram.c,
1588         * device/lib/pic16/libc/stdlib/memcpypgm2ram.c,
1589         * device/lib/pic16/libc/stdlib/memcpyram2ram.c,
1590         * device/lib/pic16/libio/adc/adcbusy.c,
1591         * device/lib/pic16/libio/adc/adcread.c,
1592         * device/lib/pic16/libio/adc/adcsetch.c,
1593         * device/lib/pic16/libio/usart/ubaud.c,
1594         * device/lib/pic16/libio/usart/ubusy.c,
1595         * device/lib/pic16/libio/usart/udrdy.c,
1596         * device/lib/pic16/libio/usart/uopen.c,
1597         * device/lib/pic16/libio/usart/uputc.c,
1598         * device/lib/pic16/libsdcc/gptr/gptrget1.c,
1599         * device/lib/pic16/libsdcc/gptr/gptrget2.c,
1600         * device/lib/pic16/libsdcc/gptr/gptrget3.c,
1601         * device/lib/pic16/libsdcc/gptr/gptrget4.c,
1602         * device/lib/pic16/libsdcc/gptr/gptrput1.c,
1603         * device/lib/pic16/libsdcc/gptr/gptrput2.c,
1604         * device/lib/pic16/libsdcc/gptr/gptrput3.c,
1605         * device/lib/pic16/libsdcc/gptr/gptrput4.c: modified all SDCC
1606         specific keywords to double underlined form,
1607         * device/lib/pic16/libc/Makefile.rules,
1608         * device/lib/pic16/libsdcc/Makefile.rules,
1609         * device/lib/pic16/libm/Makefile,
1610         * device/lib/pic16/libio/Makefile.rules: added CSTD macro in CFLAGS
1611         to compile with C standard set in Makefile.common
1612         * device/lib/pic16/libc/stdlib/Makefile: added new C sources
1613         rand.c and crc.c in compilation process,
1614         * device/lib/pic16/libsdcc/int/divuint.c,
1615         * device/lib/pic16/libsdcc/long/divulong.c: changed declaration of
1616         `c' from signed to unsigned,
1617         * device/lib/pic16/startup/crt0.c,
1618         * device/lib/pic16/startup/crt0i.c,
1619         * device/lib/pic16/startup/crt0iz.c: adopted to all SDCC specific
1620         keywords to double underlined form, bug fixes in _do_cinit function
1621         which prevented the correct initialization of the .idata segment,
1622         * src/pic16/pcoderegs.c (insideLRBlock): fixed a bug that caused the
1623         core to enter a infinite loop
1624         * device/lib/pic16/libc/stdlib/rand.c, crc.c: new files
1625
1626 2005-04-02 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
1627
1628         * src/SDCCicode.c (getArraySizePtr): fixed bug #1122171
1629
1630 2005-04-01 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
1631
1632         * device/include/Makefile.in: add support for hc08 subdirectory
1633         * device/include/hc08/: new subdirectory
1634         * device/include/hc08/mc68hc908jkjl.h: new header contributed by
1635         Lucas Loizaga, thanks!
1636         * device/include/hc08/mc68hc908qy.h,
1637         * device/include/hc08/mc68hc908gp32.h,
1638         * device/include/hc08/mc68hc908jb8.h: moved hc08 register defs to
1639         their own directory. Changed internal macro names to use the compiler
1640         reserved namespace. Changed SDCC specific keywords to double
1641         underlined form.
1642         * device/include/math.h,
1643         * device/include/malloc.h,
1644         * device/include/stdarg.h,
1645         * device/include/stdbool.h
1646         * device/include/string.h,
1647         * device/include/tinibios.h,
1648         * device/include/ds400rom.h,
1649         * device/include/8051.h,
1650         * device/include/8052.h,
1651         * device/include/80c51xa.h,
1652         * device/include/at89c55.h,
1653         * device/include/at89S8252.h,
1654         * device/include/at89x51.h,
1655         * device/include/at89x52.h,
1656         * device/include/ds80c390.h,
1657         * device/include/reg764.h,
1658         * device/include/regc515c.h,
1659         * device/include/sab80515.h,
1660         * device/include/mcs51/c8051f000.h,
1661         * device/include/mcs51/c8051f018.h,
1662         * device/include/mcs51/c8051f020.h,
1663         * device/include/mcs51/c8051f040.h,
1664         * device/include/mcs51/c8051f060.h,
1665         * device/include/mcs51/c8051f120.h,
1666         * device/include/mcs51/c8051f300.h,
1667         * device/include/mcs51/c8051f310.h,
1668         * device/include/mcs51/c8051f320.h,
1669         * device/include/mcs51/c8051f330.h,
1670         * device/include/mcs51/c8051f350.h,
1671         * device/include/z180.h: Changed SDCC specific keywords to double
1672         underlined form.
1673
1674 2005-03-31 Vangelis Rokas <vrokas AT users.sourceforge.net>
1675
1676         * src/pic16/device.c (Pics16[]): added devices 18F2550, 18F4331,
1677         18F4455,
1678         * (pic16_assignConfigWordValue): disable testing of configuration
1679         register value with config mask,
1680         * src/pic16/gen.c (pic16_testStackOverflow): prefix stack test
1681         function with port->fun_prefix,
1682         * (genFunction): when generating a naked interrupt function never
1683         create an absolute segment placed in interrupt vector address, place
1684         the actual interrupt function at IVA instead, when an interrupt
1685         function is generated with unspecified interrupt then do not create
1686         the absolute section,
1687         * (genGenPointerGet, genGenPointerSet, genPackBits): replace all
1688         code for generating a call to generic pointer get/put function with
1689         a call to function pic16_callGenericPointer(),
1690         * src/pic16/genutils.c (pic16_callGenericPointerRW): NEW, generates
1691         the call to the generic pointer get/put functions with prefixing the
1692         function name with port->fun_prefix,
1693         * src/pic16/glue.c (pic16glue): ifdef-out test of OF_LR_SUPPORT,
1694         * src/pic16/main.c (_process_pragma): prefix function with
1695         port->fun_prefix,
1696         * (_pic16_finaliseOptions): define macro __18Fxxxx macro when
1697         calling assembler, old 18Fxxxx macro is deprecated,
1698         * src/pic16/pcode.c (unlinkpCodeFromBranch): added PC_INLINE and
1699         PC_ASMDIR in while condition,
1700         * (findInstruction): add PC_ASMDIR in while condition,
1701         * (buildCallTree): prefix main with port->fun_prefix,
1702         * (pic16_pCode2str): fixed bug that didn't emit the memory access
1703         identifier for variable with banked access in instructions BTFSS,
1704         BTFSC, BCF, BSF, BTG
1705         * (AnalyzeFlow): moved call to OptimizepCode to pic16_AnalyzeBanking,
1706         * src/pic16/pcodepeep.c (pCodeOpCompare): increase size of b to 1024,
1707         * src/pic16/pcoderegs.c (pic16_pCodeRegoptimizeRegUsage): don't
1708         perform optimization when enviroment variable NO_REG_OPT is set,
1709         * (insideLRBlock): NEW, return 1 if register is inside an
1710         INF_LOCALREGS block,
1711         * (RemoveRegFromLRBlock): remove a register that is completely
1712         eliminated by register optimization, but it is still left in local
1713         register store/restore in/from stack block,
1714         * (Remove2pcodes): after removing register, check to see if it
1715         should be removed from local register store/restore in/from stack
1716         block,
1717         * src/pic16/ralloc.c (pic16_decodeOp): added decode for
1718         DUMMY_READ_VOLATILE,
1719
1720         * device/include/pic16/adc.h: minor prototype modifications and
1721         update,
1722         * device/include/pic16/malloc.h: added GPL notice various
1723         modifications,
1724         * device/include/pic16/stdint.h: NEW, standard header for ints
1725         * device/include/pic16/delay.h: NEW, header for delay functions,
1726         delay10tcy, delay100tcy, delay1ktcy, delay10ktcy, delay100ktcy,
1727         delay1mtcy,
1728         * device/include/pic16/signal.h: NEW, header providing helper macros
1729         for implementing signal handlers,
1730         * device/include/pic16/stdio.h: added prototypes for functions,
1731         printf, vprintf, sprintf, vsprintf, fprintf, vfprintf. Added
1732         prototypes for stdin and stdout, added macro PUTCHAR to
1733         automatically implement putchar function prototype,
1734         * device/include/pic16/usart.h: modified and updated USART library,
1735         * device/lib/pic16/libio/adc/,
1736         * device/lib/pic16/libio/i2c: some modifications to improve library
1737         performance,
1738         * device/lib/pic16/libc/stdio/: modifications for the new printf*
1739         family of functions,
1740         * device/lib/pic16/libc/stdlib/: various modifications in the malloc
1741         family of functions and other sources,
1742         * device/lib/pic16/libio/usart/: NEW, c sources for the usart module
1743         of the PIC18Fxx[28] devices,
1744         * device/lib/pic16/libc/delay/: NEW, c sources for the delay functions,
1745         * device/lib/pic16/libc/utils/: minor modifications in the .S sources,
1746         * device/lib/pic16/startup/{crt0i.c, crt0iz.c}: redesign of the
1747         _do_cinit function, because the previous failed when local variables
1748         where not placed in the same memory bank,
1749         * device/lib/pic16/libsdcc/char/: various modifications to improve
1750         library performance,
1751         * doc/sdccman.lyx: some reorganization of the PIC16 part, added many
1752         information on the new functions of the c library and more...
1753
1754 2005-03-28 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
1755
1756         * src/SDCCBBlock.c (iCodeBreakDown): fixed bug #1170212
1757
1758 2005-03-26 Raphael Neider <rneider AT web.de>
1759
1760         * src/pic16/gen.c (genSkipc): fixed semantics (execute branch
1761           if condition == CARRY)
1762         * (genCmp): adapted to new genSkipc semantics
1763         * src/pic16/genutils.c (pic6_genCmp_special): removed side effect
1764           on rIfx (genCmp was broken)
1765
1766 2005-03-26 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
1767
1768         * src/SDCCmain.c (setDefaultOptions, optionsTable[], parseCmdLine),
1769         * src/z80/main.c (_keywords[]),
1770         * src/SDCCglobal.h (struct options),
1771         * src/SDCC.y,
1772         * src/SDCC.lex (isTargetKeyword, doPragma, pragma_tbl[]): new pragmas
1773         to enable/disable SDCC and C99 extensions/keywords (std_c89, std_sdcc89,
1774         std_c99, std_sdcc99). Also, equivalent command line options (--std-c89,
1775         --std-sdcc89, --std-c99, --std-sdcc99). SDCC specific keywords are
1776         always available in leading double underscore form. The C99 support is
1777         mostly missing, but it's a start.
1778         * support/regression/tests/bug-227710.c: fixed nonconforming use of
1779         reserved identifier "__data".
1780
1781 2005-03-24 Maarten Brock <sourceforge.brock AT dse.nl>
1782
1783         * src/mcs51/peeph.def: fixed bug 1170013
1784
1785 2005-03-22 Maarten Brock <sourceforge.brock AT dse.nl>
1786
1787         * device/include/mcs51reg.h: fixed bug 842007
1788
1789 2005-03-21 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
1790
1791         * src/SDCCcflow.c (dfNumCompare): committed the wrong version of this
1792         last time.
1793
1794 2005-03-20 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
1795
1796         * src/port.h (struct PORT),
1797         * src/avr/ralloc.c (avr_assignRegisters),
1798         * src/avr/main.c,
1799         * src/ds390/ralloc.c (ds390_assignRegisters),
1800         * src/ds390/main.c,
1801         * src/hc08/ralloc.c (hc08_assignRegisters),
1802         * src/hc08/main.c,
1803         * src/mcs51/ralloc.c (mcs51_assignRegisters),
1804         * src/mcs51/main.c,
1805         * src/pic/ralloc.c (pic14_assignRegisters),
1806         * src/pic/main.c,
1807         * src/pic16/ralloc.c (pic16_assignRegisters),
1808         * src/pic16/main.c,
1809         * src/xa51/ralloc.c (xa51_assignRegisters),
1810         * src/xa51/main.c,
1811         * src/z80/ralloc.c (z80_assignRegisters),
1812         * src/z80/ralloc.h,
1813         * src/SDCCopt.c (eBBlockFromiCode, replaceRegEqv, killDeadCode),
1814         * src/SDCCcse.c (ifxOptimize, cseBBlock, cseAllBlocks),
1815         * src/SDCCcse.h,
1816         * src/SDCCdflow.c (computeDataFlow),
1817         * src/SDCCdflow.h,
1818         * src/SDCCloop.c (addDefInExprs, loopInvariants, loopOptimizations),
1819         * src/SDCCloop.h,
1820         * src/SDCCcflow.c (*),
1821         * src/SDCCcflow.h,
1822         * src/SDCCBBlock.c (iCodeBreakDown, dumpEbbsToFileExt, eBBWithEntryLabel),
1823         * src/SDCCBBlock.h (struct ebbIndex): new struct that keeps two copies
1824         of the eBBlock list, sorted by both bbnum and dfnum. (fixes bug with
1825         immedDom() returning wrong block; probably fixes bug #1160833)
1826
1827 2005-03-20 Borut Razem <borut.razem AT siol.net>
1828
1829         * support/scripts/inc2h.pl: WIN32 port
1830
1831 2005-03-19 Maarten Brock <sourceforge.brock AT dse.nl>
1832
1833         * device/lib/makefile.in: added abs.c and labs.c
1834
1835 2005-03-17 Maarten Brock <sourceforge.brock AT dse.nl>
1836
1837         * device/include/stdint.h: added
1838         * device/lib/abs.c: added
1839         * device/lib/labs.c: added
1840         * device/include/stdlib.h: added abs() and labs() prototypes
1841         * device/lib/libsdcc.lib: added abs and labs
1842         * device/include/float.h,
1843         * device/lib/_fsmul.c,
1844         * device/lib/printf_fast.c,
1845         * device/lib/printf_tiny.c: updated comments
1846
1847 2005-03-16 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
1848
1849         * src/SDCCicode.c (geniCodeSwitch, geniCodeJumpTable): fixed
1850         bug #1164313
1851
1852 2005-03-16 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
1853
1854         * src/SDCCcse.c (cseBBlock): retain assignment to self when volatile
1855         * src/SDCCast.c (isLoopCountable): fixed bug #1161985
1856
1857 2005-03-15 Maarten Brock <sourceforge.brock AT dse.nl>
1858
1859         * device/lib/printf_large.c: removed inline assembly for portability and
1860           readability. Use printf_fast if speed or size are more important.
1861         * src/pic16/gen.c: removed conditions around use of DEBUGpc
1862         * src/pic16/genutils.h: added define for DEBUGpc for MSVC
1863
1864 2005-03-15 Vangelis Rokas <vrokas AT users.sourceforge.net>
1865
1866         * src/pic16/genutils.c (pic16_genCmp_special): initialized offs to
1867         prevent compiler warning
1868
1869 2005-03-14 Vangelis Rokas <vrokas AT users.sourceforge.net>
1870
1871         * device/lib/pic16/startup/crt0i.c (_cinit): local variables where
1872         moved to level 0 and declared as static. Also they are explicit
1873         placed in access bank. This was necessery because some times they
1874         might cross memory bank boundaries. crt0iz.c is *NOT* updated!!!
1875         * src/pic16/device.h: added flag OPTIMIZE_CMP to enable some compare
1876         optimizations. Currently only compare to unsigned char is implemented,
1877         * src/pic16/gen.c: added fReturnIdx array,
1878         * (struct resolvedIfx) is moved to gen.h and made public,
1879         * (struct _G): added sregsAlloc and sregsAllocSet fields,
1880         * (aopForSym): added an optimization to directly store in stack of
1881         the operand of a SEND iCode,
1882         * (pic16_aopOp): don't return return registers as strings (AOP_STR)
1883         but as registers instead (AOP_REG) using the fReturnIdx array,
1884         * (pic16_freeAsmop): remove the freed register from the
1885         _G.sregsAlloc field,
1886         * (pic16_aopGet): in case AOP_STR, the compare to 'a' is changed to
1887         a compare of 'WREG',
1888         * (pic16_popGetTempRegCond): changed function prototype, now
1889         function takes also a bitVector argument v which holds the current
1890         set of registers that are allocated for stack access by aopForSym,
1891         registers allocated in aopForSym for accessing stack symbols are not
1892         any more part of the functions usedRegs field,
1893         * (genCall): some times aopOp is called for a stack variable to be
1894         send, aopForSym might perform the push, if this is true make sure
1895         that genCall doesn't push the variable twice by testing _G.resDirect,
1896         * (genFunction): changed testing for unspecified interrupt number
1897         from 256 to INTNO_UNSPEC,
1898         * modified selection scheme of frame pointer generation. Previously
1899         if function did use local registers a frame pointer was generated,
1900         now a frame pointer is generated only if function has arguments
1901         (that need PLUSW2 register access), or has stack arguments, or the
1902         compiler is not instructed to omit the frame pointer,
1903         * (genEndFunction): before restoring local registers that were saved
1904         in the function preamble, also restore the registers that *might*
1905         have been allocated for stack access,
1906         * (genRet): removed some old comments,
1907         * (genCmp, the active (RN's) version): added a call to the
1908         pic16_genCmp_special function to perform the compare with a more
1909         robust and optimized way,
1910         * (genInline): a feature has been added in inline code generation,
1911         which allows a wildcard variable substitution when writing inline
1912         assembly. Code is incomplete and experimental therefore undocumented,
1913         * (genCast): changed order of aopOp for result and right to allow
1914         aopForSym to directly load the result if possible,
1915         * src/pic16/genutils.c (selectCompareOp, pic16_genCmp_special): NEW,
1916         perform an optimized compare on some selected special occasions,
1917         * src/pic16/genutils.h: declaration of resolvedIfx structure from gen.c,
1918         * src/pic16/glue.c (pic16createInterrupVect): make sure we never
1919         generate an IVT any more,
1920         * src/pic16/main.c (pic16_optionsTable): added command line option
1921         --optimize-cmp,
1922         * (_pic16_initPaths): when calling C preprocessor define pic18fXXXX
1923         macro too, when calling assembler define pic18fXXXX *and* __18Fxxxx
1924         macros,
1925         * src/pic16/NOTES: Raphael Neider added in list of active developers
1926         * src/pic16/pcode.c (OPT_TYPE_STR): added strings jumptable_begin and
1927         jumptable_end to prevent bug #,
1928         * (pic16_pciADDWFC, ADDFWC, COMF, CLRF): added some missing flags in
1929         inCond and outCond fields,
1930         * src/pic16/pcoderegs.c (pCodeOptime2pCodes): add a fix for bug #,
1931         * src/pic16/ralloc.c (serialRegAssign): explicit set willCS to 0 to
1932         turn off register spilling,
1933         * (packRegsForOneUse): synced with other ports' versions although it
1934         is not used currently,
1935         * (pic16_packRegisters): added an optimization while reading
1936         structure bitfields, some registers may be saved (malloc code is
1937         decreased by 80 bytes)
1938
1939 2005-03-12 Vangelis Rokas <vrokas AT users.sourceforge.net>
1940
1941         * src/SDCCcse.c (cseBBlock): inside 'do operand lookup' loop test if
1942         left is a bitfield, if yes, then don't optimize assignment. Perhaps
1943         this can be optimized more?
1944
1945 2005-03-10 Raphael Neider <rneider AT web.de>
1946
1947         * src/pic16/gen.c (pic16_loadFSR0, genPackBits, genUnpackBits,
1948           genNearPointerGet): (hopefully) fixed access to bitfields via
1949           pointers (p->bitN = x; and x = p->bitN; failed)
1950
1951 2005-03-09 Paul Stoffregen <paul AT pjrc.com>
1952
1953         * device/lib/printf_fast.c: fix leading zero format, eg "%02d"
1954
1955 2005-03-09 Raphael Neider <rneider AT web.de>
1956
1957         * src/SDCCopt.c (killDeadCode): fixed bug #1156016
1958
1959 2005-03-06 Maarten Brock <sourceforge.brock AT dse.nl>
1960
1961         * src/SDCCicode.h: moved CRITICAL and ENDCRITICAL from SKIP_IC2 to SKIP_IC
1962         * src/mcs51/ralloc.c (willCauseSpill): added check for REG_BIT type,
1963           (regTypeNum): set REG_BIT type if necessary
1964         * src/mcs51/ralloc.h: added define REG_BIT, used to fix bug 1144613
1965         * support/regression/tests/critical.c: check bug 1144613
1966
1967 2005-03-02 Raphael Neider <rneider AT web.de>
1968
1969         * src/pic16/gen.c (genRightShiftLiteral): fixed bug #1154256
1970
1971 2005-02-26 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
1972
1973         * src/avr/ralloc.c (serialRegAssign),
1974         * src/ds390/ralloc.c (serialRegAssign),
1975         * src/hc08/ralloc.c (serialRegAssign),
1976         * src/mcs51/ralloc.c (serialRegAssign),
1977         * src/pic/ralloc.c (serialRegAssign),
1978         * src/pic16/ralloc.c (serialRegAssign),
1979         * src/xa51/ralloc.c (serialRegAssign),
1980         * src/z80/ralloc.c (serialRegAssign): fixed bug #1105154
1981
1982 2005-02-22 Maarten Brock <sourceforge.brock AT dse.nl>
1983
1984         * src/SDCCast.c (decorateType): fixed bug 1124787
1985
1986 2005-02-20 Hubert Sack <sack AT digiplan.de>
1987         committed by Frieder Ferlemann <Frieder.Ferlemann AT web.de>
1988
1989         * src/mcs51/peeph.def: added peepholes 3.h-k and 132.a-f from
1990         patch #1121755
1991
1992 2005-02-20 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
1993
1994         * src/SDCCpeeph.def: new keyword "labelRefCountChange" which allows peepholes
1995         to keep the correct label reference count when adding/removing references
1996         to labels. A peephole file using this is appended to patch #1144962.
1997
1998 2005-02-14 Raphael Neider <rneider AT web.de>
1999
2000         * device/lib/pic16/libc/string/memccpy.c: changed 3rd argument to char
2001         * src/SDCC.lex (process_pragma): fixed to make disable_warning work for PIC16
2002         * src/pic16/gen.c (aopForSym, calls to pic16_aopOp): prevent unneccessary
2003           retrievals of result operand's value on assignment
2004
2005 2005-02-13 Vangelis Rokas <vrokas AT otenet.gr>
2006
2007         * device/include/pic16/string.h: modified prototype for memccpy()
2008         to memccpy(void *, void *, char, size_t)
2009         * src/pic16/gen.c (genFunction, genEndFunction): reenable if-case to
2010         check whether to omit frame pointer or not,
2011         * (genInline): convert all occurences of "\n" to LF in inline
2012         assembler blocks, this helps formatting the inline text,
2013         * (pic16_loadFSR0): modified prototype,
2014         * (genNearPointerGet, genNearPointerSet): reorganization of code,
2015         removed some 8051 legacy code,
2016         * (genPackBits): enabled handling bitfields exceeding one byte in size,
2017         * src/pic16/ralloc.c (pic16_assignRegisters): clear dynrIdx variable
2018         before allocating temporary registers in functions,
2019
2020 2005-02-11 Maarten Brock <sourceforge.brock AT dse.nl>
2021
2022         * support/regression/tests/bitvars.c: corrected the "fix"
2023
2024 2005-02-10 Maarten Brock <sourceforge.brock AT dse.nl>
2025
2026         * support/regression/tests/bitvars.c,
2027         * support/regression/tests/bitwise.c,
2028         * support/regression/tests/rotate.c: "fixed" problems on Alpha
2029
2030 2005-02-10 Raphael Neider <rneider AT web.de>
2031
2032         * src/pic16/pcode.c (assignToSameBank) : fixed cast to pointer of
2033           different size for Alpha
2034         * src/pic16/gen.c (genCmpEq) : improved compare with 0
2035
2036 2005-02-09 Raphael Neider <rneider AT web.de>
2037
2038         * src/SDCC.lex(doPragma) : save and restore warning options as well
2039           (also added new stack plus clone- and copyAndFreeSDCCERRG())
2040         * have #pragma less_pedantic set the errorlevel to WARNING
2041           (fixes #1117001)
2042         * (cloneOptimize) : fixed wrong malloc's size
2043         * support/Util/SDCCerr.[ch] : made SDCCERRG globally accessible to
2044           facilitate correct handling of #pragma (save|restore)
2045
2046 2005-02-09 Maarten Brock <sourceforge.brock AT dse.nl>
2047
2048         * src/mcs51/gen.c: removed non-standard C nameless struct/union
2049
2050 2005-02-04 Slade Rich <slade_rich AT users.sourceforge.net>
2051
2052         * src/pic/gen.c : Fix for bugs #1080519 & #1115662.
2053
2054 2005-02-03 Maarten Brock <sourceforge.brock AT dse.nl>
2055
2056         * device/include/mcs51/c8051f120.h: added declarations for sbit port 2,3&4
2057
2058 2005-02-02 Raphael Neider <rneider AT web.de>
2059
2060         * src/SDCCast.c (processParms): disabled W_NONRENT_ARGS for pic16 port
2061         * src/pic16/gen.c (aopForSym): reenabled special case for function pointers
2062         * (pic16_storeForReturn): fixed to allow returning function pointers
2063         * (genPackBits): improved accessing full bytes, implemented for GPOINTERs
2064         * device/include/pic16/{stddef.h,stdbool.h}: added
2065
2066 2005-02-02 Maarten Brock <sourceforge.brock AT dse.nl>
2067
2068         * device/include/mcs51/c8051f040.h: added define CPT2_PAGE
2069
2070 2005-02-01 Slade Rich <slade_rich AT users.sourceforge.net>
2071
2072         * src/pic16/pic16.dsp : Added file graph.c to make it compile under windows
2073         * src/pic16/Makefile.bcc : Do not use this file but added file graph.c as it
2074          appeared to be required
2075
2076 2005-01-31 Borut Razem <borut.razem AT siol.net>
2077
2078         * support/scripts/sdcc.nsi: added include/asm/ds390, include/asm/mcs51,
2079           include/mcs51 and include/z80 directories to the package
2080
2081 2005-01-26 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
2082
2083         * src/hc08/gen.c (genFunction): fixed bug #1112752
2084
2085 2005-01-30 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
2086
2087         * src/mcs51/peeph.def: adapted peephole 258.x to changed gen.c (genAnd)
2088
2089 2005-01-29 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
2090
2091         * src/mcs51/gen.c (genAnd): accessing LSB/MSB by rotating acc
2092
2093 2005-01-29 Maarten Brock <sourceforge.brock AT dse.nl>
2094
2095         * device/include/Makefile.in: create/copy mcs51 and z80 include subdirs
2096
2097 2005-01-27 Maarten Brock <sourceforge.brock AT dse.nl>
2098
2099         * device/include/c8051fxxx.h: removed these 6 files
2100         * device/include/mcs51/c8051fxxx.h: added these 11 new files
2101
2102 2005-01-26 Raphael Neider <rneider AT web.de>
2103
2104         * src/pic16/gen.c (genAssign): fixed assignment from longs
2105           in codespace (were cut to three bytes)
2106         * (genDummyRead): implemented (except for CODESPACE...),
2107           fixed bug #1108575
2108         * src/pic16/glue.c (emitStatistics): beautified
2109         * device/lib/pic16/libm/Makefile: added include path
2110
2111 2005-01-26 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
2112
2113         * src/z80/gen.c (aopPut): fixed bug #1103902
2114
2115 2005-01-25 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
2116
2117         * device/lib/expf.c: fixed bug #1095792
2118
2119 2005-01-24 Vangelis Rokas <vrokas AT otenet.gr>
2120
2121         * device/lib/pic16/libm: added Math library sources
2122
2123 2005-01-24 Raphael Neider <rneider AT web.de>
2124
2125         * src/pic16/pcode.h: added second memory operand to pCodeOpReg
2126           to enable upcast to pCodeOpReg2 (there is no type tag to
2127           differenciate the two and pic16_popGet2p cast into PCOR2)
2128         * src/pic16/main.c (_process_pragma): fixed another malloc bug
2129           (sizeof(sectNames) changed to sizeof(sectName))
2130           Both patches fix segfaults under MinGW.
2131
2132 2005-01-23 Raphael Neider <rneider AT web.de>
2133
2134         * src/pic16/{device.c,pcode.c}: s/free/Safe_free/g for
2135           Safe_[mc]?alloc()'ed variables
2136         * src/pic16/gen.c (pic16_aopOp,pic16_popGet): added handling
2137           of (byte sized) temporaries (assign them to WREG for now)
2138         * src/pic16/main.c (_process_pragma): fixed nasty malloc bug
2139           (used sizeof(set *sectSyms) instead of sizeof(struct sectSym)),
2140           this might fix SIGSEGVs on MinGW...
2141         * src/SDCCopt.c (killDeadCode): restored original behaviour
2142           (volatile operands might get thrown away though)
2143
2144 2005-01-23 Vangelis Rokas <vrokas AT otenet.gr>
2145
2146         * src/pic16/gen.c: fixed bug #1106975,
2147         * src/pic16/gen.c: fixed possible bug #1102572, now during TOS
2148         pointer update, INTCON is saved, global interrupts are disabled and
2149         restored after updateing TOS.
2150         * src/SDCC.y, src/SDCC.lex, src/SDCCsymt.c, src/SDCCsymt.h:
2151         * added function attribute 'shadowregs' to take advantage of shadow
2152         registers,
2153         * added function attribute 'wparam' as an alternative to the wparam
2154         pragma,
2155         * support/Utils/SDCCerr.[ch]: added error E_SHADOWREGS_NO_ISR when
2156         user declares a non-ISR function as 'shadowregs',
2157         * doc/sdccman.lyx: updated to reflect recent changes of pic16 port
2158
2159 2005-01-22 Vangelis Rokas <vrokas AT otenet.gr>
2160
2161         * .version: bumped version number to 2.4.8
2162         * device/lib/pic16/pics.all: list of PIC18F devices supported by
2163         pic16 port,
2164         * device/lib/pic16/libio/i2c/: I2C module support library,
2165         * device/include/pic16/i2c.h: I2C support library header,
2166         * device/lib/pic16/libc/stdio/: standard IO support sources,
2167         * (printf_small.c): printf_small() source, supports float print,
2168         * (printf_tiny.c): printf_tiny() source, does not support floats,
2169         * device/lib/pic16/Makefile.common.in: added OPT_FLAGS macro to
2170         enable global optimizations for entire library source, other
2171         Makefiles in the source tree are also modified to reflect this,
2172         * device/lib/pic16/libc/stdlib/putchar.c (putchar): dummy putchar()
2173         function,
2174         * doc/sdccman.lyx: updated to reflect new changes,
2175         * src/pic16/gen.c (aopForSym): don't handle sym->iaccess in
2176         sym->onStack if-case,
2177         * src/pic16/main.c (_pic16_keywords): commented out keywords bit,
2178         sbit, idata, _idata, xdata, _xdata,
2179         * added pragma library, to link an external library, (see doc),
2180         * removed command line options, --pomit-config-words, --pomit-ivt,
2181         --pleave-reset-vector,
2182         * (pic16_finaliseOptions): when define macro SDCC_MODEL_{SMALL/LARGE}
2183         when calling assembler to reflect memory model used, also define
2184         macro STACK_MODEL_{SMALL/LARGE} when compiling and assembling to
2185         reflect stack model used,
2186         * src/pic16/ralloc.c (pic16_allocDirReg): when operand is allocated
2187         on stack return NULL,
2188
2189 2005-01-22 Daniel Winkler <post AT danielwinkler.de>
2190
2191         * src/SDCCopt.c (killDeadCode): do not throw iCodes away if one
2192           of the operands is volatile. Fixes #1020220
2193
2194 2005-01-22 Daniel Winkler <post AT danielwinkler.de>
2195
2196         * src/pic16/pcoderegs.c (pCodeOptime2pCodes): reenabled optimization
2197         * (OptimizeRegUsage): make sure that there is really no other flow where
2198           the first pCode is used
2199
2200 2005-01-22 Raphael Neider <rneider AT web.de>
2201
2202         * src/pic16/pcoderegs.c (pCodeOptime2pCodes): disabled optimization
2203           to fix #1106967 (pCode->seq are not set up correctly)
2204
2205 2005-01-22 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
2206
2207         * src/SDCCglue.c (glue): make sure code area is declared before the
2208         static initialization area.
2209
2210 2005-01-21 Raphael Neider <rneider AT web.de>
2211
2212         * device/lib/Makefile.in: fixed test for pic16 install dir
2213         * device/lib/pic16/*/Makefile*: modified compile flags to enable
2214           optimizations
2215         * doc/sdccman.lyx: updated banksel optimization, removed --flr-support and
2216           added --optimize-goto compiler switch and pragma wparam documentation
2217         * src/pic16/pcode.c (pic16_OptimizeBanksel): removed statistics dump
2218         * src/pic16/pcodepeep.c (pic16_pCodeOpCopy): fixed copying of WREG, PRODL
2219           and PRODH closing bug #1071770 (peephole optimizer)
2220
2221 2005-01-19 Raphael Neider <rneider AT web.de>
2222
2223         * src/SDCCglobl.h: ensure that PATH_MAX >= 2048 to guarantee
2224           cmdLine buffers (used when calling sdcpp...) are large enough
2225           (MAX_PATH=256 truncates arguments leading to system halts when
2226           used in MinGW...)
2227         * src/pic16/gen.c (pic16_sameRegs): relaxed size criterion
2228         * (genUminus): rewritten to for efficiency
2229         * (genNearPointer[GS]et): enforce reloading of FSR0 (was still
2230           used uninitialized in some cases)
2231         * (genCast): upcasting a 16bit int to a 24bit GPOINTER may not
2232           copy the third byte from the int -- now assumes 0x80 (data memory)
2233         * src/pic16/genarith.c (pic16_genPlus): fixed bug when swapping
2234           operands (genAddLit expects the iCode's operands to swapped as
2235           well), fixed leftover bytes (crashed for short left operands)
2236         * (pic16_genMinusDec): performance improvements, removed false
2237           PIC14 emitSKPNCs
2238         * (pic16_genMinus): fixed to cope with differently sized operands
2239         * src/pic16/glue.c (pic16_glue): added new banksel optimization
2240           for --obanksel > 1
2241         * src/pic16/pcode.c: implemented (first phase of) banksel optimization
2242         * src/pic16/graph.[ch]: implementation of directed graphs, used by
2243           new banksel optimization
2244         * src/pic16/pcoderegs.c (pCodeRegMapLiveRangesInFlow): prevented
2245           analysis for temporary registers (segfaults...)
2246         * src/pic16/peeph.def: added rule
2247
2248 2005-01-18 Vangelis Rokas <vrokas AT otenet.gr>
2249
2250         * device/lib/pic16/libc/stdlib/x_ftoa.c: it defines x_ftoa function
2251         which converts a float number to its ASCII representation
2252         * device/lib/pic16/libc/utils/cnvfrac.S,cnvint.S: support
2253         functions to convert the fractional and integer part of a float to ASCII,
2254         * device/lib/pic16/libc/stdlib/(calloc.c,free.c, malloc.c,
2255         realloc.c): added _MALLOC_SPEC to explicit place variables in data
2256         ram
2257         * device/include/asm/pic16/features.h: added _CODE, _DATA, _AUTOMEM,
2258         _STATMEM macros,
2259         * device/include/pic16/adc.h: added GPL info,
2260         * src/pic16/gen.c (genIfxpCOpJump): perform an genIfxJump but using
2261         a pCodeOp as tested operand,
2262         * (genNearPointerGet): optimized bit testing, does not use
2263         intermediate register for bit value, test directly instead with
2264         BTFSS, BTFSC, works only for single bits,
2265         * (genpic16Code): dump the name of the iCode in the asm,
2266         * src/pic16/ralloc.c (decodeOp): removed static declaration and
2267         renamed to pic16_decodeOp,
2268         * (serialRegAssign): do not allocate a temporary register for iCode
2269         sequences that test a single bit for 1/0
2270
2271 2005-01-12 Vangelis Rokas <vrokas AT otenet.gr>
2272
2273         * src/pic16/pcode.[ch]: introduced pic16_stackpnt_*,
2274         pic16_framepnt_*, pic16_stack_*, pic1_frame_* pointer variables to
2275         access stack and frame pointers. They are initially assigned to
2276         point at pic16_pc_fsr1[lh] and pic16_pc_fsr2[lh] variables and other
2277         accessing SFRs. Updated all occurences of modification of stack or
2278         frame pointer in gen.c and pcode.c,
2279         * src/pic16/ralloc.c (serialRegAssign): fixed two bugs with
2280         assigning of a literal value to pointers,
2281         * src/pic16/main.c (pic16_finiliseOptions): set pre-processor define
2282         flag STACK_MODEL_SMALL or STACK_MODEL_LARGE according to the model
2283         selected
2284
2285 2005-01-11 Vangelis Rokas <vrokas AT otenet.gr>
2286
2287         * doc/sdccman.lyx: update documentation about stack pragma, added
2288         some info for stack memory models
2289
2290 2005-01-08 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
2291
2292         * src/pic16/gen.c (DEBUGpc): MSVC 6 does not support macro variable arguments
2293
2294 2005-01-08 Raphael Neider <rneider AT web.de>
2295
2296         * src/pic16/device.c (pic16_dump_usection): changed naming scheme for
2297           udata sections to fix bug #1097823
2298
2299 2005-01-05 Raphael Neider <rneider AT web.de>
2300
2301         * src/pic16/gen.c (genGenericShift): added handling of differently
2302           sized left operand and result
2303
2304 2005-01-04 Raphael Neider <rneider AT web.de>
2305
2306         * src/pic16/gen.c (genIfxJump): fixed inverted skips on CARRY
2307         * (genIfx): fixed (?) read from uninitialized SPIL_LOC (now assumes CARRY
2308           to hold the condition bit)
2309         * added new version of genCmp (old code available via #define)
2310         * added new version of genShiftLeft/genShiftRight in a generic
2311           way, now supports shifting by negative values
2312         * (genLeftShiftLiteral, genRightShiftLiteral): use absolute value of
2313           shiftCount (expected by genGenericShift)
2314         * src/pic16/genarith.c (genPlus): added code for adding CARRY+literal
2315         * src/pic16/pcode.c (pic16_OptimizeJumps): removed annoying statistics
2316           dump
2317         * (pic16_newpCodeOpLit): changed to cast to unsigned char (as e.g. -32766
2318           is an invalid literal too...)
2319
2320 2005-01-04 Vangelis Rokas <vrokas AT otenet.gr>
2321
2322         * src/pic16/gen.c (aopForSym, genEndFunction): applied some fixes
2323         from Raphael Neider,
2324         * src/pic16/pcode.c (pic16_newpCodeOpLit): removed casting to char
2325         for 8-bit literals. This fixes some literal operands which are sign
2326         extended to 16-bits ints when instruction needs only 8-bits.
2327
2328 2004-12-31 Paul Stoffregen <paul AT pjrc.com>
2329
2330         * device/lib/logf.c: added mcs51 assembly version
2331         * device/lib/expf.c: added mcs51 assembly version
2332         * device/lib/_logexpf.c: new shared asm code for expf and logf
2333         * device/include/math.h: add defines for assembly math library
2334         * device/lib/Makefile.in: build new _logexpf.c
2335         * device/lib/libfloat.lib: use new _logexpf.c
2336
2337 2004-12-29 Slade Rich <slade_rich AT users.sourceforge.net>
2338
2339         * src/pic/device.c
2340         * src/pic/pcode.c : adjusted internal stack and pre-allocated registers for
2341           device types which have less than 0x7f registers.
2342
2343 2004-12-29 Slade Rich <slade_rich AT users.sourceforge.net>
2344
2345         * src/pic/genarith.c : Fixed problem with subtraction where the result would not be updated when borrowing.
2346
2347 2004-12-28 Paul Stoffregen <paul AT pjrc.com>
2348
2349         * device/lib/printf_fast.c: only build on supported arch.
2350         * device/lib/printf_tiny.c: only build on supported arch.
2351         * device/lib/printf_fast_f.c: only build if asm float lib
2352         * device/lib/_fsget1arg.c: only build if asm float lib
2353         * device/lib/_fsget2args.c: only build if asm float lib
2354         * device/lib/_fsnormalize.c: only build if asm float lib
2355         * device/lib/_fsreturnval.c: only build if asm float lib
2356         * device/lib/_fsrshift.c: only build if asm float lib
2357         * device/lib/_fsswapargs.c: only build if asm float lib
2358         * device/include/stdio.h: don't provide print_fast,
2359           print_fast_f, print_tiny prototypes if --xstack used
2360
2361 2004-12-28 Maarten Brock <sourceforge.brock AT dse.nl>
2362
2363         * device/lib/sincosf.c (sincosf): don't invert bit/bool by ~
2364         * support/regression/ports/mcs51-stack-auto/spec.mk: added new _fs.. files
2365           to the SOURCES
2366
2367 2004-12-28 Paul Stoffregen <paul AT pjrc.com>
2368
2369         * device/lib/printf_fast_f.c: same as printf_fast, but
2370           with floating point enabled
2371         * device/lib/printf_fast.c: minor tweaks
2372         * device/include/stdio.h: add printf_fast_f
2373
2374 2004-12-27 Paul Stoffregen <paul AT pjrc.com>
2375
2376         * src/SDCCmain.c: make --float-reent default for mcs51
2377         * device/lib/_fsadd.c: added mcs51 assembly version
2378         * device/lib/_fssub.c: added mcs51 assembly version
2379         * device/lib/_fsmul.c: added mcs51 assembly version
2380         * device/lib/_fsdiv.c: added mcs51 assembly version
2381         * device/lib/_fseq.c: added mcs51 assembly version
2382         * device/lib/_fsneq.c: added mcs51 assembly version
2383         * device/lib/_fsgt.c: added mcs51 assembly version
2384         * device/lib/_fslt.c: added mcs51 assembly version
2385         * device/lib/_fscmp.c: shared code for fseq,fsgt,fslt,fsneq
2386         * device/lib/Makefile.in: add _fscmp to build
2387         * device/lib/libfloat.lib: add _fscmp to build
2388
2389 2004-12-27 Paul Stoffregen <paul AT pjrc.com>
2390
2391         * device/lib/_fs2slong.c: added mcs51 assembly version
2392         * device/lib/_fs2sint.c: added mcs51 assembly version
2393         * device/lib/_fs2schar.c: added mcs51 assembly version
2394         * device/lib/_fs2ulong.c: added mcs51 assembly version
2395         * device/lib/_fs2uint.c: added mcs51 assembly version
2396         * device/lib/_fs2uchar.c: added mcs51 assembly version
2397         * device/lib/_slong2fs.c: added mcs51 assembly version
2398         * device/lib/_sint2fs.c: added mcs51 assembly version
2399         * device/lib/_schar2fs.c: added mcs51 assembly version
2400         * device/lib/_ulong2fs.c: added mcs51 assembly version
2401         * device/lib/_uint2fs.c: added mcs51 assembly version
2402         * device/lib/_uchar2fs.c: added mcs51 assembly version
2403         * device/include/float.h: added #define to select asm vs c
2404
2405 2004-12-26 Paul Stoffregen <paul AT pjrc.com>
2406
2407         * device/lib/printf_fast.c: improvements to float output
2408         * device/include/float.h: add defines for assembly float library
2409         * device/lib/_fsget1arg.c: receive 1 float arg
2410         * device/lib/_fsget2args.c: receive 2 float args (reentrant)
2411         * device/lib/_fsnormalize.c: normalize a float
2412         * device/lib/_fsreturnval.c: return float, various helper routines
2413         * device/lib/_fsrshift.c: right shift a float's mantissa
2414         * device/lib/_fsswapargs.c: swap 2 floats
2415         * device/lib/Makefile.in: build these 6 new files for mcs51
2416         * device/lib/libfloat.lib: add these 6 files to the library
2417
2418 2004-12-26 Borut Razem <borut.razem AT siol.net>
2419
2420         * sim/ucsim/avr.src/arith_inst.cc: fixed bug #1088372- savr is not
2421           built by gcc 3.4.2
2422
2423 2004-12-25 Paul Stoffregen <paul AT pjrc.com>
2424
2425         * device/lib/printf_tiny.c: printf for mcs51 in only 267 bytes,
2426           and fully reentrant and register bank neutral.
2427         * device/lib/printf_fast.c: added float (not enabled by default),
2428           added compact/slower integer (also not enabled by default),
2429           improved size/speed of fast integer code, other minor changes
2430         * device/include/stdio.h, device/lib/Makefile.in,
2431           device/lib/libsdcc.lib: integrate printf_tiny into mcs51 build
2432
2433 2004-12-24 Maarten Brock <sourceforge.brock AT dse.nl>
2434
2435         * src/pic16/pcode.c: declaring variables other than at the start of a
2436           block is not supported in C by VC6.
2437
2438 2004-12-22 Vangelis Rokas <vrokas AT otenet.gr>
2439
2440         * applied a previous patch from Raphael Neider that wasn't included
2441         in the previous commits, which fixes infinite loops within jumptable
2442         improvements,
2443         * made some fixes that previous patches introduced
2444
2445 2004-12-21 Vangelis Rokas <vrokas AT otenet.gr>
2446
2447         * src/pic16/gen.c (pic16_aopGet): applied fix from Raphael Neider
2448         that fixes an issue with AOP_PCODE asmop's offset,
2449         * (pic16_popCopyReg): update instance field too,
2450         * (mov2w): modified to pic16_mov2w because it conflicts with mov2w
2451         function of pic port,
2452         * (genCmp, genAnd, genAssign),
2453         * src/pic16/genarith.c (genAddLit): some fixes from Raphael Neider,
2454
2455 2004-12-20 Vangelis Rokas <vrokas AT otenet.gr>
2456
2457         * src/SDCCast.c (gatherAutoInit): allow pic16 to emit static
2458         variables initial values to idata section,
2459         * src/SDCCicode.c (geniCodeCall): patch from ### to fix unreferenced
2460         variables in some functions. This utilizes parmBytes field of iCode
2461         structure to hold the offset of the variable in stack. (might be
2462         able to use the stack field too?)
2463         * applied patch from Raphael Neider # ### , # ###
2464         * src/pic16/glue.c (pic16emitRegularMap): fix to print static
2465         variable initial values in idata section,
2466         * src/pic16/ralloc.c (pic16_allocDirReg): don't allocate register
2467         for static variables with initial value
2468         * src/device/lib/pic16/libsdcc/float/ulong2fs.c (__ulong2fs):
2469         applied fix in while loop from Raphael Neider.
2470
2471 2004-12-19 Maarten Brock <sourceforge.brock AT dse.nl>
2472
2473         * src/ds390/gen.c (genCpl): fixed bit=~(char/bit) bugs, added warning
2474         * src/ds390/main.c (_ds390_regparm): don't pass bit params in registers
2475         * src/ds390/ralloc.c (serialRegAssign): spill bits
2476         * src/mcs51/gen.c (genCpl): fixed bit=~(char) bugs, added warning
2477         * support/Util/SDCCerr.c,
2478         * support/Util/SDCCerr.h: added warning W_COMPLEMENT for using bit=~(bit)
2479         * support/regression/tests/bitvars.c: added tests for bitwise complement(~)
2480         * support/regression/tests/bitwise.c: added test for bitwise complement(~)
2481
2482 2004-12-09 Maarten Brock <sourceforge.brock AT dse.nl>
2483
2484         * device/include/sdcc-lib.h: inserted LGPL, added includes
2485           asm/ds390/features.h and asm/mcs51/features.h
2486         * device/include/asm/default/features.h,
2487         * device/include/asm/gbz80/features.h,
2488         * device/include/asm/z80/features.h: added empty _AUTOMEM
2489           and _STATMEM
2490         * device/include/asm/ds390/features.h,
2491         * device/include/asm/mcs51/features.h: added files with defines for
2492           _AUTOMEM and _STATMEM indicating automatic and static storage class
2493         * device/lib/printf_large.c (_print_format): optimized & used _AUTOMEM
2494         * doc/sdccman.lyx: version 2.4.7, updated xstack documentation
2495         * src/SDCCicode.c (geniCodeCast),
2496         * src/SDCCsymt.c (compareType): allow cast of data-ptr to idata-ptr
2497         * src/SDCCloop.c (loopInduction): removed unused variable lr
2498         * src/SDCCopt.c (convilong, convertToFcall): moved "easy special case"
2499           to convertToFcall to include char modulo (RFE 1065037), added check
2500           if left operand is unsigned and use abs of literal value
2501         * src/SDCCpeeph.c (setFromConditionArgs): removed double quotes option
2502           as it doesn't work after conversion from peephole.def to peephole.rul
2503         * src/mcs51/gen.c (toBoolean): added check for size,
2504           (genModOneByte): optimized code for signed char modulo a literal
2505           power of 2 (thanks to Hubert Sack),
2506           (genRRC): removed unnecessary "clr c",
2507           (genRLC): replaced "add a,acc" with cheaper "rlc a"
2508         * src/mcs51/peeph.def: renamed 115 to 115.a, added rule 115.b: another
2509           jump optimization,
2510           swapped rules 256.c and 256.d,
2511           extended 256.d by using new multiple checks (thanks Erik),
2512           added rules 256.e and 256.f,
2513           updated rule 261.a and 261.b to new generated code
2514         * support/regression/tests/muldiv.c: added test div/mod by a power of 2
2515
2516 2004-12-07 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
2517
2518         * src/SDCCloop.c (basicInduction, loopInduction): fixed several
2519           induction related bugs, including first part of bug #1074377
2520
2521 2004-12-05 Vangelis Rokas <vrokas AT otenet.gr>
2522
2523         * applied patch from bug-report #1076292,
2524         * applied patches for genAnd and Goto-optimizations for Raphael
2525         Neider,
2526         * src/SDCCicode.c (printOperand): fixed !REGA source to compile and
2527         dump a less iCode information,
2528         * src/pic16/device.h (pic16_options_t): added field debgen,
2529         * src/pic16/gen.h: added macros DUMP_FUNCTION_ENTRY,
2530         DUMP_FUNCTION_EXIT, FENTRY, FENTRY2,
2531         * src/pic16/gen.c (my_powof2): renamed to pic16_my_powof2 and made
2532         puclic,
2533         * (various functions): added macros FENTRY and FENTRY2 to functions,
2534         to emit function prologue,
2535         * (various functions): fixed indentation,
2536         * (genNearPointerGet): fixed loading of FSR0,
2537         * (genPackBits): applied patch from Raphael Neider to fix updating
2538         of FSR0 and touching only the modified bits,
2539         * src/pic16/genarith.c (various functions): added macros FENTRY to
2540         emit function prologue in comments,
2541         * src/pic16/pcode.h: added functions debugf2, debugf3,
2542         * src/pic16/ralloc.c: partial fix for packForPush caused
2543         segmentation fault,
2544
2545 2004-12-04 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
2546
2547         * src/mcs51/peeph.def: added 261.a,b (16 bit rotate) by Stas Sergeev
2548           <stsp AT users.sourceforge.net> with reversed byte order
2549         * support/regression/tests/rotate.c: added (ds390 skips some tests)
2550
2551 2004-12-03 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
2552
2553         * src/z80/gen.c (genLeftShift, genRightShift): fixed second part of
2554           bug #1074377
2555         * src/hc08/gen.c (genrshFour, shiftRLong, shiftLLong),
2556         * src/mcs51/gen.c (shiftLLong): Fixed some shifting bugs Frieder found
2557
2558 2004-12-02 Slade Rich <slade_rich AT users.sourceforge.net>
2559
2560         * src/pic/pcode.c : fixed a problem where banksel was not being inserted.
2561
2562 2004-12-02 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
2563
2564         * src/SDCCpeeph.c (callFuncByName): support combined peephole rule
2565           conditions,
2566           (setFromConditionArgs): friendly operand parser for peephole rules,
2567           (operandBaseName, operandsNotRelated): new peephole condition
2568           "operandsNotRelated" -- similar to "operandsNotSame", but takes
2569           architecture specific register naming into account, handles n-way
2570           comparisons, and supports quoted literals
2571         * src/mcs51/peeph.def: restored rule 177.d with an extra condition
2572
2573 2004-12-02 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
2574
2575         * src/mcs51/peeph.def: fixed bug #1076940
2576
2577 2004-12-02 Slade Rich <slade_rich AT users.sourceforge.net>
2578
2579         * device/include/pic/pic16f877.h : added an include file for the PIC16F877 device.
2580
2581 2004-11-28 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
2582
2583         Adding support for replacing ljmps with sjmps in jumptables
2584         generated for switch statements. For now you need to set the
2585         environment variable SDCC_SJMP_JUMPTABLE to enable this.
2586         Now 4 algorithms for mcs51 jumptable generation are used:
2587         ljmp or sjmp jumptables for up to 16 cases, stack-pushing target
2588         addresses loaded pc-relative for up to 112 cases and stack-pushing
2589         target addresses loaded with offset from dptr for up to 256 cases.
2590
2591         * src/SDCCpeeph.c: added peephole conditional labelJTInRange
2592         * src/mcs51/main.c: adapted constants for switch table generation
2593         * src/mcs51/peeph.def: added 260.x for replacing ljmp with sjmp
2594
2595 2004-11-26 Maarten Brock <sourceforge.brock AT dse.nl>
2596
2597         * device/lib/printf_large.c (_print_format): fixed bug 1073386
2598         * support/regression/tests/bug1057979.c: added test for bug 1073386
2599
2600 2004-11-25 Vangelis Rokas <vrokas AT otenet.gr>
2601
2602         * src/pic16/pcode.c: fixed bug which may produce error in non-GNU
2603         compilers
2604
2605 2004-11-25 Vangelis Rokas <vrokas AT otenet.gr>
2606
2607         * src/pic16/device.h,
2608         * src/pic16/genarith.c,
2609         * src/pic16/glue.c,
2610         * src/pic16/main.c,
2611         * src/pic16/pcode.c: applied patches #1068154 and #1070213
2612
2613 2004-11-24 Vangelis Rokas <vrokas AT otenet.gr>
2614
2615         Large cummulative patch for pic16 port.
2616         * device/lib/pic16/gstack.h: NEW, user can specify its own handler
2617         to call when a stack overflow occurs,
2618         * (malloc.h): added CVS Id tag,
2619         * (pic18f{242,252,442,452}.h): added T0CONbits structure and
2620         variable,
2621         * added libc directory. The current version of LibC contains string
2622         functions, ctype functions and macros and some functions of the
2623         stdlib set (like malloc/free/atof/atoi etc...). All functions are to
2624         be extensively tested in the future. Standard disclaimer here.
2625         Library is not automatically build yet. But one can build it by
2626         invoking 'make' inside the libc directory.
2627         * added ADC library under libio. Preliminary version yet.
2628
2629         * src/pic16/gen.h: added emitTOGC macro, to toggle Carry flag,
2630         * src/pic16/gen.c (aopForRemat): asmop size is filled by
2631         aopForRemat() now and not by pic16_aopOp(),
2632         * (pic16_popGetTempReg): removed warning messgae when allocating
2633         temporary registers, its a buggy feature and will be removed,
2634         * (pic16_popGet): set register instance field in AOP_CRY,
2635         * (pic16_outBitC): fixed for results in size greater than 1,
2636         * (genUminusFloat): fixed for pic16, ported code from mcs51,
2637         * (pic16_storeForReturn): optimized return of 0,
2638         * (genCmp): experimental code for new genCmp which uses PIC18's
2639         special compare&skip instructions. Initial tests fail some times
2640         with variables grater than 1 byte in size, so new code is disabled,
2641         * (genUnpackBits, genPackBits): more optimizations in reading/writing,
2642         a single bit,
2643         * (genCast): began a fix to optimize the casting of a bit to another
2644         bit, now assigning a bitfield to another bitfield will fail, sorry,
2645         * src/pic16/main.c: disabled the use of lr-support feature,
2646         * src/pic16/pcode.h: renamed PCASMDIR to PCAD,
2647         * added some function prototypes, added function _debugf prototype,
2648         * src/pic16/pcode.c: (pic16_get_op): fixed emitting operands of register
2649         bits with offset (case PO_GPR_BIT),
2650         * (genericPrint): don't emit INFO pcode when --pcode-verbose not in
2651         command line,
2652         * (isBankInstruction): modified to return 0 for no banking instruction,
2653         and 1 for banking instruction,
2654         * (pic16_isPCinFlow): check for PCAD (assembler directives) too,
2655         caused stop processing pCodes after a inline assembly block,
2656         * (pic16_popCopyGPR2Bit): updated to match bitfields with offset,
2657         * src/pic16/pcoderegs.c: fixed a bug with eliminating some temporary
2658         registers when it shouldn't,
2659         * src/pic16/ralloc.c (allocReg): add preliminary support for
2660         supporting a limited set of temporary registers,
2661
2662 2004-11-23 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
2663
2664         * src/hc08/gen.c (genAssign, genPointerGetSetOfs, genDataPointerGet,
2665           genDataPointerSet): ensure assignments always copy in MSB to LSB
2666           order,
2667           (loadRegFromAop): recognize CLRH optimization,
2668           (genFunction): optimize RECEIVE iCodes in reentrant functions
2669
2670 2004-11-20 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
2671
2672         * src/SDCCmain.c (parseCmdLine, optionsTable[]): fixed bug with
2673           --out-fmt-s19 turning into --out-fmt-elf if s19 was already
2674           selected.
2675         * src/SDCCmain.c (linkEdit): don't define SSEG for HC08
2676         * src/hc08/main.c (_hc08_setDefaultOptions): default xdata to be
2677           contiguous with data
2678
2679 2004-11-19 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
2680
2681         * device/lib/_gptrget.c (_gptrget),
2682         * device/lib/_gptrgetc.c (_gptrgetc),
2683         * device/lib/_gptrput.c (_gptrput): _naked allows to use ret
2684           instead of sjmp to ret
2685         * src/mcs51/peeph.def: added peepholes 3.d-g and 177.g,h provided
2686           by Hubert Sack <hsack2002 AT arcor.de> in RFE #1067986, thanks
2687
2688 2004-11-18 Maarten Brock <sourceforge.brock AT dse.nl>
2689
2690         * .version: bumped version to 2.4.7
2691         * device/lib/_gptrget.c (_gptrget): is now _naked
2692         * device/lib/_gptrgetc.c (_gptrgetc): is now _naked
2693         * device/lib/_gptrput.c (_gptrput): is now _naked
2694         * src/SDCCast.c (createBlock): removed ridiculous self-assignment,
2695           (createFunction): fixed xstack
2696         * src/SDCCglue.c (emitMaps): set allocation required for bit area
2697         * src/SDCCicode.c (geniCodeCast): don't change SPEC_OCLS for literal
2698           or bit either,
2699           (geniCodeCritical): store original interrupt state in an iTemp bit
2700           var unless stack-auto
2701         * src/SDCCicode.h: added CRITICAL and ENDCRITICAL to SKIP_IC2
2702         * src/SDCCmain.c (setIncludePath): added include/target to search path
2703         * src/SDCCmem.c (allocParms): store bit vars in bit space, not overlay
2704         * src/SDCCsymt.c (checkFunction): don't check regbank for isr's against
2705           prototype,
2706           (processFuncArgs): put bit vars in bit area
2707         * src/mcs51/gen.c (saveRegisters, unsaveRegisters, genXpush, saveRBank,
2708           unsaveRBank): fixed xstack,
2709           (genFunction): bugfix: replaced (global!) reentrant with fReentrant,
2710           (genFunction, genEndFunction): fixed xstack,
2711           (genAssign): optimization don't walk backwards through mem
2712         * src/mcs51/main.c (_mcs51_regparm): don't pass bit params in registers
2713         * src/mcs51/ralloc.c (createStackSpil): spill bits to bit area
2714         * support/regression/Makefile: also make library (for stack-auto) when
2715           making "all" and added "test-mcs51-xstack-auto"
2716         * support/regression/fwk/lib/testfwk.c: added T2_isr prototype for mcs51
2717         * support/regression/ports/mcs51/T2_isr.c: added this file as a stub
2718         * support/regression/ports/mcs51/fwk.lib: added to link T2_isr stub
2719         * support/regression/ports/mcs51/spec.mk: added rules for fwk.lib
2720         * support/regression/ports/mcs51-stack-auto/spec.mk: replaced
2721           make-library by MAKE_LIBRARY
2722         * support/regression/ports/mcs51-xstack-auto/spec.mk: file added to run
2723           regression tests for xstack
2724         * support/regression/tests/bitvars.c: test for bit vars (bug 938782)
2725         * support/regression/tests/critical.c: test for critical on mcs51
2726
2727 2004-11-18 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
2728
2729         * support/regression/ports/ucz80/spec.mk: use include and lib files from
2730           built version of sdcc instead of installed version
2731
2732 2004-11-14 Maarten Brock <sourceforge.brock AT dse.nl>
2733
2734         * src/mcs51/gen.c (toBoolean): fixed bug 1065458
2735         * device/lib/Makefile.in: z80 uses printf_large.c, sprintf.c and
2736           vprintf.c now
2737         * device/lib/printf_large.c (calculate_digit): fixed bug 1057979
2738         * device/lib/z80/Makefile: don't use printf.c as it fails bug 1057979
2739           WARNING: remove device/lib/build/z80/printf.o by hand when
2740           updating from previous build!
2741         * device/lib/z80/printf.c: updated comment
2742         * support/regression/tests/bug1057979.c: test all ports now
2743         * support/regression/tests/bug1065458.c: file added
2744
2745 2004-11-12 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
2746
2747         * src/z80/gen.c (genFunction, genEndFunction): avoided generating
2748           *_start and *_end symbols for static functions
2749
2750 2004-11-11 Maarten Brock <sourceforge.brock AT dse.nl>
2751
2752         * src/SDCCmain.c (linkEdit): don't suppress crt0 if --nostdlib is used
2753           and search crt0.o in all library paths,
2754           (setIncludePath): proper handling of --nostdinc,
2755           (setLibPath): proper handling of --nostdlib
2756         * support/regression/Makefile,
2757         * support/regression/ports/ds390/spec.mk,
2758         * support/regression/ports/gbz80/spec.mk,
2759         * support/regression/ports/hc08/spec.mk,
2760         * support/regression/ports/mcs51/spec.mk,
2761         * support/regression/ports/mcs51-large/spec.mk,
2762         * support/regression/ports/mcs51-stack-auto/spec.mk,
2763         * support/regression/ports/z80/spec.mk: use include and lib files from
2764           built version of sdcc instead of installed version
2765         * doc/sdccman.lyx: fixed typo in --nostdinc
2766
2767 2004-11-10 Slade Rich <slade_rich AT users.sourceforge.net>
2768
2769         * src/pic/pcode.c,
2770         * src/pic/device.c,
2771         * src/pic/ralloc.c,
2772         * src/pic/gen.c : added support to generate code for struct bit fields.
2773
2774 2004-11-06 Maarten Brock <sourceforge.brock AT dse.nl>
2775
2776         * as/xa51/xa_version.h,
2777         * device/include/errno.h,
2778         * device/include/regc515c.h,
2779         * device/lib/_itoa.c,
2780         * device/lib/_ltoa.c,
2781         * device/lib/ser_ir_cts_rts.c,
2782         * sim/ucsim/xa.src/glob.cc,
2783         * sim/ucsim/xa.src/inst_gen.cc,
2784         * sim/ucsim/xa.src/xa_bit.cc,
2785         * sim/ucsim/xa.src/xa_sfr.cc,
2786         * sim/ucsim/z80.src/inst_dd.cc,
2787         * sim/ucsim/z80.src/inst_fdcb.cc,
2788         * support/scripts/keil2sdcc.pl,
2789         * src/pic16/pic16.dsp,
2790         * src/pic16/pic16a.dsp: corrected cvs line endings
2791         * device/lib/printf_large.c: fixed bug 1057979
2792         * src/pic16/gen.c: fixed non-C standard code
2793         * src/SDCCmain.c: made --pack-iram default, added --no-pack-iram
2794         * src/SDCCglobl.h: changed pack_iram to no_pack_iram
2795         * support/regression/ports/mcs51/support.c: reload T1 asap
2796         * doc/sdccman.lyx: updated for options --pack-iram and --no-pack-iram,
2797           pdata use and clear idata startup behaviour
2798         * support/regression/tests/bug1057979.c: added
2799
2800 2004-11-04 Maarten Brock <sourceforge.brock AT dse.nl>
2801
2802         * device/examples/ds390/ow390/ad26.h,
2803         * device/examples/ds390/ow390/cnt1d.h,
2804         * device/examples/ds390/ow390/crcutil.c,
2805         * device/examples/ds390/ow390/ownet.h,
2806         * device/examples/ds390/ow390/owsesu.c,
2807         * device/examples/ds390/ow390/swt12.h,
2808         * device/examples/ds390/ow390/swtoper.c,
2809         * device/examples/ds390/ow390/temp10.h,
2810         * device/examples/ds390/ow390/thermodl.c,
2811         * device/examples/ds390/tinitalk/tinitalk.dsp,
2812         * device/examples/ds390/tinitalk/tinitalk.dsw,
2813         * device/examples/mcs51/clock/hw.h,
2814         * device/examples/mcs51/simple2/go.bat,
2815         * device/examples/serialcomm/windows/serial.h,
2816         * device/examples/xa51/dummy.c,
2817         * device/examples/xa51/hello.c,
2818         * device/include/80c51xa.h,
2819         * device/include/at89x051.h: corrected cvs line endings
2820
2821 2004-11-04 Vangelis Rokas <vrokas AT otenet.gr>
2822
2823         * src/pic16/main.c (options): added command line --gstack, to trace
2824         stack over/under flows,
2825         * added pragma 'wparam' to allow passing first byte of function
2826         parameters via WREG, syntax is #pragma wparam my_function[, func2...]
2827         * src/pic16/gen.c (pic16_testStackOverflow): function which emits a
2828         call to __gstack_test function and sets up the symbol as extern,
2829         * (pic16_pushpCodeOp, pic16_poppCodeOp, pushw, pushaop, popaopidx,
2830         * popaop): added call to pic16_testStackOverflow,
2831         * (wParamCmp, inWparamList): NEW, test existence of a symbol in
2832         wparamList list,
2833         * (genCall, genPcall): now all parameters are passed via stack
2834         except in functions that are pass to wparam pragma in which WREG is
2835         used too,
2836         * (genPcall): REENTRANT flag is checked to see if variable prototype
2837         contains reentrant keyword, don't call a non-reentrant function, via
2838         a reentrant function pointer or vice versa, functions are never
2839         passed via WREG,
2840         * (genJumpTab): applied patch from bug #1057478 by R.Neider and
2841         D.Winkler,
2842         * src/pic16/glue.c (pic16emitRegularMap): fixed bug which caused a
2843         SIGSEGV when accessing a NULL register stucture,
2844         * (pic16_printGPointerType): modified to handle UPPER modifier for
2845         function initializers, changed prototype of function to simpler one,
2846         * (pic16_printIvalFuncPtr): check to see if function is already
2847         added in externs list,
2848         * src/pic16/pcoderegs.c (pCodeOptime2pCodes): fixed bug which
2849         optimized a move from W to SFR with a move to the same register
2850         later after a CALL,
2851         * device/lib/pic16/debug: NEW directory, contains debug features
2852         which are enabled when linking with libdebug.lib, currently command
2853         line option --gstack enables stack pointer tracing for over/under
2854         flow, corresponding sources are in debug/gstack
2855
2856 2004-10-30 Vangelis Rokas <vrokas AT otenet.gr>
2857
2858         * doc/sdccman.lyx: updated SDCC version,
2859         * (PIC16 port): update list of command line options,
2860         * src/pic16/device.h (structure pic16_options_t): added field gstack
2861         to enable stack overflow tracing on push/pops,
2862         * src/pic16/device.c (statistics structure): added statistics
2863         structure,
2864         * (pic16_dump_access, pic16_dump_usection, pic16_dump_gsection,
2865         pic16_dump_int_registers): increase statistics counters for each
2866         * variable which is encountered
2867         * (pic16_dump_usection): emit each .udata variable to its own udata
2868         section,
2869         * src/pic16/gen.c (assignResultValue, genCall, genPcall, genFunction):
2870         when macro USE_WREG_IN_FUNC_PARAMS is set to 0 pass all function
2871         parameters via stack, otherwise use old scheme,
2872         * src/pic16/glue.c (pic16_emitStatistics): dump statistics in
2873         assembler output file,
2874         * src/pic16/main.c: added command line options --gstack to enable
2875         push/pop tracing for stack overflow,
2876         * src/pic16/pcode.c (all pCodeInstruction records for PIC18F
2877         instructions): added size of each instruction,
2878         * (pic16_countInstruction): estimate size of instructions in
2879         the_pFile list, inline assembly blocks are not counted,
2880         * (pic16_FixRegisterBanking): trace previous register usage, when
2881         banksel optimizations is greater than 0, don't emit a redudant
2882         banksel directive,
2883
2884 2004-10-26 Slade Rich <slade_rich AT users.sourceforge.net>
2885
2886         * src/pic/ralloc.c : fixed inefficient code produced when compiling a complimented bit operation.
2887         * src/pic16/ralloc.c : applied same fix for pic16.
2888         * src/pic/gen.c : tidied it up a little.
2889
2890 2004-10-25 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
2891
2892         * src/mcs51/peeph.def: disabled 259.a,b for removing redundant ret,
2893         thanks to Martin Helmling for reporting (mail on sdcc-devel 2004-10-25)
2894
2895 2004-10-22 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
2896
2897         * src/SDCCast.c (reverseParms): fixed bug #1040577 (part 2)
2898
2899 2004-10-22 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
2900
2901         * device/lib/ser_ir_cts_rts.c: integer promotion caused a call to the
2902         non-reentrant function __modsint in the interrupt function (thus
2903         corrupting math operations during serial I/O)
2904         * device/lib/ser_ir.c: as above, changed buffersize
2905         * src/mcs51/peeph.def: added 259.a,b for removing redundant ret,
2906         256.c,d for zeroing
2907         * doc/Makefile: added option -t for rsync
2908
2909 2004-10-22 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
2910
2911         * src/SDCCast.h (struct ast),
2912         * src/SDCCast.c (reverseParms, copyAst): fixed bug #1040577 (part 1)
2913
2914 2004-10-20 Borut Razem <borut.razem AT siol.net>
2915
2916         * support/scripts/sdcc.nsi: added include/pic16/*.h to the setup
2917         package
2918
2919 2004-10-20 Vangelis Rokas <vrokas AT otenet.gr>
2920
2921         * device/lib/pic16/libsdcc/Makefile: added lregs directory in
2922         makefile targets,
2923         * device/lib/pic16/libsdcc/lregs/{Makefile,lrst.c,lrrest.c}: NEW
2924         support functions to replace long sequences of MOVFF's from access
2925         bank registers to stack and vice versa,
2926         * src/pic16/device.h: added new field opt_flags, where optimization
2927         flags can be set to enable certain features,
2928         * src/pic16/gen.c (pic16_emitpinfo): NEW to add PC_INFO pCode in
2929         * pBlock, (genFunction, genEndFunction): surroung loop for
2930         saving/loading used registers in stack with PC_INFO pCodes,
2931         INF_LREGS. Code in between can then be optimized by pCode optimizer
2932         to support function calls,
2933         * (genDataPointerSet): fixed bug which loaded float fields in
2934         structures with corrupt data,
2935         * src/pic16/genutils.c (debugf, _debugf): macro/function which emits
2936         in a standard way debug info on stderr. Feature used for developing
2937         and debugging only,
2938         * src/pic16/glue.c (pic16glue): reformatted, deleted some old and
2939         obsolete chunks of code,
2940         * if optimization flag OF_LR_SUPPORT was set, call pic16_OptimizeLocalRegs,
2941         * src/pic16/main.c (_pic16_parseOptions): added handler for --flr-support,
2942         * pic16/src/pcode.c (pic16_newpCodeInfo,
2943         * (pic16_newpCodeOpLocalRegs),
2944         * (pic16_convertLocalRegs2Support): NEW, to support new optimization
2945         feature,
2946         * (pic16_pCodeConstString): printing of the initial value of a
2947         symbol as a comment is inhibited since parsing was already done by
2948         copyStr and output is corrupt,
2949         * (pic16_pCode2str, genericPrint): handle PC_INFO pCode,
2950
2951 2004-10-20 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
2952
2953         * src/mcs51/ralloc.c (packRegisters): fixed bug #1044601
2954
2955 2004-10-19 Maarten Brock <sourceforge.brock AT dse.nl>
2956
2957         * as/mcs51/lkarea.c: removed old K&R style,
2958           (lnksect): changed check on boundary error,
2959           (lnksect2): changed check on boundary error,
2960           (lnksect2): extend XSTK to end of page if size = 1
2961         * as/mcs51/lkmain.c: removed old K&R style,
2962           (Areas51): create l_IRAM symbol
2963         * as/mcs51/lkmem.c (summary2): added report on PSEG and XSTK
2964         * device/lib/Makefile.in: renamed model-mcs51-reentrant to
2965           model-mcs51-stack-auto, added model-mcs51-xstack-auto
2966         * device/lib/_mullong.c: added version to be compiled with xstack
2967         * device/lib/mcs51/crtclear.asm: clear only upto --iram-size
2968         * device/lib/mcs51/crtxclear.asm: clear pdata as well
2969         * device/lib/mcs51/crtxstack.asm: fixed comment
2970         * src/SDCCglue.c: maxInterrupts defaults to 0,
2971           (emitMaps): added pdata,
2972           (createInterruptVect): (re)moved default,
2973           (glue): added pdata,
2974           (glue): moved __start__xstack to XSTK with default size 1
2975         * src/SDCCmain.c (parseCmdLine): automatically set options.intlong_rent
2976           and options.float_rent when options.stackAuto is set,
2977           (linkEdit): only write XDATA_NAME if provided on command line
2978         * src/SDCCmem.h,
2979         * src/SDCCmem.c: added pdata
2980         * src/port.h: added pdata_name to PORT
2981         * src/mcs51/gen.c (toBoolean): fixed for Acc use of aopGet,
2982           (saveRegisters, unsaveRegisters): removed usage of B,
2983           (genMinus): fixed accumulator clash,
2984           (genJumpTab): added comment, this needs another look
2985         * src/mcs51/gen.c: added check for "B in use" paranoia,
2986           added pushB() and popB()
2987         * src/mcs51/peeph.def: restart after 177.c so 177.a can get a second
2988           chance
2989         * src/avr/main.c,
2990         * src/ds390/main.c,
2991         * src/hc08/main.c,
2992         * src/mcs51/main.c,
2993         * src/pic/main.c,
2994         * src/pic16/main.c,
2995         * src/xa51/main.c,
2996         * src/z80/main.c: (reset_regparms) made void parameter explicit and
2997           added PSEG (PAG,XDATA) or NULL to port specifier
2998         * src/ds390/main.c (_ds390_genIVT): moved implemented default in here
2999         * src/mcs51/main.c (_mcs51_genIVT): moved implemented default in here,
3000           (_mcs51_genInitStartup): removed __start__xstack equ,
3001           (mcs51_port): moved xstack from XSEG (XDATA) to XSTK (PAG,XDATA)
3002         * src/pic16/device.c (pic16_dump_usection, pic16_dump_isection),
3003         * src/z80/gen.c (_rleAppend): fixed warnings
3004         * support/regression/tests/zeropad.c: added pdata test
3005         * .version: bumped to 2.4.6
3006
3007 2004-10-17 Borut Razem <borut.razem AT siol.net>
3008
3009         * support/scripts/sdcc.nsi: cross compiling of WIN32 setup.exe on Linux
3010         as a part of nightly build
3011
3012 2004-10-16 Vangelis Rokas <vrokas AT otenet.gr>
3013
3014         * src/pic16/gen.c (struct _G): added field useWreg, is set to 1 when
3015         WREG holds the first byte function parameters,
3016         * (aopForSym): take special case for symbols which are in FARSPACE
3017         but in CODESPACE too,
3018         * (assignResultValue): modified to take into account _G.useWreg,
3019         * (genCall): don't use wreg for parameter passing when function is
3020         declared as reentrant, too, added optimization INCF to stack
3021         pointer when stack parameter count is 1,
3022         * (genFunction, genEndFunction): refurnished and fixed to not using
3023         wreg for passing parameters when function has varargs or is
3024         reentrant, fixed bug with symbol name compare for generating
3025         functions in absolute address,
3026         * (pic16_storeForReturn): refurnished,
3027         * (genCmp): began writing a new version of the function, not ready
3028         yet, therefore it is disabled,
3029         * (genAssign): do not read code memory when assigning a function to
3030         a pointer function,
3031         * src/pic16/glue.c (pic16emitStaticSeg): abSym->name is defined an
3032         array of characters, not pointer,
3033         * (pic16initialComments): in debug mode emit an .ident directive for
3034         the assembler,
3035         * (_process_pragma): emit a new warning type (internal to pic16)
3036         when setting stack to default length, emit a similar warning when
3037         placing a function at absolute address and address is not word aligned
3038         * (_pic16_parseOptions): added 'return TRUE' statement,
3039         * (_pic16_linkEdit): if compiling a source, then add the source's
3040         file object, first in the list of objects to link,
3041
3042 2004-10-13 Slade Rich <slade_rich AT users.sourceforge.net>
3043
3044         * src/pic/pcoderegs.c : increased count on regUsedinRange to prevent unnecessary warning.
3045         * src/pic/main.c : removed VC warning.
3046         * src/pic/gen.c : changed comment.
3047
3048 2004-10-12 Vangelis Rokas <vrokas AT otenet.gr>
3049
3050         * device/lib/pic16/libsdcc/gptr/gptrput[234].c: an external
3051         reference to a deprecated symbol _GPTRREG was causing failure to
3052         link. Thanks G. M. Gallant for the info.
3053
3054 2004-10-12 Slade Rich <slade_rich AT users.sourceforge.net>
3055
3056         * src/pic/pcode.c : Applied a code patch supplied by Paul Ashmore in
3057         comments for Bugs item #954788.
3058
3059 2004-10-10 Vangelis Rokas <vrokas AT otenet.gr>
3060
3061         * src/pic16/device.c (pic16_dump_gsection,
3062         * pic16_groupRegistersInSection): handle symbols declared to be in
3063         access bank differently,
3064         * src/pic16/gen.c (struct _G): added field resDirect,
3065         * (aopForSym): if symbol on stack and iCode is '=' and result exists,
3066         send values read from stack directly to result and don't allocate
3067         temporary values,
3068         * (pic16_sameRegs): fixed bug that allowed MOVFF to move between
3069         same registers,
3070         * (pic16_sameRegsOfs): NEW,
3071         * (freeAsmop): if _G.resDirect is set then do not mark registers as
3072         free because they were not allocated from temporary pool,
3073         * pic16_popRegFromString): workaround to fix a problem with
3074         allocating variables twice or never,
3075         * (genGenPointerGet): using PRODL instead of FSR0H,
3076         * (genGenPointerSet): using POSTDEC1 (that is a stack location)
3077         instead of FSR0H,
3078         * (genAssign): take advantage of the _G.resDirect flag,
3079         * (genCast): around line 11844, use mov2f instead of directly
3080         MOVFF'ing between operands to account for literal values,
3081         * src/pic16/genutils.c: some new debug functions for gpsim have been
3082         added,
3083         * src/pic16/glue.c (pic16_printIvalType): fixed bug that initialized
3084         float with integer part only,
3085         * src/pic16/main.c (_process_pragma): handle pragma udata access to
3086         place variables in access bank
3087         * device/lib/pic16/libsdcc/gptr/gptr*.c: using BRA instead of GOTO,
3088         updated sources to reflect recent changes in gen.c
3089
3090 2004-10-06 Vangelis Rokas <vrokas AT otenet.gr>
3091
3092         * device/lib/pic16/libsdcc/Makefile.rules: fixed bug concerning
3093         sources that searched for headers in installation path, now the
3094         device/include/pic16 is used,
3095         * src/pic16/glue.c (pic16glue),
3096         * src/pic16/pcode.c (pCode2str, genericPrint): don't print .file or
3097         .line directives if not in debug mode, this suppresses assembler's
3098         warnings for ignored directives
3099
3100 2004-10-05 Maarten Brock <sourceforge.brock AT dse.nl>
3101
3102         * src/port.h: made reset_regparms prototype void parameter explicit.
3103         * src/SDCCsymt.c (processFuncArgs): removed argument "func".
3104         * src/mcs51/ralloc.c (packRegisters): new fix for bugs 898889 & 979599.
3105         * doc/sdccman.lyx: documented warning disabling and how to use
3106           printf_large to make it print floats.
3107         * device/include/stdbool.h: NEW
3108         * device/lib/_atof.c,
3109         * device/lib/_divuint.c,
3110         * device/lib/_divulong.c,
3111         * device/lib/expf.c,
3112         * device/lib/printf_large.c,
3113         * device/lib/sincosf.c,
3114         * device/lib/sincoshf.c: used stdbool.h, all compile with stack-auto now
3115         * device/lib/Makefile.in: added target for model-mcs51-reentrant to build
3116           a completely reentrant lib.
3117
3118 2004-10-05 Vangelis Rokas <vrokas AT otenet.gr>
3119
3120         * device/lib/pic16/libsdcc/gptr/gptr*.c: added return statements
3121         * device/include/pic16/stdio.h: fixed bug with colon
3122
3123 2004-10-03 Vangelis Rokas <vrokas AT otenet.gr>
3124
3125         * device/include/pic16/stdio.h,
3126         * device/include/pic16/stdlib.h,
3127         * device/include/pic16/math.h: NEW
3128         * device/lib/pic16/libsdcc/gptr/*.c (gptrget*, gptrput*): functions
3129         declared as _naked to reduce overhead
3130         * device/lib/Makefile.in (target port-specific-objects-pic16):
3131         changed * to *.* so to ignore the CVS directory,
3132         * src/pic16/gen.c (pic16_freeAsmop): added code to store result of
3133         stacked variables back in stack,
3134         * (genEndFunction): fixed bug reported by G.M. Gallant with stack
3135         corruption
3136
3137 2004-10-01 Vangelis Rokas <vrokas AT otenet.gr>
3138
3139         * .version: bumped version number to 2.4.5
3140         * support/Util/SDCCerr.h: added warning W_POSSBUG2.
3141         * support/Util/SDCCerr.c (messages structure): added entry for
3142         W_POSSBUG2
3143
3144         Large cumulative patch for pic16 port and libraries.
3145         * device/include/pic16/sdcc-lib.h,
3146         * device/include/pic16/stdarg.h,
3147         * device/include/asm/pic16/features.h,
3148         * device/include/lib/pic16/libsdcc/gptr/{*.c, Makefile}: NEW,
3149         * device/include/pic16/float.h: changes reentrant keyword with
3150         _FS_REENTRANT, added prototype for __fsneq, included sdcc-lib.h
3151         * device/lib/pic16/libsdcc/Makefile: added target directory gptr,
3152         updated target build-libraries to include objects from gptr,
3153         * device/lib/pic16/libsdcc/{char,int,long}/*.c: added macro
3154         _IL_REENTRANT to all function headings, included sdcc-lib.h header,
3155         * device/lib/pic16/libsdcc/float/*.c: added macro _FS_REENTRANT to
3156         all function headings,
3157         * src/SDCCmain.c: added global parameter userIncDirsSet,
3158         * (parseCmdLine): when option -I is encountered add directory to
3159         userIncDirsSet too,
3160         * src/version.awk: added space between control and long,
3161         * src/pic16/NOTES: added some notes for the port,
3162         * src/pic16/gen.c: added prototype for mov2fp function,
3163         * (fReturnpic16[]): properly named return value registers,
3164         * (_G structure): added fields stackRegSet, fregsUsed, stack_lat,
3165         * (aopForSym): added code to handle symbols with onStack flag set,
3166         symbols onStack are allocated PTRSIZE bytes,
3167         * (aopFreeAsmop): handles special case where asmops are stack objects,
3168         * (aopGet, pic16_popGet): adde cod to handle new asmop AOP_STA,
3169         * (pic16_popGetTempReg, pic16_popGetTempRegCond, pic16_popReleaseTempReg):
3170         added argument lock to trace flaws in allocating temporary registers
3171         when developing port,
3172         * (pic16_popGetLit, pic16_popGetLit2): changed lit from unsigned to signed
3173         * (pic16_popRegFromString): reenabled allocating a direct register
3174         from string,
3175         * (assignResultValue): various beautifications,
3176         * fixed bug #1037717 (patch from R. Neider & D. Wrinkler) with mistaken
3177         referenced function argument,
3178         * (genIpush): reenabled to allow stacked arguments, handles only
3179         ic->parmPush iCodes,
3180         * (genCall, genPcall): major changes to allow for variable argument
3181         functions, fixed a bug with falsely restoring stack pointer after
3182         returning from call,
3183         * (genFunction): pending code for critical function,
3184         * (shiftR1Left2ResultSigned, shiftR1Left2Result, shiftL2Left2Result,
3185         * (shiftR2Left2Result, shiftLLong) applied patch #1032155 from R.Neider,
3186         * (genNearPointerGet): fixed bug with indirect reading, was always
3187         reading from INDF0
3188         * (genGenPointerGet, genGenPointerSet): rewrote to support generic
3189         pointers,
3190         * (genAddrOf): rewrote code to take address of a stacked function parameter
3191         * (genCast): fixed casting to generic pointer type,
3192         * src/pic16/gen.h: added AOP_STA,
3193         * (struct asmop): added field stk,
3194         * src/pic16/genarith.c (pic16_AopType): handle AOP_STA,
3195         * (pic16_genPlusIncr): changed emitSKPNZ to emitSKPNZ,
3196         * (pic16_genAddLit, pic16_genPlus): applied patch #1034042 by tecodev,
3197         * (pic16_genMinus): fixed bug #1035119 with patch submitted by tecodev,
3198         * src/pic16/genutils.c (pic16_genNot): removed symbol *tlbl,
3199         * src/pic16/glue.c (pic16_printGPPointerType): fixed to support new
3200         generic pointers,
3201         * src/pic16/main.c (_pic16_initPaths): ignores default SDCC include
3202         and library paths,
3203         * (pic16_port structure): generic pointer size is set to 3,
3204         * src/pic16/pcode.c (pic16_newpCodeOpLit): correctly print literal integer,
3205         * (insertBankSwitch): cast to (char *) to prevent 64bit CPUs'
3206         compiler warning,
3207         * src/pic16/ralloc.c (allocReg): prevent allocating register when
3208         operand is an iTemp,
3209
3210 2004-09-24 Martin Helmling <mh AT octo-soft.de>
3211
3212         * debugger/mcs51/cmd.c: set PC if a symbol at pc reg is set
3213         * debugger/mcs51/simi.c: addapt new syntax of s51
3214
3215 2004-09-23 Vangelis Rokas <vrokas AT otenet.gr>
3216
3217         * src/pic16/genutils.c (pic16_genNot): fixed bug #1032265,
3218         * src/pic16/pcode.c: commented out some calls to free() in order to
3219         fix bug #989576,
3220
3221 2004-09-23 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3222
3223         * src/SDCCicode.h,
3224         * src/SDCCicode.c (isiCodeInFunctionCall),
3225         * src/avr/ralloc.c (selectSpil),
3226         * src/pic/ralloc.c (selectSpil),
3227         * src/pic16/ralloc.c (selectSpil),
3228         * src/ds390/ralloc.c (selectSpil),
3229         * src/hc08/ralloc.c (selectSpil),
3230         * src/xa51/ralloc.c (selectSpil),
3231         * src/mcs51/ralloc.c (selectSpil): Don't use remainSpil to spill to the
3232         stack in the middle of a function call sequence (fixes bug #1020268)
3233         * src/SDCCicode.c (geniCodeJumpTable): fixed error in computing the
3234         costs associated with the minimum switch case.
3235
3236 2004-09-19 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3237
3238         * src/SDCC.lex: fixed bug #1030549
3239
3240 2004-09-19 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3241
3242         * src/SDCCcse.h (struct cseDef),
3243         * src/SDCCcse.c (cseBBlock, newCseDef, ifFromAddrTaken): purge CSEs
3244         over a function call if the CSE is derived from a symbol whose
3245         address has been taken (fixes bug #1029883)
3246         * support/regression/tests/bug-1029883: a new regression test for
3247         this bug
3248
3249 2004-09-18 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3250
3251         * src/hc08/gen.c (emitinline): fixed bug #1029778
3252         * src/SDCC.y (assignment_expr): fixed the grammer so that assignment
3253         to a cast object is no longer a syntax error ("fixes" bug #1030006,
3254         and starts toward RFE #905167)
3255
3256 2004-09-17 Vangelis Rokas <vrokas AT otenet.gr>
3257
3258         * src/pic16/gen.c (mov2f): New function to move an operand to
3259         another without considering if it is a literal or a register,
3260         * (pic16_sameRegs): don't check if they are both AOP_REG,
3261         * (AccRsh): removed andmask=0 lines,
3262         * (genLeftShift): duplicated to be improved in future versions,
3263         * src/pic16/main.c (_process_pragma): emit stack default size in hex,
3264         * src/pic16/pcode.c: added POC_INFSNZW, updated inverted_op fields
3265         in POC_INCFSZ, POC_INCFSZW, POC_INFSNZ,
3266         * (pic16initMnemonics): added initialization for POC_INFSNZW,
3267         * (insertBankSwitch): fixed inserting banksel directives algorithm
3268         for instructions that follow a skip instruction, this fixes a report
3269         for broken subtraction code generation,
3270         * src/pic16/ralloc.c (deassignLRs): do not free register if current
3271         iCode is a left op, just in case result and right share the same
3272         registers
3273
3274 2004-09-16 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3275
3276         * src/hc08/main.c,
3277         * src/hc08/gen.c (genJumpTable): more efficient jump table, supports
3278         preservation of HX
3279         * src/hc08/gen.c (pullRegs): fixed order of HX & XA pairs
3280         * src/mcs51/ralloc.c (packRegisters): removed the patch applied
3281         on 2004-09-12; it was buggy
3282
3283 2004-09-15 Bernhard Held <bernhard AT bernhardheld.de>
3284
3285         * src/SDCCsymt.h: removed RESULT_CHECK
3286         * src/SDCCast.c,
3287         * src/SDCCglue.c,
3288         * src/SDCCval.c,
3289         * src/pic/glue.c,
3290         * src/pic16/glue.c: replaced RESULT_CHECK with RESULT_TYPE_NONE
3291
3292 2004-09-15 Vangelis Rokas <vrokas AT otenet.gr>
3293
3294         * src/SDCCicode.c (piCode): applied patch from Raphael Neider,
3295         * src/pic16/device.c (pic16_assignConfigWordValues): wrong
3296         configuration values no more rejected by compiler, they are assigned
3297         to configuration registers with a warning message instead,
3298         * src/pic16/glue.c (pic16_emitConfigRegs): added +1 at top-limit of
3299         the for-loop so last conf register is emitted too,
3300         * (_pic16_initPaths): link library libsdcc.lib by default,
3301         * (_hasNativeMulFor): modified test for multiplication according to
3302         Raphael Neider's remarks. Integer multiplication is also done with
3303         support functions,
3304         * device/include/pic16/pic18fregs.h: corrected type error in while
3305         testing and including 18f6720 header file
3306
3307 2004-09-14 Vangelis Rokas <vrokas AT otenet.gr>
3308
3309         * src/pic16/device.h (pic16_options): removed field use_crt,
3310         * src/pic16/gen.c (genUnpackBits): added call to pic16_loadFSR0
3311         until an optimization to handle single bits is added,
3312         * (pic16_loadFSR0): moved before genUnpackBits,
3313         * (genAnd): some white lines removed,
3314         * src/pic16/main.c (_pic16_finaliseOptions): set omit_ivt and clear
3315         leave_reset flags in pic16_options when using crt modules,
3316
3317 2004-09-12 Maarten Brock <sourceforge.brock AT dse.nl>
3318
3319         * src/mcs51/ralloc.c (packRegisters): applied fix by Bernhard Held
3320           for bugs 898889 & 979599. Also used some safer print instructions.
3321
3322 2004-09-12 Vangelis Rokas <vrokas AT otenet.gr>
3323
3324         * src/pic16/device.h (pic16_options_t): added field use_crt,
3325         crt_name, no_crt,
3326         * src/pic16/genarith.c (pic16_genPlus): added an assert(0) line to
3327         catch a probable future bug,
3328         * src/pic16/gen.c: aopIdx function commented out,
3329         * (genAssign): commented out old code which used aopIdx,
3330         * src/pic16/glue.c (pic16glue): removed some legacy fragments of
3331         code, added if conditionals to take into account the --use-crt
3332         command line options,
3333         * src/pic16/main.c (pic16_optionsTable): added new command line
3334         options, --use-crt= and --no-crt,
3335         * (_pic16_linkEdit): now the proper crt object is added in the
3336         linker command line except than when --no-crt is specified,
3337         * src/pic16/pcode.c,
3338         * src/pic16/pcode.h: added some structures and functions for a new
3339         optimization scheme to compansate for instruction overhead between
3340         same iCodes, this scheme is currently under development and is not
3341         working in any way,
3342         * src/pic16/gen.c (genAnd): added patch provided by Aaron Collwell
3343         to && operator,
3344         * device/lib/pic16/startup/crt0i.c,
3345         * device/lib/pic16/startup/crt0iz.c: added global char variable
3346         __uflags to force the generation of an idata section
3347
3348 2004-09-12 Bernhard Held <bernhard AT bernhardheld.de>
3349
3350         * doc/Makefile,
3351         * doc/clean.mk: added support for easy creation of sdcc-doc.tar.bz2
3352         * doc/sdccman.lyx: updated sdcc version to 2.4.4
3353
3354 2004-09-10 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3355
3356         * doc/sdccman.lyx: fixed a problem with my new index entries (thanks
3357         Frieder) and clarified the default code optimization mode
3358
3359 2004-09-10 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3360
3361         * src/SDCC.lex (doPragma, process_pragma),
3362         * src/SDCCglobl.h (struct optimize): added pragmas "opt_code_speed",
3363         "opt_code_size", and "opt_code_balanced"
3364         * src/SDCCmain.c (optionsTable[], printOptions, scanOptionsTable):
3365         regrouped options by category, added support for category headers
3366         * src/SDCCmain.c (parseCmdLine): added options "--opt-code-speed"
3367         and "--opt-code-size"
3368         * doc/sdccman.lyx: documented these new options and pragmas
3369         * src/hc08/gen.c (AccLsh, AccRsh): take speed/size optimization
3370         preference into account
3371
3372 2004-09-08 Maarten Brock <sourceforge.brock AT dse.nl>
3373
3374         * src/SDCCicode.c (geniCodePostInc, geniCodePreInc, geniCodePostDec,
3375           geniCodePreDec): Fixed bug 904237 by generating a warning
3376         * src/SDCCerr.h,
3377         * src/SDCCerr.c: added warning W_SIZEOF_VOID
3378
3379 2004-09-09 Slade Rich <slade_rich AT users.sourceforge.net>
3380
3381         * src/pic/device.c : When no max ram set validate full memory range.
3382         * src/pic/pcode.c,
3383         * src/pic/pcodepeep.c : Copy C code comments to optimised replacement code.
3384
3385 2004-09-08 Maarten Brock <sourceforge.brock AT dse.nl>
3386
3387         * device/lib/_gptrget.c,
3388         * device/lib/_gptrput.c: updated comment
3389         * device/lib/calloc.c,
3390         * device/lib/free.c,
3391         * device/lib/malloc.c,
3392         * device/lib/realloc.c: added LGPL, made them reentrant-safe
3393         * src/SDCCcse.c (cseBBlock),
3394         * src/SDCCicode.c (printOperand, geniCodeArray),
3395         * src/SDCCicode.h (struct operand): fixed bug 868103
3396         * support/regression/tests/bug-868103.c: added
3397         * src/SDCCast.c (searchLitOp),
3398         * src/SDCCcse.h (struct cseDef),
3399         * src/SDCCglue.c (printIvalArray, spacesToUnderscores),
3400         * src/SDCCicode.h (struct operand),
3401         * src/SDCCsymt.h (struct sym_link),
3402         * src/avr/gen.c (hasInc),
3403         * src/ds390/gen.c (hasInc),
3404         * src/hc08/gen.c (genPlusIncr, hasInc),
3405         * src/mcs51/gen.c (hasInc),
3406         * src/pic16/glue.c (pic16_printIvalChar),
3407         * src/pic16/ralloc.c (regWithIdx),
3408         * src/xa51/gen.c (hasInc) : removed warnings
3409         * src/SDCCast.c (createBlock): added comment ???
3410         * src/hc08/ralloc.c: updated comments
3411
3412 2004-09-07 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
3413
3414         * doc/sdccman.lyx: updated section on switch statements, added
3415         section about semaphore locking
3416         * doc/Makefile: added option -info for latex2html
3417         * device/lib/_gptrget.c,
3418         * device/lib/_gptrput.c: __XPAGE instead of P2 in outcommented code
3419
3420 2004-09-06 Slade Rich <slade_rich AT users.sourceforge.net>
3421
3422         * src/pic/device.h,
3423         * src/pic/device.c,
3424         * src/pic/port.c : Changed PIC14 code to not set bit RP1 when
3425          maxram is less than 0x100.
3426
3427 2004-09-06 Slade Rich <slade_rich AT users.sourceforge.net>
3428
3429         * Bug fixes for PIC14 - signed RSHIFT problem. Patch supplied by Allen(agschrum).
3430
3431 2004-09-06 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3432
3433         * src/port.h,
3434         * src/mcs51/main.c,
3435         * src/ds390/main.c,
3436         * src/z80/main.c,
3437         * src/hc08/main.c,
3438         * src/pic/main.c,
3439         * src/pic16/main.c,
3440         * src/avr/main.c,
3441         * src/xa51/main.c
3442         * src/SDCCicode.c (geniCodeJumpTable): Better logic to determine if a
3443         a jump table is the best form for a switch statement, including
3444         automatic insertion of missing cases to make the case range
3445         continuous. Developed in collaboration with Frieder Ferlemann.
3446
3447 2004-09-02 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3448
3449         * src/hc08/ralloc.c (canDefAccResult): multi-byte shift is unsafe for
3450         accumulator result if it needs sign extension
3451
3452 2004-09-02 Maarten Brock <sourceforge.brock AT dse.nl>
3453
3454         * src/hc08/ralloc.c (canUseAccOperand): fixed comparison bug
3455
3456 2004-09-02 Maarten Brock <sourceforge.brock AT dse.nl>
3457
3458         * device/lib/gbz80/printf.c,
3459         * device/lib/z80/printf.c: removed define for NULL
3460
3461 2004-09-02 Maarten Brock <sourceforge.brock AT dse.nl>
3462
3463         * as/xa51/xa_link.c,
3464         * device/examples/ds390/ow390/ad26.c,
3465         * device/examples/ds390/ow390/cnt1d.c,
3466         * device/examples/ds390/ow390/counter.c,
3467         * device/examples/ds390/ow390/ds2480.h,
3468         * device/examples/ds390/ow390/ds2480ut.c,
3469         * device/examples/ds390/ow390/findtype.c,
3470         * device/examples/ds390/ow390/gethumd.c,
3471         * device/examples/ds390/ow390/owllu.c,
3472         * device/examples/ds390/ow390/ownetu.c,
3473         * device/examples/ds390/ow390/swt12.c,
3474         * device/examples/ds390/ow390/swtloop.c,
3475         * device/examples/ds390/ow390/temp.c,
3476         * device/examples/ds390/ow390/temp10.c,
3477         * device/examples/ds390/ow390/thermo21.c,
3478         * device/examples/ds390/ow390/tinilnk.c,
3479         * device/examples/ds390/ow390/tstfind.c,
3480         * device/examples/serialcomm/windows/serial.cpp,
3481         * device/examples/serialcomm/windows/test_serialcomm.cpp,
3482         * device/include/reg51.h: fixed line endings for cvs
3483
3484 2004-09-02 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3485
3486         * src/hc08/ralloc.c (canDefAccResult, canUseAccOperand,
3487         packRegsForAccUse, packRegisters): new accumulator register
3488         packing algorithm
3489         * support/regression/ports/hc08/support.c (_putchar): suppress
3490         warning of unused variable
3491         * src/SDCCicode.c: added SWAP entry to codeTable
3492
3493 2004-09-01 Maarten Brock <sourceforge.brock AT dse.nl>
3494
3495         * device/lib/sprintf.c: forgot to add this file before previous commit
3496
3497 2004-09-01 Vangelis Rokas <vrokas AT otenet.gr>
3498
3499         * src/pic16/gen.c (genPackBits): added operand right in function
3500         parameters, load result directly if p_type is POINTER (that is
3501         called by genNearPointerSet)
3502         * (genUnPackBits): added operand left in function parameters,
3503         * (genNearPointerGet, genNearPointerSet): prevent the loading of
3504         FSR0 if accessing bitfields,
3505
3506 2004-08-31 Maarten Brock <sourceforge.brock AT dse.nl>
3507
3508         * device/include/stdio.h: added NULL, size_t, typedef pfn_outputchar,
3509           _print_format; updated printf, sprintf, vsprintf
3510         * device/include/asm/default/features.h: corrected comment/define
3511         * device/lib/Makefile.in: added sprintf.c
3512         * device/lib/libsdcc.lib: added sprintf module
3513         * device/lib/printf_large.c,
3514         * device/lib/vprintf.c,
3515         * device/lib/sprintf.c: totally refactored printf_large and vprintf
3516           into these 3 files
3517         * support/regression/Makefile: changed ALL_PORTS into a usefull default
3518         * support/regression/ports/mcs51-stack-auto/spec.mk: added sprintf
3519         * support/regression/tests/bug-927659.c: removed dummy putchar, enabled
3520           hc08 test
3521         * support/regression/tests/zeropad.c: define idata as data for hc08
3522
3523 2004-08-31 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3524
3525         * src/SDCCpeeph.c (labelIsReturnOnly): support hc08 rts opcode also
3526         * src/SDCCpeeph.c (buildLabelRefCountHash): assume function entry point
3527         labels are referenced at least once (even if a reference is not found)
3528         * src/hc08/gen.c (emitcode): set isComment flag for comments
3529         * src/hc08/peeph.def: added rules 5a..5f (optimize redundant immediate
3530         loads), rules 6a..6b (optimize jumps to return)
3531
3532 2004-08-30 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3533
3534         * device/lib/acosf.c (acosf),
3535         * device/lib/asinf.c (asinf),
3536         * device/lib/atanf.c (atanf),
3537         * device/lib/ceilf.c (ceilf),
3538         * device/lib/cosf.c (cosf),
3539         * device/lib/coshf.c (coshf),
3540         * device/lib/cotf.c (cotf),
3541         * device/lib/fabsf.c (fabsf),
3542         * device/lib/floorf.c (floorf),
3543         * device/lib/log10f.c (log10f),
3544         * device/lib/logf.c (logf),
3545         * device/lib/sinf.c (sinf),
3546         * device/lib/sinhf.c (sinhf),
3547         * device/lib/sqrtf.c (sqrtf),
3548         * device/lib/tanf.c (tanf),
3549         * device/lib/tanhf.c (tanhf),
3550         * device/include/math.h: defined _FLOAT_FUNC_REENTRANT macro and
3551         replaced all instances of "reentrant" in the library functions
3552         defined in math.h with this macro.
3553         * support/regression/tests/float_trans.c: reenabled test for hc08
3554
3555 2004-08-30 Bernhard Held <bernhard AT bernhardheld.de>
3556
3557         * device/lib/pic16/Makefile.common.in: added MODELFLAGS again, it was
3558         erroneously deleted
3559
3560 2004-08-30 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3561
3562         * src/hc08/gen.c (loadRegFromAop): better use of clra & clrx
3563         * src/hc08/gen.c (genAnd, genOr): fixed bug with conditional when
3564         multi-byte volatile operands are used
3565         * src/hc08/gen.c (shiftRLong): fixed bug with wrong rotate direction
3566         * src/hc08/main.c (_hc08_genAssemblerPreamble): moved the built-in
3567         initialization to area GSINIT0 so that it would always precede
3568         any static initializers in GSINIT
3569         * support/regression/tests/zeropad.c: fixed idata define for hc08
3570         * support/regression/tests/bug-927659.c,
3571         * support/regression/tests/float_trans.c: disabled tests for hc08
3572         pending missing library routines
3573         * .version: increased version number to 2.4.4 - hc08 port now passes
3574         regression tests
3575
3576
3577 2004-08-29 Bernhard Held <bernhard AT bernhardheld.de>
3578
3579         * device/lib/pic16/Makefile.common.in: added $(MM) to fix `make clean`
3580         * Makefile.common.in,
3581         * as/Makefile,
3582         * as/hc08/Makefile.in,
3583         * as/mcs51/Makefile.in,
3584         * as/z80/Makefile.in,
3585         * debugger/mcs51/Makefile.in,
3586         * device/include/Makefile.in,
3587         * device/lib/Makefile.in,
3588         * doc/Makefile,
3589         * link/Makefile,
3590         * link/z80/Makefile.in,
3591         * packihx/Makefile.in,
3592         * sim/ucsim/main_in.mk,
3593         * sim/ucsim/avr.src/Makefile.in,
3594         * sim/ucsim/doc/Makefile.in,
3595         * sim/ucsim/gui.src/serio.src/Makefile.in,
3596         * sim/ucsim/hc08.src/Makefile.in,
3597         * sim/ucsim/s51.src/Makefile.in,
3598         * sim/ucsim/xa.src/Makefile.in,
3599         * sim/ucsim/z80.src/Makefile.in,
3600         * src/Makefile.in,
3601         * support/cpp2/Makefile.in,
3602         * support/librarian/Makefile,
3603         * support/makebin/Makefile: added DESTDIR to the install path proposed
3604         by "Maciej 'Agaran' Pijanka" <agaran AT pld-linux.org>
3605         * doc/sdccman.lyx: added DESTDIR documentation
3606
3607 2004-08-29 Vangelis Rokas (vrokas AT otenet.gr>
3608
3609         * src/pic16/gen.c (genFunction, genEndFunction): fixed return
3610         instruction for interrupt handlers, use fast returns when returning
3611         from high priority interrupts
3612
3613 2004-08-29 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3614
3615         * src/hc08/gen.c (genAnd, genOr, transferAopAop, rmwWithAop): optimized
3616         code generation
3617         * src/hc08/gen.c (genrshFour, genCpl): fixed bugs
3618         * src/hc08/gen.c (genMultOneByte, genDivOneByte, genModOneByte): fixed
3619         bugs, ported much of Bernhard's code from mcs51
3620         * src/mcs51/gen.c (genSend),
3621         * src/hc08/gen.c (genSend): fixed bug with lost SEND iCodes if more
3622         than one when calling a reentrant function
3623         * device/lib/_mullong.c: defined an alternate struct layout for big
3624         endian ports (hc08)
3625
3626 2004-08-28 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3627
3628         * src/hc08/gen.c (shiftL2Left2Result): fix for bug-500536 regression
3629         test
3630
3631 2004-08-28 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3632
3633         * src/SDCCsymt.c (processFuncArgs): make sure parameter types
3634         are sane and complete before asking the port its prefered parameter
3635         passing method (fixes bug #1017633)
3636         * device/lib/hc08/_ret.c: added "data" storage class to _ret2
3637         and _ret3
3638
3639 2004-08-27 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3640
3641         * src/hc08/gen.c (genPackBitsImmed, genUnpackBitsImmed): fix offset
3642         problem in bitfields >= 8 bits.
3643
3644 2004-08-27 Maarten Brock <sourceforge.brock AT dse.nl>
3645
3646         * src/SDCCsymt.c: undid changes that were not meant to be committed
3647
3648 2004-08-27 Maarten Brock <sourceforge.brock AT dse.nl>
3649
3650         * support/regression/ports/hc08spec.mk: REENTRANT must be reentrant
3651
3652 2004-08-27 Maarten Brock <sourceforge.brock AT dse.nl>
3653
3654         * src/hc08/gen.c (genUminusFloat): fixed bug where only 3 bytes were
3655           copied and wrong bit got inverted
3656
3657 2004-08-27 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3658
3659         * src/hc08/gen.c (genPointerSet, genFarPointerSet): moved code from
3660         genFarPointerSet into genPointerSet; eliminated genFarPointerSet
3661         * src/hc08/gen.c (genPointerGet, genFarPointerGet): moved code from
3662         genFarPointerGet into genPointerGet; eliminated genFarPointerGet
3663         * src/hc08/gen.c (genPackBitsImmed): generate optimized code for
3664         assignments to bitfields at known addresses
3665         * src/hc08/gen.c (genUnpackBitsImmed): generate optimized code for
3666         reads from bitfields at known addresses
3667         * src/hc08/ralloc.c (packRegisters),
3668         * src/hc08/gen.c (genPointerGet, genUnpackBits, genUnpackBitsImmed,
3669         genhc08Code): optimize pointer get values used as conditionals
3670         * src/hc08/peeph.def: added rules 2e & 2f to optimize bit test
3671         and branch
3672
3673 2004-08-24 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3674
3675         * src/mcs51/gen.c (genPointerGet, genNearPointerGet, genPagedPointerGet,
3676         genFarPointerGet, genCodePointerGet, genGenPointerGet, genUnpackBits),
3677         * src/mcs51/ralloc.c (packRegisters): optimize pointer get values used
3678         as conditionals
3679
3680 2004-08-22 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
3681
3682         * src/mcs51/peeph.def: peepholes 248.i-m for xdata bitfields
3683
3684 2004-08-21 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3685
3686         * src/mcs51/ralloc.c (packRegsForOneuse): fixed bug #1012650 and some
3687         related problems
3688
3689 2004-08-21 Bernhard Held <bernhard AT bernhardheld.de>
3690
3691         * sim/ucsim/cmd.src/Makefile.in: run lex only if $(PRJDIR)/devel exists
3692
3693 2004-08-18 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3694
3695         * src/z80/ralloc.c (packRegsForAssign): ported some bug fixes from the
3696         mcs51 port
3697
3698 2004-08-16 Slade Rich <slade_rich AT users.sourceforge.net>
3699
3700         * src/pic/gen.c: Restored fn genRet as previous fix was incorrect.
3701
3702 2004-08-14 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
3703
3704         * src/mcs51/gen.c (genJumpTab): jumptables for more than 16 switch
3705         cases use more compact code.
3706
3707 2004-08-13 Slade Rich <slade_rich AT users.sourceforge.net>
3708
3709         * src/pic/gen.c: Fixed problem with fn returning a variable bigger than a char.
3710
3711 2004-08-12 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3712
3713         * src/SDCClrange.c (findPrevUse): fixed bug #1007371
3714
3715 2004-08-12 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3716
3717         * src/SDCCsymt.h,
3718         * src/SDCCsymt.c (changePointer, checkDecl, addSymChain): changed
3719         parameter of changePointer() from symbol* to sym_link*
3720         * src/SDCCast.c (decorateType): call changePointer() for CAST op
3721         * src/SDCCsymt.c (compareType): void* type is castable to other
3722         pointers, but not necesarily an exact match.
3723         * src/SDCCicode.c (geniCodeCast): allow void* casting here since it
3724         is no longer blindly treated as an exact match.
3725         * src/SDCCval.c (valCastLiteral): treat missing type as cast to void
3726
3727 2004-08-12 Slade Rich <slade_rich AT users.sourceforge.net>
3728
3729         * src/pic/glue.c: Added struct initialisation fn printIvalStruct.
3730
3731 2004-08-11 Slade Rich <slade_rich AT users.sourceforge.net>
3732
3733         * src/pic/gen.c,
3734         * src/pic/pcode.c,
3735         * src/pic/ralloc.h,
3736         * src/pic/ralloc.c: Printing rIdx on internal verbose debug.
3737
3738 2004-08-10 Slade Rich <slade_rich AT users.sourceforge.net>
3739
3740         * src/pic/device.c,
3741         * src/pic/device.h,
3742         * src/pic/device.c: Will no longer exit if #pragma maxram has not been defined.
3743
3744 2004-08-06 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3745
3746         * src/mcs51/gen.c (emitcode): fixed bug #992819
3747
3748 2004-08-05 Maarten Brock <sourceforge.brock AT dse.nl>
3749
3750         * src/pic/ralloc.c (deassignLR): allthough pic port is buggy already,
3751           there's no need to make it worse
3752
3753 2004-08-05 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3754
3755         * src/mcs51/ralloc.c (deassignLR),
3756         * src/ds390/ralloc.c (deassignLR),
3757         * src/hc08/ralloc.c (deassignLR),
3758         * src/z80/ralloc.c (deassignLR),
3759         * src/pic/ralloc.c (deassignLR),
3760         * src/pic16/ralloc.c (deassignLR),
3761         * src/avr/ralloc.c (deassignLR),
3762         * src/SDCClrange.c (findRecursiveSucc, findRecursivePred, findPrevUse,
3763         rlivePoint): fixed another part of bug #971834
3764
3765 2004-08-04 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3766
3767         * src/z80/main.c: enabled "critical" keyword
3768         * src/z80/mappings.i,
3769         * src/z80/gen.c (genFunction, genEndFunction): support for interrupt
3770         functions (fixes bug #979646)
3771         * doc/sdccman.lyx: added a subsection explaining z80 interrupt support
3772
3773 2004-08-04 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
3774
3775         * src/mcs51/gen.c (genInline): Add \n for labels, not DOS/WIN dirs
3776           such as c:\mydir.
3777
3778 2004-08-03 Maarten Brock <sourceforge.brock AT dse.nl>
3779
3780         * src/SDCCloop.c (loopInvariants): fixed bug 983545, hope this
3781           doesn't disable too much optimizations
3782
3783 2004-08-02 Slade Rich <slade_rich AT users.sourceforge.net>
3784
3785         * src/pic/glue.c Disabled "WARNING: function 'main' undefined" when -S option is used.
3786
3787 2004-08-02 Maarten Brock <sourceforge.brock AT dse.nl>
3788
3789         * src/SDCClrange.c (rlivePoint): fixed bug 988568, thanks to anonymous
3790
3791 2004-08-02 Slade Rich <slade_rich AT users.sourceforge.net>
3792
3793         * src/pic/gen.c tidied up tabs
3794         * src/pic/genarith.c tidied up tabs and fixed bug with literal multiple where same register was used for hi and low byte
3795         * src/pic/main.c tidied up tabs
3796         * src/pic/pcode.c tidied up tabs and disabled verbose code generation
3797         * src/pic/pcoderegs.c tidied up tabs
3798         * src/pic/ralloc.c tidied up tabs
3799
3800 2004-07-30 Vangelis Rokas <vrokas AT otenet.gr>
3801
3802         * src/SDCCmem.c (allocGlobal): don't turn S_REGISTER storage class
3803         to S_FIXED for pic16 port and when symbol is not in level 0,
3804         allocate for S_REGISTER storage class and pic16 port, too,
3805         * src/pic16/device.h: prototype for checkSym,
3806         * src/pic16/device.c (pic16_dump_access, checkSym): NEW,
3807         * (pic16_assignConfigWordValue): test the value and the mask to
3808         validate that the value is suitable for the configuration word,
3809         * src/pic16/glue.c (pic16_printIvalFuncPtr): use 'externs' to
3810         collect extern declared symbols, don't emit symbol twice, check
3811         first if symbol is in publics set first,
3812         * src/pic16/main.c (_pic16_keywords[]): added keyword 'register',
3813         * added command line '--fstack' which enables an experimental
3814         feature for stack access, too buggy to be used yet...
3815         * src/pic16/ralloc.c (pic16_accessregWithName): NEW,
3816         * (pic16_allocDirReg): when register has storage class S_REGISTER
3817         allocate in pic16_dynAccessRegs,
3818         * device/include/pic16/pic18f????.h: modified configuration word
3819         naming convention, words started as CONFIG0H but should be CONFIG1H
3820
3821 2004-07-29 Maarten Brock <sourceforge.brock AT dse.nl>
3822
3823         * device/include/mcs51reg.h: fixed bug 970993
3824
3825 2004-07-27 Maarten Brock <sourceforge.brock AT dse.nl>
3826
3827         * added lib/calloc.c, lib/free.c, lib/realloc.c, include/stddef.h
3828         * updated lib/malloc.c, lib/libsdcc.lib, lib/Makefile.in, include/malloc.h
3829         * src/SDCC.lex (doPragma): added pragma disable_warning <nnn>
3830         * src/SDCCmain.c (parseCmdLine): added option --disable-warning <nnn>
3831         * src/ds390/gen.c (genPlusIncr): fixed bug when incrementing generic pointers
3832         * support/Util/SDCCerr.c (vwerror): suppress disabled warnings and output
3833           error/warning numbers,
3834           added function setWarningDisabled()
3835         * support/Util/SDCCerr.h: added setWarningDisabled() and MAX_ERROR_WARNING
3836         * support/regression/ports/mcs51-stack-auto/spec.mk: added dependencies
3837           _memcmp.c _memmove.c calloc.c realloc.c free.c
3838         * support/regression/tests/malloc.c: added tests for new functionality
3839         * support/regression/tests/zeropad.c: added tests for truncated initializers
3840           and initialized char arrays starting with '\x0'
3841         * src/mcs51/peeph.def: fixed regression, added peephole 177.f
3842
3843 2004-07-26 Bernhard Held <bernhard AT bernhardheld.de>
3844
3845         * support/valdiag/tests/overflow.c: fixed warning on (1 >> 40)
3846
3847 2004-07-26 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
3848
3849         * doc/sdccman.lyx: updated example in section "Absolute Addressing"
3850         * src/mcs51/peeph.def: added contributed fix for "bug" #995347 as
3851         peephole 177.e. Thanks to anonymous
3852
3853 2004-07-25 Vangelis Rokas <vrokas AT otenet.gr>
3854
3855         * src/pic16/glue.c (pic16_printIvalFuncPtr): when an extern
3856         function isn't used in the source but referenced as a
3857         variable initializer then declare it as extern in .asm file
3858
3859 2004-07-24 Vangelis Rokas <vrokas AT otenet.gr>
3860
3861         * .version: increased version number to 2.4.3
3862
3863         Adding version extension according to ChangeLog CVS revision
3864         * src/Makefile.in (target all): added dependency 'version.h'
3865         * (rule version.h): added rule to create version.h from ChangeLog,
3866         * (rule dep): added dependency version.h,
3867         * src/version.awk: AWK script to create version.h
3868         * src/SDCCdwarf2.c (dwWriteModule),
3869         * src/SDCCglue.c (initialComments),
3870         * src/SDCCmain.c (printVersionInfo): modified to write after
3871         version string the version extension number,
3872         * src/SDCCutil.c: included "version.h"
3873         * (getBuildNumber): NEW, returns SDCC's ChangeLog minor revision
3874         number,
3875         * src/SDCCutil.h: added prototype for getBuildNumber
3876
3877         * src/SDCCmain.c (parseCmdLine): when sOpt is 'I' add rest in
3878         includeDirsSet, too,
3879         * src/SDCCsymt.c (checkSClass): don't emit error when a variable,
3880         const char [] is found in function prototype...
3881
3882         * src/pic16/genarith.c (pic16_genUMult8XLit_8): optimization to omit
3883         moving to WREG with source is already in WREG,
3884         * src/pic16/gen.h: added AOP_FSR0 and AOP_FSR2 in enum,
3885         * src/pic16/gen.c (getFreePtr): updated to look for FSR0 and FSR2,
3886         * (aopForSym): stack'ed symbols are partially supported, added
3887         if-clause to support symbols in FARSPACE,
3888         * (sameRegs): added test for AOP_ACC to see if registers are same,
3889         * (pic16_freeAsmop): added case for AOP_FSR0 and AOP_FSR2,
3890         * (pic16_aopGet): added case for AOP_FSR0 and AOP_FSR2,
3891         * (pic16_popRegFromString): will not allocate a new register if it
3892         doesn't find one by name, bug may have introduced...
3893         * (pic16_popGet): added case for AOP_FSR0 and AOP_FSR2,
3894         * (genIpush): revived to use pic16 port's stack,
3895         * (genAddrOf): added incomplete case for stack'ed operand,
3896         * (genCast): optimized a pair of MOVFW,MOVWF to MOVFF
3897         * src/pic16/genutils.c (pic16_genNot): almot new vesrion for NOT,
3898         can handle multibyte operands,
3899         * src/pic16/glue.c (pic16_printIval*): some debug info added,
3900         * (pic16initialComments): added message for MPLAB compatibility
3901         mode enabled,
3902         * src/pic16/main.h: prototype for pic16_mplab_comp,
3903         * src/pic16/main.c (pic16_optionsTable): new option --mplab-comp,
3904         which enabled MPLAB compatibility mode (i.e. no #LINE/#FILE, BANKED)
3905         * (_pic16_linkEdit): NEW, handles link stage, transferred here
3906         because of increased complexity of procedure,
3907         * (_process_pragma): stack pragma changed to format 'stack pos len',
3908         emit symbol '_stack_end' to conform with gplink,
3909         * src/pic16/pcode.c (pic16_newpCodeOpBit): using pic16_regWithName
3910         to search for register,
3911         * (pic16_get_op, pic16_get_op2): added case for PO_W, PO_WREG and
3912         PO_GPR_REGISTER,
3913         * (pic16_pCode2str): when in MPLAB compatibility mode, comment out
3914         #LINE directives and replace 'B' with 'BANKED' in instruction opcodes
3915         * (pic16_getRegFromInstruction, pic16_getRegFromInstruction2): added
3916         case for PO_GPR_REGISTER,
3917         * (pic16_AnalyzeBanking): removed the old message for inc2h.pl, past
3918         dies, the new era is ahead !...
3919         * src/pic16/ralloc.c: added hash reposits pic16_dynAllocRegNames and
3920         pic16_dynInternalRegs,
3921         * (pic16_allocregWithName, pic16_procregWithName, pic16_regWithname): NEW,
3922         * (pic16_allocDirReg): minor optimizations and bug fixes,
3923         * (pic16_allocWithIdx): when searching pic16_dynProcessorRegs use fixed,
3924
3925         * device/lib/pic16/startup/crt0*.c: extern definition of stack_end,
3926         load stack and frame pointer with address of 'stack_end' symbol
3927
3928 2004-07-23 Vangelis Rokas <vrokas AT otenet.gr>
3929
3930         * src/pic16/glue.c (pic16emitStaticSeg): fixed bug with files
3931         without source code but only variable initializers
3932
3933 2004-07-20 Vangelis Rokas <vrokas AT otenet.gr>
3934
3935         * src/pic16/glue.c (pic16emitRegularMap): unused functions marked as
3936         external are not declared as extern to reduce overhead while linking
3937
3938 2004-07-20 Maarten Brock <sourceforge.brock AT dse.nl>
3939
3940         * src/SDCCast.c (decorateType): removed buggy fix for bug #979599
3941
3942 2004-07-11 Maarten Brock <sourceforge.brock AT dse.nl>
3943
3944         * src/SDCCglue.c (printIvalArray): fixed bug #984229, thanks to Phuah
3945           Yee Keat for the patch
3946         * src/SDCCast.c (decorateType): fixed bug #979599
3947         * src/ds390/gen.h: removed local fReturnSizeDS390
3948         * src/ds390/gen.c: made fReturnSizeDS390 signed short to remove a warning
3949         * src/ds390/gen.c (genAnd, genOr, genXor),
3950         * src/mcs51/gen.c (genAnd, genOr, genXor): generate better optimized code
3951
3952 2004-07-04 Vangelis Rokas <vrokas AT otenet.gr>
3953
3954         * src/SDCCmain.c (linkEdit): modifications only for pic16 port,
3955         add relFilesSet to $3, manipulate $2 to handle linking of object
3956         files without source files in command line,
3957         * device/include/pic16 (all headers): added ID location macros,
3958         * src/pic16/device.c (struct PIC16_device Pics16[]): added field
3959         entries for ID location bytes,
3960         * (pic16_assignIdByteValue): NEW,
3961         * src/pic16/device.h: new structures idRegInfo_t and idBytesInfo_t,
3962         added field dumpcalltree to pic16_options_t,
3963         * src/pic16/gen.c (genCmp): fixed bug case so a temporary register
3964         is used instead of pic16_Gstack_base_addr, check if (ifx) before
3965         emitting rFalseIfx label after check_carry label,
3966         * src/pic16/glue.c (PIC16_IS_IDLOC_ADDRESS, PIC16_IS_HWREG_ADDRESS,
3967         pic16_emitDIRegs), NEW
3968         * (pic16glue): dump .calltree file when option --calltree found,
3969         * src/pic16/main.c (OPTION _pic16_optionsTable): new option --calltree
3970         * (_pic16_genAssemblerPreamble): emit ID locations after
3971         configuration registers,
3972         * (pic16_linkCmd): modifications of the link command,
3973         * src/pic16/pcode.c (pic16_pciMOVFF): PCC_REGISTER replaces PCC_REGISTER2
3974         * (pic16_pCodeInitRegisters): don't init stack registers,
3975         * (pic16_findPrevInstruction): fixed bug,
3976         * (pic16_getRegFromInstruction, pic16_getRegFromInstruction2): fixed
3977         bug with immediate registers,
3978         * (buildCallTree): traces stack push and pop,
3979         * (pct2): dump also stack usage for each function,
3980         * src/pic16/ralloc.c (dynrIdx): registers names start from 0x00
3981         * (pic16_allocDirReg): various modifications,
3982         * (pic16_typeRegWithIdx): when searching pic16_dynProcessorRegs set
3983         fixed to 1,
3984
3985 2004-07-02 Vangelis Rokas <vrokas AT otenet.gr>
3986
3987         * src/pic16/pcode.c: removed buggy double colon
3988
3989 2004-07-01 Borut Razem <borut.razem AT siol.net>
3990
3991         * support/scripts/sdcc.nsi: added include/pic16 to setup
3992
3993 2004-06-30 Vangelis Rokas <vrokas AT otenet.gr>
3994
3995         * device/lib/Makefile.in: fixed bug in target objects-pic16,
3996         * device/lib/pic16/Makefile: prefixed with dash (-) command under
3997         target 'clean',
3998         * doc/sdccman.lyx: changed version to 2.4.2 and added some port
3999         specific command line arguments. Also added sample lkr script
4000         for placing a variable at a specific memory bank.
4001         * src/pic16/device.c (pic16_dump_gsection): NEW, to dump variables
4002         at a specific memory bank,
4003         * (pic16_dump_isection): fixed bug which caused string literals to
4004         be omitted when dumping idata section,
4005         * (pic16_groupRegistersInSection): added code to handle registers
4006         in specific memory banks,
4007         * src/pic16/gen.c: labelOffset is prefixed with pic16_ and made
4008         public, all references are renamed too,
4009         * (pic16_aopGet): removed switch cases for AOP_R0,AOP_R1,AOP_DPTR,
4010         AOP_DPTR2,
4011         * (pic16_storeForReturn): added case to handle when dest is WREG,
4012         * src/pic16/genarith.c (pic16_pCodeOpSubType): NEW,
4013         * src/pic16/glue.c (pic16emitRegularMap): when adding a register in
4014         pic16_rel_udata, check to see if that register is marked as being
4015         a member of a specific memory bank,
4016         * (pic16_printIvalCharPtr): added code to add string literals either
4017         to code or the idata sections,
4018         * src/pic16/main.c (_process_pragma): added \n to WHITE constant,
4019         also accept the 'udata' pragma,
4020         * src/pic16/main.h: new structure types sectName and sectSym
4021         * src/pic16/pcode.c: added new pCodeInstruction entry for BANKSEL
4022         * (newpCodeOpBit): added PIC_OPTYPE subt in function prototype,
4023         * (pic16_findPrevInstruction): fixed, it returned nothing,
4024         * (insertBankSwitch): fixed to emit banksel/skip and skip/banksel
4025         instruction combinations,
4026         * (pic16_FixRegisterBanking): heavily reorganised,
4027         * (pic16_AnalyzeBanking): if generating banksel directives is
4028         disabled, then don't call FixRegisterBanking at all,
4029         * src/pic16/ralloc.c (bitEQUs, aliasEQUs, allDefsOutOfRange):
4030         completely removed,
4031         * (pic16_writeUsedRegisters): added call to pic16_dump_gsection
4032
4033 2004-06-29 Bernhard Held <bernhard AT bernhardheld.de>
4034
4035         * src/SDCCglue.c (printChar): fixed bug #973350, patch provided by
4036         Phuah Yee Keat <yk.phuah AT nestac.com>
4037
4038 2004-06-28 Vangelis Rokas <vrokas AT otenet.gr>
4039
4040         * src/pic16/glue.c (pic16createInterruptVect): function now emits
4041         correctly the IVT even if it is relocated to some other location
4042
4043 2004-06-28 Vangelis Rokas <vrokas AT otenet.gr>
4044
4045         * device/include/pic16/pic18fregs.h: added case for pic18f2220.h
4046         * device/include/pic16/pic18f2220.h: NEW,
4047         * device/lib/pic16/libdev/pic18f2220.c: NEW,
4048         * device/lib/pic16/libdev/Makefile: added 18f2220 in DEVS,
4049         * src/pic16/device.c (struct Pics16): added info for 18f2220,
4050         * src/pic16/device.h (struct pic16_options): added ivt_loc and
4051         nodefaultlibs, ivt_loc is the location of the interrupt vector
4052         table, and nodefaultlibs signs that default libraries should not be
4053         linked in link stage,
4054         * src/pic16/gen.c (genFunction): relocate interrupt vector functions
4055         according to --ivt-loc argument,
4056         * src/pic16/main.c (_process_pragma): emit '_stack' as public symbol
4057         when pragma stack is found,
4058
4059 2004-06-25 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
4060
4061         * src/mcs51/peeph.def: added peepholes 182.d (return 0.0),
4062         256 (range check), 257 (do while), 258.a-f (bit banging
4063         f.e. on 3-wire SPI bus)
4064
4065 2004-06-21 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4066
4067         * src/SDCClrange.c (findNextUseSym): fixed a live range bug with
4068         variables used exclusively within a loop
4069
4070 2004-06-21 Bernhard Held <bernhard AT bernhardheld.de>
4071
4072         * src/mcs51/gen.c (genCpl): quick fix for bug #974835
4073
4074 2004-06-21 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4075
4076         * src/SDCClrange.c (computeClash): fixed bug #971834
4077
4078 2004-06-20 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4079
4080         * src/mcs51/gen.c (genCmp): fixed bug #975903
4081         * src/hc08/gen.c (operandsEqu),
4082         * src/ds390/gen.c (operandsEqu),
4083         * src/z80/gen.c (operandsEqu),
4084         * src/pic/gen.c (operandsEqu),
4085         * src/pic16/gen.c (operandsEqu),
4086         * src/mcs51/gen.c (operandsEqu): fixed bug #976283
4087         * src/SDCCmain.c (parseCmdLine): report --unknown-option only once
4088
4089 2004-06-15 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4090
4091         * src/SDCCcse.c (cseBBlock): fixed bug #966963
4092
4093 2004-06-12 Vangelis Rokas <vrokas AT otenet.gr>
4094
4095         * src/pic16/gen.c (genPointerGet): added E_INTERNAL_ERROR for
4096         default case in switch statement,
4097         * glue.c (pic16_initPointer): expr is initialised via decoarteType
4098         to eliminate problem with initialisation of pointers, but problem
4099         still exists,
4100         * (pic16_pointerTypeToGPByte): removed, no needed for pic16,
4101         * (emitStaticSegment): removed various lines emitting debug info,
4102         * src/pic16/pcode.c, src/pic16/pcode.h, src/pic16/ralloc.h:
4103         added processor registers for utilizing EEPROM,
4104         * src/pic16/pcode.c (pic16_emitDB): number of DBs emitted is not
4105         configurable and set 8
4106
4107 2004-06-08 Vangelis Rokas <vrokas AT otenet.gr>
4108
4109         * .version: increased version number to 2.4.2,
4110
4111         Cumulative patch for pic16 port
4112         * src/pic16/device.c: changed scheme to dump initial values for
4113         variables in idata segment, all print_idata* functions were removed,
4114         now the pic16_printIval* will be called,
4115         * src/pic16/glue.c: (pic16_initPointer, pic16_pointerTypeToGPByte,
4116         * _pic16_printPointerType, pic16_printPointerType,
4117         * pic16_printGPointerType, pic16_printIvalArray, pic16_printIvalStruct,
4118         * pic16_printIvalBitFields, pic16_printIvalFuncPtr, pic16_printIvalPtr:
4119         NEW, similar to the respective functions in SDCCglue.c,
4120         * src/pic16/pcode.c (pic16_emitDB, pic16_flushDB): reverted to old
4121         way, emitting hex bytes,
4122         * (pic16_emitDS): NEW, emits a string for pointer initialisation,
4123
4124 2004-06-08 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4125
4126         * src/avr/ralloc.c (serialRegAssign),
4127         * src/xa51/ralloc.c (serialRegAssign),
4128         * src/pic/ralloc.c (serialRegAssign),
4129         * src/pic16/ralloc.c (serialRegAssign),
4130         * src/hc08/ralloc.c (serialRegAssign),
4131         * src/z80/ralloc.c (serialRegAssign),
4132         * src/ds390/ralloc.c (serialRegAssign),
4133         * src/mcs51/ralloc.c (serialRegAssign): fixed bug #964479
4134
4135 2004-06-08 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4136
4137         * src/SDCCicode.c (geniCodeJumpTable): fixed bug #967601
4138         * src/SDCCpeeph.c (labelIsReturnOnly): fixed bug #966505
4139
4140 2004-06-07 Vangelis Rokas <vrokas AT otenet.gr>
4141
4142         Cumulative patch for pic16 port:
4143         * src/pic16/device.h (typedef PIC16_device) modified fields for
4144         defining microcontrollers,
4145         * src/pic16/device.c: added new info for all devices in Pics16 array,
4146         * src/pic16/gen.c (genPcall): fixed bug that caused the return label
4147         to be optimised out by the pCode optimiser,
4148         * src/pic16/glue.c (pic16emitRegularMap): treat implicit aggragates
4149         specially, bug reported by G.M. Gallant,
4150         * src/pic16/pcode.c (pic16_newpCodeLabelFORCE): NEW, marks a label
4151         as force'd so that cannot be optimised out by pCode optimiser,
4152         * src/pic16/pcode.c,
4153         * src/pic16/pcodepeeph.c,
4154         * src/pic16/pcoderegs.c: many modifications to re-enable peepholes,
4155         they are disabled by default, but can be enabled explicit with
4156         command argument --denable-peeps, for testing,
4157         * device/lib/pic16/startup/Makefile: added --no-peep,--pomit-config-words,
4158         --pomit-ivt in COMPILE_FLAGS
4159
4160 2004-06-06 Maarten Brock <sourceforge.brock AT dse.nl>
4161
4162         * src/pic16/pcode.c (pic16_emitDB): removed double semicolon which fails
4163           compilation on MSVC
4164
4165 2004-06-06 Maarten Brock <sourceforge.brock AT dse.nl>
4166
4167         * device/include/sab80515.h: added sfr P6, changed GPL to LGPL
4168
4169 2004-06-06 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
4170
4171         device/include/sab80515.h: fixed bug #967492, DAPR is defined at adress
4172         0xd8, but the correct adress is 0xda. Thanks to anonymous for reporting
4173
4174 2004-06-06 Vangelis Rokas <vrokas AT otenet.gr>
4175
4176         * src/pic16/device.c (pic16_assignConfigWord): fixed bug that
4177         would only assign 0x300001 register.
4178
4179 2004-06-05 Vangelis Rokas <vrokas AT otenet.gr>
4180
4181         * device/lib/pic16/startup/Makefile: added $(MODELFLAGS)
4182         in COMPILE_FLAGS. Thanks to G. Gallant for report.
4183
4184 2004-06-05 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
4185
4186         * doc/sdccman.lyx: minor changes, mentioned beta vendor support
4187         for ds80c400
4188         * src/mcs51/peeph.def: ran unexpand -a over peeph.def
4189         * src/mcs51/peeph.def: removed obsolete peephole 100.a,
4190         added peephole 254 (left shift), 255 (jump table)
4191
4192 2004-06-04 Vangelis Rokas <vrokas AT otenet.gr>
4193
4194         * device/lib/Makefile.in: removed comment line with model-pic16,
4195         * (target port-specific-objects-pic16): the libraries and objects
4196         are copied to the build directory form the device/lib/pic16/bin
4197         directory
4198
4199         Cumulative patch concerning pic16 port:
4200         * library directory has been re-organized,
4201         * added support for PIC18F1220,
4202         * added headers and library sources for chips 18f1220,18f6520,
4203         18f6620,18f6680,18f6720,18f8520,18f8620,18f8680,18f8720
4204
4205         * configuration registers setting has changed, now each supported
4206         device has a complete description of the registers it uses,
4207         * all initialisations are moved to idata sections, these section
4208         can be absolute or relocatable,
4209         * fixed initialisation of codespace variables,
4210         * fixed warning about PCLATU and gpsim,
4211         * src/pic16/gen.c (genCmp): now can handle partially iCodes with no ifx,
4212         * (genAssign): use table reads when assigning from variables in codespace,
4213         * src/pic16/glue.c (pic16emitStaticSeg): fixed to correctly initialise
4214         char/int variables placed in codespace,
4215         * (pic16_emitConfigRegs): NEW, emits a list with configuration
4216         registers set in .asm file, no need for --pomit-config-words anymore,
4217         * (pic16glue): some 8051 legacy segments are commented out
4218         (to be removed completely),
4219         * added support for alternative assembler and linker with --asm=
4220         and --link= command line arguments,
4221         * peepholes are disabled automatically in the port, no need to
4222         specify on command line,
4223         * port supports natively char/int/long multiplication, but converts
4224         all divisions to support functions,
4225         * main.c: pic16_linkCmd and pic16_asmCmd changed to force output
4226         to the file set in variable $2,
4227         * pcode.c (pic16_emitDB, pic16_flushDB): modified to print printable
4228         strings in ASCII format and not in hex,
4229         * ralloc.c (serialRegAssign): added a triplet of conditional calls
4230         to pic16_allocDirReg for IC_RESULT, IC_LEFT and IC_RIGHT so to
4231         allocate proper register if iCodes aren't temporary,
4232
4233 2004-06-02 Maarten Brock <sourceforge.brock AT dse.nl>
4234
4235         * support/regression/tests/zeropad.c: added TEST_G macro for alpha
4236
4237 2004-06-02 Vangelis Rokas <vrokas AT otenet.gr>
4238
4239         * src/pic16/gen.c (genPcall): warning about gpsim and PCLATU
4240         is commented out
4241
4242 2004-06-01 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4243
4244         * src/hc08/gen.c (genPointerGetSetOfs): disabled optimization if
4245         computed address is reused
4246         * src/hc08/gen.c (genPackBits): fixed offsets in assignments to
4247         multi-byte bitfields
4248
4249 2004-06-01 Maarten Brock <sourceforge.brock AT dse.nl>
4250
4251         * src/z80/gen.c: (genArrayInit): must check for pointers too
4252
4253 2004-06-01 Maarten Brock <sourceforge.brock AT dse.nl>
4254
4255         * support/regression/tests/zeropad.c: never meant to commit the
4256           nestedstruct test: removed, added check for GCC version
4257
4258 2004-05-31 Maarten Brock <sourceforge.brock AT dse.nl>
4259
4260         * src/SDCCast.c (createIvalArray): fixed bug 770487 SIGSEGV
4261         * src/SDCCglue.c (emitRegularMap): fixed bug 770484 allocation problem
4262         * src/SDCCglue.c (initPointer, printIvalType, printIvalStruct,
4263           printIvalArray, printIvalFuncPtr, printIvalPtr, printIval): fixed
4264           bugs 928906 and 954082 half-empty initializers
4265         * src/SDCCsymt.h,
4266         * src/SDCCsymt.c (getAllocSize): added for above fix
4267         * src/z80/gen.c (genArrayInit): fixed bug 741044
4268         * support/regression/tests/zeropad.c: added tests
4269
4270 2004-05-30 Vangelis Rokas <vrokas AT otenet.gr>
4271
4272         * src/pic16/device.c (pic16_dump_section): corrected bug which
4273         caused some symbols of the libraries to be misplaced
4274
4275 2004-05-28 Vangelis Rokas <vrokas AT otenet.gr>
4276
4277         * src/pic16/glue.c,
4278         * src/pic16/ralloc.h,
4279         * src/pic16/ralloc.cc: prefixed IS_CONFIG_ADDRESS with PIC16_
4280         to fix conflict with pic port
4281
4282 2004-05-28 Vangelis Rokas <vrokas AT otenet.gr>
4283
4284         * src/pic16/glue.c (pic16emitStaticSeg): do not print as publics or
4285         externs configuration variables,
4286         * src/pic16/ralloc.h,
4287         * src/pic16/ralloc.cc: IS_CONFIG_ADDRESS is made public and added
4288         prototype in header, commented out some debug messages
4289
4290 2004-05-26 Vangelis Rokas <vrokas AT otenet.gr>
4291
4292         * src/pic16/glue.c,
4293         * src/pic16/main.c,
4294         * src/pic16/pcode.c: added gpasm directives #FILE/#LINE
4295         for gpasm COFF object generation. Thanks to D. Hawkins for
4296         his patch info
4297
4298 2004-05-25 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4299
4300         * src/ds390/main.c,
4301         * src/mcs51/main.c: fixed sort order of mnemonics (thanks to Maarten
4302         Brock for spotting this)
4303         * src/ds390/gen.c (genEndFunction),
4304         * src/mcs51/gen.c (genEndFunction): always save psw if function is an
4305         interrupt handler and critical. Disable push/pop optimizations when
4306         peephole optimizations disabled.
4307
4308 2004-05-25 Vangelis Rokas <vrokas AT otenet.gr>
4309
4310         Updated pic16 library sources and headers.
4311         * device/lib/pic16/pic18f*/ ,
4312         * device/include/pic16/*.h: modified to handle structured SFR
4313         definitions
4314
4315 2004-05-25 Vangelis Rokas <vrokas AT otenet.gr>
4316
4317         * src/port.h (PORT structure): added hook initPaths, now each
4318         port can declare its own default search paths,
4319         which can been seen with the --print-search-dirs option,
4320         see pic16 port for example,
4321         * src/SDCCmain.c (setBinPaths, setIncludePaths, setLibPath,
4322         setDataPaths): test to options.printSearchDirs is ifdef'ed out,
4323         * (doPrintSearchDirs): NEW, replaces in a central manner the
4324         printing of search dirs which was split in set*Paths functions,
4325         * (main): added call to port->initPaths and doPrintSearchDirs,
4326         * src/avr/main.c,
4327         * src/ds390/main.c,
4328         * src/hc08/main.c,
4329         * src/izt/i186.c,
4330         * src/izt/tlcs900h.c,
4331         * src/mcs51/main.c,
4332         * src/pic/main.c,
4333         * src/pic16/main.c: modified port structures to reflect addition of
4334         initPaths hook,
4335
4336         * src/pic16/device.c (regCompare): registers are finally sorted by name,
4337         * (pic16_dump_section): for registers in same address reserve memory once,
4338         * src/pic16/device.h (struct PIC16_device): changed variable gen_banksel
4339         to no_banksel,
4340         * src/pic16/genarith.c (pic16_genPlus): added code to handle cases where
4341         result is greater in size than right or left,
4342         * (pic16_genUMult8X8_8): there are some cases where the result can
4343         be 16 bits size, so handle these,
4344         * src/pic16/gen.c: changed some pic16_emitpcomment to DEBUGpic16_emitcode,
4345         * (pic16_outBitC): modified to emit pcodes,
4346         * (pic16_storeForReturn): using is_LitOp to see if operand is literal
4347         or not,
4348         * (genDivOneByte): implemented algorithm to divide 8-bits,
4349         * (genCmp): uncommented goto, but issues still exist,
4350         * (genAnd): fixed a bug with variables >8bits,
4351         * (genPackBits): optimization added that uses BCF/BSF to change a
4352         single bit,
4353         * (genAssign): fixed bug when assigning floating point literals,
4354         * src/pic16/glue.c (pic16glue): added assembler directive 'code' before
4355         __sdcc_gsinit_startup label,
4356         * src/pic16/main.c (_pic16_init): removed search directory
4357         initialisations,
4358         * (_pic16_initPaths): NEW, used to initialise search directories,
4359         * (_hasNativeMulFor): support functions for all except char/int
4360         multiplication, and char division,
4361         * (PIC16_port struct): modified entry for native mul support,
4362         * src/pic16/pcode.c (insertBankSwitch): modified to support the renamed
4363         no_banksel option,
4364         * (buildCallTree): call to register_usage is ifdef'ed out,
4365
4366 2004-05-22 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4367
4368         * device/include/string.h: applied Stas Sergeev's patch to make this
4369         header file compatible with the preprocessor -Wundef option
4370         * src/SDCCmain.c (main): abort compilation if preprocessor reports
4371         failure (fixes bug #941458)
4372
4373 2004-05-21 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4374
4375         * src/SDCCopt.c (killDeadCode): fixed bug #907733
4376         * support/Util/SDCCerr.c: reworded E_AUTO_ASSUMED diagnostic to clarify
4377         that the variable, not the function, should be static
4378         * src/SDCCval.c (valCastLiteral): fixed bit initialization from literal
4379         to be consistent with non-literal case
4380
4381 2004-05-19 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4382
4383         * src/SDCCast.c (isConformingBody): fixed bug #949967
4384         * src/SDCCopt.c (cnvToFcall, cnvToFloatCast, cnvFromFloatCast,
4385         convilong): fixed bug #952086
4386
4387 2004-05-18 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4388
4389         * src/SDCCmem.c (allocVariables): fixed bug #955321
4390
4391 2004-05-18 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4392
4393         * src/hc08/main.c (_hc08_genAssemblerEnd),
4394         * src/SDCCdwarf2.c (dwOpenFile, dwCloseFile, dwWriteFunction,
4395         dwWriteModule, dwWriteCLine, dwWriteALine, dwarf2FinalizeFile):
4396         completely eliminated the use of a temporary file
4397         * src/SDCCdwarf2.c (dwWriteAttr): fixed bug with location list offset
4398         when more than one file linked
4399         * src/SDCCloop.c (pointerAssigned): fixed bug #954163
4400
4401 2004-05-17 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4402
4403         * src/SDCCval.c (valForArray): applied Maarten Brock's patch #947682
4404         which fixes bug #543481
4405         * support/regression/tests/bug-751703.c: fixed comments left from a
4406         cut and paste error
4407         * src/SDCCdwarf2.c (dwCloseFile): don't explicitly close a temp file
4408         * src/SDCCdwarf2.c (dwTagFromType): added bitfield support
4409         * src/SDCCdwarf2.c (dwWriteSymbolInternal): handle extern within local
4410         scopes
4411         * src/SDCCdwarf2.c (dwWriteLineNumber): line number deltas are signed
4412         * src/SDCCmain.c (processFile, parseCmdLine): non-alphanumeric chars
4413         are now changed to underscores in moduleName
4414
4415 2004-05-15 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
4416
4417         * as/mcs51/lkmem.c: better fix for bug #954173
4418
4419 2004-05-15 Maarten Brock <sourceforge.brock AT dse.nl>
4420         committed by Frieder Ferlemann <Frieder.Ferlemann AT web.de>
4421
4422         * device/include/c8051f020.h: newly added SiLabs (Cygnal) header file
4423         * device/include/c8051f000.h,
4424         * device/include/c8051f120.h,
4425         * device/include/c8051f300.h,
4426         * device/include/c8051f310.h,
4427         * device/include/c8051f320.h: updated (added _XPAGE, CAPN, CAPP,
4428         PWM16) and detab'ed
4429
4430 2004-05-15 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
4431
4432         * doc/sdccman.lyx: mentioned sourceforge's delay between web frontend
4433         and mailing lists, doc'ed --no-peep-comments, removed reference
4434         to knoppix (newest version has no LyX/LaTeX), other minor changes
4435         * src/SDCCglue.c (glue): save 2 bytes stack space with
4436         option --main-return. The ljmp could probably be avoided too
4437
4438 2004-05-14 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
4439
4440         * as/mcs51/lkmem.c, as/mcs51/lkaomf51: fixed bug 954173
4441
4442 2004-05-14 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4443
4444         * src/SDCCsymt.h: added IS_AUTO(symbol) test macro
4445         * src/SDCCopt.c (isLocalWithoutDef),
4446         * src/SDCCicode.c (operandFromSymbol): use the IS_AUTO test macro
4447         which adds a !IS_EXTERN codition. Fixes bugs #877426 and #751703.
4448         (credit to Maarten Brock for patch #949363, on which this is based)
4449         * support/regression/tests/bug-751703.c: some test cases of extern used
4450         within inner scopes.
4451
4452 2004-05-14 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4453
4454         * src/SDCCdwarf2.c (dwMatchTypes): structs must have matching
4455         SPEC_STRUCT
4456         * src/SDCCdwarf2.c (dwTagFromType): fix to handle recursive
4457         struct definitions
4458         * src/SDCCdwarf2.c (dwWriteModule, dwNewDebugSymbol, dwWriteEndFunction,
4459         dwWriteLabel): fix to create valid debugger symbols even when
4460         the module name has non-alphanumeric symbols in it
4461         * src/SDCCdwarf2.c (dwWriteSymbolInternal): better detection for
4462         when a variable's allocation has been optimized away
4463
4464
4465 2004-05-13 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4466
4467         * src/hc08/gen.c (hc08_emitDebuggerSymbol),
4468         * src/hc08/main.c,
4469         * src/mcs51/gen.c (mcs51_emitDebuggerSymbol),
4470         * src/mcs51/main.c,
4471         * src/ds390/gen.c (ds390_emitDebuggerSymbol),
4472         * src/ds390/main.c,
4473         * src/z80/gen.c (z80_emitDebuggerSymbol),
4474         * src/z80/main.c,
4475         * src/pic/gen.c (pic14_emitDebuggerSymbol),
4476         * src/pic/main.c,
4477         * src/pic16/gen.c (pic14_emitDebuggerSymbol),
4478         * src/pic16/main.c,
4479         * src/avr/gen.c (avr_emitDebuggerSymbol),
4480         * src/avr/main.c,
4481         * src/xa51/gen.c (xa51_emitDebuggerSymbol),
4482         * src/xa51/main.c,
4483         * src/SDCCdebug.c (emitDebuggerSymbol),
4484         * src/SDCCdebug.h,
4485         * src/port.h: added a debugger struct to the port struct. Added a
4486         callback for defining debugger symbols
4487
4488         * src/SDCCast.c (createLabel),
4489         * src/SDCC.y (labeled_statement): mark all compiler generated labels
4490         with isitmp = 1
4491         * src/SDCCicode.h,
4492         * src/SDCCicode.c (geniCodeFunctionBody): added a link from the FUNCTION
4493         iCode back to the ast for the function
4494
4495         * src/hc08/ralloc.c (hc08_assignRegisters),
4496         * src/hc08/ralloc.h: define a regs struct for the stack pointer. Removed
4497         unneeded fields from the regs struct.
4498         * src/hc08/gen.c (transferRegReg, genFunction, genEndFunction): use the
4499         pushReg() & pullReg() functions instead of emitcode()
4500
4501         * src/hc08/gen.c (genLabel, genhc08Code),
4502         * src/SDCCdebug.h: Added additional debugger hooks needed for DWARF
4503
4504         * src/cdbFile.c (cdbWriteLabel, cdbWriteScope): Added stubs for unneeded
4505         debugger hooks
4506
4507         * src/hc08/gen.c (genEndFunction, genhc08Code),
4508         * src/hc08/gen.h,
4509         * src/mcs51/gen.c (genEndFunction, gen51Code),
4510         * src/mcs51/gen.h,
4511         * src/ds390/gen.c (genEndFunction, gen390Code),
4512         * src/ds390/gen.h,
4513         * src/z80/gen.c (genEndFunction, genZ80Code),
4514         * src/z80/gen.h,
4515         * src/z80/z80.h,
4516         * src/pic/gen.c (genEndFunction, genpic14Code),
4517         * src/pic/gen.h,
4518         * src/pic16/gen.c (genEndFunction, genpic16Code),
4519         * src/pic16/gen.h,
4520         * src/avr/gen.c (genEndFunction, genAVRCode),
4521         * src/avr/gen.h,
4522         * src/xa51/gen.c (genEndFunction, genXA51Code),
4523         * src/xa51/gen.h,
4524         * src/cdbFile.c (cdbWriteFunction, cdbWriteEndFunction): moved cdb
4525         specific code to cdbFile.c and out of the backend code generators
4526
4527         * as/hc08/lkmain.c (main): removed OMF51 support from link-hc08
4528         * as/hc08/lkarea.c (lnkarea): areas with NOLOAD attribute default
4529         starting address is now 0
4530
4531         * as/hc08/asm.h,
4532         * as/hc08/m08pst.c,
4533         * as/hc08/asmain.c (asmbl): implemented the .sleb128 and .uleb128
4534         assembler directive for DWARF support
4535         * as/hc08/lkelf.c (elf): only increment address when rtflg[] set
4536
4537         * src/src.dsp,
4538         * src/Makefile.in,
4539         * src/SDCCdwarf2.c: preliminary DWARF (ver 2) debugger data generator
4540
4541 2004-05-04 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4542
4543         * src/hc08/gen.c (genJumpTab, emitcode, genhc08code): fixed stack error
4544         and inappropriate peephole optimization in jump tables
4545
4546 2004-04-30 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
4547
4548         * as/hc08/m08pst.c,
4549         * src/SDCCglue.c: sdccopt works for the hc08 port now
4550
4551 2004-04-27 Bernhard Held <bernhard AT bernhardheld.de>
4552
4553         * src/SDCCicode.c (geniCodePreInc, geniCodePreDec): fixed bug #942130
4554
4555 2004-04-27 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
4556
4557         * as/hc08/lkelf.c: sdccconf.h is not available in WIN32
4558
4559 2004-04-24 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4560
4561         * src/SDCCpeeph.c (replaceRule): support empty replacement peephole
4562         rules
4563         * src/SDCCmain.c,
4564         * src/SDCCglobl.h,
4565         * src/SDCCpeeph.c (getPeepLine): new option --no-peep-comments omits
4566         comments from the peephole optimizer replacement rules
4567         * src/SDCCmem.c (printAllocInfoSeg): give actual location of spilled
4568         symbols
4569         * src/SDCCcse.c (updateSpillLocation),
4570         * src/SDCCopt.c (killDeadCode, findReqv): better tracking of register
4571         equivalents
4572         * src/hc08/ralloc.c (regTypeNum): pseudo symbols must be in DATA only
4573         * src/hc08/main.c (_hc08_finaliseOptions): made pointers to stack
4574         objects far pointers
4575
4576 2004-04-23 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4577
4578         * src/SDCCsymt.h: a missing part of my last change
4579         * src/pic/ralloc.c (regTypeNum),
4580         * src/pic16/ralloc.c (regTypeNum): fixed statement/declaration order
4581
4582 2004-04-23 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4583
4584         * src/SDCCicode.h,
4585         * src/SDCCicode.c (aggrToPtrDclType),
4586         * src/SDCCptropt.h,
4587         * src/SDCCptropt.c (ptrBaseRematSym, ptrPseudoSymSafe,
4588         ptrPseudoSymConvert),
4589         * src/pic/ralloc.c (regTypeNum),
4590         * src/pic16/ralloc.c (regTypeNum),
4591         * src/hc08/ralloc.c (regTypeNum),
4592         * src/ds390/ralloc.c (regTypeNum),
4593         * src/mcs51/ralloc.c (regTypeNum): check for dependancy hazards before
4594         creating pseudo symbols (fixed bugs #777768, #930484, and #933966)
4595
4596 2004-04-22 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4597
4598         * link/z80/lkmain.c (afile),
4599         * as/hc08/lkmain.c (afile),
4600         * as/mcs51/lkmain.c (afile): fix suggested by Maarten Brock to
4601         prevent a pointer problem when a filename has no directory and
4602         no extension specified.
4603
4604 2004-04-21 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4605
4606         * link/z80/lkmain.c (afile): allow periods in directory names
4607         * link/z80/lkmain.c (afile),
4608         * as/mcs51/lkmain.c (afile),
4609         * as/hc08/lkmain.c (afile): allow linker script file to have an
4610         extension other than ".lnk"
4611         * link/z80/lklex.c (getfid),
4612         * link/z80/lkmain.c (parse),
4613         * as/mcs51/lklex.c (getfid),
4614         * as/mcs51/lkmain.c (parse),
4615         * as/hc08/lklex.c (getfid),
4616         * as/hc08/lkmain.c (parse): Support comments in the linker script
4617         file on lines by themselves and after filenames
4618
4619 2004-04-20 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
4620
4621         * as/link_hc08.dsp: Added as/hc08/lkelf.c to project.
4622
4623 2004-04-20 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4624
4625         * src/z80/peeph-z80.def: removed some peephole rules that don't
4626         work with multibyte arithmetic (fixed bug #937126)
4627         * src/mcs51/peeph.def: fixed peephole rules 150-158 to apply only
4628         to registers and not global variables
4629         * src/SDCCicode.c (geniCodeAssign, ast2iCode, geniCodePostInc,
4630         geniCodePreInc, geniCodePostDec, geniCodePreDec,
4631         geniCodeLogicAndOr, geniCodeConditional): enforce strict lvalue
4632         checking for assignments not internally generated (fixed bug #931895)
4633         * src/SDCC.y (postfix_expr): ignore typedefs when looking for a
4634         structure member (fixed bug #930072)
4635
4636 2004-04-19 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4637
4638         * src/SDCCmain.c (linkEdit),
4639         * src/hc08/main.c (_hc08_parseOptions),
4640         * as/hc08/Makefile.in,
4641         * as/hc08/aslink.h,
4642         * as/hc08/asm.h,
4643         * as/hc08/m08pst.c,
4644         * as/hc08/lkrloc.c (relr, rele),
4645         * as/hc08/lkarea.c (lnkarea)
4646         * as/hc08/lkmain.c (afile, parse),
4647         * as/hc08/lkelf.c: support for ELF output
4648         * as/hc08/lks19.c (s19),
4649         * as/hc08/lkihx.c (ihx): ignore areas with the NOLOAD attribute
4650
4651 2004-04-17 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
4652
4653         * as/mcs51/lkihx.c: Fixed bug #899105.
4654
4655 2004-04-16 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
4656
4657         * doc/sdccman.lyx: Added instructons on how to convert MSVC .dsw and
4658         .dsp files from Unix to DOS.
4659
4660 2004-04-16 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4661
4662         * doc/sdccman.lyx: removed the ANSI-C noncompliance note regarding
4663         function pointers; we have been compliant for several months now.
4664         * src/mcs51/ralloc.c (serialRegAssign): enabled part of my 2004-04-13
4665         change that was accidently commented out
4666         * src/mcs51/gen.c (freeAsmop, getFreePtr, freeForBranchAsmop, genIfxJump,
4667         genCmpEq, jmpTrueOrFalse, genCmp, genAnd, genOr, genXor, genIfx): fixed
4668         bug #922319
4669
4670 2004-04-15 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4671
4672         * src/hc08/gen.c: output of all of the internal debugging information
4673         is now controlled by the D() macro; it is disabled by default
4674
4675 2004-04-13 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4676
4677         * src/mcs51/ralloc.c (serialRegAssign, fillGaps, allocThisReg): try
4678         harder to keep the same registers during a CAST iCode
4679         * src/SDCCopt.c (optimizeCastCast, eBBlockFromiCode): casts of char to
4680         long via int can be done in a single cast, if the signedness is
4681         correct.
4682         * support/regression/tests/bug-927659.c: fixed to avoid conflict with
4683         putchar() in tinibios.c in ds390's library
4684
4685 2004-04-12 Bernhard Held <bernhard AT bernhardheld.de>
4686
4687         * src/SDCCast.c (decorateType): fixed bug #898889,
4688         cast result of a literal complement too
4689         * src/mcs51/ralloc.c (packRegsForAssign): fixed bug #930931,
4690         fixed check for bitfields
4691
4692 2004-04-11 Bernhard Held <bernhard AT bernhardheld.de>
4693
4694         * src/SDCCicode.c (geniCodeLogic): made it static,
4695         (geniCodeLogicAndOr): added in order to fix bug #905492,
4696         (ast2iCode): fixed bug #905492
4697         * support/regression/tests/bug-905492.c: added
4698         * src/SDCCast.c (decorateType): don't decorate/process parms twice,
4699         (processParms): fixed bug #927659: don't copy parms, this will clear
4700         decorated flag
4701         * support/regression/tests/bug-927659.c: added
4702
4703 2004-03-29 Bernhard Held <bernhard AT bernhardheld.de>
4704
4705         * src/SDCCast.c (addCast): don't cast float to char
4706         * device/lib/libsdcc.lib: added _memmove
4707
4708 2004-03-28 Bernhard Held <bernhard AT bernhardheld.de>
4709
4710         * device/lib/large/Makefile: fixed parallel execution by
4711         replacing `make` by `$(MAKE)`
4712
4713 2004-03-28 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4714
4715         * src/hc08/gen.c (genPointerGetSetOfs): correctly handle 1 byte array
4716         offsets (fixes bug #923936)
4717
4718 2004-03-26 Bernhard Held <bernhard AT bernhardheld.de>
4719
4720         * device/lib/small/Makefile: fixed parallel execution by
4721         replacing `make` by `$(MAKE)`
4722
4723 2004-03-23 Bernhard Held <bernhard AT bernhardheld.de>
4724
4725         * device/lib/vprintf.c (vsprintf): minor optimization, see bug #801101
4726
4727 2004-03-23  Scott Dattalo  <scott AT dattalo.com>
4728
4729         * src/pic/gen.c (genCpl): multi-byte complements were not working.
4730         * src/regression/Makefile: Regression test was not running.
4731
4732 2004-03-23 Bernhard Held <bernhard AT bernhardheld.de>
4733
4734         * src/SDCCast.c (resultTypePropagate, decorateType): avoid promotion to int for
4735         complement if possible
4736         * src/SDCCval.c (valComplement),
4737         * src/SDCCicode.c (operandOperation): fixed complement of literal
4738         * support/regression/tests/onebyte.c (testComplement): added
4739
4740 2004-03-22 Bernhard Held <bernhard AT bernhardheld.de>
4741
4742         * src/SDCCast.c (processParms): fixed bug #920866; decorateType() can
4743         return an optimized tree; actually replace actParm with the new tree
4744         * src/SDCCast.h: added some parantheses to remove side effects
4745         * support/regression/tests/bug-920866.c
4746
4747 2004-03-21  Scott Dattalo  <scott AT dattalo.com>
4748         * src/pic/gen.c, src/pic/gen.h, src/pic/genarith.c, src/pic/pcode.c:
4749         Bit operands were not being handled properly in the pic14 port.
4750         (now src/regression/add.c passes again).
4751
4752 2004-03-20 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4753
4754         * src/SDCC.y (labeled_statement): case and default no longer require
4755         a following statement (RFE #893037)
4756
4757 2004-03-19 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4758
4759         * src/mcs51/gen.c (pushSide, genSignedRightShift, genDjnz, geniPush):
4760         use MOVA macro to avoid "mov a,acc" when peephole optimizer is
4761         disabled (fixes bug #916294)
4762         * sim/ucsim/s51.src/mov.cc (inst_mov_a_addr): Throw an error on
4763         "mov a,acc"; patch provided by Lenny Story
4764         * device/include/mc68hc908gp32.h: header contibuted by Juan Gonzalez
4765
4766 2004-03-19 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4767
4768         * src/mcs51/gen.c (genFunction): optimize RECEIVE in reentrant
4769         functions
4770         * src/ds390/gen.c (genFunction, genEndFunction),
4771         * src/ds390/ralloc.c (ds390_assignRegisters),
4772         * src/mcs51/gen.c (genFunction, genEndFunction, mcs51_assignRegisters):
4773         * src/mcs51/ralloc.c (mcs51_assignRegisters): Skip optimizing registers
4774         pushed if there are parameters passed on the stack. Also, a cleaner
4775         way to decide if r0/r1 should be pushed/popped. (Together they fix
4776         bug #918693)
4777
4778 2004-03-18 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4779
4780         * doc/sdccman.lyx,
4781         * device/lib/mcs51/crtpagesfr.asm,
4782         * device/lib/mcs51/crtxinit.asm,
4783         * device/lib/mcs51/crtxstack.asm: Changed name of _PAGESFR to _XPAGE
4784         to avoid confusion with Si Lab's SFRPAGE register.
4785
4786 2004-03-17 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4787
4788         * src/SDCCglue.c (emitMaps): allow public sfr variables
4789         * src/SDCCglue.c (initialComments): include compiler build date
4790         with compiler version and put the timestamp of the generated
4791         assembly file on a serperate line to be less confusing.
4792         * src/port.h: added genInitStartup hook
4793         * src/avr/main.c,
4794         * src/ds390/main.c,
4795         * src/hc08/main.c,
4796         * src/pic/main.c,
4797         * src/pic16/main.c,
4798         * src/xa51/main.c,
4799         * src/z80/main.c: genInitStartup initialize as NULL (default to
4800         historical behaviour)
4801         * src/SDCCglue.c (glue): _sdcc_gsinit_startup is now port specific.
4802         * src/mcs51/main.c: (_mcs51_genInitStartup, _mcs51_genExtraAreas,
4803         _mcs51_genXINIT, _mcs51_genRAMCLEAR): link initialization code from the
4804         library instead of hard coding it into the compiler.
4805         * support/regression/ports/mcs51-stack-auto/spec.mk,
4806         * src/SDCCmain.c (linkEdit): added mcs51.lib to the link libraries
4807         * device/lib/mcs51/Makefile,
4808         * device/lib/small/Makefile,
4809         * device/lib/large/Makefile,
4810         * device/lib/mcs51/crtpagesfr.asm,
4811         * device/lib/mcs51/crtstart.asm,
4812         * device/lib/mcs51/crtxclear.asm,
4813         * device/lib/mcs51/crtxinit.asm,
4814         * device/lib/mcs51/crtclear.asm,
4815         * device/lib/mcs51/crtxstack.asm: move most of the mcs51 C runtime
4816         startup/initialization out of src/SDCCglue.c and src/mcs51/main.c
4817         and into user configurable files.
4818         * device/lib/clean.mk: clean mcs51 directory too
4819         * support/regression/tests/longlit.c: added static to T1 declaration
4820         * doc/sdccman.lyx: documented _PAGESFR sfr for customizing pdata
4821         accesses in the initialization code
4822
4823 2004-03-14 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4824
4825         * device/include/mc68hc908qy.h: corrected declarations of FLBPR and
4826         OSCTRIMVAL as noted in bug #916008
4827
4828 2004-03-14 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4829
4830         * src/SDCCloop.c (basicInduction): fixed bug with loop induction
4831         in loops with multiple exits (reported as incorrect registers
4832         used by Martin Helmling in Sdcc-user list)
4833
4834 2004-03-12 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
4835
4836         * src/ds390/main.c (_ds390_genAssemblerPreamble): cosmetic change,
4837         made ds390 register extensions look less like error messages
4838
4839 2004-03-12 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4840
4841         * src/SDCCglue.c (printIvalPtr): fixed bug with pointer initializer
4842         reported by Adam Wozniak in Sdcc-user list
4843
4844 2004-03-10 Bernhard Held <bernhard AT bernhardheld.de>
4845
4846         * src/SDCCast.c (decorateType): fixed with bug and promotion in
4847         arithmetic optimizations, added debug output
4848
4849 2004-03-09 Bernhard Held <bernhard AT bernhardheld.de>
4850
4851         * device/lib/time.c (mktime): fixed bug reported by Bert Thomas
4852         * sdcc.spec: updated and split sdcc into 3 rpms
4853         * src/SDCCast.c (decorateType): &|^ don't need addCast(); addCast() is
4854         needed for literals of LEFT_OP and '+'
4855         * src/SDCCicode.c (geniCodeLogic): I must have been braindead when I
4856         introduced RESULT_TYPE_NOPROM
4857         (geniCodeMultiply): fixed logic for decision if mul is optimized to
4858         left shift
4859         * src/SDCCsymt.c (computeType): op is int; added RESULT_TYPE_OTHER;
4860         limited promotion to int only for '*'
4861         * src/SDCCsymt.h (computeType): op is int, removed RESULT_TYPE_NOPROM
4862
4863 2004-03-09 Hans Dorn <hjdorn AT users.sourceforge.net>
4864
4865         * src/pic16/gen.c (genSkip),
4866         (genc16bit2lit), (gencjneshort): commented out
4867         (is_LitOp): new helper function, checks operand type
4868         (genCmpEq): rewritten
4869
4870 2004-03-08 Bernhard Held <bernhard AT bernhardheld.de>
4871
4872         * support/regression/tests/bug-908454.c: added
4873
4874 2004-03-07 Bernhard Held <bernhard AT bernhardheld.de>
4875
4876         * src/SDCCast.c (addCast): fixed bug #908454 by promoting bits to char
4877         * src/SDCCicode.c (usualBinaryConversions): op needs int type
4878         (geniCodeCast): cosmetic, don't preserve bit storage class
4879         (geniCodeLeftShift): added promotion
4880         (geniCodeLogic): fixed regression
4881         * src/SDCCsymt.c (computeTypeOr): accept bits too
4882         (compareType): 2nd part of fix for bug #908454, needed for bitfields
4883
4884 2004-03-07  Borut Razem <borut.razem AT siol.net>
4885
4886         * support/Util/findme.c: alloca() replaced with malloc()/free() pair
4887
4888 2004-03-06 Vangelis Rokas <vrokas AT otenet.gr>
4889
4890         * src/pic16/ralloc.c (pic16_genPackRegisters): reverted to old
4891         version of pic16_genPackRegisters which does not check if ic is a
4892         CAST operator,
4893         * src/pic16/gen.c (ifxForOp): disabled new and untested code in
4894         function cause string1.c regression test fails
4895
4896 2004-03-06 Bernhard Held <bernhard AT bernhardheld.de>
4897
4898         * sim/ucsim/configure.in,
4899         * sim/ucsim/configure,
4900         * sim/ucsim/doc/Makefile.in: use docdir
4901         * src/SDCC.y: fixed sbit atrributes
4902         * src/SDCCast.c (getResultTypeFromType): added support for bitfields
4903         * src/SDCCast.c (decorateType): |^& need special promotion handling
4904         * src/SDCCast.h,
4905         * src/SDCCsymt.h: moved definition of RESULT_TYPE
4906         * src/SDCCsymt.h (computeType),
4907         * src/SDCCicode.c: computeType() needs op
4908         * src/SDCCsymt.c (checkTypeSanity),
4909         * doc/sddman.lyx: "plain" bitfields are unsigned
4910         * src/SDCCsymt.c (computeTypeOr): added
4911         * src/SDCCsymt.c (computeType): added support for bitfields, fixed
4912         |^& ops
4913         * src/SDCCval.c (val*): computeType() needs op
4914         * src/SDCCval.c (valCastLiteral): fixed casting of bitfields
4915         * support/regression/tests/onebyte.c: added tests for |^&
4916
4917 2004-03-06 Hans Dorn <hjdorn AT users.sourceforge.net>
4918
4919         * src/pic16/gen.c: (genpic16Code) use copy of printILine's output
4920         for writing icode into asm output.
4921
4922 2004-03-05 Vangelis Rokas <vrokas AT otenet.gr>
4923
4924         * src/pic16/device.c: added some debug lines enabled
4925         with macro DEBUG_CHECK,
4926         * src/pic16/genarith.c: more debug in genPlus,
4927         * (pic16_genUMult8XLit_16, pic16_genUMult8X8_16): removed,
4928         * (pic16_genUMult16X16_16, pic16_genUMult16XLit_16): NEW,
4929         * src/pic16/gen.c: added prototypes for pic16_genMult16X16_16,
4930         * (aopForSym): onStack symbols are re-placed in data memspace,
4931         and onStack flag is cleared,
4932         * (pic16_popGetTempReg, pic16_popReleaseTempReg): modified to
4933         copy temporary pcodeop,
4934         * (genPcall): added warning for not updating PCLATU,
4935         * (genFunction): removed test with IFFUNC_CALLEESAVES, its
4936         always true for pic16 port,
4937         * (genMultOneWord): NEW, supports integer multiplication,
4938         * (genMult): modified to call genMultOneWord,
4939         * (ifxForOp): added warning when return NULL,
4940         * src/pic16/glue.c (pic16emitRegularMap): symbol implicit
4941         flag is set before call to operandFromSymbol for implicit
4942         added structures,
4943         * src/pic16/main.c (_pic16_finaliseOptions): options.float_rent,
4944         options.intlong_rent are set by default,
4945         * (_hasNativeMulFor): modified to allow port generation of integer
4946         multiplication,
4947         * src/pic16/ralloc.c (pic16_allocDirReg): commented out line which
4948         set regtype to REG_SFR for all registers, restricting seting the
4949         accessBank flag for registers 0<= r < 0x80 and 0xf80<=r<=0xfff,
4950
4951 2004-03-05 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
4952
4953         * src/mcs51/peephole.def: added 251.b and 253.x. 253.x are applied
4954         more than 500 times in the regression tests
4955
4956 2004-03-05 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4957
4958         * support/Util/SDCCerr.h,
4959         * support/Util/SDCCerr.c,
4960         * src/SDCC.y (struct_or_union_specifier, enum_specifier,
4961         enumerator_list),
4962         * src/SDCCsymt.c (addSymChain): show location of oriignal definition
4963         for symbol conflicts.
4964         * support/valdiags/tests/enum.c,
4965         * support/valdiags/tests/tentdecl.c,
4966         * support/valdiags/tests/struct.c: expect possible error messages
4967         referring to original symbol definitions.
4968         * src/SDCC.y (struct_or_union_specifier, struct_declarator),
4969         * src/SDCCsymt.h,
4970         * src/SDCCsymt.c (promoteAnonStructs): support anonymous struct/union
4971
4972 2004-03-03 Hans Dorn <hjdorn AT users.sourceforge.net>
4973
4974         * src/pic16/gen.c (gencjne): fixed for right=REG / left=LIT
4975
4976 2004-02-03 Vangelis Rokas <vrokas AT otenet.gr>
4977
4978         * src/pic16/ralloc.c (newReg): fixed bug #908929
4979
4980 2004-03-02 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4981
4982         * src/ds390/gen.c: added missing #include "main.h"
4983
4984 2004-03-02 Vangelis Rokas <vrokas AT otenet.gr>
4985
4986         * src/pic16/device.c (checkAddSym): NEW, adds a symbol to set while
4987         checking if symbol is already in set,
4988         * src/pic16/device.h: prototype for checkAddSym,
4989         * src/pic16/gen.c: (_G): added entry interruptvector,
4990         * (assignResultValue): removed some commented out lines,
4991         * (genFunction): check for ISR via sym->type, absolute section for
4992         interrupt code is created via a new pBlock, the goto instruction is
4993         placed now correctly at the interrupt vector position, changed all
4994         references from ivec to _G.interruptvector,
4995         * WREG,STATUS,BSR are not saved in stack upon an entry to interrupt
4996         is the interrupt is a high priority one, same for return from ISR,
4997         * src/pic16/glue.c: changed all calls of addSetHead for publics and
4998         externs to calls of checkAddSym,
4999         * src/pic16/pcode.c (pic16_pBlockConvert2*): emit warning when
5000         pic16_pcode_verbose flag is set,
5001         * src/pic16/pcode.h: extern to pic16_pcode_verbose,
5002         * src/pic16/pcoderegs.c: message about how many registers are saved
5003         will only be emitted if pic16_pcode_verbose flag is set,
5004
5005 2004-03-02 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5006
5007         * src/ds390/ralloc.h,
5008         * src/ds390/ralloc.c (ds390_regWithIdx),
5009         * src/ds390/gen.c (emitcode),
5010         * src/ds390/main.h,
5011         * src/ds390/main.c (instructionSize, ds390newAsmLineNode, updateOpRW,
5012         ds390opcodeCompare, asmLineNodeFromLineNode, getInstructionSize,
5013         ds390operandCompare, getRegsRead, getRegsWritten,
5014         initializeAsmLineNode): customized instruction size calculation for
5015         ds390, started basis for some register optimizations
5016         * src/ds390/gen.c (gen390Code, emitcode): associate iCodes with
5017         corresponding assembly output
5018         * src/ds390/gen.c (genFunction, genEndFunction): added case to handle
5019         missing push/pop of r0/r1. Optimized push/pops
5020
5021 2004-03-01 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5022
5023         * src/mcs51/main.c (instructionSize): fixed ACALL size
5024         * src/mcs51/main.c (updateOpRW): fixed bug with @dptr, @a+dptr operands
5025
5026 2004-03-01 Vangelis Rokas <vrokas AT otenet.gr>
5027
5028         * src/pic16/device.c (pic16_dump_section): fixed a bug that allowed
5029         the sorting of rlist with NULL elements
5030         * (print_idataType, print_idata): NEW to create idata sections
5031         * src/pic16/device.h: idataSymSet new variable
5032         * src/pic16/gen.c (genFunction): fixed some bugs in string
5033         comparing, improved the absolute section creation for ISRs,
5034         added FSR0L/FSR0H in registers that are saved in an ISR,
5035         * (genInline): fixed the processing of inline snippets,
5036         now they undergo no process by the peephole optimizer
5037         * src/pic16/glue.c (pic16emitRegularMap): symbols with initialiser
5038         are placed in idataSymSet,
5039         * (pic16emitStaticSeg): extern symbols are added in externs,
5040         * src/pic16/ralloc.c (pic16_allocDirReg): work around to reduce bank
5041         switching when aboslute variables are placed in access bank memory
5042         * (pic16_writeUsedRegs): added call to pic16_dump_idata,
5043         * (packRegsForSupport,packRegsForAccUse,packRegsForOneuse):
5044         commented out with #if,
5045         * (pic16_packRegisters): reintroduce the check for CAST because some
5046         symbols are not correctly handled,
5047         * src/pic16/pcode.h: changed the definition of pCodeAsmDir to hold a
5048         pCodeInstruction instead of pCode,
5049         * src/pic16/pcode.c (pic16_newpCodeAsmDir): modified for the new
5050         pCodeAsmDir definition,
5051         * (pic16_pCode2str, genericPrint): when an AsmDir pcode has a NULL
5052         directive, then the argument directive is emitted without the leading
5053         tab, hack for inline labels which must be in the first column,
5054         * (compareLabel,pic16_findNextInstruction),
5055         * (pic16_findPrevInstruction): added case for PO_ASMDIR,
5056         * (insertBankSwitch): modified for the new pCodeAsmDir,
5057
5058 2004-03-01 Hans-Juergen Dorn <hans.dorn AT apl-landau.de>
5059         patch applied by Vangelis Rokas <vrokas AT otenet.gr>
5060
5061         * src/pic16/gen.c (pic16_popGet): case PO_DIR, adds the offset to
5062         instance,
5063         * (pushSide): commented out with #if,
5064         * (assignResultValue): fixed some typos in saving
5065         registers,
5066         * (genPcall): FIXED and sync'ed with genCall,
5067         * (genDataPointerGet,genDataPointerSet): using offset not leoffset
5068         * (genNearPointerGet): fixed to handle some more cases,
5069         implementation scheme via table reads,
5070         * (genConstPointerGet): modified to access code memory correct,
5071         * (genCodePointerGet,genNearPointerSet,genGenPointerSet): modified
5072         and improved to handle some cases
5073         * glue.c (printIvalType,printIvalChar,emitStaticSeg): use "DB"
5074         instead of "RETLW" for init data
5075         * src/pic16/ralloc.c (pic16_allocDirReg): warning when a symbol is
5076         not IN_DIRSPACE, work around to reduce bank switching when aboslute
5077         variables are placed in access bank memory (<0x80 and >=0xf80),
5078         * src/pic16/pcode.c: added SFRs TBLPTR, TABLAT, added opcodes TBLRD,
5079         TBLRD_POSTINC,TBLRD_POSTDEC,TBLRD_PREINC,TBLWT,TBLWT_POSTINC,
5080         TBLWT_POSTDEC,TBLWT_PREINC
5081         * Fixed initialisation of BSR, set "alias" for SSAVE to "0"
5082         * (pic16_emitDB,pic16_flushDB): New functions to generate "DB"
5083         directives
5084         * (pic16_pCodeConstString): use "DB" instead of "RETLW"
5085         * src/pic16/pcode.h: added TBLRD*,TBLWT*, added pic16_emitDB,
5086         pic16_flushDB, made pic16_newpCodeAsmDir public, added TBLPTR, TABLAT
5087         * src/pic16/ralloc.h: added IDX_BSR,IDX_TBLPTR*,IDX_TABLAT
5088
5089 2004-02-29  Borut Razem <borut.razem AT siol.net>
5090
5091         * src/Makefile.in, src/SDCCutil.c, support/Util/findme.c,
5092         support/Util/findme.h, support/Util/system.h: enhance binary relative
5093         search for lib and include by using findProgramPath()
5094
5095 2004-02-28 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5096
5097         * src/SDCCpeeph.h,
5098         * src/SDCCpeeph.c (pcDistance),
5099         * src/port.h,
5100         * src/mcs51/ralloc.h,
5101         * src/mcs51/ralloc.c (mcs51_regWithIdx),
5102         * src/mcs51/main.h,
5103         * src/mcs51/main.c (instructionSize, asmLineNode, updateOpRW,
5104         mcs51opcodeCompare, asmLineNodeFromLineNode, getInstructionSize,
5105         mcs51operandCompare, getRegsRead, getRegsWritten): made instruction
5106         size calculation port specific, started basis for some register
5107         optimizations
5108         * src/mcs51/gen.c (genFunction, genEndFunction): added case to handle
5109         missing push/pop of r0/r1. Optimized push/pops
5110         * src/mcs51/ralloc.c (packregisters): fixed bug #727095
5111         * device/lib/_modsint.c (_modsint),
5112         * device/lib/_modslong.c (_modslong): fixed sign of result in non-asm
5113         and stack version so regression tests pass
5114
5115 2004-02-26 Bernhard Held <bernhard AT bernhardheld.de>
5116
5117         * src/Makefile.in (dep): include SLIBOBJS in dependency check
5118         * src/SDCCast.c (decorateType): catch another small optimization
5119         with '?' operator
5120         * src/SDCCsymt.c (computeType): added comments and cosmetic changes
5121         * src/SDCCval.c (valMult, valDiv, valMod, valPlus, valMinus, valShift):
5122         modified to finally use computeType() all over SDCC,
5123         see Feature Request #877103
5124         * src/SDCCval.h: cosmetic
5125         * src/SDCCicode.c (operandOperation): fixed EQ_OP bug, now same as in
5126         valCompare(); regression tested in muldiv.c
5127         * support/regression/tests/muldiv.c (testMod): mod sign follows
5128         dividend only
5129
5130 2004-02-23 Bernhard Held <bernhard AT bernhardheld.de>
5131
5132         * src/SDCCast.c (decorateType): fixed bug #902362
5133         * doc/INSTALL.txt: fixed install instructions for win32
5134
5135 2004-02-21 Bernhard Held <bernhard AT bernhardheld.de>
5136
5137         * device/include/Makefile.in (install): fixed by replacing spaces
5138         by tabs
5139         * doc/README.txt,
5140         * doc/INSTALL.txt: updated for release
5141         * doc/sdccman.lyx: added warning for --xstack being buggy
5142
5143 2004-02-20 Bernhard Held <bernhard AT bernhardheld.de>
5144
5145         * src/pic16/ralloc.c (packRegsForAccUse):  disabled functions with #if
5146         to eliminate build warnings.
5147         * src/pic16/gen.c (pic16_popGet): fixed for gcc 2.95.4
5148
5149 2004-02-20 Vangelis Rokas <vrokas AT otenet.gr>
5150            Hans-Juergen Dorn <hans.dorn AT apl-landau.de>
5151
5152         * doc/sdccman.lyx: removed PIC16 from PIC16 Port Specific Options,
5153         removed -penable-stack, added comment for stack pragma, added
5154         warning for not initializing the stack/frame registers, removed
5155         comment at interrupts section
5156
5157         Stack is made permanent, there is no ability to disable stack usage.
5158         * src/pic16/device.h,
5159         * src/pic16/device.c: removed all references to USE_STACK macro,
5160         * src/pic16/device.c (pic16_dump_section): when no elements in
5161         rlist, free rlist before return,
5162         * (pic16_dump_int_registers): NEW, internal registers are a new set
5163         of general purpose registers reused by each function,
5164         * (checkAddReg): returns 1 if registers is added to set,
5165         * (pic16_groupRegistersInSection): when a registers is of type
5166         PO_GPR_TEMP add it in pic16_int_regs and not in pic16_rel_udata,
5167         * src/pic16/device.h: memRange and Assigned Memory are deleted,
5168         SRCASECMP macro is moved here from device.c
5169         * src/pic16/genarith.c (pic16_pCodeOpType): added cases for
5170         PO_PCLATU, PO_PRODL, PO_PRODH,
5171         * (pic16_pCodeOpType, genMinus,
5172         changed compares to "a" register, with AOP_ACC,
5173         * (pic16_genPlus): fixed some bugs and indented properly,
5174         * (pic16_addSign): changed size to size+offset in the MOVWF
5175         instruction,
5176         * (pic16_genUMult8XLit_8): NEW, uses processor MULLW instruction to
5177         multiply 8-bit operand by literal, result is 8-bit,
5178         * (pic16_genUMult8X8_8): NEW, uses processor MULWF instruction to
5179         multiply 2 8-bit operand, result is 8-bit,
5180         * (pic16_genMult8X8_8): modified to call genUMult8X*_8 functions and not
5181         genUMult8X*_16,
5182         * src/pic16/gen.c: changed accUse to contain WREG only,
5183         * (pic16_emitcomment): renamed to pic16_emitpcomment,
5184         * (aopForSym): allocated dir register when IN_DIRSPACE(space) is,
5185         true, do not use immediate addressing any more unless sym is a
5186         pointer in codespace,
5187         * (aopForRemat): do not use immediate addressing when symbol not in
5188         codespace and when symbol's address is requested,
5189         * (aopOp): for-loop in if(sym->accUse) is modified for the new
5190         accUse size (= 1),
5191         * (aopGet): added case for AOP_ACC and don't return "accumulator
5192         bug" but WREG instead,
5193         * (popGetTempReg): pushes contents of temporary register in stack,
5194         * (popReleaseTempReg): pops contents of temporary register from
5195         stack. Use popGetTempReg/popReleaseTempReg in aligned pairs,
5196         * (pic16_popGet): separated case AOP_ACC to return register WREG
5197         from processor registers, AOP_PCODE not checks if pcop is PO_DIR
5198         or PO_IMMEDIATE and initializes their instance/offset appropriately,
5199         * The whole issue with aopForSym,aopForRemat,popGet) is to minimize
5200         the use of immediate pointers to certain cases only.
5201
5202         * (pic16_pushpCodeOpReg, pic16_poppCodeOpReg): use pic16_popGet2p,
5203         * (pic16_loadFromReturn, pic16_storeForReturn: NEW,
5204         * (assignResultValue, genCall, genRet): modified to use the new
5205         function return value scheme with WREG,PRODL,PRODH,FSR0L and FSR0,
5206         genPcall is still broken,
5207         * (genFunction): added code to create 'A' type pBlocks when
5208         interrupt functions are generated, code not extensively tested yet,
5209         ISRs push WREG,STATUS,BSR,PRODL,PRODH,FSR0L,FSR0H registers on stack,
5210         * (genEndFunction): modified so ISRs pop stored registers from stack,
5211         * (genMultOneByte): cleanup,
5212         * (AccRsh): added flag andmask, to and result with appropriate mask,
5213         * (genUnpackBits,genPackBits): fixed and can handle bit fields,
5214         * (genDataPointerGet): fixed and reenabled its use,
5215         * (genNearDataPointerGet): bugs fixed,
5216         * (genDataPointerSet): bugs fixed,
5217         * src/pic16/genutils.c: added functions pic16_DumpValue,pic16_DumpAop,
5218         pic16_DumpSymbol, pic16_DumpOp,
5219         * src/pic16/genutils.h: function prototypes for the above functions,
5220         * src/pic16/glue.c: new flags initsfpnt, to initialize stack/frame
5221         pointers,
5222         * (pic16emitRegularMap): many many many improvements, but needs a
5223         major cleanup,
5224         * src/pic16/main.c: enable_stack in pic16_options is removed,
5225         * (_pic16_parseOptions): removed command line options -penable-stack,
5226         * (_process_pragma): emit stack symbol only when stack pragma is
5227         processed,
5228         * src/pic16/pcode.c: pic16_pc_fsr0 is removed, all operations are
5229         redirected to FSR0L/FSR0H pair,
5230         * (pic16_get_op, pic16_get_op2): modifications and improvements,
5231         * (pic16_getRegFromInstruction, pic16_getRegFromInstruction2): added
5232         cases PO_PRODL,PO_PRODH, pic16_getRegFromInstruction2 returns sane
5233         for immediates,
5234         * (insertBankSwitch): modified to handle cases like: (alfa + 1)
5235         * (dumpPicOptype): NEW,
5236         * src/pic16/pcode.h: added PO_PCLATU,PO_PRODL,PO_PRODH in enum,
5237         * src/pic16/pcoderegs.c (pCodeRegMapLiveRangesInFlow): fixed bug
5238         with movff instruction,
5239         * src/pic16/ralloc.c: renamed typeRegWithIdx to pic16_typeRegWithIdx,
5240         added pic16_int_regs, some packRegsFor* functions are commented out,
5241         because produce errors,
5242         * src/pic16/NOTES: minor modifications
5243
5244 2004-02-18  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
5245
5246         * as/mcs51/aslink.h, as/mcs51/lkarea.c, as/mcs51/lkdata.c, as/mcs51/lkmain.c,
5247         as/mcs51/lkmem.c, src/SDCCglob.h, src/SDCCmain.c: added options --stack-size and
5248         --pack-iram.
5249         * doc/sdccman.lyx: described options --stack-size and --pack-iram.
5250         * as/mcs51/lkaomf51.c: fixed bug #895763
5251
5252 2004-02-17 Bernhard Held <bernhard AT bernhardheld.de>
5253
5254         * device/include/c8051f320.h: added. Contributed by Maarten Brock.
5255
5256 2004-02-17 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5257
5258         * doc/sdccman.lyx: added details about the HC08 storage classes and
5259         interrupts, fixed the register usage info for z80 & gbz80
5260
5261 2004-02-17 Vangelis Rokas <vrokas AT otenet.gr>
5262
5263         * doc/sdccman.lyx: added more pic16 port documentation
5264         * device/include/pic16/: added header pic18fregs.h
5265
5266 2004-02-16 Bernhard Held <bernhard AT bernhardheld.de>
5267
5268         * doc/sdccman.lyx: added Vangelis' contribution
5269
5270 2004-02-16 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5271
5272         * src/SDCClrange.c (rlivePoint): live range of SEND operand should
5273         extend to the next CALL or PCALL, not just to the next CALL.
5274
5275 2004-02-16 Vangelis Rokas <vrokas AT otenet.gr>
5276
5277         * src/pic16/gen.c (genInline): fixed bug #896482 with inline assembly
5278
5279 2004-02-15 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5280
5281         * src/mcs51/ralloc.c (packRegsForAssign, reassignAliasedSym): fixed
5282         bug #895752 and a better fix for bug #716790
5283
5284 2004-02-15 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5285
5286         * src/SDCCsymt.c (processFuncArgs): fixed bug #896796
5287
5288 2004-02-14 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
5289
5290         * doc/sdccman.lyx: minor changes, minor changed
5291
5292 2004-02-13 Bernhard Held <bernhard AT bernhardheld.de>
5293
5294         * src/SDCCicode.c (usualBinaryConversions): removed pic16 from ports
5295         which can't handle SDCC_NEWONEBYTEOPS,
5296         (geniCodeMultiply): removed conversion from mult to shift for pic14
5297         and pic16
5298
5299 2004-02-12 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5300
5301         * src/hc08/gen.h,
5302         * src/hc08/gen.c (storeRegToAop, aopOp, aopAdrStr, accopWithAop,
5303         rmwWithAop): Ported my 2003-10-02 fix for bug #663539 to the hc08,
5304         thus fixing bug #895406
5305
5306 2004-02-11 Bernhard Held <bernhard AT bernhardheld.de>
5307
5308         * device/lib/_modsint.c,
5309         * device/lib/_modslong.c: sign follows divisor only
5310         * src/hc08/gen.c (genMultOneByte): if result size is 1,
5311         signs or signedness can be ignored
5312         * src/SDCCast.c (addCast): cosmetic - added lineno to CAST
5313         * src/SDCCast.c (resultTypePropagate): added even more ops: +, - and *,
5314         added optimization for IFX,
5315         (decorateType): Mult/Div/ModOneByte ops can handle all kind of signed
5316         arguments;
5317         reenabled optimization for IFX, which was removed on 2004-01-11
5318         * src/SDCCast.h: added return type IFX
5319         * src/SDCCicode.c: Mult/Div/ModOneByte ops can handle all kind of signed
5320         arguments with 8 or 16 bit results; pic14 and pic16 ports use old
5321         promotion behaviour; env. var. SDCC_NEWONEBYTEOPS selects the new,
5322         SDCC_OLDONEBYTEOPS selects the old behaviour
5323         * src/SDCCsymt.c (computeType): type2 can be NULL (for LEFT_OP);
5324         changed again and commented promotion rule
5325         * src/SDCCval.c (valDiv): promotion no longer necessary
5326         * src/ds390/gen.c (genMultOneByte) (genDivOneByte) (genModOneByte),
5327         * src/mcs51/gen.c (genMultOneByte) (genDivOneByte) (genModOneByte):
5328         rewritten
5329         * support/regression/tests/onebyte.c: added
5330
5331 2004-02-11 Vangelis Rokas <vrokas AT otenet.gr>
5332
5333         * gen.c (genInline): reverted to old code for assemnling inline
5334         code because of bug reported James Chadd
5335
5336 2004-02-10 Vangelis Rokas <vrokas AT otenet.gr>
5337
5338         * ralloc.h: missing declarations from previous patch,
5339         seems that patch for ralloc.h was never applied, fixed
5340
5341 2004-02-10 Hans-Juergen Dorn <hans.dorn AT apl-landau.de>
5342            patch committed by Vangelis Rokas <vrokas AT otenet.gr>
5343
5344         * pcode.c,
5345         * pcode.h,
5346         * ralloc.h: added FSR0L, FSR0H and other missing PIC16 SFR's for
5347         indirect addressing. Marked FSR0 as deprecated
5348         * gen.c (pointerCode): commented out, not needed now
5349         (pic16_popGet2p): new MOVFF helper function
5350         (genGenPointerGet),
5351         (genGenPointerSet): reimplemented with MOVFF and POSTINC0
5352         (shiftRLong): removed duplicate debugging info
5353
5354 2004-02-10 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5355
5356         * src/ds390/gen.c (genNearPointerGet),
5357         * src/mcs51/gen.c (genNearPointerGet): allow the genDataPointerGet()
5358         optimization with bits, but not bitfields.
5359         * src/ds390/ralloc.c (packRegisters),
5360         * src/mcs51/ralloc.c (packRegisters): fixed bug #884453 & #880832
5361
5362 2004-02-09 Bernhard Held <bernhard AT bernhardheld.de>
5363
5364         * src/SDCCcse.c (algebraicOpts): copy operands before modification
5365
5366 2004-02-09 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5367
5368         * src/SDCCsymt.h,
5369         * src/SDCCicode.c (operandFromSymbol),
5370         * src/mcs51/ralloc.c (verifyRegsAssigned, serialRegAssign),
5371         * src/ds390/ralloc.c (verifyRegsAssigned, serialRegAssign),
5372         * src/z80/ralloc.c (verifyRegsAssigned, serialRegAssign),
5373         * src/hc08/ralloc.c (verifyRegsAssigned, serialRegAssign),
5374         * src/pic/ralloc.c (verifyRegsAssigned, serialRegAssign),
5375         * src/pic16/ralloc.c (verifyRegsAssigned, serialRegAssign): fixed
5376         bug #892038
5377         * src/SDCCast.c (createIvalStruct, createIvalArray, gatherAutoInit),
5378         * src/SDCCglue.c (emitRegularMap, printIvalStruct, printIvalArray,
5379         printIvalCharPtr, printIvalPtr, printIval, emitStaticSeg, emitOverlay)
5380         * src/SDCCsymt.c (newSymbol),
5381         * src/SDCC.y (struct_or_union_specifier, enum_specifier,
5382         enumerator_list),
5383         * src/SDCCval.h,
5384         * src/SDCCval.c (newiList): fixed bug #885705
5385
5386 2004-02-08  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
5387
5388         * doc/sdccman.lyx: added section 3.1.4: sdcclib.
5389         * as/mcs51/lkmem.c: report the size of the stack in .mem file.
5390
5391 2004-02-08 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
5392
5393         * device/include/c8051f120.h,
5394         * device/include/c8051f300.h,
5395         * device/include/c8051f310.h: added/updated header files for Silicon
5396         Laboratories (formerly Cygnal) CPUs. Contributed by Maarten Brock.
5397         * doc/sdccman.lyx: minor changes, recommended diff -Naur and diff -u
5398         in new section Submitting patches
5399
5400 2004-02-08 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5401
5402         * src/mcs51/gen.c (genNearPointerGet, genPagedPointerGet,
5403         genFarPointerGet, genCodePointerGet, genGenPointerGet,
5404         genNearPointerSet, genPagedPointerSet, genFarPointerSet,
5405         genGenPointerSet),
5406         * src/ds390/gen.c (genNearPointerGet, genPagedPointerGet,
5407         genFarPointerGet, genCodePointerGet, genGenPointerGet,
5408         genNearPointerSet, genPagedPointerSet, genFarPointerSet,
5409         genGenPointerSet),
5410         * src/pic16/gen.c (genNearPointerGet, genPagedPointerGet,
5411         genFarPointerGet, genCodePointerGet, genGenPointerGet,
5412         genNearPointerSet, genPagedPointerSet, genFarPointerSet,
5413         genGenPointerSet),
5414         * src/pic/gen.c (genNearPointerGet, genPagedPointerGet,
5415         genFarPointerGet, genCodePointerGet, genGenPointerGet,
5416         genNearPointerSet, genPagedPointerSet, genFarPointerSet,
5417         genGenPointerSet): fixed bug #892400
5418         * src/pic16/gen.c (genSkipz, AccRol): disabled functions with #if 0
5419         to eliminate build warnings.
5420         * src/SDCCast.c (processParms),
5421         * src/SDCC.y (function_declarator2, declarator2_function_attributes):
5422         fixed bug 751859
5423         * support/valdiag/valdiag.py: added GCC to the list of defines active
5424         when compiling with gcc
5425
5426 2004-02-07 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5427
5428         * support/Util/SDCCerr.h,
5429         * support/Util/SDCCerr.c,
5430         * src/SDCCast.c (decorateType, sizeofOp): complain when sizeof is used
5431         with an incomplete type (fixed bug #883734)
5432         * src/SDCCicode.c (geniCodeCast): fixed bug #890510
5433
5434 2004-02-07 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5435
5436         * src/pic16/gen.c (genCmpEq, shiftRLong): fixed declarations
5437
5438 2004-02-06 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5439
5440         * src/SDCCast.c (decorateType),
5441         * src/SDCCicode.c (geniCodeParms, geniCodeCall): fixed bugs in my ANSI
5442         function pointer implementation
5443         * support/regression/tests/funptrs.c: added tests to verify both forms
5444         of function pointers work correctly. Added tests to verify parameters
5445         are passed in the correct order.
5446
5447 2004-02-06  Vangelis Rokas <vrokas AT otenet.gr>
5448
5449         * device.c (regCompare): registers are sorted by ascending
5450         address and increasing size,
5451         * main.c (_pic16_finaliseOptions): removed the declaration
5452         of compiler macro MCU. Now a macro of the format pic18fxxxx
5453         will be defined from the command line
5454
5455 2004-02-06  Hans-Juergen Dorn <hans.dorn AT apl-landau.de>
5456             patch committed by Vangelis Rokas <vrokas AT otenet.gr>
5457
5458         * pcode.c (pic16initMnemonics): fixed typo in assignment to PCOP_RLNCF
5459         PCOP_RLCF was overwritten!
5460         * gen.c (genSkip): commented out calls to pic16_emitcode,
5461         * (genCmpEQ): fixed "long" compares, only high word did get compared,
5462         * (genlshTwo),
5463         * (genRRC): added debugging info,
5464         * (shiftL2Left2Result): Fixed bug, if offr > offl. Result got
5465         overwritten while shifting,
5466         * (shiftR2Left2Result): Fixed bug, if offr < offl. Result got
5467         overwritten while shifting,
5468         * (AccLsh),
5469         * (AccRsh),
5470         * (shiftLLeftOrResult),
5471         * (shiftRLeftOrResult),
5472         * (shiftRLong),
5473         * (shiftLLong): Implemented with pic16_emitpcode
5474         * (genlshFour): Replaced pic16_aopPut with pic16_emitpcode,
5475         * (genLeftShift): Fixed bug, operand for shift by variable always
5476         was "and"ed with 0x0f,
5477         * (genLeftShiftLiteral),
5478         * (genrshTwo),
5479         * (genRightShiftLiteral): added debugging info,
5480         * (genrshFour): added comment,
5481         * (genRightShift): determined signedness from operand "left"
5482         instead of "result"
5483
5484 2004-02-04 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5485
5486         * src/SDCCicode.c (geniCodeParms),
5487         * src/SDCCast.c (decorateType, processParms): support for ANSI-style
5488         function pointers, fixed function pointer bugs #861242 and #861896
5489
5490 2004-01-31 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
5491
5492         * device/include/c8051f000.h,
5493         * device/include/c8051f120.h,
5494         * device/include/c8051f300.h: added header files for Silicon
5495         Laboratories (formerly Cygnal) CPUs. Contributed by Maarten Brock.
5496
5497 2004-01-31 Bernhard Held <bernhard AT bernhardheld.de>
5498
5499         * src/SDCCast.c (processParams): added new type flow and restructured
5500         (gatherAutoInit): added new type flow
5501         (addCast): cosmetic changes
5502         (getLeftResultType): added new type flow for array indices, patch
5503         provided by Stas, see FR #877103
5504         (decorateType): SDCC_NEWTYPEFLOW removed, new type flow is now standard;
5505         array index patch by Stas
5506         * src/SDCCast.h: added prototype getResultTypeFromType()
5507         * src/SDCCval.h,
5508         * src/SDCCval.c (resolveIvalSym) (resolveIvalSym),
5509         * src/pic/glue.c (pic14emitStaticSeg),
5510         * src/pic16/glue.c (pic16emitStaticSeg),
5511         * src/SDCCglue.c (emitRegularMap) (emitStaticSeg): added new type flow
5512         for initialization of symbols
5513         * src/SDCCicode.c (geniCodeArray): removed warning W_ARRAY_BOUND
5514         * support/Util/SDCCerr.h:
5515         * support/Util/SDCCerr.c: replaced W_ARRAY_BOUND by W_IDX_OUT_OF_BOUNDS
5516         * .version: bumped version number to 2.3.8
5517         * device/include/Makefile.in (install),
5518         * doc/Makefile (install): changed to 'rm `find ...`' construct to
5519         avoid warnings
5520
5521 2004-01-30 Bernhard Held <bernhard AT bernhardheld.de>
5522
5523         * support/regression/tests/libmullong.c: fixed for 64 bit hosts
5524         Slade Rich fixed an optimization bug
5525         * src/pic/pcodepeep.c,
5526         * src/pic/pcoderegs.c
5527         * doc/Makefile (install): added test for directory
5528
5529 2004-01-30 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5530
5531         * src/mcs51/ralloc.c (getRegPtr, getRegGpr),
5532         * src/ds390/ralloc.c (getRegPtr, getRegGpr),
5533         * src/pic/ralloc.c (getRegPtr, getRegGpr),
5534         * src/pic16/ralloc.c (getRegPtr, getRegGpr),
5535         * src/z80/ralloc.c (getRegGpr): fixed bug #883361
5536         * as/mcs51/asexpr.c (term),
5537         * as/hc08/asexpr.c (term): fixed bug #887146
5538
5539 2004-01-29 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5540
5541         * src/z80/gen.c (genMult): handle single byte result product
5542         * src/SDCCopt.c (killDeadCode): never convert ADDRESS_OF iCode to
5543         DUMMY_READ_VOLATILE (fixed bug #886367)
5544
5545 2004-01-27 Bernhard Held <bernhard AT bernhardheld.de>
5546
5547         * support/regression/tests/libmullong.c: fixed logic, on little endian
5548         hosts we ended without a mullong_wrapper()
5549
5550 2004-01-27 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5551
5552         * ChangeLog: changed "@" to " AT " in hopes of reducing spam and
5553         virus/worm forged address usage.
5554
5555 2004-01-27 Bernhard Held <bernhard AT bernhardheld.de>
5556
5557         Fixed promotion, it should be done on AST level:
5558         * src/SDCCast.c (addCast): added promotion to int
5559         (decorateType): updated call to upCast()
5560         * src/SDCCicode.c (geniCodeLeftShift): removed call to
5561         usualUnaryConversions()
5562
5563 2004-01-26  Michael Hope  <michaelh AT juju.net.nz>
5564
5565         * support/regression/tests/literalop.c (mulWrapper): Added a
5566         wrapper to remove integer overflow warnings.
5567
5568         * support/regression/tests/float_trans.c: Made work on host.
5569
5570         * support/regression/ports/ucz80/spec.mk (UCZ80): Made detect the
5571         location of sz80.
5572
5573         * support/regression/generate-cases.py (main): Changed from inline
5574         to a main method.
5575
5576         * doc/Makefile (install): Changed to depth first to get rid of
5577         missing directory install warning.
5578
5579         * as/Makefile (install-doc): Made work on Mac.
5580
5581 2004-01-25 Bernhard Held <bernhard AT bernhardheld.de>
5582
5583         * src/SDCCast.c: added an additional type flow in decorateType() of
5584         opposite direction, see feature request #860006; it's enabled at runtime
5585         by setting the environment variable SDCC_NEWTYPEFLOW
5586         * src/SDCCast.h: changed prototype of decorateType()
5587         * src/SDCCglue.c (emitRegularMap): updated call of decorateType()
5588         * src/SDCCicode.c (geniCodeDivision) (geniCodeModulus): promotion from
5589         'char' to 'int' can be omitted, if both operands are 'unsigned char';
5590         see feature request #877103
5591         * src/SDCCval.c: updated call of decorateType()
5592         (valBitwise): fixed bug #882876
5593         (valMinus): added promotion
5594         (valLogicAndOr): result is unsigned
5595         (cheapestVal) (constVal): literals from 0...255 are 'unsigned char' now
5596         * src/SDCCsymt.c (computeType),
5597         * src/mcs51/gen.c (genCmpGt) (genCmpLt): literal 'unsigned char'
5598         must not cause an unsigned operation
5599         * src/pic/glue (pic14emitRegularMap),
5600         * src/pic16/glue.c (pic16emitRegularMap): updated call of decorateType()
5601
5602 2004-01-23 Bernhard Held <bernhard AT bernhardheld.de>
5603
5604         * src/pic/pcode.c (PCodeID): commented out left over debug code
5605
5606 2004-01-20 Bernhard Held <bernhard AT bernhardheld.de>
5607
5608         * support/valdiag/tests/overflow.c: added shift tests
5609         * src/pic/device.c,
5610         * src/pic/gen.c,
5611         * src/pic/gen.h,
5612         * src/pic/glue.c,
5613         * src/pic/main.c,
5614         * src/pic/pcode.c,
5615         * src/pic/pcode.h,
5616         * src/pic/pcodepeep.c,
5617         * src/pic/pcoderegs.c,
5618         * src/pic/ralloc.c,
5619         * src/pic/ralloc.h: applied patch from Slade Rich;
5620         added support for multiple code pages and multiple RAM banks on the
5621         PIC 14 port. The ASM files now no longer simply assume all the
5622         code / RAM are in the same page / bank. This means the linker can
5623         safely allocate code/RAM of separate ASM files to different pages/banks.
5624         * doc/sdccman.lyx: added Slade's tips
5625         * src/mcs51/peeph.def: fixed bug #880768
5626
5627 2004-01-20 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5628
5629         * src/hc08/ralloc.c (rematStr): fixed bug #879282
5630         * src/SDCCast.c (decorateType): fixed bug #880197
5631
5632 2004-01-20  Michael Hope  <michaelh AT juju.net.nz>
5633
5634         * sim/ucsim/gui.src/serio.src/main.cc: Fixed unconditional use of
5635         getopt.h.
5636
5637         * debugger/mcs51/cmd.c (getValBasic): Changed strtof to strtod as
5638         strtof is not part of C89 and isn't included with Mac OS X.
5639
5640 2004-01-20 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5641
5642         * src/hc08/gen.c (genPlusIncr, genUminus, genMinusDec, genCmp,
5643         shiftL2Left2Result): fixed bug #879326
5644         (genAnd, genOr, genXor): fixed bug when result was of type AOP_CRY
5645         (genMultOneByte): fixed bug in signed vs unsigned multiplication
5646         * sim/ucsim/hc08.src/inst.cc (inst_clr): added missing effective
5647         address fetch for clr instruction
5648         * device/lib/hc08/_mulint.c: created optimized assembly version
5649         * src/SDCCdflow.c (computeDataFlow): fixed bug #878209
5650
5651 2004-01-19 Bernhard Held <bernhard AT bernhardheld.de>
5652
5653         * src/SDCCicode.c (geniCodeArray): applied patch from Stas Sergeev
5654         proposed in FR #877103
5655
5656 2004-01-18 Bernhard Held <bernhard AT bernhardheld.de>
5657
5658         * src/SDCCval.c (cheapestVal): added missing checks
5659         * src/SDCCicode.c (usualBinaryConversions): fixed condition
5660         * src/SDCCicode.c (geniCodeAdd): fixed part of bug #877103
5661
5662 2004-01-16 Klaus Flittner <klaus_flittner AT gmx.de>
5663
5664         * src/ds390/gen.c (aopOp3): fixed the assignment of different dptrs to
5665         equal operands
5666
5667 2004-01-16 Vangelis Rokas <vrokas AT otenet.gr>
5668
5669         * src/SDCCmain.c (linkEdit): variable $3 of the linker command is
5670         loaded with the linker search paths (-L arguments) and the libraries
5671         to be linked with the current source (-l arguments). Changes
5672         currently will affect only the pic16 port.
5673         * src/pic16/main.c (_pic16_finaliseOptions): add to the linker
5674         include path the port specific paths and port specific libraries,
5675         * gplink command now contains the $3 argument,
5676         * src/pic16/device.h,
5677         * src/pic16/device.c,: structure PIC_device is made public and
5678         renamed to PIC16_device, the same for variable Pics which is renamed
5679         to Pics16. Updated all references to them.
5680         * src/pic16/glue.c (pic16glue): corrected bug with code
5681         initialization which bypassed the variable initializations block.
5682
5683         * device/lib/pic16/Makefile.rules: removed --penable-stack from
5684         COMPILE_FLAGS and added the --nostdinc option
5685
5686 2004-01-15 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5687
5688         * device/include/mc68hc908jb8.h: Register defs for another member
5689         of the hc08 family. Contributed by Bjorn Bringert - thanks!
5690
5691 2004-01-14 Vangelis Rokas <vrokas AT otenet.gr>
5692
5693         Documenting changes from previous commits.
5694         * configure.in (version 1.56),
5695         * configure: initially I've added AC_CONFIG_SUBDIRS(device/lib/pic16)
5696         when generating output files to configure the pic16 library,
5697         but now I've commented it out, since gputils aren't installed in the
5698         SF compile farm, so library won't compile
5699
5700         * device/lib/Makefile.in (version 1.56): initially I've added in
5701         target 'all' the prerequestive 'model-pic16' so it compiled the
5702         pic16 library, but now I've commented it out for the same reasons
5703         above,
5704         * added targets 'model-pic16' and 'objects-pic16' to compile the
5705         library
5706         * added target 'port-specific-objects-pic16' to handle the
5707         generated libraries and copy them into the build/ directory
5708         * added target 'clean-intermediate-pic16' to clean intermediate
5709         files into pic16 directory
5710         * in target 'installdirs' added line to create directory pic16 in
5711         the installation path
5712
5713         * device/include/Makefile.in (version 1.11): in target 'install'
5714         added lines to copy all header files to installation path,
5715         * in target 'installdirs' added line create directory for pic16
5716         headers in the installation path
5717
5718 2004-01-13 Klaus Flittner <klaus_flittner AT gmx.de>
5719
5720         * src/ds390/gen.c (genCall): fixed a double use of acc and b after
5721          a function call
5722
5723 2004-01-13 Bernhard Held <bernhard AT bernhardheld.de>
5724
5725         * configure,
5726         * device/lib/configure.in,
5727         * device/lib/configure: fixed for autoconf 2.57
5728
5729 2004-01-13 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5730
5731         * src/z80/main.c (_parseOptions): fixed the portmode= command line
5732         option so that it actually works. Made it specific to the z80, since
5733         the gbz80 doesn't have these kinds of I/O ports.
5734
5735 2004-01-13 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5736
5737         * device/include/z180.h,
5738         * device/lib/_memcpy.c,
5739         * device/lib/_memmove.c,
5740         * device/lib/_mulint.c,
5741         * device/lib/ser_ir.c,
5742         * device/lib/ser_ir_cts_rts.c,
5743         * device/lib/_strcmp.c,
5744         * device/lib/_strtok.c: fixed pragmas to non-deprecated form
5745         * src/z80/main.c (_process_pragma): add support for pragmas bank and
5746         portmode; added deprecation warning for bank= and protmode= forms.
5747         Also, guard against buffer overflow.
5748         * src/z80/gen.c (aopGet): generate better code for sfr banked read
5749
5750 2004-01-13 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5751
5752         * src/hc08/main.c (_hc08_genAssemblerPreamble): fixed bug #875487. Also
5753         changed interrupt vector table generation to only emit declared vectors.
5754         * device/include/Makefile.in: added missing backslash
5755         * device/lib/pic16/Makefile.rules: add $(MODELFLAGS) to $(CFLAGS)
5756
5757 2004-01-13 Vangelis Rokas <vrokas AT otenet.gr>
5758
5759         Mainly changes to support compilation of the device libraries
5760         * src/pic16/device.c: stack is allocated via symbol and not
5761         via literal number. The symbol is placed in the corresponding
5762         position of the data ram
5763         * (pic16_dump_section): relocatable and absolute uninitialized
5764         data are now emitted in sorted order to reduce section naming,
5765         * src/pic16/ralloc.c (newReg): fixed bug with SFR's that
5766         weren't marked as being in the access bank,
5767
5768 2004-01-13 Vangelis Rokas <vrokas AT otenet.gr>
5769
5770         Added portion of GNU PIC Library under the directory
5771         device/include/pic16 and device/lib/pic16. These files
5772         contain the declarations of SFRs for the PIC18Fxx2 devices.
5773         The directory is initialized via configure from toplevel.
5774
5775 2004-01-12 Klaus Flittner <klaus_flittner AT gmx.de>
5776
5777         * src/ds390/gen.c (operandsEqu): fixed a little typo, that prevented
5778         the spilllocations to be compared correctly
5779
5780 2004-01-12 Bernhard Held <bernhard AT bernhardheld.de>
5781
5782         * src/SDCCast.c (decorateType): fixed bug introduced today
5783
5784 2004-01-12  Borut Razem <borut.razem AT siol.net>
5785
5786         * src/SDCC.lex, support/Util/SDCCerr.h, support/Util/SDCCerr.c,
5787         doc/sdccman.lyx: upper case pragmas are deprecated
5788
5789 2004-01-12 Bernhard Held <bernhard AT bernhardheld.de>
5790
5791         * src/SDCCast.c (decorateType): replacing 'ul > 0' by  '!ul' results
5792         in simpler and even better code
5793
5794 2004-01-11 Bernhard Held <bernhard AT bernhardheld.de>
5795
5796         * src/SDCCicode.c (operandOperation): fixed bug #874819
5797         * src/SDCCast.c (decorateType): fixed
5798         char foo (unsigned long ul) { return ul > 0; }
5799
5800 2004-01-11 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
5801
5802         * doc/sdccman.lyx: Moved and added some sections, small changes
5803         all over. Telling LaTeX to be less strict with word spacing
5804         to better keep the right margin. Changed some notes about
5805         maintainance of the ports in section 3.2.1 - is it OK like this?
5806
5807 2004-01-11 Vangelis Rokas <vrokas AT otenet.gr>
5808
5809         SDCC source changes:
5810         * src/SDCCopt.c (cntToFcall, cnvToFloatCast, cnvFromFloatCast,
5811         convilong): modified to inform the pic16 port that builtin functions
5812         are external
5813
5814         PIC16 PORT specific changes:
5815         * src/pic16/device.c pic16_dump_equates() added,
5816         processor registers declared internally by the port are emitted in
5817         the translation as equates,
5818         * src/pic16/gen.c: inline code is passed unprocessed to the
5819         translation,
5820         * (pic16_popGetLit2): fnuction modified to take second operand as
5821         pCodeOp pointer and not as literal,
5822         * (popRegFromIdx): prefixed with pic16_,
5823         * (pic16_popCombine2): modified to receive already allocated pCode
5824         operands,
5825         * (pic16_pushpCodeOpReg, pic16_poppCodeOpReg): added
5826         * (genFunction): initializes local stack frame and pushes on stack
5827         all the registers used by this function,
5828         * (genEndFunction): restores all registers from stack and restores
5829         stack frame,
5830         * src/pic16/glue.c (pic16emitRegularMap): various changes and
5831         improvements,
5832         * (pic16glue): changed the program startup sequence,
5833         * added new dbName code 'A' for functions placed in absolute section
5834         * src/pic16/main.c: added function attribute _naked,
5835         * added pragma 'code' to place a fnuction at an absolute address,
5836         * added command line arguments --debug-ralloc and --pcode-verbose,
5837         * (_pic16_finiliseOptions): options.all_callee_saves is set by default
5838         * src/pic16/pcode.c (pic16_pBlockConvert2Absolute) added,
5839         * (pic16_newpCodeOpLit2): modified to take the second operand as
5840         pCodeOp pointer,
5841         * (pic16_printpBlock): modified to emit each function in a separate
5842         section,
5843         * (pic16_get_op): modified to use the gpasm modifiers LOW,HIGH and
5844         UPPER for immediate operands,
5845         * src/pic16/pcodepeeph.c: added peephole support for the LFSR
5846         instruction,
5847         * src/pic16/peeph.def: all peepholes with movff are commented out,
5848         because there is a problem in the pcode peep optimizer,
5849         * src/pic16/ralloc.c: the register allocator can now reuse local
5850         function symbols for another function. This saves register usage.
5851         * src/pic16/ralloc.h: added flag isLocal in structure regs,
5852
5853         Added file src/pic16/NOTES with information about program writing on
5854         the current port version.
5855
5856 2004-01-11 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
5857
5858         * src/mcs51/peephole.def: added peepholes 177.c,d (redundant moves)
5859         and peephole 252 (array access)
5860
5861 2004-01-09  Borut Razem <borut.razem AT siol.net>
5862
5863         * src/SDCCmain.c : fixed #872250: -l command line defined library
5864           files are scanned before standard library files
5865
5866 2004-01-10 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5867
5868         * src/SDCCast.c (decorateType): fixed bug #874046
5869
5870 2004-01-09  Borut Razem <borut.razem AT siol.net>
5871
5872         * support/scripts/sdcc.nsi: remove previous installation
5873
5874 2004-01-09 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
5875
5876         * src/SDCCglue.c (createInterruptVect): don't append 7(5) padding
5877         bytes for last interrupt vector (mcs51)
5878         * sdcc.spec: fixed typo
5879
5880 2004-01-09 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5881
5882         * src/mcs51/gen.c (genFunction, genEndFunction, genReceive, getTempRegs,
5883         gen51Code): more efficient parameter receive for --model-large
5884         ("bug" #845294)
5885
5886 2004-01-09 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5887
5888         * src/ds390/main.c,
5889         * src/z80/main.c: added missed needLinkerScript flags (more than
5890         one port structure defined in these file)
5891         * src/ds390/gen.c (aopForSym, aopOp, operandsEqu, aopOp3): fixed
5892         bug #795325
5893
5894 2004-01-08 Vangelis Rokas <vrokas AT otenet.gr>
5895
5896         * src/SDCCmain.c: removed various references to DEFAULT_PORT
5897         * src/port.h: added flag needLinkerScript in port->linker
5898         structure to inform whether to create a .lnk file or not,
5899         * src/avr/main.c,
5900         * src/ds390/main.c,
5901         * src/hc08/main.c,
5902         * src/mcs51/main.c,
5903         * src/pic/main.c,
5904         * src/pic16/main.c,
5905         * src/xa51/main.c,
5906         * src/z80/main.c: changed appropriately to configure
5907         needLinkerScript flag
5908         * src/pic/gen.c,
5909         * src/pic16/gen.c (genAddrOf): fixed bug #863624
5910         * src/pic/glue.c: added variable udata_section_name to
5911         override default uninitialized data segment definition for
5912         devices only with SHAREBANK memory (reported from Erik Epetrich)
5913         * (pic14emitOverlay): modified to emit a commented overlay segment
5914         directive when no overlay data exist
5915         * (picglue): modified to emit uninitialized data segment
5916         according to udata_section_name
5917         * src/pic/main.c (_pic14_parseOptions): added command line
5918         options --udata-section-name=[name] to override default
5919         udata definition name
5920         * modified _linkCmd and _asmCmd to include compiler passed
5921         arguments via -W option
5922         * src/pic16/main.c: added $l in _asmCmd, changed extension for
5923         object file from '.rel' to '.o' in port->linker structure,
5924         changed size of fptr from 2 to 3 in port structure
5925
5926 2004-01-07  Borut Razem <borut.razem AT siol.net>
5927
5928         * support/scripts/sdcc.nsi: update PATH
5929         * support/scripts/sdcc.ico: craeted
5930
5931 2004-01-07 Bernhard Held <bernhard AT bernhardheld.de>
5932
5933         * device/include/Makefile.in: fix install
5934         * doc/Makefile: fix install
5935
5936 2004-01-07 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5937
5938         * src/SDCCsymt.c (processFuncArgs): fixed superflous allocation noted
5939         in bug #860505
5940         * src/SDCCmem.c (printAllocInfoSeg, printAllocInfo): minor changes to
5941         how the function variable allocation summary is displayed; also
5942         include information about variables allocated to the overlay
5943         segment
5944
5945 2004-01-06  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
5946
5947         * as/mcs51/lkmain.c: Help about -Y option
5948         * as/mcs51/lkarea.c: Fixed gcc warnings
5949
5950 2004-01-06 Bernhard Held <bernhard AT bernhardheld.de>
5951
5952         * src/SDCCval.c (valShift): changed from 16 to 32 bit shift count,
5953         fixed warning
5954         * support/valdiag/tests/overflow.c: added
5955         * src/SDCCast.c (decorateType),
5956         * src/SDCCicode.c (geniCodeLeftShift): added promotion to int for
5957         LEFT_OP (left shift)
5958
5959 2004-01-06  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
5960
5961         * as/mcs51/lkmain.c: stack must be after data when option -Y is not used
5962         (default behaviour).
5963
5964 2004-01-06 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5965
5966         A python script to validate compiler diagnostic messages. It can be
5967         used to verify that sdcc complains about bad c source code and
5968         gives a good location of the error.
5969         * support/valdiag/Makefile,
5970         * support/valdiag/valdiag.py,
5971         * support/valdiag/tests/*
5972
5973 2004-01-06 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5974
5975         * src/SDCC.y (enum_specifier, enumerator_list, opt_assign_expr),
5976         * src/SDCCsymt.c (newEnumType),
5977         * src/SDCCsymt.h
5978         * support/Util/SDCCerr.c,
5979         * support/Util/SDCCerr.h: fixed bug #871258 and some other unreported
5980         enum related bugs.
5981         * support/regression/tests/enum.c: added test for enum values that
5982         require at least 2 bytes of storage.
5983
5984 2004-01-06 Vangelis Rokas <vrokas AT otenet.gr>
5985
5986         * src/common.h: added ifndef/define/endif macros
5987         around the header file.
5988         Bug reported from Jesus Calvino-Fraga
5989
5990 2004-01-06 Bernhard Held <bernhard AT bernhardheld.de>
5991
5992         * sdcc.spec: updated
5993         * device/include/Makefile.in: don't install CVS directories
5994         * device/lib/Makefile.in: added removal of CVS directories after install
5995         * doc/Makefile: fixed install, added local_icons
5996         * sim/ucsim/gui.src/Makefile.in: fixed an old typo
5997         * src/mcs51/gen.c (genRightShift): fixed bug #870788
5998         * src/ds390/gen.c (genRightShift): fixed bug #870788
5999         * src/SDCCast.c (decorateType): fixed bug #870781
6000
6001 2004-01-06 Vangelis Rokas <vrokas AT otenet.gr>
6002
6003         PIC16 port related changes:
6004         * device.c: removed pic16_finalMapping and pic16_finalMappingSize,
6005         added variable stackPos,
6006
6007         * gen.c: genCall, assignResultValue: added support for
6008         pushing/retrieving function parameters to/from stack,
6009         genFunction,genEndFunction: setup stack frame for the
6010         generated function,
6011         genAddrOf: will be changed according to bug 863624
6012
6013         * added files genutils.c and genutils.h which contain gen*
6014         debugged and optimised functions extracted from gen.c
6015
6016         * glue.c: added variable 'externs' which holds extern symbols,
6017         pic16emitRegularMap: is modified to properly handle relocatable
6018          symbols under the new scheme,
6019         pic16createInterruptVect: is modified
6020         pic16printPublics: is modified to emit 'global' assembler directives,
6021         added pic16_printExterns to print extern symbols,
6022         pic16glue: initializes stack/frame pointer in the beginning of
6023         the assembly output. Temporary hack, will be corrected later,
6024         because gplink yet does not support stack and SDCC does not
6025         yet support a type of crt0.o object to create the final binary.
6026
6027         * Removed many lines that contain 8051 legacy code.
6028         * The code is finally placed under a 'code' directive.
6029         * Added port specific options.
6030
6031         * _process_pragma: simplified since now we do not need *special*
6032         include file to define SFR registers. But a separate header
6033         will be needed. This will be developed later.
6034         * _pic16_parseOptions: added, parses port specific options:
6035         --pgen-banksel, --obanksel=, --pomit-config-words, --pomit-ivt,
6036         --pleave-reset-vector, --penable-stack, --pstack-model, --debug-xtra
6037         --preplace-udata-with=
6038
6039         * _pic16_setDefaultOptions: modified to initialize section names,
6040         but hack is temporarly out of order since it needs improvement.
6041         * _pic16_genAssemblerPreamble: configuration words are emitted by
6042         their address instead of their name. This part is incomplete and
6043         supports only the 18Fxx2 devices. Other devices will emit an error
6044         during assembly since they do not contain the same set of config
6045         registers
6046         * _pic16_genIVT: is modified,
6047
6048         * pcode.c: added definitions for some hardware registers that are needed
6049         for stack support
6050         * added flag is2LitOp and variable pci_magic in pCodeInstruction.
6051         All PCI entries are updated. Now LFSR is supported.
6052         * Removed pic16_pciTRIS is mentioned by mdubuc in source
6053         * added pic16_newpCodeOpLit2 to support instructions with
6054         two literal arguments
6055         * pic16_pCode2str: corrected code that emits assembler instructions
6056         with two literal operands and those that have an access bit modifier
6057         * genericPrint: now PC_ASMDIR pCodes, can emit a label if it exists,
6058         this fixes a bug which caused some labels to be lost, when an
6059         assembler directive was added, i.e. banksel,
6060         * pic16_FixRegisterBanking: improved logic that causes the insertion
6061         of bank switching,
6062         * InlineFunction: functions that are called once, are not any more
6063         inlined. This can be a port option in the future,
6064
6065         * pcode.h: added pCodeOpLit2 and added variable label in pCodeAsmDir
6066
6067         * ralloc.c: added pic16_rel_udata and pic16_fix_udata variables which
6068         hold the corresponding uninitialized symbols,
6069         * pic16_allocProcessorRegister: registers have explicit marked the
6070         accessBank field,
6071         * pic16_allocInternalRegister: registers are explicit marked as
6072         not used,
6073         * pic16_writeUsedRegs: pic16_dynDirectBitRegs was missing from the
6074         processing list, so bit registers were lost,
6075         *
6076
6077         * ralloc.h: added field 'accessBank' and original symbol operand
6078         in register definition,
6079         * removed the field isMapped from register definition,
6080
6081         ** Several functions have been removed from various sources:
6082         BanksUsedFlow2,BanksUsedFlow,FixBankFlow,InstructionRegBank,
6083         pic16_addMemRange,pic16_isREGinBank,pic16_dump_map,pic16_dump_cblock
6084         isSFR,validAddress,mapRegister,assignRegister,pic16_assignFixedRegisters
6085         pic16_assignRelocatableRegisters
6086
6087         ** others have been introduced:
6088         pic16_areRegsSame,pic16_dump_section,checkAddReg,pic16_groupRegistersInSection
6089         pic16_popGetLit2,pic16_popCombine2,pushw,pushaop
6090
6091 2004-01-05 Vangelis Rokas <vrokas AT otenet.gr>
6092
6093         * support/scripts/inc2h.pl: changed definition of BIT_AT
6094         to emit 'sbit at' instead of 'bit at'. This was a request.
6095
6096         PIC16 port related preliminary changes:
6097         * gen.c: prefixed function popRegFromString with
6098         pic16_ and all references to it corrected
6099         * pcode.c: all pic16_pc_* hardware registers prefixed
6100         with underscore (_),
6101         pic16_popCopyGPR2Bit(): function sets register wasUsed=1
6102         * ralloc.c: newReg(): when register is REG_SFR then
6103         set address to rIdx,
6104         pic16_allocProcessorRegister(): marks register wasUsed=0
6105         pic16_writeUsedRegs(): added a call to assign processor
6106         registers via pic16_assignFixedRegisters
6107
6108 2004-01-04  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
6109
6110         * as/mcs51/aslink.h, as/mcs51/lkarea.c, as/mcs51/lkdata.c,
6111         as/mcs51/lkmain.c, as/mcs51/lkmem.c: 8051 linker can now pack
6112         variables in unused register banks.  Also the SSEG is placed
6113         wherever there is enough space for it, and IDATA can be anywhere
6114         in internal RAM.  For now compile using -Wl-Y[stack_size].
6115         The mem file is different for this option as well, since it
6116         makes no sense of talking about DSEG lenght.
6117
6118 2004-01-02 Vangelis Rokas <vrokas AT otenet.gr>
6119
6120         * src/SDCClrange.c: fixed bug 869095 that caused segfault
6121         in certain cases, e.g. when ROM assignment, patch provided
6122         from Albert den Haan.
6123
6124 2004-01-01 Bernhard Held <bernhard AT bernhardheld.de>
6125
6126         Many signedness and type propagation fixes:
6127         * src/SDCCicode.c: made geniCodeCast() static
6128         replaced SPEC_ by IS_ (cosmetic)
6129         (operandOperation): fixed div and mod operation
6130         (usualBinaryConversions): added support for promotion of char
6131         (geniCodeMultiply): replaced (unsigned long) by (TYPE_UDWORD)
6132         (geniCodeDivision): replaced (unsigned long) by (TYPE_UDWORD)
6133         (geniCodeAdd): an array index will stay unsigned, even if promoted
6134         from char to int
6135         (geniCodeArray): ditto
6136         * src/SDCCicode.h: made geniCodeCast() static: removed prototype
6137         * src/SDCCsymt.c (computeType): added more support for char;
6138         promotion of char is selectable by promoteCharToInt, fixed signedness
6139         for all cases
6140         (powof2): replaced (unsigned long) by (TYPE_UDWORD)
6141         * src/SDCCsymt.h (powof2): replaced (unsigned long) by (TYPE_UDWORD)
6142         * src/SDCCval (val*): replaced signedness calculation by
6143         computeType()
6144         rearranged if-branches (cosmetic)
6145         (valShift): added warning W_SHIFT_CHANGED
6146         (valCompare): fixed problem with different types
6147         * src/hc08/rallo.c (leastUsedLR): fixed gcc 3.3 warning
6148         * support/regression/tests/literalop.c: added many cases
6149         * support/regression/tests/ast_constant_folding.c: changed finally to
6150         'unsigned int'
6151         * .version: new year, new version: 2.3.7
6152         * src/SDCCmain.c (main): applied patch #866468
6153         * debugger/mcs51/sdcdb.c (parseCmdLine): added -k for ucsim, patch
6154         provided by Scott Bronson
6155         * doc/sdccman.lyx: updated documentation for sdcdb
6156         updated and added chapter tips
6157
6158 2004-01-01 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6159
6160         * src/SDCCsymt.h: missing from yesterday's commits
6161
6162 2003-12-31 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6163
6164         * src/SDCC.y (struct_or_union_specifier),
6165         * support/Util/SDCCerr.c,
6166         * support/Util/SDCCerr.h: verify that struct & union tags are used
6167         as declared.
6168
6169 2003-12-29 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6170
6171         * src/SDCCglobl.h: missing from yesterday's commits
6172
6173 2003-12-28 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6174
6175         * src/SDCC.y (external_definition, type_specifier2, sfr_reg_bit,
6176         sft_attributes, struct_declaration, parameter_declaration,
6177         type_name, start_block, declaration_list),
6178         * src/SDCC.lex (check_type): support redefinition of typedef names
6179
6180 2003-12-22 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
6181
6182         * src/mcs51/gen.c (genPlus): added special handling for 256 byte
6183         aligned xdata arrays. Erik helped me with the if clause.
6184
6185 2003-12-20 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6186
6187         * device/lib/ds390/tinibios.c (CpuSpeed): suppress unreachable code
6188         warning
6189
6190 2003-12-20 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6191
6192         * src/SDCCast.h,
6193         * src/SDCCast.c (newAst_),
6194         * src/SDCCicode.h,
6195         * src/SDCCicode.c (ast2iCode, newiCode),
6196         * src/SDCCglobl.h,
6197         * src/SDCC.y (logical_and_expr, logical_or_expr, conditional_expr,
6198         expr, statement, expression_statement, selection_statement,
6199         iteration_statement, expr_opt, jump_statement): foundation for tracking
6200         sequence points
6201         * src/SDCCopt.c (killDeadCode): fixed bug #861580 (needs the sequence
6202         point code too)
6203
6204 2003-12-19 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6205
6206         * support/Util/SDCCerr.c,
6207         * src/SDCCast.h,
6208         * src/SDCCast.c (createCase, createDefault, decorateType),
6209         * src/SDCClabel.c (labelUnreach),
6210         * src/SDCC.y (labeled_statement, jump_statement): More improvements
6211         to error messages.
6212         * support/Util/SDCCerr.c (werrorfl): fixed a non-standard declaration
6213         (with thanks to Stas Sergeev)
6214         * device/include/time.h,
6215         * device/lib/time.c (CheckTime): suppress unreachable code warning
6216
6217 2003-12-18 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6218
6219         * src/SDCCast.c (createIvalCharPtr),
6220         * src/SDCCglue.c (printChar): fixed bug #862241 (an error in my fix for
6221         bug #753752)
6222         * support/regression/tests/nullstring.c: tests for these two bugs
6223
6224 2003-12-18 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6225
6226         * support/Util/SDCCerr.h,
6227         * support/Util/SDCCerr.c (E_NOT_ALLOWED),
6228         * src/SDCC.y (struct_declaration, struct_or_union_specifier): complain
6229         about storage class and 'at' used inside struct or union
6230         * src/SDCCBBlock.c (iCodeFromeBBlock),
6231         * src/SDCCcse.c (ifxOptimize),
6232         * src/SDCCglue.c (emitRegularMap, initPointer, printIvalStruct,
6233         printIvalArray, printiValFuncPtr, printIvalCharPtr, printIvalPtr,
6234         printIval, emitStaticSeg, emitOverlay),
6235         * src/SDCClabel.c (deleteIfx),
6236         * src/SDCCopt.c (replaceRegEqv, eBBlockFromiCode),
6237         * src/SDCCast.c (resolveSymbols, createIvalStruct, createIvalArray,
6238         gatherAutoInit, processParms),
6239         * support/Util/SDCCerr.h,
6240         * support/Util/SDCCerr.c (werrorfl): Support for better error location
6241         reporting for post-parse errors.
6242
6243 2003-12-16 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6244
6245         * src/SDCCval.c (valPlus, valMinus, valShift): fixed some problems with
6246         implicit casts via union; they don't work on big endian systems
6247         (possible fix for bug #861138)
6248
6249 2003-12-16 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
6250
6251         (committed by Erik Petrich <epetrich AT ivorytower.norman.ok.us> on Frieder's behalf)
6252         * src/mcs51/main.c: fixed the fix for bug #737001
6253
6254 2003-12-15  Borut Razem <borut.razem AT siol.net>
6255
6256         * support/scripts/sdcc.nsi: updated for NSIS 2.0 beta 4
6257
6258 2003-12-14 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6259
6260         * support/makebin/makebin.c: put output in binary mode
6261
6262 2003-12-13 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
6263
6264         * src/mcs51/main.c: fixed bug #737001 for the mcs51. SDCC clears
6265         xdata and data memory on startup. Set the environment variable
6266         SDCC_NOGENRAMCLEAR to disable this.
6267         * src/mcs51/peephole.def,
6268         * src/ds390/peephole.def: using the atomic test and clear instruction jbc
6269         (allows non-interrupt and interrupt code to safely compete for a resource
6270         without the non-interrupt code having to disable interrupts)
6271
6272 2003-12-13 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6273
6274         * src/SDCCicode.c (geniCodeAdd),
6275         * src/SDCCast.c (decorateType): fixed bug #857753 (need to be careful
6276         with valFromType if type might be a pointer and host is big endian).
6277         * src/SDCCast.c (decorateType): unary plus compatible with all arithmetic
6278         types, not just integer types.
6279         * src/SDCCsymt.c (addSymChain): clarified error message when symbol is
6280         multiply defined with mismatching "at" address.
6281
6282 2003-12-12 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6283
6284         * src/ds390/main.c (PORT tininative_port): fixed bug #858416
6285         * src/SDCCglue.c (printChar, printIvalChar, emitStaticSeg),
6286         * src/SDCCast.c (createIvalCharPtr, stringToSymbol): handle strings
6287         with embedded nulls (fixed bug #753752)
6288
6289 2003-12-12 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
6290
6291         * src/mcs51/main.c(_mcs51_genRAMCLEAR): using r0 instead of r1/r2.
6292         Apparently this did not see much testing (endless loop)
6293
6294 2003-12-11 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6295
6296         * src/z80/ralloc.c: set DISABLE_PACK_HL = 1 as a temporary fix to bug #855165
6297
6298 2003-12-10 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6299
6300         * src/SDCCdebug.c (outputDebugSymbols, outputDebugStackSymbols, dumpSymInfo):
6301         gracefully handle NULL memmap pointers
6302
6303 2003-12-08 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6304
6305         * src/SDCCopt.c (killDeadCode): change iCode type to DUMMY_READ_VOLATILE
6306         instead of deleting the iCode when an operand is volatile
6307         * src/z80/gen.c (genDummyRead),
6308         * src/mcs51/gen.c (genDummyRead),
6309         * src/ds390/gen.c (genDummyRead),
6310         * src/hc08/gen.c (genDummyRead): handle operands in IC_LEFT and/or IC_RIGHT,
6311         not just IC_RIGHT
6312         * src/SDCCicode.c (geniCodeCall): fixed bug #851607
6313         * src/SDCC.y: fixed bug #850420
6314
6315 2003-12-05 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6316
6317         Applied z80 i/o port patch from Peter Townson and fixed some operators
6318         to better handle operands in A register.
6319         * device/include/z180.h
6320         * src/SDCC.y
6321         * src/SDCCglue.c
6322         * src/z80/gen.c
6323         * src/z80/gen.h
6324         * src/z80/main.c
6325         * src/z80/peeph-z80.def
6326         * src/z80/peeph.def
6327         * src/z80/z80.h
6328
6329 2003-12-03 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6330
6331         * src/SDCCsymt.c (addSymChain, compareTypeExact): fixed bug #838241 again
6332
6333 2003-12-01 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6334
6335         * device/lib/hc08/_mullong.c: Removed extra #endif
6336
6337 2003-12-01 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6338
6339         * sim/ucsim/hc08.src/inst.cc,
6340         * sim/ucsim/hc08.src/hc08mac.h: fixed some problems with CC flag bits and
6341         carries from x to h
6342         * src/hc08/gen.c (aopAdrStr): fixed problem with 16 bit immediate
6343         * src/hc08/gen.c (XAccRsh): fixed problem with right shift
6344         * device/include/stdarg.h: fixed varargs for hc08
6345         * device/lib/Makefile.in,
6346         * device/lib/hc08/Makefile,
6347         * device/lib/hc08/_mulint.c,
6348         * device/lib/hc08/_mullong.c: fixed some endian problems
6349
6350 2003-11-28 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
6351
6352         * sdcc/src/mcs51/gen.c (genMultOneByte): help peephole 105
6353         * sdcc/src/mcs51/peeph.def: added peephole 186.e array access in code space
6354         * device/lib/_gptrget.c,
6355         * device/lib/_gptrput.c: P2 not used any more (related to #850747, #785979)
6356
6357 2003-11-27 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6358
6359         * src/SDCClrange.c (findNextUseSym, rlivePoint): fixed bug #849795
6360         * src/SDCCast.c (astErrors): fixed bug #846007
6361         * src/SDCCsymt.c (checkFunction): fixed follow-up bug on bug #846007
6362
6363 2003-11-26 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6364
6365         * src/SDCCast.c (decorateType): disabled a transformation I added in
6366         revision 1.188 (access to fields of a structure at an absolute address);
6367         it breaks with bitfields, extern declarations, and gcse analysis.
6368         * src/SDCCopt.c (isLocalWithoutDef): if ADDRESS_OF applied to a symbol, it
6369         could be assigned through a pointer, so don't complain.
6370         * src/SDCCast.c (astErrors),
6371         * src/SDCCast.h,
6372         * src/SDCCglue.c (emitRegularMap): fixed bug #847813
6373
6374 2003-11-26 Vangelis Rokas <vrokas AT otenet.gr>
6375
6376         * src/pic16/main.c (_pic16_genIVT): fixed interrupt vector table
6377         * src/pic16/main.c (_pic16_genAssemblerPreamble): re-enabled the
6378         output of __config directives, since gpasm now supports them
6379         * src/pic16/main.c (_pic16_finaliseOptions): define MCU
6380         pre-processor macro, i.e. -DMCU=p18f452
6381         * src/pic16/ralloc.c: renamed packRegisters to pic16_packRegisters,
6382         and modified to handle 'cast' icode similarly to '=' icode
6383         * src/pic16/device.h (typedef struct PIC_device): added field
6384         'extMIface' to indicate that chip has external memory interface
6385         * src/pic16/device.c: added chips 18F248, 18F258, 18F448, 18F458,
6386         18F6520, 18F6620, 18F6680, 18F6720, 18F8520, 18F8620, 18F8680,
6387         18F8720
6388
6389 2003-11-26 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6390
6391         * src/SDCC.y (pointer): fixed bug #846006
6392         * support/Util/SDCCerr.c: made W_PTR_TYPE_INVALID message clearer
6393         * src/SDCCast.c (decorateType): fixed bug #846009
6394         * src/ds390/peeph.def,
6395         * src/ds390/gen.c (genAnd, genOr),
6396         * src/mcs51/peeph.def,
6397         * src/mcs51/gen.c (genAnd, genOr): fixed bug #846777
6398
6399 2003-11-25 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6400
6401         Fixed several common-sub-expression bugs (#772861, #768380, & #755323)
6402         * src/SDCCdflow.c
6403         * src/SDCCcse.c
6404         * src/SDCCcse.h
6405         * src/SDCCBBlock.h
6406         * src/SDCCBBlock.c
6407
6408 2003-11-23 Klaus Flittner <klaus_flittner AT gmx.de>
6409
6410         fixed bug #845089
6411         * src/SDCCbitv.h,
6412         * src/SDCCbitv.c: added function to free a bitvector
6413         * src/SDCClrange.h,
6414         * src/SDCClrange.c: added function to recompute the liveranges
6415         * src/avr/ralloc.c,
6416         * src/ds390/ralloc.c,
6417         * src/hc08/ralloc.c,
6418         * src/mcs51/ralloc.c,
6419         * src/pic/ralloc.c,
6420         * src/pic16/ralloc.c,
6421         * src/xa51/ralloc.c,
6422         * src/z80/ralloc.c: recompute the liveranges after register packing
6423
6424 2003-11-21 Klaus Flittner <klaus_flittner AT gmx.de>
6425
6426         * src/SDCCloop.c (newInduction): fixed bug #845630
6427
6428 2003-11-21 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6429
6430         * src/SDCCsymt.c (compareTypesExact): disabled debugging output
6431         inadvertantly left behind from my 2003-11-12 change
6432
6433 2003-11-20 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6434
6435         Updated headers I neglected to commit yesterday.
6436         * src/SDCClrange.h,
6437         * src/SDCCicode.h
6438
6439 2003-11-19 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6440
6441         * src/SDCCcse.c (algebraicOpts): fixed bug #773153
6442         * src/SDCClrange.c (rlivePoint): need to mark IC_RESULT used if POINTER_SET op
6443         * src/SDCCopt.c (eBBlockFromiCode),
6444         * src/SDCClrange.c (hashiCodeKeys, sequenceiCode, computeLiveRanges): seperated
6445         the creation of the key hash table from the sequencing so it can be used
6446         earlier (for some GCSE bug fixes still pending)
6447
6448 2003-11-15 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
6449
6450         * src/mcs51/gen.c (genPlus): generate shortcut for adding 0xab00
6451         * support/regression/tests/addsub.c: testing genPlus shortcut
6452
6453 2003-11-15  Borut Razem <borut.razem AT siol.net>
6454
6455         * src/SDCCmain.c: fixed bug #841645: -MM command line option passed to sdcpp
6456
6457 2003-11-15 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6458
6459         * src/SDCCcse.c (cseBBlock): fixed bug #527779
6460         * src/SDCCcse.c (deleteGetPointers): rewrote so that the set
6461         ordering is immaterial.
6462         * src/SDCCdflow.c (mergeInExprs): fixed bug #587536
6463
6464 2003-11-14 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6465
6466         * src/SDCCicode.c (geniCodeAddressOf): fixed part of bug #840381
6467         * src/SDCCopt.c (replaceRegEqv, isLocalWithoutDef): fixed other part
6468         (SIGSEV) of bug #840381
6469         * src/SDCCmain.c (linkEdit, assemble): fixed bug #841606 (don't
6470         unlink new file before rename if new and old filenames are the same)
6471
6472 2003-11-13 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
6473
6474         * src/mcs51/main.c: started fixing bug #737001 (SDCC not clearing
6475         uninitialized variables) for the mcs51. Set environment variable
6476         SDCC_GENRAMCLEAR to test.
6477         xdata initialization slightly shorter
6478
6479 2003-11-12 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6480
6481         * src/SDCCsymt.h,
6482         * src/SDCCsymt.c (addSymTypeChain, compareTypesExact): fixed bugs
6483         #838241 & 780691 (basicly the same bug)
6484         * src/SDCCBBlock.c (iCode2eBBlock): fixed bug #840148
6485         * src/SDCCBBlock.c (iCodeFromeBBlock): fixed bug #840162
6486
6487 2003-11-11 Bernhard Held <bernhard AT bernhardheld.de>
6488
6489         * src/SDCCmain.c (linkEdit): "fix" #834252
6490
6491 2003-11-11 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6492
6493         * src/SDCCast.c (removePostIncDecOps, removePreIncDecOps),
6494         * src/SDCCast.h,
6495         * src/SDCC.y: fixed bug #819403
6496
6497 2003-11-08 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6498
6499         * support/regression/fwk/lib/testfwk.c: printn is recursive and thus needs
6500         the reentrant attribute.
6501         * src/hc08/gen.c (genPackBits): added missing stack readjustment
6502         * sim/ucsim/hc08.src/inst.cc (inst_mov): fixed bugs with mov instruction
6503         simulation
6504         * src/SDCCast.c (decorateType): fixed bug with storage class not being
6505         updated during pointer dereference; f.e. ~(((char *)1)*) was being
6506         erroneously reduced to a literal.
6507         * src/hc08/ralloc.c (packRegisters, rematStr),
6508         * src/hc08/gen.c (aopForRemat): allow literals to be rematerialized in
6509         some cases
6510
6511 2003-11-08 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
6512
6513         * src/mcs51/main.c: fixed bug #838385. Thanks to Josef Pavlik for finding and fixing
6514         * doc/sdccman.lyx: changed from 'article' to 'book'
6515         * doc/Makefile: readded test_suite_spec and cdbfileformat
6516
6517 2003-11-08 Bernhard Held <bernhard AT bernhardheld.de>
6518
6519         * device/include/stdlib.h: include malloc.h to comply with ANSI
6520         * support/regression/tests/malloc.c: include stdlib.h instead of malloc.h
6521
6522 2003-11-07 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
6523
6524         * doc/Makefile: sdccman.pdf should build with correct references (more info in commit msg)
6525         * doc/clean.mk: also remove *.out files
6526         * doc/sdccman.lyx: some additions, larger top/bottom margins
6527
6528 2003-11-07 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6529
6530         * src/SDCC.y: fixed bug #837365
6531         * support/regression/tests/bitopcse.c
6532         * src/hc08/gen.c (genPointerGet): Don't assume pointer operand is
6533         a symbol (might be valop instead)
6534         * device/lib/Makefile.in: added errno.c to HC08SOURCES
6535         * device/lib/clean.mk: added hc08 to the cleaning list
6536
6537 2003-11-04  Borut Razem <borut.razem AT siol.net>
6538
6539         * configure, configure.in, sdcc_vc_in.h, sdcconf_in.h: reverted changes,
6540           made 2003-11-04
6541         * support/Util/NewAlloc.c, as/hc08/lklibr.c, as/mcs51/lklibr.c,
6542           as/z80/aslist.c, as/z80/assym.c: removed inclusion of nonstandard malloc.h;
6543           malloc is declared in standard stdlib.h
6544
6545 2003-11-06 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6546
6547         * device/lib/hc08/Makefile: need to clean .rel not .o files
6548         * src/hc08/gen.c (genDjnz): can't use djnz with extended addressing mode
6549
6550 2003-11-06 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6551
6552         * src/port.h,
6553         * src/hc08/main.c,
6554         * src/mcs51/main.c,
6555         * src/ds390/main.c,
6556         * src/z80/main.c,
6557         * src/avr/main.c,
6558         * src/pic/main.c,
6559         * src/pic16/main.c,
6560         * src/xa51/main.c: added hasExtBitOp & oclsExpense functions to ports
6561         * src/SDCCicode.c: changed several IS_FARSPACE tests to isOclsExpensive
6562         tests (which uses the port's oclsExpense function)
6563         * src/SDCC.y,
6564         * src/SDCCast.c,
6565         * src/SDCCicode.c,
6566         * src/hc08/gen.c,
6567         * src/ds390/gen.c,
6568         * src/mcs51/gen.c: added support for the SWAP iCode (RFE #834167)
6569
6570 2003-11-04 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6571
6572         * src/SDCCcse.c (ifxOptimize),
6573         * src/SDCClabel.c (labelIfx, deleteIfx): When the condition to
6574         an IFX iCode is volatile, convert to DUMMY_READ_VOLATILE instead
6575         deleting the IFX iCode.
6576         * src/hc08/ralloc.c: reduced unneeded slocs
6577         * src/hc08/gen.c: fixed bug in asmopToBoolean
6578
6579 2003-11-04  Borut Razem <borut.razem AT siol.net>
6580
6581         * configure, configure.in, sdcc_vc_in.h, sdcconf_in.h,
6582           support/Util/NewAlloc.c, as/hc08/lklibr.c, as/mcs51/lklibr.c,
6583           as/z80/aslist.c, as/z80/assym.c: decision to include malloc.h
6584           transferred to configure
6585
6586 2003-11-03 Bernhard Held <bernhard AT bernhardheld.de>
6587
6588         Use headers defined in the C[++] standards:
6589         * sim/ucsim/gui.src/serio.src/fileio.cc
6590         * sim/ucsim/gui.src/serio.src/frontend.cc
6591         * sim/ucsim/gui.src/serio.src/main.cc
6592         * sim/ucsim/gui.src/serio.src/posix_signal.cc
6593         * support/Util/NewAlloc.c
6594         * as/hc08/lklibr.c
6595         * as/mcs51/lklibr.c
6596         * as/z80/aslist.c
6597         * as/z80/assym.c
6598
6599 2003-11-03  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
6600
6601         * Added MSVC projects for hc08 assembler and linker:
6602         all.dsp, config.dsp, sdcc.dsw, /as/hc08/as_hc08.dsp,
6603         /as/hc08/link_hc08.dsp
6604
6605 2003-11-03 Martin Helmling <Martin.Helmling AT octo-soft.de>
6606
6607         * debugger/mcs51/cmd.c: allows filename starting with digit(+ some debug)
6608
6609 2003-11-02 Bernhard Held <bernhard AT bernhardheld.de>
6610
6611         * src/SDCCmain.c (linkEdit): "fixed" again bug #833605
6612
6613 2003-11-01 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
6614
6615         * src/mcs51/main.c: xdata initialization is 13 bytes shorter now
6616
6617 2003-10-31  Borut Razem <borut.razem AT siol.net>
6618
6619         * support/cpp2/cpplib.h,
6620           support/cpp2/cpplib.c,
6621           support/cpp2/cpplex.c,
6622           support/cpp2/cppinit.c: introduced #pragma preproc_asm [ + | - ]
6623           to switch _asm block preprocessing on / off. Default is
6624           #pragma preproc_asm +
6625
6626 2003-10-31  Borut Razem <borut.razem AT siol.net>
6627
6628         * support/cpp2/cpplex.c: Fixed _WIN32 problem with CR-CR-LF sequences
6629           when outputting comment blocks (when executed with -C option) and
6630           _asm (SDCPP specific) blocks
6631
6632 2003-10-31 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6633
6634         * as/hc08/lkrloc.c (relr): Fixed ihx output, fixed lastAreaIndex warning
6635
6636 2003-10-31 Klaus Flittner <klaus_flittner AT gmx.de>
6637
6638         * src/SDCCcse.c (updateSpillLocation): fixed bug #808027
6639
6640 2003-10-31 Bernhard Held <bernhard AT bernhardheld.de>
6641
6642         * src/SDCCmain.c (linkEdit): "fixed" bug #833605
6643         * src/SDCCast.c (decorateType): fixed bug #832664
6644
6645 2003-10-31  Borut Razem <borut.razem AT siol.net>
6646
6647         * support\cpp2\cpplex.c: fixed for SDCPP:
6648           comments(when executed with -C option) and _asm blocks
6649           were included even if they where in skipped #if block.
6650           Applied solution from GCC cpp 3.3.2
6651
6652 2003-10-31  Borut Razem <borut.razem AT siol.net>
6653
6654         * src/SDCC.lex: sdcc now understands both formats:
6655           '# <line_number> <file_name>' and
6656           '#line <line_number> <file_name>'
6657         * support/cpp2/cppmain.c: sdcpp now generates the standard
6658           '# <line_number> <file_name>' instead of former
6659           '#line <line_number> <file_name>'
6660
6661 2003-10-30  Borut Razem <borut.razem AT siol.net>
6662
6663         * support/cpp2/cpphash.h,
6664         * support/cpp2/cpplib.h
6665         * support/cpp2/cpplex.c,
6666         * support/cpp2/cppmain.c,
6667         * support/cpp2/cppinit.c: fixed bug #828015 - Syntax variation for _asm character constants
6668
6669 2003-10-30 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6670
6671         Fixed a number of problems revealed by bug #827883.
6672         * src/SDCCloop.c (loopInvariants): Spill location of the
6673         result operand should be recomputed if extracted from
6674         a loop. Also, don't extract assignments of an iTemp
6675         from a literal.
6676         * src/SDCCast.c (isConformingBody): loop reversal should
6677         not occur if the control variable is involved with a
6678         relational operator.
6679
6680 2003-10-28 Bernhard Held <bernhard AT bernhardheld.de>
6681
6682         * .version: bumped to 2.3.6 to reflect the big improvements
6683         made by Erik and Klaus. Thanks!
6684
6685 2003-10-28 Klaus Flittner <klaus_flittner AT gmx.de>
6686
6687         Replaced the livrange code.
6688         * src/SDCClrange.c: added new LR code
6689         * src/SDCCloop.c,
6690         * src/SDCCBBlock.h: removed remainig parts from old LR code
6691         * src/ds390/ralloc.c,
6692         * src/ds390/gen.c: minor fixes to make it work with new code
6693
6694 2003-10-28 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6695
6696         * as/hc08/asm.h,
6697         * as/hc08/lkrloc.c,
6698         * src/hc08/gen.c,
6699         * src/hc08/ralloc.c: Fix various warnings related to the hc08
6700         * src/SDCCicode.c (geniCodePreInc, geniCodePreDec): Fixed bug #829717
6701         (tweaked fix for bug #818696)
6702
6703 2003-10-23 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6704
6705         * src/z80/ralloc.c (joinPushes): Fixed bug #828742
6706
6707 2003-10-23 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6708
6709         * src/SDCCmain.c,
6710         * sdccconf_in.h: Fixed bug #828387 (--disable-hc08-port didn't work)
6711         * src/mcs51/gen.c (gencjneshort),
6712         * src/ds390/gen.c (gencjneshort): Made comparison with AOP_IMMD operand
6713         more efficient (per Scott Bronson's suggestion)
6714
6715 2003-10-22 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6716
6717         Extended the semantics of the critical keyword to include
6718         individual statements. See RFE #827755 and #799831
6719         * src/SDCC.y
6720         * src/SDCCicode.c
6721         * src/SDCCopt.c
6722         * src/SDCCast.c
6723         * support/Util/SDCCerr.c
6724         * support/Util/SDCCerr.h
6725         * src/mcs51/gen.c
6726         * src/ds390/gen.c
6727         * src/hc08/gen.c
6728
6729 2003-10-19  Borut Razem <borut.razem AT siol.net>
6730
6731         * src/SDCC.lex: fixed bug #825944 - defined yytext_ptr to make it compile with flex 2.5.31
6732
6733 2003-10-19 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6734
6735         * src/SDCCicode.c (geniCodePreInc, geniCodePreDec, ast2iCode):
6736         Fixed bug #818696
6737         * src/SDCCast.c (ast_print): Fixed --dumptree so that preincrement
6738         and predecrement operand is displayed
6739
6740 2003-10-13 Bernhard Held <bernhard AT bernhardheld.de>
6741
6742         * src/SDCCval.c (valMinus): fixed bug #826041
6743
6744 2003-10-15 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6745
6746         Some hc08 related updates that I missed earlier
6747         * sim/ucsim/stypes.h
6748         * support/regression/ports/hc08/spec.mk
6749
6750 2003-10-15 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6751
6752         New target "hc08" for the Motorola 68hc08 family of micros
6753
6754         * configure
6755         * configure.in
6756         * Makefile
6757         * src/hc08/*
6758         * src/SDCCmain.c
6759         * src/port.h
6760         * sim/ucsim/hc08.src/*
6761         * sim/ucsim/configure.in
6762         * src/ucsim/configure
6763         * sim/ucsim/packages_in.mk
6764         * as/hc08/*
6765         * as/Makefile
6766         * device/include/mc68hc908qy.h
6767         * device/lib/hc08/*
6768         * device/lib/Makefile.in
6769         * support/regression/ports/hc08/*
6770         * support/regression/Makefile
6771
6772 2003-10-14 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6773
6774         * src/z80/gen.c: fixed bug revealed by ast_constant_folding.c
6775         regression test
6776         * src/ds390/gen.c (genCast): fixed bug #821957
6777
6778 2003-10-13 Bernhard Held <bernhard AT bernhardheld.de>
6779
6780         * device/lib/logf.c: "fixed" overlay bug
6781         * support/regression/ports/host/spec.mk: added m library
6782         * support/regression/ports/mcs51-stack-auto/spec.mk: added float funcs
6783         * support/regression/tests/float_trans: added (for Eric)
6784
6785 2003-10-12 Bernhard Held <bernhard AT bernhardheld.de>
6786
6787         * src/mcs51/gen.c (genCpl): fixed bug
6788         http://sf.net/mailarchive/message.php?msg_id=6263915
6789
6790 2003-10-10 Bernhard Held <bernhard AT bernhardheld.de>
6791
6792         * src/SDCCast.c (decorateType): added extended constant folding
6793         * src/SDCCsymt.c (computeType): cleanup
6794         * src/SDCCval.c (valShift): minor optimization
6795         * support/regression/tests/ast_constant_folding.c: added
6796
6797 2003-10-09  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6798
6799         * src/SDCCmain.c: removed some unintended changes
6800
6801 2003-10-09  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6802
6803         * src/SDCCmain.c (setParseWithComma): fixed bug #816685
6804         * src/z80/gen.c: fixed part of bug #817589
6805         * src/SDCCsymt.c (checkFunction): fixed bug #817895
6806
6807 2003-10-08 Bernhard Held <bernhard AT bernhardheld.de>
6808
6809         Replaced cast (void **) with (void *) to avoid gcc 3 warning:
6810         * src/SDCCcflow.c
6811         * src/SDCCcse.c
6812         * src/SDCCdflow.c
6813         * src/SDCClabel.c
6814         * src/SDCClrange.c
6815         * src/SDCCmem.c
6816         * src/SDCCopt.c
6817         * src/SDCCpeeph.c
6818         * src/SDCCset.c
6819         * src/avr/ralloc.c
6820         * src/ds390/ralloc.c
6821         * src/izt/ralloc.c
6822         * src/mcs51/ralloc.c
6823         * src/pic/ralloc.c
6824         * src/pic16/ralloc.c
6825         * src/xa51/ralloc.c
6826         * src/z80/ralloc.c
6827         * src/z80/gen.c: removed unused label "release:"
6828
6829 2003-10-06  Borut Razem <borut.razem AT siol.net>
6830
6831         * src/SDCC.lex: removed definition of unused variables
6832           save_optimize and save_options
6833
6834 2003-10-06 Bernhard Held <bernhard AT bernhardheld.de>
6835
6836         * clean.mk: removed '=' in "-maxdepth=1"
6837         * src/SDCCloop.c: replace LRKLAUS with SDCC_LRKLAUS
6838         * src/SDCClrange.c: replace LRKLAUS with SDCC_LRKLAUS
6839
6840 2003-10-06  Borut Razem <borut.razem AT siol.net>
6841
6842         * src/SDCC.lex, src/SDCC.lex: use dbuf for "_asm" definitions;
6843           my_unput() replaced by unput()
6844
6845 2003-10-05 Bernhard Held <bernhard AT bernhardheld.de>
6846
6847         * src/SDCCloop.c (assignmentsToSym, loopInduction): cast argument of
6848         setToNull() to (void *) to avoid gcc3.x's warning: "dereferencing
6849         type-punned pointer will break strict-aliasing rules"
6850         Old LR behaviour is again default; Klaus' LR can be choosen by
6851         defining the environment variable LRKLAUS
6852         * src/SDCCBBlock.h
6853         * src/SDCCloop.c
6854         * src/SDCClrange.c
6855         * src/ds390/ralloc.c (spillThis): applied Klaus' patch
6856         * clean.mk: fixed removal of files in bin/CVS/
6857         * device/lib/clean.mk: fixed removal of directories small and large
6858         * support/Util/SDCCerr.c: changed W_INT_OVL to ERROR_LEVEL_PEDANTIC
6859         * src/SDCCicode.c,
6860         * src/SDCCval.c: removed superflous test for pedantic
6861
6862 2003-10-05  Borut Razem <borut.razem AT siol.net>
6863
6864         * src/SDCC.lex, support/Util/SDCCerr.c, sdcc/support/Util/SDCCerr.h:
6865           Fixed bug #816692: introduced new ERROR_LEVEL_PEDANTIC warning
6866           message "unmatched #pragma SAVE and #pragma RESTORE"
6867
6868 2003-10-04  Frieder Ferlemann <Frieder.Ferlemann AT web.de>
6869
6870         * doc/sdccman.lyx: various additions and updates (interrupts, inline
6871           assembly, critical functions, atomic, nojtbound)
6872
6873 2003-10-04 Bernhard Held <bernhard AT bernhardheld.de>
6874
6875         Applied liferange patch from Klaus Flittner <klaus_flittner AT gmx.de>
6876         * src/SDCCBBlock.h
6877         * src/SDCCloop.c
6878         * src/SDCCloop.h
6879         * src/SDCClrange.c
6880
6881 2003-10-03  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6882
6883         * src/z80/gen.h,
6884         * src/z80/gen.c (aopOp, aopGet, aopPut, genDummyRead),
6885         * src/mcs51/gen.h
6886         * src/mcs51/gen.c (aopOp, aopGet, aopPut, genDummyRead),
6887         * src/ds390/gen.h
6888         * src/ds390/gen.c (aopOp, aopGet, aopPut, genDummyRead),
6889         * src/SDCCicode.c (ast2iCode, geniCodeDummyRead): Fixed bug #663539
6890         * src/SDCCopt.c (killDeadCode): Fixed bugs #663539 & #816705
6891
6892 2003-10-02  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6893
6894         * src/z80/gen.c (genRet): fixed bug #524753
6895         * src/z80/gen.c (genCast): fixed internal error on cast from
6896         pointer to long
6897         * src/z80/gen.c (_saveRegsForCall, emitCall): adapted Johan's
6898         fix for bug #477835 to the z80
6899         * src/z80/gen.c (genZ80code, _vemit2, _emit2): added support
6900         for tracking iCodes in the peephole optimizer for z80
6901
6902 2003-10-01  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6903
6904         * src/SDCCicode.c (geniCodeJumpTable, geniCodeSwitch): fixed
6905         the other part of bug #814548
6906         * src/SDCCpeeph.c (labelInRange): fixed bug #814558
6907
6908 2003-09-30  Bernhard Held <bernhard AT bernhardheld.de>
6909
6910         * src/SDCCcse.c: fixed part of bug #814548
6911
6912 2003-09-28  Borut Razem <borut.razem AT siol.net>
6913
6914         * src/asm.c: rewrite of printILine() to use temporary file instead
6915           a pipe
6916         * src/xa51/main.c: commented out declaration of int rewinds
6917
6918 2003-09-27  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6919
6920         * src/SDCCicode.c (geniCodeJumpTable): Fixed bug #813206
6921
6922 2003-09-26  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6923
6924         * src/SDCCdflow.c (computeDataFlow): Fixed bug #810746
6925         * src/asm.c (printILine): Fixed bug #811015
6926
6927 2003-09-22  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
6928
6929         *link/z80/lklibr.c, as/mcs51/lklibr.c: Improved memory allocation and
6930         freeing.
6931
6932 2003-09-21  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6933
6934         * src/z80/gen.c (setupToPreserveCarry): Fixed bug #796955
6935         * src/z80/gen.c (setupPair, genMovePairPair): Fixed setupPair
6936         to correctly handle general case of AOP_PAIRPTR
6937         * src/z80/gen.c (aopGet, aopPut): Generalized AOP_PAIRPTR handling
6938
6939 2003-09-21  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6940
6941         * src/mcs51/ralloc.c (fillGaps),
6942         * src/ds390/ralloc.c (fillGaps): fixed bug #810093 (yet another
6943         register positioning bug)
6944
6945 2003-09-21  Bernhard Held <bernhard AT bernhardheld.de>
6946
6947         * device/lib/_fsdiv.c: replaced (1<<31) by (1ul<<31)
6948
6949 2003-09-19  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6950
6951         * src/mcs51/gen.c (loadDptrFromOperand, genFarPointerGet,
6952         genCodePointerGet, genGenPointerGet, genFarPointerSet,
6953         genGenPointerSet): handle AOP_DPTR correctly when loading dptr
6954         (ralloc doesn't intentionally do this now, but perhaps later)
6955         * src/mcs51/ralloc.c (serialRegAssign, fillGaps),
6956         * src/ds390/ralloc.c (serialRegAssign, fillGaps): fixed some
6957         register positioning bugs (Fixed bug #762602 and #795325)
6958         * src/SDCCicode.c (geniCodeDerefPtr): Track output class correctly
6959         (Fixed bug #808779)
6960         * src/z80/gen.c: increased _vemit2's buffer[] to handle long
6961         lines that --i-code-in-asm generates
6962
6963 2003-09-18  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
6964
6965         *link/z80/lklibr.c, as/mcs51/lklibr.c: Fixed Linux segfaults when
6966         trying to fclose a FILE* that was already closed.
6967
6968 2003-09-18  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6969
6970         * src/SDCCsymt.c (structElemType): fixed bug #808291 (members
6971         of const struct should be treated as if const themselves)
6972
6973 2003-09-18  Bernhard Held <bernhard AT bernhardheld.de>
6974
6975         * src/SDCCval.c (valPlus, valMinus): fixed bug #808337
6976
6977 2003-07-06  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
6978
6979         * support/librarian/sdcclib.c: Generate correct offsets for libraries with
6980         Unix (/n) and DOS (/r/n) line terminations.
6981
6982 2003-09-17  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6983
6984         * src/SDCCopt.c (cnvFromFloatCast, cnvToFloatCast): fixed
6985         bug #613775
6986
6987 2003-09-16  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6988
6989         * src/mcs51/gen.c (genFunction, genEndFunction),
6990         * src/ds390/gen.c (genFunction, genEndFunction): Moved save
6991         and restore of EA so that stack offsets to parameters are
6992         correct when using both critical and reentrant/stack-auto.
6993         * src/z80/gen.c (aopOp): removed erroneous assertion about sloc
6994         size (can be triggered in error if sloc is shared between
6995         different sized objects)
6996         * device/include/float.h: fixed macros to explicitly use
6997         unsigned long where needed
6998
6999 2003-09-15  Bernhard Held <bernhard AT bernhardheld.de>
7000
7001         Feature req. 799831: added code to allow nesting of critical functions
7002         * src/mcs51/gen.c (genFunction, genEndFunction)
7003         * src/ds390/gen.c (genFunction, genEndFunction)
7004
7005 2003-09-14  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7006
7007         * src/SDCCsymt.c (sclsFromPtr),
7008         * src/SDCCsymt.h,
7009         * src/SDCCast.c (decorateType): fixed bug #462971. Also, better
7010         support for standard C idiom of memory mapped variables; for
7011         example, *((xdata int*)0x1234) = 1 is now internally equivalent
7012         to xdata int at 0x1234 tempvar = 1.
7013         * sim/ucsim/z80.src/inst_xd.cc: fixed bug #805483 with patch
7014         provided by Akiya ISHIDA
7015
7016 2003-09-13  Bernhard Held <bernhard AT bernhardheld.de>
7017
7018         * src/SDCCval.c (cheapestVal): reenabled to reduce int to char
7019         * src/SDCCval.c (constVal): added reduction from int to char
7020         * src/SDCCval.c (valMult, valDiv): fixed sign handling
7021         * src/SDCCval.c (valShift): fixed after change of cheapestVal()
7022         * src/SDCCval.c (valCompare): fixed EQ_OP and NE_OP; they have
7023         to ignore the sign
7024         * support/regression/tests/shifts.c: fixed
7025
7026 2003-09-13  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7027
7028         * src/z80/gen.c (genXor): Fixed bug #805445
7029
7030 2003-09-12  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7031
7032         Fixed bug #621531 (const & volatile confusion in the type chain).
7033         DCL_PTR_CONST, DCL_PTR_VOLATILE, & IS_PTR_CONST now exclusively
7034         refer to the const or volatile state of the pointer itself.
7035
7036         * src/SDCCast.c
7037         * src/SDCCglue.c
7038         * src/SDCCicode.c
7039         * src/SDCCsymt.c
7040         * src/SDCCval.c
7041         * src/SDCC.y
7042         * src/SDCCsymt.h
7043         * src/pic/gen.c
7044         * src/pic/ralloc.c
7045         * src/pic16/gen.c
7046         * src/pic16/ralloc.c
7047         * support/regression/tests/const.c
7048
7049 2003-09-10  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
7050
7051         When checking for duplicated modules, use absolute paths
7052         instead of relative paths.  Files changed:
7053
7054         * as/mcs51/lklib.c
7055         * link/z80/lklib.c
7056
7057 2003-09-09  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7058
7059         * src/SDCCicode.c (geniCodeLogic): fixed bug #797572
7060
7061 2003-09-07  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7062
7063         * device/include/string.h: added size_t typedef, changed
7064         prototypes to use size_t, eliminated separate reentrant and
7065         non-reentrant declarations, added _memmove declaration
7066         * device/lib/_memcpy.c: changed to use size_t instead of int,
7067         changed /4 to >>2 to avoid division library call
7068         * device/lib/_memcmp.c,
7069         * device/lib/_memset.c,
7070         * device/lib/_strncat.c,
7071         * device/lib/_strncpy.c,
7072         * device/lib/_strncmp.c: changed to use size_t instead of int
7073         * device/lib/_memmove.c: new file (fixed bug #772294)
7074         * device/lib/Makefile.in: added _memmove.c
7075         * device/lib/z80/asm_strings.s: fixed bug #772290
7076         * support/regression/tests/bitfields.c: attempt to fix host assertion
7077         failure on amd64-unknown-linux2.2
7078
7079 2003-09-06  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7080
7081         * src/z80/gen.c (aopPut, spillPairReg): fixed bug #800998
7082         * src/z80/gen.c (genFunction, genEndFunction): fixed "bug" #774700
7083         * as/z80/asmain.c (main): fixed bug #801766
7084
7085 2003-09-06  Bernhard Held <bernhard AT bernhardheld.de>
7086
7087         * src/SDCCicode.c (ast2iCode): fixed differences in iCode with different
7088         compilers
7089
7090 2003-09-05  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7091
7092         * src/SDCCast.c (isConformingBody): fixed loop reversal bug
7093         reported in bug #800609
7094
7095 2003-09-04  Vangelis Rokas <vrokas AT otenet.gr>
7096
7097         * Top header beautifications in src/pic16 directory:
7098           device.c, device.h, gen.c, gen.h, genarith.c, glue.c, pcode.c,
7099           pcodeflow.c, pcodeflow.h, pcode.h, pcodepeep.c, pcoderegs.c,
7100           pcoderegs.h, ralloc.c, ralloc.h
7101         * main.c: added top header and GPL license notice
7102         * pcode.c: fixed the if-conditional warning
7103
7104 2003-09-04  Bernhard Held <bernhard AT bernhardheld.de>
7105
7106         * device/lib/_mullong.c: replaced int by short for gcc
7107
7108 2003-08-31  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7109
7110         * src/SDCCpeeph.c (notVolatile, notVolatileVariable): handle IFX
7111         and JUMPTABLE iCodes properly now (worked by accident before)
7112         * src/mcs51/gen.c (leftRightUseAcc),
7113         * src/ds390/gen.c (leftRightUseAcc): handle IFX and JUMPTABLE
7114         iCode properly now. Use getSize instead of nRegs since a & b
7115         aren't part of the nRegs tally.
7116
7117 2003-08-31  Vangelis Rokas <vrokas AT otenet.gr>
7118
7119         * src/pic16/main.c: corrected offsets of interrupt vectors in _pic16_genIVT()
7120         * src/pic16/pcode.c: fix to disable inserting BANKSEL directive
7121           before instructions that use the _STATUS register
7122
7123 2003-08-31  Bernhard Held <bernhard AT bernhardheld.de>
7124
7125         * src/mcs51/gen.c (freeAsmop): fixed off by one in stack offset (AOP_STK)
7126         * src/mcs51/gen.c (genNearPointerSet): added missing opcode for
7127         fetching of the pointer
7128         * src/mcs51/gen.c (genNearPointerGet): added reuse of PREG,
7129         copied from genNearPointerSet()
7130         * src/mcs51/gen.c (genNearPointerGet): don't pop r0/r1, if RESULTONSTACK
7131         * src/mcs51/gen.c: changed order of freeAsmop(left/right/result)-calls.
7132         If they pop r0/r1 they must be called in the opposite order than aopOp().
7133         * device/lib/_mullong.c: fixed for "--model-large --int-long-reent"
7134         (resp. --stack-auto), prepared for --xstack
7135
7136 2003-08-28  Frieder Ferlemann <Frieder.Ferlemann AT web.de>
7137
7138         * doc/sdccman.lyx: reverted tables to those in cvs 1.64
7139
7140 2003-08-28  Bernhard Held <bernhard AT bernhardheld.de>
7141
7142         * device/lib/_startup.c: quick & dirty fix for ds390/ds400;
7143         these ports have their own __sdcc_external_start()
7144
7145 2003-08-26  Bernhard Held <bernhard AT bernhardheld.de>
7146
7147         pic patch provided by Slade Rich <slade_rich AT yahoo.com>
7148         * src/pic/glue.c (pic14printPublics): fixed bug introduced when symbol
7149         type for bits was changed. It resulted in bit variables becoming
7150         global, which is not permitted in PIC 14 assembly output.
7151
7152 2003-08-23  Frieder Ferlemann <Frieder.Ferlemann AT web.de>
7153
7154         * doc/sdccman.lyx: various additions and updates. Rearranged sections
7155
7156 2003-08-22  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
7157
7158         Z80 and MCS51 linkers complaint if a public symbol is defined
7159         in more than one library module:
7160
7161         * as/mcs51/lklib.c
7162         * link/z80/lklib.c
7163         * as/mcs51/Makefile.in
7164
7165 2003-08-22  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7166
7167         A few small changes that speed up the peephole optimizer.
7168
7169         * src/SDCCpeeph.c
7170
7171 2003-08-22  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7172
7173         Try to make the peephole optimizer smarter by maintaining
7174         an association between the assembly source code and the
7175         iCodes that originated them. Put this information to use
7176         with a new peephole rule condition "notVolatile" so that
7177         the rules can be aggressive yet still safe.
7178
7179         * src/SDCCpeeph.c
7180         * src/SDCCpeeph.h
7181         * src/mcs51/gen.c
7182         * src/mcs51/peeph.def
7183
7184 2003-08-20  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7185
7186         Fixed bug #741761
7187
7188         * src/mcs51/gen.c (aopForSym, leftRightUseAcc),
7189         * src/ds390/gen.c (aopForSym, leftRightUseAcc): preserve A and B
7190         if the left or right operand symbols have the accuse flag set.
7191
7192 2003-08-20  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7193
7194         Changed the type of the result of the ! (NOT) operator to char;
7195         previously it returned the same type as the source. This allows
7196         us to eliminate all the genFloatNot functions (all of its target
7197         implementations were very buggy) since !float can use the same
7198         code as !long now.
7199
7200         * src/SDCCicode.c (ast2iCode): ! returns char
7201         * src/mcs51/gen.c (genNot, genNotFloat),
7202         * src/ds390/gen.c (genNot, genNotFloat),
7203         * src/z80/gen.c (genNot, genNotFloat),
7204         * src/pic/gen.c (genNot, genNotFloat),
7205         * src/pic16/gen.c (genNot, genNotFloat): eliminated genNotFloat
7206
7207 2003-08-19  Bernhard Held <bernhard AT bernhardheld.de>
7208
7209         pic patch provided by Slade Rich <slade_rich AT yahoo.com>
7210         1. Interrupt would not compile properly. Ensure PCLATH register is saved
7211            during interrupts. Ensure WSAVE is located at a shared bank address.
7212         2. Fixed page selection in some places
7213         3. Fixed BTFSS/C to where necessary use registers directly and not simply
7214            the registers name strings.
7215         4. Fixed "signed / unsigned compare" compiler warnings.
7216         5. The PIC port manages its own allocation of the general purpose
7217            registers, but makes no attempt to reuse them. As a result when
7218            compiling it soon runs out of general purpose registers. Some
7219            additional code was added to the files pcode.c and device.c to walk
7220            through the function call tree and rename the registers so that they
7221            get reused.
7222
7223         * src/pic/device.c
7224         * src/pic/gen.c
7225         * src/pic/glue.c
7226         * src/pic/pcode.c
7227         * src/pic/pcode.h
7228         * src/pic/ralloc.c
7229         * src/pic/ralloc.h
7230         * src/pic/genarith.c: Fixed problems with PIC 14 port in functions
7231         genPlus() & genMinus() when the result is the same as left or right
7232
7233 2003-08-18  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7234
7235         * src/z80/gen.c (isUnsplitable, fetchPairLong): fixed bug #770454
7236
7237 2003-08-18  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7238
7239         Made bitfield a distinct type from bit so that bitfields
7240         convert as per ANSI C and bits retain their traditional
7241         boolean style behaviour. Implemented bitfield support in
7242         the z80 port.
7243
7244         * src/SDCCsymt.h,
7245         * src/SDCCsymt.c,
7246         * src/SDCCast.c,
7247         * src/cdbFile.c,
7248         * src/mcs51/gen.c,
7249         * src/ds390/gen.c: bit v bitfield split
7250         * src/z80/gen.c: New support for bitfields
7251         * support/regression/tests/bitfields.c: reenabled z80,
7252         added more tests
7253
7254 2003-08-17  Frieder Ferlemann <Frieder.Ferlemann AT web.de>
7255
7256         Rules 246.x, 247.x relate to bitfields, the others speed up
7257         access to xdata mapped I/O devices.
7258
7259         * src/mcs51/peeph.def: added 26 peepholes 246.x - 248.x, 180.x
7260
7261 2003-08-16  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7262
7263         Cleaned up genPackBits and genUnpackBits and added two helper
7264         functions, emitPtrByteGet & emitPtrByteSet. Added optimizations
7265         for literal assignments in genPackBits (thanks to Frieder for
7266         reminding me).
7267
7268         * src/mcs51/gen.c
7269         * src/ds390/gen.c
7270
7271 2003-08-16  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7272
7273         Fixed bug #748310 (pointer to function type mishandled when the
7274         function name is omitted). Also fixed a SIGSEGV when a function
7275         attribute (reentrant, etc) is used on a non-function or on a
7276         function but misplaced before the parameter list.
7277
7278         * src/SDCC.y (abstract_declarator, abstract_declaractor2): fixed
7279         bug #748310
7280         * src/SDCC.y (declarator2_function_attributes): avoided SIGSEGV
7281         * support/Util/SDCCerr.h,
7282         * support/Util/SDCCerr.c: Added func attr misuse error msg
7283
7284 2003-08-13  Bernhard Held <bernhard AT bernhardheld.de>
7285
7286         Fixed bug #787649 by anonymous
7287         * src/SDCCglue.c (emitRegularMap): added emission of sloc for func ptr
7288         * src/ds390/gen.c (aopForSym): fixed func ptr in sloc
7289
7290 2003-08-14  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7291
7292         Fixed numerous bitfield problems.
7293
7294         * src/SDCC.y: More bitfield related error checking
7295         * src/SDCCsymt.h,
7296         * src/SDCCsymt.c (compStructSize): fixed bitfield offset calc
7297         * support/Util/SDCCerr.h,
7298         * support/Util/SDCCerr.c: Added & edited some bitfield err msgs
7299         * src/mcs51/gen.c (genPackBits, genUnpackBits): fixed mask bugs
7300         * src/ds390/gen.c (genPackBits, genUnpackBits): fixed mask bugs
7301         * support/regression/tests/bitfields.c: tests added
7302
7303 2003-08-13  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7304
7305         Made the constant following the "interrupt" keyword optional. If
7306         omitted, the function will not automatically be given an entry
7307         in the interrupt vector table (similar to #pragma NOIV, but
7308         less syntacticly kludgy). The interrupt number is also now
7309         range checked. Also fixed a bug in the high order bit example
7310         in the manual.
7311
7312         * src/SDCC.y
7313         * src/SDCCmem.c
7314         * src/SDCCglue.c
7315         * src/SDCCsymt.h
7316         * support/Util/SDCCerr.c
7317         * support/Util/SDCCerr.h
7318         * doc/sdccman.lyx
7319
7320 2003-08-13  Bernhard Held <bernhard AT bernhardheld.de>
7321
7322         * src/SDCCcse.c (algebraicOpts): fix bug converting op from value to type
7323         * src/SDCCicode.c (operandOperation): rewritten some ops
7324         (*, ==, unary_minus) to fix possible overflows and to accord with ANSI
7325         * src/SDCCsymt.c (computeType): literals are handled the same way as any
7326         other type
7327         * src/SDCCval.c (cheapestVal): removed, it doesn't accord with ANSI (can
7328         be re-activated by defining REDUCE_LITERALS)
7329         * src/SDCCval.c (constVal): fixed; hex and octal constants can be
7330         unsigned, but are signed by default
7331         * src/SDCCval.c (constVal): rearranged
7332         * src/SDCCval.c (valMod): preliminary fix
7333         * src/SDCCval.c (valCastLiteral): use TYPE_* types
7334         * support/regression/literalop.c: added, work in progress
7335
7336 2003-08-12  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7337
7338         Generate warnings for useless declarations like "char data;"
7339         that don't do what new users expect.
7340
7341         * src/SDCC.y
7342         * support/Util/SDCCerr.h
7343         * support/Util/SDCCerr.c
7344
7345 2003-08-09  Bernhard Held <bernhard AT bernhardheld.de>
7346
7347         * src/SDCCval.c (valMult): fix overflow detection of negative int
7348
7349 2003-08-07  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7350
7351         * src/z80/ralloc.c (joinPushes): made compatible with new signedness
7352
7353         Changes to support big endian targets:
7354
7355         * src/ports.h
7356         * src/SDCCglue.c
7357         * src/avr/main.c
7358         * src/ds390/main.c
7359         * src/izt/i186.c
7360         * src/mcs51/main.c
7361         * src/pic/main.c
7362         * src/pic16/main.c
7363         * src/xa51/main.c
7364         * src/z80/main.c
7365
7366 2003-08-06  Bernhard Held <bernhard AT bernhardheld.de>
7367
7368         * src/SDCCval.c (cheapestVal): changed behaviour to the same as constVal()
7369         * device/lib/time.c: fixed warning "integer overflow in expression"
7370
7371 2003-08-05  Bernhard Held <bernhard AT bernhardheld.de>
7372
7373         * src/SDCCval.c (cheapestVal, valueFromLit): use TYPE_* types
7374         * src/SDCCval.c (constVal): changed default to signed; hex and octal
7375         constants are unsigned; added recognition of "u" flag for unsigned
7376         * src/SDCCval.c (valMult): fixed signdness, added warning for overflow
7377         * src/SDCCval.c (valDiv, valMod): fixed signdness
7378         * src/SDCCicode.c (operandOperation): fixed critical typo; fixed
7379         signedness of modulo, left and right shift
7380         * support/Util/SDCCerr.c: added warning "integer overflow in expression"
7381         * support/Util/SDCCerr.h: added warning W_INT_OVL
7382         * src/SDCCast.c (decorateType): fixed gcc3.3 warning
7383         * src/SDCCast.c (ast_print): improved output of constants
7384
7385 2003-08-04  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
7386
7387         Fixed some warnings when building with MSVC:
7388
7389         * as\mcs51\asdata.c
7390         * as\z80\asdata.c
7391         * as\mcs51\asm.h
7392         * as\z80\asm.h
7393         * link\z80\aslink.h
7394         * link\z80\lkdata.c
7395         * link\z80\lkeval.c
7396         * link\z80\lkgb.c
7397         * link\z80\lkihx.c
7398         * link\z80\lks19.c
7399         * link\z80\lksym.c
7400         * support\cpp2\cpplib.c
7401         * src\ds390\gen.c
7402         * src\mcs51\gen.c
7403
7404 2003-08-03  Bernhard Held <bernhard AT bernhardheld.de>
7405
7406         * src/SDCCast.c (constExprTree): fix bug #781827 by Carl Worth <cworth AT isi.edu>
7407
7408 2003-08-01  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
7409
7410         * support\librarian\clean.mk: Do not remove Makefile.
7411         * support\librarian\Makefile: added.
7412
7413 2003-08-01  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
7414
7415         Added librarian to MSVC build:
7416         * all.dsp
7417         * sdcc.dsw
7418         * support\librarian\librarian.dsp
7419
7420         'configure' not needed for librarian, removed:
7421         * support\librarian\configure
7422         * support\librarian\configure.in
7423         * support\librarian\config_in.h
7424         * support\librarian\Makefile.in
7425
7426         Hopefully these ones built the librarian and the rest of sdcc properly:
7427         * Makefile
7428         * Makefile.common.in
7429
7430         Messed up 'configure', so revert to previous version:
7431         * configure
7432         * configure.in
7433
7434 2003-07-31  Bernhard Held <bernhard AT bernhardheld.de>
7435
7436         * src/SDCCicode.c (operandOperation): 3. fix, this time for Alpha; ULONG has 64 bits
7437         there, while the mantissa of a double is "only" 53 bits wide.
7438
7439 2003-07-31  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
7440
7441         Adding sdcclib to the build.  MSVC project coming soon.
7442         Files added/changed:
7443
7444         * support\librarian\clean.mk
7445         * support\librarian\configure
7446         * support\librarian\configure.in
7447         * support\librarian\config_in.h
7448         * support\librarian\Makefile.bcc
7449         * support\librarian\Makefile.in
7450         * support\librarian\sdcclib.c
7451         * Makefile.bcc
7452         * Makefile
7453         * Makefile.common.in
7454         * configure
7455         * configure.in
7456
7457 2003-07-29  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
7458
7459         Linker now complaints if linked modules have conflicting options, for
7460         example, one compiled using --model-large and another one compiled with
7461         --model-small.  The following files were modified:
7462
7463         * as\mcs51\asdata.c
7464         * as\mcs51\aslink.h
7465         * as\mcs51\asm.h
7466         * as\mcs51\asmain.c
7467         * as\mcs51\asout.c
7468         * as\mcs51\i51pst.c
7469         * as\mcs51\lkdata.c
7470         * as\mcs51\lklibr.c
7471         * as\mcs51\lkmain.c
7472         * as\z80\asdata.c
7473         * as\z80\asm.h
7474         * as\z80\asmain.c
7475         * as\z80\asout.c
7476         * as\z80\z80pst.c
7477         * link\z80\aslink.h
7478         * link\z80\lkdata.c
7479         * link\z80\lklibr.c
7480         * link\z80\lkmain.c
7481         * src\SDCCglue.c
7482
7483 2003-07-28  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
7484
7485         *link/z80/aslink.h, link/z80/lklibr.c, as/mcs51/aslink.h,
7486         as/mcs51/lklibr.c: Generate a warning when a library is not found.
7487
7488 2003-07-28  Bernhard Held <bernhard AT bernhardheld.de>
7489
7490         * src/z80/mappings.i: fix _mul[us][int,long] entries
7491
7492 2003-07-26  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
7493
7494         *src/SDCCmain.c: do not search for crt0.o when using --nostdlib
7495
7496 2003-07-24  Bernhard Held <bernhard AT bernhardheld.de>
7497
7498         * src/SDCCicode.c (operandOperation): really fixed problem with bitops
7499         * support/regression/tests/bitopcse.c: added
7500         fixed warning:
7501         * src/avr/gen.c:
7502         * src/pic/gen.c:
7503         * src/pic16/gen.c:
7504         * src/z80/gen.c:
7505         * src/xa51/gen.c:
7506
7507 2003-07-24  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
7508
7509         added support for new library format to z80, gbz80 linkers:
7510         *link/z80/aslink.h
7511         *link/z80/lklex.c
7512         *link/z80/lklib.c
7513         *link/z80/lklist.c
7514
7515 2003-07-24  Bernhard Held <bernhard AT bernhardheld.de>
7516
7517         * src/SDCCicode.c (operandOperation): fixed problem with bitops and 0xffffffff;
7518         after {double d = 0xffffffff; long l = d;} l will be 0x80000000 (LONG_MIN)
7519
7520 2003-07-23  Bernhard Held <bernhard AT bernhardheld.de>
7521
7522         added DUMMY_READ_VOLATILE:
7523         * src/SDCC.y:
7524         * src/avr/gen.c:
7525         * src/xa51/gen.c:
7526         * src/z80/gen.c:
7527         * src/pic/gen.c:
7528         * src/pic16/gen.c:
7529         * src/mcs51/gen.c:
7530         * src/ds390/gen.c:
7531         * src/SDCCcse.c (algebraicOpts): many improvements
7532         * src/SDCCcse.h: removed algebraicOpts()
7533         * src/SDCCicode.c (picDummyRead): added
7534
7535 2003-07-23  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
7536
7537         * as/mcs51/lkmem.c: Changed message "Insufficient DRAM memory" to
7538         "Insufficient space in data memory".
7539
7540 2003-07-20  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7541
7542         * src/mcs51/gen.c: fixed bug #771358
7543         * src/z80/gen.c: fixed bug #759087
7544
7545 2003-07-20  Bernhard Held <bernhard AT bernhardheld.de>
7546
7547         * src/pic16/glue.c: minor cleanup by Vangelis
7548
7549 2003-07-19  Frieder Ferlemann <Frieder.Ferlemann AT web.de>
7550
7551         * device/include/regc515c.h: fixed #758477
7552         * device/lib/_gptrget.c: saving some cycles in generic pointer get
7553         * device/lib/_gptrput.c: saved a few bytes
7554         * my tab spacing is 8, yours too?)
7555         * device/lib/_ser.c: process RX bytes earlier than TX bytes
7556         * device/lib/serial.c: process RX bytes earlier than TX bytes
7557         * src/mcs51/gen.c(genGenPointerGet/Set): removed writing of type after postincrement
7558
7559 2003-07-18  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7560
7561         * src/z80/gen.c: fixed some right shift bugs (#772726 among them)
7562
7563 2003-07-17  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
7564
7565     * link/z80/lklibr.c: fixed bug when there is a '.' in a library path.
7566
7567 2003-07-17  Bernhard Held <bernhard AT bernhardheld.de>
7568
7569         * device/lib/Makefile.in: bad fix, reverted to 1.43
7570
7571 2003-07-16  Bernhard Held <bernhard AT bernhardheld.de>
7572
7573         * device/lib/Makefile.in: added missing z80 object files
7574
7575 2003-07-14  Bernhard Held <bernhard AT bernhardheld.de>
7576
7577         * src/SDCCcse.c (algebraicOpts): CSE fun with &|^ and 0x00/0xff literals
7578         pic16 progress by Vangelis:
7579         * src/SDCCglobl.h:
7580         * src/SDCCmain.c:
7581         * src/pic/Makefile:
7582         * src/pic:
7583         * pic/Makefile:
7584         * pic16/device.c:
7585         * pic16/device.h:
7586         * pic16/gen.c:
7587         * pic16/gen.h:
7588         * pic16/genarith.c:
7589         * pic16/glue.c:
7590         * pic16/main.c:
7591         * pic16/pcode.c:
7592         * pic16/pcode.h:
7593         * pic16/pcodepeep.c:
7594         * pic16/peeph.def:
7595
7596 2003-07-13  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
7597
7598     * src/SDCCmain.c, src/SDCCglobl.h: added option --no-std-crt0
7599
7600 2003-07-12  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
7601
7602     * sdcc.dsw, all.dsp, link/z80/linkgbz80.dsp, as/z80/as-gbz80.dsp:
7603     added gbz80 build to MSVC project.
7604     * src/SDCCmain.c, src/SDCCglue.c, src/z80/main.c, src/z80/z80.dsp,
7605     link/z80/aslink.h, linkz80.dsp: cleaned up z80 and gbz80 asm files
7606     from 8051 stuff and setup so it links using a .lnk file.
7607
7608 2003-07-06  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
7609
7610     * support/librarian/sdcclib.c: sdcc librarian.
7611     * as/mcs51/aslink.h, as/mcs51/lklib.c: Support for libraries created
7612     with sdcclib.
7613
7614 2003-07-03  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
7615
7616     * as/mcs51/lkmain.c: properly handle extensions in function afile.
7617
7618 2003-07-02  Borut Razem <borut.razem AT siol.net>
7619
7620         * src/port.h, src/SDCCmain.c, src/pic/glue.h, src/pic/main.c,
7621         src/pic16/glue.h, sdcc/src/pic16/main.c, src/izt/i186.c,
7622         src/izt/tlcs900h.c, src/avr/main.c, src/ds390/main.c, src/mcs51/main.c,
7623         src/xa51/main.c, src/z80/main.c:
7624         virtualization of glue() function: each port has it's own glue function,
7625         which is accessed by do_glue function pointer in PORT.general structure
7626
7627 2003-07-01 Kevin Vigor <kevin AT vigor.nu>
7628
7629         * DS800C400 fun, improved ROM interface and tinibios.
7630
7631 2003-06-27 Kevin Vigor <kevin AT vigor.nu>
7632
7633         * More support for DS80C400. Now includes beginning of interface to ROM.
7634
7635 2003-06-25  Bernhard Held <bernhard AT bernhardheld.de>
7636
7637         * src/mcs51/gen.c (gencjneshort): fixed bug #760345
7638
7639 2003-06-20  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
7640
7641         * as/mcs51/lkaomf51.c: Make sure the size of the last procedure is correct.
7642
7643 2003-06-19  Borut Razem <borut.razem AT siol.net>
7644
7645         * src/z80/main.c: fixed Z80 port again: missing -k library paths in linker command line
7646
7647 2003-06-19  Borut Razem <borut.razem AT siol.net>
7648
7649         * src/SDCCutil.h, src/SDCCutil.c, src/SDCCglobl.h, src/SDCCmain.c, src/z80/main.c:
7650         fixed Z80 port - crt0.o: cannot open.
7651
7652 2003-06-19  Bernhard Held <bernhard AT bernhardheld.de>
7653
7654         * support/Util/MySystem.c (merge_command): revert bad fix
7655
7656 2003-06-18  Borut Razem <borut.razem AT siol.net>
7657
7658         * src/SDCC.lex, src/SDCCmain.c: fixed some warnings, introduced with changes made 15.06.1003
7659
7660 2003-06-18  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
7661
7662         * src/SDCCglobl.h, src/SDCCmain.c, doc/sdccman.lyx:
7663         option --use-stdout sends errors to stdout instead of stderr.
7664
7665 2003-06-18  Bernhard Held <bernhard AT bernhardheld.de>
7666
7667         * support/Util/MySystem.c (merge_command): quick fix for Linux segfault with \"cmd\" arg
7668
7669 2003-06-15  Borut Razem <borut.razem AT siol.net>
7670
7671         * support/cpp2/sdcc.h: HAVE_DOS_BASED_FILE_SYSTEM defined for _WIN32
7672         * src/SDCC.lex: cloneXxx and copyAndFreeXxx functions for options and optimize stack handling
7673         * src/SDCCglobl.h, src/SDCCmain.c, src/ds390/main.c, src/mcs51/main.c, src/z80/main.c:
7674         fixed width array of pointers replaced with sets;
7675         multiple include and lib paths ared transferred to preprocessor and linker
7676         * src/SDCCset.c, src/SDCCset.h: added function setFromSetNonRev() and mergeSets()
7677         * src/SDCCsymt.c: reimplemented function inCalleeSaveList() by using sets instead
7678         fixed width array of pointers
7679         * src/SDCCutil.c, src/SDCCutil.h: added functions fputStrSet(), appendStrSet(), joinStrSet();
7680         removed functions addToList(), join(), joinn(), pathCharsEquivalent(), pathCharTransform(),
7681         fixupPath(), getPathDifference()
7682         * src/ds390/gen.c, src/mcs51/gen.c: reimplemented function  inExcludeList() by using sets instead
7683         fixed width array of pointers
7684
7685 2003-06-11  Bernhard Held <bernhard AT bernhardheld.de>
7686
7687         * src/pic16/ralloc.c: fix warnings
7688         * src/pic16/pcode.c: fix warning
7689
7690 2003-06-10  Scott Dattalo  <scott AT dattalo.com>
7691
7692          Scott D. for Vangelis Rokas (vrokas AT otenet.gr). I (scott) don't
7693         know all the details, but essentially this set of changes enable
7694         the pic16 port to generate movff instructions and generate assembler
7695         directives,
7696         * src/SDCCmain.c:
7697         * src/pic16/gen.c:
7698         * src/pic16/glue.c:
7699         * src/pic16/pcode.c:
7700         * src/pic16/device.c:
7701         * src/pic16/main.c:
7702         * src/pic16/pcode.h:
7703         * src/pic16/pcoderegs.c:
7704         * src/pic16/ralloc.c:
7705         * src/pic16/ralloc.h:
7706
7707 2003-06-08  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
7708
7709         * support/Util/SDCCerr.c, src/SDCCglobl.h, src/SDCCmain.c, doc/sdccman.lyx:
7710         added option --vc, so sdcc errors and warnings are compatible with
7711         Microsoft Visual Studio.
7712
7713 2003-06-07  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
7714
7715         * device/lib/_atof.c, device/lib/Makefile.in, device/include/stdlib.h,
7716           device/lib/libfloat.lib: added atof function.
7717
7718 2003-06-04  Bernhard Held <bernhard AT bernhardheld.de>
7719
7720         * doc/sdccman.lyx: updated to Lyx 1.3
7721         * doc/cdbfileformat.lyx: updated to Lyx 1.3
7722         * doc/test_suite_spec.lyx: updated to Lyx 1.3
7723         * doc/Makefile: added fix for the \tabularnewline problem, thanks to Jesus
7724
7725 2003-06-03  Bernhard Held <bernhard AT bernhardheld.de>
7726
7727         * src/SDCCpeeph.c: separate peepRules2pCode() for pic16 by "Vangelis Rokas" <vrokas AT otenet.gr>
7728
7729 2003-06-02  Frieder Ferlemann <Frieder.Ferlemann AT web.de>
7730
7731         * doc/sdccman.lyx: cvs revision keywords, passing pdf information in latex preamble,
7732           additions to the "related tools/documentation" section
7733
7734 2003-06-02  Bernhard Held <bernhard AT bernhardheld.de>
7735
7736         * src/SDCCglue.c (tempfileandname): added check for missing TMP/TEMP/TMPDIR variable
7737
7738 2003-05-29  Bernhard Held <bernhard AT bernhardheld.de>
7739
7740         * src/pic/device.c: added 16F819, patch by "David I. Lehn" <dlehn AT vt.edu>
7741         * src/SDCCcse.c (algebraicOpts): fixed "c * 1"
7742
7743 2003-05-28  Bernhard Held <bernhard AT bernhardheld.de>
7744
7745         * doc/sdccman.lyx: fix double dash and other minor things
7746         * doc/Makefile: fix double dash
7747
7748 2003-05-28  Karl Bongers(patches from Martin Helmling)
7749         * debugger/mcs51/sdcdb.c,cmd.c,break.c and .h files. Martin adds
7750           condition and ignore commands.
7751
7752 2003-05-28  Frieder Ferlemann <Frieder.Ferlemann AT web.de>
7753
7754         * doc/sdccman.lyx: Changes all over, index improved, smaller margins. The manual
7755           is in parts still quite out of date, I did changes as far as I felt makes sense
7756           for a non-native english speaker.
7757           Please feel free to add to the manual or to correct my changes.
7758         * doc/Makefile: undid touching the date of intermediate tex files.
7759
7760 2003-05-26  Frieder Ferlemann <Frieder.Ferlemann AT web.de>
7761
7762         * doc/sdccman.lyx: Manual has an index now
7763
7764 2003-05-25  Bernhard Held <bernhard AT bernhardheld.de>
7765
7766         Finalize muluint/mulsint and mululong/mulslong merging:
7767         * device/lib/_mulint.c
7768         * device/lib/_mullong.c
7769         * device/lib/gbz80/mul.s
7770         * device/lib/gbz80/stubs.s
7771         * device/lib/z80/mul.s
7772         * device/lib/z80/stubs.s
7773         * src/SDCCsymt.c (initCSupport)
7774
7775 2003-05-25  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
7776
7777         * as/mcs51/lkaomf51.c: Address space 'z' was missing.
7778         * src/avr/avr.dsp, src/ds390/ds390.dsp, src/mcs51/mcs51.dsp,
7779           src/pic/pic.dsp, src/pic16/pic16.dsp, src/xa51/xa51.dsp,
7780           src/x80/z80.dsp: peep.rul is bigger now, so /Zm1000 is used
7781           instead of /Zm500.
7782
7783 2003-05-25  Frieder Ferlemann <Frieder.Ferlemann AT web.de>
7784
7785         * src/mcs51/peeph.def: added rules 244.x, 245.x. Although they pass
7786           the regression tests I'm not brave enough to enable 245.b, 245.c
7787         * doc/sdccman.lyx: added latex preamble for hyperref package.
7788           Using pdflatex this will give you a hyperlinked pdf file with
7789           bookmarks. (prepend '%' before /usepackage if this breaks something)
7790
7791 2003-05-24  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
7792
7793          * doc/sdccman.lyx: updated information about .adb files (fixed bug 742649)
7794
7795 2003-05-22  Bernhard Held <bernhard AT bernhardheld.de>
7796
7797         * src/pic16/pcode.c (pic16_get_op_from_instruction): fixed a gcc 3.x warning
7798
7799 2003-05-21    <johan AT balder>
7800
7801         * src/SDCCglue.c (printIval): fixed bug #739934
7802
7803 2003-05-19  Bernhard Held <bernhard AT bernhardheld.de>
7804
7805         Applied patch from bug 737905 (renamed yylineo to mylineno):
7806         * src/altlex.c
7807         * src/SDCCast.c
7808         * src/SDCglobl.h
7809         * src/SDCC.lex
7810         * src/SDCCsymt.c
7811         * src/SDCCval.c
7812         * src/pic16/pcode.c: Cleaned warnings
7813         * src/pic16/pcodeflow.c: Cleaned warnings
7814         * src/pic16/pcoderegs.c: Cleaned warnings
7815
7816 2003-05-19  Scott Dattalo  <scott AT dattalo.com>
7817
7818         * src/pic16/pcode.c: Cleaned warnings
7819         * src/pic16/pcodepeep.c: Cleaned warnings
7820         * src/pic16/ralloc.c: Cleaned warnings
7821
7822 2003-05-19  Bernhard Held <bernhard AT bernhardheld.de>
7823
7824         * doc/sdccman.lyx: fixed bug 739745
7825         * src/pic16/pcode.c (pic16_get_op): fixed warning on alpha
7826
7827 2003-05-18  Bernhard Held <bernhard AT bernhardheld.de>
7828
7829         * src/port.h: removed DEFAULT_PORT, it's not yet pic16 ;-)
7830         it can be defined with CFLAGS when running configure
7831         * src/SDCCmain.c: fixed compiling + linking with object files
7832
7833 2003-05-18  Vangelis Rokas (vrokas AT otenet.gr)
7834
7835         * configure.in: configure for pic16 port,
7836             added --disable-pic16-port
7837         * sdccconf_in.h: added macro OPT_DISABLE_PIC16
7838         * src/SDCCmain.c: linkOptions is changed to set *,
7839             added if/endif conditional macros to remove options help
7840             messages from optionsTable when a port is not configured, added
7841             support for the PIc16 port in the ports table, when executing
7842             the compiler with no port specified on command line, a default
7843             port is selected with the new macro DEFAULT_PORT which is
7844             defined in port.h, in setDefaultOptions() linkOptions is removed
7845             from initialization assignment, since now it is a set,
7846             parseCmdLine uses setParseWithComma for linkOptions, in
7847             linkEdit() linkOptions are accessed with new function indexSet()
7848             which returns the i'th item of a set variable. See SDCCset.c, in
7849             linkEdit() when calling buildCmdLine(), added linkOptions as
7850             last argument. Now users can pass arguments to gplink via the
7851             -Wl option, main() uses pic16glue() to glue up pic16 programs
7852         * src/SDCCpeeph.c: various changes to support pic16
7853         * src/SDCCset.c: added function  void *indexSet(set *, int)  to
7854             return the i'th item of the set
7855         * src/SDCCset.h: added function prototype for indexSet()
7856         * src/SDCCsymt.c: in checkSClass(), added support for PIC16
7857         * src/clean.mk: added pic16 in CLEANALLPORTS variable
7858         * src/port.h: added TARGET_ID_PIC16,TARGET_IS_PIC16 macro,
7859             added macro DEFAULT_PORT
7860         * src/pic/main.c: corrected arguments of gplnk in _linkCmd
7861         * src/pic16/gen.c: bug fix in genCpl(), now the correct code is
7862             generated
7863         * src/pic16/glue.c: commented out some error producing lines
7864         * src/pic16/main.c: __config directives are commented out to stop
7865             gpasm complaining and test the linkage with gplink, _linkCmd and
7866             _asmCmd changed to be more gplink and gpasm friendly
7867         * src/pic16/peeph.def: peep rule 3 is commented out, since it
7868             produced an error when parsed, peep rule 12 is added to utilize
7869             movff, but it is commented out since the pCode does not support
7870             yet a command with 2 address arguments
7871
7872 2003-05-18    <johan AT balder>
7873
7874         * src/ds390/gen.c (genArrayInit): removed obsolete and buggy ARRAYINIT
7875         * src/ds390/main.c (genArrayInit): removed obsolete and buggy ARRAYINIT
7876 2003-05-17  Karl Bongers(apply patches from Martin Helmling)
7877
7878         * debugger/mcs51/sdcdb.c,cmd.c,break.c and .h files.
7879   Added feature to script commands from file.
7880
7881 2003-05-14  Bernhard Held <bernhard AT bernhardheld.de>
7882
7883         * device/lib/_strtok.c: fixed bug #734355 by Lenny Story and Tim Woodall
7884         * src/SDCCutil.c: include ctype.h for win32
7885
7886 2003-05-13  Bernhard Held <bernhard AT bernhardheld.de>
7887
7888         * src/pic16/*: removed CR from many files, reported by Vangelis Rokas
7889
7890 2003-05-12  Karl Bongers(apply development patches from Martin Helmling)
7891
7892         * debugger/mcs51/sdcdb.c,simi.c,cmd.c,break.c and .h files.
7893   Fixed so you can set breakpoints prior to run, run does not stop
7894   on entry now.  Add tbreak.  Other enhancements and fixes for use
7895   with ddd.
7896
7897 2003-05-12  Borut Razem <borut.razem AT siol.net>
7898
7899         * src/SDCCmain.c: fixed the problem with searching the DATADIR as the last resort on *nix
7900
7901 2003-05-11  Borut Razem <borut.razem AT siol.net>
7902
7903         * src/SDCCutil.c: WIN32 version of getBinPath() calls GetModuleFileName() to determine
7904         the path of bin directory, so that PATH is the only env. variable, which has to be set
7905         in case of standard installation.
7906         * src/ds390/ds390.dsp: increased value of /Zm option to 1000
7907         * src/pic/main.c: add quotes to file name parameters for gplink and gpasm
7908         * src/SDCCglobl.h, src/SDCCmain.c, doc/sdccman.lyx: added --print-search-dirs command line option
7909
7910 2003-05-04  Bernhard Held <bernhard AT bernhardheld.de>
7911
7912         * src/SDCCmain.c (linkEdit): fixed buffer overflow for gbz80
7913         * support/regression/Makefile: inter-port-clean is no longer nesessary, the
7914         temp files are in the port dir; clean the gen/test directory when
7915         generating new test.c
7916         * support/regression/ports/host/spec.mk: defined OBJEXT for target clean
7917         * support/regression/tests/vaargs.c: fixed gcc 3.3 warning
7918         * support/regression/tests/zeropad.c: added
7919
7920 2003-05-09    <johan AT balder>
7921
7922         * src/SDCCglue.c: fixed bug #597940
7923
7924 2003-05-05  Karl Bongers(apply patches from Martin Helmling)
7925
7926         * debugger/mcs51/sdcdb.c,simi.c,cmd.c,symtab.c and .h files.
7927   cache sfr, optimize next,step, fix off by one sourceline,
7928   support ddd list function.
7929         * sim/ucsim/cmd.src/newcmd.cc - small fix for sdcdb use.
7930
7931 2003-05-04  Bernhard Held <bernhard AT bernhardheld.de>
7932
7933         * support/regression/HTMLgen.py: added compare_s2f()
7934         * support/regression/Makefile: redo 1.27
7935         * support/regression/generate-cases.py: redo 1.5
7936
7937 2003-04-30  Bernhard Held <bernhard AT bernhardheld.de>
7938
7939         * support/regression/tests/float.c: workaround 33 bit hex constant
7940         * support/regression/tests/simplefloat.c: fix division for host
7941
7942 2003-04-29  Scott Dattalo  <scott AT dattalo.com>
7943
7944         * src/pic/pcoderegs.c Applied patch from Jim Hawkridge <jim AT jimhawkridge.uk.eu.org>
7945         that tame's the PIC's over-aggressive optimizer.
7946
7947 2003-04-29  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
7948
7949          * src.dsw, link/z80/aslink.h, link/z80/linkz80.dsp: z80 linker
7950          support for MSVC.
7951
7952 2003-04-29  Kevin Vigor <kevin AT vigor.nu>
7953
7954         Initial support for DS80C400. "Hello world" runs on TINIm400
7955         (with polled I/O).
7956
7957 2003-04-28  Karl Bongers(apply patches for Martin Helmling)
7958
7959          * debugger/mcs51/sdcdb.c,simi.c,cmd.c,symtab.c and .h files.
7960          * Some notes on ddd usage added in debugger/README
7961          Martin Helmling adding more features and fixes for ddd GUI debugger.
7962          Code added for nexti, stepi, up, down, and other adjustments.
7963
7964 2003-04-28  Scott Dattalo  <scott AT DATTALO.COM>
7965
7966         * src/pic/pCodepeep.c non-wildcard asmops are now handled
7967         * src/pic/peeph.def Added two rules to optimize carry manipulation
7968         * src/pic/* removed debug printfs
7969
7970 2003-04-28  Bernhard Held <bernhard AT bernhardheld.de>
7971
7972         * debugger/mcs51/cmd.c: added header newalloc.h
7973
7974 2003-04-26  Bernhard Held <bernhard AT bernhardheld.de>
7975
7976         * as/Makefile: new EXEEXT
7977         * as/z80/Makefile: remove trailing slash of BUILDIR
7978         * as/z80/clean.mk: new EXEEXT
7979         * Makefile.common.in: add to CFLAGS (and others), don't replace it
7980         * support/cpp2/Makefile.in: new EXEEXT
7981         * src/pic/glue.c (pic14emitRegularMap): fixed warning
7982
7983 2003-04-24  Bernhard Held <bernhard AT bernhardheld.de>
7984
7985         Cygwin's gcc always appends .exe: 'gcc -o a a.c' creates a.exe;
7986         EXEEXT was introduced to fix all related problems with targets
7987         "clean", "install" and "uninstall"; a couple of further flaws
7988         especially with "clean" have been fixed too
7989         * as/mcs51/Makefile.in
7990         * as/mcs51/clean.mk
7991         * as/z80/Makefile
7992         * Makefile
7993         * clean.mk
7994         * debugger/mcs51/Makefile.in
7995         * debugger/mcs51/clean.mk
7996         * link/z80/Makefile
7997         * link/z80/Makefile.in
7998         * link/z80/clean.mk
7999         * link/Makefile
8000         * packihx/Makefile.in
8001         * packihx/clean.mk
8002         * sim/ucsim/Makefile
8003         * sim/ucsim/clean.mk
8004         * sim/ucsim/avr.src/Makefile.in
8005         * sim/ucsim/avr.src/clean.mk
8006         * sim/ucsim/s51.src/Makefile.in
8007         * sim/ucsim/s51.src/clean.mk
8008         * sim/ucsim/xa.src/Makefile.in
8009         * sim/ucsim/xa.src/clean.mk
8010         * sim/ucsim/z80.src/Makefile.in
8011         * sim/ucsim/z80.src/clean.mk
8012         * sim/ucsim/main_in.mk
8013         * sim/ucsim/packages_in.mk
8014         * sim/ucsim/gui.src/Makefile.in
8015         * sim/ucsim/gui.src/serio.src/Makefile.in
8016         * sim/ucsim/gui.src/serio.src/clean.mk
8017         * src/Makefile.in
8018         * src/clean.mk
8019         * support/cpp2/Makefile.in
8020         * support/cpp2/clean.mk
8021         * support/makebin/Makefile
8022         * support/makebin/clean.mk
8023         * support/scripts/sdcc_mingw32: --program-suffix no longer needed
8024         * doc/sdccman.lyx: --program-suffix no longer needed
8025
8026 2003-04-23  Karl Bongers(apply patches for Martin Helmling)
8027
8028          * debugger/mcs51/sdcdb.c,simi.c,cmd.c,..
8029          Martin Helmling added support for ddd GUI debugger.
8030          Code added to display assembly, set variables, and other commands
8031          to interface to ddd.
8032
8033 2003-04-23  Bernhard Held <bernhard AT bernhardheld.de>
8034
8035         * as/Makefile: fix target clean
8036         * as/clean.mk: fix target clean
8037         * as/z80/clean.mk: fix target clean
8038
8039 2003-04-22  Bernhard Held <bernhard AT bernhardheld.de>
8040
8041         * Makefile.common.in: added  AT EXEEXT AT
8042         * configure.in: removed all mingw32 stuff
8043         * configure: rebuilt from configure.in
8044         * doc/sdccman.lyx: updated section "installation"
8045         * support/scripts/sdcc_mingw32: adapted to configure
8046         * support/scripts/sdcc_cygwin_mingw32: added
8047
8048 2003-04-22  Scott Dattalo  <scott AT dattalo.com>
8049
8050         * src/pic Added object file support for the PIC port
8051         * src/pic Applied patch from Craig Franklin (this started the object file support)
8052         * src/regression Updated the PIC regression tests for object files
8053
8054 2003-04-20  Borut Razem <borut.razem AT siol.net>
8055
8056         * sdcc/as/mcs51/lklex.c: make getfid() more robust and fixed gcc warning:
8057           lklex.c: In function `getfid':
8058           lklex.c:203: warning: array subscript has type `char'
8059         * src/SDCCglobl.h: small change in stack handling macros, to avoid crash when compiled
8060           with MSVC with global optimization enabled (probably an cl compiler bug ;-)
8061         * support/Util/SDCCerr.c, support/Util/SDCCerr.h: added function fatal(), called from
8062           stack handling macros
8063
8064 2003-04-19  Borut Razem <borut.razem AT siol.net>
8065
8066         * "handling space characters in file path" task:
8067         * src/SDCCmacro.c: fixed bug in handlig quote at the end of line
8068         * support/Util/BuildCmd.c: define par as NULL if parameter value is invalid
8069         * support/Util/MySystem.h: make it self-sufficient
8070         * src/avr/main.c, src/ds390/main.c, src/mcs51/main.c, src/pic/main.c, src/xa51/main.c,
8071           src/z80/main.c, sdcc/as/mcs51/lklex.c:
8072           handling space characters in file path
8073         * src/SDCCmain.c: introduced setDataPaths() function, {datadir} macro
8074           (it will be used by assemblers, which have their own includes, e.g. gpasm)
8075         * support/Util/MySystem.c: handling space characters in executable's path
8076
8077 2003-04-19  Bernhard Held <bernhard AT bernhardheld.de>
8078
8079         * as/z80/Makefile: fix permanent rebuild of z80
8080         * sim/ucsim/gui.src/Makefile.in: target "install" builds the same packages as target "all"
8081         * support/regression/tests/bitfields.c: added Johan's bitfields.c
8082
8083 2003-04-18      Kevin Vigor <kevin AT vigor.nu>
8084
8085         * src/SDCCopt.c: add special case optimization to replace modulo by
8086           a power of two with a bitwise AND.
8087
8088 2003-04-18    <johan AT balder>
8089
8090         * src/mcs51/gen.c (getFreePtr): fixed bug #635354
8091
8092 2003-04-17    <johan AT balder>
8093
8094         * src/mcs51/ralloc.c (packRegsForAssign): fixed bug #716790 and removes lot's of redundant register usage around function calls
8095         * src/mcs51/ralloc.c (packRegisters): fixed bug #720667
8096
8097 2003-04-13  Borut Razem <borut.razem AT siol.net>
8098
8099         * doc/sdccman.lyx: updated info about #pragma SAVE/RESTORE nesting
8100         * configure.in, configure: fixed problems on cygwin/WinCVS environmet with ports.* line endings;
8101           fixed mingw problem in adl_NORMALIZE_PATH
8102
8103 2003-04-12  Borut Razem <borut.razem AT siol.net>
8104
8105         * fixed "#pragma SAVE/RESTORE can not be nested":
8106         * src/SDCC.lex: reworked pragma handling functions
8107         * sdcc/src/SDCCglobl.h: reworked stack handling macros
8108         * support/Util/SDCCerr.c, support/Util/SDCCerr.h: added E_STACK_VIOLATION error
8109
8110 2003-04-12  Bernhard Held <bernhard AT bernhardheld.de>
8111
8112         * src/SDCCutil.c (pathEquivalent): defined but not used
8113         * debugger/mcs51/sdcdb.c: replace SDCC_LIB_DIR
8114         * configure.in: remove sdcc_datadir, sdcc_lib_dir and sdcc_include_dir
8115         * configure: rebuilt from configure.in
8116         * sdccconf_in.h: remove SDCC_LIB_DIR and SDCC_INCLUDE_DIR
8117         * sdcc_vc_in.h: remove SDCC_LIB_DIR and SDCC_INCLUDE_DIR
8118         * device/include/Makefile.in: replace sdcc_datadir
8119         * device/lib/Makefile.in: replace sdcc_datadir
8120         * Makefile.common.in: add LDFLAGS from configure
8121         * packihx/Makefile.in: use LDFLAGS
8122         * src/Makefile.in: use LDFLAGS
8123         * support/cpp2/Makefile.in: add LDFLAGS from configure
8124         * support/makebin/Makefile: use LDFLAGS
8125         * .version: bumped version number to 2.3.5
8126
8127 2003-04-12  Borut Razem <borut.razem AT siol.net>
8128
8129         * completed "different paths" task:
8130         * src/SDCCmacro.c: fixed bug in handling quotes
8131         * src/SDCCutil.c, src/SDCCutil.c: rewritten getPrefixFromBinPath()
8132         * src/SDCCmain.c: _discoverPaths() replaced with setBinPaths(), setIncludePath() and setLibPath()
8133
8134 2003-04-12  Bernhard Held <bernhard AT bernhardheld.de>
8135
8136         * src/pic/pcoderegs.c (Remove1pcode): fix warning on alpha
8137
8138 2003-04-11 kevin Vigor <kevin AT vigor.nu>
8139
8140         * ds390/gen.c ds390/peeph.def: fix bug 706781
8141
8142 2003-04-11  Borut Razem <borut.razem AT siol.net>
8143
8144         * support/Util/dbuf.c, support/Util/dbuf.h: update to version 1.1.1 - re-added C++ stuff to make it still more portable
8145
8146 2003-04-10  Scott Dattalo  <scott AT dattalo.com>
8147
8148         * src/pic/* Applied the pointer-to-function patch from Steve Tell.
8149         * src/pic/* Fixed several pointer bugs. (PIC port broke when the ruonly bit was
8150          set - this bit used to not be set...).
8151         * src/pic/gen.c Fixed buf 609268 ==> x = (x+1) & 0xf; generated
8152           bad code in PIC Port
8153         * src/regression/and2.c added to test bug 609268
8154         * src/regression/Makefile added and2.c to regression test
8155
8156
8157 2003-04-08    <johan AT CP255758-A>
8158
8159         * src/mcs51/gen.c (gen51Code): display reg usage in --icode-in-asm
8160         * src/mcs51/ralloc.c (serialRegAssign): update the registers in use and save some slocs
8161         * src/SDCCicode.h: added riu to show the register usage in --icode-in-asm
8162
8163 2003-04-07  Bernhard Held <bernhard AT bernhardheld.de>
8164
8165         * configure.in: fully support prefix, exec_prefix, datadir, docdir;
8166         fix bug #487815
8167         * support/cpp2/Makefile.in: fix bug #487815
8168         * configure: rebuilt from configure.in
8169         * Makefile.common.in: docdir changed, new path suffixes
8170         * sdccconf_in.h: new RETSIGTYPE, and other PATHs
8171         * sdcc_vc_in.h: reflect changes from sdccconf.h
8172         * src/SDCCglobl.h: remove *SEPARATOR_CHARS, they are now in sdccconf.h
8173         * src/SDCCutil.h: remove BINDIR hack
8174         * doc/sdccman.lyx: update new path hierarchy
8175
8176 2003-04-06    Paul Stoffregen <paul AT pjrc.com>
8177
8178         * src/SDCCpeeph.c: added okToRemoveSLOC test
8179
8180 2003-04-06    Paul Stoffregen <paul AT pjrc.com>
8181
8182         * device/lib/printf_fast.c: added leading zero format ("%06d", etc)
8183
8184 2003-04-06    Paul Stoffregen <paul AT pjrc.com>
8185
8186         * src/SDCCpeeph.c: added labelIsReturnOnly test
8187         * src/mcs51/peeph.def: Peephole 244: replace ljmp to ret with ret
8188
8189 2003-04-05    <johan AT balder>
8190
8191         * src/SDCCcse.c (cseAllBlocks): fixed bug #460088
8192         * src/SDCCloop.c (DEFSETFUNC): fixed bug #460088
8193         * src/SDCCopt.c (eBBlockFromiCode): fixed bug #460088
8194         * src/SDCCast.c: fixed a warning
8195         * src/SDCCast.h: fixed a warning
8196         * src/SDCCicode.c (operandFromAst): fixed a warning
8197
8198 2003-04-04    <johan AT balder>
8199
8200         * src/SDCCloop.c (DEFSETFUNC): undid the fix for bug #519584
8201         * src/SDCCast.c (decorateType): fixed bug #715076
8202         * src/SDCC.y: fixed bug #702907
8203
8204 2003-04-03    <johan AT balder>
8205
8206         * device/lib/_mulint.c (_muluint): new #pragma LESS_PEDANTIC
8207         * src/SDCCopt.c (eBBlockFromiCode): new #pragma LESS_PEDANTIC
8208         * src/SDCCglobl.h (PRAGMA_LESSPEDANTIC): new #pragma LESS_PEDANTIC
8209         * src/SDCC.lex (doPragma): new #pragma LESS_PEDANTIC
8210         * src/SDCCmain.c (parseCmdLine): new #pragma LESS_PEDANTIC
8211
8212 2003-04-03  Bernhard Held <bernhard AT bernhardheld.de>
8213
8214         * _decdptr.c: fix return values
8215         * _gptrget.c: fix return values
8216         * _gptrgetc.c: fix return values
8217         * _gptrput.c: fix return values
8218         * _mulint.c: fix return values
8219         * as/z80/Makefile: fix 'make -j' problem
8220
8221 2003-04-02  Bernhard Held <bernhard AT bernhardheld.de>
8222
8223         * Makefile.common.in: unused PORT, SCC and SAS removed, fixed docdir
8224         * configure.in: big cleanup, updated to autoconf 2.5x
8225         * configure: rebuilt from configure.in
8226         * sdccconf_in.h: new RETSIGTYPE, and other PATHs
8227         * sdcc_vc_in.h: reflect changes from sdccconf.h
8228         * doc/Makefile: fixed a flaw in "make install"
8229
8230 2003-04-02    <johan AT balder>
8231
8232         * src/ds390/gen.c (genCmp): no comments
8233         * src/mcs51/gen.c (genCmp): no comments
8234         * src/SDCCopt.c (eBBlockFromiCode): detect missing return values
8235         * src/SDCCast.c (ast_print): fixed the function type in --dumptree
8236
8237 2003-04-01  Bernhard Held <bernhard AT bernhardheld.de>
8238
8239         * support/regression/generate-cases.py: place generated file in given sub directory
8240         * support/regression/ports/host/spec.mk: prevent removal of testfwk.o
8241         * support/regression/Makefile: improvements for 'make -j';
8242         side effect: it's simpler and faster now
8243
8244 2003-03-31  Borut Razem <borut.razem AT siol.net>
8245
8246         * src/z80/main.c: link-{port} and as-{port} defined without path
8247         * src/src.dsp: support/Util/MySystem.h and src/SDCCutil.h added to project
8248
8249 2003-03-31  Bernhard Held <bernhard AT bernhardheld.de>
8250
8251         * Makefile, src/Makefile.in: add dependencies, so that 'make -j' works
8252
8253 2003-03-30  Borut Razem <borut.razem AT siol.net>
8254
8255         * support/Util/BuildCmd.c, support/Util/BuildCmd.h: rewrite buildCmdLine(),
8256           changed type of list parameter to set
8257         * src/ds390/main.c: changed type of parameter asmOptions to set in _tininative_do_assemble()
8258         * src/port.h: changed type of do_assemble() parameter to set
8259         * src/SDCCmain.c: type of asmOptions changed to set, introduced setParseWithComma(),
8260           sdcpp defined without path, removed variable VersionString, introduced set binPathSet,
8261           definition of "cppoutfilename" macro with NULL value in preProcess()
8262         * src/SDCCglobl.h: included "SDCCset.h", added declaration of setParseWithComma()
8263         * src/SDCCglue.c: removed variable VersionString, inroduced spacesToUnderscores()
8264         * support/Util/MySystem.c, support/Util/MySystem.h: rewrite, char *ExePathList[]
8265           replaced with set *binPathSet
8266         * shash_add() deallocates the item, if allready exsists, before adding the new one
8267         * src/SDCCmacro.c: handling macros with empty or NULL values in _evalMacros()
8268
8269 2003-03-30  Scott Dattalo  <scott AT dattalo.com>
8270
8271         * src/pic/gen.c: Commit patch from Steve Tell <tell AT telltronics.org> that fixes
8272           a nested for loop bug in the PIC port
8273         * src/regression/nestfor.c: new regression test file Steve wrote to test nested
8274           for loops
8275
8276 2003-03-29  Bernhard Held <bernhard AT bernhardheld.de>
8277
8278         * support/Util/dbuf.h: remove C++ stuff to make it portable
8279
8280 2003-03-28  Borut Razem <borut.razem AT siol.net>
8281
8282         * src/SDCC.lex: Fix for bug #711240: dynamic buffer handling of C
8283           literal strings in stringLiteral()
8284         * support/Util/dbuf.c, support/Util/dbuf.h: added: dynamic buffer handling
8285         * src/Makefile.bcc, src/Makefile.in, src\src.dsp: added support/Util/dbuf.c
8286           to the project
8287
8288 2003-03-27  Paul Stoffregen <paul AT pjrc.com>
8289
8290         * src/SDCCpeeph.c (pcDistance): accurate byte distance for mcs51
8291
8292 2003-03-26    <johan AT balder>
8293
8294         * src/mcs51/gen.c (saveRegisters): catched symbol abuse
8295         * src/ds390/gen.c (saveRegisters): catched symbol abuse
8296         * src/SDCCast.c (decorateType): fixed " -v < 3"
8297
8298 2003-03-23  Bernhard Held <bernhard AT bernhardheld.de>
8299
8300         * doc/cdbfile.html: removed, replaced by cdbfileformat.lyx
8301         Added Lenny Story's debug infrastructure changes:
8302         * src/Makefile.in:  added new files cdbFile.c and SDCCdebug.c
8303         * src/Makefile.bcc: added new files cdbFile.c and SDCCdebug.c
8304         * src/cdbFile.c: added
8305         * src/SDCCdebug.c: added
8306         * src/SDCCdebug.h: added
8307         * src/SDCCast.c (createFunction)
8308         * src/SDCCglue.c (emitRegularMap, emitStaticSeg, emitOverlay, glue)
8309         * src/SDCCmain.c (parseCmdLine, main)
8310         * src/SDCCmem.c (redoStackOffsets)
8311         * src/SDCCsymt.c (cdbStructBlock, cdbTypeInfo, cdbSymbol, cdbStruct, cdbStructBlock)
8312         * src/SDCCsymt.h
8313         * src/common.h
8314         * src/avr/gen.c (genAVRCode)
8315         * src/ds390/gen.c (gen390Code)
8316         * src/mcs51/gen.c (gen51Code)
8317         * src/pic/gen.c (genpic14Code)
8318         * src/pic/glue.c (pic14emitRegularMap, pic14emitStaticSeg, pic14emitOverlay, picglue)
8319         * src/xa51/gen.c (genXA51Code)
8320         * src/SDCCast.c: fixed "void foo(void){char c; -c < 0;}"
8321
8322 2003-03-22  Frieder Ferlemann <Frieder.Ferlemann AT web.de>
8323
8324         * src/mcs51/gen.c (genCodePointerGet): quicker code for bug #700797
8325         * src/mcs51/peeph.def: added rules 177, 241.x to 243, touched 181, 182.x, 193.x
8326
8327 2003-03-22    <johan AT balder>
8328
8329         * src/SDCCicode.c (geniCodeDerefPtr): fixed bug #698231
8330
8331 2003-03-21  Bernhard Held <bernhard AT bernhardheld.de>
8332
8333         * support/scripts/sdcc_mingw32: adapted to configure from autoconf 2.54
8334         * doc/cdbfileformat.lyx: added, written by Lenny Story
8335         * doc/Makefile: added cdbfileformat.lyx
8336         * doc/clean.mk: added cdbfileformat.lyx
8337
8338 2003-03-20  Bernhard Held <bernhard AT bernhardheld.de>
8339
8340         * src/mcs51/peeph.def: fix bug #705773
8341
8342 2003-03-20    <johan AT balder>
8343
8344         An sfr/sbit can have an "at #" AND an initializer
8345         * src/SDCCsymt.c (checkSClass):
8346         * src/SDCCmem.c (allocGlobal):
8347         * src/SDCCmem.c (allocLocal):
8348         * src/SDCCast.c (createBlock):
8349
8350 2003-03-17  Bernhard Held <bernhard AT bernhardheld.de>
8351
8352         * src/ds390/peeph.def: fix bug #704878: added rule 213.b suggested by Jan Rejlek
8353
8354 2003-03-16    <johan AT balder>
8355
8356         Undid the hackup of const and volatile, the problem is much bigger
8357         * src/SDCC.y:1.65
8358         * src/SDCCast.c:1.171
8359         * src/SDCCglue.c:1.138
8360         * src/SDCCicode.c:1.146
8361         * src/SDCCsymt.c:1.150
8362         * src/SDCCval.c:1.65
8363
8364 2003-03-15  Bernhard Held <bernhard AT bernhardheld.de>
8365
8366         * src/mcs51/ralloc.c (packRegsForAssign): fixed bug #703541
8367         * src/ds390/gen.c (genAddrOf): fixed bug #704087
8368
8369 2003-03-13    <johan AT balder>
8370
8371         Hackup const and volatile modifiers in type chains a bit:
8372         * src/SDCC.y:1.63
8373         * src/SDCCast.c:1.169
8374         * src/SDCCglue.c:1.136
8375         * src/SDCCicode.c:1.143
8376         * src/SDCCsymt.c1.146
8377         * src/SDCCsymt.h1.59
8378         * src/SDCCval.c:1.63
8379
8380 2003-03-12    <johan AT balder>
8381
8382         * src/SDCCBBlock.h: more LRH debugging junk
8383         * src/SDCCcflow.h: more LRH debugging junk
8384         * src/SDCCloop.c: more LRH debugging junk
8385         * src/SDCC.y (struct_declaration): fixed bug #697590
8386         * src/SDCCsymt.[hc] (cloneSpec): NEVER EVER use this again
8387         * src/ds390/gen.c (aopForRemat): fixed bug #700031
8388         * src/SDCCglue.c (emitStaticSeg): fixed bug #700797
8389
8390 2003-03-11 Kevin Vigor <kevin AT vigor.nu>
8391         * src/SDCCpeeph.c: quit being lazy and made proper fix (peephole
8392         test function names must now match exactly).
8393         * src/SDCCcse.c: added special case in findCheaperOp to allow
8394         extending a short integer. Makes less awful code for bug 700121 test case.
8395
8396 2003-03-11  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
8397
8398         * as/mcs51/lkmain.c: Added ASlink-Warning to messages
8399         * as/mcs51/lkaomf51.c: Fixed bug when linking asmblink example
8400
8401 2003-03-11 Kevin Vigor <kevin AT vigor.nu>
8402
8403         * src/SDCCpeeph.c: fix so that operandsNotEqualX functions are
8404         actually called (operandsNotEqual() was called for all
8405         operandsNotEqualX tests).
8406
8407 2003-03-11 Kevin Vigor <kevin AT vigor.nu>
8408
8409         * src/SDCCcse.c: fix findCheaperOp to prevent replacing int types
8410         with shorter literals. Fixes bug 700121.
8411
8412 2003-03-11    <johan AT balder>
8413
8414         * src/SDCCsymt.c (compareType): a (void *) can be assigned to any pointer
8415
8416 2003-03-11  Bernhard Held <bernhard AT bernhardheld.de>
8417
8418         * src/SDCCloop.c (mergeRegions): an evil beast is dead
8419         * src/SDCCmain.c (preProcess): minor cleanup: eliminate preOutName
8420
8421 2003-03-10  Borut Razem <borut.razem AT siol.net>
8422
8423         * src/SDCCmain.c: pipe preprocessor's output
8424         * support/Util/MySystem.c, support/Util/MySystem.h: added my_popen()
8425         * sdcc_vc_in.h: define pclose as _pclose for WIN32
8426         * src/SDCCglue.c, src/SDCCglue.h: added set pipeSet, added function closePipes,
8427         which closes all pipes in pipeSet set
8428         * src/SDCCset.c: free deleted item in function deleteSetItem()
8429         * src/src.dsp, src/z80/z80.dsp: files support/Util/BuildCmd.c and support/Util/MySystem.c
8430         moved from z80 to src subproject
8431         * .version: increased version number to 2.3.4
8432
8433 2003-03-10  Bernhard Held <bernhard AT bernhardheld.de>
8434
8435         * support/regression/ports/mcs51/spec.mk: increase timeout for CF's sparc to 30s
8436         * support/regression/ports/ds390/spec.mk: increase timeout for CF's sparc to 25s
8437         * support/regression/ports/xa51/spec.mk: fix typo
8438
8439 2003-03-09  Bernhard Held <bernhard AT bernhardheld.de>
8440
8441         * src/SDCCglobl.h: PATH_MAX is already defined in mingw32 headers
8442
8443 2003-03-09  Borut Razem <borut.razem AT siol.net>
8444
8445         * src/SDCCmain.c: pipe preprocessor's output
8446         * support/Util/MySystem.c, support/Util/MySystem.h: added my_popen()
8447         * sdcc_vc_in.h: define pclose as _pclose for WIN32
8448         * src/SDCCglue.c, src/SDCCglue.h: added set pipeSet, added function closePipes,
8449         which closes all pipes in pipeSet set
8450         * src/SDCCset.c: free deleted item in function deleteSetItem()
8451         * src/src.dsp, src/z80/z80.dsp: files support/Util/BuildCmd.c and support/Util/MySystem.c
8452         moved from z80 to src subproject
8453
8454 2003-03-09  Borut Razem <borut.razem AT siol.net>
8455
8456         * src/SDCCglue.c: re-implemented tempfilename() and tempfile(): using mkstemp() if available
8457         * src/SDCCsymt.h: fixed MSVC and BORLANDC compilation (included SDCCglobl.h instead srccconf.h)
8458         * sdcc_vc_in.h: explicitly undefined HAVE_MKSTEMP which is not available on BORLANDC and MSVC
8459         * src/SDCCset.h: removed inclusion of sdccconf.h or sdcc_vc.h
8460         * src/SDCCglobl.h: unification of WIN32 native definitions
8461
8462 2003-03-09  Frieder Ferlemann <Frieder.Ferlemann AT web.de>
8463
8464         * src/mcs51/gen.c: applied in-/dec patch mentioned on sdcc-devel 2003-03-01
8465
8466 2003-03-08  Bernhard Held <bernhard AT bernhardheld.de>
8467
8468         * src/configure.in:   check for endianess (even while cross-compiling)
8469         * src/configure:      check for endianess (even while cross-compiling)
8470         * src/configure_in.h: check for endianess (even while cross-compiling)
8471         * src/avr/gen.c:        remove old endianess stuff
8472         * src/mcs51/gen.c:      remove old endianess stuff
8473         * src/ds390/gen.c:      remove old endianess stuff
8474         * src/pic/gen.c:        remove old endianess stuff
8475         * src/pic/genarith.c:   remove old endianess stuff
8476         * src/pic/glue.c:       fix endianess check
8477         * src/pic16/gen.c:      remove old endianess stuff
8478         * src/pic16/genarith.c: remove old endianess stuff
8479         * src/pic16/glue.c:     fix endianess check
8480         * src/xa51/gen.c:       remove old endianess stuff
8481         * src/z80/gen.c:        fix endianess check
8482         * src/SDCCglue.c:       fix endianess check
8483         * src/ds390/peeph.def: fix bug 700036
8484
8485 2003-03-08  Bernhard Held <bernhard AT bernhardheld.de>
8486
8487         * src/SDCCsymt.h: use appropriate data-types on host for SDCC's int and long
8488         * src/configure: find appropriate data-types on host for SDCC's int and long
8489         * src/configure.in: find appropriate data-types on host for SDCC's int and long
8490         * src/sdccconf_in.h: find appropriate data-types on host for SDCC's int and long
8491         * src/xa51/gen.c: use %d, not %ld for 4 byte variables
8492
8493 2003-03-07    <johan AT balder>
8494
8495         Just a big NOOP:
8496                 some minor cleanups before the big shot
8497                 OP_DEFS and OP_USES now use Kevin's protection
8498                 new option --nolabelopt
8499
8500         * src/SDCCBBlock.c:
8501         * src/SDCCast.c,:
8502         * src/SDCCcflow.c:
8503         * src/SDCCcse.c:
8504         * src/SDCCicode.c:
8505         * src/SDCCicode.h:
8506         * src/SDCClabel.c:
8507         * src/SDCCloop.c:
8508         * src/SDCCmain.c:
8509         * src/ds390/ralloc.c:
8510         * src/mcs51/ralloc.c:
8511         * src/pic/ralloc.c:
8512         * src/xa51/ralloc.c:
8513         * src/z80/ralloc.c:
8514
8515 2003-03-06  Bernhard Held <bernhard AT bernhardheld.de>
8516
8517         * src/pic/pcode.c (get_op): fix 64 bit warnings
8518         * src/pic/pcode.c (pCode2str): fix 64 bit warnings
8519         * src/SDCChasht.c (newHashTable): fix 64 bit warnings
8520         * src/SDCCsymt.c (checkTypeSanity): fix 64 bit warnings
8521         * support/regression/tests/malloc.c: fix 64 bit warnings
8522
8523 2003-03-04  Bernhard Held <bernhard AT bernhardheld.de>
8524
8525         * src/mcs51/gen.c (genMinus): fixed bug 696436
8526
8527 2003-03-02  Borut Razem <borut.razem AT siol.net>
8528
8529         * src/SDCCmain.c: added BORLANDC, corrected MSVC in printVersionInfo()
8530
8531 2003-02-26  Bernhard Held <bernhard AT bernhardheld.de>
8532
8533         * configure.in: test for mkstemp
8534         * sdccconf_in.h: add HAVE_MKSTEMP
8535
8536 2003-02-24  Bernhard Held <bernhard AT bernhardheld.de>
8537
8538         * device/include/ctype.h: removed warning while using --stack-auto
8539         * device/include/malloc.h: removed warning while using --stack-auto
8540         * device/include/string.h: removed warning while using --stack-auto
8541
8542 2003-02-23  Borut Razem <borut.razem AT siol.net>
8543
8544         * src/asm.h: corrected assertion in function printILine(): _pipe() was not executed on MSVC,
8545         because NDEBUG is defined (see man assert)
8546         * sdcc_vc_in.h: vsnprintf is defined as _vsnprintf on MSVC
8547
8548 2003-02-23  Frieder Ferlemann <Frieder.Ferlemann AT web.de>
8549
8550         * src/mcs51/gen.c (genUminusFloat): avoided dptr in-/decrement for xdata variables
8551         * src/mcs51/peeph.def: added rule suggested by Gernot Fink, white space/comment changes
8552
8553 2003-02-18  Frieder Ferlemann <Frieder.Ferlemann AT web.de>
8554
8555         * src/SDCCpeeph.c: added peephole conditions testing for same arguments
8556         * src/mcs51/peeph.def: added rules 238a-d which remove redundant moves
8557
8558 2003-02-18    <johan AT balder>
8559
8560         * as/mcs51/asmain.c (asmbl): module can start with a digit
8561         * as/z80/asmain.c (asmbl): module can start with a digit
8562
8563 2003-02-16  Bernhard Held <bernhard AT bernhardheld.de>
8564
8565         * sim/ucsim/mkecho: inserted #!/bin/sh for Cygwin, so that it's executable
8566         * src/asm.c: fix pipe() for Mingw32
8567
8568 2003-02-15  Bernhard Held <bernhard AT bernhardheld.de>
8569
8570         * src/SDCCglue.h: make tmpfileNameSet available for preOutName
8571         * src/SDCCmain.c (preProcess): make sure, that preOutName will be deleted;
8572         make -V work again; --c1mode reads now from stdin
8573         * doc/sdccman.lyx: added --c1mode
8574         * support/Util/SDCCerr.c: new messages for c1 mode
8575         * support/Util/SDCCerr.h: new messages for c1 mode
8576         * src/SDCC.lex (checkCurrFile): test if fullSrcFileName is NULL for c1mode
8577
8578 2003-02-15    <johan AT balder>
8579
8580         * src/asm.c: new options: --no-c-code-in-asm and --i-code-in-asm
8581
8582 2003-02-14  Bernhard Held <bernhard AT bernhardheld.de>
8583
8584         * doc/sdccman.lyx: Environment variables, -o and other minor things
8585
8586 2003-02-14    <johan AT balder>
8587
8588         * src/xa51/main.c: before anyone really tries to use it :)
8589
8590         * Install doc's in share/sdcc/doc
8591         * removed some obsolete files
8592         * Do a proper make distclean and uninstall
8593         M Makefile.common.in
8594         R sdccbuild.sh
8595         M as/Makefile
8596         M device/include/Makefile.in
8597         M device/lib/Makefile.in
8598         M doc/sdccman.lyx
8599         M link/Makefile
8600         M sim/ucsim/doc/Makefile.in
8601         M src/clean.mk
8602         R src/avr/peeph.rul
8603         R src/xa51/peeph.rul
8604         M support/cpp2/Makefile.in
8605         M support/makebin/Makefile
8606
8607
8608 2003-02-13  Bernhard Held <bernhard AT bernhardheld.de>
8609
8610         * support/regression/ports/host/spec.mk: use cc as host compiler for max osx
8611
8612 2003-02-10  Borut Razem <borut.razem AT siol.net>
8613
8614         * doc/bccinst.txt, packihx/packihx.c, sdcc_vc_in.h, src/SDCCset.h,
8615         support/cpp2/config.in: Borland C++ build doesn't depend on Cygwin configure
8616         * Bcc.ini, Makefile.bcc, as/mcs51/Makefile.bcc,
8617         device/examples/ds390/tinitalk/Makefile.bcc, packihx/Makefile.bcc,
8618         support/cpp2/Makefile.bcc, src/Makefile.bcc, src/avr/Makefile.bcc,
8619         src/ds390/Makefile.bcc, src/izt/Makefile.bcc, src/mcs51/Makefile.bcc,
8620         src/pic/Makefile.bcc, src/pic16/Makefile.bcc, src/xa15/Makefile.bcc,
8621         src/z80/Makefile.bcc: Borland Makefile cleanup
8622         * as/z80/Makefile.bcc: Added Borland Makefile
8623         * support/cpp2/borland.h: Removed
8624
8625 2003-02-10  Bernhard Held <bernhard AT bernhardheld.de>
8626
8627         * doc/sdccman.lyx: new pragma NOIV by "Johannes Stezenbach" <js AT convergence.de>
8628         * src/SDCC.lex: new pragma NOIV
8629         * src/SDCCglobl.h: new pragma NOIV
8630         * src/SDCCmem.c: new pragma NOIV
8631
8632 2003-02-09  Bernhard Held <bernhard AT bernhardheld.de>
8633
8634         * src/SDCCmain.c: signal handling is switched off by SDCC_LEAVE_SIGNALS
8635
8636 2003-02-09  Bernhard Held <bernhard AT bernhardheld.de>
8637
8638         * src/SDCCmain.c: signal handling is switched off by --debug
8639         * doc/Makefile: small fix for install; use clean.mk again
8640         * doc/clean.mk: clean *.pdf and *.html too
8641
8642 2003-02-08  Bernhard Held <bernhard AT bernhardheld.de>
8643
8644         * device/lib/_mulint.c: small fix for large/ds390 --int-long-reent resp. --stack-auto
8645         * device/lib/printfl.c: fix a ds390 bug by making it portable
8646         * src/SDCCsymt.c (initCSupport): fix compile warning on Cygwin
8647         * src/SDCCopt.c (cnvToFloatCast): fix compile warning on Cygwin
8648         * src/SDCCopt.c (cnvFromFloatCast): fix compile warning on Cygwin
8649         * debugger/mcs51/cmd.c: converted multi-line string literals
8650         * sim/ucsim/globals.cc: converted multi-line string literals
8651         * src/SDCCmain.c: introduced signal handler to remove temp files
8652         * doc/Makefile: small tweaks, implement clean
8653         * doc: removed generated files
8654
8655 2003-02-05  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
8656
8657         * as/mcs51/aslink.h, as/mcs51/lkihx.c, as/mcs51/lkrloc.c:  Applied
8658         patch from Jan Rejlek <jr AT apex-lib.cz> to fix Bug 677692: "Extended
8659         Address Record is not correctly generated for DS390."
8660
8661 2003-02-02  Borut Razem <borut.razem AT siol.net>
8662
8663         * Makefile.bcc: removed non existing cpp project and non compilable izt project from makefile
8664         * as/mcs51/asm.h: fixed compilation with Borland C
8665         * support/cpp2/Makefile.bcc: added rule to generate auto-host.h
8666         * support/cpp2/auto-host_vc_in.h: fixed compilation with Borland C
8667         * src/mcs51/mcs51a.dsp: corrected misspelled project name from msc51a to mcs51a
8668         * src/avr/Makefile.bcc, src/ds390/Makefile.bcc, src/izt/Makefile.bcc,
8669         src/mcs51/Makefile.bcc, src/pic16/Makefile.bcc, src/xa51/Makefile.bcc,
8670         src/z80/Makefile.bcc: delete $(LIB) only if exist
8671         * src/Makefile.bcc, src/pic/Makefile.bcc:  fixed compilation with Borland C
8672
8673 2003-02-02  Bernhard Held <bernhard AT bernhardheld.de>
8674
8675         * device/include/malloc.h: introduced NULL
8676         * device/include/string.h: introduced NULL
8677         * device/include/stdlib.h: introduced NULL
8678         * device/lib/_memcpy.c: removed NULL
8679         * device/lib/_strcat.c: removed NULL
8680         * device/lib/_strchr.c: removed NULL
8681         * device/lib/_strcmp.c: removed NULL
8682         * device/lib/_strcpy.c: removed NULL
8683         * device/lib/_strcspn.c: removed NULL
8684         * device/lib/_strlen.c: removed NULL
8685         * device/lib/_strncat.c: removed NULL
8686         * device/lib/_strncmp.c: removed NULL
8687         * device/lib/_strncpy.c: removed NULL
8688         * device/lib/_strpbrk.c: removed NULL
8689         * device/lib/_strrchr.c: removed NULL
8690         * device/lib/_strspn.c: removed NULL
8691         * device/lib/_strstr.c: removed NULL
8692         * device/lib/_strtok.c: removed NULL
8693         * device/lib/malloc.c: removed NULL, include own header
8694
8695 2003-02-02    <johan AT balder>
8696
8697         * 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
8698         * support/regression/fwk/lib/testfwk.c: div and mod isn't broken anymore
8699         * regressions ds390/spec.mk and mcs51/spec.mk (timeout): my good old balder isn't fast enough for some tests
8700         * src/z80/gen.c (genZ80Code): added c-lines in asm comments
8701         * as/z80/asm.h (NINPUT): increased for long c-comments in regression tests
8702         * src/z80/gen.c (genRightShiftLiteral): fixed the (char)(-3)>>8 (I think)
8703
8704 2003-02-01  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
8705
8706         * src/SDCCmain.c: Fixed bug 678574: "ds390: ASlink-Error-Stack overlaps
8707         area 'DATA'"
8708
8709 2003-02-01    <johan AT balder>
8710
8711         * src/SDCCval.c (valBitwise): fixed Karl's "2 | (1<<8)"
8712
8713 2003-01-31    <johan AT CP255758-A>
8714
8715         * src/ds390/main.c (_ds390_genAssemblerPreamble): applied Jan Rejlek's >64K startup patch
8716
8717 2003-01-30    <johan AT balder>
8718
8719         * src/SDCCBBlock.c: automatic bug detection
8720         * src/SDCCicode.c: automatic bug detection
8721
8722 2003-01-29  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
8723
8724         * src/SDCCglobl.h:   now --xram-size 0 works
8725         * src/SDCCmain.c:    now --xram-size 0 works
8726
8727 2003-01-29    <johan AT balder>
8728
8729         * src/almosteverything: changed OP_DEFS and OP_USES from macros to functions to catch symbol abuse (a hot topic in the bug list :)
8730
8731 2003-01-29  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
8732
8733         * as/mcs51/aslink.h: Added options --xram-size and --code-size
8734         * as/mcs51/lkdata.c: Added options --xram-size and --code-size
8735         * as/mcs51/lkmain.c: Added options --xram-size and --code-size
8736         * as/mcs51/lkmem.c:  Added options --xram-size and --code-size
8737         * src/SDCCglobl.h:   Added options --xram-size and --code-size
8738         * src/SDCCmain.c:    Added options --xram-size and --code-size
8739
8740 2003-01-28  Bernhard Held <bernhard AT bernhardheld.de>
8741
8742         * src/ds390/gen.c: fix deps by replacing <common.h> with "common.h"
8743         * src/SDCC.lex: rename P_OVERLAY to P_OVERLAY_ for cross-gcc 3.2 MINGW32
8744
8745 2003-01-27    <johan AT balder>
8746
8747         * src/SDCC.y: fixed bug #613764
8748
8749 2003-01-26    <johan AT balder>
8750
8751         * src/SDCClrange.c:  fixed Bernhard's "char * code ptr = &c"
8752         * src/SDCCsymt.h: fixed bug #673374
8753         * src/SDCCglue.c: fixed bug #661910
8754         * src/SDCCast.c: fixed bug #458099 and 673374
8755
8756 2003-01-26  Bernhard Held <bernhard AT bernhardheld.de>
8757
8758         * as/mcs51/strcmpi.c: added, provides Aurelien Jarno's as_strcmpi(); strcmpi() is not ANSI
8759         * as/mcs51/strcmpi.h: added
8760         * as/mcs51/asm.h: remove ugly "#define strcmpi strcmp"
8761         * as/mcs51/aslink.h: remove ugly "#define strcmpi strcmp"
8762         * as/mcs51/asmain.c: strcmpi -> as_strcmpi
8763         * as/mcs51/assym.c: strcmpi -> as_strcmpi
8764         * as/mcs51/lkmem.c: strcmpi -> as_strcmpi
8765         * as/mcs51/lknoice.c: strcmpi -> as_strcmpi
8766         * as/mcs51/lksym.c: strcmpi -> as_strcmpi
8767         * as/mcs51/Makefile.aslink: new module strcmpi
8768         * as/mcs51/Makefile.asx8051: new module strcmpi
8769         * as/mcs51/Makefil.bcc: new module strcmpi
8770         * as/mcs51/Makefile.in: new module strcmpi
8771         * sim/ucsim/s51.src/uc390.cc (get_mem_size): make RAM big enough for tinibios
8772
8773 2003-01-26    <johan AT balder>
8774
8775         * src/SDCCglue.c: reverted back to 1.124
8776         * src/SDCCast.c: reverted back to 1.156
8777         * src/mcs51/gen.c (aopGet): applied Frieder's efficiency patch
8778
8779 2003-01-25    <johan AT balder>
8780
8781         * src/SDCCglue.c: A better fix for bug #661910
8782         * src/SDCCast.c: A better fix for bug #661910
8783         * src/SDCCglue.c (emitRegularMap): That was a little too efficient
8784
8785 2003-01-24  Bernhard Held <bernhard AT bernhardheld.de>
8786
8787         * src/Makefile.in: remove spawn.o
8788         * src/SDCCmain.c: remove spawn.h
8789         * src/SDCCmain.c (printVersionInfo): report MINGW32 instead of UNIX
8790         * src/spawn.c: removed
8791         * src/spawn.h: removed
8792         * support/regression/ports/ds390/spec.mk: link with -r
8793
8794 2003-01-24    <johan AT CP255758-A>
8795
8796         * src/ds390/gen.c (aopOp): fixed bug #667458
8797         * src/SDCCglue.c (emitRegularMap): fixed bug #458099 again
8798         * src/SDCCast.c (createIvalCharPtr): fixed bug #661910
8799         (createIvalCharPtr): an ival doesn't always have a storage class anymore
8800
8801 2003-01-24  Bernhard Held <bernhard AT bernhardheld.de>
8802
8803         * src/mcs51/peeph.def: better assembler identation by Frieder
8804         * src/mcs51/gen.c: better assembler identation by Frieder
8805
8806 2003-01-22  Bernhard Held <bernhard AT bernhardheld.de>
8807
8808         * as/z80/string.h: removed for gcc 3.2
8809         * support/makebin/makebin.c: #include <string.h> for gcc 3.2
8810         * src/pic/pcode.c (get_op_from_instruction): fix concatenation of string literals with __FUNCTION__ for gcc 3.2
8811
8812 2003-01-19  Bernhard Held <bernhard AT bernhardheld.de>
8813
8814         * src/SDCCmain.c (linkEdit): rename mem and map files even in case of failure
8815         * src/SDCCpeeph.c (replaceRule): fix bug #663503
8816         * support/regression/Makefile: separate temp files for ports
8817         * support/regression/generate-cases.py: separate temp files for ports
8818         * src/mcs51/peeph.def: Frieder: removed 237 (obsolete by 236g and 105); added 237 a/b
8819         * src/ds390/peeph.def: Frieder: removed 237 (obsolete by 236g and 105); added 237 a/b
8820
8821 2003-01-19  Bernhard Held <bernhard AT bernhardheld.de>
8822
8823         * moved tinitalk to device/examples/ds390
8824
8825 2003-01-14  Bernhard Held <bernhard AT bernhardheld.de>
8826
8827         * as/mcs51/lkmem.c: rflag is for DS390
8828         * src/SDCCglobl.h: removed out_name and options stackOnData, genericPtr
8829         * src/SDCCmain.c (optionsTable, setDefaultOptions): removed --stack-after-data and --generic
8830                          (linkEdit): move mem- and map-files the same way as ihx-files
8831         * src/z80/main.c (_setDefaultOptions): removed --generic
8832         * src/SDCCmain.c (_processC1Arg, parseCmdLine, main): --c1mode works again
8833         * src/SDCCglue.c (createInterruptVect, glue): --c1mode works again
8834         * src/pic/glue.c (picglue): --c1mode works again
8835         * src/pic16/glue.c (pic16glue): --c1mode works again
8836         * src/asm.c (printCLine): fix #660034
8837
8838 2003-01-13  Bernhard Held <bernhard AT bernhardheld.de>
8839
8840         * src/ds390/peeph.def: fix #123; add 14 rules by Fiorenzo D. Ramaglia <fd.ramaglia AT tin.it>, 1 by Frieder
8841         * src/mcs51/peeph.def: fix #123; add 14 rules by Fiorenzo, 1 by Frieder
8842         * src/mcs51/gen.c (genFunction): emit r0 instead of ar0 by Fiorenzo
8843         * as/mcs51/lkmem (summary): better fix for sp problem
8844         * src/SDCCglue.c (glue): __start_stack - 1, saves 1 byte!
8845         * src/ds390/main.c (_ds390_finaliseOptions, _tininative_finaliseOptions): stack_loc = 0x400008
8846         * support/regression/ports/*/spec.mk: moving testfwk-object to port dir allow parallel execution of regression tests
8847                                               remove --stack-after-data
8848
8849 2003-01-12  Bernhard Held <bernhard AT bernhardheld.de>
8850
8851         * src/SDCCmain.c (main): port->finaliseOptions() moved for z80 linking
8852         * src/SDCCutil.c (join): ugly bug: missing '\0'
8853         * as/mcs51/lkmem.c (summary): sp on address 7 is safe
8854
8855 2003-01-11  Bernhard Held <bernhard AT bernhardheld.de>
8856
8857         * src/SDCCmain.c (assemble, linkEdit): preparations for -o
8858         * src/port.h: typo
8859         * src/pic/main.c (_asmCmd): gpasm supports -o
8860         * src/z80/main.c: more general macros
8861         * device/lib/Makefile.in: remove intermediate files
8862
8863 2003-01-11  Bernhard Held <bernhard AT bernhardheld.de>
8864
8865         * .version: Bumped version number to 2.3.3
8866         * src/SDCCBBlock.c: new option -o
8867         * src/SDCCglobl.h: new option -o
8868         * src/SDCCglue.c: new option -o
8869         * src/SDCCmain.c: new option -o
8870         * src/asm.c: new option -o
8871         * src/ds390/main.c: new option -o
8872         * src/pic/glue.c: new option -o
8873         * src/pic/pcode.c: new option -o
8874         * src/pic/ralloc.c: new option -o
8875         * src/pic16/glue.c: new option -o
8876         * src/pic16/pcode.c: new option -o
8877         * src/pic16/ralloc.c: new option -o
8878         * src/z80/main.c: new option -o
8879         * device/lib/Makefile.in: use -o
8880         * support/regression/ports/ds390/spec.mk: use -o
8881         * support/regression/ports/gbz80/spec.mk: use -o
8882         * support/regression/ports/mcs51/spec.mk: use -o
8883         * support/regression/ports/mcs51-stack-auto/spec.mk: use -o
8884         * support/regression/ports/z80/spec.mk: use -o
8885         * support/regression/ports/ucz80/spec.mk: use -o
8886         * support/regression/ports/xa51/spec.mk: use -o
8887         * support/regression/fwk/lib/timeout.c: fix usage string
8888
8889 2003-01-09  Bernhard Held <bernhard AT bernhardheld.de>
8890         * src/mcs51/gen.c (genPlus): replaced "mov b,acc" by "mov b,a" Fiorenzo D. Ramaglia <fd.ramaglia AT tin.it>
8891
8892 2003-01-07    <johan AT balder>
8893
8894         * src/SDCCast.c (decorateType): fixed bug #600035
8895
8896 2003-01-07  Bernhard Held <bernhard AT bernhardheld.de>
8897         * as/mcs51/lkmem.c: added several l-modifiers to printf to remove warnings
8898         * as/mcs51/lkaomf51.c: #include <ctype.h> to remove warnings
8899         * src/pic/main.c (_hasNativeMulFor): outcommented unused variables to remove warnings
8900         * src/pic/pcode.c: outcommented unused variable to remove warnings
8901         * src/pic/ralloc.c: outcommented unused variable to remove warnings
8902
8903 2003-01-06    <karl AT turbobit.com>
8904         * sim/ucsim/cmd.src/command.cc: fixed so "break xram r 0x7654" works again in
8905    regression tests.
8906
8907 2003-01-06    <johan AT balder>
8908
8909         * src/SDCCicode.c: fixed array add
8910
8911 2002-01-05  Bernhard Held <bernhard AT bernhardheld.de>
8912         * src/SDCCmacro.c: MAX_STRING_LENGTH increased to 2048; was too small for regression tests
8913         * support/regression/ports/host/support.c: #include <stdarg.h> for gcc 3.2
8914
8915 2003-01-04    <johan AT balder>
8916
8917         * src/SDCCval.c (getNelements): fixed the initialized array of structures
8918
8919 2002-12-29  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
8920         * as/mcs51/Makefile.bcc: fixed typo lkomf51.o -> lkaomf51.o
8921
8922 2002-12-28  Bernhard Held <bernhard AT bernhardheld.de>
8923         * src/mcs51/peeph.def: added rules 234 and 235 from Frieder Ferlemann <frieder.ferlemann AT web.de>
8924         * support/regression/tests/bug-524697.c: fit mem usage into 8032
8925
8926 2002-12-28  Bernhard Held <bernhard AT bernhardheld.de>
8927         * src/mcs51/gen.c (aopGetUsesAcc): inserted missing "return FALSE"
8928
8929 2002-12-27  Bernhard Held <bernhard AT bernhardheld.de>
8930         * as/mcs51/Makefile.in: fixed typo lkomf51.o -> lkaomf51.o
8931
8932 2002-12-26  Bernhard Held <bernhard AT bernhardheld.de>
8933         * src/mcs51/main.c: removed {bindir}{sep} from aslink
8934
8935 2002-12-10  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
8936
8937     * in \sdcc\as\mcs51\ changed these files in order to create an
8938     aomf51 file: aslink.h, lkdta.c, lklex.c, lklibr.c, lklist.c,
8939     lkmain.c.  Also added: lkmem.c and lkaomf51.c.  Changed the
8940     following files to include the previous two files: aslink.dsp,
8941     Makefile.aslink, Makefile.bcc, and Makefile.in.
8942
8943     * Changed \sdcc\src\SDCCmain.c so it creates files with extension
8944     .adb instead of .cdb
8945
8946 2002-11-09  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
8947
8948         * \sdcc\as\mcs51\lklist.c: Now reports memory usage using the
8949         value from option --iram-size.
8950
8951 2002-09-20  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
8952
8953         * \sdcc\as\mcs51\lklist.c: added boundary check before using
8954         dram[] array.
8955
8956 2002-09-18    <wiml AT hhhh.org>
8957
8958         * SDCClrange.h: exposed setFromRange() and setToRange()
8959         * mcs51/ralloc.c: fixed over-eager packRegsForSupport() and
8960           packRegsForAccUse() (bug 542397)
8961         * mcs51/gen.c: MOVA() is now a function to avoid calling aopGet()
8962           multiple times and emitting the fetch operations more than once
8963           added aopGetUsesAcc() function to allow binary operators to
8964           fetch their operands in the correct order; made genMinus() emit
8965           compact code for X = LITERAL - Y
8966
8967 2002-09-00  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
8968         * \sdcc\as\mcs51\lklist.c: Fixed incorrect number of parameters to
8969         sprintf() in line 1267.
8970
8971 2002-09-08  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
8972         * \sdcc\src\SDCCglue.c: Generate areas REG_BANK_[0-3] only for 8051
8973         like ports.
8974
8975 2002-09-04  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
8976         Changes to aslink (All the changes are marked with 'JCF'):
8977
8978         * \sdcc\as\mcs51\aslink.h: External definition of sflag and
8979         summary().
8980
8981         * \sdcc\as\mcs51\lkarea.c: Computes the size of area BSEG_BYTES from
8982         area BSEG.  Also moves, if possible, the DATA area down into the internal
8983         ram so more space is available.
8984
8985         * \sdcc\as\mcs51\lkdata.c: Definition of memory summary output flag
8986         sflag.
8987
8988         * \sdcc\as\mcs51\lklist.c: For the BSEG area report the size in bits,
8989         not bytes.  Function summary() which creates a memory usage summary
8990         file with extension .mem.  Reports of overlaping stack and small stack
8991         size.  If the space for the stack is less than 16 bytes aslink trows a
8992         warning.
8993
8994         * \sdcc\as\mcs51\lkmain.c: Creation of some of the default areas for
8995         the 8051.  Option 'y' for memory summary output file.
8996
8997         Changes to sdcc (All the changes are marked with 'JCF'):
8998
8999         * \sdcc\src\SDCCglobl.h: External definition of RegBankUsed[4].
9000
9001         * \sdcc\src\SDCCglue.c:  If a register bank is used, creates an
9002         overlaying area for it (uses RegBankUsed[4]).
9003
9004         * \sdcc\src\SDCCmain.c: Definition RegBankUsed[4]; marks register
9005         bank zero as used by default.  By default aslink locates the stack
9006         (equivalent to --stack-after-data).  Pass option 'y' to aslink for
9007         the creation of the .mem file.  Delegates the allocation of data area
9008         to aslink (it is not longer 0x30 by default).  If --stack-loc passes
9009         the begining of the stack area to aslink.
9010
9011         * \sdcc\src\SDCCmem.c:  If a register bank is used, marks it so
9012         glue() in SDCCglue.c creates an area for it.
9013
9014 2002-09-03  Borut Razem <borut.razem AT siol.net>
9015         * sdcc/src/SDCCglue.c, sdcc/src/SDCCglue.h, sdcc/src/SDCCmain.c,
9016         sdcc/src/pic/glue.c:
9017         introduced atexit() handler for teporay files removal in case of
9018         errors, assertions, ...
9019
9020 2002-08-29  Borut Razem <borut.razem AT siol.net>
9021         * sdcc/support/cpp2/auto-host_vc_in.h:
9022         re-definition of O_BINARY and other O_XXX as _O_BINARY and _O_XXX, so the problem
9023         with the returned value from read() in sdcc/support/cpp2/cppfiles.c is solved for MSC.
9024         Maybe there is a similar problem with BORLANDC? It should be checked!
9025
9026         * sdcc/src/ds390/ralloc.c, sdcc/src/mcs51/ralloc.c, sdcc/src/z80/ralloc.c:
9027         corrected improper use of assert: the assignment to clr variable was done inside the assert.
9028         In case that NDEBUG was defined, the assert macro was substituted with no-op, so the assignment
9029         was not executed, and the compiler (cl) launched a warning:
9030         ralloc.c(1442) : warning C4700: local variable 'clr' used without having been initialized
9031
9032 2002-08-28  Bernhard Held <bernhard AT bernhardheld.de>
9033         * src/SDCCglue.c (printIvalArray): iterative calculation of array length
9034
9035 2002-08-28  Jesus Calvino-Fraga and Borut Razem <borut.razem AT siol.net>
9036         * sdcc/sdcc.dsw: added sdcpp, sdcppa, yacc, conf projects
9037
9038         * sdcc/src/src.dsp, sdcc/src/avr/avr.dsp, sdcc/src/ds390/ds390.dsp,
9039           sdcc/src/mcs51/mcs51.dsp, sdcc/src/pic/pic.dsp, sdcc/src/z80/z80.dsp,
9040           sdcc/src/xa51/xa51.dsp, sdcc/src/avr/avra.dsp,
9041           sdcc/src/ds390/ds390a.dsp, sdcc/src/mcs51/mcs51a.dsp,
9042           sdcc/src/pic/pica.dsp, sdcc/src/z80/z80a.dsp,
9043           sdcc/src/xa51/xa51a.dsp, sdcc/as/as_z80.dsp,
9044           sdcc/as/aslink.dsp, sdcc/as/asx8051.dsp, sdcc/packihx/packihx.dsp:
9045         - added Release configuration in VS projects
9046         - review of compiler an linker options
9047         - VC .exe files are generated in bin_vc directory, not to interfere
9048           with binaries generated from other projects (cygwin, mingw, bcc ...)
9049
9050         * sdcc/src/yacc.dsp: added
9051
9052         * sdcc/config.dsp, sdcc/configure_vc.awk, sdcc/sdcc_vc_in.h:
9053         added - genarate sdcc_vc.h using sdcc_vc_in.h as template
9054         and insert the version number definitions from .version
9055
9056         * sdcc/support/cpp2/sdcpp.dsp: added - VC project for sdcpp
9057
9058         * sdcc/support/cpp2/sdcppa.dsp, sdcc/support/cpp2/auto-host_vc_in.h:
9059         added - genarate auto-host.h using auto-host_vc_in.h as template
9060
9061         * sdcc/sdcc_vc.h,
9062         removed from CVS, generated automatically
9063
9064 2002-08-25  Bernhard Held <bernhard AT bernhardheld.de>
9065         * support/scripts/inc2h.pl: use gputils or gpasm (from Nathan Hurst)
9066
9067 2002-08-11  Borut Razem <borut.razem AT siol.net>
9068         * support/Util/NewAlloc.c: removed unneeded #include "sdccconf.h" (suggested by Jesus Calvino-Fraga)
9069
9070 2002-08-10  Borut Razem <borut.razem AT siol.net>
9071         * src/SDCCmain.c (main):
9072         file preOutName was unlinked before closed. This seems to be OK on UNIX and cygwin
9073         platforms, but it doesn't work with Visual Studio: the opened file can not be removed.
9074         The consequence was that some temporary files were not removed.
9075
9076         * src/SDCCglue.c:
9077         unification of code in functions tempfilename() and tempfile():
9078         function tempnam() is defined in Visual Studio 6.0 and .NET
9079
9080         * sdcc/sdcc.dsw: removed project sdcpp, added project xa51a
9081
9082         * sdcc/src/src.dsp, sdcc/src/avr/avr.dsp, sdcc/src/ds390/ds390.dsp,
9083           sdcc/src/mcs51/mcs51.dsp, sdcc/src/pic/pic.dsp, sdcc/src/z80/z80.dsp:
9084         - removed compiler command line option /WX: Treats all warnings as errors
9085         - update a list of source files, included into the project
9086
9087         * sdcc/src/avr/avra.dsp, sdcc/src/ds390/ds390a.dsp, sdcc/src/mcs51/mcs51a.dsp,
9088           sdcc/src/pic/pica.dsp, sdcc/src/z80/z80a.dsp:
9089         changed project type to Generic Project so that can be correcly converted to VS.NET project
9090
9091         * sdcc/as/mcs51/asm.h: definition of PATH_MAX for MSC
9092
9093         * sdcc/src/SDCCast.c: solved MSC error in function decorateType()
9094
9095         * sdcc/src/SDCC.y: added missing ending ';' to rules to get rid of bison warnings
9096
9097         * dcc/src/ds390/ralloc.c, sdcc/src/mcs51/ralloc.c:
9098         added return 0 statements after assert() to make compiler happy
9099
9100         * sdcc/src/xa51/peeph.rul, sdcc/src/xa51/peeph.def, sdcc/src/z80/ralloc.c:
9101         added newline in the def file to keep MSC compiler satisfied
9102
9103         * sdcc/src/z80/gen.c:
9104         - function strcasecmp() is not defined in MSC (and probably also in BORLANDC),
9105           so it is replaced with STRCASECMP, which is defined as stricmp in case of MSC and BORLANDC
9106         - solved MSC error in function aopDump()
9107
9108         * sdcc_vc.h: define PREFIX as "\\sdcc"
9109
9110 2002-07-18  Bernhard Held <bernhard AT bernhardheld.de>
9111         * src/SDCCast.c (decorateType): fixed access to array of structures http://sourceforge.net/mailarchive/forum.php?thread_id=902690&forum_id=4107
9112
9113 2002-06-22  Scott Dattalo <scott AT dattalo.com>
9114         * src/pic/*: Numerous bug fixes. Flow analysis has been enhanced.
9115         - Rewrote the register banking algorithm.
9116         - Added pCode live-range analysis to registers (for now, only non-used and
9117         singly-used registers optimized away)
9118
9119         * src/pic/pcoderegs.[ch]: Added new files for pCode live-range analysis
9120
9121         * 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.
9122
9123 2002-05-10  Scott Dattalo <scott AT dattalo.com>
9124         * src/pic/*: Added support for multiplication. Fixed many,many bugs.
9125
9126 2002-04-22  Michael Hope  <michaelh AT vroom>
9127
9128         * device/lib/z80/printf.c: Changed emitter to volatile to work around a pcall bug.
9129
9130         * configure.in (DD_COPT): Added include support required for gbdk.
9131
9132         * .version: Bumped version number just to increase it.
9133
9134         * src/SDCCmain.c: Added -nostdinc to the default options.
9135
9136 2002-04-15  Michael Hope  <michaelh AT vroom>
9137
9138         * device/lib/z80/printf.c (sprintf): Added.
9139
9140         * src/z80/ralloc.c (packRegisters): Disabled pack HL use for GB as it's broken.
9141
9142         * src/z80/peeph.def: Added transpose redundent load rule.
9143
9144         * src/z80/main.c: Added force callee saves for jaune.
9145
9146         * src/port.h: Removed the i186 and tlcs-900h ports as they weren't being being developed.
9147
9148         * src/SDCCmain.c: Pulled the options definition out so that you can add port specific options without changing the main file.
9149
9150 2002-03-28  Johan Knol  <johan AT balder>
9151
9152         * src/SDCCval.c: fixed bug #532436
9153
9154 2002-03-14  Scott Dattalo <scott AT dattalo.com>
9155         * /src/port.h:
9156         Added "char *Processor" field to the port structure.
9157
9158         * /src/SDCCmain.c:
9159         Added -p option. Allows port dependent processor to be specified.
9160
9161         * all ports:
9162         Initialized the new field char *Processor field to NULL in all ports
9163
9164         * /src/pic/*:
9165         Compiler generated registers for interrupt context saving
9166         were not getting allocated.
9167
9168 2002-03-16  Sandeep Dutta  <sandeep AT ddi.com>
9169
9170         * /src/SDCCast.c:
9171         Fixed left shift. Will promote the left side of a left shift
9172         if a) left shifting more than size of operand or b) when assigned
9173         to something size > size of left side
9174
9175 2002-03-14  Scott Dattalo <scott AT dattalo.com>
9176         * src/pic/*
9177         tons of changes. Register allocation has been
9178         rewritten. Added customization for the various PICs. Flow
9179         analysis is restructured. ...
9180
9181         * src/pic/device.h:
9182         Added
9183
9184         * src/pic/device.c:
9185         Added. device.c is a PIC port hack to accomodate variations
9186         in PIC devices.
9187
9188 2002-03-13  Michael Hope  <michaelh AT vroom>
9189
9190         * src/z80/gen.c (genGenPointerGet): Fixed a bug where a pointer in HL is dereferenced into HL but HL is not spilled.  Yeah.
9191
9192 2002-03-04  johanknol  <johanknol AT manik>
9193
9194         * /src/SDCCval.c: fixed
9195
9196         const unsigned char arr[][2] = { { 0, 1 } };
9197         t18.c:1: error: Initializer element is not constant
9198
9199 2002-03-04  bela  <bela AT manik>
9200
9201         * /device/include/mcs51reg.h:
9202         ds89c420 register definition update
9203
9204 2002-03-03    <johan AT FRIJA>
9205
9206         * support/Util/SDCCerr.c: did something, but don't no why anymore
9207
9208         * support/regression/tests/bug-524691.c: made it a little less shy
9209
9210         * src/SDCCast.c (decorateType): fixed bug #524697
9211
9212         * src/SDCCast.c: made some lineno improvements
9213
9214         * src/SDCCval.c (getNelements): changed warning to error
9215
9216         * src/SDCCglue.c (printIvalArray): changed warning to error
9217
9218         * src/SDCCicode.c: fixed a warning for mingw
9219
9220         * src/SDCCast.c (decorateType): fixed the << promotion for ops
9221
9222         * src/SDCCicode.c (geniCodeDivision): divide is shift only for unsigned (bug #524685)
9223
9224 2002-03-02  Sandeep Dutta  <sandeep AT ddi.com>
9225
9226         * src/ds390/peeph.def:
9227         Added some more peephole rules
9228
9229         * src/ds390/gen.c: Various fixes & enhancements
9230
9231         * src/SDCClrange.c, src/SDCClrange.h:
9232         functions "alldefsoutofrange" and "notusedinblock" moved to SDCClrange.c
9233
9234         * src/ds390/ralloc.c:
9235         various fixes & enhancements (ds390) specific
9236
9237         * src/avr/ralloc.c, src/mcs51/ralloc.c, src/pic/ralloc.c, src/xa51/ralloc.c, src/z80/ralloc.c:
9238         Functions "allDefsOutOfRange" & "notUsedinBlock" moved to SDCClrange.c
9239         from rallocs.
9240
9241         * sdcc/src/SDCCcse.c: Better fix for bug # 514308
9242
9243 2002-03-02    <johan AT FRIJA>
9244
9245         * src/SDCCast.c (decorateType): fixed bug #524708
9246
9247         * src/SDCCval.c (floatFromVal): fixed the literal void (whatever that may be)
9248
9249         * src/SDCCicode.c (geniCodePtrPtrSubtract): fixed bug #524691
9250
9251 2002-03-01  Michael Hope  <michaelh AT vroom>
9252
9253         * src/SDCCsymt.c (initCSupport): Removed managling of support function names.
9254
9255         * src/z80/ralloc.c (packRegsForIYUse): Fixed fp bug where four byte operands were packed into IY.
9256
9257 2002-03-01    <johan AT FRIJA>
9258
9259         * src/SDCCglue.c (printIvalPtr): fixed bug #524211
9260
9261         * src/SDCCast.c (decorateType): fixed bug #524209
9262
9263         * src/SDCCval.c (valNot): fixed bug #524195
9264
9265 2002-02-26    <johan AT balder>
9266
9267         * src/xa51/gen.c: fixed a warning
9268
9269         * src/SDCCglue.c (printIvalFuncPtr): fixed bug #522534
9270
9271         * src/SDCCast.c (decorateType): fixed bug #522534
9272
9273 2002-02-23    <johan AT balder>
9274
9275         * src/SDCCdflow.c (computeDataFlow): fixed bug #460088
9276
9277 2002-02-22    <johan AT balder>
9278
9279         * src/SDCCast.c: fixed bug #514865
9280
9281         * src/SDCCy.c ("SDCC.y"): fixed bug #516625
9282
9283 2002-02-21  Sandeep Dutta  <sandeep AT ddi.com>
9284
9285         * sdcc/src/SDCCloop.c:
9286         Previous fix was not good. basic blocks that have "break" or "return" are
9287         not really partof a loop , but live ranges used in these blocks should
9288         be live thru the entire loop, so set partOfLoop but don't add them to
9289         loop region
9290
9291 2002-02-21    <johan AT FRIJA>
9292
9293         * src/SDCCcse.c: fixed bug #514308
9294
9295 2002-02-20  Sandeep Dutta  <sandeep AT ddi.com>
9296
9297         * src/SDCCloop.c:
9298         Fixed BUG #519583. If a conditional block ended in a return/break
9299         statement inside a loop, it was not being considered part of the loop.
9300
9301         * src/SDCCcflow.c: Removed fix (Fixed in SDCCloop.c)
9302
9303 2002-02-10  Karl Bongers <karl AT turbobit.com>
9304
9305         * debugger/*:
9306         Fixed up SDCDB debugger somewhat.  Updated debugger/README
9307         with lots of comments and notes.
9308
9309         * device/examples/test2.c:
9310         Fix bug, "red" variable not being initialized(compiler complained).
9311
9312         * device/examples/Makefile, examples/test3.c:
9313         Add Makefile in device/examples folder, compiles test3.c
9314         for use as a multiple module SDCDB test case.
9315
9316         * sim/ucsim/cmd.src/cmdset.cc:
9317         Took out debug printfs in ucsim "next" command.
9318
9319         * sim/ucsim/xa.src:
9320         Karl and Johan start ucsim XA support.  Most dissassembly working,
9321         about 75% emulation done(plenty of work remaining).
9322
9323         * sim/ucsim/z80.src:
9324         Add Z80 support to ucsim, add test-ucz80 regression test,
9325         notice ucsim/z80 emulation fails on examples/test3.c/itoa code.
9326         Notice z80 compiler fails on examples/test3.c/crc code.
9327
9328 2002-01-30  Sandeep Dutta  <sandeep AT ddi.com>
9329
9330         * src/mcs51/gen.c, src/mcs51/main.c, src/mcs51/ralloc.c:
9331         Added support for --parms-in-bank1
9332
9333         * src/ds390/peeph.def:
9334         added a few more peephole optimzations
9335
9336         * src/ds390/main.c:
9337         1) added __builtin_inp & __builtin_outp used to read in data of given length
9338            from a memory mapped port
9339         2) added __builtin_memcmp
9340         3) added __builtin_swapw swap bytes of a short
9341
9342         * src/ds390/gen.c, src/ds390/gen.h, src/ds390/ralloc.c:
9343         1) handle multiple send & receives from register bank1
9344         2) ralloc can now allocate DPTR1 to some liveRanges
9345
9346         * src/SDCCsymt.c, src/SDCCsymt.h:
9347         changes to handle multiple sends & receives
9348
9349         * src/SDCCptropt.h:
9350         added some pointer arithmetic optimization
9351
9352         * src/SDCCptropt.c:
9353         added some pointer arithmetic optimizations but not stable yet so not
9354         called from anywhere (will get this working shortly)
9355
9356         * src/SDCCopt.c: fixed for multiple sends & receives
9357
9358         * src/SDCCmain.c:
9359         1) added options --parms-in-bank1 (ds390/mcs51) & --protect-sp-update
9360         2) preprocessing done AFTER port->finalizeoptions . This allows ports to
9361            set preprocessor defines (depending on options)
9362
9363         * src/SDCCicode.c, src/SDCCicode.h:
9364         changes made to handle multiple sends & receives
9365
9366         * src/SDCCglobl.h:
9367         Added options --protect-sp-update (ds390) and --parms-in-bank1 (ds390/mcs51)
9368
9369         * src/SDCCcse.c, src/SDCCcse.h:
9370         added function findbackward def (to be used in upcoming optimization)
9371
9372         * src/SDCCcflow.c, src/SDCCcflow.h:
9373         added function returnAtEnd - to determine if a basic block terminates with
9374         a RETURN iCode
9375
9376         * src/SDCCast.c, src/SDCCast.h:
9377         added option parms-in-bank1
9378
9379         * device/lib/_divsint.c, device/lib/_divslong.c, device/lib/_divuint.c
9380         * device/lib/_divulong.c, device/lib/_modsint.c, device/lib/_modslong.c
9381         * device/lib/_modulong.c, device/lib/_mulint.c, device/lib/_mullong.c:
9382         adjusted for --parms-in-bank1 option
9383
9384         * device/include/string.h:
9385         donot redefine "reentrant" keyword
9386
9387         * device/include/ds80c390.h: Added some more SFRs
9388
9389 2002-01-28  Bernhard Held  <bernhard AT bernhardheld.de>
9390
9391         * sim/ucsim: Merged branch ucsim-034-pre3 to main trunk; new version 0.4
9392
9393 2002-01-26  Bernhard Held  <bernhard AT bernhardheld.de>
9394
9395         * src/SDCCast.c (funcOfType): fix usage of double --float-reent
9396
9397 2002-01-22  Bernhard Held  <bernhard AT bernhardheld.de>
9398
9399         * support/regression/fwk/lib/testfwk.c (main): Removed workaround for bug #505387
9400
9401 2002-01-18  Paul Stoffregen  <paul AT pjrc.com>
9402
9403         * Added --xram-movc option
9404
9405 2002-01-13  Bernhard Held  <bernhard AT bernhardheld.de>
9406
9407         * support/regression/Makefile: don't include test-mcs51-stack-auto in target all
9408
9409 2002-01-11  Johan Knol
9410
9411         * Added math lib of Jesus Calvino-Fraga
9412
9413 2002-01-08  Bernhard Held  <bernhard AT bernhardheld.de>
9414
9415         * src/SDCCmain.c (processFile): fix processing of ../../src.c
9416         * support/regression/Makefile: new target test-mcs51-stack-auto
9417         * support/regression/ports/mcs51-stack-auto/spec.mk: added
9418
9419 2002-01-04  Bernhard Held  <bernhard AT bernhardheld.de>
9420
9421         * src/SDCCglue.h: printIvalCharPtr(), not printIvalChar()
9422
9423 2002-01-04  Bernhard Held  <bernhard AT bernhardheld.de>
9424
9425         * support/regression/ports/mcs51/support.c: correct setup of timer / UART
9426
9427 2002-01-03  Bernhard Held  <bernhard AT bernhardheld.de>
9428
9429         * src/SDCCsymt.c (processFuncArgs): fix #498307 by Johan
9430
9431         * src/SDCCglue.h: add definition for printIvalChar()
9432
9433 2002-01-02  Bernhard Held  <bernhard AT bernhardheld.de>
9434
9435         * src/SDCCast.c: fix #498138 by Johan
9436
9437         * src/SDCCglue.c: fix #498138 by Johan
9438
9439 2002-01-02  Bernhard Held  <bernhard AT bernhardheld.de>
9440
9441         * support/regression/Makefile: fix clean
9442
9443         * support/regression/ports/ds390/support.c: fix transmission of last character
9444
9445 2001-12-29  Sandeep Dutta  <sandeep AT ddi.com>
9446
9447         * /sdcc/src/ds390/gen.c:
9448         a) improved computing address of stack variable
9449         b) took out some #if 0 code
9450         c) improved parmBytes adjustment
9451         d) improved genPlusIncr & genMinusIncr
9452         e) genCmp could generate bad code (when left assigned to DPTR)
9453         f) Fixed bug in hasInc
9454
9455         * /sdcc/src/ds390/ralloc.c:
9456         a) packRegsForSupport could mess up live information (Fixed)
9457         b) packRegsDPTRuse could be incorrect for left & right shift
9458
9459         * /sdcc/src/mcs51/ralloc.c:
9460         packRegsForSupport could mess up the live information (Fixed)
9461
9462         * /sdcc/src/mcs51/gen.c: Fixed a bug in hasInc
9463
9464         * /sdcc/src/SDCCast.c:
9465         can reverse a loop even if function call is present as long
9466         as the loop control variable is local & is not passed as parameter
9467
9468 2001-12-24  Sandeep Dutta  <sandeep AT ddi.com>
9469
9470         * /sdcc/ChangeLog: *** empty log message ***
9471
9472         * /sdcc/src/ds390/gen.c, /sdcc/src/ds390/main.c:
9473         More builtin function additions for TININative
9474
9475         * /sdcc/src/ds390/ralloc.c:
9476         Had broken the regression testsuite
9477
9478         * /sdcc/src/SDCCast.c: Fixed a bug in dumptree
9479
9480         * /sdcc/src/SDCCsymt.c, /sdcc/src/SDCCsymt.h:
9481         Added funcattr hasStackParms will be set for reentrant functions when there
9482         are paramteres on the stack, this helps in minimizing frame pointer generation
9483         typeFromStr can handle function pointers now
9484
9485         * /sdcc/doc/builtins.txt, /sdcc/doc/TININative.txt:
9486         *** empty log message ***
9487
9488 2001-12-24  Sandeep Dutta  <sandeep AT ddi.com>
9489
9490         * /src/ds390/gen.c, /src/ds390/main.c:
9491         More builtin function additions for TININative
9492
9493         * /src/ds390/ralloc.c:
9494         Had broken the regression testsuite
9495
9496         * /src/SDCCast.c: Fixed a bug in dumptree
9497
9498         * /src/SDCCsymt.c, /src/SDCCsymt.h:
9499         Added funcattr hasStackParms will be set for reentrant functions when there
9500         are paramteres on the stack, this helps in minimizing frame pointer generation
9501         typeFromStr can handle function pointers now
9502
9503         * /doc/builtins.txt, /doc/TININative.txt:
9504         *** empty log message ***
9505
9506
9507 2001-12-24  Sandeep Dutta  <sandeep AT ddi.com>
9508
9509         * /src/ds390/gen.c, /src/ds390/main.c, /src/ds390/peeph.def, /src/ds390/ralloc.c:
9510         ALPHA version for -mTININative
9511
9512         * /src/izt/i186.c, /src/izt/tlcs900h.c, /src/mcs51/main.c, /src/pic/main.c, /src/z80/main.c, /src/avr/main.c:
9513         updated to reflect changes in the port structure
9514
9515         * /src/port.h:
9516         added function do_assemble (similar to do_link) if non-null this function
9517         will be called to do assembly (-mTININative) requires a multi command
9518         assembly
9519         added function genAssemblerEnd will be called to generate assembler Epilogue
9520
9521         * /src/SDCCsymt.c:
9522         added _JavaNative to debug info printing
9523
9524         * /src/SDCCmain.c: added option --tini-libid
9525         added port->do_assemble function (-mTININative) has a multi command assemble
9526
9527         * /src/SDCCglue.c: Disabled "constExpr" check
9528         added port->genAssemblerEnd function
9529
9530         * /src/SDCCglobl.h: Added option --tini-libid value
9531
9532         * /src/SDCCast.h:
9533         tookout optimizeCompare from the header (has no external references)
9534
9535         * /src/SDCCast.c: made one more function "static"
9536
9537 2001-12-23  Michael Hope  <michaelh AT juju.net.nz>
9538
9539         * src/z80/mappings.i: Added z80asm support.
9540
9541         * src/z80/main.c: Added z80asm support on --asm=z80asm
9542
9543         * src/z80/gen.c: Fixed asm portability issues.
9544
9545         * src/asm.c (tvsprintf): Removed old code, added 'N' for function name.  For extern support.
9546
9547         * src/SDCCglue.c (printExterns): Added global/extern split.
9548
9549 2001-12-17  Bernhard Held  <bernhard AT bernhardheld.de>
9550
9551         * support/regression/Makefile: added test for mcs51 model large
9552
9553         * support/regression/ports/mcs51-large/spec.mk: added test for mcs51 model large
9554
9555         * support/regression/ports/gbz80/spec.mk: added -mgbz80
9556
9557 2001-12-05  Michael Hope  <michaelh AT juju.net.nz>
9558
9559         * src/diff.1 (Index): Many, many optmisiations.  Dhrystone up to 201.
9560
9561 1904-01-06  Michael Hope  <michaelh AT juju.net.nz>
9562
9563         * src/z80/ralloc.c (packRegsForIYUse): Fixed the case where an operand is in direct space.
9564
9565         * src/z80/gen.c (makeFreePairId): Optimised IY load by using a spare pair.
9566
9567 2001-12-02  Bernhard Held  <bernhard AT bernhardheld.de>
9568
9569         * src/mcs51/gen.c (genFunction): avoid excess "inc sp"
9570
9571         * support/regression/tests/simplefloat.c: Port to mcs51.
9572
9573 2001-11-25  Michael Hope  <michaelh AT juju.net.nz>
9574         * support/regression/tests/bug-485362.c: Added.
9575
9576         * support/regression/tests/simplefloat.c (testDivNearOne): Added.
9577
9578         * src/z80/gen.c (aopOp): Fixed case where left and result are in the same spill loc and they have different sizes.
9579
9580         * src/z80/peeph.def: Added rules for optimising two byte compares on the same thing, and to optimise two ptr assign.
9581
9582         * src/z80/gen.c (aopDump): Added a dump function.
9583
9584 2001-11-25  Bernhard Held  <bernhard AT bernhardheld.de>
9585         * sim/ucsim/s51.src/glob.cc: DS390 SFRs and bits added.
9586
9587         * sim/ucsim/s51.src/port.cc: Port 4 and 5 added.
9588
9589         * sim/ucsim/s51.src/regs51.h: DS390 SFRs added.
9590
9591         * sim/ucsim/s51.src/uc390.cc: Some details improved, CKRDY works for tinibios.
9592
9593         * sim/ucsim/s51.src/uc390cl.h: Work in progress.
9594
9595         * sim/ucsim/sim.src/uccl.h: 6 ports for DS390.
9596
9597         * support/regression/fwk/lib/testfwk.c: Run with tinibios.
9598
9599         * support/regression/ports/mcs51/spec.mk: Fine tuninig.
9600
9601         * support/regression/ports/ds390/support.c: Use tinibios.
9602
9603         * support/regression/ports/ds390/spec.mk: Fine tuning, use tinibios.
9604
9605 2001-11-23  Michael Hope  <michaelh AT juju.net.nz>support/regression/tests/bug-460010.c
9606
9607         * src/z80/ralloc.c (packRegsForHLUse3): Changed to not pack into HL if anything is in direct space.
9608         (packRegsForHLUse3): Added packing support for send, cast, and return value from a call.
9609
9610         * src/z80/peeph.def: Added rules for optimising pushes of part of a pair.
9611
9612         * src/z80/gen.c (emitCall): Changed the stack fixup to not use HL.
9613
9614 2001-11-18  Michael Hope  <michaelh AT juju.net.nz>
9615
9616         * src/z80/gen.c (genCmp): Fixed compare on unsigned.
9617
9618         * src/z80/ralloc.c (packRegsForHLUse3): Created and optimised.
9619         (packRegsForIYUse): Created and optimised.
9620
9621 2001-11-07  Michael Hope  <michaelh AT juju.net.nz>
9622
9623         * support/regression/tests/float.c (testFloatAdd): Fixed up warning.
9624 2001-11-18  Bernhard Held  <bernhard AT bernhardheld.de>
9625
9626         * sdcc/support/regression/tests/bug-460010.c: fix seg violation on host
9627
9628         * sdcc/support/regression/tests/muldiv.c: fix output on mcs51
9629
9630         * sdcc/support/regression/tests/stacks.c: fix DSEG overflow on mcs51
9631
9632 2001-11-07  Bernhard Held  <bernhard AT bernhardheld.de>
9633
9634         * sdcc/sim/device/lib/_gptrget.c: mem region 5 (idata) added
9635
9636         * sdcc/sim/device/lib/_gptrput.c: mem region 5 (idata) added
9637
9638 2001-11-07  Bernhard Held  <bernhard AT bernhardheld.de>
9639
9640         * sdcc/sim/ucsim/globals.cc: New: IXRAM.
9641
9642         * sdcc/sim/ucsim/stypes.h: New: IXRAM.
9643
9644         * sdcc/sim/ucsim/s51.src/uc390.cc: New: IXRAM.
9645
9646 2001-11-07  Michael Hope  <michaelh AT juju.net.nz>
9647
9648         * src/z80/ralloc.c (packRegsForHLUse): Banned IFXs from being packed into HL.
9649         (packRegsForHLUse): Added rule to pack address of/pointer get for itemps into HL for the Z80.
9650         (packRegsForAccUse2): Added rule to pack hbit IFXs into A.
9651
9652         * src/z80/main.c (_setDefaultOptions): Made float code re-entrant by default.
9653
9654         * src/z80/gen.c (aopGetLitWordLong): Added word support for floats.
9655         (genNotFloat): Added.
9656         (genUminusFloat): Added.
9657
9658         * device/lib/z80/Makefile: Added floating pt stubs.
9659
9660         * device/lib/Makefile.in (Z80SOURCES): Added floating pt support.
9661
9662         * src/z80/gen.c (genIpush): Fixed up a push of one byte when left is in a pair.
9663
9664         * device/lib/_fsadd.c (__fsadd): Fixed up return where the numbers are hugely different.
9665
9666 2001-11-07  Bernhard Held  <bernhard AT bernhardheld.de>
9667
9668         * sdcc/sim/ucsim/s51.src/glob.cc: Minor fix.
9669
9670         * sdcc/sim/ucsim/s51.src/regs51.h: Minor fix.
9671
9672         * sdcc/support/regression/Makefile: Add port ds390.
9673
9674         * sdcc/support/regression/ports/mcs51/spec.mk: Minor change.
9675
9676         * sdcc/support/regression/ports/z80/spec.mk: Minor change.
9677
9678         * sdcc/support/regression/ports/ds390/spec.mk: Added.
9679
9680         * sdcc/support/regression/ports/ds390/support.c: Added.
9681
9682         * sdcc/support/regression/ports/ds390/uCsim.cmd: Added.
9683
9684         * sdcc/support/regression/ports/mcs51/timeout.c: Cut.
9685
9686         * sdcc/support/regression/fwk/lib/timeout.c: Paste.
9687
9688 2001-11-04  Michael Hope  <michaelh AT juju.net.nz>
9689
9690         * device/include/malloc.h: Added z80 and gbz80 support.
9691
9692         * device/lib/gbz80/heap.s: Added.
9693
9694         * device/lib/z80/heap.s: Added.
9695
9696         * device/lib/malloc.c: Added z80 and gbz80 support.
9697
9698         * support/regression/tests/malloc.c (testMalloc): Added.
9699
9700         * src/SDCCmain.c (parseCmdLine): Added support for -Wp.
9701
9702         * support/regression/tests/bug-478094.c: Added.
9703
9704         * src/z80/gen.c (commitPair): Fixed silly gbz80/z80 commit to static bug.
9705
9706 2001-11-04  Bernhard Held  <bernhard AT bernhardheld.de>
9707
9708         * sdcc/sim/ucsim/s51.src/uc390cl.h: Improvement for ds390 to run regression tests
9709
9710         * sdcc/sim/ucsim/s51.src/uc390.h: Improvement for ds390 to run regression tests
9711
9712         * sdcc/sim/ucsim/s51.src/regs51.h: Improvement for ds390 to run regression tests
9713
9714         * sdcc/sim/ucsim/s51.src/glob.cc: Improvement for ds390 to run regression tests
9715
9716         * sdcc/support/regression/tests/bug-460010.c: Small change for ds390
9717
9718 2001-11-04  Michael Hope  <michaelh AT juju.net.nz>
9719
9720         * src/z80/peeph-gbz80.def: Removed a bad sub optimisation.
9721
9722 2001-11-03  Michael Hope  <michaelh AT juju.net.nz>
9723
9724         * support/regression/tests/bug-477927.c: Added.
9725
9726         * src/z80/peeph.def: Added minor rules.
9727
9728         * src/z80/gen.c (genPlusIncr): Added an extra plusinc rule.
9729
9730         * src/z80/peeph.def: Added jump optimisation modification.
9731
9732 2001-11-01  Michael Hope  <michaelh AT juju.net.nz>
9733
9734         * src/SDCCmain.c (linkEdit): Added runtime path detection to the mcs51 port.
9735
9736 2001-10-30  Michael Hope  <michaelh AT juju.net.nz>
9737
9738         * support/regression/tests/funptrs.c: Added.
9739
9740 2001-10-29  Michael Hope  <michaelh AT juju.net.nz>
9741
9742         * src/z80/ralloc.c (packRegsForHLUse): Fixed up bad spill due to pushing one byte via HL.
9743
9744 2001-10-28  Michael Hope  <michaelh AT juju.net.nz>
9745
9746         * src/z80/gen.c (genArrayInit): Made it work for on stack arrays.
9747
9748         * src/z80/main.c (gbz80_port =): Added rle support to the gbz80 port.
9749
9750         * src/z80/gen.c (genMinus): Fixed for where the result is one byte.
9751         (movLeft2ResultLong): Created.
9752
9753         * src/z80/ralloc.c (packRegsForHLUse): Added a couple of simple cases for the GB.
9754         (joinPushes): Added.  Joins two char pushes into a word push.
9755
9756 2001-10-27  Michael Hope  <michaelh AT juju.net.nz>
9757
9758         * support/cpp2/Makefile.in (install): Added creation of dest dir.
9759
9760         * support/makebin/Makefile (install): Added creation of dest dir.
9761
9762 2001-10-24 Karl Bongers <karl AT turbobit.com>
9763
9764         * configure.in, configure, Makefile, support/cpp: Removed cpp folder, since we have new cpp2 preprocessor code.
9765
9766 2001-10-21  Michael Hope  <michaelh AT juju.net.nz>
9767
9768         * src/z80/ralloc.c: Turned off faulty pack for one use.
9769
9770         * src/z80/peeph-gbz80.def: Removed redundent restart options.
9771
9772         * src/z80/gen.c (genMult): Added native mul for constants on the z80 and gbz80.
9773
9774 2001-10-21  Bernhard Held  <bernhard AT bernhardheld.de>
9775
9776         * support/regression/Makefile: Improved clean
9777
9778         * support/regression/ports/gbz80/spec.mk: Added clean
9779
9780         * support/regression/ports/host/spec.mk: Added clean
9781
9782         * support/regression/ports/z80/spec.mk: Added clean
9783
9784         * support/regression/ports/mcs51/spec.mk: Added clean, little improvements
9785
9786         * support/regression/ports/mcs51/timeout.c: little improvements
9787
9788 2001-10-17  Michael Hope  <michaelh AT juju.net.nz>
9789
9790         * device/lib/malloc.c (MEMHEADER): Fixed against new pedantic pointers.
9791
9792         * support/regression/fwk/include/testfwk.h: Fixed up to use function pts correctly.
9793
9794         * support/regression/generate-cases.py: Fixed up to use function pts correctly.
9795
9796 2001-10-16  Bernhard Held  <bernhard AT bernhardheld.de>
9797
9798         * support/regression/port/mcs51/spec.mk: add timeout for uCsim
9799
9800         * support/regression/port/mcs51/timeout.c: add timeout for uCsim
9801
9802 2001-10-13  Michael Hope  <michaelh AT juju.net.nz>
9803         * src/z80/gen.c (emitCall): Fixed up missing spill of HL when used to assign the result value.
9804
9805         * src/z80/ralloc.c: Turned off pack for one use as it's quite broken.
9806
9807         * src/SDCCmain.c (linkEdit): Added support for passing a legacy command line through the processor.
9808
9809         * src/mcs51/main.c (_linkCmd): Added bin path to command.
9810
9811         * src/SDCCmain.c (initValues): Added support for when it it called just to link.
9812
9813         * as/mcs51/lklibr.c (libfil;): Turned off 'library file' message.
9814
9815         * src/SDCCval.c (constVal): Fixed usage of 'L' modifier problems on ppc.
9816
9817         * support/regression/tests/longor.c: Added.
9818
9819 2001-10-11  Bernhard Held  <bernhard AT bernhardheld.de>
9820
9821         * as/mcs51/asdata.c: replaced FILENAME_MAX with PATH_MAX
9822
9823         * as/mcs51/aslink.h: define PATH_MAX
9824
9825         * as/mcs51/asm.h: define PATH_MAX
9826
9827         * as/mcs51/asmain.c: replaced FILENAME_MAX with PATH_MAX
9828
9829         * as/mcs51/asnoice.c: replaced FILENAME_MAX with PATH_MAX
9830
9831         * as/mcs51/lklex.c: replaced FILENAME_MAX with PATH_MAX
9832
9833         * as/mcs51/lkmain.c: replaced FILENAME_MAX with PATH_MAX
9834
9835         * src/SDCCglobl.h: define PATH_MAX
9836
9837         * src/SDCCmacro.c: replaced FILENAME_MAX with PATH_MAX
9838
9839         * src/SDCCmain.c: replaced FILENAME_MAX with PATH_MAX
9840
9841 2001-10-11  Michael Hope  <michaelh AT juju.net.nz>
9842
9843         * src/z80/gen.c (gencjneshort): Fixed
9844
9845         * src/z80/ralloc.c (packRegsForHLUse): Added pack into HL for cast then ipush.
9846
9847 2001-10-09  Michael Hope  <michaelh AT juju.net.nz>
9848
9849         * support/regression/tests/bug-469671.c: Added.
9850
9851         * src/z80/gen.c (shiftIntoPair): Fixed up warning.
9852
9853 2001-10-08  Michael Hope  <michaelh AT juju.net.nz>
9854
9855         * src/SDCCmain.c: Added --fommit-frame-pointer option and implemented in the z80 port.
9856
9857         * src/z80/gen.c (genPlus): Fixed to work with extended stack.  Also fixed genMinus, genCmp.  genUMinus is still left.
9858
9859 2001-10-08  Bernhar Held  <bernhard AT bernhardheld.de>
9860
9861         * src/SDCCmain.c (preProcess): added define SDCC_NOOVERLAY
9862
9863         * src/device/lib/_mulint.c  : removed hint: nooverlay bug
9864
9865         * src/device/lib/_mullong.c : removed hint: nooverlay bug
9866
9867         * src/device/lib/_divuint.c : removed hint: nooverlay bug
9868
9869         * src/device/lib/_divulong.c: removed hint: nooverlay bug
9870
9871         * src/device/lib/_moduint.c : removed hint: nooverlay bug
9872
9873         * src/device/lib/_modulong.c: removed hint: nooverlay bug
9874
9875 2001-10-07  Michael Hope  <michaelh AT juju.net.nz>
9876
9877         * 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.
9878
9879         * support/Util/NewAlloc.c (freeTrace): Changed free for the gc case to not free at all.  Fixes runtime segfault.
9880
9881         * support/regression/tests/scott-compare3.c (c_abcd): Fixed up casts.
9882
9883 2001-10-07    <johan AT FRIJA>
9884
9885         * device/lib/gets.c (gets): fixed the return value.
9886
9887 2001-10-06  Michael Hope  <michaelh AT juju.net.nz>
9888         * src/SDCCmain.c (WRITE_SEG_LOC): Fixed up to use Safe_strdup.
9889
9890         * 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.
9891
9892         * 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.
9893
9894         * src/z80/gen.c (genZ80Code): Added de-allocation via trace support.
9895
9896         * src/pic/gen.c: Removed Safe_strdup.
9897
9898         * configure.in: Added option to enable libgc support.
9899
9900         * src/SDCCbitv.c (bitVectnBitsOn): Optimised.
9901         (bitVectUnion): Optimised.
9902         (bitVectIntersect): Optimised.
9903         (bitVectBitsInCommon): Optimised.
9904         (bitVectCplAnd): Optimised.
9905
9906         * support/makebin/makebin.c (usage): Removed getopt as mingw32 doesn't have it.  Sigh.
9907
9908 2001-10-03 Bernhard Held <bernhard AT bernhardheld.de>
9909
9910         * src/SDCCmain.c: distinguish between assembler debug and plain options
9911
9912         * src/avr/main.c:   remove standard assembler options
9913
9914         * src/ds390/main.c: remove standard assembler options
9915
9916         * src/mcs51/main.c: remove standard assembler options
9917
9918         * src/port.h: removed "PENDING" comment
9919
9920 2001-10-03 Bernhard Held <bernhard AT bernhardheld.de>
9921
9922         * src/device/lib/_mulint.c  : new, with assember functions
9923
9924         * src/device/lib/_mullong.c : new, with assember functions
9925
9926         * src/device/lib/_divuint.c : with assember functions
9927
9928         * src/device/lib/_divsint.c : with assember functions
9929
9930         * src/device/lib/_divulong.c: with assember functions
9931
9932         * src/device/lib/_divslong.c: with assember functions
9933
9934         * src/device/lib/_moduint.c : with assember functions
9935
9936         * src/device/lib/_modsint.c : with assember functions
9937
9938         * src/device/lib/_modulong.c: with assember functions
9939
9940         * src/device/lib/_modslong.c: with assember functions
9941
9942         * src/device/lib/libint.lib:  replaced _muluint.c  and _mulsint.c  by _mulint.c
9943
9944         * src/device/lib/liblong.lib: replaced _mululong.c and _mulslong.c by _mullong.c
9945
9946         * src/device/lib/Makefile.in: replaced _muluint.c  and _mulsint.c  by _mulint.c
9947                                       replaced _mululong.c and _mulslong.c by _mullong.c
9948
9949 2001-10-03 Bernhard Held <bernhard AT bernhardheld.de>
9950
9951         * src/SDCCsymt.c: sequence of specifiers in pintTypeChain() corrected
9952
9953 2001-10-01 Bernhard Held <bernhard AT bernhardheld.de>
9954
9955         * src/SDCCglue.c: test, if win32api is available for MINGW
9956
9957 2001-10-01 Bernhard Held <bernhard AT bernhardheld.de>
9958
9959         * src/SDCCsymt.c: no more _modifier in printTypeChain()
9960         * support/regression/tests/driverstruct.c: REENTRANT for mcs51
9961         * support/regression/ports/gbz80/spec.mk: removed GENERIC
9962         * support/regression/ports/host/spec.mk: removed GENERIC
9963         * support/regression/ports/mcs51/spec.mk: removed GENERIC
9964         * support/regression/ports/z80/spec.mk: removed GENERIC
9965
9966 2001-10-01  Michael Hope  <michaelh AT juju.net.nz>
9967
9968         * support/regression/fwk/lib/testfwk.c (__printf): Removed GENERIC.
9969
9970         * support/regression/tests/bug-467035.c: Created.
9971
9972 2001-10-01    <johan AT FRIJA>
9973
9974         * src/SDCC.y: fixed bug #466586 part 1
9975
9976 2001-10-01  Johan Knol <johan.knol AT iduna.nl>
9977
9978         * SDCCicode.c: z80 has no generic pointers
9979         * removed -s from strip in all Makefile(.in)'s. It is not needed, but Solaris chocks on it.
9980
9981 2001-09-30  Michael Hope  <michaelh AT juju.net.nz>
9982
9983         * sim/ucsim/cmd.src/Makefile.in ($(PRJDIR)/libcmd.a): Changed all ar references to $(AR) for Solaris.
9984
9985 2001-09-29  Michael Hope  <michaelh AT juju.net.nz>
9986
9987         * Makefile (sdcc-libs): Added makebin to the list of standard targets.
9988
9989         * support/regression/ports/z80/spec.mk: Updated to use env for sdcc bin dir for automatic regression.
9990
9991 2001-09-25  Michael Hope  <michaelh AT juju.net.nz>
9992
9993         * configure.in: Fixed up so that ucsim is only configured once.
9994
9995         * support/cpp2/configure.in: Fixed to use the program transform to append the .exe for the win32 build.
9996
9997         * src/SDCCutil.c (getPrefixFromBinPath): Fixed up to work with win32 in all of its glory.
9998         (getPathDifference): As above.
9999
10000         * src/SDCCmain.c (preProcess): Changed to use a temporary file in a proper temp directory.  Fixed case where pre-processing only.
10001
10002         * src/SDCCglue.c (tempfilename): Added function for pre-processor.
10003
10004 2001-09-23  Michael Hope  <michaelh AT juju.net.nz>
10005         * .version: Updated to 2.3.1
10006
10007         * src/z80/main.c (z80_port =): Added macro based linker and assembler command line support.
10008         Added copyright header.
10009
10010         * src/SDCCmain.c: Shifted various functions into SDCCutil.c
10011         (assemble): Added support for macro based assembler commands.
10012         (linkEdit): Added support for macro based linker commands.
10013         (preProcess): Changed the pre-processor to use macros.
10014         (_setPaths): Added functionality to autodetect the include, lib and bin dir paths.
10015         (_discoverPaths): Added support for overriding the install directory using the SDCCDIR env variable.
10016
10017         * device/lib/z80/crt0.s: Added module name for debugging.
10018
10019 2001-09-20  Michael Hope  <michaelh AT juju.net.nz>
10020
10021         * src/SDCCmain.c (printVersionInfo): Added the build date to the version info.
10022
10023         * src/SDCChasht.c (hTabDeleteByKey): Fixed delete as it would delete the last item from a bucket even if it wasn't the real one.
10024
10025         * src/SDCCglue.c: Moved gc_strdup to SDCCutil.c
10026
10027         * src/Makefile.in: Added SDCCmacro and SDCCutil
10028
10029 2001-09-19  Michael Hope  <michaelh AT juju.net.nz>
10030
10031         * src/SDCCmain.c (printVersionInfo): Added the build date to the version info.
10032
10033 2001-09-16    <johan AT FRIJA>
10034
10035         * 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.
10036
10037 2001-09-15    <johan AT FRIJA>
10038
10039         * src/mcs51/ralloc.c: (findAssignToSym): fixed bug #460662 part 1
10040         * src/ds390/ralloc.c (findAssignToSym): fixed bug #460662 part 1
10041
10042 2001-09-11    <johan AT FRIJA>
10043
10044         * src/SDCCval.c (valDiv Mod Minus Plus Shift): keep litteral expressions as small as possible (bug #460010)
10045
10046 2001-09-10  Michael Hope  <michaelh AT juju.net.nz>
10047
10048         * support/regression/tests/bug-460444.c: Added test case.
10049
10050         * src/z80/gen.c (genOr): bug 460444: if (a ^ lit) was broken for &, |, and ^.
10051         (genCast): Added justification for all of the asserts.
10052
10053 2001-09-10  Bernhard Held <bernhard AT bernhardheld.de>
10054
10055         * support/regression/support.c: _xdata replaced by xdata
10056
10057         * support/regression/spec.mk: removed _generic
10058
10059 2001-09-09  Michael Hope  <michaelh AT juju.net.nz>
10060
10061         * src/pic/ralloc.c (debugLogRegType): Removed some old types to get it to compile.
10062
10063         * src/z80/gen.c (shiftR2Left2Result): Improved the case when v = v >> n for small values of n to use less code space and time.
10064         (genrshTwo): Fixed v = v >> n where v is a negative int and n is > 8: bug 460010.
10065
10066         * src/z80/peeph.def: Added a rule to optimise shift then compare.
10067
10068         * support/regression/tests/bug-460000.c (testShiftByParam): Added test case.
10069
10070         * support/regression/tests/bug-460010.c: Added test case.
10071
10072         * support/regression/Makefile (test-host): Removed a silly 'clean' target when testing against gcc.
10073
10074 2001-09-09  Bernhard Held <bernhard AT bernhardheld.de>
10075
10076         * support/regression/Makefile: inter-port-clean adjusted for mcs51
10077
10078         * support/regression/testfwk.c: removed workaround for bug #436344
10079
10080         * support/regression/tests/bp.c: use less memory with mcs51
10081
10082         * support/regression/tests/bug-441448.c: use less memory
10083
10084         * support/regression/tests/ports/mcs51/spec.mk: cleanup, use --stack-after-data
10085
10086         * support/regression/collate-results.py: typo
10087
10088 2001-09-08  Michael Hope  <michaelh AT juju.net.nz>
10089
10090         * support/regression/tests/fetchoverlap.c: Added new test case.
10091
10092         * support/regression/tests/bp.c: Added new test case.
10093
10094         * support/regression/tests/bug-448984.c: Added new test case.
10095
10096         * support/regression/tests/pow2shifts.c: Added new test case.
10097
10098         * src/z80/gen.c: Turned off the noise it normally generates for the release.
10099         (genlshTwo): Fixed right shift for count > 8.
10100
10101         * src/z80/ralloc.c: Disabled most of the ACC packing rules as they weren't getting hit and weren't at all safe.
10102
10103 2001-09-08    <johan AT FRIJA>
10104
10105         * src/SDCCicode.c (geniCodeCall): a CPOINTER can be used as a function
10106
10107 2001-09-07    <johan AT FRIJA>
10108
10109         * src/SDCCicode.c (newiCodeCondition): fixed bug #456235 (1.77)
10110
10111         * src/SDCCglue.c (emitRegularMap): only delete a symbol when it is a symbol
10112
10113 2001-09-06    <johan AT FRIJA>
10114
10115         * src/SDCC.y: this could be a fix for bug #458744 (1.37)
10116         * bernhard noted me at this: "() equals to (void)" (1.38)
10117
10118 2001-09-05    <johan AT FRIJA>
10119
10120         * src/SDCCglue.c (emitRegularMap): a fix for bug #458099/2
10121
10122 2001-09-04    <johan AT FRIJA>
10123
10124         * src/SDCCsymt.c (checkSClass): a fix for bug #458099/1
10125
10126
10127 2001-09-04  Paul Stoffregen  <paul AT pjrc.com>
10128
10129         * pragma noinduction broke memcpy on mcs51 large model.  Moved it inside z80 optimization
10130
10131 2001-09-03  Michael Hope  <michaelh AT juju.net.nz>
10132
10133         * link/z80/aslink.h: Fixed path for PATH_MAX
10134
10135 2001-09-02  Michael Hope  <michaelh AT juju.net.nz>
10136
10137         * src/z80/gen.c (fetchLitPair): Changed so that it properly caches direct space references.
10138
10139         * support/regression/tests/addsub.c: Added cases to cover all the +, - combinations.
10140
10141         * support/regression/tests/uminus.c: Added a test for the unary minus operator.
10142
10143         * 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.
10144
10145 2001-09-01  Michael Hope  <michaelh AT juju.net.nz>
10146
10147         * src/z80/gen.c: Fixed up generator to pass the regresion tests, specifically fixing loads for longs, genCmp, and turned on the map file.
10148         (genCmp): Fixed up genCmp for the GB with longs.
10149
10150         * device/lib/gbz80/Makefile: Fixed up all the libraries to pass the regression tests.
10151
10152         * support/regression/ports/host/spec.mk: Updated to compile with the new type specifiers.
10153
10154         * device/lib/Makefile.in (Z80SOURCES): Removed old _mululong, _mulslong, and unneeded _mulint.
10155
10156         * device/lib/_mullong.c (_mulslong): Changed to actually return a value :)
10157
10158 2001-08-30  Paul Stoffregen  <paul AT pjrc.com>
10159
10160         * added peepholes 223 to 231 to mcs51 port.  These improve code when using large model.
10161
10162 2001-08-30  Michael Hope  <michaelh AT juju.net.nz>
10163
10164         * 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.
10165
10166         * src/z80/gen.c (genPlus): Changed bad long add for gb to a fall through.
10167
10168 2001-08-29  Michael Hope  <michaelh AT juju.net.nz>
10169
10170         * link/z80/aslink.h: Fixed long file name support.  Is now based off PATH_MAX instead of a constant.
10171
10172         * src/z80/gen.c: Fixed add and sub for the case where left or right are in static space.
10173
10174 2001-08-30 Bernhard Held   <bernhard AT bernhardheld.de>
10175
10176   * sim/ucsim/configure:    little improvement of Cygwin-detection
10177   * sim/ucsim/configure.in: little improvement of Cygwin-detection
10178   * sim/ucsim/cmd.src/newcmdcl.h: include <sys/types.h> to define fd_set automated build
10179   * support/regression/tests/bug-221100.c: small changes for mcs51
10180   * support/regression/tests/bug-221168.c: small changes for mcs51
10181   * support/regression/tests/bug-227710.c: small changes for mcs51
10182   * support/regression/tests/staticinit.c: small changes for mcs51
10183   * as/mcs51/aslink.h: accept everything as symbol name in rel-files, bug fix ID 452601
10184   * as/mcs51/lklex.c:  accept everything as symbol name in rel-files, bug fix ID 452601
10185   * as/mcs51/lksym.c:  accept everything as symbol name in rel-files, bug fix ID 452601
10186
10187 $Revision$