84f9a05a50e4623d26a28ebeeff303ba36140922
[fw/sdcc] / ChangeLog
1 2005-11-18 Maarten Brock <sourceforge.brock AT dse.nl>
2
3         * src/SDCCicode.c (printOperand): added missing else
4
5 2005-11-18 Bernhard Held <bernhard AT bernhardheld.de>
6
7         * src/SDCCsymt.c (computeType): fixed bug 1358192: added missing else,
8         reformatted for better readability
9         * src/mcs51/gen.c (genUnpackBits): initial, incomplete support for
10         signed bitfields
11
12 2005-11-17 Borut Razem <borut.razem AT siol.net>
13
14         * device/lib/pic16/Makefile.rules, device/lib/pic16/Makefile.subdir:
15           introduced SILENT option to make building of pic16 libraries less
16           verbose - used for nightly snapshot build
17         * doc/sdccman.lyx: documented that SDCDB and ucSim are currently not
18           available on Win32 platforms.
19         * sdcc/device/lib/Makefile.in: added library sources for mcs51, small,
20           medium, large, pic and pic16
21
22 2005-11-16 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
23
24         * device/lib/printf_large.c: Temporary patch for bug 1358192:
25           printf("%f"...) sets fraction to zero.
26
27 2005-11-16 Raphael Neider <rneider AT web.de>
28
29         * src/pic/pcode.c (LinkFlow): handle empty flows correctly,
30           fixes #1357221
31         * src/pic/gen.c (genIfx): implemented for CARRY bit
32         * src/pic16/gen.c (genAssign,genCast): fixed assigning/casting
33           to generic pointers, fixes #1357332,
34           (pic16_movLit2f): NEW,
35           (pic16_storeForReturn,genDataPointerSet): use pic16_movLit2f
36
37 2005-11-14 Maarten Brock <sourceforge.brock AT dse.nl>
38
39         * src/SDCCmain.c (parseCmdLine): fixed bug 1356800, thanks rsudjian
40
41 2005-11-11 Raphael Neider <rneider AT web.de>
42
43         * src/pic/gen.c: handle FPOINTERS like POINTERS everywhere
44         * src/pic16/gen.c (pic16_derefPtr): now works for non-pointers as well,
45           compute pointer's type from operand,
46           (genUnpackBits,genPackBits): handle FPOINTERS correctly, re-indented,
47           improved single bit reads, fixes bug #1353379
48
49 2005-11-09 Borut Razem <borut.razem AT siol.net>
50
51         * support/scripts/sdcc.nsi: added lib/pic to the package
52
53 2005-11-08 Maarten Brock <sourceforge.brock AT dse.nl>
54
55         * src/SDCCval.c (valUnaryPM): fixed bug 1350699
56
57 2005-11-06 Maarten Brock <sourceforge.brock AT dse.nl>
58
59         * support/regression/tests/bug1348008.c: added
60         * src/mcs51/gen.c (saveRBank, unsaveRBank): fixed bug 1348008
61         * support/regression/tests/bug1337835.c: updated comment
62
63 2005-11-06 Borut Razem <borut.razem AT siol.net>
64
65         * sim/ucsim/error.cc, sim/ucsim/errorcl.h,
66           sim/ucsim/sim.src/stack.cc, sim/ucsim/sim.src/stackcl.h,
67           sim/ucsim/sim.src/uc.cc, sim/ucsim/sim.src/uccl.h,
68           sim/ucsim/sim.src/mem.cc, sim/ucsim/sim.src/memcl.h,
69           sim/ucsim/cmd.src/set.cc, sim/ucsim/cmd.src/show.cc:
70           dynamic construction of cl_error_class and derivates - 2.nd try
71
72 2005-11-05 Borut Razem <borut.razem AT siol.net>
73
74         * sim/ucsim/sim.src/error.cc: fixed uninitialized class member variable
75           bug, which caused Bus Errors on sparc solaris
76
77 2005-11-04 Borut Razem <borut.razem AT siol.net>
78
79         * sim/ucsim/error.cc, sim/ucsim/errorcl.h,
80           sim/ucsim/sim.src/stack.cc, sim/ucsim/sim.src/stackcl.h,
81           sim/ucsim/sim.src/uc.cc, sim/ucsim/sim.src/uccl.h,
82           sim/ucsim/sim.src/mem.cc, sim/ucsim/sim.src/memcl.h,
83           sim/ucsim/cmd.src/cmdconf.cc: dynamic construction of cl_error_class
84           and derivates to resolve the initialization problem on OSX
85
86 2005-11-02 Borut Razem <borut.razem AT siol.net>
87
88         * sim/ucsim/cmd.src/cmdutil.cc, sim/ucsim/cmd.src/newcmd.cc:
89           corrected typo - #include <winsock2.h>
90
91 2005-11-02 Maarten Brock <sourceforge.brock AT dse.nl>
92
93         * src/asm.c (printILine): always close tmpFile, thanks Beau E. Cox,
94           (_asxxxx_mapping): added org directive for future enhancements
95
96 2005-11-01 Borut Razem <borut.razem AT siol.net>
97
98         * sim/ucsim/app.cc, sim/ucsim/cmd.src/cmdutil.cc, sim/ucsim/cmd.src/newcmd.cc:
99           enabled sockets on WIN32
100         * sim/ucsim/cmd.src/newcmd.cc: fixed bug with uninitialized variables
101
102 2005-10-31 Borut Razem <borut.razem AT siol.net>
103
104         * support/regression/generate-cases.py: escape backslashes in {testcase}:
105           WIN32 backslash path delimiters should be escaped when used in C strings
106         * support/regression/tests/bitfields.c: exclude failing assertions for
107           __CYGWIN32__ and __MINGW32__ hosts
108
109 2005-10-30 Borut Razem <borut.razem AT siol.net>
110
111         * src/SDCCutil.c: corrected double comparison typo
112
113 2005-10-30 Maarten Brock <sourceforge.brock AT dse.nl>
114
115         * device/lib/medium/Makefile: added for new memory model medium
116         * device/include/asm/mcs51/features.h: updated for medium/pdata
117         * device/include/mcs51/c8051f120.h: added sfr16/sfr32 definitions,
118           added Multiply & Accumulate sbit's and MAC0_PAGE define
119         * device/include/mcs51/c8051f300.h: added sfr16 definitions
120         * device/include/mcs51/c8051f310.h: added sfr16 definitions
121         * device/lib/_mullong.c: update for medium model
122         * device/lib/incl.mk: added medium model
123         * doc/sdccman.lyx: documented medium model
124         * src/SDCCast.c (isBitAndPow2): simplified using updated powof2
125         * src/SDCCicode.c (geniCodeMultiply, geniCodeDivision): use updated powof2
126         * src/SDCCmain.c (optionsTable, linkEdit): enabled medium model
127         * src/SDCCmem.c (allocIntoSeg): set iaccess for pdata symbols,
128           (allocParms): set SCLS and OCLS to pdata for medium model
129         * src/SDCCsymt.c (processFuncArgs): use default_local_map and set iaccess
130           for pdata,
131           (powof2): return <0 if not power of 2
132         * src/avr/gen.c (genBitWise): use updated powof2
133         * src/mcs51/gen.c (genMinusDec): use acc if necessary,
134           (shiftR2Left2Result): small optimization in setup, save acc when storing,
135           (shiftLLeftOrResult): use B if necessary
136         * src/mcs51/main.c (_mcs51_finaliseOptions, mcs51_port): added medium model
137         * src/mcs51/peeph.def: renamed 226 to 226.b, added 226.a
138         * src/pic/main.c (_pic14_do_link): made void parameter list explicit
139         * support/regression/Makefile.in: added test-mcs51-medium
140         * support/regression/ports/mcs51-medium/spec.mk: added to test medium model
141
142 2005-10-28 Bernhard Held <bernhard AT bernhardheld.de>
143
144         * src/SDCCsymt.c (compStructSize): make bitfields without (un)signed
145         specifier unsigned
146         * device/lib/time.c (mktime): fixed bug 1334315
147
148 2005-10-28 Raphael Neider <rneider AT web.de>
149
150         * device/include/pic/p16f_common.inc: added common declarations
151         * src/pic/ralloc.c (initStack): moved regs *r to block start for Alpha
152
153 2005-10-27 Maarten Brock <sourceforge.brock AT dse.nl>
154
155         * src/mcs51/gen.c (getTempRegs): return 0 if not enough registers found,
156           (aopPutUsesAcc): added to predict accumulator use,
157           (assignResultValue): save acc if necessary,
158           (genMinusDec): store result if indirectly addressed,
159           (genDivOneByte):  save acc if necessary,
160           (movLeft2Result): bugfix if left already in acc,
161           (genAnd, genOr, genXor, shiftL2Left2Result, shiftR2Left2Result): pay more
162             attention to accumulator use (esp. pdata),
163           (genReceive): receive pdata correctly
164         * src/SDCCicode.c (isOperandInPagedSpace): added to detect pdata operands
165         * src/SDCCicode.h: added isOperandInPagedSpace prototype
166
167 2005-10-27 Raphael Neider <rneider AT web.de>
168
169         * doc/sdccman.lyx: corrected version (should be 2.5.4 not 2.5.5)
170
171 2005-10-27 Raphael Neider <rneider AT web.de>
172
173         * .version: changed version to 2.5.4
174         * doc/sdccman.lyx: changed version to 2.5.4, added some remarks to PIC14
175         * device/lib/pic/libsdcc/{_mulint.c,_mullong.c}: use unsigned literals,
176           (_divschar.c,divuchar.c,_mulchar.c,_modschar.c,_moduchar): NEW,
177             arithmetics support routines
178         * device/lib/pic/Makefile.rules: have assembler sources preprocessed
179         * device/lib/Makefile.in: also create installdir for pic
180
181         * src/SDCCopt.c (cnvToFcall): mark support routines `extern' for
182           pic14 port as well
183         * src/pic/device.c (dump_sfr): rewritten to delegate register
184           placement to the linker (use `extern sym' rather than sym EQU addr),
185           (validAddress): fixed to check last specified address
186         * src/pic/gen.c (aopForSym): added code to deal with array (useless?),
187           (popGetLit): truncate literal value to 8 bit,
188           (popGet): moved assert to more appropriate place
189           (popGetExternal): create pCode operand from and mark the according
190             symbol as being `extern'
191           (popGetAddr): added sanity check on immediate's offset, provide
192             GPOINTER tag on demand
193           (aopPut): fixed for immediates,
194           (mov2w_op): move operand's address or contents to WREG (depending on
195             operand type), safer variant of mov2w,
196           (movwf,call_libraryfunc): NEW, handy abbreviations,
197           (get_argument_pcop,get_return_val_pcop,pass_argument,
198           get_returnvalue): interface for accessing function parameters and
199             return values,
200           (assignResultValuei,genRet): use new parameter/return value interface
201           (pic14_getDataSize): back to old version handling generic pointers,
202           (pic14_toBoolean,genNot,genCpl,genCmpEq,genOrOp): heavily rewritten,
203             provided implementation and/or fixed old one,
204           (genMultOneByte,genDivOneByte,genModOneByte): implemented as library
205             calls, removed legacy 8051 reference code
206           (AccLsh,AccRsh): rewritten and fixed to deal with signed operands
207           (loadSignToC): NEW, move the operands sign bit to CARRY,
208           (genGenericShift): NEW, replaces genLeftShift, genRightShift and
209             genRightShiftSigned, accepts negative shift counts,
210           (setup_fsr): load FSR and adjust IRP (indirect memory access),
211           (emitPtrByteGet,emitPtrByteSet): rewritten, now works with
212             generic pointers, __data pointers and __code pointers,
213           (genUnpackBits,genPackBits): rewritten to work with generic pointers
214             and signed bitfields, limit bitfields to 8 bit,
215           (genDataPointerGet): fixed number of bytes read,
216           (genGenPointerGet,genConstPointerGet): fixed bitfield access,
217           (genPointerGet,genPointerSet): fixed handling of __code pointers,
218             pointers to constant data are no longer assumed to point to __code
219             space, removed invalid pointer types,
220           (bitpatternFromVal): retrieve the PICs representation of an integer
221             or float literal,
222           (genDataPointerSet): fixed assigning to po_immediate operands,
223           (genGenPointerSet): implemented as library call,
224           (genIfx): fixed incorrect condition,
225           (genAddrOf): limit generic pointers' addresses to 2 bytes,
226             provide GPOINTER tag according to destination's storage class,
227           (genCast): added code to handle casting to generic pointers, added
228             sign-/zero extension of the result
229           (aop_isLitLike,op_isLitLike): fixed handling of immediates
230         * src/pic/gen.h: added macros to access IRP bit in STATUS register
231         * src/pic/genarith.c (genAddLit): use min(result's,left's) size, sign
232           extend the result
233         * src/pic/glue.c (is_shared_address,is_shared): check whether a given
234           address/register resides in the shared banks
235           (emitSymbolToFile): improved to handle global and `pinned' symbols,
236             put all variables into separate sections (have the linker arrange
237             them)
238           (picglue): put init code and interrupt handlers in separate sections
239         * src/pic/main.c: added port specific options table, modified to PORT
240           structure to make GPOINTERs 3 byte, added pic14_options
241           (_pic14_do_link): private linking routine (update paths to libraries,
242             add libsdcc.lib by default)
243         * src/pic/main.h: declare pic14_options
244         * src/pic/pcode.c: fixed instructions i/o relations,
245           (RegCond): reverted to correct version,
246           (newpCodeOpLit): truncate literals to 8 bit,
247           (genericPrint): added debug output,
248           (getRegFromInstruction): fixed for various operand types, simplified
249           (BuildFlow): fixed broken handling of isntructions with labels
250           (LinkFlow): start at last instruction in flow (skip trailing comments),
251             pass the flow on to the next instruction after CALL
252           (pCodeReplace): NEW, replace a pCode and move meta data to the new one
253           (insertPCodeInstruction): fixed inserting after a skip instruction,
254           (DoBankSelect): fixed for labeled instructions
255           (OptimizepBlock): honor --nopeep switch
256           (AnalyzeFlow,ReuseReg): prevent crash on source files with no function
257         * src/pic/pcodepeep.c (pCodePeepMatchRule): prevent NULL pointer accesses
258         * src/pic/pcoderegs.c (regIsLocal): NEW, check visibility of a register
259           (pCodeOptime2pCodes): allow disabling this optimization via
260             --no-pcode-opt due seldomly occuring bugs, fixed some conditions
261             but is still buggy), started implementation of a dataflow based
262             pCode optimization (CSE + dead code elimination)
263           (pCodeRegMapLiveRangesInFlow): removed bogus inCond
264         * src/pic/ralloc.c (initStack): renamed stack registers to STK%d, the new
265           names are independant of the stack location and therefore portable across
266           devices
267
268 2005-10-27 Maarten Brock <sourceforge.brock AT dse.nl>
269
270         * src/mcs51/ralloc.c (bitType): added to detect bit variables,
271           (selectSpil): fixed bug 1337835 by not spilling bit variables
272         * support/regression/tests/bug1337835.c: added test for this bug
273         * src/mcs51/peeph.def: restart after rule 3.c,
274           addded rules 263.x to optimize loading constants
275
276 2005-10-26 Raphael Neider <rneider AT web.de>
277
278         * src/SDCCsymt.c (compStructSize): allow signed bitfields for PIC ports
279         * src/pic16/gen.c (genUnpackBits): support signed bitfields,
280           (genAssign): emit warning when casting literals to generic pointer
281             type, also applies when taking the address of a fixed variable,
282           (genCast): improved casting to generic pointers
283         * src/pic16/glue.c (pic16emitStaticSeg): fixed(?) handling of fixed
284           extern variables, added verbose error message
285         * device/include/pic16/{string.h,errno.h}: added #pragma library c
286
287 2005-10-26 Bernhard Held <bernhard AT bernhardheld.de>
288
289         * src/mcs51/gen.c (genMinus): fixed bug 1270906: reverse subtraction,
290         carry must be complemented too
291         * src/mcs51/peeph.def: addded rule 262 to remove double cpl c, which
292         could be emitted by genMinus
293         * src/SDCCval.c (constVal): fixed bug 1305065
294
295 2005-10-25 Bernhard Held <bernhard AT bernhardheld.de>
296
297         * src/SDCCast.c (addCast): added promotion for bit variables
298         (decorateType): emit W_COMPLEMENT before the problem vanishes behind
299         promotion casts + optimisation
300         (optimizeGetWord): fix warning 'i' might be used uninitialized
301         * src/mcs51/gen.c (genCpl): removed W_COMPLEMENT
302         * src/ds390/gen.c (genCpl): removed W_COMPLEMENT
303
304 2005-10-24 Bernhard Held <bernhard AT bernhardheld.de>
305
306         * src/SDCCicode.c (ast2iCode): reverted to 1.224 because of regression:
307         all chars are promoted to int; promotion should be handled in SDCCast.c
308
309 2005-10-15 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
310
311         * device/lib/_strcmp.c: Fixed bug 1326457
312
313 2005-10-11 Raphael Neider <rneider AT web.de>
314
315         * device/lib/pic16/libio/i2c.ignore: added 1320, fixes broken builds
316         * device/lib/pic16/libdev/pic18f1320.c: added 1320's device library
317
318 2005-10-05 Maarten Brock <sourceforge.brock AT dse.nl>
319
320         * src/SDCC.y (AT): fixed bug with sfr32 addresses when built with GCC
321         * support/regression/tests/sfr16.c: added test for the sfr32 bug
322
323 2005-10-04 Raphael Neider <rneider AT web.de>
324
325         * device/include/pic16/pic18fregs.h, src/pic16/devices.inc,
326           device/lib/pic16/pics.all: added pic18f1320
327         * src/pic16/pcode.c (mnem2key): fixed prototype's argument mismatch
328
329 2005-09-30 Raphael Neider <rneider AT web.de>
330
331         * src/pic16/device.c (Pics16[]): moved device descriptions to devices.inc
332         * src/pic16/devices.inc: NEW, provides device descriptions
333         * src/pic16/gen.c (genInline): fixed handling of ';'-comments
334
335 2005-09-26 Maarten Brock <sourceforge.brock AT dse.nl>
336
337         * src/SDCCicode.c (operandOperation): added GETABIT, GETBYTE, GETWORD and
338           GETHBIT
339
340 2005-09-25 Maarten Brock <sourceforge.brock AT dse.nl>
341
342         * doc/sdccman.lyx: updated Highest Order Bit documentation,
343           documented Any Order Bit, Higher Order Byte and Higher Order Word
344         * src/SDCC.y: added tokens GETABIT, GETBYTE, GETWORD
345         * src/SDCCast.c (optimizeGetHbit): updated to also accept bool=expr&(1<<n),
346           (optimizeGetAbit): new, to get any bit, not only the high bit,
347           (optimizeGetByte): new, to get a byte from a (long) int: expr>>(8*n),
348           (optimizeGetWord): new, to get a word from a long int: expr>>(8*n),
349           (isConformingBody): also check GETABIT, GETBYTE, GETWORD,
350           (decorateType): '&': also try GETABIT, GETBYTE, GETWORD optimization,
351             RIGHT_OP: also try GETBYTE, GETWORD optimization,
352             GETABIT, GETBYTE, GETWORD: decorate them,
353           (isShiftRightLitVal, isBitAndPowOf2): new helper functions,
354           (ast_print): added GETABIT, GETBYTE, GETWORD
355         * src/SDCCcse.c (isSignedOp): added GETABIT, GETBYTE, GETWORD
356         * src/SDCCicode.c (codeTable): added GETABIT, GETBYTE, GETWORD,
357           (geniCodeBinary): new generic binary icode,
358           (ast2iCode): added GETABIT, GETBYTE, GETWORD
359         * src/port.h: updated comment for PORT.hasExtBitOp
360         * src/mcs51/gen.c (genGetAbit): new, to get any single bit,
361           (genGetByte): new, to get a single byte,
362           (genGetWord): new, to get a word from a long,
363           (gen51Code): added GETABIT, GETBYTE, GETWORD
364         * src/mcs51/main.c (hasExtBitOp): added GETABIT, GETBYTE, GETWORD
365
366 2005-09-23 Raphael Neider <rneider AT web.de>
367
368         * configure.in, configure: have device/lib/pic configured
369         * device/lib/Makefile.in: added model-pic14
370         * device/lib/clean.mk: added pic/ to clean rule
371         * device/lib/pic: added rudimentary pic14 library providing support
372           functions for multiplication/division/generic pointer access
373         * src/SDCCopt.c (convilong): mark support functions as extern
374           for pic14 port as well
375         * src/pic/gen.c (genMult): added assertions,
376           (genpic14Code): emit warning on unhandled iCodes
377         * src/pic/main.c (_hasNativeMulFor): return true only for 8x8 bit
378         * src/pic/pcode.c (pCodeOpCopy),
379         * src/pic16/pcodepeep.c (pic16_pCodeOpCopy): fixed handling of various
380           pCodeOpReg-subtypes (PO_{STATUS,INTCON,PCL,PCLATH,PCLATU,BSR,
381           SFR_REGISTER}), made safe for future extensions
382         * src/pic16/pcode.c (pic16_safepCodeUnlink): allow for removal of
383           instructions even if preceeded by SKIP instructions (also remove
384           them); removed unused code
385         * src/pic16/pcode.h: added arg2 to pCodeOpLit to match pCodeOpLit2,
386           prevents leaving parts of the structure uninitialized after copying
387
388 2005-09-22 Maarten Brock <sourceforge.brock AT dse.nl>
389
390         * src/mcs51/gen.c (genMinus): fix for undetected bug introduced 3 months
391           ago by me
392         * support/regression/tests/addsub.c: added test for the bug
393
394 2005-09-21 Raphael Neider <rneider AT web.de>
395
396         * device/include/pic16/pic18f1220.h,
397           device/lib/pic16/libdev/pic18f1220.c: added ECCPAS sfr and bitfield
398         * device/lib/pic16/Makefile.rules: added missing opening paren
399         * src/pic16/gen.c (pic16_genNot,pic16_genCpl): removed as these
400           are provided in genutils.c,
401           (genUminusFloat,genUminus,genCmpEq): added asserts on different
402           operand/result sizes,
403           (genCmp): assert on NULL pointers first, then check deref'ed values
404         * src/pic16/genutils.c (pic16_genCpl): fixed for different operand/
405           result size
406
407 2005-09-18 Raphael Neider <rneider AT web.de>
408
409         * src/pic16/gen.c (genFarPointerGet,genFarPointerSet): removed
410           as these are now unused,
411           (genPointerGet,genPointerSet): handle FPOINTERs like POINTERs
412         * src/pic16/pcode.c (pic16_symIsSpecial): assume REG_TMPs to be
413           local, avoids uninitialized pointer dereference on r->name
414         * src/pic16/ralloc.c (newReg): fixed indentation
415
416 2005-09-13 Maarten Brock <sourceforge.brock AT dse.nl>
417
418         * src/SDCCval.c (constVal): fixed bug 730366
419         * support/Util/SDCCerr.c,
420         * support/Util/SDCCerr.h: added warning W_INVALID_INT_CONST
421
422 2005-09-10 Maarten Brock <sourceforge.brock AT dse.nl>
423
424         * as/mcs51/lkmem.c (summary2): fixed report for absolute areas (bug 1210220)
425
426 2005-09-09 Maarten Brock <sourceforge.brock AT dse.nl>
427
428         * src/mcs51/peeph.def (241.x): fixed bug when comparing generic pointers
429
430 2005-09-08 Maarten Brock <sourceforge.brock AT dse.nl>
431
432         * as/hc08/lkaomf51.c (OutputName): made name unsigned char,
433           (hex2dec): made hex_digit unsigned char, removed ascii dependance
434         * as/mcs51/lkaomf51.c (OutputName): made name unsigned char,
435           (hex2dec): made hex_digit unsigned char, removed ascii dependance
436         * as/mcs51/lkarea.c (lnkarea2): sort absolute areas to the front
437         * packihx/packihx.c (hexDigit): made c unsigned char
438         * as/mcs51/lklibr.c (fndsym),
439         * link/z80/lkgb.c (gb),
440         * link/z80/lklibr.c (fndsym),
441         * link/z80/lkrloc.c (relr),
442         * sim/ucsim/libltdl/ltdl.c (load_deplibs, try_dlopen),
443         * src/SDCC.lex (checkCurrFile, process_pragma),
444         * src/SDCCglue.c (spacesToUnderscores),
445         * src/SDCCmain.c (setParseWithComma, processFile),
446         * src/asm.c (tvsprintf, printCLine),
447         * src/avr/gen.c (emitcode, aopPut),
448         * src/ds390/gen.c (emitcode),
449         * src/hc08/gen.c (emitcode, emitinline),
450         * src/mcs51/gen.c (emitcode, genInline),
451         * src/pic/pcodepeep.c (cvt_extract_destination, cvt_extract_status,
452           tokenizeLineNode),
453         * src/pic/ralloc.c (debugLog),
454         * src/pic16/pcodepeep.c (cvt_extract_destination, cvt_extract_status,
455           tokenizeLineNode),
456         * src/pic16/ralloc.c (debugLog),
457         * src/z80/main.c (_process_pragma):
458            made all ctype.h function calls safe
459         * src/SDCCopt.c: include math.h for fabs
460         * src/SDCCpeeph.c: added macros ISCHARDIGIT, ISCHARSPACE and ISCHARALNUM
461           and used them throughout the code to make ctype.h function calls safe
462         * src/ds390/main.c (asmLineNodeFromLineNode),
463         * src/mcs51/main.c (asmLineNodeFromLineNode): made p unsigned char*
464         * src/pic/gen.c (DEBUGpic14_emitcode, pic14_emitcode): made lbp
465            unsigned char*
466         * src/pic/pcode.c (mnem2key): made mnem unsigned char*,
467           (newpCodeAsmDir): made ctype.h function calls safe
468         * src/pic16/gen.c (pic16_emitpcomment, DEBUGpic16_emitcode,
469           pic16_emitcode):  made lbp unsigned char*
470         * src/pic16/pcode.c (mnem2key): made mnem unsigned char*,
471           (pic16_newpCodeAsmDir): made ctype.h function calls safe
472         * src/xa51/gen.c (emitcode),
473         * src/z80/gen.c (_emit2): made lbp unsigned char*
474         * support/Util/MySystem.c (split_command): made cmd_line and p unsigned
475            char*
476
477 2005-09-05 Raphael Neider <rneider AT web.de>
478
479         * src/pic16/ralloc.c (pic16_allocDirReg): use device specific
480           access bank splitpoint
481
482 2005-09-05 Raphael Neider <rneider AT web.de>
483
484         * device/lib/pic16/libc/Makefile: added (missing) string to SUBDIRS
485
486 2005-09-03 Maarten Brock <sourceforge.brock AT dse.nl>
487
488         * .version: changed to version 2.5.3
489         * doc/sdccman.lyx: changed version to 2.5.3,
490           documented --codeseg and --constseg and pragma codeseg and constseg,
491           documented bit parameters (reentrant) and bit returning
492         * src/SDCCicode.c (geniCodeReceive): fixed (possible) bug generating
493            currFunc->recvSize, but is this ok for all ports?
494           (ast2iCode): result of ~ on unsigned char must be cast to int for
495            bool to work
496         * src/SDCCmem.c (allocGlobal, allocLocal): don't put bit returning
497           function pointers in bit space
498         * src/SDCCsymt.c (checkSClass): allow bit returning function pointers,
499           (processFuncArgs): call port.reg_parm() with reentrancy info
500         * src/port.h,
501         * src/avr/main.c,
502         * src/ds390/main.c,
503         * src/hc08/main.c,
504         * src/pic/main.c,
505         * src/pic16/main.c,
506         * src/xa51/main.c,
507         * src/z80/main.c: port.reg_parm prototype extended with
508           "bool reentrant" parameter
509         * src/mcs51/main.c (_mcs51_regparm): use parameter reentrant instead of
510           options.stackAuto for allocating bit register parameters
511         * src/mcs51/gen.c (genNot): optimized complementing direct bit,
512           (genSend): set BitBankUsed if it is,
513           (selectRegBank): factored out of genCall for use in genPcall,
514           (genCall): removed redundant dtype assignmen, use selectRegBank,
515           (genPcall): handle returning in Carry properly, save in F0 if needed,
516           (genReceive): handle bit register parameters
517         * src/mcs51/ralloc.c (updateRegUsage): update BitBankUsed along the way,
518           (mcs51_assignRegisters): enable bit registers for all reentrant
519            functions and don't set BitBankUsed unconditionally
520         * src/mcs51/peeph.def (177.d): fixed bug if %2==%3
521         * support/regression/tests/bitvars.c: enable tests for SDCC_STACK_AUTO
522         * support/regression/tests/funptrs.c: added tests for BOOL and for return
523
524 2005-08-27 Borut Razem <borut.razem AT siol.net>
525
526         * device/lib/Makefile.in: cp on sparc-solaris (SunOS) and on
527         ppc-osx (Darwin) does not support -u option. It seems that it is
528         supported only on Linux - GNU cp
529
530 2005-08-25 Borut Razem <borut.razem AT siol.net>
531
532         * sim/ucsim/gui.src/serio.src/Makefile.in,
533           sim/ucsim/s51.src/Makefile.in, sim/ucsim/avr.src/Makefile.in,
534           sim/ucsim/z80.src/Makefile.in, sim/ucsim/hc08.src/Makefile.in,
535           sim/ucsim/xa.src/Makefile.in: install -s changed to 2 steps:
536           install and strip, since the strip at /usr/ccs/bin should be used
537           on solaris
538
539 2005-08-24 Borut Razem <borut.razem AT siol.net>
540
541         * clean.mk, device/lib/clean.mk: find on sparc-solaris does not support -maxdepth option
542
543 2005-08-23 Bernhard Held <bernhard AT bernhardheld.de>
544
545         * src/SDCCopt.c (convertToFcall): fixed modulus with divisors 1 and
546         ffffffffu
547
548 2005-08-23 Maarten Brock <sourceforge.brock AT dse.nl>
549
550         * as/mcs51/aslink.h: completed lkrloc.c prototypes
551         * as/mcs51/lkmain.c (link_main): fixed warning
552         * device/include/stdbool.h: ds390 has no advanced bit support yet
553         * src/SDCC.y: use SPEC_SHORT and renamed _signed to b_signed
554         * src/SDCCsymt.c: use SPEC_SHORT and renamed _signed to b_signed
555         * src/SDCCsymt.h (struct specifier): renamed _xxx bitfields to b_xxx
556           and updated their macros
557         * src/SDCCval.c (constVal): updated comment for renamed b_long
558
559 2005-08-22 Maarten Brock <sourceforge.brock AT dse.nl>
560
561         * as/mcs51/asdata.c: changed ctype['['] to BINOP
562         * as/mcs51/asexpr.c (expr): added case '[' for bit access in bdata,
563           (term): abused bit 15 of s_addr to indicate bit-addressable bytes,
564           (oprio): set priority for '['
565         * as/mcs51/aslink.h: added define R_BIT, and prototypes for adb_bit
566            and adb_24_bit
567         * as/mcs51/asm.h: added defines R_BIT and S_BIT
568         * as/mcs51/lkarea.c (lnksect2): use T for seg BIT_BANK and overlay it
569         * as/mcs51/lkdata.c: changed ctype['['] to BINOP
570         * as/mcs51/lkmain.c (Areas51): rel2 contains 12 (=C) areas now,
571           added overlayable BIT_BANK area
572         * as/mcs51/lkmem.c (summary): add BIT_BANK to BSEG_BYTES in the report,
573           (summary2): explain 'T' in legenda
574         * as/mcs51/lkrloc.c: replaced old K&R style,
575           (relr): added R_BIT processing,
576           (errmsg): added "Bit-addressable relocation error",
577           (adb_bit): added for converting from byte- to bit-addressable space,
578           (adb_24_bit): added for converting from byte- to bit-addressable space
579         * device/include/stdbool.h: changed BOOL to __bit for mcs51 as it can be
580            used in reentrant functions now even as return value
581         * device/lib/_gptrput.c (_gptrput): removed obsolete code
582         * src/SDCCast.c (resultTypePropagate): also propagate AND_OP and OR_OP,
583           (decorateType): case '!', GETHBIT, AND_OP, OR_OP: result in bool or char
584         * src/SDCCglobl.h: added indicator BitBankUsed
585         * src/SDCCglue.c (glue): emit area BIT_BANK with byte 'bits' and equ's for
586            the bit registers b0-b7
587         * src/SDCCicode.c (operandFromSymbol): removed IS_BITVAR check,
588           (geniCodeCast): fixed bug 1263853,
589           (geniCodeLogicAndOr): put result in bool or char,
590           (geniCodeReceive): added parameter func for accessing the return type,
591           (geniCodeFunctionBody): pass func to geniCodeReceive
592         * src/SDCCmain.c: added indicator BitBankUsed
593         * src/SDCCmem.c (allocLocal): explicitly set sclass for V_BIT
594         * src/SDCCsymt.c (newBoolLink): added for creating a bool/bit,
595           (checkSClass): don't put automatic bool/bit on stack,
596           (checkFunction): removed check on function cannot return bit
597         * src/SDCCsymt.h: added newBoolLink prototype
598         * src/mcs51/gen.c (rb1regs): added bit registers,
599           (movc): created for assigning to carry,
600           (pushReg, popReg): created for pushing registers,
601           (sameRegs): check both AOP_REG and AOP_CRY types,
602           (aopOp): handle bit registers,
603           (aopPut): optimization no self-assign,
604           (saveRegisters): push reg->base (bits) only once for bit registers,
605            and use pushReg,
606           (unsaveRegisters): pop reg->base only once and use popReg,
607           (assignResultValue): added parameter func and return in carry for bits,
608           (genIpush): optimization no reload in A if not changed,
609           (genSend): bit parameters in reentrant functions are passed in bit
610            registers by first assigning to bits in B, then save registers and
611            copy B to bits,
612           (genCall): handle returning in Carry properly, save it in F0 if needed,
613           (genPcall): updated assignResultValue call, this is not safe yet for bit
614            returning function !!!
615           (genFunction): don't generate equ's for bit registers and use pushReg,
616           (genEndFunction): take care of bit returning functions and use popReg,
617           (genRet): return bit in Carry,
618           (genIfx): optimize bit registers and other directly addressable bits,
619           (genReceive): updated assignResultValue call
620         * src/mcs51/main.c (_mcs51_reset_regparm): added regBitParmFlg,
621           (_mcs51_regparm): allow passing of upto 8 bit parameters in bit
622            registers when using stack-auto
623         * src/mcs51/ralloc.c (_G): added allBitregs,
624           (regs8051): added the bit registers,
625           (createStackSpil): use macro IS_BIT,
626           (getRegBit): added to allocate a bit register, else spill,
627           (getRegBitNoSpil): added to allocate a bit register, else a gpr,
628           (updateRegUsage): factored out to ease stepping while debugging,
629           (serialRegAssign): use updateRegUsage, only spill bits if necessary,
630            also allocate bit registers,
631           (fillGaps): handle bit registers,
632           (findAllBitregs): added to create bit vector with all bit registers,
633           (mcs51_allBitregs): returns this bit vector,
634           (mcs51_assignRegisters): when using stack-auto use bit registers for
635            passing parameters and creating local variables
636         * src/mcs51/ralloc.h: added B0_IDX..B7_IDX and prototype mcs51_allBitregs
637
638 2005-08-22 Borut Razem <borut.razem AT siol.net>
639
640         * device/lib/Makefile.in: replaced find option -or with -o
641           to make it run on solaris
642
643 2005-08-22 Raphael Neider <rneider AT web.de>
644
645         * src/pic16/gen.c (pic16_loadFromReturn): added check for AOP_PCODE,
646           fixes #1265442 (crash on Solaris)
647
648 2005-08-20 Borut Razem <borut.razem AT siol.net>
649
650         * configure, configure.in: added tests for libsocket and libnsl libraries,
651           requred by sdcdb on sparc-solaris; generate support/regression/Makefile
652           from support/regression/Makefile.in
653         * support/regression/Makefile.in: added
654         * device/lib/pic16/Makefile.common.in: force make to use bash shell
655         * sim/ucsim/libtool: regenerated on sparc-solaris
656         * sim/ucsim/avr.src/Makefile.in, sim/ucsim/hc08.src/Makefile.in,
657           sim/ucsim/s51.src/Makefile.in, sim/ucsim/xa.src/Makefile.in,
658           sim/ucsim/z80.src/Makefile.in: removed GNU ld specific linker options
659           -Wl,--start-group and -Wl,--end-group to enable ucsim compilation on
660           sparc-solaris, which doesn't use GNU ld linker
661         * device/lib/Makefile.in: cp on sparc-solaris (SunOS) does not support -u option
662         * as/Makefile: find on sparc-solaris does not support -maxdepth option
663
664 2005-08-19 Maarten Brock <sourceforge.brock AT dse.nl>
665
666         * src/mcs51/peeph.def: updated comments
667
668 2005-08-16 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
669
670         * device/lib/_gptrget.c,
671         * device/lib/_gptrput.c: slightly shorter
672         * doc/sdccman.lyx: incremented version
673         * src/mcs51/peeph.def: moved peephole comments to the line of first
674           change to better keep line correlation, reanimated 186.e
675         * src/mcs51/peeph.def: renamed similar peepholes by using suffixes
676
677 2005-08-16 Slade Rich <slade_rich AT users.sourceforge.net>
678
679         * src/pic/pcode.c : Pasted ".line" assembly directives patch from
680           David Saxton with quotes around file name.
681
682 2005-08-15 Borut Razem <borut.razem AT siol.net>
683
684         * support/regression/tests/bitfields.c, support/regression/tests/bitvars.c,
685           support/regression/tests/bitwise.c, support/regression/tests/literalop.c,
686           support/regression/tests/rotate.c, support/regression/tests/zeropad.c:
687           make tests run on x86_64 platform
688
689 2005-08-13 Raphael Neider <rneider AT web.de>
690
691         * device/lib/pic16/Makefile.subdir: weakened clean-intermediate rule
692           as it might be executed DURING a build (parallel make is wonderful)
693
694 2005-08-13 Raphael Neider <rneider AT web.de>
695
696         * device/lib/Makefile.in (port-specific-objects-pic16):
697           revert to cp $(PORT)/bin/*.* $(PORTDIR)
698         * device/lib/pic16/Makefile: added .PHONY targets, removed builddir
699           dependency
700         * device/lib/pic16/Makefile.rules: build subdirs before creating
701           the library, removed builddir rule, create $(builddir) early in
702           recurse rule, use empty recurse rule for leaf directories
703         * device/lib/pic16/Makefile.subdir: added phony targets, ignore
704           mkdir errors (race condition), removed duplicate suffix "hex"
705           from clean rules
706         * device/lib/pic16/libdev/Makefile: recursive make via + and $(MAKE)
707         * device/lib/pic16/libio/Makefile: create sub-make's builddir early,
708           prevents mkdir -p from aborting on Alpha
709
710 2005-08-12 Raphael Neider <rneider AT web.de>
711
712         * src/pic16/glue.c (pic16_print(G)PointerType): do not flush
713           db-statements in order to allow for arrays of pointers in code
714           sections to be placed without interspersed 0-padding, fixes
715           bug #1256215
716         * (emitStatistics): fixed division by zero for pic18f1220
717         * src/pic16/pcode.c: buffer (up to) 12 DB directives to allow for
718           unpadded writing of 8-bit, 16-bit, 24-bit and 32-bit values
719         * (pic16_emitDS): respect DB_ITEMS_PER_LINE
720         * (pic16_pCodeConstString): keep track of already emitted string
721           literals to prevent "duplicate definitions of symbol _str_NR"
722         * src/pic16/ralloc.c (pic16_allocRegByName): removed not so helpful
723           debug message
724         * device/lib/Makefile.in: ignore failing PIC16 library builds
725         * device/lib/pic16/Makefile: do not build if gputils are missing
726         * device/lib/pic16/Makefile.common.in: do not enforce MAKEFLAGS=-s
727
728 2005-08-10 Raphael Neider <rneider AT web.de>
729
730         * device/lib/Makefile.in: fixed copying pic16 libraries (broken by
731           my last commit)
732
733 2005-08-10 Raphael Neider <rneider AT web.de>
734
735         * src/*.c, src/pic16/{gen.c,glue.c,main.c}: applied Vangelis
736           Rokas' patch to add the new fixed point type "__fixed16x16"
737         * device/lib/pic16/libsdcc/fixed16x16: added Vangelis' support
738           functions for __fixed16x16 arithmetics
739         * device/lib/pic16: reimplemented the build system to support
740           a separate build directory, better handling of libio (create
741           the library in a separate subdir for each architecture) and
742           easier configuration (centralized in Makefile.common)
743
744 2005-08-07 Raphael Neider <rneider AT web.de>
745
746         * src/pic16/gen.c (genrshTwo): fixed sign extension
747         * src/pic16/device.c: added pic18f2320, 4220 and 4320
748         * device/include/pic16/pic18f2220.h: changed some bit definitions,
749           added T0CONbits
750         * device/include/pic16/pic18f4220.h: NEW, header for
751           pic18f4220 and pic18f4320
752         * device/include/pic16/pic18fregs.h: added new devices,
753           embraced Nop(), ClrWdt(), Sleep() and Reset() with do {} while(0)
754         * device/include/pic16/signal.h: resolved name clashes
755           on bit definitions, added DEF_HANDLER2(sig1,sig2,handler)
756           to also allow testing for interrupt enable bits, added
757           comments on how to use the macros
758         * device/lib/pic16/libdev/pic18f2220.c: added T0CONbits
759         * device/lib/pic16/libdev/pic18f{2320,4220,4320}.c: NEW,
760           register definitions for the devices
761         * device/lib/pic16/pics.all: added new devices
762         * device/lib/pic16/libc/stdlib/calloc.c: fixed zeroing
763           allocated memory
764         * device/lib/pic16/libc/stdlib/memfree: do not count
765           the block header as free memory
766         * device/lib/pic16/libc/stdlib/memmisc.c (_initHeap):
767           simplified and added missing end-of-blocklist-marker
768           (reported by Peter Onion, fixes #1252814)
769         * (_mergeHeapBlock): fixed loop condition
770         * device/lib/pic16/libc/stdlib/realloc.c: return NULL for
771           len==0, restructured code
772         * device/lib/pic16/libc/stdlib/{malloc,memfreemax}.c: cleaned
773           up a bit, reduced bitfield accesses, prevent endless loops
774           in case of heap corruption
775         * device/lib/pic16/libc/stdlib/x_ftoa.c: disabled
776           "unreferenced arguments/must return a value" warnings
777         * device/lib/pic16/libio/usart/ubaud.c (usart_baud):
778           replaced BAUDREG with SPBRG
779         * device/lib/pic16/libsdcc/lregs/{lrrest.c,lrst.c},
780           device/lib/pic16/debug/gstack/gstack.c: replaced
781           _naked, _asm, _endasm with __naked, __asm, __endasm
782
783 2005-08-05 Raphael Neider <rneider AT web.de>
784
785         * src/pic16/gen.c (pic16_aopGet): fixed handling of offsets in
786           AOP_PCODE operands, fixes multibyte union-bitfield-accesses
787
788 2005-08-05 Borut Razem <borut.razem AT siol.net>
789
790         * device/lib/Makefile.in: added missing ';'
791         * configure: removed ^M characters
792
793 2005-08-04 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
794
795         * device/include/mcs51/at89c51ed2.h, device/include/mcs51/p89v51rd2.h,
796           device/include/mcs51/at89s53.h: changed to GNU Lesser General Public
797           License
798
799 2005-08-04 Borut Razem <borut.razem AT siol.net>
800
801         * configure.in: pic16 libraries build 2nd try - enable running
802           configure in device/lib/pic16
803         * configure: regenerated from configure.in
804         * device/lib/Makefile.in: create $(PORT)/bin directory
805
806 2005-08-03 Raphael Neider <rneider AT web.de>
807
808         * src/pic16/gen.c (pic16_derefPtr): NEW, single place
809           to get/set values via pointers
810         * (genUnpackBits,genPackBits): changed detection of
811           ptr->bitfield vs. sym.bitfield, fixed access via generic
812           pointers, removed dead (wrong) code for multibyte bitfields
813         * (genNearPointerGet, genGenPointerGet): removed useless code,
814           fixed bitfield detection, fixes #1250594
815         * (genNearPointerSet): removed useless code
816         * src/pic16/gen.h: renamed pic16_emitpcode to pic16_emitpcode_real
817           and introduced macro pic16_emitpcode that conditionally emits
818           the origin of the following pCode (useful for debugging SDCC)
819         * src/pic16/pcode.c: changed (and disabled) some debug outputs
820         * (createDefmap): fixed handling of LFSR for --optimize-df
821
822 2005-08-02 Borut Razem <borut.razem AT siol.net>
823
824         * device/lib/Makefile.in: pic16 libraries build enabled since
825           gputils-0.13.2 are now localy installed at sourceforge's compile farm
826
827 2005-08-02 Raphael Neider <rneider AT web.de>
828
829         * src/pic16/gen.c (genPackBits): removed deprecated warning
830         * (genGenPointerSet): fixed bitfield detection
831
832 2005-08-02 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
833
834         * device/include/mcs51/msm8xc154s.h: Removed PT2 definition, now in 8052.h.
835
836 2005-07-31 Raphael Neider <rneider AT web.de>
837
838         * device/lib/pic16/libdev/pic18f458.c,
839           device/include/pic16/pic18f458.h: added missing T0CONbits
840
841 2005-07-29 Maarten Brock <sourceforge.brock AT dse.nl>
842
843         * device/include/mcs51/msm8xc154s.h: added, thanks to Matthias Arndt
844
845 2005-07-28 Maarten Brock <sourceforge.brock AT dse.nl>
846
847         * src/mcs51/gen.c (operandsEqu): fixed bug 1246687
848
849 2005-07-23 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
850
851         * device/include/mcs51/at89c51ed2.h: added.
852
853 2005-07-23 Raphael Neider <rneider AT web.de>
854
855         * src/pic/gen.h: added emitpcode macro for debugging
856         * src/pic/gen.c (emitpcode): renamed to emitpcode_real
857           and replace by macro adding debug information on demand
858         * (genNot): fixed to C semantics (!0 = 1; !x = 0 iff x != 0)
859         * (gencjne): tried to fix; replaced with correct (slower) code
860         * (gen{Unp,P}ackBits): fixed single bit access
861         * src/pic/pcode.c (AnalyzepCode): fixed DFPRINTF argument
862         * src/pic/pcodepeep.c (pCodeSearchCondition): fixed finding
863           previous instruction
864         * src/pic/pcoderegs.c (regIsSpecial): NEW, check whether a
865           register has to be handled with care (forbidding movement
866           of assignments/uses, removing assignments completely, ...)
867         * (pCodeOptime2pCodes): make use of regIsSpecial
868         * added lots of debugging output (commented out)
869         * src/pic/rallloc.c (deassignLRs): prevent operand registers
870           from being reused as result UNLESS it is known to work
871
872 2005-07-23 Maarten Brock <sourceforge.brock AT dse.nl>
873
874         * support/Util/dbuf.h: include <stddef.h> for size_t
875         * .version: changed to version 2.5.2
876
877 2005-07-23 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
878
879         * src/SDCCloop.c (loopInvariants): fixed bug #1234048
880
881 2005-07-22 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
882
883         * src/hc08/gen.c (genMinus): fixed bug #1241835,
884           (genModOneByte): removed needless psha/pula
885
886 2005-07-22 Raphael Neider <rneider AT web.de>
887
888         * src/SDCCmain.c (linkEdit): initialized linkerScriptFileName,
889           have PIC14 handled like PIC16, fixes broken pic14 linker calls
890         * src/pic/gen.c (resolveIfx): do not "invent" labels
891         * (genSkipc): changed to positive logic
892         * (genSkipCond): removed as no longer needed
893         * (pic14_mov2w_regOrLit,genCmp): NEW, replacement for buggy version,
894           backport from PIC16
895         * (genLeftShift): check operands are in different registers
896         * src/pic/genarith.c (genPlus): replaced INCF with ADDLW as
897           INCF does not update CARRY...
898         * src/pic/main.c: fixed _linkCmd
899         * src/pic/pcode.c (unlinkpCode): added inactive code
900         * src/pic/ralloc.c (deassignLRs): keep arguments to shift operations
901           alive (do not assign result and operand overlapping registers)
902
903 2005-07-22 Raphael Neider <rneider AT web.de>
904
905         * src/pic/device.c (dump_sfr): replaced register declaration with
906           call to emitSymbolToFile() to avoid duplicate symbols
907         * (assignRelocatableRegisters): do not declare external symbols
908         * src/pic/ralloc.c (allocNewDirReg): fixed to get size of arrays
909           right (take size of type, not etype)
910         * (allocDirReg): fixed call to allocNewDirReg() to pass OP_SYM_TYPE
911         * (writeUsedRegs): also dump dynDirectRegs (e.g. local variables)
912         * (packRegsForAccUse): disabled assignment of WREG as
913           the result reg to prevent occurence of just fixed #1235003,
914           fixes #1242954
915         * src/pic/glue.c (emitSymbolToFile): NEW, central place to declare
916           symbols (avoids duplicate symbols in .asm file)
917         * (pic14emitRegularMap): use emitSymbolToFile()
918         * src/pic/gen.c (aopOp): fixed spillLocation handling
919         * (gen{Unp,P}ackBits): fixed acquiring bit-operands
920         * (genDataPointerSet): removed unneccessary variables/output
921
922 2005-07-22 Maarten Brock <sourceforge.brock AT dse.nl>
923
924         * as/mcs51/lkarea.c: enlarged codemap for banked memory
925         * device/lib/mcs51/crtbank.asm: added # to 0x0F
926
927 2005-07-21 Raphael Neider <rneider AT web.de>
928
929         * src/pic/gen.c (aopOp): do not generate AOP_ACC operands as pic14
930           architecture cannot handle them efficiently, fixes bug #1235003
931         * src/pic16/device.c (pic16_dump_{u,i}section,pic16_dump_int_registers):
932           check for empty sets before using them (fixes bug #1232190)
933
934 2005-07-19 Maarten Brock <sourceforge.brock AT dse.nl>
935
936         * as/mcs51/lkarea.c (lnkarea, lnkarea2): improved BSEG size calculation,
937           (lnksect2): generate warnings for memory overlap
938         * src/SDCC.lex (doPragma, process_pragma): added pragma's codeseg and
939           constseg to set the name of these segments so you can instruct the linker
940           to place them in banks
941         * src/SDCCast.c (decorateType): use new macro IS_FUNCPTR()
942         * src/SDCCglobl.h: added MODEL_HUGE to enum,
943           added code_seg and const_seg to options
944         * src/SDCCglue.c (emitMaps): use options.const_seg,
945           (createInterruptVect): put interrupt vectors in segment HOME,
946           (glue): put HOME before static segment and put the main glue in HOME,
947           (glue): use options.code_seg
948         * src/SDCCicode.c (geniCodeCall): use new macro IS_FUNCPTR()
949         * src/SDCCmain.c: added option --codeseg and --constseg to set the name of
950           these segments so you can instruct the linker to place them in banks
951           (linkEdit): use code_loc for HOME segment which should be the first
952           segment in code memory now
953         * src/SDCCmem.c: fixed more stuff like bug 1238386
954         * src/SDCCsymt.c (getSize): use generic pointer size for banked functions,
955           (changePointer): don't change function pointers to code pointers for
956           banked functions,
957           (compareType): added exceptional check for banked function pointers
958         * src/SDCCsymt.h: changed IFFUNC_ISBANKEDCALL, added IS_FUNCPTR
959         * src/hc08/main.c (_hc08_genAssemblerPreamble): put HOME first, put CSEG
960           after static in code memory
961         * src/mcs51/gen.c: added aopLiteralLong prototype,
962           (aopForSym): use getSize for functions,
963           (genCall): generate banked calls over one trampoline __sdcc_banked_call
964           in HOME with lsb of address in r0, msb in r1 and bank in r2, use
965           -Wl-bBANKSEG=0xbbaaaa option to set the address (aaaa) and bank (bb) of
966           the segment,
967           (genPcall): use call for literal function pointers and generate banked
968           calls over the one trampoline so there's only one place for the user to
969           modify according to his/hers hardware,
970           (genEndFunction): jump to __sdcc_banked_ret in HOME for banked functions,
971           (genPlusIncr): moved check icount>4 beyond inc dptr optimization
972         * src/mcs51/main.c: added keyword banked,
973           (_mcs51_genExtraAreas): put HOME first followed by GSINIT, STATIC and CSEG
974         * support/Util/SDCCerr.c,
975         * support/Util/SDCCerr.h: added E_BANKED_WITH_CALLEESAVES, registers are
976           needed for passing the bank and address to the trampoline
977         * device/lib/mcs51/crtbank.asm: added for bankswitching
978         * device/lib/mcs51/Makefile: added crtbank
979
980 2005-07-16 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
981
982         * src/SDCCcse.c (algebraicOpts): fixed loss of volatility
983           for fields at offset 0 of a struct or union as reported
984           on 2005-07-07 in the developer mailing list.
985
986 2005-07-15 Maarten Brock <sourceforge.brock AT dse.nl>
987
988         * src/SDCCmem.c: fixed bug 1238386
989
990 2005-07-12 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
991
992         * src/mcs51/peeph.def: added labelrefcounting for peepholes
993           (patch #1144962), added peephole 300, enabled 259.x
994         * doc/sdccman.lyx: removed screenshot and provided link instead
995
996 2005-07-05 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
997
998         * doc/sdccman.lyx: added section about debugging with ddd
999         * doc/figures/ddd_example.eps: screenshot of debugging session
1000
1001 2005-07-04 Raphael Neider <rneider AT web.de>
1002
1003         * src/pic/gen.c (genPointerGet): handle pointers to CONST values
1004           like CODE pointers, fixes #1115683
1005         * src/pic/pcode.c (DoBankSelect): forget LastRegIdx during function
1006           call, fixes bugs #1232211, #1228110,
1007           fixed wrong casts to pCodeFlow from pCodeInstructions
1008
1009 2005-07-04 Raphael Neider <rneider AT web.de>
1010
1011         * src/pic/gen.c (popGet): changed assert to allow for
1012           bit operands
1013         * (popGetAddr): changed signature to provide
1014           an additional index, patched all call sites
1015         * (genCmpEq): handle literal-like operands correctly
1016         * (genAddrOf): added sanity checks on __code/__data pointers
1017         * (genAssign): added handling of symbols from __code section
1018         * (gencjne): do not generate code for comparisons whose result
1019           is neither stored nor used, fixes bug #1171114
1020         * (AccLsh, AccRsh): operate on operand instead of WREG
1021         * (shift{Left,Right}_Left2ResultLit): NEW, size independant
1022           replacement for Shift{LR}{12}Left2Result; shift (byte/int/long)
1023           by known count
1024         * rewrote complete shift-by-literal logic, commented unused
1025           functions out
1026         * (genConstPointerGet): get multiple bytes (if result size > 1),
1027           fixed handling of non-immediate addresses
1028         * (genPointerGet): handle CODE pointers like CONST pointers
1029         * (genpic14Code): insert C-SRC lines as Cource-pCodes
1030         * ({aop,op}_isLitLike): NEW, single place to decide whether an
1031           operand is to be treated as a literal or not
1032         * (mov2w,genPcall,genCmpEq),
1033           src/pic/genarith.c: use aop_isLitLike() to decide between
1034           literal/register contents
1035         * (addSign): added missing offset
1036         * src/pic/gen.h: remove newline after FENTRY/FEXIT comments,
1037           only emit comment in debug-mode,
1038           use {aop,op}_isLitLike throughout the file
1039         * src/pic/glue.c: fix initializers for pointers (work in progress)
1040         * src/pic/pcode.c (get_op): honor index on _const symbols
1041         * ({reset,dump}pCodeStatistics): NEW, estimate code size
1042         * (dumppBlock): added pCode size estimation
1043         * src/pic/ralloc.c (deassignLRs,serialRegAssign,packRegisters):
1044           check for IS_SYMOP before OP_SYMBOL'ing
1045         * fixed indentation, compacted switch-statements
1046         * (allocReg): find free register and allocate it instead of
1047           allocating new registers all the time
1048         * (deassignLRs): prevent POINTER_GET's from being assigned the same
1049           registers as its operands (necessary only for multibyte GETs)
1050
1051 2005-07-01 Raphael Neider <rneider AT web.de>
1052
1053         * src/pic/gen.h: added prototypes emitpComment, popGetAddr and
1054           debugging .asm-output macros FENTRY + FEXIT
1055         * src/pic/gen.c (Safe_vsnprintf): NEW, is there a more generic
1056           way... I wonder...
1057         * (emitpComment): NEW, printf to pCode
1058         * (popGet): added assert on too large offsets, fixed PO_IMMEDIATE's
1059           offset handling
1060         * (popGetAddr): NEW, variant of popGet to access an immediates
1061           high(er) bytes instead of the n'th byte of memory they reference,
1062           replaced popGet with popGetAddr where neccessary
1063         * (genDataPointerGet): reactivated and fixed implementation
1064         * (genNearPointerGet): enabled call to genDataPointerGet, fixes array-
1065           accesses
1066         * (genDataPointerSet): fixed multibyte assignments
1067         * (genpic14Code): fixed --i-code-in-asm handling
1068         * src/pic/genarith.c: fixed PO_IMMEDIATE issue using popGetAddr,
1069         * (genPlus): fixed index-out-of-bounds error
1070         * src/pic/pcode.c (get_op): fixed PO_IMMEDIATE's index/offset handling
1071         * src/pic/ralloc.c: added debugging output macro FENTRY2
1072         * (spillThis): fixed indentation, enbraced for-body for clarity
1073         * (rematStr): commented out as now unused
1074         * (regTypeNum): commented out special spill case (overwrites
1075           arbitrary values)
1076         * fixes bugs #1229346, #1216476 (both arrays) and #1115667 (SIGSEGV)
1077
1078 2005-06-30 Maarten Brock <sourceforge.brock AT dse.nl>
1079
1080         * doc/sdccman.lyx: documented sfr16/sfr32,
1081           added example for using storage class with function pointers
1082         * src/mcs51/gen.c (genPlusIncr): optimized small offsets from dptr
1083
1084 2005-06-28 Maarten Brock <sourceforge.brock AT dse.nl>
1085
1086         * device/lib/_gptrget.c: also push/pop _PSBANK, added # to 0x03
1087         * device/lib/_itoa.c,
1088         * device/lib/_ltoa.c: optimized codesize
1089         * src/SDCCsymt.c (checkSClass): added sanity check for sfr at addresses,
1090           but don't know how to suppress the double warning.
1091         * src/mcs51/gen.c (genPlusIncr): fixed bug when incrementing volatile int's
1092         * support/Util/SDCCerr.c,
1093         * support/Util/SDCCerr.h: added warning W_SFR_ABSRANGE for sanity check
1094
1095 2005-06-27 Maarten Brock <sourceforge.brock AT dse.nl>
1096
1097         * as/mcs51/asexpr.c (expr): disabled warning "not in .flat24 mode",
1098           fixed old K&R prototypes
1099         * as/mcs51/asout.c (outrb): always output as if generating 24bit addresses
1100         * device/lib/_gptrget.c,
1101         * device/lib/_gptrgetc.c,
1102         * device/lib/_gptrput.c: changed versions for new memory indicator values,
1103           also new versions for small generic pointers and banked generic pointers
1104         * src/port.h: added const_name
1105         * src/SDCC.lex: added keywords sfr16, __sfr16, sfr32, __sfr32
1106         * src/SDCC.y: added tokens SFR16, SFR32 and their sfr_attributes
1107         * src/SDCCcse.c (findPrevIc): check all associative operators
1108         * src/SDCCglue.c (emitMaps): use CONST_NAME if defined
1109         * src/SDCCicode.h: added macro IS_ASSOCIATIVE
1110         * src/SDCCmem.c: updated comments,
1111           set far-space to 0 for pdata, results in optimized code
1112         * src/SDCCmem.h: added macro CONST_NAME
1113         * src/SDCCsymt.h: renumerated generic pointer types GPTYPE_... thereby
1114           moving the info into the highest bits, see also gptrget/gptrput
1115         * src/src.dsp: added sdcc.ico to project files
1116         * src/avr/gen.c (genCast): fixed bug 0x%d
1117         * src/avr/main.c (avr_port): added "CONST (CODE)" for const_name
1118         * src/ds390/gen.c (aopForRemat, adjustArithmeticResult): disconnected direct
1119           relation between ptr_type and DCL_TYPE,
1120           (genCast): fixed bug 0x%d
1121         * src/ds390/main.c (ds390_port, tininative_port, ds400_port): added "CONST
1122           (CODE)" for const_name
1123         * src/hc08/gen.c (genCast): fixed bug 0x%d
1124         * src/hc08/main.c (_hc08_genAssemblerPreamble): added .area ...const_name,
1125           (hc08_port): added "CONST (CODE)" for const_name
1126         * src/mcs51/gen.c (aopForSym): optimized pushing ACC,
1127           (aopForRemat, adjustArithmeticResult): disconnected direct relation
1128           between ptr_type and DCL_TYPE,
1129           (aopGetUsesAcc, aopGet, aopPut): changed first parameter from asmop* to
1130           operand* and took AOP() inside function so sfr-ness can be checked,
1131           (all over): repaired calls to aopGetUsesAcc, aopGet, aopPut to comply with
1132           new prototype,
1133           (genFunction, genEndFunction): optimized stack setup,
1134           (genMinus): optimized for literals with ending zeroes (in bytes),
1135           (genCast): fixed bug 0x%d
1136         * src/mcs51/main.c (_mcs51_keywords): added sfr16 and sfr32,
1137           (mcs51_port): added "CONST (CODE)" for const_name
1138         * src/mcs51/peeph.def: made rule 226 more generic
1139         * src/pic/main.c (pic_port): added "CONST (CODE)" for const_name
1140         * src/pic16/main.c (pic16_port): added "CONST (CODE)" for const_name
1141         * src/xa51/main.c (xa51_port): added "CONST (CODE)" for const_name
1142         * src/z80/main.c (z80_port): added NULL for const_name,
1143           (gbz80_port): added NULL for const_name
1144         * support/regression/tests/bug663539.c,
1145         * support/regression/tests/sfr16.c: new tests
1146
1147 2005-06-25 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
1148
1149         * device/include/mcs51/p89v51rd2.h, device/include/mcs51/at89s53.h: added.
1150
1151 2005-06-24 Raphael Neider <rneider AT web.de>
1152
1153         * device/lib/pic16/libdev/pic18f[68][567]20.c:
1154           corrected typos...
1155         * device/include/pic16/signal.h: added USBIF
1156           and SIG_USB
1157
1158 2005-06-24 Raphael Neider <rneider AT web.de>
1159
1160         * device/lib/pic16/libdev/pic18f2455.c,
1161           device/include/pic16/pic18f2455.h: NEW
1162         * device/include/pic16/pic18fregs.h,
1163           device/lib/pic16/pics.all,
1164           src/pic16/device.c: added 18f2455
1165         * device/lib/pic16/libdev/pic18f[68][567]20.c,
1166           device/include/pic16/{pic18f[68][567].h,usart.h}:
1167           replaced MULTIPLE_USARTS define with more relaible
1168           compatibility sfrs (for USART access)
1169
1170 2005-06-20 Slade Rich <slade_rich AT users.sourceforge.net>
1171
1172         * src/pic/pcode.c : Fixed problem when a string constant contains a "\r\n"
1173           and the output asm file line is printed on two lines.
1174
1175 2005-06-19 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
1176
1177         * sim/ucsim/hc08.src/inst.cc (inst_condbranch): fixed simulation of
1178           BGT, BLE, BHI, and BLS instructions
1179         * src/hc08/gen.c (outAcc, outBitC, outBitNV, genCmpLt, genCmpGt,
1180           genCmpEq): removed
1181         * src/hc08/gen.c (genCmpEQorNE, genCmp, branchopCmp, nameCmp,
1182           negatedCmp, exchangedCmp, genhc08Code): rewrite of comparison handling,
1183           fixes bug #1216342
1184         * src/hc08/peeph.def: added rules 2g - 2l for new conditional branches
1185
1186 2005-06-15 Raphael Neider <rneider AT web.de>
1187
1188         * src/pic16/NOTES: moved Vangelis from active developers to people to contact
1189         * device/include/pic16/{6520.h,8520.h}: fixed configuration bits
1190         * src/pic16/gen.c (): prevent iTemps from being considered to be in CODESPACE,
1191           fixes bug #1221120; for symbols in CODESPACE get number of bytes to read from
1192           OP_SYM_TYPE() instead of OP_SYM_ETYPE()
1193
1194 2005-06-06 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
1195
1196         * device/include/mcs51/reg764.h: Changed PB0 to PBO as requested by
1197           Marcel Telka in bug #1215704
1198
1199 2005-06-02 Slade Rich <slade_rich AT users.sourceforge.net>
1200
1201         * src/pic/pcode.c : Changed pseudo stack size to 15 to allow WSAVE to be
1202           located in shared memory bank.
1203
1204 2005-05-31 Raphael Neider <rneider AT web.de>
1205
1206         * src/pic16/{gen.c,genarith.c}: replaced sign-extension
1207           "CLRF, BTFSC <signbit>, DECF/COMF" with side-effect-free
1208           "CLRF, BTFSC <signbit>, SETF"; fixes "long>>9"
1209
1210 2005-05-27 Maarten Brock <sourceforge.brock AT dse.nl>
1211
1212         * device/lib/_strncpy.c: fixed the fix
1213
1214 2005-05-26 Raphael Neider <rneider AT web.de>
1215
1216         * src/pic16/glue.c (pic16_printIvalChar): fixed _constant_ string
1217           initializers with \0, bug #1208187
1218         * src/pic/glue.c (printIvalChar): fixed (non- and constant) string
1219           intializers with \0, bug #1208187
1220
1221 2005-05-26 Raphael Neider <rneider AT web.de>
1222
1223         * src/pic16/glue.c (pic16_printIvalChar): fixed string
1224           initializers with \0, bug #1208187
1225         * src/pic16/main.c (_process_pragma): added sanity checks
1226           for stack position and size, emit warnings when appropriate
1227
1228 2005-05-26 Maarten Brock <sourceforge.brock AT dse.nl>
1229
1230         * device/lib/_strncpy.c: fixed not filling with \0
1231
1232 2005-05-26 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
1233
1234         * src/SDCCast.c (funcOfType, funcOfTypeVarg, stringToSymbol,
1235           createFunction),
1236         * src/SDCC.y (external_definition, enumerator, parameter_declaration,
1237           compound_statement),
1238         * src/SDCCsymt.h,
1239         * src/SDCCsymt.c (addSymChain, processFuncArgs): fixed bug #1159134
1240
1241 2005-05-24 Raphael Neider <rneider AT web.de>
1242
1243         * src/pic16/glue.c (pic16_printGPointerType): fixed #1207796
1244
1245 2005-05-24 Raphael Neider <rneider AT web.de>
1246
1247         * device/include/pic16/pic18f{442,452,458}.h: fixed wrong
1248           TRISE definitions, closes bug #1162453
1249
1250 2005-05-22 Raphael Neider <rneider AT web.de>
1251
1252         * src/pic16/main.c (_process_pragma): check for missing
1253           arguments to pragmas code and udata
1254         * device/include/pic16/pic18f{2550,4331,4455,4520}.h:
1255           consistency fixes to match other headers (thanks to Jim Paris)
1256         * device/lib/pic16/libio/i2c.ignore: 18f4331 provides no I2C
1257
1258 2005-05-21 Maarten Brock <sourceforge.brock AT dse.nl>
1259
1260         * src/SDCCicode.c (isOperandEqual): fixed missing ;
1261
1262 2005-05-19 Maarten Brock <sourceforge.brock AT dse.nl>
1263
1264         * support/regression/tests/bug1198642.c: new test
1265         * src/SDCCicode.c (isOperandEqual): fixed bug 1198642
1266         * src/SDCCcse.c (findPrevIc): added comment, please have a look
1267         * support/scripts/resource.h,
1268         * support/scripts/resource.rc,
1269         * src/src.dsp: added sdcc.ico to project as icon for sdcc.exe
1270         * support/scripts/sdcc.ico: added 32x32 icon
1271
1272 2005-05-18 Raphael Neider <rneider AT web.de>
1273
1274         * device/lib/pic16/libdev/pic18f*.c,
1275         * device/include/pic16/pic18f*.h: updated "sfr" and "at X"
1276           keywords to "__sfr" and "__at (X)"
1277         * device/include/pic16/pic18fregs.h: added pic18f4520
1278         * src/pic16/pcode.c (pic16_pCode2str): fixed (?) bug
1279           #1203088 (MPLAB compatibility)
1280
1281 2005-05-17 Raphael Neider <rneider AT web.de>
1282
1283         * device/include/pic16/pic18f{2550,4331,4455,4520}.h: NEW
1284         * device/lib/pic16/libdev/pic18f{2550,4331,4455,4520}.c: NEW
1285         * device/lib/pic16/pics.all: added new devices
1286         * src/pic16/device.c: added support for pic18f4520
1287
1288 2005-05-16 Raphael Neider <rneider AT web.de>
1289         * src/pic16/gen.{c,h}: s/mov2f/pic16_mov2f made public
1290         * src/pic16/genarith.c (genAddLit): fixed bug 1202480
1291         * src/pic16/pcode.{c,h} (pic16_newpCodeOpBit_simple): NEW
1292           convenience function for bit access
1293
1294 2005-05-15 Maarten Brock <sourceforge.brock AT dse.nl>
1295
1296         * device/lib/printf_large.c: fixed bug 1193299
1297         * support/regression/tests/bug1057979.c: added test %3.3s
1298
1299 2005-05-15 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
1300
1301         * device/include/mcs51/8051.h,
1302         * device/include/mcs51/8052.h: made parseable with lint
1303         * device/include/mcs51/lint.h: added include file for (sp)lint
1304         * doc/sdccman.lyx: added doc about use of splint (syntax checking tool)
1305         * doc/cdbfileformat.lyx,
1306         * doc/test_suite_spec.lyx: hardcoded date to the date of last text change
1307
1308 2005-05-14 Raphael Neider <rneider AT web.de>
1309
1310         * device/lib/pic16/Makefile.common.in: add --optimize-df to OPT_FLAGS
1311         * device/lib/pic16/libc/stdlib/itoa.c (new)
1312         * device/lib/pic16/libc/stdlib/Makefile: have itoa.c built
1313         * device/lib/pic16/libio/Makefile: exclude subdir according to
1314           ${subdir}.ignore for certain PICs (lacking e.g. i2c)
1315         * device/lib/pic16/libio/i2c.ignore (new): pic18f1220 has no I2C support
1316         * src/pic16/gen.c (genFunction): prevent annoying warning
1317         * src/pic16/pcode.c: renamed stack_t to dynstack_t to prevent
1318           nameclashes on BeOS
1319         * support/cpp2/cppmain.c (cpp_output_string): new
1320         * support/cpp2/cpplib.c (_cpp_do__Pragma): fixed _Pragma(""),
1321           fixes bug 1116802
1322
1323 2005-05-13 Borut Razem <borut.razem AT siol.net>
1324
1325         * src/SDCCmain.c (linkEdit): fixed bug 1195202
1326
1327 2005-05-12 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
1328
1329         * .version: changed to version 2.5.1; back to bleeding edge development
1330
1331 2005-05-11 Borut Razem <borut.razem AT siol.net>
1332
1333         * doc/sdccman.lyx doc/cdbfileformat.lyx doc/test_suite_spec.lyx:
1334           generate PDF version 1.3 documents
1335
1336 2005-05-07 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
1337
1338         * .version: changed to version 2.5.0
1339
1340 2005-04-27 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
1341
1342         * doc/sdccman.lyx: updated weblinks, index and smaller updates
1343
1344 2005-04-26 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
1345
1346         * doc/sdccman.lyx: changed version 2.5.0, documented --std-c89,
1347         --std-sdcc89, --std-c99, --std-sdcc99, and the corresponding #pragmas, as
1348         well as many smaller updates.
1349         * .version: changed to version 2.5.0-pre1
1350
1351 2005-04-26 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
1352
1353         * src/SDCCmain.c (setIncludePath): added port->target to SDCC_INCLUDE_NAME
1354
1355 2005-04-26 Maarten Brock <sourceforge.brock AT dse.nl>
1356
1357         * support/regression/tests/bug1185672.c: added
1358         * src/mcs51/gen.c (aopGetUsesAcc, genCpl, genAnd, genOr, genXor): fixed
1359           bug 1185672
1360         * src/mcs51/gen.c (genCall): added comments, made it look safer
1361         * src/mcs51/gen.c (genEndFunction): simplified
1362
1363 2005-04-25 Maarten Brock <sourceforge.brock AT dse.nl>
1364
1365         * src/mcs51/ralloc.c (serialRegAssign): fixed bug 1189609
1366
1367 2005-04-14 Borut Razem <borut.razem AT siol.net>
1368
1369         * fixed bug 1045046 - SIGSEGV with really simple code?:
1370           src/pic/pcode.c (pCodeInitRegisters)- pseudo stack size increased to 16
1371           src/pic/ralloc.c (typeRegWithIdx) - error message on pseudo stack overflow
1372
1373 2005-04-14 Borut Razem <borut.razem AT siol.net>
1374
1375         * src/pic16/gen.c (genInline), src/pic16/main.c (_process_pragma),
1376           src/pic16/device.h: temporarily disabled experimental #inline pragma
1377           for 2.5.0 release
1378
1379 2005-04-14 Maarten Brock <sourceforge.brock AT dse.nl>
1380
1381         * device/include/z80/stdio.h,
1382         * device/include/z80/string.h: removed these highly incomplete files so
1383           SDCC can use the default ones in device/include/
1384
1385 2005-04-14 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
1386
1387         * src/mcs51/gen.c (genEndFunction): removed unused variable to fix
1388         gcc warning.
1389         * device/lib/Makefile.in: default PORTINCDIR to the mcs51 subdir to
1390         fix sdcpp warnings.
1391
1392 2005-04-12 Maarten Brock <sourceforge.brock AT dse.nl>
1393
1394         * device/include/malloc.h: removed redundant __reentrant prototypes
1395         * device/lib/_mullong.c: added working xstack variant in asm (C version
1396           doesn't pass regression tests)
1397         * device/lib/bpx.c: used __data and made bpx char for mcs51
1398         * src/SDCCast.c (decorateType): removed unused GPTYPE_IDATA,
1399           (createFunction): fixed bug with xstackPtr
1400         * src/SDCCcse.c: corrected comments
1401         * src/SDCCopt.c (convertToFcall): fixed warning in MSVC,
1402           (killDeadCode, eBBlockFromiCode): removed unused code
1403         * src/SDCCsymt.h: removed unused GPTYPE_GPTR and GPTYPE_IDATA,
1404           corrected comments
1405         * src/mcs51/gen.c (aopForSym, aopPut, toBoolean, unsaveRegisters,
1406           assignResultValue, genCall, genFunction, genEndFunction, genAnd,
1407           genOr, genXor, genAddrOf): fixed several bugs concerning xstack
1408           (genModOneByte): fixed warning in MSVC
1409         * src/mcs51/main.c (): added comments
1410         * src/mcs51/peeph.def: changed 129 to 129.a, added 129.b, 129.c & 129.d
1411
1412 2005-04-12 Maarten Brock <sourceforge.brock AT dse.nl>
1413
1414         * src/SDCCmain.c (linkEdit): oops, changed one line too many
1415
1416 2005-04-11 Maarten Brock <sourceforge.brock AT dse.nl>
1417
1418         * src/SDCCmain.c (linkEdit): fixed bug with finding crt0.o for z80
1419
1420 2005-04-10 Vangelis Rokas <vrokas AT users.sourceforge.net>
1421
1422         * src/pic16/glue.c (printIvalChar): fixed bug when emitting
1423         characters arrays of larger size than the declared one.
1424
1425 2005-04-10 Borut Razem <borut.razem AT siol.net>
1426
1427         * src/pic/gen.c (genInline),
1428           src/pic/pcode.c (newpCodeAsmDir), (pCode2str),
1429           (genericPrint), (unlinkpCodeFromBranch), (compareLabel),
1430           (findNextInstruction), (findPrevInstruction),
1431           (findInstructionUsingLabel),
1432           src/pic/pcode.h: fixed bug #1164907 - Labels not being recognized
1433         * src/pic/pcode.c (findLabel): added missing '\n'
1434         * src/src.dsp: added SDCCdwarf2.c to the project
1435
1436 2005-04-09 Borut Razem <borut.razem AT siol.net>
1437
1438         * support/scripts/sdcc.nsi: added include/hc08/* h to NSIS setup
1439
1440 2005-04-08 Raphael Neider <rneider AT web.de>
1441
1442         * src/pic16/pcode.c: added helpers defmapInsertAfter (insert a new item
1443           into the chain after a given one) and mergeDefmapSymbols (combine
1444           defmap entries for each symbol per pcode)
1445         * (createDefmap): have defmap entries merged in the end
1446         * (defmapReplaceSymRef): split defmap entries covering two accesses to
1447           a symbol before replacing one access type's symbol, merge symbols in
1448           the end (replacement symbol might already have an entry)
1449         * (assignValnums): keep reference to written WREG intact
1450
1451 2005-04-08 Raphael Neider <rneider AT web.de>
1452
1453         * src/pic16/pcode.c (struct defmap_s): named anonymous union (for
1454           Alpha)
1455
1456 2005-04-08 Vangelis Rokas <vrokas AT users.sourceforge.net>
1457
1458         * src/pic16/pcode.c (pic16_get_op2): enlarged size of array b to 128
1459         bytes
1460
1461 2005-04-07 Raphael Neider <rneider AT web.de>
1462
1463         * device/include/pic16/usart.h: added compatibility defines for
1464           devices with more than one USART
1465         * device/include/pic16/pic18f[68][567]20.h: activated above defines
1466
1467 2005-04-07 Maarten Brock <sourceforge.brock AT dse.nl>
1468
1469         * device/lib/Makefile.in: updated for port specific include
1470
1471 2005-04-07 Maarten Brock <sourceforge.brock AT dse.nl>
1472
1473         * support/regression/ports/mcs51/spec.mk: added mcs51 include
1474
1475 2005-04-07 Maarten Brock <sourceforge.brock AT dse.nl>
1476
1477         * device/include/8051.h,
1478         * device/include/8052.h,
1479         * device/include/at89S8252.h,
1480         * device/include/at89c55.h,
1481         * device/include/at89x051.h,
1482         * device/include/at89x51.h,
1483         * device/include/at89x52.h,
1484         * device/include/mcs51reg.h,
1485         * device/include/reg51.h,
1486         * device/include/reg764.h,
1487         * device/include/regc515c.h,
1488         * device/include/sab80515.h: (re)moved these 12 files
1489         * device/include/mcs51/8051.h,
1490         * device/include/mcs51/8052.h,
1491         * device/include/mcs51/at89S8252.h,
1492         * device/include/mcs51/at89c55.h,
1493         * device/include/mcs51/at89x051.h,
1494         * device/include/mcs51/at89x51.h,
1495         * device/include/mcs51/at89x52.h,
1496         * device/include/mcs51/mcs51reg.h,
1497         * device/include/mcs51/reg51.h,
1498         * device/include/mcs51/reg764.h,
1499         * device/include/mcs51/regc515c.h,
1500         * device/include/mcs51/sab80515.h: and added them here
1501
1502 2005-04-06 Maarten Brock <sourceforge.brock AT dse.nl>
1503
1504         * device/include/stdarg.h: changed SDCC specific keywords to double
1505           underlined form.
1506         * device/include/stdint.h: changed intptr_t and uintptr_t for others than
1507           mcs51 and ds390.
1508         * device/include/hc08/mc68hc908gp32.h,
1509         * device/include/hc08/mc68hc908jb8.h,
1510         * device/include/hc08/mc68hc908jkjl.h,
1511         * device/include/hc08/mc68hc908qy.h: fixed comments
1512         * device/include/mcs51/README: updated
1513         * device/include/mcs51/c8051f120.h: added PINRSF
1514         * device/lib/pic16/libc/stdlib/crc16.c: fixed comments
1515         * src/pic16/pcode.c: MSVC6 doesn't accept declaring new variables
1516           amidst code. Also inline is not supported.
1517
1518 2005-04-06 Raphael Neider <rneider AT web.de>
1519
1520         * src/pic16/pcode.c (pic16_pCodeReplace): also update pcflow->end
1521         * (createDefmap): fixed CALLs to depend on FSR1 and RETLW to restore
1522           callers stack/frame pointers
1523
1524 2005-04-06 Vangelis Rokas <vrokas AT users.sourceforge.net>
1525
1526         * device/include/pic16/usart.h: added, missing in previous commit,
1527         * device/include/pic16/adc.h: fixed typo,
1528         * device/lib/pic16/libc/utils/cvtdec.S: added missing in previous
1529         commit,
1530         * device/lib/pic16/libc/stdlib/g_ftoa.S: modified to include
1531         <p18fxxx.inc>
1532         * device/lib/pic16/libc/stdio/streams.c: leave stdin, stdout
1533         uninitialized because a bug appears with gplink
1534         * device/lib/pic16/{some makefiles}: moved $(CSTD) from CFLAGS to
1535         COMPILE_FLAGS and added CPPFLAGS with -nostdinc because sdcpp
1536         complains for unrecognised option
1537
1538 2005-04-05 Raphael Neider <rneider AT web.de>
1539
1540         * src/pic16/gen.c (pic16_popCopyReg): made copying work for extended
1541           structs as well (using memcpy)
1542         * (genFunction): fixed comparison, used pCodeOpLabel to reduce warning
1543           on ISRs (GOTO has no label)
1544         * src/pic16/device.h: added OF_OPTIMIZE_DF
1545         * src/pic16/main.c: added compiler switch --optimize-df to enable the
1546           new data flow analysis/optimization
1547         * src/pic16/pcode.c: added (prototypes for and implementation of)
1548           dataflow analysis functions, fixed pCodeInstructions' inCond and
1549           outCond values, made RCALL a branch instruction
1550         * (pic16_unlinkpCode): keep C line if possible
1551         * (pic16_pCodeUnlink): removed cast on left side of assignment, have
1552           C line moved if possible
1553         * (pic16_getRegFrompCodeOp): NEW, improved version of...
1554         * (pic16_getRegFromInstruction,pic16_getRegFromInstruction2): changed
1555           to use new pic16_getRegFrompCodeOp (works for more SFRs)
1556         * (pic16_BuildFlow): fixed skip instructions with label (did not start
1557           new flow)
1558         * (pic16_getJumptabpCode): NEW, needed in...
1559         * (LinkFlow): fixed handling of jumptables, calls and conditional
1560           branches
1561         * (pic16_InsertCommentAfter): NEW
1562         * (pic16_pCodeReplace): made verbose and flow preserving
1563         * (AnalyzeFlow): added call to data flow analysis
1564         * src/pic16/pcode.h: added defmaps to pCodeFlow struct
1565         * src/pic16/pcodeflow.h: added PCC_STATUS to mean all STATUS bits
1566         * src/pic16/ralloc.c (packRegsForAssign): added return 1 in the end
1567
1568 2005-04-03 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
1569
1570         * src/SDCCast.c (decorateType): fixed bug #1105626
1571
1572 2005-04-02 Vangelis Rokas <vrokas AT users.sourceforge.net>
1573
1574         * device/include/asm/pic16/features.h,
1575         * pic18f*.h headers,
1576         * device/include/pic16/adc.h,
1577         * device/include/pic16/delay.h,
1578         * device/include/pic16/i2c.h,
1579         * device/include/pic16/malloc.h,
1580         * device/include/pic16/stdio.h,
1581         * device/include/pic16/stdlib.h,
1582         * device/include/pic16/string.h,
1583         * device/lib/pic16/libc/stdio/printf_tiny.c,
1584         * device/lib/pic16/libc/stdio/printf_small.c,
1585         * device/lib/pic16/libc/stdio/strmgpsim.c,
1586         * device/lib/pic16/libc/stdio/strmmssp.c,
1587         * device/lib/pic16/libc/stdio/strmusart.c,
1588         * device/lib/pic16/libc/stdio/vfprintf.c,
1589         * device/lib/pic16/libc/stdlib/ltoa.c,
1590         * device/lib/pic16/libc/stdlib/putchar.c,
1591         * device/lib/pic16/libc/stdlib/x_ftoa.c,
1592         * device/lib/pic16/libc/stdlib/memchrpgm.c,
1593         * device/lib/pic16/libc/stdlib/memchrram.c,
1594         * device/lib/pic16/libc/stdlib/memcpypgm2ram.c,
1595         * device/lib/pic16/libc/stdlib/memcpyram2ram.c,
1596         * device/lib/pic16/libio/adc/adcbusy.c,
1597         * device/lib/pic16/libio/adc/adcread.c,
1598         * device/lib/pic16/libio/adc/adcsetch.c,
1599         * device/lib/pic16/libio/usart/ubaud.c,
1600         * device/lib/pic16/libio/usart/ubusy.c,
1601         * device/lib/pic16/libio/usart/udrdy.c,
1602         * device/lib/pic16/libio/usart/uopen.c,
1603         * device/lib/pic16/libio/usart/uputc.c,
1604         * device/lib/pic16/libsdcc/gptr/gptrget1.c,
1605         * device/lib/pic16/libsdcc/gptr/gptrget2.c,
1606         * device/lib/pic16/libsdcc/gptr/gptrget3.c,
1607         * device/lib/pic16/libsdcc/gptr/gptrget4.c,
1608         * device/lib/pic16/libsdcc/gptr/gptrput1.c,
1609         * device/lib/pic16/libsdcc/gptr/gptrput2.c,
1610         * device/lib/pic16/libsdcc/gptr/gptrput3.c,
1611         * device/lib/pic16/libsdcc/gptr/gptrput4.c: modified all SDCC
1612         specific keywords to double underlined form,
1613         * device/lib/pic16/libc/Makefile.rules,
1614         * device/lib/pic16/libsdcc/Makefile.rules,
1615         * device/lib/pic16/libm/Makefile,
1616         * device/lib/pic16/libio/Makefile.rules: added CSTD macro in CFLAGS
1617         to compile with C standard set in Makefile.common
1618         * device/lib/pic16/libc/stdlib/Makefile: added new C sources
1619         rand.c and crc.c in compilation process,
1620         * device/lib/pic16/libsdcc/int/divuint.c,
1621         * device/lib/pic16/libsdcc/long/divulong.c: changed declaration of
1622         `c' from signed to unsigned,
1623         * device/lib/pic16/startup/crt0.c,
1624         * device/lib/pic16/startup/crt0i.c,
1625         * device/lib/pic16/startup/crt0iz.c: adopted to all SDCC specific
1626         keywords to double underlined form, bug fixes in _do_cinit function
1627         which prevented the correct initialization of the .idata segment,
1628         * src/pic16/pcoderegs.c (insideLRBlock): fixed a bug that caused the
1629         core to enter a infinite loop
1630         * device/lib/pic16/libc/stdlib/rand.c, crc.c: new files
1631
1632 2005-04-02 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
1633
1634         * src/SDCCicode.c (getArraySizePtr): fixed bug #1122171
1635
1636 2005-04-01 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
1637
1638         * device/include/Makefile.in: add support for hc08 subdirectory
1639         * device/include/hc08/: new subdirectory
1640         * device/include/hc08/mc68hc908jkjl.h: new header contributed by
1641         Lucas Loizaga, thanks!
1642         * device/include/hc08/mc68hc908qy.h,
1643         * device/include/hc08/mc68hc908gp32.h,
1644         * device/include/hc08/mc68hc908jb8.h: moved hc08 register defs to
1645         their own directory. Changed internal macro names to use the compiler
1646         reserved namespace. Changed SDCC specific keywords to double
1647         underlined form.
1648         * device/include/math.h,
1649         * device/include/malloc.h,
1650         * device/include/stdarg.h,
1651         * device/include/stdbool.h
1652         * device/include/string.h,
1653         * device/include/tinibios.h,
1654         * device/include/ds400rom.h,
1655         * device/include/8051.h,
1656         * device/include/8052.h,
1657         * device/include/80c51xa.h,
1658         * device/include/at89c55.h,
1659         * device/include/at89S8252.h,
1660         * device/include/at89x51.h,
1661         * device/include/at89x52.h,
1662         * device/include/ds80c390.h,
1663         * device/include/reg764.h,
1664         * device/include/regc515c.h,
1665         * device/include/sab80515.h,
1666         * device/include/mcs51/c8051f000.h,
1667         * device/include/mcs51/c8051f018.h,
1668         * device/include/mcs51/c8051f020.h,
1669         * device/include/mcs51/c8051f040.h,
1670         * device/include/mcs51/c8051f060.h,
1671         * device/include/mcs51/c8051f120.h,
1672         * device/include/mcs51/c8051f300.h,
1673         * device/include/mcs51/c8051f310.h,
1674         * device/include/mcs51/c8051f320.h,
1675         * device/include/mcs51/c8051f330.h,
1676         * device/include/mcs51/c8051f350.h,
1677         * device/include/z180.h: Changed SDCC specific keywords to double
1678         underlined form.
1679
1680 2005-03-31 Vangelis Rokas <vrokas AT users.sourceforge.net>
1681
1682         * src/pic16/device.c (Pics16[]): added devices 18F2550, 18F4331,
1683         18F4455,
1684         * (pic16_assignConfigWordValue): disable testing of configuration
1685         register value with config mask,
1686         * src/pic16/gen.c (pic16_testStackOverflow): prefix stack test
1687         function with port->fun_prefix,
1688         * (genFunction): when generating a naked interrupt function never
1689         create an absolute segment placed in interrupt vector address, place
1690         the actual interrupt function at IVA instead, when an interrupt
1691         function is generated with unspecified interrupt then do not create
1692         the absolute section,
1693         * (genGenPointerGet, genGenPointerSet, genPackBits): replace all
1694         code for generating a call to generic pointer get/put function with
1695         a call to function pic16_callGenericPointer(),
1696         * src/pic16/genutils.c (pic16_callGenericPointerRW): NEW, generates
1697         the call to the generic pointer get/put functions with prefixing the
1698         function name with port->fun_prefix,
1699         * src/pic16/glue.c (pic16glue): ifdef-out test of OF_LR_SUPPORT,
1700         * src/pic16/main.c (_process_pragma): prefix function with
1701         port->fun_prefix,
1702         * (_pic16_finaliseOptions): define macro __18Fxxxx macro when
1703         calling assembler, old 18Fxxxx macro is deprecated,
1704         * src/pic16/pcode.c (unlinkpCodeFromBranch): added PC_INLINE and
1705         PC_ASMDIR in while condition,
1706         * (findInstruction): add PC_ASMDIR in while condition,
1707         * (buildCallTree): prefix main with port->fun_prefix,
1708         * (pic16_pCode2str): fixed bug that didn't emit the memory access
1709         identifier for variable with banked access in instructions BTFSS,
1710         BTFSC, BCF, BSF, BTG
1711         * (AnalyzeFlow): moved call to OptimizepCode to pic16_AnalyzeBanking,
1712         * src/pic16/pcodepeep.c (pCodeOpCompare): increase size of b to 1024,
1713         * src/pic16/pcoderegs.c (pic16_pCodeRegoptimizeRegUsage): don't
1714         perform optimization when enviroment variable NO_REG_OPT is set,
1715         * (insideLRBlock): NEW, return 1 if register is inside an
1716         INF_LOCALREGS block,
1717         * (RemoveRegFromLRBlock): remove a register that is completely
1718         eliminated by register optimization, but it is still left in local
1719         register store/restore in/from stack block,
1720         * (Remove2pcodes): after removing register, check to see if it
1721         should be removed from local register store/restore in/from stack
1722         block,
1723         * src/pic16/ralloc.c (pic16_decodeOp): added decode for
1724         DUMMY_READ_VOLATILE,
1725
1726         * device/include/pic16/adc.h: minor prototype modifications and
1727         update,
1728         * device/include/pic16/malloc.h: added GPL notice various
1729         modifications,
1730         * device/include/pic16/stdint.h: NEW, standard header for ints
1731         * device/include/pic16/delay.h: NEW, header for delay functions,
1732         delay10tcy, delay100tcy, delay1ktcy, delay10ktcy, delay100ktcy,
1733         delay1mtcy,
1734         * device/include/pic16/signal.h: NEW, header providing helper macros
1735         for implementing signal handlers,
1736         * device/include/pic16/stdio.h: added prototypes for functions,
1737         printf, vprintf, sprintf, vsprintf, fprintf, vfprintf. Added
1738         prototypes for stdin and stdout, added macro PUTCHAR to
1739         automatically implement putchar function prototype,
1740         * device/include/pic16/usart.h: modified and updated USART library,
1741         * device/lib/pic16/libio/adc/,
1742         * device/lib/pic16/libio/i2c: some modifications to improve library
1743         performance,
1744         * device/lib/pic16/libc/stdio/: modifications for the new printf*
1745         family of functions,
1746         * device/lib/pic16/libc/stdlib/: various modifications in the malloc
1747         family of functions and other sources,
1748         * device/lib/pic16/libio/usart/: NEW, c sources for the usart module
1749         of the PIC18Fxx[28] devices,
1750         * device/lib/pic16/libc/delay/: NEW, c sources for the delay functions,
1751         * device/lib/pic16/libc/utils/: minor modifications in the .S sources,
1752         * device/lib/pic16/startup/{crt0i.c, crt0iz.c}: redesign of the
1753         _do_cinit function, because the previous failed when local variables
1754         where not placed in the same memory bank,
1755         * device/lib/pic16/libsdcc/char/: various modifications to improve
1756         library performance,
1757         * doc/sdccman.lyx: some reorganization of the PIC16 part, added many
1758         information on the new functions of the c library and more...
1759
1760 2005-03-28 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
1761
1762         * src/SDCCBBlock.c (iCodeBreakDown): fixed bug #1170212
1763
1764 2005-03-26 Raphael Neider <rneider AT web.de>
1765
1766         * src/pic16/gen.c (genSkipc): fixed semantics (execute branch
1767           if condition == CARRY)
1768         * (genCmp): adapted to new genSkipc semantics
1769         * src/pic16/genutils.c (pic6_genCmp_special): removed side effect
1770           on rIfx (genCmp was broken)
1771
1772 2005-03-26 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
1773
1774         * src/SDCCmain.c (setDefaultOptions, optionsTable[], parseCmdLine),
1775         * src/z80/main.c (_keywords[]),
1776         * src/SDCCglobal.h (struct options),
1777         * src/SDCC.y,
1778         * src/SDCC.lex (isTargetKeyword, doPragma, pragma_tbl[]): new pragmas
1779         to enable/disable SDCC and C99 extensions/keywords (std_c89, std_sdcc89,
1780         std_c99, std_sdcc99). Also, equivalent command line options (--std-c89,
1781         --std-sdcc89, --std-c99, --std-sdcc99). SDCC specific keywords are
1782         always available in leading double underscore form. The C99 support is
1783         mostly missing, but it's a start.
1784         * support/regression/tests/bug-227710.c: fixed nonconforming use of
1785         reserved identifier "__data".
1786
1787 2005-03-24 Maarten Brock <sourceforge.brock AT dse.nl>
1788
1789         * src/mcs51/peeph.def: fixed bug 1170013
1790
1791 2005-03-22 Maarten Brock <sourceforge.brock AT dse.nl>
1792
1793         * device/include/mcs51reg.h: fixed bug 842007
1794
1795 2005-03-21 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
1796
1797         * src/SDCCcflow.c (dfNumCompare): committed the wrong version of this
1798         last time.
1799
1800 2005-03-20 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
1801
1802         * src/port.h (struct PORT),
1803         * src/avr/ralloc.c (avr_assignRegisters),
1804         * src/avr/main.c,
1805         * src/ds390/ralloc.c (ds390_assignRegisters),
1806         * src/ds390/main.c,
1807         * src/hc08/ralloc.c (hc08_assignRegisters),
1808         * src/hc08/main.c,
1809         * src/mcs51/ralloc.c (mcs51_assignRegisters),
1810         * src/mcs51/main.c,
1811         * src/pic/ralloc.c (pic14_assignRegisters),
1812         * src/pic/main.c,
1813         * src/pic16/ralloc.c (pic16_assignRegisters),
1814         * src/pic16/main.c,
1815         * src/xa51/ralloc.c (xa51_assignRegisters),
1816         * src/xa51/main.c,
1817         * src/z80/ralloc.c (z80_assignRegisters),
1818         * src/z80/ralloc.h,
1819         * src/SDCCopt.c (eBBlockFromiCode, replaceRegEqv, killDeadCode),
1820         * src/SDCCcse.c (ifxOptimize, cseBBlock, cseAllBlocks),
1821         * src/SDCCcse.h,
1822         * src/SDCCdflow.c (computeDataFlow),
1823         * src/SDCCdflow.h,
1824         * src/SDCCloop.c (addDefInExprs, loopInvariants, loopOptimizations),
1825         * src/SDCCloop.h,
1826         * src/SDCCcflow.c (*),
1827         * src/SDCCcflow.h,
1828         * src/SDCCBBlock.c (iCodeBreakDown, dumpEbbsToFileExt, eBBWithEntryLabel),
1829         * src/SDCCBBlock.h (struct ebbIndex): new struct that keeps two copies
1830         of the eBBlock list, sorted by both bbnum and dfnum. (fixes bug with
1831         immedDom() returning wrong block; probably fixes bug #1160833)
1832
1833 2005-03-20 Borut Razem <borut.razem AT siol.net>
1834
1835         * support/scripts/inc2h.pl: WIN32 port
1836
1837 2005-03-19 Maarten Brock <sourceforge.brock AT dse.nl>
1838
1839         * device/lib/makefile.in: added abs.c and labs.c
1840
1841 2005-03-17 Maarten Brock <sourceforge.brock AT dse.nl>
1842
1843         * device/include/stdint.h: added
1844         * device/lib/abs.c: added
1845         * device/lib/labs.c: added
1846         * device/include/stdlib.h: added abs() and labs() prototypes
1847         * device/lib/libsdcc.lib: added abs and labs
1848         * device/include/float.h,
1849         * device/lib/_fsmul.c,
1850         * device/lib/printf_fast.c,
1851         * device/lib/printf_tiny.c: updated comments
1852
1853 2005-03-16 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
1854
1855         * src/SDCCicode.c (geniCodeSwitch, geniCodeJumpTable): fixed
1856         bug #1164313
1857
1858 2005-03-16 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
1859
1860         * src/SDCCcse.c (cseBBlock): retain assignment to self when volatile
1861         * src/SDCCast.c (isLoopCountable): fixed bug #1161985
1862
1863 2005-03-15 Maarten Brock <sourceforge.brock AT dse.nl>
1864
1865         * device/lib/printf_large.c: removed inline assembly for portability and
1866           readability. Use printf_fast if speed or size are more important.
1867         * src/pic16/gen.c: removed conditions around use of DEBUGpc
1868         * src/pic16/genutils.h: added define for DEBUGpc for MSVC
1869
1870 2005-03-15 Vangelis Rokas <vrokas AT users.sourceforge.net>
1871
1872         * src/pic16/genutils.c (pic16_genCmp_special): initialized offs to
1873         prevent compiler warning
1874
1875 2005-03-14 Vangelis Rokas <vrokas AT users.sourceforge.net>
1876
1877         * device/lib/pic16/startup/crt0i.c (_cinit): local variables where
1878         moved to level 0 and declared as static. Also they are explicit
1879         placed in access bank. This was necessery because some times they
1880         might cross memory bank boundaries. crt0iz.c is *NOT* updated!!!
1881         * src/pic16/device.h: added flag OPTIMIZE_CMP to enable some compare
1882         optimizations. Currently only compare to unsigned char is implemented,
1883         * src/pic16/gen.c: added fReturnIdx array,
1884         * (struct resolvedIfx) is moved to gen.h and made public,
1885         * (struct _G): added sregsAlloc and sregsAllocSet fields,
1886         * (aopForSym): added an optimization to directly store in stack of
1887         the operand of a SEND iCode,
1888         * (pic16_aopOp): don't return return registers as strings (AOP_STR)
1889         but as registers instead (AOP_REG) using the fReturnIdx array,
1890         * (pic16_freeAsmop): remove the freed register from the
1891         _G.sregsAlloc field,
1892         * (pic16_aopGet): in case AOP_STR, the compare to 'a' is changed to
1893         a compare of 'WREG',
1894         * (pic16_popGetTempRegCond): changed function prototype, now
1895         function takes also a bitVector argument v which holds the current
1896         set of registers that are allocated for stack access by aopForSym,
1897         registers allocated in aopForSym for accessing stack symbols are not
1898         any more part of the functions usedRegs field,
1899         * (genCall): some times aopOp is called for a stack variable to be
1900         send, aopForSym might perform the push, if this is true make sure
1901         that genCall doesn't push the variable twice by testing _G.resDirect,
1902         * (genFunction): changed testing for unspecified interrupt number
1903         from 256 to INTNO_UNSPEC,
1904         * modified selection scheme of frame pointer generation. Previously
1905         if function did use local registers a frame pointer was generated,
1906         now a frame pointer is generated only if function has arguments
1907         (that need PLUSW2 register access), or has stack arguments, or the
1908         compiler is not instructed to omit the frame pointer,
1909         * (genEndFunction): before restoring local registers that were saved
1910         in the function preamble, also restore the registers that *might*
1911         have been allocated for stack access,
1912         * (genRet): removed some old comments,
1913         * (genCmp, the active (RN's) version): added a call to the
1914         pic16_genCmp_special function to perform the compare with a more
1915         robust and optimized way,
1916         * (genInline): a feature has been added in inline code generation,
1917         which allows a wildcard variable substitution when writing inline
1918         assembly. Code is incomplete and experimental therefore undocumented,
1919         * (genCast): changed order of aopOp for result and right to allow
1920         aopForSym to directly load the result if possible,
1921         * src/pic16/genutils.c (selectCompareOp, pic16_genCmp_special): NEW,
1922         perform an optimized compare on some selected special occasions,
1923         * src/pic16/genutils.h: declaration of resolvedIfx structure from gen.c,
1924         * src/pic16/glue.c (pic16createInterrupVect): make sure we never
1925         generate an IVT any more,
1926         * src/pic16/main.c (pic16_optionsTable): added command line option
1927         --optimize-cmp,
1928         * (_pic16_initPaths): when calling C preprocessor define pic18fXXXX
1929         macro too, when calling assembler define pic18fXXXX *and* __18Fxxxx
1930         macros,
1931         * src/pic16/NOTES: Raphael Neider added in list of active developers
1932         * src/pic16/pcode.c (OPT_TYPE_STR): added strings jumptable_begin and
1933         jumptable_end to prevent bug #,
1934         * (pic16_pciADDWFC, ADDFWC, COMF, CLRF): added some missing flags in
1935         inCond and outCond fields,
1936         * src/pic16/pcoderegs.c (pCodeOptime2pCodes): add a fix for bug #,
1937         * src/pic16/ralloc.c (serialRegAssign): explicit set willCS to 0 to
1938         turn off register spilling,
1939         * (packRegsForOneUse): synced with other ports' versions although it
1940         is not used currently,
1941         * (pic16_packRegisters): added an optimization while reading
1942         structure bitfields, some registers may be saved (malloc code is
1943         decreased by 80 bytes)
1944
1945 2005-03-12 Vangelis Rokas <vrokas AT users.sourceforge.net>
1946
1947         * src/SDCCcse.c (cseBBlock): inside 'do operand lookup' loop test if
1948         left is a bitfield, if yes, then don't optimize assignment. Perhaps
1949         this can be optimized more?
1950
1951 2005-03-10 Raphael Neider <rneider AT web.de>
1952
1953         * src/pic16/gen.c (pic16_loadFSR0, genPackBits, genUnpackBits,
1954           genNearPointerGet): (hopefully) fixed access to bitfields via
1955           pointers (p->bitN = x; and x = p->bitN; failed)
1956
1957 2005-03-09 Paul Stoffregen <paul AT pjrc.com>
1958
1959         * device/lib/printf_fast.c: fix leading zero format, eg "%02d"
1960
1961 2005-03-09 Raphael Neider <rneider AT web.de>
1962
1963         * src/SDCCopt.c (killDeadCode): fixed bug #1156016
1964
1965 2005-03-06 Maarten Brock <sourceforge.brock AT dse.nl>
1966
1967         * src/SDCCicode.h: moved CRITICAL and ENDCRITICAL from SKIP_IC2 to SKIP_IC
1968         * src/mcs51/ralloc.c (willCauseSpill): added check for REG_BIT type,
1969           (regTypeNum): set REG_BIT type if necessary
1970         * src/mcs51/ralloc.h: added define REG_BIT, used to fix bug 1144613
1971         * support/regression/tests/critical.c: check bug 1144613
1972
1973 2005-03-02 Raphael Neider <rneider AT web.de>
1974
1975         * src/pic16/gen.c (genRightShiftLiteral): fixed bug #1154256
1976
1977 2005-02-26 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
1978
1979         * src/avr/ralloc.c (serialRegAssign),
1980         * src/ds390/ralloc.c (serialRegAssign),
1981         * src/hc08/ralloc.c (serialRegAssign),
1982         * src/mcs51/ralloc.c (serialRegAssign),
1983         * src/pic/ralloc.c (serialRegAssign),
1984         * src/pic16/ralloc.c (serialRegAssign),
1985         * src/xa51/ralloc.c (serialRegAssign),
1986         * src/z80/ralloc.c (serialRegAssign): fixed bug #1105154
1987
1988 2005-02-22 Maarten Brock <sourceforge.brock AT dse.nl>
1989
1990         * src/SDCCast.c (decorateType): fixed bug 1124787
1991
1992 2005-02-20 Hubert Sack <sack AT digiplan.de>
1993         committed by Frieder Ferlemann <Frieder.Ferlemann AT web.de>
1994
1995         * src/mcs51/peeph.def: added peepholes 3.h-k and 132.a-f from
1996         patch #1121755
1997
1998 2005-02-20 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
1999
2000         * src/SDCCpeeph.def: new keyword "labelRefCountChange" which allows peepholes
2001         to keep the correct label reference count when adding/removing references
2002         to labels. A peephole file using this is appended to patch #1144962.
2003
2004 2005-02-14 Raphael Neider <rneider AT web.de>
2005
2006         * device/lib/pic16/libc/string/memccpy.c: changed 3rd argument to char
2007         * src/SDCC.lex (process_pragma): fixed to make disable_warning work for PIC16
2008         * src/pic16/gen.c (aopForSym, calls to pic16_aopOp): prevent unneccessary
2009           retrievals of result operand's value on assignment
2010
2011 2005-02-13 Vangelis Rokas <vrokas AT otenet.gr>
2012
2013         * device/include/pic16/string.h: modified prototype for memccpy()
2014         to memccpy(void *, void *, char, size_t)
2015         * src/pic16/gen.c (genFunction, genEndFunction): reenable if-case to
2016         check whether to omit frame pointer or not,
2017         * (genInline): convert all occurences of "\n" to LF in inline
2018         assembler blocks, this helps formatting the inline text,
2019         * (pic16_loadFSR0): modified prototype,
2020         * (genNearPointerGet, genNearPointerSet): reorganization of code,
2021         removed some 8051 legacy code,
2022         * (genPackBits): enabled handling bitfields exceeding one byte in size,
2023         * src/pic16/ralloc.c (pic16_assignRegisters): clear dynrIdx variable
2024         before allocating temporary registers in functions,
2025
2026 2005-02-11 Maarten Brock <sourceforge.brock AT dse.nl>
2027
2028         * support/regression/tests/bitvars.c: corrected the "fix"
2029
2030 2005-02-10 Maarten Brock <sourceforge.brock AT dse.nl>
2031
2032         * support/regression/tests/bitvars.c,
2033         * support/regression/tests/bitwise.c,
2034         * support/regression/tests/rotate.c: "fixed" problems on Alpha
2035
2036 2005-02-10 Raphael Neider <rneider AT web.de>
2037
2038         * src/pic16/pcode.c (assignToSameBank) : fixed cast to pointer of
2039           different size for Alpha
2040         * src/pic16/gen.c (genCmpEq) : improved compare with 0
2041
2042 2005-02-09 Raphael Neider <rneider AT web.de>
2043
2044         * src/SDCC.lex(doPragma) : save and restore warning options as well
2045           (also added new stack plus clone- and copyAndFreeSDCCERRG())
2046         * have #pragma less_pedantic set the errorlevel to WARNING
2047           (fixes #1117001)
2048         * (cloneOptimize) : fixed wrong malloc's size
2049         * support/Util/SDCCerr.[ch] : made SDCCERRG globally accessible to
2050           facilitate correct handling of #pragma (save|restore)
2051
2052 2005-02-09 Maarten Brock <sourceforge.brock AT dse.nl>
2053
2054         * src/mcs51/gen.c: removed non-standard C nameless struct/union
2055
2056 2005-02-04 Slade Rich <slade_rich AT users.sourceforge.net>
2057
2058         * src/pic/gen.c : Fix for bugs #1080519 & #1115662.
2059
2060 2005-02-03 Maarten Brock <sourceforge.brock AT dse.nl>
2061
2062         * device/include/mcs51/c8051f120.h: added declarations for sbit port 2,3&4
2063
2064 2005-02-02 Raphael Neider <rneider AT web.de>
2065
2066         * src/SDCCast.c (processParms): disabled W_NONRENT_ARGS for pic16 port
2067         * src/pic16/gen.c (aopForSym): reenabled special case for function pointers
2068         * (pic16_storeForReturn): fixed to allow returning function pointers
2069         * (genPackBits): improved accessing full bytes, implemented for GPOINTERs
2070         * device/include/pic16/{stddef.h,stdbool.h}: added
2071
2072 2005-02-02 Maarten Brock <sourceforge.brock AT dse.nl>
2073
2074         * device/include/mcs51/c8051f040.h: added define CPT2_PAGE
2075
2076 2005-02-01 Slade Rich <slade_rich AT users.sourceforge.net>
2077
2078         * src/pic16/pic16.dsp : Added file graph.c to make it compile under windows
2079         * src/pic16/Makefile.bcc : Do not use this file but added file graph.c as it
2080          appeared to be required
2081
2082 2005-01-31 Borut Razem <borut.razem AT siol.net>
2083
2084         * support/scripts/sdcc.nsi: added include/asm/ds390, include/asm/mcs51,
2085           include/mcs51 and include/z80 directories to the package
2086
2087 2005-01-26 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
2088
2089         * src/hc08/gen.c (genFunction): fixed bug #1112752
2090
2091 2005-01-30 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
2092
2093         * src/mcs51/peeph.def: adapted peephole 258.x to changed gen.c (genAnd)
2094
2095 2005-01-29 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
2096
2097         * src/mcs51/gen.c (genAnd): accessing LSB/MSB by rotating acc
2098
2099 2005-01-29 Maarten Brock <sourceforge.brock AT dse.nl>
2100
2101         * device/include/Makefile.in: create/copy mcs51 and z80 include subdirs
2102
2103 2005-01-27 Maarten Brock <sourceforge.brock AT dse.nl>
2104
2105         * device/include/c8051fxxx.h: removed these 6 files
2106         * device/include/mcs51/c8051fxxx.h: added these 11 new files
2107
2108 2005-01-26 Raphael Neider <rneider AT web.de>
2109
2110         * src/pic16/gen.c (genAssign): fixed assignment from longs
2111           in codespace (were cut to three bytes)
2112         * (genDummyRead): implemented (except for CODESPACE...),
2113           fixed bug #1108575
2114         * src/pic16/glue.c (emitStatistics): beautified
2115         * device/lib/pic16/libm/Makefile: added include path
2116
2117 2005-01-26 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
2118
2119         * src/z80/gen.c (aopPut): fixed bug #1103902
2120
2121 2005-01-25 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
2122
2123         * device/lib/expf.c: fixed bug #1095792
2124
2125 2005-01-24 Vangelis Rokas <vrokas AT otenet.gr>
2126
2127         * device/lib/pic16/libm: added Math library sources
2128
2129 2005-01-24 Raphael Neider <rneider AT web.de>
2130
2131         * src/pic16/pcode.h: added second memory operand to pCodeOpReg
2132           to enable upcast to pCodeOpReg2 (there is no type tag to
2133           differenciate the two and pic16_popGet2p cast into PCOR2)
2134         * src/pic16/main.c (_process_pragma): fixed another malloc bug
2135           (sizeof(sectNames) changed to sizeof(sectName))
2136           Both patches fix segfaults under MinGW.
2137
2138 2005-01-23 Raphael Neider <rneider AT web.de>
2139
2140         * src/pic16/{device.c,pcode.c}: s/free/Safe_free/g for
2141           Safe_[mc]?alloc()'ed variables
2142         * src/pic16/gen.c (pic16_aopOp,pic16_popGet): added handling
2143           of (byte sized) temporaries (assign them to WREG for now)
2144         * src/pic16/main.c (_process_pragma): fixed nasty malloc bug
2145           (used sizeof(set *sectSyms) instead of sizeof(struct sectSym)),
2146           this might fix SIGSEGVs on MinGW...
2147         * src/SDCCopt.c (killDeadCode): restored original behaviour
2148           (volatile operands might get thrown away though)
2149
2150 2005-01-23 Vangelis Rokas <vrokas AT otenet.gr>
2151
2152         * src/pic16/gen.c: fixed bug #1106975,
2153         * src/pic16/gen.c: fixed possible bug #1102572, now during TOS
2154         pointer update, INTCON is saved, global interrupts are disabled and
2155         restored after updateing TOS.
2156         * src/SDCC.y, src/SDCC.lex, src/SDCCsymt.c, src/SDCCsymt.h:
2157         * added function attribute 'shadowregs' to take advantage of shadow
2158         registers,
2159         * added function attribute 'wparam' as an alternative to the wparam
2160         pragma,
2161         * support/Utils/SDCCerr.[ch]: added error E_SHADOWREGS_NO_ISR when
2162         user declares a non-ISR function as 'shadowregs',
2163         * doc/sdccman.lyx: updated to reflect recent changes of pic16 port
2164
2165 2005-01-22 Vangelis Rokas <vrokas AT otenet.gr>
2166
2167         * .version: bumped version number to 2.4.8
2168         * device/lib/pic16/pics.all: list of PIC18F devices supported by
2169         pic16 port,
2170         * device/lib/pic16/libio/i2c/: I2C module support library,
2171         * device/include/pic16/i2c.h: I2C support library header,
2172         * device/lib/pic16/libc/stdio/: standard IO support sources,
2173         * (printf_small.c): printf_small() source, supports float print,
2174         * (printf_tiny.c): printf_tiny() source, does not support floats,
2175         * device/lib/pic16/Makefile.common.in: added OPT_FLAGS macro to
2176         enable global optimizations for entire library source, other
2177         Makefiles in the source tree are also modified to reflect this,
2178         * device/lib/pic16/libc/stdlib/putchar.c (putchar): dummy putchar()
2179         function,
2180         * doc/sdccman.lyx: updated to reflect new changes,
2181         * src/pic16/gen.c (aopForSym): don't handle sym->iaccess in
2182         sym->onStack if-case,
2183         * src/pic16/main.c (_pic16_keywords): commented out keywords bit,
2184         sbit, idata, _idata, xdata, _xdata,
2185         * added pragma library, to link an external library, (see doc),
2186         * removed command line options, --pomit-config-words, --pomit-ivt,
2187         --pleave-reset-vector,
2188         * (pic16_finaliseOptions): when define macro SDCC_MODEL_{SMALL/LARGE}
2189         when calling assembler to reflect memory model used, also define
2190         macro STACK_MODEL_{SMALL/LARGE} when compiling and assembling to
2191         reflect stack model used,
2192         * src/pic16/ralloc.c (pic16_allocDirReg): when operand is allocated
2193         on stack return NULL,
2194
2195 2005-01-22 Daniel Winkler <post AT danielwinkler.de>
2196
2197         * src/SDCCopt.c (killDeadCode): do not throw iCodes away if one
2198           of the operands is volatile. Fixes #1020220
2199
2200 2005-01-22 Daniel Winkler <post AT danielwinkler.de>
2201
2202         * src/pic16/pcoderegs.c (pCodeOptime2pCodes): reenabled optimization
2203         * (OptimizeRegUsage): make sure that there is really no other flow where
2204           the first pCode is used
2205
2206 2005-01-22 Raphael Neider <rneider AT web.de>
2207
2208         * src/pic16/pcoderegs.c (pCodeOptime2pCodes): disabled optimization
2209           to fix #1106967 (pCode->seq are not set up correctly)
2210
2211 2005-01-22 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
2212
2213         * src/SDCCglue.c (glue): make sure code area is declared before the
2214         static initialization area.
2215
2216 2005-01-21 Raphael Neider <rneider AT web.de>
2217
2218         * device/lib/Makefile.in: fixed test for pic16 install dir
2219         * device/lib/pic16/*/Makefile*: modified compile flags to enable
2220           optimizations
2221         * doc/sdccman.lyx: updated banksel optimization, removed --flr-support and
2222           added --optimize-goto compiler switch and pragma wparam documentation
2223         * src/pic16/pcode.c (pic16_OptimizeBanksel): removed statistics dump
2224         * src/pic16/pcodepeep.c (pic16_pCodeOpCopy): fixed copying of WREG, PRODL
2225           and PRODH closing bug #1071770 (peephole optimizer)
2226
2227 2005-01-19 Raphael Neider <rneider AT web.de>
2228
2229         * src/SDCCglobl.h: ensure that PATH_MAX >= 2048 to guarantee
2230           cmdLine buffers (used when calling sdcpp...) are large enough
2231           (MAX_PATH=256 truncates arguments leading to system halts when
2232           used in MinGW...)
2233         * src/pic16/gen.c (pic16_sameRegs): relaxed size criterion
2234         * (genUminus): rewritten to for efficiency
2235         * (genNearPointer[GS]et): enforce reloading of FSR0 (was still
2236           used uninitialized in some cases)
2237         * (genCast): upcasting a 16bit int to a 24bit GPOINTER may not
2238           copy the third byte from the int -- now assumes 0x80 (data memory)
2239         * src/pic16/genarith.c (pic16_genPlus): fixed bug when swapping
2240           operands (genAddLit expects the iCode's operands to swapped as
2241           well), fixed leftover bytes (crashed for short left operands)
2242         * (pic16_genMinusDec): performance improvements, removed false
2243           PIC14 emitSKPNCs
2244         * (pic16_genMinus): fixed to cope with differently sized operands
2245         * src/pic16/glue.c (pic16_glue): added new banksel optimization
2246           for --obanksel > 1
2247         * src/pic16/pcode.c: implemented (first phase of) banksel optimization
2248         * src/pic16/graph.[ch]: implementation of directed graphs, used by
2249           new banksel optimization
2250         * src/pic16/pcoderegs.c (pCodeRegMapLiveRangesInFlow): prevented
2251           analysis for temporary registers (segfaults...)
2252         * src/pic16/peeph.def: added rule
2253
2254 2005-01-18 Vangelis Rokas <vrokas AT otenet.gr>
2255
2256         * device/lib/pic16/libc/stdlib/x_ftoa.c: it defines x_ftoa function
2257         which converts a float number to its ASCII representation
2258         * device/lib/pic16/libc/utils/cnvfrac.S,cnvint.S: support
2259         functions to convert the fractional and integer part of a float to ASCII,
2260         * device/lib/pic16/libc/stdlib/(calloc.c,free.c, malloc.c,
2261         realloc.c): added _MALLOC_SPEC to explicit place variables in data
2262         ram
2263         * device/include/asm/pic16/features.h: added _CODE, _DATA, _AUTOMEM,
2264         _STATMEM macros,
2265         * device/include/pic16/adc.h: added GPL info,
2266         * src/pic16/gen.c (genIfxpCOpJump): perform an genIfxJump but using
2267         a pCodeOp as tested operand,
2268         * (genNearPointerGet): optimized bit testing, does not use
2269         intermediate register for bit value, test directly instead with
2270         BTFSS, BTFSC, works only for single bits,
2271         * (genpic16Code): dump the name of the iCode in the asm,
2272         * src/pic16/ralloc.c (decodeOp): removed static declaration and
2273         renamed to pic16_decodeOp,
2274         * (serialRegAssign): do not allocate a temporary register for iCode
2275         sequences that test a single bit for 1/0
2276
2277 2005-01-12 Vangelis Rokas <vrokas AT otenet.gr>
2278
2279         * src/pic16/pcode.[ch]: introduced pic16_stackpnt_*,
2280         pic16_framepnt_*, pic16_stack_*, pic1_frame_* pointer variables to
2281         access stack and frame pointers. They are initially assigned to
2282         point at pic16_pc_fsr1[lh] and pic16_pc_fsr2[lh] variables and other
2283         accessing SFRs. Updated all occurences of modification of stack or
2284         frame pointer in gen.c and pcode.c,
2285         * src/pic16/ralloc.c (serialRegAssign): fixed two bugs with
2286         assigning of a literal value to pointers,
2287         * src/pic16/main.c (pic16_finiliseOptions): set pre-processor define
2288         flag STACK_MODEL_SMALL or STACK_MODEL_LARGE according to the model
2289         selected
2290
2291 2005-01-11 Vangelis Rokas <vrokas AT otenet.gr>
2292
2293         * doc/sdccman.lyx: update documentation about stack pragma, added
2294         some info for stack memory models
2295
2296 2005-01-08 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
2297
2298         * src/pic16/gen.c (DEBUGpc): MSVC 6 does not support macro variable arguments
2299
2300 2005-01-08 Raphael Neider <rneider AT web.de>
2301
2302         * src/pic16/device.c (pic16_dump_usection): changed naming scheme for
2303           udata sections to fix bug #1097823
2304
2305 2005-01-05 Raphael Neider <rneider AT web.de>
2306
2307         * src/pic16/gen.c (genGenericShift): added handling of differently
2308           sized left operand and result
2309
2310 2005-01-04 Raphael Neider <rneider AT web.de>
2311
2312         * src/pic16/gen.c (genIfxJump): fixed inverted skips on CARRY
2313         * (genIfx): fixed (?) read from uninitialized SPIL_LOC (now assumes CARRY
2314           to hold the condition bit)
2315         * added new version of genCmp (old code available via #define)
2316         * added new version of genShiftLeft/genShiftRight in a generic
2317           way, now supports shifting by negative values
2318         * (genLeftShiftLiteral, genRightShiftLiteral): use absolute value of
2319           shiftCount (expected by genGenericShift)
2320         * src/pic16/genarith.c (genPlus): added code for adding CARRY+literal
2321         * src/pic16/pcode.c (pic16_OptimizeJumps): removed annoying statistics
2322           dump
2323         * (pic16_newpCodeOpLit): changed to cast to unsigned char (as e.g. -32766
2324           is an invalid literal too...)
2325
2326 2005-01-04 Vangelis Rokas <vrokas AT otenet.gr>
2327
2328         * src/pic16/gen.c (aopForSym, genEndFunction): applied some fixes
2329         from Raphael Neider,
2330         * src/pic16/pcode.c (pic16_newpCodeOpLit): removed casting to char
2331         for 8-bit literals. This fixes some literal operands which are sign
2332         extended to 16-bits ints when instruction needs only 8-bits.
2333
2334 2004-12-31 Paul Stoffregen <paul AT pjrc.com>
2335
2336         * device/lib/logf.c: added mcs51 assembly version
2337         * device/lib/expf.c: added mcs51 assembly version
2338         * device/lib/_logexpf.c: new shared asm code for expf and logf
2339         * device/include/math.h: add defines for assembly math library
2340         * device/lib/Makefile.in: build new _logexpf.c
2341         * device/lib/libfloat.lib: use new _logexpf.c
2342
2343 2004-12-29 Slade Rich <slade_rich AT users.sourceforge.net>
2344
2345         * src/pic/device.c
2346         * src/pic/pcode.c : adjusted internal stack and pre-allocated registers for
2347           device types which have less than 0x7f registers.
2348
2349 2004-12-29 Slade Rich <slade_rich AT users.sourceforge.net>
2350
2351         * src/pic/genarith.c : Fixed problem with subtraction where the result would not be updated when borrowing.
2352
2353 2004-12-28 Paul Stoffregen <paul AT pjrc.com>
2354
2355         * device/lib/printf_fast.c: only build on supported arch.
2356         * device/lib/printf_tiny.c: only build on supported arch.
2357         * device/lib/printf_fast_f.c: only build if asm float lib
2358         * device/lib/_fsget1arg.c: only build if asm float lib
2359         * device/lib/_fsget2args.c: only build if asm float lib
2360         * device/lib/_fsnormalize.c: only build if asm float lib
2361         * device/lib/_fsreturnval.c: only build if asm float lib
2362         * device/lib/_fsrshift.c: only build if asm float lib
2363         * device/lib/_fsswapargs.c: only build if asm float lib
2364         * device/include/stdio.h: don't provide print_fast,
2365           print_fast_f, print_tiny prototypes if --xstack used
2366
2367 2004-12-28 Maarten Brock <sourceforge.brock AT dse.nl>
2368
2369         * device/lib/sincosf.c (sincosf): don't invert bit/bool by ~
2370         * support/regression/ports/mcs51-stack-auto/spec.mk: added new _fs.. files
2371           to the SOURCES
2372
2373 2004-12-28 Paul Stoffregen <paul AT pjrc.com>
2374
2375         * device/lib/printf_fast_f.c: same as printf_fast, but
2376           with floating point enabled
2377         * device/lib/printf_fast.c: minor tweaks
2378         * device/include/stdio.h: add printf_fast_f
2379
2380 2004-12-27 Paul Stoffregen <paul AT pjrc.com>
2381
2382         * src/SDCCmain.c: make --float-reent default for mcs51
2383         * device/lib/_fsadd.c: added mcs51 assembly version
2384         * device/lib/_fssub.c: added mcs51 assembly version
2385         * device/lib/_fsmul.c: added mcs51 assembly version
2386         * device/lib/_fsdiv.c: added mcs51 assembly version
2387         * device/lib/_fseq.c: added mcs51 assembly version
2388         * device/lib/_fsneq.c: added mcs51 assembly version
2389         * device/lib/_fsgt.c: added mcs51 assembly version
2390         * device/lib/_fslt.c: added mcs51 assembly version
2391         * device/lib/_fscmp.c: shared code for fseq,fsgt,fslt,fsneq
2392         * device/lib/Makefile.in: add _fscmp to build
2393         * device/lib/libfloat.lib: add _fscmp to build
2394
2395 2004-12-27 Paul Stoffregen <paul AT pjrc.com>
2396
2397         * device/lib/_fs2slong.c: added mcs51 assembly version
2398         * device/lib/_fs2sint.c: added mcs51 assembly version
2399         * device/lib/_fs2schar.c: added mcs51 assembly version
2400         * device/lib/_fs2ulong.c: added mcs51 assembly version
2401         * device/lib/_fs2uint.c: added mcs51 assembly version
2402         * device/lib/_fs2uchar.c: added mcs51 assembly version
2403         * device/lib/_slong2fs.c: added mcs51 assembly version
2404         * device/lib/_sint2fs.c: added mcs51 assembly version
2405         * device/lib/_schar2fs.c: added mcs51 assembly version
2406         * device/lib/_ulong2fs.c: added mcs51 assembly version
2407         * device/lib/_uint2fs.c: added mcs51 assembly version
2408         * device/lib/_uchar2fs.c: added mcs51 assembly version
2409         * device/include/float.h: added #define to select asm vs c
2410
2411 2004-12-26 Paul Stoffregen <paul AT pjrc.com>
2412
2413         * device/lib/printf_fast.c: improvements to float output
2414         * device/include/float.h: add defines for assembly float library
2415         * device/lib/_fsget1arg.c: receive 1 float arg
2416         * device/lib/_fsget2args.c: receive 2 float args (reentrant)
2417         * device/lib/_fsnormalize.c: normalize a float
2418         * device/lib/_fsreturnval.c: return float, various helper routines
2419         * device/lib/_fsrshift.c: right shift a float's mantissa
2420         * device/lib/_fsswapargs.c: swap 2 floats
2421         * device/lib/Makefile.in: build these 6 new files for mcs51
2422         * device/lib/libfloat.lib: add these 6 files to the library
2423
2424 2004-12-26 Borut Razem <borut.razem AT siol.net>
2425
2426         * sim/ucsim/avr.src/arith_inst.cc: fixed bug #1088372- savr is not
2427           built by gcc 3.4.2
2428
2429 2004-12-25 Paul Stoffregen <paul AT pjrc.com>
2430
2431         * device/lib/printf_tiny.c: printf for mcs51 in only 267 bytes,
2432           and fully reentrant and register bank neutral.
2433         * device/lib/printf_fast.c: added float (not enabled by default),
2434           added compact/slower integer (also not enabled by default),
2435           improved size/speed of fast integer code, other minor changes
2436         * device/include/stdio.h, device/lib/Makefile.in,
2437           device/lib/libsdcc.lib: integrate printf_tiny into mcs51 build
2438
2439 2004-12-24 Maarten Brock <sourceforge.brock AT dse.nl>
2440
2441         * src/pic16/pcode.c: declaring variables other than at the start of a
2442           block is not supported in C by VC6.
2443
2444 2004-12-22 Vangelis Rokas <vrokas AT otenet.gr>
2445
2446         * applied a previous patch from Raphael Neider that wasn't included
2447         in the previous commits, which fixes infinite loops within jumptable
2448         improvements,
2449         * made some fixes that previous patches introduced
2450
2451 2004-12-21 Vangelis Rokas <vrokas AT otenet.gr>
2452
2453         * src/pic16/gen.c (pic16_aopGet): applied fix from Raphael Neider
2454         that fixes an issue with AOP_PCODE asmop's offset,
2455         * (pic16_popCopyReg): update instance field too,
2456         * (mov2w): modified to pic16_mov2w because it conflicts with mov2w
2457         function of pic port,
2458         * (genCmp, genAnd, genAssign),
2459         * src/pic16/genarith.c (genAddLit): some fixes from Raphael Neider,
2460
2461 2004-12-20 Vangelis Rokas <vrokas AT otenet.gr>
2462
2463         * src/SDCCast.c (gatherAutoInit): allow pic16 to emit static
2464         variables initial values to idata section,
2465         * src/SDCCicode.c (geniCodeCall): patch from ### to fix unreferenced
2466         variables in some functions. This utilizes parmBytes field of iCode
2467         structure to hold the offset of the variable in stack. (might be
2468         able to use the stack field too?)
2469         * applied patch from Raphael Neider # ### , # ###
2470         * src/pic16/glue.c (pic16emitRegularMap): fix to print static
2471         variable initial values in idata section,
2472         * src/pic16/ralloc.c (pic16_allocDirReg): don't allocate register
2473         for static variables with initial value
2474         * src/device/lib/pic16/libsdcc/float/ulong2fs.c (__ulong2fs):
2475         applied fix in while loop from Raphael Neider.
2476
2477 2004-12-19 Maarten Brock <sourceforge.brock AT dse.nl>
2478
2479         * src/ds390/gen.c (genCpl): fixed bit=~(char/bit) bugs, added warning
2480         * src/ds390/main.c (_ds390_regparm): don't pass bit params in registers
2481         * src/ds390/ralloc.c (serialRegAssign): spill bits
2482         * src/mcs51/gen.c (genCpl): fixed bit=~(char) bugs, added warning
2483         * support/Util/SDCCerr.c,
2484         * support/Util/SDCCerr.h: added warning W_COMPLEMENT for using bit=~(bit)
2485         * support/regression/tests/bitvars.c: added tests for bitwise complement(~)
2486         * support/regression/tests/bitwise.c: added test for bitwise complement(~)
2487
2488 2004-12-09 Maarten Brock <sourceforge.brock AT dse.nl>
2489
2490         * device/include/sdcc-lib.h: inserted LGPL, added includes
2491           asm/ds390/features.h and asm/mcs51/features.h
2492         * device/include/asm/default/features.h,
2493         * device/include/asm/gbz80/features.h,
2494         * device/include/asm/z80/features.h: added empty _AUTOMEM
2495           and _STATMEM
2496         * device/include/asm/ds390/features.h,
2497         * device/include/asm/mcs51/features.h: added files with defines for
2498           _AUTOMEM and _STATMEM indicating automatic and static storage class
2499         * device/lib/printf_large.c (_print_format): optimized & used _AUTOMEM
2500         * doc/sdccman.lyx: version 2.4.7, updated xstack documentation
2501         * src/SDCCicode.c (geniCodeCast),
2502         * src/SDCCsymt.c (compareType): allow cast of data-ptr to idata-ptr
2503         * src/SDCCloop.c (loopInduction): removed unused variable lr
2504         * src/SDCCopt.c (convilong, convertToFcall): moved "easy special case"
2505           to convertToFcall to include char modulo (RFE 1065037), added check
2506           if left operand is unsigned and use abs of literal value
2507         * src/SDCCpeeph.c (setFromConditionArgs): removed double quotes option
2508           as it doesn't work after conversion from peephole.def to peephole.rul
2509         * src/mcs51/gen.c (toBoolean): added check for size,
2510           (genModOneByte): optimized code for signed char modulo a literal
2511           power of 2 (thanks to Hubert Sack),
2512           (genRRC): removed unnecessary "clr c",
2513           (genRLC): replaced "add a,acc" with cheaper "rlc a"
2514         * src/mcs51/peeph.def: renamed 115 to 115.a, added rule 115.b: another
2515           jump optimization,
2516           swapped rules 256.c and 256.d,
2517           extended 256.d by using new multiple checks (thanks Erik),
2518           added rules 256.e and 256.f,
2519           updated rule 261.a and 261.b to new generated code
2520         * support/regression/tests/muldiv.c: added test div/mod by a power of 2
2521
2522 2004-12-07 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
2523
2524         * src/SDCCloop.c (basicInduction, loopInduction): fixed several
2525           induction related bugs, including first part of bug #1074377
2526
2527 2004-12-05 Vangelis Rokas <vrokas AT otenet.gr>
2528
2529         * applied patch from bug-report #1076292,
2530         * applied patches for genAnd and Goto-optimizations for Raphael
2531         Neider,
2532         * src/SDCCicode.c (printOperand): fixed !REGA source to compile and
2533         dump a less iCode information,
2534         * src/pic16/device.h (pic16_options_t): added field debgen,
2535         * src/pic16/gen.h: added macros DUMP_FUNCTION_ENTRY,
2536         DUMP_FUNCTION_EXIT, FENTRY, FENTRY2,
2537         * src/pic16/gen.c (my_powof2): renamed to pic16_my_powof2 and made
2538         puclic,
2539         * (various functions): added macros FENTRY and FENTRY2 to functions,
2540         to emit function prologue,
2541         * (various functions): fixed indentation,
2542         * (genNearPointerGet): fixed loading of FSR0,
2543         * (genPackBits): applied patch from Raphael Neider to fix updating
2544         of FSR0 and touching only the modified bits,
2545         * src/pic16/genarith.c (various functions): added macros FENTRY to
2546         emit function prologue in comments,
2547         * src/pic16/pcode.h: added functions debugf2, debugf3,
2548         * src/pic16/ralloc.c: partial fix for packForPush caused
2549         segmentation fault,
2550
2551 2004-12-04 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
2552
2553         * src/mcs51/peeph.def: added 261.a,b (16 bit rotate) by Stas Sergeev
2554           <stsp AT users.sourceforge.net> with reversed byte order
2555         * support/regression/tests/rotate.c: added (ds390 skips some tests)
2556
2557 2004-12-03 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
2558
2559         * src/z80/gen.c (genLeftShift, genRightShift): fixed second part of
2560           bug #1074377
2561         * src/hc08/gen.c (genrshFour, shiftRLong, shiftLLong),
2562         * src/mcs51/gen.c (shiftLLong): Fixed some shifting bugs Frieder found
2563
2564 2004-12-02 Slade Rich <slade_rich AT users.sourceforge.net>
2565
2566         * src/pic/pcode.c : fixed a problem where banksel was not being inserted.
2567
2568 2004-12-02 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
2569
2570         * src/SDCCpeeph.c (callFuncByName): support combined peephole rule
2571           conditions,
2572           (setFromConditionArgs): friendly operand parser for peephole rules,
2573           (operandBaseName, operandsNotRelated): new peephole condition
2574           "operandsNotRelated" -- similar to "operandsNotSame", but takes
2575           architecture specific register naming into account, handles n-way
2576           comparisons, and supports quoted literals
2577         * src/mcs51/peeph.def: restored rule 177.d with an extra condition
2578
2579 2004-12-02 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
2580
2581         * src/mcs51/peeph.def: fixed bug #1076940
2582
2583 2004-12-02 Slade Rich <slade_rich AT users.sourceforge.net>
2584
2585         * device/include/pic/pic16f877.h : added an include file for the PIC16F877 device.
2586
2587 2004-11-28 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
2588
2589         Adding support for replacing ljmps with sjmps in jumptables
2590         generated for switch statements. For now you need to set the
2591         environment variable SDCC_SJMP_JUMPTABLE to enable this.
2592         Now 4 algorithms for mcs51 jumptable generation are used:
2593         ljmp or sjmp jumptables for up to 16 cases, stack-pushing target
2594         addresses loaded pc-relative for up to 112 cases and stack-pushing
2595         target addresses loaded with offset from dptr for up to 256 cases.
2596
2597         * src/SDCCpeeph.c: added peephole conditional labelJTInRange
2598         * src/mcs51/main.c: adapted constants for switch table generation
2599         * src/mcs51/peeph.def: added 260.x for replacing ljmp with sjmp
2600
2601 2004-11-26 Maarten Brock <sourceforge.brock AT dse.nl>
2602
2603         * device/lib/printf_large.c (_print_format): fixed bug 1073386
2604         * support/regression/tests/bug1057979.c: added test for bug 1073386
2605
2606 2004-11-25 Vangelis Rokas <vrokas AT otenet.gr>
2607
2608         * src/pic16/pcode.c: fixed bug which may produce error in non-GNU
2609         compilers
2610
2611 2004-11-25 Vangelis Rokas <vrokas AT otenet.gr>
2612
2613         * src/pic16/device.h,
2614         * src/pic16/genarith.c,
2615         * src/pic16/glue.c,
2616         * src/pic16/main.c,
2617         * src/pic16/pcode.c: applied patches #1068154 and #1070213
2618
2619 2004-11-24 Vangelis Rokas <vrokas AT otenet.gr>
2620
2621         Large cummulative patch for pic16 port.
2622         * device/lib/pic16/gstack.h: NEW, user can specify its own handler
2623         to call when a stack overflow occurs,
2624         * (malloc.h): added CVS Id tag,
2625         * (pic18f{242,252,442,452}.h): added T0CONbits structure and
2626         variable,
2627         * added libc directory. The current version of LibC contains string
2628         functions, ctype functions and macros and some functions of the
2629         stdlib set (like malloc/free/atof/atoi etc...). All functions are to
2630         be extensively tested in the future. Standard disclaimer here.
2631         Library is not automatically build yet. But one can build it by
2632         invoking 'make' inside the libc directory.
2633         * added ADC library under libio. Preliminary version yet.
2634
2635         * src/pic16/gen.h: added emitTOGC macro, to toggle Carry flag,
2636         * src/pic16/gen.c (aopForRemat): asmop size is filled by
2637         aopForRemat() now and not by pic16_aopOp(),
2638         * (pic16_popGetTempReg): removed warning messgae when allocating
2639         temporary registers, its a buggy feature and will be removed,
2640         * (pic16_popGet): set register instance field in AOP_CRY,
2641         * (pic16_outBitC): fixed for results in size greater than 1,
2642         * (genUminusFloat): fixed for pic16, ported code from mcs51,
2643         * (pic16_storeForReturn): optimized return of 0,
2644         * (genCmp): experimental code for new genCmp which uses PIC18's
2645         special compare&skip instructions. Initial tests fail some times
2646         with variables grater than 1 byte in size, so new code is disabled,
2647         * (genUnpackBits, genPackBits): more optimizations in reading/writing,
2648         a single bit,
2649         * (genCast): began a fix to optimize the casting of a bit to another
2650         bit, now assigning a bitfield to another bitfield will fail, sorry,
2651         * src/pic16/main.c: disabled the use of lr-support feature,
2652         * src/pic16/pcode.h: renamed PCASMDIR to PCAD,
2653         * added some function prototypes, added function _debugf prototype,
2654         * src/pic16/pcode.c: (pic16_get_op): fixed emitting operands of register
2655         bits with offset (case PO_GPR_BIT),
2656         * (genericPrint): don't emit INFO pcode when --pcode-verbose not in
2657         command line,
2658         * (isBankInstruction): modified to return 0 for no banking instruction,
2659         and 1 for banking instruction,
2660         * (pic16_isPCinFlow): check for PCAD (assembler directives) too,
2661         caused stop processing pCodes after a inline assembly block,
2662         * (pic16_popCopyGPR2Bit): updated to match bitfields with offset,
2663         * src/pic16/pcoderegs.c: fixed a bug with eliminating some temporary
2664         registers when it shouldn't,
2665         * src/pic16/ralloc.c (allocReg): add preliminary support for
2666         supporting a limited set of temporary registers,
2667
2668 2004-11-23 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
2669
2670         * src/hc08/gen.c (genAssign, genPointerGetSetOfs, genDataPointerGet,
2671           genDataPointerSet): ensure assignments always copy in MSB to LSB
2672           order,
2673           (loadRegFromAop): recognize CLRH optimization,
2674           (genFunction): optimize RECEIVE iCodes in reentrant functions
2675
2676 2004-11-20 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
2677
2678         * src/SDCCmain.c (parseCmdLine, optionsTable[]): fixed bug with
2679           --out-fmt-s19 turning into --out-fmt-elf if s19 was already
2680           selected.
2681         * src/SDCCmain.c (linkEdit): don't define SSEG for HC08
2682         * src/hc08/main.c (_hc08_setDefaultOptions): default xdata to be
2683           contiguous with data
2684
2685 2004-11-19 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
2686
2687         * device/lib/_gptrget.c (_gptrget),
2688         * device/lib/_gptrgetc.c (_gptrgetc),
2689         * device/lib/_gptrput.c (_gptrput): _naked allows to use ret
2690           instead of sjmp to ret
2691         * src/mcs51/peeph.def: added peepholes 3.d-g and 177.g,h provided
2692           by Hubert Sack <hsack2002 AT arcor.de> in RFE #1067986, thanks
2693
2694 2004-11-18 Maarten Brock <sourceforge.brock AT dse.nl>
2695
2696         * .version: bumped version to 2.4.7
2697         * device/lib/_gptrget.c (_gptrget): is now _naked
2698         * device/lib/_gptrgetc.c (_gptrgetc): is now _naked
2699         * device/lib/_gptrput.c (_gptrput): is now _naked
2700         * src/SDCCast.c (createBlock): removed ridiculous self-assignment,
2701           (createFunction): fixed xstack
2702         * src/SDCCglue.c (emitMaps): set allocation required for bit area
2703         * src/SDCCicode.c (geniCodeCast): don't change SPEC_OCLS for literal
2704           or bit either,
2705           (geniCodeCritical): store original interrupt state in an iTemp bit
2706           var unless stack-auto
2707         * src/SDCCicode.h: added CRITICAL and ENDCRITICAL to SKIP_IC2
2708         * src/SDCCmain.c (setIncludePath): added include/target to search path
2709         * src/SDCCmem.c (allocParms): store bit vars in bit space, not overlay
2710         * src/SDCCsymt.c (checkFunction): don't check regbank for isr's against
2711           prototype,
2712           (processFuncArgs): put bit vars in bit area
2713         * src/mcs51/gen.c (saveRegisters, unsaveRegisters, genXpush, saveRBank,
2714           unsaveRBank): fixed xstack,
2715           (genFunction): bugfix: replaced (global!) reentrant with fReentrant,
2716           (genFunction, genEndFunction): fixed xstack,
2717           (genAssign): optimization don't walk backwards through mem
2718         * src/mcs51/main.c (_mcs51_regparm): don't pass bit params in registers
2719         * src/mcs51/ralloc.c (createStackSpil): spill bits to bit area
2720         * support/regression/Makefile: also make library (for stack-auto) when
2721           making "all" and added "test-mcs51-xstack-auto"
2722         * support/regression/fwk/lib/testfwk.c: added T2_isr prototype for mcs51
2723         * support/regression/ports/mcs51/T2_isr.c: added this file as a stub
2724         * support/regression/ports/mcs51/fwk.lib: added to link T2_isr stub
2725         * support/regression/ports/mcs51/spec.mk: added rules for fwk.lib
2726         * support/regression/ports/mcs51-stack-auto/spec.mk: replaced
2727           make-library by MAKE_LIBRARY
2728         * support/regression/ports/mcs51-xstack-auto/spec.mk: file added to run
2729           regression tests for xstack
2730         * support/regression/tests/bitvars.c: test for bit vars (bug 938782)
2731         * support/regression/tests/critical.c: test for critical on mcs51
2732
2733 2004-11-18 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
2734
2735         * support/regression/ports/ucz80/spec.mk: use include and lib files from
2736           built version of sdcc instead of installed version
2737
2738 2004-11-14 Maarten Brock <sourceforge.brock AT dse.nl>
2739
2740         * src/mcs51/gen.c (toBoolean): fixed bug 1065458
2741         * device/lib/Makefile.in: z80 uses printf_large.c, sprintf.c and
2742           vprintf.c now
2743         * device/lib/printf_large.c (calculate_digit): fixed bug 1057979
2744         * device/lib/z80/Makefile: don't use printf.c as it fails bug 1057979
2745           WARNING: remove device/lib/build/z80/printf.o by hand when
2746           updating from previous build!
2747         * device/lib/z80/printf.c: updated comment
2748         * support/regression/tests/bug1057979.c: test all ports now
2749         * support/regression/tests/bug1065458.c: file added
2750
2751 2004-11-12 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
2752
2753         * src/z80/gen.c (genFunction, genEndFunction): avoided generating
2754           *_start and *_end symbols for static functions
2755
2756 2004-11-11 Maarten Brock <sourceforge.brock AT dse.nl>
2757
2758         * src/SDCCmain.c (linkEdit): don't suppress crt0 if --nostdlib is used
2759           and search crt0.o in all library paths,
2760           (setIncludePath): proper handling of --nostdinc,
2761           (setLibPath): proper handling of --nostdlib
2762         * support/regression/Makefile,
2763         * support/regression/ports/ds390/spec.mk,
2764         * support/regression/ports/gbz80/spec.mk,
2765         * support/regression/ports/hc08/spec.mk,
2766         * support/regression/ports/mcs51/spec.mk,
2767         * support/regression/ports/mcs51-large/spec.mk,
2768         * support/regression/ports/mcs51-stack-auto/spec.mk,
2769         * support/regression/ports/z80/spec.mk: use include and lib files from
2770           built version of sdcc instead of installed version
2771         * doc/sdccman.lyx: fixed typo in --nostdinc
2772
2773 2004-11-10 Slade Rich <slade_rich AT users.sourceforge.net>
2774
2775         * src/pic/pcode.c,
2776         * src/pic/device.c,
2777         * src/pic/ralloc.c,
2778         * src/pic/gen.c : added support to generate code for struct bit fields.
2779
2780 2004-11-06 Maarten Brock <sourceforge.brock AT dse.nl>
2781
2782         * as/xa51/xa_version.h,
2783         * device/include/errno.h,
2784         * device/include/regc515c.h,
2785         * device/lib/_itoa.c,
2786         * device/lib/_ltoa.c,
2787         * device/lib/ser_ir_cts_rts.c,
2788         * sim/ucsim/xa.src/glob.cc,
2789         * sim/ucsim/xa.src/inst_gen.cc,
2790         * sim/ucsim/xa.src/xa_bit.cc,
2791         * sim/ucsim/xa.src/xa_sfr.cc,
2792         * sim/ucsim/z80.src/inst_dd.cc,
2793         * sim/ucsim/z80.src/inst_fdcb.cc,
2794         * support/scripts/keil2sdcc.pl,
2795         * src/pic16/pic16.dsp,
2796         * src/pic16/pic16a.dsp: corrected cvs line endings
2797         * device/lib/printf_large.c: fixed bug 1057979
2798         * src/pic16/gen.c: fixed non-C standard code
2799         * src/SDCCmain.c: made --pack-iram default, added --no-pack-iram
2800         * src/SDCCglobl.h: changed pack_iram to no_pack_iram
2801         * support/regression/ports/mcs51/support.c: reload T1 asap
2802         * doc/sdccman.lyx: updated for options --pack-iram and --no-pack-iram,
2803           pdata use and clear idata startup behaviour
2804         * support/regression/tests/bug1057979.c: added
2805
2806 2004-11-04 Maarten Brock <sourceforge.brock AT dse.nl>
2807
2808         * device/examples/ds390/ow390/ad26.h,
2809         * device/examples/ds390/ow390/cnt1d.h,
2810         * device/examples/ds390/ow390/crcutil.c,
2811         * device/examples/ds390/ow390/ownet.h,
2812         * device/examples/ds390/ow390/owsesu.c,
2813         * device/examples/ds390/ow390/swt12.h,
2814         * device/examples/ds390/ow390/swtoper.c,
2815         * device/examples/ds390/ow390/temp10.h,
2816         * device/examples/ds390/ow390/thermodl.c,
2817         * device/examples/ds390/tinitalk/tinitalk.dsp,
2818         * device/examples/ds390/tinitalk/tinitalk.dsw,
2819         * device/examples/mcs51/clock/hw.h,
2820         * device/examples/mcs51/simple2/go.bat,
2821         * device/examples/serialcomm/windows/serial.h,
2822         * device/examples/xa51/dummy.c,
2823         * device/examples/xa51/hello.c,
2824         * device/include/80c51xa.h,
2825         * device/include/at89x051.h: corrected cvs line endings
2826
2827 2004-11-04 Vangelis Rokas <vrokas AT otenet.gr>
2828
2829         * src/pic16/main.c (options): added command line --gstack, to trace
2830         stack over/under flows,
2831         * added pragma 'wparam' to allow passing first byte of function
2832         parameters via WREG, syntax is #pragma wparam my_function[, func2...]
2833         * src/pic16/gen.c (pic16_testStackOverflow): function which emits a
2834         call to __gstack_test function and sets up the symbol as extern,
2835         * (pic16_pushpCodeOp, pic16_poppCodeOp, pushw, pushaop, popaopidx,
2836         * popaop): added call to pic16_testStackOverflow,
2837         * (wParamCmp, inWparamList): NEW, test existence of a symbol in
2838         wparamList list,
2839         * (genCall, genPcall): now all parameters are passed via stack
2840         except in functions that are pass to wparam pragma in which WREG is
2841         used too,
2842         * (genPcall): REENTRANT flag is checked to see if variable prototype
2843         contains reentrant keyword, don't call a non-reentrant function, via
2844         a reentrant function pointer or vice versa, functions are never
2845         passed via WREG,
2846         * (genJumpTab): applied patch from bug #1057478 by R.Neider and
2847         D.Winkler,
2848         * src/pic16/glue.c (pic16emitRegularMap): fixed bug which caused a
2849         SIGSEGV when accessing a NULL register stucture,
2850         * (pic16_printGPointerType): modified to handle UPPER modifier for
2851         function initializers, changed prototype of function to simpler one,
2852         * (pic16_printIvalFuncPtr): check to see if function is already
2853         added in externs list,
2854         * src/pic16/pcoderegs.c (pCodeOptime2pCodes): fixed bug which
2855         optimized a move from W to SFR with a move to the same register
2856         later after a CALL,
2857         * device/lib/pic16/debug: NEW directory, contains debug features
2858         which are enabled when linking with libdebug.lib, currently command
2859         line option --gstack enables stack pointer tracing for over/under
2860         flow, corresponding sources are in debug/gstack
2861
2862 2004-10-30 Vangelis Rokas <vrokas AT otenet.gr>
2863
2864         * doc/sdccman.lyx: updated SDCC version,
2865         * (PIC16 port): update list of command line options,
2866         * src/pic16/device.h (structure pic16_options_t): added field gstack
2867         to enable stack overflow tracing on push/pops,
2868         * src/pic16/device.c (statistics structure): added statistics
2869         structure,
2870         * (pic16_dump_access, pic16_dump_usection, pic16_dump_gsection,
2871         pic16_dump_int_registers): increase statistics counters for each
2872         * variable which is encountered
2873         * (pic16_dump_usection): emit each .udata variable to its own udata
2874         section,
2875         * src/pic16/gen.c (assignResultValue, genCall, genPcall, genFunction):
2876         when macro USE_WREG_IN_FUNC_PARAMS is set to 0 pass all function
2877         parameters via stack, otherwise use old scheme,
2878         * src/pic16/glue.c (pic16_emitStatistics): dump statistics in
2879         assembler output file,
2880         * src/pic16/main.c: added command line options --gstack to enable
2881         push/pop tracing for stack overflow,
2882         * src/pic16/pcode.c (all pCodeInstruction records for PIC18F
2883         instructions): added size of each instruction,
2884         * (pic16_countInstruction): estimate size of instructions in
2885         the_pFile list, inline assembly blocks are not counted,
2886         * (pic16_FixRegisterBanking): trace previous register usage, when
2887         banksel optimizations is greater than 0, don't emit a redudant
2888         banksel directive,
2889
2890 2004-10-26 Slade Rich <slade_rich AT users.sourceforge.net>
2891
2892         * src/pic/ralloc.c : fixed inefficient code produced when compiling a complimented bit operation.
2893         * src/pic16/ralloc.c : applied same fix for pic16.
2894         * src/pic/gen.c : tidied it up a little.
2895
2896 2004-10-25 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
2897
2898         * src/mcs51/peeph.def: disabled 259.a,b for removing redundant ret,
2899         thanks to Martin Helmling for reporting (mail on sdcc-devel 2004-10-25)
2900
2901 2004-10-22 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
2902
2903         * src/SDCCast.c (reverseParms): fixed bug #1040577 (part 2)
2904
2905 2004-10-22 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
2906
2907         * device/lib/ser_ir_cts_rts.c: integer promotion caused a call to the
2908         non-reentrant function __modsint in the interrupt function (thus
2909         corrupting math operations during serial I/O)
2910         * device/lib/ser_ir.c: as above, changed buffersize
2911         * src/mcs51/peeph.def: added 259.a,b for removing redundant ret,
2912         256.c,d for zeroing
2913         * doc/Makefile: added option -t for rsync
2914
2915 2004-10-22 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
2916
2917         * src/SDCCast.h (struct ast),
2918         * src/SDCCast.c (reverseParms, copyAst): fixed bug #1040577 (part 1)
2919
2920 2004-10-20 Borut Razem <borut.razem AT siol.net>
2921
2922         * support/scripts/sdcc.nsi: added include/pic16/*.h to the setup
2923         package
2924
2925 2004-10-20 Vangelis Rokas <vrokas AT otenet.gr>
2926
2927         * device/lib/pic16/libsdcc/Makefile: added lregs directory in
2928         makefile targets,
2929         * device/lib/pic16/libsdcc/lregs/{Makefile,lrst.c,lrrest.c}: NEW
2930         support functions to replace long sequences of MOVFF's from access
2931         bank registers to stack and vice versa,
2932         * src/pic16/device.h: added new field opt_flags, where optimization
2933         flags can be set to enable certain features,
2934         * src/pic16/gen.c (pic16_emitpinfo): NEW to add PC_INFO pCode in
2935         * pBlock, (genFunction, genEndFunction): surroung loop for
2936         saving/loading used registers in stack with PC_INFO pCodes,
2937         INF_LREGS. Code in between can then be optimized by pCode optimizer
2938         to support function calls,
2939         * (genDataPointerSet): fixed bug which loaded float fields in
2940         structures with corrupt data,
2941         * src/pic16/genutils.c (debugf, _debugf): macro/function which emits
2942         in a standard way debug info on stderr. Feature used for developing
2943         and debugging only,
2944         * src/pic16/glue.c (pic16glue): reformatted, deleted some old and
2945         obsolete chunks of code,
2946         * if optimization flag OF_LR_SUPPORT was set, call pic16_OptimizeLocalRegs,
2947         * src/pic16/main.c (_pic16_parseOptions): added handler for --flr-support,
2948         * pic16/src/pcode.c (pic16_newpCodeInfo,
2949         * (pic16_newpCodeOpLocalRegs),
2950         * (pic16_convertLocalRegs2Support): NEW, to support new optimization
2951         feature,
2952         * (pic16_pCodeConstString): printing of the initial value of a
2953         symbol as a comment is inhibited since parsing was already done by
2954         copyStr and output is corrupt,
2955         * (pic16_pCode2str, genericPrint): handle PC_INFO pCode,
2956
2957 2004-10-20 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
2958
2959         * src/mcs51/ralloc.c (packRegisters): fixed bug #1044601
2960
2961 2004-10-19 Maarten Brock <sourceforge.brock AT dse.nl>
2962
2963         * as/mcs51/lkarea.c: removed old K&R style,
2964           (lnksect): changed check on boundary error,
2965           (lnksect2): changed check on boundary error,
2966           (lnksect2): extend XSTK to end of page if size = 1
2967         * as/mcs51/lkmain.c: removed old K&R style,
2968           (Areas51): create l_IRAM symbol
2969         * as/mcs51/lkmem.c (summary2): added report on PSEG and XSTK
2970         * device/lib/Makefile.in: renamed model-mcs51-reentrant to
2971           model-mcs51-stack-auto, added model-mcs51-xstack-auto
2972         * device/lib/_mullong.c: added version to be compiled with xstack
2973         * device/lib/mcs51/crtclear.asm: clear only upto --iram-size
2974         * device/lib/mcs51/crtxclear.asm: clear pdata as well
2975         * device/lib/mcs51/crtxstack.asm: fixed comment
2976         * src/SDCCglue.c: maxInterrupts defaults to 0,
2977           (emitMaps): added pdata,
2978           (createInterruptVect): (re)moved default,
2979           (glue): added pdata,
2980           (glue): moved __start__xstack to XSTK with default size 1
2981         * src/SDCCmain.c (parseCmdLine): automatically set options.intlong_rent
2982           and options.float_rent when options.stackAuto is set,
2983           (linkEdit): only write XDATA_NAME if provided on command line
2984         * src/SDCCmem.h,
2985         * src/SDCCmem.c: added pdata
2986         * src/port.h: added pdata_name to PORT
2987         * src/mcs51/gen.c (toBoolean): fixed for Acc use of aopGet,
2988           (saveRegisters, unsaveRegisters): removed usage of B,
2989           (genMinus): fixed accumulator clash,
2990           (genJumpTab): added comment, this needs another look
2991         * src/mcs51/gen.c: added check for "B in use" paranoia,
2992           added pushB() and popB()
2993         * src/mcs51/peeph.def: restart after 177.c so 177.a can get a second
2994           chance
2995         * src/avr/main.c,
2996         * src/ds390/main.c,
2997         * src/hc08/main.c,
2998         * src/mcs51/main.c,
2999         * src/pic/main.c,
3000         * src/pic16/main.c,
3001         * src/xa51/main.c,
3002         * src/z80/main.c: (reset_regparms) made void parameter explicit and
3003           added PSEG (PAG,XDATA) or NULL to port specifier
3004         * src/ds390/main.c (_ds390_genIVT): moved implemented default in here
3005         * src/mcs51/main.c (_mcs51_genIVT): moved implemented default in here,
3006           (_mcs51_genInitStartup): removed __start__xstack equ,
3007           (mcs51_port): moved xstack from XSEG (XDATA) to XSTK (PAG,XDATA)
3008         * src/pic16/device.c (pic16_dump_usection, pic16_dump_isection),
3009         * src/z80/gen.c (_rleAppend): fixed warnings
3010         * support/regression/tests/zeropad.c: added pdata test
3011         * .version: bumped to 2.4.6
3012
3013 2004-10-17 Borut Razem <borut.razem AT siol.net>
3014
3015         * support/scripts/sdcc.nsi: cross compiling of WIN32 setup.exe on Linux
3016         as a part of nightly build
3017
3018 2004-10-16 Vangelis Rokas <vrokas AT otenet.gr>
3019
3020         * src/pic16/gen.c (struct _G): added field useWreg, is set to 1 when
3021         WREG holds the first byte function parameters,
3022         * (aopForSym): take special case for symbols which are in FARSPACE
3023         but in CODESPACE too,
3024         * (assignResultValue): modified to take into account _G.useWreg,
3025         * (genCall): don't use wreg for parameter passing when function is
3026         declared as reentrant, too, added optimization INCF to stack
3027         pointer when stack parameter count is 1,
3028         * (genFunction, genEndFunction): refurnished and fixed to not using
3029         wreg for passing parameters when function has varargs or is
3030         reentrant, fixed bug with symbol name compare for generating
3031         functions in absolute address,
3032         * (pic16_storeForReturn): refurnished,
3033         * (genCmp): began writing a new version of the function, not ready
3034         yet, therefore it is disabled,
3035         * (genAssign): do not read code memory when assigning a function to
3036         a pointer function,
3037         * src/pic16/glue.c (pic16emitStaticSeg): abSym->name is defined an
3038         array of characters, not pointer,
3039         * (pic16initialComments): in debug mode emit an .ident directive for
3040         the assembler,
3041         * (_process_pragma): emit a new warning type (internal to pic16)
3042         when setting stack to default length, emit a similar warning when
3043         placing a function at absolute address and address is not word aligned
3044         * (_pic16_parseOptions): added 'return TRUE' statement,
3045         * (_pic16_linkEdit): if compiling a source, then add the source's
3046         file object, first in the list of objects to link,
3047
3048 2004-10-13 Slade Rich <slade_rich AT users.sourceforge.net>
3049
3050         * src/pic/pcoderegs.c : increased count on regUsedinRange to prevent unnecessary warning.
3051         * src/pic/main.c : removed VC warning.
3052         * src/pic/gen.c : changed comment.
3053
3054 2004-10-12 Vangelis Rokas <vrokas AT otenet.gr>
3055
3056         * device/lib/pic16/libsdcc/gptr/gptrput[234].c: an external
3057         reference to a deprecated symbol _GPTRREG was causing failure to
3058         link. Thanks G. M. Gallant for the info.
3059
3060 2004-10-12 Slade Rich <slade_rich AT users.sourceforge.net>
3061
3062         * src/pic/pcode.c : Applied a code patch supplied by Paul Ashmore in
3063         comments for Bugs item #954788.
3064
3065 2004-10-10 Vangelis Rokas <vrokas AT otenet.gr>
3066
3067         * src/pic16/device.c (pic16_dump_gsection,
3068         * pic16_groupRegistersInSection): handle symbols declared to be in
3069         access bank differently,
3070         * src/pic16/gen.c (struct _G): added field resDirect,
3071         * (aopForSym): if symbol on stack and iCode is '=' and result exists,
3072         send values read from stack directly to result and don't allocate
3073         temporary values,
3074         * (pic16_sameRegs): fixed bug that allowed MOVFF to move between
3075         same registers,
3076         * (pic16_sameRegsOfs): NEW,
3077         * (freeAsmop): if _G.resDirect is set then do not mark registers as
3078         free because they were not allocated from temporary pool,
3079         * pic16_popRegFromString): workaround to fix a problem with
3080         allocating variables twice or never,
3081         * (genGenPointerGet): using PRODL instead of FSR0H,
3082         * (genGenPointerSet): using POSTDEC1 (that is a stack location)
3083         instead of FSR0H,
3084         * (genAssign): take advantage of the _G.resDirect flag,
3085         * (genCast): around line 11844, use mov2f instead of directly
3086         MOVFF'ing between operands to account for literal values,
3087         * src/pic16/genutils.c: some new debug functions for gpsim have been
3088         added,
3089         * src/pic16/glue.c (pic16_printIvalType): fixed bug that initialized
3090         float with integer part only,
3091         * src/pic16/main.c (_process_pragma): handle pragma udata access to
3092         place variables in access bank
3093         * device/lib/pic16/libsdcc/gptr/gptr*.c: using BRA instead of GOTO,
3094         updated sources to reflect recent changes in gen.c
3095
3096 2004-10-06 Vangelis Rokas <vrokas AT otenet.gr>
3097
3098         * device/lib/pic16/libsdcc/Makefile.rules: fixed bug concerning
3099         sources that searched for headers in installation path, now the
3100         device/include/pic16 is used,
3101         * src/pic16/glue.c (pic16glue),
3102         * src/pic16/pcode.c (pCode2str, genericPrint): don't print .file or
3103         .line directives if not in debug mode, this suppresses assembler's
3104         warnings for ignored directives
3105
3106 2004-10-05 Maarten Brock <sourceforge.brock AT dse.nl>
3107
3108         * src/port.h: made reset_regparms prototype void parameter explicit.
3109         * src/SDCCsymt.c (processFuncArgs): removed argument "func".
3110         * src/mcs51/ralloc.c (packRegisters): new fix for bugs 898889 & 979599.
3111         * doc/sdccman.lyx: documented warning disabling and how to use
3112           printf_large to make it print floats.
3113         * device/include/stdbool.h: NEW
3114         * device/lib/_atof.c,
3115         * device/lib/_divuint.c,
3116         * device/lib/_divulong.c,
3117         * device/lib/expf.c,
3118         * device/lib/printf_large.c,
3119         * device/lib/sincosf.c,
3120         * device/lib/sincoshf.c: used stdbool.h, all compile with stack-auto now
3121         * device/lib/Makefile.in: added target for model-mcs51-reentrant to build
3122           a completely reentrant lib.
3123
3124 2004-10-05 Vangelis Rokas <vrokas AT otenet.gr>
3125
3126         * device/lib/pic16/libsdcc/gptr/gptr*.c: added return statements
3127         * device/include/pic16/stdio.h: fixed bug with colon
3128
3129 2004-10-03 Vangelis Rokas <vrokas AT otenet.gr>
3130
3131         * device/include/pic16/stdio.h,
3132         * device/include/pic16/stdlib.h,
3133         * device/include/pic16/math.h: NEW
3134         * device/lib/pic16/libsdcc/gptr/*.c (gptrget*, gptrput*): functions
3135         declared as _naked to reduce overhead
3136         * device/lib/Makefile.in (target port-specific-objects-pic16):
3137         changed * to *.* so to ignore the CVS directory,
3138         * src/pic16/gen.c (pic16_freeAsmop): added code to store result of
3139         stacked variables back in stack,
3140         * (genEndFunction): fixed bug reported by G.M. Gallant with stack
3141         corruption
3142
3143 2004-10-01 Vangelis Rokas <vrokas AT otenet.gr>
3144
3145         * .version: bumped version number to 2.4.5
3146         * support/Util/SDCCerr.h: added warning W_POSSBUG2.
3147         * support/Util/SDCCerr.c (messages structure): added entry for
3148         W_POSSBUG2
3149
3150         Large cumulative patch for pic16 port and libraries.
3151         * device/include/pic16/sdcc-lib.h,
3152         * device/include/pic16/stdarg.h,
3153         * device/include/asm/pic16/features.h,
3154         * device/include/lib/pic16/libsdcc/gptr/{*.c, Makefile}: NEW,
3155         * device/include/pic16/float.h: changes reentrant keyword with
3156         _FS_REENTRANT, added prototype for __fsneq, included sdcc-lib.h
3157         * device/lib/pic16/libsdcc/Makefile: added target directory gptr,
3158         updated target build-libraries to include objects from gptr,
3159         * device/lib/pic16/libsdcc/{char,int,long}/*.c: added macro
3160         _IL_REENTRANT to all function headings, included sdcc-lib.h header,
3161         * device/lib/pic16/libsdcc/float/*.c: added macro _FS_REENTRANT to
3162         all function headings,
3163         * src/SDCCmain.c: added global parameter userIncDirsSet,
3164         * (parseCmdLine): when option -I is encountered add directory to
3165         userIncDirsSet too,
3166         * src/version.awk: added space between control and long,
3167         * src/pic16/NOTES: added some notes for the port,
3168         * src/pic16/gen.c: added prototype for mov2fp function,
3169         * (fReturnpic16[]): properly named return value registers,
3170         * (_G structure): added fields stackRegSet, fregsUsed, stack_lat,
3171         * (aopForSym): added code to handle symbols with onStack flag set,
3172         symbols onStack are allocated PTRSIZE bytes,
3173         * (aopFreeAsmop): handles special case where asmops are stack objects,
3174         * (aopGet, pic16_popGet): adde cod to handle new asmop AOP_STA,
3175         * (pic16_popGetTempReg, pic16_popGetTempRegCond, pic16_popReleaseTempReg):
3176         added argument lock to trace flaws in allocating temporary registers
3177         when developing port,
3178         * (pic16_popGetLit, pic16_popGetLit2): changed lit from unsigned to signed
3179         * (pic16_popRegFromString): reenabled allocating a direct register
3180         from string,
3181         * (assignResultValue): various beautifications,
3182         * fixed bug #1037717 (patch from R. Neider & D. Wrinkler) with mistaken
3183         referenced function argument,
3184         * (genIpush): reenabled to allow stacked arguments, handles only
3185         ic->parmPush iCodes,
3186         * (genCall, genPcall): major changes to allow for variable argument
3187         functions, fixed a bug with falsely restoring stack pointer after
3188         returning from call,
3189         * (genFunction): pending code for critical function,
3190         * (shiftR1Left2ResultSigned, shiftR1Left2Result, shiftL2Left2Result,
3191         * (shiftR2Left2Result, shiftLLong) applied patch #1032155 from R.Neider,
3192         * (genNearPointerGet): fixed bug with indirect reading, was always
3193         reading from INDF0
3194         * (genGenPointerGet, genGenPointerSet): rewrote to support generic
3195         pointers,
3196         * (genAddrOf): rewrote code to take address of a stacked function parameter
3197         * (genCast): fixed casting to generic pointer type,
3198         * src/pic16/gen.h: added AOP_STA,
3199         * (struct asmop): added field stk,
3200         * src/pic16/genarith.c (pic16_AopType): handle AOP_STA,
3201         * (pic16_genPlusIncr): changed emitSKPNZ to emitSKPNZ,
3202         * (pic16_genAddLit, pic16_genPlus): applied patch #1034042 by tecodev,
3203         * (pic16_genMinus): fixed bug #1035119 with patch submitted by tecodev,
3204         * src/pic16/genutils.c (pic16_genNot): removed symbol *tlbl,
3205         * src/pic16/glue.c (pic16_printGPPointerType): fixed to support new
3206         generic pointers,
3207         * src/pic16/main.c (_pic16_initPaths): ignores default SDCC include
3208         and library paths,
3209         * (pic16_port structure): generic pointer size is set to 3,
3210         * src/pic16/pcode.c (pic16_newpCodeOpLit): correctly print literal integer,
3211         * (insertBankSwitch): cast to (char *) to prevent 64bit CPUs'
3212         compiler warning,
3213         * src/pic16/ralloc.c (allocReg): prevent allocating register when
3214         operand is an iTemp,
3215
3216 2004-09-24 Martin Helmling <mh AT octo-soft.de>
3217
3218         * debugger/mcs51/cmd.c: set PC if a symbol at pc reg is set
3219         * debugger/mcs51/simi.c: addapt new syntax of s51
3220
3221 2004-09-23 Vangelis Rokas <vrokas AT otenet.gr>
3222
3223         * src/pic16/genutils.c (pic16_genNot): fixed bug #1032265,
3224         * src/pic16/pcode.c: commented out some calls to free() in order to
3225         fix bug #989576,
3226
3227 2004-09-23 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3228
3229         * src/SDCCicode.h,
3230         * src/SDCCicode.c (isiCodeInFunctionCall),
3231         * src/avr/ralloc.c (selectSpil),
3232         * src/pic/ralloc.c (selectSpil),
3233         * src/pic16/ralloc.c (selectSpil),
3234         * src/ds390/ralloc.c (selectSpil),
3235         * src/hc08/ralloc.c (selectSpil),
3236         * src/xa51/ralloc.c (selectSpil),
3237         * src/mcs51/ralloc.c (selectSpil): Don't use remainSpil to spill to the
3238         stack in the middle of a function call sequence (fixes bug #1020268)
3239         * src/SDCCicode.c (geniCodeJumpTable): fixed error in computing the
3240         costs associated with the minimum switch case.
3241
3242 2004-09-19 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3243
3244         * src/SDCC.lex: fixed bug #1030549
3245
3246 2004-09-19 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3247
3248         * src/SDCCcse.h (struct cseDef),
3249         * src/SDCCcse.c (cseBBlock, newCseDef, ifFromAddrTaken): purge CSEs
3250         over a function call if the CSE is derived from a symbol whose
3251         address has been taken (fixes bug #1029883)
3252         * support/regression/tests/bug-1029883: a new regression test for
3253         this bug
3254
3255 2004-09-18 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3256
3257         * src/hc08/gen.c (emitinline): fixed bug #1029778
3258         * src/SDCC.y (assignment_expr): fixed the grammer so that assignment
3259         to a cast object is no longer a syntax error ("fixes" bug #1030006,
3260         and starts toward RFE #905167)
3261
3262 2004-09-17 Vangelis Rokas <vrokas AT otenet.gr>
3263
3264         * src/pic16/gen.c (mov2f): New function to move an operand to
3265         another without considering if it is a literal or a register,
3266         * (pic16_sameRegs): don't check if they are both AOP_REG,
3267         * (AccRsh): removed andmask=0 lines,
3268         * (genLeftShift): duplicated to be improved in future versions,
3269         * src/pic16/main.c (_process_pragma): emit stack default size in hex,
3270         * src/pic16/pcode.c: added POC_INFSNZW, updated inverted_op fields
3271         in POC_INCFSZ, POC_INCFSZW, POC_INFSNZ,
3272         * (pic16initMnemonics): added initialization for POC_INFSNZW,
3273         * (insertBankSwitch): fixed inserting banksel directives algorithm
3274         for instructions that follow a skip instruction, this fixes a report
3275         for broken subtraction code generation,
3276         * src/pic16/ralloc.c (deassignLRs): do not free register if current
3277         iCode is a left op, just in case result and right share the same
3278         registers
3279
3280 2004-09-16 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3281
3282         * src/hc08/main.c,
3283         * src/hc08/gen.c (genJumpTable): more efficient jump table, supports
3284         preservation of HX
3285         * src/hc08/gen.c (pullRegs): fixed order of HX & XA pairs
3286         * src/mcs51/ralloc.c (packRegisters): removed the patch applied
3287         on 2004-09-12; it was buggy
3288
3289 2004-09-15 Bernhard Held <bernhard AT bernhardheld.de>
3290
3291         * src/SDCCsymt.h: removed RESULT_CHECK
3292         * src/SDCCast.c,
3293         * src/SDCCglue.c,
3294         * src/SDCCval.c,
3295         * src/pic/glue.c,
3296         * src/pic16/glue.c: replaced RESULT_CHECK with RESULT_TYPE_NONE
3297
3298 2004-09-15 Vangelis Rokas <vrokas AT otenet.gr>
3299
3300         * src/SDCCicode.c (piCode): applied patch from Raphael Neider,
3301         * src/pic16/device.c (pic16_assignConfigWordValues): wrong
3302         configuration values no more rejected by compiler, they are assigned
3303         to configuration registers with a warning message instead,
3304         * src/pic16/glue.c (pic16_emitConfigRegs): added +1 at top-limit of
3305         the for-loop so last conf register is emitted too,
3306         * (_pic16_initPaths): link library libsdcc.lib by default,
3307         * (_hasNativeMulFor): modified test for multiplication according to
3308         Raphael Neider's remarks. Integer multiplication is also done with
3309         support functions,
3310         * device/include/pic16/pic18fregs.h: corrected type error in while
3311         testing and including 18f6720 header file
3312
3313 2004-09-14 Vangelis Rokas <vrokas AT otenet.gr>
3314
3315         * src/pic16/device.h (pic16_options): removed field use_crt,
3316         * src/pic16/gen.c (genUnpackBits): added call to pic16_loadFSR0
3317         until an optimization to handle single bits is added,
3318         * (pic16_loadFSR0): moved before genUnpackBits,
3319         * (genAnd): some white lines removed,
3320         * src/pic16/main.c (_pic16_finaliseOptions): set omit_ivt and clear
3321         leave_reset flags in pic16_options when using crt modules,
3322
3323 2004-09-12 Maarten Brock <sourceforge.brock AT dse.nl>
3324
3325         * src/mcs51/ralloc.c (packRegisters): applied fix by Bernhard Held
3326           for bugs 898889 & 979599. Also used some safer print instructions.
3327
3328 2004-09-12 Vangelis Rokas <vrokas AT otenet.gr>
3329
3330         * src/pic16/device.h (pic16_options_t): added field use_crt,
3331         crt_name, no_crt,
3332         * src/pic16/genarith.c (pic16_genPlus): added an assert(0) line to
3333         catch a probable future bug,
3334         * src/pic16/gen.c: aopIdx function commented out,
3335         * (genAssign): commented out old code which used aopIdx,
3336         * src/pic16/glue.c (pic16glue): removed some legacy fragments of
3337         code, added if conditionals to take into account the --use-crt
3338         command line options,
3339         * src/pic16/main.c (pic16_optionsTable): added new command line
3340         options, --use-crt= and --no-crt,
3341         * (_pic16_linkEdit): now the proper crt object is added in the
3342         linker command line except than when --no-crt is specified,
3343         * src/pic16/pcode.c,
3344         * src/pic16/pcode.h: added some structures and functions for a new
3345         optimization scheme to compansate for instruction overhead between
3346         same iCodes, this scheme is currently under development and is not
3347         working in any way,
3348         * src/pic16/gen.c (genAnd): added patch provided by Aaron Collwell
3349         to && operator,
3350         * device/lib/pic16/startup/crt0i.c,
3351         * device/lib/pic16/startup/crt0iz.c: added global char variable
3352         __uflags to force the generation of an idata section
3353
3354 2004-09-12 Bernhard Held <bernhard AT bernhardheld.de>
3355
3356         * doc/Makefile,
3357         * doc/clean.mk: added support for easy creation of sdcc-doc.tar.bz2
3358         * doc/sdccman.lyx: updated sdcc version to 2.4.4
3359
3360 2004-09-10 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3361
3362         * doc/sdccman.lyx: fixed a problem with my new index entries (thanks
3363         Frieder) and clarified the default code optimization mode
3364
3365 2004-09-10 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3366
3367         * src/SDCC.lex (doPragma, process_pragma),
3368         * src/SDCCglobl.h (struct optimize): added pragmas "opt_code_speed",
3369         "opt_code_size", and "opt_code_balanced"
3370         * src/SDCCmain.c (optionsTable[], printOptions, scanOptionsTable):
3371         regrouped options by category, added support for category headers
3372         * src/SDCCmain.c (parseCmdLine): added options "--opt-code-speed"
3373         and "--opt-code-size"
3374         * doc/sdccman.lyx: documented these new options and pragmas
3375         * src/hc08/gen.c (AccLsh, AccRsh): take speed/size optimization
3376         preference into account
3377
3378 2004-09-08 Maarten Brock <sourceforge.brock AT dse.nl>
3379
3380         * src/SDCCicode.c (geniCodePostInc, geniCodePreInc, geniCodePostDec,
3381           geniCodePreDec): Fixed bug 904237 by generating a warning
3382         * src/SDCCerr.h,
3383         * src/SDCCerr.c: added warning W_SIZEOF_VOID
3384
3385 2004-09-09 Slade Rich <slade_rich AT users.sourceforge.net>
3386
3387         * src/pic/device.c : When no max ram set validate full memory range.
3388         * src/pic/pcode.c,
3389         * src/pic/pcodepeep.c : Copy C code comments to optimised replacement code.
3390
3391 2004-09-08 Maarten Brock <sourceforge.brock AT dse.nl>
3392
3393         * device/lib/_gptrget.c,
3394         * device/lib/_gptrput.c: updated comment
3395         * device/lib/calloc.c,
3396         * device/lib/free.c,
3397         * device/lib/malloc.c,
3398         * device/lib/realloc.c: added LGPL, made them reentrant-safe
3399         * src/SDCCcse.c (cseBBlock),
3400         * src/SDCCicode.c (printOperand, geniCodeArray),
3401         * src/SDCCicode.h (struct operand): fixed bug 868103
3402         * support/regression/tests/bug-868103.c: added
3403         * src/SDCCast.c (searchLitOp),
3404         * src/SDCCcse.h (struct cseDef),
3405         * src/SDCCglue.c (printIvalArray, spacesToUnderscores),
3406         * src/SDCCicode.h (struct operand),
3407         * src/SDCCsymt.h (struct sym_link),
3408         * src/avr/gen.c (hasInc),
3409         * src/ds390/gen.c (hasInc),
3410         * src/hc08/gen.c (genPlusIncr, hasInc),
3411         * src/mcs51/gen.c (hasInc),
3412         * src/pic16/glue.c (pic16_printIvalChar),
3413         * src/pic16/ralloc.c (regWithIdx),
3414         * src/xa51/gen.c (hasInc) : removed warnings
3415         * src/SDCCast.c (createBlock): added comment ???
3416         * src/hc08/ralloc.c: updated comments
3417
3418 2004-09-07 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
3419
3420         * doc/sdccman.lyx: updated section on switch statements, added
3421         section about semaphore locking
3422         * doc/Makefile: added option -info for latex2html
3423         * device/lib/_gptrget.c,
3424         * device/lib/_gptrput.c: __XPAGE instead of P2 in outcommented code
3425
3426 2004-09-06 Slade Rich <slade_rich AT users.sourceforge.net>
3427
3428         * src/pic/device.h,
3429         * src/pic/device.c,
3430         * src/pic/port.c : Changed PIC14 code to not set bit RP1 when
3431          maxram is less than 0x100.
3432
3433 2004-09-06 Slade Rich <slade_rich AT users.sourceforge.net>
3434
3435         * Bug fixes for PIC14 - signed RSHIFT problem. Patch supplied by Allen(agschrum).
3436
3437 2004-09-06 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3438
3439         * src/port.h,
3440         * src/mcs51/main.c,
3441         * src/ds390/main.c,
3442         * src/z80/main.c,
3443         * src/hc08/main.c,
3444         * src/pic/main.c,
3445         * src/pic16/main.c,
3446         * src/avr/main.c,
3447         * src/xa51/main.c
3448         * src/SDCCicode.c (geniCodeJumpTable): Better logic to determine if a
3449         a jump table is the best form for a switch statement, including
3450         automatic insertion of missing cases to make the case range
3451         continuous. Developed in collaboration with Frieder Ferlemann.
3452
3453 2004-09-02 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3454
3455         * src/hc08/ralloc.c (canDefAccResult): multi-byte shift is unsafe for
3456         accumulator result if it needs sign extension
3457
3458 2004-09-02 Maarten Brock <sourceforge.brock AT dse.nl>
3459
3460         * src/hc08/ralloc.c (canUseAccOperand): fixed comparison bug
3461
3462 2004-09-02 Maarten Brock <sourceforge.brock AT dse.nl>
3463
3464         * device/lib/gbz80/printf.c,
3465         * device/lib/z80/printf.c: removed define for NULL
3466
3467 2004-09-02 Maarten Brock <sourceforge.brock AT dse.nl>
3468
3469         * as/xa51/xa_link.c,
3470         * device/examples/ds390/ow390/ad26.c,
3471         * device/examples/ds390/ow390/cnt1d.c,
3472         * device/examples/ds390/ow390/counter.c,
3473         * device/examples/ds390/ow390/ds2480.h,
3474         * device/examples/ds390/ow390/ds2480ut.c,
3475         * device/examples/ds390/ow390/findtype.c,
3476         * device/examples/ds390/ow390/gethumd.c,
3477         * device/examples/ds390/ow390/owllu.c,
3478         * device/examples/ds390/ow390/ownetu.c,
3479         * device/examples/ds390/ow390/swt12.c,
3480         * device/examples/ds390/ow390/swtloop.c,
3481         * device/examples/ds390/ow390/temp.c,
3482         * device/examples/ds390/ow390/temp10.c,
3483         * device/examples/ds390/ow390/thermo21.c,
3484         * device/examples/ds390/ow390/tinilnk.c,
3485         * device/examples/ds390/ow390/tstfind.c,
3486         * device/examples/serialcomm/windows/serial.cpp,
3487         * device/examples/serialcomm/windows/test_serialcomm.cpp,
3488         * device/include/reg51.h: fixed line endings for cvs
3489
3490 2004-09-02 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3491
3492         * src/hc08/ralloc.c (canDefAccResult, canUseAccOperand,
3493         packRegsForAccUse, packRegisters): new accumulator register
3494         packing algorithm
3495         * support/regression/ports/hc08/support.c (_putchar): suppress
3496         warning of unused variable
3497         * src/SDCCicode.c: added SWAP entry to codeTable
3498
3499 2004-09-01 Maarten Brock <sourceforge.brock AT dse.nl>
3500
3501         * device/lib/sprintf.c: forgot to add this file before previous commit
3502
3503 2004-09-01 Vangelis Rokas <vrokas AT otenet.gr>
3504
3505         * src/pic16/gen.c (genPackBits): added operand right in function
3506         parameters, load result directly if p_type is POINTER (that is
3507         called by genNearPointerSet)
3508         * (genUnPackBits): added operand left in function parameters,
3509         * (genNearPointerGet, genNearPointerSet): prevent the loading of
3510         FSR0 if accessing bitfields,
3511
3512 2004-08-31 Maarten Brock <sourceforge.brock AT dse.nl>
3513
3514         * device/include/stdio.h: added NULL, size_t, typedef pfn_outputchar,
3515           _print_format; updated printf, sprintf, vsprintf
3516         * device/include/asm/default/features.h: corrected comment/define
3517         * device/lib/Makefile.in: added sprintf.c
3518         * device/lib/libsdcc.lib: added sprintf module
3519         * device/lib/printf_large.c,
3520         * device/lib/vprintf.c,
3521         * device/lib/sprintf.c: totally refactored printf_large and vprintf
3522           into these 3 files
3523         * support/regression/Makefile: changed ALL_PORTS into a usefull default
3524         * support/regression/ports/mcs51-stack-auto/spec.mk: added sprintf
3525         * support/regression/tests/bug-927659.c: removed dummy putchar, enabled
3526           hc08 test
3527         * support/regression/tests/zeropad.c: define idata as data for hc08
3528
3529 2004-08-31 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3530
3531         * src/SDCCpeeph.c (labelIsReturnOnly): support hc08 rts opcode also
3532         * src/SDCCpeeph.c (buildLabelRefCountHash): assume function entry point
3533         labels are referenced at least once (even if a reference is not found)
3534         * src/hc08/gen.c (emitcode): set isComment flag for comments
3535         * src/hc08/peeph.def: added rules 5a..5f (optimize redundant immediate
3536         loads), rules 6a..6b (optimize jumps to return)
3537
3538 2004-08-30 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3539
3540         * device/lib/acosf.c (acosf),
3541         * device/lib/asinf.c (asinf),
3542         * device/lib/atanf.c (atanf),
3543         * device/lib/ceilf.c (ceilf),
3544         * device/lib/cosf.c (cosf),
3545         * device/lib/coshf.c (coshf),
3546         * device/lib/cotf.c (cotf),
3547         * device/lib/fabsf.c (fabsf),
3548         * device/lib/floorf.c (floorf),
3549         * device/lib/log10f.c (log10f),
3550         * device/lib/logf.c (logf),
3551         * device/lib/sinf.c (sinf),
3552         * device/lib/sinhf.c (sinhf),
3553         * device/lib/sqrtf.c (sqrtf),
3554         * device/lib/tanf.c (tanf),
3555         * device/lib/tanhf.c (tanhf),
3556         * device/include/math.h: defined _FLOAT_FUNC_REENTRANT macro and
3557         replaced all instances of "reentrant" in the library functions
3558         defined in math.h with this macro.
3559         * support/regression/tests/float_trans.c: reenabled test for hc08
3560
3561 2004-08-30 Bernhard Held <bernhard AT bernhardheld.de>
3562
3563         * device/lib/pic16/Makefile.common.in: added MODELFLAGS again, it was
3564         erroneously deleted
3565
3566 2004-08-30 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3567
3568         * src/hc08/gen.c (loadRegFromAop): better use of clra & clrx
3569         * src/hc08/gen.c (genAnd, genOr): fixed bug with conditional when
3570         multi-byte volatile operands are used
3571         * src/hc08/gen.c (shiftRLong): fixed bug with wrong rotate direction
3572         * src/hc08/main.c (_hc08_genAssemblerPreamble): moved the built-in
3573         initialization to area GSINIT0 so that it would always precede
3574         any static initializers in GSINIT
3575         * support/regression/tests/zeropad.c: fixed idata define for hc08
3576         * support/regression/tests/bug-927659.c,
3577         * support/regression/tests/float_trans.c: disabled tests for hc08
3578         pending missing library routines
3579         * .version: increased version number to 2.4.4 - hc08 port now passes
3580         regression tests
3581
3582
3583 2004-08-29 Bernhard Held <bernhard AT bernhardheld.de>
3584
3585         * device/lib/pic16/Makefile.common.in: added $(MM) to fix `make clean`
3586         * Makefile.common.in,
3587         * as/Makefile,
3588         * as/hc08/Makefile.in,
3589         * as/mcs51/Makefile.in,
3590         * as/z80/Makefile.in,
3591         * debugger/mcs51/Makefile.in,
3592         * device/include/Makefile.in,
3593         * device/lib/Makefile.in,
3594         * doc/Makefile,
3595         * link/Makefile,
3596         * link/z80/Makefile.in,
3597         * packihx/Makefile.in,
3598         * sim/ucsim/main_in.mk,
3599         * sim/ucsim/avr.src/Makefile.in,
3600         * sim/ucsim/doc/Makefile.in,
3601         * sim/ucsim/gui.src/serio.src/Makefile.in,
3602         * sim/ucsim/hc08.src/Makefile.in,
3603         * sim/ucsim/s51.src/Makefile.in,
3604         * sim/ucsim/xa.src/Makefile.in,
3605         * sim/ucsim/z80.src/Makefile.in,
3606         * src/Makefile.in,
3607         * support/cpp2/Makefile.in,
3608         * support/librarian/Makefile,
3609         * support/makebin/Makefile: added DESTDIR to the install path proposed
3610         by "Maciej 'Agaran' Pijanka" <agaran AT pld-linux.org>
3611         * doc/sdccman.lyx: added DESTDIR documentation
3612
3613 2004-08-29 Vangelis Rokas (vrokas AT otenet.gr>
3614
3615         * src/pic16/gen.c (genFunction, genEndFunction): fixed return
3616         instruction for interrupt handlers, use fast returns when returning
3617         from high priority interrupts
3618
3619 2004-08-29 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3620
3621         * src/hc08/gen.c (genAnd, genOr, transferAopAop, rmwWithAop): optimized
3622         code generation
3623         * src/hc08/gen.c (genrshFour, genCpl): fixed bugs
3624         * src/hc08/gen.c (genMultOneByte, genDivOneByte, genModOneByte): fixed
3625         bugs, ported much of Bernhard's code from mcs51
3626         * src/mcs51/gen.c (genSend),
3627         * src/hc08/gen.c (genSend): fixed bug with lost SEND iCodes if more
3628         than one when calling a reentrant function
3629         * device/lib/_mullong.c: defined an alternate struct layout for big
3630         endian ports (hc08)
3631
3632 2004-08-28 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3633
3634         * src/hc08/gen.c (shiftL2Left2Result): fix for bug-500536 regression
3635         test
3636
3637 2004-08-28 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3638
3639         * src/SDCCsymt.c (processFuncArgs): make sure parameter types
3640         are sane and complete before asking the port its prefered parameter
3641         passing method (fixes bug #1017633)
3642         * device/lib/hc08/_ret.c: added "data" storage class to _ret2
3643         and _ret3
3644
3645 2004-08-27 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3646
3647         * src/hc08/gen.c (genPackBitsImmed, genUnpackBitsImmed): fix offset
3648         problem in bitfields >= 8 bits.
3649
3650 2004-08-27 Maarten Brock <sourceforge.brock AT dse.nl>
3651
3652         * src/SDCCsymt.c: undid changes that were not meant to be committed
3653
3654 2004-08-27 Maarten Brock <sourceforge.brock AT dse.nl>
3655
3656         * support/regression/ports/hc08spec.mk: REENTRANT must be reentrant
3657
3658 2004-08-27 Maarten Brock <sourceforge.brock AT dse.nl>
3659
3660         * src/hc08/gen.c (genUminusFloat): fixed bug where only 3 bytes were
3661           copied and wrong bit got inverted
3662
3663 2004-08-27 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3664
3665         * src/hc08/gen.c (genPointerSet, genFarPointerSet): moved code from
3666         genFarPointerSet into genPointerSet; eliminated genFarPointerSet
3667         * src/hc08/gen.c (genPointerGet, genFarPointerGet): moved code from
3668         genFarPointerGet into genPointerGet; eliminated genFarPointerGet
3669         * src/hc08/gen.c (genPackBitsImmed): generate optimized code for
3670         assignments to bitfields at known addresses
3671         * src/hc08/gen.c (genUnpackBitsImmed): generate optimized code for
3672         reads from bitfields at known addresses
3673         * src/hc08/ralloc.c (packRegisters),
3674         * src/hc08/gen.c (genPointerGet, genUnpackBits, genUnpackBitsImmed,
3675         genhc08Code): optimize pointer get values used as conditionals
3676         * src/hc08/peeph.def: added rules 2e & 2f to optimize bit test
3677         and branch
3678
3679 2004-08-24 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3680
3681         * src/mcs51/gen.c (genPointerGet, genNearPointerGet, genPagedPointerGet,
3682         genFarPointerGet, genCodePointerGet, genGenPointerGet, genUnpackBits),
3683         * src/mcs51/ralloc.c (packRegisters): optimize pointer get values used
3684         as conditionals
3685
3686 2004-08-22 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
3687
3688         * src/mcs51/peeph.def: peepholes 248.i-m for xdata bitfields
3689
3690 2004-08-21 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3691
3692         * src/mcs51/ralloc.c (packRegsForOneuse): fixed bug #1012650 and some
3693         related problems
3694
3695 2004-08-21 Bernhard Held <bernhard AT bernhardheld.de>
3696
3697         * sim/ucsim/cmd.src/Makefile.in: run lex only if $(PRJDIR)/devel exists
3698
3699 2004-08-18 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3700
3701         * src/z80/ralloc.c (packRegsForAssign): ported some bug fixes from the
3702         mcs51 port
3703
3704 2004-08-16 Slade Rich <slade_rich AT users.sourceforge.net>
3705
3706         * src/pic/gen.c: Restored fn genRet as previous fix was incorrect.
3707
3708 2004-08-14 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
3709
3710         * src/mcs51/gen.c (genJumpTab): jumptables for more than 16 switch
3711         cases use more compact code.
3712
3713 2004-08-13 Slade Rich <slade_rich AT users.sourceforge.net>
3714
3715         * src/pic/gen.c: Fixed problem with fn returning a variable bigger than a char.
3716
3717 2004-08-12 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3718
3719         * src/SDCClrange.c (findPrevUse): fixed bug #1007371
3720
3721 2004-08-12 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3722
3723         * src/SDCCsymt.h,
3724         * src/SDCCsymt.c (changePointer, checkDecl, addSymChain): changed
3725         parameter of changePointer() from symbol* to sym_link*
3726         * src/SDCCast.c (decorateType): call changePointer() for CAST op
3727         * src/SDCCsymt.c (compareType): void* type is castable to other
3728         pointers, but not necesarily an exact match.
3729         * src/SDCCicode.c (geniCodeCast): allow void* casting here since it
3730         is no longer blindly treated as an exact match.
3731         * src/SDCCval.c (valCastLiteral): treat missing type as cast to void
3732
3733 2004-08-12 Slade Rich <slade_rich AT users.sourceforge.net>
3734
3735         * src/pic/glue.c: Added struct initialisation fn printIvalStruct.
3736
3737 2004-08-11 Slade Rich <slade_rich AT users.sourceforge.net>
3738
3739         * src/pic/gen.c,
3740         * src/pic/pcode.c,
3741         * src/pic/ralloc.h,
3742         * src/pic/ralloc.c: Printing rIdx on internal verbose debug.
3743
3744 2004-08-10 Slade Rich <slade_rich AT users.sourceforge.net>
3745
3746         * src/pic/device.c,
3747         * src/pic/device.h,
3748         * src/pic/device.c: Will no longer exit if #pragma maxram has not been defined.
3749
3750 2004-08-06 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3751
3752         * src/mcs51/gen.c (emitcode): fixed bug #992819
3753
3754 2004-08-05 Maarten Brock <sourceforge.brock AT dse.nl>
3755
3756         * src/pic/ralloc.c (deassignLR): allthough pic port is buggy already,
3757           there's no need to make it worse
3758
3759 2004-08-05 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3760
3761         * src/mcs51/ralloc.c (deassignLR),
3762         * src/ds390/ralloc.c (deassignLR),
3763         * src/hc08/ralloc.c (deassignLR),
3764         * src/z80/ralloc.c (deassignLR),
3765         * src/pic/ralloc.c (deassignLR),
3766         * src/pic16/ralloc.c (deassignLR),
3767         * src/avr/ralloc.c (deassignLR),
3768         * src/SDCClrange.c (findRecursiveSucc, findRecursivePred, findPrevUse,
3769         rlivePoint): fixed another part of bug #971834
3770
3771 2004-08-04 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3772
3773         * src/z80/main.c: enabled "critical" keyword
3774         * src/z80/mappings.i,
3775         * src/z80/gen.c (genFunction, genEndFunction): support for interrupt
3776         functions (fixes bug #979646)
3777         * doc/sdccman.lyx: added a subsection explaining z80 interrupt support
3778
3779 2004-08-04 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
3780
3781         * src/mcs51/gen.c (genInline): Add \n for labels, not DOS/WIN dirs
3782           such as c:\mydir.
3783
3784 2004-08-03 Maarten Brock <sourceforge.brock AT dse.nl>
3785
3786         * src/SDCCloop.c (loopInvariants): fixed bug 983545, hope this
3787           doesn't disable too much optimizations
3788
3789 2004-08-02 Slade Rich <slade_rich AT users.sourceforge.net>
3790
3791         * src/pic/glue.c Disabled "WARNING: function 'main' undefined" when -S option is used.
3792
3793 2004-08-02 Maarten Brock <sourceforge.brock AT dse.nl>
3794
3795         * src/SDCClrange.c (rlivePoint): fixed bug 988568, thanks to anonymous
3796
3797 2004-08-02 Slade Rich <slade_rich AT users.sourceforge.net>
3798
3799         * src/pic/gen.c tidied up tabs
3800         * src/pic/genarith.c tidied up tabs and fixed bug with literal multiple where same register was used for hi and low byte
3801         * src/pic/main.c tidied up tabs
3802         * src/pic/pcode.c tidied up tabs and disabled verbose code generation
3803         * src/pic/pcoderegs.c tidied up tabs
3804         * src/pic/ralloc.c tidied up tabs
3805
3806 2004-07-30 Vangelis Rokas <vrokas AT otenet.gr>
3807
3808         * src/SDCCmem.c (allocGlobal): don't turn S_REGISTER storage class
3809         to S_FIXED for pic16 port and when symbol is not in level 0,
3810         allocate for S_REGISTER storage class and pic16 port, too,
3811         * src/pic16/device.h: prototype for checkSym,
3812         * src/pic16/device.c (pic16_dump_access, checkSym): NEW,
3813         * (pic16_assignConfigWordValue): test the value and the mask to
3814         validate that the value is suitable for the configuration word,
3815         * src/pic16/glue.c (pic16_printIvalFuncPtr): use 'externs' to
3816         collect extern declared symbols, don't emit symbol twice, check
3817         first if symbol is in publics set first,
3818         * src/pic16/main.c (_pic16_keywords[]): added keyword 'register',
3819         * added command line '--fstack' which enables an experimental
3820         feature for stack access, too buggy to be used yet...
3821         * src/pic16/ralloc.c (pic16_accessregWithName): NEW,
3822         * (pic16_allocDirReg): when register has storage class S_REGISTER
3823         allocate in pic16_dynAccessRegs,
3824         * device/include/pic16/pic18f????.h: modified configuration word
3825         naming convention, words started as CONFIG0H but should be CONFIG1H
3826
3827 2004-07-29 Maarten Brock <sourceforge.brock AT dse.nl>
3828
3829         * device/include/mcs51reg.h: fixed bug 970993
3830
3831 2004-07-27 Maarten Brock <sourceforge.brock AT dse.nl>
3832
3833         * added lib/calloc.c, lib/free.c, lib/realloc.c, include/stddef.h
3834         * updated lib/malloc.c, lib/libsdcc.lib, lib/Makefile.in, include/malloc.h
3835         * src/SDCC.lex (doPragma): added pragma disable_warning <nnn>
3836         * src/SDCCmain.c (parseCmdLine): added option --disable-warning <nnn>
3837         * src/ds390/gen.c (genPlusIncr): fixed bug when incrementing generic pointers
3838         * support/Util/SDCCerr.c (vwerror): suppress disabled warnings and output
3839           error/warning numbers,
3840           added function setWarningDisabled()
3841         * support/Util/SDCCerr.h: added setWarningDisabled() and MAX_ERROR_WARNING
3842         * support/regression/ports/mcs51-stack-auto/spec.mk: added dependencies
3843           _memcmp.c _memmove.c calloc.c realloc.c free.c
3844         * support/regression/tests/malloc.c: added tests for new functionality
3845         * support/regression/tests/zeropad.c: added tests for truncated initializers
3846           and initialized char arrays starting with '\x0'
3847         * src/mcs51/peeph.def: fixed regression, added peephole 177.f
3848
3849 2004-07-26 Bernhard Held <bernhard AT bernhardheld.de>
3850
3851         * support/valdiag/tests/overflow.c: fixed warning on (1 >> 40)
3852
3853 2004-07-26 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
3854
3855         * doc/sdccman.lyx: updated example in section "Absolute Addressing"
3856         * src/mcs51/peeph.def: added contributed fix for "bug" #995347 as
3857         peephole 177.e. Thanks to anonymous
3858
3859 2004-07-25 Vangelis Rokas <vrokas AT otenet.gr>
3860
3861         * src/pic16/glue.c (pic16_printIvalFuncPtr): when an extern
3862         function isn't used in the source but referenced as a
3863         variable initializer then declare it as extern in .asm file
3864
3865 2004-07-24 Vangelis Rokas <vrokas AT otenet.gr>
3866
3867         * .version: increased version number to 2.4.3
3868
3869         Adding version extension according to ChangeLog CVS revision
3870         * src/Makefile.in (target all): added dependency 'version.h'
3871         * (rule version.h): added rule to create version.h from ChangeLog,
3872         * (rule dep): added dependency version.h,
3873         * src/version.awk: AWK script to create version.h
3874         * src/SDCCdwarf2.c (dwWriteModule),
3875         * src/SDCCglue.c (initialComments),
3876         * src/SDCCmain.c (printVersionInfo): modified to write after
3877         version string the version extension number,
3878         * src/SDCCutil.c: included "version.h"
3879         * (getBuildNumber): NEW, returns SDCC's ChangeLog minor revision
3880         number,
3881         * src/SDCCutil.h: added prototype for getBuildNumber
3882
3883         * src/SDCCmain.c (parseCmdLine): when sOpt is 'I' add rest in
3884         includeDirsSet, too,
3885         * src/SDCCsymt.c (checkSClass): don't emit error when a variable,
3886         const char [] is found in function prototype...
3887
3888         * src/pic16/genarith.c (pic16_genUMult8XLit_8): optimization to omit
3889         moving to WREG with source is already in WREG,
3890         * src/pic16/gen.h: added AOP_FSR0 and AOP_FSR2 in enum,
3891         * src/pic16/gen.c (getFreePtr): updated to look for FSR0 and FSR2,
3892         * (aopForSym): stack'ed symbols are partially supported, added
3893         if-clause to support symbols in FARSPACE,
3894         * (sameRegs): added test for AOP_ACC to see if registers are same,
3895         * (pic16_freeAsmop): added case for AOP_FSR0 and AOP_FSR2,
3896         * (pic16_aopGet): added case for AOP_FSR0 and AOP_FSR2,
3897         * (pic16_popRegFromString): will not allocate a new register if it
3898         doesn't find one by name, bug may have introduced...
3899         * (pic16_popGet): added case for AOP_FSR0 and AOP_FSR2,
3900         * (genIpush): revived to use pic16 port's stack,
3901         * (genAddrOf): added incomplete case for stack'ed operand,
3902         * (genCast): optimized a pair of MOVFW,MOVWF to MOVFF
3903         * src/pic16/genutils.c (pic16_genNot): almot new vesrion for NOT,
3904         can handle multibyte operands,
3905         * src/pic16/glue.c (pic16_printIval*): some debug info added,
3906         * (pic16initialComments): added message for MPLAB compatibility
3907         mode enabled,
3908         * src/pic16/main.h: prototype for pic16_mplab_comp,
3909         * src/pic16/main.c (pic16_optionsTable): new option --mplab-comp,
3910         which enabled MPLAB compatibility mode (i.e. no #LINE/#FILE, BANKED)
3911         * (_pic16_linkEdit): NEW, handles link stage, transferred here
3912         because of increased complexity of procedure,
3913         * (_process_pragma): stack pragma changed to format 'stack pos len',
3914         emit symbol '_stack_end' to conform with gplink,
3915         * src/pic16/pcode.c (pic16_newpCodeOpBit): using pic16_regWithName
3916         to search for register,
3917         * (pic16_get_op, pic16_get_op2): added case for PO_W, PO_WREG and
3918         PO_GPR_REGISTER,
3919         * (pic16_pCode2str): when in MPLAB compatibility mode, comment out
3920         #LINE directives and replace 'B' with 'BANKED' in instruction opcodes
3921         * (pic16_getRegFromInstruction, pic16_getRegFromInstruction2): added
3922         case for PO_GPR_REGISTER,
3923         * (pic16_AnalyzeBanking): removed the old message for inc2h.pl, past
3924         dies, the new era is ahead !...
3925         * src/pic16/ralloc.c: added hash reposits pic16_dynAllocRegNames and
3926         pic16_dynInternalRegs,
3927         * (pic16_allocregWithName, pic16_procregWithName, pic16_regWithname): NEW,
3928         * (pic16_allocDirReg): minor optimizations and bug fixes,
3929         * (pic16_allocWithIdx): when searching pic16_dynProcessorRegs use fixed,
3930
3931         * device/lib/pic16/startup/crt0*.c: extern definition of stack_end,
3932         load stack and frame pointer with address of 'stack_end' symbol
3933
3934 2004-07-23 Vangelis Rokas <vrokas AT otenet.gr>
3935
3936         * src/pic16/glue.c (pic16emitStaticSeg): fixed bug with files
3937         without source code but only variable initializers
3938
3939 2004-07-20 Vangelis Rokas <vrokas AT otenet.gr>
3940
3941         * src/pic16/glue.c (pic16emitRegularMap): unused functions marked as
3942         external are not declared as extern to reduce overhead while linking
3943
3944 2004-07-20 Maarten Brock <sourceforge.brock AT dse.nl>
3945
3946         * src/SDCCast.c (decorateType): removed buggy fix for bug #979599
3947
3948 2004-07-11 Maarten Brock <sourceforge.brock AT dse.nl>
3949
3950         * src/SDCCglue.c (printIvalArray): fixed bug #984229, thanks to Phuah
3951           Yee Keat for the patch
3952         * src/SDCCast.c (decorateType): fixed bug #979599
3953         * src/ds390/gen.h: removed local fReturnSizeDS390
3954         * src/ds390/gen.c: made fReturnSizeDS390 signed short to remove a warning
3955         * src/ds390/gen.c (genAnd, genOr, genXor),
3956         * src/mcs51/gen.c (genAnd, genOr, genXor): generate better optimized code
3957
3958 2004-07-04 Vangelis Rokas <vrokas AT otenet.gr>
3959
3960         * src/SDCCmain.c (linkEdit): modifications only for pic16 port,
3961         add relFilesSet to $3, manipulate $2 to handle linking of object
3962         files without source files in command line,
3963         * device/include/pic16 (all headers): added ID location macros,
3964         * src/pic16/device.c (struct PIC16_device Pics16[]): added field
3965         entries for ID location bytes,
3966         * (pic16_assignIdByteValue): NEW,
3967         * src/pic16/device.h: new structures idRegInfo_t and idBytesInfo_t,
3968         added field dumpcalltree to pic16_options_t,
3969         * src/pic16/gen.c (genCmp): fixed bug case so a temporary register
3970         is used instead of pic16_Gstack_base_addr, check if (ifx) before
3971         emitting rFalseIfx label after check_carry label,
3972         * src/pic16/glue.c (PIC16_IS_IDLOC_ADDRESS, PIC16_IS_HWREG_ADDRESS,
3973         pic16_emitDIRegs), NEW
3974         * (pic16glue): dump .calltree file when option --calltree found,
3975         * src/pic16/main.c (OPTION _pic16_optionsTable): new option --calltree
3976         * (_pic16_genAssemblerPreamble): emit ID locations after
3977         configuration registers,
3978         * (pic16_linkCmd): modifications of the link command,
3979         * src/pic16/pcode.c (pic16_pciMOVFF): PCC_REGISTER replaces PCC_REGISTER2
3980         * (pic16_pCodeInitRegisters): don't init stack registers,
3981         * (pic16_findPrevInstruction): fixed bug,
3982         * (pic16_getRegFromInstruction, pic16_getRegFromInstruction2): fixed
3983         bug with immediate registers,
3984         * (buildCallTree): traces stack push and pop,
3985         * (pct2): dump also stack usage for each function,
3986         * src/pic16/ralloc.c (dynrIdx): registers names start from 0x00
3987         * (pic16_allocDirReg): various modifications,
3988         * (pic16_typeRegWithIdx): when searching pic16_dynProcessorRegs set
3989         fixed to 1,
3990
3991 2004-07-02 Vangelis Rokas <vrokas AT otenet.gr>
3992
3993         * src/pic16/pcode.c: removed buggy double colon
3994
3995 2004-07-01 Borut Razem <borut.razem AT siol.net>
3996
3997         * support/scripts/sdcc.nsi: added include/pic16 to setup
3998
3999 2004-06-30 Vangelis Rokas <vrokas AT otenet.gr>
4000
4001         * device/lib/Makefile.in: fixed bug in target objects-pic16,
4002         * device/lib/pic16/Makefile: prefixed with dash (-) command under
4003         target 'clean',
4004         * doc/sdccman.lyx: changed version to 2.4.2 and added some port
4005         specific command line arguments. Also added sample lkr script
4006         for placing a variable at a specific memory bank.
4007         * src/pic16/device.c (pic16_dump_gsection): NEW, to dump variables
4008         at a specific memory bank,
4009         * (pic16_dump_isection): fixed bug which caused string literals to
4010         be omitted when dumping idata section,
4011         * (pic16_groupRegistersInSection): added code to handle registers
4012         in specific memory banks,
4013         * src/pic16/gen.c: labelOffset is prefixed with pic16_ and made
4014         public, all references are renamed too,
4015         * (pic16_aopGet): removed switch cases for AOP_R0,AOP_R1,AOP_DPTR,
4016         AOP_DPTR2,
4017         * (pic16_storeForReturn): added case to handle when dest is WREG,
4018         * src/pic16/genarith.c (pic16_pCodeOpSubType): NEW,
4019         * src/pic16/glue.c (pic16emitRegularMap): when adding a register in
4020         pic16_rel_udata, check to see if that register is marked as being
4021         a member of a specific memory bank,
4022         * (pic16_printIvalCharPtr): added code to add string literals either
4023         to code or the idata sections,
4024         * src/pic16/main.c (_process_pragma): added \n to WHITE constant,
4025         also accept the 'udata' pragma,
4026         * src/pic16/main.h: new structure types sectName and sectSym
4027         * src/pic16/pcode.c: added new pCodeInstruction entry for BANKSEL
4028         * (newpCodeOpBit): added PIC_OPTYPE subt in function prototype,
4029         * (pic16_findPrevInstruction): fixed, it returned nothing,
4030         * (insertBankSwitch): fixed to emit banksel/skip and skip/banksel
4031         instruction combinations,
4032         * (pic16_FixRegisterBanking): heavily reorganised,
4033         * (pic16_AnalyzeBanking): if generating banksel directives is
4034         disabled, then don't call FixRegisterBanking at all,
4035         * src/pic16/ralloc.c (bitEQUs, aliasEQUs, allDefsOutOfRange):
4036         completely removed,
4037         * (pic16_writeUsedRegisters): added call to pic16_dump_gsection
4038
4039 2004-06-29 Bernhard Held <bernhard AT bernhardheld.de>
4040
4041         * src/SDCCglue.c (printChar): fixed bug #973350, patch provided by
4042         Phuah Yee Keat <yk.phuah AT nestac.com>
4043
4044 2004-06-28 Vangelis Rokas <vrokas AT otenet.gr>
4045
4046         * src/pic16/glue.c (pic16createInterruptVect): function now emits
4047         correctly the IVT even if it is relocated to some other location
4048
4049 2004-06-28 Vangelis Rokas <vrokas AT otenet.gr>
4050
4051         * device/include/pic16/pic18fregs.h: added case for pic18f2220.h
4052         * device/include/pic16/pic18f2220.h: NEW,
4053         * device/lib/pic16/libdev/pic18f2220.c: NEW,
4054         * device/lib/pic16/libdev/Makefile: added 18f2220 in DEVS,
4055         * src/pic16/device.c (struct Pics16): added info for 18f2220,
4056         * src/pic16/device.h (struct pic16_options): added ivt_loc and
4057         nodefaultlibs, ivt_loc is the location of the interrupt vector
4058         table, and nodefaultlibs signs that default libraries should not be
4059         linked in link stage,
4060         * src/pic16/gen.c (genFunction): relocate interrupt vector functions
4061         according to --ivt-loc argument,
4062         * src/pic16/main.c (_process_pragma): emit '_stack' as public symbol
4063         when pragma stack is found,
4064
4065 2004-06-25 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
4066
4067         * src/mcs51/peeph.def: added peepholes 182.d (return 0.0),
4068         256 (range check), 257 (do while), 258.a-f (bit banging
4069         f.e. on 3-wire SPI bus)
4070
4071 2004-06-21 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4072
4073         * src/SDCClrange.c (findNextUseSym): fixed a live range bug with
4074         variables used exclusively within a loop
4075
4076 2004-06-21 Bernhard Held <bernhard AT bernhardheld.de>
4077
4078         * src/mcs51/gen.c (genCpl): quick fix for bug #974835
4079
4080 2004-06-21 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4081
4082         * src/SDCClrange.c (computeClash): fixed bug #971834
4083
4084 2004-06-20 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4085
4086         * src/mcs51/gen.c (genCmp): fixed bug #975903
4087         * src/hc08/gen.c (operandsEqu),
4088         * src/ds390/gen.c (operandsEqu),
4089         * src/z80/gen.c (operandsEqu),
4090         * src/pic/gen.c (operandsEqu),
4091         * src/pic16/gen.c (operandsEqu),
4092         * src/mcs51/gen.c (operandsEqu): fixed bug #976283
4093         * src/SDCCmain.c (parseCmdLine): report --unknown-option only once
4094
4095 2004-06-15 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4096
4097         * src/SDCCcse.c (cseBBlock): fixed bug #966963
4098
4099 2004-06-12 Vangelis Rokas <vrokas AT otenet.gr>
4100
4101         * src/pic16/gen.c (genPointerGet): added E_INTERNAL_ERROR for
4102         default case in switch statement,
4103         * glue.c (pic16_initPointer): expr is initialised via decoarteType
4104         to eliminate problem with initialisation of pointers, but problem
4105         still exists,
4106         * (pic16_pointerTypeToGPByte): removed, no needed for pic16,
4107         * (emitStaticSegment): removed various lines emitting debug info,
4108         * src/pic16/pcode.c, src/pic16/pcode.h, src/pic16/ralloc.h:
4109         added processor registers for utilizing EEPROM,
4110         * src/pic16/pcode.c (pic16_emitDB): number of DBs emitted is not
4111         configurable and set 8
4112
4113 2004-06-08 Vangelis Rokas <vrokas AT otenet.gr>
4114
4115         * .version: increased version number to 2.4.2,
4116
4117         Cumulative patch for pic16 port
4118         * src/pic16/device.c: changed scheme to dump initial values for
4119         variables in idata segment, all print_idata* functions were removed,
4120         now the pic16_printIval* will be called,
4121         * src/pic16/glue.c: (pic16_initPointer, pic16_pointerTypeToGPByte,
4122         * _pic16_printPointerType, pic16_printPointerType,
4123         * pic16_printGPointerType, pic16_printIvalArray, pic16_printIvalStruct,
4124         * pic16_printIvalBitFields, pic16_printIvalFuncPtr, pic16_printIvalPtr:
4125         NEW, similar to the respective functions in SDCCglue.c,
4126         * src/pic16/pcode.c (pic16_emitDB, pic16_flushDB): reverted to old
4127         way, emitting hex bytes,
4128         * (pic16_emitDS): NEW, emits a string for pointer initialisation,
4129
4130 2004-06-08 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4131
4132         * src/avr/ralloc.c (serialRegAssign),
4133         * src/xa51/ralloc.c (serialRegAssign),
4134         * src/pic/ralloc.c (serialRegAssign),
4135         * src/pic16/ralloc.c (serialRegAssign),
4136         * src/hc08/ralloc.c (serialRegAssign),
4137         * src/z80/ralloc.c (serialRegAssign),
4138         * src/ds390/ralloc.c (serialRegAssign),
4139         * src/mcs51/ralloc.c (serialRegAssign): fixed bug #964479
4140
4141 2004-06-08 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4142
4143         * src/SDCCicode.c (geniCodeJumpTable): fixed bug #967601
4144         * src/SDCCpeeph.c (labelIsReturnOnly): fixed bug #966505
4145
4146 2004-06-07 Vangelis Rokas <vrokas AT otenet.gr>
4147
4148         Cumulative patch for pic16 port:
4149         * src/pic16/device.h (typedef PIC16_device) modified fields for
4150         defining microcontrollers,
4151         * src/pic16/device.c: added new info for all devices in Pics16 array,
4152         * src/pic16/gen.c (genPcall): fixed bug that caused the return label
4153         to be optimised out by the pCode optimiser,
4154         * src/pic16/glue.c (pic16emitRegularMap): treat implicit aggragates
4155         specially, bug reported by G.M. Gallant,
4156         * src/pic16/pcode.c (pic16_newpCodeLabelFORCE): NEW, marks a label
4157         as force'd so that cannot be optimised out by pCode optimiser,
4158         * src/pic16/pcode.c,
4159         * src/pic16/pcodepeeph.c,
4160         * src/pic16/pcoderegs.c: many modifications to re-enable peepholes,
4161         they are disabled by default, but can be enabled explicit with
4162         command argument --denable-peeps, for testing,
4163         * device/lib/pic16/startup/Makefile: added --no-peep,--pomit-config-words,
4164         --pomit-ivt in COMPILE_FLAGS
4165
4166 2004-06-06 Maarten Brock <sourceforge.brock AT dse.nl>
4167
4168         * src/pic16/pcode.c (pic16_emitDB): removed double semicolon which fails
4169           compilation on MSVC
4170
4171 2004-06-06 Maarten Brock <sourceforge.brock AT dse.nl>
4172
4173         * device/include/sab80515.h: added sfr P6, changed GPL to LGPL
4174
4175 2004-06-06 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
4176
4177         device/include/sab80515.h: fixed bug #967492, DAPR is defined at adress
4178         0xd8, but the correct adress is 0xda. Thanks to anonymous for reporting
4179
4180 2004-06-06 Vangelis Rokas <vrokas AT otenet.gr>
4181
4182         * src/pic16/device.c (pic16_assignConfigWord): fixed bug that
4183         would only assign 0x300001 register.
4184
4185 2004-06-05 Vangelis Rokas <vrokas AT otenet.gr>
4186
4187         * device/lib/pic16/startup/Makefile: added $(MODELFLAGS)
4188         in COMPILE_FLAGS. Thanks to G. Gallant for report.
4189
4190 2004-06-05 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
4191
4192         * doc/sdccman.lyx: minor changes, mentioned beta vendor support
4193         for ds80c400
4194         * src/mcs51/peeph.def: ran unexpand -a over peeph.def
4195         * src/mcs51/peeph.def: removed obsolete peephole 100.a,
4196         added peephole 254 (left shift), 255 (jump table)
4197
4198 2004-06-04 Vangelis Rokas <vrokas AT otenet.gr>
4199
4200         * device/lib/Makefile.in: removed comment line with model-pic16,
4201         * (target port-specific-objects-pic16): the libraries and objects
4202         are copied to the build directory form the device/lib/pic16/bin
4203         directory
4204
4205         Cumulative patch concerning pic16 port:
4206         * library directory has been re-organized,
4207         * added support for PIC18F1220,
4208         * added headers and library sources for chips 18f1220,18f6520,
4209         18f6620,18f6680,18f6720,18f8520,18f8620,18f8680,18f8720
4210
4211         * configuration registers setting has changed, now each supported
4212         device has a complete description of the registers it uses,
4213         * all initialisations are moved to idata sections, these section
4214         can be absolute or relocatable,
4215         * fixed initialisation of codespace variables,
4216         * fixed warning about PCLATU and gpsim,
4217         * src/pic16/gen.c (genCmp): now can handle partially iCodes with no ifx,
4218         * (genAssign): use table reads when assigning from variables in codespace,
4219         * src/pic16/glue.c (pic16emitStaticSeg): fixed to correctly initialise
4220         char/int variables placed in codespace,
4221         * (pic16_emitConfigRegs): NEW, emits a list with configuration
4222         registers set in .asm file, no need for --pomit-config-words anymore,
4223         * (pic16glue): some 8051 legacy segments are commented out
4224         (to be removed completely),
4225         * added support for alternative assembler and linker with --asm=
4226         and --link= command line arguments,
4227         * peepholes are disabled automatically in the port, no need to
4228         specify on command line,
4229         * port supports natively char/int/long multiplication, but converts
4230         all divisions to support functions,
4231         * main.c: pic16_linkCmd and pic16_asmCmd changed to force output
4232         to the file set in variable $2,
4233         * pcode.c (pic16_emitDB, pic16_flushDB): modified to print printable
4234         strings in ASCII format and not in hex,
4235         * ralloc.c (serialRegAssign): added a triplet of conditional calls
4236         to pic16_allocDirReg for IC_RESULT, IC_LEFT and IC_RIGHT so to
4237         allocate proper register if iCodes aren't temporary,
4238
4239 2004-06-02 Maarten Brock <sourceforge.brock AT dse.nl>
4240
4241         * support/regression/tests/zeropad.c: added TEST_G macro for alpha
4242
4243 2004-06-02 Vangelis Rokas <vrokas AT otenet.gr>
4244
4245         * src/pic16/gen.c (genPcall): warning about gpsim and PCLATU
4246         is commented out
4247
4248 2004-06-01 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4249
4250         * src/hc08/gen.c (genPointerGetSetOfs): disabled optimization if
4251         computed address is reused
4252         * src/hc08/gen.c (genPackBits): fixed offsets in assignments to
4253         multi-byte bitfields
4254
4255 2004-06-01 Maarten Brock <sourceforge.brock AT dse.nl>
4256
4257         * src/z80/gen.c: (genArrayInit): must check for pointers too
4258
4259 2004-06-01 Maarten Brock <sourceforge.brock AT dse.nl>
4260
4261         * support/regression/tests/zeropad.c: never meant to commit the
4262           nestedstruct test: removed, added check for GCC version
4263
4264 2004-05-31 Maarten Brock <sourceforge.brock AT dse.nl>
4265
4266         * src/SDCCast.c (createIvalArray): fixed bug 770487 SIGSEGV
4267         * src/SDCCglue.c (emitRegularMap): fixed bug 770484 allocation problem
4268         * src/SDCCglue.c (initPointer, printIvalType, printIvalStruct,
4269           printIvalArray, printIvalFuncPtr, printIvalPtr, printIval): fixed
4270           bugs 928906 and 954082 half-empty initializers
4271         * src/SDCCsymt.h,
4272         * src/SDCCsymt.c (getAllocSize): added for above fix
4273         * src/z80/gen.c (genArrayInit): fixed bug 741044
4274         * support/regression/tests/zeropad.c: added tests
4275
4276 2004-05-30 Vangelis Rokas <vrokas AT otenet.gr>
4277
4278         * src/pic16/device.c (pic16_dump_section): corrected bug which
4279         caused some symbols of the libraries to be misplaced
4280
4281 2004-05-28 Vangelis Rokas <vrokas AT otenet.gr>
4282
4283         * src/pic16/glue.c,
4284         * src/pic16/ralloc.h,
4285         * src/pic16/ralloc.cc: prefixed IS_CONFIG_ADDRESS with PIC16_
4286         to fix conflict with pic port
4287
4288 2004-05-28 Vangelis Rokas <vrokas AT otenet.gr>
4289
4290         * src/pic16/glue.c (pic16emitStaticSeg): do not print as publics or
4291         externs configuration variables,
4292         * src/pic16/ralloc.h,
4293         * src/pic16/ralloc.cc: IS_CONFIG_ADDRESS is made public and added
4294         prototype in header, commented out some debug messages
4295
4296 2004-05-26 Vangelis Rokas <vrokas AT otenet.gr>
4297
4298         * src/pic16/glue.c,
4299         * src/pic16/main.c,
4300         * src/pic16/pcode.c: added gpasm directives #FILE/#LINE
4301         for gpasm COFF object generation. Thanks to D. Hawkins for
4302         his patch info
4303
4304 2004-05-25 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4305
4306         * src/ds390/main.c,
4307         * src/mcs51/main.c: fixed sort order of mnemonics (thanks to Maarten
4308         Brock for spotting this)
4309         * src/ds390/gen.c (genEndFunction),
4310         * src/mcs51/gen.c (genEndFunction): always save psw if function is an
4311         interrupt handler and critical. Disable push/pop optimizations when
4312         peephole optimizations disabled.
4313
4314 2004-05-25 Vangelis Rokas <vrokas AT otenet.gr>
4315
4316         Updated pic16 library sources and headers.
4317         * device/lib/pic16/pic18f*/ ,
4318         * device/include/pic16/*.h: modified to handle structured SFR
4319         definitions
4320
4321 2004-05-25 Vangelis Rokas <vrokas AT otenet.gr>
4322
4323         * src/port.h (PORT structure): added hook initPaths, now each
4324         port can declare its own default search paths,
4325         which can been seen with the --print-search-dirs option,
4326         see pic16 port for example,
4327         * src/SDCCmain.c (setBinPaths, setIncludePaths, setLibPath,
4328         setDataPaths): test to options.printSearchDirs is ifdef'ed out,
4329         * (doPrintSearchDirs): NEW, replaces in a central manner the
4330         printing of search dirs which was split in set*Paths functions,
4331         * (main): added call to port->initPaths and doPrintSearchDirs,
4332         * src/avr/main.c,
4333         * src/ds390/main.c,
4334         * src/hc08/main.c,
4335         * src/izt/i186.c,
4336         * src/izt/tlcs900h.c,
4337         * src/mcs51/main.c,
4338         * src/pic/main.c,
4339         * src/pic16/main.c: modified port structures to reflect addition of
4340         initPaths hook,
4341
4342         * src/pic16/device.c (regCompare): registers are finally sorted by name,
4343         * (pic16_dump_section): for registers in same address reserve memory once,
4344         * src/pic16/device.h (struct PIC16_device): changed variable gen_banksel
4345         to no_banksel,
4346         * src/pic16/genarith.c (pic16_genPlus): added code to handle cases where
4347         result is greater in size than right or left,
4348         * (pic16_genUMult8X8_8): there are some cases where the result can
4349         be 16 bits size, so handle these,
4350         * src/pic16/gen.c: changed some pic16_emitpcomment to DEBUGpic16_emitcode,
4351         * (pic16_outBitC): modified to emit pcodes,
4352         * (pic16_storeForReturn): using is_LitOp to see if operand is literal
4353         or not,
4354         * (genDivOneByte): implemented algorithm to divide 8-bits,
4355         * (genCmp): uncommented goto, but issues still exist,
4356         * (genAnd): fixed a bug with variables >8bits,
4357         * (genPackBits): optimization added that uses BCF/BSF to change a
4358         single bit,
4359         * (genAssign): fixed bug when assigning floating point literals,
4360         * src/pic16/glue.c (pic16glue): added assembler directive 'code' before
4361         __sdcc_gsinit_startup label,
4362         * src/pic16/main.c (_pic16_init): removed search directory
4363         initialisations,
4364         * (_pic16_initPaths): NEW, used to initialise search directories,
4365         * (_hasNativeMulFor): support functions for all except char/int
4366         multiplication, and char division,
4367         * (PIC16_port struct): modified entry for native mul support,
4368         * src/pic16/pcode.c (insertBankSwitch): modified to support the renamed
4369         no_banksel option,
4370         * (buildCallTree): call to register_usage is ifdef'ed out,
4371
4372 2004-05-22 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4373
4374         * device/include/string.h: applied Stas Sergeev's patch to make this
4375         header file compatible with the preprocessor -Wundef option
4376         * src/SDCCmain.c (main): abort compilation if preprocessor reports
4377         failure (fixes bug #941458)
4378
4379 2004-05-21 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4380
4381         * src/SDCCopt.c (killDeadCode): fixed bug #907733
4382         * support/Util/SDCCerr.c: reworded E_AUTO_ASSUMED diagnostic to clarify
4383         that the variable, not the function, should be static
4384         * src/SDCCval.c (valCastLiteral): fixed bit initialization from literal
4385         to be consistent with non-literal case
4386
4387 2004-05-19 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4388
4389         * src/SDCCast.c (isConformingBody): fixed bug #949967
4390         * src/SDCCopt.c (cnvToFcall, cnvToFloatCast, cnvFromFloatCast,
4391         convilong): fixed bug #952086
4392
4393 2004-05-18 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4394
4395         * src/SDCCmem.c (allocVariables): fixed bug #955321
4396
4397 2004-05-18 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4398
4399         * src/hc08/main.c (_hc08_genAssemblerEnd),
4400         * src/SDCCdwarf2.c (dwOpenFile, dwCloseFile, dwWriteFunction,
4401         dwWriteModule, dwWriteCLine, dwWriteALine, dwarf2FinalizeFile):
4402         completely eliminated the use of a temporary file
4403         * src/SDCCdwarf2.c (dwWriteAttr): fixed bug with location list offset
4404         when more than one file linked
4405         * src/SDCCloop.c (pointerAssigned): fixed bug #954163
4406
4407 2004-05-17 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4408
4409         * src/SDCCval.c (valForArray): applied Maarten Brock's patch #947682
4410         which fixes bug #543481
4411         * support/regression/tests/bug-751703.c: fixed comments left from a
4412         cut and paste error
4413         * src/SDCCdwarf2.c (dwCloseFile): don't explicitly close a temp file
4414         * src/SDCCdwarf2.c (dwTagFromType): added bitfield support
4415         * src/SDCCdwarf2.c (dwWriteSymbolInternal): handle extern within local
4416         scopes
4417         * src/SDCCdwarf2.c (dwWriteLineNumber): line number deltas are signed
4418         * src/SDCCmain.c (processFile, parseCmdLine): non-alphanumeric chars
4419         are now changed to underscores in moduleName
4420
4421 2004-05-15 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
4422
4423         * as/mcs51/lkmem.c: better fix for bug #954173
4424
4425 2004-05-15 Maarten Brock <sourceforge.brock AT dse.nl>
4426         committed by Frieder Ferlemann <Frieder.Ferlemann AT web.de>
4427
4428         * device/include/c8051f020.h: newly added SiLabs (Cygnal) header file
4429         * device/include/c8051f000.h,
4430         * device/include/c8051f120.h,
4431         * device/include/c8051f300.h,
4432         * device/include/c8051f310.h,
4433         * device/include/c8051f320.h: updated (added _XPAGE, CAPN, CAPP,
4434         PWM16) and detab'ed
4435
4436 2004-05-15 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
4437
4438         * doc/sdccman.lyx: mentioned sourceforge's delay between web frontend
4439         and mailing lists, doc'ed --no-peep-comments, removed reference
4440         to knoppix (newest version has no LyX/LaTeX), other minor changes
4441         * src/SDCCglue.c (glue): save 2 bytes stack space with
4442         option --main-return. The ljmp could probably be avoided too
4443
4444 2004-05-14 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
4445
4446         * as/mcs51/lkmem.c, as/mcs51/lkaomf51: fixed bug 954173
4447
4448 2004-05-14 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4449
4450         * src/SDCCsymt.h: added IS_AUTO(symbol) test macro
4451         * src/SDCCopt.c (isLocalWithoutDef),
4452         * src/SDCCicode.c (operandFromSymbol): use the IS_AUTO test macro
4453         which adds a !IS_EXTERN codition. Fixes bugs #877426 and #751703.
4454         (credit to Maarten Brock for patch #949363, on which this is based)
4455         * support/regression/tests/bug-751703.c: some test cases of extern used
4456         within inner scopes.
4457
4458 2004-05-14 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4459
4460         * src/SDCCdwarf2.c (dwMatchTypes): structs must have matching
4461         SPEC_STRUCT
4462         * src/SDCCdwarf2.c (dwTagFromType): fix to handle recursive
4463         struct definitions
4464         * src/SDCCdwarf2.c (dwWriteModule, dwNewDebugSymbol, dwWriteEndFunction,
4465         dwWriteLabel): fix to create valid debugger symbols even when
4466         the module name has non-alphanumeric symbols in it
4467         * src/SDCCdwarf2.c (dwWriteSymbolInternal): better detection for
4468         when a variable's allocation has been optimized away
4469
4470
4471 2004-05-13 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4472
4473         * src/hc08/gen.c (hc08_emitDebuggerSymbol),
4474         * src/hc08/main.c,
4475         * src/mcs51/gen.c (mcs51_emitDebuggerSymbol),
4476         * src/mcs51/main.c,
4477         * src/ds390/gen.c (ds390_emitDebuggerSymbol),
4478         * src/ds390/main.c,
4479         * src/z80/gen.c (z80_emitDebuggerSymbol),
4480         * src/z80/main.c,
4481         * src/pic/gen.c (pic14_emitDebuggerSymbol),
4482         * src/pic/main.c,
4483         * src/pic16/gen.c (pic14_emitDebuggerSymbol),
4484         * src/pic16/main.c,
4485         * src/avr/gen.c (avr_emitDebuggerSymbol),
4486         * src/avr/main.c,
4487         * src/xa51/gen.c (xa51_emitDebuggerSymbol),
4488         * src/xa51/main.c,
4489         * src/SDCCdebug.c (emitDebuggerSymbol),
4490         * src/SDCCdebug.h,
4491         * src/port.h: added a debugger struct to the port struct. Added a
4492         callback for defining debugger symbols
4493
4494         * src/SDCCast.c (createLabel),
4495         * src/SDCC.y (labeled_statement): mark all compiler generated labels
4496         with isitmp = 1
4497         * src/SDCCicode.h,
4498         * src/SDCCicode.c (geniCodeFunctionBody): added a link from the FUNCTION
4499         iCode back to the ast for the function
4500
4501         * src/hc08/ralloc.c (hc08_assignRegisters),
4502         * src/hc08/ralloc.h: define a regs struct for the stack pointer. Removed
4503         unneeded fields from the regs struct.
4504         * src/hc08/gen.c (transferRegReg, genFunction, genEndFunction): use the
4505         pushReg() & pullReg() functions instead of emitcode()
4506
4507         * src/hc08/gen.c (genLabel, genhc08Code),
4508         * src/SDCCdebug.h: Added additional debugger hooks needed for DWARF
4509
4510         * src/cdbFile.c (cdbWriteLabel, cdbWriteScope): Added stubs for unneeded
4511         debugger hooks
4512
4513         * src/hc08/gen.c (genEndFunction, genhc08Code),
4514         * src/hc08/gen.h,
4515         * src/mcs51/gen.c (genEndFunction, gen51Code),
4516         * src/mcs51/gen.h,
4517         * src/ds390/gen.c (genEndFunction, gen390Code),
4518         * src/ds390/gen.h,
4519         * src/z80/gen.c (genEndFunction, genZ80Code),
4520         * src/z80/gen.h,
4521         * src/z80/z80.h,
4522         * src/pic/gen.c (genEndFunction, genpic14Code),
4523         * src/pic/gen.h,
4524         * src/pic16/gen.c (genEndFunction, genpic16Code),
4525         * src/pic16/gen.h,
4526         * src/avr/gen.c (genEndFunction, genAVRCode),
4527         * src/avr/gen.h,
4528         * src/xa51/gen.c (genEndFunction, genXA51Code),
4529         * src/xa51/gen.h,
4530         * src/cdbFile.c (cdbWriteFunction, cdbWriteEndFunction): moved cdb
4531         specific code to cdbFile.c and out of the backend code generators
4532
4533         * as/hc08/lkmain.c (main): removed OMF51 support from link-hc08
4534         * as/hc08/lkarea.c (lnkarea): areas with NOLOAD attribute default
4535         starting address is now 0
4536
4537         * as/hc08/asm.h,
4538         * as/hc08/m08pst.c,
4539         * as/hc08/asmain.c (asmbl): implemented the .sleb128 and .uleb128
4540         assembler directive for DWARF support
4541         * as/hc08/lkelf.c (elf): only increment address when rtflg[] set
4542
4543         * src/src.dsp,
4544         * src/Makefile.in,
4545         * src/SDCCdwarf2.c: preliminary DWARF (ver 2) debugger data generator
4546
4547 2004-05-04 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4548
4549         * src/hc08/gen.c (genJumpTab, emitcode, genhc08code): fixed stack error
4550         and inappropriate peephole optimization in jump tables
4551
4552 2004-04-30 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
4553
4554         * as/hc08/m08pst.c,
4555         * src/SDCCglue.c: sdccopt works for the hc08 port now
4556
4557 2004-04-27 Bernhard Held <bernhard AT bernhardheld.de>
4558
4559         * src/SDCCicode.c (geniCodePreInc, geniCodePreDec): fixed bug #942130
4560
4561 2004-04-27 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
4562
4563         * as/hc08/lkelf.c: sdccconf.h is not available in WIN32
4564
4565 2004-04-24 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4566
4567         * src/SDCCpeeph.c (replaceRule): support empty replacement peephole
4568         rules
4569         * src/SDCCmain.c,
4570         * src/SDCCglobl.h,
4571         * src/SDCCpeeph.c (getPeepLine): new option --no-peep-comments omits
4572         comments from the peephole optimizer replacement rules
4573         * src/SDCCmem.c (printAllocInfoSeg): give actual location of spilled
4574         symbols
4575         * src/SDCCcse.c (updateSpillLocation),
4576         * src/SDCCopt.c (killDeadCode, findReqv): better tracking of register
4577         equivalents
4578         * src/hc08/ralloc.c (regTypeNum): pseudo symbols must be in DATA only
4579         * src/hc08/main.c (_hc08_finaliseOptions): made pointers to stack
4580         objects far pointers
4581
4582 2004-04-23 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4583
4584         * src/SDCCsymt.h: a missing part of my last change
4585         * src/pic/ralloc.c (regTypeNum),
4586         * src/pic16/ralloc.c (regTypeNum): fixed statement/declaration order
4587
4588 2004-04-23 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4589
4590         * src/SDCCicode.h,
4591         * src/SDCCicode.c (aggrToPtrDclType),
4592         * src/SDCCptropt.h,
4593         * src/SDCCptropt.c (ptrBaseRematSym, ptrPseudoSymSafe,
4594         ptrPseudoSymConvert),
4595         * src/pic/ralloc.c (regTypeNum),
4596         * src/pic16/ralloc.c (regTypeNum),
4597         * src/hc08/ralloc.c (regTypeNum),
4598         * src/ds390/ralloc.c (regTypeNum),
4599         * src/mcs51/ralloc.c (regTypeNum): check for dependancy hazards before
4600         creating pseudo symbols (fixed bugs #777768, #930484, and #933966)
4601
4602 2004-04-22 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4603
4604         * link/z80/lkmain.c (afile),
4605         * as/hc08/lkmain.c (afile),
4606         * as/mcs51/lkmain.c (afile): fix suggested by Maarten Brock to
4607         prevent a pointer problem when a filename has no directory and
4608         no extension specified.
4609
4610 2004-04-21 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4611
4612         * link/z80/lkmain.c (afile): allow periods in directory names
4613         * link/z80/lkmain.c (afile),
4614         * as/mcs51/lkmain.c (afile),
4615         * as/hc08/lkmain.c (afile): allow linker script file to have an
4616         extension other than ".lnk"
4617         * link/z80/lklex.c (getfid),
4618         * link/z80/lkmain.c (parse),
4619         * as/mcs51/lklex.c (getfid),
4620         * as/mcs51/lkmain.c (parse),
4621         * as/hc08/lklex.c (getfid),
4622         * as/hc08/lkmain.c (parse): Support comments in the linker script
4623         file on lines by themselves and after filenames
4624
4625 2004-04-20 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
4626
4627         * as/link_hc08.dsp: Added as/hc08/lkelf.c to project.
4628
4629 2004-04-20 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4630
4631         * src/z80/peeph-z80.def: removed some peephole rules that don't
4632         work with multibyte arithmetic (fixed bug #937126)
4633         * src/mcs51/peeph.def: fixed peephole rules 150-158 to apply only
4634         to registers and not global variables
4635         * src/SDCCicode.c (geniCodeAssign, ast2iCode, geniCodePostInc,
4636         geniCodePreInc, geniCodePostDec, geniCodePreDec,
4637         geniCodeLogicAndOr, geniCodeConditional): enforce strict lvalue
4638         checking for assignments not internally generated (fixed bug #931895)
4639         * src/SDCC.y (postfix_expr): ignore typedefs when looking for a
4640         structure member (fixed bug #930072)
4641
4642 2004-04-19 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4643
4644         * src/SDCCmain.c (linkEdit),
4645         * src/hc08/main.c (_hc08_parseOptions),
4646         * as/hc08/Makefile.in,
4647         * as/hc08/aslink.h,
4648         * as/hc08/asm.h,
4649         * as/hc08/m08pst.c,
4650         * as/hc08/lkrloc.c (relr, rele),
4651         * as/hc08/lkarea.c (lnkarea)
4652         * as/hc08/lkmain.c (afile, parse),
4653         * as/hc08/lkelf.c: support for ELF output
4654         * as/hc08/lks19.c (s19),
4655         * as/hc08/lkihx.c (ihx): ignore areas with the NOLOAD attribute
4656
4657 2004-04-17 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
4658
4659         * as/mcs51/lkihx.c: Fixed bug #899105.
4660
4661 2004-04-16 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
4662
4663         * doc/sdccman.lyx: Added instructons on how to convert MSVC .dsw and
4664         .dsp files from Unix to DOS.
4665
4666 2004-04-16 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4667
4668         * doc/sdccman.lyx: removed the ANSI-C noncompliance note regarding
4669         function pointers; we have been compliant for several months now.
4670         * src/mcs51/ralloc.c (serialRegAssign): enabled part of my 2004-04-13
4671         change that was accidently commented out
4672         * src/mcs51/gen.c (freeAsmop, getFreePtr, freeForBranchAsmop, genIfxJump,
4673         genCmpEq, jmpTrueOrFalse, genCmp, genAnd, genOr, genXor, genIfx): fixed
4674         bug #922319
4675
4676 2004-04-15 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4677
4678         * src/hc08/gen.c: output of all of the internal debugging information
4679         is now controlled by the D() macro; it is disabled by default
4680
4681 2004-04-13 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4682
4683         * src/mcs51/ralloc.c (serialRegAssign, fillGaps, allocThisReg): try
4684         harder to keep the same registers during a CAST iCode
4685         * src/SDCCopt.c (optimizeCastCast, eBBlockFromiCode): casts of char to
4686         long via int can be done in a single cast, if the signedness is
4687         correct.
4688         * support/regression/tests/bug-927659.c: fixed to avoid conflict with
4689         putchar() in tinibios.c in ds390's library
4690
4691 2004-04-12 Bernhard Held <bernhard AT bernhardheld.de>
4692
4693         * src/SDCCast.c (decorateType): fixed bug #898889,
4694         cast result of a literal complement too
4695         * src/mcs51/ralloc.c (packRegsForAssign): fixed bug #930931,
4696         fixed check for bitfields
4697
4698 2004-04-11 Bernhard Held <bernhard AT bernhardheld.de>
4699
4700         * src/SDCCicode.c (geniCodeLogic): made it static,
4701         (geniCodeLogicAndOr): added in order to fix bug #905492,
4702         (ast2iCode): fixed bug #905492
4703         * support/regression/tests/bug-905492.c: added
4704         * src/SDCCast.c (decorateType): don't decorate/process parms twice,
4705         (processParms): fixed bug #927659: don't copy parms, this will clear
4706         decorated flag
4707         * support/regression/tests/bug-927659.c: added
4708
4709 2004-03-29 Bernhard Held <bernhard AT bernhardheld.de>
4710
4711         * src/SDCCast.c (addCast): don't cast float to char
4712         * device/lib/libsdcc.lib: added _memmove
4713
4714 2004-03-28 Bernhard Held <bernhard AT bernhardheld.de>
4715
4716         * device/lib/large/Makefile: fixed parallel execution by
4717         replacing `make` by `$(MAKE)`
4718
4719 2004-03-28 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4720
4721         * src/hc08/gen.c (genPointerGetSetOfs): correctly handle 1 byte array
4722         offsets (fixes bug #923936)
4723
4724 2004-03-26 Bernhard Held <bernhard AT bernhardheld.de>
4725
4726         * device/lib/small/Makefile: fixed parallel execution by
4727         replacing `make` by `$(MAKE)`
4728
4729 2004-03-23 Bernhard Held <bernhard AT bernhardheld.de>
4730
4731         * device/lib/vprintf.c (vsprintf): minor optimization, see bug #801101
4732
4733 2004-03-23  Scott Dattalo  <scott AT dattalo.com>
4734
4735         * src/pic/gen.c (genCpl): multi-byte complements were not working.
4736         * src/regression/Makefile: Regression test was not running.
4737
4738 2004-03-23 Bernhard Held <bernhard AT bernhardheld.de>
4739
4740         * src/SDCCast.c (resultTypePropagate, decorateType): avoid promotion to int for
4741         complement if possible
4742         * src/SDCCval.c (valComplement),
4743         * src/SDCCicode.c (operandOperation): fixed complement of literal
4744         * support/regression/tests/onebyte.c (testComplement): added
4745
4746 2004-03-22 Bernhard Held <bernhard AT bernhardheld.de>
4747
4748         * src/SDCCast.c (processParms): fixed bug #920866; decorateType() can
4749         return an optimized tree; actually replace actParm with the new tree
4750         * src/SDCCast.h: added some parantheses to remove side effects
4751         * support/regression/tests/bug-920866.c
4752
4753 2004-03-21  Scott Dattalo  <scott AT dattalo.com>
4754         * src/pic/gen.c, src/pic/gen.h, src/pic/genarith.c, src/pic/pcode.c:
4755         Bit operands were not being handled properly in the pic14 port.
4756         (now src/regression/add.c passes again).
4757
4758 2004-03-20 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4759
4760         * src/SDCC.y (labeled_statement): case and default no longer require
4761         a following statement (RFE #893037)
4762
4763 2004-03-19 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4764
4765         * src/mcs51/gen.c (pushSide, genSignedRightShift, genDjnz, geniPush):
4766         use MOVA macro to avoid "mov a,acc" when peephole optimizer is
4767         disabled (fixes bug #916294)
4768         * sim/ucsim/s51.src/mov.cc (inst_mov_a_addr): Throw an error on
4769         "mov a,acc"; patch provided by Lenny Story
4770         * device/include/mc68hc908gp32.h: header contibuted by Juan Gonzalez
4771
4772 2004-03-19 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4773
4774         * src/mcs51/gen.c (genFunction): optimize RECEIVE in reentrant
4775         functions
4776         * src/ds390/gen.c (genFunction, genEndFunction),
4777         * src/ds390/ralloc.c (ds390_assignRegisters),
4778         * src/mcs51/gen.c (genFunction, genEndFunction, mcs51_assignRegisters):
4779         * src/mcs51/ralloc.c (mcs51_assignRegisters): Skip optimizing registers
4780         pushed if there are parameters passed on the stack. Also, a cleaner
4781         way to decide if r0/r1 should be pushed/popped. (Together they fix
4782         bug #918693)
4783
4784 2004-03-18 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4785
4786         * doc/sdccman.lyx,
4787         * device/lib/mcs51/crtpagesfr.asm,
4788         * device/lib/mcs51/crtxinit.asm,
4789         * device/lib/mcs51/crtxstack.asm: Changed name of _PAGESFR to _XPAGE
4790         to avoid confusion with Si Lab's SFRPAGE register.
4791
4792 2004-03-17 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4793
4794         * src/SDCCglue.c (emitMaps): allow public sfr variables
4795         * src/SDCCglue.c (initialComments): include compiler build date
4796         with compiler version and put the timestamp of the generated
4797         assembly file on a serperate line to be less confusing.
4798         * src/port.h: added genInitStartup hook
4799         * src/avr/main.c,
4800         * src/ds390/main.c,
4801         * src/hc08/main.c,
4802         * src/pic/main.c,
4803         * src/pic16/main.c,
4804         * src/xa51/main.c,
4805         * src/z80/main.c: genInitStartup initialize as NULL (default to
4806         historical behaviour)
4807         * src/SDCCglue.c (glue): _sdcc_gsinit_startup is now port specific.
4808         * src/mcs51/main.c: (_mcs51_genInitStartup, _mcs51_genExtraAreas,
4809         _mcs51_genXINIT, _mcs51_genRAMCLEAR): link initialization code from the
4810         library instead of hard coding it into the compiler.
4811         * support/regression/ports/mcs51-stack-auto/spec.mk,
4812         * src/SDCCmain.c (linkEdit): added mcs51.lib to the link libraries
4813         * device/lib/mcs51/Makefile,
4814         * device/lib/small/Makefile,
4815         * device/lib/large/Makefile,
4816         * device/lib/mcs51/crtpagesfr.asm,
4817         * device/lib/mcs51/crtstart.asm,
4818         * device/lib/mcs51/crtxclear.asm,
4819         * device/lib/mcs51/crtxinit.asm,
4820         * device/lib/mcs51/crtclear.asm,
4821         * device/lib/mcs51/crtxstack.asm: move most of the mcs51 C runtime
4822         startup/initialization out of src/SDCCglue.c and src/mcs51/main.c
4823         and into user configurable files.
4824         * device/lib/clean.mk: clean mcs51 directory too
4825         * support/regression/tests/longlit.c: added static to T1 declaration
4826         * doc/sdccman.lyx: documented _PAGESFR sfr for customizing pdata
4827         accesses in the initialization code
4828
4829 2004-03-14 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4830
4831         * device/include/mc68hc908qy.h: corrected declarations of FLBPR and
4832         OSCTRIMVAL as noted in bug #916008
4833
4834 2004-03-14 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4835
4836         * src/SDCCloop.c (basicInduction): fixed bug with loop induction
4837         in loops with multiple exits (reported as incorrect registers
4838         used by Martin Helmling in Sdcc-user list)
4839
4840 2004-03-12 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
4841
4842         * src/ds390/main.c (_ds390_genAssemblerPreamble): cosmetic change,
4843         made ds390 register extensions look less like error messages
4844
4845 2004-03-12 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4846
4847         * src/SDCCglue.c (printIvalPtr): fixed bug with pointer initializer
4848         reported by Adam Wozniak in Sdcc-user list
4849
4850 2004-03-10 Bernhard Held <bernhard AT bernhardheld.de>
4851
4852         * src/SDCCast.c (decorateType): fixed with bug and promotion in
4853         arithmetic optimizations, added debug output
4854
4855 2004-03-09 Bernhard Held <bernhard AT bernhardheld.de>
4856
4857         * device/lib/time.c (mktime): fixed bug reported by Bert Thomas
4858         * sdcc.spec: updated and split sdcc into 3 rpms
4859         * src/SDCCast.c (decorateType): &|^ don't need addCast(); addCast() is
4860         needed for literals of LEFT_OP and '+'
4861         * src/SDCCicode.c (geniCodeLogic): I must have been braindead when I
4862         introduced RESULT_TYPE_NOPROM
4863         (geniCodeMultiply): fixed logic for decision if mul is optimized to
4864         left shift
4865         * src/SDCCsymt.c (computeType): op is int; added RESULT_TYPE_OTHER;
4866         limited promotion to int only for '*'
4867         * src/SDCCsymt.h (computeType): op is int, removed RESULT_TYPE_NOPROM
4868
4869 2004-03-09 Hans Dorn <hjdorn AT users.sourceforge.net>
4870
4871         * src/pic16/gen.c (genSkip),
4872         (genc16bit2lit), (gencjneshort): commented out
4873         (is_LitOp): new helper function, checks operand type
4874         (genCmpEq): rewritten
4875
4876 2004-03-08 Bernhard Held <bernhard AT bernhardheld.de>
4877
4878         * support/regression/tests/bug-908454.c: added
4879
4880 2004-03-07 Bernhard Held <bernhard AT bernhardheld.de>
4881
4882         * src/SDCCast.c (addCast): fixed bug #908454 by promoting bits to char
4883         * src/SDCCicode.c (usualBinaryConversions): op needs int type
4884         (geniCodeCast): cosmetic, don't preserve bit storage class
4885         (geniCodeLeftShift): added promotion
4886         (geniCodeLogic): fixed regression
4887         * src/SDCCsymt.c (computeTypeOr): accept bits too
4888         (compareType): 2nd part of fix for bug #908454, needed for bitfields
4889
4890 2004-03-07  Borut Razem <borut.razem AT siol.net>
4891
4892         * support/Util/findme.c: alloca() replaced with malloc()/free() pair
4893
4894 2004-03-06 Vangelis Rokas <vrokas AT otenet.gr>
4895
4896         * src/pic16/ralloc.c (pic16_genPackRegisters): reverted to old
4897         version of pic16_genPackRegisters which does not check if ic is a
4898         CAST operator,
4899         * src/pic16/gen.c (ifxForOp): disabled new and untested code in
4900         function cause string1.c regression test fails
4901
4902 2004-03-06 Bernhard Held <bernhard AT bernhardheld.de>
4903
4904         * sim/ucsim/configure.in,
4905         * sim/ucsim/configure,
4906         * sim/ucsim/doc/Makefile.in: use docdir
4907         * src/SDCC.y: fixed sbit atrributes
4908         * src/SDCCast.c (getResultTypeFromType): added support for bitfields
4909         * src/SDCCast.c (decorateType): |^& need special promotion handling
4910         * src/SDCCast.h,
4911         * src/SDCCsymt.h: moved definition of RESULT_TYPE
4912         * src/SDCCsymt.h (computeType),
4913         * src/SDCCicode.c: computeType() needs op
4914         * src/SDCCsymt.c (checkTypeSanity),
4915         * doc/sddman.lyx: "plain" bitfields are unsigned
4916         * src/SDCCsymt.c (computeTypeOr): added
4917         * src/SDCCsymt.c (computeType): added support for bitfields, fixed
4918         |^& ops
4919         * src/SDCCval.c (val*): computeType() needs op
4920         * src/SDCCval.c (valCastLiteral): fixed casting of bitfields
4921         * support/regression/tests/onebyte.c: added tests for |^&
4922
4923 2004-03-06 Hans Dorn <hjdorn AT users.sourceforge.net>
4924
4925         * src/pic16/gen.c: (genpic16Code) use copy of printILine's output
4926         for writing icode into asm output.
4927
4928 2004-03-05 Vangelis Rokas <vrokas AT otenet.gr>
4929
4930         * src/pic16/device.c: added some debug lines enabled
4931         with macro DEBUG_CHECK,
4932         * src/pic16/genarith.c: more debug in genPlus,
4933         * (pic16_genUMult8XLit_16, pic16_genUMult8X8_16): removed,
4934         * (pic16_genUMult16X16_16, pic16_genUMult16XLit_16): NEW,
4935         * src/pic16/gen.c: added prototypes for pic16_genMult16X16_16,
4936         * (aopForSym): onStack symbols are re-placed in data memspace,
4937         and onStack flag is cleared,
4938         * (pic16_popGetTempReg, pic16_popReleaseTempReg): modified to
4939         copy temporary pcodeop,
4940         * (genPcall): added warning for not updating PCLATU,
4941         * (genFunction): removed test with IFFUNC_CALLEESAVES, its
4942         always true for pic16 port,
4943         * (genMultOneWord): NEW, supports integer multiplication,
4944         * (genMult): modified to call genMultOneWord,
4945         * (ifxForOp): added warning when return NULL,
4946         * src/pic16/glue.c (pic16emitRegularMap): symbol implicit
4947         flag is set before call to operandFromSymbol for implicit
4948         added structures,
4949         * src/pic16/main.c (_pic16_finaliseOptions): options.float_rent,
4950         options.intlong_rent are set by default,
4951         * (_hasNativeMulFor): modified to allow port generation of integer
4952         multiplication,
4953         * src/pic16/ralloc.c (pic16_allocDirReg): commented out line which
4954         set regtype to REG_SFR for all registers, restricting seting the
4955         accessBank flag for registers 0<= r < 0x80 and 0xf80<=r<=0xfff,
4956
4957 2004-03-05 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
4958
4959         * src/mcs51/peephole.def: added 251.b and 253.x. 253.x are applied
4960         more than 500 times in the regression tests
4961
4962 2004-03-05 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4963
4964         * support/Util/SDCCerr.h,
4965         * support/Util/SDCCerr.c,
4966         * src/SDCC.y (struct_or_union_specifier, enum_specifier,
4967         enumerator_list),
4968         * src/SDCCsymt.c (addSymChain): show location of oriignal definition
4969         for symbol conflicts.
4970         * support/valdiags/tests/enum.c,
4971         * support/valdiags/tests/tentdecl.c,
4972         * support/valdiags/tests/struct.c: expect possible error messages
4973         referring to original symbol definitions.
4974         * src/SDCC.y (struct_or_union_specifier, struct_declarator),
4975         * src/SDCCsymt.h,
4976         * src/SDCCsymt.c (promoteAnonStructs): support anonymous struct/union
4977
4978 2004-03-03 Hans Dorn <hjdorn AT users.sourceforge.net>
4979
4980         * src/pic16/gen.c (gencjne): fixed for right=REG / left=LIT
4981
4982 2004-02-03 Vangelis Rokas <vrokas AT otenet.gr>
4983
4984         * src/pic16/ralloc.c (newReg): fixed bug #908929
4985
4986 2004-03-02 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4987
4988         * src/ds390/gen.c: added missing #include "main.h"
4989
4990 2004-03-02 Vangelis Rokas <vrokas AT otenet.gr>
4991
4992         * src/pic16/device.c (checkAddSym): NEW, adds a symbol to set while
4993         checking if symbol is already in set,
4994         * src/pic16/device.h: prototype for checkAddSym,
4995         * src/pic16/gen.c: (_G): added entry interruptvector,
4996         * (assignResultValue): removed some commented out lines,
4997         * (genFunction): check for ISR via sym->type, absolute section for
4998         interrupt code is created via a new pBlock, the goto instruction is
4999         placed now correctly at the interrupt vector position, changed all
5000         references from ivec to _G.interruptvector,
5001         * WREG,STATUS,BSR are not saved in stack upon an entry to interrupt
5002         is the interrupt is a high priority one, same for return from ISR,
5003         * src/pic16/glue.c: changed all calls of addSetHead for publics and
5004         externs to calls of checkAddSym,
5005         * src/pic16/pcode.c (pic16_pBlockConvert2*): emit warning when
5006         pic16_pcode_verbose flag is set,
5007         * src/pic16/pcode.h: extern to pic16_pcode_verbose,
5008         * src/pic16/pcoderegs.c: message about how many registers are saved
5009         will only be emitted if pic16_pcode_verbose flag is set,
5010
5011 2004-03-02 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5012
5013         * src/ds390/ralloc.h,
5014         * src/ds390/ralloc.c (ds390_regWithIdx),
5015         * src/ds390/gen.c (emitcode),
5016         * src/ds390/main.h,
5017         * src/ds390/main.c (instructionSize, ds390newAsmLineNode, updateOpRW,
5018         ds390opcodeCompare, asmLineNodeFromLineNode, getInstructionSize,
5019         ds390operandCompare, getRegsRead, getRegsWritten,
5020         initializeAsmLineNode): customized instruction size calculation for
5021         ds390, started basis for some register optimizations
5022         * src/ds390/gen.c (gen390Code, emitcode): associate iCodes with
5023         corresponding assembly output
5024         * src/ds390/gen.c (genFunction, genEndFunction): added case to handle
5025         missing push/pop of r0/r1. Optimized push/pops
5026
5027 2004-03-01 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5028
5029         * src/mcs51/main.c (instructionSize): fixed ACALL size
5030         * src/mcs51/main.c (updateOpRW): fixed bug with @dptr, @a+dptr operands
5031
5032 2004-03-01 Vangelis Rokas <vrokas AT otenet.gr>
5033
5034         * src/pic16/device.c (pic16_dump_section): fixed a bug that allowed
5035         the sorting of rlist with NULL elements
5036         * (print_idataType, print_idata): NEW to create idata sections
5037         * src/pic16/device.h: idataSymSet new variable
5038         * src/pic16/gen.c (genFunction): fixed some bugs in string
5039         comparing, improved the absolute section creation for ISRs,
5040         added FSR0L/FSR0H in registers that are saved in an ISR,
5041         * (genInline): fixed the processing of inline snippets,
5042         now they undergo no process by the peephole optimizer
5043         * src/pic16/glue.c (pic16emitRegularMap): symbols with initialiser
5044         are placed in idataSymSet,
5045         * (pic16emitStaticSeg): extern symbols are added in externs,
5046         * src/pic16/ralloc.c (pic16_allocDirReg): work around to reduce bank
5047         switching when aboslute variables are placed in access bank memory
5048         * (pic16_writeUsedRegs): added call to pic16_dump_idata,
5049         * (packRegsForSupport,packRegsForAccUse,packRegsForOneuse):
5050         commented out with #if,
5051         * (pic16_packRegisters): reintroduce the check for CAST because some
5052         symbols are not correctly handled,
5053         * src/pic16/pcode.h: changed the definition of pCodeAsmDir to hold a
5054         pCodeInstruction instead of pCode,
5055         * src/pic16/pcode.c (pic16_newpCodeAsmDir): modified for the new
5056         pCodeAsmDir definition,
5057         * (pic16_pCode2str, genericPrint): when an AsmDir pcode has a NULL
5058         directive, then the argument directive is emitted without the leading
5059         tab, hack for inline labels which must be in the first column,
5060         * (compareLabel,pic16_findNextInstruction),
5061         * (pic16_findPrevInstruction): added case for PO_ASMDIR,
5062         * (insertBankSwitch): modified for the new pCodeAsmDir,
5063
5064 2004-03-01 Hans-Juergen Dorn <hans.dorn AT apl-landau.de>
5065         patch applied by Vangelis Rokas <vrokas AT otenet.gr>
5066
5067         * src/pic16/gen.c (pic16_popGet): case PO_DIR, adds the offset to
5068         instance,
5069         * (pushSide): commented out with #if,
5070         * (assignResultValue): fixed some typos in saving
5071         registers,
5072         * (genPcall): FIXED and sync'ed with genCall,
5073         * (genDataPointerGet,genDataPointerSet): using offset not leoffset
5074         * (genNearPointerGet): fixed to handle some more cases,
5075         implementation scheme via table reads,
5076         * (genConstPointerGet): modified to access code memory correct,
5077         * (genCodePointerGet,genNearPointerSet,genGenPointerSet): modified
5078         and improved to handle some cases
5079         * glue.c (printIvalType,printIvalChar,emitStaticSeg): use "DB"
5080         instead of "RETLW" for init data
5081         * src/pic16/ralloc.c (pic16_allocDirReg): warning when a symbol is
5082         not IN_DIRSPACE, work around to reduce bank switching when aboslute
5083         variables are placed in access bank memory (<0x80 and >=0xf80),
5084         * src/pic16/pcode.c: added SFRs TBLPTR, TABLAT, added opcodes TBLRD,
5085         TBLRD_POSTINC,TBLRD_POSTDEC,TBLRD_PREINC,TBLWT,TBLWT_POSTINC,
5086         TBLWT_POSTDEC,TBLWT_PREINC
5087         * Fixed initialisation of BSR, set "alias" for SSAVE to "0"
5088         * (pic16_emitDB,pic16_flushDB): New functions to generate "DB"
5089         directives
5090         * (pic16_pCodeConstString): use "DB" instead of "RETLW"
5091         * src/pic16/pcode.h: added TBLRD*,TBLWT*, added pic16_emitDB,
5092         pic16_flushDB, made pic16_newpCodeAsmDir public, added TBLPTR, TABLAT
5093         * src/pic16/ralloc.h: added IDX_BSR,IDX_TBLPTR*,IDX_TABLAT
5094
5095 2004-02-29  Borut Razem <borut.razem AT siol.net>
5096
5097         * src/Makefile.in, src/SDCCutil.c, support/Util/findme.c,
5098         support/Util/findme.h, support/Util/system.h: enhance binary relative
5099         search for lib and include by using findProgramPath()
5100
5101 2004-02-28 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5102
5103         * src/SDCCpeeph.h,
5104         * src/SDCCpeeph.c (pcDistance),
5105         * src/port.h,
5106         * src/mcs51/ralloc.h,
5107         * src/mcs51/ralloc.c (mcs51_regWithIdx),
5108         * src/mcs51/main.h,
5109         * src/mcs51/main.c (instructionSize, asmLineNode, updateOpRW,
5110         mcs51opcodeCompare, asmLineNodeFromLineNode, getInstructionSize,
5111         mcs51operandCompare, getRegsRead, getRegsWritten): made instruction
5112         size calculation port specific, started basis for some register
5113         optimizations
5114         * src/mcs51/gen.c (genFunction, genEndFunction): added case to handle
5115         missing push/pop of r0/r1. Optimized push/pops
5116         * src/mcs51/ralloc.c (packregisters): fixed bug #727095
5117         * device/lib/_modsint.c (_modsint),
5118         * device/lib/_modslong.c (_modslong): fixed sign of result in non-asm
5119         and stack version so regression tests pass
5120
5121 2004-02-26 Bernhard Held <bernhard AT bernhardheld.de>
5122
5123         * src/Makefile.in (dep): include SLIBOBJS in dependency check
5124         * src/SDCCast.c (decorateType): catch another small optimization
5125         with '?' operator
5126         * src/SDCCsymt.c (computeType): added comments and cosmetic changes
5127         * src/SDCCval.c (valMult, valDiv, valMod, valPlus, valMinus, valShift):
5128         modified to finally use computeType() all over SDCC,
5129         see Feature Request #877103
5130         * src/SDCCval.h: cosmetic
5131         * src/SDCCicode.c (operandOperation): fixed EQ_OP bug, now same as in
5132         valCompare(); regression tested in muldiv.c
5133         * support/regression/tests/muldiv.c (testMod): mod sign follows
5134         dividend only
5135
5136 2004-02-23 Bernhard Held <bernhard AT bernhardheld.de>
5137
5138         * src/SDCCast.c (decorateType): fixed bug #902362
5139         * doc/INSTALL.txt: fixed install instructions for win32
5140
5141 2004-02-21 Bernhard Held <bernhard AT bernhardheld.de>
5142
5143         * device/include/Makefile.in (install): fixed by replacing spaces
5144         by tabs
5145         * doc/README.txt,
5146         * doc/INSTALL.txt: updated for release
5147         * doc/sdccman.lyx: added warning for --xstack being buggy
5148
5149 2004-02-20 Bernhard Held <bernhard AT bernhardheld.de>
5150
5151         * src/pic16/ralloc.c (packRegsForAccUse):  disabled functions with #if
5152         to eliminate build warnings.
5153         * src/pic16/gen.c (pic16_popGet): fixed for gcc 2.95.4
5154
5155 2004-02-20 Vangelis Rokas <vrokas AT otenet.gr>
5156            Hans-Juergen Dorn <hans.dorn AT apl-landau.de>
5157
5158         * doc/sdccman.lyx: removed PIC16 from PIC16 Port Specific Options,
5159         removed -penable-stack, added comment for stack pragma, added
5160         warning for not initializing the stack/frame registers, removed
5161         comment at interrupts section
5162
5163         Stack is made permanent, there is no ability to disable stack usage.
5164         * src/pic16/device.h,
5165         * src/pic16/device.c: removed all references to USE_STACK macro,
5166         * src/pic16/device.c (pic16_dump_section): when no elements in
5167         rlist, free rlist before return,
5168         * (pic16_dump_int_registers): NEW, internal registers are a new set
5169         of general purpose registers reused by each function,
5170         * (checkAddReg): returns 1 if registers is added to set,
5171         * (pic16_groupRegistersInSection): when a registers is of type
5172         PO_GPR_TEMP add it in pic16_int_regs and not in pic16_rel_udata,
5173         * src/pic16/device.h: memRange and Assigned Memory are deleted,
5174         SRCASECMP macro is moved here from device.c
5175         * src/pic16/genarith.c (pic16_pCodeOpType): added cases for
5176         PO_PCLATU, PO_PRODL, PO_PRODH,
5177         * (pic16_pCodeOpType, genMinus,
5178         changed compares to "a" register, with AOP_ACC,
5179         * (pic16_genPlus): fixed some bugs and indented properly,
5180         * (pic16_addSign): changed size to size+offset in the MOVWF
5181         instruction,
5182         * (pic16_genUMult8XLit_8): NEW, uses processor MULLW instruction to
5183         multiply 8-bit operand by literal, result is 8-bit,
5184         * (pic16_genUMult8X8_8): NEW, uses processor MULWF instruction to
5185         multiply 2 8-bit operand, result is 8-bit,
5186         * (pic16_genMult8X8_8): modified to call genUMult8X*_8 functions and not
5187         genUMult8X*_16,
5188         * src/pic16/gen.c: changed accUse to contain WREG only,
5189         * (pic16_emitcomment): renamed to pic16_emitpcomment,
5190         * (aopForSym): allocated dir register when IN_DIRSPACE(space) is,
5191         true, do not use immediate addressing any more unless sym is a
5192         pointer in codespace,
5193         * (aopForRemat): do not use immediate addressing when symbol not in
5194         codespace and when symbol's address is requested,
5195         * (aopOp): for-loop in if(sym->accUse) is modified for the new
5196         accUse size (= 1),
5197         * (aopGet): added case for AOP_ACC and don't return "accumulator
5198         bug" but WREG instead,
5199         * (popGetTempReg): pushes contents of temporary register in stack,
5200         * (popReleaseTempReg): pops contents of temporary register from
5201         stack. Use popGetTempReg/popReleaseTempReg in aligned pairs,
5202         * (pic16_popGet): separated case AOP_ACC to return register WREG
5203         from processor registers, AOP_PCODE not checks if pcop is PO_DIR
5204         or PO_IMMEDIATE and initializes their instance/offset appropriately,
5205         * The whole issue with aopForSym,aopForRemat,popGet) is to minimize
5206         the use of immediate pointers to certain cases only.
5207
5208         * (pic16_pushpCodeOpReg, pic16_poppCodeOpReg): use pic16_popGet2p,
5209         * (pic16_loadFromReturn, pic16_storeForReturn: NEW,
5210         * (assignResultValue, genCall, genRet): modified to use the new
5211         function return value scheme with WREG,PRODL,PRODH,FSR0L and FSR0,
5212         genPcall is still broken,
5213         * (genFunction): added code to create 'A' type pBlocks when
5214         interrupt functions are generated, code not extensively tested yet,
5215         ISRs push WREG,STATUS,BSR,PRODL,PRODH,FSR0L,FSR0H registers on stack,
5216         * (genEndFunction): modified so ISRs pop stored registers from stack,
5217         * (genMultOneByte): cleanup,
5218         * (AccRsh): added flag andmask, to and result with appropriate mask,
5219         * (genUnpackBits,genPackBits): fixed and can handle bit fields,
5220         * (genDataPointerGet): fixed and reenabled its use,
5221         * (genNearDataPointerGet): bugs fixed,
5222         * (genDataPointerSet): bugs fixed,
5223         * src/pic16/genutils.c: added functions pic16_DumpValue,pic16_DumpAop,
5224         pic16_DumpSymbol, pic16_DumpOp,
5225         * src/pic16/genutils.h: function prototypes for the above functions,
5226         * src/pic16/glue.c: new flags initsfpnt, to initialize stack/frame
5227         pointers,
5228         * (pic16emitRegularMap): many many many improvements, but needs a
5229         major cleanup,
5230         * src/pic16/main.c: enable_stack in pic16_options is removed,
5231         * (_pic16_parseOptions): removed command line options -penable-stack,
5232         * (_process_pragma): emit stack symbol only when stack pragma is
5233         processed,
5234         * src/pic16/pcode.c: pic16_pc_fsr0 is removed, all operations are
5235         redirected to FSR0L/FSR0H pair,
5236         * (pic16_get_op, pic16_get_op2): modifications and improvements,
5237         * (pic16_getRegFromInstruction, pic16_getRegFromInstruction2): added
5238         cases PO_PRODL,PO_PRODH, pic16_getRegFromInstruction2 returns sane
5239         for immediates,
5240         * (insertBankSwitch): modified to handle cases like: (alfa + 1)
5241         * (dumpPicOptype): NEW,
5242         * src/pic16/pcode.h: added PO_PCLATU,PO_PRODL,PO_PRODH in enum,
5243         * src/pic16/pcoderegs.c (pCodeRegMapLiveRangesInFlow): fixed bug
5244         with movff instruction,
5245         * src/pic16/ralloc.c: renamed typeRegWithIdx to pic16_typeRegWithIdx,
5246         added pic16_int_regs, some packRegsFor* functions are commented out,
5247         because produce errors,
5248         * src/pic16/NOTES: minor modifications
5249
5250 2004-02-18  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
5251
5252         * as/mcs51/aslink.h, as/mcs51/lkarea.c, as/mcs51/lkdata.c, as/mcs51/lkmain.c,
5253         as/mcs51/lkmem.c, src/SDCCglob.h, src/SDCCmain.c: added options --stack-size and
5254         --pack-iram.
5255         * doc/sdccman.lyx: described options --stack-size and --pack-iram.
5256         * as/mcs51/lkaomf51.c: fixed bug #895763
5257
5258 2004-02-17 Bernhard Held <bernhard AT bernhardheld.de>
5259
5260         * device/include/c8051f320.h: added. Contributed by Maarten Brock.
5261
5262 2004-02-17 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5263
5264         * doc/sdccman.lyx: added details about the HC08 storage classes and
5265         interrupts, fixed the register usage info for z80 & gbz80
5266
5267 2004-02-17 Vangelis Rokas <vrokas AT otenet.gr>
5268
5269         * doc/sdccman.lyx: added more pic16 port documentation
5270         * device/include/pic16/: added header pic18fregs.h
5271
5272 2004-02-16 Bernhard Held <bernhard AT bernhardheld.de>
5273
5274         * doc/sdccman.lyx: added Vangelis' contribution
5275
5276 2004-02-16 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5277
5278         * src/SDCClrange.c (rlivePoint): live range of SEND operand should
5279         extend to the next CALL or PCALL, not just to the next CALL.
5280
5281 2004-02-16 Vangelis Rokas <vrokas AT otenet.gr>
5282
5283         * src/pic16/gen.c (genInline): fixed bug #896482 with inline assembly
5284
5285 2004-02-15 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5286
5287         * src/mcs51/ralloc.c (packRegsForAssign, reassignAliasedSym): fixed
5288         bug #895752 and a better fix for bug #716790
5289
5290 2004-02-15 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5291
5292         * src/SDCCsymt.c (processFuncArgs): fixed bug #896796
5293
5294 2004-02-14 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
5295
5296         * doc/sdccman.lyx: minor changes, minor changed
5297
5298 2004-02-13 Bernhard Held <bernhard AT bernhardheld.de>
5299
5300         * src/SDCCicode.c (usualBinaryConversions): removed pic16 from ports
5301         which can't handle SDCC_NEWONEBYTEOPS,
5302         (geniCodeMultiply): removed conversion from mult to shift for pic14
5303         and pic16
5304
5305 2004-02-12 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5306
5307         * src/hc08/gen.h,
5308         * src/hc08/gen.c (storeRegToAop, aopOp, aopAdrStr, accopWithAop,
5309         rmwWithAop): Ported my 2003-10-02 fix for bug #663539 to the hc08,
5310         thus fixing bug #895406
5311
5312 2004-02-11 Bernhard Held <bernhard AT bernhardheld.de>
5313
5314         * device/lib/_modsint.c,
5315         * device/lib/_modslong.c: sign follows divisor only
5316         * src/hc08/gen.c (genMultOneByte): if result size is 1,
5317         signs or signedness can be ignored
5318         * src/SDCCast.c (addCast): cosmetic - added lineno to CAST
5319         * src/SDCCast.c (resultTypePropagate): added even more ops: +, - and *,
5320         added optimization for IFX,
5321         (decorateType): Mult/Div/ModOneByte ops can handle all kind of signed
5322         arguments;
5323         reenabled optimization for IFX, which was removed on 2004-01-11
5324         * src/SDCCast.h: added return type IFX
5325         * src/SDCCicode.c: Mult/Div/ModOneByte ops can handle all kind of signed
5326         arguments with 8 or 16 bit results; pic14 and pic16 ports use old
5327         promotion behaviour; env. var. SDCC_NEWONEBYTEOPS selects the new,
5328         SDCC_OLDONEBYTEOPS selects the old behaviour
5329         * src/SDCCsymt.c (computeType): type2 can be NULL (for LEFT_OP);
5330         changed again and commented promotion rule
5331         * src/SDCCval.c (valDiv): promotion no longer necessary
5332         * src/ds390/gen.c (genMultOneByte) (genDivOneByte) (genModOneByte),
5333         * src/mcs51/gen.c (genMultOneByte) (genDivOneByte) (genModOneByte):
5334         rewritten
5335         * support/regression/tests/onebyte.c: added
5336
5337 2004-02-11 Vangelis Rokas <vrokas AT otenet.gr>
5338
5339         * gen.c (genInline): reverted to old code for assemnling inline
5340         code because of bug reported James Chadd
5341
5342 2004-02-10 Vangelis Rokas <vrokas AT otenet.gr>
5343
5344         * ralloc.h: missing declarations from previous patch,
5345         seems that patch for ralloc.h was never applied, fixed
5346
5347 2004-02-10 Hans-Juergen Dorn <hans.dorn AT apl-landau.de>
5348            patch committed by Vangelis Rokas <vrokas AT otenet.gr>
5349
5350         * pcode.c,
5351         * pcode.h,
5352         * ralloc.h: added FSR0L, FSR0H and other missing PIC16 SFR's for
5353         indirect addressing. Marked FSR0 as deprecated
5354         * gen.c (pointerCode): commented out, not needed now
5355         (pic16_popGet2p): new MOVFF helper function
5356         (genGenPointerGet),
5357         (genGenPointerSet): reimplemented with MOVFF and POSTINC0
5358         (shiftRLong): removed duplicate debugging info
5359
5360 2004-02-10 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5361
5362         * src/ds390/gen.c (genNearPointerGet),
5363         * src/mcs51/gen.c (genNearPointerGet): allow the genDataPointerGet()
5364         optimization with bits, but not bitfields.
5365         * src/ds390/ralloc.c (packRegisters),
5366         * src/mcs51/ralloc.c (packRegisters): fixed bug #884453 & #880832
5367
5368 2004-02-09 Bernhard Held <bernhard AT bernhardheld.de>
5369
5370         * src/SDCCcse.c (algebraicOpts): copy operands before modification
5371
5372 2004-02-09 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5373
5374         * src/SDCCsymt.h,
5375         * src/SDCCicode.c (operandFromSymbol),
5376         * src/mcs51/ralloc.c (verifyRegsAssigned, serialRegAssign),
5377         * src/ds390/ralloc.c (verifyRegsAssigned, serialRegAssign),
5378         * src/z80/ralloc.c (verifyRegsAssigned, serialRegAssign),
5379         * src/hc08/ralloc.c (verifyRegsAssigned, serialRegAssign),
5380         * src/pic/ralloc.c (verifyRegsAssigned, serialRegAssign),
5381         * src/pic16/ralloc.c (verifyRegsAssigned, serialRegAssign): fixed
5382         bug #892038
5383         * src/SDCCast.c (createIvalStruct, createIvalArray, gatherAutoInit),
5384         * src/SDCCglue.c (emitRegularMap, printIvalStruct, printIvalArray,
5385         printIvalCharPtr, printIvalPtr, printIval, emitStaticSeg, emitOverlay)
5386         * src/SDCCsymt.c (newSymbol),
5387         * src/SDCC.y (struct_or_union_specifier, enum_specifier,
5388         enumerator_list),
5389         * src/SDCCval.h,
5390         * src/SDCCval.c (newiList): fixed bug #885705
5391
5392 2004-02-08  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
5393
5394         * doc/sdccman.lyx: added section 3.1.4: sdcclib.
5395         * as/mcs51/lkmem.c: report the size of the stack in .mem file.
5396
5397 2004-02-08 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
5398
5399         * device/include/c8051f120.h,
5400         * device/include/c8051f300.h,
5401         * device/include/c8051f310.h: added/updated header files for Silicon
5402         Laboratories (formerly Cygnal) CPUs. Contributed by Maarten Brock.
5403         * doc/sdccman.lyx: minor changes, recommended diff -Naur and diff -u
5404         in new section Submitting patches
5405
5406 2004-02-08 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5407
5408         * src/mcs51/gen.c (genNearPointerGet, genPagedPointerGet,
5409         genFarPointerGet, genCodePointerGet, genGenPointerGet,
5410         genNearPointerSet, genPagedPointerSet, genFarPointerSet,
5411         genGenPointerSet),
5412         * src/ds390/gen.c (genNearPointerGet, genPagedPointerGet,
5413         genFarPointerGet, genCodePointerGet, genGenPointerGet,
5414         genNearPointerSet, genPagedPointerSet, genFarPointerSet,
5415         genGenPointerSet),
5416         * src/pic16/gen.c (genNearPointerGet, genPagedPointerGet,
5417         genFarPointerGet, genCodePointerGet, genGenPointerGet,
5418         genNearPointerSet, genPagedPointerSet, genFarPointerSet,
5419         genGenPointerSet),
5420         * src/pic/gen.c (genNearPointerGet, genPagedPointerGet,
5421         genFarPointerGet, genCodePointerGet, genGenPointerGet,
5422         genNearPointerSet, genPagedPointerSet, genFarPointerSet,
5423         genGenPointerSet): fixed bug #892400
5424         * src/pic16/gen.c (genSkipz, AccRol): disabled functions with #if 0
5425         to eliminate build warnings.
5426         * src/SDCCast.c (processParms),
5427         * src/SDCC.y (function_declarator2, declarator2_function_attributes):
5428         fixed bug 751859
5429         * support/valdiag/valdiag.py: added GCC to the list of defines active
5430         when compiling with gcc
5431
5432 2004-02-07 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5433
5434         * support/Util/SDCCerr.h,
5435         * support/Util/SDCCerr.c,
5436         * src/SDCCast.c (decorateType, sizeofOp): complain when sizeof is used
5437         with an incomplete type (fixed bug #883734)
5438         * src/SDCCicode.c (geniCodeCast): fixed bug #890510
5439
5440 2004-02-07 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5441
5442         * src/pic16/gen.c (genCmpEq, shiftRLong): fixed declarations
5443
5444 2004-02-06 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5445
5446         * src/SDCCast.c (decorateType),
5447         * src/SDCCicode.c (geniCodeParms, geniCodeCall): fixed bugs in my ANSI
5448         function pointer implementation
5449         * support/regression/tests/funptrs.c: added tests to verify both forms
5450         of function pointers work correctly. Added tests to verify parameters
5451         are passed in the correct order.
5452
5453 2004-02-06  Vangelis Rokas <vrokas AT otenet.gr>
5454
5455         * device.c (regCompare): registers are sorted by ascending
5456         address and increasing size,
5457         * main.c (_pic16_finaliseOptions): removed the declaration
5458         of compiler macro MCU. Now a macro of the format pic18fxxxx
5459         will be defined from the command line
5460
5461 2004-02-06  Hans-Juergen Dorn <hans.dorn AT apl-landau.de>
5462             patch committed by Vangelis Rokas <vrokas AT otenet.gr>
5463
5464         * pcode.c (pic16initMnemonics): fixed typo in assignment to PCOP_RLNCF
5465         PCOP_RLCF was overwritten!
5466         * gen.c (genSkip): commented out calls to pic16_emitcode,
5467         * (genCmpEQ): fixed "long" compares, only high word did get compared,
5468         * (genlshTwo),
5469         * (genRRC): added debugging info,
5470         * (shiftL2Left2Result): Fixed bug, if offr > offl. Result got
5471         overwritten while shifting,
5472         * (shiftR2Left2Result): Fixed bug, if offr < offl. Result got
5473         overwritten while shifting,
5474         * (AccLsh),
5475         * (AccRsh),
5476         * (shiftLLeftOrResult),
5477         * (shiftRLeftOrResult),
5478         * (shiftRLong),
5479         * (shiftLLong): Implemented with pic16_emitpcode
5480         * (genlshFour): Replaced pic16_aopPut with pic16_emitpcode,
5481         * (genLeftShift): Fixed bug, operand for shift by variable always
5482         was "and"ed with 0x0f,
5483         * (genLeftShiftLiteral),
5484         * (genrshTwo),
5485         * (genRightShiftLiteral): added debugging info,
5486         * (genrshFour): added comment,
5487         * (genRightShift): determined signedness from operand "left"
5488         instead of "result"
5489
5490 2004-02-04 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5491
5492         * src/SDCCicode.c (geniCodeParms),
5493         * src/SDCCast.c (decorateType, processParms): support for ANSI-style
5494         function pointers, fixed function pointer bugs #861242 and #861896
5495
5496 2004-01-31 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
5497
5498         * device/include/c8051f000.h,
5499         * device/include/c8051f120.h,
5500         * device/include/c8051f300.h: added header files for Silicon
5501         Laboratories (formerly Cygnal) CPUs. Contributed by Maarten Brock.
5502
5503 2004-01-31 Bernhard Held <bernhard AT bernhardheld.de>
5504
5505         * src/SDCCast.c (processParams): added new type flow and restructured
5506         (gatherAutoInit): added new type flow
5507         (addCast): cosmetic changes
5508         (getLeftResultType): added new type flow for array indices, patch
5509         provided by Stas, see FR #877103
5510         (decorateType): SDCC_NEWTYPEFLOW removed, new type flow is now standard;
5511         array index patch by Stas
5512         * src/SDCCast.h: added prototype getResultTypeFromType()
5513         * src/SDCCval.h,
5514         * src/SDCCval.c (resolveIvalSym) (resolveIvalSym),
5515         * src/pic/glue.c (pic14emitStaticSeg),
5516         * src/pic16/glue.c (pic16emitStaticSeg),
5517         * src/SDCCglue.c (emitRegularMap) (emitStaticSeg): added new type flow
5518         for initialization of symbols
5519         * src/SDCCicode.c (geniCodeArray): removed warning W_ARRAY_BOUND
5520         * support/Util/SDCCerr.h:
5521         * support/Util/SDCCerr.c: replaced W_ARRAY_BOUND by W_IDX_OUT_OF_BOUNDS
5522         * .version: bumped version number to 2.3.8
5523         * device/include/Makefile.in (install),
5524         * doc/Makefile (install): changed to 'rm `find ...`' construct to
5525         avoid warnings
5526
5527 2004-01-30 Bernhard Held <bernhard AT bernhardheld.de>
5528
5529         * support/regression/tests/libmullong.c: fixed for 64 bit hosts
5530         Slade Rich fixed an optimization bug
5531         * src/pic/pcodepeep.c,
5532         * src/pic/pcoderegs.c
5533         * doc/Makefile (install): added test for directory
5534
5535 2004-01-30 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5536
5537         * src/mcs51/ralloc.c (getRegPtr, getRegGpr),
5538         * src/ds390/ralloc.c (getRegPtr, getRegGpr),
5539         * src/pic/ralloc.c (getRegPtr, getRegGpr),
5540         * src/pic16/ralloc.c (getRegPtr, getRegGpr),
5541         * src/z80/ralloc.c (getRegGpr): fixed bug #883361
5542         * as/mcs51/asexpr.c (term),
5543         * as/hc08/asexpr.c (term): fixed bug #887146
5544
5545 2004-01-29 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5546
5547         * src/z80/gen.c (genMult): handle single byte result product
5548         * src/SDCCopt.c (killDeadCode): never convert ADDRESS_OF iCode to
5549         DUMMY_READ_VOLATILE (fixed bug #886367)
5550
5551 2004-01-27 Bernhard Held <bernhard AT bernhardheld.de>
5552
5553         * support/regression/tests/libmullong.c: fixed logic, on little endian
5554         hosts we ended without a mullong_wrapper()
5555
5556 2004-01-27 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5557
5558         * ChangeLog: changed "@" to " AT " in hopes of reducing spam and
5559         virus/worm forged address usage.
5560
5561 2004-01-27 Bernhard Held <bernhard AT bernhardheld.de>
5562
5563         Fixed promotion, it should be done on AST level:
5564         * src/SDCCast.c (addCast): added promotion to int
5565         (decorateType): updated call to upCast()
5566         * src/SDCCicode.c (geniCodeLeftShift): removed call to
5567         usualUnaryConversions()
5568
5569 2004-01-26  Michael Hope  <michaelh AT juju.net.nz>
5570
5571         * support/regression/tests/literalop.c (mulWrapper): Added a
5572         wrapper to remove integer overflow warnings.
5573
5574         * support/regression/tests/float_trans.c: Made work on host.
5575
5576         * support/regression/ports/ucz80/spec.mk (UCZ80): Made detect the
5577         location of sz80.
5578
5579         * support/regression/generate-cases.py (main): Changed from inline
5580         to a main method.
5581
5582         * doc/Makefile (install): Changed to depth first to get rid of
5583         missing directory install warning.
5584
5585         * as/Makefile (install-doc): Made work on Mac.
5586
5587 2004-01-25 Bernhard Held <bernhard AT bernhardheld.de>
5588
5589         * src/SDCCast.c: added an additional type flow in decorateType() of
5590         opposite direction, see feature request #860006; it's enabled at runtime
5591         by setting the environment variable SDCC_NEWTYPEFLOW
5592         * src/SDCCast.h: changed prototype of decorateType()
5593         * src/SDCCglue.c (emitRegularMap): updated call of decorateType()
5594         * src/SDCCicode.c (geniCodeDivision) (geniCodeModulus): promotion from
5595         'char' to 'int' can be omitted, if both operands are 'unsigned char';
5596         see feature request #877103
5597         * src/SDCCval.c: updated call of decorateType()
5598         (valBitwise): fixed bug #882876
5599         (valMinus): added promotion
5600         (valLogicAndOr): result is unsigned
5601         (cheapestVal) (constVal): literals from 0...255 are 'unsigned char' now
5602         * src/SDCCsymt.c (computeType),
5603         * src/mcs51/gen.c (genCmpGt) (genCmpLt): literal 'unsigned char'
5604         must not cause an unsigned operation
5605         * src/pic/glue (pic14emitRegularMap),
5606         * src/pic16/glue.c (pic16emitRegularMap): updated call of decorateType()
5607
5608 2004-01-23 Bernhard Held <bernhard AT bernhardheld.de>
5609
5610         * src/pic/pcode.c (PCodeID): commented out left over debug code
5611
5612 2004-01-20 Bernhard Held <bernhard AT bernhardheld.de>
5613
5614         * support/valdiag/tests/overflow.c: added shift tests
5615         * src/pic/device.c,
5616         * src/pic/gen.c,
5617         * src/pic/gen.h,
5618         * src/pic/glue.c,
5619         * src/pic/main.c,
5620         * src/pic/pcode.c,
5621         * src/pic/pcode.h,
5622         * src/pic/pcodepeep.c,
5623         * src/pic/pcoderegs.c,
5624         * src/pic/ralloc.c,
5625         * src/pic/ralloc.h: applied patch from Slade Rich;
5626         added support for multiple code pages and multiple RAM banks on the
5627         PIC 14 port. The ASM files now no longer simply assume all the
5628         code / RAM are in the same page / bank. This means the linker can
5629         safely allocate code/RAM of separate ASM files to different pages/banks.
5630         * doc/sdccman.lyx: added Slade's tips
5631         * src/mcs51/peeph.def: fixed bug #880768
5632
5633 2004-01-20 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5634
5635         * src/hc08/ralloc.c (rematStr): fixed bug #879282
5636         * src/SDCCast.c (decorateType): fixed bug #880197
5637
5638 2004-01-20  Michael Hope  <michaelh AT juju.net.nz>
5639
5640         * sim/ucsim/gui.src/serio.src/main.cc: Fixed unconditional use of
5641         getopt.h.
5642
5643         * debugger/mcs51/cmd.c (getValBasic): Changed strtof to strtod as
5644         strtof is not part of C89 and isn't included with Mac OS X.
5645
5646 2004-01-20 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5647
5648         * src/hc08/gen.c (genPlusIncr, genUminus, genMinusDec, genCmp,
5649         shiftL2Left2Result): fixed bug #879326
5650         (genAnd, genOr, genXor): fixed bug when result was of type AOP_CRY
5651         (genMultOneByte): fixed bug in signed vs unsigned multiplication
5652         * sim/ucsim/hc08.src/inst.cc (inst_clr): added missing effective
5653         address fetch for clr instruction
5654         * device/lib/hc08/_mulint.c: created optimized assembly version
5655         * src/SDCCdflow.c (computeDataFlow): fixed bug #878209
5656
5657 2004-01-19 Bernhard Held <bernhard AT bernhardheld.de>
5658
5659         * src/SDCCicode.c (geniCodeArray): applied patch from Stas Sergeev
5660         proposed in FR #877103
5661
5662 2004-01-18 Bernhard Held <bernhard AT bernhardheld.de>
5663
5664         * src/SDCCval.c (cheapestVal): added missing checks
5665         * src/SDCCicode.c (usualBinaryConversions): fixed condition
5666         * src/SDCCicode.c (geniCodeAdd): fixed part of bug #877103
5667
5668 2004-01-16 Klaus Flittner <klaus_flittner AT gmx.de>
5669
5670         * src/ds390/gen.c (aopOp3): fixed the assignment of different dptrs to
5671         equal operands
5672
5673 2004-01-16 Vangelis Rokas <vrokas AT otenet.gr>
5674
5675         * src/SDCCmain.c (linkEdit): variable $3 of the linker command is
5676         loaded with the linker search paths (-L arguments) and the libraries
5677         to be linked with the current source (-l arguments). Changes
5678         currently will affect only the pic16 port.
5679         * src/pic16/main.c (_pic16_finaliseOptions): add to the linker
5680         include path the port specific paths and port specific libraries,
5681         * gplink command now contains the $3 argument,
5682         * src/pic16/device.h,
5683         * src/pic16/device.c,: structure PIC_device is made public and
5684         renamed to PIC16_device, the same for variable Pics which is renamed
5685         to Pics16. Updated all references to them.
5686         * src/pic16/glue.c (pic16glue): corrected bug with code
5687         initialization which bypassed the variable initializations block.
5688
5689         * device/lib/pic16/Makefile.rules: removed --penable-stack from
5690         COMPILE_FLAGS and added the --nostdinc option
5691
5692 2004-01-15 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5693
5694         * device/include/mc68hc908jb8.h: Register defs for another member
5695         of the hc08 family. Contributed by Bjorn Bringert - thanks!
5696
5697 2004-01-14 Vangelis Rokas <vrokas AT otenet.gr>
5698
5699         Documenting changes from previous commits.
5700         * configure.in (version 1.56),
5701         * configure: initially I've added AC_CONFIG_SUBDIRS(device/lib/pic16)
5702         when generating output files to configure the pic16 library,
5703         but now I've commented it out, since gputils aren't installed in the
5704         SF compile farm, so library won't compile
5705
5706         * device/lib/Makefile.in (version 1.56): initially I've added in
5707         target 'all' the prerequestive 'model-pic16' so it compiled the
5708         pic16 library, but now I've commented it out for the same reasons
5709         above,
5710         * added targets 'model-pic16' and 'objects-pic16' to compile the
5711         library
5712         * added target 'port-specific-objects-pic16' to handle the
5713         generated libraries and copy them into the build/ directory
5714         * added target 'clean-intermediate-pic16' to clean intermediate
5715         files into pic16 directory
5716         * in target 'installdirs' added line to create directory pic16 in
5717         the installation path
5718
5719         * device/include/Makefile.in (version 1.11): in target 'install'
5720         added lines to copy all header files to installation path,
5721         * in target 'installdirs' added line create directory for pic16
5722         headers in the installation path
5723
5724 2004-01-13 Klaus Flittner <klaus_flittner AT gmx.de>
5725
5726         * src/ds390/gen.c (genCall): fixed a double use of acc and b after
5727          a function call
5728
5729 2004-01-13 Bernhard Held <bernhard AT bernhardheld.de>
5730
5731         * configure,
5732         * device/lib/configure.in,
5733         * device/lib/configure: fixed for autoconf 2.57
5734
5735 2004-01-13 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5736
5737         * src/z80/main.c (_parseOptions): fixed the portmode= command line
5738         option so that it actually works. Made it specific to the z80, since
5739         the gbz80 doesn't have these kinds of I/O ports.
5740
5741 2004-01-13 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5742
5743         * device/include/z180.h,
5744         * device/lib/_memcpy.c,
5745         * device/lib/_memmove.c,
5746         * device/lib/_mulint.c,
5747         * device/lib/ser_ir.c,
5748         * device/lib/ser_ir_cts_rts.c,
5749         * device/lib/_strcmp.c,
5750         * device/lib/_strtok.c: fixed pragmas to non-deprecated form
5751         * src/z80/main.c (_process_pragma): add support for pragmas bank and
5752         portmode; added deprecation warning for bank= and protmode= forms.
5753         Also, guard against buffer overflow.
5754         * src/z80/gen.c (aopGet): generate better code for sfr banked read
5755
5756 2004-01-13 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5757
5758         * src/hc08/main.c (_hc08_genAssemblerPreamble): fixed bug #875487. Also
5759         changed interrupt vector table generation to only emit declared vectors.
5760         * device/include/Makefile.in: added missing backslash
5761         * device/lib/pic16/Makefile.rules: add $(MODELFLAGS) to $(CFLAGS)
5762
5763 2004-01-13 Vangelis Rokas <vrokas AT otenet.gr>
5764
5765         Mainly changes to support compilation of the device libraries
5766         * src/pic16/device.c: stack is allocated via symbol and not
5767         via literal number. The symbol is placed in the corresponding
5768         position of the data ram
5769         * (pic16_dump_section): relocatable and absolute uninitialized
5770         data are now emitted in sorted order to reduce section naming,
5771         * src/pic16/ralloc.c (newReg): fixed bug with SFR's that
5772         weren't marked as being in the access bank,
5773
5774 2004-01-13 Vangelis Rokas <vrokas AT otenet.gr>
5775
5776         Added portion of GNU PIC Library under the directory
5777         device/include/pic16 and device/lib/pic16. These files
5778         contain the declarations of SFRs for the PIC18Fxx2 devices.
5779         The directory is initialized via configure from toplevel.
5780
5781 2004-01-12 Klaus Flittner <klaus_flittner AT gmx.de>
5782
5783         * src/ds390/gen.c (operandsEqu): fixed a little typo, that prevented
5784         the spilllocations to be compared correctly
5785
5786 2004-01-12 Bernhard Held <bernhard AT bernhardheld.de>
5787
5788         * src/SDCCast.c (decorateType): fixed bug introduced today
5789
5790 2004-01-12  Borut Razem <borut.razem AT siol.net>
5791
5792         * src/SDCC.lex, support/Util/SDCCerr.h, support/Util/SDCCerr.c,
5793         doc/sdccman.lyx: upper case pragmas are deprecated
5794
5795 2004-01-12 Bernhard Held <bernhard AT bernhardheld.de>
5796
5797         * src/SDCCast.c (decorateType): replacing 'ul > 0' by  '!ul' results
5798         in simpler and even better code
5799
5800 2004-01-11 Bernhard Held <bernhard AT bernhardheld.de>
5801
5802         * src/SDCCicode.c (operandOperation): fixed bug #874819
5803         * src/SDCCast.c (decorateType): fixed
5804         char foo (unsigned long ul) { return ul > 0; }
5805
5806 2004-01-11 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
5807
5808         * doc/sdccman.lyx: Moved and added some sections, small changes
5809         all over. Telling LaTeX to be less strict with word spacing
5810         to better keep the right margin. Changed some notes about
5811         maintainance of the ports in section 3.2.1 - is it OK like this?
5812
5813 2004-01-11 Vangelis Rokas <vrokas AT otenet.gr>
5814
5815         SDCC source changes:
5816         * src/SDCCopt.c (cntToFcall, cnvToFloatCast, cnvFromFloatCast,
5817         convilong): modified to inform the pic16 port that builtin functions
5818         are external
5819
5820         PIC16 PORT specific changes:
5821         * src/pic16/device.c pic16_dump_equates() added,
5822         processor registers declared internally by the port are emitted in
5823         the translation as equates,
5824         * src/pic16/gen.c: inline code is passed unprocessed to the
5825         translation,
5826         * (pic16_popGetLit2): fnuction modified to take second operand as
5827         pCodeOp pointer and not as literal,
5828         * (popRegFromIdx): prefixed with pic16_,
5829         * (pic16_popCombine2): modified to receive already allocated pCode
5830         operands,
5831         * (pic16_pushpCodeOpReg, pic16_poppCodeOpReg): added
5832         * (genFunction): initializes local stack frame and pushes on stack
5833         all the registers used by this function,
5834         * (genEndFunction): restores all registers from stack and restores
5835         stack frame,
5836         * src/pic16/glue.c (pic16emitRegularMap): various changes and
5837         improvements,
5838         * (pic16glue): changed the program startup sequence,
5839         * added new dbName code 'A' for functions placed in absolute section
5840         * src/pic16/main.c: added function attribute _naked,
5841         * added pragma 'code' to place a fnuction at an absolute address,
5842         * added command line arguments --debug-ralloc and --pcode-verbose,
5843         * (_pic16_finiliseOptions): options.all_callee_saves is set by default
5844         * src/pic16/pcode.c (pic16_pBlockConvert2Absolute) added,
5845         * (pic16_newpCodeOpLit2): modified to take the second operand as
5846         pCodeOp pointer,
5847         * (pic16_printpBlock): modified to emit each function in a separate
5848         section,
5849         * (pic16_get_op): modified to use the gpasm modifiers LOW,HIGH and
5850         UPPER for immediate operands,
5851         * src/pic16/pcodepeeph.c: added peephole support for the LFSR
5852         instruction,
5853         * src/pic16/peeph.def: all peepholes with movff are commented out,
5854         because there is a problem in the pcode peep optimizer,
5855         * src/pic16/ralloc.c: the register allocator can now reuse local
5856         function symbols for another function. This saves register usage.
5857         * src/pic16/ralloc.h: added flag isLocal in structure regs,
5858
5859         Added file src/pic16/NOTES with information about program writing on
5860         the current port version.
5861
5862 2004-01-11 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
5863
5864         * src/mcs51/peephole.def: added peepholes 177.c,d (redundant moves)
5865         and peephole 252 (array access)
5866
5867 2004-01-09  Borut Razem <borut.razem AT siol.net>
5868
5869         * src/SDCCmain.c : fixed #872250: -l command line defined library
5870           files are scanned before standard library files
5871
5872 2004-01-10 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5873
5874         * src/SDCCast.c (decorateType): fixed bug #874046
5875
5876 2004-01-09  Borut Razem <borut.razem AT siol.net>
5877
5878         * support/scripts/sdcc.nsi: remove previous installation
5879
5880 2004-01-09 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
5881
5882         * src/SDCCglue.c (createInterruptVect): don't append 7(5) padding
5883         bytes for last interrupt vector (mcs51)
5884         * sdcc.spec: fixed typo
5885
5886 2004-01-09 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5887
5888         * src/mcs51/gen.c (genFunction, genEndFunction, genReceive, getTempRegs,
5889         gen51Code): more efficient parameter receive for --model-large
5890         ("bug" #845294)
5891
5892 2004-01-09 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5893
5894         * src/ds390/main.c,
5895         * src/z80/main.c: added missed needLinkerScript flags (more than
5896         one port structure defined in these file)
5897         * src/ds390/gen.c (aopForSym, aopOp, operandsEqu, aopOp3): fixed
5898         bug #795325
5899
5900 2004-01-08 Vangelis Rokas <vrokas AT otenet.gr>
5901
5902         * src/SDCCmain.c: removed various references to DEFAULT_PORT
5903         * src/port.h: added flag needLinkerScript in port->linker
5904         structure to inform whether to create a .lnk file or not,
5905         * src/avr/main.c,
5906         * src/ds390/main.c,
5907         * src/hc08/main.c,
5908         * src/mcs51/main.c,
5909         * src/pic/main.c,
5910         * src/pic16/main.c,
5911         * src/xa51/main.c,
5912         * src/z80/main.c: changed appropriately to configure
5913         needLinkerScript flag
5914         * src/pic/gen.c,
5915         * src/pic16/gen.c (genAddrOf): fixed bug #863624
5916         * src/pic/glue.c: added variable udata_section_name to
5917         override default uninitialized data segment definition for
5918         devices only with SHAREBANK memory (reported from Erik Epetrich)
5919         * (pic14emitOverlay): modified to emit a commented overlay segment
5920         directive when no overlay data exist
5921         * (picglue): modified to emit uninitialized data segment
5922         according to udata_section_name
5923         * src/pic/main.c (_pic14_parseOptions): added command line
5924         options --udata-section-name=[name] to override default
5925         udata definition name
5926         * modified _linkCmd and _asmCmd to include compiler passed
5927         arguments via -W option
5928         * src/pic16/main.c: added $l in _asmCmd, changed extension for
5929         object file from '.rel' to '.o' in port->linker structure,
5930         changed size of fptr from 2 to 3 in port structure
5931
5932 2004-01-07  Borut Razem <borut.razem AT siol.net>
5933
5934         * support/scripts/sdcc.nsi: update PATH
5935         * support/scripts/sdcc.ico: craeted
5936
5937 2004-01-07 Bernhard Held <bernhard AT bernhardheld.de>
5938
5939         * device/include/Makefile.in: fix install
5940         * doc/Makefile: fix install
5941
5942 2004-01-07 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5943
5944         * src/SDCCsymt.c (processFuncArgs): fixed superflous allocation noted
5945         in bug #860505
5946         * src/SDCCmem.c (printAllocInfoSeg, printAllocInfo): minor changes to
5947         how the function variable allocation summary is displayed; also
5948         include information about variables allocated to the overlay
5949         segment
5950
5951 2004-01-06  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
5952
5953         * as/mcs51/lkmain.c: Help about -Y option
5954         * as/mcs51/lkarea.c: Fixed gcc warnings
5955
5956 2004-01-06 Bernhard Held <bernhard AT bernhardheld.de>
5957
5958         * src/SDCCval.c (valShift): changed from 16 to 32 bit shift count,
5959         fixed warning
5960         * support/valdiag/tests/overflow.c: added
5961         * src/SDCCast.c (decorateType),
5962         * src/SDCCicode.c (geniCodeLeftShift): added promotion to int for
5963         LEFT_OP (left shift)
5964
5965 2004-01-06  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
5966
5967         * as/mcs51/lkmain.c: stack must be after data when option -Y is not used
5968         (default behaviour).
5969
5970 2004-01-06 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5971
5972         A python script to validate compiler diagnostic messages. It can be
5973         used to verify that sdcc complains about bad c source code and
5974         gives a good location of the error.
5975         * support/valdiag/Makefile,
5976         * support/valdiag/valdiag.py,
5977         * support/valdiag/tests/*
5978
5979 2004-01-06 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5980
5981         * src/SDCC.y (enum_specifier, enumerator_list, opt_assign_expr),
5982         * src/SDCCsymt.c (newEnumType),
5983         * src/SDCCsymt.h
5984         * support/Util/SDCCerr.c,
5985         * support/Util/SDCCerr.h: fixed bug #871258 and some other unreported
5986         enum related bugs.
5987         * support/regression/tests/enum.c: added test for enum values that
5988         require at least 2 bytes of storage.
5989
5990 2004-01-06 Vangelis Rokas <vrokas AT otenet.gr>
5991
5992         * src/common.h: added ifndef/define/endif macros
5993         around the header file.
5994         Bug reported from Jesus Calvino-Fraga
5995
5996 2004-01-06 Bernhard Held <bernhard AT bernhardheld.de>
5997
5998         * sdcc.spec: updated
5999         * device/include/Makefile.in: don't install CVS directories
6000         * device/lib/Makefile.in: added removal of CVS directories after install
6001         * doc/Makefile: fixed install, added local_icons
6002         * sim/ucsim/gui.src/Makefile.in: fixed an old typo
6003         * src/mcs51/gen.c (genRightShift): fixed bug #870788
6004         * src/ds390/gen.c (genRightShift): fixed bug #870788
6005         * src/SDCCast.c (decorateType): fixed bug #870781
6006
6007 2004-01-06 Vangelis Rokas <vrokas AT otenet.gr>
6008
6009         PIC16 port related changes:
6010         * device.c: removed pic16_finalMapping and pic16_finalMappingSize,
6011         added variable stackPos,
6012
6013         * gen.c: genCall, assignResultValue: added support for
6014         pushing/retrieving function parameters to/from stack,
6015         genFunction,genEndFunction: setup stack frame for the
6016         generated function,
6017         genAddrOf: will be changed according to bug 863624
6018
6019         * added files genutils.c and genutils.h which contain gen*
6020         debugged and optimised functions extracted from gen.c
6021
6022         * glue.c: added variable 'externs' which holds extern symbols,
6023         pic16emitRegularMap: is modified to properly handle relocatable
6024          symbols under the new scheme,
6025         pic16createInterruptVect: is modified
6026         pic16printPublics: is modified to emit 'global' assembler directives,
6027         added pic16_printExterns to print extern symbols,
6028         pic16glue: initializes stack/frame pointer in the beginning of
6029         the assembly output. Temporary hack, will be corrected later,
6030         because gplink yet does not support stack and SDCC does not
6031         yet support a type of crt0.o object to create the final binary.
6032
6033         * Removed many lines that contain 8051 legacy code.
6034         * The code is finally placed under a 'code' directive.
6035         * Added port specific options.
6036
6037         * _process_pragma: simplified since now we do not need *special*
6038         include file to define SFR registers. But a separate header
6039         will be needed. This will be developed later.
6040         * _pic16_parseOptions: added, parses port specific options:
6041         --pgen-banksel, --obanksel=, --pomit-config-words, --pomit-ivt,
6042         --pleave-reset-vector, --penable-stack, --pstack-model, --debug-xtra
6043         --preplace-udata-with=
6044
6045         * _pic16_setDefaultOptions: modified to initialize section names,
6046         but hack is temporarly out of order since it needs improvement.
6047         * _pic16_genAssemblerPreamble: configuration words are emitted by
6048         their address instead of their name. This part is incomplete and
6049         supports only the 18Fxx2 devices. Other devices will emit an error
6050         during assembly since they do not contain the same set of config
6051         registers
6052         * _pic16_genIVT: is modified,
6053
6054         * pcode.c: added definitions for some hardware registers that are needed
6055         for stack support
6056         * added flag is2LitOp and variable pci_magic in pCodeInstruction.
6057         All PCI entries are updated. Now LFSR is supported.
6058         * Removed pic16_pciTRIS is mentioned by mdubuc in source
6059         * added pic16_newpCodeOpLit2 to support instructions with
6060         two literal arguments
6061         * pic16_pCode2str: corrected code that emits assembler instructions
6062         with two literal operands and those that have an access bit modifier
6063         * genericPrint: now PC_ASMDIR pCodes, can emit a label if it exists,
6064         this fixes a bug which caused some labels to be lost, when an
6065         assembler directive was added, i.e. banksel,
6066         * pic16_FixRegisterBanking: improved logic that causes the insertion
6067         of bank switching,
6068         * InlineFunction: functions that are called once, are not any more
6069         inlined. This can be a port option in the future,
6070
6071         * pcode.h: added pCodeOpLit2 and added variable label in pCodeAsmDir
6072
6073         * ralloc.c: added pic16_rel_udata and pic16_fix_udata variables which
6074         hold the corresponding uninitialized symbols,
6075         * pic16_allocProcessorRegister: registers have explicit marked the
6076         accessBank field,
6077         * pic16_allocInternalRegister: registers are explicit marked as
6078         not used,
6079         * pic16_writeUsedRegs: pic16_dynDirectBitRegs was missing from the
6080         processing list, so bit registers were lost,
6081         *
6082
6083         * ralloc.h: added field 'accessBank' and original symbol operand
6084         in register definition,
6085         * removed the field isMapped from register definition,
6086
6087         ** Several functions have been removed from various sources:
6088         BanksUsedFlow2,BanksUsedFlow,FixBankFlow,InstructionRegBank,
6089         pic16_addMemRange,pic16_isREGinBank,pic16_dump_map,pic16_dump_cblock
6090         isSFR,validAddress,mapRegister,assignRegister,pic16_assignFixedRegisters
6091         pic16_assignRelocatableRegisters
6092
6093         ** others have been introduced:
6094         pic16_areRegsSame,pic16_dump_section,checkAddReg,pic16_groupRegistersInSection
6095         pic16_popGetLit2,pic16_popCombine2,pushw,pushaop
6096
6097 2004-01-05 Vangelis Rokas <vrokas AT otenet.gr>
6098
6099         * support/scripts/inc2h.pl: changed definition of BIT_AT
6100         to emit 'sbit at' instead of 'bit at'. This was a request.
6101
6102         PIC16 port related preliminary changes:
6103         * gen.c: prefixed function popRegFromString with
6104         pic16_ and all references to it corrected
6105         * pcode.c: all pic16_pc_* hardware registers prefixed
6106         with underscore (_),
6107         pic16_popCopyGPR2Bit(): function sets register wasUsed=1
6108         * ralloc.c: newReg(): when register is REG_SFR then
6109         set address to rIdx,
6110         pic16_allocProcessorRegister(): marks register wasUsed=0
6111         pic16_writeUsedRegs(): added a call to assign processor
6112         registers via pic16_assignFixedRegisters
6113
6114 2004-01-04  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
6115
6116         * as/mcs51/aslink.h, as/mcs51/lkarea.c, as/mcs51/lkdata.c,
6117         as/mcs51/lkmain.c, as/mcs51/lkmem.c: 8051 linker can now pack
6118         variables in unused register banks.  Also the SSEG is placed
6119         wherever there is enough space for it, and IDATA can be anywhere
6120         in internal RAM.  For now compile using -Wl-Y[stack_size].
6121         The mem file is different for this option as well, since it
6122         makes no sense of talking about DSEG lenght.
6123
6124 2004-01-02 Vangelis Rokas <vrokas AT otenet.gr>
6125
6126         * src/SDCClrange.c: fixed bug 869095 that caused segfault
6127         in certain cases, e.g. when ROM assignment, patch provided
6128         from Albert den Haan.
6129
6130 2004-01-01 Bernhard Held <bernhard AT bernhardheld.de>
6131
6132         Many signedness and type propagation fixes:
6133         * src/SDCCicode.c: made geniCodeCast() static
6134         replaced SPEC_ by IS_ (cosmetic)
6135         (operandOperation): fixed div and mod operation
6136         (usualBinaryConversions): added support for promotion of char
6137         (geniCodeMultiply): replaced (unsigned long) by (TYPE_UDWORD)
6138         (geniCodeDivision): replaced (unsigned long) by (TYPE_UDWORD)
6139         (geniCodeAdd): an array index will stay unsigned, even if promoted
6140         from char to int
6141         (geniCodeArray): ditto
6142         * src/SDCCicode.h: made geniCodeCast() static: removed prototype
6143         * src/SDCCsymt.c (computeType): added more support for char;
6144         promotion of char is selectable by promoteCharToInt, fixed signedness
6145         for all cases
6146         (powof2): replaced (unsigned long) by (TYPE_UDWORD)
6147         * src/SDCCsymt.h (powof2): replaced (unsigned long) by (TYPE_UDWORD)
6148         * src/SDCCval (val*): replaced signedness calculation by
6149         computeType()
6150         rearranged if-branches (cosmetic)
6151         (valShift): added warning W_SHIFT_CHANGED
6152         (valCompare): fixed problem with different types
6153         * src/hc08/rallo.c (leastUsedLR): fixed gcc 3.3 warning
6154         * support/regression/tests/literalop.c: added many cases
6155         * support/regression/tests/ast_constant_folding.c: changed finally to
6156         'unsigned int'
6157         * .version: new year, new version: 2.3.7
6158         * src/SDCCmain.c (main): applied patch #866468
6159         * debugger/mcs51/sdcdb.c (parseCmdLine): added -k for ucsim, patch
6160         provided by Scott Bronson
6161         * doc/sdccman.lyx: updated documentation for sdcdb
6162         updated and added chapter tips
6163
6164 2004-01-01 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6165
6166         * src/SDCCsymt.h: missing from yesterday's commits
6167
6168 2003-12-31 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6169
6170         * src/SDCC.y (struct_or_union_specifier),
6171         * support/Util/SDCCerr.c,
6172         * support/Util/SDCCerr.h: verify that struct & union tags are used
6173         as declared.
6174
6175 2003-12-29 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6176
6177         * src/SDCCglobl.h: missing from yesterday's commits
6178
6179 2003-12-28 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6180
6181         * src/SDCC.y (external_definition, type_specifier2, sfr_reg_bit,
6182         sft_attributes, struct_declaration, parameter_declaration,
6183         type_name, start_block, declaration_list),
6184         * src/SDCC.lex (check_type): support redefinition of typedef names
6185
6186 2003-12-22 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
6187
6188         * src/mcs51/gen.c (genPlus): added special handling for 256 byte
6189         aligned xdata arrays. Erik helped me with the if clause.
6190
6191 2003-12-20 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6192
6193         * device/lib/ds390/tinibios.c (CpuSpeed): suppress unreachable code
6194         warning
6195
6196 2003-12-20 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6197
6198         * src/SDCCast.h,
6199         * src/SDCCast.c (newAst_),
6200         * src/SDCCicode.h,
6201         * src/SDCCicode.c (ast2iCode, newiCode),
6202         * src/SDCCglobl.h,
6203         * src/SDCC.y (logical_and_expr, logical_or_expr, conditional_expr,
6204         expr, statement, expression_statement, selection_statement,
6205         iteration_statement, expr_opt, jump_statement): foundation for tracking
6206         sequence points
6207         * src/SDCCopt.c (killDeadCode): fixed bug #861580 (needs the sequence
6208         point code too)
6209
6210 2003-12-19 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6211
6212         * support/Util/SDCCerr.c,
6213         * src/SDCCast.h,
6214         * src/SDCCast.c (createCase, createDefault, decorateType),
6215         * src/SDCClabel.c (labelUnreach),
6216         * src/SDCC.y (labeled_statement, jump_statement): More improvements
6217         to error messages.
6218         * support/Util/SDCCerr.c (werrorfl): fixed a non-standard declaration
6219         (with thanks to Stas Sergeev)
6220         * device/include/time.h,
6221         * device/lib/time.c (CheckTime): suppress unreachable code warning
6222
6223 2003-12-18 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6224
6225         * src/SDCCast.c (createIvalCharPtr),
6226         * src/SDCCglue.c (printChar): fixed bug #862241 (an error in my fix for
6227         bug #753752)
6228         * support/regression/tests/nullstring.c: tests for these two bugs
6229
6230 2003-12-18 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6231
6232         * support/Util/SDCCerr.h,
6233         * support/Util/SDCCerr.c (E_NOT_ALLOWED),
6234         * src/SDCC.y (struct_declaration, struct_or_union_specifier): complain
6235         about storage class and 'at' used inside struct or union
6236         * src/SDCCBBlock.c (iCodeFromeBBlock),
6237         * src/SDCCcse.c (ifxOptimize),
6238         * src/SDCCglue.c (emitRegularMap, initPointer, printIvalStruct,
6239         printIvalArray, printiValFuncPtr, printIvalCharPtr, printIvalPtr,
6240         printIval, emitStaticSeg, emitOverlay),
6241         * src/SDCClabel.c (deleteIfx),
6242         * src/SDCCopt.c (replaceRegEqv, eBBlockFromiCode),
6243         * src/SDCCast.c (resolveSymbols, createIvalStruct, createIvalArray,
6244         gatherAutoInit, processParms),
6245         * support/Util/SDCCerr.h,
6246         * support/Util/SDCCerr.c (werrorfl): Support for better error location
6247         reporting for post-parse errors.
6248
6249 2003-12-16 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6250
6251         * src/SDCCval.c (valPlus, valMinus, valShift): fixed some problems with
6252         implicit casts via union; they don't work on big endian systems
6253         (possible fix for bug #861138)
6254
6255 2003-12-16 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
6256
6257         (committed by Erik Petrich <epetrich AT ivorytower.norman.ok.us> on Frieder's behalf)
6258         * src/mcs51/main.c: fixed the fix for bug #737001
6259
6260 2003-12-15  Borut Razem <borut.razem AT siol.net>
6261
6262         * support/scripts/sdcc.nsi: updated for NSIS 2.0 beta 4
6263
6264 2003-12-14 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6265
6266         * support/makebin/makebin.c: put output in binary mode
6267
6268 2003-12-13 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
6269
6270         * src/mcs51/main.c: fixed bug #737001 for the mcs51. SDCC clears
6271         xdata and data memory on startup. Set the environment variable
6272         SDCC_NOGENRAMCLEAR to disable this.
6273         * src/mcs51/peephole.def,
6274         * src/ds390/peephole.def: using the atomic test and clear instruction jbc
6275         (allows non-interrupt and interrupt code to safely compete for a resource
6276         without the non-interrupt code having to disable interrupts)
6277
6278 2003-12-13 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6279
6280         * src/SDCCicode.c (geniCodeAdd),
6281         * src/SDCCast.c (decorateType): fixed bug #857753 (need to be careful
6282         with valFromType if type might be a pointer and host is big endian).
6283         * src/SDCCast.c (decorateType): unary plus compatible with all arithmetic
6284         types, not just integer types.
6285         * src/SDCCsymt.c (addSymChain): clarified error message when symbol is
6286         multiply defined with mismatching "at" address.
6287
6288 2003-12-12 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6289
6290         * src/ds390/main.c (PORT tininative_port): fixed bug #858416
6291         * src/SDCCglue.c (printChar, printIvalChar, emitStaticSeg),
6292         * src/SDCCast.c (createIvalCharPtr, stringToSymbol): handle strings
6293         with embedded nulls (fixed bug #753752)
6294
6295 2003-12-12 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
6296
6297         * src/mcs51/main.c(_mcs51_genRAMCLEAR): using r0 instead of r1/r2.
6298         Apparently this did not see much testing (endless loop)
6299
6300 2003-12-11 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6301
6302         * src/z80/ralloc.c: set DISABLE_PACK_HL = 1 as a temporary fix to bug #855165
6303
6304 2003-12-10 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6305
6306         * src/SDCCdebug.c (outputDebugSymbols, outputDebugStackSymbols, dumpSymInfo):
6307         gracefully handle NULL memmap pointers
6308
6309 2003-12-08 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6310
6311         * src/SDCCopt.c (killDeadCode): change iCode type to DUMMY_READ_VOLATILE
6312         instead of deleting the iCode when an operand is volatile
6313         * src/z80/gen.c (genDummyRead),
6314         * src/mcs51/gen.c (genDummyRead),
6315         * src/ds390/gen.c (genDummyRead),
6316         * src/hc08/gen.c (genDummyRead): handle operands in IC_LEFT and/or IC_RIGHT,
6317         not just IC_RIGHT
6318         * src/SDCCicode.c (geniCodeCall): fixed bug #851607
6319         * src/SDCC.y: fixed bug #850420
6320
6321 2003-12-05 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6322
6323         Applied z80 i/o port patch from Peter Townson and fixed some operators
6324         to better handle operands in A register.
6325         * device/include/z180.h
6326         * src/SDCC.y
6327         * src/SDCCglue.c
6328         * src/z80/gen.c
6329         * src/z80/gen.h
6330         * src/z80/main.c
6331         * src/z80/peeph-z80.def
6332         * src/z80/peeph.def
6333         * src/z80/z80.h
6334
6335 2003-12-03 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6336
6337         * src/SDCCsymt.c (addSymChain, compareTypeExact): fixed bug #838241 again
6338
6339 2003-12-01 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6340
6341         * device/lib/hc08/_mullong.c: Removed extra #endif
6342
6343 2003-12-01 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6344
6345         * sim/ucsim/hc08.src/inst.cc,
6346         * sim/ucsim/hc08.src/hc08mac.h: fixed some problems with CC flag bits and
6347         carries from x to h
6348         * src/hc08/gen.c (aopAdrStr): fixed problem with 16 bit immediate
6349         * src/hc08/gen.c (XAccRsh): fixed problem with right shift
6350         * device/include/stdarg.h: fixed varargs for hc08
6351         * device/lib/Makefile.in,
6352         * device/lib/hc08/Makefile,
6353         * device/lib/hc08/_mulint.c,
6354         * device/lib/hc08/_mullong.c: fixed some endian problems
6355
6356 2003-11-28 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
6357
6358         * sdcc/src/mcs51/gen.c (genMultOneByte): help peephole 105
6359         * sdcc/src/mcs51/peeph.def: added peephole 186.e array access in code space
6360         * device/lib/_gptrget.c,
6361         * device/lib/_gptrput.c: P2 not used any more (related to #850747, #785979)
6362
6363 2003-11-27 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6364
6365         * src/SDCClrange.c (findNextUseSym, rlivePoint): fixed bug #849795
6366         * src/SDCCast.c (astErrors): fixed bug #846007
6367         * src/SDCCsymt.c (checkFunction): fixed follow-up bug on bug #846007
6368
6369 2003-11-26 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6370
6371         * src/SDCCast.c (decorateType): disabled a transformation I added in
6372         revision 1.188 (access to fields of a structure at an absolute address);
6373         it breaks with bitfields, extern declarations, and gcse analysis.
6374         * src/SDCCopt.c (isLocalWithoutDef): if ADDRESS_OF applied to a symbol, it
6375         could be assigned through a pointer, so don't complain.
6376         * src/SDCCast.c (astErrors),
6377         * src/SDCCast.h,
6378         * src/SDCCglue.c (emitRegularMap): fixed bug #847813
6379
6380 2003-11-26 Vangelis Rokas <vrokas AT otenet.gr>
6381
6382         * src/pic16/main.c (_pic16_genIVT): fixed interrupt vector table
6383         * src/pic16/main.c (_pic16_genAssemblerPreamble): re-enabled the
6384         output of __config directives, since gpasm now supports them
6385         * src/pic16/main.c (_pic16_finaliseOptions): define MCU
6386         pre-processor macro, i.e. -DMCU=p18f452
6387         * src/pic16/ralloc.c: renamed packRegisters to pic16_packRegisters,
6388         and modified to handle 'cast' icode similarly to '=' icode
6389         * src/pic16/device.h (typedef struct PIC_device): added field
6390         'extMIface' to indicate that chip has external memory interface
6391         * src/pic16/device.c: added chips 18F248, 18F258, 18F448, 18F458,
6392         18F6520, 18F6620, 18F6680, 18F6720, 18F8520, 18F8620, 18F8680,
6393         18F8720
6394
6395 2003-11-26 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6396
6397         * src/SDCC.y (pointer): fixed bug #846006
6398         * support/Util/SDCCerr.c: made W_PTR_TYPE_INVALID message clearer
6399         * src/SDCCast.c (decorateType): fixed bug #846009
6400         * src/ds390/peeph.def,
6401         * src/ds390/gen.c (genAnd, genOr),
6402         * src/mcs51/peeph.def,
6403         * src/mcs51/gen.c (genAnd, genOr): fixed bug #846777
6404
6405 2003-11-25 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6406
6407         Fixed several common-sub-expression bugs (#772861, #768380, & #755323)
6408         * src/SDCCdflow.c
6409         * src/SDCCcse.c
6410         * src/SDCCcse.h
6411         * src/SDCCBBlock.h
6412         * src/SDCCBBlock.c
6413
6414 2003-11-23 Klaus Flittner <klaus_flittner AT gmx.de>
6415
6416         fixed bug #845089
6417         * src/SDCCbitv.h,
6418         * src/SDCCbitv.c: added function to free a bitvector
6419         * src/SDCClrange.h,
6420         * src/SDCClrange.c: added function to recompute the liveranges
6421         * src/avr/ralloc.c,
6422         * src/ds390/ralloc.c,
6423         * src/hc08/ralloc.c,
6424         * src/mcs51/ralloc.c,
6425         * src/pic/ralloc.c,
6426         * src/pic16/ralloc.c,
6427         * src/xa51/ralloc.c,
6428         * src/z80/ralloc.c: recompute the liveranges after register packing
6429
6430 2003-11-21 Klaus Flittner <klaus_flittner AT gmx.de>
6431
6432         * src/SDCCloop.c (newInduction): fixed bug #845630
6433
6434 2003-11-21 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6435
6436         * src/SDCCsymt.c (compareTypesExact): disabled debugging output
6437         inadvertantly left behind from my 2003-11-12 change
6438
6439 2003-11-20 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6440
6441         Updated headers I neglected to commit yesterday.
6442         * src/SDCClrange.h,
6443         * src/SDCCicode.h
6444
6445 2003-11-19 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6446
6447         * src/SDCCcse.c (algebraicOpts): fixed bug #773153
6448         * src/SDCClrange.c (rlivePoint): need to mark IC_RESULT used if POINTER_SET op
6449         * src/SDCCopt.c (eBBlockFromiCode),
6450         * src/SDCClrange.c (hashiCodeKeys, sequenceiCode, computeLiveRanges): seperated
6451         the creation of the key hash table from the sequencing so it can be used
6452         earlier (for some GCSE bug fixes still pending)
6453
6454 2003-11-15 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
6455
6456         * src/mcs51/gen.c (genPlus): generate shortcut for adding 0xab00
6457         * support/regression/tests/addsub.c: testing genPlus shortcut
6458
6459 2003-11-15  Borut Razem <borut.razem AT siol.net>
6460
6461         * src/SDCCmain.c: fixed bug #841645: -MM command line option passed to sdcpp
6462
6463 2003-11-15 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6464
6465         * src/SDCCcse.c (cseBBlock): fixed bug #527779
6466         * src/SDCCcse.c (deleteGetPointers): rewrote so that the set
6467         ordering is immaterial.
6468         * src/SDCCdflow.c (mergeInExprs): fixed bug #587536
6469
6470 2003-11-14 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6471
6472         * src/SDCCicode.c (geniCodeAddressOf): fixed part of bug #840381
6473         * src/SDCCopt.c (replaceRegEqv, isLocalWithoutDef): fixed other part
6474         (SIGSEV) of bug #840381
6475         * src/SDCCmain.c (linkEdit, assemble): fixed bug #841606 (don't
6476         unlink new file before rename if new and old filenames are the same)
6477
6478 2003-11-13 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
6479
6480         * src/mcs51/main.c: started fixing bug #737001 (SDCC not clearing
6481         uninitialized variables) for the mcs51. Set environment variable
6482         SDCC_GENRAMCLEAR to test.
6483         xdata initialization slightly shorter
6484
6485 2003-11-12 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6486
6487         * src/SDCCsymt.h,
6488         * src/SDCCsymt.c (addSymTypeChain, compareTypesExact): fixed bugs
6489         #838241 & 780691 (basicly the same bug)
6490         * src/SDCCBBlock.c (iCode2eBBlock): fixed bug #840148
6491         * src/SDCCBBlock.c (iCodeFromeBBlock): fixed bug #840162
6492
6493 2003-11-11 Bernhard Held <bernhard AT bernhardheld.de>
6494
6495         * src/SDCCmain.c (linkEdit): "fix" #834252
6496
6497 2003-11-11 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6498
6499         * src/SDCCast.c (removePostIncDecOps, removePreIncDecOps),
6500         * src/SDCCast.h,
6501         * src/SDCC.y: fixed bug #819403
6502
6503 2003-11-08 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6504
6505         * support/regression/fwk/lib/testfwk.c: printn is recursive and thus needs
6506         the reentrant attribute.
6507         * src/hc08/gen.c (genPackBits): added missing stack readjustment
6508         * sim/ucsim/hc08.src/inst.cc (inst_mov): fixed bugs with mov instruction
6509         simulation
6510         * src/SDCCast.c (decorateType): fixed bug with storage class not being
6511         updated during pointer dereference; f.e. ~(((char *)1)*) was being
6512         erroneously reduced to a literal.
6513         * src/hc08/ralloc.c (packRegisters, rematStr),
6514         * src/hc08/gen.c (aopForRemat): allow literals to be rematerialized in
6515         some cases
6516
6517 2003-11-08 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
6518
6519         * src/mcs51/main.c: fixed bug #838385. Thanks to Josef Pavlik for finding and fixing
6520         * doc/sdccman.lyx: changed from 'article' to 'book'
6521         * doc/Makefile: readded test_suite_spec and cdbfileformat
6522
6523 2003-11-08 Bernhard Held <bernhard AT bernhardheld.de>
6524
6525         * device/include/stdlib.h: include malloc.h to comply with ANSI
6526         * support/regression/tests/malloc.c: include stdlib.h instead of malloc.h
6527
6528 2003-11-07 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
6529
6530         * doc/Makefile: sdccman.pdf should build with correct references (more info in commit msg)
6531         * doc/clean.mk: also remove *.out files
6532         * doc/sdccman.lyx: some additions, larger top/bottom margins
6533
6534 2003-11-07 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6535
6536         * src/SDCC.y: fixed bug #837365
6537         * support/regression/tests/bitopcse.c
6538         * src/hc08/gen.c (genPointerGet): Don't assume pointer operand is
6539         a symbol (might be valop instead)
6540         * device/lib/Makefile.in: added errno.c to HC08SOURCES
6541         * device/lib/clean.mk: added hc08 to the cleaning list
6542
6543 2003-11-04  Borut Razem <borut.razem AT siol.net>
6544
6545         * configure, configure.in, sdcc_vc_in.h, sdcconf_in.h: reverted changes,
6546           made 2003-11-04
6547         * support/Util/NewAlloc.c, as/hc08/lklibr.c, as/mcs51/lklibr.c,
6548           as/z80/aslist.c, as/z80/assym.c: removed inclusion of nonstandard malloc.h;
6549           malloc is declared in standard stdlib.h
6550
6551 2003-11-06 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6552
6553         * device/lib/hc08/Makefile: need to clean .rel not .o files
6554         * src/hc08/gen.c (genDjnz): can't use djnz with extended addressing mode
6555
6556 2003-11-06 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6557
6558         * src/port.h,
6559         * src/hc08/main.c,
6560         * src/mcs51/main.c,
6561         * src/ds390/main.c,
6562         * src/z80/main.c,
6563         * src/avr/main.c,
6564         * src/pic/main.c,
6565         * src/pic16/main.c,
6566         * src/xa51/main.c: added hasExtBitOp & oclsExpense functions to ports
6567         * src/SDCCicode.c: changed several IS_FARSPACE tests to isOclsExpensive
6568         tests (which uses the port's oclsExpense function)
6569         * src/SDCC.y,
6570         * src/SDCCast.c,
6571         * src/SDCCicode.c,
6572         * src/hc08/gen.c,
6573         * src/ds390/gen.c,
6574         * src/mcs51/gen.c: added support for the SWAP iCode (RFE #834167)
6575
6576 2003-11-04 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6577
6578         * src/SDCCcse.c (ifxOptimize),
6579         * src/SDCClabel.c (labelIfx, deleteIfx): When the condition to
6580         an IFX iCode is volatile, convert to DUMMY_READ_VOLATILE instead
6581         deleting the IFX iCode.
6582         * src/hc08/ralloc.c: reduced unneeded slocs
6583         * src/hc08/gen.c: fixed bug in asmopToBoolean
6584
6585 2003-11-04  Borut Razem <borut.razem AT siol.net>
6586
6587         * configure, configure.in, sdcc_vc_in.h, sdcconf_in.h,
6588           support/Util/NewAlloc.c, as/hc08/lklibr.c, as/mcs51/lklibr.c,
6589           as/z80/aslist.c, as/z80/assym.c: decision to include malloc.h
6590           transferred to configure
6591
6592 2003-11-03 Bernhard Held <bernhard AT bernhardheld.de>
6593
6594         Use headers defined in the C[++] standards:
6595         * sim/ucsim/gui.src/serio.src/fileio.cc
6596         * sim/ucsim/gui.src/serio.src/frontend.cc
6597         * sim/ucsim/gui.src/serio.src/main.cc
6598         * sim/ucsim/gui.src/serio.src/posix_signal.cc
6599         * support/Util/NewAlloc.c
6600         * as/hc08/lklibr.c
6601         * as/mcs51/lklibr.c
6602         * as/z80/aslist.c
6603         * as/z80/assym.c
6604
6605 2003-11-03  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
6606
6607         * Added MSVC projects for hc08 assembler and linker:
6608         all.dsp, config.dsp, sdcc.dsw, /as/hc08/as_hc08.dsp,
6609         /as/hc08/link_hc08.dsp
6610
6611 2003-11-03 Martin Helmling <Martin.Helmling AT octo-soft.de>
6612
6613         * debugger/mcs51/cmd.c: allows filename starting with digit(+ some debug)
6614
6615 2003-11-02 Bernhard Held <bernhard AT bernhardheld.de>
6616
6617         * src/SDCCmain.c (linkEdit): "fixed" again bug #833605
6618
6619 2003-11-01 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
6620
6621         * src/mcs51/main.c: xdata initialization is 13 bytes shorter now
6622
6623 2003-10-31  Borut Razem <borut.razem AT siol.net>
6624
6625         * support/cpp2/cpplib.h,
6626           support/cpp2/cpplib.c,
6627           support/cpp2/cpplex.c,
6628           support/cpp2/cppinit.c: introduced #pragma preproc_asm [ + | - ]
6629           to switch _asm block preprocessing on / off. Default is
6630           #pragma preproc_asm +
6631
6632 2003-10-31  Borut Razem <borut.razem AT siol.net>
6633
6634         * support/cpp2/cpplex.c: Fixed _WIN32 problem with CR-CR-LF sequences
6635           when outputting comment blocks (when executed with -C option) and
6636           _asm (SDCPP specific) blocks
6637
6638 2003-10-31 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6639
6640         * as/hc08/lkrloc.c (relr): Fixed ihx output, fixed lastAreaIndex warning
6641
6642 2003-10-31 Klaus Flittner <klaus_flittner AT gmx.de>
6643
6644         * src/SDCCcse.c (updateSpillLocation): fixed bug #808027
6645
6646 2003-10-31 Bernhard Held <bernhard AT bernhardheld.de>
6647
6648         * src/SDCCmain.c (linkEdit): "fixed" bug #833605
6649         * src/SDCCast.c (decorateType): fixed bug #832664
6650
6651 2003-10-31  Borut Razem <borut.razem AT siol.net>
6652
6653         * support\cpp2\cpplex.c: fixed for SDCPP:
6654           comments(when executed with -C option) and _asm blocks
6655           were included even if they where in skipped #if block.
6656           Applied solution from GCC cpp 3.3.2
6657
6658 2003-10-31  Borut Razem <borut.razem AT siol.net>
6659
6660         * src/SDCC.lex: sdcc now understands both formats:
6661           '# <line_number> <file_name>' and
6662           '#line <line_number> <file_name>'
6663         * support/cpp2/cppmain.c: sdcpp now generates the standard
6664           '# <line_number> <file_name>' instead of former
6665           '#line <line_number> <file_name>'
6666
6667 2003-10-30  Borut Razem <borut.razem AT siol.net>
6668
6669         * support/cpp2/cpphash.h,
6670         * support/cpp2/cpplib.h
6671         * support/cpp2/cpplex.c,
6672         * support/cpp2/cppmain.c,
6673         * support/cpp2/cppinit.c: fixed bug #828015 - Syntax variation for _asm character constants
6674
6675 2003-10-30 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6676
6677         Fixed a number of problems revealed by bug #827883.
6678         * src/SDCCloop.c (loopInvariants): Spill location of the
6679         result operand should be recomputed if extracted from
6680         a loop. Also, don't extract assignments of an iTemp
6681         from a literal.
6682         * src/SDCCast.c (isConformingBody): loop reversal should
6683         not occur if the control variable is involved with a
6684         relational operator.
6685
6686 2003-10-28 Bernhard Held <bernhard AT bernhardheld.de>
6687
6688         * .version: bumped to 2.3.6 to reflect the big improvements
6689         made by Erik and Klaus. Thanks!
6690
6691 2003-10-28 Klaus Flittner <klaus_flittner AT gmx.de>
6692
6693         Replaced the livrange code.
6694         * src/SDCClrange.c: added new LR code
6695         * src/SDCCloop.c,
6696         * src/SDCCBBlock.h: removed remainig parts from old LR code
6697         * src/ds390/ralloc.c,
6698         * src/ds390/gen.c: minor fixes to make it work with new code
6699
6700 2003-10-28 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6701
6702         * as/hc08/asm.h,
6703         * as/hc08/lkrloc.c,
6704         * src/hc08/gen.c,
6705         * src/hc08/ralloc.c: Fix various warnings related to the hc08
6706         * src/SDCCicode.c (geniCodePreInc, geniCodePreDec): Fixed bug #829717
6707         (tweaked fix for bug #818696)
6708
6709 2003-10-23 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6710
6711         * src/z80/ralloc.c (joinPushes): Fixed bug #828742
6712
6713 2003-10-23 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6714
6715         * src/SDCCmain.c,
6716         * sdccconf_in.h: Fixed bug #828387 (--disable-hc08-port didn't work)
6717         * src/mcs51/gen.c (gencjneshort),
6718         * src/ds390/gen.c (gencjneshort): Made comparison with AOP_IMMD operand
6719         more efficient (per Scott Bronson's suggestion)
6720
6721 2003-10-22 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6722
6723         Extended the semantics of the critical keyword to include
6724         individual statements. See RFE #827755 and #799831
6725         * src/SDCC.y
6726         * src/SDCCicode.c
6727         * src/SDCCopt.c
6728         * src/SDCCast.c
6729         * support/Util/SDCCerr.c
6730         * support/Util/SDCCerr.h
6731         * src/mcs51/gen.c
6732         * src/ds390/gen.c
6733         * src/hc08/gen.c
6734
6735 2003-10-19  Borut Razem <borut.razem AT siol.net>
6736
6737         * src/SDCC.lex: fixed bug #825944 - defined yytext_ptr to make it compile with flex 2.5.31
6738
6739 2003-10-19 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6740
6741         * src/SDCCicode.c (geniCodePreInc, geniCodePreDec, ast2iCode):
6742         Fixed bug #818696
6743         * src/SDCCast.c (ast_print): Fixed --dumptree so that preincrement
6744         and predecrement operand is displayed
6745
6746 2003-10-13 Bernhard Held <bernhard AT bernhardheld.de>
6747
6748         * src/SDCCval.c (valMinus): fixed bug #826041
6749
6750 2003-10-15 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6751
6752         Some hc08 related updates that I missed earlier
6753         * sim/ucsim/stypes.h
6754         * support/regression/ports/hc08/spec.mk
6755
6756 2003-10-15 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6757
6758         New target "hc08" for the Motorola 68hc08 family of micros
6759
6760         * configure
6761         * configure.in
6762         * Makefile
6763         * src/hc08/*
6764         * src/SDCCmain.c
6765         * src/port.h
6766         * sim/ucsim/hc08.src/*
6767         * sim/ucsim/configure.in
6768         * src/ucsim/configure
6769         * sim/ucsim/packages_in.mk
6770         * as/hc08/*
6771         * as/Makefile
6772         * device/include/mc68hc908qy.h
6773         * device/lib/hc08/*
6774         * device/lib/Makefile.in
6775         * support/regression/ports/hc08/*
6776         * support/regression/Makefile
6777
6778 2003-10-14 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6779
6780         * src/z80/gen.c: fixed bug revealed by ast_constant_folding.c
6781         regression test
6782         * src/ds390/gen.c (genCast): fixed bug #821957
6783
6784 2003-10-13 Bernhard Held <bernhard AT bernhardheld.de>
6785
6786         * device/lib/logf.c: "fixed" overlay bug
6787         * support/regression/ports/host/spec.mk: added m library
6788         * support/regression/ports/mcs51-stack-auto/spec.mk: added float funcs
6789         * support/regression/tests/float_trans: added (for Eric)
6790
6791 2003-10-12 Bernhard Held <bernhard AT bernhardheld.de>
6792
6793         * src/mcs51/gen.c (genCpl): fixed bug
6794         http://sf.net/mailarchive/message.php?msg_id=6263915
6795
6796 2003-10-10 Bernhard Held <bernhard AT bernhardheld.de>
6797
6798         * src/SDCCast.c (decorateType): added extended constant folding
6799         * src/SDCCsymt.c (computeType): cleanup
6800         * src/SDCCval.c (valShift): minor optimization
6801         * support/regression/tests/ast_constant_folding.c: added
6802
6803 2003-10-09  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6804
6805         * src/SDCCmain.c: removed some unintended changes
6806
6807 2003-10-09  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6808
6809         * src/SDCCmain.c (setParseWithComma): fixed bug #816685
6810         * src/z80/gen.c: fixed part of bug #817589
6811         * src/SDCCsymt.c (checkFunction): fixed bug #817895
6812
6813 2003-10-08 Bernhard Held <bernhard AT bernhardheld.de>
6814
6815         Replaced cast (void **) with (void *) to avoid gcc 3 warning:
6816         * src/SDCCcflow.c
6817         * src/SDCCcse.c
6818         * src/SDCCdflow.c
6819         * src/SDCClabel.c
6820         * src/SDCClrange.c
6821         * src/SDCCmem.c
6822         * src/SDCCopt.c
6823         * src/SDCCpeeph.c
6824         * src/SDCCset.c
6825         * src/avr/ralloc.c
6826         * src/ds390/ralloc.c
6827         * src/izt/ralloc.c
6828         * src/mcs51/ralloc.c
6829         * src/pic/ralloc.c
6830         * src/pic16/ralloc.c
6831         * src/xa51/ralloc.c
6832         * src/z80/ralloc.c
6833         * src/z80/gen.c: removed unused label "release:"
6834
6835 2003-10-06  Borut Razem <borut.razem AT siol.net>
6836
6837         * src/SDCC.lex: removed definition of unused variables
6838           save_optimize and save_options
6839
6840 2003-10-06 Bernhard Held <bernhard AT bernhardheld.de>
6841
6842         * clean.mk: removed '=' in "-maxdepth=1"
6843         * src/SDCCloop.c: replace LRKLAUS with SDCC_LRKLAUS
6844         * src/SDCClrange.c: replace LRKLAUS with SDCC_LRKLAUS
6845
6846 2003-10-06  Borut Razem <borut.razem AT siol.net>
6847
6848         * src/SDCC.lex, src/SDCC.lex: use dbuf for "_asm" definitions;
6849           my_unput() replaced by unput()
6850
6851 2003-10-05 Bernhard Held <bernhard AT bernhardheld.de>
6852
6853         * src/SDCCloop.c (assignmentsToSym, loopInduction): cast argument of
6854         setToNull() to (void *) to avoid gcc3.x's warning: "dereferencing
6855         type-punned pointer will break strict-aliasing rules"
6856         Old LR behaviour is again default; Klaus' LR can be choosen by
6857         defining the environment variable LRKLAUS
6858         * src/SDCCBBlock.h
6859         * src/SDCCloop.c
6860         * src/SDCClrange.c
6861         * src/ds390/ralloc.c (spillThis): applied Klaus' patch
6862         * clean.mk: fixed removal of files in bin/CVS/
6863         * device/lib/clean.mk: fixed removal of directories small and large
6864         * support/Util/SDCCerr.c: changed W_INT_OVL to ERROR_LEVEL_PEDANTIC
6865         * src/SDCCicode.c,
6866         * src/SDCCval.c: removed superflous test for pedantic
6867
6868 2003-10-05  Borut Razem <borut.razem AT siol.net>
6869
6870         * src/SDCC.lex, support/Util/SDCCerr.c, sdcc/support/Util/SDCCerr.h:
6871           Fixed bug #816692: introduced new ERROR_LEVEL_PEDANTIC warning
6872           message "unmatched #pragma SAVE and #pragma RESTORE"
6873
6874 2003-10-04  Frieder Ferlemann <Frieder.Ferlemann AT web.de>
6875
6876         * doc/sdccman.lyx: various additions and updates (interrupts, inline
6877           assembly, critical functions, atomic, nojtbound)
6878
6879 2003-10-04 Bernhard Held <bernhard AT bernhardheld.de>
6880
6881         Applied liferange patch from Klaus Flittner <klaus_flittner AT gmx.de>
6882         * src/SDCCBBlock.h
6883         * src/SDCCloop.c
6884         * src/SDCCloop.h
6885         * src/SDCClrange.c
6886
6887 2003-10-03  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6888
6889         * src/z80/gen.h,
6890         * src/z80/gen.c (aopOp, aopGet, aopPut, genDummyRead),
6891         * src/mcs51/gen.h
6892         * src/mcs51/gen.c (aopOp, aopGet, aopPut, genDummyRead),
6893         * src/ds390/gen.h
6894         * src/ds390/gen.c (aopOp, aopGet, aopPut, genDummyRead),
6895         * src/SDCCicode.c (ast2iCode, geniCodeDummyRead): Fixed bug #663539
6896         * src/SDCCopt.c (killDeadCode): Fixed bugs #663539 & #816705
6897
6898 2003-10-02  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6899
6900         * src/z80/gen.c (genRet): fixed bug #524753
6901         * src/z80/gen.c (genCast): fixed internal error on cast from
6902         pointer to long
6903         * src/z80/gen.c (_saveRegsForCall, emitCall): adapted Johan's
6904         fix for bug #477835 to the z80
6905         * src/z80/gen.c (genZ80code, _vemit2, _emit2): added support
6906         for tracking iCodes in the peephole optimizer for z80
6907
6908 2003-10-01  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6909
6910         * src/SDCCicode.c (geniCodeJumpTable, geniCodeSwitch): fixed
6911         the other part of bug #814548
6912         * src/SDCCpeeph.c (labelInRange): fixed bug #814558
6913
6914 2003-09-30  Bernhard Held <bernhard AT bernhardheld.de>
6915
6916         * src/SDCCcse.c: fixed part of bug #814548
6917
6918 2003-09-28  Borut Razem <borut.razem AT siol.net>
6919
6920         * src/asm.c: rewrite of printILine() to use temporary file instead
6921           a pipe
6922         * src/xa51/main.c: commented out declaration of int rewinds
6923
6924 2003-09-27  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6925
6926         * src/SDCCicode.c (geniCodeJumpTable): Fixed bug #813206
6927
6928 2003-09-26  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6929
6930         * src/SDCCdflow.c (computeDataFlow): Fixed bug #810746
6931         * src/asm.c (printILine): Fixed bug #811015
6932
6933 2003-09-22  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
6934
6935         *link/z80/lklibr.c, as/mcs51/lklibr.c: Improved memory allocation and
6936         freeing.
6937
6938 2003-09-21  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6939
6940         * src/z80/gen.c (setupToPreserveCarry): Fixed bug #796955
6941         * src/z80/gen.c (setupPair, genMovePairPair): Fixed setupPair
6942         to correctly handle general case of AOP_PAIRPTR
6943         * src/z80/gen.c (aopGet, aopPut): Generalized AOP_PAIRPTR handling
6944
6945 2003-09-21  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6946
6947         * src/mcs51/ralloc.c (fillGaps),
6948         * src/ds390/ralloc.c (fillGaps): fixed bug #810093 (yet another
6949         register positioning bug)
6950
6951 2003-09-21  Bernhard Held <bernhard AT bernhardheld.de>
6952
6953         * device/lib/_fsdiv.c: replaced (1<<31) by (1ul<<31)
6954
6955 2003-09-19  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6956
6957         * src/mcs51/gen.c (loadDptrFromOperand, genFarPointerGet,
6958         genCodePointerGet, genGenPointerGet, genFarPointerSet,
6959         genGenPointerSet): handle AOP_DPTR correctly when loading dptr
6960         (ralloc doesn't intentionally do this now, but perhaps later)
6961         * src/mcs51/ralloc.c (serialRegAssign, fillGaps),
6962         * src/ds390/ralloc.c (serialRegAssign, fillGaps): fixed some
6963         register positioning bugs (Fixed bug #762602 and #795325)
6964         * src/SDCCicode.c (geniCodeDerefPtr): Track output class correctly
6965         (Fixed bug #808779)
6966         * src/z80/gen.c: increased _vemit2's buffer[] to handle long
6967         lines that --i-code-in-asm generates
6968
6969 2003-09-18  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
6970
6971         *link/z80/lklibr.c, as/mcs51/lklibr.c: Fixed Linux segfaults when
6972         trying to fclose a FILE* that was already closed.
6973
6974 2003-09-18  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6975
6976         * src/SDCCsymt.c (structElemType): fixed bug #808291 (members
6977         of const struct should be treated as if const themselves)
6978
6979 2003-09-18  Bernhard Held <bernhard AT bernhardheld.de>
6980
6981         * src/SDCCval.c (valPlus, valMinus): fixed bug #808337
6982
6983 2003-07-06  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
6984
6985         * support/librarian/sdcclib.c: Generate correct offsets for libraries with
6986         Unix (/n) and DOS (/r/n) line terminations.
6987
6988 2003-09-17  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6989
6990         * src/SDCCopt.c (cnvFromFloatCast, cnvToFloatCast): fixed
6991         bug #613775
6992
6993 2003-09-16  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6994
6995         * src/mcs51/gen.c (genFunction, genEndFunction),
6996         * src/ds390/gen.c (genFunction, genEndFunction): Moved save
6997         and restore of EA so that stack offsets to parameters are
6998         correct when using both critical and reentrant/stack-auto.
6999         * src/z80/gen.c (aopOp): removed erroneous assertion about sloc
7000         size (can be triggered in error if sloc is shared between
7001         different sized objects)
7002         * device/include/float.h: fixed macros to explicitly use
7003         unsigned long where needed
7004
7005 2003-09-15  Bernhard Held <bernhard AT bernhardheld.de>
7006
7007         Feature req. 799831: added code to allow nesting of critical functions
7008         * src/mcs51/gen.c (genFunction, genEndFunction)
7009         * src/ds390/gen.c (genFunction, genEndFunction)
7010
7011 2003-09-14  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7012
7013         * src/SDCCsymt.c (sclsFromPtr),
7014         * src/SDCCsymt.h,
7015         * src/SDCCast.c (decorateType): fixed bug #462971. Also, better
7016         support for standard C idiom of memory mapped variables; for
7017         example, *((xdata int*)0x1234) = 1 is now internally equivalent
7018         to xdata int at 0x1234 tempvar = 1.
7019         * sim/ucsim/z80.src/inst_xd.cc: fixed bug #805483 with patch
7020         provided by Akiya ISHIDA
7021
7022 2003-09-13  Bernhard Held <bernhard AT bernhardheld.de>
7023
7024         * src/SDCCval.c (cheapestVal): reenabled to reduce int to char
7025         * src/SDCCval.c (constVal): added reduction from int to char
7026         * src/SDCCval.c (valMult, valDiv): fixed sign handling
7027         * src/SDCCval.c (valShift): fixed after change of cheapestVal()
7028         * src/SDCCval.c (valCompare): fixed EQ_OP and NE_OP; they have
7029         to ignore the sign
7030         * support/regression/tests/shifts.c: fixed
7031
7032 2003-09-13  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7033
7034         * src/z80/gen.c (genXor): Fixed bug #805445
7035
7036 2003-09-12  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7037
7038         Fixed bug #621531 (const & volatile confusion in the type chain).
7039         DCL_PTR_CONST, DCL_PTR_VOLATILE, & IS_PTR_CONST now exclusively
7040         refer to the const or volatile state of the pointer itself.
7041
7042         * src/SDCCast.c
7043         * src/SDCCglue.c
7044         * src/SDCCicode.c
7045         * src/SDCCsymt.c
7046         * src/SDCCval.c
7047         * src/SDCC.y
7048         * src/SDCCsymt.h
7049         * src/pic/gen.c
7050         * src/pic/ralloc.c
7051         * src/pic16/gen.c
7052         * src/pic16/ralloc.c
7053         * support/regression/tests/const.c
7054
7055 2003-09-10  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
7056
7057         When checking for duplicated modules, use absolute paths
7058         instead of relative paths.  Files changed:
7059
7060         * as/mcs51/lklib.c
7061         * link/z80/lklib.c
7062
7063 2003-09-09  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7064
7065         * src/SDCCicode.c (geniCodeLogic): fixed bug #797572
7066
7067 2003-09-07  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7068
7069         * device/include/string.h: added size_t typedef, changed
7070         prototypes to use size_t, eliminated separate reentrant and
7071         non-reentrant declarations, added _memmove declaration
7072         * device/lib/_memcpy.c: changed to use size_t instead of int,
7073         changed /4 to >>2 to avoid division library call
7074         * device/lib/_memcmp.c,
7075         * device/lib/_memset.c,
7076         * device/lib/_strncat.c,
7077         * device/lib/_strncpy.c,
7078         * device/lib/_strncmp.c: changed to use size_t instead of int
7079         * device/lib/_memmove.c: new file (fixed bug #772294)
7080         * device/lib/Makefile.in: added _memmove.c
7081         * device/lib/z80/asm_strings.s: fixed bug #772290
7082         * support/regression/tests/bitfields.c: attempt to fix host assertion
7083         failure on amd64-unknown-linux2.2
7084
7085 2003-09-06  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7086
7087         * src/z80/gen.c (aopPut, spillPairReg): fixed bug #800998
7088         * src/z80/gen.c (genFunction, genEndFunction): fixed "bug" #774700
7089         * as/z80/asmain.c (main): fixed bug #801766
7090
7091 2003-09-06  Bernhard Held <bernhard AT bernhardheld.de>
7092
7093         * src/SDCCicode.c (ast2iCode): fixed differences in iCode with different
7094         compilers
7095
7096 2003-09-05  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7097
7098         * src/SDCCast.c (isConformingBody): fixed loop reversal bug
7099         reported in bug #800609
7100
7101 2003-09-04  Vangelis Rokas <vrokas AT otenet.gr>
7102
7103         * Top header beautifications in src/pic16 directory:
7104           device.c, device.h, gen.c, gen.h, genarith.c, glue.c, pcode.c,
7105           pcodeflow.c, pcodeflow.h, pcode.h, pcodepeep.c, pcoderegs.c,
7106           pcoderegs.h, ralloc.c, ralloc.h
7107         * main.c: added top header and GPL license notice
7108         * pcode.c: fixed the if-conditional warning
7109
7110 2003-09-04  Bernhard Held <bernhard AT bernhardheld.de>
7111
7112         * device/lib/_mullong.c: replaced int by short for gcc
7113
7114 2003-08-31  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7115
7116         * src/SDCCpeeph.c (notVolatile, notVolatileVariable): handle IFX
7117         and JUMPTABLE iCodes properly now (worked by accident before)
7118         * src/mcs51/gen.c (leftRightUseAcc),
7119         * src/ds390/gen.c (leftRightUseAcc): handle IFX and JUMPTABLE
7120         iCode properly now. Use getSize instead of nRegs since a & b
7121         aren't part of the nRegs tally.
7122
7123 2003-08-31  Vangelis Rokas <vrokas AT otenet.gr>
7124
7125         * src/pic16/main.c: corrected offsets of interrupt vectors in _pic16_genIVT()
7126         * src/pic16/pcode.c: fix to disable inserting BANKSEL directive
7127           before instructions that use the _STATUS register
7128
7129 2003-08-31  Bernhard Held <bernhard AT bernhardheld.de>
7130
7131         * src/mcs51/gen.c (freeAsmop): fixed off by one in stack offset (AOP_STK)
7132         * src/mcs51/gen.c (genNearPointerSet): added missing opcode for
7133         fetching of the pointer
7134         * src/mcs51/gen.c (genNearPointerGet): added reuse of PREG,
7135         copied from genNearPointerSet()
7136         * src/mcs51/gen.c (genNearPointerGet): don't pop r0/r1, if RESULTONSTACK
7137         * src/mcs51/gen.c: changed order of freeAsmop(left/right/result)-calls.
7138         If they pop r0/r1 they must be called in the opposite order than aopOp().
7139         * device/lib/_mullong.c: fixed for "--model-large --int-long-reent"
7140         (resp. --stack-auto), prepared for --xstack
7141
7142 2003-08-28  Frieder Ferlemann <Frieder.Ferlemann AT web.de>
7143
7144         * doc/sdccman.lyx: reverted tables to those in cvs 1.64
7145
7146 2003-08-28  Bernhard Held <bernhard AT bernhardheld.de>
7147
7148         * device/lib/_startup.c: quick & dirty fix for ds390/ds400;
7149         these ports have their own __sdcc_external_start()
7150
7151 2003-08-26  Bernhard Held <bernhard AT bernhardheld.de>
7152
7153         pic patch provided by Slade Rich <slade_rich AT yahoo.com>
7154         * src/pic/glue.c (pic14printPublics): fixed bug introduced when symbol
7155         type for bits was changed. It resulted in bit variables becoming
7156         global, which is not permitted in PIC 14 assembly output.
7157
7158 2003-08-23  Frieder Ferlemann <Frieder.Ferlemann AT web.de>
7159
7160         * doc/sdccman.lyx: various additions and updates. Rearranged sections
7161
7162 2003-08-22  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
7163
7164         Z80 and MCS51 linkers complaint if a public symbol is defined
7165         in more than one library module:
7166
7167         * as/mcs51/lklib.c
7168         * link/z80/lklib.c
7169         * as/mcs51/Makefile.in
7170
7171 2003-08-22  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7172
7173         A few small changes that speed up the peephole optimizer.
7174
7175         * src/SDCCpeeph.c
7176
7177 2003-08-22  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7178
7179         Try to make the peephole optimizer smarter by maintaining
7180         an association between the assembly source code and the
7181         iCodes that originated them. Put this information to use
7182         with a new peephole rule condition "notVolatile" so that
7183         the rules can be aggressive yet still safe.
7184
7185         * src/SDCCpeeph.c
7186         * src/SDCCpeeph.h
7187         * src/mcs51/gen.c
7188         * src/mcs51/peeph.def
7189
7190 2003-08-20  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7191
7192         Fixed bug #741761
7193
7194         * src/mcs51/gen.c (aopForSym, leftRightUseAcc),
7195         * src/ds390/gen.c (aopForSym, leftRightUseAcc): preserve A and B
7196         if the left or right operand symbols have the accuse flag set.
7197
7198 2003-08-20  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7199
7200         Changed the type of the result of the ! (NOT) operator to char;
7201         previously it returned the same type as the source. This allows
7202         us to eliminate all the genFloatNot functions (all of its target
7203         implementations were very buggy) since !float can use the same
7204         code as !long now.
7205
7206         * src/SDCCicode.c (ast2iCode): ! returns char
7207         * src/mcs51/gen.c (genNot, genNotFloat),
7208         * src/ds390/gen.c (genNot, genNotFloat),
7209         * src/z80/gen.c (genNot, genNotFloat),
7210         * src/pic/gen.c (genNot, genNotFloat),
7211         * src/pic16/gen.c (genNot, genNotFloat): eliminated genNotFloat
7212
7213 2003-08-19  Bernhard Held <bernhard AT bernhardheld.de>
7214
7215         pic patch provided by Slade Rich <slade_rich AT yahoo.com>
7216         1. Interrupt would not compile properly. Ensure PCLATH register is saved
7217            during interrupts. Ensure WSAVE is located at a shared bank address.
7218         2. Fixed page selection in some places
7219         3. Fixed BTFSS/C to where necessary use registers directly and not simply
7220            the registers name strings.
7221         4. Fixed "signed / unsigned compare" compiler warnings.
7222         5. The PIC port manages its own allocation of the general purpose
7223            registers, but makes no attempt to reuse them. As a result when
7224            compiling it soon runs out of general purpose registers. Some
7225            additional code was added to the files pcode.c and device.c to walk
7226            through the function call tree and rename the registers so that they
7227            get reused.
7228
7229         * src/pic/device.c
7230         * src/pic/gen.c
7231         * src/pic/glue.c
7232         * src/pic/pcode.c
7233         * src/pic/pcode.h
7234         * src/pic/ralloc.c
7235         * src/pic/ralloc.h
7236         * src/pic/genarith.c: Fixed problems with PIC 14 port in functions
7237         genPlus() & genMinus() when the result is the same as left or right
7238
7239 2003-08-18  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7240
7241         * src/z80/gen.c (isUnsplitable, fetchPairLong): fixed bug #770454
7242
7243 2003-08-18  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7244
7245         Made bitfield a distinct type from bit so that bitfields
7246         convert as per ANSI C and bits retain their traditional
7247         boolean style behaviour. Implemented bitfield support in
7248         the z80 port.
7249
7250         * src/SDCCsymt.h,
7251         * src/SDCCsymt.c,
7252         * src/SDCCast.c,
7253         * src/cdbFile.c,
7254         * src/mcs51/gen.c,
7255         * src/ds390/gen.c: bit v bitfield split
7256         * src/z80/gen.c: New support for bitfields
7257         * support/regression/tests/bitfields.c: reenabled z80,
7258         added more tests
7259
7260 2003-08-17  Frieder Ferlemann <Frieder.Ferlemann AT web.de>
7261
7262         Rules 246.x, 247.x relate to bitfields, the others speed up
7263         access to xdata mapped I/O devices.
7264
7265         * src/mcs51/peeph.def: added 26 peepholes 246.x - 248.x, 180.x
7266
7267 2003-08-16  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7268
7269         Cleaned up genPackBits and genUnpackBits and added two helper
7270         functions, emitPtrByteGet & emitPtrByteSet. Added optimizations
7271         for literal assignments in genPackBits (thanks to Frieder for
7272         reminding me).
7273
7274         * src/mcs51/gen.c
7275         * src/ds390/gen.c
7276
7277 2003-08-16  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7278
7279         Fixed bug #748310 (pointer to function type mishandled when the
7280         function name is omitted). Also fixed a SIGSEGV when a function
7281         attribute (reentrant, etc) is used on a non-function or on a
7282         function but misplaced before the parameter list.
7283
7284         * src/SDCC.y (abstract_declarator, abstract_declaractor2): fixed
7285         bug #748310
7286         * src/SDCC.y (declarator2_function_attributes): avoided SIGSEGV
7287         * support/Util/SDCCerr.h,
7288         * support/Util/SDCCerr.c: Added func attr misuse error msg
7289
7290 2003-08-13  Bernhard Held <bernhard AT bernhardheld.de>
7291
7292         Fixed bug #787649 by anonymous
7293         * src/SDCCglue.c (emitRegularMap): added emission of sloc for func ptr
7294         * src/ds390/gen.c (aopForSym): fixed func ptr in sloc
7295
7296 2003-08-14  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7297
7298         Fixed numerous bitfield problems.
7299
7300         * src/SDCC.y: More bitfield related error checking
7301         * src/SDCCsymt.h,
7302         * src/SDCCsymt.c (compStructSize): fixed bitfield offset calc
7303         * support/Util/SDCCerr.h,
7304         * support/Util/SDCCerr.c: Added & edited some bitfield err msgs
7305         * src/mcs51/gen.c (genPackBits, genUnpackBits): fixed mask bugs
7306         * src/ds390/gen.c (genPackBits, genUnpackBits): fixed mask bugs
7307         * support/regression/tests/bitfields.c: tests added
7308
7309 2003-08-13  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7310
7311         Made the constant following the "interrupt" keyword optional. If
7312         omitted, the function will not automatically be given an entry
7313         in the interrupt vector table (similar to #pragma NOIV, but
7314         less syntacticly kludgy). The interrupt number is also now
7315         range checked. Also fixed a bug in the high order bit example
7316         in the manual.
7317
7318         * src/SDCC.y
7319         * src/SDCCmem.c
7320         * src/SDCCglue.c
7321         * src/SDCCsymt.h
7322         * support/Util/SDCCerr.c
7323         * support/Util/SDCCerr.h
7324         * doc/sdccman.lyx
7325
7326 2003-08-13  Bernhard Held <bernhard AT bernhardheld.de>
7327
7328         * src/SDCCcse.c (algebraicOpts): fix bug converting op from value to type
7329         * src/SDCCicode.c (operandOperation): rewritten some ops
7330         (*, ==, unary_minus) to fix possible overflows and to accord with ANSI
7331         * src/SDCCsymt.c (computeType): literals are handled the same way as any
7332         other type
7333         * src/SDCCval.c (cheapestVal): removed, it doesn't accord with ANSI (can
7334         be re-activated by defining REDUCE_LITERALS)
7335         * src/SDCCval.c (constVal): fixed; hex and octal constants can be
7336         unsigned, but are signed by default
7337         * src/SDCCval.c (constVal): rearranged
7338         * src/SDCCval.c (valMod): preliminary fix
7339         * src/SDCCval.c (valCastLiteral): use TYPE_* types
7340         * support/regression/literalop.c: added, work in progress
7341
7342 2003-08-12  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7343
7344         Generate warnings for useless declarations like "char data;"
7345         that don't do what new users expect.
7346
7347         * src/SDCC.y
7348         * support/Util/SDCCerr.h
7349         * support/Util/SDCCerr.c
7350
7351 2003-08-09  Bernhard Held <bernhard AT bernhardheld.de>
7352
7353         * src/SDCCval.c (valMult): fix overflow detection of negative int
7354
7355 2003-08-07  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7356
7357         * src/z80/ralloc.c (joinPushes): made compatible with new signedness
7358
7359         Changes to support big endian targets:
7360
7361         * src/ports.h
7362         * src/SDCCglue.c
7363         * src/avr/main.c
7364         * src/ds390/main.c
7365         * src/izt/i186.c
7366         * src/mcs51/main.c
7367         * src/pic/main.c
7368         * src/pic16/main.c
7369         * src/xa51/main.c
7370         * src/z80/main.c
7371
7372 2003-08-06  Bernhard Held <bernhard AT bernhardheld.de>
7373
7374         * src/SDCCval.c (cheapestVal): changed behaviour to the same as constVal()
7375         * device/lib/time.c: fixed warning "integer overflow in expression"
7376
7377 2003-08-05  Bernhard Held <bernhard AT bernhardheld.de>
7378
7379         * src/SDCCval.c (cheapestVal, valueFromLit): use TYPE_* types
7380         * src/SDCCval.c (constVal): changed default to signed; hex and octal
7381         constants are unsigned; added recognition of "u" flag for unsigned
7382         * src/SDCCval.c (valMult): fixed signdness, added warning for overflow
7383         * src/SDCCval.c (valDiv, valMod): fixed signdness
7384         * src/SDCCicode.c (operandOperation): fixed critical typo; fixed
7385         signedness of modulo, left and right shift
7386         * support/Util/SDCCerr.c: added warning "integer overflow in expression"
7387         * support/Util/SDCCerr.h: added warning W_INT_OVL
7388         * src/SDCCast.c (decorateType): fixed gcc3.3 warning
7389         * src/SDCCast.c (ast_print): improved output of constants
7390
7391 2003-08-04  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
7392
7393         Fixed some warnings when building with MSVC:
7394
7395         * as\mcs51\asdata.c
7396         * as\z80\asdata.c
7397         * as\mcs51\asm.h
7398         * as\z80\asm.h
7399         * link\z80\aslink.h
7400         * link\z80\lkdata.c
7401         * link\z80\lkeval.c
7402         * link\z80\lkgb.c
7403         * link\z80\lkihx.c
7404         * link\z80\lks19.c
7405         * link\z80\lksym.c
7406         * support\cpp2\cpplib.c
7407         * src\ds390\gen.c
7408         * src\mcs51\gen.c
7409
7410 2003-08-03  Bernhard Held <bernhard AT bernhardheld.de>
7411
7412         * src/SDCCast.c (constExprTree): fix bug #781827 by Carl Worth <cworth AT isi.edu>
7413
7414 2003-08-01  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
7415
7416         * support\librarian\clean.mk: Do not remove Makefile.
7417         * support\librarian\Makefile: added.
7418
7419 2003-08-01  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
7420
7421         Added librarian to MSVC build:
7422         * all.dsp
7423         * sdcc.dsw
7424         * support\librarian\librarian.dsp
7425
7426         'configure' not needed for librarian, removed:
7427         * support\librarian\configure
7428         * support\librarian\configure.in
7429         * support\librarian\config_in.h
7430         * support\librarian\Makefile.in
7431
7432         Hopefully these ones built the librarian and the rest of sdcc properly:
7433         * Makefile
7434         * Makefile.common.in
7435
7436         Messed up 'configure', so revert to previous version:
7437         * configure
7438         * configure.in
7439
7440 2003-07-31  Bernhard Held <bernhard AT bernhardheld.de>
7441
7442         * src/SDCCicode.c (operandOperation): 3. fix, this time for Alpha; ULONG has 64 bits
7443         there, while the mantissa of a double is "only" 53 bits wide.
7444
7445 2003-07-31  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
7446
7447         Adding sdcclib to the build.  MSVC project coming soon.
7448         Files added/changed:
7449
7450         * support\librarian\clean.mk
7451         * support\librarian\configure
7452         * support\librarian\configure.in
7453         * support\librarian\config_in.h
7454         * support\librarian\Makefile.bcc
7455         * support\librarian\Makefile.in
7456         * support\librarian\sdcclib.c
7457         * Makefile.bcc
7458         * Makefile
7459         * Makefile.common.in
7460         * configure
7461         * configure.in
7462
7463 2003-07-29  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
7464
7465         Linker now complaints if linked modules have conflicting options, for
7466         example, one compiled using --model-large and another one compiled with
7467         --model-small.  The following files were modified:
7468
7469         * as\mcs51\asdata.c
7470         * as\mcs51\aslink.h
7471         * as\mcs51\asm.h
7472         * as\mcs51\asmain.c
7473         * as\mcs51\asout.c
7474         * as\mcs51\i51pst.c
7475         * as\mcs51\lkdata.c
7476         * as\mcs51\lklibr.c
7477         * as\mcs51\lkmain.c
7478         * as\z80\asdata.c
7479         * as\z80\asm.h
7480         * as\z80\asmain.c
7481         * as\z80\asout.c
7482         * as\z80\z80pst.c
7483         * link\z80\aslink.h
7484         * link\z80\lkdata.c
7485         * link\z80\lklibr.c
7486         * link\z80\lkmain.c
7487         * src\SDCCglue.c
7488
7489 2003-07-28  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
7490
7491         *link/z80/aslink.h, link/z80/lklibr.c, as/mcs51/aslink.h,
7492         as/mcs51/lklibr.c: Generate a warning when a library is not found.
7493
7494 2003-07-28  Bernhard Held <bernhard AT bernhardheld.de>
7495
7496         * src/z80/mappings.i: fix _mul[us][int,long] entries
7497
7498 2003-07-26  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
7499
7500         *src/SDCCmain.c: do not search for crt0.o when using --nostdlib
7501
7502 2003-07-24  Bernhard Held <bernhard AT bernhardheld.de>
7503
7504         * src/SDCCicode.c (operandOperation): really fixed problem with bitops
7505         * support/regression/tests/bitopcse.c: added
7506         fixed warning:
7507         * src/avr/gen.c:
7508         * src/pic/gen.c:
7509         * src/pic16/gen.c:
7510         * src/z80/gen.c:
7511         * src/xa51/gen.c:
7512
7513 2003-07-24  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
7514
7515         added support for new library format to z80, gbz80 linkers:
7516         *link/z80/aslink.h
7517         *link/z80/lklex.c
7518         *link/z80/lklib.c
7519         *link/z80/lklist.c
7520
7521 2003-07-24  Bernhard Held <bernhard AT bernhardheld.de>
7522
7523         * src/SDCCicode.c (operandOperation): fixed problem with bitops and 0xffffffff;
7524         after {double d = 0xffffffff; long l = d;} l will be 0x80000000 (LONG_MIN)
7525
7526 2003-07-23  Bernhard Held <bernhard AT bernhardheld.de>
7527
7528         added DUMMY_READ_VOLATILE:
7529         * src/SDCC.y:
7530         * src/avr/gen.c:
7531         * src/xa51/gen.c:
7532         * src/z80/gen.c:
7533         * src/pic/gen.c:
7534         * src/pic16/gen.c:
7535         * src/mcs51/gen.c:
7536         * src/ds390/gen.c:
7537         * src/SDCCcse.c (algebraicOpts): many improvements
7538         * src/SDCCcse.h: removed algebraicOpts()
7539         * src/SDCCicode.c (picDummyRead): added
7540
7541 2003-07-23  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
7542
7543         * as/mcs51/lkmem.c: Changed message "Insufficient DRAM memory" to
7544         "Insufficient space in data memory".
7545
7546 2003-07-20  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7547
7548         * src/mcs51/gen.c: fixed bug #771358
7549         * src/z80/gen.c: fixed bug #759087
7550
7551 2003-07-20  Bernhard Held <bernhard AT bernhardheld.de>
7552
7553         * src/pic16/glue.c: minor cleanup by Vangelis
7554
7555 2003-07-19  Frieder Ferlemann <Frieder.Ferlemann AT web.de>
7556
7557         * device/include/regc515c.h: fixed #758477
7558         * device/lib/_gptrget.c: saving some cycles in generic pointer get
7559         * device/lib/_gptrput.c: saved a few bytes
7560         * my tab spacing is 8, yours too?)
7561         * device/lib/_ser.c: process RX bytes earlier than TX bytes
7562         * device/lib/serial.c: process RX bytes earlier than TX bytes
7563         * src/mcs51/gen.c(genGenPointerGet/Set): removed writing of type after postincrement
7564
7565 2003-07-18  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7566
7567         * src/z80/gen.c: fixed some right shift bugs (#772726 among them)
7568
7569 2003-07-17  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
7570
7571     * link/z80/lklibr.c: fixed bug when there is a '.' in a library path.
7572
7573 2003-07-17  Bernhard Held <bernhard AT bernhardheld.de>
7574
7575         * device/lib/Makefile.in: bad fix, reverted to 1.43
7576
7577 2003-07-16  Bernhard Held <bernhard AT bernhardheld.de>
7578
7579         * device/lib/Makefile.in: added missing z80 object files
7580
7581 2003-07-14  Bernhard Held <bernhard AT bernhardheld.de>
7582
7583         * src/SDCCcse.c (algebraicOpts): CSE fun with &|^ and 0x00/0xff literals
7584         pic16 progress by Vangelis:
7585         * src/SDCCglobl.h:
7586         * src/SDCCmain.c:
7587         * src/pic/Makefile:
7588         * src/pic:
7589         * pic/Makefile:
7590         * pic16/device.c:
7591         * pic16/device.h:
7592         * pic16/gen.c:
7593         * pic16/gen.h:
7594         * pic16/genarith.c:
7595         * pic16/glue.c:
7596         * pic16/main.c:
7597         * pic16/pcode.c:
7598         * pic16/pcode.h:
7599         * pic16/pcodepeep.c:
7600         * pic16/peeph.def:
7601
7602 2003-07-13  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
7603
7604     * src/SDCCmain.c, src/SDCCglobl.h: added option --no-std-crt0
7605
7606 2003-07-12  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
7607
7608     * sdcc.dsw, all.dsp, link/z80/linkgbz80.dsp, as/z80/as-gbz80.dsp:
7609     added gbz80 build to MSVC project.
7610     * src/SDCCmain.c, src/SDCCglue.c, src/z80/main.c, src/z80/z80.dsp,
7611     link/z80/aslink.h, linkz80.dsp: cleaned up z80 and gbz80 asm files
7612     from 8051 stuff and setup so it links using a .lnk file.
7613
7614 2003-07-06  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
7615
7616     * support/librarian/sdcclib.c: sdcc librarian.
7617     * as/mcs51/aslink.h, as/mcs51/lklib.c: Support for libraries created
7618     with sdcclib.
7619
7620 2003-07-03  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
7621
7622     * as/mcs51/lkmain.c: properly handle extensions in function afile.
7623
7624 2003-07-02  Borut Razem <borut.razem AT siol.net>
7625
7626         * src/port.h, src/SDCCmain.c, src/pic/glue.h, src/pic/main.c,
7627         src/pic16/glue.h, sdcc/src/pic16/main.c, src/izt/i186.c,
7628         src/izt/tlcs900h.c, src/avr/main.c, src/ds390/main.c, src/mcs51/main.c,
7629         src/xa51/main.c, src/z80/main.c:
7630         virtualization of glue() function: each port has it's own glue function,
7631         which is accessed by do_glue function pointer in PORT.general structure
7632
7633 2003-07-01 Kevin Vigor <kevin AT vigor.nu>
7634
7635         * DS800C400 fun, improved ROM interface and tinibios.
7636
7637 2003-06-27 Kevin Vigor <kevin AT vigor.nu>
7638
7639         * More support for DS80C400. Now includes beginning of interface to ROM.
7640
7641 2003-06-25  Bernhard Held <bernhard AT bernhardheld.de>
7642
7643         * src/mcs51/gen.c (gencjneshort): fixed bug #760345
7644
7645 2003-06-20  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
7646
7647         * as/mcs51/lkaomf51.c: Make sure the size of the last procedure is correct.
7648
7649 2003-06-19  Borut Razem <borut.razem AT siol.net>
7650
7651         * src/z80/main.c: fixed Z80 port again: missing -k library paths in linker command line
7652
7653 2003-06-19  Borut Razem <borut.razem AT siol.net>
7654
7655         * src/SDCCutil.h, src/SDCCutil.c, src/SDCCglobl.h, src/SDCCmain.c, src/z80/main.c:
7656         fixed Z80 port - crt0.o: cannot open.
7657
7658 2003-06-19  Bernhard Held <bernhard AT bernhardheld.de>
7659
7660         * support/Util/MySystem.c (merge_command): revert bad fix
7661
7662 2003-06-18  Borut Razem <borut.razem AT siol.net>
7663
7664         * src/SDCC.lex, src/SDCCmain.c: fixed some warnings, introduced with changes made 15.06.1003
7665
7666 2003-06-18  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
7667
7668         * src/SDCCglobl.h, src/SDCCmain.c, doc/sdccman.lyx:
7669         option --use-stdout sends errors to stdout instead of stderr.
7670
7671 2003-06-18  Bernhard Held <bernhard AT bernhardheld.de>
7672
7673         * support/Util/MySystem.c (merge_command): quick fix for Linux segfault with \"cmd\" arg
7674
7675 2003-06-15  Borut Razem <borut.razem AT siol.net>
7676
7677         * support/cpp2/sdcc.h: HAVE_DOS_BASED_FILE_SYSTEM defined for _WIN32
7678         * src/SDCC.lex: cloneXxx and copyAndFreeXxx functions for options and optimize stack handling
7679         * src/SDCCglobl.h, src/SDCCmain.c, src/ds390/main.c, src/mcs51/main.c, src/z80/main.c:
7680         fixed width array of pointers replaced with sets;
7681         multiple include and lib paths ared transferred to preprocessor and linker
7682         * src/SDCCset.c, src/SDCCset.h: added function setFromSetNonRev() and mergeSets()
7683         * src/SDCCsymt.c: reimplemented function inCalleeSaveList() by using sets instead
7684         fixed width array of pointers
7685         * src/SDCCutil.c, src/SDCCutil.h: added functions fputStrSet(), appendStrSet(), joinStrSet();
7686         removed functions addToList(), join(), joinn(), pathCharsEquivalent(), pathCharTransform(),
7687         fixupPath(), getPathDifference()
7688         * src/ds390/gen.c, src/mcs51/gen.c: reimplemented function  inExcludeList() by using sets instead
7689         fixed width array of pointers
7690
7691 2003-06-11  Bernhard Held <bernhard AT bernhardheld.de>
7692
7693         * src/pic16/ralloc.c: fix warnings
7694         * src/pic16/pcode.c: fix warning
7695
7696 2003-06-10  Scott Dattalo  <scott AT dattalo.com>
7697
7698          Scott D. for Vangelis Rokas (vrokas AT otenet.gr). I (scott) don't
7699         know all the details, but essentially this set of changes enable
7700         the pic16 port to generate movff instructions and generate assembler
7701         directives,
7702         * src/SDCCmain.c:
7703         * src/pic16/gen.c:
7704         * src/pic16/glue.c:
7705         * src/pic16/pcode.c:
7706         * src/pic16/device.c:
7707         * src/pic16/main.c:
7708         * src/pic16/pcode.h:
7709         * src/pic16/pcoderegs.c:
7710         * src/pic16/ralloc.c:
7711         * src/pic16/ralloc.h:
7712
7713 2003-06-08  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
7714
7715         * support/Util/SDCCerr.c, src/SDCCglobl.h, src/SDCCmain.c, doc/sdccman.lyx:
7716         added option --vc, so sdcc errors and warnings are compatible with
7717         Microsoft Visual Studio.
7718
7719 2003-06-07  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
7720
7721         * device/lib/_atof.c, device/lib/Makefile.in, device/include/stdlib.h,
7722           device/lib/libfloat.lib: added atof function.
7723
7724 2003-06-04  Bernhard Held <bernhard AT bernhardheld.de>
7725
7726         * doc/sdccman.lyx: updated to Lyx 1.3
7727         * doc/cdbfileformat.lyx: updated to Lyx 1.3
7728         * doc/test_suite_spec.lyx: updated to Lyx 1.3
7729         * doc/Makefile: added fix for the \tabularnewline problem, thanks to Jesus
7730
7731 2003-06-03  Bernhard Held <bernhard AT bernhardheld.de>
7732
7733         * src/SDCCpeeph.c: separate peepRules2pCode() for pic16 by "Vangelis Rokas" <vrokas AT otenet.gr>
7734
7735 2003-06-02  Frieder Ferlemann <Frieder.Ferlemann AT web.de>
7736
7737         * doc/sdccman.lyx: cvs revision keywords, passing pdf information in latex preamble,
7738           additions to the "related tools/documentation" section
7739
7740 2003-06-02  Bernhard Held <bernhard AT bernhardheld.de>
7741
7742         * src/SDCCglue.c (tempfileandname): added check for missing TMP/TEMP/TMPDIR variable
7743
7744 2003-05-29  Bernhard Held <bernhard AT bernhardheld.de>
7745
7746         * src/pic/device.c: added 16F819, patch by "David I. Lehn" <dlehn AT vt.edu>
7747         * src/SDCCcse.c (algebraicOpts): fixed "c * 1"
7748
7749 2003-05-28  Bernhard Held <bernhard AT bernhardheld.de>
7750
7751         * doc/sdccman.lyx: fix double dash and other minor things
7752         * doc/Makefile: fix double dash
7753
7754 2003-05-28  Karl Bongers(patches from Martin Helmling)
7755         * debugger/mcs51/sdcdb.c,cmd.c,break.c and .h files. Martin adds
7756           condition and ignore commands.
7757
7758 2003-05-28  Frieder Ferlemann <Frieder.Ferlemann AT web.de>
7759
7760         * doc/sdccman.lyx: Changes all over, index improved, smaller margins. The manual
7761           is in parts still quite out of date, I did changes as far as I felt makes sense
7762           for a non-native english speaker.
7763           Please feel free to add to the manual or to correct my changes.
7764         * doc/Makefile: undid touching the date of intermediate tex files.
7765
7766 2003-05-26  Frieder Ferlemann <Frieder.Ferlemann AT web.de>
7767
7768         * doc/sdccman.lyx: Manual has an index now
7769
7770 2003-05-25  Bernhard Held <bernhard AT bernhardheld.de>
7771
7772         Finalize muluint/mulsint and mululong/mulslong merging:
7773         * device/lib/_mulint.c
7774         * device/lib/_mullong.c
7775         * device/lib/gbz80/mul.s
7776         * device/lib/gbz80/stubs.s
7777         * device/lib/z80/mul.s
7778         * device/lib/z80/stubs.s
7779         * src/SDCCsymt.c (initCSupport)
7780
7781 2003-05-25  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
7782
7783         * as/mcs51/lkaomf51.c: Address space 'z' was missing.
7784         * src/avr/avr.dsp, src/ds390/ds390.dsp, src/mcs51/mcs51.dsp,
7785           src/pic/pic.dsp, src/pic16/pic16.dsp, src/xa51/xa51.dsp,
7786           src/x80/z80.dsp: peep.rul is bigger now, so /Zm1000 is used
7787           instead of /Zm500.
7788
7789 2003-05-25  Frieder Ferlemann <Frieder.Ferlemann AT web.de>
7790
7791         * src/mcs51/peeph.def: added rules 244.x, 245.x. Although they pass
7792           the regression tests I'm not brave enough to enable 245.b, 245.c
7793         * doc/sdccman.lyx: added latex preamble for hyperref package.
7794           Using pdflatex this will give you a hyperlinked pdf file with
7795           bookmarks. (prepend '%' before /usepackage if this breaks something)
7796
7797 2003-05-24  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
7798
7799          * doc/sdccman.lyx: updated information about .adb files (fixed bug 742649)
7800
7801 2003-05-22  Bernhard Held <bernhard AT bernhardheld.de>
7802
7803         * src/pic16/pcode.c (pic16_get_op_from_instruction): fixed a gcc 3.x warning
7804
7805 2003-05-21    <johan AT balder>
7806
7807         * src/SDCCglue.c (printIval): fixed bug #739934
7808
7809 2003-05-19  Bernhard Held <bernhard AT bernhardheld.de>
7810
7811         Applied patch from bug 737905 (renamed yylineo to mylineno):
7812         * src/altlex.c
7813         * src/SDCCast.c
7814         * src/SDCglobl.h
7815         * src/SDCC.lex
7816         * src/SDCCsymt.c
7817         * src/SDCCval.c
7818         * src/pic16/pcode.c: Cleaned warnings
7819         * src/pic16/pcodeflow.c: Cleaned warnings
7820         * src/pic16/pcoderegs.c: Cleaned warnings
7821
7822 2003-05-19  Scott Dattalo  <scott AT dattalo.com>
7823
7824         * src/pic16/pcode.c: Cleaned warnings
7825         * src/pic16/pcodepeep.c: Cleaned warnings
7826         * src/pic16/ralloc.c: Cleaned warnings
7827
7828 2003-05-19  Bernhard Held <bernhard AT bernhardheld.de>
7829
7830         * doc/sdccman.lyx: fixed bug 739745
7831         * src/pic16/pcode.c (pic16_get_op): fixed warning on alpha
7832
7833 2003-05-18  Bernhard Held <bernhard AT bernhardheld.de>
7834
7835         * src/port.h: removed DEFAULT_PORT, it's not yet pic16 ;-)
7836         it can be defined with CFLAGS when running configure
7837         * src/SDCCmain.c: fixed compiling + linking with object files
7838
7839 2003-05-18  Vangelis Rokas (vrokas AT otenet.gr)
7840
7841         * configure.in: configure for pic16 port,
7842             added --disable-pic16-port
7843         * sdccconf_in.h: added macro OPT_DISABLE_PIC16
7844         * src/SDCCmain.c: linkOptions is changed to set *,
7845             added if/endif conditional macros to remove options help
7846             messages from optionsTable when a port is not configured, added
7847             support for the PIc16 port in the ports table, when executing
7848             the compiler with no port specified on command line, a default
7849             port is selected with the new macro DEFAULT_PORT which is
7850             defined in port.h, in setDefaultOptions() linkOptions is removed
7851             from initialization assignment, since now it is a set,
7852             parseCmdLine uses setParseWithComma for linkOptions, in
7853             linkEdit() linkOptions are accessed with new function indexSet()
7854             which returns the i'th item of a set variable. See SDCCset.c, in
7855             linkEdit() when calling buildCmdLine(), added linkOptions as
7856             last argument. Now users can pass arguments to gplink via the
7857             -Wl option, main() uses pic16glue() to glue up pic16 programs
7858         * src/SDCCpeeph.c: various changes to support pic16
7859         * src/SDCCset.c: added function  void *indexSet(set *, int)  to
7860             return the i'th item of the set
7861         * src/SDCCset.h: added function prototype for indexSet()
7862         * src/SDCCsymt.c: in checkSClass(), added support for PIC16
7863         * src/clean.mk: added pic16 in CLEANALLPORTS variable
7864         * src/port.h: added TARGET_ID_PIC16,TARGET_IS_PIC16 macro,
7865             added macro DEFAULT_PORT
7866         * src/pic/main.c: corrected arguments of gplnk in _linkCmd
7867         * src/pic16/gen.c: bug fix in genCpl(), now the correct code is
7868             generated
7869         * src/pic16/glue.c: commented out some error producing lines
7870         * src/pic16/main.c: __config directives are commented out to stop
7871             gpasm complaining and test the linkage with gplink, _linkCmd and
7872             _asmCmd changed to be more gplink and gpasm friendly
7873         * src/pic16/peeph.def: peep rule 3 is commented out, since it
7874             produced an error when parsed, peep rule 12 is added to utilize
7875             movff, but it is commented out since the pCode does not support
7876             yet a command with 2 address arguments
7877
7878 2003-05-18    <johan AT balder>
7879
7880         * src/ds390/gen.c (genArrayInit): removed obsolete and buggy ARRAYINIT
7881         * src/ds390/main.c (genArrayInit): removed obsolete and buggy ARRAYINIT
7882 2003-05-17  Karl Bongers(apply patches from Martin Helmling)
7883
7884         * debugger/mcs51/sdcdb.c,cmd.c,break.c and .h files.
7885   Added feature to script commands from file.
7886
7887 2003-05-14  Bernhard Held <bernhard AT bernhardheld.de>
7888
7889         * device/lib/_strtok.c: fixed bug #734355 by Lenny Story and Tim Woodall
7890         * src/SDCCutil.c: include ctype.h for win32
7891
7892 2003-05-13  Bernhard Held <bernhard AT bernhardheld.de>
7893
7894         * src/pic16/*: removed CR from many files, reported by Vangelis Rokas
7895
7896 2003-05-12  Karl Bongers(apply development patches from Martin Helmling)
7897
7898         * debugger/mcs51/sdcdb.c,simi.c,cmd.c,break.c and .h files.
7899   Fixed so you can set breakpoints prior to run, run does not stop
7900   on entry now.  Add tbreak.  Other enhancements and fixes for use
7901   with ddd.
7902
7903 2003-05-12  Borut Razem <borut.razem AT siol.net>
7904
7905         * src/SDCCmain.c: fixed the problem with searching the DATADIR as the last resort on *nix
7906
7907 2003-05-11  Borut Razem <borut.razem AT siol.net>
7908
7909         * src/SDCCutil.c: WIN32 version of getBinPath() calls GetModuleFileName() to determine
7910         the path of bin directory, so that PATH is the only env. variable, which has to be set
7911         in case of standard installation.
7912         * src/ds390/ds390.dsp: increased value of /Zm option to 1000
7913         * src/pic/main.c: add quotes to file name parameters for gplink and gpasm
7914         * src/SDCCglobl.h, src/SDCCmain.c, doc/sdccman.lyx: added --print-search-dirs command line option
7915
7916 2003-05-04  Bernhard Held <bernhard AT bernhardheld.de>
7917
7918         * src/SDCCmain.c (linkEdit): fixed buffer overflow for gbz80
7919         * support/regression/Makefile: inter-port-clean is no longer nesessary, the
7920         temp files are in the port dir; clean the gen/test directory when
7921         generating new test.c
7922         * support/regression/ports/host/spec.mk: defined OBJEXT for target clean
7923         * support/regression/tests/vaargs.c: fixed gcc 3.3 warning
7924         * support/regression/tests/zeropad.c: added
7925
7926 2003-05-09    <johan AT balder>
7927
7928         * src/SDCCglue.c: fixed bug #597940
7929
7930 2003-05-05  Karl Bongers(apply patches from Martin Helmling)
7931
7932         * debugger/mcs51/sdcdb.c,simi.c,cmd.c,symtab.c and .h files.
7933   cache sfr, optimize next,step, fix off by one sourceline,
7934   support ddd list function.
7935         * sim/ucsim/cmd.src/newcmd.cc - small fix for sdcdb use.
7936
7937 2003-05-04  Bernhard Held <bernhard AT bernhardheld.de>
7938
7939         * support/regression/HTMLgen.py: added compare_s2f()
7940         * support/regression/Makefile: redo 1.27
7941         * support/regression/generate-cases.py: redo 1.5
7942
7943 2003-04-30  Bernhard Held <bernhard AT bernhardheld.de>
7944
7945         * support/regression/tests/float.c: workaround 33 bit hex constant
7946         * support/regression/tests/simplefloat.c: fix division for host
7947
7948 2003-04-29  Scott Dattalo  <scott AT dattalo.com>
7949
7950         * src/pic/pcoderegs.c Applied patch from Jim Hawkridge <jim AT jimhawkridge.uk.eu.org>
7951         that tame's the PIC's over-aggressive optimizer.
7952
7953 2003-04-29  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
7954
7955          * src.dsw, link/z80/aslink.h, link/z80/linkz80.dsp: z80 linker
7956          support for MSVC.
7957
7958 2003-04-29  Kevin Vigor <kevin AT vigor.nu>
7959
7960         Initial support for DS80C400. "Hello world" runs on TINIm400
7961         (with polled I/O).
7962
7963 2003-04-28  Karl Bongers(apply patches for Martin Helmling)
7964
7965          * debugger/mcs51/sdcdb.c,simi.c,cmd.c,symtab.c and .h files.
7966          * Some notes on ddd usage added in debugger/README
7967          Martin Helmling adding more features and fixes for ddd GUI debugger.
7968          Code added for nexti, stepi, up, down, and other adjustments.
7969
7970 2003-04-28  Scott Dattalo  <scott AT DATTALO.COM>
7971
7972         * src/pic/pCodepeep.c non-wildcard asmops are now handled
7973         * src/pic/peeph.def Added two rules to optimize carry manipulation
7974         * src/pic/* removed debug printfs
7975
7976 2003-04-28  Bernhard Held <bernhard AT bernhardheld.de>
7977
7978         * debugger/mcs51/cmd.c: added header newalloc.h
7979
7980 2003-04-26  Bernhard Held <bernhard AT bernhardheld.de>
7981
7982         * as/Makefile: new EXEEXT
7983         * as/z80/Makefile: remove trailing slash of BUILDIR
7984         * as/z80/clean.mk: new EXEEXT
7985         * Makefile.common.in: add to CFLAGS (and others), don't replace it
7986         * support/cpp2/Makefile.in: new EXEEXT
7987         * src/pic/glue.c (pic14emitRegularMap): fixed warning
7988
7989 2003-04-24  Bernhard Held <bernhard AT bernhardheld.de>
7990
7991         Cygwin's gcc always appends .exe: 'gcc -o a a.c' creates a.exe;
7992         EXEEXT was introduced to fix all related problems with targets
7993         "clean", "install" and "uninstall"; a couple of further flaws
7994         especially with "clean" have been fixed too
7995         * as/mcs51/Makefile.in
7996         * as/mcs51/clean.mk
7997         * as/z80/Makefile
7998         * Makefile
7999         * clean.mk
8000         * debugger/mcs51/Makefile.in
8001         * debugger/mcs51/clean.mk
8002         * link/z80/Makefile
8003         * link/z80/Makefile.in
8004         * link/z80/clean.mk
8005         * link/Makefile
8006         * packihx/Makefile.in
8007         * packihx/clean.mk
8008         * sim/ucsim/Makefile
8009         * sim/ucsim/clean.mk
8010         * sim/ucsim/avr.src/Makefile.in
8011         * sim/ucsim/avr.src/clean.mk
8012         * sim/ucsim/s51.src/Makefile.in
8013         * sim/ucsim/s51.src/clean.mk
8014         * sim/ucsim/xa.src/Makefile.in
8015         * sim/ucsim/xa.src/clean.mk
8016         * sim/ucsim/z80.src/Makefile.in
8017         * sim/ucsim/z80.src/clean.mk
8018         * sim/ucsim/main_in.mk
8019         * sim/ucsim/packages_in.mk
8020         * sim/ucsim/gui.src/Makefile.in
8021         * sim/ucsim/gui.src/serio.src/Makefile.in
8022         * sim/ucsim/gui.src/serio.src/clean.mk
8023         * src/Makefile.in
8024         * src/clean.mk
8025         * support/cpp2/Makefile.in
8026         * support/cpp2/clean.mk
8027         * support/makebin/Makefile
8028         * support/makebin/clean.mk
8029         * support/scripts/sdcc_mingw32: --program-suffix no longer needed
8030         * doc/sdccman.lyx: --program-suffix no longer needed
8031
8032 2003-04-23  Karl Bongers(apply patches for Martin Helmling)
8033
8034          * debugger/mcs51/sdcdb.c,simi.c,cmd.c,..
8035          Martin Helmling added support for ddd GUI debugger.
8036          Code added to display assembly, set variables, and other commands
8037          to interface to ddd.
8038
8039 2003-04-23  Bernhard Held <bernhard AT bernhardheld.de>
8040
8041         * as/Makefile: fix target clean
8042         * as/clean.mk: fix target clean
8043         * as/z80/clean.mk: fix target clean
8044
8045 2003-04-22  Bernhard Held <bernhard AT bernhardheld.de>
8046
8047         * Makefile.common.in: added  AT EXEEXT AT
8048         * configure.in: removed all mingw32 stuff
8049         * configure: rebuilt from configure.in
8050         * doc/sdccman.lyx: updated section "installation"
8051         * support/scripts/sdcc_mingw32: adapted to configure
8052         * support/scripts/sdcc_cygwin_mingw32: added
8053
8054 2003-04-22  Scott Dattalo  <scott AT dattalo.com>
8055
8056         * src/pic Added object file support for the PIC port
8057         * src/pic Applied patch from Craig Franklin (this started the object file support)
8058         * src/regression Updated the PIC regression tests for object files
8059
8060 2003-04-20  Borut Razem <borut.razem AT siol.net>
8061
8062         * sdcc/as/mcs51/lklex.c: make getfid() more robust and fixed gcc warning:
8063           lklex.c: In function `getfid':
8064           lklex.c:203: warning: array subscript has type `char'
8065         * src/SDCCglobl.h: small change in stack handling macros, to avoid crash when compiled
8066           with MSVC with global optimization enabled (probably an cl compiler bug ;-)
8067         * support/Util/SDCCerr.c, support/Util/SDCCerr.h: added function fatal(), called from
8068           stack handling macros
8069
8070 2003-04-19  Borut Razem <borut.razem AT siol.net>
8071
8072         * "handling space characters in file path" task:
8073         * src/SDCCmacro.c: fixed bug in handlig quote at the end of line
8074         * support/Util/BuildCmd.c: define par as NULL if parameter value is invalid
8075         * support/Util/MySystem.h: make it self-sufficient
8076         * src/avr/main.c, src/ds390/main.c, src/mcs51/main.c, src/pic/main.c, src/xa51/main.c,
8077           src/z80/main.c, sdcc/as/mcs51/lklex.c:
8078           handling space characters in file path
8079         * src/SDCCmain.c: introduced setDataPaths() function, {datadir} macro
8080           (it will be used by assemblers, which have their own includes, e.g. gpasm)
8081         * support/Util/MySystem.c: handling space characters in executable's path
8082
8083 2003-04-19  Bernhard Held <bernhard AT bernhardheld.de>
8084
8085         * as/z80/Makefile: fix permanent rebuild of z80
8086         * sim/ucsim/gui.src/Makefile.in: target "install" builds the same packages as target "all"
8087         * support/regression/tests/bitfields.c: added Johan's bitfields.c
8088
8089 2003-04-18      Kevin Vigor <kevin AT vigor.nu>
8090
8091         * src/SDCCopt.c: add special case optimization to replace modulo by
8092           a power of two with a bitwise AND.
8093
8094 2003-04-18    <johan AT balder>
8095
8096         * src/mcs51/gen.c (getFreePtr): fixed bug #635354
8097
8098 2003-04-17    <johan AT balder>
8099
8100         * src/mcs51/ralloc.c (packRegsForAssign): fixed bug #716790 and removes lot's of redundant register usage around function calls
8101         * src/mcs51/ralloc.c (packRegisters): fixed bug #720667
8102
8103 2003-04-13  Borut Razem <borut.razem AT siol.net>
8104
8105         * doc/sdccman.lyx: updated info about #pragma SAVE/RESTORE nesting
8106         * configure.in, configure: fixed problems on cygwin/WinCVS environmet with ports.* line endings;
8107           fixed mingw problem in adl_NORMALIZE_PATH
8108
8109 2003-04-12  Borut Razem <borut.razem AT siol.net>
8110
8111         * fixed "#pragma SAVE/RESTORE can not be nested":
8112         * src/SDCC.lex: reworked pragma handling functions
8113         * sdcc/src/SDCCglobl.h: reworked stack handling macros
8114         * support/Util/SDCCerr.c, support/Util/SDCCerr.h: added E_STACK_VIOLATION error
8115
8116 2003-04-12  Bernhard Held <bernhard AT bernhardheld.de>
8117
8118         * src/SDCCutil.c (pathEquivalent): defined but not used
8119         * debugger/mcs51/sdcdb.c: replace SDCC_LIB_DIR
8120         * configure.in: remove sdcc_datadir, sdcc_lib_dir and sdcc_include_dir
8121         * configure: rebuilt from configure.in
8122         * sdccconf_in.h: remove SDCC_LIB_DIR and SDCC_INCLUDE_DIR
8123         * sdcc_vc_in.h: remove SDCC_LIB_DIR and SDCC_INCLUDE_DIR
8124         * device/include/Makefile.in: replace sdcc_datadir
8125         * device/lib/Makefile.in: replace sdcc_datadir
8126         * Makefile.common.in: add LDFLAGS from configure
8127         * packihx/Makefile.in: use LDFLAGS
8128         * src/Makefile.in: use LDFLAGS
8129         * support/cpp2/Makefile.in: add LDFLAGS from configure
8130         * support/makebin/Makefile: use LDFLAGS
8131         * .version: bumped version number to 2.3.5
8132
8133 2003-04-12  Borut Razem <borut.razem AT siol.net>
8134
8135         * completed "different paths" task:
8136         * src/SDCCmacro.c: fixed bug in handling quotes
8137         * src/SDCCutil.c, src/SDCCutil.c: rewritten getPrefixFromBinPath()
8138         * src/SDCCmain.c: _discoverPaths() replaced with setBinPaths(), setIncludePath() and setLibPath()
8139
8140 2003-04-12  Bernhard Held <bernhard AT bernhardheld.de>
8141
8142         * src/pic/pcoderegs.c (Remove1pcode): fix warning on alpha
8143
8144 2003-04-11 kevin Vigor <kevin AT vigor.nu>
8145
8146         * ds390/gen.c ds390/peeph.def: fix bug 706781
8147
8148 2003-04-11  Borut Razem <borut.razem AT siol.net>
8149
8150         * support/Util/dbuf.c, support/Util/dbuf.h: update to version 1.1.1 - re-added C++ stuff to make it still more portable
8151
8152 2003-04-10  Scott Dattalo  <scott AT dattalo.com>
8153
8154         * src/pic/* Applied the pointer-to-function patch from Steve Tell.
8155         * src/pic/* Fixed several pointer bugs. (PIC port broke when the ruonly bit was
8156          set - this bit used to not be set...).
8157         * src/pic/gen.c Fixed buf 609268 ==> x = (x+1) & 0xf; generated
8158           bad code in PIC Port
8159         * src/regression/and2.c added to test bug 609268
8160         * src/regression/Makefile added and2.c to regression test
8161
8162
8163 2003-04-08    <johan AT CP255758-A>
8164
8165         * src/mcs51/gen.c (gen51Code): display reg usage in --icode-in-asm
8166         * src/mcs51/ralloc.c (serialRegAssign): update the registers in use and save some slocs
8167         * src/SDCCicode.h: added riu to show the register usage in --icode-in-asm
8168
8169 2003-04-07  Bernhard Held <bernhard AT bernhardheld.de>
8170
8171         * configure.in: fully support prefix, exec_prefix, datadir, docdir;
8172         fix bug #487815
8173         * support/cpp2/Makefile.in: fix bug #487815
8174         * configure: rebuilt from configure.in
8175         * Makefile.common.in: docdir changed, new path suffixes
8176         * sdccconf_in.h: new RETSIGTYPE, and other PATHs
8177         * sdcc_vc_in.h: reflect changes from sdccconf.h
8178         * src/SDCCglobl.h: remove *SEPARATOR_CHARS, they are now in sdccconf.h
8179         * src/SDCCutil.h: remove BINDIR hack
8180         * doc/sdccman.lyx: update new path hierarchy
8181
8182 2003-04-06    Paul Stoffregen <paul AT pjrc.com>
8183
8184         * src/SDCCpeeph.c: added okToRemoveSLOC test
8185
8186 2003-04-06    Paul Stoffregen <paul AT pjrc.com>
8187
8188         * device/lib/printf_fast.c: added leading zero format ("%06d", etc)
8189
8190 2003-04-06    Paul Stoffregen <paul AT pjrc.com>
8191
8192         * src/SDCCpeeph.c: added labelIsReturnOnly test
8193         * src/mcs51/peeph.def: Peephole 244: replace ljmp to ret with ret
8194
8195 2003-04-05    <johan AT balder>
8196
8197         * src/SDCCcse.c (cseAllBlocks): fixed bug #460088
8198         * src/SDCCloop.c (DEFSETFUNC): fixed bug #460088
8199         * src/SDCCopt.c (eBBlockFromiCode): fixed bug #460088
8200         * src/SDCCast.c: fixed a warning
8201         * src/SDCCast.h: fixed a warning
8202         * src/SDCCicode.c (operandFromAst): fixed a warning
8203
8204 2003-04-04    <johan AT balder>
8205
8206         * src/SDCCloop.c (DEFSETFUNC): undid the fix for bug #519584
8207         * src/SDCCast.c (decorateType): fixed bug #715076
8208         * src/SDCC.y: fixed bug #702907
8209
8210 2003-04-03    <johan AT balder>
8211
8212         * device/lib/_mulint.c (_muluint): new #pragma LESS_PEDANTIC
8213         * src/SDCCopt.c (eBBlockFromiCode): new #pragma LESS_PEDANTIC
8214         * src/SDCCglobl.h (PRAGMA_LESSPEDANTIC): new #pragma LESS_PEDANTIC
8215         * src/SDCC.lex (doPragma): new #pragma LESS_PEDANTIC
8216         * src/SDCCmain.c (parseCmdLine): new #pragma LESS_PEDANTIC
8217
8218 2003-04-03  Bernhard Held <bernhard AT bernhardheld.de>
8219
8220         * _decdptr.c: fix return values
8221         * _gptrget.c: fix return values
8222         * _gptrgetc.c: fix return values
8223         * _gptrput.c: fix return values
8224         * _mulint.c: fix return values
8225         * as/z80/Makefile: fix 'make -j' problem
8226
8227 2003-04-02  Bernhard Held <bernhard AT bernhardheld.de>
8228
8229         * Makefile.common.in: unused PORT, SCC and SAS removed, fixed docdir
8230         * configure.in: big cleanup, updated to autoconf 2.5x
8231         * configure: rebuilt from configure.in
8232         * sdccconf_in.h: new RETSIGTYPE, and other PATHs
8233         * sdcc_vc_in.h: reflect changes from sdccconf.h
8234         * doc/Makefile: fixed a flaw in "make install"
8235
8236 2003-04-02    <johan AT balder>
8237
8238         * src/ds390/gen.c (genCmp): no comments
8239         * src/mcs51/gen.c (genCmp): no comments
8240         * src/SDCCopt.c (eBBlockFromiCode): detect missing return values
8241         * src/SDCCast.c (ast_print): fixed the function type in --dumptree
8242
8243 2003-04-01  Bernhard Held <bernhard AT bernhardheld.de>
8244
8245         * support/regression/generate-cases.py: place generated file in given sub directory
8246         * support/regression/ports/host/spec.mk: prevent removal of testfwk.o
8247         * support/regression/Makefile: improvements for 'make -j';
8248         side effect: it's simpler and faster now
8249
8250 2003-03-31  Borut Razem <borut.razem AT siol.net>
8251
8252         * src/z80/main.c: link-{port} and as-{port} defined without path
8253         * src/src.dsp: support/Util/MySystem.h and src/SDCCutil.h added to project
8254
8255 2003-03-31  Bernhard Held <bernhard AT bernhardheld.de>
8256
8257         * Makefile, src/Makefile.in: add dependencies, so that 'make -j' works
8258
8259 2003-03-30  Borut Razem <borut.razem AT siol.net>
8260
8261         * support/Util/BuildCmd.c, support/Util/BuildCmd.h: rewrite buildCmdLine(),
8262           changed type of list parameter to set
8263         * src/ds390/main.c: changed type of parameter asmOptions to set in _tininative_do_assemble()
8264         * src/port.h: changed type of do_assemble() parameter to set
8265         * src/SDCCmain.c: type of asmOptions changed to set, introduced setParseWithComma(),
8266           sdcpp defined without path, removed variable VersionString, introduced set binPathSet,
8267           definition of "cppoutfilename" macro with NULL value in preProcess()
8268         * src/SDCCglobl.h: included "SDCCset.h", added declaration of setParseWithComma()
8269         * src/SDCCglue.c: removed variable VersionString, inroduced spacesToUnderscores()
8270         * support/Util/MySystem.c, support/Util/MySystem.h: rewrite, char *ExePathList[]
8271           replaced with set *binPathSet
8272         * shash_add() deallocates the item, if allready exsists, before adding the new one
8273         * src/SDCCmacro.c: handling macros with empty or NULL values in _evalMacros()
8274
8275 2003-03-30  Scott Dattalo  <scott AT dattalo.com>
8276
8277         * src/pic/gen.c: Commit patch from Steve Tell <tell AT telltronics.org> that fixes
8278           a nested for loop bug in the PIC port
8279         * src/regression/nestfor.c: new regression test file Steve wrote to test nested
8280           for loops
8281
8282 2003-03-29  Bernhard Held <bernhard AT bernhardheld.de>
8283
8284         * support/Util/dbuf.h: remove C++ stuff to make it portable
8285
8286 2003-03-28  Borut Razem <borut.razem AT siol.net>
8287
8288         * src/SDCC.lex: Fix for bug #711240: dynamic buffer handling of C
8289           literal strings in stringLiteral()
8290         * support/Util/dbuf.c, support/Util/dbuf.h: added: dynamic buffer handling
8291         * src/Makefile.bcc, src/Makefile.in, src\src.dsp: added support/Util/dbuf.c
8292           to the project
8293
8294 2003-03-27  Paul Stoffregen <paul AT pjrc.com>
8295
8296         * src/SDCCpeeph.c (pcDistance): accurate byte distance for mcs51
8297
8298 2003-03-26    <johan AT balder>
8299
8300         * src/mcs51/gen.c (saveRegisters): catched symbol abuse
8301         * src/ds390/gen.c (saveRegisters): catched symbol abuse
8302         * src/SDCCast.c (decorateType): fixed " -v < 3"
8303
8304 2003-03-23  Bernhard Held <bernhard AT bernhardheld.de>
8305
8306         * doc/cdbfile.html: removed, replaced by cdbfileformat.lyx
8307         Added Lenny Story's debug infrastructure changes:
8308         * src/Makefile.in:  added new files cdbFile.c and SDCCdebug.c
8309         * src/Makefile.bcc: added new files cdbFile.c and SDCCdebug.c
8310         * src/cdbFile.c: added
8311         * src/SDCCdebug.c: added
8312         * src/SDCCdebug.h: added
8313         * src/SDCCast.c (createFunction)
8314         * src/SDCCglue.c (emitRegularMap, emitStaticSeg, emitOverlay, glue)
8315         * src/SDCCmain.c (parseCmdLine, main)
8316         * src/SDCCmem.c (redoStackOffsets)
8317         * src/SDCCsymt.c (cdbStructBlock, cdbTypeInfo, cdbSymbol, cdbStruct, cdbStructBlock)
8318         * src/SDCCsymt.h
8319         * src/common.h
8320         * src/avr/gen.c (genAVRCode)
8321         * src/ds390/gen.c (gen390Code)
8322         * src/mcs51/gen.c (gen51Code)
8323         * src/pic/gen.c (genpic14Code)
8324         * src/pic/glue.c (pic14emitRegularMap, pic14emitStaticSeg, pic14emitOverlay, picglue)
8325         * src/xa51/gen.c (genXA51Code)
8326         * src/SDCCast.c: fixed "void foo(void){char c; -c < 0;}"
8327
8328 2003-03-22  Frieder Ferlemann <Frieder.Ferlemann AT web.de>
8329
8330         * src/mcs51/gen.c (genCodePointerGet): quicker code for bug #700797
8331         * src/mcs51/peeph.def: added rules 177, 241.x to 243, touched 181, 182.x, 193.x
8332
8333 2003-03-22    <johan AT balder>
8334
8335         * src/SDCCicode.c (geniCodeDerefPtr): fixed bug #698231
8336
8337 2003-03-21  Bernhard Held <bernhard AT bernhardheld.de>
8338
8339         * support/scripts/sdcc_mingw32: adapted to configure from autoconf 2.54
8340         * doc/cdbfileformat.lyx: added, written by Lenny Story
8341         * doc/Makefile: added cdbfileformat.lyx
8342         * doc/clean.mk: added cdbfileformat.lyx
8343
8344 2003-03-20  Bernhard Held <bernhard AT bernhardheld.de>
8345
8346         * src/mcs51/peeph.def: fix bug #705773
8347
8348 2003-03-20    <johan AT balder>
8349
8350         An sfr/sbit can have an "at #" AND an initializer
8351         * src/SDCCsymt.c (checkSClass):
8352         * src/SDCCmem.c (allocGlobal):
8353         * src/SDCCmem.c (allocLocal):
8354         * src/SDCCast.c (createBlock):
8355
8356 2003-03-17  Bernhard Held <bernhard AT bernhardheld.de>
8357
8358         * src/ds390/peeph.def: fix bug #704878: added rule 213.b suggested by Jan Rejlek
8359
8360 2003-03-16    <johan AT balder>
8361
8362         Undid the hackup of const and volatile, the problem is much bigger
8363         * src/SDCC.y:1.65
8364         * src/SDCCast.c:1.171
8365         * src/SDCCglue.c:1.138
8366         * src/SDCCicode.c:1.146
8367         * src/SDCCsymt.c:1.150
8368         * src/SDCCval.c:1.65
8369
8370 2003-03-15  Bernhard Held <bernhard AT bernhardheld.de>
8371
8372         * src/mcs51/ralloc.c (packRegsForAssign): fixed bug #703541
8373         * src/ds390/gen.c (genAddrOf): fixed bug #704087
8374
8375 2003-03-13    <johan AT balder>
8376
8377         Hackup const and volatile modifiers in type chains a bit:
8378         * src/SDCC.y:1.63
8379         * src/SDCCast.c:1.169
8380         * src/SDCCglue.c:1.136
8381         * src/SDCCicode.c:1.143
8382         * src/SDCCsymt.c1.146
8383         * src/SDCCsymt.h1.59
8384         * src/SDCCval.c:1.63
8385
8386 2003-03-12    <johan AT balder>
8387
8388         * src/SDCCBBlock.h: more LRH debugging junk
8389         * src/SDCCcflow.h: more LRH debugging junk
8390         * src/SDCCloop.c: more LRH debugging junk
8391         * src/SDCC.y (struct_declaration): fixed bug #697590
8392         * src/SDCCsymt.[hc] (cloneSpec): NEVER EVER use this again
8393         * src/ds390/gen.c (aopForRemat): fixed bug #700031
8394         * src/SDCCglue.c (emitStaticSeg): fixed bug #700797
8395
8396 2003-03-11 Kevin Vigor <kevin AT vigor.nu>
8397         * src/SDCCpeeph.c: quit being lazy and made proper fix (peephole
8398         test function names must now match exactly).
8399         * src/SDCCcse.c: added special case in findCheaperOp to allow
8400         extending a short integer. Makes less awful code for bug 700121 test case.
8401
8402 2003-03-11  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
8403
8404         * as/mcs51/lkmain.c: Added ASlink-Warning to messages
8405         * as/mcs51/lkaomf51.c: Fixed bug when linking asmblink example
8406
8407 2003-03-11 Kevin Vigor <kevin AT vigor.nu>
8408
8409         * src/SDCCpeeph.c: fix so that operandsNotEqualX functions are
8410         actually called (operandsNotEqual() was called for all
8411         operandsNotEqualX tests).
8412
8413 2003-03-11 Kevin Vigor <kevin AT vigor.nu>
8414
8415         * src/SDCCcse.c: fix findCheaperOp to prevent replacing int types
8416         with shorter literals. Fixes bug 700121.
8417
8418 2003-03-11    <johan AT balder>
8419
8420         * src/SDCCsymt.c (compareType): a (void *) can be assigned to any pointer
8421
8422 2003-03-11  Bernhard Held <bernhard AT bernhardheld.de>
8423
8424         * src/SDCCloop.c (mergeRegions): an evil beast is dead
8425         * src/SDCCmain.c (preProcess): minor cleanup: eliminate preOutName
8426
8427 2003-03-10  Borut Razem <borut.razem AT siol.net>
8428
8429         * src/SDCCmain.c: pipe preprocessor's output
8430         * support/Util/MySystem.c, support/Util/MySystem.h: added my_popen()
8431         * sdcc_vc_in.h: define pclose as _pclose for WIN32
8432         * src/SDCCglue.c, src/SDCCglue.h: added set pipeSet, added function closePipes,
8433         which closes all pipes in pipeSet set
8434         * src/SDCCset.c: free deleted item in function deleteSetItem()
8435         * src/src.dsp, src/z80/z80.dsp: files support/Util/BuildCmd.c and support/Util/MySystem.c
8436         moved from z80 to src subproject
8437         * .version: increased version number to 2.3.4
8438
8439 2003-03-10  Bernhard Held <bernhard AT bernhardheld.de>
8440
8441         * support/regression/ports/mcs51/spec.mk: increase timeout for CF's sparc to 30s
8442         * support/regression/ports/ds390/spec.mk: increase timeout for CF's sparc to 25s
8443         * support/regression/ports/xa51/spec.mk: fix typo
8444
8445 2003-03-09  Bernhard Held <bernhard AT bernhardheld.de>
8446
8447         * src/SDCCglobl.h: PATH_MAX is already defined in mingw32 headers
8448
8449 2003-03-09  Borut Razem <borut.razem AT siol.net>
8450
8451         * src/SDCCmain.c: pipe preprocessor's output
8452         * support/Util/MySystem.c, support/Util/MySystem.h: added my_popen()
8453         * sdcc_vc_in.h: define pclose as _pclose for WIN32
8454         * src/SDCCglue.c, src/SDCCglue.h: added set pipeSet, added function closePipes,
8455         which closes all pipes in pipeSet set
8456         * src/SDCCset.c: free deleted item in function deleteSetItem()
8457         * src/src.dsp, src/z80/z80.dsp: files support/Util/BuildCmd.c and support/Util/MySystem.c
8458         moved from z80 to src subproject
8459
8460 2003-03-09  Borut Razem <borut.razem AT siol.net>
8461
8462         * src/SDCCglue.c: re-implemented tempfilename() and tempfile(): using mkstemp() if available
8463         * src/SDCCsymt.h: fixed MSVC and BORLANDC compilation (included SDCCglobl.h instead srccconf.h)
8464         * sdcc_vc_in.h: explicitly undefined HAVE_MKSTEMP which is not available on BORLANDC and MSVC
8465         * src/SDCCset.h: removed inclusion of sdccconf.h or sdcc_vc.h
8466         * src/SDCCglobl.h: unification of WIN32 native definitions
8467
8468 2003-03-09  Frieder Ferlemann <Frieder.Ferlemann AT web.de>
8469
8470         * src/mcs51/gen.c: applied in-/dec patch mentioned on sdcc-devel 2003-03-01
8471
8472 2003-03-08  Bernhard Held <bernhard AT bernhardheld.de>
8473
8474         * src/configure.in:   check for endianess (even while cross-compiling)
8475         * src/configure:      check for endianess (even while cross-compiling)
8476         * src/configure_in.h: check for endianess (even while cross-compiling)
8477         * src/avr/gen.c:        remove old endianess stuff
8478         * src/mcs51/gen.c:      remove old endianess stuff
8479         * src/ds390/gen.c:      remove old endianess stuff
8480         * src/pic/gen.c:        remove old endianess stuff
8481         * src/pic/genarith.c:   remove old endianess stuff
8482         * src/pic/glue.c:       fix endianess check
8483         * src/pic16/gen.c:      remove old endianess stuff
8484         * src/pic16/genarith.c: remove old endianess stuff
8485         * src/pic16/glue.c:     fix endianess check
8486         * src/xa51/gen.c:       remove old endianess stuff
8487         * src/z80/gen.c:        fix endianess check
8488         * src/SDCCglue.c:       fix endianess check
8489         * src/ds390/peeph.def: fix bug 700036
8490
8491 2003-03-08  Bernhard Held <bernhard AT bernhardheld.de>
8492
8493         * src/SDCCsymt.h: use appropriate data-types on host for SDCC's int and long
8494         * src/configure: find appropriate data-types on host for SDCC's int and long
8495         * src/configure.in: find appropriate data-types on host for SDCC's int and long
8496         * src/sdccconf_in.h: find appropriate data-types on host for SDCC's int and long
8497         * src/xa51/gen.c: use %d, not %ld for 4 byte variables
8498
8499 2003-03-07    <johan AT balder>
8500
8501         Just a big NOOP:
8502                 some minor cleanups before the big shot
8503                 OP_DEFS and OP_USES now use Kevin's protection
8504                 new option --nolabelopt
8505
8506         * src/SDCCBBlock.c:
8507         * src/SDCCast.c,:
8508         * src/SDCCcflow.c:
8509         * src/SDCCcse.c:
8510         * src/SDCCicode.c:
8511         * src/SDCCicode.h:
8512         * src/SDCClabel.c:
8513         * src/SDCCloop.c:
8514         * src/SDCCmain.c:
8515         * src/ds390/ralloc.c:
8516         * src/mcs51/ralloc.c:
8517         * src/pic/ralloc.c:
8518         * src/xa51/ralloc.c:
8519         * src/z80/ralloc.c:
8520
8521 2003-03-06  Bernhard Held <bernhard AT bernhardheld.de>
8522
8523         * src/pic/pcode.c (get_op): fix 64 bit warnings
8524         * src/pic/pcode.c (pCode2str): fix 64 bit warnings
8525         * src/SDCChasht.c (newHashTable): fix 64 bit warnings
8526         * src/SDCCsymt.c (checkTypeSanity): fix 64 bit warnings
8527         * support/regression/tests/malloc.c: fix 64 bit warnings
8528
8529 2003-03-04  Bernhard Held <bernhard AT bernhardheld.de>
8530
8531         * src/mcs51/gen.c (genMinus): fixed bug 696436
8532
8533 2003-03-02  Borut Razem <borut.razem AT siol.net>
8534
8535         * src/SDCCmain.c: added BORLANDC, corrected MSVC in printVersionInfo()
8536
8537 2003-02-26  Bernhard Held <bernhard AT bernhardheld.de>
8538
8539         * configure.in: test for mkstemp
8540         * sdccconf_in.h: add HAVE_MKSTEMP
8541
8542 2003-02-24  Bernhard Held <bernhard AT bernhardheld.de>
8543
8544         * device/include/ctype.h: removed warning while using --stack-auto
8545         * device/include/malloc.h: removed warning while using --stack-auto
8546         * device/include/string.h: removed warning while using --stack-auto
8547
8548 2003-02-23  Borut Razem <borut.razem AT siol.net>
8549
8550         * src/asm.h: corrected assertion in function printILine(): _pipe() was not executed on MSVC,
8551         because NDEBUG is defined (see man assert)
8552         * sdcc_vc_in.h: vsnprintf is defined as _vsnprintf on MSVC
8553
8554 2003-02-23  Frieder Ferlemann <Frieder.Ferlemann AT web.de>
8555
8556         * src/mcs51/gen.c (genUminusFloat): avoided dptr in-/decrement for xdata variables
8557         * src/mcs51/peeph.def: added rule suggested by Gernot Fink, white space/comment changes
8558
8559 2003-02-18  Frieder Ferlemann <Frieder.Ferlemann AT web.de>
8560
8561         * src/SDCCpeeph.c: added peephole conditions testing for same arguments
8562         * src/mcs51/peeph.def: added rules 238a-d which remove redundant moves
8563
8564 2003-02-18    <johan AT balder>
8565
8566         * as/mcs51/asmain.c (asmbl): module can start with a digit
8567         * as/z80/asmain.c (asmbl): module can start with a digit
8568
8569 2003-02-16  Bernhard Held <bernhard AT bernhardheld.de>
8570
8571         * sim/ucsim/mkecho: inserted #!/bin/sh for Cygwin, so that it's executable
8572         * src/asm.c: fix pipe() for Mingw32
8573
8574 2003-02-15  Bernhard Held <bernhard AT bernhardheld.de>
8575
8576         * src/SDCCglue.h: make tmpfileNameSet available for preOutName
8577         * src/SDCCmain.c (preProcess): make sure, that preOutName will be deleted;
8578         make -V work again; --c1mode reads now from stdin
8579         * doc/sdccman.lyx: added --c1mode
8580         * support/Util/SDCCerr.c: new messages for c1 mode
8581         * support/Util/SDCCerr.h: new messages for c1 mode
8582         * src/SDCC.lex (checkCurrFile): test if fullSrcFileName is NULL for c1mode
8583
8584 2003-02-15    <johan AT balder>
8585
8586         * src/asm.c: new options: --no-c-code-in-asm and --i-code-in-asm
8587
8588 2003-02-14  Bernhard Held <bernhard AT bernhardheld.de>
8589
8590         * doc/sdccman.lyx: Environment variables, -o and other minor things
8591
8592 2003-02-14    <johan AT balder>
8593
8594         * src/xa51/main.c: before anyone really tries to use it :)
8595
8596         * Install doc's in share/sdcc/doc
8597         * removed some obsolete files
8598         * Do a proper make distclean and uninstall
8599         M Makefile.common.in
8600         R sdccbuild.sh
8601         M as/Makefile
8602         M device/include/Makefile.in
8603         M device/lib/Makefile.in
8604         M doc/sdccman.lyx
8605         M link/Makefile
8606         M sim/ucsim/doc/Makefile.in
8607         M src/clean.mk
8608         R src/avr/peeph.rul
8609         R src/xa51/peeph.rul
8610         M support/cpp2/Makefile.in
8611         M support/makebin/Makefile
8612
8613
8614 2003-02-13  Bernhard Held <bernhard AT bernhardheld.de>
8615
8616         * support/regression/ports/host/spec.mk: use cc as host compiler for max osx
8617
8618 2003-02-10  Borut Razem <borut.razem AT siol.net>
8619
8620         * doc/bccinst.txt, packihx/packihx.c, sdcc_vc_in.h, src/SDCCset.h,
8621         support/cpp2/config.in: Borland C++ build doesn't depend on Cygwin configure
8622         * Bcc.ini, Makefile.bcc, as/mcs51/Makefile.bcc,
8623         device/examples/ds390/tinitalk/Makefile.bcc, packihx/Makefile.bcc,
8624         support/cpp2/Makefile.bcc, src/Makefile.bcc, src/avr/Makefile.bcc,
8625         src/ds390/Makefile.bcc, src/izt/Makefile.bcc, src/mcs51/Makefile.bcc,
8626         src/pic/Makefile.bcc, src/pic16/Makefile.bcc, src/xa15/Makefile.bcc,
8627         src/z80/Makefile.bcc: Borland Makefile cleanup
8628         * as/z80/Makefile.bcc: Added Borland Makefile
8629         * support/cpp2/borland.h: Removed
8630
8631 2003-02-10  Bernhard Held <bernhard AT bernhardheld.de>
8632
8633         * doc/sdccman.lyx: new pragma NOIV by "Johannes Stezenbach" <js AT convergence.de>
8634         * src/SDCC.lex: new pragma NOIV
8635         * src/SDCCglobl.h: new pragma NOIV
8636         * src/SDCCmem.c: new pragma NOIV
8637
8638 2003-02-09  Bernhard Held <bernhard AT bernhardheld.de>
8639
8640         * src/SDCCmain.c: signal handling is switched off by SDCC_LEAVE_SIGNALS
8641
8642 2003-02-09  Bernhard Held <bernhard AT bernhardheld.de>
8643
8644         * src/SDCCmain.c: signal handling is switched off by --debug
8645         * doc/Makefile: small fix for install; use clean.mk again
8646         * doc/clean.mk: clean *.pdf and *.html too
8647
8648 2003-02-08  Bernhard Held <bernhard AT bernhardheld.de>
8649
8650         * device/lib/_mulint.c: small fix for large/ds390 --int-long-reent resp. --stack-auto
8651         * device/lib/printfl.c: fix a ds390 bug by making it portable
8652         * src/SDCCsymt.c (initCSupport): fix compile warning on Cygwin
8653         * src/SDCCopt.c (cnvToFloatCast): fix compile warning on Cygwin
8654         * src/SDCCopt.c (cnvFromFloatCast): fix compile warning on Cygwin
8655         * debugger/mcs51/cmd.c: converted multi-line string literals
8656         * sim/ucsim/globals.cc: converted multi-line string literals
8657         * src/SDCCmain.c: introduced signal handler to remove temp files
8658         * doc/Makefile: small tweaks, implement clean
8659         * doc: removed generated files
8660
8661 2003-02-05  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
8662
8663         * as/mcs51/aslink.h, as/mcs51/lkihx.c, as/mcs51/lkrloc.c:  Applied
8664         patch from Jan Rejlek <jr AT apex-lib.cz> to fix Bug 677692: "Extended
8665         Address Record is not correctly generated for DS390."
8666
8667 2003-02-02  Borut Razem <borut.razem AT siol.net>
8668
8669         * Makefile.bcc: removed non existing cpp project and non compilable izt project from makefile
8670         * as/mcs51/asm.h: fixed compilation with Borland C
8671         * support/cpp2/Makefile.bcc: added rule to generate auto-host.h
8672         * support/cpp2/auto-host_vc_in.h: fixed compilation with Borland C
8673         * src/mcs51/mcs51a.dsp: corrected misspelled project name from msc51a to mcs51a
8674         * src/avr/Makefile.bcc, src/ds390/Makefile.bcc, src/izt/Makefile.bcc,
8675         src/mcs51/Makefile.bcc, src/pic16/Makefile.bcc, src/xa51/Makefile.bcc,
8676         src/z80/Makefile.bcc: delete $(LIB) only if exist
8677         * src/Makefile.bcc, src/pic/Makefile.bcc:  fixed compilation with Borland C
8678
8679 2003-02-02  Bernhard Held <bernhard AT bernhardheld.de>
8680
8681         * device/include/malloc.h: introduced NULL
8682         * device/include/string.h: introduced NULL
8683         * device/include/stdlib.h: introduced NULL
8684         * device/lib/_memcpy.c: removed NULL
8685         * device/lib/_strcat.c: removed NULL
8686         * device/lib/_strchr.c: removed NULL
8687         * device/lib/_strcmp.c: removed NULL
8688         * device/lib/_strcpy.c: removed NULL
8689         * device/lib/_strcspn.c: removed NULL
8690         * device/lib/_strlen.c: removed NULL
8691         * device/lib/_strncat.c: removed NULL
8692         * device/lib/_strncmp.c: removed NULL
8693         * device/lib/_strncpy.c: removed NULL
8694         * device/lib/_strpbrk.c: removed NULL
8695         * device/lib/_strrchr.c: removed NULL
8696         * device/lib/_strspn.c: removed NULL
8697         * device/lib/_strstr.c: removed NULL
8698         * device/lib/_strtok.c: removed NULL
8699         * device/lib/malloc.c: removed NULL, include own header
8700
8701 2003-02-02    <johan AT balder>
8702
8703         * 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
8704         * support/regression/fwk/lib/testfwk.c: div and mod isn't broken anymore
8705         * regressions ds390/spec.mk and mcs51/spec.mk (timeout): my good old balder isn't fast enough for some tests
8706         * src/z80/gen.c (genZ80Code): added c-lines in asm comments
8707         * as/z80/asm.h (NINPUT): increased for long c-comments in regression tests
8708         * src/z80/gen.c (genRightShiftLiteral): fixed the (char)(-3)>>8 (I think)
8709
8710 2003-02-01  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
8711
8712         * src/SDCCmain.c: Fixed bug 678574: "ds390: ASlink-Error-Stack overlaps
8713         area 'DATA'"
8714
8715 2003-02-01    <johan AT balder>
8716
8717         * src/SDCCval.c (valBitwise): fixed Karl's "2 | (1<<8)"
8718
8719 2003-01-31    <johan AT CP255758-A>
8720
8721         * src/ds390/main.c (_ds390_genAssemblerPreamble): applied Jan Rejlek's >64K startup patch
8722
8723 2003-01-30    <johan AT balder>
8724
8725         * src/SDCCBBlock.c: automatic bug detection
8726         * src/SDCCicode.c: automatic bug detection
8727
8728 2003-01-29  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
8729
8730         * src/SDCCglobl.h:   now --xram-size 0 works
8731         * src/SDCCmain.c:    now --xram-size 0 works
8732
8733 2003-01-29    <johan AT balder>
8734
8735         * src/almosteverything: changed OP_DEFS and OP_USES from macros to functions to catch symbol abuse (a hot topic in the bug list :)
8736
8737 2003-01-29  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
8738
8739         * as/mcs51/aslink.h: Added options --xram-size and --code-size
8740         * as/mcs51/lkdata.c: Added options --xram-size and --code-size
8741         * as/mcs51/lkmain.c: Added options --xram-size and --code-size
8742         * as/mcs51/lkmem.c:  Added options --xram-size and --code-size
8743         * src/SDCCglobl.h:   Added options --xram-size and --code-size
8744         * src/SDCCmain.c:    Added options --xram-size and --code-size
8745
8746 2003-01-28  Bernhard Held <bernhard AT bernhardheld.de>
8747
8748         * src/ds390/gen.c: fix deps by replacing <common.h> with "common.h"
8749         * src/SDCC.lex: rename P_OVERLAY to P_OVERLAY_ for cross-gcc 3.2 MINGW32
8750
8751 2003-01-27    <johan AT balder>
8752
8753         * src/SDCC.y: fixed bug #613764
8754
8755 2003-01-26    <johan AT balder>
8756
8757         * src/SDCClrange.c:  fixed Bernhard's "char * code ptr = &c"
8758         * src/SDCCsymt.h: fixed bug #673374
8759         * src/SDCCglue.c: fixed bug #661910
8760         * src/SDCCast.c: fixed bug #458099 and 673374
8761
8762 2003-01-26  Bernhard Held <bernhard AT bernhardheld.de>
8763
8764         * as/mcs51/strcmpi.c: added, provides Aurelien Jarno's as_strcmpi(); strcmpi() is not ANSI
8765         * as/mcs51/strcmpi.h: added
8766         * as/mcs51/asm.h: remove ugly "#define strcmpi strcmp"
8767         * as/mcs51/aslink.h: remove ugly "#define strcmpi strcmp"
8768         * as/mcs51/asmain.c: strcmpi -> as_strcmpi
8769         * as/mcs51/assym.c: strcmpi -> as_strcmpi
8770         * as/mcs51/lkmem.c: strcmpi -> as_strcmpi
8771         * as/mcs51/lknoice.c: strcmpi -> as_strcmpi
8772         * as/mcs51/lksym.c: strcmpi -> as_strcmpi
8773         * as/mcs51/Makefile.aslink: new module strcmpi
8774         * as/mcs51/Makefile.asx8051: new module strcmpi
8775         * as/mcs51/Makefil.bcc: new module strcmpi
8776         * as/mcs51/Makefile.in: new module strcmpi
8777         * sim/ucsim/s51.src/uc390.cc (get_mem_size): make RAM big enough for tinibios
8778
8779 2003-01-26    <johan AT balder>
8780
8781         * src/SDCCglue.c: reverted back to 1.124
8782         * src/SDCCast.c: reverted back to 1.156
8783         * src/mcs51/gen.c (aopGet): applied Frieder's efficiency patch
8784
8785 2003-01-25    <johan AT balder>
8786
8787         * src/SDCCglue.c: A better fix for bug #661910
8788         * src/SDCCast.c: A better fix for bug #661910
8789         * src/SDCCglue.c (emitRegularMap): That was a little too efficient
8790
8791 2003-01-24  Bernhard Held <bernhard AT bernhardheld.de>
8792
8793         * src/Makefile.in: remove spawn.o
8794         * src/SDCCmain.c: remove spawn.h
8795         * src/SDCCmain.c (printVersionInfo): report MINGW32 instead of UNIX
8796         * src/spawn.c: removed
8797         * src/spawn.h: removed
8798         * support/regression/ports/ds390/spec.mk: link with -r
8799
8800 2003-01-24    <johan AT CP255758-A>
8801
8802         * src/ds390/gen.c (aopOp): fixed bug #667458
8803         * src/SDCCglue.c (emitRegularMap): fixed bug #458099 again
8804         * src/SDCCast.c (createIvalCharPtr): fixed bug #661910
8805         (createIvalCharPtr): an ival doesn't always have a storage class anymore
8806
8807 2003-01-24  Bernhard Held <bernhard AT bernhardheld.de>
8808
8809         * src/mcs51/peeph.def: better assembler identation by Frieder
8810         * src/mcs51/gen.c: better assembler identation by Frieder
8811
8812 2003-01-22  Bernhard Held <bernhard AT bernhardheld.de>
8813
8814         * as/z80/string.h: removed for gcc 3.2
8815         * support/makebin/makebin.c: #include <string.h> for gcc 3.2
8816         * src/pic/pcode.c (get_op_from_instruction): fix concatenation of string literals with __FUNCTION__ for gcc 3.2
8817
8818 2003-01-19  Bernhard Held <bernhard AT bernhardheld.de>
8819
8820         * src/SDCCmain.c (linkEdit): rename mem and map files even in case of failure
8821         * src/SDCCpeeph.c (replaceRule): fix bug #663503
8822         * support/regression/Makefile: separate temp files for ports
8823         * support/regression/generate-cases.py: separate temp files for ports
8824         * src/mcs51/peeph.def: Frieder: removed 237 (obsolete by 236g and 105); added 237 a/b
8825         * src/ds390/peeph.def: Frieder: removed 237 (obsolete by 236g and 105); added 237 a/b
8826
8827 2003-01-19  Bernhard Held <bernhard AT bernhardheld.de>
8828
8829         * moved tinitalk to device/examples/ds390
8830
8831 2003-01-14  Bernhard Held <bernhard AT bernhardheld.de>
8832
8833         * as/mcs51/lkmem.c: rflag is for DS390
8834         * src/SDCCglobl.h: removed out_name and options stackOnData, genericPtr
8835         * src/SDCCmain.c (optionsTable, setDefaultOptions): removed --stack-after-data and --generic
8836                          (linkEdit): move mem- and map-files the same way as ihx-files
8837         * src/z80/main.c (_setDefaultOptions): removed --generic
8838         * src/SDCCmain.c (_processC1Arg, parseCmdLine, main): --c1mode works again
8839         * src/SDCCglue.c (createInterruptVect, glue): --c1mode works again
8840         * src/pic/glue.c (picglue): --c1mode works again
8841         * src/pic16/glue.c (pic16glue): --c1mode works again
8842         * src/asm.c (printCLine): fix #660034
8843
8844 2003-01-13  Bernhard Held <bernhard AT bernhardheld.de>
8845
8846         * src/ds390/peeph.def: fix #123; add 14 rules by Fiorenzo D. Ramaglia <fd.ramaglia AT tin.it>, 1 by Frieder
8847         * src/mcs51/peeph.def: fix #123; add 14 rules by Fiorenzo, 1 by Frieder
8848         * src/mcs51/gen.c (genFunction): emit r0 instead of ar0 by Fiorenzo
8849         * as/mcs51/lkmem (summary): better fix for sp problem
8850         * src/SDCCglue.c (glue): __start_stack - 1, saves 1 byte!
8851         * src/ds390/main.c (_ds390_finaliseOptions, _tininative_finaliseOptions): stack_loc = 0x400008
8852         * support/regression/ports/*/spec.mk: moving testfwk-object to port dir allow parallel execution of regression tests
8853                                               remove --stack-after-data
8854
8855 2003-01-12  Bernhard Held <bernhard AT bernhardheld.de>
8856
8857         * src/SDCCmain.c (main): port->finaliseOptions() moved for z80 linking
8858         * src/SDCCutil.c (join): ugly bug: missing '\0'
8859         * as/mcs51/lkmem.c (summary): sp on address 7 is safe
8860
8861 2003-01-11  Bernhard Held <bernhard AT bernhardheld.de>
8862
8863         * src/SDCCmain.c (assemble, linkEdit): preparations for -o
8864         * src/port.h: typo
8865         * src/pic/main.c (_asmCmd): gpasm supports -o
8866         * src/z80/main.c: more general macros
8867         * device/lib/Makefile.in: remove intermediate files
8868
8869 2003-01-11  Bernhard Held <bernhard AT bernhardheld.de>
8870
8871         * .version: Bumped version number to 2.3.3
8872         * src/SDCCBBlock.c: new option -o
8873         * src/SDCCglobl.h: new option -o
8874         * src/SDCCglue.c: new option -o
8875         * src/SDCCmain.c: new option -o
8876         * src/asm.c: new option -o
8877         * src/ds390/main.c: new option -o
8878         * src/pic/glue.c: new option -o
8879         * src/pic/pcode.c: new option -o
8880         * src/pic/ralloc.c: new option -o
8881         * src/pic16/glue.c: new option -o
8882         * src/pic16/pcode.c: new option -o
8883         * src/pic16/ralloc.c: new option -o
8884         * src/z80/main.c: new option -o
8885         * device/lib/Makefile.in: use -o
8886         * support/regression/ports/ds390/spec.mk: use -o
8887         * support/regression/ports/gbz80/spec.mk: use -o
8888         * support/regression/ports/mcs51/spec.mk: use -o
8889         * support/regression/ports/mcs51-stack-auto/spec.mk: use -o
8890         * support/regression/ports/z80/spec.mk: use -o
8891         * support/regression/ports/ucz80/spec.mk: use -o
8892         * support/regression/ports/xa51/spec.mk: use -o
8893         * support/regression/fwk/lib/timeout.c: fix usage string
8894
8895 2003-01-09  Bernhard Held <bernhard AT bernhardheld.de>
8896         * src/mcs51/gen.c (genPlus): replaced "mov b,acc" by "mov b,a" Fiorenzo D. Ramaglia <fd.ramaglia AT tin.it>
8897
8898 2003-01-07    <johan AT balder>
8899
8900         * src/SDCCast.c (decorateType): fixed bug #600035
8901
8902 2003-01-07  Bernhard Held <bernhard AT bernhardheld.de>
8903         * as/mcs51/lkmem.c: added several l-modifiers to printf to remove warnings
8904         * as/mcs51/lkaomf51.c: #include <ctype.h> to remove warnings
8905         * src/pic/main.c (_hasNativeMulFor): outcommented unused variables to remove warnings
8906         * src/pic/pcode.c: outcommented unused variable to remove warnings
8907         * src/pic/ralloc.c: outcommented unused variable to remove warnings
8908
8909 2003-01-06    <karl AT turbobit.com>
8910         * sim/ucsim/cmd.src/command.cc: fixed so "break xram r 0x7654" works again in
8911    regression tests.
8912
8913 2003-01-06    <johan AT balder>
8914
8915         * src/SDCCicode.c: fixed array add
8916
8917 2002-01-05  Bernhard Held <bernhard AT bernhardheld.de>
8918         * src/SDCCmacro.c: MAX_STRING_LENGTH increased to 2048; was too small for regression tests
8919         * support/regression/ports/host/support.c: #include <stdarg.h> for gcc 3.2
8920
8921 2003-01-04    <johan AT balder>
8922
8923         * src/SDCCval.c (getNelements): fixed the initialized array of structures
8924
8925 2002-12-29  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
8926         * as/mcs51/Makefile.bcc: fixed typo lkomf51.o -> lkaomf51.o
8927
8928 2002-12-28  Bernhard Held <bernhard AT bernhardheld.de>
8929         * src/mcs51/peeph.def: added rules 234 and 235 from Frieder Ferlemann <frieder.ferlemann AT web.de>
8930         * support/regression/tests/bug-524697.c: fit mem usage into 8032
8931
8932 2002-12-28  Bernhard Held <bernhard AT bernhardheld.de>
8933         * src/mcs51/gen.c (aopGetUsesAcc): inserted missing "return FALSE"
8934
8935 2002-12-27  Bernhard Held <bernhard AT bernhardheld.de>
8936         * as/mcs51/Makefile.in: fixed typo lkomf51.o -> lkaomf51.o
8937
8938 2002-12-26  Bernhard Held <bernhard AT bernhardheld.de>
8939         * src/mcs51/main.c: removed {bindir}{sep} from aslink
8940
8941 2002-12-10  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
8942
8943     * in \sdcc\as\mcs51\ changed these files in order to create an
8944     aomf51 file: aslink.h, lkdta.c, lklex.c, lklibr.c, lklist.c,
8945     lkmain.c.  Also added: lkmem.c and lkaomf51.c.  Changed the
8946     following files to include the previous two files: aslink.dsp,
8947     Makefile.aslink, Makefile.bcc, and Makefile.in.
8948
8949     * Changed \sdcc\src\SDCCmain.c so it creates files with extension
8950     .adb instead of .cdb
8951
8952 2002-11-09  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
8953
8954         * \sdcc\as\mcs51\lklist.c: Now reports memory usage using the
8955         value from option --iram-size.
8956
8957 2002-09-20  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
8958
8959         * \sdcc\as\mcs51\lklist.c: added boundary check before using
8960         dram[] array.
8961
8962 2002-09-18    <wiml AT hhhh.org>
8963
8964         * SDCClrange.h: exposed setFromRange() and setToRange()
8965         * mcs51/ralloc.c: fixed over-eager packRegsForSupport() and
8966           packRegsForAccUse() (bug 542397)
8967         * mcs51/gen.c: MOVA() is now a function to avoid calling aopGet()
8968           multiple times and emitting the fetch operations more than once
8969           added aopGetUsesAcc() function to allow binary operators to
8970           fetch their operands in the correct order; made genMinus() emit
8971           compact code for X = LITERAL - Y
8972
8973 2002-09-00  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
8974         * \sdcc\as\mcs51\lklist.c: Fixed incorrect number of parameters to
8975         sprintf() in line 1267.
8976
8977 2002-09-08  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
8978         * \sdcc\src\SDCCglue.c: Generate areas REG_BANK_[0-3] only for 8051
8979         like ports.
8980
8981 2002-09-04  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
8982         Changes to aslink (All the changes are marked with 'JCF'):
8983
8984         * \sdcc\as\mcs51\aslink.h: External definition of sflag and
8985         summary().
8986
8987         * \sdcc\as\mcs51\lkarea.c: Computes the size of area BSEG_BYTES from
8988         area BSEG.  Also moves, if possible, the DATA area down into the internal
8989         ram so more space is available.
8990
8991         * \sdcc\as\mcs51\lkdata.c: Definition of memory summary output flag
8992         sflag.
8993
8994         * \sdcc\as\mcs51\lklist.c: For the BSEG area report the size in bits,
8995         not bytes.  Function summary() which creates a memory usage summary
8996         file with extension .mem.  Reports of overlaping stack and small stack
8997         size.  If the space for the stack is less than 16 bytes aslink trows a
8998         warning.
8999
9000         * \sdcc\as\mcs51\lkmain.c: Creation of some of the default areas for
9001         the 8051.  Option 'y' for memory summary output file.
9002
9003         Changes to sdcc (All the changes are marked with 'JCF'):
9004
9005         * \sdcc\src\SDCCglobl.h: External definition of RegBankUsed[4].
9006
9007         * \sdcc\src\SDCCglue.c:  If a register bank is used, creates an
9008         overlaying area for it (uses RegBankUsed[4]).
9009
9010         * \sdcc\src\SDCCmain.c: Definition RegBankUsed[4]; marks register
9011         bank zero as used by default.  By default aslink locates the stack
9012         (equivalent to --stack-after-data).  Pass option 'y' to aslink for
9013         the creation of the .mem file.  Delegates the allocation of data area
9014         to aslink (it is not longer 0x30 by default).  If --stack-loc passes
9015         the begining of the stack area to aslink.
9016
9017         * \sdcc\src\SDCCmem.c:  If a register bank is used, marks it so
9018         glue() in SDCCglue.c creates an area for it.
9019
9020 2002-09-03  Borut Razem <borut.razem AT siol.net>
9021         * sdcc/src/SDCCglue.c, sdcc/src/SDCCglue.h, sdcc/src/SDCCmain.c,
9022         sdcc/src/pic/glue.c:
9023         introduced atexit() handler for teporay files removal in case of
9024         errors, assertions, ...
9025
9026 2002-08-29  Borut Razem <borut.razem AT siol.net>
9027         * sdcc/support/cpp2/auto-host_vc_in.h:
9028         re-definition of O_BINARY and other O_XXX as _O_BINARY and _O_XXX, so the problem
9029         with the returned value from read() in sdcc/support/cpp2/cppfiles.c is solved for MSC.
9030         Maybe there is a similar problem with BORLANDC? It should be checked!
9031
9032         * sdcc/src/ds390/ralloc.c, sdcc/src/mcs51/ralloc.c, sdcc/src/z80/ralloc.c:
9033         corrected improper use of assert: the assignment to clr variable was done inside the assert.
9034         In case that NDEBUG was defined, the assert macro was substituted with no-op, so the assignment
9035         was not executed, and the compiler (cl) launched a warning:
9036         ralloc.c(1442) : warning C4700: local variable 'clr' used without having been initialized
9037
9038 2002-08-28  Bernhard Held <bernhard AT bernhardheld.de>
9039         * src/SDCCglue.c (printIvalArray): iterative calculation of array length
9040
9041 2002-08-28  Jesus Calvino-Fraga and Borut Razem <borut.razem AT siol.net>
9042         * sdcc/sdcc.dsw: added sdcpp, sdcppa, yacc, conf projects
9043
9044         * sdcc/src/src.dsp, sdcc/src/avr/avr.dsp, sdcc/src/ds390/ds390.dsp,
9045           sdcc/src/mcs51/mcs51.dsp, sdcc/src/pic/pic.dsp, sdcc/src/z80/z80.dsp,
9046           sdcc/src/xa51/xa51.dsp, sdcc/src/avr/avra.dsp,
9047           sdcc/src/ds390/ds390a.dsp, sdcc/src/mcs51/mcs51a.dsp,
9048           sdcc/src/pic/pica.dsp, sdcc/src/z80/z80a.dsp,
9049           sdcc/src/xa51/xa51a.dsp, sdcc/as/as_z80.dsp,
9050           sdcc/as/aslink.dsp, sdcc/as/asx8051.dsp, sdcc/packihx/packihx.dsp:
9051         - added Release configuration in VS projects
9052         - review of compiler an linker options
9053         - VC .exe files are generated in bin_vc directory, not to interfere
9054           with binaries generated from other projects (cygwin, mingw, bcc ...)
9055
9056         * sdcc/src/yacc.dsp: added
9057
9058         * sdcc/config.dsp, sdcc/configure_vc.awk, sdcc/sdcc_vc_in.h:
9059         added - genarate sdcc_vc.h using sdcc_vc_in.h as template
9060         and insert the version number definitions from .version
9061
9062         * sdcc/support/cpp2/sdcpp.dsp: added - VC project for sdcpp
9063
9064         * sdcc/support/cpp2/sdcppa.dsp, sdcc/support/cpp2/auto-host_vc_in.h:
9065         added - genarate auto-host.h using auto-host_vc_in.h as template
9066
9067         * sdcc/sdcc_vc.h,
9068         removed from CVS, generated automatically
9069
9070 2002-08-25  Bernhard Held <bernhard AT bernhardheld.de>
9071         * support/scripts/inc2h.pl: use gputils or gpasm (from Nathan Hurst)
9072
9073 2002-08-11  Borut Razem <borut.razem AT siol.net>
9074         * support/Util/NewAlloc.c: removed unneeded #include "sdccconf.h" (suggested by Jesus Calvino-Fraga)
9075
9076 2002-08-10  Borut Razem <borut.razem AT siol.net>
9077         * src/SDCCmain.c (main):
9078         file preOutName was unlinked before closed. This seems to be OK on UNIX and cygwin
9079         platforms, but it doesn't work with Visual Studio: the opened file can not be removed.
9080         The consequence was that some temporary files were not removed.
9081
9082         * src/SDCCglue.c:
9083         unification of code in functions tempfilename() and tempfile():
9084         function tempnam() is defined in Visual Studio 6.0 and .NET
9085
9086         * sdcc/sdcc.dsw: removed project sdcpp, added project xa51a
9087
9088         * sdcc/src/src.dsp, sdcc/src/avr/avr.dsp, sdcc/src/ds390/ds390.dsp,
9089           sdcc/src/mcs51/mcs51.dsp, sdcc/src/pic/pic.dsp, sdcc/src/z80/z80.dsp:
9090         - removed compiler command line option /WX: Treats all warnings as errors
9091         - update a list of source files, included into the project
9092
9093         * sdcc/src/avr/avra.dsp, sdcc/src/ds390/ds390a.dsp, sdcc/src/mcs51/mcs51a.dsp,
9094           sdcc/src/pic/pica.dsp, sdcc/src/z80/z80a.dsp:
9095         changed project type to Generic Project so that can be correcly converted to VS.NET project
9096
9097         * sdcc/as/mcs51/asm.h: definition of PATH_MAX for MSC
9098
9099         * sdcc/src/SDCCast.c: solved MSC error in function decorateType()
9100
9101         * sdcc/src/SDCC.y: added missing ending ';' to rules to get rid of bison warnings
9102
9103         * dcc/src/ds390/ralloc.c, sdcc/src/mcs51/ralloc.c:
9104         added return 0 statements after assert() to make compiler happy
9105
9106         * sdcc/src/xa51/peeph.rul, sdcc/src/xa51/peeph.def, sdcc/src/z80/ralloc.c:
9107         added newline in the def file to keep MSC compiler satisfied
9108
9109         * sdcc/src/z80/gen.c:
9110         - function strcasecmp() is not defined in MSC (and probably also in BORLANDC),
9111           so it is replaced with STRCASECMP, which is defined as stricmp in case of MSC and BORLANDC
9112         - solved MSC error in function aopDump()
9113
9114         * sdcc_vc.h: define PREFIX as "\\sdcc"
9115
9116 2002-07-18  Bernhard Held <bernhard AT bernhardheld.de>
9117         * src/SDCCast.c (decorateType): fixed access to array of structures http://sourceforge.net/mailarchive/forum.php?thread_id=902690&forum_id=4107
9118
9119 2002-06-22  Scott Dattalo <scott AT dattalo.com>
9120         * src/pic/*: Numerous bug fixes. Flow analysis has been enhanced.
9121         - Rewrote the register banking algorithm.
9122         - Added pCode live-range analysis to registers (for now, only non-used and
9123         singly-used registers optimized away)
9124
9125         * src/pic/pcoderegs.[ch]: Added new files for pCode live-range analysis
9126
9127         * 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.
9128
9129 2002-05-10  Scott Dattalo <scott AT dattalo.com>
9130         * src/pic/*: Added support for multiplication. Fixed many,many bugs.
9131
9132 2002-04-22  Michael Hope  <michaelh AT vroom>
9133
9134         * device/lib/z80/printf.c: Changed emitter to volatile to work around a pcall bug.
9135
9136         * configure.in (DD_COPT): Added include support required for gbdk.
9137
9138         * .version: Bumped version number just to increase it.
9139
9140         * src/SDCCmain.c: Added -nostdinc to the default options.
9141
9142 2002-04-15  Michael Hope  <michaelh AT vroom>
9143
9144         * device/lib/z80/printf.c (sprintf): Added.
9145
9146         * src/z80/ralloc.c (packRegisters): Disabled pack HL use for GB as it's broken.
9147
9148         * src/z80/peeph.def: Added transpose redundent load rule.
9149
9150         * src/z80/main.c: Added force callee saves for jaune.
9151
9152         * src/port.h: Removed the i186 and tlcs-900h ports as they weren't being being developed.
9153
9154         * src/SDCCmain.c: Pulled the options definition out so that you can add port specific options without changing the main file.
9155
9156 2002-03-28  Johan Knol  <johan AT balder>
9157
9158         * src/SDCCval.c: fixed bug #532436
9159
9160 2002-03-14  Scott Dattalo <scott AT dattalo.com>
9161         * /src/port.h:
9162         Added "char *Processor" field to the port structure.
9163
9164         * /src/SDCCmain.c:
9165         Added -p option. Allows port dependent processor to be specified.
9166
9167         * all ports:
9168         Initialized the new field char *Processor field to NULL in all ports
9169
9170         * /src/pic/*:
9171         Compiler generated registers for interrupt context saving
9172         were not getting allocated.
9173
9174 2002-03-16  Sandeep Dutta  <sandeep AT ddi.com>
9175
9176         * /src/SDCCast.c:
9177         Fixed left shift. Will promote the left side of a left shift
9178         if a) left shifting more than size of operand or b) when assigned
9179         to something size > size of left side
9180
9181 2002-03-14  Scott Dattalo <scott AT dattalo.com>
9182         * src/pic/*
9183         tons of changes. Register allocation has been
9184         rewritten. Added customization for the various PICs. Flow
9185         analysis is restructured. ...
9186
9187         * src/pic/device.h:
9188         Added
9189
9190         * src/pic/device.c:
9191         Added. device.c is a PIC port hack to accomodate variations
9192         in PIC devices.
9193
9194 2002-03-13  Michael Hope  <michaelh AT vroom>
9195
9196         * src/z80/gen.c (genGenPointerGet): Fixed a bug where a pointer in HL is dereferenced into HL but HL is not spilled.  Yeah.
9197
9198 2002-03-04  johanknol  <johanknol AT manik>
9199
9200         * /src/SDCCval.c: fixed
9201
9202         const unsigned char arr[][2] = { { 0, 1 } };
9203         t18.c:1: error: Initializer element is not constant
9204
9205 2002-03-04  bela  <bela AT manik>
9206
9207         * /device/include/mcs51reg.h:
9208         ds89c420 register definition update
9209
9210 2002-03-03    <johan AT FRIJA>
9211
9212         * support/Util/SDCCerr.c: did something, but don't no why anymore
9213
9214         * support/regression/tests/bug-524691.c: made it a little less shy
9215
9216         * src/SDCCast.c (decorateType): fixed bug #524697
9217
9218         * src/SDCCast.c: made some lineno improvements
9219
9220         * src/SDCCval.c (getNelements): changed warning to error
9221
9222         * src/SDCCglue.c (printIvalArray): changed warning to error
9223
9224         * src/SDCCicode.c: fixed a warning for mingw
9225
9226         * src/SDCCast.c (decorateType): fixed the << promotion for ops
9227
9228         * src/SDCCicode.c (geniCodeDivision): divide is shift only for unsigned (bug #524685)
9229
9230 2002-03-02  Sandeep Dutta  <sandeep AT ddi.com>
9231
9232         * src/ds390/peeph.def:
9233         Added some more peephole rules
9234
9235         * src/ds390/gen.c: Various fixes & enhancements
9236
9237         * src/SDCClrange.c, src/SDCClrange.h:
9238         functions "alldefsoutofrange" and "notusedinblock" moved to SDCClrange.c
9239
9240         * src/ds390/ralloc.c:
9241         various fixes & enhancements (ds390) specific
9242
9243         * src/avr/ralloc.c, src/mcs51/ralloc.c, src/pic/ralloc.c, src/xa51/ralloc.c, src/z80/ralloc.c:
9244         Functions "allDefsOutOfRange" & "notUsedinBlock" moved to SDCClrange.c
9245         from rallocs.
9246
9247         * sdcc/src/SDCCcse.c: Better fix for bug # 514308
9248
9249 2002-03-02    <johan AT FRIJA>
9250
9251         * src/SDCCast.c (decorateType): fixed bug #524708
9252
9253         * src/SDCCval.c (floatFromVal): fixed the literal void (whatever that may be)
9254
9255         * src/SDCCicode.c (geniCodePtrPtrSubtract): fixed bug #524691
9256
9257 2002-03-01  Michael Hope  <michaelh AT vroom>
9258
9259         * src/SDCCsymt.c (initCSupport): Removed managling of support function names.
9260
9261         * src/z80/ralloc.c (packRegsForIYUse): Fixed fp bug where four byte operands were packed into IY.
9262
9263 2002-03-01    <johan AT FRIJA>
9264
9265         * src/SDCCglue.c (printIvalPtr): fixed bug #524211
9266
9267         * src/SDCCast.c (decorateType): fixed bug #524209
9268
9269         * src/SDCCval.c (valNot): fixed bug #524195
9270
9271 2002-02-26    <johan AT balder>
9272
9273         * src/xa51/gen.c: fixed a warning
9274
9275         * src/SDCCglue.c (printIvalFuncPtr): fixed bug #522534
9276
9277         * src/SDCCast.c (decorateType): fixed bug #522534
9278
9279 2002-02-23    <johan AT balder>
9280
9281         * src/SDCCdflow.c (computeDataFlow): fixed bug #460088
9282
9283 2002-02-22    <johan AT balder>
9284
9285         * src/SDCCast.c: fixed bug #514865
9286
9287         * src/SDCCy.c ("SDCC.y"): fixed bug #516625
9288
9289 2002-02-21  Sandeep Dutta  <sandeep AT ddi.com>
9290
9291         * sdcc/src/SDCCloop.c:
9292         Previous fix was not good. basic blocks that have "break" or "return" are
9293         not really partof a loop , but live ranges used in these blocks should
9294         be live thru the entire loop, so set partOfLoop but don't add them to
9295         loop region
9296
9297 2002-02-21    <johan AT FRIJA>
9298
9299         * src/SDCCcse.c: fixed bug #514308
9300
9301 2002-02-20  Sandeep Dutta  <sandeep AT ddi.com>
9302
9303         * src/SDCCloop.c:
9304         Fixed BUG #519583. If a conditional block ended in a return/break
9305         statement inside a loop, it was not being considered part of the loop.
9306
9307         * src/SDCCcflow.c: Removed fix (Fixed in SDCCloop.c)
9308
9309 2002-02-10  Karl Bongers <karl AT turbobit.com>
9310
9311         * debugger/*:
9312         Fixed up SDCDB debugger somewhat.  Updated debugger/README
9313         with lots of comments and notes.
9314
9315         * device/examples/test2.c:
9316         Fix bug, "red" variable not being initialized(compiler complained).
9317
9318         * device/examples/Makefile, examples/test3.c:
9319         Add Makefile in device/examples folder, compiles test3.c
9320         for use as a multiple module SDCDB test case.
9321
9322         * sim/ucsim/cmd.src/cmdset.cc:
9323         Took out debug printfs in ucsim "next" command.
9324
9325         * sim/ucsim/xa.src:
9326         Karl and Johan start ucsim XA support.  Most dissassembly working,
9327         about 75% emulation done(plenty of work remaining).
9328
9329         * sim/ucsim/z80.src:
9330         Add Z80 support to ucsim, add test-ucz80 regression test,
9331         notice ucsim/z80 emulation fails on examples/test3.c/itoa code.
9332         Notice z80 compiler fails on examples/test3.c/crc code.
9333
9334 2002-01-30  Sandeep Dutta  <sandeep AT ddi.com>
9335
9336         * src/mcs51/gen.c, src/mcs51/main.c, src/mcs51/ralloc.c:
9337         Added support for --parms-in-bank1
9338
9339         * src/ds390/peeph.def:
9340         added a few more peephole optimzations
9341
9342         * src/ds390/main.c:
9343         1) added __builtin_inp & __builtin_outp used to read in data of given length
9344            from a memory mapped port
9345         2) added __builtin_memcmp
9346         3) added __builtin_swapw swap bytes of a short
9347
9348         * src/ds390/gen.c, src/ds390/gen.h, src/ds390/ralloc.c:
9349         1) handle multiple send & receives from register bank1
9350         2) ralloc can now allocate DPTR1 to some liveRanges
9351
9352         * src/SDCCsymt.c, src/SDCCsymt.h:
9353         changes to handle multiple sends & receives
9354
9355         * src/SDCCptropt.h:
9356         added some pointer arithmetic optimization
9357
9358         * src/SDCCptropt.c:
9359         added some pointer arithmetic optimizations but not stable yet so not
9360         called from anywhere (will get this working shortly)
9361
9362         * src/SDCCopt.c: fixed for multiple sends & receives
9363
9364         * src/SDCCmain.c:
9365         1) added options --parms-in-bank1 (ds390/mcs51) & --protect-sp-update
9366         2) preprocessing done AFTER port->finalizeoptions . This allows ports to
9367            set preprocessor defines (depending on options)
9368
9369         * src/SDCCicode.c, src/SDCCicode.h:
9370         changes made to handle multiple sends & receives
9371
9372         * src/SDCCglobl.h:
9373         Added options --protect-sp-update (ds390) and --parms-in-bank1 (ds390/mcs51)
9374
9375         * src/SDCCcse.c, src/SDCCcse.h:
9376         added function findbackward def (to be used in upcoming optimization)
9377
9378         * src/SDCCcflow.c, src/SDCCcflow.h:
9379         added function returnAtEnd - to determine if a basic block terminates with
9380         a RETURN iCode
9381
9382         * src/SDCCast.c, src/SDCCast.h:
9383         added option parms-in-bank1
9384
9385         * device/lib/_divsint.c, device/lib/_divslong.c, device/lib/_divuint.c
9386         * device/lib/_divulong.c, device/lib/_modsint.c, device/lib/_modslong.c
9387         * device/lib/_modulong.c, device/lib/_mulint.c, device/lib/_mullong.c:
9388         adjusted for --parms-in-bank1 option
9389
9390         * device/include/string.h:
9391         donot redefine "reentrant" keyword
9392
9393         * device/include/ds80c390.h: Added some more SFRs
9394
9395 2002-01-28  Bernhard Held  <bernhard AT bernhardheld.de>
9396
9397         * sim/ucsim: Merged branch ucsim-034-pre3 to main trunk; new version 0.4
9398
9399 2002-01-26  Bernhard Held  <bernhard AT bernhardheld.de>
9400
9401         * src/SDCCast.c (funcOfType): fix usage of double --float-reent
9402
9403 2002-01-22  Bernhard Held  <bernhard AT bernhardheld.de>
9404
9405         * support/regression/fwk/lib/testfwk.c (main): Removed workaround for bug #505387
9406
9407 2002-01-18  Paul Stoffregen  <paul AT pjrc.com>
9408
9409         * Added --xram-movc option
9410
9411 2002-01-13  Bernhard Held  <bernhard AT bernhardheld.de>
9412
9413         * support/regression/Makefile: don't include test-mcs51-stack-auto in target all
9414
9415 2002-01-11  Johan Knol
9416
9417         * Added math lib of Jesus Calvino-Fraga
9418
9419 2002-01-08  Bernhard Held  <bernhard AT bernhardheld.de>
9420
9421         * src/SDCCmain.c (processFile): fix processing of ../../src.c
9422         * support/regression/Makefile: new target test-mcs51-stack-auto
9423         * support/regression/ports/mcs51-stack-auto/spec.mk: added
9424
9425 2002-01-04  Bernhard Held  <bernhard AT bernhardheld.de>
9426
9427         * src/SDCCglue.h: printIvalCharPtr(), not printIvalChar()
9428
9429 2002-01-04  Bernhard Held  <bernhard AT bernhardheld.de>
9430
9431         * support/regression/ports/mcs51/support.c: correct setup of timer / UART
9432
9433 2002-01-03  Bernhard Held  <bernhard AT bernhardheld.de>
9434
9435         * src/SDCCsymt.c (processFuncArgs): fix #498307 by Johan
9436
9437         * src/SDCCglue.h: add definition for printIvalChar()
9438
9439 2002-01-02  Bernhard Held  <bernhard AT bernhardheld.de>
9440
9441         * src/SDCCast.c: fix #498138 by Johan
9442
9443         * src/SDCCglue.c: fix #498138 by Johan
9444
9445 2002-01-02  Bernhard Held  <bernhard AT bernhardheld.de>
9446
9447         * support/regression/Makefile: fix clean
9448
9449         * support/regression/ports/ds390/support.c: fix transmission of last character
9450
9451 2001-12-29  Sandeep Dutta  <sandeep AT ddi.com>
9452
9453         * /sdcc/src/ds390/gen.c:
9454         a) improved computing address of stack variable
9455         b) took out some #if 0 code
9456         c) improved parmBytes adjustment
9457         d) improved genPlusIncr & genMinusIncr
9458         e) genCmp could generate bad code (when left assigned to DPTR)
9459         f) Fixed bug in hasInc
9460
9461         * /sdcc/src/ds390/ralloc.c:
9462         a) packRegsForSupport could mess up live information (Fixed)
9463         b) packRegsDPTRuse could be incorrect for left & right shift
9464
9465         * /sdcc/src/mcs51/ralloc.c:
9466         packRegsForSupport could mess up the live information (Fixed)
9467
9468         * /sdcc/src/mcs51/gen.c: Fixed a bug in hasInc
9469
9470         * /sdcc/src/SDCCast.c:
9471         can reverse a loop even if function call is present as long
9472         as the loop control variable is local & is not passed as parameter
9473
9474 2001-12-24  Sandeep Dutta  <sandeep AT ddi.com>
9475
9476         * /sdcc/ChangeLog: *** empty log message ***
9477
9478         * /sdcc/src/ds390/gen.c, /sdcc/src/ds390/main.c:
9479         More builtin function additions for TININative
9480
9481         * /sdcc/src/ds390/ralloc.c:
9482         Had broken the regression testsuite
9483
9484         * /sdcc/src/SDCCast.c: Fixed a bug in dumptree
9485
9486         * /sdcc/src/SDCCsymt.c, /sdcc/src/SDCCsymt.h:
9487         Added funcattr hasStackParms will be set for reentrant functions when there
9488         are paramteres on the stack, this helps in minimizing frame pointer generation
9489         typeFromStr can handle function pointers now
9490
9491         * /sdcc/doc/builtins.txt, /sdcc/doc/TININative.txt:
9492         *** empty log message ***
9493
9494 2001-12-24  Sandeep Dutta  <sandeep AT ddi.com>
9495
9496         * /src/ds390/gen.c, /src/ds390/main.c:
9497         More builtin function additions for TININative
9498
9499         * /src/ds390/ralloc.c:
9500         Had broken the regression testsuite
9501
9502         * /src/SDCCast.c: Fixed a bug in dumptree
9503
9504         * /src/SDCCsymt.c, /src/SDCCsymt.h:
9505         Added funcattr hasStackParms will be set for reentrant functions when there
9506         are paramteres on the stack, this helps in minimizing frame pointer generation
9507         typeFromStr can handle function pointers now
9508
9509         * /doc/builtins.txt, /doc/TININative.txt:
9510         *** empty log message ***
9511
9512
9513 2001-12-24  Sandeep Dutta  <sandeep AT ddi.com>
9514
9515         * /src/ds390/gen.c, /src/ds390/main.c, /src/ds390/peeph.def, /src/ds390/ralloc.c:
9516         ALPHA version for -mTININative
9517
9518         * /src/izt/i186.c, /src/izt/tlcs900h.c, /src/mcs51/main.c, /src/pic/main.c, /src/z80/main.c, /src/avr/main.c:
9519         updated to reflect changes in the port structure
9520
9521         * /src/port.h:
9522         added function do_assemble (similar to do_link) if non-null this function
9523         will be called to do assembly (-mTININative) requires a multi command
9524         assembly
9525         added function genAssemblerEnd will be called to generate assembler Epilogue
9526
9527         * /src/SDCCsymt.c:
9528         added _JavaNative to debug info printing
9529
9530         * /src/SDCCmain.c: added option --tini-libid
9531         added port->do_assemble function (-mTININative) has a multi command assemble
9532
9533         * /src/SDCCglue.c: Disabled "constExpr" check
9534         added port->genAssemblerEnd function
9535
9536         * /src/SDCCglobl.h: Added option --tini-libid value
9537
9538         * /src/SDCCast.h:
9539         tookout optimizeCompare from the header (has no external references)
9540
9541         * /src/SDCCast.c: made one more function "static"
9542
9543 2001-12-23  Michael Hope  <michaelh AT juju.net.nz>
9544
9545         * src/z80/mappings.i: Added z80asm support.
9546
9547         * src/z80/main.c: Added z80asm support on --asm=z80asm
9548
9549         * src/z80/gen.c: Fixed asm portability issues.
9550
9551         * src/asm.c (tvsprintf): Removed old code, added 'N' for function name.  For extern support.
9552
9553         * src/SDCCglue.c (printExterns): Added global/extern split.
9554
9555 2001-12-17  Bernhard Held  <bernhard AT bernhardheld.de>
9556
9557         * support/regression/Makefile: added test for mcs51 model large
9558
9559         * support/regression/ports/mcs51-large/spec.mk: added test for mcs51 model large
9560
9561         * support/regression/ports/gbz80/spec.mk: added -mgbz80
9562
9563 2001-12-05  Michael Hope  <michaelh AT juju.net.nz>
9564
9565         * src/diff.1 (Index): Many, many optmisiations.  Dhrystone up to 201.
9566
9567 1904-01-06  Michael Hope  <michaelh AT juju.net.nz>
9568
9569         * src/z80/ralloc.c (packRegsForIYUse): Fixed the case where an operand is in direct space.
9570
9571         * src/z80/gen.c (makeFreePairId): Optimised IY load by using a spare pair.
9572
9573 2001-12-02  Bernhard Held  <bernhard AT bernhardheld.de>
9574
9575         * src/mcs51/gen.c (genFunction): avoid excess "inc sp"
9576
9577         * support/regression/tests/simplefloat.c: Port to mcs51.
9578
9579 2001-11-25  Michael Hope  <michaelh AT juju.net.nz>
9580         * support/regression/tests/bug-485362.c: Added.
9581
9582         * support/regression/tests/simplefloat.c (testDivNearOne): Added.
9583
9584         * src/z80/gen.c (aopOp): Fixed case where left and result are in the same spill loc and they have different sizes.
9585
9586         * src/z80/peeph.def: Added rules for optimising two byte compares on the same thing, and to optimise two ptr assign.
9587
9588         * src/z80/gen.c (aopDump): Added a dump function.
9589
9590 2001-11-25  Bernhard Held  <bernhard AT bernhardheld.de>
9591         * sim/ucsim/s51.src/glob.cc: DS390 SFRs and bits added.
9592
9593         * sim/ucsim/s51.src/port.cc: Port 4 and 5 added.
9594
9595         * sim/ucsim/s51.src/regs51.h: DS390 SFRs added.
9596
9597         * sim/ucsim/s51.src/uc390.cc: Some details improved, CKRDY works for tinibios.
9598
9599         * sim/ucsim/s51.src/uc390cl.h: Work in progress.
9600
9601         * sim/ucsim/sim.src/uccl.h: 6 ports for DS390.
9602
9603         * support/regression/fwk/lib/testfwk.c: Run with tinibios.
9604
9605         * support/regression/ports/mcs51/spec.mk: Fine tuninig.
9606
9607         * support/regression/ports/ds390/support.c: Use tinibios.
9608
9609         * support/regression/ports/ds390/spec.mk: Fine tuning, use tinibios.
9610
9611 2001-11-23  Michael Hope  <michaelh AT juju.net.nz>support/regression/tests/bug-460010.c
9612
9613         * src/z80/ralloc.c (packRegsForHLUse3): Changed to not pack into HL if anything is in direct space.
9614         (packRegsForHLUse3): Added packing support for send, cast, and return value from a call.
9615
9616         * src/z80/peeph.def: Added rules for optimising pushes of part of a pair.
9617
9618         * src/z80/gen.c (emitCall): Changed the stack fixup to not use HL.
9619
9620 2001-11-18  Michael Hope  <michaelh AT juju.net.nz>
9621
9622         * src/z80/gen.c (genCmp): Fixed compare on unsigned.
9623
9624         * src/z80/ralloc.c (packRegsForHLUse3): Created and optimised.
9625         (packRegsForIYUse): Created and optimised.
9626
9627 2001-11-07  Michael Hope  <michaelh AT juju.net.nz>
9628
9629         * support/regression/tests/float.c (testFloatAdd): Fixed up warning.
9630 2001-11-18  Bernhard Held  <bernhard AT bernhardheld.de>
9631
9632         * sdcc/support/regression/tests/bug-460010.c: fix seg violation on host
9633
9634         * sdcc/support/regression/tests/muldiv.c: fix output on mcs51
9635
9636         * sdcc/support/regression/tests/stacks.c: fix DSEG overflow on mcs51
9637
9638 2001-11-07  Bernhard Held  <bernhard AT bernhardheld.de>
9639
9640         * sdcc/sim/device/lib/_gptrget.c: mem region 5 (idata) added
9641
9642         * sdcc/sim/device/lib/_gptrput.c: mem region 5 (idata) added
9643
9644 2001-11-07  Bernhard Held  <bernhard AT bernhardheld.de>
9645
9646         * sdcc/sim/ucsim/globals.cc: New: IXRAM.
9647
9648         * sdcc/sim/ucsim/stypes.h: New: IXRAM.
9649
9650         * sdcc/sim/ucsim/s51.src/uc390.cc: New: IXRAM.
9651
9652 2001-11-07  Michael Hope  <michaelh AT juju.net.nz>
9653
9654         * src/z80/ralloc.c (packRegsForHLUse): Banned IFXs from being packed into HL.
9655         (packRegsForHLUse): Added rule to pack address of/pointer get for itemps into HL for the Z80.
9656         (packRegsForAccUse2): Added rule to pack hbit IFXs into A.
9657
9658         * src/z80/main.c (_setDefaultOptions): Made float code re-entrant by default.
9659
9660         * src/z80/gen.c (aopGetLitWordLong): Added word support for floats.
9661         (genNotFloat): Added.
9662         (genUminusFloat): Added.
9663
9664         * device/lib/z80/Makefile: Added floating pt stubs.
9665
9666         * device/lib/Makefile.in (Z80SOURCES): Added floating pt support.
9667
9668         * src/z80/gen.c (genIpush): Fixed up a push of one byte when left is in a pair.
9669
9670         * device/lib/_fsadd.c (__fsadd): Fixed up return where the numbers are hugely different.
9671
9672 2001-11-07  Bernhard Held  <bernhard AT bernhardheld.de>
9673
9674         * sdcc/sim/ucsim/s51.src/glob.cc: Minor fix.
9675
9676         * sdcc/sim/ucsim/s51.src/regs51.h: Minor fix.
9677
9678         * sdcc/support/regression/Makefile: Add port ds390.
9679
9680         * sdcc/support/regression/ports/mcs51/spec.mk: Minor change.
9681
9682         * sdcc/support/regression/ports/z80/spec.mk: Minor change.
9683
9684         * sdcc/support/regression/ports/ds390/spec.mk: Added.
9685
9686         * sdcc/support/regression/ports/ds390/support.c: Added.
9687
9688         * sdcc/support/regression/ports/ds390/uCsim.cmd: Added.
9689
9690         * sdcc/support/regression/ports/mcs51/timeout.c: Cut.
9691
9692         * sdcc/support/regression/fwk/lib/timeout.c: Paste.
9693
9694 2001-11-04  Michael Hope  <michaelh AT juju.net.nz>
9695
9696         * device/include/malloc.h: Added z80 and gbz80 support.
9697
9698         * device/lib/gbz80/heap.s: Added.
9699
9700         * device/lib/z80/heap.s: Added.
9701
9702         * device/lib/malloc.c: Added z80 and gbz80 support.
9703
9704         * support/regression/tests/malloc.c (testMalloc): Added.
9705
9706         * src/SDCCmain.c (parseCmdLine): Added support for -Wp.
9707
9708         * support/regression/tests/bug-478094.c: Added.
9709
9710         * src/z80/gen.c (commitPair): Fixed silly gbz80/z80 commit to static bug.
9711
9712 2001-11-04  Bernhard Held  <bernhard AT bernhardheld.de>
9713
9714         * sdcc/sim/ucsim/s51.src/uc390cl.h: Improvement for ds390 to run regression tests
9715
9716         * sdcc/sim/ucsim/s51.src/uc390.h: Improvement for ds390 to run regression tests
9717
9718         * sdcc/sim/ucsim/s51.src/regs51.h: Improvement for ds390 to run regression tests
9719
9720         * sdcc/sim/ucsim/s51.src/glob.cc: Improvement for ds390 to run regression tests
9721
9722         * sdcc/support/regression/tests/bug-460010.c: Small change for ds390
9723
9724 2001-11-04  Michael Hope  <michaelh AT juju.net.nz>
9725
9726         * src/z80/peeph-gbz80.def: Removed a bad sub optimisation.
9727
9728 2001-11-03  Michael Hope  <michaelh AT juju.net.nz>
9729
9730         * support/regression/tests/bug-477927.c: Added.
9731
9732         * src/z80/peeph.def: Added minor rules.
9733
9734         * src/z80/gen.c (genPlusIncr): Added an extra plusinc rule.
9735
9736         * src/z80/peeph.def: Added jump optimisation modification.
9737
9738 2001-11-01  Michael Hope  <michaelh AT juju.net.nz>
9739
9740         * src/SDCCmain.c (linkEdit): Added runtime path detection to the mcs51 port.
9741
9742 2001-10-30  Michael Hope  <michaelh AT juju.net.nz>
9743
9744         * support/regression/tests/funptrs.c: Added.
9745
9746 2001-10-29  Michael Hope  <michaelh AT juju.net.nz>
9747
9748         * src/z80/ralloc.c (packRegsForHLUse): Fixed up bad spill due to pushing one byte via HL.
9749
9750 2001-10-28  Michael Hope  <michaelh AT juju.net.nz>
9751
9752         * src/z80/gen.c (genArrayInit): Made it work for on stack arrays.
9753
9754         * src/z80/main.c (gbz80_port =): Added rle support to the gbz80 port.
9755
9756         * src/z80/gen.c (genMinus): Fixed for where the result is one byte.
9757         (movLeft2ResultLong): Created.
9758
9759         * src/z80/ralloc.c (packRegsForHLUse): Added a couple of simple cases for the GB.
9760         (joinPushes): Added.  Joins two char pushes into a word push.
9761
9762 2001-10-27  Michael Hope  <michaelh AT juju.net.nz>
9763
9764         * support/cpp2/Makefile.in (install): Added creation of dest dir.
9765
9766         * support/makebin/Makefile (install): Added creation of dest dir.
9767
9768 2001-10-24 Karl Bongers <karl AT turbobit.com>
9769
9770         * configure.in, configure, Makefile, support/cpp: Removed cpp folder, since we have new cpp2 preprocessor code.
9771
9772 2001-10-21  Michael Hope  <michaelh AT juju.net.nz>
9773
9774         * src/z80/ralloc.c: Turned off faulty pack for one use.
9775
9776         * src/z80/peeph-gbz80.def: Removed redundent restart options.
9777
9778         * src/z80/gen.c (genMult): Added native mul for constants on the z80 and gbz80.
9779
9780 2001-10-21  Bernhard Held  <bernhard AT bernhardheld.de>
9781
9782         * support/regression/Makefile: Improved clean
9783
9784         * support/regression/ports/gbz80/spec.mk: Added clean
9785
9786         * support/regression/ports/host/spec.mk: Added clean
9787
9788         * support/regression/ports/z80/spec.mk: Added clean
9789
9790         * support/regression/ports/mcs51/spec.mk: Added clean, little improvements
9791
9792         * support/regression/ports/mcs51/timeout.c: little improvements
9793
9794 2001-10-17  Michael Hope  <michaelh AT juju.net.nz>
9795
9796         * device/lib/malloc.c (MEMHEADER): Fixed against new pedantic pointers.
9797
9798         * support/regression/fwk/include/testfwk.h: Fixed up to use function pts correctly.
9799
9800         * support/regression/generate-cases.py: Fixed up to use function pts correctly.
9801
9802 2001-10-16  Bernhard Held  <bernhard AT bernhardheld.de>
9803
9804         * support/regression/port/mcs51/spec.mk: add timeout for uCsim
9805
9806         * support/regression/port/mcs51/timeout.c: add timeout for uCsim
9807
9808 2001-10-13  Michael Hope  <michaelh AT juju.net.nz>
9809         * src/z80/gen.c (emitCall): Fixed up missing spill of HL when used to assign the result value.
9810
9811         * src/z80/ralloc.c: Turned off pack for one use as it's quite broken.
9812
9813         * src/SDCCmain.c (linkEdit): Added support for passing a legacy command line through the processor.
9814
9815         * src/mcs51/main.c (_linkCmd): Added bin path to command.
9816
9817         * src/SDCCmain.c (initValues): Added support for when it it called just to link.
9818
9819         * as/mcs51/lklibr.c (libfil;): Turned off 'library file' message.
9820
9821         * src/SDCCval.c (constVal): Fixed usage of 'L' modifier problems on ppc.
9822
9823         * support/regression/tests/longor.c: Added.
9824
9825 2001-10-11  Bernhard Held  <bernhard AT bernhardheld.de>
9826
9827         * as/mcs51/asdata.c: replaced FILENAME_MAX with PATH_MAX
9828
9829         * as/mcs51/aslink.h: define PATH_MAX
9830
9831         * as/mcs51/asm.h: define PATH_MAX
9832
9833         * as/mcs51/asmain.c: replaced FILENAME_MAX with PATH_MAX
9834
9835         * as/mcs51/asnoice.c: replaced FILENAME_MAX with PATH_MAX
9836
9837         * as/mcs51/lklex.c: replaced FILENAME_MAX with PATH_MAX
9838
9839         * as/mcs51/lkmain.c: replaced FILENAME_MAX with PATH_MAX
9840
9841         * src/SDCCglobl.h: define PATH_MAX
9842
9843         * src/SDCCmacro.c: replaced FILENAME_MAX with PATH_MAX
9844
9845         * src/SDCCmain.c: replaced FILENAME_MAX with PATH_MAX
9846
9847 2001-10-11  Michael Hope  <michaelh AT juju.net.nz>
9848
9849         * src/z80/gen.c (gencjneshort): Fixed
9850
9851         * src/z80/ralloc.c (packRegsForHLUse): Added pack into HL for cast then ipush.
9852
9853 2001-10-09  Michael Hope  <michaelh AT juju.net.nz>
9854
9855         * support/regression/tests/bug-469671.c: Added.
9856
9857         * src/z80/gen.c (shiftIntoPair): Fixed up warning.
9858
9859 2001-10-08  Michael Hope  <michaelh AT juju.net.nz>
9860
9861         * src/SDCCmain.c: Added --fommit-frame-pointer option and implemented in the z80 port.
9862
9863         * src/z80/gen.c (genPlus): Fixed to work with extended stack.  Also fixed genMinus, genCmp.  genUMinus is still left.
9864
9865 2001-10-08  Bernhar Held  <bernhard AT bernhardheld.de>
9866
9867         * src/SDCCmain.c (preProcess): added define SDCC_NOOVERLAY
9868
9869         * src/device/lib/_mulint.c  : removed hint: nooverlay bug
9870
9871         * src/device/lib/_mullong.c : removed hint: nooverlay bug
9872
9873         * src/device/lib/_divuint.c : removed hint: nooverlay bug
9874
9875         * src/device/lib/_divulong.c: removed hint: nooverlay bug
9876
9877         * src/device/lib/_moduint.c : removed hint: nooverlay bug
9878
9879         * src/device/lib/_modulong.c: removed hint: nooverlay bug
9880
9881 2001-10-07  Michael Hope  <michaelh AT juju.net.nz>
9882
9883         * 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.
9884
9885         * support/Util/NewAlloc.c (freeTrace): Changed free for the gc case to not free at all.  Fixes runtime segfault.
9886
9887         * support/regression/tests/scott-compare3.c (c_abcd): Fixed up casts.
9888
9889 2001-10-07    <johan AT FRIJA>
9890
9891         * device/lib/gets.c (gets): fixed the return value.
9892
9893 2001-10-06  Michael Hope  <michaelh AT juju.net.nz>
9894         * src/SDCCmain.c (WRITE_SEG_LOC): Fixed up to use Safe_strdup.
9895
9896         * 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.
9897
9898         * 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.
9899
9900         * src/z80/gen.c (genZ80Code): Added de-allocation via trace support.
9901
9902         * src/pic/gen.c: Removed Safe_strdup.
9903
9904         * configure.in: Added option to enable libgc support.
9905
9906         * src/SDCCbitv.c (bitVectnBitsOn): Optimised.
9907         (bitVectUnion): Optimised.
9908         (bitVectIntersect): Optimised.
9909         (bitVectBitsInCommon): Optimised.
9910         (bitVectCplAnd): Optimised.
9911
9912         * support/makebin/makebin.c (usage): Removed getopt as mingw32 doesn't have it.  Sigh.
9913
9914 2001-10-03 Bernhard Held <bernhard AT bernhardheld.de>
9915
9916         * src/SDCCmain.c: distinguish between assembler debug and plain options
9917
9918         * src/avr/main.c:   remove standard assembler options
9919
9920         * src/ds390/main.c: remove standard assembler options
9921
9922         * src/mcs51/main.c: remove standard assembler options
9923
9924         * src/port.h: removed "PENDING" comment
9925
9926 2001-10-03 Bernhard Held <bernhard AT bernhardheld.de>
9927
9928         * src/device/lib/_mulint.c  : new, with assember functions
9929
9930         * src/device/lib/_mullong.c : new, with assember functions
9931
9932         * src/device/lib/_divuint.c : with assember functions
9933
9934         * src/device/lib/_divsint.c : with assember functions
9935
9936         * src/device/lib/_divulong.c: with assember functions
9937
9938         * src/device/lib/_divslong.c: with assember functions
9939
9940         * src/device/lib/_moduint.c : with assember functions
9941
9942         * src/device/lib/_modsint.c : with assember functions
9943
9944         * src/device/lib/_modulong.c: with assember functions
9945
9946         * src/device/lib/_modslong.c: with assember functions
9947
9948         * src/device/lib/libint.lib:  replaced _muluint.c  and _mulsint.c  by _mulint.c
9949
9950         * src/device/lib/liblong.lib: replaced _mululong.c and _mulslong.c by _mullong.c
9951
9952         * src/device/lib/Makefile.in: replaced _muluint.c  and _mulsint.c  by _mulint.c
9953                                       replaced _mululong.c and _mulslong.c by _mullong.c
9954
9955 2001-10-03 Bernhard Held <bernhard AT bernhardheld.de>
9956
9957         * src/SDCCsymt.c: sequence of specifiers in pintTypeChain() corrected
9958
9959 2001-10-01 Bernhard Held <bernhard AT bernhardheld.de>
9960
9961         * src/SDCCglue.c: test, if win32api is available for MINGW
9962
9963 2001-10-01 Bernhard Held <bernhard AT bernhardheld.de>
9964
9965         * src/SDCCsymt.c: no more _modifier in printTypeChain()
9966         * support/regression/tests/driverstruct.c: REENTRANT for mcs51
9967         * support/regression/ports/gbz80/spec.mk: removed GENERIC
9968         * support/regression/ports/host/spec.mk: removed GENERIC
9969         * support/regression/ports/mcs51/spec.mk: removed GENERIC
9970         * support/regression/ports/z80/spec.mk: removed GENERIC
9971
9972 2001-10-01  Michael Hope  <michaelh AT juju.net.nz>
9973
9974         * support/regression/fwk/lib/testfwk.c (__printf): Removed GENERIC.
9975
9976         * support/regression/tests/bug-467035.c: Created.
9977
9978 2001-10-01    <johan AT FRIJA>
9979
9980         * src/SDCC.y: fixed bug #466586 part 1
9981
9982 2001-10-01  Johan Knol <johan.knol AT iduna.nl>
9983
9984         * SDCCicode.c: z80 has no generic pointers
9985         * removed -s from strip in all Makefile(.in)'s. It is not needed, but Solaris chocks on it.
9986
9987 2001-09-30  Michael Hope  <michaelh AT juju.net.nz>
9988
9989         * sim/ucsim/cmd.src/Makefile.in ($(PRJDIR)/libcmd.a): Changed all ar references to $(AR) for Solaris.
9990
9991 2001-09-29  Michael Hope  <michaelh AT juju.net.nz>
9992
9993         * Makefile (sdcc-libs): Added makebin to the list of standard targets.
9994
9995         * support/regression/ports/z80/spec.mk: Updated to use env for sdcc bin dir for automatic regression.
9996
9997 2001-09-25  Michael Hope  <michaelh AT juju.net.nz>
9998
9999         * configure.in: Fixed up so that ucsim is only configured once.
10000
10001         * support/cpp2/configure.in: Fixed to use the program transform to append the .exe for the win32 build.
10002
10003         * src/SDCCutil.c (getPrefixFromBinPath): Fixed up to work with win32 in all of its glory.
10004         (getPathDifference): As above.
10005
10006         * src/SDCCmain.c (preProcess): Changed to use a temporary file in a proper temp directory.  Fixed case where pre-processing only.
10007
10008         * src/SDCCglue.c (tempfilename): Added function for pre-processor.
10009
10010 2001-09-23  Michael Hope  <michaelh AT juju.net.nz>
10011         * .version: Updated to 2.3.1
10012
10013         * src/z80/main.c (z80_port =): Added macro based linker and assembler command line support.
10014         Added copyright header.
10015
10016         * src/SDCCmain.c: Shifted various functions into SDCCutil.c
10017         (assemble): Added support for macro based assembler commands.
10018         (linkEdit): Added support for macro based linker commands.
10019         (preProcess): Changed the pre-processor to use macros.
10020         (_setPaths): Added functionality to autodetect the include, lib and bin dir paths.
10021         (_discoverPaths): Added support for overriding the install directory using the SDCCDIR env variable.
10022
10023         * device/lib/z80/crt0.s: Added module name for debugging.
10024
10025 2001-09-20  Michael Hope  <michaelh AT juju.net.nz>
10026
10027         * src/SDCCmain.c (printVersionInfo): Added the build date to the version info.
10028
10029         * src/SDCChasht.c (hTabDeleteByKey): Fixed delete as it would delete the last item from a bucket even if it wasn't the real one.
10030
10031         * src/SDCCglue.c: Moved gc_strdup to SDCCutil.c
10032
10033         * src/Makefile.in: Added SDCCmacro and SDCCutil
10034
10035 2001-09-19  Michael Hope  <michaelh AT juju.net.nz>
10036
10037         * src/SDCCmain.c (printVersionInfo): Added the build date to the version info.
10038
10039 2001-09-16    <johan AT FRIJA>
10040
10041         * 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.
10042
10043 2001-09-15    <johan AT FRIJA>
10044
10045         * src/mcs51/ralloc.c: (findAssignToSym): fixed bug #460662 part 1
10046         * src/ds390/ralloc.c (findAssignToSym): fixed bug #460662 part 1
10047
10048 2001-09-11    <johan AT FRIJA>
10049
10050         * src/SDCCval.c (valDiv Mod Minus Plus Shift): keep litteral expressions as small as possible (bug #460010)
10051
10052 2001-09-10  Michael Hope  <michaelh AT juju.net.nz>
10053
10054         * support/regression/tests/bug-460444.c: Added test case.
10055
10056         * src/z80/gen.c (genOr): bug 460444: if (a ^ lit) was broken for &, |, and ^.
10057         (genCast): Added justification for all of the asserts.
10058
10059 2001-09-10  Bernhard Held <bernhard AT bernhardheld.de>
10060
10061         * support/regression/support.c: _xdata replaced by xdata
10062
10063         * support/regression/spec.mk: removed _generic
10064
10065 2001-09-09  Michael Hope  <michaelh AT juju.net.nz>
10066
10067         * src/pic/ralloc.c (debugLogRegType): Removed some old types to get it to compile.
10068
10069         * src/z80/gen.c (shiftR2Left2Result): Improved the case when v = v >> n for small values of n to use less code space and time.
10070         (genrshTwo): Fixed v = v >> n where v is a negative int and n is > 8: bug 460010.
10071
10072         * src/z80/peeph.def: Added a rule to optimise shift then compare.
10073
10074         * support/regression/tests/bug-460000.c (testShiftByParam): Added test case.
10075
10076         * support/regression/tests/bug-460010.c: Added test case.
10077
10078         * support/regression/Makefile (test-host): Removed a silly 'clean' target when testing against gcc.
10079
10080 2001-09-09  Bernhard Held <bernhard AT bernhardheld.de>
10081
10082         * support/regression/Makefile: inter-port-clean adjusted for mcs51
10083
10084         * support/regression/testfwk.c: removed workaround for bug #436344
10085
10086         * support/regression/tests/bp.c: use less memory with mcs51
10087
10088         * support/regression/tests/bug-441448.c: use less memory
10089
10090         * support/regression/tests/ports/mcs51/spec.mk: cleanup, use --stack-after-data
10091
10092         * support/regression/collate-results.py: typo
10093
10094 2001-09-08  Michael Hope  <michaelh AT juju.net.nz>
10095
10096         * support/regression/tests/fetchoverlap.c: Added new test case.
10097
10098         * support/regression/tests/bp.c: Added new test case.
10099
10100         * support/regression/tests/bug-448984.c: Added new test case.
10101
10102         * support/regression/tests/pow2shifts.c: Added new test case.
10103
10104         * src/z80/gen.c: Turned off the noise it normally generates for the release.
10105         (genlshTwo): Fixed right shift for count > 8.
10106
10107         * src/z80/ralloc.c: Disabled most of the ACC packing rules as they weren't getting hit and weren't at all safe.
10108
10109 2001-09-08    <johan AT FRIJA>
10110
10111         * src/SDCCicode.c (geniCodeCall): a CPOINTER can be used as a function
10112
10113 2001-09-07    <johan AT FRIJA>
10114
10115         * src/SDCCicode.c (newiCodeCondition): fixed bug #456235 (1.77)
10116
10117         * src/SDCCglue.c (emitRegularMap): only delete a symbol when it is a symbol
10118
10119 2001-09-06    <johan AT FRIJA>
10120
10121         * src/SDCC.y: this could be a fix for bug #458744 (1.37)
10122         * bernhard noted me at this: "() equals to (void)" (1.38)
10123
10124 2001-09-05    <johan AT FRIJA>
10125
10126         * src/SDCCglue.c (emitRegularMap): a fix for bug #458099/2
10127
10128 2001-09-04    <johan AT FRIJA>
10129
10130         * src/SDCCsymt.c (checkSClass): a fix for bug #458099/1
10131
10132
10133 2001-09-04  Paul Stoffregen  <paul AT pjrc.com>
10134
10135         * pragma noinduction broke memcpy on mcs51 large model.  Moved it inside z80 optimization
10136
10137 2001-09-03  Michael Hope  <michaelh AT juju.net.nz>
10138
10139         * link/z80/aslink.h: Fixed path for PATH_MAX
10140
10141 2001-09-02  Michael Hope  <michaelh AT juju.net.nz>
10142
10143         * src/z80/gen.c (fetchLitPair): Changed so that it properly caches direct space references.
10144
10145         * support/regression/tests/addsub.c: Added cases to cover all the +, - combinations.
10146
10147         * support/regression/tests/uminus.c: Added a test for the unary minus operator.
10148
10149         * 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.
10150
10151 2001-09-01  Michael Hope  <michaelh AT juju.net.nz>
10152
10153         * src/z80/gen.c: Fixed up generator to pass the regresion tests, specifically fixing loads for longs, genCmp, and turned on the map file.
10154         (genCmp): Fixed up genCmp for the GB with longs.
10155
10156         * device/lib/gbz80/Makefile: Fixed up all the libraries to pass the regression tests.
10157
10158         * support/regression/ports/host/spec.mk: Updated to compile with the new type specifiers.
10159
10160         * device/lib/Makefile.in (Z80SOURCES): Removed old _mululong, _mulslong, and unneeded _mulint.
10161
10162         * device/lib/_mullong.c (_mulslong): Changed to actually return a value :)
10163
10164 2001-08-30  Paul Stoffregen  <paul AT pjrc.com>
10165
10166         * added peepholes 223 to 231 to mcs51 port.  These improve code when using large model.
10167
10168 2001-08-30  Michael Hope  <michaelh AT juju.net.nz>
10169
10170         * 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.
10171
10172         * src/z80/gen.c (genPlus): Changed bad long add for gb to a fall through.
10173
10174 2001-08-29  Michael Hope  <michaelh AT juju.net.nz>
10175
10176         * link/z80/aslink.h: Fixed long file name support.  Is now based off PATH_MAX instead of a constant.
10177
10178         * src/z80/gen.c: Fixed add and sub for the case where left or right are in static space.
10179
10180 2001-08-30 Bernhard Held   <bernhard AT bernhardheld.de>
10181
10182   * sim/ucsim/configure:    little improvement of Cygwin-detection
10183   * sim/ucsim/configure.in: little improvement of Cygwin-detection
10184   * sim/ucsim/cmd.src/newcmdcl.h: include <sys/types.h> to define fd_set automated build
10185   * support/regression/tests/bug-221100.c: small changes for mcs51
10186   * support/regression/tests/bug-221168.c: small changes for mcs51
10187   * support/regression/tests/bug-227710.c: small changes for mcs51
10188   * support/regression/tests/staticinit.c: small changes for mcs51
10189   * as/mcs51/aslink.h: accept everything as symbol name in rel-files, bug fix ID 452601
10190   * as/mcs51/lklex.c:  accept everything as symbol name in rel-files, bug fix ID 452601
10191   * as/mcs51/lksym.c:  accept everything as symbol name in rel-files, bug fix ID 452601
10192
10193 $Revision$