b4ab4ce2a4eed5d4533cdea1e57a17b18c29d1f1
[fw/sdcc] / ChangeLog
1 2005-07-15 Maarten Brock <sourceforge.brock AT dse.nl>
2
3         * src/SDCCmem.c: fixed bug 1238386
4
5 2005-07-12 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
6
7         * src/mcs51/peeph.def: added labelrefcounting for peepholes
8           (patch #1144962), added peephole 300, enabled 259.x
9         * doc/sdccman.lyx: removed screenshot and provided link instead
10
11 2005-07-05 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
12
13         * doc/sdccman.lyx: added section about debugging with ddd
14         * doc/figures/ddd_example.eps: screenshot of debugging session
15
16 2005-07-04 Raphael Neider <rneider AT web.de>
17
18         * src/pic/gen.c (genPointerGet): handle pointers to CONST values
19           like CODE pointers, fixes #1115683
20         * src/pic/pcode.c (DoBankSelect): forget LastRegIdx during function
21           call, fixes bugs #1232211, #1228110,
22           fixed wrong casts to pCodeFlow from pCodeInstructions
23
24 2005-07-04 Raphael Neider <rneider AT web.de>
25
26         * src/pic/gen.c (popGet): changed assert to allow for
27           bit operands
28         * (popGetAddr): changed signature to provide
29           an additional index, patched all call sites
30         * (genCmpEq): handle literal-like operands correctly
31         * (genAddrOf): added sanity checks on __code/__data pointers
32         * (genAssign): added handling of symbols from __code section
33         * (gencjne): do not generate code for comparisons whose result
34           is neither stored nor used, fixes bug #1171114
35         * (AccLsh, AccRsh): operate on operand instead of WREG
36         * (shift{Left,Right}_Left2ResultLit): NEW, size independant
37           replacement for Shift{LR}{12}Left2Result; shift (byte/int/long)
38           by known count
39         * rewrote complete shift-by-literal logic, commented unused
40           functions out
41         * (genConstPointerGet): get multiple bytes (if result size > 1),
42           fixed handling of non-immediate addresses
43         * (genPointerGet): handle CODE pointers like CONST pointers
44         * (genpic14Code): insert C-SRC lines as Cource-pCodes
45         * ({aop,op}_isLitLike): NEW, single place to decide whether an
46           operand is to be treated as a literal or not
47         * (mov2w,genPcall,genCmpEq),
48           src/pic/genarith.c: use aop_isLitLike() to decide between
49           literal/register contents
50         * (addSign): added missing offset
51         * src/pic/gen.h: remove newline after FENTRY/FEXIT comments,
52           only emit comment in debug-mode,
53           use {aop,op}_isLitLike throughout the file
54         * src/pic/glue.c: fix initializers for pointers (work in progress)
55         * src/pic/pcode.c (get_op): honor index on _const symbols
56         * ({reset,dump}pCodeStatistics): NEW, estimate code size
57         * (dumppBlock): added pCode size estimation
58         * src/pic/ralloc.c (deassignLRs,serialRegAssign,packRegisters):
59           check for IS_SYMOP before OP_SYMBOL'ing
60         * fixed indentation, compacted switch-statements
61         * (allocReg): find free register and allocate it instead of
62           allocating new registers all the time
63         * (deassignLRs): prevent POINTER_GET's from being assigned the same
64           registers as its operands (necessary only for multibyte GETs)
65
66 2005-07-01 Raphael Neider <rneider AT web.de>
67
68         * src/pic/gen.h: added prototypes emitpComment, popGetAddr and
69           debugging .asm-output macros FENTRY + FEXIT
70         * src/pic/gen.c (Safe_vsnprintf): NEW, is there a more generic
71           way... I wonder...
72         * (emitpComment): NEW, printf to pCode
73         * (popGet): added assert on too large offsets, fixed PO_IMMEDIATE's
74           offset handling
75         * (popGetAddr): NEW, variant of popGet to access an immediates
76           high(er) bytes instead of the n'th byte of memory they reference,
77           replaced popGet with popGetAddr where neccessary
78         * (genDataPointerGet): reactivated and fixed implementation
79         * (genNearPointerGet): enabled call to genDataPointerGet, fixes array-
80           accesses
81         * (genDataPointerSet): fixed multibyte assignments
82         * (genpic14Code): fixed --i-code-in-asm handling
83         * src/pic/genarith.c: fixed PO_IMMEDIATE issue using popGetAddr,
84         * (genPlus): fixed index-out-of-bounds error
85         * src/pic/pcode.c (get_op): fixed PO_IMMEDIATE's index/offset handling
86         * src/pic/ralloc.c: added debugging output macro FENTRY2
87         * (spillThis): fixed indentation, enbraced for-body for clarity
88         * (rematStr): commented out as now unused
89         * (regTypeNum): commented out special spill case (overwrites
90           arbitrary values)
91         * fixes bugs #1229346, #1216476 (both arrays) and #1115667 (SIGSEGV)
92
93 2005-06-30 Maarten Brock <sourceforge.brock AT dse.nl>
94
95         * doc/sdccman.lyx: documented sfr16/sfr32,
96           added example for using storage class with function pointers
97         * src/mcs51/gen.c (genPlusIncr): optimized small offsets from dptr
98
99 2005-06-28 Maarten Brock <sourceforge.brock AT dse.nl>
100
101         * device/lib/_gptrget.c: also push/pop _PSBANK, added # to 0x03
102         * device/lib/_itoa.c,
103         * device/lib/_ltoa.c: optimized codesize
104         * src/SDCCsymt.c (checkSClass): added sanity check for sfr at addresses,
105           but don't know how to suppress the double warning.
106         * src/mcs51/gen.c (genPlusIncr): fixed bug when incrementing volatile int's
107         * support/Util/SDCCerr.c,
108         * support/Util/SDCCerr.h: added warning W_SFR_ABSRANGE for sanity check
109
110 2005-06-27 Maarten Brock <sourceforge.brock AT dse.nl>
111
112         * as/mcs51/asexpr.c (expr): disabled warning "not in .flat24 mode",
113           fixed old K&R prototypes
114         * as/mcs51/asout.c (outrb): always output as if generating 24bit addresses
115         * device/lib/_gptrget.c,
116         * device/lib/_gptrgetc.c,
117         * device/lib/_gptrput.c: changed versions for new memory indicator values,
118           also new versions for small generic pointers and banked generic pointers
119         * src/port.h: added const_name
120         * src/SDCC.lex: added keywords sfr16, __sfr16, sfr32, __sfr32
121         * src/SDCC.y: added tokens SFR16, SFR32 and their sfr_attributes
122         * src/SDCCcse.c (findPrevIc): check all associative operators
123         * src/SDCCglue.c (emitMaps): use CONST_NAME if defined
124         * src/SDCCicode.h: added macro IS_ASSOCIATIVE
125         * src/SDCCmem.c: updated comments,
126           set far-space to 0 for pdata, results in optimized code
127         * src/SDCCmem.h: added macro CONST_NAME
128         * src/SDCCsymt.h: renumerated generic pointer types GPTYPE_... thereby
129           moving the info into the highest bits, see also gptrget/gptrput
130         * src/src.dsp: added sdcc.ico to project files
131         * src/avr/gen.c (genCast): fixed bug 0x%d
132         * src/avr/main.c (avr_port): added "CONST (CODE)" for const_name
133         * src/ds390/gen.c (aopForRemat, adjustArithmeticResult): disconnected direct
134           relation between ptr_type and DCL_TYPE,
135           (genCast): fixed bug 0x%d
136         * src/ds390/main.c (ds390_port, tininative_port, ds400_port): added "CONST
137           (CODE)" for const_name
138         * src/hc08/gen.c (genCast): fixed bug 0x%d
139         * src/hc08/main.c (_hc08_genAssemblerPreamble): added .area ...const_name,
140           (hc08_port): added "CONST (CODE)" for const_name
141         * src/mcs51/gen.c (aopForSym): optimized pushing ACC,
142           (aopForRemat, adjustArithmeticResult): disconnected direct relation
143           between ptr_type and DCL_TYPE,
144           (aopGetUsesAcc, aopGet, aopPut): changed first parameter from asmop* to
145           operand* and took AOP() inside function so sfr-ness can be checked,
146           (all over): repaired calls to aopGetUsesAcc, aopGet, aopPut to comply with
147           new prototype,
148           (genFunction, genEndFunction): optimized stack setup,
149           (genMinus): optimized for literals with ending zeroes (in bytes),
150           (genCast): fixed bug 0x%d
151         * src/mcs51/main.c (_mcs51_keywords): added sfr16 and sfr32,
152           (mcs51_port): added "CONST (CODE)" for const_name
153         * src/mcs51/peeph.def: made rule 226 more generic
154         * src/pic/main.c (pic_port): added "CONST (CODE)" for const_name
155         * src/pic16/main.c (pic16_port): added "CONST (CODE)" for const_name
156         * src/xa51/main.c (xa51_port): added "CONST (CODE)" for const_name
157         * src/z80/main.c (z80_port): added NULL for const_name,
158           (gbz80_port): added NULL for const_name
159         * support/regression/tests/bug663539.c,
160         * support/regression/tests/sfr16.c: new tests
161
162 2005-06-25 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
163
164         * device/include/mcs51/p89v51rd2.h, device/include/mcs51/at89s53.h: added.
165
166 2005-06-24 Raphael Neider <rneider AT web.de>
167
168         * device/lib/pic16/libdev/pic18f[68][567]20.c:
169           corrected typos...
170         * device/include/pic16/signal.h: added USBIF
171           and SIG_USB
172
173 2005-06-24 Raphael Neider <rneider AT web.de>
174
175         * device/lib/pic16/libdev/pic18f2455.c,
176           device/include/pic16/pic18f2455.h: NEW
177         * device/include/pic16/pic18fregs.h,
178           device/lib/pic16/pics.all,
179           src/pic16/device.c: added 18f2455
180         * device/lib/pic16/libdev/pic18f[68][567]20.c,
181           device/include/pic16/{pic18f[68][567].h,usart.h}:
182           replaced MULTIPLE_USARTS define with more relaible
183           compatibility sfrs (for USART access)
184
185 2005-06-20 Slade Rich <slade_rich AT users.sourceforge.net>
186
187         * src/pic/pcode.c : Fixed problem when a string constant contains a "\r\n"
188           and the output asm file line is printed on two lines.
189
190 2005-06-19 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
191
192         * sim/ucsim/hc08.src/inst.cc (inst_condbranch): fixed simulation of
193           BGT, BLE, BHI, and BLS instructions
194         * src/hc08/gen.c (outAcc, outBitC, outBitNV, genCmpLt, genCmpGt,
195           genCmpEq): removed
196         * src/hc08/gen.c (genCmpEQorNE, genCmp, branchopCmp, nameCmp,
197           negatedCmp, exchangedCmp, genhc08Code): rewrite of comparison handling,
198           fixes bug #1216342
199         * src/hc08/peeph.def: added rules 2g - 2l for new conditional branches
200
201 2005-06-15 Raphael Neider <rneider AT web.de>
202
203         * src/pic16/NOTES: moved Vangelis from active developers to people to contact
204         * device/include/pic16/{6520.h,8520.h}: fixed configuration bits
205         * src/pic16/gen.c (): prevent iTemps from being considered to be in CODESPACE,
206           fixes bug #1221120; for symbols in CODESPACE get number of bytes to read from
207           OP_SYM_TYPE() instead of OP_SYM_ETYPE()
208
209 2005-06-06 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
210
211         * device/include/mcs51/reg764.h: Changed PB0 to PBO as requested by
212           Marcel Telka in bug #1215704
213
214 2005-06-02 Slade Rich <slade_rich AT users.sourceforge.net>
215
216         * src/pic/pcode.c : Changed pseudo stack size to 15 to allow WSAVE to be
217           located in shared memory bank.
218
219 2005-05-31 Raphael Neider <rneider AT web.de>
220
221         * src/pic16/{gen.c,genarith.c}: replaced sign-extension
222           "CLRF, BTFSC <signbit>, DECF/COMF" with side-effect-free
223           "CLRF, BTFSC <signbit>, SETF"; fixes "long>>9"
224
225 2005-05-27 Maarten Brock <sourceforge.brock AT dse.nl>
226
227         * device/lib/_strncpy.c: fixed the fix
228
229 2005-05-26 Raphael Neider <rneider AT web.de>
230
231         * src/pic16/glue.c (pic16_printIvalChar): fixed _constant_ string
232           initializers with \0, bug #1208187
233         * src/pic/glue.c (printIvalChar): fixed (non- and constant) string
234           intializers with \0, bug #1208187
235
236 2005-05-26 Raphael Neider <rneider AT web.de>
237
238         * src/pic16/glue.c (pic16_printIvalChar): fixed string
239           initializers with \0, bug #1208187
240         * src/pic16/main.c (_process_pragma): added sanity checks
241           for stack position and size, emit warnings when appropriate
242
243 2005-05-26 Maarten Brock <sourceforge.brock AT dse.nl>
244
245         * device/lib/_strncpy.c: fixed not filling with \0
246
247 2005-05-26 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
248
249         * src/SDCCast.c (funcOfType, funcOfTypeVarg, stringToSymbol,
250           createFunction),
251         * src/SDCC.y (external_definition, enumerator, parameter_declaration,
252           compound_statement),
253         * src/SDCCsymt.h,
254         * src/SDCCsymt.c (addSymChain, processFuncArgs): fixed bug #1159134
255
256 2005-05-24 Raphael Neider <rneider AT web.de>
257
258         * src/pic16/glue.c (pic16_printGPointerType): fixed #1207796
259
260 2005-05-24 Raphael Neider <rneider AT web.de>
261
262         * device/include/pic16/pic18f{442,452,458}.h: fixed wrong
263           TRISE definitions, closes bug #1162453
264
265 2005-05-22 Raphael Neider <rneider AT web.de>
266
267         * src/pic16/main.c (_process_pragma): check for missing
268           arguments to pragmas code and udata
269         * device/include/pic16/pic18f{2550,4331,4455,4520}.h:
270           consistency fixes to match other headers (thanks to Jim Paris)
271         * device/lib/pic16/libio/i2c.ignore: 18f4331 provides no I2C
272
273 2005-05-21 Maarten Brock <sourceforge.brock AT dse.nl>
274
275         * src/SDCCicode.c (isOperandEqual): fixed missing ;
276
277 2005-05-19 Maarten Brock <sourceforge.brock AT dse.nl>
278
279         * support/regression/tests/bug1198642.c: new test
280         * src/SDCCicode.c (isOperandEqual): fixed bug 1198642
281         * src/SDCCcse.c (findPrevIc): added comment, please have a look
282         * support/scripts/resource.h,
283         * support/scripts/resource.rc,
284         * src/src.dsp: added sdcc.ico to project as icon for sdcc.exe
285         * support/scripts/sdcc.ico: added 32x32 icon
286
287 2005-05-18 Raphael Neider <rneider AT web.de>
288
289         * device/lib/pic16/libdev/pic18f*.c,
290         * device/include/pic16/pic18f*.h: updated "sfr" and "at X"
291           keywords to "__sfr" and "__at (X)"
292         * device/include/pic16/pic18fregs.h: added pic18f4520
293         * src/pic16/pcode.c (pic16_pCode2str): fixed (?) bug
294           #1203088 (MPLAB compatibility)
295
296 2005-05-17 Raphael Neider <rneider AT web.de>
297
298         * device/include/pic16/pic18f{2550,4331,4455,4520}.h: NEW
299         * device/lib/pic16/libdev/pic18f{2550,4331,4455,4520}.c: NEW
300         * device/lib/pic16/pics.all: added new devices
301         * src/pic16/device.c: added support for pic18f4520
302
303 2005-05-16 Raphael Neider <rneider AT web.de>
304         * src/pic16/gen.{c,h}: s/mov2f/pic16_mov2f made public
305         * src/pic16/genarith.c (genAddLit): fixed bug 1202480
306         * src/pic16/pcode.{c,h} (pic16_newpCodeOpBit_simple): NEW
307           convenience function for bit access
308
309 2005-05-15 Maarten Brock <sourceforge.brock AT dse.nl>
310
311         * device/lib/printf_large.c: fixed bug 1193299
312         * support/regression/tests/bug1057979.c: added test %3.3s
313
314 2005-05-15 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
315
316         * device/include/mcs51/8051.h,
317         * device/include/mcs51/8052.h: made parseable with lint
318         * device/include/mcs51/lint.h: added include file for (sp)lint
319         * doc/sdccman.lyx: added doc about use of splint (syntax checking tool)
320         * doc/cdbfileformat.lyx,
321         * doc/test_suite_spec.lyx: hardcoded date to the date of last text change
322
323 2005-05-14 Raphael Neider <rneider AT web.de>
324
325         * device/lib/pic16/Makefile.common.in: add --optimize-df to OPT_FLAGS
326         * device/lib/pic16/libc/stdlib/itoa.c (new)
327         * device/lib/pic16/libc/stdlib/Makefile: have itoa.c built
328         * device/lib/pic16/libio/Makefile: exclude subdir according to
329           ${subdir}.ignore for certain PICs (lacking e.g. i2c)
330         * device/lib/pic16/libio/i2c.ignore (new): pic18f1220 has no I2C support
331         * src/pic16/gen.c (genFunction): prevent annoying warning
332         * src/pic16/pcode.c: renamed stack_t to dynstack_t to prevent
333           nameclashes on BeOS
334         * support/cpp2/cppmain.c (cpp_output_string): new
335         * support/cpp2/cpplib.c (_cpp_do__Pragma): fixed _Pragma(""),
336           fixes bug 1116802
337
338 2005-05-13 Borut Razem <borut.razem AT siol.net>
339
340         * src/SDCCmain.c (linkEdit): fixed bug 1195202
341
342 2005-05-12 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
343
344         * .version: changed to version 2.5.1; back to bleeding edge development
345
346 2005-05-11 Borut Razem <borut.razem AT siol.net>
347
348         * doc/sdccman.lyx doc/cdbfileformat.lyx doc/test_suite_spec.lyx:
349           generate PDF version 1.3 documents
350
351 2005-05-07 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
352
353         * .version: changed to version 2.5.0
354
355 2005-04-27 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
356
357         * doc/sdccman.lyx: updated weblinks, index and smaller updates
358
359 2005-04-26 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
360
361         * doc/sdccman.lyx: changed version 2.5.0, documented --std-c89,
362         --std-sdcc89, --std-c99, --std-sdcc99, and the corresponding #pragmas, as
363         well as many smaller updates.
364         * .version: changed to version 2.5.0-pre1
365
366 2005-04-26 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
367
368         * src/SDCCmain.c (setIncludePath): added port->target to SDCC_INCLUDE_NAME
369
370 2005-04-26 Maarten Brock <sourceforge.brock AT dse.nl>
371
372         * support/regression/tests/bug1185672.c: added
373         * src/mcs51/gen.c (aopGetUsesAcc, genCpl, genAnd, genOr, genXor): fixed
374           bug 1185672
375         * src/mcs51/gen.c (genCall): added comments, made it look safer
376         * src/mcs51/gen.c (genEndFunction): simplified
377
378 2005-04-25 Maarten Brock <sourceforge.brock AT dse.nl>
379
380         * src/mcs51/ralloc.c (serialRegAssign): fixed bug 1189609
381
382 2005-04-14 Borut Razem <borut.razem AT siol.net>
383
384         * fixed bug 1045046 - SIGSEGV with really simple code?:
385           src/pic/pcode.c (pCodeInitRegisters)- pseudo stack size increased to 16
386           src/pic/ralloc.c (typeRegWithIdx) - error message on pseudo stack overflow
387
388 2005-04-14 Borut Razem <borut.razem AT siol.net>
389
390         * src/pic16/gen.c (genInline), src/pic16/main.c (_process_pragma),
391           src/pic16/device.h: temporarily disabled experimental #inline pragma
392           for 2.5.0 release
393
394 2005-04-14 Maarten Brock <sourceforge.brock AT dse.nl>
395
396         * device/include/z80/stdio.h,
397         * device/include/z80/string.h: removed these highly incomplete files so
398           SDCC can use the default ones in device/include/
399
400 2005-04-14 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
401
402         * src/mcs51/gen.c (genEndFunction): removed unused variable to fix
403         gcc warning.
404         * device/lib/Makefile.in: default PORTINCDIR to the mcs51 subdir to
405         fix sdcpp warnings.
406
407 2005-04-12 Maarten Brock <sourceforge.brock AT dse.nl>
408
409         * device/include/malloc.h: removed redundant __reentrant prototypes
410         * device/lib/_mullong.c: added working xstack variant in asm (C version
411           doesn't pass regression tests)
412         * device/lib/bpx.c: used __data and made bpx char for mcs51
413         * src/SDCCast.c (decorateType): removed unused GPTYPE_IDATA,
414           (createFunction): fixed bug with xstackPtr
415         * src/SDCCcse.c: corrected comments
416         * src/SDCCopt.c (convertToFcall): fixed warning in MSVC,
417           (killDeadCode, eBBlockFromiCode): removed unused code
418         * src/SDCCsymt.h: removed unused GPTYPE_GPTR and GPTYPE_IDATA,
419           corrected comments
420         * src/mcs51/gen.c (aopForSym, aopPut, toBoolean, unsaveRegisters,
421           assignResultValue, genCall, genFunction, genEndFunction, genAnd,
422           genOr, genXor, genAddrOf): fixed several bugs concerning xstack
423           (genModOneByte): fixed warning in MSVC
424         * src/mcs51/main.c (): added comments
425         * src/mcs51/peeph.def: changed 129 to 129.a, added 129.b, 129.c & 129.d
426
427 2005-04-12 Maarten Brock <sourceforge.brock AT dse.nl>
428
429         * src/SDCCmain.c (linkEdit): oops, changed one line too many
430
431 2005-04-11 Maarten Brock <sourceforge.brock AT dse.nl>
432
433         * src/SDCCmain.c (linkEdit): fixed bug with finding crt0.o for z80
434
435 2005-04-10 Vangelis Rokas <vrokas AT users.sourceforge.net>
436
437         * src/pic16/glue.c (printIvalChar): fixed bug when emitting
438         characters arrays of larger size than the declared one.
439
440 2005-04-10 Borut Razem <borut.razem AT siol.net>
441
442         * src/pic/gen.c (genInline),
443           src/pic/pcode.c (newpCodeAsmDir), (pCode2str),
444           (genericPrint), (unlinkpCodeFromBranch), (compareLabel),
445           (findNextInstruction), (findPrevInstruction),
446           (findInstructionUsingLabel),
447           src/pic/pcode.h: fixed bug #1164907 - Labels not being recognized
448         * src/pic/pcode.c (findLabel): added missing '\n'
449         * src/src.dsp: added SDCCdwarf2.c to the project
450
451 2005-04-09 Borut Razem <borut.razem AT siol.net>
452
453         * support/scripts/sdcc.nsi: added include/hc08/* h to NSIS setup
454
455 2005-04-08 Raphael Neider <rneider AT web.de>
456
457         * src/pic16/pcode.c: added helpers defmapInsertAfter (insert a new item
458           into the chain after a given one) and mergeDefmapSymbols (combine
459           defmap entries for each symbol per pcode)
460         * (createDefmap): have defmap entries merged in the end
461         * (defmapReplaceSymRef): split defmap entries covering two accesses to
462           a symbol before replacing one access type's symbol, merge symbols in
463           the end (replacement symbol might already have an entry)
464         * (assignValnums): keep reference to written WREG intact
465
466 2005-04-08 Raphael Neider <rneider AT web.de>
467
468         * src/pic16/pcode.c (struct defmap_s): named anonymous union (for
469           Alpha)
470
471 2005-04-08 Vangelis Rokas <vrokas AT users.sourceforge.net>
472
473         * src/pic16/pcode.c (pic16_get_op2): enlarged size of array b to 128
474         bytes
475
476 2005-04-07 Raphael Neider <rneider AT web.de>
477
478         * device/include/pic16/usart.h: added compatibility defines for
479           devices with more than one USART
480         * device/include/pic16/pic18f[68][567]20.h: activated above defines
481
482 2005-04-07 Maarten Brock <sourceforge.brock AT dse.nl>
483
484         * device/lib/Makefile.in: updated for port specific include
485
486 2005-04-07 Maarten Brock <sourceforge.brock AT dse.nl>
487
488         * support/regression/ports/mcs51/spec.mk: added mcs51 include
489
490 2005-04-07 Maarten Brock <sourceforge.brock AT dse.nl>
491
492         * device/include/8051.h,
493         * device/include/8052.h,
494         * device/include/at89S8252.h,
495         * device/include/at89c55.h,
496         * device/include/at89x051.h,
497         * device/include/at89x51.h,
498         * device/include/at89x52.h,
499         * device/include/mcs51reg.h,
500         * device/include/reg51.h,
501         * device/include/reg764.h,
502         * device/include/regc515c.h,
503         * device/include/sab80515.h: (re)moved these 12 files
504         * device/include/mcs51/8051.h,
505         * device/include/mcs51/8052.h,
506         * device/include/mcs51/at89S8252.h,
507         * device/include/mcs51/at89c55.h,
508         * device/include/mcs51/at89x051.h,
509         * device/include/mcs51/at89x51.h,
510         * device/include/mcs51/at89x52.h,
511         * device/include/mcs51/mcs51reg.h,
512         * device/include/mcs51/reg51.h,
513         * device/include/mcs51/reg764.h,
514         * device/include/mcs51/regc515c.h,
515         * device/include/mcs51/sab80515.h: and added them here
516
517 2005-04-06 Maarten Brock <sourceforge.brock AT dse.nl>
518
519         * device/include/stdarg.h: changed SDCC specific keywords to double
520           underlined form.
521         * device/include/stdint.h: changed intptr_t and uintptr_t for others than
522           mcs51 and ds390.
523         * device/include/hc08/mc68hc908gp32.h,
524         * device/include/hc08/mc68hc908jb8.h,
525         * device/include/hc08/mc68hc908jkjl.h,
526         * device/include/hc08/mc68hc908qy.h: fixed comments
527         * device/include/mcs51/README: updated
528         * device/include/mcs51/c8051f120.h: added PINRSF
529         * device/lib/pic16/libc/stdlib/crc16.c: fixed comments
530         * src/pic16/pcode.c: MSVC6 doesn't accept declaring new variables
531           amidst code. Also inline is not supported.
532
533 2005-04-06 Raphael Neider <rneider AT web.de>
534
535         * src/pic16/pcode.c (pic16_pCodeReplace): also update pcflow->end
536         * (createDefmap): fixed CALLs to depend on FSR1 and RETLW to restore
537           callers stack/frame pointers
538
539 2005-04-06 Vangelis Rokas <vrokas AT users.sourceforge.net>
540
541         * device/include/pic16/usart.h: added, missing in previous commit,
542         * device/include/pic16/adc.h: fixed typo,
543         * device/lib/pic16/libc/utils/cvtdec.S: added missing in previous
544         commit,
545         * device/lib/pic16/libc/stdlib/g_ftoa.S: modified to include
546         <p18fxxx.inc>
547         * device/lib/pic16/libc/stdio/streams.c: leave stdin, stdout
548         uninitialized because a bug appears with gplink
549         * device/lib/pic16/{some makefiles}: moved $(CSTD) from CFLAGS to
550         COMPILE_FLAGS and added CPPFLAGS with -nostdinc because sdcpp
551         complains for unrecognised option
552
553 2005-04-05 Raphael Neider <rneider AT web.de>
554
555         * src/pic16/gen.c (pic16_popCopyReg): made copying work for extended
556           structs as well (using memcpy)
557         * (genFunction): fixed comparison, used pCodeOpLabel to reduce warning
558           on ISRs (GOTO has no label)
559         * src/pic16/device.h: added OF_OPTIMIZE_DF
560         * src/pic16/main.c: added compiler switch --optimize-df to enable the
561           new data flow analysis/optimization
562         * src/pic16/pcode.c: added (prototypes for and implementation of)
563           dataflow analysis functions, fixed pCodeInstructions' inCond and
564           outCond values, made RCALL a branch instruction
565         * (pic16_unlinkpCode): keep C line if possible
566         * (pic16_pCodeUnlink): removed cast on left side of assignment, have
567           C line moved if possible
568         * (pic16_getRegFrompCodeOp): NEW, improved version of...
569         * (pic16_getRegFromInstruction,pic16_getRegFromInstruction2): changed
570           to use new pic16_getRegFrompCodeOp (works for more SFRs)
571         * (pic16_BuildFlow): fixed skip instructions with label (did not start
572           new flow)
573         * (pic16_getJumptabpCode): NEW, needed in...
574         * (LinkFlow): fixed handling of jumptables, calls and conditional
575           branches
576         * (pic16_InsertCommentAfter): NEW
577         * (pic16_pCodeReplace): made verbose and flow preserving
578         * (AnalyzeFlow): added call to data flow analysis
579         * src/pic16/pcode.h: added defmaps to pCodeFlow struct
580         * src/pic16/pcodeflow.h: added PCC_STATUS to mean all STATUS bits
581         * src/pic16/ralloc.c (packRegsForAssign): added return 1 in the end
582
583 2005-04-03 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
584
585         * src/SDCCast.c (decorateType): fixed bug #1105626
586
587 2005-04-02 Vangelis Rokas <vrokas AT users.sourceforge.net>
588
589         * device/include/asm/pic16/features.h,
590         * pic18f*.h headers,
591         * device/include/pic16/adc.h,
592         * device/include/pic16/delay.h,
593         * device/include/pic16/i2c.h,
594         * device/include/pic16/malloc.h,
595         * device/include/pic16/stdio.h,
596         * device/include/pic16/stdlib.h,
597         * device/include/pic16/string.h,
598         * device/lib/pic16/libc/stdio/printf_tiny.c,
599         * device/lib/pic16/libc/stdio/printf_small.c,
600         * device/lib/pic16/libc/stdio/strmgpsim.c,
601         * device/lib/pic16/libc/stdio/strmmssp.c,
602         * device/lib/pic16/libc/stdio/strmusart.c,
603         * device/lib/pic16/libc/stdio/vfprintf.c,
604         * device/lib/pic16/libc/stdlib/ltoa.c,
605         * device/lib/pic16/libc/stdlib/putchar.c,
606         * device/lib/pic16/libc/stdlib/x_ftoa.c,
607         * device/lib/pic16/libc/stdlib/memchrpgm.c,
608         * device/lib/pic16/libc/stdlib/memchrram.c,
609         * device/lib/pic16/libc/stdlib/memcpypgm2ram.c,
610         * device/lib/pic16/libc/stdlib/memcpyram2ram.c,
611         * device/lib/pic16/libio/adc/adcbusy.c,
612         * device/lib/pic16/libio/adc/adcread.c,
613         * device/lib/pic16/libio/adc/adcsetch.c,
614         * device/lib/pic16/libio/usart/ubaud.c,
615         * device/lib/pic16/libio/usart/ubusy.c,
616         * device/lib/pic16/libio/usart/udrdy.c,
617         * device/lib/pic16/libio/usart/uopen.c,
618         * device/lib/pic16/libio/usart/uputc.c,
619         * device/lib/pic16/libsdcc/gptr/gptrget1.c,
620         * device/lib/pic16/libsdcc/gptr/gptrget2.c,
621         * device/lib/pic16/libsdcc/gptr/gptrget3.c,
622         * device/lib/pic16/libsdcc/gptr/gptrget4.c,
623         * device/lib/pic16/libsdcc/gptr/gptrput1.c,
624         * device/lib/pic16/libsdcc/gptr/gptrput2.c,
625         * device/lib/pic16/libsdcc/gptr/gptrput3.c,
626         * device/lib/pic16/libsdcc/gptr/gptrput4.c: modified all SDCC
627         specific keywords to double underlined form,
628         * device/lib/pic16/libc/Makefile.rules,
629         * device/lib/pic16/libsdcc/Makefile.rules,
630         * device/lib/pic16/libm/Makefile,
631         * device/lib/pic16/libio/Makefile.rules: added CSTD macro in CFLAGS
632         to compile with C standard set in Makefile.common
633         * device/lib/pic16/libc/stdlib/Makefile: added new C sources
634         rand.c and crc.c in compilation process,
635         * device/lib/pic16/libsdcc/int/divuint.c,
636         * device/lib/pic16/libsdcc/long/divulong.c: changed declaration of
637         `c' from signed to unsigned,
638         * device/lib/pic16/startup/crt0.c,
639         * device/lib/pic16/startup/crt0i.c,
640         * device/lib/pic16/startup/crt0iz.c: adopted to all SDCC specific
641         keywords to double underlined form, bug fixes in _do_cinit function
642         which prevented the correct initialization of the .idata segment,
643         * src/pic16/pcoderegs.c (insideLRBlock): fixed a bug that caused the
644         core to enter a infinite loop
645         * device/lib/pic16/libc/stdlib/rand.c, crc.c: new files
646
647 2005-04-02 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
648
649         * src/SDCCicode.c (getArraySizePtr): fixed bug #1122171
650
651 2005-04-01 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
652
653         * device/include/Makefile.in: add support for hc08 subdirectory
654         * device/include/hc08/: new subdirectory
655         * device/include/hc08/mc68hc908jkjl.h: new header contributed by
656         Lucas Loizaga, thanks!
657         * device/include/hc08/mc68hc908qy.h,
658         * device/include/hc08/mc68hc908gp32.h,
659         * device/include/hc08/mc68hc908jb8.h: moved hc08 register defs to
660         their own directory. Changed internal macro names to use the compiler
661         reserved namespace. Changed SDCC specific keywords to double
662         underlined form.
663         * device/include/math.h,
664         * device/include/malloc.h,
665         * device/include/stdarg.h,
666         * device/include/stdbool.h
667         * device/include/string.h,
668         * device/include/tinibios.h,
669         * device/include/ds400rom.h,
670         * device/include/8051.h,
671         * device/include/8052.h,
672         * device/include/80c51xa.h,
673         * device/include/at89c55.h,
674         * device/include/at89S8252.h,
675         * device/include/at89x51.h,
676         * device/include/at89x52.h,
677         * device/include/ds80c390.h,
678         * device/include/reg764.h,
679         * device/include/regc515c.h,
680         * device/include/sab80515.h,
681         * device/include/mcs51/c8051f000.h,
682         * device/include/mcs51/c8051f018.h,
683         * device/include/mcs51/c8051f020.h,
684         * device/include/mcs51/c8051f040.h,
685         * device/include/mcs51/c8051f060.h,
686         * device/include/mcs51/c8051f120.h,
687         * device/include/mcs51/c8051f300.h,
688         * device/include/mcs51/c8051f310.h,
689         * device/include/mcs51/c8051f320.h,
690         * device/include/mcs51/c8051f330.h,
691         * device/include/mcs51/c8051f350.h,
692         * device/include/z180.h: Changed SDCC specific keywords to double
693         underlined form.
694
695 2005-03-31 Vangelis Rokas <vrokas AT users.sourceforge.net>
696
697         * src/pic16/device.c (Pics16[]): added devices 18F2550, 18F4331,
698         18F4455,
699         * (pic16_assignConfigWordValue): disable testing of configuration
700         register value with config mask,
701         * src/pic16/gen.c (pic16_testStackOverflow): prefix stack test
702         function with port->fun_prefix,
703         * (genFunction): when generating a naked interrupt function never
704         create an absolute segment placed in interrupt vector address, place
705         the actual interrupt function at IVA instead, when an interrupt
706         function is generated with unspecified interrupt then do not create
707         the absolute section,
708         * (genGenPointerGet, genGenPointerSet, genPackBits): replace all
709         code for generating a call to generic pointer get/put function with
710         a call to function pic16_callGenericPointer(),
711         * src/pic16/genutils.c (pic16_callGenericPointerRW): NEW, generates
712         the call to the generic pointer get/put functions with prefixing the
713         function name with port->fun_prefix,
714         * src/pic16/glue.c (pic16glue): ifdef-out test of OF_LR_SUPPORT,
715         * src/pic16/main.c (_process_pragma): prefix function with
716         port->fun_prefix,
717         * (_pic16_finaliseOptions): define macro __18Fxxxx macro when
718         calling assembler, old 18Fxxxx macro is deprecated,
719         * src/pic16/pcode.c (unlinkpCodeFromBranch): added PC_INLINE and
720         PC_ASMDIR in while condition,
721         * (findInstruction): add PC_ASMDIR in while condition,
722         * (buildCallTree): prefix main with port->fun_prefix,
723         * (pic16_pCode2str): fixed bug that didn't emit the memory access
724         identifier for variable with banked access in instructions BTFSS,
725         BTFSC, BCF, BSF, BTG
726         * (AnalyzeFlow): moved call to OptimizepCode to pic16_AnalyzeBanking,
727         * src/pic16/pcodepeep.c (pCodeOpCompare): increase size of b to 1024,
728         * src/pic16/pcoderegs.c (pic16_pCodeRegoptimizeRegUsage): don't
729         perform optimization when enviroment variable NO_REG_OPT is set,
730         * (insideLRBlock): NEW, return 1 if register is inside an
731         INF_LOCALREGS block,
732         * (RemoveRegFromLRBlock): remove a register that is completely
733         eliminated by register optimization, but it is still left in local
734         register store/restore in/from stack block,
735         * (Remove2pcodes): after removing register, check to see if it
736         should be removed from local register store/restore in/from stack
737         block,
738         * src/pic16/ralloc.c (pic16_decodeOp): added decode for
739         DUMMY_READ_VOLATILE,
740
741         * device/include/pic16/adc.h: minor prototype modifications and
742         update,
743         * device/include/pic16/malloc.h: added GPL notice various
744         modifications,
745         * device/include/pic16/stdint.h: NEW, standard header for ints
746         * device/include/pic16/delay.h: NEW, header for delay functions,
747         delay10tcy, delay100tcy, delay1ktcy, delay10ktcy, delay100ktcy,
748         delay1mtcy,
749         * device/include/pic16/signal.h: NEW, header providing helper macros
750         for implementing signal handlers,
751         * device/include/pic16/stdio.h: added prototypes for functions,
752         printf, vprintf, sprintf, vsprintf, fprintf, vfprintf. Added
753         prototypes for stdin and stdout, added macro PUTCHAR to
754         automatically implement putchar function prototype,
755         * device/include/pic16/usart.h: modified and updated USART library,
756         * device/lib/pic16/libio/adc/,
757         * device/lib/pic16/libio/i2c: some modifications to improve library
758         performance,
759         * device/lib/pic16/libc/stdio/: modifications for the new printf*
760         family of functions,
761         * device/lib/pic16/libc/stdlib/: various modifications in the malloc
762         family of functions and other sources,
763         * device/lib/pic16/libio/usart/: NEW, c sources for the usart module
764         of the PIC18Fxx[28] devices,
765         * device/lib/pic16/libc/delay/: NEW, c sources for the delay functions,
766         * device/lib/pic16/libc/utils/: minor modifications in the .S sources,
767         * device/lib/pic16/startup/{crt0i.c, crt0iz.c}: redesign of the
768         _do_cinit function, because the previous failed when local variables
769         where not placed in the same memory bank,
770         * device/lib/pic16/libsdcc/char/: various modifications to improve
771         library performance,
772         * doc/sdccman.lyx: some reorganization of the PIC16 part, added many
773         information on the new functions of the c library and more...
774
775 2005-03-28 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
776
777         * src/SDCCBBlock.c (iCodeBreakDown): fixed bug #1170212
778
779 2005-03-26 Raphael Neider <rneider AT web.de>
780
781         * src/pic16/gen.c (genSkipc): fixed semantics (execute branch
782           if condition == CARRY)
783         * (genCmp): adapted to new genSkipc semantics
784         * src/pic16/genutils.c (pic6_genCmp_special): removed side effect
785           on rIfx (genCmp was broken)
786
787 2005-03-26 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
788
789         * src/SDCCmain.c (setDefaultOptions, optionsTable[], parseCmdLine),
790         * src/z80/main.c (_keywords[]),
791         * src/SDCCglobal.h (struct options),
792         * src/SDCC.y,
793         * src/SDCC.lex (isTargetKeyword, doPragma, pragma_tbl[]): new pragmas
794         to enable/disable SDCC and C99 extensions/keywords (std_c89, std_sdcc89,
795         std_c99, std_sdcc99). Also, equivalent command line options (--std-c89,
796         --std-sdcc89, --std-c99, --std-sdcc99). SDCC specific keywords are
797         always available in leading double underscore form. The C99 support is
798         mostly missing, but it's a start.
799         * support/regression/tests/bug-227710.c: fixed nonconforming use of
800         reserved identifier "__data".
801
802 2005-03-24 Maarten Brock <sourceforge.brock AT dse.nl>
803
804         * src/mcs51/peeph.def: fixed bug 1170013
805
806 2005-03-22 Maarten Brock <sourceforge.brock AT dse.nl>
807
808         * device/include/mcs51reg.h: fixed bug 842007
809
810 2005-03-21 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
811
812         * src/SDCCcflow.c (dfNumCompare): committed the wrong version of this
813         last time.
814
815 2005-03-20 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
816
817         * src/port.h (struct PORT),
818         * src/avr/ralloc.c (avr_assignRegisters),
819         * src/avr/main.c,
820         * src/ds390/ralloc.c (ds390_assignRegisters),
821         * src/ds390/main.c,
822         * src/hc08/ralloc.c (hc08_assignRegisters),
823         * src/hc08/main.c,
824         * src/mcs51/ralloc.c (mcs51_assignRegisters),
825         * src/mcs51/main.c,
826         * src/pic/ralloc.c (pic14_assignRegisters),
827         * src/pic/main.c,
828         * src/pic16/ralloc.c (pic16_assignRegisters),
829         * src/pic16/main.c,
830         * src/xa51/ralloc.c (xa51_assignRegisters),
831         * src/xa51/main.c,
832         * src/z80/ralloc.c (z80_assignRegisters),
833         * src/z80/ralloc.h,
834         * src/SDCCopt.c (eBBlockFromiCode, replaceRegEqv, killDeadCode),
835         * src/SDCCcse.c (ifxOptimize, cseBBlock, cseAllBlocks),
836         * src/SDCCcse.h,
837         * src/SDCCdflow.c (computeDataFlow),
838         * src/SDCCdflow.h,
839         * src/SDCCloop.c (addDefInExprs, loopInvariants, loopOptimizations),
840         * src/SDCCloop.h,
841         * src/SDCCcflow.c (*),
842         * src/SDCCcflow.h,
843         * src/SDCCBBlock.c (iCodeBreakDown, dumpEbbsToFileExt, eBBWithEntryLabel),
844         * src/SDCCBBlock.h (struct ebbIndex): new struct that keeps two copies
845         of the eBBlock list, sorted by both bbnum and dfnum. (fixes bug with
846         immedDom() returning wrong block; probably fixes bug #1160833)
847
848 2005-03-20 Borut Razem <borut.razem AT siol.net>
849
850         * support/scripts/inc2h.pl: WIN32 port
851
852 2005-03-19 Maarten Brock <sourceforge.brock AT dse.nl>
853
854         * device/lib/makefile.in: added abs.c and labs.c
855
856 2005-03-17 Maarten Brock <sourceforge.brock AT dse.nl>
857
858         * device/include/stdint.h: added
859         * device/lib/abs.c: added
860         * device/lib/labs.c: added
861         * device/include/stdlib.h: added abs() and labs() prototypes
862         * device/lib/libsdcc.lib: added abs and labs
863         * device/include/float.h,
864         * device/lib/_fsmul.c,
865         * device/lib/printf_fast.c,
866         * device/lib/printf_tiny.c: updated comments
867
868 2005-03-16 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
869
870         * src/SDCCicode.c (geniCodeSwitch, geniCodeJumpTable): fixed
871         bug #1164313
872
873 2005-03-16 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
874
875         * src/SDCCcse.c (cseBBlock): retain assignment to self when volatile
876         * src/SDCCast.c (isLoopCountable): fixed bug #1161985
877
878 2005-03-15 Maarten Brock <sourceforge.brock AT dse.nl>
879
880         * device/lib/printf_large.c: removed inline assembly for portability and
881           readability. Use printf_fast if speed or size are more important.
882         * src/pic16/gen.c: removed conditions around use of DEBUGpc
883         * src/pic16/genutils.h: added define for DEBUGpc for MSVC
884
885 2005-03-15 Vangelis Rokas <vrokas AT users.sourceforge.net>
886
887         * src/pic16/genutils.c (pic16_genCmp_special): initialized offs to
888         prevent compiler warning
889
890 2005-03-14 Vangelis Rokas <vrokas AT users.sourceforge.net>
891
892         * device/lib/pic16/startup/crt0i.c (_cinit): local variables where
893         moved to level 0 and declared as static. Also they are explicit
894         placed in access bank. This was necessery because some times they
895         might cross memory bank boundaries. crt0iz.c is *NOT* updated!!!
896         * src/pic16/device.h: added flag OPTIMIZE_CMP to enable some compare
897         optimizations. Currently only compare to unsigned char is implemented,
898         * src/pic16/gen.c: added fReturnIdx array,
899         * (struct resolvedIfx) is moved to gen.h and made public,
900         * (struct _G): added sregsAlloc and sregsAllocSet fields,
901         * (aopForSym): added an optimization to directly store in stack of
902         the operand of a SEND iCode,
903         * (pic16_aopOp): don't return return registers as strings (AOP_STR)
904         but as registers instead (AOP_REG) using the fReturnIdx array,
905         * (pic16_freeAsmop): remove the freed register from the
906         _G.sregsAlloc field,
907         * (pic16_aopGet): in case AOP_STR, the compare to 'a' is changed to
908         a compare of 'WREG',
909         * (pic16_popGetTempRegCond): changed function prototype, now
910         function takes also a bitVector argument v which holds the current
911         set of registers that are allocated for stack access by aopForSym,
912         registers allocated in aopForSym for accessing stack symbols are not
913         any more part of the functions usedRegs field,
914         * (genCall): some times aopOp is called for a stack variable to be
915         send, aopForSym might perform the push, if this is true make sure
916         that genCall doesn't push the variable twice by testing _G.resDirect,
917         * (genFunction): changed testing for unspecified interrupt number
918         from 256 to INTNO_UNSPEC,
919         * modified selection scheme of frame pointer generation. Previously
920         if function did use local registers a frame pointer was generated,
921         now a frame pointer is generated only if function has arguments
922         (that need PLUSW2 register access), or has stack arguments, or the
923         compiler is not instructed to omit the frame pointer,
924         * (genEndFunction): before restoring local registers that were saved
925         in the function preamble, also restore the registers that *might*
926         have been allocated for stack access,
927         * (genRet): removed some old comments,
928         * (genCmp, the active (RN's) version): added a call to the
929         pic16_genCmp_special function to perform the compare with a more
930         robust and optimized way,
931         * (genInline): a feature has been added in inline code generation,
932         which allows a wildcard variable substitution when writing inline
933         assembly. Code is incomplete and experimental therefore undocumented,
934         * (genCast): changed order of aopOp for result and right to allow
935         aopForSym to directly load the result if possible,
936         * src/pic16/genutils.c (selectCompareOp, pic16_genCmp_special): NEW,
937         perform an optimized compare on some selected special occasions,
938         * src/pic16/genutils.h: declaration of resolvedIfx structure from gen.c,
939         * src/pic16/glue.c (pic16createInterrupVect): make sure we never
940         generate an IVT any more,
941         * src/pic16/main.c (pic16_optionsTable): added command line option
942         --optimize-cmp,
943         * (_pic16_initPaths): when calling C preprocessor define pic18fXXXX
944         macro too, when calling assembler define pic18fXXXX *and* __18Fxxxx
945         macros,
946         * src/pic16/NOTES: Raphael Neider added in list of active developers
947         * src/pic16/pcode.c (OPT_TYPE_STR): added strings jumptable_begin and
948         jumptable_end to prevent bug #,
949         * (pic16_pciADDWFC, ADDFWC, COMF, CLRF): added some missing flags in
950         inCond and outCond fields,
951         * src/pic16/pcoderegs.c (pCodeOptime2pCodes): add a fix for bug #,
952         * src/pic16/ralloc.c (serialRegAssign): explicit set willCS to 0 to
953         turn off register spilling,
954         * (packRegsForOneUse): synced with other ports' versions although it
955         is not used currently,
956         * (pic16_packRegisters): added an optimization while reading
957         structure bitfields, some registers may be saved (malloc code is
958         decreased by 80 bytes)
959
960 2005-03-12 Vangelis Rokas <vrokas AT users.sourceforge.net>
961
962         * src/SDCCcse.c (cseBBlock): inside 'do operand lookup' loop test if
963         left is a bitfield, if yes, then don't optimize assignment. Perhaps
964         this can be optimized more?
965
966 2005-03-10 Raphael Neider <rneider AT web.de>
967
968         * src/pic16/gen.c (pic16_loadFSR0, genPackBits, genUnpackBits,
969           genNearPointerGet): (hopefully) fixed access to bitfields via
970           pointers (p->bitN = x; and x = p->bitN; failed)
971
972 2005-03-09 Paul Stoffregen <paul AT pjrc.com>
973
974         * device/lib/printf_fast.c: fix leading zero format, eg "%02d"
975
976 2005-03-09 Raphael Neider <rneider AT web.de>
977
978         * src/SDCCopt.c (killDeadCode): fixed bug #1156016
979
980 2005-03-06 Maarten Brock <sourceforge.brock AT dse.nl>
981
982         * src/SDCCicode.h: moved CRITICAL and ENDCRITICAL from SKIP_IC2 to SKIP_IC
983         * src/mcs51/ralloc.c (willCauseSpill): added check for REG_BIT type,
984           (regTypeNum): set REG_BIT type if necessary
985         * src/mcs51/ralloc.h: added define REG_BIT, used to fix bug 1144613
986         * support/regression/tests/critical.c: check bug 1144613
987
988 2005-03-02 Raphael Neider <rneider AT web.de>
989
990         * src/pic16/gen.c (genRightShiftLiteral): fixed bug #1154256
991
992 2005-02-26 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
993
994         * src/avr/ralloc.c (serialRegAssign),
995         * src/ds390/ralloc.c (serialRegAssign),
996         * src/hc08/ralloc.c (serialRegAssign),
997         * src/mcs51/ralloc.c (serialRegAssign),
998         * src/pic/ralloc.c (serialRegAssign),
999         * src/pic16/ralloc.c (serialRegAssign),
1000         * src/xa51/ralloc.c (serialRegAssign),
1001         * src/z80/ralloc.c (serialRegAssign): fixed bug #1105154
1002
1003 2005-02-22 Maarten Brock <sourceforge.brock AT dse.nl>
1004
1005         * src/SDCCast.c (decorateType): fixed bug 1124787
1006
1007 2005-02-20 Hubert Sack <sack AT digiplan.de>
1008         committed by Frieder Ferlemann <Frieder.Ferlemann AT web.de>
1009
1010         * src/mcs51/peeph.def: added peepholes 3.h-k and 132.a-f from
1011         patch #1121755
1012
1013 2005-02-20 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
1014
1015         * src/SDCCpeeph.def: new keyword "labelRefCountChange" which allows peepholes
1016         to keep the correct label reference count when adding/removing references
1017         to labels. A peephole file using this is appended to patch #1144962.
1018
1019 2005-02-14 Raphael Neider <rneider AT web.de>
1020
1021         * device/lib/pic16/libc/string/memccpy.c: changed 3rd argument to char
1022         * src/SDCC.lex (process_pragma): fixed to make disable_warning work for PIC16
1023         * src/pic16/gen.c (aopForSym, calls to pic16_aopOp): prevent unneccessary
1024           retrievals of result operand's value on assignment
1025
1026 2005-02-13 Vangelis Rokas <vrokas AT otenet.gr>
1027
1028         * device/include/pic16/string.h: modified prototype for memccpy()
1029         to memccpy(void *, void *, char, size_t)
1030         * src/pic16/gen.c (genFunction, genEndFunction): reenable if-case to
1031         check whether to omit frame pointer or not,
1032         * (genInline): convert all occurences of "\n" to LF in inline
1033         assembler blocks, this helps formatting the inline text,
1034         * (pic16_loadFSR0): modified prototype,
1035         * (genNearPointerGet, genNearPointerSet): reorganization of code,
1036         removed some 8051 legacy code,
1037         * (genPackBits): enabled handling bitfields exceeding one byte in size,
1038         * src/pic16/ralloc.c (pic16_assignRegisters): clear dynrIdx variable
1039         before allocating temporary registers in functions,
1040
1041 2005-02-11 Maarten Brock <sourceforge.brock AT dse.nl>
1042
1043         * support/regression/tests/bitvars.c: corrected the "fix"
1044
1045 2005-02-10 Maarten Brock <sourceforge.brock AT dse.nl>
1046
1047         * support/regression/tests/bitvars.c,
1048         * support/regression/tests/bitwise.c,
1049         * support/regression/tests/rotate.c: "fixed" problems on Alpha
1050
1051 2005-02-10 Raphael Neider <rneider AT web.de>
1052
1053         * src/pic16/pcode.c (assignToSameBank) : fixed cast to pointer of
1054           different size for Alpha
1055         * src/pic16/gen.c (genCmpEq) : improved compare with 0
1056
1057 2005-02-09 Raphael Neider <rneider AT web.de>
1058
1059         * src/SDCC.lex(doPragma) : save and restore warning options as well
1060           (also added new stack plus clone- and copyAndFreeSDCCERRG())
1061         * have #pragma less_pedantic set the errorlevel to WARNING
1062           (fixes #1117001)
1063         * (cloneOptimize) : fixed wrong malloc's size
1064         * support/Util/SDCCerr.[ch] : made SDCCERRG globally accessible to
1065           facilitate correct handling of #pragma (save|restore)
1066
1067 2005-02-09 Maarten Brock <sourceforge.brock AT dse.nl>
1068
1069         * src/mcs51/gen.c: removed non-standard C nameless struct/union
1070
1071 2005-02-04 Slade Rich <slade_rich AT users.sourceforge.net>
1072
1073         * src/pic/gen.c : Fix for bugs #1080519 & #1115662.
1074
1075 2005-02-03 Maarten Brock <sourceforge.brock AT dse.nl>
1076
1077         * device/include/mcs51/c8051f120.h: added declarations for sbit port 2,3&4
1078
1079 2005-02-02 Raphael Neider <rneider AT web.de>
1080
1081         * src/SDCCast.c (processParms): disabled W_NONRENT_ARGS for pic16 port
1082         * src/pic16/gen.c (aopForSym): reenabled special case for function pointers
1083         * (pic16_storeForReturn): fixed to allow returning function pointers
1084         * (genPackBits): improved accessing full bytes, implemented for GPOINTERs
1085         * device/include/pic16/{stddef.h,stdbool.h}: added
1086
1087 2005-02-02 Maarten Brock <sourceforge.brock AT dse.nl>
1088
1089         * device/include/mcs51/c8051f040.h: added define CPT2_PAGE
1090
1091 2005-02-01 Slade Rich <slade_rich AT users.sourceforge.net>
1092
1093         * src/pic16/pic16.dsp : Added file graph.c to make it compile under windows
1094         * src/pic16/Makefile.bcc : Do not use this file but added file graph.c as it
1095          appeared to be required
1096
1097 2005-01-31 Borut Razem <borut.razem AT siol.net>
1098
1099         * support/scripts/sdcc.nsi: added include/asm/ds390, include/asm/mcs51,
1100           include/mcs51 and include/z80 directories to the package
1101
1102 2005-01-26 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
1103
1104         * src/hc08/gen.c (genFunction): fixed bug #1112752
1105
1106 2005-01-30 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
1107
1108         * src/mcs51/peeph.def: adapted peephole 258.x to changed gen.c (genAnd)
1109
1110 2005-01-29 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
1111
1112         * src/mcs51/gen.c (genAnd): accessing LSB/MSB by rotating acc
1113
1114 2005-01-29 Maarten Brock <sourceforge.brock AT dse.nl>
1115
1116         * device/include/Makefile.in: create/copy mcs51 and z80 include subdirs
1117
1118 2005-01-27 Maarten Brock <sourceforge.brock AT dse.nl>
1119
1120         * device/include/c8051fxxx.h: removed these 6 files
1121         * device/include/mcs51/c8051fxxx.h: added these 11 new files
1122
1123 2005-01-26 Raphael Neider <rneider AT web.de>
1124
1125         * src/pic16/gen.c (genAssign): fixed assignment from longs
1126           in codespace (were cut to three bytes)
1127         * (genDummyRead): implemented (except for CODESPACE...),
1128           fixed bug #1108575
1129         * src/pic16/glue.c (emitStatistics): beautified
1130         * device/lib/pic16/libm/Makefile: added include path
1131
1132 2005-01-26 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
1133
1134         * src/z80/gen.c (aopPut): fixed bug #1103902
1135
1136 2005-01-25 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
1137
1138         * device/lib/expf.c: fixed bug #1095792
1139
1140 2005-01-24 Vangelis Rokas <vrokas AT otenet.gr>
1141
1142         * device/lib/pic16/libm: added Math library sources
1143
1144 2005-01-24 Raphael Neider <rneider AT web.de>
1145
1146         * src/pic16/pcode.h: added second memory operand to pCodeOpReg
1147           to enable upcast to pCodeOpReg2 (there is no type tag to
1148           differenciate the two and pic16_popGet2p cast into PCOR2)
1149         * src/pic16/main.c (_process_pragma): fixed another malloc bug
1150           (sizeof(sectNames) changed to sizeof(sectName))
1151           Both patches fix segfaults under MinGW.
1152
1153 2005-01-23 Raphael Neider <rneider AT web.de>
1154
1155         * src/pic16/{device.c,pcode.c}: s/free/Safe_free/g for
1156           Safe_[mc]?alloc()'ed variables
1157         * src/pic16/gen.c (pic16_aopOp,pic16_popGet): added handling
1158           of (byte sized) temporaries (assign them to WREG for now)
1159         * src/pic16/main.c (_process_pragma): fixed nasty malloc bug
1160           (used sizeof(set *sectSyms) instead of sizeof(struct sectSym)),
1161           this might fix SIGSEGVs on MinGW...
1162         * src/SDCCopt.c (killDeadCode): restored original behaviour
1163           (volatile operands might get thrown away though)
1164
1165 2005-01-23 Vangelis Rokas <vrokas AT otenet.gr>
1166
1167         * src/pic16/gen.c: fixed bug #1106975,
1168         * src/pic16/gen.c: fixed possible bug #1102572, now during TOS
1169         pointer update, INTCON is saved, global interrupts are disabled and
1170         restored after updateing TOS.
1171         * src/SDCC.y, src/SDCC.lex, src/SDCCsymt.c, src/SDCCsymt.h:
1172         * added function attribute 'shadowregs' to take advantage of shadow
1173         registers,
1174         * added function attribute 'wparam' as an alternative to the wparam
1175         pragma,
1176         * support/Utils/SDCCerr.[ch]: added error E_SHADOWREGS_NO_ISR when
1177         user declares a non-ISR function as 'shadowregs',
1178         * doc/sdccman.lyx: updated to reflect recent changes of pic16 port
1179
1180 2005-01-22 Vangelis Rokas <vrokas AT otenet.gr>
1181
1182         * .version: bumped version number to 2.4.8
1183         * device/lib/pic16/pics.all: list of PIC18F devices supported by
1184         pic16 port,
1185         * device/lib/pic16/libio/i2c/: I2C module support library,
1186         * device/include/pic16/i2c.h: I2C support library header,
1187         * device/lib/pic16/libc/stdio/: standard IO support sources,
1188         * (printf_small.c): printf_small() source, supports float print,
1189         * (printf_tiny.c): printf_tiny() source, does not support floats,
1190         * device/lib/pic16/Makefile.common.in: added OPT_FLAGS macro to
1191         enable global optimizations for entire library source, other
1192         Makefiles in the source tree are also modified to reflect this,
1193         * device/lib/pic16/libc/stdlib/putchar.c (putchar): dummy putchar()
1194         function,
1195         * doc/sdccman.lyx: updated to reflect new changes,
1196         * src/pic16/gen.c (aopForSym): don't handle sym->iaccess in
1197         sym->onStack if-case,
1198         * src/pic16/main.c (_pic16_keywords): commented out keywords bit,
1199         sbit, idata, _idata, xdata, _xdata,
1200         * added pragma library, to link an external library, (see doc),
1201         * removed command line options, --pomit-config-words, --pomit-ivt,
1202         --pleave-reset-vector,
1203         * (pic16_finaliseOptions): when define macro SDCC_MODEL_{SMALL/LARGE}
1204         when calling assembler to reflect memory model used, also define
1205         macro STACK_MODEL_{SMALL/LARGE} when compiling and assembling to
1206         reflect stack model used,
1207         * src/pic16/ralloc.c (pic16_allocDirReg): when operand is allocated
1208         on stack return NULL,
1209
1210 2005-01-22 Daniel Winkler <post AT danielwinkler.de>
1211
1212         * src/SDCCopt.c (killDeadCode): do not throw iCodes away if one
1213           of the operands is volatile. Fixes #1020220
1214
1215 2005-01-22 Daniel Winkler <post AT danielwinkler.de>
1216
1217         * src/pic16/pcoderegs.c (pCodeOptime2pCodes): reenabled optimization
1218         * (OptimizeRegUsage): make sure that there is really no other flow where
1219           the first pCode is used
1220
1221 2005-01-22 Raphael Neider <rneider AT web.de>
1222
1223         * src/pic16/pcoderegs.c (pCodeOptime2pCodes): disabled optimization
1224           to fix #1106967 (pCode->seq are not set up correctly)
1225
1226 2005-01-22 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
1227
1228         * src/SDCCglue.c (glue): make sure code area is declared before the
1229         static initialization area.
1230
1231 2005-01-21 Raphael Neider <rneider AT web.de>
1232
1233         * device/lib/Makefile.in: fixed test for pic16 install dir
1234         * device/lib/pic16/*/Makefile*: modified compile flags to enable
1235           optimizations
1236         * doc/sdccman.lyx: updated banksel optimization, removed --flr-support and
1237           added --optimize-goto compiler switch and pragma wparam documentation
1238         * src/pic16/pcode.c (pic16_OptimizeBanksel): removed statistics dump
1239         * src/pic16/pcodepeep.c (pic16_pCodeOpCopy): fixed copying of WREG, PRODL
1240           and PRODH closing bug #1071770 (peephole optimizer)
1241
1242 2005-01-19 Raphael Neider <rneider AT web.de>
1243
1244         * src/SDCCglobl.h: ensure that PATH_MAX >= 2048 to guarantee
1245           cmdLine buffers (used when calling sdcpp...) are large enough
1246           (MAX_PATH=256 truncates arguments leading to system halts when
1247           used in MinGW...)
1248         * src/pic16/gen.c (pic16_sameRegs): relaxed size criterion
1249         * (genUminus): rewritten to for efficiency
1250         * (genNearPointer[GS]et): enforce reloading of FSR0 (was still
1251           used uninitialized in some cases)
1252         * (genCast): upcasting a 16bit int to a 24bit GPOINTER may not
1253           copy the third byte from the int -- now assumes 0x80 (data memory)
1254         * src/pic16/genarith.c (pic16_genPlus): fixed bug when swapping
1255           operands (genAddLit expects the iCode's operands to swapped as
1256           well), fixed leftover bytes (crashed for short left operands)
1257         * (pic16_genMinusDec): performance improvements, removed false
1258           PIC14 emitSKPNCs
1259         * (pic16_genMinus): fixed to cope with differently sized operands
1260         * src/pic16/glue.c (pic16_glue): added new banksel optimization
1261           for --obanksel > 1
1262         * src/pic16/pcode.c: implemented (first phase of) banksel optimization
1263         * src/pic16/graph.[ch]: implementation of directed graphs, used by
1264           new banksel optimization
1265         * src/pic16/pcoderegs.c (pCodeRegMapLiveRangesInFlow): prevented
1266           analysis for temporary registers (segfaults...)
1267         * src/pic16/peeph.def: added rule
1268
1269 2005-01-18 Vangelis Rokas <vrokas AT otenet.gr>
1270
1271         * device/lib/pic16/libc/stdlib/x_ftoa.c: it defines x_ftoa function
1272         which converts a float number to its ASCII representation
1273         * device/lib/pic16/libc/utils/cnvfrac.S,cnvint.S: support
1274         functions to convert the fractional and integer part of a float to ASCII,
1275         * device/lib/pic16/libc/stdlib/(calloc.c,free.c, malloc.c,
1276         realloc.c): added _MALLOC_SPEC to explicit place variables in data
1277         ram
1278         * device/include/asm/pic16/features.h: added _CODE, _DATA, _AUTOMEM,
1279         _STATMEM macros,
1280         * device/include/pic16/adc.h: added GPL info,
1281         * src/pic16/gen.c (genIfxpCOpJump): perform an genIfxJump but using
1282         a pCodeOp as tested operand,
1283         * (genNearPointerGet): optimized bit testing, does not use
1284         intermediate register for bit value, test directly instead with
1285         BTFSS, BTFSC, works only for single bits,
1286         * (genpic16Code): dump the name of the iCode in the asm,
1287         * src/pic16/ralloc.c (decodeOp): removed static declaration and
1288         renamed to pic16_decodeOp,
1289         * (serialRegAssign): do not allocate a temporary register for iCode
1290         sequences that test a single bit for 1/0
1291
1292 2005-01-12 Vangelis Rokas <vrokas AT otenet.gr>
1293
1294         * src/pic16/pcode.[ch]: introduced pic16_stackpnt_*,
1295         pic16_framepnt_*, pic16_stack_*, pic1_frame_* pointer variables to
1296         access stack and frame pointers. They are initially assigned to
1297         point at pic16_pc_fsr1[lh] and pic16_pc_fsr2[lh] variables and other
1298         accessing SFRs. Updated all occurences of modification of stack or
1299         frame pointer in gen.c and pcode.c,
1300         * src/pic16/ralloc.c (serialRegAssign): fixed two bugs with
1301         assigning of a literal value to pointers,
1302         * src/pic16/main.c (pic16_finiliseOptions): set pre-processor define
1303         flag STACK_MODEL_SMALL or STACK_MODEL_LARGE according to the model
1304         selected
1305
1306 2005-01-11 Vangelis Rokas <vrokas AT otenet.gr>
1307
1308         * doc/sdccman.lyx: update documentation about stack pragma, added
1309         some info for stack memory models
1310
1311 2005-01-08 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
1312
1313         * src/pic16/gen.c (DEBUGpc): MSVC 6 does not support macro variable arguments
1314
1315 2005-01-08 Raphael Neider <rneider AT web.de>
1316
1317         * src/pic16/device.c (pic16_dump_usection): changed naming scheme for
1318           udata sections to fix bug #1097823
1319
1320 2005-01-05 Raphael Neider <rneider AT web.de>
1321
1322         * src/pic16/gen.c (genGenericShift): added handling of differently
1323           sized left operand and result
1324
1325 2005-01-04 Raphael Neider <rneider AT web.de>
1326
1327         * src/pic16/gen.c (genIfxJump): fixed inverted skips on CARRY
1328         * (genIfx): fixed (?) read from uninitialized SPIL_LOC (now assumes CARRY
1329           to hold the condition bit)
1330         * added new version of genCmp (old code available via #define)
1331         * added new version of genShiftLeft/genShiftRight in a generic
1332           way, now supports shifting by negative values
1333         * (genLeftShiftLiteral, genRightShiftLiteral): use absolute value of
1334           shiftCount (expected by genGenericShift)
1335         * src/pic16/genarith.c (genPlus): added code for adding CARRY+literal
1336         * src/pic16/pcode.c (pic16_OptimizeJumps): removed annoying statistics
1337           dump
1338         * (pic16_newpCodeOpLit): changed to cast to unsigned char (as e.g. -32766
1339           is an invalid literal too...)
1340
1341 2005-01-04 Vangelis Rokas <vrokas AT otenet.gr>
1342
1343         * src/pic16/gen.c (aopForSym, genEndFunction): applied some fixes
1344         from Raphael Neider,
1345         * src/pic16/pcode.c (pic16_newpCodeOpLit): removed casting to char
1346         for 8-bit literals. This fixes some literal operands which are sign
1347         extended to 16-bits ints when instruction needs only 8-bits.
1348
1349 2004-12-31 Paul Stoffregen <paul AT pjrc.com>
1350
1351         * device/lib/logf.c: added mcs51 assembly version
1352         * device/lib/expf.c: added mcs51 assembly version
1353         * device/lib/_logexpf.c: new shared asm code for expf and logf
1354         * device/include/math.h: add defines for assembly math library
1355         * device/lib/Makefile.in: build new _logexpf.c
1356         * device/lib/libfloat.lib: use new _logexpf.c
1357
1358 2004-12-29 Slade Rich <slade_rich AT users.sourceforge.net>
1359
1360         * src/pic/device.c
1361         * src/pic/pcode.c : adjusted internal stack and pre-allocated registers for
1362           device types which have less than 0x7f registers.
1363
1364 2004-12-29 Slade Rich <slade_rich AT users.sourceforge.net>
1365
1366         * src/pic/genarith.c : Fixed problem with subtraction where the result would not be updated when borrowing.
1367
1368 2004-12-28 Paul Stoffregen <paul AT pjrc.com>
1369
1370         * device/lib/printf_fast.c: only build on supported arch.
1371         * device/lib/printf_tiny.c: only build on supported arch.
1372         * device/lib/printf_fast_f.c: only build if asm float lib
1373         * device/lib/_fsget1arg.c: only build if asm float lib
1374         * device/lib/_fsget2args.c: only build if asm float lib
1375         * device/lib/_fsnormalize.c: only build if asm float lib
1376         * device/lib/_fsreturnval.c: only build if asm float lib
1377         * device/lib/_fsrshift.c: only build if asm float lib
1378         * device/lib/_fsswapargs.c: only build if asm float lib
1379         * device/include/stdio.h: don't provide print_fast,
1380           print_fast_f, print_tiny prototypes if --xstack used
1381
1382 2004-12-28 Maarten Brock <sourceforge.brock AT dse.nl>
1383
1384         * device/lib/sincosf.c (sincosf): don't invert bit/bool by ~
1385         * support/regression/ports/mcs51-stack-auto/spec.mk: added new _fs.. files
1386           to the SOURCES
1387
1388 2004-12-28 Paul Stoffregen <paul AT pjrc.com>
1389
1390         * device/lib/printf_fast_f.c: same as printf_fast, but
1391           with floating point enabled
1392         * device/lib/printf_fast.c: minor tweaks
1393         * device/include/stdio.h: add printf_fast_f
1394
1395 2004-12-27 Paul Stoffregen <paul AT pjrc.com>
1396
1397         * src/SDCCmain.c: make --float-reent default for mcs51
1398         * device/lib/_fsadd.c: added mcs51 assembly version
1399         * device/lib/_fssub.c: added mcs51 assembly version
1400         * device/lib/_fsmul.c: added mcs51 assembly version
1401         * device/lib/_fsdiv.c: added mcs51 assembly version
1402         * device/lib/_fseq.c: added mcs51 assembly version
1403         * device/lib/_fsneq.c: added mcs51 assembly version
1404         * device/lib/_fsgt.c: added mcs51 assembly version
1405         * device/lib/_fslt.c: added mcs51 assembly version
1406         * device/lib/_fscmp.c: shared code for fseq,fsgt,fslt,fsneq
1407         * device/lib/Makefile.in: add _fscmp to build
1408         * device/lib/libfloat.lib: add _fscmp to build
1409
1410 2004-12-27 Paul Stoffregen <paul AT pjrc.com>
1411
1412         * device/lib/_fs2slong.c: added mcs51 assembly version
1413         * device/lib/_fs2sint.c: added mcs51 assembly version
1414         * device/lib/_fs2schar.c: added mcs51 assembly version
1415         * device/lib/_fs2ulong.c: added mcs51 assembly version
1416         * device/lib/_fs2uint.c: added mcs51 assembly version
1417         * device/lib/_fs2uchar.c: added mcs51 assembly version
1418         * device/lib/_slong2fs.c: added mcs51 assembly version
1419         * device/lib/_sint2fs.c: added mcs51 assembly version
1420         * device/lib/_schar2fs.c: added mcs51 assembly version
1421         * device/lib/_ulong2fs.c: added mcs51 assembly version
1422         * device/lib/_uint2fs.c: added mcs51 assembly version
1423         * device/lib/_uchar2fs.c: added mcs51 assembly version
1424         * device/include/float.h: added #define to select asm vs c
1425
1426 2004-12-26 Paul Stoffregen <paul AT pjrc.com>
1427
1428         * device/lib/printf_fast.c: improvements to float output
1429         * device/include/float.h: add defines for assembly float library
1430         * device/lib/_fsget1arg.c: receive 1 float arg
1431         * device/lib/_fsget2args.c: receive 2 float args (reentrant)
1432         * device/lib/_fsnormalize.c: normalize a float
1433         * device/lib/_fsreturnval.c: return float, various helper routines
1434         * device/lib/_fsrshift.c: right shift a float's mantissa
1435         * device/lib/_fsswapargs.c: swap 2 floats
1436         * device/lib/Makefile.in: build these 6 new files for mcs51
1437         * device/lib/libfloat.lib: add these 6 files to the library
1438
1439 2004-12-26 Borut Razem <borut.razem AT siol.net>
1440
1441         * sim/ucsim/avr.src/arith_inst.cc: fixed bug #1088372- savr is not
1442           built by gcc 3.4.2
1443
1444 2004-12-25 Paul Stoffregen <paul AT pjrc.com>
1445
1446         * device/lib/printf_tiny.c: printf for mcs51 in only 267 bytes,
1447           and fully reentrant and register bank neutral.
1448         * device/lib/printf_fast.c: added float (not enabled by default),
1449           added compact/slower integer (also not enabled by default),
1450           improved size/speed of fast integer code, other minor changes
1451         * device/include/stdio.h, device/lib/Makefile.in,
1452           device/lib/libsdcc.lib: integrate printf_tiny into mcs51 build
1453
1454 2004-12-24 Maarten Brock <sourceforge.brock AT dse.nl>
1455
1456         * src/pic16/pcode.c: declaring variables other than at the start of a
1457           block is not supported in C by VC6.
1458
1459 2004-12-22 Vangelis Rokas <vrokas AT otenet.gr>
1460
1461         * applied a previous patch from Raphael Neider that wasn't included
1462         in the previous commits, which fixes infinite loops within jumptable
1463         improvements,
1464         * made some fixes that previous patches introduced
1465
1466 2004-12-21 Vangelis Rokas <vrokas AT otenet.gr>
1467
1468         * src/pic16/gen.c (pic16_aopGet): applied fix from Raphael Neider
1469         that fixes an issue with AOP_PCODE asmop's offset,
1470         * (pic16_popCopyReg): update instance field too,
1471         * (mov2w): modified to pic16_mov2w because it conflicts with mov2w
1472         function of pic port,
1473         * (genCmp, genAnd, genAssign),
1474         * src/pic16/genarith.c (genAddLit): some fixes from Raphael Neider,
1475
1476 2004-12-20 Vangelis Rokas <vrokas AT otenet.gr>
1477
1478         * src/SDCCast.c (gatherAutoInit): allow pic16 to emit static
1479         variables initial values to idata section,
1480         * src/SDCCicode.c (geniCodeCall): patch from ### to fix unreferenced
1481         variables in some functions. This utilizes parmBytes field of iCode
1482         structure to hold the offset of the variable in stack. (might be
1483         able to use the stack field too?)
1484         * applied patch from Raphael Neider # ### , # ###
1485         * src/pic16/glue.c (pic16emitRegularMap): fix to print static
1486         variable initial values in idata section,
1487         * src/pic16/ralloc.c (pic16_allocDirReg): don't allocate register
1488         for static variables with initial value
1489         * src/device/lib/pic16/libsdcc/float/ulong2fs.c (__ulong2fs):
1490         applied fix in while loop from Raphael Neider.
1491
1492 2004-12-19 Maarten Brock <sourceforge.brock AT dse.nl>
1493
1494         * src/ds390/gen.c (genCpl): fixed bit=~(char/bit) bugs, added warning
1495         * src/ds390/main.c (_ds390_regparm): don't pass bit params in registers
1496         * src/ds390/ralloc.c (serialRegAssign): spill bits
1497         * src/mcs51/gen.c (genCpl): fixed bit=~(char) bugs, added warning
1498         * support/Util/SDCCerr.c,
1499         * support/Util/SDCCerr.h: added warning W_COMPLEMENT for using bit=~(bit)
1500         * support/regression/tests/bitvars.c: added tests for bitwise complement(~)
1501         * support/regression/tests/bitwise.c: added test for bitwise complement(~)
1502
1503 2004-12-09 Maarten Brock <sourceforge.brock AT dse.nl>
1504
1505         * device/include/sdcc-lib.h: inserted LGPL, added includes
1506           asm/ds390/features.h and asm/mcs51/features.h
1507         * device/include/asm/default/features.h,
1508         * device/include/asm/gbz80/features.h,
1509         * device/include/asm/z80/features.h: added empty _AUTOMEM
1510           and _STATMEM
1511         * device/include/asm/ds390/features.h,
1512         * device/include/asm/mcs51/features.h: added files with defines for
1513           _AUTOMEM and _STATMEM indicating automatic and static storage class
1514         * device/lib/printf_large.c (_print_format): optimized & used _AUTOMEM
1515         * doc/sdccman.lyx: version 2.4.7, updated xstack documentation
1516         * src/SDCCicode.c (geniCodeCast),
1517         * src/SDCCsymt.c (compareType): allow cast of data-ptr to idata-ptr
1518         * src/SDCCloop.c (loopInduction): removed unused variable lr
1519         * src/SDCCopt.c (convilong, convertToFcall): moved "easy special case"
1520           to convertToFcall to include char modulo (RFE 1065037), added check
1521           if left operand is unsigned and use abs of literal value
1522         * src/SDCCpeeph.c (setFromConditionArgs): removed double quotes option
1523           as it doesn't work after conversion from peephole.def to peephole.rul
1524         * src/mcs51/gen.c (toBoolean): added check for size,
1525           (genModOneByte): optimized code for signed char modulo a literal
1526           power of 2 (thanks to Hubert Sack),
1527           (genRRC): removed unnecessary "clr c",
1528           (genRLC): replaced "add a,acc" with cheaper "rlc a"
1529         * src/mcs51/peeph.def: renamed 115 to 115.a, added rule 115.b: another
1530           jump optimization,
1531           swapped rules 256.c and 256.d,
1532           extended 256.d by using new multiple checks (thanks Erik),
1533           added rules 256.e and 256.f,
1534           updated rule 261.a and 261.b to new generated code
1535         * support/regression/tests/muldiv.c: added test div/mod by a power of 2
1536
1537 2004-12-07 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
1538
1539         * src/SDCCloop.c (basicInduction, loopInduction): fixed several
1540           induction related bugs, including first part of bug #1074377
1541
1542 2004-12-05 Vangelis Rokas <vrokas AT otenet.gr>
1543
1544         * applied patch from bug-report #1076292,
1545         * applied patches for genAnd and Goto-optimizations for Raphael
1546         Neider,
1547         * src/SDCCicode.c (printOperand): fixed !REGA source to compile and
1548         dump a less iCode information,
1549         * src/pic16/device.h (pic16_options_t): added field debgen,
1550         * src/pic16/gen.h: added macros DUMP_FUNCTION_ENTRY,
1551         DUMP_FUNCTION_EXIT, FENTRY, FENTRY2,
1552         * src/pic16/gen.c (my_powof2): renamed to pic16_my_powof2 and made
1553         puclic,
1554         * (various functions): added macros FENTRY and FENTRY2 to functions,
1555         to emit function prologue,
1556         * (various functions): fixed indentation,
1557         * (genNearPointerGet): fixed loading of FSR0,
1558         * (genPackBits): applied patch from Raphael Neider to fix updating
1559         of FSR0 and touching only the modified bits,
1560         * src/pic16/genarith.c (various functions): added macros FENTRY to
1561         emit function prologue in comments,
1562         * src/pic16/pcode.h: added functions debugf2, debugf3,
1563         * src/pic16/ralloc.c: partial fix for packForPush caused
1564         segmentation fault,
1565
1566 2004-12-04 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
1567
1568         * src/mcs51/peeph.def: added 261.a,b (16 bit rotate) by Stas Sergeev
1569           <stsp AT users.sourceforge.net> with reversed byte order
1570         * support/regression/tests/rotate.c: added (ds390 skips some tests)
1571
1572 2004-12-03 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
1573
1574         * src/z80/gen.c (genLeftShift, genRightShift): fixed second part of
1575           bug #1074377
1576         * src/hc08/gen.c (genrshFour, shiftRLong, shiftLLong),
1577         * src/mcs51/gen.c (shiftLLong): Fixed some shifting bugs Frieder found
1578
1579 2004-12-02 Slade Rich <slade_rich AT users.sourceforge.net>
1580
1581         * src/pic/pcode.c : fixed a problem where banksel was not being inserted.
1582
1583 2004-12-02 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
1584
1585         * src/SDCCpeeph.c (callFuncByName): support combined peephole rule
1586           conditions,
1587           (setFromConditionArgs): friendly operand parser for peephole rules,
1588           (operandBaseName, operandsNotRelated): new peephole condition
1589           "operandsNotRelated" -- similar to "operandsNotSame", but takes
1590           architecture specific register naming into account, handles n-way
1591           comparisons, and supports quoted literals
1592         * src/mcs51/peeph.def: restored rule 177.d with an extra condition
1593
1594 2004-12-02 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
1595
1596         * src/mcs51/peeph.def: fixed bug #1076940
1597
1598 2004-12-02 Slade Rich <slade_rich AT users.sourceforge.net>
1599
1600         * device/include/pic/pic16f877.h : added an include file for the PIC16F877 device.
1601
1602 2004-11-28 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
1603
1604         Adding support for replacing ljmps with sjmps in jumptables
1605         generated for switch statements. For now you need to set the
1606         environment variable SDCC_SJMP_JUMPTABLE to enable this.
1607         Now 4 algorithms for mcs51 jumptable generation are used:
1608         ljmp or sjmp jumptables for up to 16 cases, stack-pushing target
1609         addresses loaded pc-relative for up to 112 cases and stack-pushing
1610         target addresses loaded with offset from dptr for up to 256 cases.
1611
1612         * src/SDCCpeeph.c: added peephole conditional labelJTInRange
1613         * src/mcs51/main.c: adapted constants for switch table generation
1614         * src/mcs51/peeph.def: added 260.x for replacing ljmp with sjmp
1615
1616 2004-11-26 Maarten Brock <sourceforge.brock AT dse.nl>
1617
1618         * device/lib/printf_large.c (_print_format): fixed bug 1073386
1619         * support/regression/tests/bug1057979.c: added test for bug 1073386
1620
1621 2004-11-25 Vangelis Rokas <vrokas AT otenet.gr>
1622
1623         * src/pic16/pcode.c: fixed bug which may produce error in non-GNU
1624         compilers
1625
1626 2004-11-25 Vangelis Rokas <vrokas AT otenet.gr>
1627
1628         * src/pic16/device.h,
1629         * src/pic16/genarith.c,
1630         * src/pic16/glue.c,
1631         * src/pic16/main.c,
1632         * src/pic16/pcode.c: applied patches #1068154 and #1070213
1633
1634 2004-11-24 Vangelis Rokas <vrokas AT otenet.gr>
1635
1636         Large cummulative patch for pic16 port.
1637         * device/lib/pic16/gstack.h: NEW, user can specify its own handler
1638         to call when a stack overflow occurs,
1639         * (malloc.h): added CVS Id tag,
1640         * (pic18f{242,252,442,452}.h): added T0CONbits structure and
1641         variable,
1642         * added libc directory. The current version of LibC contains string
1643         functions, ctype functions and macros and some functions of the
1644         stdlib set (like malloc/free/atof/atoi etc...). All functions are to
1645         be extensively tested in the future. Standard disclaimer here.
1646         Library is not automatically build yet. But one can build it by
1647         invoking 'make' inside the libc directory.
1648         * added ADC library under libio. Preliminary version yet.
1649
1650         * src/pic16/gen.h: added emitTOGC macro, to toggle Carry flag,
1651         * src/pic16/gen.c (aopForRemat): asmop size is filled by
1652         aopForRemat() now and not by pic16_aopOp(),
1653         * (pic16_popGetTempReg): removed warning messgae when allocating
1654         temporary registers, its a buggy feature and will be removed,
1655         * (pic16_popGet): set register instance field in AOP_CRY,
1656         * (pic16_outBitC): fixed for results in size greater than 1,
1657         * (genUminusFloat): fixed for pic16, ported code from mcs51,
1658         * (pic16_storeForReturn): optimized return of 0,
1659         * (genCmp): experimental code for new genCmp which uses PIC18's
1660         special compare&skip instructions. Initial tests fail some times
1661         with variables grater than 1 byte in size, so new code is disabled,
1662         * (genUnpackBits, genPackBits): more optimizations in reading/writing,
1663         a single bit,
1664         * (genCast): began a fix to optimize the casting of a bit to another
1665         bit, now assigning a bitfield to another bitfield will fail, sorry,
1666         * src/pic16/main.c: disabled the use of lr-support feature,
1667         * src/pic16/pcode.h: renamed PCASMDIR to PCAD,
1668         * added some function prototypes, added function _debugf prototype,
1669         * src/pic16/pcode.c: (pic16_get_op): fixed emitting operands of register
1670         bits with offset (case PO_GPR_BIT),
1671         * (genericPrint): don't emit INFO pcode when --pcode-verbose not in
1672         command line,
1673         * (isBankInstruction): modified to return 0 for no banking instruction,
1674         and 1 for banking instruction,
1675         * (pic16_isPCinFlow): check for PCAD (assembler directives) too,
1676         caused stop processing pCodes after a inline assembly block,
1677         * (pic16_popCopyGPR2Bit): updated to match bitfields with offset,
1678         * src/pic16/pcoderegs.c: fixed a bug with eliminating some temporary
1679         registers when it shouldn't,
1680         * src/pic16/ralloc.c (allocReg): add preliminary support for
1681         supporting a limited set of temporary registers,
1682
1683 2004-11-23 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
1684
1685         * src/hc08/gen.c (genAssign, genPointerGetSetOfs, genDataPointerGet,
1686           genDataPointerSet): ensure assignments always copy in MSB to LSB
1687           order,
1688           (loadRegFromAop): recognize CLRH optimization,
1689           (genFunction): optimize RECEIVE iCodes in reentrant functions
1690
1691 2004-11-20 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
1692
1693         * src/SDCCmain.c (parseCmdLine, optionsTable[]): fixed bug with
1694           --out-fmt-s19 turning into --out-fmt-elf if s19 was already
1695           selected.
1696         * src/SDCCmain.c (linkEdit): don't define SSEG for HC08
1697         * src/hc08/main.c (_hc08_setDefaultOptions): default xdata to be
1698           contiguous with data
1699
1700 2004-11-19 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
1701
1702         * device/lib/_gptrget.c (_gptrget),
1703         * device/lib/_gptrgetc.c (_gptrgetc),
1704         * device/lib/_gptrput.c (_gptrput): _naked allows to use ret
1705           instead of sjmp to ret
1706         * src/mcs51/peeph.def: added peepholes 3.d-g and 177.g,h provided
1707           by Hubert Sack <hsack2002 AT arcor.de> in RFE #1067986, thanks
1708
1709 2004-11-18 Maarten Brock <sourceforge.brock AT dse.nl>
1710
1711         * .version: bumped version to 2.4.7
1712         * device/lib/_gptrget.c (_gptrget): is now _naked
1713         * device/lib/_gptrgetc.c (_gptrgetc): is now _naked
1714         * device/lib/_gptrput.c (_gptrput): is now _naked
1715         * src/SDCCast.c (createBlock): removed ridiculous self-assignment,
1716           (createFunction): fixed xstack
1717         * src/SDCCglue.c (emitMaps): set allocation required for bit area
1718         * src/SDCCicode.c (geniCodeCast): don't change SPEC_OCLS for literal
1719           or bit either,
1720           (geniCodeCritical): store original interrupt state in an iTemp bit
1721           var unless stack-auto
1722         * src/SDCCicode.h: added CRITICAL and ENDCRITICAL to SKIP_IC2
1723         * src/SDCCmain.c (setIncludePath): added include/target to search path
1724         * src/SDCCmem.c (allocParms): store bit vars in bit space, not overlay
1725         * src/SDCCsymt.c (checkFunction): don't check regbank for isr's against
1726           prototype,
1727           (processFuncArgs): put bit vars in bit area
1728         * src/mcs51/gen.c (saveRegisters, unsaveRegisters, genXpush, saveRBank,
1729           unsaveRBank): fixed xstack,
1730           (genFunction): bugfix: replaced (global!) reentrant with fReentrant,
1731           (genFunction, genEndFunction): fixed xstack,
1732           (genAssign): optimization don't walk backwards through mem
1733         * src/mcs51/main.c (_mcs51_regparm): don't pass bit params in registers
1734         * src/mcs51/ralloc.c (createStackSpil): spill bits to bit area
1735         * support/regression/Makefile: also make library (for stack-auto) when
1736           making "all" and added "test-mcs51-xstack-auto"
1737         * support/regression/fwk/lib/testfwk.c: added T2_isr prototype for mcs51
1738         * support/regression/ports/mcs51/T2_isr.c: added this file as a stub
1739         * support/regression/ports/mcs51/fwk.lib: added to link T2_isr stub
1740         * support/regression/ports/mcs51/spec.mk: added rules for fwk.lib
1741         * support/regression/ports/mcs51-stack-auto/spec.mk: replaced
1742           make-library by MAKE_LIBRARY
1743         * support/regression/ports/mcs51-xstack-auto/spec.mk: file added to run
1744           regression tests for xstack
1745         * support/regression/tests/bitvars.c: test for bit vars (bug 938782)
1746         * support/regression/tests/critical.c: test for critical on mcs51
1747
1748 2004-11-18 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
1749
1750         * support/regression/ports/ucz80/spec.mk: use include and lib files from
1751           built version of sdcc instead of installed version
1752
1753 2004-11-14 Maarten Brock <sourceforge.brock AT dse.nl>
1754
1755         * src/mcs51/gen.c (toBoolean): fixed bug 1065458
1756         * device/lib/Makefile.in: z80 uses printf_large.c, sprintf.c and
1757           vprintf.c now
1758         * device/lib/printf_large.c (calculate_digit): fixed bug 1057979
1759         * device/lib/z80/Makefile: don't use printf.c as it fails bug 1057979
1760           WARNING: remove device/lib/build/z80/printf.o by hand when
1761           updating from previous build!
1762         * device/lib/z80/printf.c: updated comment
1763         * support/regression/tests/bug1057979.c: test all ports now
1764         * support/regression/tests/bug1065458.c: file added
1765
1766 2004-11-12 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
1767
1768         * src/z80/gen.c (genFunction, genEndFunction): avoided generating
1769           *_start and *_end symbols for static functions
1770
1771 2004-11-11 Maarten Brock <sourceforge.brock AT dse.nl>
1772
1773         * src/SDCCmain.c (linkEdit): don't suppress crt0 if --nostdlib is used
1774           and search crt0.o in all library paths,
1775           (setIncludePath): proper handling of --nostdinc,
1776           (setLibPath): proper handling of --nostdlib
1777         * support/regression/Makefile,
1778         * support/regression/ports/ds390/spec.mk,
1779         * support/regression/ports/gbz80/spec.mk,
1780         * support/regression/ports/hc08/spec.mk,
1781         * support/regression/ports/mcs51/spec.mk,
1782         * support/regression/ports/mcs51-large/spec.mk,
1783         * support/regression/ports/mcs51-stack-auto/spec.mk,
1784         * support/regression/ports/z80/spec.mk: use include and lib files from
1785           built version of sdcc instead of installed version
1786         * doc/sdccman.lyx: fixed typo in --nostdinc
1787
1788 2004-11-10 Slade Rich <slade_rich AT users.sourceforge.net>
1789
1790         * src/pic/pcode.c,
1791         * src/pic/device.c,
1792         * src/pic/ralloc.c,
1793         * src/pic/gen.c : added support to generate code for struct bit fields.
1794
1795 2004-11-06 Maarten Brock <sourceforge.brock AT dse.nl>
1796
1797         * as/xa51/xa_version.h,
1798         * device/include/errno.h,
1799         * device/include/regc515c.h,
1800         * device/lib/_itoa.c,
1801         * device/lib/_ltoa.c,
1802         * device/lib/ser_ir_cts_rts.c,
1803         * sim/ucsim/xa.src/glob.cc,
1804         * sim/ucsim/xa.src/inst_gen.cc,
1805         * sim/ucsim/xa.src/xa_bit.cc,
1806         * sim/ucsim/xa.src/xa_sfr.cc,
1807         * sim/ucsim/z80.src/inst_dd.cc,
1808         * sim/ucsim/z80.src/inst_fdcb.cc,
1809         * support/scripts/keil2sdcc.pl,
1810         * src/pic16/pic16.dsp,
1811         * src/pic16/pic16a.dsp: corrected cvs line endings
1812         * device/lib/printf_large.c: fixed bug 1057979
1813         * src/pic16/gen.c: fixed non-C standard code
1814         * src/SDCCmain.c: made --pack-iram default, added --no-pack-iram
1815         * src/SDCCglobl.h: changed pack_iram to no_pack_iram
1816         * support/regression/ports/mcs51/support.c: reload T1 asap
1817         * doc/sdccman.lyx: updated for options --pack-iram and --no-pack-iram,
1818           pdata use and clear idata startup behaviour
1819         * support/regression/tests/bug1057979.c: added
1820
1821 2004-11-04 Maarten Brock <sourceforge.brock AT dse.nl>
1822
1823         * device/examples/ds390/ow390/ad26.h,
1824         * device/examples/ds390/ow390/cnt1d.h,
1825         * device/examples/ds390/ow390/crcutil.c,
1826         * device/examples/ds390/ow390/ownet.h,
1827         * device/examples/ds390/ow390/owsesu.c,
1828         * device/examples/ds390/ow390/swt12.h,
1829         * device/examples/ds390/ow390/swtoper.c,
1830         * device/examples/ds390/ow390/temp10.h,
1831         * device/examples/ds390/ow390/thermodl.c,
1832         * device/examples/ds390/tinitalk/tinitalk.dsp,
1833         * device/examples/ds390/tinitalk/tinitalk.dsw,
1834         * device/examples/mcs51/clock/hw.h,
1835         * device/examples/mcs51/simple2/go.bat,
1836         * device/examples/serialcomm/windows/serial.h,
1837         * device/examples/xa51/dummy.c,
1838         * device/examples/xa51/hello.c,
1839         * device/include/80c51xa.h,
1840         * device/include/at89x051.h: corrected cvs line endings
1841
1842 2004-11-04 Vangelis Rokas <vrokas AT otenet.gr>
1843
1844         * src/pic16/main.c (options): added command line --gstack, to trace
1845         stack over/under flows,
1846         * added pragma 'wparam' to allow passing first byte of function
1847         parameters via WREG, syntax is #pragma wparam my_function[, func2...]
1848         * src/pic16/gen.c (pic16_testStackOverflow): function which emits a
1849         call to __gstack_test function and sets up the symbol as extern,
1850         * (pic16_pushpCodeOp, pic16_poppCodeOp, pushw, pushaop, popaopidx,
1851         * popaop): added call to pic16_testStackOverflow,
1852         * (wParamCmp, inWparamList): NEW, test existence of a symbol in
1853         wparamList list,
1854         * (genCall, genPcall): now all parameters are passed via stack
1855         except in functions that are pass to wparam pragma in which WREG is
1856         used too,
1857         * (genPcall): REENTRANT flag is checked to see if variable prototype
1858         contains reentrant keyword, don't call a non-reentrant function, via
1859         a reentrant function pointer or vice versa, functions are never
1860         passed via WREG,
1861         * (genJumpTab): applied patch from bug #1057478 by R.Neider and
1862         D.Winkler,
1863         * src/pic16/glue.c (pic16emitRegularMap): fixed bug which caused a
1864         SIGSEGV when accessing a NULL register stucture,
1865         * (pic16_printGPointerType): modified to handle UPPER modifier for
1866         function initializers, changed prototype of function to simpler one,
1867         * (pic16_printIvalFuncPtr): check to see if function is already
1868         added in externs list,
1869         * src/pic16/pcoderegs.c (pCodeOptime2pCodes): fixed bug which
1870         optimized a move from W to SFR with a move to the same register
1871         later after a CALL,
1872         * device/lib/pic16/debug: NEW directory, contains debug features
1873         which are enabled when linking with libdebug.lib, currently command
1874         line option --gstack enables stack pointer tracing for over/under
1875         flow, corresponding sources are in debug/gstack
1876
1877 2004-10-30 Vangelis Rokas <vrokas AT otenet.gr>
1878
1879         * doc/sdccman.lyx: updated SDCC version,
1880         * (PIC16 port): update list of command line options,
1881         * src/pic16/device.h (structure pic16_options_t): added field gstack
1882         to enable stack overflow tracing on push/pops,
1883         * src/pic16/device.c (statistics structure): added statistics
1884         structure,
1885         * (pic16_dump_access, pic16_dump_usection, pic16_dump_gsection,
1886         pic16_dump_int_registers): increase statistics counters for each
1887         * variable which is encountered
1888         * (pic16_dump_usection): emit each .udata variable to its own udata
1889         section,
1890         * src/pic16/gen.c (assignResultValue, genCall, genPcall, genFunction):
1891         when macro USE_WREG_IN_FUNC_PARAMS is set to 0 pass all function
1892         parameters via stack, otherwise use old scheme,
1893         * src/pic16/glue.c (pic16_emitStatistics): dump statistics in
1894         assembler output file,
1895         * src/pic16/main.c: added command line options --gstack to enable
1896         push/pop tracing for stack overflow,
1897         * src/pic16/pcode.c (all pCodeInstruction records for PIC18F
1898         instructions): added size of each instruction,
1899         * (pic16_countInstruction): estimate size of instructions in
1900         the_pFile list, inline assembly blocks are not counted,
1901         * (pic16_FixRegisterBanking): trace previous register usage, when
1902         banksel optimizations is greater than 0, don't emit a redudant
1903         banksel directive,
1904
1905 2004-10-26 Slade Rich <slade_rich AT users.sourceforge.net>
1906
1907         * src/pic/ralloc.c : fixed inefficient code produced when compiling a complimented bit operation.
1908         * src/pic16/ralloc.c : applied same fix for pic16.
1909         * src/pic/gen.c : tidied it up a little.
1910
1911 2004-10-25 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
1912
1913         * src/mcs51/peeph.def: disabled 259.a,b for removing redundant ret,
1914         thanks to Martin Helmling for reporting (mail on sdcc-devel 2004-10-25)
1915
1916 2004-10-22 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
1917
1918         * src/SDCCast.c (reverseParms): fixed bug #1040577 (part 2)
1919
1920 2004-10-22 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
1921
1922         * device/lib/ser_ir_cts_rts.c: integer promotion caused a call to the
1923         non-reentrant function __modsint in the interrupt function (thus
1924         corrupting math operations during serial I/O)
1925         * device/lib/ser_ir.c: as above, changed buffersize
1926         * src/mcs51/peeph.def: added 259.a,b for removing redundant ret,
1927         256.c,d for zeroing
1928         * doc/Makefile: added option -t for rsync
1929
1930 2004-10-22 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
1931
1932         * src/SDCCast.h (struct ast),
1933         * src/SDCCast.c (reverseParms, copyAst): fixed bug #1040577 (part 1)
1934
1935 2004-10-20 Borut Razem <borut.razem AT siol.net>
1936
1937         * support/scripts/sdcc.nsi: added include/pic16/*.h to the setup
1938         package
1939
1940 2004-10-20 Vangelis Rokas <vrokas AT otenet.gr>
1941
1942         * device/lib/pic16/libsdcc/Makefile: added lregs directory in
1943         makefile targets,
1944         * device/lib/pic16/libsdcc/lregs/{Makefile,lrst.c,lrrest.c}: NEW
1945         support functions to replace long sequences of MOVFF's from access
1946         bank registers to stack and vice versa,
1947         * src/pic16/device.h: added new field opt_flags, where optimization
1948         flags can be set to enable certain features,
1949         * src/pic16/gen.c (pic16_emitpinfo): NEW to add PC_INFO pCode in
1950         * pBlock, (genFunction, genEndFunction): surroung loop for
1951         saving/loading used registers in stack with PC_INFO pCodes,
1952         INF_LREGS. Code in between can then be optimized by pCode optimizer
1953         to support function calls,
1954         * (genDataPointerSet): fixed bug which loaded float fields in
1955         structures with corrupt data,
1956         * src/pic16/genutils.c (debugf, _debugf): macro/function which emits
1957         in a standard way debug info on stderr. Feature used for developing
1958         and debugging only,
1959         * src/pic16/glue.c (pic16glue): reformatted, deleted some old and
1960         obsolete chunks of code,
1961         * if optimization flag OF_LR_SUPPORT was set, call pic16_OptimizeLocalRegs,
1962         * src/pic16/main.c (_pic16_parseOptions): added handler for --flr-support,
1963         * pic16/src/pcode.c (pic16_newpCodeInfo,
1964         * (pic16_newpCodeOpLocalRegs),
1965         * (pic16_convertLocalRegs2Support): NEW, to support new optimization
1966         feature,
1967         * (pic16_pCodeConstString): printing of the initial value of a
1968         symbol as a comment is inhibited since parsing was already done by
1969         copyStr and output is corrupt,
1970         * (pic16_pCode2str, genericPrint): handle PC_INFO pCode,
1971
1972 2004-10-20 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
1973
1974         * src/mcs51/ralloc.c (packRegisters): fixed bug #1044601
1975
1976 2004-10-19 Maarten Brock <sourceforge.brock AT dse.nl>
1977
1978         * as/mcs51/lkarea.c: removed old K&R style,
1979           (lnksect): changed check on boundary error,
1980           (lnksect2): changed check on boundary error,
1981           (lnksect2): extend XSTK to end of page if size = 1
1982         * as/mcs51/lkmain.c: removed old K&R style,
1983           (Areas51): create l_IRAM symbol
1984         * as/mcs51/lkmem.c (summary2): added report on PSEG and XSTK
1985         * device/lib/Makefile.in: renamed model-mcs51-reentrant to
1986           model-mcs51-stack-auto, added model-mcs51-xstack-auto
1987         * device/lib/_mullong.c: added version to be compiled with xstack
1988         * device/lib/mcs51/crtclear.asm: clear only upto --iram-size
1989         * device/lib/mcs51/crtxclear.asm: clear pdata as well
1990         * device/lib/mcs51/crtxstack.asm: fixed comment
1991         * src/SDCCglue.c: maxInterrupts defaults to 0,
1992           (emitMaps): added pdata,
1993           (createInterruptVect): (re)moved default,
1994           (glue): added pdata,
1995           (glue): moved __start__xstack to XSTK with default size 1
1996         * src/SDCCmain.c (parseCmdLine): automatically set options.intlong_rent
1997           and options.float_rent when options.stackAuto is set,
1998           (linkEdit): only write XDATA_NAME if provided on command line
1999         * src/SDCCmem.h,
2000         * src/SDCCmem.c: added pdata
2001         * src/port.h: added pdata_name to PORT
2002         * src/mcs51/gen.c (toBoolean): fixed for Acc use of aopGet,
2003           (saveRegisters, unsaveRegisters): removed usage of B,
2004           (genMinus): fixed accumulator clash,
2005           (genJumpTab): added comment, this needs another look
2006         * src/mcs51/gen.c: added check for "B in use" paranoia,
2007           added pushB() and popB()
2008         * src/mcs51/peeph.def: restart after 177.c so 177.a can get a second
2009           chance
2010         * src/avr/main.c,
2011         * src/ds390/main.c,
2012         * src/hc08/main.c,
2013         * src/mcs51/main.c,
2014         * src/pic/main.c,
2015         * src/pic16/main.c,
2016         * src/xa51/main.c,
2017         * src/z80/main.c: (reset_regparms) made void parameter explicit and
2018           added PSEG (PAG,XDATA) or NULL to port specifier
2019         * src/ds390/main.c (_ds390_genIVT): moved implemented default in here
2020         * src/mcs51/main.c (_mcs51_genIVT): moved implemented default in here,
2021           (_mcs51_genInitStartup): removed __start__xstack equ,
2022           (mcs51_port): moved xstack from XSEG (XDATA) to XSTK (PAG,XDATA)
2023         * src/pic16/device.c (pic16_dump_usection, pic16_dump_isection),
2024         * src/z80/gen.c (_rleAppend): fixed warnings
2025         * support/regression/tests/zeropad.c: added pdata test
2026         * .version: bumped to 2.4.6
2027
2028 2004-10-17 Borut Razem <borut.razem AT siol.net>
2029
2030         * support/scripts/sdcc.nsi: cross compiling of WIN32 setup.exe on Linux
2031         as a part of nightly build
2032
2033 2004-10-16 Vangelis Rokas <vrokas AT otenet.gr>
2034
2035         * src/pic16/gen.c (struct _G): added field useWreg, is set to 1 when
2036         WREG holds the first byte function parameters,
2037         * (aopForSym): take special case for symbols which are in FARSPACE
2038         but in CODESPACE too,
2039         * (assignResultValue): modified to take into account _G.useWreg,
2040         * (genCall): don't use wreg for parameter passing when function is
2041         declared as reentrant, too, added optimization INCF to stack
2042         pointer when stack parameter count is 1,
2043         * (genFunction, genEndFunction): refurnished and fixed to not using
2044         wreg for passing parameters when function has varargs or is
2045         reentrant, fixed bug with symbol name compare for generating
2046         functions in absolute address,
2047         * (pic16_storeForReturn): refurnished,
2048         * (genCmp): began writing a new version of the function, not ready
2049         yet, therefore it is disabled,
2050         * (genAssign): do not read code memory when assigning a function to
2051         a pointer function,
2052         * src/pic16/glue.c (pic16emitStaticSeg): abSym->name is defined an
2053         array of characters, not pointer,
2054         * (pic16initialComments): in debug mode emit an .ident directive for
2055         the assembler,
2056         * (_process_pragma): emit a new warning type (internal to pic16)
2057         when setting stack to default length, emit a similar warning when
2058         placing a function at absolute address and address is not word aligned
2059         * (_pic16_parseOptions): added 'return TRUE' statement,
2060         * (_pic16_linkEdit): if compiling a source, then add the source's
2061         file object, first in the list of objects to link,
2062
2063 2004-10-13 Slade Rich <slade_rich AT users.sourceforge.net>
2064
2065         * src/pic/pcoderegs.c : increased count on regUsedinRange to prevent unnecessary warning.
2066         * src/pic/main.c : removed VC warning.
2067         * src/pic/gen.c : changed comment.
2068
2069 2004-10-12 Vangelis Rokas <vrokas AT otenet.gr>
2070
2071         * device/lib/pic16/libsdcc/gptr/gptrput[234].c: an external
2072         reference to a deprecated symbol _GPTRREG was causing failure to
2073         link. Thanks G. M. Gallant for the info.
2074
2075 2004-10-12 Slade Rich <slade_rich AT users.sourceforge.net>
2076
2077         * src/pic/pcode.c : Applied a code patch supplied by Paul Ashmore in
2078         comments for Bugs item #954788.
2079
2080 2004-10-10 Vangelis Rokas <vrokas AT otenet.gr>
2081
2082         * src/pic16/device.c (pic16_dump_gsection,
2083         * pic16_groupRegistersInSection): handle symbols declared to be in
2084         access bank differently,
2085         * src/pic16/gen.c (struct _G): added field resDirect,
2086         * (aopForSym): if symbol on stack and iCode is '=' and result exists,
2087         send values read from stack directly to result and don't allocate
2088         temporary values,
2089         * (pic16_sameRegs): fixed bug that allowed MOVFF to move between
2090         same registers,
2091         * (pic16_sameRegsOfs): NEW,
2092         * (freeAsmop): if _G.resDirect is set then do not mark registers as
2093         free because they were not allocated from temporary pool,
2094         * pic16_popRegFromString): workaround to fix a problem with
2095         allocating variables twice or never,
2096         * (genGenPointerGet): using PRODL instead of FSR0H,
2097         * (genGenPointerSet): using POSTDEC1 (that is a stack location)
2098         instead of FSR0H,
2099         * (genAssign): take advantage of the _G.resDirect flag,
2100         * (genCast): around line 11844, use mov2f instead of directly
2101         MOVFF'ing between operands to account for literal values,
2102         * src/pic16/genutils.c: some new debug functions for gpsim have been
2103         added,
2104         * src/pic16/glue.c (pic16_printIvalType): fixed bug that initialized
2105         float with integer part only,
2106         * src/pic16/main.c (_process_pragma): handle pragma udata access to
2107         place variables in access bank
2108         * device/lib/pic16/libsdcc/gptr/gptr*.c: using BRA instead of GOTO,
2109         updated sources to reflect recent changes in gen.c
2110
2111 2004-10-06 Vangelis Rokas <vrokas AT otenet.gr>
2112
2113         * device/lib/pic16/libsdcc/Makefile.rules: fixed bug concerning
2114         sources that searched for headers in installation path, now the
2115         device/include/pic16 is used,
2116         * src/pic16/glue.c (pic16glue),
2117         * src/pic16/pcode.c (pCode2str, genericPrint): don't print .file or
2118         .line directives if not in debug mode, this suppresses assembler's
2119         warnings for ignored directives
2120
2121 2004-10-05 Maarten Brock <sourceforge.brock AT dse.nl>
2122
2123         * src/port.h: made reset_regparms prototype void parameter explicit.
2124         * src/SDCCsymt.c (processFuncArgs): removed argument "func".
2125         * src/mcs51/ralloc.c (packRegisters): new fix for bugs 898889 & 979599.
2126         * doc/sdccman.lyx: documented warning disabling and how to use
2127           printf_large to make it print floats.
2128         * device/include/stdbool.h: NEW
2129         * device/lib/_atof.c,
2130         * device/lib/_divuint.c,
2131         * device/lib/_divulong.c,
2132         * device/lib/expf.c,
2133         * device/lib/printf_large.c,
2134         * device/lib/sincosf.c,
2135         * device/lib/sincoshf.c: used stdbool.h, all compile with stack-auto now
2136         * device/lib/Makefile.in: added target for model-mcs51-reentrant to build
2137           a completely reentrant lib.
2138
2139 2004-10-05 Vangelis Rokas <vrokas AT otenet.gr>
2140
2141         * device/lib/pic16/libsdcc/gptr/gptr*.c: added return statements
2142         * device/include/pic16/stdio.h: fixed bug with colon
2143
2144 2004-10-03 Vangelis Rokas <vrokas AT otenet.gr>
2145
2146         * device/include/pic16/stdio.h,
2147         * device/include/pic16/stdlib.h,
2148         * device/include/pic16/math.h: NEW
2149         * device/lib/pic16/libsdcc/gptr/*.c (gptrget*, gptrput*): functions
2150         declared as _naked to reduce overhead
2151         * device/lib/Makefile.in (target port-specific-objects-pic16):
2152         changed * to *.* so to ignore the CVS directory,
2153         * src/pic16/gen.c (pic16_freeAsmop): added code to store result of
2154         stacked variables back in stack,
2155         * (genEndFunction): fixed bug reported by G.M. Gallant with stack
2156         corruption
2157
2158 2004-10-01 Vangelis Rokas <vrokas AT otenet.gr>
2159
2160         * .version: bumped version number to 2.4.5
2161         * support/Util/SDCCerr.h: added warning W_POSSBUG2.
2162         * support/Util/SDCCerr.c (messages structure): added entry for
2163         W_POSSBUG2
2164
2165         Large cumulative patch for pic16 port and libraries.
2166         * device/include/pic16/sdcc-lib.h,
2167         * device/include/pic16/stdarg.h,
2168         * device/include/asm/pic16/features.h,
2169         * device/include/lib/pic16/libsdcc/gptr/{*.c, Makefile}: NEW,
2170         * device/include/pic16/float.h: changes reentrant keyword with
2171         _FS_REENTRANT, added prototype for __fsneq, included sdcc-lib.h
2172         * device/lib/pic16/libsdcc/Makefile: added target directory gptr,
2173         updated target build-libraries to include objects from gptr,
2174         * device/lib/pic16/libsdcc/{char,int,long}/*.c: added macro
2175         _IL_REENTRANT to all function headings, included sdcc-lib.h header,
2176         * device/lib/pic16/libsdcc/float/*.c: added macro _FS_REENTRANT to
2177         all function headings,
2178         * src/SDCCmain.c: added global parameter userIncDirsSet,
2179         * (parseCmdLine): when option -I is encountered add directory to
2180         userIncDirsSet too,
2181         * src/version.awk: added space between control and long,
2182         * src/pic16/NOTES: added some notes for the port,
2183         * src/pic16/gen.c: added prototype for mov2fp function,
2184         * (fReturnpic16[]): properly named return value registers,
2185         * (_G structure): added fields stackRegSet, fregsUsed, stack_lat,
2186         * (aopForSym): added code to handle symbols with onStack flag set,
2187         symbols onStack are allocated PTRSIZE bytes,
2188         * (aopFreeAsmop): handles special case where asmops are stack objects,
2189         * (aopGet, pic16_popGet): adde cod to handle new asmop AOP_STA,
2190         * (pic16_popGetTempReg, pic16_popGetTempRegCond, pic16_popReleaseTempReg):
2191         added argument lock to trace flaws in allocating temporary registers
2192         when developing port,
2193         * (pic16_popGetLit, pic16_popGetLit2): changed lit from unsigned to signed
2194         * (pic16_popRegFromString): reenabled allocating a direct register
2195         from string,
2196         * (assignResultValue): various beautifications,
2197         * fixed bug #1037717 (patch from R. Neider & D. Wrinkler) with mistaken
2198         referenced function argument,
2199         * (genIpush): reenabled to allow stacked arguments, handles only
2200         ic->parmPush iCodes,
2201         * (genCall, genPcall): major changes to allow for variable argument
2202         functions, fixed a bug with falsely restoring stack pointer after
2203         returning from call,
2204         * (genFunction): pending code for critical function,
2205         * (shiftR1Left2ResultSigned, shiftR1Left2Result, shiftL2Left2Result,
2206         * (shiftR2Left2Result, shiftLLong) applied patch #1032155 from R.Neider,
2207         * (genNearPointerGet): fixed bug with indirect reading, was always
2208         reading from INDF0
2209         * (genGenPointerGet, genGenPointerSet): rewrote to support generic
2210         pointers,
2211         * (genAddrOf): rewrote code to take address of a stacked function parameter
2212         * (genCast): fixed casting to generic pointer type,
2213         * src/pic16/gen.h: added AOP_STA,
2214         * (struct asmop): added field stk,
2215         * src/pic16/genarith.c (pic16_AopType): handle AOP_STA,
2216         * (pic16_genPlusIncr): changed emitSKPNZ to emitSKPNZ,
2217         * (pic16_genAddLit, pic16_genPlus): applied patch #1034042 by tecodev,
2218         * (pic16_genMinus): fixed bug #1035119 with patch submitted by tecodev,
2219         * src/pic16/genutils.c (pic16_genNot): removed symbol *tlbl,
2220         * src/pic16/glue.c (pic16_printGPPointerType): fixed to support new
2221         generic pointers,
2222         * src/pic16/main.c (_pic16_initPaths): ignores default SDCC include
2223         and library paths,
2224         * (pic16_port structure): generic pointer size is set to 3,
2225         * src/pic16/pcode.c (pic16_newpCodeOpLit): correctly print literal integer,
2226         * (insertBankSwitch): cast to (char *) to prevent 64bit CPUs'
2227         compiler warning,
2228         * src/pic16/ralloc.c (allocReg): prevent allocating register when
2229         operand is an iTemp,
2230
2231 2004-09-24 Martin Helmling <mh AT octo-soft.de>
2232
2233         * debugger/mcs51/cmd.c: set PC if a symbol at pc reg is set
2234         * debugger/mcs51/simi.c: addapt new syntax of s51
2235
2236 2004-09-23 Vangelis Rokas <vrokas AT otenet.gr>
2237
2238         * src/pic16/genutils.c (pic16_genNot): fixed bug #1032265,
2239         * src/pic16/pcode.c: commented out some calls to free() in order to
2240         fix bug #989576,
2241
2242 2004-09-23 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
2243
2244         * src/SDCCicode.h,
2245         * src/SDCCicode.c (isiCodeInFunctionCall),
2246         * src/avr/ralloc.c (selectSpil),
2247         * src/pic/ralloc.c (selectSpil),
2248         * src/pic16/ralloc.c (selectSpil),
2249         * src/ds390/ralloc.c (selectSpil),
2250         * src/hc08/ralloc.c (selectSpil),
2251         * src/xa51/ralloc.c (selectSpil),
2252         * src/mcs51/ralloc.c (selectSpil): Don't use remainSpil to spill to the
2253         stack in the middle of a function call sequence (fixes bug #1020268)
2254         * src/SDCCicode.c (geniCodeJumpTable): fixed error in computing the
2255         costs associated with the minimum switch case.
2256
2257 2004-09-19 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
2258
2259         * src/SDCC.lex: fixed bug #1030549
2260
2261 2004-09-19 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
2262
2263         * src/SDCCcse.h (struct cseDef),
2264         * src/SDCCcse.c (cseBBlock, newCseDef, ifFromAddrTaken): purge CSEs
2265         over a function call if the CSE is derived from a symbol whose
2266         address has been taken (fixes bug #1029883)
2267         * support/regression/tests/bug-1029883: a new regression test for
2268         this bug
2269
2270 2004-09-18 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
2271
2272         * src/hc08/gen.c (emitinline): fixed bug #1029778
2273         * src/SDCC.y (assignment_expr): fixed the grammer so that assignment
2274         to a cast object is no longer a syntax error ("fixes" bug #1030006,
2275         and starts toward RFE #905167)
2276
2277 2004-09-17 Vangelis Rokas <vrokas AT otenet.gr>
2278
2279         * src/pic16/gen.c (mov2f): New function to move an operand to
2280         another without considering if it is a literal or a register,
2281         * (pic16_sameRegs): don't check if they are both AOP_REG,
2282         * (AccRsh): removed andmask=0 lines,
2283         * (genLeftShift): duplicated to be improved in future versions,
2284         * src/pic16/main.c (_process_pragma): emit stack default size in hex,
2285         * src/pic16/pcode.c: added POC_INFSNZW, updated inverted_op fields
2286         in POC_INCFSZ, POC_INCFSZW, POC_INFSNZ,
2287         * (pic16initMnemonics): added initialization for POC_INFSNZW,
2288         * (insertBankSwitch): fixed inserting banksel directives algorithm
2289         for instructions that follow a skip instruction, this fixes a report
2290         for broken subtraction code generation,
2291         * src/pic16/ralloc.c (deassignLRs): do not free register if current
2292         iCode is a left op, just in case result and right share the same
2293         registers
2294
2295 2004-09-16 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
2296
2297         * src/hc08/main.c,
2298         * src/hc08/gen.c (genJumpTable): more efficient jump table, supports
2299         preservation of HX
2300         * src/hc08/gen.c (pullRegs): fixed order of HX & XA pairs
2301         * src/mcs51/ralloc.c (packRegisters): removed the patch applied
2302         on 2004-09-12; it was buggy
2303
2304 2004-09-15 Bernhard Held <bernhard AT bernhardheld.de>
2305
2306         * src/SDCCsymt.h: removed RESULT_CHECK
2307         * src/SDCCast.c,
2308         * src/SDCCglue.c,
2309         * src/SDCCval.c,
2310         * src/pic/glue.c,
2311         * src/pic16/glue.c: replaced RESULT_CHECK with RESULT_TYPE_NONE
2312
2313 2004-09-15 Vangelis Rokas <vrokas AT otenet.gr>
2314
2315         * src/SDCCicode.c (piCode): applied patch from Raphael Neider,
2316         * src/pic16/device.c (pic16_assignConfigWordValues): wrong
2317         configuration values no more rejected by compiler, they are assigned
2318         to configuration registers with a warning message instead,
2319         * src/pic16/glue.c (pic16_emitConfigRegs): added +1 at top-limit of
2320         the for-loop so last conf register is emitted too,
2321         * (_pic16_initPaths): link library libsdcc.lib by default,
2322         * (_hasNativeMulFor): modified test for multiplication according to
2323         Raphael Neider's remarks. Integer multiplication is also done with
2324         support functions,
2325         * device/include/pic16/pic18fregs.h: corrected type error in while
2326         testing and including 18f6720 header file
2327
2328 2004-09-14 Vangelis Rokas <vrokas AT otenet.gr>
2329
2330         * src/pic16/device.h (pic16_options): removed field use_crt,
2331         * src/pic16/gen.c (genUnpackBits): added call to pic16_loadFSR0
2332         until an optimization to handle single bits is added,
2333         * (pic16_loadFSR0): moved before genUnpackBits,
2334         * (genAnd): some white lines removed,
2335         * src/pic16/main.c (_pic16_finaliseOptions): set omit_ivt and clear
2336         leave_reset flags in pic16_options when using crt modules,
2337
2338 2004-09-12 Maarten Brock <sourceforge.brock AT dse.nl>
2339
2340         * src/mcs51/ralloc.c (packRegisters): applied fix by Bernhard Held
2341           for bugs 898889 & 979599. Also used some safer print instructions.
2342
2343 2004-09-12 Vangelis Rokas <vrokas AT otenet.gr>
2344
2345         * src/pic16/device.h (pic16_options_t): added field use_crt,
2346         crt_name, no_crt,
2347         * src/pic16/genarith.c (pic16_genPlus): added an assert(0) line to
2348         catch a probable future bug,
2349         * src/pic16/gen.c: aopIdx function commented out,
2350         * (genAssign): commented out old code which used aopIdx,
2351         * src/pic16/glue.c (pic16glue): removed some legacy fragments of
2352         code, added if conditionals to take into account the --use-crt
2353         command line options,
2354         * src/pic16/main.c (pic16_optionsTable): added new command line
2355         options, --use-crt= and --no-crt,
2356         * (_pic16_linkEdit): now the proper crt object is added in the
2357         linker command line except than when --no-crt is specified,
2358         * src/pic16/pcode.c,
2359         * src/pic16/pcode.h: added some structures and functions for a new
2360         optimization scheme to compansate for instruction overhead between
2361         same iCodes, this scheme is currently under development and is not
2362         working in any way,
2363         * src/pic16/gen.c (genAnd): added patch provided by Aaron Collwell
2364         to && operator,
2365         * device/lib/pic16/startup/crt0i.c,
2366         * device/lib/pic16/startup/crt0iz.c: added global char variable
2367         __uflags to force the generation of an idata section
2368
2369 2004-09-12 Bernhard Held <bernhard AT bernhardheld.de>
2370
2371         * doc/Makefile,
2372         * doc/clean.mk: added support for easy creation of sdcc-doc.tar.bz2
2373         * doc/sdccman.lyx: updated sdcc version to 2.4.4
2374
2375 2004-09-10 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
2376
2377         * doc/sdccman.lyx: fixed a problem with my new index entries (thanks
2378         Frieder) and clarified the default code optimization mode
2379
2380 2004-09-10 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
2381
2382         * src/SDCC.lex (doPragma, process_pragma),
2383         * src/SDCCglobl.h (struct optimize): added pragmas "opt_code_speed",
2384         "opt_code_size", and "opt_code_balanced"
2385         * src/SDCCmain.c (optionsTable[], printOptions, scanOptionsTable):
2386         regrouped options by category, added support for category headers
2387         * src/SDCCmain.c (parseCmdLine): added options "--opt-code-speed"
2388         and "--opt-code-size"
2389         * doc/sdccman.lyx: documented these new options and pragmas
2390         * src/hc08/gen.c (AccLsh, AccRsh): take speed/size optimization
2391         preference into account
2392
2393 2004-09-08 Maarten Brock <sourceforge.brock AT dse.nl>
2394
2395         * src/SDCCicode.c (geniCodePostInc, geniCodePreInc, geniCodePostDec,
2396           geniCodePreDec): Fixed bug 904237 by generating a warning
2397         * src/SDCCerr.h,
2398         * src/SDCCerr.c: added warning W_SIZEOF_VOID
2399
2400 2004-09-09 Slade Rich <slade_rich AT users.sourceforge.net>
2401
2402         * src/pic/device.c : When no max ram set validate full memory range.
2403         * src/pic/pcode.c,
2404         * src/pic/pcodepeep.c : Copy C code comments to optimised replacement code.
2405
2406 2004-09-08 Maarten Brock <sourceforge.brock AT dse.nl>
2407
2408         * device/lib/_gptrget.c,
2409         * device/lib/_gptrput.c: updated comment
2410         * device/lib/calloc.c,
2411         * device/lib/free.c,
2412         * device/lib/malloc.c,
2413         * device/lib/realloc.c: added LGPL, made them reentrant-safe
2414         * src/SDCCcse.c (cseBBlock),
2415         * src/SDCCicode.c (printOperand, geniCodeArray),
2416         * src/SDCCicode.h (struct operand): fixed bug 868103
2417         * support/regression/tests/bug-868103.c: added
2418         * src/SDCCast.c (searchLitOp),
2419         * src/SDCCcse.h (struct cseDef),
2420         * src/SDCCglue.c (printIvalArray, spacesToUnderscores),
2421         * src/SDCCicode.h (struct operand),
2422         * src/SDCCsymt.h (struct sym_link),
2423         * src/avr/gen.c (hasInc),
2424         * src/ds390/gen.c (hasInc),
2425         * src/hc08/gen.c (genPlusIncr, hasInc),
2426         * src/mcs51/gen.c (hasInc),
2427         * src/pic16/glue.c (pic16_printIvalChar),
2428         * src/pic16/ralloc.c (regWithIdx),
2429         * src/xa51/gen.c (hasInc) : removed warnings
2430         * src/SDCCast.c (createBlock): added comment ???
2431         * src/hc08/ralloc.c: updated comments
2432
2433 2004-09-07 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
2434
2435         * doc/sdccman.lyx: updated section on switch statements, added
2436         section about semaphore locking
2437         * doc/Makefile: added option -info for latex2html
2438         * device/lib/_gptrget.c,
2439         * device/lib/_gptrput.c: __XPAGE instead of P2 in outcommented code
2440
2441 2004-09-06 Slade Rich <slade_rich AT users.sourceforge.net>
2442
2443         * src/pic/device.h,
2444         * src/pic/device.c,
2445         * src/pic/port.c : Changed PIC14 code to not set bit RP1 when
2446          maxram is less than 0x100.
2447
2448 2004-09-06 Slade Rich <slade_rich AT users.sourceforge.net>
2449
2450         * Bug fixes for PIC14 - signed RSHIFT problem. Patch supplied by Allen(agschrum).
2451
2452 2004-09-06 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
2453
2454         * src/port.h,
2455         * src/mcs51/main.c,
2456         * src/ds390/main.c,
2457         * src/z80/main.c,
2458         * src/hc08/main.c,
2459         * src/pic/main.c,
2460         * src/pic16/main.c,
2461         * src/avr/main.c,
2462         * src/xa51/main.c
2463         * src/SDCCicode.c (geniCodeJumpTable): Better logic to determine if a
2464         a jump table is the best form for a switch statement, including
2465         automatic insertion of missing cases to make the case range
2466         continuous. Developed in collaboration with Frieder Ferlemann.
2467
2468 2004-09-02 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
2469
2470         * src/hc08/ralloc.c (canDefAccResult): multi-byte shift is unsafe for
2471         accumulator result if it needs sign extension
2472
2473 2004-09-02 Maarten Brock <sourceforge.brock AT dse.nl>
2474
2475         * src/hc08/ralloc.c (canUseAccOperand): fixed comparison bug
2476
2477 2004-09-02 Maarten Brock <sourceforge.brock AT dse.nl>
2478
2479         * device/lib/gbz80/printf.c,
2480         * device/lib/z80/printf.c: removed define for NULL
2481
2482 2004-09-02 Maarten Brock <sourceforge.brock AT dse.nl>
2483
2484         * as/xa51/xa_link.c,
2485         * device/examples/ds390/ow390/ad26.c,
2486         * device/examples/ds390/ow390/cnt1d.c,
2487         * device/examples/ds390/ow390/counter.c,
2488         * device/examples/ds390/ow390/ds2480.h,
2489         * device/examples/ds390/ow390/ds2480ut.c,
2490         * device/examples/ds390/ow390/findtype.c,
2491         * device/examples/ds390/ow390/gethumd.c,
2492         * device/examples/ds390/ow390/owllu.c,
2493         * device/examples/ds390/ow390/ownetu.c,
2494         * device/examples/ds390/ow390/swt12.c,
2495         * device/examples/ds390/ow390/swtloop.c,
2496         * device/examples/ds390/ow390/temp.c,
2497         * device/examples/ds390/ow390/temp10.c,
2498         * device/examples/ds390/ow390/thermo21.c,
2499         * device/examples/ds390/ow390/tinilnk.c,
2500         * device/examples/ds390/ow390/tstfind.c,
2501         * device/examples/serialcomm/windows/serial.cpp,
2502         * device/examples/serialcomm/windows/test_serialcomm.cpp,
2503         * device/include/reg51.h: fixed line endings for cvs
2504
2505 2004-09-02 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
2506
2507         * src/hc08/ralloc.c (canDefAccResult, canUseAccOperand,
2508         packRegsForAccUse, packRegisters): new accumulator register
2509         packing algorithm
2510         * support/regression/ports/hc08/support.c (_putchar): suppress
2511         warning of unused variable
2512         * src/SDCCicode.c: added SWAP entry to codeTable
2513
2514 2004-09-01 Maarten Brock <sourceforge.brock AT dse.nl>
2515
2516         * device/lib/sprintf.c: forgot to add this file before previous commit
2517
2518 2004-09-01 Vangelis Rokas <vrokas AT otenet.gr>
2519
2520         * src/pic16/gen.c (genPackBits): added operand right in function
2521         parameters, load result directly if p_type is POINTER (that is
2522         called by genNearPointerSet)
2523         * (genUnPackBits): added operand left in function parameters,
2524         * (genNearPointerGet, genNearPointerSet): prevent the loading of
2525         FSR0 if accessing bitfields,
2526
2527 2004-08-31 Maarten Brock <sourceforge.brock AT dse.nl>
2528
2529         * device/include/stdio.h: added NULL, size_t, typedef pfn_outputchar,
2530           _print_format; updated printf, sprintf, vsprintf
2531         * device/include/asm/default/features.h: corrected comment/define
2532         * device/lib/Makefile.in: added sprintf.c
2533         * device/lib/libsdcc.lib: added sprintf module
2534         * device/lib/printf_large.c,
2535         * device/lib/vprintf.c,
2536         * device/lib/sprintf.c: totally refactored printf_large and vprintf
2537           into these 3 files
2538         * support/regression/Makefile: changed ALL_PORTS into a usefull default
2539         * support/regression/ports/mcs51-stack-auto/spec.mk: added sprintf
2540         * support/regression/tests/bug-927659.c: removed dummy putchar, enabled
2541           hc08 test
2542         * support/regression/tests/zeropad.c: define idata as data for hc08
2543
2544 2004-08-31 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
2545
2546         * src/SDCCpeeph.c (labelIsReturnOnly): support hc08 rts opcode also
2547         * src/SDCCpeeph.c (buildLabelRefCountHash): assume function entry point
2548         labels are referenced at least once (even if a reference is not found)
2549         * src/hc08/gen.c (emitcode): set isComment flag for comments
2550         * src/hc08/peeph.def: added rules 5a..5f (optimize redundant immediate
2551         loads), rules 6a..6b (optimize jumps to return)
2552
2553 2004-08-30 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
2554
2555         * device/lib/acosf.c (acosf),
2556         * device/lib/asinf.c (asinf),
2557         * device/lib/atanf.c (atanf),
2558         * device/lib/ceilf.c (ceilf),
2559         * device/lib/cosf.c (cosf),
2560         * device/lib/coshf.c (coshf),
2561         * device/lib/cotf.c (cotf),
2562         * device/lib/fabsf.c (fabsf),
2563         * device/lib/floorf.c (floorf),
2564         * device/lib/log10f.c (log10f),
2565         * device/lib/logf.c (logf),
2566         * device/lib/sinf.c (sinf),
2567         * device/lib/sinhf.c (sinhf),
2568         * device/lib/sqrtf.c (sqrtf),
2569         * device/lib/tanf.c (tanf),
2570         * device/lib/tanhf.c (tanhf),
2571         * device/include/math.h: defined _FLOAT_FUNC_REENTRANT macro and
2572         replaced all instances of "reentrant" in the library functions
2573         defined in math.h with this macro.
2574         * support/regression/tests/float_trans.c: reenabled test for hc08
2575
2576 2004-08-30 Bernhard Held <bernhard AT bernhardheld.de>
2577
2578         * device/lib/pic16/Makefile.common.in: added MODELFLAGS again, it was
2579         erroneously deleted
2580
2581 2004-08-30 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
2582
2583         * src/hc08/gen.c (loadRegFromAop): better use of clra & clrx
2584         * src/hc08/gen.c (genAnd, genOr): fixed bug with conditional when
2585         multi-byte volatile operands are used
2586         * src/hc08/gen.c (shiftRLong): fixed bug with wrong rotate direction
2587         * src/hc08/main.c (_hc08_genAssemblerPreamble): moved the built-in
2588         initialization to area GSINIT0 so that it would always precede
2589         any static initializers in GSINIT
2590         * support/regression/tests/zeropad.c: fixed idata define for hc08
2591         * support/regression/tests/bug-927659.c,
2592         * support/regression/tests/float_trans.c: disabled tests for hc08
2593         pending missing library routines
2594         * .version: increased version number to 2.4.4 - hc08 port now passes
2595         regression tests
2596
2597
2598 2004-08-29 Bernhard Held <bernhard AT bernhardheld.de>
2599
2600         * device/lib/pic16/Makefile.common.in: added $(MM) to fix `make clean`
2601         * Makefile.common.in,
2602         * as/Makefile,
2603         * as/hc08/Makefile.in,
2604         * as/mcs51/Makefile.in,
2605         * as/z80/Makefile.in,
2606         * debugger/mcs51/Makefile.in,
2607         * device/include/Makefile.in,
2608         * device/lib/Makefile.in,
2609         * doc/Makefile,
2610         * link/Makefile,
2611         * link/z80/Makefile.in,
2612         * packihx/Makefile.in,
2613         * sim/ucsim/main_in.mk,
2614         * sim/ucsim/avr.src/Makefile.in,
2615         * sim/ucsim/doc/Makefile.in,
2616         * sim/ucsim/gui.src/serio.src/Makefile.in,
2617         * sim/ucsim/hc08.src/Makefile.in,
2618         * sim/ucsim/s51.src/Makefile.in,
2619         * sim/ucsim/xa.src/Makefile.in,
2620         * sim/ucsim/z80.src/Makefile.in,
2621         * src/Makefile.in,
2622         * support/cpp2/Makefile.in,
2623         * support/librarian/Makefile,
2624         * support/makebin/Makefile: added DESTDIR to the install path proposed
2625         by "Maciej 'Agaran' Pijanka" <agaran AT pld-linux.org>
2626         * doc/sdccman.lyx: added DESTDIR documentation
2627
2628 2004-08-29 Vangelis Rokas (vrokas AT otenet.gr>
2629
2630         * src/pic16/gen.c (genFunction, genEndFunction): fixed return
2631         instruction for interrupt handlers, use fast returns when returning
2632         from high priority interrupts
2633
2634 2004-08-29 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
2635
2636         * src/hc08/gen.c (genAnd, genOr, transferAopAop, rmwWithAop): optimized
2637         code generation
2638         * src/hc08/gen.c (genrshFour, genCpl): fixed bugs
2639         * src/hc08/gen.c (genMultOneByte, genDivOneByte, genModOneByte): fixed
2640         bugs, ported much of Bernhard's code from mcs51
2641         * src/mcs51/gen.c (genSend),
2642         * src/hc08/gen.c (genSend): fixed bug with lost SEND iCodes if more
2643         than one when calling a reentrant function
2644         * device/lib/_mullong.c: defined an alternate struct layout for big
2645         endian ports (hc08)
2646
2647 2004-08-28 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
2648
2649         * src/hc08/gen.c (shiftL2Left2Result): fix for bug-500536 regression
2650         test
2651
2652 2004-08-28 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
2653
2654         * src/SDCCsymt.c (processFuncArgs): make sure parameter types
2655         are sane and complete before asking the port its prefered parameter
2656         passing method (fixes bug #1017633)
2657         * device/lib/hc08/_ret.c: added "data" storage class to _ret2
2658         and _ret3
2659
2660 2004-08-27 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
2661
2662         * src/hc08/gen.c (genPackBitsImmed, genUnpackBitsImmed): fix offset
2663         problem in bitfields >= 8 bits.
2664
2665 2004-08-27 Maarten Brock <sourceforge.brock AT dse.nl>
2666
2667         * src/SDCCsymt.c: undid changes that were not meant to be committed
2668
2669 2004-08-27 Maarten Brock <sourceforge.brock AT dse.nl>
2670
2671         * support/regression/ports/hc08spec.mk: REENTRANT must be reentrant
2672
2673 2004-08-27 Maarten Brock <sourceforge.brock AT dse.nl>
2674
2675         * src/hc08/gen.c (genUminusFloat): fixed bug where only 3 bytes were
2676           copied and wrong bit got inverted
2677
2678 2004-08-27 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
2679
2680         * src/hc08/gen.c (genPointerSet, genFarPointerSet): moved code from
2681         genFarPointerSet into genPointerSet; eliminated genFarPointerSet
2682         * src/hc08/gen.c (genPointerGet, genFarPointerGet): moved code from
2683         genFarPointerGet into genPointerGet; eliminated genFarPointerGet
2684         * src/hc08/gen.c (genPackBitsImmed): generate optimized code for
2685         assignments to bitfields at known addresses
2686         * src/hc08/gen.c (genUnpackBitsImmed): generate optimized code for
2687         reads from bitfields at known addresses
2688         * src/hc08/ralloc.c (packRegisters),
2689         * src/hc08/gen.c (genPointerGet, genUnpackBits, genUnpackBitsImmed,
2690         genhc08Code): optimize pointer get values used as conditionals
2691         * src/hc08/peeph.def: added rules 2e & 2f to optimize bit test
2692         and branch
2693
2694 2004-08-24 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
2695
2696         * src/mcs51/gen.c (genPointerGet, genNearPointerGet, genPagedPointerGet,
2697         genFarPointerGet, genCodePointerGet, genGenPointerGet, genUnpackBits),
2698         * src/mcs51/ralloc.c (packRegisters): optimize pointer get values used
2699         as conditionals
2700
2701 2004-08-22 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
2702
2703         * src/mcs51/peeph.def: peepholes 248.i-m for xdata bitfields
2704
2705 2004-08-21 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
2706
2707         * src/mcs51/ralloc.c (packRegsForOneuse): fixed bug #1012650 and some
2708         related problems
2709
2710 2004-08-21 Bernhard Held <bernhard AT bernhardheld.de>
2711
2712         * sim/ucsim/cmd.src/Makefile.in: run lex only if $(PRJDIR)/devel exists
2713
2714 2004-08-18 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
2715
2716         * src/z80/ralloc.c (packRegsForAssign): ported some bug fixes from the
2717         mcs51 port
2718
2719 2004-08-16 Slade Rich <slade_rich AT users.sourceforge.net>
2720
2721         * src/pic/gen.c: Restored fn genRet as previous fix was incorrect.
2722
2723 2004-08-14 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
2724
2725         * src/mcs51/gen.c (genJumpTab): jumptables for more than 16 switch
2726         cases use more compact code.
2727
2728 2004-08-13 Slade Rich <slade_rich AT users.sourceforge.net>
2729
2730         * src/pic/gen.c: Fixed problem with fn returning a variable bigger than a char.
2731
2732 2004-08-12 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
2733
2734         * src/SDCClrange.c (findPrevUse): fixed bug #1007371
2735
2736 2004-08-12 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
2737
2738         * src/SDCCsymt.h,
2739         * src/SDCCsymt.c (changePointer, checkDecl, addSymChain): changed
2740         parameter of changePointer() from symbol* to sym_link*
2741         * src/SDCCast.c (decorateType): call changePointer() for CAST op
2742         * src/SDCCsymt.c (compareType): void* type is castable to other
2743         pointers, but not necesarily an exact match.
2744         * src/SDCCicode.c (geniCodeCast): allow void* casting here since it
2745         is no longer blindly treated as an exact match.
2746         * src/SDCCval.c (valCastLiteral): treat missing type as cast to void
2747
2748 2004-08-12 Slade Rich <slade_rich AT users.sourceforge.net>
2749
2750         * src/pic/glue.c: Added struct initialisation fn printIvalStruct.
2751
2752 2004-08-11 Slade Rich <slade_rich AT users.sourceforge.net>
2753
2754         * src/pic/gen.c,
2755         * src/pic/pcode.c,
2756         * src/pic/ralloc.h,
2757         * src/pic/ralloc.c: Printing rIdx on internal verbose debug.
2758
2759 2004-08-10 Slade Rich <slade_rich AT users.sourceforge.net>
2760
2761         * src/pic/device.c,
2762         * src/pic/device.h,
2763         * src/pic/device.c: Will no longer exit if #pragma maxram has not been defined.
2764
2765 2004-08-06 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
2766
2767         * src/mcs51/gen.c (emitcode): fixed bug #992819
2768
2769 2004-08-05 Maarten Brock <sourceforge.brock AT dse.nl>
2770
2771         * src/pic/ralloc.c (deassignLR): allthough pic port is buggy already,
2772           there's no need to make it worse
2773
2774 2004-08-05 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
2775
2776         * src/mcs51/ralloc.c (deassignLR),
2777         * src/ds390/ralloc.c (deassignLR),
2778         * src/hc08/ralloc.c (deassignLR),
2779         * src/z80/ralloc.c (deassignLR),
2780         * src/pic/ralloc.c (deassignLR),
2781         * src/pic16/ralloc.c (deassignLR),
2782         * src/avr/ralloc.c (deassignLR),
2783         * src/SDCClrange.c (findRecursiveSucc, findRecursivePred, findPrevUse,
2784         rlivePoint): fixed another part of bug #971834
2785
2786 2004-08-04 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
2787
2788         * src/z80/main.c: enabled "critical" keyword
2789         * src/z80/mappings.i,
2790         * src/z80/gen.c (genFunction, genEndFunction): support for interrupt
2791         functions (fixes bug #979646)
2792         * doc/sdccman.lyx: added a subsection explaining z80 interrupt support
2793
2794 2004-08-04 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
2795
2796         * src/mcs51/gen.c (genInline): Add \n for labels, not DOS/WIN dirs
2797           such as c:\mydir.
2798
2799 2004-08-03 Maarten Brock <sourceforge.brock AT dse.nl>
2800
2801         * src/SDCCloop.c (loopInvariants): fixed bug 983545, hope this
2802           doesn't disable too much optimizations
2803
2804 2004-08-02 Slade Rich <slade_rich AT users.sourceforge.net>
2805
2806         * src/pic/glue.c Disabled "WARNING: function 'main' undefined" when -S option is used.
2807
2808 2004-08-02 Maarten Brock <sourceforge.brock AT dse.nl>
2809
2810         * src/SDCClrange.c (rlivePoint): fixed bug 988568, thanks to anonymous
2811
2812 2004-08-02 Slade Rich <slade_rich AT users.sourceforge.net>
2813
2814         * src/pic/gen.c tidied up tabs
2815         * src/pic/genarith.c tidied up tabs and fixed bug with literal multiple where same register was used for hi and low byte
2816         * src/pic/main.c tidied up tabs
2817         * src/pic/pcode.c tidied up tabs and disabled verbose code generation
2818         * src/pic/pcoderegs.c tidied up tabs
2819         * src/pic/ralloc.c tidied up tabs
2820
2821 2004-07-30 Vangelis Rokas <vrokas AT otenet.gr>
2822
2823         * src/SDCCmem.c (allocGlobal): don't turn S_REGISTER storage class
2824         to S_FIXED for pic16 port and when symbol is not in level 0,
2825         allocate for S_REGISTER storage class and pic16 port, too,
2826         * src/pic16/device.h: prototype for checkSym,
2827         * src/pic16/device.c (pic16_dump_access, checkSym): NEW,
2828         * (pic16_assignConfigWordValue): test the value and the mask to
2829         validate that the value is suitable for the configuration word,
2830         * src/pic16/glue.c (pic16_printIvalFuncPtr): use 'externs' to
2831         collect extern declared symbols, don't emit symbol twice, check
2832         first if symbol is in publics set first,
2833         * src/pic16/main.c (_pic16_keywords[]): added keyword 'register',
2834         * added command line '--fstack' which enables an experimental
2835         feature for stack access, too buggy to be used yet...
2836         * src/pic16/ralloc.c (pic16_accessregWithName): NEW,
2837         * (pic16_allocDirReg): when register has storage class S_REGISTER
2838         allocate in pic16_dynAccessRegs,
2839         * device/include/pic16/pic18f????.h: modified configuration word
2840         naming convention, words started as CONFIG0H but should be CONFIG1H
2841
2842 2004-07-29 Maarten Brock <sourceforge.brock AT dse.nl>
2843
2844         * device/include/mcs51reg.h: fixed bug 970993
2845
2846 2004-07-27 Maarten Brock <sourceforge.brock AT dse.nl>
2847
2848         * added lib/calloc.c, lib/free.c, lib/realloc.c, include/stddef.h
2849         * updated lib/malloc.c, lib/libsdcc.lib, lib/Makefile.in, include/malloc.h
2850         * src/SDCC.lex (doPragma): added pragma disable_warning <nnn>
2851         * src/SDCCmain.c (parseCmdLine): added option --disable-warning <nnn>
2852         * src/ds390/gen.c (genPlusIncr): fixed bug when incrementing generic pointers
2853         * support/Util/SDCCerr.c (vwerror): suppress disabled warnings and output
2854           error/warning numbers,
2855           added function setWarningDisabled()
2856         * support/Util/SDCCerr.h: added setWarningDisabled() and MAX_ERROR_WARNING
2857         * support/regression/ports/mcs51-stack-auto/spec.mk: added dependencies
2858           _memcmp.c _memmove.c calloc.c realloc.c free.c
2859         * support/regression/tests/malloc.c: added tests for new functionality
2860         * support/regression/tests/zeropad.c: added tests for truncated initializers
2861           and initialized char arrays starting with '\x0'
2862         * src/mcs51/peeph.def: fixed regression, added peephole 177.f
2863
2864 2004-07-26 Bernhard Held <bernhard AT bernhardheld.de>
2865
2866         * support/valdiag/tests/overflow.c: fixed warning on (1 >> 40)
2867
2868 2004-07-26 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
2869
2870         * doc/sdccman.lyx: updated example in section "Absolute Addressing"
2871         * src/mcs51/peeph.def: added contributed fix for "bug" #995347 as
2872         peephole 177.e. Thanks to anonymous
2873
2874 2004-07-25 Vangelis Rokas <vrokas AT otenet.gr>
2875
2876         * src/pic16/glue.c (pic16_printIvalFuncPtr): when an extern
2877         function isn't used in the source but referenced as a
2878         variable initializer then declare it as extern in .asm file
2879
2880 2004-07-24 Vangelis Rokas <vrokas AT otenet.gr>
2881
2882         * .version: increased version number to 2.4.3
2883
2884         Adding version extension according to ChangeLog CVS revision
2885         * src/Makefile.in (target all): added dependency 'version.h'
2886         * (rule version.h): added rule to create version.h from ChangeLog,
2887         * (rule dep): added dependency version.h,
2888         * src/version.awk: AWK script to create version.h
2889         * src/SDCCdwarf2.c (dwWriteModule),
2890         * src/SDCCglue.c (initialComments),
2891         * src/SDCCmain.c (printVersionInfo): modified to write after
2892         version string the version extension number,
2893         * src/SDCCutil.c: included "version.h"
2894         * (getBuildNumber): NEW, returns SDCC's ChangeLog minor revision
2895         number,
2896         * src/SDCCutil.h: added prototype for getBuildNumber
2897
2898         * src/SDCCmain.c (parseCmdLine): when sOpt is 'I' add rest in
2899         includeDirsSet, too,
2900         * src/SDCCsymt.c (checkSClass): don't emit error when a variable,
2901         const char [] is found in function prototype...
2902
2903         * src/pic16/genarith.c (pic16_genUMult8XLit_8): optimization to omit
2904         moving to WREG with source is already in WREG,
2905         * src/pic16/gen.h: added AOP_FSR0 and AOP_FSR2 in enum,
2906         * src/pic16/gen.c (getFreePtr): updated to look for FSR0 and FSR2,
2907         * (aopForSym): stack'ed symbols are partially supported, added
2908         if-clause to support symbols in FARSPACE,
2909         * (sameRegs): added test for AOP_ACC to see if registers are same,
2910         * (pic16_freeAsmop): added case for AOP_FSR0 and AOP_FSR2,
2911         * (pic16_aopGet): added case for AOP_FSR0 and AOP_FSR2,
2912         * (pic16_popRegFromString): will not allocate a new register if it
2913         doesn't find one by name, bug may have introduced...
2914         * (pic16_popGet): added case for AOP_FSR0 and AOP_FSR2,
2915         * (genIpush): revived to use pic16 port's stack,
2916         * (genAddrOf): added incomplete case for stack'ed operand,
2917         * (genCast): optimized a pair of MOVFW,MOVWF to MOVFF
2918         * src/pic16/genutils.c (pic16_genNot): almot new vesrion for NOT,
2919         can handle multibyte operands,
2920         * src/pic16/glue.c (pic16_printIval*): some debug info added,
2921         * (pic16initialComments): added message for MPLAB compatibility
2922         mode enabled,
2923         * src/pic16/main.h: prototype for pic16_mplab_comp,
2924         * src/pic16/main.c (pic16_optionsTable): new option --mplab-comp,
2925         which enabled MPLAB compatibility mode (i.e. no #LINE/#FILE, BANKED)
2926         * (_pic16_linkEdit): NEW, handles link stage, transferred here
2927         because of increased complexity of procedure,
2928         * (_process_pragma): stack pragma changed to format 'stack pos len',
2929         emit symbol '_stack_end' to conform with gplink,
2930         * src/pic16/pcode.c (pic16_newpCodeOpBit): using pic16_regWithName
2931         to search for register,
2932         * (pic16_get_op, pic16_get_op2): added case for PO_W, PO_WREG and
2933         PO_GPR_REGISTER,
2934         * (pic16_pCode2str): when in MPLAB compatibility mode, comment out
2935         #LINE directives and replace 'B' with 'BANKED' in instruction opcodes
2936         * (pic16_getRegFromInstruction, pic16_getRegFromInstruction2): added
2937         case for PO_GPR_REGISTER,
2938         * (pic16_AnalyzeBanking): removed the old message for inc2h.pl, past
2939         dies, the new era is ahead !...
2940         * src/pic16/ralloc.c: added hash reposits pic16_dynAllocRegNames and
2941         pic16_dynInternalRegs,
2942         * (pic16_allocregWithName, pic16_procregWithName, pic16_regWithname): NEW,
2943         * (pic16_allocDirReg): minor optimizations and bug fixes,
2944         * (pic16_allocWithIdx): when searching pic16_dynProcessorRegs use fixed,
2945
2946         * device/lib/pic16/startup/crt0*.c: extern definition of stack_end,
2947         load stack and frame pointer with address of 'stack_end' symbol
2948
2949 2004-07-23 Vangelis Rokas <vrokas AT otenet.gr>
2950
2951         * src/pic16/glue.c (pic16emitStaticSeg): fixed bug with files
2952         without source code but only variable initializers
2953
2954 2004-07-20 Vangelis Rokas <vrokas AT otenet.gr>
2955
2956         * src/pic16/glue.c (pic16emitRegularMap): unused functions marked as
2957         external are not declared as extern to reduce overhead while linking
2958
2959 2004-07-20 Maarten Brock <sourceforge.brock AT dse.nl>
2960
2961         * src/SDCCast.c (decorateType): removed buggy fix for bug #979599
2962
2963 2004-07-11 Maarten Brock <sourceforge.brock AT dse.nl>
2964
2965         * src/SDCCglue.c (printIvalArray): fixed bug #984229, thanks to Phuah
2966           Yee Keat for the patch
2967         * src/SDCCast.c (decorateType): fixed bug #979599
2968         * src/ds390/gen.h: removed local fReturnSizeDS390
2969         * src/ds390/gen.c: made fReturnSizeDS390 signed short to remove a warning
2970         * src/ds390/gen.c (genAnd, genOr, genXor),
2971         * src/mcs51/gen.c (genAnd, genOr, genXor): generate better optimized code
2972
2973 2004-07-04 Vangelis Rokas <vrokas AT otenet.gr>
2974
2975         * src/SDCCmain.c (linkEdit): modifications only for pic16 port,
2976         add relFilesSet to $3, manipulate $2 to handle linking of object
2977         files without source files in command line,
2978         * device/include/pic16 (all headers): added ID location macros,
2979         * src/pic16/device.c (struct PIC16_device Pics16[]): added field
2980         entries for ID location bytes,
2981         * (pic16_assignIdByteValue): NEW,
2982         * src/pic16/device.h: new structures idRegInfo_t and idBytesInfo_t,
2983         added field dumpcalltree to pic16_options_t,
2984         * src/pic16/gen.c (genCmp): fixed bug case so a temporary register
2985         is used instead of pic16_Gstack_base_addr, check if (ifx) before
2986         emitting rFalseIfx label after check_carry label,
2987         * src/pic16/glue.c (PIC16_IS_IDLOC_ADDRESS, PIC16_IS_HWREG_ADDRESS,
2988         pic16_emitDIRegs), NEW
2989         * (pic16glue): dump .calltree file when option --calltree found,
2990         * src/pic16/main.c (OPTION _pic16_optionsTable): new option --calltree
2991         * (_pic16_genAssemblerPreamble): emit ID locations after
2992         configuration registers,
2993         * (pic16_linkCmd): modifications of the link command,
2994         * src/pic16/pcode.c (pic16_pciMOVFF): PCC_REGISTER replaces PCC_REGISTER2
2995         * (pic16_pCodeInitRegisters): don't init stack registers,
2996         * (pic16_findPrevInstruction): fixed bug,
2997         * (pic16_getRegFromInstruction, pic16_getRegFromInstruction2): fixed
2998         bug with immediate registers,
2999         * (buildCallTree): traces stack push and pop,
3000         * (pct2): dump also stack usage for each function,
3001         * src/pic16/ralloc.c (dynrIdx): registers names start from 0x00
3002         * (pic16_allocDirReg): various modifications,
3003         * (pic16_typeRegWithIdx): when searching pic16_dynProcessorRegs set
3004         fixed to 1,
3005
3006 2004-07-02 Vangelis Rokas <vrokas AT otenet.gr>
3007
3008         * src/pic16/pcode.c: removed buggy double colon
3009
3010 2004-07-01 Borut Razem <borut.razem AT siol.net>
3011
3012         * support/scripts/sdcc.nsi: added include/pic16 to setup
3013
3014 2004-06-30 Vangelis Rokas <vrokas AT otenet.gr>
3015
3016         * device/lib/Makefile.in: fixed bug in target objects-pic16,
3017         * device/lib/pic16/Makefile: prefixed with dash (-) command under
3018         target 'clean',
3019         * doc/sdccman.lyx: changed version to 2.4.2 and added some port
3020         specific command line arguments. Also added sample lkr script
3021         for placing a variable at a specific memory bank.
3022         * src/pic16/device.c (pic16_dump_gsection): NEW, to dump variables
3023         at a specific memory bank,
3024         * (pic16_dump_isection): fixed bug which caused string literals to
3025         be omitted when dumping idata section,
3026         * (pic16_groupRegistersInSection): added code to handle registers
3027         in specific memory banks,
3028         * src/pic16/gen.c: labelOffset is prefixed with pic16_ and made
3029         public, all references are renamed too,
3030         * (pic16_aopGet): removed switch cases for AOP_R0,AOP_R1,AOP_DPTR,
3031         AOP_DPTR2,
3032         * (pic16_storeForReturn): added case to handle when dest is WREG,
3033         * src/pic16/genarith.c (pic16_pCodeOpSubType): NEW,
3034         * src/pic16/glue.c (pic16emitRegularMap): when adding a register in
3035         pic16_rel_udata, check to see if that register is marked as being
3036         a member of a specific memory bank,
3037         * (pic16_printIvalCharPtr): added code to add string literals either
3038         to code or the idata sections,
3039         * src/pic16/main.c (_process_pragma): added \n to WHITE constant,
3040         also accept the 'udata' pragma,
3041         * src/pic16/main.h: new structure types sectName and sectSym
3042         * src/pic16/pcode.c: added new pCodeInstruction entry for BANKSEL
3043         * (newpCodeOpBit): added PIC_OPTYPE subt in function prototype,
3044         * (pic16_findPrevInstruction): fixed, it returned nothing,
3045         * (insertBankSwitch): fixed to emit banksel/skip and skip/banksel
3046         instruction combinations,
3047         * (pic16_FixRegisterBanking): heavily reorganised,
3048         * (pic16_AnalyzeBanking): if generating banksel directives is
3049         disabled, then don't call FixRegisterBanking at all,
3050         * src/pic16/ralloc.c (bitEQUs, aliasEQUs, allDefsOutOfRange):
3051         completely removed,
3052         * (pic16_writeUsedRegisters): added call to pic16_dump_gsection
3053
3054 2004-06-29 Bernhard Held <bernhard AT bernhardheld.de>
3055
3056         * src/SDCCglue.c (printChar): fixed bug #973350, patch provided by
3057         Phuah Yee Keat <yk.phuah AT nestac.com>
3058
3059 2004-06-28 Vangelis Rokas <vrokas AT otenet.gr>
3060
3061         * src/pic16/glue.c (pic16createInterruptVect): function now emits
3062         correctly the IVT even if it is relocated to some other location
3063
3064 2004-06-28 Vangelis Rokas <vrokas AT otenet.gr>
3065
3066         * device/include/pic16/pic18fregs.h: added case for pic18f2220.h
3067         * device/include/pic16/pic18f2220.h: NEW,
3068         * device/lib/pic16/libdev/pic18f2220.c: NEW,
3069         * device/lib/pic16/libdev/Makefile: added 18f2220 in DEVS,
3070         * src/pic16/device.c (struct Pics16): added info for 18f2220,
3071         * src/pic16/device.h (struct pic16_options): added ivt_loc and
3072         nodefaultlibs, ivt_loc is the location of the interrupt vector
3073         table, and nodefaultlibs signs that default libraries should not be
3074         linked in link stage,
3075         * src/pic16/gen.c (genFunction): relocate interrupt vector functions
3076         according to --ivt-loc argument,
3077         * src/pic16/main.c (_process_pragma): emit '_stack' as public symbol
3078         when pragma stack is found,
3079
3080 2004-06-25 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
3081
3082         * src/mcs51/peeph.def: added peepholes 182.d (return 0.0),
3083         256 (range check), 257 (do while), 258.a-f (bit banging
3084         f.e. on 3-wire SPI bus)
3085
3086 2004-06-21 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3087
3088         * src/SDCClrange.c (findNextUseSym): fixed a live range bug with
3089         variables used exclusively within a loop
3090
3091 2004-06-21 Bernhard Held <bernhard AT bernhardheld.de>
3092
3093         * src/mcs51/gen.c (genCpl): quick fix for bug #974835
3094
3095 2004-06-21 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3096
3097         * src/SDCClrange.c (computeClash): fixed bug #971834
3098
3099 2004-06-20 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3100
3101         * src/mcs51/gen.c (genCmp): fixed bug #975903
3102         * src/hc08/gen.c (operandsEqu),
3103         * src/ds390/gen.c (operandsEqu),
3104         * src/z80/gen.c (operandsEqu),
3105         * src/pic/gen.c (operandsEqu),
3106         * src/pic16/gen.c (operandsEqu),
3107         * src/mcs51/gen.c (operandsEqu): fixed bug #976283
3108         * src/SDCCmain.c (parseCmdLine): report --unknown-option only once
3109
3110 2004-06-15 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3111
3112         * src/SDCCcse.c (cseBBlock): fixed bug #966963
3113
3114 2004-06-12 Vangelis Rokas <vrokas AT otenet.gr>
3115
3116         * src/pic16/gen.c (genPointerGet): added E_INTERNAL_ERROR for
3117         default case in switch statement,
3118         * glue.c (pic16_initPointer): expr is initialised via decoarteType
3119         to eliminate problem with initialisation of pointers, but problem
3120         still exists,
3121         * (pic16_pointerTypeToGPByte): removed, no needed for pic16,
3122         * (emitStaticSegment): removed various lines emitting debug info,
3123         * src/pic16/pcode.c, src/pic16/pcode.h, src/pic16/ralloc.h:
3124         added processor registers for utilizing EEPROM,
3125         * src/pic16/pcode.c (pic16_emitDB): number of DBs emitted is not
3126         configurable and set 8
3127
3128 2004-06-08 Vangelis Rokas <vrokas AT otenet.gr>
3129
3130         * .version: increased version number to 2.4.2,
3131
3132         Cumulative patch for pic16 port
3133         * src/pic16/device.c: changed scheme to dump initial values for
3134         variables in idata segment, all print_idata* functions were removed,
3135         now the pic16_printIval* will be called,
3136         * src/pic16/glue.c: (pic16_initPointer, pic16_pointerTypeToGPByte,
3137         * _pic16_printPointerType, pic16_printPointerType,
3138         * pic16_printGPointerType, pic16_printIvalArray, pic16_printIvalStruct,
3139         * pic16_printIvalBitFields, pic16_printIvalFuncPtr, pic16_printIvalPtr:
3140         NEW, similar to the respective functions in SDCCglue.c,
3141         * src/pic16/pcode.c (pic16_emitDB, pic16_flushDB): reverted to old
3142         way, emitting hex bytes,
3143         * (pic16_emitDS): NEW, emits a string for pointer initialisation,
3144
3145 2004-06-08 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3146
3147         * src/avr/ralloc.c (serialRegAssign),
3148         * src/xa51/ralloc.c (serialRegAssign),
3149         * src/pic/ralloc.c (serialRegAssign),
3150         * src/pic16/ralloc.c (serialRegAssign),
3151         * src/hc08/ralloc.c (serialRegAssign),
3152         * src/z80/ralloc.c (serialRegAssign),
3153         * src/ds390/ralloc.c (serialRegAssign),
3154         * src/mcs51/ralloc.c (serialRegAssign): fixed bug #964479
3155
3156 2004-06-08 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3157
3158         * src/SDCCicode.c (geniCodeJumpTable): fixed bug #967601
3159         * src/SDCCpeeph.c (labelIsReturnOnly): fixed bug #966505
3160
3161 2004-06-07 Vangelis Rokas <vrokas AT otenet.gr>
3162
3163         Cumulative patch for pic16 port:
3164         * src/pic16/device.h (typedef PIC16_device) modified fields for
3165         defining microcontrollers,
3166         * src/pic16/device.c: added new info for all devices in Pics16 array,
3167         * src/pic16/gen.c (genPcall): fixed bug that caused the return label
3168         to be optimised out by the pCode optimiser,
3169         * src/pic16/glue.c (pic16emitRegularMap): treat implicit aggragates
3170         specially, bug reported by G.M. Gallant,
3171         * src/pic16/pcode.c (pic16_newpCodeLabelFORCE): NEW, marks a label
3172         as force'd so that cannot be optimised out by pCode optimiser,
3173         * src/pic16/pcode.c,
3174         * src/pic16/pcodepeeph.c,
3175         * src/pic16/pcoderegs.c: many modifications to re-enable peepholes,
3176         they are disabled by default, but can be enabled explicit with
3177         command argument --denable-peeps, for testing,
3178         * device/lib/pic16/startup/Makefile: added --no-peep,--pomit-config-words,
3179         --pomit-ivt in COMPILE_FLAGS
3180
3181 2004-06-06 Maarten Brock <sourceforge.brock AT dse.nl>
3182
3183         * src/pic16/pcode.c (pic16_emitDB): removed double semicolon which fails
3184           compilation on MSVC
3185
3186 2004-06-06 Maarten Brock <sourceforge.brock AT dse.nl>
3187
3188         * device/include/sab80515.h: added sfr P6, changed GPL to LGPL
3189
3190 2004-06-06 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
3191
3192         device/include/sab80515.h: fixed bug #967492, DAPR is defined at adress
3193         0xd8, but the correct adress is 0xda. Thanks to anonymous for reporting
3194
3195 2004-06-06 Vangelis Rokas <vrokas AT otenet.gr>
3196
3197         * src/pic16/device.c (pic16_assignConfigWord): fixed bug that
3198         would only assign 0x300001 register.
3199
3200 2004-06-05 Vangelis Rokas <vrokas AT otenet.gr>
3201
3202         * device/lib/pic16/startup/Makefile: added $(MODELFLAGS)
3203         in COMPILE_FLAGS. Thanks to G. Gallant for report.
3204
3205 2004-06-05 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
3206
3207         * doc/sdccman.lyx: minor changes, mentioned beta vendor support
3208         for ds80c400
3209         * src/mcs51/peeph.def: ran unexpand -a over peeph.def
3210         * src/mcs51/peeph.def: removed obsolete peephole 100.a,
3211         added peephole 254 (left shift), 255 (jump table)
3212
3213 2004-06-04 Vangelis Rokas <vrokas AT otenet.gr>
3214
3215         * device/lib/Makefile.in: removed comment line with model-pic16,
3216         * (target port-specific-objects-pic16): the libraries and objects
3217         are copied to the build directory form the device/lib/pic16/bin
3218         directory
3219
3220         Cumulative patch concerning pic16 port:
3221         * library directory has been re-organized,
3222         * added support for PIC18F1220,
3223         * added headers and library sources for chips 18f1220,18f6520,
3224         18f6620,18f6680,18f6720,18f8520,18f8620,18f8680,18f8720
3225
3226         * configuration registers setting has changed, now each supported
3227         device has a complete description of the registers it uses,
3228         * all initialisations are moved to idata sections, these section
3229         can be absolute or relocatable,
3230         * fixed initialisation of codespace variables,
3231         * fixed warning about PCLATU and gpsim,
3232         * src/pic16/gen.c (genCmp): now can handle partially iCodes with no ifx,
3233         * (genAssign): use table reads when assigning from variables in codespace,
3234         * src/pic16/glue.c (pic16emitStaticSeg): fixed to correctly initialise
3235         char/int variables placed in codespace,
3236         * (pic16_emitConfigRegs): NEW, emits a list with configuration
3237         registers set in .asm file, no need for --pomit-config-words anymore,
3238         * (pic16glue): some 8051 legacy segments are commented out
3239         (to be removed completely),
3240         * added support for alternative assembler and linker with --asm=
3241         and --link= command line arguments,
3242         * peepholes are disabled automatically in the port, no need to
3243         specify on command line,
3244         * port supports natively char/int/long multiplication, but converts
3245         all divisions to support functions,
3246         * main.c: pic16_linkCmd and pic16_asmCmd changed to force output
3247         to the file set in variable $2,
3248         * pcode.c (pic16_emitDB, pic16_flushDB): modified to print printable
3249         strings in ASCII format and not in hex,
3250         * ralloc.c (serialRegAssign): added a triplet of conditional calls
3251         to pic16_allocDirReg for IC_RESULT, IC_LEFT and IC_RIGHT so to
3252         allocate proper register if iCodes aren't temporary,
3253
3254 2004-06-02 Maarten Brock <sourceforge.brock AT dse.nl>
3255
3256         * support/regression/tests/zeropad.c: added TEST_G macro for alpha
3257
3258 2004-06-02 Vangelis Rokas <vrokas AT otenet.gr>
3259
3260         * src/pic16/gen.c (genPcall): warning about gpsim and PCLATU
3261         is commented out
3262
3263 2004-06-01 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3264
3265         * src/hc08/gen.c (genPointerGetSetOfs): disabled optimization if
3266         computed address is reused
3267         * src/hc08/gen.c (genPackBits): fixed offsets in assignments to
3268         multi-byte bitfields
3269
3270 2004-06-01 Maarten Brock <sourceforge.brock AT dse.nl>
3271
3272         * src/z80/gen.c: (genArrayInit): must check for pointers too
3273
3274 2004-06-01 Maarten Brock <sourceforge.brock AT dse.nl>
3275
3276         * support/regression/tests/zeropad.c: never meant to commit the
3277           nestedstruct test: removed, added check for GCC version
3278
3279 2004-05-31 Maarten Brock <sourceforge.brock AT dse.nl>
3280
3281         * src/SDCCast.c (createIvalArray): fixed bug 770487 SIGSEGV
3282         * src/SDCCglue.c (emitRegularMap): fixed bug 770484 allocation problem
3283         * src/SDCCglue.c (initPointer, printIvalType, printIvalStruct,
3284           printIvalArray, printIvalFuncPtr, printIvalPtr, printIval): fixed
3285           bugs 928906 and 954082 half-empty initializers
3286         * src/SDCCsymt.h,
3287         * src/SDCCsymt.c (getAllocSize): added for above fix
3288         * src/z80/gen.c (genArrayInit): fixed bug 741044
3289         * support/regression/tests/zeropad.c: added tests
3290
3291 2004-05-30 Vangelis Rokas <vrokas AT otenet.gr>
3292
3293         * src/pic16/device.c (pic16_dump_section): corrected bug which
3294         caused some symbols of the libraries to be misplaced
3295
3296 2004-05-28 Vangelis Rokas <vrokas AT otenet.gr>
3297
3298         * src/pic16/glue.c,
3299         * src/pic16/ralloc.h,
3300         * src/pic16/ralloc.cc: prefixed IS_CONFIG_ADDRESS with PIC16_
3301         to fix conflict with pic port
3302
3303 2004-05-28 Vangelis Rokas <vrokas AT otenet.gr>
3304
3305         * src/pic16/glue.c (pic16emitStaticSeg): do not print as publics or
3306         externs configuration variables,
3307         * src/pic16/ralloc.h,
3308         * src/pic16/ralloc.cc: IS_CONFIG_ADDRESS is made public and added
3309         prototype in header, commented out some debug messages
3310
3311 2004-05-26 Vangelis Rokas <vrokas AT otenet.gr>
3312
3313         * src/pic16/glue.c,
3314         * src/pic16/main.c,
3315         * src/pic16/pcode.c: added gpasm directives #FILE/#LINE
3316         for gpasm COFF object generation. Thanks to D. Hawkins for
3317         his patch info
3318
3319 2004-05-25 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3320
3321         * src/ds390/main.c,
3322         * src/mcs51/main.c: fixed sort order of mnemonics (thanks to Maarten
3323         Brock for spotting this)
3324         * src/ds390/gen.c (genEndFunction),
3325         * src/mcs51/gen.c (genEndFunction): always save psw if function is an
3326         interrupt handler and critical. Disable push/pop optimizations when
3327         peephole optimizations disabled.
3328
3329 2004-05-25 Vangelis Rokas <vrokas AT otenet.gr>
3330
3331         Updated pic16 library sources and headers.
3332         * device/lib/pic16/pic18f*/ ,
3333         * device/include/pic16/*.h: modified to handle structured SFR
3334         definitions
3335
3336 2004-05-25 Vangelis Rokas <vrokas AT otenet.gr>
3337
3338         * src/port.h (PORT structure): added hook initPaths, now each
3339         port can declare its own default search paths,
3340         which can been seen with the --print-search-dirs option,
3341         see pic16 port for example,
3342         * src/SDCCmain.c (setBinPaths, setIncludePaths, setLibPath,
3343         setDataPaths): test to options.printSearchDirs is ifdef'ed out,
3344         * (doPrintSearchDirs): NEW, replaces in a central manner the
3345         printing of search dirs which was split in set*Paths functions,
3346         * (main): added call to port->initPaths and doPrintSearchDirs,
3347         * src/avr/main.c,
3348         * src/ds390/main.c,
3349         * src/hc08/main.c,
3350         * src/izt/i186.c,
3351         * src/izt/tlcs900h.c,
3352         * src/mcs51/main.c,
3353         * src/pic/main.c,
3354         * src/pic16/main.c: modified port structures to reflect addition of
3355         initPaths hook,
3356
3357         * src/pic16/device.c (regCompare): registers are finally sorted by name,
3358         * (pic16_dump_section): for registers in same address reserve memory once,
3359         * src/pic16/device.h (struct PIC16_device): changed variable gen_banksel
3360         to no_banksel,
3361         * src/pic16/genarith.c (pic16_genPlus): added code to handle cases where
3362         result is greater in size than right or left,
3363         * (pic16_genUMult8X8_8): there are some cases where the result can
3364         be 16 bits size, so handle these,
3365         * src/pic16/gen.c: changed some pic16_emitpcomment to DEBUGpic16_emitcode,
3366         * (pic16_outBitC): modified to emit pcodes,
3367         * (pic16_storeForReturn): using is_LitOp to see if operand is literal
3368         or not,
3369         * (genDivOneByte): implemented algorithm to divide 8-bits,
3370         * (genCmp): uncommented goto, but issues still exist,
3371         * (genAnd): fixed a bug with variables >8bits,
3372         * (genPackBits): optimization added that uses BCF/BSF to change a
3373         single bit,
3374         * (genAssign): fixed bug when assigning floating point literals,
3375         * src/pic16/glue.c (pic16glue): added assembler directive 'code' before
3376         __sdcc_gsinit_startup label,
3377         * src/pic16/main.c (_pic16_init): removed search directory
3378         initialisations,
3379         * (_pic16_initPaths): NEW, used to initialise search directories,
3380         * (_hasNativeMulFor): support functions for all except char/int
3381         multiplication, and char division,
3382         * (PIC16_port struct): modified entry for native mul support,
3383         * src/pic16/pcode.c (insertBankSwitch): modified to support the renamed
3384         no_banksel option,
3385         * (buildCallTree): call to register_usage is ifdef'ed out,
3386
3387 2004-05-22 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3388
3389         * device/include/string.h: applied Stas Sergeev's patch to make this
3390         header file compatible with the preprocessor -Wundef option
3391         * src/SDCCmain.c (main): abort compilation if preprocessor reports
3392         failure (fixes bug #941458)
3393
3394 2004-05-21 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3395
3396         * src/SDCCopt.c (killDeadCode): fixed bug #907733
3397         * support/Util/SDCCerr.c: reworded E_AUTO_ASSUMED diagnostic to clarify
3398         that the variable, not the function, should be static
3399         * src/SDCCval.c (valCastLiteral): fixed bit initialization from literal
3400         to be consistent with non-literal case
3401
3402 2004-05-19 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3403
3404         * src/SDCCast.c (isConformingBody): fixed bug #949967
3405         * src/SDCCopt.c (cnvToFcall, cnvToFloatCast, cnvFromFloatCast,
3406         convilong): fixed bug #952086
3407
3408 2004-05-18 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3409
3410         * src/SDCCmem.c (allocVariables): fixed bug #955321
3411
3412 2004-05-18 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3413
3414         * src/hc08/main.c (_hc08_genAssemblerEnd),
3415         * src/SDCCdwarf2.c (dwOpenFile, dwCloseFile, dwWriteFunction,
3416         dwWriteModule, dwWriteCLine, dwWriteALine, dwarf2FinalizeFile):
3417         completely eliminated the use of a temporary file
3418         * src/SDCCdwarf2.c (dwWriteAttr): fixed bug with location list offset
3419         when more than one file linked
3420         * src/SDCCloop.c (pointerAssigned): fixed bug #954163
3421
3422 2004-05-17 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3423
3424         * src/SDCCval.c (valForArray): applied Maarten Brock's patch #947682
3425         which fixes bug #543481
3426         * support/regression/tests/bug-751703.c: fixed comments left from a
3427         cut and paste error
3428         * src/SDCCdwarf2.c (dwCloseFile): don't explicitly close a temp file
3429         * src/SDCCdwarf2.c (dwTagFromType): added bitfield support
3430         * src/SDCCdwarf2.c (dwWriteSymbolInternal): handle extern within local
3431         scopes
3432         * src/SDCCdwarf2.c (dwWriteLineNumber): line number deltas are signed
3433         * src/SDCCmain.c (processFile, parseCmdLine): non-alphanumeric chars
3434         are now changed to underscores in moduleName
3435
3436 2004-05-15 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
3437
3438         * as/mcs51/lkmem.c: better fix for bug #954173
3439
3440 2004-05-15 Maarten Brock <sourceforge.brock AT dse.nl>
3441         committed by Frieder Ferlemann <Frieder.Ferlemann AT web.de>
3442
3443         * device/include/c8051f020.h: newly added SiLabs (Cygnal) header file
3444         * device/include/c8051f000.h,
3445         * device/include/c8051f120.h,
3446         * device/include/c8051f300.h,
3447         * device/include/c8051f310.h,
3448         * device/include/c8051f320.h: updated (added _XPAGE, CAPN, CAPP,
3449         PWM16) and detab'ed
3450
3451 2004-05-15 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
3452
3453         * doc/sdccman.lyx: mentioned sourceforge's delay between web frontend
3454         and mailing lists, doc'ed --no-peep-comments, removed reference
3455         to knoppix (newest version has no LyX/LaTeX), other minor changes
3456         * src/SDCCglue.c (glue): save 2 bytes stack space with
3457         option --main-return. The ljmp could probably be avoided too
3458
3459 2004-05-14 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
3460
3461         * as/mcs51/lkmem.c, as/mcs51/lkaomf51: fixed bug 954173
3462
3463 2004-05-14 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3464
3465         * src/SDCCsymt.h: added IS_AUTO(symbol) test macro
3466         * src/SDCCopt.c (isLocalWithoutDef),
3467         * src/SDCCicode.c (operandFromSymbol): use the IS_AUTO test macro
3468         which adds a !IS_EXTERN codition. Fixes bugs #877426 and #751703.
3469         (credit to Maarten Brock for patch #949363, on which this is based)
3470         * support/regression/tests/bug-751703.c: some test cases of extern used
3471         within inner scopes.
3472
3473 2004-05-14 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3474
3475         * src/SDCCdwarf2.c (dwMatchTypes): structs must have matching
3476         SPEC_STRUCT
3477         * src/SDCCdwarf2.c (dwTagFromType): fix to handle recursive
3478         struct definitions
3479         * src/SDCCdwarf2.c (dwWriteModule, dwNewDebugSymbol, dwWriteEndFunction,
3480         dwWriteLabel): fix to create valid debugger symbols even when
3481         the module name has non-alphanumeric symbols in it
3482         * src/SDCCdwarf2.c (dwWriteSymbolInternal): better detection for
3483         when a variable's allocation has been optimized away
3484
3485
3486 2004-05-13 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3487
3488         * src/hc08/gen.c (hc08_emitDebuggerSymbol),
3489         * src/hc08/main.c,
3490         * src/mcs51/gen.c (mcs51_emitDebuggerSymbol),
3491         * src/mcs51/main.c,
3492         * src/ds390/gen.c (ds390_emitDebuggerSymbol),
3493         * src/ds390/main.c,
3494         * src/z80/gen.c (z80_emitDebuggerSymbol),
3495         * src/z80/main.c,
3496         * src/pic/gen.c (pic14_emitDebuggerSymbol),
3497         * src/pic/main.c,
3498         * src/pic16/gen.c (pic14_emitDebuggerSymbol),
3499         * src/pic16/main.c,
3500         * src/avr/gen.c (avr_emitDebuggerSymbol),
3501         * src/avr/main.c,
3502         * src/xa51/gen.c (xa51_emitDebuggerSymbol),
3503         * src/xa51/main.c,
3504         * src/SDCCdebug.c (emitDebuggerSymbol),
3505         * src/SDCCdebug.h,
3506         * src/port.h: added a debugger struct to the port struct. Added a
3507         callback for defining debugger symbols
3508
3509         * src/SDCCast.c (createLabel),
3510         * src/SDCC.y (labeled_statement): mark all compiler generated labels
3511         with isitmp = 1
3512         * src/SDCCicode.h,
3513         * src/SDCCicode.c (geniCodeFunctionBody): added a link from the FUNCTION
3514         iCode back to the ast for the function
3515
3516         * src/hc08/ralloc.c (hc08_assignRegisters),
3517         * src/hc08/ralloc.h: define a regs struct for the stack pointer. Removed
3518         unneeded fields from the regs struct.
3519         * src/hc08/gen.c (transferRegReg, genFunction, genEndFunction): use the
3520         pushReg() & pullReg() functions instead of emitcode()
3521
3522         * src/hc08/gen.c (genLabel, genhc08Code),
3523         * src/SDCCdebug.h: Added additional debugger hooks needed for DWARF
3524
3525         * src/cdbFile.c (cdbWriteLabel, cdbWriteScope): Added stubs for unneeded
3526         debugger hooks
3527
3528         * src/hc08/gen.c (genEndFunction, genhc08Code),
3529         * src/hc08/gen.h,
3530         * src/mcs51/gen.c (genEndFunction, gen51Code),
3531         * src/mcs51/gen.h,
3532         * src/ds390/gen.c (genEndFunction, gen390Code),
3533         * src/ds390/gen.h,
3534         * src/z80/gen.c (genEndFunction, genZ80Code),
3535         * src/z80/gen.h,
3536         * src/z80/z80.h,
3537         * src/pic/gen.c (genEndFunction, genpic14Code),
3538         * src/pic/gen.h,
3539         * src/pic16/gen.c (genEndFunction, genpic16Code),
3540         * src/pic16/gen.h,
3541         * src/avr/gen.c (genEndFunction, genAVRCode),
3542         * src/avr/gen.h,
3543         * src/xa51/gen.c (genEndFunction, genXA51Code),
3544         * src/xa51/gen.h,
3545         * src/cdbFile.c (cdbWriteFunction, cdbWriteEndFunction): moved cdb
3546         specific code to cdbFile.c and out of the backend code generators
3547
3548         * as/hc08/lkmain.c (main): removed OMF51 support from link-hc08
3549         * as/hc08/lkarea.c (lnkarea): areas with NOLOAD attribute default
3550         starting address is now 0
3551
3552         * as/hc08/asm.h,
3553         * as/hc08/m08pst.c,
3554         * as/hc08/asmain.c (asmbl): implemented the .sleb128 and .uleb128
3555         assembler directive for DWARF support
3556         * as/hc08/lkelf.c (elf): only increment address when rtflg[] set
3557
3558         * src/src.dsp,
3559         * src/Makefile.in,
3560         * src/SDCCdwarf2.c: preliminary DWARF (ver 2) debugger data generator
3561
3562 2004-05-04 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3563
3564         * src/hc08/gen.c (genJumpTab, emitcode, genhc08code): fixed stack error
3565         and inappropriate peephole optimization in jump tables
3566
3567 2004-04-30 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
3568
3569         * as/hc08/m08pst.c,
3570         * src/SDCCglue.c: sdccopt works for the hc08 port now
3571
3572 2004-04-27 Bernhard Held <bernhard AT bernhardheld.de>
3573
3574         * src/SDCCicode.c (geniCodePreInc, geniCodePreDec): fixed bug #942130
3575
3576 2004-04-27 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
3577
3578         * as/hc08/lkelf.c: sdccconf.h is not available in WIN32
3579
3580 2004-04-24 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3581
3582         * src/SDCCpeeph.c (replaceRule): support empty replacement peephole
3583         rules
3584         * src/SDCCmain.c,
3585         * src/SDCCglobl.h,
3586         * src/SDCCpeeph.c (getPeepLine): new option --no-peep-comments omits
3587         comments from the peephole optimizer replacement rules
3588         * src/SDCCmem.c (printAllocInfoSeg): give actual location of spilled
3589         symbols
3590         * src/SDCCcse.c (updateSpillLocation),
3591         * src/SDCCopt.c (killDeadCode, findReqv): better tracking of register
3592         equivalents
3593         * src/hc08/ralloc.c (regTypeNum): pseudo symbols must be in DATA only
3594         * src/hc08/main.c (_hc08_finaliseOptions): made pointers to stack
3595         objects far pointers
3596
3597 2004-04-23 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3598
3599         * src/SDCCsymt.h: a missing part of my last change
3600         * src/pic/ralloc.c (regTypeNum),
3601         * src/pic16/ralloc.c (regTypeNum): fixed statement/declaration order
3602
3603 2004-04-23 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3604
3605         * src/SDCCicode.h,
3606         * src/SDCCicode.c (aggrToPtrDclType),
3607         * src/SDCCptropt.h,
3608         * src/SDCCptropt.c (ptrBaseRematSym, ptrPseudoSymSafe,
3609         ptrPseudoSymConvert),
3610         * src/pic/ralloc.c (regTypeNum),
3611         * src/pic16/ralloc.c (regTypeNum),
3612         * src/hc08/ralloc.c (regTypeNum),
3613         * src/ds390/ralloc.c (regTypeNum),
3614         * src/mcs51/ralloc.c (regTypeNum): check for dependancy hazards before
3615         creating pseudo symbols (fixed bugs #777768, #930484, and #933966)
3616
3617 2004-04-22 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3618
3619         * link/z80/lkmain.c (afile),
3620         * as/hc08/lkmain.c (afile),
3621         * as/mcs51/lkmain.c (afile): fix suggested by Maarten Brock to
3622         prevent a pointer problem when a filename has no directory and
3623         no extension specified.
3624
3625 2004-04-21 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3626
3627         * link/z80/lkmain.c (afile): allow periods in directory names
3628         * link/z80/lkmain.c (afile),
3629         * as/mcs51/lkmain.c (afile),
3630         * as/hc08/lkmain.c (afile): allow linker script file to have an
3631         extension other than ".lnk"
3632         * link/z80/lklex.c (getfid),
3633         * link/z80/lkmain.c (parse),
3634         * as/mcs51/lklex.c (getfid),
3635         * as/mcs51/lkmain.c (parse),
3636         * as/hc08/lklex.c (getfid),
3637         * as/hc08/lkmain.c (parse): Support comments in the linker script
3638         file on lines by themselves and after filenames
3639
3640 2004-04-20 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
3641
3642         * as/link_hc08.dsp: Added as/hc08/lkelf.c to project.
3643
3644 2004-04-20 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3645
3646         * src/z80/peeph-z80.def: removed some peephole rules that don't
3647         work with multibyte arithmetic (fixed bug #937126)
3648         * src/mcs51/peeph.def: fixed peephole rules 150-158 to apply only
3649         to registers and not global variables
3650         * src/SDCCicode.c (geniCodeAssign, ast2iCode, geniCodePostInc,
3651         geniCodePreInc, geniCodePostDec, geniCodePreDec,
3652         geniCodeLogicAndOr, geniCodeConditional): enforce strict lvalue
3653         checking for assignments not internally generated (fixed bug #931895)
3654         * src/SDCC.y (postfix_expr): ignore typedefs when looking for a
3655         structure member (fixed bug #930072)
3656
3657 2004-04-19 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3658
3659         * src/SDCCmain.c (linkEdit),
3660         * src/hc08/main.c (_hc08_parseOptions),
3661         * as/hc08/Makefile.in,
3662         * as/hc08/aslink.h,
3663         * as/hc08/asm.h,
3664         * as/hc08/m08pst.c,
3665         * as/hc08/lkrloc.c (relr, rele),
3666         * as/hc08/lkarea.c (lnkarea)
3667         * as/hc08/lkmain.c (afile, parse),
3668         * as/hc08/lkelf.c: support for ELF output
3669         * as/hc08/lks19.c (s19),
3670         * as/hc08/lkihx.c (ihx): ignore areas with the NOLOAD attribute
3671
3672 2004-04-17 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
3673
3674         * as/mcs51/lkihx.c: Fixed bug #899105.
3675
3676 2004-04-16 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
3677
3678         * doc/sdccman.lyx: Added instructons on how to convert MSVC .dsw and
3679         .dsp files from Unix to DOS.
3680
3681 2004-04-16 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3682
3683         * doc/sdccman.lyx: removed the ANSI-C noncompliance note regarding
3684         function pointers; we have been compliant for several months now.
3685         * src/mcs51/ralloc.c (serialRegAssign): enabled part of my 2004-04-13
3686         change that was accidently commented out
3687         * src/mcs51/gen.c (freeAsmop, getFreePtr, freeForBranchAsmop, genIfxJump,
3688         genCmpEq, jmpTrueOrFalse, genCmp, genAnd, genOr, genXor, genIfx): fixed
3689         bug #922319
3690
3691 2004-04-15 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3692
3693         * src/hc08/gen.c: output of all of the internal debugging information
3694         is now controlled by the D() macro; it is disabled by default
3695
3696 2004-04-13 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3697
3698         * src/mcs51/ralloc.c (serialRegAssign, fillGaps, allocThisReg): try
3699         harder to keep the same registers during a CAST iCode
3700         * src/SDCCopt.c (optimizeCastCast, eBBlockFromiCode): casts of char to
3701         long via int can be done in a single cast, if the signedness is
3702         correct.
3703         * support/regression/tests/bug-927659.c: fixed to avoid conflict with
3704         putchar() in tinibios.c in ds390's library
3705
3706 2004-04-12 Bernhard Held <bernhard AT bernhardheld.de>
3707
3708         * src/SDCCast.c (decorateType): fixed bug #898889,
3709         cast result of a literal complement too
3710         * src/mcs51/ralloc.c (packRegsForAssign): fixed bug #930931,
3711         fixed check for bitfields
3712
3713 2004-04-11 Bernhard Held <bernhard AT bernhardheld.de>
3714
3715         * src/SDCCicode.c (geniCodeLogic): made it static,
3716         (geniCodeLogicAndOr): added in order to fix bug #905492,
3717         (ast2iCode): fixed bug #905492
3718         * support/regression/tests/bug-905492.c: added
3719         * src/SDCCast.c (decorateType): don't decorate/process parms twice,
3720         (processParms): fixed bug #927659: don't copy parms, this will clear
3721         decorated flag
3722         * support/regression/tests/bug-927659.c: added
3723
3724 2004-03-29 Bernhard Held <bernhard AT bernhardheld.de>
3725
3726         * src/SDCCast.c (addCast): don't cast float to char
3727         * device/lib/libsdcc.lib: added _memmove
3728
3729 2004-03-28 Bernhard Held <bernhard AT bernhardheld.de>
3730
3731         * device/lib/large/Makefile: fixed parallel execution by
3732         replacing `make` by `$(MAKE)`
3733
3734 2004-03-28 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3735
3736         * src/hc08/gen.c (genPointerGetSetOfs): correctly handle 1 byte array
3737         offsets (fixes bug #923936)
3738
3739 2004-03-26 Bernhard Held <bernhard AT bernhardheld.de>
3740
3741         * device/lib/small/Makefile: fixed parallel execution by
3742         replacing `make` by `$(MAKE)`
3743
3744 2004-03-23 Bernhard Held <bernhard AT bernhardheld.de>
3745
3746         * device/lib/vprintf.c (vsprintf): minor optimization, see bug #801101
3747
3748 2004-03-23  Scott Dattalo  <scott AT dattalo.com>
3749
3750         * src/pic/gen.c (genCpl): multi-byte complements were not working.
3751         * src/regression/Makefile: Regression test was not running.
3752
3753 2004-03-23 Bernhard Held <bernhard AT bernhardheld.de>
3754
3755         * src/SDCCast.c (resultTypePropagate, decorateType): avoid promotion to int for
3756         complement if possible
3757         * src/SDCCval.c (valComplement),
3758         * src/SDCCicode.c (operandOperation): fixed complement of literal
3759         * support/regression/tests/onebyte.c (testComplement): added
3760
3761 2004-03-22 Bernhard Held <bernhard AT bernhardheld.de>
3762
3763         * src/SDCCast.c (processParms): fixed bug #920866; decorateType() can
3764         return an optimized tree; actually replace actParm with the new tree
3765         * src/SDCCast.h: added some parantheses to remove side effects
3766         * support/regression/tests/bug-920866.c
3767
3768 2004-03-21  Scott Dattalo  <scott AT dattalo.com>
3769         * src/pic/gen.c, src/pic/gen.h, src/pic/genarith.c, src/pic/pcode.c:
3770         Bit operands were not being handled properly in the pic14 port.
3771         (now src/regression/add.c passes again).
3772
3773 2004-03-20 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3774
3775         * src/SDCC.y (labeled_statement): case and default no longer require
3776         a following statement (RFE #893037)
3777
3778 2004-03-19 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3779
3780         * src/mcs51/gen.c (pushSide, genSignedRightShift, genDjnz, geniPush):
3781         use MOVA macro to avoid "mov a,acc" when peephole optimizer is
3782         disabled (fixes bug #916294)
3783         * sim/ucsim/s51.src/mov.cc (inst_mov_a_addr): Throw an error on
3784         "mov a,acc"; patch provided by Lenny Story
3785         * device/include/mc68hc908gp32.h: header contibuted by Juan Gonzalez
3786
3787 2004-03-19 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3788
3789         * src/mcs51/gen.c (genFunction): optimize RECEIVE in reentrant
3790         functions
3791         * src/ds390/gen.c (genFunction, genEndFunction),
3792         * src/ds390/ralloc.c (ds390_assignRegisters),
3793         * src/mcs51/gen.c (genFunction, genEndFunction, mcs51_assignRegisters):
3794         * src/mcs51/ralloc.c (mcs51_assignRegisters): Skip optimizing registers
3795         pushed if there are parameters passed on the stack. Also, a cleaner
3796         way to decide if r0/r1 should be pushed/popped. (Together they fix
3797         bug #918693)
3798
3799 2004-03-18 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3800
3801         * doc/sdccman.lyx,
3802         * device/lib/mcs51/crtpagesfr.asm,
3803         * device/lib/mcs51/crtxinit.asm,
3804         * device/lib/mcs51/crtxstack.asm: Changed name of _PAGESFR to _XPAGE
3805         to avoid confusion with Si Lab's SFRPAGE register.
3806
3807 2004-03-17 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3808
3809         * src/SDCCglue.c (emitMaps): allow public sfr variables
3810         * src/SDCCglue.c (initialComments): include compiler build date
3811         with compiler version and put the timestamp of the generated
3812         assembly file on a serperate line to be less confusing.
3813         * src/port.h: added genInitStartup hook
3814         * src/avr/main.c,
3815         * src/ds390/main.c,
3816         * src/hc08/main.c,
3817         * src/pic/main.c,
3818         * src/pic16/main.c,
3819         * src/xa51/main.c,
3820         * src/z80/main.c: genInitStartup initialize as NULL (default to
3821         historical behaviour)
3822         * src/SDCCglue.c (glue): _sdcc_gsinit_startup is now port specific.
3823         * src/mcs51/main.c: (_mcs51_genInitStartup, _mcs51_genExtraAreas,
3824         _mcs51_genXINIT, _mcs51_genRAMCLEAR): link initialization code from the
3825         library instead of hard coding it into the compiler.
3826         * support/regression/ports/mcs51-stack-auto/spec.mk,
3827         * src/SDCCmain.c (linkEdit): added mcs51.lib to the link libraries
3828         * device/lib/mcs51/Makefile,
3829         * device/lib/small/Makefile,
3830         * device/lib/large/Makefile,
3831         * device/lib/mcs51/crtpagesfr.asm,
3832         * device/lib/mcs51/crtstart.asm,
3833         * device/lib/mcs51/crtxclear.asm,
3834         * device/lib/mcs51/crtxinit.asm,
3835         * device/lib/mcs51/crtclear.asm,
3836         * device/lib/mcs51/crtxstack.asm: move most of the mcs51 C runtime
3837         startup/initialization out of src/SDCCglue.c and src/mcs51/main.c
3838         and into user configurable files.
3839         * device/lib/clean.mk: clean mcs51 directory too
3840         * support/regression/tests/longlit.c: added static to T1 declaration
3841         * doc/sdccman.lyx: documented _PAGESFR sfr for customizing pdata
3842         accesses in the initialization code
3843
3844 2004-03-14 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3845
3846         * device/include/mc68hc908qy.h: corrected declarations of FLBPR and
3847         OSCTRIMVAL as noted in bug #916008
3848
3849 2004-03-14 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3850
3851         * src/SDCCloop.c (basicInduction): fixed bug with loop induction
3852         in loops with multiple exits (reported as incorrect registers
3853         used by Martin Helmling in Sdcc-user list)
3854
3855 2004-03-12 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
3856
3857         * src/ds390/main.c (_ds390_genAssemblerPreamble): cosmetic change,
3858         made ds390 register extensions look less like error messages
3859
3860 2004-03-12 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3861
3862         * src/SDCCglue.c (printIvalPtr): fixed bug with pointer initializer
3863         reported by Adam Wozniak in Sdcc-user list
3864
3865 2004-03-10 Bernhard Held <bernhard AT bernhardheld.de>
3866
3867         * src/SDCCast.c (decorateType): fixed with bug and promotion in
3868         arithmetic optimizations, added debug output
3869
3870 2004-03-09 Bernhard Held <bernhard AT bernhardheld.de>
3871
3872         * device/lib/time.c (mktime): fixed bug reported by Bert Thomas
3873         * sdcc.spec: updated and split sdcc into 3 rpms
3874         * src/SDCCast.c (decorateType): &|^ don't need addCast(); addCast() is
3875         needed for literals of LEFT_OP and '+'
3876         * src/SDCCicode.c (geniCodeLogic): I must have been braindead when I
3877         introduced RESULT_TYPE_NOPROM
3878         (geniCodeMultiply): fixed logic for decision if mul is optimized to
3879         left shift
3880         * src/SDCCsymt.c (computeType): op is int; added RESULT_TYPE_OTHER;
3881         limited promotion to int only for '*'
3882         * src/SDCCsymt.h (computeType): op is int, removed RESULT_TYPE_NOPROM
3883
3884 2004-03-09 Hans Dorn <hjdorn AT users.sourceforge.net>
3885
3886         * src/pic16/gen.c (genSkip),
3887         (genc16bit2lit), (gencjneshort): commented out
3888         (is_LitOp): new helper function, checks operand type
3889         (genCmpEq): rewritten
3890
3891 2004-03-08 Bernhard Held <bernhard AT bernhardheld.de>
3892
3893         * support/regression/tests/bug-908454.c: added
3894
3895 2004-03-07 Bernhard Held <bernhard AT bernhardheld.de>
3896
3897         * src/SDCCast.c (addCast): fixed bug #908454 by promoting bits to char
3898         * src/SDCCicode.c (usualBinaryConversions): op needs int type
3899         (geniCodeCast): cosmetic, don't preserve bit storage class
3900         (geniCodeLeftShift): added promotion
3901         (geniCodeLogic): fixed regression
3902         * src/SDCCsymt.c (computeTypeOr): accept bits too
3903         (compareType): 2nd part of fix for bug #908454, needed for bitfields
3904
3905 2004-03-07  Borut Razem <borut.razem AT siol.net>
3906
3907         * support/Util/findme.c: alloca() replaced with malloc()/free() pair
3908
3909 2004-03-06 Vangelis Rokas <vrokas AT otenet.gr>
3910
3911         * src/pic16/ralloc.c (pic16_genPackRegisters): reverted to old
3912         version of pic16_genPackRegisters which does not check if ic is a
3913         CAST operator,
3914         * src/pic16/gen.c (ifxForOp): disabled new and untested code in
3915         function cause string1.c regression test fails
3916
3917 2004-03-06 Bernhard Held <bernhard AT bernhardheld.de>
3918
3919         * sim/ucsim/configure.in,
3920         * sim/ucsim/configure,
3921         * sim/ucsim/doc/Makefile.in: use docdir
3922         * src/SDCC.y: fixed sbit atrributes
3923         * src/SDCCast.c (getResultTypeFromType): added support for bitfields
3924         * src/SDCCast.c (decorateType): |^& need special promotion handling
3925         * src/SDCCast.h,
3926         * src/SDCCsymt.h: moved definition of RESULT_TYPE
3927         * src/SDCCsymt.h (computeType),
3928         * src/SDCCicode.c: computeType() needs op
3929         * src/SDCCsymt.c (checkTypeSanity),
3930         * doc/sddman.lyx: "plain" bitfields are unsigned
3931         * src/SDCCsymt.c (computeTypeOr): added
3932         * src/SDCCsymt.c (computeType): added support for bitfields, fixed
3933         |^& ops
3934         * src/SDCCval.c (val*): computeType() needs op
3935         * src/SDCCval.c (valCastLiteral): fixed casting of bitfields
3936         * support/regression/tests/onebyte.c: added tests for |^&
3937
3938 2004-03-06 Hans Dorn <hjdorn AT users.sourceforge.net>
3939
3940         * src/pic16/gen.c: (genpic16Code) use copy of printILine's output
3941         for writing icode into asm output.
3942
3943 2004-03-05 Vangelis Rokas <vrokas AT otenet.gr>
3944
3945         * src/pic16/device.c: added some debug lines enabled
3946         with macro DEBUG_CHECK,
3947         * src/pic16/genarith.c: more debug in genPlus,
3948         * (pic16_genUMult8XLit_16, pic16_genUMult8X8_16): removed,
3949         * (pic16_genUMult16X16_16, pic16_genUMult16XLit_16): NEW,
3950         * src/pic16/gen.c: added prototypes for pic16_genMult16X16_16,
3951         * (aopForSym): onStack symbols are re-placed in data memspace,
3952         and onStack flag is cleared,
3953         * (pic16_popGetTempReg, pic16_popReleaseTempReg): modified to
3954         copy temporary pcodeop,
3955         * (genPcall): added warning for not updating PCLATU,
3956         * (genFunction): removed test with IFFUNC_CALLEESAVES, its
3957         always true for pic16 port,
3958         * (genMultOneWord): NEW, supports integer multiplication,
3959         * (genMult): modified to call genMultOneWord,
3960         * (ifxForOp): added warning when return NULL,
3961         * src/pic16/glue.c (pic16emitRegularMap): symbol implicit
3962         flag is set before call to operandFromSymbol for implicit
3963         added structures,
3964         * src/pic16/main.c (_pic16_finaliseOptions): options.float_rent,
3965         options.intlong_rent are set by default,
3966         * (_hasNativeMulFor): modified to allow port generation of integer
3967         multiplication,
3968         * src/pic16/ralloc.c (pic16_allocDirReg): commented out line which
3969         set regtype to REG_SFR for all registers, restricting seting the
3970         accessBank flag for registers 0<= r < 0x80 and 0xf80<=r<=0xfff,
3971
3972 2004-03-05 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
3973
3974         * src/mcs51/peephole.def: added 251.b and 253.x. 253.x are applied
3975         more than 500 times in the regression tests
3976
3977 2004-03-05 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3978
3979         * support/Util/SDCCerr.h,
3980         * support/Util/SDCCerr.c,
3981         * src/SDCC.y (struct_or_union_specifier, enum_specifier,
3982         enumerator_list),
3983         * src/SDCCsymt.c (addSymChain): show location of oriignal definition
3984         for symbol conflicts.
3985         * support/valdiags/tests/enum.c,
3986         * support/valdiags/tests/tentdecl.c,
3987         * support/valdiags/tests/struct.c: expect possible error messages
3988         referring to original symbol definitions.
3989         * src/SDCC.y (struct_or_union_specifier, struct_declarator),
3990         * src/SDCCsymt.h,
3991         * src/SDCCsymt.c (promoteAnonStructs): support anonymous struct/union
3992
3993 2004-03-03 Hans Dorn <hjdorn AT users.sourceforge.net>
3994
3995         * src/pic16/gen.c (gencjne): fixed for right=REG / left=LIT
3996
3997 2004-02-03 Vangelis Rokas <vrokas AT otenet.gr>
3998
3999         * src/pic16/ralloc.c (newReg): fixed bug #908929
4000
4001 2004-03-02 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4002
4003         * src/ds390/gen.c: added missing #include "main.h"
4004
4005 2004-03-02 Vangelis Rokas <vrokas AT otenet.gr>
4006
4007         * src/pic16/device.c (checkAddSym): NEW, adds a symbol to set while
4008         checking if symbol is already in set,
4009         * src/pic16/device.h: prototype for checkAddSym,
4010         * src/pic16/gen.c: (_G): added entry interruptvector,
4011         * (assignResultValue): removed some commented out lines,
4012         * (genFunction): check for ISR via sym->type, absolute section for
4013         interrupt code is created via a new pBlock, the goto instruction is
4014         placed now correctly at the interrupt vector position, changed all
4015         references from ivec to _G.interruptvector,
4016         * WREG,STATUS,BSR are not saved in stack upon an entry to interrupt
4017         is the interrupt is a high priority one, same for return from ISR,
4018         * src/pic16/glue.c: changed all calls of addSetHead for publics and
4019         externs to calls of checkAddSym,
4020         * src/pic16/pcode.c (pic16_pBlockConvert2*): emit warning when
4021         pic16_pcode_verbose flag is set,
4022         * src/pic16/pcode.h: extern to pic16_pcode_verbose,
4023         * src/pic16/pcoderegs.c: message about how many registers are saved
4024         will only be emitted if pic16_pcode_verbose flag is set,
4025
4026 2004-03-02 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4027
4028         * src/ds390/ralloc.h,
4029         * src/ds390/ralloc.c (ds390_regWithIdx),
4030         * src/ds390/gen.c (emitcode),
4031         * src/ds390/main.h,
4032         * src/ds390/main.c (instructionSize, ds390newAsmLineNode, updateOpRW,
4033         ds390opcodeCompare, asmLineNodeFromLineNode, getInstructionSize,
4034         ds390operandCompare, getRegsRead, getRegsWritten,
4035         initializeAsmLineNode): customized instruction size calculation for
4036         ds390, started basis for some register optimizations
4037         * src/ds390/gen.c (gen390Code, emitcode): associate iCodes with
4038         corresponding assembly output
4039         * src/ds390/gen.c (genFunction, genEndFunction): added case to handle
4040         missing push/pop of r0/r1. Optimized push/pops
4041
4042 2004-03-01 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4043
4044         * src/mcs51/main.c (instructionSize): fixed ACALL size
4045         * src/mcs51/main.c (updateOpRW): fixed bug with @dptr, @a+dptr operands
4046
4047 2004-03-01 Vangelis Rokas <vrokas AT otenet.gr>
4048
4049         * src/pic16/device.c (pic16_dump_section): fixed a bug that allowed
4050         the sorting of rlist with NULL elements
4051         * (print_idataType, print_idata): NEW to create idata sections
4052         * src/pic16/device.h: idataSymSet new variable
4053         * src/pic16/gen.c (genFunction): fixed some bugs in string
4054         comparing, improved the absolute section creation for ISRs,
4055         added FSR0L/FSR0H in registers that are saved in an ISR,
4056         * (genInline): fixed the processing of inline snippets,
4057         now they undergo no process by the peephole optimizer
4058         * src/pic16/glue.c (pic16emitRegularMap): symbols with initialiser
4059         are placed in idataSymSet,
4060         * (pic16emitStaticSeg): extern symbols are added in externs,
4061         * src/pic16/ralloc.c (pic16_allocDirReg): work around to reduce bank
4062         switching when aboslute variables are placed in access bank memory
4063         * (pic16_writeUsedRegs): added call to pic16_dump_idata,
4064         * (packRegsForSupport,packRegsForAccUse,packRegsForOneuse):
4065         commented out with #if,
4066         * (pic16_packRegisters): reintroduce the check for CAST because some
4067         symbols are not correctly handled,
4068         * src/pic16/pcode.h: changed the definition of pCodeAsmDir to hold a
4069         pCodeInstruction instead of pCode,
4070         * src/pic16/pcode.c (pic16_newpCodeAsmDir): modified for the new
4071         pCodeAsmDir definition,
4072         * (pic16_pCode2str, genericPrint): when an AsmDir pcode has a NULL
4073         directive, then the argument directive is emitted without the leading
4074         tab, hack for inline labels which must be in the first column,
4075         * (compareLabel,pic16_findNextInstruction),
4076         * (pic16_findPrevInstruction): added case for PO_ASMDIR,
4077         * (insertBankSwitch): modified for the new pCodeAsmDir,
4078
4079 2004-03-01 Hans-Juergen Dorn <hans.dorn AT apl-landau.de>
4080         patch applied by Vangelis Rokas <vrokas AT otenet.gr>
4081
4082         * src/pic16/gen.c (pic16_popGet): case PO_DIR, adds the offset to
4083         instance,
4084         * (pushSide): commented out with #if,
4085         * (assignResultValue): fixed some typos in saving
4086         registers,
4087         * (genPcall): FIXED and sync'ed with genCall,
4088         * (genDataPointerGet,genDataPointerSet): using offset not leoffset
4089         * (genNearPointerGet): fixed to handle some more cases,
4090         implementation scheme via table reads,
4091         * (genConstPointerGet): modified to access code memory correct,
4092         * (genCodePointerGet,genNearPointerSet,genGenPointerSet): modified
4093         and improved to handle some cases
4094         * glue.c (printIvalType,printIvalChar,emitStaticSeg): use "DB"
4095         instead of "RETLW" for init data
4096         * src/pic16/ralloc.c (pic16_allocDirReg): warning when a symbol is
4097         not IN_DIRSPACE, work around to reduce bank switching when aboslute
4098         variables are placed in access bank memory (<0x80 and >=0xf80),
4099         * src/pic16/pcode.c: added SFRs TBLPTR, TABLAT, added opcodes TBLRD,
4100         TBLRD_POSTINC,TBLRD_POSTDEC,TBLRD_PREINC,TBLWT,TBLWT_POSTINC,
4101         TBLWT_POSTDEC,TBLWT_PREINC
4102         * Fixed initialisation of BSR, set "alias" for SSAVE to "0"
4103         * (pic16_emitDB,pic16_flushDB): New functions to generate "DB"
4104         directives
4105         * (pic16_pCodeConstString): use "DB" instead of "RETLW"
4106         * src/pic16/pcode.h: added TBLRD*,TBLWT*, added pic16_emitDB,
4107         pic16_flushDB, made pic16_newpCodeAsmDir public, added TBLPTR, TABLAT
4108         * src/pic16/ralloc.h: added IDX_BSR,IDX_TBLPTR*,IDX_TABLAT
4109
4110 2004-02-29  Borut Razem <borut.razem AT siol.net>
4111
4112         * src/Makefile.in, src/SDCCutil.c, support/Util/findme.c,
4113         support/Util/findme.h, support/Util/system.h: enhance binary relative
4114         search for lib and include by using findProgramPath()
4115
4116 2004-02-28 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4117
4118         * src/SDCCpeeph.h,
4119         * src/SDCCpeeph.c (pcDistance),
4120         * src/port.h,
4121         * src/mcs51/ralloc.h,
4122         * src/mcs51/ralloc.c (mcs51_regWithIdx),
4123         * src/mcs51/main.h,
4124         * src/mcs51/main.c (instructionSize, asmLineNode, updateOpRW,
4125         mcs51opcodeCompare, asmLineNodeFromLineNode, getInstructionSize,
4126         mcs51operandCompare, getRegsRead, getRegsWritten): made instruction
4127         size calculation port specific, started basis for some register
4128         optimizations
4129         * src/mcs51/gen.c (genFunction, genEndFunction): added case to handle
4130         missing push/pop of r0/r1. Optimized push/pops
4131         * src/mcs51/ralloc.c (packregisters): fixed bug #727095
4132         * device/lib/_modsint.c (_modsint),
4133         * device/lib/_modslong.c (_modslong): fixed sign of result in non-asm
4134         and stack version so regression tests pass
4135
4136 2004-02-26 Bernhard Held <bernhard AT bernhardheld.de>
4137
4138         * src/Makefile.in (dep): include SLIBOBJS in dependency check
4139         * src/SDCCast.c (decorateType): catch another small optimization
4140         with '?' operator
4141         * src/SDCCsymt.c (computeType): added comments and cosmetic changes
4142         * src/SDCCval.c (valMult, valDiv, valMod, valPlus, valMinus, valShift):
4143         modified to finally use computeType() all over SDCC,
4144         see Feature Request #877103
4145         * src/SDCCval.h: cosmetic
4146         * src/SDCCicode.c (operandOperation): fixed EQ_OP bug, now same as in
4147         valCompare(); regression tested in muldiv.c
4148         * support/regression/tests/muldiv.c (testMod): mod sign follows
4149         dividend only
4150
4151 2004-02-23 Bernhard Held <bernhard AT bernhardheld.de>
4152
4153         * src/SDCCast.c (decorateType): fixed bug #902362
4154         * doc/INSTALL.txt: fixed install instructions for win32
4155
4156 2004-02-21 Bernhard Held <bernhard AT bernhardheld.de>
4157
4158         * device/include/Makefile.in (install): fixed by replacing spaces
4159         by tabs
4160         * doc/README.txt,
4161         * doc/INSTALL.txt: updated for release
4162         * doc/sdccman.lyx: added warning for --xstack being buggy
4163
4164 2004-02-20 Bernhard Held <bernhard AT bernhardheld.de>
4165
4166         * src/pic16/ralloc.c (packRegsForAccUse):  disabled functions with #if
4167         to eliminate build warnings.
4168         * src/pic16/gen.c (pic16_popGet): fixed for gcc 2.95.4
4169
4170 2004-02-20 Vangelis Rokas <vrokas AT otenet.gr>
4171            Hans-Juergen Dorn <hans.dorn AT apl-landau.de>
4172
4173         * doc/sdccman.lyx: removed PIC16 from PIC16 Port Specific Options,
4174         removed -penable-stack, added comment for stack pragma, added
4175         warning for not initializing the stack/frame registers, removed
4176         comment at interrupts section
4177
4178         Stack is made permanent, there is no ability to disable stack usage.
4179         * src/pic16/device.h,
4180         * src/pic16/device.c: removed all references to USE_STACK macro,
4181         * src/pic16/device.c (pic16_dump_section): when no elements in
4182         rlist, free rlist before return,
4183         * (pic16_dump_int_registers): NEW, internal registers are a new set
4184         of general purpose registers reused by each function,
4185         * (checkAddReg): returns 1 if registers is added to set,
4186         * (pic16_groupRegistersInSection): when a registers is of type
4187         PO_GPR_TEMP add it in pic16_int_regs and not in pic16_rel_udata,
4188         * src/pic16/device.h: memRange and Assigned Memory are deleted,
4189         SRCASECMP macro is moved here from device.c
4190         * src/pic16/genarith.c (pic16_pCodeOpType): added cases for
4191         PO_PCLATU, PO_PRODL, PO_PRODH,
4192         * (pic16_pCodeOpType, genMinus,
4193         changed compares to "a" register, with AOP_ACC,
4194         * (pic16_genPlus): fixed some bugs and indented properly,
4195         * (pic16_addSign): changed size to size+offset in the MOVWF
4196         instruction,
4197         * (pic16_genUMult8XLit_8): NEW, uses processor MULLW instruction to
4198         multiply 8-bit operand by literal, result is 8-bit,
4199         * (pic16_genUMult8X8_8): NEW, uses processor MULWF instruction to
4200         multiply 2 8-bit operand, result is 8-bit,
4201         * (pic16_genMult8X8_8): modified to call genUMult8X*_8 functions and not
4202         genUMult8X*_16,
4203         * src/pic16/gen.c: changed accUse to contain WREG only,
4204         * (pic16_emitcomment): renamed to pic16_emitpcomment,
4205         * (aopForSym): allocated dir register when IN_DIRSPACE(space) is,
4206         true, do not use immediate addressing any more unless sym is a
4207         pointer in codespace,
4208         * (aopForRemat): do not use immediate addressing when symbol not in
4209         codespace and when symbol's address is requested,
4210         * (aopOp): for-loop in if(sym->accUse) is modified for the new
4211         accUse size (= 1),
4212         * (aopGet): added case for AOP_ACC and don't return "accumulator
4213         bug" but WREG instead,
4214         * (popGetTempReg): pushes contents of temporary register in stack,
4215         * (popReleaseTempReg): pops contents of temporary register from
4216         stack. Use popGetTempReg/popReleaseTempReg in aligned pairs,
4217         * (pic16_popGet): separated case AOP_ACC to return register WREG
4218         from processor registers, AOP_PCODE not checks if pcop is PO_DIR
4219         or PO_IMMEDIATE and initializes their instance/offset appropriately,
4220         * The whole issue with aopForSym,aopForRemat,popGet) is to minimize
4221         the use of immediate pointers to certain cases only.
4222
4223         * (pic16_pushpCodeOpReg, pic16_poppCodeOpReg): use pic16_popGet2p,
4224         * (pic16_loadFromReturn, pic16_storeForReturn: NEW,
4225         * (assignResultValue, genCall, genRet): modified to use the new
4226         function return value scheme with WREG,PRODL,PRODH,FSR0L and FSR0,
4227         genPcall is still broken,
4228         * (genFunction): added code to create 'A' type pBlocks when
4229         interrupt functions are generated, code not extensively tested yet,
4230         ISRs push WREG,STATUS,BSR,PRODL,PRODH,FSR0L,FSR0H registers on stack,
4231         * (genEndFunction): modified so ISRs pop stored registers from stack,
4232         * (genMultOneByte): cleanup,
4233         * (AccRsh): added flag andmask, to and result with appropriate mask,
4234         * (genUnpackBits,genPackBits): fixed and can handle bit fields,
4235         * (genDataPointerGet): fixed and reenabled its use,
4236         * (genNearDataPointerGet): bugs fixed,
4237         * (genDataPointerSet): bugs fixed,
4238         * src/pic16/genutils.c: added functions pic16_DumpValue,pic16_DumpAop,
4239         pic16_DumpSymbol, pic16_DumpOp,
4240         * src/pic16/genutils.h: function prototypes for the above functions,
4241         * src/pic16/glue.c: new flags initsfpnt, to initialize stack/frame
4242         pointers,
4243         * (pic16emitRegularMap): many many many improvements, but needs a
4244         major cleanup,
4245         * src/pic16/main.c: enable_stack in pic16_options is removed,
4246         * (_pic16_parseOptions): removed command line options -penable-stack,
4247         * (_process_pragma): emit stack symbol only when stack pragma is
4248         processed,
4249         * src/pic16/pcode.c: pic16_pc_fsr0 is removed, all operations are
4250         redirected to FSR0L/FSR0H pair,
4251         * (pic16_get_op, pic16_get_op2): modifications and improvements,
4252         * (pic16_getRegFromInstruction, pic16_getRegFromInstruction2): added
4253         cases PO_PRODL,PO_PRODH, pic16_getRegFromInstruction2 returns sane
4254         for immediates,
4255         * (insertBankSwitch): modified to handle cases like: (alfa + 1)
4256         * (dumpPicOptype): NEW,
4257         * src/pic16/pcode.h: added PO_PCLATU,PO_PRODL,PO_PRODH in enum,
4258         * src/pic16/pcoderegs.c (pCodeRegMapLiveRangesInFlow): fixed bug
4259         with movff instruction,
4260         * src/pic16/ralloc.c: renamed typeRegWithIdx to pic16_typeRegWithIdx,
4261         added pic16_int_regs, some packRegsFor* functions are commented out,
4262         because produce errors,
4263         * src/pic16/NOTES: minor modifications
4264
4265 2004-02-18  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
4266
4267         * as/mcs51/aslink.h, as/mcs51/lkarea.c, as/mcs51/lkdata.c, as/mcs51/lkmain.c,
4268         as/mcs51/lkmem.c, src/SDCCglob.h, src/SDCCmain.c: added options --stack-size and
4269         --pack-iram.
4270         * doc/sdccman.lyx: described options --stack-size and --pack-iram.
4271         * as/mcs51/lkaomf51.c: fixed bug #895763
4272
4273 2004-02-17 Bernhard Held <bernhard AT bernhardheld.de>
4274
4275         * device/include/c8051f320.h: added. Contributed by Maarten Brock.
4276
4277 2004-02-17 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4278
4279         * doc/sdccman.lyx: added details about the HC08 storage classes and
4280         interrupts, fixed the register usage info for z80 & gbz80
4281
4282 2004-02-17 Vangelis Rokas <vrokas AT otenet.gr>
4283
4284         * doc/sdccman.lyx: added more pic16 port documentation
4285         * device/include/pic16/: added header pic18fregs.h
4286
4287 2004-02-16 Bernhard Held <bernhard AT bernhardheld.de>
4288
4289         * doc/sdccman.lyx: added Vangelis' contribution
4290
4291 2004-02-16 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4292
4293         * src/SDCClrange.c (rlivePoint): live range of SEND operand should
4294         extend to the next CALL or PCALL, not just to the next CALL.
4295
4296 2004-02-16 Vangelis Rokas <vrokas AT otenet.gr>
4297
4298         * src/pic16/gen.c (genInline): fixed bug #896482 with inline assembly
4299
4300 2004-02-15 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4301
4302         * src/mcs51/ralloc.c (packRegsForAssign, reassignAliasedSym): fixed
4303         bug #895752 and a better fix for bug #716790
4304
4305 2004-02-15 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4306
4307         * src/SDCCsymt.c (processFuncArgs): fixed bug #896796
4308
4309 2004-02-14 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
4310
4311         * doc/sdccman.lyx: minor changes, minor changed
4312
4313 2004-02-13 Bernhard Held <bernhard AT bernhardheld.de>
4314
4315         * src/SDCCicode.c (usualBinaryConversions): removed pic16 from ports
4316         which can't handle SDCC_NEWONEBYTEOPS,
4317         (geniCodeMultiply): removed conversion from mult to shift for pic14
4318         and pic16
4319
4320 2004-02-12 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4321
4322         * src/hc08/gen.h,
4323         * src/hc08/gen.c (storeRegToAop, aopOp, aopAdrStr, accopWithAop,
4324         rmwWithAop): Ported my 2003-10-02 fix for bug #663539 to the hc08,
4325         thus fixing bug #895406
4326
4327 2004-02-11 Bernhard Held <bernhard AT bernhardheld.de>
4328
4329         * device/lib/_modsint.c,
4330         * device/lib/_modslong.c: sign follows divisor only
4331         * src/hc08/gen.c (genMultOneByte): if result size is 1,
4332         signs or signedness can be ignored
4333         * src/SDCCast.c (addCast): cosmetic - added lineno to CAST
4334         * src/SDCCast.c (resultTypePropagate): added even more ops: +, - and *,
4335         added optimization for IFX,
4336         (decorateType): Mult/Div/ModOneByte ops can handle all kind of signed
4337         arguments;
4338         reenabled optimization for IFX, which was removed on 2004-01-11
4339         * src/SDCCast.h: added return type IFX
4340         * src/SDCCicode.c: Mult/Div/ModOneByte ops can handle all kind of signed
4341         arguments with 8 or 16 bit results; pic14 and pic16 ports use old
4342         promotion behaviour; env. var. SDCC_NEWONEBYTEOPS selects the new,
4343         SDCC_OLDONEBYTEOPS selects the old behaviour
4344         * src/SDCCsymt.c (computeType): type2 can be NULL (for LEFT_OP);
4345         changed again and commented promotion rule
4346         * src/SDCCval.c (valDiv): promotion no longer necessary
4347         * src/ds390/gen.c (genMultOneByte) (genDivOneByte) (genModOneByte),
4348         * src/mcs51/gen.c (genMultOneByte) (genDivOneByte) (genModOneByte):
4349         rewritten
4350         * support/regression/tests/onebyte.c: added
4351
4352 2004-02-11 Vangelis Rokas <vrokas AT otenet.gr>
4353
4354         * gen.c (genInline): reverted to old code for assemnling inline
4355         code because of bug reported James Chadd
4356
4357 2004-02-10 Vangelis Rokas <vrokas AT otenet.gr>
4358
4359         * ralloc.h: missing declarations from previous patch,
4360         seems that patch for ralloc.h was never applied, fixed
4361
4362 2004-02-10 Hans-Juergen Dorn <hans.dorn AT apl-landau.de>
4363            patch committed by Vangelis Rokas <vrokas AT otenet.gr>
4364
4365         * pcode.c,
4366         * pcode.h,
4367         * ralloc.h: added FSR0L, FSR0H and other missing PIC16 SFR's for
4368         indirect addressing. Marked FSR0 as deprecated
4369         * gen.c (pointerCode): commented out, not needed now
4370         (pic16_popGet2p): new MOVFF helper function
4371         (genGenPointerGet),
4372         (genGenPointerSet): reimplemented with MOVFF and POSTINC0
4373         (shiftRLong): removed duplicate debugging info
4374
4375 2004-02-10 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4376
4377         * src/ds390/gen.c (genNearPointerGet),
4378         * src/mcs51/gen.c (genNearPointerGet): allow the genDataPointerGet()
4379         optimization with bits, but not bitfields.
4380         * src/ds390/ralloc.c (packRegisters),
4381         * src/mcs51/ralloc.c (packRegisters): fixed bug #884453 & #880832
4382
4383 2004-02-09 Bernhard Held <bernhard AT bernhardheld.de>
4384
4385         * src/SDCCcse.c (algebraicOpts): copy operands before modification
4386
4387 2004-02-09 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4388
4389         * src/SDCCsymt.h,
4390         * src/SDCCicode.c (operandFromSymbol),
4391         * src/mcs51/ralloc.c (verifyRegsAssigned, serialRegAssign),
4392         * src/ds390/ralloc.c (verifyRegsAssigned, serialRegAssign),
4393         * src/z80/ralloc.c (verifyRegsAssigned, serialRegAssign),
4394         * src/hc08/ralloc.c (verifyRegsAssigned, serialRegAssign),
4395         * src/pic/ralloc.c (verifyRegsAssigned, serialRegAssign),
4396         * src/pic16/ralloc.c (verifyRegsAssigned, serialRegAssign): fixed
4397         bug #892038
4398         * src/SDCCast.c (createIvalStruct, createIvalArray, gatherAutoInit),
4399         * src/SDCCglue.c (emitRegularMap, printIvalStruct, printIvalArray,
4400         printIvalCharPtr, printIvalPtr, printIval, emitStaticSeg, emitOverlay)
4401         * src/SDCCsymt.c (newSymbol),
4402         * src/SDCC.y (struct_or_union_specifier, enum_specifier,
4403         enumerator_list),
4404         * src/SDCCval.h,
4405         * src/SDCCval.c (newiList): fixed bug #885705
4406
4407 2004-02-08  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
4408
4409         * doc/sdccman.lyx: added section 3.1.4: sdcclib.
4410         * as/mcs51/lkmem.c: report the size of the stack in .mem file.
4411
4412 2004-02-08 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
4413
4414         * device/include/c8051f120.h,
4415         * device/include/c8051f300.h,
4416         * device/include/c8051f310.h: added/updated header files for Silicon
4417         Laboratories (formerly Cygnal) CPUs. Contributed by Maarten Brock.
4418         * doc/sdccman.lyx: minor changes, recommended diff -Naur and diff -u
4419         in new section Submitting patches
4420
4421 2004-02-08 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4422
4423         * src/mcs51/gen.c (genNearPointerGet, genPagedPointerGet,
4424         genFarPointerGet, genCodePointerGet, genGenPointerGet,
4425         genNearPointerSet, genPagedPointerSet, genFarPointerSet,
4426         genGenPointerSet),
4427         * src/ds390/gen.c (genNearPointerGet, genPagedPointerGet,
4428         genFarPointerGet, genCodePointerGet, genGenPointerGet,
4429         genNearPointerSet, genPagedPointerSet, genFarPointerSet,
4430         genGenPointerSet),
4431         * src/pic16/gen.c (genNearPointerGet, genPagedPointerGet,
4432         genFarPointerGet, genCodePointerGet, genGenPointerGet,
4433         genNearPointerSet, genPagedPointerSet, genFarPointerSet,
4434         genGenPointerSet),
4435         * src/pic/gen.c (genNearPointerGet, genPagedPointerGet,
4436         genFarPointerGet, genCodePointerGet, genGenPointerGet,
4437         genNearPointerSet, genPagedPointerSet, genFarPointerSet,
4438         genGenPointerSet): fixed bug #892400
4439         * src/pic16/gen.c (genSkipz, AccRol): disabled functions with #if 0
4440         to eliminate build warnings.
4441         * src/SDCCast.c (processParms),
4442         * src/SDCC.y (function_declarator2, declarator2_function_attributes):
4443         fixed bug 751859
4444         * support/valdiag/valdiag.py: added GCC to the list of defines active
4445         when compiling with gcc
4446
4447 2004-02-07 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4448
4449         * support/Util/SDCCerr.h,
4450         * support/Util/SDCCerr.c,
4451         * src/SDCCast.c (decorateType, sizeofOp): complain when sizeof is used
4452         with an incomplete type (fixed bug #883734)
4453         * src/SDCCicode.c (geniCodeCast): fixed bug #890510
4454
4455 2004-02-07 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4456
4457         * src/pic16/gen.c (genCmpEq, shiftRLong): fixed declarations
4458
4459 2004-02-06 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4460
4461         * src/SDCCast.c (decorateType),
4462         * src/SDCCicode.c (geniCodeParms, geniCodeCall): fixed bugs in my ANSI
4463         function pointer implementation
4464         * support/regression/tests/funptrs.c: added tests to verify both forms
4465         of function pointers work correctly. Added tests to verify parameters
4466         are passed in the correct order.
4467
4468 2004-02-06  Vangelis Rokas <vrokas AT otenet.gr>
4469
4470         * device.c (regCompare): registers are sorted by ascending
4471         address and increasing size,
4472         * main.c (_pic16_finaliseOptions): removed the declaration
4473         of compiler macro MCU. Now a macro of the format pic18fxxxx
4474         will be defined from the command line
4475
4476 2004-02-06  Hans-Juergen Dorn <hans.dorn AT apl-landau.de>
4477             patch committed by Vangelis Rokas <vrokas AT otenet.gr>
4478
4479         * pcode.c (pic16initMnemonics): fixed typo in assignment to PCOP_RLNCF
4480         PCOP_RLCF was overwritten!
4481         * gen.c (genSkip): commented out calls to pic16_emitcode,
4482         * (genCmpEQ): fixed "long" compares, only high word did get compared,
4483         * (genlshTwo),
4484         * (genRRC): added debugging info,
4485         * (shiftL2Left2Result): Fixed bug, if offr > offl. Result got
4486         overwritten while shifting,
4487         * (shiftR2Left2Result): Fixed bug, if offr < offl. Result got
4488         overwritten while shifting,
4489         * (AccLsh),
4490         * (AccRsh),
4491         * (shiftLLeftOrResult),
4492         * (shiftRLeftOrResult),
4493         * (shiftRLong),
4494         * (shiftLLong): Implemented with pic16_emitpcode
4495         * (genlshFour): Replaced pic16_aopPut with pic16_emitpcode,
4496         * (genLeftShift): Fixed bug, operand for shift by variable always
4497         was "and"ed with 0x0f,
4498         * (genLeftShiftLiteral),
4499         * (genrshTwo),
4500         * (genRightShiftLiteral): added debugging info,
4501         * (genrshFour): added comment,
4502         * (genRightShift): determined signedness from operand "left"
4503         instead of "result"
4504
4505 2004-02-04 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4506
4507         * src/SDCCicode.c (geniCodeParms),
4508         * src/SDCCast.c (decorateType, processParms): support for ANSI-style
4509         function pointers, fixed function pointer bugs #861242 and #861896
4510
4511 2004-01-31 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
4512
4513         * device/include/c8051f000.h,
4514         * device/include/c8051f120.h,
4515         * device/include/c8051f300.h: added header files for Silicon
4516         Laboratories (formerly Cygnal) CPUs. Contributed by Maarten Brock.
4517
4518 2004-01-31 Bernhard Held <bernhard AT bernhardheld.de>
4519
4520         * src/SDCCast.c (processParams): added new type flow and restructured
4521         (gatherAutoInit): added new type flow
4522         (addCast): cosmetic changes
4523         (getLeftResultType): added new type flow for array indices, patch
4524         provided by Stas, see FR #877103
4525         (decorateType): SDCC_NEWTYPEFLOW removed, new type flow is now standard;
4526         array index patch by Stas
4527         * src/SDCCast.h: added prototype getResultTypeFromType()
4528         * src/SDCCval.h,
4529         * src/SDCCval.c (resolveIvalSym) (resolveIvalSym),
4530         * src/pic/glue.c (pic14emitStaticSeg),
4531         * src/pic16/glue.c (pic16emitStaticSeg),
4532         * src/SDCCglue.c (emitRegularMap) (emitStaticSeg): added new type flow
4533         for initialization of symbols
4534         * src/SDCCicode.c (geniCodeArray): removed warning W_ARRAY_BOUND
4535         * support/Util/SDCCerr.h:
4536         * support/Util/SDCCerr.c: replaced W_ARRAY_BOUND by W_IDX_OUT_OF_BOUNDS
4537         * .version: bumped version number to 2.3.8
4538         * device/include/Makefile.in (install),
4539         * doc/Makefile (install): changed to 'rm `find ...`' construct to
4540         avoid warnings
4541
4542 2004-01-30 Bernhard Held <bernhard AT bernhardheld.de>
4543
4544         * support/regression/tests/libmullong.c: fixed for 64 bit hosts
4545         Slade Rich fixed an optimization bug
4546         * src/pic/pcodepeep.c,
4547         * src/pic/pcoderegs.c
4548         * doc/Makefile (install): added test for directory
4549
4550 2004-01-30 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4551
4552         * src/mcs51/ralloc.c (getRegPtr, getRegGpr),
4553         * src/ds390/ralloc.c (getRegPtr, getRegGpr),
4554         * src/pic/ralloc.c (getRegPtr, getRegGpr),
4555         * src/pic16/ralloc.c (getRegPtr, getRegGpr),
4556         * src/z80/ralloc.c (getRegGpr): fixed bug #883361
4557         * as/mcs51/asexpr.c (term),
4558         * as/hc08/asexpr.c (term): fixed bug #887146
4559
4560 2004-01-29 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4561
4562         * src/z80/gen.c (genMult): handle single byte result product
4563         * src/SDCCopt.c (killDeadCode): never convert ADDRESS_OF iCode to
4564         DUMMY_READ_VOLATILE (fixed bug #886367)
4565
4566 2004-01-27 Bernhard Held <bernhard AT bernhardheld.de>
4567
4568         * support/regression/tests/libmullong.c: fixed logic, on little endian
4569         hosts we ended without a mullong_wrapper()
4570
4571 2004-01-27 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4572
4573         * ChangeLog: changed "@" to " AT " in hopes of reducing spam and
4574         virus/worm forged address usage.
4575
4576 2004-01-27 Bernhard Held <bernhard AT bernhardheld.de>
4577
4578         Fixed promotion, it should be done on AST level:
4579         * src/SDCCast.c (addCast): added promotion to int
4580         (decorateType): updated call to upCast()
4581         * src/SDCCicode.c (geniCodeLeftShift): removed call to
4582         usualUnaryConversions()
4583
4584 2004-01-26  Michael Hope  <michaelh AT juju.net.nz>
4585
4586         * support/regression/tests/literalop.c (mulWrapper): Added a
4587         wrapper to remove integer overflow warnings.
4588
4589         * support/regression/tests/float_trans.c: Made work on host.
4590
4591         * support/regression/ports/ucz80/spec.mk (UCZ80): Made detect the
4592         location of sz80.
4593
4594         * support/regression/generate-cases.py (main): Changed from inline
4595         to a main method.
4596
4597         * doc/Makefile (install): Changed to depth first to get rid of
4598         missing directory install warning.
4599
4600         * as/Makefile (install-doc): Made work on Mac.
4601
4602 2004-01-25 Bernhard Held <bernhard AT bernhardheld.de>
4603
4604         * src/SDCCast.c: added an additional type flow in decorateType() of
4605         opposite direction, see feature request #860006; it's enabled at runtime
4606         by setting the environment variable SDCC_NEWTYPEFLOW
4607         * src/SDCCast.h: changed prototype of decorateType()
4608         * src/SDCCglue.c (emitRegularMap): updated call of decorateType()
4609         * src/SDCCicode.c (geniCodeDivision) (geniCodeModulus): promotion from
4610         'char' to 'int' can be omitted, if both operands are 'unsigned char';
4611         see feature request #877103
4612         * src/SDCCval.c: updated call of decorateType()
4613         (valBitwise): fixed bug #882876
4614         (valMinus): added promotion
4615         (valLogicAndOr): result is unsigned
4616         (cheapestVal) (constVal): literals from 0...255 are 'unsigned char' now
4617         * src/SDCCsymt.c (computeType),
4618         * src/mcs51/gen.c (genCmpGt) (genCmpLt): literal 'unsigned char'
4619         must not cause an unsigned operation
4620         * src/pic/glue (pic14emitRegularMap),
4621         * src/pic16/glue.c (pic16emitRegularMap): updated call of decorateType()
4622
4623 2004-01-23 Bernhard Held <bernhard AT bernhardheld.de>
4624
4625         * src/pic/pcode.c (PCodeID): commented out left over debug code
4626
4627 2004-01-20 Bernhard Held <bernhard AT bernhardheld.de>
4628
4629         * support/valdiag/tests/overflow.c: added shift tests
4630         * src/pic/device.c,
4631         * src/pic/gen.c,
4632         * src/pic/gen.h,
4633         * src/pic/glue.c,
4634         * src/pic/main.c,
4635         * src/pic/pcode.c,
4636         * src/pic/pcode.h,
4637         * src/pic/pcodepeep.c,
4638         * src/pic/pcoderegs.c,
4639         * src/pic/ralloc.c,
4640         * src/pic/ralloc.h: applied patch from Slade Rich;
4641         added support for multiple code pages and multiple RAM banks on the
4642         PIC 14 port. The ASM files now no longer simply assume all the
4643         code / RAM are in the same page / bank. This means the linker can
4644         safely allocate code/RAM of separate ASM files to different pages/banks.
4645         * doc/sdccman.lyx: added Slade's tips
4646         * src/mcs51/peeph.def: fixed bug #880768
4647
4648 2004-01-20 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4649
4650         * src/hc08/ralloc.c (rematStr): fixed bug #879282
4651         * src/SDCCast.c (decorateType): fixed bug #880197
4652
4653 2004-01-20  Michael Hope  <michaelh AT juju.net.nz>
4654
4655         * sim/ucsim/gui.src/serio.src/main.cc: Fixed unconditional use of
4656         getopt.h.
4657
4658         * debugger/mcs51/cmd.c (getValBasic): Changed strtof to strtod as
4659         strtof is not part of C89 and isn't included with Mac OS X.
4660
4661 2004-01-20 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4662
4663         * src/hc08/gen.c (genPlusIncr, genUminus, genMinusDec, genCmp,
4664         shiftL2Left2Result): fixed bug #879326
4665         (genAnd, genOr, genXor): fixed bug when result was of type AOP_CRY
4666         (genMultOneByte): fixed bug in signed vs unsigned multiplication
4667         * sim/ucsim/hc08.src/inst.cc (inst_clr): added missing effective
4668         address fetch for clr instruction
4669         * device/lib/hc08/_mulint.c: created optimized assembly version
4670         * src/SDCCdflow.c (computeDataFlow): fixed bug #878209
4671
4672 2004-01-19 Bernhard Held <bernhard AT bernhardheld.de>
4673
4674         * src/SDCCicode.c (geniCodeArray): applied patch from Stas Sergeev
4675         proposed in FR #877103
4676
4677 2004-01-18 Bernhard Held <bernhard AT bernhardheld.de>
4678
4679         * src/SDCCval.c (cheapestVal): added missing checks
4680         * src/SDCCicode.c (usualBinaryConversions): fixed condition
4681         * src/SDCCicode.c (geniCodeAdd): fixed part of bug #877103
4682
4683 2004-01-16 Klaus Flittner <klaus_flittner AT gmx.de>
4684
4685         * src/ds390/gen.c (aopOp3): fixed the assignment of different dptrs to
4686         equal operands
4687
4688 2004-01-16 Vangelis Rokas <vrokas AT otenet.gr>
4689
4690         * src/SDCCmain.c (linkEdit): variable $3 of the linker command is
4691         loaded with the linker search paths (-L arguments) and the libraries
4692         to be linked with the current source (-l arguments). Changes
4693         currently will affect only the pic16 port.
4694         * src/pic16/main.c (_pic16_finaliseOptions): add to the linker
4695         include path the port specific paths and port specific libraries,
4696         * gplink command now contains the $3 argument,
4697         * src/pic16/device.h,
4698         * src/pic16/device.c,: structure PIC_device is made public and
4699         renamed to PIC16_device, the same for variable Pics which is renamed
4700         to Pics16. Updated all references to them.
4701         * src/pic16/glue.c (pic16glue): corrected bug with code
4702         initialization which bypassed the variable initializations block.
4703
4704         * device/lib/pic16/Makefile.rules: removed --penable-stack from
4705         COMPILE_FLAGS and added the --nostdinc option
4706
4707 2004-01-15 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4708
4709         * device/include/mc68hc908jb8.h: Register defs for another member
4710         of the hc08 family. Contributed by Bjorn Bringert - thanks!
4711
4712 2004-01-14 Vangelis Rokas <vrokas AT otenet.gr>
4713
4714         Documenting changes from previous commits.
4715         * configure.in (version 1.56),
4716         * configure: initially I've added AC_CONFIG_SUBDIRS(device/lib/pic16)
4717         when generating output files to configure the pic16 library,
4718         but now I've commented it out, since gputils aren't installed in the
4719         SF compile farm, so library won't compile
4720
4721         * device/lib/Makefile.in (version 1.56): initially I've added in
4722         target 'all' the prerequestive 'model-pic16' so it compiled the
4723         pic16 library, but now I've commented it out for the same reasons
4724         above,
4725         * added targets 'model-pic16' and 'objects-pic16' to compile the
4726         library
4727         * added target 'port-specific-objects-pic16' to handle the
4728         generated libraries and copy them into the build/ directory
4729         * added target 'clean-intermediate-pic16' to clean intermediate
4730         files into pic16 directory
4731         * in target 'installdirs' added line to create directory pic16 in
4732         the installation path
4733
4734         * device/include/Makefile.in (version 1.11): in target 'install'
4735         added lines to copy all header files to installation path,
4736         * in target 'installdirs' added line create directory for pic16
4737         headers in the installation path
4738
4739 2004-01-13 Klaus Flittner <klaus_flittner AT gmx.de>
4740
4741         * src/ds390/gen.c (genCall): fixed a double use of acc and b after
4742          a function call
4743
4744 2004-01-13 Bernhard Held <bernhard AT bernhardheld.de>
4745
4746         * configure,
4747         * device/lib/configure.in,
4748         * device/lib/configure: fixed for autoconf 2.57
4749
4750 2004-01-13 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4751
4752         * src/z80/main.c (_parseOptions): fixed the portmode= command line
4753         option so that it actually works. Made it specific to the z80, since
4754         the gbz80 doesn't have these kinds of I/O ports.
4755
4756 2004-01-13 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4757
4758         * device/include/z180.h,
4759         * device/lib/_memcpy.c,
4760         * device/lib/_memmove.c,
4761         * device/lib/_mulint.c,
4762         * device/lib/ser_ir.c,
4763         * device/lib/ser_ir_cts_rts.c,
4764         * device/lib/_strcmp.c,
4765         * device/lib/_strtok.c: fixed pragmas to non-deprecated form
4766         * src/z80/main.c (_process_pragma): add support for pragmas bank and
4767         portmode; added deprecation warning for bank= and protmode= forms.
4768         Also, guard against buffer overflow.
4769         * src/z80/gen.c (aopGet): generate better code for sfr banked read
4770
4771 2004-01-13 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4772
4773         * src/hc08/main.c (_hc08_genAssemblerPreamble): fixed bug #875487. Also
4774         changed interrupt vector table generation to only emit declared vectors.
4775         * device/include/Makefile.in: added missing backslash
4776         * device/lib/pic16/Makefile.rules: add $(MODELFLAGS) to $(CFLAGS)
4777
4778 2004-01-13 Vangelis Rokas <vrokas AT otenet.gr>
4779
4780         Mainly changes to support compilation of the device libraries
4781         * src/pic16/device.c: stack is allocated via symbol and not
4782         via literal number. The symbol is placed in the corresponding
4783         position of the data ram
4784         * (pic16_dump_section): relocatable and absolute uninitialized
4785         data are now emitted in sorted order to reduce section naming,
4786         * src/pic16/ralloc.c (newReg): fixed bug with SFR's that
4787         weren't marked as being in the access bank,
4788
4789 2004-01-13 Vangelis Rokas <vrokas AT otenet.gr>
4790
4791         Added portion of GNU PIC Library under the directory
4792         device/include/pic16 and device/lib/pic16. These files
4793         contain the declarations of SFRs for the PIC18Fxx2 devices.
4794         The directory is initialized via configure from toplevel.
4795
4796 2004-01-12 Klaus Flittner <klaus_flittner AT gmx.de>
4797
4798         * src/ds390/gen.c (operandsEqu): fixed a little typo, that prevented
4799         the spilllocations to be compared correctly
4800
4801 2004-01-12 Bernhard Held <bernhard AT bernhardheld.de>
4802
4803         * src/SDCCast.c (decorateType): fixed bug introduced today
4804
4805 2004-01-12  Borut Razem <borut.razem AT siol.net>
4806
4807         * src/SDCC.lex, support/Util/SDCCerr.h, support/Util/SDCCerr.c,
4808         doc/sdccman.lyx: upper case pragmas are deprecated
4809
4810 2004-01-12 Bernhard Held <bernhard AT bernhardheld.de>
4811
4812         * src/SDCCast.c (decorateType): replacing 'ul > 0' by  '!ul' results
4813         in simpler and even better code
4814
4815 2004-01-11 Bernhard Held <bernhard AT bernhardheld.de>
4816
4817         * src/SDCCicode.c (operandOperation): fixed bug #874819
4818         * src/SDCCast.c (decorateType): fixed
4819         char foo (unsigned long ul) { return ul > 0; }
4820
4821 2004-01-11 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
4822
4823         * doc/sdccman.lyx: Moved and added some sections, small changes
4824         all over. Telling LaTeX to be less strict with word spacing
4825         to better keep the right margin. Changed some notes about
4826         maintainance of the ports in section 3.2.1 - is it OK like this?
4827
4828 2004-01-11 Vangelis Rokas <vrokas AT otenet.gr>
4829
4830         SDCC source changes:
4831         * src/SDCCopt.c (cntToFcall, cnvToFloatCast, cnvFromFloatCast,
4832         convilong): modified to inform the pic16 port that builtin functions
4833         are external
4834
4835         PIC16 PORT specific changes:
4836         * src/pic16/device.c pic16_dump_equates() added,
4837         processor registers declared internally by the port are emitted in
4838         the translation as equates,
4839         * src/pic16/gen.c: inline code is passed unprocessed to the
4840         translation,
4841         * (pic16_popGetLit2): fnuction modified to take second operand as
4842         pCodeOp pointer and not as literal,
4843         * (popRegFromIdx): prefixed with pic16_,
4844         * (pic16_popCombine2): modified to receive already allocated pCode
4845         operands,
4846         * (pic16_pushpCodeOpReg, pic16_poppCodeOpReg): added
4847         * (genFunction): initializes local stack frame and pushes on stack
4848         all the registers used by this function,
4849         * (genEndFunction): restores all registers from stack and restores
4850         stack frame,
4851         * src/pic16/glue.c (pic16emitRegularMap): various changes and
4852         improvements,
4853         * (pic16glue): changed the program startup sequence,
4854         * added new dbName code 'A' for functions placed in absolute section
4855         * src/pic16/main.c: added function attribute _naked,
4856         * added pragma 'code' to place a fnuction at an absolute address,
4857         * added command line arguments --debug-ralloc and --pcode-verbose,
4858         * (_pic16_finiliseOptions): options.all_callee_saves is set by default
4859         * src/pic16/pcode.c (pic16_pBlockConvert2Absolute) added,
4860         * (pic16_newpCodeOpLit2): modified to take the second operand as
4861         pCodeOp pointer,
4862         * (pic16_printpBlock): modified to emit each function in a separate
4863         section,
4864         * (pic16_get_op): modified to use the gpasm modifiers LOW,HIGH and
4865         UPPER for immediate operands,
4866         * src/pic16/pcodepeeph.c: added peephole support for the LFSR
4867         instruction,
4868         * src/pic16/peeph.def: all peepholes with movff are commented out,
4869         because there is a problem in the pcode peep optimizer,
4870         * src/pic16/ralloc.c: the register allocator can now reuse local
4871         function symbols for another function. This saves register usage.
4872         * src/pic16/ralloc.h: added flag isLocal in structure regs,
4873
4874         Added file src/pic16/NOTES with information about program writing on
4875         the current port version.
4876
4877 2004-01-11 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
4878
4879         * src/mcs51/peephole.def: added peepholes 177.c,d (redundant moves)
4880         and peephole 252 (array access)
4881
4882 2004-01-09  Borut Razem <borut.razem AT siol.net>
4883
4884         * src/SDCCmain.c : fixed #872250: -l command line defined library
4885           files are scanned before standard library files
4886
4887 2004-01-10 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4888
4889         * src/SDCCast.c (decorateType): fixed bug #874046
4890
4891 2004-01-09  Borut Razem <borut.razem AT siol.net>
4892
4893         * support/scripts/sdcc.nsi: remove previous installation
4894
4895 2004-01-09 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
4896
4897         * src/SDCCglue.c (createInterruptVect): don't append 7(5) padding
4898         bytes for last interrupt vector (mcs51)
4899         * sdcc.spec: fixed typo
4900
4901 2004-01-09 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4902
4903         * src/mcs51/gen.c (genFunction, genEndFunction, genReceive, getTempRegs,
4904         gen51Code): more efficient parameter receive for --model-large
4905         ("bug" #845294)
4906
4907 2004-01-09 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4908
4909         * src/ds390/main.c,
4910         * src/z80/main.c: added missed needLinkerScript flags (more than
4911         one port structure defined in these file)
4912         * src/ds390/gen.c (aopForSym, aopOp, operandsEqu, aopOp3): fixed
4913         bug #795325
4914
4915 2004-01-08 Vangelis Rokas <vrokas AT otenet.gr>
4916
4917         * src/SDCCmain.c: removed various references to DEFAULT_PORT
4918         * src/port.h: added flag needLinkerScript in port->linker
4919         structure to inform whether to create a .lnk file or not,
4920         * src/avr/main.c,
4921         * src/ds390/main.c,
4922         * src/hc08/main.c,
4923         * src/mcs51/main.c,
4924         * src/pic/main.c,
4925         * src/pic16/main.c,
4926         * src/xa51/main.c,
4927         * src/z80/main.c: changed appropriately to configure
4928         needLinkerScript flag
4929         * src/pic/gen.c,
4930         * src/pic16/gen.c (genAddrOf): fixed bug #863624
4931         * src/pic/glue.c: added variable udata_section_name to
4932         override default uninitialized data segment definition for
4933         devices only with SHAREBANK memory (reported from Erik Epetrich)
4934         * (pic14emitOverlay): modified to emit a commented overlay segment
4935         directive when no overlay data exist
4936         * (picglue): modified to emit uninitialized data segment
4937         according to udata_section_name
4938         * src/pic/main.c (_pic14_parseOptions): added command line
4939         options --udata-section-name=[name] to override default
4940         udata definition name
4941         * modified _linkCmd and _asmCmd to include compiler passed
4942         arguments via -W option
4943         * src/pic16/main.c: added $l in _asmCmd, changed extension for
4944         object file from '.rel' to '.o' in port->linker structure,
4945         changed size of fptr from 2 to 3 in port structure
4946
4947 2004-01-07  Borut Razem <borut.razem AT siol.net>
4948
4949         * support/scripts/sdcc.nsi: update PATH
4950         * support/scripts/sdcc.ico: craeted
4951
4952 2004-01-07 Bernhard Held <bernhard AT bernhardheld.de>
4953
4954         * device/include/Makefile.in: fix install
4955         * doc/Makefile: fix install
4956
4957 2004-01-07 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4958
4959         * src/SDCCsymt.c (processFuncArgs): fixed superflous allocation noted
4960         in bug #860505
4961         * src/SDCCmem.c (printAllocInfoSeg, printAllocInfo): minor changes to
4962         how the function variable allocation summary is displayed; also
4963         include information about variables allocated to the overlay
4964         segment
4965
4966 2004-01-06  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
4967
4968         * as/mcs51/lkmain.c: Help about -Y option
4969         * as/mcs51/lkarea.c: Fixed gcc warnings
4970
4971 2004-01-06 Bernhard Held <bernhard AT bernhardheld.de>
4972
4973         * src/SDCCval.c (valShift): changed from 16 to 32 bit shift count,
4974         fixed warning
4975         * support/valdiag/tests/overflow.c: added
4976         * src/SDCCast.c (decorateType),
4977         * src/SDCCicode.c (geniCodeLeftShift): added promotion to int for
4978         LEFT_OP (left shift)
4979
4980 2004-01-06  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
4981
4982         * as/mcs51/lkmain.c: stack must be after data when option -Y is not used
4983         (default behaviour).
4984
4985 2004-01-06 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4986
4987         A python script to validate compiler diagnostic messages. It can be
4988         used to verify that sdcc complains about bad c source code and
4989         gives a good location of the error.
4990         * support/valdiag/Makefile,
4991         * support/valdiag/valdiag.py,
4992         * support/valdiag/tests/*
4993
4994 2004-01-06 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4995
4996         * src/SDCC.y (enum_specifier, enumerator_list, opt_assign_expr),
4997         * src/SDCCsymt.c (newEnumType),
4998         * src/SDCCsymt.h
4999         * support/Util/SDCCerr.c,
5000         * support/Util/SDCCerr.h: fixed bug #871258 and some other unreported
5001         enum related bugs.
5002         * support/regression/tests/enum.c: added test for enum values that
5003         require at least 2 bytes of storage.
5004
5005 2004-01-06 Vangelis Rokas <vrokas AT otenet.gr>
5006
5007         * src/common.h: added ifndef/define/endif macros
5008         around the header file.
5009         Bug reported from Jesus Calvino-Fraga
5010
5011 2004-01-06 Bernhard Held <bernhard AT bernhardheld.de>
5012
5013         * sdcc.spec: updated
5014         * device/include/Makefile.in: don't install CVS directories
5015         * device/lib/Makefile.in: added removal of CVS directories after install
5016         * doc/Makefile: fixed install, added local_icons
5017         * sim/ucsim/gui.src/Makefile.in: fixed an old typo
5018         * src/mcs51/gen.c (genRightShift): fixed bug #870788
5019         * src/ds390/gen.c (genRightShift): fixed bug #870788
5020         * src/SDCCast.c (decorateType): fixed bug #870781
5021
5022 2004-01-06 Vangelis Rokas <vrokas AT otenet.gr>
5023
5024         PIC16 port related changes:
5025         * device.c: removed pic16_finalMapping and pic16_finalMappingSize,
5026         added variable stackPos,
5027
5028         * gen.c: genCall, assignResultValue: added support for
5029         pushing/retrieving function parameters to/from stack,
5030         genFunction,genEndFunction: setup stack frame for the
5031         generated function,
5032         genAddrOf: will be changed according to bug 863624
5033
5034         * added files genutils.c and genutils.h which contain gen*
5035         debugged and optimised functions extracted from gen.c
5036
5037         * glue.c: added variable 'externs' which holds extern symbols,
5038         pic16emitRegularMap: is modified to properly handle relocatable
5039          symbols under the new scheme,
5040         pic16createInterruptVect: is modified
5041         pic16printPublics: is modified to emit 'global' assembler directives,
5042         added pic16_printExterns to print extern symbols,
5043         pic16glue: initializes stack/frame pointer in the beginning of
5044         the assembly output. Temporary hack, will be corrected later,
5045         because gplink yet does not support stack and SDCC does not
5046         yet support a type of crt0.o object to create the final binary.
5047
5048         * Removed many lines that contain 8051 legacy code.
5049         * The code is finally placed under a 'code' directive.
5050         * Added port specific options.
5051
5052         * _process_pragma: simplified since now we do not need *special*
5053         include file to define SFR registers. But a separate header
5054         will be needed. This will be developed later.
5055         * _pic16_parseOptions: added, parses port specific options:
5056         --pgen-banksel, --obanksel=, --pomit-config-words, --pomit-ivt,
5057         --pleave-reset-vector, --penable-stack, --pstack-model, --debug-xtra
5058         --preplace-udata-with=
5059
5060         * _pic16_setDefaultOptions: modified to initialize section names,
5061         but hack is temporarly out of order since it needs improvement.
5062         * _pic16_genAssemblerPreamble: configuration words are emitted by
5063         their address instead of their name. This part is incomplete and
5064         supports only the 18Fxx2 devices. Other devices will emit an error
5065         during assembly since they do not contain the same set of config
5066         registers
5067         * _pic16_genIVT: is modified,
5068
5069         * pcode.c: added definitions for some hardware registers that are needed
5070         for stack support
5071         * added flag is2LitOp and variable pci_magic in pCodeInstruction.
5072         All PCI entries are updated. Now LFSR is supported.
5073         * Removed pic16_pciTRIS is mentioned by mdubuc in source
5074         * added pic16_newpCodeOpLit2 to support instructions with
5075         two literal arguments
5076         * pic16_pCode2str: corrected code that emits assembler instructions
5077         with two literal operands and those that have an access bit modifier
5078         * genericPrint: now PC_ASMDIR pCodes, can emit a label if it exists,
5079         this fixes a bug which caused some labels to be lost, when an
5080         assembler directive was added, i.e. banksel,
5081         * pic16_FixRegisterBanking: improved logic that causes the insertion
5082         of bank switching,
5083         * InlineFunction: functions that are called once, are not any more
5084         inlined. This can be a port option in the future,
5085
5086         * pcode.h: added pCodeOpLit2 and added variable label in pCodeAsmDir
5087
5088         * ralloc.c: added pic16_rel_udata and pic16_fix_udata variables which
5089         hold the corresponding uninitialized symbols,
5090         * pic16_allocProcessorRegister: registers have explicit marked the
5091         accessBank field,
5092         * pic16_allocInternalRegister: registers are explicit marked as
5093         not used,
5094         * pic16_writeUsedRegs: pic16_dynDirectBitRegs was missing from the
5095         processing list, so bit registers were lost,
5096         *
5097
5098         * ralloc.h: added field 'accessBank' and original symbol operand
5099         in register definition,
5100         * removed the field isMapped from register definition,
5101
5102         ** Several functions have been removed from various sources:
5103         BanksUsedFlow2,BanksUsedFlow,FixBankFlow,InstructionRegBank,
5104         pic16_addMemRange,pic16_isREGinBank,pic16_dump_map,pic16_dump_cblock
5105         isSFR,validAddress,mapRegister,assignRegister,pic16_assignFixedRegisters
5106         pic16_assignRelocatableRegisters
5107
5108         ** others have been introduced:
5109         pic16_areRegsSame,pic16_dump_section,checkAddReg,pic16_groupRegistersInSection
5110         pic16_popGetLit2,pic16_popCombine2,pushw,pushaop
5111
5112 2004-01-05 Vangelis Rokas <vrokas AT otenet.gr>
5113
5114         * support/scripts/inc2h.pl: changed definition of BIT_AT
5115         to emit 'sbit at' instead of 'bit at'. This was a request.
5116
5117         PIC16 port related preliminary changes:
5118         * gen.c: prefixed function popRegFromString with
5119         pic16_ and all references to it corrected
5120         * pcode.c: all pic16_pc_* hardware registers prefixed
5121         with underscore (_),
5122         pic16_popCopyGPR2Bit(): function sets register wasUsed=1
5123         * ralloc.c: newReg(): when register is REG_SFR then
5124         set address to rIdx,
5125         pic16_allocProcessorRegister(): marks register wasUsed=0
5126         pic16_writeUsedRegs(): added a call to assign processor
5127         registers via pic16_assignFixedRegisters
5128
5129 2004-01-04  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
5130
5131         * as/mcs51/aslink.h, as/mcs51/lkarea.c, as/mcs51/lkdata.c,
5132         as/mcs51/lkmain.c, as/mcs51/lkmem.c: 8051 linker can now pack
5133         variables in unused register banks.  Also the SSEG is placed
5134         wherever there is enough space for it, and IDATA can be anywhere
5135         in internal RAM.  For now compile using -Wl-Y[stack_size].
5136         The mem file is different for this option as well, since it
5137         makes no sense of talking about DSEG lenght.
5138
5139 2004-01-02 Vangelis Rokas <vrokas AT otenet.gr>
5140
5141         * src/SDCClrange.c: fixed bug 869095 that caused segfault
5142         in certain cases, e.g. when ROM assignment, patch provided
5143         from Albert den Haan.
5144
5145 2004-01-01 Bernhard Held <bernhard AT bernhardheld.de>
5146
5147         Many signedness and type propagation fixes:
5148         * src/SDCCicode.c: made geniCodeCast() static
5149         replaced SPEC_ by IS_ (cosmetic)
5150         (operandOperation): fixed div and mod operation
5151         (usualBinaryConversions): added support for promotion of char
5152         (geniCodeMultiply): replaced (unsigned long) by (TYPE_UDWORD)
5153         (geniCodeDivision): replaced (unsigned long) by (TYPE_UDWORD)
5154         (geniCodeAdd): an array index will stay unsigned, even if promoted
5155         from char to int
5156         (geniCodeArray): ditto
5157         * src/SDCCicode.h: made geniCodeCast() static: removed prototype
5158         * src/SDCCsymt.c (computeType): added more support for char;
5159         promotion of char is selectable by promoteCharToInt, fixed signedness
5160         for all cases
5161         (powof2): replaced (unsigned long) by (TYPE_UDWORD)
5162         * src/SDCCsymt.h (powof2): replaced (unsigned long) by (TYPE_UDWORD)
5163         * src/SDCCval (val*): replaced signedness calculation by
5164         computeType()
5165         rearranged if-branches (cosmetic)
5166         (valShift): added warning W_SHIFT_CHANGED
5167         (valCompare): fixed problem with different types
5168         * src/hc08/rallo.c (leastUsedLR): fixed gcc 3.3 warning
5169         * support/regression/tests/literalop.c: added many cases
5170         * support/regression/tests/ast_constant_folding.c: changed finally to
5171         'unsigned int'
5172         * .version: new year, new version: 2.3.7
5173         * src/SDCCmain.c (main): applied patch #866468
5174         * debugger/mcs51/sdcdb.c (parseCmdLine): added -k for ucsim, patch
5175         provided by Scott Bronson
5176         * doc/sdccman.lyx: updated documentation for sdcdb
5177         updated and added chapter tips
5178
5179 2004-01-01 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5180
5181         * src/SDCCsymt.h: missing from yesterday's commits
5182
5183 2003-12-31 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5184
5185         * src/SDCC.y (struct_or_union_specifier),
5186         * support/Util/SDCCerr.c,
5187         * support/Util/SDCCerr.h: verify that struct & union tags are used
5188         as declared.
5189
5190 2003-12-29 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5191
5192         * src/SDCCglobl.h: missing from yesterday's commits
5193
5194 2003-12-28 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5195
5196         * src/SDCC.y (external_definition, type_specifier2, sfr_reg_bit,
5197         sft_attributes, struct_declaration, parameter_declaration,
5198         type_name, start_block, declaration_list),
5199         * src/SDCC.lex (check_type): support redefinition of typedef names
5200
5201 2003-12-22 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
5202
5203         * src/mcs51/gen.c (genPlus): added special handling for 256 byte
5204         aligned xdata arrays. Erik helped me with the if clause.
5205
5206 2003-12-20 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5207
5208         * device/lib/ds390/tinibios.c (CpuSpeed): suppress unreachable code
5209         warning
5210
5211 2003-12-20 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5212
5213         * src/SDCCast.h,
5214         * src/SDCCast.c (newAst_),
5215         * src/SDCCicode.h,
5216         * src/SDCCicode.c (ast2iCode, newiCode),
5217         * src/SDCCglobl.h,
5218         * src/SDCC.y (logical_and_expr, logical_or_expr, conditional_expr,
5219         expr, statement, expression_statement, selection_statement,
5220         iteration_statement, expr_opt, jump_statement): foundation for tracking
5221         sequence points
5222         * src/SDCCopt.c (killDeadCode): fixed bug #861580 (needs the sequence
5223         point code too)
5224
5225 2003-12-19 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5226
5227         * support/Util/SDCCerr.c,
5228         * src/SDCCast.h,
5229         * src/SDCCast.c (createCase, createDefault, decorateType),
5230         * src/SDCClabel.c (labelUnreach),
5231         * src/SDCC.y (labeled_statement, jump_statement): More improvements
5232         to error messages.
5233         * support/Util/SDCCerr.c (werrorfl): fixed a non-standard declaration
5234         (with thanks to Stas Sergeev)
5235         * device/include/time.h,
5236         * device/lib/time.c (CheckTime): suppress unreachable code warning
5237
5238 2003-12-18 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5239
5240         * src/SDCCast.c (createIvalCharPtr),
5241         * src/SDCCglue.c (printChar): fixed bug #862241 (an error in my fix for
5242         bug #753752)
5243         * support/regression/tests/nullstring.c: tests for these two bugs
5244
5245 2003-12-18 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5246
5247         * support/Util/SDCCerr.h,
5248         * support/Util/SDCCerr.c (E_NOT_ALLOWED),
5249         * src/SDCC.y (struct_declaration, struct_or_union_specifier): complain
5250         about storage class and 'at' used inside struct or union
5251         * src/SDCCBBlock.c (iCodeFromeBBlock),
5252         * src/SDCCcse.c (ifxOptimize),
5253         * src/SDCCglue.c (emitRegularMap, initPointer, printIvalStruct,
5254         printIvalArray, printiValFuncPtr, printIvalCharPtr, printIvalPtr,
5255         printIval, emitStaticSeg, emitOverlay),
5256         * src/SDCClabel.c (deleteIfx),
5257         * src/SDCCopt.c (replaceRegEqv, eBBlockFromiCode),
5258         * src/SDCCast.c (resolveSymbols, createIvalStruct, createIvalArray,
5259         gatherAutoInit, processParms),
5260         * support/Util/SDCCerr.h,
5261         * support/Util/SDCCerr.c (werrorfl): Support for better error location
5262         reporting for post-parse errors.
5263
5264 2003-12-16 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5265
5266         * src/SDCCval.c (valPlus, valMinus, valShift): fixed some problems with
5267         implicit casts via union; they don't work on big endian systems
5268         (possible fix for bug #861138)
5269
5270 2003-12-16 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
5271
5272         (committed by Erik Petrich <epetrich AT ivorytower.norman.ok.us> on Frieder's behalf)
5273         * src/mcs51/main.c: fixed the fix for bug #737001
5274
5275 2003-12-15  Borut Razem <borut.razem AT siol.net>
5276
5277         * support/scripts/sdcc.nsi: updated for NSIS 2.0 beta 4
5278
5279 2003-12-14 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5280
5281         * support/makebin/makebin.c: put output in binary mode
5282
5283 2003-12-13 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
5284
5285         * src/mcs51/main.c: fixed bug #737001 for the mcs51. SDCC clears
5286         xdata and data memory on startup. Set the environment variable
5287         SDCC_NOGENRAMCLEAR to disable this.
5288         * src/mcs51/peephole.def,
5289         * src/ds390/peephole.def: using the atomic test and clear instruction jbc
5290         (allows non-interrupt and interrupt code to safely compete for a resource
5291         without the non-interrupt code having to disable interrupts)
5292
5293 2003-12-13 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5294
5295         * src/SDCCicode.c (geniCodeAdd),
5296         * src/SDCCast.c (decorateType): fixed bug #857753 (need to be careful
5297         with valFromType if type might be a pointer and host is big endian).
5298         * src/SDCCast.c (decorateType): unary plus compatible with all arithmetic
5299         types, not just integer types.
5300         * src/SDCCsymt.c (addSymChain): clarified error message when symbol is
5301         multiply defined with mismatching "at" address.
5302
5303 2003-12-12 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5304
5305         * src/ds390/main.c (PORT tininative_port): fixed bug #858416
5306         * src/SDCCglue.c (printChar, printIvalChar, emitStaticSeg),
5307         * src/SDCCast.c (createIvalCharPtr, stringToSymbol): handle strings
5308         with embedded nulls (fixed bug #753752)
5309
5310 2003-12-12 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
5311
5312         * src/mcs51/main.c(_mcs51_genRAMCLEAR): using r0 instead of r1/r2.
5313         Apparently this did not see much testing (endless loop)
5314
5315 2003-12-11 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5316
5317         * src/z80/ralloc.c: set DISABLE_PACK_HL = 1 as a temporary fix to bug #855165
5318
5319 2003-12-10 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5320
5321         * src/SDCCdebug.c (outputDebugSymbols, outputDebugStackSymbols, dumpSymInfo):
5322         gracefully handle NULL memmap pointers
5323
5324 2003-12-08 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5325
5326         * src/SDCCopt.c (killDeadCode): change iCode type to DUMMY_READ_VOLATILE
5327         instead of deleting the iCode when an operand is volatile
5328         * src/z80/gen.c (genDummyRead),
5329         * src/mcs51/gen.c (genDummyRead),
5330         * src/ds390/gen.c (genDummyRead),
5331         * src/hc08/gen.c (genDummyRead): handle operands in IC_LEFT and/or IC_RIGHT,
5332         not just IC_RIGHT
5333         * src/SDCCicode.c (geniCodeCall): fixed bug #851607
5334         * src/SDCC.y: fixed bug #850420
5335
5336 2003-12-05 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5337
5338         Applied z80 i/o port patch from Peter Townson and fixed some operators
5339         to better handle operands in A register.
5340         * device/include/z180.h
5341         * src/SDCC.y
5342         * src/SDCCglue.c
5343         * src/z80/gen.c
5344         * src/z80/gen.h
5345         * src/z80/main.c
5346         * src/z80/peeph-z80.def
5347         * src/z80/peeph.def
5348         * src/z80/z80.h
5349
5350 2003-12-03 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5351
5352         * src/SDCCsymt.c (addSymChain, compareTypeExact): fixed bug #838241 again
5353
5354 2003-12-01 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5355
5356         * device/lib/hc08/_mullong.c: Removed extra #endif
5357
5358 2003-12-01 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5359
5360         * sim/ucsim/hc08.src/inst.cc,
5361         * sim/ucsim/hc08.src/hc08mac.h: fixed some problems with CC flag bits and
5362         carries from x to h
5363         * src/hc08/gen.c (aopAdrStr): fixed problem with 16 bit immediate
5364         * src/hc08/gen.c (XAccRsh): fixed problem with right shift
5365         * device/include/stdarg.h: fixed varargs for hc08
5366         * device/lib/Makefile.in,
5367         * device/lib/hc08/Makefile,
5368         * device/lib/hc08/_mulint.c,
5369         * device/lib/hc08/_mullong.c: fixed some endian problems
5370
5371 2003-11-28 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
5372
5373         * sdcc/src/mcs51/gen.c (genMultOneByte): help peephole 105
5374         * sdcc/src/mcs51/peeph.def: added peephole 186.e array access in code space
5375         * device/lib/_gptrget.c,
5376         * device/lib/_gptrput.c: P2 not used any more (related to #850747, #785979)
5377
5378 2003-11-27 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5379
5380         * src/SDCClrange.c (findNextUseSym, rlivePoint): fixed bug #849795
5381         * src/SDCCast.c (astErrors): fixed bug #846007
5382         * src/SDCCsymt.c (checkFunction): fixed follow-up bug on bug #846007
5383
5384 2003-11-26 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5385
5386         * src/SDCCast.c (decorateType): disabled a transformation I added in
5387         revision 1.188 (access to fields of a structure at an absolute address);
5388         it breaks with bitfields, extern declarations, and gcse analysis.
5389         * src/SDCCopt.c (isLocalWithoutDef): if ADDRESS_OF applied to a symbol, it
5390         could be assigned through a pointer, so don't complain.
5391         * src/SDCCast.c (astErrors),
5392         * src/SDCCast.h,
5393         * src/SDCCglue.c (emitRegularMap): fixed bug #847813
5394
5395 2003-11-26 Vangelis Rokas <vrokas AT otenet.gr>
5396
5397         * src/pic16/main.c (_pic16_genIVT): fixed interrupt vector table
5398         * src/pic16/main.c (_pic16_genAssemblerPreamble): re-enabled the
5399         output of __config directives, since gpasm now supports them
5400         * src/pic16/main.c (_pic16_finaliseOptions): define MCU
5401         pre-processor macro, i.e. -DMCU=p18f452
5402         * src/pic16/ralloc.c: renamed packRegisters to pic16_packRegisters,
5403         and modified to handle 'cast' icode similarly to '=' icode
5404         * src/pic16/device.h (typedef struct PIC_device): added field
5405         'extMIface' to indicate that chip has external memory interface
5406         * src/pic16/device.c: added chips 18F248, 18F258, 18F448, 18F458,
5407         18F6520, 18F6620, 18F6680, 18F6720, 18F8520, 18F8620, 18F8680,
5408         18F8720
5409
5410 2003-11-26 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5411
5412         * src/SDCC.y (pointer): fixed bug #846006
5413         * support/Util/SDCCerr.c: made W_PTR_TYPE_INVALID message clearer
5414         * src/SDCCast.c (decorateType): fixed bug #846009
5415         * src/ds390/peeph.def,
5416         * src/ds390/gen.c (genAnd, genOr),
5417         * src/mcs51/peeph.def,
5418         * src/mcs51/gen.c (genAnd, genOr): fixed bug #846777
5419
5420 2003-11-25 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5421
5422         Fixed several common-sub-expression bugs (#772861, #768380, & #755323)
5423         * src/SDCCdflow.c
5424         * src/SDCCcse.c
5425         * src/SDCCcse.h
5426         * src/SDCCBBlock.h
5427         * src/SDCCBBlock.c
5428
5429 2003-11-23 Klaus Flittner <klaus_flittner AT gmx.de>
5430
5431         fixed bug #845089
5432         * src/SDCCbitv.h,
5433         * src/SDCCbitv.c: added function to free a bitvector
5434         * src/SDCClrange.h,
5435         * src/SDCClrange.c: added function to recompute the liveranges
5436         * src/avr/ralloc.c,
5437         * src/ds390/ralloc.c,
5438         * src/hc08/ralloc.c,
5439         * src/mcs51/ralloc.c,
5440         * src/pic/ralloc.c,
5441         * src/pic16/ralloc.c,
5442         * src/xa51/ralloc.c,
5443         * src/z80/ralloc.c: recompute the liveranges after register packing
5444
5445 2003-11-21 Klaus Flittner <klaus_flittner AT gmx.de>
5446
5447         * src/SDCCloop.c (newInduction): fixed bug #845630
5448
5449 2003-11-21 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5450
5451         * src/SDCCsymt.c (compareTypesExact): disabled debugging output
5452         inadvertantly left behind from my 2003-11-12 change
5453
5454 2003-11-20 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5455
5456         Updated headers I neglected to commit yesterday.
5457         * src/SDCClrange.h,
5458         * src/SDCCicode.h
5459
5460 2003-11-19 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5461
5462         * src/SDCCcse.c (algebraicOpts): fixed bug #773153
5463         * src/SDCClrange.c (rlivePoint): need to mark IC_RESULT used if POINTER_SET op
5464         * src/SDCCopt.c (eBBlockFromiCode),
5465         * src/SDCClrange.c (hashiCodeKeys, sequenceiCode, computeLiveRanges): seperated
5466         the creation of the key hash table from the sequencing so it can be used
5467         earlier (for some GCSE bug fixes still pending)
5468
5469 2003-11-15 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
5470
5471         * src/mcs51/gen.c (genPlus): generate shortcut for adding 0xab00
5472         * support/regression/tests/addsub.c: testing genPlus shortcut
5473
5474 2003-11-15  Borut Razem <borut.razem AT siol.net>
5475
5476         * src/SDCCmain.c: fixed bug #841645: -MM command line option passed to sdcpp
5477
5478 2003-11-15 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5479
5480         * src/SDCCcse.c (cseBBlock): fixed bug #527779
5481         * src/SDCCcse.c (deleteGetPointers): rewrote so that the set
5482         ordering is immaterial.
5483         * src/SDCCdflow.c (mergeInExprs): fixed bug #587536
5484
5485 2003-11-14 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5486
5487         * src/SDCCicode.c (geniCodeAddressOf): fixed part of bug #840381
5488         * src/SDCCopt.c (replaceRegEqv, isLocalWithoutDef): fixed other part
5489         (SIGSEV) of bug #840381
5490         * src/SDCCmain.c (linkEdit, assemble): fixed bug #841606 (don't
5491         unlink new file before rename if new and old filenames are the same)
5492
5493 2003-11-13 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
5494
5495         * src/mcs51/main.c: started fixing bug #737001 (SDCC not clearing
5496         uninitialized variables) for the mcs51. Set environment variable
5497         SDCC_GENRAMCLEAR to test.
5498         xdata initialization slightly shorter
5499
5500 2003-11-12 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5501
5502         * src/SDCCsymt.h,
5503         * src/SDCCsymt.c (addSymTypeChain, compareTypesExact): fixed bugs
5504         #838241 & 780691 (basicly the same bug)
5505         * src/SDCCBBlock.c (iCode2eBBlock): fixed bug #840148
5506         * src/SDCCBBlock.c (iCodeFromeBBlock): fixed bug #840162
5507
5508 2003-11-11 Bernhard Held <bernhard AT bernhardheld.de>
5509
5510         * src/SDCCmain.c (linkEdit): "fix" #834252
5511
5512 2003-11-11 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5513
5514         * src/SDCCast.c (removePostIncDecOps, removePreIncDecOps),
5515         * src/SDCCast.h,
5516         * src/SDCC.y: fixed bug #819403
5517
5518 2003-11-08 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5519
5520         * support/regression/fwk/lib/testfwk.c: printn is recursive and thus needs
5521         the reentrant attribute.
5522         * src/hc08/gen.c (genPackBits): added missing stack readjustment
5523         * sim/ucsim/hc08.src/inst.cc (inst_mov): fixed bugs with mov instruction
5524         simulation
5525         * src/SDCCast.c (decorateType): fixed bug with storage class not being
5526         updated during pointer dereference; f.e. ~(((char *)1)*) was being
5527         erroneously reduced to a literal.
5528         * src/hc08/ralloc.c (packRegisters, rematStr),
5529         * src/hc08/gen.c (aopForRemat): allow literals to be rematerialized in
5530         some cases
5531
5532 2003-11-08 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
5533
5534         * src/mcs51/main.c: fixed bug #838385. Thanks to Josef Pavlik for finding and fixing
5535         * doc/sdccman.lyx: changed from 'article' to 'book'
5536         * doc/Makefile: readded test_suite_spec and cdbfileformat
5537
5538 2003-11-08 Bernhard Held <bernhard AT bernhardheld.de>
5539
5540         * device/include/stdlib.h: include malloc.h to comply with ANSI
5541         * support/regression/tests/malloc.c: include stdlib.h instead of malloc.h
5542
5543 2003-11-07 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
5544
5545         * doc/Makefile: sdccman.pdf should build with correct references (more info in commit msg)
5546         * doc/clean.mk: also remove *.out files
5547         * doc/sdccman.lyx: some additions, larger top/bottom margins
5548
5549 2003-11-07 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5550
5551         * src/SDCC.y: fixed bug #837365
5552         * support/regression/tests/bitopcse.c
5553         * src/hc08/gen.c (genPointerGet): Don't assume pointer operand is
5554         a symbol (might be valop instead)
5555         * device/lib/Makefile.in: added errno.c to HC08SOURCES
5556         * device/lib/clean.mk: added hc08 to the cleaning list
5557
5558 2003-11-04  Borut Razem <borut.razem AT siol.net>
5559
5560         * configure, configure.in, sdcc_vc_in.h, sdcconf_in.h: reverted changes,
5561           made 2003-11-04
5562         * support/Util/NewAlloc.c, as/hc08/lklibr.c, as/mcs51/lklibr.c,
5563           as/z80/aslist.c, as/z80/assym.c: removed inclusion of nonstandard malloc.h;
5564           malloc is declared in standard stdlib.h
5565
5566 2003-11-06 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5567
5568         * device/lib/hc08/Makefile: need to clean .rel not .o files
5569         * src/hc08/gen.c (genDjnz): can't use djnz with extended addressing mode
5570
5571 2003-11-06 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5572
5573         * src/port.h,
5574         * src/hc08/main.c,
5575         * src/mcs51/main.c,
5576         * src/ds390/main.c,
5577         * src/z80/main.c,
5578         * src/avr/main.c,
5579         * src/pic/main.c,
5580         * src/pic16/main.c,
5581         * src/xa51/main.c: added hasExtBitOp & oclsExpense functions to ports
5582         * src/SDCCicode.c: changed several IS_FARSPACE tests to isOclsExpensive
5583         tests (which uses the port's oclsExpense function)
5584         * src/SDCC.y,
5585         * src/SDCCast.c,
5586         * src/SDCCicode.c,
5587         * src/hc08/gen.c,
5588         * src/ds390/gen.c,
5589         * src/mcs51/gen.c: added support for the SWAP iCode (RFE #834167)
5590
5591 2003-11-04 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5592
5593         * src/SDCCcse.c (ifxOptimize),
5594         * src/SDCClabel.c (labelIfx, deleteIfx): When the condition to
5595         an IFX iCode is volatile, convert to DUMMY_READ_VOLATILE instead
5596         deleting the IFX iCode.
5597         * src/hc08/ralloc.c: reduced unneeded slocs
5598         * src/hc08/gen.c: fixed bug in asmopToBoolean
5599
5600 2003-11-04  Borut Razem <borut.razem AT siol.net>
5601
5602         * configure, configure.in, sdcc_vc_in.h, sdcconf_in.h,
5603           support/Util/NewAlloc.c, as/hc08/lklibr.c, as/mcs51/lklibr.c,
5604           as/z80/aslist.c, as/z80/assym.c: decision to include malloc.h
5605           transferred to configure
5606
5607 2003-11-03 Bernhard Held <bernhard AT bernhardheld.de>
5608
5609         Use headers defined in the C[++] standards:
5610         * sim/ucsim/gui.src/serio.src/fileio.cc
5611         * sim/ucsim/gui.src/serio.src/frontend.cc
5612         * sim/ucsim/gui.src/serio.src/main.cc
5613         * sim/ucsim/gui.src/serio.src/posix_signal.cc
5614         * support/Util/NewAlloc.c
5615         * as/hc08/lklibr.c
5616         * as/mcs51/lklibr.c
5617         * as/z80/aslist.c
5618         * as/z80/assym.c
5619
5620 2003-11-03  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
5621
5622         * Added MSVC projects for hc08 assembler and linker:
5623         all.dsp, config.dsp, sdcc.dsw, /as/hc08/as_hc08.dsp,
5624         /as/hc08/link_hc08.dsp
5625
5626 2003-11-03 Martin Helmling <Martin.Helmling AT octo-soft.de>
5627
5628         * debugger/mcs51/cmd.c: allows filename starting with digit(+ some debug)
5629
5630 2003-11-02 Bernhard Held <bernhard AT bernhardheld.de>
5631
5632         * src/SDCCmain.c (linkEdit): "fixed" again bug #833605
5633
5634 2003-11-01 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
5635
5636         * src/mcs51/main.c: xdata initialization is 13 bytes shorter now
5637
5638 2003-10-31  Borut Razem <borut.razem AT siol.net>
5639
5640         * support/cpp2/cpplib.h,
5641           support/cpp2/cpplib.c,
5642           support/cpp2/cpplex.c,
5643           support/cpp2/cppinit.c: introduced #pragma preproc_asm [ + | - ]
5644           to switch _asm block preprocessing on / off. Default is
5645           #pragma preproc_asm +
5646
5647 2003-10-31  Borut Razem <borut.razem AT siol.net>
5648
5649         * support/cpp2/cpplex.c: Fixed _WIN32 problem with CR-CR-LF sequences
5650           when outputting comment blocks (when executed with -C option) and
5651           _asm (SDCPP specific) blocks
5652
5653 2003-10-31 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5654
5655         * as/hc08/lkrloc.c (relr): Fixed ihx output, fixed lastAreaIndex warning
5656
5657 2003-10-31 Klaus Flittner <klaus_flittner AT gmx.de>
5658
5659         * src/SDCCcse.c (updateSpillLocation): fixed bug #808027
5660
5661 2003-10-31 Bernhard Held <bernhard AT bernhardheld.de>
5662
5663         * src/SDCCmain.c (linkEdit): "fixed" bug #833605
5664         * src/SDCCast.c (decorateType): fixed bug #832664
5665
5666 2003-10-31  Borut Razem <borut.razem AT siol.net>
5667
5668         * support\cpp2\cpplex.c: fixed for SDCPP:
5669           comments(when executed with -C option) and _asm blocks
5670           were included even if they where in skipped #if block.
5671           Applied solution from GCC cpp 3.3.2
5672
5673 2003-10-31  Borut Razem <borut.razem AT siol.net>
5674
5675         * src/SDCC.lex: sdcc now understands both formats:
5676           '# <line_number> <file_name>' and
5677           '#line <line_number> <file_name>'
5678         * support/cpp2/cppmain.c: sdcpp now generates the standard
5679           '# <line_number> <file_name>' instead of former
5680           '#line <line_number> <file_name>'
5681
5682 2003-10-30  Borut Razem <borut.razem AT siol.net>
5683
5684         * support/cpp2/cpphash.h,
5685         * support/cpp2/cpplib.h
5686         * support/cpp2/cpplex.c,
5687         * support/cpp2/cppmain.c,
5688         * support/cpp2/cppinit.c: fixed bug #828015 - Syntax variation for _asm character constants
5689
5690 2003-10-30 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5691
5692         Fixed a number of problems revealed by bug #827883.
5693         * src/SDCCloop.c (loopInvariants): Spill location of the
5694         result operand should be recomputed if extracted from
5695         a loop. Also, don't extract assignments of an iTemp
5696         from a literal.
5697         * src/SDCCast.c (isConformingBody): loop reversal should
5698         not occur if the control variable is involved with a
5699         relational operator.
5700
5701 2003-10-28 Bernhard Held <bernhard AT bernhardheld.de>
5702
5703         * .version: bumped to 2.3.6 to reflect the big improvements
5704         made by Erik and Klaus. Thanks!
5705
5706 2003-10-28 Klaus Flittner <klaus_flittner AT gmx.de>
5707
5708         Replaced the livrange code.
5709         * src/SDCClrange.c: added new LR code
5710         * src/SDCCloop.c,
5711         * src/SDCCBBlock.h: removed remainig parts from old LR code
5712         * src/ds390/ralloc.c,
5713         * src/ds390/gen.c: minor fixes to make it work with new code
5714
5715 2003-10-28 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5716
5717         * as/hc08/asm.h,
5718         * as/hc08/lkrloc.c,
5719         * src/hc08/gen.c,
5720         * src/hc08/ralloc.c: Fix various warnings related to the hc08
5721         * src/SDCCicode.c (geniCodePreInc, geniCodePreDec): Fixed bug #829717
5722         (tweaked fix for bug #818696)
5723
5724 2003-10-23 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5725
5726         * src/z80/ralloc.c (joinPushes): Fixed bug #828742
5727
5728 2003-10-23 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5729
5730         * src/SDCCmain.c,
5731         * sdccconf_in.h: Fixed bug #828387 (--disable-hc08-port didn't work)
5732         * src/mcs51/gen.c (gencjneshort),
5733         * src/ds390/gen.c (gencjneshort): Made comparison with AOP_IMMD operand
5734         more efficient (per Scott Bronson's suggestion)
5735
5736 2003-10-22 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5737
5738         Extended the semantics of the critical keyword to include
5739         individual statements. See RFE #827755 and #799831
5740         * src/SDCC.y
5741         * src/SDCCicode.c
5742         * src/SDCCopt.c
5743         * src/SDCCast.c
5744         * support/Util/SDCCerr.c
5745         * support/Util/SDCCerr.h
5746         * src/mcs51/gen.c
5747         * src/ds390/gen.c
5748         * src/hc08/gen.c
5749
5750 2003-10-19  Borut Razem <borut.razem AT siol.net>
5751
5752         * src/SDCC.lex: fixed bug #825944 - defined yytext_ptr to make it compile with flex 2.5.31
5753
5754 2003-10-19 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5755
5756         * src/SDCCicode.c (geniCodePreInc, geniCodePreDec, ast2iCode):
5757         Fixed bug #818696
5758         * src/SDCCast.c (ast_print): Fixed --dumptree so that preincrement
5759         and predecrement operand is displayed
5760
5761 2003-10-13 Bernhard Held <bernhard AT bernhardheld.de>
5762
5763         * src/SDCCval.c (valMinus): fixed bug #826041
5764
5765 2003-10-15 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5766
5767         Some hc08 related updates that I missed earlier
5768         * sim/ucsim/stypes.h
5769         * support/regression/ports/hc08/spec.mk
5770
5771 2003-10-15 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5772
5773         New target "hc08" for the Motorola 68hc08 family of micros
5774
5775         * configure
5776         * configure.in
5777         * Makefile
5778         * src/hc08/*
5779         * src/SDCCmain.c
5780         * src/port.h
5781         * sim/ucsim/hc08.src/*
5782         * sim/ucsim/configure.in
5783         * src/ucsim/configure
5784         * sim/ucsim/packages_in.mk
5785         * as/hc08/*
5786         * as/Makefile
5787         * device/include/mc68hc908qy.h
5788         * device/lib/hc08/*
5789         * device/lib/Makefile.in
5790         * support/regression/ports/hc08/*
5791         * support/regression/Makefile
5792
5793 2003-10-14 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5794
5795         * src/z80/gen.c: fixed bug revealed by ast_constant_folding.c
5796         regression test
5797         * src/ds390/gen.c (genCast): fixed bug #821957
5798
5799 2003-10-13 Bernhard Held <bernhard AT bernhardheld.de>
5800
5801         * device/lib/logf.c: "fixed" overlay bug
5802         * support/regression/ports/host/spec.mk: added m library
5803         * support/regression/ports/mcs51-stack-auto/spec.mk: added float funcs
5804         * support/regression/tests/float_trans: added (for Eric)
5805
5806 2003-10-12 Bernhard Held <bernhard AT bernhardheld.de>
5807
5808         * src/mcs51/gen.c (genCpl): fixed bug
5809         http://sf.net/mailarchive/message.php?msg_id=6263915
5810
5811 2003-10-10 Bernhard Held <bernhard AT bernhardheld.de>
5812
5813         * src/SDCCast.c (decorateType): added extended constant folding
5814         * src/SDCCsymt.c (computeType): cleanup
5815         * src/SDCCval.c (valShift): minor optimization
5816         * support/regression/tests/ast_constant_folding.c: added
5817
5818 2003-10-09  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5819
5820         * src/SDCCmain.c: removed some unintended changes
5821
5822 2003-10-09  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5823
5824         * src/SDCCmain.c (setParseWithComma): fixed bug #816685
5825         * src/z80/gen.c: fixed part of bug #817589
5826         * src/SDCCsymt.c (checkFunction): fixed bug #817895
5827
5828 2003-10-08 Bernhard Held <bernhard AT bernhardheld.de>
5829
5830         Replaced cast (void **) with (void *) to avoid gcc 3 warning:
5831         * src/SDCCcflow.c
5832         * src/SDCCcse.c
5833         * src/SDCCdflow.c
5834         * src/SDCClabel.c
5835         * src/SDCClrange.c
5836         * src/SDCCmem.c
5837         * src/SDCCopt.c
5838         * src/SDCCpeeph.c
5839         * src/SDCCset.c
5840         * src/avr/ralloc.c
5841         * src/ds390/ralloc.c
5842         * src/izt/ralloc.c
5843         * src/mcs51/ralloc.c
5844         * src/pic/ralloc.c
5845         * src/pic16/ralloc.c
5846         * src/xa51/ralloc.c
5847         * src/z80/ralloc.c
5848         * src/z80/gen.c: removed unused label "release:"
5849
5850 2003-10-06  Borut Razem <borut.razem AT siol.net>
5851
5852         * src/SDCC.lex: removed definition of unused variables
5853           save_optimize and save_options
5854
5855 2003-10-06 Bernhard Held <bernhard AT bernhardheld.de>
5856
5857         * clean.mk: removed '=' in "-maxdepth=1"
5858         * src/SDCCloop.c: replace LRKLAUS with SDCC_LRKLAUS
5859         * src/SDCClrange.c: replace LRKLAUS with SDCC_LRKLAUS
5860
5861 2003-10-06  Borut Razem <borut.razem AT siol.net>
5862
5863         * src/SDCC.lex, src/SDCC.lex: use dbuf for "_asm" definitions;
5864           my_unput() replaced by unput()
5865
5866 2003-10-05 Bernhard Held <bernhard AT bernhardheld.de>
5867
5868         * src/SDCCloop.c (assignmentsToSym, loopInduction): cast argument of
5869         setToNull() to (void *) to avoid gcc3.x's warning: "dereferencing
5870         type-punned pointer will break strict-aliasing rules"
5871         Old LR behaviour is again default; Klaus' LR can be choosen by
5872         defining the environment variable LRKLAUS
5873         * src/SDCCBBlock.h
5874         * src/SDCCloop.c
5875         * src/SDCClrange.c
5876         * src/ds390/ralloc.c (spillThis): applied Klaus' patch
5877         * clean.mk: fixed removal of files in bin/CVS/
5878         * device/lib/clean.mk: fixed removal of directories small and large
5879         * support/Util/SDCCerr.c: changed W_INT_OVL to ERROR_LEVEL_PEDANTIC
5880         * src/SDCCicode.c,
5881         * src/SDCCval.c: removed superflous test for pedantic
5882
5883 2003-10-05  Borut Razem <borut.razem AT siol.net>
5884
5885         * src/SDCC.lex, support/Util/SDCCerr.c, sdcc/support/Util/SDCCerr.h:
5886           Fixed bug #816692: introduced new ERROR_LEVEL_PEDANTIC warning
5887           message "unmatched #pragma SAVE and #pragma RESTORE"
5888
5889 2003-10-04  Frieder Ferlemann <Frieder.Ferlemann AT web.de>
5890
5891         * doc/sdccman.lyx: various additions and updates (interrupts, inline
5892           assembly, critical functions, atomic, nojtbound)
5893
5894 2003-10-04 Bernhard Held <bernhard AT bernhardheld.de>
5895
5896         Applied liferange patch from Klaus Flittner <klaus_flittner AT gmx.de>
5897         * src/SDCCBBlock.h
5898         * src/SDCCloop.c
5899         * src/SDCCloop.h
5900         * src/SDCClrange.c
5901
5902 2003-10-03  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5903
5904         * src/z80/gen.h,
5905         * src/z80/gen.c (aopOp, aopGet, aopPut, genDummyRead),
5906         * src/mcs51/gen.h
5907         * src/mcs51/gen.c (aopOp, aopGet, aopPut, genDummyRead),
5908         * src/ds390/gen.h
5909         * src/ds390/gen.c (aopOp, aopGet, aopPut, genDummyRead),
5910         * src/SDCCicode.c (ast2iCode, geniCodeDummyRead): Fixed bug #663539
5911         * src/SDCCopt.c (killDeadCode): Fixed bugs #663539 & #816705
5912
5913 2003-10-02  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5914
5915         * src/z80/gen.c (genRet): fixed bug #524753
5916         * src/z80/gen.c (genCast): fixed internal error on cast from
5917         pointer to long
5918         * src/z80/gen.c (_saveRegsForCall, emitCall): adapted Johan's
5919         fix for bug #477835 to the z80
5920         * src/z80/gen.c (genZ80code, _vemit2, _emit2): added support
5921         for tracking iCodes in the peephole optimizer for z80
5922
5923 2003-10-01  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5924
5925         * src/SDCCicode.c (geniCodeJumpTable, geniCodeSwitch): fixed
5926         the other part of bug #814548
5927         * src/SDCCpeeph.c (labelInRange): fixed bug #814558
5928
5929 2003-09-30  Bernhard Held <bernhard AT bernhardheld.de>
5930
5931         * src/SDCCcse.c: fixed part of bug #814548
5932
5933 2003-09-28  Borut Razem <borut.razem AT siol.net>
5934
5935         * src/asm.c: rewrite of printILine() to use temporary file instead
5936           a pipe
5937         * src/xa51/main.c: commented out declaration of int rewinds
5938
5939 2003-09-27  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5940
5941         * src/SDCCicode.c (geniCodeJumpTable): Fixed bug #813206
5942
5943 2003-09-26  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5944
5945         * src/SDCCdflow.c (computeDataFlow): Fixed bug #810746
5946         * src/asm.c (printILine): Fixed bug #811015
5947
5948 2003-09-22  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
5949
5950         *link/z80/lklibr.c, as/mcs51/lklibr.c: Improved memory allocation and
5951         freeing.
5952
5953 2003-09-21  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5954
5955         * src/z80/gen.c (setupToPreserveCarry): Fixed bug #796955
5956         * src/z80/gen.c (setupPair, genMovePairPair): Fixed setupPair
5957         to correctly handle general case of AOP_PAIRPTR
5958         * src/z80/gen.c (aopGet, aopPut): Generalized AOP_PAIRPTR handling
5959
5960 2003-09-21  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5961
5962         * src/mcs51/ralloc.c (fillGaps),
5963         * src/ds390/ralloc.c (fillGaps): fixed bug #810093 (yet another
5964         register positioning bug)
5965
5966 2003-09-21  Bernhard Held <bernhard AT bernhardheld.de>
5967
5968         * device/lib/_fsdiv.c: replaced (1<<31) by (1ul<<31)
5969
5970 2003-09-19  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5971
5972         * src/mcs51/gen.c (loadDptrFromOperand, genFarPointerGet,
5973         genCodePointerGet, genGenPointerGet, genFarPointerSet,
5974         genGenPointerSet): handle AOP_DPTR correctly when loading dptr
5975         (ralloc doesn't intentionally do this now, but perhaps later)
5976         * src/mcs51/ralloc.c (serialRegAssign, fillGaps),
5977         * src/ds390/ralloc.c (serialRegAssign, fillGaps): fixed some
5978         register positioning bugs (Fixed bug #762602 and #795325)
5979         * src/SDCCicode.c (geniCodeDerefPtr): Track output class correctly
5980         (Fixed bug #808779)
5981         * src/z80/gen.c: increased _vemit2's buffer[] to handle long
5982         lines that --i-code-in-asm generates
5983
5984 2003-09-18  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
5985
5986         *link/z80/lklibr.c, as/mcs51/lklibr.c: Fixed Linux segfaults when
5987         trying to fclose a FILE* that was already closed.
5988
5989 2003-09-18  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5990
5991         * src/SDCCsymt.c (structElemType): fixed bug #808291 (members
5992         of const struct should be treated as if const themselves)
5993
5994 2003-09-18  Bernhard Held <bernhard AT bernhardheld.de>
5995
5996         * src/SDCCval.c (valPlus, valMinus): fixed bug #808337
5997
5998 2003-07-06  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
5999
6000         * support/librarian/sdcclib.c: Generate correct offsets for libraries with
6001         Unix (/n) and DOS (/r/n) line terminations.
6002
6003 2003-09-17  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6004
6005         * src/SDCCopt.c (cnvFromFloatCast, cnvToFloatCast): fixed
6006         bug #613775
6007
6008 2003-09-16  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6009
6010         * src/mcs51/gen.c (genFunction, genEndFunction),
6011         * src/ds390/gen.c (genFunction, genEndFunction): Moved save
6012         and restore of EA so that stack offsets to parameters are
6013         correct when using both critical and reentrant/stack-auto.
6014         * src/z80/gen.c (aopOp): removed erroneous assertion about sloc
6015         size (can be triggered in error if sloc is shared between
6016         different sized objects)
6017         * device/include/float.h: fixed macros to explicitly use
6018         unsigned long where needed
6019
6020 2003-09-15  Bernhard Held <bernhard AT bernhardheld.de>
6021
6022         Feature req. 799831: added code to allow nesting of critical functions
6023         * src/mcs51/gen.c (genFunction, genEndFunction)
6024         * src/ds390/gen.c (genFunction, genEndFunction)
6025
6026 2003-09-14  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6027
6028         * src/SDCCsymt.c (sclsFromPtr),
6029         * src/SDCCsymt.h,
6030         * src/SDCCast.c (decorateType): fixed bug #462971. Also, better
6031         support for standard C idiom of memory mapped variables; for
6032         example, *((xdata int*)0x1234) = 1 is now internally equivalent
6033         to xdata int at 0x1234 tempvar = 1.
6034         * sim/ucsim/z80.src/inst_xd.cc: fixed bug #805483 with patch
6035         provided by Akiya ISHIDA
6036
6037 2003-09-13  Bernhard Held <bernhard AT bernhardheld.de>
6038
6039         * src/SDCCval.c (cheapestVal): reenabled to reduce int to char
6040         * src/SDCCval.c (constVal): added reduction from int to char
6041         * src/SDCCval.c (valMult, valDiv): fixed sign handling
6042         * src/SDCCval.c (valShift): fixed after change of cheapestVal()
6043         * src/SDCCval.c (valCompare): fixed EQ_OP and NE_OP; they have
6044         to ignore the sign
6045         * support/regression/tests/shifts.c: fixed
6046
6047 2003-09-13  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6048
6049         * src/z80/gen.c (genXor): Fixed bug #805445
6050
6051 2003-09-12  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6052
6053         Fixed bug #621531 (const & volatile confusion in the type chain).
6054         DCL_PTR_CONST, DCL_PTR_VOLATILE, & IS_PTR_CONST now exclusively
6055         refer to the const or volatile state of the pointer itself.
6056
6057         * src/SDCCast.c
6058         * src/SDCCglue.c
6059         * src/SDCCicode.c
6060         * src/SDCCsymt.c
6061         * src/SDCCval.c
6062         * src/SDCC.y
6063         * src/SDCCsymt.h
6064         * src/pic/gen.c
6065         * src/pic/ralloc.c
6066         * src/pic16/gen.c
6067         * src/pic16/ralloc.c
6068         * support/regression/tests/const.c
6069
6070 2003-09-10  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
6071
6072         When checking for duplicated modules, use absolute paths
6073         instead of relative paths.  Files changed:
6074
6075         * as/mcs51/lklib.c
6076         * link/z80/lklib.c
6077
6078 2003-09-09  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6079
6080         * src/SDCCicode.c (geniCodeLogic): fixed bug #797572
6081
6082 2003-09-07  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6083
6084         * device/include/string.h: added size_t typedef, changed
6085         prototypes to use size_t, eliminated separate reentrant and
6086         non-reentrant declarations, added _memmove declaration
6087         * device/lib/_memcpy.c: changed to use size_t instead of int,
6088         changed /4 to >>2 to avoid division library call
6089         * device/lib/_memcmp.c,
6090         * device/lib/_memset.c,
6091         * device/lib/_strncat.c,
6092         * device/lib/_strncpy.c,
6093         * device/lib/_strncmp.c: changed to use size_t instead of int
6094         * device/lib/_memmove.c: new file (fixed bug #772294)
6095         * device/lib/Makefile.in: added _memmove.c
6096         * device/lib/z80/asm_strings.s: fixed bug #772290
6097         * support/regression/tests/bitfields.c: attempt to fix host assertion
6098         failure on amd64-unknown-linux2.2
6099
6100 2003-09-06  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6101
6102         * src/z80/gen.c (aopPut, spillPairReg): fixed bug #800998
6103         * src/z80/gen.c (genFunction, genEndFunction): fixed "bug" #774700
6104         * as/z80/asmain.c (main): fixed bug #801766
6105
6106 2003-09-06  Bernhard Held <bernhard AT bernhardheld.de>
6107
6108         * src/SDCCicode.c (ast2iCode): fixed differences in iCode with different
6109         compilers
6110
6111 2003-09-05  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6112
6113         * src/SDCCast.c (isConformingBody): fixed loop reversal bug
6114         reported in bug #800609
6115
6116 2003-09-04  Vangelis Rokas <vrokas AT otenet.gr>
6117
6118         * Top header beautifications in src/pic16 directory:
6119           device.c, device.h, gen.c, gen.h, genarith.c, glue.c, pcode.c,
6120           pcodeflow.c, pcodeflow.h, pcode.h, pcodepeep.c, pcoderegs.c,
6121           pcoderegs.h, ralloc.c, ralloc.h
6122         * main.c: added top header and GPL license notice
6123         * pcode.c: fixed the if-conditional warning
6124
6125 2003-09-04  Bernhard Held <bernhard AT bernhardheld.de>
6126
6127         * device/lib/_mullong.c: replaced int by short for gcc
6128
6129 2003-08-31  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6130
6131         * src/SDCCpeeph.c (notVolatile, notVolatileVariable): handle IFX
6132         and JUMPTABLE iCodes properly now (worked by accident before)
6133         * src/mcs51/gen.c (leftRightUseAcc),
6134         * src/ds390/gen.c (leftRightUseAcc): handle IFX and JUMPTABLE
6135         iCode properly now. Use getSize instead of nRegs since a & b
6136         aren't part of the nRegs tally.
6137
6138 2003-08-31  Vangelis Rokas <vrokas AT otenet.gr>
6139
6140         * src/pic16/main.c: corrected offsets of interrupt vectors in _pic16_genIVT()
6141         * src/pic16/pcode.c: fix to disable inserting BANKSEL directive
6142           before instructions that use the _STATUS register
6143
6144 2003-08-31  Bernhard Held <bernhard AT bernhardheld.de>
6145
6146         * src/mcs51/gen.c (freeAsmop): fixed off by one in stack offset (AOP_STK)
6147         * src/mcs51/gen.c (genNearPointerSet): added missing opcode for
6148         fetching of the pointer
6149         * src/mcs51/gen.c (genNearPointerGet): added reuse of PREG,
6150         copied from genNearPointerSet()
6151         * src/mcs51/gen.c (genNearPointerGet): don't pop r0/r1, if RESULTONSTACK
6152         * src/mcs51/gen.c: changed order of freeAsmop(left/right/result)-calls.
6153         If they pop r0/r1 they must be called in the opposite order than aopOp().
6154         * device/lib/_mullong.c: fixed for "--model-large --int-long-reent"
6155         (resp. --stack-auto), prepared for --xstack
6156
6157 2003-08-28  Frieder Ferlemann <Frieder.Ferlemann AT web.de>
6158
6159         * doc/sdccman.lyx: reverted tables to those in cvs 1.64
6160
6161 2003-08-28  Bernhard Held <bernhard AT bernhardheld.de>
6162
6163         * device/lib/_startup.c: quick & dirty fix for ds390/ds400;
6164         these ports have their own __sdcc_external_start()
6165
6166 2003-08-26  Bernhard Held <bernhard AT bernhardheld.de>
6167
6168         pic patch provided by Slade Rich <slade_rich AT yahoo.com>
6169         * src/pic/glue.c (pic14printPublics): fixed bug introduced when symbol
6170         type for bits was changed. It resulted in bit variables becoming
6171         global, which is not permitted in PIC 14 assembly output.
6172
6173 2003-08-23  Frieder Ferlemann <Frieder.Ferlemann AT web.de>
6174
6175         * doc/sdccman.lyx: various additions and updates. Rearranged sections
6176
6177 2003-08-22  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
6178
6179         Z80 and MCS51 linkers complaint if a public symbol is defined
6180         in more than one library module:
6181
6182         * as/mcs51/lklib.c
6183         * link/z80/lklib.c
6184         * as/mcs51/Makefile.in
6185
6186 2003-08-22  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6187
6188         A few small changes that speed up the peephole optimizer.
6189
6190         * src/SDCCpeeph.c
6191
6192 2003-08-22  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6193
6194         Try to make the peephole optimizer smarter by maintaining
6195         an association between the assembly source code and the
6196         iCodes that originated them. Put this information to use
6197         with a new peephole rule condition "notVolatile" so that
6198         the rules can be aggressive yet still safe.
6199
6200         * src/SDCCpeeph.c
6201         * src/SDCCpeeph.h
6202         * src/mcs51/gen.c
6203         * src/mcs51/peeph.def
6204
6205 2003-08-20  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6206
6207         Fixed bug #741761
6208
6209         * src/mcs51/gen.c (aopForSym, leftRightUseAcc),
6210         * src/ds390/gen.c (aopForSym, leftRightUseAcc): preserve A and B
6211         if the left or right operand symbols have the accuse flag set.
6212
6213 2003-08-20  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6214
6215         Changed the type of the result of the ! (NOT) operator to char;
6216         previously it returned the same type as the source. This allows
6217         us to eliminate all the genFloatNot functions (all of its target
6218         implementations were very buggy) since !float can use the same
6219         code as !long now.
6220
6221         * src/SDCCicode.c (ast2iCode): ! returns char
6222         * src/mcs51/gen.c (genNot, genNotFloat),
6223         * src/ds390/gen.c (genNot, genNotFloat),
6224         * src/z80/gen.c (genNot, genNotFloat),
6225         * src/pic/gen.c (genNot, genNotFloat),
6226         * src/pic16/gen.c (genNot, genNotFloat): eliminated genNotFloat
6227
6228 2003-08-19  Bernhard Held <bernhard AT bernhardheld.de>
6229
6230         pic patch provided by Slade Rich <slade_rich AT yahoo.com>
6231         1. Interrupt would not compile properly. Ensure PCLATH register is saved
6232            during interrupts. Ensure WSAVE is located at a shared bank address.
6233         2. Fixed page selection in some places
6234         3. Fixed BTFSS/C to where necessary use registers directly and not simply
6235            the registers name strings.
6236         4. Fixed "signed / unsigned compare" compiler warnings.
6237         5. The PIC port manages its own allocation of the general purpose
6238            registers, but makes no attempt to reuse them. As a result when
6239            compiling it soon runs out of general purpose registers. Some
6240            additional code was added to the files pcode.c and device.c to walk
6241            through the function call tree and rename the registers so that they
6242            get reused.
6243
6244         * src/pic/device.c
6245         * src/pic/gen.c
6246         * src/pic/glue.c
6247         * src/pic/pcode.c
6248         * src/pic/pcode.h
6249         * src/pic/ralloc.c
6250         * src/pic/ralloc.h
6251         * src/pic/genarith.c: Fixed problems with PIC 14 port in functions
6252         genPlus() & genMinus() when the result is the same as left or right
6253
6254 2003-08-18  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6255
6256         * src/z80/gen.c (isUnsplitable, fetchPairLong): fixed bug #770454
6257
6258 2003-08-18  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6259
6260         Made bitfield a distinct type from bit so that bitfields
6261         convert as per ANSI C and bits retain their traditional
6262         boolean style behaviour. Implemented bitfield support in
6263         the z80 port.
6264
6265         * src/SDCCsymt.h,
6266         * src/SDCCsymt.c,
6267         * src/SDCCast.c,
6268         * src/cdbFile.c,
6269         * src/mcs51/gen.c,
6270         * src/ds390/gen.c: bit v bitfield split
6271         * src/z80/gen.c: New support for bitfields
6272         * support/regression/tests/bitfields.c: reenabled z80,
6273         added more tests
6274
6275 2003-08-17  Frieder Ferlemann <Frieder.Ferlemann AT web.de>
6276
6277         Rules 246.x, 247.x relate to bitfields, the others speed up
6278         access to xdata mapped I/O devices.
6279
6280         * src/mcs51/peeph.def: added 26 peepholes 246.x - 248.x, 180.x
6281
6282 2003-08-16  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6283
6284         Cleaned up genPackBits and genUnpackBits and added two helper
6285         functions, emitPtrByteGet & emitPtrByteSet. Added optimizations
6286         for literal assignments in genPackBits (thanks to Frieder for
6287         reminding me).
6288
6289         * src/mcs51/gen.c
6290         * src/ds390/gen.c
6291
6292 2003-08-16  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6293
6294         Fixed bug #748310 (pointer to function type mishandled when the
6295         function name is omitted). Also fixed a SIGSEGV when a function
6296         attribute (reentrant, etc) is used on a non-function or on a
6297         function but misplaced before the parameter list.
6298
6299         * src/SDCC.y (abstract_declarator, abstract_declaractor2): fixed
6300         bug #748310
6301         * src/SDCC.y (declarator2_function_attributes): avoided SIGSEGV
6302         * support/Util/SDCCerr.h,
6303         * support/Util/SDCCerr.c: Added func attr misuse error msg
6304
6305 2003-08-13  Bernhard Held <bernhard AT bernhardheld.de>
6306
6307         Fixed bug #787649 by anonymous
6308         * src/SDCCglue.c (emitRegularMap): added emission of sloc for func ptr
6309         * src/ds390/gen.c (aopForSym): fixed func ptr in sloc
6310
6311 2003-08-14  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6312
6313         Fixed numerous bitfield problems.
6314
6315         * src/SDCC.y: More bitfield related error checking
6316         * src/SDCCsymt.h,
6317         * src/SDCCsymt.c (compStructSize): fixed bitfield offset calc
6318         * support/Util/SDCCerr.h,
6319         * support/Util/SDCCerr.c: Added & edited some bitfield err msgs
6320         * src/mcs51/gen.c (genPackBits, genUnpackBits): fixed mask bugs
6321         * src/ds390/gen.c (genPackBits, genUnpackBits): fixed mask bugs
6322         * support/regression/tests/bitfields.c: tests added
6323
6324 2003-08-13  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6325
6326         Made the constant following the "interrupt" keyword optional. If
6327         omitted, the function will not automatically be given an entry
6328         in the interrupt vector table (similar to #pragma NOIV, but
6329         less syntacticly kludgy). The interrupt number is also now
6330         range checked. Also fixed a bug in the high order bit example
6331         in the manual.
6332
6333         * src/SDCC.y
6334         * src/SDCCmem.c
6335         * src/SDCCglue.c
6336         * src/SDCCsymt.h
6337         * support/Util/SDCCerr.c
6338         * support/Util/SDCCerr.h
6339         * doc/sdccman.lyx
6340
6341 2003-08-13  Bernhard Held <bernhard AT bernhardheld.de>
6342
6343         * src/SDCCcse.c (algebraicOpts): fix bug converting op from value to type
6344         * src/SDCCicode.c (operandOperation): rewritten some ops
6345         (*, ==, unary_minus) to fix possible overflows and to accord with ANSI
6346         * src/SDCCsymt.c (computeType): literals are handled the same way as any
6347         other type
6348         * src/SDCCval.c (cheapestVal): removed, it doesn't accord with ANSI (can
6349         be re-activated by defining REDUCE_LITERALS)
6350         * src/SDCCval.c (constVal): fixed; hex and octal constants can be
6351         unsigned, but are signed by default
6352         * src/SDCCval.c (constVal): rearranged
6353         * src/SDCCval.c (valMod): preliminary fix
6354         * src/SDCCval.c (valCastLiteral): use TYPE_* types
6355         * support/regression/literalop.c: added, work in progress
6356
6357 2003-08-12  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6358
6359         Generate warnings for useless declarations like "char data;"
6360         that don't do what new users expect.
6361
6362         * src/SDCC.y
6363         * support/Util/SDCCerr.h
6364         * support/Util/SDCCerr.c
6365
6366 2003-08-09  Bernhard Held <bernhard AT bernhardheld.de>
6367
6368         * src/SDCCval.c (valMult): fix overflow detection of negative int
6369
6370 2003-08-07  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6371
6372         * src/z80/ralloc.c (joinPushes): made compatible with new signedness
6373
6374         Changes to support big endian targets:
6375
6376         * src/ports.h
6377         * src/SDCCglue.c
6378         * src/avr/main.c
6379         * src/ds390/main.c
6380         * src/izt/i186.c
6381         * src/mcs51/main.c
6382         * src/pic/main.c
6383         * src/pic16/main.c
6384         * src/xa51/main.c
6385         * src/z80/main.c
6386
6387 2003-08-06  Bernhard Held <bernhard AT bernhardheld.de>
6388
6389         * src/SDCCval.c (cheapestVal): changed behaviour to the same as constVal()
6390         * device/lib/time.c: fixed warning "integer overflow in expression"
6391
6392 2003-08-05  Bernhard Held <bernhard AT bernhardheld.de>
6393
6394         * src/SDCCval.c (cheapestVal, valueFromLit): use TYPE_* types
6395         * src/SDCCval.c (constVal): changed default to signed; hex and octal
6396         constants are unsigned; added recognition of "u" flag for unsigned
6397         * src/SDCCval.c (valMult): fixed signdness, added warning for overflow
6398         * src/SDCCval.c (valDiv, valMod): fixed signdness
6399         * src/SDCCicode.c (operandOperation): fixed critical typo; fixed
6400         signedness of modulo, left and right shift
6401         * support/Util/SDCCerr.c: added warning "integer overflow in expression"
6402         * support/Util/SDCCerr.h: added warning W_INT_OVL
6403         * src/SDCCast.c (decorateType): fixed gcc3.3 warning
6404         * src/SDCCast.c (ast_print): improved output of constants
6405
6406 2003-08-04  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
6407
6408         Fixed some warnings when building with MSVC:
6409
6410         * as\mcs51\asdata.c
6411         * as\z80\asdata.c
6412         * as\mcs51\asm.h
6413         * as\z80\asm.h
6414         * link\z80\aslink.h
6415         * link\z80\lkdata.c
6416         * link\z80\lkeval.c
6417         * link\z80\lkgb.c
6418         * link\z80\lkihx.c
6419         * link\z80\lks19.c
6420         * link\z80\lksym.c
6421         * support\cpp2\cpplib.c
6422         * src\ds390\gen.c
6423         * src\mcs51\gen.c
6424
6425 2003-08-03  Bernhard Held <bernhard AT bernhardheld.de>
6426
6427         * src/SDCCast.c (constExprTree): fix bug #781827 by Carl Worth <cworth AT isi.edu>
6428
6429 2003-08-01  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
6430
6431         * support\librarian\clean.mk: Do not remove Makefile.
6432         * support\librarian\Makefile: added.
6433
6434 2003-08-01  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
6435
6436         Added librarian to MSVC build:
6437         * all.dsp
6438         * sdcc.dsw
6439         * support\librarian\librarian.dsp
6440
6441         'configure' not needed for librarian, removed:
6442         * support\librarian\configure
6443         * support\librarian\configure.in
6444         * support\librarian\config_in.h
6445         * support\librarian\Makefile.in
6446
6447         Hopefully these ones built the librarian and the rest of sdcc properly:
6448         * Makefile
6449         * Makefile.common.in
6450
6451         Messed up 'configure', so revert to previous version:
6452         * configure
6453         * configure.in
6454
6455 2003-07-31  Bernhard Held <bernhard AT bernhardheld.de>
6456
6457         * src/SDCCicode.c (operandOperation): 3. fix, this time for Alpha; ULONG has 64 bits
6458         there, while the mantissa of a double is "only" 53 bits wide.
6459
6460 2003-07-31  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
6461
6462         Adding sdcclib to the build.  MSVC project coming soon.
6463         Files added/changed:
6464
6465         * support\librarian\clean.mk
6466         * support\librarian\configure
6467         * support\librarian\configure.in
6468         * support\librarian\config_in.h
6469         * support\librarian\Makefile.bcc
6470         * support\librarian\Makefile.in
6471         * support\librarian\sdcclib.c
6472         * Makefile.bcc
6473         * Makefile
6474         * Makefile.common.in
6475         * configure
6476         * configure.in
6477
6478 2003-07-29  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
6479
6480         Linker now complaints if linked modules have conflicting options, for
6481         example, one compiled using --model-large and another one compiled with
6482         --model-small.  The following files were modified:
6483
6484         * as\mcs51\asdata.c
6485         * as\mcs51\aslink.h
6486         * as\mcs51\asm.h
6487         * as\mcs51\asmain.c
6488         * as\mcs51\asout.c
6489         * as\mcs51\i51pst.c
6490         * as\mcs51\lkdata.c
6491         * as\mcs51\lklibr.c
6492         * as\mcs51\lkmain.c
6493         * as\z80\asdata.c
6494         * as\z80\asm.h
6495         * as\z80\asmain.c
6496         * as\z80\asout.c
6497         * as\z80\z80pst.c
6498         * link\z80\aslink.h
6499         * link\z80\lkdata.c
6500         * link\z80\lklibr.c
6501         * link\z80\lkmain.c
6502         * src\SDCCglue.c
6503
6504 2003-07-28  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
6505
6506         *link/z80/aslink.h, link/z80/lklibr.c, as/mcs51/aslink.h,
6507         as/mcs51/lklibr.c: Generate a warning when a library is not found.
6508
6509 2003-07-28  Bernhard Held <bernhard AT bernhardheld.de>
6510
6511         * src/z80/mappings.i: fix _mul[us][int,long] entries
6512
6513 2003-07-26  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
6514
6515         *src/SDCCmain.c: do not search for crt0.o when using --nostdlib
6516
6517 2003-07-24  Bernhard Held <bernhard AT bernhardheld.de>
6518
6519         * src/SDCCicode.c (operandOperation): really fixed problem with bitops
6520         * support/regression/tests/bitopcse.c: added
6521         fixed warning:
6522         * src/avr/gen.c:
6523         * src/pic/gen.c:
6524         * src/pic16/gen.c:
6525         * src/z80/gen.c:
6526         * src/xa51/gen.c:
6527
6528 2003-07-24  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
6529
6530         added support for new library format to z80, gbz80 linkers:
6531         *link/z80/aslink.h
6532         *link/z80/lklex.c
6533         *link/z80/lklib.c
6534         *link/z80/lklist.c
6535
6536 2003-07-24  Bernhard Held <bernhard AT bernhardheld.de>
6537
6538         * src/SDCCicode.c (operandOperation): fixed problem with bitops and 0xffffffff;
6539         after {double d = 0xffffffff; long l = d;} l will be 0x80000000 (LONG_MIN)
6540
6541 2003-07-23  Bernhard Held <bernhard AT bernhardheld.de>
6542
6543         added DUMMY_READ_VOLATILE:
6544         * src/SDCC.y:
6545         * src/avr/gen.c:
6546         * src/xa51/gen.c:
6547         * src/z80/gen.c:
6548         * src/pic/gen.c:
6549         * src/pic16/gen.c:
6550         * src/mcs51/gen.c:
6551         * src/ds390/gen.c:
6552         * src/SDCCcse.c (algebraicOpts): many improvements
6553         * src/SDCCcse.h: removed algebraicOpts()
6554         * src/SDCCicode.c (picDummyRead): added
6555
6556 2003-07-23  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
6557
6558         * as/mcs51/lkmem.c: Changed message "Insufficient DRAM memory" to
6559         "Insufficient space in data memory".
6560
6561 2003-07-20  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6562
6563         * src/mcs51/gen.c: fixed bug #771358
6564         * src/z80/gen.c: fixed bug #759087
6565
6566 2003-07-20  Bernhard Held <bernhard AT bernhardheld.de>
6567
6568         * src/pic16/glue.c: minor cleanup by Vangelis
6569
6570 2003-07-19  Frieder Ferlemann <Frieder.Ferlemann AT web.de>
6571
6572         * device/include/regc515c.h: fixed #758477
6573         * device/lib/_gptrget.c: saving some cycles in generic pointer get
6574         * device/lib/_gptrput.c: saved a few bytes
6575         * my tab spacing is 8, yours too?)
6576         * device/lib/_ser.c: process RX bytes earlier than TX bytes
6577         * device/lib/serial.c: process RX bytes earlier than TX bytes
6578         * src/mcs51/gen.c(genGenPointerGet/Set): removed writing of type after postincrement
6579
6580 2003-07-18  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6581
6582         * src/z80/gen.c: fixed some right shift bugs (#772726 among them)
6583
6584 2003-07-17  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
6585
6586     * link/z80/lklibr.c: fixed bug when there is a '.' in a library path.
6587
6588 2003-07-17  Bernhard Held <bernhard AT bernhardheld.de>
6589
6590         * device/lib/Makefile.in: bad fix, reverted to 1.43
6591
6592 2003-07-16  Bernhard Held <bernhard AT bernhardheld.de>
6593
6594         * device/lib/Makefile.in: added missing z80 object files
6595
6596 2003-07-14  Bernhard Held <bernhard AT bernhardheld.de>
6597
6598         * src/SDCCcse.c (algebraicOpts): CSE fun with &|^ and 0x00/0xff literals
6599         pic16 progress by Vangelis:
6600         * src/SDCCglobl.h:
6601         * src/SDCCmain.c:
6602         * src/pic/Makefile:
6603         * src/pic:
6604         * pic/Makefile:
6605         * pic16/device.c:
6606         * pic16/device.h:
6607         * pic16/gen.c:
6608         * pic16/gen.h:
6609         * pic16/genarith.c:
6610         * pic16/glue.c:
6611         * pic16/main.c:
6612         * pic16/pcode.c:
6613         * pic16/pcode.h:
6614         * pic16/pcodepeep.c:
6615         * pic16/peeph.def:
6616
6617 2003-07-13  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
6618
6619     * src/SDCCmain.c, src/SDCCglobl.h: added option --no-std-crt0
6620
6621 2003-07-12  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
6622
6623     * sdcc.dsw, all.dsp, link/z80/linkgbz80.dsp, as/z80/as-gbz80.dsp:
6624     added gbz80 build to MSVC project.
6625     * src/SDCCmain.c, src/SDCCglue.c, src/z80/main.c, src/z80/z80.dsp,
6626     link/z80/aslink.h, linkz80.dsp: cleaned up z80 and gbz80 asm files
6627     from 8051 stuff and setup so it links using a .lnk file.
6628
6629 2003-07-06  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
6630
6631     * support/librarian/sdcclib.c: sdcc librarian.
6632     * as/mcs51/aslink.h, as/mcs51/lklib.c: Support for libraries created
6633     with sdcclib.
6634
6635 2003-07-03  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
6636
6637     * as/mcs51/lkmain.c: properly handle extensions in function afile.
6638
6639 2003-07-02  Borut Razem <borut.razem AT siol.net>
6640
6641         * src/port.h, src/SDCCmain.c, src/pic/glue.h, src/pic/main.c,
6642         src/pic16/glue.h, sdcc/src/pic16/main.c, src/izt/i186.c,
6643         src/izt/tlcs900h.c, src/avr/main.c, src/ds390/main.c, src/mcs51/main.c,
6644         src/xa51/main.c, src/z80/main.c:
6645         virtualization of glue() function: each port has it's own glue function,
6646         which is accessed by do_glue function pointer in PORT.general structure
6647
6648 2003-07-01 Kevin Vigor <kevin AT vigor.nu>
6649
6650         * DS800C400 fun, improved ROM interface and tinibios.
6651
6652 2003-06-27 Kevin Vigor <kevin AT vigor.nu>
6653
6654         * More support for DS80C400. Now includes beginning of interface to ROM.
6655
6656 2003-06-25  Bernhard Held <bernhard AT bernhardheld.de>
6657
6658         * src/mcs51/gen.c (gencjneshort): fixed bug #760345
6659
6660 2003-06-20  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
6661
6662         * as/mcs51/lkaomf51.c: Make sure the size of the last procedure is correct.
6663
6664 2003-06-19  Borut Razem <borut.razem AT siol.net>
6665
6666         * src/z80/main.c: fixed Z80 port again: missing -k library paths in linker command line
6667
6668 2003-06-19  Borut Razem <borut.razem AT siol.net>
6669
6670         * src/SDCCutil.h, src/SDCCutil.c, src/SDCCglobl.h, src/SDCCmain.c, src/z80/main.c:
6671         fixed Z80 port - crt0.o: cannot open.
6672
6673 2003-06-19  Bernhard Held <bernhard AT bernhardheld.de>
6674
6675         * support/Util/MySystem.c (merge_command): revert bad fix
6676
6677 2003-06-18  Borut Razem <borut.razem AT siol.net>
6678
6679         * src/SDCC.lex, src/SDCCmain.c: fixed some warnings, introduced with changes made 15.06.1003
6680
6681 2003-06-18  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
6682
6683         * src/SDCCglobl.h, src/SDCCmain.c, doc/sdccman.lyx:
6684         option --use-stdout sends errors to stdout instead of stderr.
6685
6686 2003-06-18  Bernhard Held <bernhard AT bernhardheld.de>
6687
6688         * support/Util/MySystem.c (merge_command): quick fix for Linux segfault with \"cmd\" arg
6689
6690 2003-06-15  Borut Razem <borut.razem AT siol.net>
6691
6692         * support/cpp2/sdcc.h: HAVE_DOS_BASED_FILE_SYSTEM defined for _WIN32
6693         * src/SDCC.lex: cloneXxx and copyAndFreeXxx functions for options and optimize stack handling
6694         * src/SDCCglobl.h, src/SDCCmain.c, src/ds390/main.c, src/mcs51/main.c, src/z80/main.c:
6695         fixed width array of pointers replaced with sets;
6696         multiple include and lib paths ared transferred to preprocessor and linker
6697         * src/SDCCset.c, src/SDCCset.h: added function setFromSetNonRev() and mergeSets()
6698         * src/SDCCsymt.c: reimplemented function inCalleeSaveList() by using sets instead
6699         fixed width array of pointers
6700         * src/SDCCutil.c, src/SDCCutil.h: added functions fputStrSet(), appendStrSet(), joinStrSet();
6701         removed functions addToList(), join(), joinn(), pathCharsEquivalent(), pathCharTransform(),
6702         fixupPath(), getPathDifference()
6703         * src/ds390/gen.c, src/mcs51/gen.c: reimplemented function  inExcludeList() by using sets instead
6704         fixed width array of pointers
6705
6706 2003-06-11  Bernhard Held <bernhard AT bernhardheld.de>
6707
6708         * src/pic16/ralloc.c: fix warnings
6709         * src/pic16/pcode.c: fix warning
6710
6711 2003-06-10  Scott Dattalo  <scott AT dattalo.com>
6712
6713          Scott D. for Vangelis Rokas (vrokas AT otenet.gr). I (scott) don't
6714         know all the details, but essentially this set of changes enable
6715         the pic16 port to generate movff instructions and generate assembler
6716         directives,
6717         * src/SDCCmain.c:
6718         * src/pic16/gen.c:
6719         * src/pic16/glue.c:
6720         * src/pic16/pcode.c:
6721         * src/pic16/device.c:
6722         * src/pic16/main.c:
6723         * src/pic16/pcode.h:
6724         * src/pic16/pcoderegs.c:
6725         * src/pic16/ralloc.c:
6726         * src/pic16/ralloc.h:
6727
6728 2003-06-08  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
6729
6730         * support/Util/SDCCerr.c, src/SDCCglobl.h, src/SDCCmain.c, doc/sdccman.lyx:
6731         added option --vc, so sdcc errors and warnings are compatible with
6732         Microsoft Visual Studio.
6733
6734 2003-06-07  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
6735
6736         * device/lib/_atof.c, device/lib/Makefile.in, device/include/stdlib.h,
6737           device/lib/libfloat.lib: added atof function.
6738
6739 2003-06-04  Bernhard Held <bernhard AT bernhardheld.de>
6740
6741         * doc/sdccman.lyx: updated to Lyx 1.3
6742         * doc/cdbfileformat.lyx: updated to Lyx 1.3
6743         * doc/test_suite_spec.lyx: updated to Lyx 1.3
6744         * doc/Makefile: added fix for the \tabularnewline problem, thanks to Jesus
6745
6746 2003-06-03  Bernhard Held <bernhard AT bernhardheld.de>
6747
6748         * src/SDCCpeeph.c: separate peepRules2pCode() for pic16 by "Vangelis Rokas" <vrokas AT otenet.gr>
6749
6750 2003-06-02  Frieder Ferlemann <Frieder.Ferlemann AT web.de>
6751
6752         * doc/sdccman.lyx: cvs revision keywords, passing pdf information in latex preamble,
6753           additions to the "related tools/documentation" section
6754
6755 2003-06-02  Bernhard Held <bernhard AT bernhardheld.de>
6756
6757         * src/SDCCglue.c (tempfileandname): added check for missing TMP/TEMP/TMPDIR variable
6758
6759 2003-05-29  Bernhard Held <bernhard AT bernhardheld.de>
6760
6761         * src/pic/device.c: added 16F819, patch by "David I. Lehn" <dlehn AT vt.edu>
6762         * src/SDCCcse.c (algebraicOpts): fixed "c * 1"
6763
6764 2003-05-28  Bernhard Held <bernhard AT bernhardheld.de>
6765
6766         * doc/sdccman.lyx: fix double dash and other minor things
6767         * doc/Makefile: fix double dash
6768
6769 2003-05-28  Karl Bongers(patches from Martin Helmling)
6770         * debugger/mcs51/sdcdb.c,cmd.c,break.c and .h files. Martin adds
6771           condition and ignore commands.
6772
6773 2003-05-28  Frieder Ferlemann <Frieder.Ferlemann AT web.de>
6774
6775         * doc/sdccman.lyx: Changes all over, index improved, smaller margins. The manual
6776           is in parts still quite out of date, I did changes as far as I felt makes sense
6777           for a non-native english speaker.
6778           Please feel free to add to the manual or to correct my changes.
6779         * doc/Makefile: undid touching the date of intermediate tex files.
6780
6781 2003-05-26  Frieder Ferlemann <Frieder.Ferlemann AT web.de>
6782
6783         * doc/sdccman.lyx: Manual has an index now
6784
6785 2003-05-25  Bernhard Held <bernhard AT bernhardheld.de>
6786
6787         Finalize muluint/mulsint and mululong/mulslong merging:
6788         * device/lib/_mulint.c
6789         * device/lib/_mullong.c
6790         * device/lib/gbz80/mul.s
6791         * device/lib/gbz80/stubs.s
6792         * device/lib/z80/mul.s
6793         * device/lib/z80/stubs.s
6794         * src/SDCCsymt.c (initCSupport)
6795
6796 2003-05-25  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
6797
6798         * as/mcs51/lkaomf51.c: Address space 'z' was missing.
6799         * src/avr/avr.dsp, src/ds390/ds390.dsp, src/mcs51/mcs51.dsp,
6800           src/pic/pic.dsp, src/pic16/pic16.dsp, src/xa51/xa51.dsp,
6801           src/x80/z80.dsp: peep.rul is bigger now, so /Zm1000 is used
6802           instead of /Zm500.
6803
6804 2003-05-25  Frieder Ferlemann <Frieder.Ferlemann AT web.de>
6805
6806         * src/mcs51/peeph.def: added rules 244.x, 245.x. Although they pass
6807           the regression tests I'm not brave enough to enable 245.b, 245.c
6808         * doc/sdccman.lyx: added latex preamble for hyperref package.
6809           Using pdflatex this will give you a hyperlinked pdf file with
6810           bookmarks. (prepend '%' before /usepackage if this breaks something)
6811
6812 2003-05-24  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
6813
6814          * doc/sdccman.lyx: updated information about .adb files (fixed bug 742649)
6815
6816 2003-05-22  Bernhard Held <bernhard AT bernhardheld.de>
6817
6818         * src/pic16/pcode.c (pic16_get_op_from_instruction): fixed a gcc 3.x warning
6819
6820 2003-05-21    <johan AT balder>
6821
6822         * src/SDCCglue.c (printIval): fixed bug #739934
6823
6824 2003-05-19  Bernhard Held <bernhard AT bernhardheld.de>
6825
6826         Applied patch from bug 737905 (renamed yylineo to mylineno):
6827         * src/altlex.c
6828         * src/SDCCast.c
6829         * src/SDCglobl.h
6830         * src/SDCC.lex
6831         * src/SDCCsymt.c
6832         * src/SDCCval.c
6833         * src/pic16/pcode.c: Cleaned warnings
6834         * src/pic16/pcodeflow.c: Cleaned warnings
6835         * src/pic16/pcoderegs.c: Cleaned warnings
6836
6837 2003-05-19  Scott Dattalo  <scott AT dattalo.com>
6838
6839         * src/pic16/pcode.c: Cleaned warnings
6840         * src/pic16/pcodepeep.c: Cleaned warnings
6841         * src/pic16/ralloc.c: Cleaned warnings
6842
6843 2003-05-19  Bernhard Held <bernhard AT bernhardheld.de>
6844
6845         * doc/sdccman.lyx: fixed bug 739745
6846         * src/pic16/pcode.c (pic16_get_op): fixed warning on alpha
6847
6848 2003-05-18  Bernhard Held <bernhard AT bernhardheld.de>
6849
6850         * src/port.h: removed DEFAULT_PORT, it's not yet pic16 ;-)
6851         it can be defined with CFLAGS when running configure
6852         * src/SDCCmain.c: fixed compiling + linking with object files
6853
6854 2003-05-18  Vangelis Rokas (vrokas AT otenet.gr)
6855
6856         * configure.in: configure for pic16 port,
6857             added --disable-pic16-port
6858         * sdccconf_in.h: added macro OPT_DISABLE_PIC16
6859         * src/SDCCmain.c: linkOptions is changed to set *,
6860             added if/endif conditional macros to remove options help
6861             messages from optionsTable when a port is not configured, added
6862             support for the PIc16 port in the ports table, when executing
6863             the compiler with no port specified on command line, a default
6864             port is selected with the new macro DEFAULT_PORT which is
6865             defined in port.h, in setDefaultOptions() linkOptions is removed
6866             from initialization assignment, since now it is a set,
6867             parseCmdLine uses setParseWithComma for linkOptions, in
6868             linkEdit() linkOptions are accessed with new function indexSet()
6869             which returns the i'th item of a set variable. See SDCCset.c, in
6870             linkEdit() when calling buildCmdLine(), added linkOptions as
6871             last argument. Now users can pass arguments to gplink via the
6872             -Wl option, main() uses pic16glue() to glue up pic16 programs
6873         * src/SDCCpeeph.c: various changes to support pic16
6874         * src/SDCCset.c: added function  void *indexSet(set *, int)  to
6875             return the i'th item of the set
6876         * src/SDCCset.h: added function prototype for indexSet()
6877         * src/SDCCsymt.c: in checkSClass(), added support for PIC16
6878         * src/clean.mk: added pic16 in CLEANALLPORTS variable
6879         * src/port.h: added TARGET_ID_PIC16,TARGET_IS_PIC16 macro,
6880             added macro DEFAULT_PORT
6881         * src/pic/main.c: corrected arguments of gplnk in _linkCmd
6882         * src/pic16/gen.c: bug fix in genCpl(), now the correct code is
6883             generated
6884         * src/pic16/glue.c: commented out some error producing lines
6885         * src/pic16/main.c: __config directives are commented out to stop
6886             gpasm complaining and test the linkage with gplink, _linkCmd and
6887             _asmCmd changed to be more gplink and gpasm friendly
6888         * src/pic16/peeph.def: peep rule 3 is commented out, since it
6889             produced an error when parsed, peep rule 12 is added to utilize
6890             movff, but it is commented out since the pCode does not support
6891             yet a command with 2 address arguments
6892
6893 2003-05-18    <johan AT balder>
6894
6895         * src/ds390/gen.c (genArrayInit): removed obsolete and buggy ARRAYINIT
6896         * src/ds390/main.c (genArrayInit): removed obsolete and buggy ARRAYINIT
6897 2003-05-17  Karl Bongers(apply patches from Martin Helmling)
6898
6899         * debugger/mcs51/sdcdb.c,cmd.c,break.c and .h files.
6900   Added feature to script commands from file.
6901
6902 2003-05-14  Bernhard Held <bernhard AT bernhardheld.de>
6903
6904         * device/lib/_strtok.c: fixed bug #734355 by Lenny Story and Tim Woodall
6905         * src/SDCCutil.c: include ctype.h for win32
6906
6907 2003-05-13  Bernhard Held <bernhard AT bernhardheld.de>
6908
6909         * src/pic16/*: removed CR from many files, reported by Vangelis Rokas
6910
6911 2003-05-12  Karl Bongers(apply development patches from Martin Helmling)
6912
6913         * debugger/mcs51/sdcdb.c,simi.c,cmd.c,break.c and .h files.
6914   Fixed so you can set breakpoints prior to run, run does not stop
6915   on entry now.  Add tbreak.  Other enhancements and fixes for use
6916   with ddd.
6917
6918 2003-05-12  Borut Razem <borut.razem AT siol.net>
6919
6920         * src/SDCCmain.c: fixed the problem with searching the DATADIR as the last resort on *nix
6921
6922 2003-05-11  Borut Razem <borut.razem AT siol.net>
6923
6924         * src/SDCCutil.c: WIN32 version of getBinPath() calls GetModuleFileName() to determine
6925         the path of bin directory, so that PATH is the only env. variable, which has to be set
6926         in case of standard installation.
6927         * src/ds390/ds390.dsp: increased value of /Zm option to 1000
6928         * src/pic/main.c: add quotes to file name parameters for gplink and gpasm
6929         * src/SDCCglobl.h, src/SDCCmain.c, doc/sdccman.lyx: added --print-search-dirs command line option
6930
6931 2003-05-04  Bernhard Held <bernhard AT bernhardheld.de>
6932
6933         * src/SDCCmain.c (linkEdit): fixed buffer overflow for gbz80
6934         * support/regression/Makefile: inter-port-clean is no longer nesessary, the
6935         temp files are in the port dir; clean the gen/test directory when
6936         generating new test.c
6937         * support/regression/ports/host/spec.mk: defined OBJEXT for target clean
6938         * support/regression/tests/vaargs.c: fixed gcc 3.3 warning
6939         * support/regression/tests/zeropad.c: added
6940
6941 2003-05-09    <johan AT balder>
6942
6943         * src/SDCCglue.c: fixed bug #597940
6944
6945 2003-05-05  Karl Bongers(apply patches from Martin Helmling)
6946
6947         * debugger/mcs51/sdcdb.c,simi.c,cmd.c,symtab.c and .h files.
6948   cache sfr, optimize next,step, fix off by one sourceline,
6949   support ddd list function.
6950         * sim/ucsim/cmd.src/newcmd.cc - small fix for sdcdb use.
6951
6952 2003-05-04  Bernhard Held <bernhard AT bernhardheld.de>
6953
6954         * support/regression/HTMLgen.py: added compare_s2f()
6955         * support/regression/Makefile: redo 1.27
6956         * support/regression/generate-cases.py: redo 1.5
6957
6958 2003-04-30  Bernhard Held <bernhard AT bernhardheld.de>
6959
6960         * support/regression/tests/float.c: workaround 33 bit hex constant
6961         * support/regression/tests/simplefloat.c: fix division for host
6962
6963 2003-04-29  Scott Dattalo  <scott AT dattalo.com>
6964
6965         * src/pic/pcoderegs.c Applied patch from Jim Hawkridge <jim AT jimhawkridge.uk.eu.org>
6966         that tame's the PIC's over-aggressive optimizer.
6967
6968 2003-04-29  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
6969
6970          * src.dsw, link/z80/aslink.h, link/z80/linkz80.dsp: z80 linker
6971          support for MSVC.
6972
6973 2003-04-29  Kevin Vigor <kevin AT vigor.nu>
6974
6975         Initial support for DS80C400. "Hello world" runs on TINIm400
6976         (with polled I/O).
6977
6978 2003-04-28  Karl Bongers(apply patches for Martin Helmling)
6979
6980          * debugger/mcs51/sdcdb.c,simi.c,cmd.c,symtab.c and .h files.
6981          * Some notes on ddd usage added in debugger/README
6982          Martin Helmling adding more features and fixes for ddd GUI debugger.
6983          Code added for nexti, stepi, up, down, and other adjustments.
6984
6985 2003-04-28  Scott Dattalo  <scott AT DATTALO.COM>
6986
6987         * src/pic/pCodepeep.c non-wildcard asmops are now handled
6988         * src/pic/peeph.def Added two rules to optimize carry manipulation
6989         * src/pic/* removed debug printfs
6990
6991 2003-04-28  Bernhard Held <bernhard AT bernhardheld.de>
6992
6993         * debugger/mcs51/cmd.c: added header newalloc.h
6994
6995 2003-04-26  Bernhard Held <bernhard AT bernhardheld.de>
6996
6997         * as/Makefile: new EXEEXT
6998         * as/z80/Makefile: remove trailing slash of BUILDIR
6999         * as/z80/clean.mk: new EXEEXT
7000         * Makefile.common.in: add to CFLAGS (and others), don't replace it
7001         * support/cpp2/Makefile.in: new EXEEXT
7002         * src/pic/glue.c (pic14emitRegularMap): fixed warning
7003
7004 2003-04-24  Bernhard Held <bernhard AT bernhardheld.de>
7005
7006         Cygwin's gcc always appends .exe: 'gcc -o a a.c' creates a.exe;
7007         EXEEXT was introduced to fix all related problems with targets
7008         "clean", "install" and "uninstall"; a couple of further flaws
7009         especially with "clean" have been fixed too
7010         * as/mcs51/Makefile.in
7011         * as/mcs51/clean.mk
7012         * as/z80/Makefile
7013         * Makefile
7014         * clean.mk
7015         * debugger/mcs51/Makefile.in
7016         * debugger/mcs51/clean.mk
7017         * link/z80/Makefile
7018         * link/z80/Makefile.in
7019         * link/z80/clean.mk
7020         * link/Makefile
7021         * packihx/Makefile.in
7022         * packihx/clean.mk
7023         * sim/ucsim/Makefile
7024         * sim/ucsim/clean.mk
7025         * sim/ucsim/avr.src/Makefile.in
7026         * sim/ucsim/avr.src/clean.mk
7027         * sim/ucsim/s51.src/Makefile.in
7028         * sim/ucsim/s51.src/clean.mk
7029         * sim/ucsim/xa.src/Makefile.in
7030         * sim/ucsim/xa.src/clean.mk
7031         * sim/ucsim/z80.src/Makefile.in
7032         * sim/ucsim/z80.src/clean.mk
7033         * sim/ucsim/main_in.mk
7034         * sim/ucsim/packages_in.mk
7035         * sim/ucsim/gui.src/Makefile.in
7036         * sim/ucsim/gui.src/serio.src/Makefile.in
7037         * sim/ucsim/gui.src/serio.src/clean.mk
7038         * src/Makefile.in
7039         * src/clean.mk
7040         * support/cpp2/Makefile.in
7041         * support/cpp2/clean.mk
7042         * support/makebin/Makefile
7043         * support/makebin/clean.mk
7044         * support/scripts/sdcc_mingw32: --program-suffix no longer needed
7045         * doc/sdccman.lyx: --program-suffix no longer needed
7046
7047 2003-04-23  Karl Bongers(apply patches for Martin Helmling)
7048
7049          * debugger/mcs51/sdcdb.c,simi.c,cmd.c,..
7050          Martin Helmling added support for ddd GUI debugger.
7051          Code added to display assembly, set variables, and other commands
7052          to interface to ddd.
7053
7054 2003-04-23  Bernhard Held <bernhard AT bernhardheld.de>
7055
7056         * as/Makefile: fix target clean
7057         * as/clean.mk: fix target clean
7058         * as/z80/clean.mk: fix target clean
7059
7060 2003-04-22  Bernhard Held <bernhard AT bernhardheld.de>
7061
7062         * Makefile.common.in: added  AT EXEEXT AT
7063         * configure.in: removed all mingw32 stuff
7064         * configure: rebuilt from configure.in
7065         * doc/sdccman.lyx: updated section "installation"
7066         * support/scripts/sdcc_mingw32: adapted to configure
7067         * support/scripts/sdcc_cygwin_mingw32: added
7068
7069 2003-04-22  Scott Dattalo  <scott AT dattalo.com>
7070
7071         * src/pic Added object file support for the PIC port
7072         * src/pic Applied patch from Craig Franklin (this started the object file support)
7073         * src/regression Updated the PIC regression tests for object files
7074
7075 2003-04-20  Borut Razem <borut.razem AT siol.net>
7076
7077         * sdcc/as/mcs51/lklex.c: make getfid() more robust and fixed gcc warning:
7078           lklex.c: In function `getfid':
7079           lklex.c:203: warning: array subscript has type `char'
7080         * src/SDCCglobl.h: small change in stack handling macros, to avoid crash when compiled
7081           with MSVC with global optimization enabled (probably an cl compiler bug ;-)
7082         * support/Util/SDCCerr.c, support/Util/SDCCerr.h: added function fatal(), called from
7083           stack handling macros
7084
7085 2003-04-19  Borut Razem <borut.razem AT siol.net>
7086
7087         * "handling space characters in file path" task:
7088         * src/SDCCmacro.c: fixed bug in handlig quote at the end of line
7089         * support/Util/BuildCmd.c: define par as NULL if parameter value is invalid
7090         * support/Util/MySystem.h: make it self-sufficient
7091         * src/avr/main.c, src/ds390/main.c, src/mcs51/main.c, src/pic/main.c, src/xa51/main.c,
7092           src/z80/main.c, sdcc/as/mcs51/lklex.c:
7093           handling space characters in file path
7094         * src/SDCCmain.c: introduced setDataPaths() function, {datadir} macro
7095           (it will be used by assemblers, which have their own includes, e.g. gpasm)
7096         * support/Util/MySystem.c: handling space characters in executable's path
7097
7098 2003-04-19  Bernhard Held <bernhard AT bernhardheld.de>
7099
7100         * as/z80/Makefile: fix permanent rebuild of z80
7101         * sim/ucsim/gui.src/Makefile.in: target "install" builds the same packages as target "all"
7102         * support/regression/tests/bitfields.c: added Johan's bitfields.c
7103
7104 2003-04-18      Kevin Vigor <kevin AT vigor.nu>
7105
7106         * src/SDCCopt.c: add special case optimization to replace modulo by
7107           a power of two with a bitwise AND.
7108
7109 2003-04-18    <johan AT balder>
7110
7111         * src/mcs51/gen.c (getFreePtr): fixed bug #635354
7112
7113 2003-04-17    <johan AT balder>
7114
7115         * src/mcs51/ralloc.c (packRegsForAssign): fixed bug #716790 and removes lot's of redundant register usage around function calls
7116         * src/mcs51/ralloc.c (packRegisters): fixed bug #720667
7117
7118 2003-04-13  Borut Razem <borut.razem AT siol.net>
7119
7120         * doc/sdccman.lyx: updated info about #pragma SAVE/RESTORE nesting
7121         * configure.in, configure: fixed problems on cygwin/WinCVS environmet with ports.* line endings;
7122           fixed mingw problem in adl_NORMALIZE_PATH
7123
7124 2003-04-12  Borut Razem <borut.razem AT siol.net>
7125
7126         * fixed "#pragma SAVE/RESTORE can not be nested":
7127         * src/SDCC.lex: reworked pragma handling functions
7128         * sdcc/src/SDCCglobl.h: reworked stack handling macros
7129         * support/Util/SDCCerr.c, support/Util/SDCCerr.h: added E_STACK_VIOLATION error
7130
7131 2003-04-12  Bernhard Held <bernhard AT bernhardheld.de>
7132
7133         * src/SDCCutil.c (pathEquivalent): defined but not used
7134         * debugger/mcs51/sdcdb.c: replace SDCC_LIB_DIR
7135         * configure.in: remove sdcc_datadir, sdcc_lib_dir and sdcc_include_dir
7136         * configure: rebuilt from configure.in
7137         * sdccconf_in.h: remove SDCC_LIB_DIR and SDCC_INCLUDE_DIR
7138         * sdcc_vc_in.h: remove SDCC_LIB_DIR and SDCC_INCLUDE_DIR
7139         * device/include/Makefile.in: replace sdcc_datadir
7140         * device/lib/Makefile.in: replace sdcc_datadir
7141         * Makefile.common.in: add LDFLAGS from configure
7142         * packihx/Makefile.in: use LDFLAGS
7143         * src/Makefile.in: use LDFLAGS
7144         * support/cpp2/Makefile.in: add LDFLAGS from configure
7145         * support/makebin/Makefile: use LDFLAGS
7146         * .version: bumped version number to 2.3.5
7147
7148 2003-04-12  Borut Razem <borut.razem AT siol.net>
7149
7150         * completed "different paths" task:
7151         * src/SDCCmacro.c: fixed bug in handling quotes
7152         * src/SDCCutil.c, src/SDCCutil.c: rewritten getPrefixFromBinPath()
7153         * src/SDCCmain.c: _discoverPaths() replaced with setBinPaths(), setIncludePath() and setLibPath()
7154
7155 2003-04-12  Bernhard Held <bernhard AT bernhardheld.de>
7156
7157         * src/pic/pcoderegs.c (Remove1pcode): fix warning on alpha
7158
7159 2003-04-11 kevin Vigor <kevin AT vigor.nu>
7160
7161         * ds390/gen.c ds390/peeph.def: fix bug 706781
7162
7163 2003-04-11  Borut Razem <borut.razem AT siol.net>
7164
7165         * support/Util/dbuf.c, support/Util/dbuf.h: update to version 1.1.1 - re-added C++ stuff to make it still more portable
7166
7167 2003-04-10  Scott Dattalo  <scott AT dattalo.com>
7168
7169         * src/pic/* Applied the pointer-to-function patch from Steve Tell.
7170         * src/pic/* Fixed several pointer bugs. (PIC port broke when the ruonly bit was
7171          set - this bit used to not be set...).
7172         * src/pic/gen.c Fixed buf 609268 ==> x = (x+1) & 0xf; generated
7173           bad code in PIC Port
7174         * src/regression/and2.c added to test bug 609268
7175         * src/regression/Makefile added and2.c to regression test
7176
7177
7178 2003-04-08    <johan AT CP255758-A>
7179
7180         * src/mcs51/gen.c (gen51Code): display reg usage in --icode-in-asm
7181         * src/mcs51/ralloc.c (serialRegAssign): update the registers in use and save some slocs
7182         * src/SDCCicode.h: added riu to show the register usage in --icode-in-asm
7183
7184 2003-04-07  Bernhard Held <bernhard AT bernhardheld.de>
7185
7186         * configure.in: fully support prefix, exec_prefix, datadir, docdir;
7187         fix bug #487815
7188         * support/cpp2/Makefile.in: fix bug #487815
7189         * configure: rebuilt from configure.in
7190         * Makefile.common.in: docdir changed, new path suffixes
7191         * sdccconf_in.h: new RETSIGTYPE, and other PATHs
7192         * sdcc_vc_in.h: reflect changes from sdccconf.h
7193         * src/SDCCglobl.h: remove *SEPARATOR_CHARS, they are now in sdccconf.h
7194         * src/SDCCutil.h: remove BINDIR hack
7195         * doc/sdccman.lyx: update new path hierarchy
7196
7197 2003-04-06    Paul Stoffregen <paul AT pjrc.com>
7198
7199         * src/SDCCpeeph.c: added okToRemoveSLOC test
7200
7201 2003-04-06    Paul Stoffregen <paul AT pjrc.com>
7202
7203         * device/lib/printf_fast.c: added leading zero format ("%06d", etc)
7204
7205 2003-04-06    Paul Stoffregen <paul AT pjrc.com>
7206
7207         * src/SDCCpeeph.c: added labelIsReturnOnly test
7208         * src/mcs51/peeph.def: Peephole 244: replace ljmp to ret with ret
7209
7210 2003-04-05    <johan AT balder>
7211
7212         * src/SDCCcse.c (cseAllBlocks): fixed bug #460088
7213         * src/SDCCloop.c (DEFSETFUNC): fixed bug #460088
7214         * src/SDCCopt.c (eBBlockFromiCode): fixed bug #460088
7215         * src/SDCCast.c: fixed a warning
7216         * src/SDCCast.h: fixed a warning
7217         * src/SDCCicode.c (operandFromAst): fixed a warning
7218
7219 2003-04-04    <johan AT balder>
7220
7221         * src/SDCCloop.c (DEFSETFUNC): undid the fix for bug #519584
7222         * src/SDCCast.c (decorateType): fixed bug #715076
7223         * src/SDCC.y: fixed bug #702907
7224
7225 2003-04-03    <johan AT balder>
7226
7227         * device/lib/_mulint.c (_muluint): new #pragma LESS_PEDANTIC
7228         * src/SDCCopt.c (eBBlockFromiCode): new #pragma LESS_PEDANTIC
7229         * src/SDCCglobl.h (PRAGMA_LESSPEDANTIC): new #pragma LESS_PEDANTIC
7230         * src/SDCC.lex (doPragma): new #pragma LESS_PEDANTIC
7231         * src/SDCCmain.c (parseCmdLine): new #pragma LESS_PEDANTIC
7232
7233 2003-04-03  Bernhard Held <bernhard AT bernhardheld.de>
7234
7235         * _decdptr.c: fix return values
7236         * _gptrget.c: fix return values
7237         * _gptrgetc.c: fix return values
7238         * _gptrput.c: fix return values
7239         * _mulint.c: fix return values
7240         * as/z80/Makefile: fix 'make -j' problem
7241
7242 2003-04-02  Bernhard Held <bernhard AT bernhardheld.de>
7243
7244         * Makefile.common.in: unused PORT, SCC and SAS removed, fixed docdir
7245         * configure.in: big cleanup, updated to autoconf 2.5x
7246         * configure: rebuilt from configure.in
7247         * sdccconf_in.h: new RETSIGTYPE, and other PATHs
7248         * sdcc_vc_in.h: reflect changes from sdccconf.h
7249         * doc/Makefile: fixed a flaw in "make install"
7250
7251 2003-04-02    <johan AT balder>
7252
7253         * src/ds390/gen.c (genCmp): no comments
7254         * src/mcs51/gen.c (genCmp): no comments
7255         * src/SDCCopt.c (eBBlockFromiCode): detect missing return values
7256         * src/SDCCast.c (ast_print): fixed the function type in --dumptree
7257
7258 2003-04-01  Bernhard Held <bernhard AT bernhardheld.de>
7259
7260         * support/regression/generate-cases.py: place generated file in given sub directory
7261         * support/regression/ports/host/spec.mk: prevent removal of testfwk.o
7262         * support/regression/Makefile: improvements for 'make -j';
7263         side effect: it's simpler and faster now
7264
7265 2003-03-31  Borut Razem <borut.razem AT siol.net>
7266
7267         * src/z80/main.c: link-{port} and as-{port} defined without path
7268         * src/src.dsp: support/Util/MySystem.h and src/SDCCutil.h added to project
7269
7270 2003-03-31  Bernhard Held <bernhard AT bernhardheld.de>
7271
7272         * Makefile, src/Makefile.in: add dependencies, so that 'make -j' works
7273
7274 2003-03-30  Borut Razem <borut.razem AT siol.net>
7275
7276         * support/Util/BuildCmd.c, support/Util/BuildCmd.h: rewrite buildCmdLine(),
7277           changed type of list parameter to set
7278         * src/ds390/main.c: changed type of parameter asmOptions to set in _tininative_do_assemble()
7279         * src/port.h: changed type of do_assemble() parameter to set
7280         * src/SDCCmain.c: type of asmOptions changed to set, introduced setParseWithComma(),
7281           sdcpp defined without path, removed variable VersionString, introduced set binPathSet,
7282           definition of "cppoutfilename" macro with NULL value in preProcess()
7283         * src/SDCCglobl.h: included "SDCCset.h", added declaration of setParseWithComma()
7284         * src/SDCCglue.c: removed variable VersionString, inroduced spacesToUnderscores()
7285         * support/Util/MySystem.c, support/Util/MySystem.h: rewrite, char *ExePathList[]
7286           replaced with set *binPathSet
7287         * shash_add() deallocates the item, if allready exsists, before adding the new one
7288         * src/SDCCmacro.c: handling macros with empty or NULL values in _evalMacros()
7289
7290 2003-03-30  Scott Dattalo  <scott AT dattalo.com>
7291
7292         * src/pic/gen.c: Commit patch from Steve Tell <tell AT telltronics.org> that fixes
7293           a nested for loop bug in the PIC port
7294         * src/regression/nestfor.c: new regression test file Steve wrote to test nested
7295           for loops
7296
7297 2003-03-29  Bernhard Held <bernhard AT bernhardheld.de>
7298
7299         * support/Util/dbuf.h: remove C++ stuff to make it portable
7300
7301 2003-03-28  Borut Razem <borut.razem AT siol.net>
7302
7303         * src/SDCC.lex: Fix for bug #711240: dynamic buffer handling of C
7304           literal strings in stringLiteral()
7305         * support/Util/dbuf.c, support/Util/dbuf.h: added: dynamic buffer handling
7306         * src/Makefile.bcc, src/Makefile.in, src\src.dsp: added support/Util/dbuf.c
7307           to the project
7308
7309 2003-03-27  Paul Stoffregen <paul AT pjrc.com>
7310
7311         * src/SDCCpeeph.c (pcDistance): accurate byte distance for mcs51
7312
7313 2003-03-26    <johan AT balder>
7314
7315         * src/mcs51/gen.c (saveRegisters): catched symbol abuse
7316         * src/ds390/gen.c (saveRegisters): catched symbol abuse
7317         * src/SDCCast.c (decorateType): fixed " -v < 3"
7318
7319 2003-03-23  Bernhard Held <bernhard AT bernhardheld.de>
7320
7321         * doc/cdbfile.html: removed, replaced by cdbfileformat.lyx
7322         Added Lenny Story's debug infrastructure changes:
7323         * src/Makefile.in:  added new files cdbFile.c and SDCCdebug.c
7324         * src/Makefile.bcc: added new files cdbFile.c and SDCCdebug.c
7325         * src/cdbFile.c: added
7326         * src/SDCCdebug.c: added
7327         * src/SDCCdebug.h: added
7328         * src/SDCCast.c (createFunction)
7329         * src/SDCCglue.c (emitRegularMap, emitStaticSeg, emitOverlay, glue)
7330         * src/SDCCmain.c (parseCmdLine, main)
7331         * src/SDCCmem.c (redoStackOffsets)
7332         * src/SDCCsymt.c (cdbStructBlock, cdbTypeInfo, cdbSymbol, cdbStruct, cdbStructBlock)
7333         * src/SDCCsymt.h
7334         * src/common.h
7335         * src/avr/gen.c (genAVRCode)
7336         * src/ds390/gen.c (gen390Code)
7337         * src/mcs51/gen.c (gen51Code)
7338         * src/pic/gen.c (genpic14Code)
7339         * src/pic/glue.c (pic14emitRegularMap, pic14emitStaticSeg, pic14emitOverlay, picglue)
7340         * src/xa51/gen.c (genXA51Code)
7341         * src/SDCCast.c: fixed "void foo(void){char c; -c < 0;}"
7342
7343 2003-03-22  Frieder Ferlemann <Frieder.Ferlemann AT web.de>
7344
7345         * src/mcs51/gen.c (genCodePointerGet): quicker code for bug #700797
7346         * src/mcs51/peeph.def: added rules 177, 241.x to 243, touched 181, 182.x, 193.x
7347
7348 2003-03-22    <johan AT balder>
7349
7350         * src/SDCCicode.c (geniCodeDerefPtr): fixed bug #698231
7351
7352 2003-03-21  Bernhard Held <bernhard AT bernhardheld.de>
7353
7354         * support/scripts/sdcc_mingw32: adapted to configure from autoconf 2.54
7355         * doc/cdbfileformat.lyx: added, written by Lenny Story
7356         * doc/Makefile: added cdbfileformat.lyx
7357         * doc/clean.mk: added cdbfileformat.lyx
7358
7359 2003-03-20  Bernhard Held <bernhard AT bernhardheld.de>
7360
7361         * src/mcs51/peeph.def: fix bug #705773
7362
7363 2003-03-20    <johan AT balder>
7364
7365         An sfr/sbit can have an "at #" AND an initializer
7366         * src/SDCCsymt.c (checkSClass):
7367         * src/SDCCmem.c (allocGlobal):
7368         * src/SDCCmem.c (allocLocal):
7369         * src/SDCCast.c (createBlock):
7370
7371 2003-03-17  Bernhard Held <bernhard AT bernhardheld.de>
7372
7373         * src/ds390/peeph.def: fix bug #704878: added rule 213.b suggested by Jan Rejlek
7374
7375 2003-03-16    <johan AT balder>
7376
7377         Undid the hackup of const and volatile, the problem is much bigger
7378         * src/SDCC.y:1.65
7379         * src/SDCCast.c:1.171
7380         * src/SDCCglue.c:1.138
7381         * src/SDCCicode.c:1.146
7382         * src/SDCCsymt.c:1.150
7383         * src/SDCCval.c:1.65
7384
7385 2003-03-15  Bernhard Held <bernhard AT bernhardheld.de>
7386
7387         * src/mcs51/ralloc.c (packRegsForAssign): fixed bug #703541
7388         * src/ds390/gen.c (genAddrOf): fixed bug #704087
7389
7390 2003-03-13    <johan AT balder>
7391
7392         Hackup const and volatile modifiers in type chains a bit:
7393         * src/SDCC.y:1.63
7394         * src/SDCCast.c:1.169
7395         * src/SDCCglue.c:1.136
7396         * src/SDCCicode.c:1.143
7397         * src/SDCCsymt.c1.146
7398         * src/SDCCsymt.h1.59
7399         * src/SDCCval.c:1.63
7400
7401 2003-03-12    <johan AT balder>
7402
7403         * src/SDCCBBlock.h: more LRH debugging junk
7404         * src/SDCCcflow.h: more LRH debugging junk
7405         * src/SDCCloop.c: more LRH debugging junk
7406         * src/SDCC.y (struct_declaration): fixed bug #697590
7407         * src/SDCCsymt.[hc] (cloneSpec): NEVER EVER use this again
7408         * src/ds390/gen.c (aopForRemat): fixed bug #700031
7409         * src/SDCCglue.c (emitStaticSeg): fixed bug #700797
7410
7411 2003-03-11 Kevin Vigor <kevin AT vigor.nu>
7412         * src/SDCCpeeph.c: quit being lazy and made proper fix (peephole
7413         test function names must now match exactly).
7414         * src/SDCCcse.c: added special case in findCheaperOp to allow
7415         extending a short integer. Makes less awful code for bug 700121 test case.
7416
7417 2003-03-11  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
7418
7419         * as/mcs51/lkmain.c: Added ASlink-Warning to messages
7420         * as/mcs51/lkaomf51.c: Fixed bug when linking asmblink example
7421
7422 2003-03-11 Kevin Vigor <kevin AT vigor.nu>
7423
7424         * src/SDCCpeeph.c: fix so that operandsNotEqualX functions are
7425         actually called (operandsNotEqual() was called for all
7426         operandsNotEqualX tests).
7427
7428 2003-03-11 Kevin Vigor <kevin AT vigor.nu>
7429
7430         * src/SDCCcse.c: fix findCheaperOp to prevent replacing int types
7431         with shorter literals. Fixes bug 700121.
7432
7433 2003-03-11    <johan AT balder>
7434
7435         * src/SDCCsymt.c (compareType): a (void *) can be assigned to any pointer
7436
7437 2003-03-11  Bernhard Held <bernhard AT bernhardheld.de>
7438
7439         * src/SDCCloop.c (mergeRegions): an evil beast is dead
7440         * src/SDCCmain.c (preProcess): minor cleanup: eliminate preOutName
7441
7442 2003-03-10  Borut Razem <borut.razem AT siol.net>
7443
7444         * src/SDCCmain.c: pipe preprocessor's output
7445         * support/Util/MySystem.c, support/Util/MySystem.h: added my_popen()
7446         * sdcc_vc_in.h: define pclose as _pclose for WIN32
7447         * src/SDCCglue.c, src/SDCCglue.h: added set pipeSet, added function closePipes,
7448         which closes all pipes in pipeSet set
7449         * src/SDCCset.c: free deleted item in function deleteSetItem()
7450         * src/src.dsp, src/z80/z80.dsp: files support/Util/BuildCmd.c and support/Util/MySystem.c
7451         moved from z80 to src subproject
7452         * .version: increased version number to 2.3.4
7453
7454 2003-03-10  Bernhard Held <bernhard AT bernhardheld.de>
7455
7456         * support/regression/ports/mcs51/spec.mk: increase timeout for CF's sparc to 30s
7457         * support/regression/ports/ds390/spec.mk: increase timeout for CF's sparc to 25s
7458         * support/regression/ports/xa51/spec.mk: fix typo
7459
7460 2003-03-09  Bernhard Held <bernhard AT bernhardheld.de>
7461
7462         * src/SDCCglobl.h: PATH_MAX is already defined in mingw32 headers
7463
7464 2003-03-09  Borut Razem <borut.razem AT siol.net>
7465
7466         * src/SDCCmain.c: pipe preprocessor's output
7467         * support/Util/MySystem.c, support/Util/MySystem.h: added my_popen()
7468         * sdcc_vc_in.h: define pclose as _pclose for WIN32
7469         * src/SDCCglue.c, src/SDCCglue.h: added set pipeSet, added function closePipes,
7470         which closes all pipes in pipeSet set
7471         * src/SDCCset.c: free deleted item in function deleteSetItem()
7472         * src/src.dsp, src/z80/z80.dsp: files support/Util/BuildCmd.c and support/Util/MySystem.c
7473         moved from z80 to src subproject
7474
7475 2003-03-09  Borut Razem <borut.razem AT siol.net>
7476
7477         * src/SDCCglue.c: re-implemented tempfilename() and tempfile(): using mkstemp() if available
7478         * src/SDCCsymt.h: fixed MSVC and BORLANDC compilation (included SDCCglobl.h instead srccconf.h)
7479         * sdcc_vc_in.h: explicitly undefined HAVE_MKSTEMP which is not available on BORLANDC and MSVC
7480         * src/SDCCset.h: removed inclusion of sdccconf.h or sdcc_vc.h
7481         * src/SDCCglobl.h: unification of WIN32 native definitions
7482
7483 2003-03-09  Frieder Ferlemann <Frieder.Ferlemann AT web.de>
7484
7485         * src/mcs51/gen.c: applied in-/dec patch mentioned on sdcc-devel 2003-03-01
7486
7487 2003-03-08  Bernhard Held <bernhard AT bernhardheld.de>
7488
7489         * src/configure.in:   check for endianess (even while cross-compiling)
7490         * src/configure:      check for endianess (even while cross-compiling)
7491         * src/configure_in.h: check for endianess (even while cross-compiling)
7492         * src/avr/gen.c:        remove old endianess stuff
7493         * src/mcs51/gen.c:      remove old endianess stuff
7494         * src/ds390/gen.c:      remove old endianess stuff
7495         * src/pic/gen.c:        remove old endianess stuff
7496         * src/pic/genarith.c:   remove old endianess stuff
7497         * src/pic/glue.c:       fix endianess check
7498         * src/pic16/gen.c:      remove old endianess stuff
7499         * src/pic16/genarith.c: remove old endianess stuff
7500         * src/pic16/glue.c:     fix endianess check
7501         * src/xa51/gen.c:       remove old endianess stuff
7502         * src/z80/gen.c:        fix endianess check
7503         * src/SDCCglue.c:       fix endianess check
7504         * src/ds390/peeph.def: fix bug 700036
7505
7506 2003-03-08  Bernhard Held <bernhard AT bernhardheld.de>
7507
7508         * src/SDCCsymt.h: use appropriate data-types on host for SDCC's int and long
7509         * src/configure: find appropriate data-types on host for SDCC's int and long
7510         * src/configure.in: find appropriate data-types on host for SDCC's int and long
7511         * src/sdccconf_in.h: find appropriate data-types on host for SDCC's int and long
7512         * src/xa51/gen.c: use %d, not %ld for 4 byte variables
7513
7514 2003-03-07    <johan AT balder>
7515
7516         Just a big NOOP:
7517                 some minor cleanups before the big shot
7518                 OP_DEFS and OP_USES now use Kevin's protection
7519                 new option --nolabelopt
7520
7521         * src/SDCCBBlock.c:
7522         * src/SDCCast.c,:
7523         * src/SDCCcflow.c:
7524         * src/SDCCcse.c:
7525         * src/SDCCicode.c:
7526         * src/SDCCicode.h:
7527         * src/SDCClabel.c:
7528         * src/SDCCloop.c:
7529         * src/SDCCmain.c:
7530         * src/ds390/ralloc.c:
7531         * src/mcs51/ralloc.c:
7532         * src/pic/ralloc.c:
7533         * src/xa51/ralloc.c:
7534         * src/z80/ralloc.c:
7535
7536 2003-03-06  Bernhard Held <bernhard AT bernhardheld.de>
7537
7538         * src/pic/pcode.c (get_op): fix 64 bit warnings
7539         * src/pic/pcode.c (pCode2str): fix 64 bit warnings
7540         * src/SDCChasht.c (newHashTable): fix 64 bit warnings
7541         * src/SDCCsymt.c (checkTypeSanity): fix 64 bit warnings
7542         * support/regression/tests/malloc.c: fix 64 bit warnings
7543
7544 2003-03-04  Bernhard Held <bernhard AT bernhardheld.de>
7545
7546         * src/mcs51/gen.c (genMinus): fixed bug 696436
7547
7548 2003-03-02  Borut Razem <borut.razem AT siol.net>
7549
7550         * src/SDCCmain.c: added BORLANDC, corrected MSVC in printVersionInfo()
7551
7552 2003-02-26  Bernhard Held <bernhard AT bernhardheld.de>
7553
7554         * configure.in: test for mkstemp
7555         * sdccconf_in.h: add HAVE_MKSTEMP
7556
7557 2003-02-24  Bernhard Held <bernhard AT bernhardheld.de>
7558
7559         * device/include/ctype.h: removed warning while using --stack-auto
7560         * device/include/malloc.h: removed warning while using --stack-auto
7561         * device/include/string.h: removed warning while using --stack-auto
7562
7563 2003-02-23  Borut Razem <borut.razem AT siol.net>
7564
7565         * src/asm.h: corrected assertion in function printILine(): _pipe() was not executed on MSVC,
7566         because NDEBUG is defined (see man assert)
7567         * sdcc_vc_in.h: vsnprintf is defined as _vsnprintf on MSVC
7568
7569 2003-02-23  Frieder Ferlemann <Frieder.Ferlemann AT web.de>
7570
7571         * src/mcs51/gen.c (genUminusFloat): avoided dptr in-/decrement for xdata variables
7572         * src/mcs51/peeph.def: added rule suggested by Gernot Fink, white space/comment changes
7573
7574 2003-02-18  Frieder Ferlemann <Frieder.Ferlemann AT web.de>
7575
7576         * src/SDCCpeeph.c: added peephole conditions testing for same arguments
7577         * src/mcs51/peeph.def: added rules 238a-d which remove redundant moves
7578
7579 2003-02-18    <johan AT balder>
7580
7581         * as/mcs51/asmain.c (asmbl): module can start with a digit
7582         * as/z80/asmain.c (asmbl): module can start with a digit
7583
7584 2003-02-16  Bernhard Held <bernhard AT bernhardheld.de>
7585
7586         * sim/ucsim/mkecho: inserted #!/bin/sh for Cygwin, so that it's executable
7587         * src/asm.c: fix pipe() for Mingw32
7588
7589 2003-02-15  Bernhard Held <bernhard AT bernhardheld.de>
7590
7591         * src/SDCCglue.h: make tmpfileNameSet available for preOutName
7592         * src/SDCCmain.c (preProcess): make sure, that preOutName will be deleted;
7593         make -V work again; --c1mode reads now from stdin
7594         * doc/sdccman.lyx: added --c1mode
7595         * support/Util/SDCCerr.c: new messages for c1 mode
7596         * support/Util/SDCCerr.h: new messages for c1 mode
7597         * src/SDCC.lex (checkCurrFile): test if fullSrcFileName is NULL for c1mode
7598
7599 2003-02-15    <johan AT balder>
7600
7601         * src/asm.c: new options: --no-c-code-in-asm and --i-code-in-asm
7602
7603 2003-02-14  Bernhard Held <bernhard AT bernhardheld.de>
7604
7605         * doc/sdccman.lyx: Environment variables, -o and other minor things
7606
7607 2003-02-14    <johan AT balder>
7608
7609         * src/xa51/main.c: before anyone really tries to use it :)
7610
7611         * Install doc's in share/sdcc/doc
7612         * removed some obsolete files
7613         * Do a proper make distclean and uninstall
7614         M Makefile.common.in
7615         R sdccbuild.sh
7616         M as/Makefile
7617         M device/include/Makefile.in
7618         M device/lib/Makefile.in
7619         M doc/sdccman.lyx
7620         M link/Makefile
7621         M sim/ucsim/doc/Makefile.in
7622         M src/clean.mk
7623         R src/avr/peeph.rul
7624         R src/xa51/peeph.rul
7625         M support/cpp2/Makefile.in
7626         M support/makebin/Makefile
7627
7628
7629 2003-02-13  Bernhard Held <bernhard AT bernhardheld.de>
7630
7631         * support/regression/ports/host/spec.mk: use cc as host compiler for max osx
7632
7633 2003-02-10  Borut Razem <borut.razem AT siol.net>
7634
7635         * doc/bccinst.txt, packihx/packihx.c, sdcc_vc_in.h, src/SDCCset.h,
7636         support/cpp2/config.in: Borland C++ build doesn't depend on Cygwin configure
7637         * Bcc.ini, Makefile.bcc, as/mcs51/Makefile.bcc,
7638         device/examples/ds390/tinitalk/Makefile.bcc, packihx/Makefile.bcc,
7639         support/cpp2/Makefile.bcc, src/Makefile.bcc, src/avr/Makefile.bcc,
7640         src/ds390/Makefile.bcc, src/izt/Makefile.bcc, src/mcs51/Makefile.bcc,
7641         src/pic/Makefile.bcc, src/pic16/Makefile.bcc, src/xa15/Makefile.bcc,
7642         src/z80/Makefile.bcc: Borland Makefile cleanup
7643         * as/z80/Makefile.bcc: Added Borland Makefile
7644         * support/cpp2/borland.h: Removed
7645
7646 2003-02-10  Bernhard Held <bernhard AT bernhardheld.de>
7647
7648         * doc/sdccman.lyx: new pragma NOIV by "Johannes Stezenbach" <js AT convergence.de>
7649         * src/SDCC.lex: new pragma NOIV
7650         * src/SDCCglobl.h: new pragma NOIV
7651         * src/SDCCmem.c: new pragma NOIV
7652
7653 2003-02-09  Bernhard Held <bernhard AT bernhardheld.de>
7654
7655         * src/SDCCmain.c: signal handling is switched off by SDCC_LEAVE_SIGNALS
7656
7657 2003-02-09  Bernhard Held <bernhard AT bernhardheld.de>
7658
7659         * src/SDCCmain.c: signal handling is switched off by --debug
7660         * doc/Makefile: small fix for install; use clean.mk again
7661         * doc/clean.mk: clean *.pdf and *.html too
7662
7663 2003-02-08  Bernhard Held <bernhard AT bernhardheld.de>
7664
7665         * device/lib/_mulint.c: small fix for large/ds390 --int-long-reent resp. --stack-auto
7666         * device/lib/printfl.c: fix a ds390 bug by making it portable
7667         * src/SDCCsymt.c (initCSupport): fix compile warning on Cygwin
7668         * src/SDCCopt.c (cnvToFloatCast): fix compile warning on Cygwin
7669         * src/SDCCopt.c (cnvFromFloatCast): fix compile warning on Cygwin
7670         * debugger/mcs51/cmd.c: converted multi-line string literals
7671         * sim/ucsim/globals.cc: converted multi-line string literals
7672         * src/SDCCmain.c: introduced signal handler to remove temp files
7673         * doc/Makefile: small tweaks, implement clean
7674         * doc: removed generated files
7675
7676 2003-02-05  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
7677
7678         * as/mcs51/aslink.h, as/mcs51/lkihx.c, as/mcs51/lkrloc.c:  Applied
7679         patch from Jan Rejlek <jr AT apex-lib.cz> to fix Bug 677692: "Extended
7680         Address Record is not correctly generated for DS390."
7681
7682 2003-02-02  Borut Razem <borut.razem AT siol.net>
7683
7684         * Makefile.bcc: removed non existing cpp project and non compilable izt project from makefile
7685         * as/mcs51/asm.h: fixed compilation with Borland C
7686         * support/cpp2/Makefile.bcc: added rule to generate auto-host.h
7687         * support/cpp2/auto-host_vc_in.h: fixed compilation with Borland C
7688         * src/mcs51/mcs51a.dsp: corrected misspelled project name from msc51a to mcs51a
7689         * src/avr/Makefile.bcc, src/ds390/Makefile.bcc, src/izt/Makefile.bcc,
7690         src/mcs51/Makefile.bcc, src/pic16/Makefile.bcc, src/xa51/Makefile.bcc,
7691         src/z80/Makefile.bcc: delete $(LIB) only if exist
7692         * src/Makefile.bcc, src/pic/Makefile.bcc:  fixed compilation with Borland C
7693
7694 2003-02-02  Bernhard Held <bernhard AT bernhardheld.de>
7695
7696         * device/include/malloc.h: introduced NULL
7697         * device/include/string.h: introduced NULL
7698         * device/include/stdlib.h: introduced NULL
7699         * device/lib/_memcpy.c: removed NULL
7700         * device/lib/_strcat.c: removed NULL
7701         * device/lib/_strchr.c: removed NULL
7702         * device/lib/_strcmp.c: removed NULL
7703         * device/lib/_strcpy.c: removed NULL
7704         * device/lib/_strcspn.c: removed NULL
7705         * device/lib/_strlen.c: removed NULL
7706         * device/lib/_strncat.c: removed NULL
7707         * device/lib/_strncmp.c: removed NULL
7708         * device/lib/_strncpy.c: removed NULL
7709         * device/lib/_strpbrk.c: removed NULL
7710         * device/lib/_strrchr.c: removed NULL
7711         * device/lib/_strspn.c: removed NULL
7712         * device/lib/_strstr.c: removed NULL
7713         * device/lib/_strtok.c: removed NULL
7714         * device/lib/malloc.c: removed NULL, include own header
7715
7716 2003-02-02    <johan AT balder>
7717
7718         * 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
7719         * support/regression/fwk/lib/testfwk.c: div and mod isn't broken anymore
7720         * regressions ds390/spec.mk and mcs51/spec.mk (timeout): my good old balder isn't fast enough for some tests
7721         * src/z80/gen.c (genZ80Code): added c-lines in asm comments
7722         * as/z80/asm.h (NINPUT): increased for long c-comments in regression tests
7723         * src/z80/gen.c (genRightShiftLiteral): fixed the (char)(-3)>>8 (I think)
7724
7725 2003-02-01  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
7726
7727         * src/SDCCmain.c: Fixed bug 678574: "ds390: ASlink-Error-Stack overlaps
7728         area 'DATA'"
7729
7730 2003-02-01    <johan AT balder>
7731
7732         * src/SDCCval.c (valBitwise): fixed Karl's "2 | (1<<8)"
7733
7734 2003-01-31    <johan AT CP255758-A>
7735
7736         * src/ds390/main.c (_ds390_genAssemblerPreamble): applied Jan Rejlek's >64K startup patch
7737
7738 2003-01-30    <johan AT balder>
7739
7740         * src/SDCCBBlock.c: automatic bug detection
7741         * src/SDCCicode.c: automatic bug detection
7742
7743 2003-01-29  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
7744
7745         * src/SDCCglobl.h:   now --xram-size 0 works
7746         * src/SDCCmain.c:    now --xram-size 0 works
7747
7748 2003-01-29    <johan AT balder>
7749
7750         * src/almosteverything: changed OP_DEFS and OP_USES from macros to functions to catch symbol abuse (a hot topic in the bug list :)
7751
7752 2003-01-29  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
7753
7754         * as/mcs51/aslink.h: Added options --xram-size and --code-size
7755         * as/mcs51/lkdata.c: Added options --xram-size and --code-size
7756         * as/mcs51/lkmain.c: Added options --xram-size and --code-size
7757         * as/mcs51/lkmem.c:  Added options --xram-size and --code-size
7758         * src/SDCCglobl.h:   Added options --xram-size and --code-size
7759         * src/SDCCmain.c:    Added options --xram-size and --code-size
7760
7761 2003-01-28  Bernhard Held <bernhard AT bernhardheld.de>
7762
7763         * src/ds390/gen.c: fix deps by replacing <common.h> with "common.h"
7764         * src/SDCC.lex: rename P_OVERLAY to P_OVERLAY_ for cross-gcc 3.2 MINGW32
7765
7766 2003-01-27    <johan AT balder>
7767
7768         * src/SDCC.y: fixed bug #613764
7769
7770 2003-01-26    <johan AT balder>
7771
7772         * src/SDCClrange.c:  fixed Bernhard's "char * code ptr = &c"
7773         * src/SDCCsymt.h: fixed bug #673374
7774         * src/SDCCglue.c: fixed bug #661910
7775         * src/SDCCast.c: fixed bug #458099 and 673374
7776
7777 2003-01-26  Bernhard Held <bernhard AT bernhardheld.de>
7778
7779         * as/mcs51/strcmpi.c: added, provides Aurelien Jarno's as_strcmpi(); strcmpi() is not ANSI
7780         * as/mcs51/strcmpi.h: added
7781         * as/mcs51/asm.h: remove ugly "#define strcmpi strcmp"
7782         * as/mcs51/aslink.h: remove ugly "#define strcmpi strcmp"
7783         * as/mcs51/asmain.c: strcmpi -> as_strcmpi
7784         * as/mcs51/assym.c: strcmpi -> as_strcmpi
7785         * as/mcs51/lkmem.c: strcmpi -> as_strcmpi
7786         * as/mcs51/lknoice.c: strcmpi -> as_strcmpi
7787         * as/mcs51/lksym.c: strcmpi -> as_strcmpi
7788         * as/mcs51/Makefile.aslink: new module strcmpi
7789         * as/mcs51/Makefile.asx8051: new module strcmpi
7790         * as/mcs51/Makefil.bcc: new module strcmpi
7791         * as/mcs51/Makefile.in: new module strcmpi
7792         * sim/ucsim/s51.src/uc390.cc (get_mem_size): make RAM big enough for tinibios
7793
7794 2003-01-26    <johan AT balder>
7795
7796         * src/SDCCglue.c: reverted back to 1.124
7797         * src/SDCCast.c: reverted back to 1.156
7798         * src/mcs51/gen.c (aopGet): applied Frieder's efficiency patch
7799
7800 2003-01-25    <johan AT balder>
7801
7802         * src/SDCCglue.c: A better fix for bug #661910
7803         * src/SDCCast.c: A better fix for bug #661910
7804         * src/SDCCglue.c (emitRegularMap): That was a little too efficient
7805
7806 2003-01-24  Bernhard Held <bernhard AT bernhardheld.de>
7807
7808         * src/Makefile.in: remove spawn.o
7809         * src/SDCCmain.c: remove spawn.h
7810         * src/SDCCmain.c (printVersionInfo): report MINGW32 instead of UNIX
7811         * src/spawn.c: removed
7812         * src/spawn.h: removed
7813         * support/regression/ports/ds390/spec.mk: link with -r
7814
7815 2003-01-24    <johan AT CP255758-A>
7816
7817         * src/ds390/gen.c (aopOp): fixed bug #667458
7818         * src/SDCCglue.c (emitRegularMap): fixed bug #458099 again
7819         * src/SDCCast.c (createIvalCharPtr): fixed bug #661910
7820         (createIvalCharPtr): an ival doesn't always have a storage class anymore
7821
7822 2003-01-24  Bernhard Held <bernhard AT bernhardheld.de>
7823
7824         * src/mcs51/peeph.def: better assembler identation by Frieder
7825         * src/mcs51/gen.c: better assembler identation by Frieder
7826
7827 2003-01-22  Bernhard Held <bernhard AT bernhardheld.de>
7828
7829         * as/z80/string.h: removed for gcc 3.2
7830         * support/makebin/makebin.c: #include <string.h> for gcc 3.2
7831         * src/pic/pcode.c (get_op_from_instruction): fix concatenation of string literals with __FUNCTION__ for gcc 3.2
7832
7833 2003-01-19  Bernhard Held <bernhard AT bernhardheld.de>
7834
7835         * src/SDCCmain.c (linkEdit): rename mem and map files even in case of failure
7836         * src/SDCCpeeph.c (replaceRule): fix bug #663503
7837         * support/regression/Makefile: separate temp files for ports
7838         * support/regression/generate-cases.py: separate temp files for ports
7839         * src/mcs51/peeph.def: Frieder: removed 237 (obsolete by 236g and 105); added 237 a/b
7840         * src/ds390/peeph.def: Frieder: removed 237 (obsolete by 236g and 105); added 237 a/b
7841
7842 2003-01-19  Bernhard Held <bernhard AT bernhardheld.de>
7843
7844         * moved tinitalk to device/examples/ds390
7845
7846 2003-01-14  Bernhard Held <bernhard AT bernhardheld.de>
7847
7848         * as/mcs51/lkmem.c: rflag is for DS390
7849         * src/SDCCglobl.h: removed out_name and options stackOnData, genericPtr
7850         * src/SDCCmain.c (optionsTable, setDefaultOptions): removed --stack-after-data and --generic
7851                          (linkEdit): move mem- and map-files the same way as ihx-files
7852         * src/z80/main.c (_setDefaultOptions): removed --generic
7853         * src/SDCCmain.c (_processC1Arg, parseCmdLine, main): --c1mode works again
7854         * src/SDCCglue.c (createInterruptVect, glue): --c1mode works again
7855         * src/pic/glue.c (picglue): --c1mode works again
7856         * src/pic16/glue.c (pic16glue): --c1mode works again
7857         * src/asm.c (printCLine): fix #660034
7858
7859 2003-01-13  Bernhard Held <bernhard AT bernhardheld.de>
7860
7861         * src/ds390/peeph.def: fix #123; add 14 rules by Fiorenzo D. Ramaglia <fd.ramaglia AT tin.it>, 1 by Frieder
7862         * src/mcs51/peeph.def: fix #123; add 14 rules by Fiorenzo, 1 by Frieder
7863         * src/mcs51/gen.c (genFunction): emit r0 instead of ar0 by Fiorenzo
7864         * as/mcs51/lkmem (summary): better fix for sp problem
7865         * src/SDCCglue.c (glue): __start_stack - 1, saves 1 byte!
7866         * src/ds390/main.c (_ds390_finaliseOptions, _tininative_finaliseOptions): stack_loc = 0x400008
7867         * support/regression/ports/*/spec.mk: moving testfwk-object to port dir allow parallel execution of regression tests
7868                                               remove --stack-after-data
7869
7870 2003-01-12  Bernhard Held <bernhard AT bernhardheld.de>
7871
7872         * src/SDCCmain.c (main): port->finaliseOptions() moved for z80 linking
7873         * src/SDCCutil.c (join): ugly bug: missing '\0'
7874         * as/mcs51/lkmem.c (summary): sp on address 7 is safe
7875
7876 2003-01-11  Bernhard Held <bernhard AT bernhardheld.de>
7877
7878         * src/SDCCmain.c (assemble, linkEdit): preparations for -o
7879         * src/port.h: typo
7880         * src/pic/main.c (_asmCmd): gpasm supports -o
7881         * src/z80/main.c: more general macros
7882         * device/lib/Makefile.in: remove intermediate files
7883
7884 2003-01-11  Bernhard Held <bernhard AT bernhardheld.de>
7885
7886         * .version: Bumped version number to 2.3.3
7887         * src/SDCCBBlock.c: new option -o
7888         * src/SDCCglobl.h: new option -o
7889         * src/SDCCglue.c: new option -o
7890         * src/SDCCmain.c: new option -o
7891         * src/asm.c: new option -o
7892         * src/ds390/main.c: new option -o
7893         * src/pic/glue.c: new option -o
7894         * src/pic/pcode.c: new option -o
7895         * src/pic/ralloc.c: new option -o
7896         * src/pic16/glue.c: new option -o
7897         * src/pic16/pcode.c: new option -o
7898         * src/pic16/ralloc.c: new option -o
7899         * src/z80/main.c: new option -o
7900         * device/lib/Makefile.in: use -o
7901         * support/regression/ports/ds390/spec.mk: use -o
7902         * support/regression/ports/gbz80/spec.mk: use -o
7903         * support/regression/ports/mcs51/spec.mk: use -o
7904         * support/regression/ports/mcs51-stack-auto/spec.mk: use -o
7905         * support/regression/ports/z80/spec.mk: use -o
7906         * support/regression/ports/ucz80/spec.mk: use -o
7907         * support/regression/ports/xa51/spec.mk: use -o
7908         * support/regression/fwk/lib/timeout.c: fix usage string
7909
7910 2003-01-09  Bernhard Held <bernhard AT bernhardheld.de>
7911         * src/mcs51/gen.c (genPlus): replaced "mov b,acc" by "mov b,a" Fiorenzo D. Ramaglia <fd.ramaglia AT tin.it>
7912
7913 2003-01-07    <johan AT balder>
7914
7915         * src/SDCCast.c (decorateType): fixed bug #600035
7916
7917 2003-01-07  Bernhard Held <bernhard AT bernhardheld.de>
7918         * as/mcs51/lkmem.c: added several l-modifiers to printf to remove warnings
7919         * as/mcs51/lkaomf51.c: #include <ctype.h> to remove warnings
7920         * src/pic/main.c (_hasNativeMulFor): outcommented unused variables to remove warnings
7921         * src/pic/pcode.c: outcommented unused variable to remove warnings
7922         * src/pic/ralloc.c: outcommented unused variable to remove warnings
7923
7924 2003-01-06    <karl AT turbobit.com>
7925         * sim/ucsim/cmd.src/command.cc: fixed so "break xram r 0x7654" works again in
7926    regression tests.
7927
7928 2003-01-06    <johan AT balder>
7929
7930         * src/SDCCicode.c: fixed array add
7931
7932 2002-01-05  Bernhard Held <bernhard AT bernhardheld.de>
7933         * src/SDCCmacro.c: MAX_STRING_LENGTH increased to 2048; was too small for regression tests
7934         * support/regression/ports/host/support.c: #include <stdarg.h> for gcc 3.2
7935
7936 2003-01-04    <johan AT balder>
7937
7938         * src/SDCCval.c (getNelements): fixed the initialized array of structures
7939
7940 2002-12-29  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
7941         * as/mcs51/Makefile.bcc: fixed typo lkomf51.o -> lkaomf51.o
7942
7943 2002-12-28  Bernhard Held <bernhard AT bernhardheld.de>
7944         * src/mcs51/peeph.def: added rules 234 and 235 from Frieder Ferlemann <frieder.ferlemann AT web.de>
7945         * support/regression/tests/bug-524697.c: fit mem usage into 8032
7946
7947 2002-12-28  Bernhard Held <bernhard AT bernhardheld.de>
7948         * src/mcs51/gen.c (aopGetUsesAcc): inserted missing "return FALSE"
7949
7950 2002-12-27  Bernhard Held <bernhard AT bernhardheld.de>
7951         * as/mcs51/Makefile.in: fixed typo lkomf51.o -> lkaomf51.o
7952
7953 2002-12-26  Bernhard Held <bernhard AT bernhardheld.de>
7954         * src/mcs51/main.c: removed {bindir}{sep} from aslink
7955
7956 2002-12-10  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
7957
7958     * in \sdcc\as\mcs51\ changed these files in order to create an
7959     aomf51 file: aslink.h, lkdta.c, lklex.c, lklibr.c, lklist.c,
7960     lkmain.c.  Also added: lkmem.c and lkaomf51.c.  Changed the
7961     following files to include the previous two files: aslink.dsp,
7962     Makefile.aslink, Makefile.bcc, and Makefile.in.
7963
7964     * Changed \sdcc\src\SDCCmain.c so it creates files with extension
7965     .adb instead of .cdb
7966
7967 2002-11-09  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
7968
7969         * \sdcc\as\mcs51\lklist.c: Now reports memory usage using the
7970         value from option --iram-size.
7971
7972 2002-09-20  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
7973
7974         * \sdcc\as\mcs51\lklist.c: added boundary check before using
7975         dram[] array.
7976
7977 2002-09-18    <wiml AT hhhh.org>
7978
7979         * SDCClrange.h: exposed setFromRange() and setToRange()
7980         * mcs51/ralloc.c: fixed over-eager packRegsForSupport() and
7981           packRegsForAccUse() (bug 542397)
7982         * mcs51/gen.c: MOVA() is now a function to avoid calling aopGet()
7983           multiple times and emitting the fetch operations more than once
7984           added aopGetUsesAcc() function to allow binary operators to
7985           fetch their operands in the correct order; made genMinus() emit
7986           compact code for X = LITERAL - Y
7987
7988 2002-09-00  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
7989         * \sdcc\as\mcs51\lklist.c: Fixed incorrect number of parameters to
7990         sprintf() in line 1267.
7991
7992 2002-09-08  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
7993         * \sdcc\src\SDCCglue.c: Generate areas REG_BANK_[0-3] only for 8051
7994         like ports.
7995
7996 2002-09-04  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
7997         Changes to aslink (All the changes are marked with 'JCF'):
7998
7999         * \sdcc\as\mcs51\aslink.h: External definition of sflag and
8000         summary().
8001
8002         * \sdcc\as\mcs51\lkarea.c: Computes the size of area BSEG_BYTES from
8003         area BSEG.  Also moves, if possible, the DATA area down into the internal
8004         ram so more space is available.
8005
8006         * \sdcc\as\mcs51\lkdata.c: Definition of memory summary output flag
8007         sflag.
8008
8009         * \sdcc\as\mcs51\lklist.c: For the BSEG area report the size in bits,
8010         not bytes.  Function summary() which creates a memory usage summary
8011         file with extension .mem.  Reports of overlaping stack and small stack
8012         size.  If the space for the stack is less than 16 bytes aslink trows a
8013         warning.
8014
8015         * \sdcc\as\mcs51\lkmain.c: Creation of some of the default areas for
8016         the 8051.  Option 'y' for memory summary output file.
8017
8018         Changes to sdcc (All the changes are marked with 'JCF'):
8019
8020         * \sdcc\src\SDCCglobl.h: External definition of RegBankUsed[4].
8021
8022         * \sdcc\src\SDCCglue.c:  If a register bank is used, creates an
8023         overlaying area for it (uses RegBankUsed[4]).
8024
8025         * \sdcc\src\SDCCmain.c: Definition RegBankUsed[4]; marks register
8026         bank zero as used by default.  By default aslink locates the stack
8027         (equivalent to --stack-after-data).  Pass option 'y' to aslink for
8028         the creation of the .mem file.  Delegates the allocation of data area
8029         to aslink (it is not longer 0x30 by default).  If --stack-loc passes
8030         the begining of the stack area to aslink.
8031
8032         * \sdcc\src\SDCCmem.c:  If a register bank is used, marks it so
8033         glue() in SDCCglue.c creates an area for it.
8034
8035 2002-09-03  Borut Razem <borut.razem AT siol.net>
8036         * sdcc/src/SDCCglue.c, sdcc/src/SDCCglue.h, sdcc/src/SDCCmain.c,
8037         sdcc/src/pic/glue.c:
8038         introduced atexit() handler for teporay files removal in case of
8039         errors, assertions, ...
8040
8041 2002-08-29  Borut Razem <borut.razem AT siol.net>
8042         * sdcc/support/cpp2/auto-host_vc_in.h:
8043         re-definition of O_BINARY and other O_XXX as _O_BINARY and _O_XXX, so the problem
8044         with the returned value from read() in sdcc/support/cpp2/cppfiles.c is solved for MSC.
8045         Maybe there is a similar problem with BORLANDC? It should be checked!
8046
8047         * sdcc/src/ds390/ralloc.c, sdcc/src/mcs51/ralloc.c, sdcc/src/z80/ralloc.c:
8048         corrected improper use of assert: the assignment to clr variable was done inside the assert.
8049         In case that NDEBUG was defined, the assert macro was substituted with no-op, so the assignment
8050         was not executed, and the compiler (cl) launched a warning:
8051         ralloc.c(1442) : warning C4700: local variable 'clr' used without having been initialized
8052
8053 2002-08-28  Bernhard Held <bernhard AT bernhardheld.de>
8054         * src/SDCCglue.c (printIvalArray): iterative calculation of array length
8055
8056 2002-08-28  Jesus Calvino-Fraga and Borut Razem <borut.razem AT siol.net>
8057         * sdcc/sdcc.dsw: added sdcpp, sdcppa, yacc, conf projects
8058
8059         * sdcc/src/src.dsp, sdcc/src/avr/avr.dsp, sdcc/src/ds390/ds390.dsp,
8060           sdcc/src/mcs51/mcs51.dsp, sdcc/src/pic/pic.dsp, sdcc/src/z80/z80.dsp,
8061           sdcc/src/xa51/xa51.dsp, sdcc/src/avr/avra.dsp,
8062           sdcc/src/ds390/ds390a.dsp, sdcc/src/mcs51/mcs51a.dsp,
8063           sdcc/src/pic/pica.dsp, sdcc/src/z80/z80a.dsp,
8064           sdcc/src/xa51/xa51a.dsp, sdcc/as/as_z80.dsp,
8065           sdcc/as/aslink.dsp, sdcc/as/asx8051.dsp, sdcc/packihx/packihx.dsp:
8066         - added Release configuration in VS projects
8067         - review of compiler an linker options
8068         - VC .exe files are generated in bin_vc directory, not to interfere
8069           with binaries generated from other projects (cygwin, mingw, bcc ...)
8070
8071         * sdcc/src/yacc.dsp: added
8072
8073         * sdcc/config.dsp, sdcc/configure_vc.awk, sdcc/sdcc_vc_in.h:
8074         added - genarate sdcc_vc.h using sdcc_vc_in.h as template
8075         and insert the version number definitions from .version
8076
8077         * sdcc/support/cpp2/sdcpp.dsp: added - VC project for sdcpp
8078
8079         * sdcc/support/cpp2/sdcppa.dsp, sdcc/support/cpp2/auto-host_vc_in.h:
8080         added - genarate auto-host.h using auto-host_vc_in.h as template
8081
8082         * sdcc/sdcc_vc.h,
8083         removed from CVS, generated automatically
8084
8085 2002-08-25  Bernhard Held <bernhard AT bernhardheld.de>
8086         * support/scripts/inc2h.pl: use gputils or gpasm (from Nathan Hurst)
8087
8088 2002-08-11  Borut Razem <borut.razem AT siol.net>
8089         * support/Util/NewAlloc.c: removed unneeded #include "sdccconf.h" (suggested by Jesus Calvino-Fraga)
8090
8091 2002-08-10  Borut Razem <borut.razem AT siol.net>
8092         * src/SDCCmain.c (main):
8093         file preOutName was unlinked before closed. This seems to be OK on UNIX and cygwin
8094         platforms, but it doesn't work with Visual Studio: the opened file can not be removed.
8095         The consequence was that some temporary files were not removed.
8096
8097         * src/SDCCglue.c:
8098         unification of code in functions tempfilename() and tempfile():
8099         function tempnam() is defined in Visual Studio 6.0 and .NET
8100
8101         * sdcc/sdcc.dsw: removed project sdcpp, added project xa51a
8102
8103         * sdcc/src/src.dsp, sdcc/src/avr/avr.dsp, sdcc/src/ds390/ds390.dsp,
8104           sdcc/src/mcs51/mcs51.dsp, sdcc/src/pic/pic.dsp, sdcc/src/z80/z80.dsp:
8105         - removed compiler command line option /WX: Treats all warnings as errors
8106         - update a list of source files, included into the project
8107
8108         * sdcc/src/avr/avra.dsp, sdcc/src/ds390/ds390a.dsp, sdcc/src/mcs51/mcs51a.dsp,
8109           sdcc/src/pic/pica.dsp, sdcc/src/z80/z80a.dsp:
8110         changed project type to Generic Project so that can be correcly converted to VS.NET project
8111
8112         * sdcc/as/mcs51/asm.h: definition of PATH_MAX for MSC
8113
8114         * sdcc/src/SDCCast.c: solved MSC error in function decorateType()
8115
8116         * sdcc/src/SDCC.y: added missing ending ';' to rules to get rid of bison warnings
8117
8118         * dcc/src/ds390/ralloc.c, sdcc/src/mcs51/ralloc.c:
8119         added return 0 statements after assert() to make compiler happy
8120
8121         * sdcc/src/xa51/peeph.rul, sdcc/src/xa51/peeph.def, sdcc/src/z80/ralloc.c:
8122         added newline in the def file to keep MSC compiler satisfied
8123
8124         * sdcc/src/z80/gen.c:
8125         - function strcasecmp() is not defined in MSC (and probably also in BORLANDC),
8126           so it is replaced with STRCASECMP, which is defined as stricmp in case of MSC and BORLANDC
8127         - solved MSC error in function aopDump()
8128
8129         * sdcc_vc.h: define PREFIX as "\\sdcc"
8130
8131 2002-07-18  Bernhard Held <bernhard AT bernhardheld.de>
8132         * src/SDCCast.c (decorateType): fixed access to array of structures http://sourceforge.net/mailarchive/forum.php?thread_id=902690&forum_id=4107
8133
8134 2002-06-22  Scott Dattalo <scott AT dattalo.com>
8135         * src/pic/*: Numerous bug fixes. Flow analysis has been enhanced.
8136         - Rewrote the register banking algorithm.
8137         - Added pCode live-range analysis to registers (for now, only non-used and
8138         singly-used registers optimized away)
8139
8140         * src/pic/pcoderegs.[ch]: Added new files for pCode live-range analysis
8141
8142         * 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.
8143
8144 2002-05-10  Scott Dattalo <scott AT dattalo.com>
8145         * src/pic/*: Added support for multiplication. Fixed many,many bugs.
8146
8147 2002-04-22  Michael Hope  <michaelh AT vroom>
8148
8149         * device/lib/z80/printf.c: Changed emitter to volatile to work around a pcall bug.
8150
8151         * configure.in (DD_COPT): Added include support required for gbdk.
8152
8153         * .version: Bumped version number just to increase it.
8154
8155         * src/SDCCmain.c: Added -nostdinc to the default options.
8156
8157 2002-04-15  Michael Hope  <michaelh AT vroom>
8158
8159         * device/lib/z80/printf.c (sprintf): Added.
8160
8161         * src/z80/ralloc.c (packRegisters): Disabled pack HL use for GB as it's broken.
8162
8163         * src/z80/peeph.def: Added transpose redundent load rule.
8164
8165         * src/z80/main.c: Added force callee saves for jaune.
8166
8167         * src/port.h: Removed the i186 and tlcs-900h ports as they weren't being being developed.
8168
8169         * src/SDCCmain.c: Pulled the options definition out so that you can add port specific options without changing the main file.
8170
8171 2002-03-28  Johan Knol  <johan AT balder>
8172
8173         * src/SDCCval.c: fixed bug #532436
8174
8175 2002-03-14  Scott Dattalo <scott AT dattalo.com>
8176         * /src/port.h:
8177         Added "char *Processor" field to the port structure.
8178
8179         * /src/SDCCmain.c:
8180         Added -p option. Allows port dependent processor to be specified.
8181
8182         * all ports:
8183         Initialized the new field char *Processor field to NULL in all ports
8184
8185         * /src/pic/*:
8186         Compiler generated registers for interrupt context saving
8187         were not getting allocated.
8188
8189 2002-03-16  Sandeep Dutta  <sandeep AT ddi.com>
8190
8191         * /src/SDCCast.c:
8192         Fixed left shift. Will promote the left side of a left shift
8193         if a) left shifting more than size of operand or b) when assigned
8194         to something size > size of left side
8195
8196 2002-03-14  Scott Dattalo <scott AT dattalo.com>
8197         * src/pic/*
8198         tons of changes. Register allocation has been
8199         rewritten. Added customization for the various PICs. Flow
8200         analysis is restructured. ...
8201
8202         * src/pic/device.h:
8203         Added
8204
8205         * src/pic/device.c:
8206         Added. device.c is a PIC port hack to accomodate variations
8207         in PIC devices.
8208
8209 2002-03-13  Michael Hope  <michaelh AT vroom>
8210
8211         * src/z80/gen.c (genGenPointerGet): Fixed a bug where a pointer in HL is dereferenced into HL but HL is not spilled.  Yeah.
8212
8213 2002-03-04  johanknol  <johanknol AT manik>
8214
8215         * /src/SDCCval.c: fixed
8216
8217         const unsigned char arr[][2] = { { 0, 1 } };
8218         t18.c:1: error: Initializer element is not constant
8219
8220 2002-03-04  bela  <bela AT manik>
8221
8222         * /device/include/mcs51reg.h:
8223         ds89c420 register definition update
8224
8225 2002-03-03    <johan AT FRIJA>
8226
8227         * support/Util/SDCCerr.c: did something, but don't no why anymore
8228
8229         * support/regression/tests/bug-524691.c: made it a little less shy
8230
8231         * src/SDCCast.c (decorateType): fixed bug #524697
8232
8233         * src/SDCCast.c: made some lineno improvements
8234
8235         * src/SDCCval.c (getNelements): changed warning to error
8236
8237         * src/SDCCglue.c (printIvalArray): changed warning to error
8238
8239         * src/SDCCicode.c: fixed a warning for mingw
8240
8241         * src/SDCCast.c (decorateType): fixed the << promotion for ops
8242
8243         * src/SDCCicode.c (geniCodeDivision): divide is shift only for unsigned (bug #524685)
8244
8245 2002-03-02  Sandeep Dutta  <sandeep AT ddi.com>
8246
8247         * src/ds390/peeph.def:
8248         Added some more peephole rules
8249
8250         * src/ds390/gen.c: Various fixes & enhancements
8251
8252         * src/SDCClrange.c, src/SDCClrange.h:
8253         functions "alldefsoutofrange" and "notusedinblock" moved to SDCClrange.c
8254
8255         * src/ds390/ralloc.c:
8256         various fixes & enhancements (ds390) specific
8257
8258         * src/avr/ralloc.c, src/mcs51/ralloc.c, src/pic/ralloc.c, src/xa51/ralloc.c, src/z80/ralloc.c:
8259         Functions "allDefsOutOfRange" & "notUsedinBlock" moved to SDCClrange.c
8260         from rallocs.
8261
8262         * sdcc/src/SDCCcse.c: Better fix for bug # 514308
8263
8264 2002-03-02    <johan AT FRIJA>
8265
8266         * src/SDCCast.c (decorateType): fixed bug #524708
8267
8268         * src/SDCCval.c (floatFromVal): fixed the literal void (whatever that may be)
8269
8270         * src/SDCCicode.c (geniCodePtrPtrSubtract): fixed bug #524691
8271
8272 2002-03-01  Michael Hope  <michaelh AT vroom>
8273
8274         * src/SDCCsymt.c (initCSupport): Removed managling of support function names.
8275
8276         * src/z80/ralloc.c (packRegsForIYUse): Fixed fp bug where four byte operands were packed into IY.
8277
8278 2002-03-01    <johan AT FRIJA>
8279
8280         * src/SDCCglue.c (printIvalPtr): fixed bug #524211
8281
8282         * src/SDCCast.c (decorateType): fixed bug #524209
8283
8284         * src/SDCCval.c (valNot): fixed bug #524195
8285
8286 2002-02-26    <johan AT balder>
8287
8288         * src/xa51/gen.c: fixed a warning
8289
8290         * src/SDCCglue.c (printIvalFuncPtr): fixed bug #522534
8291
8292         * src/SDCCast.c (decorateType): fixed bug #522534
8293
8294 2002-02-23    <johan AT balder>
8295
8296         * src/SDCCdflow.c (computeDataFlow): fixed bug #460088
8297
8298 2002-02-22    <johan AT balder>
8299
8300         * src/SDCCast.c: fixed bug #514865
8301
8302         * src/SDCCy.c ("SDCC.y"): fixed bug #516625
8303
8304 2002-02-21  Sandeep Dutta  <sandeep AT ddi.com>
8305
8306         * sdcc/src/SDCCloop.c:
8307         Previous fix was not good. basic blocks that have "break" or "return" are
8308         not really partof a loop , but live ranges used in these blocks should
8309         be live thru the entire loop, so set partOfLoop but don't add them to
8310         loop region
8311
8312 2002-02-21    <johan AT FRIJA>
8313
8314         * src/SDCCcse.c: fixed bug #514308
8315
8316 2002-02-20  Sandeep Dutta  <sandeep AT ddi.com>
8317
8318         * src/SDCCloop.c:
8319         Fixed BUG #519583. If a conditional block ended in a return/break
8320         statement inside a loop, it was not being considered part of the loop.
8321
8322         * src/SDCCcflow.c: Removed fix (Fixed in SDCCloop.c)
8323
8324 2002-02-10  Karl Bongers <karl AT turbobit.com>
8325
8326         * debugger/*:
8327         Fixed up SDCDB debugger somewhat.  Updated debugger/README
8328         with lots of comments and notes.
8329
8330         * device/examples/test2.c:
8331         Fix bug, "red" variable not being initialized(compiler complained).
8332
8333         * device/examples/Makefile, examples/test3.c:
8334         Add Makefile in device/examples folder, compiles test3.c
8335         for use as a multiple module SDCDB test case.
8336
8337         * sim/ucsim/cmd.src/cmdset.cc:
8338         Took out debug printfs in ucsim "next" command.
8339
8340         * sim/ucsim/xa.src:
8341         Karl and Johan start ucsim XA support.  Most dissassembly working,
8342         about 75% emulation done(plenty of work remaining).
8343
8344         * sim/ucsim/z80.src:
8345         Add Z80 support to ucsim, add test-ucz80 regression test,
8346         notice ucsim/z80 emulation fails on examples/test3.c/itoa code.
8347         Notice z80 compiler fails on examples/test3.c/crc code.
8348
8349 2002-01-30  Sandeep Dutta  <sandeep AT ddi.com>
8350
8351         * src/mcs51/gen.c, src/mcs51/main.c, src/mcs51/ralloc.c:
8352         Added support for --parms-in-bank1
8353
8354         * src/ds390/peeph.def:
8355         added a few more peephole optimzations
8356
8357         * src/ds390/main.c:
8358         1) added __builtin_inp & __builtin_outp used to read in data of given length
8359            from a memory mapped port
8360         2) added __builtin_memcmp
8361         3) added __builtin_swapw swap bytes of a short
8362
8363         * src/ds390/gen.c, src/ds390/gen.h, src/ds390/ralloc.c:
8364         1) handle multiple send & receives from register bank1
8365         2) ralloc can now allocate DPTR1 to some liveRanges
8366
8367         * src/SDCCsymt.c, src/SDCCsymt.h:
8368         changes to handle multiple sends & receives
8369
8370         * src/SDCCptropt.h:
8371         added some pointer arithmetic optimization
8372
8373         * src/SDCCptropt.c:
8374         added some pointer arithmetic optimizations but not stable yet so not
8375         called from anywhere (will get this working shortly)
8376
8377         * src/SDCCopt.c: fixed for multiple sends & receives
8378
8379         * src/SDCCmain.c:
8380         1) added options --parms-in-bank1 (ds390/mcs51) & --protect-sp-update
8381         2) preprocessing done AFTER port->finalizeoptions . This allows ports to
8382            set preprocessor defines (depending on options)
8383
8384         * src/SDCCicode.c, src/SDCCicode.h:
8385         changes made to handle multiple sends & receives
8386
8387         * src/SDCCglobl.h:
8388         Added options --protect-sp-update (ds390) and --parms-in-bank1 (ds390/mcs51)
8389
8390         * src/SDCCcse.c, src/SDCCcse.h:
8391         added function findbackward def (to be used in upcoming optimization)
8392
8393         * src/SDCCcflow.c, src/SDCCcflow.h:
8394         added function returnAtEnd - to determine if a basic block terminates with
8395         a RETURN iCode
8396
8397         * src/SDCCast.c, src/SDCCast.h:
8398         added option parms-in-bank1
8399
8400         * device/lib/_divsint.c, device/lib/_divslong.c, device/lib/_divuint.c
8401         * device/lib/_divulong.c, device/lib/_modsint.c, device/lib/_modslong.c
8402         * device/lib/_modulong.c, device/lib/_mulint.c, device/lib/_mullong.c:
8403         adjusted for --parms-in-bank1 option
8404
8405         * device/include/string.h:
8406         donot redefine "reentrant" keyword
8407
8408         * device/include/ds80c390.h: Added some more SFRs
8409
8410 2002-01-28  Bernhard Held  <bernhard AT bernhardheld.de>
8411
8412         * sim/ucsim: Merged branch ucsim-034-pre3 to main trunk; new version 0.4
8413
8414 2002-01-26  Bernhard Held  <bernhard AT bernhardheld.de>
8415
8416         * src/SDCCast.c (funcOfType): fix usage of double --float-reent
8417
8418 2002-01-22  Bernhard Held  <bernhard AT bernhardheld.de>
8419
8420         * support/regression/fwk/lib/testfwk.c (main): Removed workaround for bug #505387
8421
8422 2002-01-18  Paul Stoffregen  <paul AT pjrc.com>
8423
8424         * Added --xram-movc option
8425
8426 2002-01-13  Bernhard Held  <bernhard AT bernhardheld.de>
8427
8428         * support/regression/Makefile: don't include test-mcs51-stack-auto in target all
8429
8430 2002-01-11  Johan Knol
8431
8432         * Added math lib of Jesus Calvino-Fraga
8433
8434 2002-01-08  Bernhard Held  <bernhard AT bernhardheld.de>
8435
8436         * src/SDCCmain.c (processFile): fix processing of ../../src.c
8437         * support/regression/Makefile: new target test-mcs51-stack-auto
8438         * support/regression/ports/mcs51-stack-auto/spec.mk: added
8439
8440 2002-01-04  Bernhard Held  <bernhard AT bernhardheld.de>
8441
8442         * src/SDCCglue.h: printIvalCharPtr(), not printIvalChar()
8443
8444 2002-01-04  Bernhard Held  <bernhard AT bernhardheld.de>
8445
8446         * support/regression/ports/mcs51/support.c: correct setup of timer / UART
8447
8448 2002-01-03  Bernhard Held  <bernhard AT bernhardheld.de>
8449
8450         * src/SDCCsymt.c (processFuncArgs): fix #498307 by Johan
8451
8452         * src/SDCCglue.h: add definition for printIvalChar()
8453
8454 2002-01-02  Bernhard Held  <bernhard AT bernhardheld.de>
8455
8456         * src/SDCCast.c: fix #498138 by Johan
8457
8458         * src/SDCCglue.c: fix #498138 by Johan
8459
8460 2002-01-02  Bernhard Held  <bernhard AT bernhardheld.de>
8461
8462         * support/regression/Makefile: fix clean
8463
8464         * support/regression/ports/ds390/support.c: fix transmission of last character
8465
8466 2001-12-29  Sandeep Dutta  <sandeep AT ddi.com>
8467
8468         * /sdcc/src/ds390/gen.c:
8469         a) improved computing address of stack variable
8470         b) took out some #if 0 code
8471         c) improved parmBytes adjustment
8472         d) improved genPlusIncr & genMinusIncr
8473         e) genCmp could generate bad code (when left assigned to DPTR)
8474         f) Fixed bug in hasInc
8475
8476         * /sdcc/src/ds390/ralloc.c:
8477         a) packRegsForSupport could mess up live information (Fixed)
8478         b) packRegsDPTRuse could be incorrect for left & right shift
8479
8480         * /sdcc/src/mcs51/ralloc.c:
8481         packRegsForSupport could mess up the live information (Fixed)
8482
8483         * /sdcc/src/mcs51/gen.c: Fixed a bug in hasInc
8484
8485         * /sdcc/src/SDCCast.c:
8486         can reverse a loop even if function call is present as long
8487         as the loop control variable is local & is not passed as parameter
8488
8489 2001-12-24  Sandeep Dutta  <sandeep AT ddi.com>
8490
8491         * /sdcc/ChangeLog: *** empty log message ***
8492
8493         * /sdcc/src/ds390/gen.c, /sdcc/src/ds390/main.c:
8494         More builtin function additions for TININative
8495
8496         * /sdcc/src/ds390/ralloc.c:
8497         Had broken the regression testsuite
8498
8499         * /sdcc/src/SDCCast.c: Fixed a bug in dumptree
8500
8501         * /sdcc/src/SDCCsymt.c, /sdcc/src/SDCCsymt.h:
8502         Added funcattr hasStackParms will be set for reentrant functions when there
8503         are paramteres on the stack, this helps in minimizing frame pointer generation
8504         typeFromStr can handle function pointers now
8505
8506         * /sdcc/doc/builtins.txt, /sdcc/doc/TININative.txt:
8507         *** empty log message ***
8508
8509 2001-12-24  Sandeep Dutta  <sandeep AT ddi.com>
8510
8511         * /src/ds390/gen.c, /src/ds390/main.c:
8512         More builtin function additions for TININative
8513
8514         * /src/ds390/ralloc.c:
8515         Had broken the regression testsuite
8516
8517         * /src/SDCCast.c: Fixed a bug in dumptree
8518
8519         * /src/SDCCsymt.c, /src/SDCCsymt.h:
8520         Added funcattr hasStackParms will be set for reentrant functions when there
8521         are paramteres on the stack, this helps in minimizing frame pointer generation
8522         typeFromStr can handle function pointers now
8523
8524         * /doc/builtins.txt, /doc/TININative.txt:
8525         *** empty log message ***
8526
8527
8528 2001-12-24  Sandeep Dutta  <sandeep AT ddi.com>
8529
8530         * /src/ds390/gen.c, /src/ds390/main.c, /src/ds390/peeph.def, /src/ds390/ralloc.c:
8531         ALPHA version for -mTININative
8532
8533         * /src/izt/i186.c, /src/izt/tlcs900h.c, /src/mcs51/main.c, /src/pic/main.c, /src/z80/main.c, /src/avr/main.c:
8534         updated to reflect changes in the port structure
8535
8536         * /src/port.h:
8537         added function do_assemble (similar to do_link) if non-null this function
8538         will be called to do assembly (-mTININative) requires a multi command
8539         assembly
8540         added function genAssemblerEnd will be called to generate assembler Epilogue
8541
8542         * /src/SDCCsymt.c:
8543         added _JavaNative to debug info printing
8544
8545         * /src/SDCCmain.c: added option --tini-libid
8546         added port->do_assemble function (-mTININative) has a multi command assemble
8547
8548         * /src/SDCCglue.c: Disabled "constExpr" check
8549         added port->genAssemblerEnd function
8550
8551         * /src/SDCCglobl.h: Added option --tini-libid value
8552
8553         * /src/SDCCast.h:
8554         tookout optimizeCompare from the header (has no external references)
8555
8556         * /src/SDCCast.c: made one more function "static"
8557
8558 2001-12-23  Michael Hope  <michaelh AT juju.net.nz>
8559
8560         * src/z80/mappings.i: Added z80asm support.
8561
8562         * src/z80/main.c: Added z80asm support on --asm=z80asm
8563
8564         * src/z80/gen.c: Fixed asm portability issues.
8565
8566         * src/asm.c (tvsprintf): Removed old code, added 'N' for function name.  For extern support.
8567
8568         * src/SDCCglue.c (printExterns): Added global/extern split.
8569
8570 2001-12-17  Bernhard Held  <bernhard AT bernhardheld.de>
8571
8572         * support/regression/Makefile: added test for mcs51 model large
8573
8574         * support/regression/ports/mcs51-large/spec.mk: added test for mcs51 model large
8575
8576         * support/regression/ports/gbz80/spec.mk: added -mgbz80
8577
8578 2001-12-05  Michael Hope  <michaelh AT juju.net.nz>
8579
8580         * src/diff.1 (Index): Many, many optmisiations.  Dhrystone up to 201.
8581
8582 1904-01-06  Michael Hope  <michaelh AT juju.net.nz>
8583
8584         * src/z80/ralloc.c (packRegsForIYUse): Fixed the case where an operand is in direct space.
8585
8586         * src/z80/gen.c (makeFreePairId): Optimised IY load by using a spare pair.
8587
8588 2001-12-02  Bernhard Held  <bernhard AT bernhardheld.de>
8589
8590         * src/mcs51/gen.c (genFunction): avoid excess "inc sp"
8591
8592         * support/regression/tests/simplefloat.c: Port to mcs51.
8593
8594 2001-11-25  Michael Hope  <michaelh AT juju.net.nz>
8595         * support/regression/tests/bug-485362.c: Added.
8596
8597         * support/regression/tests/simplefloat.c (testDivNearOne): Added.
8598
8599         * src/z80/gen.c (aopOp): Fixed case where left and result are in the same spill loc and they have different sizes.
8600
8601         * src/z80/peeph.def: Added rules for optimising two byte compares on the same thing, and to optimise two ptr assign.
8602
8603         * src/z80/gen.c (aopDump): Added a dump function.
8604
8605 2001-11-25  Bernhard Held  <bernhard AT bernhardheld.de>
8606         * sim/ucsim/s51.src/glob.cc: DS390 SFRs and bits added.
8607
8608         * sim/ucsim/s51.src/port.cc: Port 4 and 5 added.
8609
8610         * sim/ucsim/s51.src/regs51.h: DS390 SFRs added.
8611
8612         * sim/ucsim/s51.src/uc390.cc: Some details improved, CKRDY works for tinibios.
8613
8614         * sim/ucsim/s51.src/uc390cl.h: Work in progress.
8615
8616         * sim/ucsim/sim.src/uccl.h: 6 ports for DS390.
8617
8618         * support/regression/fwk/lib/testfwk.c: Run with tinibios.
8619
8620         * support/regression/ports/mcs51/spec.mk: Fine tuninig.
8621
8622         * support/regression/ports/ds390/support.c: Use tinibios.
8623
8624         * support/regression/ports/ds390/spec.mk: Fine tuning, use tinibios.
8625
8626 2001-11-23  Michael Hope  <michaelh AT juju.net.nz>support/regression/tests/bug-460010.c
8627
8628         * src/z80/ralloc.c (packRegsForHLUse3): Changed to not pack into HL if anything is in direct space.
8629         (packRegsForHLUse3): Added packing support for send, cast, and return value from a call.
8630
8631         * src/z80/peeph.def: Added rules for optimising pushes of part of a pair.
8632
8633         * src/z80/gen.c (emitCall): Changed the stack fixup to not use HL.
8634
8635 2001-11-18  Michael Hope  <michaelh AT juju.net.nz>
8636
8637         * src/z80/gen.c (genCmp): Fixed compare on unsigned.
8638
8639         * src/z80/ralloc.c (packRegsForHLUse3): Created and optimised.
8640         (packRegsForIYUse): Created and optimised.
8641
8642 2001-11-07  Michael Hope  <michaelh AT juju.net.nz>
8643
8644         * support/regression/tests/float.c (testFloatAdd): Fixed up warning.
8645 2001-11-18  Bernhard Held  <bernhard AT bernhardheld.de>
8646
8647         * sdcc/support/regression/tests/bug-460010.c: fix seg violation on host
8648
8649         * sdcc/support/regression/tests/muldiv.c: fix output on mcs51
8650
8651         * sdcc/support/regression/tests/stacks.c: fix DSEG overflow on mcs51
8652
8653 2001-11-07  Bernhard Held  <bernhard AT bernhardheld.de>
8654
8655         * sdcc/sim/device/lib/_gptrget.c: mem region 5 (idata) added
8656
8657         * sdcc/sim/device/lib/_gptrput.c: mem region 5 (idata) added
8658
8659 2001-11-07  Bernhard Held  <bernhard AT bernhardheld.de>
8660
8661         * sdcc/sim/ucsim/globals.cc: New: IXRAM.
8662
8663         * sdcc/sim/ucsim/stypes.h: New: IXRAM.
8664
8665         * sdcc/sim/ucsim/s51.src/uc390.cc: New: IXRAM.
8666
8667 2001-11-07  Michael Hope  <michaelh AT juju.net.nz>
8668
8669         * src/z80/ralloc.c (packRegsForHLUse): Banned IFXs from being packed into HL.
8670         (packRegsForHLUse): Added rule to pack address of/pointer get for itemps into HL for the Z80.
8671         (packRegsForAccUse2): Added rule to pack hbit IFXs into A.
8672
8673         * src/z80/main.c (_setDefaultOptions): Made float code re-entrant by default.
8674
8675         * src/z80/gen.c (aopGetLitWordLong): Added word support for floats.
8676         (genNotFloat): Added.
8677         (genUminusFloat): Added.
8678
8679         * device/lib/z80/Makefile: Added floating pt stubs.
8680
8681         * device/lib/Makefile.in (Z80SOURCES): Added floating pt support.
8682
8683         * src/z80/gen.c (genIpush): Fixed up a push of one byte when left is in a pair.
8684
8685         * device/lib/_fsadd.c (__fsadd): Fixed up return where the numbers are hugely different.
8686
8687 2001-11-07  Bernhard Held  <bernhard AT bernhardheld.de>
8688
8689         * sdcc/sim/ucsim/s51.src/glob.cc: Minor fix.
8690
8691         * sdcc/sim/ucsim/s51.src/regs51.h: Minor fix.
8692
8693         * sdcc/support/regression/Makefile: Add port ds390.
8694
8695         * sdcc/support/regression/ports/mcs51/spec.mk: Minor change.
8696
8697         * sdcc/support/regression/ports/z80/spec.mk: Minor change.
8698
8699         * sdcc/support/regression/ports/ds390/spec.mk: Added.
8700
8701         * sdcc/support/regression/ports/ds390/support.c: Added.
8702
8703         * sdcc/support/regression/ports/ds390/uCsim.cmd: Added.
8704
8705         * sdcc/support/regression/ports/mcs51/timeout.c: Cut.
8706
8707         * sdcc/support/regression/fwk/lib/timeout.c: Paste.
8708
8709 2001-11-04  Michael Hope  <michaelh AT juju.net.nz>
8710
8711         * device/include/malloc.h: Added z80 and gbz80 support.
8712
8713         * device/lib/gbz80/heap.s: Added.
8714
8715         * device/lib/z80/heap.s: Added.
8716
8717         * device/lib/malloc.c: Added z80 and gbz80 support.
8718
8719         * support/regression/tests/malloc.c (testMalloc): Added.
8720
8721         * src/SDCCmain.c (parseCmdLine): Added support for -Wp.
8722
8723         * support/regression/tests/bug-478094.c: Added.
8724
8725         * src/z80/gen.c (commitPair): Fixed silly gbz80/z80 commit to static bug.
8726
8727 2001-11-04  Bernhard Held  <bernhard AT bernhardheld.de>
8728
8729         * sdcc/sim/ucsim/s51.src/uc390cl.h: Improvement for ds390 to run regression tests
8730
8731         * sdcc/sim/ucsim/s51.src/uc390.h: Improvement for ds390 to run regression tests
8732
8733         * sdcc/sim/ucsim/s51.src/regs51.h: Improvement for ds390 to run regression tests
8734
8735         * sdcc/sim/ucsim/s51.src/glob.cc: Improvement for ds390 to run regression tests
8736
8737         * sdcc/support/regression/tests/bug-460010.c: Small change for ds390
8738
8739 2001-11-04  Michael Hope  <michaelh AT juju.net.nz>
8740
8741         * src/z80/peeph-gbz80.def: Removed a bad sub optimisation.
8742
8743 2001-11-03  Michael Hope  <michaelh AT juju.net.nz>
8744
8745         * support/regression/tests/bug-477927.c: Added.
8746
8747         * src/z80/peeph.def: Added minor rules.
8748
8749         * src/z80/gen.c (genPlusIncr): Added an extra plusinc rule.
8750
8751         * src/z80/peeph.def: Added jump optimisation modification.
8752
8753 2001-11-01  Michael Hope  <michaelh AT juju.net.nz>
8754
8755         * src/SDCCmain.c (linkEdit): Added runtime path detection to the mcs51 port.
8756
8757 2001-10-30  Michael Hope  <michaelh AT juju.net.nz>
8758
8759         * support/regression/tests/funptrs.c: Added.
8760
8761 2001-10-29  Michael Hope  <michaelh AT juju.net.nz>
8762
8763         * src/z80/ralloc.c (packRegsForHLUse): Fixed up bad spill due to pushing one byte via HL.
8764
8765 2001-10-28  Michael Hope  <michaelh AT juju.net.nz>
8766
8767         * src/z80/gen.c (genArrayInit): Made it work for on stack arrays.
8768
8769         * src/z80/main.c (gbz80_port =): Added rle support to the gbz80 port.
8770
8771         * src/z80/gen.c (genMinus): Fixed for where the result is one byte.
8772         (movLeft2ResultLong): Created.
8773
8774         * src/z80/ralloc.c (packRegsForHLUse): Added a couple of simple cases for the GB.
8775         (joinPushes): Added.  Joins two char pushes into a word push.
8776
8777 2001-10-27  Michael Hope  <michaelh AT juju.net.nz>
8778
8779         * support/cpp2/Makefile.in (install): Added creation of dest dir.
8780
8781         * support/makebin/Makefile (install): Added creation of dest dir.
8782
8783 2001-10-24 Karl Bongers <karl AT turbobit.com>
8784
8785         * configure.in, configure, Makefile, support/cpp: Removed cpp folder, since we have new cpp2 preprocessor code.
8786
8787 2001-10-21  Michael Hope  <michaelh AT juju.net.nz>
8788
8789         * src/z80/ralloc.c: Turned off faulty pack for one use.
8790
8791         * src/z80/peeph-gbz80.def: Removed redundent restart options.
8792
8793         * src/z80/gen.c (genMult): Added native mul for constants on the z80 and gbz80.
8794
8795 2001-10-21  Bernhard Held  <bernhard AT bernhardheld.de>
8796
8797         * support/regression/Makefile: Improved clean
8798
8799         * support/regression/ports/gbz80/spec.mk: Added clean
8800
8801         * support/regression/ports/host/spec.mk: Added clean
8802
8803         * support/regression/ports/z80/spec.mk: Added clean
8804
8805         * support/regression/ports/mcs51/spec.mk: Added clean, little improvements
8806
8807         * support/regression/ports/mcs51/timeout.c: little improvements
8808
8809 2001-10-17  Michael Hope  <michaelh AT juju.net.nz>
8810
8811         * device/lib/malloc.c (MEMHEADER): Fixed against new pedantic pointers.
8812
8813         * support/regression/fwk/include/testfwk.h: Fixed up to use function pts correctly.
8814
8815         * support/regression/generate-cases.py: Fixed up to use function pts correctly.
8816
8817 2001-10-16  Bernhard Held  <bernhard AT bernhardheld.de>
8818
8819         * support/regression/port/mcs51/spec.mk: add timeout for uCsim
8820
8821         * support/regression/port/mcs51/timeout.c: add timeout for uCsim
8822
8823 2001-10-13  Michael Hope  <michaelh AT juju.net.nz>
8824         * src/z80/gen.c (emitCall): Fixed up missing spill of HL when used to assign the result value.
8825
8826         * src/z80/ralloc.c: Turned off pack for one use as it's quite broken.
8827
8828         * src/SDCCmain.c (linkEdit): Added support for passing a legacy command line through the processor.
8829
8830         * src/mcs51/main.c (_linkCmd): Added bin path to command.
8831
8832         * src/SDCCmain.c (initValues): Added support for when it it called just to link.
8833
8834         * as/mcs51/lklibr.c (libfil;): Turned off 'library file' message.
8835
8836         * src/SDCCval.c (constVal): Fixed usage of 'L' modifier problems on ppc.
8837
8838         * support/regression/tests/longor.c: Added.
8839
8840 2001-10-11  Bernhard Held  <bernhard AT bernhardheld.de>
8841
8842         * as/mcs51/asdata.c: replaced FILENAME_MAX with PATH_MAX
8843
8844         * as/mcs51/aslink.h: define PATH_MAX
8845
8846         * as/mcs51/asm.h: define PATH_MAX
8847
8848         * as/mcs51/asmain.c: replaced FILENAME_MAX with PATH_MAX
8849
8850         * as/mcs51/asnoice.c: replaced FILENAME_MAX with PATH_MAX
8851
8852         * as/mcs51/lklex.c: replaced FILENAME_MAX with PATH_MAX
8853
8854         * as/mcs51/lkmain.c: replaced FILENAME_MAX with PATH_MAX
8855
8856         * src/SDCCglobl.h: define PATH_MAX
8857
8858         * src/SDCCmacro.c: replaced FILENAME_MAX with PATH_MAX
8859
8860         * src/SDCCmain.c: replaced FILENAME_MAX with PATH_MAX
8861
8862 2001-10-11  Michael Hope  <michaelh AT juju.net.nz>
8863
8864         * src/z80/gen.c (gencjneshort): Fixed
8865
8866         * src/z80/ralloc.c (packRegsForHLUse): Added pack into HL for cast then ipush.
8867
8868 2001-10-09  Michael Hope  <michaelh AT juju.net.nz>
8869
8870         * support/regression/tests/bug-469671.c: Added.
8871
8872         * src/z80/gen.c (shiftIntoPair): Fixed up warning.
8873
8874 2001-10-08  Michael Hope  <michaelh AT juju.net.nz>
8875
8876         * src/SDCCmain.c: Added --fommit-frame-pointer option and implemented in the z80 port.
8877
8878         * src/z80/gen.c (genPlus): Fixed to work with extended stack.  Also fixed genMinus, genCmp.  genUMinus is still left.
8879
8880 2001-10-08  Bernhar Held  <bernhard AT bernhardheld.de>
8881
8882         * src/SDCCmain.c (preProcess): added define SDCC_NOOVERLAY
8883
8884         * src/device/lib/_mulint.c  : removed hint: nooverlay bug
8885
8886         * src/device/lib/_mullong.c : removed hint: nooverlay bug
8887
8888         * src/device/lib/_divuint.c : removed hint: nooverlay bug
8889
8890         * src/device/lib/_divulong.c: removed hint: nooverlay bug
8891
8892         * src/device/lib/_moduint.c : removed hint: nooverlay bug
8893
8894         * src/device/lib/_modulong.c: removed hint: nooverlay bug
8895
8896 2001-10-07  Michael Hope  <michaelh AT juju.net.nz>
8897
8898         * 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.
8899
8900         * support/Util/NewAlloc.c (freeTrace): Changed free for the gc case to not free at all.  Fixes runtime segfault.
8901
8902         * support/regression/tests/scott-compare3.c (c_abcd): Fixed up casts.
8903
8904 2001-10-07    <johan AT FRIJA>
8905
8906         * device/lib/gets.c (gets): fixed the return value.
8907
8908 2001-10-06  Michael Hope  <michaelh AT juju.net.nz>
8909         * src/SDCCmain.c (WRITE_SEG_LOC): Fixed up to use Safe_strdup.
8910
8911         * 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.
8912
8913         * 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.
8914
8915         * src/z80/gen.c (genZ80Code): Added de-allocation via trace support.
8916
8917         * src/pic/gen.c: Removed Safe_strdup.
8918
8919         * configure.in: Added option to enable libgc support.
8920
8921         * src/SDCCbitv.c (bitVectnBitsOn): Optimised.
8922         (bitVectUnion): Optimised.
8923         (bitVectIntersect): Optimised.
8924         (bitVectBitsInCommon): Optimised.
8925         (bitVectCplAnd): Optimised.
8926
8927         * support/makebin/makebin.c (usage): Removed getopt as mingw32 doesn't have it.  Sigh.
8928
8929 2001-10-03 Bernhard Held <bernhard AT bernhardheld.de>
8930
8931         * src/SDCCmain.c: distinguish between assembler debug and plain options
8932
8933         * src/avr/main.c:   remove standard assembler options
8934
8935         * src/ds390/main.c: remove standard assembler options
8936
8937         * src/mcs51/main.c: remove standard assembler options
8938
8939         * src/port.h: removed "PENDING" comment
8940
8941 2001-10-03 Bernhard Held <bernhard AT bernhardheld.de>
8942
8943         * src/device/lib/_mulint.c  : new, with assember functions
8944
8945         * src/device/lib/_mullong.c : new, with assember functions
8946
8947         * src/device/lib/_divuint.c : with assember functions
8948
8949         * src/device/lib/_divsint.c : with assember functions
8950
8951         * src/device/lib/_divulong.c: with assember functions
8952
8953         * src/device/lib/_divslong.c: with assember functions
8954
8955         * src/device/lib/_moduint.c : with assember functions
8956
8957         * src/device/lib/_modsint.c : with assember functions
8958
8959         * src/device/lib/_modulong.c: with assember functions
8960
8961         * src/device/lib/_modslong.c: with assember functions
8962
8963         * src/device/lib/libint.lib:  replaced _muluint.c  and _mulsint.c  by _mulint.c
8964
8965         * src/device/lib/liblong.lib: replaced _mululong.c and _mulslong.c by _mullong.c
8966
8967         * src/device/lib/Makefile.in: replaced _muluint.c  and _mulsint.c  by _mulint.c
8968                                       replaced _mululong.c and _mulslong.c by _mullong.c
8969
8970 2001-10-03 Bernhard Held <bernhard AT bernhardheld.de>
8971
8972         * src/SDCCsymt.c: sequence of specifiers in pintTypeChain() corrected
8973
8974 2001-10-01 Bernhard Held <bernhard AT bernhardheld.de>
8975
8976         * src/SDCCglue.c: test, if win32api is available for MINGW
8977
8978 2001-10-01 Bernhard Held <bernhard AT bernhardheld.de>
8979
8980         * src/SDCCsymt.c: no more _modifier in printTypeChain()
8981         * support/regression/tests/driverstruct.c: REENTRANT for mcs51
8982         * support/regression/ports/gbz80/spec.mk: removed GENERIC
8983         * support/regression/ports/host/spec.mk: removed GENERIC
8984         * support/regression/ports/mcs51/spec.mk: removed GENERIC
8985         * support/regression/ports/z80/spec.mk: removed GENERIC
8986
8987 2001-10-01  Michael Hope  <michaelh AT juju.net.nz>
8988
8989         * support/regression/fwk/lib/testfwk.c (__printf): Removed GENERIC.
8990
8991         * support/regression/tests/bug-467035.c: Created.
8992
8993 2001-10-01    <johan AT FRIJA>
8994
8995         * src/SDCC.y: fixed bug #466586 part 1
8996
8997 2001-10-01  Johan Knol <johan.knol AT iduna.nl>
8998
8999         * SDCCicode.c: z80 has no generic pointers
9000         * removed -s from strip in all Makefile(.in)'s. It is not needed, but Solaris chocks on it.
9001
9002 2001-09-30  Michael Hope  <michaelh AT juju.net.nz>
9003
9004         * sim/ucsim/cmd.src/Makefile.in ($(PRJDIR)/libcmd.a): Changed all ar references to $(AR) for Solaris.
9005
9006 2001-09-29  Michael Hope  <michaelh AT juju.net.nz>
9007
9008         * Makefile (sdcc-libs): Added makebin to the list of standard targets.
9009
9010         * support/regression/ports/z80/spec.mk: Updated to use env for sdcc bin dir for automatic regression.
9011
9012 2001-09-25  Michael Hope  <michaelh AT juju.net.nz>
9013
9014         * configure.in: Fixed up so that ucsim is only configured once.
9015
9016         * support/cpp2/configure.in: Fixed to use the program transform to append the .exe for the win32 build.
9017
9018         * src/SDCCutil.c (getPrefixFromBinPath): Fixed up to work with win32 in all of its glory.
9019         (getPathDifference): As above.
9020
9021         * src/SDCCmain.c (preProcess): Changed to use a temporary file in a proper temp directory.  Fixed case where pre-processing only.
9022
9023         * src/SDCCglue.c (tempfilename): Added function for pre-processor.
9024
9025 2001-09-23  Michael Hope  <michaelh AT juju.net.nz>
9026         * .version: Updated to 2.3.1
9027
9028         * src/z80/main.c (z80_port =): Added macro based linker and assembler command line support.
9029         Added copyright header.
9030
9031         * src/SDCCmain.c: Shifted various functions into SDCCutil.c
9032         (assemble): Added support for macro based assembler commands.
9033         (linkEdit): Added support for macro based linker commands.
9034         (preProcess): Changed the pre-processor to use macros.
9035         (_setPaths): Added functionality to autodetect the include, lib and bin dir paths.
9036         (_discoverPaths): Added support for overriding the install directory using the SDCCDIR env variable.
9037
9038         * device/lib/z80/crt0.s: Added module name for debugging.
9039
9040 2001-09-20  Michael Hope  <michaelh AT juju.net.nz>
9041
9042         * src/SDCCmain.c (printVersionInfo): Added the build date to the version info.
9043
9044         * src/SDCChasht.c (hTabDeleteByKey): Fixed delete as it would delete the last item from a bucket even if it wasn't the real one.
9045
9046         * src/SDCCglue.c: Moved gc_strdup to SDCCutil.c
9047
9048         * src/Makefile.in: Added SDCCmacro and SDCCutil
9049
9050 2001-09-19  Michael Hope  <michaelh AT juju.net.nz>
9051
9052         * src/SDCCmain.c (printVersionInfo): Added the build date to the version info.
9053
9054 2001-09-16    <johan AT FRIJA>
9055
9056         * 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.
9057
9058 2001-09-15    <johan AT FRIJA>
9059
9060         * src/mcs51/ralloc.c: (findAssignToSym): fixed bug #460662 part 1
9061         * src/ds390/ralloc.c (findAssignToSym): fixed bug #460662 part 1
9062
9063 2001-09-11    <johan AT FRIJA>
9064
9065         * src/SDCCval.c (valDiv Mod Minus Plus Shift): keep litteral expressions as small as possible (bug #460010)
9066
9067 2001-09-10  Michael Hope  <michaelh AT juju.net.nz>
9068
9069         * support/regression/tests/bug-460444.c: Added test case.
9070
9071         * src/z80/gen.c (genOr): bug 460444: if (a ^ lit) was broken for &, |, and ^.
9072         (genCast): Added justification for all of the asserts.
9073
9074 2001-09-10  Bernhard Held <bernhard AT bernhardheld.de>
9075
9076         * support/regression/support.c: _xdata replaced by xdata
9077
9078         * support/regression/spec.mk: removed _generic
9079
9080 2001-09-09  Michael Hope  <michaelh AT juju.net.nz>
9081
9082         * src/pic/ralloc.c (debugLogRegType): Removed some old types to get it to compile.
9083
9084         * src/z80/gen.c (shiftR2Left2Result): Improved the case when v = v >> n for small values of n to use less code space and time.
9085         (genrshTwo): Fixed v = v >> n where v is a negative int and n is > 8: bug 460010.
9086
9087         * src/z80/peeph.def: Added a rule to optimise shift then compare.
9088
9089         * support/regression/tests/bug-460000.c (testShiftByParam): Added test case.
9090
9091         * support/regression/tests/bug-460010.c: Added test case.
9092
9093         * support/regression/Makefile (test-host): Removed a silly 'clean' target when testing against gcc.
9094
9095 2001-09-09  Bernhard Held <bernhard AT bernhardheld.de>
9096
9097         * support/regression/Makefile: inter-port-clean adjusted for mcs51
9098
9099         * support/regression/testfwk.c: removed workaround for bug #436344
9100
9101         * support/regression/tests/bp.c: use less memory with mcs51
9102
9103         * support/regression/tests/bug-441448.c: use less memory
9104
9105         * support/regression/tests/ports/mcs51/spec.mk: cleanup, use --stack-after-data
9106
9107         * support/regression/collate-results.py: typo
9108
9109 2001-09-08  Michael Hope  <michaelh AT juju.net.nz>
9110
9111         * support/regression/tests/fetchoverlap.c: Added new test case.
9112
9113         * support/regression/tests/bp.c: Added new test case.
9114
9115         * support/regression/tests/bug-448984.c: Added new test case.
9116
9117         * support/regression/tests/pow2shifts.c: Added new test case.
9118
9119         * src/z80/gen.c: Turned off the noise it normally generates for the release.
9120         (genlshTwo): Fixed right shift for count > 8.
9121
9122         * src/z80/ralloc.c: Disabled most of the ACC packing rules as they weren't getting hit and weren't at all safe.
9123
9124 2001-09-08    <johan AT FRIJA>
9125
9126         * src/SDCCicode.c (geniCodeCall): a CPOINTER can be used as a function
9127
9128 2001-09-07    <johan AT FRIJA>
9129
9130         * src/SDCCicode.c (newiCodeCondition): fixed bug #456235 (1.77)
9131
9132         * src/SDCCglue.c (emitRegularMap): only delete a symbol when it is a symbol
9133
9134 2001-09-06    <johan AT FRIJA>
9135
9136         * src/SDCC.y: this could be a fix for bug #458744 (1.37)
9137         * bernhard noted me at this: "() equals to (void)" (1.38)
9138
9139 2001-09-05    <johan AT FRIJA>
9140
9141         * src/SDCCglue.c (emitRegularMap): a fix for bug #458099/2
9142
9143 2001-09-04    <johan AT FRIJA>
9144
9145         * src/SDCCsymt.c (checkSClass): a fix for bug #458099/1
9146
9147
9148 2001-09-04  Paul Stoffregen  <paul AT pjrc.com>
9149
9150         * pragma noinduction broke memcpy on mcs51 large model.  Moved it inside z80 optimization
9151
9152 2001-09-03  Michael Hope  <michaelh AT juju.net.nz>
9153
9154         * link/z80/aslink.h: Fixed path for PATH_MAX
9155
9156 2001-09-02  Michael Hope  <michaelh AT juju.net.nz>
9157
9158         * src/z80/gen.c (fetchLitPair): Changed so that it properly caches direct space references.
9159
9160         * support/regression/tests/addsub.c: Added cases to cover all the +, - combinations.
9161
9162         * support/regression/tests/uminus.c: Added a test for the unary minus operator.
9163
9164         * 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.
9165
9166 2001-09-01  Michael Hope  <michaelh AT juju.net.nz>
9167
9168         * src/z80/gen.c: Fixed up generator to pass the regresion tests, specifically fixing loads for longs, genCmp, and turned on the map file.
9169         (genCmp): Fixed up genCmp for the GB with longs.
9170
9171         * device/lib/gbz80/Makefile: Fixed up all the libraries to pass the regression tests.
9172
9173         * support/regression/ports/host/spec.mk: Updated to compile with the new type specifiers.
9174
9175         * device/lib/Makefile.in (Z80SOURCES): Removed old _mululong, _mulslong, and unneeded _mulint.
9176
9177         * device/lib/_mullong.c (_mulslong): Changed to actually return a value :)
9178
9179 2001-08-30  Paul Stoffregen  <paul AT pjrc.com>
9180
9181         * added peepholes 223 to 231 to mcs51 port.  These improve code when using large model.
9182
9183 2001-08-30  Michael Hope  <michaelh AT juju.net.nz>
9184
9185         * 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.
9186
9187         * src/z80/gen.c (genPlus): Changed bad long add for gb to a fall through.
9188
9189 2001-08-29  Michael Hope  <michaelh AT juju.net.nz>
9190
9191         * link/z80/aslink.h: Fixed long file name support.  Is now based off PATH_MAX instead of a constant.
9192
9193         * src/z80/gen.c: Fixed add and sub for the case where left or right are in static space.
9194
9195 2001-08-30 Bernhard Held   <bernhard AT bernhardheld.de>
9196
9197   * sim/ucsim/configure:    little improvement of Cygwin-detection
9198   * sim/ucsim/configure.in: little improvement of Cygwin-detection
9199   * sim/ucsim/cmd.src/newcmdcl.h: include <sys/types.h> to define fd_set automated build
9200   * support/regression/tests/bug-221100.c: small changes for mcs51
9201   * support/regression/tests/bug-221168.c: small changes for mcs51
9202   * support/regression/tests/bug-227710.c: small changes for mcs51
9203   * support/regression/tests/staticinit.c: small changes for mcs51
9204   * as/mcs51/aslink.h: accept everything as symbol name in rel-files, bug fix ID 452601
9205   * as/mcs51/lklex.c:  accept everything as symbol name in rel-files, bug fix ID 452601
9206   * as/mcs51/lksym.c:  accept everything as symbol name in rel-files, bug fix ID 452601
9207
9208 $Revision$