don't rewrite CPP_OPTION (pfile, obj_ext)
[fw/sdcc] / ChangeLog
1 2005-11-27 Borut Razem <borut.razem AT siol.net>
2
3         *support/cpp2/, 
4
5 2005-11-26 Borut Razem <borut.razem AT siol.net>
6
7         * support/scripts/sdcc.nsi: added small-stack-auto libraries,
8           added missing device/lib/mcs51/crt*.asm, pic and pic16 sources,
9           added pic and pic16 libraries
10
11 2005-11-26 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
12
13         * device/include/float.h: Corrected typo in prototype of __fsgt
14
15 2005-11-25 Borut Razem <borut.razem AT siol.net>
16
17         * sdcc/device/lib/Makefile.in, sdcc/device/lib/incl.mk:
18           added creation of model-mcs51-stack-auto libraries
19
20 2005-11-24 Bernhard Held <bernhard AT bernhardheld.de>
21
22         * src/SDCCsymt.c (copyLinkChain): fixed bug 770487, copy structdef
23         and fields-list too
24         * src/SDCCast.c (createIvalArray): removed obsolete comment
25
26 2005-11-24 Borut Razem <borut.razem AT siol.net>
27
28         * sdcc/device/lib/Makefile.in: remove all unnecessary files, 2nd try...,
29           added missing device/lib/mcs51/crt*.asm sources
30
31 2005-11-23 Bernhard Held <bernhard AT bernhardheld.de>
32
33         * src/SDCCast.c (createIvalCharPtr): fixed bug 1348271
34
35 2005-11-22 Maarten Brock <sourceforge.brock AT dse.nl>
36
37         * device/lib/_fs2schar.c,
38         * device/lib/_fs2sint.c,
39         * device/lib/_fs2slong.c: optimized inline asm
40
41 2005-11-21 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
42
43         * device/lib/_fs2slong.c, device/lib/_fs2sint.c, device/lib/_fs2char.c:
44           Better handling of floats between -1.0 and 0.0.
45
46 2005-11-20 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
47
48         * src/mcs51/peeph.def: added missing "if"s as noted by Hubert Sack.
49           (the missing "if"s prohibited removal of redundant labels)
50
51 2005-11-19 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
52
53         * device/lib/_fs2slong.c, device/lib/_fs2sint.c, device/lib/_fs2char.c:
54           Properly convert floats between -1.0 and 0.0 to long, int, and char
55           types (max integer value of negative floats tends to zero).
56         * device/lib/modff.c, device/lib/ceilf.c, device/lib/floorf.c:
57           Removed changes made so to work properly with floats between
58           -1.0 and 0.0, as the problem is fixed in _fs2slong.c, _fs2sint.c,
59           and _fs2char.c
60
61 2005-11-18 Bernhard Held <bernhard AT bernhardheld.de>
62
63         * src/SDCCcse.c (ReplaceOpWithCheaperOp): minor fix for debugging only
64         * src/mcs51/gen.c (genUnpackBits): better code and a fix,
65         (genCast) cosmetic change
66         * src/ds390/gen.c (genUnpackBits, ): ported from mcs51
67         * src/ds390/ralloc.c (packRegsForAssign): ported fix for bitfields
68         from mcs51
69         * support/regression/tests/bitfields (testSignedBitfields): added
70
71 2005-11-18 Borut Razem <borut.razem AT siol.net>
72
73         * sdcc/device/lib/Makefile.in: remove all unnecessary files
74         * device/lib/pic/Makefile.rules, device/lib/pic16/Makefile.subdir:
75           introduced SILENT option to make building of pic16 libraries less
76
77 2005-11-18 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
78
79         * device/lib/modff.c, device/lib/ceilf.c, device/lib/floorf.c:
80           Now they work properly with floats between -1.0 and 0.0
81         * device/lib/printf_large.c: Removed temporary patch for bug 1358192
82
83 2005-11-18 Maarten Brock <sourceforge.brock AT dse.nl>
84
85         * src/SDCCicode.c (printOperand): added missing else
86
87 2005-11-18 Bernhard Held <bernhard AT bernhardheld.de>
88
89         * src/SDCCsymt.c (computeType): fixed bug 1358192: added missing else,
90         reformatted for better readability
91         * src/mcs51/gen.c (genUnpackBits): initial, incomplete support for
92         signed bitfields
93
94 2005-11-17 Borut Razem <borut.razem AT siol.net>
95
96         * device/lib/pic16/Makefile.rules, device/lib/pic16/Makefile.subdir:
97           introduced SILENT option to make building of pic16 libraries less
98           verbose - used for nightly snapshot build
99         * doc/sdccman.lyx: documented that SDCDB and ucSim are currently not
100           available on Win32 platforms.
101         * sdcc/device/lib/Makefile.in: added library sources for mcs51, small,
102           medium, large, pic and pic16
103
104 2005-11-16 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
105
106         * device/lib/printf_large.c: Temporary patch for bug 1358192:
107           printf("%f"...) sets fraction to zero.
108
109 2005-11-16 Raphael Neider <rneider AT web.de>
110
111         * src/pic/pcode.c (LinkFlow): handle empty flows correctly,
112           fixes #1357221
113         * src/pic/gen.c (genIfx): implemented for CARRY bit
114         * src/pic16/gen.c (genAssign,genCast): fixed assigning/casting
115           to generic pointers, fixes #1357332,
116           (pic16_movLit2f): NEW,
117           (pic16_storeForReturn,genDataPointerSet): use pic16_movLit2f
118
119 2005-11-14 Maarten Brock <sourceforge.brock AT dse.nl>
120
121         * src/SDCCmain.c (parseCmdLine): fixed bug 1356800, thanks rsudjian
122
123 2005-11-11 Raphael Neider <rneider AT web.de>
124
125         * src/pic/gen.c: handle FPOINTERS like POINTERS everywhere
126         * src/pic16/gen.c (pic16_derefPtr): now works for non-pointers as well,
127           compute pointer's type from operand,
128           (genUnpackBits,genPackBits): handle FPOINTERS correctly, re-indented,
129           improved single bit reads, fixes bug #1353379
130
131 2005-11-09 Borut Razem <borut.razem AT siol.net>
132
133         * support/scripts/sdcc.nsi: added lib/pic to the package
134
135 2005-11-08 Maarten Brock <sourceforge.brock AT dse.nl>
136
137         * src/SDCCval.c (valUnaryPM): fixed bug 1350699
138
139 2005-11-06 Maarten Brock <sourceforge.brock AT dse.nl>
140
141         * support/regression/tests/bug1348008.c: added
142         * src/mcs51/gen.c (saveRBank, unsaveRBank): fixed bug 1348008
143         * support/regression/tests/bug1337835.c: updated comment
144
145 2005-11-06 Borut Razem <borut.razem AT siol.net>
146
147         * sim/ucsim/error.cc, sim/ucsim/errorcl.h,
148           sim/ucsim/sim.src/stack.cc, sim/ucsim/sim.src/stackcl.h,
149           sim/ucsim/sim.src/uc.cc, sim/ucsim/sim.src/uccl.h,
150           sim/ucsim/sim.src/mem.cc, sim/ucsim/sim.src/memcl.h,
151           sim/ucsim/cmd.src/set.cc, sim/ucsim/cmd.src/show.cc:
152           dynamic construction of cl_error_class and derivates - 2.nd try
153
154 2005-11-05 Borut Razem <borut.razem AT siol.net>
155
156         * sim/ucsim/sim.src/error.cc: fixed uninitialized class member variable
157           bug, which caused Bus Errors on sparc solaris
158
159 2005-11-04 Borut Razem <borut.razem AT siol.net>
160
161         * sim/ucsim/error.cc, sim/ucsim/errorcl.h,
162           sim/ucsim/sim.src/stack.cc, sim/ucsim/sim.src/stackcl.h,
163           sim/ucsim/sim.src/uc.cc, sim/ucsim/sim.src/uccl.h,
164           sim/ucsim/sim.src/mem.cc, sim/ucsim/sim.src/memcl.h,
165           sim/ucsim/cmd.src/cmdconf.cc: dynamic construction of cl_error_class
166           and derivates to resolve the initialization problem on OSX
167
168 2005-11-02 Borut Razem <borut.razem AT siol.net>
169
170         * sim/ucsim/cmd.src/cmdutil.cc, sim/ucsim/cmd.src/newcmd.cc:
171           corrected typo - #include <winsock2.h>
172
173 2005-11-02 Maarten Brock <sourceforge.brock AT dse.nl>
174
175         * src/asm.c (printILine): always close tmpFile, thanks Beau E. Cox,
176           (_asxxxx_mapping): added org directive for future enhancements
177
178 2005-11-01 Borut Razem <borut.razem AT siol.net>
179
180         * sim/ucsim/app.cc, sim/ucsim/cmd.src/cmdutil.cc, sim/ucsim/cmd.src/newcmd.cc:
181           enabled sockets on WIN32
182         * sim/ucsim/cmd.src/newcmd.cc: fixed bug with uninitialized variables
183
184 2005-10-31 Borut Razem <borut.razem AT siol.net>
185
186         * support/regression/generate-cases.py: escape backslashes in {testcase}:
187           WIN32 backslash path delimiters should be escaped when used in C strings
188         * support/regression/tests/bitfields.c: exclude failing assertions for
189           __CYGWIN32__ and __MINGW32__ hosts
190
191 2005-10-30 Borut Razem <borut.razem AT siol.net>
192
193         * src/SDCCutil.c: corrected double comparison typo
194
195 2005-10-30 Maarten Brock <sourceforge.brock AT dse.nl>
196
197         * device/lib/medium/Makefile: added for new memory model medium
198         * device/include/asm/mcs51/features.h: updated for medium/pdata
199         * device/include/mcs51/c8051f120.h: added sfr16/sfr32 definitions,
200           added Multiply & Accumulate sbit's and MAC0_PAGE define
201         * device/include/mcs51/c8051f300.h: added sfr16 definitions
202         * device/include/mcs51/c8051f310.h: added sfr16 definitions
203         * device/lib/_mullong.c: update for medium model
204         * device/lib/incl.mk: added medium model
205         * doc/sdccman.lyx: documented medium model
206         * src/SDCCast.c (isBitAndPow2): simplified using updated powof2
207         * src/SDCCicode.c (geniCodeMultiply, geniCodeDivision): use updated powof2
208         * src/SDCCmain.c (optionsTable, linkEdit): enabled medium model
209         * src/SDCCmem.c (allocIntoSeg): set iaccess for pdata symbols,
210           (allocParms): set SCLS and OCLS to pdata for medium model
211         * src/SDCCsymt.c (processFuncArgs): use default_local_map and set iaccess
212           for pdata,
213           (powof2): return <0 if not power of 2
214         * src/avr/gen.c (genBitWise): use updated powof2
215         * src/mcs51/gen.c (genMinusDec): use acc if necessary,
216           (shiftR2Left2Result): small optimization in setup, save acc when storing,
217           (shiftLLeftOrResult): use B if necessary
218         * src/mcs51/main.c (_mcs51_finaliseOptions, mcs51_port): added medium model
219         * src/mcs51/peeph.def: renamed 226 to 226.b, added 226.a
220         * src/pic/main.c (_pic14_do_link): made void parameter list explicit
221         * support/regression/Makefile.in: added test-mcs51-medium
222         * support/regression/ports/mcs51-medium/spec.mk: added to test medium model
223
224 2005-10-28 Bernhard Held <bernhard AT bernhardheld.de>
225
226         * src/SDCCsymt.c (compStructSize): make bitfields without (un)signed
227         specifier unsigned
228         * device/lib/time.c (mktime): fixed bug 1334315
229
230 2005-10-28 Raphael Neider <rneider AT web.de>
231
232         * device/include/pic/p16f_common.inc: added common declarations
233         * src/pic/ralloc.c (initStack): moved regs *r to block start for Alpha
234
235 2005-10-27 Maarten Brock <sourceforge.brock AT dse.nl>
236
237         * src/mcs51/gen.c (getTempRegs): return 0 if not enough registers found,
238           (aopPutUsesAcc): added to predict accumulator use,
239           (assignResultValue): save acc if necessary,
240           (genMinusDec): store result if indirectly addressed,
241           (genDivOneByte):  save acc if necessary,
242           (movLeft2Result): bugfix if left already in acc,
243           (genAnd, genOr, genXor, shiftL2Left2Result, shiftR2Left2Result): pay more
244             attention to accumulator use (esp. pdata),
245           (genReceive): receive pdata correctly
246         * src/SDCCicode.c (isOperandInPagedSpace): added to detect pdata operands
247         * src/SDCCicode.h: added isOperandInPagedSpace prototype
248
249 2005-10-27 Raphael Neider <rneider AT web.de>
250
251         * doc/sdccman.lyx: corrected version (should be 2.5.4 not 2.5.5)
252
253 2005-10-27 Raphael Neider <rneider AT web.de>
254
255         * .version: changed version to 2.5.4
256         * doc/sdccman.lyx: changed version to 2.5.4, added some remarks to PIC14
257         * device/lib/pic/libsdcc/{_mulint.c,_mullong.c}: use unsigned literals,
258           (_divschar.c,divuchar.c,_mulchar.c,_modschar.c,_moduchar): NEW,
259             arithmetics support routines
260         * device/lib/pic/Makefile.rules: have assembler sources preprocessed
261         * device/lib/Makefile.in: also create installdir for pic
262
263         * src/SDCCopt.c (cnvToFcall): mark support routines `extern' for
264           pic14 port as well
265         * src/pic/device.c (dump_sfr): rewritten to delegate register
266           placement to the linker (use `extern sym' rather than sym EQU addr),
267           (validAddress): fixed to check last specified address
268         * src/pic/gen.c (aopForSym): added code to deal with array (useless?),
269           (popGetLit): truncate literal value to 8 bit,
270           (popGet): moved assert to more appropriate place
271           (popGetExternal): create pCode operand from and mark the according
272             symbol as being `extern'
273           (popGetAddr): added sanity check on immediate's offset, provide
274             GPOINTER tag on demand
275           (aopPut): fixed for immediates,
276           (mov2w_op): move operand's address or contents to WREG (depending on
277             operand type), safer variant of mov2w,
278           (movwf,call_libraryfunc): NEW, handy abbreviations,
279           (get_argument_pcop,get_return_val_pcop,pass_argument,
280           get_returnvalue): interface for accessing function parameters and
281             return values,
282           (assignResultValuei,genRet): use new parameter/return value interface
283           (pic14_getDataSize): back to old version handling generic pointers,
284           (pic14_toBoolean,genNot,genCpl,genCmpEq,genOrOp): heavily rewritten,
285             provided implementation and/or fixed old one,
286           (genMultOneByte,genDivOneByte,genModOneByte): implemented as library
287             calls, removed legacy 8051 reference code
288           (AccLsh,AccRsh): rewritten and fixed to deal with signed operands
289           (loadSignToC): NEW, move the operands sign bit to CARRY,
290           (genGenericShift): NEW, replaces genLeftShift, genRightShift and
291             genRightShiftSigned, accepts negative shift counts,
292           (setup_fsr): load FSR and adjust IRP (indirect memory access),
293           (emitPtrByteGet,emitPtrByteSet): rewritten, now works with
294             generic pointers, __data pointers and __code pointers,
295           (genUnpackBits,genPackBits): rewritten to work with generic pointers
296             and signed bitfields, limit bitfields to 8 bit,
297           (genDataPointerGet): fixed number of bytes read,
298           (genGenPointerGet,genConstPointerGet): fixed bitfield access,
299           (genPointerGet,genPointerSet): fixed handling of __code pointers,
300             pointers to constant data are no longer assumed to point to __code
301             space, removed invalid pointer types,
302           (bitpatternFromVal): retrieve the PICs representation of an integer
303             or float literal,
304           (genDataPointerSet): fixed assigning to po_immediate operands,
305           (genGenPointerSet): implemented as library call,
306           (genIfx): fixed incorrect condition,
307           (genAddrOf): limit generic pointers' addresses to 2 bytes,
308             provide GPOINTER tag according to destination's storage class,
309           (genCast): added code to handle casting to generic pointers, added
310             sign-/zero extension of the result
311           (aop_isLitLike,op_isLitLike): fixed handling of immediates
312         * src/pic/gen.h: added macros to access IRP bit in STATUS register
313         * src/pic/genarith.c (genAddLit): use min(result's,left's) size, sign
314           extend the result
315         * src/pic/glue.c (is_shared_address,is_shared): check whether a given
316           address/register resides in the shared banks
317           (emitSymbolToFile): improved to handle global and `pinned' symbols,
318             put all variables into separate sections (have the linker arrange
319             them)
320           (picglue): put init code and interrupt handlers in separate sections
321         * src/pic/main.c: added port specific options table, modified to PORT
322           structure to make GPOINTERs 3 byte, added pic14_options
323           (_pic14_do_link): private linking routine (update paths to libraries,
324             add libsdcc.lib by default)
325         * src/pic/main.h: declare pic14_options
326         * src/pic/pcode.c: fixed instructions i/o relations,
327           (RegCond): reverted to correct version,
328           (newpCodeOpLit): truncate literals to 8 bit,
329           (genericPrint): added debug output,
330           (getRegFromInstruction): fixed for various operand types, simplified
331           (BuildFlow): fixed broken handling of isntructions with labels
332           (LinkFlow): start at last instruction in flow (skip trailing comments),
333             pass the flow on to the next instruction after CALL
334           (pCodeReplace): NEW, replace a pCode and move meta data to the new one
335           (insertPCodeInstruction): fixed inserting after a skip instruction,
336           (DoBankSelect): fixed for labeled instructions
337           (OptimizepBlock): honor --nopeep switch
338           (AnalyzeFlow,ReuseReg): prevent crash on source files with no function
339         * src/pic/pcodepeep.c (pCodePeepMatchRule): prevent NULL pointer accesses
340         * src/pic/pcoderegs.c (regIsLocal): NEW, check visibility of a register
341           (pCodeOptime2pCodes): allow disabling this optimization via
342             --no-pcode-opt due seldomly occuring bugs, fixed some conditions
343             but is still buggy), started implementation of a dataflow based
344             pCode optimization (CSE + dead code elimination)
345           (pCodeRegMapLiveRangesInFlow): removed bogus inCond
346         * src/pic/ralloc.c (initStack): renamed stack registers to STK%d, the new
347           names are independant of the stack location and therefore portable across
348           devices
349
350 2005-10-27 Maarten Brock <sourceforge.brock AT dse.nl>
351
352         * src/mcs51/ralloc.c (bitType): added to detect bit variables,
353           (selectSpil): fixed bug 1337835 by not spilling bit variables
354         * support/regression/tests/bug1337835.c: added test for this bug
355         * src/mcs51/peeph.def: restart after rule 3.c,
356           addded rules 263.x to optimize loading constants
357
358 2005-10-26 Raphael Neider <rneider AT web.de>
359
360         * src/SDCCsymt.c (compStructSize): allow signed bitfields for PIC ports
361         * src/pic16/gen.c (genUnpackBits): support signed bitfields,
362           (genAssign): emit warning when casting literals to generic pointer
363             type, also applies when taking the address of a fixed variable,
364           (genCast): improved casting to generic pointers
365         * src/pic16/glue.c (pic16emitStaticSeg): fixed(?) handling of fixed
366           extern variables, added verbose error message
367         * device/include/pic16/{string.h,errno.h}: added #pragma library c
368
369 2005-10-26 Bernhard Held <bernhard AT bernhardheld.de>
370
371         * src/mcs51/gen.c (genMinus): fixed bug 1270906: reverse subtraction,
372         carry must be complemented too
373         * src/mcs51/peeph.def: addded rule 262 to remove double cpl c, which
374         could be emitted by genMinus
375         * src/SDCCval.c (constVal): fixed bug 1305065
376
377 2005-10-25 Bernhard Held <bernhard AT bernhardheld.de>
378
379         * src/SDCCast.c (addCast): added promotion for bit variables
380         (decorateType): emit W_COMPLEMENT before the problem vanishes behind
381         promotion casts + optimisation
382         (optimizeGetWord): fix warning 'i' might be used uninitialized
383         * src/mcs51/gen.c (genCpl): removed W_COMPLEMENT
384         * src/ds390/gen.c (genCpl): removed W_COMPLEMENT
385
386 2005-10-24 Bernhard Held <bernhard AT bernhardheld.de>
387
388         * src/SDCCicode.c (ast2iCode): reverted to 1.224 because of regression:
389         all chars are promoted to int; promotion should be handled in SDCCast.c
390
391 2005-10-15 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
392
393         * device/lib/_strcmp.c: Fixed bug 1326457
394
395 2005-10-11 Raphael Neider <rneider AT web.de>
396
397         * device/lib/pic16/libio/i2c.ignore: added 1320, fixes broken builds
398         * device/lib/pic16/libdev/pic18f1320.c: added 1320's device library
399
400 2005-10-05 Maarten Brock <sourceforge.brock AT dse.nl>
401
402         * src/SDCC.y (AT): fixed bug with sfr32 addresses when built with GCC
403         * support/regression/tests/sfr16.c: added test for the sfr32 bug
404
405 2005-10-04 Raphael Neider <rneider AT web.de>
406
407         * device/include/pic16/pic18fregs.h, src/pic16/devices.inc,
408           device/lib/pic16/pics.all: added pic18f1320
409         * src/pic16/pcode.c (mnem2key): fixed prototype's argument mismatch
410
411 2005-09-30 Raphael Neider <rneider AT web.de>
412
413         * src/pic16/device.c (Pics16[]): moved device descriptions to devices.inc
414         * src/pic16/devices.inc: NEW, provides device descriptions
415         * src/pic16/gen.c (genInline): fixed handling of ';'-comments
416
417 2005-09-26 Maarten Brock <sourceforge.brock AT dse.nl>
418
419         * src/SDCCicode.c (operandOperation): added GETABIT, GETBYTE, GETWORD and
420           GETHBIT
421
422 2005-09-25 Maarten Brock <sourceforge.brock AT dse.nl>
423
424         * doc/sdccman.lyx: updated Highest Order Bit documentation,
425           documented Any Order Bit, Higher Order Byte and Higher Order Word
426         * src/SDCC.y: added tokens GETABIT, GETBYTE, GETWORD
427         * src/SDCCast.c (optimizeGetHbit): updated to also accept bool=expr&(1<<n),
428           (optimizeGetAbit): new, to get any bit, not only the high bit,
429           (optimizeGetByte): new, to get a byte from a (long) int: expr>>(8*n),
430           (optimizeGetWord): new, to get a word from a long int: expr>>(8*n),
431           (isConformingBody): also check GETABIT, GETBYTE, GETWORD,
432           (decorateType): '&': also try GETABIT, GETBYTE, GETWORD optimization,
433             RIGHT_OP: also try GETBYTE, GETWORD optimization,
434             GETABIT, GETBYTE, GETWORD: decorate them,
435           (isShiftRightLitVal, isBitAndPowOf2): new helper functions,
436           (ast_print): added GETABIT, GETBYTE, GETWORD
437         * src/SDCCcse.c (isSignedOp): added GETABIT, GETBYTE, GETWORD
438         * src/SDCCicode.c (codeTable): added GETABIT, GETBYTE, GETWORD,
439           (geniCodeBinary): new generic binary icode,
440           (ast2iCode): added GETABIT, GETBYTE, GETWORD
441         * src/port.h: updated comment for PORT.hasExtBitOp
442         * src/mcs51/gen.c (genGetAbit): new, to get any single bit,
443           (genGetByte): new, to get a single byte,
444           (genGetWord): new, to get a word from a long,
445           (gen51Code): added GETABIT, GETBYTE, GETWORD
446         * src/mcs51/main.c (hasExtBitOp): added GETABIT, GETBYTE, GETWORD
447
448 2005-09-23 Raphael Neider <rneider AT web.de>
449
450         * configure.in, configure: have device/lib/pic configured
451         * device/lib/Makefile.in: added model-pic14
452         * device/lib/clean.mk: added pic/ to clean rule
453         * device/lib/pic: added rudimentary pic14 library providing support
454           functions for multiplication/division/generic pointer access
455         * src/SDCCopt.c (convilong): mark support functions as extern
456           for pic14 port as well
457         * src/pic/gen.c (genMult): added assertions,
458           (genpic14Code): emit warning on unhandled iCodes
459         * src/pic/main.c (_hasNativeMulFor): return true only for 8x8 bit
460         * src/pic/pcode.c (pCodeOpCopy),
461         * src/pic16/pcodepeep.c (pic16_pCodeOpCopy): fixed handling of various
462           pCodeOpReg-subtypes (PO_{STATUS,INTCON,PCL,PCLATH,PCLATU,BSR,
463           SFR_REGISTER}), made safe for future extensions
464         * src/pic16/pcode.c (pic16_safepCodeUnlink): allow for removal of
465           instructions even if preceeded by SKIP instructions (also remove
466           them); removed unused code
467         * src/pic16/pcode.h: added arg2 to pCodeOpLit to match pCodeOpLit2,
468           prevents leaving parts of the structure uninitialized after copying
469
470 2005-09-22 Maarten Brock <sourceforge.brock AT dse.nl>
471
472         * src/mcs51/gen.c (genMinus): fix for undetected bug introduced 3 months
473           ago by me
474         * support/regression/tests/addsub.c: added test for the bug
475
476 2005-09-21 Raphael Neider <rneider AT web.de>
477
478         * device/include/pic16/pic18f1220.h,
479           device/lib/pic16/libdev/pic18f1220.c: added ECCPAS sfr and bitfield
480         * device/lib/pic16/Makefile.rules: added missing opening paren
481         * src/pic16/gen.c (pic16_genNot,pic16_genCpl): removed as these
482           are provided in genutils.c,
483           (genUminusFloat,genUminus,genCmpEq): added asserts on different
484           operand/result sizes,
485           (genCmp): assert on NULL pointers first, then check deref'ed values
486         * src/pic16/genutils.c (pic16_genCpl): fixed for different operand/
487           result size
488
489 2005-09-18 Raphael Neider <rneider AT web.de>
490
491         * src/pic16/gen.c (genFarPointerGet,genFarPointerSet): removed
492           as these are now unused,
493           (genPointerGet,genPointerSet): handle FPOINTERs like POINTERs
494         * src/pic16/pcode.c (pic16_symIsSpecial): assume REG_TMPs to be
495           local, avoids uninitialized pointer dereference on r->name
496         * src/pic16/ralloc.c (newReg): fixed indentation
497
498 2005-09-13 Maarten Brock <sourceforge.brock AT dse.nl>
499
500         * src/SDCCval.c (constVal): fixed bug 730366
501         * support/Util/SDCCerr.c,
502         * support/Util/SDCCerr.h: added warning W_INVALID_INT_CONST
503
504 2005-09-10 Maarten Brock <sourceforge.brock AT dse.nl>
505
506         * as/mcs51/lkmem.c (summary2): fixed report for absolute areas (bug 1210220)
507
508 2005-09-09 Maarten Brock <sourceforge.brock AT dse.nl>
509
510         * src/mcs51/peeph.def (241.x): fixed bug when comparing generic pointers
511
512 2005-09-08 Maarten Brock <sourceforge.brock AT dse.nl>
513
514         * as/hc08/lkaomf51.c (OutputName): made name unsigned char,
515           (hex2dec): made hex_digit unsigned char, removed ascii dependance
516         * as/mcs51/lkaomf51.c (OutputName): made name unsigned char,
517           (hex2dec): made hex_digit unsigned char, removed ascii dependance
518         * as/mcs51/lkarea.c (lnkarea2): sort absolute areas to the front
519         * packihx/packihx.c (hexDigit): made c unsigned char
520         * as/mcs51/lklibr.c (fndsym),
521         * link/z80/lkgb.c (gb),
522         * link/z80/lklibr.c (fndsym),
523         * link/z80/lkrloc.c (relr),
524         * sim/ucsim/libltdl/ltdl.c (load_deplibs, try_dlopen),
525         * src/SDCC.lex (checkCurrFile, process_pragma),
526         * src/SDCCglue.c (spacesToUnderscores),
527         * src/SDCCmain.c (setParseWithComma, processFile),
528         * src/asm.c (tvsprintf, printCLine),
529         * src/avr/gen.c (emitcode, aopPut),
530         * src/ds390/gen.c (emitcode),
531         * src/hc08/gen.c (emitcode, emitinline),
532         * src/mcs51/gen.c (emitcode, genInline),
533         * src/pic/pcodepeep.c (cvt_extract_destination, cvt_extract_status,
534           tokenizeLineNode),
535         * src/pic/ralloc.c (debugLog),
536         * src/pic16/pcodepeep.c (cvt_extract_destination, cvt_extract_status,
537           tokenizeLineNode),
538         * src/pic16/ralloc.c (debugLog),
539         * src/z80/main.c (_process_pragma):
540            made all ctype.h function calls safe
541         * src/SDCCopt.c: include math.h for fabs
542         * src/SDCCpeeph.c: added macros ISCHARDIGIT, ISCHARSPACE and ISCHARALNUM
543           and used them throughout the code to make ctype.h function calls safe
544         * src/ds390/main.c (asmLineNodeFromLineNode),
545         * src/mcs51/main.c (asmLineNodeFromLineNode): made p unsigned char*
546         * src/pic/gen.c (DEBUGpic14_emitcode, pic14_emitcode): made lbp
547            unsigned char*
548         * src/pic/pcode.c (mnem2key): made mnem unsigned char*,
549           (newpCodeAsmDir): made ctype.h function calls safe
550         * src/pic16/gen.c (pic16_emitpcomment, DEBUGpic16_emitcode,
551           pic16_emitcode):  made lbp unsigned char*
552         * src/pic16/pcode.c (mnem2key): made mnem unsigned char*,
553           (pic16_newpCodeAsmDir): made ctype.h function calls safe
554         * src/xa51/gen.c (emitcode),
555         * src/z80/gen.c (_emit2): made lbp unsigned char*
556         * support/Util/MySystem.c (split_command): made cmd_line and p unsigned
557            char*
558
559 2005-09-05 Raphael Neider <rneider AT web.de>
560
561         * src/pic16/ralloc.c (pic16_allocDirReg): use device specific
562           access bank splitpoint
563
564 2005-09-05 Raphael Neider <rneider AT web.de>
565
566         * device/lib/pic16/libc/Makefile: added (missing) string to SUBDIRS
567
568 2005-09-03 Maarten Brock <sourceforge.brock AT dse.nl>
569
570         * .version: changed to version 2.5.3
571         * doc/sdccman.lyx: changed version to 2.5.3,
572           documented --codeseg and --constseg and pragma codeseg and constseg,
573           documented bit parameters (reentrant) and bit returning
574         * src/SDCCicode.c (geniCodeReceive): fixed (possible) bug generating
575            currFunc->recvSize, but is this ok for all ports?
576           (ast2iCode): result of ~ on unsigned char must be cast to int for
577            bool to work
578         * src/SDCCmem.c (allocGlobal, allocLocal): don't put bit returning
579           function pointers in bit space
580         * src/SDCCsymt.c (checkSClass): allow bit returning function pointers,
581           (processFuncArgs): call port.reg_parm() with reentrancy info
582         * src/port.h,
583         * src/avr/main.c,
584         * src/ds390/main.c,
585         * src/hc08/main.c,
586         * src/pic/main.c,
587         * src/pic16/main.c,
588         * src/xa51/main.c,
589         * src/z80/main.c: port.reg_parm prototype extended with
590           "bool reentrant" parameter
591         * src/mcs51/main.c (_mcs51_regparm): use parameter reentrant instead of
592           options.stackAuto for allocating bit register parameters
593         * src/mcs51/gen.c (genNot): optimized complementing direct bit,
594           (genSend): set BitBankUsed if it is,
595           (selectRegBank): factored out of genCall for use in genPcall,
596           (genCall): removed redundant dtype assignmen, use selectRegBank,
597           (genPcall): handle returning in Carry properly, save in F0 if needed,
598           (genReceive): handle bit register parameters
599         * src/mcs51/ralloc.c (updateRegUsage): update BitBankUsed along the way,
600           (mcs51_assignRegisters): enable bit registers for all reentrant
601            functions and don't set BitBankUsed unconditionally
602         * src/mcs51/peeph.def (177.d): fixed bug if %2==%3
603         * support/regression/tests/bitvars.c: enable tests for SDCC_STACK_AUTO
604         * support/regression/tests/funptrs.c: added tests for BOOL and for return
605
606 2005-08-27 Borut Razem <borut.razem AT siol.net>
607
608         * device/lib/Makefile.in: cp on sparc-solaris (SunOS) and on
609         ppc-osx (Darwin) does not support -u option. It seems that it is
610         supported only on Linux - GNU cp
611
612 2005-08-25 Borut Razem <borut.razem AT siol.net>
613
614         * sim/ucsim/gui.src/serio.src/Makefile.in,
615           sim/ucsim/s51.src/Makefile.in, sim/ucsim/avr.src/Makefile.in,
616           sim/ucsim/z80.src/Makefile.in, sim/ucsim/hc08.src/Makefile.in,
617           sim/ucsim/xa.src/Makefile.in: install -s changed to 2 steps:
618           install and strip, since the strip at /usr/ccs/bin should be used
619           on solaris
620
621 2005-08-24 Borut Razem <borut.razem AT siol.net>
622
623         * clean.mk, device/lib/clean.mk: find on sparc-solaris does not support -maxdepth option
624
625 2005-08-23 Bernhard Held <bernhard AT bernhardheld.de>
626
627         * src/SDCCopt.c (convertToFcall): fixed modulus with divisors 1 and
628         ffffffffu
629
630 2005-08-23 Maarten Brock <sourceforge.brock AT dse.nl>
631
632         * as/mcs51/aslink.h: completed lkrloc.c prototypes
633         * as/mcs51/lkmain.c (link_main): fixed warning
634         * device/include/stdbool.h: ds390 has no advanced bit support yet
635         * src/SDCC.y: use SPEC_SHORT and renamed _signed to b_signed
636         * src/SDCCsymt.c: use SPEC_SHORT and renamed _signed to b_signed
637         * src/SDCCsymt.h (struct specifier): renamed _xxx bitfields to b_xxx
638           and updated their macros
639         * src/SDCCval.c (constVal): updated comment for renamed b_long
640
641 2005-08-22 Maarten Brock <sourceforge.brock AT dse.nl>
642
643         * as/mcs51/asdata.c: changed ctype['['] to BINOP
644         * as/mcs51/asexpr.c (expr): added case '[' for bit access in bdata,
645           (term): abused bit 15 of s_addr to indicate bit-addressable bytes,
646           (oprio): set priority for '['
647         * as/mcs51/aslink.h: added define R_BIT, and prototypes for adb_bit
648            and adb_24_bit
649         * as/mcs51/asm.h: added defines R_BIT and S_BIT
650         * as/mcs51/lkarea.c (lnksect2): use T for seg BIT_BANK and overlay it
651         * as/mcs51/lkdata.c: changed ctype['['] to BINOP
652         * as/mcs51/lkmain.c (Areas51): rel2 contains 12 (=C) areas now,
653           added overlayable BIT_BANK area
654         * as/mcs51/lkmem.c (summary): add BIT_BANK to BSEG_BYTES in the report,
655           (summary2): explain 'T' in legenda
656         * as/mcs51/lkrloc.c: replaced old K&R style,
657           (relr): added R_BIT processing,
658           (errmsg): added "Bit-addressable relocation error",
659           (adb_bit): added for converting from byte- to bit-addressable space,
660           (adb_24_bit): added for converting from byte- to bit-addressable space
661         * device/include/stdbool.h: changed BOOL to __bit for mcs51 as it can be
662            used in reentrant functions now even as return value
663         * device/lib/_gptrput.c (_gptrput): removed obsolete code
664         * src/SDCCast.c (resultTypePropagate): also propagate AND_OP and OR_OP,
665           (decorateType): case '!', GETHBIT, AND_OP, OR_OP: result in bool or char
666         * src/SDCCglobl.h: added indicator BitBankUsed
667         * src/SDCCglue.c (glue): emit area BIT_BANK with byte 'bits' and equ's for
668            the bit registers b0-b7
669         * src/SDCCicode.c (operandFromSymbol): removed IS_BITVAR check,
670           (geniCodeCast): fixed bug 1263853,
671           (geniCodeLogicAndOr): put result in bool or char,
672           (geniCodeReceive): added parameter func for accessing the return type,
673           (geniCodeFunctionBody): pass func to geniCodeReceive
674         * src/SDCCmain.c: added indicator BitBankUsed
675         * src/SDCCmem.c (allocLocal): explicitly set sclass for V_BIT
676         * src/SDCCsymt.c (newBoolLink): added for creating a bool/bit,
677           (checkSClass): don't put automatic bool/bit on stack,
678           (checkFunction): removed check on function cannot return bit
679         * src/SDCCsymt.h: added newBoolLink prototype
680         * src/mcs51/gen.c (rb1regs): added bit registers,
681           (movc): created for assigning to carry,
682           (pushReg, popReg): created for pushing registers,
683           (sameRegs): check both AOP_REG and AOP_CRY types,
684           (aopOp): handle bit registers,
685           (aopPut): optimization no self-assign,
686           (saveRegisters): push reg->base (bits) only once for bit registers,
687            and use pushReg,
688           (unsaveRegisters): pop reg->base only once and use popReg,
689           (assignResultValue): added parameter func and return in carry for bits,
690           (genIpush): optimization no reload in A if not changed,
691           (genSend): bit parameters in reentrant functions are passed in bit
692            registers by first assigning to bits in B, then save registers and
693            copy B to bits,
694           (genCall): handle returning in Carry properly, save it in F0 if needed,
695           (genPcall): updated assignResultValue call, this is not safe yet for bit
696            returning function !!!
697           (genFunction): don't generate equ's for bit registers and use pushReg,
698           (genEndFunction): take care of bit returning functions and use popReg,
699           (genRet): return bit in Carry,
700           (genIfx): optimize bit registers and other directly addressable bits,
701           (genReceive): updated assignResultValue call
702         * src/mcs51/main.c (_mcs51_reset_regparm): added regBitParmFlg,
703           (_mcs51_regparm): allow passing of upto 8 bit parameters in bit
704            registers when using stack-auto
705         * src/mcs51/ralloc.c (_G): added allBitregs,
706           (regs8051): added the bit registers,
707           (createStackSpil): use macro IS_BIT,
708           (getRegBit): added to allocate a bit register, else spill,
709           (getRegBitNoSpil): added to allocate a bit register, else a gpr,
710           (updateRegUsage): factored out to ease stepping while debugging,
711           (serialRegAssign): use updateRegUsage, only spill bits if necessary,
712            also allocate bit registers,
713           (fillGaps): handle bit registers,
714           (findAllBitregs): added to create bit vector with all bit registers,
715           (mcs51_allBitregs): returns this bit vector,
716           (mcs51_assignRegisters): when using stack-auto use bit registers for
717            passing parameters and creating local variables
718         * src/mcs51/ralloc.h: added B0_IDX..B7_IDX and prototype mcs51_allBitregs
719
720 2005-08-22 Borut Razem <borut.razem AT siol.net>
721
722         * device/lib/Makefile.in: replaced find option -or with -o
723           to make it run on solaris
724
725 2005-08-22 Raphael Neider <rneider AT web.de>
726
727         * src/pic16/gen.c (pic16_loadFromReturn): added check for AOP_PCODE,
728           fixes #1265442 (crash on Solaris)
729
730 2005-08-20 Borut Razem <borut.razem AT siol.net>
731
732         * configure, configure.in: added tests for libsocket and libnsl libraries,
733           requred by sdcdb on sparc-solaris; generate support/regression/Makefile
734           from support/regression/Makefile.in
735         * support/regression/Makefile.in: added
736         * device/lib/pic16/Makefile.common.in: force make to use bash shell
737         * sim/ucsim/libtool: regenerated on sparc-solaris
738         * sim/ucsim/avr.src/Makefile.in, sim/ucsim/hc08.src/Makefile.in,
739           sim/ucsim/s51.src/Makefile.in, sim/ucsim/xa.src/Makefile.in,
740           sim/ucsim/z80.src/Makefile.in: removed GNU ld specific linker options
741           -Wl,--start-group and -Wl,--end-group to enable ucsim compilation on
742           sparc-solaris, which doesn't use GNU ld linker
743         * device/lib/Makefile.in: cp on sparc-solaris (SunOS) does not support -u option
744         * as/Makefile: find on sparc-solaris does not support -maxdepth option
745
746 2005-08-19 Maarten Brock <sourceforge.brock AT dse.nl>
747
748         * src/mcs51/peeph.def: updated comments
749
750 2005-08-16 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
751
752         * device/lib/_gptrget.c,
753         * device/lib/_gptrput.c: slightly shorter
754         * doc/sdccman.lyx: incremented version
755         * src/mcs51/peeph.def: moved peephole comments to the line of first
756           change to better keep line correlation, reanimated 186.e
757         * src/mcs51/peeph.def: renamed similar peepholes by using suffixes
758
759 2005-08-16 Slade Rich <slade_rich AT users.sourceforge.net>
760
761         * src/pic/pcode.c : Pasted ".line" assembly directives patch from
762           David Saxton with quotes around file name.
763
764 2005-08-15 Borut Razem <borut.razem AT siol.net>
765
766         * support/regression/tests/bitfields.c, support/regression/tests/bitvars.c,
767           support/regression/tests/bitwise.c, support/regression/tests/literalop.c,
768           support/regression/tests/rotate.c, support/regression/tests/zeropad.c:
769           make tests run on x86_64 platform
770
771 2005-08-13 Raphael Neider <rneider AT web.de>
772
773         * device/lib/pic16/Makefile.subdir: weakened clean-intermediate rule
774           as it might be executed DURING a build (parallel make is wonderful)
775
776 2005-08-13 Raphael Neider <rneider AT web.de>
777
778         * device/lib/Makefile.in (port-specific-objects-pic16):
779           revert to cp $(PORT)/bin/*.* $(PORTDIR)
780         * device/lib/pic16/Makefile: added .PHONY targets, removed builddir
781           dependency
782         * device/lib/pic16/Makefile.rules: build subdirs before creating
783           the library, removed builddir rule, create $(builddir) early in
784           recurse rule, use empty recurse rule for leaf directories
785         * device/lib/pic16/Makefile.subdir: added phony targets, ignore
786           mkdir errors (race condition), removed duplicate suffix "hex"
787           from clean rules
788         * device/lib/pic16/libdev/Makefile: recursive make via + and $(MAKE)
789         * device/lib/pic16/libio/Makefile: create sub-make's builddir early,
790           prevents mkdir -p from aborting on Alpha
791
792 2005-08-12 Raphael Neider <rneider AT web.de>
793
794         * src/pic16/glue.c (pic16_print(G)PointerType): do not flush
795           db-statements in order to allow for arrays of pointers in code
796           sections to be placed without interspersed 0-padding, fixes
797           bug #1256215
798         * (emitStatistics): fixed division by zero for pic18f1220
799         * src/pic16/pcode.c: buffer (up to) 12 DB directives to allow for
800           unpadded writing of 8-bit, 16-bit, 24-bit and 32-bit values
801         * (pic16_emitDS): respect DB_ITEMS_PER_LINE
802         * (pic16_pCodeConstString): keep track of already emitted string
803           literals to prevent "duplicate definitions of symbol _str_NR"
804         * src/pic16/ralloc.c (pic16_allocRegByName): removed not so helpful
805           debug message
806         * device/lib/Makefile.in: ignore failing PIC16 library builds
807         * device/lib/pic16/Makefile: do not build if gputils are missing
808         * device/lib/pic16/Makefile.common.in: do not enforce MAKEFLAGS=-s
809
810 2005-08-10 Raphael Neider <rneider AT web.de>
811
812         * device/lib/Makefile.in: fixed copying pic16 libraries (broken by
813           my last commit)
814
815 2005-08-10 Raphael Neider <rneider AT web.de>
816
817         * src/*.c, src/pic16/{gen.c,glue.c,main.c}: applied Vangelis
818           Rokas' patch to add the new fixed point type "__fixed16x16"
819         * device/lib/pic16/libsdcc/fixed16x16: added Vangelis' support
820           functions for __fixed16x16 arithmetics
821         * device/lib/pic16: reimplemented the build system to support
822           a separate build directory, better handling of libio (create
823           the library in a separate subdir for each architecture) and
824           easier configuration (centralized in Makefile.common)
825
826 2005-08-07 Raphael Neider <rneider AT web.de>
827
828         * src/pic16/gen.c (genrshTwo): fixed sign extension
829         * src/pic16/device.c: added pic18f2320, 4220 and 4320
830         * device/include/pic16/pic18f2220.h: changed some bit definitions,
831           added T0CONbits
832         * device/include/pic16/pic18f4220.h: NEW, header for
833           pic18f4220 and pic18f4320
834         * device/include/pic16/pic18fregs.h: added new devices,
835           embraced Nop(), ClrWdt(), Sleep() and Reset() with do {} while(0)
836         * device/include/pic16/signal.h: resolved name clashes
837           on bit definitions, added DEF_HANDLER2(sig1,sig2,handler)
838           to also allow testing for interrupt enable bits, added
839           comments on how to use the macros
840         * device/lib/pic16/libdev/pic18f2220.c: added T0CONbits
841         * device/lib/pic16/libdev/pic18f{2320,4220,4320}.c: NEW,
842           register definitions for the devices
843         * device/lib/pic16/pics.all: added new devices
844         * device/lib/pic16/libc/stdlib/calloc.c: fixed zeroing
845           allocated memory
846         * device/lib/pic16/libc/stdlib/memfree: do not count
847           the block header as free memory
848         * device/lib/pic16/libc/stdlib/memmisc.c (_initHeap):
849           simplified and added missing end-of-blocklist-marker
850           (reported by Peter Onion, fixes #1252814)
851         * (_mergeHeapBlock): fixed loop condition
852         * device/lib/pic16/libc/stdlib/realloc.c: return NULL for
853           len==0, restructured code
854         * device/lib/pic16/libc/stdlib/{malloc,memfreemax}.c: cleaned
855           up a bit, reduced bitfield accesses, prevent endless loops
856           in case of heap corruption
857         * device/lib/pic16/libc/stdlib/x_ftoa.c: disabled
858           "unreferenced arguments/must return a value" warnings
859         * device/lib/pic16/libio/usart/ubaud.c (usart_baud):
860           replaced BAUDREG with SPBRG
861         * device/lib/pic16/libsdcc/lregs/{lrrest.c,lrst.c},
862           device/lib/pic16/debug/gstack/gstack.c: replaced
863           _naked, _asm, _endasm with __naked, __asm, __endasm
864
865 2005-08-05 Raphael Neider <rneider AT web.de>
866
867         * src/pic16/gen.c (pic16_aopGet): fixed handling of offsets in
868           AOP_PCODE operands, fixes multibyte union-bitfield-accesses
869
870 2005-08-05 Borut Razem <borut.razem AT siol.net>
871
872         * device/lib/Makefile.in: added missing ';'
873         * configure: removed ^M characters
874
875 2005-08-04 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
876
877         * device/include/mcs51/at89c51ed2.h, device/include/mcs51/p89v51rd2.h,
878           device/include/mcs51/at89s53.h: changed to GNU Lesser General Public
879           License
880
881 2005-08-04 Borut Razem <borut.razem AT siol.net>
882
883         * configure.in: pic16 libraries build 2nd try - enable running
884           configure in device/lib/pic16
885         * configure: regenerated from configure.in
886         * device/lib/Makefile.in: create $(PORT)/bin directory
887
888 2005-08-03 Raphael Neider <rneider AT web.de>
889
890         * src/pic16/gen.c (pic16_derefPtr): NEW, single place
891           to get/set values via pointers
892         * (genUnpackBits,genPackBits): changed detection of
893           ptr->bitfield vs. sym.bitfield, fixed access via generic
894           pointers, removed dead (wrong) code for multibyte bitfields
895         * (genNearPointerGet, genGenPointerGet): removed useless code,
896           fixed bitfield detection, fixes #1250594
897         * (genNearPointerSet): removed useless code
898         * src/pic16/gen.h: renamed pic16_emitpcode to pic16_emitpcode_real
899           and introduced macro pic16_emitpcode that conditionally emits
900           the origin of the following pCode (useful for debugging SDCC)
901         * src/pic16/pcode.c: changed (and disabled) some debug outputs
902         * (createDefmap): fixed handling of LFSR for --optimize-df
903
904 2005-08-02 Borut Razem <borut.razem AT siol.net>
905
906         * device/lib/Makefile.in: pic16 libraries build enabled since
907           gputils-0.13.2 are now localy installed at sourceforge's compile farm
908
909 2005-08-02 Raphael Neider <rneider AT web.de>
910
911         * src/pic16/gen.c (genPackBits): removed deprecated warning
912         * (genGenPointerSet): fixed bitfield detection
913
914 2005-08-02 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
915
916         * device/include/mcs51/msm8xc154s.h: Removed PT2 definition, now in 8052.h.
917
918 2005-07-31 Raphael Neider <rneider AT web.de>
919
920         * device/lib/pic16/libdev/pic18f458.c,
921           device/include/pic16/pic18f458.h: added missing T0CONbits
922
923 2005-07-29 Maarten Brock <sourceforge.brock AT dse.nl>
924
925         * device/include/mcs51/msm8xc154s.h: added, thanks to Matthias Arndt
926
927 2005-07-28 Maarten Brock <sourceforge.brock AT dse.nl>
928
929         * src/mcs51/gen.c (operandsEqu): fixed bug 1246687
930
931 2005-07-23 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
932
933         * device/include/mcs51/at89c51ed2.h: added.
934
935 2005-07-23 Raphael Neider <rneider AT web.de>
936
937         * src/pic/gen.h: added emitpcode macro for debugging
938         * src/pic/gen.c (emitpcode): renamed to emitpcode_real
939           and replace by macro adding debug information on demand
940         * (genNot): fixed to C semantics (!0 = 1; !x = 0 iff x != 0)
941         * (gencjne): tried to fix; replaced with correct (slower) code
942         * (gen{Unp,P}ackBits): fixed single bit access
943         * src/pic/pcode.c (AnalyzepCode): fixed DFPRINTF argument
944         * src/pic/pcodepeep.c (pCodeSearchCondition): fixed finding
945           previous instruction
946         * src/pic/pcoderegs.c (regIsSpecial): NEW, check whether a
947           register has to be handled with care (forbidding movement
948           of assignments/uses, removing assignments completely, ...)
949         * (pCodeOptime2pCodes): make use of regIsSpecial
950         * added lots of debugging output (commented out)
951         * src/pic/rallloc.c (deassignLRs): prevent operand registers
952           from being reused as result UNLESS it is known to work
953
954 2005-07-23 Maarten Brock <sourceforge.brock AT dse.nl>
955
956         * support/Util/dbuf.h: include <stddef.h> for size_t
957         * .version: changed to version 2.5.2
958
959 2005-07-23 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
960
961         * src/SDCCloop.c (loopInvariants): fixed bug #1234048
962
963 2005-07-22 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
964
965         * src/hc08/gen.c (genMinus): fixed bug #1241835,
966           (genModOneByte): removed needless psha/pula
967
968 2005-07-22 Raphael Neider <rneider AT web.de>
969
970         * src/SDCCmain.c (linkEdit): initialized linkerScriptFileName,
971           have PIC14 handled like PIC16, fixes broken pic14 linker calls
972         * src/pic/gen.c (resolveIfx): do not "invent" labels
973         * (genSkipc): changed to positive logic
974         * (genSkipCond): removed as no longer needed
975         * (pic14_mov2w_regOrLit,genCmp): NEW, replacement for buggy version,
976           backport from PIC16
977         * (genLeftShift): check operands are in different registers
978         * src/pic/genarith.c (genPlus): replaced INCF with ADDLW as
979           INCF does not update CARRY...
980         * src/pic/main.c: fixed _linkCmd
981         * src/pic/pcode.c (unlinkpCode): added inactive code
982         * src/pic/ralloc.c (deassignLRs): keep arguments to shift operations
983           alive (do not assign result and operand overlapping registers)
984
985 2005-07-22 Raphael Neider <rneider AT web.de>
986
987         * src/pic/device.c (dump_sfr): replaced register declaration with
988           call to emitSymbolToFile() to avoid duplicate symbols
989         * (assignRelocatableRegisters): do not declare external symbols
990         * src/pic/ralloc.c (allocNewDirReg): fixed to get size of arrays
991           right (take size of type, not etype)
992         * (allocDirReg): fixed call to allocNewDirReg() to pass OP_SYM_TYPE
993         * (writeUsedRegs): also dump dynDirectRegs (e.g. local variables)
994         * (packRegsForAccUse): disabled assignment of WREG as
995           the result reg to prevent occurence of just fixed #1235003,
996           fixes #1242954
997         * src/pic/glue.c (emitSymbolToFile): NEW, central place to declare
998           symbols (avoids duplicate symbols in .asm file)
999         * (pic14emitRegularMap): use emitSymbolToFile()
1000         * src/pic/gen.c (aopOp): fixed spillLocation handling
1001         * (gen{Unp,P}ackBits): fixed acquiring bit-operands
1002         * (genDataPointerSet): removed unneccessary variables/output
1003
1004 2005-07-22 Maarten Brock <sourceforge.brock AT dse.nl>
1005
1006         * as/mcs51/lkarea.c: enlarged codemap for banked memory
1007         * device/lib/mcs51/crtbank.asm: added # to 0x0F
1008
1009 2005-07-21 Raphael Neider <rneider AT web.de>
1010
1011         * src/pic/gen.c (aopOp): do not generate AOP_ACC operands as pic14
1012           architecture cannot handle them efficiently, fixes bug #1235003
1013         * src/pic16/device.c (pic16_dump_{u,i}section,pic16_dump_int_registers):
1014           check for empty sets before using them (fixes bug #1232190)
1015
1016 2005-07-19 Maarten Brock <sourceforge.brock AT dse.nl>
1017
1018         * as/mcs51/lkarea.c (lnkarea, lnkarea2): improved BSEG size calculation,
1019           (lnksect2): generate warnings for memory overlap
1020         * src/SDCC.lex (doPragma, process_pragma): added pragma's codeseg and
1021           constseg to set the name of these segments so you can instruct the linker
1022           to place them in banks
1023         * src/SDCCast.c (decorateType): use new macro IS_FUNCPTR()
1024         * src/SDCCglobl.h: added MODEL_HUGE to enum,
1025           added code_seg and const_seg to options
1026         * src/SDCCglue.c (emitMaps): use options.const_seg,
1027           (createInterruptVect): put interrupt vectors in segment HOME,
1028           (glue): put HOME before static segment and put the main glue in HOME,
1029           (glue): use options.code_seg
1030         * src/SDCCicode.c (geniCodeCall): use new macro IS_FUNCPTR()
1031         * src/SDCCmain.c: added option --codeseg and --constseg to set the name of
1032           these segments so you can instruct the linker to place them in banks
1033           (linkEdit): use code_loc for HOME segment which should be the first
1034           segment in code memory now
1035         * src/SDCCmem.c: fixed more stuff like bug 1238386
1036         * src/SDCCsymt.c (getSize): use generic pointer size for banked functions,
1037           (changePointer): don't change function pointers to code pointers for
1038           banked functions,
1039           (compareType): added exceptional check for banked function pointers
1040         * src/SDCCsymt.h: changed IFFUNC_ISBANKEDCALL, added IS_FUNCPTR
1041         * src/hc08/main.c (_hc08_genAssemblerPreamble): put HOME first, put CSEG
1042           after static in code memory
1043         * src/mcs51/gen.c: added aopLiteralLong prototype,
1044           (aopForSym): use getSize for functions,
1045           (genCall): generate banked calls over one trampoline __sdcc_banked_call
1046           in HOME with lsb of address in r0, msb in r1 and bank in r2, use
1047           -Wl-bBANKSEG=0xbbaaaa option to set the address (aaaa) and bank (bb) of
1048           the segment,
1049           (genPcall): use call for literal function pointers and generate banked
1050           calls over the one trampoline so there's only one place for the user to
1051           modify according to his/hers hardware,
1052           (genEndFunction): jump to __sdcc_banked_ret in HOME for banked functions,
1053           (genPlusIncr): moved check icount>4 beyond inc dptr optimization
1054         * src/mcs51/main.c: added keyword banked,
1055           (_mcs51_genExtraAreas): put HOME first followed by GSINIT, STATIC and CSEG
1056         * support/Util/SDCCerr.c,
1057         * support/Util/SDCCerr.h: added E_BANKED_WITH_CALLEESAVES, registers are
1058           needed for passing the bank and address to the trampoline
1059         * device/lib/mcs51/crtbank.asm: added for bankswitching
1060         * device/lib/mcs51/Makefile: added crtbank
1061
1062 2005-07-16 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
1063
1064         * src/SDCCcse.c (algebraicOpts): fixed loss of volatility
1065           for fields at offset 0 of a struct or union as reported
1066           on 2005-07-07 in the developer mailing list.
1067
1068 2005-07-15 Maarten Brock <sourceforge.brock AT dse.nl>
1069
1070         * src/SDCCmem.c: fixed bug 1238386
1071
1072 2005-07-12 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
1073
1074         * src/mcs51/peeph.def: added labelrefcounting for peepholes
1075           (patch #1144962), added peephole 300, enabled 259.x
1076         * doc/sdccman.lyx: removed screenshot and provided link instead
1077
1078 2005-07-05 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
1079
1080         * doc/sdccman.lyx: added section about debugging with ddd
1081         * doc/figures/ddd_example.eps: screenshot of debugging session
1082
1083 2005-07-04 Raphael Neider <rneider AT web.de>
1084
1085         * src/pic/gen.c (genPointerGet): handle pointers to CONST values
1086           like CODE pointers, fixes #1115683
1087         * src/pic/pcode.c (DoBankSelect): forget LastRegIdx during function
1088           call, fixes bugs #1232211, #1228110,
1089           fixed wrong casts to pCodeFlow from pCodeInstructions
1090
1091 2005-07-04 Raphael Neider <rneider AT web.de>
1092
1093         * src/pic/gen.c (popGet): changed assert to allow for
1094           bit operands
1095         * (popGetAddr): changed signature to provide
1096           an additional index, patched all call sites
1097         * (genCmpEq): handle literal-like operands correctly
1098         * (genAddrOf): added sanity checks on __code/__data pointers
1099         * (genAssign): added handling of symbols from __code section
1100         * (gencjne): do not generate code for comparisons whose result
1101           is neither stored nor used, fixes bug #1171114
1102         * (AccLsh, AccRsh): operate on operand instead of WREG
1103         * (shift{Left,Right}_Left2ResultLit): NEW, size independant
1104           replacement for Shift{LR}{12}Left2Result; shift (byte/int/long)
1105           by known count
1106         * rewrote complete shift-by-literal logic, commented unused
1107           functions out
1108         * (genConstPointerGet): get multiple bytes (if result size > 1),
1109           fixed handling of non-immediate addresses
1110         * (genPointerGet): handle CODE pointers like CONST pointers
1111         * (genpic14Code): insert C-SRC lines as Cource-pCodes
1112         * ({aop,op}_isLitLike): NEW, single place to decide whether an
1113           operand is to be treated as a literal or not
1114         * (mov2w,genPcall,genCmpEq),
1115           src/pic/genarith.c: use aop_isLitLike() to decide between
1116           literal/register contents
1117         * (addSign): added missing offset
1118         * src/pic/gen.h: remove newline after FENTRY/FEXIT comments,
1119           only emit comment in debug-mode,
1120           use {aop,op}_isLitLike throughout the file
1121         * src/pic/glue.c: fix initializers for pointers (work in progress)
1122         * src/pic/pcode.c (get_op): honor index on _const symbols
1123         * ({reset,dump}pCodeStatistics): NEW, estimate code size
1124         * (dumppBlock): added pCode size estimation
1125         * src/pic/ralloc.c (deassignLRs,serialRegAssign,packRegisters):
1126           check for IS_SYMOP before OP_SYMBOL'ing
1127         * fixed indentation, compacted switch-statements
1128         * (allocReg): find free register and allocate it instead of
1129           allocating new registers all the time
1130         * (deassignLRs): prevent POINTER_GET's from being assigned the same
1131           registers as its operands (necessary only for multibyte GETs)
1132
1133 2005-07-01 Raphael Neider <rneider AT web.de>
1134
1135         * src/pic/gen.h: added prototypes emitpComment, popGetAddr and
1136           debugging .asm-output macros FENTRY + FEXIT
1137         * src/pic/gen.c (Safe_vsnprintf): NEW, is there a more generic
1138           way... I wonder...
1139         * (emitpComment): NEW, printf to pCode
1140         * (popGet): added assert on too large offsets, fixed PO_IMMEDIATE's
1141           offset handling
1142         * (popGetAddr): NEW, variant of popGet to access an immediates
1143           high(er) bytes instead of the n'th byte of memory they reference,
1144           replaced popGet with popGetAddr where neccessary
1145         * (genDataPointerGet): reactivated and fixed implementation
1146         * (genNearPointerGet): enabled call to genDataPointerGet, fixes array-
1147           accesses
1148         * (genDataPointerSet): fixed multibyte assignments
1149         * (genpic14Code): fixed --i-code-in-asm handling
1150         * src/pic/genarith.c: fixed PO_IMMEDIATE issue using popGetAddr,
1151         * (genPlus): fixed index-out-of-bounds error
1152         * src/pic/pcode.c (get_op): fixed PO_IMMEDIATE's index/offset handling
1153         * src/pic/ralloc.c: added debugging output macro FENTRY2
1154         * (spillThis): fixed indentation, enbraced for-body for clarity
1155         * (rematStr): commented out as now unused
1156         * (regTypeNum): commented out special spill case (overwrites
1157           arbitrary values)
1158         * fixes bugs #1229346, #1216476 (both arrays) and #1115667 (SIGSEGV)
1159
1160 2005-06-30 Maarten Brock <sourceforge.brock AT dse.nl>
1161
1162         * doc/sdccman.lyx: documented sfr16/sfr32,
1163           added example for using storage class with function pointers
1164         * src/mcs51/gen.c (genPlusIncr): optimized small offsets from dptr
1165
1166 2005-06-28 Maarten Brock <sourceforge.brock AT dse.nl>
1167
1168         * device/lib/_gptrget.c: also push/pop _PSBANK, added # to 0x03
1169         * device/lib/_itoa.c,
1170         * device/lib/_ltoa.c: optimized codesize
1171         * src/SDCCsymt.c (checkSClass): added sanity check for sfr at addresses,
1172           but don't know how to suppress the double warning.
1173         * src/mcs51/gen.c (genPlusIncr): fixed bug when incrementing volatile int's
1174         * support/Util/SDCCerr.c,
1175         * support/Util/SDCCerr.h: added warning W_SFR_ABSRANGE for sanity check
1176
1177 2005-06-27 Maarten Brock <sourceforge.brock AT dse.nl>
1178
1179         * as/mcs51/asexpr.c (expr): disabled warning "not in .flat24 mode",
1180           fixed old K&R prototypes
1181         * as/mcs51/asout.c (outrb): always output as if generating 24bit addresses
1182         * device/lib/_gptrget.c,
1183         * device/lib/_gptrgetc.c,
1184         * device/lib/_gptrput.c: changed versions for new memory indicator values,
1185           also new versions for small generic pointers and banked generic pointers
1186         * src/port.h: added const_name
1187         * src/SDCC.lex: added keywords sfr16, __sfr16, sfr32, __sfr32
1188         * src/SDCC.y: added tokens SFR16, SFR32 and their sfr_attributes
1189         * src/SDCCcse.c (findPrevIc): check all associative operators
1190         * src/SDCCglue.c (emitMaps): use CONST_NAME if defined
1191         * src/SDCCicode.h: added macro IS_ASSOCIATIVE
1192         * src/SDCCmem.c: updated comments,
1193           set far-space to 0 for pdata, results in optimized code
1194         * src/SDCCmem.h: added macro CONST_NAME
1195         * src/SDCCsymt.h: renumerated generic pointer types GPTYPE_... thereby
1196           moving the info into the highest bits, see also gptrget/gptrput
1197         * src/src.dsp: added sdcc.ico to project files
1198         * src/avr/gen.c (genCast): fixed bug 0x%d
1199         * src/avr/main.c (avr_port): added "CONST (CODE)" for const_name
1200         * src/ds390/gen.c (aopForRemat, adjustArithmeticResult): disconnected direct
1201           relation between ptr_type and DCL_TYPE,
1202           (genCast): fixed bug 0x%d
1203         * src/ds390/main.c (ds390_port, tininative_port, ds400_port): added "CONST
1204           (CODE)" for const_name
1205         * src/hc08/gen.c (genCast): fixed bug 0x%d
1206         * src/hc08/main.c (_hc08_genAssemblerPreamble): added .area ...const_name,
1207           (hc08_port): added "CONST (CODE)" for const_name
1208         * src/mcs51/gen.c (aopForSym): optimized pushing ACC,
1209           (aopForRemat, adjustArithmeticResult): disconnected direct relation
1210           between ptr_type and DCL_TYPE,
1211           (aopGetUsesAcc, aopGet, aopPut): changed first parameter from asmop* to
1212           operand* and took AOP() inside function so sfr-ness can be checked,
1213           (all over): repaired calls to aopGetUsesAcc, aopGet, aopPut to comply with
1214           new prototype,
1215           (genFunction, genEndFunction): optimized stack setup,
1216           (genMinus): optimized for literals with ending zeroes (in bytes),
1217           (genCast): fixed bug 0x%d
1218         * src/mcs51/main.c (_mcs51_keywords): added sfr16 and sfr32,
1219           (mcs51_port): added "CONST (CODE)" for const_name
1220         * src/mcs51/peeph.def: made rule 226 more generic
1221         * src/pic/main.c (pic_port): added "CONST (CODE)" for const_name
1222         * src/pic16/main.c (pic16_port): added "CONST (CODE)" for const_name
1223         * src/xa51/main.c (xa51_port): added "CONST (CODE)" for const_name
1224         * src/z80/main.c (z80_port): added NULL for const_name,
1225           (gbz80_port): added NULL for const_name
1226         * support/regression/tests/bug663539.c,
1227         * support/regression/tests/sfr16.c: new tests
1228
1229 2005-06-25 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
1230
1231         * device/include/mcs51/p89v51rd2.h, device/include/mcs51/at89s53.h: added.
1232
1233 2005-06-24 Raphael Neider <rneider AT web.de>
1234
1235         * device/lib/pic16/libdev/pic18f[68][567]20.c:
1236           corrected typos...
1237         * device/include/pic16/signal.h: added USBIF
1238           and SIG_USB
1239
1240 2005-06-24 Raphael Neider <rneider AT web.de>
1241
1242         * device/lib/pic16/libdev/pic18f2455.c,
1243           device/include/pic16/pic18f2455.h: NEW
1244         * device/include/pic16/pic18fregs.h,
1245           device/lib/pic16/pics.all,
1246           src/pic16/device.c: added 18f2455
1247         * device/lib/pic16/libdev/pic18f[68][567]20.c,
1248           device/include/pic16/{pic18f[68][567].h,usart.h}:
1249           replaced MULTIPLE_USARTS define with more relaible
1250           compatibility sfrs (for USART access)
1251
1252 2005-06-20 Slade Rich <slade_rich AT users.sourceforge.net>
1253
1254         * src/pic/pcode.c : Fixed problem when a string constant contains a "\r\n"
1255           and the output asm file line is printed on two lines.
1256
1257 2005-06-19 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
1258
1259         * sim/ucsim/hc08.src/inst.cc (inst_condbranch): fixed simulation of
1260           BGT, BLE, BHI, and BLS instructions
1261         * src/hc08/gen.c (outAcc, outBitC, outBitNV, genCmpLt, genCmpGt,
1262           genCmpEq): removed
1263         * src/hc08/gen.c (genCmpEQorNE, genCmp, branchopCmp, nameCmp,
1264           negatedCmp, exchangedCmp, genhc08Code): rewrite of comparison handling,
1265           fixes bug #1216342
1266         * src/hc08/peeph.def: added rules 2g - 2l for new conditional branches
1267
1268 2005-06-15 Raphael Neider <rneider AT web.de>
1269
1270         * src/pic16/NOTES: moved Vangelis from active developers to people to contact
1271         * device/include/pic16/{6520.h,8520.h}: fixed configuration bits
1272         * src/pic16/gen.c (): prevent iTemps from being considered to be in CODESPACE,
1273           fixes bug #1221120; for symbols in CODESPACE get number of bytes to read from
1274           OP_SYM_TYPE() instead of OP_SYM_ETYPE()
1275
1276 2005-06-06 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
1277
1278         * device/include/mcs51/reg764.h: Changed PB0 to PBO as requested by
1279           Marcel Telka in bug #1215704
1280
1281 2005-06-02 Slade Rich <slade_rich AT users.sourceforge.net>
1282
1283         * src/pic/pcode.c : Changed pseudo stack size to 15 to allow WSAVE to be
1284           located in shared memory bank.
1285
1286 2005-05-31 Raphael Neider <rneider AT web.de>
1287
1288         * src/pic16/{gen.c,genarith.c}: replaced sign-extension
1289           "CLRF, BTFSC <signbit>, DECF/COMF" with side-effect-free
1290           "CLRF, BTFSC <signbit>, SETF"; fixes "long>>9"
1291
1292 2005-05-27 Maarten Brock <sourceforge.brock AT dse.nl>
1293
1294         * device/lib/_strncpy.c: fixed the fix
1295
1296 2005-05-26 Raphael Neider <rneider AT web.de>
1297
1298         * src/pic16/glue.c (pic16_printIvalChar): fixed _constant_ string
1299           initializers with \0, bug #1208187
1300         * src/pic/glue.c (printIvalChar): fixed (non- and constant) string
1301           intializers with \0, bug #1208187
1302
1303 2005-05-26 Raphael Neider <rneider AT web.de>
1304
1305         * src/pic16/glue.c (pic16_printIvalChar): fixed string
1306           initializers with \0, bug #1208187
1307         * src/pic16/main.c (_process_pragma): added sanity checks
1308           for stack position and size, emit warnings when appropriate
1309
1310 2005-05-26 Maarten Brock <sourceforge.brock AT dse.nl>
1311
1312         * device/lib/_strncpy.c: fixed not filling with \0
1313
1314 2005-05-26 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
1315
1316         * src/SDCCast.c (funcOfType, funcOfTypeVarg, stringToSymbol,
1317           createFunction),
1318         * src/SDCC.y (external_definition, enumerator, parameter_declaration,
1319           compound_statement),
1320         * src/SDCCsymt.h,
1321         * src/SDCCsymt.c (addSymChain, processFuncArgs): fixed bug #1159134
1322
1323 2005-05-24 Raphael Neider <rneider AT web.de>
1324
1325         * src/pic16/glue.c (pic16_printGPointerType): fixed #1207796
1326
1327 2005-05-24 Raphael Neider <rneider AT web.de>
1328
1329         * device/include/pic16/pic18f{442,452,458}.h: fixed wrong
1330           TRISE definitions, closes bug #1162453
1331
1332 2005-05-22 Raphael Neider <rneider AT web.de>
1333
1334         * src/pic16/main.c (_process_pragma): check for missing
1335           arguments to pragmas code and udata
1336         * device/include/pic16/pic18f{2550,4331,4455,4520}.h:
1337           consistency fixes to match other headers (thanks to Jim Paris)
1338         * device/lib/pic16/libio/i2c.ignore: 18f4331 provides no I2C
1339
1340 2005-05-21 Maarten Brock <sourceforge.brock AT dse.nl>
1341
1342         * src/SDCCicode.c (isOperandEqual): fixed missing ;
1343
1344 2005-05-19 Maarten Brock <sourceforge.brock AT dse.nl>
1345
1346         * support/regression/tests/bug1198642.c: new test
1347         * src/SDCCicode.c (isOperandEqual): fixed bug 1198642
1348         * src/SDCCcse.c (findPrevIc): added comment, please have a look
1349         * support/scripts/resource.h,
1350         * support/scripts/resource.rc,
1351         * src/src.dsp: added sdcc.ico to project as icon for sdcc.exe
1352         * support/scripts/sdcc.ico: added 32x32 icon
1353
1354 2005-05-18 Raphael Neider <rneider AT web.de>
1355
1356         * device/lib/pic16/libdev/pic18f*.c,
1357         * device/include/pic16/pic18f*.h: updated "sfr" and "at X"
1358           keywords to "__sfr" and "__at (X)"
1359         * device/include/pic16/pic18fregs.h: added pic18f4520
1360         * src/pic16/pcode.c (pic16_pCode2str): fixed (?) bug
1361           #1203088 (MPLAB compatibility)
1362
1363 2005-05-17 Raphael Neider <rneider AT web.de>
1364
1365         * device/include/pic16/pic18f{2550,4331,4455,4520}.h: NEW
1366         * device/lib/pic16/libdev/pic18f{2550,4331,4455,4520}.c: NEW
1367         * device/lib/pic16/pics.all: added new devices
1368         * src/pic16/device.c: added support for pic18f4520
1369
1370 2005-05-16 Raphael Neider <rneider AT web.de>
1371         * src/pic16/gen.{c,h}: s/mov2f/pic16_mov2f made public
1372         * src/pic16/genarith.c (genAddLit): fixed bug 1202480
1373         * src/pic16/pcode.{c,h} (pic16_newpCodeOpBit_simple): NEW
1374           convenience function for bit access
1375
1376 2005-05-15 Maarten Brock <sourceforge.brock AT dse.nl>
1377
1378         * device/lib/printf_large.c: fixed bug 1193299
1379         * support/regression/tests/bug1057979.c: added test %3.3s
1380
1381 2005-05-15 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
1382
1383         * device/include/mcs51/8051.h,
1384         * device/include/mcs51/8052.h: made parseable with lint
1385         * device/include/mcs51/lint.h: added include file for (sp)lint
1386         * doc/sdccman.lyx: added doc about use of splint (syntax checking tool)
1387         * doc/cdbfileformat.lyx,
1388         * doc/test_suite_spec.lyx: hardcoded date to the date of last text change
1389
1390 2005-05-14 Raphael Neider <rneider AT web.de>
1391
1392         * device/lib/pic16/Makefile.common.in: add --optimize-df to OPT_FLAGS
1393         * device/lib/pic16/libc/stdlib/itoa.c (new)
1394         * device/lib/pic16/libc/stdlib/Makefile: have itoa.c built
1395         * device/lib/pic16/libio/Makefile: exclude subdir according to
1396           ${subdir}.ignore for certain PICs (lacking e.g. i2c)
1397         * device/lib/pic16/libio/i2c.ignore (new): pic18f1220 has no I2C support
1398         * src/pic16/gen.c (genFunction): prevent annoying warning
1399         * src/pic16/pcode.c: renamed stack_t to dynstack_t to prevent
1400           nameclashes on BeOS
1401         * support/cpp2/cppmain.c (cpp_output_string): new
1402         * support/cpp2/cpplib.c (_cpp_do__Pragma): fixed _Pragma(""),
1403           fixes bug 1116802
1404
1405 2005-05-13 Borut Razem <borut.razem AT siol.net>
1406
1407         * src/SDCCmain.c (linkEdit): fixed bug 1195202
1408
1409 2005-05-12 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
1410
1411         * .version: changed to version 2.5.1; back to bleeding edge development
1412
1413 2005-05-11 Borut Razem <borut.razem AT siol.net>
1414
1415         * doc/sdccman.lyx doc/cdbfileformat.lyx doc/test_suite_spec.lyx:
1416           generate PDF version 1.3 documents
1417
1418 2005-05-07 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
1419
1420         * .version: changed to version 2.5.0
1421
1422 2005-04-27 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
1423
1424         * doc/sdccman.lyx: updated weblinks, index and smaller updates
1425
1426 2005-04-26 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
1427
1428         * doc/sdccman.lyx: changed version 2.5.0, documented --std-c89,
1429         --std-sdcc89, --std-c99, --std-sdcc99, and the corresponding #pragmas, as
1430         well as many smaller updates.
1431         * .version: changed to version 2.5.0-pre1
1432
1433 2005-04-26 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
1434
1435         * src/SDCCmain.c (setIncludePath): added port->target to SDCC_INCLUDE_NAME
1436
1437 2005-04-26 Maarten Brock <sourceforge.brock AT dse.nl>
1438
1439         * support/regression/tests/bug1185672.c: added
1440         * src/mcs51/gen.c (aopGetUsesAcc, genCpl, genAnd, genOr, genXor): fixed
1441           bug 1185672
1442         * src/mcs51/gen.c (genCall): added comments, made it look safer
1443         * src/mcs51/gen.c (genEndFunction): simplified
1444
1445 2005-04-25 Maarten Brock <sourceforge.brock AT dse.nl>
1446
1447         * src/mcs51/ralloc.c (serialRegAssign): fixed bug 1189609
1448
1449 2005-04-14 Borut Razem <borut.razem AT siol.net>
1450
1451         * fixed bug 1045046 - SIGSEGV with really simple code?:
1452           src/pic/pcode.c (pCodeInitRegisters)- pseudo stack size increased to 16
1453           src/pic/ralloc.c (typeRegWithIdx) - error message on pseudo stack overflow
1454
1455 2005-04-14 Borut Razem <borut.razem AT siol.net>
1456
1457         * src/pic16/gen.c (genInline), src/pic16/main.c (_process_pragma),
1458           src/pic16/device.h: temporarily disabled experimental #inline pragma
1459           for 2.5.0 release
1460
1461 2005-04-14 Maarten Brock <sourceforge.brock AT dse.nl>
1462
1463         * device/include/z80/stdio.h,
1464         * device/include/z80/string.h: removed these highly incomplete files so
1465           SDCC can use the default ones in device/include/
1466
1467 2005-04-14 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
1468
1469         * src/mcs51/gen.c (genEndFunction): removed unused variable to fix
1470         gcc warning.
1471         * device/lib/Makefile.in: default PORTINCDIR to the mcs51 subdir to
1472         fix sdcpp warnings.
1473
1474 2005-04-12 Maarten Brock <sourceforge.brock AT dse.nl>
1475
1476         * device/include/malloc.h: removed redundant __reentrant prototypes
1477         * device/lib/_mullong.c: added working xstack variant in asm (C version
1478           doesn't pass regression tests)
1479         * device/lib/bpx.c: used __data and made bpx char for mcs51
1480         * src/SDCCast.c (decorateType): removed unused GPTYPE_IDATA,
1481           (createFunction): fixed bug with xstackPtr
1482         * src/SDCCcse.c: corrected comments
1483         * src/SDCCopt.c (convertToFcall): fixed warning in MSVC,
1484           (killDeadCode, eBBlockFromiCode): removed unused code
1485         * src/SDCCsymt.h: removed unused GPTYPE_GPTR and GPTYPE_IDATA,
1486           corrected comments
1487         * src/mcs51/gen.c (aopForSym, aopPut, toBoolean, unsaveRegisters,
1488           assignResultValue, genCall, genFunction, genEndFunction, genAnd,
1489           genOr, genXor, genAddrOf): fixed several bugs concerning xstack
1490           (genModOneByte): fixed warning in MSVC
1491         * src/mcs51/main.c (): added comments
1492         * src/mcs51/peeph.def: changed 129 to 129.a, added 129.b, 129.c & 129.d
1493
1494 2005-04-12 Maarten Brock <sourceforge.brock AT dse.nl>
1495
1496         * src/SDCCmain.c (linkEdit): oops, changed one line too many
1497
1498 2005-04-11 Maarten Brock <sourceforge.brock AT dse.nl>
1499
1500         * src/SDCCmain.c (linkEdit): fixed bug with finding crt0.o for z80
1501
1502 2005-04-10 Vangelis Rokas <vrokas AT users.sourceforge.net>
1503
1504         * src/pic16/glue.c (printIvalChar): fixed bug when emitting
1505         characters arrays of larger size than the declared one.
1506
1507 2005-04-10 Borut Razem <borut.razem AT siol.net>
1508
1509         * src/pic/gen.c (genInline),
1510           src/pic/pcode.c (newpCodeAsmDir), (pCode2str),
1511           (genericPrint), (unlinkpCodeFromBranch), (compareLabel),
1512           (findNextInstruction), (findPrevInstruction),
1513           (findInstructionUsingLabel),
1514           src/pic/pcode.h: fixed bug #1164907 - Labels not being recognized
1515         * src/pic/pcode.c (findLabel): added missing '\n'
1516         * src/src.dsp: added SDCCdwarf2.c to the project
1517
1518 2005-04-09 Borut Razem <borut.razem AT siol.net>
1519
1520         * support/scripts/sdcc.nsi: added include/hc08/* h to NSIS setup
1521
1522 2005-04-08 Raphael Neider <rneider AT web.de>
1523
1524         * src/pic16/pcode.c: added helpers defmapInsertAfter (insert a new item
1525           into the chain after a given one) and mergeDefmapSymbols (combine
1526           defmap entries for each symbol per pcode)
1527         * (createDefmap): have defmap entries merged in the end
1528         * (defmapReplaceSymRef): split defmap entries covering two accesses to
1529           a symbol before replacing one access type's symbol, merge symbols in
1530           the end (replacement symbol might already have an entry)
1531         * (assignValnums): keep reference to written WREG intact
1532
1533 2005-04-08 Raphael Neider <rneider AT web.de>
1534
1535         * src/pic16/pcode.c (struct defmap_s): named anonymous union (for
1536           Alpha)
1537
1538 2005-04-08 Vangelis Rokas <vrokas AT users.sourceforge.net>
1539
1540         * src/pic16/pcode.c (pic16_get_op2): enlarged size of array b to 128
1541         bytes
1542
1543 2005-04-07 Raphael Neider <rneider AT web.de>
1544
1545         * device/include/pic16/usart.h: added compatibility defines for
1546           devices with more than one USART
1547         * device/include/pic16/pic18f[68][567]20.h: activated above defines
1548
1549 2005-04-07 Maarten Brock <sourceforge.brock AT dse.nl>
1550
1551         * device/lib/Makefile.in: updated for port specific include
1552
1553 2005-04-07 Maarten Brock <sourceforge.brock AT dse.nl>
1554
1555         * support/regression/ports/mcs51/spec.mk: added mcs51 include
1556
1557 2005-04-07 Maarten Brock <sourceforge.brock AT dse.nl>
1558
1559         * device/include/8051.h,
1560         * device/include/8052.h,
1561         * device/include/at89S8252.h,
1562         * device/include/at89c55.h,
1563         * device/include/at89x051.h,
1564         * device/include/at89x51.h,
1565         * device/include/at89x52.h,
1566         * device/include/mcs51reg.h,
1567         * device/include/reg51.h,
1568         * device/include/reg764.h,
1569         * device/include/regc515c.h,
1570         * device/include/sab80515.h: (re)moved these 12 files
1571         * device/include/mcs51/8051.h,
1572         * device/include/mcs51/8052.h,
1573         * device/include/mcs51/at89S8252.h,
1574         * device/include/mcs51/at89c55.h,
1575         * device/include/mcs51/at89x051.h,
1576         * device/include/mcs51/at89x51.h,
1577         * device/include/mcs51/at89x52.h,
1578         * device/include/mcs51/mcs51reg.h,
1579         * device/include/mcs51/reg51.h,
1580         * device/include/mcs51/reg764.h,
1581         * device/include/mcs51/regc515c.h,
1582         * device/include/mcs51/sab80515.h: and added them here
1583
1584 2005-04-06 Maarten Brock <sourceforge.brock AT dse.nl>
1585
1586         * device/include/stdarg.h: changed SDCC specific keywords to double
1587           underlined form.
1588         * device/include/stdint.h: changed intptr_t and uintptr_t for others than
1589           mcs51 and ds390.
1590         * device/include/hc08/mc68hc908gp32.h,
1591         * device/include/hc08/mc68hc908jb8.h,
1592         * device/include/hc08/mc68hc908jkjl.h,
1593         * device/include/hc08/mc68hc908qy.h: fixed comments
1594         * device/include/mcs51/README: updated
1595         * device/include/mcs51/c8051f120.h: added PINRSF
1596         * device/lib/pic16/libc/stdlib/crc16.c: fixed comments
1597         * src/pic16/pcode.c: MSVC6 doesn't accept declaring new variables
1598           amidst code. Also inline is not supported.
1599
1600 2005-04-06 Raphael Neider <rneider AT web.de>
1601
1602         * src/pic16/pcode.c (pic16_pCodeReplace): also update pcflow->end
1603         * (createDefmap): fixed CALLs to depend on FSR1 and RETLW to restore
1604           callers stack/frame pointers
1605
1606 2005-04-06 Vangelis Rokas <vrokas AT users.sourceforge.net>
1607
1608         * device/include/pic16/usart.h: added, missing in previous commit,
1609         * device/include/pic16/adc.h: fixed typo,
1610         * device/lib/pic16/libc/utils/cvtdec.S: added missing in previous
1611         commit,
1612         * device/lib/pic16/libc/stdlib/g_ftoa.S: modified to include
1613         <p18fxxx.inc>
1614         * device/lib/pic16/libc/stdio/streams.c: leave stdin, stdout
1615         uninitialized because a bug appears with gplink
1616         * device/lib/pic16/{some makefiles}: moved $(CSTD) from CFLAGS to
1617         COMPILE_FLAGS and added CPPFLAGS with -nostdinc because sdcpp
1618         complains for unrecognised option
1619
1620 2005-04-05 Raphael Neider <rneider AT web.de>
1621
1622         * src/pic16/gen.c (pic16_popCopyReg): made copying work for extended
1623           structs as well (using memcpy)
1624         * (genFunction): fixed comparison, used pCodeOpLabel to reduce warning
1625           on ISRs (GOTO has no label)
1626         * src/pic16/device.h: added OF_OPTIMIZE_DF
1627         * src/pic16/main.c: added compiler switch --optimize-df to enable the
1628           new data flow analysis/optimization
1629         * src/pic16/pcode.c: added (prototypes for and implementation of)
1630           dataflow analysis functions, fixed pCodeInstructions' inCond and
1631           outCond values, made RCALL a branch instruction
1632         * (pic16_unlinkpCode): keep C line if possible
1633         * (pic16_pCodeUnlink): removed cast on left side of assignment, have
1634           C line moved if possible
1635         * (pic16_getRegFrompCodeOp): NEW, improved version of...
1636         * (pic16_getRegFromInstruction,pic16_getRegFromInstruction2): changed
1637           to use new pic16_getRegFrompCodeOp (works for more SFRs)
1638         * (pic16_BuildFlow): fixed skip instructions with label (did not start
1639           new flow)
1640         * (pic16_getJumptabpCode): NEW, needed in...
1641         * (LinkFlow): fixed handling of jumptables, calls and conditional
1642           branches
1643         * (pic16_InsertCommentAfter): NEW
1644         * (pic16_pCodeReplace): made verbose and flow preserving
1645         * (AnalyzeFlow): added call to data flow analysis
1646         * src/pic16/pcode.h: added defmaps to pCodeFlow struct
1647         * src/pic16/pcodeflow.h: added PCC_STATUS to mean all STATUS bits
1648         * src/pic16/ralloc.c (packRegsForAssign): added return 1 in the end
1649
1650 2005-04-03 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
1651
1652         * src/SDCCast.c (decorateType): fixed bug #1105626
1653
1654 2005-04-02 Vangelis Rokas <vrokas AT users.sourceforge.net>
1655
1656         * device/include/asm/pic16/features.h,
1657         * pic18f*.h headers,
1658         * device/include/pic16/adc.h,
1659         * device/include/pic16/delay.h,
1660         * device/include/pic16/i2c.h,
1661         * device/include/pic16/malloc.h,
1662         * device/include/pic16/stdio.h,
1663         * device/include/pic16/stdlib.h,
1664         * device/include/pic16/string.h,
1665         * device/lib/pic16/libc/stdio/printf_tiny.c,
1666         * device/lib/pic16/libc/stdio/printf_small.c,
1667         * device/lib/pic16/libc/stdio/strmgpsim.c,
1668         * device/lib/pic16/libc/stdio/strmmssp.c,
1669         * device/lib/pic16/libc/stdio/strmusart.c,
1670         * device/lib/pic16/libc/stdio/vfprintf.c,
1671         * device/lib/pic16/libc/stdlib/ltoa.c,
1672         * device/lib/pic16/libc/stdlib/putchar.c,
1673         * device/lib/pic16/libc/stdlib/x_ftoa.c,
1674         * device/lib/pic16/libc/stdlib/memchrpgm.c,
1675         * device/lib/pic16/libc/stdlib/memchrram.c,
1676         * device/lib/pic16/libc/stdlib/memcpypgm2ram.c,
1677         * device/lib/pic16/libc/stdlib/memcpyram2ram.c,
1678         * device/lib/pic16/libio/adc/adcbusy.c,
1679         * device/lib/pic16/libio/adc/adcread.c,
1680         * device/lib/pic16/libio/adc/adcsetch.c,
1681         * device/lib/pic16/libio/usart/ubaud.c,
1682         * device/lib/pic16/libio/usart/ubusy.c,
1683         * device/lib/pic16/libio/usart/udrdy.c,
1684         * device/lib/pic16/libio/usart/uopen.c,
1685         * device/lib/pic16/libio/usart/uputc.c,
1686         * device/lib/pic16/libsdcc/gptr/gptrget1.c,
1687         * device/lib/pic16/libsdcc/gptr/gptrget2.c,
1688         * device/lib/pic16/libsdcc/gptr/gptrget3.c,
1689         * device/lib/pic16/libsdcc/gptr/gptrget4.c,
1690         * device/lib/pic16/libsdcc/gptr/gptrput1.c,
1691         * device/lib/pic16/libsdcc/gptr/gptrput2.c,
1692         * device/lib/pic16/libsdcc/gptr/gptrput3.c,
1693         * device/lib/pic16/libsdcc/gptr/gptrput4.c: modified all SDCC
1694         specific keywords to double underlined form,
1695         * device/lib/pic16/libc/Makefile.rules,
1696         * device/lib/pic16/libsdcc/Makefile.rules,
1697         * device/lib/pic16/libm/Makefile,
1698         * device/lib/pic16/libio/Makefile.rules: added CSTD macro in CFLAGS
1699         to compile with C standard set in Makefile.common
1700         * device/lib/pic16/libc/stdlib/Makefile: added new C sources
1701         rand.c and crc.c in compilation process,
1702         * device/lib/pic16/libsdcc/int/divuint.c,
1703         * device/lib/pic16/libsdcc/long/divulong.c: changed declaration of
1704         `c' from signed to unsigned,
1705         * device/lib/pic16/startup/crt0.c,
1706         * device/lib/pic16/startup/crt0i.c,
1707         * device/lib/pic16/startup/crt0iz.c: adopted to all SDCC specific
1708         keywords to double underlined form, bug fixes in _do_cinit function
1709         which prevented the correct initialization of the .idata segment,
1710         * src/pic16/pcoderegs.c (insideLRBlock): fixed a bug that caused the
1711         core to enter a infinite loop
1712         * device/lib/pic16/libc/stdlib/rand.c, crc.c: new files
1713
1714 2005-04-02 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
1715
1716         * src/SDCCicode.c (getArraySizePtr): fixed bug #1122171
1717
1718 2005-04-01 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
1719
1720         * device/include/Makefile.in: add support for hc08 subdirectory
1721         * device/include/hc08/: new subdirectory
1722         * device/include/hc08/mc68hc908jkjl.h: new header contributed by
1723         Lucas Loizaga, thanks!
1724         * device/include/hc08/mc68hc908qy.h,
1725         * device/include/hc08/mc68hc908gp32.h,
1726         * device/include/hc08/mc68hc908jb8.h: moved hc08 register defs to
1727         their own directory. Changed internal macro names to use the compiler
1728         reserved namespace. Changed SDCC specific keywords to double
1729         underlined form.
1730         * device/include/math.h,
1731         * device/include/malloc.h,
1732         * device/include/stdarg.h,
1733         * device/include/stdbool.h
1734         * device/include/string.h,
1735         * device/include/tinibios.h,
1736         * device/include/ds400rom.h,
1737         * device/include/8051.h,
1738         * device/include/8052.h,
1739         * device/include/80c51xa.h,
1740         * device/include/at89c55.h,
1741         * device/include/at89S8252.h,
1742         * device/include/at89x51.h,
1743         * device/include/at89x52.h,
1744         * device/include/ds80c390.h,
1745         * device/include/reg764.h,
1746         * device/include/regc515c.h,
1747         * device/include/sab80515.h,
1748         * device/include/mcs51/c8051f000.h,
1749         * device/include/mcs51/c8051f018.h,
1750         * device/include/mcs51/c8051f020.h,
1751         * device/include/mcs51/c8051f040.h,
1752         * device/include/mcs51/c8051f060.h,
1753         * device/include/mcs51/c8051f120.h,
1754         * device/include/mcs51/c8051f300.h,
1755         * device/include/mcs51/c8051f310.h,
1756         * device/include/mcs51/c8051f320.h,
1757         * device/include/mcs51/c8051f330.h,
1758         * device/include/mcs51/c8051f350.h,
1759         * device/include/z180.h: Changed SDCC specific keywords to double
1760         underlined form.
1761
1762 2005-03-31 Vangelis Rokas <vrokas AT users.sourceforge.net>
1763
1764         * src/pic16/device.c (Pics16[]): added devices 18F2550, 18F4331,
1765         18F4455,
1766         * (pic16_assignConfigWordValue): disable testing of configuration
1767         register value with config mask,
1768         * src/pic16/gen.c (pic16_testStackOverflow): prefix stack test
1769         function with port->fun_prefix,
1770         * (genFunction): when generating a naked interrupt function never
1771         create an absolute segment placed in interrupt vector address, place
1772         the actual interrupt function at IVA instead, when an interrupt
1773         function is generated with unspecified interrupt then do not create
1774         the absolute section,
1775         * (genGenPointerGet, genGenPointerSet, genPackBits): replace all
1776         code for generating a call to generic pointer get/put function with
1777         a call to function pic16_callGenericPointer(),
1778         * src/pic16/genutils.c (pic16_callGenericPointerRW): NEW, generates
1779         the call to the generic pointer get/put functions with prefixing the
1780         function name with port->fun_prefix,
1781         * src/pic16/glue.c (pic16glue): ifdef-out test of OF_LR_SUPPORT,
1782         * src/pic16/main.c (_process_pragma): prefix function with
1783         port->fun_prefix,
1784         * (_pic16_finaliseOptions): define macro __18Fxxxx macro when
1785         calling assembler, old 18Fxxxx macro is deprecated,
1786         * src/pic16/pcode.c (unlinkpCodeFromBranch): added PC_INLINE and
1787         PC_ASMDIR in while condition,
1788         * (findInstruction): add PC_ASMDIR in while condition,
1789         * (buildCallTree): prefix main with port->fun_prefix,
1790         * (pic16_pCode2str): fixed bug that didn't emit the memory access
1791         identifier for variable with banked access in instructions BTFSS,
1792         BTFSC, BCF, BSF, BTG
1793         * (AnalyzeFlow): moved call to OptimizepCode to pic16_AnalyzeBanking,
1794         * src/pic16/pcodepeep.c (pCodeOpCompare): increase size of b to 1024,
1795         * src/pic16/pcoderegs.c (pic16_pCodeRegoptimizeRegUsage): don't
1796         perform optimization when enviroment variable NO_REG_OPT is set,
1797         * (insideLRBlock): NEW, return 1 if register is inside an
1798         INF_LOCALREGS block,
1799         * (RemoveRegFromLRBlock): remove a register that is completely
1800         eliminated by register optimization, but it is still left in local
1801         register store/restore in/from stack block,
1802         * (Remove2pcodes): after removing register, check to see if it
1803         should be removed from local register store/restore in/from stack
1804         block,
1805         * src/pic16/ralloc.c (pic16_decodeOp): added decode for
1806         DUMMY_READ_VOLATILE,
1807
1808         * device/include/pic16/adc.h: minor prototype modifications and
1809         update,
1810         * device/include/pic16/malloc.h: added GPL notice various
1811         modifications,
1812         * device/include/pic16/stdint.h: NEW, standard header for ints
1813         * device/include/pic16/delay.h: NEW, header for delay functions,
1814         delay10tcy, delay100tcy, delay1ktcy, delay10ktcy, delay100ktcy,
1815         delay1mtcy,
1816         * device/include/pic16/signal.h: NEW, header providing helper macros
1817         for implementing signal handlers,
1818         * device/include/pic16/stdio.h: added prototypes for functions,
1819         printf, vprintf, sprintf, vsprintf, fprintf, vfprintf. Added
1820         prototypes for stdin and stdout, added macro PUTCHAR to
1821         automatically implement putchar function prototype,
1822         * device/include/pic16/usart.h: modified and updated USART library,
1823         * device/lib/pic16/libio/adc/,
1824         * device/lib/pic16/libio/i2c: some modifications to improve library
1825         performance,
1826         * device/lib/pic16/libc/stdio/: modifications for the new printf*
1827         family of functions,
1828         * device/lib/pic16/libc/stdlib/: various modifications in the malloc
1829         family of functions and other sources,
1830         * device/lib/pic16/libio/usart/: NEW, c sources for the usart module
1831         of the PIC18Fxx[28] devices,
1832         * device/lib/pic16/libc/delay/: NEW, c sources for the delay functions,
1833         * device/lib/pic16/libc/utils/: minor modifications in the .S sources,
1834         * device/lib/pic16/startup/{crt0i.c, crt0iz.c}: redesign of the
1835         _do_cinit function, because the previous failed when local variables
1836         where not placed in the same memory bank,
1837         * device/lib/pic16/libsdcc/char/: various modifications to improve
1838         library performance,
1839         * doc/sdccman.lyx: some reorganization of the PIC16 part, added many
1840         information on the new functions of the c library and more...
1841
1842 2005-03-28 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
1843
1844         * src/SDCCBBlock.c (iCodeBreakDown): fixed bug #1170212
1845
1846 2005-03-26 Raphael Neider <rneider AT web.de>
1847
1848         * src/pic16/gen.c (genSkipc): fixed semantics (execute branch
1849           if condition == CARRY)
1850         * (genCmp): adapted to new genSkipc semantics
1851         * src/pic16/genutils.c (pic6_genCmp_special): removed side effect
1852           on rIfx (genCmp was broken)
1853
1854 2005-03-26 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
1855
1856         * src/SDCCmain.c (setDefaultOptions, optionsTable[], parseCmdLine),
1857         * src/z80/main.c (_keywords[]),
1858         * src/SDCCglobal.h (struct options),
1859         * src/SDCC.y,
1860         * src/SDCC.lex (isTargetKeyword, doPragma, pragma_tbl[]): new pragmas
1861         to enable/disable SDCC and C99 extensions/keywords (std_c89, std_sdcc89,
1862         std_c99, std_sdcc99). Also, equivalent command line options (--std-c89,
1863         --std-sdcc89, --std-c99, --std-sdcc99). SDCC specific keywords are
1864         always available in leading double underscore form. The C99 support is
1865         mostly missing, but it's a start.
1866         * support/regression/tests/bug-227710.c: fixed nonconforming use of
1867         reserved identifier "__data".
1868
1869 2005-03-24 Maarten Brock <sourceforge.brock AT dse.nl>
1870
1871         * src/mcs51/peeph.def: fixed bug 1170013
1872
1873 2005-03-22 Maarten Brock <sourceforge.brock AT dse.nl>
1874
1875         * device/include/mcs51reg.h: fixed bug 842007
1876
1877 2005-03-21 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
1878
1879         * src/SDCCcflow.c (dfNumCompare): committed the wrong version of this
1880         last time.
1881
1882 2005-03-20 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
1883
1884         * src/port.h (struct PORT),
1885         * src/avr/ralloc.c (avr_assignRegisters),
1886         * src/avr/main.c,
1887         * src/ds390/ralloc.c (ds390_assignRegisters),
1888         * src/ds390/main.c,
1889         * src/hc08/ralloc.c (hc08_assignRegisters),
1890         * src/hc08/main.c,
1891         * src/mcs51/ralloc.c (mcs51_assignRegisters),
1892         * src/mcs51/main.c,
1893         * src/pic/ralloc.c (pic14_assignRegisters),
1894         * src/pic/main.c,
1895         * src/pic16/ralloc.c (pic16_assignRegisters),
1896         * src/pic16/main.c,
1897         * src/xa51/ralloc.c (xa51_assignRegisters),
1898         * src/xa51/main.c,
1899         * src/z80/ralloc.c (z80_assignRegisters),
1900         * src/z80/ralloc.h,
1901         * src/SDCCopt.c (eBBlockFromiCode, replaceRegEqv, killDeadCode),
1902         * src/SDCCcse.c (ifxOptimize, cseBBlock, cseAllBlocks),
1903         * src/SDCCcse.h,
1904         * src/SDCCdflow.c (computeDataFlow),
1905         * src/SDCCdflow.h,
1906         * src/SDCCloop.c (addDefInExprs, loopInvariants, loopOptimizations),
1907         * src/SDCCloop.h,
1908         * src/SDCCcflow.c (*),
1909         * src/SDCCcflow.h,
1910         * src/SDCCBBlock.c (iCodeBreakDown, dumpEbbsToFileExt, eBBWithEntryLabel),
1911         * src/SDCCBBlock.h (struct ebbIndex): new struct that keeps two copies
1912         of the eBBlock list, sorted by both bbnum and dfnum. (fixes bug with
1913         immedDom() returning wrong block; probably fixes bug #1160833)
1914
1915 2005-03-20 Borut Razem <borut.razem AT siol.net>
1916
1917         * support/scripts/inc2h.pl: WIN32 port
1918
1919 2005-03-19 Maarten Brock <sourceforge.brock AT dse.nl>
1920
1921         * device/lib/makefile.in: added abs.c and labs.c
1922
1923 2005-03-17 Maarten Brock <sourceforge.brock AT dse.nl>
1924
1925         * device/include/stdint.h: added
1926         * device/lib/abs.c: added
1927         * device/lib/labs.c: added
1928         * device/include/stdlib.h: added abs() and labs() prototypes
1929         * device/lib/libsdcc.lib: added abs and labs
1930         * device/include/float.h,
1931         * device/lib/_fsmul.c,
1932         * device/lib/printf_fast.c,
1933         * device/lib/printf_tiny.c: updated comments
1934
1935 2005-03-16 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
1936
1937         * src/SDCCicode.c (geniCodeSwitch, geniCodeJumpTable): fixed
1938         bug #1164313
1939
1940 2005-03-16 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
1941
1942         * src/SDCCcse.c (cseBBlock): retain assignment to self when volatile
1943         * src/SDCCast.c (isLoopCountable): fixed bug #1161985
1944
1945 2005-03-15 Maarten Brock <sourceforge.brock AT dse.nl>
1946
1947         * device/lib/printf_large.c: removed inline assembly for portability and
1948           readability. Use printf_fast if speed or size are more important.
1949         * src/pic16/gen.c: removed conditions around use of DEBUGpc
1950         * src/pic16/genutils.h: added define for DEBUGpc for MSVC
1951
1952 2005-03-15 Vangelis Rokas <vrokas AT users.sourceforge.net>
1953
1954         * src/pic16/genutils.c (pic16_genCmp_special): initialized offs to
1955         prevent compiler warning
1956
1957 2005-03-14 Vangelis Rokas <vrokas AT users.sourceforge.net>
1958
1959         * device/lib/pic16/startup/crt0i.c (_cinit): local variables where
1960         moved to level 0 and declared as static. Also they are explicit
1961         placed in access bank. This was necessery because some times they
1962         might cross memory bank boundaries. crt0iz.c is *NOT* updated!!!
1963         * src/pic16/device.h: added flag OPTIMIZE_CMP to enable some compare
1964         optimizations. Currently only compare to unsigned char is implemented,
1965         * src/pic16/gen.c: added fReturnIdx array,
1966         * (struct resolvedIfx) is moved to gen.h and made public,
1967         * (struct _G): added sregsAlloc and sregsAllocSet fields,
1968         * (aopForSym): added an optimization to directly store in stack of
1969         the operand of a SEND iCode,
1970         * (pic16_aopOp): don't return return registers as strings (AOP_STR)
1971         but as registers instead (AOP_REG) using the fReturnIdx array,
1972         * (pic16_freeAsmop): remove the freed register from the
1973         _G.sregsAlloc field,
1974         * (pic16_aopGet): in case AOP_STR, the compare to 'a' is changed to
1975         a compare of 'WREG',
1976         * (pic16_popGetTempRegCond): changed function prototype, now
1977         function takes also a bitVector argument v which holds the current
1978         set of registers that are allocated for stack access by aopForSym,
1979         registers allocated in aopForSym for accessing stack symbols are not
1980         any more part of the functions usedRegs field,
1981         * (genCall): some times aopOp is called for a stack variable to be
1982         send, aopForSym might perform the push, if this is true make sure
1983         that genCall doesn't push the variable twice by testing _G.resDirect,
1984         * (genFunction): changed testing for unspecified interrupt number
1985         from 256 to INTNO_UNSPEC,
1986         * modified selection scheme of frame pointer generation. Previously
1987         if function did use local registers a frame pointer was generated,
1988         now a frame pointer is generated only if function has arguments
1989         (that need PLUSW2 register access), or has stack arguments, or the
1990         compiler is not instructed to omit the frame pointer,
1991         * (genEndFunction): before restoring local registers that were saved
1992         in the function preamble, also restore the registers that *might*
1993         have been allocated for stack access,
1994         * (genRet): removed some old comments,
1995         * (genCmp, the active (RN's) version): added a call to the
1996         pic16_genCmp_special function to perform the compare with a more
1997         robust and optimized way,
1998         * (genInline): a feature has been added in inline code generation,
1999         which allows a wildcard variable substitution when writing inline
2000         assembly. Code is incomplete and experimental therefore undocumented,
2001         * (genCast): changed order of aopOp for result and right to allow
2002         aopForSym to directly load the result if possible,
2003         * src/pic16/genutils.c (selectCompareOp, pic16_genCmp_special): NEW,
2004         perform an optimized compare on some selected special occasions,
2005         * src/pic16/genutils.h: declaration of resolvedIfx structure from gen.c,
2006         * src/pic16/glue.c (pic16createInterrupVect): make sure we never
2007         generate an IVT any more,
2008         * src/pic16/main.c (pic16_optionsTable): added command line option
2009         --optimize-cmp,
2010         * (_pic16_initPaths): when calling C preprocessor define pic18fXXXX
2011         macro too, when calling assembler define pic18fXXXX *and* __18Fxxxx
2012         macros,
2013         * src/pic16/NOTES: Raphael Neider added in list of active developers
2014         * src/pic16/pcode.c (OPT_TYPE_STR): added strings jumptable_begin and
2015         jumptable_end to prevent bug #,
2016         * (pic16_pciADDWFC, ADDFWC, COMF, CLRF): added some missing flags in
2017         inCond and outCond fields,
2018         * src/pic16/pcoderegs.c (pCodeOptime2pCodes): add a fix for bug #,
2019         * src/pic16/ralloc.c (serialRegAssign): explicit set willCS to 0 to
2020         turn off register spilling,
2021         * (packRegsForOneUse): synced with other ports' versions although it
2022         is not used currently,
2023         * (pic16_packRegisters): added an optimization while reading
2024         structure bitfields, some registers may be saved (malloc code is
2025         decreased by 80 bytes)
2026
2027 2005-03-12 Vangelis Rokas <vrokas AT users.sourceforge.net>
2028
2029         * src/SDCCcse.c (cseBBlock): inside 'do operand lookup' loop test if
2030         left is a bitfield, if yes, then don't optimize assignment. Perhaps
2031         this can be optimized more?
2032
2033 2005-03-10 Raphael Neider <rneider AT web.de>
2034
2035         * src/pic16/gen.c (pic16_loadFSR0, genPackBits, genUnpackBits,
2036           genNearPointerGet): (hopefully) fixed access to bitfields via
2037           pointers (p->bitN = x; and x = p->bitN; failed)
2038
2039 2005-03-09 Paul Stoffregen <paul AT pjrc.com>
2040
2041         * device/lib/printf_fast.c: fix leading zero format, eg "%02d"
2042
2043 2005-03-09 Raphael Neider <rneider AT web.de>
2044
2045         * src/SDCCopt.c (killDeadCode): fixed bug #1156016
2046
2047 2005-03-06 Maarten Brock <sourceforge.brock AT dse.nl>
2048
2049         * src/SDCCicode.h: moved CRITICAL and ENDCRITICAL from SKIP_IC2 to SKIP_IC
2050         * src/mcs51/ralloc.c (willCauseSpill): added check for REG_BIT type,
2051           (regTypeNum): set REG_BIT type if necessary
2052         * src/mcs51/ralloc.h: added define REG_BIT, used to fix bug 1144613
2053         * support/regression/tests/critical.c: check bug 1144613
2054
2055 2005-03-02 Raphael Neider <rneider AT web.de>
2056
2057         * src/pic16/gen.c (genRightShiftLiteral): fixed bug #1154256
2058
2059 2005-02-26 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
2060
2061         * src/avr/ralloc.c (serialRegAssign),
2062         * src/ds390/ralloc.c (serialRegAssign),
2063         * src/hc08/ralloc.c (serialRegAssign),
2064         * src/mcs51/ralloc.c (serialRegAssign),
2065         * src/pic/ralloc.c (serialRegAssign),
2066         * src/pic16/ralloc.c (serialRegAssign),
2067         * src/xa51/ralloc.c (serialRegAssign),
2068         * src/z80/ralloc.c (serialRegAssign): fixed bug #1105154
2069
2070 2005-02-22 Maarten Brock <sourceforge.brock AT dse.nl>
2071
2072         * src/SDCCast.c (decorateType): fixed bug 1124787
2073
2074 2005-02-20 Hubert Sack <sack AT digiplan.de>
2075         committed by Frieder Ferlemann <Frieder.Ferlemann AT web.de>
2076
2077         * src/mcs51/peeph.def: added peepholes 3.h-k and 132.a-f from
2078         patch #1121755
2079
2080 2005-02-20 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
2081
2082         * src/SDCCpeeph.def: new keyword "labelRefCountChange" which allows peepholes
2083         to keep the correct label reference count when adding/removing references
2084         to labels. A peephole file using this is appended to patch #1144962.
2085
2086 2005-02-14 Raphael Neider <rneider AT web.de>
2087
2088         * device/lib/pic16/libc/string/memccpy.c: changed 3rd argument to char
2089         * src/SDCC.lex (process_pragma): fixed to make disable_warning work for PIC16
2090         * src/pic16/gen.c (aopForSym, calls to pic16_aopOp): prevent unneccessary
2091           retrievals of result operand's value on assignment
2092
2093 2005-02-13 Vangelis Rokas <vrokas AT otenet.gr>
2094
2095         * device/include/pic16/string.h: modified prototype for memccpy()
2096         to memccpy(void *, void *, char, size_t)
2097         * src/pic16/gen.c (genFunction, genEndFunction): reenable if-case to
2098         check whether to omit frame pointer or not,
2099         * (genInline): convert all occurences of "\n" to LF in inline
2100         assembler blocks, this helps formatting the inline text,
2101         * (pic16_loadFSR0): modified prototype,
2102         * (genNearPointerGet, genNearPointerSet): reorganization of code,
2103         removed some 8051 legacy code,
2104         * (genPackBits): enabled handling bitfields exceeding one byte in size,
2105         * src/pic16/ralloc.c (pic16_assignRegisters): clear dynrIdx variable
2106         before allocating temporary registers in functions,
2107
2108 2005-02-11 Maarten Brock <sourceforge.brock AT dse.nl>
2109
2110         * support/regression/tests/bitvars.c: corrected the "fix"
2111
2112 2005-02-10 Maarten Brock <sourceforge.brock AT dse.nl>
2113
2114         * support/regression/tests/bitvars.c,
2115         * support/regression/tests/bitwise.c,
2116         * support/regression/tests/rotate.c: "fixed" problems on Alpha
2117
2118 2005-02-10 Raphael Neider <rneider AT web.de>
2119
2120         * src/pic16/pcode.c (assignToSameBank) : fixed cast to pointer of
2121           different size for Alpha
2122         * src/pic16/gen.c (genCmpEq) : improved compare with 0
2123
2124 2005-02-09 Raphael Neider <rneider AT web.de>
2125
2126         * src/SDCC.lex(doPragma) : save and restore warning options as well
2127           (also added new stack plus clone- and copyAndFreeSDCCERRG())
2128         * have #pragma less_pedantic set the errorlevel to WARNING
2129           (fixes #1117001)
2130         * (cloneOptimize) : fixed wrong malloc's size
2131         * support/Util/SDCCerr.[ch] : made SDCCERRG globally accessible to
2132           facilitate correct handling of #pragma (save|restore)
2133
2134 2005-02-09 Maarten Brock <sourceforge.brock AT dse.nl>
2135
2136         * src/mcs51/gen.c: removed non-standard C nameless struct/union
2137
2138 2005-02-04 Slade Rich <slade_rich AT users.sourceforge.net>
2139
2140         * src/pic/gen.c : Fix for bugs #1080519 & #1115662.
2141
2142 2005-02-03 Maarten Brock <sourceforge.brock AT dse.nl>
2143
2144         * device/include/mcs51/c8051f120.h: added declarations for sbit port 2,3&4
2145
2146 2005-02-02 Raphael Neider <rneider AT web.de>
2147
2148         * src/SDCCast.c (processParms): disabled W_NONRENT_ARGS for pic16 port
2149         * src/pic16/gen.c (aopForSym): reenabled special case for function pointers
2150         * (pic16_storeForReturn): fixed to allow returning function pointers
2151         * (genPackBits): improved accessing full bytes, implemented for GPOINTERs
2152         * device/include/pic16/{stddef.h,stdbool.h}: added
2153
2154 2005-02-02 Maarten Brock <sourceforge.brock AT dse.nl>
2155
2156         * device/include/mcs51/c8051f040.h: added define CPT2_PAGE
2157
2158 2005-02-01 Slade Rich <slade_rich AT users.sourceforge.net>
2159
2160         * src/pic16/pic16.dsp : Added file graph.c to make it compile under windows
2161         * src/pic16/Makefile.bcc : Do not use this file but added file graph.c as it
2162          appeared to be required
2163
2164 2005-01-31 Borut Razem <borut.razem AT siol.net>
2165
2166         * support/scripts/sdcc.nsi: added include/asm/ds390, include/asm/mcs51,
2167           include/mcs51 and include/z80 directories to the package
2168
2169 2005-01-26 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
2170
2171         * src/hc08/gen.c (genFunction): fixed bug #1112752
2172
2173 2005-01-30 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
2174
2175         * src/mcs51/peeph.def: adapted peephole 258.x to changed gen.c (genAnd)
2176
2177 2005-01-29 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
2178
2179         * src/mcs51/gen.c (genAnd): accessing LSB/MSB by rotating acc
2180
2181 2005-01-29 Maarten Brock <sourceforge.brock AT dse.nl>
2182
2183         * device/include/Makefile.in: create/copy mcs51 and z80 include subdirs
2184
2185 2005-01-27 Maarten Brock <sourceforge.brock AT dse.nl>
2186
2187         * device/include/c8051fxxx.h: removed these 6 files
2188         * device/include/mcs51/c8051fxxx.h: added these 11 new files
2189
2190 2005-01-26 Raphael Neider <rneider AT web.de>
2191
2192         * src/pic16/gen.c (genAssign): fixed assignment from longs
2193           in codespace (were cut to three bytes)
2194         * (genDummyRead): implemented (except for CODESPACE...),
2195           fixed bug #1108575
2196         * src/pic16/glue.c (emitStatistics): beautified
2197         * device/lib/pic16/libm/Makefile: added include path
2198
2199 2005-01-26 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
2200
2201         * src/z80/gen.c (aopPut): fixed bug #1103902
2202
2203 2005-01-25 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
2204
2205         * device/lib/expf.c: fixed bug #1095792
2206
2207 2005-01-24 Vangelis Rokas <vrokas AT otenet.gr>
2208
2209         * device/lib/pic16/libm: added Math library sources
2210
2211 2005-01-24 Raphael Neider <rneider AT web.de>
2212
2213         * src/pic16/pcode.h: added second memory operand to pCodeOpReg
2214           to enable upcast to pCodeOpReg2 (there is no type tag to
2215           differenciate the two and pic16_popGet2p cast into PCOR2)
2216         * src/pic16/main.c (_process_pragma): fixed another malloc bug
2217           (sizeof(sectNames) changed to sizeof(sectName))
2218           Both patches fix segfaults under MinGW.
2219
2220 2005-01-23 Raphael Neider <rneider AT web.de>
2221
2222         * src/pic16/{device.c,pcode.c}: s/free/Safe_free/g for
2223           Safe_[mc]?alloc()'ed variables
2224         * src/pic16/gen.c (pic16_aopOp,pic16_popGet): added handling
2225           of (byte sized) temporaries (assign them to WREG for now)
2226         * src/pic16/main.c (_process_pragma): fixed nasty malloc bug
2227           (used sizeof(set *sectSyms) instead of sizeof(struct sectSym)),
2228           this might fix SIGSEGVs on MinGW...
2229         * src/SDCCopt.c (killDeadCode): restored original behaviour
2230           (volatile operands might get thrown away though)
2231
2232 2005-01-23 Vangelis Rokas <vrokas AT otenet.gr>
2233
2234         * src/pic16/gen.c: fixed bug #1106975,
2235         * src/pic16/gen.c: fixed possible bug #1102572, now during TOS
2236         pointer update, INTCON is saved, global interrupts are disabled and
2237         restored after updateing TOS.
2238         * src/SDCC.y, src/SDCC.lex, src/SDCCsymt.c, src/SDCCsymt.h:
2239         * added function attribute 'shadowregs' to take advantage of shadow
2240         registers,
2241         * added function attribute 'wparam' as an alternative to the wparam
2242         pragma,
2243         * support/Utils/SDCCerr.[ch]: added error E_SHADOWREGS_NO_ISR when
2244         user declares a non-ISR function as 'shadowregs',
2245         * doc/sdccman.lyx: updated to reflect recent changes of pic16 port
2246
2247 2005-01-22 Vangelis Rokas <vrokas AT otenet.gr>
2248
2249         * .version: bumped version number to 2.4.8
2250         * device/lib/pic16/pics.all: list of PIC18F devices supported by
2251         pic16 port,
2252         * device/lib/pic16/libio/i2c/: I2C module support library,
2253         * device/include/pic16/i2c.h: I2C support library header,
2254         * device/lib/pic16/libc/stdio/: standard IO support sources,
2255         * (printf_small.c): printf_small() source, supports float print,
2256         * (printf_tiny.c): printf_tiny() source, does not support floats,
2257         * device/lib/pic16/Makefile.common.in: added OPT_FLAGS macro to
2258         enable global optimizations for entire library source, other
2259         Makefiles in the source tree are also modified to reflect this,
2260         * device/lib/pic16/libc/stdlib/putchar.c (putchar): dummy putchar()
2261         function,
2262         * doc/sdccman.lyx: updated to reflect new changes,
2263         * src/pic16/gen.c (aopForSym): don't handle sym->iaccess in
2264         sym->onStack if-case,
2265         * src/pic16/main.c (_pic16_keywords): commented out keywords bit,
2266         sbit, idata, _idata, xdata, _xdata,
2267         * added pragma library, to link an external library, (see doc),
2268         * removed command line options, --pomit-config-words, --pomit-ivt,
2269         --pleave-reset-vector,
2270         * (pic16_finaliseOptions): when define macro SDCC_MODEL_{SMALL/LARGE}
2271         when calling assembler to reflect memory model used, also define
2272         macro STACK_MODEL_{SMALL/LARGE} when compiling and assembling to
2273         reflect stack model used,
2274         * src/pic16/ralloc.c (pic16_allocDirReg): when operand is allocated
2275         on stack return NULL,
2276
2277 2005-01-22 Daniel Winkler <post AT danielwinkler.de>
2278
2279         * src/SDCCopt.c (killDeadCode): do not throw iCodes away if one
2280           of the operands is volatile. Fixes #1020220
2281
2282 2005-01-22 Daniel Winkler <post AT danielwinkler.de>
2283
2284         * src/pic16/pcoderegs.c (pCodeOptime2pCodes): reenabled optimization
2285         * (OptimizeRegUsage): make sure that there is really no other flow where
2286           the first pCode is used
2287
2288 2005-01-22 Raphael Neider <rneider AT web.de>
2289
2290         * src/pic16/pcoderegs.c (pCodeOptime2pCodes): disabled optimization
2291           to fix #1106967 (pCode->seq are not set up correctly)
2292
2293 2005-01-22 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
2294
2295         * src/SDCCglue.c (glue): make sure code area is declared before the
2296         static initialization area.
2297
2298 2005-01-21 Raphael Neider <rneider AT web.de>
2299
2300         * device/lib/Makefile.in: fixed test for pic16 install dir
2301         * device/lib/pic16/*/Makefile*: modified compile flags to enable
2302           optimizations
2303         * doc/sdccman.lyx: updated banksel optimization, removed --flr-support and
2304           added --optimize-goto compiler switch and pragma wparam documentation
2305         * src/pic16/pcode.c (pic16_OptimizeBanksel): removed statistics dump
2306         * src/pic16/pcodepeep.c (pic16_pCodeOpCopy): fixed copying of WREG, PRODL
2307           and PRODH closing bug #1071770 (peephole optimizer)
2308
2309 2005-01-19 Raphael Neider <rneider AT web.de>
2310
2311         * src/SDCCglobl.h: ensure that PATH_MAX >= 2048 to guarantee
2312           cmdLine buffers (used when calling sdcpp...) are large enough
2313           (MAX_PATH=256 truncates arguments leading to system halts when
2314           used in MinGW...)
2315         * src/pic16/gen.c (pic16_sameRegs): relaxed size criterion
2316         * (genUminus): rewritten to for efficiency
2317         * (genNearPointer[GS]et): enforce reloading of FSR0 (was still
2318           used uninitialized in some cases)
2319         * (genCast): upcasting a 16bit int to a 24bit GPOINTER may not
2320           copy the third byte from the int -- now assumes 0x80 (data memory)
2321         * src/pic16/genarith.c (pic16_genPlus): fixed bug when swapping
2322           operands (genAddLit expects the iCode's operands to swapped as
2323           well), fixed leftover bytes (crashed for short left operands)
2324         * (pic16_genMinusDec): performance improvements, removed false
2325           PIC14 emitSKPNCs
2326         * (pic16_genMinus): fixed to cope with differently sized operands
2327         * src/pic16/glue.c (pic16_glue): added new banksel optimization
2328           for --obanksel > 1
2329         * src/pic16/pcode.c: implemented (first phase of) banksel optimization
2330         * src/pic16/graph.[ch]: implementation of directed graphs, used by
2331           new banksel optimization
2332         * src/pic16/pcoderegs.c (pCodeRegMapLiveRangesInFlow): prevented
2333           analysis for temporary registers (segfaults...)
2334         * src/pic16/peeph.def: added rule
2335
2336 2005-01-18 Vangelis Rokas <vrokas AT otenet.gr>
2337
2338         * device/lib/pic16/libc/stdlib/x_ftoa.c: it defines x_ftoa function
2339         which converts a float number to its ASCII representation
2340         * device/lib/pic16/libc/utils/cnvfrac.S,cnvint.S: support
2341         functions to convert the fractional and integer part of a float to ASCII,
2342         * device/lib/pic16/libc/stdlib/(calloc.c,free.c, malloc.c,
2343         realloc.c): added _MALLOC_SPEC to explicit place variables in data
2344         ram
2345         * device/include/asm/pic16/features.h: added _CODE, _DATA, _AUTOMEM,
2346         _STATMEM macros,
2347         * device/include/pic16/adc.h: added GPL info,
2348         * src/pic16/gen.c (genIfxpCOpJump): perform an genIfxJump but using
2349         a pCodeOp as tested operand,
2350         * (genNearPointerGet): optimized bit testing, does not use
2351         intermediate register for bit value, test directly instead with
2352         BTFSS, BTFSC, works only for single bits,
2353         * (genpic16Code): dump the name of the iCode in the asm,
2354         * src/pic16/ralloc.c (decodeOp): removed static declaration and
2355         renamed to pic16_decodeOp,
2356         * (serialRegAssign): do not allocate a temporary register for iCode
2357         sequences that test a single bit for 1/0
2358
2359 2005-01-12 Vangelis Rokas <vrokas AT otenet.gr>
2360
2361         * src/pic16/pcode.[ch]: introduced pic16_stackpnt_*,
2362         pic16_framepnt_*, pic16_stack_*, pic1_frame_* pointer variables to
2363         access stack and frame pointers. They are initially assigned to
2364         point at pic16_pc_fsr1[lh] and pic16_pc_fsr2[lh] variables and other
2365         accessing SFRs. Updated all occurences of modification of stack or
2366         frame pointer in gen.c and pcode.c,
2367         * src/pic16/ralloc.c (serialRegAssign): fixed two bugs with
2368         assigning of a literal value to pointers,
2369         * src/pic16/main.c (pic16_finiliseOptions): set pre-processor define
2370         flag STACK_MODEL_SMALL or STACK_MODEL_LARGE according to the model
2371         selected
2372
2373 2005-01-11 Vangelis Rokas <vrokas AT otenet.gr>
2374
2375         * doc/sdccman.lyx: update documentation about stack pragma, added
2376         some info for stack memory models
2377
2378 2005-01-08 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
2379
2380         * src/pic16/gen.c (DEBUGpc): MSVC 6 does not support macro variable arguments
2381
2382 2005-01-08 Raphael Neider <rneider AT web.de>
2383
2384         * src/pic16/device.c (pic16_dump_usection): changed naming scheme for
2385           udata sections to fix bug #1097823
2386
2387 2005-01-05 Raphael Neider <rneider AT web.de>
2388
2389         * src/pic16/gen.c (genGenericShift): added handling of differently
2390           sized left operand and result
2391
2392 2005-01-04 Raphael Neider <rneider AT web.de>
2393
2394         * src/pic16/gen.c (genIfxJump): fixed inverted skips on CARRY
2395         * (genIfx): fixed (?) read from uninitialized SPIL_LOC (now assumes CARRY
2396           to hold the condition bit)
2397         * added new version of genCmp (old code available via #define)
2398         * added new version of genShiftLeft/genShiftRight in a generic
2399           way, now supports shifting by negative values
2400         * (genLeftShiftLiteral, genRightShiftLiteral): use absolute value of
2401           shiftCount (expected by genGenericShift)
2402         * src/pic16/genarith.c (genPlus): added code for adding CARRY+literal
2403         * src/pic16/pcode.c (pic16_OptimizeJumps): removed annoying statistics
2404           dump
2405         * (pic16_newpCodeOpLit): changed to cast to unsigned char (as e.g. -32766
2406           is an invalid literal too...)
2407
2408 2005-01-04 Vangelis Rokas <vrokas AT otenet.gr>
2409
2410         * src/pic16/gen.c (aopForSym, genEndFunction): applied some fixes
2411         from Raphael Neider,
2412         * src/pic16/pcode.c (pic16_newpCodeOpLit): removed casting to char
2413         for 8-bit literals. This fixes some literal operands which are sign
2414         extended to 16-bits ints when instruction needs only 8-bits.
2415
2416 2004-12-31 Paul Stoffregen <paul AT pjrc.com>
2417
2418         * device/lib/logf.c: added mcs51 assembly version
2419         * device/lib/expf.c: added mcs51 assembly version
2420         * device/lib/_logexpf.c: new shared asm code for expf and logf
2421         * device/include/math.h: add defines for assembly math library
2422         * device/lib/Makefile.in: build new _logexpf.c
2423         * device/lib/libfloat.lib: use new _logexpf.c
2424
2425 2004-12-29 Slade Rich <slade_rich AT users.sourceforge.net>
2426
2427         * src/pic/device.c
2428         * src/pic/pcode.c : adjusted internal stack and pre-allocated registers for
2429           device types which have less than 0x7f registers.
2430
2431 2004-12-29 Slade Rich <slade_rich AT users.sourceforge.net>
2432
2433         * src/pic/genarith.c : Fixed problem with subtraction where the result would not be updated when borrowing.
2434
2435 2004-12-28 Paul Stoffregen <paul AT pjrc.com>
2436
2437         * device/lib/printf_fast.c: only build on supported arch.
2438         * device/lib/printf_tiny.c: only build on supported arch.
2439         * device/lib/printf_fast_f.c: only build if asm float lib
2440         * device/lib/_fsget1arg.c: only build if asm float lib
2441         * device/lib/_fsget2args.c: only build if asm float lib
2442         * device/lib/_fsnormalize.c: only build if asm float lib
2443         * device/lib/_fsreturnval.c: only build if asm float lib
2444         * device/lib/_fsrshift.c: only build if asm float lib
2445         * device/lib/_fsswapargs.c: only build if asm float lib
2446         * device/include/stdio.h: don't provide print_fast,
2447           print_fast_f, print_tiny prototypes if --xstack used
2448
2449 2004-12-28 Maarten Brock <sourceforge.brock AT dse.nl>
2450
2451         * device/lib/sincosf.c (sincosf): don't invert bit/bool by ~
2452         * support/regression/ports/mcs51-stack-auto/spec.mk: added new _fs.. files
2453           to the SOURCES
2454
2455 2004-12-28 Paul Stoffregen <paul AT pjrc.com>
2456
2457         * device/lib/printf_fast_f.c: same as printf_fast, but
2458           with floating point enabled
2459         * device/lib/printf_fast.c: minor tweaks
2460         * device/include/stdio.h: add printf_fast_f
2461
2462 2004-12-27 Paul Stoffregen <paul AT pjrc.com>
2463
2464         * src/SDCCmain.c: make --float-reent default for mcs51
2465         * device/lib/_fsadd.c: added mcs51 assembly version
2466         * device/lib/_fssub.c: added mcs51 assembly version
2467         * device/lib/_fsmul.c: added mcs51 assembly version
2468         * device/lib/_fsdiv.c: added mcs51 assembly version
2469         * device/lib/_fseq.c: added mcs51 assembly version
2470         * device/lib/_fsneq.c: added mcs51 assembly version
2471         * device/lib/_fsgt.c: added mcs51 assembly version
2472         * device/lib/_fslt.c: added mcs51 assembly version
2473         * device/lib/_fscmp.c: shared code for fseq,fsgt,fslt,fsneq
2474         * device/lib/Makefile.in: add _fscmp to build
2475         * device/lib/libfloat.lib: add _fscmp to build
2476
2477 2004-12-27 Paul Stoffregen <paul AT pjrc.com>
2478
2479         * device/lib/_fs2slong.c: added mcs51 assembly version
2480         * device/lib/_fs2sint.c: added mcs51 assembly version
2481         * device/lib/_fs2schar.c: added mcs51 assembly version
2482         * device/lib/_fs2ulong.c: added mcs51 assembly version
2483         * device/lib/_fs2uint.c: added mcs51 assembly version
2484         * device/lib/_fs2uchar.c: added mcs51 assembly version
2485         * device/lib/_slong2fs.c: added mcs51 assembly version
2486         * device/lib/_sint2fs.c: added mcs51 assembly version
2487         * device/lib/_schar2fs.c: added mcs51 assembly version
2488         * device/lib/_ulong2fs.c: added mcs51 assembly version
2489         * device/lib/_uint2fs.c: added mcs51 assembly version
2490         * device/lib/_uchar2fs.c: added mcs51 assembly version
2491         * device/include/float.h: added #define to select asm vs c
2492
2493 2004-12-26 Paul Stoffregen <paul AT pjrc.com>
2494
2495         * device/lib/printf_fast.c: improvements to float output
2496         * device/include/float.h: add defines for assembly float library
2497         * device/lib/_fsget1arg.c: receive 1 float arg
2498         * device/lib/_fsget2args.c: receive 2 float args (reentrant)
2499         * device/lib/_fsnormalize.c: normalize a float
2500         * device/lib/_fsreturnval.c: return float, various helper routines
2501         * device/lib/_fsrshift.c: right shift a float's mantissa
2502         * device/lib/_fsswapargs.c: swap 2 floats
2503         * device/lib/Makefile.in: build these 6 new files for mcs51
2504         * device/lib/libfloat.lib: add these 6 files to the library
2505
2506 2004-12-26 Borut Razem <borut.razem AT siol.net>
2507
2508         * sim/ucsim/avr.src/arith_inst.cc: fixed bug #1088372- savr is not
2509           built by gcc 3.4.2
2510
2511 2004-12-25 Paul Stoffregen <paul AT pjrc.com>
2512
2513         * device/lib/printf_tiny.c: printf for mcs51 in only 267 bytes,
2514           and fully reentrant and register bank neutral.
2515         * device/lib/printf_fast.c: added float (not enabled by default),
2516           added compact/slower integer (also not enabled by default),
2517           improved size/speed of fast integer code, other minor changes
2518         * device/include/stdio.h, device/lib/Makefile.in,
2519           device/lib/libsdcc.lib: integrate printf_tiny into mcs51 build
2520
2521 2004-12-24 Maarten Brock <sourceforge.brock AT dse.nl>
2522
2523         * src/pic16/pcode.c: declaring variables other than at the start of a
2524           block is not supported in C by VC6.
2525
2526 2004-12-22 Vangelis Rokas <vrokas AT otenet.gr>
2527
2528         * applied a previous patch from Raphael Neider that wasn't included
2529         in the previous commits, which fixes infinite loops within jumptable
2530         improvements,
2531         * made some fixes that previous patches introduced
2532
2533 2004-12-21 Vangelis Rokas <vrokas AT otenet.gr>
2534
2535         * src/pic16/gen.c (pic16_aopGet): applied fix from Raphael Neider
2536         that fixes an issue with AOP_PCODE asmop's offset,
2537         * (pic16_popCopyReg): update instance field too,
2538         * (mov2w): modified to pic16_mov2w because it conflicts with mov2w
2539         function of pic port,
2540         * (genCmp, genAnd, genAssign),
2541         * src/pic16/genarith.c (genAddLit): some fixes from Raphael Neider,
2542
2543 2004-12-20 Vangelis Rokas <vrokas AT otenet.gr>
2544
2545         * src/SDCCast.c (gatherAutoInit): allow pic16 to emit static
2546         variables initial values to idata section,
2547         * src/SDCCicode.c (geniCodeCall): patch from ### to fix unreferenced
2548         variables in some functions. This utilizes parmBytes field of iCode
2549         structure to hold the offset of the variable in stack. (might be
2550         able to use the stack field too?)
2551         * applied patch from Raphael Neider # ### , # ###
2552         * src/pic16/glue.c (pic16emitRegularMap): fix to print static
2553         variable initial values in idata section,
2554         * src/pic16/ralloc.c (pic16_allocDirReg): don't allocate register
2555         for static variables with initial value
2556         * src/device/lib/pic16/libsdcc/float/ulong2fs.c (__ulong2fs):
2557         applied fix in while loop from Raphael Neider.
2558
2559 2004-12-19 Maarten Brock <sourceforge.brock AT dse.nl>
2560
2561         * src/ds390/gen.c (genCpl): fixed bit=~(char/bit) bugs, added warning
2562         * src/ds390/main.c (_ds390_regparm): don't pass bit params in registers
2563         * src/ds390/ralloc.c (serialRegAssign): spill bits
2564         * src/mcs51/gen.c (genCpl): fixed bit=~(char) bugs, added warning
2565         * support/Util/SDCCerr.c,
2566         * support/Util/SDCCerr.h: added warning W_COMPLEMENT for using bit=~(bit)
2567         * support/regression/tests/bitvars.c: added tests for bitwise complement(~)
2568         * support/regression/tests/bitwise.c: added test for bitwise complement(~)
2569
2570 2004-12-09 Maarten Brock <sourceforge.brock AT dse.nl>
2571
2572         * device/include/sdcc-lib.h: inserted LGPL, added includes
2573           asm/ds390/features.h and asm/mcs51/features.h
2574         * device/include/asm/default/features.h,
2575         * device/include/asm/gbz80/features.h,
2576         * device/include/asm/z80/features.h: added empty _AUTOMEM
2577           and _STATMEM
2578         * device/include/asm/ds390/features.h,
2579         * device/include/asm/mcs51/features.h: added files with defines for
2580           _AUTOMEM and _STATMEM indicating automatic and static storage class
2581         * device/lib/printf_large.c (_print_format): optimized & used _AUTOMEM
2582         * doc/sdccman.lyx: version 2.4.7, updated xstack documentation
2583         * src/SDCCicode.c (geniCodeCast),
2584         * src/SDCCsymt.c (compareType): allow cast of data-ptr to idata-ptr
2585         * src/SDCCloop.c (loopInduction): removed unused variable lr
2586         * src/SDCCopt.c (convilong, convertToFcall): moved "easy special case"
2587           to convertToFcall to include char modulo (RFE 1065037), added check
2588           if left operand is unsigned and use abs of literal value
2589         * src/SDCCpeeph.c (setFromConditionArgs): removed double quotes option
2590           as it doesn't work after conversion from peephole.def to peephole.rul
2591         * src/mcs51/gen.c (toBoolean): added check for size,
2592           (genModOneByte): optimized code for signed char modulo a literal
2593           power of 2 (thanks to Hubert Sack),
2594           (genRRC): removed unnecessary "clr c",
2595           (genRLC): replaced "add a,acc" with cheaper "rlc a"
2596         * src/mcs51/peeph.def: renamed 115 to 115.a, added rule 115.b: another
2597           jump optimization,
2598           swapped rules 256.c and 256.d,
2599           extended 256.d by using new multiple checks (thanks Erik),
2600           added rules 256.e and 256.f,
2601           updated rule 261.a and 261.b to new generated code
2602         * support/regression/tests/muldiv.c: added test div/mod by a power of 2
2603
2604 2004-12-07 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
2605
2606         * src/SDCCloop.c (basicInduction, loopInduction): fixed several
2607           induction related bugs, including first part of bug #1074377
2608
2609 2004-12-05 Vangelis Rokas <vrokas AT otenet.gr>
2610
2611         * applied patch from bug-report #1076292,
2612         * applied patches for genAnd and Goto-optimizations for Raphael
2613         Neider,
2614         * src/SDCCicode.c (printOperand): fixed !REGA source to compile and
2615         dump a less iCode information,
2616         * src/pic16/device.h (pic16_options_t): added field debgen,
2617         * src/pic16/gen.h: added macros DUMP_FUNCTION_ENTRY,
2618         DUMP_FUNCTION_EXIT, FENTRY, FENTRY2,
2619         * src/pic16/gen.c (my_powof2): renamed to pic16_my_powof2 and made
2620         puclic,
2621         * (various functions): added macros FENTRY and FENTRY2 to functions,
2622         to emit function prologue,
2623         * (various functions): fixed indentation,
2624         * (genNearPointerGet): fixed loading of FSR0,
2625         * (genPackBits): applied patch from Raphael Neider to fix updating
2626         of FSR0 and touching only the modified bits,
2627         * src/pic16/genarith.c (various functions): added macros FENTRY to
2628         emit function prologue in comments,
2629         * src/pic16/pcode.h: added functions debugf2, debugf3,
2630         * src/pic16/ralloc.c: partial fix for packForPush caused
2631         segmentation fault,
2632
2633 2004-12-04 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
2634
2635         * src/mcs51/peeph.def: added 261.a,b (16 bit rotate) by Stas Sergeev
2636           <stsp AT users.sourceforge.net> with reversed byte order
2637         * support/regression/tests/rotate.c: added (ds390 skips some tests)
2638
2639 2004-12-03 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
2640
2641         * src/z80/gen.c (genLeftShift, genRightShift): fixed second part of
2642           bug #1074377
2643         * src/hc08/gen.c (genrshFour, shiftRLong, shiftLLong),
2644         * src/mcs51/gen.c (shiftLLong): Fixed some shifting bugs Frieder found
2645
2646 2004-12-02 Slade Rich <slade_rich AT users.sourceforge.net>
2647
2648         * src/pic/pcode.c : fixed a problem where banksel was not being inserted.
2649
2650 2004-12-02 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
2651
2652         * src/SDCCpeeph.c (callFuncByName): support combined peephole rule
2653           conditions,
2654           (setFromConditionArgs): friendly operand parser for peephole rules,
2655           (operandBaseName, operandsNotRelated): new peephole condition
2656           "operandsNotRelated" -- similar to "operandsNotSame", but takes
2657           architecture specific register naming into account, handles n-way
2658           comparisons, and supports quoted literals
2659         * src/mcs51/peeph.def: restored rule 177.d with an extra condition
2660
2661 2004-12-02 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
2662
2663         * src/mcs51/peeph.def: fixed bug #1076940
2664
2665 2004-12-02 Slade Rich <slade_rich AT users.sourceforge.net>
2666
2667         * device/include/pic/pic16f877.h : added an include file for the PIC16F877 device.
2668
2669 2004-11-28 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
2670
2671         Adding support for replacing ljmps with sjmps in jumptables
2672         generated for switch statements. For now you need to set the
2673         environment variable SDCC_SJMP_JUMPTABLE to enable this.
2674         Now 4 algorithms for mcs51 jumptable generation are used:
2675         ljmp or sjmp jumptables for up to 16 cases, stack-pushing target
2676         addresses loaded pc-relative for up to 112 cases and stack-pushing
2677         target addresses loaded with offset from dptr for up to 256 cases.
2678
2679         * src/SDCCpeeph.c: added peephole conditional labelJTInRange
2680         * src/mcs51/main.c: adapted constants for switch table generation
2681         * src/mcs51/peeph.def: added 260.x for replacing ljmp with sjmp
2682
2683 2004-11-26 Maarten Brock <sourceforge.brock AT dse.nl>
2684
2685         * device/lib/printf_large.c (_print_format): fixed bug 1073386
2686         * support/regression/tests/bug1057979.c: added test for bug 1073386
2687
2688 2004-11-25 Vangelis Rokas <vrokas AT otenet.gr>
2689
2690         * src/pic16/pcode.c: fixed bug which may produce error in non-GNU
2691         compilers
2692
2693 2004-11-25 Vangelis Rokas <vrokas AT otenet.gr>
2694
2695         * src/pic16/device.h,
2696         * src/pic16/genarith.c,
2697         * src/pic16/glue.c,
2698         * src/pic16/main.c,
2699         * src/pic16/pcode.c: applied patches #1068154 and #1070213
2700
2701 2004-11-24 Vangelis Rokas <vrokas AT otenet.gr>
2702
2703         Large cummulative patch for pic16 port.
2704         * device/lib/pic16/gstack.h: NEW, user can specify its own handler
2705         to call when a stack overflow occurs,
2706         * (malloc.h): added CVS Id tag,
2707         * (pic18f{242,252,442,452}.h): added T0CONbits structure and
2708         variable,
2709         * added libc directory. The current version of LibC contains string
2710         functions, ctype functions and macros and some functions of the
2711         stdlib set (like malloc/free/atof/atoi etc...). All functions are to
2712         be extensively tested in the future. Standard disclaimer here.
2713         Library is not automatically build yet. But one can build it by
2714         invoking 'make' inside the libc directory.
2715         * added ADC library under libio. Preliminary version yet.
2716
2717         * src/pic16/gen.h: added emitTOGC macro, to toggle Carry flag,
2718         * src/pic16/gen.c (aopForRemat): asmop size is filled by
2719         aopForRemat() now and not by pic16_aopOp(),
2720         * (pic16_popGetTempReg): removed warning messgae when allocating
2721         temporary registers, its a buggy feature and will be removed,
2722         * (pic16_popGet): set register instance field in AOP_CRY,
2723         * (pic16_outBitC): fixed for results in size greater than 1,
2724         * (genUminusFloat): fixed for pic16, ported code from mcs51,
2725         * (pic16_storeForReturn): optimized return of 0,
2726         * (genCmp): experimental code for new genCmp which uses PIC18's
2727         special compare&skip instructions. Initial tests fail some times
2728         with variables grater than 1 byte in size, so new code is disabled,
2729         * (genUnpackBits, genPackBits): more optimizations in reading/writing,
2730         a single bit,
2731         * (genCast): began a fix to optimize the casting of a bit to another
2732         bit, now assigning a bitfield to another bitfield will fail, sorry,
2733         * src/pic16/main.c: disabled the use of lr-support feature,
2734         * src/pic16/pcode.h: renamed PCASMDIR to PCAD,
2735         * added some function prototypes, added function _debugf prototype,
2736         * src/pic16/pcode.c: (pic16_get_op): fixed emitting operands of register
2737         bits with offset (case PO_GPR_BIT),
2738         * (genericPrint): don't emit INFO pcode when --pcode-verbose not in
2739         command line,
2740         * (isBankInstruction): modified to return 0 for no banking instruction,
2741         and 1 for banking instruction,
2742         * (pic16_isPCinFlow): check for PCAD (assembler directives) too,
2743         caused stop processing pCodes after a inline assembly block,
2744         * (pic16_popCopyGPR2Bit): updated to match bitfields with offset,
2745         * src/pic16/pcoderegs.c: fixed a bug with eliminating some temporary
2746         registers when it shouldn't,
2747         * src/pic16/ralloc.c (allocReg): add preliminary support for
2748         supporting a limited set of temporary registers,
2749
2750 2004-11-23 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
2751
2752         * src/hc08/gen.c (genAssign, genPointerGetSetOfs, genDataPointerGet,
2753           genDataPointerSet): ensure assignments always copy in MSB to LSB
2754           order,
2755           (loadRegFromAop): recognize CLRH optimization,
2756           (genFunction): optimize RECEIVE iCodes in reentrant functions
2757
2758 2004-11-20 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
2759
2760         * src/SDCCmain.c (parseCmdLine, optionsTable[]): fixed bug with
2761           --out-fmt-s19 turning into --out-fmt-elf if s19 was already
2762           selected.
2763         * src/SDCCmain.c (linkEdit): don't define SSEG for HC08
2764         * src/hc08/main.c (_hc08_setDefaultOptions): default xdata to be
2765           contiguous with data
2766
2767 2004-11-19 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
2768
2769         * device/lib/_gptrget.c (_gptrget),
2770         * device/lib/_gptrgetc.c (_gptrgetc),
2771         * device/lib/_gptrput.c (_gptrput): _naked allows to use ret
2772           instead of sjmp to ret
2773         * src/mcs51/peeph.def: added peepholes 3.d-g and 177.g,h provided
2774           by Hubert Sack <hsack2002 AT arcor.de> in RFE #1067986, thanks
2775
2776 2004-11-18 Maarten Brock <sourceforge.brock AT dse.nl>
2777
2778         * .version: bumped version to 2.4.7
2779         * device/lib/_gptrget.c (_gptrget): is now _naked
2780         * device/lib/_gptrgetc.c (_gptrgetc): is now _naked
2781         * device/lib/_gptrput.c (_gptrput): is now _naked
2782         * src/SDCCast.c (createBlock): removed ridiculous self-assignment,
2783           (createFunction): fixed xstack
2784         * src/SDCCglue.c (emitMaps): set allocation required for bit area
2785         * src/SDCCicode.c (geniCodeCast): don't change SPEC_OCLS for literal
2786           or bit either,
2787           (geniCodeCritical): store original interrupt state in an iTemp bit
2788           var unless stack-auto
2789         * src/SDCCicode.h: added CRITICAL and ENDCRITICAL to SKIP_IC2
2790         * src/SDCCmain.c (setIncludePath): added include/target to search path
2791         * src/SDCCmem.c (allocParms): store bit vars in bit space, not overlay
2792         * src/SDCCsymt.c (checkFunction): don't check regbank for isr's against
2793           prototype,
2794           (processFuncArgs): put bit vars in bit area
2795         * src/mcs51/gen.c (saveRegisters, unsaveRegisters, genXpush, saveRBank,
2796           unsaveRBank): fixed xstack,
2797           (genFunction): bugfix: replaced (global!) reentrant with fReentrant,
2798           (genFunction, genEndFunction): fixed xstack,
2799           (genAssign): optimization don't walk backwards through mem
2800         * src/mcs51/main.c (_mcs51_regparm): don't pass bit params in registers
2801         * src/mcs51/ralloc.c (createStackSpil): spill bits to bit area
2802         * support/regression/Makefile: also make library (for stack-auto) when
2803           making "all" and added "test-mcs51-xstack-auto"
2804         * support/regression/fwk/lib/testfwk.c: added T2_isr prototype for mcs51
2805         * support/regression/ports/mcs51/T2_isr.c: added this file as a stub
2806         * support/regression/ports/mcs51/fwk.lib: added to link T2_isr stub
2807         * support/regression/ports/mcs51/spec.mk: added rules for fwk.lib
2808         * support/regression/ports/mcs51-stack-auto/spec.mk: replaced
2809           make-library by MAKE_LIBRARY
2810         * support/regression/ports/mcs51-xstack-auto/spec.mk: file added to run
2811           regression tests for xstack
2812         * support/regression/tests/bitvars.c: test for bit vars (bug 938782)
2813         * support/regression/tests/critical.c: test for critical on mcs51
2814
2815 2004-11-18 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
2816
2817         * support/regression/ports/ucz80/spec.mk: use include and lib files from
2818           built version of sdcc instead of installed version
2819
2820 2004-11-14 Maarten Brock <sourceforge.brock AT dse.nl>
2821
2822         * src/mcs51/gen.c (toBoolean): fixed bug 1065458
2823         * device/lib/Makefile.in: z80 uses printf_large.c, sprintf.c and
2824           vprintf.c now
2825         * device/lib/printf_large.c (calculate_digit): fixed bug 1057979
2826         * device/lib/z80/Makefile: don't use printf.c as it fails bug 1057979
2827           WARNING: remove device/lib/build/z80/printf.o by hand when
2828           updating from previous build!
2829         * device/lib/z80/printf.c: updated comment
2830         * support/regression/tests/bug1057979.c: test all ports now
2831         * support/regression/tests/bug1065458.c: file added
2832
2833 2004-11-12 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
2834
2835         * src/z80/gen.c (genFunction, genEndFunction): avoided generating
2836           *_start and *_end symbols for static functions
2837
2838 2004-11-11 Maarten Brock <sourceforge.brock AT dse.nl>
2839
2840         * src/SDCCmain.c (linkEdit): don't suppress crt0 if --nostdlib is used
2841           and search crt0.o in all library paths,
2842           (setIncludePath): proper handling of --nostdinc,
2843           (setLibPath): proper handling of --nostdlib
2844         * support/regression/Makefile,
2845         * support/regression/ports/ds390/spec.mk,
2846         * support/regression/ports/gbz80/spec.mk,
2847         * support/regression/ports/hc08/spec.mk,
2848         * support/regression/ports/mcs51/spec.mk,
2849         * support/regression/ports/mcs51-large/spec.mk,
2850         * support/regression/ports/mcs51-stack-auto/spec.mk,
2851         * support/regression/ports/z80/spec.mk: use include and lib files from
2852           built version of sdcc instead of installed version
2853         * doc/sdccman.lyx: fixed typo in --nostdinc
2854
2855 2004-11-10 Slade Rich <slade_rich AT users.sourceforge.net>
2856
2857         * src/pic/pcode.c,
2858         * src/pic/device.c,
2859         * src/pic/ralloc.c,
2860         * src/pic/gen.c : added support to generate code for struct bit fields.
2861
2862 2004-11-06 Maarten Brock <sourceforge.brock AT dse.nl>
2863
2864         * as/xa51/xa_version.h,
2865         * device/include/errno.h,
2866         * device/include/regc515c.h,
2867         * device/lib/_itoa.c,
2868         * device/lib/_ltoa.c,
2869         * device/lib/ser_ir_cts_rts.c,
2870         * sim/ucsim/xa.src/glob.cc,
2871         * sim/ucsim/xa.src/inst_gen.cc,
2872         * sim/ucsim/xa.src/xa_bit.cc,
2873         * sim/ucsim/xa.src/xa_sfr.cc,
2874         * sim/ucsim/z80.src/inst_dd.cc,
2875         * sim/ucsim/z80.src/inst_fdcb.cc,
2876         * support/scripts/keil2sdcc.pl,
2877         * src/pic16/pic16.dsp,
2878         * src/pic16/pic16a.dsp: corrected cvs line endings
2879         * device/lib/printf_large.c: fixed bug 1057979
2880         * src/pic16/gen.c: fixed non-C standard code
2881         * src/SDCCmain.c: made --pack-iram default, added --no-pack-iram
2882         * src/SDCCglobl.h: changed pack_iram to no_pack_iram
2883         * support/regression/ports/mcs51/support.c: reload T1 asap
2884         * doc/sdccman.lyx: updated for options --pack-iram and --no-pack-iram,
2885           pdata use and clear idata startup behaviour
2886         * support/regression/tests/bug1057979.c: added
2887
2888 2004-11-04 Maarten Brock <sourceforge.brock AT dse.nl>
2889
2890         * device/examples/ds390/ow390/ad26.h,
2891         * device/examples/ds390/ow390/cnt1d.h,
2892         * device/examples/ds390/ow390/crcutil.c,
2893         * device/examples/ds390/ow390/ownet.h,
2894         * device/examples/ds390/ow390/owsesu.c,
2895         * device/examples/ds390/ow390/swt12.h,
2896         * device/examples/ds390/ow390/swtoper.c,
2897         * device/examples/ds390/ow390/temp10.h,
2898         * device/examples/ds390/ow390/thermodl.c,
2899         * device/examples/ds390/tinitalk/tinitalk.dsp,
2900         * device/examples/ds390/tinitalk/tinitalk.dsw,
2901         * device/examples/mcs51/clock/hw.h,
2902         * device/examples/mcs51/simple2/go.bat,
2903         * device/examples/serialcomm/windows/serial.h,
2904         * device/examples/xa51/dummy.c,
2905         * device/examples/xa51/hello.c,
2906         * device/include/80c51xa.h,
2907         * device/include/at89x051.h: corrected cvs line endings
2908
2909 2004-11-04 Vangelis Rokas <vrokas AT otenet.gr>
2910
2911         * src/pic16/main.c (options): added command line --gstack, to trace
2912         stack over/under flows,
2913         * added pragma 'wparam' to allow passing first byte of function
2914         parameters via WREG, syntax is #pragma wparam my_function[, func2...]
2915         * src/pic16/gen.c (pic16_testStackOverflow): function which emits a
2916         call to __gstack_test function and sets up the symbol as extern,
2917         * (pic16_pushpCodeOp, pic16_poppCodeOp, pushw, pushaop, popaopidx,
2918         * popaop): added call to pic16_testStackOverflow,
2919         * (wParamCmp, inWparamList): NEW, test existence of a symbol in
2920         wparamList list,
2921         * (genCall, genPcall): now all parameters are passed via stack
2922         except in functions that are pass to wparam pragma in which WREG is
2923         used too,
2924         * (genPcall): REENTRANT flag is checked to see if variable prototype
2925         contains reentrant keyword, don't call a non-reentrant function, via
2926         a reentrant function pointer or vice versa, functions are never
2927         passed via WREG,
2928         * (genJumpTab): applied patch from bug #1057478 by R.Neider and
2929         D.Winkler,
2930         * src/pic16/glue.c (pic16emitRegularMap): fixed bug which caused a
2931         SIGSEGV when accessing a NULL register stucture,
2932         * (pic16_printGPointerType): modified to handle UPPER modifier for
2933         function initializers, changed prototype of function to simpler one,
2934         * (pic16_printIvalFuncPtr): check to see if function is already
2935         added in externs list,
2936         * src/pic16/pcoderegs.c (pCodeOptime2pCodes): fixed bug which
2937         optimized a move from W to SFR with a move to the same register
2938         later after a CALL,
2939         * device/lib/pic16/debug: NEW directory, contains debug features
2940         which are enabled when linking with libdebug.lib, currently command
2941         line option --gstack enables stack pointer tracing for over/under
2942         flow, corresponding sources are in debug/gstack
2943
2944 2004-10-30 Vangelis Rokas <vrokas AT otenet.gr>
2945
2946         * doc/sdccman.lyx: updated SDCC version,
2947         * (PIC16 port): update list of command line options,
2948         * src/pic16/device.h (structure pic16_options_t): added field gstack
2949         to enable stack overflow tracing on push/pops,
2950         * src/pic16/device.c (statistics structure): added statistics
2951         structure,
2952         * (pic16_dump_access, pic16_dump_usection, pic16_dump_gsection,
2953         pic16_dump_int_registers): increase statistics counters for each
2954         * variable which is encountered
2955         * (pic16_dump_usection): emit each .udata variable to its own udata
2956         section,
2957         * src/pic16/gen.c (assignResultValue, genCall, genPcall, genFunction):
2958         when macro USE_WREG_IN_FUNC_PARAMS is set to 0 pass all function
2959         parameters via stack, otherwise use old scheme,
2960         * src/pic16/glue.c (pic16_emitStatistics): dump statistics in
2961         assembler output file,
2962         * src/pic16/main.c: added command line options --gstack to enable
2963         push/pop tracing for stack overflow,
2964         * src/pic16/pcode.c (all pCodeInstruction records for PIC18F
2965         instructions): added size of each instruction,
2966         * (pic16_countInstruction): estimate size of instructions in
2967         the_pFile list, inline assembly blocks are not counted,
2968         * (pic16_FixRegisterBanking): trace previous register usage, when
2969         banksel optimizations is greater than 0, don't emit a redudant
2970         banksel directive,
2971
2972 2004-10-26 Slade Rich <slade_rich AT users.sourceforge.net>
2973
2974         * src/pic/ralloc.c : fixed inefficient code produced when compiling a complimented bit operation.
2975         * src/pic16/ralloc.c : applied same fix for pic16.
2976         * src/pic/gen.c : tidied it up a little.
2977
2978 2004-10-25 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
2979
2980         * src/mcs51/peeph.def: disabled 259.a,b for removing redundant ret,
2981         thanks to Martin Helmling for reporting (mail on sdcc-devel 2004-10-25)
2982
2983 2004-10-22 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
2984
2985         * src/SDCCast.c (reverseParms): fixed bug #1040577 (part 2)
2986
2987 2004-10-22 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
2988
2989         * device/lib/ser_ir_cts_rts.c: integer promotion caused a call to the
2990         non-reentrant function __modsint in the interrupt function (thus
2991         corrupting math operations during serial I/O)
2992         * device/lib/ser_ir.c: as above, changed buffersize
2993         * src/mcs51/peeph.def: added 259.a,b for removing redundant ret,
2994         256.c,d for zeroing
2995         * doc/Makefile: added option -t for rsync
2996
2997 2004-10-22 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
2998
2999         * src/SDCCast.h (struct ast),
3000         * src/SDCCast.c (reverseParms, copyAst): fixed bug #1040577 (part 1)
3001
3002 2004-10-20 Borut Razem <borut.razem AT siol.net>
3003
3004         * support/scripts/sdcc.nsi: added include/pic16/*.h to the setup
3005         package
3006
3007 2004-10-20 Vangelis Rokas <vrokas AT otenet.gr>
3008
3009         * device/lib/pic16/libsdcc/Makefile: added lregs directory in
3010         makefile targets,
3011         * device/lib/pic16/libsdcc/lregs/{Makefile,lrst.c,lrrest.c}: NEW
3012         support functions to replace long sequences of MOVFF's from access
3013         bank registers to stack and vice versa,
3014         * src/pic16/device.h: added new field opt_flags, where optimization
3015         flags can be set to enable certain features,
3016         * src/pic16/gen.c (pic16_emitpinfo): NEW to add PC_INFO pCode in
3017         * pBlock, (genFunction, genEndFunction): surroung loop for
3018         saving/loading used registers in stack with PC_INFO pCodes,
3019         INF_LREGS. Code in between can then be optimized by pCode optimizer
3020         to support function calls,
3021         * (genDataPointerSet): fixed bug which loaded float fields in
3022         structures with corrupt data,
3023         * src/pic16/genutils.c (debugf, _debugf): macro/function which emits
3024         in a standard way debug info on stderr. Feature used for developing
3025         and debugging only,
3026         * src/pic16/glue.c (pic16glue): reformatted, deleted some old and
3027         obsolete chunks of code,
3028         * if optimization flag OF_LR_SUPPORT was set, call pic16_OptimizeLocalRegs,
3029         * src/pic16/main.c (_pic16_parseOptions): added handler for --flr-support,
3030         * pic16/src/pcode.c (pic16_newpCodeInfo,
3031         * (pic16_newpCodeOpLocalRegs),
3032         * (pic16_convertLocalRegs2Support): NEW, to support new optimization
3033         feature,
3034         * (pic16_pCodeConstString): printing of the initial value of a
3035         symbol as a comment is inhibited since parsing was already done by
3036         copyStr and output is corrupt,
3037         * (pic16_pCode2str, genericPrint): handle PC_INFO pCode,
3038
3039 2004-10-20 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3040
3041         * src/mcs51/ralloc.c (packRegisters): fixed bug #1044601
3042
3043 2004-10-19 Maarten Brock <sourceforge.brock AT dse.nl>
3044
3045         * as/mcs51/lkarea.c: removed old K&R style,
3046           (lnksect): changed check on boundary error,
3047           (lnksect2): changed check on boundary error,
3048           (lnksect2): extend XSTK to end of page if size = 1
3049         * as/mcs51/lkmain.c: removed old K&R style,
3050           (Areas51): create l_IRAM symbol
3051         * as/mcs51/lkmem.c (summary2): added report on PSEG and XSTK
3052         * device/lib/Makefile.in: renamed model-mcs51-reentrant to
3053           model-mcs51-stack-auto, added model-mcs51-xstack-auto
3054         * device/lib/_mullong.c: added version to be compiled with xstack
3055         * device/lib/mcs51/crtclear.asm: clear only upto --iram-size
3056         * device/lib/mcs51/crtxclear.asm: clear pdata as well
3057         * device/lib/mcs51/crtxstack.asm: fixed comment
3058         * src/SDCCglue.c: maxInterrupts defaults to 0,
3059           (emitMaps): added pdata,
3060           (createInterruptVect): (re)moved default,
3061           (glue): added pdata,
3062           (glue): moved __start__xstack to XSTK with default size 1
3063         * src/SDCCmain.c (parseCmdLine): automatically set options.intlong_rent
3064           and options.float_rent when options.stackAuto is set,
3065           (linkEdit): only write XDATA_NAME if provided on command line
3066         * src/SDCCmem.h,
3067         * src/SDCCmem.c: added pdata
3068         * src/port.h: added pdata_name to PORT
3069         * src/mcs51/gen.c (toBoolean): fixed for Acc use of aopGet,
3070           (saveRegisters, unsaveRegisters): removed usage of B,
3071           (genMinus): fixed accumulator clash,
3072           (genJumpTab): added comment, this needs another look
3073         * src/mcs51/gen.c: added check for "B in use" paranoia,
3074           added pushB() and popB()
3075         * src/mcs51/peeph.def: restart after 177.c so 177.a can get a second
3076           chance
3077         * src/avr/main.c,
3078         * src/ds390/main.c,
3079         * src/hc08/main.c,
3080         * src/mcs51/main.c,
3081         * src/pic/main.c,
3082         * src/pic16/main.c,
3083         * src/xa51/main.c,
3084         * src/z80/main.c: (reset_regparms) made void parameter explicit and
3085           added PSEG (PAG,XDATA) or NULL to port specifier
3086         * src/ds390/main.c (_ds390_genIVT): moved implemented default in here
3087         * src/mcs51/main.c (_mcs51_genIVT): moved implemented default in here,
3088           (_mcs51_genInitStartup): removed __start__xstack equ,
3089           (mcs51_port): moved xstack from XSEG (XDATA) to XSTK (PAG,XDATA)
3090         * src/pic16/device.c (pic16_dump_usection, pic16_dump_isection),
3091         * src/z80/gen.c (_rleAppend): fixed warnings
3092         * support/regression/tests/zeropad.c: added pdata test
3093         * .version: bumped to 2.4.6
3094
3095 2004-10-17 Borut Razem <borut.razem AT siol.net>
3096
3097         * support/scripts/sdcc.nsi: cross compiling of WIN32 setup.exe on Linux
3098         as a part of nightly build
3099
3100 2004-10-16 Vangelis Rokas <vrokas AT otenet.gr>
3101
3102         * src/pic16/gen.c (struct _G): added field useWreg, is set to 1 when
3103         WREG holds the first byte function parameters,
3104         * (aopForSym): take special case for symbols which are in FARSPACE
3105         but in CODESPACE too,
3106         * (assignResultValue): modified to take into account _G.useWreg,
3107         * (genCall): don't use wreg for parameter passing when function is
3108         declared as reentrant, too, added optimization INCF to stack
3109         pointer when stack parameter count is 1,
3110         * (genFunction, genEndFunction): refurnished and fixed to not using
3111         wreg for passing parameters when function has varargs or is
3112         reentrant, fixed bug with symbol name compare for generating
3113         functions in absolute address,
3114         * (pic16_storeForReturn): refurnished,
3115         * (genCmp): began writing a new version of the function, not ready
3116         yet, therefore it is disabled,
3117         * (genAssign): do not read code memory when assigning a function to
3118         a pointer function,
3119         * src/pic16/glue.c (pic16emitStaticSeg): abSym->name is defined an
3120         array of characters, not pointer,
3121         * (pic16initialComments): in debug mode emit an .ident directive for
3122         the assembler,
3123         * (_process_pragma): emit a new warning type (internal to pic16)
3124         when setting stack to default length, emit a similar warning when
3125         placing a function at absolute address and address is not word aligned
3126         * (_pic16_parseOptions): added 'return TRUE' statement,
3127         * (_pic16_linkEdit): if compiling a source, then add the source's
3128         file object, first in the list of objects to link,
3129
3130 2004-10-13 Slade Rich <slade_rich AT users.sourceforge.net>
3131
3132         * src/pic/pcoderegs.c : increased count on regUsedinRange to prevent unnecessary warning.
3133         * src/pic/main.c : removed VC warning.
3134         * src/pic/gen.c : changed comment.
3135
3136 2004-10-12 Vangelis Rokas <vrokas AT otenet.gr>
3137
3138         * device/lib/pic16/libsdcc/gptr/gptrput[234].c: an external
3139         reference to a deprecated symbol _GPTRREG was causing failure to
3140         link. Thanks G. M. Gallant for the info.
3141
3142 2004-10-12 Slade Rich <slade_rich AT users.sourceforge.net>
3143
3144         * src/pic/pcode.c : Applied a code patch supplied by Paul Ashmore in
3145         comments for Bugs item #954788.
3146
3147 2004-10-10 Vangelis Rokas <vrokas AT otenet.gr>
3148
3149         * src/pic16/device.c (pic16_dump_gsection,
3150         * pic16_groupRegistersInSection): handle symbols declared to be in
3151         access bank differently,
3152         * src/pic16/gen.c (struct _G): added field resDirect,
3153         * (aopForSym): if symbol on stack and iCode is '=' and result exists,
3154         send values read from stack directly to result and don't allocate
3155         temporary values,
3156         * (pic16_sameRegs): fixed bug that allowed MOVFF to move between
3157         same registers,
3158         * (pic16_sameRegsOfs): NEW,
3159         * (freeAsmop): if _G.resDirect is set then do not mark registers as
3160         free because they were not allocated from temporary pool,
3161         * pic16_popRegFromString): workaround to fix a problem with
3162         allocating variables twice or never,
3163         * (genGenPointerGet): using PRODL instead of FSR0H,
3164         * (genGenPointerSet): using POSTDEC1 (that is a stack location)
3165         instead of FSR0H,
3166         * (genAssign): take advantage of the _G.resDirect flag,
3167         * (genCast): around line 11844, use mov2f instead of directly
3168         MOVFF'ing between operands to account for literal values,
3169         * src/pic16/genutils.c: some new debug functions for gpsim have been
3170         added,
3171         * src/pic16/glue.c (pic16_printIvalType): fixed bug that initialized
3172         float with integer part only,
3173         * src/pic16/main.c (_process_pragma): handle pragma udata access to
3174         place variables in access bank
3175         * device/lib/pic16/libsdcc/gptr/gptr*.c: using BRA instead of GOTO,
3176         updated sources to reflect recent changes in gen.c
3177
3178 2004-10-06 Vangelis Rokas <vrokas AT otenet.gr>
3179
3180         * device/lib/pic16/libsdcc/Makefile.rules: fixed bug concerning
3181         sources that searched for headers in installation path, now the
3182         device/include/pic16 is used,
3183         * src/pic16/glue.c (pic16glue),
3184         * src/pic16/pcode.c (pCode2str, genericPrint): don't print .file or
3185         .line directives if not in debug mode, this suppresses assembler's
3186         warnings for ignored directives
3187
3188 2004-10-05 Maarten Brock <sourceforge.brock AT dse.nl>
3189
3190         * src/port.h: made reset_regparms prototype void parameter explicit.
3191         * src/SDCCsymt.c (processFuncArgs): removed argument "func".
3192         * src/mcs51/ralloc.c (packRegisters): new fix for bugs 898889 & 979599.
3193         * doc/sdccman.lyx: documented warning disabling and how to use
3194           printf_large to make it print floats.
3195         * device/include/stdbool.h: NEW
3196         * device/lib/_atof.c,
3197         * device/lib/_divuint.c,
3198         * device/lib/_divulong.c,
3199         * device/lib/expf.c,
3200         * device/lib/printf_large.c,
3201         * device/lib/sincosf.c,
3202         * device/lib/sincoshf.c: used stdbool.h, all compile with stack-auto now
3203         * device/lib/Makefile.in: added target for model-mcs51-reentrant to build
3204           a completely reentrant lib.
3205
3206 2004-10-05 Vangelis Rokas <vrokas AT otenet.gr>
3207
3208         * device/lib/pic16/libsdcc/gptr/gptr*.c: added return statements
3209         * device/include/pic16/stdio.h: fixed bug with colon
3210
3211 2004-10-03 Vangelis Rokas <vrokas AT otenet.gr>
3212
3213         * device/include/pic16/stdio.h,
3214         * device/include/pic16/stdlib.h,
3215         * device/include/pic16/math.h: NEW
3216         * device/lib/pic16/libsdcc/gptr/*.c (gptrget*, gptrput*): functions
3217         declared as _naked to reduce overhead
3218         * device/lib/Makefile.in (target port-specific-objects-pic16):
3219         changed * to *.* so to ignore the CVS directory,
3220         * src/pic16/gen.c (pic16_freeAsmop): added code to store result of
3221         stacked variables back in stack,
3222         * (genEndFunction): fixed bug reported by G.M. Gallant with stack
3223         corruption
3224
3225 2004-10-01 Vangelis Rokas <vrokas AT otenet.gr>
3226
3227         * .version: bumped version number to 2.4.5
3228         * support/Util/SDCCerr.h: added warning W_POSSBUG2.
3229         * support/Util/SDCCerr.c (messages structure): added entry for
3230         W_POSSBUG2
3231
3232         Large cumulative patch for pic16 port and libraries.
3233         * device/include/pic16/sdcc-lib.h,
3234         * device/include/pic16/stdarg.h,
3235         * device/include/asm/pic16/features.h,
3236         * device/include/lib/pic16/libsdcc/gptr/{*.c, Makefile}: NEW,
3237         * device/include/pic16/float.h: changes reentrant keyword with
3238         _FS_REENTRANT, added prototype for __fsneq, included sdcc-lib.h
3239         * device/lib/pic16/libsdcc/Makefile: added target directory gptr,
3240         updated target build-libraries to include objects from gptr,
3241         * device/lib/pic16/libsdcc/{char,int,long}/*.c: added macro
3242         _IL_REENTRANT to all function headings, included sdcc-lib.h header,
3243         * device/lib/pic16/libsdcc/float/*.c: added macro _FS_REENTRANT to
3244         all function headings,
3245         * src/SDCCmain.c: added global parameter userIncDirsSet,
3246         * (parseCmdLine): when option -I is encountered add directory to
3247         userIncDirsSet too,
3248         * src/version.awk: added space between control and long,
3249         * src/pic16/NOTES: added some notes for the port,
3250         * src/pic16/gen.c: added prototype for mov2fp function,
3251         * (fReturnpic16[]): properly named return value registers,
3252         * (_G structure): added fields stackRegSet, fregsUsed, stack_lat,
3253         * (aopForSym): added code to handle symbols with onStack flag set,
3254         symbols onStack are allocated PTRSIZE bytes,
3255         * (aopFreeAsmop): handles special case where asmops are stack objects,
3256         * (aopGet, pic16_popGet): adde cod to handle new asmop AOP_STA,
3257         * (pic16_popGetTempReg, pic16_popGetTempRegCond, pic16_popReleaseTempReg):
3258         added argument lock to trace flaws in allocating temporary registers
3259         when developing port,
3260         * (pic16_popGetLit, pic16_popGetLit2): changed lit from unsigned to signed
3261         * (pic16_popRegFromString): reenabled allocating a direct register
3262         from string,
3263         * (assignResultValue): various beautifications,
3264         * fixed bug #1037717 (patch from R. Neider & D. Wrinkler) with mistaken
3265         referenced function argument,
3266         * (genIpush): reenabled to allow stacked arguments, handles only
3267         ic->parmPush iCodes,
3268         * (genCall, genPcall): major changes to allow for variable argument
3269         functions, fixed a bug with falsely restoring stack pointer after
3270         returning from call,
3271         * (genFunction): pending code for critical function,
3272         * (shiftR1Left2ResultSigned, shiftR1Left2Result, shiftL2Left2Result,
3273         * (shiftR2Left2Result, shiftLLong) applied patch #1032155 from R.Neider,
3274         * (genNearPointerGet): fixed bug with indirect reading, was always
3275         reading from INDF0
3276         * (genGenPointerGet, genGenPointerSet): rewrote to support generic
3277         pointers,
3278         * (genAddrOf): rewrote code to take address of a stacked function parameter
3279         * (genCast): fixed casting to generic pointer type,
3280         * src/pic16/gen.h: added AOP_STA,
3281         * (struct asmop): added field stk,
3282         * src/pic16/genarith.c (pic16_AopType): handle AOP_STA,
3283         * (pic16_genPlusIncr): changed emitSKPNZ to emitSKPNZ,
3284         * (pic16_genAddLit, pic16_genPlus): applied patch #1034042 by tecodev,
3285         * (pic16_genMinus): fixed bug #1035119 with patch submitted by tecodev,
3286         * src/pic16/genutils.c (pic16_genNot): removed symbol *tlbl,
3287         * src/pic16/glue.c (pic16_printGPPointerType): fixed to support new
3288         generic pointers,
3289         * src/pic16/main.c (_pic16_initPaths): ignores default SDCC include
3290         and library paths,
3291         * (pic16_port structure): generic pointer size is set to 3,
3292         * src/pic16/pcode.c (pic16_newpCodeOpLit): correctly print literal integer,
3293         * (insertBankSwitch): cast to (char *) to prevent 64bit CPUs'
3294         compiler warning,
3295         * src/pic16/ralloc.c (allocReg): prevent allocating register when
3296         operand is an iTemp,
3297
3298 2004-09-24 Martin Helmling <mh AT octo-soft.de>
3299
3300         * debugger/mcs51/cmd.c: set PC if a symbol at pc reg is set
3301         * debugger/mcs51/simi.c: addapt new syntax of s51
3302
3303 2004-09-23 Vangelis Rokas <vrokas AT otenet.gr>
3304
3305         * src/pic16/genutils.c (pic16_genNot): fixed bug #1032265,
3306         * src/pic16/pcode.c: commented out some calls to free() in order to
3307         fix bug #989576,
3308
3309 2004-09-23 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3310
3311         * src/SDCCicode.h,
3312         * src/SDCCicode.c (isiCodeInFunctionCall),
3313         * src/avr/ralloc.c (selectSpil),
3314         * src/pic/ralloc.c (selectSpil),
3315         * src/pic16/ralloc.c (selectSpil),
3316         * src/ds390/ralloc.c (selectSpil),
3317         * src/hc08/ralloc.c (selectSpil),
3318         * src/xa51/ralloc.c (selectSpil),
3319         * src/mcs51/ralloc.c (selectSpil): Don't use remainSpil to spill to the
3320         stack in the middle of a function call sequence (fixes bug #1020268)
3321         * src/SDCCicode.c (geniCodeJumpTable): fixed error in computing the
3322         costs associated with the minimum switch case.
3323
3324 2004-09-19 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3325
3326         * src/SDCC.lex: fixed bug #1030549
3327
3328 2004-09-19 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3329
3330         * src/SDCCcse.h (struct cseDef),
3331         * src/SDCCcse.c (cseBBlock, newCseDef, ifFromAddrTaken): purge CSEs
3332         over a function call if the CSE is derived from a symbol whose
3333         address has been taken (fixes bug #1029883)
3334         * support/regression/tests/bug-1029883: a new regression test for
3335         this bug
3336
3337 2004-09-18 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3338
3339         * src/hc08/gen.c (emitinline): fixed bug #1029778
3340         * src/SDCC.y (assignment_expr): fixed the grammer so that assignment
3341         to a cast object is no longer a syntax error ("fixes" bug #1030006,
3342         and starts toward RFE #905167)
3343
3344 2004-09-17 Vangelis Rokas <vrokas AT otenet.gr>
3345
3346         * src/pic16/gen.c (mov2f): New function to move an operand to
3347         another without considering if it is a literal or a register,
3348         * (pic16_sameRegs): don't check if they are both AOP_REG,
3349         * (AccRsh): removed andmask=0 lines,
3350         * (genLeftShift): duplicated to be improved in future versions,
3351         * src/pic16/main.c (_process_pragma): emit stack default size in hex,
3352         * src/pic16/pcode.c: added POC_INFSNZW, updated inverted_op fields
3353         in POC_INCFSZ, POC_INCFSZW, POC_INFSNZ,
3354         * (pic16initMnemonics): added initialization for POC_INFSNZW,
3355         * (insertBankSwitch): fixed inserting banksel directives algorithm
3356         for instructions that follow a skip instruction, this fixes a report
3357         for broken subtraction code generation,
3358         * src/pic16/ralloc.c (deassignLRs): do not free register if current
3359         iCode is a left op, just in case result and right share the same
3360         registers
3361
3362 2004-09-16 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3363
3364         * src/hc08/main.c,
3365         * src/hc08/gen.c (genJumpTable): more efficient jump table, supports
3366         preservation of HX
3367         * src/hc08/gen.c (pullRegs): fixed order of HX & XA pairs
3368         * src/mcs51/ralloc.c (packRegisters): removed the patch applied
3369         on 2004-09-12; it was buggy
3370
3371 2004-09-15 Bernhard Held <bernhard AT bernhardheld.de>
3372
3373         * src/SDCCsymt.h: removed RESULT_CHECK
3374         * src/SDCCast.c,
3375         * src/SDCCglue.c,
3376         * src/SDCCval.c,
3377         * src/pic/glue.c,
3378         * src/pic16/glue.c: replaced RESULT_CHECK with RESULT_TYPE_NONE
3379
3380 2004-09-15 Vangelis Rokas <vrokas AT otenet.gr>
3381
3382         * src/SDCCicode.c (piCode): applied patch from Raphael Neider,
3383         * src/pic16/device.c (pic16_assignConfigWordValues): wrong
3384         configuration values no more rejected by compiler, they are assigned
3385         to configuration registers with a warning message instead,
3386         * src/pic16/glue.c (pic16_emitConfigRegs): added +1 at top-limit of
3387         the for-loop so last conf register is emitted too,
3388         * (_pic16_initPaths): link library libsdcc.lib by default,
3389         * (_hasNativeMulFor): modified test for multiplication according to
3390         Raphael Neider's remarks. Integer multiplication is also done with
3391         support functions,
3392         * device/include/pic16/pic18fregs.h: corrected type error in while
3393         testing and including 18f6720 header file
3394
3395 2004-09-14 Vangelis Rokas <vrokas AT otenet.gr>
3396
3397         * src/pic16/device.h (pic16_options): removed field use_crt,
3398         * src/pic16/gen.c (genUnpackBits): added call to pic16_loadFSR0
3399         until an optimization to handle single bits is added,
3400         * (pic16_loadFSR0): moved before genUnpackBits,
3401         * (genAnd): some white lines removed,
3402         * src/pic16/main.c (_pic16_finaliseOptions): set omit_ivt and clear
3403         leave_reset flags in pic16_options when using crt modules,
3404
3405 2004-09-12 Maarten Brock <sourceforge.brock AT dse.nl>
3406
3407         * src/mcs51/ralloc.c (packRegisters): applied fix by Bernhard Held
3408           for bugs 898889 & 979599. Also used some safer print instructions.
3409
3410 2004-09-12 Vangelis Rokas <vrokas AT otenet.gr>
3411
3412         * src/pic16/device.h (pic16_options_t): added field use_crt,
3413         crt_name, no_crt,
3414         * src/pic16/genarith.c (pic16_genPlus): added an assert(0) line to
3415         catch a probable future bug,
3416         * src/pic16/gen.c: aopIdx function commented out,
3417         * (genAssign): commented out old code which used aopIdx,
3418         * src/pic16/glue.c (pic16glue): removed some legacy fragments of
3419         code, added if conditionals to take into account the --use-crt
3420         command line options,
3421         * src/pic16/main.c (pic16_optionsTable): added new command line
3422         options, --use-crt= and --no-crt,
3423         * (_pic16_linkEdit): now the proper crt object is added in the
3424         linker command line except than when --no-crt is specified,
3425         * src/pic16/pcode.c,
3426         * src/pic16/pcode.h: added some structures and functions for a new
3427         optimization scheme to compansate for instruction overhead between
3428         same iCodes, this scheme is currently under development and is not
3429         working in any way,
3430         * src/pic16/gen.c (genAnd): added patch provided by Aaron Collwell
3431         to && operator,
3432         * device/lib/pic16/startup/crt0i.c,
3433         * device/lib/pic16/startup/crt0iz.c: added global char variable
3434         __uflags to force the generation of an idata section
3435
3436 2004-09-12 Bernhard Held <bernhard AT bernhardheld.de>
3437
3438         * doc/Makefile,
3439         * doc/clean.mk: added support for easy creation of sdcc-doc.tar.bz2
3440         * doc/sdccman.lyx: updated sdcc version to 2.4.4
3441
3442 2004-09-10 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3443
3444         * doc/sdccman.lyx: fixed a problem with my new index entries (thanks
3445         Frieder) and clarified the default code optimization mode
3446
3447 2004-09-10 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3448
3449         * src/SDCC.lex (doPragma, process_pragma),
3450         * src/SDCCglobl.h (struct optimize): added pragmas "opt_code_speed",
3451         "opt_code_size", and "opt_code_balanced"
3452         * src/SDCCmain.c (optionsTable[], printOptions, scanOptionsTable):
3453         regrouped options by category, added support for category headers
3454         * src/SDCCmain.c (parseCmdLine): added options "--opt-code-speed"
3455         and "--opt-code-size"
3456         * doc/sdccman.lyx: documented these new options and pragmas
3457         * src/hc08/gen.c (AccLsh, AccRsh): take speed/size optimization
3458         preference into account
3459
3460 2004-09-08 Maarten Brock <sourceforge.brock AT dse.nl>
3461
3462         * src/SDCCicode.c (geniCodePostInc, geniCodePreInc, geniCodePostDec,
3463           geniCodePreDec): Fixed bug 904237 by generating a warning
3464         * src/SDCCerr.h,
3465         * src/SDCCerr.c: added warning W_SIZEOF_VOID
3466
3467 2004-09-09 Slade Rich <slade_rich AT users.sourceforge.net>
3468
3469         * src/pic/device.c : When no max ram set validate full memory range.
3470         * src/pic/pcode.c,
3471         * src/pic/pcodepeep.c : Copy C code comments to optimised replacement code.
3472
3473 2004-09-08 Maarten Brock <sourceforge.brock AT dse.nl>
3474
3475         * device/lib/_gptrget.c,
3476         * device/lib/_gptrput.c: updated comment
3477         * device/lib/calloc.c,
3478         * device/lib/free.c,
3479         * device/lib/malloc.c,
3480         * device/lib/realloc.c: added LGPL, made them reentrant-safe
3481         * src/SDCCcse.c (cseBBlock),
3482         * src/SDCCicode.c (printOperand, geniCodeArray),
3483         * src/SDCCicode.h (struct operand): fixed bug 868103
3484         * support/regression/tests/bug-868103.c: added
3485         * src/SDCCast.c (searchLitOp),
3486         * src/SDCCcse.h (struct cseDef),
3487         * src/SDCCglue.c (printIvalArray, spacesToUnderscores),
3488         * src/SDCCicode.h (struct operand),
3489         * src/SDCCsymt.h (struct sym_link),
3490         * src/avr/gen.c (hasInc),
3491         * src/ds390/gen.c (hasInc),
3492         * src/hc08/gen.c (genPlusIncr, hasInc),
3493         * src/mcs51/gen.c (hasInc),
3494         * src/pic16/glue.c (pic16_printIvalChar),
3495         * src/pic16/ralloc.c (regWithIdx),
3496         * src/xa51/gen.c (hasInc) : removed warnings
3497         * src/SDCCast.c (createBlock): added comment ???
3498         * src/hc08/ralloc.c: updated comments
3499
3500 2004-09-07 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
3501
3502         * doc/sdccman.lyx: updated section on switch statements, added
3503         section about semaphore locking
3504         * doc/Makefile: added option -info for latex2html
3505         * device/lib/_gptrget.c,
3506         * device/lib/_gptrput.c: __XPAGE instead of P2 in outcommented code
3507
3508 2004-09-06 Slade Rich <slade_rich AT users.sourceforge.net>
3509
3510         * src/pic/device.h,
3511         * src/pic/device.c,
3512         * src/pic/port.c : Changed PIC14 code to not set bit RP1 when
3513          maxram is less than 0x100.
3514
3515 2004-09-06 Slade Rich <slade_rich AT users.sourceforge.net>
3516
3517         * Bug fixes for PIC14 - signed RSHIFT problem. Patch supplied by Allen(agschrum).
3518
3519 2004-09-06 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3520
3521         * src/port.h,
3522         * src/mcs51/main.c,
3523         * src/ds390/main.c,
3524         * src/z80/main.c,
3525         * src/hc08/main.c,
3526         * src/pic/main.c,
3527         * src/pic16/main.c,
3528         * src/avr/main.c,
3529         * src/xa51/main.c
3530         * src/SDCCicode.c (geniCodeJumpTable): Better logic to determine if a
3531         a jump table is the best form for a switch statement, including
3532         automatic insertion of missing cases to make the case range
3533         continuous. Developed in collaboration with Frieder Ferlemann.
3534
3535 2004-09-02 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3536
3537         * src/hc08/ralloc.c (canDefAccResult): multi-byte shift is unsafe for
3538         accumulator result if it needs sign extension
3539
3540 2004-09-02 Maarten Brock <sourceforge.brock AT dse.nl>
3541
3542         * src/hc08/ralloc.c (canUseAccOperand): fixed comparison bug
3543
3544 2004-09-02 Maarten Brock <sourceforge.brock AT dse.nl>
3545
3546         * device/lib/gbz80/printf.c,
3547         * device/lib/z80/printf.c: removed define for NULL
3548
3549 2004-09-02 Maarten Brock <sourceforge.brock AT dse.nl>
3550
3551         * as/xa51/xa_link.c,
3552         * device/examples/ds390/ow390/ad26.c,
3553         * device/examples/ds390/ow390/cnt1d.c,
3554         * device/examples/ds390/ow390/counter.c,
3555         * device/examples/ds390/ow390/ds2480.h,
3556         * device/examples/ds390/ow390/ds2480ut.c,
3557         * device/examples/ds390/ow390/findtype.c,
3558         * device/examples/ds390/ow390/gethumd.c,
3559         * device/examples/ds390/ow390/owllu.c,
3560         * device/examples/ds390/ow390/ownetu.c,
3561         * device/examples/ds390/ow390/swt12.c,
3562         * device/examples/ds390/ow390/swtloop.c,
3563         * device/examples/ds390/ow390/temp.c,
3564         * device/examples/ds390/ow390/temp10.c,
3565         * device/examples/ds390/ow390/thermo21.c,
3566         * device/examples/ds390/ow390/tinilnk.c,
3567         * device/examples/ds390/ow390/tstfind.c,
3568         * device/examples/serialcomm/windows/serial.cpp,
3569         * device/examples/serialcomm/windows/test_serialcomm.cpp,
3570         * device/include/reg51.h: fixed line endings for cvs
3571
3572 2004-09-02 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3573
3574         * src/hc08/ralloc.c (canDefAccResult, canUseAccOperand,
3575         packRegsForAccUse, packRegisters): new accumulator register
3576         packing algorithm
3577         * support/regression/ports/hc08/support.c (_putchar): suppress
3578         warning of unused variable
3579         * src/SDCCicode.c: added SWAP entry to codeTable
3580
3581 2004-09-01 Maarten Brock <sourceforge.brock AT dse.nl>
3582
3583         * device/lib/sprintf.c: forgot to add this file before previous commit
3584
3585 2004-09-01 Vangelis Rokas <vrokas AT otenet.gr>
3586
3587         * src/pic16/gen.c (genPackBits): added operand right in function
3588         parameters, load result directly if p_type is POINTER (that is
3589         called by genNearPointerSet)
3590         * (genUnPackBits): added operand left in function parameters,
3591         * (genNearPointerGet, genNearPointerSet): prevent the loading of
3592         FSR0 if accessing bitfields,
3593
3594 2004-08-31 Maarten Brock <sourceforge.brock AT dse.nl>
3595
3596         * device/include/stdio.h: added NULL, size_t, typedef pfn_outputchar,
3597           _print_format; updated printf, sprintf, vsprintf
3598         * device/include/asm/default/features.h: corrected comment/define
3599         * device/lib/Makefile.in: added sprintf.c
3600         * device/lib/libsdcc.lib: added sprintf module
3601         * device/lib/printf_large.c,
3602         * device/lib/vprintf.c,
3603         * device/lib/sprintf.c: totally refactored printf_large and vprintf
3604           into these 3 files
3605         * support/regression/Makefile: changed ALL_PORTS into a usefull default
3606         * support/regression/ports/mcs51-stack-auto/spec.mk: added sprintf
3607         * support/regression/tests/bug-927659.c: removed dummy putchar, enabled
3608           hc08 test
3609         * support/regression/tests/zeropad.c: define idata as data for hc08
3610
3611 2004-08-31 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3612
3613         * src/SDCCpeeph.c (labelIsReturnOnly): support hc08 rts opcode also
3614         * src/SDCCpeeph.c (buildLabelRefCountHash): assume function entry point
3615         labels are referenced at least once (even if a reference is not found)
3616         * src/hc08/gen.c (emitcode): set isComment flag for comments
3617         * src/hc08/peeph.def: added rules 5a..5f (optimize redundant immediate
3618         loads), rules 6a..6b (optimize jumps to return)
3619
3620 2004-08-30 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3621
3622         * device/lib/acosf.c (acosf),
3623         * device/lib/asinf.c (asinf),
3624         * device/lib/atanf.c (atanf),
3625         * device/lib/ceilf.c (ceilf),
3626         * device/lib/cosf.c (cosf),
3627         * device/lib/coshf.c (coshf),
3628         * device/lib/cotf.c (cotf),
3629         * device/lib/fabsf.c (fabsf),
3630         * device/lib/floorf.c (floorf),
3631         * device/lib/log10f.c (log10f),
3632         * device/lib/logf.c (logf),
3633         * device/lib/sinf.c (sinf),
3634         * device/lib/sinhf.c (sinhf),
3635         * device/lib/sqrtf.c (sqrtf),
3636         * device/lib/tanf.c (tanf),
3637         * device/lib/tanhf.c (tanhf),
3638         * device/include/math.h: defined _FLOAT_FUNC_REENTRANT macro and
3639         replaced all instances of "reentrant" in the library functions
3640         defined in math.h with this macro.
3641         * support/regression/tests/float_trans.c: reenabled test for hc08
3642
3643 2004-08-30 Bernhard Held <bernhard AT bernhardheld.de>
3644
3645         * device/lib/pic16/Makefile.common.in: added MODELFLAGS again, it was
3646         erroneously deleted
3647
3648 2004-08-30 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3649
3650         * src/hc08/gen.c (loadRegFromAop): better use of clra & clrx
3651         * src/hc08/gen.c (genAnd, genOr): fixed bug with conditional when
3652         multi-byte volatile operands are used
3653         * src/hc08/gen.c (shiftRLong): fixed bug with wrong rotate direction
3654         * src/hc08/main.c (_hc08_genAssemblerPreamble): moved the built-in
3655         initialization to area GSINIT0 so that it would always precede
3656         any static initializers in GSINIT
3657         * support/regression/tests/zeropad.c: fixed idata define for hc08
3658         * support/regression/tests/bug-927659.c,
3659         * support/regression/tests/float_trans.c: disabled tests for hc08
3660         pending missing library routines
3661         * .version: increased version number to 2.4.4 - hc08 port now passes
3662         regression tests
3663
3664
3665 2004-08-29 Bernhard Held <bernhard AT bernhardheld.de>
3666
3667         * device/lib/pic16/Makefile.common.in: added $(MM) to fix `make clean`
3668         * Makefile.common.in,
3669         * as/Makefile,
3670         * as/hc08/Makefile.in,
3671         * as/mcs51/Makefile.in,
3672         * as/z80/Makefile.in,
3673         * debugger/mcs51/Makefile.in,
3674         * device/include/Makefile.in,
3675         * device/lib/Makefile.in,
3676         * doc/Makefile,
3677         * link/Makefile,
3678         * link/z80/Makefile.in,
3679         * packihx/Makefile.in,
3680         * sim/ucsim/main_in.mk,
3681         * sim/ucsim/avr.src/Makefile.in,
3682         * sim/ucsim/doc/Makefile.in,
3683         * sim/ucsim/gui.src/serio.src/Makefile.in,
3684         * sim/ucsim/hc08.src/Makefile.in,
3685         * sim/ucsim/s51.src/Makefile.in,
3686         * sim/ucsim/xa.src/Makefile.in,
3687         * sim/ucsim/z80.src/Makefile.in,
3688         * src/Makefile.in,
3689         * support/cpp2/Makefile.in,
3690         * support/librarian/Makefile,
3691         * support/makebin/Makefile: added DESTDIR to the install path proposed
3692         by "Maciej 'Agaran' Pijanka" <agaran AT pld-linux.org>
3693         * doc/sdccman.lyx: added DESTDIR documentation
3694
3695 2004-08-29 Vangelis Rokas (vrokas AT otenet.gr>
3696
3697         * src/pic16/gen.c (genFunction, genEndFunction): fixed return
3698         instruction for interrupt handlers, use fast returns when returning
3699         from high priority interrupts
3700
3701 2004-08-29 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3702
3703         * src/hc08/gen.c (genAnd, genOr, transferAopAop, rmwWithAop): optimized
3704         code generation
3705         * src/hc08/gen.c (genrshFour, genCpl): fixed bugs
3706         * src/hc08/gen.c (genMultOneByte, genDivOneByte, genModOneByte): fixed
3707         bugs, ported much of Bernhard's code from mcs51
3708         * src/mcs51/gen.c (genSend),
3709         * src/hc08/gen.c (genSend): fixed bug with lost SEND iCodes if more
3710         than one when calling a reentrant function
3711         * device/lib/_mullong.c: defined an alternate struct layout for big
3712         endian ports (hc08)
3713
3714 2004-08-28 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3715
3716         * src/hc08/gen.c (shiftL2Left2Result): fix for bug-500536 regression
3717         test
3718
3719 2004-08-28 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3720
3721         * src/SDCCsymt.c (processFuncArgs): make sure parameter types
3722         are sane and complete before asking the port its prefered parameter
3723         passing method (fixes bug #1017633)
3724         * device/lib/hc08/_ret.c: added "data" storage class to _ret2
3725         and _ret3
3726
3727 2004-08-27 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3728
3729         * src/hc08/gen.c (genPackBitsImmed, genUnpackBitsImmed): fix offset
3730         problem in bitfields >= 8 bits.
3731
3732 2004-08-27 Maarten Brock <sourceforge.brock AT dse.nl>
3733
3734         * src/SDCCsymt.c: undid changes that were not meant to be committed
3735
3736 2004-08-27 Maarten Brock <sourceforge.brock AT dse.nl>
3737
3738         * support/regression/ports/hc08spec.mk: REENTRANT must be reentrant
3739
3740 2004-08-27 Maarten Brock <sourceforge.brock AT dse.nl>
3741
3742         * src/hc08/gen.c (genUminusFloat): fixed bug where only 3 bytes were
3743           copied and wrong bit got inverted
3744
3745 2004-08-27 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3746
3747         * src/hc08/gen.c (genPointerSet, genFarPointerSet): moved code from
3748         genFarPointerSet into genPointerSet; eliminated genFarPointerSet
3749         * src/hc08/gen.c (genPointerGet, genFarPointerGet): moved code from
3750         genFarPointerGet into genPointerGet; eliminated genFarPointerGet
3751         * src/hc08/gen.c (genPackBitsImmed): generate optimized code for
3752         assignments to bitfields at known addresses
3753         * src/hc08/gen.c (genUnpackBitsImmed): generate optimized code for
3754         reads from bitfields at known addresses
3755         * src/hc08/ralloc.c (packRegisters),
3756         * src/hc08/gen.c (genPointerGet, genUnpackBits, genUnpackBitsImmed,
3757         genhc08Code): optimize pointer get values used as conditionals
3758         * src/hc08/peeph.def: added rules 2e & 2f to optimize bit test
3759         and branch
3760
3761 2004-08-24 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3762
3763         * src/mcs51/gen.c (genPointerGet, genNearPointerGet, genPagedPointerGet,
3764         genFarPointerGet, genCodePointerGet, genGenPointerGet, genUnpackBits),
3765         * src/mcs51/ralloc.c (packRegisters): optimize pointer get values used
3766         as conditionals
3767
3768 2004-08-22 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
3769
3770         * src/mcs51/peeph.def: peepholes 248.i-m for xdata bitfields
3771
3772 2004-08-21 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3773
3774         * src/mcs51/ralloc.c (packRegsForOneuse): fixed bug #1012650 and some
3775         related problems
3776
3777 2004-08-21 Bernhard Held <bernhard AT bernhardheld.de>
3778
3779         * sim/ucsim/cmd.src/Makefile.in: run lex only if $(PRJDIR)/devel exists
3780
3781 2004-08-18 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3782
3783         * src/z80/ralloc.c (packRegsForAssign): ported some bug fixes from the
3784         mcs51 port
3785
3786 2004-08-16 Slade Rich <slade_rich AT users.sourceforge.net>
3787
3788         * src/pic/gen.c: Restored fn genRet as previous fix was incorrect.
3789
3790 2004-08-14 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
3791
3792         * src/mcs51/gen.c (genJumpTab): jumptables for more than 16 switch
3793         cases use more compact code.
3794
3795 2004-08-13 Slade Rich <slade_rich AT users.sourceforge.net>
3796
3797         * src/pic/gen.c: Fixed problem with fn returning a variable bigger than a char.
3798
3799 2004-08-12 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3800
3801         * src/SDCClrange.c (findPrevUse): fixed bug #1007371
3802
3803 2004-08-12 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3804
3805         * src/SDCCsymt.h,
3806         * src/SDCCsymt.c (changePointer, checkDecl, addSymChain): changed
3807         parameter of changePointer() from symbol* to sym_link*
3808         * src/SDCCast.c (decorateType): call changePointer() for CAST op
3809         * src/SDCCsymt.c (compareType): void* type is castable to other
3810         pointers, but not necesarily an exact match.
3811         * src/SDCCicode.c (geniCodeCast): allow void* casting here since it
3812         is no longer blindly treated as an exact match.
3813         * src/SDCCval.c (valCastLiteral): treat missing type as cast to void
3814
3815 2004-08-12 Slade Rich <slade_rich AT users.sourceforge.net>
3816
3817         * src/pic/glue.c: Added struct initialisation fn printIvalStruct.
3818
3819 2004-08-11 Slade Rich <slade_rich AT users.sourceforge.net>
3820
3821         * src/pic/gen.c,
3822         * src/pic/pcode.c,
3823         * src/pic/ralloc.h,
3824         * src/pic/ralloc.c: Printing rIdx on internal verbose debug.
3825
3826 2004-08-10 Slade Rich <slade_rich AT users.sourceforge.net>
3827
3828         * src/pic/device.c,
3829         * src/pic/device.h,
3830         * src/pic/device.c: Will no longer exit if #pragma maxram has not been defined.
3831
3832 2004-08-06 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3833
3834         * src/mcs51/gen.c (emitcode): fixed bug #992819
3835
3836 2004-08-05 Maarten Brock <sourceforge.brock AT dse.nl>
3837
3838         * src/pic/ralloc.c (deassignLR): allthough pic port is buggy already,
3839           there's no need to make it worse
3840
3841 2004-08-05 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3842
3843         * src/mcs51/ralloc.c (deassignLR),
3844         * src/ds390/ralloc.c (deassignLR),
3845         * src/hc08/ralloc.c (deassignLR),
3846         * src/z80/ralloc.c (deassignLR),
3847         * src/pic/ralloc.c (deassignLR),
3848         * src/pic16/ralloc.c (deassignLR),
3849         * src/avr/ralloc.c (deassignLR),
3850         * src/SDCClrange.c (findRecursiveSucc, findRecursivePred, findPrevUse,
3851         rlivePoint): fixed another part of bug #971834
3852
3853 2004-08-04 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3854
3855         * src/z80/main.c: enabled "critical" keyword
3856         * src/z80/mappings.i,
3857         * src/z80/gen.c (genFunction, genEndFunction): support for interrupt
3858         functions (fixes bug #979646)
3859         * doc/sdccman.lyx: added a subsection explaining z80 interrupt support
3860
3861 2004-08-04 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
3862
3863         * src/mcs51/gen.c (genInline): Add \n for labels, not DOS/WIN dirs
3864           such as c:\mydir.
3865
3866 2004-08-03 Maarten Brock <sourceforge.brock AT dse.nl>
3867
3868         * src/SDCCloop.c (loopInvariants): fixed bug 983545, hope this
3869           doesn't disable too much optimizations
3870
3871 2004-08-02 Slade Rich <slade_rich AT users.sourceforge.net>
3872
3873         * src/pic/glue.c Disabled "WARNING: function 'main' undefined" when -S option is used.
3874
3875 2004-08-02 Maarten Brock <sourceforge.brock AT dse.nl>
3876
3877         * src/SDCClrange.c (rlivePoint): fixed bug 988568, thanks to anonymous
3878
3879 2004-08-02 Slade Rich <slade_rich AT users.sourceforge.net>
3880
3881         * src/pic/gen.c tidied up tabs
3882         * src/pic/genarith.c tidied up tabs and fixed bug with literal multiple where same register was used for hi and low byte
3883         * src/pic/main.c tidied up tabs
3884         * src/pic/pcode.c tidied up tabs and disabled verbose code generation
3885         * src/pic/pcoderegs.c tidied up tabs
3886         * src/pic/ralloc.c tidied up tabs
3887
3888 2004-07-30 Vangelis Rokas <vrokas AT otenet.gr>
3889
3890         * src/SDCCmem.c (allocGlobal): don't turn S_REGISTER storage class
3891         to S_FIXED for pic16 port and when symbol is not in level 0,
3892         allocate for S_REGISTER storage class and pic16 port, too,
3893         * src/pic16/device.h: prototype for checkSym,
3894         * src/pic16/device.c (pic16_dump_access, checkSym): NEW,
3895         * (pic16_assignConfigWordValue): test the value and the mask to
3896         validate that the value is suitable for the configuration word,
3897         * src/pic16/glue.c (pic16_printIvalFuncPtr): use 'externs' to
3898         collect extern declared symbols, don't emit symbol twice, check
3899         first if symbol is in publics set first,
3900         * src/pic16/main.c (_pic16_keywords[]): added keyword 'register',
3901         * added command line '--fstack' which enables an experimental
3902         feature for stack access, too buggy to be used yet...
3903         * src/pic16/ralloc.c (pic16_accessregWithName): NEW,
3904         * (pic16_allocDirReg): when register has storage class S_REGISTER
3905         allocate in pic16_dynAccessRegs,
3906         * device/include/pic16/pic18f????.h: modified configuration word
3907         naming convention, words started as CONFIG0H but should be CONFIG1H
3908
3909 2004-07-29 Maarten Brock <sourceforge.brock AT dse.nl>
3910
3911         * device/include/mcs51reg.h: fixed bug 970993
3912
3913 2004-07-27 Maarten Brock <sourceforge.brock AT dse.nl>
3914
3915         * added lib/calloc.c, lib/free.c, lib/realloc.c, include/stddef.h
3916         * updated lib/malloc.c, lib/libsdcc.lib, lib/Makefile.in, include/malloc.h
3917         * src/SDCC.lex (doPragma): added pragma disable_warning <nnn>
3918         * src/SDCCmain.c (parseCmdLine): added option --disable-warning <nnn>
3919         * src/ds390/gen.c (genPlusIncr): fixed bug when incrementing generic pointers
3920         * support/Util/SDCCerr.c (vwerror): suppress disabled warnings and output
3921           error/warning numbers,
3922           added function setWarningDisabled()
3923         * support/Util/SDCCerr.h: added setWarningDisabled() and MAX_ERROR_WARNING
3924         * support/regression/ports/mcs51-stack-auto/spec.mk: added dependencies
3925           _memcmp.c _memmove.c calloc.c realloc.c free.c
3926         * support/regression/tests/malloc.c: added tests for new functionality
3927         * support/regression/tests/zeropad.c: added tests for truncated initializers
3928           and initialized char arrays starting with '\x0'
3929         * src/mcs51/peeph.def: fixed regression, added peephole 177.f
3930
3931 2004-07-26 Bernhard Held <bernhard AT bernhardheld.de>
3932
3933         * support/valdiag/tests/overflow.c: fixed warning on (1 >> 40)
3934
3935 2004-07-26 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
3936
3937         * doc/sdccman.lyx: updated example in section "Absolute Addressing"
3938         * src/mcs51/peeph.def: added contributed fix for "bug" #995347 as
3939         peephole 177.e. Thanks to anonymous
3940
3941 2004-07-25 Vangelis Rokas <vrokas AT otenet.gr>
3942
3943         * src/pic16/glue.c (pic16_printIvalFuncPtr): when an extern
3944         function isn't used in the source but referenced as a
3945         variable initializer then declare it as extern in .asm file
3946
3947 2004-07-24 Vangelis Rokas <vrokas AT otenet.gr>
3948
3949         * .version: increased version number to 2.4.3
3950
3951         Adding version extension according to ChangeLog CVS revision
3952         * src/Makefile.in (target all): added dependency 'version.h'
3953         * (rule version.h): added rule to create version.h from ChangeLog,
3954         * (rule dep): added dependency version.h,
3955         * src/version.awk: AWK script to create version.h
3956         * src/SDCCdwarf2.c (dwWriteModule),
3957         * src/SDCCglue.c (initialComments),
3958         * src/SDCCmain.c (printVersionInfo): modified to write after
3959         version string the version extension number,
3960         * src/SDCCutil.c: included "version.h"
3961         * (getBuildNumber): NEW, returns SDCC's ChangeLog minor revision
3962         number,
3963         * src/SDCCutil.h: added prototype for getBuildNumber
3964
3965         * src/SDCCmain.c (parseCmdLine): when sOpt is 'I' add rest in
3966         includeDirsSet, too,
3967         * src/SDCCsymt.c (checkSClass): don't emit error when a variable,
3968         const char [] is found in function prototype...
3969
3970         * src/pic16/genarith.c (pic16_genUMult8XLit_8): optimization to omit
3971         moving to WREG with source is already in WREG,
3972         * src/pic16/gen.h: added AOP_FSR0 and AOP_FSR2 in enum,
3973         * src/pic16/gen.c (getFreePtr): updated to look for FSR0 and FSR2,
3974         * (aopForSym): stack'ed symbols are partially supported, added
3975         if-clause to support symbols in FARSPACE,
3976         * (sameRegs): added test for AOP_ACC to see if registers are same,
3977         * (pic16_freeAsmop): added case for AOP_FSR0 and AOP_FSR2,
3978         * (pic16_aopGet): added case for AOP_FSR0 and AOP_FSR2,
3979         * (pic16_popRegFromString): will not allocate a new register if it
3980         doesn't find one by name, bug may have introduced...
3981         * (pic16_popGet): added case for AOP_FSR0 and AOP_FSR2,
3982         * (genIpush): revived to use pic16 port's stack,
3983         * (genAddrOf): added incomplete case for stack'ed operand,
3984         * (genCast): optimized a pair of MOVFW,MOVWF to MOVFF
3985         * src/pic16/genutils.c (pic16_genNot): almot new vesrion for NOT,
3986         can handle multibyte operands,
3987         * src/pic16/glue.c (pic16_printIval*): some debug info added,
3988         * (pic16initialComments): added message for MPLAB compatibility
3989         mode enabled,
3990         * src/pic16/main.h: prototype for pic16_mplab_comp,
3991         * src/pic16/main.c (pic16_optionsTable): new option --mplab-comp,
3992         which enabled MPLAB compatibility mode (i.e. no #LINE/#FILE, BANKED)
3993         * (_pic16_linkEdit): NEW, handles link stage, transferred here
3994         because of increased complexity of procedure,
3995         * (_process_pragma): stack pragma changed to format 'stack pos len',
3996         emit symbol '_stack_end' to conform with gplink,
3997         * src/pic16/pcode.c (pic16_newpCodeOpBit): using pic16_regWithName
3998         to search for register,
3999         * (pic16_get_op, pic16_get_op2): added case for PO_W, PO_WREG and
4000         PO_GPR_REGISTER,
4001         * (pic16_pCode2str): when in MPLAB compatibility mode, comment out
4002         #LINE directives and replace 'B' with 'BANKED' in instruction opcodes
4003         * (pic16_getRegFromInstruction, pic16_getRegFromInstruction2): added
4004         case for PO_GPR_REGISTER,
4005         * (pic16_AnalyzeBanking): removed the old message for inc2h.pl, past
4006         dies, the new era is ahead !...
4007         * src/pic16/ralloc.c: added hash reposits pic16_dynAllocRegNames and
4008         pic16_dynInternalRegs,
4009         * (pic16_allocregWithName, pic16_procregWithName, pic16_regWithname): NEW,
4010         * (pic16_allocDirReg): minor optimizations and bug fixes,
4011         * (pic16_allocWithIdx): when searching pic16_dynProcessorRegs use fixed,
4012
4013         * device/lib/pic16/startup/crt0*.c: extern definition of stack_end,
4014         load stack and frame pointer with address of 'stack_end' symbol
4015
4016 2004-07-23 Vangelis Rokas <vrokas AT otenet.gr>
4017
4018         * src/pic16/glue.c (pic16emitStaticSeg): fixed bug with files
4019         without source code but only variable initializers
4020
4021 2004-07-20 Vangelis Rokas <vrokas AT otenet.gr>
4022
4023         * src/pic16/glue.c (pic16emitRegularMap): unused functions marked as
4024         external are not declared as extern to reduce overhead while linking
4025
4026 2004-07-20 Maarten Brock <sourceforge.brock AT dse.nl>
4027
4028         * src/SDCCast.c (decorateType): removed buggy fix for bug #979599
4029
4030 2004-07-11 Maarten Brock <sourceforge.brock AT dse.nl>
4031
4032         * src/SDCCglue.c (printIvalArray): fixed bug #984229, thanks to Phuah
4033           Yee Keat for the patch
4034         * src/SDCCast.c (decorateType): fixed bug #979599
4035         * src/ds390/gen.h: removed local fReturnSizeDS390
4036         * src/ds390/gen.c: made fReturnSizeDS390 signed short to remove a warning
4037         * src/ds390/gen.c (genAnd, genOr, genXor),
4038         * src/mcs51/gen.c (genAnd, genOr, genXor): generate better optimized code
4039
4040 2004-07-04 Vangelis Rokas <vrokas AT otenet.gr>
4041
4042         * src/SDCCmain.c (linkEdit): modifications only for pic16 port,
4043         add relFilesSet to $3, manipulate $2 to handle linking of object
4044         files without source files in command line,
4045         * device/include/pic16 (all headers): added ID location macros,
4046         * src/pic16/device.c (struct PIC16_device Pics16[]): added field
4047         entries for ID location bytes,
4048         * (pic16_assignIdByteValue): NEW,
4049         * src/pic16/device.h: new structures idRegInfo_t and idBytesInfo_t,
4050         added field dumpcalltree to pic16_options_t,
4051         * src/pic16/gen.c (genCmp): fixed bug case so a temporary register
4052         is used instead of pic16_Gstack_base_addr, check if (ifx) before
4053         emitting rFalseIfx label after check_carry label,
4054         * src/pic16/glue.c (PIC16_IS_IDLOC_ADDRESS, PIC16_IS_HWREG_ADDRESS,
4055         pic16_emitDIRegs), NEW
4056         * (pic16glue): dump .calltree file when option --calltree found,
4057         * src/pic16/main.c (OPTION _pic16_optionsTable): new option --calltree
4058         * (_pic16_genAssemblerPreamble): emit ID locations after
4059         configuration registers,
4060         * (pic16_linkCmd): modifications of the link command,
4061         * src/pic16/pcode.c (pic16_pciMOVFF): PCC_REGISTER replaces PCC_REGISTER2
4062         * (pic16_pCodeInitRegisters): don't init stack registers,
4063         * (pic16_findPrevInstruction): fixed bug,
4064         * (pic16_getRegFromInstruction, pic16_getRegFromInstruction2): fixed
4065         bug with immediate registers,
4066         * (buildCallTree): traces stack push and pop,
4067         * (pct2): dump also stack usage for each function,
4068         * src/pic16/ralloc.c (dynrIdx): registers names start from 0x00
4069         * (pic16_allocDirReg): various modifications,
4070         * (pic16_typeRegWithIdx): when searching pic16_dynProcessorRegs set
4071         fixed to 1,
4072
4073 2004-07-02 Vangelis Rokas <vrokas AT otenet.gr>
4074
4075         * src/pic16/pcode.c: removed buggy double colon
4076
4077 2004-07-01 Borut Razem <borut.razem AT siol.net>
4078
4079         * support/scripts/sdcc.nsi: added include/pic16 to setup
4080
4081 2004-06-30 Vangelis Rokas <vrokas AT otenet.gr>
4082
4083         * device/lib/Makefile.in: fixed bug in target objects-pic16,
4084         * device/lib/pic16/Makefile: prefixed with dash (-) command under
4085         target 'clean',
4086         * doc/sdccman.lyx: changed version to 2.4.2 and added some port
4087         specific command line arguments. Also added sample lkr script
4088         for placing a variable at a specific memory bank.
4089         * src/pic16/device.c (pic16_dump_gsection): NEW, to dump variables
4090         at a specific memory bank,
4091         * (pic16_dump_isection): fixed bug which caused string literals to
4092         be omitted when dumping idata section,
4093         * (pic16_groupRegistersInSection): added code to handle registers
4094         in specific memory banks,
4095         * src/pic16/gen.c: labelOffset is prefixed with pic16_ and made
4096         public, all references are renamed too,
4097         * (pic16_aopGet): removed switch cases for AOP_R0,AOP_R1,AOP_DPTR,
4098         AOP_DPTR2,
4099         * (pic16_storeForReturn): added case to handle when dest is WREG,
4100         * src/pic16/genarith.c (pic16_pCodeOpSubType): NEW,
4101         * src/pic16/glue.c (pic16emitRegularMap): when adding a register in
4102         pic16_rel_udata, check to see if that register is marked as being
4103         a member of a specific memory bank,
4104         * (pic16_printIvalCharPtr): added code to add string literals either
4105         to code or the idata sections,
4106         * src/pic16/main.c (_process_pragma): added \n to WHITE constant,
4107         also accept the 'udata' pragma,
4108         * src/pic16/main.h: new structure types sectName and sectSym
4109         * src/pic16/pcode.c: added new pCodeInstruction entry for BANKSEL
4110         * (newpCodeOpBit): added PIC_OPTYPE subt in function prototype,
4111         * (pic16_findPrevInstruction): fixed, it returned nothing,
4112         * (insertBankSwitch): fixed to emit banksel/skip and skip/banksel
4113         instruction combinations,
4114         * (pic16_FixRegisterBanking): heavily reorganised,
4115         * (pic16_AnalyzeBanking): if generating banksel directives is
4116         disabled, then don't call FixRegisterBanking at all,
4117         * src/pic16/ralloc.c (bitEQUs, aliasEQUs, allDefsOutOfRange):
4118         completely removed,
4119         * (pic16_writeUsedRegisters): added call to pic16_dump_gsection
4120
4121 2004-06-29 Bernhard Held <bernhard AT bernhardheld.de>
4122
4123         * src/SDCCglue.c (printChar): fixed bug #973350, patch provided by
4124         Phuah Yee Keat <yk.phuah AT nestac.com>
4125
4126 2004-06-28 Vangelis Rokas <vrokas AT otenet.gr>
4127
4128         * src/pic16/glue.c (pic16createInterruptVect): function now emits
4129         correctly the IVT even if it is relocated to some other location
4130
4131 2004-06-28 Vangelis Rokas <vrokas AT otenet.gr>
4132
4133         * device/include/pic16/pic18fregs.h: added case for pic18f2220.h
4134         * device/include/pic16/pic18f2220.h: NEW,
4135         * device/lib/pic16/libdev/pic18f2220.c: NEW,
4136         * device/lib/pic16/libdev/Makefile: added 18f2220 in DEVS,
4137         * src/pic16/device.c (struct Pics16): added info for 18f2220,
4138         * src/pic16/device.h (struct pic16_options): added ivt_loc and
4139         nodefaultlibs, ivt_loc is the location of the interrupt vector
4140         table, and nodefaultlibs signs that default libraries should not be
4141         linked in link stage,
4142         * src/pic16/gen.c (genFunction): relocate interrupt vector functions
4143         according to --ivt-loc argument,
4144         * src/pic16/main.c (_process_pragma): emit '_stack' as public symbol
4145         when pragma stack is found,
4146
4147 2004-06-25 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
4148
4149         * src/mcs51/peeph.def: added peepholes 182.d (return 0.0),
4150         256 (range check), 257 (do while), 258.a-f (bit banging
4151         f.e. on 3-wire SPI bus)
4152
4153 2004-06-21 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4154
4155         * src/SDCClrange.c (findNextUseSym): fixed a live range bug with
4156         variables used exclusively within a loop
4157
4158 2004-06-21 Bernhard Held <bernhard AT bernhardheld.de>
4159
4160         * src/mcs51/gen.c (genCpl): quick fix for bug #974835
4161
4162 2004-06-21 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4163
4164         * src/SDCClrange.c (computeClash): fixed bug #971834
4165
4166 2004-06-20 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4167
4168         * src/mcs51/gen.c (genCmp): fixed bug #975903
4169         * src/hc08/gen.c (operandsEqu),
4170         * src/ds390/gen.c (operandsEqu),
4171         * src/z80/gen.c (operandsEqu),
4172         * src/pic/gen.c (operandsEqu),
4173         * src/pic16/gen.c (operandsEqu),
4174         * src/mcs51/gen.c (operandsEqu): fixed bug #976283
4175         * src/SDCCmain.c (parseCmdLine): report --unknown-option only once
4176
4177 2004-06-15 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4178
4179         * src/SDCCcse.c (cseBBlock): fixed bug #966963
4180
4181 2004-06-12 Vangelis Rokas <vrokas AT otenet.gr>
4182
4183         * src/pic16/gen.c (genPointerGet): added E_INTERNAL_ERROR for
4184         default case in switch statement,
4185         * glue.c (pic16_initPointer): expr is initialised via decoarteType
4186         to eliminate problem with initialisation of pointers, but problem
4187         still exists,
4188         * (pic16_pointerTypeToGPByte): removed, no needed for pic16,
4189         * (emitStaticSegment): removed various lines emitting debug info,
4190         * src/pic16/pcode.c, src/pic16/pcode.h, src/pic16/ralloc.h:
4191         added processor registers for utilizing EEPROM,
4192         * src/pic16/pcode.c (pic16_emitDB): number of DBs emitted is not
4193         configurable and set 8
4194
4195 2004-06-08 Vangelis Rokas <vrokas AT otenet.gr>
4196
4197         * .version: increased version number to 2.4.2,
4198
4199         Cumulative patch for pic16 port
4200         * src/pic16/device.c: changed scheme to dump initial values for
4201         variables in idata segment, all print_idata* functions were removed,
4202         now the pic16_printIval* will be called,
4203         * src/pic16/glue.c: (pic16_initPointer, pic16_pointerTypeToGPByte,
4204         * _pic16_printPointerType, pic16_printPointerType,
4205         * pic16_printGPointerType, pic16_printIvalArray, pic16_printIvalStruct,
4206         * pic16_printIvalBitFields, pic16_printIvalFuncPtr, pic16_printIvalPtr:
4207         NEW, similar to the respective functions in SDCCglue.c,
4208         * src/pic16/pcode.c (pic16_emitDB, pic16_flushDB): reverted to old
4209         way, emitting hex bytes,
4210         * (pic16_emitDS): NEW, emits a string for pointer initialisation,
4211
4212 2004-06-08 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4213
4214         * src/avr/ralloc.c (serialRegAssign),
4215         * src/xa51/ralloc.c (serialRegAssign),
4216         * src/pic/ralloc.c (serialRegAssign),
4217         * src/pic16/ralloc.c (serialRegAssign),
4218         * src/hc08/ralloc.c (serialRegAssign),
4219         * src/z80/ralloc.c (serialRegAssign),
4220         * src/ds390/ralloc.c (serialRegAssign),
4221         * src/mcs51/ralloc.c (serialRegAssign): fixed bug #964479
4222
4223 2004-06-08 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4224
4225         * src/SDCCicode.c (geniCodeJumpTable): fixed bug #967601
4226         * src/SDCCpeeph.c (labelIsReturnOnly): fixed bug #966505
4227
4228 2004-06-07 Vangelis Rokas <vrokas AT otenet.gr>
4229
4230         Cumulative patch for pic16 port:
4231         * src/pic16/device.h (typedef PIC16_device) modified fields for
4232         defining microcontrollers,
4233         * src/pic16/device.c: added new info for all devices in Pics16 array,
4234         * src/pic16/gen.c (genPcall): fixed bug that caused the return label
4235         to be optimised out by the pCode optimiser,
4236         * src/pic16/glue.c (pic16emitRegularMap): treat implicit aggragates
4237         specially, bug reported by G.M. Gallant,
4238         * src/pic16/pcode.c (pic16_newpCodeLabelFORCE): NEW, marks a label
4239         as force'd so that cannot be optimised out by pCode optimiser,
4240         * src/pic16/pcode.c,
4241         * src/pic16/pcodepeeph.c,
4242         * src/pic16/pcoderegs.c: many modifications to re-enable peepholes,
4243         they are disabled by default, but can be enabled explicit with
4244         command argument --denable-peeps, for testing,
4245         * device/lib/pic16/startup/Makefile: added --no-peep,--pomit-config-words,
4246         --pomit-ivt in COMPILE_FLAGS
4247
4248 2004-06-06 Maarten Brock <sourceforge.brock AT dse.nl>
4249
4250         * src/pic16/pcode.c (pic16_emitDB): removed double semicolon which fails
4251           compilation on MSVC
4252
4253 2004-06-06 Maarten Brock <sourceforge.brock AT dse.nl>
4254
4255         * device/include/sab80515.h: added sfr P6, changed GPL to LGPL
4256
4257 2004-06-06 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
4258
4259         device/include/sab80515.h: fixed bug #967492, DAPR is defined at adress
4260         0xd8, but the correct adress is 0xda. Thanks to anonymous for reporting
4261
4262 2004-06-06 Vangelis Rokas <vrokas AT otenet.gr>
4263
4264         * src/pic16/device.c (pic16_assignConfigWord): fixed bug that
4265         would only assign 0x300001 register.
4266
4267 2004-06-05 Vangelis Rokas <vrokas AT otenet.gr>
4268
4269         * device/lib/pic16/startup/Makefile: added $(MODELFLAGS)
4270         in COMPILE_FLAGS. Thanks to G. Gallant for report.
4271
4272 2004-06-05 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
4273
4274         * doc/sdccman.lyx: minor changes, mentioned beta vendor support
4275         for ds80c400
4276         * src/mcs51/peeph.def: ran unexpand -a over peeph.def
4277         * src/mcs51/peeph.def: removed obsolete peephole 100.a,
4278         added peephole 254 (left shift), 255 (jump table)
4279
4280 2004-06-04 Vangelis Rokas <vrokas AT otenet.gr>
4281
4282         * device/lib/Makefile.in: removed comment line with model-pic16,
4283         * (target port-specific-objects-pic16): the libraries and objects
4284         are copied to the build directory form the device/lib/pic16/bin
4285         directory
4286
4287         Cumulative patch concerning pic16 port:
4288         * library directory has been re-organized,
4289         * added support for PIC18F1220,
4290         * added headers and library sources for chips 18f1220,18f6520,
4291         18f6620,18f6680,18f6720,18f8520,18f8620,18f8680,18f8720
4292
4293         * configuration registers setting has changed, now each supported
4294         device has a complete description of the registers it uses,
4295         * all initialisations are moved to idata sections, these section
4296         can be absolute or relocatable,
4297         * fixed initialisation of codespace variables,
4298         * fixed warning about PCLATU and gpsim,
4299         * src/pic16/gen.c (genCmp): now can handle partially iCodes with no ifx,
4300         * (genAssign): use table reads when assigning from variables in codespace,
4301         * src/pic16/glue.c (pic16emitStaticSeg): fixed to correctly initialise
4302         char/int variables placed in codespace,
4303         * (pic16_emitConfigRegs): NEW, emits a list with configuration
4304         registers set in .asm file, no need for --pomit-config-words anymore,
4305         * (pic16glue): some 8051 legacy segments are commented out
4306         (to be removed completely),
4307         * added support for alternative assembler and linker with --asm=
4308         and --link= command line arguments,
4309         * peepholes are disabled automatically in the port, no need to
4310         specify on command line,
4311         * port supports natively char/int/long multiplication, but converts
4312         all divisions to support functions,
4313         * main.c: pic16_linkCmd and pic16_asmCmd changed to force output
4314         to the file set in variable $2,
4315         * pcode.c (pic16_emitDB, pic16_flushDB): modified to print printable
4316         strings in ASCII format and not in hex,
4317         * ralloc.c (serialRegAssign): added a triplet of conditional calls
4318         to pic16_allocDirReg for IC_RESULT, IC_LEFT and IC_RIGHT so to
4319         allocate proper register if iCodes aren't temporary,
4320
4321 2004-06-02 Maarten Brock <sourceforge.brock AT dse.nl>
4322
4323         * support/regression/tests/zeropad.c: added TEST_G macro for alpha
4324
4325 2004-06-02 Vangelis Rokas <vrokas AT otenet.gr>
4326
4327         * src/pic16/gen.c (genPcall): warning about gpsim and PCLATU
4328         is commented out
4329
4330 2004-06-01 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4331
4332         * src/hc08/gen.c (genPointerGetSetOfs): disabled optimization if
4333         computed address is reused
4334         * src/hc08/gen.c (genPackBits): fixed offsets in assignments to
4335         multi-byte bitfields
4336
4337 2004-06-01 Maarten Brock <sourceforge.brock AT dse.nl>
4338
4339         * src/z80/gen.c: (genArrayInit): must check for pointers too
4340
4341 2004-06-01 Maarten Brock <sourceforge.brock AT dse.nl>
4342
4343         * support/regression/tests/zeropad.c: never meant to commit the
4344           nestedstruct test: removed, added check for GCC version
4345
4346 2004-05-31 Maarten Brock <sourceforge.brock AT dse.nl>
4347
4348         * src/SDCCast.c (createIvalArray): fixed bug 770487 SIGSEGV
4349         * src/SDCCglue.c (emitRegularMap): fixed bug 770484 allocation problem
4350         * src/SDCCglue.c (initPointer, printIvalType, printIvalStruct,
4351           printIvalArray, printIvalFuncPtr, printIvalPtr, printIval): fixed
4352           bugs 928906 and 954082 half-empty initializers
4353         * src/SDCCsymt.h,
4354         * src/SDCCsymt.c (getAllocSize): added for above fix
4355         * src/z80/gen.c (genArrayInit): fixed bug 741044
4356         * support/regression/tests/zeropad.c: added tests
4357
4358 2004-05-30 Vangelis Rokas <vrokas AT otenet.gr>
4359
4360         * src/pic16/device.c (pic16_dump_section): corrected bug which
4361         caused some symbols of the libraries to be misplaced
4362
4363 2004-05-28 Vangelis Rokas <vrokas AT otenet.gr>
4364
4365         * src/pic16/glue.c,
4366         * src/pic16/ralloc.h,
4367         * src/pic16/ralloc.cc: prefixed IS_CONFIG_ADDRESS with PIC16_
4368         to fix conflict with pic port
4369
4370 2004-05-28 Vangelis Rokas <vrokas AT otenet.gr>
4371
4372         * src/pic16/glue.c (pic16emitStaticSeg): do not print as publics or
4373         externs configuration variables,
4374         * src/pic16/ralloc.h,
4375         * src/pic16/ralloc.cc: IS_CONFIG_ADDRESS is made public and added
4376         prototype in header, commented out some debug messages
4377
4378 2004-05-26 Vangelis Rokas <vrokas AT otenet.gr>
4379
4380         * src/pic16/glue.c,
4381         * src/pic16/main.c,
4382         * src/pic16/pcode.c: added gpasm directives #FILE/#LINE
4383         for gpasm COFF object generation. Thanks to D. Hawkins for
4384         his patch info
4385
4386 2004-05-25 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4387
4388         * src/ds390/main.c,
4389         * src/mcs51/main.c: fixed sort order of mnemonics (thanks to Maarten
4390         Brock for spotting this)
4391         * src/ds390/gen.c (genEndFunction),
4392         * src/mcs51/gen.c (genEndFunction): always save psw if function is an
4393         interrupt handler and critical. Disable push/pop optimizations when
4394         peephole optimizations disabled.
4395
4396 2004-05-25 Vangelis Rokas <vrokas AT otenet.gr>
4397
4398         Updated pic16 library sources and headers.
4399         * device/lib/pic16/pic18f*/ ,
4400         * device/include/pic16/*.h: modified to handle structured SFR
4401         definitions
4402
4403 2004-05-25 Vangelis Rokas <vrokas AT otenet.gr>
4404
4405         * src/port.h (PORT structure): added hook initPaths, now each
4406         port can declare its own default search paths,
4407         which can been seen with the --print-search-dirs option,
4408         see pic16 port for example,
4409         * src/SDCCmain.c (setBinPaths, setIncludePaths, setLibPath,
4410         setDataPaths): test to options.printSearchDirs is ifdef'ed out,
4411         * (doPrintSearchDirs): NEW, replaces in a central manner the
4412         printing of search dirs which was split in set*Paths functions,
4413         * (main): added call to port->initPaths and doPrintSearchDirs,
4414         * src/avr/main.c,
4415         * src/ds390/main.c,
4416         * src/hc08/main.c,
4417         * src/izt/i186.c,
4418         * src/izt/tlcs900h.c,
4419         * src/mcs51/main.c,
4420         * src/pic/main.c,
4421         * src/pic16/main.c: modified port structures to reflect addition of
4422         initPaths hook,
4423
4424         * src/pic16/device.c (regCompare): registers are finally sorted by name,
4425         * (pic16_dump_section): for registers in same address reserve memory once,
4426         * src/pic16/device.h (struct PIC16_device): changed variable gen_banksel
4427         to no_banksel,
4428         * src/pic16/genarith.c (pic16_genPlus): added code to handle cases where
4429         result is greater in size than right or left,
4430         * (pic16_genUMult8X8_8): there are some cases where the result can
4431         be 16 bits size, so handle these,
4432         * src/pic16/gen.c: changed some pic16_emitpcomment to DEBUGpic16_emitcode,
4433         * (pic16_outBitC): modified to emit pcodes,
4434         * (pic16_storeForReturn): using is_LitOp to see if operand is literal
4435         or not,
4436         * (genDivOneByte): implemented algorithm to divide 8-bits,
4437         * (genCmp): uncommented goto, but issues still exist,
4438         * (genAnd): fixed a bug with variables >8bits,
4439         * (genPackBits): optimization added that uses BCF/BSF to change a
4440         single bit,
4441         * (genAssign): fixed bug when assigning floating point literals,
4442         * src/pic16/glue.c (pic16glue): added assembler directive 'code' before
4443         __sdcc_gsinit_startup label,
4444         * src/pic16/main.c (_pic16_init): removed search directory
4445         initialisations,
4446         * (_pic16_initPaths): NEW, used to initialise search directories,
4447         * (_hasNativeMulFor): support functions for all except char/int
4448         multiplication, and char division,
4449         * (PIC16_port struct): modified entry for native mul support,
4450         * src/pic16/pcode.c (insertBankSwitch): modified to support the renamed
4451         no_banksel option,
4452         * (buildCallTree): call to register_usage is ifdef'ed out,
4453
4454 2004-05-22 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4455
4456         * device/include/string.h: applied Stas Sergeev's patch to make this
4457         header file compatible with the preprocessor -Wundef option
4458         * src/SDCCmain.c (main): abort compilation if preprocessor reports
4459         failure (fixes bug #941458)
4460
4461 2004-05-21 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4462
4463         * src/SDCCopt.c (killDeadCode): fixed bug #907733
4464         * support/Util/SDCCerr.c: reworded E_AUTO_ASSUMED diagnostic to clarify
4465         that the variable, not the function, should be static
4466         * src/SDCCval.c (valCastLiteral): fixed bit initialization from literal
4467         to be consistent with non-literal case
4468
4469 2004-05-19 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4470
4471         * src/SDCCast.c (isConformingBody): fixed bug #949967
4472         * src/SDCCopt.c (cnvToFcall, cnvToFloatCast, cnvFromFloatCast,
4473         convilong): fixed bug #952086
4474
4475 2004-05-18 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4476
4477         * src/SDCCmem.c (allocVariables): fixed bug #955321
4478
4479 2004-05-18 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4480
4481         * src/hc08/main.c (_hc08_genAssemblerEnd),
4482         * src/SDCCdwarf2.c (dwOpenFile, dwCloseFile, dwWriteFunction,
4483         dwWriteModule, dwWriteCLine, dwWriteALine, dwarf2FinalizeFile):
4484         completely eliminated the use of a temporary file
4485         * src/SDCCdwarf2.c (dwWriteAttr): fixed bug with location list offset
4486         when more than one file linked
4487         * src/SDCCloop.c (pointerAssigned): fixed bug #954163
4488
4489 2004-05-17 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4490
4491         * src/SDCCval.c (valForArray): applied Maarten Brock's patch #947682
4492         which fixes bug #543481
4493         * support/regression/tests/bug-751703.c: fixed comments left from a
4494         cut and paste error
4495         * src/SDCCdwarf2.c (dwCloseFile): don't explicitly close a temp file
4496         * src/SDCCdwarf2.c (dwTagFromType): added bitfield support
4497         * src/SDCCdwarf2.c (dwWriteSymbolInternal): handle extern within local
4498         scopes
4499         * src/SDCCdwarf2.c (dwWriteLineNumber): line number deltas are signed
4500         * src/SDCCmain.c (processFile, parseCmdLine): non-alphanumeric chars
4501         are now changed to underscores in moduleName
4502
4503 2004-05-15 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
4504
4505         * as/mcs51/lkmem.c: better fix for bug #954173
4506
4507 2004-05-15 Maarten Brock <sourceforge.brock AT dse.nl>
4508         committed by Frieder Ferlemann <Frieder.Ferlemann AT web.de>
4509
4510         * device/include/c8051f020.h: newly added SiLabs (Cygnal) header file
4511         * device/include/c8051f000.h,
4512         * device/include/c8051f120.h,
4513         * device/include/c8051f300.h,
4514         * device/include/c8051f310.h,
4515         * device/include/c8051f320.h: updated (added _XPAGE, CAPN, CAPP,
4516         PWM16) and detab'ed
4517
4518 2004-05-15 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
4519
4520         * doc/sdccman.lyx: mentioned sourceforge's delay between web frontend
4521         and mailing lists, doc'ed --no-peep-comments, removed reference
4522         to knoppix (newest version has no LyX/LaTeX), other minor changes
4523         * src/SDCCglue.c (glue): save 2 bytes stack space with
4524         option --main-return. The ljmp could probably be avoided too
4525
4526 2004-05-14 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
4527
4528         * as/mcs51/lkmem.c, as/mcs51/lkaomf51: fixed bug 954173
4529
4530 2004-05-14 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4531
4532         * src/SDCCsymt.h: added IS_AUTO(symbol) test macro
4533         * src/SDCCopt.c (isLocalWithoutDef),
4534         * src/SDCCicode.c (operandFromSymbol): use the IS_AUTO test macro
4535         which adds a !IS_EXTERN codition. Fixes bugs #877426 and #751703.
4536         (credit to Maarten Brock for patch #949363, on which this is based)
4537         * support/regression/tests/bug-751703.c: some test cases of extern used
4538         within inner scopes.
4539
4540 2004-05-14 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4541
4542         * src/SDCCdwarf2.c (dwMatchTypes): structs must have matching
4543         SPEC_STRUCT
4544         * src/SDCCdwarf2.c (dwTagFromType): fix to handle recursive
4545         struct definitions
4546         * src/SDCCdwarf2.c (dwWriteModule, dwNewDebugSymbol, dwWriteEndFunction,
4547         dwWriteLabel): fix to create valid debugger symbols even when
4548         the module name has non-alphanumeric symbols in it
4549         * src/SDCCdwarf2.c (dwWriteSymbolInternal): better detection for
4550         when a variable's allocation has been optimized away
4551
4552
4553 2004-05-13 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4554
4555         * src/hc08/gen.c (hc08_emitDebuggerSymbol),
4556         * src/hc08/main.c,
4557         * src/mcs51/gen.c (mcs51_emitDebuggerSymbol),
4558         * src/mcs51/main.c,
4559         * src/ds390/gen.c (ds390_emitDebuggerSymbol),
4560         * src/ds390/main.c,
4561         * src/z80/gen.c (z80_emitDebuggerSymbol),
4562         * src/z80/main.c,
4563         * src/pic/gen.c (pic14_emitDebuggerSymbol),
4564         * src/pic/main.c,
4565         * src/pic16/gen.c (pic14_emitDebuggerSymbol),
4566         * src/pic16/main.c,
4567         * src/avr/gen.c (avr_emitDebuggerSymbol),
4568         * src/avr/main.c,
4569         * src/xa51/gen.c (xa51_emitDebuggerSymbol),
4570         * src/xa51/main.c,
4571         * src/SDCCdebug.c (emitDebuggerSymbol),
4572         * src/SDCCdebug.h,
4573         * src/port.h: added a debugger struct to the port struct. Added a
4574         callback for defining debugger symbols
4575
4576         * src/SDCCast.c (createLabel),
4577         * src/SDCC.y (labeled_statement): mark all compiler generated labels
4578         with isitmp = 1
4579         * src/SDCCicode.h,
4580         * src/SDCCicode.c (geniCodeFunctionBody): added a link from the FUNCTION
4581         iCode back to the ast for the function
4582
4583         * src/hc08/ralloc.c (hc08_assignRegisters),
4584         * src/hc08/ralloc.h: define a regs struct for the stack pointer. Removed
4585         unneeded fields from the regs struct.
4586         * src/hc08/gen.c (transferRegReg, genFunction, genEndFunction): use the
4587         pushReg() & pullReg() functions instead of emitcode()
4588
4589         * src/hc08/gen.c (genLabel, genhc08Code),
4590         * src/SDCCdebug.h: Added additional debugger hooks needed for DWARF
4591
4592         * src/cdbFile.c (cdbWriteLabel, cdbWriteScope): Added stubs for unneeded
4593         debugger hooks
4594
4595         * src/hc08/gen.c (genEndFunction, genhc08Code),
4596         * src/hc08/gen.h,
4597         * src/mcs51/gen.c (genEndFunction, gen51Code),
4598         * src/mcs51/gen.h,
4599         * src/ds390/gen.c (genEndFunction, gen390Code),
4600         * src/ds390/gen.h,
4601         * src/z80/gen.c (genEndFunction, genZ80Code),
4602         * src/z80/gen.h,
4603         * src/z80/z80.h,
4604         * src/pic/gen.c (genEndFunction, genpic14Code),
4605         * src/pic/gen.h,
4606         * src/pic16/gen.c (genEndFunction, genpic16Code),
4607         * src/pic16/gen.h,
4608         * src/avr/gen.c (genEndFunction, genAVRCode),
4609         * src/avr/gen.h,
4610         * src/xa51/gen.c (genEndFunction, genXA51Code),
4611         * src/xa51/gen.h,
4612         * src/cdbFile.c (cdbWriteFunction, cdbWriteEndFunction): moved cdb
4613         specific code to cdbFile.c and out of the backend code generators
4614
4615         * as/hc08/lkmain.c (main): removed OMF51 support from link-hc08
4616         * as/hc08/lkarea.c (lnkarea): areas with NOLOAD attribute default
4617         starting address is now 0
4618
4619         * as/hc08/asm.h,
4620         * as/hc08/m08pst.c,
4621         * as/hc08/asmain.c (asmbl): implemented the .sleb128 and .uleb128
4622         assembler directive for DWARF support
4623         * as/hc08/lkelf.c (elf): only increment address when rtflg[] set
4624
4625         * src/src.dsp,
4626         * src/Makefile.in,
4627         * src/SDCCdwarf2.c: preliminary DWARF (ver 2) debugger data generator
4628
4629 2004-05-04 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4630
4631         * src/hc08/gen.c (genJumpTab, emitcode, genhc08code): fixed stack error
4632         and inappropriate peephole optimization in jump tables
4633
4634 2004-04-30 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
4635
4636         * as/hc08/m08pst.c,
4637         * src/SDCCglue.c: sdccopt works for the hc08 port now
4638
4639 2004-04-27 Bernhard Held <bernhard AT bernhardheld.de>
4640
4641         * src/SDCCicode.c (geniCodePreInc, geniCodePreDec): fixed bug #942130
4642
4643 2004-04-27 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
4644
4645         * as/hc08/lkelf.c: sdccconf.h is not available in WIN32
4646
4647 2004-04-24 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4648
4649         * src/SDCCpeeph.c (replaceRule): support empty replacement peephole
4650         rules
4651         * src/SDCCmain.c,
4652         * src/SDCCglobl.h,
4653         * src/SDCCpeeph.c (getPeepLine): new option --no-peep-comments omits
4654         comments from the peephole optimizer replacement rules
4655         * src/SDCCmem.c (printAllocInfoSeg): give actual location of spilled
4656         symbols
4657         * src/SDCCcse.c (updateSpillLocation),
4658         * src/SDCCopt.c (killDeadCode, findReqv): better tracking of register
4659         equivalents
4660         * src/hc08/ralloc.c (regTypeNum): pseudo symbols must be in DATA only
4661         * src/hc08/main.c (_hc08_finaliseOptions): made pointers to stack
4662         objects far pointers
4663
4664 2004-04-23 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4665
4666         * src/SDCCsymt.h: a missing part of my last change
4667         * src/pic/ralloc.c (regTypeNum),
4668         * src/pic16/ralloc.c (regTypeNum): fixed statement/declaration order
4669
4670 2004-04-23 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4671
4672         * src/SDCCicode.h,
4673         * src/SDCCicode.c (aggrToPtrDclType),
4674         * src/SDCCptropt.h,
4675         * src/SDCCptropt.c (ptrBaseRematSym, ptrPseudoSymSafe,
4676         ptrPseudoSymConvert),
4677         * src/pic/ralloc.c (regTypeNum),
4678         * src/pic16/ralloc.c (regTypeNum),
4679         * src/hc08/ralloc.c (regTypeNum),
4680         * src/ds390/ralloc.c (regTypeNum),
4681         * src/mcs51/ralloc.c (regTypeNum): check for dependancy hazards before
4682         creating pseudo symbols (fixed bugs #777768, #930484, and #933966)
4683
4684 2004-04-22 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4685
4686         * link/z80/lkmain.c (afile),
4687         * as/hc08/lkmain.c (afile),
4688         * as/mcs51/lkmain.c (afile): fix suggested by Maarten Brock to
4689         prevent a pointer problem when a filename has no directory and
4690         no extension specified.
4691
4692 2004-04-21 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4693
4694         * link/z80/lkmain.c (afile): allow periods in directory names
4695         * link/z80/lkmain.c (afile),
4696         * as/mcs51/lkmain.c (afile),
4697         * as/hc08/lkmain.c (afile): allow linker script file to have an
4698         extension other than ".lnk"
4699         * link/z80/lklex.c (getfid),
4700         * link/z80/lkmain.c (parse),
4701         * as/mcs51/lklex.c (getfid),
4702         * as/mcs51/lkmain.c (parse),
4703         * as/hc08/lklex.c (getfid),
4704         * as/hc08/lkmain.c (parse): Support comments in the linker script
4705         file on lines by themselves and after filenames
4706
4707 2004-04-20 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
4708
4709         * as/link_hc08.dsp: Added as/hc08/lkelf.c to project.
4710
4711 2004-04-20 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4712
4713         * src/z80/peeph-z80.def: removed some peephole rules that don't
4714         work with multibyte arithmetic (fixed bug #937126)
4715         * src/mcs51/peeph.def: fixed peephole rules 150-158 to apply only
4716         to registers and not global variables
4717         * src/SDCCicode.c (geniCodeAssign, ast2iCode, geniCodePostInc,
4718         geniCodePreInc, geniCodePostDec, geniCodePreDec,
4719         geniCodeLogicAndOr, geniCodeConditional): enforce strict lvalue
4720         checking for assignments not internally generated (fixed bug #931895)
4721         * src/SDCC.y (postfix_expr): ignore typedefs when looking for a
4722         structure member (fixed bug #930072)
4723
4724 2004-04-19 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4725
4726         * src/SDCCmain.c (linkEdit),
4727         * src/hc08/main.c (_hc08_parseOptions),
4728         * as/hc08/Makefile.in,
4729         * as/hc08/aslink.h,
4730         * as/hc08/asm.h,
4731         * as/hc08/m08pst.c,
4732         * as/hc08/lkrloc.c (relr, rele),
4733         * as/hc08/lkarea.c (lnkarea)
4734         * as/hc08/lkmain.c (afile, parse),
4735         * as/hc08/lkelf.c: support for ELF output
4736         * as/hc08/lks19.c (s19),
4737         * as/hc08/lkihx.c (ihx): ignore areas with the NOLOAD attribute
4738
4739 2004-04-17 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
4740
4741         * as/mcs51/lkihx.c: Fixed bug #899105.
4742
4743 2004-04-16 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
4744
4745         * doc/sdccman.lyx: Added instructons on how to convert MSVC .dsw and
4746         .dsp files from Unix to DOS.
4747
4748 2004-04-16 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4749
4750         * doc/sdccman.lyx: removed the ANSI-C noncompliance note regarding
4751         function pointers; we have been compliant for several months now.
4752         * src/mcs51/ralloc.c (serialRegAssign): enabled part of my 2004-04-13
4753         change that was accidently commented out
4754         * src/mcs51/gen.c (freeAsmop, getFreePtr, freeForBranchAsmop, genIfxJump,
4755         genCmpEq, jmpTrueOrFalse, genCmp, genAnd, genOr, genXor, genIfx): fixed
4756         bug #922319
4757
4758 2004-04-15 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4759
4760         * src/hc08/gen.c: output of all of the internal debugging information
4761         is now controlled by the D() macro; it is disabled by default
4762
4763 2004-04-13 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4764
4765         * src/mcs51/ralloc.c (serialRegAssign, fillGaps, allocThisReg): try
4766         harder to keep the same registers during a CAST iCode
4767         * src/SDCCopt.c (optimizeCastCast, eBBlockFromiCode): casts of char to
4768         long via int can be done in a single cast, if the signedness is
4769         correct.
4770         * support/regression/tests/bug-927659.c: fixed to avoid conflict with
4771         putchar() in tinibios.c in ds390's library
4772
4773 2004-04-12 Bernhard Held <bernhard AT bernhardheld.de>
4774
4775         * src/SDCCast.c (decorateType): fixed bug #898889,
4776         cast result of a literal complement too
4777         * src/mcs51/ralloc.c (packRegsForAssign): fixed bug #930931,
4778         fixed check for bitfields
4779
4780 2004-04-11 Bernhard Held <bernhard AT bernhardheld.de>
4781
4782         * src/SDCCicode.c (geniCodeLogic): made it static,
4783         (geniCodeLogicAndOr): added in order to fix bug #905492,
4784         (ast2iCode): fixed bug #905492
4785         * support/regression/tests/bug-905492.c: added
4786         * src/SDCCast.c (decorateType): don't decorate/process parms twice,
4787         (processParms): fixed bug #927659: don't copy parms, this will clear
4788         decorated flag
4789         * support/regression/tests/bug-927659.c: added
4790
4791 2004-03-29 Bernhard Held <bernhard AT bernhardheld.de>
4792
4793         * src/SDCCast.c (addCast): don't cast float to char
4794         * device/lib/libsdcc.lib: added _memmove
4795
4796 2004-03-28 Bernhard Held <bernhard AT bernhardheld.de>
4797
4798         * device/lib/large/Makefile: fixed parallel execution by
4799         replacing `make` by `$(MAKE)`
4800
4801 2004-03-28 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4802
4803         * src/hc08/gen.c (genPointerGetSetOfs): correctly handle 1 byte array
4804         offsets (fixes bug #923936)
4805
4806 2004-03-26 Bernhard Held <bernhard AT bernhardheld.de>
4807
4808         * device/lib/small/Makefile: fixed parallel execution by
4809         replacing `make` by `$(MAKE)`
4810
4811 2004-03-23 Bernhard Held <bernhard AT bernhardheld.de>
4812
4813         * device/lib/vprintf.c (vsprintf): minor optimization, see bug #801101
4814
4815 2004-03-23  Scott Dattalo  <scott AT dattalo.com>
4816
4817         * src/pic/gen.c (genCpl): multi-byte complements were not working.
4818         * src/regression/Makefile: Regression test was not running.
4819
4820 2004-03-23 Bernhard Held <bernhard AT bernhardheld.de>
4821
4822         * src/SDCCast.c (resultTypePropagate, decorateType): avoid promotion to int for
4823         complement if possible
4824         * src/SDCCval.c (valComplement),
4825         * src/SDCCicode.c (operandOperation): fixed complement of literal
4826         * support/regression/tests/onebyte.c (testComplement): added
4827
4828 2004-03-22 Bernhard Held <bernhard AT bernhardheld.de>
4829
4830         * src/SDCCast.c (processParms): fixed bug #920866; decorateType() can
4831         return an optimized tree; actually replace actParm with the new tree
4832         * src/SDCCast.h: added some parantheses to remove side effects
4833         * support/regression/tests/bug-920866.c
4834
4835 2004-03-21  Scott Dattalo  <scott AT dattalo.com>
4836         * src/pic/gen.c, src/pic/gen.h, src/pic/genarith.c, src/pic/pcode.c:
4837         Bit operands were not being handled properly in the pic14 port.
4838         (now src/regression/add.c passes again).
4839
4840 2004-03-20 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4841
4842         * src/SDCC.y (labeled_statement): case and default no longer require
4843         a following statement (RFE #893037)
4844
4845 2004-03-19 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4846
4847         * src/mcs51/gen.c (pushSide, genSignedRightShift, genDjnz, geniPush):
4848         use MOVA macro to avoid "mov a,acc" when peephole optimizer is
4849         disabled (fixes bug #916294)
4850         * sim/ucsim/s51.src/mov.cc (inst_mov_a_addr): Throw an error on
4851         "mov a,acc"; patch provided by Lenny Story
4852         * device/include/mc68hc908gp32.h: header contibuted by Juan Gonzalez
4853
4854 2004-03-19 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4855
4856         * src/mcs51/gen.c (genFunction): optimize RECEIVE in reentrant
4857         functions
4858         * src/ds390/gen.c (genFunction, genEndFunction),
4859         * src/ds390/ralloc.c (ds390_assignRegisters),
4860         * src/mcs51/gen.c (genFunction, genEndFunction, mcs51_assignRegisters):
4861         * src/mcs51/ralloc.c (mcs51_assignRegisters): Skip optimizing registers
4862         pushed if there are parameters passed on the stack. Also, a cleaner
4863         way to decide if r0/r1 should be pushed/popped. (Together they fix
4864         bug #918693)
4865
4866 2004-03-18 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4867
4868         * doc/sdccman.lyx,
4869         * device/lib/mcs51/crtpagesfr.asm,
4870         * device/lib/mcs51/crtxinit.asm,
4871         * device/lib/mcs51/crtxstack.asm: Changed name of _PAGESFR to _XPAGE
4872         to avoid confusion with Si Lab's SFRPAGE register.
4873
4874 2004-03-17 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4875
4876         * src/SDCCglue.c (emitMaps): allow public sfr variables
4877         * src/SDCCglue.c (initialComments): include compiler build date
4878         with compiler version and put the timestamp of the generated
4879         assembly file on a serperate line to be less confusing.
4880         * src/port.h: added genInitStartup hook
4881         * src/avr/main.c,
4882         * src/ds390/main.c,
4883         * src/hc08/main.c,
4884         * src/pic/main.c,
4885         * src/pic16/main.c,
4886         * src/xa51/main.c,
4887         * src/z80/main.c: genInitStartup initialize as NULL (default to
4888         historical behaviour)
4889         * src/SDCCglue.c (glue): _sdcc_gsinit_startup is now port specific.
4890         * src/mcs51/main.c: (_mcs51_genInitStartup, _mcs51_genExtraAreas,
4891         _mcs51_genXINIT, _mcs51_genRAMCLEAR): link initialization code from the
4892         library instead of hard coding it into the compiler.
4893         * support/regression/ports/mcs51-stack-auto/spec.mk,
4894         * src/SDCCmain.c (linkEdit): added mcs51.lib to the link libraries
4895         * device/lib/mcs51/Makefile,
4896         * device/lib/small/Makefile,
4897         * device/lib/large/Makefile,
4898         * device/lib/mcs51/crtpagesfr.asm,
4899         * device/lib/mcs51/crtstart.asm,
4900         * device/lib/mcs51/crtxclear.asm,
4901         * device/lib/mcs51/crtxinit.asm,
4902         * device/lib/mcs51/crtclear.asm,
4903         * device/lib/mcs51/crtxstack.asm: move most of the mcs51 C runtime
4904         startup/initialization out of src/SDCCglue.c and src/mcs51/main.c
4905         and into user configurable files.
4906         * device/lib/clean.mk: clean mcs51 directory too
4907         * support/regression/tests/longlit.c: added static to T1 declaration
4908         * doc/sdccman.lyx: documented _PAGESFR sfr for customizing pdata
4909         accesses in the initialization code
4910
4911 2004-03-14 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4912
4913         * device/include/mc68hc908qy.h: corrected declarations of FLBPR and
4914         OSCTRIMVAL as noted in bug #916008
4915
4916 2004-03-14 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4917
4918         * src/SDCCloop.c (basicInduction): fixed bug with loop induction
4919         in loops with multiple exits (reported as incorrect registers
4920         used by Martin Helmling in Sdcc-user list)
4921
4922 2004-03-12 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
4923
4924         * src/ds390/main.c (_ds390_genAssemblerPreamble): cosmetic change,
4925         made ds390 register extensions look less like error messages
4926
4927 2004-03-12 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4928
4929         * src/SDCCglue.c (printIvalPtr): fixed bug with pointer initializer
4930         reported by Adam Wozniak in Sdcc-user list
4931
4932 2004-03-10 Bernhard Held <bernhard AT bernhardheld.de>
4933
4934         * src/SDCCast.c (decorateType): fixed with bug and promotion in
4935         arithmetic optimizations, added debug output
4936
4937 2004-03-09 Bernhard Held <bernhard AT bernhardheld.de>
4938
4939         * device/lib/time.c (mktime): fixed bug reported by Bert Thomas
4940         * sdcc.spec: updated and split sdcc into 3 rpms
4941         * src/SDCCast.c (decorateType): &|^ don't need addCast(); addCast() is
4942         needed for literals of LEFT_OP and '+'
4943         * src/SDCCicode.c (geniCodeLogic): I must have been braindead when I
4944         introduced RESULT_TYPE_NOPROM
4945         (geniCodeMultiply): fixed logic for decision if mul is optimized to
4946         left shift
4947         * src/SDCCsymt.c (computeType): op is int; added RESULT_TYPE_OTHER;
4948         limited promotion to int only for '*'
4949         * src/SDCCsymt.h (computeType): op is int, removed RESULT_TYPE_NOPROM
4950
4951 2004-03-09 Hans Dorn <hjdorn AT users.sourceforge.net>
4952
4953         * src/pic16/gen.c (genSkip),
4954         (genc16bit2lit), (gencjneshort): commented out
4955         (is_LitOp): new helper function, checks operand type
4956         (genCmpEq): rewritten
4957
4958 2004-03-08 Bernhard Held <bernhard AT bernhardheld.de>
4959
4960         * support/regression/tests/bug-908454.c: added
4961
4962 2004-03-07 Bernhard Held <bernhard AT bernhardheld.de>
4963
4964         * src/SDCCast.c (addCast): fixed bug #908454 by promoting bits to char
4965         * src/SDCCicode.c (usualBinaryConversions): op needs int type
4966         (geniCodeCast): cosmetic, don't preserve bit storage class
4967         (geniCodeLeftShift): added promotion
4968         (geniCodeLogic): fixed regression
4969         * src/SDCCsymt.c (computeTypeOr): accept bits too
4970         (compareType): 2nd part of fix for bug #908454, needed for bitfields
4971
4972 2004-03-07  Borut Razem <borut.razem AT siol.net>
4973
4974         * support/Util/findme.c: alloca() replaced with malloc()/free() pair
4975
4976 2004-03-06 Vangelis Rokas <vrokas AT otenet.gr>
4977
4978         * src/pic16/ralloc.c (pic16_genPackRegisters): reverted to old
4979         version of pic16_genPackRegisters which does not check if ic is a
4980         CAST operator,
4981         * src/pic16/gen.c (ifxForOp): disabled new and untested code in
4982         function cause string1.c regression test fails
4983
4984 2004-03-06 Bernhard Held <bernhard AT bernhardheld.de>
4985
4986         * sim/ucsim/configure.in,
4987         * sim/ucsim/configure,
4988         * sim/ucsim/doc/Makefile.in: use docdir
4989         * src/SDCC.y: fixed sbit atrributes
4990         * src/SDCCast.c (getResultTypeFromType): added support for bitfields
4991         * src/SDCCast.c (decorateType): |^& need special promotion handling
4992         * src/SDCCast.h,
4993         * src/SDCCsymt.h: moved definition of RESULT_TYPE
4994         * src/SDCCsymt.h (computeType),
4995         * src/SDCCicode.c: computeType() needs op
4996         * src/SDCCsymt.c (checkTypeSanity),
4997         * doc/sddman.lyx: "plain" bitfields are unsigned
4998         * src/SDCCsymt.c (computeTypeOr): added
4999         * src/SDCCsymt.c (computeType): added support for bitfields, fixed
5000         |^& ops
5001         * src/SDCCval.c (val*): computeType() needs op
5002         * src/SDCCval.c (valCastLiteral): fixed casting of bitfields
5003         * support/regression/tests/onebyte.c: added tests for |^&
5004
5005 2004-03-06 Hans Dorn <hjdorn AT users.sourceforge.net>
5006
5007         * src/pic16/gen.c: (genpic16Code) use copy of printILine's output
5008         for writing icode into asm output.
5009
5010 2004-03-05 Vangelis Rokas <vrokas AT otenet.gr>
5011
5012         * src/pic16/device.c: added some debug lines enabled
5013         with macro DEBUG_CHECK,
5014         * src/pic16/genarith.c: more debug in genPlus,
5015         * (pic16_genUMult8XLit_16, pic16_genUMult8X8_16): removed,
5016         * (pic16_genUMult16X16_16, pic16_genUMult16XLit_16): NEW,
5017         * src/pic16/gen.c: added prototypes for pic16_genMult16X16_16,
5018         * (aopForSym): onStack symbols are re-placed in data memspace,
5019         and onStack flag is cleared,
5020         * (pic16_popGetTempReg, pic16_popReleaseTempReg): modified to
5021         copy temporary pcodeop,
5022         * (genPcall): added warning for not updating PCLATU,
5023         * (genFunction): removed test with IFFUNC_CALLEESAVES, its
5024         always true for pic16 port,
5025         * (genMultOneWord): NEW, supports integer multiplication,
5026         * (genMult): modified to call genMultOneWord,
5027         * (ifxForOp): added warning when return NULL,
5028         * src/pic16/glue.c (pic16emitRegularMap): symbol implicit
5029         flag is set before call to operandFromSymbol for implicit
5030         added structures,
5031         * src/pic16/main.c (_pic16_finaliseOptions): options.float_rent,
5032         options.intlong_rent are set by default,
5033         * (_hasNativeMulFor): modified to allow port generation of integer
5034         multiplication,
5035         * src/pic16/ralloc.c (pic16_allocDirReg): commented out line which
5036         set regtype to REG_SFR for all registers, restricting seting the
5037         accessBank flag for registers 0<= r < 0x80 and 0xf80<=r<=0xfff,
5038
5039 2004-03-05 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
5040
5041         * src/mcs51/peephole.def: added 251.b and 253.x. 253.x are applied
5042         more than 500 times in the regression tests
5043
5044 2004-03-05 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5045
5046         * support/Util/SDCCerr.h,
5047         * support/Util/SDCCerr.c,
5048         * src/SDCC.y (struct_or_union_specifier, enum_specifier,
5049         enumerator_list),
5050         * src/SDCCsymt.c (addSymChain): show location of oriignal definition
5051         for symbol conflicts.
5052         * support/valdiags/tests/enum.c,
5053         * support/valdiags/tests/tentdecl.c,
5054         * support/valdiags/tests/struct.c: expect possible error messages
5055         referring to original symbol definitions.
5056         * src/SDCC.y (struct_or_union_specifier, struct_declarator),
5057         * src/SDCCsymt.h,
5058         * src/SDCCsymt.c (promoteAnonStructs): support anonymous struct/union
5059
5060 2004-03-03 Hans Dorn <hjdorn AT users.sourceforge.net>
5061
5062         * src/pic16/gen.c (gencjne): fixed for right=REG / left=LIT
5063
5064 2004-02-03 Vangelis Rokas <vrokas AT otenet.gr>
5065
5066         * src/pic16/ralloc.c (newReg): fixed bug #908929
5067
5068 2004-03-02 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5069
5070         * src/ds390/gen.c: added missing #include "main.h"
5071
5072 2004-03-02 Vangelis Rokas <vrokas AT otenet.gr>
5073
5074         * src/pic16/device.c (checkAddSym): NEW, adds a symbol to set while
5075         checking if symbol is already in set,
5076         * src/pic16/device.h: prototype for checkAddSym,
5077         * src/pic16/gen.c: (_G): added entry interruptvector,
5078         * (assignResultValue): removed some commented out lines,
5079         * (genFunction): check for ISR via sym->type, absolute section for
5080         interrupt code is created via a new pBlock, the goto instruction is
5081         placed now correctly at the interrupt vector position, changed all
5082         references from ivec to _G.interruptvector,
5083         * WREG,STATUS,BSR are not saved in stack upon an entry to interrupt
5084         is the interrupt is a high priority one, same for return from ISR,
5085         * src/pic16/glue.c: changed all calls of addSetHead for publics and
5086         externs to calls of checkAddSym,
5087         * src/pic16/pcode.c (pic16_pBlockConvert2*): emit warning when
5088         pic16_pcode_verbose flag is set,
5089         * src/pic16/pcode.h: extern to pic16_pcode_verbose,
5090         * src/pic16/pcoderegs.c: message about how many registers are saved
5091         will only be emitted if pic16_pcode_verbose flag is set,
5092
5093 2004-03-02 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5094
5095         * src/ds390/ralloc.h,
5096         * src/ds390/ralloc.c (ds390_regWithIdx),
5097         * src/ds390/gen.c (emitcode),
5098         * src/ds390/main.h,
5099         * src/ds390/main.c (instructionSize, ds390newAsmLineNode, updateOpRW,
5100         ds390opcodeCompare, asmLineNodeFromLineNode, getInstructionSize,
5101         ds390operandCompare, getRegsRead, getRegsWritten,
5102         initializeAsmLineNode): customized instruction size calculation for
5103         ds390, started basis for some register optimizations
5104         * src/ds390/gen.c (gen390Code, emitcode): associate iCodes with
5105         corresponding assembly output
5106         * src/ds390/gen.c (genFunction, genEndFunction): added case to handle
5107         missing push/pop of r0/r1. Optimized push/pops
5108
5109 2004-03-01 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5110
5111         * src/mcs51/main.c (instructionSize): fixed ACALL size
5112         * src/mcs51/main.c (updateOpRW): fixed bug with @dptr, @a+dptr operands
5113
5114 2004-03-01 Vangelis Rokas <vrokas AT otenet.gr>
5115
5116         * src/pic16/device.c (pic16_dump_section): fixed a bug that allowed
5117         the sorting of rlist with NULL elements
5118         * (print_idataType, print_idata): NEW to create idata sections
5119         * src/pic16/device.h: idataSymSet new variable
5120         * src/pic16/gen.c (genFunction): fixed some bugs in string
5121         comparing, improved the absolute section creation for ISRs,
5122         added FSR0L/FSR0H in registers that are saved in an ISR,
5123         * (genInline): fixed the processing of inline snippets,
5124         now they undergo no process by the peephole optimizer
5125         * src/pic16/glue.c (pic16emitRegularMap): symbols with initialiser
5126         are placed in idataSymSet,
5127         * (pic16emitStaticSeg): extern symbols are added in externs,
5128         * src/pic16/ralloc.c (pic16_allocDirReg): work around to reduce bank
5129         switching when aboslute variables are placed in access bank memory
5130         * (pic16_writeUsedRegs): added call to pic16_dump_idata,
5131         * (packRegsForSupport,packRegsForAccUse,packRegsForOneuse):
5132         commented out with #if,
5133         * (pic16_packRegisters): reintroduce the check for CAST because some
5134         symbols are not correctly handled,
5135         * src/pic16/pcode.h: changed the definition of pCodeAsmDir to hold a
5136         pCodeInstruction instead of pCode,
5137         * src/pic16/pcode.c (pic16_newpCodeAsmDir): modified for the new
5138         pCodeAsmDir definition,
5139         * (pic16_pCode2str, genericPrint): when an AsmDir pcode has a NULL
5140         directive, then the argument directive is emitted without the leading
5141         tab, hack for inline labels which must be in the first column,
5142         * (compareLabel,pic16_findNextInstruction),
5143         * (pic16_findPrevInstruction): added case for PO_ASMDIR,
5144         * (insertBankSwitch): modified for the new pCodeAsmDir,
5145
5146 2004-03-01 Hans-Juergen Dorn <hans.dorn AT apl-landau.de>
5147         patch applied by Vangelis Rokas <vrokas AT otenet.gr>
5148
5149         * src/pic16/gen.c (pic16_popGet): case PO_DIR, adds the offset to
5150         instance,
5151         * (pushSide): commented out with #if,
5152         * (assignResultValue): fixed some typos in saving
5153         registers,
5154         * (genPcall): FIXED and sync'ed with genCall,
5155         * (genDataPointerGet,genDataPointerSet): using offset not leoffset
5156         * (genNearPointerGet): fixed to handle some more cases,
5157         implementation scheme via table reads,
5158         * (genConstPointerGet): modified to access code memory correct,
5159         * (genCodePointerGet,genNearPointerSet,genGenPointerSet): modified
5160         and improved to handle some cases
5161         * glue.c (printIvalType,printIvalChar,emitStaticSeg): use "DB"
5162         instead of "RETLW" for init data
5163         * src/pic16/ralloc.c (pic16_allocDirReg): warning when a symbol is
5164         not IN_DIRSPACE, work around to reduce bank switching when aboslute
5165         variables are placed in access bank memory (<0x80 and >=0xf80),
5166         * src/pic16/pcode.c: added SFRs TBLPTR, TABLAT, added opcodes TBLRD,
5167         TBLRD_POSTINC,TBLRD_POSTDEC,TBLRD_PREINC,TBLWT,TBLWT_POSTINC,
5168         TBLWT_POSTDEC,TBLWT_PREINC
5169         * Fixed initialisation of BSR, set "alias" for SSAVE to "0"
5170         * (pic16_emitDB,pic16_flushDB): New functions to generate "DB"
5171         directives
5172         * (pic16_pCodeConstString): use "DB" instead of "RETLW"
5173         * src/pic16/pcode.h: added TBLRD*,TBLWT*, added pic16_emitDB,
5174         pic16_flushDB, made pic16_newpCodeAsmDir public, added TBLPTR, TABLAT
5175         * src/pic16/ralloc.h: added IDX_BSR,IDX_TBLPTR*,IDX_TABLAT
5176
5177 2004-02-29  Borut Razem <borut.razem AT siol.net>
5178
5179         * src/Makefile.in, src/SDCCutil.c, support/Util/findme.c,
5180         support/Util/findme.h, support/Util/system.h: enhance binary relative
5181         search for lib and include by using findProgramPath()
5182
5183 2004-02-28 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5184
5185         * src/SDCCpeeph.h,
5186         * src/SDCCpeeph.c (pcDistance),
5187         * src/port.h,
5188         * src/mcs51/ralloc.h,
5189         * src/mcs51/ralloc.c (mcs51_regWithIdx),
5190         * src/mcs51/main.h,
5191         * src/mcs51/main.c (instructionSize, asmLineNode, updateOpRW,
5192         mcs51opcodeCompare, asmLineNodeFromLineNode, getInstructionSize,
5193         mcs51operandCompare, getRegsRead, getRegsWritten): made instruction
5194         size calculation port specific, started basis for some register
5195         optimizations
5196         * src/mcs51/gen.c (genFunction, genEndFunction): added case to handle
5197         missing push/pop of r0/r1. Optimized push/pops
5198         * src/mcs51/ralloc.c (packregisters): fixed bug #727095
5199         * device/lib/_modsint.c (_modsint),
5200         * device/lib/_modslong.c (_modslong): fixed sign of result in non-asm
5201         and stack version so regression tests pass
5202
5203 2004-02-26 Bernhard Held <bernhard AT bernhardheld.de>
5204
5205         * src/Makefile.in (dep): include SLIBOBJS in dependency check
5206         * src/SDCCast.c (decorateType): catch another small optimization
5207         with '?' operator
5208         * src/SDCCsymt.c (computeType): added comments and cosmetic changes
5209         * src/SDCCval.c (valMult, valDiv, valMod, valPlus, valMinus, valShift):
5210         modified to finally use computeType() all over SDCC,
5211         see Feature Request #877103
5212         * src/SDCCval.h: cosmetic
5213         * src/SDCCicode.c (operandOperation): fixed EQ_OP bug, now same as in
5214         valCompare(); regression tested in muldiv.c
5215         * support/regression/tests/muldiv.c (testMod): mod sign follows
5216         dividend only
5217
5218 2004-02-23 Bernhard Held <bernhard AT bernhardheld.de>
5219
5220         * src/SDCCast.c (decorateType): fixed bug #902362
5221         * doc/INSTALL.txt: fixed install instructions for win32
5222
5223 2004-02-21 Bernhard Held <bernhard AT bernhardheld.de>
5224
5225         * device/include/Makefile.in (install): fixed by replacing spaces
5226         by tabs
5227         * doc/README.txt,
5228         * doc/INSTALL.txt: updated for release
5229         * doc/sdccman.lyx: added warning for --xstack being buggy
5230
5231 2004-02-20 Bernhard Held <bernhard AT bernhardheld.de>
5232
5233         * src/pic16/ralloc.c (packRegsForAccUse):  disabled functions with #if
5234         to eliminate build warnings.
5235         * src/pic16/gen.c (pic16_popGet): fixed for gcc 2.95.4
5236
5237 2004-02-20 Vangelis Rokas <vrokas AT otenet.gr>
5238            Hans-Juergen Dorn <hans.dorn AT apl-landau.de>
5239
5240         * doc/sdccman.lyx: removed PIC16 from PIC16 Port Specific Options,
5241         removed -penable-stack, added comment for stack pragma, added
5242         warning for not initializing the stack/frame registers, removed
5243         comment at interrupts section
5244
5245         Stack is made permanent, there is no ability to disable stack usage.
5246         * src/pic16/device.h,
5247         * src/pic16/device.c: removed all references to USE_STACK macro,
5248         * src/pic16/device.c (pic16_dump_section): when no elements in
5249         rlist, free rlist before return,
5250         * (pic16_dump_int_registers): NEW, internal registers are a new set
5251         of general purpose registers reused by each function,
5252         * (checkAddReg): returns 1 if registers is added to set,
5253         * (pic16_groupRegistersInSection): when a registers is of type
5254         PO_GPR_TEMP add it in pic16_int_regs and not in pic16_rel_udata,
5255         * src/pic16/device.h: memRange and Assigned Memory are deleted,
5256         SRCASECMP macro is moved here from device.c
5257         * src/pic16/genarith.c (pic16_pCodeOpType): added cases for
5258         PO_PCLATU, PO_PRODL, PO_PRODH,
5259         * (pic16_pCodeOpType, genMinus,
5260         changed compares to "a" register, with AOP_ACC,
5261         * (pic16_genPlus): fixed some bugs and indented properly,
5262         * (pic16_addSign): changed size to size+offset in the MOVWF
5263         instruction,
5264         * (pic16_genUMult8XLit_8): NEW, uses processor MULLW instruction to
5265         multiply 8-bit operand by literal, result is 8-bit,
5266         * (pic16_genUMult8X8_8): NEW, uses processor MULWF instruction to
5267         multiply 2 8-bit operand, result is 8-bit,
5268         * (pic16_genMult8X8_8): modified to call genUMult8X*_8 functions and not
5269         genUMult8X*_16,
5270         * src/pic16/gen.c: changed accUse to contain WREG only,
5271         * (pic16_emitcomment): renamed to pic16_emitpcomment,
5272         * (aopForSym): allocated dir register when IN_DIRSPACE(space) is,
5273         true, do not use immediate addressing any more unless sym is a
5274         pointer in codespace,
5275         * (aopForRemat): do not use immediate addressing when symbol not in
5276         codespace and when symbol's address is requested,
5277         * (aopOp): for-loop in if(sym->accUse) is modified for the new
5278         accUse size (= 1),
5279         * (aopGet): added case for AOP_ACC and don't return "accumulator
5280         bug" but WREG instead,
5281         * (popGetTempReg): pushes contents of temporary register in stack,
5282         * (popReleaseTempReg): pops contents of temporary register from
5283         stack. Use popGetTempReg/popReleaseTempReg in aligned pairs,
5284         * (pic16_popGet): separated case AOP_ACC to return register WREG
5285         from processor registers, AOP_PCODE not checks if pcop is PO_DIR
5286         or PO_IMMEDIATE and initializes their instance/offset appropriately,
5287         * The whole issue with aopForSym,aopForRemat,popGet) is to minimize
5288         the use of immediate pointers to certain cases only.
5289
5290         * (pic16_pushpCodeOpReg, pic16_poppCodeOpReg): use pic16_popGet2p,
5291         * (pic16_loadFromReturn, pic16_storeForReturn: NEW,
5292         * (assignResultValue, genCall, genRet): modified to use the new
5293         function return value scheme with WREG,PRODL,PRODH,FSR0L and FSR0,
5294         genPcall is still broken,
5295         * (genFunction): added code to create 'A' type pBlocks when
5296         interrupt functions are generated, code not extensively tested yet,
5297         ISRs push WREG,STATUS,BSR,PRODL,PRODH,FSR0L,FSR0H registers on stack,
5298         * (genEndFunction): modified so ISRs pop stored registers from stack,
5299         * (genMultOneByte): cleanup,
5300         * (AccRsh): added flag andmask, to and result with appropriate mask,
5301         * (genUnpackBits,genPackBits): fixed and can handle bit fields,
5302         * (genDataPointerGet): fixed and reenabled its use,
5303         * (genNearDataPointerGet): bugs fixed,
5304         * (genDataPointerSet): bugs fixed,
5305         * src/pic16/genutils.c: added functions pic16_DumpValue,pic16_DumpAop,
5306         pic16_DumpSymbol, pic16_DumpOp,
5307         * src/pic16/genutils.h: function prototypes for the above functions,
5308         * src/pic16/glue.c: new flags initsfpnt, to initialize stack/frame
5309         pointers,
5310         * (pic16emitRegularMap): many many many improvements, but needs a
5311         major cleanup,
5312         * src/pic16/main.c: enable_stack in pic16_options is removed,
5313         * (_pic16_parseOptions): removed command line options -penable-stack,
5314         * (_process_pragma): emit stack symbol only when stack pragma is
5315         processed,
5316         * src/pic16/pcode.c: pic16_pc_fsr0 is removed, all operations are
5317         redirected to FSR0L/FSR0H pair,
5318         * (pic16_get_op, pic16_get_op2): modifications and improvements,
5319         * (pic16_getRegFromInstruction, pic16_getRegFromInstruction2): added
5320         cases PO_PRODL,PO_PRODH, pic16_getRegFromInstruction2 returns sane
5321         for immediates,
5322         * (insertBankSwitch): modified to handle cases like: (alfa + 1)
5323         * (dumpPicOptype): NEW,
5324         * src/pic16/pcode.h: added PO_PCLATU,PO_PRODL,PO_PRODH in enum,
5325         * src/pic16/pcoderegs.c (pCodeRegMapLiveRangesInFlow): fixed bug
5326         with movff instruction,
5327         * src/pic16/ralloc.c: renamed typeRegWithIdx to pic16_typeRegWithIdx,
5328         added pic16_int_regs, some packRegsFor* functions are commented out,
5329         because produce errors,
5330         * src/pic16/NOTES: minor modifications
5331
5332 2004-02-18  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
5333
5334         * as/mcs51/aslink.h, as/mcs51/lkarea.c, as/mcs51/lkdata.c, as/mcs51/lkmain.c,
5335         as/mcs51/lkmem.c, src/SDCCglob.h, src/SDCCmain.c: added options --stack-size and
5336         --pack-iram.
5337         * doc/sdccman.lyx: described options --stack-size and --pack-iram.
5338         * as/mcs51/lkaomf51.c: fixed bug #895763
5339
5340 2004-02-17 Bernhard Held <bernhard AT bernhardheld.de>
5341
5342         * device/include/c8051f320.h: added. Contributed by Maarten Brock.
5343
5344 2004-02-17 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5345
5346         * doc/sdccman.lyx: added details about the HC08 storage classes and
5347         interrupts, fixed the register usage info for z80 & gbz80
5348
5349 2004-02-17 Vangelis Rokas <vrokas AT otenet.gr>
5350
5351         * doc/sdccman.lyx: added more pic16 port documentation
5352         * device/include/pic16/: added header pic18fregs.h
5353
5354 2004-02-16 Bernhard Held <bernhard AT bernhardheld.de>
5355
5356         * doc/sdccman.lyx: added Vangelis' contribution
5357
5358 2004-02-16 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5359
5360         * src/SDCClrange.c (rlivePoint): live range of SEND operand should
5361         extend to the next CALL or PCALL, not just to the next CALL.
5362
5363 2004-02-16 Vangelis Rokas <vrokas AT otenet.gr>
5364
5365         * src/pic16/gen.c (genInline): fixed bug #896482 with inline assembly
5366
5367 2004-02-15 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5368
5369         * src/mcs51/ralloc.c (packRegsForAssign, reassignAliasedSym): fixed
5370         bug #895752 and a better fix for bug #716790
5371
5372 2004-02-15 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5373
5374         * src/SDCCsymt.c (processFuncArgs): fixed bug #896796
5375
5376 2004-02-14 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
5377
5378         * doc/sdccman.lyx: minor changes, minor changed
5379
5380 2004-02-13 Bernhard Held <bernhard AT bernhardheld.de>
5381
5382         * src/SDCCicode.c (usualBinaryConversions): removed pic16 from ports
5383         which can't handle SDCC_NEWONEBYTEOPS,
5384         (geniCodeMultiply): removed conversion from mult to shift for pic14
5385         and pic16
5386
5387 2004-02-12 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5388
5389         * src/hc08/gen.h,
5390         * src/hc08/gen.c (storeRegToAop, aopOp, aopAdrStr, accopWithAop,
5391         rmwWithAop): Ported my 2003-10-02 fix for bug #663539 to the hc08,
5392         thus fixing bug #895406
5393
5394 2004-02-11 Bernhard Held <bernhard AT bernhardheld.de>
5395
5396         * device/lib/_modsint.c,
5397         * device/lib/_modslong.c: sign follows divisor only
5398         * src/hc08/gen.c (genMultOneByte): if result size is 1,
5399         signs or signedness can be ignored
5400         * src/SDCCast.c (addCast): cosmetic - added lineno to CAST
5401         * src/SDCCast.c (resultTypePropagate): added even more ops: +, - and *,
5402         added optimization for IFX,
5403         (decorateType): Mult/Div/ModOneByte ops can handle all kind of signed
5404         arguments;
5405         reenabled optimization for IFX, which was removed on 2004-01-11
5406         * src/SDCCast.h: added return type IFX
5407         * src/SDCCicode.c: Mult/Div/ModOneByte ops can handle all kind of signed
5408         arguments with 8 or 16 bit results; pic14 and pic16 ports use old
5409         promotion behaviour; env. var. SDCC_NEWONEBYTEOPS selects the new,
5410         SDCC_OLDONEBYTEOPS selects the old behaviour
5411         * src/SDCCsymt.c (computeType): type2 can be NULL (for LEFT_OP);
5412         changed again and commented promotion rule
5413         * src/SDCCval.c (valDiv): promotion no longer necessary
5414         * src/ds390/gen.c (genMultOneByte) (genDivOneByte) (genModOneByte),
5415         * src/mcs51/gen.c (genMultOneByte) (genDivOneByte) (genModOneByte):
5416         rewritten
5417         * support/regression/tests/onebyte.c: added
5418
5419 2004-02-11 Vangelis Rokas <vrokas AT otenet.gr>
5420
5421         * gen.c (genInline): reverted to old code for assemnling inline
5422         code because of bug reported James Chadd
5423
5424 2004-02-10 Vangelis Rokas <vrokas AT otenet.gr>
5425
5426         * ralloc.h: missing declarations from previous patch,
5427         seems that patch for ralloc.h was never applied, fixed
5428
5429 2004-02-10 Hans-Juergen Dorn <hans.dorn AT apl-landau.de>
5430            patch committed by Vangelis Rokas <vrokas AT otenet.gr>
5431
5432         * pcode.c,
5433         * pcode.h,
5434         * ralloc.h: added FSR0L, FSR0H and other missing PIC16 SFR's for
5435         indirect addressing. Marked FSR0 as deprecated
5436         * gen.c (pointerCode): commented out, not needed now
5437         (pic16_popGet2p): new MOVFF helper function
5438         (genGenPointerGet),
5439         (genGenPointerSet): reimplemented with MOVFF and POSTINC0
5440         (shiftRLong): removed duplicate debugging info
5441
5442 2004-02-10 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5443
5444         * src/ds390/gen.c (genNearPointerGet),
5445         * src/mcs51/gen.c (genNearPointerGet): allow the genDataPointerGet()
5446         optimization with bits, but not bitfields.
5447         * src/ds390/ralloc.c (packRegisters),
5448         * src/mcs51/ralloc.c (packRegisters): fixed bug #884453 & #880832
5449
5450 2004-02-09 Bernhard Held <bernhard AT bernhardheld.de>
5451
5452         * src/SDCCcse.c (algebraicOpts): copy operands before modification
5453
5454 2004-02-09 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5455
5456         * src/SDCCsymt.h,
5457         * src/SDCCicode.c (operandFromSymbol),
5458         * src/mcs51/ralloc.c (verifyRegsAssigned, serialRegAssign),
5459         * src/ds390/ralloc.c (verifyRegsAssigned, serialRegAssign),
5460         * src/z80/ralloc.c (verifyRegsAssigned, serialRegAssign),
5461         * src/hc08/ralloc.c (verifyRegsAssigned, serialRegAssign),
5462         * src/pic/ralloc.c (verifyRegsAssigned, serialRegAssign),
5463         * src/pic16/ralloc.c (verifyRegsAssigned, serialRegAssign): fixed
5464         bug #892038
5465         * src/SDCCast.c (createIvalStruct, createIvalArray, gatherAutoInit),
5466         * src/SDCCglue.c (emitRegularMap, printIvalStruct, printIvalArray,
5467         printIvalCharPtr, printIvalPtr, printIval, emitStaticSeg, emitOverlay)
5468         * src/SDCCsymt.c (newSymbol),
5469         * src/SDCC.y (struct_or_union_specifier, enum_specifier,
5470         enumerator_list),
5471         * src/SDCCval.h,
5472         * src/SDCCval.c (newiList): fixed bug #885705
5473
5474 2004-02-08  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
5475
5476         * doc/sdccman.lyx: added section 3.1.4: sdcclib.
5477         * as/mcs51/lkmem.c: report the size of the stack in .mem file.
5478
5479 2004-02-08 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
5480
5481         * device/include/c8051f120.h,
5482         * device/include/c8051f300.h,
5483         * device/include/c8051f310.h: added/updated header files for Silicon
5484         Laboratories (formerly Cygnal) CPUs. Contributed by Maarten Brock.
5485         * doc/sdccman.lyx: minor changes, recommended diff -Naur and diff -u
5486         in new section Submitting patches
5487
5488 2004-02-08 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5489
5490         * src/mcs51/gen.c (genNearPointerGet, genPagedPointerGet,
5491         genFarPointerGet, genCodePointerGet, genGenPointerGet,
5492         genNearPointerSet, genPagedPointerSet, genFarPointerSet,
5493         genGenPointerSet),
5494         * src/ds390/gen.c (genNearPointerGet, genPagedPointerGet,
5495         genFarPointerGet, genCodePointerGet, genGenPointerGet,
5496         genNearPointerSet, genPagedPointerSet, genFarPointerSet,
5497         genGenPointerSet),
5498         * src/pic16/gen.c (genNearPointerGet, genPagedPointerGet,
5499         genFarPointerGet, genCodePointerGet, genGenPointerGet,
5500         genNearPointerSet, genPagedPointerSet, genFarPointerSet,
5501         genGenPointerSet),
5502         * src/pic/gen.c (genNearPointerGet, genPagedPointerGet,
5503         genFarPointerGet, genCodePointerGet, genGenPointerGet,
5504         genNearPointerSet, genPagedPointerSet, genFarPointerSet,
5505         genGenPointerSet): fixed bug #892400
5506         * src/pic16/gen.c (genSkipz, AccRol): disabled functions with #if 0
5507         to eliminate build warnings.
5508         * src/SDCCast.c (processParms),
5509         * src/SDCC.y (function_declarator2, declarator2_function_attributes):
5510         fixed bug 751859
5511         * support/valdiag/valdiag.py: added GCC to the list of defines active
5512         when compiling with gcc
5513
5514 2004-02-07 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5515
5516         * support/Util/SDCCerr.h,
5517         * support/Util/SDCCerr.c,
5518         * src/SDCCast.c (decorateType, sizeofOp): complain when sizeof is used
5519         with an incomplete type (fixed bug #883734)
5520         * src/SDCCicode.c (geniCodeCast): fixed bug #890510
5521
5522 2004-02-07 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5523
5524         * src/pic16/gen.c (genCmpEq, shiftRLong): fixed declarations
5525
5526 2004-02-06 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5527
5528         * src/SDCCast.c (decorateType),
5529         * src/SDCCicode.c (geniCodeParms, geniCodeCall): fixed bugs in my ANSI
5530         function pointer implementation
5531         * support/regression/tests/funptrs.c: added tests to verify both forms
5532         of function pointers work correctly. Added tests to verify parameters
5533         are passed in the correct order.
5534
5535 2004-02-06  Vangelis Rokas <vrokas AT otenet.gr>
5536
5537         * device.c (regCompare): registers are sorted by ascending
5538         address and increasing size,
5539         * main.c (_pic16_finaliseOptions): removed the declaration
5540         of compiler macro MCU. Now a macro of the format pic18fxxxx
5541         will be defined from the command line
5542
5543 2004-02-06  Hans-Juergen Dorn <hans.dorn AT apl-landau.de>
5544             patch committed by Vangelis Rokas <vrokas AT otenet.gr>
5545
5546         * pcode.c (pic16initMnemonics): fixed typo in assignment to PCOP_RLNCF
5547         PCOP_RLCF was overwritten!
5548         * gen.c (genSkip): commented out calls to pic16_emitcode,
5549         * (genCmpEQ): fixed "long" compares, only high word did get compared,
5550         * (genlshTwo),
5551         * (genRRC): added debugging info,
5552         * (shiftL2Left2Result): Fixed bug, if offr > offl. Result got
5553         overwritten while shifting,
5554         * (shiftR2Left2Result): Fixed bug, if offr < offl. Result got
5555         overwritten while shifting,
5556         * (AccLsh),
5557         * (AccRsh),
5558         * (shiftLLeftOrResult),
5559         * (shiftRLeftOrResult),
5560         * (shiftRLong),
5561         * (shiftLLong): Implemented with pic16_emitpcode
5562         * (genlshFour): Replaced pic16_aopPut with pic16_emitpcode,
5563         * (genLeftShift): Fixed bug, operand for shift by variable always
5564         was "and"ed with 0x0f,
5565         * (genLeftShiftLiteral),
5566         * (genrshTwo),
5567         * (genRightShiftLiteral): added debugging info,
5568         * (genrshFour): added comment,
5569         * (genRightShift): determined signedness from operand "left"
5570         instead of "result"
5571
5572 2004-02-04 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5573
5574         * src/SDCCicode.c (geniCodeParms),
5575         * src/SDCCast.c (decorateType, processParms): support for ANSI-style
5576         function pointers, fixed function pointer bugs #861242 and #861896
5577
5578 2004-01-31 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
5579
5580         * device/include/c8051f000.h,
5581         * device/include/c8051f120.h,
5582         * device/include/c8051f300.h: added header files for Silicon
5583         Laboratories (formerly Cygnal) CPUs. Contributed by Maarten Brock.
5584
5585 2004-01-31 Bernhard Held <bernhard AT bernhardheld.de>
5586
5587         * src/SDCCast.c (processParams): added new type flow and restructured
5588         (gatherAutoInit): added new type flow
5589         (addCast): cosmetic changes
5590         (getLeftResultType): added new type flow for array indices, patch
5591         provided by Stas, see FR #877103
5592         (decorateType): SDCC_NEWTYPEFLOW removed, new type flow is now standard;
5593         array index patch by Stas
5594         * src/SDCCast.h: added prototype getResultTypeFromType()
5595         * src/SDCCval.h,
5596         * src/SDCCval.c (resolveIvalSym) (resolveIvalSym),
5597         * src/pic/glue.c (pic14emitStaticSeg),
5598         * src/pic16/glue.c (pic16emitStaticSeg),
5599         * src/SDCCglue.c (emitRegularMap) (emitStaticSeg): added new type flow
5600         for initialization of symbols
5601         * src/SDCCicode.c (geniCodeArray): removed warning W_ARRAY_BOUND
5602         * support/Util/SDCCerr.h:
5603         * support/Util/SDCCerr.c: replaced W_ARRAY_BOUND by W_IDX_OUT_OF_BOUNDS
5604         * .version: bumped version number to 2.3.8
5605         * device/include/Makefile.in (install),
5606         * doc/Makefile (install): changed to 'rm `find ...`' construct to
5607         avoid warnings
5608
5609 2004-01-30 Bernhard Held <bernhard AT bernhardheld.de>
5610
5611         * support/regression/tests/libmullong.c: fixed for 64 bit hosts
5612         Slade Rich fixed an optimization bug
5613         * src/pic/pcodepeep.c,
5614         * src/pic/pcoderegs.c
5615         * doc/Makefile (install): added test for directory
5616
5617 2004-01-30 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5618
5619         * src/mcs51/ralloc.c (getRegPtr, getRegGpr),
5620         * src/ds390/ralloc.c (getRegPtr, getRegGpr),
5621         * src/pic/ralloc.c (getRegPtr, getRegGpr),
5622         * src/pic16/ralloc.c (getRegPtr, getRegGpr),
5623         * src/z80/ralloc.c (getRegGpr): fixed bug #883361
5624         * as/mcs51/asexpr.c (term),
5625         * as/hc08/asexpr.c (term): fixed bug #887146
5626
5627 2004-01-29 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5628
5629         * src/z80/gen.c (genMult): handle single byte result product
5630         * src/SDCCopt.c (killDeadCode): never convert ADDRESS_OF iCode to
5631         DUMMY_READ_VOLATILE (fixed bug #886367)
5632
5633 2004-01-27 Bernhard Held <bernhard AT bernhardheld.de>
5634
5635         * support/regression/tests/libmullong.c: fixed logic, on little endian
5636         hosts we ended without a mullong_wrapper()
5637
5638 2004-01-27 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5639
5640         * ChangeLog: changed "@" to " AT " in hopes of reducing spam and
5641         virus/worm forged address usage.
5642
5643 2004-01-27 Bernhard Held <bernhard AT bernhardheld.de>
5644
5645         Fixed promotion, it should be done on AST level:
5646         * src/SDCCast.c (addCast): added promotion to int
5647         (decorateType): updated call to upCast()
5648         * src/SDCCicode.c (geniCodeLeftShift): removed call to
5649         usualUnaryConversions()
5650
5651 2004-01-26  Michael Hope  <michaelh AT juju.net.nz>
5652
5653         * support/regression/tests/literalop.c (mulWrapper): Added a
5654         wrapper to remove integer overflow warnings.
5655
5656         * support/regression/tests/float_trans.c: Made work on host.
5657
5658         * support/regression/ports/ucz80/spec.mk (UCZ80): Made detect the
5659         location of sz80.
5660
5661         * support/regression/generate-cases.py (main): Changed from inline
5662         to a main method.
5663
5664         * doc/Makefile (install): Changed to depth first to get rid of
5665         missing directory install warning.
5666
5667         * as/Makefile (install-doc): Made work on Mac.
5668
5669 2004-01-25 Bernhard Held <bernhard AT bernhardheld.de>
5670
5671         * src/SDCCast.c: added an additional type flow in decorateType() of
5672         opposite direction, see feature request #860006; it's enabled at runtime
5673         by setting the environment variable SDCC_NEWTYPEFLOW
5674         * src/SDCCast.h: changed prototype of decorateType()
5675         * src/SDCCglue.c (emitRegularMap): updated call of decorateType()
5676         * src/SDCCicode.c (geniCodeDivision) (geniCodeModulus): promotion from
5677         'char' to 'int' can be omitted, if both operands are 'unsigned char';
5678         see feature request #877103
5679         * src/SDCCval.c: updated call of decorateType()
5680         (valBitwise): fixed bug #882876
5681         (valMinus): added promotion
5682         (valLogicAndOr): result is unsigned
5683         (cheapestVal) (constVal): literals from 0...255 are 'unsigned char' now
5684         * src/SDCCsymt.c (computeType),
5685         * src/mcs51/gen.c (genCmpGt) (genCmpLt): literal 'unsigned char'
5686         must not cause an unsigned operation
5687         * src/pic/glue (pic14emitRegularMap),
5688         * src/pic16/glue.c (pic16emitRegularMap): updated call of decorateType()
5689
5690 2004-01-23 Bernhard Held <bernhard AT bernhardheld.de>
5691
5692         * src/pic/pcode.c (PCodeID): commented out left over debug code
5693
5694 2004-01-20 Bernhard Held <bernhard AT bernhardheld.de>
5695
5696         * support/valdiag/tests/overflow.c: added shift tests
5697         * src/pic/device.c,
5698         * src/pic/gen.c,
5699         * src/pic/gen.h,
5700         * src/pic/glue.c,
5701         * src/pic/main.c,
5702         * src/pic/pcode.c,
5703         * src/pic/pcode.h,
5704         * src/pic/pcodepeep.c,
5705         * src/pic/pcoderegs.c,
5706         * src/pic/ralloc.c,
5707         * src/pic/ralloc.h: applied patch from Slade Rich;
5708         added support for multiple code pages and multiple RAM banks on the
5709         PIC 14 port. The ASM files now no longer simply assume all the
5710         code / RAM are in the same page / bank. This means the linker can
5711         safely allocate code/RAM of separate ASM files to different pages/banks.
5712         * doc/sdccman.lyx: added Slade's tips
5713         * src/mcs51/peeph.def: fixed bug #880768
5714
5715 2004-01-20 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5716
5717         * src/hc08/ralloc.c (rematStr): fixed bug #879282
5718         * src/SDCCast.c (decorateType): fixed bug #880197
5719
5720 2004-01-20  Michael Hope  <michaelh AT juju.net.nz>
5721
5722         * sim/ucsim/gui.src/serio.src/main.cc: Fixed unconditional use of
5723         getopt.h.
5724
5725         * debugger/mcs51/cmd.c (getValBasic): Changed strtof to strtod as
5726         strtof is not part of C89 and isn't included with Mac OS X.
5727
5728 2004-01-20 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5729
5730         * src/hc08/gen.c (genPlusIncr, genUminus, genMinusDec, genCmp,
5731         shiftL2Left2Result): fixed bug #879326
5732         (genAnd, genOr, genXor): fixed bug when result was of type AOP_CRY
5733         (genMultOneByte): fixed bug in signed vs unsigned multiplication
5734         * sim/ucsim/hc08.src/inst.cc (inst_clr): added missing effective
5735         address fetch for clr instruction
5736         * device/lib/hc08/_mulint.c: created optimized assembly version
5737         * src/SDCCdflow.c (computeDataFlow): fixed bug #878209
5738
5739 2004-01-19 Bernhard Held <bernhard AT bernhardheld.de>
5740
5741         * src/SDCCicode.c (geniCodeArray): applied patch from Stas Sergeev
5742         proposed in FR #877103
5743
5744 2004-01-18 Bernhard Held <bernhard AT bernhardheld.de>
5745
5746         * src/SDCCval.c (cheapestVal): added missing checks
5747         * src/SDCCicode.c (usualBinaryConversions): fixed condition
5748         * src/SDCCicode.c (geniCodeAdd): fixed part of bug #877103
5749
5750 2004-01-16 Klaus Flittner <klaus_flittner AT gmx.de>
5751
5752         * src/ds390/gen.c (aopOp3): fixed the assignment of different dptrs to
5753         equal operands
5754
5755 2004-01-16 Vangelis Rokas <vrokas AT otenet.gr>
5756
5757         * src/SDCCmain.c (linkEdit): variable $3 of the linker command is
5758         loaded with the linker search paths (-L arguments) and the libraries
5759         to be linked with the current source (-l arguments). Changes
5760         currently will affect only the pic16 port.
5761         * src/pic16/main.c (_pic16_finaliseOptions): add to the linker
5762         include path the port specific paths and port specific libraries,
5763         * gplink command now contains the $3 argument,
5764         * src/pic16/device.h,
5765         * src/pic16/device.c,: structure PIC_device is made public and
5766         renamed to PIC16_device, the same for variable Pics which is renamed
5767         to Pics16. Updated all references to them.
5768         * src/pic16/glue.c (pic16glue): corrected bug with code
5769         initialization which bypassed the variable initializations block.
5770
5771         * device/lib/pic16/Makefile.rules: removed --penable-stack from
5772         COMPILE_FLAGS and added the --nostdinc option
5773
5774 2004-01-15 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5775
5776         * device/include/mc68hc908jb8.h: Register defs for another member
5777         of the hc08 family. Contributed by Bjorn Bringert - thanks!
5778
5779 2004-01-14 Vangelis Rokas <vrokas AT otenet.gr>
5780
5781         Documenting changes from previous commits.
5782         * configure.in (version 1.56),
5783         * configure: initially I've added AC_CONFIG_SUBDIRS(device/lib/pic16)
5784         when generating output files to configure the pic16 library,
5785         but now I've commented it out, since gputils aren't installed in the
5786         SF compile farm, so library won't compile
5787
5788         * device/lib/Makefile.in (version 1.56): initially I've added in
5789         target 'all' the prerequestive 'model-pic16' so it compiled the
5790         pic16 library, but now I've commented it out for the same reasons
5791         above,
5792         * added targets 'model-pic16' and 'objects-pic16' to compile the
5793         library
5794         * added target 'port-specific-objects-pic16' to handle the
5795         generated libraries and copy them into the build/ directory
5796         * added target 'clean-intermediate-pic16' to clean intermediate
5797         files into pic16 directory
5798         * in target 'installdirs' added line to create directory pic16 in
5799         the installation path
5800
5801         * device/include/Makefile.in (version 1.11): in target 'install'
5802         added lines to copy all header files to installation path,
5803         * in target 'installdirs' added line create directory for pic16
5804         headers in the installation path
5805
5806 2004-01-13 Klaus Flittner <klaus_flittner AT gmx.de>
5807
5808         * src/ds390/gen.c (genCall): fixed a double use of acc and b after
5809          a function call
5810
5811 2004-01-13 Bernhard Held <bernhard AT bernhardheld.de>
5812
5813         * configure,
5814         * device/lib/configure.in,
5815         * device/lib/configure: fixed for autoconf 2.57
5816
5817 2004-01-13 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5818
5819         * src/z80/main.c (_parseOptions): fixed the portmode= command line
5820         option so that it actually works. Made it specific to the z80, since
5821         the gbz80 doesn't have these kinds of I/O ports.
5822
5823 2004-01-13 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5824
5825         * device/include/z180.h,
5826         * device/lib/_memcpy.c,
5827         * device/lib/_memmove.c,
5828         * device/lib/_mulint.c,
5829         * device/lib/ser_ir.c,
5830         * device/lib/ser_ir_cts_rts.c,
5831         * device/lib/_strcmp.c,
5832         * device/lib/_strtok.c: fixed pragmas to non-deprecated form
5833         * src/z80/main.c (_process_pragma): add support for pragmas bank and
5834         portmode; added deprecation warning for bank= and protmode= forms.
5835         Also, guard against buffer overflow.
5836         * src/z80/gen.c (aopGet): generate better code for sfr banked read
5837
5838 2004-01-13 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5839
5840         * src/hc08/main.c (_hc08_genAssemblerPreamble): fixed bug #875487. Also
5841         changed interrupt vector table generation to only emit declared vectors.
5842         * device/include/Makefile.in: added missing backslash
5843         * device/lib/pic16/Makefile.rules: add $(MODELFLAGS) to $(CFLAGS)
5844
5845 2004-01-13 Vangelis Rokas <vrokas AT otenet.gr>
5846
5847         Mainly changes to support compilation of the device libraries
5848         * src/pic16/device.c: stack is allocated via symbol and not
5849         via literal number. The symbol is placed in the corresponding
5850         position of the data ram
5851         * (pic16_dump_section): relocatable and absolute uninitialized
5852         data are now emitted in sorted order to reduce section naming,
5853         * src/pic16/ralloc.c (newReg): fixed bug with SFR's that
5854         weren't marked as being in the access bank,
5855
5856 2004-01-13 Vangelis Rokas <vrokas AT otenet.gr>
5857
5858         Added portion of GNU PIC Library under the directory
5859         device/include/pic16 and device/lib/pic16. These files
5860         contain the declarations of SFRs for the PIC18Fxx2 devices.
5861         The directory is initialized via configure from toplevel.
5862
5863 2004-01-12 Klaus Flittner <klaus_flittner AT gmx.de>
5864
5865         * src/ds390/gen.c (operandsEqu): fixed a little typo, that prevented
5866         the spilllocations to be compared correctly
5867
5868 2004-01-12 Bernhard Held <bernhard AT bernhardheld.de>
5869
5870         * src/SDCCast.c (decorateType): fixed bug introduced today
5871
5872 2004-01-12  Borut Razem <borut.razem AT siol.net>
5873
5874         * src/SDCC.lex, support/Util/SDCCerr.h, support/Util/SDCCerr.c,
5875         doc/sdccman.lyx: upper case pragmas are deprecated
5876
5877 2004-01-12 Bernhard Held <bernhard AT bernhardheld.de>
5878
5879         * src/SDCCast.c (decorateType): replacing 'ul > 0' by  '!ul' results
5880         in simpler and even better code
5881
5882 2004-01-11 Bernhard Held <bernhard AT bernhardheld.de>
5883
5884         * src/SDCCicode.c (operandOperation): fixed bug #874819
5885         * src/SDCCast.c (decorateType): fixed
5886         char foo (unsigned long ul) { return ul > 0; }
5887
5888 2004-01-11 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
5889
5890         * doc/sdccman.lyx: Moved and added some sections, small changes
5891         all over. Telling LaTeX to be less strict with word spacing
5892         to better keep the right margin. Changed some notes about
5893         maintainance of the ports in section 3.2.1 - is it OK like this?
5894
5895 2004-01-11 Vangelis Rokas <vrokas AT otenet.gr>
5896
5897         SDCC source changes:
5898         * src/SDCCopt.c (cntToFcall, cnvToFloatCast, cnvFromFloatCast,
5899         convilong): modified to inform the pic16 port that builtin functions
5900         are external
5901
5902         PIC16 PORT specific changes:
5903         * src/pic16/device.c pic16_dump_equates() added,
5904         processor registers declared internally by the port are emitted in
5905         the translation as equates,
5906         * src/pic16/gen.c: inline code is passed unprocessed to the
5907         translation,
5908         * (pic16_popGetLit2): fnuction modified to take second operand as
5909         pCodeOp pointer and not as literal,
5910         * (popRegFromIdx): prefixed with pic16_,
5911         * (pic16_popCombine2): modified to receive already allocated pCode
5912         operands,
5913         * (pic16_pushpCodeOpReg, pic16_poppCodeOpReg): added
5914         * (genFunction): initializes local stack frame and pushes on stack
5915         all the registers used by this function,
5916         * (genEndFunction): restores all registers from stack and restores
5917         stack frame,
5918         * src/pic16/glue.c (pic16emitRegularMap): various changes and
5919         improvements,
5920         * (pic16glue): changed the program startup sequence,
5921         * added new dbName code 'A' for functions placed in absolute section
5922         * src/pic16/main.c: added function attribute _naked,
5923         * added pragma 'code' to place a fnuction at an absolute address,
5924         * added command line arguments --debug-ralloc and --pcode-verbose,
5925         * (_pic16_finiliseOptions): options.all_callee_saves is set by default
5926         * src/pic16/pcode.c (pic16_pBlockConvert2Absolute) added,
5927         * (pic16_newpCodeOpLit2): modified to take the second operand as
5928         pCodeOp pointer,
5929         * (pic16_printpBlock): modified to emit each function in a separate
5930         section,
5931         * (pic16_get_op): modified to use the gpasm modifiers LOW,HIGH and
5932         UPPER for immediate operands,
5933         * src/pic16/pcodepeeph.c: added peephole support for the LFSR
5934         instruction,
5935         * src/pic16/peeph.def: all peepholes with movff are commented out,
5936         because there is a problem in the pcode peep optimizer,
5937         * src/pic16/ralloc.c: the register allocator can now reuse local
5938         function symbols for another function. This saves register usage.
5939         * src/pic16/ralloc.h: added flag isLocal in structure regs,
5940
5941         Added file src/pic16/NOTES with information about program writing on
5942         the current port version.
5943
5944 2004-01-11 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
5945
5946         * src/mcs51/peephole.def: added peepholes 177.c,d (redundant moves)
5947         and peephole 252 (array access)
5948
5949 2004-01-09  Borut Razem <borut.razem AT siol.net>
5950
5951         * src/SDCCmain.c : fixed #872250: -l command line defined library
5952           files are scanned before standard library files
5953
5954 2004-01-10 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5955
5956         * src/SDCCast.c (decorateType): fixed bug #874046
5957
5958 2004-01-09  Borut Razem <borut.razem AT siol.net>
5959
5960         * support/scripts/sdcc.nsi: remove previous installation
5961
5962 2004-01-09 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
5963
5964         * src/SDCCglue.c (createInterruptVect): don't append 7(5) padding
5965         bytes for last interrupt vector (mcs51)
5966         * sdcc.spec: fixed typo
5967
5968 2004-01-09 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5969
5970         * src/mcs51/gen.c (genFunction, genEndFunction, genReceive, getTempRegs,
5971         gen51Code): more efficient parameter receive for --model-large
5972         ("bug" #845294)
5973
5974 2004-01-09 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5975
5976         * src/ds390/main.c,
5977         * src/z80/main.c: added missed needLinkerScript flags (more than
5978         one port structure defined in these file)
5979         * src/ds390/gen.c (aopForSym, aopOp, operandsEqu, aopOp3): fixed
5980         bug #795325
5981
5982 2004-01-08 Vangelis Rokas <vrokas AT otenet.gr>
5983
5984         * src/SDCCmain.c: removed various references to DEFAULT_PORT
5985         * src/port.h: added flag needLinkerScript in port->linker
5986         structure to inform whether to create a .lnk file or not,
5987         * src/avr/main.c,
5988         * src/ds390/main.c,
5989         * src/hc08/main.c,
5990         * src/mcs51/main.c,
5991         * src/pic/main.c,
5992         * src/pic16/main.c,
5993         * src/xa51/main.c,
5994         * src/z80/main.c: changed appropriately to configure
5995         needLinkerScript flag
5996         * src/pic/gen.c,
5997         * src/pic16/gen.c (genAddrOf): fixed bug #863624
5998         * src/pic/glue.c: added variable udata_section_name to
5999         override default uninitialized data segment definition for
6000         devices only with SHAREBANK memory (reported from Erik Epetrich)
6001         * (pic14emitOverlay): modified to emit a commented overlay segment
6002         directive when no overlay data exist
6003         * (picglue): modified to emit uninitialized data segment
6004         according to udata_section_name
6005         * src/pic/main.c (_pic14_parseOptions): added command line
6006         options --udata-section-name=[name] to override default
6007         udata definition name
6008         * modified _linkCmd and _asmCmd to include compiler passed
6009         arguments via -W option
6010         * src/pic16/main.c: added $l in _asmCmd, changed extension for
6011         object file from '.rel' to '.o' in port->linker structure,
6012         changed size of fptr from 2 to 3 in port structure
6013
6014 2004-01-07  Borut Razem <borut.razem AT siol.net>
6015
6016         * support/scripts/sdcc.nsi: update PATH
6017         * support/scripts/sdcc.ico: craeted
6018
6019 2004-01-07 Bernhard Held <bernhard AT bernhardheld.de>
6020
6021         * device/include/Makefile.in: fix install
6022         * doc/Makefile: fix install
6023
6024 2004-01-07 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6025
6026         * src/SDCCsymt.c (processFuncArgs): fixed superflous allocation noted
6027         in bug #860505
6028         * src/SDCCmem.c (printAllocInfoSeg, printAllocInfo): minor changes to
6029         how the function variable allocation summary is displayed; also
6030         include information about variables allocated to the overlay
6031         segment
6032
6033 2004-01-06  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
6034
6035         * as/mcs51/lkmain.c: Help about -Y option
6036         * as/mcs51/lkarea.c: Fixed gcc warnings
6037
6038 2004-01-06 Bernhard Held <bernhard AT bernhardheld.de>
6039
6040         * src/SDCCval.c (valShift): changed from 16 to 32 bit shift count,
6041         fixed warning
6042         * support/valdiag/tests/overflow.c: added
6043         * src/SDCCast.c (decorateType),
6044         * src/SDCCicode.c (geniCodeLeftShift): added promotion to int for
6045         LEFT_OP (left shift)
6046
6047 2004-01-06  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
6048
6049         * as/mcs51/lkmain.c: stack must be after data when option -Y is not used
6050         (default behaviour).
6051
6052 2004-01-06 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6053
6054         A python script to validate compiler diagnostic messages. It can be
6055         used to verify that sdcc complains about bad c source code and
6056         gives a good location of the error.
6057         * support/valdiag/Makefile,
6058         * support/valdiag/valdiag.py,
6059         * support/valdiag/tests/*
6060
6061 2004-01-06 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6062
6063         * src/SDCC.y (enum_specifier, enumerator_list, opt_assign_expr),
6064         * src/SDCCsymt.c (newEnumType),
6065         * src/SDCCsymt.h
6066         * support/Util/SDCCerr.c,
6067         * support/Util/SDCCerr.h: fixed bug #871258 and some other unreported
6068         enum related bugs.
6069         * support/regression/tests/enum.c: added test for enum values that
6070         require at least 2 bytes of storage.
6071
6072 2004-01-06 Vangelis Rokas <vrokas AT otenet.gr>
6073
6074         * src/common.h: added ifndef/define/endif macros
6075         around the header file.
6076         Bug reported from Jesus Calvino-Fraga
6077
6078 2004-01-06 Bernhard Held <bernhard AT bernhardheld.de>
6079
6080         * sdcc.spec: updated
6081         * device/include/Makefile.in: don't install CVS directories
6082         * device/lib/Makefile.in: added removal of CVS directories after install
6083         * doc/Makefile: fixed install, added local_icons
6084         * sim/ucsim/gui.src/Makefile.in: fixed an old typo
6085         * src/mcs51/gen.c (genRightShift): fixed bug #870788
6086         * src/ds390/gen.c (genRightShift): fixed bug #870788
6087         * src/SDCCast.c (decorateType): fixed bug #870781
6088
6089 2004-01-06 Vangelis Rokas <vrokas AT otenet.gr>
6090
6091         PIC16 port related changes:
6092         * device.c: removed pic16_finalMapping and pic16_finalMappingSize,
6093         added variable stackPos,
6094
6095         * gen.c: genCall, assignResultValue: added support for
6096         pushing/retrieving function parameters to/from stack,
6097         genFunction,genEndFunction: setup stack frame for the
6098         generated function,
6099         genAddrOf: will be changed according to bug 863624
6100
6101         * added files genutils.c and genutils.h which contain gen*
6102         debugged and optimised functions extracted from gen.c
6103
6104         * glue.c: added variable 'externs' which holds extern symbols,
6105         pic16emitRegularMap: is modified to properly handle relocatable
6106          symbols under the new scheme,
6107         pic16createInterruptVect: is modified
6108         pic16printPublics: is modified to emit 'global' assembler directives,
6109         added pic16_printExterns to print extern symbols,
6110         pic16glue: initializes stack/frame pointer in the beginning of
6111         the assembly output. Temporary hack, will be corrected later,
6112         because gplink yet does not support stack and SDCC does not
6113         yet support a type of crt0.o object to create the final binary.
6114
6115         * Removed many lines that contain 8051 legacy code.
6116         * The code is finally placed under a 'code' directive.
6117         * Added port specific options.
6118
6119         * _process_pragma: simplified since now we do not need *special*
6120         include file to define SFR registers. But a separate header
6121         will be needed. This will be developed later.
6122         * _pic16_parseOptions: added, parses port specific options:
6123         --pgen-banksel, --obanksel=, --pomit-config-words, --pomit-ivt,
6124         --pleave-reset-vector, --penable-stack, --pstack-model, --debug-xtra
6125         --preplace-udata-with=
6126
6127         * _pic16_setDefaultOptions: modified to initialize section names,
6128         but hack is temporarly out of order since it needs improvement.
6129         * _pic16_genAssemblerPreamble: configuration words are emitted by
6130         their address instead of their name. This part is incomplete and
6131         supports only the 18Fxx2 devices. Other devices will emit an error
6132         during assembly since they do not contain the same set of config
6133         registers
6134         * _pic16_genIVT: is modified,
6135
6136         * pcode.c: added definitions for some hardware registers that are needed
6137         for stack support
6138         * added flag is2LitOp and variable pci_magic in pCodeInstruction.
6139         All PCI entries are updated. Now LFSR is supported.
6140         * Removed pic16_pciTRIS is mentioned by mdubuc in source
6141         * added pic16_newpCodeOpLit2 to support instructions with
6142         two literal arguments
6143         * pic16_pCode2str: corrected code that emits assembler instructions
6144         with two literal operands and those that have an access bit modifier
6145         * genericPrint: now PC_ASMDIR pCodes, can emit a label if it exists,
6146         this fixes a bug which caused some labels to be lost, when an
6147         assembler directive was added, i.e. banksel,
6148         * pic16_FixRegisterBanking: improved logic that causes the insertion
6149         of bank switching,
6150         * InlineFunction: functions that are called once, are not any more
6151         inlined. This can be a port option in the future,
6152
6153         * pcode.h: added pCodeOpLit2 and added variable label in pCodeAsmDir
6154
6155         * ralloc.c: added pic16_rel_udata and pic16_fix_udata variables which
6156         hold the corresponding uninitialized symbols,
6157         * pic16_allocProcessorRegister: registers have explicit marked the
6158         accessBank field,
6159         * pic16_allocInternalRegister: registers are explicit marked as
6160         not used,
6161         * pic16_writeUsedRegs: pic16_dynDirectBitRegs was missing from the
6162         processing list, so bit registers were lost,
6163         *
6164
6165         * ralloc.h: added field 'accessBank' and original symbol operand
6166         in register definition,
6167         * removed the field isMapped from register definition,
6168
6169         ** Several functions have been removed from various sources:
6170         BanksUsedFlow2,BanksUsedFlow,FixBankFlow,InstructionRegBank,
6171         pic16_addMemRange,pic16_isREGinBank,pic16_dump_map,pic16_dump_cblock
6172         isSFR,validAddress,mapRegister,assignRegister,pic16_assignFixedRegisters
6173         pic16_assignRelocatableRegisters
6174
6175         ** others have been introduced:
6176         pic16_areRegsSame,pic16_dump_section,checkAddReg,pic16_groupRegistersInSection
6177         pic16_popGetLit2,pic16_popCombine2,pushw,pushaop
6178
6179 2004-01-05 Vangelis Rokas <vrokas AT otenet.gr>
6180
6181         * support/scripts/inc2h.pl: changed definition of BIT_AT
6182         to emit 'sbit at' instead of 'bit at'. This was a request.
6183
6184         PIC16 port related preliminary changes:
6185         * gen.c: prefixed function popRegFromString with
6186         pic16_ and all references to it corrected
6187         * pcode.c: all pic16_pc_* hardware registers prefixed
6188         with underscore (_),
6189         pic16_popCopyGPR2Bit(): function sets register wasUsed=1
6190         * ralloc.c: newReg(): when register is REG_SFR then
6191         set address to rIdx,
6192         pic16_allocProcessorRegister(): marks register wasUsed=0
6193         pic16_writeUsedRegs(): added a call to assign processor
6194         registers via pic16_assignFixedRegisters
6195
6196 2004-01-04  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
6197
6198         * as/mcs51/aslink.h, as/mcs51/lkarea.c, as/mcs51/lkdata.c,
6199         as/mcs51/lkmain.c, as/mcs51/lkmem.c: 8051 linker can now pack
6200         variables in unused register banks.  Also the SSEG is placed
6201         wherever there is enough space for it, and IDATA can be anywhere
6202         in internal RAM.  For now compile using -Wl-Y[stack_size].
6203         The mem file is different for this option as well, since it
6204         makes no sense of talking about DSEG lenght.
6205
6206 2004-01-02 Vangelis Rokas <vrokas AT otenet.gr>
6207
6208         * src/SDCClrange.c: fixed bug 869095 that caused segfault
6209         in certain cases, e.g. when ROM assignment, patch provided
6210         from Albert den Haan.
6211
6212 2004-01-01 Bernhard Held <bernhard AT bernhardheld.de>
6213
6214         Many signedness and type propagation fixes:
6215         * src/SDCCicode.c: made geniCodeCast() static
6216         replaced SPEC_ by IS_ (cosmetic)
6217         (operandOperation): fixed div and mod operation
6218         (usualBinaryConversions): added support for promotion of char
6219         (geniCodeMultiply): replaced (unsigned long) by (TYPE_UDWORD)
6220         (geniCodeDivision): replaced (unsigned long) by (TYPE_UDWORD)
6221         (geniCodeAdd): an array index will stay unsigned, even if promoted
6222         from char to int
6223         (geniCodeArray): ditto
6224         * src/SDCCicode.h: made geniCodeCast() static: removed prototype
6225         * src/SDCCsymt.c (computeType): added more support for char;
6226         promotion of char is selectable by promoteCharToInt, fixed signedness
6227         for all cases
6228         (powof2): replaced (unsigned long) by (TYPE_UDWORD)
6229         * src/SDCCsymt.h (powof2): replaced (unsigned long) by (TYPE_UDWORD)
6230         * src/SDCCval (val*): replaced signedness calculation by
6231         computeType()
6232         rearranged if-branches (cosmetic)
6233         (valShift): added warning W_SHIFT_CHANGED
6234         (valCompare): fixed problem with different types
6235         * src/hc08/rallo.c (leastUsedLR): fixed gcc 3.3 warning
6236         * support/regression/tests/literalop.c: added many cases
6237         * support/regression/tests/ast_constant_folding.c: changed finally to
6238         'unsigned int'
6239         * .version: new year, new version: 2.3.7
6240         * src/SDCCmain.c (main): applied patch #866468
6241         * debugger/mcs51/sdcdb.c (parseCmdLine): added -k for ucsim, patch
6242         provided by Scott Bronson
6243         * doc/sdccman.lyx: updated documentation for sdcdb
6244         updated and added chapter tips
6245
6246 2004-01-01 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6247
6248         * src/SDCCsymt.h: missing from yesterday's commits
6249
6250 2003-12-31 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6251
6252         * src/SDCC.y (struct_or_union_specifier),
6253         * support/Util/SDCCerr.c,
6254         * support/Util/SDCCerr.h: verify that struct & union tags are used
6255         as declared.
6256
6257 2003-12-29 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6258
6259         * src/SDCCglobl.h: missing from yesterday's commits
6260
6261 2003-12-28 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6262
6263         * src/SDCC.y (external_definition, type_specifier2, sfr_reg_bit,
6264         sft_attributes, struct_declaration, parameter_declaration,
6265         type_name, start_block, declaration_list),
6266         * src/SDCC.lex (check_type): support redefinition of typedef names
6267
6268 2003-12-22 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
6269
6270         * src/mcs51/gen.c (genPlus): added special handling for 256 byte
6271         aligned xdata arrays. Erik helped me with the if clause.
6272
6273 2003-12-20 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6274
6275         * device/lib/ds390/tinibios.c (CpuSpeed): suppress unreachable code
6276         warning
6277
6278 2003-12-20 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6279
6280         * src/SDCCast.h,
6281         * src/SDCCast.c (newAst_),
6282         * src/SDCCicode.h,
6283         * src/SDCCicode.c (ast2iCode, newiCode),
6284         * src/SDCCglobl.h,
6285         * src/SDCC.y (logical_and_expr, logical_or_expr, conditional_expr,
6286         expr, statement, expression_statement, selection_statement,
6287         iteration_statement, expr_opt, jump_statement): foundation for tracking
6288         sequence points
6289         * src/SDCCopt.c (killDeadCode): fixed bug #861580 (needs the sequence
6290         point code too)
6291
6292 2003-12-19 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6293
6294         * support/Util/SDCCerr.c,
6295         * src/SDCCast.h,
6296         * src/SDCCast.c (createCase, createDefault, decorateType),
6297         * src/SDCClabel.c (labelUnreach),
6298         * src/SDCC.y (labeled_statement, jump_statement): More improvements
6299         to error messages.
6300         * support/Util/SDCCerr.c (werrorfl): fixed a non-standard declaration
6301         (with thanks to Stas Sergeev)
6302         * device/include/time.h,
6303         * device/lib/time.c (CheckTime): suppress unreachable code warning
6304
6305 2003-12-18 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6306
6307         * src/SDCCast.c (createIvalCharPtr),
6308         * src/SDCCglue.c (printChar): fixed bug #862241 (an error in my fix for
6309         bug #753752)
6310         * support/regression/tests/nullstring.c: tests for these two bugs
6311
6312 2003-12-18 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6313
6314         * support/Util/SDCCerr.h,
6315         * support/Util/SDCCerr.c (E_NOT_ALLOWED),
6316         * src/SDCC.y (struct_declaration, struct_or_union_specifier): complain
6317         about storage class and 'at' used inside struct or union
6318         * src/SDCCBBlock.c (iCodeFromeBBlock),
6319         * src/SDCCcse.c (ifxOptimize),
6320         * src/SDCCglue.c (emitRegularMap, initPointer, printIvalStruct,
6321         printIvalArray, printiValFuncPtr, printIvalCharPtr, printIvalPtr,
6322         printIval, emitStaticSeg, emitOverlay),
6323         * src/SDCClabel.c (deleteIfx),
6324         * src/SDCCopt.c (replaceRegEqv, eBBlockFromiCode),
6325         * src/SDCCast.c (resolveSymbols, createIvalStruct, createIvalArray,
6326         gatherAutoInit, processParms),
6327         * support/Util/SDCCerr.h,
6328         * support/Util/SDCCerr.c (werrorfl): Support for better error location
6329         reporting for post-parse errors.
6330
6331 2003-12-16 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6332
6333         * src/SDCCval.c (valPlus, valMinus, valShift): fixed some problems with
6334         implicit casts via union; they don't work on big endian systems
6335         (possible fix for bug #861138)
6336
6337 2003-12-16 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
6338
6339         (committed by Erik Petrich <epetrich AT ivorytower.norman.ok.us> on Frieder's behalf)
6340         * src/mcs51/main.c: fixed the fix for bug #737001
6341
6342 2003-12-15  Borut Razem <borut.razem AT siol.net>
6343
6344         * support/scripts/sdcc.nsi: updated for NSIS 2.0 beta 4
6345
6346 2003-12-14 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6347
6348         * support/makebin/makebin.c: put output in binary mode
6349
6350 2003-12-13 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
6351
6352         * src/mcs51/main.c: fixed bug #737001 for the mcs51. SDCC clears
6353         xdata and data memory on startup. Set the environment variable
6354         SDCC_NOGENRAMCLEAR to disable this.
6355         * src/mcs51/peephole.def,
6356         * src/ds390/peephole.def: using the atomic test and clear instruction jbc
6357         (allows non-interrupt and interrupt code to safely compete for a resource
6358         without the non-interrupt code having to disable interrupts)
6359
6360 2003-12-13 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6361
6362         * src/SDCCicode.c (geniCodeAdd),
6363         * src/SDCCast.c (decorateType): fixed bug #857753 (need to be careful
6364         with valFromType if type might be a pointer and host is big endian).
6365         * src/SDCCast.c (decorateType): unary plus compatible with all arithmetic
6366         types, not just integer types.
6367         * src/SDCCsymt.c (addSymChain): clarified error message when symbol is
6368         multiply defined with mismatching "at" address.
6369
6370 2003-12-12 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6371
6372         * src/ds390/main.c (PORT tininative_port): fixed bug #858416
6373         * src/SDCCglue.c (printChar, printIvalChar, emitStaticSeg),
6374         * src/SDCCast.c (createIvalCharPtr, stringToSymbol): handle strings
6375         with embedded nulls (fixed bug #753752)
6376
6377 2003-12-12 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
6378
6379         * src/mcs51/main.c(_mcs51_genRAMCLEAR): using r0 instead of r1/r2.
6380         Apparently this did not see much testing (endless loop)
6381
6382 2003-12-11 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6383
6384         * src/z80/ralloc.c: set DISABLE_PACK_HL = 1 as a temporary fix to bug #855165
6385
6386 2003-12-10 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6387
6388         * src/SDCCdebug.c (outputDebugSymbols, outputDebugStackSymbols, dumpSymInfo):
6389         gracefully handle NULL memmap pointers
6390
6391 2003-12-08 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6392
6393         * src/SDCCopt.c (killDeadCode): change iCode type to DUMMY_READ_VOLATILE
6394         instead of deleting the iCode when an operand is volatile
6395         * src/z80/gen.c (genDummyRead),
6396         * src/mcs51/gen.c (genDummyRead),
6397         * src/ds390/gen.c (genDummyRead),
6398         * src/hc08/gen.c (genDummyRead): handle operands in IC_LEFT and/or IC_RIGHT,
6399         not just IC_RIGHT
6400         * src/SDCCicode.c (geniCodeCall): fixed bug #851607
6401         * src/SDCC.y: fixed bug #850420
6402
6403 2003-12-05 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6404
6405         Applied z80 i/o port patch from Peter Townson and fixed some operators
6406         to better handle operands in A register.
6407         * device/include/z180.h
6408         * src/SDCC.y
6409         * src/SDCCglue.c
6410         * src/z80/gen.c
6411         * src/z80/gen.h
6412         * src/z80/main.c
6413         * src/z80/peeph-z80.def
6414         * src/z80/peeph.def
6415         * src/z80/z80.h
6416
6417 2003-12-03 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6418
6419         * src/SDCCsymt.c (addSymChain, compareTypeExact): fixed bug #838241 again
6420
6421 2003-12-01 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6422
6423         * device/lib/hc08/_mullong.c: Removed extra #endif
6424
6425 2003-12-01 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6426
6427         * sim/ucsim/hc08.src/inst.cc,
6428         * sim/ucsim/hc08.src/hc08mac.h: fixed some problems with CC flag bits and
6429         carries from x to h
6430         * src/hc08/gen.c (aopAdrStr): fixed problem with 16 bit immediate
6431         * src/hc08/gen.c (XAccRsh): fixed problem with right shift
6432         * device/include/stdarg.h: fixed varargs for hc08
6433         * device/lib/Makefile.in,
6434         * device/lib/hc08/Makefile,
6435         * device/lib/hc08/_mulint.c,
6436         * device/lib/hc08/_mullong.c: fixed some endian problems
6437
6438 2003-11-28 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
6439
6440         * sdcc/src/mcs51/gen.c (genMultOneByte): help peephole 105
6441         * sdcc/src/mcs51/peeph.def: added peephole 186.e array access in code space
6442         * device/lib/_gptrget.c,
6443         * device/lib/_gptrput.c: P2 not used any more (related to #850747, #785979)
6444
6445 2003-11-27 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6446
6447         * src/SDCClrange.c (findNextUseSym, rlivePoint): fixed bug #849795
6448         * src/SDCCast.c (astErrors): fixed bug #846007
6449         * src/SDCCsymt.c (checkFunction): fixed follow-up bug on bug #846007
6450
6451 2003-11-26 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6452
6453         * src/SDCCast.c (decorateType): disabled a transformation I added in
6454         revision 1.188 (access to fields of a structure at an absolute address);
6455         it breaks with bitfields, extern declarations, and gcse analysis.
6456         * src/SDCCopt.c (isLocalWithoutDef): if ADDRESS_OF applied to a symbol, it
6457         could be assigned through a pointer, so don't complain.
6458         * src/SDCCast.c (astErrors),
6459         * src/SDCCast.h,
6460         * src/SDCCglue.c (emitRegularMap): fixed bug #847813
6461
6462 2003-11-26 Vangelis Rokas <vrokas AT otenet.gr>
6463
6464         * src/pic16/main.c (_pic16_genIVT): fixed interrupt vector table
6465         * src/pic16/main.c (_pic16_genAssemblerPreamble): re-enabled the
6466         output of __config directives, since gpasm now supports them
6467         * src/pic16/main.c (_pic16_finaliseOptions): define MCU
6468         pre-processor macro, i.e. -DMCU=p18f452
6469         * src/pic16/ralloc.c: renamed packRegisters to pic16_packRegisters,
6470         and modified to handle 'cast' icode similarly to '=' icode
6471         * src/pic16/device.h (typedef struct PIC_device): added field
6472         'extMIface' to indicate that chip has external memory interface
6473         * src/pic16/device.c: added chips 18F248, 18F258, 18F448, 18F458,
6474         18F6520, 18F6620, 18F6680, 18F6720, 18F8520, 18F8620, 18F8680,
6475         18F8720
6476
6477 2003-11-26 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6478
6479         * src/SDCC.y (pointer): fixed bug #846006
6480         * support/Util/SDCCerr.c: made W_PTR_TYPE_INVALID message clearer
6481         * src/SDCCast.c (decorateType): fixed bug #846009
6482         * src/ds390/peeph.def,
6483         * src/ds390/gen.c (genAnd, genOr),
6484         * src/mcs51/peeph.def,
6485         * src/mcs51/gen.c (genAnd, genOr): fixed bug #846777
6486
6487 2003-11-25 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6488
6489         Fixed several common-sub-expression bugs (#772861, #768380, & #755323)
6490         * src/SDCCdflow.c
6491         * src/SDCCcse.c
6492         * src/SDCCcse.h
6493         * src/SDCCBBlock.h
6494         * src/SDCCBBlock.c
6495
6496 2003-11-23 Klaus Flittner <klaus_flittner AT gmx.de>
6497
6498         fixed bug #845089
6499         * src/SDCCbitv.h,
6500         * src/SDCCbitv.c: added function to free a bitvector
6501         * src/SDCClrange.h,
6502         * src/SDCClrange.c: added function to recompute the liveranges
6503         * src/avr/ralloc.c,
6504         * src/ds390/ralloc.c,
6505         * src/hc08/ralloc.c,
6506         * src/mcs51/ralloc.c,
6507         * src/pic/ralloc.c,
6508         * src/pic16/ralloc.c,
6509         * src/xa51/ralloc.c,
6510         * src/z80/ralloc.c: recompute the liveranges after register packing
6511
6512 2003-11-21 Klaus Flittner <klaus_flittner AT gmx.de>
6513
6514         * src/SDCCloop.c (newInduction): fixed bug #845630
6515
6516 2003-11-21 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6517
6518         * src/SDCCsymt.c (compareTypesExact): disabled debugging output
6519         inadvertantly left behind from my 2003-11-12 change
6520
6521 2003-11-20 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6522
6523         Updated headers I neglected to commit yesterday.
6524         * src/SDCClrange.h,
6525         * src/SDCCicode.h
6526
6527 2003-11-19 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6528
6529         * src/SDCCcse.c (algebraicOpts): fixed bug #773153
6530         * src/SDCClrange.c (rlivePoint): need to mark IC_RESULT used if POINTER_SET op
6531         * src/SDCCopt.c (eBBlockFromiCode),
6532         * src/SDCClrange.c (hashiCodeKeys, sequenceiCode, computeLiveRanges): seperated
6533         the creation of the key hash table from the sequencing so it can be used
6534         earlier (for some GCSE bug fixes still pending)
6535
6536 2003-11-15 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
6537
6538         * src/mcs51/gen.c (genPlus): generate shortcut for adding 0xab00
6539         * support/regression/tests/addsub.c: testing genPlus shortcut
6540
6541 2003-11-15  Borut Razem <borut.razem AT siol.net>
6542
6543         * src/SDCCmain.c: fixed bug #841645: -MM command line option passed to sdcpp
6544
6545 2003-11-15 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6546
6547         * src/SDCCcse.c (cseBBlock): fixed bug #527779
6548         * src/SDCCcse.c (deleteGetPointers): rewrote so that the set
6549         ordering is immaterial.
6550         * src/SDCCdflow.c (mergeInExprs): fixed bug #587536
6551
6552 2003-11-14 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6553
6554         * src/SDCCicode.c (geniCodeAddressOf): fixed part of bug #840381
6555         * src/SDCCopt.c (replaceRegEqv, isLocalWithoutDef): fixed other part
6556         (SIGSEV) of bug #840381
6557         * src/SDCCmain.c (linkEdit, assemble): fixed bug #841606 (don't
6558         unlink new file before rename if new and old filenames are the same)
6559
6560 2003-11-13 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
6561
6562         * src/mcs51/main.c: started fixing bug #737001 (SDCC not clearing
6563         uninitialized variables) for the mcs51. Set environment variable
6564         SDCC_GENRAMCLEAR to test.
6565         xdata initialization slightly shorter
6566
6567 2003-11-12 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6568
6569         * src/SDCCsymt.h,
6570         * src/SDCCsymt.c (addSymTypeChain, compareTypesExact): fixed bugs
6571         #838241 & 780691 (basicly the same bug)
6572         * src/SDCCBBlock.c (iCode2eBBlock): fixed bug #840148
6573         * src/SDCCBBlock.c (iCodeFromeBBlock): fixed bug #840162
6574
6575 2003-11-11 Bernhard Held <bernhard AT bernhardheld.de>
6576
6577         * src/SDCCmain.c (linkEdit): "fix" #834252
6578
6579 2003-11-11 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6580
6581         * src/SDCCast.c (removePostIncDecOps, removePreIncDecOps),
6582         * src/SDCCast.h,
6583         * src/SDCC.y: fixed bug #819403
6584
6585 2003-11-08 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6586
6587         * support/regression/fwk/lib/testfwk.c: printn is recursive and thus needs
6588         the reentrant attribute.
6589         * src/hc08/gen.c (genPackBits): added missing stack readjustment
6590         * sim/ucsim/hc08.src/inst.cc (inst_mov): fixed bugs with mov instruction
6591         simulation
6592         * src/SDCCast.c (decorateType): fixed bug with storage class not being
6593         updated during pointer dereference; f.e. ~(((char *)1)*) was being
6594         erroneously reduced to a literal.
6595         * src/hc08/ralloc.c (packRegisters, rematStr),
6596         * src/hc08/gen.c (aopForRemat): allow literals to be rematerialized in
6597         some cases
6598
6599 2003-11-08 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
6600
6601         * src/mcs51/main.c: fixed bug #838385. Thanks to Josef Pavlik for finding and fixing
6602         * doc/sdccman.lyx: changed from 'article' to 'book'
6603         * doc/Makefile: readded test_suite_spec and cdbfileformat
6604
6605 2003-11-08 Bernhard Held <bernhard AT bernhardheld.de>
6606
6607         * device/include/stdlib.h: include malloc.h to comply with ANSI
6608         * support/regression/tests/malloc.c: include stdlib.h instead of malloc.h
6609
6610 2003-11-07 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
6611
6612         * doc/Makefile: sdccman.pdf should build with correct references (more info in commit msg)
6613         * doc/clean.mk: also remove *.out files
6614         * doc/sdccman.lyx: some additions, larger top/bottom margins
6615
6616 2003-11-07 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6617
6618         * src/SDCC.y: fixed bug #837365
6619         * support/regression/tests/bitopcse.c
6620         * src/hc08/gen.c (genPointerGet): Don't assume pointer operand is
6621         a symbol (might be valop instead)
6622         * device/lib/Makefile.in: added errno.c to HC08SOURCES
6623         * device/lib/clean.mk: added hc08 to the cleaning list
6624
6625 2003-11-04  Borut Razem <borut.razem AT siol.net>
6626
6627         * configure, configure.in, sdcc_vc_in.h, sdcconf_in.h: reverted changes,
6628           made 2003-11-04
6629         * support/Util/NewAlloc.c, as/hc08/lklibr.c, as/mcs51/lklibr.c,
6630           as/z80/aslist.c, as/z80/assym.c: removed inclusion of nonstandard malloc.h;
6631           malloc is declared in standard stdlib.h
6632
6633 2003-11-06 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6634
6635         * device/lib/hc08/Makefile: need to clean .rel not .o files
6636         * src/hc08/gen.c (genDjnz): can't use djnz with extended addressing mode
6637
6638 2003-11-06 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6639
6640         * src/port.h,
6641         * src/hc08/main.c,
6642         * src/mcs51/main.c,
6643         * src/ds390/main.c,
6644         * src/z80/main.c,
6645         * src/avr/main.c,
6646         * src/pic/main.c,
6647         * src/pic16/main.c,
6648         * src/xa51/main.c: added hasExtBitOp & oclsExpense functions to ports
6649         * src/SDCCicode.c: changed several IS_FARSPACE tests to isOclsExpensive
6650         tests (which uses the port's oclsExpense function)
6651         * src/SDCC.y,
6652         * src/SDCCast.c,
6653         * src/SDCCicode.c,
6654         * src/hc08/gen.c,
6655         * src/ds390/gen.c,
6656         * src/mcs51/gen.c: added support for the SWAP iCode (RFE #834167)
6657
6658 2003-11-04 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6659
6660         * src/SDCCcse.c (ifxOptimize),
6661         * src/SDCClabel.c (labelIfx, deleteIfx): When the condition to
6662         an IFX iCode is volatile, convert to DUMMY_READ_VOLATILE instead
6663         deleting the IFX iCode.
6664         * src/hc08/ralloc.c: reduced unneeded slocs
6665         * src/hc08/gen.c: fixed bug in asmopToBoolean
6666
6667 2003-11-04  Borut Razem <borut.razem AT siol.net>
6668
6669         * configure, configure.in, sdcc_vc_in.h, sdcconf_in.h,
6670           support/Util/NewAlloc.c, as/hc08/lklibr.c, as/mcs51/lklibr.c,
6671           as/z80/aslist.c, as/z80/assym.c: decision to include malloc.h
6672           transferred to configure
6673
6674 2003-11-03 Bernhard Held <bernhard AT bernhardheld.de>
6675
6676         Use headers defined in the C[++] standards:
6677         * sim/ucsim/gui.src/serio.src/fileio.cc
6678         * sim/ucsim/gui.src/serio.src/frontend.cc
6679         * sim/ucsim/gui.src/serio.src/main.cc
6680         * sim/ucsim/gui.src/serio.src/posix_signal.cc
6681         * support/Util/NewAlloc.c
6682         * as/hc08/lklibr.c
6683         * as/mcs51/lklibr.c
6684         * as/z80/aslist.c
6685         * as/z80/assym.c
6686
6687 2003-11-03  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
6688
6689         * Added MSVC projects for hc08 assembler and linker:
6690         all.dsp, config.dsp, sdcc.dsw, /as/hc08/as_hc08.dsp,
6691         /as/hc08/link_hc08.dsp
6692
6693 2003-11-03 Martin Helmling <Martin.Helmling AT octo-soft.de>
6694
6695         * debugger/mcs51/cmd.c: allows filename starting with digit(+ some debug)
6696
6697 2003-11-02 Bernhard Held <bernhard AT bernhardheld.de>
6698
6699         * src/SDCCmain.c (linkEdit): "fixed" again bug #833605
6700
6701 2003-11-01 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
6702
6703         * src/mcs51/main.c: xdata initialization is 13 bytes shorter now
6704
6705 2003-10-31  Borut Razem <borut.razem AT siol.net>
6706
6707         * support/cpp2/cpplib.h,
6708           support/cpp2/cpplib.c,
6709           support/cpp2/cpplex.c,
6710           support/cpp2/cppinit.c: introduced #pragma preproc_asm [ + | - ]
6711           to switch _asm block preprocessing on / off. Default is
6712           #pragma preproc_asm +
6713
6714 2003-10-31  Borut Razem <borut.razem AT siol.net>
6715
6716         * support/cpp2/cpplex.c: Fixed _WIN32 problem with CR-CR-LF sequences
6717           when outputting comment blocks (when executed with -C option) and
6718           _asm (SDCPP specific) blocks
6719
6720 2003-10-31 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6721
6722         * as/hc08/lkrloc.c (relr): Fixed ihx output, fixed lastAreaIndex warning
6723
6724 2003-10-31 Klaus Flittner <klaus_flittner AT gmx.de>
6725
6726         * src/SDCCcse.c (updateSpillLocation): fixed bug #808027
6727
6728 2003-10-31 Bernhard Held <bernhard AT bernhardheld.de>
6729
6730         * src/SDCCmain.c (linkEdit): "fixed" bug #833605
6731         * src/SDCCast.c (decorateType): fixed bug #832664
6732
6733 2003-10-31  Borut Razem <borut.razem AT siol.net>
6734
6735         * support\cpp2\cpplex.c: fixed for SDCPP:
6736           comments(when executed with -C option) and _asm blocks
6737           were included even if they where in skipped #if block.
6738           Applied solution from GCC cpp 3.3.2
6739
6740 2003-10-31  Borut Razem <borut.razem AT siol.net>
6741
6742         * src/SDCC.lex: sdcc now understands both formats:
6743           '# <line_number> <file_name>' and
6744           '#line <line_number> <file_name>'
6745         * support/cpp2/cppmain.c: sdcpp now generates the standard
6746           '# <line_number> <file_name>' instead of former
6747           '#line <line_number> <file_name>'
6748
6749 2003-10-30  Borut Razem <borut.razem AT siol.net>
6750
6751         * support/cpp2/cpphash.h,
6752         * support/cpp2/cpplib.h
6753         * support/cpp2/cpplex.c,
6754         * support/cpp2/cppmain.c,
6755         * support/cpp2/cppinit.c: fixed bug #828015 - Syntax variation for _asm character constants
6756
6757 2003-10-30 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6758
6759         Fixed a number of problems revealed by bug #827883.
6760         * src/SDCCloop.c (loopInvariants): Spill location of the
6761         result operand should be recomputed if extracted from
6762         a loop. Also, don't extract assignments of an iTemp
6763         from a literal.
6764         * src/SDCCast.c (isConformingBody): loop reversal should
6765         not occur if the control variable is involved with a
6766         relational operator.
6767
6768 2003-10-28 Bernhard Held <bernhard AT bernhardheld.de>
6769
6770         * .version: bumped to 2.3.6 to reflect the big improvements
6771         made by Erik and Klaus. Thanks!
6772
6773 2003-10-28 Klaus Flittner <klaus_flittner AT gmx.de>
6774
6775         Replaced the livrange code.
6776         * src/SDCClrange.c: added new LR code
6777         * src/SDCCloop.c,
6778         * src/SDCCBBlock.h: removed remainig parts from old LR code
6779         * src/ds390/ralloc.c,
6780         * src/ds390/gen.c: minor fixes to make it work with new code
6781
6782 2003-10-28 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6783
6784         * as/hc08/asm.h,
6785         * as/hc08/lkrloc.c,
6786         * src/hc08/gen.c,
6787         * src/hc08/ralloc.c: Fix various warnings related to the hc08
6788         * src/SDCCicode.c (geniCodePreInc, geniCodePreDec): Fixed bug #829717
6789         (tweaked fix for bug #818696)
6790
6791 2003-10-23 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6792
6793         * src/z80/ralloc.c (joinPushes): Fixed bug #828742
6794
6795 2003-10-23 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6796
6797         * src/SDCCmain.c,
6798         * sdccconf_in.h: Fixed bug #828387 (--disable-hc08-port didn't work)
6799         * src/mcs51/gen.c (gencjneshort),
6800         * src/ds390/gen.c (gencjneshort): Made comparison with AOP_IMMD operand
6801         more efficient (per Scott Bronson's suggestion)
6802
6803 2003-10-22 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6804
6805         Extended the semantics of the critical keyword to include
6806         individual statements. See RFE #827755 and #799831
6807         * src/SDCC.y
6808         * src/SDCCicode.c
6809         * src/SDCCopt.c
6810         * src/SDCCast.c
6811         * support/Util/SDCCerr.c
6812         * support/Util/SDCCerr.h
6813         * src/mcs51/gen.c
6814         * src/ds390/gen.c
6815         * src/hc08/gen.c
6816
6817 2003-10-19  Borut Razem <borut.razem AT siol.net>
6818
6819         * src/SDCC.lex: fixed bug #825944 - defined yytext_ptr to make it compile with flex 2.5.31
6820
6821 2003-10-19 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6822
6823         * src/SDCCicode.c (geniCodePreInc, geniCodePreDec, ast2iCode):
6824         Fixed bug #818696
6825         * src/SDCCast.c (ast_print): Fixed --dumptree so that preincrement
6826         and predecrement operand is displayed
6827
6828 2003-10-13 Bernhard Held <bernhard AT bernhardheld.de>
6829
6830         * src/SDCCval.c (valMinus): fixed bug #826041
6831
6832 2003-10-15 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6833
6834         Some hc08 related updates that I missed earlier
6835         * sim/ucsim/stypes.h
6836         * support/regression/ports/hc08/spec.mk
6837
6838 2003-10-15 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6839
6840         New target "hc08" for the Motorola 68hc08 family of micros
6841
6842         * configure
6843         * configure.in
6844         * Makefile
6845         * src/hc08/*
6846         * src/SDCCmain.c
6847         * src/port.h
6848         * sim/ucsim/hc08.src/*
6849         * sim/ucsim/configure.in
6850         * src/ucsim/configure
6851         * sim/ucsim/packages_in.mk
6852         * as/hc08/*
6853         * as/Makefile
6854         * device/include/mc68hc908qy.h
6855         * device/lib/hc08/*
6856         * device/lib/Makefile.in
6857         * support/regression/ports/hc08/*
6858         * support/regression/Makefile
6859
6860 2003-10-14 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6861
6862         * src/z80/gen.c: fixed bug revealed by ast_constant_folding.c
6863         regression test
6864         * src/ds390/gen.c (genCast): fixed bug #821957
6865
6866 2003-10-13 Bernhard Held <bernhard AT bernhardheld.de>
6867
6868         * device/lib/logf.c: "fixed" overlay bug
6869         * support/regression/ports/host/spec.mk: added m library
6870         * support/regression/ports/mcs51-stack-auto/spec.mk: added float funcs
6871         * support/regression/tests/float_trans: added (for Eric)
6872
6873 2003-10-12 Bernhard Held <bernhard AT bernhardheld.de>
6874
6875         * src/mcs51/gen.c (genCpl): fixed bug
6876         http://sf.net/mailarchive/message.php?msg_id=6263915
6877
6878 2003-10-10 Bernhard Held <bernhard AT bernhardheld.de>
6879
6880         * src/SDCCast.c (decorateType): added extended constant folding
6881         * src/SDCCsymt.c (computeType): cleanup
6882         * src/SDCCval.c (valShift): minor optimization
6883         * support/regression/tests/ast_constant_folding.c: added
6884
6885 2003-10-09  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6886
6887         * src/SDCCmain.c: removed some unintended changes
6888
6889 2003-10-09  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6890
6891         * src/SDCCmain.c (setParseWithComma): fixed bug #816685
6892         * src/z80/gen.c: fixed part of bug #817589
6893         * src/SDCCsymt.c (checkFunction): fixed bug #817895
6894
6895 2003-10-08 Bernhard Held <bernhard AT bernhardheld.de>
6896
6897         Replaced cast (void **) with (void *) to avoid gcc 3 warning:
6898         * src/SDCCcflow.c
6899         * src/SDCCcse.c
6900         * src/SDCCdflow.c
6901         * src/SDCClabel.c
6902         * src/SDCClrange.c
6903         * src/SDCCmem.c
6904         * src/SDCCopt.c
6905         * src/SDCCpeeph.c
6906         * src/SDCCset.c
6907         * src/avr/ralloc.c
6908         * src/ds390/ralloc.c
6909         * src/izt/ralloc.c
6910         * src/mcs51/ralloc.c
6911         * src/pic/ralloc.c
6912         * src/pic16/ralloc.c
6913         * src/xa51/ralloc.c
6914         * src/z80/ralloc.c
6915         * src/z80/gen.c: removed unused label "release:"
6916
6917 2003-10-06  Borut Razem <borut.razem AT siol.net>
6918
6919         * src/SDCC.lex: removed definition of unused variables
6920           save_optimize and save_options
6921
6922 2003-10-06 Bernhard Held <bernhard AT bernhardheld.de>
6923
6924         * clean.mk: removed '=' in "-maxdepth=1"
6925         * src/SDCCloop.c: replace LRKLAUS with SDCC_LRKLAUS
6926         * src/SDCClrange.c: replace LRKLAUS with SDCC_LRKLAUS
6927
6928 2003-10-06  Borut Razem <borut.razem AT siol.net>
6929
6930         * src/SDCC.lex, src/SDCC.lex: use dbuf for "_asm" definitions;
6931           my_unput() replaced by unput()
6932
6933 2003-10-05 Bernhard Held <bernhard AT bernhardheld.de>
6934
6935         * src/SDCCloop.c (assignmentsToSym, loopInduction): cast argument of
6936         setToNull() to (void *) to avoid gcc3.x's warning: "dereferencing
6937         type-punned pointer will break strict-aliasing rules"
6938         Old LR behaviour is again default; Klaus' LR can be choosen by
6939         defining the environment variable LRKLAUS
6940         * src/SDCCBBlock.h
6941         * src/SDCCloop.c
6942         * src/SDCClrange.c
6943         * src/ds390/ralloc.c (spillThis): applied Klaus' patch
6944         * clean.mk: fixed removal of files in bin/CVS/
6945         * device/lib/clean.mk: fixed removal of directories small and large
6946         * support/Util/SDCCerr.c: changed W_INT_OVL to ERROR_LEVEL_PEDANTIC
6947         * src/SDCCicode.c,
6948         * src/SDCCval.c: removed superflous test for pedantic
6949
6950 2003-10-05  Borut Razem <borut.razem AT siol.net>
6951
6952         * src/SDCC.lex, support/Util/SDCCerr.c, sdcc/support/Util/SDCCerr.h:
6953           Fixed bug #816692: introduced new ERROR_LEVEL_PEDANTIC warning
6954           message "unmatched #pragma SAVE and #pragma RESTORE"
6955
6956 2003-10-04  Frieder Ferlemann <Frieder.Ferlemann AT web.de>
6957
6958         * doc/sdccman.lyx: various additions and updates (interrupts, inline
6959           assembly, critical functions, atomic, nojtbound)
6960
6961 2003-10-04 Bernhard Held <bernhard AT bernhardheld.de>
6962
6963         Applied liferange patch from Klaus Flittner <klaus_flittner AT gmx.de>
6964         * src/SDCCBBlock.h
6965         * src/SDCCloop.c
6966         * src/SDCCloop.h
6967         * src/SDCClrange.c
6968
6969 2003-10-03  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6970
6971         * src/z80/gen.h,
6972         * src/z80/gen.c (aopOp, aopGet, aopPut, genDummyRead),
6973         * src/mcs51/gen.h
6974         * src/mcs51/gen.c (aopOp, aopGet, aopPut, genDummyRead),
6975         * src/ds390/gen.h
6976         * src/ds390/gen.c (aopOp, aopGet, aopPut, genDummyRead),
6977         * src/SDCCicode.c (ast2iCode, geniCodeDummyRead): Fixed bug #663539
6978         * src/SDCCopt.c (killDeadCode): Fixed bugs #663539 & #816705
6979
6980 2003-10-02  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6981
6982         * src/z80/gen.c (genRet): fixed bug #524753
6983         * src/z80/gen.c (genCast): fixed internal error on cast from
6984         pointer to long
6985         * src/z80/gen.c (_saveRegsForCall, emitCall): adapted Johan's
6986         fix for bug #477835 to the z80
6987         * src/z80/gen.c (genZ80code, _vemit2, _emit2): added support
6988         for tracking iCodes in the peephole optimizer for z80
6989
6990 2003-10-01  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6991
6992         * src/SDCCicode.c (geniCodeJumpTable, geniCodeSwitch): fixed
6993         the other part of bug #814548
6994         * src/SDCCpeeph.c (labelInRange): fixed bug #814558
6995
6996 2003-09-30  Bernhard Held <bernhard AT bernhardheld.de>
6997
6998         * src/SDCCcse.c: fixed part of bug #814548
6999
7000 2003-09-28  Borut Razem <borut.razem AT siol.net>
7001
7002         * src/asm.c: rewrite of printILine() to use temporary file instead
7003           a pipe
7004         * src/xa51/main.c: commented out declaration of int rewinds
7005
7006 2003-09-27  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7007
7008         * src/SDCCicode.c (geniCodeJumpTable): Fixed bug #813206
7009
7010 2003-09-26  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7011
7012         * src/SDCCdflow.c (computeDataFlow): Fixed bug #810746
7013         * src/asm.c (printILine): Fixed bug #811015
7014
7015 2003-09-22  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
7016
7017         *link/z80/lklibr.c, as/mcs51/lklibr.c: Improved memory allocation and
7018         freeing.
7019
7020 2003-09-21  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7021
7022         * src/z80/gen.c (setupToPreserveCarry): Fixed bug #796955
7023         * src/z80/gen.c (setupPair, genMovePairPair): Fixed setupPair
7024         to correctly handle general case of AOP_PAIRPTR
7025         * src/z80/gen.c (aopGet, aopPut): Generalized AOP_PAIRPTR handling
7026
7027 2003-09-21  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7028
7029         * src/mcs51/ralloc.c (fillGaps),
7030         * src/ds390/ralloc.c (fillGaps): fixed bug #810093 (yet another
7031         register positioning bug)
7032
7033 2003-09-21  Bernhard Held <bernhard AT bernhardheld.de>
7034
7035         * device/lib/_fsdiv.c: replaced (1<<31) by (1ul<<31)
7036
7037 2003-09-19  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7038
7039         * src/mcs51/gen.c (loadDptrFromOperand, genFarPointerGet,
7040         genCodePointerGet, genGenPointerGet, genFarPointerSet,
7041         genGenPointerSet): handle AOP_DPTR correctly when loading dptr
7042         (ralloc doesn't intentionally do this now, but perhaps later)
7043         * src/mcs51/ralloc.c (serialRegAssign, fillGaps),
7044         * src/ds390/ralloc.c (serialRegAssign, fillGaps): fixed some
7045         register positioning bugs (Fixed bug #762602 and #795325)
7046         * src/SDCCicode.c (geniCodeDerefPtr): Track output class correctly
7047         (Fixed bug #808779)
7048         * src/z80/gen.c: increased _vemit2's buffer[] to handle long
7049         lines that --i-code-in-asm generates
7050
7051 2003-09-18  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
7052
7053         *link/z80/lklibr.c, as/mcs51/lklibr.c: Fixed Linux segfaults when
7054         trying to fclose a FILE* that was already closed.
7055
7056 2003-09-18  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7057
7058         * src/SDCCsymt.c (structElemType): fixed bug #808291 (members
7059         of const struct should be treated as if const themselves)
7060
7061 2003-09-18  Bernhard Held <bernhard AT bernhardheld.de>
7062
7063         * src/SDCCval.c (valPlus, valMinus): fixed bug #808337
7064
7065 2003-07-06  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
7066
7067         * support/librarian/sdcclib.c: Generate correct offsets for libraries with
7068         Unix (/n) and DOS (/r/n) line terminations.
7069
7070 2003-09-17  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7071
7072         * src/SDCCopt.c (cnvFromFloatCast, cnvToFloatCast): fixed
7073         bug #613775
7074
7075 2003-09-16  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7076
7077         * src/mcs51/gen.c (genFunction, genEndFunction),
7078         * src/ds390/gen.c (genFunction, genEndFunction): Moved save
7079         and restore of EA so that stack offsets to parameters are
7080         correct when using both critical and reentrant/stack-auto.
7081         * src/z80/gen.c (aopOp): removed erroneous assertion about sloc
7082         size (can be triggered in error if sloc is shared between
7083         different sized objects)
7084         * device/include/float.h: fixed macros to explicitly use
7085         unsigned long where needed
7086
7087 2003-09-15  Bernhard Held <bernhard AT bernhardheld.de>
7088
7089         Feature req. 799831: added code to allow nesting of critical functions
7090         * src/mcs51/gen.c (genFunction, genEndFunction)
7091         * src/ds390/gen.c (genFunction, genEndFunction)
7092
7093 2003-09-14  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7094
7095         * src/SDCCsymt.c (sclsFromPtr),
7096         * src/SDCCsymt.h,
7097         * src/SDCCast.c (decorateType): fixed bug #462971. Also, better
7098         support for standard C idiom of memory mapped variables; for
7099         example, *((xdata int*)0x1234) = 1 is now internally equivalent
7100         to xdata int at 0x1234 tempvar = 1.
7101         * sim/ucsim/z80.src/inst_xd.cc: fixed bug #805483 with patch
7102         provided by Akiya ISHIDA
7103
7104 2003-09-13  Bernhard Held <bernhard AT bernhardheld.de>
7105
7106         * src/SDCCval.c (cheapestVal): reenabled to reduce int to char
7107         * src/SDCCval.c (constVal): added reduction from int to char
7108         * src/SDCCval.c (valMult, valDiv): fixed sign handling
7109         * src/SDCCval.c (valShift): fixed after change of cheapestVal()
7110         * src/SDCCval.c (valCompare): fixed EQ_OP and NE_OP; they have
7111         to ignore the sign
7112         * support/regression/tests/shifts.c: fixed
7113
7114 2003-09-13  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7115
7116         * src/z80/gen.c (genXor): Fixed bug #805445
7117
7118 2003-09-12  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7119
7120         Fixed bug #621531 (const & volatile confusion in the type chain).
7121         DCL_PTR_CONST, DCL_PTR_VOLATILE, & IS_PTR_CONST now exclusively
7122         refer to the const or volatile state of the pointer itself.
7123
7124         * src/SDCCast.c
7125         * src/SDCCglue.c
7126         * src/SDCCicode.c
7127         * src/SDCCsymt.c
7128         * src/SDCCval.c
7129         * src/SDCC.y
7130         * src/SDCCsymt.h
7131         * src/pic/gen.c
7132         * src/pic/ralloc.c
7133         * src/pic16/gen.c
7134         * src/pic16/ralloc.c
7135         * support/regression/tests/const.c
7136
7137 2003-09-10  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
7138
7139         When checking for duplicated modules, use absolute paths
7140         instead of relative paths.  Files changed:
7141
7142         * as/mcs51/lklib.c
7143         * link/z80/lklib.c
7144
7145 2003-09-09  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7146
7147         * src/SDCCicode.c (geniCodeLogic): fixed bug #797572
7148
7149 2003-09-07  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7150
7151         * device/include/string.h: added size_t typedef, changed
7152         prototypes to use size_t, eliminated separate reentrant and
7153         non-reentrant declarations, added _memmove declaration
7154         * device/lib/_memcpy.c: changed to use size_t instead of int,
7155         changed /4 to >>2 to avoid division library call
7156         * device/lib/_memcmp.c,
7157         * device/lib/_memset.c,
7158         * device/lib/_strncat.c,
7159         * device/lib/_strncpy.c,
7160         * device/lib/_strncmp.c: changed to use size_t instead of int
7161         * device/lib/_memmove.c: new file (fixed bug #772294)
7162         * device/lib/Makefile.in: added _memmove.c
7163         * device/lib/z80/asm_strings.s: fixed bug #772290
7164         * support/regression/tests/bitfields.c: attempt to fix host assertion
7165         failure on amd64-unknown-linux2.2
7166
7167 2003-09-06  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7168
7169         * src/z80/gen.c (aopPut, spillPairReg): fixed bug #800998
7170         * src/z80/gen.c (genFunction, genEndFunction): fixed "bug" #774700
7171         * as/z80/asmain.c (main): fixed bug #801766
7172
7173 2003-09-06  Bernhard Held <bernhard AT bernhardheld.de>
7174
7175         * src/SDCCicode.c (ast2iCode): fixed differences in iCode with different
7176         compilers
7177
7178 2003-09-05  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7179
7180         * src/SDCCast.c (isConformingBody): fixed loop reversal bug
7181         reported in bug #800609
7182
7183 2003-09-04  Vangelis Rokas <vrokas AT otenet.gr>
7184
7185         * Top header beautifications in src/pic16 directory:
7186           device.c, device.h, gen.c, gen.h, genarith.c, glue.c, pcode.c,
7187           pcodeflow.c, pcodeflow.h, pcode.h, pcodepeep.c, pcoderegs.c,
7188           pcoderegs.h, ralloc.c, ralloc.h
7189         * main.c: added top header and GPL license notice
7190         * pcode.c: fixed the if-conditional warning
7191
7192 2003-09-04  Bernhard Held <bernhard AT bernhardheld.de>
7193
7194         * device/lib/_mullong.c: replaced int by short for gcc
7195
7196 2003-08-31  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7197
7198         * src/SDCCpeeph.c (notVolatile, notVolatileVariable): handle IFX
7199         and JUMPTABLE iCodes properly now (worked by accident before)
7200         * src/mcs51/gen.c (leftRightUseAcc),
7201         * src/ds390/gen.c (leftRightUseAcc): handle IFX and JUMPTABLE
7202         iCode properly now. Use getSize instead of nRegs since a & b
7203         aren't part of the nRegs tally.
7204
7205 2003-08-31  Vangelis Rokas <vrokas AT otenet.gr>
7206
7207         * src/pic16/main.c: corrected offsets of interrupt vectors in _pic16_genIVT()
7208         * src/pic16/pcode.c: fix to disable inserting BANKSEL directive
7209           before instructions that use the _STATUS register
7210
7211 2003-08-31  Bernhard Held <bernhard AT bernhardheld.de>
7212
7213         * src/mcs51/gen.c (freeAsmop): fixed off by one in stack offset (AOP_STK)
7214         * src/mcs51/gen.c (genNearPointerSet): added missing opcode for
7215         fetching of the pointer
7216         * src/mcs51/gen.c (genNearPointerGet): added reuse of PREG,
7217         copied from genNearPointerSet()
7218         * src/mcs51/gen.c (genNearPointerGet): don't pop r0/r1, if RESULTONSTACK
7219         * src/mcs51/gen.c: changed order of freeAsmop(left/right/result)-calls.
7220         If they pop r0/r1 they must be called in the opposite order than aopOp().
7221         * device/lib/_mullong.c: fixed for "--model-large --int-long-reent"
7222         (resp. --stack-auto), prepared for --xstack
7223
7224 2003-08-28  Frieder Ferlemann <Frieder.Ferlemann AT web.de>
7225
7226         * doc/sdccman.lyx: reverted tables to those in cvs 1.64
7227
7228 2003-08-28  Bernhard Held <bernhard AT bernhardheld.de>
7229
7230         * device/lib/_startup.c: quick & dirty fix for ds390/ds400;
7231         these ports have their own __sdcc_external_start()
7232
7233 2003-08-26  Bernhard Held <bernhard AT bernhardheld.de>
7234
7235         pic patch provided by Slade Rich <slade_rich AT yahoo.com>
7236         * src/pic/glue.c (pic14printPublics): fixed bug introduced when symbol
7237         type for bits was changed. It resulted in bit variables becoming
7238         global, which is not permitted in PIC 14 assembly output.
7239
7240 2003-08-23  Frieder Ferlemann <Frieder.Ferlemann AT web.de>
7241
7242         * doc/sdccman.lyx: various additions and updates. Rearranged sections
7243
7244 2003-08-22  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
7245
7246         Z80 and MCS51 linkers complaint if a public symbol is defined
7247         in more than one library module:
7248
7249         * as/mcs51/lklib.c
7250         * link/z80/lklib.c
7251         * as/mcs51/Makefile.in
7252
7253 2003-08-22  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7254
7255         A few small changes that speed up the peephole optimizer.
7256
7257         * src/SDCCpeeph.c
7258
7259 2003-08-22  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7260
7261         Try to make the peephole optimizer smarter by maintaining
7262         an association between the assembly source code and the
7263         iCodes that originated them. Put this information to use
7264         with a new peephole rule condition "notVolatile" so that
7265         the rules can be aggressive yet still safe.
7266
7267         * src/SDCCpeeph.c
7268         * src/SDCCpeeph.h
7269         * src/mcs51/gen.c
7270         * src/mcs51/peeph.def
7271
7272 2003-08-20  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7273
7274         Fixed bug #741761
7275
7276         * src/mcs51/gen.c (aopForSym, leftRightUseAcc),
7277         * src/ds390/gen.c (aopForSym, leftRightUseAcc): preserve A and B
7278         if the left or right operand symbols have the accuse flag set.
7279
7280 2003-08-20  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7281
7282         Changed the type of the result of the ! (NOT) operator to char;
7283         previously it returned the same type as the source. This allows
7284         us to eliminate all the genFloatNot functions (all of its target
7285         implementations were very buggy) since !float can use the same
7286         code as !long now.
7287
7288         * src/SDCCicode.c (ast2iCode): ! returns char
7289         * src/mcs51/gen.c (genNot, genNotFloat),
7290         * src/ds390/gen.c (genNot, genNotFloat),
7291         * src/z80/gen.c (genNot, genNotFloat),
7292         * src/pic/gen.c (genNot, genNotFloat),
7293         * src/pic16/gen.c (genNot, genNotFloat): eliminated genNotFloat
7294
7295 2003-08-19  Bernhard Held <bernhard AT bernhardheld.de>
7296
7297         pic patch provided by Slade Rich <slade_rich AT yahoo.com>
7298         1. Interrupt would not compile properly. Ensure PCLATH register is saved
7299            during interrupts. Ensure WSAVE is located at a shared bank address.
7300         2. Fixed page selection in some places
7301         3. Fixed BTFSS/C to where necessary use registers directly and not simply
7302            the registers name strings.
7303         4. Fixed "signed / unsigned compare" compiler warnings.
7304         5. The PIC port manages its own allocation of the general purpose
7305            registers, but makes no attempt to reuse them. As a result when
7306            compiling it soon runs out of general purpose registers. Some
7307            additional code was added to the files pcode.c and device.c to walk
7308            through the function call tree and rename the registers so that they
7309            get reused.
7310
7311         * src/pic/device.c
7312         * src/pic/gen.c
7313         * src/pic/glue.c
7314         * src/pic/pcode.c
7315         * src/pic/pcode.h
7316         * src/pic/ralloc.c
7317         * src/pic/ralloc.h
7318         * src/pic/genarith.c: Fixed problems with PIC 14 port in functions
7319         genPlus() & genMinus() when the result is the same as left or right
7320
7321 2003-08-18  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7322
7323         * src/z80/gen.c (isUnsplitable, fetchPairLong): fixed bug #770454
7324
7325 2003-08-18  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7326
7327         Made bitfield a distinct type from bit so that bitfields
7328         convert as per ANSI C and bits retain their traditional
7329         boolean style behaviour. Implemented bitfield support in
7330         the z80 port.
7331
7332         * src/SDCCsymt.h,
7333         * src/SDCCsymt.c,
7334         * src/SDCCast.c,
7335         * src/cdbFile.c,
7336         * src/mcs51/gen.c,
7337         * src/ds390/gen.c: bit v bitfield split
7338         * src/z80/gen.c: New support for bitfields
7339         * support/regression/tests/bitfields.c: reenabled z80,
7340         added more tests
7341
7342 2003-08-17  Frieder Ferlemann <Frieder.Ferlemann AT web.de>
7343
7344         Rules 246.x, 247.x relate to bitfields, the others speed up
7345         access to xdata mapped I/O devices.
7346
7347         * src/mcs51/peeph.def: added 26 peepholes 246.x - 248.x, 180.x
7348
7349 2003-08-16  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7350
7351         Cleaned up genPackBits and genUnpackBits and added two helper
7352         functions, emitPtrByteGet & emitPtrByteSet. Added optimizations
7353         for literal assignments in genPackBits (thanks to Frieder for
7354         reminding me).
7355
7356         * src/mcs51/gen.c
7357         * src/ds390/gen.c
7358
7359 2003-08-16  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7360
7361         Fixed bug #748310 (pointer to function type mishandled when the
7362         function name is omitted). Also fixed a SIGSEGV when a function
7363         attribute (reentrant, etc) is used on a non-function or on a
7364         function but misplaced before the parameter list.
7365
7366         * src/SDCC.y (abstract_declarator, abstract_declaractor2): fixed
7367         bug #748310
7368         * src/SDCC.y (declarator2_function_attributes): avoided SIGSEGV
7369         * support/Util/SDCCerr.h,
7370         * support/Util/SDCCerr.c: Added func attr misuse error msg
7371
7372 2003-08-13  Bernhard Held <bernhard AT bernhardheld.de>
7373
7374         Fixed bug #787649 by anonymous
7375         * src/SDCCglue.c (emitRegularMap): added emission of sloc for func ptr
7376         * src/ds390/gen.c (aopForSym): fixed func ptr in sloc
7377
7378 2003-08-14  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7379
7380         Fixed numerous bitfield problems.
7381
7382         * src/SDCC.y: More bitfield related error checking
7383         * src/SDCCsymt.h,
7384         * src/SDCCsymt.c (compStructSize): fixed bitfield offset calc
7385         * support/Util/SDCCerr.h,
7386         * support/Util/SDCCerr.c: Added & edited some bitfield err msgs
7387         * src/mcs51/gen.c (genPackBits, genUnpackBits): fixed mask bugs
7388         * src/ds390/gen.c (genPackBits, genUnpackBits): fixed mask bugs
7389         * support/regression/tests/bitfields.c: tests added
7390
7391 2003-08-13  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7392
7393         Made the constant following the "interrupt" keyword optional. If
7394         omitted, the function will not automatically be given an entry
7395         in the interrupt vector table (similar to #pragma NOIV, but
7396         less syntacticly kludgy). The interrupt number is also now
7397         range checked. Also fixed a bug in the high order bit example
7398         in the manual.
7399
7400         * src/SDCC.y
7401         * src/SDCCmem.c
7402         * src/SDCCglue.c
7403         * src/SDCCsymt.h
7404         * support/Util/SDCCerr.c
7405         * support/Util/SDCCerr.h
7406         * doc/sdccman.lyx
7407
7408 2003-08-13  Bernhard Held <bernhard AT bernhardheld.de>
7409
7410         * src/SDCCcse.c (algebraicOpts): fix bug converting op from value to type
7411         * src/SDCCicode.c (operandOperation): rewritten some ops
7412         (*, ==, unary_minus) to fix possible overflows and to accord with ANSI
7413         * src/SDCCsymt.c (computeType): literals are handled the same way as any
7414         other type
7415         * src/SDCCval.c (cheapestVal): removed, it doesn't accord with ANSI (can
7416         be re-activated by defining REDUCE_LITERALS)
7417         * src/SDCCval.c (constVal): fixed; hex and octal constants can be
7418         unsigned, but are signed by default
7419         * src/SDCCval.c (constVal): rearranged
7420         * src/SDCCval.c (valMod): preliminary fix
7421         * src/SDCCval.c (valCastLiteral): use TYPE_* types
7422         * support/regression/literalop.c: added, work in progress
7423
7424 2003-08-12  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7425
7426         Generate warnings for useless declarations like "char data;"
7427         that don't do what new users expect.
7428
7429         * src/SDCC.y
7430         * support/Util/SDCCerr.h
7431         * support/Util/SDCCerr.c
7432
7433 2003-08-09  Bernhard Held <bernhard AT bernhardheld.de>
7434
7435         * src/SDCCval.c (valMult): fix overflow detection of negative int
7436
7437 2003-08-07  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7438
7439         * src/z80/ralloc.c (joinPushes): made compatible with new signedness
7440
7441         Changes to support big endian targets:
7442
7443         * src/ports.h
7444         * src/SDCCglue.c
7445         * src/avr/main.c
7446         * src/ds390/main.c
7447         * src/izt/i186.c
7448         * src/mcs51/main.c
7449         * src/pic/main.c
7450         * src/pic16/main.c
7451         * src/xa51/main.c
7452         * src/z80/main.c
7453
7454 2003-08-06  Bernhard Held <bernhard AT bernhardheld.de>
7455
7456         * src/SDCCval.c (cheapestVal): changed behaviour to the same as constVal()
7457         * device/lib/time.c: fixed warning "integer overflow in expression"
7458
7459 2003-08-05  Bernhard Held <bernhard AT bernhardheld.de>
7460
7461         * src/SDCCval.c (cheapestVal, valueFromLit): use TYPE_* types
7462         * src/SDCCval.c (constVal): changed default to signed; hex and octal
7463         constants are unsigned; added recognition of "u" flag for unsigned
7464         * src/SDCCval.c (valMult): fixed signdness, added warning for overflow
7465         * src/SDCCval.c (valDiv, valMod): fixed signdness
7466         * src/SDCCicode.c (operandOperation): fixed critical typo; fixed
7467         signedness of modulo, left and right shift
7468         * support/Util/SDCCerr.c: added warning "integer overflow in expression"
7469         * support/Util/SDCCerr.h: added warning W_INT_OVL
7470         * src/SDCCast.c (decorateType): fixed gcc3.3 warning
7471         * src/SDCCast.c (ast_print): improved output of constants
7472
7473 2003-08-04  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
7474
7475         Fixed some warnings when building with MSVC:
7476
7477         * as\mcs51\asdata.c
7478         * as\z80\asdata.c
7479         * as\mcs51\asm.h
7480         * as\z80\asm.h
7481         * link\z80\aslink.h
7482         * link\z80\lkdata.c
7483         * link\z80\lkeval.c
7484         * link\z80\lkgb.c
7485         * link\z80\lkihx.c
7486         * link\z80\lks19.c
7487         * link\z80\lksym.c
7488         * support\cpp2\cpplib.c
7489         * src\ds390\gen.c
7490         * src\mcs51\gen.c
7491
7492 2003-08-03  Bernhard Held <bernhard AT bernhardheld.de>
7493
7494         * src/SDCCast.c (constExprTree): fix bug #781827 by Carl Worth <cworth AT isi.edu>
7495
7496 2003-08-01  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
7497
7498         * support\librarian\clean.mk: Do not remove Makefile.
7499         * support\librarian\Makefile: added.
7500
7501 2003-08-01  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
7502
7503         Added librarian to MSVC build:
7504         * all.dsp
7505         * sdcc.dsw
7506         * support\librarian\librarian.dsp
7507
7508         'configure' not needed for librarian, removed:
7509         * support\librarian\configure
7510         * support\librarian\configure.in
7511         * support\librarian\config_in.h
7512         * support\librarian\Makefile.in
7513
7514         Hopefully these ones built the librarian and the rest of sdcc properly:
7515         * Makefile
7516         * Makefile.common.in
7517
7518         Messed up 'configure', so revert to previous version:
7519         * configure
7520         * configure.in
7521
7522 2003-07-31  Bernhard Held <bernhard AT bernhardheld.de>
7523
7524         * src/SDCCicode.c (operandOperation): 3. fix, this time for Alpha; ULONG has 64 bits
7525         there, while the mantissa of a double is "only" 53 bits wide.
7526
7527 2003-07-31  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
7528
7529         Adding sdcclib to the build.  MSVC project coming soon.
7530         Files added/changed:
7531
7532         * support\librarian\clean.mk
7533         * support\librarian\configure
7534         * support\librarian\configure.in
7535         * support\librarian\config_in.h
7536         * support\librarian\Makefile.bcc
7537         * support\librarian\Makefile.in
7538         * support\librarian\sdcclib.c
7539         * Makefile.bcc
7540         * Makefile
7541         * Makefile.common.in
7542         * configure
7543         * configure.in
7544
7545 2003-07-29  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
7546
7547         Linker now complaints if linked modules have conflicting options, for
7548         example, one compiled using --model-large and another one compiled with
7549         --model-small.  The following files were modified:
7550
7551         * as\mcs51\asdata.c
7552         * as\mcs51\aslink.h
7553         * as\mcs51\asm.h
7554         * as\mcs51\asmain.c
7555         * as\mcs51\asout.c
7556         * as\mcs51\i51pst.c
7557         * as\mcs51\lkdata.c
7558         * as\mcs51\lklibr.c
7559         * as\mcs51\lkmain.c
7560         * as\z80\asdata.c
7561         * as\z80\asm.h
7562         * as\z80\asmain.c
7563         * as\z80\asout.c
7564         * as\z80\z80pst.c
7565         * link\z80\aslink.h
7566         * link\z80\lkdata.c
7567         * link\z80\lklibr.c
7568         * link\z80\lkmain.c
7569         * src\SDCCglue.c
7570
7571 2003-07-28  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
7572
7573         *link/z80/aslink.h, link/z80/lklibr.c, as/mcs51/aslink.h,
7574         as/mcs51/lklibr.c: Generate a warning when a library is not found.
7575
7576 2003-07-28  Bernhard Held <bernhard AT bernhardheld.de>
7577
7578         * src/z80/mappings.i: fix _mul[us][int,long] entries
7579
7580 2003-07-26  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
7581
7582         *src/SDCCmain.c: do not search for crt0.o when using --nostdlib
7583
7584 2003-07-24  Bernhard Held <bernhard AT bernhardheld.de>
7585
7586         * src/SDCCicode.c (operandOperation): really fixed problem with bitops
7587         * support/regression/tests/bitopcse.c: added
7588         fixed warning:
7589         * src/avr/gen.c:
7590         * src/pic/gen.c:
7591         * src/pic16/gen.c:
7592         * src/z80/gen.c:
7593         * src/xa51/gen.c:
7594
7595 2003-07-24  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
7596
7597         added support for new library format to z80, gbz80 linkers:
7598         *link/z80/aslink.h
7599         *link/z80/lklex.c
7600         *link/z80/lklib.c
7601         *link/z80/lklist.c
7602
7603 2003-07-24  Bernhard Held <bernhard AT bernhardheld.de>
7604
7605         * src/SDCCicode.c (operandOperation): fixed problem with bitops and 0xffffffff;
7606         after {double d = 0xffffffff; long l = d;} l will be 0x80000000 (LONG_MIN)
7607
7608 2003-07-23  Bernhard Held <bernhard AT bernhardheld.de>
7609
7610         added DUMMY_READ_VOLATILE:
7611         * src/SDCC.y:
7612         * src/avr/gen.c:
7613         * src/xa51/gen.c:
7614         * src/z80/gen.c:
7615         * src/pic/gen.c:
7616         * src/pic16/gen.c:
7617         * src/mcs51/gen.c:
7618         * src/ds390/gen.c:
7619         * src/SDCCcse.c (algebraicOpts): many improvements
7620         * src/SDCCcse.h: removed algebraicOpts()
7621         * src/SDCCicode.c (picDummyRead): added
7622
7623 2003-07-23  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
7624
7625         * as/mcs51/lkmem.c: Changed message "Insufficient DRAM memory" to
7626         "Insufficient space in data memory".
7627
7628 2003-07-20  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7629
7630         * src/mcs51/gen.c: fixed bug #771358
7631         * src/z80/gen.c: fixed bug #759087
7632
7633 2003-07-20  Bernhard Held <bernhard AT bernhardheld.de>
7634
7635         * src/pic16/glue.c: minor cleanup by Vangelis
7636
7637 2003-07-19  Frieder Ferlemann <Frieder.Ferlemann AT web.de>
7638
7639         * device/include/regc515c.h: fixed #758477
7640         * device/lib/_gptrget.c: saving some cycles in generic pointer get
7641         * device/lib/_gptrput.c: saved a few bytes
7642         * my tab spacing is 8, yours too?)
7643         * device/lib/_ser.c: process RX bytes earlier than TX bytes
7644         * device/lib/serial.c: process RX bytes earlier than TX bytes
7645         * src/mcs51/gen.c(genGenPointerGet/Set): removed writing of type after postincrement
7646
7647 2003-07-18  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7648
7649         * src/z80/gen.c: fixed some right shift bugs (#772726 among them)
7650
7651 2003-07-17  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
7652
7653     * link/z80/lklibr.c: fixed bug when there is a '.' in a library path.
7654
7655 2003-07-17  Bernhard Held <bernhard AT bernhardheld.de>
7656
7657         * device/lib/Makefile.in: bad fix, reverted to 1.43
7658
7659 2003-07-16  Bernhard Held <bernhard AT bernhardheld.de>
7660
7661         * device/lib/Makefile.in: added missing z80 object files
7662
7663 2003-07-14  Bernhard Held <bernhard AT bernhardheld.de>
7664
7665         * src/SDCCcse.c (algebraicOpts): CSE fun with &|^ and 0x00/0xff literals
7666         pic16 progress by Vangelis:
7667         * src/SDCCglobl.h:
7668         * src/SDCCmain.c:
7669         * src/pic/Makefile:
7670         * src/pic:
7671         * pic/Makefile:
7672         * pic16/device.c:
7673         * pic16/device.h:
7674         * pic16/gen.c:
7675         * pic16/gen.h:
7676         * pic16/genarith.c:
7677         * pic16/glue.c:
7678         * pic16/main.c:
7679         * pic16/pcode.c:
7680         * pic16/pcode.h:
7681         * pic16/pcodepeep.c:
7682         * pic16/peeph.def:
7683
7684 2003-07-13  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
7685
7686     * src/SDCCmain.c, src/SDCCglobl.h: added option --no-std-crt0
7687
7688 2003-07-12  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
7689
7690     * sdcc.dsw, all.dsp, link/z80/linkgbz80.dsp, as/z80/as-gbz80.dsp:
7691     added gbz80 build to MSVC project.
7692     * src/SDCCmain.c, src/SDCCglue.c, src/z80/main.c, src/z80/z80.dsp,
7693     link/z80/aslink.h, linkz80.dsp: cleaned up z80 and gbz80 asm files
7694     from 8051 stuff and setup so it links using a .lnk file.
7695
7696 2003-07-06  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
7697
7698     * support/librarian/sdcclib.c: sdcc librarian.
7699     * as/mcs51/aslink.h, as/mcs51/lklib.c: Support for libraries created
7700     with sdcclib.
7701
7702 2003-07-03  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
7703
7704     * as/mcs51/lkmain.c: properly handle extensions in function afile.
7705
7706 2003-07-02  Borut Razem <borut.razem AT siol.net>
7707
7708         * src/port.h, src/SDCCmain.c, src/pic/glue.h, src/pic/main.c,
7709         src/pic16/glue.h, sdcc/src/pic16/main.c, src/izt/i186.c,
7710         src/izt/tlcs900h.c, src/avr/main.c, src/ds390/main.c, src/mcs51/main.c,
7711         src/xa51/main.c, src/z80/main.c:
7712         virtualization of glue() function: each port has it's own glue function,
7713         which is accessed by do_glue function pointer in PORT.general structure
7714
7715 2003-07-01 Kevin Vigor <kevin AT vigor.nu>
7716
7717         * DS800C400 fun, improved ROM interface and tinibios.
7718
7719 2003-06-27 Kevin Vigor <kevin AT vigor.nu>
7720
7721         * More support for DS80C400. Now includes beginning of interface to ROM.
7722
7723 2003-06-25  Bernhard Held <bernhard AT bernhardheld.de>
7724
7725         * src/mcs51/gen.c (gencjneshort): fixed bug #760345
7726
7727 2003-06-20  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
7728
7729         * as/mcs51/lkaomf51.c: Make sure the size of the last procedure is correct.
7730
7731 2003-06-19  Borut Razem <borut.razem AT siol.net>
7732
7733         * src/z80/main.c: fixed Z80 port again: missing -k library paths in linker command line
7734
7735 2003-06-19  Borut Razem <borut.razem AT siol.net>
7736
7737         * src/SDCCutil.h, src/SDCCutil.c, src/SDCCglobl.h, src/SDCCmain.c, src/z80/main.c:
7738         fixed Z80 port - crt0.o: cannot open.
7739
7740 2003-06-19  Bernhard Held <bernhard AT bernhardheld.de>
7741
7742         * support/Util/MySystem.c (merge_command): revert bad fix
7743
7744 2003-06-18  Borut Razem <borut.razem AT siol.net>
7745
7746         * src/SDCC.lex, src/SDCCmain.c: fixed some warnings, introduced with changes made 15.06.1003
7747
7748 2003-06-18  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
7749
7750         * src/SDCCglobl.h, src/SDCCmain.c, doc/sdccman.lyx:
7751         option --use-stdout sends errors to stdout instead of stderr.
7752
7753 2003-06-18  Bernhard Held <bernhard AT bernhardheld.de>
7754
7755         * support/Util/MySystem.c (merge_command): quick fix for Linux segfault with \"cmd\" arg
7756
7757 2003-06-15  Borut Razem <borut.razem AT siol.net>
7758
7759         * support/cpp2/sdcc.h: HAVE_DOS_BASED_FILE_SYSTEM defined for _WIN32
7760         * src/SDCC.lex: cloneXxx and copyAndFreeXxx functions for options and optimize stack handling
7761         * src/SDCCglobl.h, src/SDCCmain.c, src/ds390/main.c, src/mcs51/main.c, src/z80/main.c:
7762         fixed width array of pointers replaced with sets;
7763         multiple include and lib paths ared transferred to preprocessor and linker
7764         * src/SDCCset.c, src/SDCCset.h: added function setFromSetNonRev() and mergeSets()
7765         * src/SDCCsymt.c: reimplemented function inCalleeSaveList() by using sets instead
7766         fixed width array of pointers
7767         * src/SDCCutil.c, src/SDCCutil.h: added functions fputStrSet(), appendStrSet(), joinStrSet();
7768         removed functions addToList(), join(), joinn(), pathCharsEquivalent(), pathCharTransform(),
7769         fixupPath(), getPathDifference()
7770         * src/ds390/gen.c, src/mcs51/gen.c: reimplemented function  inExcludeList() by using sets instead
7771         fixed width array of pointers
7772
7773 2003-06-11  Bernhard Held <bernhard AT bernhardheld.de>
7774
7775         * src/pic16/ralloc.c: fix warnings
7776         * src/pic16/pcode.c: fix warning
7777
7778 2003-06-10  Scott Dattalo  <scott AT dattalo.com>
7779
7780          Scott D. for Vangelis Rokas (vrokas AT otenet.gr). I (scott) don't
7781         know all the details, but essentially this set of changes enable
7782         the pic16 port to generate movff instructions and generate assembler
7783         directives,
7784         * src/SDCCmain.c:
7785         * src/pic16/gen.c:
7786         * src/pic16/glue.c:
7787         * src/pic16/pcode.c:
7788         * src/pic16/device.c:
7789         * src/pic16/main.c:
7790         * src/pic16/pcode.h:
7791         * src/pic16/pcoderegs.c:
7792         * src/pic16/ralloc.c:
7793         * src/pic16/ralloc.h:
7794
7795 2003-06-08  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
7796
7797         * support/Util/SDCCerr.c, src/SDCCglobl.h, src/SDCCmain.c, doc/sdccman.lyx:
7798         added option --vc, so sdcc errors and warnings are compatible with
7799         Microsoft Visual Studio.
7800
7801 2003-06-07  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
7802
7803         * device/lib/_atof.c, device/lib/Makefile.in, device/include/stdlib.h,
7804           device/lib/libfloat.lib: added atof function.
7805
7806 2003-06-04  Bernhard Held <bernhard AT bernhardheld.de>
7807
7808         * doc/sdccman.lyx: updated to Lyx 1.3
7809         * doc/cdbfileformat.lyx: updated to Lyx 1.3
7810         * doc/test_suite_spec.lyx: updated to Lyx 1.3
7811         * doc/Makefile: added fix for the \tabularnewline problem, thanks to Jesus
7812
7813 2003-06-03  Bernhard Held <bernhard AT bernhardheld.de>
7814
7815         * src/SDCCpeeph.c: separate peepRules2pCode() for pic16 by "Vangelis Rokas" <vrokas AT otenet.gr>
7816
7817 2003-06-02  Frieder Ferlemann <Frieder.Ferlemann AT web.de>
7818
7819         * doc/sdccman.lyx: cvs revision keywords, passing pdf information in latex preamble,
7820           additions to the "related tools/documentation" section
7821
7822 2003-06-02  Bernhard Held <bernhard AT bernhardheld.de>
7823
7824         * src/SDCCglue.c (tempfileandname): added check for missing TMP/TEMP/TMPDIR variable
7825
7826 2003-05-29  Bernhard Held <bernhard AT bernhardheld.de>
7827
7828         * src/pic/device.c: added 16F819, patch by "David I. Lehn" <dlehn AT vt.edu>
7829         * src/SDCCcse.c (algebraicOpts): fixed "c * 1"
7830
7831 2003-05-28  Bernhard Held <bernhard AT bernhardheld.de>
7832
7833         * doc/sdccman.lyx: fix double dash and other minor things
7834         * doc/Makefile: fix double dash
7835
7836 2003-05-28  Karl Bongers(patches from Martin Helmling)
7837         * debugger/mcs51/sdcdb.c,cmd.c,break.c and .h files. Martin adds
7838           condition and ignore commands.
7839
7840 2003-05-28  Frieder Ferlemann <Frieder.Ferlemann AT web.de>
7841
7842         * doc/sdccman.lyx: Changes all over, index improved, smaller margins. The manual
7843           is in parts still quite out of date, I did changes as far as I felt makes sense
7844           for a non-native english speaker.
7845           Please feel free to add to the manual or to correct my changes.
7846         * doc/Makefile: undid touching the date of intermediate tex files.
7847
7848 2003-05-26  Frieder Ferlemann <Frieder.Ferlemann AT web.de>
7849
7850         * doc/sdccman.lyx: Manual has an index now
7851
7852 2003-05-25  Bernhard Held <bernhard AT bernhardheld.de>
7853
7854         Finalize muluint/mulsint and mululong/mulslong merging:
7855         * device/lib/_mulint.c
7856         * device/lib/_mullong.c
7857         * device/lib/gbz80/mul.s
7858         * device/lib/gbz80/stubs.s
7859         * device/lib/z80/mul.s
7860         * device/lib/z80/stubs.s
7861         * src/SDCCsymt.c (initCSupport)
7862
7863 2003-05-25  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
7864
7865         * as/mcs51/lkaomf51.c: Address space 'z' was missing.
7866         * src/avr/avr.dsp, src/ds390/ds390.dsp, src/mcs51/mcs51.dsp,
7867           src/pic/pic.dsp, src/pic16/pic16.dsp, src/xa51/xa51.dsp,
7868           src/x80/z80.dsp: peep.rul is bigger now, so /Zm1000 is used
7869           instead of /Zm500.
7870
7871 2003-05-25  Frieder Ferlemann <Frieder.Ferlemann AT web.de>
7872
7873         * src/mcs51/peeph.def: added rules 244.x, 245.x. Although they pass
7874           the regression tests I'm not brave enough to enable 245.b, 245.c
7875         * doc/sdccman.lyx: added latex preamble for hyperref package.
7876           Using pdflatex this will give you a hyperlinked pdf file with
7877           bookmarks. (prepend '%' before /usepackage if this breaks something)
7878
7879 2003-05-24  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
7880
7881          * doc/sdccman.lyx: updated information about .adb files (fixed bug 742649)
7882
7883 2003-05-22  Bernhard Held <bernhard AT bernhardheld.de>
7884
7885         * src/pic16/pcode.c (pic16_get_op_from_instruction): fixed a gcc 3.x warning
7886
7887 2003-05-21    <johan AT balder>
7888
7889         * src/SDCCglue.c (printIval): fixed bug #739934
7890
7891 2003-05-19  Bernhard Held <bernhard AT bernhardheld.de>
7892
7893         Applied patch from bug 737905 (renamed yylineo to mylineno):
7894         * src/altlex.c
7895         * src/SDCCast.c
7896         * src/SDCglobl.h
7897         * src/SDCC.lex
7898         * src/SDCCsymt.c
7899         * src/SDCCval.c
7900         * src/pic16/pcode.c: Cleaned warnings
7901         * src/pic16/pcodeflow.c: Cleaned warnings
7902         * src/pic16/pcoderegs.c: Cleaned warnings
7903
7904 2003-05-19  Scott Dattalo  <scott AT dattalo.com>
7905
7906         * src/pic16/pcode.c: Cleaned warnings
7907         * src/pic16/pcodepeep.c: Cleaned warnings
7908         * src/pic16/ralloc.c: Cleaned warnings
7909
7910 2003-05-19  Bernhard Held <bernhard AT bernhardheld.de>
7911
7912         * doc/sdccman.lyx: fixed bug 739745
7913         * src/pic16/pcode.c (pic16_get_op): fixed warning on alpha
7914
7915 2003-05-18  Bernhard Held <bernhard AT bernhardheld.de>
7916
7917         * src/port.h: removed DEFAULT_PORT, it's not yet pic16 ;-)
7918         it can be defined with CFLAGS when running configure
7919         * src/SDCCmain.c: fixed compiling + linking with object files
7920
7921 2003-05-18  Vangelis Rokas (vrokas AT otenet.gr)
7922
7923         * configure.in: configure for pic16 port,
7924             added --disable-pic16-port
7925         * sdccconf_in.h: added macro OPT_DISABLE_PIC16
7926         * src/SDCCmain.c: linkOptions is changed to set *,
7927             added if/endif conditional macros to remove options help
7928             messages from optionsTable when a port is not configured, added
7929             support for the PIc16 port in the ports table, when executing
7930             the compiler with no port specified on command line, a default
7931             port is selected with the new macro DEFAULT_PORT which is
7932             defined in port.h, in setDefaultOptions() linkOptions is removed
7933             from initialization assignment, since now it is a set,
7934             parseCmdLine uses setParseWithComma for linkOptions, in
7935             linkEdit() linkOptions are accessed with new function indexSet()
7936             which returns the i'th item of a set variable. See SDCCset.c, in
7937             linkEdit() when calling buildCmdLine(), added linkOptions as
7938             last argument. Now users can pass arguments to gplink via the
7939             -Wl option, main() uses pic16glue() to glue up pic16 programs
7940         * src/SDCCpeeph.c: various changes to support pic16
7941         * src/SDCCset.c: added function  void *indexSet(set *, int)  to
7942             return the i'th item of the set
7943         * src/SDCCset.h: added function prototype for indexSet()
7944         * src/SDCCsymt.c: in checkSClass(), added support for PIC16
7945         * src/clean.mk: added pic16 in CLEANALLPORTS variable
7946         * src/port.h: added TARGET_ID_PIC16,TARGET_IS_PIC16 macro,
7947             added macro DEFAULT_PORT
7948         * src/pic/main.c: corrected arguments of gplnk in _linkCmd
7949         * src/pic16/gen.c: bug fix in genCpl(), now the correct code is
7950             generated
7951         * src/pic16/glue.c: commented out some error producing lines
7952         * src/pic16/main.c: __config directives are commented out to stop
7953             gpasm complaining and test the linkage with gplink, _linkCmd and
7954             _asmCmd changed to be more gplink and gpasm friendly
7955         * src/pic16/peeph.def: peep rule 3 is commented out, since it
7956             produced an error when parsed, peep rule 12 is added to utilize
7957             movff, but it is commented out since the pCode does not support
7958             yet a command with 2 address arguments
7959
7960 2003-05-18    <johan AT balder>
7961
7962         * src/ds390/gen.c (genArrayInit): removed obsolete and buggy ARRAYINIT
7963         * src/ds390/main.c (genArrayInit): removed obsolete and buggy ARRAYINIT
7964 2003-05-17  Karl Bongers(apply patches from Martin Helmling)
7965
7966         * debugger/mcs51/sdcdb.c,cmd.c,break.c and .h files.
7967   Added feature to script commands from file.
7968
7969 2003-05-14  Bernhard Held <bernhard AT bernhardheld.de>
7970
7971         * device/lib/_strtok.c: fixed bug #734355 by Lenny Story and Tim Woodall
7972         * src/SDCCutil.c: include ctype.h for win32
7973
7974 2003-05-13  Bernhard Held <bernhard AT bernhardheld.de>
7975
7976         * src/pic16/*: removed CR from many files, reported by Vangelis Rokas
7977
7978 2003-05-12  Karl Bongers(apply development patches from Martin Helmling)
7979
7980         * debugger/mcs51/sdcdb.c,simi.c,cmd.c,break.c and .h files.
7981   Fixed so you can set breakpoints prior to run, run does not stop
7982   on entry now.  Add tbreak.  Other enhancements and fixes for use
7983   with ddd.
7984
7985 2003-05-12  Borut Razem <borut.razem AT siol.net>
7986
7987         * src/SDCCmain.c: fixed the problem with searching the DATADIR as the last resort on *nix
7988
7989 2003-05-11  Borut Razem <borut.razem AT siol.net>
7990
7991         * src/SDCCutil.c: WIN32 version of getBinPath() calls GetModuleFileName() to determine
7992         the path of bin directory, so that PATH is the only env. variable, which has to be set
7993         in case of standard installation.
7994         * src/ds390/ds390.dsp: increased value of /Zm option to 1000
7995         * src/pic/main.c: add quotes to file name parameters for gplink and gpasm
7996         * src/SDCCglobl.h, src/SDCCmain.c, doc/sdccman.lyx: added --print-search-dirs command line option
7997
7998 2003-05-04  Bernhard Held <bernhard AT bernhardheld.de>
7999
8000         * src/SDCCmain.c (linkEdit): fixed buffer overflow for gbz80
8001         * support/regression/Makefile: inter-port-clean is no longer nesessary, the
8002         temp files are in the port dir; clean the gen/test directory when
8003         generating new test.c
8004         * support/regression/ports/host/spec.mk: defined OBJEXT for target clean
8005         * support/regression/tests/vaargs.c: fixed gcc 3.3 warning
8006         * support/regression/tests/zeropad.c: added
8007
8008 2003-05-09    <johan AT balder>
8009
8010         * src/SDCCglue.c: fixed bug #597940
8011
8012 2003-05-05  Karl Bongers(apply patches from Martin Helmling)
8013
8014         * debugger/mcs51/sdcdb.c,simi.c,cmd.c,symtab.c and .h files.
8015   cache sfr, optimize next,step, fix off by one sourceline,
8016   support ddd list function.
8017         * sim/ucsim/cmd.src/newcmd.cc - small fix for sdcdb use.
8018
8019 2003-05-04  Bernhard Held <bernhard AT bernhardheld.de>
8020
8021         * support/regression/HTMLgen.py: added compare_s2f()
8022         * support/regression/Makefile: redo 1.27
8023         * support/regression/generate-cases.py: redo 1.5
8024
8025 2003-04-30  Bernhard Held <bernhard AT bernhardheld.de>
8026
8027         * support/regression/tests/float.c: workaround 33 bit hex constant
8028         * support/regression/tests/simplefloat.c: fix division for host
8029
8030 2003-04-29  Scott Dattalo  <scott AT dattalo.com>
8031
8032         * src/pic/pcoderegs.c Applied patch from Jim Hawkridge <jim AT jimhawkridge.uk.eu.org>
8033         that tame's the PIC's over-aggressive optimizer.
8034
8035 2003-04-29  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
8036
8037          * src.dsw, link/z80/aslink.h, link/z80/linkz80.dsp: z80 linker
8038          support for MSVC.
8039
8040 2003-04-29  Kevin Vigor <kevin AT vigor.nu>
8041
8042         Initial support for DS80C400. "Hello world" runs on TINIm400
8043         (with polled I/O).
8044
8045 2003-04-28  Karl Bongers(apply patches for Martin Helmling)
8046
8047          * debugger/mcs51/sdcdb.c,simi.c,cmd.c,symtab.c and .h files.
8048          * Some notes on ddd usage added in debugger/README
8049          Martin Helmling adding more features and fixes for ddd GUI debugger.
8050          Code added for nexti, stepi, up, down, and other adjustments.
8051
8052 2003-04-28  Scott Dattalo  <scott AT DATTALO.COM>
8053
8054         * src/pic/pCodepeep.c non-wildcard asmops are now handled
8055         * src/pic/peeph.def Added two rules to optimize carry manipulation
8056         * src/pic/* removed debug printfs
8057
8058 2003-04-28  Bernhard Held <bernhard AT bernhardheld.de>
8059
8060         * debugger/mcs51/cmd.c: added header newalloc.h
8061
8062 2003-04-26  Bernhard Held <bernhard AT bernhardheld.de>
8063
8064         * as/Makefile: new EXEEXT
8065         * as/z80/Makefile: remove trailing slash of BUILDIR
8066         * as/z80/clean.mk: new EXEEXT
8067         * Makefile.common.in: add to CFLAGS (and others), don't replace it
8068         * support/cpp2/Makefile.in: new EXEEXT
8069         * src/pic/glue.c (pic14emitRegularMap): fixed warning
8070
8071 2003-04-24  Bernhard Held <bernhard AT bernhardheld.de>
8072
8073         Cygwin's gcc always appends .exe: 'gcc -o a a.c' creates a.exe;
8074         EXEEXT was introduced to fix all related problems with targets
8075         "clean", "install" and "uninstall"; a couple of further flaws
8076         especially with "clean" have been fixed too
8077         * as/mcs51/Makefile.in
8078         * as/mcs51/clean.mk
8079         * as/z80/Makefile
8080         * Makefile
8081         * clean.mk
8082         * debugger/mcs51/Makefile.in
8083         * debugger/mcs51/clean.mk
8084         * link/z80/Makefile
8085         * link/z80/Makefile.in
8086         * link/z80/clean.mk
8087         * link/Makefile
8088         * packihx/Makefile.in
8089         * packihx/clean.mk
8090         * sim/ucsim/Makefile
8091         * sim/ucsim/clean.mk
8092         * sim/ucsim/avr.src/Makefile.in
8093         * sim/ucsim/avr.src/clean.mk
8094         * sim/ucsim/s51.src/Makefile.in
8095         * sim/ucsim/s51.src/clean.mk
8096         * sim/ucsim/xa.src/Makefile.in
8097         * sim/ucsim/xa.src/clean.mk
8098         * sim/ucsim/z80.src/Makefile.in
8099         * sim/ucsim/z80.src/clean.mk
8100         * sim/ucsim/main_in.mk
8101         * sim/ucsim/packages_in.mk
8102         * sim/ucsim/gui.src/Makefile.in
8103         * sim/ucsim/gui.src/serio.src/Makefile.in
8104         * sim/ucsim/gui.src/serio.src/clean.mk
8105         * src/Makefile.in
8106         * src/clean.mk
8107         * support/cpp2/Makefile.in
8108         * support/cpp2/clean.mk
8109         * support/makebin/Makefile
8110         * support/makebin/clean.mk
8111         * support/scripts/sdcc_mingw32: --program-suffix no longer needed
8112         * doc/sdccman.lyx: --program-suffix no longer needed
8113
8114 2003-04-23  Karl Bongers(apply patches for Martin Helmling)
8115
8116          * debugger/mcs51/sdcdb.c,simi.c,cmd.c,..
8117          Martin Helmling added support for ddd GUI debugger.
8118          Code added to display assembly, set variables, and other commands
8119          to interface to ddd.
8120
8121 2003-04-23  Bernhard Held <bernhard AT bernhardheld.de>
8122
8123         * as/Makefile: fix target clean
8124         * as/clean.mk: fix target clean
8125         * as/z80/clean.mk: fix target clean
8126
8127 2003-04-22  Bernhard Held <bernhard AT bernhardheld.de>
8128
8129         * Makefile.common.in: added  AT EXEEXT AT
8130         * configure.in: removed all mingw32 stuff
8131         * configure: rebuilt from configure.in
8132         * doc/sdccman.lyx: updated section "installation"
8133         * support/scripts/sdcc_mingw32: adapted to configure
8134         * support/scripts/sdcc_cygwin_mingw32: added
8135
8136 2003-04-22  Scott Dattalo  <scott AT dattalo.com>
8137
8138         * src/pic Added object file support for the PIC port
8139         * src/pic Applied patch from Craig Franklin (this started the object file support)
8140         * src/regression Updated the PIC regression tests for object files
8141
8142 2003-04-20  Borut Razem <borut.razem AT siol.net>
8143
8144         * sdcc/as/mcs51/lklex.c: make getfid() more robust and fixed gcc warning:
8145           lklex.c: In function `getfid':
8146           lklex.c:203: warning: array subscript has type `char'
8147         * src/SDCCglobl.h: small change in stack handling macros, to avoid crash when compiled
8148           with MSVC with global optimization enabled (probably an cl compiler bug ;-)
8149         * support/Util/SDCCerr.c, support/Util/SDCCerr.h: added function fatal(), called from
8150           stack handling macros
8151
8152 2003-04-19  Borut Razem <borut.razem AT siol.net>
8153
8154         * "handling space characters in file path" task:
8155         * src/SDCCmacro.c: fixed bug in handlig quote at the end of line
8156         * support/Util/BuildCmd.c: define par as NULL if parameter value is invalid
8157         * support/Util/MySystem.h: make it self-sufficient
8158         * src/avr/main.c, src/ds390/main.c, src/mcs51/main.c, src/pic/main.c, src/xa51/main.c,
8159           src/z80/main.c, sdcc/as/mcs51/lklex.c:
8160           handling space characters in file path
8161         * src/SDCCmain.c: introduced setDataPaths() function, {datadir} macro
8162           (it will be used by assemblers, which have their own includes, e.g. gpasm)
8163         * support/Util/MySystem.c: handling space characters in executable's path
8164
8165 2003-04-19  Bernhard Held <bernhard AT bernhardheld.de>
8166
8167         * as/z80/Makefile: fix permanent rebuild of z80
8168         * sim/ucsim/gui.src/Makefile.in: target "install" builds the same packages as target "all"
8169         * support/regression/tests/bitfields.c: added Johan's bitfields.c
8170
8171 2003-04-18      Kevin Vigor <kevin AT vigor.nu>
8172
8173         * src/SDCCopt.c: add special case optimization to replace modulo by
8174           a power of two with a bitwise AND.
8175
8176 2003-04-18    <johan AT balder>
8177
8178         * src/mcs51/gen.c (getFreePtr): fixed bug #635354
8179
8180 2003-04-17    <johan AT balder>
8181
8182         * src/mcs51/ralloc.c (packRegsForAssign): fixed bug #716790 and removes lot's of redundant register usage around function calls
8183         * src/mcs51/ralloc.c (packRegisters): fixed bug #720667
8184
8185 2003-04-13  Borut Razem <borut.razem AT siol.net>
8186
8187         * doc/sdccman.lyx: updated info about #pragma SAVE/RESTORE nesting
8188         * configure.in, configure: fixed problems on cygwin/WinCVS environmet with ports.* line endings;
8189           fixed mingw problem in adl_NORMALIZE_PATH
8190
8191 2003-04-12  Borut Razem <borut.razem AT siol.net>
8192
8193         * fixed "#pragma SAVE/RESTORE can not be nested":
8194         * src/SDCC.lex: reworked pragma handling functions
8195         * sdcc/src/SDCCglobl.h: reworked stack handling macros
8196         * support/Util/SDCCerr.c, support/Util/SDCCerr.h: added E_STACK_VIOLATION error
8197
8198 2003-04-12  Bernhard Held <bernhard AT bernhardheld.de>
8199
8200         * src/SDCCutil.c (pathEquivalent): defined but not used
8201         * debugger/mcs51/sdcdb.c: replace SDCC_LIB_DIR
8202         * configure.in: remove sdcc_datadir, sdcc_lib_dir and sdcc_include_dir
8203         * configure: rebuilt from configure.in
8204         * sdccconf_in.h: remove SDCC_LIB_DIR and SDCC_INCLUDE_DIR
8205         * sdcc_vc_in.h: remove SDCC_LIB_DIR and SDCC_INCLUDE_DIR
8206         * device/include/Makefile.in: replace sdcc_datadir
8207         * device/lib/Makefile.in: replace sdcc_datadir
8208         * Makefile.common.in: add LDFLAGS from configure
8209         * packihx/Makefile.in: use LDFLAGS
8210         * src/Makefile.in: use LDFLAGS
8211         * support/cpp2/Makefile.in: add LDFLAGS from configure
8212         * support/makebin/Makefile: use LDFLAGS
8213         * .version: bumped version number to 2.3.5
8214
8215 2003-04-12  Borut Razem <borut.razem AT siol.net>
8216
8217         * completed "different paths" task:
8218         * src/SDCCmacro.c: fixed bug in handling quotes
8219         * src/SDCCutil.c, src/SDCCutil.c: rewritten getPrefixFromBinPath()
8220         * src/SDCCmain.c: _discoverPaths() replaced with setBinPaths(), setIncludePath() and setLibPath()
8221
8222 2003-04-12  Bernhard Held <bernhard AT bernhardheld.de>
8223
8224         * src/pic/pcoderegs.c (Remove1pcode): fix warning on alpha
8225
8226 2003-04-11 kevin Vigor <kevin AT vigor.nu>
8227
8228         * ds390/gen.c ds390/peeph.def: fix bug 706781
8229
8230 2003-04-11  Borut Razem <borut.razem AT siol.net>
8231
8232         * support/Util/dbuf.c, support/Util/dbuf.h: update to version 1.1.1 - re-added C++ stuff to make it still more portable
8233
8234 2003-04-10  Scott Dattalo  <scott AT dattalo.com>
8235
8236         * src/pic/* Applied the pointer-to-function patch from Steve Tell.
8237         * src/pic/* Fixed several pointer bugs. (PIC port broke when the ruonly bit was
8238          set - this bit used to not be set...).
8239         * src/pic/gen.c Fixed buf 609268 ==> x = (x+1) & 0xf; generated
8240           bad code in PIC Port
8241         * src/regression/and2.c added to test bug 609268
8242         * src/regression/Makefile added and2.c to regression test
8243
8244
8245 2003-04-08    <johan AT CP255758-A>
8246
8247         * src/mcs51/gen.c (gen51Code): display reg usage in --icode-in-asm
8248         * src/mcs51/ralloc.c (serialRegAssign): update the registers in use and save some slocs
8249         * src/SDCCicode.h: added riu to show the register usage in --icode-in-asm
8250
8251 2003-04-07  Bernhard Held <bernhard AT bernhardheld.de>
8252
8253         * configure.in: fully support prefix, exec_prefix, datadir, docdir;
8254         fix bug #487815
8255         * support/cpp2/Makefile.in: fix bug #487815
8256         * configure: rebuilt from configure.in
8257         * Makefile.common.in: docdir changed, new path suffixes
8258         * sdccconf_in.h: new RETSIGTYPE, and other PATHs
8259         * sdcc_vc_in.h: reflect changes from sdccconf.h
8260         * src/SDCCglobl.h: remove *SEPARATOR_CHARS, they are now in sdccconf.h
8261         * src/SDCCutil.h: remove BINDIR hack
8262         * doc/sdccman.lyx: update new path hierarchy
8263
8264 2003-04-06    Paul Stoffregen <paul AT pjrc.com>
8265
8266         * src/SDCCpeeph.c: added okToRemoveSLOC test
8267
8268 2003-04-06    Paul Stoffregen <paul AT pjrc.com>
8269
8270         * device/lib/printf_fast.c: added leading zero format ("%06d", etc)
8271
8272 2003-04-06    Paul Stoffregen <paul AT pjrc.com>
8273
8274         * src/SDCCpeeph.c: added labelIsReturnOnly test
8275         * src/mcs51/peeph.def: Peephole 244: replace ljmp to ret with ret
8276
8277 2003-04-05    <johan AT balder>
8278
8279         * src/SDCCcse.c (cseAllBlocks): fixed bug #460088
8280         * src/SDCCloop.c (DEFSETFUNC): fixed bug #460088
8281         * src/SDCCopt.c (eBBlockFromiCode): fixed bug #460088
8282         * src/SDCCast.c: fixed a warning
8283         * src/SDCCast.h: fixed a warning
8284         * src/SDCCicode.c (operandFromAst): fixed a warning
8285
8286 2003-04-04    <johan AT balder>
8287
8288         * src/SDCCloop.c (DEFSETFUNC): undid the fix for bug #519584
8289         * src/SDCCast.c (decorateType): fixed bug #715076
8290         * src/SDCC.y: fixed bug #702907
8291
8292 2003-04-03    <johan AT balder>
8293
8294         * device/lib/_mulint.c (_muluint): new #pragma LESS_PEDANTIC
8295         * src/SDCCopt.c (eBBlockFromiCode): new #pragma LESS_PEDANTIC
8296         * src/SDCCglobl.h (PRAGMA_LESSPEDANTIC): new #pragma LESS_PEDANTIC
8297         * src/SDCC.lex (doPragma): new #pragma LESS_PEDANTIC
8298         * src/SDCCmain.c (parseCmdLine): new #pragma LESS_PEDANTIC
8299
8300 2003-04-03  Bernhard Held <bernhard AT bernhardheld.de>
8301
8302         * _decdptr.c: fix return values
8303         * _gptrget.c: fix return values
8304         * _gptrgetc.c: fix return values
8305         * _gptrput.c: fix return values
8306         * _mulint.c: fix return values
8307         * as/z80/Makefile: fix 'make -j' problem
8308
8309 2003-04-02  Bernhard Held <bernhard AT bernhardheld.de>
8310
8311         * Makefile.common.in: unused PORT, SCC and SAS removed, fixed docdir
8312         * configure.in: big cleanup, updated to autoconf 2.5x
8313         * configure: rebuilt from configure.in
8314         * sdccconf_in.h: new RETSIGTYPE, and other PATHs
8315         * sdcc_vc_in.h: reflect changes from sdccconf.h
8316         * doc/Makefile: fixed a flaw in "make install"
8317
8318 2003-04-02    <johan AT balder>
8319
8320         * src/ds390/gen.c (genCmp): no comments
8321         * src/mcs51/gen.c (genCmp): no comments
8322         * src/SDCCopt.c (eBBlockFromiCode): detect missing return values
8323         * src/SDCCast.c (ast_print): fixed the function type in --dumptree
8324
8325 2003-04-01  Bernhard Held <bernhard AT bernhardheld.de>
8326
8327         * support/regression/generate-cases.py: place generated file in given sub directory
8328         * support/regression/ports/host/spec.mk: prevent removal of testfwk.o
8329         * support/regression/Makefile: improvements for 'make -j';
8330         side effect: it's simpler and faster now
8331
8332 2003-03-31  Borut Razem <borut.razem AT siol.net>
8333
8334         * src/z80/main.c: link-{port} and as-{port} defined without path
8335         * src/src.dsp: support/Util/MySystem.h and src/SDCCutil.h added to project
8336
8337 2003-03-31  Bernhard Held <bernhard AT bernhardheld.de>
8338
8339         * Makefile, src/Makefile.in: add dependencies, so that 'make -j' works
8340
8341 2003-03-30  Borut Razem <borut.razem AT siol.net>
8342
8343         * support/Util/BuildCmd.c, support/Util/BuildCmd.h: rewrite buildCmdLine(),
8344           changed type of list parameter to set
8345         * src/ds390/main.c: changed type of parameter asmOptions to set in _tininative_do_assemble()
8346         * src/port.h: changed type of do_assemble() parameter to set
8347         * src/SDCCmain.c: type of asmOptions changed to set, introduced setParseWithComma(),
8348           sdcpp defined without path, removed variable VersionString, introduced set binPathSet,
8349           definition of "cppoutfilename" macro with NULL value in preProcess()
8350         * src/SDCCglobl.h: included "SDCCset.h", added declaration of setParseWithComma()
8351         * src/SDCCglue.c: removed variable VersionString, inroduced spacesToUnderscores()
8352         * support/Util/MySystem.c, support/Util/MySystem.h: rewrite, char *ExePathList[]
8353           replaced with set *binPathSet
8354         * shash_add() deallocates the item, if allready exsists, before adding the new one
8355         * src/SDCCmacro.c: handling macros with empty or NULL values in _evalMacros()
8356
8357 2003-03-30  Scott Dattalo  <scott AT dattalo.com>
8358
8359         * src/pic/gen.c: Commit patch from Steve Tell <tell AT telltronics.org> that fixes
8360           a nested for loop bug in the PIC port
8361         * src/regression/nestfor.c: new regression test file Steve wrote to test nested
8362           for loops
8363
8364 2003-03-29  Bernhard Held <bernhard AT bernhardheld.de>
8365
8366         * support/Util/dbuf.h: remove C++ stuff to make it portable
8367
8368 2003-03-28  Borut Razem <borut.razem AT siol.net>
8369
8370         * src/SDCC.lex: Fix for bug #711240: dynamic buffer handling of C
8371           literal strings in stringLiteral()
8372         * support/Util/dbuf.c, support/Util/dbuf.h: added: dynamic buffer handling
8373         * src/Makefile.bcc, src/Makefile.in, src\src.dsp: added support/Util/dbuf.c
8374           to the project
8375
8376 2003-03-27  Paul Stoffregen <paul AT pjrc.com>
8377
8378         * src/SDCCpeeph.c (pcDistance): accurate byte distance for mcs51
8379
8380 2003-03-26    <johan AT balder>
8381
8382         * src/mcs51/gen.c (saveRegisters): catched symbol abuse
8383         * src/ds390/gen.c (saveRegisters): catched symbol abuse
8384         * src/SDCCast.c (decorateType): fixed " -v < 3"
8385
8386 2003-03-23  Bernhard Held <bernhard AT bernhardheld.de>
8387
8388         * doc/cdbfile.html: removed, replaced by cdbfileformat.lyx
8389         Added Lenny Story's debug infrastructure changes:
8390         * src/Makefile.in:  added new files cdbFile.c and SDCCdebug.c
8391         * src/Makefile.bcc: added new files cdbFile.c and SDCCdebug.c
8392         * src/cdbFile.c: added
8393         * src/SDCCdebug.c: added
8394         * src/SDCCdebug.h: added
8395         * src/SDCCast.c (createFunction)
8396         * src/SDCCglue.c (emitRegularMap, emitStaticSeg, emitOverlay, glue)
8397         * src/SDCCmain.c (parseCmdLine, main)
8398         * src/SDCCmem.c (redoStackOffsets)
8399         * src/SDCCsymt.c (cdbStructBlock, cdbTypeInfo, cdbSymbol, cdbStruct, cdbStructBlock)
8400         * src/SDCCsymt.h
8401         * src/common.h
8402         * src/avr/gen.c (genAVRCode)
8403         * src/ds390/gen.c (gen390Code)
8404         * src/mcs51/gen.c (gen51Code)
8405         * src/pic/gen.c (genpic14Code)
8406         * src/pic/glue.c (pic14emitRegularMap, pic14emitStaticSeg, pic14emitOverlay, picglue)
8407         * src/xa51/gen.c (genXA51Code)
8408         * src/SDCCast.c: fixed "void foo(void){char c; -c < 0;}"
8409
8410 2003-03-22  Frieder Ferlemann <Frieder.Ferlemann AT web.de>
8411
8412         * src/mcs51/gen.c (genCodePointerGet): quicker code for bug #700797
8413         * src/mcs51/peeph.def: added rules 177, 241.x to 243, touched 181, 182.x, 193.x
8414
8415 2003-03-22    <johan AT balder>
8416
8417         * src/SDCCicode.c (geniCodeDerefPtr): fixed bug #698231
8418
8419 2003-03-21  Bernhard Held <bernhard AT bernhardheld.de>
8420
8421         * support/scripts/sdcc_mingw32: adapted to configure from autoconf 2.54
8422         * doc/cdbfileformat.lyx: added, written by Lenny Story
8423         * doc/Makefile: added cdbfileformat.lyx
8424         * doc/clean.mk: added cdbfileformat.lyx
8425
8426 2003-03-20  Bernhard Held <bernhard AT bernhardheld.de>
8427
8428         * src/mcs51/peeph.def: fix bug #705773
8429
8430 2003-03-20    <johan AT balder>
8431
8432         An sfr/sbit can have an "at #" AND an initializer
8433         * src/SDCCsymt.c (checkSClass):
8434         * src/SDCCmem.c (allocGlobal):
8435         * src/SDCCmem.c (allocLocal):
8436         * src/SDCCast.c (createBlock):
8437
8438 2003-03-17  Bernhard Held <bernhard AT bernhardheld.de>
8439
8440         * src/ds390/peeph.def: fix bug #704878: added rule 213.b suggested by Jan Rejlek
8441
8442 2003-03-16    <johan AT balder>
8443
8444         Undid the hackup of const and volatile, the problem is much bigger
8445         * src/SDCC.y:1.65
8446         * src/SDCCast.c:1.171
8447         * src/SDCCglue.c:1.138
8448         * src/SDCCicode.c:1.146
8449         * src/SDCCsymt.c:1.150
8450         * src/SDCCval.c:1.65
8451
8452 2003-03-15  Bernhard Held <bernhard AT bernhardheld.de>
8453
8454         * src/mcs51/ralloc.c (packRegsForAssign): fixed bug #703541
8455         * src/ds390/gen.c (genAddrOf): fixed bug #704087
8456
8457 2003-03-13    <johan AT balder>
8458
8459         Hackup const and volatile modifiers in type chains a bit:
8460         * src/SDCC.y:1.63
8461         * src/SDCCast.c:1.169
8462         * src/SDCCglue.c:1.136
8463         * src/SDCCicode.c:1.143
8464         * src/SDCCsymt.c1.146
8465         * src/SDCCsymt.h1.59
8466         * src/SDCCval.c:1.63
8467
8468 2003-03-12    <johan AT balder>
8469
8470         * src/SDCCBBlock.h: more LRH debugging junk
8471         * src/SDCCcflow.h: more LRH debugging junk
8472         * src/SDCCloop.c: more LRH debugging junk
8473         * src/SDCC.y (struct_declaration): fixed bug #697590
8474         * src/SDCCsymt.[hc] (cloneSpec): NEVER EVER use this again
8475         * src/ds390/gen.c (aopForRemat): fixed bug #700031
8476         * src/SDCCglue.c (emitStaticSeg): fixed bug #700797
8477
8478 2003-03-11 Kevin Vigor <kevin AT vigor.nu>
8479         * src/SDCCpeeph.c: quit being lazy and made proper fix (peephole
8480         test function names must now match exactly).
8481         * src/SDCCcse.c: added special case in findCheaperOp to allow
8482         extending a short integer. Makes less awful code for bug 700121 test case.
8483
8484 2003-03-11  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
8485
8486         * as/mcs51/lkmain.c: Added ASlink-Warning to messages
8487         * as/mcs51/lkaomf51.c: Fixed bug when linking asmblink example
8488
8489 2003-03-11 Kevin Vigor <kevin AT vigor.nu>
8490
8491         * src/SDCCpeeph.c: fix so that operandsNotEqualX functions are
8492         actually called (operandsNotEqual() was called for all
8493         operandsNotEqualX tests).
8494
8495 2003-03-11 Kevin Vigor <kevin AT vigor.nu>
8496
8497         * src/SDCCcse.c: fix findCheaperOp to prevent replacing int types
8498         with shorter literals. Fixes bug 700121.
8499
8500 2003-03-11    <johan AT balder>
8501
8502         * src/SDCCsymt.c (compareType): a (void *) can be assigned to any pointer
8503
8504 2003-03-11  Bernhard Held <bernhard AT bernhardheld.de>
8505
8506         * src/SDCCloop.c (mergeRegions): an evil beast is dead
8507         * src/SDCCmain.c (preProcess): minor cleanup: eliminate preOutName
8508
8509 2003-03-10  Borut Razem <borut.razem AT siol.net>
8510
8511         * src/SDCCmain.c: pipe preprocessor's output
8512         * support/Util/MySystem.c, support/Util/MySystem.h: added my_popen()
8513         * sdcc_vc_in.h: define pclose as _pclose for WIN32
8514         * src/SDCCglue.c, src/SDCCglue.h: added set pipeSet, added function closePipes,
8515         which closes all pipes in pipeSet set
8516         * src/SDCCset.c: free deleted item in function deleteSetItem()
8517         * src/src.dsp, src/z80/z80.dsp: files support/Util/BuildCmd.c and support/Util/MySystem.c
8518         moved from z80 to src subproject
8519         * .version: increased version number to 2.3.4
8520
8521 2003-03-10  Bernhard Held <bernhard AT bernhardheld.de>
8522
8523         * support/regression/ports/mcs51/spec.mk: increase timeout for CF's sparc to 30s
8524         * support/regression/ports/ds390/spec.mk: increase timeout for CF's sparc to 25s
8525         * support/regression/ports/xa51/spec.mk: fix typo
8526
8527 2003-03-09  Bernhard Held <bernhard AT bernhardheld.de>
8528
8529         * src/SDCCglobl.h: PATH_MAX is already defined in mingw32 headers
8530
8531 2003-03-09  Borut Razem <borut.razem AT siol.net>
8532
8533         * src/SDCCmain.c: pipe preprocessor's output
8534         * support/Util/MySystem.c, support/Util/MySystem.h: added my_popen()
8535         * sdcc_vc_in.h: define pclose as _pclose for WIN32
8536         * src/SDCCglue.c, src/SDCCglue.h: added set pipeSet, added function closePipes,
8537         which closes all pipes in pipeSet set
8538         * src/SDCCset.c: free deleted item in function deleteSetItem()
8539         * src/src.dsp, src/z80/z80.dsp: files support/Util/BuildCmd.c and support/Util/MySystem.c
8540         moved from z80 to src subproject
8541
8542 2003-03-09  Borut Razem <borut.razem AT siol.net>
8543
8544         * src/SDCCglue.c: re-implemented tempfilename() and tempfile(): using mkstemp() if available
8545         * src/SDCCsymt.h: fixed MSVC and BORLANDC compilation (included SDCCglobl.h instead srccconf.h)
8546         * sdcc_vc_in.h: explicitly undefined HAVE_MKSTEMP which is not available on BORLANDC and MSVC
8547         * src/SDCCset.h: removed inclusion of sdccconf.h or sdcc_vc.h
8548         * src/SDCCglobl.h: unification of WIN32 native definitions
8549
8550 2003-03-09  Frieder Ferlemann <Frieder.Ferlemann AT web.de>
8551
8552         * src/mcs51/gen.c: applied in-/dec patch mentioned on sdcc-devel 2003-03-01
8553
8554 2003-03-08  Bernhard Held <bernhard AT bernhardheld.de>
8555
8556         * src/configure.in:   check for endianess (even while cross-compiling)
8557         * src/configure:      check for endianess (even while cross-compiling)
8558         * src/configure_in.h: check for endianess (even while cross-compiling)
8559         * src/avr/gen.c:        remove old endianess stuff
8560         * src/mcs51/gen.c:      remove old endianess stuff
8561         * src/ds390/gen.c:      remove old endianess stuff
8562         * src/pic/gen.c:        remove old endianess stuff
8563         * src/pic/genarith.c:   remove old endianess stuff
8564         * src/pic/glue.c:       fix endianess check
8565         * src/pic16/gen.c:      remove old endianess stuff
8566         * src/pic16/genarith.c: remove old endianess stuff
8567         * src/pic16/glue.c:     fix endianess check
8568         * src/xa51/gen.c:       remove old endianess stuff
8569         * src/z80/gen.c:        fix endianess check
8570         * src/SDCCglue.c:       fix endianess check
8571         * src/ds390/peeph.def: fix bug 700036
8572
8573 2003-03-08  Bernhard Held <bernhard AT bernhardheld.de>
8574
8575         * src/SDCCsymt.h: use appropriate data-types on host for SDCC's int and long
8576         * src/configure: find appropriate data-types on host for SDCC's int and long
8577         * src/configure.in: find appropriate data-types on host for SDCC's int and long
8578         * src/sdccconf_in.h: find appropriate data-types on host for SDCC's int and long
8579         * src/xa51/gen.c: use %d, not %ld for 4 byte variables
8580
8581 2003-03-07    <johan AT balder>
8582
8583         Just a big NOOP:
8584                 some minor cleanups before the big shot
8585                 OP_DEFS and OP_USES now use Kevin's protection
8586                 new option --nolabelopt
8587
8588         * src/SDCCBBlock.c:
8589         * src/SDCCast.c,:
8590         * src/SDCCcflow.c:
8591         * src/SDCCcse.c:
8592         * src/SDCCicode.c:
8593         * src/SDCCicode.h:
8594         * src/SDCClabel.c:
8595         * src/SDCCloop.c:
8596         * src/SDCCmain.c:
8597         * src/ds390/ralloc.c:
8598         * src/mcs51/ralloc.c:
8599         * src/pic/ralloc.c:
8600         * src/xa51/ralloc.c:
8601         * src/z80/ralloc.c:
8602
8603 2003-03-06  Bernhard Held <bernhard AT bernhardheld.de>
8604
8605         * src/pic/pcode.c (get_op): fix 64 bit warnings
8606         * src/pic/pcode.c (pCode2str): fix 64 bit warnings
8607         * src/SDCChasht.c (newHashTable): fix 64 bit warnings
8608         * src/SDCCsymt.c (checkTypeSanity): fix 64 bit warnings
8609         * support/regression/tests/malloc.c: fix 64 bit warnings
8610
8611 2003-03-04  Bernhard Held <bernhard AT bernhardheld.de>
8612
8613         * src/mcs51/gen.c (genMinus): fixed bug 696436
8614
8615 2003-03-02  Borut Razem <borut.razem AT siol.net>
8616
8617         * src/SDCCmain.c: added BORLANDC, corrected MSVC in printVersionInfo()
8618
8619 2003-02-26  Bernhard Held <bernhard AT bernhardheld.de>
8620
8621         * configure.in: test for mkstemp
8622         * sdccconf_in.h: add HAVE_MKSTEMP
8623
8624 2003-02-24  Bernhard Held <bernhard AT bernhardheld.de>
8625
8626         * device/include/ctype.h: removed warning while using --stack-auto
8627         * device/include/malloc.h: removed warning while using --stack-auto
8628         * device/include/string.h: removed warning while using --stack-auto
8629
8630 2003-02-23  Borut Razem <borut.razem AT siol.net>
8631
8632         * src/asm.h: corrected assertion in function printILine(): _pipe() was not executed on MSVC,
8633         because NDEBUG is defined (see man assert)
8634         * sdcc_vc_in.h: vsnprintf is defined as _vsnprintf on MSVC
8635
8636 2003-02-23  Frieder Ferlemann <Frieder.Ferlemann AT web.de>
8637
8638         * src/mcs51/gen.c (genUminusFloat): avoided dptr in-/decrement for xdata variables
8639         * src/mcs51/peeph.def: added rule suggested by Gernot Fink, white space/comment changes
8640
8641 2003-02-18  Frieder Ferlemann <Frieder.Ferlemann AT web.de>
8642
8643         * src/SDCCpeeph.c: added peephole conditions testing for same arguments
8644         * src/mcs51/peeph.def: added rules 238a-d which remove redundant moves
8645
8646 2003-02-18    <johan AT balder>
8647
8648         * as/mcs51/asmain.c (asmbl): module can start with a digit
8649         * as/z80/asmain.c (asmbl): module can start with a digit
8650
8651 2003-02-16  Bernhard Held <bernhard AT bernhardheld.de>
8652
8653         * sim/ucsim/mkecho: inserted #!/bin/sh for Cygwin, so that it's executable
8654         * src/asm.c: fix pipe() for Mingw32
8655
8656 2003-02-15  Bernhard Held <bernhard AT bernhardheld.de>
8657
8658         * src/SDCCglue.h: make tmpfileNameSet available for preOutName
8659         * src/SDCCmain.c (preProcess): make sure, that preOutName will be deleted;
8660         make -V work again; --c1mode reads now from stdin
8661         * doc/sdccman.lyx: added --c1mode
8662         * support/Util/SDCCerr.c: new messages for c1 mode
8663         * support/Util/SDCCerr.h: new messages for c1 mode
8664         * src/SDCC.lex (checkCurrFile): test if fullSrcFileName is NULL for c1mode
8665
8666 2003-02-15    <johan AT balder>
8667
8668         * src/asm.c: new options: --no-c-code-in-asm and --i-code-in-asm
8669
8670 2003-02-14  Bernhard Held <bernhard AT bernhardheld.de>
8671
8672         * doc/sdccman.lyx: Environment variables, -o and other minor things
8673
8674 2003-02-14    <johan AT balder>
8675
8676         * src/xa51/main.c: before anyone really tries to use it :)
8677
8678         * Install doc's in share/sdcc/doc
8679         * removed some obsolete files
8680         * Do a proper make distclean and uninstall
8681         M Makefile.common.in
8682         R sdccbuild.sh
8683         M as/Makefile
8684         M device/include/Makefile.in
8685         M device/lib/Makefile.in
8686         M doc/sdccman.lyx
8687         M link/Makefile
8688         M sim/ucsim/doc/Makefile.in
8689         M src/clean.mk
8690         R src/avr/peeph.rul
8691         R src/xa51/peeph.rul
8692         M support/cpp2/Makefile.in
8693         M support/makebin/Makefile
8694
8695
8696 2003-02-13  Bernhard Held <bernhard AT bernhardheld.de>
8697
8698         * support/regression/ports/host/spec.mk: use cc as host compiler for max osx
8699
8700 2003-02-10  Borut Razem <borut.razem AT siol.net>
8701
8702         * doc/bccinst.txt, packihx/packihx.c, sdcc_vc_in.h, src/SDCCset.h,
8703         support/cpp2/config.in: Borland C++ build doesn't depend on Cygwin configure
8704         * Bcc.ini, Makefile.bcc, as/mcs51/Makefile.bcc,
8705         device/examples/ds390/tinitalk/Makefile.bcc, packihx/Makefile.bcc,
8706         support/cpp2/Makefile.bcc, src/Makefile.bcc, src/avr/Makefile.bcc,
8707         src/ds390/Makefile.bcc, src/izt/Makefile.bcc, src/mcs51/Makefile.bcc,
8708         src/pic/Makefile.bcc, src/pic16/Makefile.bcc, src/xa15/Makefile.bcc,
8709         src/z80/Makefile.bcc: Borland Makefile cleanup
8710         * as/z80/Makefile.bcc: Added Borland Makefile
8711         * support/cpp2/borland.h: Removed
8712
8713 2003-02-10  Bernhard Held <bernhard AT bernhardheld.de>
8714
8715         * doc/sdccman.lyx: new pragma NOIV by "Johannes Stezenbach" <js AT convergence.de>
8716         * src/SDCC.lex: new pragma NOIV
8717         * src/SDCCglobl.h: new pragma NOIV
8718         * src/SDCCmem.c: new pragma NOIV
8719
8720 2003-02-09  Bernhard Held <bernhard AT bernhardheld.de>
8721
8722         * src/SDCCmain.c: signal handling is switched off by SDCC_LEAVE_SIGNALS
8723
8724 2003-02-09  Bernhard Held <bernhard AT bernhardheld.de>
8725
8726         * src/SDCCmain.c: signal handling is switched off by --debug
8727         * doc/Makefile: small fix for install; use clean.mk again
8728         * doc/clean.mk: clean *.pdf and *.html too
8729
8730 2003-02-08  Bernhard Held <bernhard AT bernhardheld.de>
8731
8732         * device/lib/_mulint.c: small fix for large/ds390 --int-long-reent resp. --stack-auto
8733         * device/lib/printfl.c: fix a ds390 bug by making it portable
8734         * src/SDCCsymt.c (initCSupport): fix compile warning on Cygwin
8735         * src/SDCCopt.c (cnvToFloatCast): fix compile warning on Cygwin
8736         * src/SDCCopt.c (cnvFromFloatCast): fix compile warning on Cygwin
8737         * debugger/mcs51/cmd.c: converted multi-line string literals
8738         * sim/ucsim/globals.cc: converted multi-line string literals
8739         * src/SDCCmain.c: introduced signal handler to remove temp files
8740         * doc/Makefile: small tweaks, implement clean
8741         * doc: removed generated files
8742
8743 2003-02-05  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
8744
8745         * as/mcs51/aslink.h, as/mcs51/lkihx.c, as/mcs51/lkrloc.c:  Applied
8746         patch from Jan Rejlek <jr AT apex-lib.cz> to fix Bug 677692: "Extended
8747         Address Record is not correctly generated for DS390."
8748
8749 2003-02-02  Borut Razem <borut.razem AT siol.net>
8750
8751         * Makefile.bcc: removed non existing cpp project and non compilable izt project from makefile
8752         * as/mcs51/asm.h: fixed compilation with Borland C
8753         * support/cpp2/Makefile.bcc: added rule to generate auto-host.h
8754         * support/cpp2/auto-host_vc_in.h: fixed compilation with Borland C
8755         * src/mcs51/mcs51a.dsp: corrected misspelled project name from msc51a to mcs51a
8756         * src/avr/Makefile.bcc, src/ds390/Makefile.bcc, src/izt/Makefile.bcc,
8757         src/mcs51/Makefile.bcc, src/pic16/Makefile.bcc, src/xa51/Makefile.bcc,
8758         src/z80/Makefile.bcc: delete $(LIB) only if exist
8759         * src/Makefile.bcc, src/pic/Makefile.bcc:  fixed compilation with Borland C
8760
8761 2003-02-02  Bernhard Held <bernhard AT bernhardheld.de>
8762
8763         * device/include/malloc.h: introduced NULL
8764         * device/include/string.h: introduced NULL
8765         * device/include/stdlib.h: introduced NULL
8766         * device/lib/_memcpy.c: removed NULL
8767         * device/lib/_strcat.c: removed NULL
8768         * device/lib/_strchr.c: removed NULL
8769         * device/lib/_strcmp.c: removed NULL
8770         * device/lib/_strcpy.c: removed NULL
8771         * device/lib/_strcspn.c: removed NULL
8772         * device/lib/_strlen.c: removed NULL
8773         * device/lib/_strncat.c: removed NULL
8774         * device/lib/_strncmp.c: removed NULL
8775         * device/lib/_strncpy.c: removed NULL
8776         * device/lib/_strpbrk.c: removed NULL
8777         * device/lib/_strrchr.c: removed NULL
8778         * device/lib/_strspn.c: removed NULL
8779         * device/lib/_strstr.c: removed NULL
8780         * device/lib/_strtok.c: removed NULL
8781         * device/lib/malloc.c: removed NULL, include own header
8782
8783 2003-02-02    <johan AT balder>
8784
8785         * 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
8786         * support/regression/fwk/lib/testfwk.c: div and mod isn't broken anymore
8787         * regressions ds390/spec.mk and mcs51/spec.mk (timeout): my good old balder isn't fast enough for some tests
8788         * src/z80/gen.c (genZ80Code): added c-lines in asm comments
8789         * as/z80/asm.h (NINPUT): increased for long c-comments in regression tests
8790         * src/z80/gen.c (genRightShiftLiteral): fixed the (char)(-3)>>8 (I think)
8791
8792 2003-02-01  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
8793
8794         * src/SDCCmain.c: Fixed bug 678574: "ds390: ASlink-Error-Stack overlaps
8795         area 'DATA'"
8796
8797 2003-02-01    <johan AT balder>
8798
8799         * src/SDCCval.c (valBitwise): fixed Karl's "2 | (1<<8)"
8800
8801 2003-01-31    <johan AT CP255758-A>
8802
8803         * src/ds390/main.c (_ds390_genAssemblerPreamble): applied Jan Rejlek's >64K startup patch
8804
8805 2003-01-30    <johan AT balder>
8806
8807         * src/SDCCBBlock.c: automatic bug detection
8808         * src/SDCCicode.c: automatic bug detection
8809
8810 2003-01-29  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
8811
8812         * src/SDCCglobl.h:   now --xram-size 0 works
8813         * src/SDCCmain.c:    now --xram-size 0 works
8814
8815 2003-01-29    <johan AT balder>
8816
8817         * src/almosteverything: changed OP_DEFS and OP_USES from macros to functions to catch symbol abuse (a hot topic in the bug list :)
8818
8819 2003-01-29  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
8820
8821         * as/mcs51/aslink.h: Added options --xram-size and --code-size
8822         * as/mcs51/lkdata.c: Added options --xram-size and --code-size
8823         * as/mcs51/lkmain.c: Added options --xram-size and --code-size
8824         * as/mcs51/lkmem.c:  Added options --xram-size and --code-size
8825         * src/SDCCglobl.h:   Added options --xram-size and --code-size
8826         * src/SDCCmain.c:    Added options --xram-size and --code-size
8827
8828 2003-01-28  Bernhard Held <bernhard AT bernhardheld.de>
8829
8830         * src/ds390/gen.c: fix deps by replacing <common.h> with "common.h"
8831         * src/SDCC.lex: rename P_OVERLAY to P_OVERLAY_ for cross-gcc 3.2 MINGW32
8832
8833 2003-01-27    <johan AT balder>
8834
8835         * src/SDCC.y: fixed bug #613764
8836
8837 2003-01-26    <johan AT balder>
8838
8839         * src/SDCClrange.c:  fixed Bernhard's "char * code ptr = &c"
8840         * src/SDCCsymt.h: fixed bug #673374
8841         * src/SDCCglue.c: fixed bug #661910
8842         * src/SDCCast.c: fixed bug #458099 and 673374
8843
8844 2003-01-26  Bernhard Held <bernhard AT bernhardheld.de>
8845
8846         * as/mcs51/strcmpi.c: added, provides Aurelien Jarno's as_strcmpi(); strcmpi() is not ANSI
8847         * as/mcs51/strcmpi.h: added
8848         * as/mcs51/asm.h: remove ugly "#define strcmpi strcmp"
8849         * as/mcs51/aslink.h: remove ugly "#define strcmpi strcmp"
8850         * as/mcs51/asmain.c: strcmpi -> as_strcmpi
8851         * as/mcs51/assym.c: strcmpi -> as_strcmpi
8852         * as/mcs51/lkmem.c: strcmpi -> as_strcmpi
8853         * as/mcs51/lknoice.c: strcmpi -> as_strcmpi
8854         * as/mcs51/lksym.c: strcmpi -> as_strcmpi
8855         * as/mcs51/Makefile.aslink: new module strcmpi
8856         * as/mcs51/Makefile.asx8051: new module strcmpi
8857         * as/mcs51/Makefil.bcc: new module strcmpi
8858         * as/mcs51/Makefile.in: new module strcmpi
8859         * sim/ucsim/s51.src/uc390.cc (get_mem_size): make RAM big enough for tinibios
8860
8861 2003-01-26    <johan AT balder>
8862
8863         * src/SDCCglue.c: reverted back to 1.124
8864         * src/SDCCast.c: reverted back to 1.156
8865         * src/mcs51/gen.c (aopGet): applied Frieder's efficiency patch
8866
8867 2003-01-25    <johan AT balder>
8868
8869         * src/SDCCglue.c: A better fix for bug #661910
8870         * src/SDCCast.c: A better fix for bug #661910
8871         * src/SDCCglue.c (emitRegularMap): That was a little too efficient
8872
8873 2003-01-24  Bernhard Held <bernhard AT bernhardheld.de>
8874
8875         * src/Makefile.in: remove spawn.o
8876         * src/SDCCmain.c: remove spawn.h
8877         * src/SDCCmain.c (printVersionInfo): report MINGW32 instead of UNIX
8878         * src/spawn.c: removed
8879         * src/spawn.h: removed
8880         * support/regression/ports/ds390/spec.mk: link with -r
8881
8882 2003-01-24    <johan AT CP255758-A>
8883
8884         * src/ds390/gen.c (aopOp): fixed bug #667458
8885         * src/SDCCglue.c (emitRegularMap): fixed bug #458099 again
8886         * src/SDCCast.c (createIvalCharPtr): fixed bug #661910
8887         (createIvalCharPtr): an ival doesn't always have a storage class anymore
8888
8889 2003-01-24  Bernhard Held <bernhard AT bernhardheld.de>
8890
8891         * src/mcs51/peeph.def: better assembler identation by Frieder
8892         * src/mcs51/gen.c: better assembler identation by Frieder
8893
8894 2003-01-22  Bernhard Held <bernhard AT bernhardheld.de>
8895
8896         * as/z80/string.h: removed for gcc 3.2
8897         * support/makebin/makebin.c: #include <string.h> for gcc 3.2
8898         * src/pic/pcode.c (get_op_from_instruction): fix concatenation of string literals with __FUNCTION__ for gcc 3.2
8899
8900 2003-01-19  Bernhard Held <bernhard AT bernhardheld.de>
8901
8902         * src/SDCCmain.c (linkEdit): rename mem and map files even in case of failure
8903         * src/SDCCpeeph.c (replaceRule): fix bug #663503
8904         * support/regression/Makefile: separate temp files for ports
8905         * support/regression/generate-cases.py: separate temp files for ports
8906         * src/mcs51/peeph.def: Frieder: removed 237 (obsolete by 236g and 105); added 237 a/b
8907         * src/ds390/peeph.def: Frieder: removed 237 (obsolete by 236g and 105); added 237 a/b
8908
8909 2003-01-19  Bernhard Held <bernhard AT bernhardheld.de>
8910
8911         * moved tinitalk to device/examples/ds390
8912
8913 2003-01-14  Bernhard Held <bernhard AT bernhardheld.de>
8914
8915         * as/mcs51/lkmem.c: rflag is for DS390
8916         * src/SDCCglobl.h: removed out_name and options stackOnData, genericPtr
8917         * src/SDCCmain.c (optionsTable, setDefaultOptions): removed --stack-after-data and --generic
8918                          (linkEdit): move mem- and map-files the same way as ihx-files
8919         * src/z80/main.c (_setDefaultOptions): removed --generic
8920         * src/SDCCmain.c (_processC1Arg, parseCmdLine, main): --c1mode works again
8921         * src/SDCCglue.c (createInterruptVect, glue): --c1mode works again
8922         * src/pic/glue.c (picglue): --c1mode works again
8923         * src/pic16/glue.c (pic16glue): --c1mode works again
8924         * src/asm.c (printCLine): fix #660034
8925
8926 2003-01-13  Bernhard Held <bernhard AT bernhardheld.de>
8927
8928         * src/ds390/peeph.def: fix #123; add 14 rules by Fiorenzo D. Ramaglia <fd.ramaglia AT tin.it>, 1 by Frieder
8929         * src/mcs51/peeph.def: fix #123; add 14 rules by Fiorenzo, 1 by Frieder
8930         * src/mcs51/gen.c (genFunction): emit r0 instead of ar0 by Fiorenzo
8931         * as/mcs51/lkmem (summary): better fix for sp problem
8932         * src/SDCCglue.c (glue): __start_stack - 1, saves 1 byte!
8933         * src/ds390/main.c (_ds390_finaliseOptions, _tininative_finaliseOptions): stack_loc = 0x400008
8934         * support/regression/ports/*/spec.mk: moving testfwk-object to port dir allow parallel execution of regression tests
8935                                               remove --stack-after-data
8936
8937 2003-01-12  Bernhard Held <bernhard AT bernhardheld.de>
8938
8939         * src/SDCCmain.c (main): port->finaliseOptions() moved for z80 linking
8940         * src/SDCCutil.c (join): ugly bug: missing '\0'
8941         * as/mcs51/lkmem.c (summary): sp on address 7 is safe
8942
8943 2003-01-11  Bernhard Held <bernhard AT bernhardheld.de>
8944
8945         * src/SDCCmain.c (assemble, linkEdit): preparations for -o
8946         * src/port.h: typo
8947         * src/pic/main.c (_asmCmd): gpasm supports -o
8948         * src/z80/main.c: more general macros
8949         * device/lib/Makefile.in: remove intermediate files
8950
8951 2003-01-11  Bernhard Held <bernhard AT bernhardheld.de>
8952
8953         * .version: Bumped version number to 2.3.3
8954         * src/SDCCBBlock.c: new option -o
8955         * src/SDCCglobl.h: new option -o
8956         * src/SDCCglue.c: new option -o
8957         * src/SDCCmain.c: new option -o
8958         * src/asm.c: new option -o
8959         * src/ds390/main.c: new option -o
8960         * src/pic/glue.c: new option -o
8961         * src/pic/pcode.c: new option -o
8962         * src/pic/ralloc.c: new option -o
8963         * src/pic16/glue.c: new option -o
8964         * src/pic16/pcode.c: new option -o
8965         * src/pic16/ralloc.c: new option -o
8966         * src/z80/main.c: new option -o
8967         * device/lib/Makefile.in: use -o
8968         * support/regression/ports/ds390/spec.mk: use -o
8969         * support/regression/ports/gbz80/spec.mk: use -o
8970         * support/regression/ports/mcs51/spec.mk: use -o
8971         * support/regression/ports/mcs51-stack-auto/spec.mk: use -o
8972         * support/regression/ports/z80/spec.mk: use -o
8973         * support/regression/ports/ucz80/spec.mk: use -o
8974         * support/regression/ports/xa51/spec.mk: use -o
8975         * support/regression/fwk/lib/timeout.c: fix usage string
8976
8977 2003-01-09  Bernhard Held <bernhard AT bernhardheld.de>
8978         * src/mcs51/gen.c (genPlus): replaced "mov b,acc" by "mov b,a" Fiorenzo D. Ramaglia <fd.ramaglia AT tin.it>
8979
8980 2003-01-07    <johan AT balder>
8981
8982         * src/SDCCast.c (decorateType): fixed bug #600035
8983
8984 2003-01-07  Bernhard Held <bernhard AT bernhardheld.de>
8985         * as/mcs51/lkmem.c: added several l-modifiers to printf to remove warnings
8986         * as/mcs51/lkaomf51.c: #include <ctype.h> to remove warnings
8987         * src/pic/main.c (_hasNativeMulFor): outcommented unused variables to remove warnings
8988         * src/pic/pcode.c: outcommented unused variable to remove warnings
8989         * src/pic/ralloc.c: outcommented unused variable to remove warnings
8990
8991 2003-01-06    <karl AT turbobit.com>
8992         * sim/ucsim/cmd.src/command.cc: fixed so "break xram r 0x7654" works again in
8993    regression tests.
8994
8995 2003-01-06    <johan AT balder>
8996
8997         * src/SDCCicode.c: fixed array add
8998
8999 2002-01-05  Bernhard Held <bernhard AT bernhardheld.de>
9000         * src/SDCCmacro.c: MAX_STRING_LENGTH increased to 2048; was too small for regression tests
9001         * support/regression/ports/host/support.c: #include <stdarg.h> for gcc 3.2
9002
9003 2003-01-04    <johan AT balder>
9004
9005         * src/SDCCval.c (getNelements): fixed the initialized array of structures
9006
9007 2002-12-29  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
9008         * as/mcs51/Makefile.bcc: fixed typo lkomf51.o -> lkaomf51.o
9009
9010 2002-12-28  Bernhard Held <bernhard AT bernhardheld.de>
9011         * src/mcs51/peeph.def: added rules 234 and 235 from Frieder Ferlemann <frieder.ferlemann AT web.de>
9012         * support/regression/tests/bug-524697.c: fit mem usage into 8032
9013
9014 2002-12-28  Bernhard Held <bernhard AT bernhardheld.de>
9015         * src/mcs51/gen.c (aopGetUsesAcc): inserted missing "return FALSE"
9016
9017 2002-12-27  Bernhard Held <bernhard AT bernhardheld.de>
9018         * as/mcs51/Makefile.in: fixed typo lkomf51.o -> lkaomf51.o
9019
9020 2002-12-26  Bernhard Held <bernhard AT bernhardheld.de>
9021         * src/mcs51/main.c: removed {bindir}{sep} from aslink
9022
9023 2002-12-10  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
9024
9025     * in \sdcc\as\mcs51\ changed these files in order to create an
9026     aomf51 file: aslink.h, lkdta.c, lklex.c, lklibr.c, lklist.c,
9027     lkmain.c.  Also added: lkmem.c and lkaomf51.c.  Changed the
9028     following files to include the previous two files: aslink.dsp,
9029     Makefile.aslink, Makefile.bcc, and Makefile.in.
9030
9031     * Changed \sdcc\src\SDCCmain.c so it creates files with extension
9032     .adb instead of .cdb
9033
9034 2002-11-09  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
9035
9036         * \sdcc\as\mcs51\lklist.c: Now reports memory usage using the
9037         value from option --iram-size.
9038
9039 2002-09-20  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
9040
9041         * \sdcc\as\mcs51\lklist.c: added boundary check before using
9042         dram[] array.
9043
9044 2002-09-18    <wiml AT hhhh.org>
9045
9046         * SDCClrange.h: exposed setFromRange() and setToRange()
9047         * mcs51/ralloc.c: fixed over-eager packRegsForSupport() and
9048           packRegsForAccUse() (bug 542397)
9049         * mcs51/gen.c: MOVA() is now a function to avoid calling aopGet()
9050           multiple times and emitting the fetch operations more than once
9051           added aopGetUsesAcc() function to allow binary operators to
9052           fetch their operands in the correct order; made genMinus() emit
9053           compact code for X = LITERAL - Y
9054
9055 2002-09-00  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
9056         * \sdcc\as\mcs51\lklist.c: Fixed incorrect number of parameters to
9057         sprintf() in line 1267.
9058
9059 2002-09-08  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
9060         * \sdcc\src\SDCCglue.c: Generate areas REG_BANK_[0-3] only for 8051
9061         like ports.
9062
9063 2002-09-04  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
9064         Changes to aslink (All the changes are marked with 'JCF'):
9065
9066         * \sdcc\as\mcs51\aslink.h: External definition of sflag and
9067         summary().
9068
9069         * \sdcc\as\mcs51\lkarea.c: Computes the size of area BSEG_BYTES from
9070         area BSEG.  Also moves, if possible, the DATA area down into the internal
9071         ram so more space is available.
9072
9073         * \sdcc\as\mcs51\lkdata.c: Definition of memory summary output flag
9074         sflag.
9075
9076         * \sdcc\as\mcs51\lklist.c: For the BSEG area report the size in bits,
9077         not bytes.  Function summary() which creates a memory usage summary
9078         file with extension .mem.  Reports of overlaping stack and small stack
9079         size.  If the space for the stack is less than 16 bytes aslink trows a
9080         warning.
9081
9082         * \sdcc\as\mcs51\lkmain.c: Creation of some of the default areas for
9083         the 8051.  Option 'y' for memory summary output file.
9084
9085         Changes to sdcc (All the changes are marked with 'JCF'):
9086
9087         * \sdcc\src\SDCCglobl.h: External definition of RegBankUsed[4].
9088
9089         * \sdcc\src\SDCCglue.c:  If a register bank is used, creates an
9090         overlaying area for it (uses RegBankUsed[4]).
9091
9092         * \sdcc\src\SDCCmain.c: Definition RegBankUsed[4]; marks register
9093         bank zero as used by default.  By default aslink locates the stack
9094         (equivalent to --stack-after-data).  Pass option 'y' to aslink for
9095         the creation of the .mem file.  Delegates the allocation of data area
9096         to aslink (it is not longer 0x30 by default).  If --stack-loc passes
9097         the begining of the stack area to aslink.
9098
9099         * \sdcc\src\SDCCmem.c:  If a register bank is used, marks it so
9100         glue() in SDCCglue.c creates an area for it.
9101
9102 2002-09-03  Borut Razem <borut.razem AT siol.net>
9103         * sdcc/src/SDCCglue.c, sdcc/src/SDCCglue.h, sdcc/src/SDCCmain.c,
9104         sdcc/src/pic/glue.c:
9105         introduced atexit() handler for teporay files removal in case of
9106         errors, assertions, ...
9107
9108 2002-08-29  Borut Razem <borut.razem AT siol.net>
9109         * sdcc/support/cpp2/auto-host_vc_in.h:
9110         re-definition of O_BINARY and other O_XXX as _O_BINARY and _O_XXX, so the problem
9111         with the returned value from read() in sdcc/support/cpp2/cppfiles.c is solved for MSC.
9112         Maybe there is a similar problem with BORLANDC? It should be checked!
9113
9114         * sdcc/src/ds390/ralloc.c, sdcc/src/mcs51/ralloc.c, sdcc/src/z80/ralloc.c:
9115         corrected improper use of assert: the assignment to clr variable was done inside the assert.
9116         In case that NDEBUG was defined, the assert macro was substituted with no-op, so the assignment
9117         was not executed, and the compiler (cl) launched a warning:
9118         ralloc.c(1442) : warning C4700: local variable 'clr' used without having been initialized
9119
9120 2002-08-28  Bernhard Held <bernhard AT bernhardheld.de>
9121         * src/SDCCglue.c (printIvalArray): iterative calculation of array length
9122
9123 2002-08-28  Jesus Calvino-Fraga and Borut Razem <borut.razem AT siol.net>
9124         * sdcc/sdcc.dsw: added sdcpp, sdcppa, yacc, conf projects
9125
9126         * sdcc/src/src.dsp, sdcc/src/avr/avr.dsp, sdcc/src/ds390/ds390.dsp,
9127           sdcc/src/mcs51/mcs51.dsp, sdcc/src/pic/pic.dsp, sdcc/src/z80/z80.dsp,
9128           sdcc/src/xa51/xa51.dsp, sdcc/src/avr/avra.dsp,
9129           sdcc/src/ds390/ds390a.dsp, sdcc/src/mcs51/mcs51a.dsp,
9130           sdcc/src/pic/pica.dsp, sdcc/src/z80/z80a.dsp,
9131           sdcc/src/xa51/xa51a.dsp, sdcc/as/as_z80.dsp,
9132           sdcc/as/aslink.dsp, sdcc/as/asx8051.dsp, sdcc/packihx/packihx.dsp:
9133         - added Release configuration in VS projects
9134         - review of compiler an linker options
9135         - VC .exe files are generated in bin_vc directory, not to interfere
9136           with binaries generated from other projects (cygwin, mingw, bcc ...)
9137
9138         * sdcc/src/yacc.dsp: added
9139
9140         * sdcc/config.dsp, sdcc/configure_vc.awk, sdcc/sdcc_vc_in.h:
9141         added - genarate sdcc_vc.h using sdcc_vc_in.h as template
9142         and insert the version number definitions from .version
9143
9144         * sdcc/support/cpp2/sdcpp.dsp: added - VC project for sdcpp
9145
9146         * sdcc/support/cpp2/sdcppa.dsp, sdcc/support/cpp2/auto-host_vc_in.h:
9147         added - genarate auto-host.h using auto-host_vc_in.h as template
9148
9149         * sdcc/sdcc_vc.h,
9150         removed from CVS, generated automatically
9151
9152 2002-08-25  Bernhard Held <bernhard AT bernhardheld.de>
9153         * support/scripts/inc2h.pl: use gputils or gpasm (from Nathan Hurst)
9154
9155 2002-08-11  Borut Razem <borut.razem AT siol.net>
9156         * support/Util/NewAlloc.c: removed unneeded #include "sdccconf.h" (suggested by Jesus Calvino-Fraga)
9157
9158 2002-08-10  Borut Razem <borut.razem AT siol.net>
9159         * src/SDCCmain.c (main):
9160         file preOutName was unlinked before closed. This seems to be OK on UNIX and cygwin
9161         platforms, but it doesn't work with Visual Studio: the opened file can not be removed.
9162         The consequence was that some temporary files were not removed.
9163
9164         * src/SDCCglue.c:
9165         unification of code in functions tempfilename() and tempfile():
9166         function tempnam() is defined in Visual Studio 6.0 and .NET
9167
9168         * sdcc/sdcc.dsw: removed project sdcpp, added project xa51a
9169
9170         * sdcc/src/src.dsp, sdcc/src/avr/avr.dsp, sdcc/src/ds390/ds390.dsp,
9171           sdcc/src/mcs51/mcs51.dsp, sdcc/src/pic/pic.dsp, sdcc/src/z80/z80.dsp:
9172         - removed compiler command line option /WX: Treats all warnings as errors
9173         - update a list of source files, included into the project
9174
9175         * sdcc/src/avr/avra.dsp, sdcc/src/ds390/ds390a.dsp, sdcc/src/mcs51/mcs51a.dsp,
9176           sdcc/src/pic/pica.dsp, sdcc/src/z80/z80a.dsp:
9177         changed project type to Generic Project so that can be correcly converted to VS.NET project
9178
9179         * sdcc/as/mcs51/asm.h: definition of PATH_MAX for MSC
9180
9181         * sdcc/src/SDCCast.c: solved MSC error in function decorateType()
9182
9183         * sdcc/src/SDCC.y: added missing ending ';' to rules to get rid of bison warnings
9184
9185         * dcc/src/ds390/ralloc.c, sdcc/src/mcs51/ralloc.c:
9186         added return 0 statements after assert() to make compiler happy
9187
9188         * sdcc/src/xa51/peeph.rul, sdcc/src/xa51/peeph.def, sdcc/src/z80/ralloc.c:
9189         added newline in the def file to keep MSC compiler satisfied
9190
9191         * sdcc/src/z80/gen.c:
9192         - function strcasecmp() is not defined in MSC (and probably also in BORLANDC),
9193           so it is replaced with STRCASECMP, which is defined as stricmp in case of MSC and BORLANDC
9194         - solved MSC error in function aopDump()
9195
9196         * sdcc_vc.h: define PREFIX as "\\sdcc"
9197
9198 2002-07-18  Bernhard Held <bernhard AT bernhardheld.de>
9199         * src/SDCCast.c (decorateType): fixed access to array of structures http://sourceforge.net/mailarchive/forum.php?thread_id=902690&forum_id=4107
9200
9201 2002-06-22  Scott Dattalo <scott AT dattalo.com>
9202         * src/pic/*: Numerous bug fixes. Flow analysis has been enhanced.
9203         - Rewrote the register banking algorithm.
9204         - Added pCode live-range analysis to registers (for now, only non-used and
9205         singly-used registers optimized away)
9206
9207         * src/pic/pcoderegs.[ch]: Added new files for pCode live-range analysis
9208
9209         * 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.
9210
9211 2002-05-10  Scott Dattalo <scott AT dattalo.com>
9212         * src/pic/*: Added support for multiplication. Fixed many,many bugs.
9213
9214 2002-04-22  Michael Hope  <michaelh AT vroom>
9215
9216         * device/lib/z80/printf.c: Changed emitter to volatile to work around a pcall bug.
9217
9218         * configure.in (DD_COPT): Added include support required for gbdk.
9219
9220         * .version: Bumped version number just to increase it.
9221
9222         * src/SDCCmain.c: Added -nostdinc to the default options.
9223
9224 2002-04-15  Michael Hope  <michaelh AT vroom>
9225
9226         * device/lib/z80/printf.c (sprintf): Added.
9227
9228         * src/z80/ralloc.c (packRegisters): Disabled pack HL use for GB as it's broken.
9229
9230         * src/z80/peeph.def: Added transpose redundent load rule.
9231
9232         * src/z80/main.c: Added force callee saves for jaune.
9233
9234         * src/port.h: Removed the i186 and tlcs-900h ports as they weren't being being developed.
9235
9236         * src/SDCCmain.c: Pulled the options definition out so that you can add port specific options without changing the main file.
9237
9238 2002-03-28  Johan Knol  <johan AT balder>
9239
9240         * src/SDCCval.c: fixed bug #532436
9241
9242 2002-03-14  Scott Dattalo <scott AT dattalo.com>
9243         * /src/port.h:
9244         Added "char *Processor" field to the port structure.
9245
9246         * /src/SDCCmain.c:
9247         Added -p option. Allows port dependent processor to be specified.
9248
9249         * all ports:
9250         Initialized the new field char *Processor field to NULL in all ports
9251
9252         * /src/pic/*:
9253         Compiler generated registers for interrupt context saving
9254         were not getting allocated.
9255
9256 2002-03-16  Sandeep Dutta  <sandeep AT ddi.com>
9257
9258         * /src/SDCCast.c:
9259         Fixed left shift. Will promote the left side of a left shift
9260         if a) left shifting more than size of operand or b) when assigned
9261         to something size > size of left side
9262
9263 2002-03-14  Scott Dattalo <scott AT dattalo.com>
9264         * src/pic/*
9265         tons of changes. Register allocation has been
9266         rewritten. Added customization for the various PICs. Flow
9267         analysis is restructured. ...
9268
9269         * src/pic/device.h:
9270         Added
9271
9272         * src/pic/device.c:
9273         Added. device.c is a PIC port hack to accomodate variations
9274         in PIC devices.
9275
9276 2002-03-13  Michael Hope  <michaelh AT vroom>
9277
9278         * src/z80/gen.c (genGenPointerGet): Fixed a bug where a pointer in HL is dereferenced into HL but HL is not spilled.  Yeah.
9279
9280 2002-03-04  johanknol  <johanknol AT manik>
9281
9282         * /src/SDCCval.c: fixed
9283
9284         const unsigned char arr[][2] = { { 0, 1 } };
9285         t18.c:1: error: Initializer element is not constant
9286
9287 2002-03-04  bela  <bela AT manik>
9288
9289         * /device/include/mcs51reg.h:
9290         ds89c420 register definition update
9291
9292 2002-03-03    <johan AT FRIJA>
9293
9294         * support/Util/SDCCerr.c: did something, but don't no why anymore
9295
9296         * support/regression/tests/bug-524691.c: made it a little less shy
9297
9298         * src/SDCCast.c (decorateType): fixed bug #524697
9299
9300         * src/SDCCast.c: made some lineno improvements
9301
9302         * src/SDCCval.c (getNelements): changed warning to error
9303
9304         * src/SDCCglue.c (printIvalArray): changed warning to error
9305
9306         * src/SDCCicode.c: fixed a warning for mingw
9307
9308         * src/SDCCast.c (decorateType): fixed the << promotion for ops
9309
9310         * src/SDCCicode.c (geniCodeDivision): divide is shift only for unsigned (bug #524685)
9311
9312 2002-03-02  Sandeep Dutta  <sandeep AT ddi.com>
9313
9314         * src/ds390/peeph.def:
9315         Added some more peephole rules
9316
9317         * src/ds390/gen.c: Various fixes & enhancements
9318
9319         * src/SDCClrange.c, src/SDCClrange.h:
9320         functions "alldefsoutofrange" and "notusedinblock" moved to SDCClrange.c
9321
9322         * src/ds390/ralloc.c:
9323         various fixes & enhancements (ds390) specific
9324
9325         * src/avr/ralloc.c, src/mcs51/ralloc.c, src/pic/ralloc.c, src/xa51/ralloc.c, src/z80/ralloc.c:
9326         Functions "allDefsOutOfRange" & "notUsedinBlock" moved to SDCClrange.c
9327         from rallocs.
9328
9329         * sdcc/src/SDCCcse.c: Better fix for bug # 514308
9330
9331 2002-03-02    <johan AT FRIJA>
9332
9333         * src/SDCCast.c (decorateType): fixed bug #524708
9334
9335         * src/SDCCval.c (floatFromVal): fixed the literal void (whatever that may be)
9336
9337         * src/SDCCicode.c (geniCodePtrPtrSubtract): fixed bug #524691
9338
9339 2002-03-01  Michael Hope  <michaelh AT vroom>
9340
9341         * src/SDCCsymt.c (initCSupport): Removed managling of support function names.
9342
9343         * src/z80/ralloc.c (packRegsForIYUse): Fixed fp bug where four byte operands were packed into IY.
9344
9345 2002-03-01    <johan AT FRIJA>
9346
9347         * src/SDCCglue.c (printIvalPtr): fixed bug #524211
9348
9349         * src/SDCCast.c (decorateType): fixed bug #524209
9350
9351         * src/SDCCval.c (valNot): fixed bug #524195
9352
9353 2002-02-26    <johan AT balder>
9354
9355         * src/xa51/gen.c: fixed a warning
9356
9357         * src/SDCCglue.c (printIvalFuncPtr): fixed bug #522534
9358
9359         * src/SDCCast.c (decorateType): fixed bug #522534
9360
9361 2002-02-23    <johan AT balder>
9362
9363         * src/SDCCdflow.c (computeDataFlow): fixed bug #460088
9364
9365 2002-02-22    <johan AT balder>
9366
9367         * src/SDCCast.c: fixed bug #514865
9368
9369         * src/SDCCy.c ("SDCC.y"): fixed bug #516625
9370
9371 2002-02-21  Sandeep Dutta  <sandeep AT ddi.com>
9372
9373         * sdcc/src/SDCCloop.c:
9374         Previous fix was not good. basic blocks that have "break" or "return" are
9375         not really partof a loop , but live ranges used in these blocks should
9376         be live thru the entire loop, so set partOfLoop but don't add them to
9377         loop region
9378
9379 2002-02-21    <johan AT FRIJA>
9380
9381         * src/SDCCcse.c: fixed bug #514308
9382
9383 2002-02-20  Sandeep Dutta  <sandeep AT ddi.com>
9384
9385         * src/SDCCloop.c:
9386         Fixed BUG #519583. If a conditional block ended in a return/break
9387         statement inside a loop, it was not being considered part of the loop.
9388
9389         * src/SDCCcflow.c: Removed fix (Fixed in SDCCloop.c)
9390
9391 2002-02-10  Karl Bongers <karl AT turbobit.com>
9392
9393         * debugger/*:
9394         Fixed up SDCDB debugger somewhat.  Updated debugger/README
9395         with lots of comments and notes.
9396
9397         * device/examples/test2.c:
9398         Fix bug, "red" variable not being initialized(compiler complained).
9399
9400         * device/examples/Makefile, examples/test3.c:
9401         Add Makefile in device/examples folder, compiles test3.c
9402         for use as a multiple module SDCDB test case.
9403
9404         * sim/ucsim/cmd.src/cmdset.cc:
9405         Took out debug printfs in ucsim "next" command.
9406
9407         * sim/ucsim/xa.src:
9408         Karl and Johan start ucsim XA support.  Most dissassembly working,
9409         about 75% emulation done(plenty of work remaining).
9410
9411         * sim/ucsim/z80.src:
9412         Add Z80 support to ucsim, add test-ucz80 regression test,
9413         notice ucsim/z80 emulation fails on examples/test3.c/itoa code.
9414         Notice z80 compiler fails on examples/test3.c/crc code.
9415
9416 2002-01-30  Sandeep Dutta  <sandeep AT ddi.com>
9417
9418         * src/mcs51/gen.c, src/mcs51/main.c, src/mcs51/ralloc.c:
9419         Added support for --parms-in-bank1
9420
9421         * src/ds390/peeph.def:
9422         added a few more peephole optimzations
9423
9424         * src/ds390/main.c:
9425         1) added __builtin_inp & __builtin_outp used to read in data of given length
9426            from a memory mapped port
9427         2) added __builtin_memcmp
9428         3) added __builtin_swapw swap bytes of a short
9429
9430         * src/ds390/gen.c, src/ds390/gen.h, src/ds390/ralloc.c:
9431         1) handle multiple send & receives from register bank1
9432         2) ralloc can now allocate DPTR1 to some liveRanges
9433
9434         * src/SDCCsymt.c, src/SDCCsymt.h:
9435         changes to handle multiple sends & receives
9436
9437         * src/SDCCptropt.h:
9438         added some pointer arithmetic optimization
9439
9440         * src/SDCCptropt.c:
9441         added some pointer arithmetic optimizations but not stable yet so not
9442         called from anywhere (will get this working shortly)
9443
9444         * src/SDCCopt.c: fixed for multiple sends & receives
9445
9446         * src/SDCCmain.c:
9447         1) added options --parms-in-bank1 (ds390/mcs51) & --protect-sp-update
9448         2) preprocessing done AFTER port->finalizeoptions . This allows ports to
9449            set preprocessor defines (depending on options)
9450
9451         * src/SDCCicode.c, src/SDCCicode.h:
9452         changes made to handle multiple sends & receives
9453
9454         * src/SDCCglobl.h:
9455         Added options --protect-sp-update (ds390) and --parms-in-bank1 (ds390/mcs51)
9456
9457         * src/SDCCcse.c, src/SDCCcse.h:
9458         added function findbackward def (to be used in upcoming optimization)
9459
9460         * src/SDCCcflow.c, src/SDCCcflow.h:
9461         added function returnAtEnd - to determine if a basic block terminates with
9462         a RETURN iCode
9463
9464         * src/SDCCast.c, src/SDCCast.h:
9465         added option parms-in-bank1
9466
9467         * device/lib/_divsint.c, device/lib/_divslong.c, device/lib/_divuint.c
9468         * device/lib/_divulong.c, device/lib/_modsint.c, device/lib/_modslong.c
9469         * device/lib/_modulong.c, device/lib/_mulint.c, device/lib/_mullong.c:
9470         adjusted for --parms-in-bank1 option
9471
9472         * device/include/string.h:
9473         donot redefine "reentrant" keyword
9474
9475         * device/include/ds80c390.h: Added some more SFRs
9476
9477 2002-01-28  Bernhard Held  <bernhard AT bernhardheld.de>
9478
9479         * sim/ucsim: Merged branch ucsim-034-pre3 to main trunk; new version 0.4
9480
9481 2002-01-26  Bernhard Held  <bernhard AT bernhardheld.de>
9482
9483         * src/SDCCast.c (funcOfType): fix usage of double --float-reent
9484
9485 2002-01-22  Bernhard Held  <bernhard AT bernhardheld.de>
9486
9487         * support/regression/fwk/lib/testfwk.c (main): Removed workaround for bug #505387
9488
9489 2002-01-18  Paul Stoffregen  <paul AT pjrc.com>
9490
9491         * Added --xram-movc option
9492
9493 2002-01-13  Bernhard Held  <bernhard AT bernhardheld.de>
9494
9495         * support/regression/Makefile: don't include test-mcs51-stack-auto in target all
9496
9497 2002-01-11  Johan Knol
9498
9499         * Added math lib of Jesus Calvino-Fraga
9500
9501 2002-01-08  Bernhard Held  <bernhard AT bernhardheld.de>
9502
9503         * src/SDCCmain.c (processFile): fix processing of ../../src.c
9504         * support/regression/Makefile: new target test-mcs51-stack-auto
9505         * support/regression/ports/mcs51-stack-auto/spec.mk: added
9506
9507 2002-01-04  Bernhard Held  <bernhard AT bernhardheld.de>
9508
9509         * src/SDCCglue.h: printIvalCharPtr(), not printIvalChar()
9510
9511 2002-01-04  Bernhard Held  <bernhard AT bernhardheld.de>
9512
9513         * support/regression/ports/mcs51/support.c: correct setup of timer / UART
9514
9515 2002-01-03  Bernhard Held  <bernhard AT bernhardheld.de>
9516
9517         * src/SDCCsymt.c (processFuncArgs): fix #498307 by Johan
9518
9519         * src/SDCCglue.h: add definition for printIvalChar()
9520
9521 2002-01-02  Bernhard Held  <bernhard AT bernhardheld.de>
9522
9523         * src/SDCCast.c: fix #498138 by Johan
9524
9525         * src/SDCCglue.c: fix #498138 by Johan
9526
9527 2002-01-02  Bernhard Held  <bernhard AT bernhardheld.de>
9528
9529         * support/regression/Makefile: fix clean
9530
9531         * support/regression/ports/ds390/support.c: fix transmission of last character
9532
9533 2001-12-29  Sandeep Dutta  <sandeep AT ddi.com>
9534
9535         * /sdcc/src/ds390/gen.c:
9536         a) improved computing address of stack variable
9537         b) took out some #if 0 code
9538         c) improved parmBytes adjustment
9539         d) improved genPlusIncr & genMinusIncr
9540         e) genCmp could generate bad code (when left assigned to DPTR)
9541         f) Fixed bug in hasInc
9542
9543         * /sdcc/src/ds390/ralloc.c:
9544         a) packRegsForSupport could mess up live information (Fixed)
9545         b) packRegsDPTRuse could be incorrect for left & right shift
9546
9547         * /sdcc/src/mcs51/ralloc.c:
9548         packRegsForSupport could mess up the live information (Fixed)
9549
9550         * /sdcc/src/mcs51/gen.c: Fixed a bug in hasInc
9551
9552         * /sdcc/src/SDCCast.c:
9553         can reverse a loop even if function call is present as long
9554         as the loop control variable is local & is not passed as parameter
9555
9556 2001-12-24  Sandeep Dutta  <sandeep AT ddi.com>
9557
9558         * /sdcc/ChangeLog: *** empty log message ***
9559
9560         * /sdcc/src/ds390/gen.c, /sdcc/src/ds390/main.c:
9561         More builtin function additions for TININative
9562
9563         * /sdcc/src/ds390/ralloc.c:
9564         Had broken the regression testsuite
9565
9566         * /sdcc/src/SDCCast.c: Fixed a bug in dumptree
9567
9568         * /sdcc/src/SDCCsymt.c, /sdcc/src/SDCCsymt.h:
9569         Added funcattr hasStackParms will be set for reentrant functions when there
9570         are paramteres on the stack, this helps in minimizing frame pointer generation
9571         typeFromStr can handle function pointers now
9572
9573         * /sdcc/doc/builtins.txt, /sdcc/doc/TININative.txt:
9574         *** empty log message ***
9575
9576 2001-12-24  Sandeep Dutta  <sandeep AT ddi.com>
9577
9578         * /src/ds390/gen.c, /src/ds390/main.c:
9579         More builtin function additions for TININative
9580
9581         * /src/ds390/ralloc.c:
9582         Had broken the regression testsuite
9583
9584         * /src/SDCCast.c: Fixed a bug in dumptree
9585
9586         * /src/SDCCsymt.c, /src/SDCCsymt.h:
9587         Added funcattr hasStackParms will be set for reentrant functions when there
9588         are paramteres on the stack, this helps in minimizing frame pointer generation
9589         typeFromStr can handle function pointers now
9590
9591         * /doc/builtins.txt, /doc/TININative.txt:
9592         *** empty log message ***
9593
9594
9595 2001-12-24  Sandeep Dutta  <sandeep AT ddi.com>
9596
9597         * /src/ds390/gen.c, /src/ds390/main.c, /src/ds390/peeph.def, /src/ds390/ralloc.c:
9598         ALPHA version for -mTININative
9599
9600         * /src/izt/i186.c, /src/izt/tlcs900h.c, /src/mcs51/main.c, /src/pic/main.c, /src/z80/main.c, /src/avr/main.c:
9601         updated to reflect changes in the port structure
9602
9603         * /src/port.h:
9604         added function do_assemble (similar to do_link) if non-null this function
9605         will be called to do assembly (-mTININative) requires a multi command
9606         assembly
9607         added function genAssemblerEnd will be called to generate assembler Epilogue
9608
9609         * /src/SDCCsymt.c:
9610         added _JavaNative to debug info printing
9611
9612         * /src/SDCCmain.c: added option --tini-libid
9613         added port->do_assemble function (-mTININative) has a multi command assemble
9614
9615         * /src/SDCCglue.c: Disabled "constExpr" check
9616         added port->genAssemblerEnd function
9617
9618         * /src/SDCCglobl.h: Added option --tini-libid value
9619
9620         * /src/SDCCast.h:
9621         tookout optimizeCompare from the header (has no external references)
9622
9623         * /src/SDCCast.c: made one more function "static"
9624
9625 2001-12-23  Michael Hope  <michaelh AT juju.net.nz>
9626
9627         * src/z80/mappings.i: Added z80asm support.
9628
9629         * src/z80/main.c: Added z80asm support on --asm=z80asm
9630
9631         * src/z80/gen.c: Fixed asm portability issues.
9632
9633         * src/asm.c (tvsprintf): Removed old code, added 'N' for function name.  For extern support.
9634
9635         * src/SDCCglue.c (printExterns): Added global/extern split.
9636
9637 2001-12-17  Bernhard Held  <bernhard AT bernhardheld.de>
9638
9639         * support/regression/Makefile: added test for mcs51 model large
9640
9641         * support/regression/ports/mcs51-large/spec.mk: added test for mcs51 model large
9642
9643         * support/regression/ports/gbz80/spec.mk: added -mgbz80
9644
9645 2001-12-05  Michael Hope  <michaelh AT juju.net.nz>
9646
9647         * src/diff.1 (Index): Many, many optmisiations.  Dhrystone up to 201.
9648
9649 1904-01-06  Michael Hope  <michaelh AT juju.net.nz>
9650
9651         * src/z80/ralloc.c (packRegsForIYUse): Fixed the case where an operand is in direct space.
9652
9653         * src/z80/gen.c (makeFreePairId): Optimised IY load by using a spare pair.
9654
9655 2001-12-02  Bernhard Held  <bernhard AT bernhardheld.de>
9656
9657         * src/mcs51/gen.c (genFunction): avoid excess "inc sp"
9658
9659         * support/regression/tests/simplefloat.c: Port to mcs51.
9660
9661 2001-11-25  Michael Hope  <michaelh AT juju.net.nz>
9662         * support/regression/tests/bug-485362.c: Added.
9663
9664         * support/regression/tests/simplefloat.c (testDivNearOne): Added.
9665
9666         * src/z80/gen.c (aopOp): Fixed case where left and result are in the same spill loc and they have different sizes.
9667
9668         * src/z80/peeph.def: Added rules for optimising two byte compares on the same thing, and to optimise two ptr assign.
9669
9670         * src/z80/gen.c (aopDump): Added a dump function.
9671
9672 2001-11-25  Bernhard Held  <bernhard AT bernhardheld.de>
9673         * sim/ucsim/s51.src/glob.cc: DS390 SFRs and bits added.
9674
9675         * sim/ucsim/s51.src/port.cc: Port 4 and 5 added.
9676
9677         * sim/ucsim/s51.src/regs51.h: DS390 SFRs added.
9678
9679         * sim/ucsim/s51.src/uc390.cc: Some details improved, CKRDY works for tinibios.
9680
9681         * sim/ucsim/s51.src/uc390cl.h: Work in progress.
9682
9683         * sim/ucsim/sim.src/uccl.h: 6 ports for DS390.
9684
9685         * support/regression/fwk/lib/testfwk.c: Run with tinibios.
9686
9687         * support/regression/ports/mcs51/spec.mk: Fine tuninig.
9688
9689         * support/regression/ports/ds390/support.c: Use tinibios.
9690
9691         * support/regression/ports/ds390/spec.mk: Fine tuning, use tinibios.
9692
9693 2001-11-23  Michael Hope  <michaelh AT juju.net.nz>support/regression/tests/bug-460010.c
9694
9695         * src/z80/ralloc.c (packRegsForHLUse3): Changed to not pack into HL if anything is in direct space.
9696         (packRegsForHLUse3): Added packing support for send, cast, and return value from a call.
9697
9698         * src/z80/peeph.def: Added rules for optimising pushes of part of a pair.
9699
9700         * src/z80/gen.c (emitCall): Changed the stack fixup to not use HL.
9701
9702 2001-11-18  Michael Hope  <michaelh AT juju.net.nz>
9703
9704         * src/z80/gen.c (genCmp): Fixed compare on unsigned.
9705
9706         * src/z80/ralloc.c (packRegsForHLUse3): Created and optimised.
9707         (packRegsForIYUse): Created and optimised.
9708
9709 2001-11-07  Michael Hope  <michaelh AT juju.net.nz>
9710
9711         * support/regression/tests/float.c (testFloatAdd): Fixed up warning.
9712 2001-11-18  Bernhard Held  <bernhard AT bernhardheld.de>
9713
9714         * sdcc/support/regression/tests/bug-460010.c: fix seg violation on host
9715
9716         * sdcc/support/regression/tests/muldiv.c: fix output on mcs51
9717
9718         * sdcc/support/regression/tests/stacks.c: fix DSEG overflow on mcs51
9719
9720 2001-11-07  Bernhard Held  <bernhard AT bernhardheld.de>
9721
9722         * sdcc/sim/device/lib/_gptrget.c: mem region 5 (idata) added
9723
9724         * sdcc/sim/device/lib/_gptrput.c: mem region 5 (idata) added
9725
9726 2001-11-07  Bernhard Held  <bernhard AT bernhardheld.de>
9727
9728         * sdcc/sim/ucsim/globals.cc: New: IXRAM.
9729
9730         * sdcc/sim/ucsim/stypes.h: New: IXRAM.
9731
9732         * sdcc/sim/ucsim/s51.src/uc390.cc: New: IXRAM.
9733
9734 2001-11-07  Michael Hope  <michaelh AT juju.net.nz>
9735
9736         * src/z80/ralloc.c (packRegsForHLUse): Banned IFXs from being packed into HL.
9737         (packRegsForHLUse): Added rule to pack address of/pointer get for itemps into HL for the Z80.
9738         (packRegsForAccUse2): Added rule to pack hbit IFXs into A.
9739
9740         * src/z80/main.c (_setDefaultOptions): Made float code re-entrant by default.
9741
9742         * src/z80/gen.c (aopGetLitWordLong): Added word support for floats.
9743         (genNotFloat): Added.
9744         (genUminusFloat): Added.
9745
9746         * device/lib/z80/Makefile: Added floating pt stubs.
9747
9748         * device/lib/Makefile.in (Z80SOURCES): Added floating pt support.
9749
9750         * src/z80/gen.c (genIpush): Fixed up a push of one byte when left is in a pair.
9751
9752         * device/lib/_fsadd.c (__fsadd): Fixed up return where the numbers are hugely different.
9753
9754 2001-11-07  Bernhard Held  <bernhard AT bernhardheld.de>
9755
9756         * sdcc/sim/ucsim/s51.src/glob.cc: Minor fix.
9757
9758         * sdcc/sim/ucsim/s51.src/regs51.h: Minor fix.
9759
9760         * sdcc/support/regression/Makefile: Add port ds390.
9761
9762         * sdcc/support/regression/ports/mcs51/spec.mk: Minor change.
9763
9764         * sdcc/support/regression/ports/z80/spec.mk: Minor change.
9765
9766         * sdcc/support/regression/ports/ds390/spec.mk: Added.
9767
9768         * sdcc/support/regression/ports/ds390/support.c: Added.
9769
9770         * sdcc/support/regression/ports/ds390/uCsim.cmd: Added.
9771
9772         * sdcc/support/regression/ports/mcs51/timeout.c: Cut.
9773
9774         * sdcc/support/regression/fwk/lib/timeout.c: Paste.
9775
9776 2001-11-04  Michael Hope  <michaelh AT juju.net.nz>
9777
9778         * device/include/malloc.h: Added z80 and gbz80 support.
9779
9780         * device/lib/gbz80/heap.s: Added.
9781
9782         * device/lib/z80/heap.s: Added.
9783
9784         * device/lib/malloc.c: Added z80 and gbz80 support.
9785
9786         * support/regression/tests/malloc.c (testMalloc): Added.
9787
9788         * src/SDCCmain.c (parseCmdLine): Added support for -Wp.
9789
9790         * support/regression/tests/bug-478094.c: Added.
9791
9792         * src/z80/gen.c (commitPair): Fixed silly gbz80/z80 commit to static bug.
9793
9794 2001-11-04  Bernhard Held  <bernhard AT bernhardheld.de>
9795
9796         * sdcc/sim/ucsim/s51.src/uc390cl.h: Improvement for ds390 to run regression tests
9797
9798         * sdcc/sim/ucsim/s51.src/uc390.h: Improvement for ds390 to run regression tests
9799
9800         * sdcc/sim/ucsim/s51.src/regs51.h: Improvement for ds390 to run regression tests
9801
9802         * sdcc/sim/ucsim/s51.src/glob.cc: Improvement for ds390 to run regression tests
9803
9804         * sdcc/support/regression/tests/bug-460010.c: Small change for ds390
9805
9806 2001-11-04  Michael Hope  <michaelh AT juju.net.nz>
9807
9808         * src/z80/peeph-gbz80.def: Removed a bad sub optimisation.
9809
9810 2001-11-03  Michael Hope  <michaelh AT juju.net.nz>
9811
9812         * support/regression/tests/bug-477927.c: Added.
9813
9814         * src/z80/peeph.def: Added minor rules.
9815
9816         * src/z80/gen.c (genPlusIncr): Added an extra plusinc rule.
9817
9818         * src/z80/peeph.def: Added jump optimisation modification.
9819
9820 2001-11-01  Michael Hope  <michaelh AT juju.net.nz>
9821
9822         * src/SDCCmain.c (linkEdit): Added runtime path detection to the mcs51 port.
9823
9824 2001-10-30  Michael Hope  <michaelh AT juju.net.nz>
9825
9826         * support/regression/tests/funptrs.c: Added.
9827
9828 2001-10-29  Michael Hope  <michaelh AT juju.net.nz>
9829
9830         * src/z80/ralloc.c (packRegsForHLUse): Fixed up bad spill due to pushing one byte via HL.
9831
9832 2001-10-28  Michael Hope  <michaelh AT juju.net.nz>
9833
9834         * src/z80/gen.c (genArrayInit): Made it work for on stack arrays.
9835
9836         * src/z80/main.c (gbz80_port =): Added rle support to the gbz80 port.
9837
9838         * src/z80/gen.c (genMinus): Fixed for where the result is one byte.
9839         (movLeft2ResultLong): Created.
9840
9841         * src/z80/ralloc.c (packRegsForHLUse): Added a couple of simple cases for the GB.
9842         (joinPushes): Added.  Joins two char pushes into a word push.
9843
9844 2001-10-27  Michael Hope  <michaelh AT juju.net.nz>
9845
9846         * support/cpp2/Makefile.in (install): Added creation of dest dir.
9847
9848         * support/makebin/Makefile (install): Added creation of dest dir.
9849
9850 2001-10-24 Karl Bongers <karl AT turbobit.com>
9851
9852         * configure.in, configure, Makefile, support/cpp: Removed cpp folder, since we have new cpp2 preprocessor code.
9853
9854 2001-10-21  Michael Hope  <michaelh AT juju.net.nz>
9855
9856         * src/z80/ralloc.c: Turned off faulty pack for one use.
9857
9858         * src/z80/peeph-gbz80.def: Removed redundent restart options.
9859
9860         * src/z80/gen.c (genMult): Added native mul for constants on the z80 and gbz80.
9861
9862 2001-10-21  Bernhard Held  <bernhard AT bernhardheld.de>
9863
9864         * support/regression/Makefile: Improved clean
9865
9866         * support/regression/ports/gbz80/spec.mk: Added clean
9867
9868         * support/regression/ports/host/spec.mk: Added clean
9869
9870         * support/regression/ports/z80/spec.mk: Added clean
9871
9872         * support/regression/ports/mcs51/spec.mk: Added clean, little improvements
9873
9874         * support/regression/ports/mcs51/timeout.c: little improvements
9875
9876 2001-10-17  Michael Hope  <michaelh AT juju.net.nz>
9877
9878         * device/lib/malloc.c (MEMHEADER): Fixed against new pedantic pointers.
9879
9880         * support/regression/fwk/include/testfwk.h: Fixed up to use function pts correctly.
9881
9882         * support/regression/generate-cases.py: Fixed up to use function pts correctly.
9883
9884 2001-10-16  Bernhard Held  <bernhard AT bernhardheld.de>
9885
9886         * support/regression/port/mcs51/spec.mk: add timeout for uCsim
9887
9888         * support/regression/port/mcs51/timeout.c: add timeout for uCsim
9889
9890 2001-10-13  Michael Hope  <michaelh AT juju.net.nz>
9891         * src/z80/gen.c (emitCall): Fixed up missing spill of HL when used to assign the result value.
9892
9893         * src/z80/ralloc.c: Turned off pack for one use as it's quite broken.
9894
9895         * src/SDCCmain.c (linkEdit): Added support for passing a legacy command line through the processor.
9896
9897         * src/mcs51/main.c (_linkCmd): Added bin path to command.
9898
9899         * src/SDCCmain.c (initValues): Added support for when it it called just to link.
9900
9901         * as/mcs51/lklibr.c (libfil;): Turned off 'library file' message.
9902
9903         * src/SDCCval.c (constVal): Fixed usage of 'L' modifier problems on ppc.
9904
9905         * support/regression/tests/longor.c: Added.
9906
9907 2001-10-11  Bernhard Held  <bernhard AT bernhardheld.de>
9908
9909         * as/mcs51/asdata.c: replaced FILENAME_MAX with PATH_MAX
9910
9911         * as/mcs51/aslink.h: define PATH_MAX
9912
9913         * as/mcs51/asm.h: define PATH_MAX
9914
9915         * as/mcs51/asmain.c: replaced FILENAME_MAX with PATH_MAX
9916
9917         * as/mcs51/asnoice.c: replaced FILENAME_MAX with PATH_MAX
9918
9919         * as/mcs51/lklex.c: replaced FILENAME_MAX with PATH_MAX
9920
9921         * as/mcs51/lkmain.c: replaced FILENAME_MAX with PATH_MAX
9922
9923         * src/SDCCglobl.h: define PATH_MAX
9924
9925         * src/SDCCmacro.c: replaced FILENAME_MAX with PATH_MAX
9926
9927         * src/SDCCmain.c: replaced FILENAME_MAX with PATH_MAX
9928
9929 2001-10-11  Michael Hope  <michaelh AT juju.net.nz>
9930
9931         * src/z80/gen.c (gencjneshort): Fixed
9932
9933         * src/z80/ralloc.c (packRegsForHLUse): Added pack into HL for cast then ipush.
9934
9935 2001-10-09  Michael Hope  <michaelh AT juju.net.nz>
9936
9937         * support/regression/tests/bug-469671.c: Added.
9938
9939         * src/z80/gen.c (shiftIntoPair): Fixed up warning.
9940
9941 2001-10-08  Michael Hope  <michaelh AT juju.net.nz>
9942
9943         * src/SDCCmain.c: Added --fommit-frame-pointer option and implemented in the z80 port.
9944
9945         * src/z80/gen.c (genPlus): Fixed to work with extended stack.  Also fixed genMinus, genCmp.  genUMinus is still left.
9946
9947 2001-10-08  Bernhar Held  <bernhard AT bernhardheld.de>
9948
9949         * src/SDCCmain.c (preProcess): added define SDCC_NOOVERLAY
9950
9951         * src/device/lib/_mulint.c  : removed hint: nooverlay bug
9952
9953         * src/device/lib/_mullong.c : removed hint: nooverlay bug
9954
9955         * src/device/lib/_divuint.c : removed hint: nooverlay bug
9956
9957         * src/device/lib/_divulong.c: removed hint: nooverlay bug
9958
9959         * src/device/lib/_moduint.c : removed hint: nooverlay bug
9960
9961         * src/device/lib/_modulong.c: removed hint: nooverlay bug
9962
9963 2001-10-07  Michael Hope  <michaelh AT juju.net.nz>
9964
9965         * 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.
9966
9967         * support/Util/NewAlloc.c (freeTrace): Changed free for the gc case to not free at all.  Fixes runtime segfault.
9968
9969         * support/regression/tests/scott-compare3.c (c_abcd): Fixed up casts.
9970
9971 2001-10-07    <johan AT FRIJA>
9972
9973         * device/lib/gets.c (gets): fixed the return value.
9974
9975 2001-10-06  Michael Hope  <michaelh AT juju.net.nz>
9976         * src/SDCCmain.c (WRITE_SEG_LOC): Fixed up to use Safe_strdup.
9977
9978         * 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.
9979
9980         * 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.
9981
9982         * src/z80/gen.c (genZ80Code): Added de-allocation via trace support.
9983
9984         * src/pic/gen.c: Removed Safe_strdup.
9985
9986         * configure.in: Added option to enable libgc support.
9987
9988         * src/SDCCbitv.c (bitVectnBitsOn): Optimised.
9989         (bitVectUnion): Optimised.
9990         (bitVectIntersect): Optimised.
9991         (bitVectBitsInCommon): Optimised.
9992         (bitVectCplAnd): Optimised.
9993
9994         * support/makebin/makebin.c (usage): Removed getopt as mingw32 doesn't have it.  Sigh.
9995
9996 2001-10-03 Bernhard Held <bernhard AT bernhardheld.de>
9997
9998         * src/SDCCmain.c: distinguish between assembler debug and plain options
9999
10000         * src/avr/main.c:   remove standard assembler options
10001
10002         * src/ds390/main.c: remove standard assembler options
10003
10004         * src/mcs51/main.c: remove standard assembler options
10005
10006         * src/port.h: removed "PENDING" comment
10007
10008 2001-10-03 Bernhard Held <bernhard AT bernhardheld.de>
10009
10010         * src/device/lib/_mulint.c  : new, with assember functions
10011
10012         * src/device/lib/_mullong.c : new, with assember functions
10013
10014         * src/device/lib/_divuint.c : with assember functions
10015
10016         * src/device/lib/_divsint.c : with assember functions
10017
10018         * src/device/lib/_divulong.c: with assember functions
10019
10020         * src/device/lib/_divslong.c: with assember functions
10021
10022         * src/device/lib/_moduint.c : with assember functions
10023
10024         * src/device/lib/_modsint.c : with assember functions
10025
10026         * src/device/lib/_modulong.c: with assember functions
10027
10028         * src/device/lib/_modslong.c: with assember functions
10029
10030         * src/device/lib/libint.lib:  replaced _muluint.c  and _mulsint.c  by _mulint.c
10031
10032         * src/device/lib/liblong.lib: replaced _mululong.c and _mulslong.c by _mullong.c
10033
10034         * src/device/lib/Makefile.in: replaced _muluint.c  and _mulsint.c  by _mulint.c
10035                                       replaced _mululong.c and _mulslong.c by _mullong.c
10036
10037 2001-10-03 Bernhard Held <bernhard AT bernhardheld.de>
10038
10039         * src/SDCCsymt.c: sequence of specifiers in pintTypeChain() corrected
10040
10041 2001-10-01 Bernhard Held <bernhard AT bernhardheld.de>
10042
10043         * src/SDCCglue.c: test, if win32api is available for MINGW
10044
10045 2001-10-01 Bernhard Held <bernhard AT bernhardheld.de>
10046
10047         * src/SDCCsymt.c: no more _modifier in printTypeChain()
10048         * support/regression/tests/driverstruct.c: REENTRANT for mcs51
10049         * support/regression/ports/gbz80/spec.mk: removed GENERIC
10050         * support/regression/ports/host/spec.mk: removed GENERIC
10051         * support/regression/ports/mcs51/spec.mk: removed GENERIC
10052         * support/regression/ports/z80/spec.mk: removed GENERIC
10053
10054 2001-10-01  Michael Hope  <michaelh AT juju.net.nz>
10055
10056         * support/regression/fwk/lib/testfwk.c (__printf): Removed GENERIC.
10057
10058         * support/regression/tests/bug-467035.c: Created.
10059
10060 2001-10-01    <johan AT FRIJA>
10061
10062         * src/SDCC.y: fixed bug #466586 part 1
10063
10064 2001-10-01  Johan Knol <johan.knol AT iduna.nl>
10065
10066         * SDCCicode.c: z80 has no generic pointers
10067         * removed -s from strip in all Makefile(.in)'s. It is not needed, but Solaris chocks on it.
10068
10069 2001-09-30  Michael Hope  <michaelh AT juju.net.nz>
10070
10071         * sim/ucsim/cmd.src/Makefile.in ($(PRJDIR)/libcmd.a): Changed all ar references to $(AR) for Solaris.
10072
10073 2001-09-29  Michael Hope  <michaelh AT juju.net.nz>
10074
10075         * Makefile (sdcc-libs): Added makebin to the list of standard targets.
10076
10077         * support/regression/ports/z80/spec.mk: Updated to use env for sdcc bin dir for automatic regression.
10078
10079 2001-09-25  Michael Hope  <michaelh AT juju.net.nz>
10080
10081         * configure.in: Fixed up so that ucsim is only configured once.
10082
10083         * support/cpp2/configure.in: Fixed to use the program transform to append the .exe for the win32 build.
10084
10085         * src/SDCCutil.c (getPrefixFromBinPath): Fixed up to work with win32 in all of its glory.
10086         (getPathDifference): As above.
10087
10088         * src/SDCCmain.c (preProcess): Changed to use a temporary file in a proper temp directory.  Fixed case where pre-processing only.
10089
10090         * src/SDCCglue.c (tempfilename): Added function for pre-processor.
10091
10092 2001-09-23  Michael Hope  <michaelh AT juju.net.nz>
10093         * .version: Updated to 2.3.1
10094
10095         * src/z80/main.c (z80_port =): Added macro based linker and assembler command line support.
10096         Added copyright header.
10097
10098         * src/SDCCmain.c: Shifted various functions into SDCCutil.c
10099         (assemble): Added support for macro based assembler commands.
10100         (linkEdit): Added support for macro based linker commands.
10101         (preProcess): Changed the pre-processor to use macros.
10102         (_setPaths): Added functionality to autodetect the include, lib and bin dir paths.
10103         (_discoverPaths): Added support for overriding the install directory using the SDCCDIR env variable.
10104
10105         * device/lib/z80/crt0.s: Added module name for debugging.
10106
10107 2001-09-20  Michael Hope  <michaelh AT juju.net.nz>
10108
10109         * src/SDCCmain.c (printVersionInfo): Added the build date to the version info.
10110
10111         * src/SDCChasht.c (hTabDeleteByKey): Fixed delete as it would delete the last item from a bucket even if it wasn't the real one.
10112
10113         * src/SDCCglue.c: Moved gc_strdup to SDCCutil.c
10114
10115         * src/Makefile.in: Added SDCCmacro and SDCCutil
10116
10117 2001-09-19  Michael Hope  <michaelh AT juju.net.nz>
10118
10119         * src/SDCCmain.c (printVersionInfo): Added the build date to the version info.
10120
10121 2001-09-16    <johan AT FRIJA>
10122
10123         * 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.
10124
10125 2001-09-15    <johan AT FRIJA>
10126
10127         * src/mcs51/ralloc.c: (findAssignToSym): fixed bug #460662 part 1
10128         * src/ds390/ralloc.c (findAssignToSym): fixed bug #460662 part 1
10129
10130 2001-09-11    <johan AT FRIJA>
10131
10132         * src/SDCCval.c (valDiv Mod Minus Plus Shift): keep litteral expressions as small as possible (bug #460010)
10133
10134 2001-09-10  Michael Hope  <michaelh AT juju.net.nz>
10135
10136         * support/regression/tests/bug-460444.c: Added test case.
10137
10138         * src/z80/gen.c (genOr): bug 460444: if (a ^ lit) was broken for &, |, and ^.
10139         (genCast): Added justification for all of the asserts.
10140
10141 2001-09-10  Bernhard Held <bernhard AT bernhardheld.de>
10142
10143         * support/regression/support.c: _xdata replaced by xdata
10144
10145         * support/regression/spec.mk: removed _generic
10146
10147 2001-09-09  Michael Hope  <michaelh AT juju.net.nz>
10148
10149         * src/pic/ralloc.c (debugLogRegType): Removed some old types to get it to compile.
10150
10151         * src/z80/gen.c (shiftR2Left2Result): Improved the case when v = v >> n for small values of n to use less code space and time.
10152         (genrshTwo): Fixed v = v >> n where v is a negative int and n is > 8: bug 460010.
10153
10154         * src/z80/peeph.def: Added a rule to optimise shift then compare.
10155
10156         * support/regression/tests/bug-460000.c (testShiftByParam): Added test case.
10157
10158         * support/regression/tests/bug-460010.c: Added test case.
10159
10160         * support/regression/Makefile (test-host): Removed a silly 'clean' target when testing against gcc.
10161
10162 2001-09-09  Bernhard Held <bernhard AT bernhardheld.de>
10163
10164         * support/regression/Makefile: inter-port-clean adjusted for mcs51
10165
10166         * support/regression/testfwk.c: removed workaround for bug #436344
10167
10168         * support/regression/tests/bp.c: use less memory with mcs51
10169
10170         * support/regression/tests/bug-441448.c: use less memory
10171
10172         * support/regression/tests/ports/mcs51/spec.mk: cleanup, use --stack-after-data
10173
10174         * support/regression/collate-results.py: typo
10175
10176 2001-09-08  Michael Hope  <michaelh AT juju.net.nz>
10177
10178         * support/regression/tests/fetchoverlap.c: Added new test case.
10179
10180         * support/regression/tests/bp.c: Added new test case.
10181
10182         * support/regression/tests/bug-448984.c: Added new test case.
10183
10184         * support/regression/tests/pow2shifts.c: Added new test case.
10185
10186         * src/z80/gen.c: Turned off the noise it normally generates for the release.
10187         (genlshTwo): Fixed right shift for count > 8.
10188
10189         * src/z80/ralloc.c: Disabled most of the ACC packing rules as they weren't getting hit and weren't at all safe.
10190
10191 2001-09-08    <johan AT FRIJA>
10192
10193         * src/SDCCicode.c (geniCodeCall): a CPOINTER can be used as a function
10194
10195 2001-09-07    <johan AT FRIJA>
10196
10197         * src/SDCCicode.c (newiCodeCondition): fixed bug #456235 (1.77)
10198
10199         * src/SDCCglue.c (emitRegularMap): only delete a symbol when it is a symbol
10200
10201 2001-09-06    <johan AT FRIJA>
10202
10203         * src/SDCC.y: this could be a fix for bug #458744 (1.37)
10204         * bernhard noted me at this: "() equals to (void)" (1.38)
10205
10206 2001-09-05    <johan AT FRIJA>
10207
10208         * src/SDCCglue.c (emitRegularMap): a fix for bug #458099/2
10209
10210 2001-09-04    <johan AT FRIJA>
10211
10212         * src/SDCCsymt.c (checkSClass): a fix for bug #458099/1
10213
10214
10215 2001-09-04  Paul Stoffregen  <paul AT pjrc.com>
10216
10217         * pragma noinduction broke memcpy on mcs51 large model.  Moved it inside z80 optimization
10218
10219 2001-09-03  Michael Hope  <michaelh AT juju.net.nz>
10220
10221         * link/z80/aslink.h: Fixed path for PATH_MAX
10222
10223 2001-09-02  Michael Hope  <michaelh AT juju.net.nz>
10224
10225         * src/z80/gen.c (fetchLitPair): Changed so that it properly caches direct space references.
10226
10227         * support/regression/tests/addsub.c: Added cases to cover all the +, - combinations.
10228
10229         * support/regression/tests/uminus.c: Added a test for the unary minus operator.
10230
10231         * 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.
10232
10233 2001-09-01  Michael Hope  <michaelh AT juju.net.nz>
10234
10235         * src/z80/gen.c: Fixed up generator to pass the regresion tests, specifically fixing loads for longs, genCmp, and turned on the map file.
10236         (genCmp): Fixed up genCmp for the GB with longs.
10237
10238         * device/lib/gbz80/Makefile: Fixed up all the libraries to pass the regression tests.
10239
10240         * support/regression/ports/host/spec.mk: Updated to compile with the new type specifiers.
10241
10242         * device/lib/Makefile.in (Z80SOURCES): Removed old _mululong, _mulslong, and unneeded _mulint.
10243
10244         * device/lib/_mullong.c (_mulslong): Changed to actually return a value :)
10245
10246 2001-08-30  Paul Stoffregen  <paul AT pjrc.com>
10247
10248         * added peepholes 223 to 231 to mcs51 port.  These improve code when using large model.
10249
10250 2001-08-30  Michael Hope  <michaelh AT juju.net.nz>
10251
10252         * 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.
10253
10254         * src/z80/gen.c (genPlus): Changed bad long add for gb to a fall through.
10255
10256 2001-08-29  Michael Hope  <michaelh AT juju.net.nz>
10257
10258         * link/z80/aslink.h: Fixed long file name support.  Is now based off PATH_MAX instead of a constant.
10259
10260         * src/z80/gen.c: Fixed add and sub for the case where left or right are in static space.
10261
10262 2001-08-30 Bernhard Held   <bernhard AT bernhardheld.de>
10263
10264   * sim/ucsim/configure:    little improvement of Cygwin-detection
10265   * sim/ucsim/configure.in: little improvement of Cygwin-detection
10266   * sim/ucsim/cmd.src/newcmdcl.h: include <sys/types.h> to define fd_set automated build
10267   * support/regression/tests/bug-221100.c: small changes for mcs51
10268   * support/regression/tests/bug-221168.c: small changes for mcs51
10269   * support/regression/tests/bug-227710.c: small changes for mcs51
10270   * support/regression/tests/staticinit.c: small changes for mcs51
10271   * as/mcs51/aslink.h: accept everything as symbol name in rel-files, bug fix ID 452601
10272   * as/mcs51/lklex.c:  accept everything as symbol name in rel-files, bug fix ID 452601
10273   * as/mcs51/lksym.c:  accept everything as symbol name in rel-files, bug fix ID 452601
10274
10275 $Revision$