* sdcc/device/lib/Makefile.in: added library sources for mcs51, small,
[fw/sdcc] / ChangeLog
1 2005-11-17 Borut Razem <borut.razem AT siol.net>
2
3         * device/lib/pic16/Makefile.rules, device/lib/pic16/Makefile.subdir:
4           itroduced SILENT option to make building of pic16 libraries less
5           verbose - used for nightly snapshot build
6         * doc/sdccman.lyx: documented that SDCDB and ucSim are currently not
7           available on Win32 platforms.
8         * sdcc/device/lib/Makefile.in: added library sources for mcs51, small,
9           medium, large, pic and pic16
10
11 2005-11-16 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
12
13         * device/lib/printf_large.c: Temporary patch for bug 1358192: 
14           printf("%f"...) sets fraction to zero. 
15
16 2005-11-16 Raphael Neider <rneider AT web.de>
17
18         * src/pic/pcode.c (LinkFlow): handle empty flows correctly,
19           fixes #1357221
20         * src/pic/gen.c (genIfx): implemented for CARRY bit
21         * src/pic16/gen.c (genAssign,genCast): fixed assigning/casting
22           to generic pointers, fixes #1357332,
23           (pic16_movLit2f): NEW,
24           (pic16_storeForReturn,genDataPointerSet): use pic16_movLit2f
25
26 2005-11-14 Maarten Brock <sourceforge.brock AT dse.nl>
27
28         * src/SDCCmain.c (parseCmdLine): fixed bug 1356800, thanks rsudjian
29
30 2005-11-11 Raphael Neider <rneider AT web.de>
31
32         * src/pic/gen.c: handle FPOINTERS like POINTERS everywhere
33         * src/pic16/gen.c (pic16_derefPtr): now works for non-pointers as well,
34           compute pointer's type from operand,
35           (genUnpackBits,genPackBits): handle FPOINTERS correctly, re-indented,
36           improved single bit reads, fixes bug #1353379
37
38 2005-11-09 Borut Razem <borut.razem AT siol.net>
39
40         * support/scripts/sdcc.nsi: added lib/pic to the package
41
42 2005-11-08 Maarten Brock <sourceforge.brock AT dse.nl>
43
44         * src/SDCCval.c (valUnaryPM): fixed bug 1350699
45
46 2005-11-06 Maarten Brock <sourceforge.brock AT dse.nl>
47
48         * support/regression/tests/bug1348008.c: added
49         * src/mcs51/gen.c (saveRBank, unsaveRBank): fixed bug 1348008
50         * support/regression/tests/bug1337835.c: updated comment
51
52 2005-11-06 Borut Razem <borut.razem AT siol.net>
53
54         * sim/ucsim/error.cc, sim/ucsim/errorcl.h,
55           sim/ucsim/sim.src/stack.cc, sim/ucsim/sim.src/stackcl.h,
56           sim/ucsim/sim.src/uc.cc, sim/ucsim/sim.src/uccl.h,
57           sim/ucsim/sim.src/mem.cc, sim/ucsim/sim.src/memcl.h,
58           sim/ucsim/cmd.src/set.cc, sim/ucsim/cmd.src/show.cc:
59           dynamic construction of cl_error_class and derivates - 2.nd try
60
61 2005-11-05 Borut Razem <borut.razem AT siol.net>
62
63         * sim/ucsim/sim.src/error.cc: fixed uninitialized class member variable
64           bug, which caused Bus Errors on sparc solaris
65
66 2005-11-04 Borut Razem <borut.razem AT siol.net>
67
68         * sim/ucsim/error.cc, sim/ucsim/errorcl.h,
69           sim/ucsim/sim.src/stack.cc, sim/ucsim/sim.src/stackcl.h,
70           sim/ucsim/sim.src/uc.cc, sim/ucsim/sim.src/uccl.h,
71           sim/ucsim/sim.src/mem.cc, sim/ucsim/sim.src/memcl.h,
72           sim/ucsim/cmd.src/cmdconf.cc: dynamic construction of cl_error_class
73           and derivates to resolve the initialization problem on OSX
74
75 2005-11-02 Borut Razem <borut.razem AT siol.net>
76
77         * sim/ucsim/cmd.src/cmdutil.cc, sim/ucsim/cmd.src/newcmd.cc:
78           corrected typo - #include <winsock2.h>
79
80 2005-11-02 Maarten Brock <sourceforge.brock AT dse.nl>
81
82         * src/asm.c (printILine): always close tmpFile, thanks Beau E. Cox,
83           (_asxxxx_mapping): added org directive for future enhancements
84
85 2005-11-01 Borut Razem <borut.razem AT siol.net>
86
87         * sim/ucsim/app.cc, sim/ucsim/cmd.src/cmdutil.cc, sim/ucsim/cmd.src/newcmd.cc:
88           enabled sockets on WIN32
89         * sim/ucsim/cmd.src/newcmd.cc: fixed bug with uninitialized variables
90
91 2005-10-31 Borut Razem <borut.razem AT siol.net>
92
93         * support/regression/generate-cases.py: escape backslashes in {testcase}:
94           WIN32 backslash path delimiters should be escaped when used in C strings
95         * support/regression/tests/bitfields.c: exclude failing assertions for
96           __CYGWIN32__ and __MINGW32__ hosts
97
98 2005-10-30 Borut Razem <borut.razem AT siol.net>
99
100         * src/SDCCutil.c: corrected double comparison typo
101
102 2005-10-30 Maarten Brock <sourceforge.brock AT dse.nl>
103
104         * device/lib/medium/Makefile: added for new memory model medium
105         * device/include/asm/mcs51/features.h: updated for medium/pdata
106         * device/include/mcs51/c8051f120.h: added sfr16/sfr32 definitions,
107           added Multiply & Accumulate sbit's and MAC0_PAGE define
108         * device/include/mcs51/c8051f300.h: added sfr16 definitions
109         * device/include/mcs51/c8051f310.h: added sfr16 definitions
110         * device/lib/_mullong.c: update for medium model
111         * device/lib/incl.mk: added medium model
112         * doc/sdccman.lyx: documented medium model
113         * src/SDCCast.c (isBitAndPow2): simplified using updated powof2
114         * src/SDCCicode.c (geniCodeMultiply, geniCodeDivision): use updated powof2
115         * src/SDCCmain.c (optionsTable, linkEdit): enabled medium model
116         * src/SDCCmem.c (allocIntoSeg): set iaccess for pdata symbols,
117           (allocParms): set SCLS and OCLS to pdata for medium model
118         * src/SDCCsymt.c (processFuncArgs): use default_local_map and set iaccess
119           for pdata,
120           (powof2): return <0 if not power of 2
121         * src/avr/gen.c (genBitWise): use updated powof2
122         * src/mcs51/gen.c (genMinusDec): use acc if necessary,
123           (shiftR2Left2Result): small optimization in setup, save acc when storing,
124           (shiftLLeftOrResult): use B if necessary
125         * src/mcs51/main.c (_mcs51_finaliseOptions, mcs51_port): added medium model
126         * src/mcs51/peeph.def: renamed 226 to 226.b, added 226.a
127         * src/pic/main.c (_pic14_do_link): made void parameter list explicit
128         * support/regression/Makefile.in: added test-mcs51-medium
129         * support/regression/ports/mcs51-medium/spec.mk: added to test medium model
130
131 2005-10-28 Bernhard Held <bernhard AT bernhardheld.de>
132
133         * src/SDCCsymt.c (compStructSize): make bitfields without (un)signed
134         specifier unsigned
135         * device/lib/time.c (mktime): fixed bug 1334315
136
137 2005-10-28 Raphael Neider <rneider AT web.de>
138
139         * device/include/pic/p16f_common.inc: added common declarations
140         * src/pic/ralloc.c (initStack): moved regs *r to block start for Alpha
141
142 2005-10-27 Maarten Brock <sourceforge.brock AT dse.nl>
143
144         * src/mcs51/gen.c (getTempRegs): return 0 if not enough registers found,
145           (aopPutUsesAcc): added to predict accumulator use,
146           (assignResultValue): save acc if necessary,
147           (genMinusDec): store result if indirectly addressed,
148           (genDivOneByte):  save acc if necessary,
149           (movLeft2Result): bugfix if left already in acc,
150           (genAnd, genOr, genXor, shiftL2Left2Result, shiftR2Left2Result): pay more
151             attention to accumulator use (esp. pdata),
152           (genReceive): receive pdata correctly
153         * src/SDCCicode.c (isOperandInPagedSpace): added to detect pdata operands
154         * src/SDCCicode.h: added isOperandInPagedSpace prototype
155
156 2005-10-27 Raphael Neider <rneider AT web.de>
157
158         * doc/sdccman.lyx: corrected version (should be 2.5.4 not 2.5.5)
159
160 2005-10-27 Raphael Neider <rneider AT web.de>
161
162         * .version: changed version to 2.5.4
163         * doc/sdccman.lyx: changed version to 2.5.4, added some remarks to PIC14
164         * device/lib/pic/libsdcc/{_mulint.c,_mullong.c}: use unsigned literals,
165           (_divschar.c,divuchar.c,_mulchar.c,_modschar.c,_moduchar): NEW,
166             arithmetics support routines
167         * device/lib/pic/Makefile.rules: have assembler sources preprocessed
168         * device/lib/Makefile.in: also create installdir for pic
169
170         * src/SDCCopt.c (cnvToFcall): mark support routines `extern' for
171           pic14 port as well
172         * src/pic/device.c (dump_sfr): rewritten to delegate register
173           placement to the linker (use `extern sym' rather than sym EQU addr),
174           (validAddress): fixed to check last specified address
175         * src/pic/gen.c (aopForSym): added code to deal with array (useless?),
176           (popGetLit): truncate literal value to 8 bit,
177           (popGet): moved assert to more appropriate place
178           (popGetExternal): create pCode operand from and mark the according
179             symbol as being `extern'
180           (popGetAddr): added sanity check on immediate's offset, provide
181             GPOINTER tag on demand
182           (aopPut): fixed for immediates,
183           (mov2w_op): move operand's address or contents to WREG (depending on
184             operand type), safer variant of mov2w,
185           (movwf,call_libraryfunc): NEW, handy abbreviations,
186           (get_argument_pcop,get_return_val_pcop,pass_argument,
187           get_returnvalue): interface for accessing function parameters and
188             return values,
189           (assignResultValuei,genRet): use new parameter/return value interface
190           (pic14_getDataSize): back to old version handling generic pointers,
191           (pic14_toBoolean,genNot,genCpl,genCmpEq,genOrOp): heavily rewritten,
192             provided implementation and/or fixed old one,
193           (genMultOneByte,genDivOneByte,genModOneByte): implemented as library
194             calls, removed legacy 8051 reference code
195           (AccLsh,AccRsh): rewritten and fixed to deal with signed operands
196           (loadSignToC): NEW, move the operands sign bit to CARRY,
197           (genGenericShift): NEW, replaces genLeftShift, genRightShift and
198             genRightShiftSigned, accepts negative shift counts,
199           (setup_fsr): load FSR and adjust IRP (indirect memory access),
200           (emitPtrByteGet,emitPtrByteSet): rewritten, now works with
201             generic pointers, __data pointers and __code pointers,
202           (genUnpackBits,genPackBits): rewritten to work with generic pointers
203             and signed bitfields, limit bitfields to 8 bit,
204           (genDataPointerGet): fixed number of bytes read,
205           (genGenPointerGet,genConstPointerGet): fixed bitfield access,
206           (genPointerGet,genPointerSet): fixed handling of __code pointers,
207             pointers to constant data are no longer assumed to point to __code
208             space, removed invalid pointer types,
209           (bitpatternFromVal): retrieve the PICs representation of an integer
210             or float literal,
211           (genDataPointerSet): fixed assigning to po_immediate operands,
212           (genGenPointerSet): implemented as library call,
213           (genIfx): fixed incorrect condition,
214           (genAddrOf): limit generic pointers' addresses to 2 bytes,
215             provide GPOINTER tag according to destination's storage class,
216           (genCast): added code to handle casting to generic pointers, added
217             sign-/zero extension of the result
218           (aop_isLitLike,op_isLitLike): fixed handling of immediates
219         * src/pic/gen.h: added macros to access IRP bit in STATUS register
220         * src/pic/genarith.c (genAddLit): use min(result's,left's) size, sign
221           extend the result
222         * src/pic/glue.c (is_shared_address,is_shared): check whether a given
223           address/register resides in the shared banks
224           (emitSymbolToFile): improved to handle global and `pinned' symbols,
225             put all variables into separate sections (have the linker arrange
226             them)
227           (picglue): put init code and interrupt handlers in separate sections
228         * src/pic/main.c: added port specific options table, modified to PORT
229           structure to make GPOINTERs 3 byte, added pic14_options
230           (_pic14_do_link): private linking routine (update paths to libraries,
231             add libsdcc.lib by default)
232         * src/pic/main.h: declare pic14_options
233         * src/pic/pcode.c: fixed instructions i/o relations,
234           (RegCond): reverted to correct version,
235           (newpCodeOpLit): truncate literals to 8 bit,
236           (genericPrint): added debug output,
237           (getRegFromInstruction): fixed for various operand types, simplified
238           (BuildFlow): fixed broken handling of isntructions with labels
239           (LinkFlow): start at last instruction in flow (skip trailing comments),
240             pass the flow on to the next instruction after CALL
241           (pCodeReplace): NEW, replace a pCode and move meta data to the new one
242           (insertPCodeInstruction): fixed inserting after a skip instruction,
243           (DoBankSelect): fixed for labeled instructions
244           (OptimizepBlock): honor --nopeep switch
245           (AnalyzeFlow,ReuseReg): prevent crash on source files with no function
246         * src/pic/pcodepeep.c (pCodePeepMatchRule): prevent NULL pointer accesses
247         * src/pic/pcoderegs.c (regIsLocal): NEW, check visibility of a register
248           (pCodeOptime2pCodes): allow disabling this optimization via
249             --no-pcode-opt due seldomly occuring bugs, fixed some conditions
250             but is still buggy), started implementation of a dataflow based
251             pCode optimization (CSE + dead code elimination)
252           (pCodeRegMapLiveRangesInFlow): removed bogus inCond
253         * src/pic/ralloc.c (initStack): renamed stack registers to STK%d, the new
254           names are independant of the stack location and therefore portable across
255           devices
256
257 2005-10-27 Maarten Brock <sourceforge.brock AT dse.nl>
258
259         * src/mcs51/ralloc.c (bitType): added to detect bit variables,
260           (selectSpil): fixed bug 1337835 by not spilling bit variables
261         * support/regression/tests/bug1337835.c: added test for this bug
262         * src/mcs51/peeph.def: restart after rule 3.c,
263           addded rules 263.x to optimize loading constants
264
265 2005-10-26 Raphael Neider <rneider AT web.de>
266
267         * src/SDCCsymt.c (compStructSize): allow signed bitfields for PIC ports
268         * src/pic16/gen.c (genUnpackBits): support signed bitfields,
269           (genAssign): emit warning when casting literals to generic pointer
270             type, also applies when taking the address of a fixed variable,
271           (genCast): improved casting to generic pointers
272         * src/pic16/glue.c (pic16emitStaticSeg): fixed(?) handling of fixed
273           extern variables, added verbose error message
274         * device/include/pic16/{string.h,errno.h}: added #pragma library c
275
276 2005-10-26 Bernhard Held <bernhard AT bernhardheld.de>
277
278         * src/mcs51/gen.c (genMinus): fixed bug 1270906: reverse subtraction,
279         carry must be complemented too
280         * src/mcs51/peeph.def: addded rule 262 to remove double cpl c, which
281         could be emitted by genMinus
282         * src/SDCCval.c (constVal): fixed bug 1305065
283
284 2005-10-25 Bernhard Held <bernhard AT bernhardheld.de>
285
286         * src/SDCCast.c (addCast): added promotion for bit variables
287         (decorateType): emit W_COMPLEMENT before the problem vanishes behind
288         promotion casts + optimisation
289         (optimizeGetWord): fix warning 'i' might be used uninitialized
290         * src/mcs51/gen.c (genCpl): removed W_COMPLEMENT
291         * src/ds390/gen.c (genCpl): removed W_COMPLEMENT
292
293 2005-10-24 Bernhard Held <bernhard AT bernhardheld.de>
294
295         * src/SDCCicode.c (ast2iCode): reverted to 1.224 because of regression:
296         all chars are promoted to int; promotion should be handled in SDCCast.c
297
298 2005-10-15 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
299
300         * device/lib/_strcmp.c: Fixed bug 1326457
301
302 2005-10-11 Raphael Neider <rneider AT web.de>
303
304         * device/lib/pic16/libio/i2c.ignore: added 1320, fixes broken builds
305         * device/lib/pic16/libdev/pic18f1320.c: added 1320's device library
306
307 2005-10-05 Maarten Brock <sourceforge.brock AT dse.nl>
308
309         * src/SDCC.y (AT): fixed bug with sfr32 addresses when built with GCC
310         * support/regression/tests/sfr16.c: added test for the sfr32 bug
311
312 2005-10-04 Raphael Neider <rneider AT web.de>
313
314         * device/include/pic16/pic18fregs.h, src/pic16/devices.inc,
315           device/lib/pic16/pics.all: added pic18f1320
316         * src/pic16/pcode.c (mnem2key): fixed prototype's argument mismatch
317
318 2005-09-30 Raphael Neider <rneider AT web.de>
319
320         * src/pic16/device.c (Pics16[]): moved device descriptions to devices.inc
321         * src/pic16/devices.inc: NEW, provides device descriptions
322         * src/pic16/gen.c (genInline): fixed handling of ';'-comments
323
324 2005-09-26 Maarten Brock <sourceforge.brock AT dse.nl>
325
326         * src/SDCCicode.c (operandOperation): added GETABIT, GETBYTE, GETWORD and
327           GETHBIT
328
329 2005-09-25 Maarten Brock <sourceforge.brock AT dse.nl>
330
331         * doc/sdccman.lyx: updated Highest Order Bit documentation,
332           documented Any Order Bit, Higher Order Byte and Higher Order Word
333         * src/SDCC.y: added tokens GETABIT, GETBYTE, GETWORD
334         * src/SDCCast.c (optimizeGetHbit): updated to also accept bool=expr&(1<<n),
335           (optimizeGetAbit): new, to get any bit, not only the high bit,
336           (optimizeGetByte): new, to get a byte from a (long) int: expr>>(8*n),
337           (optimizeGetWord): new, to get a word from a long int: expr>>(8*n),
338           (isConformingBody): also check GETABIT, GETBYTE, GETWORD,
339           (decorateType): '&': also try GETABIT, GETBYTE, GETWORD optimization,
340             RIGHT_OP: also try GETBYTE, GETWORD optimization,
341             GETABIT, GETBYTE, GETWORD: decorate them,
342           (isShiftRightLitVal, isBitAndPowOf2): new helper functions,
343           (ast_print): added GETABIT, GETBYTE, GETWORD
344         * src/SDCCcse.c (isSignedOp): added GETABIT, GETBYTE, GETWORD
345         * src/SDCCicode.c (codeTable): added GETABIT, GETBYTE, GETWORD,
346           (geniCodeBinary): new generic binary icode,
347           (ast2iCode): added GETABIT, GETBYTE, GETWORD
348         * src/port.h: updated comment for PORT.hasExtBitOp
349         * src/mcs51/gen.c (genGetAbit): new, to get any single bit,
350           (genGetByte): new, to get a single byte,
351           (genGetWord): new, to get a word from a long,
352           (gen51Code): added GETABIT, GETBYTE, GETWORD
353         * src/mcs51/main.c (hasExtBitOp): added GETABIT, GETBYTE, GETWORD
354
355 2005-09-23 Raphael Neider <rneider AT web.de>
356
357         * configure.in, configure: have device/lib/pic configured
358         * device/lib/Makefile.in: added model-pic14
359         * device/lib/clean.mk: added pic/ to clean rule
360         * device/lib/pic: added rudimentary pic14 library providing support
361           functions for multiplication/division/generic pointer access
362         * src/SDCCopt.c (convilong): mark support functions as extern
363           for pic14 port as well
364         * src/pic/gen.c (genMult): added assertions,
365           (genpic14Code): emit warning on unhandled iCodes
366         * src/pic/main.c (_hasNativeMulFor): return true only for 8x8 bit
367         * src/pic/pcode.c (pCodeOpCopy),
368         * src/pic16/pcodepeep.c (pic16_pCodeOpCopy): fixed handling of various
369           pCodeOpReg-subtypes (PO_{STATUS,INTCON,PCL,PCLATH,PCLATU,BSR,
370           SFR_REGISTER}), made safe for future extensions
371         * src/pic16/pcode.c (pic16_safepCodeUnlink): allow for removal of
372           instructions even if preceeded by SKIP instructions (also remove
373           them); removed unused code
374         * src/pic16/pcode.h: added arg2 to pCodeOpLit to match pCodeOpLit2,
375           prevents leaving parts of the structure uninitialized after copying
376
377 2005-09-22 Maarten Brock <sourceforge.brock AT dse.nl>
378
379         * src/mcs51/gen.c (genMinus): fix for undetected bug introduced 3 months
380           ago by me
381         * support/regression/tests/addsub.c: added test for the bug
382
383 2005-09-21 Raphael Neider <rneider AT web.de>
384
385         * device/include/pic16/pic18f1220.h,
386           device/lib/pic16/libdev/pic18f1220.c: added ECCPAS sfr and bitfield
387         * device/lib/pic16/Makefile.rules: added missing opening paren
388         * src/pic16/gen.c (pic16_genNot,pic16_genCpl): removed as these
389           are provided in genutils.c,
390           (genUminusFloat,genUminus,genCmpEq): added asserts on different
391           operand/result sizes,
392           (genCmp): assert on NULL pointers first, then check deref'ed values
393         * src/pic16/genutils.c (pic16_genCpl): fixed for different operand/
394           result size
395
396 2005-09-18 Raphael Neider <rneider AT web.de>
397
398         * src/pic16/gen.c (genFarPointerGet,genFarPointerSet): removed
399           as these are now unused,
400           (genPointerGet,genPointerSet): handle FPOINTERs like POINTERs
401         * src/pic16/pcode.c (pic16_symIsSpecial): assume REG_TMPs to be
402           local, avoids uninitialized pointer dereference on r->name
403         * src/pic16/ralloc.c (newReg): fixed indentation
404
405 2005-09-13 Maarten Brock <sourceforge.brock AT dse.nl>
406
407         * src/SDCCval.c (constVal): fixed bug 730366
408         * support/Util/SDCCerr.c,
409         * support/Util/SDCCerr.h: added warning W_INVALID_INT_CONST
410
411 2005-09-10 Maarten Brock <sourceforge.brock AT dse.nl>
412
413         * as/mcs51/lkmem.c (summary2): fixed report for absolute areas (bug 1210220)
414
415 2005-09-09 Maarten Brock <sourceforge.brock AT dse.nl>
416
417         * src/mcs51/peeph.def (241.x): fixed bug when comparing generic pointers
418
419 2005-09-08 Maarten Brock <sourceforge.brock AT dse.nl>
420
421         * as/hc08/lkaomf51.c (OutputName): made name unsigned char,
422           (hex2dec): made hex_digit unsigned char, removed ascii dependance
423         * as/mcs51/lkaomf51.c (OutputName): made name unsigned char,
424           (hex2dec): made hex_digit unsigned char, removed ascii dependance
425         * as/mcs51/lkarea.c (lnkarea2): sort absolute areas to the front
426         * packihx/packihx.c (hexDigit): made c unsigned char
427         * as/mcs51/lklibr.c (fndsym),
428         * link/z80/lkgb.c (gb),
429         * link/z80/lklibr.c (fndsym),
430         * link/z80/lkrloc.c (relr),
431         * sim/ucsim/libltdl/ltdl.c (load_deplibs, try_dlopen),
432         * src/SDCC.lex (checkCurrFile, process_pragma),
433         * src/SDCCglue.c (spacesToUnderscores),
434         * src/SDCCmain.c (setParseWithComma, processFile),
435         * src/asm.c (tvsprintf, printCLine),
436         * src/avr/gen.c (emitcode, aopPut),
437         * src/ds390/gen.c (emitcode),
438         * src/hc08/gen.c (emitcode, emitinline),
439         * src/mcs51/gen.c (emitcode, genInline),
440         * src/pic/pcodepeep.c (cvt_extract_destination, cvt_extract_status,
441           tokenizeLineNode),
442         * src/pic/ralloc.c (debugLog),
443         * src/pic16/pcodepeep.c (cvt_extract_destination, cvt_extract_status,
444           tokenizeLineNode),
445         * src/pic16/ralloc.c (debugLog),
446         * src/z80/main.c (_process_pragma):
447            made all ctype.h function calls safe
448         * src/SDCCopt.c: include math.h for fabs
449         * src/SDCCpeeph.c: added macros ISCHARDIGIT, ISCHARSPACE and ISCHARALNUM
450           and used them throughout the code to make ctype.h function calls safe
451         * src/ds390/main.c (asmLineNodeFromLineNode),
452         * src/mcs51/main.c (asmLineNodeFromLineNode): made p unsigned char*
453         * src/pic/gen.c (DEBUGpic14_emitcode, pic14_emitcode): made lbp
454            unsigned char*
455         * src/pic/pcode.c (mnem2key): made mnem unsigned char*,
456           (newpCodeAsmDir): made ctype.h function calls safe
457         * src/pic16/gen.c (pic16_emitpcomment, DEBUGpic16_emitcode,
458           pic16_emitcode):  made lbp unsigned char*
459         * src/pic16/pcode.c (mnem2key): made mnem unsigned char*,
460           (pic16_newpCodeAsmDir): made ctype.h function calls safe
461         * src/xa51/gen.c (emitcode),
462         * src/z80/gen.c (_emit2): made lbp unsigned char*
463         * support/Util/MySystem.c (split_command): made cmd_line and p unsigned
464            char*
465
466 2005-09-05 Raphael Neider <rneider AT web.de>
467
468         * src/pic16/ralloc.c (pic16_allocDirReg): use device specific
469           access bank splitpoint
470
471 2005-09-05 Raphael Neider <rneider AT web.de>
472
473         * device/lib/pic16/libc/Makefile: added (missing) string to SUBDIRS
474
475 2005-09-03 Maarten Brock <sourceforge.brock AT dse.nl>
476
477         * .version: changed to version 2.5.3
478         * doc/sdccman.lyx: changed version to 2.5.3,
479           documented --codeseg and --constseg and pragma codeseg and constseg,
480           documented bit parameters (reentrant) and bit returning
481         * src/SDCCicode.c (geniCodeReceive): fixed (possible) bug generating
482            currFunc->recvSize, but is this ok for all ports?
483           (ast2iCode): result of ~ on unsigned char must be cast to int for
484            bool to work
485         * src/SDCCmem.c (allocGlobal, allocLocal): don't put bit returning
486           function pointers in bit space
487         * src/SDCCsymt.c (checkSClass): allow bit returning function pointers,
488           (processFuncArgs): call port.reg_parm() with reentrancy info
489         * src/port.h,
490         * src/avr/main.c,
491         * src/ds390/main.c,
492         * src/hc08/main.c,
493         * src/pic/main.c,
494         * src/pic16/main.c,
495         * src/xa51/main.c,
496         * src/z80/main.c: port.reg_parm prototype extended with
497           "bool reentrant" parameter
498         * src/mcs51/main.c (_mcs51_regparm): use parameter reentrant instead of
499           options.stackAuto for allocating bit register parameters
500         * src/mcs51/gen.c (genNot): optimized complementing direct bit,
501           (genSend): set BitBankUsed if it is,
502           (selectRegBank): factored out of genCall for use in genPcall,
503           (genCall): removed redundant dtype assignmen, use selectRegBank,
504           (genPcall): handle returning in Carry properly, save in F0 if needed,
505           (genReceive): handle bit register parameters
506         * src/mcs51/ralloc.c (updateRegUsage): update BitBankUsed along the way,
507           (mcs51_assignRegisters): enable bit registers for all reentrant
508            functions and don't set BitBankUsed unconditionally
509         * src/mcs51/peeph.def (177.d): fixed bug if %2==%3
510         * support/regression/tests/bitvars.c: enable tests for SDCC_STACK_AUTO
511         * support/regression/tests/funptrs.c: added tests for BOOL and for return
512
513 2005-08-27 Borut Razem <borut.razem AT siol.net>
514
515         * device/lib/Makefile.in: cp on sparc-solaris (SunOS) and on
516         ppc-osx (Darwin) does not support -u option. It seems that it is
517         supported only on Linux - GNU cp
518
519 2005-08-25 Borut Razem <borut.razem AT siol.net>
520
521         * sim/ucsim/gui.src/serio.src/Makefile.in,
522           sim/ucsim/s51.src/Makefile.in, sim/ucsim/avr.src/Makefile.in,
523           sim/ucsim/z80.src/Makefile.in, sim/ucsim/hc08.src/Makefile.in,
524           sim/ucsim/xa.src/Makefile.in: install -s changed to 2 steps:
525           install and strip, since the strip at /usr/ccs/bin should be used
526           on solaris
527
528 2005-08-24 Borut Razem <borut.razem AT siol.net>
529
530         * clean.mk, device/lib/clean.mk: find on sparc-solaris does not support -maxdepth option
531
532 2005-08-23 Bernhard Held <bernhard AT bernhardheld.de>
533
534         * src/SDCCopt.c (convertToFcall): fixed modulus with divisors 1 and
535         ffffffffu
536
537 2005-08-23 Maarten Brock <sourceforge.brock AT dse.nl>
538
539         * as/mcs51/aslink.h: completed lkrloc.c prototypes
540         * as/mcs51/lkmain.c (link_main): fixed warning
541         * device/include/stdbool.h: ds390 has no advanced bit support yet
542         * src/SDCC.y: use SPEC_SHORT and renamed _signed to b_signed
543         * src/SDCCsymt.c: use SPEC_SHORT and renamed _signed to b_signed
544         * src/SDCCsymt.h (struct specifier): renamed _xxx bitfields to b_xxx
545           and updated their macros
546         * src/SDCCval.c (constVal): updated comment for renamed b_long
547
548 2005-08-22 Maarten Brock <sourceforge.brock AT dse.nl>
549
550         * as/mcs51/asdata.c: changed ctype['['] to BINOP
551         * as/mcs51/asexpr.c (expr): added case '[' for bit access in bdata,
552           (term): abused bit 15 of s_addr to indicate bit-addressable bytes,
553           (oprio): set priority for '['
554         * as/mcs51/aslink.h: added define R_BIT, and prototypes for adb_bit
555            and adb_24_bit
556         * as/mcs51/asm.h: added defines R_BIT and S_BIT
557         * as/mcs51/lkarea.c (lnksect2): use T for seg BIT_BANK and overlay it
558         * as/mcs51/lkdata.c: changed ctype['['] to BINOP
559         * as/mcs51/lkmain.c (Areas51): rel2 contains 12 (=C) areas now,
560           added overlayable BIT_BANK area
561         * as/mcs51/lkmem.c (summary): add BIT_BANK to BSEG_BYTES in the report,
562           (summary2): explain 'T' in legenda
563         * as/mcs51/lkrloc.c: replaced old K&R style,
564           (relr): added R_BIT processing,
565           (errmsg): added "Bit-addressable relocation error",
566           (adb_bit): added for converting from byte- to bit-addressable space,
567           (adb_24_bit): added for converting from byte- to bit-addressable space
568         * device/include/stdbool.h: changed BOOL to __bit for mcs51 as it can be
569            used in reentrant functions now even as return value
570         * device/lib/_gptrput.c (_gptrput): removed obsolete code
571         * src/SDCCast.c (resultTypePropagate): also propagate AND_OP and OR_OP,
572           (decorateType): case '!', GETHBIT, AND_OP, OR_OP: result in bool or char
573         * src/SDCCglobl.h: added indicator BitBankUsed
574         * src/SDCCglue.c (glue): emit area BIT_BANK with byte 'bits' and equ's for
575            the bit registers b0-b7
576         * src/SDCCicode.c (operandFromSymbol): removed IS_BITVAR check,
577           (geniCodeCast): fixed bug 1263853,
578           (geniCodeLogicAndOr): put result in bool or char,
579           (geniCodeReceive): added parameter func for accessing the return type,
580           (geniCodeFunctionBody): pass func to geniCodeReceive
581         * src/SDCCmain.c: added indicator BitBankUsed
582         * src/SDCCmem.c (allocLocal): explicitly set sclass for V_BIT
583         * src/SDCCsymt.c (newBoolLink): added for creating a bool/bit,
584           (checkSClass): don't put automatic bool/bit on stack,
585           (checkFunction): removed check on function cannot return bit
586         * src/SDCCsymt.h: added newBoolLink prototype
587         * src/mcs51/gen.c (rb1regs): added bit registers,
588           (movc): created for assigning to carry,
589           (pushReg, popReg): created for pushing registers,
590           (sameRegs): check both AOP_REG and AOP_CRY types,
591           (aopOp): handle bit registers,
592           (aopPut): optimization no self-assign,
593           (saveRegisters): push reg->base (bits) only once for bit registers,
594            and use pushReg,
595           (unsaveRegisters): pop reg->base only once and use popReg,
596           (assignResultValue): added parameter func and return in carry for bits,
597           (genIpush): optimization no reload in A if not changed,
598           (genSend): bit parameters in reentrant functions are passed in bit
599            registers by first assigning to bits in B, then save registers and
600            copy B to bits,
601           (genCall): handle returning in Carry properly, save it in F0 if needed,
602           (genPcall): updated assignResultValue call, this is not safe yet for bit
603            returning function !!!
604           (genFunction): don't generate equ's for bit registers and use pushReg,
605           (genEndFunction): take care of bit returning functions and use popReg,
606           (genRet): return bit in Carry,
607           (genIfx): optimize bit registers and other directly addressable bits,
608           (genReceive): updated assignResultValue call
609         * src/mcs51/main.c (_mcs51_reset_regparm): added regBitParmFlg,
610           (_mcs51_regparm): allow passing of upto 8 bit parameters in bit
611            registers when using stack-auto
612         * src/mcs51/ralloc.c (_G): added allBitregs,
613           (regs8051): added the bit registers,
614           (createStackSpil): use macro IS_BIT,
615           (getRegBit): added to allocate a bit register, else spill,
616           (getRegBitNoSpil): added to allocate a bit register, else a gpr,
617           (updateRegUsage): factored out to ease stepping while debugging,
618           (serialRegAssign): use updateRegUsage, only spill bits if necessary,
619            also allocate bit registers,
620           (fillGaps): handle bit registers,
621           (findAllBitregs): added to create bit vector with all bit registers,
622           (mcs51_allBitregs): returns this bit vector,
623           (mcs51_assignRegisters): when using stack-auto use bit registers for
624            passing parameters and creating local variables
625         * src/mcs51/ralloc.h: added B0_IDX..B7_IDX and prototype mcs51_allBitregs
626
627 2005-08-22 Borut Razem <borut.razem AT siol.net>
628
629         * device/lib/Makefile.in: replaced find option -or with -o
630           to make it run on solaris
631
632 2005-08-22 Raphael Neider <rneider AT web.de>
633
634         * src/pic16/gen.c (pic16_loadFromReturn): added check for AOP_PCODE,
635           fixes #1265442 (crash on Solaris)
636
637 2005-08-20 Borut Razem <borut.razem AT siol.net>
638
639         * configure, configure.in: added tests for libsocket and libnsl libraries,
640           requred by sdcdb on sparc-solaris; generate support/regression/Makefile
641           from support/regression/Makefile.in
642         * support/regression/Makefile.in: added
643         * device/lib/pic16/Makefile.common.in: force make to use bash shell
644         * sim/ucsim/libtool: regenerated on sparc-solaris
645         * sim/ucsim/avr.src/Makefile.in, sim/ucsim/hc08.src/Makefile.in,
646           sim/ucsim/s51.src/Makefile.in, sim/ucsim/xa.src/Makefile.in,
647           sim/ucsim/z80.src/Makefile.in: removed GNU ld specific linker options
648           -Wl,--start-group and -Wl,--end-group to enable ucsim compilation on
649           sparc-solaris, which doesn't use GNU ld linker
650         * device/lib/Makefile.in: cp on sparc-solaris (SunOS) does not support -u option
651         * as/Makefile: find on sparc-solaris does not support -maxdepth option
652
653 2005-08-19 Maarten Brock <sourceforge.brock AT dse.nl>
654
655         * src/mcs51/peeph.def: updated comments
656
657 2005-08-16 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
658
659         * device/lib/_gptrget.c,
660         * device/lib/_gptrput.c: slightly shorter
661         * doc/sdccman.lyx: incremented version
662         * src/mcs51/peeph.def: moved peephole comments to the line of first
663           change to better keep line correlation, reanimated 186.e
664         * src/mcs51/peeph.def: renamed similar peepholes by using suffixes
665
666 2005-08-16 Slade Rich <slade_rich AT users.sourceforge.net>
667
668         * src/pic/pcode.c : Pasted ".line" assembly directives patch from
669           David Saxton with quotes around file name.
670
671 2005-08-15 Borut Razem <borut.razem AT siol.net>
672
673         * support/regression/tests/bitfields.c, support/regression/tests/bitvars.c,
674           support/regression/tests/bitwise.c, support/regression/tests/literalop.c,
675           support/regression/tests/rotate.c, support/regression/tests/zeropad.c:
676           make tests run on x86_64 platform
677
678 2005-08-13 Raphael Neider <rneider AT web.de>
679
680         * device/lib/pic16/Makefile.subdir: weakened clean-intermediate rule
681           as it might be executed DURING a build (parallel make is wonderful)
682
683 2005-08-13 Raphael Neider <rneider AT web.de>
684
685         * device/lib/Makefile.in (port-specific-objects-pic16):
686           revert to cp $(PORT)/bin/*.* $(PORTDIR)
687         * device/lib/pic16/Makefile: added .PHONY targets, removed builddir
688           dependency
689         * device/lib/pic16/Makefile.rules: build subdirs before creating
690           the library, removed builddir rule, create $(builddir) early in
691           recurse rule, use empty recurse rule for leaf directories
692         * device/lib/pic16/Makefile.subdir: added phony targets, ignore
693           mkdir errors (race condition), removed duplicate suffix "hex"
694           from clean rules
695         * device/lib/pic16/libdev/Makefile: recursive make via + and $(MAKE)
696         * device/lib/pic16/libio/Makefile: create sub-make's builddir early,
697           prevents mkdir -p from aborting on Alpha
698
699 2005-08-12 Raphael Neider <rneider AT web.de>
700
701         * src/pic16/glue.c (pic16_print(G)PointerType): do not flush
702           db-statements in order to allow for arrays of pointers in code
703           sections to be placed without interspersed 0-padding, fixes
704           bug #1256215
705         * (emitStatistics): fixed division by zero for pic18f1220
706         * src/pic16/pcode.c: buffer (up to) 12 DB directives to allow for
707           unpadded writing of 8-bit, 16-bit, 24-bit and 32-bit values
708         * (pic16_emitDS): respect DB_ITEMS_PER_LINE
709         * (pic16_pCodeConstString): keep track of already emitted string
710           literals to prevent "duplicate definitions of symbol _str_NR"
711         * src/pic16/ralloc.c (pic16_allocRegByName): removed not so helpful
712           debug message
713         * device/lib/Makefile.in: ignore failing PIC16 library builds
714         * device/lib/pic16/Makefile: do not build if gputils are missing
715         * device/lib/pic16/Makefile.common.in: do not enforce MAKEFLAGS=-s
716
717 2005-08-10 Raphael Neider <rneider AT web.de>
718
719         * device/lib/Makefile.in: fixed copying pic16 libraries (broken by
720           my last commit)
721
722 2005-08-10 Raphael Neider <rneider AT web.de>
723
724         * src/*.c, src/pic16/{gen.c,glue.c,main.c}: applied Vangelis
725           Rokas' patch to add the new fixed point type "__fixed16x16"
726         * device/lib/pic16/libsdcc/fixed16x16: added Vangelis' support
727           functions for __fixed16x16 arithmetics
728         * device/lib/pic16: reimplemented the build system to support
729           a separate build directory, better handling of libio (create
730           the library in a separate subdir for each architecture) and
731           easier configuration (centralized in Makefile.common)
732
733 2005-08-07 Raphael Neider <rneider AT web.de>
734
735         * src/pic16/gen.c (genrshTwo): fixed sign extension
736         * src/pic16/device.c: added pic18f2320, 4220 and 4320
737         * device/include/pic16/pic18f2220.h: changed some bit definitions,
738           added T0CONbits
739         * device/include/pic16/pic18f4220.h: NEW, header for
740           pic18f4220 and pic18f4320
741         * device/include/pic16/pic18fregs.h: added new devices,
742           embraced Nop(), ClrWdt(), Sleep() and Reset() with do {} while(0)
743         * device/include/pic16/signal.h: resolved name clashes
744           on bit definitions, added DEF_HANDLER2(sig1,sig2,handler)
745           to also allow testing for interrupt enable bits, added
746           comments on how to use the macros
747         * device/lib/pic16/libdev/pic18f2220.c: added T0CONbits
748         * device/lib/pic16/libdev/pic18f{2320,4220,4320}.c: NEW,
749           register definitions for the devices
750         * device/lib/pic16/pics.all: added new devices
751         * device/lib/pic16/libc/stdlib/calloc.c: fixed zeroing
752           allocated memory
753         * device/lib/pic16/libc/stdlib/memfree: do not count
754           the block header as free memory
755         * device/lib/pic16/libc/stdlib/memmisc.c (_initHeap):
756           simplified and added missing end-of-blocklist-marker
757           (reported by Peter Onion, fixes #1252814)
758         * (_mergeHeapBlock): fixed loop condition
759         * device/lib/pic16/libc/stdlib/realloc.c: return NULL for
760           len==0, restructured code
761         * device/lib/pic16/libc/stdlib/{malloc,memfreemax}.c: cleaned
762           up a bit, reduced bitfield accesses, prevent endless loops
763           in case of heap corruption
764         * device/lib/pic16/libc/stdlib/x_ftoa.c: disabled
765           "unreferenced arguments/must return a value" warnings
766         * device/lib/pic16/libio/usart/ubaud.c (usart_baud):
767           replaced BAUDREG with SPBRG
768         * device/lib/pic16/libsdcc/lregs/{lrrest.c,lrst.c},
769           device/lib/pic16/debug/gstack/gstack.c: replaced
770           _naked, _asm, _endasm with __naked, __asm, __endasm
771
772 2005-08-05 Raphael Neider <rneider AT web.de>
773
774         * src/pic16/gen.c (pic16_aopGet): fixed handling of offsets in
775           AOP_PCODE operands, fixes multibyte union-bitfield-accesses
776
777 2005-08-05 Borut Razem <borut.razem AT siol.net>
778
779         * device/lib/Makefile.in: added missing ';'
780         * configure: removed ^M characters
781
782 2005-08-04 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
783
784         * device/include/mcs51/at89c51ed2.h, device/include/mcs51/p89v51rd2.h,
785           device/include/mcs51/at89s53.h: changed to GNU Lesser General Public
786           License
787
788 2005-08-04 Borut Razem <borut.razem AT siol.net>
789
790         * configure.in: pic16 libraries build 2nd try - enable running
791           configure in device/lib/pic16
792         * configure: regenerated from configure.in
793         * device/lib/Makefile.in: create $(PORT)/bin directory
794
795 2005-08-03 Raphael Neider <rneider AT web.de>
796
797         * src/pic16/gen.c (pic16_derefPtr): NEW, single place
798           to get/set values via pointers
799         * (genUnpackBits,genPackBits): changed detection of
800           ptr->bitfield vs. sym.bitfield, fixed access via generic
801           pointers, removed dead (wrong) code for multibyte bitfields
802         * (genNearPointerGet, genGenPointerGet): removed useless code,
803           fixed bitfield detection, fixes #1250594
804         * (genNearPointerSet): removed useless code
805         * src/pic16/gen.h: renamed pic16_emitpcode to pic16_emitpcode_real
806           and introduced macro pic16_emitpcode that conditionally emits
807           the origin of the following pCode (useful for debugging SDCC)
808         * src/pic16/pcode.c: changed (and disabled) some debug outputs
809         * (createDefmap): fixed handling of LFSR for --optimize-df
810
811 2005-08-02 Borut Razem <borut.razem AT siol.net>
812
813         * device/lib/Makefile.in: pic16 libraries build enabled since
814           gputils-0.13.2 are now localy installed at sourceforge's compile farm
815
816 2005-08-02 Raphael Neider <rneider AT web.de>
817
818         * src/pic16/gen.c (genPackBits): removed deprecated warning
819         * (genGenPointerSet): fixed bitfield detection
820
821 2005-08-02 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
822
823         * device/include/mcs51/msm8xc154s.h: Removed PT2 definition, now in 8052.h.
824
825 2005-07-31 Raphael Neider <rneider AT web.de>
826
827         * device/lib/pic16/libdev/pic18f458.c,
828           device/include/pic16/pic18f458.h: added missing T0CONbits
829
830 2005-07-29 Maarten Brock <sourceforge.brock AT dse.nl>
831
832         * device/include/mcs51/msm8xc154s.h: added, thanks to Matthias Arndt
833
834 2005-07-28 Maarten Brock <sourceforge.brock AT dse.nl>
835
836         * src/mcs51/gen.c (operandsEqu): fixed bug 1246687
837
838 2005-07-23 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
839
840         * device/include/mcs51/at89c51ed2.h: added.
841
842 2005-07-23 Raphael Neider <rneider AT web.de>
843
844         * src/pic/gen.h: added emitpcode macro for debugging
845         * src/pic/gen.c (emitpcode): renamed to emitpcode_real
846           and replace by macro adding debug information on demand
847         * (genNot): fixed to C semantics (!0 = 1; !x = 0 iff x != 0)
848         * (gencjne): tried to fix; replaced with correct (slower) code
849         * (gen{Unp,P}ackBits): fixed single bit access
850         * src/pic/pcode.c (AnalyzepCode): fixed DFPRINTF argument
851         * src/pic/pcodepeep.c (pCodeSearchCondition): fixed finding
852           previous instruction
853         * src/pic/pcoderegs.c (regIsSpecial): NEW, check whether a
854           register has to be handled with care (forbidding movement
855           of assignments/uses, removing assignments completely, ...)
856         * (pCodeOptime2pCodes): make use of regIsSpecial
857         * added lots of debugging output (commented out)
858         * src/pic/rallloc.c (deassignLRs): prevent operand registers
859           from being reused as result UNLESS it is known to work
860
861 2005-07-23 Maarten Brock <sourceforge.brock AT dse.nl>
862
863         * support/Util/dbuf.h: include <stddef.h> for size_t
864         * .version: changed to version 2.5.2
865
866 2005-07-23 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
867
868         * src/SDCCloop.c (loopInvariants): fixed bug #1234048
869
870 2005-07-22 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
871
872         * src/hc08/gen.c (genMinus): fixed bug #1241835,
873           (genModOneByte): removed needless psha/pula
874
875 2005-07-22 Raphael Neider <rneider AT web.de>
876
877         * src/SDCCmain.c (linkEdit): initialized linkerScriptFileName,
878           have PIC14 handled like PIC16, fixes broken pic14 linker calls
879         * src/pic/gen.c (resolveIfx): do not "invent" labels
880         * (genSkipc): changed to positive logic
881         * (genSkipCond): removed as no longer needed
882         * (pic14_mov2w_regOrLit,genCmp): NEW, replacement for buggy version,
883           backport from PIC16
884         * (genLeftShift): check operands are in different registers
885         * src/pic/genarith.c (genPlus): replaced INCF with ADDLW as
886           INCF does not update CARRY...
887         * src/pic/main.c: fixed _linkCmd
888         * src/pic/pcode.c (unlinkpCode): added inactive code
889         * src/pic/ralloc.c (deassignLRs): keep arguments to shift operations
890           alive (do not assign result and operand overlapping registers)
891
892 2005-07-22 Raphael Neider <rneider AT web.de>
893
894         * src/pic/device.c (dump_sfr): replaced register declaration with
895           call to emitSymbolToFile() to avoid duplicate symbols
896         * (assignRelocatableRegisters): do not declare external symbols
897         * src/pic/ralloc.c (allocNewDirReg): fixed to get size of arrays
898           right (take size of type, not etype)
899         * (allocDirReg): fixed call to allocNewDirReg() to pass OP_SYM_TYPE
900         * (writeUsedRegs): also dump dynDirectRegs (e.g. local variables)
901         * (packRegsForAccUse): disabled assignment of WREG as
902           the result reg to prevent occurence of just fixed #1235003,
903           fixes #1242954
904         * src/pic/glue.c (emitSymbolToFile): NEW, central place to declare
905           symbols (avoids duplicate symbols in .asm file)
906         * (pic14emitRegularMap): use emitSymbolToFile()
907         * src/pic/gen.c (aopOp): fixed spillLocation handling
908         * (gen{Unp,P}ackBits): fixed acquiring bit-operands
909         * (genDataPointerSet): removed unneccessary variables/output
910
911 2005-07-22 Maarten Brock <sourceforge.brock AT dse.nl>
912
913         * as/mcs51/lkarea.c: enlarged codemap for banked memory
914         * device/lib/mcs51/crtbank.asm: added # to 0x0F
915
916 2005-07-21 Raphael Neider <rneider AT web.de>
917
918         * src/pic/gen.c (aopOp): do not generate AOP_ACC operands as pic14
919           architecture cannot handle them efficiently, fixes bug #1235003
920         * src/pic16/device.c (pic16_dump_{u,i}section,pic16_dump_int_registers):
921           check for empty sets before using them (fixes bug #1232190)
922
923 2005-07-19 Maarten Brock <sourceforge.brock AT dse.nl>
924
925         * as/mcs51/lkarea.c (lnkarea, lnkarea2): improved BSEG size calculation,
926           (lnksect2): generate warnings for memory overlap
927         * src/SDCC.lex (doPragma, process_pragma): added pragma's codeseg and
928           constseg to set the name of these segments so you can instruct the linker
929           to place them in banks
930         * src/SDCCast.c (decorateType): use new macro IS_FUNCPTR()
931         * src/SDCCglobl.h: added MODEL_HUGE to enum,
932           added code_seg and const_seg to options
933         * src/SDCCglue.c (emitMaps): use options.const_seg,
934           (createInterruptVect): put interrupt vectors in segment HOME,
935           (glue): put HOME before static segment and put the main glue in HOME,
936           (glue): use options.code_seg
937         * src/SDCCicode.c (geniCodeCall): use new macro IS_FUNCPTR()
938         * src/SDCCmain.c: added option --codeseg and --constseg to set the name of
939           these segments so you can instruct the linker to place them in banks
940           (linkEdit): use code_loc for HOME segment which should be the first
941           segment in code memory now
942         * src/SDCCmem.c: fixed more stuff like bug 1238386
943         * src/SDCCsymt.c (getSize): use generic pointer size for banked functions,
944           (changePointer): don't change function pointers to code pointers for
945           banked functions,
946           (compareType): added exceptional check for banked function pointers
947         * src/SDCCsymt.h: changed IFFUNC_ISBANKEDCALL, added IS_FUNCPTR
948         * src/hc08/main.c (_hc08_genAssemblerPreamble): put HOME first, put CSEG
949           after static in code memory
950         * src/mcs51/gen.c: added aopLiteralLong prototype,
951           (aopForSym): use getSize for functions,
952           (genCall): generate banked calls over one trampoline __sdcc_banked_call
953           in HOME with lsb of address in r0, msb in r1 and bank in r2, use
954           -Wl-bBANKSEG=0xbbaaaa option to set the address (aaaa) and bank (bb) of
955           the segment,
956           (genPcall): use call for literal function pointers and generate banked
957           calls over the one trampoline so there's only one place for the user to
958           modify according to his/hers hardware,
959           (genEndFunction): jump to __sdcc_banked_ret in HOME for banked functions,
960           (genPlusIncr): moved check icount>4 beyond inc dptr optimization
961         * src/mcs51/main.c: added keyword banked,
962           (_mcs51_genExtraAreas): put HOME first followed by GSINIT, STATIC and CSEG
963         * support/Util/SDCCerr.c,
964         * support/Util/SDCCerr.h: added E_BANKED_WITH_CALLEESAVES, registers are
965           needed for passing the bank and address to the trampoline
966         * device/lib/mcs51/crtbank.asm: added for bankswitching
967         * device/lib/mcs51/Makefile: added crtbank
968
969 2005-07-16 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
970
971         * src/SDCCcse.c (algebraicOpts): fixed loss of volatility
972           for fields at offset 0 of a struct or union as reported
973           on 2005-07-07 in the developer mailing list.
974
975 2005-07-15 Maarten Brock <sourceforge.brock AT dse.nl>
976
977         * src/SDCCmem.c: fixed bug 1238386
978
979 2005-07-12 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
980
981         * src/mcs51/peeph.def: added labelrefcounting for peepholes
982           (patch #1144962), added peephole 300, enabled 259.x
983         * doc/sdccman.lyx: removed screenshot and provided link instead
984
985 2005-07-05 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
986
987         * doc/sdccman.lyx: added section about debugging with ddd
988         * doc/figures/ddd_example.eps: screenshot of debugging session
989
990 2005-07-04 Raphael Neider <rneider AT web.de>
991
992         * src/pic/gen.c (genPointerGet): handle pointers to CONST values
993           like CODE pointers, fixes #1115683
994         * src/pic/pcode.c (DoBankSelect): forget LastRegIdx during function
995           call, fixes bugs #1232211, #1228110,
996           fixed wrong casts to pCodeFlow from pCodeInstructions
997
998 2005-07-04 Raphael Neider <rneider AT web.de>
999
1000         * src/pic/gen.c (popGet): changed assert to allow for
1001           bit operands
1002         * (popGetAddr): changed signature to provide
1003           an additional index, patched all call sites
1004         * (genCmpEq): handle literal-like operands correctly
1005         * (genAddrOf): added sanity checks on __code/__data pointers
1006         * (genAssign): added handling of symbols from __code section
1007         * (gencjne): do not generate code for comparisons whose result
1008           is neither stored nor used, fixes bug #1171114
1009         * (AccLsh, AccRsh): operate on operand instead of WREG
1010         * (shift{Left,Right}_Left2ResultLit): NEW, size independant
1011           replacement for Shift{LR}{12}Left2Result; shift (byte/int/long)
1012           by known count
1013         * rewrote complete shift-by-literal logic, commented unused
1014           functions out
1015         * (genConstPointerGet): get multiple bytes (if result size > 1),
1016           fixed handling of non-immediate addresses
1017         * (genPointerGet): handle CODE pointers like CONST pointers
1018         * (genpic14Code): insert C-SRC lines as Cource-pCodes
1019         * ({aop,op}_isLitLike): NEW, single place to decide whether an
1020           operand is to be treated as a literal or not
1021         * (mov2w,genPcall,genCmpEq),
1022           src/pic/genarith.c: use aop_isLitLike() to decide between
1023           literal/register contents
1024         * (addSign): added missing offset
1025         * src/pic/gen.h: remove newline after FENTRY/FEXIT comments,
1026           only emit comment in debug-mode,
1027           use {aop,op}_isLitLike throughout the file
1028         * src/pic/glue.c: fix initializers for pointers (work in progress)
1029         * src/pic/pcode.c (get_op): honor index on _const symbols
1030         * ({reset,dump}pCodeStatistics): NEW, estimate code size
1031         * (dumppBlock): added pCode size estimation
1032         * src/pic/ralloc.c (deassignLRs,serialRegAssign,packRegisters):
1033           check for IS_SYMOP before OP_SYMBOL'ing
1034         * fixed indentation, compacted switch-statements
1035         * (allocReg): find free register and allocate it instead of
1036           allocating new registers all the time
1037         * (deassignLRs): prevent POINTER_GET's from being assigned the same
1038           registers as its operands (necessary only for multibyte GETs)
1039
1040 2005-07-01 Raphael Neider <rneider AT web.de>
1041
1042         * src/pic/gen.h: added prototypes emitpComment, popGetAddr and
1043           debugging .asm-output macros FENTRY + FEXIT
1044         * src/pic/gen.c (Safe_vsnprintf): NEW, is there a more generic
1045           way... I wonder...
1046         * (emitpComment): NEW, printf to pCode
1047         * (popGet): added assert on too large offsets, fixed PO_IMMEDIATE's
1048           offset handling
1049         * (popGetAddr): NEW, variant of popGet to access an immediates
1050           high(er) bytes instead of the n'th byte of memory they reference,
1051           replaced popGet with popGetAddr where neccessary
1052         * (genDataPointerGet): reactivated and fixed implementation
1053         * (genNearPointerGet): enabled call to genDataPointerGet, fixes array-
1054           accesses
1055         * (genDataPointerSet): fixed multibyte assignments
1056         * (genpic14Code): fixed --i-code-in-asm handling
1057         * src/pic/genarith.c: fixed PO_IMMEDIATE issue using popGetAddr,
1058         * (genPlus): fixed index-out-of-bounds error
1059         * src/pic/pcode.c (get_op): fixed PO_IMMEDIATE's index/offset handling
1060         * src/pic/ralloc.c: added debugging output macro FENTRY2
1061         * (spillThis): fixed indentation, enbraced for-body for clarity
1062         * (rematStr): commented out as now unused
1063         * (regTypeNum): commented out special spill case (overwrites
1064           arbitrary values)
1065         * fixes bugs #1229346, #1216476 (both arrays) and #1115667 (SIGSEGV)
1066
1067 2005-06-30 Maarten Brock <sourceforge.brock AT dse.nl>
1068
1069         * doc/sdccman.lyx: documented sfr16/sfr32,
1070           added example for using storage class with function pointers
1071         * src/mcs51/gen.c (genPlusIncr): optimized small offsets from dptr
1072
1073 2005-06-28 Maarten Brock <sourceforge.brock AT dse.nl>
1074
1075         * device/lib/_gptrget.c: also push/pop _PSBANK, added # to 0x03
1076         * device/lib/_itoa.c,
1077         * device/lib/_ltoa.c: optimized codesize
1078         * src/SDCCsymt.c (checkSClass): added sanity check for sfr at addresses,
1079           but don't know how to suppress the double warning.
1080         * src/mcs51/gen.c (genPlusIncr): fixed bug when incrementing volatile int's
1081         * support/Util/SDCCerr.c,
1082         * support/Util/SDCCerr.h: added warning W_SFR_ABSRANGE for sanity check
1083
1084 2005-06-27 Maarten Brock <sourceforge.brock AT dse.nl>
1085
1086         * as/mcs51/asexpr.c (expr): disabled warning "not in .flat24 mode",
1087           fixed old K&R prototypes
1088         * as/mcs51/asout.c (outrb): always output as if generating 24bit addresses
1089         * device/lib/_gptrget.c,
1090         * device/lib/_gptrgetc.c,
1091         * device/lib/_gptrput.c: changed versions for new memory indicator values,
1092           also new versions for small generic pointers and banked generic pointers
1093         * src/port.h: added const_name
1094         * src/SDCC.lex: added keywords sfr16, __sfr16, sfr32, __sfr32
1095         * src/SDCC.y: added tokens SFR16, SFR32 and their sfr_attributes
1096         * src/SDCCcse.c (findPrevIc): check all associative operators
1097         * src/SDCCglue.c (emitMaps): use CONST_NAME if defined
1098         * src/SDCCicode.h: added macro IS_ASSOCIATIVE
1099         * src/SDCCmem.c: updated comments,
1100           set far-space to 0 for pdata, results in optimized code
1101         * src/SDCCmem.h: added macro CONST_NAME
1102         * src/SDCCsymt.h: renumerated generic pointer types GPTYPE_... thereby
1103           moving the info into the highest bits, see also gptrget/gptrput
1104         * src/src.dsp: added sdcc.ico to project files
1105         * src/avr/gen.c (genCast): fixed bug 0x%d
1106         * src/avr/main.c (avr_port): added "CONST (CODE)" for const_name
1107         * src/ds390/gen.c (aopForRemat, adjustArithmeticResult): disconnected direct
1108           relation between ptr_type and DCL_TYPE,
1109           (genCast): fixed bug 0x%d
1110         * src/ds390/main.c (ds390_port, tininative_port, ds400_port): added "CONST
1111           (CODE)" for const_name
1112         * src/hc08/gen.c (genCast): fixed bug 0x%d
1113         * src/hc08/main.c (_hc08_genAssemblerPreamble): added .area ...const_name,
1114           (hc08_port): added "CONST (CODE)" for const_name
1115         * src/mcs51/gen.c (aopForSym): optimized pushing ACC,
1116           (aopForRemat, adjustArithmeticResult): disconnected direct relation
1117           between ptr_type and DCL_TYPE,
1118           (aopGetUsesAcc, aopGet, aopPut): changed first parameter from asmop* to
1119           operand* and took AOP() inside function so sfr-ness can be checked,
1120           (all over): repaired calls to aopGetUsesAcc, aopGet, aopPut to comply with
1121           new prototype,
1122           (genFunction, genEndFunction): optimized stack setup,
1123           (genMinus): optimized for literals with ending zeroes (in bytes),
1124           (genCast): fixed bug 0x%d
1125         * src/mcs51/main.c (_mcs51_keywords): added sfr16 and sfr32,
1126           (mcs51_port): added "CONST (CODE)" for const_name
1127         * src/mcs51/peeph.def: made rule 226 more generic
1128         * src/pic/main.c (pic_port): added "CONST (CODE)" for const_name
1129         * src/pic16/main.c (pic16_port): added "CONST (CODE)" for const_name
1130         * src/xa51/main.c (xa51_port): added "CONST (CODE)" for const_name
1131         * src/z80/main.c (z80_port): added NULL for const_name,
1132           (gbz80_port): added NULL for const_name
1133         * support/regression/tests/bug663539.c,
1134         * support/regression/tests/sfr16.c: new tests
1135
1136 2005-06-25 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
1137
1138         * device/include/mcs51/p89v51rd2.h, device/include/mcs51/at89s53.h: added.
1139
1140 2005-06-24 Raphael Neider <rneider AT web.de>
1141
1142         * device/lib/pic16/libdev/pic18f[68][567]20.c:
1143           corrected typos...
1144         * device/include/pic16/signal.h: added USBIF
1145           and SIG_USB
1146
1147 2005-06-24 Raphael Neider <rneider AT web.de>
1148
1149         * device/lib/pic16/libdev/pic18f2455.c,
1150           device/include/pic16/pic18f2455.h: NEW
1151         * device/include/pic16/pic18fregs.h,
1152           device/lib/pic16/pics.all,
1153           src/pic16/device.c: added 18f2455
1154         * device/lib/pic16/libdev/pic18f[68][567]20.c,
1155           device/include/pic16/{pic18f[68][567].h,usart.h}:
1156           replaced MULTIPLE_USARTS define with more relaible
1157           compatibility sfrs (for USART access)
1158
1159 2005-06-20 Slade Rich <slade_rich AT users.sourceforge.net>
1160
1161         * src/pic/pcode.c : Fixed problem when a string constant contains a "\r\n"
1162           and the output asm file line is printed on two lines.
1163
1164 2005-06-19 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
1165
1166         * sim/ucsim/hc08.src/inst.cc (inst_condbranch): fixed simulation of
1167           BGT, BLE, BHI, and BLS instructions
1168         * src/hc08/gen.c (outAcc, outBitC, outBitNV, genCmpLt, genCmpGt,
1169           genCmpEq): removed
1170         * src/hc08/gen.c (genCmpEQorNE, genCmp, branchopCmp, nameCmp,
1171           negatedCmp, exchangedCmp, genhc08Code): rewrite of comparison handling,
1172           fixes bug #1216342
1173         * src/hc08/peeph.def: added rules 2g - 2l for new conditional branches
1174
1175 2005-06-15 Raphael Neider <rneider AT web.de>
1176
1177         * src/pic16/NOTES: moved Vangelis from active developers to people to contact
1178         * device/include/pic16/{6520.h,8520.h}: fixed configuration bits
1179         * src/pic16/gen.c (): prevent iTemps from being considered to be in CODESPACE,
1180           fixes bug #1221120; for symbols in CODESPACE get number of bytes to read from
1181           OP_SYM_TYPE() instead of OP_SYM_ETYPE()
1182
1183 2005-06-06 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
1184
1185         * device/include/mcs51/reg764.h: Changed PB0 to PBO as requested by
1186           Marcel Telka in bug #1215704
1187
1188 2005-06-02 Slade Rich <slade_rich AT users.sourceforge.net>
1189
1190         * src/pic/pcode.c : Changed pseudo stack size to 15 to allow WSAVE to be
1191           located in shared memory bank.
1192
1193 2005-05-31 Raphael Neider <rneider AT web.de>
1194
1195         * src/pic16/{gen.c,genarith.c}: replaced sign-extension
1196           "CLRF, BTFSC <signbit>, DECF/COMF" with side-effect-free
1197           "CLRF, BTFSC <signbit>, SETF"; fixes "long>>9"
1198
1199 2005-05-27 Maarten Brock <sourceforge.brock AT dse.nl>
1200
1201         * device/lib/_strncpy.c: fixed the fix
1202
1203 2005-05-26 Raphael Neider <rneider AT web.de>
1204
1205         * src/pic16/glue.c (pic16_printIvalChar): fixed _constant_ string
1206           initializers with \0, bug #1208187
1207         * src/pic/glue.c (printIvalChar): fixed (non- and constant) string
1208           intializers with \0, bug #1208187
1209
1210 2005-05-26 Raphael Neider <rneider AT web.de>
1211
1212         * src/pic16/glue.c (pic16_printIvalChar): fixed string
1213           initializers with \0, bug #1208187
1214         * src/pic16/main.c (_process_pragma): added sanity checks
1215           for stack position and size, emit warnings when appropriate
1216
1217 2005-05-26 Maarten Brock <sourceforge.brock AT dse.nl>
1218
1219         * device/lib/_strncpy.c: fixed not filling with \0
1220
1221 2005-05-26 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
1222
1223         * src/SDCCast.c (funcOfType, funcOfTypeVarg, stringToSymbol,
1224           createFunction),
1225         * src/SDCC.y (external_definition, enumerator, parameter_declaration,
1226           compound_statement),
1227         * src/SDCCsymt.h,
1228         * src/SDCCsymt.c (addSymChain, processFuncArgs): fixed bug #1159134
1229
1230 2005-05-24 Raphael Neider <rneider AT web.de>
1231
1232         * src/pic16/glue.c (pic16_printGPointerType): fixed #1207796
1233
1234 2005-05-24 Raphael Neider <rneider AT web.de>
1235
1236         * device/include/pic16/pic18f{442,452,458}.h: fixed wrong
1237           TRISE definitions, closes bug #1162453
1238
1239 2005-05-22 Raphael Neider <rneider AT web.de>
1240
1241         * src/pic16/main.c (_process_pragma): check for missing
1242           arguments to pragmas code and udata
1243         * device/include/pic16/pic18f{2550,4331,4455,4520}.h:
1244           consistency fixes to match other headers (thanks to Jim Paris)
1245         * device/lib/pic16/libio/i2c.ignore: 18f4331 provides no I2C
1246
1247 2005-05-21 Maarten Brock <sourceforge.brock AT dse.nl>
1248
1249         * src/SDCCicode.c (isOperandEqual): fixed missing ;
1250
1251 2005-05-19 Maarten Brock <sourceforge.brock AT dse.nl>
1252
1253         * support/regression/tests/bug1198642.c: new test
1254         * src/SDCCicode.c (isOperandEqual): fixed bug 1198642
1255         * src/SDCCcse.c (findPrevIc): added comment, please have a look
1256         * support/scripts/resource.h,
1257         * support/scripts/resource.rc,
1258         * src/src.dsp: added sdcc.ico to project as icon for sdcc.exe
1259         * support/scripts/sdcc.ico: added 32x32 icon
1260
1261 2005-05-18 Raphael Neider <rneider AT web.de>
1262
1263         * device/lib/pic16/libdev/pic18f*.c,
1264         * device/include/pic16/pic18f*.h: updated "sfr" and "at X"
1265           keywords to "__sfr" and "__at (X)"
1266         * device/include/pic16/pic18fregs.h: added pic18f4520
1267         * src/pic16/pcode.c (pic16_pCode2str): fixed (?) bug
1268           #1203088 (MPLAB compatibility)
1269
1270 2005-05-17 Raphael Neider <rneider AT web.de>
1271
1272         * device/include/pic16/pic18f{2550,4331,4455,4520}.h: NEW
1273         * device/lib/pic16/libdev/pic18f{2550,4331,4455,4520}.c: NEW
1274         * device/lib/pic16/pics.all: added new devices
1275         * src/pic16/device.c: added support for pic18f4520
1276
1277 2005-05-16 Raphael Neider <rneider AT web.de>
1278         * src/pic16/gen.{c,h}: s/mov2f/pic16_mov2f made public
1279         * src/pic16/genarith.c (genAddLit): fixed bug 1202480
1280         * src/pic16/pcode.{c,h} (pic16_newpCodeOpBit_simple): NEW
1281           convenience function for bit access
1282
1283 2005-05-15 Maarten Brock <sourceforge.brock AT dse.nl>
1284
1285         * device/lib/printf_large.c: fixed bug 1193299
1286         * support/regression/tests/bug1057979.c: added test %3.3s
1287
1288 2005-05-15 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
1289
1290         * device/include/mcs51/8051.h,
1291         * device/include/mcs51/8052.h: made parseable with lint
1292         * device/include/mcs51/lint.h: added include file for (sp)lint
1293         * doc/sdccman.lyx: added doc about use of splint (syntax checking tool)
1294         * doc/cdbfileformat.lyx,
1295         * doc/test_suite_spec.lyx: hardcoded date to the date of last text change
1296
1297 2005-05-14 Raphael Neider <rneider AT web.de>
1298
1299         * device/lib/pic16/Makefile.common.in: add --optimize-df to OPT_FLAGS
1300         * device/lib/pic16/libc/stdlib/itoa.c (new)
1301         * device/lib/pic16/libc/stdlib/Makefile: have itoa.c built
1302         * device/lib/pic16/libio/Makefile: exclude subdir according to
1303           ${subdir}.ignore for certain PICs (lacking e.g. i2c)
1304         * device/lib/pic16/libio/i2c.ignore (new): pic18f1220 has no I2C support
1305         * src/pic16/gen.c (genFunction): prevent annoying warning
1306         * src/pic16/pcode.c: renamed stack_t to dynstack_t to prevent
1307           nameclashes on BeOS
1308         * support/cpp2/cppmain.c (cpp_output_string): new
1309         * support/cpp2/cpplib.c (_cpp_do__Pragma): fixed _Pragma(""),
1310           fixes bug 1116802
1311
1312 2005-05-13 Borut Razem <borut.razem AT siol.net>
1313
1314         * src/SDCCmain.c (linkEdit): fixed bug 1195202
1315
1316 2005-05-12 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
1317
1318         * .version: changed to version 2.5.1; back to bleeding edge development
1319
1320 2005-05-11 Borut Razem <borut.razem AT siol.net>
1321
1322         * doc/sdccman.lyx doc/cdbfileformat.lyx doc/test_suite_spec.lyx:
1323           generate PDF version 1.3 documents
1324
1325 2005-05-07 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
1326
1327         * .version: changed to version 2.5.0
1328
1329 2005-04-27 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
1330
1331         * doc/sdccman.lyx: updated weblinks, index and smaller updates
1332
1333 2005-04-26 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
1334
1335         * doc/sdccman.lyx: changed version 2.5.0, documented --std-c89,
1336         --std-sdcc89, --std-c99, --std-sdcc99, and the corresponding #pragmas, as
1337         well as many smaller updates.
1338         * .version: changed to version 2.5.0-pre1
1339
1340 2005-04-26 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
1341
1342         * src/SDCCmain.c (setIncludePath): added port->target to SDCC_INCLUDE_NAME
1343
1344 2005-04-26 Maarten Brock <sourceforge.brock AT dse.nl>
1345
1346         * support/regression/tests/bug1185672.c: added
1347         * src/mcs51/gen.c (aopGetUsesAcc, genCpl, genAnd, genOr, genXor): fixed
1348           bug 1185672
1349         * src/mcs51/gen.c (genCall): added comments, made it look safer
1350         * src/mcs51/gen.c (genEndFunction): simplified
1351
1352 2005-04-25 Maarten Brock <sourceforge.brock AT dse.nl>
1353
1354         * src/mcs51/ralloc.c (serialRegAssign): fixed bug 1189609
1355
1356 2005-04-14 Borut Razem <borut.razem AT siol.net>
1357
1358         * fixed bug 1045046 - SIGSEGV with really simple code?:
1359           src/pic/pcode.c (pCodeInitRegisters)- pseudo stack size increased to 16
1360           src/pic/ralloc.c (typeRegWithIdx) - error message on pseudo stack overflow
1361
1362 2005-04-14 Borut Razem <borut.razem AT siol.net>
1363
1364         * src/pic16/gen.c (genInline), src/pic16/main.c (_process_pragma),
1365           src/pic16/device.h: temporarily disabled experimental #inline pragma
1366           for 2.5.0 release
1367
1368 2005-04-14 Maarten Brock <sourceforge.brock AT dse.nl>
1369
1370         * device/include/z80/stdio.h,
1371         * device/include/z80/string.h: removed these highly incomplete files so
1372           SDCC can use the default ones in device/include/
1373
1374 2005-04-14 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
1375
1376         * src/mcs51/gen.c (genEndFunction): removed unused variable to fix
1377         gcc warning.
1378         * device/lib/Makefile.in: default PORTINCDIR to the mcs51 subdir to
1379         fix sdcpp warnings.
1380
1381 2005-04-12 Maarten Brock <sourceforge.brock AT dse.nl>
1382
1383         * device/include/malloc.h: removed redundant __reentrant prototypes
1384         * device/lib/_mullong.c: added working xstack variant in asm (C version
1385           doesn't pass regression tests)
1386         * device/lib/bpx.c: used __data and made bpx char for mcs51
1387         * src/SDCCast.c (decorateType): removed unused GPTYPE_IDATA,
1388           (createFunction): fixed bug with xstackPtr
1389         * src/SDCCcse.c: corrected comments
1390         * src/SDCCopt.c (convertToFcall): fixed warning in MSVC,
1391           (killDeadCode, eBBlockFromiCode): removed unused code
1392         * src/SDCCsymt.h: removed unused GPTYPE_GPTR and GPTYPE_IDATA,
1393           corrected comments
1394         * src/mcs51/gen.c (aopForSym, aopPut, toBoolean, unsaveRegisters,
1395           assignResultValue, genCall, genFunction, genEndFunction, genAnd,
1396           genOr, genXor, genAddrOf): fixed several bugs concerning xstack
1397           (genModOneByte): fixed warning in MSVC
1398         * src/mcs51/main.c (): added comments
1399         * src/mcs51/peeph.def: changed 129 to 129.a, added 129.b, 129.c & 129.d
1400
1401 2005-04-12 Maarten Brock <sourceforge.brock AT dse.nl>
1402
1403         * src/SDCCmain.c (linkEdit): oops, changed one line too many
1404
1405 2005-04-11 Maarten Brock <sourceforge.brock AT dse.nl>
1406
1407         * src/SDCCmain.c (linkEdit): fixed bug with finding crt0.o for z80
1408
1409 2005-04-10 Vangelis Rokas <vrokas AT users.sourceforge.net>
1410
1411         * src/pic16/glue.c (printIvalChar): fixed bug when emitting
1412         characters arrays of larger size than the declared one.
1413
1414 2005-04-10 Borut Razem <borut.razem AT siol.net>
1415
1416         * src/pic/gen.c (genInline),
1417           src/pic/pcode.c (newpCodeAsmDir), (pCode2str),
1418           (genericPrint), (unlinkpCodeFromBranch), (compareLabel),
1419           (findNextInstruction), (findPrevInstruction),
1420           (findInstructionUsingLabel),
1421           src/pic/pcode.h: fixed bug #1164907 - Labels not being recognized
1422         * src/pic/pcode.c (findLabel): added missing '\n'
1423         * src/src.dsp: added SDCCdwarf2.c to the project
1424
1425 2005-04-09 Borut Razem <borut.razem AT siol.net>
1426
1427         * support/scripts/sdcc.nsi: added include/hc08/* h to NSIS setup
1428
1429 2005-04-08 Raphael Neider <rneider AT web.de>
1430
1431         * src/pic16/pcode.c: added helpers defmapInsertAfter (insert a new item
1432           into the chain after a given one) and mergeDefmapSymbols (combine
1433           defmap entries for each symbol per pcode)
1434         * (createDefmap): have defmap entries merged in the end
1435         * (defmapReplaceSymRef): split defmap entries covering two accesses to
1436           a symbol before replacing one access type's symbol, merge symbols in
1437           the end (replacement symbol might already have an entry)
1438         * (assignValnums): keep reference to written WREG intact
1439
1440 2005-04-08 Raphael Neider <rneider AT web.de>
1441
1442         * src/pic16/pcode.c (struct defmap_s): named anonymous union (for
1443           Alpha)
1444
1445 2005-04-08 Vangelis Rokas <vrokas AT users.sourceforge.net>
1446
1447         * src/pic16/pcode.c (pic16_get_op2): enlarged size of array b to 128
1448         bytes
1449
1450 2005-04-07 Raphael Neider <rneider AT web.de>
1451
1452         * device/include/pic16/usart.h: added compatibility defines for
1453           devices with more than one USART
1454         * device/include/pic16/pic18f[68][567]20.h: activated above defines
1455
1456 2005-04-07 Maarten Brock <sourceforge.brock AT dse.nl>
1457
1458         * device/lib/Makefile.in: updated for port specific include
1459
1460 2005-04-07 Maarten Brock <sourceforge.brock AT dse.nl>
1461
1462         * support/regression/ports/mcs51/spec.mk: added mcs51 include
1463
1464 2005-04-07 Maarten Brock <sourceforge.brock AT dse.nl>
1465
1466         * device/include/8051.h,
1467         * device/include/8052.h,
1468         * device/include/at89S8252.h,
1469         * device/include/at89c55.h,
1470         * device/include/at89x051.h,
1471         * device/include/at89x51.h,
1472         * device/include/at89x52.h,
1473         * device/include/mcs51reg.h,
1474         * device/include/reg51.h,
1475         * device/include/reg764.h,
1476         * device/include/regc515c.h,
1477         * device/include/sab80515.h: (re)moved these 12 files
1478         * device/include/mcs51/8051.h,
1479         * device/include/mcs51/8052.h,
1480         * device/include/mcs51/at89S8252.h,
1481         * device/include/mcs51/at89c55.h,
1482         * device/include/mcs51/at89x051.h,
1483         * device/include/mcs51/at89x51.h,
1484         * device/include/mcs51/at89x52.h,
1485         * device/include/mcs51/mcs51reg.h,
1486         * device/include/mcs51/reg51.h,
1487         * device/include/mcs51/reg764.h,
1488         * device/include/mcs51/regc515c.h,
1489         * device/include/mcs51/sab80515.h: and added them here
1490
1491 2005-04-06 Maarten Brock <sourceforge.brock AT dse.nl>
1492
1493         * device/include/stdarg.h: changed SDCC specific keywords to double
1494           underlined form.
1495         * device/include/stdint.h: changed intptr_t and uintptr_t for others than
1496           mcs51 and ds390.
1497         * device/include/hc08/mc68hc908gp32.h,
1498         * device/include/hc08/mc68hc908jb8.h,
1499         * device/include/hc08/mc68hc908jkjl.h,
1500         * device/include/hc08/mc68hc908qy.h: fixed comments
1501         * device/include/mcs51/README: updated
1502         * device/include/mcs51/c8051f120.h: added PINRSF
1503         * device/lib/pic16/libc/stdlib/crc16.c: fixed comments
1504         * src/pic16/pcode.c: MSVC6 doesn't accept declaring new variables
1505           amidst code. Also inline is not supported.
1506
1507 2005-04-06 Raphael Neider <rneider AT web.de>
1508
1509         * src/pic16/pcode.c (pic16_pCodeReplace): also update pcflow->end
1510         * (createDefmap): fixed CALLs to depend on FSR1 and RETLW to restore
1511           callers stack/frame pointers
1512
1513 2005-04-06 Vangelis Rokas <vrokas AT users.sourceforge.net>
1514
1515         * device/include/pic16/usart.h: added, missing in previous commit,
1516         * device/include/pic16/adc.h: fixed typo,
1517         * device/lib/pic16/libc/utils/cvtdec.S: added missing in previous
1518         commit,
1519         * device/lib/pic16/libc/stdlib/g_ftoa.S: modified to include
1520         <p18fxxx.inc>
1521         * device/lib/pic16/libc/stdio/streams.c: leave stdin, stdout
1522         uninitialized because a bug appears with gplink
1523         * device/lib/pic16/{some makefiles}: moved $(CSTD) from CFLAGS to
1524         COMPILE_FLAGS and added CPPFLAGS with -nostdinc because sdcpp
1525         complains for unrecognised option
1526
1527 2005-04-05 Raphael Neider <rneider AT web.de>
1528
1529         * src/pic16/gen.c (pic16_popCopyReg): made copying work for extended
1530           structs as well (using memcpy)
1531         * (genFunction): fixed comparison, used pCodeOpLabel to reduce warning
1532           on ISRs (GOTO has no label)
1533         * src/pic16/device.h: added OF_OPTIMIZE_DF
1534         * src/pic16/main.c: added compiler switch --optimize-df to enable the
1535           new data flow analysis/optimization
1536         * src/pic16/pcode.c: added (prototypes for and implementation of)
1537           dataflow analysis functions, fixed pCodeInstructions' inCond and
1538           outCond values, made RCALL a branch instruction
1539         * (pic16_unlinkpCode): keep C line if possible
1540         * (pic16_pCodeUnlink): removed cast on left side of assignment, have
1541           C line moved if possible
1542         * (pic16_getRegFrompCodeOp): NEW, improved version of...
1543         * (pic16_getRegFromInstruction,pic16_getRegFromInstruction2): changed
1544           to use new pic16_getRegFrompCodeOp (works for more SFRs)
1545         * (pic16_BuildFlow): fixed skip instructions with label (did not start
1546           new flow)
1547         * (pic16_getJumptabpCode): NEW, needed in...
1548         * (LinkFlow): fixed handling of jumptables, calls and conditional
1549           branches
1550         * (pic16_InsertCommentAfter): NEW
1551         * (pic16_pCodeReplace): made verbose and flow preserving
1552         * (AnalyzeFlow): added call to data flow analysis
1553         * src/pic16/pcode.h: added defmaps to pCodeFlow struct
1554         * src/pic16/pcodeflow.h: added PCC_STATUS to mean all STATUS bits
1555         * src/pic16/ralloc.c (packRegsForAssign): added return 1 in the end
1556
1557 2005-04-03 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
1558
1559         * src/SDCCast.c (decorateType): fixed bug #1105626
1560
1561 2005-04-02 Vangelis Rokas <vrokas AT users.sourceforge.net>
1562
1563         * device/include/asm/pic16/features.h,
1564         * pic18f*.h headers,
1565         * device/include/pic16/adc.h,
1566         * device/include/pic16/delay.h,
1567         * device/include/pic16/i2c.h,
1568         * device/include/pic16/malloc.h,
1569         * device/include/pic16/stdio.h,
1570         * device/include/pic16/stdlib.h,
1571         * device/include/pic16/string.h,
1572         * device/lib/pic16/libc/stdio/printf_tiny.c,
1573         * device/lib/pic16/libc/stdio/printf_small.c,
1574         * device/lib/pic16/libc/stdio/strmgpsim.c,
1575         * device/lib/pic16/libc/stdio/strmmssp.c,
1576         * device/lib/pic16/libc/stdio/strmusart.c,
1577         * device/lib/pic16/libc/stdio/vfprintf.c,
1578         * device/lib/pic16/libc/stdlib/ltoa.c,
1579         * device/lib/pic16/libc/stdlib/putchar.c,
1580         * device/lib/pic16/libc/stdlib/x_ftoa.c,
1581         * device/lib/pic16/libc/stdlib/memchrpgm.c,
1582         * device/lib/pic16/libc/stdlib/memchrram.c,
1583         * device/lib/pic16/libc/stdlib/memcpypgm2ram.c,
1584         * device/lib/pic16/libc/stdlib/memcpyram2ram.c,
1585         * device/lib/pic16/libio/adc/adcbusy.c,
1586         * device/lib/pic16/libio/adc/adcread.c,
1587         * device/lib/pic16/libio/adc/adcsetch.c,
1588         * device/lib/pic16/libio/usart/ubaud.c,
1589         * device/lib/pic16/libio/usart/ubusy.c,
1590         * device/lib/pic16/libio/usart/udrdy.c,
1591         * device/lib/pic16/libio/usart/uopen.c,
1592         * device/lib/pic16/libio/usart/uputc.c,
1593         * device/lib/pic16/libsdcc/gptr/gptrget1.c,
1594         * device/lib/pic16/libsdcc/gptr/gptrget2.c,
1595         * device/lib/pic16/libsdcc/gptr/gptrget3.c,
1596         * device/lib/pic16/libsdcc/gptr/gptrget4.c,
1597         * device/lib/pic16/libsdcc/gptr/gptrput1.c,
1598         * device/lib/pic16/libsdcc/gptr/gptrput2.c,
1599         * device/lib/pic16/libsdcc/gptr/gptrput3.c,
1600         * device/lib/pic16/libsdcc/gptr/gptrput4.c: modified all SDCC
1601         specific keywords to double underlined form,
1602         * device/lib/pic16/libc/Makefile.rules,
1603         * device/lib/pic16/libsdcc/Makefile.rules,
1604         * device/lib/pic16/libm/Makefile,
1605         * device/lib/pic16/libio/Makefile.rules: added CSTD macro in CFLAGS
1606         to compile with C standard set in Makefile.common
1607         * device/lib/pic16/libc/stdlib/Makefile: added new C sources
1608         rand.c and crc.c in compilation process,
1609         * device/lib/pic16/libsdcc/int/divuint.c,
1610         * device/lib/pic16/libsdcc/long/divulong.c: changed declaration of
1611         `c' from signed to unsigned,
1612         * device/lib/pic16/startup/crt0.c,
1613         * device/lib/pic16/startup/crt0i.c,
1614         * device/lib/pic16/startup/crt0iz.c: adopted to all SDCC specific
1615         keywords to double underlined form, bug fixes in _do_cinit function
1616         which prevented the correct initialization of the .idata segment,
1617         * src/pic16/pcoderegs.c (insideLRBlock): fixed a bug that caused the
1618         core to enter a infinite loop
1619         * device/lib/pic16/libc/stdlib/rand.c, crc.c: new files
1620
1621 2005-04-02 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
1622
1623         * src/SDCCicode.c (getArraySizePtr): fixed bug #1122171
1624
1625 2005-04-01 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
1626
1627         * device/include/Makefile.in: add support for hc08 subdirectory
1628         * device/include/hc08/: new subdirectory
1629         * device/include/hc08/mc68hc908jkjl.h: new header contributed by
1630         Lucas Loizaga, thanks!
1631         * device/include/hc08/mc68hc908qy.h,
1632         * device/include/hc08/mc68hc908gp32.h,
1633         * device/include/hc08/mc68hc908jb8.h: moved hc08 register defs to
1634         their own directory. Changed internal macro names to use the compiler
1635         reserved namespace. Changed SDCC specific keywords to double
1636         underlined form.
1637         * device/include/math.h,
1638         * device/include/malloc.h,
1639         * device/include/stdarg.h,
1640         * device/include/stdbool.h
1641         * device/include/string.h,
1642         * device/include/tinibios.h,
1643         * device/include/ds400rom.h,
1644         * device/include/8051.h,
1645         * device/include/8052.h,
1646         * device/include/80c51xa.h,
1647         * device/include/at89c55.h,
1648         * device/include/at89S8252.h,
1649         * device/include/at89x51.h,
1650         * device/include/at89x52.h,
1651         * device/include/ds80c390.h,
1652         * device/include/reg764.h,
1653         * device/include/regc515c.h,
1654         * device/include/sab80515.h,
1655         * device/include/mcs51/c8051f000.h,
1656         * device/include/mcs51/c8051f018.h,
1657         * device/include/mcs51/c8051f020.h,
1658         * device/include/mcs51/c8051f040.h,
1659         * device/include/mcs51/c8051f060.h,
1660         * device/include/mcs51/c8051f120.h,
1661         * device/include/mcs51/c8051f300.h,
1662         * device/include/mcs51/c8051f310.h,
1663         * device/include/mcs51/c8051f320.h,
1664         * device/include/mcs51/c8051f330.h,
1665         * device/include/mcs51/c8051f350.h,
1666         * device/include/z180.h: Changed SDCC specific keywords to double
1667         underlined form.
1668
1669 2005-03-31 Vangelis Rokas <vrokas AT users.sourceforge.net>
1670
1671         * src/pic16/device.c (Pics16[]): added devices 18F2550, 18F4331,
1672         18F4455,
1673         * (pic16_assignConfigWordValue): disable testing of configuration
1674         register value with config mask,
1675         * src/pic16/gen.c (pic16_testStackOverflow): prefix stack test
1676         function with port->fun_prefix,
1677         * (genFunction): when generating a naked interrupt function never
1678         create an absolute segment placed in interrupt vector address, place
1679         the actual interrupt function at IVA instead, when an interrupt
1680         function is generated with unspecified interrupt then do not create
1681         the absolute section,
1682         * (genGenPointerGet, genGenPointerSet, genPackBits): replace all
1683         code for generating a call to generic pointer get/put function with
1684         a call to function pic16_callGenericPointer(),
1685         * src/pic16/genutils.c (pic16_callGenericPointerRW): NEW, generates
1686         the call to the generic pointer get/put functions with prefixing the
1687         function name with port->fun_prefix,
1688         * src/pic16/glue.c (pic16glue): ifdef-out test of OF_LR_SUPPORT,
1689         * src/pic16/main.c (_process_pragma): prefix function with
1690         port->fun_prefix,
1691         * (_pic16_finaliseOptions): define macro __18Fxxxx macro when
1692         calling assembler, old 18Fxxxx macro is deprecated,
1693         * src/pic16/pcode.c (unlinkpCodeFromBranch): added PC_INLINE and
1694         PC_ASMDIR in while condition,
1695         * (findInstruction): add PC_ASMDIR in while condition,
1696         * (buildCallTree): prefix main with port->fun_prefix,
1697         * (pic16_pCode2str): fixed bug that didn't emit the memory access
1698         identifier for variable with banked access in instructions BTFSS,
1699         BTFSC, BCF, BSF, BTG
1700         * (AnalyzeFlow): moved call to OptimizepCode to pic16_AnalyzeBanking,
1701         * src/pic16/pcodepeep.c (pCodeOpCompare): increase size of b to 1024,
1702         * src/pic16/pcoderegs.c (pic16_pCodeRegoptimizeRegUsage): don't
1703         perform optimization when enviroment variable NO_REG_OPT is set,
1704         * (insideLRBlock): NEW, return 1 if register is inside an
1705         INF_LOCALREGS block,
1706         * (RemoveRegFromLRBlock): remove a register that is completely
1707         eliminated by register optimization, but it is still left in local
1708         register store/restore in/from stack block,
1709         * (Remove2pcodes): after removing register, check to see if it
1710         should be removed from local register store/restore in/from stack
1711         block,
1712         * src/pic16/ralloc.c (pic16_decodeOp): added decode for
1713         DUMMY_READ_VOLATILE,
1714
1715         * device/include/pic16/adc.h: minor prototype modifications and
1716         update,
1717         * device/include/pic16/malloc.h: added GPL notice various
1718         modifications,
1719         * device/include/pic16/stdint.h: NEW, standard header for ints
1720         * device/include/pic16/delay.h: NEW, header for delay functions,
1721         delay10tcy, delay100tcy, delay1ktcy, delay10ktcy, delay100ktcy,
1722         delay1mtcy,
1723         * device/include/pic16/signal.h: NEW, header providing helper macros
1724         for implementing signal handlers,
1725         * device/include/pic16/stdio.h: added prototypes for functions,
1726         printf, vprintf, sprintf, vsprintf, fprintf, vfprintf. Added
1727         prototypes for stdin and stdout, added macro PUTCHAR to
1728         automatically implement putchar function prototype,
1729         * device/include/pic16/usart.h: modified and updated USART library,
1730         * device/lib/pic16/libio/adc/,
1731         * device/lib/pic16/libio/i2c: some modifications to improve library
1732         performance,
1733         * device/lib/pic16/libc/stdio/: modifications for the new printf*
1734         family of functions,
1735         * device/lib/pic16/libc/stdlib/: various modifications in the malloc
1736         family of functions and other sources,
1737         * device/lib/pic16/libio/usart/: NEW, c sources for the usart module
1738         of the PIC18Fxx[28] devices,
1739         * device/lib/pic16/libc/delay/: NEW, c sources for the delay functions,
1740         * device/lib/pic16/libc/utils/: minor modifications in the .S sources,
1741         * device/lib/pic16/startup/{crt0i.c, crt0iz.c}: redesign of the
1742         _do_cinit function, because the previous failed when local variables
1743         where not placed in the same memory bank,
1744         * device/lib/pic16/libsdcc/char/: various modifications to improve
1745         library performance,
1746         * doc/sdccman.lyx: some reorganization of the PIC16 part, added many
1747         information on the new functions of the c library and more...
1748
1749 2005-03-28 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
1750
1751         * src/SDCCBBlock.c (iCodeBreakDown): fixed bug #1170212
1752
1753 2005-03-26 Raphael Neider <rneider AT web.de>
1754
1755         * src/pic16/gen.c (genSkipc): fixed semantics (execute branch
1756           if condition == CARRY)
1757         * (genCmp): adapted to new genSkipc semantics
1758         * src/pic16/genutils.c (pic6_genCmp_special): removed side effect
1759           on rIfx (genCmp was broken)
1760
1761 2005-03-26 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
1762
1763         * src/SDCCmain.c (setDefaultOptions, optionsTable[], parseCmdLine),
1764         * src/z80/main.c (_keywords[]),
1765         * src/SDCCglobal.h (struct options),
1766         * src/SDCC.y,
1767         * src/SDCC.lex (isTargetKeyword, doPragma, pragma_tbl[]): new pragmas
1768         to enable/disable SDCC and C99 extensions/keywords (std_c89, std_sdcc89,
1769         std_c99, std_sdcc99). Also, equivalent command line options (--std-c89,
1770         --std-sdcc89, --std-c99, --std-sdcc99). SDCC specific keywords are
1771         always available in leading double underscore form. The C99 support is
1772         mostly missing, but it's a start.
1773         * support/regression/tests/bug-227710.c: fixed nonconforming use of
1774         reserved identifier "__data".
1775
1776 2005-03-24 Maarten Brock <sourceforge.brock AT dse.nl>
1777
1778         * src/mcs51/peeph.def: fixed bug 1170013
1779
1780 2005-03-22 Maarten Brock <sourceforge.brock AT dse.nl>
1781
1782         * device/include/mcs51reg.h: fixed bug 842007
1783
1784 2005-03-21 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
1785
1786         * src/SDCCcflow.c (dfNumCompare): committed the wrong version of this
1787         last time.
1788
1789 2005-03-20 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
1790
1791         * src/port.h (struct PORT),
1792         * src/avr/ralloc.c (avr_assignRegisters),
1793         * src/avr/main.c,
1794         * src/ds390/ralloc.c (ds390_assignRegisters),
1795         * src/ds390/main.c,
1796         * src/hc08/ralloc.c (hc08_assignRegisters),
1797         * src/hc08/main.c,
1798         * src/mcs51/ralloc.c (mcs51_assignRegisters),
1799         * src/mcs51/main.c,
1800         * src/pic/ralloc.c (pic14_assignRegisters),
1801         * src/pic/main.c,
1802         * src/pic16/ralloc.c (pic16_assignRegisters),
1803         * src/pic16/main.c,
1804         * src/xa51/ralloc.c (xa51_assignRegisters),
1805         * src/xa51/main.c,
1806         * src/z80/ralloc.c (z80_assignRegisters),
1807         * src/z80/ralloc.h,
1808         * src/SDCCopt.c (eBBlockFromiCode, replaceRegEqv, killDeadCode),
1809         * src/SDCCcse.c (ifxOptimize, cseBBlock, cseAllBlocks),
1810         * src/SDCCcse.h,
1811         * src/SDCCdflow.c (computeDataFlow),
1812         * src/SDCCdflow.h,
1813         * src/SDCCloop.c (addDefInExprs, loopInvariants, loopOptimizations),
1814         * src/SDCCloop.h,
1815         * src/SDCCcflow.c (*),
1816         * src/SDCCcflow.h,
1817         * src/SDCCBBlock.c (iCodeBreakDown, dumpEbbsToFileExt, eBBWithEntryLabel),
1818         * src/SDCCBBlock.h (struct ebbIndex): new struct that keeps two copies
1819         of the eBBlock list, sorted by both bbnum and dfnum. (fixes bug with
1820         immedDom() returning wrong block; probably fixes bug #1160833)
1821
1822 2005-03-20 Borut Razem <borut.razem AT siol.net>
1823
1824         * support/scripts/inc2h.pl: WIN32 port
1825
1826 2005-03-19 Maarten Brock <sourceforge.brock AT dse.nl>
1827
1828         * device/lib/makefile.in: added abs.c and labs.c
1829
1830 2005-03-17 Maarten Brock <sourceforge.brock AT dse.nl>
1831
1832         * device/include/stdint.h: added
1833         * device/lib/abs.c: added
1834         * device/lib/labs.c: added
1835         * device/include/stdlib.h: added abs() and labs() prototypes
1836         * device/lib/libsdcc.lib: added abs and labs
1837         * device/include/float.h,
1838         * device/lib/_fsmul.c,
1839         * device/lib/printf_fast.c,
1840         * device/lib/printf_tiny.c: updated comments
1841
1842 2005-03-16 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
1843
1844         * src/SDCCicode.c (geniCodeSwitch, geniCodeJumpTable): fixed
1845         bug #1164313
1846
1847 2005-03-16 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
1848
1849         * src/SDCCcse.c (cseBBlock): retain assignment to self when volatile
1850         * src/SDCCast.c (isLoopCountable): fixed bug #1161985
1851
1852 2005-03-15 Maarten Brock <sourceforge.brock AT dse.nl>
1853
1854         * device/lib/printf_large.c: removed inline assembly for portability and
1855           readability. Use printf_fast if speed or size are more important.
1856         * src/pic16/gen.c: removed conditions around use of DEBUGpc
1857         * src/pic16/genutils.h: added define for DEBUGpc for MSVC
1858
1859 2005-03-15 Vangelis Rokas <vrokas AT users.sourceforge.net>
1860
1861         * src/pic16/genutils.c (pic16_genCmp_special): initialized offs to
1862         prevent compiler warning
1863
1864 2005-03-14 Vangelis Rokas <vrokas AT users.sourceforge.net>
1865
1866         * device/lib/pic16/startup/crt0i.c (_cinit): local variables where
1867         moved to level 0 and declared as static. Also they are explicit
1868         placed in access bank. This was necessery because some times they
1869         might cross memory bank boundaries. crt0iz.c is *NOT* updated!!!
1870         * src/pic16/device.h: added flag OPTIMIZE_CMP to enable some compare
1871         optimizations. Currently only compare to unsigned char is implemented,
1872         * src/pic16/gen.c: added fReturnIdx array,
1873         * (struct resolvedIfx) is moved to gen.h and made public,
1874         * (struct _G): added sregsAlloc and sregsAllocSet fields,
1875         * (aopForSym): added an optimization to directly store in stack of
1876         the operand of a SEND iCode,
1877         * (pic16_aopOp): don't return return registers as strings (AOP_STR)
1878         but as registers instead (AOP_REG) using the fReturnIdx array,
1879         * (pic16_freeAsmop): remove the freed register from the
1880         _G.sregsAlloc field,
1881         * (pic16_aopGet): in case AOP_STR, the compare to 'a' is changed to
1882         a compare of 'WREG',
1883         * (pic16_popGetTempRegCond): changed function prototype, now
1884         function takes also a bitVector argument v which holds the current
1885         set of registers that are allocated for stack access by aopForSym,
1886         registers allocated in aopForSym for accessing stack symbols are not
1887         any more part of the functions usedRegs field,
1888         * (genCall): some times aopOp is called for a stack variable to be
1889         send, aopForSym might perform the push, if this is true make sure
1890         that genCall doesn't push the variable twice by testing _G.resDirect,
1891         * (genFunction): changed testing for unspecified interrupt number
1892         from 256 to INTNO_UNSPEC,
1893         * modified selection scheme of frame pointer generation. Previously
1894         if function did use local registers a frame pointer was generated,
1895         now a frame pointer is generated only if function has arguments
1896         (that need PLUSW2 register access), or has stack arguments, or the
1897         compiler is not instructed to omit the frame pointer,
1898         * (genEndFunction): before restoring local registers that were saved
1899         in the function preamble, also restore the registers that *might*
1900         have been allocated for stack access,
1901         * (genRet): removed some old comments,
1902         * (genCmp, the active (RN's) version): added a call to the
1903         pic16_genCmp_special function to perform the compare with a more
1904         robust and optimized way,
1905         * (genInline): a feature has been added in inline code generation,
1906         which allows a wildcard variable substitution when writing inline
1907         assembly. Code is incomplete and experimental therefore undocumented,
1908         * (genCast): changed order of aopOp for result and right to allow
1909         aopForSym to directly load the result if possible,
1910         * src/pic16/genutils.c (selectCompareOp, pic16_genCmp_special): NEW,
1911         perform an optimized compare on some selected special occasions,
1912         * src/pic16/genutils.h: declaration of resolvedIfx structure from gen.c,
1913         * src/pic16/glue.c (pic16createInterrupVect): make sure we never
1914         generate an IVT any more,
1915         * src/pic16/main.c (pic16_optionsTable): added command line option
1916         --optimize-cmp,
1917         * (_pic16_initPaths): when calling C preprocessor define pic18fXXXX
1918         macro too, when calling assembler define pic18fXXXX *and* __18Fxxxx
1919         macros,
1920         * src/pic16/NOTES: Raphael Neider added in list of active developers
1921         * src/pic16/pcode.c (OPT_TYPE_STR): added strings jumptable_begin and
1922         jumptable_end to prevent bug #,
1923         * (pic16_pciADDWFC, ADDFWC, COMF, CLRF): added some missing flags in
1924         inCond and outCond fields,
1925         * src/pic16/pcoderegs.c (pCodeOptime2pCodes): add a fix for bug #,
1926         * src/pic16/ralloc.c (serialRegAssign): explicit set willCS to 0 to
1927         turn off register spilling,
1928         * (packRegsForOneUse): synced with other ports' versions although it
1929         is not used currently,
1930         * (pic16_packRegisters): added an optimization while reading
1931         structure bitfields, some registers may be saved (malloc code is
1932         decreased by 80 bytes)
1933
1934 2005-03-12 Vangelis Rokas <vrokas AT users.sourceforge.net>
1935
1936         * src/SDCCcse.c (cseBBlock): inside 'do operand lookup' loop test if
1937         left is a bitfield, if yes, then don't optimize assignment. Perhaps
1938         this can be optimized more?
1939
1940 2005-03-10 Raphael Neider <rneider AT web.de>
1941
1942         * src/pic16/gen.c (pic16_loadFSR0, genPackBits, genUnpackBits,
1943           genNearPointerGet): (hopefully) fixed access to bitfields via
1944           pointers (p->bitN = x; and x = p->bitN; failed)
1945
1946 2005-03-09 Paul Stoffregen <paul AT pjrc.com>
1947
1948         * device/lib/printf_fast.c: fix leading zero format, eg "%02d"
1949
1950 2005-03-09 Raphael Neider <rneider AT web.de>
1951
1952         * src/SDCCopt.c (killDeadCode): fixed bug #1156016
1953
1954 2005-03-06 Maarten Brock <sourceforge.brock AT dse.nl>
1955
1956         * src/SDCCicode.h: moved CRITICAL and ENDCRITICAL from SKIP_IC2 to SKIP_IC
1957         * src/mcs51/ralloc.c (willCauseSpill): added check for REG_BIT type,
1958           (regTypeNum): set REG_BIT type if necessary
1959         * src/mcs51/ralloc.h: added define REG_BIT, used to fix bug 1144613
1960         * support/regression/tests/critical.c: check bug 1144613
1961
1962 2005-03-02 Raphael Neider <rneider AT web.de>
1963
1964         * src/pic16/gen.c (genRightShiftLiteral): fixed bug #1154256
1965
1966 2005-02-26 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
1967
1968         * src/avr/ralloc.c (serialRegAssign),
1969         * src/ds390/ralloc.c (serialRegAssign),
1970         * src/hc08/ralloc.c (serialRegAssign),
1971         * src/mcs51/ralloc.c (serialRegAssign),
1972         * src/pic/ralloc.c (serialRegAssign),
1973         * src/pic16/ralloc.c (serialRegAssign),
1974         * src/xa51/ralloc.c (serialRegAssign),
1975         * src/z80/ralloc.c (serialRegAssign): fixed bug #1105154
1976
1977 2005-02-22 Maarten Brock <sourceforge.brock AT dse.nl>
1978
1979         * src/SDCCast.c (decorateType): fixed bug 1124787
1980
1981 2005-02-20 Hubert Sack <sack AT digiplan.de>
1982         committed by Frieder Ferlemann <Frieder.Ferlemann AT web.de>
1983
1984         * src/mcs51/peeph.def: added peepholes 3.h-k and 132.a-f from
1985         patch #1121755
1986
1987 2005-02-20 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
1988
1989         * src/SDCCpeeph.def: new keyword "labelRefCountChange" which allows peepholes
1990         to keep the correct label reference count when adding/removing references
1991         to labels. A peephole file using this is appended to patch #1144962.
1992
1993 2005-02-14 Raphael Neider <rneider AT web.de>
1994
1995         * device/lib/pic16/libc/string/memccpy.c: changed 3rd argument to char
1996         * src/SDCC.lex (process_pragma): fixed to make disable_warning work for PIC16
1997         * src/pic16/gen.c (aopForSym, calls to pic16_aopOp): prevent unneccessary
1998           retrievals of result operand's value on assignment
1999
2000 2005-02-13 Vangelis Rokas <vrokas AT otenet.gr>
2001
2002         * device/include/pic16/string.h: modified prototype for memccpy()
2003         to memccpy(void *, void *, char, size_t)
2004         * src/pic16/gen.c (genFunction, genEndFunction): reenable if-case to
2005         check whether to omit frame pointer or not,
2006         * (genInline): convert all occurences of "\n" to LF in inline
2007         assembler blocks, this helps formatting the inline text,
2008         * (pic16_loadFSR0): modified prototype,
2009         * (genNearPointerGet, genNearPointerSet): reorganization of code,
2010         removed some 8051 legacy code,
2011         * (genPackBits): enabled handling bitfields exceeding one byte in size,
2012         * src/pic16/ralloc.c (pic16_assignRegisters): clear dynrIdx variable
2013         before allocating temporary registers in functions,
2014
2015 2005-02-11 Maarten Brock <sourceforge.brock AT dse.nl>
2016
2017         * support/regression/tests/bitvars.c: corrected the "fix"
2018
2019 2005-02-10 Maarten Brock <sourceforge.brock AT dse.nl>
2020
2021         * support/regression/tests/bitvars.c,
2022         * support/regression/tests/bitwise.c,
2023         * support/regression/tests/rotate.c: "fixed" problems on Alpha
2024
2025 2005-02-10 Raphael Neider <rneider AT web.de>
2026
2027         * src/pic16/pcode.c (assignToSameBank) : fixed cast to pointer of
2028           different size for Alpha
2029         * src/pic16/gen.c (genCmpEq) : improved compare with 0
2030
2031 2005-02-09 Raphael Neider <rneider AT web.de>
2032
2033         * src/SDCC.lex(doPragma) : save and restore warning options as well
2034           (also added new stack plus clone- and copyAndFreeSDCCERRG())
2035         * have #pragma less_pedantic set the errorlevel to WARNING
2036           (fixes #1117001)
2037         * (cloneOptimize) : fixed wrong malloc's size
2038         * support/Util/SDCCerr.[ch] : made SDCCERRG globally accessible to
2039           facilitate correct handling of #pragma (save|restore)
2040
2041 2005-02-09 Maarten Brock <sourceforge.brock AT dse.nl>
2042
2043         * src/mcs51/gen.c: removed non-standard C nameless struct/union
2044
2045 2005-02-04 Slade Rich <slade_rich AT users.sourceforge.net>
2046
2047         * src/pic/gen.c : Fix for bugs #1080519 & #1115662.
2048
2049 2005-02-03 Maarten Brock <sourceforge.brock AT dse.nl>
2050
2051         * device/include/mcs51/c8051f120.h: added declarations for sbit port 2,3&4
2052
2053 2005-02-02 Raphael Neider <rneider AT web.de>
2054
2055         * src/SDCCast.c (processParms): disabled W_NONRENT_ARGS for pic16 port
2056         * src/pic16/gen.c (aopForSym): reenabled special case for function pointers
2057         * (pic16_storeForReturn): fixed to allow returning function pointers
2058         * (genPackBits): improved accessing full bytes, implemented for GPOINTERs
2059         * device/include/pic16/{stddef.h,stdbool.h}: added
2060
2061 2005-02-02 Maarten Brock <sourceforge.brock AT dse.nl>
2062
2063         * device/include/mcs51/c8051f040.h: added define CPT2_PAGE
2064
2065 2005-02-01 Slade Rich <slade_rich AT users.sourceforge.net>
2066
2067         * src/pic16/pic16.dsp : Added file graph.c to make it compile under windows
2068         * src/pic16/Makefile.bcc : Do not use this file but added file graph.c as it
2069          appeared to be required
2070
2071 2005-01-31 Borut Razem <borut.razem AT siol.net>
2072
2073         * support/scripts/sdcc.nsi: added include/asm/ds390, include/asm/mcs51,
2074           include/mcs51 and include/z80 directories to the package
2075
2076 2005-01-26 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
2077
2078         * src/hc08/gen.c (genFunction): fixed bug #1112752
2079
2080 2005-01-30 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
2081
2082         * src/mcs51/peeph.def: adapted peephole 258.x to changed gen.c (genAnd)
2083
2084 2005-01-29 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
2085
2086         * src/mcs51/gen.c (genAnd): accessing LSB/MSB by rotating acc
2087
2088 2005-01-29 Maarten Brock <sourceforge.brock AT dse.nl>
2089
2090         * device/include/Makefile.in: create/copy mcs51 and z80 include subdirs
2091
2092 2005-01-27 Maarten Brock <sourceforge.brock AT dse.nl>
2093
2094         * device/include/c8051fxxx.h: removed these 6 files
2095         * device/include/mcs51/c8051fxxx.h: added these 11 new files
2096
2097 2005-01-26 Raphael Neider <rneider AT web.de>
2098
2099         * src/pic16/gen.c (genAssign): fixed assignment from longs
2100           in codespace (were cut to three bytes)
2101         * (genDummyRead): implemented (except for CODESPACE...),
2102           fixed bug #1108575
2103         * src/pic16/glue.c (emitStatistics): beautified
2104         * device/lib/pic16/libm/Makefile: added include path
2105
2106 2005-01-26 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
2107
2108         * src/z80/gen.c (aopPut): fixed bug #1103902
2109
2110 2005-01-25 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
2111
2112         * device/lib/expf.c: fixed bug #1095792
2113
2114 2005-01-24 Vangelis Rokas <vrokas AT otenet.gr>
2115
2116         * device/lib/pic16/libm: added Math library sources
2117
2118 2005-01-24 Raphael Neider <rneider AT web.de>
2119
2120         * src/pic16/pcode.h: added second memory operand to pCodeOpReg
2121           to enable upcast to pCodeOpReg2 (there is no type tag to
2122           differenciate the two and pic16_popGet2p cast into PCOR2)
2123         * src/pic16/main.c (_process_pragma): fixed another malloc bug
2124           (sizeof(sectNames) changed to sizeof(sectName))
2125           Both patches fix segfaults under MinGW.
2126
2127 2005-01-23 Raphael Neider <rneider AT web.de>
2128
2129         * src/pic16/{device.c,pcode.c}: s/free/Safe_free/g for
2130           Safe_[mc]?alloc()'ed variables
2131         * src/pic16/gen.c (pic16_aopOp,pic16_popGet): added handling
2132           of (byte sized) temporaries (assign them to WREG for now)
2133         * src/pic16/main.c (_process_pragma): fixed nasty malloc bug
2134           (used sizeof(set *sectSyms) instead of sizeof(struct sectSym)),
2135           this might fix SIGSEGVs on MinGW...
2136         * src/SDCCopt.c (killDeadCode): restored original behaviour
2137           (volatile operands might get thrown away though)
2138
2139 2005-01-23 Vangelis Rokas <vrokas AT otenet.gr>
2140
2141         * src/pic16/gen.c: fixed bug #1106975,
2142         * src/pic16/gen.c: fixed possible bug #1102572, now during TOS
2143         pointer update, INTCON is saved, global interrupts are disabled and
2144         restored after updateing TOS.
2145         * src/SDCC.y, src/SDCC.lex, src/SDCCsymt.c, src/SDCCsymt.h:
2146         * added function attribute 'shadowregs' to take advantage of shadow
2147         registers,
2148         * added function attribute 'wparam' as an alternative to the wparam
2149         pragma,
2150         * support/Utils/SDCCerr.[ch]: added error E_SHADOWREGS_NO_ISR when
2151         user declares a non-ISR function as 'shadowregs',
2152         * doc/sdccman.lyx: updated to reflect recent changes of pic16 port
2153
2154 2005-01-22 Vangelis Rokas <vrokas AT otenet.gr>
2155
2156         * .version: bumped version number to 2.4.8
2157         * device/lib/pic16/pics.all: list of PIC18F devices supported by
2158         pic16 port,
2159         * device/lib/pic16/libio/i2c/: I2C module support library,
2160         * device/include/pic16/i2c.h: I2C support library header,
2161         * device/lib/pic16/libc/stdio/: standard IO support sources,
2162         * (printf_small.c): printf_small() source, supports float print,
2163         * (printf_tiny.c): printf_tiny() source, does not support floats,
2164         * device/lib/pic16/Makefile.common.in: added OPT_FLAGS macro to
2165         enable global optimizations for entire library source, other
2166         Makefiles in the source tree are also modified to reflect this,
2167         * device/lib/pic16/libc/stdlib/putchar.c (putchar): dummy putchar()
2168         function,
2169         * doc/sdccman.lyx: updated to reflect new changes,
2170         * src/pic16/gen.c (aopForSym): don't handle sym->iaccess in
2171         sym->onStack if-case,
2172         * src/pic16/main.c (_pic16_keywords): commented out keywords bit,
2173         sbit, idata, _idata, xdata, _xdata,
2174         * added pragma library, to link an external library, (see doc),
2175         * removed command line options, --pomit-config-words, --pomit-ivt,
2176         --pleave-reset-vector,
2177         * (pic16_finaliseOptions): when define macro SDCC_MODEL_{SMALL/LARGE}
2178         when calling assembler to reflect memory model used, also define
2179         macro STACK_MODEL_{SMALL/LARGE} when compiling and assembling to
2180         reflect stack model used,
2181         * src/pic16/ralloc.c (pic16_allocDirReg): when operand is allocated
2182         on stack return NULL,
2183
2184 2005-01-22 Daniel Winkler <post AT danielwinkler.de>
2185
2186         * src/SDCCopt.c (killDeadCode): do not throw iCodes away if one
2187           of the operands is volatile. Fixes #1020220
2188
2189 2005-01-22 Daniel Winkler <post AT danielwinkler.de>
2190
2191         * src/pic16/pcoderegs.c (pCodeOptime2pCodes): reenabled optimization
2192         * (OptimizeRegUsage): make sure that there is really no other flow where
2193           the first pCode is used
2194
2195 2005-01-22 Raphael Neider <rneider AT web.de>
2196
2197         * src/pic16/pcoderegs.c (pCodeOptime2pCodes): disabled optimization
2198           to fix #1106967 (pCode->seq are not set up correctly)
2199
2200 2005-01-22 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
2201
2202         * src/SDCCglue.c (glue): make sure code area is declared before the
2203         static initialization area.
2204
2205 2005-01-21 Raphael Neider <rneider AT web.de>
2206
2207         * device/lib/Makefile.in: fixed test for pic16 install dir
2208         * device/lib/pic16/*/Makefile*: modified compile flags to enable
2209           optimizations
2210         * doc/sdccman.lyx: updated banksel optimization, removed --flr-support and
2211           added --optimize-goto compiler switch and pragma wparam documentation
2212         * src/pic16/pcode.c (pic16_OptimizeBanksel): removed statistics dump
2213         * src/pic16/pcodepeep.c (pic16_pCodeOpCopy): fixed copying of WREG, PRODL
2214           and PRODH closing bug #1071770 (peephole optimizer)
2215
2216 2005-01-19 Raphael Neider <rneider AT web.de>
2217
2218         * src/SDCCglobl.h: ensure that PATH_MAX >= 2048 to guarantee
2219           cmdLine buffers (used when calling sdcpp...) are large enough
2220           (MAX_PATH=256 truncates arguments leading to system halts when
2221           used in MinGW...)
2222         * src/pic16/gen.c (pic16_sameRegs): relaxed size criterion
2223         * (genUminus): rewritten to for efficiency
2224         * (genNearPointer[GS]et): enforce reloading of FSR0 (was still
2225           used uninitialized in some cases)
2226         * (genCast): upcasting a 16bit int to a 24bit GPOINTER may not
2227           copy the third byte from the int -- now assumes 0x80 (data memory)
2228         * src/pic16/genarith.c (pic16_genPlus): fixed bug when swapping
2229           operands (genAddLit expects the iCode's operands to swapped as
2230           well), fixed leftover bytes (crashed for short left operands)
2231         * (pic16_genMinusDec): performance improvements, removed false
2232           PIC14 emitSKPNCs
2233         * (pic16_genMinus): fixed to cope with differently sized operands
2234         * src/pic16/glue.c (pic16_glue): added new banksel optimization
2235           for --obanksel > 1
2236         * src/pic16/pcode.c: implemented (first phase of) banksel optimization
2237         * src/pic16/graph.[ch]: implementation of directed graphs, used by
2238           new banksel optimization
2239         * src/pic16/pcoderegs.c (pCodeRegMapLiveRangesInFlow): prevented
2240           analysis for temporary registers (segfaults...)
2241         * src/pic16/peeph.def: added rule
2242
2243 2005-01-18 Vangelis Rokas <vrokas AT otenet.gr>
2244
2245         * device/lib/pic16/libc/stdlib/x_ftoa.c: it defines x_ftoa function
2246         which converts a float number to its ASCII representation
2247         * device/lib/pic16/libc/utils/cnvfrac.S,cnvint.S: support
2248         functions to convert the fractional and integer part of a float to ASCII,
2249         * device/lib/pic16/libc/stdlib/(calloc.c,free.c, malloc.c,
2250         realloc.c): added _MALLOC_SPEC to explicit place variables in data
2251         ram
2252         * device/include/asm/pic16/features.h: added _CODE, _DATA, _AUTOMEM,
2253         _STATMEM macros,
2254         * device/include/pic16/adc.h: added GPL info,
2255         * src/pic16/gen.c (genIfxpCOpJump): perform an genIfxJump but using
2256         a pCodeOp as tested operand,
2257         * (genNearPointerGet): optimized bit testing, does not use
2258         intermediate register for bit value, test directly instead with
2259         BTFSS, BTFSC, works only for single bits,
2260         * (genpic16Code): dump the name of the iCode in the asm,
2261         * src/pic16/ralloc.c (decodeOp): removed static declaration and
2262         renamed to pic16_decodeOp,
2263         * (serialRegAssign): do not allocate a temporary register for iCode
2264         sequences that test a single bit for 1/0
2265
2266 2005-01-12 Vangelis Rokas <vrokas AT otenet.gr>
2267
2268         * src/pic16/pcode.[ch]: introduced pic16_stackpnt_*,
2269         pic16_framepnt_*, pic16_stack_*, pic1_frame_* pointer variables to
2270         access stack and frame pointers. They are initially assigned to
2271         point at pic16_pc_fsr1[lh] and pic16_pc_fsr2[lh] variables and other
2272         accessing SFRs. Updated all occurences of modification of stack or
2273         frame pointer in gen.c and pcode.c,
2274         * src/pic16/ralloc.c (serialRegAssign): fixed two bugs with
2275         assigning of a literal value to pointers,
2276         * src/pic16/main.c (pic16_finiliseOptions): set pre-processor define
2277         flag STACK_MODEL_SMALL or STACK_MODEL_LARGE according to the model
2278         selected
2279
2280 2005-01-11 Vangelis Rokas <vrokas AT otenet.gr>
2281
2282         * doc/sdccman.lyx: update documentation about stack pragma, added
2283         some info for stack memory models
2284
2285 2005-01-08 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
2286
2287         * src/pic16/gen.c (DEBUGpc): MSVC 6 does not support macro variable arguments
2288
2289 2005-01-08 Raphael Neider <rneider AT web.de>
2290
2291         * src/pic16/device.c (pic16_dump_usection): changed naming scheme for
2292           udata sections to fix bug #1097823
2293
2294 2005-01-05 Raphael Neider <rneider AT web.de>
2295
2296         * src/pic16/gen.c (genGenericShift): added handling of differently
2297           sized left operand and result
2298
2299 2005-01-04 Raphael Neider <rneider AT web.de>
2300
2301         * src/pic16/gen.c (genIfxJump): fixed inverted skips on CARRY
2302         * (genIfx): fixed (?) read from uninitialized SPIL_LOC (now assumes CARRY
2303           to hold the condition bit)
2304         * added new version of genCmp (old code available via #define)
2305         * added new version of genShiftLeft/genShiftRight in a generic
2306           way, now supports shifting by negative values
2307         * (genLeftShiftLiteral, genRightShiftLiteral): use absolute value of
2308           shiftCount (expected by genGenericShift)
2309         * src/pic16/genarith.c (genPlus): added code for adding CARRY+literal
2310         * src/pic16/pcode.c (pic16_OptimizeJumps): removed annoying statistics
2311           dump
2312         * (pic16_newpCodeOpLit): changed to cast to unsigned char (as e.g. -32766
2313           is an invalid literal too...)
2314
2315 2005-01-04 Vangelis Rokas <vrokas AT otenet.gr>
2316
2317         * src/pic16/gen.c (aopForSym, genEndFunction): applied some fixes
2318         from Raphael Neider,
2319         * src/pic16/pcode.c (pic16_newpCodeOpLit): removed casting to char
2320         for 8-bit literals. This fixes some literal operands which are sign
2321         extended to 16-bits ints when instruction needs only 8-bits.
2322
2323 2004-12-31 Paul Stoffregen <paul AT pjrc.com>
2324
2325         * device/lib/logf.c: added mcs51 assembly version
2326         * device/lib/expf.c: added mcs51 assembly version
2327         * device/lib/_logexpf.c: new shared asm code for expf and logf
2328         * device/include/math.h: add defines for assembly math library
2329         * device/lib/Makefile.in: build new _logexpf.c
2330         * device/lib/libfloat.lib: use new _logexpf.c
2331
2332 2004-12-29 Slade Rich <slade_rich AT users.sourceforge.net>
2333
2334         * src/pic/device.c
2335         * src/pic/pcode.c : adjusted internal stack and pre-allocated registers for
2336           device types which have less than 0x7f registers.
2337
2338 2004-12-29 Slade Rich <slade_rich AT users.sourceforge.net>
2339
2340         * src/pic/genarith.c : Fixed problem with subtraction where the result would not be updated when borrowing.
2341
2342 2004-12-28 Paul Stoffregen <paul AT pjrc.com>
2343
2344         * device/lib/printf_fast.c: only build on supported arch.
2345         * device/lib/printf_tiny.c: only build on supported arch.
2346         * device/lib/printf_fast_f.c: only build if asm float lib
2347         * device/lib/_fsget1arg.c: only build if asm float lib
2348         * device/lib/_fsget2args.c: only build if asm float lib
2349         * device/lib/_fsnormalize.c: only build if asm float lib
2350         * device/lib/_fsreturnval.c: only build if asm float lib
2351         * device/lib/_fsrshift.c: only build if asm float lib
2352         * device/lib/_fsswapargs.c: only build if asm float lib
2353         * device/include/stdio.h: don't provide print_fast,
2354           print_fast_f, print_tiny prototypes if --xstack used
2355
2356 2004-12-28 Maarten Brock <sourceforge.brock AT dse.nl>
2357
2358         * device/lib/sincosf.c (sincosf): don't invert bit/bool by ~
2359         * support/regression/ports/mcs51-stack-auto/spec.mk: added new _fs.. files
2360           to the SOURCES
2361
2362 2004-12-28 Paul Stoffregen <paul AT pjrc.com>
2363
2364         * device/lib/printf_fast_f.c: same as printf_fast, but
2365           with floating point enabled
2366         * device/lib/printf_fast.c: minor tweaks
2367         * device/include/stdio.h: add printf_fast_f
2368
2369 2004-12-27 Paul Stoffregen <paul AT pjrc.com>
2370
2371         * src/SDCCmain.c: make --float-reent default for mcs51
2372         * device/lib/_fsadd.c: added mcs51 assembly version
2373         * device/lib/_fssub.c: added mcs51 assembly version
2374         * device/lib/_fsmul.c: added mcs51 assembly version
2375         * device/lib/_fsdiv.c: added mcs51 assembly version
2376         * device/lib/_fseq.c: added mcs51 assembly version
2377         * device/lib/_fsneq.c: added mcs51 assembly version
2378         * device/lib/_fsgt.c: added mcs51 assembly version
2379         * device/lib/_fslt.c: added mcs51 assembly version
2380         * device/lib/_fscmp.c: shared code for fseq,fsgt,fslt,fsneq
2381         * device/lib/Makefile.in: add _fscmp to build
2382         * device/lib/libfloat.lib: add _fscmp to build
2383
2384 2004-12-27 Paul Stoffregen <paul AT pjrc.com>
2385
2386         * device/lib/_fs2slong.c: added mcs51 assembly version
2387         * device/lib/_fs2sint.c: added mcs51 assembly version
2388         * device/lib/_fs2schar.c: added mcs51 assembly version
2389         * device/lib/_fs2ulong.c: added mcs51 assembly version
2390         * device/lib/_fs2uint.c: added mcs51 assembly version
2391         * device/lib/_fs2uchar.c: added mcs51 assembly version
2392         * device/lib/_slong2fs.c: added mcs51 assembly version
2393         * device/lib/_sint2fs.c: added mcs51 assembly version
2394         * device/lib/_schar2fs.c: added mcs51 assembly version
2395         * device/lib/_ulong2fs.c: added mcs51 assembly version
2396         * device/lib/_uint2fs.c: added mcs51 assembly version
2397         * device/lib/_uchar2fs.c: added mcs51 assembly version
2398         * device/include/float.h: added #define to select asm vs c
2399
2400 2004-12-26 Paul Stoffregen <paul AT pjrc.com>
2401
2402         * device/lib/printf_fast.c: improvements to float output
2403         * device/include/float.h: add defines for assembly float library
2404         * device/lib/_fsget1arg.c: receive 1 float arg
2405         * device/lib/_fsget2args.c: receive 2 float args (reentrant)
2406         * device/lib/_fsnormalize.c: normalize a float
2407         * device/lib/_fsreturnval.c: return float, various helper routines
2408         * device/lib/_fsrshift.c: right shift a float's mantissa
2409         * device/lib/_fsswapargs.c: swap 2 floats
2410         * device/lib/Makefile.in: build these 6 new files for mcs51
2411         * device/lib/libfloat.lib: add these 6 files to the library
2412
2413 2004-12-26 Borut Razem <borut.razem AT siol.net>
2414
2415         * sim/ucsim/avr.src/arith_inst.cc: fixed bug #1088372- savr is not
2416           built by gcc 3.4.2
2417
2418 2004-12-25 Paul Stoffregen <paul AT pjrc.com>
2419
2420         * device/lib/printf_tiny.c: printf for mcs51 in only 267 bytes,
2421           and fully reentrant and register bank neutral.
2422         * device/lib/printf_fast.c: added float (not enabled by default),
2423           added compact/slower integer (also not enabled by default),
2424           improved size/speed of fast integer code, other minor changes
2425         * device/include/stdio.h, device/lib/Makefile.in,
2426           device/lib/libsdcc.lib: integrate printf_tiny into mcs51 build
2427
2428 2004-12-24 Maarten Brock <sourceforge.brock AT dse.nl>
2429
2430         * src/pic16/pcode.c: declaring variables other than at the start of a
2431           block is not supported in C by VC6.
2432
2433 2004-12-22 Vangelis Rokas <vrokas AT otenet.gr>
2434
2435         * applied a previous patch from Raphael Neider that wasn't included
2436         in the previous commits, which fixes infinite loops within jumptable
2437         improvements,
2438         * made some fixes that previous patches introduced
2439
2440 2004-12-21 Vangelis Rokas <vrokas AT otenet.gr>
2441
2442         * src/pic16/gen.c (pic16_aopGet): applied fix from Raphael Neider
2443         that fixes an issue with AOP_PCODE asmop's offset,
2444         * (pic16_popCopyReg): update instance field too,
2445         * (mov2w): modified to pic16_mov2w because it conflicts with mov2w
2446         function of pic port,
2447         * (genCmp, genAnd, genAssign),
2448         * src/pic16/genarith.c (genAddLit): some fixes from Raphael Neider,
2449
2450 2004-12-20 Vangelis Rokas <vrokas AT otenet.gr>
2451
2452         * src/SDCCast.c (gatherAutoInit): allow pic16 to emit static
2453         variables initial values to idata section,
2454         * src/SDCCicode.c (geniCodeCall): patch from ### to fix unreferenced
2455         variables in some functions. This utilizes parmBytes field of iCode
2456         structure to hold the offset of the variable in stack. (might be
2457         able to use the stack field too?)
2458         * applied patch from Raphael Neider # ### , # ###
2459         * src/pic16/glue.c (pic16emitRegularMap): fix to print static
2460         variable initial values in idata section,
2461         * src/pic16/ralloc.c (pic16_allocDirReg): don't allocate register
2462         for static variables with initial value
2463         * src/device/lib/pic16/libsdcc/float/ulong2fs.c (__ulong2fs):
2464         applied fix in while loop from Raphael Neider.
2465
2466 2004-12-19 Maarten Brock <sourceforge.brock AT dse.nl>
2467
2468         * src/ds390/gen.c (genCpl): fixed bit=~(char/bit) bugs, added warning
2469         * src/ds390/main.c (_ds390_regparm): don't pass bit params in registers
2470         * src/ds390/ralloc.c (serialRegAssign): spill bits
2471         * src/mcs51/gen.c (genCpl): fixed bit=~(char) bugs, added warning
2472         * support/Util/SDCCerr.c,
2473         * support/Util/SDCCerr.h: added warning W_COMPLEMENT for using bit=~(bit)
2474         * support/regression/tests/bitvars.c: added tests for bitwise complement(~)
2475         * support/regression/tests/bitwise.c: added test for bitwise complement(~)
2476
2477 2004-12-09 Maarten Brock <sourceforge.brock AT dse.nl>
2478
2479         * device/include/sdcc-lib.h: inserted LGPL, added includes
2480           asm/ds390/features.h and asm/mcs51/features.h
2481         * device/include/asm/default/features.h,
2482         * device/include/asm/gbz80/features.h,
2483         * device/include/asm/z80/features.h: added empty _AUTOMEM
2484           and _STATMEM
2485         * device/include/asm/ds390/features.h,
2486         * device/include/asm/mcs51/features.h: added files with defines for
2487           _AUTOMEM and _STATMEM indicating automatic and static storage class
2488         * device/lib/printf_large.c (_print_format): optimized & used _AUTOMEM
2489         * doc/sdccman.lyx: version 2.4.7, updated xstack documentation
2490         * src/SDCCicode.c (geniCodeCast),
2491         * src/SDCCsymt.c (compareType): allow cast of data-ptr to idata-ptr
2492         * src/SDCCloop.c (loopInduction): removed unused variable lr
2493         * src/SDCCopt.c (convilong, convertToFcall): moved "easy special case"
2494           to convertToFcall to include char modulo (RFE 1065037), added check
2495           if left operand is unsigned and use abs of literal value
2496         * src/SDCCpeeph.c (setFromConditionArgs): removed double quotes option
2497           as it doesn't work after conversion from peephole.def to peephole.rul
2498         * src/mcs51/gen.c (toBoolean): added check for size,
2499           (genModOneByte): optimized code for signed char modulo a literal
2500           power of 2 (thanks to Hubert Sack),
2501           (genRRC): removed unnecessary "clr c",
2502           (genRLC): replaced "add a,acc" with cheaper "rlc a"
2503         * src/mcs51/peeph.def: renamed 115 to 115.a, added rule 115.b: another
2504           jump optimization,
2505           swapped rules 256.c and 256.d,
2506           extended 256.d by using new multiple checks (thanks Erik),
2507           added rules 256.e and 256.f,
2508           updated rule 261.a and 261.b to new generated code
2509         * support/regression/tests/muldiv.c: added test div/mod by a power of 2
2510
2511 2004-12-07 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
2512
2513         * src/SDCCloop.c (basicInduction, loopInduction): fixed several
2514           induction related bugs, including first part of bug #1074377
2515
2516 2004-12-05 Vangelis Rokas <vrokas AT otenet.gr>
2517
2518         * applied patch from bug-report #1076292,
2519         * applied patches for genAnd and Goto-optimizations for Raphael
2520         Neider,
2521         * src/SDCCicode.c (printOperand): fixed !REGA source to compile and
2522         dump a less iCode information,
2523         * src/pic16/device.h (pic16_options_t): added field debgen,
2524         * src/pic16/gen.h: added macros DUMP_FUNCTION_ENTRY,
2525         DUMP_FUNCTION_EXIT, FENTRY, FENTRY2,
2526         * src/pic16/gen.c (my_powof2): renamed to pic16_my_powof2 and made
2527         puclic,
2528         * (various functions): added macros FENTRY and FENTRY2 to functions,
2529         to emit function prologue,
2530         * (various functions): fixed indentation,
2531         * (genNearPointerGet): fixed loading of FSR0,
2532         * (genPackBits): applied patch from Raphael Neider to fix updating
2533         of FSR0 and touching only the modified bits,
2534         * src/pic16/genarith.c (various functions): added macros FENTRY to
2535         emit function prologue in comments,
2536         * src/pic16/pcode.h: added functions debugf2, debugf3,
2537         * src/pic16/ralloc.c: partial fix for packForPush caused
2538         segmentation fault,
2539
2540 2004-12-04 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
2541
2542         * src/mcs51/peeph.def: added 261.a,b (16 bit rotate) by Stas Sergeev
2543           <stsp AT users.sourceforge.net> with reversed byte order
2544         * support/regression/tests/rotate.c: added (ds390 skips some tests)
2545
2546 2004-12-03 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
2547
2548         * src/z80/gen.c (genLeftShift, genRightShift): fixed second part of
2549           bug #1074377
2550         * src/hc08/gen.c (genrshFour, shiftRLong, shiftLLong),
2551         * src/mcs51/gen.c (shiftLLong): Fixed some shifting bugs Frieder found
2552
2553 2004-12-02 Slade Rich <slade_rich AT users.sourceforge.net>
2554
2555         * src/pic/pcode.c : fixed a problem where banksel was not being inserted.
2556
2557 2004-12-02 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
2558
2559         * src/SDCCpeeph.c (callFuncByName): support combined peephole rule
2560           conditions,
2561           (setFromConditionArgs): friendly operand parser for peephole rules,
2562           (operandBaseName, operandsNotRelated): new peephole condition
2563           "operandsNotRelated" -- similar to "operandsNotSame", but takes
2564           architecture specific register naming into account, handles n-way
2565           comparisons, and supports quoted literals
2566         * src/mcs51/peeph.def: restored rule 177.d with an extra condition
2567
2568 2004-12-02 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
2569
2570         * src/mcs51/peeph.def: fixed bug #1076940
2571
2572 2004-12-02 Slade Rich <slade_rich AT users.sourceforge.net>
2573
2574         * device/include/pic/pic16f877.h : added an include file for the PIC16F877 device.
2575
2576 2004-11-28 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
2577
2578         Adding support for replacing ljmps with sjmps in jumptables
2579         generated for switch statements. For now you need to set the
2580         environment variable SDCC_SJMP_JUMPTABLE to enable this.
2581         Now 4 algorithms for mcs51 jumptable generation are used:
2582         ljmp or sjmp jumptables for up to 16 cases, stack-pushing target
2583         addresses loaded pc-relative for up to 112 cases and stack-pushing
2584         target addresses loaded with offset from dptr for up to 256 cases.
2585
2586         * src/SDCCpeeph.c: added peephole conditional labelJTInRange
2587         * src/mcs51/main.c: adapted constants for switch table generation
2588         * src/mcs51/peeph.def: added 260.x for replacing ljmp with sjmp
2589
2590 2004-11-26 Maarten Brock <sourceforge.brock AT dse.nl>
2591
2592         * device/lib/printf_large.c (_print_format): fixed bug 1073386
2593         * support/regression/tests/bug1057979.c: added test for bug 1073386
2594
2595 2004-11-25 Vangelis Rokas <vrokas AT otenet.gr>
2596
2597         * src/pic16/pcode.c: fixed bug which may produce error in non-GNU
2598         compilers
2599
2600 2004-11-25 Vangelis Rokas <vrokas AT otenet.gr>
2601
2602         * src/pic16/device.h,
2603         * src/pic16/genarith.c,
2604         * src/pic16/glue.c,
2605         * src/pic16/main.c,
2606         * src/pic16/pcode.c: applied patches #1068154 and #1070213
2607
2608 2004-11-24 Vangelis Rokas <vrokas AT otenet.gr>
2609
2610         Large cummulative patch for pic16 port.
2611         * device/lib/pic16/gstack.h: NEW, user can specify its own handler
2612         to call when a stack overflow occurs,
2613         * (malloc.h): added CVS Id tag,
2614         * (pic18f{242,252,442,452}.h): added T0CONbits structure and
2615         variable,
2616         * added libc directory. The current version of LibC contains string
2617         functions, ctype functions and macros and some functions of the
2618         stdlib set (like malloc/free/atof/atoi etc...). All functions are to
2619         be extensively tested in the future. Standard disclaimer here.
2620         Library is not automatically build yet. But one can build it by
2621         invoking 'make' inside the libc directory.
2622         * added ADC library under libio. Preliminary version yet.
2623
2624         * src/pic16/gen.h: added emitTOGC macro, to toggle Carry flag,
2625         * src/pic16/gen.c (aopForRemat): asmop size is filled by
2626         aopForRemat() now and not by pic16_aopOp(),
2627         * (pic16_popGetTempReg): removed warning messgae when allocating
2628         temporary registers, its a buggy feature and will be removed,
2629         * (pic16_popGet): set register instance field in AOP_CRY,
2630         * (pic16_outBitC): fixed for results in size greater than 1,
2631         * (genUminusFloat): fixed for pic16, ported code from mcs51,
2632         * (pic16_storeForReturn): optimized return of 0,
2633         * (genCmp): experimental code for new genCmp which uses PIC18's
2634         special compare&skip instructions. Initial tests fail some times
2635         with variables grater than 1 byte in size, so new code is disabled,
2636         * (genUnpackBits, genPackBits): more optimizations in reading/writing,
2637         a single bit,
2638         * (genCast): began a fix to optimize the casting of a bit to another
2639         bit, now assigning a bitfield to another bitfield will fail, sorry,
2640         * src/pic16/main.c: disabled the use of lr-support feature,
2641         * src/pic16/pcode.h: renamed PCASMDIR to PCAD,
2642         * added some function prototypes, added function _debugf prototype,
2643         * src/pic16/pcode.c: (pic16_get_op): fixed emitting operands of register
2644         bits with offset (case PO_GPR_BIT),
2645         * (genericPrint): don't emit INFO pcode when --pcode-verbose not in
2646         command line,
2647         * (isBankInstruction): modified to return 0 for no banking instruction,
2648         and 1 for banking instruction,
2649         * (pic16_isPCinFlow): check for PCAD (assembler directives) too,
2650         caused stop processing pCodes after a inline assembly block,
2651         * (pic16_popCopyGPR2Bit): updated to match bitfields with offset,
2652         * src/pic16/pcoderegs.c: fixed a bug with eliminating some temporary
2653         registers when it shouldn't,
2654         * src/pic16/ralloc.c (allocReg): add preliminary support for
2655         supporting a limited set of temporary registers,
2656
2657 2004-11-23 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
2658
2659         * src/hc08/gen.c (genAssign, genPointerGetSetOfs, genDataPointerGet,
2660           genDataPointerSet): ensure assignments always copy in MSB to LSB
2661           order,
2662           (loadRegFromAop): recognize CLRH optimization,
2663           (genFunction): optimize RECEIVE iCodes in reentrant functions
2664
2665 2004-11-20 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
2666
2667         * src/SDCCmain.c (parseCmdLine, optionsTable[]): fixed bug with
2668           --out-fmt-s19 turning into --out-fmt-elf if s19 was already
2669           selected.
2670         * src/SDCCmain.c (linkEdit): don't define SSEG for HC08
2671         * src/hc08/main.c (_hc08_setDefaultOptions): default xdata to be
2672           contiguous with data
2673
2674 2004-11-19 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
2675
2676         * device/lib/_gptrget.c (_gptrget),
2677         * device/lib/_gptrgetc.c (_gptrgetc),
2678         * device/lib/_gptrput.c (_gptrput): _naked allows to use ret
2679           instead of sjmp to ret
2680         * src/mcs51/peeph.def: added peepholes 3.d-g and 177.g,h provided
2681           by Hubert Sack <hsack2002 AT arcor.de> in RFE #1067986, thanks
2682
2683 2004-11-18 Maarten Brock <sourceforge.brock AT dse.nl>
2684
2685         * .version: bumped version to 2.4.7
2686         * device/lib/_gptrget.c (_gptrget): is now _naked
2687         * device/lib/_gptrgetc.c (_gptrgetc): is now _naked
2688         * device/lib/_gptrput.c (_gptrput): is now _naked
2689         * src/SDCCast.c (createBlock): removed ridiculous self-assignment,
2690           (createFunction): fixed xstack
2691         * src/SDCCglue.c (emitMaps): set allocation required for bit area
2692         * src/SDCCicode.c (geniCodeCast): don't change SPEC_OCLS for literal
2693           or bit either,
2694           (geniCodeCritical): store original interrupt state in an iTemp bit
2695           var unless stack-auto
2696         * src/SDCCicode.h: added CRITICAL and ENDCRITICAL to SKIP_IC2
2697         * src/SDCCmain.c (setIncludePath): added include/target to search path
2698         * src/SDCCmem.c (allocParms): store bit vars in bit space, not overlay
2699         * src/SDCCsymt.c (checkFunction): don't check regbank for isr's against
2700           prototype,
2701           (processFuncArgs): put bit vars in bit area
2702         * src/mcs51/gen.c (saveRegisters, unsaveRegisters, genXpush, saveRBank,
2703           unsaveRBank): fixed xstack,
2704           (genFunction): bugfix: replaced (global!) reentrant with fReentrant,
2705           (genFunction, genEndFunction): fixed xstack,
2706           (genAssign): optimization don't walk backwards through mem
2707         * src/mcs51/main.c (_mcs51_regparm): don't pass bit params in registers
2708         * src/mcs51/ralloc.c (createStackSpil): spill bits to bit area
2709         * support/regression/Makefile: also make library (for stack-auto) when
2710           making "all" and added "test-mcs51-xstack-auto"
2711         * support/regression/fwk/lib/testfwk.c: added T2_isr prototype for mcs51
2712         * support/regression/ports/mcs51/T2_isr.c: added this file as a stub
2713         * support/regression/ports/mcs51/fwk.lib: added to link T2_isr stub
2714         * support/regression/ports/mcs51/spec.mk: added rules for fwk.lib
2715         * support/regression/ports/mcs51-stack-auto/spec.mk: replaced
2716           make-library by MAKE_LIBRARY
2717         * support/regression/ports/mcs51-xstack-auto/spec.mk: file added to run
2718           regression tests for xstack
2719         * support/regression/tests/bitvars.c: test for bit vars (bug 938782)
2720         * support/regression/tests/critical.c: test for critical on mcs51
2721
2722 2004-11-18 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
2723
2724         * support/regression/ports/ucz80/spec.mk: use include and lib files from
2725           built version of sdcc instead of installed version
2726
2727 2004-11-14 Maarten Brock <sourceforge.brock AT dse.nl>
2728
2729         * src/mcs51/gen.c (toBoolean): fixed bug 1065458
2730         * device/lib/Makefile.in: z80 uses printf_large.c, sprintf.c and
2731           vprintf.c now
2732         * device/lib/printf_large.c (calculate_digit): fixed bug 1057979
2733         * device/lib/z80/Makefile: don't use printf.c as it fails bug 1057979
2734           WARNING: remove device/lib/build/z80/printf.o by hand when
2735           updating from previous build!
2736         * device/lib/z80/printf.c: updated comment
2737         * support/regression/tests/bug1057979.c: test all ports now
2738         * support/regression/tests/bug1065458.c: file added
2739
2740 2004-11-12 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
2741
2742         * src/z80/gen.c (genFunction, genEndFunction): avoided generating
2743           *_start and *_end symbols for static functions
2744
2745 2004-11-11 Maarten Brock <sourceforge.brock AT dse.nl>
2746
2747         * src/SDCCmain.c (linkEdit): don't suppress crt0 if --nostdlib is used
2748           and search crt0.o in all library paths,
2749           (setIncludePath): proper handling of --nostdinc,
2750           (setLibPath): proper handling of --nostdlib
2751         * support/regression/Makefile,
2752         * support/regression/ports/ds390/spec.mk,
2753         * support/regression/ports/gbz80/spec.mk,
2754         * support/regression/ports/hc08/spec.mk,
2755         * support/regression/ports/mcs51/spec.mk,
2756         * support/regression/ports/mcs51-large/spec.mk,
2757         * support/regression/ports/mcs51-stack-auto/spec.mk,
2758         * support/regression/ports/z80/spec.mk: use include and lib files from
2759           built version of sdcc instead of installed version
2760         * doc/sdccman.lyx: fixed typo in --nostdinc
2761
2762 2004-11-10 Slade Rich <slade_rich AT users.sourceforge.net>
2763
2764         * src/pic/pcode.c,
2765         * src/pic/device.c,
2766         * src/pic/ralloc.c,
2767         * src/pic/gen.c : added support to generate code for struct bit fields.
2768
2769 2004-11-06 Maarten Brock <sourceforge.brock AT dse.nl>
2770
2771         * as/xa51/xa_version.h,
2772         * device/include/errno.h,
2773         * device/include/regc515c.h,
2774         * device/lib/_itoa.c,
2775         * device/lib/_ltoa.c,
2776         * device/lib/ser_ir_cts_rts.c,
2777         * sim/ucsim/xa.src/glob.cc,
2778         * sim/ucsim/xa.src/inst_gen.cc,
2779         * sim/ucsim/xa.src/xa_bit.cc,
2780         * sim/ucsim/xa.src/xa_sfr.cc,
2781         * sim/ucsim/z80.src/inst_dd.cc,
2782         * sim/ucsim/z80.src/inst_fdcb.cc,
2783         * support/scripts/keil2sdcc.pl,
2784         * src/pic16/pic16.dsp,
2785         * src/pic16/pic16a.dsp: corrected cvs line endings
2786         * device/lib/printf_large.c: fixed bug 1057979
2787         * src/pic16/gen.c: fixed non-C standard code
2788         * src/SDCCmain.c: made --pack-iram default, added --no-pack-iram
2789         * src/SDCCglobl.h: changed pack_iram to no_pack_iram
2790         * support/regression/ports/mcs51/support.c: reload T1 asap
2791         * doc/sdccman.lyx: updated for options --pack-iram and --no-pack-iram,
2792           pdata use and clear idata startup behaviour
2793         * support/regression/tests/bug1057979.c: added
2794
2795 2004-11-04 Maarten Brock <sourceforge.brock AT dse.nl>
2796
2797         * device/examples/ds390/ow390/ad26.h,
2798         * device/examples/ds390/ow390/cnt1d.h,
2799         * device/examples/ds390/ow390/crcutil.c,
2800         * device/examples/ds390/ow390/ownet.h,
2801         * device/examples/ds390/ow390/owsesu.c,
2802         * device/examples/ds390/ow390/swt12.h,
2803         * device/examples/ds390/ow390/swtoper.c,
2804         * device/examples/ds390/ow390/temp10.h,
2805         * device/examples/ds390/ow390/thermodl.c,
2806         * device/examples/ds390/tinitalk/tinitalk.dsp,
2807         * device/examples/ds390/tinitalk/tinitalk.dsw,
2808         * device/examples/mcs51/clock/hw.h,
2809         * device/examples/mcs51/simple2/go.bat,
2810         * device/examples/serialcomm/windows/serial.h,
2811         * device/examples/xa51/dummy.c,
2812         * device/examples/xa51/hello.c,
2813         * device/include/80c51xa.h,
2814         * device/include/at89x051.h: corrected cvs line endings
2815
2816 2004-11-04 Vangelis Rokas <vrokas AT otenet.gr>
2817
2818         * src/pic16/main.c (options): added command line --gstack, to trace
2819         stack over/under flows,
2820         * added pragma 'wparam' to allow passing first byte of function
2821         parameters via WREG, syntax is #pragma wparam my_function[, func2...]
2822         * src/pic16/gen.c (pic16_testStackOverflow): function which emits a
2823         call to __gstack_test function and sets up the symbol as extern,
2824         * (pic16_pushpCodeOp, pic16_poppCodeOp, pushw, pushaop, popaopidx,
2825         * popaop): added call to pic16_testStackOverflow,
2826         * (wParamCmp, inWparamList): NEW, test existence of a symbol in
2827         wparamList list,
2828         * (genCall, genPcall): now all parameters are passed via stack
2829         except in functions that are pass to wparam pragma in which WREG is
2830         used too,
2831         * (genPcall): REENTRANT flag is checked to see if variable prototype
2832         contains reentrant keyword, don't call a non-reentrant function, via
2833         a reentrant function pointer or vice versa, functions are never
2834         passed via WREG,
2835         * (genJumpTab): applied patch from bug #1057478 by R.Neider and
2836         D.Winkler,
2837         * src/pic16/glue.c (pic16emitRegularMap): fixed bug which caused a
2838         SIGSEGV when accessing a NULL register stucture,
2839         * (pic16_printGPointerType): modified to handle UPPER modifier for
2840         function initializers, changed prototype of function to simpler one,
2841         * (pic16_printIvalFuncPtr): check to see if function is already
2842         added in externs list,
2843         * src/pic16/pcoderegs.c (pCodeOptime2pCodes): fixed bug which
2844         optimized a move from W to SFR with a move to the same register
2845         later after a CALL,
2846         * device/lib/pic16/debug: NEW directory, contains debug features
2847         which are enabled when linking with libdebug.lib, currently command
2848         line option --gstack enables stack pointer tracing for over/under
2849         flow, corresponding sources are in debug/gstack
2850
2851 2004-10-30 Vangelis Rokas <vrokas AT otenet.gr>
2852
2853         * doc/sdccman.lyx: updated SDCC version,
2854         * (PIC16 port): update list of command line options,
2855         * src/pic16/device.h (structure pic16_options_t): added field gstack
2856         to enable stack overflow tracing on push/pops,
2857         * src/pic16/device.c (statistics structure): added statistics
2858         structure,
2859         * (pic16_dump_access, pic16_dump_usection, pic16_dump_gsection,
2860         pic16_dump_int_registers): increase statistics counters for each
2861         * variable which is encountered
2862         * (pic16_dump_usection): emit each .udata variable to its own udata
2863         section,
2864         * src/pic16/gen.c (assignResultValue, genCall, genPcall, genFunction):
2865         when macro USE_WREG_IN_FUNC_PARAMS is set to 0 pass all function
2866         parameters via stack, otherwise use old scheme,
2867         * src/pic16/glue.c (pic16_emitStatistics): dump statistics in
2868         assembler output file,
2869         * src/pic16/main.c: added command line options --gstack to enable
2870         push/pop tracing for stack overflow,
2871         * src/pic16/pcode.c (all pCodeInstruction records for PIC18F
2872         instructions): added size of each instruction,
2873         * (pic16_countInstruction): estimate size of instructions in
2874         the_pFile list, inline assembly blocks are not counted,
2875         * (pic16_FixRegisterBanking): trace previous register usage, when
2876         banksel optimizations is greater than 0, don't emit a redudant
2877         banksel directive,
2878
2879 2004-10-26 Slade Rich <slade_rich AT users.sourceforge.net>
2880
2881         * src/pic/ralloc.c : fixed inefficient code produced when compiling a complimented bit operation.
2882         * src/pic16/ralloc.c : applied same fix for pic16.
2883         * src/pic/gen.c : tidied it up a little.
2884
2885 2004-10-25 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
2886
2887         * src/mcs51/peeph.def: disabled 259.a,b for removing redundant ret,
2888         thanks to Martin Helmling for reporting (mail on sdcc-devel 2004-10-25)
2889
2890 2004-10-22 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
2891
2892         * src/SDCCast.c (reverseParms): fixed bug #1040577 (part 2)
2893
2894 2004-10-22 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
2895
2896         * device/lib/ser_ir_cts_rts.c: integer promotion caused a call to the
2897         non-reentrant function __modsint in the interrupt function (thus
2898         corrupting math operations during serial I/O)
2899         * device/lib/ser_ir.c: as above, changed buffersize
2900         * src/mcs51/peeph.def: added 259.a,b for removing redundant ret,
2901         256.c,d for zeroing
2902         * doc/Makefile: added option -t for rsync
2903
2904 2004-10-22 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
2905
2906         * src/SDCCast.h (struct ast),
2907         * src/SDCCast.c (reverseParms, copyAst): fixed bug #1040577 (part 1)
2908
2909 2004-10-20 Borut Razem <borut.razem AT siol.net>
2910
2911         * support/scripts/sdcc.nsi: added include/pic16/*.h to the setup
2912         package
2913
2914 2004-10-20 Vangelis Rokas <vrokas AT otenet.gr>
2915
2916         * device/lib/pic16/libsdcc/Makefile: added lregs directory in
2917         makefile targets,
2918         * device/lib/pic16/libsdcc/lregs/{Makefile,lrst.c,lrrest.c}: NEW
2919         support functions to replace long sequences of MOVFF's from access
2920         bank registers to stack and vice versa,
2921         * src/pic16/device.h: added new field opt_flags, where optimization
2922         flags can be set to enable certain features,
2923         * src/pic16/gen.c (pic16_emitpinfo): NEW to add PC_INFO pCode in
2924         * pBlock, (genFunction, genEndFunction): surroung loop for
2925         saving/loading used registers in stack with PC_INFO pCodes,
2926         INF_LREGS. Code in between can then be optimized by pCode optimizer
2927         to support function calls,
2928         * (genDataPointerSet): fixed bug which loaded float fields in
2929         structures with corrupt data,
2930         * src/pic16/genutils.c (debugf, _debugf): macro/function which emits
2931         in a standard way debug info on stderr. Feature used for developing
2932         and debugging only,
2933         * src/pic16/glue.c (pic16glue): reformatted, deleted some old and
2934         obsolete chunks of code,
2935         * if optimization flag OF_LR_SUPPORT was set, call pic16_OptimizeLocalRegs,
2936         * src/pic16/main.c (_pic16_parseOptions): added handler for --flr-support,
2937         * pic16/src/pcode.c (pic16_newpCodeInfo,
2938         * (pic16_newpCodeOpLocalRegs),
2939         * (pic16_convertLocalRegs2Support): NEW, to support new optimization
2940         feature,
2941         * (pic16_pCodeConstString): printing of the initial value of a
2942         symbol as a comment is inhibited since parsing was already done by
2943         copyStr and output is corrupt,
2944         * (pic16_pCode2str, genericPrint): handle PC_INFO pCode,
2945
2946 2004-10-20 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
2947
2948         * src/mcs51/ralloc.c (packRegisters): fixed bug #1044601
2949
2950 2004-10-19 Maarten Brock <sourceforge.brock AT dse.nl>
2951
2952         * as/mcs51/lkarea.c: removed old K&R style,
2953           (lnksect): changed check on boundary error,
2954           (lnksect2): changed check on boundary error,
2955           (lnksect2): extend XSTK to end of page if size = 1
2956         * as/mcs51/lkmain.c: removed old K&R style,
2957           (Areas51): create l_IRAM symbol
2958         * as/mcs51/lkmem.c (summary2): added report on PSEG and XSTK
2959         * device/lib/Makefile.in: renamed model-mcs51-reentrant to
2960           model-mcs51-stack-auto, added model-mcs51-xstack-auto
2961         * device/lib/_mullong.c: added version to be compiled with xstack
2962         * device/lib/mcs51/crtclear.asm: clear only upto --iram-size
2963         * device/lib/mcs51/crtxclear.asm: clear pdata as well
2964         * device/lib/mcs51/crtxstack.asm: fixed comment
2965         * src/SDCCglue.c: maxInterrupts defaults to 0,
2966           (emitMaps): added pdata,
2967           (createInterruptVect): (re)moved default,
2968           (glue): added pdata,
2969           (glue): moved __start__xstack to XSTK with default size 1
2970         * src/SDCCmain.c (parseCmdLine): automatically set options.intlong_rent
2971           and options.float_rent when options.stackAuto is set,
2972           (linkEdit): only write XDATA_NAME if provided on command line
2973         * src/SDCCmem.h,
2974         * src/SDCCmem.c: added pdata
2975         * src/port.h: added pdata_name to PORT
2976         * src/mcs51/gen.c (toBoolean): fixed for Acc use of aopGet,
2977           (saveRegisters, unsaveRegisters): removed usage of B,
2978           (genMinus): fixed accumulator clash,
2979           (genJumpTab): added comment, this needs another look
2980         * src/mcs51/gen.c: added check for "B in use" paranoia,
2981           added pushB() and popB()
2982         * src/mcs51/peeph.def: restart after 177.c so 177.a can get a second
2983           chance
2984         * src/avr/main.c,
2985         * src/ds390/main.c,
2986         * src/hc08/main.c,
2987         * src/mcs51/main.c,
2988         * src/pic/main.c,
2989         * src/pic16/main.c,
2990         * src/xa51/main.c,
2991         * src/z80/main.c: (reset_regparms) made void parameter explicit and
2992           added PSEG (PAG,XDATA) or NULL to port specifier
2993         * src/ds390/main.c (_ds390_genIVT): moved implemented default in here
2994         * src/mcs51/main.c (_mcs51_genIVT): moved implemented default in here,
2995           (_mcs51_genInitStartup): removed __start__xstack equ,
2996           (mcs51_port): moved xstack from XSEG (XDATA) to XSTK (PAG,XDATA)
2997         * src/pic16/device.c (pic16_dump_usection, pic16_dump_isection),
2998         * src/z80/gen.c (_rleAppend): fixed warnings
2999         * support/regression/tests/zeropad.c: added pdata test
3000         * .version: bumped to 2.4.6
3001
3002 2004-10-17 Borut Razem <borut.razem AT siol.net>
3003
3004         * support/scripts/sdcc.nsi: cross compiling of WIN32 setup.exe on Linux
3005         as a part of nightly build
3006
3007 2004-10-16 Vangelis Rokas <vrokas AT otenet.gr>
3008
3009         * src/pic16/gen.c (struct _G): added field useWreg, is set to 1 when
3010         WREG holds the first byte function parameters,
3011         * (aopForSym): take special case for symbols which are in FARSPACE
3012         but in CODESPACE too,
3013         * (assignResultValue): modified to take into account _G.useWreg,
3014         * (genCall): don't use wreg for parameter passing when function is
3015         declared as reentrant, too, added optimization INCF to stack
3016         pointer when stack parameter count is 1,
3017         * (genFunction, genEndFunction): refurnished and fixed to not using
3018         wreg for passing parameters when function has varargs or is
3019         reentrant, fixed bug with symbol name compare for generating
3020         functions in absolute address,
3021         * (pic16_storeForReturn): refurnished,
3022         * (genCmp): began writing a new version of the function, not ready
3023         yet, therefore it is disabled,
3024         * (genAssign): do not read code memory when assigning a function to
3025         a pointer function,
3026         * src/pic16/glue.c (pic16emitStaticSeg): abSym->name is defined an
3027         array of characters, not pointer,
3028         * (pic16initialComments): in debug mode emit an .ident directive for
3029         the assembler,
3030         * (_process_pragma): emit a new warning type (internal to pic16)
3031         when setting stack to default length, emit a similar warning when
3032         placing a function at absolute address and address is not word aligned
3033         * (_pic16_parseOptions): added 'return TRUE' statement,
3034         * (_pic16_linkEdit): if compiling a source, then add the source's
3035         file object, first in the list of objects to link,
3036
3037 2004-10-13 Slade Rich <slade_rich AT users.sourceforge.net>
3038
3039         * src/pic/pcoderegs.c : increased count on regUsedinRange to prevent unnecessary warning.
3040         * src/pic/main.c : removed VC warning.
3041         * src/pic/gen.c : changed comment.
3042
3043 2004-10-12 Vangelis Rokas <vrokas AT otenet.gr>
3044
3045         * device/lib/pic16/libsdcc/gptr/gptrput[234].c: an external
3046         reference to a deprecated symbol _GPTRREG was causing failure to
3047         link. Thanks G. M. Gallant for the info.
3048
3049 2004-10-12 Slade Rich <slade_rich AT users.sourceforge.net>
3050
3051         * src/pic/pcode.c : Applied a code patch supplied by Paul Ashmore in
3052         comments for Bugs item #954788.
3053
3054 2004-10-10 Vangelis Rokas <vrokas AT otenet.gr>
3055
3056         * src/pic16/device.c (pic16_dump_gsection,
3057         * pic16_groupRegistersInSection): handle symbols declared to be in
3058         access bank differently,
3059         * src/pic16/gen.c (struct _G): added field resDirect,
3060         * (aopForSym): if symbol on stack and iCode is '=' and result exists,
3061         send values read from stack directly to result and don't allocate
3062         temporary values,
3063         * (pic16_sameRegs): fixed bug that allowed MOVFF to move between
3064         same registers,
3065         * (pic16_sameRegsOfs): NEW,
3066         * (freeAsmop): if _G.resDirect is set then do not mark registers as
3067         free because they were not allocated from temporary pool,
3068         * pic16_popRegFromString): workaround to fix a problem with
3069         allocating variables twice or never,
3070         * (genGenPointerGet): using PRODL instead of FSR0H,
3071         * (genGenPointerSet): using POSTDEC1 (that is a stack location)
3072         instead of FSR0H,
3073         * (genAssign): take advantage of the _G.resDirect flag,
3074         * (genCast): around line 11844, use mov2f instead of directly
3075         MOVFF'ing between operands to account for literal values,
3076         * src/pic16/genutils.c: some new debug functions for gpsim have been
3077         added,
3078         * src/pic16/glue.c (pic16_printIvalType): fixed bug that initialized
3079         float with integer part only,
3080         * src/pic16/main.c (_process_pragma): handle pragma udata access to
3081         place variables in access bank
3082         * device/lib/pic16/libsdcc/gptr/gptr*.c: using BRA instead of GOTO,
3083         updated sources to reflect recent changes in gen.c
3084
3085 2004-10-06 Vangelis Rokas <vrokas AT otenet.gr>
3086
3087         * device/lib/pic16/libsdcc/Makefile.rules: fixed bug concerning
3088         sources that searched for headers in installation path, now the
3089         device/include/pic16 is used,
3090         * src/pic16/glue.c (pic16glue),
3091         * src/pic16/pcode.c (pCode2str, genericPrint): don't print .file or
3092         .line directives if not in debug mode, this suppresses assembler's
3093         warnings for ignored directives
3094
3095 2004-10-05 Maarten Brock <sourceforge.brock AT dse.nl>
3096
3097         * src/port.h: made reset_regparms prototype void parameter explicit.
3098         * src/SDCCsymt.c (processFuncArgs): removed argument "func".
3099         * src/mcs51/ralloc.c (packRegisters): new fix for bugs 898889 & 979599.
3100         * doc/sdccman.lyx: documented warning disabling and how to use
3101           printf_large to make it print floats.
3102         * device/include/stdbool.h: NEW
3103         * device/lib/_atof.c,
3104         * device/lib/_divuint.c,
3105         * device/lib/_divulong.c,
3106         * device/lib/expf.c,
3107         * device/lib/printf_large.c,
3108         * device/lib/sincosf.c,
3109         * device/lib/sincoshf.c: used stdbool.h, all compile with stack-auto now
3110         * device/lib/Makefile.in: added target for model-mcs51-reentrant to build
3111           a completely reentrant lib.
3112
3113 2004-10-05 Vangelis Rokas <vrokas AT otenet.gr>
3114
3115         * device/lib/pic16/libsdcc/gptr/gptr*.c: added return statements
3116         * device/include/pic16/stdio.h: fixed bug with colon
3117
3118 2004-10-03 Vangelis Rokas <vrokas AT otenet.gr>
3119
3120         * device/include/pic16/stdio.h,
3121         * device/include/pic16/stdlib.h,
3122         * device/include/pic16/math.h: NEW
3123         * device/lib/pic16/libsdcc/gptr/*.c (gptrget*, gptrput*): functions
3124         declared as _naked to reduce overhead
3125         * device/lib/Makefile.in (target port-specific-objects-pic16):
3126         changed * to *.* so to ignore the CVS directory,
3127         * src/pic16/gen.c (pic16_freeAsmop): added code to store result of
3128         stacked variables back in stack,
3129         * (genEndFunction): fixed bug reported by G.M. Gallant with stack
3130         corruption
3131
3132 2004-10-01 Vangelis Rokas <vrokas AT otenet.gr>
3133
3134         * .version: bumped version number to 2.4.5
3135         * support/Util/SDCCerr.h: added warning W_POSSBUG2.
3136         * support/Util/SDCCerr.c (messages structure): added entry for
3137         W_POSSBUG2
3138
3139         Large cumulative patch for pic16 port and libraries.
3140         * device/include/pic16/sdcc-lib.h,
3141         * device/include/pic16/stdarg.h,
3142         * device/include/asm/pic16/features.h,
3143         * device/include/lib/pic16/libsdcc/gptr/{*.c, Makefile}: NEW,
3144         * device/include/pic16/float.h: changes reentrant keyword with
3145         _FS_REENTRANT, added prototype for __fsneq, included sdcc-lib.h
3146         * device/lib/pic16/libsdcc/Makefile: added target directory gptr,
3147         updated target build-libraries to include objects from gptr,
3148         * device/lib/pic16/libsdcc/{char,int,long}/*.c: added macro
3149         _IL_REENTRANT to all function headings, included sdcc-lib.h header,
3150         * device/lib/pic16/libsdcc/float/*.c: added macro _FS_REENTRANT to
3151         all function headings,
3152         * src/SDCCmain.c: added global parameter userIncDirsSet,
3153         * (parseCmdLine): when option -I is encountered add directory to
3154         userIncDirsSet too,
3155         * src/version.awk: added space between control and long,
3156         * src/pic16/NOTES: added some notes for the port,
3157         * src/pic16/gen.c: added prototype for mov2fp function,
3158         * (fReturnpic16[]): properly named return value registers,
3159         * (_G structure): added fields stackRegSet, fregsUsed, stack_lat,
3160         * (aopForSym): added code to handle symbols with onStack flag set,
3161         symbols onStack are allocated PTRSIZE bytes,
3162         * (aopFreeAsmop): handles special case where asmops are stack objects,
3163         * (aopGet, pic16_popGet): adde cod to handle new asmop AOP_STA,
3164         * (pic16_popGetTempReg, pic16_popGetTempRegCond, pic16_popReleaseTempReg):
3165         added argument lock to trace flaws in allocating temporary registers
3166         when developing port,
3167         * (pic16_popGetLit, pic16_popGetLit2): changed lit from unsigned to signed
3168         * (pic16_popRegFromString): reenabled allocating a direct register
3169         from string,
3170         * (assignResultValue): various beautifications,
3171         * fixed bug #1037717 (patch from R. Neider & D. Wrinkler) with mistaken
3172         referenced function argument,
3173         * (genIpush): reenabled to allow stacked arguments, handles only
3174         ic->parmPush iCodes,
3175         * (genCall, genPcall): major changes to allow for variable argument
3176         functions, fixed a bug with falsely restoring stack pointer after
3177         returning from call,
3178         * (genFunction): pending code for critical function,
3179         * (shiftR1Left2ResultSigned, shiftR1Left2Result, shiftL2Left2Result,
3180         * (shiftR2Left2Result, shiftLLong) applied patch #1032155 from R.Neider,
3181         * (genNearPointerGet): fixed bug with indirect reading, was always
3182         reading from INDF0
3183         * (genGenPointerGet, genGenPointerSet): rewrote to support generic
3184         pointers,
3185         * (genAddrOf): rewrote code to take address of a stacked function parameter
3186         * (genCast): fixed casting to generic pointer type,
3187         * src/pic16/gen.h: added AOP_STA,
3188         * (struct asmop): added field stk,
3189         * src/pic16/genarith.c (pic16_AopType): handle AOP_STA,
3190         * (pic16_genPlusIncr): changed emitSKPNZ to emitSKPNZ,
3191         * (pic16_genAddLit, pic16_genPlus): applied patch #1034042 by tecodev,
3192         * (pic16_genMinus): fixed bug #1035119 with patch submitted by tecodev,
3193         * src/pic16/genutils.c (pic16_genNot): removed symbol *tlbl,
3194         * src/pic16/glue.c (pic16_printGPPointerType): fixed to support new
3195         generic pointers,
3196         * src/pic16/main.c (_pic16_initPaths): ignores default SDCC include
3197         and library paths,
3198         * (pic16_port structure): generic pointer size is set to 3,
3199         * src/pic16/pcode.c (pic16_newpCodeOpLit): correctly print literal integer,
3200         * (insertBankSwitch): cast to (char *) to prevent 64bit CPUs'
3201         compiler warning,
3202         * src/pic16/ralloc.c (allocReg): prevent allocating register when
3203         operand is an iTemp,
3204
3205 2004-09-24 Martin Helmling <mh AT octo-soft.de>
3206
3207         * debugger/mcs51/cmd.c: set PC if a symbol at pc reg is set
3208         * debugger/mcs51/simi.c: addapt new syntax of s51
3209
3210 2004-09-23 Vangelis Rokas <vrokas AT otenet.gr>
3211
3212         * src/pic16/genutils.c (pic16_genNot): fixed bug #1032265,
3213         * src/pic16/pcode.c: commented out some calls to free() in order to
3214         fix bug #989576,
3215
3216 2004-09-23 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3217
3218         * src/SDCCicode.h,
3219         * src/SDCCicode.c (isiCodeInFunctionCall),
3220         * src/avr/ralloc.c (selectSpil),
3221         * src/pic/ralloc.c (selectSpil),
3222         * src/pic16/ralloc.c (selectSpil),
3223         * src/ds390/ralloc.c (selectSpil),
3224         * src/hc08/ralloc.c (selectSpil),
3225         * src/xa51/ralloc.c (selectSpil),
3226         * src/mcs51/ralloc.c (selectSpil): Don't use remainSpil to spill to the
3227         stack in the middle of a function call sequence (fixes bug #1020268)
3228         * src/SDCCicode.c (geniCodeJumpTable): fixed error in computing the
3229         costs associated with the minimum switch case.
3230
3231 2004-09-19 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3232
3233         * src/SDCC.lex: fixed bug #1030549
3234
3235 2004-09-19 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3236
3237         * src/SDCCcse.h (struct cseDef),
3238         * src/SDCCcse.c (cseBBlock, newCseDef, ifFromAddrTaken): purge CSEs
3239         over a function call if the CSE is derived from a symbol whose
3240         address has been taken (fixes bug #1029883)
3241         * support/regression/tests/bug-1029883: a new regression test for
3242         this bug
3243
3244 2004-09-18 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3245
3246         * src/hc08/gen.c (emitinline): fixed bug #1029778
3247         * src/SDCC.y (assignment_expr): fixed the grammer so that assignment
3248         to a cast object is no longer a syntax error ("fixes" bug #1030006,
3249         and starts toward RFE #905167)
3250
3251 2004-09-17 Vangelis Rokas <vrokas AT otenet.gr>
3252
3253         * src/pic16/gen.c (mov2f): New function to move an operand to
3254         another without considering if it is a literal or a register,
3255         * (pic16_sameRegs): don't check if they are both AOP_REG,
3256         * (AccRsh): removed andmask=0 lines,
3257         * (genLeftShift): duplicated to be improved in future versions,
3258         * src/pic16/main.c (_process_pragma): emit stack default size in hex,
3259         * src/pic16/pcode.c: added POC_INFSNZW, updated inverted_op fields
3260         in POC_INCFSZ, POC_INCFSZW, POC_INFSNZ,
3261         * (pic16initMnemonics): added initialization for POC_INFSNZW,
3262         * (insertBankSwitch): fixed inserting banksel directives algorithm
3263         for instructions that follow a skip instruction, this fixes a report
3264         for broken subtraction code generation,
3265         * src/pic16/ralloc.c (deassignLRs): do not free register if current
3266         iCode is a left op, just in case result and right share the same
3267         registers
3268
3269 2004-09-16 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3270
3271         * src/hc08/main.c,
3272         * src/hc08/gen.c (genJumpTable): more efficient jump table, supports
3273         preservation of HX
3274         * src/hc08/gen.c (pullRegs): fixed order of HX & XA pairs
3275         * src/mcs51/ralloc.c (packRegisters): removed the patch applied
3276         on 2004-09-12; it was buggy
3277
3278 2004-09-15 Bernhard Held <bernhard AT bernhardheld.de>
3279
3280         * src/SDCCsymt.h: removed RESULT_CHECK
3281         * src/SDCCast.c,
3282         * src/SDCCglue.c,
3283         * src/SDCCval.c,
3284         * src/pic/glue.c,
3285         * src/pic16/glue.c: replaced RESULT_CHECK with RESULT_TYPE_NONE
3286
3287 2004-09-15 Vangelis Rokas <vrokas AT otenet.gr>
3288
3289         * src/SDCCicode.c (piCode): applied patch from Raphael Neider,
3290         * src/pic16/device.c (pic16_assignConfigWordValues): wrong
3291         configuration values no more rejected by compiler, they are assigned
3292         to configuration registers with a warning message instead,
3293         * src/pic16/glue.c (pic16_emitConfigRegs): added +1 at top-limit of
3294         the for-loop so last conf register is emitted too,
3295         * (_pic16_initPaths): link library libsdcc.lib by default,
3296         * (_hasNativeMulFor): modified test for multiplication according to
3297         Raphael Neider's remarks. Integer multiplication is also done with
3298         support functions,
3299         * device/include/pic16/pic18fregs.h: corrected type error in while
3300         testing and including 18f6720 header file
3301
3302 2004-09-14 Vangelis Rokas <vrokas AT otenet.gr>
3303
3304         * src/pic16/device.h (pic16_options): removed field use_crt,
3305         * src/pic16/gen.c (genUnpackBits): added call to pic16_loadFSR0
3306         until an optimization to handle single bits is added,
3307         * (pic16_loadFSR0): moved before genUnpackBits,
3308         * (genAnd): some white lines removed,
3309         * src/pic16/main.c (_pic16_finaliseOptions): set omit_ivt and clear
3310         leave_reset flags in pic16_options when using crt modules,
3311
3312 2004-09-12 Maarten Brock <sourceforge.brock AT dse.nl>
3313
3314         * src/mcs51/ralloc.c (packRegisters): applied fix by Bernhard Held
3315           for bugs 898889 & 979599. Also used some safer print instructions.
3316
3317 2004-09-12 Vangelis Rokas <vrokas AT otenet.gr>
3318
3319         * src/pic16/device.h (pic16_options_t): added field use_crt,
3320         crt_name, no_crt,
3321         * src/pic16/genarith.c (pic16_genPlus): added an assert(0) line to
3322         catch a probable future bug,
3323         * src/pic16/gen.c: aopIdx function commented out,
3324         * (genAssign): commented out old code which used aopIdx,
3325         * src/pic16/glue.c (pic16glue): removed some legacy fragments of
3326         code, added if conditionals to take into account the --use-crt
3327         command line options,
3328         * src/pic16/main.c (pic16_optionsTable): added new command line
3329         options, --use-crt= and --no-crt,
3330         * (_pic16_linkEdit): now the proper crt object is added in the
3331         linker command line except than when --no-crt is specified,
3332         * src/pic16/pcode.c,
3333         * src/pic16/pcode.h: added some structures and functions for a new
3334         optimization scheme to compansate for instruction overhead between
3335         same iCodes, this scheme is currently under development and is not
3336         working in any way,
3337         * src/pic16/gen.c (genAnd): added patch provided by Aaron Collwell
3338         to && operator,
3339         * device/lib/pic16/startup/crt0i.c,
3340         * device/lib/pic16/startup/crt0iz.c: added global char variable
3341         __uflags to force the generation of an idata section
3342
3343 2004-09-12 Bernhard Held <bernhard AT bernhardheld.de>
3344
3345         * doc/Makefile,
3346         * doc/clean.mk: added support for easy creation of sdcc-doc.tar.bz2
3347         * doc/sdccman.lyx: updated sdcc version to 2.4.4
3348
3349 2004-09-10 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3350
3351         * doc/sdccman.lyx: fixed a problem with my new index entries (thanks
3352         Frieder) and clarified the default code optimization mode
3353
3354 2004-09-10 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3355
3356         * src/SDCC.lex (doPragma, process_pragma),
3357         * src/SDCCglobl.h (struct optimize): added pragmas "opt_code_speed",
3358         "opt_code_size", and "opt_code_balanced"
3359         * src/SDCCmain.c (optionsTable[], printOptions, scanOptionsTable):
3360         regrouped options by category, added support for category headers
3361         * src/SDCCmain.c (parseCmdLine): added options "--opt-code-speed"
3362         and "--opt-code-size"
3363         * doc/sdccman.lyx: documented these new options and pragmas
3364         * src/hc08/gen.c (AccLsh, AccRsh): take speed/size optimization
3365         preference into account
3366
3367 2004-09-08 Maarten Brock <sourceforge.brock AT dse.nl>
3368
3369         * src/SDCCicode.c (geniCodePostInc, geniCodePreInc, geniCodePostDec,
3370           geniCodePreDec): Fixed bug 904237 by generating a warning
3371         * src/SDCCerr.h,
3372         * src/SDCCerr.c: added warning W_SIZEOF_VOID
3373
3374 2004-09-09 Slade Rich <slade_rich AT users.sourceforge.net>
3375
3376         * src/pic/device.c : When no max ram set validate full memory range.
3377         * src/pic/pcode.c,
3378         * src/pic/pcodepeep.c : Copy C code comments to optimised replacement code.
3379
3380 2004-09-08 Maarten Brock <sourceforge.brock AT dse.nl>
3381
3382         * device/lib/_gptrget.c,
3383         * device/lib/_gptrput.c: updated comment
3384         * device/lib/calloc.c,
3385         * device/lib/free.c,
3386         * device/lib/malloc.c,
3387         * device/lib/realloc.c: added LGPL, made them reentrant-safe
3388         * src/SDCCcse.c (cseBBlock),
3389         * src/SDCCicode.c (printOperand, geniCodeArray),
3390         * src/SDCCicode.h (struct operand): fixed bug 868103
3391         * support/regression/tests/bug-868103.c: added
3392         * src/SDCCast.c (searchLitOp),
3393         * src/SDCCcse.h (struct cseDef),
3394         * src/SDCCglue.c (printIvalArray, spacesToUnderscores),
3395         * src/SDCCicode.h (struct operand),
3396         * src/SDCCsymt.h (struct sym_link),
3397         * src/avr/gen.c (hasInc),
3398         * src/ds390/gen.c (hasInc),
3399         * src/hc08/gen.c (genPlusIncr, hasInc),
3400         * src/mcs51/gen.c (hasInc),
3401         * src/pic16/glue.c (pic16_printIvalChar),
3402         * src/pic16/ralloc.c (regWithIdx),
3403         * src/xa51/gen.c (hasInc) : removed warnings
3404         * src/SDCCast.c (createBlock): added comment ???
3405         * src/hc08/ralloc.c: updated comments
3406
3407 2004-09-07 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
3408
3409         * doc/sdccman.lyx: updated section on switch statements, added
3410         section about semaphore locking
3411         * doc/Makefile: added option -info for latex2html
3412         * device/lib/_gptrget.c,
3413         * device/lib/_gptrput.c: __XPAGE instead of P2 in outcommented code
3414
3415 2004-09-06 Slade Rich <slade_rich AT users.sourceforge.net>
3416
3417         * src/pic/device.h,
3418         * src/pic/device.c,
3419         * src/pic/port.c : Changed PIC14 code to not set bit RP1 when
3420          maxram is less than 0x100.
3421
3422 2004-09-06 Slade Rich <slade_rich AT users.sourceforge.net>
3423
3424         * Bug fixes for PIC14 - signed RSHIFT problem. Patch supplied by Allen(agschrum).
3425
3426 2004-09-06 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3427
3428         * src/port.h,
3429         * src/mcs51/main.c,
3430         * src/ds390/main.c,
3431         * src/z80/main.c,
3432         * src/hc08/main.c,
3433         * src/pic/main.c,
3434         * src/pic16/main.c,
3435         * src/avr/main.c,
3436         * src/xa51/main.c
3437         * src/SDCCicode.c (geniCodeJumpTable): Better logic to determine if a
3438         a jump table is the best form for a switch statement, including
3439         automatic insertion of missing cases to make the case range
3440         continuous. Developed in collaboration with Frieder Ferlemann.
3441
3442 2004-09-02 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3443
3444         * src/hc08/ralloc.c (canDefAccResult): multi-byte shift is unsafe for
3445         accumulator result if it needs sign extension
3446
3447 2004-09-02 Maarten Brock <sourceforge.brock AT dse.nl>
3448
3449         * src/hc08/ralloc.c (canUseAccOperand): fixed comparison bug
3450
3451 2004-09-02 Maarten Brock <sourceforge.brock AT dse.nl>
3452
3453         * device/lib/gbz80/printf.c,
3454         * device/lib/z80/printf.c: removed define for NULL
3455
3456 2004-09-02 Maarten Brock <sourceforge.brock AT dse.nl>
3457
3458         * as/xa51/xa_link.c,
3459         * device/examples/ds390/ow390/ad26.c,
3460         * device/examples/ds390/ow390/cnt1d.c,
3461         * device/examples/ds390/ow390/counter.c,
3462         * device/examples/ds390/ow390/ds2480.h,
3463         * device/examples/ds390/ow390/ds2480ut.c,
3464         * device/examples/ds390/ow390/findtype.c,
3465         * device/examples/ds390/ow390/gethumd.c,
3466         * device/examples/ds390/ow390/owllu.c,
3467         * device/examples/ds390/ow390/ownetu.c,
3468         * device/examples/ds390/ow390/swt12.c,
3469         * device/examples/ds390/ow390/swtloop.c,
3470         * device/examples/ds390/ow390/temp.c,
3471         * device/examples/ds390/ow390/temp10.c,
3472         * device/examples/ds390/ow390/thermo21.c,
3473         * device/examples/ds390/ow390/tinilnk.c,
3474         * device/examples/ds390/ow390/tstfind.c,
3475         * device/examples/serialcomm/windows/serial.cpp,
3476         * device/examples/serialcomm/windows/test_serialcomm.cpp,
3477         * device/include/reg51.h: fixed line endings for cvs
3478
3479 2004-09-02 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3480
3481         * src/hc08/ralloc.c (canDefAccResult, canUseAccOperand,
3482         packRegsForAccUse, packRegisters): new accumulator register
3483         packing algorithm
3484         * support/regression/ports/hc08/support.c (_putchar): suppress
3485         warning of unused variable
3486         * src/SDCCicode.c: added SWAP entry to codeTable
3487
3488 2004-09-01 Maarten Brock <sourceforge.brock AT dse.nl>
3489
3490         * device/lib/sprintf.c: forgot to add this file before previous commit
3491
3492 2004-09-01 Vangelis Rokas <vrokas AT otenet.gr>
3493
3494         * src/pic16/gen.c (genPackBits): added operand right in function
3495         parameters, load result directly if p_type is POINTER (that is
3496         called by genNearPointerSet)
3497         * (genUnPackBits): added operand left in function parameters,
3498         * (genNearPointerGet, genNearPointerSet): prevent the loading of
3499         FSR0 if accessing bitfields,
3500
3501 2004-08-31 Maarten Brock <sourceforge.brock AT dse.nl>
3502
3503         * device/include/stdio.h: added NULL, size_t, typedef pfn_outputchar,
3504           _print_format; updated printf, sprintf, vsprintf
3505         * device/include/asm/default/features.h: corrected comment/define
3506         * device/lib/Makefile.in: added sprintf.c
3507         * device/lib/libsdcc.lib: added sprintf module
3508         * device/lib/printf_large.c,
3509         * device/lib/vprintf.c,
3510         * device/lib/sprintf.c: totally refactored printf_large and vprintf
3511           into these 3 files
3512         * support/regression/Makefile: changed ALL_PORTS into a usefull default
3513         * support/regression/ports/mcs51-stack-auto/spec.mk: added sprintf
3514         * support/regression/tests/bug-927659.c: removed dummy putchar, enabled
3515           hc08 test
3516         * support/regression/tests/zeropad.c: define idata as data for hc08
3517
3518 2004-08-31 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3519
3520         * src/SDCCpeeph.c (labelIsReturnOnly): support hc08 rts opcode also
3521         * src/SDCCpeeph.c (buildLabelRefCountHash): assume function entry point
3522         labels are referenced at least once (even if a reference is not found)
3523         * src/hc08/gen.c (emitcode): set isComment flag for comments
3524         * src/hc08/peeph.def: added rules 5a..5f (optimize redundant immediate
3525         loads), rules 6a..6b (optimize jumps to return)
3526
3527 2004-08-30 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3528
3529         * device/lib/acosf.c (acosf),
3530         * device/lib/asinf.c (asinf),
3531         * device/lib/atanf.c (atanf),
3532         * device/lib/ceilf.c (ceilf),
3533         * device/lib/cosf.c (cosf),
3534         * device/lib/coshf.c (coshf),
3535         * device/lib/cotf.c (cotf),
3536         * device/lib/fabsf.c (fabsf),
3537         * device/lib/floorf.c (floorf),
3538         * device/lib/log10f.c (log10f),
3539         * device/lib/logf.c (logf),
3540         * device/lib/sinf.c (sinf),
3541         * device/lib/sinhf.c (sinhf),
3542         * device/lib/sqrtf.c (sqrtf),
3543         * device/lib/tanf.c (tanf),
3544         * device/lib/tanhf.c (tanhf),
3545         * device/include/math.h: defined _FLOAT_FUNC_REENTRANT macro and
3546         replaced all instances of "reentrant" in the library functions
3547         defined in math.h with this macro.
3548         * support/regression/tests/float_trans.c: reenabled test for hc08
3549
3550 2004-08-30 Bernhard Held <bernhard AT bernhardheld.de>
3551
3552         * device/lib/pic16/Makefile.common.in: added MODELFLAGS again, it was
3553         erroneously deleted
3554
3555 2004-08-30 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3556
3557         * src/hc08/gen.c (loadRegFromAop): better use of clra & clrx
3558         * src/hc08/gen.c (genAnd, genOr): fixed bug with conditional when
3559         multi-byte volatile operands are used
3560         * src/hc08/gen.c (shiftRLong): fixed bug with wrong rotate direction
3561         * src/hc08/main.c (_hc08_genAssemblerPreamble): moved the built-in
3562         initialization to area GSINIT0 so that it would always precede
3563         any static initializers in GSINIT
3564         * support/regression/tests/zeropad.c: fixed idata define for hc08
3565         * support/regression/tests/bug-927659.c,
3566         * support/regression/tests/float_trans.c: disabled tests for hc08
3567         pending missing library routines
3568         * .version: increased version number to 2.4.4 - hc08 port now passes
3569         regression tests
3570
3571
3572 2004-08-29 Bernhard Held <bernhard AT bernhardheld.de>
3573
3574         * device/lib/pic16/Makefile.common.in: added $(MM) to fix `make clean`
3575         * Makefile.common.in,
3576         * as/Makefile,
3577         * as/hc08/Makefile.in,
3578         * as/mcs51/Makefile.in,
3579         * as/z80/Makefile.in,
3580         * debugger/mcs51/Makefile.in,
3581         * device/include/Makefile.in,
3582         * device/lib/Makefile.in,
3583         * doc/Makefile,
3584         * link/Makefile,
3585         * link/z80/Makefile.in,
3586         * packihx/Makefile.in,
3587         * sim/ucsim/main_in.mk,
3588         * sim/ucsim/avr.src/Makefile.in,
3589         * sim/ucsim/doc/Makefile.in,
3590         * sim/ucsim/gui.src/serio.src/Makefile.in,
3591         * sim/ucsim/hc08.src/Makefile.in,
3592         * sim/ucsim/s51.src/Makefile.in,
3593         * sim/ucsim/xa.src/Makefile.in,
3594         * sim/ucsim/z80.src/Makefile.in,
3595         * src/Makefile.in,
3596         * support/cpp2/Makefile.in,
3597         * support/librarian/Makefile,
3598         * support/makebin/Makefile: added DESTDIR to the install path proposed
3599         by "Maciej 'Agaran' Pijanka" <agaran AT pld-linux.org>
3600         * doc/sdccman.lyx: added DESTDIR documentation
3601
3602 2004-08-29 Vangelis Rokas (vrokas AT otenet.gr>
3603
3604         * src/pic16/gen.c (genFunction, genEndFunction): fixed return
3605         instruction for interrupt handlers, use fast returns when returning
3606         from high priority interrupts
3607
3608 2004-08-29 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3609
3610         * src/hc08/gen.c (genAnd, genOr, transferAopAop, rmwWithAop): optimized
3611         code generation
3612         * src/hc08/gen.c (genrshFour, genCpl): fixed bugs
3613         * src/hc08/gen.c (genMultOneByte, genDivOneByte, genModOneByte): fixed
3614         bugs, ported much of Bernhard's code from mcs51
3615         * src/mcs51/gen.c (genSend),
3616         * src/hc08/gen.c (genSend): fixed bug with lost SEND iCodes if more
3617         than one when calling a reentrant function
3618         * device/lib/_mullong.c: defined an alternate struct layout for big
3619         endian ports (hc08)
3620
3621 2004-08-28 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3622
3623         * src/hc08/gen.c (shiftL2Left2Result): fix for bug-500536 regression
3624         test
3625
3626 2004-08-28 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3627
3628         * src/SDCCsymt.c (processFuncArgs): make sure parameter types
3629         are sane and complete before asking the port its prefered parameter
3630         passing method (fixes bug #1017633)
3631         * device/lib/hc08/_ret.c: added "data" storage class to _ret2
3632         and _ret3
3633
3634 2004-08-27 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3635
3636         * src/hc08/gen.c (genPackBitsImmed, genUnpackBitsImmed): fix offset
3637         problem in bitfields >= 8 bits.
3638
3639 2004-08-27 Maarten Brock <sourceforge.brock AT dse.nl>
3640
3641         * src/SDCCsymt.c: undid changes that were not meant to be committed
3642
3643 2004-08-27 Maarten Brock <sourceforge.brock AT dse.nl>
3644
3645         * support/regression/ports/hc08spec.mk: REENTRANT must be reentrant
3646
3647 2004-08-27 Maarten Brock <sourceforge.brock AT dse.nl>
3648
3649         * src/hc08/gen.c (genUminusFloat): fixed bug where only 3 bytes were
3650           copied and wrong bit got inverted
3651
3652 2004-08-27 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3653
3654         * src/hc08/gen.c (genPointerSet, genFarPointerSet): moved code from
3655         genFarPointerSet into genPointerSet; eliminated genFarPointerSet
3656         * src/hc08/gen.c (genPointerGet, genFarPointerGet): moved code from
3657         genFarPointerGet into genPointerGet; eliminated genFarPointerGet
3658         * src/hc08/gen.c (genPackBitsImmed): generate optimized code for
3659         assignments to bitfields at known addresses
3660         * src/hc08/gen.c (genUnpackBitsImmed): generate optimized code for
3661         reads from bitfields at known addresses
3662         * src/hc08/ralloc.c (packRegisters),
3663         * src/hc08/gen.c (genPointerGet, genUnpackBits, genUnpackBitsImmed,
3664         genhc08Code): optimize pointer get values used as conditionals
3665         * src/hc08/peeph.def: added rules 2e & 2f to optimize bit test
3666         and branch
3667
3668 2004-08-24 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3669
3670         * src/mcs51/gen.c (genPointerGet, genNearPointerGet, genPagedPointerGet,
3671         genFarPointerGet, genCodePointerGet, genGenPointerGet, genUnpackBits),
3672         * src/mcs51/ralloc.c (packRegisters): optimize pointer get values used
3673         as conditionals
3674
3675 2004-08-22 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
3676
3677         * src/mcs51/peeph.def: peepholes 248.i-m for xdata bitfields
3678
3679 2004-08-21 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3680
3681         * src/mcs51/ralloc.c (packRegsForOneuse): fixed bug #1012650 and some
3682         related problems
3683
3684 2004-08-21 Bernhard Held <bernhard AT bernhardheld.de>
3685
3686         * sim/ucsim/cmd.src/Makefile.in: run lex only if $(PRJDIR)/devel exists
3687
3688 2004-08-18 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3689
3690         * src/z80/ralloc.c (packRegsForAssign): ported some bug fixes from the
3691         mcs51 port
3692
3693 2004-08-16 Slade Rich <slade_rich AT users.sourceforge.net>
3694
3695         * src/pic/gen.c: Restored fn genRet as previous fix was incorrect.
3696
3697 2004-08-14 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
3698
3699         * src/mcs51/gen.c (genJumpTab): jumptables for more than 16 switch
3700         cases use more compact code.
3701
3702 2004-08-13 Slade Rich <slade_rich AT users.sourceforge.net>
3703
3704         * src/pic/gen.c: Fixed problem with fn returning a variable bigger than a char.
3705
3706 2004-08-12 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3707
3708         * src/SDCClrange.c (findPrevUse): fixed bug #1007371
3709
3710 2004-08-12 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3711
3712         * src/SDCCsymt.h,
3713         * src/SDCCsymt.c (changePointer, checkDecl, addSymChain): changed
3714         parameter of changePointer() from symbol* to sym_link*
3715         * src/SDCCast.c (decorateType): call changePointer() for CAST op
3716         * src/SDCCsymt.c (compareType): void* type is castable to other
3717         pointers, but not necesarily an exact match.
3718         * src/SDCCicode.c (geniCodeCast): allow void* casting here since it
3719         is no longer blindly treated as an exact match.
3720         * src/SDCCval.c (valCastLiteral): treat missing type as cast to void
3721
3722 2004-08-12 Slade Rich <slade_rich AT users.sourceforge.net>
3723
3724         * src/pic/glue.c: Added struct initialisation fn printIvalStruct.
3725
3726 2004-08-11 Slade Rich <slade_rich AT users.sourceforge.net>
3727
3728         * src/pic/gen.c,
3729         * src/pic/pcode.c,
3730         * src/pic/ralloc.h,
3731         * src/pic/ralloc.c: Printing rIdx on internal verbose debug.
3732
3733 2004-08-10 Slade Rich <slade_rich AT users.sourceforge.net>
3734
3735         * src/pic/device.c,
3736         * src/pic/device.h,
3737         * src/pic/device.c: Will no longer exit if #pragma maxram has not been defined.
3738
3739 2004-08-06 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3740
3741         * src/mcs51/gen.c (emitcode): fixed bug #992819
3742
3743 2004-08-05 Maarten Brock <sourceforge.brock AT dse.nl>
3744
3745         * src/pic/ralloc.c (deassignLR): allthough pic port is buggy already,
3746           there's no need to make it worse
3747
3748 2004-08-05 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3749
3750         * src/mcs51/ralloc.c (deassignLR),
3751         * src/ds390/ralloc.c (deassignLR),
3752         * src/hc08/ralloc.c (deassignLR),
3753         * src/z80/ralloc.c (deassignLR),
3754         * src/pic/ralloc.c (deassignLR),
3755         * src/pic16/ralloc.c (deassignLR),
3756         * src/avr/ralloc.c (deassignLR),
3757         * src/SDCClrange.c (findRecursiveSucc, findRecursivePred, findPrevUse,
3758         rlivePoint): fixed another part of bug #971834
3759
3760 2004-08-04 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3761
3762         * src/z80/main.c: enabled "critical" keyword
3763         * src/z80/mappings.i,
3764         * src/z80/gen.c (genFunction, genEndFunction): support for interrupt
3765         functions (fixes bug #979646)
3766         * doc/sdccman.lyx: added a subsection explaining z80 interrupt support
3767
3768 2004-08-04 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
3769
3770         * src/mcs51/gen.c (genInline): Add \n for labels, not DOS/WIN dirs
3771           such as c:\mydir.
3772
3773 2004-08-03 Maarten Brock <sourceforge.brock AT dse.nl>
3774
3775         * src/SDCCloop.c (loopInvariants): fixed bug 983545, hope this
3776           doesn't disable too much optimizations
3777
3778 2004-08-02 Slade Rich <slade_rich AT users.sourceforge.net>
3779
3780         * src/pic/glue.c Disabled "WARNING: function 'main' undefined" when -S option is used.
3781
3782 2004-08-02 Maarten Brock <sourceforge.brock AT dse.nl>
3783
3784         * src/SDCClrange.c (rlivePoint): fixed bug 988568, thanks to anonymous
3785
3786 2004-08-02 Slade Rich <slade_rich AT users.sourceforge.net>
3787
3788         * src/pic/gen.c tidied up tabs
3789         * src/pic/genarith.c tidied up tabs and fixed bug with literal multiple where same register was used for hi and low byte
3790         * src/pic/main.c tidied up tabs
3791         * src/pic/pcode.c tidied up tabs and disabled verbose code generation
3792         * src/pic/pcoderegs.c tidied up tabs
3793         * src/pic/ralloc.c tidied up tabs
3794
3795 2004-07-30 Vangelis Rokas <vrokas AT otenet.gr>
3796
3797         * src/SDCCmem.c (allocGlobal): don't turn S_REGISTER storage class
3798         to S_FIXED for pic16 port and when symbol is not in level 0,
3799         allocate for S_REGISTER storage class and pic16 port, too,
3800         * src/pic16/device.h: prototype for checkSym,
3801         * src/pic16/device.c (pic16_dump_access, checkSym): NEW,
3802         * (pic16_assignConfigWordValue): test the value and the mask to
3803         validate that the value is suitable for the configuration word,
3804         * src/pic16/glue.c (pic16_printIvalFuncPtr): use 'externs' to
3805         collect extern declared symbols, don't emit symbol twice, check
3806         first if symbol is in publics set first,
3807         * src/pic16/main.c (_pic16_keywords[]): added keyword 'register',
3808         * added command line '--fstack' which enables an experimental
3809         feature for stack access, too buggy to be used yet...
3810         * src/pic16/ralloc.c (pic16_accessregWithName): NEW,
3811         * (pic16_allocDirReg): when register has storage class S_REGISTER
3812         allocate in pic16_dynAccessRegs,
3813         * device/include/pic16/pic18f????.h: modified configuration word
3814         naming convention, words started as CONFIG0H but should be CONFIG1H
3815
3816 2004-07-29 Maarten Brock <sourceforge.brock AT dse.nl>
3817
3818         * device/include/mcs51reg.h: fixed bug 970993
3819
3820 2004-07-27 Maarten Brock <sourceforge.brock AT dse.nl>
3821
3822         * added lib/calloc.c, lib/free.c, lib/realloc.c, include/stddef.h
3823         * updated lib/malloc.c, lib/libsdcc.lib, lib/Makefile.in, include/malloc.h
3824         * src/SDCC.lex (doPragma): added pragma disable_warning <nnn>
3825         * src/SDCCmain.c (parseCmdLine): added option --disable-warning <nnn>
3826         * src/ds390/gen.c (genPlusIncr): fixed bug when incrementing generic pointers
3827         * support/Util/SDCCerr.c (vwerror): suppress disabled warnings and output
3828           error/warning numbers,
3829           added function setWarningDisabled()
3830         * support/Util/SDCCerr.h: added setWarningDisabled() and MAX_ERROR_WARNING
3831         * support/regression/ports/mcs51-stack-auto/spec.mk: added dependencies
3832           _memcmp.c _memmove.c calloc.c realloc.c free.c
3833         * support/regression/tests/malloc.c: added tests for new functionality
3834         * support/regression/tests/zeropad.c: added tests for truncated initializers
3835           and initialized char arrays starting with '\x0'
3836         * src/mcs51/peeph.def: fixed regression, added peephole 177.f
3837
3838 2004-07-26 Bernhard Held <bernhard AT bernhardheld.de>
3839
3840         * support/valdiag/tests/overflow.c: fixed warning on (1 >> 40)
3841
3842 2004-07-26 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
3843
3844         * doc/sdccman.lyx: updated example in section "Absolute Addressing"
3845         * src/mcs51/peeph.def: added contributed fix for "bug" #995347 as
3846         peephole 177.e. Thanks to anonymous
3847
3848 2004-07-25 Vangelis Rokas <vrokas AT otenet.gr>
3849
3850         * src/pic16/glue.c (pic16_printIvalFuncPtr): when an extern
3851         function isn't used in the source but referenced as a
3852         variable initializer then declare it as extern in .asm file
3853
3854 2004-07-24 Vangelis Rokas <vrokas AT otenet.gr>
3855
3856         * .version: increased version number to 2.4.3
3857
3858         Adding version extension according to ChangeLog CVS revision
3859         * src/Makefile.in (target all): added dependency 'version.h'
3860         * (rule version.h): added rule to create version.h from ChangeLog,
3861         * (rule dep): added dependency version.h,
3862         * src/version.awk: AWK script to create version.h
3863         * src/SDCCdwarf2.c (dwWriteModule),
3864         * src/SDCCglue.c (initialComments),
3865         * src/SDCCmain.c (printVersionInfo): modified to write after
3866         version string the version extension number,
3867         * src/SDCCutil.c: included "version.h"
3868         * (getBuildNumber): NEW, returns SDCC's ChangeLog minor revision
3869         number,
3870         * src/SDCCutil.h: added prototype for getBuildNumber
3871
3872         * src/SDCCmain.c (parseCmdLine): when sOpt is 'I' add rest in
3873         includeDirsSet, too,
3874         * src/SDCCsymt.c (checkSClass): don't emit error when a variable,
3875         const char [] is found in function prototype...
3876
3877         * src/pic16/genarith.c (pic16_genUMult8XLit_8): optimization to omit
3878         moving to WREG with source is already in WREG,
3879         * src/pic16/gen.h: added AOP_FSR0 and AOP_FSR2 in enum,
3880         * src/pic16/gen.c (getFreePtr): updated to look for FSR0 and FSR2,
3881         * (aopForSym): stack'ed symbols are partially supported, added
3882         if-clause to support symbols in FARSPACE,
3883         * (sameRegs): added test for AOP_ACC to see if registers are same,
3884         * (pic16_freeAsmop): added case for AOP_FSR0 and AOP_FSR2,
3885         * (pic16_aopGet): added case for AOP_FSR0 and AOP_FSR2,
3886         * (pic16_popRegFromString): will not allocate a new register if it
3887         doesn't find one by name, bug may have introduced...
3888         * (pic16_popGet): added case for AOP_FSR0 and AOP_FSR2,
3889         * (genIpush): revived to use pic16 port's stack,
3890         * (genAddrOf): added incomplete case for stack'ed operand,
3891         * (genCast): optimized a pair of MOVFW,MOVWF to MOVFF
3892         * src/pic16/genutils.c (pic16_genNot): almot new vesrion for NOT,
3893         can handle multibyte operands,
3894         * src/pic16/glue.c (pic16_printIval*): some debug info added,
3895         * (pic16initialComments): added message for MPLAB compatibility
3896         mode enabled,
3897         * src/pic16/main.h: prototype for pic16_mplab_comp,
3898         * src/pic16/main.c (pic16_optionsTable): new option --mplab-comp,
3899         which enabled MPLAB compatibility mode (i.e. no #LINE/#FILE, BANKED)
3900         * (_pic16_linkEdit): NEW, handles link stage, transferred here
3901         because of increased complexity of procedure,
3902         * (_process_pragma): stack pragma changed to format 'stack pos len',
3903         emit symbol '_stack_end' to conform with gplink,
3904         * src/pic16/pcode.c (pic16_newpCodeOpBit): using pic16_regWithName
3905         to search for register,
3906         * (pic16_get_op, pic16_get_op2): added case for PO_W, PO_WREG and
3907         PO_GPR_REGISTER,
3908         * (pic16_pCode2str): when in MPLAB compatibility mode, comment out
3909         #LINE directives and replace 'B' with 'BANKED' in instruction opcodes
3910         * (pic16_getRegFromInstruction, pic16_getRegFromInstruction2): added
3911         case for PO_GPR_REGISTER,
3912         * (pic16_AnalyzeBanking): removed the old message for inc2h.pl, past
3913         dies, the new era is ahead !...
3914         * src/pic16/ralloc.c: added hash reposits pic16_dynAllocRegNames and
3915         pic16_dynInternalRegs,
3916         * (pic16_allocregWithName, pic16_procregWithName, pic16_regWithname): NEW,
3917         * (pic16_allocDirReg): minor optimizations and bug fixes,
3918         * (pic16_allocWithIdx): when searching pic16_dynProcessorRegs use fixed,
3919
3920         * device/lib/pic16/startup/crt0*.c: extern definition of stack_end,
3921         load stack and frame pointer with address of 'stack_end' symbol
3922
3923 2004-07-23 Vangelis Rokas <vrokas AT otenet.gr>
3924
3925         * src/pic16/glue.c (pic16emitStaticSeg): fixed bug with files
3926         without source code but only variable initializers
3927
3928 2004-07-20 Vangelis Rokas <vrokas AT otenet.gr>
3929
3930         * src/pic16/glue.c (pic16emitRegularMap): unused functions marked as
3931         external are not declared as extern to reduce overhead while linking
3932
3933 2004-07-20 Maarten Brock <sourceforge.brock AT dse.nl>
3934
3935         * src/SDCCast.c (decorateType): removed buggy fix for bug #979599
3936
3937 2004-07-11 Maarten Brock <sourceforge.brock AT dse.nl>
3938
3939         * src/SDCCglue.c (printIvalArray): fixed bug #984229, thanks to Phuah
3940           Yee Keat for the patch
3941         * src/SDCCast.c (decorateType): fixed bug #979599
3942         * src/ds390/gen.h: removed local fReturnSizeDS390
3943         * src/ds390/gen.c: made fReturnSizeDS390 signed short to remove a warning
3944         * src/ds390/gen.c (genAnd, genOr, genXor),
3945         * src/mcs51/gen.c (genAnd, genOr, genXor): generate better optimized code
3946
3947 2004-07-04 Vangelis Rokas <vrokas AT otenet.gr>
3948
3949         * src/SDCCmain.c (linkEdit): modifications only for pic16 port,
3950         add relFilesSet to $3, manipulate $2 to handle linking of object
3951         files without source files in command line,
3952         * device/include/pic16 (all headers): added ID location macros,
3953         * src/pic16/device.c (struct PIC16_device Pics16[]): added field
3954         entries for ID location bytes,
3955         * (pic16_assignIdByteValue): NEW,
3956         * src/pic16/device.h: new structures idRegInfo_t and idBytesInfo_t,
3957         added field dumpcalltree to pic16_options_t,
3958         * src/pic16/gen.c (genCmp): fixed bug case so a temporary register
3959         is used instead of pic16_Gstack_base_addr, check if (ifx) before
3960         emitting rFalseIfx label after check_carry label,
3961         * src/pic16/glue.c (PIC16_IS_IDLOC_ADDRESS, PIC16_IS_HWREG_ADDRESS,
3962         pic16_emitDIRegs), NEW
3963         * (pic16glue): dump .calltree file when option --calltree found,
3964         * src/pic16/main.c (OPTION _pic16_optionsTable): new option --calltree
3965         * (_pic16_genAssemblerPreamble): emit ID locations after
3966         configuration registers,
3967         * (pic16_linkCmd): modifications of the link command,
3968         * src/pic16/pcode.c (pic16_pciMOVFF): PCC_REGISTER replaces PCC_REGISTER2
3969         * (pic16_pCodeInitRegisters): don't init stack registers,
3970         * (pic16_findPrevInstruction): fixed bug,
3971         * (pic16_getRegFromInstruction, pic16_getRegFromInstruction2): fixed
3972         bug with immediate registers,
3973         * (buildCallTree): traces stack push and pop,
3974         * (pct2): dump also stack usage for each function,
3975         * src/pic16/ralloc.c (dynrIdx): registers names start from 0x00
3976         * (pic16_allocDirReg): various modifications,
3977         * (pic16_typeRegWithIdx): when searching pic16_dynProcessorRegs set
3978         fixed to 1,
3979
3980 2004-07-02 Vangelis Rokas <vrokas AT otenet.gr>
3981
3982         * src/pic16/pcode.c: removed buggy double colon
3983
3984 2004-07-01 Borut Razem <borut.razem AT siol.net>
3985
3986         * support/scripts/sdcc.nsi: added include/pic16 to setup
3987
3988 2004-06-30 Vangelis Rokas <vrokas AT otenet.gr>
3989
3990         * device/lib/Makefile.in: fixed bug in target objects-pic16,
3991         * device/lib/pic16/Makefile: prefixed with dash (-) command under
3992         target 'clean',
3993         * doc/sdccman.lyx: changed version to 2.4.2 and added some port
3994         specific command line arguments. Also added sample lkr script
3995         for placing a variable at a specific memory bank.
3996         * src/pic16/device.c (pic16_dump_gsection): NEW, to dump variables
3997         at a specific memory bank,
3998         * (pic16_dump_isection): fixed bug which caused string literals to
3999         be omitted when dumping idata section,
4000         * (pic16_groupRegistersInSection): added code to handle registers
4001         in specific memory banks,
4002         * src/pic16/gen.c: labelOffset is prefixed with pic16_ and made
4003         public, all references are renamed too,
4004         * (pic16_aopGet): removed switch cases for AOP_R0,AOP_R1,AOP_DPTR,
4005         AOP_DPTR2,
4006         * (pic16_storeForReturn): added case to handle when dest is WREG,
4007         * src/pic16/genarith.c (pic16_pCodeOpSubType): NEW,
4008         * src/pic16/glue.c (pic16emitRegularMap): when adding a register in
4009         pic16_rel_udata, check to see if that register is marked as being
4010         a member of a specific memory bank,
4011         * (pic16_printIvalCharPtr): added code to add string literals either
4012         to code or the idata sections,
4013         * src/pic16/main.c (_process_pragma): added \n to WHITE constant,
4014         also accept the 'udata' pragma,
4015         * src/pic16/main.h: new structure types sectName and sectSym
4016         * src/pic16/pcode.c: added new pCodeInstruction entry for BANKSEL
4017         * (newpCodeOpBit): added PIC_OPTYPE subt in function prototype,
4018         * (pic16_findPrevInstruction): fixed, it returned nothing,
4019         * (insertBankSwitch): fixed to emit banksel/skip and skip/banksel
4020         instruction combinations,
4021         * (pic16_FixRegisterBanking): heavily reorganised,
4022         * (pic16_AnalyzeBanking): if generating banksel directives is
4023         disabled, then don't call FixRegisterBanking at all,
4024         * src/pic16/ralloc.c (bitEQUs, aliasEQUs, allDefsOutOfRange):
4025         completely removed,
4026         * (pic16_writeUsedRegisters): added call to pic16_dump_gsection
4027
4028 2004-06-29 Bernhard Held <bernhard AT bernhardheld.de>
4029
4030         * src/SDCCglue.c (printChar): fixed bug #973350, patch provided by
4031         Phuah Yee Keat <yk.phuah AT nestac.com>
4032
4033 2004-06-28 Vangelis Rokas <vrokas AT otenet.gr>
4034
4035         * src/pic16/glue.c (pic16createInterruptVect): function now emits
4036         correctly the IVT even if it is relocated to some other location
4037
4038 2004-06-28 Vangelis Rokas <vrokas AT otenet.gr>
4039
4040         * device/include/pic16/pic18fregs.h: added case for pic18f2220.h
4041         * device/include/pic16/pic18f2220.h: NEW,
4042         * device/lib/pic16/libdev/pic18f2220.c: NEW,
4043         * device/lib/pic16/libdev/Makefile: added 18f2220 in DEVS,
4044         * src/pic16/device.c (struct Pics16): added info for 18f2220,
4045         * src/pic16/device.h (struct pic16_options): added ivt_loc and
4046         nodefaultlibs, ivt_loc is the location of the interrupt vector
4047         table, and nodefaultlibs signs that default libraries should not be
4048         linked in link stage,
4049         * src/pic16/gen.c (genFunction): relocate interrupt vector functions
4050         according to --ivt-loc argument,
4051         * src/pic16/main.c (_process_pragma): emit '_stack' as public symbol
4052         when pragma stack is found,
4053
4054 2004-06-25 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
4055
4056         * src/mcs51/peeph.def: added peepholes 182.d (return 0.0),
4057         256 (range check), 257 (do while), 258.a-f (bit banging
4058         f.e. on 3-wire SPI bus)
4059
4060 2004-06-21 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4061
4062         * src/SDCClrange.c (findNextUseSym): fixed a live range bug with
4063         variables used exclusively within a loop
4064
4065 2004-06-21 Bernhard Held <bernhard AT bernhardheld.de>
4066
4067         * src/mcs51/gen.c (genCpl): quick fix for bug #974835
4068
4069 2004-06-21 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4070
4071         * src/SDCClrange.c (computeClash): fixed bug #971834
4072
4073 2004-06-20 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4074
4075         * src/mcs51/gen.c (genCmp): fixed bug #975903
4076         * src/hc08/gen.c (operandsEqu),
4077         * src/ds390/gen.c (operandsEqu),
4078         * src/z80/gen.c (operandsEqu),
4079         * src/pic/gen.c (operandsEqu),
4080         * src/pic16/gen.c (operandsEqu),
4081         * src/mcs51/gen.c (operandsEqu): fixed bug #976283
4082         * src/SDCCmain.c (parseCmdLine): report --unknown-option only once
4083
4084 2004-06-15 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4085
4086         * src/SDCCcse.c (cseBBlock): fixed bug #966963
4087
4088 2004-06-12 Vangelis Rokas <vrokas AT otenet.gr>
4089
4090         * src/pic16/gen.c (genPointerGet): added E_INTERNAL_ERROR for
4091         default case in switch statement,
4092         * glue.c (pic16_initPointer): expr is initialised via decoarteType
4093         to eliminate problem with initialisation of pointers, but problem
4094         still exists,
4095         * (pic16_pointerTypeToGPByte): removed, no needed for pic16,
4096         * (emitStaticSegment): removed various lines emitting debug info,
4097         * src/pic16/pcode.c, src/pic16/pcode.h, src/pic16/ralloc.h:
4098         added processor registers for utilizing EEPROM,
4099         * src/pic16/pcode.c (pic16_emitDB): number of DBs emitted is not
4100         configurable and set 8
4101
4102 2004-06-08 Vangelis Rokas <vrokas AT otenet.gr>
4103
4104         * .version: increased version number to 2.4.2,
4105
4106         Cumulative patch for pic16 port
4107         * src/pic16/device.c: changed scheme to dump initial values for
4108         variables in idata segment, all print_idata* functions were removed,
4109         now the pic16_printIval* will be called,
4110         * src/pic16/glue.c: (pic16_initPointer, pic16_pointerTypeToGPByte,
4111         * _pic16_printPointerType, pic16_printPointerType,
4112         * pic16_printGPointerType, pic16_printIvalArray, pic16_printIvalStruct,
4113         * pic16_printIvalBitFields, pic16_printIvalFuncPtr, pic16_printIvalPtr:
4114         NEW, similar to the respective functions in SDCCglue.c,
4115         * src/pic16/pcode.c (pic16_emitDB, pic16_flushDB): reverted to old
4116         way, emitting hex bytes,
4117         * (pic16_emitDS): NEW, emits a string for pointer initialisation,
4118
4119 2004-06-08 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4120
4121         * src/avr/ralloc.c (serialRegAssign),
4122         * src/xa51/ralloc.c (serialRegAssign),
4123         * src/pic/ralloc.c (serialRegAssign),
4124         * src/pic16/ralloc.c (serialRegAssign),
4125         * src/hc08/ralloc.c (serialRegAssign),
4126         * src/z80/ralloc.c (serialRegAssign),
4127         * src/ds390/ralloc.c (serialRegAssign),
4128         * src/mcs51/ralloc.c (serialRegAssign): fixed bug #964479
4129
4130 2004-06-08 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4131
4132         * src/SDCCicode.c (geniCodeJumpTable): fixed bug #967601
4133         * src/SDCCpeeph.c (labelIsReturnOnly): fixed bug #966505
4134
4135 2004-06-07 Vangelis Rokas <vrokas AT otenet.gr>
4136
4137         Cumulative patch for pic16 port:
4138         * src/pic16/device.h (typedef PIC16_device) modified fields for
4139         defining microcontrollers,
4140         * src/pic16/device.c: added new info for all devices in Pics16 array,
4141         * src/pic16/gen.c (genPcall): fixed bug that caused the return label
4142         to be optimised out by the pCode optimiser,
4143         * src/pic16/glue.c (pic16emitRegularMap): treat implicit aggragates
4144         specially, bug reported by G.M. Gallant,
4145         * src/pic16/pcode.c (pic16_newpCodeLabelFORCE): NEW, marks a label
4146         as force'd so that cannot be optimised out by pCode optimiser,
4147         * src/pic16/pcode.c,
4148         * src/pic16/pcodepeeph.c,
4149         * src/pic16/pcoderegs.c: many modifications to re-enable peepholes,
4150         they are disabled by default, but can be enabled explicit with
4151         command argument --denable-peeps, for testing,
4152         * device/lib/pic16/startup/Makefile: added --no-peep,--pomit-config-words,
4153         --pomit-ivt in COMPILE_FLAGS
4154
4155 2004-06-06 Maarten Brock <sourceforge.brock AT dse.nl>
4156
4157         * src/pic16/pcode.c (pic16_emitDB): removed double semicolon which fails
4158           compilation on MSVC
4159
4160 2004-06-06 Maarten Brock <sourceforge.brock AT dse.nl>
4161
4162         * device/include/sab80515.h: added sfr P6, changed GPL to LGPL
4163
4164 2004-06-06 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
4165
4166         device/include/sab80515.h: fixed bug #967492, DAPR is defined at adress
4167         0xd8, but the correct adress is 0xda. Thanks to anonymous for reporting
4168
4169 2004-06-06 Vangelis Rokas <vrokas AT otenet.gr>
4170
4171         * src/pic16/device.c (pic16_assignConfigWord): fixed bug that
4172         would only assign 0x300001 register.
4173
4174 2004-06-05 Vangelis Rokas <vrokas AT otenet.gr>
4175
4176         * device/lib/pic16/startup/Makefile: added $(MODELFLAGS)
4177         in COMPILE_FLAGS. Thanks to G. Gallant for report.
4178
4179 2004-06-05 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
4180
4181         * doc/sdccman.lyx: minor changes, mentioned beta vendor support
4182         for ds80c400
4183         * src/mcs51/peeph.def: ran unexpand -a over peeph.def
4184         * src/mcs51/peeph.def: removed obsolete peephole 100.a,
4185         added peephole 254 (left shift), 255 (jump table)
4186
4187 2004-06-04 Vangelis Rokas <vrokas AT otenet.gr>
4188
4189         * device/lib/Makefile.in: removed comment line with model-pic16,
4190         * (target port-specific-objects-pic16): the libraries and objects
4191         are copied to the build directory form the device/lib/pic16/bin
4192         directory
4193
4194         Cumulative patch concerning pic16 port:
4195         * library directory has been re-organized,
4196         * added support for PIC18F1220,
4197         * added headers and library sources for chips 18f1220,18f6520,
4198         18f6620,18f6680,18f6720,18f8520,18f8620,18f8680,18f8720
4199
4200         * configuration registers setting has changed, now each supported
4201         device has a complete description of the registers it uses,
4202         * all initialisations are moved to idata sections, these section
4203         can be absolute or relocatable,
4204         * fixed initialisation of codespace variables,
4205         * fixed warning about PCLATU and gpsim,
4206         * src/pic16/gen.c (genCmp): now can handle partially iCodes with no ifx,
4207         * (genAssign): use table reads when assigning from variables in codespace,
4208         * src/pic16/glue.c (pic16emitStaticSeg): fixed to correctly initialise
4209         char/int variables placed in codespace,
4210         * (pic16_emitConfigRegs): NEW, emits a list with configuration
4211         registers set in .asm file, no need for --pomit-config-words anymore,
4212         * (pic16glue): some 8051 legacy segments are commented out
4213         (to be removed completely),
4214         * added support for alternative assembler and linker with --asm=
4215         and --link= command line arguments,
4216         * peepholes are disabled automatically in the port, no need to
4217         specify on command line,
4218         * port supports natively char/int/long multiplication, but converts
4219         all divisions to support functions,
4220         * main.c: pic16_linkCmd and pic16_asmCmd changed to force output
4221         to the file set in variable $2,
4222         * pcode.c (pic16_emitDB, pic16_flushDB): modified to print printable
4223         strings in ASCII format and not in hex,
4224         * ralloc.c (serialRegAssign): added a triplet of conditional calls
4225         to pic16_allocDirReg for IC_RESULT, IC_LEFT and IC_RIGHT so to
4226         allocate proper register if iCodes aren't temporary,
4227
4228 2004-06-02 Maarten Brock <sourceforge.brock AT dse.nl>
4229
4230         * support/regression/tests/zeropad.c: added TEST_G macro for alpha
4231
4232 2004-06-02 Vangelis Rokas <vrokas AT otenet.gr>
4233
4234         * src/pic16/gen.c (genPcall): warning about gpsim and PCLATU
4235         is commented out
4236
4237 2004-06-01 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4238
4239         * src/hc08/gen.c (genPointerGetSetOfs): disabled optimization if
4240         computed address is reused
4241         * src/hc08/gen.c (genPackBits): fixed offsets in assignments to
4242         multi-byte bitfields
4243
4244 2004-06-01 Maarten Brock <sourceforge.brock AT dse.nl>
4245
4246         * src/z80/gen.c: (genArrayInit): must check for pointers too
4247
4248 2004-06-01 Maarten Brock <sourceforge.brock AT dse.nl>
4249
4250         * support/regression/tests/zeropad.c: never meant to commit the
4251           nestedstruct test: removed, added check for GCC version
4252
4253 2004-05-31 Maarten Brock <sourceforge.brock AT dse.nl>
4254
4255         * src/SDCCast.c (createIvalArray): fixed bug 770487 SIGSEGV
4256         * src/SDCCglue.c (emitRegularMap): fixed bug 770484 allocation problem
4257         * src/SDCCglue.c (initPointer, printIvalType, printIvalStruct,
4258           printIvalArray, printIvalFuncPtr, printIvalPtr, printIval): fixed
4259           bugs 928906 and 954082 half-empty initializers
4260         * src/SDCCsymt.h,
4261         * src/SDCCsymt.c (getAllocSize): added for above fix
4262         * src/z80/gen.c (genArrayInit): fixed bug 741044
4263         * support/regression/tests/zeropad.c: added tests
4264
4265 2004-05-30 Vangelis Rokas <vrokas AT otenet.gr>
4266
4267         * src/pic16/device.c (pic16_dump_section): corrected bug which
4268         caused some symbols of the libraries to be misplaced
4269
4270 2004-05-28 Vangelis Rokas <vrokas AT otenet.gr>
4271
4272         * src/pic16/glue.c,
4273         * src/pic16/ralloc.h,
4274         * src/pic16/ralloc.cc: prefixed IS_CONFIG_ADDRESS with PIC16_
4275         to fix conflict with pic port
4276
4277 2004-05-28 Vangelis Rokas <vrokas AT otenet.gr>
4278
4279         * src/pic16/glue.c (pic16emitStaticSeg): do not print as publics or
4280         externs configuration variables,
4281         * src/pic16/ralloc.h,
4282         * src/pic16/ralloc.cc: IS_CONFIG_ADDRESS is made public and added
4283         prototype in header, commented out some debug messages
4284
4285 2004-05-26 Vangelis Rokas <vrokas AT otenet.gr>
4286
4287         * src/pic16/glue.c,
4288         * src/pic16/main.c,
4289         * src/pic16/pcode.c: added gpasm directives #FILE/#LINE
4290         for gpasm COFF object generation. Thanks to D. Hawkins for
4291         his patch info
4292
4293 2004-05-25 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4294
4295         * src/ds390/main.c,
4296         * src/mcs51/main.c: fixed sort order of mnemonics (thanks to Maarten
4297         Brock for spotting this)
4298         * src/ds390/gen.c (genEndFunction),
4299         * src/mcs51/gen.c (genEndFunction): always save psw if function is an
4300         interrupt handler and critical. Disable push/pop optimizations when
4301         peephole optimizations disabled.
4302
4303 2004-05-25 Vangelis Rokas <vrokas AT otenet.gr>
4304
4305         Updated pic16 library sources and headers.
4306         * device/lib/pic16/pic18f*/ ,
4307         * device/include/pic16/*.h: modified to handle structured SFR
4308         definitions
4309
4310 2004-05-25 Vangelis Rokas <vrokas AT otenet.gr>
4311
4312         * src/port.h (PORT structure): added hook initPaths, now each
4313         port can declare its own default search paths,
4314         which can been seen with the --print-search-dirs option,
4315         see pic16 port for example,
4316         * src/SDCCmain.c (setBinPaths, setIncludePaths, setLibPath,
4317         setDataPaths): test to options.printSearchDirs is ifdef'ed out,
4318         * (doPrintSearchDirs): NEW, replaces in a central manner the
4319         printing of search dirs which was split in set*Paths functions,
4320         * (main): added call to port->initPaths and doPrintSearchDirs,
4321         * src/avr/main.c,
4322         * src/ds390/main.c,
4323         * src/hc08/main.c,
4324         * src/izt/i186.c,
4325         * src/izt/tlcs900h.c,
4326         * src/mcs51/main.c,
4327         * src/pic/main.c,
4328         * src/pic16/main.c: modified port structures to reflect addition of
4329         initPaths hook,
4330
4331         * src/pic16/device.c (regCompare): registers are finally sorted by name,
4332         * (pic16_dump_section): for registers in same address reserve memory once,
4333         * src/pic16/device.h (struct PIC16_device): changed variable gen_banksel
4334         to no_banksel,
4335         * src/pic16/genarith.c (pic16_genPlus): added code to handle cases where
4336         result is greater in size than right or left,
4337         * (pic16_genUMult8X8_8): there are some cases where the result can
4338         be 16 bits size, so handle these,
4339         * src/pic16/gen.c: changed some pic16_emitpcomment to DEBUGpic16_emitcode,
4340         * (pic16_outBitC): modified to emit pcodes,
4341         * (pic16_storeForReturn): using is_LitOp to see if operand is literal
4342         or not,
4343         * (genDivOneByte): implemented algorithm to divide 8-bits,
4344         * (genCmp): uncommented goto, but issues still exist,
4345         * (genAnd): fixed a bug with variables >8bits,
4346         * (genPackBits): optimization added that uses BCF/BSF to change a
4347         single bit,
4348         * (genAssign): fixed bug when assigning floating point literals,
4349         * src/pic16/glue.c (pic16glue): added assembler directive 'code' before
4350         __sdcc_gsinit_startup label,
4351         * src/pic16/main.c (_pic16_init): removed search directory
4352         initialisations,
4353         * (_pic16_initPaths): NEW, used to initialise search directories,
4354         * (_hasNativeMulFor): support functions for all except char/int
4355         multiplication, and char division,
4356         * (PIC16_port struct): modified entry for native mul support,
4357         * src/pic16/pcode.c (insertBankSwitch): modified to support the renamed
4358         no_banksel option,
4359         * (buildCallTree): call to register_usage is ifdef'ed out,
4360
4361 2004-05-22 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4362
4363         * device/include/string.h: applied Stas Sergeev's patch to make this
4364         header file compatible with the preprocessor -Wundef option
4365         * src/SDCCmain.c (main): abort compilation if preprocessor reports
4366         failure (fixes bug #941458)
4367
4368 2004-05-21 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4369
4370         * src/SDCCopt.c (killDeadCode): fixed bug #907733
4371         * support/Util/SDCCerr.c: reworded E_AUTO_ASSUMED diagnostic to clarify
4372         that the variable, not the function, should be static
4373         * src/SDCCval.c (valCastLiteral): fixed bit initialization from literal
4374         to be consistent with non-literal case
4375
4376 2004-05-19 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4377
4378         * src/SDCCast.c (isConformingBody): fixed bug #949967
4379         * src/SDCCopt.c (cnvToFcall, cnvToFloatCast, cnvFromFloatCast,
4380         convilong): fixed bug #952086
4381
4382 2004-05-18 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4383
4384         * src/SDCCmem.c (allocVariables): fixed bug #955321
4385
4386 2004-05-18 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4387
4388         * src/hc08/main.c (_hc08_genAssemblerEnd),
4389         * src/SDCCdwarf2.c (dwOpenFile, dwCloseFile, dwWriteFunction,
4390         dwWriteModule, dwWriteCLine, dwWriteALine, dwarf2FinalizeFile):
4391         completely eliminated the use of a temporary file
4392         * src/SDCCdwarf2.c (dwWriteAttr): fixed bug with location list offset
4393         when more than one file linked
4394         * src/SDCCloop.c (pointerAssigned): fixed bug #954163
4395
4396 2004-05-17 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4397
4398         * src/SDCCval.c (valForArray): applied Maarten Brock's patch #947682
4399         which fixes bug #543481
4400         * support/regression/tests/bug-751703.c: fixed comments left from a
4401         cut and paste error
4402         * src/SDCCdwarf2.c (dwCloseFile): don't explicitly close a temp file
4403         * src/SDCCdwarf2.c (dwTagFromType): added bitfield support
4404         * src/SDCCdwarf2.c (dwWriteSymbolInternal): handle extern within local
4405         scopes
4406         * src/SDCCdwarf2.c (dwWriteLineNumber): line number deltas are signed
4407         * src/SDCCmain.c (processFile, parseCmdLine): non-alphanumeric chars
4408         are now changed to underscores in moduleName
4409
4410 2004-05-15 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
4411
4412         * as/mcs51/lkmem.c: better fix for bug #954173
4413
4414 2004-05-15 Maarten Brock <sourceforge.brock AT dse.nl>
4415         committed by Frieder Ferlemann <Frieder.Ferlemann AT web.de>
4416
4417         * device/include/c8051f020.h: newly added SiLabs (Cygnal) header file
4418         * device/include/c8051f000.h,
4419         * device/include/c8051f120.h,
4420         * device/include/c8051f300.h,
4421         * device/include/c8051f310.h,
4422         * device/include/c8051f320.h: updated (added _XPAGE, CAPN, CAPP,
4423         PWM16) and detab'ed
4424
4425 2004-05-15 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
4426
4427         * doc/sdccman.lyx: mentioned sourceforge's delay between web frontend
4428         and mailing lists, doc'ed --no-peep-comments, removed reference
4429         to knoppix (newest version has no LyX/LaTeX), other minor changes
4430         * src/SDCCglue.c (glue): save 2 bytes stack space with
4431         option --main-return. The ljmp could probably be avoided too
4432
4433 2004-05-14 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
4434
4435         * as/mcs51/lkmem.c, as/mcs51/lkaomf51: fixed bug 954173
4436
4437 2004-05-14 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4438
4439         * src/SDCCsymt.h: added IS_AUTO(symbol) test macro
4440         * src/SDCCopt.c (isLocalWithoutDef),
4441         * src/SDCCicode.c (operandFromSymbol): use the IS_AUTO test macro
4442         which adds a !IS_EXTERN codition. Fixes bugs #877426 and #751703.
4443         (credit to Maarten Brock for patch #949363, on which this is based)
4444         * support/regression/tests/bug-751703.c: some test cases of extern used
4445         within inner scopes.
4446
4447 2004-05-14 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4448
4449         * src/SDCCdwarf2.c (dwMatchTypes): structs must have matching
4450         SPEC_STRUCT
4451         * src/SDCCdwarf2.c (dwTagFromType): fix to handle recursive
4452         struct definitions
4453         * src/SDCCdwarf2.c (dwWriteModule, dwNewDebugSymbol, dwWriteEndFunction,
4454         dwWriteLabel): fix to create valid debugger symbols even when
4455         the module name has non-alphanumeric symbols in it
4456         * src/SDCCdwarf2.c (dwWriteSymbolInternal): better detection for
4457         when a variable's allocation has been optimized away
4458
4459
4460 2004-05-13 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4461
4462         * src/hc08/gen.c (hc08_emitDebuggerSymbol),
4463         * src/hc08/main.c,
4464         * src/mcs51/gen.c (mcs51_emitDebuggerSymbol),
4465         * src/mcs51/main.c,
4466         * src/ds390/gen.c (ds390_emitDebuggerSymbol),
4467         * src/ds390/main.c,
4468         * src/z80/gen.c (z80_emitDebuggerSymbol),
4469         * src/z80/main.c,
4470         * src/pic/gen.c (pic14_emitDebuggerSymbol),
4471         * src/pic/main.c,
4472         * src/pic16/gen.c (pic14_emitDebuggerSymbol),
4473         * src/pic16/main.c,
4474         * src/avr/gen.c (avr_emitDebuggerSymbol),
4475         * src/avr/main.c,
4476         * src/xa51/gen.c (xa51_emitDebuggerSymbol),
4477         * src/xa51/main.c,
4478         * src/SDCCdebug.c (emitDebuggerSymbol),
4479         * src/SDCCdebug.h,
4480         * src/port.h: added a debugger struct to the port struct. Added a
4481         callback for defining debugger symbols
4482
4483         * src/SDCCast.c (createLabel),
4484         * src/SDCC.y (labeled_statement): mark all compiler generated labels
4485         with isitmp = 1
4486         * src/SDCCicode.h,
4487         * src/SDCCicode.c (geniCodeFunctionBody): added a link from the FUNCTION
4488         iCode back to the ast for the function
4489
4490         * src/hc08/ralloc.c (hc08_assignRegisters),
4491         * src/hc08/ralloc.h: define a regs struct for the stack pointer. Removed
4492         unneeded fields from the regs struct.
4493         * src/hc08/gen.c (transferRegReg, genFunction, genEndFunction): use the
4494         pushReg() & pullReg() functions instead of emitcode()
4495
4496         * src/hc08/gen.c (genLabel, genhc08Code),
4497         * src/SDCCdebug.h: Added additional debugger hooks needed for DWARF
4498
4499         * src/cdbFile.c (cdbWriteLabel, cdbWriteScope): Added stubs for unneeded
4500         debugger hooks
4501
4502         * src/hc08/gen.c (genEndFunction, genhc08Code),
4503         * src/hc08/gen.h,
4504         * src/mcs51/gen.c (genEndFunction, gen51Code),
4505         * src/mcs51/gen.h,
4506         * src/ds390/gen.c (genEndFunction, gen390Code),
4507         * src/ds390/gen.h,
4508         * src/z80/gen.c (genEndFunction, genZ80Code),
4509         * src/z80/gen.h,
4510         * src/z80/z80.h,
4511         * src/pic/gen.c (genEndFunction, genpic14Code),
4512         * src/pic/gen.h,
4513         * src/pic16/gen.c (genEndFunction, genpic16Code),
4514         * src/pic16/gen.h,
4515         * src/avr/gen.c (genEndFunction, genAVRCode),
4516         * src/avr/gen.h,
4517         * src/xa51/gen.c (genEndFunction, genXA51Code),
4518         * src/xa51/gen.h,
4519         * src/cdbFile.c (cdbWriteFunction, cdbWriteEndFunction): moved cdb
4520         specific code to cdbFile.c and out of the backend code generators
4521
4522         * as/hc08/lkmain.c (main): removed OMF51 support from link-hc08
4523         * as/hc08/lkarea.c (lnkarea): areas with NOLOAD attribute default
4524         starting address is now 0
4525
4526         * as/hc08/asm.h,
4527         * as/hc08/m08pst.c,
4528         * as/hc08/asmain.c (asmbl): implemented the .sleb128 and .uleb128
4529         assembler directive for DWARF support
4530         * as/hc08/lkelf.c (elf): only increment address when rtflg[] set
4531
4532         * src/src.dsp,
4533         * src/Makefile.in,
4534         * src/SDCCdwarf2.c: preliminary DWARF (ver 2) debugger data generator
4535
4536 2004-05-04 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4537
4538         * src/hc08/gen.c (genJumpTab, emitcode, genhc08code): fixed stack error
4539         and inappropriate peephole optimization in jump tables
4540
4541 2004-04-30 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
4542
4543         * as/hc08/m08pst.c,
4544         * src/SDCCglue.c: sdccopt works for the hc08 port now
4545
4546 2004-04-27 Bernhard Held <bernhard AT bernhardheld.de>
4547
4548         * src/SDCCicode.c (geniCodePreInc, geniCodePreDec): fixed bug #942130
4549
4550 2004-04-27 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
4551
4552         * as/hc08/lkelf.c: sdccconf.h is not available in WIN32
4553
4554 2004-04-24 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4555
4556         * src/SDCCpeeph.c (replaceRule): support empty replacement peephole
4557         rules
4558         * src/SDCCmain.c,
4559         * src/SDCCglobl.h,
4560         * src/SDCCpeeph.c (getPeepLine): new option --no-peep-comments omits
4561         comments from the peephole optimizer replacement rules
4562         * src/SDCCmem.c (printAllocInfoSeg): give actual location of spilled
4563         symbols
4564         * src/SDCCcse.c (updateSpillLocation),
4565         * src/SDCCopt.c (killDeadCode, findReqv): better tracking of register
4566         equivalents
4567         * src/hc08/ralloc.c (regTypeNum): pseudo symbols must be in DATA only
4568         * src/hc08/main.c (_hc08_finaliseOptions): made pointers to stack
4569         objects far pointers
4570
4571 2004-04-23 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4572
4573         * src/SDCCsymt.h: a missing part of my last change
4574         * src/pic/ralloc.c (regTypeNum),
4575         * src/pic16/ralloc.c (regTypeNum): fixed statement/declaration order
4576
4577 2004-04-23 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4578
4579         * src/SDCCicode.h,
4580         * src/SDCCicode.c (aggrToPtrDclType),
4581         * src/SDCCptropt.h,
4582         * src/SDCCptropt.c (ptrBaseRematSym, ptrPseudoSymSafe,
4583         ptrPseudoSymConvert),
4584         * src/pic/ralloc.c (regTypeNum),
4585         * src/pic16/ralloc.c (regTypeNum),
4586         * src/hc08/ralloc.c (regTypeNum),
4587         * src/ds390/ralloc.c (regTypeNum),
4588         * src/mcs51/ralloc.c (regTypeNum): check for dependancy hazards before
4589         creating pseudo symbols (fixed bugs #777768, #930484, and #933966)
4590
4591 2004-04-22 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4592
4593         * link/z80/lkmain.c (afile),
4594         * as/hc08/lkmain.c (afile),
4595         * as/mcs51/lkmain.c (afile): fix suggested by Maarten Brock to
4596         prevent a pointer problem when a filename has no directory and
4597         no extension specified.
4598
4599 2004-04-21 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4600
4601         * link/z80/lkmain.c (afile): allow periods in directory names
4602         * link/z80/lkmain.c (afile),
4603         * as/mcs51/lkmain.c (afile),
4604         * as/hc08/lkmain.c (afile): allow linker script file to have an
4605         extension other than ".lnk"
4606         * link/z80/lklex.c (getfid),
4607         * link/z80/lkmain.c (parse),
4608         * as/mcs51/lklex.c (getfid),
4609         * as/mcs51/lkmain.c (parse),
4610         * as/hc08/lklex.c (getfid),
4611         * as/hc08/lkmain.c (parse): Support comments in the linker script
4612         file on lines by themselves and after filenames
4613
4614 2004-04-20 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
4615
4616         * as/link_hc08.dsp: Added as/hc08/lkelf.c to project.
4617
4618 2004-04-20 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4619
4620         * src/z80/peeph-z80.def: removed some peephole rules that don't
4621         work with multibyte arithmetic (fixed bug #937126)
4622         * src/mcs51/peeph.def: fixed peephole rules 150-158 to apply only
4623         to registers and not global variables
4624         * src/SDCCicode.c (geniCodeAssign, ast2iCode, geniCodePostInc,
4625         geniCodePreInc, geniCodePostDec, geniCodePreDec,
4626         geniCodeLogicAndOr, geniCodeConditional): enforce strict lvalue
4627         checking for assignments not internally generated (fixed bug #931895)
4628         * src/SDCC.y (postfix_expr): ignore typedefs when looking for a
4629         structure member (fixed bug #930072)
4630
4631 2004-04-19 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4632
4633         * src/SDCCmain.c (linkEdit),
4634         * src/hc08/main.c (_hc08_parseOptions),
4635         * as/hc08/Makefile.in,
4636         * as/hc08/aslink.h,
4637         * as/hc08/asm.h,
4638         * as/hc08/m08pst.c,
4639         * as/hc08/lkrloc.c (relr, rele),
4640         * as/hc08/lkarea.c (lnkarea)
4641         * as/hc08/lkmain.c (afile, parse),
4642         * as/hc08/lkelf.c: support for ELF output
4643         * as/hc08/lks19.c (s19),
4644         * as/hc08/lkihx.c (ihx): ignore areas with the NOLOAD attribute
4645
4646 2004-04-17 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
4647
4648         * as/mcs51/lkihx.c: Fixed bug #899105.
4649
4650 2004-04-16 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
4651
4652         * doc/sdccman.lyx: Added instructons on how to convert MSVC .dsw and
4653         .dsp files from Unix to DOS.
4654
4655 2004-04-16 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4656
4657         * doc/sdccman.lyx: removed the ANSI-C noncompliance note regarding
4658         function pointers; we have been compliant for several months now.
4659         * src/mcs51/ralloc.c (serialRegAssign): enabled part of my 2004-04-13
4660         change that was accidently commented out
4661         * src/mcs51/gen.c (freeAsmop, getFreePtr, freeForBranchAsmop, genIfxJump,
4662         genCmpEq, jmpTrueOrFalse, genCmp, genAnd, genOr, genXor, genIfx): fixed
4663         bug #922319
4664
4665 2004-04-15 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4666
4667         * src/hc08/gen.c: output of all of the internal debugging information
4668         is now controlled by the D() macro; it is disabled by default
4669
4670 2004-04-13 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4671
4672         * src/mcs51/ralloc.c (serialRegAssign, fillGaps, allocThisReg): try
4673         harder to keep the same registers during a CAST iCode
4674         * src/SDCCopt.c (optimizeCastCast, eBBlockFromiCode): casts of char to
4675         long via int can be done in a single cast, if the signedness is
4676         correct.
4677         * support/regression/tests/bug-927659.c: fixed to avoid conflict with
4678         putchar() in tinibios.c in ds390's library
4679
4680 2004-04-12 Bernhard Held <bernhard AT bernhardheld.de>
4681
4682         * src/SDCCast.c (decorateType): fixed bug #898889,
4683         cast result of a literal complement too
4684         * src/mcs51/ralloc.c (packRegsForAssign): fixed bug #930931,
4685         fixed check for bitfields
4686
4687 2004-04-11 Bernhard Held <bernhard AT bernhardheld.de>
4688
4689         * src/SDCCicode.c (geniCodeLogic): made it static,
4690         (geniCodeLogicAndOr): added in order to fix bug #905492,
4691         (ast2iCode): fixed bug #905492
4692         * support/regression/tests/bug-905492.c: added
4693         * src/SDCCast.c (decorateType): don't decorate/process parms twice,
4694         (processParms): fixed bug #927659: don't copy parms, this will clear
4695         decorated flag
4696         * support/regression/tests/bug-927659.c: added
4697
4698 2004-03-29 Bernhard Held <bernhard AT bernhardheld.de>
4699
4700         * src/SDCCast.c (addCast): don't cast float to char
4701         * device/lib/libsdcc.lib: added _memmove
4702
4703 2004-03-28 Bernhard Held <bernhard AT bernhardheld.de>
4704
4705         * device/lib/large/Makefile: fixed parallel execution by
4706         replacing `make` by `$(MAKE)`
4707
4708 2004-03-28 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4709
4710         * src/hc08/gen.c (genPointerGetSetOfs): correctly handle 1 byte array
4711         offsets (fixes bug #923936)
4712
4713 2004-03-26 Bernhard Held <bernhard AT bernhardheld.de>
4714
4715         * device/lib/small/Makefile: fixed parallel execution by
4716         replacing `make` by `$(MAKE)`
4717
4718 2004-03-23 Bernhard Held <bernhard AT bernhardheld.de>
4719
4720         * device/lib/vprintf.c (vsprintf): minor optimization, see bug #801101
4721
4722 2004-03-23  Scott Dattalo  <scott AT dattalo.com>
4723
4724         * src/pic/gen.c (genCpl): multi-byte complements were not working.
4725         * src/regression/Makefile: Regression test was not running.
4726
4727 2004-03-23 Bernhard Held <bernhard AT bernhardheld.de>
4728
4729         * src/SDCCast.c (resultTypePropagate, decorateType): avoid promotion to int for
4730         complement if possible
4731         * src/SDCCval.c (valComplement),
4732         * src/SDCCicode.c (operandOperation): fixed complement of literal
4733         * support/regression/tests/onebyte.c (testComplement): added
4734
4735 2004-03-22 Bernhard Held <bernhard AT bernhardheld.de>
4736
4737         * src/SDCCast.c (processParms): fixed bug #920866; decorateType() can
4738         return an optimized tree; actually replace actParm with the new tree
4739         * src/SDCCast.h: added some parantheses to remove side effects
4740         * support/regression/tests/bug-920866.c
4741
4742 2004-03-21  Scott Dattalo  <scott AT dattalo.com>
4743         * src/pic/gen.c, src/pic/gen.h, src/pic/genarith.c, src/pic/pcode.c:
4744         Bit operands were not being handled properly in the pic14 port.
4745         (now src/regression/add.c passes again).
4746
4747 2004-03-20 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4748
4749         * src/SDCC.y (labeled_statement): case and default no longer require
4750         a following statement (RFE #893037)
4751
4752 2004-03-19 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4753
4754         * src/mcs51/gen.c (pushSide, genSignedRightShift, genDjnz, geniPush):
4755         use MOVA macro to avoid "mov a,acc" when peephole optimizer is
4756         disabled (fixes bug #916294)
4757         * sim/ucsim/s51.src/mov.cc (inst_mov_a_addr): Throw an error on
4758         "mov a,acc"; patch provided by Lenny Story
4759         * device/include/mc68hc908gp32.h: header contibuted by Juan Gonzalez
4760
4761 2004-03-19 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4762
4763         * src/mcs51/gen.c (genFunction): optimize RECEIVE in reentrant
4764         functions
4765         * src/ds390/gen.c (genFunction, genEndFunction),
4766         * src/ds390/ralloc.c (ds390_assignRegisters),
4767         * src/mcs51/gen.c (genFunction, genEndFunction, mcs51_assignRegisters):
4768         * src/mcs51/ralloc.c (mcs51_assignRegisters): Skip optimizing registers
4769         pushed if there are parameters passed on the stack. Also, a cleaner
4770         way to decide if r0/r1 should be pushed/popped. (Together they fix
4771         bug #918693)
4772
4773 2004-03-18 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4774
4775         * doc/sdccman.lyx,
4776         * device/lib/mcs51/crtpagesfr.asm,
4777         * device/lib/mcs51/crtxinit.asm,
4778         * device/lib/mcs51/crtxstack.asm: Changed name of _PAGESFR to _XPAGE
4779         to avoid confusion with Si Lab's SFRPAGE register.
4780
4781 2004-03-17 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4782
4783         * src/SDCCglue.c (emitMaps): allow public sfr variables
4784         * src/SDCCglue.c (initialComments): include compiler build date
4785         with compiler version and put the timestamp of the generated
4786         assembly file on a serperate line to be less confusing.
4787         * src/port.h: added genInitStartup hook
4788         * src/avr/main.c,
4789         * src/ds390/main.c,
4790         * src/hc08/main.c,
4791         * src/pic/main.c,
4792         * src/pic16/main.c,
4793         * src/xa51/main.c,
4794         * src/z80/main.c: genInitStartup initialize as NULL (default to
4795         historical behaviour)
4796         * src/SDCCglue.c (glue): _sdcc_gsinit_startup is now port specific.
4797         * src/mcs51/main.c: (_mcs51_genInitStartup, _mcs51_genExtraAreas,
4798         _mcs51_genXINIT, _mcs51_genRAMCLEAR): link initialization code from the
4799         library instead of hard coding it into the compiler.
4800         * support/regression/ports/mcs51-stack-auto/spec.mk,
4801         * src/SDCCmain.c (linkEdit): added mcs51.lib to the link libraries
4802         * device/lib/mcs51/Makefile,
4803         * device/lib/small/Makefile,
4804         * device/lib/large/Makefile,
4805         * device/lib/mcs51/crtpagesfr.asm,
4806         * device/lib/mcs51/crtstart.asm,
4807         * device/lib/mcs51/crtxclear.asm,
4808         * device/lib/mcs51/crtxinit.asm,
4809         * device/lib/mcs51/crtclear.asm,
4810         * device/lib/mcs51/crtxstack.asm: move most of the mcs51 C runtime
4811         startup/initialization out of src/SDCCglue.c and src/mcs51/main.c
4812         and into user configurable files.
4813         * device/lib/clean.mk: clean mcs51 directory too
4814         * support/regression/tests/longlit.c: added static to T1 declaration
4815         * doc/sdccman.lyx: documented _PAGESFR sfr for customizing pdata
4816         accesses in the initialization code
4817
4818 2004-03-14 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4819
4820         * device/include/mc68hc908qy.h: corrected declarations of FLBPR and
4821         OSCTRIMVAL as noted in bug #916008
4822
4823 2004-03-14 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4824
4825         * src/SDCCloop.c (basicInduction): fixed bug with loop induction
4826         in loops with multiple exits (reported as incorrect registers
4827         used by Martin Helmling in Sdcc-user list)
4828
4829 2004-03-12 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
4830
4831         * src/ds390/main.c (_ds390_genAssemblerPreamble): cosmetic change,
4832         made ds390 register extensions look less like error messages
4833
4834 2004-03-12 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4835
4836         * src/SDCCglue.c (printIvalPtr): fixed bug with pointer initializer
4837         reported by Adam Wozniak in Sdcc-user list
4838
4839 2004-03-10 Bernhard Held <bernhard AT bernhardheld.de>
4840
4841         * src/SDCCast.c (decorateType): fixed with bug and promotion in
4842         arithmetic optimizations, added debug output
4843
4844 2004-03-09 Bernhard Held <bernhard AT bernhardheld.de>
4845
4846         * device/lib/time.c (mktime): fixed bug reported by Bert Thomas
4847         * sdcc.spec: updated and split sdcc into 3 rpms
4848         * src/SDCCast.c (decorateType): &|^ don't need addCast(); addCast() is
4849         needed for literals of LEFT_OP and '+'
4850         * src/SDCCicode.c (geniCodeLogic): I must have been braindead when I
4851         introduced RESULT_TYPE_NOPROM
4852         (geniCodeMultiply): fixed logic for decision if mul is optimized to
4853         left shift
4854         * src/SDCCsymt.c (computeType): op is int; added RESULT_TYPE_OTHER;
4855         limited promotion to int only for '*'
4856         * src/SDCCsymt.h (computeType): op is int, removed RESULT_TYPE_NOPROM
4857
4858 2004-03-09 Hans Dorn <hjdorn AT users.sourceforge.net>
4859
4860         * src/pic16/gen.c (genSkip),
4861         (genc16bit2lit), (gencjneshort): commented out
4862         (is_LitOp): new helper function, checks operand type
4863         (genCmpEq): rewritten
4864
4865 2004-03-08 Bernhard Held <bernhard AT bernhardheld.de>
4866
4867         * support/regression/tests/bug-908454.c: added
4868
4869 2004-03-07 Bernhard Held <bernhard AT bernhardheld.de>
4870
4871         * src/SDCCast.c (addCast): fixed bug #908454 by promoting bits to char
4872         * src/SDCCicode.c (usualBinaryConversions): op needs int type
4873         (geniCodeCast): cosmetic, don't preserve bit storage class
4874         (geniCodeLeftShift): added promotion
4875         (geniCodeLogic): fixed regression
4876         * src/SDCCsymt.c (computeTypeOr): accept bits too
4877         (compareType): 2nd part of fix for bug #908454, needed for bitfields
4878
4879 2004-03-07  Borut Razem <borut.razem AT siol.net>
4880
4881         * support/Util/findme.c: alloca() replaced with malloc()/free() pair
4882
4883 2004-03-06 Vangelis Rokas <vrokas AT otenet.gr>
4884
4885         * src/pic16/ralloc.c (pic16_genPackRegisters): reverted to old
4886         version of pic16_genPackRegisters which does not check if ic is a
4887         CAST operator,
4888         * src/pic16/gen.c (ifxForOp): disabled new and untested code in
4889         function cause string1.c regression test fails
4890
4891 2004-03-06 Bernhard Held <bernhard AT bernhardheld.de>
4892
4893         * sim/ucsim/configure.in,
4894         * sim/ucsim/configure,
4895         * sim/ucsim/doc/Makefile.in: use docdir
4896         * src/SDCC.y: fixed sbit atrributes
4897         * src/SDCCast.c (getResultTypeFromType): added support for bitfields
4898         * src/SDCCast.c (decorateType): |^& need special promotion handling
4899         * src/SDCCast.h,
4900         * src/SDCCsymt.h: moved definition of RESULT_TYPE
4901         * src/SDCCsymt.h (computeType),
4902         * src/SDCCicode.c: computeType() needs op
4903         * src/SDCCsymt.c (checkTypeSanity),
4904         * doc/sddman.lyx: "plain" bitfields are unsigned
4905         * src/SDCCsymt.c (computeTypeOr): added
4906         * src/SDCCsymt.c (computeType): added support for bitfields, fixed
4907         |^& ops
4908         * src/SDCCval.c (val*): computeType() needs op
4909         * src/SDCCval.c (valCastLiteral): fixed casting of bitfields
4910         * support/regression/tests/onebyte.c: added tests for |^&
4911
4912 2004-03-06 Hans Dorn <hjdorn AT users.sourceforge.net>
4913
4914         * src/pic16/gen.c: (genpic16Code) use copy of printILine's output
4915         for writing icode into asm output.
4916
4917 2004-03-05 Vangelis Rokas <vrokas AT otenet.gr>
4918
4919         * src/pic16/device.c: added some debug lines enabled
4920         with macro DEBUG_CHECK,
4921         * src/pic16/genarith.c: more debug in genPlus,
4922         * (pic16_genUMult8XLit_16, pic16_genUMult8X8_16): removed,
4923         * (pic16_genUMult16X16_16, pic16_genUMult16XLit_16): NEW,
4924         * src/pic16/gen.c: added prototypes for pic16_genMult16X16_16,
4925         * (aopForSym): onStack symbols are re-placed in data memspace,
4926         and onStack flag is cleared,
4927         * (pic16_popGetTempReg, pic16_popReleaseTempReg): modified to
4928         copy temporary pcodeop,
4929         * (genPcall): added warning for not updating PCLATU,
4930         * (genFunction): removed test with IFFUNC_CALLEESAVES, its
4931         always true for pic16 port,
4932         * (genMultOneWord): NEW, supports integer multiplication,
4933         * (genMult): modified to call genMultOneWord,
4934         * (ifxForOp): added warning when return NULL,
4935         * src/pic16/glue.c (pic16emitRegularMap): symbol implicit
4936         flag is set before call to operandFromSymbol for implicit
4937         added structures,
4938         * src/pic16/main.c (_pic16_finaliseOptions): options.float_rent,
4939         options.intlong_rent are set by default,
4940         * (_hasNativeMulFor): modified to allow port generation of integer
4941         multiplication,
4942         * src/pic16/ralloc.c (pic16_allocDirReg): commented out line which
4943         set regtype to REG_SFR for all registers, restricting seting the
4944         accessBank flag for registers 0<= r < 0x80 and 0xf80<=r<=0xfff,
4945
4946 2004-03-05 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
4947
4948         * src/mcs51/peephole.def: added 251.b and 253.x. 253.x are applied
4949         more than 500 times in the regression tests
4950
4951 2004-03-05 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4952
4953         * support/Util/SDCCerr.h,
4954         * support/Util/SDCCerr.c,
4955         * src/SDCC.y (struct_or_union_specifier, enum_specifier,
4956         enumerator_list),
4957         * src/SDCCsymt.c (addSymChain): show location of oriignal definition
4958         for symbol conflicts.
4959         * support/valdiags/tests/enum.c,
4960         * support/valdiags/tests/tentdecl.c,
4961         * support/valdiags/tests/struct.c: expect possible error messages
4962         referring to original symbol definitions.
4963         * src/SDCC.y (struct_or_union_specifier, struct_declarator),
4964         * src/SDCCsymt.h,
4965         * src/SDCCsymt.c (promoteAnonStructs): support anonymous struct/union
4966
4967 2004-03-03 Hans Dorn <hjdorn AT users.sourceforge.net>
4968
4969         * src/pic16/gen.c (gencjne): fixed for right=REG / left=LIT
4970
4971 2004-02-03 Vangelis Rokas <vrokas AT otenet.gr>
4972
4973         * src/pic16/ralloc.c (newReg): fixed bug #908929
4974
4975 2004-03-02 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4976
4977         * src/ds390/gen.c: added missing #include "main.h"
4978
4979 2004-03-02 Vangelis Rokas <vrokas AT otenet.gr>
4980
4981         * src/pic16/device.c (checkAddSym): NEW, adds a symbol to set while
4982         checking if symbol is already in set,
4983         * src/pic16/device.h: prototype for checkAddSym,
4984         * src/pic16/gen.c: (_G): added entry interruptvector,
4985         * (assignResultValue): removed some commented out lines,
4986         * (genFunction): check for ISR via sym->type, absolute section for
4987         interrupt code is created via a new pBlock, the goto instruction is
4988         placed now correctly at the interrupt vector position, changed all
4989         references from ivec to _G.interruptvector,
4990         * WREG,STATUS,BSR are not saved in stack upon an entry to interrupt
4991         is the interrupt is a high priority one, same for return from ISR,
4992         * src/pic16/glue.c: changed all calls of addSetHead for publics and
4993         externs to calls of checkAddSym,
4994         * src/pic16/pcode.c (pic16_pBlockConvert2*): emit warning when
4995         pic16_pcode_verbose flag is set,
4996         * src/pic16/pcode.h: extern to pic16_pcode_verbose,
4997         * src/pic16/pcoderegs.c: message about how many registers are saved
4998         will only be emitted if pic16_pcode_verbose flag is set,
4999
5000 2004-03-02 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5001
5002         * src/ds390/ralloc.h,
5003         * src/ds390/ralloc.c (ds390_regWithIdx),
5004         * src/ds390/gen.c (emitcode),
5005         * src/ds390/main.h,
5006         * src/ds390/main.c (instructionSize, ds390newAsmLineNode, updateOpRW,
5007         ds390opcodeCompare, asmLineNodeFromLineNode, getInstructionSize,
5008         ds390operandCompare, getRegsRead, getRegsWritten,
5009         initializeAsmLineNode): customized instruction size calculation for
5010         ds390, started basis for some register optimizations
5011         * src/ds390/gen.c (gen390Code, emitcode): associate iCodes with
5012         corresponding assembly output
5013         * src/ds390/gen.c (genFunction, genEndFunction): added case to handle
5014         missing push/pop of r0/r1. Optimized push/pops
5015
5016 2004-03-01 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5017
5018         * src/mcs51/main.c (instructionSize): fixed ACALL size
5019         * src/mcs51/main.c (updateOpRW): fixed bug with @dptr, @a+dptr operands
5020
5021 2004-03-01 Vangelis Rokas <vrokas AT otenet.gr>
5022
5023         * src/pic16/device.c (pic16_dump_section): fixed a bug that allowed
5024         the sorting of rlist with NULL elements
5025         * (print_idataType, print_idata): NEW to create idata sections
5026         * src/pic16/device.h: idataSymSet new variable
5027         * src/pic16/gen.c (genFunction): fixed some bugs in string
5028         comparing, improved the absolute section creation for ISRs,
5029         added FSR0L/FSR0H in registers that are saved in an ISR,
5030         * (genInline): fixed the processing of inline snippets,
5031         now they undergo no process by the peephole optimizer
5032         * src/pic16/glue.c (pic16emitRegularMap): symbols with initialiser
5033         are placed in idataSymSet,
5034         * (pic16emitStaticSeg): extern symbols are added in externs,
5035         * src/pic16/ralloc.c (pic16_allocDirReg): work around to reduce bank
5036         switching when aboslute variables are placed in access bank memory
5037         * (pic16_writeUsedRegs): added call to pic16_dump_idata,
5038         * (packRegsForSupport,packRegsForAccUse,packRegsForOneuse):
5039         commented out with #if,
5040         * (pic16_packRegisters): reintroduce the check for CAST because some
5041         symbols are not correctly handled,
5042         * src/pic16/pcode.h: changed the definition of pCodeAsmDir to hold a
5043         pCodeInstruction instead of pCode,
5044         * src/pic16/pcode.c (pic16_newpCodeAsmDir): modified for the new
5045         pCodeAsmDir definition,
5046         * (pic16_pCode2str, genericPrint): when an AsmDir pcode has a NULL
5047         directive, then the argument directive is emitted without the leading
5048         tab, hack for inline labels which must be in the first column,
5049         * (compareLabel,pic16_findNextInstruction),
5050         * (pic16_findPrevInstruction): added case for PO_ASMDIR,
5051         * (insertBankSwitch): modified for the new pCodeAsmDir,
5052
5053 2004-03-01 Hans-Juergen Dorn <hans.dorn AT apl-landau.de>
5054         patch applied by Vangelis Rokas <vrokas AT otenet.gr>
5055
5056         * src/pic16/gen.c (pic16_popGet): case PO_DIR, adds the offset to
5057         instance,
5058         * (pushSide): commented out with #if,
5059         * (assignResultValue): fixed some typos in saving
5060         registers,
5061         * (genPcall): FIXED and sync'ed with genCall,
5062         * (genDataPointerGet,genDataPointerSet): using offset not leoffset
5063         * (genNearPointerGet): fixed to handle some more cases,
5064         implementation scheme via table reads,
5065         * (genConstPointerGet): modified to access code memory correct,
5066         * (genCodePointerGet,genNearPointerSet,genGenPointerSet): modified
5067         and improved to handle some cases
5068         * glue.c (printIvalType,printIvalChar,emitStaticSeg): use "DB"
5069         instead of "RETLW" for init data
5070         * src/pic16/ralloc.c (pic16_allocDirReg): warning when a symbol is
5071         not IN_DIRSPACE, work around to reduce bank switching when aboslute
5072         variables are placed in access bank memory (<0x80 and >=0xf80),
5073         * src/pic16/pcode.c: added SFRs TBLPTR, TABLAT, added opcodes TBLRD,
5074         TBLRD_POSTINC,TBLRD_POSTDEC,TBLRD_PREINC,TBLWT,TBLWT_POSTINC,
5075         TBLWT_POSTDEC,TBLWT_PREINC
5076         * Fixed initialisation of BSR, set "alias" for SSAVE to "0"
5077         * (pic16_emitDB,pic16_flushDB): New functions to generate "DB"
5078         directives
5079         * (pic16_pCodeConstString): use "DB" instead of "RETLW"
5080         * src/pic16/pcode.h: added TBLRD*,TBLWT*, added pic16_emitDB,
5081         pic16_flushDB, made pic16_newpCodeAsmDir public, added TBLPTR, TABLAT
5082         * src/pic16/ralloc.h: added IDX_BSR,IDX_TBLPTR*,IDX_TABLAT
5083
5084 2004-02-29  Borut Razem <borut.razem AT siol.net>
5085
5086         * src/Makefile.in, src/SDCCutil.c, support/Util/findme.c,
5087         support/Util/findme.h, support/Util/system.h: enhance binary relative
5088         search for lib and include by using findProgramPath()
5089
5090 2004-02-28 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5091
5092         * src/SDCCpeeph.h,
5093         * src/SDCCpeeph.c (pcDistance),
5094         * src/port.h,
5095         * src/mcs51/ralloc.h,
5096         * src/mcs51/ralloc.c (mcs51_regWithIdx),
5097         * src/mcs51/main.h,
5098         * src/mcs51/main.c (instructionSize, asmLineNode, updateOpRW,
5099         mcs51opcodeCompare, asmLineNodeFromLineNode, getInstructionSize,
5100         mcs51operandCompare, getRegsRead, getRegsWritten): made instruction
5101         size calculation port specific, started basis for some register
5102         optimizations
5103         * src/mcs51/gen.c (genFunction, genEndFunction): added case to handle
5104         missing push/pop of r0/r1. Optimized push/pops
5105         * src/mcs51/ralloc.c (packregisters): fixed bug #727095
5106         * device/lib/_modsint.c (_modsint),
5107         * device/lib/_modslong.c (_modslong): fixed sign of result in non-asm
5108         and stack version so regression tests pass
5109
5110 2004-02-26 Bernhard Held <bernhard AT bernhardheld.de>
5111
5112         * src/Makefile.in (dep): include SLIBOBJS in dependency check
5113         * src/SDCCast.c (decorateType): catch another small optimization
5114         with '?' operator
5115         * src/SDCCsymt.c (computeType): added comments and cosmetic changes
5116         * src/SDCCval.c (valMult, valDiv, valMod, valPlus, valMinus, valShift):
5117         modified to finally use computeType() all over SDCC,
5118         see Feature Request #877103
5119         * src/SDCCval.h: cosmetic
5120         * src/SDCCicode.c (operandOperation): fixed EQ_OP bug, now same as in
5121         valCompare(); regression tested in muldiv.c
5122         * support/regression/tests/muldiv.c (testMod): mod sign follows
5123         dividend only
5124
5125 2004-02-23 Bernhard Held <bernhard AT bernhardheld.de>
5126
5127         * src/SDCCast.c (decorateType): fixed bug #902362
5128         * doc/INSTALL.txt: fixed install instructions for win32
5129
5130 2004-02-21 Bernhard Held <bernhard AT bernhardheld.de>
5131
5132         * device/include/Makefile.in (install): fixed by replacing spaces
5133         by tabs
5134         * doc/README.txt,
5135         * doc/INSTALL.txt: updated for release
5136         * doc/sdccman.lyx: added warning for --xstack being buggy
5137
5138 2004-02-20 Bernhard Held <bernhard AT bernhardheld.de>
5139
5140         * src/pic16/ralloc.c (packRegsForAccUse):  disabled functions with #if
5141         to eliminate build warnings.
5142         * src/pic16/gen.c (pic16_popGet): fixed for gcc 2.95.4
5143
5144 2004-02-20 Vangelis Rokas <vrokas AT otenet.gr>
5145            Hans-Juergen Dorn <hans.dorn AT apl-landau.de>
5146
5147         * doc/sdccman.lyx: removed PIC16 from PIC16 Port Specific Options,
5148         removed -penable-stack, added comment for stack pragma, added
5149         warning for not initializing the stack/frame registers, removed
5150         comment at interrupts section
5151
5152         Stack is made permanent, there is no ability to disable stack usage.
5153         * src/pic16/device.h,
5154         * src/pic16/device.c: removed all references to USE_STACK macro,
5155         * src/pic16/device.c (pic16_dump_section): when no elements in
5156         rlist, free rlist before return,
5157         * (pic16_dump_int_registers): NEW, internal registers are a new set
5158         of general purpose registers reused by each function,
5159         * (checkAddReg): returns 1 if registers is added to set,
5160         * (pic16_groupRegistersInSection): when a registers is of type
5161         PO_GPR_TEMP add it in pic16_int_regs and not in pic16_rel_udata,
5162         * src/pic16/device.h: memRange and Assigned Memory are deleted,
5163         SRCASECMP macro is moved here from device.c
5164         * src/pic16/genarith.c (pic16_pCodeOpType): added cases for
5165         PO_PCLATU, PO_PRODL, PO_PRODH,
5166         * (pic16_pCodeOpType, genMinus,
5167         changed compares to "a" register, with AOP_ACC,
5168         * (pic16_genPlus): fixed some bugs and indented properly,
5169         * (pic16_addSign): changed size to size+offset in the MOVWF
5170         instruction,
5171         * (pic16_genUMult8XLit_8): NEW, uses processor MULLW instruction to
5172         multiply 8-bit operand by literal, result is 8-bit,
5173         * (pic16_genUMult8X8_8): NEW, uses processor MULWF instruction to
5174         multiply 2 8-bit operand, result is 8-bit,
5175         * (pic16_genMult8X8_8): modified to call genUMult8X*_8 functions and not
5176         genUMult8X*_16,
5177         * src/pic16/gen.c: changed accUse to contain WREG only,
5178         * (pic16_emitcomment): renamed to pic16_emitpcomment,
5179         * (aopForSym): allocated dir register when IN_DIRSPACE(space) is,
5180         true, do not use immediate addressing any more unless sym is a
5181         pointer in codespace,
5182         * (aopForRemat): do not use immediate addressing when symbol not in
5183         codespace and when symbol's address is requested,
5184         * (aopOp): for-loop in if(sym->accUse) is modified for the new
5185         accUse size (= 1),
5186         * (aopGet): added case for AOP_ACC and don't return "accumulator
5187         bug" but WREG instead,
5188         * (popGetTempReg): pushes contents of temporary register in stack,
5189         * (popReleaseTempReg): pops contents of temporary register from
5190         stack. Use popGetTempReg/popReleaseTempReg in aligned pairs,
5191         * (pic16_popGet): separated case AOP_ACC to return register WREG
5192         from processor registers, AOP_PCODE not checks if pcop is PO_DIR
5193         or PO_IMMEDIATE and initializes their instance/offset appropriately,
5194         * The whole issue with aopForSym,aopForRemat,popGet) is to minimize
5195         the use of immediate pointers to certain cases only.
5196
5197         * (pic16_pushpCodeOpReg, pic16_poppCodeOpReg): use pic16_popGet2p,
5198         * (pic16_loadFromReturn, pic16_storeForReturn: NEW,
5199         * (assignResultValue, genCall, genRet): modified to use the new
5200         function return value scheme with WREG,PRODL,PRODH,FSR0L and FSR0,
5201         genPcall is still broken,
5202         * (genFunction): added code to create 'A' type pBlocks when
5203         interrupt functions are generated, code not extensively tested yet,
5204         ISRs push WREG,STATUS,BSR,PRODL,PRODH,FSR0L,FSR0H registers on stack,
5205         * (genEndFunction): modified so ISRs pop stored registers from stack,
5206         * (genMultOneByte): cleanup,
5207         * (AccRsh): added flag andmask, to and result with appropriate mask,
5208         * (genUnpackBits,genPackBits): fixed and can handle bit fields,
5209         * (genDataPointerGet): fixed and reenabled its use,
5210         * (genNearDataPointerGet): bugs fixed,
5211         * (genDataPointerSet): bugs fixed,
5212         * src/pic16/genutils.c: added functions pic16_DumpValue,pic16_DumpAop,
5213         pic16_DumpSymbol, pic16_DumpOp,
5214         * src/pic16/genutils.h: function prototypes for the above functions,
5215         * src/pic16/glue.c: new flags initsfpnt, to initialize stack/frame
5216         pointers,
5217         * (pic16emitRegularMap): many many many improvements, but needs a
5218         major cleanup,
5219         * src/pic16/main.c: enable_stack in pic16_options is removed,
5220         * (_pic16_parseOptions): removed command line options -penable-stack,
5221         * (_process_pragma): emit stack symbol only when stack pragma is
5222         processed,
5223         * src/pic16/pcode.c: pic16_pc_fsr0 is removed, all operations are
5224         redirected to FSR0L/FSR0H pair,
5225         * (pic16_get_op, pic16_get_op2): modifications and improvements,
5226         * (pic16_getRegFromInstruction, pic16_getRegFromInstruction2): added
5227         cases PO_PRODL,PO_PRODH, pic16_getRegFromInstruction2 returns sane
5228         for immediates,
5229         * (insertBankSwitch): modified to handle cases like: (alfa + 1)
5230         * (dumpPicOptype): NEW,
5231         * src/pic16/pcode.h: added PO_PCLATU,PO_PRODL,PO_PRODH in enum,
5232         * src/pic16/pcoderegs.c (pCodeRegMapLiveRangesInFlow): fixed bug
5233         with movff instruction,
5234         * src/pic16/ralloc.c: renamed typeRegWithIdx to pic16_typeRegWithIdx,
5235         added pic16_int_regs, some packRegsFor* functions are commented out,
5236         because produce errors,
5237         * src/pic16/NOTES: minor modifications
5238
5239 2004-02-18  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
5240
5241         * as/mcs51/aslink.h, as/mcs51/lkarea.c, as/mcs51/lkdata.c, as/mcs51/lkmain.c,
5242         as/mcs51/lkmem.c, src/SDCCglob.h, src/SDCCmain.c: added options --stack-size and
5243         --pack-iram.
5244         * doc/sdccman.lyx: described options --stack-size and --pack-iram.
5245         * as/mcs51/lkaomf51.c: fixed bug #895763
5246
5247 2004-02-17 Bernhard Held <bernhard AT bernhardheld.de>
5248
5249         * device/include/c8051f320.h: added. Contributed by Maarten Brock.
5250
5251 2004-02-17 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5252
5253         * doc/sdccman.lyx: added details about the HC08 storage classes and
5254         interrupts, fixed the register usage info for z80 & gbz80
5255
5256 2004-02-17 Vangelis Rokas <vrokas AT otenet.gr>
5257
5258         * doc/sdccman.lyx: added more pic16 port documentation
5259         * device/include/pic16/: added header pic18fregs.h
5260
5261 2004-02-16 Bernhard Held <bernhard AT bernhardheld.de>
5262
5263         * doc/sdccman.lyx: added Vangelis' contribution
5264
5265 2004-02-16 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5266
5267         * src/SDCClrange.c (rlivePoint): live range of SEND operand should
5268         extend to the next CALL or PCALL, not just to the next CALL.
5269
5270 2004-02-16 Vangelis Rokas <vrokas AT otenet.gr>
5271
5272         * src/pic16/gen.c (genInline): fixed bug #896482 with inline assembly
5273
5274 2004-02-15 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5275
5276         * src/mcs51/ralloc.c (packRegsForAssign, reassignAliasedSym): fixed
5277         bug #895752 and a better fix for bug #716790
5278
5279 2004-02-15 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5280
5281         * src/SDCCsymt.c (processFuncArgs): fixed bug #896796
5282
5283 2004-02-14 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
5284
5285         * doc/sdccman.lyx: minor changes, minor changed
5286
5287 2004-02-13 Bernhard Held <bernhard AT bernhardheld.de>
5288
5289         * src/SDCCicode.c (usualBinaryConversions): removed pic16 from ports
5290         which can't handle SDCC_NEWONEBYTEOPS,
5291         (geniCodeMultiply): removed conversion from mult to shift for pic14
5292         and pic16
5293
5294 2004-02-12 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5295
5296         * src/hc08/gen.h,
5297         * src/hc08/gen.c (storeRegToAop, aopOp, aopAdrStr, accopWithAop,
5298         rmwWithAop): Ported my 2003-10-02 fix for bug #663539 to the hc08,
5299         thus fixing bug #895406
5300
5301 2004-02-11 Bernhard Held <bernhard AT bernhardheld.de>
5302
5303         * device/lib/_modsint.c,
5304         * device/lib/_modslong.c: sign follows divisor only
5305         * src/hc08/gen.c (genMultOneByte): if result size is 1,
5306         signs or signedness can be ignored
5307         * src/SDCCast.c (addCast): cosmetic - added lineno to CAST
5308         * src/SDCCast.c (resultTypePropagate): added even more ops: +, - and *,
5309         added optimization for IFX,
5310         (decorateType): Mult/Div/ModOneByte ops can handle all kind of signed
5311         arguments;
5312         reenabled optimization for IFX, which was removed on 2004-01-11
5313         * src/SDCCast.h: added return type IFX
5314         * src/SDCCicode.c: Mult/Div/ModOneByte ops can handle all kind of signed
5315         arguments with 8 or 16 bit results; pic14 and pic16 ports use old
5316         promotion behaviour; env. var. SDCC_NEWONEBYTEOPS selects the new,
5317         SDCC_OLDONEBYTEOPS selects the old behaviour
5318         * src/SDCCsymt.c (computeType): type2 can be NULL (for LEFT_OP);
5319         changed again and commented promotion rule
5320         * src/SDCCval.c (valDiv): promotion no longer necessary
5321         * src/ds390/gen.c (genMultOneByte) (genDivOneByte) (genModOneByte),
5322         * src/mcs51/gen.c (genMultOneByte) (genDivOneByte) (genModOneByte):
5323         rewritten
5324         * support/regression/tests/onebyte.c: added
5325
5326 2004-02-11 Vangelis Rokas <vrokas AT otenet.gr>
5327
5328         * gen.c (genInline): reverted to old code for assemnling inline
5329         code because of bug reported James Chadd
5330
5331 2004-02-10 Vangelis Rokas <vrokas AT otenet.gr>
5332
5333         * ralloc.h: missing declarations from previous patch,
5334         seems that patch for ralloc.h was never applied, fixed
5335
5336 2004-02-10 Hans-Juergen Dorn <hans.dorn AT apl-landau.de>
5337            patch committed by Vangelis Rokas <vrokas AT otenet.gr>
5338
5339         * pcode.c,
5340         * pcode.h,
5341         * ralloc.h: added FSR0L, FSR0H and other missing PIC16 SFR's for
5342         indirect addressing. Marked FSR0 as deprecated
5343         * gen.c (pointerCode): commented out, not needed now
5344         (pic16_popGet2p): new MOVFF helper function
5345         (genGenPointerGet),
5346         (genGenPointerSet): reimplemented with MOVFF and POSTINC0
5347         (shiftRLong): removed duplicate debugging info
5348
5349 2004-02-10 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5350
5351         * src/ds390/gen.c (genNearPointerGet),
5352         * src/mcs51/gen.c (genNearPointerGet): allow the genDataPointerGet()
5353         optimization with bits, but not bitfields.
5354         * src/ds390/ralloc.c (packRegisters),
5355         * src/mcs51/ralloc.c (packRegisters): fixed bug #884453 & #880832
5356
5357 2004-02-09 Bernhard Held <bernhard AT bernhardheld.de>
5358
5359         * src/SDCCcse.c (algebraicOpts): copy operands before modification
5360
5361 2004-02-09 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5362
5363         * src/SDCCsymt.h,
5364         * src/SDCCicode.c (operandFromSymbol),
5365         * src/mcs51/ralloc.c (verifyRegsAssigned, serialRegAssign),
5366         * src/ds390/ralloc.c (verifyRegsAssigned, serialRegAssign),
5367         * src/z80/ralloc.c (verifyRegsAssigned, serialRegAssign),
5368         * src/hc08/ralloc.c (verifyRegsAssigned, serialRegAssign),
5369         * src/pic/ralloc.c (verifyRegsAssigned, serialRegAssign),
5370         * src/pic16/ralloc.c (verifyRegsAssigned, serialRegAssign): fixed
5371         bug #892038
5372         * src/SDCCast.c (createIvalStruct, createIvalArray, gatherAutoInit),
5373         * src/SDCCglue.c (emitRegularMap, printIvalStruct, printIvalArray,
5374         printIvalCharPtr, printIvalPtr, printIval, emitStaticSeg, emitOverlay)
5375         * src/SDCCsymt.c (newSymbol),
5376         * src/SDCC.y (struct_or_union_specifier, enum_specifier,
5377         enumerator_list),
5378         * src/SDCCval.h,
5379         * src/SDCCval.c (newiList): fixed bug #885705
5380
5381 2004-02-08  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
5382
5383         * doc/sdccman.lyx: added section 3.1.4: sdcclib.
5384         * as/mcs51/lkmem.c: report the size of the stack in .mem file.
5385
5386 2004-02-08 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
5387
5388         * device/include/c8051f120.h,
5389         * device/include/c8051f300.h,
5390         * device/include/c8051f310.h: added/updated header files for Silicon
5391         Laboratories (formerly Cygnal) CPUs. Contributed by Maarten Brock.
5392         * doc/sdccman.lyx: minor changes, recommended diff -Naur and diff -u
5393         in new section Submitting patches
5394
5395 2004-02-08 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5396
5397         * src/mcs51/gen.c (genNearPointerGet, genPagedPointerGet,
5398         genFarPointerGet, genCodePointerGet, genGenPointerGet,
5399         genNearPointerSet, genPagedPointerSet, genFarPointerSet,
5400         genGenPointerSet),
5401         * src/ds390/gen.c (genNearPointerGet, genPagedPointerGet,
5402         genFarPointerGet, genCodePointerGet, genGenPointerGet,
5403         genNearPointerSet, genPagedPointerSet, genFarPointerSet,
5404         genGenPointerSet),
5405         * src/pic16/gen.c (genNearPointerGet, genPagedPointerGet,
5406         genFarPointerGet, genCodePointerGet, genGenPointerGet,
5407         genNearPointerSet, genPagedPointerSet, genFarPointerSet,
5408         genGenPointerSet),
5409         * src/pic/gen.c (genNearPointerGet, genPagedPointerGet,
5410         genFarPointerGet, genCodePointerGet, genGenPointerGet,
5411         genNearPointerSet, genPagedPointerSet, genFarPointerSet,
5412         genGenPointerSet): fixed bug #892400
5413         * src/pic16/gen.c (genSkipz, AccRol): disabled functions with #if 0
5414         to eliminate build warnings.
5415         * src/SDCCast.c (processParms),
5416         * src/SDCC.y (function_declarator2, declarator2_function_attributes):
5417         fixed bug 751859
5418         * support/valdiag/valdiag.py: added GCC to the list of defines active
5419         when compiling with gcc
5420
5421 2004-02-07 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5422
5423         * support/Util/SDCCerr.h,
5424         * support/Util/SDCCerr.c,
5425         * src/SDCCast.c (decorateType, sizeofOp): complain when sizeof is used
5426         with an incomplete type (fixed bug #883734)
5427         * src/SDCCicode.c (geniCodeCast): fixed bug #890510
5428
5429 2004-02-07 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5430
5431         * src/pic16/gen.c (genCmpEq, shiftRLong): fixed declarations
5432
5433 2004-02-06 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5434
5435         * src/SDCCast.c (decorateType),
5436         * src/SDCCicode.c (geniCodeParms, geniCodeCall): fixed bugs in my ANSI
5437         function pointer implementation
5438         * support/regression/tests/funptrs.c: added tests to verify both forms
5439         of function pointers work correctly. Added tests to verify parameters
5440         are passed in the correct order.
5441
5442 2004-02-06  Vangelis Rokas <vrokas AT otenet.gr>
5443
5444         * device.c (regCompare): registers are sorted by ascending
5445         address and increasing size,
5446         * main.c (_pic16_finaliseOptions): removed the declaration
5447         of compiler macro MCU. Now a macro of the format pic18fxxxx
5448         will be defined from the command line
5449
5450 2004-02-06  Hans-Juergen Dorn <hans.dorn AT apl-landau.de>
5451             patch committed by Vangelis Rokas <vrokas AT otenet.gr>
5452
5453         * pcode.c (pic16initMnemonics): fixed typo in assignment to PCOP_RLNCF
5454         PCOP_RLCF was overwritten!
5455         * gen.c (genSkip): commented out calls to pic16_emitcode,
5456         * (genCmpEQ): fixed "long" compares, only high word did get compared,
5457         * (genlshTwo),
5458         * (genRRC): added debugging info,
5459         * (shiftL2Left2Result): Fixed bug, if offr > offl. Result got
5460         overwritten while shifting,
5461         * (shiftR2Left2Result): Fixed bug, if offr < offl. Result got
5462         overwritten while shifting,
5463         * (AccLsh),
5464         * (AccRsh),
5465         * (shiftLLeftOrResult),
5466         * (shiftRLeftOrResult),
5467         * (shiftRLong),
5468         * (shiftLLong): Implemented with pic16_emitpcode
5469         * (genlshFour): Replaced pic16_aopPut with pic16_emitpcode,
5470         * (genLeftShift): Fixed bug, operand for shift by variable always
5471         was "and"ed with 0x0f,
5472         * (genLeftShiftLiteral),
5473         * (genrshTwo),
5474         * (genRightShiftLiteral): added debugging info,
5475         * (genrshFour): added comment,
5476         * (genRightShift): determined signedness from operand "left"
5477         instead of "result"
5478
5479 2004-02-04 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5480
5481         * src/SDCCicode.c (geniCodeParms),
5482         * src/SDCCast.c (decorateType, processParms): support for ANSI-style
5483         function pointers, fixed function pointer bugs #861242 and #861896
5484
5485 2004-01-31 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
5486
5487         * device/include/c8051f000.h,
5488         * device/include/c8051f120.h,
5489         * device/include/c8051f300.h: added header files for Silicon
5490         Laboratories (formerly Cygnal) CPUs. Contributed by Maarten Brock.
5491
5492 2004-01-31 Bernhard Held <bernhard AT bernhardheld.de>
5493
5494         * src/SDCCast.c (processParams): added new type flow and restructured
5495         (gatherAutoInit): added new type flow
5496         (addCast): cosmetic changes
5497         (getLeftResultType): added new type flow for array indices, patch
5498         provided by Stas, see FR #877103
5499         (decorateType): SDCC_NEWTYPEFLOW removed, new type flow is now standard;
5500         array index patch by Stas
5501         * src/SDCCast.h: added prototype getResultTypeFromType()
5502         * src/SDCCval.h,
5503         * src/SDCCval.c (resolveIvalSym) (resolveIvalSym),
5504         * src/pic/glue.c (pic14emitStaticSeg),
5505         * src/pic16/glue.c (pic16emitStaticSeg),
5506         * src/SDCCglue.c (emitRegularMap) (emitStaticSeg): added new type flow
5507         for initialization of symbols
5508         * src/SDCCicode.c (geniCodeArray): removed warning W_ARRAY_BOUND
5509         * support/Util/SDCCerr.h:
5510         * support/Util/SDCCerr.c: replaced W_ARRAY_BOUND by W_IDX_OUT_OF_BOUNDS
5511         * .version: bumped version number to 2.3.8
5512         * device/include/Makefile.in (install),
5513         * doc/Makefile (install): changed to 'rm `find ...`' construct to
5514         avoid warnings
5515
5516 2004-01-30 Bernhard Held <bernhard AT bernhardheld.de>
5517
5518         * support/regression/tests/libmullong.c: fixed for 64 bit hosts
5519         Slade Rich fixed an optimization bug
5520         * src/pic/pcodepeep.c,
5521         * src/pic/pcoderegs.c
5522         * doc/Makefile (install): added test for directory
5523
5524 2004-01-30 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5525
5526         * src/mcs51/ralloc.c (getRegPtr, getRegGpr),
5527         * src/ds390/ralloc.c (getRegPtr, getRegGpr),
5528         * src/pic/ralloc.c (getRegPtr, getRegGpr),
5529         * src/pic16/ralloc.c (getRegPtr, getRegGpr),
5530         * src/z80/ralloc.c (getRegGpr): fixed bug #883361
5531         * as/mcs51/asexpr.c (term),
5532         * as/hc08/asexpr.c (term): fixed bug #887146
5533
5534 2004-01-29 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5535
5536         * src/z80/gen.c (genMult): handle single byte result product
5537         * src/SDCCopt.c (killDeadCode): never convert ADDRESS_OF iCode to
5538         DUMMY_READ_VOLATILE (fixed bug #886367)
5539
5540 2004-01-27 Bernhard Held <bernhard AT bernhardheld.de>
5541
5542         * support/regression/tests/libmullong.c: fixed logic, on little endian
5543         hosts we ended without a mullong_wrapper()
5544
5545 2004-01-27 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5546
5547         * ChangeLog: changed "@" to " AT " in hopes of reducing spam and
5548         virus/worm forged address usage.
5549
5550 2004-01-27 Bernhard Held <bernhard AT bernhardheld.de>
5551
5552         Fixed promotion, it should be done on AST level:
5553         * src/SDCCast.c (addCast): added promotion to int
5554         (decorateType): updated call to upCast()
5555         * src/SDCCicode.c (geniCodeLeftShift): removed call to
5556         usualUnaryConversions()
5557
5558 2004-01-26  Michael Hope  <michaelh AT juju.net.nz>
5559
5560         * support/regression/tests/literalop.c (mulWrapper): Added a
5561         wrapper to remove integer overflow warnings.
5562
5563         * support/regression/tests/float_trans.c: Made work on host.
5564
5565         * support/regression/ports/ucz80/spec.mk (UCZ80): Made detect the
5566         location of sz80.
5567
5568         * support/regression/generate-cases.py (main): Changed from inline
5569         to a main method.
5570
5571         * doc/Makefile (install): Changed to depth first to get rid of
5572         missing directory install warning.
5573
5574         * as/Makefile (install-doc): Made work on Mac.
5575
5576 2004-01-25 Bernhard Held <bernhard AT bernhardheld.de>
5577
5578         * src/SDCCast.c: added an additional type flow in decorateType() of
5579         opposite direction, see feature request #860006; it's enabled at runtime
5580         by setting the environment variable SDCC_NEWTYPEFLOW
5581         * src/SDCCast.h: changed prototype of decorateType()
5582         * src/SDCCglue.c (emitRegularMap): updated call of decorateType()
5583         * src/SDCCicode.c (geniCodeDivision) (geniCodeModulus): promotion from
5584         'char' to 'int' can be omitted, if both operands are 'unsigned char';
5585         see feature request #877103
5586         * src/SDCCval.c: updated call of decorateType()
5587         (valBitwise): fixed bug #882876
5588         (valMinus): added promotion
5589         (valLogicAndOr): result is unsigned
5590         (cheapestVal) (constVal): literals from 0...255 are 'unsigned char' now
5591         * src/SDCCsymt.c (computeType),
5592         * src/mcs51/gen.c (genCmpGt) (genCmpLt): literal 'unsigned char'
5593         must not cause an unsigned operation
5594         * src/pic/glue (pic14emitRegularMap),
5595         * src/pic16/glue.c (pic16emitRegularMap): updated call of decorateType()
5596
5597 2004-01-23 Bernhard Held <bernhard AT bernhardheld.de>
5598
5599         * src/pic/pcode.c (PCodeID): commented out left over debug code
5600
5601 2004-01-20 Bernhard Held <bernhard AT bernhardheld.de>
5602
5603         * support/valdiag/tests/overflow.c: added shift tests
5604         * src/pic/device.c,
5605         * src/pic/gen.c,
5606         * src/pic/gen.h,
5607         * src/pic/glue.c,
5608         * src/pic/main.c,
5609         * src/pic/pcode.c,
5610         * src/pic/pcode.h,
5611         * src/pic/pcodepeep.c,
5612         * src/pic/pcoderegs.c,
5613         * src/pic/ralloc.c,
5614         * src/pic/ralloc.h: applied patch from Slade Rich;
5615         added support for multiple code pages and multiple RAM banks on the
5616         PIC 14 port. The ASM files now no longer simply assume all the
5617         code / RAM are in the same page / bank. This means the linker can
5618         safely allocate code/RAM of separate ASM files to different pages/banks.
5619         * doc/sdccman.lyx: added Slade's tips
5620         * src/mcs51/peeph.def: fixed bug #880768
5621
5622 2004-01-20 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5623
5624         * src/hc08/ralloc.c (rematStr): fixed bug #879282
5625         * src/SDCCast.c (decorateType): fixed bug #880197
5626
5627 2004-01-20  Michael Hope  <michaelh AT juju.net.nz>
5628
5629         * sim/ucsim/gui.src/serio.src/main.cc: Fixed unconditional use of
5630         getopt.h.
5631
5632         * debugger/mcs51/cmd.c (getValBasic): Changed strtof to strtod as
5633         strtof is not part of C89 and isn't included with Mac OS X.
5634
5635 2004-01-20 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5636
5637         * src/hc08/gen.c (genPlusIncr, genUminus, genMinusDec, genCmp,
5638         shiftL2Left2Result): fixed bug #879326
5639         (genAnd, genOr, genXor): fixed bug when result was of type AOP_CRY
5640         (genMultOneByte): fixed bug in signed vs unsigned multiplication
5641         * sim/ucsim/hc08.src/inst.cc (inst_clr): added missing effective
5642         address fetch for clr instruction
5643         * device/lib/hc08/_mulint.c: created optimized assembly version
5644         * src/SDCCdflow.c (computeDataFlow): fixed bug #878209
5645
5646 2004-01-19 Bernhard Held <bernhard AT bernhardheld.de>
5647
5648         * src/SDCCicode.c (geniCodeArray): applied patch from Stas Sergeev
5649         proposed in FR #877103
5650
5651 2004-01-18 Bernhard Held <bernhard AT bernhardheld.de>
5652
5653         * src/SDCCval.c (cheapestVal): added missing checks
5654         * src/SDCCicode.c (usualBinaryConversions): fixed condition
5655         * src/SDCCicode.c (geniCodeAdd): fixed part of bug #877103
5656
5657 2004-01-16 Klaus Flittner <klaus_flittner AT gmx.de>
5658
5659         * src/ds390/gen.c (aopOp3): fixed the assignment of different dptrs to
5660         equal operands
5661
5662 2004-01-16 Vangelis Rokas <vrokas AT otenet.gr>
5663
5664         * src/SDCCmain.c (linkEdit): variable $3 of the linker command is
5665         loaded with the linker search paths (-L arguments) and the libraries
5666         to be linked with the current source (-l arguments). Changes
5667         currently will affect only the pic16 port.
5668         * src/pic16/main.c (_pic16_finaliseOptions): add to the linker
5669         include path the port specific paths and port specific libraries,
5670         * gplink command now contains the $3 argument,
5671         * src/pic16/device.h,
5672         * src/pic16/device.c,: structure PIC_device is made public and
5673         renamed to PIC16_device, the same for variable Pics which is renamed
5674         to Pics16. Updated all references to them.
5675         * src/pic16/glue.c (pic16glue): corrected bug with code
5676         initialization which bypassed the variable initializations block.
5677
5678         * device/lib/pic16/Makefile.rules: removed --penable-stack from
5679         COMPILE_FLAGS and added the --nostdinc option
5680
5681 2004-01-15 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5682
5683         * device/include/mc68hc908jb8.h: Register defs for another member
5684         of the hc08 family. Contributed by Bjorn Bringert - thanks!
5685
5686 2004-01-14 Vangelis Rokas <vrokas AT otenet.gr>
5687
5688         Documenting changes from previous commits.
5689         * configure.in (version 1.56),
5690         * configure: initially I've added AC_CONFIG_SUBDIRS(device/lib/pic16)
5691         when generating output files to configure the pic16 library,
5692         but now I've commented it out, since gputils aren't installed in the
5693         SF compile farm, so library won't compile
5694
5695         * device/lib/Makefile.in (version 1.56): initially I've added in
5696         target 'all' the prerequestive 'model-pic16' so it compiled the
5697         pic16 library, but now I've commented it out for the same reasons
5698         above,
5699         * added targets 'model-pic16' and 'objects-pic16' to compile the
5700         library
5701         * added target 'port-specific-objects-pic16' to handle the
5702         generated libraries and copy them into the build/ directory
5703         * added target 'clean-intermediate-pic16' to clean intermediate
5704         files into pic16 directory
5705         * in target 'installdirs' added line to create directory pic16 in
5706         the installation path
5707
5708         * device/include/Makefile.in (version 1.11): in target 'install'
5709         added lines to copy all header files to installation path,
5710         * in target 'installdirs' added line create directory for pic16
5711         headers in the installation path
5712
5713 2004-01-13 Klaus Flittner <klaus_flittner AT gmx.de>
5714
5715         * src/ds390/gen.c (genCall): fixed a double use of acc and b after
5716          a function call
5717
5718 2004-01-13 Bernhard Held <bernhard AT bernhardheld.de>
5719
5720         * configure,
5721         * device/lib/configure.in,
5722         * device/lib/configure: fixed for autoconf 2.57
5723
5724 2004-01-13 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5725
5726         * src/z80/main.c (_parseOptions): fixed the portmode= command line
5727         option so that it actually works. Made it specific to the z80, since
5728         the gbz80 doesn't have these kinds of I/O ports.
5729
5730 2004-01-13 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5731
5732         * device/include/z180.h,
5733         * device/lib/_memcpy.c,
5734         * device/lib/_memmove.c,
5735         * device/lib/_mulint.c,
5736         * device/lib/ser_ir.c,
5737         * device/lib/ser_ir_cts_rts.c,
5738         * device/lib/_strcmp.c,
5739         * device/lib/_strtok.c: fixed pragmas to non-deprecated form
5740         * src/z80/main.c (_process_pragma): add support for pragmas bank and
5741         portmode; added deprecation warning for bank= and protmode= forms.
5742         Also, guard against buffer overflow.
5743         * src/z80/gen.c (aopGet): generate better code for sfr banked read
5744
5745 2004-01-13 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5746
5747         * src/hc08/main.c (_hc08_genAssemblerPreamble): fixed bug #875487. Also
5748         changed interrupt vector table generation to only emit declared vectors.
5749         * device/include/Makefile.in: added missing backslash
5750         * device/lib/pic16/Makefile.rules: add $(MODELFLAGS) to $(CFLAGS)
5751
5752 2004-01-13 Vangelis Rokas <vrokas AT otenet.gr>
5753
5754         Mainly changes to support compilation of the device libraries
5755         * src/pic16/device.c: stack is allocated via symbol and not
5756         via literal number. The symbol is placed in the corresponding
5757         position of the data ram
5758         * (pic16_dump_section): relocatable and absolute uninitialized
5759         data are now emitted in sorted order to reduce section naming,
5760         * src/pic16/ralloc.c (newReg): fixed bug with SFR's that
5761         weren't marked as being in the access bank,
5762
5763 2004-01-13 Vangelis Rokas <vrokas AT otenet.gr>
5764
5765         Added portion of GNU PIC Library under the directory
5766         device/include/pic16 and device/lib/pic16. These files
5767         contain the declarations of SFRs for the PIC18Fxx2 devices.
5768         The directory is initialized via configure from toplevel.
5769
5770 2004-01-12 Klaus Flittner <klaus_flittner AT gmx.de>
5771
5772         * src/ds390/gen.c (operandsEqu): fixed a little typo, that prevented
5773         the spilllocations to be compared correctly
5774
5775 2004-01-12 Bernhard Held <bernhard AT bernhardheld.de>
5776
5777         * src/SDCCast.c (decorateType): fixed bug introduced today
5778
5779 2004-01-12  Borut Razem <borut.razem AT siol.net>
5780
5781         * src/SDCC.lex, support/Util/SDCCerr.h, support/Util/SDCCerr.c,
5782         doc/sdccman.lyx: upper case pragmas are deprecated
5783
5784 2004-01-12 Bernhard Held <bernhard AT bernhardheld.de>
5785
5786         * src/SDCCast.c (decorateType): replacing 'ul > 0' by  '!ul' results
5787         in simpler and even better code
5788
5789 2004-01-11 Bernhard Held <bernhard AT bernhardheld.de>
5790
5791         * src/SDCCicode.c (operandOperation): fixed bug #874819
5792         * src/SDCCast.c (decorateType): fixed
5793         char foo (unsigned long ul) { return ul > 0; }
5794
5795 2004-01-11 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
5796
5797         * doc/sdccman.lyx: Moved and added some sections, small changes
5798         all over. Telling LaTeX to be less strict with word spacing
5799         to better keep the right margin. Changed some notes about
5800         maintainance of the ports in section 3.2.1 - is it OK like this?
5801
5802 2004-01-11 Vangelis Rokas <vrokas AT otenet.gr>
5803
5804         SDCC source changes:
5805         * src/SDCCopt.c (cntToFcall, cnvToFloatCast, cnvFromFloatCast,
5806         convilong): modified to inform the pic16 port that builtin functions
5807         are external
5808
5809         PIC16 PORT specific changes:
5810         * src/pic16/device.c pic16_dump_equates() added,
5811         processor registers declared internally by the port are emitted in
5812         the translation as equates,
5813         * src/pic16/gen.c: inline code is passed unprocessed to the
5814         translation,
5815         * (pic16_popGetLit2): fnuction modified to take second operand as
5816         pCodeOp pointer and not as literal,
5817         * (popRegFromIdx): prefixed with pic16_,
5818         * (pic16_popCombine2): modified to receive already allocated pCode
5819         operands,
5820         * (pic16_pushpCodeOpReg, pic16_poppCodeOpReg): added
5821         * (genFunction): initializes local stack frame and pushes on stack
5822         all the registers used by this function,
5823         * (genEndFunction): restores all registers from stack and restores
5824         stack frame,
5825         * src/pic16/glue.c (pic16emitRegularMap): various changes and
5826         improvements,
5827         * (pic16glue): changed the program startup sequence,
5828         * added new dbName code 'A' for functions placed in absolute section
5829         * src/pic16/main.c: added function attribute _naked,
5830         * added pragma 'code' to place a fnuction at an absolute address,
5831         * added command line arguments --debug-ralloc and --pcode-verbose,
5832         * (_pic16_finiliseOptions): options.all_callee_saves is set by default
5833         * src/pic16/pcode.c (pic16_pBlockConvert2Absolute) added,
5834         * (pic16_newpCodeOpLit2): modified to take the second operand as
5835         pCodeOp pointer,
5836         * (pic16_printpBlock): modified to emit each function in a separate
5837         section,
5838         * (pic16_get_op): modified to use the gpasm modifiers LOW,HIGH and
5839         UPPER for immediate operands,
5840         * src/pic16/pcodepeeph.c: added peephole support for the LFSR
5841         instruction,
5842         * src/pic16/peeph.def: all peepholes with movff are commented out,
5843         because there is a problem in the pcode peep optimizer,
5844         * src/pic16/ralloc.c: the register allocator can now reuse local
5845         function symbols for another function. This saves register usage.
5846         * src/pic16/ralloc.h: added flag isLocal in structure regs,
5847
5848         Added file src/pic16/NOTES with information about program writing on
5849         the current port version.
5850
5851 2004-01-11 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
5852
5853         * src/mcs51/peephole.def: added peepholes 177.c,d (redundant moves)
5854         and peephole 252 (array access)
5855
5856 2004-01-09  Borut Razem <borut.razem AT siol.net>
5857
5858         * src/SDCCmain.c : fixed #872250: -l command line defined library
5859           files are scanned before standard library files
5860
5861 2004-01-10 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5862
5863         * src/SDCCast.c (decorateType): fixed bug #874046
5864
5865 2004-01-09  Borut Razem <borut.razem AT siol.net>
5866
5867         * support/scripts/sdcc.nsi: remove previous installation
5868
5869 2004-01-09 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
5870
5871         * src/SDCCglue.c (createInterruptVect): don't append 7(5) padding
5872         bytes for last interrupt vector (mcs51)
5873         * sdcc.spec: fixed typo
5874
5875 2004-01-09 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5876
5877         * src/mcs51/gen.c (genFunction, genEndFunction, genReceive, getTempRegs,
5878         gen51Code): more efficient parameter receive for --model-large
5879         ("bug" #845294)
5880
5881 2004-01-09 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5882
5883         * src/ds390/main.c,
5884         * src/z80/main.c: added missed needLinkerScript flags (more than
5885         one port structure defined in these file)
5886         * src/ds390/gen.c (aopForSym, aopOp, operandsEqu, aopOp3): fixed
5887         bug #795325
5888
5889 2004-01-08 Vangelis Rokas <vrokas AT otenet.gr>
5890
5891         * src/SDCCmain.c: removed various references to DEFAULT_PORT
5892         * src/port.h: added flag needLinkerScript in port->linker
5893         structure to inform whether to create a .lnk file or not,
5894         * src/avr/main.c,
5895         * src/ds390/main.c,
5896         * src/hc08/main.c,
5897         * src/mcs51/main.c,
5898         * src/pic/main.c,
5899         * src/pic16/main.c,
5900         * src/xa51/main.c,
5901         * src/z80/main.c: changed appropriately to configure
5902         needLinkerScript flag
5903         * src/pic/gen.c,
5904         * src/pic16/gen.c (genAddrOf): fixed bug #863624
5905         * src/pic/glue.c: added variable udata_section_name to
5906         override default uninitialized data segment definition for
5907         devices only with SHAREBANK memory (reported from Erik Epetrich)
5908         * (pic14emitOverlay): modified to emit a commented overlay segment
5909         directive when no overlay data exist
5910         * (picglue): modified to emit uninitialized data segment
5911         according to udata_section_name
5912         * src/pic/main.c (_pic14_parseOptions): added command line
5913         options --udata-section-name=[name] to override default
5914         udata definition name
5915         * modified _linkCmd and _asmCmd to include compiler passed
5916         arguments via -W option
5917         * src/pic16/main.c: added $l in _asmCmd, changed extension for
5918         object file from '.rel' to '.o' in port->linker structure,
5919         changed size of fptr from 2 to 3 in port structure
5920
5921 2004-01-07  Borut Razem <borut.razem AT siol.net>
5922
5923         * support/scripts/sdcc.nsi: update PATH
5924         * support/scripts/sdcc.ico: craeted
5925
5926 2004-01-07 Bernhard Held <bernhard AT bernhardheld.de>
5927
5928         * device/include/Makefile.in: fix install
5929         * doc/Makefile: fix install
5930
5931 2004-01-07 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5932
5933         * src/SDCCsymt.c (processFuncArgs): fixed superflous allocation noted
5934         in bug #860505
5935         * src/SDCCmem.c (printAllocInfoSeg, printAllocInfo): minor changes to
5936         how the function variable allocation summary is displayed; also
5937         include information about variables allocated to the overlay
5938         segment
5939
5940 2004-01-06  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
5941
5942         * as/mcs51/lkmain.c: Help about -Y option
5943         * as/mcs51/lkarea.c: Fixed gcc warnings
5944
5945 2004-01-06 Bernhard Held <bernhard AT bernhardheld.de>
5946
5947         * src/SDCCval.c (valShift): changed from 16 to 32 bit shift count,
5948         fixed warning
5949         * support/valdiag/tests/overflow.c: added
5950         * src/SDCCast.c (decorateType),
5951         * src/SDCCicode.c (geniCodeLeftShift): added promotion to int for
5952         LEFT_OP (left shift)
5953
5954 2004-01-06  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
5955
5956         * as/mcs51/lkmain.c: stack must be after data when option -Y is not used
5957         (default behaviour).
5958
5959 2004-01-06 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5960
5961         A python script to validate compiler diagnostic messages. It can be
5962         used to verify that sdcc complains about bad c source code and
5963         gives a good location of the error.
5964         * support/valdiag/Makefile,
5965         * support/valdiag/valdiag.py,
5966         * support/valdiag/tests/*
5967
5968 2004-01-06 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5969
5970         * src/SDCC.y (enum_specifier, enumerator_list, opt_assign_expr),
5971         * src/SDCCsymt.c (newEnumType),
5972         * src/SDCCsymt.h
5973         * support/Util/SDCCerr.c,
5974         * support/Util/SDCCerr.h: fixed bug #871258 and some other unreported
5975         enum related bugs.
5976         * support/regression/tests/enum.c: added test for enum values that
5977         require at least 2 bytes of storage.
5978
5979 2004-01-06 Vangelis Rokas <vrokas AT otenet.gr>
5980
5981         * src/common.h: added ifndef/define/endif macros
5982         around the header file.
5983         Bug reported from Jesus Calvino-Fraga
5984
5985 2004-01-06 Bernhard Held <bernhard AT bernhardheld.de>
5986
5987         * sdcc.spec: updated
5988         * device/include/Makefile.in: don't install CVS directories
5989         * device/lib/Makefile.in: added removal of CVS directories after install
5990         * doc/Makefile: fixed install, added local_icons
5991         * sim/ucsim/gui.src/Makefile.in: fixed an old typo
5992         * src/mcs51/gen.c (genRightShift): fixed bug #870788
5993         * src/ds390/gen.c (genRightShift): fixed bug #870788
5994         * src/SDCCast.c (decorateType): fixed bug #870781
5995
5996 2004-01-06 Vangelis Rokas <vrokas AT otenet.gr>
5997
5998         PIC16 port related changes:
5999         * device.c: removed pic16_finalMapping and pic16_finalMappingSize,
6000         added variable stackPos,
6001
6002         * gen.c: genCall, assignResultValue: added support for
6003         pushing/retrieving function parameters to/from stack,
6004         genFunction,genEndFunction: setup stack frame for the
6005         generated function,
6006         genAddrOf: will be changed according to bug 863624
6007
6008         * added files genutils.c and genutils.h which contain gen*
6009         debugged and optimised functions extracted from gen.c
6010
6011         * glue.c: added variable 'externs' which holds extern symbols,
6012         pic16emitRegularMap: is modified to properly handle relocatable
6013          symbols under the new scheme,
6014         pic16createInterruptVect: is modified
6015         pic16printPublics: is modified to emit 'global' assembler directives,
6016         added pic16_printExterns to print extern symbols,
6017         pic16glue: initializes stack/frame pointer in the beginning of
6018         the assembly output. Temporary hack, will be corrected later,
6019         because gplink yet does not support stack and SDCC does not
6020         yet support a type of crt0.o object to create the final binary.
6021
6022         * Removed many lines that contain 8051 legacy code.
6023         * The code is finally placed under a 'code' directive.
6024         * Added port specific options.
6025
6026         * _process_pragma: simplified since now we do not need *special*
6027         include file to define SFR registers. But a separate header
6028         will be needed. This will be developed later.
6029         * _pic16_parseOptions: added, parses port specific options:
6030         --pgen-banksel, --obanksel=, --pomit-config-words, --pomit-ivt,
6031         --pleave-reset-vector, --penable-stack, --pstack-model, --debug-xtra
6032         --preplace-udata-with=
6033
6034         * _pic16_setDefaultOptions: modified to initialize section names,
6035         but hack is temporarly out of order since it needs improvement.
6036         * _pic16_genAssemblerPreamble: configuration words are emitted by
6037         their address instead of their name. This part is incomplete and
6038         supports only the 18Fxx2 devices. Other devices will emit an error
6039         during assembly since they do not contain the same set of config
6040         registers
6041         * _pic16_genIVT: is modified,
6042
6043         * pcode.c: added definitions for some hardware registers that are needed
6044         for stack support
6045         * added flag is2LitOp and variable pci_magic in pCodeInstruction.
6046         All PCI entries are updated. Now LFSR is supported.
6047         * Removed pic16_pciTRIS is mentioned by mdubuc in source
6048         * added pic16_newpCodeOpLit2 to support instructions with
6049         two literal arguments
6050         * pic16_pCode2str: corrected code that emits assembler instructions
6051         with two literal operands and those that have an access bit modifier
6052         * genericPrint: now PC_ASMDIR pCodes, can emit a label if it exists,
6053         this fixes a bug which caused some labels to be lost, when an
6054         assembler directive was added, i.e. banksel,
6055         * pic16_FixRegisterBanking: improved logic that causes the insertion
6056         of bank switching,
6057         * InlineFunction: functions that are called once, are not any more
6058         inlined. This can be a port option in the future,
6059
6060         * pcode.h: added pCodeOpLit2 and added variable label in pCodeAsmDir
6061
6062         * ralloc.c: added pic16_rel_udata and pic16_fix_udata variables which
6063         hold the corresponding uninitialized symbols,
6064         * pic16_allocProcessorRegister: registers have explicit marked the
6065         accessBank field,
6066         * pic16_allocInternalRegister: registers are explicit marked as
6067         not used,
6068         * pic16_writeUsedRegs: pic16_dynDirectBitRegs was missing from the
6069         processing list, so bit registers were lost,
6070         *
6071
6072         * ralloc.h: added field 'accessBank' and original symbol operand
6073         in register definition,
6074         * removed the field isMapped from register definition,
6075
6076         ** Several functions have been removed from various sources:
6077         BanksUsedFlow2,BanksUsedFlow,FixBankFlow,InstructionRegBank,
6078         pic16_addMemRange,pic16_isREGinBank,pic16_dump_map,pic16_dump_cblock
6079         isSFR,validAddress,mapRegister,assignRegister,pic16_assignFixedRegisters
6080         pic16_assignRelocatableRegisters
6081
6082         ** others have been introduced:
6083         pic16_areRegsSame,pic16_dump_section,checkAddReg,pic16_groupRegistersInSection
6084         pic16_popGetLit2,pic16_popCombine2,pushw,pushaop
6085
6086 2004-01-05 Vangelis Rokas <vrokas AT otenet.gr>
6087
6088         * support/scripts/inc2h.pl: changed definition of BIT_AT
6089         to emit 'sbit at' instead of 'bit at'. This was a request.
6090
6091         PIC16 port related preliminary changes:
6092         * gen.c: prefixed function popRegFromString with
6093         pic16_ and all references to it corrected
6094         * pcode.c: all pic16_pc_* hardware registers prefixed
6095         with underscore (_),
6096         pic16_popCopyGPR2Bit(): function sets register wasUsed=1
6097         * ralloc.c: newReg(): when register is REG_SFR then
6098         set address to rIdx,
6099         pic16_allocProcessorRegister(): marks register wasUsed=0
6100         pic16_writeUsedRegs(): added a call to assign processor
6101         registers via pic16_assignFixedRegisters
6102
6103 2004-01-04  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
6104
6105         * as/mcs51/aslink.h, as/mcs51/lkarea.c, as/mcs51/lkdata.c,
6106         as/mcs51/lkmain.c, as/mcs51/lkmem.c: 8051 linker can now pack
6107         variables in unused register banks.  Also the SSEG is placed
6108         wherever there is enough space for it, and IDATA can be anywhere
6109         in internal RAM.  For now compile using -Wl-Y[stack_size].
6110         The mem file is different for this option as well, since it
6111         makes no sense of talking about DSEG lenght.
6112
6113 2004-01-02 Vangelis Rokas <vrokas AT otenet.gr>
6114
6115         * src/SDCClrange.c: fixed bug 869095 that caused segfault
6116         in certain cases, e.g. when ROM assignment, patch provided
6117         from Albert den Haan.
6118
6119 2004-01-01 Bernhard Held <bernhard AT bernhardheld.de>
6120
6121         Many signedness and type propagation fixes:
6122         * src/SDCCicode.c: made geniCodeCast() static
6123         replaced SPEC_ by IS_ (cosmetic)
6124         (operandOperation): fixed div and mod operation
6125         (usualBinaryConversions): added support for promotion of char
6126         (geniCodeMultiply): replaced (unsigned long) by (TYPE_UDWORD)
6127         (geniCodeDivision): replaced (unsigned long) by (TYPE_UDWORD)
6128         (geniCodeAdd): an array index will stay unsigned, even if promoted
6129         from char to int
6130         (geniCodeArray): ditto
6131         * src/SDCCicode.h: made geniCodeCast() static: removed prototype
6132         * src/SDCCsymt.c (computeType): added more support for char;
6133         promotion of char is selectable by promoteCharToInt, fixed signedness
6134         for all cases
6135         (powof2): replaced (unsigned long) by (TYPE_UDWORD)
6136         * src/SDCCsymt.h (powof2): replaced (unsigned long) by (TYPE_UDWORD)
6137         * src/SDCCval (val*): replaced signedness calculation by
6138         computeType()
6139         rearranged if-branches (cosmetic)
6140         (valShift): added warning W_SHIFT_CHANGED
6141         (valCompare): fixed problem with different types
6142         * src/hc08/rallo.c (leastUsedLR): fixed gcc 3.3 warning
6143         * support/regression/tests/literalop.c: added many cases
6144         * support/regression/tests/ast_constant_folding.c: changed finally to
6145         'unsigned int'
6146         * .version: new year, new version: 2.3.7
6147         * src/SDCCmain.c (main): applied patch #866468
6148         * debugger/mcs51/sdcdb.c (parseCmdLine): added -k for ucsim, patch
6149         provided by Scott Bronson
6150         * doc/sdccman.lyx: updated documentation for sdcdb
6151         updated and added chapter tips
6152
6153 2004-01-01 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6154
6155         * src/SDCCsymt.h: missing from yesterday's commits
6156
6157 2003-12-31 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6158
6159         * src/SDCC.y (struct_or_union_specifier),
6160         * support/Util/SDCCerr.c,
6161         * support/Util/SDCCerr.h: verify that struct & union tags are used
6162         as declared.
6163
6164 2003-12-29 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6165
6166         * src/SDCCglobl.h: missing from yesterday's commits
6167
6168 2003-12-28 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6169
6170         * src/SDCC.y (external_definition, type_specifier2, sfr_reg_bit,
6171         sft_attributes, struct_declaration, parameter_declaration,
6172         type_name, start_block, declaration_list),
6173         * src/SDCC.lex (check_type): support redefinition of typedef names
6174
6175 2003-12-22 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
6176
6177         * src/mcs51/gen.c (genPlus): added special handling for 256 byte
6178         aligned xdata arrays. Erik helped me with the if clause.
6179
6180 2003-12-20 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6181
6182         * device/lib/ds390/tinibios.c (CpuSpeed): suppress unreachable code
6183         warning
6184
6185 2003-12-20 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6186
6187         * src/SDCCast.h,
6188         * src/SDCCast.c (newAst_),
6189         * src/SDCCicode.h,
6190         * src/SDCCicode.c (ast2iCode, newiCode),
6191         * src/SDCCglobl.h,
6192         * src/SDCC.y (logical_and_expr, logical_or_expr, conditional_expr,
6193         expr, statement, expression_statement, selection_statement,
6194         iteration_statement, expr_opt, jump_statement): foundation for tracking
6195         sequence points
6196         * src/SDCCopt.c (killDeadCode): fixed bug #861580 (needs the sequence
6197         point code too)
6198
6199 2003-12-19 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6200
6201         * support/Util/SDCCerr.c,
6202         * src/SDCCast.h,
6203         * src/SDCCast.c (createCase, createDefault, decorateType),
6204         * src/SDCClabel.c (labelUnreach),
6205         * src/SDCC.y (labeled_statement, jump_statement): More improvements
6206         to error messages.
6207         * support/Util/SDCCerr.c (werrorfl): fixed a non-standard declaration
6208         (with thanks to Stas Sergeev)
6209         * device/include/time.h,
6210         * device/lib/time.c (CheckTime): suppress unreachable code warning
6211
6212 2003-12-18 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6213
6214         * src/SDCCast.c (createIvalCharPtr),
6215         * src/SDCCglue.c (printChar): fixed bug #862241 (an error in my fix for
6216         bug #753752)
6217         * support/regression/tests/nullstring.c: tests for these two bugs
6218
6219 2003-12-18 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6220
6221         * support/Util/SDCCerr.h,
6222         * support/Util/SDCCerr.c (E_NOT_ALLOWED),
6223         * src/SDCC.y (struct_declaration, struct_or_union_specifier): complain
6224         about storage class and 'at' used inside struct or union
6225         * src/SDCCBBlock.c (iCodeFromeBBlock),
6226         * src/SDCCcse.c (ifxOptimize),
6227         * src/SDCCglue.c (emitRegularMap, initPointer, printIvalStruct,
6228         printIvalArray, printiValFuncPtr, printIvalCharPtr, printIvalPtr,
6229         printIval, emitStaticSeg, emitOverlay),
6230         * src/SDCClabel.c (deleteIfx),
6231         * src/SDCCopt.c (replaceRegEqv, eBBlockFromiCode),
6232         * src/SDCCast.c (resolveSymbols, createIvalStruct, createIvalArray,
6233         gatherAutoInit, processParms),
6234         * support/Util/SDCCerr.h,
6235         * support/Util/SDCCerr.c (werrorfl): Support for better error location
6236         reporting for post-parse errors.
6237
6238 2003-12-16 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6239
6240         * src/SDCCval.c (valPlus, valMinus, valShift): fixed some problems with
6241         implicit casts via union; they don't work on big endian systems
6242         (possible fix for bug #861138)
6243
6244 2003-12-16 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
6245
6246         (committed by Erik Petrich <epetrich AT ivorytower.norman.ok.us> on Frieder's behalf)
6247         * src/mcs51/main.c: fixed the fix for bug #737001
6248
6249 2003-12-15  Borut Razem <borut.razem AT siol.net>
6250
6251         * support/scripts/sdcc.nsi: updated for NSIS 2.0 beta 4
6252
6253 2003-12-14 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6254
6255         * support/makebin/makebin.c: put output in binary mode
6256
6257 2003-12-13 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
6258
6259         * src/mcs51/main.c: fixed bug #737001 for the mcs51. SDCC clears
6260         xdata and data memory on startup. Set the environment variable
6261         SDCC_NOGENRAMCLEAR to disable this.
6262         * src/mcs51/peephole.def,
6263         * src/ds390/peephole.def: using the atomic test and clear instruction jbc
6264         (allows non-interrupt and interrupt code to safely compete for a resource
6265         without the non-interrupt code having to disable interrupts)
6266
6267 2003-12-13 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6268
6269         * src/SDCCicode.c (geniCodeAdd),
6270         * src/SDCCast.c (decorateType): fixed bug #857753 (need to be careful
6271         with valFromType if type might be a pointer and host is big endian).
6272         * src/SDCCast.c (decorateType): unary plus compatible with all arithmetic
6273         types, not just integer types.
6274         * src/SDCCsymt.c (addSymChain): clarified error message when symbol is
6275         multiply defined with mismatching "at" address.
6276
6277 2003-12-12 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6278
6279         * src/ds390/main.c (PORT tininative_port): fixed bug #858416
6280         * src/SDCCglue.c (printChar, printIvalChar, emitStaticSeg),
6281         * src/SDCCast.c (createIvalCharPtr, stringToSymbol): handle strings
6282         with embedded nulls (fixed bug #753752)
6283
6284 2003-12-12 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
6285
6286         * src/mcs51/main.c(_mcs51_genRAMCLEAR): using r0 instead of r1/r2.
6287         Apparently this did not see much testing (endless loop)
6288
6289 2003-12-11 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6290
6291         * src/z80/ralloc.c: set DISABLE_PACK_HL = 1 as a temporary fix to bug #855165
6292
6293 2003-12-10 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6294
6295         * src/SDCCdebug.c (outputDebugSymbols, outputDebugStackSymbols, dumpSymInfo):
6296         gracefully handle NULL memmap pointers
6297
6298 2003-12-08 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6299
6300         * src/SDCCopt.c (killDeadCode): change iCode type to DUMMY_READ_VOLATILE
6301         instead of deleting the iCode when an operand is volatile
6302         * src/z80/gen.c (genDummyRead),
6303         * src/mcs51/gen.c (genDummyRead),
6304         * src/ds390/gen.c (genDummyRead),
6305         * src/hc08/gen.c (genDummyRead): handle operands in IC_LEFT and/or IC_RIGHT,
6306         not just IC_RIGHT
6307         * src/SDCCicode.c (geniCodeCall): fixed bug #851607
6308         * src/SDCC.y: fixed bug #850420
6309
6310 2003-12-05 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6311
6312         Applied z80 i/o port patch from Peter Townson and fixed some operators
6313         to better handle operands in A register.
6314         * device/include/z180.h
6315         * src/SDCC.y
6316         * src/SDCCglue.c
6317         * src/z80/gen.c
6318         * src/z80/gen.h
6319         * src/z80/main.c
6320         * src/z80/peeph-z80.def
6321         * src/z80/peeph.def
6322         * src/z80/z80.h
6323
6324 2003-12-03 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6325
6326         * src/SDCCsymt.c (addSymChain, compareTypeExact): fixed bug #838241 again
6327
6328 2003-12-01 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6329
6330         * device/lib/hc08/_mullong.c: Removed extra #endif
6331
6332 2003-12-01 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6333
6334         * sim/ucsim/hc08.src/inst.cc,
6335         * sim/ucsim/hc08.src/hc08mac.h: fixed some problems with CC flag bits and
6336         carries from x to h
6337         * src/hc08/gen.c (aopAdrStr): fixed problem with 16 bit immediate
6338         * src/hc08/gen.c (XAccRsh): fixed problem with right shift
6339         * device/include/stdarg.h: fixed varargs for hc08
6340         * device/lib/Makefile.in,
6341         * device/lib/hc08/Makefile,
6342         * device/lib/hc08/_mulint.c,
6343         * device/lib/hc08/_mullong.c: fixed some endian problems
6344
6345 2003-11-28 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
6346
6347         * sdcc/src/mcs51/gen.c (genMultOneByte): help peephole 105
6348         * sdcc/src/mcs51/peeph.def: added peephole 186.e array access in code space
6349         * device/lib/_gptrget.c,
6350         * device/lib/_gptrput.c: P2 not used any more (related to #850747, #785979)
6351
6352 2003-11-27 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6353
6354         * src/SDCClrange.c (findNextUseSym, rlivePoint): fixed bug #849795
6355         * src/SDCCast.c (astErrors): fixed bug #846007
6356         * src/SDCCsymt.c (checkFunction): fixed follow-up bug on bug #846007
6357
6358 2003-11-26 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6359
6360         * src/SDCCast.c (decorateType): disabled a transformation I added in
6361         revision 1.188 (access to fields of a structure at an absolute address);
6362         it breaks with bitfields, extern declarations, and gcse analysis.
6363         * src/SDCCopt.c (isLocalWithoutDef): if ADDRESS_OF applied to a symbol, it
6364         could be assigned through a pointer, so don't complain.
6365         * src/SDCCast.c (astErrors),
6366         * src/SDCCast.h,
6367         * src/SDCCglue.c (emitRegularMap): fixed bug #847813
6368
6369 2003-11-26 Vangelis Rokas <vrokas AT otenet.gr>
6370
6371         * src/pic16/main.c (_pic16_genIVT): fixed interrupt vector table
6372         * src/pic16/main.c (_pic16_genAssemblerPreamble): re-enabled the
6373         output of __config directives, since gpasm now supports them
6374         * src/pic16/main.c (_pic16_finaliseOptions): define MCU
6375         pre-processor macro, i.e. -DMCU=p18f452
6376         * src/pic16/ralloc.c: renamed packRegisters to pic16_packRegisters,
6377         and modified to handle 'cast' icode similarly to '=' icode
6378         * src/pic16/device.h (typedef struct PIC_device): added field
6379         'extMIface' to indicate that chip has external memory interface
6380         * src/pic16/device.c: added chips 18F248, 18F258, 18F448, 18F458,
6381         18F6520, 18F6620, 18F6680, 18F6720, 18F8520, 18F8620, 18F8680,
6382         18F8720
6383
6384 2003-11-26 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6385
6386         * src/SDCC.y (pointer): fixed bug #846006
6387         * support/Util/SDCCerr.c: made W_PTR_TYPE_INVALID message clearer
6388         * src/SDCCast.c (decorateType): fixed bug #846009
6389         * src/ds390/peeph.def,
6390         * src/ds390/gen.c (genAnd, genOr),
6391         * src/mcs51/peeph.def,
6392         * src/mcs51/gen.c (genAnd, genOr): fixed bug #846777
6393
6394 2003-11-25 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6395
6396         Fixed several common-sub-expression bugs (#772861, #768380, & #755323)
6397         * src/SDCCdflow.c
6398         * src/SDCCcse.c
6399         * src/SDCCcse.h
6400         * src/SDCCBBlock.h
6401         * src/SDCCBBlock.c
6402
6403 2003-11-23 Klaus Flittner <klaus_flittner AT gmx.de>
6404
6405         fixed bug #845089
6406         * src/SDCCbitv.h,
6407         * src/SDCCbitv.c: added function to free a bitvector
6408         * src/SDCClrange.h,
6409         * src/SDCClrange.c: added function to recompute the liveranges
6410         * src/avr/ralloc.c,
6411         * src/ds390/ralloc.c,
6412         * src/hc08/ralloc.c,
6413         * src/mcs51/ralloc.c,
6414         * src/pic/ralloc.c,
6415         * src/pic16/ralloc.c,
6416         * src/xa51/ralloc.c,
6417         * src/z80/ralloc.c: recompute the liveranges after register packing
6418
6419 2003-11-21 Klaus Flittner <klaus_flittner AT gmx.de>
6420
6421         * src/SDCCloop.c (newInduction): fixed bug #845630
6422
6423 2003-11-21 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6424
6425         * src/SDCCsymt.c (compareTypesExact): disabled debugging output
6426         inadvertantly left behind from my 2003-11-12 change
6427
6428 2003-11-20 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6429
6430         Updated headers I neglected to commit yesterday.
6431         * src/SDCClrange.h,
6432         * src/SDCCicode.h
6433
6434 2003-11-19 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6435
6436         * src/SDCCcse.c (algebraicOpts): fixed bug #773153
6437         * src/SDCClrange.c (rlivePoint): need to mark IC_RESULT used if POINTER_SET op
6438         * src/SDCCopt.c (eBBlockFromiCode),
6439         * src/SDCClrange.c (hashiCodeKeys, sequenceiCode, computeLiveRanges): seperated
6440         the creation of the key hash table from the sequencing so it can be used
6441         earlier (for some GCSE bug fixes still pending)
6442
6443 2003-11-15 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
6444
6445         * src/mcs51/gen.c (genPlus): generate shortcut for adding 0xab00
6446         * support/regression/tests/addsub.c: testing genPlus shortcut
6447
6448 2003-11-15  Borut Razem <borut.razem AT siol.net>
6449
6450         * src/SDCCmain.c: fixed bug #841645: -MM command line option passed to sdcpp
6451
6452 2003-11-15 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6453
6454         * src/SDCCcse.c (cseBBlock): fixed bug #527779
6455         * src/SDCCcse.c (deleteGetPointers): rewrote so that the set
6456         ordering is immaterial.
6457         * src/SDCCdflow.c (mergeInExprs): fixed bug #587536
6458
6459 2003-11-14 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6460
6461         * src/SDCCicode.c (geniCodeAddressOf): fixed part of bug #840381
6462         * src/SDCCopt.c (replaceRegEqv, isLocalWithoutDef): fixed other part
6463         (SIGSEV) of bug #840381
6464         * src/SDCCmain.c (linkEdit, assemble): fixed bug #841606 (don't
6465         unlink new file before rename if new and old filenames are the same)
6466
6467 2003-11-13 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
6468
6469         * src/mcs51/main.c: started fixing bug #737001 (SDCC not clearing
6470         uninitialized variables) for the mcs51. Set environment variable
6471         SDCC_GENRAMCLEAR to test.
6472         xdata initialization slightly shorter
6473
6474 2003-11-12 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6475
6476         * src/SDCCsymt.h,
6477         * src/SDCCsymt.c (addSymTypeChain, compareTypesExact): fixed bugs
6478         #838241 & 780691 (basicly the same bug)
6479         * src/SDCCBBlock.c (iCode2eBBlock): fixed bug #840148
6480         * src/SDCCBBlock.c (iCodeFromeBBlock): fixed bug #840162
6481
6482 2003-11-11 Bernhard Held <bernhard AT bernhardheld.de>
6483
6484         * src/SDCCmain.c (linkEdit): "fix" #834252
6485
6486 2003-11-11 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6487
6488         * src/SDCCast.c (removePostIncDecOps, removePreIncDecOps),
6489         * src/SDCCast.h,
6490         * src/SDCC.y: fixed bug #819403
6491
6492 2003-11-08 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6493
6494         * support/regression/fwk/lib/testfwk.c: printn is recursive and thus needs
6495         the reentrant attribute.
6496         * src/hc08/gen.c (genPackBits): added missing stack readjustment
6497         * sim/ucsim/hc08.src/inst.cc (inst_mov): fixed bugs with mov instruction
6498         simulation
6499         * src/SDCCast.c (decorateType): fixed bug with storage class not being
6500         updated during pointer dereference; f.e. ~(((char *)1)*) was being
6501         erroneously reduced to a literal.
6502         * src/hc08/ralloc.c (packRegisters, rematStr),
6503         * src/hc08/gen.c (aopForRemat): allow literals to be rematerialized in
6504         some cases
6505
6506 2003-11-08 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
6507
6508         * src/mcs51/main.c: fixed bug #838385. Thanks to Josef Pavlik for finding and fixing
6509         * doc/sdccman.lyx: changed from 'article' to 'book'
6510         * doc/Makefile: readded test_suite_spec and cdbfileformat
6511
6512 2003-11-08 Bernhard Held <bernhard AT bernhardheld.de>
6513
6514         * device/include/stdlib.h: include malloc.h to comply with ANSI
6515         * support/regression/tests/malloc.c: include stdlib.h instead of malloc.h
6516
6517 2003-11-07 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
6518
6519         * doc/Makefile: sdccman.pdf should build with correct references (more info in commit msg)
6520         * doc/clean.mk: also remove *.out files
6521         * doc/sdccman.lyx: some additions, larger top/bottom margins
6522
6523 2003-11-07 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6524
6525         * src/SDCC.y: fixed bug #837365
6526         * support/regression/tests/bitopcse.c
6527         * src/hc08/gen.c (genPointerGet): Don't assume pointer operand is
6528         a symbol (might be valop instead)
6529         * device/lib/Makefile.in: added errno.c to HC08SOURCES
6530         * device/lib/clean.mk: added hc08 to the cleaning list
6531
6532 2003-11-04  Borut Razem <borut.razem AT siol.net>
6533
6534         * configure, configure.in, sdcc_vc_in.h, sdcconf_in.h: reverted changes,
6535           made 2003-11-04
6536         * support/Util/NewAlloc.c, as/hc08/lklibr.c, as/mcs51/lklibr.c,
6537           as/z80/aslist.c, as/z80/assym.c: removed inclusion of nonstandard malloc.h;
6538           malloc is declared in standard stdlib.h
6539
6540 2003-11-06 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6541
6542         * device/lib/hc08/Makefile: need to clean .rel not .o files
6543         * src/hc08/gen.c (genDjnz): can't use djnz with extended addressing mode
6544
6545 2003-11-06 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6546
6547         * src/port.h,
6548         * src/hc08/main.c,
6549         * src/mcs51/main.c,
6550         * src/ds390/main.c,
6551         * src/z80/main.c,
6552         * src/avr/main.c,
6553         * src/pic/main.c,
6554         * src/pic16/main.c,
6555         * src/xa51/main.c: added hasExtBitOp & oclsExpense functions to ports
6556         * src/SDCCicode.c: changed several IS_FARSPACE tests to isOclsExpensive
6557         tests (which uses the port's oclsExpense function)
6558         * src/SDCC.y,
6559         * src/SDCCast.c,
6560         * src/SDCCicode.c,
6561         * src/hc08/gen.c,
6562         * src/ds390/gen.c,
6563         * src/mcs51/gen.c: added support for the SWAP iCode (RFE #834167)
6564
6565 2003-11-04 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6566
6567         * src/SDCCcse.c (ifxOptimize),
6568         * src/SDCClabel.c (labelIfx, deleteIfx): When the condition to
6569         an IFX iCode is volatile, convert to DUMMY_READ_VOLATILE instead
6570         deleting the IFX iCode.
6571         * src/hc08/ralloc.c: reduced unneeded slocs
6572         * src/hc08/gen.c: fixed bug in asmopToBoolean
6573
6574 2003-11-04  Borut Razem <borut.razem AT siol.net>
6575
6576         * configure, configure.in, sdcc_vc_in.h, sdcconf_in.h,
6577           support/Util/NewAlloc.c, as/hc08/lklibr.c, as/mcs51/lklibr.c,
6578           as/z80/aslist.c, as/z80/assym.c: decision to include malloc.h
6579           transferred to configure
6580
6581 2003-11-03 Bernhard Held <bernhard AT bernhardheld.de>
6582
6583         Use headers defined in the C[++] standards:
6584         * sim/ucsim/gui.src/serio.src/fileio.cc
6585         * sim/ucsim/gui.src/serio.src/frontend.cc
6586         * sim/ucsim/gui.src/serio.src/main.cc
6587         * sim/ucsim/gui.src/serio.src/posix_signal.cc
6588         * support/Util/NewAlloc.c
6589         * as/hc08/lklibr.c
6590         * as/mcs51/lklibr.c
6591         * as/z80/aslist.c
6592         * as/z80/assym.c
6593
6594 2003-11-03  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
6595
6596         * Added MSVC projects for hc08 assembler and linker:
6597         all.dsp, config.dsp, sdcc.dsw, /as/hc08/as_hc08.dsp,
6598         /as/hc08/link_hc08.dsp
6599
6600 2003-11-03 Martin Helmling <Martin.Helmling AT octo-soft.de>
6601
6602         * debugger/mcs51/cmd.c: allows filename starting with digit(+ some debug)
6603
6604 2003-11-02 Bernhard Held <bernhard AT bernhardheld.de>
6605
6606         * src/SDCCmain.c (linkEdit): "fixed" again bug #833605
6607
6608 2003-11-01 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
6609
6610         * src/mcs51/main.c: xdata initialization is 13 bytes shorter now
6611
6612 2003-10-31  Borut Razem <borut.razem AT siol.net>
6613
6614         * support/cpp2/cpplib.h,
6615           support/cpp2/cpplib.c,
6616           support/cpp2/cpplex.c,
6617           support/cpp2/cppinit.c: introduced #pragma preproc_asm [ + | - ]
6618           to switch _asm block preprocessing on / off. Default is
6619           #pragma preproc_asm +
6620
6621 2003-10-31  Borut Razem <borut.razem AT siol.net>
6622
6623         * support/cpp2/cpplex.c: Fixed _WIN32 problem with CR-CR-LF sequences
6624           when outputting comment blocks (when executed with -C option) and
6625           _asm (SDCPP specific) blocks
6626
6627 2003-10-31 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6628
6629         * as/hc08/lkrloc.c (relr): Fixed ihx output, fixed lastAreaIndex warning
6630
6631 2003-10-31 Klaus Flittner <klaus_flittner AT gmx.de>
6632
6633         * src/SDCCcse.c (updateSpillLocation): fixed bug #808027
6634
6635 2003-10-31 Bernhard Held <bernhard AT bernhardheld.de>
6636
6637         * src/SDCCmain.c (linkEdit): "fixed" bug #833605
6638         * src/SDCCast.c (decorateType): fixed bug #832664
6639
6640 2003-10-31  Borut Razem <borut.razem AT siol.net>
6641
6642         * support\cpp2\cpplex.c: fixed for SDCPP:
6643           comments(when executed with -C option) and _asm blocks
6644           were included even if they where in skipped #if block.
6645           Applied solution from GCC cpp 3.3.2
6646
6647 2003-10-31  Borut Razem <borut.razem AT siol.net>
6648
6649         * src/SDCC.lex: sdcc now understands both formats:
6650           '# <line_number> <file_name>' and
6651           '#line <line_number> <file_name>'
6652         * support/cpp2/cppmain.c: sdcpp now generates the standard
6653           '# <line_number> <file_name>' instead of former
6654           '#line <line_number> <file_name>'
6655
6656 2003-10-30  Borut Razem <borut.razem AT siol.net>
6657
6658         * support/cpp2/cpphash.h,
6659         * support/cpp2/cpplib.h
6660         * support/cpp2/cpplex.c,
6661         * support/cpp2/cppmain.c,
6662         * support/cpp2/cppinit.c: fixed bug #828015 - Syntax variation for _asm character constants
6663
6664 2003-10-30 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6665
6666         Fixed a number of problems revealed by bug #827883.
6667         * src/SDCCloop.c (loopInvariants): Spill location of the
6668         result operand should be recomputed if extracted from
6669         a loop. Also, don't extract assignments of an iTemp
6670         from a literal.
6671         * src/SDCCast.c (isConformingBody): loop reversal should
6672         not occur if the control variable is involved with a
6673         relational operator.
6674
6675 2003-10-28 Bernhard Held <bernhard AT bernhardheld.de>
6676
6677         * .version: bumped to 2.3.6 to reflect the big improvements
6678         made by Erik and Klaus. Thanks!
6679
6680 2003-10-28 Klaus Flittner <klaus_flittner AT gmx.de>
6681
6682         Replaced the livrange code.
6683         * src/SDCClrange.c: added new LR code
6684         * src/SDCCloop.c,
6685         * src/SDCCBBlock.h: removed remainig parts from old LR code
6686         * src/ds390/ralloc.c,
6687         * src/ds390/gen.c: minor fixes to make it work with new code
6688
6689 2003-10-28 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6690
6691         * as/hc08/asm.h,
6692         * as/hc08/lkrloc.c,
6693         * src/hc08/gen.c,
6694         * src/hc08/ralloc.c: Fix various warnings related to the hc08
6695         * src/SDCCicode.c (geniCodePreInc, geniCodePreDec): Fixed bug #829717
6696         (tweaked fix for bug #818696)
6697
6698 2003-10-23 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6699
6700         * src/z80/ralloc.c (joinPushes): Fixed bug #828742
6701
6702 2003-10-23 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6703
6704         * src/SDCCmain.c,
6705         * sdccconf_in.h: Fixed bug #828387 (--disable-hc08-port didn't work)
6706         * src/mcs51/gen.c (gencjneshort),
6707         * src/ds390/gen.c (gencjneshort): Made comparison with AOP_IMMD operand
6708         more efficient (per Scott Bronson's suggestion)
6709
6710 2003-10-22 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6711
6712         Extended the semantics of the critical keyword to include
6713         individual statements. See RFE #827755 and #799831
6714         * src/SDCC.y
6715         * src/SDCCicode.c
6716         * src/SDCCopt.c
6717         * src/SDCCast.c
6718         * support/Util/SDCCerr.c
6719         * support/Util/SDCCerr.h
6720         * src/mcs51/gen.c
6721         * src/ds390/gen.c
6722         * src/hc08/gen.c
6723
6724 2003-10-19  Borut Razem <borut.razem AT siol.net>
6725
6726         * src/SDCC.lex: fixed bug #825944 - defined yytext_ptr to make it compile with flex 2.5.31
6727
6728 2003-10-19 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6729
6730         * src/SDCCicode.c (geniCodePreInc, geniCodePreDec, ast2iCode):
6731         Fixed bug #818696
6732         * src/SDCCast.c (ast_print): Fixed --dumptree so that preincrement
6733         and predecrement operand is displayed
6734
6735 2003-10-13 Bernhard Held <bernhard AT bernhardheld.de>
6736
6737         * src/SDCCval.c (valMinus): fixed bug #826041
6738
6739 2003-10-15 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6740
6741         Some hc08 related updates that I missed earlier
6742         * sim/ucsim/stypes.h
6743         * support/regression/ports/hc08/spec.mk
6744
6745 2003-10-15 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6746
6747         New target "hc08" for the Motorola 68hc08 family of micros
6748
6749         * configure
6750         * configure.in
6751         * Makefile
6752         * src/hc08/*
6753         * src/SDCCmain.c
6754         * src/port.h
6755         * sim/ucsim/hc08.src/*
6756         * sim/ucsim/configure.in
6757         * src/ucsim/configure
6758         * sim/ucsim/packages_in.mk
6759         * as/hc08/*
6760         * as/Makefile
6761         * device/include/mc68hc908qy.h
6762         * device/lib/hc08/*
6763         * device/lib/Makefile.in
6764         * support/regression/ports/hc08/*
6765         * support/regression/Makefile
6766
6767 2003-10-14 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6768
6769         * src/z80/gen.c: fixed bug revealed by ast_constant_folding.c
6770         regression test
6771         * src/ds390/gen.c (genCast): fixed bug #821957
6772
6773 2003-10-13 Bernhard Held <bernhard AT bernhardheld.de>
6774
6775         * device/lib/logf.c: "fixed" overlay bug
6776         * support/regression/ports/host/spec.mk: added m library
6777         * support/regression/ports/mcs51-stack-auto/spec.mk: added float funcs
6778         * support/regression/tests/float_trans: added (for Eric)
6779
6780 2003-10-12 Bernhard Held <bernhard AT bernhardheld.de>
6781
6782         * src/mcs51/gen.c (genCpl): fixed bug
6783         http://sf.net/mailarchive/message.php?msg_id=6263915
6784
6785 2003-10-10 Bernhard Held <bernhard AT bernhardheld.de>
6786
6787         * src/SDCCast.c (decorateType): added extended constant folding
6788         * src/SDCCsymt.c (computeType): cleanup
6789         * src/SDCCval.c (valShift): minor optimization
6790         * support/regression/tests/ast_constant_folding.c: added
6791
6792 2003-10-09  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6793
6794         * src/SDCCmain.c: removed some unintended changes
6795
6796 2003-10-09  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6797
6798         * src/SDCCmain.c (setParseWithComma): fixed bug #816685
6799         * src/z80/gen.c: fixed part of bug #817589
6800         * src/SDCCsymt.c (checkFunction): fixed bug #817895
6801
6802 2003-10-08 Bernhard Held <bernhard AT bernhardheld.de>
6803
6804         Replaced cast (void **) with (void *) to avoid gcc 3 warning:
6805         * src/SDCCcflow.c
6806         * src/SDCCcse.c
6807         * src/SDCCdflow.c
6808         * src/SDCClabel.c
6809         * src/SDCClrange.c
6810         * src/SDCCmem.c
6811         * src/SDCCopt.c
6812         * src/SDCCpeeph.c
6813         * src/SDCCset.c
6814         * src/avr/ralloc.c
6815         * src/ds390/ralloc.c
6816         * src/izt/ralloc.c
6817         * src/mcs51/ralloc.c
6818         * src/pic/ralloc.c
6819         * src/pic16/ralloc.c
6820         * src/xa51/ralloc.c
6821         * src/z80/ralloc.c
6822         * src/z80/gen.c: removed unused label "release:"
6823
6824 2003-10-06  Borut Razem <borut.razem AT siol.net>
6825
6826         * src/SDCC.lex: removed definition of unused variables
6827           save_optimize and save_options
6828
6829 2003-10-06 Bernhard Held <bernhard AT bernhardheld.de>
6830
6831         * clean.mk: removed '=' in "-maxdepth=1"
6832         * src/SDCCloop.c: replace LRKLAUS with SDCC_LRKLAUS
6833         * src/SDCClrange.c: replace LRKLAUS with SDCC_LRKLAUS
6834
6835 2003-10-06  Borut Razem <borut.razem AT siol.net>
6836
6837         * src/SDCC.lex, src/SDCC.lex: use dbuf for "_asm" definitions;
6838           my_unput() replaced by unput()
6839
6840 2003-10-05 Bernhard Held <bernhard AT bernhardheld.de>
6841
6842         * src/SDCCloop.c (assignmentsToSym, loopInduction): cast argument of
6843         setToNull() to (void *) to avoid gcc3.x's warning: "dereferencing
6844         type-punned pointer will break strict-aliasing rules"
6845         Old LR behaviour is again default; Klaus' LR can be choosen by
6846         defining the environment variable LRKLAUS
6847         * src/SDCCBBlock.h
6848         * src/SDCCloop.c
6849         * src/SDCClrange.c
6850         * src/ds390/ralloc.c (spillThis): applied Klaus' patch
6851         * clean.mk: fixed removal of files in bin/CVS/
6852         * device/lib/clean.mk: fixed removal of directories small and large
6853         * support/Util/SDCCerr.c: changed W_INT_OVL to ERROR_LEVEL_PEDANTIC
6854         * src/SDCCicode.c,
6855         * src/SDCCval.c: removed superflous test for pedantic
6856
6857 2003-10-05  Borut Razem <borut.razem AT siol.net>
6858
6859         * src/SDCC.lex, support/Util/SDCCerr.c, sdcc/support/Util/SDCCerr.h:
6860           Fixed bug #816692: introduced new ERROR_LEVEL_PEDANTIC warning
6861           message "unmatched #pragma SAVE and #pragma RESTORE"
6862
6863 2003-10-04  Frieder Ferlemann <Frieder.Ferlemann AT web.de>
6864
6865         * doc/sdccman.lyx: various additions and updates (interrupts, inline
6866           assembly, critical functions, atomic, nojtbound)
6867
6868 2003-10-04 Bernhard Held <bernhard AT bernhardheld.de>
6869
6870         Applied liferange patch from Klaus Flittner <klaus_flittner AT gmx.de>
6871         * src/SDCCBBlock.h
6872         * src/SDCCloop.c
6873         * src/SDCCloop.h
6874         * src/SDCClrange.c
6875
6876 2003-10-03  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6877
6878         * src/z80/gen.h,
6879         * src/z80/gen.c (aopOp, aopGet, aopPut, genDummyRead),
6880         * src/mcs51/gen.h
6881         * src/mcs51/gen.c (aopOp, aopGet, aopPut, genDummyRead),
6882         * src/ds390/gen.h
6883         * src/ds390/gen.c (aopOp, aopGet, aopPut, genDummyRead),
6884         * src/SDCCicode.c (ast2iCode, geniCodeDummyRead): Fixed bug #663539
6885         * src/SDCCopt.c (killDeadCode): Fixed bugs #663539 & #816705
6886
6887 2003-10-02  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6888
6889         * src/z80/gen.c (genRet): fixed bug #524753
6890         * src/z80/gen.c (genCast): fixed internal error on cast from
6891         pointer to long
6892         * src/z80/gen.c (_saveRegsForCall, emitCall): adapted Johan's
6893         fix for bug #477835 to the z80
6894         * src/z80/gen.c (genZ80code, _vemit2, _emit2): added support
6895         for tracking iCodes in the peephole optimizer for z80
6896
6897 2003-10-01  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6898
6899         * src/SDCCicode.c (geniCodeJumpTable, geniCodeSwitch): fixed
6900         the other part of bug #814548
6901         * src/SDCCpeeph.c (labelInRange): fixed bug #814558
6902
6903 2003-09-30  Bernhard Held <bernhard AT bernhardheld.de>
6904
6905         * src/SDCCcse.c: fixed part of bug #814548
6906
6907 2003-09-28  Borut Razem <borut.razem AT siol.net>
6908
6909         * src/asm.c: rewrite of printILine() to use temporary file instead
6910           a pipe
6911         * src/xa51/main.c: commented out declaration of int rewinds
6912
6913 2003-09-27  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6914
6915         * src/SDCCicode.c (geniCodeJumpTable): Fixed bug #813206
6916
6917 2003-09-26  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6918
6919         * src/SDCCdflow.c (computeDataFlow): Fixed bug #810746
6920         * src/asm.c (printILine): Fixed bug #811015
6921
6922 2003-09-22  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
6923
6924         *link/z80/lklibr.c, as/mcs51/lklibr.c: Improved memory allocation and
6925         freeing.
6926
6927 2003-09-21  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6928
6929         * src/z80/gen.c (setupToPreserveCarry): Fixed bug #796955
6930         * src/z80/gen.c (setupPair, genMovePairPair): Fixed setupPair
6931         to correctly handle general case of AOP_PAIRPTR
6932         * src/z80/gen.c (aopGet, aopPut): Generalized AOP_PAIRPTR handling
6933
6934 2003-09-21  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6935
6936         * src/mcs51/ralloc.c (fillGaps),
6937         * src/ds390/ralloc.c (fillGaps): fixed bug #810093 (yet another
6938         register positioning bug)
6939
6940 2003-09-21  Bernhard Held <bernhard AT bernhardheld.de>
6941
6942         * device/lib/_fsdiv.c: replaced (1<<31) by (1ul<<31)
6943
6944 2003-09-19  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6945
6946         * src/mcs51/gen.c (loadDptrFromOperand, genFarPointerGet,
6947         genCodePointerGet, genGenPointerGet, genFarPointerSet,
6948         genGenPointerSet): handle AOP_DPTR correctly when loading dptr
6949         (ralloc doesn't intentionally do this now, but perhaps later)
6950         * src/mcs51/ralloc.c (serialRegAssign, fillGaps),
6951         * src/ds390/ralloc.c (serialRegAssign, fillGaps): fixed some
6952         register positioning bugs (Fixed bug #762602 and #795325)
6953         * src/SDCCicode.c (geniCodeDerefPtr): Track output class correctly
6954         (Fixed bug #808779)
6955         * src/z80/gen.c: increased _vemit2's buffer[] to handle long
6956         lines that --i-code-in-asm generates
6957
6958 2003-09-18  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
6959
6960         *link/z80/lklibr.c, as/mcs51/lklibr.c: Fixed Linux segfaults when
6961         trying to fclose a FILE* that was already closed.
6962
6963 2003-09-18  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6964
6965         * src/SDCCsymt.c (structElemType): fixed bug #808291 (members
6966         of const struct should be treated as if const themselves)
6967
6968 2003-09-18  Bernhard Held <bernhard AT bernhardheld.de>
6969
6970         * src/SDCCval.c (valPlus, valMinus): fixed bug #808337
6971
6972 2003-07-06  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
6973
6974         * support/librarian/sdcclib.c: Generate correct offsets for libraries with
6975         Unix (/n) and DOS (/r/n) line terminations.
6976
6977 2003-09-17  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6978
6979         * src/SDCCopt.c (cnvFromFloatCast, cnvToFloatCast): fixed
6980         bug #613775
6981
6982 2003-09-16  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6983
6984         * src/mcs51/gen.c (genFunction, genEndFunction),
6985         * src/ds390/gen.c (genFunction, genEndFunction): Moved save
6986         and restore of EA so that stack offsets to parameters are
6987         correct when using both critical and reentrant/stack-auto.
6988         * src/z80/gen.c (aopOp): removed erroneous assertion about sloc
6989         size (can be triggered in error if sloc is shared between
6990         different sized objects)
6991         * device/include/float.h: fixed macros to explicitly use
6992         unsigned long where needed
6993
6994 2003-09-15  Bernhard Held <bernhard AT bernhardheld.de>
6995
6996         Feature req. 799831: added code to allow nesting of critical functions
6997         * src/mcs51/gen.c (genFunction, genEndFunction)
6998         * src/ds390/gen.c (genFunction, genEndFunction)
6999
7000 2003-09-14  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7001
7002         * src/SDCCsymt.c (sclsFromPtr),
7003         * src/SDCCsymt.h,
7004         * src/SDCCast.c (decorateType): fixed bug #462971. Also, better
7005         support for standard C idiom of memory mapped variables; for
7006         example, *((xdata int*)0x1234) = 1 is now internally equivalent
7007         to xdata int at 0x1234 tempvar = 1.
7008         * sim/ucsim/z80.src/inst_xd.cc: fixed bug #805483 with patch
7009         provided by Akiya ISHIDA
7010
7011 2003-09-13  Bernhard Held <bernhard AT bernhardheld.de>
7012
7013         * src/SDCCval.c (cheapestVal): reenabled to reduce int to char
7014         * src/SDCCval.c (constVal): added reduction from int to char
7015         * src/SDCCval.c (valMult, valDiv): fixed sign handling
7016         * src/SDCCval.c (valShift): fixed after change of cheapestVal()
7017         * src/SDCCval.c (valCompare): fixed EQ_OP and NE_OP; they have
7018         to ignore the sign
7019         * support/regression/tests/shifts.c: fixed
7020
7021 2003-09-13  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7022
7023         * src/z80/gen.c (genXor): Fixed bug #805445
7024
7025 2003-09-12  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7026
7027         Fixed bug #621531 (const & volatile confusion in the type chain).
7028         DCL_PTR_CONST, DCL_PTR_VOLATILE, & IS_PTR_CONST now exclusively
7029         refer to the const or volatile state of the pointer itself.
7030
7031         * src/SDCCast.c
7032         * src/SDCCglue.c
7033         * src/SDCCicode.c
7034         * src/SDCCsymt.c
7035         * src/SDCCval.c
7036         * src/SDCC.y
7037         * src/SDCCsymt.h
7038         * src/pic/gen.c
7039         * src/pic/ralloc.c
7040         * src/pic16/gen.c
7041         * src/pic16/ralloc.c
7042         * support/regression/tests/const.c
7043
7044 2003-09-10  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
7045
7046         When checking for duplicated modules, use absolute paths
7047         instead of relative paths.  Files changed:
7048
7049         * as/mcs51/lklib.c
7050         * link/z80/lklib.c
7051
7052 2003-09-09  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7053
7054         * src/SDCCicode.c (geniCodeLogic): fixed bug #797572
7055
7056 2003-09-07  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7057
7058         * device/include/string.h: added size_t typedef, changed
7059         prototypes to use size_t, eliminated separate reentrant and
7060         non-reentrant declarations, added _memmove declaration
7061         * device/lib/_memcpy.c: changed to use size_t instead of int,
7062         changed /4 to >>2 to avoid division library call
7063         * device/lib/_memcmp.c,
7064         * device/lib/_memset.c,
7065         * device/lib/_strncat.c,
7066         * device/lib/_strncpy.c,
7067         * device/lib/_strncmp.c: changed to use size_t instead of int
7068         * device/lib/_memmove.c: new file (fixed bug #772294)
7069         * device/lib/Makefile.in: added _memmove.c
7070         * device/lib/z80/asm_strings.s: fixed bug #772290
7071         * support/regression/tests/bitfields.c: attempt to fix host assertion
7072         failure on amd64-unknown-linux2.2
7073
7074 2003-09-06  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7075
7076         * src/z80/gen.c (aopPut, spillPairReg): fixed bug #800998
7077         * src/z80/gen.c (genFunction, genEndFunction): fixed "bug" #774700
7078         * as/z80/asmain.c (main): fixed bug #801766
7079
7080 2003-09-06  Bernhard Held <bernhard AT bernhardheld.de>
7081
7082         * src/SDCCicode.c (ast2iCode): fixed differences in iCode with different
7083         compilers
7084
7085 2003-09-05  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7086
7087         * src/SDCCast.c (isConformingBody): fixed loop reversal bug
7088         reported in bug #800609
7089
7090 2003-09-04  Vangelis Rokas <vrokas AT otenet.gr>
7091
7092         * Top header beautifications in src/pic16 directory:
7093           device.c, device.h, gen.c, gen.h, genarith.c, glue.c, pcode.c,
7094           pcodeflow.c, pcodeflow.h, pcode.h, pcodepeep.c, pcoderegs.c,
7095           pcoderegs.h, ralloc.c, ralloc.h
7096         * main.c: added top header and GPL license notice
7097         * pcode.c: fixed the if-conditional warning
7098
7099 2003-09-04  Bernhard Held <bernhard AT bernhardheld.de>
7100
7101         * device/lib/_mullong.c: replaced int by short for gcc
7102
7103 2003-08-31  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7104
7105         * src/SDCCpeeph.c (notVolatile, notVolatileVariable): handle IFX
7106         and JUMPTABLE iCodes properly now (worked by accident before)
7107         * src/mcs51/gen.c (leftRightUseAcc),
7108         * src/ds390/gen.c (leftRightUseAcc): handle IFX and JUMPTABLE
7109         iCode properly now. Use getSize instead of nRegs since a & b
7110         aren't part of the nRegs tally.
7111
7112 2003-08-31  Vangelis Rokas <vrokas AT otenet.gr>
7113
7114         * src/pic16/main.c: corrected offsets of interrupt vectors in _pic16_genIVT()
7115         * src/pic16/pcode.c: fix to disable inserting BANKSEL directive
7116           before instructions that use the _STATUS register
7117
7118 2003-08-31  Bernhard Held <bernhard AT bernhardheld.de>
7119
7120         * src/mcs51/gen.c (freeAsmop): fixed off by one in stack offset (AOP_STK)
7121         * src/mcs51/gen.c (genNearPointerSet): added missing opcode for
7122         fetching of the pointer
7123         * src/mcs51/gen.c (genNearPointerGet): added reuse of PREG,
7124         copied from genNearPointerSet()
7125         * src/mcs51/gen.c (genNearPointerGet): don't pop r0/r1, if RESULTONSTACK
7126         * src/mcs51/gen.c: changed order of freeAsmop(left/right/result)-calls.
7127         If they pop r0/r1 they must be called in the opposite order than aopOp().
7128         * device/lib/_mullong.c: fixed for "--model-large --int-long-reent"
7129         (resp. --stack-auto), prepared for --xstack
7130
7131 2003-08-28  Frieder Ferlemann <Frieder.Ferlemann AT web.de>
7132
7133         * doc/sdccman.lyx: reverted tables to those in cvs 1.64
7134
7135 2003-08-28  Bernhard Held <bernhard AT bernhardheld.de>
7136
7137         * device/lib/_startup.c: quick & dirty fix for ds390/ds400;
7138         these ports have their own __sdcc_external_start()
7139
7140 2003-08-26  Bernhard Held <bernhard AT bernhardheld.de>
7141
7142         pic patch provided by Slade Rich <slade_rich AT yahoo.com>
7143         * src/pic/glue.c (pic14printPublics): fixed bug introduced when symbol
7144         type for bits was changed. It resulted in bit variables becoming
7145         global, which is not permitted in PIC 14 assembly output.
7146
7147 2003-08-23  Frieder Ferlemann <Frieder.Ferlemann AT web.de>
7148
7149         * doc/sdccman.lyx: various additions and updates. Rearranged sections
7150
7151 2003-08-22  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
7152
7153         Z80 and MCS51 linkers complaint if a public symbol is defined
7154         in more than one library module:
7155
7156         * as/mcs51/lklib.c
7157         * link/z80/lklib.c
7158         * as/mcs51/Makefile.in
7159
7160 2003-08-22  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7161
7162         A few small changes that speed up the peephole optimizer.
7163
7164         * src/SDCCpeeph.c
7165
7166 2003-08-22  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7167
7168         Try to make the peephole optimizer smarter by maintaining
7169         an association between the assembly source code and the
7170         iCodes that originated them. Put this information to use
7171         with a new peephole rule condition "notVolatile" so that
7172         the rules can be aggressive yet still safe.
7173
7174         * src/SDCCpeeph.c
7175         * src/SDCCpeeph.h
7176         * src/mcs51/gen.c
7177         * src/mcs51/peeph.def
7178
7179 2003-08-20  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7180
7181         Fixed bug #741761
7182
7183         * src/mcs51/gen.c (aopForSym, leftRightUseAcc),
7184         * src/ds390/gen.c (aopForSym, leftRightUseAcc): preserve A and B
7185         if the left or right operand symbols have the accuse flag set.
7186
7187 2003-08-20  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7188
7189         Changed the type of the result of the ! (NOT) operator to char;
7190         previously it returned the same type as the source. This allows
7191         us to eliminate all the genFloatNot functions (all of its target
7192         implementations were very buggy) since !float can use the same
7193         code as !long now.
7194
7195         * src/SDCCicode.c (ast2iCode): ! returns char
7196         * src/mcs51/gen.c (genNot, genNotFloat),
7197         * src/ds390/gen.c (genNot, genNotFloat),
7198         * src/z80/gen.c (genNot, genNotFloat),
7199         * src/pic/gen.c (genNot, genNotFloat),
7200         * src/pic16/gen.c (genNot, genNotFloat): eliminated genNotFloat
7201
7202 2003-08-19  Bernhard Held <bernhard AT bernhardheld.de>
7203
7204         pic patch provided by Slade Rich <slade_rich AT yahoo.com>
7205         1. Interrupt would not compile properly. Ensure PCLATH register is saved
7206            during interrupts. Ensure WSAVE is located at a shared bank address.
7207         2. Fixed page selection in some places
7208         3. Fixed BTFSS/C to where necessary use registers directly and not simply
7209            the registers name strings.
7210         4. Fixed "signed / unsigned compare" compiler warnings.
7211         5. The PIC port manages its own allocation of the general purpose
7212            registers, but makes no attempt to reuse them. As a result when
7213            compiling it soon runs out of general purpose registers. Some
7214            additional code was added to the files pcode.c and device.c to walk
7215            through the function call tree and rename the registers so that they
7216            get reused.
7217
7218         * src/pic/device.c
7219         * src/pic/gen.c
7220         * src/pic/glue.c
7221         * src/pic/pcode.c
7222         * src/pic/pcode.h
7223         * src/pic/ralloc.c
7224         * src/pic/ralloc.h
7225         * src/pic/genarith.c: Fixed problems with PIC 14 port in functions
7226         genPlus() & genMinus() when the result is the same as left or right
7227
7228 2003-08-18  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7229
7230         * src/z80/gen.c (isUnsplitable, fetchPairLong): fixed bug #770454
7231
7232 2003-08-18  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7233
7234         Made bitfield a distinct type from bit so that bitfields
7235         convert as per ANSI C and bits retain their traditional
7236         boolean style behaviour. Implemented bitfield support in
7237         the z80 port.
7238
7239         * src/SDCCsymt.h,
7240         * src/SDCCsymt.c,
7241         * src/SDCCast.c,
7242         * src/cdbFile.c,
7243         * src/mcs51/gen.c,
7244         * src/ds390/gen.c: bit v bitfield split
7245         * src/z80/gen.c: New support for bitfields
7246         * support/regression/tests/bitfields.c: reenabled z80,
7247         added more tests
7248
7249 2003-08-17  Frieder Ferlemann <Frieder.Ferlemann AT web.de>
7250
7251         Rules 246.x, 247.x relate to bitfields, the others speed up
7252         access to xdata mapped I/O devices.
7253
7254         * src/mcs51/peeph.def: added 26 peepholes 246.x - 248.x, 180.x
7255
7256 2003-08-16  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7257
7258         Cleaned up genPackBits and genUnpackBits and added two helper
7259         functions, emitPtrByteGet & emitPtrByteSet. Added optimizations
7260         for literal assignments in genPackBits (thanks to Frieder for
7261         reminding me).
7262
7263         * src/mcs51/gen.c
7264         * src/ds390/gen.c
7265
7266 2003-08-16  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7267
7268         Fixed bug #748310 (pointer to function type mishandled when the
7269         function name is omitted). Also fixed a SIGSEGV when a function
7270         attribute (reentrant, etc) is used on a non-function or on a
7271         function but misplaced before the parameter list.
7272
7273         * src/SDCC.y (abstract_declarator, abstract_declaractor2): fixed
7274         bug #748310
7275         * src/SDCC.y (declarator2_function_attributes): avoided SIGSEGV
7276         * support/Util/SDCCerr.h,
7277         * support/Util/SDCCerr.c: Added func attr misuse error msg
7278
7279 2003-08-13  Bernhard Held <bernhard AT bernhardheld.de>
7280
7281         Fixed bug #787649 by anonymous
7282         * src/SDCCglue.c (emitRegularMap): added emission of sloc for func ptr
7283         * src/ds390/gen.c (aopForSym): fixed func ptr in sloc
7284
7285 2003-08-14  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7286
7287         Fixed numerous bitfield problems.
7288
7289         * src/SDCC.y: More bitfield related error checking
7290         * src/SDCCsymt.h,
7291         * src/SDCCsymt.c (compStructSize): fixed bitfield offset calc
7292         * support/Util/SDCCerr.h,
7293         * support/Util/SDCCerr.c: Added & edited some bitfield err msgs
7294         * src/mcs51/gen.c (genPackBits, genUnpackBits): fixed mask bugs
7295         * src/ds390/gen.c (genPackBits, genUnpackBits): fixed mask bugs
7296         * support/regression/tests/bitfields.c: tests added
7297
7298 2003-08-13  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7299
7300         Made the constant following the "interrupt" keyword optional. If
7301         omitted, the function will not automatically be given an entry
7302         in the interrupt vector table (similar to #pragma NOIV, but
7303         less syntacticly kludgy). The interrupt number is also now
7304         range checked. Also fixed a bug in the high order bit example
7305         in the manual.
7306
7307         * src/SDCC.y
7308         * src/SDCCmem.c
7309         * src/SDCCglue.c
7310         * src/SDCCsymt.h
7311         * support/Util/SDCCerr.c
7312         * support/Util/SDCCerr.h
7313         * doc/sdccman.lyx
7314
7315 2003-08-13  Bernhard Held <bernhard AT bernhardheld.de>
7316
7317         * src/SDCCcse.c (algebraicOpts): fix bug converting op from value to type
7318         * src/SDCCicode.c (operandOperation): rewritten some ops
7319         (*, ==, unary_minus) to fix possible overflows and to accord with ANSI
7320         * src/SDCCsymt.c (computeType): literals are handled the same way as any
7321         other type
7322         * src/SDCCval.c (cheapestVal): removed, it doesn't accord with ANSI (can
7323         be re-activated by defining REDUCE_LITERALS)
7324         * src/SDCCval.c (constVal): fixed; hex and octal constants can be
7325         unsigned, but are signed by default
7326         * src/SDCCval.c (constVal): rearranged
7327         * src/SDCCval.c (valMod): preliminary fix
7328         * src/SDCCval.c (valCastLiteral): use TYPE_* types
7329         * support/regression/literalop.c: added, work in progress
7330
7331 2003-08-12  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7332
7333         Generate warnings for useless declarations like "char data;"
7334         that don't do what new users expect.
7335
7336         * src/SDCC.y
7337         * support/Util/SDCCerr.h
7338         * support/Util/SDCCerr.c
7339
7340 2003-08-09  Bernhard Held <bernhard AT bernhardheld.de>
7341
7342         * src/SDCCval.c (valMult): fix overflow detection of negative int
7343
7344 2003-08-07  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7345
7346         * src/z80/ralloc.c (joinPushes): made compatible with new signedness
7347
7348         Changes to support big endian targets:
7349
7350         * src/ports.h
7351         * src/SDCCglue.c
7352         * src/avr/main.c
7353         * src/ds390/main.c
7354         * src/izt/i186.c
7355         * src/mcs51/main.c
7356         * src/pic/main.c
7357         * src/pic16/main.c
7358         * src/xa51/main.c
7359         * src/z80/main.c
7360
7361 2003-08-06  Bernhard Held <bernhard AT bernhardheld.de>
7362
7363         * src/SDCCval.c (cheapestVal): changed behaviour to the same as constVal()
7364         * device/lib/time.c: fixed warning "integer overflow in expression"
7365
7366 2003-08-05  Bernhard Held <bernhard AT bernhardheld.de>
7367
7368         * src/SDCCval.c (cheapestVal, valueFromLit): use TYPE_* types
7369         * src/SDCCval.c (constVal): changed default to signed; hex and octal
7370         constants are unsigned; added recognition of "u" flag for unsigned
7371         * src/SDCCval.c (valMult): fixed signdness, added warning for overflow
7372         * src/SDCCval.c (valDiv, valMod): fixed signdness
7373         * src/SDCCicode.c (operandOperation): fixed critical typo; fixed
7374         signedness of modulo, left and right shift
7375         * support/Util/SDCCerr.c: added warning "integer overflow in expression"
7376         * support/Util/SDCCerr.h: added warning W_INT_OVL
7377         * src/SDCCast.c (decorateType): fixed gcc3.3 warning
7378         * src/SDCCast.c (ast_print): improved output of constants
7379
7380 2003-08-04  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
7381
7382         Fixed some warnings when building with MSVC:
7383
7384         * as\mcs51\asdata.c
7385         * as\z80\asdata.c
7386         * as\mcs51\asm.h
7387         * as\z80\asm.h
7388         * link\z80\aslink.h
7389         * link\z80\lkdata.c
7390         * link\z80\lkeval.c
7391         * link\z80\lkgb.c
7392         * link\z80\lkihx.c
7393         * link\z80\lks19.c
7394         * link\z80\lksym.c
7395         * support\cpp2\cpplib.c
7396         * src\ds390\gen.c
7397         * src\mcs51\gen.c
7398
7399 2003-08-03  Bernhard Held <bernhard AT bernhardheld.de>
7400
7401         * src/SDCCast.c (constExprTree): fix bug #781827 by Carl Worth <cworth AT isi.edu>
7402
7403 2003-08-01  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
7404
7405         * support\librarian\clean.mk: Do not remove Makefile.
7406         * support\librarian\Makefile: added.
7407
7408 2003-08-01  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
7409
7410         Added librarian to MSVC build:
7411         * all.dsp
7412         * sdcc.dsw
7413         * support\librarian\librarian.dsp
7414
7415         'configure' not needed for librarian, removed:
7416         * support\librarian\configure
7417         * support\librarian\configure.in
7418         * support\librarian\config_in.h
7419         * support\librarian\Makefile.in
7420
7421         Hopefully these ones built the librarian and the rest of sdcc properly:
7422         * Makefile
7423         * Makefile.common.in
7424
7425         Messed up 'configure', so revert to previous version:
7426         * configure
7427         * configure.in
7428
7429 2003-07-31  Bernhard Held <bernhard AT bernhardheld.de>
7430
7431         * src/SDCCicode.c (operandOperation): 3. fix, this time for Alpha; ULONG has 64 bits
7432         there, while the mantissa of a double is "only" 53 bits wide.
7433
7434 2003-07-31  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
7435
7436         Adding sdcclib to the build.  MSVC project coming soon.
7437         Files added/changed:
7438
7439         * support\librarian\clean.mk
7440         * support\librarian\configure
7441         * support\librarian\configure.in
7442         * support\librarian\config_in.h
7443         * support\librarian\Makefile.bcc
7444         * support\librarian\Makefile.in
7445         * support\librarian\sdcclib.c
7446         * Makefile.bcc
7447         * Makefile
7448         * Makefile.common.in
7449         * configure
7450         * configure.in
7451
7452 2003-07-29  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
7453
7454         Linker now complaints if linked modules have conflicting options, for
7455         example, one compiled using --model-large and another one compiled with
7456         --model-small.  The following files were modified:
7457
7458         * as\mcs51\asdata.c
7459         * as\mcs51\aslink.h
7460         * as\mcs51\asm.h
7461         * as\mcs51\asmain.c
7462         * as\mcs51\asout.c
7463         * as\mcs51\i51pst.c
7464         * as\mcs51\lkdata.c
7465         * as\mcs51\lklibr.c
7466         * as\mcs51\lkmain.c
7467         * as\z80\asdata.c
7468         * as\z80\asm.h
7469         * as\z80\asmain.c
7470         * as\z80\asout.c
7471         * as\z80\z80pst.c
7472         * link\z80\aslink.h
7473         * link\z80\lkdata.c
7474         * link\z80\lklibr.c
7475         * link\z80\lkmain.c
7476         * src\SDCCglue.c
7477
7478 2003-07-28  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
7479
7480         *link/z80/aslink.h, link/z80/lklibr.c, as/mcs51/aslink.h,
7481         as/mcs51/lklibr.c: Generate a warning when a library is not found.
7482
7483 2003-07-28  Bernhard Held <bernhard AT bernhardheld.de>
7484
7485         * src/z80/mappings.i: fix _mul[us][int,long] entries
7486
7487 2003-07-26  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
7488
7489         *src/SDCCmain.c: do not search for crt0.o when using --nostdlib
7490
7491 2003-07-24  Bernhard Held <bernhard AT bernhardheld.de>
7492
7493         * src/SDCCicode.c (operandOperation): really fixed problem with bitops
7494         * support/regression/tests/bitopcse.c: added
7495         fixed warning:
7496         * src/avr/gen.c:
7497         * src/pic/gen.c:
7498         * src/pic16/gen.c:
7499         * src/z80/gen.c:
7500         * src/xa51/gen.c:
7501
7502 2003-07-24  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
7503
7504         added support for new library format to z80, gbz80 linkers:
7505         *link/z80/aslink.h
7506         *link/z80/lklex.c
7507         *link/z80/lklib.c
7508         *link/z80/lklist.c
7509
7510 2003-07-24  Bernhard Held <bernhard AT bernhardheld.de>
7511
7512         * src/SDCCicode.c (operandOperation): fixed problem with bitops and 0xffffffff;
7513         after {double d = 0xffffffff; long l = d;} l will be 0x80000000 (LONG_MIN)
7514
7515 2003-07-23  Bernhard Held <bernhard AT bernhardheld.de>
7516
7517         added DUMMY_READ_VOLATILE:
7518         * src/SDCC.y:
7519         * src/avr/gen.c:
7520         * src/xa51/gen.c:
7521         * src/z80/gen.c:
7522         * src/pic/gen.c:
7523         * src/pic16/gen.c:
7524         * src/mcs51/gen.c:
7525         * src/ds390/gen.c:
7526         * src/SDCCcse.c (algebraicOpts): many improvements
7527         * src/SDCCcse.h: removed algebraicOpts()
7528         * src/SDCCicode.c (picDummyRead): added
7529
7530 2003-07-23  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
7531
7532         * as/mcs51/lkmem.c: Changed message "Insufficient DRAM memory" to
7533         "Insufficient space in data memory".
7534
7535 2003-07-20  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7536
7537         * src/mcs51/gen.c: fixed bug #771358
7538         * src/z80/gen.c: fixed bug #759087
7539
7540 2003-07-20  Bernhard Held <bernhard AT bernhardheld.de>
7541
7542         * src/pic16/glue.c: minor cleanup by Vangelis
7543
7544 2003-07-19  Frieder Ferlemann <Frieder.Ferlemann AT web.de>
7545
7546         * device/include/regc515c.h: fixed #758477
7547         * device/lib/_gptrget.c: saving some cycles in generic pointer get
7548         * device/lib/_gptrput.c: saved a few bytes
7549         * my tab spacing is 8, yours too?)
7550         * device/lib/_ser.c: process RX bytes earlier than TX bytes
7551         * device/lib/serial.c: process RX bytes earlier than TX bytes
7552         * src/mcs51/gen.c(genGenPointerGet/Set): removed writing of type after postincrement
7553
7554 2003-07-18  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7555
7556         * src/z80/gen.c: fixed some right shift bugs (#772726 among them)
7557
7558 2003-07-17  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
7559
7560     * link/z80/lklibr.c: fixed bug when there is a '.' in a library path.
7561
7562 2003-07-17  Bernhard Held <bernhard AT bernhardheld.de>
7563
7564         * device/lib/Makefile.in: bad fix, reverted to 1.43
7565
7566 2003-07-16  Bernhard Held <bernhard AT bernhardheld.de>
7567
7568         * device/lib/Makefile.in: added missing z80 object files
7569
7570 2003-07-14  Bernhard Held <bernhard AT bernhardheld.de>
7571
7572         * src/SDCCcse.c (algebraicOpts): CSE fun with &|^ and 0x00/0xff literals
7573         pic16 progress by Vangelis:
7574         * src/SDCCglobl.h:
7575         * src/SDCCmain.c:
7576         * src/pic/Makefile:
7577         * src/pic:
7578         * pic/Makefile:
7579         * pic16/device.c:
7580         * pic16/device.h:
7581         * pic16/gen.c:
7582         * pic16/gen.h:
7583         * pic16/genarith.c:
7584         * pic16/glue.c:
7585         * pic16/main.c:
7586         * pic16/pcode.c:
7587         * pic16/pcode.h:
7588         * pic16/pcodepeep.c:
7589         * pic16/peeph.def:
7590
7591 2003-07-13  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
7592
7593     * src/SDCCmain.c, src/SDCCglobl.h: added option --no-std-crt0
7594
7595 2003-07-12  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
7596
7597     * sdcc.dsw, all.dsp, link/z80/linkgbz80.dsp, as/z80/as-gbz80.dsp:
7598     added gbz80 build to MSVC project.
7599     * src/SDCCmain.c, src/SDCCglue.c, src/z80/main.c, src/z80/z80.dsp,
7600     link/z80/aslink.h, linkz80.dsp: cleaned up z80 and gbz80 asm files
7601     from 8051 stuff and setup so it links using a .lnk file.
7602
7603 2003-07-06  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
7604
7605     * support/librarian/sdcclib.c: sdcc librarian.
7606     * as/mcs51/aslink.h, as/mcs51/lklib.c: Support for libraries created
7607     with sdcclib.
7608
7609 2003-07-03  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
7610
7611     * as/mcs51/lkmain.c: properly handle extensions in function afile.
7612
7613 2003-07-02  Borut Razem <borut.razem AT siol.net>
7614
7615         * src/port.h, src/SDCCmain.c, src/pic/glue.h, src/pic/main.c,
7616         src/pic16/glue.h, sdcc/src/pic16/main.c, src/izt/i186.c,
7617         src/izt/tlcs900h.c, src/avr/main.c, src/ds390/main.c, src/mcs51/main.c,
7618         src/xa51/main.c, src/z80/main.c:
7619         virtualization of glue() function: each port has it's own glue function,
7620         which is accessed by do_glue function pointer in PORT.general structure
7621
7622 2003-07-01 Kevin Vigor <kevin AT vigor.nu>
7623
7624         * DS800C400 fun, improved ROM interface and tinibios.
7625
7626 2003-06-27 Kevin Vigor <kevin AT vigor.nu>
7627
7628         * More support for DS80C400. Now includes beginning of interface to ROM.
7629
7630 2003-06-25  Bernhard Held <bernhard AT bernhardheld.de>
7631
7632         * src/mcs51/gen.c (gencjneshort): fixed bug #760345
7633
7634 2003-06-20  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
7635
7636         * as/mcs51/lkaomf51.c: Make sure the size of the last procedure is correct.
7637
7638 2003-06-19  Borut Razem <borut.razem AT siol.net>
7639
7640         * src/z80/main.c: fixed Z80 port again: missing -k library paths in linker command line
7641
7642 2003-06-19  Borut Razem <borut.razem AT siol.net>
7643
7644         * src/SDCCutil.h, src/SDCCutil.c, src/SDCCglobl.h, src/SDCCmain.c, src/z80/main.c:
7645         fixed Z80 port - crt0.o: cannot open.
7646
7647 2003-06-19  Bernhard Held <bernhard AT bernhardheld.de>
7648
7649         * support/Util/MySystem.c (merge_command): revert bad fix
7650
7651 2003-06-18  Borut Razem <borut.razem AT siol.net>
7652
7653         * src/SDCC.lex, src/SDCCmain.c: fixed some warnings, introduced with changes made 15.06.1003
7654
7655 2003-06-18  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
7656
7657         * src/SDCCglobl.h, src/SDCCmain.c, doc/sdccman.lyx:
7658         option --use-stdout sends errors to stdout instead of stderr.
7659
7660 2003-06-18  Bernhard Held <bernhard AT bernhardheld.de>
7661
7662         * support/Util/MySystem.c (merge_command): quick fix for Linux segfault with \"cmd\" arg
7663
7664 2003-06-15  Borut Razem <borut.razem AT siol.net>
7665
7666         * support/cpp2/sdcc.h: HAVE_DOS_BASED_FILE_SYSTEM defined for _WIN32
7667         * src/SDCC.lex: cloneXxx and copyAndFreeXxx functions for options and optimize stack handling
7668         * src/SDCCglobl.h, src/SDCCmain.c, src/ds390/main.c, src/mcs51/main.c, src/z80/main.c:
7669         fixed width array of pointers replaced with sets;
7670         multiple include and lib paths ared transferred to preprocessor and linker
7671         * src/SDCCset.c, src/SDCCset.h: added function setFromSetNonRev() and mergeSets()
7672         * src/SDCCsymt.c: reimplemented function inCalleeSaveList() by using sets instead
7673         fixed width array of pointers
7674         * src/SDCCutil.c, src/SDCCutil.h: added functions fputStrSet(), appendStrSet(), joinStrSet();
7675         removed functions addToList(), join(), joinn(), pathCharsEquivalent(), pathCharTransform(),
7676         fixupPath(), getPathDifference()
7677         * src/ds390/gen.c, src/mcs51/gen.c: reimplemented function  inExcludeList() by using sets instead
7678         fixed width array of pointers
7679
7680 2003-06-11  Bernhard Held <bernhard AT bernhardheld.de>
7681
7682         * src/pic16/ralloc.c: fix warnings
7683         * src/pic16/pcode.c: fix warning
7684
7685 2003-06-10  Scott Dattalo  <scott AT dattalo.com>
7686
7687          Scott D. for Vangelis Rokas (vrokas AT otenet.gr). I (scott) don't
7688         know all the details, but essentially this set of changes enable
7689         the pic16 port to generate movff instructions and generate assembler
7690         directives,
7691         * src/SDCCmain.c:
7692         * src/pic16/gen.c:
7693         * src/pic16/glue.c:
7694         * src/pic16/pcode.c:
7695         * src/pic16/device.c:
7696         * src/pic16/main.c:
7697         * src/pic16/pcode.h:
7698         * src/pic16/pcoderegs.c:
7699         * src/pic16/ralloc.c:
7700         * src/pic16/ralloc.h:
7701
7702 2003-06-08  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
7703
7704         * support/Util/SDCCerr.c, src/SDCCglobl.h, src/SDCCmain.c, doc/sdccman.lyx:
7705         added option --vc, so sdcc errors and warnings are compatible with
7706         Microsoft Visual Studio.
7707
7708 2003-06-07  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
7709
7710         * device/lib/_atof.c, device/lib/Makefile.in, device/include/stdlib.h,
7711           device/lib/libfloat.lib: added atof function.
7712
7713 2003-06-04  Bernhard Held <bernhard AT bernhardheld.de>
7714
7715         * doc/sdccman.lyx: updated to Lyx 1.3
7716         * doc/cdbfileformat.lyx: updated to Lyx 1.3
7717         * doc/test_suite_spec.lyx: updated to Lyx 1.3
7718         * doc/Makefile: added fix for the \tabularnewline problem, thanks to Jesus
7719
7720 2003-06-03  Bernhard Held <bernhard AT bernhardheld.de>
7721
7722         * src/SDCCpeeph.c: separate peepRules2pCode() for pic16 by "Vangelis Rokas" <vrokas AT otenet.gr>
7723
7724 2003-06-02  Frieder Ferlemann <Frieder.Ferlemann AT web.de>
7725
7726         * doc/sdccman.lyx: cvs revision keywords, passing pdf information in latex preamble,
7727           additions to the "related tools/documentation" section
7728
7729 2003-06-02  Bernhard Held <bernhard AT bernhardheld.de>
7730
7731         * src/SDCCglue.c (tempfileandname): added check for missing TMP/TEMP/TMPDIR variable
7732
7733 2003-05-29  Bernhard Held <bernhard AT bernhardheld.de>
7734
7735         * src/pic/device.c: added 16F819, patch by "David I. Lehn" <dlehn AT vt.edu>
7736         * src/SDCCcse.c (algebraicOpts): fixed "c * 1"
7737
7738 2003-05-28  Bernhard Held <bernhard AT bernhardheld.de>
7739
7740         * doc/sdccman.lyx: fix double dash and other minor things
7741         * doc/Makefile: fix double dash
7742
7743 2003-05-28  Karl Bongers(patches from Martin Helmling)
7744         * debugger/mcs51/sdcdb.c,cmd.c,break.c and .h files. Martin adds
7745           condition and ignore commands.
7746
7747 2003-05-28  Frieder Ferlemann <Frieder.Ferlemann AT web.de>
7748
7749         * doc/sdccman.lyx: Changes all over, index improved, smaller margins. The manual
7750           is in parts still quite out of date, I did changes as far as I felt makes sense
7751           for a non-native english speaker.
7752           Please feel free to add to the manual or to correct my changes.
7753         * doc/Makefile: undid touching the date of intermediate tex files.
7754
7755 2003-05-26  Frieder Ferlemann <Frieder.Ferlemann AT web.de>
7756
7757         * doc/sdccman.lyx: Manual has an index now
7758
7759 2003-05-25  Bernhard Held <bernhard AT bernhardheld.de>
7760
7761         Finalize muluint/mulsint and mululong/mulslong merging:
7762         * device/lib/_mulint.c
7763         * device/lib/_mullong.c
7764         * device/lib/gbz80/mul.s
7765         * device/lib/gbz80/stubs.s
7766         * device/lib/z80/mul.s
7767         * device/lib/z80/stubs.s
7768         * src/SDCCsymt.c (initCSupport)
7769
7770 2003-05-25  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
7771
7772         * as/mcs51/lkaomf51.c: Address space 'z' was missing.
7773         * src/avr/avr.dsp, src/ds390/ds390.dsp, src/mcs51/mcs51.dsp,
7774           src/pic/pic.dsp, src/pic16/pic16.dsp, src/xa51/xa51.dsp,
7775           src/x80/z80.dsp: peep.rul is bigger now, so /Zm1000 is used
7776           instead of /Zm500.
7777
7778 2003-05-25  Frieder Ferlemann <Frieder.Ferlemann AT web.de>
7779
7780         * src/mcs51/peeph.def: added rules 244.x, 245.x. Although they pass
7781           the regression tests I'm not brave enough to enable 245.b, 245.c
7782         * doc/sdccman.lyx: added latex preamble for hyperref package.
7783           Using pdflatex this will give you a hyperlinked pdf file with
7784           bookmarks. (prepend '%' before /usepackage if this breaks something)
7785
7786 2003-05-24  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
7787
7788          * doc/sdccman.lyx: updated information about .adb files (fixed bug 742649)
7789
7790 2003-05-22  Bernhard Held <bernhard AT bernhardheld.de>
7791
7792         * src/pic16/pcode.c (pic16_get_op_from_instruction): fixed a gcc 3.x warning
7793
7794 2003-05-21    <johan AT balder>
7795
7796         * src/SDCCglue.c (printIval): fixed bug #739934
7797
7798 2003-05-19  Bernhard Held <bernhard AT bernhardheld.de>
7799
7800         Applied patch from bug 737905 (renamed yylineo to mylineno):
7801         * src/altlex.c
7802         * src/SDCCast.c
7803         * src/SDCglobl.h
7804         * src/SDCC.lex
7805         * src/SDCCsymt.c
7806         * src/SDCCval.c
7807         * src/pic16/pcode.c: Cleaned warnings
7808         * src/pic16/pcodeflow.c: Cleaned warnings
7809         * src/pic16/pcoderegs.c: Cleaned warnings
7810
7811 2003-05-19  Scott Dattalo  <scott AT dattalo.com>
7812
7813         * src/pic16/pcode.c: Cleaned warnings
7814         * src/pic16/pcodepeep.c: Cleaned warnings
7815         * src/pic16/ralloc.c: Cleaned warnings
7816
7817 2003-05-19  Bernhard Held <bernhard AT bernhardheld.de>
7818
7819         * doc/sdccman.lyx: fixed bug 739745
7820         * src/pic16/pcode.c (pic16_get_op): fixed warning on alpha
7821
7822 2003-05-18  Bernhard Held <bernhard AT bernhardheld.de>
7823
7824         * src/port.h: removed DEFAULT_PORT, it's not yet pic16 ;-)
7825         it can be defined with CFLAGS when running configure
7826         * src/SDCCmain.c: fixed compiling + linking with object files
7827
7828 2003-05-18  Vangelis Rokas (vrokas AT otenet.gr)
7829
7830         * configure.in: configure for pic16 port,
7831             added --disable-pic16-port
7832         * sdccconf_in.h: added macro OPT_DISABLE_PIC16
7833         * src/SDCCmain.c: linkOptions is changed to set *,
7834             added if/endif conditional macros to remove options help
7835             messages from optionsTable when a port is not configured, added
7836             support for the PIc16 port in the ports table, when executing
7837             the compiler with no port specified on command line, a default
7838             port is selected with the new macro DEFAULT_PORT which is
7839             defined in port.h, in setDefaultOptions() linkOptions is removed
7840             from initialization assignment, since now it is a set,
7841             parseCmdLine uses setParseWithComma for linkOptions, in
7842             linkEdit() linkOptions are accessed with new function indexSet()
7843             which returns the i'th item of a set variable. See SDCCset.c, in
7844             linkEdit() when calling buildCmdLine(), added linkOptions as
7845             last argument. Now users can pass arguments to gplink via the
7846             -Wl option, main() uses pic16glue() to glue up pic16 programs
7847         * src/SDCCpeeph.c: various changes to support pic16
7848         * src/SDCCset.c: added function  void *indexSet(set *, int)  to
7849             return the i'th item of the set
7850         * src/SDCCset.h: added function prototype for indexSet()
7851         * src/SDCCsymt.c: in checkSClass(), added support for PIC16
7852         * src/clean.mk: added pic16 in CLEANALLPORTS variable
7853         * src/port.h: added TARGET_ID_PIC16,TARGET_IS_PIC16 macro,
7854             added macro DEFAULT_PORT
7855         * src/pic/main.c: corrected arguments of gplnk in _linkCmd
7856         * src/pic16/gen.c: bug fix in genCpl(), now the correct code is
7857             generated
7858         * src/pic16/glue.c: commented out some error producing lines
7859         * src/pic16/main.c: __config directives are commented out to stop
7860             gpasm complaining and test the linkage with gplink, _linkCmd and
7861             _asmCmd changed to be more gplink and gpasm friendly
7862         * src/pic16/peeph.def: peep rule 3 is commented out, since it
7863             produced an error when parsed, peep rule 12 is added to utilize
7864             movff, but it is commented out since the pCode does not support
7865             yet a command with 2 address arguments
7866
7867 2003-05-18    <johan AT balder>
7868
7869         * src/ds390/gen.c (genArrayInit): removed obsolete and buggy ARRAYINIT
7870         * src/ds390/main.c (genArrayInit): removed obsolete and buggy ARRAYINIT
7871 2003-05-17  Karl Bongers(apply patches from Martin Helmling)
7872
7873         * debugger/mcs51/sdcdb.c,cmd.c,break.c and .h files.
7874   Added feature to script commands from file.
7875
7876 2003-05-14  Bernhard Held <bernhard AT bernhardheld.de>
7877
7878         * device/lib/_strtok.c: fixed bug #734355 by Lenny Story and Tim Woodall
7879         * src/SDCCutil.c: include ctype.h for win32
7880
7881 2003-05-13  Bernhard Held <bernhard AT bernhardheld.de>
7882
7883         * src/pic16/*: removed CR from many files, reported by Vangelis Rokas
7884
7885 2003-05-12  Karl Bongers(apply development patches from Martin Helmling)
7886
7887         * debugger/mcs51/sdcdb.c,simi.c,cmd.c,break.c and .h files.
7888   Fixed so you can set breakpoints prior to run, run does not stop
7889   on entry now.  Add tbreak.  Other enhancements and fixes for use
7890   with ddd.
7891
7892 2003-05-12  Borut Razem <borut.razem AT siol.net>
7893
7894         * src/SDCCmain.c: fixed the problem with searching the DATADIR as the last resort on *nix
7895
7896 2003-05-11  Borut Razem <borut.razem AT siol.net>
7897
7898         * src/SDCCutil.c: WIN32 version of getBinPath() calls GetModuleFileName() to determine
7899         the path of bin directory, so that PATH is the only env. variable, which has to be set
7900         in case of standard installation.
7901         * src/ds390/ds390.dsp: increased value of /Zm option to 1000
7902         * src/pic/main.c: add quotes to file name parameters for gplink and gpasm
7903         * src/SDCCglobl.h, src/SDCCmain.c, doc/sdccman.lyx: added --print-search-dirs command line option
7904
7905 2003-05-04  Bernhard Held <bernhard AT bernhardheld.de>
7906
7907         * src/SDCCmain.c (linkEdit): fixed buffer overflow for gbz80
7908         * support/regression/Makefile: inter-port-clean is no longer nesessary, the
7909         temp files are in the port dir; clean the gen/test directory when
7910         generating new test.c
7911         * support/regression/ports/host/spec.mk: defined OBJEXT for target clean
7912         * support/regression/tests/vaargs.c: fixed gcc 3.3 warning
7913         * support/regression/tests/zeropad.c: added
7914
7915 2003-05-09    <johan AT balder>
7916
7917         * src/SDCCglue.c: fixed bug #597940
7918
7919 2003-05-05  Karl Bongers(apply patches from Martin Helmling)
7920
7921         * debugger/mcs51/sdcdb.c,simi.c,cmd.c,symtab.c and .h files.
7922   cache sfr, optimize next,step, fix off by one sourceline,
7923   support ddd list function.
7924         * sim/ucsim/cmd.src/newcmd.cc - small fix for sdcdb use.
7925
7926 2003-05-04  Bernhard Held <bernhard AT bernhardheld.de>
7927
7928         * support/regression/HTMLgen.py: added compare_s2f()
7929         * support/regression/Makefile: redo 1.27
7930         * support/regression/generate-cases.py: redo 1.5
7931
7932 2003-04-30  Bernhard Held <bernhard AT bernhardheld.de>
7933
7934         * support/regression/tests/float.c: workaround 33 bit hex constant
7935         * support/regression/tests/simplefloat.c: fix division for host
7936
7937 2003-04-29  Scott Dattalo  <scott AT dattalo.com>
7938
7939         * src/pic/pcoderegs.c Applied patch from Jim Hawkridge <jim AT jimhawkridge.uk.eu.org>
7940         that tame's the PIC's over-aggressive optimizer.
7941
7942 2003-04-29  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
7943
7944          * src.dsw, link/z80/aslink.h, link/z80/linkz80.dsp: z80 linker
7945          support for MSVC.
7946
7947 2003-04-29  Kevin Vigor <kevin AT vigor.nu>
7948
7949         Initial support for DS80C400. "Hello world" runs on TINIm400
7950         (with polled I/O).
7951
7952 2003-04-28  Karl Bongers(apply patches for Martin Helmling)
7953
7954          * debugger/mcs51/sdcdb.c,simi.c,cmd.c,symtab.c and .h files.
7955          * Some notes on ddd usage added in debugger/README
7956          Martin Helmling adding more features and fixes for ddd GUI debugger.
7957          Code added for nexti, stepi, up, down, and other adjustments.
7958
7959 2003-04-28  Scott Dattalo  <scott AT DATTALO.COM>
7960
7961         * src/pic/pCodepeep.c non-wildcard asmops are now handled
7962         * src/pic/peeph.def Added two rules to optimize carry manipulation
7963         * src/pic/* removed debug printfs
7964
7965 2003-04-28  Bernhard Held <bernhard AT bernhardheld.de>
7966
7967         * debugger/mcs51/cmd.c: added header newalloc.h
7968
7969 2003-04-26  Bernhard Held <bernhard AT bernhardheld.de>
7970
7971         * as/Makefile: new EXEEXT
7972         * as/z80/Makefile: remove trailing slash of BUILDIR
7973         * as/z80/clean.mk: new EXEEXT
7974         * Makefile.common.in: add to CFLAGS (and others), don't replace it
7975         * support/cpp2/Makefile.in: new EXEEXT
7976         * src/pic/glue.c (pic14emitRegularMap): fixed warning
7977
7978 2003-04-24  Bernhard Held <bernhard AT bernhardheld.de>
7979
7980         Cygwin's gcc always appends .exe: 'gcc -o a a.c' creates a.exe;
7981         EXEEXT was introduced to fix all related problems with targets
7982         "clean", "install" and "uninstall"; a couple of further flaws
7983         especially with "clean" have been fixed too
7984         * as/mcs51/Makefile.in
7985         * as/mcs51/clean.mk
7986         * as/z80/Makefile
7987         * Makefile
7988         * clean.mk
7989         * debugger/mcs51/Makefile.in
7990         * debugger/mcs51/clean.mk
7991         * link/z80/Makefile
7992         * link/z80/Makefile.in
7993         * link/z80/clean.mk
7994         * link/Makefile
7995         * packihx/Makefile.in
7996         * packihx/clean.mk
7997         * sim/ucsim/Makefile
7998         * sim/ucsim/clean.mk
7999         * sim/ucsim/avr.src/Makefile.in
8000         * sim/ucsim/avr.src/clean.mk
8001         * sim/ucsim/s51.src/Makefile.in
8002         * sim/ucsim/s51.src/clean.mk
8003         * sim/ucsim/xa.src/Makefile.in
8004         * sim/ucsim/xa.src/clean.mk
8005         * sim/ucsim/z80.src/Makefile.in
8006         * sim/ucsim/z80.src/clean.mk
8007         * sim/ucsim/main_in.mk
8008         * sim/ucsim/packages_in.mk
8009         * sim/ucsim/gui.src/Makefile.in
8010         * sim/ucsim/gui.src/serio.src/Makefile.in
8011         * sim/ucsim/gui.src/serio.src/clean.mk
8012         * src/Makefile.in
8013         * src/clean.mk
8014         * support/cpp2/Makefile.in
8015         * support/cpp2/clean.mk
8016         * support/makebin/Makefile
8017         * support/makebin/clean.mk
8018         * support/scripts/sdcc_mingw32: --program-suffix no longer needed
8019         * doc/sdccman.lyx: --program-suffix no longer needed
8020
8021 2003-04-23  Karl Bongers(apply patches for Martin Helmling)
8022
8023          * debugger/mcs51/sdcdb.c,simi.c,cmd.c,..
8024          Martin Helmling added support for ddd GUI debugger.
8025          Code added to display assembly, set variables, and other commands
8026          to interface to ddd.
8027
8028 2003-04-23  Bernhard Held <bernhard AT bernhardheld.de>
8029
8030         * as/Makefile: fix target clean
8031         * as/clean.mk: fix target clean
8032         * as/z80/clean.mk: fix target clean
8033
8034 2003-04-22  Bernhard Held <bernhard AT bernhardheld.de>
8035
8036         * Makefile.common.in: added  AT EXEEXT AT
8037         * configure.in: removed all mingw32 stuff
8038         * configure: rebuilt from configure.in
8039         * doc/sdccman.lyx: updated section "installation"
8040         * support/scripts/sdcc_mingw32: adapted to configure
8041         * support/scripts/sdcc_cygwin_mingw32: added
8042
8043 2003-04-22  Scott Dattalo  <scott AT dattalo.com>
8044
8045         * src/pic Added object file support for the PIC port
8046         * src/pic Applied patch from Craig Franklin (this started the object file support)
8047         * src/regression Updated the PIC regression tests for object files
8048
8049 2003-04-20  Borut Razem <borut.razem AT siol.net>
8050
8051         * sdcc/as/mcs51/lklex.c: make getfid() more robust and fixed gcc warning:
8052           lklex.c: In function `getfid':
8053           lklex.c:203: warning: array subscript has type `char'
8054         * src/SDCCglobl.h: small change in stack handling macros, to avoid crash when compiled
8055           with MSVC with global optimization enabled (probably an cl compiler bug ;-)
8056         * support/Util/SDCCerr.c, support/Util/SDCCerr.h: added function fatal(), called from
8057           stack handling macros
8058
8059 2003-04-19  Borut Razem <borut.razem AT siol.net>
8060
8061         * "handling space characters in file path" task:
8062         * src/SDCCmacro.c: fixed bug in handlig quote at the end of line
8063         * support/Util/BuildCmd.c: define par as NULL if parameter value is invalid
8064         * support/Util/MySystem.h: make it self-sufficient
8065         * src/avr/main.c, src/ds390/main.c, src/mcs51/main.c, src/pic/main.c, src/xa51/main.c,
8066           src/z80/main.c, sdcc/as/mcs51/lklex.c:
8067           handling space characters in file path
8068         * src/SDCCmain.c: introduced setDataPaths() function, {datadir} macro
8069           (it will be used by assemblers, which have their own includes, e.g. gpasm)
8070         * support/Util/MySystem.c: handling space characters in executable's path
8071
8072 2003-04-19  Bernhard Held <bernhard AT bernhardheld.de>
8073
8074         * as/z80/Makefile: fix permanent rebuild of z80
8075         * sim/ucsim/gui.src/Makefile.in: target "install" builds the same packages as target "all"
8076         * support/regression/tests/bitfields.c: added Johan's bitfields.c
8077
8078 2003-04-18      Kevin Vigor <kevin AT vigor.nu>
8079
8080         * src/SDCCopt.c: add special case optimization to replace modulo by
8081           a power of two with a bitwise AND.
8082
8083 2003-04-18    <johan AT balder>
8084
8085         * src/mcs51/gen.c (getFreePtr): fixed bug #635354
8086
8087 2003-04-17    <johan AT balder>
8088
8089         * src/mcs51/ralloc.c (packRegsForAssign): fixed bug #716790 and removes lot's of redundant register usage around function calls
8090         * src/mcs51/ralloc.c (packRegisters): fixed bug #720667
8091
8092 2003-04-13  Borut Razem <borut.razem AT siol.net>
8093
8094         * doc/sdccman.lyx: updated info about #pragma SAVE/RESTORE nesting
8095         * configure.in, configure: fixed problems on cygwin/WinCVS environmet with ports.* line endings;
8096           fixed mingw problem in adl_NORMALIZE_PATH
8097
8098 2003-04-12  Borut Razem <borut.razem AT siol.net>
8099
8100         * fixed "#pragma SAVE/RESTORE can not be nested":
8101         * src/SDCC.lex: reworked pragma handling functions
8102         * sdcc/src/SDCCglobl.h: reworked stack handling macros
8103         * support/Util/SDCCerr.c, support/Util/SDCCerr.h: added E_STACK_VIOLATION error
8104
8105 2003-04-12  Bernhard Held <bernhard AT bernhardheld.de>
8106
8107         * src/SDCCutil.c (pathEquivalent): defined but not used
8108         * debugger/mcs51/sdcdb.c: replace SDCC_LIB_DIR
8109         * configure.in: remove sdcc_datadir, sdcc_lib_dir and sdcc_include_dir
8110         * configure: rebuilt from configure.in
8111         * sdccconf_in.h: remove SDCC_LIB_DIR and SDCC_INCLUDE_DIR
8112         * sdcc_vc_in.h: remove SDCC_LIB_DIR and SDCC_INCLUDE_DIR
8113         * device/include/Makefile.in: replace sdcc_datadir
8114         * device/lib/Makefile.in: replace sdcc_datadir
8115         * Makefile.common.in: add LDFLAGS from configure
8116         * packihx/Makefile.in: use LDFLAGS
8117         * src/Makefile.in: use LDFLAGS
8118         * support/cpp2/Makefile.in: add LDFLAGS from configure
8119         * support/makebin/Makefile: use LDFLAGS
8120         * .version: bumped version number to 2.3.5
8121
8122 2003-04-12  Borut Razem <borut.razem AT siol.net>
8123
8124         * completed "different paths" task:
8125         * src/SDCCmacro.c: fixed bug in handling quotes
8126         * src/SDCCutil.c, src/SDCCutil.c: rewritten getPrefixFromBinPath()
8127         * src/SDCCmain.c: _discoverPaths() replaced with setBinPaths(), setIncludePath() and setLibPath()
8128
8129 2003-04-12  Bernhard Held <bernhard AT bernhardheld.de>
8130
8131         * src/pic/pcoderegs.c (Remove1pcode): fix warning on alpha
8132
8133 2003-04-11 kevin Vigor <kevin AT vigor.nu>
8134
8135         * ds390/gen.c ds390/peeph.def: fix bug 706781
8136
8137 2003-04-11  Borut Razem <borut.razem AT siol.net>
8138
8139         * support/Util/dbuf.c, support/Util/dbuf.h: update to version 1.1.1 - re-added C++ stuff to make it still more portable
8140
8141 2003-04-10  Scott Dattalo  <scott AT dattalo.com>
8142
8143         * src/pic/* Applied the pointer-to-function patch from Steve Tell.
8144         * src/pic/* Fixed several pointer bugs. (PIC port broke when the ruonly bit was
8145          set - this bit used to not be set...).
8146         * src/pic/gen.c Fixed buf 609268 ==> x = (x+1) & 0xf; generated
8147           bad code in PIC Port
8148         * src/regression/and2.c added to test bug 609268
8149         * src/regression/Makefile added and2.c to regression test
8150
8151
8152 2003-04-08    <johan AT CP255758-A>
8153
8154         * src/mcs51/gen.c (gen51Code): display reg usage in --icode-in-asm
8155         * src/mcs51/ralloc.c (serialRegAssign): update the registers in use and save some slocs
8156         * src/SDCCicode.h: added riu to show the register usage in --icode-in-asm
8157
8158 2003-04-07  Bernhard Held <bernhard AT bernhardheld.de>
8159
8160         * configure.in: fully support prefix, exec_prefix, datadir, docdir;
8161         fix bug #487815
8162         * support/cpp2/Makefile.in: fix bug #487815
8163         * configure: rebuilt from configure.in
8164         * Makefile.common.in: docdir changed, new path suffixes
8165         * sdccconf_in.h: new RETSIGTYPE, and other PATHs
8166         * sdcc_vc_in.h: reflect changes from sdccconf.h
8167         * src/SDCCglobl.h: remove *SEPARATOR_CHARS, they are now in sdccconf.h
8168         * src/SDCCutil.h: remove BINDIR hack
8169         * doc/sdccman.lyx: update new path hierarchy
8170
8171 2003-04-06    Paul Stoffregen <paul AT pjrc.com>
8172
8173         * src/SDCCpeeph.c: added okToRemoveSLOC test
8174
8175 2003-04-06    Paul Stoffregen <paul AT pjrc.com>
8176
8177         * device/lib/printf_fast.c: added leading zero format ("%06d", etc)
8178
8179 2003-04-06    Paul Stoffregen <paul AT pjrc.com>
8180
8181         * src/SDCCpeeph.c: added labelIsReturnOnly test
8182         * src/mcs51/peeph.def: Peephole 244: replace ljmp to ret with ret
8183
8184 2003-04-05    <johan AT balder>
8185
8186         * src/SDCCcse.c (cseAllBlocks): fixed bug #460088
8187         * src/SDCCloop.c (DEFSETFUNC): fixed bug #460088
8188         * src/SDCCopt.c (eBBlockFromiCode): fixed bug #460088
8189         * src/SDCCast.c: fixed a warning
8190         * src/SDCCast.h: fixed a warning
8191         * src/SDCCicode.c (operandFromAst): fixed a warning
8192
8193 2003-04-04    <johan AT balder>
8194
8195         * src/SDCCloop.c (DEFSETFUNC): undid the fix for bug #519584
8196         * src/SDCCast.c (decorateType): fixed bug #715076
8197         * src/SDCC.y: fixed bug #702907
8198
8199 2003-04-03    <johan AT balder>
8200
8201         * device/lib/_mulint.c (_muluint): new #pragma LESS_PEDANTIC
8202         * src/SDCCopt.c (eBBlockFromiCode): new #pragma LESS_PEDANTIC
8203         * src/SDCCglobl.h (PRAGMA_LESSPEDANTIC): new #pragma LESS_PEDANTIC
8204         * src/SDCC.lex (doPragma): new #pragma LESS_PEDANTIC
8205         * src/SDCCmain.c (parseCmdLine): new #pragma LESS_PEDANTIC
8206
8207 2003-04-03  Bernhard Held <bernhard AT bernhardheld.de>
8208
8209         * _decdptr.c: fix return values
8210         * _gptrget.c: fix return values
8211         * _gptrgetc.c: fix return values
8212         * _gptrput.c: fix return values
8213         * _mulint.c: fix return values
8214         * as/z80/Makefile: fix 'make -j' problem
8215
8216 2003-04-02  Bernhard Held <bernhard AT bernhardheld.de>
8217
8218         * Makefile.common.in: unused PORT, SCC and SAS removed, fixed docdir
8219         * configure.in: big cleanup, updated to autoconf 2.5x
8220         * configure: rebuilt from configure.in
8221         * sdccconf_in.h: new RETSIGTYPE, and other PATHs
8222         * sdcc_vc_in.h: reflect changes from sdccconf.h
8223         * doc/Makefile: fixed a flaw in "make install"
8224
8225 2003-04-02    <johan AT balder>
8226
8227         * src/ds390/gen.c (genCmp): no comments
8228         * src/mcs51/gen.c (genCmp): no comments
8229         * src/SDCCopt.c (eBBlockFromiCode): detect missing return values
8230         * src/SDCCast.c (ast_print): fixed the function type in --dumptree
8231
8232 2003-04-01  Bernhard Held <bernhard AT bernhardheld.de>
8233
8234         * support/regression/generate-cases.py: place generated file in given sub directory
8235         * support/regression/ports/host/spec.mk: prevent removal of testfwk.o
8236         * support/regression/Makefile: improvements for 'make -j';
8237         side effect: it's simpler and faster now
8238
8239 2003-03-31  Borut Razem <borut.razem AT siol.net>
8240
8241         * src/z80/main.c: link-{port} and as-{port} defined without path
8242         * src/src.dsp: support/Util/MySystem.h and src/SDCCutil.h added to project
8243
8244 2003-03-31  Bernhard Held <bernhard AT bernhardheld.de>
8245
8246         * Makefile, src/Makefile.in: add dependencies, so that 'make -j' works
8247
8248 2003-03-30  Borut Razem <borut.razem AT siol.net>
8249
8250         * support/Util/BuildCmd.c, support/Util/BuildCmd.h: rewrite buildCmdLine(),
8251           changed type of list parameter to set
8252         * src/ds390/main.c: changed type of parameter asmOptions to set in _tininative_do_assemble()
8253         * src/port.h: changed type of do_assemble() parameter to set
8254         * src/SDCCmain.c: type of asmOptions changed to set, introduced setParseWithComma(),
8255           sdcpp defined without path, removed variable VersionString, introduced set binPathSet,
8256           definition of "cppoutfilename" macro with NULL value in preProcess()
8257         * src/SDCCglobl.h: included "SDCCset.h", added declaration of setParseWithComma()
8258         * src/SDCCglue.c: removed variable VersionString, inroduced spacesToUnderscores()
8259         * support/Util/MySystem.c, support/Util/MySystem.h: rewrite, char *ExePathList[]
8260           replaced with set *binPathSet
8261         * shash_add() deallocates the item, if allready exsists, before adding the new one
8262         * src/SDCCmacro.c: handling macros with empty or NULL values in _evalMacros()
8263
8264 2003-03-30  Scott Dattalo  <scott AT dattalo.com>
8265
8266         * src/pic/gen.c: Commit patch from Steve Tell <tell AT telltronics.org> that fixes
8267           a nested for loop bug in the PIC port
8268         * src/regression/nestfor.c: new regression test file Steve wrote to test nested
8269           for loops
8270
8271 2003-03-29  Bernhard Held <bernhard AT bernhardheld.de>
8272
8273         * support/Util/dbuf.h: remove C++ stuff to make it portable
8274
8275 2003-03-28  Borut Razem <borut.razem AT siol.net>
8276
8277         * src/SDCC.lex: Fix for bug #711240: dynamic buffer handling of C
8278           literal strings in stringLiteral()
8279         * support/Util/dbuf.c, support/Util/dbuf.h: added: dynamic buffer handling
8280         * src/Makefile.bcc, src/Makefile.in, src\src.dsp: added support/Util/dbuf.c
8281           to the project
8282
8283 2003-03-27  Paul Stoffregen <paul AT pjrc.com>
8284
8285         * src/SDCCpeeph.c (pcDistance): accurate byte distance for mcs51
8286
8287 2003-03-26    <johan AT balder>
8288
8289         * src/mcs51/gen.c (saveRegisters): catched symbol abuse
8290         * src/ds390/gen.c (saveRegisters): catched symbol abuse
8291         * src/SDCCast.c (decorateType): fixed " -v < 3"
8292
8293 2003-03-23  Bernhard Held <bernhard AT bernhardheld.de>
8294
8295         * doc/cdbfile.html: removed, replaced by cdbfileformat.lyx
8296         Added Lenny Story's debug infrastructure changes:
8297         * src/Makefile.in:  added new files cdbFile.c and SDCCdebug.c
8298         * src/Makefile.bcc: added new files cdbFile.c and SDCCdebug.c
8299         * src/cdbFile.c: added
8300         * src/SDCCdebug.c: added
8301         * src/SDCCdebug.h: added
8302         * src/SDCCast.c (createFunction)
8303         * src/SDCCglue.c (emitRegularMap, emitStaticSeg, emitOverlay, glue)
8304         * src/SDCCmain.c (parseCmdLine, main)
8305         * src/SDCCmem.c (redoStackOffsets)
8306         * src/SDCCsymt.c (cdbStructBlock, cdbTypeInfo, cdbSymbol, cdbStruct, cdbStructBlock)
8307         * src/SDCCsymt.h
8308         * src/common.h
8309         * src/avr/gen.c (genAVRCode)
8310         * src/ds390/gen.c (gen390Code)
8311         * src/mcs51/gen.c (gen51Code)
8312         * src/pic/gen.c (genpic14Code)
8313         * src/pic/glue.c (pic14emitRegularMap, pic14emitStaticSeg, pic14emitOverlay, picglue)
8314         * src/xa51/gen.c (genXA51Code)
8315         * src/SDCCast.c: fixed "void foo(void){char c; -c < 0;}"
8316
8317 2003-03-22  Frieder Ferlemann <Frieder.Ferlemann AT web.de>
8318
8319         * src/mcs51/gen.c (genCodePointerGet): quicker code for bug #700797
8320         * src/mcs51/peeph.def: added rules 177, 241.x to 243, touched 181, 182.x, 193.x
8321
8322 2003-03-22    <johan AT balder>
8323
8324         * src/SDCCicode.c (geniCodeDerefPtr): fixed bug #698231
8325
8326 2003-03-21  Bernhard Held <bernhard AT bernhardheld.de>
8327
8328         * support/scripts/sdcc_mingw32: adapted to configure from autoconf 2.54
8329         * doc/cdbfileformat.lyx: added, written by Lenny Story
8330         * doc/Makefile: added cdbfileformat.lyx
8331         * doc/clean.mk: added cdbfileformat.lyx
8332
8333 2003-03-20  Bernhard Held <bernhard AT bernhardheld.de>
8334
8335         * src/mcs51/peeph.def: fix bug #705773
8336
8337 2003-03-20    <johan AT balder>
8338
8339         An sfr/sbit can have an "at #" AND an initializer
8340         * src/SDCCsymt.c (checkSClass):
8341         * src/SDCCmem.c (allocGlobal):
8342         * src/SDCCmem.c (allocLocal):
8343         * src/SDCCast.c (createBlock):
8344
8345 2003-03-17  Bernhard Held <bernhard AT bernhardheld.de>
8346
8347         * src/ds390/peeph.def: fix bug #704878: added rule 213.b suggested by Jan Rejlek
8348
8349 2003-03-16    <johan AT balder>
8350
8351         Undid the hackup of const and volatile, the problem is much bigger
8352         * src/SDCC.y:1.65
8353         * src/SDCCast.c:1.171
8354         * src/SDCCglue.c:1.138
8355         * src/SDCCicode.c:1.146
8356         * src/SDCCsymt.c:1.150
8357         * src/SDCCval.c:1.65
8358
8359 2003-03-15  Bernhard Held <bernhard AT bernhardheld.de>
8360
8361         * src/mcs51/ralloc.c (packRegsForAssign): fixed bug #703541
8362         * src/ds390/gen.c (genAddrOf): fixed bug #704087
8363
8364 2003-03-13    <johan AT balder>
8365
8366         Hackup const and volatile modifiers in type chains a bit:
8367         * src/SDCC.y:1.63
8368         * src/SDCCast.c:1.169
8369         * src/SDCCglue.c:1.136
8370         * src/SDCCicode.c:1.143
8371         * src/SDCCsymt.c1.146
8372         * src/SDCCsymt.h1.59
8373         * src/SDCCval.c:1.63
8374
8375 2003-03-12    <johan AT balder>
8376
8377         * src/SDCCBBlock.h: more LRH debugging junk
8378         * src/SDCCcflow.h: more LRH debugging junk
8379         * src/SDCCloop.c: more LRH debugging junk
8380         * src/SDCC.y (struct_declaration): fixed bug #697590
8381         * src/SDCCsymt.[hc] (cloneSpec): NEVER EVER use this again
8382         * src/ds390/gen.c (aopForRemat): fixed bug #700031
8383         * src/SDCCglue.c (emitStaticSeg): fixed bug #700797
8384
8385 2003-03-11 Kevin Vigor <kevin AT vigor.nu>
8386         * src/SDCCpeeph.c: quit being lazy and made proper fix (peephole
8387         test function names must now match exactly).
8388         * src/SDCCcse.c: added special case in findCheaperOp to allow
8389         extending a short integer. Makes less awful code for bug 700121 test case.
8390
8391 2003-03-11  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
8392
8393         * as/mcs51/lkmain.c: Added ASlink-Warning to messages
8394         * as/mcs51/lkaomf51.c: Fixed bug when linking asmblink example
8395
8396 2003-03-11 Kevin Vigor <kevin AT vigor.nu>
8397
8398         * src/SDCCpeeph.c: fix so that operandsNotEqualX functions are
8399         actually called (operandsNotEqual() was called for all
8400         operandsNotEqualX tests).
8401
8402 2003-03-11 Kevin Vigor <kevin AT vigor.nu>
8403
8404         * src/SDCCcse.c: fix findCheaperOp to prevent replacing int types
8405         with shorter literals. Fixes bug 700121.
8406
8407 2003-03-11    <johan AT balder>
8408
8409         * src/SDCCsymt.c (compareType): a (void *) can be assigned to any pointer
8410
8411 2003-03-11  Bernhard Held <bernhard AT bernhardheld.de>
8412
8413         * src/SDCCloop.c (mergeRegions): an evil beast is dead
8414         * src/SDCCmain.c (preProcess): minor cleanup: eliminate preOutName
8415
8416 2003-03-10  Borut Razem <borut.razem AT siol.net>
8417
8418         * src/SDCCmain.c: pipe preprocessor's output
8419         * support/Util/MySystem.c, support/Util/MySystem.h: added my_popen()
8420         * sdcc_vc_in.h: define pclose as _pclose for WIN32
8421         * src/SDCCglue.c, src/SDCCglue.h: added set pipeSet, added function closePipes,
8422         which closes all pipes in pipeSet set
8423         * src/SDCCset.c: free deleted item in function deleteSetItem()
8424         * src/src.dsp, src/z80/z80.dsp: files support/Util/BuildCmd.c and support/Util/MySystem.c
8425         moved from z80 to src subproject
8426         * .version: increased version number to 2.3.4
8427
8428 2003-03-10  Bernhard Held <bernhard AT bernhardheld.de>
8429
8430         * support/regression/ports/mcs51/spec.mk: increase timeout for CF's sparc to 30s
8431         * support/regression/ports/ds390/spec.mk: increase timeout for CF's sparc to 25s
8432         * support/regression/ports/xa51/spec.mk: fix typo
8433
8434 2003-03-09  Bernhard Held <bernhard AT bernhardheld.de>
8435
8436         * src/SDCCglobl.h: PATH_MAX is already defined in mingw32 headers
8437
8438 2003-03-09  Borut Razem <borut.razem AT siol.net>
8439
8440         * src/SDCCmain.c: pipe preprocessor's output
8441         * support/Util/MySystem.c, support/Util/MySystem.h: added my_popen()
8442         * sdcc_vc_in.h: define pclose as _pclose for WIN32
8443         * src/SDCCglue.c, src/SDCCglue.h: added set pipeSet, added function closePipes,
8444         which closes all pipes in pipeSet set
8445         * src/SDCCset.c: free deleted item in function deleteSetItem()
8446         * src/src.dsp, src/z80/z80.dsp: files support/Util/BuildCmd.c and support/Util/MySystem.c
8447         moved from z80 to src subproject
8448
8449 2003-03-09  Borut Razem <borut.razem AT siol.net>
8450
8451         * src/SDCCglue.c: re-implemented tempfilename() and tempfile(): using mkstemp() if available
8452         * src/SDCCsymt.h: fixed MSVC and BORLANDC compilation (included SDCCglobl.h instead srccconf.h)
8453         * sdcc_vc_in.h: explicitly undefined HAVE_MKSTEMP which is not available on BORLANDC and MSVC
8454         * src/SDCCset.h: removed inclusion of sdccconf.h or sdcc_vc.h
8455         * src/SDCCglobl.h: unification of WIN32 native definitions
8456
8457 2003-03-09  Frieder Ferlemann <Frieder.Ferlemann AT web.de>
8458
8459         * src/mcs51/gen.c: applied in-/dec patch mentioned on sdcc-devel 2003-03-01
8460
8461 2003-03-08  Bernhard Held <bernhard AT bernhardheld.de>
8462
8463         * src/configure.in:   check for endianess (even while cross-compiling)
8464         * src/configure:      check for endianess (even while cross-compiling)
8465         * src/configure_in.h: check for endianess (even while cross-compiling)
8466         * src/avr/gen.c:        remove old endianess stuff
8467         * src/mcs51/gen.c:      remove old endianess stuff
8468         * src/ds390/gen.c:      remove old endianess stuff
8469         * src/pic/gen.c:        remove old endianess stuff
8470         * src/pic/genarith.c:   remove old endianess stuff
8471         * src/pic/glue.c:       fix endianess check
8472         * src/pic16/gen.c:      remove old endianess stuff
8473         * src/pic16/genarith.c: remove old endianess stuff
8474         * src/pic16/glue.c:     fix endianess check
8475         * src/xa51/gen.c:       remove old endianess stuff
8476         * src/z80/gen.c:        fix endianess check
8477         * src/SDCCglue.c:       fix endianess check
8478         * src/ds390/peeph.def: fix bug 700036
8479
8480 2003-03-08  Bernhard Held <bernhard AT bernhardheld.de>
8481
8482         * src/SDCCsymt.h: use appropriate data-types on host for SDCC's int and long
8483         * src/configure: find appropriate data-types on host for SDCC's int and long
8484         * src/configure.in: find appropriate data-types on host for SDCC's int and long
8485         * src/sdccconf_in.h: find appropriate data-types on host for SDCC's int and long
8486         * src/xa51/gen.c: use %d, not %ld for 4 byte variables
8487
8488 2003-03-07    <johan AT balder>
8489
8490         Just a big NOOP:
8491                 some minor cleanups before the big shot
8492                 OP_DEFS and OP_USES now use Kevin's protection
8493                 new option --nolabelopt
8494
8495         * src/SDCCBBlock.c:
8496         * src/SDCCast.c,:
8497         * src/SDCCcflow.c:
8498         * src/SDCCcse.c:
8499         * src/SDCCicode.c:
8500         * src/SDCCicode.h:
8501         * src/SDCClabel.c:
8502         * src/SDCCloop.c:
8503         * src/SDCCmain.c:
8504         * src/ds390/ralloc.c:
8505         * src/mcs51/ralloc.c:
8506         * src/pic/ralloc.c:
8507         * src/xa51/ralloc.c:
8508         * src/z80/ralloc.c:
8509
8510 2003-03-06  Bernhard Held <bernhard AT bernhardheld.de>
8511
8512         * src/pic/pcode.c (get_op): fix 64 bit warnings
8513         * src/pic/pcode.c (pCode2str): fix 64 bit warnings
8514         * src/SDCChasht.c (newHashTable): fix 64 bit warnings
8515         * src/SDCCsymt.c (checkTypeSanity): fix 64 bit warnings
8516         * support/regression/tests/malloc.c: fix 64 bit warnings
8517
8518 2003-03-04  Bernhard Held <bernhard AT bernhardheld.de>
8519
8520         * src/mcs51/gen.c (genMinus): fixed bug 696436
8521
8522 2003-03-02  Borut Razem <borut.razem AT siol.net>
8523
8524         * src/SDCCmain.c: added BORLANDC, corrected MSVC in printVersionInfo()
8525
8526 2003-02-26  Bernhard Held <bernhard AT bernhardheld.de>
8527
8528         * configure.in: test for mkstemp
8529         * sdccconf_in.h: add HAVE_MKSTEMP
8530
8531 2003-02-24  Bernhard Held <bernhard AT bernhardheld.de>
8532
8533         * device/include/ctype.h: removed warning while using --stack-auto
8534         * device/include/malloc.h: removed warning while using --stack-auto
8535         * device/include/string.h: removed warning while using --stack-auto
8536
8537 2003-02-23  Borut Razem <borut.razem AT siol.net>
8538
8539         * src/asm.h: corrected assertion in function printILine(): _pipe() was not executed on MSVC,
8540         because NDEBUG is defined (see man assert)
8541         * sdcc_vc_in.h: vsnprintf is defined as _vsnprintf on MSVC
8542
8543 2003-02-23  Frieder Ferlemann <Frieder.Ferlemann AT web.de>
8544
8545         * src/mcs51/gen.c (genUminusFloat): avoided dptr in-/decrement for xdata variables
8546         * src/mcs51/peeph.def: added rule suggested by Gernot Fink, white space/comment changes
8547
8548 2003-02-18  Frieder Ferlemann <Frieder.Ferlemann AT web.de>
8549
8550         * src/SDCCpeeph.c: added peephole conditions testing for same arguments
8551         * src/mcs51/peeph.def: added rules 238a-d which remove redundant moves
8552
8553 2003-02-18    <johan AT balder>
8554
8555         * as/mcs51/asmain.c (asmbl): module can start with a digit
8556         * as/z80/asmain.c (asmbl): module can start with a digit
8557
8558 2003-02-16  Bernhard Held <bernhard AT bernhardheld.de>
8559
8560         * sim/ucsim/mkecho: inserted #!/bin/sh for Cygwin, so that it's executable
8561         * src/asm.c: fix pipe() for Mingw32
8562
8563 2003-02-15  Bernhard Held <bernhard AT bernhardheld.de>
8564
8565         * src/SDCCglue.h: make tmpfileNameSet available for preOutName
8566         * src/SDCCmain.c (preProcess): make sure, that preOutName will be deleted;
8567         make -V work again; --c1mode reads now from stdin
8568         * doc/sdccman.lyx: added --c1mode
8569         * support/Util/SDCCerr.c: new messages for c1 mode
8570         * support/Util/SDCCerr.h: new messages for c1 mode
8571         * src/SDCC.lex (checkCurrFile): test if fullSrcFileName is NULL for c1mode
8572
8573 2003-02-15    <johan AT balder>
8574
8575         * src/asm.c: new options: --no-c-code-in-asm and --i-code-in-asm
8576
8577 2003-02-14  Bernhard Held <bernhard AT bernhardheld.de>
8578
8579         * doc/sdccman.lyx: Environment variables, -o and other minor things
8580
8581 2003-02-14    <johan AT balder>
8582
8583         * src/xa51/main.c: before anyone really tries to use it :)
8584
8585         * Install doc's in share/sdcc/doc
8586         * removed some obsolete files
8587         * Do a proper make distclean and uninstall
8588         M Makefile.common.in
8589         R sdccbuild.sh
8590         M as/Makefile
8591         M device/include/Makefile.in
8592         M device/lib/Makefile.in
8593         M doc/sdccman.lyx
8594         M link/Makefile
8595         M sim/ucsim/doc/Makefile.in
8596         M src/clean.mk
8597         R src/avr/peeph.rul
8598         R src/xa51/peeph.rul
8599         M support/cpp2/Makefile.in
8600         M support/makebin/Makefile
8601
8602
8603 2003-02-13  Bernhard Held <bernhard AT bernhardheld.de>
8604
8605         * support/regression/ports/host/spec.mk: use cc as host compiler for max osx
8606
8607 2003-02-10  Borut Razem <borut.razem AT siol.net>
8608
8609         * doc/bccinst.txt, packihx/packihx.c, sdcc_vc_in.h, src/SDCCset.h,
8610         support/cpp2/config.in: Borland C++ build doesn't depend on Cygwin configure
8611         * Bcc.ini, Makefile.bcc, as/mcs51/Makefile.bcc,
8612         device/examples/ds390/tinitalk/Makefile.bcc, packihx/Makefile.bcc,
8613         support/cpp2/Makefile.bcc, src/Makefile.bcc, src/avr/Makefile.bcc,
8614         src/ds390/Makefile.bcc, src/izt/Makefile.bcc, src/mcs51/Makefile.bcc,
8615         src/pic/Makefile.bcc, src/pic16/Makefile.bcc, src/xa15/Makefile.bcc,
8616         src/z80/Makefile.bcc: Borland Makefile cleanup
8617         * as/z80/Makefile.bcc: Added Borland Makefile
8618         * support/cpp2/borland.h: Removed
8619
8620 2003-02-10  Bernhard Held <bernhard AT bernhardheld.de>
8621
8622         * doc/sdccman.lyx: new pragma NOIV by "Johannes Stezenbach" <js AT convergence.de>
8623         * src/SDCC.lex: new pragma NOIV
8624         * src/SDCCglobl.h: new pragma NOIV
8625         * src/SDCCmem.c: new pragma NOIV
8626
8627 2003-02-09  Bernhard Held <bernhard AT bernhardheld.de>
8628
8629         * src/SDCCmain.c: signal handling is switched off by SDCC_LEAVE_SIGNALS
8630
8631 2003-02-09  Bernhard Held <bernhard AT bernhardheld.de>
8632
8633         * src/SDCCmain.c: signal handling is switched off by --debug
8634         * doc/Makefile: small fix for install; use clean.mk again
8635         * doc/clean.mk: clean *.pdf and *.html too
8636
8637 2003-02-08  Bernhard Held <bernhard AT bernhardheld.de>
8638
8639         * device/lib/_mulint.c: small fix for large/ds390 --int-long-reent resp. --stack-auto
8640         * device/lib/printfl.c: fix a ds390 bug by making it portable
8641         * src/SDCCsymt.c (initCSupport): fix compile warning on Cygwin
8642         * src/SDCCopt.c (cnvToFloatCast): fix compile warning on Cygwin
8643         * src/SDCCopt.c (cnvFromFloatCast): fix compile warning on Cygwin
8644         * debugger/mcs51/cmd.c: converted multi-line string literals
8645         * sim/ucsim/globals.cc: converted multi-line string literals
8646         * src/SDCCmain.c: introduced signal handler to remove temp files
8647         * doc/Makefile: small tweaks, implement clean
8648         * doc: removed generated files
8649
8650 2003-02-05  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
8651
8652         * as/mcs51/aslink.h, as/mcs51/lkihx.c, as/mcs51/lkrloc.c:  Applied
8653         patch from Jan Rejlek <jr AT apex-lib.cz> to fix Bug 677692: "Extended
8654         Address Record is not correctly generated for DS390."
8655
8656 2003-02-02  Borut Razem <borut.razem AT siol.net>
8657
8658         * Makefile.bcc: removed non existing cpp project and non compilable izt project from makefile
8659         * as/mcs51/asm.h: fixed compilation with Borland C
8660         * support/cpp2/Makefile.bcc: added rule to generate auto-host.h
8661         * support/cpp2/auto-host_vc_in.h: fixed compilation with Borland C
8662         * src/mcs51/mcs51a.dsp: corrected misspelled project name from msc51a to mcs51a
8663         * src/avr/Makefile.bcc, src/ds390/Makefile.bcc, src/izt/Makefile.bcc,
8664         src/mcs51/Makefile.bcc, src/pic16/Makefile.bcc, src/xa51/Makefile.bcc,
8665         src/z80/Makefile.bcc: delete $(LIB) only if exist
8666         * src/Makefile.bcc, src/pic/Makefile.bcc:  fixed compilation with Borland C
8667
8668 2003-02-02  Bernhard Held <bernhard AT bernhardheld.de>
8669
8670         * device/include/malloc.h: introduced NULL
8671         * device/include/string.h: introduced NULL
8672         * device/include/stdlib.h: introduced NULL
8673         * device/lib/_memcpy.c: removed NULL
8674         * device/lib/_strcat.c: removed NULL
8675         * device/lib/_strchr.c: removed NULL
8676         * device/lib/_strcmp.c: removed NULL
8677         * device/lib/_strcpy.c: removed NULL
8678         * device/lib/_strcspn.c: removed NULL
8679         * device/lib/_strlen.c: removed NULL
8680         * device/lib/_strncat.c: removed NULL
8681         * device/lib/_strncmp.c: removed NULL
8682         * device/lib/_strncpy.c: removed NULL
8683         * device/lib/_strpbrk.c: removed NULL
8684         * device/lib/_strrchr.c: removed NULL
8685         * device/lib/_strspn.c: removed NULL
8686         * device/lib/_strstr.c: removed NULL
8687         * device/lib/_strtok.c: removed NULL
8688         * device/lib/malloc.c: removed NULL, include own header
8689
8690 2003-02-02    <johan AT balder>
8691
8692         * 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
8693         * support/regression/fwk/lib/testfwk.c: div and mod isn't broken anymore
8694         * regressions ds390/spec.mk and mcs51/spec.mk (timeout): my good old balder isn't fast enough for some tests
8695         * src/z80/gen.c (genZ80Code): added c-lines in asm comments
8696         * as/z80/asm.h (NINPUT): increased for long c-comments in regression tests
8697         * src/z80/gen.c (genRightShiftLiteral): fixed the (char)(-3)>>8 (I think)
8698
8699 2003-02-01  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
8700
8701         * src/SDCCmain.c: Fixed bug 678574: "ds390: ASlink-Error-Stack overlaps
8702         area 'DATA'"
8703
8704 2003-02-01    <johan AT balder>
8705
8706         * src/SDCCval.c (valBitwise): fixed Karl's "2 | (1<<8)"
8707
8708 2003-01-31    <johan AT CP255758-A>
8709
8710         * src/ds390/main.c (_ds390_genAssemblerPreamble): applied Jan Rejlek's >64K startup patch
8711
8712 2003-01-30    <johan AT balder>
8713
8714         * src/SDCCBBlock.c: automatic bug detection
8715         * src/SDCCicode.c: automatic bug detection
8716
8717 2003-01-29  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
8718
8719         * src/SDCCglobl.h:   now --xram-size 0 works
8720         * src/SDCCmain.c:    now --xram-size 0 works
8721
8722 2003-01-29    <johan AT balder>
8723
8724         * src/almosteverything: changed OP_DEFS and OP_USES from macros to functions to catch symbol abuse (a hot topic in the bug list :)
8725
8726 2003-01-29  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
8727
8728         * as/mcs51/aslink.h: Added options --xram-size and --code-size
8729         * as/mcs51/lkdata.c: Added options --xram-size and --code-size
8730         * as/mcs51/lkmain.c: Added options --xram-size and --code-size
8731         * as/mcs51/lkmem.c:  Added options --xram-size and --code-size
8732         * src/SDCCglobl.h:   Added options --xram-size and --code-size
8733         * src/SDCCmain.c:    Added options --xram-size and --code-size
8734
8735 2003-01-28  Bernhard Held <bernhard AT bernhardheld.de>
8736
8737         * src/ds390/gen.c: fix deps by replacing <common.h> with "common.h"
8738         * src/SDCC.lex: rename P_OVERLAY to P_OVERLAY_ for cross-gcc 3.2 MINGW32
8739
8740 2003-01-27    <johan AT balder>
8741
8742         * src/SDCC.y: fixed bug #613764
8743
8744 2003-01-26    <johan AT balder>
8745
8746         * src/SDCClrange.c:  fixed Bernhard's "char * code ptr = &c"
8747         * src/SDCCsymt.h: fixed bug #673374
8748         * src/SDCCglue.c: fixed bug #661910
8749         * src/SDCCast.c: fixed bug #458099 and 673374
8750
8751 2003-01-26  Bernhard Held <bernhard AT bernhardheld.de>
8752
8753         * as/mcs51/strcmpi.c: added, provides Aurelien Jarno's as_strcmpi(); strcmpi() is not ANSI
8754         * as/mcs51/strcmpi.h: added
8755         * as/mcs51/asm.h: remove ugly "#define strcmpi strcmp"
8756         * as/mcs51/aslink.h: remove ugly "#define strcmpi strcmp"
8757         * as/mcs51/asmain.c: strcmpi -> as_strcmpi
8758         * as/mcs51/assym.c: strcmpi -> as_strcmpi
8759         * as/mcs51/lkmem.c: strcmpi -> as_strcmpi
8760         * as/mcs51/lknoice.c: strcmpi -> as_strcmpi
8761         * as/mcs51/lksym.c: strcmpi -> as_strcmpi
8762         * as/mcs51/Makefile.aslink: new module strcmpi
8763         * as/mcs51/Makefile.asx8051: new module strcmpi
8764         * as/mcs51/Makefil.bcc: new module strcmpi
8765         * as/mcs51/Makefile.in: new module strcmpi
8766         * sim/ucsim/s51.src/uc390.cc (get_mem_size): make RAM big enough for tinibios
8767
8768 2003-01-26    <johan AT balder>
8769
8770         * src/SDCCglue.c: reverted back to 1.124
8771         * src/SDCCast.c: reverted back to 1.156
8772         * src/mcs51/gen.c (aopGet): applied Frieder's efficiency patch
8773
8774 2003-01-25    <johan AT balder>
8775
8776         * src/SDCCglue.c: A better fix for bug #661910
8777         * src/SDCCast.c: A better fix for bug #661910
8778         * src/SDCCglue.c (emitRegularMap): That was a little too efficient
8779
8780 2003-01-24  Bernhard Held <bernhard AT bernhardheld.de>
8781
8782         * src/Makefile.in: remove spawn.o
8783         * src/SDCCmain.c: remove spawn.h
8784         * src/SDCCmain.c (printVersionInfo): report MINGW32 instead of UNIX
8785         * src/spawn.c: removed
8786         * src/spawn.h: removed
8787         * support/regression/ports/ds390/spec.mk: link with -r
8788
8789 2003-01-24    <johan AT CP255758-A>
8790
8791         * src/ds390/gen.c (aopOp): fixed bug #667458
8792         * src/SDCCglue.c (emitRegularMap): fixed bug #458099 again
8793         * src/SDCCast.c (createIvalCharPtr): fixed bug #661910
8794         (createIvalCharPtr): an ival doesn't always have a storage class anymore
8795
8796 2003-01-24  Bernhard Held <bernhard AT bernhardheld.de>
8797
8798         * src/mcs51/peeph.def: better assembler identation by Frieder
8799         * src/mcs51/gen.c: better assembler identation by Frieder
8800
8801 2003-01-22  Bernhard Held <bernhard AT bernhardheld.de>
8802
8803         * as/z80/string.h: removed for gcc 3.2
8804         * support/makebin/makebin.c: #include <string.h> for gcc 3.2
8805         * src/pic/pcode.c (get_op_from_instruction): fix concatenation of string literals with __FUNCTION__ for gcc 3.2
8806
8807 2003-01-19  Bernhard Held <bernhard AT bernhardheld.de>
8808
8809         * src/SDCCmain.c (linkEdit): rename mem and map files even in case of failure
8810         * src/SDCCpeeph.c (replaceRule): fix bug #663503
8811         * support/regression/Makefile: separate temp files for ports
8812         * support/regression/generate-cases.py: separate temp files for ports
8813         * src/mcs51/peeph.def: Frieder: removed 237 (obsolete by 236g and 105); added 237 a/b
8814         * src/ds390/peeph.def: Frieder: removed 237 (obsolete by 236g and 105); added 237 a/b
8815
8816 2003-01-19  Bernhard Held <bernhard AT bernhardheld.de>
8817
8818         * moved tinitalk to device/examples/ds390
8819
8820 2003-01-14  Bernhard Held <bernhard AT bernhardheld.de>
8821
8822         * as/mcs51/lkmem.c: rflag is for DS390
8823         * src/SDCCglobl.h: removed out_name and options stackOnData, genericPtr
8824         * src/SDCCmain.c (optionsTable, setDefaultOptions): removed --stack-after-data and --generic
8825                          (linkEdit): move mem- and map-files the same way as ihx-files
8826         * src/z80/main.c (_setDefaultOptions): removed --generic
8827         * src/SDCCmain.c (_processC1Arg, parseCmdLine, main): --c1mode works again
8828         * src/SDCCglue.c (createInterruptVect, glue): --c1mode works again
8829         * src/pic/glue.c (picglue): --c1mode works again
8830         * src/pic16/glue.c (pic16glue): --c1mode works again
8831         * src/asm.c (printCLine): fix #660034
8832
8833 2003-01-13  Bernhard Held <bernhard AT bernhardheld.de>
8834
8835         * src/ds390/peeph.def: fix #123; add 14 rules by Fiorenzo D. Ramaglia <fd.ramaglia AT tin.it>, 1 by Frieder
8836         * src/mcs51/peeph.def: fix #123; add 14 rules by Fiorenzo, 1 by Frieder
8837         * src/mcs51/gen.c (genFunction): emit r0 instead of ar0 by Fiorenzo
8838         * as/mcs51/lkmem (summary): better fix for sp problem
8839         * src/SDCCglue.c (glue): __start_stack - 1, saves 1 byte!
8840         * src/ds390/main.c (_ds390_finaliseOptions, _tininative_finaliseOptions): stack_loc = 0x400008
8841         * support/regression/ports/*/spec.mk: moving testfwk-object to port dir allow parallel execution of regression tests
8842                                               remove --stack-after-data
8843
8844 2003-01-12  Bernhard Held <bernhard AT bernhardheld.de>
8845
8846         * src/SDCCmain.c (main): port->finaliseOptions() moved for z80 linking
8847         * src/SDCCutil.c (join): ugly bug: missing '\0'
8848         * as/mcs51/lkmem.c (summary): sp on address 7 is safe
8849
8850 2003-01-11  Bernhard Held <bernhard AT bernhardheld.de>
8851
8852         * src/SDCCmain.c (assemble, linkEdit): preparations for -o
8853         * src/port.h: typo
8854         * src/pic/main.c (_asmCmd): gpasm supports -o
8855         * src/z80/main.c: more general macros
8856         * device/lib/Makefile.in: remove intermediate files
8857
8858 2003-01-11  Bernhard Held <bernhard AT bernhardheld.de>
8859
8860         * .version: Bumped version number to 2.3.3
8861         * src/SDCCBBlock.c: new option -o
8862         * src/SDCCglobl.h: new option -o
8863         * src/SDCCglue.c: new option -o
8864         * src/SDCCmain.c: new option -o
8865         * src/asm.c: new option -o
8866         * src/ds390/main.c: new option -o
8867         * src/pic/glue.c: new option -o
8868         * src/pic/pcode.c: new option -o
8869         * src/pic/ralloc.c: new option -o
8870         * src/pic16/glue.c: new option -o
8871         * src/pic16/pcode.c: new option -o
8872         * src/pic16/ralloc.c: new option -o
8873         * src/z80/main.c: new option -o
8874         * device/lib/Makefile.in: use -o
8875         * support/regression/ports/ds390/spec.mk: use -o
8876         * support/regression/ports/gbz80/spec.mk: use -o
8877         * support/regression/ports/mcs51/spec.mk: use -o
8878         * support/regression/ports/mcs51-stack-auto/spec.mk: use -o
8879         * support/regression/ports/z80/spec.mk: use -o
8880         * support/regression/ports/ucz80/spec.mk: use -o
8881         * support/regression/ports/xa51/spec.mk: use -o
8882         * support/regression/fwk/lib/timeout.c: fix usage string
8883
8884 2003-01-09  Bernhard Held <bernhard AT bernhardheld.de>
8885         * src/mcs51/gen.c (genPlus): replaced "mov b,acc" by "mov b,a" Fiorenzo D. Ramaglia <fd.ramaglia AT tin.it>
8886
8887 2003-01-07    <johan AT balder>
8888
8889         * src/SDCCast.c (decorateType): fixed bug #600035
8890
8891 2003-01-07  Bernhard Held <bernhard AT bernhardheld.de>
8892         * as/mcs51/lkmem.c: added several l-modifiers to printf to remove warnings
8893         * as/mcs51/lkaomf51.c: #include <ctype.h> to remove warnings
8894         * src/pic/main.c (_hasNativeMulFor): outcommented unused variables to remove warnings
8895         * src/pic/pcode.c: outcommented unused variable to remove warnings
8896         * src/pic/ralloc.c: outcommented unused variable to remove warnings
8897
8898 2003-01-06    <karl AT turbobit.com>
8899         * sim/ucsim/cmd.src/command.cc: fixed so "break xram r 0x7654" works again in
8900    regression tests.
8901
8902 2003-01-06    <johan AT balder>
8903
8904         * src/SDCCicode.c: fixed array add
8905
8906 2002-01-05  Bernhard Held <bernhard AT bernhardheld.de>
8907         * src/SDCCmacro.c: MAX_STRING_LENGTH increased to 2048; was too small for regression tests
8908         * support/regression/ports/host/support.c: #include <stdarg.h> for gcc 3.2
8909
8910 2003-01-04    <johan AT balder>
8911
8912         * src/SDCCval.c (getNelements): fixed the initialized array of structures
8913
8914 2002-12-29  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
8915         * as/mcs51/Makefile.bcc: fixed typo lkomf51.o -> lkaomf51.o
8916
8917 2002-12-28  Bernhard Held <bernhard AT bernhardheld.de>
8918         * src/mcs51/peeph.def: added rules 234 and 235 from Frieder Ferlemann <frieder.ferlemann AT web.de>
8919         * support/regression/tests/bug-524697.c: fit mem usage into 8032
8920
8921 2002-12-28  Bernhard Held <bernhard AT bernhardheld.de>
8922         * src/mcs51/gen.c (aopGetUsesAcc): inserted missing "return FALSE"
8923
8924 2002-12-27  Bernhard Held <bernhard AT bernhardheld.de>
8925         * as/mcs51/Makefile.in: fixed typo lkomf51.o -> lkaomf51.o
8926
8927 2002-12-26  Bernhard Held <bernhard AT bernhardheld.de>
8928         * src/mcs51/main.c: removed {bindir}{sep} from aslink
8929
8930 2002-12-10  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
8931
8932     * in \sdcc\as\mcs51\ changed these files in order to create an
8933     aomf51 file: aslink.h, lkdta.c, lklex.c, lklibr.c, lklist.c,
8934     lkmain.c.  Also added: lkmem.c and lkaomf51.c.  Changed the
8935     following files to include the previous two files: aslink.dsp,
8936     Makefile.aslink, Makefile.bcc, and Makefile.in.
8937
8938     * Changed \sdcc\src\SDCCmain.c so it creates files with extension
8939     .adb instead of .cdb
8940
8941 2002-11-09  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
8942
8943         * \sdcc\as\mcs51\lklist.c: Now reports memory usage using the
8944         value from option --iram-size.
8945
8946 2002-09-20  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
8947
8948         * \sdcc\as\mcs51\lklist.c: added boundary check before using
8949         dram[] array.
8950
8951 2002-09-18    <wiml AT hhhh.org>
8952
8953         * SDCClrange.h: exposed setFromRange() and setToRange()
8954         * mcs51/ralloc.c: fixed over-eager packRegsForSupport() and
8955           packRegsForAccUse() (bug 542397)
8956         * mcs51/gen.c: MOVA() is now a function to avoid calling aopGet()
8957           multiple times and emitting the fetch operations more than once
8958           added aopGetUsesAcc() function to allow binary operators to
8959           fetch their operands in the correct order; made genMinus() emit
8960           compact code for X = LITERAL - Y
8961
8962 2002-09-00  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
8963         * \sdcc\as\mcs51\lklist.c: Fixed incorrect number of parameters to
8964         sprintf() in line 1267.
8965
8966 2002-09-08  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
8967         * \sdcc\src\SDCCglue.c: Generate areas REG_BANK_[0-3] only for 8051
8968         like ports.
8969
8970 2002-09-04  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
8971         Changes to aslink (All the changes are marked with 'JCF'):
8972
8973         * \sdcc\as\mcs51\aslink.h: External definition of sflag and
8974         summary().
8975
8976         * \sdcc\as\mcs51\lkarea.c: Computes the size of area BSEG_BYTES from
8977         area BSEG.  Also moves, if possible, the DATA area down into the internal
8978         ram so more space is available.
8979
8980         * \sdcc\as\mcs51\lkdata.c: Definition of memory summary output flag
8981         sflag.
8982
8983         * \sdcc\as\mcs51\lklist.c: For the BSEG area report the size in bits,
8984         not bytes.  Function summary() which creates a memory usage summary
8985         file with extension .mem.  Reports of overlaping stack and small stack
8986         size.  If the space for the stack is less than 16 bytes aslink trows a
8987         warning.
8988
8989         * \sdcc\as\mcs51\lkmain.c: Creation of some of the default areas for
8990         the 8051.  Option 'y' for memory summary output file.
8991
8992         Changes to sdcc (All the changes are marked with 'JCF'):
8993
8994         * \sdcc\src\SDCCglobl.h: External definition of RegBankUsed[4].
8995
8996         * \sdcc\src\SDCCglue.c:  If a register bank is used, creates an
8997         overlaying area for it (uses RegBankUsed[4]).
8998
8999         * \sdcc\src\SDCCmain.c: Definition RegBankUsed[4]; marks register
9000         bank zero as used by default.  By default aslink locates the stack
9001         (equivalent to --stack-after-data).  Pass option 'y' to aslink for
9002         the creation of the .mem file.  Delegates the allocation of data area
9003         to aslink (it is not longer 0x30 by default).  If --stack-loc passes
9004         the begining of the stack area to aslink.
9005
9006         * \sdcc\src\SDCCmem.c:  If a register bank is used, marks it so
9007         glue() in SDCCglue.c creates an area for it.
9008
9009 2002-09-03  Borut Razem <borut.razem AT siol.net>
9010         * sdcc/src/SDCCglue.c, sdcc/src/SDCCglue.h, sdcc/src/SDCCmain.c,
9011         sdcc/src/pic/glue.c:
9012         introduced atexit() handler for teporay files removal in case of
9013         errors, assertions, ...
9014
9015 2002-08-29  Borut Razem <borut.razem AT siol.net>
9016         * sdcc/support/cpp2/auto-host_vc_in.h:
9017         re-definition of O_BINARY and other O_XXX as _O_BINARY and _O_XXX, so the problem
9018         with the returned value from read() in sdcc/support/cpp2/cppfiles.c is solved for MSC.
9019         Maybe there is a similar problem with BORLANDC? It should be checked!
9020
9021         * sdcc/src/ds390/ralloc.c, sdcc/src/mcs51/ralloc.c, sdcc/src/z80/ralloc.c:
9022         corrected improper use of assert: the assignment to clr variable was done inside the assert.
9023         In case that NDEBUG was defined, the assert macro was substituted with no-op, so the assignment
9024         was not executed, and the compiler (cl) launched a warning:
9025         ralloc.c(1442) : warning C4700: local variable 'clr' used without having been initialized
9026
9027 2002-08-28  Bernhard Held <bernhard AT bernhardheld.de>
9028         * src/SDCCglue.c (printIvalArray): iterative calculation of array length
9029
9030 2002-08-28  Jesus Calvino-Fraga and Borut Razem <borut.razem AT siol.net>
9031         * sdcc/sdcc.dsw: added sdcpp, sdcppa, yacc, conf projects
9032
9033         * sdcc/src/src.dsp, sdcc/src/avr/avr.dsp, sdcc/src/ds390/ds390.dsp,
9034           sdcc/src/mcs51/mcs51.dsp, sdcc/src/pic/pic.dsp, sdcc/src/z80/z80.dsp,
9035           sdcc/src/xa51/xa51.dsp, sdcc/src/avr/avra.dsp,
9036           sdcc/src/ds390/ds390a.dsp, sdcc/src/mcs51/mcs51a.dsp,
9037           sdcc/src/pic/pica.dsp, sdcc/src/z80/z80a.dsp,
9038           sdcc/src/xa51/xa51a.dsp, sdcc/as/as_z80.dsp,
9039           sdcc/as/aslink.dsp, sdcc/as/asx8051.dsp, sdcc/packihx/packihx.dsp:
9040         - added Release configuration in VS projects
9041         - review of compiler an linker options
9042         - VC .exe files are generated in bin_vc directory, not to interfere
9043           with binaries generated from other projects (cygwin, mingw, bcc ...)
9044
9045         * sdcc/src/yacc.dsp: added
9046
9047         * sdcc/config.dsp, sdcc/configure_vc.awk, sdcc/sdcc_vc_in.h:
9048         added - genarate sdcc_vc.h using sdcc_vc_in.h as template
9049         and insert the version number definitions from .version
9050
9051         * sdcc/support/cpp2/sdcpp.dsp: added - VC project for sdcpp
9052
9053         * sdcc/support/cpp2/sdcppa.dsp, sdcc/support/cpp2/auto-host_vc_in.h:
9054         added - genarate auto-host.h using auto-host_vc_in.h as template
9055
9056         * sdcc/sdcc_vc.h,
9057         removed from CVS, generated automatically
9058
9059 2002-08-25  Bernhard Held <bernhard AT bernhardheld.de>
9060         * support/scripts/inc2h.pl: use gputils or gpasm (from Nathan Hurst)
9061
9062 2002-08-11  Borut Razem <borut.razem AT siol.net>
9063         * support/Util/NewAlloc.c: removed unneeded #include "sdccconf.h" (suggested by Jesus Calvino-Fraga)
9064
9065 2002-08-10  Borut Razem <borut.razem AT siol.net>
9066         * src/SDCCmain.c (main):
9067         file preOutName was unlinked before closed. This seems to be OK on UNIX and cygwin
9068         platforms, but it doesn't work with Visual Studio: the opened file can not be removed.
9069         The consequence was that some temporary files were not removed.
9070
9071         * src/SDCCglue.c:
9072         unification of code in functions tempfilename() and tempfile():
9073         function tempnam() is defined in Visual Studio 6.0 and .NET
9074
9075         * sdcc/sdcc.dsw: removed project sdcpp, added project xa51a
9076
9077         * sdcc/src/src.dsp, sdcc/src/avr/avr.dsp, sdcc/src/ds390/ds390.dsp,
9078           sdcc/src/mcs51/mcs51.dsp, sdcc/src/pic/pic.dsp, sdcc/src/z80/z80.dsp:
9079         - removed compiler command line option /WX: Treats all warnings as errors
9080         - update a list of source files, included into the project
9081
9082         * sdcc/src/avr/avra.dsp, sdcc/src/ds390/ds390a.dsp, sdcc/src/mcs51/mcs51a.dsp,
9083           sdcc/src/pic/pica.dsp, sdcc/src/z80/z80a.dsp:
9084         changed project type to Generic Project so that can be correcly converted to VS.NET project
9085
9086         * sdcc/as/mcs51/asm.h: definition of PATH_MAX for MSC
9087
9088         * sdcc/src/SDCCast.c: solved MSC error in function decorateType()
9089
9090         * sdcc/src/SDCC.y: added missing ending ';' to rules to get rid of bison warnings
9091
9092         * dcc/src/ds390/ralloc.c, sdcc/src/mcs51/ralloc.c:
9093         added return 0 statements after assert() to make compiler happy
9094
9095         * sdcc/src/xa51/peeph.rul, sdcc/src/xa51/peeph.def, sdcc/src/z80/ralloc.c:
9096         added newline in the def file to keep MSC compiler satisfied
9097
9098         * sdcc/src/z80/gen.c:
9099         - function strcasecmp() is not defined in MSC (and probably also in BORLANDC),
9100           so it is replaced with STRCASECMP, which is defined as stricmp in case of MSC and BORLANDC
9101         - solved MSC error in function aopDump()
9102
9103         * sdcc_vc.h: define PREFIX as "\\sdcc"
9104
9105 2002-07-18  Bernhard Held <bernhard AT bernhardheld.de>
9106         * src/SDCCast.c (decorateType): fixed access to array of structures http://sourceforge.net/mailarchive/forum.php?thread_id=902690&forum_id=4107
9107
9108 2002-06-22  Scott Dattalo <scott AT dattalo.com>
9109         * src/pic/*: Numerous bug fixes. Flow analysis has been enhanced.
9110         - Rewrote the register banking algorithm.
9111         - Added pCode live-range analysis to registers (for now, only non-used and
9112         singly-used registers optimized away)
9113
9114         * src/pic/pcoderegs.[ch]: Added new files for pCode live-range analysis
9115
9116         * 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.
9117
9118 2002-05-10  Scott Dattalo <scott AT dattalo.com>
9119         * src/pic/*: Added support for multiplication. Fixed many,many bugs.
9120
9121 2002-04-22  Michael Hope  <michaelh AT vroom>
9122
9123         * device/lib/z80/printf.c: Changed emitter to volatile to work around a pcall bug.
9124
9125         * configure.in (DD_COPT): Added include support required for gbdk.
9126
9127         * .version: Bumped version number just to increase it.
9128
9129         * src/SDCCmain.c: Added -nostdinc to the default options.
9130
9131 2002-04-15  Michael Hope  <michaelh AT vroom>
9132
9133         * device/lib/z80/printf.c (sprintf): Added.
9134
9135         * src/z80/ralloc.c (packRegisters): Disabled pack HL use for GB as it's broken.
9136
9137         * src/z80/peeph.def: Added transpose redundent load rule.
9138
9139         * src/z80/main.c: Added force callee saves for jaune.
9140
9141         * src/port.h: Removed the i186 and tlcs-900h ports as they weren't being being developed.
9142
9143         * src/SDCCmain.c: Pulled the options definition out so that you can add port specific options without changing the main file.
9144
9145 2002-03-28  Johan Knol  <johan AT balder>
9146
9147         * src/SDCCval.c: fixed bug #532436
9148
9149 2002-03-14  Scott Dattalo <scott AT dattalo.com>
9150         * /src/port.h:
9151         Added "char *Processor" field to the port structure.
9152
9153         * /src/SDCCmain.c:
9154         Added -p option. Allows port dependent processor to be specified.
9155
9156         * all ports:
9157         Initialized the new field char *Processor field to NULL in all ports
9158
9159         * /src/pic/*:
9160         Compiler generated registers for interrupt context saving
9161         were not getting allocated.
9162
9163 2002-03-16  Sandeep Dutta  <sandeep AT ddi.com>
9164
9165         * /src/SDCCast.c:
9166         Fixed left shift. Will promote the left side of a left shift
9167         if a) left shifting more than size of operand or b) when assigned
9168         to something size > size of left side
9169
9170 2002-03-14  Scott Dattalo <scott AT dattalo.com>
9171         * src/pic/*
9172         tons of changes. Register allocation has been
9173         rewritten. Added customization for the various PICs. Flow
9174         analysis is restructured. ...
9175
9176         * src/pic/device.h:
9177         Added
9178
9179         * src/pic/device.c:
9180         Added. device.c is a PIC port hack to accomodate variations
9181         in PIC devices.
9182
9183 2002-03-13  Michael Hope  <michaelh AT vroom>
9184
9185         * src/z80/gen.c (genGenPointerGet): Fixed a bug where a pointer in HL is dereferenced into HL but HL is not spilled.  Yeah.
9186
9187 2002-03-04  johanknol  <johanknol AT manik>
9188
9189         * /src/SDCCval.c: fixed
9190
9191         const unsigned char arr[][2] = { { 0, 1 } };
9192         t18.c:1: error: Initializer element is not constant
9193
9194 2002-03-04  bela  <bela AT manik>
9195
9196         * /device/include/mcs51reg.h:
9197         ds89c420 register definition update
9198
9199 2002-03-03    <johan AT FRIJA>
9200
9201         * support/Util/SDCCerr.c: did something, but don't no why anymore
9202
9203         * support/regression/tests/bug-524691.c: made it a little less shy
9204
9205         * src/SDCCast.c (decorateType): fixed bug #524697
9206
9207         * src/SDCCast.c: made some lineno improvements
9208
9209         * src/SDCCval.c (getNelements): changed warning to error
9210
9211         * src/SDCCglue.c (printIvalArray): changed warning to error
9212
9213         * src/SDCCicode.c: fixed a warning for mingw
9214
9215         * src/SDCCast.c (decorateType): fixed the << promotion for ops
9216
9217         * src/SDCCicode.c (geniCodeDivision): divide is shift only for unsigned (bug #524685)
9218
9219 2002-03-02  Sandeep Dutta  <sandeep AT ddi.com>
9220
9221         * src/ds390/peeph.def:
9222         Added some more peephole rules
9223
9224         * src/ds390/gen.c: Various fixes & enhancements
9225
9226         * src/SDCClrange.c, src/SDCClrange.h:
9227         functions "alldefsoutofrange" and "notusedinblock" moved to SDCClrange.c
9228
9229         * src/ds390/ralloc.c:
9230         various fixes & enhancements (ds390) specific
9231
9232         * src/avr/ralloc.c, src/mcs51/ralloc.c, src/pic/ralloc.c, src/xa51/ralloc.c, src/z80/ralloc.c:
9233         Functions "allDefsOutOfRange" & "notUsedinBlock" moved to SDCClrange.c
9234         from rallocs.
9235
9236         * sdcc/src/SDCCcse.c: Better fix for bug # 514308
9237
9238 2002-03-02    <johan AT FRIJA>
9239
9240         * src/SDCCast.c (decorateType): fixed bug #524708
9241
9242         * src/SDCCval.c (floatFromVal): fixed the literal void (whatever that may be)
9243
9244         * src/SDCCicode.c (geniCodePtrPtrSubtract): fixed bug #524691
9245
9246 2002-03-01  Michael Hope  <michaelh AT vroom>
9247
9248         * src/SDCCsymt.c (initCSupport): Removed managling of support function names.
9249
9250         * src/z80/ralloc.c (packRegsForIYUse): Fixed fp bug where four byte operands were packed into IY.
9251
9252 2002-03-01    <johan AT FRIJA>
9253
9254         * src/SDCCglue.c (printIvalPtr): fixed bug #524211
9255
9256         * src/SDCCast.c (decorateType): fixed bug #524209
9257
9258         * src/SDCCval.c (valNot): fixed bug #524195
9259
9260 2002-02-26    <johan AT balder>
9261
9262         * src/xa51/gen.c: fixed a warning
9263
9264         * src/SDCCglue.c (printIvalFuncPtr): fixed bug #522534
9265
9266         * src/SDCCast.c (decorateType): fixed bug #522534
9267
9268 2002-02-23    <johan AT balder>
9269
9270         * src/SDCCdflow.c (computeDataFlow): fixed bug #460088
9271
9272 2002-02-22    <johan AT balder>
9273
9274         * src/SDCCast.c: fixed bug #514865
9275
9276         * src/SDCCy.c ("SDCC.y"): fixed bug #516625
9277
9278 2002-02-21  Sandeep Dutta  <sandeep AT ddi.com>
9279
9280         * sdcc/src/SDCCloop.c:
9281         Previous fix was not good. basic blocks that have "break" or "return" are
9282         not really partof a loop , but live ranges used in these blocks should
9283         be live thru the entire loop, so set partOfLoop but don't add them to
9284         loop region
9285
9286 2002-02-21    <johan AT FRIJA>
9287
9288         * src/SDCCcse.c: fixed bug #514308
9289
9290 2002-02-20  Sandeep Dutta  <sandeep AT ddi.com>
9291
9292         * src/SDCCloop.c:
9293         Fixed BUG #519583. If a conditional block ended in a return/break
9294         statement inside a loop, it was not being considered part of the loop.
9295
9296         * src/SDCCcflow.c: Removed fix (Fixed in SDCCloop.c)
9297
9298 2002-02-10  Karl Bongers <karl AT turbobit.com>
9299
9300         * debugger/*:
9301         Fixed up SDCDB debugger somewhat.  Updated debugger/README
9302         with lots of comments and notes.
9303
9304         * device/examples/test2.c:
9305         Fix bug, "red" variable not being initialized(compiler complained).
9306
9307         * device/examples/Makefile, examples/test3.c:
9308         Add Makefile in device/examples folder, compiles test3.c
9309         for use as a multiple module SDCDB test case.
9310
9311         * sim/ucsim/cmd.src/cmdset.cc:
9312         Took out debug printfs in ucsim "next" command.
9313
9314         * sim/ucsim/xa.src:
9315         Karl and Johan start ucsim XA support.  Most dissassembly working,
9316         about 75% emulation done(plenty of work remaining).
9317
9318         * sim/ucsim/z80.src:
9319         Add Z80 support to ucsim, add test-ucz80 regression test,
9320         notice ucsim/z80 emulation fails on examples/test3.c/itoa code.
9321         Notice z80 compiler fails on examples/test3.c/crc code.
9322
9323 2002-01-30  Sandeep Dutta  <sandeep AT ddi.com>
9324
9325         * src/mcs51/gen.c, src/mcs51/main.c, src/mcs51/ralloc.c:
9326         Added support for --parms-in-bank1
9327
9328         * src/ds390/peeph.def:
9329         added a few more peephole optimzations
9330
9331         * src/ds390/main.c:
9332         1) added __builtin_inp & __builtin_outp used to read in data of given length
9333            from a memory mapped port
9334         2) added __builtin_memcmp
9335         3) added __builtin_swapw swap bytes of a short
9336
9337         * src/ds390/gen.c, src/ds390/gen.h, src/ds390/ralloc.c:
9338         1) handle multiple send & receives from register bank1
9339         2) ralloc can now allocate DPTR1 to some liveRanges
9340
9341         * src/SDCCsymt.c, src/SDCCsymt.h:
9342         changes to handle multiple sends & receives
9343
9344         * src/SDCCptropt.h:
9345         added some pointer arithmetic optimization
9346
9347         * src/SDCCptropt.c:
9348         added some pointer arithmetic optimizations but not stable yet so not
9349         called from anywhere (will get this working shortly)
9350
9351         * src/SDCCopt.c: fixed for multiple sends & receives
9352
9353         * src/SDCCmain.c:
9354         1) added options --parms-in-bank1 (ds390/mcs51) & --protect-sp-update
9355         2) preprocessing done AFTER port->finalizeoptions . This allows ports to
9356            set preprocessor defines (depending on options)
9357
9358         * src/SDCCicode.c, src/SDCCicode.h:
9359         changes made to handle multiple sends & receives
9360
9361         * src/SDCCglobl.h:
9362         Added options --protect-sp-update (ds390) and --parms-in-bank1 (ds390/mcs51)
9363
9364         * src/SDCCcse.c, src/SDCCcse.h:
9365         added function findbackward def (to be used in upcoming optimization)
9366
9367         * src/SDCCcflow.c, src/SDCCcflow.h:
9368         added function returnAtEnd - to determine if a basic block terminates with
9369         a RETURN iCode
9370
9371         * src/SDCCast.c, src/SDCCast.h:
9372         added option parms-in-bank1
9373
9374         * device/lib/_divsint.c, device/lib/_divslong.c, device/lib/_divuint.c
9375         * device/lib/_divulong.c, device/lib/_modsint.c, device/lib/_modslong.c
9376         * device/lib/_modulong.c, device/lib/_mulint.c, device/lib/_mullong.c:
9377         adjusted for --parms-in-bank1 option
9378
9379         * device/include/string.h:
9380         donot redefine "reentrant" keyword
9381
9382         * device/include/ds80c390.h: Added some more SFRs
9383
9384 2002-01-28  Bernhard Held  <bernhard AT bernhardheld.de>
9385
9386         * sim/ucsim: Merged branch ucsim-034-pre3 to main trunk; new version 0.4
9387
9388 2002-01-26  Bernhard Held  <bernhard AT bernhardheld.de>
9389
9390         * src/SDCCast.c (funcOfType): fix usage of double --float-reent
9391
9392 2002-01-22  Bernhard Held  <bernhard AT bernhardheld.de>
9393
9394         * support/regression/fwk/lib/testfwk.c (main): Removed workaround for bug #505387
9395
9396 2002-01-18  Paul Stoffregen  <paul AT pjrc.com>
9397
9398         * Added --xram-movc option
9399
9400 2002-01-13  Bernhard Held  <bernhard AT bernhardheld.de>
9401
9402         * support/regression/Makefile: don't include test-mcs51-stack-auto in target all
9403
9404 2002-01-11  Johan Knol
9405
9406         * Added math lib of Jesus Calvino-Fraga
9407
9408 2002-01-08  Bernhard Held  <bernhard AT bernhardheld.de>
9409
9410         * src/SDCCmain.c (processFile): fix processing of ../../src.c
9411         * support/regression/Makefile: new target test-mcs51-stack-auto
9412         * support/regression/ports/mcs51-stack-auto/spec.mk: added
9413
9414 2002-01-04  Bernhard Held  <bernhard AT bernhardheld.de>
9415
9416         * src/SDCCglue.h: printIvalCharPtr(), not printIvalChar()
9417
9418 2002-01-04  Bernhard Held  <bernhard AT bernhardheld.de>
9419
9420         * support/regression/ports/mcs51/support.c: correct setup of timer / UART
9421
9422 2002-01-03  Bernhard Held  <bernhard AT bernhardheld.de>
9423
9424         * src/SDCCsymt.c (processFuncArgs): fix #498307 by Johan
9425
9426         * src/SDCCglue.h: add definition for printIvalChar()
9427
9428 2002-01-02  Bernhard Held  <bernhard AT bernhardheld.de>
9429
9430         * src/SDCCast.c: fix #498138 by Johan
9431
9432         * src/SDCCglue.c: fix #498138 by Johan
9433
9434 2002-01-02  Bernhard Held  <bernhard AT bernhardheld.de>
9435
9436         * support/regression/Makefile: fix clean
9437
9438         * support/regression/ports/ds390/support.c: fix transmission of last character
9439
9440 2001-12-29  Sandeep Dutta  <sandeep AT ddi.com>
9441
9442         * /sdcc/src/ds390/gen.c:
9443         a) improved computing address of stack variable
9444         b) took out some #if 0 code
9445         c) improved parmBytes adjustment
9446         d) improved genPlusIncr & genMinusIncr
9447         e) genCmp could generate bad code (when left assigned to DPTR)
9448         f) Fixed bug in hasInc
9449
9450         * /sdcc/src/ds390/ralloc.c:
9451         a) packRegsForSupport could mess up live information (Fixed)
9452         b) packRegsDPTRuse could be incorrect for left & right shift
9453
9454         * /sdcc/src/mcs51/ralloc.c:
9455         packRegsForSupport could mess up the live information (Fixed)
9456
9457         * /sdcc/src/mcs51/gen.c: Fixed a bug in hasInc
9458
9459         * /sdcc/src/SDCCast.c:
9460         can reverse a loop even if function call is present as long
9461         as the loop control variable is local & is not passed as parameter
9462
9463 2001-12-24  Sandeep Dutta  <sandeep AT ddi.com>
9464
9465         * /sdcc/ChangeLog: *** empty log message ***
9466
9467         * /sdcc/src/ds390/gen.c, /sdcc/src/ds390/main.c:
9468         More builtin function additions for TININative
9469
9470         * /sdcc/src/ds390/ralloc.c:
9471         Had broken the regression testsuite
9472
9473         * /sdcc/src/SDCCast.c: Fixed a bug in dumptree
9474
9475         * /sdcc/src/SDCCsymt.c, /sdcc/src/SDCCsymt.h:
9476         Added funcattr hasStackParms will be set for reentrant functions when there
9477         are paramteres on the stack, this helps in minimizing frame pointer generation
9478         typeFromStr can handle function pointers now
9479
9480         * /sdcc/doc/builtins.txt, /sdcc/doc/TININative.txt:
9481         *** empty log message ***
9482
9483 2001-12-24  Sandeep Dutta  <sandeep AT ddi.com>
9484
9485         * /src/ds390/gen.c, /src/ds390/main.c:
9486         More builtin function additions for TININative
9487
9488         * /src/ds390/ralloc.c:
9489         Had broken the regression testsuite
9490
9491         * /src/SDCCast.c: Fixed a bug in dumptree
9492
9493         * /src/SDCCsymt.c, /src/SDCCsymt.h:
9494         Added funcattr hasStackParms will be set for reentrant functions when there
9495         are paramteres on the stack, this helps in minimizing frame pointer generation
9496         typeFromStr can handle function pointers now
9497
9498         * /doc/builtins.txt, /doc/TININative.txt:
9499         *** empty log message ***
9500
9501
9502 2001-12-24  Sandeep Dutta  <sandeep AT ddi.com>
9503
9504         * /src/ds390/gen.c, /src/ds390/main.c, /src/ds390/peeph.def, /src/ds390/ralloc.c:
9505         ALPHA version for -mTININative
9506
9507         * /src/izt/i186.c, /src/izt/tlcs900h.c, /src/mcs51/main.c, /src/pic/main.c, /src/z80/main.c, /src/avr/main.c:
9508         updated to reflect changes in the port structure
9509
9510         * /src/port.h:
9511         added function do_assemble (similar to do_link) if non-null this function
9512         will be called to do assembly (-mTININative) requires a multi command
9513         assembly
9514         added function genAssemblerEnd will be called to generate assembler Epilogue
9515
9516         * /src/SDCCsymt.c:
9517         added _JavaNative to debug info printing
9518
9519         * /src/SDCCmain.c: added option --tini-libid
9520         added port->do_assemble function (-mTININative) has a multi command assemble
9521
9522         * /src/SDCCglue.c: Disabled "constExpr" check
9523         added port->genAssemblerEnd function
9524
9525         * /src/SDCCglobl.h: Added option --tini-libid value
9526
9527         * /src/SDCCast.h:
9528         tookout optimizeCompare from the header (has no external references)
9529
9530         * /src/SDCCast.c: made one more function "static"
9531
9532 2001-12-23  Michael Hope  <michaelh AT juju.net.nz>
9533
9534         * src/z80/mappings.i: Added z80asm support.
9535
9536         * src/z80/main.c: Added z80asm support on --asm=z80asm
9537
9538         * src/z80/gen.c: Fixed asm portability issues.
9539
9540         * src/asm.c (tvsprintf): Removed old code, added 'N' for function name.  For extern support.
9541
9542         * src/SDCCglue.c (printExterns): Added global/extern split.
9543
9544 2001-12-17  Bernhard Held  <bernhard AT bernhardheld.de>
9545
9546         * support/regression/Makefile: added test for mcs51 model large
9547
9548         * support/regression/ports/mcs51-large/spec.mk: added test for mcs51 model large
9549
9550         * support/regression/ports/gbz80/spec.mk: added -mgbz80
9551
9552 2001-12-05  Michael Hope  <michaelh AT juju.net.nz>
9553
9554         * src/diff.1 (Index): Many, many optmisiations.  Dhrystone up to 201.
9555
9556 1904-01-06  Michael Hope  <michaelh AT juju.net.nz>
9557
9558         * src/z80/ralloc.c (packRegsForIYUse): Fixed the case where an operand is in direct space.
9559
9560         * src/z80/gen.c (makeFreePairId): Optimised IY load by using a spare pair.
9561
9562 2001-12-02  Bernhard Held  <bernhard AT bernhardheld.de>
9563
9564         * src/mcs51/gen.c (genFunction): avoid excess "inc sp"
9565
9566         * support/regression/tests/simplefloat.c: Port to mcs51.
9567
9568 2001-11-25  Michael Hope  <michaelh AT juju.net.nz>
9569         * support/regression/tests/bug-485362.c: Added.
9570
9571         * support/regression/tests/simplefloat.c (testDivNearOne): Added.
9572
9573         * src/z80/gen.c (aopOp): Fixed case where left and result are in the same spill loc and they have different sizes.
9574
9575         * src/z80/peeph.def: Added rules for optimising two byte compares on the same thing, and to optimise two ptr assign.
9576
9577         * src/z80/gen.c (aopDump): Added a dump function.
9578
9579 2001-11-25  Bernhard Held  <bernhard AT bernhardheld.de>
9580         * sim/ucsim/s51.src/glob.cc: DS390 SFRs and bits added.
9581
9582         * sim/ucsim/s51.src/port.cc: Port 4 and 5 added.
9583
9584         * sim/ucsim/s51.src/regs51.h: DS390 SFRs added.
9585
9586         * sim/ucsim/s51.src/uc390.cc: Some details improved, CKRDY works for tinibios.
9587
9588         * sim/ucsim/s51.src/uc390cl.h: Work in progress.
9589
9590         * sim/ucsim/sim.src/uccl.h: 6 ports for DS390.
9591
9592         * support/regression/fwk/lib/testfwk.c: Run with tinibios.
9593
9594         * support/regression/ports/mcs51/spec.mk: Fine tuninig.
9595
9596         * support/regression/ports/ds390/support.c: Use tinibios.
9597
9598         * support/regression/ports/ds390/spec.mk: Fine tuning, use tinibios.
9599
9600 2001-11-23  Michael Hope  <michaelh AT juju.net.nz>support/regression/tests/bug-460010.c
9601
9602         * src/z80/ralloc.c (packRegsForHLUse3): Changed to not pack into HL if anything is in direct space.
9603         (packRegsForHLUse3): Added packing support for send, cast, and return value from a call.
9604
9605         * src/z80/peeph.def: Added rules for optimising pushes of part of a pair.
9606
9607         * src/z80/gen.c (emitCall): Changed the stack fixup to not use HL.
9608
9609 2001-11-18  Michael Hope  <michaelh AT juju.net.nz>
9610
9611         * src/z80/gen.c (genCmp): Fixed compare on unsigned.
9612
9613         * src/z80/ralloc.c (packRegsForHLUse3): Created and optimised.
9614         (packRegsForIYUse): Created and optimised.
9615
9616 2001-11-07  Michael Hope  <michaelh AT juju.net.nz>
9617
9618         * support/regression/tests/float.c (testFloatAdd): Fixed up warning.
9619 2001-11-18  Bernhard Held  <bernhard AT bernhardheld.de>
9620
9621         * sdcc/support/regression/tests/bug-460010.c: fix seg violation on host
9622
9623         * sdcc/support/regression/tests/muldiv.c: fix output on mcs51
9624
9625         * sdcc/support/regression/tests/stacks.c: fix DSEG overflow on mcs51
9626
9627 2001-11-07  Bernhard Held  <bernhard AT bernhardheld.de>
9628
9629         * sdcc/sim/device/lib/_gptrget.c: mem region 5 (idata) added
9630
9631         * sdcc/sim/device/lib/_gptrput.c: mem region 5 (idata) added
9632
9633 2001-11-07  Bernhard Held  <bernhard AT bernhardheld.de>
9634
9635         * sdcc/sim/ucsim/globals.cc: New: IXRAM.
9636
9637         * sdcc/sim/ucsim/stypes.h: New: IXRAM.
9638
9639         * sdcc/sim/ucsim/s51.src/uc390.cc: New: IXRAM.
9640
9641 2001-11-07  Michael Hope  <michaelh AT juju.net.nz>
9642
9643         * src/z80/ralloc.c (packRegsForHLUse): Banned IFXs from being packed into HL.
9644         (packRegsForHLUse): Added rule to pack address of/pointer get for itemps into HL for the Z80.
9645         (packRegsForAccUse2): Added rule to pack hbit IFXs into A.
9646
9647         * src/z80/main.c (_setDefaultOptions): Made float code re-entrant by default.
9648
9649         * src/z80/gen.c (aopGetLitWordLong): Added word support for floats.
9650         (genNotFloat): Added.
9651         (genUminusFloat): Added.
9652
9653         * device/lib/z80/Makefile: Added floating pt stubs.
9654
9655         * device/lib/Makefile.in (Z80SOURCES): Added floating pt support.
9656
9657         * src/z80/gen.c (genIpush): Fixed up a push of one byte when left is in a pair.
9658
9659         * device/lib/_fsadd.c (__fsadd): Fixed up return where the numbers are hugely different.
9660
9661 2001-11-07  Bernhard Held  <bernhard AT bernhardheld.de>
9662
9663         * sdcc/sim/ucsim/s51.src/glob.cc: Minor fix.
9664
9665         * sdcc/sim/ucsim/s51.src/regs51.h: Minor fix.
9666
9667         * sdcc/support/regression/Makefile: Add port ds390.
9668
9669         * sdcc/support/regression/ports/mcs51/spec.mk: Minor change.
9670
9671         * sdcc/support/regression/ports/z80/spec.mk: Minor change.
9672
9673         * sdcc/support/regression/ports/ds390/spec.mk: Added.
9674
9675         * sdcc/support/regression/ports/ds390/support.c: Added.
9676
9677         * sdcc/support/regression/ports/ds390/uCsim.cmd: Added.
9678
9679         * sdcc/support/regression/ports/mcs51/timeout.c: Cut.
9680
9681         * sdcc/support/regression/fwk/lib/timeout.c: Paste.
9682
9683 2001-11-04  Michael Hope  <michaelh AT juju.net.nz>
9684
9685         * device/include/malloc.h: Added z80 and gbz80 support.
9686
9687         * device/lib/gbz80/heap.s: Added.
9688
9689         * device/lib/z80/heap.s: Added.
9690
9691         * device/lib/malloc.c: Added z80 and gbz80 support.
9692
9693         * support/regression/tests/malloc.c (testMalloc): Added.
9694
9695         * src/SDCCmain.c (parseCmdLine): Added support for -Wp.
9696
9697         * support/regression/tests/bug-478094.c: Added.
9698
9699         * src/z80/gen.c (commitPair): Fixed silly gbz80/z80 commit to static bug.
9700
9701 2001-11-04  Bernhard Held  <bernhard AT bernhardheld.de>
9702
9703         * sdcc/sim/ucsim/s51.src/uc390cl.h: Improvement for ds390 to run regression tests
9704
9705         * sdcc/sim/ucsim/s51.src/uc390.h: Improvement for ds390 to run regression tests
9706
9707         * sdcc/sim/ucsim/s51.src/regs51.h: Improvement for ds390 to run regression tests
9708
9709         * sdcc/sim/ucsim/s51.src/glob.cc: Improvement for ds390 to run regression tests
9710
9711         * sdcc/support/regression/tests/bug-460010.c: Small change for ds390
9712
9713 2001-11-04  Michael Hope  <michaelh AT juju.net.nz>
9714
9715         * src/z80/peeph-gbz80.def: Removed a bad sub optimisation.
9716
9717 2001-11-03  Michael Hope  <michaelh AT juju.net.nz>
9718
9719         * support/regression/tests/bug-477927.c: Added.
9720
9721         * src/z80/peeph.def: Added minor rules.
9722
9723         * src/z80/gen.c (genPlusIncr): Added an extra plusinc rule.
9724
9725         * src/z80/peeph.def: Added jump optimisation modification.
9726
9727 2001-11-01  Michael Hope  <michaelh AT juju.net.nz>
9728
9729         * src/SDCCmain.c (linkEdit): Added runtime path detection to the mcs51 port.
9730
9731 2001-10-30  Michael Hope  <michaelh AT juju.net.nz>
9732
9733         * support/regression/tests/funptrs.c: Added.
9734
9735 2001-10-29  Michael Hope  <michaelh AT juju.net.nz>
9736
9737         * src/z80/ralloc.c (packRegsForHLUse): Fixed up bad spill due to pushing one byte via HL.
9738
9739 2001-10-28  Michael Hope  <michaelh AT juju.net.nz>
9740
9741         * src/z80/gen.c (genArrayInit): Made it work for on stack arrays.
9742
9743         * src/z80/main.c (gbz80_port =): Added rle support to the gbz80 port.
9744
9745         * src/z80/gen.c (genMinus): Fixed for where the result is one byte.
9746         (movLeft2ResultLong): Created.
9747
9748         * src/z80/ralloc.c (packRegsForHLUse): Added a couple of simple cases for the GB.
9749         (joinPushes): Added.  Joins two char pushes into a word push.
9750
9751 2001-10-27  Michael Hope  <michaelh AT juju.net.nz>
9752
9753         * support/cpp2/Makefile.in (install): Added creation of dest dir.
9754
9755         * support/makebin/Makefile (install): Added creation of dest dir.
9756
9757 2001-10-24 Karl Bongers <karl AT turbobit.com>
9758
9759         * configure.in, configure, Makefile, support/cpp: Removed cpp folder, since we have new cpp2 preprocessor code.
9760
9761 2001-10-21  Michael Hope  <michaelh AT juju.net.nz>
9762
9763         * src/z80/ralloc.c: Turned off faulty pack for one use.
9764
9765         * src/z80/peeph-gbz80.def: Removed redundent restart options.
9766
9767         * src/z80/gen.c (genMult): Added native mul for constants on the z80 and gbz80.
9768
9769 2001-10-21  Bernhard Held  <bernhard AT bernhardheld.de>
9770
9771         * support/regression/Makefile: Improved clean
9772
9773         * support/regression/ports/gbz80/spec.mk: Added clean
9774
9775         * support/regression/ports/host/spec.mk: Added clean
9776
9777         * support/regression/ports/z80/spec.mk: Added clean
9778
9779         * support/regression/ports/mcs51/spec.mk: Added clean, little improvements
9780
9781         * support/regression/ports/mcs51/timeout.c: little improvements
9782
9783 2001-10-17  Michael Hope  <michaelh AT juju.net.nz>
9784
9785         * device/lib/malloc.c (MEMHEADER): Fixed against new pedantic pointers.
9786
9787         * support/regression/fwk/include/testfwk.h: Fixed up to use function pts correctly.
9788
9789         * support/regression/generate-cases.py: Fixed up to use function pts correctly.
9790
9791 2001-10-16  Bernhard Held  <bernhard AT bernhardheld.de>
9792
9793         * support/regression/port/mcs51/spec.mk: add timeout for uCsim
9794
9795         * support/regression/port/mcs51/timeout.c: add timeout for uCsim
9796
9797 2001-10-13  Michael Hope  <michaelh AT juju.net.nz>
9798         * src/z80/gen.c (emitCall): Fixed up missing spill of HL when used to assign the result value.
9799
9800         * src/z80/ralloc.c: Turned off pack for one use as it's quite broken.
9801
9802         * src/SDCCmain.c (linkEdit): Added support for passing a legacy command line through the processor.
9803
9804         * src/mcs51/main.c (_linkCmd): Added bin path to command.
9805
9806         * src/SDCCmain.c (initValues): Added support for when it it called just to link.
9807
9808         * as/mcs51/lklibr.c (libfil;): Turned off 'library file' message.
9809
9810         * src/SDCCval.c (constVal): Fixed usage of 'L' modifier problems on ppc.
9811
9812         * support/regression/tests/longor.c: Added.
9813
9814 2001-10-11  Bernhard Held  <bernhard AT bernhardheld.de>
9815
9816         * as/mcs51/asdata.c: replaced FILENAME_MAX with PATH_MAX
9817
9818         * as/mcs51/aslink.h: define PATH_MAX
9819
9820         * as/mcs51/asm.h: define PATH_MAX
9821
9822         * as/mcs51/asmain.c: replaced FILENAME_MAX with PATH_MAX
9823
9824         * as/mcs51/asnoice.c: replaced FILENAME_MAX with PATH_MAX
9825
9826         * as/mcs51/lklex.c: replaced FILENAME_MAX with PATH_MAX
9827
9828         * as/mcs51/lkmain.c: replaced FILENAME_MAX with PATH_MAX
9829
9830         * src/SDCCglobl.h: define PATH_MAX
9831
9832         * src/SDCCmacro.c: replaced FILENAME_MAX with PATH_MAX
9833
9834         * src/SDCCmain.c: replaced FILENAME_MAX with PATH_MAX
9835
9836 2001-10-11  Michael Hope  <michaelh AT juju.net.nz>
9837
9838         * src/z80/gen.c (gencjneshort): Fixed
9839
9840         * src/z80/ralloc.c (packRegsForHLUse): Added pack into HL for cast then ipush.
9841
9842 2001-10-09  Michael Hope  <michaelh AT juju.net.nz>
9843
9844         * support/regression/tests/bug-469671.c: Added.
9845
9846         * src/z80/gen.c (shiftIntoPair): Fixed up warning.
9847
9848 2001-10-08  Michael Hope  <michaelh AT juju.net.nz>
9849
9850         * src/SDCCmain.c: Added --fommit-frame-pointer option and implemented in the z80 port.
9851
9852         * src/z80/gen.c (genPlus): Fixed to work with extended stack.  Also fixed genMinus, genCmp.  genUMinus is still left.
9853
9854 2001-10-08  Bernhar Held  <bernhard AT bernhardheld.de>
9855
9856         * src/SDCCmain.c (preProcess): added define SDCC_NOOVERLAY
9857
9858         * src/device/lib/_mulint.c  : removed hint: nooverlay bug
9859
9860         * src/device/lib/_mullong.c : removed hint: nooverlay bug
9861
9862         * src/device/lib/_divuint.c : removed hint: nooverlay bug
9863
9864         * src/device/lib/_divulong.c: removed hint: nooverlay bug
9865
9866         * src/device/lib/_moduint.c : removed hint: nooverlay bug
9867
9868         * src/device/lib/_modulong.c: removed hint: nooverlay bug
9869
9870 2001-10-07  Michael Hope  <michaelh AT juju.net.nz>
9871
9872         * 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.
9873
9874         * support/Util/NewAlloc.c (freeTrace): Changed free for the gc case to not free at all.  Fixes runtime segfault.
9875
9876         * support/regression/tests/scott-compare3.c (c_abcd): Fixed up casts.
9877
9878 2001-10-07    <johan AT FRIJA>
9879
9880         * device/lib/gets.c (gets): fixed the return value.
9881
9882 2001-10-06  Michael Hope  <michaelh AT juju.net.nz>
9883         * src/SDCCmain.c (WRITE_SEG_LOC): Fixed up to use Safe_strdup.
9884
9885         * 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.
9886
9887         * 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.
9888
9889         * src/z80/gen.c (genZ80Code): Added de-allocation via trace support.
9890
9891         * src/pic/gen.c: Removed Safe_strdup.
9892
9893         * configure.in: Added option to enable libgc support.
9894
9895         * src/SDCCbitv.c (bitVectnBitsOn): Optimised.
9896         (bitVectUnion): Optimised.
9897         (bitVectIntersect): Optimised.
9898         (bitVectBitsInCommon): Optimised.
9899         (bitVectCplAnd): Optimised.
9900
9901         * support/makebin/makebin.c (usage): Removed getopt as mingw32 doesn't have it.  Sigh.
9902
9903 2001-10-03 Bernhard Held <bernhard AT bernhardheld.de>
9904
9905         * src/SDCCmain.c: distinguish between assembler debug and plain options
9906
9907         * src/avr/main.c:   remove standard assembler options
9908
9909         * src/ds390/main.c: remove standard assembler options
9910
9911         * src/mcs51/main.c: remove standard assembler options
9912
9913         * src/port.h: removed "PENDING" comment
9914
9915 2001-10-03 Bernhard Held <bernhard AT bernhardheld.de>
9916
9917         * src/device/lib/_mulint.c  : new, with assember functions
9918
9919         * src/device/lib/_mullong.c : new, with assember functions
9920
9921         * src/device/lib/_divuint.c : with assember functions
9922
9923         * src/device/lib/_divsint.c : with assember functions
9924
9925         * src/device/lib/_divulong.c: with assember functions
9926
9927         * src/device/lib/_divslong.c: with assember functions
9928
9929         * src/device/lib/_moduint.c : with assember functions
9930
9931         * src/device/lib/_modsint.c : with assember functions
9932
9933         * src/device/lib/_modulong.c: with assember functions
9934
9935         * src/device/lib/_modslong.c: with assember functions
9936
9937         * src/device/lib/libint.lib:  replaced _muluint.c  and _mulsint.c  by _mulint.c
9938
9939         * src/device/lib/liblong.lib: replaced _mululong.c and _mulslong.c by _mullong.c
9940
9941         * src/device/lib/Makefile.in: replaced _muluint.c  and _mulsint.c  by _mulint.c
9942                                       replaced _mululong.c and _mulslong.c by _mullong.c
9943
9944 2001-10-03 Bernhard Held <bernhard AT bernhardheld.de>
9945
9946         * src/SDCCsymt.c: sequence of specifiers in pintTypeChain() corrected
9947
9948 2001-10-01 Bernhard Held <bernhard AT bernhardheld.de>
9949
9950         * src/SDCCglue.c: test, if win32api is available for MINGW
9951
9952 2001-10-01 Bernhard Held <bernhard AT bernhardheld.de>
9953
9954         * src/SDCCsymt.c: no more _modifier in printTypeChain()
9955         * support/regression/tests/driverstruct.c: REENTRANT for mcs51
9956         * support/regression/ports/gbz80/spec.mk: removed GENERIC
9957         * support/regression/ports/host/spec.mk: removed GENERIC
9958         * support/regression/ports/mcs51/spec.mk: removed GENERIC
9959         * support/regression/ports/z80/spec.mk: removed GENERIC
9960
9961 2001-10-01  Michael Hope  <michaelh AT juju.net.nz>
9962
9963         * support/regression/fwk/lib/testfwk.c (__printf): Removed GENERIC.
9964
9965         * support/regression/tests/bug-467035.c: Created.
9966
9967 2001-10-01    <johan AT FRIJA>
9968
9969         * src/SDCC.y: fixed bug #466586 part 1
9970
9971 2001-10-01  Johan Knol <johan.knol AT iduna.nl>
9972
9973         * SDCCicode.c: z80 has no generic pointers
9974         * removed -s from strip in all Makefile(.in)'s. It is not needed, but Solaris chocks on it.
9975
9976 2001-09-30  Michael Hope  <michaelh AT juju.net.nz>
9977
9978         * sim/ucsim/cmd.src/Makefile.in ($(PRJDIR)/libcmd.a): Changed all ar references to $(AR) for Solaris.
9979
9980 2001-09-29  Michael Hope  <michaelh AT juju.net.nz>
9981
9982         * Makefile (sdcc-libs): Added makebin to the list of standard targets.
9983
9984         * support/regression/ports/z80/spec.mk: Updated to use env for sdcc bin dir for automatic regression.
9985
9986 2001-09-25  Michael Hope  <michaelh AT juju.net.nz>
9987
9988         * configure.in: Fixed up so that ucsim is only configured once.
9989
9990         * support/cpp2/configure.in: Fixed to use the program transform to append the .exe for the win32 build.
9991
9992         * src/SDCCutil.c (getPrefixFromBinPath): Fixed up to work with win32 in all of its glory.
9993         (getPathDifference): As above.
9994
9995         * src/SDCCmain.c (preProcess): Changed to use a temporary file in a proper temp directory.  Fixed case where pre-processing only.
9996
9997         * src/SDCCglue.c (tempfilename): Added function for pre-processor.
9998
9999 2001-09-23  Michael Hope  <michaelh AT juju.net.nz>
10000         * .version: Updated to 2.3.1
10001
10002         * src/z80/main.c (z80_port =): Added macro based linker and assembler command line support.
10003         Added copyright header.
10004
10005         * src/SDCCmain.c: Shifted various functions into SDCCutil.c
10006         (assemble): Added support for macro based assembler commands.
10007         (linkEdit): Added support for macro based linker commands.
10008         (preProcess): Changed the pre-processor to use macros.
10009         (_setPaths): Added functionality to autodetect the include, lib and bin dir paths.
10010         (_discoverPaths): Added support for overriding the install directory using the SDCCDIR env variable.
10011
10012         * device/lib/z80/crt0.s: Added module name for debugging.
10013
10014 2001-09-20  Michael Hope  <michaelh AT juju.net.nz>
10015
10016         * src/SDCCmain.c (printVersionInfo): Added the build date to the version info.
10017
10018         * src/SDCChasht.c (hTabDeleteByKey): Fixed delete as it would delete the last item from a bucket even if it wasn't the real one.
10019
10020         * src/SDCCglue.c: Moved gc_strdup to SDCCutil.c
10021
10022         * src/Makefile.in: Added SDCCmacro and SDCCutil
10023
10024 2001-09-19  Michael Hope  <michaelh AT juju.net.nz>
10025
10026         * src/SDCCmain.c (printVersionInfo): Added the build date to the version info.
10027
10028 2001-09-16    <johan AT FRIJA>
10029
10030         * 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.
10031
10032 2001-09-15    <johan AT FRIJA>
10033
10034         * src/mcs51/ralloc.c: (findAssignToSym): fixed bug #460662 part 1
10035         * src/ds390/ralloc.c (findAssignToSym): fixed bug #460662 part 1
10036
10037 2001-09-11    <johan AT FRIJA>
10038
10039         * src/SDCCval.c (valDiv Mod Minus Plus Shift): keep litteral expressions as small as possible (bug #460010)
10040
10041 2001-09-10  Michael Hope  <michaelh AT juju.net.nz>
10042
10043         * support/regression/tests/bug-460444.c: Added test case.
10044
10045         * src/z80/gen.c (genOr): bug 460444: if (a ^ lit) was broken for &, |, and ^.
10046         (genCast): Added justification for all of the asserts.
10047
10048 2001-09-10  Bernhard Held <bernhard AT bernhardheld.de>
10049
10050         * support/regression/support.c: _xdata replaced by xdata
10051
10052         * support/regression/spec.mk: removed _generic
10053
10054 2001-09-09  Michael Hope  <michaelh AT juju.net.nz>
10055
10056         * src/pic/ralloc.c (debugLogRegType): Removed some old types to get it to compile.
10057
10058         * src/z80/gen.c (shiftR2Left2Result): Improved the case when v = v >> n for small values of n to use less code space and time.
10059         (genrshTwo): Fixed v = v >> n where v is a negative int and n is > 8: bug 460010.
10060
10061         * src/z80/peeph.def: Added a rule to optimise shift then compare.
10062
10063         * support/regression/tests/bug-460000.c (testShiftByParam): Added test case.
10064
10065         * support/regression/tests/bug-460010.c: Added test case.
10066
10067         * support/regression/Makefile (test-host): Removed a silly 'clean' target when testing against gcc.
10068
10069 2001-09-09  Bernhard Held <bernhard AT bernhardheld.de>
10070
10071         * support/regression/Makefile: inter-port-clean adjusted for mcs51
10072
10073         * support/regression/testfwk.c: removed workaround for bug #436344
10074
10075         * support/regression/tests/bp.c: use less memory with mcs51
10076
10077         * support/regression/tests/bug-441448.c: use less memory
10078
10079         * support/regression/tests/ports/mcs51/spec.mk: cleanup, use --stack-after-data
10080
10081         * support/regression/collate-results.py: typo
10082
10083 2001-09-08  Michael Hope  <michaelh AT juju.net.nz>
10084
10085         * support/regression/tests/fetchoverlap.c: Added new test case.
10086
10087         * support/regression/tests/bp.c: Added new test case.
10088
10089         * support/regression/tests/bug-448984.c: Added new test case.
10090
10091         * support/regression/tests/pow2shifts.c: Added new test case.
10092
10093         * src/z80/gen.c: Turned off the noise it normally generates for the release.
10094         (genlshTwo): Fixed right shift for count > 8.
10095
10096         * src/z80/ralloc.c: Disabled most of the ACC packing rules as they weren't getting hit and weren't at all safe.
10097
10098 2001-09-08    <johan AT FRIJA>
10099
10100         * src/SDCCicode.c (geniCodeCall): a CPOINTER can be used as a function
10101
10102 2001-09-07    <johan AT FRIJA>
10103
10104         * src/SDCCicode.c (newiCodeCondition): fixed bug #456235 (1.77)
10105
10106         * src/SDCCglue.c (emitRegularMap): only delete a symbol when it is a symbol
10107
10108 2001-09-06    <johan AT FRIJA>
10109
10110         * src/SDCC.y: this could be a fix for bug #458744 (1.37)
10111         * bernhard noted me at this: "() equals to (void)" (1.38)
10112
10113 2001-09-05    <johan AT FRIJA>
10114
10115         * src/SDCCglue.c (emitRegularMap): a fix for bug #458099/2
10116
10117 2001-09-04    <johan AT FRIJA>
10118
10119         * src/SDCCsymt.c (checkSClass): a fix for bug #458099/1
10120
10121
10122 2001-09-04  Paul Stoffregen  <paul AT pjrc.com>
10123
10124         * pragma noinduction broke memcpy on mcs51 large model.  Moved it inside z80 optimization
10125
10126 2001-09-03  Michael Hope  <michaelh AT juju.net.nz>
10127
10128         * link/z80/aslink.h: Fixed path for PATH_MAX
10129
10130 2001-09-02  Michael Hope  <michaelh AT juju.net.nz>
10131
10132         * src/z80/gen.c (fetchLitPair): Changed so that it properly caches direct space references.
10133
10134         * support/regression/tests/addsub.c: Added cases to cover all the +, - combinations.
10135
10136         * support/regression/tests/uminus.c: Added a test for the unary minus operator.
10137
10138         * 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.
10139
10140 2001-09-01  Michael Hope  <michaelh AT juju.net.nz>
10141
10142         * src/z80/gen.c: Fixed up generator to pass the regresion tests, specifically fixing loads for longs, genCmp, and turned on the map file.
10143         (genCmp): Fixed up genCmp for the GB with longs.
10144
10145         * device/lib/gbz80/Makefile: Fixed up all the libraries to pass the regression tests.
10146
10147         * support/regression/ports/host/spec.mk: Updated to compile with the new type specifiers.
10148
10149         * device/lib/Makefile.in (Z80SOURCES): Removed old _mululong, _mulslong, and unneeded _mulint.
10150
10151         * device/lib/_mullong.c (_mulslong): Changed to actually return a value :)
10152
10153 2001-08-30  Paul Stoffregen  <paul AT pjrc.com>
10154
10155         * added peepholes 223 to 231 to mcs51 port.  These improve code when using large model.
10156
10157 2001-08-30  Michael Hope  <michaelh AT juju.net.nz>
10158
10159         * 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.
10160
10161         * src/z80/gen.c (genPlus): Changed bad long add for gb to a fall through.
10162
10163 2001-08-29  Michael Hope  <michaelh AT juju.net.nz>
10164
10165         * link/z80/aslink.h: Fixed long file name support.  Is now based off PATH_MAX instead of a constant.
10166
10167         * src/z80/gen.c: Fixed add and sub for the case where left or right are in static space.
10168
10169 2001-08-30 Bernhard Held   <bernhard AT bernhardheld.de>
10170
10171   * sim/ucsim/configure:    little improvement of Cygwin-detection
10172   * sim/ucsim/configure.in: little improvement of Cygwin-detection
10173   * sim/ucsim/cmd.src/newcmdcl.h: include <sys/types.h> to define fd_set automated build
10174   * support/regression/tests/bug-221100.c: small changes for mcs51
10175   * support/regression/tests/bug-221168.c: small changes for mcs51
10176   * support/regression/tests/bug-227710.c: small changes for mcs51
10177   * support/regression/tests/staticinit.c: small changes for mcs51
10178   * as/mcs51/aslink.h: accept everything as symbol name in rel-files, bug fix ID 452601
10179   * as/mcs51/lklex.c:  accept everything as symbol name in rel-files, bug fix ID 452601
10180   * as/mcs51/lksym.c:  accept everything as symbol name in rel-files, bug fix ID 452601
10181
10182 $Revision$