1 2008-12-30 Raphael Neider <rneider AT web.de>
3 * as/link/hc08/lkelf.c, as/link/lkaomf51.c, as/link/lklibr.c,
4 as/link/z80/lkgb.c, debugger/mcs51/cmd.c, sim/ucsim/utils.cc,
5 src/SDCCasm.c, support/Util/dbuf_string.c, support/cpp/c-ppoutput.c,
6 support/cpp/libcpp/lex.c, support/cpp/libcpp/macro.c,
7 support/librarian/sdcclib.c, support/makebin/makebin.c:
8 partially revert changes from r5293..r5295
10 2008-12-29 Philipp Klaus Krause <pkk AT spth.de>
12 * src/z80/peeph-z80.def:
13 Minor peephole improvement.
15 2008-12-29 Raphael Neider <rneider AT web.de>
17 * src/pic/pcode.c (insertBankSel, FixRegisterBanking): emit
18 incorrectly discarded BANKSELs
20 2008-12-29 Philipp Klaus Krause <pkk AT spth.de>
22 * support/regression/tests/memory.c:
23 Added simple test for memset(), memcpy() and memmove()
25 2008-12-29 Borut Razem <borut.razem AT siol.net>
27 * sdcc/support/scripts/sdcc.nsi: removed $INSTDIR\lib\src\z80\*.c
29 2008-12-28 Maarten Brock <sourceforge.brock AT dse.nl>
31 * src/mcs51/peeph.def (177.e): replaced notVolatile(%3) with
32 operandsNotRelated(%1 %3), had to change (a)r%1 to (a)%1 for this to work
33 (177.j): added new rule
34 * src/SDCCsymt.h: added RESULT_TYPE_GPTR
35 * src/SDCCast.c (processParms): use RESULT_TYPE_GPTR for generic ptr parms,
36 (decorateType CAST): propagate storage class to generic pointer results
38 2008-12-27 Philipp Klaus Krause <pkk AT spth.de>
40 * device/lib/z80/string.c,
41 device/lib/z80/printf.c,
45 Fixed code generation bug exposed by builtin memcpy().
47 2008-12-27 Philipp Klaus Krause <pkk AT spth.de>
49 * device/lib/_memcpy.c:
50 fixed conflict with builtin memcpy()
52 2008-12-26 Borut Razem <borut.razem AT siol.net>
54 * support/librarian/sdcclib.c:
55 fixed bug 2466950: "sdcclib broken"
56 by removing fgets return value check
58 2008-12-26 Philipp Klaus Krause <pkk AT spth.de>
61 device/include/string.h: Implemented RFE #1914254
63 2008-12-26 Philipp Klaus Krause <pkk AT spth.de>
64 * device/lib/z80/Makefile.in,
65 device/lib/Makefile.in,
66 device/lib/z80/memmove.s: Implemented RFE #1914256
68 2008-12-26 Philipp Klaus Krause <pkk AT spth.de>
70 * src/z80/peeph-z80.def: fixed a bug in peephole 0zf
71 * src/z80/peep.c: improved checks for unused data
73 src/z80/main.c: Implemented RFE #1899189
75 2008-12-25 Borut Razem <borut.razem AT siol.net>
77 * support/regression/Makefile.in:
78 add -I$(INC_DIR) to SDCCFLAGS only if INC_DIR is defined
80 2008-12-25 Philipp Klaus Krause <pkk AT spth.de>
82 * src/z80/peeph-z80.def: minor peephole improvements
84 2008-12-21 Borut Razem <borut.razem AT siol.net>
86 * support/librarian/sdcclib.c: fixed build failure on Mac OS X
87 due to redefinition of symbol __assert
88 sdcclib.c:53:1:warning: "__assert" redefined
89 /Xcode2.5/SDKs/MacOSX10.4u.sdk/usr/include/assert.h:80:1:
90 warning: this is the location of the previous definition
92 2008-12-20 Raphael Neider <rneider AT web.de>
94 * debugger/mcs51/break.c, debugger/mcs51/cmd.c,
95 debugger/mcs51/simi.c, debugger/mcs51/symtab.c,
96 support/cpp/libcpp/macro.c: fix format string errors
98 * sim/ucsim/s51.src/timer2.cc: add clarifying parens
100 * src/pic/device.c: partial rewrite using strtok,
101 quieten compiler warnings, adopt SDCC coding style
103 * as/link/hc08/lkelf.c, as/link/lkaomf51.c, as/link/lklibr.c,
104 as/link/z80/lkgb.c, as/z80/asout.c, debugger/mcs51/cmd.c,
105 sim/ucsim/utils.cc, src/SDCCasm.c, support/Util/dbuf_string.c,
106 support/cpp/c-ppoutput.c, support/cpp/libcpp/lex.c,
107 support/librarian/sdcclib.c, support/makebin/makebin.c:
108 quieten most compiler warnings
110 * sim/ucsim/avr.src/arith_inst.cc: quieten compiler warnings,
111 probably fix operator precedence bug
113 * doc/clean.mk: quieten rm if no .lyx is present
115 2008-12-19 Borut Razem <borut.razem AT siol.net>
117 * doc/sdccman.lyx, doc/random-notes.txt, doc/avr/avr_design.txt,
118 doc/TININative.txt, doc/macro-sys-design.txt, doc/libdoc.txt,
119 doc/README.txt, doc/test_suite_spec.lyx:
120 applied patch 2446381: Dcoumentation spelling correcitons
121 thanks to Steven Borley
123 2008-12-16 Raphael Neider <rneider AT web.de>
125 * device/include/pic/pic12f629.h,
126 device/include/pic/pic12f675.h,
127 device/lib/pic/libdev/pic12f629.c,
128 device/lib/pic/libdev/pic12f675.c: consolidated, added TRISIO bits
130 2008-12-14 Borut Razem <borut.razem AT siol.net>
132 * doc/sdccman.lyx, cdbfileformat.lyx, test_suite_spec.lyx:
133 converted to LyX 1.5.7 (\lyxformat 276) format
135 2008-12-07 Borut Razem <borut.razem AT siol.net>
137 * support/regression/tests/bitfields.c:
138 added test case for bug #2366757
140 2008-12-07 Raphael Neider <rneider AT web.de>
142 * src/pic16/glue.c (pic16_printIvalBitFields): prevent
143 NULL pointer dereference, closes #2366757
145 2008-11-25 Raphael Neider <rneider AT web.de>
147 * device/include/pic16/pic16devices.txt,
148 sdcc/src/pic16/device.c,
149 sdcc/src/pic16/device.h: implicitly disable XINST
150 whenever CONFIG4L is set via an additional optional
151 argument to the configword directive in pic16devices.txt
153 2008-11-24 Raphael Neider <rneider AT web.de>
155 * device/lib/pic16/configure.ac,
156 device/lib/pic16/Makefile.common: fixed quoting issues
158 * device/lib/pic16/configure,
159 device/lib/pic16/debug/Makefile.in,
160 device/lib/pic16/libc/Makefile.in,
161 device/lib/pic16/libdev/Makefile.in,
162 device/lib/pic16/libio/Makefile.in,
163 device/lib/pic16/libm/Makefile.in,
164 device/lib/pic16/libsdcc/Makefile.in,
165 device/lib/pic16/Makefile.in,
166 device/lib/pic16/startup/Makefile.in: regenerated
168 * src/pic16/main.c (_pic16_finaliseOptions): revert to
171 2008-11-24 Raphael Neider <rneider AT web.de>
173 * src/pic16/main.c (_pic16_finaliseOptions): do not quote the
174 argument of --asm= or --link= to allow for
175 --asm="sh script --options", the user can double quote the
176 argument if needed: --asm="'c:/program files/gpasm' -q",
177 also fix some potential buffer overflows
179 2008-11-19 Borut Razem <borut.razem AT siol.net>
182 fixed 2314467: sdccman.lyx: fix "--" in command line parameters
183 thanks Mauro Giachero
185 2008-11-16 Borut Razem <borut.razem AT siol.net>
187 * .version, doc/sdccman.lyx: bumped sdcc version to 2.8.5
188 * doc/sdccman.lyx: documented fixed unnamed bit-field initialization
190 2008-11-15 Borut Razem <borut.razem AT siol.net>
192 * src/pic16/glue.c, src/SDCC.y, src/SDCCast.c, src/SDCCglue.c,
193 src/SDCCsymt.c, src/SDCCsymt.h:
194 fixed RFE #2291335 : Unnamed bit-field initialization
195 * support/regression/tests/bitfields.c:
196 added test case for RFE #2291335
197 * support/regression/tests/bug-1981238.c:
198 don't initialize unnamed bit-fields
200 2008-11-11 Raphael Neider <rneider AT web.de>
202 * device/include/pic16/pic18f25j10.h,
203 device/include/pic16/pic18f45j10.h: remove useless boilerplate
205 * device/include/pic16/adc.h,
206 device/lib/pic16/libio/adc/adcbusy.c,
207 device/lib/pic16/libio/adc/adcclose.c,
208 device/lib/pic16/libio/adc/adcconv.c,
209 device/lib/pic16/libio/adc/adcopen.c,
210 device/lib/pic16/libio/adc/adcread.c,
211 device/lib/pic16/libio/adc/adcsetch.c: generalized, documented,
212 and fixed ADC routines to work for more target devices,
213 incorporates patch #2036130 by Nick Materer
215 2008-11-10 Steven Borley <steven.borley AT partnerelectronics.com>
217 * device/include/ctype.h,
218 * device/include/ds400rom.h,
219 * device/include/ds80c390.h,
220 * device/include/float.h,
221 * device/include/math.h,
222 * device/include/serial.h,
223 * device/include/stdbool.h,
224 * device/include/tinibios.h: replaced non-C89 '//' with '/* */',
226 * device/include/mcs51/C8051F336.h,
227 * device/include/mcs51/C8051T600.h,
228 * device/include/mcs51/C8051T610.h,
229 * device/include/mcs51/C8051T630.h: new, added, patch 2183334
230 (svn commit by Maarten Brock <sourceforge.brock AT dse.nl>)
232 2008-11-10 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
234 * device/include/mcs51/P89LPC922.h: fixed #2255989, thanks kubi57
236 2008-11-10 Raphael Neider <rneider AT web.de>
238 * device/lib/pic16/libdev/mkmk.sh: obey pics.all
239 * device/lib/pic16/libio/mkmk.sh: properly match whole lines in
240 .ignore files, fixes IO libs for 18f242, 18f252, 18f442, and 18f452
241 (patch by Nick Materer, #2253980)
243 * device/lib/pic16/libio/adc.ignore,
244 device/lib/pic16/libio/i2c.ignore,
245 device/lib/pic16/libio/usart.ignore,
246 device/lib/pic16/pics.all: updated to build more device libs
248 * device/lib/pic16/libdev/Makefile.am,
249 device/lib/pic16/libdev/Makefile.in,
250 device/lib/pic16/libio/Makefile.am,
251 device/lib/pic16/libio/Makefile.in: regenerated
253 * src/pic16/device.c (pic16_dump_usection): fixed output of multiple
254 names per memory location, applied SDCC style to more functions
256 2008-11-09 Gudjon I. Gudjonsson <gudjon AT gudjon.org>
258 * device/include/mcs51/p89lpc933_4.h: new NXP header file
259 * device/include/mcs51/p89lpc935_6.h: new NXP header file
260 * device/include/mcs51/p89v66x.h: minor changes
261 (svn commit by Frieder Ferlemann <Frieder.Ferlemann AT web.de>)
263 2008-11-09 Raphael Neider <rneider AT web.de>
265 * device/include/pic/pic14devices.txt: fixed memory description for
266 12f629 and 12f675, closes #2236240
268 2008-11-06 Borut Razem <borut.razem AT siol.net>
270 * src/SDCCmain.c: #fixed bug 2224960: sdcc -MM no working correctly
271 pass system include paths with -isystem to sdcpp
272 * src/SDCCglue.c, src/pic/glue.c, src/pic16/glue.c: removed unneeded
273 functions (closePipes), (closeTmpFiles) and (rmTmpFiles)
275 2008-11-02 Raphael Neider <rneider AT web.de>
277 * doc/sdccman.lyx: updated the sections on the library build process
278 and on how to add support for new devices, and documented known
279 problems with the extended instruction set including a workaround
281 2008-11-01 Raphael Neider <rneider AT web.de>
283 * device/include/pic16/adc.h,
284 device/include/pic16/pic16devices.txt,
285 device/include/pic16/pic18f2410.h,
286 device/include/pic16/pic18f2510.h,
287 device/include/pic16/pic18f2515.h,
288 device/include/pic16/pic18f2610.h,
289 device/include/pic16/pic18f4410.h,
290 device/include/pic16/pic18f4510.h,
291 device/include/pic16/pic18f4515.h,
292 device/include/pic16/pic18f4610.h,
293 device/include/pic16/pic18fregs.h,
294 device/lib/pic16/libdev/Makefile.am,
295 device/lib/pic16/libdev/Makefile.in,
296 device/lib/pic16/libdev/pic18f2410.c,
297 device/lib/pic16/libdev/pic18f2510.c,
298 device/lib/pic16/libdev/pic18f2515.c,
299 device/lib/pic16/libdev/pic18f2610.c,
300 device/lib/pic16/libdev/pic18f4410.c,
301 device/lib/pic16/libdev/pic18f4510.c,
302 device/lib/pic16/libdev/pic18f4515.c,
303 device/lib/pic16/libdev/pic18f4610.c,
304 device/lib/pic16/libio/Makefile.am,
305 device/lib/pic16/libio/Makefile.in,
306 device/lib/pic16/pics.all: added support for 18f[24][456]10
307 and 18f[24]515 devices
308 * doc/sdccman.lyx: updated list of supported PIC16 devices
310 * src/pic/glue.c, src/pic/pcode.c, src/pic/pcodeflow.c,
311 src/pic16/glue.c, src/pic16/pcode.c, src/pic16/pcodeflow.c,
312 src/xa51/gen.c: avoid compiler warnings
313 * support/scripts/inc2h-pic16.pl: removed trailing whitespace
315 2008-10-22 Gudjon I. Gudjonsson <gudjon AT gudjon.org>
317 * device/include/mcs51/p89v66x.h: NXP header file
318 * device/include/mcs51/p89c66x.h: fixed an SBIT definition
319 (svn commit by Frieder Ferlemann <Frieder.Ferlemann AT web.de>)
321 2008-10-14 Raphael Neider <rneider AT web.de>
323 * device/lib/pic16/libdev/Makefile.am,
324 device/lib/pic16/libio/Makefile.am: enable building libraries for
325 18f2321, 18f4321, 18f2523, 18f4620, 18f66j60, 18f66j65, 18f67j60,
326 18f86j60, 18f86j65, 18f87j60, 18f96j60, 18f96j65, and 18f97j60
327 * device/lib/pic16/libdev/Makefile.in,
328 device/lib/pic16/libio/Makefile.in: regenerated
330 2008-10-14 Raphael Neider <rneider AT web.de>
332 * device/include/pic16/pic18f2450.h,
333 device/include/pic16/pic18f4450.h,
334 device/lib/pic16/libdev/pic18f2450.c,
335 device/lib/pic16/libdev/pic18f4450.c,
336 device/include/pic16/adc.h,
337 device/include/pic16/pic16devices.txt,
338 device/include/pic16/pic18fregs.h,
339 device/lib/pic16/libdev/Makefile.am,
340 device/lib/pic16/libdev/Makefile.in,
341 device/lib/pic16/libio/Makefile.am,
342 device/lib/pic16/libio/Makefile.in,
343 device/lib/pic16/pics.all: added 18f2450 and 18f4450, closes #1844525
345 * device/lib/pic16/libsdcc/stack/stack.S: there is no need to pin the
346 stack to a fixed location, relax it to automatically work with all
347 but the smallest devices (256 byte RAM devices need #pragma stack)
349 2008-10-09 Maarten Brock <sourceforge.brock AT dse.nl>
351 * debugger/mcs51/break.c: bugfix from patch 1989966, thanks Risto Huotari
352 * debugger/mcs51/simi.c: bugfix from patch 1989972, thanks Risto Huotari
353 * device/lib/_strcspn.c: fixed bug 2140931
355 2008-10-06 Raphael Neider <rneider AT web.de>
357 * device/include/pic16/stdio.h,
358 device/lib/pic16/libc/stdio/putchar.c: putchar should not be
359 declared __naked for convenience, named all arguments
360 * device/lib/pic16/libc/stdio/strmgpsim.c,
361 device/lib/pic16/libc/stdio/strmmssp.c,
362 device/lib/pic16/libc/stdio/strmusart.c: cosmetic changes
364 * src/pic16/pcode.c (createReachingDefinitions): avoid segfault on
365 empty __naked functions,
366 * (pCodeLabelDestruct, pic16_unlinkpCode, pic16_pCodeUnlink): fix
367 corner cases (unlink first/last pCode in list), reuse more code
369 2008-10-05 Maarten Brock <sourceforge.brock AT dse.nl>
371 * src/ds390/main.c (_ds390_genInitStartup): added
372 * src/SDCCpeeph.c (getPatternVar): new, added,
373 (labelInRange): fixed bug 2115959
374 * src/mcs51/peeph.def (rules 193.x to 198.x): check for labelInRange
375 * src/SDCCicode.h: added newiTempOperand
376 * src/SDCCcse.c (algebraicOpts): fixed bug for x*-1,
377 added optimizations for 0/x and x/-1, see also patch 2142900
378 * support/regression/tests/onebyte.c (testMul): added test cases
380 2008-09-20 Borut Razem <borut.razem AT siol.net>
383 definition of absolute address symbols without initial value,
384 fixed SDCC crash "do not know how to intialize symbol"
386 2008-09-16 Maarten Brock <sourceforge.brock AT dse.nl>
388 * device/lib/z80/mul.s (__mulsuchar_rrx_s, __muluschar_rrx_s),
389 * device/lib/z80/div.s (__divsuchar_rrx_s, __modsuchar_rrx_s,
390 __divuschar_rrx_s, __moduschar_rrx_s): added mixed signedness versions
391 * device/lib/z80/stubs.s: added stubs for above functions
392 * src/SDCCopt.c (convilong),
393 * src/SDCCsymt.c (initCSupport): fixed bug 1900961
394 * src/SDCCsymt.h (__muldiv): enlarged for mixed signedness
395 * src/z80/main.c (_hasNativeMulFor): fixed bug, I think
396 * support/regression/tests/onebyte.c: enabled all tests for z80
398 2008-09-15 Borut Razem <borut.razem AT siol.net>
400 * device/include/pic16/stdio.h, device/lib/pic16/libc/stdio/streams.c,
401 device/lib/pic16/libc/stdio/printf.c,
402 device/lib/pic16/libc/stdio/strmusart.c,
403 device/lib/pic16/libc/stdio/printf_tiny.c,
404 device/lib/pic16/libc/stdio/sprintf.c,
405 device/lib/pic16/libc/stdio/strmgpsim.c,
406 device/lib/pic16/libc/stdio/putchar.c,
407 device/lib/pic16/libc/stdio/fprintf.c,
408 device/lib/pic16/libc/stdio/strmmssp.c,
409 device/device/lib/pic16/libc/stdio/vprintf.c,
410 device/lib/pic16/libc/stdio/printf_small.c,
411 device/lib/pic16/libc/stdio/vsprintf.c,
412 device/lib/pic16/libc/stdio/strmputchar.c,
413 device/lib/pic16/libc/Makefile.am,
414 device/lib/pic16/libc/Makefile.in:
415 *printf now returns int, puchar.c moved from stdlib to stdio,
416 *printf format parameter type changed from char * to const char *,
417 added GNU link excetion text to library source files,
418 applyed GNU coding style, removed useless svn ids,
419 added BINARY_SPECIFIER macro re-enables the use of the removed 'b'
420 binary specifier: "%b", "%hb" and "%lb"
421 * device/lib/pic16/libc/stdio/vfprintf.c:
422 applied patch #2044424: PIC16: vfprintf
423 thanks Mauro Giachero
424 * support/regression/tests/bug1057979.c:
425 removed old pic16 sprintf specifics
426 * .version, doc/sdccman.lyx: bumped sdcc version to 2.8.4
427 * doc/sdccman.lyx: documented 'b' binary format specifier removal
429 2008-09-15 Raphael Neider <rneider AT web.de>
431 * src/pic16/device.c (pic16_dump_usection): force udata sections
432 into the addressable range (0..0xFFF), workaround for a gpsim
433 bug preventing simulation of regtest bug1750318
434 * src/pic16/ralloc.c (deassignLRs): cosmetic changes,
435 (serialRegAssign): fixed regtest bug-971834,
436 (pic16_packRegisters): avoid null-pointer dereference
438 2008-09-14 Raphael Neider <rneider AT web.de>
440 * src/pic16/gen.c, src/pic16/ralloc.c: use
441 SYM_SPIL_LOC/SPIL_LOC macros, no functional changes
442 * src/pic16/ralloc.c (rematStr): reimplemented, fixes #1818857
444 2008-09-12 Borut Razem <borut.razem AT siol.net>
446 * support/regression/fwk/testfwk.h:
447 define pdata as data for pic16 target
448 thanks Mauro Giachero
450 2008-09-11 Borut Razem <borut.razem AT siol.net>
452 * support/regression/tests/bug-221100.c, support/regression/shifts.c,
453 support/regression/absolute.c:
454 applied patch #2105615: Some PIC16 testcase fixlets
455 thanks Mauro Giachero
457 2008-09-08 Maarten Brock <sourceforge.brock AT dse.nl>
459 * src/z80/gen.c (genCmpGt, genCmpLt): fixed bug 2094505
460 * support/regression/tests/bug2094505.c: new, added
462 2008-09-07 Borut Razem <borut.razem AT siol.net>
464 * src/SDCCglue.c, src/SDCCast.c:
465 fixed throw of "excess elements" warning for char arrays
466 * support/regression/tests/nullstring.c:
467 disable warning about excess elements in array of chars initializer
469 2008-09-07 Maarten Brock <sourceforge.brock AT dse.nl>
471 * as/z80/aslist.c (lstsym): changed old K&R to ANSI
472 * src/SDCCicode.c (geniCodeCritical): fixed bug for hc08
473 * src/z80/gen.c (genCritical, genEndCritical): fixed bug 2077267
474 * support/regression/tests/bug2077267.c: new, added
476 2008-09-05 Raphael Neider <rneider AT web.de>
478 * configure.in, Makefile.common.in: add support for ccache,
479 remove spurious $VERSION output, detect doc-tools even without
480 --enable-doc to facilitate later manual doc-builds, minor cleanup
481 * configure: regenerated
483 * doc/Makefile.in: quieten pdflatex, makeindex, and latex2html,
484 avoid races in parallel VPATH builds
485 * doc/clean.mk: remove .lyx files in the builddir for VPATH builds
486 * doc/sdccman.lyx: mention --without-ccache configure option
488 2008-09-01 Raphael Neider <rneider AT web.de>
490 * src/pic16/gen.c (pic16_derefPtr): handle CPOINTERs as well
491 * (genConstPointerGet): fix reading bitfields from __code space
492 * src/pic16/glue.c (pic16_printIvalBitFields): correctly mask
493 bitfield initializers (fix regression test bug1856409.c)
494 * (pic16_printIvalCharPtr,pic16_printIvalPtr): generalized to support
497 2008-08-31 Raphael Neider <rneider AT web.de>
499 * src/pic16/gen.c (genAssign): removed useless compiler output
500 * (genPointerGet,genPointerSet,genCast),
501 src/pic16/glue.c (pic16_printGPointerType):
502 also handle PPOINTERs just to avoid spurious asserts
503 * (pic16_printIvalType,pic16_printIvalBitFields):
504 generalized to arbitrary type/bitfield sizes, allows compilation of
505 regression test bug-1981238.c
506 * (pic16_printIvalChar): fix regression test structflexarray.c
507 * (pic16_printIvalArray): avoid SIGSEGV on uninitialized strings
508 in initialized structs and fix #1843745
509 * (pic16_printIvalStruct): always output initializers for all fields,
510 even those not explicitly given, fixes zeropad.c regression test
511 * (pic16_printIvalUnion): fix union initializers (bug1426356.c,
512 #2073635, #1567098, and #1485812)
513 * src/pic16/main.c (_pic16_keywords): remove unsupported 'pdata'
515 2008-08-31 Borut Razem <borut.razem AT siol.net>
517 * support/regression/tests/bug-895992.c,
518 support/regression/tests/onebyte.c:
519 enabled pic16 regression testing since the bugs
520 1511794: pic16: regression test bug-895992.c fails
521 1444425: onebyte.c regression tes fails on pic16
522 are fixed, probably by fixing
523 2048464: PIC16: fix genUminus - addresses not.c regression test
524 * src/SDCCsymt.c, src/SDCCglue.c,
525 support/regression/tests/bug-1981238.c:
526 applied patch 2076664: fix #1981238 + SIGSEGV in SDCCGlue.c
529 2008-08-30 Borut Razem <borut.razem AT siol.net>
531 * support/cpp/libcpp/files.c: SDCPP synchronized with GCC CPP
532 release version 4.3.2
534 2008-08-24 Raphael Neider <rneider AT web.de>
536 * device/lib/pic16/configure, device/lib/pic16/configure.ac:
537 always use the sdcc from the current build tree (ignore $CC from
538 the environment, fixes compile farm builds)
539 * device/lib/Makefile.in: rename .a into .lib for compatibility,
540 remove more build products from install directory
541 * sdcc/src/pic16/main.c (_pic16_linkEdit,_pic16_finaliseOptions)
542 * sdcc/support/scripts/sdcc.nsi: revert to .lib extension for libs
544 2008-08-24 Borut Razem <borut.razem AT siol.net>
546 * src/SDCC.y: applied patch
547 2050245: Fix # 1963382
549 1963382: Listing File - C file comment is incorrect
552 2008-08-23 Borut Razem <borut.razem AT siol.net>
554 * src/pic16/gen.c: applied patch
555 2048464: PIC16: fix genUminus - addresses not.c regression test
556 thanks Mauro Giachero
558 2008-08-22 Borut Razem <borut.razem AT siol.net>
560 * device/lib/pic16/configure, device/lib/pic16/configure.ac,
561 src/pic16/main.c: allow spaces in gpasm and gplink paths
563 2008-08-15 Philipp Klaus Krause <pkk AT spth.de>
566 * src/z80/peeph-z80.def: minor peephole improvement
568 2008-08-15 Raphael Neider <rneider AT web.de>
570 * src/z80/gen.c (_vemit2): suppress compiler warning
572 * src/pic/*.[ch]: make proper use of header files and avoid
573 ad-hoc extern declarations, mark module-local helpers 'static',
574 removed dead/replaced code, no functional changes
575 * src/pic16/pcode.c: disentangled from pic14 backend
577 2008-08-14 Philipp Klaus Krause <pkk AT spth.de>
579 * src/z80/gen.c: fixed #2051348
580 * support/regression/tests/bug-2051348.c: regression test for #2051348
582 2008-08-10 Raphael Neider <rneider AT web.de>
585 * Makefile.common.in: export PACKAGE for $docdir,
586 fixes #1957036, avoid some "underquoted definition" warnings
587 * configure: regenerated
589 2008-08-10 Raphael Neider <rneider AT web.de>
591 * device/lib/pic16/**: build pic16 library using autotools for
592 improved dependency tracking
594 * device/lib/Makefile.in,
596 * support/scripts/sdcc.nsi: adapt to changes in filenames (s/.lib/.a/)
598 2008-08-10 Raphael Neider <rneider AT web.de>
600 * src/pic/pcode.c (ReuseReg): do not overlay the registers used for
601 local variables if --nooverlay is given, workaround for #2023121
603 2008-08-08 Raphael Neider <rneider AT web.de>
605 * src/pic16/genarith.c (genAddLit): fix structure access (#1888004)
607 2008-08-08 Raphael Neider <rneider AT web.de>
609 * src/pic/pcoderegs.c,
611 * src/pic16/pcode.c: replace own SAFE_snprintf with common SNPRINTF
613 2008-08-07 Borut Razem <borut.razem AT siol.net>
615 * src/SDCCval.c, src/SDCCmain.c, src/SDCC.lex,
616 device/lib/pic/Makefile.rules, device/lib/ds390/Makefile.in,
617 device/lib/ds400/Makefile.in, device/lib/hc08/Makefile.in,
618 support/cpp/libcpp/lex.c, doc/sdccman.lyx:
619 applied modified patch 2038174: Add support for binary constants v2
620 thanks Mauro Giachero
621 * .version, doc/sdccman.lyx: bumped sdcc version to 2.8.3
623 2008-08-04 Raphael Neider <rneider AT web.de>
626 * src/pic16/device.h,
628 * src/pic16/main.c: enable --optimize-goto by default
630 * device/lib/pic16/Makefile.common.in: suppress removed option
633 * src/pic16/genutils.c: avoid too long relative branches (#2031890)
635 2008-07-30 Borut Razem <borut.razem AT siol.net>
637 * src/pic16/device.c, src/pic16/glue.c, src/pic16/pcode.c:
638 applied patch 22032433: PIC16: fix constant strings,
639 thanks Mauro Giachero
641 2008-07-29 Borut Razem <borut.razem AT siol.net>
643 * src/pic16/gen.c: applied patches:
644 2030306: [1/3] PIC16: fix failing rotate.c tests on 16-bit variables,
645 2030307: [2/3] PIC16: fix failing rotate.c tests for 32-bit var (1),
646 2030310: [3/3] PIC16: fix failing rotate.c tests for 32-bit var (2),
647 thanks Mauro Giachero
649 2008-07-13 Philipp Klaus Krause <pkk AT spth.de>
651 * src/port.h: Fixed typo in comment
653 2008-07-12 Philipp Klaus Krause <pkk AT spth.de>
655 * src/z80/mappings.i: Implemented RFE #1919415
656 * src/z80/peeph-z80.def: Implemented RFE #1919415, #1861376,
657 #1880202, #1914434, prepared for RFE #1703943
659 2008-07-12 Philipp Klaus Krause <pkk AT spth.de>
662 * src/z80/peeph-z80.def,
663 * src/z80/peeph-gbz80.def: separate Z80 from GBZ80 peepholes in
664 preparation for Z80 peephole improvements
666 2008-06-21 Raphael Neider <rneider AT web.de>
668 * device/include/pic16/pic18f66j60.h,
669 * device/include/pic16/pic18f66j65.h,
670 * device/include/pic16/pic18f67j60.h,
671 * device/include/pic16/pic18f86j60.h,
672 * device/include/pic16/pic18f86j65.h,
673 * device/include/pic16/pic18f87j60.h,
674 * device/include/pic16/pic18f96j60.h,
675 * device/include/pic16/pic18f96j65.h,
676 * device/include/pic16/pic18f97j60.h,
677 * device/lib/pic16/libdev/pic18f66j60.c,
678 * device/lib/pic16/libdev/pic18f66j65.c,
679 * device/lib/pic16/libdev/pic18f67j60.c,
680 * device/lib/pic16/libdev/pic18f86j60.c,
681 * device/lib/pic16/libdev/pic18f86j65.c,
682 * device/lib/pic16/libdev/pic18f87j60.c,
683 * device/lib/pic16/libdev/pic18f96j60.c,
684 * device/lib/pic16/libdev/pic18f96j65.c,
685 * device/lib/pic16/libdev/pic18f97j60.c,
686 * device/include/pic16/pic16devices.txt,
687 * device/include/pic16/pic18fregs.h,
688 * device/lib/pic16/pics.all: added new devices
690 * device/include/pic16/adc.h,
691 * device/lib/pic16/libio/adc/adcbusy.c,
692 * device/lib/pic16/libio/adc/adcopen.c,
693 * device/lib/pic16/libio/adc/adcsetch.c,
694 * device/lib/pic16/libio/i2c/i2copen.c,
695 * device/lib/pic16/libio/usart/uopen.c: adapted to new devices,
696 all changes from a patch by Anton Strobl
698 2008-06-12 Borut Razem <borut.razem AT siol.net>
700 * sim/ucsim/cmd.src/info.cc, sim/ucsim/cmd.src/bp.cc,
701 sim/ucsim/xa.src/xa.cc, sim/ucsim/xa.src/xacl.h,
702 sim/ucsim/z80.src/z80cl.h, sim/ucsim/z80.src/z80.cc,
703 sim/ucsim/sim.src/uc.cc, sim/ucsim/sim.src/uccl.h,
704 sim/ucsim/hc08.src/hc08.cc, sim/ucsim/hc08.src/hc08cl.h,
705 sim/ucsim/s51.src/uc51cl.h, sim/ucsim/s51.src/uc390.cc,
706 sim/ucsim/s51.src/uc51.cc, sim/ucsim/s51.src/uc390cl.h,
707 sim/ucsim/avr.src/avrcl.h, sim/ucsim/avr.src/avr.cc:
708 fixed bug 1990586: s51 simulator, uc::disass() unimplemented
709 by applying the modified patch from Risto Huotari
711 2008-06-04 Maarten Brock <sourceforge.brock AT dse.nl>
714 * doc/sdccman.lyx: bumped sdcc version to 2.8.2
715 * src/ds390/gen.c (aopPutUsesAcc, genAddrOf): fixed bug 1015185
716 * src/mcs51/gen.c (genNearPointerGet, genNearPointerSet): fixed bug 1938300
717 * support/regression/tests/bug1938300.c: new, added
719 2008-06-03 Maarten Brock <sourceforge.brock AT dse.nl>
721 * device/include/asm/ds390/features.h,
722 * device/include/asm/mcs51/features.h,
723 * device/include/mcs51/regc515c.h: inserted LGPL notice
725 2008-05-29 Maarten Brock <sourceforge.brock AT dse.nl>
727 * device/lib/gbz80/div.s,
728 * device/lib/z80/div.s: fixed bug 1904314 by applying a modified part of
729 patch 1597883, Thanks Robert Ramey
731 2008-05-29 Maarten Brock <sourceforge.brock AT dse.nl>
733 * src/SDCCast.c (createIvalType, createIvalStruct, createIvalArray,
734 createIvalCharPtr, createIvalPtr, createIval),
736 * src/SDCCval.c (convertIListToConstList, list2expr): handle incomplete
737 initializers for local auto variables
738 * support/regression/tests/zeropad.c: added testcase for auto initializers
740 2008-05-26 Raphael Neider <rneider AT web.de>
742 * device/lib/pic16/startup/crt0.c,
743 * device/lib/pic16/startup/crt0i.c,
744 * device/lib/pic16/startup/crt0iz.c: clean up, make use of access bank
745 explicit, fixed curr_entry loop for >= 256 initializer records,
746 removed debug code (write to 0xf7e)
748 2008-05-25 Raphael Neider <rneider AT web.de>
750 * device/include/pic/pic16f627a.h,
751 * device/include/pic/pic16f628a.h,
752 * device/include/pic/pic16f648a.h: added missing ports
754 2008-05-20 Maarten Brock <sourceforge.brock AT dse.nl>
756 * device/include/float.h: added __INFINITY
757 * device/lib/_fsadd.c: handle overflows
758 * device/lib/_fsmul.c,
759 * device/lib/_fsdiv.c: use __INFINITY
760 * device/lib/_fseq.c,
761 * device/lib/_fsneq.c: handle -0.0
762 * sim/ucsim/s51.src/uc89c51r.cc,
763 * sim/ucsim/s51.src/uc89c51rcl.h: fixed bug 1385430
764 * sim/ucsim/sim.src/hwcl.h: */* confuses VC
765 * src/mcs51/gen.c (genSend): fixed bug with --xstack
766 * support/regression/ports/mcs51-xstack-auto/spec.mk: print floats
767 * support/regression/tests/snprintf.c: test bug with --xstack
769 2008-05-19 Philipp Klaus Krause <pkk AT spth.de>
771 * src/SDCCpeeph.c (callFuncByName):
772 Support nested parenthesis in peephole function arguments (#1967300)
774 2008-05-19 Raphael Neider <rneider AT web.de>
776 * src/pic16/gen.c (pic16_emitpLabel,pic16_emitpLabelFORCE):
777 fixed duplicate labels (#1911325)
779 2008-05-19 Raphael Neider <rneider AT web.de>
781 * src/regression/empty.c: suppress warning
782 * src/regression/pointer1.c: enabled index_by_pointer()
783 * src/regression/inline.c: now works for pic16 as well
785 * src/pic16/device.c: include dbuf declarations
786 * src/pic16/device.h: removed obsolete prototypes
788 * src/pic16/gen.c, src/pic16/gen.h: moved generic pointer tags
789 * src/pic16/glue.c: made purely local functions static,
790 (pic16_printGPointerType, pic16_printIvalCharPtr,
791 pic16_printIvalFuncPtr, pic16_printIvalPtr): fixed initialized
792 generic pointers' tags (#1961866)
794 * src/pic16/pcode.c (assignValnums): optimize literal assignments
796 2008-05-19 Borut Razem <borut.razem AT siol.net>
798 * support/scripts/sdcc.nsi: remove uninstall.exe after uninstallation,
799 fixed typo, uninstall include/pic16/pic16devices.txt
801 2008-05-18 Borut Razem <borut.razem AT siol.net>
803 * support/Utils/dbuf_string.[ch]: added dbuf_chomp(),
804 the buffer is null terminated
805 * src/device/pic16.c:
806 applied modified patch 1965676: Patch for Win32 16 bit PIC
807 * sdcc_vc_in.h: defined YY_NO_UNISTD_H
809 2008-05-16 Maarten Brock <sourceforge.brock AT dse.nl>
811 * src/SDCC.lex (check_type),
812 * src/SDCC.y (type_specifier2 TYPE_NAME): fixed bug 1925942
815 * as/z80/clean.mk: also clean *.dep
816 * device/lib/pic16/libsdcc/stack/Makefile,
817 * sim/ucsim/libtool: removed as they are rebuild by configure
818 * src/clean.mk: removed izt, so Makefile is not deleted for distclean
820 2008-05-13 Maarten Brock <sourceforge.brock AT dse.nl>
822 * src/SDCCast.c (fixupInline, createFunction): save currBlockno in
823 fixupInline instead of createFunction to fix bug 1864577
824 (inlineFindMaxBlockno): removed, use global blockNo
825 * src/SDCCglobl.h: added blockNo
827 * src/z80/peep.h: modified properties
828 * support/regression/tests/bug1864577.c: new, added
830 2008-05-07 Maarten Brock <sourceforge.brock AT dse.nl>
833 * as/mcs51/asm.h: added org_cnt
834 * as/mcs51/asmain.c (main, asmbl): fixed bug 1957716, changed old K&R to ANSI
835 * as/mcs51/asout.c: changed old K&R to ANSI
836 * as/mcs51/Makefile.in: use common identifiers
842 * as/hc08/Makefile.bcc,
843 * as/hc08/Makefile.in: synchronized with as/mcs51/*
844 * sdcc_vc_in.h: added define __func__
845 * src/SDCCast.c (expandInlineFuncs): applied patch 1957148 to fix bug 1717305,
846 Thanks Ruud van Silfhout
847 * support/regression/tests/bug1717305.c: new, added
849 2008-05-05 Borut Razem <borut.razem AT siol.net>
851 * support/regression/Makefile.in,
852 support/regression/ports/ds390/spec.mk,
853 support/regression/ports/hc08/spec.mk,
854 support/regression/ports/mcs51-common/spec.mk,
855 support/regression/ports/pic14/spec.mk,
856 support/regression/ports/pic16/spec.mk,
857 support/regression/ports/ucz80/spec.mk,
858 support/regression/ports/z80/spec.mk:
859 added INC_DIR and LIBDIR paths
860 * src/ds390/gen.c: removed duplicated selicolon
862 2008-05-04 Borut Razem <borut.razem AT siol.net>
864 * support/regression/Makefile.in,
865 support/regression/fwk/lib/testfwk.c,
866 support/regression/ports/ds390/spec.mk,
867 support/regression/ports/hc08/spec.mk,
868 support/regression/ports/mcs51-common/spec.mk,
869 support/regression/ports/mcs51-large/spec.mk,
870 support/regression/ports/mcs51-medium/spec.mk,
871 support/regression/ports/mcs51-small/spec.mk,
872 support/regression/ports/mcs51-stack-auto/spec.mk,
873 support/regression/ports/mcs51-xstack-auto/spec.mk,
874 support/regression/ports/pic14/spec.mk,
875 support/regression/ports/pic16/spec.mk,
876 support/regression/ports/ucz80/spec.mk:
877 added possibility to define the sdcc binary directory SDCC_BIN_PATH
878 used to run regeression tests
880 2008-05-01 Raphael Neider <rneider AT web.de>
882 * doc/sdccman.lyx, support/scripts/inc2h-pic16.pl: updated list of
883 supported devices and instructions to add new ones
885 2008-05-01 Raphael Neider <rneider AT web.de>
887 * device/include/pic16/adc.h,
888 device/lib/pic16/libio/adc/adcbusy.c,
889 device/lib/pic16/libio/adc/adcopen.c,
890 device/lib/pic16/libio/adc/adcsetch.c: support old 18f242 and new
891 18f2455 style ADC devices, based on patch #1776197
892 * device/lib/pic16/libio/adc/adcclose.c,
893 device/lib/pic16/libio/adc/adcconv.c,
894 device/lib/pic16/libio/adc/adcread.c: cosmetic changes
895 * device/include/pic16/{pic18f2331.h,pic18f2431.h},
896 device/lib/pic16/libdev/{pic18f2331.c,pic18f2431.c}: reuse 18f4331
897 * device/include/pic16/pic18f4431.h,
898 device/lib/pic16/libdev/pic18f4431.c: remove outdated comments
899 * device/lib/pic16/libio/adc.ignore: forbid unhandled devices
901 2008-05-01 Raphael Neider <rneider AT web.de>
903 * src/pic16/device.h: removed unused field PIC16_device.sfrRange,
904 moved xinst flag into pic16_options_t
905 * src/pic16/device.c (default_device, pic16_list_devices,
906 pic16_find_device): removed references to sfrrange
907 * src/pic16/gen.c (genFunction),
908 src/pic16/glue.c (pic16initialComments),
909 src/pic16/main.c (pic16_optionsTable),
910 src/pic16/ralloc.c (newReg, pic16_writeUsedRegs): updated references
912 * device/include/pic16/pic16devices.txt: removed sfrrange lines
914 2008-04-29 Raphael Neider <rneider AT web.de>
916 * src/pic16/devices.inc,
917 device/include/pic16/pic16devices.txt: replaced compiled-in list
918 of devices with a variant parsed at runtime
919 * src/pic16/device.c: added support for parsing pic16devices.txt,
921 * src/pic16/device.h: removed (now) unused fields from PIC_device
922 * src/pic16/main.c: removed #pragma maxram,
923 (_pic16_initPaths): removed bogus generation of search paths,
924 setup the port proper only after the search paths (for
925 pic16devices.txt) are set up,
926 (_pic16_finaliseOptions): moved processor dependant code here
927 from _pic16_initPaths(), clean up
928 * src/pic16/ralloc.c (pic16_init_stack),
929 * src/pic16/ralloc.h,
930 * src/pic16/pcode.c: clean up
931 * device/include/Makefile.in,
932 support/scripts/sdcc.nsi: also install/package pic16devices.txt
933 * support/scripts/inc2h-pic16.pl: updated instructions
935 2008-04-29 Raphael Neider <rneider AT web.de>
937 * device/include/pic16/{pic18f2480.h, pic18f2580.h, pic18f4423.h,
938 pic18f4480.h, pic18f4523.h, pic18f4580.h, pic18f6585.h, pic18f8585.h},
939 device/lib/pic16/libdev/{pic18f2480.c, pic18f2580.c, pic18f4423.c,
940 pic18f4480.c, pic18f4523.c, pic18f4580.c, pic18f6585.c, pic18f8585.c}:
941 added missing family members and 18f2480/2580/4480/4580 family
942 * device/include/pic16/{pic18f2423.h, pic18f2523.h}: use 18f4523.h
943 * device/include/pic16/pic18f2525.h: use 18f4620.h
944 * device/include/pic16/pic18f6680.h: use 18f8680.h
945 * device/include/pic16/pic18fregs.h,
946 device/lib/pic16/pics.all,
947 src/pic16/devices.inc: add new devices
948 * device/lib/pic16/libdev/{pic18f2423.c, pic18f2523.c}: use 18f4523.c
949 * device/lib/pic16/libdev/pic18f2525.c: use 18f4620.c
950 * device/lib/pic16/libdev/pic18f6680.c: uso 18f8680.c
951 * device/lib/pic16/libio/{adc.ignore, i2c.ignore, usart.ignore}:
952 prevent attempting to build the libio for some new devices
954 2008-04-29 Raphael Neider <rneider AT web.de>
956 * debugger/mcs51/Makefile.in: fixed paths to sources
958 2008-04-25 Borut Razem <borut.razem AT siol.net>
960 * as/link/lklibr.c: moved from as/link/z80/lklibr.c
961 * as/link/hc08/lklibr.c, as/link/mcs51/lklibr.c: deleted
962 * as/link/hc08/Makefile.bcc, as/link/hc08/Makefile.in,
963 * as/link/hc08/link_hc08.dsp, as/link/mcs51/Makefile.bcc,
964 as/link/mcs51/Makefile.in, as/link/mcs51/aslink.dsp,
965 as/link/z80/Makefile.in, as/link/z80/linkgbz80.dsp,
966 as/link/z80/linkz80.dsp: lklibr.c moved
967 * doc/INSTALL.txt: binary archives in bz2 format
968 * support/cpp/auto-host_vc_in.h: CPP2 replaced with CPP
970 2008-04-23 Maarten Brock <sourceforge.brock AT dse.nl>
972 * src/SDCCglue.c (printIvalType, printIvalBitFields): fixed bug 1856409
973 * support/regression/tests/bug1856409.c: new, added
975 2008-04-20 Maarten Brock <sourceforge.brock AT dse.nl>
978 * src/mcs51/peep.c: Use werror for error messages.
979 * src/SDCCicode.c (geniCodeConditional),
980 * src/SDCCsymt.c (structElemType): fixed bug 1839321
981 * src/z80/Makefile.bcc,
982 * src/z80/z80.dsp: added src/z80/peep.c/h
983 * support/regression/tests/bug1839321.c: new, added
985 2008-04-20 Raphael Neider <rneider AT web.de>
987 * device/include/pic16/pic18f2455.h: added bitfields for port C
989 2008-04-20 Philipp Klaus Krause <pkk AT spth.de>
991 * src/z80/peep.c: Use werror for error messages.
993 2008-04-19 Philipp Klaus Krause <pkk AT spth.de>
995 * src/z80/peep.h (declaration of notUsed()),
996 * src/z80/main.c (enabled notUsed() for z80 port, documented z80_port
998 * src/z80/z80.h (added dependency on peep.h),
999 * src/z80/peep.c (definition of notUsed()): Implemented RFE #1880202
1002 2008-04-19 Philipp Klaus Krause <pkk AT spth.de>
1004 * src/SDCCpeeph.c (added support for notUsed()),
1005 * src/mcs51/main.c (added dependency on peep.h, documented mcs51_port
1007 * src/port.h (removed dependency on mcs51/peep.h, added declaration
1008 for notUsed()): Implemented generic (that is not port-specific) part
1011 2008-04-17 Maarten Brock <sourceforge.brock AT dse.nl>
1013 * as/link/mcs51/lkmem.c (summary2): fixed bug 1796077
1014 * device/lib/libsdcc.lib,
1015 * device/lib/Makefile.in,
1016 * support/regression/ports/mcs51-xstack-auto/spec.mk,
1017 * device/lib/calloc.c: renamed to _calloc.c
1018 * device/lib/free.c: renamed to _free.c
1019 * device/lib/malloc.c: renamed to _malloc.c
1020 * device/lib/realloc.c: renamed to _realloc.c
1021 * src/ds390/gen.c (aopGet, aopPut, genPlusBits, genDataPointerSet,
1022 genNearPointerSet, genPagedPointerSet): synchronized with mcs51/gen.c
1023 * src/ds390/gen.c (popForBranch, genIfxJump, genCmp, genCmpEq, ifxForOp,
1024 genAnd, genOr, genXor, genIfx, gen390Code): fixed bug 1509084
1025 * src/mcs51/gen.c (popForBranch, genIfxJump, genCmp, genCmpEq,
1026 ifxForOp, genAnd, genOr, genXor, genNearPointerGet,
1027 genPagedPointerGet, genFarPointerGet, genCodePointerGet,
1028 genGenPointerGet, genIfx, gen51Code): fixed bug 1509084
1030 * src/mcs51/gen.c: throughout cosmetic changes for syncing both
1031 * src/SDCCsymt.h: updated IS_OP_RUONLY, IS_OP_ACCUSE
1032 * support/regression/tests/bug1509084.c: new, added
1034 2008-04-14 Maarten Brock <sourceforge.brock AT dse.nl>
1036 * device/include/mcs51/cc2510fx.h: added _XPAGE
1037 * device/include/mcs51/compiler.h: cosmetic changes
1039 2008-03-31 Maarten Brock <sourceforge.brock AT dse.nl>
1041 * sdcc.dsw: adapted for moved cpp2, added dependency for as_z80 on
1044 2008-03-31 Borut Razem <borut.razem AT siol.net>
1046 * support/cpp2 renamed to support/cpp
1047 * support/cpp2/libiberty/filenames.h, support/cpp2/libiberty/hex.c,
1048 support/cpp2/libiberty/splay-tree.c,
1049 support/cpp2/libiberty/splay-tree.h, support/cpp2/libcpp/macro.c,
1050 support/cpp2/libcpp/directives.c,
1051 support/cpp2/libcpp/include/cpplib.h,
1052 support/cpp2/libcpp/include/symtab.h,
1053 support/cpp2/libcpp/include/line-map.h,
1054 support/cpp2/libcpp/line-map.c, support/cpp2/libcpp/files.c,
1055 support/cpp2/libcpp/init.c, support/cpp2/libcpp/traditional.c,
1056 support/cpp2/libcpp/expr.c, support/cpp2/libcpp/internal.h,
1057 support/cpp2/libcpp/lex.c, support/cpp2/libcpp/system.h,
1058 support/cpp2/libcpp/charset.c: SDCPP synchronized with GCC CPP
1059 release version 4.3.0
1060 * configure.in, configure, Makefile.in, Makefile.bcc:
1061 adapted for moved cpp2
1063 2008-03-31 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
1065 * device/include/hc08/mc68hc908jkjl.h: committed fix for bug #1929739,
1066 thanks Alejandro Pustowka <alejo_pustowka AT yahoo.com.mx>
1068 2008-03-30 Maarten Brock <sourceforge.brock AT dse.nl>
1070 * src/SDCCloop.c (loopInvariants): applied fix for bug 1717943, thanks
1072 * support/regression/tests/bug1717943.c: new, added
1074 2008-03-30 Philipp Klaus Krause <pkk AT spth.de>
1076 * src/z80/gen.c (assignResultValue): Reverted reversal of order of
1077 bytewise return value assignments introduced in last commit.
1079 2008-03-30 Philipp Klaus Krause <pkk AT spth.de>
1081 * src/z80/gen.c (emitDebug, assignResultValue, genPlus, genMinus,
1082 genMult, genJumpTab):
1083 Use 16-bit instructions for addition in some additional cases,
1084 implemented RFEs #1914251, #1914245, #1922090, #1921382, #1918323.
1086 2008-03-30 Philipp Klaus Krause <pkk AT spth.de>
1088 * src/z80/ralloc.c (serialRegAssign, allocReg, tryAllocatingRegPair):
1089 Implemented RFE #1921450, changed some debug messages.
1091 2008-03-30 Borut Razem <borut.razem AT siol.net>
1093 * Small Device C Compiler 2.8.0 released
1094 * .version, doc/sdccman.lyx: changed sdcc version to 2.8.1
1095 * support/scripts/sdcc.nsi: added finish page; this version
1096 was used for 2.8.0 release
1097 * doc/knownbugs.html: removed; magically generated by the build
1098 process using gen_known_bugs.pl from now on
1100 2008-03-23 Borut Razem <borut.razem AT siol.net>
1102 * src/pic/gen.h: Q&D solution for the bug, found by Jim Paris
1103 and reverted it, since it was already fixed by Raphael ;-)
1104 * doc/knownbugs.html: updated for RC2
1106 2008-03-22 Raphael Neider <rneider AT web.de>
1108 * src/SDCCicode.c (getPtrType): avoid unnecessary extra assignments
1111 2008-03-22 Maarten Brock <sourceforge.brock AT dse.nl>
1113 * src/mcs51/gen.c (adjustArithmeticResult): fixed bug 1839299
1114 * support/regression/tests/bug1839277.c: added related testBug1839299
1116 2008-03-21 Maarten Brock <sourceforge.brock AT dse.nl>
1118 * src/ds390/gen.c (opIsGptr, adjustArithmeticResult, genAddrOf, genAssign),
1119 * src/mcs51/gen.c (opIsGptr, adjustArithmeticResult, genAddrOf, genAssign):
1121 * src/mcs51/gen.c: throughout only output hex constants
1122 * src/SDCCicode.c (getPtrType, geniCodeCast): fixed code size regression
1123 * support/regression/tests/bug1839277.c: new, added
1125 2008-03-21 Philipp Klaus Krause <pkk AT spth.de>
1127 * src/z80/ralloc.c (callFuncByName): Used // instead of /**/ to fix
1128 compilation warning about nested comments.
1130 2008-03-20 Maarten Brock <sourceforge.brock AT dse.nl>
1132 * src/SDCCsymt.c (comparePtrType): fixed bug 1921073
1133 * support/regression/tests/bug1921073.c: new, added
1135 2008-03-17 Philipp Klaus Krause <pkk AT spth.de>
1137 * src/z80/SDCCpeeph.c.c (callFuncByName):
1138 Commented function parameters.
1140 2008-03-17 Philipp Klaus Krause <pkk AT spth.de>
1142 * src/z80/ralloc.c (packRegsForAccUse2):
1143 disabled a broken accumulator packing optimization (fixed #1292721).
1144 * support/regression/tests/bug-1292721: Regression test for #1292721.
1146 2008-03-16 Raphael Neider <rneider AT web.de>
1148 * src/pic/gen.c (SetIrp,genNearPointerGet,genNearPointerSet):
1149 fixed code bloat regression using a variant of patch #1915618
1151 2008-03-16 Borut Razem <borut.razem AT siol.net>
1153 * support/scripts/sdcc.nsi: added section debugging macros, added SDCC
1154 icon, changed startup menu for release distribution, code cleaning,
1155 create url files instead links in startup menu
1157 2008-03-16 Maarten Brock <sourceforge.brock AT dse.nl>
1159 * src/SDCCcse.c (algebraicOpts): fixed bug 1579949
1160 * support/regression/tests/bug1579949.c: new, added
1162 2008-03-14 Paul Stoffregen <paul AT pjrc.com>
1164 * device/lib/printf_fast.c: fixed bug 1255403
1166 2008-03-14 Maarten Brock <sourceforge.brock AT dse.nl>
1168 * doc/sdccman.lyx: enhanced paragraph about bankswitching for mcs51
1169 * src/cdbFile.c (cdbWriteBasicSymbol): fixed bug 1909409 for locals
1171 2008-03-14 Borut Razem <borut.razem AT siol.net>
1173 * as/doc/asmlnk.doc, as/doc/asxhtm.html: updated link-xx and aslink
1174 command line options
1175 * as/link/hc08/lkmain.c: converted tabs to spaces so that the usage
1176 is correctly displayed
1177 * as/link/z80/lkmain.c: usage line commented out
1179 2008-03-13 Borut Razem <borut.razem AT siol.net>
1181 * doc/sdccman.lyx: corrected to be able to convert to PDF,
1182 updated the list pf supported pic14 devices
1184 2008-03-12 Maarten Brock <sourceforge.brock AT dse.nl>
1186 * doc/sdccman.lyx: added paragraph about bankswitching for mcs51
1188 2008-03-12 Borut Razem <borut.razem AT siol.net>
1190 * as/doc/asmlnk.doc, as/doc/asxhtm.html: updated command line options,
1191 fixed documentation request #1718191
1192 * as/hc80/asmain.c, as/mcs51/asmain.c: added option -c to usage
1193 * doc/sdccman.lyx: added description of --no-std-crt0 gbz80
1196 2008-03-10 Maarten Brock <sourceforge.brock AT dse.nl>
1198 * src/SDCCast.c (isConformingBody): fixed bug 1505811, thanks Robert Larice
1199 * support/regression/tests/bug1505811.c: new, added
1201 2008-03-09 Raphael Neider <rneider AT web.de>
1203 * device/include/pic16/pic18f2620.h,
1204 * device/include/pic16/pic18f4620.h,
1205 * device/lib/pic16/libdev/pic18f2620.c,
1206 * device/lib/pic16/libdev/pic18f4525.c,
1207 * device/lib/pic16/libdev/pic18f4620.c: merged 18f2525/2620/4525/4620
1208 family to consistently use pic18f4620.[ch], fixes #1832562
1210 2008-03-09 Borut Razem <borut.razem AT siol.net>
1212 * .version, sdcc.spec, doc/sdccman.lyx, doc/INSTALL.txt:
1213 changed sdcc version to 2.8.0
1214 * knownbugs.html: regenerated
1215 * support/scripts/gen_known_bugs.pl: added number of open bugs
1217 2008-03-09 Raphael Neider <rneider AT web.de>
1219 * src/pic16/gen.c (pic16_mov2w_volatile): NEW, read volatile operands,
1220 (genOr): read volatile operand even if the result is known,
1222 (genOr,genXor): removed unused legacy code,
1223 (genDummyRead): use pic16_mov2w_volatile()
1225 2008-03-08 Borut Razem <borut.razem AT siol.net>
1227 * src/SDCCglue.c: fixed bug #1864582: multiple definition of char
1228 cons w. --model-large
1229 * support/regression/staticinit.c: added regression test for bug
1232 2008-03-08 Maarten Brock <sourceforge.brock AT dse.nl>
1234 * src/ds390/gen.c (pushSide, genPcall),
1235 * src/hc08/gen.c (pushSide, genPcall): synchronized with mcs51
1236 * src/mcs51/gen.c: cosmetic changes
1237 * support/regression/fwk/include/testfwk.h: added macro reentrant
1238 * support/regression/tests/bug1908493.c: new, added
1240 2008-03-08 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
1242 * src/SDCCdebug.c:, as/link/lkaomf51.c: Fixed bug 1909409: Pdata in OMF file
1244 2008-03-08 Maarten Brock <sourceforge.brock AT dse.nl>
1246 * src/mcs51/gen.c (pushSide, genPcall): fixed bug 1908493
1247 * src/SDCCmain.c (preProcess): removed -DSDCC_PARMS_IN_BANK1 because it is
1248 already set in ds390/main.c and mcs51/main.c
1250 2008-03-07 Raphael Neider <rneider AT web.de>
1252 * src/regression/init0.c: new test for initialized arrays of function
1254 * src/regression/Makefile: made a bit more flexible, added init0.c
1255 * src/pic/glue.c (emitIvals): hacky fix for initializing from function
1256 pointers, closes #1427663
1258 2008-03-05 Borut Razem <borut.razem AT siol.net>
1260 * dos/sdccman.lyx: docummented predefined macros SDCC_REVISION,
1261 SDCC_PARMS_IN_BANK1, SDCC_FLOAT_REENT and SDCC_INT_LONG_REENT
1263 2008-03-05 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
1265 * support/librarian/sdcclib.c:Added feature request 1908061:
1266 Synchronise sdcclib commands with ar.
1268 2008-03-04 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
1270 * src/SDCCmain.c: added predefined macros SDCC_REVISION (RFE #1907229),
1271 and (depending on corresponding compiler option) SDCC_PARMS_IN_BANK1,
1272 SDCC_FLOAT_REENT, SDCC_INT_LONG_REENT
1273 * device/include/mcs51/compiler.h: removed umlauts, added double
1276 2008-03-04 Maarten Brock <sourceforge.brock AT dse.nl>
1278 * src/SDCCptropt.c (ptrPseudoSymConvert): fixed bug 1536762
1279 * support/regression/tests/bug1536762.c: new, added
1281 * src/SDCCutil.h: added getBuildDate()
1282 * src/SDCCmain.c (printVersionInfo),
1283 * src/SDCCglue.c (initialComments): use getBuildDate() instead of
1285 * src/*/ralloc.c: removed IS_OP_RUONLY macro
1286 * src/ds390/ralloc.c (packRegisters),
1287 * src/mcs51/ralloc.c (packRegisters),
1288 * src/z80/ralloc.c (packRegisters): applied fix for bug 1618050, thanks
1290 * support/regression/tests/bug1618050.c: new, added
1291 * src/SDCCsymt.h: fixed typo in DECLSPEC2TXT
1292 * support/regression/fwk/include/testfwk.h,
1293 * support/regression/tests/bug1838000.c: moved _AUTOMEM and _STATMEM to
1296 2008-03-04 Raphael Neider <rneider AT web.de>
1298 * src/pic/gen.c: removed unused prototypes, prevent internal errors
1299 on accessing OP_SYM_TYPE(op)
1300 * src/pic/gen.h: removed unused prototype of genMinusDec()
1301 * src/pic/genarith.c (genMinus): cosmetic changes, rewritten to
1302 fix #1876953 (invalid subtraction code), removed unused code
1304 2008-03-03 Raphael Neider <rneider AT web.de>
1308 * src/pic/genarith.c,
1310 * src/pic/ralloc.h: removed AOP_R0, AOP_R1, AOP_DPTR, AOP_DPTR2,
1311 AOP_ACC, and *_IDX and adjusted code, removed unused legacy code
1313 2008-03-03 Raphael Neider <rneider AT web.de>
1315 * src/pic/device.c (find_device): search user-specified paths first
1316 for pic14devices.txt, fixes #1900827
1318 2008-03-02 Borut Razem <borut.razem AT siol.net>
1320 * support/scripts/sdcc.nsi: fixed bug in IsNT, LogicLib-isation of
1321 AddToPath and RemoveFromPath
1323 2008-03-01 Borut Razem <borut.razem AT siol.net>
1325 * support/scripts/sdcc.nsi: reverted MULTIUSER page since it didn't
1326 work correctly, added debugging support if -DSDCC.DEBUG command line
1329 2008-02-28 Borut Razem <borut.razem AT siol.net>
1331 * doc/sdccman.lyx: cosmetic changes
1333 2008-02-28 Maarten Brock <sourceforge.brock AT dse.nl>
1335 * src/mcs51/ralloc.c (fillGaps): fixed bug 1839671
1336 * doc/sdccman.lyx: fixed unmeant removal of spaces
1338 2008-02-27 Borut Razem <borut.razem AT siol.net>
1340 * support/scripts/sdcc.nsi: corrected installation directory for
1341 current user installation mode
1342 * doc/README.txt: added Philipp Klaus Krause to the developers list
1344 2008-02-27 Maarten Brock <sourceforge.brock AT dse.nl>
1346 * src/mcs51/gen.c (genUnpackBits): don't generate ifxJump, instead
1347 return ifx condition
1348 (genNearPointerGet, genPagedPointerGet, genFarPointerGet,
1349 genCodePointerGet, genGenPointerGet): cleanup aop before generating
1350 ifxJump to fix bug 1838000
1351 * src/SDCCsymt.c (aggregateToPointer): fix problem for xstack
1352 * support/regression/tests/bug1838000.c: new, added
1353 * device/include/mcs51/cc1110.h: new, added, thanks to Pravin Angolkar
1355 2008-02-26 Borut Razem <borut.razem AT siol.net>
1357 * src/SDCCast.c, doc/sdccman.lyx: fixed RFE #1901171: inerger promotion
1359 * support/scripts/sdcc.nsi: added MULTIUSER page,
1360 NSIS upgraded to version 2.35
1362 2008-02-25 Maarten Brock <sourceforge.brock AT dse.nl>
1364 * src/mcs51/ralloc.c (isSpiltOnStack): fixed bug 1565152
1365 * support/regression/tests/bug1565152.c: new, added
1367 2008-02-25 Maarten Brock <sourceforge.brock AT dse.nl>
1369 * src/mcs51/gen.c (genPagedPointerSet): fixed bug 1670148
1370 * support/regression/ports/mcs51-xstack-auto/spec.mk: added expf.c
1371 * support/regression/tests/bug1670148.c: new, added
1373 2008-02-25 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
1375 * device/include/mcs51/at89c51ed2.h: fixed bug 1901469.
1377 2008-02-24 Borut Razem <borut.razem AT siol.net>
1379 * src/SDCCast.c, src/SDCCast.h: fixed bug #1874922: explicit typecast
1380 is ineffective for unsigned char parameter
1382 2008-02-24 Maarten Brock <sourceforge.brock AT dse.nl>
1384 * src/SDCCast.c (expandInlineFuncs): fixed bug 1875869
1385 * src/SDCCglue.c (printIvalBitFields): fixed bug 1806631
1386 * support/regression/tests/bitopcse.c: removed hc08 exception, see testfwk.h
1387 * support/Util/MySystem.c (my_system): output errorcode when verbose
1389 2008-02-22 Philipp Klaus Krause <pkk AT spth.de>
1391 * src/z80/gen.c (genMult): Rewrote 8-bit multiplication by constant,
1394 2008-02-22 Philipp Klaus Krause <pkk AT spth.de>
1396 * device/lib/z80/mul.s: Rewrote __muluchar_rrx_s, to improve 8-bit mult.,
1399 2008-02-22 Maarten Brock <sourceforge.brock AT dse.nl>
1401 * src/SDCCast.c (createIvalStruct): fixed bug 1466761
1403 2008-02-21 Borut Razem <borut.razem AT siol.net>
1405 * support/regression/Makefile.in,
1406 support/regression/ports/ds390/spec.mk,
1407 support/regression/ports/hc08/spec.mk,
1408 support/regression/ports/mcs51-common/spec.mk,
1409 support/regression/ports/pic14/spec.mk,
1410 support/regression/ports/pic16/spec.mk,
1411 support/regression/ports/ucz80/spec.mk,
1412 support/regression/ports/xa51/spec.mk:
1413 added CFLAGS when compiling timeout
1415 2008-02-20 Philipp Klaus Krause <pkk AT spth.de>
1417 * support/regression/tests/bugs-1596270-1736867.c: Regression test for
1420 2008-02-20 Maarten Brock <sourceforge.brock AT dse.nl>
1422 * src/SDCClrange.c (findPrevUse): fixed bug 1888147
1423 * support/regression/tests/bug1888147.c: new, added
1425 2008-02-20 Philipp Klaus Krause <pkk AT spth.de>
1427 * src/z80/gen.c: fixed bugs #1596270, #1736867
1429 2008-02-20 Philipp Klaus Krause <pkk AT spth.de>
1431 * src/z80/gen.c: fixed bug in register pair loading when swapping register
1432 contents, mostly fixes #1596270
1434 2008-02-20 Philipp Klaus Krause <pkk AT spth.de>
1436 * src/z80/peeph.def,
1437 * src/z80/peeph-z80.def: moved peephole that breaks gbz80 to z80-specific
1438 peepholes, fixes #1806565
1440 2008-02-20 Maarten Brock <sourceforge.brock AT dse.nl>
1442 * src/SDCCpeeph.c (operandBaseName): added check for @Ri
1443 * src/mcs51/peeph.def (rule 177.c): added operandsNotRelated(%1 %3)
1444 fixes bug 1739475, thanks Robert Larice
1445 (rule 271): new, added
1447 2008-02-18 Borut Razem <borut.razem AT siol.net>
1449 * sim/ucsim/s51.src/Makefile.in: fixed error made in previous commit
1451 2008-02-17 Maarten Brock <sourceforge.brock AT dse.nl>
1453 * src/SDCCmain.c (linkEdit): emit -z when using --debug for z80
1455 2008-02-17 Raphael Neider <rneider AT web.de>
1457 * src/pic16/genarith.c,
1460 * src/pic16/genutils.c: removed unused legacy code,
1461 removed unused fields from struct asmop and struct _G
1463 2008-02-17 Raphael Neider <rneider AT web.de>
1465 * src/pic16/gen.c (AccRsh): cosmetic changes,
1466 (shiftR1Left2ResultSigned,shiftR1Left2Result,shiftL1Left2Result,
1467 genRightShiftLiteral): fixed to work with SFRs as result by
1468 assigning only once to result,
1469 removed a lot of unused/excluded code fragments
1471 2008-02-17 Raphael Neider <rneider AT web.de>
1473 * device/include/pic/pic16f88.h,
1474 * device/include/pic/pic16f886.h,
1475 * device/include/pic/pic16f887.h: added TRISA6 and TRISA7
1477 2008-02-17 Borut Razem <borut.razem AT siol.net>
1479 * src/z80/peeph.def: applied patch
1480 #1893626: Optimize tail calls on Z80, thanks to Philipp Krause
1481 * src/z80/gen.c, src/z80/peeph.def: applied patch
1482 #1893510: Improve logical left shift on Z80, thanks to Philipp Krause
1483 * sim/ucsim/avr.src/Makefile.in, sim/ucsim/hc08.src/Makefile.in,
1484 sim/ucsim/s51.src/Makefile.in, sim/ucsim/sim.src/Makefile.in,
1485 sim/ucsim/xa.src/Makefile.in, sim/ucsim/z80.src/Makefile.in,
1486 sim/ucsim/main_in.mk: renamed libutil.a to libucsimutil.a in order to
1487 enable compilation on Mac OS X 10.5 (Leopard) and XCode v3.0
1489 2008-02-16 Maarten Brock <sourceforge.brock AT dse.nl>
1491 * as/link/mcs51/aslink.dsp: removed SDK define
1492 * as/link/z80/clean.mk: brought in sync with other ports
1493 * as/link/z80/lklibr.c (SdccLib, fndsym): handle the dflag here too
1494 * as/hc08/Makefile.bcc,
1495 * as/mcs51/Makefile.bcc,
1496 * as/z80/Makefile.bcc: noice.c was moved to as/asxxsrc/
1497 * src/z80/main.c (_setValues): use the now capitalized -Z,
1498 (z80_port, gbz80_port): generate debug information when asked
1500 2008-02-16 Borut Razem <borut.razem AT siol.net>
1502 * as/z80/asmain.c, as/z80/asm.h, as/z80/asdata.c,
1503 as/link/z80/lkmain.c, as/z80/as_gbz80.dsp, as/z80/as_z80.dsp,
1504 as/z80/Makefile.in. as/z80/Makefile.bcc:
1505 applied patch #1893393: patch for as-z80 and link-z80 to generate
1506 cdb, thanks to Armin Diehl
1507 * as/*/asnoice.c, as/hc08/as_hc08.dsp, as/hc08/Makefile.in,
1508 as/mcs51/asx8051.dsp, as/mcs51/Makefile.in:
1509 asnoice.c moved to as/asxxsrc/asnoice.c
1510 * src/z80/peeph-gbz80.def: applied patch
1511 #1880235: Z80 return peephole, thanks to Philipp Krause
1513 2008-02-14 Maarten Brock <sourceforge.brock AT dse.nl>
1516 * doc/sdccman.lyx: bumped version to 2.7.5
1517 * src/SDCCsymt.c (compareType, comparePtrType): fixed bug 1281583
1519 2008-02-13 Maarten Brock <sourceforge.brock AT dse.nl>
1521 * device/include/pic16/stdlib.h,
1522 * device/lib/pic16/libc/stdlib/ltoa.c,
1523 * device/lib/pic16/libc/stdio/vfprintf.c: ascii strings are char*
1525 2008-02-13 Borut Razem <borut.razem AT siol.net>
1527 * src/SDCCmain.c, src/SDCCglue.c: fixed --c1mode
1528 * src/pic16/glue.c, src/SDCCast.c, src/SDCCast.h, src/SDCCBBlock.c,
1529 src/SDCCcse.c, src/SDCCglue.c, src/SDCCicode.c, src/SDCCloop.c,
1530 src/SDCCopt.c, src/SDCCval.c:
1531 fixed bug #1890273: SDCC Warning 154 shows wrong filename
1533 2008-02-12 Maarten Brock <sourceforge.brock AT dse.nl>
1535 * src/SDCCsymt.c (compareType): fixed bug 1309013
1537 2008-02-09 Borut Razem <borut.razem AT siol.net>
1539 * src/SDCCval.c, src/SDCCval.h:
1540 code cleaning, added function constChrVal()
1541 * src/SDCCglue.c, src/pic/glue.c, src/pic16/glue.c, src/SDCCast.c, src/SDCC.y:
1542 call constChrVal() instead constVal()
1544 2008-02-01 Maarten Brock <sourceforge.brock AT dse.nl>
1546 * src/SDCCast.c (resolveSymbols): added reentrancy check for parameters
1549 * src/SDCCerr.c: changed warning W_NONRENT_ARGS to error E_NONRENT_ARGS
1550 * support/regression/tests/absolute.c: added TestStruct TestVar (see also
1553 2008-02-01 Raphael Neider <rneider AT web.de>
1555 * device/include/pic/pic16f886.h,
1556 * device/include/pic/pic16f887.h: added RA6 and RA7
1558 2008-01-24 Raphael Neider <rneider AT web.de>
1560 * device/include/pic/pic16f88.h: added RA6 and RA7
1561 * device/lib/pic/libdev/disabled_pic16f886.c,
1562 * device/lib/pic/libdev/disabled_pic16f887.c: renamed and enabled
1564 * src/pic16/devices.inc,
1565 * device/include/pic16/pic18f2423.h,
1566 * device/include/pic16/pic18f2523.h,
1567 * device/include/pic16/pic18fregs.h,
1568 * device/lib/pic16/pics.all
1569 * device/lib/pic16/libdev/pic18f2423.c,
1570 * device/lib/pic16/libdev/pic18f2523.c: added 18f2423 and 18f2523
1571 * device/lib/pic16/libio/i2c.ignore,
1572 * device/lib/pic16/libio/usart.ignore,
1573 * device/lib/pic16/libio/adc.ignore: ignore new devices
1575 2008-01-23 Maarten Brock <sourceforge.brock AT dse.nl>
1577 * src/SDCCast.c (createRMW): fixed bug 1582651
1579 2008-01-20 Borut Razem <borut.razem AT siol.net>
1581 * src/SDCCcse.c: partially fixed enhancement request
1582 #1793872 - multiply by -1 not collapsed
1583 * support/regression/tests/arithcsi.c: added regression test
1585 2008-01-19 Maarten Brock <sourceforge.brock AT dse.nl>
1587 * as/mcs51/asx8051.dsp: removed define SDK
1588 * as/mcs51/i51mch.c (machine): fixed bug 1865114
1589 * device/include/asm/ds390/features.h: fixed bug with ds390 & stack-auto
1591 * as/link/mcs51/lkmain.c: used LKDIRSEP, LKDIRSEPSTR and LKOBJEXT,
1592 cosmetic changes, brought more in sync, changed old K&R to ANSI
1594 2008-01-13 Borut Razem <borut.razem AT siol.net>
1596 * support/scripts/sdcc.nsi: added Uninstall/reinstall page, ...
1597 * src/SDCCicode.c: fixed bug #1870216 - Error 122: dividing by zero
1599 2007-12-30 Borut Razem <borut.razem AT siol.net>
1601 * src/pic16/gen.c: fixed implementation of bitwise operations for
1603 * support/regression/tests/bitwise.c: added test cases
1605 2007-12-29 Borut Razem <borut.razem AT siol.net>
1607 * src/SDCCasm.[ch]: renamed from asm[ch], use dbuf_getline(), ...
1608 * src/src.dsp, src/Makefile.bcc, src/Makefile.in, src/common.h,
1609 src/SDCCglue.c, src/xa51/main.c: asm.[ch] renamed to SDCCasm.[ch]
1610 * support/Util/dbuf_string.[ch]: added function dbuf_getline()
1611 * src/ds390/gen.c, src/hc08/gen.c, src/mcs51/gen.c, src/pic16/gen.c,
1612 src/pic/gen.c, src/z80/gen.c, src/xa51/gen.c, src/pic16/ralloc.c,
1613 src/pic16/pcode.[ch]: added const qualifier
1614 * as/hc08/Makefile.bcc, as/hc08/Makefile.in, as/hc08/as_hc08.dsp,
1615 as/mcs51/Makefile.bcc, as/mcs51/Makefile.in, as/mcs51/asx8051.dsp,
1616 as/z80/Makefile.bcc, as/z80/Makefile.in, as/z80/as_gbz80.dsp,
1617 as/z80/as_z80.dsp: added dbuf.[ch] and dbuf_string[ch] to project
1618 * as/asxxsrc/aslex.c: use dbuf_getline()
1619 * as/hc08/asdata.c, as/hc08/asexpr.c, as/hc08/asm.h, as/hc08/m08adr.c,
1620 as/mcs51/asdata.c, as/mcs51/asexpr.c, as/mcs51/asm.h,
1621 as/mcs51/i51adr.c, as/z80/asdata.c, as/z80/asexpr.c, as/z80/aslist.c,
1622 as/z80/asm.h, as/z80/z80adr.c:
1623 changed type of ib and ip to const char *
1625 2007-12-28 Borut Razem <borut.razem AT siol.net>
1627 * as/asxxsrc/aslex.c: moved from as/mcs51/aslex.c;
1628 introduced (readlin) - long lines are turuncated
1629 * as/hc08/as_hc08.dsp, as/mcs51/asx8051.dsp, as/z80/as_gbz80.dsp,
1630 as/z80/as_z80.dsp, as/hc08/Makefile.in, as/mcs51/Makefile.in,
1631 as/z80/Makefile.in: moved aslex.c to asxxsrc
1632 * as/hc08/aslex.c, as/z80/aslex.c: deleted
1633 * as/hc08/asmain.c, as/mcs51/asmain.c:
1634 added missing initialization of a_addr field
1635 * support/regression/tests/long_asm_line.c: added regtest for long
1638 2007-12-22 Borut Razem <borut.razem AT siol.net>
1640 * src/SDCC.lex: fixed bug #1852894: # character hangs the compiler
1642 2007-12-20 Maarten Brock <sourceforge.brock AT dse.nl>
1644 * src/SDCCsymt.c (computeType): fixed bug, thanks Fan Weiguang
1646 2007-12-16 Borut Razem <borut.razem AT siol.net>
1648 * device/include/pic16/stdbool.h: removed, since already exists in
1649 device/include/; this also fixes bitopcse.c regression test for pic16
1651 * support/regression/fwk/inclusw/testfwk.h: added macro ASSERT_FAILED
1652 * src/pic16/glue.c: fixed bug #1851855: generic static pointer
1653 dereference doesn't work; covered by regression test bug1399290
1655 2007-12-05 Borut Razem <borut.razem AT siol.net>
1657 * doc/sdccman.lyx: fixed bug #1844509 - Correction to Manual 4.6.9
1660 2007-12-01 Borut Razem <borut.razem AT siol.net>
1662 * sim/ucsim/cmd.src/cmdmem.cc, sim/ucsim/cmd.src/mem.cc:
1663 corrected handling of the highest_valid_address
1665 2007-11-17 Raphael Neider <rneider AT web.de>
1667 * src/pic/main.c (_asmCmd): include debug arguments (-g as $3)
1668 * src/pic/glue.c (picglue): emit .file if --debug is given
1670 2007-11-17 Raphael Neider <rneider AT web.de>
1672 * src/pic16/genarith.c (pic16_genPlus, pic16_genMinus): take special
1673 care when left or right operand resides in result, fixes #1830220
1675 2007-11-17 Borut Razem <borut.razem AT siol.net>
1677 * src/SDCCglue.c, src/pic16/glue.c: reverted fix for bug
1678 #983491 - "Merge duplicate strings function is ineffective"
1679 * support/regression/tests/bug-983491.c: regtest disabled
1680 * as/asxxsrc: created
1681 as/asxxsrc/assym.c, as/asxxsrc/strcmpi.c: moved
1682 as/hc08/assym.c, as/mcs51/assym.c, as/strcmpi.c,
1683 as/z80/assym.c, as/hc08/asstore.c, as/mcs51/asstore.c: deleted
1684 as/hc08/Makefile.bcc, as/hc08/Makefile.in, as/hc08/as_hc08.dsp,
1685 as/hc08/asm.h, as/link/hc08/Makefile.bcc, as/link/hc08/Makefile.in,
1686 as/link/hc08/link_hc08.dsp, as/link/mcs51/Makefile.bcc,
1687 as/link/mcs51/Makefile.in, as/link/mcs51/aslink.dsp,
1688 as/link/z80/Makefile.in, as/link/z80/linkgbz80.dsp,
1689 as/link/z80/linkz80.dsp, as/mcs51/Makefile.bcc, as/mcs51/Makefile.in,
1690 as/mcs51/asm.h, as/mcs51/asx8051.dsp, as/z80/Makefile.bcc,
1691 as/z80/Makefile.in, as/z80/as_gbz80.dsp, as/z80/as_z80.dsp,
1692 as/z80/Makefile.as_hc08, as/mcs51/Makefile.asx8051: modified
1693 created as/asxxsrc directory, assym.c and strcpi.c moved into it
1695 2007-11-15 Maarten Brock <sourceforge.brock AT dse.nl>
1697 * device/include/stdarg.h: added and removed some casts
1698 * src/SDCCsymt.c (compareType): Fully check types between generic and
1699 non-generic pointers, also accept ptr-ptr to void-ptr assignments
1701 2007-11-13 Borut Razem <borut.razem AT siol.net>
1703 * support/regression/tests/bug-1817005.c:
1704 added regtest for bug #1817005 - as-z80 chokes on long labels
1706 2007-11-12 Borut Razem <borut.razem AT siol.net>
1708 * as/z80/asmain.c, as/z80/asm.h, as/z80/assym.c, as/z80/asdata.c,
1709 as/z80/asout.c, as/z80/aslist.c:
1710 fixed bug #1817005 - as-z80 chokes on long labels
1712 2007-11-11 Maarten Brock <sourceforge.brock AT dse.nl>
1715 * as/z80/asmain.c: cosmetic changes
1718 * as/z80/alloc.h: removed
1720 * as/mcs51/assym.c: replaced alloc.h with stdlib.h
1721 * as/link/aslink.h: added LKDIRSEP and, LKDIRSEPSTR
1722 * as/link/hc08/Makefile.in,
1723 * as/link/mcs51/Makefile.in,
1724 * as/link/z80/Makefile.in: added -DUNIX to CFLAGS
1726 * as/link/mcs51/lkarea.c,
1727 * as/link/mcs51/lkmain.c: cosmetic changes
1728 * as/link/hc08/lklibr.c,
1729 * as/link/z80/lklibr.c,
1730 * as/link/mcs51/lklibr.c: used LKDIRSEP, LKDIRSEPSTR and LKOBJEXT,
1731 used cygwin_conv_to_full_posix_path,
1732 added warnings, cosmetic changes, brought more in sync
1733 changed old K&R into ANSI function declarations
1734 * as/link/z80/lklibr.c (loadAdb): added
1735 * as/link/z80/lkmain.c: removed -- option from usage text
1737 2007-11-03 Maarten Brock <sourceforge.brock AT dse.nl>
1739 * src/mcs51/gen.c (outBitC): optimized for no result
1741 2007-10-31 Borut Razem <borut.razem AT siol.net>
1743 * src/SDCCsymt.c: fixed (hopeful properly) bug
1744 #1805702 - order of extern matters
1745 * support/regression/tests/bug-1805702.c: enabled regtest for bug
1748 2007-10-29 Borut Razem <borut.razem AT siol.net>
1750 * src/SDCCsymt.c: reverted bad fixed of bug #1805702
1751 - order of extern matters
1752 * support/regression/tests/bug-1805702.c: disabled regtest for bug
1755 2007-10-29 Maarten Brock <sourceforge.brock AT dse.nl>
1757 * src/ds390/peeph.def: replaced 24bitModeAndPortDS390 by
1758 24bitMode, portIsDS390
1759 * src/mcs51/gen.c (genOr): optimized for RFE 1750727
1760 * src/SDCCpeeph.c (flat24bitModeAndPortDS390): removed
1761 (notVolatileVariable): also check sloc names,
1762 (callFuncByName): moved ftab[] out of function and sorted it by use
1764 2007-10-28 Maarten Brock <sourceforge.brock AT dse.nl>
1766 * device/include/stdarg.h: fixed bug in va_start macro for --xstack
1767 * src/hc08/gen.c (aopForRemat): aop->aopu.aop_immd.from_cast_remat not set,
1768 aop->aopu.aop_immd.aop_immd2 not filled with (generic) pointer type
1769 * src/SDCCicode.c (geniCodeCast): fixed bug 880197
1770 * support/regression/tests/bug-880197.c: new, added
1772 2007-10-28 Borut Razem <borut.razem AT siol.net>
1774 * support/regression/Makefile.in,
1775 support/regression/ports/mcs51-large/spec.mk,
1776 support/regression/ports/mcs51-xstack-auto/spec.mk,
1777 support/regression/ports/mcs51-stack-auto/spec.mk,
1778 support/regression/ports/mcs51-medium/spec.mk,
1779 support/regression/ports/mcs51-common/spec.mk,
1780 support/regression/ports/mcs51-common/*,
1781 support/regression/ports/mcs51-small/*:
1782 mcs51 renamed to mcs51-common, created mcs51-small
1783 * src/SDCCsymt.c: fixed bug #1805702 - order of extern matters
1784 * support/regression/tests/bug-1805702.c: added regtest for bug
1787 2007-10-26 Maarten Brock <sourceforge.brock AT dse.nl>
1789 * src/mcs51/peeph.def: moved rules 257.x to 253.x and re-enabled 253.b,
1790 added new rules 265 - 270
1791 * support/regression/tests/bug1721024.c:new, added
1792 * support/regression/Makefile.in: renamed test-mcs51 to test-mcs51-small,
1793 introduced new test-mcs51 to run all mcs51 tests
1795 2007-10-25 Maarten Brock <sourceforge.brock AT dse.nl>
1797 * support/regression/tests/bug1816470.c: new, added
1799 2007-10-21 Maarten Brock <sourceforge.brock AT dse.nl>
1801 * src/SDCCast.c (resultTypePropagate): do propagate for LEFT_OP, do not
1802 propagate for *,+,- with float, fixed bug 1816470
1803 (decorateType): cast to resultTypeProp instead of resultType
1805 2007-10-19 Borut Razem <borut.razem AT siol.net>
1807 * src/pic16/glue.c: fixed bug #983491 - "Merge duplicate strings
1808 function is ineffective" for pic16 tareget
1809 * support/scripts/listerr.c: corrected include path
1810 * device/lib/_itoa.c: fixed bug #1806402 - _itoa and _uitoa leak to
1813 2007-10-18 Maarten Brock <sourceforge.brock AT dse.nl>
1815 * support/regression/tests/using.c: new, added
1816 * support/regression/tests/vaargs.c: fixed and enabled test
1818 2007-10-18 Borut Razem <borut.razem AT siol.net>
1820 * src/SDCCglue.c: fixed bug #983491 - Merge duplicate strings function
1822 * support/regression/tests/bug-983491.c: added regtest for bug #983491
1824 2007-10-18 Maarten Brock <sourceforge.brock AT dse.nl>
1826 * doc/sdccman.lyx: documented option --Werror
1827 * src/SDCCsymt.c (checkFunction): fixed bug 1815418 by setting
1828 RegBankUsed[] earlier
1830 2007-10-14 Maarten Brock <sourceforge.brock AT dse.nl>
1832 * device/include/mcs51/p89lpc938.h: new, added, thanks Kyle Guinn
1836 * src/SDCCast.h: replaced AST_LIT_VALUE with AST_FLOAT_VALUE and
1838 * src/SDCCast.c (decorateType): improved optimization of tri-op
1839 * src/SDCCerr.c (vwerror, setWError),
1841 * src/SDCCmain.c (parseCmdLine): added option --Werror to treat all
1842 warnings as errors, thanks Stas Sergeev for PATCH 1813211
1844 2007-10-13 Maarten Brock <sourceforge.brock AT dse.nl>
1846 * src/mcs51/gen.c (leftRightUseAcc): use macro IS_OP_ACCUSE
1847 * src/SDCCast.c (decorateType): optimize bit=cond?1:0, RFE 1738430
1848 * support/regression/tests/bug-223113.c,
1849 * support/regression/tests/bug-426632.c,
1850 * support/regression/tests/bug-468811.c,
1851 * support/regression/tests/bug-477835.c,
1852 * support/regression/tests/bug-478094.c,
1853 * support/regression/tests/bug-499644.c,
1854 * support/regression/tests/bug-524209.c,
1855 * support/regression/tests/bug-524211.c,
1856 * support/regression/tests/packcast.c,
1857 * support/regression/tests/structidx.c: added empty tests
1858 * support/regression/tests/bug-607243.c: enabled test
1860 2007-10-06 Borut Razem <borut.razem AT siol.net>
1862 * .version, doc/sdccman.lyx: bumped version to 2.7.4 to indicate the full
1863 support of universal binaries on Mac OS X
1865 2007-10-02 Borut Razem <borut.razem AT siol.net>
1867 * src/SDCCval.h: unified double2ul macro for all platforms
1868 * src/SDCCval.c: fixed bug #1777758 - applied Maarten's patch
1869 * support/regression/tests/bitwise.c: added regtest for bug #1777758
1871 2007-09-30 Borut Razem <borut.razem AT siol.net>
1873 * src/SDCCval.h: fixed bug #1739860 - sdcc does not work correctly on some
1875 * sdcc_vc_in.h: enabled warnings
1876 * src/hc08/gen.c: fixed MSVC warning C4146: unary minus operator applied to
1877 unsigned type, result still unsigned
1878 * src/mcs51/peep.c: fixed gcc warning: suggest parentheses around && within ||
1880 2007-09-28 Raphael Neider <rneider AT web.de>
1882 * src/pic/device.c (find_device): prevent buffer underflow error
1883 * src/pic/pcoderegs.c (OptimizeRegUsage): avoid dereferencing
1884 the just destroyed list entry
1886 2007-09-18 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
1888 * doc/sdccman.lyx: there's a dedicated wiki page for cmake and sdcc, thanks
1891 2007-09-18 Borut Razem <borut.razem AT siol.net>
1893 * src/SDCCval.c: fixed MSVC warning C4146: unary minus operator
1894 applied to unsigned type, result still unsigned
1896 2007-09-17 Borut Razem <borut.razem AT siol.net>
1898 * src/SDCC.y, src/SDCCast.c, src/SDCCcse.c, src/SDCCglue.c,
1899 src/SDCCicode.c, src/SDCCopt.c, src/SDCCsymt.c, src/SDCCval.c,
1900 src/SDCCval.h, src/hc08/gen.c, src/avr/gen.c, src/ds390/gen.c,
1901 src/mcs51/gen.c, src/pic/gen.c, src/pic/genarith.c, src/pic/glue.c,
1902 src/pic/ralloc.c, src/pic16/gen.c, src/pic16/genarith.c,
1903 src/pic16/genutils.c, src/pic16/glue.c, src/pic16/main.c,
1904 src/z80/gen.c, src/z80/ralloc.c:
1905 fixed bug #1739860 - sdcc does not work correctly on some platforms
1907 introduced and used ulFromVal(), double2ul(), used strtod() instead sscanf()
1909 2007-09-17 Raphael Neider <rneider AT web.de>
1911 * src/pic16/device.c: reverted to previous version
1912 * device/lib/pic16/Makefile.common.in: quieten gpasm via -Wa,-q
1914 2007-09-16 Raphael Neider <rneider AT web.de>
1916 * src/pic16/device.c (pic16_dump_usection): do not reserve 0 bytes,
1917 as this raises a ton of gpasm warnings, just emit a second label
1918 * src/pic16/devices.inc,
1919 * device/lib/pic16/pics.all,
1920 * device/lib/pic16/libdev/pic18f2585.c,
1921 * device/lib/pic16/libdev/pic18f2680.c,
1922 * device/lib/pic16/libdev/pic18f2682.c,
1923 * device/lib/pic16/libdev/pic18f2685.c,
1924 * device/lib/pic16/libdev/pic18f4585.c,
1925 * device/lib/pic16/libdev/pic18f4680.c,
1926 * device/lib/pic16/libdev/pic18f4682.c,
1927 * device/lib/pic16/libdev/pic18f4685.c,
1928 * device/include/pic16/pic18f2585.h,
1929 * device/include/pic16/pic18f2680.h,
1930 * device/include/pic16/pic18f2682.h,
1931 * device/include/pic16/pic18f2685.h,
1932 * device/include/pic16/pic18f4585.h,
1933 * device/include/pic16/pic18f4680.h,
1934 * device/include/pic16/pic18f4682.h,
1935 * device/include/pic16/pic18f4685.h,
1936 * device/include/pic16/pic18fregs.h: added 18f2585, 18f2680,
1937 18f2682, 18f2685, 18f4585, 18f4680, 18f4682, 18f4685,
1938 patch contributed by Anton Strobl, applied with changes
1940 2007-09-16 Raphael Neider <rneider AT web.de>
1942 * device/include/pic16/pic18f2431.h,
1943 * device/include/pic16/pic18f25j10.h,
1944 * device/include/pic16/pic18f4431.h,
1945 * device/include/pic16/pic18f45j10.h: adopted common include style
1946 * device/include/pic16/pic18f1320.h,
1947 * device/include/pic16/pic18f2320.h,
1948 * device/include/pic16/pic18f2525.h,
1949 * device/include/pic16/pic18f4320.h,
1950 * device/include/pic16/pic18f4525.h: NEW, just include proper .h file
1951 * device/include/pic16/pic18fregs.h: prepared for automatic include
1952 file selection by having DEVICE.h for every DEVICE
1953 * device/lib/pic16/libdev/pic18f2320.c,
1954 * device/lib/pic16/libdev/pic18f4320.c: just include proper .c file
1956 * device/lib/pic16/configure.in,
1957 * device/lib/pic16/configure: use rm -rf instead of rmdir
1958 * device/lib/pic16/Makefile.in: use RMDIR to remove build directories
1959 * device/lib/pic16/libc/stdlib/free.c: avoid warning on pointer cast
1961 2007-09-09 Borut Razem <borut.razem AT siol.net>
1963 * src/SDCCmain.c, src/SDCCutil.c: print newline after printVersionInfo(),
1964 distingush between i386 and ppc Mac OS X versions
1966 2007-09-05 Maarten Brock <sourceforge.brock AT dse.nl>
1968 * src/mcs51/gen.c (genReceive): fixed bug 1788177
1969 * support/regression/tests/bug1788177.c: new, added
1971 2007-09-04 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
1973 * doc/sdccman.lyx: mentioned d52 and cmake, customizing startup code
1974 * device/include/mcs51/lint.h added keyword __naked
1976 2007-09-04 Maarten Brock <sourceforge.brock AT dse.nl>
1980 * src/SDCCmem.h: removed maxRegBank
1981 * src/SDCCmem.c (allocVariables): removed maxRegBank and moved setting
1982 RegBankUsed[] to checkFunction() in SDCCsymt.c to fix bug 1759839
1983 * src/SDCCsymt.c (checkFunction): set RegBankUsed[] here
1984 * src/mcs51/peep.c (isCallerSaveFunc, termScanAtFunc): changed function
1985 name and behaviour to handle banked functions
1986 (scan4op): and use it to fix bug 1786213
1988 2007-09-03 Raphael Neider <rneider AT web.de>
1990 * device/include/pic16/pic18f248.h,
1991 * device/include/pic16/pic18f258.h,
1992 * device/include/pic16/pic18f448.h,
1993 * device/lib/pic16/libdev/pic18f248.c,
1994 * device/lib/pic16/libdev/pic18f258.c,
1995 * device/lib/pic16/libdev/pic18f448.c: fixed TRISEbits,
1996 added T0CONbits, fixes #1786891
1998 2007-08-29 Maarten Brock <sourceforge.brock AT dse.nl>
2000 * src/ds390/gen.c (genFarPointerSet),
2001 * src/hc08/ralloc.c (packRegisters),
2002 * src/mcs51/ralloc.c (packRegisters),
2003 * src/SDCCcse.c (cseBBlock): check if result is a symbol first to fix
2005 * src/SDCCicode.h: POINTER_SET can be true for literals too
2006 * support/regression/tests/bug1750318.c: new, added
2008 2007-08-23 Borut Razem <borut.razem AT siol.net>
2010 * debugger/mcs51/sdcdb.c: fixed compilation with older readline
2011 library versions without the completition functionality
2013 2007-08-22 Raphael Neider <rneider AT web.de>
2015 * device/include/pic16/pic18f1220.h,
2016 * device/lib/pic16/libdev/pic18f1220.c: applied patch #1776191
2018 2007-08-12 Borut Razem <borut.razem AT siol.net>
2020 * debugger/mcs51/Makefile.in: support/Util/SDCCerr.[ch] moved to src
2022 2007-08-11 Borut Razem <borut.razem AT siol.net>
2024 * support/Util/SDCCerr.c, support/Util/SDCCerr.h, src/src.dsp,
2025 src/Makefile.in, src/Makefile.bcc, support/scripts/listerr.c:
2026 support/Util/SDCCerr.[ch] moved to src
2027 * as/hc08/as_hc08.dsp, as/link/hc08/link_hc08.dsp,
2028 as/link/z80/linkgbz80.dsp, as/link/z80/linkz80.dsp,
2029 device/examples/ds390/tinitalk/tinitalk.dsp,
2030 device/examples/serialcomm/windows/serialcomm.dsp,
2031 support/librarian/librarian.dsp:
2032 removed linking of unused odbc32.lib and odbccp32.lib
2033 * support/scripts/winres.h:
2034 added for compilation with Visual C++ 2005 Express Edition
2036 2007-08-09 Jesus Calvino-Fraga <jesusc at ece.ubc.ca>
2038 * device/include/mcs51/at89c51ed.h: Fixed typo in declarations of CKCON0
2041 2007-08-07 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
2043 * sdccconf_in.h: update the endian test so that SPARC Solaris
2044 does not throw syntax errors
2046 2007-08-06 Borut Razem <borut.razem AT siol.net>
2048 * doc/sdccman.lyx: removed two index entries which prevented the
2049 generation of sdcc doc archive
2051 2007-08-05 Jesus Calvino-Fraga <jesusc at ece.ubc.ca>
2053 * doc/sdccman.lyx: Same changes made 2007-07-28 but using lyx 1.4.4
2054 instead of lyx 1.5.0.
2056 2007-07-31 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
2058 * device/include/hc08/mc68hc908apxx.h: new header contributed by
2059 Lucas Loizaga, with minor modifications. Thanks!
2061 2007-07-28 Jesus Calvino-Fraga <jesusc at ece.ubc.ca>
2063 * doc/sdccman.lyx: Documented --acall-ajmp and described new features
2066 2007-07-28 Jesus Calvino-Fraga <jesusc at ece.ubc.ca>
2068 * src/SDCCglobl.h, src/SDCCpeeph.c, src/SDCCglue.c, src/mcs51/main.c,
2069 src/mcs51/peeph.def: Added option --acall-ajmp: replaces lcall/ljmp
2072 2007-07-22 Borut Razem <borut.razem AT siol.net>
2074 * configure.in, configure: re-introduced .version
2075 * sdcc.spec, doc/INSTALL.txt: they are used only for releases;
2076 the version reverted to 2.7.0
2078 2007-07-18 Maarten Brock <sourceforge.brock AT dse.nl>
2081 * doc/sdccman.lyx: bumped version to 2.7.3
2082 * device/include/mcs51/compiler.h: fixed elif->else
2083 * src/mcs51/gen.c (genAnd, genOr): handle accuse for pure bit operands
2084 * src/mcs51/ralloc.c (createStackSpil): fixed SCLS bug with sloc for sbit,
2085 (operandUsesAcc, packRegsForAccUse): added parameter allowBitspace to
2086 enable accuse for bit operands
2087 * src/SDCCmain.c (printVersionInfo),
2088 * src/SDCCutil.c (getBuildEnvironment): factored out creation of build
2089 environment descriptor
2090 * src/SDCCutil.h: added getBuildEnvironment
2091 * src/SDCCglue.c (initialComments): use getBuildEnvironment
2092 * support/regression/tests/bug1464657.c: enabled test test_Peephole251
2093 * support/regression/tests/bug-408972.c: enabled test leftShiftLong
2094 * support/regression/tests/bug1348008.c,
2095 * support/regression/tests/bug1496419.c,
2096 * support/regression/tests/bug1503067.c,
2097 * support/regression/tests/preproc.c: added empty tests
2099 2007-07-15 Maarten Brock <sourceforge.brock AT dse.nl>
2101 * support/regression/tests/bug1678803.c: new, added
2103 2007-07-14 Maarten Brock <sourceforge.brock AT dse.nl>
2106 * as/link/hc08/lkihx.c,
2107 * as/link/hc08/lkrloc.c,
2108 * as/link/mcs51/lkihx.c,
2109 * as/link/mcs51/lkrloc.c: renamed ihxEntendedLinearAddress to
2110 ihxExtendedLinearAddress
2111 * as/link/mcs51/lkrloc.c (relr),
2112 * as/mcs51/asout.c (outr11, outr19): handle absolute destination for
2113 acall/ajmp, see bug 830513
2115 2007-07-13 Maarten Brock <sourceforge.brock AT dse.nl>
2117 * src/SDCCcse.c (replaceAllSymBySym): renamed siaddr to isaddr,
2118 (cseBBlock): remember aggr2ptr has been used
2119 * src/SDCCicode.c (operandSize): added function to handle aggr2ptr,
2120 (geniCodeAssign): fixed bug 868103
2121 * src/SDCCicode.h: made operand.aggr2ptr 2 bits wide,
2122 added operandSize prototype
2123 * src/mcs51/gen.c (aopOp): use operandSize to fix bug 868103,
2124 (genDataPointerSet): use max of size of right and result,
2125 (gencjne): added parameter useCarry for optimization,
2126 (genCmpEq): use carry if appropriate,
2127 (genXor): check if operand already in carry
2128 * support/regression/tests/bug-868103.c: enabled test
2130 2007-07-12 Raphael Neider <rneider AT web.de>
2132 * src/pic16/gen.c (genNearPointerSet): fixed handling of literals
2134 2007-07-11 Maarten Brock <sourceforge.brock AT dse.nl>
2136 * src/SDCCsymt.c (compareType): fixed bugs 1738367 and 1745717 with patch
2137 from Robert Larice, thanks
2138 * support/regression/tests/bitopcse.c,
2139 * support/regression/tests/bitvars.c,
2140 * support/regression/tests/bug-908454.c: use <stdbool.h> for the bit types
2141 * support/regression/tests/bug-927659.c: enabled test for z80
2142 * support/regression/tests/bug1738367.c: added extra tests by Frieder
2143 * support/regression/tests/bug1745717.c: new, added
2144 * support/regression/tests/literalop.c,
2145 * support/regression/tests/nullstring.c: removed storage definitions that
2146 are now in testfwk.h
2148 2007-07-10 Maarten Brock <sourceforge.brock AT dse.nl>
2150 * device/include/stdbool.h: do not define __bool_true_false_are_defined
2151 and bool for targets that do not fully support it.
2152 * support/regression/tests/bug1546986.c,
2153 * support/regression/tests/bug1723128.c,
2154 * support/regression/tests/bug1734654.c,
2155 * support/regression/tests/bug1738367.c,
2156 * support/regression/tests/constantRange.c: only use bool if allowed
2158 2007-07-09 Maarten Brock <sourceforge.brock AT dse.nl>
2160 * src/mcs51/peep.c (isCallerSaveFunc): fixed bug 1749275, thanks Robert
2161 Larice, also handle function pointers
2162 * support/regression/tests/bug1749275.c: new, added
2164 2007-07-03 Borut Razem <borut.razem AT siol.net>
2166 * src/mcs51/gen.c, src/avr/gen.c, src/pic/gen.c, src/z80/gen.c,
2167 src/pic16/gen.c, src/hc08/gen.c, src/ds390/gen.c: fixed RFE
2168 #1746528: SDCC should ignore ':' in inline assembler comments
2169 * device/include/typeof.h: fixed bug #1747142: typeof.h needs fixing
2171 2007-07-02 Maarten Brock <sourceforge.brock AT dse.nl>
2173 * device/include/mcs51/C8051F360.h: fixed bug #1746410, thanks Chris Jones
2174 * device/lib/mcs51/crtxclear.asm: do not set __XPAGE unconditionally
2176 2007-06-29 Borut Razem <borut.razem AT siol.net>
2178 * src/SDCCmain.c: fixed bug
2179 #1744746: SDCC #4867: broken option --xram-size
2181 2007-06-28 Borut Razem <borut.razem AT siol.net>
2183 * sim/ucsim/configure.in, sim/ucsim/configure, sim/ucsim/ddconfig_in.h:
2184 find out the endianess of host machine for ucsim
2186 2007-06-27 Borut Razem <borut.razem AT siol.net>
2188 * support/regression/generate-cases.py: corrected the file name
2190 * configure.in, configure, sdccconf_in.h: find out the endianess of
2192 * src/SDCC.y: fixed bug #1744146: Crash when compiling array of
2195 2007-06-27 Gudjon I. Gudjonsson <gudjon AT gudjon.org>
2197 * device/include/mcs51/p89c66x.h: NXP header file, OK to change licence
2199 2007-06-26 Borut Razem <borut.razem AT siol.net>
2201 * support/regression/generate-cases.py: display warning if function
2202 list is empty; implemented more flexible rule for detection of
2203 testing functions, allowing return type 'void' in the same line as
2204 the function name in the function definition
2205 * support/regression/tests/bug-1654060.c: corrected test
2206 * support/librarian/sdcclib.c: fixed warning:
2207 format '%s' expects type 'char *', but argument 2 has type 'int'
2209 2007-06-25 Jesus Calvino-Fraga <jesusc at ece.ubc.ca>
2211 * support/librarian/sdcclib.c: Added feature Requests [1510635]
2212 Multiple infiles for sdcclib.
2214 2007-06-20 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
2216 * src/SDCCast.c (inlineFindMaxBlockno, createFunction): fixed
2219 2007-06-18 Borut Razem <borut.razem AT siol.net>
2221 * src/SDCCmain.c: removed option -C since SDCC compiler doesn't know
2222 how to handle comments, so they have to be removed by the
2223 preprocessor; fixed bug #1738926:SDCC #4852: broken option -V
2224 * src/SDCCmain.c, src/SDCCargs.h, src/ds390/main.c, src/mcs15/main.c,
2225 src/pic16/main.c, src/pic/main.c, src/z80/main.c,
2226 support/Util/SDCCerr.c, support/Util/SDCCerr.h:
2227 table driven option hadling
2229 2007-06-16 Maarten Brock <sourceforge.brock AT dse.nl>
2231 * src/SDCCast.c (decorateType),
2232 * src/SDCCicode.c (geniCodeConditional): moved optimization for '?' from
2233 iCode to ast level to fix bug 1738367
2234 * support/regression/tests/bug1738367.c: new, added
2236 2007-06-15 Raphael Neider <rneider AT web.de>
2238 * src/pic16/devices.inc,
2239 * device/lib/pic16/pics.all,
2240 * device/include/pic16/pic18fregs.h,
2241 * device/include/pic16/pic18f[24][45]20.h,
2242 * device/lib/pic16/libdev/pic18f[24][45]20.c: added support for
2243 18f2420, 18f2520, and 18f4420 devices, updated 18f4520 definitions
2244 * device/lib/pic16/Makefile.in: faster cleanup
2246 2007-06-13 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
2248 * src/mcs51/peeph.def: added 177.i (mov from a is slightly cheaper)
2250 2007-06-13 Raphael Neider <rneider AT web.de>
2252 * src/SDCCmain.c: prevent NULL pointer dereference, avoid warning
2254 2007-06-12 Raphael Neider <rneider AT web.de>
2256 * support/scripts/inc2h.pl: conditionally emit defines for SFR bits,
2257 suppress bit defines if NO_BIT_DEFINES is #define'd
2258 * device/include/pic/pic*.h: recreated all headers to include
2259 conditional bit defines
2260 * device/include/pic/pic16f886.h,
2261 * device/include/pic/pic16f887.h: fixed based on newer .inc file
2262 * device/include/pic/recreate.sh: script to recreate the complete
2263 device library files based on the currently supported devices
2265 2007-06-12 Borut Razem <borut.razem AT siol.net>
2267 * src/pic16/main.c, src/SDCCargs.h, SDCCmain.c,
2268 support/regression/Makefile.in, support/scripts/build.mak,
2269 support/scripts/Makefile.snapshot:
2270 use new svn URL scheme
2271 * doc/sdccman.lyx: SDCC Wiki moved to
2272 http://sdcc.wiki.sourceforge.net/
2274 2007-06-10 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
2276 * src/mcs51/peeph.def: disabled rule 132.d to fix #1734654
2277 * support/regression/tests/bug1734654.c: added
2279 2007-06-10 Maarten Brock <sourceforge.brock AT dse.nl>
2281 * src/SDCCast.c (decorateType): optimized '?' for equal operands
2282 * src/SDCCicode.c (geniCodeConditional): optimization for bit result
2283 with literal operands
2285 2007-06-10 Borut Razem <borut.razem AT siol.net>
2287 * as/link/z80/lklibr.c: fixed mingw build warning
2288 lklibr.c:575: warning: implicit declaration of function 'tolower'
2289 * src/SDCCmain.c, src/ds390/main.c, src/mcs51/main.c, src/pic/main.c,
2290 src/z80/main.c: move target specific options from src/SDCCmain.c
2291 to src/<target>/main.c
2293 2007-06-09 Borut Razem <borut.razem AT siol.net>
2295 * src/z80/gen.c: fixed bug #1294691: nested ifs make compiler crash;
2296 removed unused swap_sense; removed outBitCLong, replaced with outBitC
2297 * support/regression/tests/bug-1294691.c: added
2299 2007-06-09 Maarten Brock <sourceforge.brock AT dse.nl>
2301 * src/SDCCmem.c (allocDefault): removed check sym->level==0 for SPEC_ABSA,
2302 can also be static, fixes bug 1733438
2303 * src/SDCCsymt.c (checkSClass): static local vars in reentrant funcs can
2304 have absolute address too
2305 (computeType): added optimization for 'cond ? true : false'
2306 * support/regression/tests/absolute.c: added test for static absolute var
2308 2007-06-08 Raphael Neider <rneider AT web.de>
2310 * src/regression/Makefile: suppress parallel builds, allow easy
2311 switching between pic14/pic16 ports
2312 * src/regression/picregs.h: added pic14/16 header file switch
2313 * src/regression/{compare7.c,compare8.c,compare9.c,compare10.c,
2314 inline.c,nestfor.c,string1.c}: include "picregs.h"
2316 2007-06-07 Borut Razem <borut.razem AT siol.net>
2318 * sim/ucsim/*.[ch], sim/ucsim/configure, sim/ucsim/configure.in:
2319 permanent solution to suppress GCC 4.2.0 c++ warning:
2320 deprecated conversion from string constant to `char *'
2321 use 'const char *' where ever required
2322 * support/regression/generate-cases.py: implemented more flexible rule
2323 for detection of testing functions, allowing white-spaces surrounding
2324 the function name and the 'void' parameter.
2325 * support/regression/tests/constantRange.c,
2326 support/regression/tests/scott-compare3.c: fixed failing regression
2327 tests, uncovered by implementation of more flexible rule for detection
2328 of testing functions
2330 2007-06-04 Maarten Brock <sourceforge.brock AT dse.nl>
2332 * src/SDCCast.c(decorateType): better optimize '!!' and comparisons
2334 2007-06-04 Borut Razem <borut.razem AT siol.net>
2336 * configure.in, configure, config_vc.awk: sdcc version number is now
2337 stored in configure.in; removed .version
2338 * configure.in, configure, sdcc.spec, doc/sdccman.lyx, doc/sdccman.lyx,
2339 doc/INSTALL.txt: version bumped to 2.7.2
2340 * sim/ucsim/configure.in, sim/ucsim/configure:
2341 use "read" to read from .version
2343 2007-06-03 Borut Razem <borut.razem AT siol.net>
2345 * */Makefile.in: removed annoying warning:
2346 Makefile:xx: Makefile.dep: No such file or directory
2348 2007-06-02 Maarten Brock <sourceforge.brock AT dse.nl>
2350 * src/mcs51/gen.c (outBitC, genRet): used IS_OP_RUONLY,
2351 (genNot, genXor): used toCarry, also fixes a bug for c = bit ^ val
2352 * src/mcs51/ralloc.c: removed IS_OP_RUONLY + some cosmetic changes
2353 * src/SDCCast.c (resultTypePropagate): propagate for '!',
2354 (decorateType): also optimize comparisons with RESULT_TYPE_BIT,
2355 bugfix: only use newBoolLink for bit result type
2356 * src/SDCCicode.c (geniCodeLogic): added param tree,
2357 bugfix: use newBoolLink if tree is bit type, bug appears when ruonly,
2358 (geniCodeLogicAndOr): use IS_BIT,
2359 (geniCodeJumpTable, geniCodeSwitch): added NULL param to geniCodeLogic,
2360 (ast2iCode): added tree param to geniCodeLogic for comparisons
2361 * src/SDCCsymt.h: added IS_OP_RUONLY and IS_OP_ACCUSE
2362 * support/regression/tests/bug1723128.c: added test NotZero
2364 2007-06-01 Borut Razem <borut.razem AT siol.net>
2366 * SDCPP synchronized with GCC CPP release version 4.2.0,
2367 currently the latest release:
2368 * support/cpp2/c-incpath.c, support/cpp2/c-incpath.h,
2369 support/cpp2/c-ppoutput.c, support/cpp2/cppdefault.c,
2370 support/cpp2/cppdefault.h, support/cpp2/except.h,
2371 support/cpp2/libcpp/directives.c, support/cpp2/libcpp/expr.c,
2372 support/cpp2/libcpp/files.c, support/cpp2/libcpp/include/cpplib.h,
2373 support/cpp2/libcpp/init.c, support/cpp2/libcpp/internal.h,
2374 support/cpp2/libcpp/lex.c, support/cpp2/libcpp/macro.c,
2375 support/cpp2/libcpp/mkdeps.c, support/cpp2/libiberty/getpwd.c,
2376 support/cpp2/libiberty/hashtab.c, support/cpp2/optc-gen.awk,
2377 support/cpp2/opth-gen.awk, support/cpp2/opts.c,
2378 support/cpp2/opts.h, support/cpp2/output.h,
2379 support/cpp2/prefix.c, support/cpp2/sdcpp-opts.c,
2380 support/cpp2/sdcpp.dsp, support/cpp2/sdcpp.opt,
2381 support/cpp2/system.h, support/cpp2/version.c,
2382 support/cpp2/Makefile.in: modified
2383 * support/cpp2/opts-common.c: added
2384 * device/lib/pic16/libdev/pic18f[24][45]j10.c: fixed svn atrributes
2385 * device/lib/pic16/libdev/pic18f[24]5j10.c:
2386 search for included source file in local directory
2387 * sim/ucsim/configure, sim/ucsim/configure.in:
2388 temporary solution to suppress GCC 4.2.0 c++ warning:
2389 deprecated conversion from string constant to `char *'
2391 2007-06-01 Raphael Neider <rneider AT web.de>
2393 * device/lib/pic/libdev/pic12f683.c,
2394 * device/include/pic/pic12f683.h: added GPIO bits
2396 2007-06-01 Raphael Neider <rneider AT web.de>
2398 * doc/sdccman.lyx: added --disable-pic16-port, fixed some `--' and
2399 quotation marks, clarified role of PIC14 vs. PIC16 ports
2400 * src/pic16/devices.inc,
2401 * device/include/pic16/pic18fregs.h,
2402 * device/include/pic16/pic18f[24][45]j10.h,
2403 * device/lib/pic16/pics.all,
2404 * device/lib/pic16/libdev/pic18f[24][45]j10.c: added support for
2405 18f24j10, 18f25j10, 18f44j10, and 18f45j10
2406 * device/lib/pic16/libio/{i2c,adc,usart}.ignore: do not build IO libs
2407 for new devices as they are not yet supported by gputils
2409 2007-05-31 Borut Razem <borut.razem AT siol.net>
2411 * Small Device C Compiler 2.7.0 released
2412 * .version, sdcc.spec, doc/sdccman.lyx, doc/INSTALL.txt:
2413 changed sdcc version to 2.7.1
2414 * support/scripts/sdcc.nsi: added How to create WIN32 release
2417 2007-05-29 Maarten Brock <sourceforge.brock AT dse.nl>
2419 * doc/sdccman.lyx: documented initialization and allocation of absolute
2420 variables, bit parameter passing, the need for function pointers to be
2421 reentrant and alpha quality support of inline and retrict
2423 2007-05-26 Borut Razem <borut.razem AT siol.net>
2425 * support/regression/tests/bug1057979.c, support/regression/tests/malloc.c,
2426 support/regression/fwk/include/testfwk.h: fixed compilation on Mac OS x
2427 * docs/knownbugs.html: updated
2429 2007-05-25 Maarten Brock <sourceforge.brock AT dse.nl>
2431 * doc/sdccman.lyx: inserted footnotes about inline assembler labels,
2433 * src/mcs51/gen.c (aopPut): fixed part of bug 1723128 when result is
2435 (gencjneshort): optimized when left is AOP_DIR
2436 * src/SDCCglue.c (printIvalStruct): fixed other part of bug 1723128 for
2437 initializing unions in a struct/array
2438 * support/regression/fwk/include/testfwk.h: added defines for data, near
2439 and far for host and z80
2440 * support/regression/tests/bug1723128.c: new, added
2442 2007-05-22 Borut Razem <borut.razem AT siol.net>
2444 * doc/knownbugs.html: updated
2446 2007-05-21 Raphael Neider <rneider AT web.de>
2448 * src/pic16/glue.c (pic16_initPointer): avoid assertion, emit better
2449 error message instead
2450 * src/pic/pcoderegs.c (pCodeOptime2pCodes): keep register state intact
2452 2007-05-21 Maarten Brock <sourceforge.brock AT dse.nl>
2454 * src/mcs51/peeph.def (257.b): disabled to fix bug 1721024
2456 2007-05-21 Raphael Neider <rneider AT web.de>
2458 * src/pic/pcoderegs.c (pCodeOptime2pCodes): fixed bogus optimization,
2460 * src/regression/gpsim_assert.h,
2461 * src/regression/Makefile,
2462 * src/regression/pcodeopt.c: regression test for the above fix
2464 2007-05-11 Maarten Brock <sourceforge.brock AT dse.nl>
2466 * src/SDCCpeeph.c (labelIsUncondJump): ignore identical labels for
2467 jumps to self, fixed bug 1717281
2469 2007-05-10 Borut Razem <borut.razem AT siol.net>
2471 * support/scripts/gen_known_bugs.pl: cosmetic fix
2472 * doc/knownbugs.html: generated by gen_known_bugs.pl
2474 2007-05-10 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
2476 * src/SDCCast.c (createFunction): also generate non-inlined version of
2477 function for functions declared as "static inline"
2478 * src/SDCCast.c (fixupInline, inlineAddDecl): reset symbol state so
2479 function can be inlined after non-inlined version generated.
2481 2007-05-10 Borut Razem <borut.razem AT siol.net>
2483 * support/scripts/gen_known_bugs.pl: added script
2484 which generates knownbugs.html
2486 2007-05-09 Maarten Brock <sourceforge.brock AT dse.nl>
2488 * doc/knownbugs.html: updated for release 2.7.0
2490 2007-05-09 Jesus Calvino-Fraga <jesusc at ece.ubc.ca>
2492 * device/include/mcs51/uPSD33xx.h: Added patch by Jan Waclawek.
2494 2007-05-08 Maarten Brock <sourceforge.brock AT dse.nl>
2496 * src/ds390/gen.c (emitcode): don't change properties of previous lines,
2497 (throughout): updated generating comments
2498 * src/mcs51/gen.c (emitcode): don't change properties of previous lines,
2499 (throughout): updated generating comments
2500 * src/SDCCpeeph.c (peepHole): continue searching at the first replaced
2501 rule instead of at the second, or it might skip lines when removing the
2503 * support/regression/tests/bug1714204.c: changed test to foo
2505 2007-05-08 Borut Razem <borut.razem AT siol.net>
2507 * doc/sdccman.lyx: changed sdcc version to 2.7.0,
2508 thanks to SDCC Distributed Compile Farm members,
2509 added Z80 and GBZ80 command line options
2510 * .version, doc/INSTALL.txt, sdcc.spec: changed sdcc version to 2.7.0
2512 2007-05-08 Maarten Brock <sourceforge.brock AT dse.nl>
2514 * device/lib/mcs51/crtxinit.asm: added disabled version for dual dptr
2515 * device/include/mcs51/uPSD33xx.h: added sfr DPS as alias for DPTC
2516 * support/regression/tests/longlit.c: modified to be tested at all and
2517 to pass the actual test
2519 2007-05-07 Jesus Calvino-Fraga <jesusc at ece.ubc.ca>
2521 * device/include/mcs51/uPSD33xx.h: Added.
2523 2007-05-07 Maarten Brock <sourceforge.brock AT dse.nl>
2525 * device/lib/_gptrput.c,
2526 * device/lib/_gptrget.c: removed old code,
2528 * src/ds390/gen.c (genGenPointerGet): fixed bug 1714204
2529 * support/regression/tests/bug1714204.c: new, added
2531 2007-05-06 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
2533 * support/regression/tests/regtrack.c: test was never executed
2534 because of the regression test being picky about white spaces.
2535 * device/lib/mcs51/crtclear.asm: added comment
2537 2007-05-06 Raphael Neider <rneider AT web.de>
2539 * device/lib/pic/Makefile.rules,
2540 * device/lib/pic16/Makefile.rules: make sure *.ignore file exists,
2541 made "&> /dev/null" redirection sh-safe ("> /dev/null 2>&1")
2543 2007-05-06 Raphael Neider <rneider AT web.de>
2545 * src/pic16/device.h,
2547 * src/pic16/main.c (pic16_optionsTable,_pic16_parseOptions,
2548 _pic16_setDefaultOptions): removed/reordered command-line args
2549 * doc/sdccman.lyx: updated PIC14 and PIC16 documentation (supported
2550 devices, regrouped command line args, environment variables),
2551 clarified sone points, added sections on how to add devices to the
2554 2007-05-06 Maarten Brock <sourceforge.brock AT dse.nl>
2556 * src/z80/peeph.def: fixed bug in rule 2
2558 2007-05-05 Maarten Brock <sourceforge.brock AT dse.nl>
2560 * src/port.h: added TARGET_MCS51_LIKE
2561 * src/SDCCpeeph.c (labelIsUncondJump): new, added, other targets could
2562 take advantage of it too
2563 * src/z80/gen.c (genIpush): push b, d or h directly instead of using a,
2564 (shiftR2Left2Result): Optimized: don't check shifting by 0
2565 * src/z80/peeph-z80.def,
2566 * src/z80/peeph.def: whole set of new rules by Philipp Krause with some
2567 modifications, see patch 1700823
2568 * src/mcs51/peep.c (): fixed bug 1712928
2569 * support/regression/tests/bug1712928.c: new, added
2571 2007-05-05 Borut Razem <borut.razem AT siol.net>
2573 * device/lib/pic16/Makefile.common.in,
2574 device/lib/pic/Makefile.common.in, sim/ucsim/cmd.src/Makefile.in:
2575 removed bash dependencies
2577 2007-05-01 Borut Razem <borut.razem AT siol.net>
2580 fixed bug #1710507: --i-code-in-asm makes compile fail
2581 all iCode comments are now one liners
2582 * src/mcs51/gen.c: fixed memory leak
2584 2007-05-01 Raphael Neider <rneider AT web.de>
2586 * device/lib/pic/libdev/*.c
2587 * device/include/pic/*.h: regenerated all device libs from updated
2589 * support/scripts/inc2h.pl: documented usage, now uses strict to
2592 2007-04-30 Borut Razem <borut.razem AT siol.net>
2595 fixed bug #1669175: Problem with space in output paths
2596 documented how to use paths with spaces for Windows users
2598 2007-04-29 Borut Razem <borut.razem AT siol.net>
2600 * Fixed svn:eol-style and svn:keywords properties
2601 * src/SDCCval.c: fixed bug
2602 #1592871: Segfault with "large" const arrays of characters
2603 replaced recursion with iteration
2604 * Removed svn:executable property from non-executable files
2606 2007-04-29 Maarten Brock <sourceforge.brock AT dse.nl>
2608 * src/mcs51/gen.c (genRet): fixed bug 1707003
2610 2007-04-27 Raphael Neider <rneider AT web.de>
2612 * src/pic16/pcode.c (pBlockRemoveUnusedLabels,pic16_pBlockAddInval,
2613 createReachingDefinitions,assignValnums,pic16_destructDF,
2614 pic16_createDF,pic16_vcg_dumpedges,pic16_vcg_dump_default):
2615 prevent NULL pointer dereferences
2616 * device/lib/pic/libdev/pic16f886.c,
2617 * device/lib/pic/libdev/pic16f887.c: svn mv'ed to disabled_* to
2618 prevent building them, gputils do not really support them yet
2620 2007-04-27 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
2622 * device/lib/_ltoa.c: 36 bytes less __data mem. This really
2623 helps printf_small. 32 bytes more __idata mem.
2625 2007-04-27 Raphael Neider <rneider AT web.de>
2627 * src/pic/pcode.c (addpCode2pBlock,LinkFlow,pBlockRemoveUnusedLabels):
2628 return early when pb or pb->pcHead is NULL (patch #1708427)
2629 * src/regression/empty.c,
2630 * src/regression/Makefile: added test with empty functions
2631 * support/Util/SDCCerr.c: fixed typo in E_INIT_STRUCT message
2633 2007-04-27 Borut Razem <borut.razem AT siol.net>
2635 * src/SDCCast.c: fixed feature request
2636 #1547512: Redundant strings linked when using sizeof("abc")
2638 2007-04-23 Borut Razem <borut.razem AT siol.net>
2640 * doc/sdccman.lyx, src/SDCCmain.c:
2641 peep-hole comments are generated only if --fverbose-asm option is
2642 specified and --no-peep-comments is not, as proposed by Frieder.
2643 * support/regression/Makefile.in: compile regression tests with
2644 --fverbose-asm option so one can "grep" whether a new (or an old)
2645 peephole is (still) applied; requested by Frieder.
2647 2007-04-23 Kevin Buettner <kevin AT buettner.to>
2649 * device/include/pic/pic16f886.h,
2650 * device/include/pic/pic16f887.h,
2651 * device/lib/pic/libdev/pic16f886.c,
2652 * device/lib/pic/libdev/pic16f887.c,
2653 * device/include/pic/pic14devices.txt,
2654 * device/lib/pic/libdev/devices.txt: Add 16f886 and 16f887.
2656 2007-04-23 Kevin Buettner <kevin AT buettner.to>
2658 * device/lib/pic/libsdcc/idata.c: PAGESEL _main before going there,
2661 2007-04-23 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
2663 * device/lib/_memset.c: assembler version for mcs51
2665 2007-04-22 Borut Razem <borut.razem AT siol.net>
2667 * support/scripts/listerr.c: program to create the list of errors and
2668 warnings list from - added
2669 * doc/sdccman.lyx: removed the note
2670 "For list of warnings and corresponding codes, see err_warn.txt"
2671 * src/SDCCsymt.c: fixed bug #1699804:
2672 Bug with some uses of sizeof(static local array) (MCS51)
2673 * support/regression/tests/bug-1699804.c: added
2675 2007-04-20 Maarten Brock <sourceforge.brock AT dse.nl>
2677 * as/mcs51/asmain.c (search_path_append, search_path_fopen): new, added,
2678 (main): added option -i,
2679 (asmbl, case S_INCL): use search_path_fopen,
2680 mostly from patch 1579668 by Peter Miller, thanks
2681 * src/z80/main.c: fixed typo --callee-saves-bc
2682 * device/include/mcs51/compiler.h: added sfrword for Tasking
2684 2007-04-20 Borut Razem <borut.razem AT siol.net>
2686 * src/z80/main.c: replaced reserved keyword asm with asmblr
2688 2007-04-19 Borut Razem <borut.razem AT siol.net>
2690 * src/port.h: use const pointers to strings
2691 * src/SDCCargs.h: declared getStringArg() and getIntArg()
2692 * src/pic16/main.c: include SDCCargs.h
2693 * src/SDCCglobl.h: code_seg and const_seg are not pointers to
2694 const char, since the strings are dynamically allocated
2695 * src/SDCCmain.c: options.code_seg and options.const_seg are
2696 dynamically allocated; check port specific command line options
2697 before the general ones
2698 * src/z80/main.c: fixed bug #1631895: codeseg/constseg #pragma fail
2700 2007-04-18 Maarten Brock <sourceforge.brock AT dse.nl>
2702 * device/include/ds400rom.h,
2703 * device/lib/ds390/lcd390.c,
2704 * device/lib/ds390/memcpyx.c,
2705 * device/lib/ds390/rtc390.c,
2706 * device/lib/ds400/ds400rom.c,
2707 * device/lib/ds400/memcpyx.c,
2708 * device/lib/hc08/_ret.c: more replacements of keywords with their
2709 double underscore equivalents
2710 * device/lib/ds390/Makefile.in,
2711 * device/lib/ds400/Makefile.in,
2712 * device/lib/gbz80/Makefile.in,
2713 * device/lib/hc08/Makefile.in,
2714 * device/lib/mcs51/Makefile.in,
2715 * device/lib/z80/Makefile.in: added --std-c89 to CFLAGS
2717 2007-04-17 Borut Razem <borut.razem AT siol.net>
2719 * doc/sdccman.lyx, src/SDCCmain.c, src/SDCCglobal.h, src/ds390/gen.c,
2720 src/hc08/gen.c, src/mcs51/gen.c, src/mcs51/rtrack.c:
2721 fixed #1493816: option --no-gen-comments: --no-gen-comments renamed
2722 to --fverbose-asm, to be gcc'ish
2724 2007-04-17 Maarten Brock <sourceforge.brock AT dse.nl>
2726 * src/mcs51/gen.c (aopOp): set size to 1 for ruonly, fixes bug 1699455
2728 2007-04-17 Borut Razem <borut.razem AT siol.net>
2730 * doc/sdccman.lyx: fixed #1701874: Mac OSX references in SDCC manual
2731 * device/lib/ds400/tinibios.c, device/lib/hc08/_divuint.c,
2732 device/lib/hc08/_divulong.c: replaced _asm and _endasm keywords
2733 with their double underscore equivalent
2735 2007-04-14 Borut Razem <borut.razem AT siol.net>
2737 * doc/sdccman.lyx: some additional "freeware" replaced with "free open
2740 2007-04-13 Borut Razem <borut.razem AT siol.net>
2742 * doc/sdccman.lyx: -pedantic-parse-number is not in conformance with
2744 * device/examples/serialcomm/windows/serial.[ch],
2745 device/examples/serialcomm/windows/test_serialcomm.cpp:
2746 updated by Bela Torok
2747 * device/examples/serialcomm/windows/serialcomm.dsw,
2748 device/examples/serialcomm/windows/serialcomm.dsp: added
2750 2007-04-13 Jan Waclawek <wek AT efton.sk>
2752 * doc/sdccman.lyx: additions and changes at various places
2753 (submitted as #1697136).
2754 (svn commit by Frieder Ferlemann <Frieder.Ferlemann AT web.de>)
2756 2007-04-10 Borut Razem <borut.razem AT siol.net>
2758 * doc/cdbfileformat.lyx, doc/sdccman.lyx, doc/test_suite_spec.lyx:
2759 LyX file format changed to 245
2760 * doc/sdccman.lyx, doc/README.txt, sdc/SDCC.lex, src/SDCCglue.c:
2761 "FreeWare" replaced with "free open source"
2763 2007-04-10 Maarten Brock <sourceforge.brock AT dse.nl>
2765 * device/include/mcs51/C8051F120.h: added some defines for bits in RSTSRC
2767 2007-04-08 Maarten Brock <sourceforge.brock AT dse.nl>
2769 * device/include/pic16/pic18fregs.h,
2771 * device/lib/_decdptr.c,
2772 * device/lib/_divsint.c,
2773 * device/lib/_divslong.c,
2774 * device/lib/_divuint.c,
2775 * device/lib/_divulong.c,
2776 * device/lib/_fs2schar.c,
2777 * device/lib/_fs2sint.c,
2778 * device/lib/_fs2slong.c,
2779 * device/lib/_fs2uchar.c,
2780 * device/lib/_fs2uint.c,
2781 * device/lib/_fs2ulong.c,
2782 * device/lib/_fsadd.c,
2783 * device/lib/_fscmp.c,
2784 * device/lib/_fsdiv.c,
2785 * device/lib/_fseq.c,
2786 * device/lib/_fsget1arg.c,
2787 * device/lib/_fsget2args.c,
2788 * device/lib/_fsgt.c,
2789 * device/lib/_fslt.c,
2790 * device/lib/_fsmul.c,
2791 * device/lib/_fsneq.c,
2792 * device/lib/_fsnormalize.c,
2793 * device/lib/_fsreturnval.c,
2794 * device/lib/_fsrshift.c,
2795 * device/lib/_fssub.c,
2796 * device/lib/_fsswapargs.c,
2797 * device/lib/_gptrget.c,
2798 * device/lib/_gptrgetc.c,
2799 * device/lib/_gptrput.c,
2800 * device/lib/_logexpf.c,
2801 * device/lib/_modsint.c,
2802 * device/lib/_modslong.c,
2803 * device/lib/_moduint.c,
2804 * device/lib/_modulong.c,
2805 * device/lib/_mulint.c,
2806 * device/lib/_mullong.c,
2807 * device/lib/_schar2fs.c,
2808 * device/lib/_ser.c,
2809 * device/lib/_setjmp.c,
2810 * device/lib/_sint2fs.c,
2811 * device/lib/_slong2fs.c,
2812 * device/lib/_spx.c,
2813 * device/lib/_uchar2fs.c,
2814 * device/lib/_uint2fs.c,
2815 * device/lib/_ulong2fs.c,
2816 * device/lib/asincosf.c,
2817 * device/lib/atanf.c,
2818 * device/lib/calloc.c,
2819 * device/lib/ds390/tinibios.c,
2820 * device/lib/ds400/tinibios.c,
2821 * device/lib/expf.c,
2822 * device/lib/free.c,
2823 * device/lib/hc08/_mulint.c,
2824 * device/lib/logf.c,
2825 * device/lib/malloc.c,
2826 * device/lib/printf_fast.c,
2827 * device/lib/printf_tiny.c,
2828 * device/lib/printfl.c,
2829 * device/lib/realloc.c,
2830 * device/lib/ser_ir.c,
2831 * device/lib/serial.c,
2832 * support/regression/tests/libmullong.c: replaced all special keywords
2833 with their double underscore equivalent
2834 * support/regression/ports/mcs51-xstack-auto/spec.mk,
2835 * device/lib/Makefile.in: compile libs with --std-c99 instead of
2837 * src/mcs51/gen.c (outBitC): don't store if result is return-use-only,
2838 (genRet): if the bit-symbol is ruonly it already is in the carry
2839 * src/mcs51/ralloc.c (regTypeNum): make regType REG_CND for ruonly bit
2840 * src/SDCCast.c (createFunction): applied patch 887171 by Stas Sergeev
2841 * src/SDCCicode.c (ast2iCode): '!', GETHBIT, GETABIT: only set operand
2842 type UCHAR if dest is not bit
2844 2007-04-03 Maarten Brock <sourceforge.brock AT dse.nl>
2846 * device/include/math.h,
2847 * device/lib/cotf.c,
2848 * device/lib/expf.c,
2849 * device/lib/sincoshf.c: changed XMAX to C99 HUGE_VALF
2851 2007-04-01 Borut Razem <borut.razem AT siol.net>
2853 * src/SDCC.lex, src/SDCCmain.c, support/cpp2/sdcpp.c:
2854 fixed bug #1692042: input buffer overflow...scanner uses REJECT
2855 * support/cpp2/sdcpp.c: fixed recursion bug - internal_error() called
2856 gcc_unreachable() called internal_error()...
2858 2007-03-30 Raphael Neider <rneider AT web.de>
2860 * src/pic/ralloc.c (isData): suppress garbage debug output
2862 2007-03-28 Borut Razem <borut.razem AT siol.net>
2865 "Nightly Snapshots" replaced with "Snapshot Builds", since the SDCC
2866 is developed, built and used worldwide, and the word "night" doesn't
2869 2007-03-28 Maarten Brock <sourceforge.brock AT dse.nl>
2871 * device/include/mcs51/C8051F360.h: new, added
2872 * device/include/mcs51/C8051F520.h: fixed buggy sbit addresses SPI0CN
2874 2007-03-27 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
2876 * src/SDCC.y (declaration_specifiers, function_specifier),
2877 * support/Util/SDCCerr.c,
2878 * support/Util/SDCCerr.h,
2880 * src/SDCCsymt.c (mergeSpec, checkFunction): Parse and validate the
2882 * src/SDCCmem.c (deallocParms),
2883 * src/SDCCast.c: support for function inlining, not quite complete
2884 * src/SDCCsymt.c (printTypeChain, printTypeChainRaw): display
2885 'restrict' qualifier
2887 2007-03-24 Maarten Brock <sourceforge.brock AT dse.nl>
2889 * src/mcs51/gen.c (saveRegisters, unsaveRegisters): free some bitVects,
2890 (saveRBank, unsaveRBank): don't save bits,
2891 (genFunction, genEndFunction): save bits exactly once, fix bug 1535242
2892 * support/regression/tests/bug1535242.c: new, added
2893 * device/include/assert.h: applied patch 1686533 to fix bug 1686528,
2894 thanks Alexey Shamrin <shamrin AT gmail.com>,
2895 made assert.h header ANSI compliant (added a check for NDEBUG macro,
2896 removed header guard)
2898 * sdcc.spec: bumped version to 2.6.5
2899 * src/SDCCmain.c(parseCmdLine): fixed bug 1677144
2901 2007-03-22 Borut Razem <borut.razem AT siol.net>
2903 * debugger/mcs51/cmd.c, debugger/mcs51/sdcdb.c:
2904 fixed bug #1653671: sdcdb integration into ddd is broken
2906 2007-03-22 Raphael Neider <rneider AT web.de>
2908 * src/pic/gen.c (popGetExternal): augmented to also create references
2909 to external variables (not only labels),
2910 (genCall): comment on plan to reduce PAGESEL overhead,
2911 (genFunction, genEndFunction): also save/restore FSR around interrupt
2912 handling code, removed lots of unused code
2913 (genDivOneByte): release acquired temp register
2914 * src/pic/glue.c (pic14createInterruptVect): adapt to new signature
2916 * device/lib/pic/libsdcc/shadowregs.c: NEW, provide storage location
2917 for registers that need to be saved during interrupts (FSR, STATUS,
2918 PCLATH; W needs special handling), currently only FSR is used
2920 2007-03-22 Raphael Neider <rneider AT web.de>
2922 * device/include/pic/pic14devices.txt: 16f688 has only one config word
2924 2007-03-19 Jesus Calvino-Fraga <jesusc at ece.ubc.ca>
2926 * /as/link/mcs51/aslink.dsp: Object extension for mcs51 is 'rel' not 'o'.
2928 2007-03-17 Maarten Brock <sourceforge.brock AT dse.nl>
2930 * src/mcs51/peeph.def (263.x): fixed bug for volatile variables
2932 2007-03-14 Maarten Brock <sourceforge.brock AT dse.nl>
2934 * as/link/aslink.h: added LKOBJEXT
2935 * as/link/hc08/link_hc08.dsp,
2936 * as/link/hc08/Makefile.bcc,
2937 * as/link/hc08/Makefile.in,
2938 * as/link/mcs51/aslink.dsp,
2939 * as/link/mcs51/Makefile.bcc,
2940 * as/link/mcs51/Makefile.in: moved lkamof51.c and lkdata.c
2941 * as/link/hc08/lkaomf51.c, as/link/mcs51/lkaomf51.c,
2942 * as/link/lkaomf51.c: merged and moved
2943 * as/link/hc08/lkdata.c, as/link/mcs51/lkdata.c,
2944 * as/link/z80/lkdata.c,
2945 * as/link/lkdata.c: merged and moved
2946 * as/link/hc08/lkmain.c,
2947 * as/link/mcs51/lkmain.c: cosmetic changes
2948 * as/link/z80/lkeval.c, as/link/lkeval.c: merged
2949 * as/link/lklex.c: use LKOBJEXT
2950 * as/link/z80/lklist.c, as/link/lklist.c: merged,
2951 ANSI-fied functions, removed bubble-sorts
2952 * as/link/z80/lksym.c as/link/lksym.c: merged,
2954 * as/link/z80/linkgbz80.dsp,
2955 * as/link/z80/linkz80.dsp,
2956 * as/link/z80/Makefile.in: added lkaomf51.c and lknoice.c,
2957 moved lkdata.c, lkeval.c, lkhead.c, lklex.x, lklist.c, lksym.c
2958 * as/link/z80/lkhead.c,
2959 * as/link/z80/lklex.c: deleted
2960 * as/link/z80/lklibr.c: moved LKOBJEXT to aslink.h
2961 * as/link/z80/lkmain.c: added copyfile()
2963 2007-03-13 Jesus Calvino-Fraga <jesusc at ece.ubc.ca>
2965 * device/include/mcs51/P89LPC925.h: Added missing P1_6 and P1_7.
2967 2007-03-13 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
2969 * device/lib/_strlen.c: assembler version for mcs51
2971 2007-03-13 Raphael Neider <rneider AT web.de>
2973 * device/include/pic16/pic18f2221.h,
2974 * device/include/pic16/pic18f2321.h,
2975 * device/include/pic16/pic18f2331.h,
2976 * device/include/pic16/pic18f4221.h,
2977 * device/include/pic16/pic18f4321.h,
2978 * device/include/pic16/pic18f4331.h: fixed config byte location names
2979 * support/scripts/inc2h-pic16.pl: removed debug output, emit
2980 consistently named config byte locations
2982 2007-03-13 Borut Razem <borut.razem AT siol.net>
2984 * src/Makefile.in, sim/ucsim/avr.src/Makefile.in,
2985 sim/ucsim/hc08.src/Makefile.in, sim/ucsim/s51.src/Makefile.in,
2986 sim/ucsim/xa.src/Makefile.in, sim/ucsim/z80.src/Makefile.in,
2987 as/link/z80/Makefile.in, as/z80/Makefile.in:
2990 2007-03-11 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
2992 * device/lib/printfl.c: 13 bytes less __data mem (12 more __idata)
2993 * device/lib/printf_large.c: pointer was converted to generic
2994 pointer for mcs51 models other than model-small (Maarten noticed)
2996 2007-03-10 Jesus Calvino-Fraga <jesusc at ece.ubc.ca>
2998 * device/include/mcs51/ADuC84x.h: Added.
3000 2007-03-10 Borut Razem <borut.razem AT siol.net>
3002 * src/SDCC.lex, src/SDCCutil.[ch], src/SDCCval:
3003 fixed RFE #1624219: double backslashes in filenames;
3004 functions hexEscape(), octalEscape() and copyStr() moved from
3005 SDCCval.c to SDCCutil.c and made them glovbally available
3007 2007-03-09 Borut Razem <borut.razem AT siol.net>
3009 * src/SDCC.lex, src/SDCCast.c. src/SDCCglobl.c, src/SDCCsymt.c,
3010 src/SDCCval.c: fixed bugs #1676768: Wrong line number reported and
3011 1673361: Missaligned comments in output files
3013 2007-03-09 Raphael Neider <rneider AT web.de>
3015 * device/include/pic/pic14devices.txt: fixed confsiz of 16f91[3467]
3017 2007-03-09 Raphael Neider <rneider AT web.de>
3021 * src/pic/ralloc.c: suppress undesired debug output
3022 * src/SDCCmain.c (linkEdit): initialize c to quieten compiler
3024 2007-03-08 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
3026 * device/lib/printf_large.c: 6 bytes less __data mem (6 more __idata)
3028 2007-03-07 Borut Razem <borut.razem AT siol.net>
3030 * device/lib/pic16/libdev/pic18f[24][34]31.c:
3031 search include files in the current directory
3033 2007-03-04 Maarten Brock <sourceforge.brock AT dse.nl>
3035 * src/SDCCglue.c (emitMaps, glue),
3036 * src/SDCCmem.c (initMem, allocDefault): added x_abs for initialized
3038 * support/regression/tests/absolute.c: added xdata test
3040 2007-03-03 Maarten Brock <sourceforge.brock AT dse.nl>
3042 * src/SDCCmain.c (parseCmdLine): only set options.xstack_loc for mcs51,
3043 added condition to macro, fixes bug 1666080
3045 2007-03-02 Raphael Neider <rneider AT web.de>
3047 * src/pic/gen.c (genGenPointerSet): removed bogus assertion
3049 2007-02-28 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
3051 * device/lib/mcs51/crtxclear.asm: pdata segment of 256 byte would not
3052 be cleared. Unconditionally set __XPAGE
3053 * src/hc08/gen.c: --no-gen-comments (RFE #1493816) for hc08
3055 2007-02-27 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
3060 * src/mcs51/rtrack.c,
3062 * doc/sdccman.lyx: added --no-gen-comments
3063 * src/mcs51/peeph.def: added 192.b, disabled 185
3065 2007-02-25 Raphael Neider <rneider AT web.de>
3067 * src/pic16/gen.c (genCast): fixed typo
3068 * device/lib/pic16/Makefile.subdir: only install existing files
3069 * device/lib/pic16/libdev/Makefile.in: build serially, avoid races
3071 2007-02-25 Maarten Brock <sourceforge.brock AT dse.nl>
3073 * device/lib/mcs51/crtcall.asm: new, added for indirect calls
3074 * device/lib/mcs51/crtclear.asm,
3075 * device/lib/mcs51/crtxclear.asm: renumbered labels
3076 * device/lib/mcs51/Makefile.in: added crtcall.asm
3077 * doc/sdccman.lyx: documented mcs51 crt* library startup code
3078 * src/mcs51/gen.c (movc): removed,
3079 (aopGet, genPlusBits): clear a after loading the carry (possibly from
3081 (toCarry, genSend, genRet): added function toCarry,
3082 (genPcall): use "lcall @a+dptr" for functions w/o parameters,
3083 (assignBit, genAssign, genCast): added function assignBit
3084 * src/mcs51/Makefile.bcc: added rtrack.c
3085 * src/mcs51/ralloc.h: made valueKnown a bitfield
3086 * src/mcs51/rtrack.c (getReg, rtrackUpdate): added getReg,
3087 fixed "jbc acc" and "cpl acc" bug, enhanced "cjne", "jnz" and "djnz",
3088 disabled InvalidateAllRx for lcall __gptrput, added "xch a,rn"
3089 * src/pic/pcode.c (FixRegisterBanking): fixed warning used uninitialized
3090 * src/z80/gen.c: added AOP_IS_PAIRPTR,
3091 (_pop): only pop valid pairs, see gencjneshort,
3092 (gencjneshort): return pair that still needs to be popped, restructured,
3093 (gencjne, genCmpEq): call _pop
3095 2007-02-23 Raphael Neider <rneider AT web.de>
3097 * device/include/pic/pic14devices.txt: 16f684 has only one config word
3099 2007-02-22 Jesus Calvino-Fraga <jesusc at ece.ubc.ca>
3101 * device/include/mcs51/P89LPC925.h: Added.
3103 2007-02-18 Raphael Neider <rneider AT web.de>
3105 * src/pic/glue.c (emitInitVal): fixed #1659894 (SIGSEGV on arrays)
3107 2007-02-17 Borut Razem <borut.razem AT siol.net>
3109 * support/cpp2/directives.c, support/cpp2/version.c:
3110 synchronized with GCC CPP 4.1.2
3112 2007-02-15 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
3114 * src/mcs51/rtrack.h,
3115 * src/mcs51/rtrack.c: added register tracking for the mcs51 port,
3116 by checking the strings passed by emitcode() to the assembler.
3117 Feel free to change. This in part addresses RFE #482179.
3118 Set environment variable SDCC_RTRACK to enable.
3119 * src/mcs51/gen.c: inserted hooks
3120 * src/mcs51/ralloc.h: added two members to struct regs
3121 * support/regression/tests/regtrack.c: added
3123 2007-02-14 Borut Razem <borut.razem AT siol.net>
3125 * src/SDCC.y: fixed bug #1291133: duplicate members across enum(s)
3126 * Makefile.in: applied patch from Makefile related part of
3127 #1469393: Compiler does not initialize static data
3129 2007-02-12 Maarten Brock <sourceforge.brock AT dse.nl>
3131 * src/SDCCicode.c (geniCodeAssign): return (itemp) right instead of left
3132 for better fix of bug 1273984, compiles pic16 rand.c
3134 2007-02-12 Borut Razem <borut.razem AT siol.net>
3136 * src/pic16/main.c: fixed pic16 standard library directory bug
3138 2007-02-11 Maarten Brock <sourceforge.brock AT dse.nl>
3140 * src/hc08/gen.c (genSwap): fix swap regression test
3142 2007-02-10 Borut Razem <borut.razem AT siol.net>
3144 * src/SDCCsymt.c: fixed bug #1159134: invalid duplicate declarations
3146 * support/regression/tests/bug-1654060.c: added regression test for
3149 2007-02-09 Bernhard Held <bernhard AT bernhardheld.de>
3151 * src/mcs51/gen.c (genRet): fixed RFE 1652561: added code for bit to
3152 bit moves in return statement
3154 2007-02-09 Borut Razem <borut.razem AT siol.net>
3156 * src/SDCC.y: fixed bug #1654060 typedef within function causes
3159 2007-02-07 Maarten Brock <sourceforge.brock AT dse.nl>
3161 * src/mcs51/gen.c (aopPut): use direct name for pushing registers
3162 * src/SDCCmain.c (parseCmdLine): dbuf_s path must be initialised
3164 2007-02-07 Raphael Neider <rneider AT web.de>
3166 * src/pic16/devices.inc,
3167 * device/include/pic16/pic18fregs.h,
3168 * device/include/pic16/pic18f[24][34]31.h,
3169 * device/lib/pic16/libdev/pic18f[24][34]31.c,
3170 * device/lib/pic16/pics.all: added 18f[24][34]31 family
3171 * device/lib/pic16/libio/i2c.ignore: do not build i2c
3173 2007-02-07 Maarten Brock <sourceforge.brock AT dse.nl>
3175 * device/lib/printf_large.c (_print_format): fixed compare/assign bug, how
3176 can this have lived here for so many years?
3177 * src/SDCCicode.c (ast2iCode): return left instead of right for assignment,
3178 fixes bug 1273984, see also patch 1645121, thanks Gnther Jehle
3179 * support/regression/tests/bug1273984.c: new, added, thanks Gnther Jehle
3181 2007-02-06 Bernhard Held <bernhard AT bernhardheld.de>
3183 * src/SDCCBlock.c (addiCodeToeBBlock): fixed bug 1652207: GOTO icodes
3184 appended by loop induction must be at the very end of the eBBlock
3186 2007-02-05 Kevin Vigor
3188 * src/ds390/gen.c, src/ds390/main.c: Address bug 1469393.
3190 2007-02-05 Borut Razem <borut.razem AT siol.net>
3192 * support/regression/fwk/lib/timeout.c: native WIN32 port,
3193 implemented #1651830 Reg. tests: rewrite timeout.c to use WIN32 API
3195 2007-02-03 Borut Razem <borut.razem AT siol.net>
3197 * src/SDCC.y, src/SDCCmain.c, src/SDCCglobl.h, doc/sdccman.lyx:
3198 applied patch #1646602 option to set default signedness of char to
3199 unsigned, added -funsigned-char command line option,
3200 thanks to Gunther Jehle
3201 * device/lib/Makefile.in: added the -f option to rm so it doesn't
3202 prompt for file deletion a few hundred times (especially the
3203 subversion files, which have ro permissions so it asks for
3204 confirmation), thanks to Simon McAuliffe;
3205 added {} + option to find in order to remove multiple files from a
3208 2007-02-02 Jesus Calvino-Fraga <jesusc at ece.ubc.ca>
3210 * device/include/mcs51/SST89x5xRDx.h: Added.
3212 2007-02-02 Raphael Neider <rneider AT web.de>
3214 * src/pic/glue.c (emitSymbolSet): check sym->etype before use
3215 * src/regression/Makefile: use --no-pcode-opt, ignore failing tests
3217 2007-02-01 Raphael Neider <rneider AT web.de>
3219 * src/pic/glue.c (picglue,emitSymbolSet,showAllMemmaps): emit the
3222 2007-01-31 Borut Razem <borut.razem AT siol.net>
3224 * support/Util/dbuf_string.h: added ATTRIBUTE_PRINTF to dbuf_printf()
3225 if compiled with GCC. Thanks to Raphael Neider
3227 2007-01-31 Raphael Neider <rneider AT web.de>
3229 * src/pic/pcode.c (isValidIdChar,bankCompare): fuzzy matching of
3230 operand names, handles name and (name + n) for all n,
3231 (sameBank): restructured, also check bank allocation policy,
3232 * src/pic/glue.c (emitPseudoStack): fixed printf arguments,
3233 (pic14_operandsAllocatedInSameBank): check whether to operands
3234 will be allocated into the same bank (i.e., section) to reduce
3235 BANKSEL overhead, queried from pcode.c:sameBank,
3236 (pic14printLocals): reintroduced clustering registers into a single
3237 section: all compiler generated symbols will now reside in one
3238 bank (per file), reducing BANKSEL overhead and code size,
3239 (showAllMemmaps): use local dbuf where possible
3241 2007-01-29 Raphael Neider <rneider AT web.de>
3243 * src/pic/gen.c (popGetExternal): simplified, mark symbol as used,
3244 (call_libraryfunc): retrieve/create symbol and mark as used,
3245 (genFunction): mark defined functions as non-extern and add again
3246 to code memmap for later output
3247 * src/pic/glue.c (emitPseudoStack): put into own subroutine,
3248 (pic14printLocals): reworked for new symbol emission,
3249 (emitIfNew,pic14_constructAbsMap,emitIvalLabel,emitIvals,emitInitVal,
3250 showAllMemmaps): reworked symbol output using dbufs, added handling
3251 of string literals (still incomplete),
3252 (picglue): removed symbol emission, moved into showAllMemmaps,
3253 (emitSymbolSet): new workhorse for symbol output,
3254 (pic14emitMaps,pic14printPublics,pic14printExterns): commented out
3256 2007-01-29 Borut Razem <borut.razem AT siol.net>
3258 * src/SDCCmain.c, src/SDCCutil.c: dbuf_splitFile: file extension
3259 component contains the extension separator.
3261 2007-01-28 Borut Razem <borut.razem AT siol.net>
3263 * sim/ucsim/cmd.src/cmdutil.cc: NUL device is detected as CG_FILE type
3265 * src/SDCCdwarf2.c, src/SDCCglobl.h, src/SDCCmain.c, src/SDCCutil.c,
3266 src/SDCCutil.h, src/avr/gen.c, src/ds390/gen.c, src/hc08/gen.c,
3267 src/mcs51/gen.c, src/pic/device.c, src/pic/gen.c, src/pic/pcode.c,
3268 src/pic/pcodepeep.c, src/pic/ralloc.c, src/pic16/device.h,
3269 src/pic16/gen.c, src/pic16/main.c, src/pic16/pcode.c,
3270 src/pic16/pcodepeep.c, src/pic16/ralloc.c, src/xa51/gen.c,
3271 src/z80/gen.c, support/Util/MySystem.c:
3272 accept slash and backslash as directory separator on WIN32 and
3275 2007-01-28 Raphael Neider <rneider AT web.de>
3277 * src/pic16/devices.inc,
3278 * device/include/pic16/pic18f[24][23]21.h,
3279 * device/include/pic16/pic18fregs.h,
3280 * device/lib/pic16/libdev/pic18f[24][23]21.c,
3281 * device/lib/pic16/pics.all: added support for the 18f[24][23]21 family
3282 * device/lib/pic16/libio/adc.ignore,
3283 * device/lib/pic16/libio/i2c.ignore,
3284 * device/lib/pic16/libio/usart.ignore: do not build I/O lib for new
3285 family, as gputils do not yet support the devices
3286 * device/lib/pic16/Makefile.subdir: ignore errors on install
3287 * support/scripts/inc2h-pic16.pl: script to generate pic16 device
3288 headers and libraries from gputils .inc files
3290 2007-01-26 Paul Stoffregen <paul AT pjrc.com>
3292 * doc/sdccman.lyx: add printf_fast_f precision limitation note
3294 2007-01-26 Paul Stoffregen <paul AT pjrc.com>
3296 * doc/sdccman.lyx: add printf benchmarks
3298 2007-01-25 Paul Stoffregen <paul AT pjrc.com>
3300 * device/lib/printf_fast.c: fix %c, char promoted to int
3301 * device/lib/printf_tiny.c: fix %c, char promoted to int
3303 2007-01-25 Paul Stoffregen <paul AT pjrc.com>
3305 * device/lib/printf_fast.c: fix float overflow check, bug #1525093
3307 2007-01-25 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
3309 * support/regression/tests/swap.c: 64 bit hosts failed
3310 * doc/sdccman.lyx: added preliminary mcs51 printf feature matrix
3312 2007-01-25 Raphael Neider <rneider AT web.de>
3314 * src/pic/pcode.c (sameBank,FixRegisterBanking): optimize banksels
3315 based on absolute register address, patch by Alex Blond
3317 2007-01-22 Raphael Neider <rneider AT web.de>
3319 * src/pic/glue.c (pic14emitRegularMap): mark initialized symbols as
3320 emitted, do not emit them again...
3322 2007-01-22 Raphael Neider <rneider AT web.de>
3324 * src/regression/bank1.c, src/regression/compare6.c,
3325 src/regression/add.c: cosmetic changes
3326 * src/pic/pcode.h: moved GPTRTAG_* here from gen.c
3327 * src/pic/gen.c: fixed global zero and one,
3328 (aopForSym): removed unued code,
3329 (aopGet): assert aop is defined, check and use `index' of
3330 pCodeImmd operands (fixes #1630908),
3331 * src/pic/pcode.c (get_op): added output of generic pointer tag,
3332 (register_reassign): prevent accidental register unification,
3333 (ReuseReg): cosmetic changes (also above)
3334 * src/pic/glue.c (pic14_constructAbsMap,pic14emitRegularMap,
3335 pic14emitStaticSeg): do not emit initialized data,
3336 (printIval*): replaced with working versions,
3337 (pic14createInterruptVect,picglue): use idata for initialized data,
3338 now init data should work in all modules (not only main()),
3339 * device/lib/pic/libsdcc/idata.c: NEW, handle initialized data
3341 2007-01-21 Borut Razem <borut.razem AT siol.net>
3343 * sim/ucsim/configure.in: introduced macro DD_COPT_NO_IGNORE,
3344 use -fPIC or -fpic if they are supported and not ignored
3345 * src/SDCCval.c: fixed bug introduced by me in rev. #4577
3346 * support/cpp2/libcpp/lex.c: fixed gcc 4.1.1 warnings
3348 2007-01-20 Borut Razem <borut.razem AT siol.net>
3350 * src/SDCC.lex, src/SDCCmain.c, sdc/SDCCglobl.h, doc/sdccman.lyx:
3351 implemented RFE #1470316: allow "$" in variable names
3353 2007-01-20 Raphael Neider <rneider AT web.de>
3355 * device/include/pic/pic14regs.h: reverted accidental wipe of the file
3357 2007-01-20 Raphael Neider <rneider AT web.de>
3359 * device/lib/pic/libdev/devices.txt: device list for mkall.sh
3360 * device/lib/pic/libdev/mkall.sh: script to rebuild all device libs
3361 * device/lib/pic/libdev/pic14ports.txt: device PORT specifications
3362 * support/scripts/inc2h.pl: fixed major .inc parsing bugs,
3363 applied patch from Robert Tate (#1629249) to add PORTs and TRISs
3364 * device/lib/pic/libdev/pic*.c,
3365 * device/include/pic/pic*.h: regenerated with enhanced inc2h.pl
3366 * device/lib/pic/libdev/Makefile.in: show progress
3368 2007-01-19 Bernhard Held <bernhard AT bernhardheld.de>
3370 * doc/sdccman.lyx: updated "configure options" for autoconf 2.6
3371 * support/scripts/sdcc_cygwin_mingw32,
3372 * support/scripts/sdcc_mingw32,
3373 * support/scripts/build.mak: replaced --datadir by --datarootdir for
3374 conformance with autoconf 2.6
3376 2007-01-19 Raphael Neider <rneider AT web.de>
3378 * src/pic/device.c (register_map): fixed list construction
3379 * src/pic/gen.c (genDivOneByte,genModOneByte): accept result > 1 byte,
3380 (genMod): removed case for genModbits,
3381 (genModbits): removed as now unused/unimplemented
3382 * src/pic/glue.c (picglue): prevent name clash with sources 'init.c'
3384 2007-01-18 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
3386 * support/regression/tests/swap.c: added in response to #1638622
3387 * doc/sdccman.lyx: synced version, minor changes
3389 2007-01-18 Borut Razem <borut.razem AT siol.net>
3391 * SDCClabel.c: fixed bug #1638651: wrong linenumber presented in warning,
3392 thanks to Gunther Jehle
3393 * src/asm.c: don't die if the file drfined in #line couldn't be opened
3394 * src/SDCC.lex, src/SDCCglobal.h, src/SDCCicode.c, src/SDCCsymt.c,
3395 src/SDCCval.c: removed redundant definitions of currFname and mylineno;
3396 use filename in lineno instead.
3397 * SDCCast.c: removed MSVC warning C4018: '==' : signed/unsigned mismatch,
3398 print the file name in ast_print()
3400 2007-01-18 Borut Razem <borut.razem AT siol.net>
3402 * support/Util/dbuf_string.c: removed (PTR) cast since it is not
3404 * src/SDCC.lex: stringLiteral() returns const char pointer,
3405 EOF detection in stringLiteral(), fixed asmbuf memory leak,
3406 fixed column counting
3407 * src/SDCCval.[ch]: constVal(), value *strVal() and charVal()
3408 accept const char pointer as parameter
3409 * src/SDCCdwarf2.c: corrected buffer size
3411 2007-01-17 Borut Razem <borut.razem AT siol.net>
3413 * support/Util/dbuf_string.c: fixed for amd64
3415 2007-01-15 Borut Razem <borut.razem AT siol.net>
3417 * src/pic16/ralloc.c, src/pic/ralloc.c, src/SDCC.y:
3418 removed terminal symbol ELIPSIS, since it was never generated by the
3419 lexer and it was wrongly used in parameter_identifier_list rule
3421 2007-01-15 Raphael Neider <rneider AT web.de>
3423 * doc/sdccman.lyx: updated PIC14/16 command line args, updated PIC14
3424 code page and data banking description
3425 * src/pic/genarith.c,
3426 * src/pic/gen.h: removed bit arithmetic functions,
3427 updated exit(1) to exit(EXIT_FAILURE)
3428 * device/lib/pic16/libsdcc/stack/stack.S: default to 256 byte stack
3429 * device/include/pic16/pic18f2455.h,
3430 * device/lib/pic16/libdev/pic18f2455.c: added PORTD, LATD, LATE,
3431 TRISD and TRISE, fixed/added some bit names
3432 * device/lib/pic16/libdev/pic18f{2550,4550,4455}.c,
3433 * device/include/pic16/pic18f{2550,4550,4455}.h: simply include
3434 updated pic18f2455.{c,h} instead of duplicating them
3436 2007-01-14 Borut Razem <borut.razem AT siol.net>
3438 * as/mcs51/asnoice.c, as/hc08/asnoice.c: fixed bug #1447412:
3439 Cannot debug files that contain spaces in the path name
3440 by converting spaces in asm file name to underscores
3442 2007-01-13 Borut Razem <borut.razem AT siol.net>
3444 * doc/sdccman.lyx: fixed format errors
3446 2007-01-10 Borut Razem <borut.razem AT siol.net>
3448 * src/SDCC.lex, src/SDCCmain.c: fixed bug #1631895:
3449 codeseg/constseg #pragma fail
3450 * suppoprt/cpp2/Makefile.bcc: reenable Borland C compilation
3451 * suppoprt/cpp2/configure.in, suppoprt/cpp2/libcpp/lex.c,
3452 suppoprt/cpp2/Makefile.in, suppoprt/cpp2/sdcpp-opts,
3453 suppoprt/cpp2/sdcpp.[ch]: house cleaning
3455 2007-01-09 Borut Razem <borut.razem AT siol.net>
3457 * get rid of diagnistic.[ch], pretty-print.[ch],
3458 c-pretty-print.[ch], ... used just for error, warning, ...
3460 * suppoprt/cpp2/pretty-print.[ch], suppoprt/cpp2/diagnostic.[ch],
3461 suppoprt/cpp2/diagnostic.def, suppoprt/cpp2/input.h,
3462 suppoprt/cpp2/pretty-print.[ch]:
3464 * suppoprt/cpp2/Makefile.in, suppoprt/cpp2/opts.c,
3465 suppoprt/cpp2/sdcpp-opts.c, suppoprt/cpp2/sdcpp.[ch],
3466 suppoprt/cpp2/sdcpp.dsp:
3469 2007-01-08 Maarten Brock <sourceforge.brock AT dse.nl>
3471 * device/lib/printf_large.c (output_float): removed recursion,
3472 use smaller buffer on stack for mcs51,
3473 fixed bug printing 1.96
3474 * support/regression/tests/snprintf.c: added test
3476 2007-01-07 Borut Razem <borut.razem AT siol.net>
3478 * use dynamic memory buffers instead temporary files
3479 * support/Util/dbuf_string.c, support/Util/dbuf_string.h:
3481 * src/Makefile.in, src/SDCC.lex, src/SDCCast.c, src/SDCCast.h,
3482 src/SDCCcse.c, src/SDCCglobl.h, src/SDCCglue.c, src/SDCCglue.h,
3483 src/SDCCicode.c, src/SDCCicode.h, src/SDCCmain.c, src/SDCCmem.c,
3484 src/SDCCmem.h, src/SDCCpeeph.c, src/SDCCpeeph.h, src/SDCCsymt.c,
3485 src/SDCCsymt.h, src/SDCCutil.c, src/asm.c, src/asm.h, src/avr/gen.c,
3486 src/avr/main.c, src/ds390/gen.c, src/ds390/main.c, src/hc08/gen.c,
3487 src/hc08/main.c, src/izt/gen.c, src/mcs51/gen.c, src/mcs51/main.c,
3488 src/pic/device.c, src/pic/gen.c, src/pic/glue.c, src/pic/main.c,
3489 src/pic/ralloc.c, src/pic16/gen.c, src/pic16/glue.c,
3490 src/pic16/main.c, src/pic16/ralloc.c, src/port.h, src/src.dsp,
3491 src/xa51/gen.c, src/xa51/main.c, src/z80/gen.c, src/z80/main.c,
3492 support/Util/dbuf.c, support/Util/dbuf.h:
3494 * .version, sdcc.spec: bumped version to 2.6.4
3496 2007-01-07 Maarten Brock <sourceforge.brock AT dse.nl>
3498 * src/port.h: added TARGET_Z80_LIKE macro
3499 * src/SDCCmain.c (linkEdit): use TARGET_Z80_LIKE,
3500 output PSEG location if --xram-loc or --xstack-loc was used
3501 * as/link/mcs51/lkarea.c (lnksect2): set segment address afterwards
3503 2007-01-07 Maarten Brock <sourceforge.brock AT dse.nl>
3505 * as/as_gbz80.dsp, as/z80/as_gbz80.dsp,
3506 * as/as_z80.dsp, as/z80/as_z80.dsp,
3507 * as/asx8051.dsp, as/mcs51/asx8051.dsp,
3508 * sdcc.dsw: moved project files into subdir
3509 * as/hc08/as_hc08.dsp,
3510 * as/hc08/Makefile.bcc,
3511 * as/hc08/Makefile.in,
3512 * as/mcs51/Makefile.bcc,
3513 * as/mcs51/Makefile.in,
3514 * as/z80/Makefile.bcc,
3515 * as/z80/Makefile.in,
3516 * as/link/mcs51/Makefile.bcc: use as/strcmpi.c
3519 * as/z80/asm.h: added as_strcmpi() and as_strncmpi() prototypes
3522 * as/mcs51/asmain.c,
3524 * as/z80/assym.c: removed include "strcmpi.h"
3525 * as/hc08/strcmpi.c,
3526 * as/hc08/strcmpi.h,
3527 * as/mcs51/strcmpi.c,
3528 * as/mcs51/strcmpi.h,
3529 * support/Util/strcmpi.c,
3530 * support/Util/strcmpi.h: removed files
3531 * as/strcmpi.c: added as_strncmpi()
3533 2007-01-05 Jesus Calvino-Fraga <jesusc at ece.ubc.ca>
3535 * sdcc.dsw: Added some dependencies on project config.dsp
3537 2007-01-05 Maarten Brock <sourceforge.brock AT dse.nl>
3539 * as/link/mcs51/lkarea.c (lnkarea2, lnksect2): replaced [di]seg_ap->a_addr
3540 with [di]ram_start to fix a regresion
3542 2007-01-03 Bernhard Held <bernhard AT bernhardheld.de>
3544 * configure.in: added missing mcs51 in status output
3545 * Makefile.in: add support/regression to SDCC_EXTRA to distclean this
3547 * debugger/mcs51/clean.mk (distclean): remove config.h
3548 * src/clean.mk (clean): remove SDCCy.c, SDCCy.h, SDCClex.c
3549 * support/cpp2/Makefile.in (clean): remove s-options, optionlist,
3550 options.h, s-options-h and options.c
3551 * support/cpp2/clean.mk: unused, removed
3552 * Makefile.common.in,
3555 * as/hc08/Makefile.in,
3557 * as/mcs51/Makefile.in,
3558 * as/mcs51/clean.mk,
3561 * as/z80/Makefile.in,
3563 * as/link/Makefile.in,
3564 * as/link/hc08/Makefile.in,
3565 * as/link/hc08/clean.mk,
3566 * as/link/mcs51/Makefile.in,
3567 * as/link/mcs51/clean.mk,
3568 * as/link/z80/Makefile.in,
3569 * as/link/z80/clean.mk,
3570 * as/link/z80/conf.mk,
3571 * debugger/mcs51/Makefile.in,
3572 * debugger/mcs51/clean.mk,
3573 * device/include/Makefile.in,
3574 * device/lib/Makefile.in,
3575 * device/lib/mcs51/Makefile.in,
3576 * device/lib/pic/Makefile.in,
3577 * device/lib/pic/Makefile.common.in,
3578 * device/lib/pic/Makefile.subdir,
3579 * device/lib/pic/Makefile.rules,
3580 * device/lib/pic16/libio/Makefile.in,
3581 * device/lib/pic16/Makefile.subdir,
3582 * device/lib/pic16/libdev/Makefile.in,
3583 * device/lib/pic16/Makefile.rules,
3584 * device/lib/pic16/Makefile.common.in,
3585 * sim/ucsim/avr.src/Makefile.in,
3586 * sim/ucsim/main_in.mk,
3587 * sim/ucsim/cmd.src/Makefile.in,
3588 * sim/ucsim/doc/Makefile.in,
3589 * sim/ucsim/gui.src/Makefile.in,
3590 * sim/ucsim/gui.src/obsolete/portmon.src/Makefile.in,
3591 * sim/ucsim/gui.src/serio.src/Makefile.in,
3592 * sim/ucsim/hc08.src/Makefile.in,
3593 * sim/ucsim/libltdl/Makefile.in,
3594 * sim/ucsim/s51.src/Makefile.in,
3595 * sim/ucsim/sim.src/Makefile.in,
3596 * sim/ucsim/sim.src/conf.mk,
3597 * sim/ucsim/xa.src/Makefile.in,
3598 * sim/ucsim/z80.src/Makefile.in,
3602 * support/cpp2/Makefile.in,
3603 * support/librarian/Makefile.in,
3604 * support/librarian/clean.mk,
3605 * support/makebin/Makefile.in,
3606 * support/makebin/clean.mk,
3607 * support/packihx/Makefile.in,
3608 * support/regression/Makefile.in,
3609 * support/regression/ports/ds390/spec.mk,
3610 * support/regression/ports/gbz80/spec.mk,
3611 * support/regression/ports/hc08/spec.mk,
3612 * support/regression/ports/mcs51/spec.mk,
3613 * support/regression/ports/mcs51-large/spec.mk,
3614 * support/regression/ports/mcs51-medium/spec.mk,
3615 * support/regression/ports/mcs51-xstack-auto/spec.mk,
3616 * support/regression/ports/pic14/spec.mk,
3617 * support/regression/ports/pic16/spec.mk,
3618 * support/regression/ports/mcs51-stack-auto/spec.mk,
3619 * support/regression/ports/ucz80/spec.mk,
3620 * support/regression/ports/xa51/spec.mk,
3621 * support/regression/ports/z80/spec.mk: fixed for autoconf 2.6x by
3622 adding a slash after $(top_builddir) and/or adding @datarootdir@
3624 * debugger/mcs51/configure.in,
3625 * device/lib/pic/configure.in,
3626 * device/lib/pic16/configure.in,
3627 * sim/ucsim/configure.in,
3628 * support/cpp2/configure.in,
3629 * support/packihx/configure.in: changed AC_PREREQ to 2.60
3631 * debugger/mcs51/configure,
3632 * device/lib/pic/configure,
3633 * device/lib/pic16/configure,
3634 * sim/ucsim/configure,
3635 * support/cpp2/configure,
3636 * support/packihx/configure: generated with autoconf 2.60
3638 2007-01-02 Maarten Brock <sourceforge.brock AT dse.nl>
3640 * as/link/hc08/lkihx.c (newArea),
3641 * as/link/hc08/lkrloc.c: renamed newArea() to ihxNewArea()
3643 2007-01-02 Borut Razem <borut.razem AT siol.net>
3645 * doc/sdccman.lyx: documented #pragma sdcc_hash
3646 * support/cpp2/sdcpp.c: allow_naked_hash (value of #pragma sdcc_hash)
3648 * support/cpp2/c-ppoutput.c: fixed warning: no newline at end of file
3650 2007-01-01 Bernhard Held <bernhard AT bernhardheld.de>
3652 * src/SDCCast.c (createDo): backPatchLabels() needs falseLabel in
3653 empty 'while'-loop to work correctly, see regression test 'while.c'
3654 * support/regression/tests/while.c: added
3656 2007-01-01 Borut Razem <borut.razem AT siol.net>
3658 * support/cpp2/libcpp/directives.c, support/cpp2/libcpp/identifiers.c,
3659 support/cpp2/libcpp/init.c, support/cpp2/libcpp/sdcpp-opts.c,
3660 support/cpp2/libcpp/sdcpp.c:
3661 sdcpp specific pragma/directive/option handling moved to sdcpp.c
3662 * doc/sdccman.lyx: reference to the GCC 4.1.1 CPP Manual
3663 * support/cpp2/libcpp/mkdeps.c: synchronized with GCC CPP 4.1.1
3665 2006-12-31 Borut Razem <borut.razem AT siol.net>
3667 * SDCPP synchronized with GCC CPP release version 4.1.1,
3668 currently the latest release:
3669 * support/cpp2/libcpp, support/cpp2/libcpp/include,
3670 support/cpp2/libcpp/include/cpp-id-data.h
3671 support/cpp2/libiberty/fopen_unlocked.c
3672 support/cpp2/libiberty/md5.c
3674 support/cpp2/opt-functions.awk
3675 support/cpp2/opt-gather.awk
3676 support/cpp2/optc-gen.awk
3677 support/cpp2/opth-gen.awk:
3679 * support/cpp2/Makefile.in, support/cpp2/auto-host_vc_in.h,
3680 support/cpp2/c-incpath.c, support/cpp2/c-incpath.h,
3681 support/cpp2/c-ppoutput.c, support/cpp2/c-pretty-print.c,
3682 support/cpp2/c-pretty-print.h, support/cpp2/cppdefault.c,
3683 support/cpp2/cppdefault.h, support/cpp2/diagnostic.c,
3684 support/cpp2/diagnostic.h, support/cpp2/except.h,
3685 support/cpp2/hwint.h, support/cpp2/input.h,
3686 support/cpp2/intl.h, support/cpp2/move-if-change,
3687 support/cpp2/opts.c, support/cpp2/opts.h,
3688 support/cpp2/output.h, support/cpp2/prefix.c,
3689 support/cpp2/prefix.h, support/cpp2/pretty-print.c,
3690 support/cpp2/pretty-print.h, support/cpp2/sdcpp-opts.c,
3691 support/cpp2/sdcpp.c, support/cpp2/sdcpp.dsp,
3692 support/cpp2/sdcpp.h, support/cpp2/sdcpp.opt,
3693 support/cpp2/sdcppa.dsp, support/cpp2/symcat.h,
3694 support/cpp2/version.c:
3696 * support/cpp2/libcpp/charset.c, support/cpp2/libcpp/directives.c,
3697 support/cpp2/libcpp/errors.c, support/cpp2/libcpp/expr.c,
3698 support/cpp2/libcpp/files.c, support/cpp2/libcpp/identifiers.c,
3699 support/cpp2/libcpp/include/cpplib.h, support/cpp2/libcpp/include/line-map.h,
3700 support/cpp2/libcpp/include/mkdeps.h, support/cpp2/libcpp/include/symtab.h,
3701 support/cpp2/libcpp/init.c, support/cpp2/libcpp/internal.h,
3702 support/cpp2/libcpp/lex.c, support/cpp2/libcpp/line-map.c,
3703 support/cpp2/libcpp/macro.c, support/cpp2/libcpp/mkdeps.c,
3704 support/cpp2/libcpp/symtab.c, support/cpp2/libcpp/system.h,
3705 support/cpp2/libcpp/traditional.c, support/cpp2/libcpp/ucnid.h,
3706 support/cpp2/libiberty/hashtab.c, support/cpp2/libiberty/hashtab.h:
3708 * support/cpp2/cppcharset.c, support/cpp2/cpperror.c,
3709 support/cpp2/cppexp.c, support/cpp2/cppfiles.c,
3710 support/cpp2/cpphash.c, support/cpp2/cpphash.h,
3711 support/cpp2/cppinit.c, support/cpp2/cpplex.c,
3712 support/cpp2/cpplib.c, support/cpp2/cpplib.h,
3713 support/cpp2/cppmacro.c, support/cpp2/cpptrad.c,
3714 support/cpp2/cppucnid.h, support/cpp2/hashtab.c,
3715 support/cpp2/hashtab.h, support/cpp2/hashtable.c,
3716 support/cpp2/hashtable.h, support/cpp2/line-map.c,
3717 support/cpp2/line-map.h, support/cpp2/mkdeps.c,
3718 support/cpp2/mkdeps.h, support/cpp2/options_vc_in.c,
3719 support/cpp2/options_vc_in.h, support/cpp2/opts.sh,
3720 support/cpp2/system.h:
3723 2006-12-31 Borut Razem <borut.razem AT siol.net>
3725 * configure.in, configure: fixed bug #1538756: configure dies if bison
3726 and flex are not installed, 2nd try
3728 2006-12-30 Bernhard Held <bernhard AT bernhardheld.de>
3730 * src/mcs51/peeph.def: renamed rule 400 to 500, moved rule 253.x to
3731 400.x for better code in RFE 899102
3733 2006-12-30 Bernhard Held <bernhard AT bernhardheld.de>
3735 * src/SDCCpeeph.c (deadMove),
3737 * src/mcs51/peep.h: renamed 'op' by 'reg'
3738 * src/mcs51/peep.c (isFunc, isCallerSaveFunc): added,
3739 (scan4op): small change for removeDeadMove(), added support for
3740 'callee saves' and/or PACLL function calls,
3741 (removeDeadMove): added, removes superflous 'mov r%1,%2',
3742 (removeDeadPopPush): renamed from mcs51DeadMove(), common parts
3743 left in new dispatcher mcs51DeadMove()
3744 (mcs51DeadMove): dispatcher for removeDeadPopPush() and new
3746 * src/mcs51/peeph.def: added rule 301 removing superflous 'mov r%1,%2'
3748 2006-12-30 Jesus Calvino-Fraga <jesusc at ece.ubc.ca>
3750 * support/cpp2/options_vc_in.h, support/cpp2/options_vc_in.c,
3751 support/cpp2/sdcppa.dsp: create 'options.h' and 'options.c' under MSVC.
3753 2006-12-30 Borut Razem <borut.razem AT siol.net>
3755 * support/cpp2/spacs.h: deleted from svn
3756 * configure.in, configure: fixed bug #1538756: configure dies if bison
3757 and flex are not installed
3759 2006-12-29 Maarten Brock <sourceforge.brock AT dse.nl>
3761 * src/z80/gen.c (assignResultValue): fixed bug when registers overlap,
3762 with this z80 passes printf float test when enabled
3763 * support/regression/tests/bug1057979.c: typo disabled ds390 float test
3765 2006-12-28 Borut Razem <borut.razem AT siol.net>
3767 * support/cpp2/config.in, support/cpp2/configure.in,
3768 support/cpp2/configure, support/cpp2/Makefile.in:
3769 fix for the solaris build
3771 2006-12-27 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3773 * src/SDCC.y (type_specifier2, pointer),
3775 * src/SDCCsymt.c (mergeSpec, checkSClass),
3776 * support/Util/SDCCerr.c,
3777 * support/Util/SDCCerr.h: Parse and validate the restrict keyword
3778 * support/valdiag/valdiag.py: Allow test cases to specify
3779 required language standard
3780 * support/valdiag/tests/restrict.c: New file to test restrict keyword
3781 * support/valdiag/tests/tentdecl.c: Supress empty source file error
3783 2006-12-27 Borut Razem <borut.razem AT siol.net>
3785 * support/cpp2/cppmain.c, support/cpp2/mbchar.[ch]: removed
3786 * support/cpp2/libiberty/Makefile.in, support/cpp2/libiberty/sdcpp.dsp:
3788 * support/cpp2/libiberty/getpwd.c, support/cpp2/sdcpp.h:
3790 * support/cpp2/libiberty/Makefile.bcc: updated
3791 * src/pic16/main.c: fixed #pragma udata handling
3792 * src/mcs51/mcs51.dsp: added peep.[ch] to the project
3794 2006-12-26 Bernhard Held <bernhard AT bernhardheld.de>
3796 * src/SDCCpeeph.c: made labelHashEntry global,
3797 made pcDistance, FBYNAME static,
3798 (pcDistance): made static, use isComment and isLabel,
3800 (getLabelRef): added, extracted from labelRefCount(),
3801 (labelRefCount): use new getLabelRef(),
3802 (callFuncByName): made static, added deadMove,
3803 use isComment and isLabel,
3804 (newPeepRule): made static, set isLabel,
3805 (isLabelDefinition): added parameter isPeepRule to allow '%' in
3806 labels from peephole rules,
3807 (buildLabelRefCountHash): speed up by running isLabelDefinition() only
3808 when isComment or isLabel is set
3809 * src/SDCCpeeph.h: added "isLabel" and "visited" to struct lineNode,
3810 added labelHashEntry, isLabelDefinition, labelHash and getLabelRef
3812 * src/mcs51/peep.h: added
3813 * src/mcs51/peep.c: added, implements mcs51DeadMove()
3814 * src/port.h: added peep->deadMove to port structure
3815 * src/mcs51/main.c: initialize peep->deadMove with mcs51DeadMove
3816 * src/mcs51/peeph.def: renumbered rule 300 to 400, added new rule 300
3817 deadMove, finally removed no. 1 and 2
3824 * src/hc08/gen.c: mark lines with isComment or isLabel
3825 * sim/ucsim/s51.src/uc390hw.cc: don't waist 65535 ticks before CKRDY
3827 * sdcc.spec: bumped version to 2.6.3
3829 2006-12-26 Borut Razem <borut.razem AT siol.net>
3831 * support/cpp2/Makefile.in: added dependency on options.h
3832 * configure: regenerated
3833 * support/cpp2/sdcpp.opt, support/cpp2/move-if-change: svn:eol-style native
3834 * support/cpp2/Makefile.in: added vasprintf.c
3836 2006-12-25 Borut Razem <borut.razem AT siol.net>
3838 * SDCPP synchronized with GCC CPP release version 3.4.6,
3839 the latest release before 4.x:
3840 * support/cpp2/Makefile.in, support/cpp2/config.h,
3841 support/cpp2/configure, support/cpp2/configure.in,
3842 support/cpp2/cppdefault.c, support/cpp2/cppdefault.h,
3843 support/cpp2/cpperror.c, support/cpp2/cppexp.c,
3844 support/cpp2/cppfiles.c, support/cpp2/cpphash.c,
3845 support/cpp2/cpphash.h, support/cpp2/cppinit.c,
3846 support/cpp2/cpplex.c, support/cpp2/cpplib.c,
3847 support/cpp2/cpplib.h, support/cpp2/cppmacro.c,
3848 support/cpp2/cpptrad.c, support/cpp2/except.h,
3849 support/cpp2/hashtable.c, support/cpp2/hashtable.h,
3850 support/cpp2/hwint.h, support/cpp2/intl.h,
3851 support/cpp2/line-map.c, support/cpp2/line-map.h,
3852 support/cpp2/mkdeps.c, support/cpp2/mkdeps.h,
3853 support/cpp2/output.h, support/cpp2/prefix.c,
3854 support/cpp2/prefix.h, support/cpp2/sdcpp.dsp,
3855 support/cpp2/system.h, support/cpp2/version.c:
3857 * support/cpp2/c-incpath.c, support/cpp2/c-incpath.h,
3858 support/cpp2/c-ppoutput.c, support/cpp2/c-pretty-print.c,
3859 support/cpp2/c-pretty-print.h, support/cpp2/cppcharset.c,
3860 support/cpp2/cppucnid.h, support/cpp2/diagnostic.c,
3861 support/cpp2/diagnostic.def, support/cpp2/diagnostic.h,
3862 support/cpp2/hashtab.c, support/cpp2/hashtab.h,
3863 support/cpp2/input.h, support/cpp2/libiberty/getpwd.c,
3864 support/cpp2/libiberty/vasprintf.c, support/cpp2/libiberty/xmemdup.c,
3865 support/cpp2/move-if-change, support/cpp2/opts.c,
3866 support/cpp2/opts.h, support/cpp2/opts.sh,
3867 support/cpp2/pretty-print.c, support/cpp2/pretty-print.h,
3868 support/cpp2/sdcpp.opt, support/cpp2/sdcpp-opts.c,
3869 support/cpp2/win32, support/cpp2/win32/dirent.c,
3870 support/cpp2/win32/dirent.h:
3872 * support/cpp2/sdcpp.c: renamed from sdcppmain.c
3873 * support/cpp2/sdcpp.h: renamed from sdcc.h
3874 * sdcppinit.c: deleted
3876 2006-12-23 Borut Razem <borut.razem AT siol.net>
3878 * support/cpp2/cpphash.h, support/cpp2/cpplex.c,
3879 support/cpp2/cpplib.[ch], support/cpp2/sdcppinit.c, doc/sdccman.lyx,
3880 preproc.c: an other try to fix bug #982435: introduced
3881 -pedantic-parse-number command line option and pedantic_parse_number
3884 2006-12-21 Maarten Brock <sourceforge.brock AT dse.nl>
3886 * as/link/mcs51/lkarea.c (lnkarea2): handle absolute areas, restructured
3888 (lnksect2): use --data-loc and --idata-loc as lower bound for ramstart,
3889 corrected overlayed areax addresses, warn about memory overlaps
3890 * as/mcs51/asmain.c (asmbl): create a new area for every .org directive
3899 * src/port.h: added xabs_name and iabs_name
3900 * src/SDCCglue.c (emitRegularMap): allocate for absolutes with initializer
3901 (glue, emitMaps): create and emit maps d_abs and i_abs
3902 * src/SDCCglue.h: cosmetic changes
3903 * src/SDCCmain.c (setDefaultOptions): idata can start below 0x80
3905 * src/SDCCmem.c (initMem): added x_abs, i_abs and d_abs
3906 (allocDefault): put absolute, initialized globals in them
3907 * support/regression/tests/absolute.c: added absolute bdata test
3908 * device/lib/printf_large.c (output_float): moved fpBuffer to stack/xdata
3910 2006-12-20 Borut Razem <borut.razem AT siol.net>
3912 * support/cpp2/cpphash.h, support/cpp2/cpplex.c: fixed bug #982435
3913 * support/regression/tests/preproc.c: renamed from bug-1351710.c,
3914 added regression test for bug #982435
3916 2006-12-18 Borut Razem <borut.razem AT siol.net>
3918 * src/SDCCutil.c: fixed a bug in (get_pragma_token)
3919 * src/pic16/main.c, src/SDCC.lex, src/z80/main.c:
3920 small cosmetic changes
3921 * src/SDCC.lex: (stringLiteral) fixed bug #1351710
3922 * support/regression/tests/bug-1351710.c: added regression test
3924 2006-12-18 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
3926 * doc/sdccman.lyx: added the long missed iCode table
3927 "<where is figure II?>", added links to wiki
3929 2006-12-17 Borut Razem <borut.razem AT siol.net>
3931 * doc/sdccman.lyx, src/pic16/main.c, src/pic/main.c, src/port.h,
3932 src/SDCC.lex, src/SDCCutil.[ch], src/z80/main.c,
3933 support/Util/SDCCerr.[ch]: removed deprecated pragmas,
3934 unified table driven pragma handling, pragma argument type checking
3935 * support/Util/dbuf.c: (dbuf_set_size) allow to set size equal to the
3936 current one - version 1.1.3
3937 * src/SDCCmain.c: (setParseWithComma) substituted brain damaged strtok
3939 2006-12-13 Raphael Neider <rneider AT web.de>
3941 * src/pic/device.h: removed AssignedMemory structure and macros
3942 * src/pic/device.c: removed global finalMapping (linker assigns
3944 (register_map): add SFRs to remembered memRanges
3945 (addMemRange,isSFR,dump_map,dump_sfr,mapRegister,assignRegister,
3946 assignFixedRegisters,assignRelocatableRegisters): removed,
3947 (setMaxRAM,validAddress): adapted accordingly,
3948 (pic14_hasSharebank,pic14_getSharedStack): only report and use
3949 reasonably sized sharebanks,
3950 * src/pic/ralloc.c (writeUsedRegs): stripped down (remove?),
3951 (allDefsOutOfRange): removed unused code,
3952 * src/pic/main.c (_process_pragma): removed memmap/maxram pragma
3954 * src/pic/pcode.c (register_reassign): removed recursion warning,
3955 fired far too often,
3956 * src/pic/glue.c (emitSymbolToFile,pic14_constructAbsMap): modified
3957 to use existing pic14_stringInSet() to avoid duplicate symbols,
3958 tidied up the code a bit,
3959 (pic14printLocals): added in symmetry to printExterns, replaces
3960 writeUsedRegs more or less,
3961 (picglue): call new pic14_printLocals(),
3962 * device/include/pic/pic*.h: removed #pragma memmap directives,
3963 information gathered from include/pic/pic14devices.txt
3964 * support/scripts/inc2h.pl: do not emit #pragma memmap lines
3966 2006-12-10 Maarten Brock <sourceforge.brock AT dse.nl>
3968 * device/include/mcs51/C8051F520.h: fixed buggy CPT0MX
3970 2006-12-11 Jesus Calvino-Fraga <jesusc at ece.ubc.ca>
3972 * device/include/mcs51/cc2430.h: fixed missing ';'
3974 2006-12-10 Raphael Neider <rneider AT web.de>
3976 * device/lib/pic16/libc/stdio/vfprintf.c,
3977 * device/lib/pic16/libc/stdio/printf_small.c,
3978 * device/lib/pic16/libc/stdio/printf_timy.c: pop int from stack for
3979 char arguments, as char varargs are cast to int by the caller,
3980 hopefully fixes #1604915 (other device libraries are still affected)
3982 2006-12-10 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3984 * src/mcs51/ralloc.c (packRegsForAssign),
3985 * src/hc08/ralloc.c (packRegsForAssign): fixed bug #1605880
3987 2006-12-10 Maarten Brock <sourceforge.brock AT dse.nl>
3989 * device/include/malloc.h: removed init_dynamic_memory
3990 * device/lib/malloc.c: made init_dynamic_memory static and automatically
3991 call it once from malloc. Also use _sdcc_heap[] from _heap.c
3992 * device/lib/_heap.c: new, added, contains _sdcc_heap[]
3993 * device/lib/libsdcc.lib,
3994 * device/lib/Makefile.in,
3995 * support/regression/ports/mcs51-xstack-auto/spec.mk: added _heap.c
3996 * doc/sdccman.lyx: documented use of new _heap.c
3997 * support/regression/tests/malloc.c: removed init_dynamic_memory
3998 * src/cdbFile.c(spacesToUnderscores): new function,
3999 (cdbWriteEndFunction, cdbWriteCLine): use spacesToUnderscores, fixes bug
4001 * device/include/tinibios.h: removed defines for putchar and getchar
4002 * device/lib/ds390/Makefile.in: added putchar.c
4003 * device/lib/ds390/putchar.c: new, added, fixes bug 1465671
4005 2006-12-09 Borut Razem <borut.razem AT siol.net>
4007 * support/cpp2/sdcc.h: prevent multiple inclusion
4008 * support/cpp2/options.h: deleted
4010 2006-12-08 Borut Razem <borut.razem AT siol.net>
4012 * support/cpp2/sdcc.h: removed x*alloc() macros
4013 * support/cpp2/libiberty.h: uncommented out x*alloc() declarations
4014 * support/cpp2/Makefile.bcc, support/cpp2/Makefile.in,
4015 support/cpp2/sdcpp.sdc: x*alloc files added to the project
4016 * support/cpp2/system.h: moved #include "sdcc.h"
4017 * support/cpp2/libiberty/xexit.c, support/cpp2/libiberty/xmalloc.c,
4018 support/cpp2/libiberty/xstrdup.c, support/cpp2/libiberty/xstrerror.c:
4020 * support/cpp2/sdcppinit.c: added -isysroot, -fsigned-char,
4021 -funsigned-char options
4022 * support/cpp2/sdcppmain.c: fixed bug 1611411
4024 2006-12-07 Borut Razem <borut.razem AT siol.net>
4026 * support/cpp2/cpplib.c: reverted sdcpp special handling of _Pragma()
4029 2006-12-06 Maarten Brock <sourceforge.brock AT dse.nl>
4031 * src/SDCCsymt.c (addDecl): fixed bug 1609244
4032 * src/SDCCmain.c (linkEdit): fixed bug 1609279
4034 * .version: bumped to 2.6.2 because a) it's been a while
4035 b) the linker sources have moved c) the preprocessor is upgraded
4037 2006-12-04 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
4039 * support/regression/tests/snprintf.c: some checks
4040 * lib/src/printf_large.c: %bc: read char instead of int from stack
4042 2006-12-03 Maarten Brock <sourceforge.brock AT dse.nl>
4044 * device/include/mcs51/cc2430.h: inserted _XPAGE
4046 2006-12-02 Jesus Calvino-Fraga <jesusc at ece.ubc.ca>
4048 * device/include/mcs51/cc2430.h: added
4050 2006-12-02 Maarten Brock <sourceforge.brock AT dse.nl>
4052 * device/include/asm/default/features.h,
4053 * device/include/asm/ds390/features.h,
4054 * device/include/mcs51/at89s53.h,
4055 * device/include/ser.h,
4056 * device/include/ser_ir.h,
4057 * device/include/serial.h: changed keywords to double underscore variants,
4058 fixes bug 1590261 some more, thanks Steven Borley
4060 2006-12-01 Raphael Neider <rneider AT web.de>
4062 * src/pic/pcode.c (register_reassign): do not crash on recursive code
4063 but emit warning (recursion is not supported for pic14)
4065 2006-11-30 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
4067 * src/mcs51/peeph.def: added 101.a,b (moves to int/long xdata)
4068 * doc/sdccman.lyx: various small changes, acknowledged Sourceforge
4070 2006-11-30 Raphael Neider <rneider AT web.de>
4072 * src/pic/device.c (dump_sfr): always emit symbols
4073 * src/pic/glue.c (pic14printPublics): fixed typo
4075 2006-11-30 Raphael Neider <rneider AT web.de>
4077 * src/pic/device.c (create_pic,ram_map): add memRange entries to PIC
4078 (pic14_getSharebankSize, pic14_getSharebankAddress): replaced with
4079 (pic14_hasSharebank,pic14_isShared,pic14_allRAMShared,
4080 pic14_getSharedStack): NEW, evaluate the memRange entries to locate
4081 a sharebank, use a non-shared bank for the stack if none available
4082 * src/pic/device.h (struct memRange): added linked list next field,
4083 added prototypes for above functions
4084 * src/pic/ralloc.c (initStack): handle shared and banked stacks,
4085 (typeRegWithIdx): accept fixed and unfixed stack registers
4086 * src/pic/pcode.c (pCodeInitRegisters): use new functions to create
4087 the stack, handle shared and banked stack (except for WSAVE),
4088 (insertBankSel): removed useless optimization (will never fire),
4089 (FixRegisterBanking): added optimization for devices with only one
4090 possibly aliased bank of memory, like 16f84
4091 * src/pic/glue.c (pic14_constructAbsMap): back to udata_ovr, as some
4092 devices have no SHAREBANK in the linker script
4093 * device/include/pic/pic14devices.txt: documented memmap
4094 * device/lib/pic/libdev/Makefile.in: removed --stack-loc again
4096 2006-11-30 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4098 * src/hc08/gen.c (transferRegReg, loadRegFromAop, forceStackedAop,
4099 storeRegToAop, freeAsmop, genPlusIncr, genPlus, genPointerGetSetOfs,
4100 genAnd, genOr, genXor, genLeftShiftLiteral, genRightShiftLiteral,
4101 genhc08Code): switched most of the D (debug) macros to DD (detailed
4102 debug) macros to better control clutter in the generated .asm file.
4103 * src/hc08/gen.c: (forceStackedAop, genUminus, genLeftShift,
4104 genRightShift): fixed bug with non-constant bit shift stored to
4105 a volatile result (SF Open Discussion forum thread #1616749).
4106 Single byte case is not yet optimized.
4108 2006-11-28 Maarten Brock <sourceforge.brock AT dse.nl>
4110 * device/include/asm/mcs51/features.h,
4111 * device/include/malloc.h,
4112 * device/include/stdio.h: changed keywords to double underscore variants,
4115 2006-11-27 Borut Razem <borut.razem AT siol.net>
4117 * support/cpp2/cppexp.c, support/cpp2/hashtable.h,
4118 support/cpp2/Makefile.in, support/cpp2/cppfiles.c,
4119 support/cpp2/output.h, support/cpp2/cppinit.c,
4120 support/cpp2/cpplib.c, support/cpp2/cpplib.h,
4121 support/cpp2/Makefile.bcc, support/cpp2/cpphash.c,
4122 support/cpp2/cppdefault.c, support/cpp2/system.h,
4123 support/cpp2/cpphash.h, support/cpp2/cpplex.c,
4124 support/cpp2/cppdefault.h, support/cpp2/mbchar.c,
4125 support/cpp2/prefix.c, support/cpp2/except.h,
4126 support/cpp2/hwint.h, support/cpp2/cppmacro.c,
4127 support/cpp2/line-map.h, support/cpp2/sdcpp.dsp,
4128 support/cpp2/sdcc.h, support/cpp2/mkdeps.c,
4129 support/cpp2/version.c, support/cpp2/cppmain.c,
4130 support/cpp2/version.h, support/cpp2/hashtable.c,
4131 support/cpp2/cpperror.c:
4132 synchronized with GCC CPP release version 3.3.6,
4133 the latest where cppmain.c still exists.
4134 * support/cpp2/cpptrad.c, support/cpp2/sdcppmain.c,
4135 support/cpp2/sdcppinit.c: added
4137 2006-11-27 Borut Razem <borut.razem AT siol.net>
4139 * support/cpp2/cpplex.c:
4140 fixed _asm ... _endasm handling bug, introduce with GCC CPP
4142 * support/cpp2/cpplib.c: removed definitions of unused variables
4144 2006-11-26 Borut Razem <borut.razem AT siol.net>
4146 * support/cpp2/libiberty.h: commented out x*alloc() declarations
4147 since they are redefined by macros in support/cpp2/sdcc.h
4148 * support/cpp2/sdcc.h: x*alloc macro redefinition
4150 2006-11-25 Borut Razem <borut.razem AT siol.net>
4152 * support/cpp2/cppexp.c, support/cpp2/hashtable.h,
4153 support/cpp2/configure, support/cpp2/Makefile.in,
4154 support/cpp2/cppfiles.c, support/cpp2/output.h,
4155 support/cpp2/cppinit.c, support/cpp2/cpplib.c,
4156 support/cpp2/config.h, support/cpp2/cpplib.h,
4157 support/cpp2/Makefile.bcc, support/cpp2/cpphash.c,
4158 support/cpp2/cppdefault.c, support/cpp2/config.in,
4159 support/cpp2/system.h, support/cpp2/cpplex.c,
4160 support/cpp2/cpphash.h, support/cpp2/mbchar.c,
4161 support/cpp2/cppdefault.h, support/cpp2/prefix.c
4162 support/cpp2/hwint.h, support/cpp2/mbchar.h,
4163 support/cpp2/prefix.h, support/cpp2/cppmacro.c,
4164 support/cpp2/configure.in, support/cpp2/intl.h,
4165 support/cpp2/sdcpp.dsp, support/cpp2/acconfig.h,
4166 support/cpp2/sdcc.h, support/cpp2/mkdeps.c,
4167 support/cpp2/version.c, support/cpp2/cppmain.c,
4168 support/cpp2/ansidecl.h, support/cpp2/libiberty.h,
4169 support/cpp2/hashtable.c, support/cpp2/aclocal.m4,
4170 support/cpp2/cpperror.c,
4171 support/cpp2/libiberty/safe-ctype.c,
4172 support/cpp2/libiberty/safe-ctype.h,
4173 support/cpp2/libiberty/splay-tree.c,
4174 support/cpp2/libiberty/obstack.c,
4175 support/cpp2/libiberty/lbasename.c,
4176 support/cpp2/libiberty/splay-tree.h,
4177 support/cpp2/libiberty/obstack.h:
4178 synchronized with GCC CPP release version 3.2.3,
4179 the latest before integration of cpp into gcc
4180 * support/cpp2/except.h, support/cpp2/line-map.c,
4181 support/cpp2/line-map.h,
4182 support/cpp2/libiberty/hex.c,
4183 support/cpp2/libiberty/concat.c,
4184 support/cpp2/libiberty/filenames.h: added
4185 * support/cpp2/intl.c: deleted
4187 2006-11-24 Borut Razem <borut.razem AT siol.net>
4189 * src/SDCC.y: enabled compilation of empty source file
4190 * support/Util/SDCCerr.[ch]: added sdcc warning 190 -
4191 "ISO C forbids an empty source file"
4192 * device/lib/_startup.c, device/lib/printf_tiny.c: disable warning 190
4193 if all the code is ifdefed out.
4195 2006-11-24 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4197 * src/hc08/gen.c (genPcall): fix for bug #1601032
4199 2006-11-23 Maarten Brock <sourceforge.brock AT dse.nl>
4201 * device/include/mcs51/c8051f000.h, device/include/mcs51/C8051F000.h,
4202 * device/include/mcs51/c8051f018.h, device/include/mcs51/C8051F018.h,
4203 * device/include/mcs51/c8051f020.h, device/include/mcs51/C8051F020.h,
4204 * device/include/mcs51/c8051f040.h, device/include/mcs51/C8051F040.h,
4205 * device/include/mcs51/c8051f060.h, device/include/mcs51/C8051F060.h,
4206 * device/include/mcs51/c8051f120.h, device/include/mcs51/C8051F120.h,
4207 * device/include/mcs51/c8051f200.h, device/include/mcs51/C8051F200.h,
4208 * device/include/mcs51/c8051f300.h, device/include/mcs51/C8051F300.h,
4209 * device/include/mcs51/c8051f310.h, device/include/mcs51/C8051F310.h,
4210 * device/include/mcs51/c8051f320.h, device/include/mcs51/C8051F320.h,
4211 * device/include/mcs51/c8051f326.h, device/include/mcs51/C8051F326.h,
4212 * device/include/mcs51/c8051f330.h, device/include/mcs51/C8051F330.h,
4213 * device/include/mcs51/c8051f340.h, device/include/mcs51/C8051F340.h,
4214 * device/include/mcs51/c8051f350.h, device/include/mcs51/C8051F350.h,
4215 * device/include/mcs51/c8051f410.h, device/include/mcs51/C8051F410.h:
4216 Renamed to all upper case as per the standard set by SiLabs
4218 2006-11-23 Maarten Brock <sourceforge.brock AT dse.nl>
4220 * device/include/mcs51/C8051F520.h: new, added
4221 * device/include/mcs51/compiler.h: added link about predefined macros
4223 2006-11-23 Raphael Neider <rneider AT web.de>
4225 * src/regression/Makefile: add -L path to fresh library
4226 * src/regression/simulate: emphasize FAILED output
4227 * src/regression/create_stc: output _failures from gpsim
4228 * src/regression/compare4.c,
4229 * src/regression/rotate6.c: fixed char literals,
4230 all compile, all run =8-D
4232 * src/pic/pcode.h: added isPCASMDIR macro
4233 * src/pic/gen.c (genAnd): fixed bit offset
4234 * src/pic/ralloc.c (allocNewDirReg,allocDirReg,allocRegByName,
4235 packBits): unified register numbering schemes,
4236 (newReg): do not insert stack registers into hash table,
4237 (initStack): unpinned pseudo stack, simplified,
4238 (typeRegWithIdx): fixed retrieval of stack registers,
4239 * src/pic/pcode.c (addpCodeComment,sameBank): added,
4240 (pCodeReplace): removed invalid assertion,
4241 (insertPCodeInstruction): fixed newly added labels,
4242 (insertBankSwitch,BankSelect,IsBankChange,DoBankSelect,
4243 FixRegisterBankingInFlow,compareBankFlow,FixBankFlow,
4244 DumpFlow): removed unsed (broken?) code,
4245 (insertBankSel): prevent STATUS from being BANKSELed,
4246 (FixRegisterBanking): rewritten from scratch, implemented generic
4247 optimizations (suppress BANKSELs to same register and to registers
4248 present in all banks),
4249 (AnalyzeBanking): update flow after BANKSELection
4251 * src/pic/glue.c (pic14_constructAbsMap): emit pseudo stack in
4252 sharebank, let linker place it, mark STKxx symbols as emitted
4254 2006-11-21 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
4256 * src/regression/arrays.c,
4257 * src/regression/bank1.c,
4258 * src/regression/bool2.c,
4259 * src/regression/compare7.c,
4260 * src/regression/compare8.c,
4261 * src/regression/compare9.c,
4262 * src/regression/compare10.c,
4263 * src/regression/configword.c,
4264 * src/regression/for.c,
4265 * src/regression/mult1.c,
4266 * src/regression/pointer1.c,
4267 * src/regression/rotate6.c,
4268 * src/regression/string1.c,
4269 * src/regression/struct1.c,
4270 * src/regression/Makefile: make PIC14 regression tests run again
4271 (3 fail, 6 won't compile)
4273 2006-11-21 Raphael Neider <rneider AT web.de>
4275 * device/include/pic16/pic18f4550.h,
4276 * device/include/pic16/pic18f4455.h,
4277 * device/lib/pic16/libdev/pic18f4550.c,
4278 * device/lib/pic16/libdev/pic18f4455.c: fixed #1578591 and #1595144
4279 * configure.in: removed superfluous closing bracket
4281 2006-11-21 Jesus Calvino-Fraga <jesusc at ece.ubc.ca>
4283 * device/lib/expf.c: Fixed bug 1599523: result of expf(x) is
4286 2006-11-21 Raphael Neider <rneider AT web.de>
4288 * src/pic/device.{c,h}: added pic14_getPIC()
4289 * src/pic/gen.c (continueIfTrue,jumpIfTrue): added PIC code,
4290 (genAnd): added PIC code for one case, fixes #1597044
4291 * src/pic/pcode.c (BankSelect): Ohoh, added generic optimization for
4292 SFRs that are present in all banks (e.g., STATUS)
4294 2006-11-20 Raphael Neider <rneider AT web.de>
4296 * src/pic/pcode.c: changed inverted ops for DECFSZ/DECFSZW and
4297 INCFSZ/INCFSZW and declared them as changing Z bit,
4298 (insertPCodeInstruction): correctly invert the above instructions,
4300 (DoBankSelect): don't panic on po_immediates
4302 2006-11-14 Maarten Brock <sourceforge.brock AT dse.nl>
4305 * as/link/mcs51/lkihx.c (newArea),
4306 * as/link/mcs51/lkrloc.c: renamed newArea() to ihxNewArea()
4307 * as/link/mcs51/lkihx.c (ihx): output reset vector as start address
4309 2006-11-11 Raphael Neider <rneider AT web.de>
4311 * src/pic/pcode.c (newpCodeOpBit): search SymbolTab for referenced
4312 bitfield symbols, fixes #1579535 (once more...).
4314 2006-11-09 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
4316 * support/regression/generate-cases.py,
4317 * support/regression/fwk/include/testfwk.h,
4318 * support/regression/fwk/lib/testfwk.c: used code pointers,
4319 (about 50kByte less code generated for mcs51)
4321 2006-11-06 Borut Razem <borut.razem AT siol.net>
4323 * debugger/mcs51/acinclude.m4, debugger/mcs51/aclocal.m4,
4324 debugger/mcs51/configure: fixed failed check because the function
4325 rl_function_of_keyseq isn't in Readline 5.2. Thanks to Ilya Goldberg
4326 who submitted the patch for gpsim.
4327 * debugger/mcs51/configure.in: removed the result message
4328 * debugger/mcs51/Makefile.in: fixed the config.status warning
4329 "... seems to ignore the --datarootdir setting"
4331 2006-11-03 Maarten Brock <sourceforge.brock AT dse.nl>
4333 * device/include/mcs51/c8051f020.h,
4334 * device/include/mcs51/c8051f040.h,
4335 * device/include/mcs51/c8051f060.h,
4336 * device/include/mcs51/c8051f120.h: added PS0, fixed bug 1589279
4337 * src/z80/gen.c (gencjneshort),
4338 * src/z80/peeph.def: applied patch 1571373, thanks Philipp Krause
4340 2006-10-31 Borut Razem <borut.razem AT siol.net>
4342 * debugger/mcs51/acinclude.m4, debugger/mcs51/aclocal.m4,
4343 debugger/mcs51/configure: get readline version
4345 2006-10-30 Borut Razem <borut.razem AT siol.net>
4347 * debugger/mcs51/sdcdb.c: replaced hardcoded "/" with DIR_SEPARATOR_STRING
4348 * debugger/mcs51/acinclude.m4, debugger/mcs51/aclocal.m4,
4349 debugger/mcs51/configure: locate readline even when cross compiling
4350 * support/scripts/sdcc.nsi: include readline5.dll into the setup package
4352 2006-10-29 Jesus Calvino-Fraga <jesusc at ece.ubc.ca>
4354 * device/include/mcs51/serial_IO.h: putchar() and getchar() using
4357 2006-10-29 Maarten Brock <sourceforge.brock AT dse.nl>
4359 * device/include/malloc.h,
4360 * device/lib/calloc.c,
4361 * device/lib/free.c,
4362 * device/lib/malloc.c,
4363 * device/lib/realloc.c: moved definition of struct into sources
4364 * support/regression/tests/malloc.c: use void* for init_dynamic_memory()
4366 2006-10-29 Maarten Brock <sourceforge.brock AT dse.nl>
4368 * as/asx8051.dsp: corrected output directories
4369 * as/link/hc08: new directory for hc08 linker
4370 * as/hc08/aslink.h, as/link/aslink.h,
4371 * as/hc08/aslink.mak, as/link/hc08/aslink.mak,
4372 * as/hc08/clean.mk, as/link/hc08/clean.mk,
4373 * as/hc08/link_hc08.dsp, as/link/hc08/link_hc08.dsp,
4374 * as/hc08/lkaomf51.c, as/link/hc08/lkaomf51.c,
4375 * as/hc08/lkarea.c, as/link/hc08/lkarea.c,
4376 * as/hc08/lkdata.c, as/link/hc08/lkdata.c,
4377 * as/hc08/lkelf.c, as/link/hc08/lkelf.c,
4378 * as/hc08/lkihx.c, as/link/hc08/lkihx.c,
4379 * as/hc08/lklibr.c, as/link/hc08/lklibr.c,
4380 * as/hc08/lkmain.c, as/link/hc08/lkmain.c,
4381 * as/hc08/lkmem.c, as/link/hc08/lkmem.c,
4382 * as/hc08/lkrloc.c, as/link/hc08/lkrloc.c,
4383 * as/hc08/lks19.c, as/link/hc08/lks19.c,
4384 * as/hc08/Makefile.aslink, as/link/hc08/Makefile.aslink,
4385 * as/hc08/Makefile.bcc, as/link/hc08/Makefile.bcc,
4386 * as/hc08/Makefile.in, as/link/hc08/Makefile.in,
4387 * as/link/hc08/conf.mk,
4391 * sdcc.dsw: moved hc08 linker to as/link/hc08
4392 * as/hc08/lkeval.c, as/link/mcs51/lkeval.c, as/link/lkeval.c,
4393 * as/hc08/lkhead.c, as/link/mcs51/lkhead.c, as/link/lkhead.c,
4394 * as/hc08/lklex.c, as/link/mcs51/lklex.c, as/link/lklex.c,
4395 * as/hc08/lklist.c, as/link/mcs51/lklist.c, as/link/lklist.c,
4396 * as/hc08/lknoice.c, as/link/mcs51/lknoice.c, as/link/lknoice.c,
4397 * as/hc08/lksym.c, as/link/mcs51/lksym.c, as/link/lksym.c,
4398 * as/link/mcs51/aslink.dsp,
4399 * as/link/mcs51/Makefile.in: factored out the common files
4400 * as/hc08/lkstore.c: deleted, use the one already in as/link/
4401 * as/clean.mk: extra cleaning common files
4402 * as/link/mcs51/strcmpi.c, as/strcmpi.c: moved
4403 * as/link/mcs51/strcmpi.h: deleted, moved protoype to aslink.h
4404 * as/mcs51/asm.h: include sdccconf.h or sdcc_vc.h
4406 2006-10-29 Raphael Neider <rneider AT web.de>
4408 * src/pic/ralloc.c (newReg): create aliases for registers with
4409 multiple names to fix #1579535 and #1584001,
4410 (regWithIdx,dirregWithName): resolve aliases on lookup
4411 * src/pic/pcode.c (DoBankSelect): die with error message on failing
4413 * device/lib/pic/libdev/Makefile.in: move pseudo stack down to 0x4f
4414 to prevent build errors on small devices
4416 2006-10-28 Raphael Neider <rneider AT web.de>
4418 * src/pic/gen.c (genFunction,genCall): drop "same code page"
4419 assumption within interrupt handlers, fixes #1584940
4420 * src/pic/glue.c (pic14_constructAbsMap): mark absolute symbols as
4421 "emitted" to avoid emitting them again in udata
4423 2006-10-27 Jesus Calvino-Fraga <jesusc at ece.ubc.ca>
4425 * device/lib/_putchar.c, device/lib/_getchar.c, device/lib/inituart.c:
4428 2006-10-26 Jesus Calvino-Fraga <jesusc at ece.ubc.ca>
4430 * device/lib/_putchar.c, device/lib/_getchar.c, device/lib/inituart.c:
4431 Initialize uart only if SM0 and SM1 are zero. Also, use flag to turn
4432 on/off CR to CRLF conversion.
4434 2006-10-25 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
4436 * doc/sdccman.lyx: updated IRQ section
4438 2006-10-24 Jesus Calvino-Fraga <jesusc at ece.ubc.ca>
4440 * device/lib/serial_io.c: removed
4441 * device/lib/_putchar.c, device/lib/_getchar.c, device/lib/inituart.c
4442 replacements for serial_io.c
4444 2006-10-24 Maarten Brock <sourceforge.brock AT dse.nl>
4446 * src/z80/main.c (_process_pragma, _parseOptions): fixed bug 1583318
4448 2006-10-24 Jesus Calvino-Fraga <jesusc at ece.ubc.ca>
4450 * device/lib/serial_io.c: Default putchar() and getchar() for
4451 mcs51 uses serial port.
4453 2006-10-23 Maarten Brock <sourceforge.brock AT dse.nl>
4455 * src/mcs51/gen.c (movc): improved check for 0 and 1, see RFE 1582704
4457 2006-10-23 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
4459 * support/regression/ports/mcs51/support.c: smaller
4460 _sdcc_external_startup()
4461 * device/lib/mcs51/crtxclear.asm: don't check high byte of l_PSEG
4463 2006-10-20 Maarten Brock <sourceforge.brock AT dse.nl>
4465 * device/lib/gbz80/crt0.s,
4466 * device/lib/gbz80/crt0_rle.s,
4467 * device/lib/gbz80/div.s,
4468 * device/lib/gbz80/fstubs.s,
4469 * device/lib/gbz80/heap.s,
4470 * device/lib/gbz80/mul.s,
4471 * device/lib/gbz80/putchar.s,
4472 * device/lib/gbz80/stubs.s,
4473 * device/lib/z80/crt0.s,
4474 * device/lib/z80/crt0_rle.s,
4475 * device/lib/z80/div.s,
4476 * device/lib/z80/fstubs.s,
4477 * device/lib/z80/heap.s,
4478 * device/lib/z80/mul.s,
4479 * device/lib/z80/putchar.s,
4480 * device/lib/z80/stubs.s: reverted, I was mistaken
4482 2006-10-20 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
4484 * src/mcs51/peeph.def: peephole 238.x added check for notvolatile
4485 * support/regression/ports/mcs51/support.c: removed race
4486 condition on TI in _putchar allowing to use serial port mode 0
4488 2006-10-20 Borut Razem <borut.razem AT siol.net>
4490 * debugger/mcs51/sdcdb.c: replaced isblank() with isspace()
4492 2006-10-19 Maarten Brock <sourceforge.brock AT dse.nl>
4494 * device/lib/gbz80/crt0.s,
4495 * device/lib/gbz80/crt0_rle.s,
4496 * device/lib/gbz80/div.s,
4497 * device/lib/gbz80/fstubs.s,
4498 * device/lib/gbz80/heap.s,
4499 * device/lib/gbz80/mul.s,
4500 * device/lib/gbz80/putchar.s,
4501 * device/lib/gbz80/stubs.s,
4502 * device/lib/z80/crt0.s,
4503 * device/lib/z80/crt0_rle.s,
4504 * device/lib/z80/div.s,
4505 * device/lib/z80/fstubs.s,
4506 * device/lib/z80/heap.s,
4507 * device/lib/z80/mul.s,
4508 * device/lib/z80/putchar.s,
4509 * device/lib/z80/stubs.s: removed all leading underscores from area names
4511 2006-10-17 Maarten Brock <sourceforge.brock AT dse.nl>
4513 * support/regression/ports/mcs51/support.c: use highest baudrate so the
4514 regression tests are not waiting in the simulator for simulated
4515 transmission of debug output
4517 2006-10-16 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
4519 * device/lib/printf_large.c: slightly smaller
4520 * doc/sdccman.lyx: do not use spaces within html links
4522 2006-10-16 Borut Razem <borut.razem AT siol.net>
4524 * configure.in, configure, sdccconf_in.h, src/SDCCglobal,
4525 debugger/mcs51/Makefile.in, debugger/mcs51/sdcdb.[ch],
4526 debugger/mcs51/aclocal.m4, debugger/mcs51/acinclide.m4,
4527 debugger/mcs51/config.h.in, debugger/mcs51/configure.in,
4528 debugger/mcs51/configure:
4529 [ 1185668 ] add gnu readline support to sdcdb - enabled
4531 2006-10-16 Raphael Neider <rneider AT web.de>
4533 * src/pic/pcode.c (BankSelect): another fix on (partial) BANKSELs,
4534 fixes #1577882, removes close to all banking optimizations
4536 2006-10-15 Maarten Brock <sourceforge.brock AT dse.nl>
4538 * src/SDCCsymt.c (checkSClass): no error for uninitialised absolute
4539 variables in code memory
4540 * support/regression/tests/absolute.c: added test for this
4542 2006-10-15 Raphael Neider <rneider AT web.de>
4544 * src/pic/pcode.c (InsertBankSel): suppress BANKSELs for one bank
4546 (BankSelect): emit BANKSEL before touching linker-placed regs,
4549 2006-10-10 Raphael Neider <rneider AT web.de>
4551 * src/SDCCmain.c (optionsTable): accept --stack-size for PICs,
4552 * src/pic/device.c (pic14_getSharebankSize,pic14_getSharebankAddress),
4553 * src/pic/main.c (_pic14_parseOptions),
4554 * src/pic/main.h: mostly reverted to previous state, now use results
4555 from SDCCmain.c's argument parsing
4557 2006-10-10 Borut Razem <borut.razem AT siol.net>
4559 * debugger/mcs51/break.[ch], debugger/mcs51/cmd.c,
4560 debugger/mcs51/sdcdb.[ch], debugger/mcs51/simi.c:
4561 [ 1185668 ] add gnu readline support to sdcdb -
4562 prepared for READLINE, not enabled yet,
4563 thanks to <tal.bav AT gmail.com>
4565 2006-10-10 Raphael Neider <rneider AT web.de>
4567 * src/pic16/pcode.c (pic16_pCode2str): use isACCESS_BANK macro
4568 * src/pic16/devices.inc,
4569 * device/include/pic16 (pic18f[24]620.h),
4570 * device/include/pic18fregs.h,
4571 * device/lib/pic16/pics.all,
4572 * device/lib/pic16/libdev/pic18f[24]{620,525}.c): added support for
4573 18f2620, 18f4620, 18f2525, and 18f4525 devices, thanks to
4574 Gary Plumbridge and Anton Strobl
4576 2006-10-10 Raphael Neider <rneider AT web.de>
4578 * src/pic/main.c (_pic14_parseOptions): added --stack-loc=NUM and
4579 --stack-siz=NUM options to configure the argument passing stack
4580 * src/pic/main.h: added stackLocation and stackSize to pic14_options_t
4581 * src/pic/device.c (mapRegister): catch out-of-memory SIGSEGVs,
4582 (pic14_getSharebankSize): obey --stack-siz=NUM,
4583 (pic14_getSharebankAddress): obey --stack-loc=NUM
4585 2006-10-08 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
4587 * doc/sdccman.lyx: added to the manual
4588 * doc/figures/ddd_example.png: added (neither pdflatex nor
4589 most browsers seem to like the .eps file)
4591 2006-10-06 Bernhard Held <bernhard AT bernhardheld.de>
4593 * src/SDCCglue.c (tempfileandname): changed un*x tmp search paths
4594 to /tmp and /var/tmp acc. LSB
4595 * src/SDCCast.c (addCast): Fixed bug 1571231: promote in case of
4597 * support/regression/tests/onebyte.c: added test
4599 2006-10-05 Jesus Calvino-Fraga <jesusc at ece.ubc.ca>
4601 * src/mcs51/gen.c: emitcode for "add a,0x%02x" requires only 8 bits.
4603 2006-10-05 Borut Razem <borut.razem AT siol.net>
4605 * partially fixed [ 1570701 ] peephole - not replacing code from multiline macros,
4607 - sdcc.dsw: changed property eol-style to CRLF
4608 - support/scripts/resource.rc: replaced references to "afxres.h" with "winres.h"
4610 2006-10-04 Raphael Neider <rneider AT web.de>
4612 * device/include/pic/{pic16f84.h,pic16f84a.h},
4613 * device/lib/pic/libdev/{pic16f84.c,pic16f84a.c}: added PORT[AB]_bits
4614 from patch #1522504, thanks to Robas Teodor
4616 2006-10-02 Maarten Brock <sourceforge.brock AT dse.nl>
4618 * as/link/z80/lkarea.c: essentially reverted lnksect() to #4380 which
4621 2006-10-01 Maarten Brock <sourceforge.brock AT dse.nl>
4623 * src/pic16/glue.c (pic16emitMaps),
4624 * src/pic/glue.c (pic14emitMaps): hopefully fixed bug 1568779
4625 * device/lib/gets.c: fixed bug 1568829,thanks Philipp Krause
4626 * device/lib/pic16/libc/string/memcpypgm2ram.c,
4627 * device/lib/pic16/libc/string/memcpyram2ram.c: fixed bug 1568836, thanks
4629 * as/mcs51/asmain.c (asmbl, newdot): fixed problems with absolute areas
4630 * as/link/mcs51/lkmem.c (summary2): reverted, do do count abs segments
4632 2006-09-30 Jesus Calvino-Fraga <jesusc at ece.ubc.ca>
4634 * support/librarian/sdcclib.c: Added option -l.
4635 * as/link/mcs51/lkmem.c: don't use absolute segments to compute memory
4637 * device/lib/make51lib.bat: added. Allows building mcs51 libraries easily
4638 using Windows command prompt.
4640 2006-09-30 Maarten Brock <sourceforge.brock AT dse.nl>
4642 * device/lib/libsdcc.lib: added module rand
4643 * src/ds390/ralloc.c (rematStr),
4644 * src/hc08/ralloc.c (rematStr),
4645 * src/mcs51/ralloc.c (rematStr),
4646 * src/z80/ralloc.c (rematStr): made output more consistent
4647 * src/mcs51/gen.c: cosmetic changes
4649 2006-09-30 Maarten Brock <sourceforge.brock AT dse.nl>
4651 * src/port.h: added mem.cabs_name to PORT
4658 * src/z80/main.c: added cabs_name initializers
4659 * src/SDCCglue.c (emitStaticSeg): allocate and initialize absolute
4661 (emitMaps): emit absolutes in code memory into cabs_name
4663 * src/SDCCmem.h: added memory map c_abs and defined CABS_NAME
4664 * src/ds390/gen.c (genCodePointerGet): fixed bug if left is a literal
4665 * support/regression/fwk/include/testfwk.h: added define for at
4666 * support/regression/tests/absolute.c: added, new
4668 2006-09-29 Maarten Brock <sourceforge.brock AT dse.nl>
4670 * src/mcs51/gen.c (genPlusIncr, genMinusDec, genAddrOf): small
4671 optimizations, see also patch 887161 by Stas Sergeev
4672 * src/mcs51/peeph.def(104, 207, 209, 212): disabled as they do not seem
4673 to be necessary anymore,
4674 (102, 103, 104, 127): renamed all occurances of bp to _bp
4676 2006-09-27 Maarten Brock <sourceforge.brock AT dse.nl>
4678 * device/include/mcs51/at89c51snd1c.h: fixed MSK_SREQ definition
4679 thanks Weston T. Schmidt for patch 1555221
4680 * src/mcs51/peeph.def: renamed rule 257 to 257.a, added 257.b
4681 * src/SDCCicode.c(geniCodeMultiply): small optimization
4683 2006-09-26 Maarten Brock <sourceforge.brock AT dse.nl>
4685 * device/include/stdlib.h: added rand prototypes
4686 * device/lib/rand.c: new, added
4687 * device/lib/Makefile.in: added rand.c
4688 * src/z80/peeph.def,
4689 * src/z80/peeph-gbz80.def,
4690 * src/z80/peeph-z80.def: updated conditonals, fixed bug 1565908
4692 2006-09-20 Raphael Neider <rneider AT web.de>
4694 * device/lib/pic16/libio/i2c/i2cnack.c (i2c_nack): fixed ACKDT bit
4696 2006-09-19 Maarten Brock <sourceforge.brock AT dse.nl>
4698 * as/link/aslink.h: cosmetic changes
4699 * as/link/mcs51/Makefile.in,
4700 * as/link/z80/Makefile.in: fixed build on CF where VPATH is used
4702 2006-09-17 Maarten Brock <sourceforge.brock AT dse.nl>
4705 * as/link/mcs51/aslink.h,
4706 * as/link/z80/aslink.h: merged and moved to as/link/
4707 * as/link/lkstore.c,
4708 * as/link/mcs51/lkstore.c: moved to as/link/
4709 * as/link/clean.mk: remove *.o
4710 * as/link/mcs51/alloc.h: deleted
4711 * as/link/mcs51/lkarea.c: added lnksect prototype
4712 * as/link/mcs51/lkdata.c,
4713 * as/link/mcs51/lklex.c,
4714 * as/link/mcs51/lkmain.c: renamed as_getline to lk_getline
4715 * as/link/mcs51/lkmem.c,
4716 * as/link/mcs51/lknoice.c: removed include strcmpi.h
4717 * as/link/mcs51/lksym.c: include stdlib.h instead of malloc.h or alloc.h
4718 * as/link/mcs51/aslink.dsp,
4719 * as/link/mcs51/Makefile.aslink,
4720 * as/link/mcs51/Makefile.bcc,
4721 * as/link/mcs51/Makefile.in: updated for moved files
4722 * as/link/z80/lkarea.c,
4723 * as/link/z80/lkhead.c,
4724 * as/link/z80/lklex.c,
4725 * as/link/z80/lklibr.c,
4726 * as/link/z80/lklist.c,
4727 * as/link/z80/lkmain.c,
4728 * as/link/z80/lkrloc.c,
4729 * as/link/z80/lksym.c: synced with mcs51
4730 * as/link/z80/lkdata.c,
4731 * as/link/z80/lkeval.c,
4732 * as/link/z80/lkihx.c,
4733 * as/link/z80/lks19.c: cosmetic changes
4734 * as/link/z80/Makefile.in,
4735 * as/link/z80/linkgbz80.dsp,
4736 * as/link/z80/linkz80.dsp: updated for moved files
4738 2006-09-16 Borut Razem <borut.razem AT siol.net>
4740 * debugger/mcs51/sdcdb.c: partially fixed
4741 [ 1203664 ] sdcdb fails to open files w. two "." periods
4742 * debugger/mcs51/simi.c, debugger/mcs51/symtab.c,
4743 debugger/mcs51/symtab.h: fixed indenting
4744 * configure.in, configure: up to date with latest Maarten's changes
4746 2006-09-15 Maarten Brock <sourceforge.brock AT dse.nl>
4749 as/aslink.dsp, as/link/mcs51/aslink.dsp,
4750 as/link/mcs51/aslink.h, as/mcs51/aslink.h,
4751 as/link/mcs51/aslink.mak, as/mcs51/aslink.mak,
4752 as/link/mcs51/lkaomf51.c, as/mcs51/lkaomf51.c,
4753 as/link/mcs51/lkarea.c, as/mcs51/lkarea.c,
4754 as/link/mcs51/lkdata.c, as/mcs51/lkdata.c,
4755 as/link/mcs51/lkeval.c, as/mcs51/lkeval.c,
4756 as/link/mcs51/lkhead.c, as/mcs51/lkhead.c,
4757 as/link/mcs51/lkihx.c, as/mcs51/lkihx.c,
4758 as/link/mcs51/lklex.c, as/mcs51/lklex.c,
4759 as/link/mcs51/lklibr.c, as/mcs51/lklibr.c,
4760 as/link/mcs51/lklist.c, as/mcs51/lklist.c,
4761 as/link/mcs51/lkmain.c, as/mcs51/lkmain.c,
4762 as/link/mcs51/lkmem.c, as/mcs51/lkmem.c,
4763 as/link/mcs51/lknoice.c, as/mcs51/lknoice.c,
4764 as/link/mcs51/lkrloc.c, as/mcs51/lkrloc.c,
4765 as/link/mcs51/lks19.c, as/mcs51/lks19.c,
4766 as/link/mcs51/lkstore.c, as/mcs51/lkstore.c,
4767 as/link/mcs51/lksym.c, as/mcs51/lksym.c,
4768 as/link/mcs51/Makefile.aslink, as/mcs51/Makefile.aslink,
4769 as/link/mcs51/alloc.h,
4770 as/link/mcs51/clean.mk,
4771 as/link/mcs51/conf.mk,
4772 as/link/mcs51/Makefile.bcc,
4773 as/link/mcs51/Makefile.in,
4774 as/link/mcs51/readme.390,
4775 as/link/mcs51/strcmpi.c,
4776 as/link/mcs51/strcmpi.h,
4778 as/mcs51/Makefile.bcc,
4779 as/mcs51/Makefile.in,
4782 sdcc.dsw: moved mcs51 linker to as/link/mcs51
4784 2006-09-14 Maarten Brock <sourceforge.brock AT dse.nl>
4787 * as/link/Makefile.in,
4788 * as/link/z80/linkgbz80.dsp,
4789 * as/link/z80/linkz80.dsp,
4796 * link/z80/aslink.h,
4797 * link/z80/clean.mk,
4799 * link/z80/linkgbz80.dsp,
4800 * link/z80/linkz80.dsp,
4801 * link/z80/lkarea.c,
4802 * link/z80/lkdata.c,
4803 * link/z80/lkeval.c,
4806 * link/z80/lkhead.c,
4809 * link/z80/lklibr.c,
4810 * link/z80/lklist.c,
4811 * link/z80/lkmain.c,
4812 * link/z80/lkrloc.c,
4815 * link/z80/Makefile.in,
4817 * sdcc.dsw: moved link/ to as/link/
4819 2006-09-11 Maarten Brock <sourceforge.brock AT dse.nl>
4821 * as/mcs51/i51mch.c (machine): fixed warning
4823 2006-09-10 Maarten Brock <sourceforge.brock AT dse.nl>
4825 * as/mcs51/i51mch.c (machine): S_DJNZ fixed bug 1554318
4827 2006-09-09 Borut Razem <borut.razem AT siol.net>
4829 * debugger/mcs51/sdcdb.c, debugger/mcs51/simi.c:
4830 sdcdb WIN32 native port
4831 * src/clean.mk: fixed
4833 2006-09-08 Borut Razem <borut.razem AT siol.net>
4835 * doc/sdccman.lyx: SDCDB and ucSim are available on Win32 platforms.
4837 2006-09-08 Raphael Neider <rneider AT web.de>
4839 * src/pic16/main.c (_pic16_linkEdit,pic16_linkCmd),
4840 * src/pic/main.c(_pic14_do_link, linkCmd): pass "-w" and "-r"
4841 to gplink to disable processor mismatch warning and to allow
4842 the use of devices with only aliased (shared) memory banks,
4843 (_pic16_genAssemblerPreamble): include pXXX.inc on --mplab-comp
4845 2006-09-07 Jesus Calvino-Fraga <jesusc at ece.ubc.ca>
4847 * doc/sdccman.lyx: Some re-formating plus example on using
4848 #pragma preproc_asm +/-
4850 2006-09-07 Borut Razem <borut.razem AT siol.net>
4852 * support/scripts/sdcc.nsi: added SDCDB executables in a separate
4855 2006-09-06 Borut Razem <borut.razem AT siol.net>
4857 * support/scripts/sdcc.nsi: fixed Error: unterminated string parsing
4858 line at sdcc.nsi:153
4859 * sdcc/debugger/mcs51/simi.c: argsToCmdLine() fixes
4861 2006-09-05 Borut Razem <borut.razem AT siol.net>
4863 * configure.in, configure: support for winsock2
4864 * debugger/mcs51/break.h, debugger/mcs51/cmd.c,
4865 debugger/mcs51/cmd.h, debugger/mcs51/sdcdb.c,
4866 debugger/mcs51/sdcdb.h, debugger/mcs51/simi.c,
4867 debugger/mcs51/simi.h, debugger/mcs51/symtab.c,
4868 debugger/mcs51/symtab.h: sdcdb WIN32 native port
4870 2006-09-05 Maarten Brock <sourceforge.brock AT dse.nl>
4872 * src/SDCCopt.c (cnvToFcall): fixed bug 1551947 by updating OP_USES
4874 * support/regression/tests/bug1551947.c: new, added
4875 * src/SDCCsymt.h: strings are char* not byte*
4877 2006-09-05 Raphael Neider <rneider AT web.de>
4879 * device/lib/pic16/libdev/pic18f4550.c,
4880 device/include/pic16/pic18f4550.h: added PORTD/TRISD
4881 declarations/definitions from patch #1520949
4883 2006-09-05 Raphael Neider <rneider AT web.de>
4885 * src/pic16/gen.c (genPackBits): fix assignment to 8-bit,
4886 byte-aligned bitfields, fixes #1539278
4888 2006-09-05 Raphael Neider <rneider AT web.de>
4890 * src/pic/gen.c (genReceive): skip unreferenced arguments,
4893 2006-09-04 Borut Razem <borut.razem AT siol.net>
4895 * support/scripts/sdcc.nsi: move ucSim executables to a separate section
4896 * support/scripts/sdcc_cygwin_mingw32: don't disable ucsim,
4897 -mno-cygwin is a part of the compiler name
4898 * support/scripts/sdcc_mingw32: don't disable ucsim
4900 2006-09-03 Borut Razem <borut.razem AT siol.net>
4902 * sdcc.spec: corrected for 2.6.0. Thanks to Christer Weinigel.
4903 * device/lib/Makefile.in device/lib/clean.mk: small but essential corrections
4905 2006-09-03 Raphael Neider <rneider AT web.de>
4908 * src/pic/pcode.c (InitReuseRegs): allocate registers with pseudo
4909 indices >= 0x1000 to disambiguate them from fixed regs __at(addr),
4912 2006-09-01 Borut Razem <borut.razem AT siol.net>
4914 * sim/ucsim/cmd.src/cmdutil.cc: #include <sys/time.h> and <unistd.h>
4915 to make ppc-osx happy
4917 2006-08-31 Borut Razem <borut.razem AT siol.net>
4919 * sim/ucsim/cmd.src/newcmdposix.cc: #include <assert.h>
4920 * sim/ucsim/cmd.src/newcmd.cc: #include <ctype.h>
4921 * sim/ucsim/cmd.src/newcmd.cc: #include <ctype.h>
4922 * support/regression/ports/ds390/spec.mk,
4923 support/regression/ports/mcs51/spec.mk,
4924 support/regression/ports/xa51/spec.mk: introduced DEV_NULL variable.
4925 To run regression tests in mingw environment:
4926 make DEV_NULL=NUL CC=gcc
4928 2006-08-30 Borut Razem <borut.razem AT siol.net>
4930 * sim/ucsim/cmd.src/newcmdposix.cc, sim/ucsim/cmd.src/newcmdposixcl.h,
4931 sim/ucsim/cmd.src/newcmdwin32.cc, sim/ucsim/cmd.src/newcmdwin32cl.h,
4932 sim/ucsim/app.cc, sim/ucsim/appcl.h, sim/ucsim/configure,
4933 sim/ucsim/configure.in, sim/ucsim/ddconfig_in.h, sim/ucsim/error.cc,
4934 sim/ucsim/errorcl.h, sim/ucsim/option.cc, sim/ucsim/optioncl.h,
4935 sim/ucsim/utils.cc, sim/ucsim/utils.h, sim/ucsim/cmd.src/Makefile.in,
4936 sim/ucsim/avr.src/avr.cc, sim/ucsim/avr.src/avrcl.h,
4937 sim/ucsim/cmd.src/bp.cc, sim/ucsim/cmd.src/bpcl.h,
4938 sim/ucsim/cmd.src/cmdconf.cc, sim/ucsim/cmd.src/cmdgui.cc,
4939 sim/ucsim/cmd.src/cmdmem.cc, sim/ucsim/cmd.src/cmdset.cc,
4940 sim/ucsim/cmd.src/cmdsetcl.h, sim/ucsim/cmd.src/cmdstat.cc,
4941 sim/ucsim/cmd.src/cmduc.cc, sim/ucsim/cmd.src/cmduccl.h,
4942 sim/ucsim/cmd.src/cmdutil.cc, sim/ucsim/cmd.src/cmdutil.h,
4943 sim/ucsim/cmd.src/command.cc, sim/ucsim/cmd.src/commandcl.h,
4944 sim/ucsim/cmd.src/get.cc, sim/ucsim/cmd.src/getcl.h,
4945 sim/ucsim/cmd.src/info.cc, sim/ucsim/cmd.src/newcmd.cc,
4946 sim/ucsim/cmd.src/newcmdcl.h, sim/ucsim/cmd.src/set.cc,
4947 sim/ucsim/cmd.src/show.cc, sim/ucsim/cmd.src/timer.cc,
4948 sim/ucsim/hc08.src/hc08.cc, sim/ucsim/hc08.src/hc08cl.h,
4949 sim/ucsim/s51.src/Makefile.in, sim/ucsim/s51.src/interrupt.cc,
4950 sim/ucsim/s51.src/interruptcl.h, sim/ucsim/s51.src/pca.cc,
4951 sim/ucsim/s51.src/pcacl.h, sim/ucsim/s51.src/port.cc,
4952 sim/ucsim/s51.src/portcl.h, sim/ucsim/s51.src/serial.cc,
4953 sim/ucsim/s51.src/serialcl.h, sim/ucsim/s51.src/timer0.cc,
4954 sim/ucsim/s51.src/timer0cl.h, sim/ucsim/s51.src/timer1.cc,
4955 sim/ucsim/s51.src/timer1cl.h, sim/ucsim/s51.src/timer2.cc,
4956 sim/ucsim/s51.src/timer2cl.h, sim/ucsim/s51.src/uc390.cc,
4957 sim/ucsim/s51.src/uc390cl.h, sim/ucsim/s51.src/uc390hw.cc,
4958 sim/ucsim/s51.src/uc390hwcl.h, sim/ucsim/s51.src/uc51.cc,
4959 sim/ucsim/s51.src/uc51cl.h, sim/ucsim/s51.src/wdt.cc,
4960 sim/ucsim/s51.src/wdtcl.h, sim/ucsim/sim.src/hw.cc,
4961 sim/ucsim/sim.src/hwcl.h, sim/ucsim/sim.src/mem.cc,
4962 sim/ucsim/sim.src/memcl.h, sim/ucsim/sim.src/obsolete.cc,
4963 sim/ucsim/sim.src/obsolete.h, sim/ucsim/sim.src/sim.cc,
4964 sim/ucsim/sim.src/simcl.h, sim/ucsim/sim.src/stack.cc,
4965 sim/ucsim/sim.src/stackcl.h, sim/ucsim/sim.src/test_mem_speed.cc,
4966 sim/ucsim/sim.src/uc.cc, sim/ucsim/sim.src/uccl.h,
4967 sim/ucsim/xa.src/xa.cc, sim/ucsim/xa.src/xacl.h,
4968 sim/ucsim/z80.src/z80.cc, sim/ucsim/z80.src/z80cl.h:
4969 ucsim WIN32 native port
4971 2006-08-30 Jesus Calvino-Fraga <jesusc at ece.ubc.ca>
4973 * doc/sdccman.lyx: added note on dynamic memory heap initialization
4975 2006-08-27 Maarten Brock <sourceforge.brock AT dse.nl>
4977 * src/mcs51/gen.c (genAnd, genOr, genXor): fixed bug 1546986
4978 * src/ds390/gen.c (aopGetUsesAcc): handle AOP_DPTR2 and AOP_DPTRn too
4980 2006-08-26 Maarten Brock <sourceforge.brock AT dse.nl>
4982 * src/ds390/gen.c (genAnd, genOr, genXor): fixed bug 1546986
4983 * support/regression/tests/bug1546986.c: new, added
4984 * as/mcs51/.cvsignore,
4985 * debugger/mcs51/.cvsignore,
4986 * src/.cvsignore: deleted
4988 2006-08-25 Jesus Calvino-Fraga <jesusc at ece.ubc.ca>
4990 * device/include/mcs51/P89c51RD2.h: fixed bug 1546936 (error in sbit
4993 2006-08-20 Borut Razem <borut.razem AT siol.net>
4995 * sim/ucsim/cmd.src/newcmd.cc, sim/ucsim/cmd.src/newcmdcl.h:
4996 removed cl_listen_console::match(), cl_console::match(),
4997 restructured cl_commander::proc_input()
4999 2006-08-16 Borut Razem <borut.razem AT siol.net>
5001 * sim/ucsim/cmd.src/newcmd.cc, sim/ucsim/cmd.src/newcmdcl.h,
5002 sim/ucsim/cmd.src/cmdutil.cc, sim/ucsim/cmd.src/cmdutil.h,
5003 sim/ucsim/sim.src/mem.cc, sim/ucsim/sim.src/uc.cc: code cleaning
5005 2006-08-14 Borut Razem <borut.razem AT siol.net>
5007 * support/regression/Makefile.in,
5008 support/regression/ports/pic14/gpsim.cmd,
5009 support/regression/ports/pic14/spec.mk,
5010 support/regression/ports/pic14/support.c:
5011 added pic14 regression test
5013 2006-08-14 Maarten Brock <sourceforge.brock AT dse.nl>
5015 * as/doc/asxhtm.html: documented changed ABS behaviour
5016 * as/doc/README: fixed some typos
5018 2006-08-13 Maarten Brock <sourceforge.brock AT dse.nl>
5020 * support/regression/tests/float_trans.c: disabled test if __STDC_IEC_559__
5023 2006-08-12 Borut Razem <borut.razem AT siol.net>
5025 * support/regression/fwk/include/testfwk.h,
5026 support/regression/fwk/lib/testfwk.c,
5027 support/regression/generate-cases.py,
5028 support/regression/Makefile.in:
5029 regression test framework does not depend on function pointers and
5032 2006-08-09 Maarten Brock <sourceforge.brock AT dse.nl>
5034 * device/include/stddef.h: c temporary hack to fix bug 1518273
5036 2006-08-09 Jesus Calvino-Fraga <jesusc at ece.ubc.ca>
5038 * device/include/mcs51/cc2510fx.h: added
5039 * src/z80/z80.dsp, src/gbz80/gbz80.dsp: added support/Util/strcmpi.ch
5042 2006-08-09 Maarten Brock <sourceforge.brock AT dse.nl>
5044 * as/z80/assym.c (mlookup): ignore case when looking up mnemonics
5045 * as/z80/Makefile.in: added strcmpi.c
5046 * as/z80/z80adr.c: added upper case registers and lower case conditionals
5047 * support/Util/strcmpi.ch: added with intention to remove from mcs51/hc08
5049 2006-08-08 Maarten Brock <sourceforge.brock AT dse.nl>
5051 * device/lib/gbz80/asm_strings.s,
5052 * device/lib/gbz80/crt0_rle.s,
5053 * device/lib/gbz80/div.s,
5054 * device/lib/gbz80/mul.s,
5055 * device/lib/gbz80/shift.s,
5056 * device/lib/z80/asm_strings.s,
5057 * device/lib/z80/crt0_rle.s,
5058 * device/lib/z80/div.s,
5059 * device/lib/z80/mul.s,
5060 * device/lib/z80/shift.s: changed to all lower case menmonics except the
5061 flags which are all upper case
5063 2006-08-07 Maarten Brock <sourceforge.brock AT dse.nl>
5065 * as/z80/asm.h: made CASE_SENSITIVE 1
5066 * link/z80/aslink.h: made CASE_SENSITIVE 1
5067 * src/z80/gen.c (throughout): made all conditionals upper case
5068 * support/regression/tests/bug1503067.c: new
5070 2006-08-07 Maarten Brock <sourceforge.brock AT dse.nl>
5072 * src/z80/gen.c (aopPut): fixed bug !*ixy should be !*iyx,
5073 (shiftIntoPair): added case 2 for PAIR_IY,
5074 (setupToPreserveCarry): replaced parameters with iCode and check if
5075 PAIR_DE is in use to fix bug 1399290,
5076 (genPlus, genMinus): updated call to setupToPreserveCarry
5077 * support/regression/tests/bug1399290.c: new
5079 2006-08-06 Maarten Brock <sourceforge.brock AT dse.nl>
5081 * device/lib/Makefile.in (Z80SOURCES): enabled float support
5082 * sim/ucsim/z80.src/inst.cc (inst_rst): generate breakpoint on RST8,ACC==0
5083 * src/ds390/gen.c (shiftRLong),
5084 * src/hc08/gen.c (shiftLLong, shiftRLong): fixed bug 1533966
5085 * src/mcs51/gen.c (sameReg): changed to sameByte,
5086 (xch_a_aopGet): new,
5087 (shiftL2Left2Result, shiftR2Left2Result, shiftRLeftOrResult, shiftLLong,
5088 shiftRLong): fixed bug 1533966
5089 * src/z80/gen.c (shiftR2Left2Result, shiftL2Left2Result, genlshTwo,
5090 genLeftShiftLiteral, genrshTwo, genRightShiftLiteral): fixed bug 1533966
5091 * support/regression/Makefile.in: disabled z80, enabled ucz80
5092 * support/regression/tests/float_trans.c: enabled test for z80 and host
5093 * support/regression/tests/shifts2.c: new, for testing bug 1533966
5095 2006-08-01 Borut Razem <borut.razem AT siol.net>
5097 * src/mcs51/gen.c, src/dc390/gen.c: fixed warning:
5098 comparison is always false due to limited range of data type
5099 on PPC64 machine (openpower-linux1) where "char = unsigned char"
5101 2006-08-01 Maarten Brock <sourceforge.brock AT dse.nl>
5103 * sim/ucsim/hc08.src/hc08mac.h: removed faulty and unused add_u16_disp
5104 * sim/ucsim/hc08.src/hc08.cc: removed faulty and unused int8
5105 * sim/ucsim/z80.src/z80mac.h (add_u16_disp): use explicit signed char cast
5106 * sim/ucsim/z80.src/z80.cc: removed faulty and unused int8
5108 2006-07-31 Borut Razem <borut.razem AT siol.net>
5110 * sim/ucsim/configure, sim/ucsim/cmd.src/newcmdcl.h,
5111 sim/ucsim/cmd.src/newcmd.cc, sim/ucsim/cmd.src/cmdutil.cc,
5112 sim/ucsim/z80.src/Makefile.in, sim/ucsim/configure.in,
5113 sim/ucsim/hc08.src/Makefile.in, sim/ucsim/hc08.src/hc08.cc,
5114 sim/ucsim/ddconfig_in.h, sim/ucsim/s51.src/Makefile.in,
5115 sim/ucsim/s51.src/uc51cl.h, sim/ucsim/s51.src/serialcl.h,
5116 sim/ucsim/s51.src/uc51.cc, sim/ucsim/s51.src/serial.cc,
5117 sim/ucsim/app.cc, sim/ucsim/avr.src/Makefile.in:
5118 enable ucsim mingw compilation. Serial port is disabled,
5119 since it uses termios.h API, which is not available on native
5122 2006-07-31 Borut Razem <borut.razem AT siol.net>
5124 * Small Device C Compiler 2.6.0 released
5125 * support/scripts/sdcc.nsi: added FULL_DOC option
5126 * .version, doc/sdccman.lyx: changed sdcc version to 2.6.1
5128 2006-07-28 Borut Razem <borut.razem AT siol.net>
5130 * support/scripts/sdcc.nsi: remove $INSTDIR/include/asm/pic16/*.h
5131 * doc/INSTALL.txt: updated
5133 2006-07-27 Borut Razem <borut.razem AT siol.net>
5135 * device/lib/pic/Makefile.in, device/lib/pic/Makefile.subdir,
5136 device/lib/pic/libdev/Makefile.in: fixed bug
5137 [ 1438354 ] pic libsdcc: distclean doesn't work
5138 * device/lib/pic16/Makefile.in, device/lib/pic16/Makefile.subdir,
5139 device/lib/pic16/libio/Makefile.in: fixed bug
5140 [ 1438344 ] pic16 lib: clean doesn't work properly
5141 * doc/knownbugs.html removed [ 1438354 ] and [ 1438344 ] from the list
5143 2006-07-26 Maarten Brock <sourceforge.brock AT dse.nl>
5145 * device/lib/pic/libsdcc/fsdiv.c,
5146 * device/lib/pic/libsdcc/fsmul.c,
5147 * device/lib/pic16/libsdcc/float/fsdiv.c,
5148 * device/lib/pic16/libsdcc/float/fsmul.c,
5149 * device/lib/_fsdiv.c,
5150 * device/lib/_fsmul.c: bugfix, handle too large and too small numbers
5151 * support/regression/tests/bug1520966.c: added
5152 * doc/knownbugs.html: removed [ 1520966 ] from the list
5154 2006-07-25 Borut Razem <borut.razem AT siol.net>
5156 * configure.in, configure, sdccconf_in.h: fixed bug
5157 [ 1519095 ] regression test onebyte.c fails on ppc64 host
5158 * doc/knownbugs.html: removed [ 1519095 ] from the list
5160 2006-07-25 Maarten Brock <sourceforge.brock AT dse.nl>
5162 * doc/knownbugs.html: added, contains list of known bugs at release
5163 * device/include/mcs51/compiler.h: fixed SFR32 for SDCC
5165 2006-07-23 Maarten Brock <sourceforge.brock AT dse.nl>
5167 * device/include/mcs51/compiler.h: added SFRX for xdata based special
5168 function registers and corrected defaults with additional warning
5169 * device/lib/malloc.c: cosmetic changes
5170 * device/lib/realloc.c: bugfix for bug #1496907, Thanks Efim Monyak
5171 * src/ds390/ralloc.c (getRegBitNoSpil): reenabled,
5172 (fillGaps): and used it
5174 2006-07-20 Raphael Neider <rneider AT web.de>
5176 * src/pic/device.c (addMemRange,assignRegister): suppress verbose
5177 output unless SDCCPICDEBUG is set
5178 * device/lib/pic16/Makefile.rules (%.lib target): suppress verbose
5179 output if SILENT is set
5181 2006-07-11 Borut Razem <borut.razem AT siol.net>
5183 * doc/README.txt: updated
5185 2006-07-10 Borut Razem <borut.razem AT siol.net>
5187 * support/scripts/sdcc.nsi: added device/include/asm/pic/features.h and
5188 device/lib/src/pic/libm/*.c and device/lib/src/pic16/libsdcc/stack/*.S
5189 in WIN32 installation
5190 * .version, sdcc.spec, doc/sdccman.lyx: changed sdcc version to 2.6.0 -
5193 2006-07-08 Maarten Brock <sourceforge.brock AT dse.nl>
5195 * device/include/mcs51/XC866.h: added sbit definitions for Px_x, P1_x, P2_x
5196 * src/pic16/glue.c (initPointer): fixed bug 1496419 for pic16
5198 2006-07-06 Maarten Brock <sourceforge.brock AT dse.nl>
5200 * src/hc08/gen.c (genAddrOf): fixed bug when offset on stack is >127
5202 2006-07-06 Borut Razem <borut.razem AT siol.net>
5204 * support/regression/tests/bitfields.c:
5205 fixed bug [ 1518322 ] regression test bitfields fails on ppc hosts
5206 * support/regression/tests/constantRange.c:
5207 fixed bug [ 1518317 ] regression test constantRange fails on alpha host
5209 2006-07-04 Borut Razem <borut.razem AT siol.net>
5211 * src/configure.in, src/configure, src/Makefile.in, as/z80/Makefile.in,
5213 src/avr/Makefile.in, src/ds390/Makefile.in, src/ds400/Makefile.in,
5214 src/hc08/Makefile.in, src/mcs51/Makefile.in, src/pic16/Makefile.in,
5215 src/pic/Makefile.in, src/xa51/Makefile.in, src/z80/Makefile.in:
5216 reverted changes from 2006-07-03
5217 * Makefile.common.in: added @CPPFLAGS@ to CPPFLAGS
5218 * support/regression/Makefile.in, support/regression/ports/host/spec.mk:
5219 added CPPFLAGS, used by the host port
5221 2006-07-03 Bernhard Held <bernhard AT bernhardheld.de>
5223 * support/regression/valdiag/tests/switch.c,
5224 * support/regression/valdiag/tests/constantRange.c: adapted to gcc 4
5225 * support/regression/tests/libmullong.c: fixed for host
5226 * support/regression/ports/host/spec.mk: disable all warnings for host,
5227 SDCC runs with --less-pedantic too
5229 2006-07-03 Borut Razem <borut.razem AT siol.net>
5231 * src/configure.in, src/configure, src/Makefile.in, as/z80/Makefile.in:
5233 * src/port.mk: defined CPPFLAGS, renamed to src/port.mk.in
5234 * src/avr/Makefile.in, src/ds390/Makefile.in, src/ds400/Makefile.in,
5235 src/hc08/Makefile.in, src/mcs51/Makefile.in, src/pic16/Makefile.in,
5236 src/pic/Makefile.in, src/xa51/Makefile.in, src/z80/Makefile.in:
5238 * sim/ucsim/main_in.mk, sim/ucsim/avr.src/Makefile.in,
5239 sim/ucsim/gui.src/Makefile.in, sim/ucsim/hc08.src/Makefile.in,
5240 sim/ucsim/s52.src/Makefile.in, sim/ucsim/sim.src/Makefile.in,
5241 sim/ucsim/xa.src/Makefile.in: ignore header files for dependencies
5243 2006-07-02 Raphael Neider <rneider AT web.de>
5245 * src/pic16/devices.inc,
5246 * device/include/pic16/pic18fregs.h,
5247 * device/include/pic16/pic18f4550.h,
5248 * device/lib/pic16/pics.all,
5249 * device/lib/pic16/libdev/pic18f4550.c: added support for 18f4550
5251 2006-07-01 Bernhard Held <bernhard AT bernhardheld.de>
5253 * as/hc08/lkaomf51.c (OutputName),
5254 * as/mcs51/lkaomf51.c (OutputName),
5255 * as/z80/asmain.c (asmbl),
5256 * src/ds390/main.c (asmLineNodeFromLineNode),
5257 * src/hc08/ralloc.c (hc08_assignRegisters),
5258 * src/mcs51/main.c (asmLineNodeFromLineNode),
5259 * src/xa51/ralloc.c (checkRegMask),
5260 * src/xa51/gen.c (emitcode),
5261 * src/z80/gen.c (_emit2),
5262 * src/SDCCast.c (searchLitOp),
5264 * support/packihx/packihx.c,
5265 * support/Util/MySystem.c (split_command): fix gcc 4 warnings
5266 * src/ds390/gen.c (aopPutUsesAcc),
5267 * src/ds390/ralloc.c (getRegBitNoSpil): unused, therefore disabled
5268 * support/regression/tests/libmullong.c (mullong_wrapper),
5269 * src/SDCCsymt.c (powof2),
5271 * src/SDCCicode.c: renamed TYPE_WORD by TYPE_TARGET_INT and so on
5272 * src/SDCCsymt.h: added TYPE_TARGET_*
5273 * src/SDCCutil.c (doubleFromFixed16x16, fixed16x16FromDouble),
5274 * src/SDCCutil.h (doubleFromFixed16x16, fixed16x16FromDouble): moved to
5275 SDCCast because 1) header problems 2) this is the right place
5276 * src/SDCCast.c (doubleFromFixed16x16, fixed16x16FromDouble): added
5277 * src/SDCCval.h (doubleFromFixed16x16, fixed16x16FromDouble): added
5280 2006-06-29 Bernhard Held <bernhard AT bernhardheld.de>
5282 * src/SDCCicode.h: removed buggy semicolon in unused macro
5283 * src/SDCClrange.c (findPrevUseSym, rlivePoint): fixed bug #1486853,
5284 search for previous definiton of auto symbols too,
5285 (findPrevUse): fixed logic of emitWarnings
5287 2006-06-26 Raphael Neider <rneider AT web.de>
5289 * src/pic16/gen.c (genFunction, genEndFunction): also preserve
5290 PCLATH and PCLATU on interrupts, potentially fixes #1505141
5292 2006-06-25 Raphael Neider <rneider AT web.de>
5294 * device/lib/pic/libm: NEW, added math library functions
5295 * device/lib/pic/libsdcc: NEW; added float support functions
5296 * device/lib/pic/{Makefile.in,configure.in,configure}: added libm/
5297 * device/include/pic/{limits.h,errno.h,sdcc-lib.h,float.h,math.h}:
5298 NEW, added math related headers
5299 * device/include/asm/pic/features.h: NEW
5300 * src/pic/gen.c (emitpcode_real): emit warning on NULL pCodeOp,
5301 (popGet): allow larger offsets for AOP_PCODE,
5302 (genDataPointerSet): handle literals explicitly, more debug output,
5303 (genAssign): fixed for float using aopLiteral ;-)
5304 * src/pic/glue.c (pic14createInterruptVect): inserted pagesel before
5305 GOTO initialisation routine
5306 * src/pic/pcoderegs.c (pCodeRegMapLiveRangesInFlow): set wasUsed
5307 flag on registers, fixes #1469043 (local variables do not work)
5308 * src/pic/main.c (_pic14_do_link),
5309 * src/pic16/main.c (_pic16_linkEdit): use fullDstFileName if
5312 2006-06-25 Borut Razem <borut.razem AT siol.net>
5314 * device/lib/pic16/libc/stdio/sprintf.c: return the number of
5315 characters printed (not including the trailing '\0' used to end
5316 output to strings). Problem detected in regression test bug-927659.c.
5317 NOTE: printf() family functions should return int instead
5319 * device/lib/pic16/libc/stdio/vfprintf.c: "%%" prints "%", unknown
5320 specifier are printed as themselves
5321 * sdcc/support/regression/tests/bug1057979.c: pic16 printf doesn't
5322 support flags, width and precision specifiers
5324 2006-06-24 Borut Razem <borut.razem AT siol.net>
5326 * sdcc/support/regression/tests/bitvars.c: added gbz80, pic16 and pic16
5327 to the list of sdcc tagrets not supporting bit type
5328 * sdcc/support/regression/tests/bug-905992.c.c: excluded regression
5329 testfor pic16 due to bug:
5330 [ 1511794 ] pic16: regression test bug-895992.c fails
5332 2006-06-24 Maarten Brock <sourceforge.brock AT dse.nl>
5334 * src/mcs51/gen.c (genCmp): optimization for RFE 1162453
5335 * src/SDCCglue.c (initPointer), fixed bug 1496419
5336 * support/regression/tests/bug1496419.c: new, added
5338 2006-06-22 Borut Razem <borut.razem AT siol.net>
5340 * support/regression/ports/pic16/support.c: use gpsim usart module from
5341 libgpsim_modules library
5343 2006-06-21 Jesus Calvino-Fraga <jesusc at ece.ubc.ca>
5345 * device/include/mcs51/at89c51ed2.h: Fixed bug 1510144 changed
5348 2006-06-19 Raphael Neider <rneider AT web.de>
5350 * src/pic/glue.h,src/pic16/glue.h: added prototypes
5351 * src/pic/glue.c,src/pic16/glue.c (pic1x_stringInSet,
5352 pic1x_emitSymbolIfNew): NEW, check for a string in a set,
5353 (pic14printExterns,pic14printPublics,pic16printPublics,
5354 pic16_printExterns): use new functions to emit symbols
5355 (picglue,pic16glue): emit publics before emitting externs
5356 * src/pic/gen.c,src/pic16/gen.c (genFunction): remember the names of
5357 locally defined functions to avoid bug #1443651
5358 * support/regression/tests/bug-716242.c: removed pic16 workaround
5359 * support/regression/ports/pic16/spec.mk: ignore errors during build
5361 2006-06-19 Raphael Neider <rneider AT web.de>
5363 * src/pic/glue.h: added pic14aopLiteral prototype
5364 * src/pic/glue.c (pic14aopLiteral): return unsigned int
5365 * src/pic/gen.c: removed stdint.h dependency
5366 (aopGet): use Safe_strdup()
5367 (bitpatternFromVal): removed, replaced use with pic14aopLiteral
5368 (genDataPointerSet): use pic14aopLiteral()
5369 * src/pic16/glue.h, src/pic16/glue.c, src/pic16/gen.c: similar changes
5370 for pic16; thanks to Bernhard and Maarten
5372 2006-06-18 Borut Razem <borut.razem AT siol.net>
5374 * support/regression/tests/structflexarray.c: flexible array members
5375 not supported by gcc < 3
5376 * sim/ucsim/configure, sim/ucsim/configure.in: do not compile serio
5378 * src/pic/gen.c: don't include [p]strdin.h on solaris
5379 * support/Util/pstdint.h: addad svn attributes
5380 * support/regression/tests/constantRange.c,
5381 support/regression/tests/rotate.c: include inttypes.h instead
5382 stdint.h on solaris, addad svn attributes
5384 2006-06-18 Raphael Neider <rneider AT web.de>
5386 * src/SDCCsymt.c (initCSupport): change return type of divschar to
5388 * src/pic16/genarith.c (genAddLit): sign-extend via standard routine
5389 (pic16_genMinusBits): simplified sign-extension
5390 (pic16_genUMult8XLit_8,pic16_genUMult8X8_8): renamed to
5391 pic16_genMult8XLit_n resp. pic16_genMult8X8_n, fixed and
5392 adjusted to correctly handle mixed-signed operands, disabled
5393 now unused multiplciation routines
5394 * src/pic16/gen.c (pic16_pushpCodeOp): fixed to handle literals
5395 (assignResultValue): added argument denoting the size of the result
5396 as returned by the function (fixes upcasts in assigning from
5397 function calls: char foo(); int i = foo();)
5398 (genCall,genPcall,genGenPointerGet,genReceive): pass size of
5399 function result to assignResultValue
5400 (genMult): disabled inlined multiplication code
5401 (genDiv): augmented to also handle the modulus operator, fixed to
5402 handle mixed-signed operands correctly
5403 (genMod): simply call genDiv, disabled unused code
5404 (genAssign): fixed missing (sign-)extension on result
5405 * src/pic16/main.c (_hasNativeMulFor): accept literals [-128..256) as
5406 valid char operands, allow signed operands for native code, added
5407 division and modulo operator handling
5408 * device/lib/pic16/libsdcc/char/divschar.c: divschar returns an int
5410 As a consequence, onebyte.c (if split into two files) and muldiv.c
5411 pass regression tests.
5413 2006-06-17 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
5415 * doc/Makefile.in: two runs of makeindex seem needed to get
5416 correct page references in the index of sdccman.pdf
5417 * doc/sdccman.lyx: mentioned cmon51, added links, small changes
5419 2006-06-17 Borut Razem <borut.razem AT siol.net>
5421 * sdcc/device/lib/Makefile.in: corrected PORTINCDIR path
5423 2006-06-17 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
5425 * doc/sdccman.lyx: updated, added (porting source code, debugging),
5426 mentioned ec2drv and paulmon
5428 2006-06-16 Maarten Brock <sourceforge.brock AT dse.nl>
5430 * as/mcs51/lkarea.c (lnkarea2): clear new xdatamap, bugfix for two
5431 consecutive abs areas
5432 (find_empty_space, allocate_space): added map to handle codemap or
5434 (lnksect2): renamed rloc to locIndex, fixed bug 960060 by handling
5435 absolute idata and xdata
5436 * as/mcs51/lkmem.c (summary2): updated legend
5438 2006-06-16 Raphael Neider <rneider AT web.de>
5440 * src/pic16/gen.c (shiftR2Left2Result): fixed bug #1507127
5442 2006-06-13 Maarten Brock <sourceforge.brock AT dse.nl>
5444 * debugger/mcs51/cmd.c (cmdListFunctions): fixed bugs 1181163 and
5446 * src/SDCClrange.c (findPrevUse): fixed bug 1294475
5448 2006-06-13 Vangelis Rokas <vrokas AT users.sourceforge.net>
5450 * src/port.h (struct PORT): added field gp_tags, to hold the tag
5451 value of generic pointers,
5461 src/z80/main.c: PORT structure, added elements for gp_tags field,
5462 * src/SDCCsymt.h: replaced hardwired values of GPTYPE_* macros with
5463 fields in the PORT structure of each port,
5464 * src/SDCCast.c (decorateType): allow processing of generic pointers
5465 for PIC16 port (FPTRSIZE equals GPTRSIZE), also set GPTYPE_NEAR for
5468 2006-06-12 Maarten Brock <sourceforge.brock AT dse.nl>
5474 * src/pic16/pcode.c,
5476 * src/pic/pcoderegs.c,
5479 * src/SDCCsymt.c: replaced all exit(-1) by exit(EXIT_FAILURE) to fix
5480 bug 1504689 on minGW
5482 2006-06-12 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
5484 * device/lib/printf_tiny.c: fixed bug #1465675 (%x format specifier)
5486 2006-06-12 Bernhard Held <bernhard AT bernhardheld.de>
5488 * src/SDCCast.c (backPatchLabels): fixed bug #1504636
5490 2006-06-11 Maarten Brock <sourceforge.brock AT dse.nl>
5492 * device/lib/printf_large.c (OUTPUT_CHAR, _output_char): added and used
5495 2006-06-11 Vangelis Rokas <vrokas AT users.sourceforge.net>
5497 * src/pic16/gen.c (genCast): fixed bug with assignment of a pointer
5498 to a char variable. Fixed bug #1504211
5499 * device/include/pic16/adc.h,
5500 device/include/lib/pic16/libio/adc/adcopen.c: applied patch #1364387
5501 and fixed bug #1364390
5503 2006-06-10 Borut Razem <borut.razem AT siol.net>
5505 * CVSROOT: removed the CVS left-over
5507 2006-06-10 Maarten Brock <sourceforge.brock AT dse.nl>
5509 * as/hc08/asmain.c (asexit),
5510 * as/hc08/lkmain.c (lkexit),
5511 * as/mcs51/asmain.c (asexit),
5512 * as/mcs51/lkmain.c (lkexit),
5513 * src/SDCCglue.c (DEFSETFUNC),
5514 * src/SDCCmain.c (linkEdit, assemble),
5515 * support/librarian/sdcclib.c (AddRel),
5516 replaced unlink() by standard C remove()
5517 * src/SDCC.y: replaced removePostIncDecOps() by createRMW()
5518 * src/SDCCast.c (replaceAstWithTemporary, createRMW,
5519 gatherImplicitVariables): new, added to fix bug 608752,
5520 (createFunction): added gatherImplicitVariables()
5521 * src/SDCCast.h: added createRMW prototype
5522 * src/SDCCsymt.h (struct symbol): added infertype
5523 * support/regression/tests/bug608752.c: new, added
5525 2006-06-10 Raphael Neider <rneider AT web.de>
5527 * src/pic16/gen.c (pic16_aopOp): use WREG as destination even for
5528 multibyte dummy reads (fixes #1503234)
5530 2006-06-10 Maarten Brock <sourceforge.brock AT dse.nl>
5532 * device/include/mcs51/compiler.h: new, added header file to enable
5533 creating common sfr definition header files for different compilers
5535 2006-06-05 Raphael Neider <rneider AT web.de>
5537 * src/pic16/{pcode.h,genarith.c}:
5538 introduced pCodeOp combining any two pCodeOps (previously only
5539 two register operands could be combined), removed pcop2 from
5540 pCodepReg, replaced pCodeOpReg2 with pCodeOp2, fixes #1492366
5541 * src/pic16/pcodepeep.c (pic16_pCodeOpCopy): added case for PO_TWO_OPS
5542 * src/pic16/gen.c (pic16_popGet2,pic16_popGet2p,pic16_popCombine2):
5543 rewritten to use new PO_TWO_OPS
5544 * src/pic16/main.c (_hasNativeMulFor): cover more cases natively,
5545 * src/pic16/pcode.c (pic16_newpCodeOpImmd): initialize rIdx field,
5546 (pic16_newpCodeOp): catch invalid attempts on PO_TWO_OPS,
5547 (pic16_newpCodeOp2): NEW, create combined pCodeOp,
5548 (pic16_get_op): embraced return arg to allow #define return(x),
5549 added new case for combined opcodes
5550 (pic16_get_op2): reduced to use pic16_get_op() on second pCodeOp,
5551 (pic16_pCode2str,pic16_getRegFrompCodeOp,
5552 pic16_getRegFromInstruction2): fixed/added handling of new pCodeOp
5554 2006-06-04 Bernhard Held <bernhard AT bernhardheld.de>
5556 * src/SDCCval.c (checkConstantRange): added
5557 * src/SDCCval.h: added checkConstantRange
5558 * support/Util/SDCCerr.c,
5559 * support/Util/SDCCerr.h: replaced unused W_IF_NEVER_TRUE and
5560 W_IF_ALWAYS_TRUE by W_COMP_RANGE and W_LIT_OVERFLOW
5561 * src/SDCC.y: moved early 'condition transformations' to SDCCast.c
5562 * src/SDCCast.c (decorateType): added checkConstantRange,
5563 added 'condition transformations' from SDCC.y so that now W_COMP_RANGE
5564 can be emitted with the correct always true/false warning,
5565 added optimization for double '!';
5566 result of decorateType() must be assigned back to the tree, because
5567 decorateType() can change the tree
5568 * src/SDCCicode.c (geniCodeLogic),
5569 (geniCodeAssign): replaced new checkConstantRange, added warnings,
5570 (checkConstantRange): removed, it was only a fragment which never
5572 * src/SDCCsymt.c (computeType): fixed promotion for
5573 "-1 < (unsigned bit) b"
5574 * src/pic/ralloc.c (packRegsForAssign),
5575 * src/pic16/ralloc.c (packRegsForAssign),
5576 * src/hc08/ralloc.c (packRegsForAssign),
5577 * src/z80/ralloc.c (packRegsForAssign): ported fix for bug #930931
5579 * src/mcs51/ralloc.c (packRegsForAssign): removed outcommented source
5580 * support/regression/tests/constantRange.c: added
5581 * support/valdiag/tests/constantRange.c: added
5582 * support/valdiag/valdiag.py: added -DPORT_HOST=1
5584 2006-06-02 Borut Razem <borut.razem AT siol.net>
5586 * support/regression/ports/pic16/support.c: increase stack size
5588 * support/regression/Makefile.in: sort tests by name so that the
5589 resutlts can be compared on different machines / platforms
5591 2006-06-02 Maarten Brock <sourceforge.brock AT dse.nl>
5593 * device/lib/printf_large.c (output_digit): optimized further, Tnx Frieder
5594 * src/ds390/gen.c (emitLabel): new, added,
5595 (genDjnz): fixed stack overflow bug,
5596 (throughout): cosmetic changes to sync with mcs51/gen.c,
5597 replaced emitcode("", "%05d$:", lbl->key + 100) with emitLabel(lbl)
5598 * src/mcs51/gen.c (genEndFunction): small optimization,
5599 (throughout): cosmetic changes to sync with ds390/gen.c
5601 2006-06-02 Maarten Brock <sourceforge.brock AT dse.nl>
5603 * device/lib/printf_large.c (output_digit, calculate_digit): optimized,
5604 (_print_format): fixed printing pointers
5605 * src/mcs51/gen.c (emitLabel, movb): new, added,
5606 (genAssign): small optimization,
5607 (genDjnz): fixed stack overflow bug,
5608 (throughout): replaced sprintf with SNPRINTF,
5609 replaced mcs51_regWithIdx with REG_WITH_INDEX,
5610 replaced emitcode("mov", "b,...") with MOVB(...),
5611 replaced emitcode("", "%05d$:", lbl->key + 100) with emitLabel(lbl),
5612 replaced D(emitcode("; genXXX", "")) with D(emitcode(";", "genXXX"))
5613 * src/mcs51/peeph.def: added rules 140 and 264
5614 * src/SDCCmem.c (allocLocal): store register declared locals in DSEG/OSEG
5615 so they may get optimized into registers
5617 2006-05-30 Maarten Brock <sourceforge.brock AT dse.nl>
5619 * src/SDCCmain.c (optionsTable, parseCmdLine): handle --use-stdout
5620 immediately when encountered,
5621 (printUsage): always use stderr even on windows
5623 2006-05-30 Bernhard Held <bernhard AT bernhardheld.de>
5625 * src/SDCCast.c (isLoopCountable): fixed bug #1478316
5626 (processParms): fixed bug #1247551
5627 * src/SDCCmain.c (printVersionInfo, printOptions, printUsage,
5628 parseCmdLine, main): print '--version' to stdout,
5629 print 'help' to stdout if --help is given,
5630 print 'help' to stderr and exit with EXIT_FAILURE if no or bad
5631 arguments are given; fixed --help
5633 2006-05-27 Bernhard Held <bernhard AT bernhardheld.de>
5635 * src/SDCCcse.c (findPointerSet): fixed bug #1493710
5636 * support/regression/tests/bug-1493710.c: added
5638 2006-05-27 Borut Razem <borut.razem AT siol.net>
5640 * support/regression/fwk/lib/testfwk.c: define array in _printn() as
5642 * support/regression/ports/pic16/support.c: increase stack size
5643 from default 64 bytes to 128 bytes
5644 * support/regression/tests/staticinit.c,
5645 support/regression/tests/float.c: regression tests fully enabled
5646 for pic16 port by putting the initialized data arrays into the code
5648 * support/regression/ports/pic16/spec.mk: don't link default libraries.
5649 This was changed by mistake in the previous version.
5651 2006-05-28 Vangelis Rokas <vrokas AT users.sourceforge.net>
5653 * src/pic16/gen.c (genFunction, genEndFunction): some
5654 beautifications, fixed bug with falsely restoring FSR2 in large
5655 stack model, thanks to Beau E. Cox for reporting the bug
5657 2006-05-26 Maarten Brock <sourceforge.brock AT dse.nl>
5659 * debugger/mcs51/break.c,
5660 * debugger/mcs51/cmd.c (throughout): removed unused variables and labels,
5661 use %p to print pointers, made address variables unsigned
5662 * debugger/mcs51/cmd.c (infoSymbols): added missing parameter to printf
5663 * debugger/mcs51/symtab.c (parseSymbol): must return something
5664 * src/mcs51/gen.c (aopForSym): small optimization,
5665 moved declarations mcs51_ptrRegReq and mcs51_nRegs to ralloc.h,
5666 (freeAsmop): added missing break,
5667 (aopPut): removed parameter bvolatile, determine it inside the function,
5668 (saveRegisters, unsaveRegisters): small optimization,
5669 (genIpush): removed pointless check,
5670 (throughout): replaced Safe_calloc, strcpy with Safe_strdup,
5671 replaced sprintf with SNPRINTF,
5672 replaced strcpy with strncpyz,
5673 updated aopPut calls,
5674 replaced D(emitcode("; genXXX", "")) with D(emitcode(";", "genXXX"))
5675 * src/mcs51/ralloc.h: added declarations mcs51_ptrRegReq and mcs51_nRegs
5677 2006-05-24 Borut Razem <borut.razem AT siol.net>
5679 * support/regression/tests/bug-221100.c: fixed xdata problem caused by
5680 modification of test for the pic16 port, put the array to the code
5681 memory for pic16port; thanks to Maarten Brock and Frieder Ferlemann
5683 2006-05-23 Jesus Calvino-Fraga <jesusc at ece.ubc.ca>
5685 * src/pic/gen.c: MSC 6 does not have <stdint.h>. Use pstdint.h instead.
5686 * support/Util/pstdint.h: added
5688 2006-05-22 Borut Razem <borut.razem AT siol.net>
5690 * src/regression/Makefile: removed bool2.c test, added -q linker option
5691 * src/regression/add2.c, src/regression/add3.c, src/regression/bool1.c,
5692 src/regression/bool3.c, src/regression/nestfor.c, src/regression/ptrfunc.c,
5693 src/regression/compare.c, src/regression/or1.c, src/regression/compare2.c,
5694 src/regression/while.c, src/regression/compare3.c, src/regression/compare4.c,
5695 src/regression/compare5.c, src/regression/sub2.c, src/regression/rotate1.c,
5696 src/regression/rotate2.c, src/regression/rotate3.c, src/regression/rotate4.c,
5697 src/regression/switch1.c, src/regression/rotate5.c, src/regression/for.c,
5698 src/regression/add.c, src/regression/sub.c, src/regression/call1.c:
5699 define SUPPORT_BIT_TYPES 0, removed unused bit variables
5701 2006-05-22 Raphael Neider <rneider AT web.de>
5703 * src/pic16/gen.c (pic16_storeForReturn): fragile fix for
5704 bug #1492360 (problematic due to generic pointers, see code)
5706 2006-05-22 Borut Razem <borut.razem AT siol.net>
5708 * support/regression/ports/pic16/specs.mk: removed stack size linker
5710 * support/regression/tests/array.c,
5711 support/regression/tests/bitopcse.c,
5712 support/regression/tests/bug-908454.c,
5713 support/regression/tests/malloc.c: modified for pic16 regression test
5714 * support/regression/tests/bitfields.c:
5715 pic16 - excluded bitfileds of size > 8
5716 * support/regression/tests/bp.c: pic16 - reduced data size
5717 * support/regression/tests/bug-221100.c: pic16 - reduced data size
5718 * support/regression/tests/bug-460010.c:
5719 pic16 - used the absolute address the fits in memory
5720 * support/regression/tests/bug-716242.c:
5721 bug [ 1443651 ] pic 16: redefining symbol that cannot be redefined.
5722 * support/regression/tests/float.c:
5723 pic16 - excluded - data size too big
5724 * support/regression/tests/onebyte.c:
5725 pic16 - bug [ 1444425 ] onebyte.c regression tes fails on pic16
5726 * support/regression/tests/shifts.c:
5727 pic16 - function names probably have to differ in first X characters
5729 * support/regression/tests/staticinit.c:
5730 pic16 - excluded some tests due error: no target memory available for
5733 2006-05-22 Borut Razem <borut.razem AT siol.net>
5735 * support/Util/dbuf.c: fixed bug #1489008 fix dbuf_c_str(),
5736 second try. Thanks Stas Sergeev once more.
5738 2006-05-21 Maarten Brock <sourceforge.brock AT dse.nl>
5740 * src/hc08/gen.c (transferAopAop): aop forced to stack was not restored,
5741 (genLeftShift, genRightShift): fixed bug 1491627
5742 * src/hc08/peeph.def (rules 7, 8.x): added
5743 * support/regression/tests/shifts.c (ShiftLeftByParam,
5744 ShiftRightByParam, testShiftByParam): added to test variable shifting
5746 2006-05-20 Raphael Neider <rneider AT web.de>
5748 * src/pic/gen.c (bitpatternFromVal): fixed for 64-bit machines
5749 * src/pic16/ralloc.c (newReg): use correct name in hashtable,
5750 (allocReg): add only new registers to dynAllocRegs,
5751 (pic16_assignRegisters): do not reset dynrIdx, fixes bugs
5752 #1489055, #1445850, and probably #1483693
5754 2006-05-19 Vangelis Rokas <vrokas AT users.sourceforge.net>
5756 * src/pic16/glue.c (pic16_emitConfigRegs, pic16_emitIDRegs): fixed
5757 bug in for-loop that didn't emit the last of CONFIG and ID registers
5759 2006-05-18 Maarten Brock <sourceforge.brock AT dse.nl>
5761 * src/mcs51/gen.c (genCodePointerGet): inc dptr instead of loading acc
5763 * src/mcs51/peeph.def (186.x): updated and reenabled to fix bugs
5764 1489016, 1434401 and 1490124
5765 * src/ds390/peeph.def (186.x, 227.x): updated and reenabled to fix bugs
5766 1489016, 1434401 and 1490124
5768 2006-05-17 Borut Razem <borut.razem AT siol.net>
5770 * support/Util/dbuf.c: fixed bug #1489008 fix dbuf_c_str(),
5773 2006-05-15 Maarten Brock <sourceforge.brock AT dse.nl>
5775 * device/include/mcs51/P89c51RD2.h,
5776 * device/include/mcs51/P89LPC901.h,
5777 * device/include/mcs51/P89LPC922.h,
5778 * device/include/mcs51/P89LPC932.h: added, thanks Omar Espinosa
5780 2006-05-14 Vangelis Rokas <vrokas AT users.sourceforge.net>
5782 * device/lib/pic16/libsdcc/stack/{stack.S, Makefile.in}: add workaround
5783 to fix missing stack pragma in compiled binary object file,
5785 2006-05-14 Bernhard Held <bernhard AT bernhardheld.de>
5787 * support/packihx/configure.in,
5788 * support/packihx/configure: removed warning, autoconf >= 2.5x can
5789 determine sizeof basic types even while cross compiling
5791 2006-05-13 Bernhard Held <bernhard AT bernhardheld.de>
5793 * src/avr/gen.c (aopop),
5794 * src/ds390/gen.c (aopOp),
5795 * src/hc08/gen.c (aopOp),
5796 * src/mcs51/gen.c (aopop),
5797 * src/pic16/gen.c (pic16_aopOp),
5798 * src/pic/gen.c (aopOp),
5799 * src/z80/gen.c (aopop): fix for bug #1479882; use new, exclusive asmop
5800 if size of operand is smaller than spill location
5802 2006-05-12 Borut Razem <borut.razem AT siol.net>
5804 * *.dsw, *.dsp: changed property svn:eol-style to CRLF since they
5805 have to have CR/LF line endings even if they are checked out on *nix
5806 or on WIN32 in cygwin binmode
5808 2006-05-12 Maarten Brock <sourceforge.brock AT dse.nl>
5810 * doc/sdccman.lyx: documented numeric ranges, WEBDOC #1442369
5811 * device/include/ds80c390.h: added sfr16 definitions
5815 * src/ds390/ralloc.c,
5816 * src/ds390/ralloc.h: changes all over the place to sync with mcs51
5817 fixing several bugs and adding sfr16/sfr32, reentrant bit params,
5818 bit returning functions
5819 * support/regression/tests/sfr16.c: enabled test on ds390
5821 2006-05-11 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5823 * src/hc08/gen.c (asmopToBool, genIfx): fix for bug #1429722
5824 * src/hc08/gen.c (storeRegToAop): fix for bug #1439894
5826 2006-05-11 Maarten Brock <sourceforge.brock AT dse.nl>
5828 * sim/ucsim/sim.src/memcl.h: added get_decoder() to cl_address_space
5829 * sim/ucsim/sim.src/mem.cc: implemented cl_address_space::get_decoder,
5830 (cl_address_space constructor): removed expensive initialization,
5831 (cl_address_space::get_cell): extended for late initialization,
5832 (cl_address_space::*): use late initialization,
5833 (cl_address_decoder::activate): removed expensive initialization,
5834 This reduced regression test running time by 25%
5836 2006-05-11 Bernhard Held <bernhard AT bernhardheld.de>
5844 * support/packihx/Makefile.in,
5845 * support/packihx/clean.mk,
5846 * support/packihx/Makefile.bcc,
5847 * support/packihx/PackIhx.dsp: moved packihx to support/packihx
5849 2006-05-11 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5851 * src/SDCCval.c (valNot): fix for regression test failure
5852 of not.c on big endian hosts
5854 2006-05-10 Maarten Brock <sourceforge.brock AT dse.nl>
5856 * device/inlcude/mcs51/msc1210.h: new, added, thanks Philippe Latu
5858 2006-05-10 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5860 * device/lib/mcs51/Makefile.in: changed string comparison operator
5861 to = for POSIX compliance; == is bash extension
5863 2006-05-10 Maarten Brock <sourceforge.brock AT dse.nl>
5865 * device/lib/hc08/_mulint.c: applied patch 1485428, thanks
5868 2006-05-09 Vangelis Rokas <vrokas AT users.sourceforge.net>
5870 * src/pic16/gen.c (pic16_freeAsmop): release any temp registers
5871 allocated by aopForSym thus fixing bug #1478657 about failed testfwk.c
5872 * src/pic16/main.c (_pic16_keywords): added 'sfr16' keyword,
5873 * src/pic16/ralloc.c (pic16_allocWithIdx): also a fix for bug exposed by
5874 bug report #1478657,
5876 2006-05-05 Borut Razem <borut.razem AT siol.net>
5878 * doc/Makefile.in: remove of WARNINGS and labels.pl immediately after
5881 2006-05-02 Borut Razem <borut.razem AT siol.net>
5883 * doc/Makefile.in: removed *.ind dependency since there is no rule to
5884 create *.ind, which made make to fail if invoked with -j 2
5886 2006-05-01 Maarten Brock <sourceforge.brock AT dse.nl>
5888 * src/SDCCglue.c (emitRegularMap): partial fix for bug 1477149, thanks
5889 Hubert Sack for patch 1479782
5891 2006-05-01 Vangelis Rokas <vrokas AT users.sourceforge.net>
5893 * src/pic16/glue.c (pic16_printIvalStruct): fixed bug #1445929
5895 2006-05-01 Raphael Neider <rneider AT web.de>
5897 * src/pic/device.c (sanitise_processor_name): only remove p(ic) prefix,
5898 (create_pic): store only prefix-free device name,
5899 (init_pic): check for device names with "16" prefix,
5901 * src/pic/device.h (struct PIC_device),
5902 * src/pic/main.c (_pic14_genAssemblerPreamble): adapted to single
5904 * device/include/pic/pic12f{635,675,629,683}.h,
5905 * device/lib/pic/libdev/pic12f{635,675,629,683}.c: NEW device libraries
5906 * device/lib/pic/libdev/Makefile.in: allow pic12* devices,
5907 * device/include/pic/pic16f505.h,
5908 * device/lib/pic/libdev/pic16f505.c: removed
5909 * device/include/pic/pic14devices.txt: added support for pic12f
5910 devices, removed unsupported non 16-bit devices
5911 [above changes provided by patch from Zik Saleeba]
5912 * src/pic/*, src/pic16/*, device/include/pic16/*,
5913 device/lib/pic/**, device/lib/pic16/**: obfuscated email address
5915 2006-05-01 Borut Razem <borut.razem AT siol.net>
5917 * configure.in, configure, doc/Makefile.in:
5918 sync with nightly build makefile - latex, dvipdf and dvips
5921 2006-04-30 Bernhard Held <bernhard AT bernhardheld.de>
5923 * support/scripts/sdcc.nsi: removed all Readmes and Makefiles
5924 in the library source
5926 2006-04-30 Maarten Brock <sourceforge.brock AT dse.nl>
5928 * support/regression/ports/hc08/spec.mk: fixed bug 1478892
5930 2006-04-28 Raphael Neider <rneider AT web.de>
5932 * src/pic16/pcode.c (pic16_newpCodeOpLit12),
5933 * src/pic16/gen.c (pic16_popGetLit12): NEW, create 12 bit literal,
5934 (pic16_loadFSR0): handle 12 bit literals correctly, fixes #1440527
5935 * src/pic16/pcode.h: added prototype for pic16_newpCodeOpLit12()
5937 2006-04-28 Bernhard Held <bernhard AT bernhardheld.de>
5939 * device/lib/pic/libdev/Makefile.in,
5940 * device/lib/hc08/Makefile.in,
5941 * device/lib/gbz80/Makefile.in,
5942 * device/lib/z80/Makefile.in,
5943 * device/lib/ds390/Makefile.in,
5944 * device/lib/ds400/Makefile.in: added srcdir to include search path,
5945 thanks to Borut for the bug report
5947 * configure: always create doc/Makefile independent from --enable-doc
5948 * Makefile.in: always install from directory doc independent from
5950 * device/lib/pic/Makefile.in: added libdev again, it was erroneously
5952 * device/lib/pic/libdev/Makefile.in: fixed VPATH build
5953 * doc/Makefile.in: install *.txt if present
5954 * device/include/Makefile.in (install): added installation of pic/*.inc
5955 and pic/*.txt files again, they were erroneously removed
5957 2006-04-28 Raphael Neider <rneider AT web.de>
5959 * src/pic/{gen.c,main.h,pcode.c},
5960 * src/pic16/{gen.c,pcode.c}: quietened compiler warnings
5961 concerning signedness with casts
5963 2006-04-28 Raphael Neider <rneider AT web.de>
5965 * src/pic/gen.c (genFunction): set global pic14_hasInterrupt on
5966 definition of an interrupt handler,
5967 * src/pic/glue.c (pic14_emitInterruptHandler): moved output of
5968 interrupt handler stuff from picglue() to separate routine,
5969 (picglue): enabled definition of intr handlers in files w/o main()
5971 2006-04-26 Maarten Brock <sourceforge.brock AT dse.nl>
5973 * support/librarian/sdcclib.c: moved include <limits.h> up to enable
5974 compilation with MSVC 2005 Express Edition (VC8)
5976 2006-04-26 Bernhard Held <bernhard AT bernhardheld.de>
5978 * device/lib/Makefile: fixed build of gbz80 lib
5980 2006-04-26 Maarten Brock <sourceforge.brock AT dse.nl>
5982 * support/regression/tests/bug-460010.c,
5983 * support/regression/tests/bug-524691.c,
5984 * support/regression/tests/bug-716242.c: removed conditional defines
5985 that are already in testfwk.h
5987 2006-04-25 Maarten Brock <sourceforge.brock AT dse.nl>
5989 * src/ds390/gen.c (AccAXRrl1, AccAXLrl1): changed to real rotate by 1,
5990 (AccAXRsh1): added, shift right by 1,
5991 (AccAXLsh, AccAXRsh, AccAXRshS): updated for AccAXRrl1, AccAXRsh1 and
5993 * support/regression/tests/rotate.c: use <stdint.h> and enabled ds390
5995 2006-04-25 Bernhard Held <bernhard AT bernhardheld.de>
5997 * src/SDCCast.c (decorateType): partial fix for RFE 1475769,
5998 remove cast to same type
5999 * src/SDCCast.c (decorateType): fix for RFE 1475742,
6000 optimize 'ifx (op == 0)' resp. 'ifx (op != 0)'
6002 * link/z80/Makefile: removed, they have moved to
6005 * configure.in: replaced duplicate message about ucsim by missing sdcpp
6006 * install-sh: fix bug #1204398 by setting umask 0022
6007 * device/lib/Makefile: separate build of z80 and gbz80 lib
6009 2006-04-24 Bernhard Held <bernhard AT bernhardheld.de>
6011 Enabled VPATH feature: changed nearly all Makefiles (149 files).
6012 See sdccman.lyx '2.4.10 VPATH feature' about how to use it.
6014 One basic decision: e.g. src/clean.mk includes further files. In order
6015 to make this work there are two solutions:
6016 - rename another dozen clean.mk to clean_in.mk, add srcdir to them and
6017 run configure on them. This way they can use
6018 'include $(srcdir)/port-clean.mk'
6019 - always include clean.mk by the Makefile at the same level. To avoid
6020 that `make clean` tries to include and build Makefile.dep the
6021 MAKECMDGOALS are examined (see e.g. src/Makefile.in). This has been
6022 implemented, because now even `make uninstall` doesn't create
6023 Makefile.in. clean.mk could be eliminated by pasting it in
6026 * debugger/mcs51/Makefile.in: build own objects from library sources
6027 (SLIB, SDCC) in current directory
6029 * configure, configure.in: renamed --disable-device-lib-build in
6030 --disable-device-lib; added --enable-doc, the required tools are
6031 searched by configure; added result message; the toolchain for the
6032 belonging ports are now only built, if the port is enabled.
6034 * support/regression/*: all output is written in directory gen, because
6035 the fwk and ports directories don't livet in the build tree using vpath
6037 * doc/sdccman.lyx: renamed --disable-device-lib-build to
6038 --disable-device-lib, added --enable-doc, added section VPATH
6040 * sim/ucsim/configure.in,
6041 * sim/ucsim/configure.in: hc08 couldn't be disabled, now hc08 and
6042 z80 are enabled by default
6044 2006-04-24 Raphael Neider <rneider AT web.de>
6046 * src/pic/device.c (pic14_assignConfigWordValue): remember assignments
6047 to config word, "pic14_"-prefixed some extern functions
6048 (pic14_emitConfigWord): emit __config directive(s) if assignment to
6049 config word has been found
6050 * src/pic/device.h: added prototypes
6051 * src/pic/pcode.c: added "pic14_"-prefix where needed
6052 * src/pic/ralloc.c (IS_CONFIG_ADDRESS,pic14_assignRegisters): cosmetic
6054 * src/pic/glue.c (pic14_constructAbsMap): handle assignments to config
6056 (pic14emitRegularMap): ignore config words,
6057 (pic14createInterruptVect): moved generating __config directives away
6058 (picglue): have __config directives emitted
6060 2006-04-24 Borut Razem <borut.razem AT siol.net>
6062 * doc/Makefile: sync with nightly build makefile
6064 2006-04-24 Raphael Neider <rneider AT web.de>
6066 * src/pic/pcoderegs.c (OptimizeRegUsage): do not optimize
6067 registers that have not been assigned proper liveranges,
6068 fixes #1469504 and #1474602,
6069 (pCodeRegOptimizeRegUsage): fixed typo in comment
6071 2006-04-24 Borut Razem <borut.razem AT siol.net>
6073 * device/examples/main8051.c: deleted - it was removed from CVS
6074 24.mar.2000 and after that modified 18.feb.2001, so it reappered
6075 after the transition to Subversion
6076 * src/SDCCalloc.h: deleted - it was removed from CVS
6077 3.feb.2001 and after that modified 18.feb.2001, so it reappered
6078 after the transition to Subversion
6079 * sim/ucsim/cpu.gif, sim/ucsim/interrupt.gif, sim/ucsim/new.gif,
6080 sim/ucsim/serial1.gif, sim/ucsim/serial2.gif,
6081 sim/ucsim/term_cpuopt.gif, sim/ucsim/timers.gif, sim/ucsim/wins.gif,
6082 sim/ucsim/post.jpg, sim/ucsim/UCsim.jpg: corrected
6084 2006-04-22 Maarten Brock <sourceforge.brock AT dse.nl>
6086 * as/asx8051.dsp: added mcs51/strcmpi.h
6087 * as/hc08/as_hc08.dsp: added asm.h, m6808.h, strcmpi.h
6088 * as/hc08/aslink.h: updated lnksect prototype
6090 * as/mcs51/asm.h: added a_addr to struct area and s_org to struct sym
6092 * as/mcs51/asmain.c (asmbl): init dot.s_org for S_ORG,
6093 (newdot): handle A_ABS
6095 * as/mcs51/asout.c (outarea): output address
6096 * as/hc08/lkaomf51.c,
6097 * as/mcs51/lkaomf51.c: disabled unused array UsageType
6099 * as/mcs51/i51pst.c,
6100 * as/z80/z80pst.c: "ABS" is not A_OVR
6101 * as/hc08/lkarea.c (newarea): read a_addr,
6102 (lnkarea): added codemap array, sort absolute areas to the front,
6103 combine all GSINITx/GSFINAL,
6104 (find_empty_space, allocate_space): new functions,
6105 (lnksect): return next address, handle absolute sections
6106 * as/mcs51/lkarea.c (newarea): read a_addr,
6107 lnksect2 prototype changed,
6108 (lnkarea2): define codemap unsigned, combine all GSINITx/GSFINAL,
6109 (find_empty_space, allocate_space): new, factored out of lnksect2,
6110 (lnksect2): return next address, handle absolute sections
6112 * as/mcs51/lkhead.c (newhead): head is absolute but not overlay
6113 * as/hc08/lklibr.c (addfile, fndsym),
6114 * as/mcs51/lklibr.c (addfile, buildlibraryindex, fndsym): prevent
6115 index out of range and detect both '\' and '/'
6116 * device/include/mcs51/c8051f200.h: added _XPAGE, removed bad comment
6117 * device/include/stdbool.h: removed SDCC_ds390 from check to pass
6118 regression tests (ds390 cannot return bool yet)
6119 * doc/sdccman.lyx: changed version number, document changed --no-peep,
6120 document critical interrupts on z80, document changed SDCC define
6121 * src/asm.c (_asxxxx_mapping): fixed .org directive,
6122 (_a390_mapping): added .org directive
6123 * src/hc08/gen.c (transferAopAop): made bytemask log to fix warning,
6124 (genMultOneByte): fixed warnings
6125 * src/hc08/hc08.dsp: lowered warning level to 2 to suppress pedantic
6127 * src/pic16/device.c: removed newReg prototype, removed BYTE_IN_LONG
6128 * src/pic16/gen.c (pic16_popGetLabel): made parameter key signed,
6129 (pic16_genLeftShiftLiteral, genRightShiftLiteral): fixed warnings
6130 * src/pic16/gen.h: changed prototype for pic16_popGetLabel
6131 * src/pic16/main.c: removed newReg prototype
6132 * src/pic16/pcode.c,
6133 * src/pic16/pcode.h (pic16_emitDB): changed parameter c to int to fix
6135 * src/pic16/pic16.dsp: lowered warning level to 2 to suppress pedantic
6137 * src/pic16/ralloc.c
6138 * src/pic16/ralloc.h (newReg): changed type to int and size to unsigned
6140 * src/pic/pcode.c (allocInternalRegister): changed parameter optype
6141 from short to PIC_OPTYPE
6142 * src/pic/pic.dsp: lowered warning level to 2 to suppress pedantic ones
6143 * src/pic/ralloc.c (newReg, allocInternalRegister): changed parameter
6144 optype from short to PIC_OPTYPE
6145 * src/port.h: made int_size unsigned to fix warnings
6146 * src/SDCC.y: fixed warning on MSVC
6147 * src/SDCCicode.c (getArraySizePtr): return unsigned int
6148 * src/SDCCopt.c (convertToFcall): fixed warnings
6149 * src/SDCCsymt.h: removed double prototype for genSymName
6150 * src/xa51/ralloc.c (allocReg): made size unsigned int, type int and
6151 offset int to fix warnings
6153 2006-04-22 Borut Razem <borut.razem AT siol.net>
6155 * doc/sdccman.lyx, */Makefile, */Makefile.in:
6156 references to CVS replaced with Subversion
6158 2006-04-21 Borut Razem <borut.razem AT siol.net>
6160 * doc/sdccman.lyx, */Makefile, */Makefile.in:
6161 references to CVS replaced with Subversion
6163 2006-04-19 Borut Razem <borut.razem AT siol.net>
6165 * src/version.awk: adapted for svn
6166 * /asxxxx/asxhtml/*.gif: set property svn:mime-type to image/gif
6167 sim/ucsim/doc/*.gif: set property svn:mime-type to image/gif
6168 sim/ucsim/doc/*.jpg: set property svn:mime-type to image/jpeg
6169 /binutils-avr/etc/*.vi, *.jin: removed all properties
6170 support/scripts/sdcc.ico: set property svn:mime-type to image/x-icon
6172 2006-04-19 Borut Razem <borut.razem AT siol.net>
6174 * CVS to Subversion migration completed
6176 2006-04-18 Borut Razem <borut.razem AT siol.net>
6178 * support/scripts/sdcc.nsi: removed unexisting ${DEV_ROOT}/lib/pic/*.o,
6179 ${DEV_ROOT}/lib/src/pic/libdev/*.S, ${DEV_ROOT}/lib/src/pic/libdev/*.inc
6181 2006-04-17 Borut Razem <borut.razem AT siol.net>
6183 * device/include/Makefile.in: added pic/*.inc to the installation
6185 2006-04-15 Bernhard Held <bernhard AT bernhardheld.de>
6187 * support/regression/collate-results.py: fixed output in case of
6189 * support/regression/generate-cases.py: fixed splitting of pathnames
6191 * as/hc08/lklibr.c (addfile),
6192 * as/mcs51/lklibr.c (addfile): fixed off-by-one bug
6194 2006-04-11 Raphael Neider <rneider AT web.de>
6196 * src/pic16/gen.c (getFreePtr, pic16_popRegFromString),
6197 * src/pic16/ralloc.c (pic16_allocregWithName): removed debug output
6198 * src/pic16/pcode.c (assignValnums): fixed #1460578
6200 2006-04-11 Raphael Neider <rneider AT web.de>
6202 * device/lib/pic/libdev/*.c,
6203 * device/include/pic/*.h: replaced sfr and data with __sfr and __data,
6204 fixes #1468739, enables compilation in --std-c99 mode
6205 * support/scripts/inc2h.pl: emit __sfr/__data instead of sfr/data
6207 2006-04-11 Raphael Neider <rneider AT web.de>
6209 * src/pic/device.c (find_device): removed debug output
6210 (list_valid_pics): enabled verbose listing of supported devices
6211 * device/include/stdbool.h: define bool as char for pic14/16 as well
6213 2006-04-07 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
6215 * src/SDCC.y: allow using brackets here: "__interrupt (1) __using (1)"
6217 2006-04-07 Maarten Brock <sourceforge.brock AT dse.nl>
6219 * .version: bumped version to 2.5.6
6220 * src/pic/ralloc.c (newReg): MSVC doesn't support __builtin_return_address
6222 2006-04-06 Raphael Neider <rneider AT web.de>
6224 * .version: bumped version to 2.5.6 (pic14 ABI changed)
6225 * src/SDCCmain.c: add -DSDCC_PROCESSOR=<id> for pic14 port
6226 * src/pic/glue.c (emitSymbolToFile,pic14_constructAbsMap,
6227 pic14emitRegularMap,pic14emitMaps): moved output for absolute symbols to
6228 pic14_constructAbsMap
6229 (pic14printPublics): declare absolute global symbols as global
6230 (pic14createInterruptVect),
6231 * src/pic/ralloc.c (IS_CONFIG_ADDRESS): support second config word,
6232 (newReg): assume new registers unused, use correct name in
6233 hashtable (reg->name instead of name), more debugLog output
6234 * src/pic/device.h (PIC_device): added fields for verbose output
6235 * src/pic/device.c: moved device definition to pic14devices.txt,
6236 added routines for runtime parsing of pic14devices.txt,
6237 added support for second config word
6238 * src/pic/main.c (_process_pragma): removed #pragma maxram,
6239 (_pic14_keywords): no longer accept "bit" and "sbit" keywords
6240 (_pic14_initPaths): add search paths with "pic" suffix (not "pic14")
6241 (_pic14_parseOptions): moved pCodeInitRegisters here
6242 (_pic14_do_link): add "pic$(ARCH).lib" to linker arguments
6243 * src/pic/pcode.c (AnalyzeBanking): bail out on unset processor,
6244 (pCodeInitRegisters): rewrapped comments, perpared new approach to
6245 handling the pseudo stack
6246 * device/lib/Makefile.in: ignore failures in objects-pic16,
6247 * device/lib/pic/{configure,configure.in,Makefile}: added libdev/
6248 * device/lib/pic/NEWS: document new dependency on picXXX.lib
6249 * device/lib/pic/Makefile.subdir,
6250 * device/lib/pic16/Makefile.subdir: improved clean rules
6251 * device/lib/pic/libdev/: NEW, pic14 device libraries
6252 * device/lib/pic/libsdcc/_gptr{get,put}{1,2,3,4}.S: use _X not X
6253 * device/lib/pic/libsdcc/macros.inc: use _X not X, declare default SFRs
6254 * device/include/Makefile.in: create subdir and install pic14 headers
6255 * device/include/pic/p16f_common.inc: removed unused declarations
6256 * device/include/pic/pic16*.h: added header files for 100+ 14 bit
6257 PICs from inc2h.pl v1.6,
6258 replaced BIT_AT macros with struct declarations
6259 * device/include/pic/pic14devices.txt: definition of supported devices,
6260 all above improvements contributed by Zik Saleeba, thanks
6261 * support/scripts/inc2h.pl: removed BIT_AT, replaced with structs
6262 * support/scripts/sdcc.nsi: also install pic14 device libraries and
6265 2006-04-06 Maarten Brock <sourceforge.brock AT dse.nl>
6267 * device/include/mcs51/c8051f410.h: added interrupt numbers,
6268 * device/include/mcs51/c8051f200.h: old SiLabs mcu completes the list,
6269 thanks to Charles Olds
6271 2006-04-06 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
6273 * debugger/mcs51/cmd.c (infoRegisters): show return address on stack
6275 2006-04-06 Maarten Brock <sourceforge.brock AT dse.nl>
6277 * src/SDCCpeeph.c (labelIsReturnOnly): fixed bug 1464657
6278 * src/mcs51/gen.c (genJumpTab): fixed bug in medium model
6279 * support/regression/bug1464657.c: added, new test
6281 2006-04-05 Maarten Brock <sourceforge.brock AT dse.nl>
6283 * src/SDCCmain.c (preProcess): implemented RFE 1449908, define SDCC as the
6286 2006-04-05 Maarten Brock <sourceforge.brock AT dse.nl>
6288 * src/SDCCpeeph.c (initPeepHole): implemented RFE 1460196, when both
6289 --no-peep and --peep-file <file> are used don't use default rules but
6292 2006-04-05 Maarten Brock <sourceforge.brock AT dse.nl>
6294 * src/mcs51/gen.c (genCall): fixed bug 1457608
6296 2006-03-30 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
6298 * doc/sdccman.lyx: reverted to version 1.129 of december as my latest
6299 changes seem to cause (trigger?) problems with the build system.
6301 2006-03-29 Maarten Brock <sourceforge.brock AT dse.nl>
6303 * src/SDCCpeeph.c (operandsLiteral): new, added,
6304 (callFuncByName): inserted operandsLiteral
6305 * src/mcs51/peeph.def: reenabled 132.e, added extra check to 132.x
6307 2006-03-28 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
6309 * doc/sdccman.lyx: added paragraph "Use of SDCC in Education"
6310 * src/mcs51/peeph.def: disabled rule 132.e fixing bug #1453093
6312 2006-03-24 Maarten Brock <sourceforge.brock AT dse.nl>
6314 * src/z80/gen.c (genFunction, genEndFunction): fixed bug 1160666,
6315 implemented patch 1120823 Thanks to Willy De la Court (normal
6316 interrupts need an interrupt number now if they are made critical),
6317 and enabled nesting of critical functions though not for gbz80
6318 (genCritical, genEndCritical): added functions
6319 (genZ80Code): added cases for CRITICAL and ENDCRITICAL
6320 * src/z80/mappings.i: added "ei" to all mappings
6322 2006-03-20 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
6324 * sim/ucsim/cmd.src/newcmdcl.h: applied patch fixing GCC 4.1 build
6325 submitted by the Debian SDCC maintainer Aurelien Jarno:
6326 "Credits goes to Martin Michlmayr, who rebuilt the whole Debian
6327 archive with gcc 4.1 on mips and wrote the patch"
6329 2006-03-16 Raphael Neider <rneider AT web.de>
6331 * src/pic16/genarith.c (genAddLit): simplified and fixed case where
6332 the left operand is shorter than the result (c* = lit-c* + int),
6334 * src/pic16/gen.c (genRightShift): check IS_SYMOP before accessing
6337 2006-03-14 Vangelis Rokas <vrokas AT users.sourceforge.net>
6339 * src/.version: increased version number to 2.5.5
6340 * src/SDCCmain.c (linkEdit): do not test for PIC16 target since, PIC16
6341 linking is done manually in pic16 port's _linkEdit,
6342 * src/SDCCsymt.c (compStructSize): for target PIC16 and shell variable
6343 PIC16_PACKED_BITFIELDS, compact bitfield structures as much as possible,
6344 * src/pic16/gen.c (aopForSym): when direct register name is WREG then
6345 allocate asmop as AOP_ACC,
6346 (aopForRemat): added parameter 'bool result' in function declaration,
6347 (pic16_aopGet): return AOP_ACC when accessing WREG,
6348 (pic16_popGetTempReg): minor modification,
6349 (pic16_popRegFromIdx): first try with 'pic16_regWithIdx' then with
6350 'pic16_allocWithIdx',
6351 (genPcall): removed ftype, usage of OP_SYM_TYPE asserted error when
6352 calling function in absolute addresses,
6353 (genAssign): take into account AOP_ACC asmop,
6354 * src/pic16/pcode.c (pic16_newpCodeOpReg): minor modifications,
6355 * src/pic16/pcoderegs.c: some debug functions and lines added,
6356 * src/pic16/ralloc.c (decodeRegType): added but commented out,
6357 * (pic16_typeRegWithIdx): search 'pic16_dynInternalRegs' for given
6359 * (pic16_findFreeReg, pic16_findFreeRegNext): allocate new register via
6360 call to allocReg, not by manually allocating a new one,
6361 (pic16_assignRegisters): now before going through the register
6362 allocating functions mark all registers as free. This eliminates some
6363 side effects resulting from peephole parser done earlier in the backbone
6365 2006-03-13 Maarten Brock <sourceforge.brock AT dse.nl>
6367 * src/SDCCicode.c (geniCodeLogic),
6368 * src/SDCCast.c (decorateType): applied patch by Bernhard for rfe 1422617
6370 2006-03-10 Maarten Brock <sourceforge.brock AT dse.nl>
6372 * src/mcs51/gen.c (sameReg): new, checks if two aop regs are the same,
6373 (genSend): bugfix, do not allocate and free twice,
6374 (shiftRLong): handle partially overlapping aops
6375 * support/regression/tests/bitopcse.c: fixed warning redefined idata
6377 2006-03-08 Borut Razem <borut.razem AT siol.net>
6379 * support/regression/fwk/include/testfwk.h: added defines for xdata, idata
6382 2006-03-08 Maarten Brock <sourceforge.brock AT dse.nl>
6384 * support/regression/tests/bug1409955.c: new, added
6385 * src/mcs51/gen.h: changed asmop.freed:1 to asmop.allocated for tracking
6386 * src/mcs51/gen.c (newAsmop): set asmop.allocated to 1,
6387 (aopForSym, aopOp): increment asmop.allocated if reused,
6388 (freeAsmop): decrement asmop.allocated and check for zero instead of
6390 (freeForBranchAsmop): use asmop.allocated instead of asmop.freed,
6391 (genNot, genCpl, genUminus, genMinus, genMult, genDiv, genMod, genCmpGt,
6392 genCmpLt, genAndOp, genOrOp, genAnd, genOr, genXor, genRRC, genRLC,
6393 genGetHbit, genGetAbit, genGetByte, genGetWord, genSwap,
6394 genLeftShiftLiteral, genLeftShift, genRightShiftLiteral,
6395 genSignedRightShift, genRightShift, genDataPointerGet,
6396 genPagedPointerGet, genFarPointerGet, genCodePointerGet,
6397 genGenPointerGet, genDataPointerSet, genAssign, genCast): free asmop's
6398 in reverse order from allocation,
6399 (genPlus, genCmpEq): free asmop's in reverse order from allocation and
6400 added swappedLR to keep track
6401 * support/regression/fwk/include/testfwk.h: added defines for xdata, idata,
6402 pdata & code for GCC, z80, gbz80 & hc08
6403 * support/regression/tests/zeropad.c: moved defines to testfwk.h
6405 2006-03-08 Raphael Neider <rneider AT web.de>
6407 * src/pic16/main.c (_hasNativeMulFor): fixed bug #1444425
6409 2006-03-07 Maarten Brock <sourceforge.brock AT dse.nl>
6411 * device/include/mcs51/c8051f410.h: new SiLabs mcu
6412 * src/ds390/peeph.def: disabled 186.d and 227.a as fix for #1434401
6413 * support/regression/tests/array.c: added parenthesis, made arrays unsigned
6415 2006-03-06 Borut Razem <borut.razem AT siol.net>
6417 * support/regression/ports/pic16/spec.mk: link with libm18f.lib,
6418 made the linker quiet
6420 2006-03-06 Vangelis Rokas <vrokas AT users.sourceforge.net>
6422 * src/pic16/gen.c (genPcall): fixed bug #1443644
6423 * src/pic16/device.h (struct pic16_options_t): added 'int CATregs' flag
6424 which dumps before the function entry point a data byte which represents
6425 the number of the local variables used by the specified function, added
6426 'xinst' for initial support for Extended Instruction Support,
6427 * src/pic16/gen.c (aopForSym, pic16_aopGet): beautifications,
6428 (pic16_testStackOverflow): do not prefix GSTACK_TEST_NAME with
6429 port->fun_prefix anymore (may change later),
6430 (genFunction, genEndFunction): do not store/restore local registers for
6431 _main (this should take care the --main-return command line option in
6433 (genOr): removed some legacy pic-port instructions,
6434 * src/pic16/genarith.c (genAddLit): re-enabled old code because
6435 performing operations with SFR's causes data to be written more than
6436 once to each SFR. Perhaps SFRs should be handled in special cases...
6437 * src/pic16/glue.c: macros BIG_ENDIAN and BYTE_IN_LONG are moved to
6439 * src/pic16/main.c (_process_pragma): stack bound checking did not take
6440 into account for stack starting position,
6441 (struct OPTIONS pic16_optionsTable): added command line argument
6442 --extended or -y for Extended Instruction Support,
6443 * src/pic16/ralloc.c (pic16_decodeOp): added case for FUNCTION,
6444 (deassignLRs): *** perhaps the most important change, old 'for' code
6445 (commented out for reference), didn't account for some registers which
6446 were left marked 'not free' after a pointer operation. The change
6447 reduces register usage a lot in some cases
6449 2006-03-04 Borut Razem <borut.razem AT siol.net>
6451 * support/regression/ports/hc08/spec.mk: remove *.asm in traget
6453 * support/regression/tests/bug-524697.c: decreased array size for
6454 mcs51 to fit into the internal RAM
6455 * support/regression/Makefile.in: a little bit more verbose
6457 2006-03-03 Borut Razem <borut.razem AT siol.net>
6459 * support/regression/fwk/lib/testfwk.c,
6460 support/regression/fwk/include/testfwk.h: introduced function
6461 _prints(), nonrecursive _printn(), call _initEmu() from main()
6462 * support/regression/ports/gbz80/support.asm,
6463 support/regression/ports/ucz80/support.asm,
6464 support/regression/ports/z80/support.asm,
6465 support/regression/ports/ds390/support.c,
6466 support/regression/ports/hc08/support.c,
6467 support/regression/ports/host/support.c,
6468 support/regression/ports/mcs51/support.c,
6469 support/regression/ports/xa51/support.c: added empty _initEmu()
6471 * support/regression/ports/pic16/gpsim.cmd,
6472 support/regression/ports/pic16/spec.mk,
6473 support/regression/ports/pic16/support.c,
6474 support/regression/Makefile.in: added pic16 regression test
6476 2006-03-01 Raphael Neider <rneider AT web.de>
6478 * src/pic16/gen.c (genPcall,pic16_derefPtr,genGenPointerGet,
6479 genConstPointerGet): use safe way of generating MOVFF to cover
6480 literals as well as registers, fixes bug #1440527
6481 * src/pic16/glue.c (pic16_printIvalBitFields): prevent NULL pointer
6483 (pic16_printIvalUnion,pic16_isUnion): NEW, handle initialized unions
6484 more correctly, fixes bug #1232186
6485 (pic16_printIval): use pic16_printIvalUnion() for initialized unions
6486 * src/pic16/main.c (_pic16_linkEdit): reorder linker arguments to make
6487 gplink guess the correct processor in more cases, applied patch
6488 from Till Riedel attached to and fixing bug #1436552
6490 2006-02-20 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
6492 * support/regression/tests/array.c: added, contains check for #1434401
6493 * src/mcs51/peeph.def: disabled 186.d as temporary fix for #1434401
6495 2006-02-16 Maarten Brock <sourceforge.brock AT dse.nl>
6497 * device/include/mcs51/at89s8253.h: new, thanks to Krzysztof Polomka
6498 * device/include/mcs51/at89S8252.h: fixed, thanks to Krzysztof Polomka
6499 * device/include/mcs51/c8051f326.h,
6500 * device/include/mcs51/c8051f340.h: new SiLabs mcu's
6501 * device/include/mcs51/c8051f000.h,
6502 * device/include/mcs51/c8051f018.h,
6503 * device/include/mcs51/c8051f020.h: used () with __at, renamed IDLE,STOP to
6504 PCON_IDLE,PCON_STOP and added sfr16 definitions
6506 2006-02-14 Maarten Brock <sourceforge.brock AT dse.nl>
6508 * src/mcs51/gen.c (genPlus, genMinus, genMult, genGetAbit, genGetByte,
6509 genGetWord): fixed bug 1409955
6511 2006-02-14 Maarten Brock <sourceforge.brock AT dse.nl>
6513 * device/include/hc08/mc68hc908gp32.h,
6514 * device/include/hc08/mc68hc908jb8.h: removed AWUL, added PTA6 & PTA7
6516 2006-02-13 Maarten Brock <sourceforge.brock AT dse.nl>
6518 * src/SDCCast.c (constExprValue): return NULL if not a value
6519 * src/SDCCglue.c (printIvalArray): fixed bug 1225568
6520 * src/hc08/gen.c(genUnpackBits, genUnpackBitsImmed): fixed bug 1019480
6521 * support/regression/tests/bitfields.c: enabled signed bitfield for all
6523 2006-02-13 Borut Razem <borut.razem AT siol.net>
6525 * src/regression/ptrarg.c: added, fails due to bug #1430967
6526 * src/regression/Makefile: ptrarg.c added, ...
6528 2006-02-12 Maarten Brock <sourceforge.brock AT dse.nl>
6530 * src/z80/gen.c (genUnpackBits): fixed bug 1019480
6531 * support/regression/tests/bitfields.c: enabled signed bitfield for z80
6533 2006-02-11 Borut Razem <borut.razem AT siol.net>
6535 * src/SDCCmain.c: Added "sdcc: Calling linker..." if --verbose,
6536 print "Processor: xxx" message to stdout only if --verbose
6538 2006-02-11 Maarten Brock <sourceforge.brock AT dse.nl>
6540 * src/SDCCglue.c (printIvalStruct): fixed bug 1426356 union initializer
6541 * support/regression/tests/bug1426356.c: added
6542 * support/regression/tests/bitfields.c: removed 2 tests
6544 2006-02-10 Maarten Brock <sourceforge.brock AT dse.nl>
6546 * device/include/mcs51/at89c51snd1c.h: updated comments, see patch 1428901
6547 * device/include/mcs51/c8051f330.h,
6548 * device/include/mcs51/c8051f350.h: used () with __at, renamed IDLE,STOP to
6549 PCON_IDLE,PCON_STOP and added sfr16 definitions
6550 * device/lib/_divsint.c,
6551 * device/lib/_divuint.c,
6552 * device/lib/_divulong.c,
6553 * device/lib/_divulong.c: renamed a,b to x,y to avoid confusion, fixed
6554 register bank bug for small stackauto
6556 2006-02-09 Maarten Brock <sourceforge.brock AT dse.nl>
6558 * support/regression/fwk/lib/timeout.c: include <stdlib.h> for exit()
6560 2006-02-08 Maarten Brock <sourceforge.brock AT dse.nl>
6562 * support/regression/ports/mcs51-xstack-auto/spec.mk: forgot -I(...)/mcs51
6563 * all.dsp: corrected several bin paths
6564 * device/include/mcs51/c8051f120.h,
6565 * device/include/mcs51/c8051f300.h,
6566 * device/include/mcs51/c8051f310.h: used () with __at and renamed IDLE,STOP
6567 to PCON_IDLE,PCON_STOP
6568 * device/include/mcs51/c8051f320.h: see above, also added sfr16 definitions
6569 * device/lib/printf_large.c (output_float): fixed bug 1388703
6570 * support/regression/tests/bug1057979.c: added test for bug 1388703
6572 2006-02-08 Raphael Neider <rneider AT web.de>
6574 * src/pic/pcode.c (pciTRIS): fixed typo,
6575 (BuildFlow,LinkFlow_pCode): added (disabled) debug output,
6576 (LinkFlow): fixed handling of flows that end in a call,
6577 (ReuseReg): perform safety check earlier
6578 * src/pic/pcoderegs.c (pCodeRegMapLiveRangesInFlow): fixed
6579 to work with flows at the beginning of a pBlock,
6580 fixes #1426557 (Symbol not previously defined),
6581 (pic14_ReMapLiveRanges): NEW, destroy and rebuild register
6583 (RemoveUnusedRegisters): update register usage info
6584 * src/pic/ralloc.c (newReg): prevent duplicate registers from being
6585 created, reuse existing ones instead
6586 * src/pic/gen.c (genPcall): fixed #1424719
6588 2006-02-07 Bernhard Held <bernhard AT bernhardheld.de>
6590 * link/z80/lkmain.c,
6592 * link/z80/lkdata.c,
6593 * link/z80/aslink.h: fixed build on current cygwin:
6594 replaced getline() by lk_getline()
6596 2006-02-01 Borut Razem <borut.razem AT siol.net>
6598 * src/regression/add.c, src/regression/add2.c, src/regression/add3.c,
6599 src/regression/add4.c, src/regression/and1.c, src/regression/and2.c,
6600 src/regression/arrays.c, src/regression/b.c, src/regression/bank1.c,
6601 src/regression/bool1.c, src/regression/bool2.c,
6602 src/regression/bool3.c, src/regression/call1.c,
6603 src/regression/compare.c, src/regression/compare10.c,
6604 src/regression/compare2.c, src/regression/compare3.c,
6605 src/regression/compare4.c, src/regression/compare5.c,
6606 src/regression/compare6.c, src/regression/compare7.c,
6607 src/regression/compare8.c, src/regression/compare9.c,
6608 src/regression/configword.c, src/regression/for.c,
6609 src/regression/inline.c, src/regression/mult1.c,
6610 src/regression/nestfor.c, src/regression/or1.c,
6611 src/regression/pointer1.c, src/regression/ptrfunc.c,
6612 src/regression/rotate1.c, src/regression/rotate2.c,
6613 src/regression/rotate3.c, src/regression/rotate4.c,
6614 src/regression/rotate5.c, src/regression/rotate6.c,
6615 src/regression/rotate7.c, src/regression/string1.c,
6616 src/regression/struct1.c, src/regression/sub.c,
6617 src/regression/sub2.c, src/regression/switch1.c,
6618 src/regression/while.c, src/regression/xor.c,
6619 src/regression/create_stc, src/regression/simulate,
6620 src/regression/rt.sh, src/regression/Makefile: reenabled Scott's PIC14
6622 * src/regression/gpsim_assert.h: added
6624 2006-01-28 Bernhard Held <bernhard AT bernhardheld.de>
6626 * src/ds390/gen.c (unsaveRegisters): fixed literal function pointer
6627 ((void (code *) (void)) 0) ();
6636 * as/mcs51/aslink.h,
6638 * as/mcs51/asmain.c,
6639 * as/mcs51/lkdata.c,
6641 * as/mcs51/lkmain.c,
6644 * as/z80/asmain.c: fixed build on current cygwin:
6645 replaced getline() by as_getline()
6647 2006-01-27 Bernhard Held <bernhard AT bernhardheld.de>
6649 * src/SDCC.y: fixed bug #716242, exchanged pointer and function
6650 declarator in the symbol chain
6652 * src/SDCCsymt.c (processFuncPtrArgs): added, removes "(void)"
6653 parameter list for function pointers
6654 * src/SDCCast.c (decorateType): added call of processFuncPtrArgs()
6655 * support/regression/tests/bug-716242.c: added
6657 2006-01-20 Bernhard Held <bernhard AT bernhardheld.de>
6659 * src/SDCCicode.c (geniCodeAdd, geniCodeArray): use char for array
6661 * src/SDCCast.c (getLeftResultType): 255 fits in char, not 256
6663 2006-01-18 Bernhard Held <bernhard AT bernhardheld.de>
6665 * src/SDCCast.c (backPatchLabels): fixed bug #1408066: made it
6666 inifinitely recurseable, added static
6667 * support/regression/tests/bug-1408066.c: added
6669 2006-01-17 Bernhard Held <bernhard AT bernhardheld.de>
6672 * src/SDCCicode.c (newiTempPreheaderLabel, newiTempLoopHeaderLabel):
6673 renamed, added possibility to create "postLoopLbl"-labels
6674 * src/SDCCBBlock.c (iCodeBreakDown): renamed newiTempPreheaderLabel to
6675 newiTempLoopHeaderLabel
6676 * src/SDCCloop.c (newInduction, newRegion, backEdges, insertIntoLoop,
6677 isNotInBlocks, addToExitsMarkDepth, createLoop, dominatedBy,
6678 addDefInExprs, assignmentsToSym, isOperandInvariant, pointerAssigned,
6679 hasNonPtrUse, loopInvariants, addressTaken, findInduction,
6680 findDefInRegion, mergeRegions, ifMerged, mergeInnerLoops): made static,
6681 (pinduction, pregion, hasIncomingDefs, findLoopEndSeq): disabled,
6682 (basicInduction): fixed bug #136564, made static,
6683 (loopInduction): changed parameter of basicInduction, made static,
6684 (addPostLoopBlock): added
6685 * src/SDCCloop.h: removed backEdges, pregion, pinduction,
6686 loopOptimizations, addressTaken, findDefInRegion, hasIncomingDefs,
6688 * support/regression/tests/bug-136564.c: added
6689 * support/regression/ports/mcs51-xstack-auto/spec.mk: added
6690 --std-sdcc99 to LIBSDCCFLAGS
6692 2006-01-16 Bernhard Held <bernhard AT bernhardheld.de>
6694 * src/SDCCicode.c (geniCodeIfx): fix bug 1406131: always false
6696 * support/regression/tests/bug-1406131.c: added
6698 2005-12-31 Bernhard Held <bernhard AT bernhardheld.de>
6700 * src/SDCCast.c (decorateType): fix promotion of unary minus
6701 * src/SDCCsymt.c (computeType): beautified
6702 * src/SDCCval.c (cheapestVal): beautified, old non-Ansi version removed,
6703 (valUnaryPM, valComplement): fix sign and promotion,
6704 (valNot): ANSI: result type is int (SDCC: unsigned char)
6705 * support/regression/tests/uminus.c: speedup by removing superflous
6707 * support/regression/tests/onebyte.c: added promotion and signedness
6708 tests for unary minus
6709 * support/regressions/tests/bug-477927.c: disable warning about
6710 uninitialized variables
6711 * support/regression/tests/not.c: added
6713 2005-12-28 Bernhard Held <bernhard AT bernhardheld.de>
6715 * device/lib/Makefile.in: added --std-sdcc99 to CFLAGS
6716 * src/mcs51/gen.c (gen51Code): show final register usage after
6717 fillGaps in asm with --i-code-in-asm
6718 * src/SDCClrange.c (sequenceiCode, setLiveFrom, setLiveTo,
6719 markLiveRanges, markAlive, findNextUseSym, findNextUse, unvisitBlocks,
6720 incUsed, rliveClear, adjustIChain): made static,
6721 (setFromRange): excluded because it's unused,
6722 (findPrevUseSym, markWholeLoop): added,
6723 (findPrevUse): rewritten; fixes bug 895992; now a complete search
6724 through all branches of predecessors enables sdcc to emit the warning
6725 W_LOCAL_NOINIT, marking of outermost loop was incomplete,
6726 (rlivePoint): made static, added parameter emitWarnings which is only
6727 true during the first run out of two,
6728 (findRecursiveSucc, findRecursivePred): removed,
6729 (computeLiveRanges): made static, added parameter emitWarnings,
6730 (dumpIcRlive): added for debugging only
6731 * src/SDCClrange.h: added boolean parameter to computeLiveRanges(),
6732 removed prototype of setFromRange()
6733 * src/SDCCopt.c (eBBlockFromiCode): added new parameter emitWarnings
6734 in call of computeLiveRanges()
6735 * support/regression/tests/bug-895992.c: added
6736 * support/regression/tests/bug-971834.c: added
6737 * support/valdiag/tests/bug-895992.c: added
6738 * support/valdiag/tests/bug-971834.c: added
6740 2005-12-18 Raphael Neider <rneider AT web.de>
6742 * src/pic16/gen.c: added IS_DIRECT macro for "direct" operands,
6743 (genUnpackBits): improved code for direct operands,
6744 (genPackBits): improved code for literal assignment to bitfields
6745 and for direct destination operands (no FSR indirection),
6746 prevented redundant AND, fixes #1362800,
6747 (AccLsh): added parameter to disable masking of the result
6748 * src/pic16/pcode.c (pic16_safepCodeUnlink): fixed to work with
6749 skip instructions with side-effects (like incfsz),
6750 (pic16_pCodeIsAlive): suppress verbose output unless pcode_verbose,
6751 * src/pic16/pcoderegs.c (RemoveRegsFromSet): removed annoying warning
6752 * device/lib/pic16/Makefile.common.in: added --asm=@GPASM@ to CC,
6755 2005-12-11 Bernhard Held <bernhard AT bernhardheld.de>
6757 * src/SDCCicode.c (geniCodeAssign): fixed bug 11369874, don't use
6758 volatile variables as spill location
6760 2005-12-10 Bernhard Held <bernhard AT bernhardheld.de>
6762 * src/SDCCcse.c (findCheaperOp): fixed bug 1376320, copy signedness to
6764 * support/regression/tests/bug-1376320.c: added
6766 2005-12-08 Raphael Neider <rneider AT web.de>
6768 * src/pic/device.c: renamed is_shared to pic14_is_shared
6769 * src/pic/gen.c (genIfx): re-enabled handling of sbits
6770 * src/pic/glue.c (emitSymbolToFile): added workaround for sbits,
6771 (is_valid_identifier): added for above workaround
6773 2005-12-07 Maarten Brock <sourceforge.brock AT dse.nl>
6775 * device/lib/Makefile.in: fixed to enable port-specific-objects
6776 * device/lib/ds390/i2c390.c (BitOutI2C): optimized by making bout unsigned
6777 char, thanks Hubert Sack
6778 * doc/sdccman.lyx: documented --xstack-loc,
6779 elaborated a bit more on interrupts and pitfalls,
6780 removed "setjmp/longjmp unsupported",
6781 documented some unsupported C99 features
6782 * src/SDCCmain.c (linkEdit): adapted default lib path for --stack-auto
6783 * src/SDCCpeeph.c (readRules): inserted patch 1367130 for finding missing
6784 if, thanks Hubert Sack
6785 * src/mcs51/gen.c (genEndFunction): enabled "pop psw" for regbank 0 isr
6786 * support/regression/Makefile.in: test-mcs51-stack-auto no longer needs to
6788 * support/regression/get_ticks.py: new, get cpu cycles and code size, so
6789 regression tests can report resource usage (rfe 700441)
6790 * support/regression/collate-results.py: report resource usage
6791 * support/regression/ports/ds390/spec.mk,
6792 * support/regression/ports/hc08/spec.mk,
6793 * support/regression/ports/mcs51/spec.mk,
6794 * support/regression/ports/ucz80/spec.mk: run sim output through get_ticks
6795 * support/regression/ports/ds390/uCsim.cmd,
6796 * support/regression/ports/hc08/uCsim.cmd,
6797 * support/regression/ports/mcs51/uCsim.cmd,
6798 * support/regression/ports/ucz80/uCsim.cmd: inserted "state" to report time
6799 * support/regression/ports/mcs51-stack-auto/spec.mk: no need to build the
6800 library, use the default one
6801 * support/regression/ports/mcs51-xstack-auto/spec.mk: inserted rules for
6802 building the library
6804 2005-12-06 Maarten Brock <sourceforge.brock AT dse.nl>
6806 * config.dsp: added dependency on .version and configure_vc.awk
6807 * device/include/setjmp.h: updated for --stack-auto and --xstack
6808 * device/include/mcs51/at89c51snd1c.h: corrected line endings
6809 * device/include/mcs51/XC866.h: added, thanks Llewellyn van Zyl
6810 * device/lib/_setjmp.c: updated for --stack-auto and --xstack
6811 * device/lib/libsdcc.lib: added _setjmp
6812 * src/SDCCast.c (createIvalCharPtr): fixed warnings,
6813 (decorateType): fixed bug 1372851,
6814 (optimizeGetHbit): fixed warning
6815 * src/SDCCglue.c (printIvalChar, printIvalArray): adapted for flexible
6816 array initialisation
6817 * support/regression/tests/bug1057979.c: added test for bug 1358192
6818 * support/regression/tests/setjmp.c: added, test for setjmp/longjmp
6820 2005-12-03 Borut Razem <borut.razem AT siol.net>
6822 * support/scripts/sdcc.nsi: added /SOLID option to "SetCompressor lzma"
6823 command since the NSIS was upgraded to version 2.11 on CF x86-linux2
6825 2005-11-29 Bernhard Held <bernhard AT bernhardheld.de>
6827 * src/SDCCast.c (createIvalStruct, createIvalArray, createIvalPtr,
6828 createIval): implement symbol independant "flexible array member",
6829 (createIvalCharPtr): implemented flexible array initialisation with a
6831 * src/SDCCsymt.c (copyStruct): removed,
6832 (getSize): fixed misleading comment,
6833 (getAllocSize): removed, the additional allocation size is now in
6834 sym->flexArrayLength,
6835 (checkStructFlexArray): new, syntax checks for flexible array members,
6836 (compStructSize): added syntax checks for "flexible array members"
6837 (copyStruct): removed,
6838 (copyLinkChain): removed inefficient fix for bug 770487
6839 * src/SDCCglue.c (emitRegularMap): getAllocSize has been removed
6840 * src/SDCCsymt.h: added structdef.b_flexArrayMember and
6841 symbol->flexArrayLength
6843 * src/SDCCerr.h: added W_INVALID_FLEXARRAY, W_C89_NO_FLEXARRAY,
6844 E_FLEXARRAY_NOTATEND and E_FLEXARRAY_INEMPTYSTRCT
6845 * support/regression/tests/structflexarray.c: added
6846 * support/valdiag/tests/structflexiblearray.c: added
6848 2005-11-29 Bernhard Held <bernhard AT bernhardheld.de>
6850 * src/SDCCast.c (decorateType): fixed bug 1368489
6851 * support/Util/SDCCerr.c,
6852 * support/Util/SDCCerr.h: added warning W_CMP_SU_CHAR
6854 2005-11-28 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
6856 * device/include/mcs51/at89c51snd1c.h: added file submitted by
6857 Weston T. Schmidt <schmidtw AT users.sourceforge.net>, patch #1368001
6859 2005-11-27 Borut Razem <borut.razem AT siol.net>
6861 * support/cpp2/cppinit.c, support/cpp2/cpplib.h, support/cpp2/mkdeps.c,
6862 support/cpp2/mkdeps.h: added command line option
6863 -obj-ext=<extension> to SDCPP to define object file externion, used
6864 for generation of make dependencies (-M)
6865 * src/SDCCmain.c: pass -obj-ext=<extension> to SDCPP
6867 2005-11-26 Borut Razem <borut.razem AT siol.net>
6869 * support/scripts/sdcc.nsi: added small-stack-auto libraries,
6870 added missing device/lib/mcs51/crt*.asm, pic and pic16 sources,
6871 added pic and pic16 libraries
6873 2005-11-26 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
6875 * device/include/float.h: Corrected typo in prototype of __fsgt
6877 2005-11-25 Borut Razem <borut.razem AT siol.net>
6879 * sdcc/device/lib/Makefile.in, sdcc/device/lib/incl.mk:
6880 added creation of model-mcs51-stack-auto libraries
6882 2005-11-24 Bernhard Held <bernhard AT bernhardheld.de>
6884 * src/SDCCsymt.c (copyLinkChain): fixed bug 770487, copy structdef
6886 * src/SDCCast.c (createIvalArray): removed obsolete comment
6888 2005-11-24 Borut Razem <borut.razem AT siol.net>
6890 * sdcc/device/lib/Makefile.in: remove all unnecessary files, 2nd try...,
6891 added missing device/lib/mcs51/crt*.asm sources
6893 2005-11-23 Bernhard Held <bernhard AT bernhardheld.de>
6895 * src/SDCCast.c (createIvalCharPtr): fixed bug 1348271
6897 2005-11-22 Maarten Brock <sourceforge.brock AT dse.nl>
6899 * device/lib/_fs2schar.c,
6900 * device/lib/_fs2sint.c,
6901 * device/lib/_fs2slong.c: optimized inline asm
6903 2005-11-21 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
6905 * device/lib/_fs2slong.c, device/lib/_fs2sint.c, device/lib/_fs2char.c:
6906 Better handling of floats between -1.0 and 0.0.
6908 2005-11-20 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
6910 * src/mcs51/peeph.def: added missing "if"s as noted by Hubert Sack.
6911 (the missing "if"s prohibited removal of redundant labels)
6913 2005-11-19 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
6915 * device/lib/_fs2slong.c, device/lib/_fs2sint.c, device/lib/_fs2char.c:
6916 Properly convert floats between -1.0 and 0.0 to long, int, and char
6917 types (max integer value of negative floats tends to zero).
6918 * device/lib/modff.c, device/lib/ceilf.c, device/lib/floorf.c:
6919 Removed changes made so to work properly with floats between
6920 -1.0 and 0.0, as the problem is fixed in _fs2slong.c, _fs2sint.c,
6923 2005-11-18 Bernhard Held <bernhard AT bernhardheld.de>
6925 * src/SDCCcse.c (ReplaceOpWithCheaperOp): minor fix for debugging only
6926 * src/mcs51/gen.c (genUnpackBits): better code and a fix,
6927 (genCast) cosmetic change
6928 * src/ds390/gen.c (genUnpackBits, ): ported from mcs51
6929 * src/ds390/ralloc.c (packRegsForAssign): ported fix for bitfields
6931 * support/regression/tests/bitfields (testSignedBitfields): added
6933 2005-11-18 Borut Razem <borut.razem AT siol.net>
6935 * sdcc/device/lib/Makefile.in: remove all unnecessary files
6936 * device/lib/pic/Makefile.rules, device/lib/pic16/Makefile.subdir:
6937 introduced SILENT option to make building of pic16 libraries less
6939 2005-11-18 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
6941 * device/lib/modff.c, device/lib/ceilf.c, device/lib/floorf.c:
6942 Now they work properly with floats between -1.0 and 0.0
6943 * device/lib/printf_large.c: Removed temporary patch for bug 1358192
6945 2005-11-18 Maarten Brock <sourceforge.brock AT dse.nl>
6947 * src/SDCCicode.c (printOperand): added missing else
6949 2005-11-18 Bernhard Held <bernhard AT bernhardheld.de>
6951 * src/SDCCsymt.c (computeType): fixed bug 1358192: added missing else,
6952 reformatted for better readability
6953 * src/mcs51/gen.c (genUnpackBits): initial, incomplete support for
6956 2005-11-17 Borut Razem <borut.razem AT siol.net>
6958 * device/lib/pic16/Makefile.rules, device/lib/pic16/Makefile.subdir:
6959 introduced SILENT option to make building of pic16 libraries less
6960 verbose - used for nightly snapshot build
6961 * doc/sdccman.lyx: documented that SDCDB and ucSim are currently not
6962 available on Win32 platforms.
6963 * sdcc/device/lib/Makefile.in: added library sources for mcs51, small,
6964 medium, large, pic and pic16
6966 2005-11-16 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
6968 * device/lib/printf_large.c: Temporary patch for bug 1358192:
6969 printf("%f"...) sets fraction to zero.
6971 2005-11-16 Raphael Neider <rneider AT web.de>
6973 * src/pic/pcode.c (LinkFlow): handle empty flows correctly,
6975 * src/pic/gen.c (genIfx): implemented for CARRY bit
6976 * src/pic16/gen.c (genAssign,genCast): fixed assigning/casting
6977 to generic pointers, fixes #1357332,
6978 (pic16_movLit2f): NEW,
6979 (pic16_storeForReturn,genDataPointerSet): use pic16_movLit2f
6981 2005-11-14 Maarten Brock <sourceforge.brock AT dse.nl>
6983 * src/SDCCmain.c (parseCmdLine): fixed bug 1356800, thanks rsudjian
6985 2005-11-11 Raphael Neider <rneider AT web.de>
6987 * src/pic/gen.c: handle FPOINTERS like POINTERS everywhere
6988 * src/pic16/gen.c (pic16_derefPtr): now works for non-pointers as well,
6989 compute pointer's type from operand,
6990 (genUnpackBits,genPackBits): handle FPOINTERS correctly, re-indented,
6991 improved single bit reads, fixes bug #1353379
6993 2005-11-09 Borut Razem <borut.razem AT siol.net>
6995 * support/scripts/sdcc.nsi: added lib/pic to the package
6997 2005-11-08 Maarten Brock <sourceforge.brock AT dse.nl>
6999 * src/SDCCval.c (valUnaryPM): fixed bug 1350699
7001 2005-11-06 Maarten Brock <sourceforge.brock AT dse.nl>
7003 * support/regression/tests/bug1348008.c: added
7004 * src/mcs51/gen.c (saveRBank, unsaveRBank): fixed bug 1348008
7005 * support/regression/tests/bug1337835.c: updated comment
7007 2005-11-06 Borut Razem <borut.razem AT siol.net>
7009 * sim/ucsim/error.cc, sim/ucsim/errorcl.h,
7010 sim/ucsim/sim.src/stack.cc, sim/ucsim/sim.src/stackcl.h,
7011 sim/ucsim/sim.src/uc.cc, sim/ucsim/sim.src/uccl.h,
7012 sim/ucsim/sim.src/mem.cc, sim/ucsim/sim.src/memcl.h,
7013 sim/ucsim/cmd.src/set.cc, sim/ucsim/cmd.src/show.cc:
7014 dynamic construction of cl_error_class and derivates - 2.nd try
7016 2005-11-05 Borut Razem <borut.razem AT siol.net>
7018 * sim/ucsim/sim.src/error.cc: fixed uninitialized class member variable
7019 bug, which caused Bus Errors on sparc solaris
7021 2005-11-04 Borut Razem <borut.razem AT siol.net>
7023 * sim/ucsim/error.cc, sim/ucsim/errorcl.h,
7024 sim/ucsim/sim.src/stack.cc, sim/ucsim/sim.src/stackcl.h,
7025 sim/ucsim/sim.src/uc.cc, sim/ucsim/sim.src/uccl.h,
7026 sim/ucsim/sim.src/mem.cc, sim/ucsim/sim.src/memcl.h,
7027 sim/ucsim/cmd.src/cmdconf.cc: dynamic construction of cl_error_class
7028 and derivates to resolve the initialization problem on OSX
7030 2005-11-02 Borut Razem <borut.razem AT siol.net>
7032 * sim/ucsim/cmd.src/cmdutil.cc, sim/ucsim/cmd.src/newcmd.cc:
7033 corrected typo - #include <winsock2.h>
7035 2005-11-02 Maarten Brock <sourceforge.brock AT dse.nl>
7037 * src/asm.c (printILine): always close tmpFile, thanks Beau E. Cox,
7038 (_asxxxx_mapping): added org directive for future enhancements
7040 2005-11-01 Borut Razem <borut.razem AT siol.net>
7042 * sim/ucsim/app.cc, sim/ucsim/cmd.src/cmdutil.cc, sim/ucsim/cmd.src/newcmd.cc:
7043 enabled sockets on WIN32
7044 * sim/ucsim/cmd.src/newcmd.cc: fixed bug with uninitialized variables
7046 2005-10-31 Borut Razem <borut.razem AT siol.net>
7048 * support/regression/generate-cases.py: escape backslashes in {testcase}:
7049 WIN32 backslash path delimiters should be escaped when used in C strings
7050 * support/regression/tests/bitfields.c: exclude failing assertions for
7051 __CYGWIN32__ and __MINGW32__ hosts
7053 2005-10-30 Borut Razem <borut.razem AT siol.net>
7055 * src/SDCCutil.c: corrected double comparison typo
7057 2005-10-30 Maarten Brock <sourceforge.brock AT dse.nl>
7059 * device/lib/medium/Makefile: added for new memory model medium
7060 * device/include/asm/mcs51/features.h: updated for medium/pdata
7061 * device/include/mcs51/c8051f120.h: added sfr16/sfr32 definitions,
7062 added Multiply & Accumulate sbit's and MAC0_PAGE define
7063 * device/include/mcs51/c8051f300.h: added sfr16 definitions
7064 * device/include/mcs51/c8051f310.h: added sfr16 definitions
7065 * device/lib/_mullong.c: update for medium model
7066 * device/lib/incl.mk: added medium model
7067 * doc/sdccman.lyx: documented medium model
7068 * src/SDCCast.c (isBitAndPow2): simplified using updated powof2
7069 * src/SDCCicode.c (geniCodeMultiply, geniCodeDivision): use updated powof2
7070 * src/SDCCmain.c (optionsTable, linkEdit): enabled medium model
7071 * src/SDCCmem.c (allocIntoSeg): set iaccess for pdata symbols,
7072 (allocParms): set SCLS and OCLS to pdata for medium model
7073 * src/SDCCsymt.c (processFuncArgs): use default_local_map and set iaccess
7075 (powof2): return <0 if not power of 2
7076 * src/avr/gen.c (genBitWise): use updated powof2
7077 * src/mcs51/gen.c (genMinusDec): use acc if necessary,
7078 (shiftR2Left2Result): small optimization in setup, save acc when storing,
7079 (shiftLLeftOrResult): use B if necessary
7080 * src/mcs51/main.c (_mcs51_finaliseOptions, mcs51_port): added medium model
7081 * src/mcs51/peeph.def: renamed 226 to 226.b, added 226.a
7082 * src/pic/main.c (_pic14_do_link): made void parameter list explicit
7083 * support/regression/Makefile.in: added test-mcs51-medium
7084 * support/regression/ports/mcs51-medium/spec.mk: added to test medium model
7086 2005-10-28 Bernhard Held <bernhard AT bernhardheld.de>
7088 * src/SDCCsymt.c (compStructSize): make bitfields without (un)signed
7090 * device/lib/time.c (mktime): fixed bug 1334315
7092 2005-10-28 Raphael Neider <rneider AT web.de>
7094 * device/include/pic/p16f_common.inc: added common declarations
7095 * src/pic/ralloc.c (initStack): moved regs *r to block start for Alpha
7097 2005-10-27 Maarten Brock <sourceforge.brock AT dse.nl>
7099 * src/mcs51/gen.c (getTempRegs): return 0 if not enough registers found,
7100 (aopPutUsesAcc): added to predict accumulator use,
7101 (assignResultValue): save acc if necessary,
7102 (genMinusDec): store result if indirectly addressed,
7103 (genDivOneByte): save acc if necessary,
7104 (movLeft2Result): bugfix if left already in acc,
7105 (genAnd, genOr, genXor, shiftL2Left2Result, shiftR2Left2Result): pay more
7106 attention to accumulator use (esp. pdata),
7107 (genReceive): receive pdata correctly
7108 * src/SDCCicode.c (isOperandInPagedSpace): added to detect pdata operands
7109 * src/SDCCicode.h: added isOperandInPagedSpace prototype
7111 2005-10-27 Raphael Neider <rneider AT web.de>
7113 * doc/sdccman.lyx: corrected version (should be 2.5.4 not 2.5.5)
7115 2005-10-27 Raphael Neider <rneider AT web.de>
7117 * .version: changed version to 2.5.4
7118 * doc/sdccman.lyx: changed version to 2.5.4, added some remarks to PIC14
7119 * device/lib/pic/libsdcc/{_mulint.c,_mullong.c}: use unsigned literals,
7120 (_divschar.c,divuchar.c,_mulchar.c,_modschar.c,_moduchar): NEW,
7121 arithmetics support routines
7122 * device/lib/pic/Makefile.rules: have assembler sources preprocessed
7123 * device/lib/Makefile.in: also create installdir for pic
7125 * src/SDCCopt.c (cnvToFcall): mark support routines `extern' for
7127 * src/pic/device.c (dump_sfr): rewritten to delegate register
7128 placement to the linker (use `extern sym' rather than sym EQU addr),
7129 (validAddress): fixed to check last specified address
7130 * src/pic/gen.c (aopForSym): added code to deal with array (useless?),
7131 (popGetLit): truncate literal value to 8 bit,
7132 (popGet): moved assert to more appropriate place
7133 (popGetExternal): create pCode operand from and mark the according
7134 symbol as being `extern'
7135 (popGetAddr): added sanity check on immediate's offset, provide
7136 GPOINTER tag on demand
7137 (aopPut): fixed for immediates,
7138 (mov2w_op): move operand's address or contents to WREG (depending on
7139 operand type), safer variant of mov2w,
7140 (movwf,call_libraryfunc): NEW, handy abbreviations,
7141 (get_argument_pcop,get_return_val_pcop,pass_argument,
7142 get_returnvalue): interface for accessing function parameters and
7144 (assignResultValuei,genRet): use new parameter/return value interface
7145 (pic14_getDataSize): back to old version handling generic pointers,
7146 (pic14_toBoolean,genNot,genCpl,genCmpEq,genOrOp): heavily rewritten,
7147 provided implementation and/or fixed old one,
7148 (genMultOneByte,genDivOneByte,genModOneByte): implemented as library
7149 calls, removed legacy 8051 reference code
7150 (AccLsh,AccRsh): rewritten and fixed to deal with signed operands
7151 (loadSignToC): NEW, move the operands sign bit to CARRY,
7152 (genGenericShift): NEW, replaces genLeftShift, genRightShift and
7153 genRightShiftSigned, accepts negative shift counts,
7154 (setup_fsr): load FSR and adjust IRP (indirect memory access),
7155 (emitPtrByteGet,emitPtrByteSet): rewritten, now works with
7156 generic pointers, __data pointers and __code pointers,
7157 (genUnpackBits,genPackBits): rewritten to work with generic pointers
7158 and signed bitfields, limit bitfields to 8 bit,
7159 (genDataPointerGet): fixed number of bytes read,
7160 (genGenPointerGet,genConstPointerGet): fixed bitfield access,
7161 (genPointerGet,genPointerSet): fixed handling of __code pointers,
7162 pointers to constant data are no longer assumed to point to __code
7163 space, removed invalid pointer types,
7164 (bitpatternFromVal): retrieve the PICs representation of an integer
7166 (genDataPointerSet): fixed assigning to po_immediate operands,
7167 (genGenPointerSet): implemented as library call,
7168 (genIfx): fixed incorrect condition,
7169 (genAddrOf): limit generic pointers' addresses to 2 bytes,
7170 provide GPOINTER tag according to destination's storage class,
7171 (genCast): added code to handle casting to generic pointers, added
7172 sign-/zero extension of the result
7173 (aop_isLitLike,op_isLitLike): fixed handling of immediates
7174 * src/pic/gen.h: added macros to access IRP bit in STATUS register
7175 * src/pic/genarith.c (genAddLit): use min(result's,left's) size, sign
7177 * src/pic/glue.c (is_shared_address,is_shared): check whether a given
7178 address/register resides in the shared banks
7179 (emitSymbolToFile): improved to handle global and `pinned' symbols,
7180 put all variables into separate sections (have the linker arrange
7182 (picglue): put init code and interrupt handlers in separate sections
7183 * src/pic/main.c: added port specific options table, modified to PORT
7184 structure to make GPOINTERs 3 byte, added pic14_options
7185 (_pic14_do_link): private linking routine (update paths to libraries,
7186 add libsdcc.lib by default)
7187 * src/pic/main.h: declare pic14_options
7188 * src/pic/pcode.c: fixed instructions i/o relations,
7189 (RegCond): reverted to correct version,
7190 (newpCodeOpLit): truncate literals to 8 bit,
7191 (genericPrint): added debug output,
7192 (getRegFromInstruction): fixed for various operand types, simplified
7193 (BuildFlow): fixed broken handling of isntructions with labels
7194 (LinkFlow): start at last instruction in flow (skip trailing comments),
7195 pass the flow on to the next instruction after CALL
7196 (pCodeReplace): NEW, replace a pCode and move meta data to the new one
7197 (insertPCodeInstruction): fixed inserting after a skip instruction,
7198 (DoBankSelect): fixed for labeled instructions
7199 (OptimizepBlock): honor --nopeep switch
7200 (AnalyzeFlow,ReuseReg): prevent crash on source files with no function
7201 * src/pic/pcodepeep.c (pCodePeepMatchRule): prevent NULL pointer accesses
7202 * src/pic/pcoderegs.c (regIsLocal): NEW, check visibility of a register
7203 (pCodeOptime2pCodes): allow disabling this optimization via
7204 --no-pcode-opt due seldomly occuring bugs, fixed some conditions
7205 but is still buggy), started implementation of a dataflow based
7206 pCode optimization (CSE + dead code elimination)
7207 (pCodeRegMapLiveRangesInFlow): removed bogus inCond
7208 * src/pic/ralloc.c (initStack): renamed stack registers to STK%d, the new
7209 names are independant of the stack location and therefore portable across
7212 2005-10-27 Maarten Brock <sourceforge.brock AT dse.nl>
7214 * src/mcs51/ralloc.c (bitType): added to detect bit variables,
7215 (selectSpil): fixed bug 1337835 by not spilling bit variables
7216 * support/regression/tests/bug1337835.c: added test for this bug
7217 * src/mcs51/peeph.def: restart after rule 3.c,
7218 addded rules 263.x to optimize loading constants
7220 2005-10-26 Raphael Neider <rneider AT web.de>
7222 * src/SDCCsymt.c (compStructSize): allow signed bitfields for PIC ports
7223 * src/pic16/gen.c (genUnpackBits): support signed bitfields,
7224 (genAssign): emit warning when casting literals to generic pointer
7225 type, also applies when taking the address of a fixed variable,
7226 (genCast): improved casting to generic pointers
7227 * src/pic16/glue.c (pic16emitStaticSeg): fixed(?) handling of fixed
7228 extern variables, added verbose error message
7229 * device/include/pic16/{string.h,errno.h}: added #pragma library c
7231 2005-10-26 Bernhard Held <bernhard AT bernhardheld.de>
7233 * src/mcs51/gen.c (genMinus): fixed bug 1270906: reverse subtraction,
7234 carry must be complemented too
7235 * src/mcs51/peeph.def: addded rule 262 to remove double cpl c, which
7236 could be emitted by genMinus
7237 * src/SDCCval.c (constVal): fixed bug 1305065
7239 2005-10-25 Bernhard Held <bernhard AT bernhardheld.de>
7241 * src/SDCCast.c (addCast): added promotion for bit variables
7242 (decorateType): emit W_COMPLEMENT before the problem vanishes behind
7243 promotion casts + optimisation
7244 (optimizeGetWord): fix warning 'i' might be used uninitialized
7245 * src/mcs51/gen.c (genCpl): removed W_COMPLEMENT
7246 * src/ds390/gen.c (genCpl): removed W_COMPLEMENT
7248 2005-10-24 Bernhard Held <bernhard AT bernhardheld.de>
7250 * src/SDCCicode.c (ast2iCode): reverted to 1.224 because of regression:
7251 all chars are promoted to int; promotion should be handled in SDCCast.c
7253 2005-10-15 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
7255 * device/lib/_strcmp.c: Fixed bug 1326457
7257 2005-10-11 Raphael Neider <rneider AT web.de>
7259 * device/lib/pic16/libio/i2c.ignore: added 1320, fixes broken builds
7260 * device/lib/pic16/libdev/pic18f1320.c: added 1320's device library
7262 2005-10-05 Maarten Brock <sourceforge.brock AT dse.nl>
7264 * src/SDCC.y (AT): fixed bug with sfr32 addresses when built with GCC
7265 * support/regression/tests/sfr16.c: added test for the sfr32 bug
7267 2005-10-04 Raphael Neider <rneider AT web.de>
7269 * device/include/pic16/pic18fregs.h, src/pic16/devices.inc,
7270 device/lib/pic16/pics.all: added pic18f1320
7271 * src/pic16/pcode.c (mnem2key): fixed prototype's argument mismatch
7273 2005-09-30 Raphael Neider <rneider AT web.de>
7275 * src/pic16/device.c (Pics16[]): moved device descriptions to devices.inc
7276 * src/pic16/devices.inc: NEW, provides device descriptions
7277 * src/pic16/gen.c (genInline): fixed handling of ';'-comments
7279 2005-09-26 Maarten Brock <sourceforge.brock AT dse.nl>
7281 * src/SDCCicode.c (operandOperation): added GETABIT, GETBYTE, GETWORD and
7284 2005-09-25 Maarten Brock <sourceforge.brock AT dse.nl>
7286 * doc/sdccman.lyx: updated Highest Order Bit documentation,
7287 documented Any Order Bit, Higher Order Byte and Higher Order Word
7288 * src/SDCC.y: added tokens GETABIT, GETBYTE, GETWORD
7289 * src/SDCCast.c (optimizeGetHbit): updated to also accept bool=expr&(1<<n),
7290 (optimizeGetAbit): new, to get any bit, not only the high bit,
7291 (optimizeGetByte): new, to get a byte from a (long) int: expr>>(8*n),
7292 (optimizeGetWord): new, to get a word from a long int: expr>>(8*n),
7293 (isConformingBody): also check GETABIT, GETBYTE, GETWORD,
7294 (decorateType): '&': also try GETABIT, GETBYTE, GETWORD optimization,
7295 RIGHT_OP: also try GETBYTE, GETWORD optimization,
7296 GETABIT, GETBYTE, GETWORD: decorate them,
7297 (isShiftRightLitVal, isBitAndPowOf2): new helper functions,
7298 (ast_print): added GETABIT, GETBYTE, GETWORD
7299 * src/SDCCcse.c (isSignedOp): added GETABIT, GETBYTE, GETWORD
7300 * src/SDCCicode.c (codeTable): added GETABIT, GETBYTE, GETWORD,
7301 (geniCodeBinary): new generic binary icode,
7302 (ast2iCode): added GETABIT, GETBYTE, GETWORD
7303 * src/port.h: updated comment for PORT.hasExtBitOp
7304 * src/mcs51/gen.c (genGetAbit): new, to get any single bit,
7305 (genGetByte): new, to get a single byte,
7306 (genGetWord): new, to get a word from a long,
7307 (gen51Code): added GETABIT, GETBYTE, GETWORD
7308 * src/mcs51/main.c (hasExtBitOp): added GETABIT, GETBYTE, GETWORD
7310 2005-09-23 Raphael Neider <rneider AT web.de>
7312 * configure.in, configure: have device/lib/pic configured
7313 * device/lib/Makefile.in: added model-pic14
7314 * device/lib/clean.mk: added pic/ to clean rule
7315 * device/lib/pic: added rudimentary pic14 library providing support
7316 functions for multiplication/division/generic pointer access
7317 * src/SDCCopt.c (convilong): mark support functions as extern
7318 for pic14 port as well
7319 * src/pic/gen.c (genMult): added assertions,
7320 (genpic14Code): emit warning on unhandled iCodes
7321 * src/pic/main.c (_hasNativeMulFor): return true only for 8x8 bit
7322 * src/pic/pcode.c (pCodeOpCopy),
7323 * src/pic16/pcodepeep.c (pic16_pCodeOpCopy): fixed handling of various
7324 pCodeOpReg-subtypes (PO_{STATUS,INTCON,PCL,PCLATH,PCLATU,BSR,
7325 SFR_REGISTER}), made safe for future extensions
7326 * src/pic16/pcode.c (pic16_safepCodeUnlink): allow for removal of
7327 instructions even if preceeded by SKIP instructions (also remove
7328 them); removed unused code
7329 * src/pic16/pcode.h: added arg2 to pCodeOpLit to match pCodeOpLit2,
7330 prevents leaving parts of the structure uninitialized after copying
7332 2005-09-22 Maarten Brock <sourceforge.brock AT dse.nl>
7334 * src/mcs51/gen.c (genMinus): fix for undetected bug introduced 3 months
7336 * support/regression/tests/addsub.c: added test for the bug
7338 2005-09-21 Raphael Neider <rneider AT web.de>
7340 * device/include/pic16/pic18f1220.h,
7341 device/lib/pic16/libdev/pic18f1220.c: added ECCPAS sfr and bitfield
7342 * device/lib/pic16/Makefile.rules: added missing opening paren
7343 * src/pic16/gen.c (pic16_genNot,pic16_genCpl): removed as these
7344 are provided in genutils.c,
7345 (genUminusFloat,genUminus,genCmpEq): added asserts on different
7346 operand/result sizes,
7347 (genCmp): assert on NULL pointers first, then check deref'ed values
7348 * src/pic16/genutils.c (pic16_genCpl): fixed for different operand/
7351 2005-09-18 Raphael Neider <rneider AT web.de>
7353 * src/pic16/gen.c (genFarPointerGet,genFarPointerSet): removed
7354 as these are now unused,
7355 (genPointerGet,genPointerSet): handle FPOINTERs like POINTERs
7356 * src/pic16/pcode.c (pic16_symIsSpecial): assume REG_TMPs to be
7357 local, avoids uninitialized pointer dereference on r->name
7358 * src/pic16/ralloc.c (newReg): fixed indentation
7360 2005-09-13 Maarten Brock <sourceforge.brock AT dse.nl>
7362 * src/SDCCval.c (constVal): fixed bug 730366
7363 * support/Util/SDCCerr.c,
7364 * support/Util/SDCCerr.h: added warning W_INVALID_INT_CONST
7366 2005-09-10 Maarten Brock <sourceforge.brock AT dse.nl>
7368 * as/mcs51/lkmem.c (summary2): fixed report for absolute areas (bug 1210220)
7370 2005-09-09 Maarten Brock <sourceforge.brock AT dse.nl>
7372 * src/mcs51/peeph.def (241.x): fixed bug when comparing generic pointers
7374 2005-09-08 Maarten Brock <sourceforge.brock AT dse.nl>
7376 * as/hc08/lkaomf51.c (OutputName): made name unsigned char,
7377 (hex2dec): made hex_digit unsigned char, removed ascii dependance
7378 * as/mcs51/lkaomf51.c (OutputName): made name unsigned char,
7379 (hex2dec): made hex_digit unsigned char, removed ascii dependance
7380 * as/mcs51/lkarea.c (lnkarea2): sort absolute areas to the front
7381 * packihx/packihx.c (hexDigit): made c unsigned char
7382 * as/mcs51/lklibr.c (fndsym),
7383 * link/z80/lkgb.c (gb),
7384 * link/z80/lklibr.c (fndsym),
7385 * link/z80/lkrloc.c (relr),
7386 * sim/ucsim/libltdl/ltdl.c (load_deplibs, try_dlopen),
7387 * src/SDCC.lex (checkCurrFile, process_pragma),
7388 * src/SDCCglue.c (spacesToUnderscores),
7389 * src/SDCCmain.c (setParseWithComma, processFile),
7390 * src/asm.c (tvsprintf, printCLine),
7391 * src/avr/gen.c (emitcode, aopPut),
7392 * src/ds390/gen.c (emitcode),
7393 * src/hc08/gen.c (emitcode, emitinline),
7394 * src/mcs51/gen.c (emitcode, genInline),
7395 * src/pic/pcodepeep.c (cvt_extract_destination, cvt_extract_status,
7397 * src/pic/ralloc.c (debugLog),
7398 * src/pic16/pcodepeep.c (cvt_extract_destination, cvt_extract_status,
7400 * src/pic16/ralloc.c (debugLog),
7401 * src/z80/main.c (_process_pragma):
7402 made all ctype.h function calls safe
7403 * src/SDCCopt.c: include math.h for fabs
7404 * src/SDCCpeeph.c: added macros ISCHARDIGIT, ISCHARSPACE and ISCHARALNUM
7405 and used them throughout the code to make ctype.h function calls safe
7406 * src/ds390/main.c (asmLineNodeFromLineNode),
7407 * src/mcs51/main.c (asmLineNodeFromLineNode): made p unsigned char*
7408 * src/pic/gen.c (DEBUGpic14_emitcode, pic14_emitcode): made lbp
7410 * src/pic/pcode.c (mnem2key): made mnem unsigned char*,
7411 (newpCodeAsmDir): made ctype.h function calls safe
7412 * src/pic16/gen.c (pic16_emitpcomment, DEBUGpic16_emitcode,
7413 pic16_emitcode): made lbp unsigned char*
7414 * src/pic16/pcode.c (mnem2key): made mnem unsigned char*,
7415 (pic16_newpCodeAsmDir): made ctype.h function calls safe
7416 * src/xa51/gen.c (emitcode),
7417 * src/z80/gen.c (_emit2): made lbp unsigned char*
7418 * support/Util/MySystem.c (split_command): made cmd_line and p unsigned
7421 2005-09-05 Raphael Neider <rneider AT web.de>
7423 * src/pic16/ralloc.c (pic16_allocDirReg): use device specific
7424 access bank splitpoint
7426 2005-09-05 Raphael Neider <rneider AT web.de>
7428 * device/lib/pic16/libc/Makefile: added (missing) string to SUBDIRS
7430 2005-09-03 Maarten Brock <sourceforge.brock AT dse.nl>
7432 * .version: changed to version 2.5.3
7433 * doc/sdccman.lyx: changed version to 2.5.3,
7434 documented --codeseg and --constseg and pragma codeseg and constseg,
7435 documented bit parameters (reentrant) and bit returning
7436 * src/SDCCicode.c (geniCodeReceive): fixed (possible) bug generating
7437 currFunc->recvSize, but is this ok for all ports?
7438 (ast2iCode): result of ~ on unsigned char must be cast to int for
7440 * src/SDCCmem.c (allocGlobal, allocLocal): don't put bit returning
7441 function pointers in bit space
7442 * src/SDCCsymt.c (checkSClass): allow bit returning function pointers,
7443 (processFuncArgs): call port.reg_parm() with reentrancy info
7451 * src/z80/main.c: port.reg_parm prototype extended with
7452 "bool reentrant" parameter
7453 * src/mcs51/main.c (_mcs51_regparm): use parameter reentrant instead of
7454 options.stackAuto for allocating bit register parameters
7455 * src/mcs51/gen.c (genNot): optimized complementing direct bit,
7456 (genSend): set BitBankUsed if it is,
7457 (selectRegBank): factored out of genCall for use in genPcall,
7458 (genCall): removed redundant dtype assignmen, use selectRegBank,
7459 (genPcall): handle returning in Carry properly, save in F0 if needed,
7460 (genReceive): handle bit register parameters
7461 * src/mcs51/ralloc.c (updateRegUsage): update BitBankUsed along the way,
7462 (mcs51_assignRegisters): enable bit registers for all reentrant
7463 functions and don't set BitBankUsed unconditionally
7464 * src/mcs51/peeph.def (177.d): fixed bug if %2==%3
7465 * support/regression/tests/bitvars.c: enable tests for SDCC_STACK_AUTO
7466 * support/regression/tests/funptrs.c: added tests for BOOL and for return
7468 2005-08-27 Borut Razem <borut.razem AT siol.net>
7470 * device/lib/Makefile.in: cp on sparc-solaris (SunOS) and on
7471 ppc-osx (Darwin) does not support -u option. It seems that it is
7472 supported only on Linux - GNU cp
7474 2005-08-25 Borut Razem <borut.razem AT siol.net>
7476 * sim/ucsim/gui.src/serio.src/Makefile.in,
7477 sim/ucsim/s51.src/Makefile.in, sim/ucsim/avr.src/Makefile.in,
7478 sim/ucsim/z80.src/Makefile.in, sim/ucsim/hc08.src/Makefile.in,
7479 sim/ucsim/xa.src/Makefile.in: install -s changed to 2 steps:
7480 install and strip, since the strip at /usr/ccs/bin should be used
7483 2005-08-24 Borut Razem <borut.razem AT siol.net>
7485 * clean.mk, device/lib/clean.mk: find on sparc-solaris does not support -maxdepth option
7487 2005-08-23 Bernhard Held <bernhard AT bernhardheld.de>
7489 * src/SDCCopt.c (convertToFcall): fixed modulus with divisors 1 and
7492 2005-08-23 Maarten Brock <sourceforge.brock AT dse.nl>
7494 * as/mcs51/aslink.h: completed lkrloc.c prototypes
7495 * as/mcs51/lkmain.c (link_main): fixed warning
7496 * device/include/stdbool.h: ds390 has no advanced bit support yet
7497 * src/SDCC.y: use SPEC_SHORT and renamed _signed to b_signed
7498 * src/SDCCsymt.c: use SPEC_SHORT and renamed _signed to b_signed
7499 * src/SDCCsymt.h (struct specifier): renamed _xxx bitfields to b_xxx
7500 and updated their macros
7501 * src/SDCCval.c (constVal): updated comment for renamed b_long
7503 2005-08-22 Maarten Brock <sourceforge.brock AT dse.nl>
7505 * as/mcs51/asdata.c: changed ctype['['] to BINOP
7506 * as/mcs51/asexpr.c (expr): added case '[' for bit access in bdata,
7507 (term): abused bit 15 of s_addr to indicate bit-addressable bytes,
7508 (oprio): set priority for '['
7509 * as/mcs51/aslink.h: added define R_BIT, and prototypes for adb_bit
7511 * as/mcs51/asm.h: added defines R_BIT and S_BIT
7512 * as/mcs51/lkarea.c (lnksect2): use T for seg BIT_BANK and overlay it
7513 * as/mcs51/lkdata.c: changed ctype['['] to BINOP
7514 * as/mcs51/lkmain.c (Areas51): rel2 contains 12 (=C) areas now,
7515 added overlayable BIT_BANK area
7516 * as/mcs51/lkmem.c (summary): add BIT_BANK to BSEG_BYTES in the report,
7517 (summary2): explain 'T' in legenda
7518 * as/mcs51/lkrloc.c: replaced old K&R style,
7519 (relr): added R_BIT processing,
7520 (errmsg): added "Bit-addressable relocation error",
7521 (adb_bit): added for converting from byte- to bit-addressable space,
7522 (adb_24_bit): added for converting from byte- to bit-addressable space
7523 * device/include/stdbool.h: changed BOOL to __bit for mcs51 as it can be
7524 used in reentrant functions now even as return value
7525 * device/lib/_gptrput.c (_gptrput): removed obsolete code
7526 * src/SDCCast.c (resultTypePropagate): also propagate AND_OP and OR_OP,
7527 (decorateType): case '!', GETHBIT, AND_OP, OR_OP: result in bool or char
7528 * src/SDCCglobl.h: added indicator BitBankUsed
7529 * src/SDCCglue.c (glue): emit area BIT_BANK with byte 'bits' and equ's for
7530 the bit registers b0-b7
7531 * src/SDCCicode.c (operandFromSymbol): removed IS_BITVAR check,
7532 (geniCodeCast): fixed bug 1263853,
7533 (geniCodeLogicAndOr): put result in bool or char,
7534 (geniCodeReceive): added parameter func for accessing the return type,
7535 (geniCodeFunctionBody): pass func to geniCodeReceive
7536 * src/SDCCmain.c: added indicator BitBankUsed
7537 * src/SDCCmem.c (allocLocal): explicitly set sclass for V_BIT
7538 * src/SDCCsymt.c (newBoolLink): added for creating a bool/bit,
7539 (checkSClass): don't put automatic bool/bit on stack,
7540 (checkFunction): removed check on function cannot return bit
7541 * src/SDCCsymt.h: added newBoolLink prototype
7542 * src/mcs51/gen.c (rb1regs): added bit registers,
7543 (movc): created for assigning to carry,
7544 (pushReg, popReg): created for pushing registers,
7545 (sameRegs): check both AOP_REG and AOP_CRY types,
7546 (aopOp): handle bit registers,
7547 (aopPut): optimization no self-assign,
7548 (saveRegisters): push reg->base (bits) only once for bit registers,
7550 (unsaveRegisters): pop reg->base only once and use popReg,
7551 (assignResultValue): added parameter func and return in carry for bits,
7552 (genIpush): optimization no reload in A if not changed,
7553 (genSend): bit parameters in reentrant functions are passed in bit
7554 registers by first assigning to bits in B, then save registers and
7556 (genCall): handle returning in Carry properly, save it in F0 if needed,
7557 (genPcall): updated assignResultValue call, this is not safe yet for bit
7558 returning function !!!
7559 (genFunction): don't generate equ's for bit registers and use pushReg,
7560 (genEndFunction): take care of bit returning functions and use popReg,
7561 (genRet): return bit in Carry,
7562 (genIfx): optimize bit registers and other directly addressable bits,
7563 (genReceive): updated assignResultValue call
7564 * src/mcs51/main.c (_mcs51_reset_regparm): added regBitParmFlg,
7565 (_mcs51_regparm): allow passing of upto 8 bit parameters in bit
7566 registers when using stack-auto
7567 * src/mcs51/ralloc.c (_G): added allBitregs,
7568 (regs8051): added the bit registers,
7569 (createStackSpil): use macro IS_BIT,
7570 (getRegBit): added to allocate a bit register, else spill,
7571 (getRegBitNoSpil): added to allocate a bit register, else a gpr,
7572 (updateRegUsage): factored out to ease stepping while debugging,
7573 (serialRegAssign): use updateRegUsage, only spill bits if necessary,
7574 also allocate bit registers,
7575 (fillGaps): handle bit registers,
7576 (findAllBitregs): added to create bit vector with all bit registers,
7577 (mcs51_allBitregs): returns this bit vector,
7578 (mcs51_assignRegisters): when using stack-auto use bit registers for
7579 passing parameters and creating local variables
7580 * src/mcs51/ralloc.h: added B0_IDX..B7_IDX and prototype mcs51_allBitregs
7582 2005-08-22 Borut Razem <borut.razem AT siol.net>
7584 * device/lib/Makefile.in: replaced find option -or with -o
7585 to make it run on solaris
7587 2005-08-22 Raphael Neider <rneider AT web.de>
7589 * src/pic16/gen.c (pic16_loadFromReturn): added check for AOP_PCODE,
7590 fixes #1265442 (crash on Solaris)
7592 2005-08-20 Borut Razem <borut.razem AT siol.net>
7594 * configure, configure.in: added tests for libsocket and libnsl libraries,
7595 requred by sdcdb on sparc-solaris; generate support/regression/Makefile
7596 from support/regression/Makefile.in
7597 * support/regression/Makefile.in: added
7598 * device/lib/pic16/Makefile.common.in: force make to use bash shell
7599 * sim/ucsim/libtool: regenerated on sparc-solaris
7600 * sim/ucsim/avr.src/Makefile.in, sim/ucsim/hc08.src/Makefile.in,
7601 sim/ucsim/s51.src/Makefile.in, sim/ucsim/xa.src/Makefile.in,
7602 sim/ucsim/z80.src/Makefile.in: removed GNU ld specific linker options
7603 -Wl,--start-group and -Wl,--end-group to enable ucsim compilation on
7604 sparc-solaris, which doesn't use GNU ld linker
7605 * device/lib/Makefile.in: cp on sparc-solaris (SunOS) does not support -u option
7606 * as/Makefile: find on sparc-solaris does not support -maxdepth option
7608 2005-08-19 Maarten Brock <sourceforge.brock AT dse.nl>
7610 * src/mcs51/peeph.def: updated comments
7612 2005-08-16 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
7614 * device/lib/_gptrget.c,
7615 * device/lib/_gptrput.c: slightly shorter
7616 * doc/sdccman.lyx: incremented version
7617 * src/mcs51/peeph.def: moved peephole comments to the line of first
7618 change to better keep line correlation, reanimated 186.e
7619 * src/mcs51/peeph.def: renamed similar peepholes by using suffixes
7621 2005-08-16 Slade Rich <slade_rich AT users.sourceforge.net>
7623 * src/pic/pcode.c : Pasted ".line" assembly directives patch from
7624 David Saxton with quotes around file name.
7626 2005-08-15 Borut Razem <borut.razem AT siol.net>
7628 * support/regression/tests/bitfields.c, support/regression/tests/bitvars.c,
7629 support/regression/tests/bitwise.c, support/regression/tests/literalop.c,
7630 support/regression/tests/rotate.c, support/regression/tests/zeropad.c:
7631 make tests run on x86_64 platform
7633 2005-08-13 Raphael Neider <rneider AT web.de>
7635 * device/lib/pic16/Makefile.subdir: weakened clean-intermediate rule
7636 as it might be executed DURING a build (parallel make is wonderful)
7638 2005-08-13 Raphael Neider <rneider AT web.de>
7640 * device/lib/Makefile.in (port-specific-objects-pic16):
7641 revert to cp $(PORT)/bin/*.* $(PORTDIR)
7642 * device/lib/pic16/Makefile: added .PHONY targets, removed builddir
7644 * device/lib/pic16/Makefile.rules: build subdirs before creating
7645 the library, removed builddir rule, create $(builddir) early in
7646 recurse rule, use empty recurse rule for leaf directories
7647 * device/lib/pic16/Makefile.subdir: added phony targets, ignore
7648 mkdir errors (race condition), removed duplicate suffix "hex"
7650 * device/lib/pic16/libdev/Makefile: recursive make via + and $(MAKE)
7651 * device/lib/pic16/libio/Makefile: create sub-make's builddir early,
7652 prevents mkdir -p from aborting on Alpha
7654 2005-08-12 Raphael Neider <rneider AT web.de>
7656 * src/pic16/glue.c (pic16_print(G)PointerType): do not flush
7657 db-statements in order to allow for arrays of pointers in code
7658 sections to be placed without interspersed 0-padding, fixes
7660 * (emitStatistics): fixed division by zero for pic18f1220
7661 * src/pic16/pcode.c: buffer (up to) 12 DB directives to allow for
7662 unpadded writing of 8-bit, 16-bit, 24-bit and 32-bit values
7663 * (pic16_emitDS): respect DB_ITEMS_PER_LINE
7664 * (pic16_pCodeConstString): keep track of already emitted string
7665 literals to prevent "duplicate definitions of symbol _str_NR"
7666 * src/pic16/ralloc.c (pic16_allocRegByName): removed not so helpful
7668 * device/lib/Makefile.in: ignore failing PIC16 library builds
7669 * device/lib/pic16/Makefile: do not build if gputils are missing
7670 * device/lib/pic16/Makefile.common.in: do not enforce MAKEFLAGS=-s
7672 2005-08-10 Raphael Neider <rneider AT web.de>
7674 * device/lib/Makefile.in: fixed copying pic16 libraries (broken by
7677 2005-08-10 Raphael Neider <rneider AT web.de>
7679 * src/*.c, src/pic16/{gen.c,glue.c,main.c}: applied Vangelis
7680 Rokas' patch to add the new fixed point type "__fixed16x16"
7681 * device/lib/pic16/libsdcc/fixed16x16: added Vangelis' support
7682 functions for __fixed16x16 arithmetics
7683 * device/lib/pic16: reimplemented the build system to support
7684 a separate build directory, better handling of libio (create
7685 the library in a separate subdir for each architecture) and
7686 easier configuration (centralized in Makefile.common)
7688 2005-08-07 Raphael Neider <rneider AT web.de>
7690 * src/pic16/gen.c (genrshTwo): fixed sign extension
7691 * src/pic16/device.c: added pic18f2320, 4220 and 4320
7692 * device/include/pic16/pic18f2220.h: changed some bit definitions,
7694 * device/include/pic16/pic18f4220.h: NEW, header for
7695 pic18f4220 and pic18f4320
7696 * device/include/pic16/pic18fregs.h: added new devices,
7697 embraced Nop(), ClrWdt(), Sleep() and Reset() with do {} while(0)
7698 * device/include/pic16/signal.h: resolved name clashes
7699 on bit definitions, added DEF_HANDLER2(sig1,sig2,handler)
7700 to also allow testing for interrupt enable bits, added
7701 comments on how to use the macros
7702 * device/lib/pic16/libdev/pic18f2220.c: added T0CONbits
7703 * device/lib/pic16/libdev/pic18f{2320,4220,4320}.c: NEW,
7704 register definitions for the devices
7705 * device/lib/pic16/pics.all: added new devices
7706 * device/lib/pic16/libc/stdlib/calloc.c: fixed zeroing
7708 * device/lib/pic16/libc/stdlib/memfree: do not count
7709 the block header as free memory
7710 * device/lib/pic16/libc/stdlib/memmisc.c (_initHeap):
7711 simplified and added missing end-of-blocklist-marker
7712 (reported by Peter Onion, fixes #1252814)
7713 * (_mergeHeapBlock): fixed loop condition
7714 * device/lib/pic16/libc/stdlib/realloc.c: return NULL for
7715 len==0, restructured code
7716 * device/lib/pic16/libc/stdlib/{malloc,memfreemax}.c: cleaned
7717 up a bit, reduced bitfield accesses, prevent endless loops
7718 in case of heap corruption
7719 * device/lib/pic16/libc/stdlib/x_ftoa.c: disabled
7720 "unreferenced arguments/must return a value" warnings
7721 * device/lib/pic16/libio/usart/ubaud.c (usart_baud):
7722 replaced BAUDREG with SPBRG
7723 * device/lib/pic16/libsdcc/lregs/{lrrest.c,lrst.c},
7724 device/lib/pic16/debug/gstack/gstack.c: replaced
7725 _naked, _asm, _endasm with __naked, __asm, __endasm
7727 2005-08-05 Raphael Neider <rneider AT web.de>
7729 * src/pic16/gen.c (pic16_aopGet): fixed handling of offsets in
7730 AOP_PCODE operands, fixes multibyte union-bitfield-accesses
7732 2005-08-05 Borut Razem <borut.razem AT siol.net>
7734 * device/lib/Makefile.in: added missing ';'
7735 * configure: removed ^M characters
7737 2005-08-04 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
7739 * device/include/mcs51/at89c51ed2.h, device/include/mcs51/p89v51rd2.h,
7740 device/include/mcs51/at89s53.h: changed to GNU Lesser General Public
7743 2005-08-04 Borut Razem <borut.razem AT siol.net>
7745 * configure.in: pic16 libraries build 2nd try - enable running
7746 configure in device/lib/pic16
7747 * configure: regenerated from configure.in
7748 * device/lib/Makefile.in: create $(PORT)/bin directory
7750 2005-08-03 Raphael Neider <rneider AT web.de>
7752 * src/pic16/gen.c (pic16_derefPtr): NEW, single place
7753 to get/set values via pointers
7754 * (genUnpackBits,genPackBits): changed detection of
7755 ptr->bitfield vs. sym.bitfield, fixed access via generic
7756 pointers, removed dead (wrong) code for multibyte bitfields
7757 * (genNearPointerGet, genGenPointerGet): removed useless code,
7758 fixed bitfield detection, fixes #1250594
7759 * (genNearPointerSet): removed useless code
7760 * src/pic16/gen.h: renamed pic16_emitpcode to pic16_emitpcode_real
7761 and introduced macro pic16_emitpcode that conditionally emits
7762 the origin of the following pCode (useful for debugging SDCC)
7763 * src/pic16/pcode.c: changed (and disabled) some debug outputs
7764 * (createDefmap): fixed handling of LFSR for --optimize-df
7766 2005-08-02 Borut Razem <borut.razem AT siol.net>
7768 * device/lib/Makefile.in: pic16 libraries build enabled since
7769 gputils-0.13.2 are now localy installed at sourceforge's compile farm
7771 2005-08-02 Raphael Neider <rneider AT web.de>
7773 * src/pic16/gen.c (genPackBits): removed deprecated warning
7774 * (genGenPointerSet): fixed bitfield detection
7776 2005-08-02 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
7778 * device/include/mcs51/msm8xc154s.h: Removed PT2 definition, now in 8052.h.
7780 2005-07-31 Raphael Neider <rneider AT web.de>
7782 * device/lib/pic16/libdev/pic18f458.c,
7783 device/include/pic16/pic18f458.h: added missing T0CONbits
7785 2005-07-29 Maarten Brock <sourceforge.brock AT dse.nl>
7787 * device/include/mcs51/msm8xc154s.h: added, thanks to Matthias Arndt
7789 2005-07-28 Maarten Brock <sourceforge.brock AT dse.nl>
7791 * src/mcs51/gen.c (operandsEqu): fixed bug 1246687
7793 2005-07-23 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
7795 * device/include/mcs51/at89c51ed2.h: added.
7797 2005-07-23 Raphael Neider <rneider AT web.de>
7799 * src/pic/gen.h: added emitpcode macro for debugging
7800 * src/pic/gen.c (emitpcode): renamed to emitpcode_real
7801 and replace by macro adding debug information on demand
7802 * (genNot): fixed to C semantics (!0 = 1; !x = 0 iff x != 0)
7803 * (gencjne): tried to fix; replaced with correct (slower) code
7804 * (gen{Unp,P}ackBits): fixed single bit access
7805 * src/pic/pcode.c (AnalyzepCode): fixed DFPRINTF argument
7806 * src/pic/pcodepeep.c (pCodeSearchCondition): fixed finding
7807 previous instruction
7808 * src/pic/pcoderegs.c (regIsSpecial): NEW, check whether a
7809 register has to be handled with care (forbidding movement
7810 of assignments/uses, removing assignments completely, ...)
7811 * (pCodeOptime2pCodes): make use of regIsSpecial
7812 * added lots of debugging output (commented out)
7813 * src/pic/rallloc.c (deassignLRs): prevent operand registers
7814 from being reused as result UNLESS it is known to work
7816 2005-07-23 Maarten Brock <sourceforge.brock AT dse.nl>
7818 * support/Util/dbuf.h: include <stddef.h> for size_t
7819 * .version: changed to version 2.5.2
7821 2005-07-23 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7823 * src/SDCCloop.c (loopInvariants): fixed bug #1234048
7825 2005-07-22 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7827 * src/hc08/gen.c (genMinus): fixed bug #1241835,
7828 (genModOneByte): removed needless psha/pula
7830 2005-07-22 Raphael Neider <rneider AT web.de>
7832 * src/SDCCmain.c (linkEdit): initialized linkerScriptFileName,
7833 have PIC14 handled like PIC16, fixes broken pic14 linker calls
7834 * src/pic/gen.c (resolveIfx): do not "invent" labels
7835 * (genSkipc): changed to positive logic
7836 * (genSkipCond): removed as no longer needed
7837 * (pic14_mov2w_regOrLit,genCmp): NEW, replacement for buggy version,
7839 * (genLeftShift): check operands are in different registers
7840 * src/pic/genarith.c (genPlus): replaced INCF with ADDLW as
7841 INCF does not update CARRY...
7842 * src/pic/main.c: fixed _linkCmd
7843 * src/pic/pcode.c (unlinkpCode): added inactive code
7844 * src/pic/ralloc.c (deassignLRs): keep arguments to shift operations
7845 alive (do not assign result and operand overlapping registers)
7847 2005-07-22 Raphael Neider <rneider AT web.de>
7849 * src/pic/device.c (dump_sfr): replaced register declaration with
7850 call to emitSymbolToFile() to avoid duplicate symbols
7851 * (assignRelocatableRegisters): do not declare external symbols
7852 * src/pic/ralloc.c (allocNewDirReg): fixed to get size of arrays
7853 right (take size of type, not etype)
7854 * (allocDirReg): fixed call to allocNewDirReg() to pass OP_SYM_TYPE
7855 * (writeUsedRegs): also dump dynDirectRegs (e.g. local variables)
7856 * (packRegsForAccUse): disabled assignment of WREG as
7857 the result reg to prevent occurence of just fixed #1235003,
7859 * src/pic/glue.c (emitSymbolToFile): NEW, central place to declare
7860 symbols (avoids duplicate symbols in .asm file)
7861 * (pic14emitRegularMap): use emitSymbolToFile()
7862 * src/pic/gen.c (aopOp): fixed spillLocation handling
7863 * (gen{Unp,P}ackBits): fixed acquiring bit-operands
7864 * (genDataPointerSet): removed unneccessary variables/output
7866 2005-07-22 Maarten Brock <sourceforge.brock AT dse.nl>
7868 * as/mcs51/lkarea.c: enlarged codemap for banked memory
7869 * device/lib/mcs51/crtbank.asm: added # to 0x0F
7871 2005-07-21 Raphael Neider <rneider AT web.de>
7873 * src/pic/gen.c (aopOp): do not generate AOP_ACC operands as pic14
7874 architecture cannot handle them efficiently, fixes bug #1235003
7875 * src/pic16/device.c (pic16_dump_{u,i}section,pic16_dump_int_registers):
7876 check for empty sets before using them (fixes bug #1232190)
7878 2005-07-19 Maarten Brock <sourceforge.brock AT dse.nl>
7880 * as/mcs51/lkarea.c (lnkarea, lnkarea2): improved BSEG size calculation,
7881 (lnksect2): generate warnings for memory overlap
7882 * src/SDCC.lex (doPragma, process_pragma): added pragma's codeseg and
7883 constseg to set the name of these segments so you can instruct the linker
7884 to place them in banks
7885 * src/SDCCast.c (decorateType): use new macro IS_FUNCPTR()
7886 * src/SDCCglobl.h: added MODEL_HUGE to enum,
7887 added code_seg and const_seg to options
7888 * src/SDCCglue.c (emitMaps): use options.const_seg,
7889 (createInterruptVect): put interrupt vectors in segment HOME,
7890 (glue): put HOME before static segment and put the main glue in HOME,
7891 (glue): use options.code_seg
7892 * src/SDCCicode.c (geniCodeCall): use new macro IS_FUNCPTR()
7893 * src/SDCCmain.c: added option --codeseg and --constseg to set the name of
7894 these segments so you can instruct the linker to place them in banks
7895 (linkEdit): use code_loc for HOME segment which should be the first
7896 segment in code memory now
7897 * src/SDCCmem.c: fixed more stuff like bug 1238386
7898 * src/SDCCsymt.c (getSize): use generic pointer size for banked functions,
7899 (changePointer): don't change function pointers to code pointers for
7901 (compareType): added exceptional check for banked function pointers
7902 * src/SDCCsymt.h: changed IFFUNC_ISBANKEDCALL, added IS_FUNCPTR
7903 * src/hc08/main.c (_hc08_genAssemblerPreamble): put HOME first, put CSEG
7904 after static in code memory
7905 * src/mcs51/gen.c: added aopLiteralLong prototype,
7906 (aopForSym): use getSize for functions,
7907 (genCall): generate banked calls over one trampoline __sdcc_banked_call
7908 in HOME with lsb of address in r0, msb in r1 and bank in r2, use
7909 -Wl-bBANKSEG=0xbbaaaa option to set the address (aaaa) and bank (bb) of
7911 (genPcall): use call for literal function pointers and generate banked
7912 calls over the one trampoline so there's only one place for the user to
7913 modify according to his/hers hardware,
7914 (genEndFunction): jump to __sdcc_banked_ret in HOME for banked functions,
7915 (genPlusIncr): moved check icount>4 beyond inc dptr optimization
7916 * src/mcs51/main.c: added keyword banked,
7917 (_mcs51_genExtraAreas): put HOME first followed by GSINIT, STATIC and CSEG
7918 * support/Util/SDCCerr.c,
7919 * support/Util/SDCCerr.h: added E_BANKED_WITH_CALLEESAVES, registers are
7920 needed for passing the bank and address to the trampoline
7921 * device/lib/mcs51/crtbank.asm: added for bankswitching
7922 * device/lib/mcs51/Makefile: added crtbank
7924 2005-07-16 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7926 * src/SDCCcse.c (algebraicOpts): fixed loss of volatility
7927 for fields at offset 0 of a struct or union as reported
7928 on 2005-07-07 in the developer mailing list.
7930 2005-07-15 Maarten Brock <sourceforge.brock AT dse.nl>
7932 * src/SDCCmem.c: fixed bug 1238386
7934 2005-07-12 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
7936 * src/mcs51/peeph.def: added labelrefcounting for peepholes
7937 (patch #1144962), added peephole 300, enabled 259.x
7938 * doc/sdccman.lyx: removed screenshot and provided link instead
7940 2005-07-05 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
7942 * doc/sdccman.lyx: added section about debugging with ddd
7943 * doc/figures/ddd_example.eps: screenshot of debugging session
7945 2005-07-04 Raphael Neider <rneider AT web.de>
7947 * src/pic/gen.c (genPointerGet): handle pointers to CONST values
7948 like CODE pointers, fixes #1115683
7949 * src/pic/pcode.c (DoBankSelect): forget LastRegIdx during function
7950 call, fixes bugs #1232211, #1228110,
7951 fixed wrong casts to pCodeFlow from pCodeInstructions
7953 2005-07-04 Raphael Neider <rneider AT web.de>
7955 * src/pic/gen.c (popGet): changed assert to allow for
7957 * (popGetAddr): changed signature to provide
7958 an additional index, patched all call sites
7959 * (genCmpEq): handle literal-like operands correctly
7960 * (genAddrOf): added sanity checks on __code/__data pointers
7961 * (genAssign): added handling of symbols from __code section
7962 * (gencjne): do not generate code for comparisons whose result
7963 is neither stored nor used, fixes bug #1171114
7964 * (AccLsh, AccRsh): operate on operand instead of WREG
7965 * (shift{Left,Right}_Left2ResultLit): NEW, size independant
7966 replacement for Shift{LR}{12}Left2Result; shift (byte/int/long)
7968 * rewrote complete shift-by-literal logic, commented unused
7970 * (genConstPointerGet): get multiple bytes (if result size > 1),
7971 fixed handling of non-immediate addresses
7972 * (genPointerGet): handle CODE pointers like CONST pointers
7973 * (genpic14Code): insert C-SRC lines as Cource-pCodes
7974 * ({aop,op}_isLitLike): NEW, single place to decide whether an
7975 operand is to be treated as a literal or not
7976 * (mov2w,genPcall,genCmpEq),
7977 src/pic/genarith.c: use aop_isLitLike() to decide between
7978 literal/register contents
7979 * (addSign): added missing offset
7980 * src/pic/gen.h: remove newline after FENTRY/FEXIT comments,
7981 only emit comment in debug-mode,
7982 use {aop,op}_isLitLike throughout the file
7983 * src/pic/glue.c: fix initializers for pointers (work in progress)
7984 * src/pic/pcode.c (get_op): honor index on _const symbols
7985 * ({reset,dump}pCodeStatistics): NEW, estimate code size
7986 * (dumppBlock): added pCode size estimation
7987 * src/pic/ralloc.c (deassignLRs,serialRegAssign,packRegisters):
7988 check for IS_SYMOP before OP_SYMBOL'ing
7989 * fixed indentation, compacted switch-statements
7990 * (allocReg): find free register and allocate it instead of
7991 allocating new registers all the time
7992 * (deassignLRs): prevent POINTER_GET's from being assigned the same
7993 registers as its operands (necessary only for multibyte GETs)
7995 2005-07-01 Raphael Neider <rneider AT web.de>
7997 * src/pic/gen.h: added prototypes emitpComment, popGetAddr and
7998 debugging .asm-output macros FENTRY + FEXIT
7999 * src/pic/gen.c (Safe_vsnprintf): NEW, is there a more generic
8001 * (emitpComment): NEW, printf to pCode
8002 * (popGet): added assert on too large offsets, fixed PO_IMMEDIATE's
8004 * (popGetAddr): NEW, variant of popGet to access an immediates
8005 high(er) bytes instead of the n'th byte of memory they reference,
8006 replaced popGet with popGetAddr where neccessary
8007 * (genDataPointerGet): reactivated and fixed implementation
8008 * (genNearPointerGet): enabled call to genDataPointerGet, fixes array-
8010 * (genDataPointerSet): fixed multibyte assignments
8011 * (genpic14Code): fixed --i-code-in-asm handling
8012 * src/pic/genarith.c: fixed PO_IMMEDIATE issue using popGetAddr,
8013 * (genPlus): fixed index-out-of-bounds error
8014 * src/pic/pcode.c (get_op): fixed PO_IMMEDIATE's index/offset handling
8015 * src/pic/ralloc.c: added debugging output macro FENTRY2
8016 * (spillThis): fixed indentation, enbraced for-body for clarity
8017 * (rematStr): commented out as now unused
8018 * (regTypeNum): commented out special spill case (overwrites
8020 * fixes bugs #1229346, #1216476 (both arrays) and #1115667 (SIGSEGV)
8022 2005-06-30 Maarten Brock <sourceforge.brock AT dse.nl>
8024 * doc/sdccman.lyx: documented sfr16/sfr32,
8025 added example for using storage class with function pointers
8026 * src/mcs51/gen.c (genPlusIncr): optimized small offsets from dptr
8028 2005-06-28 Maarten Brock <sourceforge.brock AT dse.nl>
8030 * device/lib/_gptrget.c: also push/pop _PSBANK, added # to 0x03
8031 * device/lib/_itoa.c,
8032 * device/lib/_ltoa.c: optimized codesize
8033 * src/SDCCsymt.c (checkSClass): added sanity check for sfr at addresses,
8034 but don't know how to suppress the double warning.
8035 * src/mcs51/gen.c (genPlusIncr): fixed bug when incrementing volatile int's
8036 * support/Util/SDCCerr.c,
8037 * support/Util/SDCCerr.h: added warning W_SFR_ABSRANGE for sanity check
8039 2005-06-27 Maarten Brock <sourceforge.brock AT dse.nl>
8041 * as/mcs51/asexpr.c (expr): disabled warning "not in .flat24 mode",
8042 fixed old K&R prototypes
8043 * as/mcs51/asout.c (outrb): always output as if generating 24bit addresses
8044 * device/lib/_gptrget.c,
8045 * device/lib/_gptrgetc.c,
8046 * device/lib/_gptrput.c: changed versions for new memory indicator values,
8047 also new versions for small generic pointers and banked generic pointers
8048 * src/port.h: added const_name
8049 * src/SDCC.lex: added keywords sfr16, __sfr16, sfr32, __sfr32
8050 * src/SDCC.y: added tokens SFR16, SFR32 and their sfr_attributes
8051 * src/SDCCcse.c (findPrevIc): check all associative operators
8052 * src/SDCCglue.c (emitMaps): use CONST_NAME if defined
8053 * src/SDCCicode.h: added macro IS_ASSOCIATIVE
8054 * src/SDCCmem.c: updated comments,
8055 set far-space to 0 for pdata, results in optimized code
8056 * src/SDCCmem.h: added macro CONST_NAME
8057 * src/SDCCsymt.h: renumerated generic pointer types GPTYPE_... thereby
8058 moving the info into the highest bits, see also gptrget/gptrput
8059 * src/src.dsp: added sdcc.ico to project files
8060 * src/avr/gen.c (genCast): fixed bug 0x%d
8061 * src/avr/main.c (avr_port): added "CONST (CODE)" for const_name
8062 * src/ds390/gen.c (aopForRemat, adjustArithmeticResult): disconnected direct
8063 relation between ptr_type and DCL_TYPE,
8064 (genCast): fixed bug 0x%d
8065 * src/ds390/main.c (ds390_port, tininative_port, ds400_port): added "CONST
8066 (CODE)" for const_name
8067 * src/hc08/gen.c (genCast): fixed bug 0x%d
8068 * src/hc08/main.c (_hc08_genAssemblerPreamble): added .area ...const_name,
8069 (hc08_port): added "CONST (CODE)" for const_name
8070 * src/mcs51/gen.c (aopForSym): optimized pushing ACC,
8071 (aopForRemat, adjustArithmeticResult): disconnected direct relation
8072 between ptr_type and DCL_TYPE,
8073 (aopGetUsesAcc, aopGet, aopPut): changed first parameter from asmop* to
8074 operand* and took AOP() inside function so sfr-ness can be checked,
8075 (all over): repaired calls to aopGetUsesAcc, aopGet, aopPut to comply with
8077 (genFunction, genEndFunction): optimized stack setup,
8078 (genMinus): optimized for literals with ending zeroes (in bytes),
8079 (genCast): fixed bug 0x%d
8080 * src/mcs51/main.c (_mcs51_keywords): added sfr16 and sfr32,
8081 (mcs51_port): added "CONST (CODE)" for const_name
8082 * src/mcs51/peeph.def: made rule 226 more generic
8083 * src/pic/main.c (pic_port): added "CONST (CODE)" for const_name
8084 * src/pic16/main.c (pic16_port): added "CONST (CODE)" for const_name
8085 * src/xa51/main.c (xa51_port): added "CONST (CODE)" for const_name
8086 * src/z80/main.c (z80_port): added NULL for const_name,
8087 (gbz80_port): added NULL for const_name
8088 * support/regression/tests/bug663539.c,
8089 * support/regression/tests/sfr16.c: new tests
8091 2005-06-25 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
8093 * device/include/mcs51/p89v51rd2.h, device/include/mcs51/at89s53.h: added.
8095 2005-06-24 Raphael Neider <rneider AT web.de>
8097 * device/lib/pic16/libdev/pic18f[68][567]20.c:
8099 * device/include/pic16/signal.h: added USBIF
8102 2005-06-24 Raphael Neider <rneider AT web.de>
8104 * device/lib/pic16/libdev/pic18f2455.c,
8105 device/include/pic16/pic18f2455.h: NEW
8106 * device/include/pic16/pic18fregs.h,
8107 device/lib/pic16/pics.all,
8108 src/pic16/device.c: added 18f2455
8109 * device/lib/pic16/libdev/pic18f[68][567]20.c,
8110 device/include/pic16/{pic18f[68][567].h,usart.h}:
8111 replaced MULTIPLE_USARTS define with more relaible
8112 compatibility sfrs (for USART access)
8114 2005-06-20 Slade Rich <slade_rich AT users.sourceforge.net>
8116 * src/pic/pcode.c : Fixed problem when a string constant contains a "\r\n"
8117 and the output asm file line is printed on two lines.
8119 2005-06-19 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8121 * sim/ucsim/hc08.src/inst.cc (inst_condbranch): fixed simulation of
8122 BGT, BLE, BHI, and BLS instructions
8123 * src/hc08/gen.c (outAcc, outBitC, outBitNV, genCmpLt, genCmpGt,
8125 * src/hc08/gen.c (genCmpEQorNE, genCmp, branchopCmp, nameCmp,
8126 negatedCmp, exchangedCmp, genhc08Code): rewrite of comparison handling,
8128 * src/hc08/peeph.def: added rules 2g - 2l for new conditional branches
8130 2005-06-15 Raphael Neider <rneider AT web.de>
8132 * src/pic16/NOTES: moved Vangelis from active developers to people to contact
8133 * device/include/pic16/{6520.h,8520.h}: fixed configuration bits
8134 * src/pic16/gen.c (): prevent iTemps from being considered to be in CODESPACE,
8135 fixes bug #1221120; for symbols in CODESPACE get number of bytes to read from
8136 OP_SYM_TYPE() instead of OP_SYM_ETYPE()
8138 2005-06-06 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
8140 * device/include/mcs51/reg764.h: Changed PB0 to PBO as requested by
8141 Marcel Telka in bug #1215704
8143 2005-06-02 Slade Rich <slade_rich AT users.sourceforge.net>
8145 * src/pic/pcode.c : Changed pseudo stack size to 15 to allow WSAVE to be
8146 located in shared memory bank.
8148 2005-05-31 Raphael Neider <rneider AT web.de>
8150 * src/pic16/{gen.c,genarith.c}: replaced sign-extension
8151 "CLRF, BTFSC <signbit>, DECF/COMF" with side-effect-free
8152 "CLRF, BTFSC <signbit>, SETF"; fixes "long>>9"
8154 2005-05-27 Maarten Brock <sourceforge.brock AT dse.nl>
8156 * device/lib/_strncpy.c: fixed the fix
8158 2005-05-26 Raphael Neider <rneider AT web.de>
8160 * src/pic16/glue.c (pic16_printIvalChar): fixed _constant_ string
8161 initializers with \0, bug #1208187
8162 * src/pic/glue.c (printIvalChar): fixed (non- and constant) string
8163 intializers with \0, bug #1208187
8165 2005-05-26 Raphael Neider <rneider AT web.de>
8167 * src/pic16/glue.c (pic16_printIvalChar): fixed string
8168 initializers with \0, bug #1208187
8169 * src/pic16/main.c (_process_pragma): added sanity checks
8170 for stack position and size, emit warnings when appropriate
8172 2005-05-26 Maarten Brock <sourceforge.brock AT dse.nl>
8174 * device/lib/_strncpy.c: fixed not filling with \0
8176 2005-05-26 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8178 * src/SDCCast.c (funcOfType, funcOfTypeVarg, stringToSymbol,
8180 * src/SDCC.y (external_definition, enumerator, parameter_declaration,
8181 compound_statement),
8183 * src/SDCCsymt.c (addSymChain, processFuncArgs): fixed bug #1159134
8185 2005-05-24 Raphael Neider <rneider AT web.de>
8187 * src/pic16/glue.c (pic16_printGPointerType): fixed #1207796
8189 2005-05-24 Raphael Neider <rneider AT web.de>
8191 * device/include/pic16/pic18f{442,452,458}.h: fixed wrong
8192 TRISE definitions, closes bug #1162453
8194 2005-05-22 Raphael Neider <rneider AT web.de>
8196 * src/pic16/main.c (_process_pragma): check for missing
8197 arguments to pragmas code and udata
8198 * device/include/pic16/pic18f{2550,4331,4455,4520}.h:
8199 consistency fixes to match other headers (thanks to Jim Paris)
8200 * device/lib/pic16/libio/i2c.ignore: 18f4331 provides no I2C
8202 2005-05-21 Maarten Brock <sourceforge.brock AT dse.nl>
8204 * src/SDCCicode.c (isOperandEqual): fixed missing ;
8206 2005-05-19 Maarten Brock <sourceforge.brock AT dse.nl>
8208 * support/regression/tests/bug1198642.c: new test
8209 * src/SDCCicode.c (isOperandEqual): fixed bug 1198642
8210 * src/SDCCcse.c (findPrevIc): added comment, please have a look
8211 * support/scripts/resource.h,
8212 * support/scripts/resource.rc,
8213 * src/src.dsp: added sdcc.ico to project as icon for sdcc.exe
8214 * support/scripts/sdcc.ico: added 32x32 icon
8216 2005-05-18 Raphael Neider <rneider AT web.de>
8218 * device/lib/pic16/libdev/pic18f*.c,
8219 * device/include/pic16/pic18f*.h: updated "sfr" and "at X"
8220 keywords to "__sfr" and "__at (X)"
8221 * device/include/pic16/pic18fregs.h: added pic18f4520
8222 * src/pic16/pcode.c (pic16_pCode2str): fixed (?) bug
8223 #1203088 (MPLAB compatibility)
8225 2005-05-17 Raphael Neider <rneider AT web.de>
8227 * device/include/pic16/pic18f{2550,4331,4455,4520}.h: NEW
8228 * device/lib/pic16/libdev/pic18f{2550,4331,4455,4520}.c: NEW
8229 * device/lib/pic16/pics.all: added new devices
8230 * src/pic16/device.c: added support for pic18f4520
8232 2005-05-16 Raphael Neider <rneider AT web.de>
8233 * src/pic16/gen.{c,h}: s/mov2f/pic16_mov2f made public
8234 * src/pic16/genarith.c (genAddLit): fixed bug 1202480
8235 * src/pic16/pcode.{c,h} (pic16_newpCodeOpBit_simple): NEW
8236 convenience function for bit access
8238 2005-05-15 Maarten Brock <sourceforge.brock AT dse.nl>
8240 * device/lib/printf_large.c: fixed bug 1193299
8241 * support/regression/tests/bug1057979.c: added test %3.3s
8243 2005-05-15 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
8245 * device/include/mcs51/8051.h,
8246 * device/include/mcs51/8052.h: made parseable with lint
8247 * device/include/mcs51/lint.h: added include file for (sp)lint
8248 * doc/sdccman.lyx: added doc about use of splint (syntax checking tool)
8249 * doc/cdbfileformat.lyx,
8250 * doc/test_suite_spec.lyx: hardcoded date to the date of last text change
8252 2005-05-14 Raphael Neider <rneider AT web.de>
8254 * device/lib/pic16/Makefile.common.in: add --optimize-df to OPT_FLAGS
8255 * device/lib/pic16/libc/stdlib/itoa.c (new)
8256 * device/lib/pic16/libc/stdlib/Makefile: have itoa.c built
8257 * device/lib/pic16/libio/Makefile: exclude subdir according to
8258 ${subdir}.ignore for certain PICs (lacking e.g. i2c)
8259 * device/lib/pic16/libio/i2c.ignore (new): pic18f1220 has no I2C support
8260 * src/pic16/gen.c (genFunction): prevent annoying warning
8261 * src/pic16/pcode.c: renamed stack_t to dynstack_t to prevent
8263 * support/cpp2/cppmain.c (cpp_output_string): new
8264 * support/cpp2/cpplib.c (_cpp_do__Pragma): fixed _Pragma(""),
8267 2005-05-13 Borut Razem <borut.razem AT siol.net>
8269 * src/SDCCmain.c (linkEdit): fixed bug 1195202
8271 2005-05-12 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8273 * .version: changed to version 2.5.1; back to bleeding edge development
8275 2005-05-11 Borut Razem <borut.razem AT siol.net>
8277 * doc/sdccman.lyx doc/cdbfileformat.lyx doc/test_suite_spec.lyx:
8278 generate PDF version 1.3 documents
8280 2005-05-07 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8282 * .version: changed to version 2.5.0
8284 2005-04-27 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
8286 * doc/sdccman.lyx: updated weblinks, index and smaller updates
8288 2005-04-26 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8290 * doc/sdccman.lyx: changed version 2.5.0, documented --std-c89,
8291 --std-sdcc89, --std-c99, --std-sdcc99, and the corresponding #pragmas, as
8292 well as many smaller updates.
8293 * .version: changed to version 2.5.0-pre1
8295 2005-04-26 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
8297 * src/SDCCmain.c (setIncludePath): added port->target to SDCC_INCLUDE_NAME
8299 2005-04-26 Maarten Brock <sourceforge.brock AT dse.nl>
8301 * support/regression/tests/bug1185672.c: added
8302 * src/mcs51/gen.c (aopGetUsesAcc, genCpl, genAnd, genOr, genXor): fixed
8304 * src/mcs51/gen.c (genCall): added comments, made it look safer
8305 * src/mcs51/gen.c (genEndFunction): simplified
8307 2005-04-25 Maarten Brock <sourceforge.brock AT dse.nl>
8309 * src/mcs51/ralloc.c (serialRegAssign): fixed bug 1189609
8311 2005-04-14 Borut Razem <borut.razem AT siol.net>
8313 * fixed bug 1045046 - SIGSEGV with really simple code?:
8314 src/pic/pcode.c (pCodeInitRegisters)- pseudo stack size increased to 16
8315 src/pic/ralloc.c (typeRegWithIdx) - error message on pseudo stack overflow
8317 2005-04-14 Borut Razem <borut.razem AT siol.net>
8319 * src/pic16/gen.c (genInline), src/pic16/main.c (_process_pragma),
8320 src/pic16/device.h: temporarily disabled experimental #inline pragma
8323 2005-04-14 Maarten Brock <sourceforge.brock AT dse.nl>
8325 * device/include/z80/stdio.h,
8326 * device/include/z80/string.h: removed these highly incomplete files so
8327 SDCC can use the default ones in device/include/
8329 2005-04-14 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8331 * src/mcs51/gen.c (genEndFunction): removed unused variable to fix
8333 * device/lib/Makefile.in: default PORTINCDIR to the mcs51 subdir to
8336 2005-04-12 Maarten Brock <sourceforge.brock AT dse.nl>
8338 * device/include/malloc.h: removed redundant __reentrant prototypes
8339 * device/lib/_mullong.c: added working xstack variant in asm (C version
8340 doesn't pass regression tests)
8341 * device/lib/bpx.c: used __data and made bpx char for mcs51
8342 * src/SDCCast.c (decorateType): removed unused GPTYPE_IDATA,
8343 (createFunction): fixed bug with xstackPtr
8344 * src/SDCCcse.c: corrected comments
8345 * src/SDCCopt.c (convertToFcall): fixed warning in MSVC,
8346 (killDeadCode, eBBlockFromiCode): removed unused code
8347 * src/SDCCsymt.h: removed unused GPTYPE_GPTR and GPTYPE_IDATA,
8349 * src/mcs51/gen.c (aopForSym, aopPut, toBoolean, unsaveRegisters,
8350 assignResultValue, genCall, genFunction, genEndFunction, genAnd,
8351 genOr, genXor, genAddrOf): fixed several bugs concerning xstack
8352 (genModOneByte): fixed warning in MSVC
8353 * src/mcs51/main.c (): added comments
8354 * src/mcs51/peeph.def: changed 129 to 129.a, added 129.b, 129.c & 129.d
8356 2005-04-12 Maarten Brock <sourceforge.brock AT dse.nl>
8358 * src/SDCCmain.c (linkEdit): oops, changed one line too many
8360 2005-04-11 Maarten Brock <sourceforge.brock AT dse.nl>
8362 * src/SDCCmain.c (linkEdit): fixed bug with finding crt0.o for z80
8364 2005-04-10 Vangelis Rokas <vrokas AT users.sourceforge.net>
8366 * src/pic16/glue.c (printIvalChar): fixed bug when emitting
8367 characters arrays of larger size than the declared one.
8369 2005-04-10 Borut Razem <borut.razem AT siol.net>
8371 * src/pic/gen.c (genInline),
8372 src/pic/pcode.c (newpCodeAsmDir), (pCode2str),
8373 (genericPrint), (unlinkpCodeFromBranch), (compareLabel),
8374 (findNextInstruction), (findPrevInstruction),
8375 (findInstructionUsingLabel),
8376 src/pic/pcode.h: fixed bug #1164907 - Labels not being recognized
8377 * src/pic/pcode.c (findLabel): added missing '\n'
8378 * src/src.dsp: added SDCCdwarf2.c to the project
8380 2005-04-09 Borut Razem <borut.razem AT siol.net>
8382 * support/scripts/sdcc.nsi: added include/hc08/* h to NSIS setup
8384 2005-04-08 Raphael Neider <rneider AT web.de>
8386 * src/pic16/pcode.c: added helpers defmapInsertAfter (insert a new item
8387 into the chain after a given one) and mergeDefmapSymbols (combine
8388 defmap entries for each symbol per pcode)
8389 * (createDefmap): have defmap entries merged in the end
8390 * (defmapReplaceSymRef): split defmap entries covering two accesses to
8391 a symbol before replacing one access type's symbol, merge symbols in
8392 the end (replacement symbol might already have an entry)
8393 * (assignValnums): keep reference to written WREG intact
8395 2005-04-08 Raphael Neider <rneider AT web.de>
8397 * src/pic16/pcode.c (struct defmap_s): named anonymous union (for
8400 2005-04-08 Vangelis Rokas <vrokas AT users.sourceforge.net>
8402 * src/pic16/pcode.c (pic16_get_op2): enlarged size of array b to 128
8405 2005-04-07 Raphael Neider <rneider AT web.de>
8407 * device/include/pic16/usart.h: added compatibility defines for
8408 devices with more than one USART
8409 * device/include/pic16/pic18f[68][567]20.h: activated above defines
8411 2005-04-07 Maarten Brock <sourceforge.brock AT dse.nl>
8413 * device/lib/Makefile.in: updated for port specific include
8415 2005-04-07 Maarten Brock <sourceforge.brock AT dse.nl>
8417 * support/regression/ports/mcs51/spec.mk: added mcs51 include
8419 2005-04-07 Maarten Brock <sourceforge.brock AT dse.nl>
8421 * device/include/8051.h,
8422 * device/include/8052.h,
8423 * device/include/at89S8252.h,
8424 * device/include/at89c55.h,
8425 * device/include/at89x051.h,
8426 * device/include/at89x51.h,
8427 * device/include/at89x52.h,
8428 * device/include/mcs51reg.h,
8429 * device/include/reg51.h,
8430 * device/include/reg764.h,
8431 * device/include/regc515c.h,
8432 * device/include/sab80515.h: (re)moved these 12 files
8433 * device/include/mcs51/8051.h,
8434 * device/include/mcs51/8052.h,
8435 * device/include/mcs51/at89S8252.h,
8436 * device/include/mcs51/at89c55.h,
8437 * device/include/mcs51/at89x051.h,
8438 * device/include/mcs51/at89x51.h,
8439 * device/include/mcs51/at89x52.h,
8440 * device/include/mcs51/mcs51reg.h,
8441 * device/include/mcs51/reg51.h,
8442 * device/include/mcs51/reg764.h,
8443 * device/include/mcs51/regc515c.h,
8444 * device/include/mcs51/sab80515.h: and added them here
8446 2005-04-06 Maarten Brock <sourceforge.brock AT dse.nl>
8448 * device/include/stdarg.h: changed SDCC specific keywords to double
8450 * device/include/stdint.h: changed intptr_t and uintptr_t for others than
8452 * device/include/hc08/mc68hc908gp32.h,
8453 * device/include/hc08/mc68hc908jb8.h,
8454 * device/include/hc08/mc68hc908jkjl.h,
8455 * device/include/hc08/mc68hc908qy.h: fixed comments
8456 * device/include/mcs51/README: updated
8457 * device/include/mcs51/c8051f120.h: added PINRSF
8458 * device/lib/pic16/libc/stdlib/crc16.c: fixed comments
8459 * src/pic16/pcode.c: MSVC6 doesn't accept declaring new variables
8460 amidst code. Also inline is not supported.
8462 2005-04-06 Raphael Neider <rneider AT web.de>
8464 * src/pic16/pcode.c (pic16_pCodeReplace): also update pcflow->end
8465 * (createDefmap): fixed CALLs to depend on FSR1 and RETLW to restore
8466 callers stack/frame pointers
8468 2005-04-06 Vangelis Rokas <vrokas AT users.sourceforge.net>
8470 * device/include/pic16/usart.h: added, missing in previous commit,
8471 * device/include/pic16/adc.h: fixed typo,
8472 * device/lib/pic16/libc/utils/cvtdec.S: added missing in previous
8474 * device/lib/pic16/libc/stdlib/g_ftoa.S: modified to include
8476 * device/lib/pic16/libc/stdio/streams.c: leave stdin, stdout
8477 uninitialized because a bug appears with gplink
8478 * device/lib/pic16/{some makefiles}: moved $(CSTD) from CFLAGS to
8479 COMPILE_FLAGS and added CPPFLAGS with -nostdinc because sdcpp
8480 complains for unrecognised option
8482 2005-04-05 Raphael Neider <rneider AT web.de>
8484 * src/pic16/gen.c (pic16_popCopyReg): made copying work for extended
8485 structs as well (using memcpy)
8486 * (genFunction): fixed comparison, used pCodeOpLabel to reduce warning
8487 on ISRs (GOTO has no label)
8488 * src/pic16/device.h: added OF_OPTIMIZE_DF
8489 * src/pic16/main.c: added compiler switch --optimize-df to enable the
8490 new data flow analysis/optimization
8491 * src/pic16/pcode.c: added (prototypes for and implementation of)
8492 dataflow analysis functions, fixed pCodeInstructions' inCond and
8493 outCond values, made RCALL a branch instruction
8494 * (pic16_unlinkpCode): keep C line if possible
8495 * (pic16_pCodeUnlink): removed cast on left side of assignment, have
8496 C line moved if possible
8497 * (pic16_getRegFrompCodeOp): NEW, improved version of...
8498 * (pic16_getRegFromInstruction,pic16_getRegFromInstruction2): changed
8499 to use new pic16_getRegFrompCodeOp (works for more SFRs)
8500 * (pic16_BuildFlow): fixed skip instructions with label (did not start
8502 * (pic16_getJumptabpCode): NEW, needed in...
8503 * (LinkFlow): fixed handling of jumptables, calls and conditional
8505 * (pic16_InsertCommentAfter): NEW
8506 * (pic16_pCodeReplace): made verbose and flow preserving
8507 * (AnalyzeFlow): added call to data flow analysis
8508 * src/pic16/pcode.h: added defmaps to pCodeFlow struct
8509 * src/pic16/pcodeflow.h: added PCC_STATUS to mean all STATUS bits
8510 * src/pic16/ralloc.c (packRegsForAssign): added return 1 in the end
8512 2005-04-03 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8514 * src/SDCCast.c (decorateType): fixed bug #1105626
8516 2005-04-02 Vangelis Rokas <vrokas AT users.sourceforge.net>
8518 * device/include/asm/pic16/features.h,
8519 * pic18f*.h headers,
8520 * device/include/pic16/adc.h,
8521 * device/include/pic16/delay.h,
8522 * device/include/pic16/i2c.h,
8523 * device/include/pic16/malloc.h,
8524 * device/include/pic16/stdio.h,
8525 * device/include/pic16/stdlib.h,
8526 * device/include/pic16/string.h,
8527 * device/lib/pic16/libc/stdio/printf_tiny.c,
8528 * device/lib/pic16/libc/stdio/printf_small.c,
8529 * device/lib/pic16/libc/stdio/strmgpsim.c,
8530 * device/lib/pic16/libc/stdio/strmmssp.c,
8531 * device/lib/pic16/libc/stdio/strmusart.c,
8532 * device/lib/pic16/libc/stdio/vfprintf.c,
8533 * device/lib/pic16/libc/stdlib/ltoa.c,
8534 * device/lib/pic16/libc/stdlib/putchar.c,
8535 * device/lib/pic16/libc/stdlib/x_ftoa.c,
8536 * device/lib/pic16/libc/stdlib/memchrpgm.c,
8537 * device/lib/pic16/libc/stdlib/memchrram.c,
8538 * device/lib/pic16/libc/stdlib/memcpypgm2ram.c,
8539 * device/lib/pic16/libc/stdlib/memcpyram2ram.c,
8540 * device/lib/pic16/libio/adc/adcbusy.c,
8541 * device/lib/pic16/libio/adc/adcread.c,
8542 * device/lib/pic16/libio/adc/adcsetch.c,
8543 * device/lib/pic16/libio/usart/ubaud.c,
8544 * device/lib/pic16/libio/usart/ubusy.c,
8545 * device/lib/pic16/libio/usart/udrdy.c,
8546 * device/lib/pic16/libio/usart/uopen.c,
8547 * device/lib/pic16/libio/usart/uputc.c,
8548 * device/lib/pic16/libsdcc/gptr/gptrget1.c,
8549 * device/lib/pic16/libsdcc/gptr/gptrget2.c,
8550 * device/lib/pic16/libsdcc/gptr/gptrget3.c,
8551 * device/lib/pic16/libsdcc/gptr/gptrget4.c,
8552 * device/lib/pic16/libsdcc/gptr/gptrput1.c,
8553 * device/lib/pic16/libsdcc/gptr/gptrput2.c,
8554 * device/lib/pic16/libsdcc/gptr/gptrput3.c,
8555 * device/lib/pic16/libsdcc/gptr/gptrput4.c: modified all SDCC
8556 specific keywords to double underlined form,
8557 * device/lib/pic16/libc/Makefile.rules,
8558 * device/lib/pic16/libsdcc/Makefile.rules,
8559 * device/lib/pic16/libm/Makefile,
8560 * device/lib/pic16/libio/Makefile.rules: added CSTD macro in CFLAGS
8561 to compile with C standard set in Makefile.common
8562 * device/lib/pic16/libc/stdlib/Makefile: added new C sources
8563 rand.c and crc.c in compilation process,
8564 * device/lib/pic16/libsdcc/int/divuint.c,
8565 * device/lib/pic16/libsdcc/long/divulong.c: changed declaration of
8566 `c' from signed to unsigned,
8567 * device/lib/pic16/startup/crt0.c,
8568 * device/lib/pic16/startup/crt0i.c,
8569 * device/lib/pic16/startup/crt0iz.c: adopted to all SDCC specific
8570 keywords to double underlined form, bug fixes in _do_cinit function
8571 which prevented the correct initialization of the .idata segment,
8572 * src/pic16/pcoderegs.c (insideLRBlock): fixed a bug that caused the
8573 core to enter a infinite loop
8574 * device/lib/pic16/libc/stdlib/rand.c, crc.c: new files
8576 2005-04-02 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8578 * src/SDCCicode.c (getArraySizePtr): fixed bug #1122171
8580 2005-04-01 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8582 * device/include/Makefile.in: add support for hc08 subdirectory
8583 * device/include/hc08/: new subdirectory
8584 * device/include/hc08/mc68hc908jkjl.h: new header contributed by
8585 Lucas Loizaga, thanks!
8586 * device/include/hc08/mc68hc908qy.h,
8587 * device/include/hc08/mc68hc908gp32.h,
8588 * device/include/hc08/mc68hc908jb8.h: moved hc08 register defs to
8589 their own directory. Changed internal macro names to use the compiler
8590 reserved namespace. Changed SDCC specific keywords to double
8592 * device/include/math.h,
8593 * device/include/malloc.h,
8594 * device/include/stdarg.h,
8595 * device/include/stdbool.h
8596 * device/include/string.h,
8597 * device/include/tinibios.h,
8598 * device/include/ds400rom.h,
8599 * device/include/8051.h,
8600 * device/include/8052.h,
8601 * device/include/80c51xa.h,
8602 * device/include/at89c55.h,
8603 * device/include/at89S8252.h,
8604 * device/include/at89x51.h,
8605 * device/include/at89x52.h,
8606 * device/include/ds80c390.h,
8607 * device/include/reg764.h,
8608 * device/include/regc515c.h,
8609 * device/include/sab80515.h,
8610 * device/include/mcs51/c8051f000.h,
8611 * device/include/mcs51/c8051f018.h,
8612 * device/include/mcs51/c8051f020.h,
8613 * device/include/mcs51/c8051f040.h,
8614 * device/include/mcs51/c8051f060.h,
8615 * device/include/mcs51/c8051f120.h,
8616 * device/include/mcs51/c8051f300.h,
8617 * device/include/mcs51/c8051f310.h,
8618 * device/include/mcs51/c8051f320.h,
8619 * device/include/mcs51/c8051f330.h,
8620 * device/include/mcs51/c8051f350.h,
8621 * device/include/z180.h: Changed SDCC specific keywords to double
8624 2005-03-31 Vangelis Rokas <vrokas AT users.sourceforge.net>
8626 * src/pic16/device.c (Pics16[]): added devices 18F2550, 18F4331,
8628 * (pic16_assignConfigWordValue): disable testing of configuration
8629 register value with config mask,
8630 * src/pic16/gen.c (pic16_testStackOverflow): prefix stack test
8631 function with port->fun_prefix,
8632 * (genFunction): when generating a naked interrupt function never
8633 create an absolute segment placed in interrupt vector address, place
8634 the actual interrupt function at IVA instead, when an interrupt
8635 function is generated with unspecified interrupt then do not create
8636 the absolute section,
8637 * (genGenPointerGet, genGenPointerSet, genPackBits): replace all
8638 code for generating a call to generic pointer get/put function with
8639 a call to function pic16_callGenericPointer(),
8640 * src/pic16/genutils.c (pic16_callGenericPointerRW): NEW, generates
8641 the call to the generic pointer get/put functions with prefixing the
8642 function name with port->fun_prefix,
8643 * src/pic16/glue.c (pic16glue): ifdef-out test of OF_LR_SUPPORT,
8644 * src/pic16/main.c (_process_pragma): prefix function with
8646 * (_pic16_finaliseOptions): define macro __18Fxxxx macro when
8647 calling assembler, old 18Fxxxx macro is deprecated,
8648 * src/pic16/pcode.c (unlinkpCodeFromBranch): added PC_INLINE and
8649 PC_ASMDIR in while condition,
8650 * (findInstruction): add PC_ASMDIR in while condition,
8651 * (buildCallTree): prefix main with port->fun_prefix,
8652 * (pic16_pCode2str): fixed bug that didn't emit the memory access
8653 identifier for variable with banked access in instructions BTFSS,
8654 BTFSC, BCF, BSF, BTG
8655 * (AnalyzeFlow): moved call to OptimizepCode to pic16_AnalyzeBanking,
8656 * src/pic16/pcodepeep.c (pCodeOpCompare): increase size of b to 1024,
8657 * src/pic16/pcoderegs.c (pic16_pCodeRegoptimizeRegUsage): don't
8658 perform optimization when enviroment variable NO_REG_OPT is set,
8659 * (insideLRBlock): NEW, return 1 if register is inside an
8660 INF_LOCALREGS block,
8661 * (RemoveRegFromLRBlock): remove a register that is completely
8662 eliminated by register optimization, but it is still left in local
8663 register store/restore in/from stack block,
8664 * (Remove2pcodes): after removing register, check to see if it
8665 should be removed from local register store/restore in/from stack
8667 * src/pic16/ralloc.c (pic16_decodeOp): added decode for
8668 DUMMY_READ_VOLATILE,
8670 * device/include/pic16/adc.h: minor prototype modifications and
8672 * device/include/pic16/malloc.h: added GPL notice various
8674 * device/include/pic16/stdint.h: NEW, standard header for ints
8675 * device/include/pic16/delay.h: NEW, header for delay functions,
8676 delay10tcy, delay100tcy, delay1ktcy, delay10ktcy, delay100ktcy,
8678 * device/include/pic16/signal.h: NEW, header providing helper macros
8679 for implementing signal handlers,
8680 * device/include/pic16/stdio.h: added prototypes for functions,
8681 printf, vprintf, sprintf, vsprintf, fprintf, vfprintf. Added
8682 prototypes for stdin and stdout, added macro PUTCHAR to
8683 automatically implement putchar function prototype,
8684 * device/include/pic16/usart.h: modified and updated USART library,
8685 * device/lib/pic16/libio/adc/,
8686 * device/lib/pic16/libio/i2c: some modifications to improve library
8688 * device/lib/pic16/libc/stdio/: modifications for the new printf*
8689 family of functions,
8690 * device/lib/pic16/libc/stdlib/: various modifications in the malloc
8691 family of functions and other sources,
8692 * device/lib/pic16/libio/usart/: NEW, c sources for the usart module
8693 of the PIC18Fxx[28] devices,
8694 * device/lib/pic16/libc/delay/: NEW, c sources for the delay functions,
8695 * device/lib/pic16/libc/utils/: minor modifications in the .S sources,
8696 * device/lib/pic16/startup/{crt0i.c, crt0iz.c}: redesign of the
8697 _do_cinit function, because the previous failed when local variables
8698 where not placed in the same memory bank,
8699 * device/lib/pic16/libsdcc/char/: various modifications to improve
8700 library performance,
8701 * doc/sdccman.lyx: some reorganization of the PIC16 part, added many
8702 information on the new functions of the c library and more...
8704 2005-03-28 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8706 * src/SDCCBBlock.c (iCodeBreakDown): fixed bug #1170212
8708 2005-03-26 Raphael Neider <rneider AT web.de>
8710 * src/pic16/gen.c (genSkipc): fixed semantics (execute branch
8711 if condition == CARRY)
8712 * (genCmp): adapted to new genSkipc semantics
8713 * src/pic16/genutils.c (pic6_genCmp_special): removed side effect
8714 on rIfx (genCmp was broken)
8716 2005-03-26 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8718 * src/SDCCmain.c (setDefaultOptions, optionsTable[], parseCmdLine),
8719 * src/z80/main.c (_keywords[]),
8720 * src/SDCCglobal.h (struct options),
8722 * src/SDCC.lex (isTargetKeyword, doPragma, pragma_tbl[]): new pragmas
8723 to enable/disable SDCC and C99 extensions/keywords (std_c89, std_sdcc89,
8724 std_c99, std_sdcc99). Also, equivalent command line options (--std-c89,
8725 --std-sdcc89, --std-c99, --std-sdcc99). SDCC specific keywords are
8726 always available in leading double underscore form. The C99 support is
8727 mostly missing, but it's a start.
8728 * support/regression/tests/bug-227710.c: fixed nonconforming use of
8729 reserved identifier "__data".
8731 2005-03-24 Maarten Brock <sourceforge.brock AT dse.nl>
8733 * src/mcs51/peeph.def: fixed bug 1170013
8735 2005-03-22 Maarten Brock <sourceforge.brock AT dse.nl>
8737 * device/include/mcs51reg.h: fixed bug 842007
8739 2005-03-21 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8741 * src/SDCCcflow.c (dfNumCompare): committed the wrong version of this
8744 2005-03-20 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8746 * src/port.h (struct PORT),
8747 * src/avr/ralloc.c (avr_assignRegisters),
8749 * src/ds390/ralloc.c (ds390_assignRegisters),
8751 * src/hc08/ralloc.c (hc08_assignRegisters),
8753 * src/mcs51/ralloc.c (mcs51_assignRegisters),
8755 * src/pic/ralloc.c (pic14_assignRegisters),
8757 * src/pic16/ralloc.c (pic16_assignRegisters),
8759 * src/xa51/ralloc.c (xa51_assignRegisters),
8761 * src/z80/ralloc.c (z80_assignRegisters),
8763 * src/SDCCopt.c (eBBlockFromiCode, replaceRegEqv, killDeadCode),
8764 * src/SDCCcse.c (ifxOptimize, cseBBlock, cseAllBlocks),
8766 * src/SDCCdflow.c (computeDataFlow),
8768 * src/SDCCloop.c (addDefInExprs, loopInvariants, loopOptimizations),
8770 * src/SDCCcflow.c (*),
8772 * src/SDCCBBlock.c (iCodeBreakDown, dumpEbbsToFileExt, eBBWithEntryLabel),
8773 * src/SDCCBBlock.h (struct ebbIndex): new struct that keeps two copies
8774 of the eBBlock list, sorted by both bbnum and dfnum. (fixes bug with
8775 immedDom() returning wrong block; probably fixes bug #1160833)
8777 2005-03-20 Borut Razem <borut.razem AT siol.net>
8779 * support/scripts/inc2h.pl: WIN32 port
8781 2005-03-19 Maarten Brock <sourceforge.brock AT dse.nl>
8783 * device/lib/makefile.in: added abs.c and labs.c
8785 2005-03-17 Maarten Brock <sourceforge.brock AT dse.nl>
8787 * device/include/stdint.h: added
8788 * device/lib/abs.c: added
8789 * device/lib/labs.c: added
8790 * device/include/stdlib.h: added abs() and labs() prototypes
8791 * device/lib/libsdcc.lib: added abs and labs
8792 * device/include/float.h,
8793 * device/lib/_fsmul.c,
8794 * device/lib/printf_fast.c,
8795 * device/lib/printf_tiny.c: updated comments
8797 2005-03-16 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8799 * src/SDCCicode.c (geniCodeSwitch, geniCodeJumpTable): fixed
8802 2005-03-16 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8804 * src/SDCCcse.c (cseBBlock): retain assignment to self when volatile
8805 * src/SDCCast.c (isLoopCountable): fixed bug #1161985
8807 2005-03-15 Maarten Brock <sourceforge.brock AT dse.nl>
8809 * device/lib/printf_large.c: removed inline assembly for portability and
8810 readability. Use printf_fast if speed or size are more important.
8811 * src/pic16/gen.c: removed conditions around use of DEBUGpc
8812 * src/pic16/genutils.h: added define for DEBUGpc for MSVC
8814 2005-03-15 Vangelis Rokas <vrokas AT users.sourceforge.net>
8816 * src/pic16/genutils.c (pic16_genCmp_special): initialized offs to
8817 prevent compiler warning
8819 2005-03-14 Vangelis Rokas <vrokas AT users.sourceforge.net>
8821 * device/lib/pic16/startup/crt0i.c (_cinit): local variables where
8822 moved to level 0 and declared as static. Also they are explicit
8823 placed in access bank. This was necessery because some times they
8824 might cross memory bank boundaries. crt0iz.c is *NOT* updated!!!
8825 * src/pic16/device.h: added flag OPTIMIZE_CMP to enable some compare
8826 optimizations. Currently only compare to unsigned char is implemented,
8827 * src/pic16/gen.c: added fReturnIdx array,
8828 * (struct resolvedIfx) is moved to gen.h and made public,
8829 * (struct _G): added sregsAlloc and sregsAllocSet fields,
8830 * (aopForSym): added an optimization to directly store in stack of
8831 the operand of a SEND iCode,
8832 * (pic16_aopOp): don't return return registers as strings (AOP_STR)
8833 but as registers instead (AOP_REG) using the fReturnIdx array,
8834 * (pic16_freeAsmop): remove the freed register from the
8835 _G.sregsAlloc field,
8836 * (pic16_aopGet): in case AOP_STR, the compare to 'a' is changed to
8837 a compare of 'WREG',
8838 * (pic16_popGetTempRegCond): changed function prototype, now
8839 function takes also a bitVector argument v which holds the current
8840 set of registers that are allocated for stack access by aopForSym,
8841 registers allocated in aopForSym for accessing stack symbols are not
8842 any more part of the functions usedRegs field,
8843 * (genCall): some times aopOp is called for a stack variable to be
8844 send, aopForSym might perform the push, if this is true make sure
8845 that genCall doesn't push the variable twice by testing _G.resDirect,
8846 * (genFunction): changed testing for unspecified interrupt number
8847 from 256 to INTNO_UNSPEC,
8848 * modified selection scheme of frame pointer generation. Previously
8849 if function did use local registers a frame pointer was generated,
8850 now a frame pointer is generated only if function has arguments
8851 (that need PLUSW2 register access), or has stack arguments, or the
8852 compiler is not instructed to omit the frame pointer,
8853 * (genEndFunction): before restoring local registers that were saved
8854 in the function preamble, also restore the registers that *might*
8855 have been allocated for stack access,
8856 * (genRet): removed some old comments,
8857 * (genCmp, the active (RN's) version): added a call to the
8858 pic16_genCmp_special function to perform the compare with a more
8859 robust and optimized way,
8860 * (genInline): a feature has been added in inline code generation,
8861 which allows a wildcard variable substitution when writing inline
8862 assembly. Code is incomplete and experimental therefore undocumented,
8863 * (genCast): changed order of aopOp for result and right to allow
8864 aopForSym to directly load the result if possible,
8865 * src/pic16/genutils.c (selectCompareOp, pic16_genCmp_special): NEW,
8866 perform an optimized compare on some selected special occasions,
8867 * src/pic16/genutils.h: declaration of resolvedIfx structure from gen.c,
8868 * src/pic16/glue.c (pic16createInterrupVect): make sure we never
8869 generate an IVT any more,
8870 * src/pic16/main.c (pic16_optionsTable): added command line option
8872 * (_pic16_initPaths): when calling C preprocessor define pic18fXXXX
8873 macro too, when calling assembler define pic18fXXXX *and* __18Fxxxx
8875 * src/pic16/NOTES: Raphael Neider added in list of active developers
8876 * src/pic16/pcode.c (OPT_TYPE_STR): added strings jumptable_begin and
8877 jumptable_end to prevent bug #,
8878 * (pic16_pciADDWFC, ADDFWC, COMF, CLRF): added some missing flags in
8879 inCond and outCond fields,
8880 * src/pic16/pcoderegs.c (pCodeOptime2pCodes): add a fix for bug #,
8881 * src/pic16/ralloc.c (serialRegAssign): explicit set willCS to 0 to
8882 turn off register spilling,
8883 * (packRegsForOneUse): synced with other ports' versions although it
8884 is not used currently,
8885 * (pic16_packRegisters): added an optimization while reading
8886 structure bitfields, some registers may be saved (malloc code is
8887 decreased by 80 bytes)
8889 2005-03-12 Vangelis Rokas <vrokas AT users.sourceforge.net>
8891 * src/SDCCcse.c (cseBBlock): inside 'do operand lookup' loop test if
8892 left is a bitfield, if yes, then don't optimize assignment. Perhaps
8893 this can be optimized more?
8895 2005-03-10 Raphael Neider <rneider AT web.de>
8897 * src/pic16/gen.c (pic16_loadFSR0, genPackBits, genUnpackBits,
8898 genNearPointerGet): (hopefully) fixed access to bitfields via
8899 pointers (p->bitN = x; and x = p->bitN; failed)
8901 2005-03-09 Paul Stoffregen <paul AT pjrc.com>
8903 * device/lib/printf_fast.c: fix leading zero format, eg "%02d"
8905 2005-03-09 Raphael Neider <rneider AT web.de>
8907 * src/SDCCopt.c (killDeadCode): fixed bug #1156016
8909 2005-03-06 Maarten Brock <sourceforge.brock AT dse.nl>
8911 * src/SDCCicode.h: moved CRITICAL and ENDCRITICAL from SKIP_IC2 to SKIP_IC
8912 * src/mcs51/ralloc.c (willCauseSpill): added check for REG_BIT type,
8913 (regTypeNum): set REG_BIT type if necessary
8914 * src/mcs51/ralloc.h: added define REG_BIT, used to fix bug 1144613
8915 * support/regression/tests/critical.c: check bug 1144613
8917 2005-03-02 Raphael Neider <rneider AT web.de>
8919 * src/pic16/gen.c (genRightShiftLiteral): fixed bug #1154256
8921 2005-02-26 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8923 * src/avr/ralloc.c (serialRegAssign),
8924 * src/ds390/ralloc.c (serialRegAssign),
8925 * src/hc08/ralloc.c (serialRegAssign),
8926 * src/mcs51/ralloc.c (serialRegAssign),
8927 * src/pic/ralloc.c (serialRegAssign),
8928 * src/pic16/ralloc.c (serialRegAssign),
8929 * src/xa51/ralloc.c (serialRegAssign),
8930 * src/z80/ralloc.c (serialRegAssign): fixed bug #1105154
8932 2005-02-22 Maarten Brock <sourceforge.brock AT dse.nl>
8934 * src/SDCCast.c (decorateType): fixed bug 1124787
8936 2005-02-20 Hubert Sack <sack AT digiplan.de>
8937 committed by Frieder Ferlemann <Frieder.Ferlemann AT web.de>
8939 * src/mcs51/peeph.def: added peepholes 3.h-k and 132.a-f from
8942 2005-02-20 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
8944 * src/SDCCpeeph.def: new keyword "labelRefCountChange" which allows peepholes
8945 to keep the correct label reference count when adding/removing references
8946 to labels. A peephole file using this is appended to patch #1144962.
8948 2005-02-14 Raphael Neider <rneider AT web.de>
8950 * device/lib/pic16/libc/string/memccpy.c: changed 3rd argument to char
8951 * src/SDCC.lex (process_pragma): fixed to make disable_warning work for PIC16
8952 * src/pic16/gen.c (aopForSym, calls to pic16_aopOp): prevent unneccessary
8953 retrievals of result operand's value on assignment
8955 2005-02-13 Vangelis Rokas <vrokas AT otenet.gr>
8957 * device/include/pic16/string.h: modified prototype for memccpy()
8958 to memccpy(void *, void *, char, size_t)
8959 * src/pic16/gen.c (genFunction, genEndFunction): reenable if-case to
8960 check whether to omit frame pointer or not,
8961 * (genInline): convert all occurences of "\n" to LF in inline
8962 assembler blocks, this helps formatting the inline text,
8963 * (pic16_loadFSR0): modified prototype,
8964 * (genNearPointerGet, genNearPointerSet): reorganization of code,
8965 removed some 8051 legacy code,
8966 * (genPackBits): enabled handling bitfields exceeding one byte in size,
8967 * src/pic16/ralloc.c (pic16_assignRegisters): clear dynrIdx variable
8968 before allocating temporary registers in functions,
8970 2005-02-11 Maarten Brock <sourceforge.brock AT dse.nl>
8972 * support/regression/tests/bitvars.c: corrected the "fix"
8974 2005-02-10 Maarten Brock <sourceforge.brock AT dse.nl>
8976 * support/regression/tests/bitvars.c,
8977 * support/regression/tests/bitwise.c,
8978 * support/regression/tests/rotate.c: "fixed" problems on Alpha
8980 2005-02-10 Raphael Neider <rneider AT web.de>
8982 * src/pic16/pcode.c (assignToSameBank) : fixed cast to pointer of
8983 different size for Alpha
8984 * src/pic16/gen.c (genCmpEq) : improved compare with 0
8986 2005-02-09 Raphael Neider <rneider AT web.de>
8988 * src/SDCC.lex(doPragma) : save and restore warning options as well
8989 (also added new stack plus clone- and copyAndFreeSDCCERRG())
8990 * have #pragma less_pedantic set the errorlevel to WARNING
8992 * (cloneOptimize) : fixed wrong malloc's size
8993 * support/Util/SDCCerr.[ch] : made SDCCERRG globally accessible to
8994 facilitate correct handling of #pragma (save|restore)
8996 2005-02-09 Maarten Brock <sourceforge.brock AT dse.nl>
8998 * src/mcs51/gen.c: removed non-standard C nameless struct/union
9000 2005-02-04 Slade Rich <slade_rich AT users.sourceforge.net>
9002 * src/pic/gen.c : Fix for bugs #1080519 & #1115662.
9004 2005-02-03 Maarten Brock <sourceforge.brock AT dse.nl>
9006 * device/include/mcs51/c8051f120.h: added declarations for sbit port 2,3&4
9008 2005-02-02 Raphael Neider <rneider AT web.de>
9010 * src/SDCCast.c (processParms): disabled W_NONRENT_ARGS for pic16 port
9011 * src/pic16/gen.c (aopForSym): reenabled special case for function pointers
9012 * (pic16_storeForReturn): fixed to allow returning function pointers
9013 * (genPackBits): improved accessing full bytes, implemented for GPOINTERs
9014 * device/include/pic16/{stddef.h,stdbool.h}: added
9016 2005-02-02 Maarten Brock <sourceforge.brock AT dse.nl>
9018 * device/include/mcs51/c8051f040.h: added define CPT2_PAGE
9020 2005-02-01 Slade Rich <slade_rich AT users.sourceforge.net>
9022 * src/pic16/pic16.dsp : Added file graph.c to make it compile under windows
9023 * src/pic16/Makefile.bcc : Do not use this file but added file graph.c as it
9024 appeared to be required
9026 2005-01-31 Borut Razem <borut.razem AT siol.net>
9028 * support/scripts/sdcc.nsi: added include/asm/ds390, include/asm/mcs51,
9029 include/mcs51 and include/z80 directories to the package
9031 2005-01-26 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
9033 * src/hc08/gen.c (genFunction): fixed bug #1112752
9035 2005-01-30 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
9037 * src/mcs51/peeph.def: adapted peephole 258.x to changed gen.c (genAnd)
9039 2005-01-29 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
9041 * src/mcs51/gen.c (genAnd): accessing LSB/MSB by rotating acc
9043 2005-01-29 Maarten Brock <sourceforge.brock AT dse.nl>
9045 * device/include/Makefile.in: create/copy mcs51 and z80 include subdirs
9047 2005-01-27 Maarten Brock <sourceforge.brock AT dse.nl>
9049 * device/include/c8051fxxx.h: removed these 6 files
9050 * device/include/mcs51/c8051fxxx.h: added these 11 new files
9052 2005-01-26 Raphael Neider <rneider AT web.de>
9054 * src/pic16/gen.c (genAssign): fixed assignment from longs
9055 in codespace (were cut to three bytes)
9056 * (genDummyRead): implemented (except for CODESPACE...),
9058 * src/pic16/glue.c (emitStatistics): beautified
9059 * device/lib/pic16/libm/Makefile: added include path
9061 2005-01-26 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
9063 * src/z80/gen.c (aopPut): fixed bug #1103902
9065 2005-01-25 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
9067 * device/lib/expf.c: fixed bug #1095792
9069 2005-01-24 Vangelis Rokas <vrokas AT otenet.gr>
9071 * device/lib/pic16/libm: added Math library sources
9073 2005-01-24 Raphael Neider <rneider AT web.de>
9075 * src/pic16/pcode.h: added second memory operand to pCodeOpReg
9076 to enable upcast to pCodeOpReg2 (there is no type tag to
9077 differenciate the two and pic16_popGet2p cast into PCOR2)
9078 * src/pic16/main.c (_process_pragma): fixed another malloc bug
9079 (sizeof(sectNames) changed to sizeof(sectName))
9080 Both patches fix segfaults under MinGW.
9082 2005-01-23 Raphael Neider <rneider AT web.de>
9084 * src/pic16/{device.c,pcode.c}: s/free/Safe_free/g for
9085 Safe_[mc]?alloc()'ed variables
9086 * src/pic16/gen.c (pic16_aopOp,pic16_popGet): added handling
9087 of (byte sized) temporaries (assign them to WREG for now)
9088 * src/pic16/main.c (_process_pragma): fixed nasty malloc bug
9089 (used sizeof(set *sectSyms) instead of sizeof(struct sectSym)),
9090 this might fix SIGSEGVs on MinGW...
9091 * src/SDCCopt.c (killDeadCode): restored original behaviour
9092 (volatile operands might get thrown away though)
9094 2005-01-23 Vangelis Rokas <vrokas AT otenet.gr>
9096 * src/pic16/gen.c: fixed bug #1106975,
9097 * src/pic16/gen.c: fixed possible bug #1102572, now during TOS
9098 pointer update, INTCON is saved, global interrupts are disabled and
9099 restored after updateing TOS.
9100 * src/SDCC.y, src/SDCC.lex, src/SDCCsymt.c, src/SDCCsymt.h:
9101 * added function attribute 'shadowregs' to take advantage of shadow
9103 * added function attribute 'wparam' as an alternative to the wparam
9105 * support/Utils/SDCCerr.[ch]: added error E_SHADOWREGS_NO_ISR when
9106 user declares a non-ISR function as 'shadowregs',
9107 * doc/sdccman.lyx: updated to reflect recent changes of pic16 port
9109 2005-01-22 Vangelis Rokas <vrokas AT otenet.gr>
9111 * .version: bumped version number to 2.4.8
9112 * device/lib/pic16/pics.all: list of PIC18F devices supported by
9114 * device/lib/pic16/libio/i2c/: I2C module support library,
9115 * device/include/pic16/i2c.h: I2C support library header,
9116 * device/lib/pic16/libc/stdio/: standard IO support sources,
9117 * (printf_small.c): printf_small() source, supports float print,
9118 * (printf_tiny.c): printf_tiny() source, does not support floats,
9119 * device/lib/pic16/Makefile.common.in: added OPT_FLAGS macro to
9120 enable global optimizations for entire library source, other
9121 Makefiles in the source tree are also modified to reflect this,
9122 * device/lib/pic16/libc/stdlib/putchar.c (putchar): dummy putchar()
9124 * doc/sdccman.lyx: updated to reflect new changes,
9125 * src/pic16/gen.c (aopForSym): don't handle sym->iaccess in
9126 sym->onStack if-case,
9127 * src/pic16/main.c (_pic16_keywords): commented out keywords bit,
9128 sbit, idata, _idata, xdata, _xdata,
9129 * added pragma library, to link an external library, (see doc),
9130 * removed command line options, --pomit-config-words, --pomit-ivt,
9131 --pleave-reset-vector,
9132 * (pic16_finaliseOptions): when define macro SDCC_MODEL_{SMALL/LARGE}
9133 when calling assembler to reflect memory model used, also define
9134 macro STACK_MODEL_{SMALL/LARGE} when compiling and assembling to
9135 reflect stack model used,
9136 * src/pic16/ralloc.c (pic16_allocDirReg): when operand is allocated
9137 on stack return NULL,
9139 2005-01-22 Daniel Winkler <post AT danielwinkler.de>
9141 * src/SDCCopt.c (killDeadCode): do not throw iCodes away if one
9142 of the operands is volatile. Fixes #1020220
9144 2005-01-22 Daniel Winkler <post AT danielwinkler.de>
9146 * src/pic16/pcoderegs.c (pCodeOptime2pCodes): reenabled optimization
9147 * (OptimizeRegUsage): make sure that there is really no other flow where
9148 the first pCode is used
9150 2005-01-22 Raphael Neider <rneider AT web.de>
9152 * src/pic16/pcoderegs.c (pCodeOptime2pCodes): disabled optimization
9153 to fix #1106967 (pCode->seq are not set up correctly)
9155 2005-01-22 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
9157 * src/SDCCglue.c (glue): make sure code area is declared before the
9158 static initialization area.
9160 2005-01-21 Raphael Neider <rneider AT web.de>
9162 * device/lib/Makefile.in: fixed test for pic16 install dir
9163 * device/lib/pic16/*/Makefile*: modified compile flags to enable
9165 * doc/sdccman.lyx: updated banksel optimization, removed --flr-support and
9166 added --optimize-goto compiler switch and pragma wparam documentation
9167 * src/pic16/pcode.c (pic16_OptimizeBanksel): removed statistics dump
9168 * src/pic16/pcodepeep.c (pic16_pCodeOpCopy): fixed copying of WREG, PRODL
9169 and PRODH closing bug #1071770 (peephole optimizer)
9171 2005-01-19 Raphael Neider <rneider AT web.de>
9173 * src/SDCCglobl.h: ensure that PATH_MAX >= 2048 to guarantee
9174 cmdLine buffers (used when calling sdcpp...) are large enough
9175 (MAX_PATH=256 truncates arguments leading to system halts when
9177 * src/pic16/gen.c (pic16_sameRegs): relaxed size criterion
9178 * (genUminus): rewritten to for efficiency
9179 * (genNearPointer[GS]et): enforce reloading of FSR0 (was still
9180 used uninitialized in some cases)
9181 * (genCast): upcasting a 16bit int to a 24bit GPOINTER may not
9182 copy the third byte from the int -- now assumes 0x80 (data memory)
9183 * src/pic16/genarith.c (pic16_genPlus): fixed bug when swapping
9184 operands (genAddLit expects the iCode's operands to swapped as
9185 well), fixed leftover bytes (crashed for short left operands)
9186 * (pic16_genMinusDec): performance improvements, removed false
9188 * (pic16_genMinus): fixed to cope with differently sized operands
9189 * src/pic16/glue.c (pic16_glue): added new banksel optimization
9191 * src/pic16/pcode.c: implemented (first phase of) banksel optimization
9192 * src/pic16/graph.[ch]: implementation of directed graphs, used by
9193 new banksel optimization
9194 * src/pic16/pcoderegs.c (pCodeRegMapLiveRangesInFlow): prevented
9195 analysis for temporary registers (segfaults...)
9196 * src/pic16/peeph.def: added rule
9198 2005-01-18 Vangelis Rokas <vrokas AT otenet.gr>
9200 * device/lib/pic16/libc/stdlib/x_ftoa.c: it defines x_ftoa function
9201 which converts a float number to its ASCII representation
9202 * device/lib/pic16/libc/utils/cnvfrac.S,cnvint.S: support
9203 functions to convert the fractional and integer part of a float to ASCII,
9204 * device/lib/pic16/libc/stdlib/(calloc.c,free.c, malloc.c,
9205 realloc.c): added _MALLOC_SPEC to explicit place variables in data
9207 * device/include/asm/pic16/features.h: added _CODE, _DATA, _AUTOMEM,
9209 * device/include/pic16/adc.h: added GPL info,
9210 * src/pic16/gen.c (genIfxpCOpJump): perform an genIfxJump but using
9211 a pCodeOp as tested operand,
9212 * (genNearPointerGet): optimized bit testing, does not use
9213 intermediate register for bit value, test directly instead with
9214 BTFSS, BTFSC, works only for single bits,
9215 * (genpic16Code): dump the name of the iCode in the asm,
9216 * src/pic16/ralloc.c (decodeOp): removed static declaration and
9217 renamed to pic16_decodeOp,
9218 * (serialRegAssign): do not allocate a temporary register for iCode
9219 sequences that test a single bit for 1/0
9221 2005-01-12 Vangelis Rokas <vrokas AT otenet.gr>
9223 * src/pic16/pcode.[ch]: introduced pic16_stackpnt_*,
9224 pic16_framepnt_*, pic16_stack_*, pic1_frame_* pointer variables to
9225 access stack and frame pointers. They are initially assigned to
9226 point at pic16_pc_fsr1[lh] and pic16_pc_fsr2[lh] variables and other
9227 accessing SFRs. Updated all occurences of modification of stack or
9228 frame pointer in gen.c and pcode.c,
9229 * src/pic16/ralloc.c (serialRegAssign): fixed two bugs with
9230 assigning of a literal value to pointers,
9231 * src/pic16/main.c (pic16_finiliseOptions): set pre-processor define
9232 flag STACK_MODEL_SMALL or STACK_MODEL_LARGE according to the model
9235 2005-01-11 Vangelis Rokas <vrokas AT otenet.gr>
9237 * doc/sdccman.lyx: update documentation about stack pragma, added
9238 some info for stack memory models
9240 2005-01-08 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
9242 * src/pic16/gen.c (DEBUGpc): MSVC 6 does not support macro variable arguments
9244 2005-01-08 Raphael Neider <rneider AT web.de>
9246 * src/pic16/device.c (pic16_dump_usection): changed naming scheme for
9247 udata sections to fix bug #1097823
9249 2005-01-05 Raphael Neider <rneider AT web.de>
9251 * src/pic16/gen.c (genGenericShift): added handling of differently
9252 sized left operand and result
9254 2005-01-04 Raphael Neider <rneider AT web.de>
9256 * src/pic16/gen.c (genIfxJump): fixed inverted skips on CARRY
9257 * (genIfx): fixed (?) read from uninitialized SPIL_LOC (now assumes CARRY
9258 to hold the condition bit)
9259 * added new version of genCmp (old code available via #define)
9260 * added new version of genShiftLeft/genShiftRight in a generic
9261 way, now supports shifting by negative values
9262 * (genLeftShiftLiteral, genRightShiftLiteral): use absolute value of
9263 shiftCount (expected by genGenericShift)
9264 * src/pic16/genarith.c (genPlus): added code for adding CARRY+literal
9265 * src/pic16/pcode.c (pic16_OptimizeJumps): removed annoying statistics
9267 * (pic16_newpCodeOpLit): changed to cast to unsigned char (as e.g. -32766
9268 is an invalid literal too...)
9270 2005-01-04 Vangelis Rokas <vrokas AT otenet.gr>
9272 * src/pic16/gen.c (aopForSym, genEndFunction): applied some fixes
9273 from Raphael Neider,
9274 * src/pic16/pcode.c (pic16_newpCodeOpLit): removed casting to char
9275 for 8-bit literals. This fixes some literal operands which are sign
9276 extended to 16-bits ints when instruction needs only 8-bits.
9278 2004-12-31 Paul Stoffregen <paul AT pjrc.com>
9280 * device/lib/logf.c: added mcs51 assembly version
9281 * device/lib/expf.c: added mcs51 assembly version
9282 * device/lib/_logexpf.c: new shared asm code for expf and logf
9283 * device/include/math.h: add defines for assembly math library
9284 * device/lib/Makefile.in: build new _logexpf.c
9285 * device/lib/libfloat.lib: use new _logexpf.c
9287 2004-12-29 Slade Rich <slade_rich AT users.sourceforge.net>
9290 * src/pic/pcode.c : adjusted internal stack and pre-allocated registers for
9291 device types which have less than 0x7f registers.
9293 2004-12-29 Slade Rich <slade_rich AT users.sourceforge.net>
9295 * src/pic/genarith.c : Fixed problem with subtraction where the result would not be updated when borrowing.
9297 2004-12-28 Paul Stoffregen <paul AT pjrc.com>
9299 * device/lib/printf_fast.c: only build on supported arch.
9300 * device/lib/printf_tiny.c: only build on supported arch.
9301 * device/lib/printf_fast_f.c: only build if asm float lib
9302 * device/lib/_fsget1arg.c: only build if asm float lib
9303 * device/lib/_fsget2args.c: only build if asm float lib
9304 * device/lib/_fsnormalize.c: only build if asm float lib
9305 * device/lib/_fsreturnval.c: only build if asm float lib
9306 * device/lib/_fsrshift.c: only build if asm float lib
9307 * device/lib/_fsswapargs.c: only build if asm float lib
9308 * device/include/stdio.h: don't provide print_fast,
9309 print_fast_f, print_tiny prototypes if --xstack used
9311 2004-12-28 Maarten Brock <sourceforge.brock AT dse.nl>
9313 * device/lib/sincosf.c (sincosf): don't invert bit/bool by ~
9314 * support/regression/ports/mcs51-stack-auto/spec.mk: added new _fs.. files
9317 2004-12-28 Paul Stoffregen <paul AT pjrc.com>
9319 * device/lib/printf_fast_f.c: same as printf_fast, but
9320 with floating point enabled
9321 * device/lib/printf_fast.c: minor tweaks
9322 * device/include/stdio.h: add printf_fast_f
9324 2004-12-27 Paul Stoffregen <paul AT pjrc.com>
9326 * src/SDCCmain.c: make --float-reent default for mcs51
9327 * device/lib/_fsadd.c: added mcs51 assembly version
9328 * device/lib/_fssub.c: added mcs51 assembly version
9329 * device/lib/_fsmul.c: added mcs51 assembly version
9330 * device/lib/_fsdiv.c: added mcs51 assembly version
9331 * device/lib/_fseq.c: added mcs51 assembly version
9332 * device/lib/_fsneq.c: added mcs51 assembly version
9333 * device/lib/_fsgt.c: added mcs51 assembly version
9334 * device/lib/_fslt.c: added mcs51 assembly version
9335 * device/lib/_fscmp.c: shared code for fseq,fsgt,fslt,fsneq
9336 * device/lib/Makefile.in: add _fscmp to build
9337 * device/lib/libfloat.lib: add _fscmp to build
9339 2004-12-27 Paul Stoffregen <paul AT pjrc.com>
9341 * device/lib/_fs2slong.c: added mcs51 assembly version
9342 * device/lib/_fs2sint.c: added mcs51 assembly version
9343 * device/lib/_fs2schar.c: added mcs51 assembly version
9344 * device/lib/_fs2ulong.c: added mcs51 assembly version
9345 * device/lib/_fs2uint.c: added mcs51 assembly version
9346 * device/lib/_fs2uchar.c: added mcs51 assembly version
9347 * device/lib/_slong2fs.c: added mcs51 assembly version
9348 * device/lib/_sint2fs.c: added mcs51 assembly version
9349 * device/lib/_schar2fs.c: added mcs51 assembly version
9350 * device/lib/_ulong2fs.c: added mcs51 assembly version
9351 * device/lib/_uint2fs.c: added mcs51 assembly version
9352 * device/lib/_uchar2fs.c: added mcs51 assembly version
9353 * device/include/float.h: added #define to select asm vs c
9355 2004-12-26 Paul Stoffregen <paul AT pjrc.com>
9357 * device/lib/printf_fast.c: improvements to float output
9358 * device/include/float.h: add defines for assembly float library
9359 * device/lib/_fsget1arg.c: receive 1 float arg
9360 * device/lib/_fsget2args.c: receive 2 float args (reentrant)
9361 * device/lib/_fsnormalize.c: normalize a float
9362 * device/lib/_fsreturnval.c: return float, various helper routines
9363 * device/lib/_fsrshift.c: right shift a float's mantissa
9364 * device/lib/_fsswapargs.c: swap 2 floats
9365 * device/lib/Makefile.in: build these 6 new files for mcs51
9366 * device/lib/libfloat.lib: add these 6 files to the library
9368 2004-12-26 Borut Razem <borut.razem AT siol.net>
9370 * sim/ucsim/avr.src/arith_inst.cc: fixed bug #1088372- savr is not
9373 2004-12-25 Paul Stoffregen <paul AT pjrc.com>
9375 * device/lib/printf_tiny.c: printf for mcs51 in only 267 bytes,
9376 and fully reentrant and register bank neutral.
9377 * device/lib/printf_fast.c: added float (not enabled by default),
9378 added compact/slower integer (also not enabled by default),
9379 improved size/speed of fast integer code, other minor changes
9380 * device/include/stdio.h, device/lib/Makefile.in,
9381 device/lib/libsdcc.lib: integrate printf_tiny into mcs51 build
9383 2004-12-24 Maarten Brock <sourceforge.brock AT dse.nl>
9385 * src/pic16/pcode.c: declaring variables other than at the start of a
9386 block is not supported in C by VC6.
9388 2004-12-22 Vangelis Rokas <vrokas AT otenet.gr>
9390 * applied a previous patch from Raphael Neider that wasn't included
9391 in the previous commits, which fixes infinite loops within jumptable
9393 * made some fixes that previous patches introduced
9395 2004-12-21 Vangelis Rokas <vrokas AT otenet.gr>
9397 * src/pic16/gen.c (pic16_aopGet): applied fix from Raphael Neider
9398 that fixes an issue with AOP_PCODE asmop's offset,
9399 * (pic16_popCopyReg): update instance field too,
9400 * (mov2w): modified to pic16_mov2w because it conflicts with mov2w
9401 function of pic port,
9402 * (genCmp, genAnd, genAssign),
9403 * src/pic16/genarith.c (genAddLit): some fixes from Raphael Neider,
9405 2004-12-20 Vangelis Rokas <vrokas AT otenet.gr>
9407 * src/SDCCast.c (gatherAutoInit): allow pic16 to emit static
9408 variables initial values to idata section,
9409 * src/SDCCicode.c (geniCodeCall): patch from ### to fix unreferenced
9410 variables in some functions. This utilizes parmBytes field of iCode
9411 structure to hold the offset of the variable in stack. (might be
9412 able to use the stack field too?)
9413 * applied patch from Raphael Neider # ### , # ###
9414 * src/pic16/glue.c (pic16emitRegularMap): fix to print static
9415 variable initial values in idata section,
9416 * src/pic16/ralloc.c (pic16_allocDirReg): don't allocate register
9417 for static variables with initial value
9418 * src/device/lib/pic16/libsdcc/float/ulong2fs.c (__ulong2fs):
9419 applied fix in while loop from Raphael Neider.
9421 2004-12-19 Maarten Brock <sourceforge.brock AT dse.nl>
9423 * src/ds390/gen.c (genCpl): fixed bit=~(char/bit) bugs, added warning
9424 * src/ds390/main.c (_ds390_regparm): don't pass bit params in registers
9425 * src/ds390/ralloc.c (serialRegAssign): spill bits
9426 * src/mcs51/gen.c (genCpl): fixed bit=~(char) bugs, added warning
9427 * support/Util/SDCCerr.c,
9428 * support/Util/SDCCerr.h: added warning W_COMPLEMENT for using bit=~(bit)
9429 * support/regression/tests/bitvars.c: added tests for bitwise complement(~)
9430 * support/regression/tests/bitwise.c: added test for bitwise complement(~)
9432 2004-12-09 Maarten Brock <sourceforge.brock AT dse.nl>
9434 * device/include/sdcc-lib.h: inserted LGPL, added includes
9435 asm/ds390/features.h and asm/mcs51/features.h
9436 * device/include/asm/default/features.h,
9437 * device/include/asm/gbz80/features.h,
9438 * device/include/asm/z80/features.h: added empty _AUTOMEM
9440 * device/include/asm/ds390/features.h,
9441 * device/include/asm/mcs51/features.h: added files with defines for
9442 _AUTOMEM and _STATMEM indicating automatic and static storage class
9443 * device/lib/printf_large.c (_print_format): optimized & used _AUTOMEM
9444 * doc/sdccman.lyx: version 2.4.7, updated xstack documentation
9445 * src/SDCCicode.c (geniCodeCast),
9446 * src/SDCCsymt.c (compareType): allow cast of data-ptr to idata-ptr
9447 * src/SDCCloop.c (loopInduction): removed unused variable lr
9448 * src/SDCCopt.c (convilong, convertToFcall): moved "easy special case"
9449 to convertToFcall to include char modulo (RFE 1065037), added check
9450 if left operand is unsigned and use abs of literal value
9451 * src/SDCCpeeph.c (setFromConditionArgs): removed double quotes option
9452 as it doesn't work after conversion from peephole.def to peephole.rul
9453 * src/mcs51/gen.c (toBoolean): added check for size,
9454 (genModOneByte): optimized code for signed char modulo a literal
9455 power of 2 (thanks to Hubert Sack),
9456 (genRRC): removed unnecessary "clr c",
9457 (genRLC): replaced "add a,acc" with cheaper "rlc a"
9458 * src/mcs51/peeph.def: renamed 115 to 115.a, added rule 115.b: another
9460 swapped rules 256.c and 256.d,
9461 extended 256.d by using new multiple checks (thanks Erik),
9462 added rules 256.e and 256.f,
9463 updated rule 261.a and 261.b to new generated code
9464 * support/regression/tests/muldiv.c: added test div/mod by a power of 2
9466 2004-12-07 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
9468 * src/SDCCloop.c (basicInduction, loopInduction): fixed several
9469 induction related bugs, including first part of bug #1074377
9471 2004-12-05 Vangelis Rokas <vrokas AT otenet.gr>
9473 * applied patch from bug-report #1076292,
9474 * applied patches for genAnd and Goto-optimizations for Raphael
9476 * src/SDCCicode.c (printOperand): fixed !REGA source to compile and
9477 dump a less iCode information,
9478 * src/pic16/device.h (pic16_options_t): added field debgen,
9479 * src/pic16/gen.h: added macros DUMP_FUNCTION_ENTRY,
9480 DUMP_FUNCTION_EXIT, FENTRY, FENTRY2,
9481 * src/pic16/gen.c (my_powof2): renamed to pic16_my_powof2 and made
9483 * (various functions): added macros FENTRY and FENTRY2 to functions,
9484 to emit function prologue,
9485 * (various functions): fixed indentation,
9486 * (genNearPointerGet): fixed loading of FSR0,
9487 * (genPackBits): applied patch from Raphael Neider to fix updating
9488 of FSR0 and touching only the modified bits,
9489 * src/pic16/genarith.c (various functions): added macros FENTRY to
9490 emit function prologue in comments,
9491 * src/pic16/pcode.h: added functions debugf2, debugf3,
9492 * src/pic16/ralloc.c: partial fix for packForPush caused
9495 2004-12-04 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
9497 * src/mcs51/peeph.def: added 261.a,b (16 bit rotate) by Stas Sergeev
9498 <stsp AT users.sourceforge.net> with reversed byte order
9499 * support/regression/tests/rotate.c: added (ds390 skips some tests)
9501 2004-12-03 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
9503 * src/z80/gen.c (genLeftShift, genRightShift): fixed second part of
9505 * src/hc08/gen.c (genrshFour, shiftRLong, shiftLLong),
9506 * src/mcs51/gen.c (shiftLLong): Fixed some shifting bugs Frieder found
9508 2004-12-02 Slade Rich <slade_rich AT users.sourceforge.net>
9510 * src/pic/pcode.c : fixed a problem where banksel was not being inserted.
9512 2004-12-02 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
9514 * src/SDCCpeeph.c (callFuncByName): support combined peephole rule
9516 (setFromConditionArgs): friendly operand parser for peephole rules,
9517 (operandBaseName, operandsNotRelated): new peephole condition
9518 "operandsNotRelated" -- similar to "operandsNotSame", but takes
9519 architecture specific register naming into account, handles n-way
9520 comparisons, and supports quoted literals
9521 * src/mcs51/peeph.def: restored rule 177.d with an extra condition
9523 2004-12-02 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
9525 * src/mcs51/peeph.def: fixed bug #1076940
9527 2004-12-02 Slade Rich <slade_rich AT users.sourceforge.net>
9529 * device/include/pic/pic16f877.h : added an include file for the PIC16F877 device.
9531 2004-11-28 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
9533 Adding support for replacing ljmps with sjmps in jumptables
9534 generated for switch statements. For now you need to set the
9535 environment variable SDCC_SJMP_JUMPTABLE to enable this.
9536 Now 4 algorithms for mcs51 jumptable generation are used:
9537 ljmp or sjmp jumptables for up to 16 cases, stack-pushing target
9538 addresses loaded pc-relative for up to 112 cases and stack-pushing
9539 target addresses loaded with offset from dptr for up to 256 cases.
9541 * src/SDCCpeeph.c: added peephole conditional labelJTInRange
9542 * src/mcs51/main.c: adapted constants for switch table generation
9543 * src/mcs51/peeph.def: added 260.x for replacing ljmp with sjmp
9545 2004-11-26 Maarten Brock <sourceforge.brock AT dse.nl>
9547 * device/lib/printf_large.c (_print_format): fixed bug 1073386
9548 * support/regression/tests/bug1057979.c: added test for bug 1073386
9550 2004-11-25 Vangelis Rokas <vrokas AT otenet.gr>
9552 * src/pic16/pcode.c: fixed bug which may produce error in non-GNU
9555 2004-11-25 Vangelis Rokas <vrokas AT otenet.gr>
9557 * src/pic16/device.h,
9558 * src/pic16/genarith.c,
9561 * src/pic16/pcode.c: applied patches #1068154 and #1070213
9563 2004-11-24 Vangelis Rokas <vrokas AT otenet.gr>
9565 Large cummulative patch for pic16 port.
9566 * device/lib/pic16/gstack.h: NEW, user can specify its own handler
9567 to call when a stack overflow occurs,
9568 * (malloc.h): added CVS Id tag,
9569 * (pic18f{242,252,442,452}.h): added T0CONbits structure and
9571 * added libc directory. The current version of LibC contains string
9572 functions, ctype functions and macros and some functions of the
9573 stdlib set (like malloc/free/atof/atoi etc...). All functions are to
9574 be extensively tested in the future. Standard disclaimer here.
9575 Library is not automatically build yet. But one can build it by
9576 invoking 'make' inside the libc directory.
9577 * added ADC library under libio. Preliminary version yet.
9579 * src/pic16/gen.h: added emitTOGC macro, to toggle Carry flag,
9580 * src/pic16/gen.c (aopForRemat): asmop size is filled by
9581 aopForRemat() now and not by pic16_aopOp(),
9582 * (pic16_popGetTempReg): removed warning messgae when allocating
9583 temporary registers, its a buggy feature and will be removed,
9584 * (pic16_popGet): set register instance field in AOP_CRY,
9585 * (pic16_outBitC): fixed for results in size greater than 1,
9586 * (genUminusFloat): fixed for pic16, ported code from mcs51,
9587 * (pic16_storeForReturn): optimized return of 0,
9588 * (genCmp): experimental code for new genCmp which uses PIC18's
9589 special compare&skip instructions. Initial tests fail some times
9590 with variables grater than 1 byte in size, so new code is disabled,
9591 * (genUnpackBits, genPackBits): more optimizations in reading/writing,
9593 * (genCast): began a fix to optimize the casting of a bit to another
9594 bit, now assigning a bitfield to another bitfield will fail, sorry,
9595 * src/pic16/main.c: disabled the use of lr-support feature,
9596 * src/pic16/pcode.h: renamed PCASMDIR to PCAD,
9597 * added some function prototypes, added function _debugf prototype,
9598 * src/pic16/pcode.c: (pic16_get_op): fixed emitting operands of register
9599 bits with offset (case PO_GPR_BIT),
9600 * (genericPrint): don't emit INFO pcode when --pcode-verbose not in
9602 * (isBankInstruction): modified to return 0 for no banking instruction,
9603 and 1 for banking instruction,
9604 * (pic16_isPCinFlow): check for PCAD (assembler directives) too,
9605 caused stop processing pCodes after a inline assembly block,
9606 * (pic16_popCopyGPR2Bit): updated to match bitfields with offset,
9607 * src/pic16/pcoderegs.c: fixed a bug with eliminating some temporary
9608 registers when it shouldn't,
9609 * src/pic16/ralloc.c (allocReg): add preliminary support for
9610 supporting a limited set of temporary registers,
9612 2004-11-23 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
9614 * src/hc08/gen.c (genAssign, genPointerGetSetOfs, genDataPointerGet,
9615 genDataPointerSet): ensure assignments always copy in MSB to LSB
9617 (loadRegFromAop): recognize CLRH optimization,
9618 (genFunction): optimize RECEIVE iCodes in reentrant functions
9620 2004-11-20 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
9622 * src/SDCCmain.c (parseCmdLine, optionsTable[]): fixed bug with
9623 --out-fmt-s19 turning into --out-fmt-elf if s19 was already
9625 * src/SDCCmain.c (linkEdit): don't define SSEG for HC08
9626 * src/hc08/main.c (_hc08_setDefaultOptions): default xdata to be
9627 contiguous with data
9629 2004-11-19 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
9631 * device/lib/_gptrget.c (_gptrget),
9632 * device/lib/_gptrgetc.c (_gptrgetc),
9633 * device/lib/_gptrput.c (_gptrput): _naked allows to use ret
9634 instead of sjmp to ret
9635 * src/mcs51/peeph.def: added peepholes 3.d-g and 177.g,h provided
9636 by Hubert Sack <hsack2002 AT arcor.de> in RFE #1067986, thanks
9638 2004-11-18 Maarten Brock <sourceforge.brock AT dse.nl>
9640 * .version: bumped version to 2.4.7
9641 * device/lib/_gptrget.c (_gptrget): is now _naked
9642 * device/lib/_gptrgetc.c (_gptrgetc): is now _naked
9643 * device/lib/_gptrput.c (_gptrput): is now _naked
9644 * src/SDCCast.c (createBlock): removed ridiculous self-assignment,
9645 (createFunction): fixed xstack
9646 * src/SDCCglue.c (emitMaps): set allocation required for bit area
9647 * src/SDCCicode.c (geniCodeCast): don't change SPEC_OCLS for literal
9649 (geniCodeCritical): store original interrupt state in an iTemp bit
9650 var unless stack-auto
9651 * src/SDCCicode.h: added CRITICAL and ENDCRITICAL to SKIP_IC2
9652 * src/SDCCmain.c (setIncludePath): added include/target to search path
9653 * src/SDCCmem.c (allocParms): store bit vars in bit space, not overlay
9654 * src/SDCCsymt.c (checkFunction): don't check regbank for isr's against
9656 (processFuncArgs): put bit vars in bit area
9657 * src/mcs51/gen.c (saveRegisters, unsaveRegisters, genXpush, saveRBank,
9658 unsaveRBank): fixed xstack,
9659 (genFunction): bugfix: replaced (global!) reentrant with fReentrant,
9660 (genFunction, genEndFunction): fixed xstack,
9661 (genAssign): optimization don't walk backwards through mem
9662 * src/mcs51/main.c (_mcs51_regparm): don't pass bit params in registers
9663 * src/mcs51/ralloc.c (createStackSpil): spill bits to bit area
9664 * support/regression/Makefile: also make library (for stack-auto) when
9665 making "all" and added "test-mcs51-xstack-auto"
9666 * support/regression/fwk/lib/testfwk.c: added T2_isr prototype for mcs51
9667 * support/regression/ports/mcs51/T2_isr.c: added this file as a stub
9668 * support/regression/ports/mcs51/fwk.lib: added to link T2_isr stub
9669 * support/regression/ports/mcs51/spec.mk: added rules for fwk.lib
9670 * support/regression/ports/mcs51-stack-auto/spec.mk: replaced
9671 make-library by MAKE_LIBRARY
9672 * support/regression/ports/mcs51-xstack-auto/spec.mk: file added to run
9673 regression tests for xstack
9674 * support/regression/tests/bitvars.c: test for bit vars (bug 938782)
9675 * support/regression/tests/critical.c: test for critical on mcs51
9677 2004-11-18 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
9679 * support/regression/ports/ucz80/spec.mk: use include and lib files from
9680 built version of sdcc instead of installed version
9682 2004-11-14 Maarten Brock <sourceforge.brock AT dse.nl>
9684 * src/mcs51/gen.c (toBoolean): fixed bug 1065458
9685 * device/lib/Makefile.in: z80 uses printf_large.c, sprintf.c and
9687 * device/lib/printf_large.c (calculate_digit): fixed bug 1057979
9688 * device/lib/z80/Makefile: don't use printf.c as it fails bug 1057979
9689 WARNING: remove device/lib/build/z80/printf.o by hand when
9690 updating from previous build!
9691 * device/lib/z80/printf.c: updated comment
9692 * support/regression/tests/bug1057979.c: test all ports now
9693 * support/regression/tests/bug1065458.c: file added
9695 2004-11-12 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
9697 * src/z80/gen.c (genFunction, genEndFunction): avoided generating
9698 *_start and *_end symbols for static functions
9700 2004-11-11 Maarten Brock <sourceforge.brock AT dse.nl>
9702 * src/SDCCmain.c (linkEdit): don't suppress crt0 if --nostdlib is used
9703 and search crt0.o in all library paths,
9704 (setIncludePath): proper handling of --nostdinc,
9705 (setLibPath): proper handling of --nostdlib
9706 * support/regression/Makefile,
9707 * support/regression/ports/ds390/spec.mk,
9708 * support/regression/ports/gbz80/spec.mk,
9709 * support/regression/ports/hc08/spec.mk,
9710 * support/regression/ports/mcs51/spec.mk,
9711 * support/regression/ports/mcs51-large/spec.mk,
9712 * support/regression/ports/mcs51-stack-auto/spec.mk,
9713 * support/regression/ports/z80/spec.mk: use include and lib files from
9714 built version of sdcc instead of installed version
9715 * doc/sdccman.lyx: fixed typo in --nostdinc
9717 2004-11-10 Slade Rich <slade_rich AT users.sourceforge.net>
9722 * src/pic/gen.c : added support to generate code for struct bit fields.
9724 2004-11-06 Maarten Brock <sourceforge.brock AT dse.nl>
9726 * as/xa51/xa_version.h,
9727 * device/include/errno.h,
9728 * device/include/regc515c.h,
9729 * device/lib/_itoa.c,
9730 * device/lib/_ltoa.c,
9731 * device/lib/ser_ir_cts_rts.c,
9732 * sim/ucsim/xa.src/glob.cc,
9733 * sim/ucsim/xa.src/inst_gen.cc,
9734 * sim/ucsim/xa.src/xa_bit.cc,
9735 * sim/ucsim/xa.src/xa_sfr.cc,
9736 * sim/ucsim/z80.src/inst_dd.cc,
9737 * sim/ucsim/z80.src/inst_fdcb.cc,
9738 * support/scripts/keil2sdcc.pl,
9739 * src/pic16/pic16.dsp,
9740 * src/pic16/pic16a.dsp: corrected cvs line endings
9741 * device/lib/printf_large.c: fixed bug 1057979
9742 * src/pic16/gen.c: fixed non-C standard code
9743 * src/SDCCmain.c: made --pack-iram default, added --no-pack-iram
9744 * src/SDCCglobl.h: changed pack_iram to no_pack_iram
9745 * support/regression/ports/mcs51/support.c: reload T1 asap
9746 * doc/sdccman.lyx: updated for options --pack-iram and --no-pack-iram,
9747 pdata use and clear idata startup behaviour
9748 * support/regression/tests/bug1057979.c: added
9750 2004-11-04 Maarten Brock <sourceforge.brock AT dse.nl>
9752 * device/examples/ds390/ow390/ad26.h,
9753 * device/examples/ds390/ow390/cnt1d.h,
9754 * device/examples/ds390/ow390/crcutil.c,
9755 * device/examples/ds390/ow390/ownet.h,
9756 * device/examples/ds390/ow390/owsesu.c,
9757 * device/examples/ds390/ow390/swt12.h,
9758 * device/examples/ds390/ow390/swtoper.c,
9759 * device/examples/ds390/ow390/temp10.h,
9760 * device/examples/ds390/ow390/thermodl.c,
9761 * device/examples/ds390/tinitalk/tinitalk.dsp,
9762 * device/examples/ds390/tinitalk/tinitalk.dsw,
9763 * device/examples/mcs51/clock/hw.h,
9764 * device/examples/mcs51/simple2/go.bat,
9765 * device/examples/serialcomm/windows/serial.h,
9766 * device/examples/xa51/dummy.c,
9767 * device/examples/xa51/hello.c,
9768 * device/include/80c51xa.h,
9769 * device/include/at89x051.h: corrected cvs line endings
9771 2004-11-04 Vangelis Rokas <vrokas AT otenet.gr>
9773 * src/pic16/main.c (options): added command line --gstack, to trace
9774 stack over/under flows,
9775 * added pragma 'wparam' to allow passing first byte of function
9776 parameters via WREG, syntax is #pragma wparam my_function[, func2...]
9777 * src/pic16/gen.c (pic16_testStackOverflow): function which emits a
9778 call to __gstack_test function and sets up the symbol as extern,
9779 * (pic16_pushpCodeOp, pic16_poppCodeOp, pushw, pushaop, popaopidx,
9780 * popaop): added call to pic16_testStackOverflow,
9781 * (wParamCmp, inWparamList): NEW, test existence of a symbol in
9783 * (genCall, genPcall): now all parameters are passed via stack
9784 except in functions that are pass to wparam pragma in which WREG is
9786 * (genPcall): REENTRANT flag is checked to see if variable prototype
9787 contains reentrant keyword, don't call a non-reentrant function, via
9788 a reentrant function pointer or vice versa, functions are never
9790 * (genJumpTab): applied patch from bug #1057478 by R.Neider and
9792 * src/pic16/glue.c (pic16emitRegularMap): fixed bug which caused a
9793 SIGSEGV when accessing a NULL register stucture,
9794 * (pic16_printGPointerType): modified to handle UPPER modifier for
9795 function initializers, changed prototype of function to simpler one,
9796 * (pic16_printIvalFuncPtr): check to see if function is already
9797 added in externs list,
9798 * src/pic16/pcoderegs.c (pCodeOptime2pCodes): fixed bug which
9799 optimized a move from W to SFR with a move to the same register
9801 * device/lib/pic16/debug: NEW directory, contains debug features
9802 which are enabled when linking with libdebug.lib, currently command
9803 line option --gstack enables stack pointer tracing for over/under
9804 flow, corresponding sources are in debug/gstack
9806 2004-10-30 Vangelis Rokas <vrokas AT otenet.gr>
9808 * doc/sdccman.lyx: updated SDCC version,
9809 * (PIC16 port): update list of command line options,
9810 * src/pic16/device.h (structure pic16_options_t): added field gstack
9811 to enable stack overflow tracing on push/pops,
9812 * src/pic16/device.c (statistics structure): added statistics
9814 * (pic16_dump_access, pic16_dump_usection, pic16_dump_gsection,
9815 pic16_dump_int_registers): increase statistics counters for each
9816 * variable which is encountered
9817 * (pic16_dump_usection): emit each .udata variable to its own udata
9819 * src/pic16/gen.c (assignResultValue, genCall, genPcall, genFunction):
9820 when macro USE_WREG_IN_FUNC_PARAMS is set to 0 pass all function
9821 parameters via stack, otherwise use old scheme,
9822 * src/pic16/glue.c (pic16_emitStatistics): dump statistics in
9823 assembler output file,
9824 * src/pic16/main.c: added command line options --gstack to enable
9825 push/pop tracing for stack overflow,
9826 * src/pic16/pcode.c (all pCodeInstruction records for PIC18F
9827 instructions): added size of each instruction,
9828 * (pic16_countInstruction): estimate size of instructions in
9829 the_pFile list, inline assembly blocks are not counted,
9830 * (pic16_FixRegisterBanking): trace previous register usage, when
9831 banksel optimizations is greater than 0, don't emit a redudant
9834 2004-10-26 Slade Rich <slade_rich AT users.sourceforge.net>
9836 * src/pic/ralloc.c : fixed inefficient code produced when compiling a complimented bit operation.
9837 * src/pic16/ralloc.c : applied same fix for pic16.
9838 * src/pic/gen.c : tidied it up a little.
9840 2004-10-25 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
9842 * src/mcs51/peeph.def: disabled 259.a,b for removing redundant ret,
9843 thanks to Martin Helmling for reporting (mail on sdcc-devel 2004-10-25)
9845 2004-10-22 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
9847 * src/SDCCast.c (reverseParms): fixed bug #1040577 (part 2)
9849 2004-10-22 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
9851 * device/lib/ser_ir_cts_rts.c: integer promotion caused a call to the
9852 non-reentrant function __modsint in the interrupt function (thus
9853 corrupting math operations during serial I/O)
9854 * device/lib/ser_ir.c: as above, changed buffersize
9855 * src/mcs51/peeph.def: added 259.a,b for removing redundant ret,
9857 * doc/Makefile: added option -t for rsync
9859 2004-10-22 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
9861 * src/SDCCast.h (struct ast),
9862 * src/SDCCast.c (reverseParms, copyAst): fixed bug #1040577 (part 1)
9864 2004-10-20 Borut Razem <borut.razem AT siol.net>
9866 * support/scripts/sdcc.nsi: added include/pic16/*.h to the setup
9869 2004-10-20 Vangelis Rokas <vrokas AT otenet.gr>
9871 * device/lib/pic16/libsdcc/Makefile: added lregs directory in
9873 * device/lib/pic16/libsdcc/lregs/{Makefile,lrst.c,lrrest.c}: NEW
9874 support functions to replace long sequences of MOVFF's from access
9875 bank registers to stack and vice versa,
9876 * src/pic16/device.h: added new field opt_flags, where optimization
9877 flags can be set to enable certain features,
9878 * src/pic16/gen.c (pic16_emitpinfo): NEW to add PC_INFO pCode in
9879 * pBlock, (genFunction, genEndFunction): surroung loop for
9880 saving/loading used registers in stack with PC_INFO pCodes,
9881 INF_LREGS. Code in between can then be optimized by pCode optimizer
9882 to support function calls,
9883 * (genDataPointerSet): fixed bug which loaded float fields in
9884 structures with corrupt data,
9885 * src/pic16/genutils.c (debugf, _debugf): macro/function which emits
9886 in a standard way debug info on stderr. Feature used for developing
9888 * src/pic16/glue.c (pic16glue): reformatted, deleted some old and
9889 obsolete chunks of code,
9890 * if optimization flag OF_LR_SUPPORT was set, call pic16_OptimizeLocalRegs,
9891 * src/pic16/main.c (_pic16_parseOptions): added handler for --flr-support,
9892 * pic16/src/pcode.c (pic16_newpCodeInfo,
9893 * (pic16_newpCodeOpLocalRegs),
9894 * (pic16_convertLocalRegs2Support): NEW, to support new optimization
9896 * (pic16_pCodeConstString): printing of the initial value of a
9897 symbol as a comment is inhibited since parsing was already done by
9898 copyStr and output is corrupt,
9899 * (pic16_pCode2str, genericPrint): handle PC_INFO pCode,
9901 2004-10-20 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
9903 * src/mcs51/ralloc.c (packRegisters): fixed bug #1044601
9905 2004-10-19 Maarten Brock <sourceforge.brock AT dse.nl>
9907 * as/mcs51/lkarea.c: removed old K&R style,
9908 (lnksect): changed check on boundary error,
9909 (lnksect2): changed check on boundary error,
9910 (lnksect2): extend XSTK to end of page if size = 1
9911 * as/mcs51/lkmain.c: removed old K&R style,
9912 (Areas51): create l_IRAM symbol
9913 * as/mcs51/lkmem.c (summary2): added report on PSEG and XSTK
9914 * device/lib/Makefile.in: renamed model-mcs51-reentrant to
9915 model-mcs51-stack-auto, added model-mcs51-xstack-auto
9916 * device/lib/_mullong.c: added version to be compiled with xstack
9917 * device/lib/mcs51/crtclear.asm: clear only upto --iram-size
9918 * device/lib/mcs51/crtxclear.asm: clear pdata as well
9919 * device/lib/mcs51/crtxstack.asm: fixed comment
9920 * src/SDCCglue.c: maxInterrupts defaults to 0,
9921 (emitMaps): added pdata,
9922 (createInterruptVect): (re)moved default,
9923 (glue): added pdata,
9924 (glue): moved __start__xstack to XSTK with default size 1
9925 * src/SDCCmain.c (parseCmdLine): automatically set options.intlong_rent
9926 and options.float_rent when options.stackAuto is set,
9927 (linkEdit): only write XDATA_NAME if provided on command line
9929 * src/SDCCmem.c: added pdata
9930 * src/port.h: added pdata_name to PORT
9931 * src/mcs51/gen.c (toBoolean): fixed for Acc use of aopGet,
9932 (saveRegisters, unsaveRegisters): removed usage of B,
9933 (genMinus): fixed accumulator clash,
9934 (genJumpTab): added comment, this needs another look
9935 * src/mcs51/gen.c: added check for "B in use" paranoia,
9936 added pushB() and popB()
9937 * src/mcs51/peeph.def: restart after 177.c so 177.a can get a second
9946 * src/z80/main.c: (reset_regparms) made void parameter explicit and
9947 added PSEG (PAG,XDATA) or NULL to port specifier
9948 * src/ds390/main.c (_ds390_genIVT): moved implemented default in here
9949 * src/mcs51/main.c (_mcs51_genIVT): moved implemented default in here,
9950 (_mcs51_genInitStartup): removed __start__xstack equ,
9951 (mcs51_port): moved xstack from XSEG (XDATA) to XSTK (PAG,XDATA)
9952 * src/pic16/device.c (pic16_dump_usection, pic16_dump_isection),
9953 * src/z80/gen.c (_rleAppend): fixed warnings
9954 * support/regression/tests/zeropad.c: added pdata test
9955 * .version: bumped to 2.4.6
9957 2004-10-17 Borut Razem <borut.razem AT siol.net>
9959 * support/scripts/sdcc.nsi: cross compiling of WIN32 setup.exe on Linux
9960 as a part of nightly build
9962 2004-10-16 Vangelis Rokas <vrokas AT otenet.gr>
9964 * src/pic16/gen.c (struct _G): added field useWreg, is set to 1 when
9965 WREG holds the first byte function parameters,
9966 * (aopForSym): take special case for symbols which are in FARSPACE
9967 but in CODESPACE too,
9968 * (assignResultValue): modified to take into account _G.useWreg,
9969 * (genCall): don't use wreg for parameter passing when function is
9970 declared as reentrant, too, added optimization INCF to stack
9971 pointer when stack parameter count is 1,
9972 * (genFunction, genEndFunction): refurnished and fixed to not using
9973 wreg for passing parameters when function has varargs or is
9974 reentrant, fixed bug with symbol name compare for generating
9975 functions in absolute address,
9976 * (pic16_storeForReturn): refurnished,
9977 * (genCmp): began writing a new version of the function, not ready
9978 yet, therefore it is disabled,
9979 * (genAssign): do not read code memory when assigning a function to
9981 * src/pic16/glue.c (pic16emitStaticSeg): abSym->name is defined an
9982 array of characters, not pointer,
9983 * (pic16initialComments): in debug mode emit an .ident directive for
9985 * (_process_pragma): emit a new warning type (internal to pic16)
9986 when setting stack to default length, emit a similar warning when
9987 placing a function at absolute address and address is not word aligned
9988 * (_pic16_parseOptions): added 'return TRUE' statement,
9989 * (_pic16_linkEdit): if compiling a source, then add the source's
9990 file object, first in the list of objects to link,
9992 2004-10-13 Slade Rich <slade_rich AT users.sourceforge.net>
9994 * src/pic/pcoderegs.c : increased count on regUsedinRange to prevent unnecessary warning.
9995 * src/pic/main.c : removed VC warning.
9996 * src/pic/gen.c : changed comment.
9998 2004-10-12 Vangelis Rokas <vrokas AT otenet.gr>
10000 * device/lib/pic16/libsdcc/gptr/gptrput[234].c: an external
10001 reference to a deprecated symbol _GPTRREG was causing failure to
10002 link. Thanks G. M. Gallant for the info.
10004 2004-10-12 Slade Rich <slade_rich AT users.sourceforge.net>
10006 * src/pic/pcode.c : Applied a code patch supplied by Paul Ashmore in
10007 comments for Bugs item #954788.
10009 2004-10-10 Vangelis Rokas <vrokas AT otenet.gr>
10011 * src/pic16/device.c (pic16_dump_gsection,
10012 * pic16_groupRegistersInSection): handle symbols declared to be in
10013 access bank differently,
10014 * src/pic16/gen.c (struct _G): added field resDirect,
10015 * (aopForSym): if symbol on stack and iCode is '=' and result exists,
10016 send values read from stack directly to result and don't allocate
10018 * (pic16_sameRegs): fixed bug that allowed MOVFF to move between
10020 * (pic16_sameRegsOfs): NEW,
10021 * (freeAsmop): if _G.resDirect is set then do not mark registers as
10022 free because they were not allocated from temporary pool,
10023 * pic16_popRegFromString): workaround to fix a problem with
10024 allocating variables twice or never,
10025 * (genGenPointerGet): using PRODL instead of FSR0H,
10026 * (genGenPointerSet): using POSTDEC1 (that is a stack location)
10028 * (genAssign): take advantage of the _G.resDirect flag,
10029 * (genCast): around line 11844, use mov2f instead of directly
10030 MOVFF'ing between operands to account for literal values,
10031 * src/pic16/genutils.c: some new debug functions for gpsim have been
10033 * src/pic16/glue.c (pic16_printIvalType): fixed bug that initialized
10034 float with integer part only,
10035 * src/pic16/main.c (_process_pragma): handle pragma udata access to
10036 place variables in access bank
10037 * device/lib/pic16/libsdcc/gptr/gptr*.c: using BRA instead of GOTO,
10038 updated sources to reflect recent changes in gen.c
10040 2004-10-06 Vangelis Rokas <vrokas AT otenet.gr>
10042 * device/lib/pic16/libsdcc/Makefile.rules: fixed bug concerning
10043 sources that searched for headers in installation path, now the
10044 device/include/pic16 is used,
10045 * src/pic16/glue.c (pic16glue),
10046 * src/pic16/pcode.c (pCode2str, genericPrint): don't print .file or
10047 .line directives if not in debug mode, this suppresses assembler's
10048 warnings for ignored directives
10050 2004-10-05 Maarten Brock <sourceforge.brock AT dse.nl>
10052 * src/port.h: made reset_regparms prototype void parameter explicit.
10053 * src/SDCCsymt.c (processFuncArgs): removed argument "func".
10054 * src/mcs51/ralloc.c (packRegisters): new fix for bugs 898889 & 979599.
10055 * doc/sdccman.lyx: documented warning disabling and how to use
10056 printf_large to make it print floats.
10057 * device/include/stdbool.h: NEW
10058 * device/lib/_atof.c,
10059 * device/lib/_divuint.c,
10060 * device/lib/_divulong.c,
10061 * device/lib/expf.c,
10062 * device/lib/printf_large.c,
10063 * device/lib/sincosf.c,
10064 * device/lib/sincoshf.c: used stdbool.h, all compile with stack-auto now
10065 * device/lib/Makefile.in: added target for model-mcs51-reentrant to build
10066 a completely reentrant lib.
10068 2004-10-05 Vangelis Rokas <vrokas AT otenet.gr>
10070 * device/lib/pic16/libsdcc/gptr/gptr*.c: added return statements
10071 * device/include/pic16/stdio.h: fixed bug with colon
10073 2004-10-03 Vangelis Rokas <vrokas AT otenet.gr>
10075 * device/include/pic16/stdio.h,
10076 * device/include/pic16/stdlib.h,
10077 * device/include/pic16/math.h: NEW
10078 * device/lib/pic16/libsdcc/gptr/*.c (gptrget*, gptrput*): functions
10079 declared as _naked to reduce overhead
10080 * device/lib/Makefile.in (target port-specific-objects-pic16):
10081 changed * to *.* so to ignore the CVS directory,
10082 * src/pic16/gen.c (pic16_freeAsmop): added code to store result of
10083 stacked variables back in stack,
10084 * (genEndFunction): fixed bug reported by G.M. Gallant with stack
10087 2004-10-01 Vangelis Rokas <vrokas AT otenet.gr>
10089 * .version: bumped version number to 2.4.5
10090 * support/Util/SDCCerr.h: added warning W_POSSBUG2.
10091 * support/Util/SDCCerr.c (messages structure): added entry for
10094 Large cumulative patch for pic16 port and libraries.
10095 * device/include/pic16/sdcc-lib.h,
10096 * device/include/pic16/stdarg.h,
10097 * device/include/asm/pic16/features.h,
10098 * device/include/lib/pic16/libsdcc/gptr/{*.c, Makefile}: NEW,
10099 * device/include/pic16/float.h: changes reentrant keyword with
10100 _FS_REENTRANT, added prototype for __fsneq, included sdcc-lib.h
10101 * device/lib/pic16/libsdcc/Makefile: added target directory gptr,
10102 updated target build-libraries to include objects from gptr,
10103 * device/lib/pic16/libsdcc/{char,int,long}/*.c: added macro
10104 _IL_REENTRANT to all function headings, included sdcc-lib.h header,
10105 * device/lib/pic16/libsdcc/float/*.c: added macro _FS_REENTRANT to
10106 all function headings,
10107 * src/SDCCmain.c: added global parameter userIncDirsSet,
10108 * (parseCmdLine): when option -I is encountered add directory to
10109 userIncDirsSet too,
10110 * src/version.awk: added space between control and long,
10111 * src/pic16/NOTES: added some notes for the port,
10112 * src/pic16/gen.c: added prototype for mov2fp function,
10113 * (fReturnpic16[]): properly named return value registers,
10114 * (_G structure): added fields stackRegSet, fregsUsed, stack_lat,
10115 * (aopForSym): added code to handle symbols with onStack flag set,
10116 symbols onStack are allocated PTRSIZE bytes,
10117 * (aopFreeAsmop): handles special case where asmops are stack objects,
10118 * (aopGet, pic16_popGet): adde cod to handle new asmop AOP_STA,
10119 * (pic16_popGetTempReg, pic16_popGetTempRegCond, pic16_popReleaseTempReg):
10120 added argument lock to trace flaws in allocating temporary registers
10121 when developing port,
10122 * (pic16_popGetLit, pic16_popGetLit2): changed lit from unsigned to signed
10123 * (pic16_popRegFromString): reenabled allocating a direct register
10125 * (assignResultValue): various beautifications,
10126 * fixed bug #1037717 (patch from R. Neider & D. Wrinkler) with mistaken
10127 referenced function argument,
10128 * (genIpush): reenabled to allow stacked arguments, handles only
10129 ic->parmPush iCodes,
10130 * (genCall, genPcall): major changes to allow for variable argument
10131 functions, fixed a bug with falsely restoring stack pointer after
10132 returning from call,
10133 * (genFunction): pending code for critical function,
10134 * (shiftR1Left2ResultSigned, shiftR1Left2Result, shiftL2Left2Result,
10135 * (shiftR2Left2Result, shiftLLong) applied patch #1032155 from R.Neider,
10136 * (genNearPointerGet): fixed bug with indirect reading, was always
10138 * (genGenPointerGet, genGenPointerSet): rewrote to support generic
10140 * (genAddrOf): rewrote code to take address of a stacked function parameter
10141 * (genCast): fixed casting to generic pointer type,
10142 * src/pic16/gen.h: added AOP_STA,
10143 * (struct asmop): added field stk,
10144 * src/pic16/genarith.c (pic16_AopType): handle AOP_STA,
10145 * (pic16_genPlusIncr): changed emitSKPNZ to emitSKPNZ,
10146 * (pic16_genAddLit, pic16_genPlus): applied patch #1034042 by tecodev,
10147 * (pic16_genMinus): fixed bug #1035119 with patch submitted by tecodev,
10148 * src/pic16/genutils.c (pic16_genNot): removed symbol *tlbl,
10149 * src/pic16/glue.c (pic16_printGPPointerType): fixed to support new
10151 * src/pic16/main.c (_pic16_initPaths): ignores default SDCC include
10153 * (pic16_port structure): generic pointer size is set to 3,
10154 * src/pic16/pcode.c (pic16_newpCodeOpLit): correctly print literal integer,
10155 * (insertBankSwitch): cast to (char *) to prevent 64bit CPUs'
10157 * src/pic16/ralloc.c (allocReg): prevent allocating register when
10158 operand is an iTemp,
10160 2004-09-24 Martin Helmling <mh AT octo-soft.de>
10162 * debugger/mcs51/cmd.c: set PC if a symbol at pc reg is set
10163 * debugger/mcs51/simi.c: addapt new syntax of s51
10165 2004-09-23 Vangelis Rokas <vrokas AT otenet.gr>
10167 * src/pic16/genutils.c (pic16_genNot): fixed bug #1032265,
10168 * src/pic16/pcode.c: commented out some calls to free() in order to
10171 2004-09-23 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
10174 * src/SDCCicode.c (isiCodeInFunctionCall),
10175 * src/avr/ralloc.c (selectSpil),
10176 * src/pic/ralloc.c (selectSpil),
10177 * src/pic16/ralloc.c (selectSpil),
10178 * src/ds390/ralloc.c (selectSpil),
10179 * src/hc08/ralloc.c (selectSpil),
10180 * src/xa51/ralloc.c (selectSpil),
10181 * src/mcs51/ralloc.c (selectSpil): Don't use remainSpil to spill to the
10182 stack in the middle of a function call sequence (fixes bug #1020268)
10183 * src/SDCCicode.c (geniCodeJumpTable): fixed error in computing the
10184 costs associated with the minimum switch case.
10186 2004-09-19 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
10188 * src/SDCC.lex: fixed bug #1030549
10190 2004-09-19 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
10192 * src/SDCCcse.h (struct cseDef),
10193 * src/SDCCcse.c (cseBBlock, newCseDef, ifFromAddrTaken): purge CSEs
10194 over a function call if the CSE is derived from a symbol whose
10195 address has been taken (fixes bug #1029883)
10196 * support/regression/tests/bug-1029883: a new regression test for
10199 2004-09-18 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
10201 * src/hc08/gen.c (emitinline): fixed bug #1029778
10202 * src/SDCC.y (assignment_expr): fixed the grammer so that assignment
10203 to a cast object is no longer a syntax error ("fixes" bug #1030006,
10204 and starts toward RFE #905167)
10206 2004-09-17 Vangelis Rokas <vrokas AT otenet.gr>
10208 * src/pic16/gen.c (mov2f): New function to move an operand to
10209 another without considering if it is a literal or a register,
10210 * (pic16_sameRegs): don't check if they are both AOP_REG,
10211 * (AccRsh): removed andmask=0 lines,
10212 * (genLeftShift): duplicated to be improved in future versions,
10213 * src/pic16/main.c (_process_pragma): emit stack default size in hex,
10214 * src/pic16/pcode.c: added POC_INFSNZW, updated inverted_op fields
10215 in POC_INCFSZ, POC_INCFSZW, POC_INFSNZ,
10216 * (pic16initMnemonics): added initialization for POC_INFSNZW,
10217 * (insertBankSwitch): fixed inserting banksel directives algorithm
10218 for instructions that follow a skip instruction, this fixes a report
10219 for broken subtraction code generation,
10220 * src/pic16/ralloc.c (deassignLRs): do not free register if current
10221 iCode is a left op, just in case result and right share the same
10224 2004-09-16 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
10227 * src/hc08/gen.c (genJumpTable): more efficient jump table, supports
10229 * src/hc08/gen.c (pullRegs): fixed order of HX & XA pairs
10230 * src/mcs51/ralloc.c (packRegisters): removed the patch applied
10231 on 2004-09-12; it was buggy
10233 2004-09-15 Bernhard Held <bernhard AT bernhardheld.de>
10235 * src/SDCCsymt.h: removed RESULT_CHECK
10240 * src/pic16/glue.c: replaced RESULT_CHECK with RESULT_TYPE_NONE
10242 2004-09-15 Vangelis Rokas <vrokas AT otenet.gr>
10244 * src/SDCCicode.c (piCode): applied patch from Raphael Neider,
10245 * src/pic16/device.c (pic16_assignConfigWordValues): wrong
10246 configuration values no more rejected by compiler, they are assigned
10247 to configuration registers with a warning message instead,
10248 * src/pic16/glue.c (pic16_emitConfigRegs): added +1 at top-limit of
10249 the for-loop so last conf register is emitted too,
10250 * (_pic16_initPaths): link library libsdcc.lib by default,
10251 * (_hasNativeMulFor): modified test for multiplication according to
10252 Raphael Neider's remarks. Integer multiplication is also done with
10254 * device/include/pic16/pic18fregs.h: corrected type error in while
10255 testing and including 18f6720 header file
10257 2004-09-14 Vangelis Rokas <vrokas AT otenet.gr>
10259 * src/pic16/device.h (pic16_options): removed field use_crt,
10260 * src/pic16/gen.c (genUnpackBits): added call to pic16_loadFSR0
10261 until an optimization to handle single bits is added,
10262 * (pic16_loadFSR0): moved before genUnpackBits,
10263 * (genAnd): some white lines removed,
10264 * src/pic16/main.c (_pic16_finaliseOptions): set omit_ivt and clear
10265 leave_reset flags in pic16_options when using crt modules,
10267 2004-09-12 Maarten Brock <sourceforge.brock AT dse.nl>
10269 * src/mcs51/ralloc.c (packRegisters): applied fix by Bernhard Held
10270 for bugs 898889 & 979599. Also used some safer print instructions.
10272 2004-09-12 Vangelis Rokas <vrokas AT otenet.gr>
10274 * src/pic16/device.h (pic16_options_t): added field use_crt,
10276 * src/pic16/genarith.c (pic16_genPlus): added an assert(0) line to
10277 catch a probable future bug,
10278 * src/pic16/gen.c: aopIdx function commented out,
10279 * (genAssign): commented out old code which used aopIdx,
10280 * src/pic16/glue.c (pic16glue): removed some legacy fragments of
10281 code, added if conditionals to take into account the --use-crt
10282 command line options,
10283 * src/pic16/main.c (pic16_optionsTable): added new command line
10284 options, --use-crt= and --no-crt,
10285 * (_pic16_linkEdit): now the proper crt object is added in the
10286 linker command line except than when --no-crt is specified,
10287 * src/pic16/pcode.c,
10288 * src/pic16/pcode.h: added some structures and functions for a new
10289 optimization scheme to compansate for instruction overhead between
10290 same iCodes, this scheme is currently under development and is not
10291 working in any way,
10292 * src/pic16/gen.c (genAnd): added patch provided by Aaron Collwell
10294 * device/lib/pic16/startup/crt0i.c,
10295 * device/lib/pic16/startup/crt0iz.c: added global char variable
10296 __uflags to force the generation of an idata section
10298 2004-09-12 Bernhard Held <bernhard AT bernhardheld.de>
10301 * doc/clean.mk: added support for easy creation of sdcc-doc.tar.bz2
10302 * doc/sdccman.lyx: updated sdcc version to 2.4.4
10304 2004-09-10 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
10306 * doc/sdccman.lyx: fixed a problem with my new index entries (thanks
10307 Frieder) and clarified the default code optimization mode
10309 2004-09-10 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
10311 * src/SDCC.lex (doPragma, process_pragma),
10312 * src/SDCCglobl.h (struct optimize): added pragmas "opt_code_speed",
10313 "opt_code_size", and "opt_code_balanced"
10314 * src/SDCCmain.c (optionsTable[], printOptions, scanOptionsTable):
10315 regrouped options by category, added support for category headers
10316 * src/SDCCmain.c (parseCmdLine): added options "--opt-code-speed"
10317 and "--opt-code-size"
10318 * doc/sdccman.lyx: documented these new options and pragmas
10319 * src/hc08/gen.c (AccLsh, AccRsh): take speed/size optimization
10320 preference into account
10322 2004-09-08 Maarten Brock <sourceforge.brock AT dse.nl>
10324 * src/SDCCicode.c (geniCodePostInc, geniCodePreInc, geniCodePostDec,
10325 geniCodePreDec): Fixed bug 904237 by generating a warning
10327 * src/SDCCerr.c: added warning W_SIZEOF_VOID
10329 2004-09-09 Slade Rich <slade_rich AT users.sourceforge.net>
10331 * src/pic/device.c : When no max ram set validate full memory range.
10333 * src/pic/pcodepeep.c : Copy C code comments to optimised replacement code.
10335 2004-09-08 Maarten Brock <sourceforge.brock AT dse.nl>
10337 * device/lib/_gptrget.c,
10338 * device/lib/_gptrput.c: updated comment
10339 * device/lib/calloc.c,
10340 * device/lib/free.c,
10341 * device/lib/malloc.c,
10342 * device/lib/realloc.c: added LGPL, made them reentrant-safe
10343 * src/SDCCcse.c (cseBBlock),
10344 * src/SDCCicode.c (printOperand, geniCodeArray),
10345 * src/SDCCicode.h (struct operand): fixed bug 868103
10346 * support/regression/tests/bug-868103.c: added
10347 * src/SDCCast.c (searchLitOp),
10348 * src/SDCCcse.h (struct cseDef),
10349 * src/SDCCglue.c (printIvalArray, spacesToUnderscores),
10350 * src/SDCCicode.h (struct operand),
10351 * src/SDCCsymt.h (struct sym_link),
10352 * src/avr/gen.c (hasInc),
10353 * src/ds390/gen.c (hasInc),
10354 * src/hc08/gen.c (genPlusIncr, hasInc),
10355 * src/mcs51/gen.c (hasInc),
10356 * src/pic16/glue.c (pic16_printIvalChar),
10357 * src/pic16/ralloc.c (regWithIdx),
10358 * src/xa51/gen.c (hasInc) : removed warnings
10359 * src/SDCCast.c (createBlock): added comment ???
10360 * src/hc08/ralloc.c: updated comments
10362 2004-09-07 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
10364 * doc/sdccman.lyx: updated section on switch statements, added
10365 section about semaphore locking
10366 * doc/Makefile: added option -info for latex2html
10367 * device/lib/_gptrget.c,
10368 * device/lib/_gptrput.c: __XPAGE instead of P2 in outcommented code
10370 2004-09-06 Slade Rich <slade_rich AT users.sourceforge.net>
10372 * src/pic/device.h,
10373 * src/pic/device.c,
10374 * src/pic/port.c : Changed PIC14 code to not set bit RP1 when
10375 maxram is less than 0x100.
10377 2004-09-06 Slade Rich <slade_rich AT users.sourceforge.net>
10379 * Bug fixes for PIC14 - signed RSHIFT problem. Patch supplied by Allen(agschrum).
10381 2004-09-06 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
10384 * src/mcs51/main.c,
10385 * src/ds390/main.c,
10389 * src/pic16/main.c,
10392 * src/SDCCicode.c (geniCodeJumpTable): Better logic to determine if a
10393 a jump table is the best form for a switch statement, including
10394 automatic insertion of missing cases to make the case range
10395 continuous. Developed in collaboration with Frieder Ferlemann.
10397 2004-09-02 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
10399 * src/hc08/ralloc.c (canDefAccResult): multi-byte shift is unsafe for
10400 accumulator result if it needs sign extension
10402 2004-09-02 Maarten Brock <sourceforge.brock AT dse.nl>
10404 * src/hc08/ralloc.c (canUseAccOperand): fixed comparison bug
10406 2004-09-02 Maarten Brock <sourceforge.brock AT dse.nl>
10408 * device/lib/gbz80/printf.c,
10409 * device/lib/z80/printf.c: removed define for NULL
10411 2004-09-02 Maarten Brock <sourceforge.brock AT dse.nl>
10413 * as/xa51/xa_link.c,
10414 * device/examples/ds390/ow390/ad26.c,
10415 * device/examples/ds390/ow390/cnt1d.c,
10416 * device/examples/ds390/ow390/counter.c,
10417 * device/examples/ds390/ow390/ds2480.h,
10418 * device/examples/ds390/ow390/ds2480ut.c,
10419 * device/examples/ds390/ow390/findtype.c,
10420 * device/examples/ds390/ow390/gethumd.c,
10421 * device/examples/ds390/ow390/owllu.c,
10422 * device/examples/ds390/ow390/ownetu.c,
10423 * device/examples/ds390/ow390/swt12.c,
10424 * device/examples/ds390/ow390/swtloop.c,
10425 * device/examples/ds390/ow390/temp.c,
10426 * device/examples/ds390/ow390/temp10.c,
10427 * device/examples/ds390/ow390/thermo21.c,
10428 * device/examples/ds390/ow390/tinilnk.c,
10429 * device/examples/ds390/ow390/tstfind.c,
10430 * device/examples/serialcomm/windows/serial.cpp,
10431 * device/examples/serialcomm/windows/test_serialcomm.cpp,
10432 * device/include/reg51.h: fixed line endings for cvs
10434 2004-09-02 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
10436 * src/hc08/ralloc.c (canDefAccResult, canUseAccOperand,
10437 packRegsForAccUse, packRegisters): new accumulator register
10439 * support/regression/ports/hc08/support.c (_putchar): suppress
10440 warning of unused variable
10441 * src/SDCCicode.c: added SWAP entry to codeTable
10443 2004-09-01 Maarten Brock <sourceforge.brock AT dse.nl>
10445 * device/lib/sprintf.c: forgot to add this file before previous commit
10447 2004-09-01 Vangelis Rokas <vrokas AT otenet.gr>
10449 * src/pic16/gen.c (genPackBits): added operand right in function
10450 parameters, load result directly if p_type is POINTER (that is
10451 called by genNearPointerSet)
10452 * (genUnPackBits): added operand left in function parameters,
10453 * (genNearPointerGet, genNearPointerSet): prevent the loading of
10454 FSR0 if accessing bitfields,
10456 2004-08-31 Maarten Brock <sourceforge.brock AT dse.nl>
10458 * device/include/stdio.h: added NULL, size_t, typedef pfn_outputchar,
10459 _print_format; updated printf, sprintf, vsprintf
10460 * device/include/asm/default/features.h: corrected comment/define
10461 * device/lib/Makefile.in: added sprintf.c
10462 * device/lib/libsdcc.lib: added sprintf module
10463 * device/lib/printf_large.c,
10464 * device/lib/vprintf.c,
10465 * device/lib/sprintf.c: totally refactored printf_large and vprintf
10467 * support/regression/Makefile: changed ALL_PORTS into a usefull default
10468 * support/regression/ports/mcs51-stack-auto/spec.mk: added sprintf
10469 * support/regression/tests/bug-927659.c: removed dummy putchar, enabled
10471 * support/regression/tests/zeropad.c: define idata as data for hc08
10473 2004-08-31 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
10475 * src/SDCCpeeph.c (labelIsReturnOnly): support hc08 rts opcode also
10476 * src/SDCCpeeph.c (buildLabelRefCountHash): assume function entry point
10477 labels are referenced at least once (even if a reference is not found)
10478 * src/hc08/gen.c (emitcode): set isComment flag for comments
10479 * src/hc08/peeph.def: added rules 5a..5f (optimize redundant immediate
10480 loads), rules 6a..6b (optimize jumps to return)
10482 2004-08-30 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
10484 * device/lib/acosf.c (acosf),
10485 * device/lib/asinf.c (asinf),
10486 * device/lib/atanf.c (atanf),
10487 * device/lib/ceilf.c (ceilf),
10488 * device/lib/cosf.c (cosf),
10489 * device/lib/coshf.c (coshf),
10490 * device/lib/cotf.c (cotf),
10491 * device/lib/fabsf.c (fabsf),
10492 * device/lib/floorf.c (floorf),
10493 * device/lib/log10f.c (log10f),
10494 * device/lib/logf.c (logf),
10495 * device/lib/sinf.c (sinf),
10496 * device/lib/sinhf.c (sinhf),
10497 * device/lib/sqrtf.c (sqrtf),
10498 * device/lib/tanf.c (tanf),
10499 * device/lib/tanhf.c (tanhf),
10500 * device/include/math.h: defined _FLOAT_FUNC_REENTRANT macro and
10501 replaced all instances of "reentrant" in the library functions
10502 defined in math.h with this macro.
10503 * support/regression/tests/float_trans.c: reenabled test for hc08
10505 2004-08-30 Bernhard Held <bernhard AT bernhardheld.de>
10507 * device/lib/pic16/Makefile.common.in: added MODELFLAGS again, it was
10508 erroneously deleted
10510 2004-08-30 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
10512 * src/hc08/gen.c (loadRegFromAop): better use of clra & clrx
10513 * src/hc08/gen.c (genAnd, genOr): fixed bug with conditional when
10514 multi-byte volatile operands are used
10515 * src/hc08/gen.c (shiftRLong): fixed bug with wrong rotate direction
10516 * src/hc08/main.c (_hc08_genAssemblerPreamble): moved the built-in
10517 initialization to area GSINIT0 so that it would always precede
10518 any static initializers in GSINIT
10519 * support/regression/tests/zeropad.c: fixed idata define for hc08
10520 * support/regression/tests/bug-927659.c,
10521 * support/regression/tests/float_trans.c: disabled tests for hc08
10522 pending missing library routines
10523 * .version: increased version number to 2.4.4 - hc08 port now passes
10527 2004-08-29 Bernhard Held <bernhard AT bernhardheld.de>
10529 * device/lib/pic16/Makefile.common.in: added $(MM) to fix `make clean`
10530 * Makefile.common.in,
10532 * as/hc08/Makefile.in,
10533 * as/mcs51/Makefile.in,
10534 * as/z80/Makefile.in,
10535 * debugger/mcs51/Makefile.in,
10536 * device/include/Makefile.in,
10537 * device/lib/Makefile.in,
10540 * link/z80/Makefile.in,
10541 * packihx/Makefile.in,
10542 * sim/ucsim/main_in.mk,
10543 * sim/ucsim/avr.src/Makefile.in,
10544 * sim/ucsim/doc/Makefile.in,
10545 * sim/ucsim/gui.src/serio.src/Makefile.in,
10546 * sim/ucsim/hc08.src/Makefile.in,
10547 * sim/ucsim/s51.src/Makefile.in,
10548 * sim/ucsim/xa.src/Makefile.in,
10549 * sim/ucsim/z80.src/Makefile.in,
10551 * support/cpp2/Makefile.in,
10552 * support/librarian/Makefile,
10553 * support/makebin/Makefile: added DESTDIR to the install path proposed
10554 by "Maciej 'Agaran' Pijanka" <agaran AT pld-linux.org>
10555 * doc/sdccman.lyx: added DESTDIR documentation
10557 2004-08-29 Vangelis Rokas (vrokas AT otenet.gr>
10559 * src/pic16/gen.c (genFunction, genEndFunction): fixed return
10560 instruction for interrupt handlers, use fast returns when returning
10561 from high priority interrupts
10563 2004-08-29 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
10565 * src/hc08/gen.c (genAnd, genOr, transferAopAop, rmwWithAop): optimized
10567 * src/hc08/gen.c (genrshFour, genCpl): fixed bugs
10568 * src/hc08/gen.c (genMultOneByte, genDivOneByte, genModOneByte): fixed
10569 bugs, ported much of Bernhard's code from mcs51
10570 * src/mcs51/gen.c (genSend),
10571 * src/hc08/gen.c (genSend): fixed bug with lost SEND iCodes if more
10572 than one when calling a reentrant function
10573 * device/lib/_mullong.c: defined an alternate struct layout for big
10574 endian ports (hc08)
10576 2004-08-28 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
10578 * src/hc08/gen.c (shiftL2Left2Result): fix for bug-500536 regression
10581 2004-08-28 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
10583 * src/SDCCsymt.c (processFuncArgs): make sure parameter types
10584 are sane and complete before asking the port its prefered parameter
10585 passing method (fixes bug #1017633)
10586 * device/lib/hc08/_ret.c: added "data" storage class to _ret2
10589 2004-08-27 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
10591 * src/hc08/gen.c (genPackBitsImmed, genUnpackBitsImmed): fix offset
10592 problem in bitfields >= 8 bits.
10594 2004-08-27 Maarten Brock <sourceforge.brock AT dse.nl>
10596 * src/SDCCsymt.c: undid changes that were not meant to be committed
10598 2004-08-27 Maarten Brock <sourceforge.brock AT dse.nl>
10600 * support/regression/ports/hc08spec.mk: REENTRANT must be reentrant
10602 2004-08-27 Maarten Brock <sourceforge.brock AT dse.nl>
10604 * src/hc08/gen.c (genUminusFloat): fixed bug where only 3 bytes were
10605 copied and wrong bit got inverted
10607 2004-08-27 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
10609 * src/hc08/gen.c (genPointerSet, genFarPointerSet): moved code from
10610 genFarPointerSet into genPointerSet; eliminated genFarPointerSet
10611 * src/hc08/gen.c (genPointerGet, genFarPointerGet): moved code from
10612 genFarPointerGet into genPointerGet; eliminated genFarPointerGet
10613 * src/hc08/gen.c (genPackBitsImmed): generate optimized code for
10614 assignments to bitfields at known addresses
10615 * src/hc08/gen.c (genUnpackBitsImmed): generate optimized code for
10616 reads from bitfields at known addresses
10617 * src/hc08/ralloc.c (packRegisters),
10618 * src/hc08/gen.c (genPointerGet, genUnpackBits, genUnpackBitsImmed,
10619 genhc08Code): optimize pointer get values used as conditionals
10620 * src/hc08/peeph.def: added rules 2e & 2f to optimize bit test
10623 2004-08-24 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
10625 * src/mcs51/gen.c (genPointerGet, genNearPointerGet, genPagedPointerGet,
10626 genFarPointerGet, genCodePointerGet, genGenPointerGet, genUnpackBits),
10627 * src/mcs51/ralloc.c (packRegisters): optimize pointer get values used
10630 2004-08-22 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
10632 * src/mcs51/peeph.def: peepholes 248.i-m for xdata bitfields
10634 2004-08-21 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
10636 * src/mcs51/ralloc.c (packRegsForOneuse): fixed bug #1012650 and some
10639 2004-08-21 Bernhard Held <bernhard AT bernhardheld.de>
10641 * sim/ucsim/cmd.src/Makefile.in: run lex only if $(PRJDIR)/devel exists
10643 2004-08-18 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
10645 * src/z80/ralloc.c (packRegsForAssign): ported some bug fixes from the
10648 2004-08-16 Slade Rich <slade_rich AT users.sourceforge.net>
10650 * src/pic/gen.c: Restored fn genRet as previous fix was incorrect.
10652 2004-08-14 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
10654 * src/mcs51/gen.c (genJumpTab): jumptables for more than 16 switch
10655 cases use more compact code.
10657 2004-08-13 Slade Rich <slade_rich AT users.sourceforge.net>
10659 * src/pic/gen.c: Fixed problem with fn returning a variable bigger than a char.
10661 2004-08-12 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
10663 * src/SDCClrange.c (findPrevUse): fixed bug #1007371
10665 2004-08-12 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
10668 * src/SDCCsymt.c (changePointer, checkDecl, addSymChain): changed
10669 parameter of changePointer() from symbol* to sym_link*
10670 * src/SDCCast.c (decorateType): call changePointer() for CAST op
10671 * src/SDCCsymt.c (compareType): void* type is castable to other
10672 pointers, but not necesarily an exact match.
10673 * src/SDCCicode.c (geniCodeCast): allow void* casting here since it
10674 is no longer blindly treated as an exact match.
10675 * src/SDCCval.c (valCastLiteral): treat missing type as cast to void
10677 2004-08-12 Slade Rich <slade_rich AT users.sourceforge.net>
10679 * src/pic/glue.c: Added struct initialisation fn printIvalStruct.
10681 2004-08-11 Slade Rich <slade_rich AT users.sourceforge.net>
10685 * src/pic/ralloc.h,
10686 * src/pic/ralloc.c: Printing rIdx on internal verbose debug.
10688 2004-08-10 Slade Rich <slade_rich AT users.sourceforge.net>
10690 * src/pic/device.c,
10691 * src/pic/device.h,
10692 * src/pic/device.c: Will no longer exit if #pragma maxram has not been defined.
10694 2004-08-06 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
10696 * src/mcs51/gen.c (emitcode): fixed bug #992819
10698 2004-08-05 Maarten Brock <sourceforge.brock AT dse.nl>
10700 * src/pic/ralloc.c (deassignLR): allthough pic port is buggy already,
10701 there's no need to make it worse
10703 2004-08-05 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
10705 * src/mcs51/ralloc.c (deassignLR),
10706 * src/ds390/ralloc.c (deassignLR),
10707 * src/hc08/ralloc.c (deassignLR),
10708 * src/z80/ralloc.c (deassignLR),
10709 * src/pic/ralloc.c (deassignLR),
10710 * src/pic16/ralloc.c (deassignLR),
10711 * src/avr/ralloc.c (deassignLR),
10712 * src/SDCClrange.c (findRecursiveSucc, findRecursivePred, findPrevUse,
10713 rlivePoint): fixed another part of bug #971834
10715 2004-08-04 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
10717 * src/z80/main.c: enabled "critical" keyword
10718 * src/z80/mappings.i,
10719 * src/z80/gen.c (genFunction, genEndFunction): support for interrupt
10720 functions (fixes bug #979646)
10721 * doc/sdccman.lyx: added a subsection explaining z80 interrupt support
10723 2004-08-04 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
10725 * src/mcs51/gen.c (genInline): Add \n for labels, not DOS/WIN dirs
10728 2004-08-03 Maarten Brock <sourceforge.brock AT dse.nl>
10730 * src/SDCCloop.c (loopInvariants): fixed bug 983545, hope this
10731 doesn't disable too much optimizations
10733 2004-08-02 Slade Rich <slade_rich AT users.sourceforge.net>
10735 * src/pic/glue.c Disabled "WARNING: function 'main' undefined" when -S option is used.
10737 2004-08-02 Maarten Brock <sourceforge.brock AT dse.nl>
10739 * src/SDCClrange.c (rlivePoint): fixed bug 988568, thanks to anonymous
10741 2004-08-02 Slade Rich <slade_rich AT users.sourceforge.net>
10743 * src/pic/gen.c tidied up tabs
10744 * src/pic/genarith.c tidied up tabs and fixed bug with literal multiple where same register was used for hi and low byte
10745 * src/pic/main.c tidied up tabs
10746 * src/pic/pcode.c tidied up tabs and disabled verbose code generation
10747 * src/pic/pcoderegs.c tidied up tabs
10748 * src/pic/ralloc.c tidied up tabs
10750 2004-07-30 Vangelis Rokas <vrokas AT otenet.gr>
10752 * src/SDCCmem.c (allocGlobal): don't turn S_REGISTER storage class
10753 to S_FIXED for pic16 port and when symbol is not in level 0,
10754 allocate for S_REGISTER storage class and pic16 port, too,
10755 * src/pic16/device.h: prototype for checkSym,
10756 * src/pic16/device.c (pic16_dump_access, checkSym): NEW,
10757 * (pic16_assignConfigWordValue): test the value and the mask to
10758 validate that the value is suitable for the configuration word,
10759 * src/pic16/glue.c (pic16_printIvalFuncPtr): use 'externs' to
10760 collect extern declared symbols, don't emit symbol twice, check
10761 first if symbol is in publics set first,
10762 * src/pic16/main.c (_pic16_keywords[]): added keyword 'register',
10763 * added command line '--fstack' which enables an experimental
10764 feature for stack access, too buggy to be used yet...
10765 * src/pic16/ralloc.c (pic16_accessregWithName): NEW,
10766 * (pic16_allocDirReg): when register has storage class S_REGISTER
10767 allocate in pic16_dynAccessRegs,
10768 * device/include/pic16/pic18f????.h: modified configuration word
10769 naming convention, words started as CONFIG0H but should be CONFIG1H
10771 2004-07-29 Maarten Brock <sourceforge.brock AT dse.nl>
10773 * device/include/mcs51reg.h: fixed bug 970993
10775 2004-07-27 Maarten Brock <sourceforge.brock AT dse.nl>
10777 * added lib/calloc.c, lib/free.c, lib/realloc.c, include/stddef.h
10778 * updated lib/malloc.c, lib/libsdcc.lib, lib/Makefile.in, include/malloc.h
10779 * src/SDCC.lex (doPragma): added pragma disable_warning <nnn>
10780 * src/SDCCmain.c (parseCmdLine): added option --disable-warning <nnn>
10781 * src/ds390/gen.c (genPlusIncr): fixed bug when incrementing generic pointers
10782 * support/Util/SDCCerr.c (vwerror): suppress disabled warnings and output
10783 error/warning numbers,
10784 added function setWarningDisabled()
10785 * support/Util/SDCCerr.h: added setWarningDisabled() and MAX_ERROR_WARNING
10786 * support/regression/ports/mcs51-stack-auto/spec.mk: added dependencies
10787 _memcmp.c _memmove.c calloc.c realloc.c free.c
10788 * support/regression/tests/malloc.c: added tests for new functionality
10789 * support/regression/tests/zeropad.c: added tests for truncated initializers
10790 and initialized char arrays starting with '\x0'
10791 * src/mcs51/peeph.def: fixed regression, added peephole 177.f
10793 2004-07-26 Bernhard Held <bernhard AT bernhardheld.de>
10795 * support/valdiag/tests/overflow.c: fixed warning on (1 >> 40)
10797 2004-07-26 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
10799 * doc/sdccman.lyx: updated example in section "Absolute Addressing"
10800 * src/mcs51/peeph.def: added contributed fix for "bug" #995347 as
10801 peephole 177.e. Thanks to anonymous
10803 2004-07-25 Vangelis Rokas <vrokas AT otenet.gr>
10805 * src/pic16/glue.c (pic16_printIvalFuncPtr): when an extern
10806 function isn't used in the source but referenced as a
10807 variable initializer then declare it as extern in .asm file
10809 2004-07-24 Vangelis Rokas <vrokas AT otenet.gr>
10811 * .version: increased version number to 2.4.3
10813 Adding version extension according to ChangeLog CVS revision
10814 * src/Makefile.in (target all): added dependency 'version.h'
10815 * (rule version.h): added rule to create version.h from ChangeLog,
10816 * (rule dep): added dependency version.h,
10817 * src/version.awk: AWK script to create version.h
10818 * src/SDCCdwarf2.c (dwWriteModule),
10819 * src/SDCCglue.c (initialComments),
10820 * src/SDCCmain.c (printVersionInfo): modified to write after
10821 version string the version extension number,
10822 * src/SDCCutil.c: included "version.h"
10823 * (getBuildNumber): NEW, returns SDCC's ChangeLog minor revision
10825 * src/SDCCutil.h: added prototype for getBuildNumber
10827 * src/SDCCmain.c (parseCmdLine): when sOpt is 'I' add rest in
10828 includeDirsSet, too,
10829 * src/SDCCsymt.c (checkSClass): don't emit error when a variable,
10830 const char [] is found in function prototype...
10832 * src/pic16/genarith.c (pic16_genUMult8XLit_8): optimization to omit
10833 moving to WREG with source is already in WREG,
10834 * src/pic16/gen.h: added AOP_FSR0 and AOP_FSR2 in enum,
10835 * src/pic16/gen.c (getFreePtr): updated to look for FSR0 and FSR2,
10836 * (aopForSym): stack'ed symbols are partially supported, added
10837 if-clause to support symbols in FARSPACE,
10838 * (sameRegs): added test for AOP_ACC to see if registers are same,
10839 * (pic16_freeAsmop): added case for AOP_FSR0 and AOP_FSR2,
10840 * (pic16_aopGet): added case for AOP_FSR0 and AOP_FSR2,
10841 * (pic16_popRegFromString): will not allocate a new register if it
10842 doesn't find one by name, bug may have introduced...
10843 * (pic16_popGet): added case for AOP_FSR0 and AOP_FSR2,
10844 * (genIpush): revived to use pic16 port's stack,
10845 * (genAddrOf): added incomplete case for stack'ed operand,
10846 * (genCast): optimized a pair of MOVFW,MOVWF to MOVFF
10847 * src/pic16/genutils.c (pic16_genNot): almot new vesrion for NOT,
10848 can handle multibyte operands,
10849 * src/pic16/glue.c (pic16_printIval*): some debug info added,
10850 * (pic16initialComments): added message for MPLAB compatibility
10852 * src/pic16/main.h: prototype for pic16_mplab_comp,
10853 * src/pic16/main.c (pic16_optionsTable): new option --mplab-comp,
10854 which enabled MPLAB compatibility mode (i.e. no #LINE/#FILE, BANKED)
10855 * (_pic16_linkEdit): NEW, handles link stage, transferred here
10856 because of increased complexity of procedure,
10857 * (_process_pragma): stack pragma changed to format 'stack pos len',
10858 emit symbol '_stack_end' to conform with gplink,
10859 * src/pic16/pcode.c (pic16_newpCodeOpBit): using pic16_regWithName
10860 to search for register,
10861 * (pic16_get_op, pic16_get_op2): added case for PO_W, PO_WREG and
10863 * (pic16_pCode2str): when in MPLAB compatibility mode, comment out
10864 #LINE directives and replace 'B' with 'BANKED' in instruction opcodes
10865 * (pic16_getRegFromInstruction, pic16_getRegFromInstruction2): added
10866 case for PO_GPR_REGISTER,
10867 * (pic16_AnalyzeBanking): removed the old message for inc2h.pl, past
10868 dies, the new era is ahead !...
10869 * src/pic16/ralloc.c: added hash reposits pic16_dynAllocRegNames and
10870 pic16_dynInternalRegs,
10871 * (pic16_allocregWithName, pic16_procregWithName, pic16_regWithname): NEW,
10872 * (pic16_allocDirReg): minor optimizations and bug fixes,
10873 * (pic16_allocWithIdx): when searching pic16_dynProcessorRegs use fixed,
10875 * device/lib/pic16/startup/crt0*.c: extern definition of stack_end,
10876 load stack and frame pointer with address of 'stack_end' symbol
10878 2004-07-23 Vangelis Rokas <vrokas AT otenet.gr>
10880 * src/pic16/glue.c (pic16emitStaticSeg): fixed bug with files
10881 without source code but only variable initializers
10883 2004-07-20 Vangelis Rokas <vrokas AT otenet.gr>
10885 * src/pic16/glue.c (pic16emitRegularMap): unused functions marked as
10886 external are not declared as extern to reduce overhead while linking
10888 2004-07-20 Maarten Brock <sourceforge.brock AT dse.nl>
10890 * src/SDCCast.c (decorateType): removed buggy fix for bug #979599
10892 2004-07-11 Maarten Brock <sourceforge.brock AT dse.nl>
10894 * src/SDCCglue.c (printIvalArray): fixed bug #984229, thanks to Phuah
10895 Yee Keat for the patch
10896 * src/SDCCast.c (decorateType): fixed bug #979599
10897 * src/ds390/gen.h: removed local fReturnSizeDS390
10898 * src/ds390/gen.c: made fReturnSizeDS390 signed short to remove a warning
10899 * src/ds390/gen.c (genAnd, genOr, genXor),
10900 * src/mcs51/gen.c (genAnd, genOr, genXor): generate better optimized code
10902 2004-07-04 Vangelis Rokas <vrokas AT otenet.gr>
10904 * src/SDCCmain.c (linkEdit): modifications only for pic16 port,
10905 add relFilesSet to $3, manipulate $2 to handle linking of object
10906 files without source files in command line,
10907 * device/include/pic16 (all headers): added ID location macros,
10908 * src/pic16/device.c (struct PIC16_device Pics16[]): added field
10909 entries for ID location bytes,
10910 * (pic16_assignIdByteValue): NEW,
10911 * src/pic16/device.h: new structures idRegInfo_t and idBytesInfo_t,
10912 added field dumpcalltree to pic16_options_t,
10913 * src/pic16/gen.c (genCmp): fixed bug case so a temporary register
10914 is used instead of pic16_Gstack_base_addr, check if (ifx) before
10915 emitting rFalseIfx label after check_carry label,
10916 * src/pic16/glue.c (PIC16_IS_IDLOC_ADDRESS, PIC16_IS_HWREG_ADDRESS,
10917 pic16_emitDIRegs), NEW
10918 * (pic16glue): dump .calltree file when option --calltree found,
10919 * src/pic16/main.c (OPTION _pic16_optionsTable): new option --calltree
10920 * (_pic16_genAssemblerPreamble): emit ID locations after
10921 configuration registers,
10922 * (pic16_linkCmd): modifications of the link command,
10923 * src/pic16/pcode.c (pic16_pciMOVFF): PCC_REGISTER replaces PCC_REGISTER2
10924 * (pic16_pCodeInitRegisters): don't init stack registers,
10925 * (pic16_findPrevInstruction): fixed bug,
10926 * (pic16_getRegFromInstruction, pic16_getRegFromInstruction2): fixed
10927 bug with immediate registers,
10928 * (buildCallTree): traces stack push and pop,
10929 * (pct2): dump also stack usage for each function,
10930 * src/pic16/ralloc.c (dynrIdx): registers names start from 0x00
10931 * (pic16_allocDirReg): various modifications,
10932 * (pic16_typeRegWithIdx): when searching pic16_dynProcessorRegs set
10935 2004-07-02 Vangelis Rokas <vrokas AT otenet.gr>
10937 * src/pic16/pcode.c: removed buggy double colon
10939 2004-07-01 Borut Razem <borut.razem AT siol.net>
10941 * support/scripts/sdcc.nsi: added include/pic16 to setup
10943 2004-06-30 Vangelis Rokas <vrokas AT otenet.gr>
10945 * device/lib/Makefile.in: fixed bug in target objects-pic16,
10946 * device/lib/pic16/Makefile: prefixed with dash (-) command under
10948 * doc/sdccman.lyx: changed version to 2.4.2 and added some port
10949 specific command line arguments. Also added sample lkr script
10950 for placing a variable at a specific memory bank.
10951 * src/pic16/device.c (pic16_dump_gsection): NEW, to dump variables
10952 at a specific memory bank,
10953 * (pic16_dump_isection): fixed bug which caused string literals to
10954 be omitted when dumping idata section,
10955 * (pic16_groupRegistersInSection): added code to handle registers
10956 in specific memory banks,
10957 * src/pic16/gen.c: labelOffset is prefixed with pic16_ and made
10958 public, all references are renamed too,
10959 * (pic16_aopGet): removed switch cases for AOP_R0,AOP_R1,AOP_DPTR,
10961 * (pic16_storeForReturn): added case to handle when dest is WREG,
10962 * src/pic16/genarith.c (pic16_pCodeOpSubType): NEW,
10963 * src/pic16/glue.c (pic16emitRegularMap): when adding a register in
10964 pic16_rel_udata, check to see if that register is marked as being
10965 a member of a specific memory bank,
10966 * (pic16_printIvalCharPtr): added code to add string literals either
10967 to code or the idata sections,
10968 * src/pic16/main.c (_process_pragma): added \n to WHITE constant,
10969 also accept the 'udata' pragma,
10970 * src/pic16/main.h: new structure types sectName and sectSym
10971 * src/pic16/pcode.c: added new pCodeInstruction entry for BANKSEL
10972 * (newpCodeOpBit): added PIC_OPTYPE subt in function prototype,
10973 * (pic16_findPrevInstruction): fixed, it returned nothing,
10974 * (insertBankSwitch): fixed to emit banksel/skip and skip/banksel
10975 instruction combinations,
10976 * (pic16_FixRegisterBanking): heavily reorganised,
10977 * (pic16_AnalyzeBanking): if generating banksel directives is
10978 disabled, then don't call FixRegisterBanking at all,
10979 * src/pic16/ralloc.c (bitEQUs, aliasEQUs, allDefsOutOfRange):
10980 completely removed,
10981 * (pic16_writeUsedRegisters): added call to pic16_dump_gsection
10983 2004-06-29 Bernhard Held <bernhard AT bernhardheld.de>
10985 * src/SDCCglue.c (printChar): fixed bug #973350, patch provided by
10986 Phuah Yee Keat <yk.phuah AT nestac.com>
10988 2004-06-28 Vangelis Rokas <vrokas AT otenet.gr>
10990 * src/pic16/glue.c (pic16createInterruptVect): function now emits
10991 correctly the IVT even if it is relocated to some other location
10993 2004-06-28 Vangelis Rokas <vrokas AT otenet.gr>
10995 * device/include/pic16/pic18fregs.h: added case for pic18f2220.h
10996 * device/include/pic16/pic18f2220.h: NEW,
10997 * device/lib/pic16/libdev/pic18f2220.c: NEW,
10998 * device/lib/pic16/libdev/Makefile: added 18f2220 in DEVS,
10999 * src/pic16/device.c (struct Pics16): added info for 18f2220,
11000 * src/pic16/device.h (struct pic16_options): added ivt_loc and
11001 nodefaultlibs, ivt_loc is the location of the interrupt vector
11002 table, and nodefaultlibs signs that default libraries should not be
11003 linked in link stage,
11004 * src/pic16/gen.c (genFunction): relocate interrupt vector functions
11005 according to --ivt-loc argument,
11006 * src/pic16/main.c (_process_pragma): emit '_stack' as public symbol
11007 when pragma stack is found,
11009 2004-06-25 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
11011 * src/mcs51/peeph.def: added peepholes 182.d (return 0.0),
11012 256 (range check), 257 (do while), 258.a-f (bit banging
11013 f.e. on 3-wire SPI bus)
11015 2004-06-21 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
11017 * src/SDCClrange.c (findNextUseSym): fixed a live range bug with
11018 variables used exclusively within a loop
11020 2004-06-21 Bernhard Held <bernhard AT bernhardheld.de>
11022 * src/mcs51/gen.c (genCpl): quick fix for bug #974835
11024 2004-06-21 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
11026 * src/SDCClrange.c (computeClash): fixed bug #971834
11028 2004-06-20 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
11030 * src/mcs51/gen.c (genCmp): fixed bug #975903
11031 * src/hc08/gen.c (operandsEqu),
11032 * src/ds390/gen.c (operandsEqu),
11033 * src/z80/gen.c (operandsEqu),
11034 * src/pic/gen.c (operandsEqu),
11035 * src/pic16/gen.c (operandsEqu),
11036 * src/mcs51/gen.c (operandsEqu): fixed bug #976283
11037 * src/SDCCmain.c (parseCmdLine): report --unknown-option only once
11039 2004-06-15 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
11041 * src/SDCCcse.c (cseBBlock): fixed bug #966963
11043 2004-06-12 Vangelis Rokas <vrokas AT otenet.gr>
11045 * src/pic16/gen.c (genPointerGet): added E_INTERNAL_ERROR for
11046 default case in switch statement,
11047 * glue.c (pic16_initPointer): expr is initialised via decoarteType
11048 to eliminate problem with initialisation of pointers, but problem
11050 * (pic16_pointerTypeToGPByte): removed, no needed for pic16,
11051 * (emitStaticSegment): removed various lines emitting debug info,
11052 * src/pic16/pcode.c, src/pic16/pcode.h, src/pic16/ralloc.h:
11053 added processor registers for utilizing EEPROM,
11054 * src/pic16/pcode.c (pic16_emitDB): number of DBs emitted is not
11055 configurable and set 8
11057 2004-06-08 Vangelis Rokas <vrokas AT otenet.gr>
11059 * .version: increased version number to 2.4.2,
11061 Cumulative patch for pic16 port
11062 * src/pic16/device.c: changed scheme to dump initial values for
11063 variables in idata segment, all print_idata* functions were removed,
11064 now the pic16_printIval* will be called,
11065 * src/pic16/glue.c: (pic16_initPointer, pic16_pointerTypeToGPByte,
11066 * _pic16_printPointerType, pic16_printPointerType,
11067 * pic16_printGPointerType, pic16_printIvalArray, pic16_printIvalStruct,
11068 * pic16_printIvalBitFields, pic16_printIvalFuncPtr, pic16_printIvalPtr:
11069 NEW, similar to the respective functions in SDCCglue.c,
11070 * src/pic16/pcode.c (pic16_emitDB, pic16_flushDB): reverted to old
11071 way, emitting hex bytes,
11072 * (pic16_emitDS): NEW, emits a string for pointer initialisation,
11074 2004-06-08 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
11076 * src/avr/ralloc.c (serialRegAssign),
11077 * src/xa51/ralloc.c (serialRegAssign),
11078 * src/pic/ralloc.c (serialRegAssign),
11079 * src/pic16/ralloc.c (serialRegAssign),
11080 * src/hc08/ralloc.c (serialRegAssign),
11081 * src/z80/ralloc.c (serialRegAssign),
11082 * src/ds390/ralloc.c (serialRegAssign),
11083 * src/mcs51/ralloc.c (serialRegAssign): fixed bug #964479
11085 2004-06-08 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
11087 * src/SDCCicode.c (geniCodeJumpTable): fixed bug #967601
11088 * src/SDCCpeeph.c (labelIsReturnOnly): fixed bug #966505
11090 2004-06-07 Vangelis Rokas <vrokas AT otenet.gr>
11092 Cumulative patch for pic16 port:
11093 * src/pic16/device.h (typedef PIC16_device) modified fields for
11094 defining microcontrollers,
11095 * src/pic16/device.c: added new info for all devices in Pics16 array,
11096 * src/pic16/gen.c (genPcall): fixed bug that caused the return label
11097 to be optimised out by the pCode optimiser,
11098 * src/pic16/glue.c (pic16emitRegularMap): treat implicit aggragates
11099 specially, bug reported by G.M. Gallant,
11100 * src/pic16/pcode.c (pic16_newpCodeLabelFORCE): NEW, marks a label
11101 as force'd so that cannot be optimised out by pCode optimiser,
11102 * src/pic16/pcode.c,
11103 * src/pic16/pcodepeeph.c,
11104 * src/pic16/pcoderegs.c: many modifications to re-enable peepholes,
11105 they are disabled by default, but can be enabled explicit with
11106 command argument --denable-peeps, for testing,
11107 * device/lib/pic16/startup/Makefile: added --no-peep,--pomit-config-words,
11108 --pomit-ivt in COMPILE_FLAGS
11110 2004-06-06 Maarten Brock <sourceforge.brock AT dse.nl>
11112 * src/pic16/pcode.c (pic16_emitDB): removed double semicolon which fails
11113 compilation on MSVC
11115 2004-06-06 Maarten Brock <sourceforge.brock AT dse.nl>
11117 * device/include/sab80515.h: added sfr P6, changed GPL to LGPL
11119 2004-06-06 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
11121 device/include/sab80515.h: fixed bug #967492, DAPR is defined at adress
11122 0xd8, but the correct adress is 0xda. Thanks to anonymous for reporting
11124 2004-06-06 Vangelis Rokas <vrokas AT otenet.gr>
11126 * src/pic16/device.c (pic16_assignConfigWord): fixed bug that
11127 would only assign 0x300001 register.
11129 2004-06-05 Vangelis Rokas <vrokas AT otenet.gr>
11131 * device/lib/pic16/startup/Makefile: added $(MODELFLAGS)
11132 in COMPILE_FLAGS. Thanks to G. Gallant for report.
11134 2004-06-05 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
11136 * doc/sdccman.lyx: minor changes, mentioned beta vendor support
11138 * src/mcs51/peeph.def: ran unexpand -a over peeph.def
11139 * src/mcs51/peeph.def: removed obsolete peephole 100.a,
11140 added peephole 254 (left shift), 255 (jump table)
11142 2004-06-04 Vangelis Rokas <vrokas AT otenet.gr>
11144 * device/lib/Makefile.in: removed comment line with model-pic16,
11145 * (target port-specific-objects-pic16): the libraries and objects
11146 are copied to the build directory form the device/lib/pic16/bin
11149 Cumulative patch concerning pic16 port:
11150 * library directory has been re-organized,
11151 * added support for PIC18F1220,
11152 * added headers and library sources for chips 18f1220,18f6520,
11153 18f6620,18f6680,18f6720,18f8520,18f8620,18f8680,18f8720
11155 * configuration registers setting has changed, now each supported
11156 device has a complete description of the registers it uses,
11157 * all initialisations are moved to idata sections, these section
11158 can be absolute or relocatable,
11159 * fixed initialisation of codespace variables,
11160 * fixed warning about PCLATU and gpsim,
11161 * src/pic16/gen.c (genCmp): now can handle partially iCodes with no ifx,
11162 * (genAssign): use table reads when assigning from variables in codespace,
11163 * src/pic16/glue.c (pic16emitStaticSeg): fixed to correctly initialise
11164 char/int variables placed in codespace,
11165 * (pic16_emitConfigRegs): NEW, emits a list with configuration
11166 registers set in .asm file, no need for --pomit-config-words anymore,
11167 * (pic16glue): some 8051 legacy segments are commented out
11168 (to be removed completely),
11169 * added support for alternative assembler and linker with --asm=
11170 and --link= command line arguments,
11171 * peepholes are disabled automatically in the port, no need to
11172 specify on command line,
11173 * port supports natively char/int/long multiplication, but converts
11174 all divisions to support functions,
11175 * main.c: pic16_linkCmd and pic16_asmCmd changed to force output
11176 to the file set in variable $2,
11177 * pcode.c (pic16_emitDB, pic16_flushDB): modified to print printable
11178 strings in ASCII format and not in hex,
11179 * ralloc.c (serialRegAssign): added a triplet of conditional calls
11180 to pic16_allocDirReg for IC_RESULT, IC_LEFT and IC_RIGHT so to
11181 allocate proper register if iCodes aren't temporary,
11183 2004-06-02 Maarten Brock <sourceforge.brock AT dse.nl>
11185 * support/regression/tests/zeropad.c: added TEST_G macro for alpha
11187 2004-06-02 Vangelis Rokas <vrokas AT otenet.gr>
11189 * src/pic16/gen.c (genPcall): warning about gpsim and PCLATU
11192 2004-06-01 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
11194 * src/hc08/gen.c (genPointerGetSetOfs): disabled optimization if
11195 computed address is reused
11196 * src/hc08/gen.c (genPackBits): fixed offsets in assignments to
11197 multi-byte bitfields
11199 2004-06-01 Maarten Brock <sourceforge.brock AT dse.nl>
11201 * src/z80/gen.c: (genArrayInit): must check for pointers too
11203 2004-06-01 Maarten Brock <sourceforge.brock AT dse.nl>
11205 * support/regression/tests/zeropad.c: never meant to commit the
11206 nestedstruct test: removed, added check for GCC version
11208 2004-05-31 Maarten Brock <sourceforge.brock AT dse.nl>
11210 * src/SDCCast.c (createIvalArray): fixed bug 770487 SIGSEGV
11211 * src/SDCCglue.c (emitRegularMap): fixed bug 770484 allocation problem
11212 * src/SDCCglue.c (initPointer, printIvalType, printIvalStruct,
11213 printIvalArray, printIvalFuncPtr, printIvalPtr, printIval): fixed
11214 bugs 928906 and 954082 half-empty initializers
11216 * src/SDCCsymt.c (getAllocSize): added for above fix
11217 * src/z80/gen.c (genArrayInit): fixed bug 741044
11218 * support/regression/tests/zeropad.c: added tests
11220 2004-05-30 Vangelis Rokas <vrokas AT otenet.gr>
11222 * src/pic16/device.c (pic16_dump_section): corrected bug which
11223 caused some symbols of the libraries to be misplaced
11225 2004-05-28 Vangelis Rokas <vrokas AT otenet.gr>
11227 * src/pic16/glue.c,
11228 * src/pic16/ralloc.h,
11229 * src/pic16/ralloc.cc: prefixed IS_CONFIG_ADDRESS with PIC16_
11230 to fix conflict with pic port
11232 2004-05-28 Vangelis Rokas <vrokas AT otenet.gr>
11234 * src/pic16/glue.c (pic16emitStaticSeg): do not print as publics or
11235 externs configuration variables,
11236 * src/pic16/ralloc.h,
11237 * src/pic16/ralloc.cc: IS_CONFIG_ADDRESS is made public and added
11238 prototype in header, commented out some debug messages
11240 2004-05-26 Vangelis Rokas <vrokas AT otenet.gr>
11242 * src/pic16/glue.c,
11243 * src/pic16/main.c,
11244 * src/pic16/pcode.c: added gpasm directives #FILE/#LINE
11245 for gpasm COFF object generation. Thanks to D. Hawkins for
11248 2004-05-25 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
11250 * src/ds390/main.c,
11251 * src/mcs51/main.c: fixed sort order of mnemonics (thanks to Maarten
11252 Brock for spotting this)
11253 * src/ds390/gen.c (genEndFunction),
11254 * src/mcs51/gen.c (genEndFunction): always save psw if function is an
11255 interrupt handler and critical. Disable push/pop optimizations when
11256 peephole optimizations disabled.
11258 2004-05-25 Vangelis Rokas <vrokas AT otenet.gr>
11260 Updated pic16 library sources and headers.
11261 * device/lib/pic16/pic18f*/ ,
11262 * device/include/pic16/*.h: modified to handle structured SFR
11265 2004-05-25 Vangelis Rokas <vrokas AT otenet.gr>
11267 * src/port.h (PORT structure): added hook initPaths, now each
11268 port can declare its own default search paths,
11269 which can been seen with the --print-search-dirs option,
11270 see pic16 port for example,
11271 * src/SDCCmain.c (setBinPaths, setIncludePaths, setLibPath,
11272 setDataPaths): test to options.printSearchDirs is ifdef'ed out,
11273 * (doPrintSearchDirs): NEW, replaces in a central manner the
11274 printing of search dirs which was split in set*Paths functions,
11275 * (main): added call to port->initPaths and doPrintSearchDirs,
11277 * src/ds390/main.c,
11280 * src/izt/tlcs900h.c,
11281 * src/mcs51/main.c,
11283 * src/pic16/main.c: modified port structures to reflect addition of
11286 * src/pic16/device.c (regCompare): registers are finally sorted by name,
11287 * (pic16_dump_section): for registers in same address reserve memory once,
11288 * src/pic16/device.h (struct PIC16_device): changed variable gen_banksel
11290 * src/pic16/genarith.c (pic16_genPlus): added code to handle cases where
11291 result is greater in size than right or left,
11292 * (pic16_genUMult8X8_8): there are some cases where the result can
11293 be 16 bits size, so handle these,
11294 * src/pic16/gen.c: changed some pic16_emitpcomment to DEBUGpic16_emitcode,
11295 * (pic16_outBitC): modified to emit pcodes,
11296 * (pic16_storeForReturn): using is_LitOp to see if operand is literal
11298 * (genDivOneByte): implemented algorithm to divide 8-bits,
11299 * (genCmp): uncommented goto, but issues still exist,
11300 * (genAnd): fixed a bug with variables >8bits,
11301 * (genPackBits): optimization added that uses BCF/BSF to change a
11303 * (genAssign): fixed bug when assigning floating point literals,
11304 * src/pic16/glue.c (pic16glue): added assembler directive 'code' before
11305 __sdcc_gsinit_startup label,
11306 * src/pic16/main.c (_pic16_init): removed search directory
11308 * (_pic16_initPaths): NEW, used to initialise search directories,
11309 * (_hasNativeMulFor): support functions for all except char/int
11310 multiplication, and char division,
11311 * (PIC16_port struct): modified entry for native mul support,
11312 * src/pic16/pcode.c (insertBankSwitch): modified to support the renamed
11314 * (buildCallTree): call to register_usage is ifdef'ed out,
11316 2004-05-22 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
11318 * device/include/string.h: applied Stas Sergeev's patch to make this
11319 header file compatible with the preprocessor -Wundef option
11320 * src/SDCCmain.c (main): abort compilation if preprocessor reports
11321 failure (fixes bug #941458)
11323 2004-05-21 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
11325 * src/SDCCopt.c (killDeadCode): fixed bug #907733
11326 * support/Util/SDCCerr.c: reworded E_AUTO_ASSUMED diagnostic to clarify
11327 that the variable, not the function, should be static
11328 * src/SDCCval.c (valCastLiteral): fixed bit initialization from literal
11329 to be consistent with non-literal case
11331 2004-05-19 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
11333 * src/SDCCast.c (isConformingBody): fixed bug #949967
11334 * src/SDCCopt.c (cnvToFcall, cnvToFloatCast, cnvFromFloatCast,
11335 convilong): fixed bug #952086
11337 2004-05-18 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
11339 * src/SDCCmem.c (allocVariables): fixed bug #955321
11341 2004-05-18 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
11343 * src/hc08/main.c (_hc08_genAssemblerEnd),
11344 * src/SDCCdwarf2.c (dwOpenFile, dwCloseFile, dwWriteFunction,
11345 dwWriteModule, dwWriteCLine, dwWriteALine, dwarf2FinalizeFile):
11346 completely eliminated the use of a temporary file
11347 * src/SDCCdwarf2.c (dwWriteAttr): fixed bug with location list offset
11348 when more than one file linked
11349 * src/SDCCloop.c (pointerAssigned): fixed bug #954163
11351 2004-05-17 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
11353 * src/SDCCval.c (valForArray): applied Maarten Brock's patch #947682
11354 which fixes bug #543481
11355 * support/regression/tests/bug-751703.c: fixed comments left from a
11356 cut and paste error
11357 * src/SDCCdwarf2.c (dwCloseFile): don't explicitly close a temp file
11358 * src/SDCCdwarf2.c (dwTagFromType): added bitfield support
11359 * src/SDCCdwarf2.c (dwWriteSymbolInternal): handle extern within local
11361 * src/SDCCdwarf2.c (dwWriteLineNumber): line number deltas are signed
11362 * src/SDCCmain.c (processFile, parseCmdLine): non-alphanumeric chars
11363 are now changed to underscores in moduleName
11365 2004-05-15 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
11367 * as/mcs51/lkmem.c: better fix for bug #954173
11369 2004-05-15 Maarten Brock <sourceforge.brock AT dse.nl>
11370 committed by Frieder Ferlemann <Frieder.Ferlemann AT web.de>
11372 * device/include/c8051f020.h: newly added SiLabs (Cygnal) header file
11373 * device/include/c8051f000.h,
11374 * device/include/c8051f120.h,
11375 * device/include/c8051f300.h,
11376 * device/include/c8051f310.h,
11377 * device/include/c8051f320.h: updated (added _XPAGE, CAPN, CAPP,
11378 PWM16) and detab'ed
11380 2004-05-15 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
11382 * doc/sdccman.lyx: mentioned sourceforge's delay between web frontend
11383 and mailing lists, doc'ed --no-peep-comments, removed reference
11384 to knoppix (newest version has no LyX/LaTeX), other minor changes
11385 * src/SDCCglue.c (glue): save 2 bytes stack space with
11386 option --main-return. The ljmp could probably be avoided too
11388 2004-05-14 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
11390 * as/mcs51/lkmem.c, as/mcs51/lkaomf51: fixed bug 954173
11392 2004-05-14 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
11394 * src/SDCCsymt.h: added IS_AUTO(symbol) test macro
11395 * src/SDCCopt.c (isLocalWithoutDef),
11396 * src/SDCCicode.c (operandFromSymbol): use the IS_AUTO test macro
11397 which adds a !IS_EXTERN codition. Fixes bugs #877426 and #751703.
11398 (credit to Maarten Brock for patch #949363, on which this is based)
11399 * support/regression/tests/bug-751703.c: some test cases of extern used
11400 within inner scopes.
11402 2004-05-14 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
11404 * src/SDCCdwarf2.c (dwMatchTypes): structs must have matching
11406 * src/SDCCdwarf2.c (dwTagFromType): fix to handle recursive
11408 * src/SDCCdwarf2.c (dwWriteModule, dwNewDebugSymbol, dwWriteEndFunction,
11409 dwWriteLabel): fix to create valid debugger symbols even when
11410 the module name has non-alphanumeric symbols in it
11411 * src/SDCCdwarf2.c (dwWriteSymbolInternal): better detection for
11412 when a variable's allocation has been optimized away
11415 2004-05-13 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
11417 * src/hc08/gen.c (hc08_emitDebuggerSymbol),
11419 * src/mcs51/gen.c (mcs51_emitDebuggerSymbol),
11420 * src/mcs51/main.c,
11421 * src/ds390/gen.c (ds390_emitDebuggerSymbol),
11422 * src/ds390/main.c,
11423 * src/z80/gen.c (z80_emitDebuggerSymbol),
11425 * src/pic/gen.c (pic14_emitDebuggerSymbol),
11427 * src/pic16/gen.c (pic14_emitDebuggerSymbol),
11428 * src/pic16/main.c,
11429 * src/avr/gen.c (avr_emitDebuggerSymbol),
11431 * src/xa51/gen.c (xa51_emitDebuggerSymbol),
11433 * src/SDCCdebug.c (emitDebuggerSymbol),
11435 * src/port.h: added a debugger struct to the port struct. Added a
11436 callback for defining debugger symbols
11438 * src/SDCCast.c (createLabel),
11439 * src/SDCC.y (labeled_statement): mark all compiler generated labels
11442 * src/SDCCicode.c (geniCodeFunctionBody): added a link from the FUNCTION
11443 iCode back to the ast for the function
11445 * src/hc08/ralloc.c (hc08_assignRegisters),
11446 * src/hc08/ralloc.h: define a regs struct for the stack pointer. Removed
11447 unneeded fields from the regs struct.
11448 * src/hc08/gen.c (transferRegReg, genFunction, genEndFunction): use the
11449 pushReg() & pullReg() functions instead of emitcode()
11451 * src/hc08/gen.c (genLabel, genhc08Code),
11452 * src/SDCCdebug.h: Added additional debugger hooks needed for DWARF
11454 * src/cdbFile.c (cdbWriteLabel, cdbWriteScope): Added stubs for unneeded
11457 * src/hc08/gen.c (genEndFunction, genhc08Code),
11459 * src/mcs51/gen.c (genEndFunction, gen51Code),
11461 * src/ds390/gen.c (genEndFunction, gen390Code),
11463 * src/z80/gen.c (genEndFunction, genZ80Code),
11466 * src/pic/gen.c (genEndFunction, genpic14Code),
11468 * src/pic16/gen.c (genEndFunction, genpic16Code),
11470 * src/avr/gen.c (genEndFunction, genAVRCode),
11472 * src/xa51/gen.c (genEndFunction, genXA51Code),
11474 * src/cdbFile.c (cdbWriteFunction, cdbWriteEndFunction): moved cdb
11475 specific code to cdbFile.c and out of the backend code generators
11477 * as/hc08/lkmain.c (main): removed OMF51 support from link-hc08
11478 * as/hc08/lkarea.c (lnkarea): areas with NOLOAD attribute default
11479 starting address is now 0
11482 * as/hc08/m08pst.c,
11483 * as/hc08/asmain.c (asmbl): implemented the .sleb128 and .uleb128
11484 assembler directive for DWARF support
11485 * as/hc08/lkelf.c (elf): only increment address when rtflg[] set
11489 * src/SDCCdwarf2.c: preliminary DWARF (ver 2) debugger data generator
11491 2004-05-04 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
11493 * src/hc08/gen.c (genJumpTab, emitcode, genhc08code): fixed stack error
11494 and inappropriate peephole optimization in jump tables
11496 2004-04-30 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
11498 * as/hc08/m08pst.c,
11499 * src/SDCCglue.c: sdccopt works for the hc08 port now
11501 2004-04-27 Bernhard Held <bernhard AT bernhardheld.de>
11503 * src/SDCCicode.c (geniCodePreInc, geniCodePreDec): fixed bug #942130
11505 2004-04-27 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
11507 * as/hc08/lkelf.c: sdccconf.h is not available in WIN32
11509 2004-04-24 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
11511 * src/SDCCpeeph.c (replaceRule): support empty replacement peephole
11515 * src/SDCCpeeph.c (getPeepLine): new option --no-peep-comments omits
11516 comments from the peephole optimizer replacement rules
11517 * src/SDCCmem.c (printAllocInfoSeg): give actual location of spilled
11519 * src/SDCCcse.c (updateSpillLocation),
11520 * src/SDCCopt.c (killDeadCode, findReqv): better tracking of register
11522 * src/hc08/ralloc.c (regTypeNum): pseudo symbols must be in DATA only
11523 * src/hc08/main.c (_hc08_finaliseOptions): made pointers to stack
11524 objects far pointers
11526 2004-04-23 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
11528 * src/SDCCsymt.h: a missing part of my last change
11529 * src/pic/ralloc.c (regTypeNum),
11530 * src/pic16/ralloc.c (regTypeNum): fixed statement/declaration order
11532 2004-04-23 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
11535 * src/SDCCicode.c (aggrToPtrDclType),
11536 * src/SDCCptropt.h,
11537 * src/SDCCptropt.c (ptrBaseRematSym, ptrPseudoSymSafe,
11538 ptrPseudoSymConvert),
11539 * src/pic/ralloc.c (regTypeNum),
11540 * src/pic16/ralloc.c (regTypeNum),
11541 * src/hc08/ralloc.c (regTypeNum),
11542 * src/ds390/ralloc.c (regTypeNum),
11543 * src/mcs51/ralloc.c (regTypeNum): check for dependancy hazards before
11544 creating pseudo symbols (fixed bugs #777768, #930484, and #933966)
11546 2004-04-22 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
11548 * link/z80/lkmain.c (afile),
11549 * as/hc08/lkmain.c (afile),
11550 * as/mcs51/lkmain.c (afile): fix suggested by Maarten Brock to
11551 prevent a pointer problem when a filename has no directory and
11552 no extension specified.
11554 2004-04-21 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
11556 * link/z80/lkmain.c (afile): allow periods in directory names
11557 * link/z80/lkmain.c (afile),
11558 * as/mcs51/lkmain.c (afile),
11559 * as/hc08/lkmain.c (afile): allow linker script file to have an
11560 extension other than ".lnk"
11561 * link/z80/lklex.c (getfid),
11562 * link/z80/lkmain.c (parse),
11563 * as/mcs51/lklex.c (getfid),
11564 * as/mcs51/lkmain.c (parse),
11565 * as/hc08/lklex.c (getfid),
11566 * as/hc08/lkmain.c (parse): Support comments in the linker script
11567 file on lines by themselves and after filenames
11569 2004-04-20 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
11571 * as/link_hc08.dsp: Added as/hc08/lkelf.c to project.
11573 2004-04-20 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
11575 * src/z80/peeph-z80.def: removed some peephole rules that don't
11576 work with multibyte arithmetic (fixed bug #937126)
11577 * src/mcs51/peeph.def: fixed peephole rules 150-158 to apply only
11578 to registers and not global variables
11579 * src/SDCCicode.c (geniCodeAssign, ast2iCode, geniCodePostInc,
11580 geniCodePreInc, geniCodePostDec, geniCodePreDec,
11581 geniCodeLogicAndOr, geniCodeConditional): enforce strict lvalue
11582 checking for assignments not internally generated (fixed bug #931895)
11583 * src/SDCC.y (postfix_expr): ignore typedefs when looking for a
11584 structure member (fixed bug #930072)
11586 2004-04-19 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
11588 * src/SDCCmain.c (linkEdit),
11589 * src/hc08/main.c (_hc08_parseOptions),
11590 * as/hc08/Makefile.in,
11591 * as/hc08/aslink.h,
11593 * as/hc08/m08pst.c,
11594 * as/hc08/lkrloc.c (relr, rele),
11595 * as/hc08/lkarea.c (lnkarea)
11596 * as/hc08/lkmain.c (afile, parse),
11597 * as/hc08/lkelf.c: support for ELF output
11598 * as/hc08/lks19.c (s19),
11599 * as/hc08/lkihx.c (ihx): ignore areas with the NOLOAD attribute
11601 2004-04-17 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
11603 * as/mcs51/lkihx.c: Fixed bug #899105.
11605 2004-04-16 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
11607 * doc/sdccman.lyx: Added instructons on how to convert MSVC .dsw and
11608 .dsp files from Unix to DOS.
11610 2004-04-16 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
11612 * doc/sdccman.lyx: removed the ANSI-C noncompliance note regarding
11613 function pointers; we have been compliant for several months now.
11614 * src/mcs51/ralloc.c (serialRegAssign): enabled part of my 2004-04-13
11615 change that was accidently commented out
11616 * src/mcs51/gen.c (freeAsmop, getFreePtr, freeForBranchAsmop, genIfxJump,
11617 genCmpEq, jmpTrueOrFalse, genCmp, genAnd, genOr, genXor, genIfx): fixed
11620 2004-04-15 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
11622 * src/hc08/gen.c: output of all of the internal debugging information
11623 is now controlled by the D() macro; it is disabled by default
11625 2004-04-13 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
11627 * src/mcs51/ralloc.c (serialRegAssign, fillGaps, allocThisReg): try
11628 harder to keep the same registers during a CAST iCode
11629 * src/SDCCopt.c (optimizeCastCast, eBBlockFromiCode): casts of char to
11630 long via int can be done in a single cast, if the signedness is
11632 * support/regression/tests/bug-927659.c: fixed to avoid conflict with
11633 putchar() in tinibios.c in ds390's library
11635 2004-04-12 Bernhard Held <bernhard AT bernhardheld.de>
11637 * src/SDCCast.c (decorateType): fixed bug #898889,
11638 cast result of a literal complement too
11639 * src/mcs51/ralloc.c (packRegsForAssign): fixed bug #930931,
11640 fixed check for bitfields
11642 2004-04-11 Bernhard Held <bernhard AT bernhardheld.de>
11644 * src/SDCCicode.c (geniCodeLogic): made it static,
11645 (geniCodeLogicAndOr): added in order to fix bug #905492,
11646 (ast2iCode): fixed bug #905492
11647 * support/regression/tests/bug-905492.c: added
11648 * src/SDCCast.c (decorateType): don't decorate/process parms twice,
11649 (processParms): fixed bug #927659: don't copy parms, this will clear
11651 * support/regression/tests/bug-927659.c: added
11653 2004-03-29 Bernhard Held <bernhard AT bernhardheld.de>
11655 * src/SDCCast.c (addCast): don't cast float to char
11656 * device/lib/libsdcc.lib: added _memmove
11658 2004-03-28 Bernhard Held <bernhard AT bernhardheld.de>
11660 * device/lib/large/Makefile: fixed parallel execution by
11661 replacing `make` by `$(MAKE)`
11663 2004-03-28 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
11665 * src/hc08/gen.c (genPointerGetSetOfs): correctly handle 1 byte array
11666 offsets (fixes bug #923936)
11668 2004-03-26 Bernhard Held <bernhard AT bernhardheld.de>
11670 * device/lib/small/Makefile: fixed parallel execution by
11671 replacing `make` by `$(MAKE)`
11673 2004-03-23 Bernhard Held <bernhard AT bernhardheld.de>
11675 * device/lib/vprintf.c (vsprintf): minor optimization, see bug #801101
11677 2004-03-23 Scott Dattalo <scott AT dattalo.com>
11679 * src/pic/gen.c (genCpl): multi-byte complements were not working.
11680 * src/regression/Makefile: Regression test was not running.
11682 2004-03-23 Bernhard Held <bernhard AT bernhardheld.de>
11684 * src/SDCCast.c (resultTypePropagate, decorateType): avoid promotion to int for
11685 complement if possible
11686 * src/SDCCval.c (valComplement),
11687 * src/SDCCicode.c (operandOperation): fixed complement of literal
11688 * support/regression/tests/onebyte.c (testComplement): added
11690 2004-03-22 Bernhard Held <bernhard AT bernhardheld.de>
11692 * src/SDCCast.c (processParms): fixed bug #920866; decorateType() can
11693 return an optimized tree; actually replace actParm with the new tree
11694 * src/SDCCast.h: added some parantheses to remove side effects
11695 * support/regression/tests/bug-920866.c
11697 2004-03-21 Scott Dattalo <scott AT dattalo.com>
11698 * src/pic/gen.c, src/pic/gen.h, src/pic/genarith.c, src/pic/pcode.c:
11699 Bit operands were not being handled properly in the pic14 port.
11700 (now src/regression/add.c passes again).
11702 2004-03-20 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
11704 * src/SDCC.y (labeled_statement): case and default no longer require
11705 a following statement (RFE #893037)
11707 2004-03-19 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
11709 * src/mcs51/gen.c (pushSide, genSignedRightShift, genDjnz, geniPush):
11710 use MOVA macro to avoid "mov a,acc" when peephole optimizer is
11711 disabled (fixes bug #916294)
11712 * sim/ucsim/s51.src/mov.cc (inst_mov_a_addr): Throw an error on
11713 "mov a,acc"; patch provided by Lenny Story
11714 * device/include/mc68hc908gp32.h: header contibuted by Juan Gonzalez
11716 2004-03-19 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
11718 * src/mcs51/gen.c (genFunction): optimize RECEIVE in reentrant
11720 * src/ds390/gen.c (genFunction, genEndFunction),
11721 * src/ds390/ralloc.c (ds390_assignRegisters),
11722 * src/mcs51/gen.c (genFunction, genEndFunction, mcs51_assignRegisters):
11723 * src/mcs51/ralloc.c (mcs51_assignRegisters): Skip optimizing registers
11724 pushed if there are parameters passed on the stack. Also, a cleaner
11725 way to decide if r0/r1 should be pushed/popped. (Together they fix
11728 2004-03-18 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
11731 * device/lib/mcs51/crtpagesfr.asm,
11732 * device/lib/mcs51/crtxinit.asm,
11733 * device/lib/mcs51/crtxstack.asm: Changed name of _PAGESFR to _XPAGE
11734 to avoid confusion with Si Lab's SFRPAGE register.
11736 2004-03-17 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
11738 * src/SDCCglue.c (emitMaps): allow public sfr variables
11739 * src/SDCCglue.c (initialComments): include compiler build date
11740 with compiler version and put the timestamp of the generated
11741 assembly file on a serperate line to be less confusing.
11742 * src/port.h: added genInitStartup hook
11744 * src/ds390/main.c,
11747 * src/pic16/main.c,
11749 * src/z80/main.c: genInitStartup initialize as NULL (default to
11750 historical behaviour)
11751 * src/SDCCglue.c (glue): _sdcc_gsinit_startup is now port specific.
11752 * src/mcs51/main.c: (_mcs51_genInitStartup, _mcs51_genExtraAreas,
11753 _mcs51_genXINIT, _mcs51_genRAMCLEAR): link initialization code from the
11754 library instead of hard coding it into the compiler.
11755 * support/regression/ports/mcs51-stack-auto/spec.mk,
11756 * src/SDCCmain.c (linkEdit): added mcs51.lib to the link libraries
11757 * device/lib/mcs51/Makefile,
11758 * device/lib/small/Makefile,
11759 * device/lib/large/Makefile,
11760 * device/lib/mcs51/crtpagesfr.asm,
11761 * device/lib/mcs51/crtstart.asm,
11762 * device/lib/mcs51/crtxclear.asm,
11763 * device/lib/mcs51/crtxinit.asm,
11764 * device/lib/mcs51/crtclear.asm,
11765 * device/lib/mcs51/crtxstack.asm: move most of the mcs51 C runtime
11766 startup/initialization out of src/SDCCglue.c and src/mcs51/main.c
11767 and into user configurable files.
11768 * device/lib/clean.mk: clean mcs51 directory too
11769 * support/regression/tests/longlit.c: added static to T1 declaration
11770 * doc/sdccman.lyx: documented _PAGESFR sfr for customizing pdata
11771 accesses in the initialization code
11773 2004-03-14 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
11775 * device/include/mc68hc908qy.h: corrected declarations of FLBPR and
11776 OSCTRIMVAL as noted in bug #916008
11778 2004-03-14 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
11780 * src/SDCCloop.c (basicInduction): fixed bug with loop induction
11781 in loops with multiple exits (reported as incorrect registers
11782 used by Martin Helmling in Sdcc-user list)
11784 2004-03-12 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
11786 * src/ds390/main.c (_ds390_genAssemblerPreamble): cosmetic change,
11787 made ds390 register extensions look less like error messages
11789 2004-03-12 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
11791 * src/SDCCglue.c (printIvalPtr): fixed bug with pointer initializer
11792 reported by Adam Wozniak in Sdcc-user list
11794 2004-03-10 Bernhard Held <bernhard AT bernhardheld.de>
11796 * src/SDCCast.c (decorateType): fixed with bug and promotion in
11797 arithmetic optimizations, added debug output
11799 2004-03-09 Bernhard Held <bernhard AT bernhardheld.de>
11801 * device/lib/time.c (mktime): fixed bug reported by Bert Thomas
11802 * sdcc.spec: updated and split sdcc into 3 rpms
11803 * src/SDCCast.c (decorateType): &|^ don't need addCast(); addCast() is
11804 needed for literals of LEFT_OP and '+'
11805 * src/SDCCicode.c (geniCodeLogic): I must have been braindead when I
11806 introduced RESULT_TYPE_NOPROM
11807 (geniCodeMultiply): fixed logic for decision if mul is optimized to
11809 * src/SDCCsymt.c (computeType): op is int; added RESULT_TYPE_OTHER;
11810 limited promotion to int only for '*'
11811 * src/SDCCsymt.h (computeType): op is int, removed RESULT_TYPE_NOPROM
11813 2004-03-09 Hans Dorn <hjdorn AT users.sourceforge.net>
11815 * src/pic16/gen.c (genSkip),
11816 (genc16bit2lit), (gencjneshort): commented out
11817 (is_LitOp): new helper function, checks operand type
11818 (genCmpEq): rewritten
11820 2004-03-08 Bernhard Held <bernhard AT bernhardheld.de>
11822 * support/regression/tests/bug-908454.c: added
11824 2004-03-07 Bernhard Held <bernhard AT bernhardheld.de>
11826 * src/SDCCast.c (addCast): fixed bug #908454 by promoting bits to char
11827 * src/SDCCicode.c (usualBinaryConversions): op needs int type
11828 (geniCodeCast): cosmetic, don't preserve bit storage class
11829 (geniCodeLeftShift): added promotion
11830 (geniCodeLogic): fixed regression
11831 * src/SDCCsymt.c (computeTypeOr): accept bits too
11832 (compareType): 2nd part of fix for bug #908454, needed for bitfields
11834 2004-03-07 Borut Razem <borut.razem AT siol.net>
11836 * support/Util/findme.c: alloca() replaced with malloc()/free() pair
11838 2004-03-06 Vangelis Rokas <vrokas AT otenet.gr>
11840 * src/pic16/ralloc.c (pic16_genPackRegisters): reverted to old
11841 version of pic16_genPackRegisters which does not check if ic is a
11843 * src/pic16/gen.c (ifxForOp): disabled new and untested code in
11844 function cause string1.c regression test fails
11846 2004-03-06 Bernhard Held <bernhard AT bernhardheld.de>
11848 * sim/ucsim/configure.in,
11849 * sim/ucsim/configure,
11850 * sim/ucsim/doc/Makefile.in: use docdir
11851 * src/SDCC.y: fixed sbit atrributes
11852 * src/SDCCast.c (getResultTypeFromType): added support for bitfields
11853 * src/SDCCast.c (decorateType): |^& need special promotion handling
11855 * src/SDCCsymt.h: moved definition of RESULT_TYPE
11856 * src/SDCCsymt.h (computeType),
11857 * src/SDCCicode.c: computeType() needs op
11858 * src/SDCCsymt.c (checkTypeSanity),
11859 * doc/sddman.lyx: "plain" bitfields are unsigned
11860 * src/SDCCsymt.c (computeTypeOr): added
11861 * src/SDCCsymt.c (computeType): added support for bitfields, fixed
11863 * src/SDCCval.c (val*): computeType() needs op
11864 * src/SDCCval.c (valCastLiteral): fixed casting of bitfields
11865 * support/regression/tests/onebyte.c: added tests for |^&
11867 2004-03-06 Hans Dorn <hjdorn AT users.sourceforge.net>
11869 * src/pic16/gen.c: (genpic16Code) use copy of printILine's output
11870 for writing icode into asm output.
11872 2004-03-05 Vangelis Rokas <vrokas AT otenet.gr>
11874 * src/pic16/device.c: added some debug lines enabled
11875 with macro DEBUG_CHECK,
11876 * src/pic16/genarith.c: more debug in genPlus,
11877 * (pic16_genUMult8XLit_16, pic16_genUMult8X8_16): removed,
11878 * (pic16_genUMult16X16_16, pic16_genUMult16XLit_16): NEW,
11879 * src/pic16/gen.c: added prototypes for pic16_genMult16X16_16,
11880 * (aopForSym): onStack symbols are re-placed in data memspace,
11881 and onStack flag is cleared,
11882 * (pic16_popGetTempReg, pic16_popReleaseTempReg): modified to
11883 copy temporary pcodeop,
11884 * (genPcall): added warning for not updating PCLATU,
11885 * (genFunction): removed test with IFFUNC_CALLEESAVES, its
11886 always true for pic16 port,
11887 * (genMultOneWord): NEW, supports integer multiplication,
11888 * (genMult): modified to call genMultOneWord,
11889 * (ifxForOp): added warning when return NULL,
11890 * src/pic16/glue.c (pic16emitRegularMap): symbol implicit
11891 flag is set before call to operandFromSymbol for implicit
11893 * src/pic16/main.c (_pic16_finaliseOptions): options.float_rent,
11894 options.intlong_rent are set by default,
11895 * (_hasNativeMulFor): modified to allow port generation of integer
11897 * src/pic16/ralloc.c (pic16_allocDirReg): commented out line which
11898 set regtype to REG_SFR for all registers, restricting seting the
11899 accessBank flag for registers 0<= r < 0x80 and 0xf80<=r<=0xfff,
11901 2004-03-05 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
11903 * src/mcs51/peephole.def: added 251.b and 253.x. 253.x are applied
11904 more than 500 times in the regression tests
11906 2004-03-05 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
11908 * support/Util/SDCCerr.h,
11909 * support/Util/SDCCerr.c,
11910 * src/SDCC.y (struct_or_union_specifier, enum_specifier,
11912 * src/SDCCsymt.c (addSymChain): show location of oriignal definition
11913 for symbol conflicts.
11914 * support/valdiags/tests/enum.c,
11915 * support/valdiags/tests/tentdecl.c,
11916 * support/valdiags/tests/struct.c: expect possible error messages
11917 referring to original symbol definitions.
11918 * src/SDCC.y (struct_or_union_specifier, struct_declarator),
11920 * src/SDCCsymt.c (promoteAnonStructs): support anonymous struct/union
11922 2004-03-03 Hans Dorn <hjdorn AT users.sourceforge.net>
11924 * src/pic16/gen.c (gencjne): fixed for right=REG / left=LIT
11926 2004-02-03 Vangelis Rokas <vrokas AT otenet.gr>
11928 * src/pic16/ralloc.c (newReg): fixed bug #908929
11930 2004-03-02 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
11932 * src/ds390/gen.c: added missing #include "main.h"
11934 2004-03-02 Vangelis Rokas <vrokas AT otenet.gr>
11936 * src/pic16/device.c (checkAddSym): NEW, adds a symbol to set while
11937 checking if symbol is already in set,
11938 * src/pic16/device.h: prototype for checkAddSym,
11939 * src/pic16/gen.c: (_G): added entry interruptvector,
11940 * (assignResultValue): removed some commented out lines,
11941 * (genFunction): check for ISR via sym->type, absolute section for
11942 interrupt code is created via a new pBlock, the goto instruction is
11943 placed now correctly at the interrupt vector position, changed all
11944 references from ivec to _G.interruptvector,
11945 * WREG,STATUS,BSR are not saved in stack upon an entry to interrupt
11946 is the interrupt is a high priority one, same for return from ISR,
11947 * src/pic16/glue.c: changed all calls of addSetHead for publics and
11948 externs to calls of checkAddSym,
11949 * src/pic16/pcode.c (pic16_pBlockConvert2*): emit warning when
11950 pic16_pcode_verbose flag is set,
11951 * src/pic16/pcode.h: extern to pic16_pcode_verbose,
11952 * src/pic16/pcoderegs.c: message about how many registers are saved
11953 will only be emitted if pic16_pcode_verbose flag is set,
11955 2004-03-02 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
11957 * src/ds390/ralloc.h,
11958 * src/ds390/ralloc.c (ds390_regWithIdx),
11959 * src/ds390/gen.c (emitcode),
11960 * src/ds390/main.h,
11961 * src/ds390/main.c (instructionSize, ds390newAsmLineNode, updateOpRW,
11962 ds390opcodeCompare, asmLineNodeFromLineNode, getInstructionSize,
11963 ds390operandCompare, getRegsRead, getRegsWritten,
11964 initializeAsmLineNode): customized instruction size calculation for
11965 ds390, started basis for some register optimizations
11966 * src/ds390/gen.c (gen390Code, emitcode): associate iCodes with
11967 corresponding assembly output
11968 * src/ds390/gen.c (genFunction, genEndFunction): added case to handle
11969 missing push/pop of r0/r1. Optimized push/pops
11971 2004-03-01 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
11973 * src/mcs51/main.c (instructionSize): fixed ACALL size
11974 * src/mcs51/main.c (updateOpRW): fixed bug with @dptr, @a+dptr operands
11976 2004-03-01 Vangelis Rokas <vrokas AT otenet.gr>
11978 * src/pic16/device.c (pic16_dump_section): fixed a bug that allowed
11979 the sorting of rlist with NULL elements
11980 * (print_idataType, print_idata): NEW to create idata sections
11981 * src/pic16/device.h: idataSymSet new variable
11982 * src/pic16/gen.c (genFunction): fixed some bugs in string
11983 comparing, improved the absolute section creation for ISRs,
11984 added FSR0L/FSR0H in registers that are saved in an ISR,
11985 * (genInline): fixed the processing of inline snippets,
11986 now they undergo no process by the peephole optimizer
11987 * src/pic16/glue.c (pic16emitRegularMap): symbols with initialiser
11988 are placed in idataSymSet,
11989 * (pic16emitStaticSeg): extern symbols are added in externs,
11990 * src/pic16/ralloc.c (pic16_allocDirReg): work around to reduce bank
11991 switching when aboslute variables are placed in access bank memory
11992 * (pic16_writeUsedRegs): added call to pic16_dump_idata,
11993 * (packRegsForSupport,packRegsForAccUse,packRegsForOneuse):
11994 commented out with #if,
11995 * (pic16_packRegisters): reintroduce the check for CAST because some
11996 symbols are not correctly handled,
11997 * src/pic16/pcode.h: changed the definition of pCodeAsmDir to hold a
11998 pCodeInstruction instead of pCode,
11999 * src/pic16/pcode.c (pic16_newpCodeAsmDir): modified for the new
12000 pCodeAsmDir definition,
12001 * (pic16_pCode2str, genericPrint): when an AsmDir pcode has a NULL
12002 directive, then the argument directive is emitted without the leading
12003 tab, hack for inline labels which must be in the first column,
12004 * (compareLabel,pic16_findNextInstruction),
12005 * (pic16_findPrevInstruction): added case for PO_ASMDIR,
12006 * (insertBankSwitch): modified for the new pCodeAsmDir,
12008 2004-03-01 Hans-Juergen Dorn <hans.dorn AT apl-landau.de>
12009 patch applied by Vangelis Rokas <vrokas AT otenet.gr>
12011 * src/pic16/gen.c (pic16_popGet): case PO_DIR, adds the offset to
12013 * (pushSide): commented out with #if,
12014 * (assignResultValue): fixed some typos in saving
12016 * (genPcall): FIXED and sync'ed with genCall,
12017 * (genDataPointerGet,genDataPointerSet): using offset not leoffset
12018 * (genNearPointerGet): fixed to handle some more cases,
12019 implementation scheme via table reads,
12020 * (genConstPointerGet): modified to access code memory correct,
12021 * (genCodePointerGet,genNearPointerSet,genGenPointerSet): modified
12022 and improved to handle some cases
12023 * glue.c (printIvalType,printIvalChar,emitStaticSeg): use "DB"
12024 instead of "RETLW" for init data
12025 * src/pic16/ralloc.c (pic16_allocDirReg): warning when a symbol is
12026 not IN_DIRSPACE, work around to reduce bank switching when aboslute
12027 variables are placed in access bank memory (<0x80 and >=0xf80),
12028 * src/pic16/pcode.c: added SFRs TBLPTR, TABLAT, added opcodes TBLRD,
12029 TBLRD_POSTINC,TBLRD_POSTDEC,TBLRD_PREINC,TBLWT,TBLWT_POSTINC,
12030 TBLWT_POSTDEC,TBLWT_PREINC
12031 * Fixed initialisation of BSR, set "alias" for SSAVE to "0"
12032 * (pic16_emitDB,pic16_flushDB): New functions to generate "DB"
12034 * (pic16_pCodeConstString): use "DB" instead of "RETLW"
12035 * src/pic16/pcode.h: added TBLRD*,TBLWT*, added pic16_emitDB,
12036 pic16_flushDB, made pic16_newpCodeAsmDir public, added TBLPTR, TABLAT
12037 * src/pic16/ralloc.h: added IDX_BSR,IDX_TBLPTR*,IDX_TABLAT
12039 2004-02-29 Borut Razem <borut.razem AT siol.net>
12041 * src/Makefile.in, src/SDCCutil.c, support/Util/findme.c,
12042 support/Util/findme.h, support/Util/system.h: enhance binary relative
12043 search for lib and include by using findProgramPath()
12045 2004-02-28 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
12048 * src/SDCCpeeph.c (pcDistance),
12050 * src/mcs51/ralloc.h,
12051 * src/mcs51/ralloc.c (mcs51_regWithIdx),
12052 * src/mcs51/main.h,
12053 * src/mcs51/main.c (instructionSize, asmLineNode, updateOpRW,
12054 mcs51opcodeCompare, asmLineNodeFromLineNode, getInstructionSize,
12055 mcs51operandCompare, getRegsRead, getRegsWritten): made instruction
12056 size calculation port specific, started basis for some register
12058 * src/mcs51/gen.c (genFunction, genEndFunction): added case to handle
12059 missing push/pop of r0/r1. Optimized push/pops
12060 * src/mcs51/ralloc.c (packregisters): fixed bug #727095
12061 * device/lib/_modsint.c (_modsint),
12062 * device/lib/_modslong.c (_modslong): fixed sign of result in non-asm
12063 and stack version so regression tests pass
12065 2004-02-26 Bernhard Held <bernhard AT bernhardheld.de>
12067 * src/Makefile.in (dep): include SLIBOBJS in dependency check
12068 * src/SDCCast.c (decorateType): catch another small optimization
12070 * src/SDCCsymt.c (computeType): added comments and cosmetic changes
12071 * src/SDCCval.c (valMult, valDiv, valMod, valPlus, valMinus, valShift):
12072 modified to finally use computeType() all over SDCC,
12073 see Feature Request #877103
12074 * src/SDCCval.h: cosmetic
12075 * src/SDCCicode.c (operandOperation): fixed EQ_OP bug, now same as in
12076 valCompare(); regression tested in muldiv.c
12077 * support/regression/tests/muldiv.c (testMod): mod sign follows
12080 2004-02-23 Bernhard Held <bernhard AT bernhardheld.de>
12082 * src/SDCCast.c (decorateType): fixed bug #902362
12083 * doc/INSTALL.txt: fixed install instructions for win32
12085 2004-02-21 Bernhard Held <bernhard AT bernhardheld.de>
12087 * device/include/Makefile.in (install): fixed by replacing spaces
12090 * doc/INSTALL.txt: updated for release
12091 * doc/sdccman.lyx: added warning for --xstack being buggy
12093 2004-02-20 Bernhard Held <bernhard AT bernhardheld.de>
12095 * src/pic16/ralloc.c (packRegsForAccUse): disabled functions with #if
12096 to eliminate build warnings.
12097 * src/pic16/gen.c (pic16_popGet): fixed for gcc 2.95.4
12099 2004-02-20 Vangelis Rokas <vrokas AT otenet.gr>
12100 Hans-Juergen Dorn <hans.dorn AT apl-landau.de>
12102 * doc/sdccman.lyx: removed PIC16 from PIC16 Port Specific Options,
12103 removed -penable-stack, added comment for stack pragma, added
12104 warning for not initializing the stack/frame registers, removed
12105 comment at interrupts section
12107 Stack is made permanent, there is no ability to disable stack usage.
12108 * src/pic16/device.h,
12109 * src/pic16/device.c: removed all references to USE_STACK macro,
12110 * src/pic16/device.c (pic16_dump_section): when no elements in
12111 rlist, free rlist before return,
12112 * (pic16_dump_int_registers): NEW, internal registers are a new set
12113 of general purpose registers reused by each function,
12114 * (checkAddReg): returns 1 if registers is added to set,
12115 * (pic16_groupRegistersInSection): when a registers is of type
12116 PO_GPR_TEMP add it in pic16_int_regs and not in pic16_rel_udata,
12117 * src/pic16/device.h: memRange and Assigned Memory are deleted,
12118 SRCASECMP macro is moved here from device.c
12119 * src/pic16/genarith.c (pic16_pCodeOpType): added cases for
12120 PO_PCLATU, PO_PRODL, PO_PRODH,
12121 * (pic16_pCodeOpType, genMinus,
12122 changed compares to "a" register, with AOP_ACC,
12123 * (pic16_genPlus): fixed some bugs and indented properly,
12124 * (pic16_addSign): changed size to size+offset in the MOVWF
12126 * (pic16_genUMult8XLit_8): NEW, uses processor MULLW instruction to
12127 multiply 8-bit operand by literal, result is 8-bit,
12128 * (pic16_genUMult8X8_8): NEW, uses processor MULWF instruction to
12129 multiply 2 8-bit operand, result is 8-bit,
12130 * (pic16_genMult8X8_8): modified to call genUMult8X*_8 functions and not
12132 * src/pic16/gen.c: changed accUse to contain WREG only,
12133 * (pic16_emitcomment): renamed to pic16_emitpcomment,
12134 * (aopForSym): allocated dir register when IN_DIRSPACE(space) is,
12135 true, do not use immediate addressing any more unless sym is a
12136 pointer in codespace,
12137 * (aopForRemat): do not use immediate addressing when symbol not in
12138 codespace and when symbol's address is requested,
12139 * (aopOp): for-loop in if(sym->accUse) is modified for the new
12141 * (aopGet): added case for AOP_ACC and don't return "accumulator
12142 bug" but WREG instead,
12143 * (popGetTempReg): pushes contents of temporary register in stack,
12144 * (popReleaseTempReg): pops contents of temporary register from
12145 stack. Use popGetTempReg/popReleaseTempReg in aligned pairs,
12146 * (pic16_popGet): separated case AOP_ACC to return register WREG
12147 from processor registers, AOP_PCODE not checks if pcop is PO_DIR
12148 or PO_IMMEDIATE and initializes their instance/offset appropriately,
12149 * The whole issue with aopForSym,aopForRemat,popGet) is to minimize
12150 the use of immediate pointers to certain cases only.
12152 * (pic16_pushpCodeOpReg, pic16_poppCodeOpReg): use pic16_popGet2p,
12153 * (pic16_loadFromReturn, pic16_storeForReturn: NEW,
12154 * (assignResultValue, genCall, genRet): modified to use the new
12155 function return value scheme with WREG,PRODL,PRODH,FSR0L and FSR0,
12156 genPcall is still broken,
12157 * (genFunction): added code to create 'A' type pBlocks when
12158 interrupt functions are generated, code not extensively tested yet,
12159 ISRs push WREG,STATUS,BSR,PRODL,PRODH,FSR0L,FSR0H registers on stack,
12160 * (genEndFunction): modified so ISRs pop stored registers from stack,
12161 * (genMultOneByte): cleanup,
12162 * (AccRsh): added flag andmask, to and result with appropriate mask,
12163 * (genUnpackBits,genPackBits): fixed and can handle bit fields,
12164 * (genDataPointerGet): fixed and reenabled its use,
12165 * (genNearDataPointerGet): bugs fixed,
12166 * (genDataPointerSet): bugs fixed,
12167 * src/pic16/genutils.c: added functions pic16_DumpValue,pic16_DumpAop,
12168 pic16_DumpSymbol, pic16_DumpOp,
12169 * src/pic16/genutils.h: function prototypes for the above functions,
12170 * src/pic16/glue.c: new flags initsfpnt, to initialize stack/frame
12172 * (pic16emitRegularMap): many many many improvements, but needs a
12174 * src/pic16/main.c: enable_stack in pic16_options is removed,
12175 * (_pic16_parseOptions): removed command line options -penable-stack,
12176 * (_process_pragma): emit stack symbol only when stack pragma is
12178 * src/pic16/pcode.c: pic16_pc_fsr0 is removed, all operations are
12179 redirected to FSR0L/FSR0H pair,
12180 * (pic16_get_op, pic16_get_op2): modifications and improvements,
12181 * (pic16_getRegFromInstruction, pic16_getRegFromInstruction2): added
12182 cases PO_PRODL,PO_PRODH, pic16_getRegFromInstruction2 returns sane
12184 * (insertBankSwitch): modified to handle cases like: (alfa + 1)
12185 * (dumpPicOptype): NEW,
12186 * src/pic16/pcode.h: added PO_PCLATU,PO_PRODL,PO_PRODH in enum,
12187 * src/pic16/pcoderegs.c (pCodeRegMapLiveRangesInFlow): fixed bug
12188 with movff instruction,
12189 * src/pic16/ralloc.c: renamed typeRegWithIdx to pic16_typeRegWithIdx,
12190 added pic16_int_regs, some packRegsFor* functions are commented out,
12191 because produce errors,
12192 * src/pic16/NOTES: minor modifications
12194 2004-02-18 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
12196 * as/mcs51/aslink.h, as/mcs51/lkarea.c, as/mcs51/lkdata.c, as/mcs51/lkmain.c,
12197 as/mcs51/lkmem.c, src/SDCCglob.h, src/SDCCmain.c: added options --stack-size and
12199 * doc/sdccman.lyx: described options --stack-size and --pack-iram.
12200 * as/mcs51/lkaomf51.c: fixed bug #895763
12202 2004-02-17 Bernhard Held <bernhard AT bernhardheld.de>
12204 * device/include/c8051f320.h: added. Contributed by Maarten Brock.
12206 2004-02-17 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
12208 * doc/sdccman.lyx: added details about the HC08 storage classes and
12209 interrupts, fixed the register usage info for z80 & gbz80
12211 2004-02-17 Vangelis Rokas <vrokas AT otenet.gr>
12213 * doc/sdccman.lyx: added more pic16 port documentation
12214 * device/include/pic16/: added header pic18fregs.h
12216 2004-02-16 Bernhard Held <bernhard AT bernhardheld.de>
12218 * doc/sdccman.lyx: added Vangelis' contribution
12220 2004-02-16 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
12222 * src/SDCClrange.c (rlivePoint): live range of SEND operand should
12223 extend to the next CALL or PCALL, not just to the next CALL.
12225 2004-02-16 Vangelis Rokas <vrokas AT otenet.gr>
12227 * src/pic16/gen.c (genInline): fixed bug #896482 with inline assembly
12229 2004-02-15 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
12231 * src/mcs51/ralloc.c (packRegsForAssign, reassignAliasedSym): fixed
12232 bug #895752 and a better fix for bug #716790
12234 2004-02-15 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
12236 * src/SDCCsymt.c (processFuncArgs): fixed bug #896796
12238 2004-02-14 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
12240 * doc/sdccman.lyx: minor changes, minor changed
12242 2004-02-13 Bernhard Held <bernhard AT bernhardheld.de>
12244 * src/SDCCicode.c (usualBinaryConversions): removed pic16 from ports
12245 which can't handle SDCC_NEWONEBYTEOPS,
12246 (geniCodeMultiply): removed conversion from mult to shift for pic14
12249 2004-02-12 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
12252 * src/hc08/gen.c (storeRegToAop, aopOp, aopAdrStr, accopWithAop,
12253 rmwWithAop): Ported my 2003-10-02 fix for bug #663539 to the hc08,
12254 thus fixing bug #895406
12256 2004-02-11 Bernhard Held <bernhard AT bernhardheld.de>
12258 * device/lib/_modsint.c,
12259 * device/lib/_modslong.c: sign follows divisor only
12260 * src/hc08/gen.c (genMultOneByte): if result size is 1,
12261 signs or signedness can be ignored
12262 * src/SDCCast.c (addCast): cosmetic - added lineno to CAST
12263 * src/SDCCast.c (resultTypePropagate): added even more ops: +, - and *,
12264 added optimization for IFX,
12265 (decorateType): Mult/Div/ModOneByte ops can handle all kind of signed
12267 reenabled optimization for IFX, which was removed on 2004-01-11
12268 * src/SDCCast.h: added return type IFX
12269 * src/SDCCicode.c: Mult/Div/ModOneByte ops can handle all kind of signed
12270 arguments with 8 or 16 bit results; pic14 and pic16 ports use old
12271 promotion behaviour; env. var. SDCC_NEWONEBYTEOPS selects the new,
12272 SDCC_OLDONEBYTEOPS selects the old behaviour
12273 * src/SDCCsymt.c (computeType): type2 can be NULL (for LEFT_OP);
12274 changed again and commented promotion rule
12275 * src/SDCCval.c (valDiv): promotion no longer necessary
12276 * src/ds390/gen.c (genMultOneByte) (genDivOneByte) (genModOneByte),
12277 * src/mcs51/gen.c (genMultOneByte) (genDivOneByte) (genModOneByte):
12279 * support/regression/tests/onebyte.c: added
12281 2004-02-11 Vangelis Rokas <vrokas AT otenet.gr>
12283 * gen.c (genInline): reverted to old code for assemnling inline
12284 code because of bug reported James Chadd
12286 2004-02-10 Vangelis Rokas <vrokas AT otenet.gr>
12288 * ralloc.h: missing declarations from previous patch,
12289 seems that patch for ralloc.h was never applied, fixed
12291 2004-02-10 Hans-Juergen Dorn <hans.dorn AT apl-landau.de>
12292 patch committed by Vangelis Rokas <vrokas AT otenet.gr>
12296 * ralloc.h: added FSR0L, FSR0H and other missing PIC16 SFR's for
12297 indirect addressing. Marked FSR0 as deprecated
12298 * gen.c (pointerCode): commented out, not needed now
12299 (pic16_popGet2p): new MOVFF helper function
12300 (genGenPointerGet),
12301 (genGenPointerSet): reimplemented with MOVFF and POSTINC0
12302 (shiftRLong): removed duplicate debugging info
12304 2004-02-10 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
12306 * src/ds390/gen.c (genNearPointerGet),
12307 * src/mcs51/gen.c (genNearPointerGet): allow the genDataPointerGet()
12308 optimization with bits, but not bitfields.
12309 * src/ds390/ralloc.c (packRegisters),
12310 * src/mcs51/ralloc.c (packRegisters): fixed bug #884453 & #880832
12312 2004-02-09 Bernhard Held <bernhard AT bernhardheld.de>
12314 * src/SDCCcse.c (algebraicOpts): copy operands before modification
12316 2004-02-09 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
12319 * src/SDCCicode.c (operandFromSymbol),
12320 * src/mcs51/ralloc.c (verifyRegsAssigned, serialRegAssign),
12321 * src/ds390/ralloc.c (verifyRegsAssigned, serialRegAssign),
12322 * src/z80/ralloc.c (verifyRegsAssigned, serialRegAssign),
12323 * src/hc08/ralloc.c (verifyRegsAssigned, serialRegAssign),
12324 * src/pic/ralloc.c (verifyRegsAssigned, serialRegAssign),
12325 * src/pic16/ralloc.c (verifyRegsAssigned, serialRegAssign): fixed
12327 * src/SDCCast.c (createIvalStruct, createIvalArray, gatherAutoInit),
12328 * src/SDCCglue.c (emitRegularMap, printIvalStruct, printIvalArray,
12329 printIvalCharPtr, printIvalPtr, printIval, emitStaticSeg, emitOverlay)
12330 * src/SDCCsymt.c (newSymbol),
12331 * src/SDCC.y (struct_or_union_specifier, enum_specifier,
12334 * src/SDCCval.c (newiList): fixed bug #885705
12336 2004-02-08 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
12338 * doc/sdccman.lyx: added section 3.1.4: sdcclib.
12339 * as/mcs51/lkmem.c: report the size of the stack in .mem file.
12341 2004-02-08 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
12343 * device/include/c8051f120.h,
12344 * device/include/c8051f300.h,
12345 * device/include/c8051f310.h: added/updated header files for Silicon
12346 Laboratories (formerly Cygnal) CPUs. Contributed by Maarten Brock.
12347 * doc/sdccman.lyx: minor changes, recommended diff -Naur and diff -u
12348 in new section Submitting patches
12350 2004-02-08 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
12352 * src/mcs51/gen.c (genNearPointerGet, genPagedPointerGet,
12353 genFarPointerGet, genCodePointerGet, genGenPointerGet,
12354 genNearPointerSet, genPagedPointerSet, genFarPointerSet,
12356 * src/ds390/gen.c (genNearPointerGet, genPagedPointerGet,
12357 genFarPointerGet, genCodePointerGet, genGenPointerGet,
12358 genNearPointerSet, genPagedPointerSet, genFarPointerSet,
12360 * src/pic16/gen.c (genNearPointerGet, genPagedPointerGet,
12361 genFarPointerGet, genCodePointerGet, genGenPointerGet,
12362 genNearPointerSet, genPagedPointerSet, genFarPointerSet,
12364 * src/pic/gen.c (genNearPointerGet, genPagedPointerGet,
12365 genFarPointerGet, genCodePointerGet, genGenPointerGet,
12366 genNearPointerSet, genPagedPointerSet, genFarPointerSet,
12367 genGenPointerSet): fixed bug #892400
12368 * src/pic16/gen.c (genSkipz, AccRol): disabled functions with #if 0
12369 to eliminate build warnings.
12370 * src/SDCCast.c (processParms),
12371 * src/SDCC.y (function_declarator2, declarator2_function_attributes):
12373 * support/valdiag/valdiag.py: added GCC to the list of defines active
12374 when compiling with gcc
12376 2004-02-07 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
12378 * support/Util/SDCCerr.h,
12379 * support/Util/SDCCerr.c,
12380 * src/SDCCast.c (decorateType, sizeofOp): complain when sizeof is used
12381 with an incomplete type (fixed bug #883734)
12382 * src/SDCCicode.c (geniCodeCast): fixed bug #890510
12384 2004-02-07 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
12386 * src/pic16/gen.c (genCmpEq, shiftRLong): fixed declarations
12388 2004-02-06 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
12390 * src/SDCCast.c (decorateType),
12391 * src/SDCCicode.c (geniCodeParms, geniCodeCall): fixed bugs in my ANSI
12392 function pointer implementation
12393 * support/regression/tests/funptrs.c: added tests to verify both forms
12394 of function pointers work correctly. Added tests to verify parameters
12395 are passed in the correct order.
12397 2004-02-06 Vangelis Rokas <vrokas AT otenet.gr>
12399 * device.c (regCompare): registers are sorted by ascending
12400 address and increasing size,
12401 * main.c (_pic16_finaliseOptions): removed the declaration
12402 of compiler macro MCU. Now a macro of the format pic18fxxxx
12403 will be defined from the command line
12405 2004-02-06 Hans-Juergen Dorn <hans.dorn AT apl-landau.de>
12406 patch committed by Vangelis Rokas <vrokas AT otenet.gr>
12408 * pcode.c (pic16initMnemonics): fixed typo in assignment to PCOP_RLNCF
12409 PCOP_RLCF was overwritten!
12410 * gen.c (genSkip): commented out calls to pic16_emitcode,
12411 * (genCmpEQ): fixed "long" compares, only high word did get compared,
12413 * (genRRC): added debugging info,
12414 * (shiftL2Left2Result): Fixed bug, if offr > offl. Result got
12415 overwritten while shifting,
12416 * (shiftR2Left2Result): Fixed bug, if offr < offl. Result got
12417 overwritten while shifting,
12420 * (shiftLLeftOrResult),
12421 * (shiftRLeftOrResult),
12423 * (shiftLLong): Implemented with pic16_emitpcode
12424 * (genlshFour): Replaced pic16_aopPut with pic16_emitpcode,
12425 * (genLeftShift): Fixed bug, operand for shift by variable always
12426 was "and"ed with 0x0f,
12427 * (genLeftShiftLiteral),
12429 * (genRightShiftLiteral): added debugging info,
12430 * (genrshFour): added comment,
12431 * (genRightShift): determined signedness from operand "left"
12432 instead of "result"
12434 2004-02-04 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
12436 * src/SDCCicode.c (geniCodeParms),
12437 * src/SDCCast.c (decorateType, processParms): support for ANSI-style
12438 function pointers, fixed function pointer bugs #861242 and #861896
12440 2004-01-31 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
12442 * device/include/c8051f000.h,
12443 * device/include/c8051f120.h,
12444 * device/include/c8051f300.h: added header files for Silicon
12445 Laboratories (formerly Cygnal) CPUs. Contributed by Maarten Brock.
12447 2004-01-31 Bernhard Held <bernhard AT bernhardheld.de>
12449 * src/SDCCast.c (processParams): added new type flow and restructured
12450 (gatherAutoInit): added new type flow
12451 (addCast): cosmetic changes
12452 (getLeftResultType): added new type flow for array indices, patch
12453 provided by Stas, see FR #877103
12454 (decorateType): SDCC_NEWTYPEFLOW removed, new type flow is now standard;
12455 array index patch by Stas
12456 * src/SDCCast.h: added prototype getResultTypeFromType()
12458 * src/SDCCval.c (resolveIvalSym) (resolveIvalSym),
12459 * src/pic/glue.c (pic14emitStaticSeg),
12460 * src/pic16/glue.c (pic16emitStaticSeg),
12461 * src/SDCCglue.c (emitRegularMap) (emitStaticSeg): added new type flow
12462 for initialization of symbols
12463 * src/SDCCicode.c (geniCodeArray): removed warning W_ARRAY_BOUND
12464 * support/Util/SDCCerr.h:
12465 * support/Util/SDCCerr.c: replaced W_ARRAY_BOUND by W_IDX_OUT_OF_BOUNDS
12466 * .version: bumped version number to 2.3.8
12467 * device/include/Makefile.in (install),
12468 * doc/Makefile (install): changed to 'rm `find ...`' construct to
12471 2004-01-30 Bernhard Held <bernhard AT bernhardheld.de>
12473 * support/regression/tests/libmullong.c: fixed for 64 bit hosts
12474 Slade Rich fixed an optimization bug
12475 * src/pic/pcodepeep.c,
12476 * src/pic/pcoderegs.c
12477 * doc/Makefile (install): added test for directory
12479 2004-01-30 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
12481 * src/mcs51/ralloc.c (getRegPtr, getRegGpr),
12482 * src/ds390/ralloc.c (getRegPtr, getRegGpr),
12483 * src/pic/ralloc.c (getRegPtr, getRegGpr),
12484 * src/pic16/ralloc.c (getRegPtr, getRegGpr),
12485 * src/z80/ralloc.c (getRegGpr): fixed bug #883361
12486 * as/mcs51/asexpr.c (term),
12487 * as/hc08/asexpr.c (term): fixed bug #887146
12489 2004-01-29 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
12491 * src/z80/gen.c (genMult): handle single byte result product
12492 * src/SDCCopt.c (killDeadCode): never convert ADDRESS_OF iCode to
12493 DUMMY_READ_VOLATILE (fixed bug #886367)
12495 2004-01-27 Bernhard Held <bernhard AT bernhardheld.de>
12497 * support/regression/tests/libmullong.c: fixed logic, on little endian
12498 hosts we ended without a mullong_wrapper()
12500 2004-01-27 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
12502 * ChangeLog: changed "@" to " AT " in hopes of reducing spam and
12503 virus/worm forged address usage.
12505 2004-01-27 Bernhard Held <bernhard AT bernhardheld.de>
12507 Fixed promotion, it should be done on AST level:
12508 * src/SDCCast.c (addCast): added promotion to int
12509 (decorateType): updated call to upCast()
12510 * src/SDCCicode.c (geniCodeLeftShift): removed call to
12511 usualUnaryConversions()
12513 2004-01-26 Michael Hope <michaelh AT juju.net.nz>
12515 * support/regression/tests/literalop.c (mulWrapper): Added a
12516 wrapper to remove integer overflow warnings.
12518 * support/regression/tests/float_trans.c: Made work on host.
12520 * support/regression/ports/ucz80/spec.mk (UCZ80): Made detect the
12523 * support/regression/generate-cases.py (main): Changed from inline
12526 * doc/Makefile (install): Changed to depth first to get rid of
12527 missing directory install warning.
12529 * as/Makefile (install-doc): Made work on Mac.
12531 2004-01-25 Bernhard Held <bernhard AT bernhardheld.de>
12533 * src/SDCCast.c: added an additional type flow in decorateType() of
12534 opposite direction, see feature request #860006; it's enabled at runtime
12535 by setting the environment variable SDCC_NEWTYPEFLOW
12536 * src/SDCCast.h: changed prototype of decorateType()
12537 * src/SDCCglue.c (emitRegularMap): updated call of decorateType()
12538 * src/SDCCicode.c (geniCodeDivision) (geniCodeModulus): promotion from
12539 'char' to 'int' can be omitted, if both operands are 'unsigned char';
12540 see feature request #877103
12541 * src/SDCCval.c: updated call of decorateType()
12542 (valBitwise): fixed bug #882876
12543 (valMinus): added promotion
12544 (valLogicAndOr): result is unsigned
12545 (cheapestVal) (constVal): literals from 0...255 are 'unsigned char' now
12546 * src/SDCCsymt.c (computeType),
12547 * src/mcs51/gen.c (genCmpGt) (genCmpLt): literal 'unsigned char'
12548 must not cause an unsigned operation
12549 * src/pic/glue (pic14emitRegularMap),
12550 * src/pic16/glue.c (pic16emitRegularMap): updated call of decorateType()
12552 2004-01-23 Bernhard Held <bernhard AT bernhardheld.de>
12554 * src/pic/pcode.c (PCodeID): commented out left over debug code
12556 2004-01-20 Bernhard Held <bernhard AT bernhardheld.de>
12558 * support/valdiag/tests/overflow.c: added shift tests
12559 * src/pic/device.c,
12566 * src/pic/pcodepeep.c,
12567 * src/pic/pcoderegs.c,
12568 * src/pic/ralloc.c,
12569 * src/pic/ralloc.h: applied patch from Slade Rich;
12570 added support for multiple code pages and multiple RAM banks on the
12571 PIC 14 port. The ASM files now no longer simply assume all the
12572 code / RAM are in the same page / bank. This means the linker can
12573 safely allocate code/RAM of separate ASM files to different pages/banks.
12574 * doc/sdccman.lyx: added Slade's tips
12575 * src/mcs51/peeph.def: fixed bug #880768
12577 2004-01-20 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
12579 * src/hc08/ralloc.c (rematStr): fixed bug #879282
12580 * src/SDCCast.c (decorateType): fixed bug #880197
12582 2004-01-20 Michael Hope <michaelh AT juju.net.nz>
12584 * sim/ucsim/gui.src/serio.src/main.cc: Fixed unconditional use of
12587 * debugger/mcs51/cmd.c (getValBasic): Changed strtof to strtod as
12588 strtof is not part of C89 and isn't included with Mac OS X.
12590 2004-01-20 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
12592 * src/hc08/gen.c (genPlusIncr, genUminus, genMinusDec, genCmp,
12593 shiftL2Left2Result): fixed bug #879326
12594 (genAnd, genOr, genXor): fixed bug when result was of type AOP_CRY
12595 (genMultOneByte): fixed bug in signed vs unsigned multiplication
12596 * sim/ucsim/hc08.src/inst.cc (inst_clr): added missing effective
12597 address fetch for clr instruction
12598 * device/lib/hc08/_mulint.c: created optimized assembly version
12599 * src/SDCCdflow.c (computeDataFlow): fixed bug #878209
12601 2004-01-19 Bernhard Held <bernhard AT bernhardheld.de>
12603 * src/SDCCicode.c (geniCodeArray): applied patch from Stas Sergeev
12604 proposed in FR #877103
12606 2004-01-18 Bernhard Held <bernhard AT bernhardheld.de>
12608 * src/SDCCval.c (cheapestVal): added missing checks
12609 * src/SDCCicode.c (usualBinaryConversions): fixed condition
12610 * src/SDCCicode.c (geniCodeAdd): fixed part of bug #877103
12612 2004-01-16 Klaus Flittner <klaus_flittner AT gmx.de>
12614 * src/ds390/gen.c (aopOp3): fixed the assignment of different dptrs to
12617 2004-01-16 Vangelis Rokas <vrokas AT otenet.gr>
12619 * src/SDCCmain.c (linkEdit): variable $3 of the linker command is
12620 loaded with the linker search paths (-L arguments) and the libraries
12621 to be linked with the current source (-l arguments). Changes
12622 currently will affect only the pic16 port.
12623 * src/pic16/main.c (_pic16_finaliseOptions): add to the linker
12624 include path the port specific paths and port specific libraries,
12625 * gplink command now contains the $3 argument,
12626 * src/pic16/device.h,
12627 * src/pic16/device.c,: structure PIC_device is made public and
12628 renamed to PIC16_device, the same for variable Pics which is renamed
12629 to Pics16. Updated all references to them.
12630 * src/pic16/glue.c (pic16glue): corrected bug with code
12631 initialization which bypassed the variable initializations block.
12633 * device/lib/pic16/Makefile.rules: removed --penable-stack from
12634 COMPILE_FLAGS and added the --nostdinc option
12636 2004-01-15 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
12638 * device/include/mc68hc908jb8.h: Register defs for another member
12639 of the hc08 family. Contributed by Bjorn Bringert - thanks!
12641 2004-01-14 Vangelis Rokas <vrokas AT otenet.gr>
12643 Documenting changes from previous commits.
12644 * configure.in (version 1.56),
12645 * configure: initially I've added AC_CONFIG_SUBDIRS(device/lib/pic16)
12646 when generating output files to configure the pic16 library,
12647 but now I've commented it out, since gputils aren't installed in the
12648 SF compile farm, so library won't compile
12650 * device/lib/Makefile.in (version 1.56): initially I've added in
12651 target 'all' the prerequestive 'model-pic16' so it compiled the
12652 pic16 library, but now I've commented it out for the same reasons
12654 * added targets 'model-pic16' and 'objects-pic16' to compile the
12656 * added target 'port-specific-objects-pic16' to handle the
12657 generated libraries and copy them into the build/ directory
12658 * added target 'clean-intermediate-pic16' to clean intermediate
12659 files into pic16 directory
12660 * in target 'installdirs' added line to create directory pic16 in
12661 the installation path
12663 * device/include/Makefile.in (version 1.11): in target 'install'
12664 added lines to copy all header files to installation path,
12665 * in target 'installdirs' added line create directory for pic16
12666 headers in the installation path
12668 2004-01-13 Klaus Flittner <klaus_flittner AT gmx.de>
12670 * src/ds390/gen.c (genCall): fixed a double use of acc and b after
12673 2004-01-13 Bernhard Held <bernhard AT bernhardheld.de>
12676 * device/lib/configure.in,
12677 * device/lib/configure: fixed for autoconf 2.57
12679 2004-01-13 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
12681 * src/z80/main.c (_parseOptions): fixed the portmode= command line
12682 option so that it actually works. Made it specific to the z80, since
12683 the gbz80 doesn't have these kinds of I/O ports.
12685 2004-01-13 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
12687 * device/include/z180.h,
12688 * device/lib/_memcpy.c,
12689 * device/lib/_memmove.c,
12690 * device/lib/_mulint.c,
12691 * device/lib/ser_ir.c,
12692 * device/lib/ser_ir_cts_rts.c,
12693 * device/lib/_strcmp.c,
12694 * device/lib/_strtok.c: fixed pragmas to non-deprecated form
12695 * src/z80/main.c (_process_pragma): add support for pragmas bank and
12696 portmode; added deprecation warning for bank= and protmode= forms.
12697 Also, guard against buffer overflow.
12698 * src/z80/gen.c (aopGet): generate better code for sfr banked read
12700 2004-01-13 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
12702 * src/hc08/main.c (_hc08_genAssemblerPreamble): fixed bug #875487. Also
12703 changed interrupt vector table generation to only emit declared vectors.
12704 * device/include/Makefile.in: added missing backslash
12705 * device/lib/pic16/Makefile.rules: add $(MODELFLAGS) to $(CFLAGS)
12707 2004-01-13 Vangelis Rokas <vrokas AT otenet.gr>
12709 Mainly changes to support compilation of the device libraries
12710 * src/pic16/device.c: stack is allocated via symbol and not
12711 via literal number. The symbol is placed in the corresponding
12712 position of the data ram
12713 * (pic16_dump_section): relocatable and absolute uninitialized
12714 data are now emitted in sorted order to reduce section naming,
12715 * src/pic16/ralloc.c (newReg): fixed bug with SFR's that
12716 weren't marked as being in the access bank,
12718 2004-01-13 Vangelis Rokas <vrokas AT otenet.gr>
12720 Added portion of GNU PIC Library under the directory
12721 device/include/pic16 and device/lib/pic16. These files
12722 contain the declarations of SFRs for the PIC18Fxx2 devices.
12723 The directory is initialized via configure from toplevel.
12725 2004-01-12 Klaus Flittner <klaus_flittner AT gmx.de>
12727 * src/ds390/gen.c (operandsEqu): fixed a little typo, that prevented
12728 the spilllocations to be compared correctly
12730 2004-01-12 Bernhard Held <bernhard AT bernhardheld.de>
12732 * src/SDCCast.c (decorateType): fixed bug introduced today
12734 2004-01-12 Borut Razem <borut.razem AT siol.net>
12736 * src/SDCC.lex, support/Util/SDCCerr.h, support/Util/SDCCerr.c,
12737 doc/sdccman.lyx: upper case pragmas are deprecated
12739 2004-01-12 Bernhard Held <bernhard AT bernhardheld.de>
12741 * src/SDCCast.c (decorateType): replacing 'ul > 0' by '!ul' results
12742 in simpler and even better code
12744 2004-01-11 Bernhard Held <bernhard AT bernhardheld.de>
12746 * src/SDCCicode.c (operandOperation): fixed bug #874819
12747 * src/SDCCast.c (decorateType): fixed
12748 char foo (unsigned long ul) { return ul > 0; }
12750 2004-01-11 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
12752 * doc/sdccman.lyx: Moved and added some sections, small changes
12753 all over. Telling LaTeX to be less strict with word spacing
12754 to better keep the right margin. Changed some notes about
12755 maintainance of the ports in section 3.2.1 - is it OK like this?
12757 2004-01-11 Vangelis Rokas <vrokas AT otenet.gr>
12759 SDCC source changes:
12760 * src/SDCCopt.c (cntToFcall, cnvToFloatCast, cnvFromFloatCast,
12761 convilong): modified to inform the pic16 port that builtin functions
12764 PIC16 PORT specific changes:
12765 * src/pic16/device.c pic16_dump_equates() added,
12766 processor registers declared internally by the port are emitted in
12767 the translation as equates,
12768 * src/pic16/gen.c: inline code is passed unprocessed to the
12770 * (pic16_popGetLit2): fnuction modified to take second operand as
12771 pCodeOp pointer and not as literal,
12772 * (popRegFromIdx): prefixed with pic16_,
12773 * (pic16_popCombine2): modified to receive already allocated pCode
12775 * (pic16_pushpCodeOpReg, pic16_poppCodeOpReg): added
12776 * (genFunction): initializes local stack frame and pushes on stack
12777 all the registers used by this function,
12778 * (genEndFunction): restores all registers from stack and restores
12780 * src/pic16/glue.c (pic16emitRegularMap): various changes and
12782 * (pic16glue): changed the program startup sequence,
12783 * added new dbName code 'A' for functions placed in absolute section
12784 * src/pic16/main.c: added function attribute _naked,
12785 * added pragma 'code' to place a fnuction at an absolute address,
12786 * added command line arguments --debug-ralloc and --pcode-verbose,
12787 * (_pic16_finiliseOptions): options.all_callee_saves is set by default
12788 * src/pic16/pcode.c (pic16_pBlockConvert2Absolute) added,
12789 * (pic16_newpCodeOpLit2): modified to take the second operand as
12791 * (pic16_printpBlock): modified to emit each function in a separate
12793 * (pic16_get_op): modified to use the gpasm modifiers LOW,HIGH and
12794 UPPER for immediate operands,
12795 * src/pic16/pcodepeeph.c: added peephole support for the LFSR
12797 * src/pic16/peeph.def: all peepholes with movff are commented out,
12798 because there is a problem in the pcode peep optimizer,
12799 * src/pic16/ralloc.c: the register allocator can now reuse local
12800 function symbols for another function. This saves register usage.
12801 * src/pic16/ralloc.h: added flag isLocal in structure regs,
12803 Added file src/pic16/NOTES with information about program writing on
12804 the current port version.
12806 2004-01-11 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
12808 * src/mcs51/peephole.def: added peepholes 177.c,d (redundant moves)
12809 and peephole 252 (array access)
12811 2004-01-09 Borut Razem <borut.razem AT siol.net>
12813 * src/SDCCmain.c : fixed #872250: -l command line defined library
12814 files are scanned before standard library files
12816 2004-01-10 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
12818 * src/SDCCast.c (decorateType): fixed bug #874046
12820 2004-01-09 Borut Razem <borut.razem AT siol.net>
12822 * support/scripts/sdcc.nsi: remove previous installation
12824 2004-01-09 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
12826 * src/SDCCglue.c (createInterruptVect): don't append 7(5) padding
12827 bytes for last interrupt vector (mcs51)
12828 * sdcc.spec: fixed typo
12830 2004-01-09 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
12832 * src/mcs51/gen.c (genFunction, genEndFunction, genReceive, getTempRegs,
12833 gen51Code): more efficient parameter receive for --model-large
12836 2004-01-09 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
12838 * src/ds390/main.c,
12839 * src/z80/main.c: added missed needLinkerScript flags (more than
12840 one port structure defined in these file)
12841 * src/ds390/gen.c (aopForSym, aopOp, operandsEqu, aopOp3): fixed
12844 2004-01-08 Vangelis Rokas <vrokas AT otenet.gr>
12846 * src/SDCCmain.c: removed various references to DEFAULT_PORT
12847 * src/port.h: added flag needLinkerScript in port->linker
12848 structure to inform whether to create a .lnk file or not,
12850 * src/ds390/main.c,
12852 * src/mcs51/main.c,
12854 * src/pic16/main.c,
12856 * src/z80/main.c: changed appropriately to configure
12857 needLinkerScript flag
12859 * src/pic16/gen.c (genAddrOf): fixed bug #863624
12860 * src/pic/glue.c: added variable udata_section_name to
12861 override default uninitialized data segment definition for
12862 devices only with SHAREBANK memory (reported from Erik Epetrich)
12863 * (pic14emitOverlay): modified to emit a commented overlay segment
12864 directive when no overlay data exist
12865 * (picglue): modified to emit uninitialized data segment
12866 according to udata_section_name
12867 * src/pic/main.c (_pic14_parseOptions): added command line
12868 options --udata-section-name=[name] to override default
12869 udata definition name
12870 * modified _linkCmd and _asmCmd to include compiler passed
12871 arguments via -W option
12872 * src/pic16/main.c: added $l in _asmCmd, changed extension for
12873 object file from '.rel' to '.o' in port->linker structure,
12874 changed size of fptr from 2 to 3 in port structure
12876 2004-01-07 Borut Razem <borut.razem AT siol.net>
12878 * support/scripts/sdcc.nsi: update PATH
12879 * support/scripts/sdcc.ico: craeted
12881 2004-01-07 Bernhard Held <bernhard AT bernhardheld.de>
12883 * device/include/Makefile.in: fix install
12884 * doc/Makefile: fix install
12886 2004-01-07 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
12888 * src/SDCCsymt.c (processFuncArgs): fixed superflous allocation noted
12890 * src/SDCCmem.c (printAllocInfoSeg, printAllocInfo): minor changes to
12891 how the function variable allocation summary is displayed; also
12892 include information about variables allocated to the overlay
12895 2004-01-06 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
12897 * as/mcs51/lkmain.c: Help about -Y option
12898 * as/mcs51/lkarea.c: Fixed gcc warnings
12900 2004-01-06 Bernhard Held <bernhard AT bernhardheld.de>
12902 * src/SDCCval.c (valShift): changed from 16 to 32 bit shift count,
12904 * support/valdiag/tests/overflow.c: added
12905 * src/SDCCast.c (decorateType),
12906 * src/SDCCicode.c (geniCodeLeftShift): added promotion to int for
12907 LEFT_OP (left shift)
12909 2004-01-06 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
12911 * as/mcs51/lkmain.c: stack must be after data when option -Y is not used
12912 (default behaviour).
12914 2004-01-06 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
12916 A python script to validate compiler diagnostic messages. It can be
12917 used to verify that sdcc complains about bad c source code and
12918 gives a good location of the error.
12919 * support/valdiag/Makefile,
12920 * support/valdiag/valdiag.py,
12921 * support/valdiag/tests/*
12923 2004-01-06 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
12925 * src/SDCC.y (enum_specifier, enumerator_list, opt_assign_expr),
12926 * src/SDCCsymt.c (newEnumType),
12928 * support/Util/SDCCerr.c,
12929 * support/Util/SDCCerr.h: fixed bug #871258 and some other unreported
12931 * support/regression/tests/enum.c: added test for enum values that
12932 require at least 2 bytes of storage.
12934 2004-01-06 Vangelis Rokas <vrokas AT otenet.gr>
12936 * src/common.h: added ifndef/define/endif macros
12937 around the header file.
12938 Bug reported from Jesus Calvino-Fraga
12940 2004-01-06 Bernhard Held <bernhard AT bernhardheld.de>
12942 * sdcc.spec: updated
12943 * device/include/Makefile.in: don't install CVS directories
12944 * device/lib/Makefile.in: added removal of CVS directories after install
12945 * doc/Makefile: fixed install, added local_icons
12946 * sim/ucsim/gui.src/Makefile.in: fixed an old typo
12947 * src/mcs51/gen.c (genRightShift): fixed bug #870788
12948 * src/ds390/gen.c (genRightShift): fixed bug #870788
12949 * src/SDCCast.c (decorateType): fixed bug #870781
12951 2004-01-06 Vangelis Rokas <vrokas AT otenet.gr>
12953 PIC16 port related changes:
12954 * device.c: removed pic16_finalMapping and pic16_finalMappingSize,
12955 added variable stackPos,
12957 * gen.c: genCall, assignResultValue: added support for
12958 pushing/retrieving function parameters to/from stack,
12959 genFunction,genEndFunction: setup stack frame for the
12960 generated function,
12961 genAddrOf: will be changed according to bug 863624
12963 * added files genutils.c and genutils.h which contain gen*
12964 debugged and optimised functions extracted from gen.c
12966 * glue.c: added variable 'externs' which holds extern symbols,
12967 pic16emitRegularMap: is modified to properly handle relocatable
12968 symbols under the new scheme,
12969 pic16createInterruptVect: is modified
12970 pic16printPublics: is modified to emit 'global' assembler directives,
12971 added pic16_printExterns to print extern symbols,
12972 pic16glue: initializes stack/frame pointer in the beginning of
12973 the assembly output. Temporary hack, will be corrected later,
12974 because gplink yet does not support stack and SDCC does not
12975 yet support a type of crt0.o object to create the final binary.
12977 * Removed many lines that contain 8051 legacy code.
12978 * The code is finally placed under a 'code' directive.
12979 * Added port specific options.
12981 * _process_pragma: simplified since now we do not need *special*
12982 include file to define SFR registers. But a separate header
12983 will be needed. This will be developed later.
12984 * _pic16_parseOptions: added, parses port specific options:
12985 --pgen-banksel, --obanksel=, --pomit-config-words, --pomit-ivt,
12986 --pleave-reset-vector, --penable-stack, --pstack-model, --debug-xtra
12987 --preplace-udata-with=
12989 * _pic16_setDefaultOptions: modified to initialize section names,
12990 but hack is temporarly out of order since it needs improvement.
12991 * _pic16_genAssemblerPreamble: configuration words are emitted by
12992 their address instead of their name. This part is incomplete and
12993 supports only the 18Fxx2 devices. Other devices will emit an error
12994 during assembly since they do not contain the same set of config
12996 * _pic16_genIVT: is modified,
12998 * pcode.c: added definitions for some hardware registers that are needed
13000 * added flag is2LitOp and variable pci_magic in pCodeInstruction.
13001 All PCI entries are updated. Now LFSR is supported.
13002 * Removed pic16_pciTRIS is mentioned by mdubuc in source
13003 * added pic16_newpCodeOpLit2 to support instructions with
13004 two literal arguments
13005 * pic16_pCode2str: corrected code that emits assembler instructions
13006 with two literal operands and those that have an access bit modifier
13007 * genericPrint: now PC_ASMDIR pCodes, can emit a label if it exists,
13008 this fixes a bug which caused some labels to be lost, when an
13009 assembler directive was added, i.e. banksel,
13010 * pic16_FixRegisterBanking: improved logic that causes the insertion
13012 * InlineFunction: functions that are called once, are not any more
13013 inlined. This can be a port option in the future,
13015 * pcode.h: added pCodeOpLit2 and added variable label in pCodeAsmDir
13017 * ralloc.c: added pic16_rel_udata and pic16_fix_udata variables which
13018 hold the corresponding uninitialized symbols,
13019 * pic16_allocProcessorRegister: registers have explicit marked the
13021 * pic16_allocInternalRegister: registers are explicit marked as
13023 * pic16_writeUsedRegs: pic16_dynDirectBitRegs was missing from the
13024 processing list, so bit registers were lost,
13027 * ralloc.h: added field 'accessBank' and original symbol operand
13028 in register definition,
13029 * removed the field isMapped from register definition,
13031 ** Several functions have been removed from various sources:
13032 BanksUsedFlow2,BanksUsedFlow,FixBankFlow,InstructionRegBank,
13033 pic16_addMemRange,pic16_isREGinBank,pic16_dump_map,pic16_dump_cblock
13034 isSFR,validAddress,mapRegister,assignRegister,pic16_assignFixedRegisters
13035 pic16_assignRelocatableRegisters
13037 ** others have been introduced:
13038 pic16_areRegsSame,pic16_dump_section,checkAddReg,pic16_groupRegistersInSection
13039 pic16_popGetLit2,pic16_popCombine2,pushw,pushaop
13041 2004-01-05 Vangelis Rokas <vrokas AT otenet.gr>
13043 * support/scripts/inc2h.pl: changed definition of BIT_AT
13044 to emit 'sbit at' instead of 'bit at'. This was a request.
13046 PIC16 port related preliminary changes:
13047 * gen.c: prefixed function popRegFromString with
13048 pic16_ and all references to it corrected
13049 * pcode.c: all pic16_pc_* hardware registers prefixed
13050 with underscore (_),
13051 pic16_popCopyGPR2Bit(): function sets register wasUsed=1
13052 * ralloc.c: newReg(): when register is REG_SFR then
13053 set address to rIdx,
13054 pic16_allocProcessorRegister(): marks register wasUsed=0
13055 pic16_writeUsedRegs(): added a call to assign processor
13056 registers via pic16_assignFixedRegisters
13058 2004-01-04 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
13060 * as/mcs51/aslink.h, as/mcs51/lkarea.c, as/mcs51/lkdata.c,
13061 as/mcs51/lkmain.c, as/mcs51/lkmem.c: 8051 linker can now pack
13062 variables in unused register banks. Also the SSEG is placed
13063 wherever there is enough space for it, and IDATA can be anywhere
13064 in internal RAM. For now compile using -Wl-Y[stack_size].
13065 The mem file is different for this option as well, since it
13066 makes no sense of talking about DSEG lenght.
13068 2004-01-02 Vangelis Rokas <vrokas AT otenet.gr>
13070 * src/SDCClrange.c: fixed bug 869095 that caused segfault
13071 in certain cases, e.g. when ROM assignment, patch provided
13072 from Albert den Haan.
13074 2004-01-01 Bernhard Held <bernhard AT bernhardheld.de>
13076 Many signedness and type propagation fixes:
13077 * src/SDCCicode.c: made geniCodeCast() static
13078 replaced SPEC_ by IS_ (cosmetic)
13079 (operandOperation): fixed div and mod operation
13080 (usualBinaryConversions): added support for promotion of char
13081 (geniCodeMultiply): replaced (unsigned long) by (TYPE_UDWORD)
13082 (geniCodeDivision): replaced (unsigned long) by (TYPE_UDWORD)
13083 (geniCodeAdd): an array index will stay unsigned, even if promoted
13085 (geniCodeArray): ditto
13086 * src/SDCCicode.h: made geniCodeCast() static: removed prototype
13087 * src/SDCCsymt.c (computeType): added more support for char;
13088 promotion of char is selectable by promoteCharToInt, fixed signedness
13090 (powof2): replaced (unsigned long) by (TYPE_UDWORD)
13091 * src/SDCCsymt.h (powof2): replaced (unsigned long) by (TYPE_UDWORD)
13092 * src/SDCCval (val*): replaced signedness calculation by
13094 rearranged if-branches (cosmetic)
13095 (valShift): added warning W_SHIFT_CHANGED
13096 (valCompare): fixed problem with different types
13097 * src/hc08/rallo.c (leastUsedLR): fixed gcc 3.3 warning
13098 * support/regression/tests/literalop.c: added many cases
13099 * support/regression/tests/ast_constant_folding.c: changed finally to
13101 * .version: new year, new version: 2.3.7
13102 * src/SDCCmain.c (main): applied patch #866468
13103 * debugger/mcs51/sdcdb.c (parseCmdLine): added -k for ucsim, patch
13104 provided by Scott Bronson
13105 * doc/sdccman.lyx: updated documentation for sdcdb
13106 updated and added chapter tips
13108 2004-01-01 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
13110 * src/SDCCsymt.h: missing from yesterday's commits
13112 2003-12-31 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
13114 * src/SDCC.y (struct_or_union_specifier),
13115 * support/Util/SDCCerr.c,
13116 * support/Util/SDCCerr.h: verify that struct & union tags are used
13119 2003-12-29 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
13121 * src/SDCCglobl.h: missing from yesterday's commits
13123 2003-12-28 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
13125 * src/SDCC.y (external_definition, type_specifier2, sfr_reg_bit,
13126 sft_attributes, struct_declaration, parameter_declaration,
13127 type_name, start_block, declaration_list),
13128 * src/SDCC.lex (check_type): support redefinition of typedef names
13130 2003-12-22 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
13132 * src/mcs51/gen.c (genPlus): added special handling for 256 byte
13133 aligned xdata arrays. Erik helped me with the if clause.
13135 2003-12-20 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
13137 * device/lib/ds390/tinibios.c (CpuSpeed): suppress unreachable code
13140 2003-12-20 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
13143 * src/SDCCast.c (newAst_),
13145 * src/SDCCicode.c (ast2iCode, newiCode),
13147 * src/SDCC.y (logical_and_expr, logical_or_expr, conditional_expr,
13148 expr, statement, expression_statement, selection_statement,
13149 iteration_statement, expr_opt, jump_statement): foundation for tracking
13151 * src/SDCCopt.c (killDeadCode): fixed bug #861580 (needs the sequence
13154 2003-12-19 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
13156 * support/Util/SDCCerr.c,
13158 * src/SDCCast.c (createCase, createDefault, decorateType),
13159 * src/SDCClabel.c (labelUnreach),
13160 * src/SDCC.y (labeled_statement, jump_statement): More improvements
13162 * support/Util/SDCCerr.c (werrorfl): fixed a non-standard declaration
13163 (with thanks to Stas Sergeev)
13164 * device/include/time.h,
13165 * device/lib/time.c (CheckTime): suppress unreachable code warning
13167 2003-12-18 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
13169 * src/SDCCast.c (createIvalCharPtr),
13170 * src/SDCCglue.c (printChar): fixed bug #862241 (an error in my fix for
13172 * support/regression/tests/nullstring.c: tests for these two bugs
13174 2003-12-18 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
13176 * support/Util/SDCCerr.h,
13177 * support/Util/SDCCerr.c (E_NOT_ALLOWED),
13178 * src/SDCC.y (struct_declaration, struct_or_union_specifier): complain
13179 about storage class and 'at' used inside struct or union
13180 * src/SDCCBBlock.c (iCodeFromeBBlock),
13181 * src/SDCCcse.c (ifxOptimize),
13182 * src/SDCCglue.c (emitRegularMap, initPointer, printIvalStruct,
13183 printIvalArray, printiValFuncPtr, printIvalCharPtr, printIvalPtr,
13184 printIval, emitStaticSeg, emitOverlay),
13185 * src/SDCClabel.c (deleteIfx),
13186 * src/SDCCopt.c (replaceRegEqv, eBBlockFromiCode),
13187 * src/SDCCast.c (resolveSymbols, createIvalStruct, createIvalArray,
13188 gatherAutoInit, processParms),
13189 * support/Util/SDCCerr.h,
13190 * support/Util/SDCCerr.c (werrorfl): Support for better error location
13191 reporting for post-parse errors.
13193 2003-12-16 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
13195 * src/SDCCval.c (valPlus, valMinus, valShift): fixed some problems with
13196 implicit casts via union; they don't work on big endian systems
13197 (possible fix for bug #861138)
13199 2003-12-16 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
13201 (committed by Erik Petrich <epetrich AT ivorytower.norman.ok.us> on Frieder's behalf)
13202 * src/mcs51/main.c: fixed the fix for bug #737001
13204 2003-12-15 Borut Razem <borut.razem AT siol.net>
13206 * support/scripts/sdcc.nsi: updated for NSIS 2.0 beta 4
13208 2003-12-14 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
13210 * support/makebin/makebin.c: put output in binary mode
13212 2003-12-13 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
13214 * src/mcs51/main.c: fixed bug #737001 for the mcs51. SDCC clears
13215 xdata and data memory on startup. Set the environment variable
13216 SDCC_NOGENRAMCLEAR to disable this.
13217 * src/mcs51/peephole.def,
13218 * src/ds390/peephole.def: using the atomic test and clear instruction jbc
13219 (allows non-interrupt and interrupt code to safely compete for a resource
13220 without the non-interrupt code having to disable interrupts)
13222 2003-12-13 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
13224 * src/SDCCicode.c (geniCodeAdd),
13225 * src/SDCCast.c (decorateType): fixed bug #857753 (need to be careful
13226 with valFromType if type might be a pointer and host is big endian).
13227 * src/SDCCast.c (decorateType): unary plus compatible with all arithmetic
13228 types, not just integer types.
13229 * src/SDCCsymt.c (addSymChain): clarified error message when symbol is
13230 multiply defined with mismatching "at" address.
13232 2003-12-12 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
13234 * src/ds390/main.c (PORT tininative_port): fixed bug #858416
13235 * src/SDCCglue.c (printChar, printIvalChar, emitStaticSeg),
13236 * src/SDCCast.c (createIvalCharPtr, stringToSymbol): handle strings
13237 with embedded nulls (fixed bug #753752)
13239 2003-12-12 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
13241 * src/mcs51/main.c(_mcs51_genRAMCLEAR): using r0 instead of r1/r2.
13242 Apparently this did not see much testing (endless loop)
13244 2003-12-11 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
13246 * src/z80/ralloc.c: set DISABLE_PACK_HL = 1 as a temporary fix to bug #855165
13248 2003-12-10 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
13250 * src/SDCCdebug.c (outputDebugSymbols, outputDebugStackSymbols, dumpSymInfo):
13251 gracefully handle NULL memmap pointers
13253 2003-12-08 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
13255 * src/SDCCopt.c (killDeadCode): change iCode type to DUMMY_READ_VOLATILE
13256 instead of deleting the iCode when an operand is volatile
13257 * src/z80/gen.c (genDummyRead),
13258 * src/mcs51/gen.c (genDummyRead),
13259 * src/ds390/gen.c (genDummyRead),
13260 * src/hc08/gen.c (genDummyRead): handle operands in IC_LEFT and/or IC_RIGHT,
13262 * src/SDCCicode.c (geniCodeCall): fixed bug #851607
13263 * src/SDCC.y: fixed bug #850420
13265 2003-12-05 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
13267 Applied z80 i/o port patch from Peter Townson and fixed some operators
13268 to better handle operands in A register.
13269 * device/include/z180.h
13275 * src/z80/peeph-z80.def
13276 * src/z80/peeph.def
13279 2003-12-03 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
13281 * src/SDCCsymt.c (addSymChain, compareTypeExact): fixed bug #838241 again
13283 2003-12-01 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
13285 * device/lib/hc08/_mullong.c: Removed extra #endif
13287 2003-12-01 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
13289 * sim/ucsim/hc08.src/inst.cc,
13290 * sim/ucsim/hc08.src/hc08mac.h: fixed some problems with CC flag bits and
13291 carries from x to h
13292 * src/hc08/gen.c (aopAdrStr): fixed problem with 16 bit immediate
13293 * src/hc08/gen.c (XAccRsh): fixed problem with right shift
13294 * device/include/stdarg.h: fixed varargs for hc08
13295 * device/lib/Makefile.in,
13296 * device/lib/hc08/Makefile,
13297 * device/lib/hc08/_mulint.c,
13298 * device/lib/hc08/_mullong.c: fixed some endian problems
13300 2003-11-28 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
13302 * sdcc/src/mcs51/gen.c (genMultOneByte): help peephole 105
13303 * sdcc/src/mcs51/peeph.def: added peephole 186.e array access in code space
13304 * device/lib/_gptrget.c,
13305 * device/lib/_gptrput.c: P2 not used any more (related to #850747, #785979)
13307 2003-11-27 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
13309 * src/SDCClrange.c (findNextUseSym, rlivePoint): fixed bug #849795
13310 * src/SDCCast.c (astErrors): fixed bug #846007
13311 * src/SDCCsymt.c (checkFunction): fixed follow-up bug on bug #846007
13313 2003-11-26 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
13315 * src/SDCCast.c (decorateType): disabled a transformation I added in
13316 revision 1.188 (access to fields of a structure at an absolute address);
13317 it breaks with bitfields, extern declarations, and gcse analysis.
13318 * src/SDCCopt.c (isLocalWithoutDef): if ADDRESS_OF applied to a symbol, it
13319 could be assigned through a pointer, so don't complain.
13320 * src/SDCCast.c (astErrors),
13322 * src/SDCCglue.c (emitRegularMap): fixed bug #847813
13324 2003-11-26 Vangelis Rokas <vrokas AT otenet.gr>
13326 * src/pic16/main.c (_pic16_genIVT): fixed interrupt vector table
13327 * src/pic16/main.c (_pic16_genAssemblerPreamble): re-enabled the
13328 output of __config directives, since gpasm now supports them
13329 * src/pic16/main.c (_pic16_finaliseOptions): define MCU
13330 pre-processor macro, i.e. -DMCU=p18f452
13331 * src/pic16/ralloc.c: renamed packRegisters to pic16_packRegisters,
13332 and modified to handle 'cast' icode similarly to '=' icode
13333 * src/pic16/device.h (typedef struct PIC_device): added field
13334 'extMIface' to indicate that chip has external memory interface
13335 * src/pic16/device.c: added chips 18F248, 18F258, 18F448, 18F458,
13336 18F6520, 18F6620, 18F6680, 18F6720, 18F8520, 18F8620, 18F8680,
13339 2003-11-26 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
13341 * src/SDCC.y (pointer): fixed bug #846006
13342 * support/Util/SDCCerr.c: made W_PTR_TYPE_INVALID message clearer
13343 * src/SDCCast.c (decorateType): fixed bug #846009
13344 * src/ds390/peeph.def,
13345 * src/ds390/gen.c (genAnd, genOr),
13346 * src/mcs51/peeph.def,
13347 * src/mcs51/gen.c (genAnd, genOr): fixed bug #846777
13349 2003-11-25 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
13351 Fixed several common-sub-expression bugs (#772861, #768380, & #755323)
13358 2003-11-23 Klaus Flittner <klaus_flittner AT gmx.de>
13362 * src/SDCCbitv.c: added function to free a bitvector
13363 * src/SDCClrange.h,
13364 * src/SDCClrange.c: added function to recompute the liveranges
13365 * src/avr/ralloc.c,
13366 * src/ds390/ralloc.c,
13367 * src/hc08/ralloc.c,
13368 * src/mcs51/ralloc.c,
13369 * src/pic/ralloc.c,
13370 * src/pic16/ralloc.c,
13371 * src/xa51/ralloc.c,
13372 * src/z80/ralloc.c: recompute the liveranges after register packing
13374 2003-11-21 Klaus Flittner <klaus_flittner AT gmx.de>
13376 * src/SDCCloop.c (newInduction): fixed bug #845630
13378 2003-11-21 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
13380 * src/SDCCsymt.c (compareTypesExact): disabled debugging output
13381 inadvertantly left behind from my 2003-11-12 change
13383 2003-11-20 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
13385 Updated headers I neglected to commit yesterday.
13386 * src/SDCClrange.h,
13389 2003-11-19 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
13391 * src/SDCCcse.c (algebraicOpts): fixed bug #773153
13392 * src/SDCClrange.c (rlivePoint): need to mark IC_RESULT used if POINTER_SET op
13393 * src/SDCCopt.c (eBBlockFromiCode),
13394 * src/SDCClrange.c (hashiCodeKeys, sequenceiCode, computeLiveRanges): seperated
13395 the creation of the key hash table from the sequencing so it can be used
13396 earlier (for some GCSE bug fixes still pending)
13398 2003-11-15 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
13400 * src/mcs51/gen.c (genPlus): generate shortcut for adding 0xab00
13401 * support/regression/tests/addsub.c: testing genPlus shortcut
13403 2003-11-15 Borut Razem <borut.razem AT siol.net>
13405 * src/SDCCmain.c: fixed bug #841645: -MM command line option passed to sdcpp
13407 2003-11-15 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
13409 * src/SDCCcse.c (cseBBlock): fixed bug #527779
13410 * src/SDCCcse.c (deleteGetPointers): rewrote so that the set
13411 ordering is immaterial.
13412 * src/SDCCdflow.c (mergeInExprs): fixed bug #587536
13414 2003-11-14 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
13416 * src/SDCCicode.c (geniCodeAddressOf): fixed part of bug #840381
13417 * src/SDCCopt.c (replaceRegEqv, isLocalWithoutDef): fixed other part
13418 (SIGSEV) of bug #840381
13419 * src/SDCCmain.c (linkEdit, assemble): fixed bug #841606 (don't
13420 unlink new file before rename if new and old filenames are the same)
13422 2003-11-13 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
13424 * src/mcs51/main.c: started fixing bug #737001 (SDCC not clearing
13425 uninitialized variables) for the mcs51. Set environment variable
13426 SDCC_GENRAMCLEAR to test.
13427 xdata initialization slightly shorter
13429 2003-11-12 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
13432 * src/SDCCsymt.c (addSymTypeChain, compareTypesExact): fixed bugs
13433 #838241 & 780691 (basicly the same bug)
13434 * src/SDCCBBlock.c (iCode2eBBlock): fixed bug #840148
13435 * src/SDCCBBlock.c (iCodeFromeBBlock): fixed bug #840162
13437 2003-11-11 Bernhard Held <bernhard AT bernhardheld.de>
13439 * src/SDCCmain.c (linkEdit): "fix" #834252
13441 2003-11-11 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
13443 * src/SDCCast.c (removePostIncDecOps, removePreIncDecOps),
13445 * src/SDCC.y: fixed bug #819403
13447 2003-11-08 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
13449 * support/regression/fwk/lib/testfwk.c: printn is recursive and thus needs
13450 the reentrant attribute.
13451 * src/hc08/gen.c (genPackBits): added missing stack readjustment
13452 * sim/ucsim/hc08.src/inst.cc (inst_mov): fixed bugs with mov instruction
13454 * src/SDCCast.c (decorateType): fixed bug with storage class not being
13455 updated during pointer dereference; f.e. ~(((char *)1)*) was being
13456 erroneously reduced to a literal.
13457 * src/hc08/ralloc.c (packRegisters, rematStr),
13458 * src/hc08/gen.c (aopForRemat): allow literals to be rematerialized in
13461 2003-11-08 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
13463 * src/mcs51/main.c: fixed bug #838385. Thanks to Josef Pavlik for finding and fixing
13464 * doc/sdccman.lyx: changed from 'article' to 'book'
13465 * doc/Makefile: readded test_suite_spec and cdbfileformat
13467 2003-11-08 Bernhard Held <bernhard AT bernhardheld.de>
13469 * device/include/stdlib.h: include malloc.h to comply with ANSI
13470 * support/regression/tests/malloc.c: include stdlib.h instead of malloc.h
13472 2003-11-07 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
13474 * doc/Makefile: sdccman.pdf should build with correct references (more info in commit msg)
13475 * doc/clean.mk: also remove *.out files
13476 * doc/sdccman.lyx: some additions, larger top/bottom margins
13478 2003-11-07 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
13480 * src/SDCC.y: fixed bug #837365
13481 * support/regression/tests/bitopcse.c
13482 * src/hc08/gen.c (genPointerGet): Don't assume pointer operand is
13483 a symbol (might be valop instead)
13484 * device/lib/Makefile.in: added errno.c to HC08SOURCES
13485 * device/lib/clean.mk: added hc08 to the cleaning list
13487 2003-11-04 Borut Razem <borut.razem AT siol.net>
13489 * configure, configure.in, sdcc_vc_in.h, sdcconf_in.h: reverted changes,
13491 * support/Util/NewAlloc.c, as/hc08/lklibr.c, as/mcs51/lklibr.c,
13492 as/z80/aslist.c, as/z80/assym.c: removed inclusion of nonstandard malloc.h;
13493 malloc is declared in standard stdlib.h
13495 2003-11-06 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
13497 * device/lib/hc08/Makefile: need to clean .rel not .o files
13498 * src/hc08/gen.c (genDjnz): can't use djnz with extended addressing mode
13500 2003-11-06 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
13504 * src/mcs51/main.c,
13505 * src/ds390/main.c,
13509 * src/pic16/main.c,
13510 * src/xa51/main.c: added hasExtBitOp & oclsExpense functions to ports
13511 * src/SDCCicode.c: changed several IS_FARSPACE tests to isOclsExpensive
13512 tests (which uses the port's oclsExpense function)
13518 * src/mcs51/gen.c: added support for the SWAP iCode (RFE #834167)
13520 2003-11-04 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
13522 * src/SDCCcse.c (ifxOptimize),
13523 * src/SDCClabel.c (labelIfx, deleteIfx): When the condition to
13524 an IFX iCode is volatile, convert to DUMMY_READ_VOLATILE instead
13525 deleting the IFX iCode.
13526 * src/hc08/ralloc.c: reduced unneeded slocs
13527 * src/hc08/gen.c: fixed bug in asmopToBoolean
13529 2003-11-04 Borut Razem <borut.razem AT siol.net>
13531 * configure, configure.in, sdcc_vc_in.h, sdcconf_in.h,
13532 support/Util/NewAlloc.c, as/hc08/lklibr.c, as/mcs51/lklibr.c,
13533 as/z80/aslist.c, as/z80/assym.c: decision to include malloc.h
13534 transferred to configure
13536 2003-11-03 Bernhard Held <bernhard AT bernhardheld.de>
13538 Use headers defined in the C[++] standards:
13539 * sim/ucsim/gui.src/serio.src/fileio.cc
13540 * sim/ucsim/gui.src/serio.src/frontend.cc
13541 * sim/ucsim/gui.src/serio.src/main.cc
13542 * sim/ucsim/gui.src/serio.src/posix_signal.cc
13543 * support/Util/NewAlloc.c
13545 * as/mcs51/lklibr.c
13549 2003-11-03 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
13551 * Added MSVC projects for hc08 assembler and linker:
13552 all.dsp, config.dsp, sdcc.dsw, /as/hc08/as_hc08.dsp,
13553 /as/hc08/link_hc08.dsp
13555 2003-11-03 Martin Helmling <Martin.Helmling AT octo-soft.de>
13557 * debugger/mcs51/cmd.c: allows filename starting with digit(+ some debug)
13559 2003-11-02 Bernhard Held <bernhard AT bernhardheld.de>
13561 * src/SDCCmain.c (linkEdit): "fixed" again bug #833605
13563 2003-11-01 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
13565 * src/mcs51/main.c: xdata initialization is 13 bytes shorter now
13567 2003-10-31 Borut Razem <borut.razem AT siol.net>
13569 * support/cpp2/cpplib.h,
13570 support/cpp2/cpplib.c,
13571 support/cpp2/cpplex.c,
13572 support/cpp2/cppinit.c: introduced #pragma preproc_asm [ + | - ]
13573 to switch _asm block preprocessing on / off. Default is
13574 #pragma preproc_asm +
13576 2003-10-31 Borut Razem <borut.razem AT siol.net>
13578 * support/cpp2/cpplex.c: Fixed _WIN32 problem with CR-CR-LF sequences
13579 when outputting comment blocks (when executed with -C option) and
13580 _asm (SDCPP specific) blocks
13582 2003-10-31 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
13584 * as/hc08/lkrloc.c (relr): Fixed ihx output, fixed lastAreaIndex warning
13586 2003-10-31 Klaus Flittner <klaus_flittner AT gmx.de>
13588 * src/SDCCcse.c (updateSpillLocation): fixed bug #808027
13590 2003-10-31 Bernhard Held <bernhard AT bernhardheld.de>
13592 * src/SDCCmain.c (linkEdit): "fixed" bug #833605
13593 * src/SDCCast.c (decorateType): fixed bug #832664
13595 2003-10-31 Borut Razem <borut.razem AT siol.net>
13597 * support/cpp2/cpplex.c: fixed for SDCPP:
13598 comments(when executed with -C option) and _asm blocks
13599 were included even if they where in skipped #if block.
13600 Applied solution from GCC cpp 3.3.2
13602 2003-10-31 Borut Razem <borut.razem AT siol.net>
13604 * src/SDCC.lex: sdcc now understands both formats:
13605 '# <line_number> <file_name>' and
13606 '#line <line_number> <file_name>'
13607 * support/cpp2/cppmain.c: sdcpp now generates the standard
13608 '# <line_number> <file_name>' instead of former
13609 '#line <line_number> <file_name>'
13611 2003-10-30 Borut Razem <borut.razem AT siol.net>
13613 * support/cpp2/cpphash.h,
13614 * support/cpp2/cpplib.h
13615 * support/cpp2/cpplex.c,
13616 * support/cpp2/cppmain.c,
13617 * support/cpp2/cppinit.c: fixed bug #828015 - Syntax variation for _asm character constants
13619 2003-10-30 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
13621 Fixed a number of problems revealed by bug #827883.
13622 * src/SDCCloop.c (loopInvariants): Spill location of the
13623 result operand should be recomputed if extracted from
13624 a loop. Also, don't extract assignments of an iTemp
13626 * src/SDCCast.c (isConformingBody): loop reversal should
13627 not occur if the control variable is involved with a
13628 relational operator.
13630 2003-10-28 Bernhard Held <bernhard AT bernhardheld.de>
13632 * .version: bumped to 2.3.6 to reflect the big improvements
13633 made by Erik and Klaus. Thanks!
13635 2003-10-28 Klaus Flittner <klaus_flittner AT gmx.de>
13637 Replaced the livrange code.
13638 * src/SDCClrange.c: added new LR code
13640 * src/SDCCBBlock.h: removed remainig parts from old LR code
13641 * src/ds390/ralloc.c,
13642 * src/ds390/gen.c: minor fixes to make it work with new code
13644 2003-10-28 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
13647 * as/hc08/lkrloc.c,
13649 * src/hc08/ralloc.c: Fix various warnings related to the hc08
13650 * src/SDCCicode.c (geniCodePreInc, geniCodePreDec): Fixed bug #829717
13651 (tweaked fix for bug #818696)
13653 2003-10-23 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
13655 * src/z80/ralloc.c (joinPushes): Fixed bug #828742
13657 2003-10-23 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
13660 * sdccconf_in.h: Fixed bug #828387 (--disable-hc08-port didn't work)
13661 * src/mcs51/gen.c (gencjneshort),
13662 * src/ds390/gen.c (gencjneshort): Made comparison with AOP_IMMD operand
13663 more efficient (per Scott Bronson's suggestion)
13665 2003-10-22 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
13667 Extended the semantics of the critical keyword to include
13668 individual statements. See RFE #827755 and #799831
13673 * support/Util/SDCCerr.c
13674 * support/Util/SDCCerr.h
13679 2003-10-19 Borut Razem <borut.razem AT siol.net>
13681 * src/SDCC.lex: fixed bug #825944 - defined yytext_ptr to make it compile with flex 2.5.31
13683 2003-10-19 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
13685 * src/SDCCicode.c (geniCodePreInc, geniCodePreDec, ast2iCode):
13687 * src/SDCCast.c (ast_print): Fixed --dumptree so that preincrement
13688 and predecrement operand is displayed
13690 2003-10-13 Bernhard Held <bernhard AT bernhardheld.de>
13692 * src/SDCCval.c (valMinus): fixed bug #826041
13694 2003-10-15 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
13696 Some hc08 related updates that I missed earlier
13697 * sim/ucsim/stypes.h
13698 * support/regression/ports/hc08/spec.mk
13700 2003-10-15 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
13702 New target "hc08" for the Motorola 68hc08 family of micros
13710 * sim/ucsim/hc08.src/*
13711 * sim/ucsim/configure.in
13712 * src/ucsim/configure
13713 * sim/ucsim/packages_in.mk
13716 * device/include/mc68hc908qy.h
13717 * device/lib/hc08/*
13718 * device/lib/Makefile.in
13719 * support/regression/ports/hc08/*
13720 * support/regression/Makefile
13722 2003-10-14 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
13724 * src/z80/gen.c: fixed bug revealed by ast_constant_folding.c
13726 * src/ds390/gen.c (genCast): fixed bug #821957
13728 2003-10-13 Bernhard Held <bernhard AT bernhardheld.de>
13730 * device/lib/logf.c: "fixed" overlay bug
13731 * support/regression/ports/host/spec.mk: added m library
13732 * support/regression/ports/mcs51-stack-auto/spec.mk: added float funcs
13733 * support/regression/tests/float_trans: added (for Eric)
13735 2003-10-12 Bernhard Held <bernhard AT bernhardheld.de>
13737 * src/mcs51/gen.c (genCpl): fixed bug
13738 http://sf.net/mailarchive/message.php?msg_id=6263915
13740 2003-10-10 Bernhard Held <bernhard AT bernhardheld.de>
13742 * src/SDCCast.c (decorateType): added extended constant folding
13743 * src/SDCCsymt.c (computeType): cleanup
13744 * src/SDCCval.c (valShift): minor optimization
13745 * support/regression/tests/ast_constant_folding.c: added
13747 2003-10-09 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
13749 * src/SDCCmain.c: removed some unintended changes
13751 2003-10-09 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
13753 * src/SDCCmain.c (setParseWithComma): fixed bug #816685
13754 * src/z80/gen.c: fixed part of bug #817589
13755 * src/SDCCsymt.c (checkFunction): fixed bug #817895
13757 2003-10-08 Bernhard Held <bernhard AT bernhardheld.de>
13759 Replaced cast (void **) with (void *) to avoid gcc 3 warning:
13770 * src/ds390/ralloc.c
13772 * src/mcs51/ralloc.c
13774 * src/pic16/ralloc.c
13775 * src/xa51/ralloc.c
13777 * src/z80/gen.c: removed unused label "release:"
13779 2003-10-06 Borut Razem <borut.razem AT siol.net>
13781 * src/SDCC.lex: removed definition of unused variables
13782 save_optimize and save_options
13784 2003-10-06 Bernhard Held <bernhard AT bernhardheld.de>
13786 * clean.mk: removed '=' in "-maxdepth=1"
13787 * src/SDCCloop.c: replace LRKLAUS with SDCC_LRKLAUS
13788 * src/SDCClrange.c: replace LRKLAUS with SDCC_LRKLAUS
13790 2003-10-06 Borut Razem <borut.razem AT siol.net>
13792 * src/SDCC.lex, src/SDCC.lex: use dbuf for "_asm" definitions;
13793 my_unput() replaced by unput()
13795 2003-10-05 Bernhard Held <bernhard AT bernhardheld.de>
13797 * src/SDCCloop.c (assignmentsToSym, loopInduction): cast argument of
13798 setToNull() to (void *) to avoid gcc3.x's warning: "dereferencing
13799 type-punned pointer will break strict-aliasing rules"
13800 Old LR behaviour is again default; Klaus' LR can be choosen by
13801 defining the environment variable LRKLAUS
13805 * src/ds390/ralloc.c (spillThis): applied Klaus' patch
13806 * clean.mk: fixed removal of files in bin/CVS/
13807 * device/lib/clean.mk: fixed removal of directories small and large
13808 * support/Util/SDCCerr.c: changed W_INT_OVL to ERROR_LEVEL_PEDANTIC
13810 * src/SDCCval.c: removed superflous test for pedantic
13812 2003-10-05 Borut Razem <borut.razem AT siol.net>
13814 * src/SDCC.lex, support/Util/SDCCerr.c, sdcc/support/Util/SDCCerr.h:
13815 Fixed bug #816692: introduced new ERROR_LEVEL_PEDANTIC warning
13816 message "unmatched #pragma SAVE and #pragma RESTORE"
13818 2003-10-04 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
13820 * doc/sdccman.lyx: various additions and updates (interrupts, inline
13821 assembly, critical functions, atomic, nojtbound)
13823 2003-10-04 Bernhard Held <bernhard AT bernhardheld.de>
13825 Applied liferange patch from Klaus Flittner <klaus_flittner AT gmx.de>
13831 2003-10-03 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
13834 * src/z80/gen.c (aopOp, aopGet, aopPut, genDummyRead),
13836 * src/mcs51/gen.c (aopOp, aopGet, aopPut, genDummyRead),
13838 * src/ds390/gen.c (aopOp, aopGet, aopPut, genDummyRead),
13839 * src/SDCCicode.c (ast2iCode, geniCodeDummyRead): Fixed bug #663539
13840 * src/SDCCopt.c (killDeadCode): Fixed bugs #663539 & #816705
13842 2003-10-02 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
13844 * src/z80/gen.c (genRet): fixed bug #524753
13845 * src/z80/gen.c (genCast): fixed internal error on cast from
13847 * src/z80/gen.c (_saveRegsForCall, emitCall): adapted Johan's
13848 fix for bug #477835 to the z80
13849 * src/z80/gen.c (genZ80code, _vemit2, _emit2): added support
13850 for tracking iCodes in the peephole optimizer for z80
13852 2003-10-01 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
13854 * src/SDCCicode.c (geniCodeJumpTable, geniCodeSwitch): fixed
13855 the other part of bug #814548
13856 * src/SDCCpeeph.c (labelInRange): fixed bug #814558
13858 2003-09-30 Bernhard Held <bernhard AT bernhardheld.de>
13860 * src/SDCCcse.c: fixed part of bug #814548
13862 2003-09-28 Borut Razem <borut.razem AT siol.net>
13864 * src/asm.c: rewrite of printILine() to use temporary file instead
13866 * src/xa51/main.c: commented out declaration of int rewinds
13868 2003-09-27 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
13870 * src/SDCCicode.c (geniCodeJumpTable): Fixed bug #813206
13872 2003-09-26 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
13874 * src/SDCCdflow.c (computeDataFlow): Fixed bug #810746
13875 * src/asm.c (printILine): Fixed bug #811015
13877 2003-09-22 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
13879 *link/z80/lklibr.c, as/mcs51/lklibr.c: Improved memory allocation and
13882 2003-09-21 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
13884 * src/z80/gen.c (setupToPreserveCarry): Fixed bug #796955
13885 * src/z80/gen.c (setupPair, genMovePairPair): Fixed setupPair
13886 to correctly handle general case of AOP_PAIRPTR
13887 * src/z80/gen.c (aopGet, aopPut): Generalized AOP_PAIRPTR handling
13889 2003-09-21 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
13891 * src/mcs51/ralloc.c (fillGaps),
13892 * src/ds390/ralloc.c (fillGaps): fixed bug #810093 (yet another
13893 register positioning bug)
13895 2003-09-21 Bernhard Held <bernhard AT bernhardheld.de>
13897 * device/lib/_fsdiv.c: replaced (1<<31) by (1ul<<31)
13899 2003-09-19 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
13901 * src/mcs51/gen.c (loadDptrFromOperand, genFarPointerGet,
13902 genCodePointerGet, genGenPointerGet, genFarPointerSet,
13903 genGenPointerSet): handle AOP_DPTR correctly when loading dptr
13904 (ralloc doesn't intentionally do this now, but perhaps later)
13905 * src/mcs51/ralloc.c (serialRegAssign, fillGaps),
13906 * src/ds390/ralloc.c (serialRegAssign, fillGaps): fixed some
13907 register positioning bugs (Fixed bug #762602 and #795325)
13908 * src/SDCCicode.c (geniCodeDerefPtr): Track output class correctly
13909 (Fixed bug #808779)
13910 * src/z80/gen.c: increased _vemit2's buffer[] to handle long
13911 lines that --i-code-in-asm generates
13913 2003-09-18 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
13915 *link/z80/lklibr.c, as/mcs51/lklibr.c: Fixed Linux segfaults when
13916 trying to fclose a FILE* that was already closed.
13918 2003-09-18 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
13920 * src/SDCCsymt.c (structElemType): fixed bug #808291 (members
13921 of const struct should be treated as if const themselves)
13923 2003-09-18 Bernhard Held <bernhard AT bernhardheld.de>
13925 * src/SDCCval.c (valPlus, valMinus): fixed bug #808337
13927 2003-07-06 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
13929 * support/librarian/sdcclib.c: Generate correct offsets for libraries with
13930 Unix (/n) and DOS (/r/n) line terminations.
13932 2003-09-17 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
13934 * src/SDCCopt.c (cnvFromFloatCast, cnvToFloatCast): fixed
13937 2003-09-16 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
13939 * src/mcs51/gen.c (genFunction, genEndFunction),
13940 * src/ds390/gen.c (genFunction, genEndFunction): Moved save
13941 and restore of EA so that stack offsets to parameters are
13942 correct when using both critical and reentrant/stack-auto.
13943 * src/z80/gen.c (aopOp): removed erroneous assertion about sloc
13944 size (can be triggered in error if sloc is shared between
13945 different sized objects)
13946 * device/include/float.h: fixed macros to explicitly use
13947 unsigned long where needed
13949 2003-09-15 Bernhard Held <bernhard AT bernhardheld.de>
13951 Feature req. 799831: added code to allow nesting of critical functions
13952 * src/mcs51/gen.c (genFunction, genEndFunction)
13953 * src/ds390/gen.c (genFunction, genEndFunction)
13955 2003-09-14 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
13957 * src/SDCCsymt.c (sclsFromPtr),
13959 * src/SDCCast.c (decorateType): fixed bug #462971. Also, better
13960 support for standard C idiom of memory mapped variables; for
13961 example, *((xdata int*)0x1234) = 1 is now internally equivalent
13962 to xdata int at 0x1234 tempvar = 1.
13963 * sim/ucsim/z80.src/inst_xd.cc: fixed bug #805483 with patch
13964 provided by Akiya ISHIDA
13966 2003-09-13 Bernhard Held <bernhard AT bernhardheld.de>
13968 * src/SDCCval.c (cheapestVal): reenabled to reduce int to char
13969 * src/SDCCval.c (constVal): added reduction from int to char
13970 * src/SDCCval.c (valMult, valDiv): fixed sign handling
13971 * src/SDCCval.c (valShift): fixed after change of cheapestVal()
13972 * src/SDCCval.c (valCompare): fixed EQ_OP and NE_OP; they have
13974 * support/regression/tests/shifts.c: fixed
13976 2003-09-13 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
13978 * src/z80/gen.c (genXor): Fixed bug #805445
13980 2003-09-12 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
13982 Fixed bug #621531 (const & volatile confusion in the type chain).
13983 DCL_PTR_CONST, DCL_PTR_VOLATILE, & IS_PTR_CONST now exclusively
13984 refer to the const or volatile state of the pointer itself.
13996 * src/pic16/ralloc.c
13997 * support/regression/tests/const.c
13999 2003-09-10 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
14001 When checking for duplicated modules, use absolute paths
14002 instead of relative paths. Files changed:
14007 2003-09-09 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
14009 * src/SDCCicode.c (geniCodeLogic): fixed bug #797572
14011 2003-09-07 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
14013 * device/include/string.h: added size_t typedef, changed
14014 prototypes to use size_t, eliminated separate reentrant and
14015 non-reentrant declarations, added _memmove declaration
14016 * device/lib/_memcpy.c: changed to use size_t instead of int,
14017 changed /4 to >>2 to avoid division library call
14018 * device/lib/_memcmp.c,
14019 * device/lib/_memset.c,
14020 * device/lib/_strncat.c,
14021 * device/lib/_strncpy.c,
14022 * device/lib/_strncmp.c: changed to use size_t instead of int
14023 * device/lib/_memmove.c: new file (fixed bug #772294)
14024 * device/lib/Makefile.in: added _memmove.c
14025 * device/lib/z80/asm_strings.s: fixed bug #772290
14026 * support/regression/tests/bitfields.c: attempt to fix host assertion
14027 failure on amd64-unknown-linux2.2
14029 2003-09-06 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
14031 * src/z80/gen.c (aopPut, spillPairReg): fixed bug #800998
14032 * src/z80/gen.c (genFunction, genEndFunction): fixed "bug" #774700
14033 * as/z80/asmain.c (main): fixed bug #801766
14035 2003-09-06 Bernhard Held <bernhard AT bernhardheld.de>
14037 * src/SDCCicode.c (ast2iCode): fixed differences in iCode with different
14040 2003-09-05 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
14042 * src/SDCCast.c (isConformingBody): fixed loop reversal bug
14043 reported in bug #800609
14045 2003-09-04 Vangelis Rokas <vrokas AT otenet.gr>
14047 * Top header beautifications in src/pic16 directory:
14048 device.c, device.h, gen.c, gen.h, genarith.c, glue.c, pcode.c,
14049 pcodeflow.c, pcodeflow.h, pcode.h, pcodepeep.c, pcoderegs.c,
14050 pcoderegs.h, ralloc.c, ralloc.h
14051 * main.c: added top header and GPL license notice
14052 * pcode.c: fixed the if-conditional warning
14054 2003-09-04 Bernhard Held <bernhard AT bernhardheld.de>
14056 * device/lib/_mullong.c: replaced int by short for gcc
14058 2003-08-31 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
14060 * src/SDCCpeeph.c (notVolatile, notVolatileVariable): handle IFX
14061 and JUMPTABLE iCodes properly now (worked by accident before)
14062 * src/mcs51/gen.c (leftRightUseAcc),
14063 * src/ds390/gen.c (leftRightUseAcc): handle IFX and JUMPTABLE
14064 iCode properly now. Use getSize instead of nRegs since a & b
14065 aren't part of the nRegs tally.
14067 2003-08-31 Vangelis Rokas <vrokas AT otenet.gr>
14069 * src/pic16/main.c: corrected offsets of interrupt vectors in _pic16_genIVT()
14070 * src/pic16/pcode.c: fix to disable inserting BANKSEL directive
14071 before instructions that use the _STATUS register
14073 2003-08-31 Bernhard Held <bernhard AT bernhardheld.de>
14075 * src/mcs51/gen.c (freeAsmop): fixed off by one in stack offset (AOP_STK)
14076 * src/mcs51/gen.c (genNearPointerSet): added missing opcode for
14077 fetching of the pointer
14078 * src/mcs51/gen.c (genNearPointerGet): added reuse of PREG,
14079 copied from genNearPointerSet()
14080 * src/mcs51/gen.c (genNearPointerGet): don't pop r0/r1, if RESULTONSTACK
14081 * src/mcs51/gen.c: changed order of freeAsmop(left/right/result)-calls.
14082 If they pop r0/r1 they must be called in the opposite order than aopOp().
14083 * device/lib/_mullong.c: fixed for "--model-large --int-long-reent"
14084 (resp. --stack-auto), prepared for --xstack
14086 2003-08-28 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
14088 * doc/sdccman.lyx: reverted tables to those in cvs 1.64
14090 2003-08-28 Bernhard Held <bernhard AT bernhardheld.de>
14092 * device/lib/_startup.c: quick & dirty fix for ds390/ds400;
14093 these ports have their own __sdcc_external_start()
14095 2003-08-26 Bernhard Held <bernhard AT bernhardheld.de>
14097 pic patch provided by Slade Rich <slade_rich AT yahoo.com>
14098 * src/pic/glue.c (pic14printPublics): fixed bug introduced when symbol
14099 type for bits was changed. It resulted in bit variables becoming
14100 global, which is not permitted in PIC 14 assembly output.
14102 2003-08-23 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
14104 * doc/sdccman.lyx: various additions and updates. Rearranged sections
14106 2003-08-22 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
14108 Z80 and MCS51 linkers complaint if a public symbol is defined
14109 in more than one library module:
14113 * as/mcs51/Makefile.in
14115 2003-08-22 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
14117 A few small changes that speed up the peephole optimizer.
14121 2003-08-22 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
14123 Try to make the peephole optimizer smarter by maintaining
14124 an association between the assembly source code and the
14125 iCodes that originated them. Put this information to use
14126 with a new peephole rule condition "notVolatile" so that
14127 the rules can be aggressive yet still safe.
14132 * src/mcs51/peeph.def
14134 2003-08-20 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
14138 * src/mcs51/gen.c (aopForSym, leftRightUseAcc),
14139 * src/ds390/gen.c (aopForSym, leftRightUseAcc): preserve A and B
14140 if the left or right operand symbols have the accuse flag set.
14142 2003-08-20 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
14144 Changed the type of the result of the ! (NOT) operator to char;
14145 previously it returned the same type as the source. This allows
14146 us to eliminate all the genFloatNot functions (all of its target
14147 implementations were very buggy) since !float can use the same
14150 * src/SDCCicode.c (ast2iCode): ! returns char
14151 * src/mcs51/gen.c (genNot, genNotFloat),
14152 * src/ds390/gen.c (genNot, genNotFloat),
14153 * src/z80/gen.c (genNot, genNotFloat),
14154 * src/pic/gen.c (genNot, genNotFloat),
14155 * src/pic16/gen.c (genNot, genNotFloat): eliminated genNotFloat
14157 2003-08-19 Bernhard Held <bernhard AT bernhardheld.de>
14159 pic patch provided by Slade Rich <slade_rich AT yahoo.com>
14160 1. Interrupt would not compile properly. Ensure PCLATH register is saved
14161 during interrupts. Ensure WSAVE is located at a shared bank address.
14162 2. Fixed page selection in some places
14163 3. Fixed BTFSS/C to where necessary use registers directly and not simply
14164 the registers name strings.
14165 4. Fixed "signed / unsigned compare" compiler warnings.
14166 5. The PIC port manages its own allocation of the general purpose
14167 registers, but makes no attempt to reuse them. As a result when
14168 compiling it soon runs out of general purpose registers. Some
14169 additional code was added to the files pcode.c and device.c to walk
14170 through the function call tree and rename the registers so that they
14180 * src/pic/genarith.c: Fixed problems with PIC 14 port in functions
14181 genPlus() & genMinus() when the result is the same as left or right
14183 2003-08-18 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
14185 * src/z80/gen.c (isUnsplitable, fetchPairLong): fixed bug #770454
14187 2003-08-18 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
14189 Made bitfield a distinct type from bit so that bitfields
14190 convert as per ANSI C and bits retain their traditional
14191 boolean style behaviour. Implemented bitfield support in
14199 * src/ds390/gen.c: bit v bitfield split
14200 * src/z80/gen.c: New support for bitfields
14201 * support/regression/tests/bitfields.c: reenabled z80,
14204 2003-08-17 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
14206 Rules 246.x, 247.x relate to bitfields, the others speed up
14207 access to xdata mapped I/O devices.
14209 * src/mcs51/peeph.def: added 26 peepholes 246.x - 248.x, 180.x
14211 2003-08-16 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
14213 Cleaned up genPackBits and genUnpackBits and added two helper
14214 functions, emitPtrByteGet & emitPtrByteSet. Added optimizations
14215 for literal assignments in genPackBits (thanks to Frieder for
14221 2003-08-16 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
14223 Fixed bug #748310 (pointer to function type mishandled when the
14224 function name is omitted). Also fixed a SIGSEGV when a function
14225 attribute (reentrant, etc) is used on a non-function or on a
14226 function but misplaced before the parameter list.
14228 * src/SDCC.y (abstract_declarator, abstract_declaractor2): fixed
14230 * src/SDCC.y (declarator2_function_attributes): avoided SIGSEGV
14231 * support/Util/SDCCerr.h,
14232 * support/Util/SDCCerr.c: Added func attr misuse error msg
14234 2003-08-13 Bernhard Held <bernhard AT bernhardheld.de>
14236 Fixed bug #787649 by anonymous
14237 * src/SDCCglue.c (emitRegularMap): added emission of sloc for func ptr
14238 * src/ds390/gen.c (aopForSym): fixed func ptr in sloc
14240 2003-08-14 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
14242 Fixed numerous bitfield problems.
14244 * src/SDCC.y: More bitfield related error checking
14246 * src/SDCCsymt.c (compStructSize): fixed bitfield offset calc
14247 * support/Util/SDCCerr.h,
14248 * support/Util/SDCCerr.c: Added & edited some bitfield err msgs
14249 * src/mcs51/gen.c (genPackBits, genUnpackBits): fixed mask bugs
14250 * src/ds390/gen.c (genPackBits, genUnpackBits): fixed mask bugs
14251 * support/regression/tests/bitfields.c: tests added
14253 2003-08-13 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
14255 Made the constant following the "interrupt" keyword optional. If
14256 omitted, the function will not automatically be given an entry
14257 in the interrupt vector table (similar to #pragma NOIV, but
14258 less syntacticly kludgy). The interrupt number is also now
14259 range checked. Also fixed a bug in the high order bit example
14266 * support/Util/SDCCerr.c
14267 * support/Util/SDCCerr.h
14270 2003-08-13 Bernhard Held <bernhard AT bernhardheld.de>
14272 * src/SDCCcse.c (algebraicOpts): fix bug converting op from value to type
14273 * src/SDCCicode.c (operandOperation): rewritten some ops
14274 (*, ==, unary_minus) to fix possible overflows and to accord with ANSI
14275 * src/SDCCsymt.c (computeType): literals are handled the same way as any
14277 * src/SDCCval.c (cheapestVal): removed, it doesn't accord with ANSI (can
14278 be re-activated by defining REDUCE_LITERALS)
14279 * src/SDCCval.c (constVal): fixed; hex and octal constants can be
14280 unsigned, but are signed by default
14281 * src/SDCCval.c (constVal): rearranged
14282 * src/SDCCval.c (valMod): preliminary fix
14283 * src/SDCCval.c (valCastLiteral): use TYPE_* types
14284 * support/regression/literalop.c: added, work in progress
14286 2003-08-12 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
14288 Generate warnings for useless declarations like "char data;"
14289 that don't do what new users expect.
14292 * support/Util/SDCCerr.h
14293 * support/Util/SDCCerr.c
14295 2003-08-09 Bernhard Held <bernhard AT bernhardheld.de>
14297 * src/SDCCval.c (valMult): fix overflow detection of negative int
14299 2003-08-07 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
14301 * src/z80/ralloc.c (joinPushes): made compatible with new signedness
14303 Changes to support big endian targets:
14316 2003-08-06 Bernhard Held <bernhard AT bernhardheld.de>
14318 * src/SDCCval.c (cheapestVal): changed behaviour to the same as constVal()
14319 * device/lib/time.c: fixed warning "integer overflow in expression"
14321 2003-08-05 Bernhard Held <bernhard AT bernhardheld.de>
14323 * src/SDCCval.c (cheapestVal, valueFromLit): use TYPE_* types
14324 * src/SDCCval.c (constVal): changed default to signed; hex and octal
14325 constants are unsigned; added recognition of "u" flag for unsigned
14326 * src/SDCCval.c (valMult): fixed signdness, added warning for overflow
14327 * src/SDCCval.c (valDiv, valMod): fixed signdness
14328 * src/SDCCicode.c (operandOperation): fixed critical typo; fixed
14329 signedness of modulo, left and right shift
14330 * support/Util/SDCCerr.c: added warning "integer overflow in expression"
14331 * support/Util/SDCCerr.h: added warning W_INT_OVL
14332 * src/SDCCast.c (decorateType): fixed gcc3.3 warning
14333 * src/SDCCast.c (ast_print): improved output of constants
14335 2003-08-04 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
14337 Fixed some warnings when building with MSVC:
14339 * as/mcs51/asdata.c
14343 * link/z80/aslink.h
14344 * link/z80/lkdata.c
14345 * link/z80/lkeval.c
14350 * support/cpp2/cpplib.c
14354 2003-08-03 Bernhard Held <bernhard AT bernhardheld.de>
14356 * src/SDCCast.c (constExprTree): fix bug #781827 by Carl Worth <cworth AT isi.edu>
14358 2003-08-01 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
14360 * support/librarian/clean.mk: Do not remove Makefile.
14361 * support/librarian/Makefile: added.
14363 2003-08-01 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
14365 Added librarian to MSVC build:
14368 * support/librarian/librarian.dsp
14370 'configure' not needed for librarian, removed:
14371 * support/librarian/configure
14372 * support/librarian/configure.in
14373 * support/librarian/config_in.h
14374 * support/librarian/Makefile.in
14376 Hopefully these ones built the librarian and the rest of sdcc properly:
14378 * Makefile.common.in
14380 Messed up 'configure', so revert to previous version:
14384 2003-07-31 Bernhard Held <bernhard AT bernhardheld.de>
14386 * src/SDCCicode.c (operandOperation): 3. fix, this time for Alpha; ULONG has 64 bits
14387 there, while the mantissa of a double is "only" 53 bits wide.
14389 2003-07-31 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
14391 Adding sdcclib to the build. MSVC project coming soon.
14392 Files added/changed:
14394 * support/librarian/clean.mk
14395 * support/librarian/configure
14396 * support/librarian/configure.in
14397 * support/librarian/config_in.h
14398 * support/librarian/Makefile.bcc
14399 * support/librarian/Makefile.in
14400 * support/librarian/sdcclib.c
14403 * Makefile.common.in
14407 2003-07-29 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
14409 Linker now complaints if linked modules have conflicting options, for
14410 example, one compiled using --model-large and another one compiled with
14411 --model-small. The following files were modified:
14413 * as/mcs51/asdata.c
14414 * as/mcs51/aslink.h
14416 * as/mcs51/asmain.c
14418 * as/mcs51/i51pst.c
14419 * as/mcs51/lkdata.c
14420 * as/mcs51/lklibr.c
14421 * as/mcs51/lkmain.c
14427 * link/z80/aslink.h
14428 * link/z80/lkdata.c
14429 * link/z80/lklibr.c
14430 * link/z80/lkmain.c
14433 2003-07-28 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
14435 *link/z80/aslink.h, link/z80/lklibr.c, as/mcs51/aslink.h,
14436 as/mcs51/lklibr.c: Generate a warning when a library is not found.
14438 2003-07-28 Bernhard Held <bernhard AT bernhardheld.de>
14440 * src/z80/mappings.i: fix _mul[us][int,long] entries
14442 2003-07-26 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
14444 *src/SDCCmain.c: do not search for crt0.o when using --nostdlib
14446 2003-07-24 Bernhard Held <bernhard AT bernhardheld.de>
14448 * src/SDCCicode.c (operandOperation): really fixed problem with bitops
14449 * support/regression/tests/bitopcse.c: added
14457 2003-07-24 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
14459 added support for new library format to z80, gbz80 linkers:
14465 2003-07-24 Bernhard Held <bernhard AT bernhardheld.de>
14467 * src/SDCCicode.c (operandOperation): fixed problem with bitops and 0xffffffff;
14468 after {double d = 0xffffffff; long l = d;} l will be 0x80000000 (LONG_MIN)
14470 2003-07-23 Bernhard Held <bernhard AT bernhardheld.de>
14472 added DUMMY_READ_VOLATILE:
14481 * src/SDCCcse.c (algebraicOpts): many improvements
14482 * src/SDCCcse.h: removed algebraicOpts()
14483 * src/SDCCicode.c (picDummyRead): added
14485 2003-07-23 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
14487 * as/mcs51/lkmem.c: Changed message "Insufficient DRAM memory" to
14488 "Insufficient space in data memory".
14490 2003-07-20 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
14492 * src/mcs51/gen.c: fixed bug #771358
14493 * src/z80/gen.c: fixed bug #759087
14495 2003-07-20 Bernhard Held <bernhard AT bernhardheld.de>
14497 * src/pic16/glue.c: minor cleanup by Vangelis
14499 2003-07-19 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
14501 * device/include/regc515c.h: fixed #758477
14502 * device/lib/_gptrget.c: saving some cycles in generic pointer get
14503 * device/lib/_gptrput.c: saved a few bytes
14504 * my tab spacing is 8, yours too?)
14505 * device/lib/_ser.c: process RX bytes earlier than TX bytes
14506 * device/lib/serial.c: process RX bytes earlier than TX bytes
14507 * src/mcs51/gen.c(genGenPointerGet/Set): removed writing of type after postincrement
14509 2003-07-18 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
14511 * src/z80/gen.c: fixed some right shift bugs (#772726 among them)
14513 2003-07-17 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
14515 * link/z80/lklibr.c: fixed bug when there is a '.' in a library path.
14517 2003-07-17 Bernhard Held <bernhard AT bernhardheld.de>
14519 * device/lib/Makefile.in: bad fix, reverted to 1.43
14521 2003-07-16 Bernhard Held <bernhard AT bernhardheld.de>
14523 * device/lib/Makefile.in: added missing z80 object files
14525 2003-07-14 Bernhard Held <bernhard AT bernhardheld.de>
14527 * src/SDCCcse.c (algebraicOpts): CSE fun with &|^ and 0x00/0xff literals
14528 pic16 progress by Vangelis:
14531 * src/pic/Makefile:
14538 * pic16/genarith.c:
14543 * pic16/pcodepeep.c:
14546 2003-07-13 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
14548 * src/SDCCmain.c, src/SDCCglobl.h: added option --no-std-crt0
14550 2003-07-12 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
14552 * sdcc.dsw, all.dsp, link/z80/linkgbz80.dsp, as/z80/as-gbz80.dsp:
14553 added gbz80 build to MSVC project.
14554 * src/SDCCmain.c, src/SDCCglue.c, src/z80/main.c, src/z80/z80.dsp,
14555 link/z80/aslink.h, linkz80.dsp: cleaned up z80 and gbz80 asm files
14556 from 8051 stuff and setup so it links using a .lnk file.
14558 2003-07-06 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
14560 * support/librarian/sdcclib.c: sdcc librarian.
14561 * as/mcs51/aslink.h, as/mcs51/lklib.c: Support for libraries created
14564 2003-07-03 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
14566 * as/mcs51/lkmain.c: properly handle extensions in function afile.
14568 2003-07-02 Borut Razem <borut.razem AT siol.net>
14570 * src/port.h, src/SDCCmain.c, src/pic/glue.h, src/pic/main.c,
14571 src/pic16/glue.h, sdcc/src/pic16/main.c, src/izt/i186.c,
14572 src/izt/tlcs900h.c, src/avr/main.c, src/ds390/main.c, src/mcs51/main.c,
14573 src/xa51/main.c, src/z80/main.c:
14574 virtualization of glue() function: each port has it's own glue function,
14575 which is accessed by do_glue function pointer in PORT.general structure
14577 2003-07-01 Kevin Vigor <kevin AT vigor.nu>
14579 * DS800C400 fun, improved ROM interface and tinibios.
14581 2003-06-27 Kevin Vigor <kevin AT vigor.nu>
14583 * More support for DS80C400. Now includes beginning of interface to ROM.
14585 2003-06-25 Bernhard Held <bernhard AT bernhardheld.de>
14587 * src/mcs51/gen.c (gencjneshort): fixed bug #760345
14589 2003-06-20 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
14591 * as/mcs51/lkaomf51.c: Make sure the size of the last procedure is correct.
14593 2003-06-19 Borut Razem <borut.razem AT siol.net>
14595 * src/z80/main.c: fixed Z80 port again: missing -k library paths in linker command line
14597 2003-06-19 Borut Razem <borut.razem AT siol.net>
14599 * src/SDCCutil.h, src/SDCCutil.c, src/SDCCglobl.h, src/SDCCmain.c, src/z80/main.c:
14600 fixed Z80 port - crt0.o: cannot open.
14602 2003-06-19 Bernhard Held <bernhard AT bernhardheld.de>
14604 * support/Util/MySystem.c (merge_command): revert bad fix
14606 2003-06-18 Borut Razem <borut.razem AT siol.net>
14608 * src/SDCC.lex, src/SDCCmain.c: fixed some warnings, introduced with changes made 15.06.1003
14610 2003-06-18 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
14612 * src/SDCCglobl.h, src/SDCCmain.c, doc/sdccman.lyx:
14613 option --use-stdout sends errors to stdout instead of stderr.
14615 2003-06-18 Bernhard Held <bernhard AT bernhardheld.de>
14617 * support/Util/MySystem.c (merge_command): quick fix for Linux segfault with \"cmd\" arg
14619 2003-06-15 Borut Razem <borut.razem AT siol.net>
14621 * support/cpp2/sdcc.h: HAVE_DOS_BASED_FILE_SYSTEM defined for _WIN32
14622 * src/SDCC.lex: cloneXxx and copyAndFreeXxx functions for options and optimize stack handling
14623 * src/SDCCglobl.h, src/SDCCmain.c, src/ds390/main.c, src/mcs51/main.c, src/z80/main.c:
14624 fixed width array of pointers replaced with sets;
14625 multiple include and lib paths ared transferred to preprocessor and linker
14626 * src/SDCCset.c, src/SDCCset.h: added function setFromSetNonRev() and mergeSets()
14627 * src/SDCCsymt.c: reimplemented function inCalleeSaveList() by using sets instead
14628 fixed width array of pointers
14629 * src/SDCCutil.c, src/SDCCutil.h: added functions fputStrSet(), appendStrSet(), joinStrSet();
14630 removed functions addToList(), join(), joinn(), pathCharsEquivalent(), pathCharTransform(),
14631 fixupPath(), getPathDifference()
14632 * src/ds390/gen.c, src/mcs51/gen.c: reimplemented function inExcludeList() by using sets instead
14633 fixed width array of pointers
14635 2003-06-11 Bernhard Held <bernhard AT bernhardheld.de>
14637 * src/pic16/ralloc.c: fix warnings
14638 * src/pic16/pcode.c: fix warning
14640 2003-06-10 Scott Dattalo <scott AT dattalo.com>
14642 Scott D. for Vangelis Rokas (vrokas AT otenet.gr). I (scott) don't
14643 know all the details, but essentially this set of changes enable
14644 the pic16 port to generate movff instructions and generate assembler
14648 * src/pic16/glue.c:
14649 * src/pic16/pcode.c:
14650 * src/pic16/device.c:
14651 * src/pic16/main.c:
14652 * src/pic16/pcode.h:
14653 * src/pic16/pcoderegs.c:
14654 * src/pic16/ralloc.c:
14655 * src/pic16/ralloc.h:
14657 2003-06-08 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
14659 * support/Util/SDCCerr.c, src/SDCCglobl.h, src/SDCCmain.c, doc/sdccman.lyx:
14660 added option --vc, so sdcc errors and warnings are compatible with
14661 Microsoft Visual Studio.
14663 2003-06-07 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
14665 * device/lib/_atof.c, device/lib/Makefile.in, device/include/stdlib.h,
14666 device/lib/libfloat.lib: added atof function.
14668 2003-06-04 Bernhard Held <bernhard AT bernhardheld.de>
14670 * doc/sdccman.lyx: updated to Lyx 1.3
14671 * doc/cdbfileformat.lyx: updated to Lyx 1.3
14672 * doc/test_suite_spec.lyx: updated to Lyx 1.3
14673 * doc/Makefile: added fix for the \tabularnewline problem, thanks to Jesus
14675 2003-06-03 Bernhard Held <bernhard AT bernhardheld.de>
14677 * src/SDCCpeeph.c: separate peepRules2pCode() for pic16 by "Vangelis Rokas" <vrokas AT otenet.gr>
14679 2003-06-02 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
14681 * doc/sdccman.lyx: cvs revision keywords, passing pdf information in latex preamble,
14682 additions to the "related tools/documentation" section
14684 2003-06-02 Bernhard Held <bernhard AT bernhardheld.de>
14686 * src/SDCCglue.c (tempfileandname): added check for missing TMP/TEMP/TMPDIR variable
14688 2003-05-29 Bernhard Held <bernhard AT bernhardheld.de>
14690 * src/pic/device.c: added 16F819, patch by "David I. Lehn" <dlehn AT vt.edu>
14691 * src/SDCCcse.c (algebraicOpts): fixed "c * 1"
14693 2003-05-28 Bernhard Held <bernhard AT bernhardheld.de>
14695 * doc/sdccman.lyx: fix double dash and other minor things
14696 * doc/Makefile: fix double dash
14698 2003-05-28 Karl Bongers(patches from Martin Helmling)
14699 * debugger/mcs51/sdcdb.c,cmd.c,break.c and .h files. Martin adds
14700 condition and ignore commands.
14702 2003-05-28 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
14704 * doc/sdccman.lyx: Changes all over, index improved, smaller margins. The manual
14705 is in parts still quite out of date, I did changes as far as I felt makes sense
14706 for a non-native english speaker.
14707 Please feel free to add to the manual or to correct my changes.
14708 * doc/Makefile: undid touching the date of intermediate tex files.
14710 2003-05-26 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
14712 * doc/sdccman.lyx: Manual has an index now
14714 2003-05-25 Bernhard Held <bernhard AT bernhardheld.de>
14716 Finalize muluint/mulsint and mululong/mulslong merging:
14717 * device/lib/_mulint.c
14718 * device/lib/_mullong.c
14719 * device/lib/gbz80/mul.s
14720 * device/lib/gbz80/stubs.s
14721 * device/lib/z80/mul.s
14722 * device/lib/z80/stubs.s
14723 * src/SDCCsymt.c (initCSupport)
14725 2003-05-25 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
14727 * as/mcs51/lkaomf51.c: Address space 'z' was missing.
14728 * src/avr/avr.dsp, src/ds390/ds390.dsp, src/mcs51/mcs51.dsp,
14729 src/pic/pic.dsp, src/pic16/pic16.dsp, src/xa51/xa51.dsp,
14730 src/x80/z80.dsp: peep.rul is bigger now, so /Zm1000 is used
14733 2003-05-25 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
14735 * src/mcs51/peeph.def: added rules 244.x, 245.x. Although they pass
14736 the regression tests I'm not brave enough to enable 245.b, 245.c
14737 * doc/sdccman.lyx: added latex preamble for hyperref package.
14738 Using pdflatex this will give you a hyperlinked pdf file with
14739 bookmarks. (prepend '%' before /usepackage if this breaks something)
14741 2003-05-24 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
14743 * doc/sdccman.lyx: updated information about .adb files (fixed bug 742649)
14745 2003-05-22 Bernhard Held <bernhard AT bernhardheld.de>
14747 * src/pic16/pcode.c (pic16_get_op_from_instruction): fixed a gcc 3.x warning
14749 2003-05-21 <johan AT balder>
14751 * src/SDCCglue.c (printIval): fixed bug #739934
14753 2003-05-19 Bernhard Held <bernhard AT bernhardheld.de>
14755 Applied patch from bug 737905 (renamed yylineo to mylineno):
14762 * src/pic16/pcode.c: Cleaned warnings
14763 * src/pic16/pcodeflow.c: Cleaned warnings
14764 * src/pic16/pcoderegs.c: Cleaned warnings
14766 2003-05-19 Scott Dattalo <scott AT dattalo.com>
14768 * src/pic16/pcode.c: Cleaned warnings
14769 * src/pic16/pcodepeep.c: Cleaned warnings
14770 * src/pic16/ralloc.c: Cleaned warnings
14772 2003-05-19 Bernhard Held <bernhard AT bernhardheld.de>
14774 * doc/sdccman.lyx: fixed bug 739745
14775 * src/pic16/pcode.c (pic16_get_op): fixed warning on alpha
14777 2003-05-18 Bernhard Held <bernhard AT bernhardheld.de>
14779 * src/port.h: removed DEFAULT_PORT, it's not yet pic16 ;-)
14780 it can be defined with CFLAGS when running configure
14781 * src/SDCCmain.c: fixed compiling + linking with object files
14783 2003-05-18 Vangelis Rokas (vrokas AT otenet.gr)
14785 * configure.in: configure for pic16 port,
14786 added --disable-pic16-port
14787 * sdccconf_in.h: added macro OPT_DISABLE_PIC16
14788 * src/SDCCmain.c: linkOptions is changed to set *,
14789 added if/endif conditional macros to remove options help
14790 messages from optionsTable when a port is not configured, added
14791 support for the PIc16 port in the ports table, when executing
14792 the compiler with no port specified on command line, a default
14793 port is selected with the new macro DEFAULT_PORT which is
14794 defined in port.h, in setDefaultOptions() linkOptions is removed
14795 from initialization assignment, since now it is a set,
14796 parseCmdLine uses setParseWithComma for linkOptions, in
14797 linkEdit() linkOptions are accessed with new function indexSet()
14798 which returns the i'th item of a set variable. See SDCCset.c, in
14799 linkEdit() when calling buildCmdLine(), added linkOptions as
14800 last argument. Now users can pass arguments to gplink via the
14801 -Wl option, main() uses pic16glue() to glue up pic16 programs
14802 * src/SDCCpeeph.c: various changes to support pic16
14803 * src/SDCCset.c: added function void *indexSet(set *, int) to
14804 return the i'th item of the set
14805 * src/SDCCset.h: added function prototype for indexSet()
14806 * src/SDCCsymt.c: in checkSClass(), added support for PIC16
14807 * src/clean.mk: added pic16 in CLEANALLPORTS variable
14808 * src/port.h: added TARGET_ID_PIC16,TARGET_IS_PIC16 macro,
14809 added macro DEFAULT_PORT
14810 * src/pic/main.c: corrected arguments of gplnk in _linkCmd
14811 * src/pic16/gen.c: bug fix in genCpl(), now the correct code is
14813 * src/pic16/glue.c: commented out some error producing lines
14814 * src/pic16/main.c: __config directives are commented out to stop
14815 gpasm complaining and test the linkage with gplink, _linkCmd and
14816 _asmCmd changed to be more gplink and gpasm friendly
14817 * src/pic16/peeph.def: peep rule 3 is commented out, since it
14818 produced an error when parsed, peep rule 12 is added to utilize
14819 movff, but it is commented out since the pCode does not support
14820 yet a command with 2 address arguments
14822 2003-05-18 <johan AT balder>
14824 * src/ds390/gen.c (genArrayInit): removed obsolete and buggy ARRAYINIT
14825 * src/ds390/main.c (genArrayInit): removed obsolete and buggy ARRAYINIT
14826 2003-05-17 Karl Bongers(apply patches from Martin Helmling)
14828 * debugger/mcs51/sdcdb.c,cmd.c,break.c and .h files.
14829 Added feature to script commands from file.
14831 2003-05-14 Bernhard Held <bernhard AT bernhardheld.de>
14833 * device/lib/_strtok.c: fixed bug #734355 by Lenny Story and Tim Woodall
14834 * src/SDCCutil.c: include ctype.h for win32
14836 2003-05-13 Bernhard Held <bernhard AT bernhardheld.de>
14838 * src/pic16/*: removed CR from many files, reported by Vangelis Rokas
14840 2003-05-12 Karl Bongers(apply development patches from Martin Helmling)
14842 * debugger/mcs51/sdcdb.c,simi.c,cmd.c,break.c and .h files.
14843 Fixed so you can set breakpoints prior to run, run does not stop
14844 on entry now. Add tbreak. Other enhancements and fixes for use
14847 2003-05-12 Borut Razem <borut.razem AT siol.net>
14849 * src/SDCCmain.c: fixed the problem with searching the DATADIR as the last resort on *nix
14851 2003-05-11 Borut Razem <borut.razem AT siol.net>
14853 * src/SDCCutil.c: WIN32 version of getBinPath() calls GetModuleFileName() to determine
14854 the path of bin directory, so that PATH is the only env. variable, which has to be set
14855 in case of standard installation.
14856 * src/ds390/ds390.dsp: increased value of /Zm option to 1000
14857 * src/pic/main.c: add quotes to file name parameters for gplink and gpasm
14858 * src/SDCCglobl.h, src/SDCCmain.c, doc/sdccman.lyx: added --print-search-dirs command line option
14860 2003-05-04 Bernhard Held <bernhard AT bernhardheld.de>
14862 * src/SDCCmain.c (linkEdit): fixed buffer overflow for gbz80
14863 * support/regression/Makefile: inter-port-clean is no longer nesessary, the
14864 temp files are in the port dir; clean the gen/test directory when
14865 generating new test.c
14866 * support/regression/ports/host/spec.mk: defined OBJEXT for target clean
14867 * support/regression/tests/vaargs.c: fixed gcc 3.3 warning
14868 * support/regression/tests/zeropad.c: added
14870 2003-05-09 <johan AT balder>
14872 * src/SDCCglue.c: fixed bug #597940
14874 2003-05-05 Karl Bongers(apply patches from Martin Helmling)
14876 * debugger/mcs51/sdcdb.c,simi.c,cmd.c,symtab.c and .h files.
14877 cache sfr, optimize next,step, fix off by one sourceline,
14878 support ddd list function.
14879 * sim/ucsim/cmd.src/newcmd.cc - small fix for sdcdb use.
14881 2003-05-04 Bernhard Held <bernhard AT bernhardheld.de>
14883 * support/regression/HTMLgen.py: added compare_s2f()
14884 * support/regression/Makefile: redo 1.27
14885 * support/regression/generate-cases.py: redo 1.5
14887 2003-04-30 Bernhard Held <bernhard AT bernhardheld.de>
14889 * support/regression/tests/float.c: workaround 33 bit hex constant
14890 * support/regression/tests/simplefloat.c: fix division for host
14892 2003-04-29 Scott Dattalo <scott AT dattalo.com>
14894 * src/pic/pcoderegs.c Applied patch from Jim Hawkridge <jim AT jimhawkridge.uk.eu.org>
14895 that tame's the PIC's over-aggressive optimizer.
14897 2003-04-29 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
14899 * src.dsw, link/z80/aslink.h, link/z80/linkz80.dsp: z80 linker
14902 2003-04-29 Kevin Vigor <kevin AT vigor.nu>
14904 Initial support for DS80C400. "Hello world" runs on TINIm400
14907 2003-04-28 Karl Bongers(apply patches for Martin Helmling)
14909 * debugger/mcs51/sdcdb.c,simi.c,cmd.c,symtab.c and .h files.
14910 * Some notes on ddd usage added in debugger/README
14911 Martin Helmling adding more features and fixes for ddd GUI debugger.
14912 Code added for nexti, stepi, up, down, and other adjustments.
14914 2003-04-28 Scott Dattalo <scott AT DATTALO.COM>
14916 * src/pic/pCodepeep.c non-wildcard asmops are now handled
14917 * src/pic/peeph.def Added two rules to optimize carry manipulation
14918 * src/pic/* removed debug printfs
14920 2003-04-28 Bernhard Held <bernhard AT bernhardheld.de>
14922 * debugger/mcs51/cmd.c: added header newalloc.h
14924 2003-04-26 Bernhard Held <bernhard AT bernhardheld.de>
14926 * as/Makefile: new EXEEXT
14927 * as/z80/Makefile: remove trailing slash of BUILDIR
14928 * as/z80/clean.mk: new EXEEXT
14929 * Makefile.common.in: add to CFLAGS (and others), don't replace it
14930 * support/cpp2/Makefile.in: new EXEEXT
14931 * src/pic/glue.c (pic14emitRegularMap): fixed warning
14933 2003-04-24 Bernhard Held <bernhard AT bernhardheld.de>
14935 Cygwin's gcc always appends .exe: 'gcc -o a a.c' creates a.exe;
14936 EXEEXT was introduced to fix all related problems with targets
14937 "clean", "install" and "uninstall"; a couple of further flaws
14938 especially with "clean" have been fixed too
14939 * as/mcs51/Makefile.in
14940 * as/mcs51/clean.mk
14944 * debugger/mcs51/Makefile.in
14945 * debugger/mcs51/clean.mk
14946 * link/z80/Makefile
14947 * link/z80/Makefile.in
14948 * link/z80/clean.mk
14950 * packihx/Makefile.in
14952 * sim/ucsim/Makefile
14953 * sim/ucsim/clean.mk
14954 * sim/ucsim/avr.src/Makefile.in
14955 * sim/ucsim/avr.src/clean.mk
14956 * sim/ucsim/s51.src/Makefile.in
14957 * sim/ucsim/s51.src/clean.mk
14958 * sim/ucsim/xa.src/Makefile.in
14959 * sim/ucsim/xa.src/clean.mk
14960 * sim/ucsim/z80.src/Makefile.in
14961 * sim/ucsim/z80.src/clean.mk
14962 * sim/ucsim/main_in.mk
14963 * sim/ucsim/packages_in.mk
14964 * sim/ucsim/gui.src/Makefile.in
14965 * sim/ucsim/gui.src/serio.src/Makefile.in
14966 * sim/ucsim/gui.src/serio.src/clean.mk
14969 * support/cpp2/Makefile.in
14970 * support/cpp2/clean.mk
14971 * support/makebin/Makefile
14972 * support/makebin/clean.mk
14973 * support/scripts/sdcc_mingw32: --program-suffix no longer needed
14974 * doc/sdccman.lyx: --program-suffix no longer needed
14976 2003-04-23 Karl Bongers(apply patches for Martin Helmling)
14978 * debugger/mcs51/sdcdb.c,simi.c,cmd.c,..
14979 Martin Helmling added support for ddd GUI debugger.
14980 Code added to display assembly, set variables, and other commands
14981 to interface to ddd.
14983 2003-04-23 Bernhard Held <bernhard AT bernhardheld.de>
14985 * as/Makefile: fix target clean
14986 * as/clean.mk: fix target clean
14987 * as/z80/clean.mk: fix target clean
14989 2003-04-22 Bernhard Held <bernhard AT bernhardheld.de>
14991 * Makefile.common.in: added AT EXEEXT AT
14992 * configure.in: removed all mingw32 stuff
14993 * configure: rebuilt from configure.in
14994 * doc/sdccman.lyx: updated section "installation"
14995 * support/scripts/sdcc_mingw32: adapted to configure
14996 * support/scripts/sdcc_cygwin_mingw32: added
14998 2003-04-22 Scott Dattalo <scott AT dattalo.com>
15000 * src/pic Added object file support for the PIC port
15001 * src/pic Applied patch from Craig Franklin (this started the object file support)
15002 * src/regression Updated the PIC regression tests for object files
15004 2003-04-20 Borut Razem <borut.razem AT siol.net>
15006 * sdcc/as/mcs51/lklex.c: make getfid() more robust and fixed gcc warning:
15007 lklex.c: In function `getfid':
15008 lklex.c:203: warning: array subscript has type `char'
15009 * src/SDCCglobl.h: small change in stack handling macros, to avoid crash when compiled
15010 with MSVC with global optimization enabled (probably an cl compiler bug ;-)
15011 * support/Util/SDCCerr.c, support/Util/SDCCerr.h: added function fatal(), called from
15012 stack handling macros
15014 2003-04-19 Borut Razem <borut.razem AT siol.net>
15016 * "handling space characters in file path" task:
15017 * src/SDCCmacro.c: fixed bug in handlig quote at the end of line
15018 * support/Util/BuildCmd.c: define par as NULL if parameter value is invalid
15019 * support/Util/MySystem.h: make it self-sufficient
15020 * src/avr/main.c, src/ds390/main.c, src/mcs51/main.c, src/pic/main.c, src/xa51/main.c,
15021 src/z80/main.c, sdcc/as/mcs51/lklex.c:
15022 handling space characters in file path
15023 * src/SDCCmain.c: introduced setDataPaths() function, {datadir} macro
15024 (it will be used by assemblers, which have their own includes, e.g. gpasm)
15025 * support/Util/MySystem.c: handling space characters in executable's path
15027 2003-04-19 Bernhard Held <bernhard AT bernhardheld.de>
15029 * as/z80/Makefile: fix permanent rebuild of z80
15030 * sim/ucsim/gui.src/Makefile.in: target "install" builds the same packages as target "all"
15031 * support/regression/tests/bitfields.c: added Johan's bitfields.c
15033 2003-04-18 Kevin Vigor <kevin AT vigor.nu>
15035 * src/SDCCopt.c: add special case optimization to replace modulo by
15036 a power of two with a bitwise AND.
15038 2003-04-18 <johan AT balder>
15040 * src/mcs51/gen.c (getFreePtr): fixed bug #635354
15042 2003-04-17 <johan AT balder>
15044 * src/mcs51/ralloc.c (packRegsForAssign): fixed bug #716790 and removes lot's of redundant register usage around function calls
15045 * src/mcs51/ralloc.c (packRegisters): fixed bug #720667
15047 2003-04-13 Borut Razem <borut.razem AT siol.net>
15049 * doc/sdccman.lyx: updated info about #pragma SAVE/RESTORE nesting
15050 * configure.in, configure: fixed problems on cygwin/WinCVS environmet with ports.* line endings;
15051 fixed mingw problem in adl_NORMALIZE_PATH
15053 2003-04-12 Borut Razem <borut.razem AT siol.net>
15055 * fixed "#pragma SAVE/RESTORE can not be nested":
15056 * src/SDCC.lex: reworked pragma handling functions
15057 * sdcc/src/SDCCglobl.h: reworked stack handling macros
15058 * support/Util/SDCCerr.c, support/Util/SDCCerr.h: added E_STACK_VIOLATION error
15060 2003-04-12 Bernhard Held <bernhard AT bernhardheld.de>
15062 * src/SDCCutil.c (pathEquivalent): defined but not used
15063 * debugger/mcs51/sdcdb.c: replace SDCC_LIB_DIR
15064 * configure.in: remove sdcc_datadir, sdcc_lib_dir and sdcc_include_dir
15065 * configure: rebuilt from configure.in
15066 * sdccconf_in.h: remove SDCC_LIB_DIR and SDCC_INCLUDE_DIR
15067 * sdcc_vc_in.h: remove SDCC_LIB_DIR and SDCC_INCLUDE_DIR
15068 * device/include/Makefile.in: replace sdcc_datadir
15069 * device/lib/Makefile.in: replace sdcc_datadir
15070 * Makefile.common.in: add LDFLAGS from configure
15071 * packihx/Makefile.in: use LDFLAGS
15072 * src/Makefile.in: use LDFLAGS
15073 * support/cpp2/Makefile.in: add LDFLAGS from configure
15074 * support/makebin/Makefile: use LDFLAGS
15075 * .version: bumped version number to 2.3.5
15077 2003-04-12 Borut Razem <borut.razem AT siol.net>
15079 * completed "different paths" task:
15080 * src/SDCCmacro.c: fixed bug in handling quotes
15081 * src/SDCCutil.c, src/SDCCutil.c: rewritten getPrefixFromBinPath()
15082 * src/SDCCmain.c: _discoverPaths() replaced with setBinPaths(), setIncludePath() and setLibPath()
15084 2003-04-12 Bernhard Held <bernhard AT bernhardheld.de>
15086 * src/pic/pcoderegs.c (Remove1pcode): fix warning on alpha
15088 2003-04-11 kevin Vigor <kevin AT vigor.nu>
15090 * ds390/gen.c ds390/peeph.def: fix bug 706781
15092 2003-04-11 Borut Razem <borut.razem AT siol.net>
15094 * support/Util/dbuf.c, support/Util/dbuf.h: update to version 1.1.1 - re-added C++ stuff to make it still more portable
15096 2003-04-10 Scott Dattalo <scott AT dattalo.com>
15098 * src/pic/* Applied the pointer-to-function patch from Steve Tell.
15099 * src/pic/* Fixed several pointer bugs. (PIC port broke when the ruonly bit was
15100 set - this bit used to not be set...).
15101 * src/pic/gen.c Fixed buf 609268 ==> x = (x+1) & 0xf; generated
15102 bad code in PIC Port
15103 * src/regression/and2.c added to test bug 609268
15104 * src/regression/Makefile added and2.c to regression test
15107 2003-04-08 <johan AT CP255758-A>
15109 * src/mcs51/gen.c (gen51Code): display reg usage in --icode-in-asm
15110 * src/mcs51/ralloc.c (serialRegAssign): update the registers in use and save some slocs
15111 * src/SDCCicode.h: added riu to show the register usage in --icode-in-asm
15113 2003-04-07 Bernhard Held <bernhard AT bernhardheld.de>
15115 * configure.in: fully support prefix, exec_prefix, datadir, docdir;
15117 * support/cpp2/Makefile.in: fix bug #487815
15118 * configure: rebuilt from configure.in
15119 * Makefile.common.in: docdir changed, new path suffixes
15120 * sdccconf_in.h: new RETSIGTYPE, and other PATHs
15121 * sdcc_vc_in.h: reflect changes from sdccconf.h
15122 * src/SDCCglobl.h: remove *SEPARATOR_CHARS, they are now in sdccconf.h
15123 * src/SDCCutil.h: remove BINDIR hack
15124 * doc/sdccman.lyx: update new path hierarchy
15126 2003-04-06 Paul Stoffregen <paul AT pjrc.com>
15128 * src/SDCCpeeph.c: added okToRemoveSLOC test
15130 2003-04-06 Paul Stoffregen <paul AT pjrc.com>
15132 * device/lib/printf_fast.c: added leading zero format ("%06d", etc)
15134 2003-04-06 Paul Stoffregen <paul AT pjrc.com>
15136 * src/SDCCpeeph.c: added labelIsReturnOnly test
15137 * src/mcs51/peeph.def: Peephole 244: replace ljmp to ret with ret
15139 2003-04-05 <johan AT balder>
15141 * src/SDCCcse.c (cseAllBlocks): fixed bug #460088
15142 * src/SDCCloop.c (DEFSETFUNC): fixed bug #460088
15143 * src/SDCCopt.c (eBBlockFromiCode): fixed bug #460088
15144 * src/SDCCast.c: fixed a warning
15145 * src/SDCCast.h: fixed a warning
15146 * src/SDCCicode.c (operandFromAst): fixed a warning
15148 2003-04-04 <johan AT balder>
15150 * src/SDCCloop.c (DEFSETFUNC): undid the fix for bug #519584
15151 * src/SDCCast.c (decorateType): fixed bug #715076
15152 * src/SDCC.y: fixed bug #702907
15154 2003-04-03 <johan AT balder>
15156 * device/lib/_mulint.c (_muluint): new #pragma LESS_PEDANTIC
15157 * src/SDCCopt.c (eBBlockFromiCode): new #pragma LESS_PEDANTIC
15158 * src/SDCCglobl.h (PRAGMA_LESSPEDANTIC): new #pragma LESS_PEDANTIC
15159 * src/SDCC.lex (doPragma): new #pragma LESS_PEDANTIC
15160 * src/SDCCmain.c (parseCmdLine): new #pragma LESS_PEDANTIC
15162 2003-04-03 Bernhard Held <bernhard AT bernhardheld.de>
15164 * _decdptr.c: fix return values
15165 * _gptrget.c: fix return values
15166 * _gptrgetc.c: fix return values
15167 * _gptrput.c: fix return values
15168 * _mulint.c: fix return values
15169 * as/z80/Makefile: fix 'make -j' problem
15171 2003-04-02 Bernhard Held <bernhard AT bernhardheld.de>
15173 * Makefile.common.in: unused PORT, SCC and SAS removed, fixed docdir
15174 * configure.in: big cleanup, updated to autoconf 2.5x
15175 * configure: rebuilt from configure.in
15176 * sdccconf_in.h: new RETSIGTYPE, and other PATHs
15177 * sdcc_vc_in.h: reflect changes from sdccconf.h
15178 * doc/Makefile: fixed a flaw in "make install"
15180 2003-04-02 <johan AT balder>
15182 * src/ds390/gen.c (genCmp): no comments
15183 * src/mcs51/gen.c (genCmp): no comments
15184 * src/SDCCopt.c (eBBlockFromiCode): detect missing return values
15185 * src/SDCCast.c (ast_print): fixed the function type in --dumptree
15187 2003-04-01 Bernhard Held <bernhard AT bernhardheld.de>
15189 * support/regression/generate-cases.py: place generated file in given sub directory
15190 * support/regression/ports/host/spec.mk: prevent removal of testfwk.o
15191 * support/regression/Makefile: improvements for 'make -j';
15192 side effect: it's simpler and faster now
15194 2003-03-31 Borut Razem <borut.razem AT siol.net>
15196 * src/z80/main.c: link-{port} and as-{port} defined without path
15197 * src/src.dsp: support/Util/MySystem.h and src/SDCCutil.h added to project
15199 2003-03-31 Bernhard Held <bernhard AT bernhardheld.de>
15201 * Makefile, src/Makefile.in: add dependencies, so that 'make -j' works
15203 2003-03-30 Borut Razem <borut.razem AT siol.net>
15205 * support/Util/BuildCmd.c, support/Util/BuildCmd.h: rewrite buildCmdLine(),
15206 changed type of list parameter to set
15207 * src/ds390/main.c: changed type of parameter asmOptions to set in _tininative_do_assemble()
15208 * src/port.h: changed type of do_assemble() parameter to set
15209 * src/SDCCmain.c: type of asmOptions changed to set, introduced setParseWithComma(),
15210 sdcpp defined without path, removed variable VersionString, introduced set binPathSet,
15211 definition of "cppoutfilename" macro with NULL value in preProcess()
15212 * src/SDCCglobl.h: included "SDCCset.h", added declaration of setParseWithComma()
15213 * src/SDCCglue.c: removed variable VersionString, inroduced spacesToUnderscores()
15214 * support/Util/MySystem.c, support/Util/MySystem.h: rewrite, char *ExePathList[]
15215 replaced with set *binPathSet
15216 * shash_add() deallocates the item, if allready exsists, before adding the new one
15217 * src/SDCCmacro.c: handling macros with empty or NULL values in _evalMacros()
15219 2003-03-30 Scott Dattalo <scott AT dattalo.com>
15221 * src/pic/gen.c: Commit patch from Steve Tell <tell AT telltronics.org> that fixes
15222 a nested for loop bug in the PIC port
15223 * src/regression/nestfor.c: new regression test file Steve wrote to test nested
15226 2003-03-29 Bernhard Held <bernhard AT bernhardheld.de>
15228 * support/Util/dbuf.h: remove C++ stuff to make it portable
15230 2003-03-28 Borut Razem <borut.razem AT siol.net>
15232 * src/SDCC.lex: Fix for bug #711240: dynamic buffer handling of C
15233 literal strings in stringLiteral()
15234 * support/Util/dbuf.c, support/Util/dbuf.h: added: dynamic buffer handling
15235 * src/Makefile.bcc, src/Makefile.in, src/src.dsp: added support/Util/dbuf.c
15238 2003-03-27 Paul Stoffregen <paul AT pjrc.com>
15240 * src/SDCCpeeph.c (pcDistance): accurate byte distance for mcs51
15242 2003-03-26 <johan AT balder>
15244 * src/mcs51/gen.c (saveRegisters): catched symbol abuse
15245 * src/ds390/gen.c (saveRegisters): catched symbol abuse
15246 * src/SDCCast.c (decorateType): fixed " -v < 3"
15248 2003-03-23 Bernhard Held <bernhard AT bernhardheld.de>
15250 * doc/cdbfile.html: removed, replaced by cdbfileformat.lyx
15251 Added Lenny Story's debug infrastructure changes:
15252 * src/Makefile.in: added new files cdbFile.c and SDCCdebug.c
15253 * src/Makefile.bcc: added new files cdbFile.c and SDCCdebug.c
15254 * src/cdbFile.c: added
15255 * src/SDCCdebug.c: added
15256 * src/SDCCdebug.h: added
15257 * src/SDCCast.c (createFunction)
15258 * src/SDCCglue.c (emitRegularMap, emitStaticSeg, emitOverlay, glue)
15259 * src/SDCCmain.c (parseCmdLine, main)
15260 * src/SDCCmem.c (redoStackOffsets)
15261 * src/SDCCsymt.c (cdbStructBlock, cdbTypeInfo, cdbSymbol, cdbStruct, cdbStructBlock)
15264 * src/avr/gen.c (genAVRCode)
15265 * src/ds390/gen.c (gen390Code)
15266 * src/mcs51/gen.c (gen51Code)
15267 * src/pic/gen.c (genpic14Code)
15268 * src/pic/glue.c (pic14emitRegularMap, pic14emitStaticSeg, pic14emitOverlay, picglue)
15269 * src/xa51/gen.c (genXA51Code)
15270 * src/SDCCast.c: fixed "void foo(void){char c; -c < 0;}"
15272 2003-03-22 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
15274 * src/mcs51/gen.c (genCodePointerGet): quicker code for bug #700797
15275 * src/mcs51/peeph.def: added rules 177, 241.x to 243, touched 181, 182.x, 193.x
15277 2003-03-22 <johan AT balder>
15279 * src/SDCCicode.c (geniCodeDerefPtr): fixed bug #698231
15281 2003-03-21 Bernhard Held <bernhard AT bernhardheld.de>
15283 * support/scripts/sdcc_mingw32: adapted to configure from autoconf 2.54
15284 * doc/cdbfileformat.lyx: added, written by Lenny Story
15285 * doc/Makefile: added cdbfileformat.lyx
15286 * doc/clean.mk: added cdbfileformat.lyx
15288 2003-03-20 Bernhard Held <bernhard AT bernhardheld.de>
15290 * src/mcs51/peeph.def: fix bug #705773
15292 2003-03-20 <johan AT balder>
15294 An sfr/sbit can have an "at #" AND an initializer
15295 * src/SDCCsymt.c (checkSClass):
15296 * src/SDCCmem.c (allocGlobal):
15297 * src/SDCCmem.c (allocLocal):
15298 * src/SDCCast.c (createBlock):
15300 2003-03-17 Bernhard Held <bernhard AT bernhardheld.de>
15302 * src/ds390/peeph.def: fix bug #704878: added rule 213.b suggested by Jan Rejlek
15304 2003-03-16 <johan AT balder>
15306 Undid the hackup of const and volatile, the problem is much bigger
15308 * src/SDCCast.c:1.171
15309 * src/SDCCglue.c:1.138
15310 * src/SDCCicode.c:1.146
15311 * src/SDCCsymt.c:1.150
15312 * src/SDCCval.c:1.65
15314 2003-03-15 Bernhard Held <bernhard AT bernhardheld.de>
15316 * src/mcs51/ralloc.c (packRegsForAssign): fixed bug #703541
15317 * src/ds390/gen.c (genAddrOf): fixed bug #704087
15319 2003-03-13 <johan AT balder>
15321 Hackup const and volatile modifiers in type chains a bit:
15323 * src/SDCCast.c:1.169
15324 * src/SDCCglue.c:1.136
15325 * src/SDCCicode.c:1.143
15326 * src/SDCCsymt.c1.146
15327 * src/SDCCsymt.h1.59
15328 * src/SDCCval.c:1.63
15330 2003-03-12 <johan AT balder>
15332 * src/SDCCBBlock.h: more LRH debugging junk
15333 * src/SDCCcflow.h: more LRH debugging junk
15334 * src/SDCCloop.c: more LRH debugging junk
15335 * src/SDCC.y (struct_declaration): fixed bug #697590
15336 * src/SDCCsymt.[hc] (cloneSpec): NEVER EVER use this again
15337 * src/ds390/gen.c (aopForRemat): fixed bug #700031
15338 * src/SDCCglue.c (emitStaticSeg): fixed bug #700797
15340 2003-03-11 Kevin Vigor <kevin AT vigor.nu>
15341 * src/SDCCpeeph.c: quit being lazy and made proper fix (peephole
15342 test function names must now match exactly).
15343 * src/SDCCcse.c: added special case in findCheaperOp to allow
15344 extending a short integer. Makes less awful code for bug 700121 test case.
15346 2003-03-11 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
15348 * as/mcs51/lkmain.c: Added ASlink-Warning to messages
15349 * as/mcs51/lkaomf51.c: Fixed bug when linking asmblink example
15351 2003-03-11 Kevin Vigor <kevin AT vigor.nu>
15353 * src/SDCCpeeph.c: fix so that operandsNotEqualX functions are
15354 actually called (operandsNotEqual() was called for all
15355 operandsNotEqualX tests).
15357 2003-03-11 Kevin Vigor <kevin AT vigor.nu>
15359 * src/SDCCcse.c: fix findCheaperOp to prevent replacing int types
15360 with shorter literals. Fixes bug 700121.
15362 2003-03-11 <johan AT balder>
15364 * src/SDCCsymt.c (compareType): a (void *) can be assigned to any pointer
15366 2003-03-11 Bernhard Held <bernhard AT bernhardheld.de>
15368 * src/SDCCloop.c (mergeRegions): an evil beast is dead
15369 * src/SDCCmain.c (preProcess): minor cleanup: eliminate preOutName
15371 2003-03-10 Borut Razem <borut.razem AT siol.net>
15373 * src/SDCCmain.c: pipe preprocessor's output
15374 * support/Util/MySystem.c, support/Util/MySystem.h: added my_popen()
15375 * sdcc_vc_in.h: define pclose as _pclose for WIN32
15376 * src/SDCCglue.c, src/SDCCglue.h: added set pipeSet, added function closePipes,
15377 which closes all pipes in pipeSet set
15378 * src/SDCCset.c: free deleted item in function deleteSetItem()
15379 * src/src.dsp, src/z80/z80.dsp: files support/Util/BuildCmd.c and support/Util/MySystem.c
15380 moved from z80 to src subproject
15381 * .version: increased version number to 2.3.4
15383 2003-03-10 Bernhard Held <bernhard AT bernhardheld.de>
15385 * support/regression/ports/mcs51/spec.mk: increase timeout for CF's sparc to 30s
15386 * support/regression/ports/ds390/spec.mk: increase timeout for CF's sparc to 25s
15387 * support/regression/ports/xa51/spec.mk: fix typo
15389 2003-03-09 Bernhard Held <bernhard AT bernhardheld.de>
15391 * src/SDCCglobl.h: PATH_MAX is already defined in mingw32 headers
15393 2003-03-09 Borut Razem <borut.razem AT siol.net>
15395 * src/SDCCmain.c: pipe preprocessor's output
15396 * support/Util/MySystem.c, support/Util/MySystem.h: added my_popen()
15397 * sdcc_vc_in.h: define pclose as _pclose for WIN32
15398 * src/SDCCglue.c, src/SDCCglue.h: added set pipeSet, added function closePipes,
15399 which closes all pipes in pipeSet set
15400 * src/SDCCset.c: free deleted item in function deleteSetItem()
15401 * src/src.dsp, src/z80/z80.dsp: files support/Util/BuildCmd.c and support/Util/MySystem.c
15402 moved from z80 to src subproject
15404 2003-03-09 Borut Razem <borut.razem AT siol.net>
15406 * src/SDCCglue.c: re-implemented tempfilename() and tempfile(): using mkstemp() if available
15407 * src/SDCCsymt.h: fixed MSVC and BORLANDC compilation (included SDCCglobl.h instead srccconf.h)
15408 * sdcc_vc_in.h: explicitly undefined HAVE_MKSTEMP which is not available on BORLANDC and MSVC
15409 * src/SDCCset.h: removed inclusion of sdccconf.h or sdcc_vc.h
15410 * src/SDCCglobl.h: unification of WIN32 native definitions
15412 2003-03-09 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
15414 * src/mcs51/gen.c: applied in-/dec patch mentioned on sdcc-devel 2003-03-01
15416 2003-03-08 Bernhard Held <bernhard AT bernhardheld.de>
15418 * src/configure.in: check for endianess (even while cross-compiling)
15419 * src/configure: check for endianess (even while cross-compiling)
15420 * src/configure_in.h: check for endianess (even while cross-compiling)
15421 * src/avr/gen.c: remove old endianess stuff
15422 * src/mcs51/gen.c: remove old endianess stuff
15423 * src/ds390/gen.c: remove old endianess stuff
15424 * src/pic/gen.c: remove old endianess stuff
15425 * src/pic/genarith.c: remove old endianess stuff
15426 * src/pic/glue.c: fix endianess check
15427 * src/pic16/gen.c: remove old endianess stuff
15428 * src/pic16/genarith.c: remove old endianess stuff
15429 * src/pic16/glue.c: fix endianess check
15430 * src/xa51/gen.c: remove old endianess stuff
15431 * src/z80/gen.c: fix endianess check
15432 * src/SDCCglue.c: fix endianess check
15433 * src/ds390/peeph.def: fix bug 700036
15435 2003-03-08 Bernhard Held <bernhard AT bernhardheld.de>
15437 * src/SDCCsymt.h: use appropriate data-types on host for SDCC's int and long
15438 * src/configure: find appropriate data-types on host for SDCC's int and long
15439 * src/configure.in: find appropriate data-types on host for SDCC's int and long
15440 * src/sdccconf_in.h: find appropriate data-types on host for SDCC's int and long
15441 * src/xa51/gen.c: use %d, not %ld for 4 byte variables
15443 2003-03-07 <johan AT balder>
15446 some minor cleanups before the big shot
15447 OP_DEFS and OP_USES now use Kevin's protection
15448 new option --nolabelopt
15450 * src/SDCCBBlock.c:
15459 * src/ds390/ralloc.c:
15460 * src/mcs51/ralloc.c:
15461 * src/pic/ralloc.c:
15462 * src/xa51/ralloc.c:
15463 * src/z80/ralloc.c:
15465 2003-03-06 Bernhard Held <bernhard AT bernhardheld.de>
15467 * src/pic/pcode.c (get_op): fix 64 bit warnings
15468 * src/pic/pcode.c (pCode2str): fix 64 bit warnings
15469 * src/SDCChasht.c (newHashTable): fix 64 bit warnings
15470 * src/SDCCsymt.c (checkTypeSanity): fix 64 bit warnings
15471 * support/regression/tests/malloc.c: fix 64 bit warnings
15473 2003-03-04 Bernhard Held <bernhard AT bernhardheld.de>
15475 * src/mcs51/gen.c (genMinus): fixed bug 696436
15477 2003-03-02 Borut Razem <borut.razem AT siol.net>
15479 * src/SDCCmain.c: added BORLANDC, corrected MSVC in printVersionInfo()
15481 2003-02-26 Bernhard Held <bernhard AT bernhardheld.de>
15483 * configure.in: test for mkstemp
15484 * sdccconf_in.h: add HAVE_MKSTEMP
15486 2003-02-24 Bernhard Held <bernhard AT bernhardheld.de>
15488 * device/include/ctype.h: removed warning while using --stack-auto
15489 * device/include/malloc.h: removed warning while using --stack-auto
15490 * device/include/string.h: removed warning while using --stack-auto
15492 2003-02-23 Borut Razem <borut.razem AT siol.net>
15494 * src/asm.h: corrected assertion in function printILine(): _pipe() was not executed on MSVC,
15495 because NDEBUG is defined (see man assert)
15496 * sdcc_vc_in.h: vsnprintf is defined as _vsnprintf on MSVC
15498 2003-02-23 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
15500 * src/mcs51/gen.c (genUminusFloat): avoided dptr in-/decrement for xdata variables
15501 * src/mcs51/peeph.def: added rule suggested by Gernot Fink, white space/comment changes
15503 2003-02-18 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
15505 * src/SDCCpeeph.c: added peephole conditions testing for same arguments
15506 * src/mcs51/peeph.def: added rules 238a-d which remove redundant moves
15508 2003-02-18 <johan AT balder>
15510 * as/mcs51/asmain.c (asmbl): module can start with a digit
15511 * as/z80/asmain.c (asmbl): module can start with a digit
15513 2003-02-16 Bernhard Held <bernhard AT bernhardheld.de>
15515 * sim/ucsim/mkecho: inserted #!/bin/sh for Cygwin, so that it's executable
15516 * src/asm.c: fix pipe() for Mingw32
15518 2003-02-15 Bernhard Held <bernhard AT bernhardheld.de>
15520 * src/SDCCglue.h: make tmpfileNameSet available for preOutName
15521 * src/SDCCmain.c (preProcess): make sure, that preOutName will be deleted;
15522 make -V work again; --c1mode reads now from stdin
15523 * doc/sdccman.lyx: added --c1mode
15524 * support/Util/SDCCerr.c: new messages for c1 mode
15525 * support/Util/SDCCerr.h: new messages for c1 mode
15526 * src/SDCC.lex (checkCurrFile): test if fullSrcFileName is NULL for c1mode
15528 2003-02-15 <johan AT balder>
15530 * src/asm.c: new options: --no-c-code-in-asm and --i-code-in-asm
15532 2003-02-14 Bernhard Held <bernhard AT bernhardheld.de>
15534 * doc/sdccman.lyx: Environment variables, -o and other minor things
15536 2003-02-14 <johan AT balder>
15538 * src/xa51/main.c: before anyone really tries to use it :)
15540 * Install doc's in share/sdcc/doc
15541 * removed some obsolete files
15542 * Do a proper make distclean and uninstall
15543 M Makefile.common.in
15546 M device/include/Makefile.in
15547 M device/lib/Makefile.in
15550 M sim/ucsim/doc/Makefile.in
15552 R src/avr/peeph.rul
15553 R src/xa51/peeph.rul
15554 M support/cpp2/Makefile.in
15555 M support/makebin/Makefile
15558 2003-02-13 Bernhard Held <bernhard AT bernhardheld.de>
15560 * support/regression/ports/host/spec.mk: use cc as host compiler for max osx
15562 2003-02-10 Borut Razem <borut.razem AT siol.net>
15564 * doc/bccinst.txt, packihx/packihx.c, sdcc_vc_in.h, src/SDCCset.h,
15565 support/cpp2/config.in: Borland C++ build doesn't depend on Cygwin configure
15566 * Bcc.ini, Makefile.bcc, as/mcs51/Makefile.bcc,
15567 device/examples/ds390/tinitalk/Makefile.bcc, packihx/Makefile.bcc,
15568 support/cpp2/Makefile.bcc, src/Makefile.bcc, src/avr/Makefile.bcc,
15569 src/ds390/Makefile.bcc, src/izt/Makefile.bcc, src/mcs51/Makefile.bcc,
15570 src/pic/Makefile.bcc, src/pic16/Makefile.bcc, src/xa15/Makefile.bcc,
15571 src/z80/Makefile.bcc: Borland Makefile cleanup
15572 * as/z80/Makefile.bcc: Added Borland Makefile
15573 * support/cpp2/borland.h: Removed
15575 2003-02-10 Bernhard Held <bernhard AT bernhardheld.de>
15577 * doc/sdccman.lyx: new pragma NOIV by "Johannes Stezenbach" <js AT convergence.de>
15578 * src/SDCC.lex: new pragma NOIV
15579 * src/SDCCglobl.h: new pragma NOIV
15580 * src/SDCCmem.c: new pragma NOIV
15582 2003-02-09 Bernhard Held <bernhard AT bernhardheld.de>
15584 * src/SDCCmain.c: signal handling is switched off by SDCC_LEAVE_SIGNALS
15586 2003-02-09 Bernhard Held <bernhard AT bernhardheld.de>
15588 * src/SDCCmain.c: signal handling is switched off by --debug
15589 * doc/Makefile: small fix for install; use clean.mk again
15590 * doc/clean.mk: clean *.pdf and *.html too
15592 2003-02-08 Bernhard Held <bernhard AT bernhardheld.de>
15594 * device/lib/_mulint.c: small fix for large/ds390 --int-long-reent resp. --stack-auto
15595 * device/lib/printfl.c: fix a ds390 bug by making it portable
15596 * src/SDCCsymt.c (initCSupport): fix compile warning on Cygwin
15597 * src/SDCCopt.c (cnvToFloatCast): fix compile warning on Cygwin
15598 * src/SDCCopt.c (cnvFromFloatCast): fix compile warning on Cygwin
15599 * debugger/mcs51/cmd.c: converted multi-line string literals
15600 * sim/ucsim/globals.cc: converted multi-line string literals
15601 * src/SDCCmain.c: introduced signal handler to remove temp files
15602 * doc/Makefile: small tweaks, implement clean
15603 * doc: removed generated files
15605 2003-02-05 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
15607 * as/mcs51/aslink.h, as/mcs51/lkihx.c, as/mcs51/lkrloc.c: Applied
15608 patch from Jan Rejlek <jr AT apex-lib.cz> to fix Bug 677692: "Extended
15609 Address Record is not correctly generated for DS390."
15611 2003-02-02 Borut Razem <borut.razem AT siol.net>
15613 * Makefile.bcc: removed non existing cpp project and non compilable izt project from makefile
15614 * as/mcs51/asm.h: fixed compilation with Borland C
15615 * support/cpp2/Makefile.bcc: added rule to generate auto-host.h
15616 * support/cpp2/auto-host_vc_in.h: fixed compilation with Borland C
15617 * src/mcs51/mcs51a.dsp: corrected misspelled project name from msc51a to mcs51a
15618 * src/avr/Makefile.bcc, src/ds390/Makefile.bcc, src/izt/Makefile.bcc,
15619 src/mcs51/Makefile.bcc, src/pic16/Makefile.bcc, src/xa51/Makefile.bcc,
15620 src/z80/Makefile.bcc: delete $(LIB) only if exist
15621 * src/Makefile.bcc, src/pic/Makefile.bcc: fixed compilation with Borland C
15623 2003-02-02 Bernhard Held <bernhard AT bernhardheld.de>
15625 * device/include/malloc.h: introduced NULL
15626 * device/include/string.h: introduced NULL
15627 * device/include/stdlib.h: introduced NULL
15628 * device/lib/_memcpy.c: removed NULL
15629 * device/lib/_strcat.c: removed NULL
15630 * device/lib/_strchr.c: removed NULL
15631 * device/lib/_strcmp.c: removed NULL
15632 * device/lib/_strcpy.c: removed NULL
15633 * device/lib/_strcspn.c: removed NULL
15634 * device/lib/_strlen.c: removed NULL
15635 * device/lib/_strncat.c: removed NULL
15636 * device/lib/_strncmp.c: removed NULL
15637 * device/lib/_strncpy.c: removed NULL
15638 * device/lib/_strpbrk.c: removed NULL
15639 * device/lib/_strrchr.c: removed NULL
15640 * device/lib/_strspn.c: removed NULL
15641 * device/lib/_strstr.c: removed NULL
15642 * device/lib/_strtok.c: removed NULL
15643 * device/lib/malloc.c: removed NULL, include own header
15645 2003-02-02 <johan AT balder>
15647 * 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
15648 * support/regression/fwk/lib/testfwk.c: div and mod isn't broken anymore
15649 * regressions ds390/spec.mk and mcs51/spec.mk (timeout): my good old balder isn't fast enough for some tests
15650 * src/z80/gen.c (genZ80Code): added c-lines in asm comments
15651 * as/z80/asm.h (NINPUT): increased for long c-comments in regression tests
15652 * src/z80/gen.c (genRightShiftLiteral): fixed the (char)(-3)>>8 (I think)
15654 2003-02-01 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
15656 * src/SDCCmain.c: Fixed bug 678574: "ds390: ASlink-Error-Stack overlaps
15659 2003-02-01 <johan AT balder>
15661 * src/SDCCval.c (valBitwise): fixed Karl's "2 | (1<<8)"
15663 2003-01-31 <johan AT CP255758-A>
15665 * src/ds390/main.c (_ds390_genAssemblerPreamble): applied Jan Rejlek's >64K startup patch
15667 2003-01-30 <johan AT balder>
15669 * src/SDCCBBlock.c: automatic bug detection
15670 * src/SDCCicode.c: automatic bug detection
15672 2003-01-29 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
15674 * src/SDCCglobl.h: now --xram-size 0 works
15675 * src/SDCCmain.c: now --xram-size 0 works
15677 2003-01-29 <johan AT balder>
15679 * src/almosteverything: changed OP_DEFS and OP_USES from macros to functions to catch symbol abuse (a hot topic in the bug list :)
15681 2003-01-29 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
15683 * as/mcs51/aslink.h: Added options --xram-size and --code-size
15684 * as/mcs51/lkdata.c: Added options --xram-size and --code-size
15685 * as/mcs51/lkmain.c: Added options --xram-size and --code-size
15686 * as/mcs51/lkmem.c: Added options --xram-size and --code-size
15687 * src/SDCCglobl.h: Added options --xram-size and --code-size
15688 * src/SDCCmain.c: Added options --xram-size and --code-size
15690 2003-01-28 Bernhard Held <bernhard AT bernhardheld.de>
15692 * src/ds390/gen.c: fix deps by replacing <common.h> with "common.h"
15693 * src/SDCC.lex: rename P_OVERLAY to P_OVERLAY_ for cross-gcc 3.2 MINGW32
15695 2003-01-27 <johan AT balder>
15697 * src/SDCC.y: fixed bug #613764
15699 2003-01-26 <johan AT balder>
15701 * src/SDCClrange.c: fixed Bernhard's "char * code ptr = &c"
15702 * src/SDCCsymt.h: fixed bug #673374
15703 * src/SDCCglue.c: fixed bug #661910
15704 * src/SDCCast.c: fixed bug #458099 and 673374
15706 2003-01-26 Bernhard Held <bernhard AT bernhardheld.de>
15708 * as/mcs51/strcmpi.c: added, provides Aurelien Jarno's as_strcmpi(); strcmpi() is not ANSI
15709 * as/mcs51/strcmpi.h: added
15710 * as/mcs51/asm.h: remove ugly "#define strcmpi strcmp"
15711 * as/mcs51/aslink.h: remove ugly "#define strcmpi strcmp"
15712 * as/mcs51/asmain.c: strcmpi -> as_strcmpi
15713 * as/mcs51/assym.c: strcmpi -> as_strcmpi
15714 * as/mcs51/lkmem.c: strcmpi -> as_strcmpi
15715 * as/mcs51/lknoice.c: strcmpi -> as_strcmpi
15716 * as/mcs51/lksym.c: strcmpi -> as_strcmpi
15717 * as/mcs51/Makefile.aslink: new module strcmpi
15718 * as/mcs51/Makefile.asx8051: new module strcmpi
15719 * as/mcs51/Makefil.bcc: new module strcmpi
15720 * as/mcs51/Makefile.in: new module strcmpi
15721 * sim/ucsim/s51.src/uc390.cc (get_mem_size): make RAM big enough for tinibios
15723 2003-01-26 <johan AT balder>
15725 * src/SDCCglue.c: reverted back to 1.124
15726 * src/SDCCast.c: reverted back to 1.156
15727 * src/mcs51/gen.c (aopGet): applied Frieder's efficiency patch
15729 2003-01-25 <johan AT balder>
15731 * src/SDCCglue.c: A better fix for bug #661910
15732 * src/SDCCast.c: A better fix for bug #661910
15733 * src/SDCCglue.c (emitRegularMap): That was a little too efficient
15735 2003-01-24 Bernhard Held <bernhard AT bernhardheld.de>
15737 * src/Makefile.in: remove spawn.o
15738 * src/SDCCmain.c: remove spawn.h
15739 * src/SDCCmain.c (printVersionInfo): report MINGW32 instead of UNIX
15740 * src/spawn.c: removed
15741 * src/spawn.h: removed
15742 * support/regression/ports/ds390/spec.mk: link with -r
15744 2003-01-24 <johan AT CP255758-A>
15746 * src/ds390/gen.c (aopOp): fixed bug #667458
15747 * src/SDCCglue.c (emitRegularMap): fixed bug #458099 again
15748 * src/SDCCast.c (createIvalCharPtr): fixed bug #661910
15749 (createIvalCharPtr): an ival doesn't always have a storage class anymore
15751 2003-01-24 Bernhard Held <bernhard AT bernhardheld.de>
15753 * src/mcs51/peeph.def: better assembler identation by Frieder
15754 * src/mcs51/gen.c: better assembler identation by Frieder
15756 2003-01-22 Bernhard Held <bernhard AT bernhardheld.de>
15758 * as/z80/string.h: removed for gcc 3.2
15759 * support/makebin/makebin.c: #include <string.h> for gcc 3.2
15760 * src/pic/pcode.c (get_op_from_instruction): fix concatenation of string literals with __FUNCTION__ for gcc 3.2
15762 2003-01-19 Bernhard Held <bernhard AT bernhardheld.de>
15764 * src/SDCCmain.c (linkEdit): rename mem and map files even in case of failure
15765 * src/SDCCpeeph.c (replaceRule): fix bug #663503
15766 * support/regression/Makefile: separate temp files for ports
15767 * support/regression/generate-cases.py: separate temp files for ports
15768 * src/mcs51/peeph.def: Frieder: removed 237 (obsolete by 236g and 105); added 237 a/b
15769 * src/ds390/peeph.def: Frieder: removed 237 (obsolete by 236g and 105); added 237 a/b
15771 2003-01-19 Bernhard Held <bernhard AT bernhardheld.de>
15773 * moved tinitalk to device/examples/ds390
15775 2003-01-14 Bernhard Held <bernhard AT bernhardheld.de>
15777 * as/mcs51/lkmem.c: rflag is for DS390
15778 * src/SDCCglobl.h: removed out_name and options stackOnData, genericPtr
15779 * src/SDCCmain.c (optionsTable, setDefaultOptions): removed --stack-after-data and --generic
15780 (linkEdit): move mem- and map-files the same way as ihx-files
15781 * src/z80/main.c (_setDefaultOptions): removed --generic
15782 * src/SDCCmain.c (_processC1Arg, parseCmdLine, main): --c1mode works again
15783 * src/SDCCglue.c (createInterruptVect, glue): --c1mode works again
15784 * src/pic/glue.c (picglue): --c1mode works again
15785 * src/pic16/glue.c (pic16glue): --c1mode works again
15786 * src/asm.c (printCLine): fix #660034
15788 2003-01-13 Bernhard Held <bernhard AT bernhardheld.de>
15790 * src/ds390/peeph.def: fix #123; add 14 rules by Fiorenzo D. Ramaglia <fd.ramaglia AT tin.it>, 1 by Frieder
15791 * src/mcs51/peeph.def: fix #123; add 14 rules by Fiorenzo, 1 by Frieder
15792 * src/mcs51/gen.c (genFunction): emit r0 instead of ar0 by Fiorenzo
15793 * as/mcs51/lkmem (summary): better fix for sp problem
15794 * src/SDCCglue.c (glue): __start_stack - 1, saves 1 byte!
15795 * src/ds390/main.c (_ds390_finaliseOptions, _tininative_finaliseOptions): stack_loc = 0x400008
15796 * support/regression/ports/*/spec.mk: moving testfwk-object to port dir allow parallel execution of regression tests
15797 remove --stack-after-data
15799 2003-01-12 Bernhard Held <bernhard AT bernhardheld.de>
15801 * src/SDCCmain.c (main): port->finaliseOptions() moved for z80 linking
15802 * src/SDCCutil.c (join): ugly bug: missing '\0'
15803 * as/mcs51/lkmem.c (summary): sp on address 7 is safe
15805 2003-01-11 Bernhard Held <bernhard AT bernhardheld.de>
15807 * src/SDCCmain.c (assemble, linkEdit): preparations for -o
15809 * src/pic/main.c (_asmCmd): gpasm supports -o
15810 * src/z80/main.c: more general macros
15811 * device/lib/Makefile.in: remove intermediate files
15813 2003-01-11 Bernhard Held <bernhard AT bernhardheld.de>
15815 * .version: Bumped version number to 2.3.3
15816 * src/SDCCBBlock.c: new option -o
15817 * src/SDCCglobl.h: new option -o
15818 * src/SDCCglue.c: new option -o
15819 * src/SDCCmain.c: new option -o
15820 * src/asm.c: new option -o
15821 * src/ds390/main.c: new option -o
15822 * src/pic/glue.c: new option -o
15823 * src/pic/pcode.c: new option -o
15824 * src/pic/ralloc.c: new option -o
15825 * src/pic16/glue.c: new option -o
15826 * src/pic16/pcode.c: new option -o
15827 * src/pic16/ralloc.c: new option -o
15828 * src/z80/main.c: new option -o
15829 * device/lib/Makefile.in: use -o
15830 * support/regression/ports/ds390/spec.mk: use -o
15831 * support/regression/ports/gbz80/spec.mk: use -o
15832 * support/regression/ports/mcs51/spec.mk: use -o
15833 * support/regression/ports/mcs51-stack-auto/spec.mk: use -o
15834 * support/regression/ports/z80/spec.mk: use -o
15835 * support/regression/ports/ucz80/spec.mk: use -o
15836 * support/regression/ports/xa51/spec.mk: use -o
15837 * support/regression/fwk/lib/timeout.c: fix usage string
15839 2003-01-09 Bernhard Held <bernhard AT bernhardheld.de>
15840 * src/mcs51/gen.c (genPlus): replaced "mov b,acc" by "mov b,a" Fiorenzo D. Ramaglia <fd.ramaglia AT tin.it>
15842 2003-01-07 <johan AT balder>
15844 * src/SDCCast.c (decorateType): fixed bug #600035
15846 2003-01-07 Bernhard Held <bernhard AT bernhardheld.de>
15847 * as/mcs51/lkmem.c: added several l-modifiers to printf to remove warnings
15848 * as/mcs51/lkaomf51.c: #include <ctype.h> to remove warnings
15849 * src/pic/main.c (_hasNativeMulFor): outcommented unused variables to remove warnings
15850 * src/pic/pcode.c: outcommented unused variable to remove warnings
15851 * src/pic/ralloc.c: outcommented unused variable to remove warnings
15853 2003-01-06 <karl AT turbobit.com>
15854 * sim/ucsim/cmd.src/command.cc: fixed so "break xram r 0x7654" works again in
15857 2003-01-06 <johan AT balder>
15859 * src/SDCCicode.c: fixed array add
15861 2002-01-05 Bernhard Held <bernhard AT bernhardheld.de>
15862 * src/SDCCmacro.c: MAX_STRING_LENGTH increased to 2048; was too small for regression tests
15863 * support/regression/ports/host/support.c: #include <stdarg.h> for gcc 3.2
15865 2003-01-04 <johan AT balder>
15867 * src/SDCCval.c (getNelements): fixed the initialized array of structures
15869 2002-12-29 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
15870 * as/mcs51/Makefile.bcc: fixed typo lkomf51.o -> lkaomf51.o
15872 2002-12-28 Bernhard Held <bernhard AT bernhardheld.de>
15873 * src/mcs51/peeph.def: added rules 234 and 235 from Frieder Ferlemann <frieder.ferlemann AT web.de>
15874 * support/regression/tests/bug-524697.c: fit mem usage into 8032
15876 2002-12-28 Bernhard Held <bernhard AT bernhardheld.de>
15877 * src/mcs51/gen.c (aopGetUsesAcc): inserted missing "return FALSE"
15879 2002-12-27 Bernhard Held <bernhard AT bernhardheld.de>
15880 * as/mcs51/Makefile.in: fixed typo lkomf51.o -> lkaomf51.o
15882 2002-12-26 Bernhard Held <bernhard AT bernhardheld.de>
15883 * src/mcs51/main.c: removed {bindir}{sep} from aslink
15885 2002-12-10 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
15887 * in /sdcc/as/mcs51/ changed these files in order to create an
15888 aomf51 file: aslink.h, lkdta.c, lklex.c, lklibr.c, lklist.c,
15889 lkmain.c. Also added: lkmem.c and lkaomf51.c. Changed the
15890 following files to include the previous two files: aslink.dsp,
15891 Makefile.aslink, Makefile.bcc, and Makefile.in.
15893 * Changed /sdcc/src/SDCCmain.c so it creates files with extension
15894 .adb instead of .cdb
15896 2002-11-09 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
15898 * /sdcc/as/mcs51/lklist.c: Now reports memory usage using the
15899 value from option --iram-size.
15901 2002-09-20 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
15903 * /sdcc/as/mcs51/lklist.c: added boundary check before using
15906 2002-09-18 <wiml AT hhhh.org>
15908 * SDCClrange.h: exposed setFromRange() and setToRange()
15909 * mcs51/ralloc.c: fixed over-eager packRegsForSupport() and
15910 packRegsForAccUse() (bug 542397)
15911 * mcs51/gen.c: MOVA() is now a function to avoid calling aopGet()
15912 multiple times and emitting the fetch operations more than once
15913 added aopGetUsesAcc() function to allow binary operators to
15914 fetch their operands in the correct order; made genMinus() emit
15915 compact code for X = LITERAL - Y
15917 2002-09-00 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
15918 * /sdcc/as/mcs51/lklist.c: Fixed incorrect number of parameters to
15919 sprintf() in line 1267.
15921 2002-09-08 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
15922 * /sdcc/src/SDCCglue.c: Generate areas REG_BANK_[0-3] only for 8051
15925 2002-09-04 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
15926 Changes to aslink (All the changes are marked with 'JCF'):
15928 * /sdcc/as/mcs51/aslink.h: External definition of sflag and
15931 * /sdcc/as/mcs51/lkarea.c: Computes the size of area BSEG_BYTES from
15932 area BSEG. Also moves, if possible, the DATA area down into the internal
15933 ram so more space is available.
15935 * /sdcc/as/mcs51/lkdata.c: Definition of memory summary output flag
15938 * /sdcc/as/mcs51/lklist.c: For the BSEG area report the size in bits,
15939 not bytes. Function summary() which creates a memory usage summary
15940 file with extension .mem. Reports of overlaping stack and small stack
15941 size. If the space for the stack is less than 16 bytes aslink trows a
15944 * /sdcc/as/mcs51/lkmain.c: Creation of some of the default areas for
15945 the 8051. Option 'y' for memory summary output file.
15947 Changes to sdcc (All the changes are marked with 'JCF'):
15949 * /sdcc/src/SDCCglobl.h: External definition of RegBankUsed[4].
15951 * /sdcc/src/SDCCglue.c: If a register bank is used, creates an
15952 overlaying area for it (uses RegBankUsed[4]).
15954 * /sdcc/src/SDCCmain.c: Definition RegBankUsed[4]; marks register
15955 bank zero as used by default. By default aslink locates the stack
15956 (equivalent to --stack-after-data). Pass option 'y' to aslink for
15957 the creation of the .mem file. Delegates the allocation of data area
15958 to aslink (it is not longer 0x30 by default). If --stack-loc passes
15959 the begining of the stack area to aslink.
15961 * /sdcc/src/SDCCmem.c: If a register bank is used, marks it so
15962 glue() in SDCCglue.c creates an area for it.
15964 2002-09-03 Borut Razem <borut.razem AT siol.net>
15965 * sdcc/src/SDCCglue.c, sdcc/src/SDCCglue.h, sdcc/src/SDCCmain.c,
15966 sdcc/src/pic/glue.c:
15967 introduced atexit() handler for teporay files removal in case of
15968 errors, assertions, ...
15970 2002-08-29 Borut Razem <borut.razem AT siol.net>
15971 * sdcc/support/cpp2/auto-host_vc_in.h:
15972 re-definition of O_BINARY and other O_XXX as _O_BINARY and _O_XXX, so the problem
15973 with the returned value from read() in sdcc/support/cpp2/cppfiles.c is solved for MSC.
15974 Maybe there is a similar problem with BORLANDC? It should be checked!
15976 * sdcc/src/ds390/ralloc.c, sdcc/src/mcs51/ralloc.c, sdcc/src/z80/ralloc.c:
15977 corrected improper use of assert: the assignment to clr variable was done inside the assert.
15978 In case that NDEBUG was defined, the assert macro was substituted with no-op, so the assignment
15979 was not executed, and the compiler (cl) launched a warning:
15980 ralloc.c(1442) : warning C4700: local variable 'clr' used without having been initialized
15982 2002-08-28 Bernhard Held <bernhard AT bernhardheld.de>
15983 * src/SDCCglue.c (printIvalArray): iterative calculation of array length
15985 2002-08-28 Jesus Calvino-Fraga and Borut Razem <borut.razem AT siol.net>
15986 * sdcc/sdcc.dsw: added sdcpp, sdcppa, yacc, conf projects
15988 * sdcc/src/src.dsp, sdcc/src/avr/avr.dsp, sdcc/src/ds390/ds390.dsp,
15989 sdcc/src/mcs51/mcs51.dsp, sdcc/src/pic/pic.dsp, sdcc/src/z80/z80.dsp,
15990 sdcc/src/xa51/xa51.dsp, sdcc/src/avr/avra.dsp,
15991 sdcc/src/ds390/ds390a.dsp, sdcc/src/mcs51/mcs51a.dsp,
15992 sdcc/src/pic/pica.dsp, sdcc/src/z80/z80a.dsp,
15993 sdcc/src/xa51/xa51a.dsp, sdcc/as/as_z80.dsp,
15994 sdcc/as/aslink.dsp, sdcc/as/asx8051.dsp, sdcc/packihx/packihx.dsp:
15995 - added Release configuration in VS projects
15996 - review of compiler an linker options
15997 - VC .exe files are generated in bin_vc directory, not to interfere
15998 with binaries generated from other projects (cygwin, mingw, bcc ...)
16000 * sdcc/src/yacc.dsp: added
16002 * sdcc/config.dsp, sdcc/configure_vc.awk, sdcc/sdcc_vc_in.h:
16003 added - genarate sdcc_vc.h using sdcc_vc_in.h as template
16004 and insert the version number definitions from .version
16006 * sdcc/support/cpp2/sdcpp.dsp: added - VC project for sdcpp
16008 * sdcc/support/cpp2/sdcppa.dsp, sdcc/support/cpp2/auto-host_vc_in.h:
16009 added - genarate auto-host.h using auto-host_vc_in.h as template
16012 removed from CVS, generated automatically
16014 2002-08-25 Bernhard Held <bernhard AT bernhardheld.de>
16015 * support/scripts/inc2h.pl: use gputils or gpasm (from Nathan Hurst)
16017 2002-08-11 Borut Razem <borut.razem AT siol.net>
16018 * support/Util/NewAlloc.c: removed unneeded #include "sdccconf.h" (suggested by Jesus Calvino-Fraga)
16020 2002-08-10 Borut Razem <borut.razem AT siol.net>
16021 * src/SDCCmain.c (main):
16022 file preOutName was unlinked before closed. This seems to be OK on UNIX and cygwin
16023 platforms, but it doesn't work with Visual Studio: the opened file can not be removed.
16024 The consequence was that some temporary files were not removed.
16027 unification of code in functions tempfilename() and tempfile():
16028 function tempnam() is defined in Visual Studio 6.0 and .NET
16030 * sdcc/sdcc.dsw: removed project sdcpp, added project xa51a
16032 * sdcc/src/src.dsp, sdcc/src/avr/avr.dsp, sdcc/src/ds390/ds390.dsp,
16033 sdcc/src/mcs51/mcs51.dsp, sdcc/src/pic/pic.dsp, sdcc/src/z80/z80.dsp:
16034 - removed compiler command line option /WX: Treats all warnings as errors
16035 - update a list of source files, included into the project
16037 * sdcc/src/avr/avra.dsp, sdcc/src/ds390/ds390a.dsp, sdcc/src/mcs51/mcs51a.dsp,
16038 sdcc/src/pic/pica.dsp, sdcc/src/z80/z80a.dsp:
16039 changed project type to Generic Project so that can be correcly converted to VS.NET project
16041 * sdcc/as/mcs51/asm.h: definition of PATH_MAX for MSC
16043 * sdcc/src/SDCCast.c: solved MSC error in function decorateType()
16045 * sdcc/src/SDCC.y: added missing ending ';' to rules to get rid of bison warnings
16047 * dcc/src/ds390/ralloc.c, sdcc/src/mcs51/ralloc.c:
16048 added return 0 statements after assert() to make compiler happy
16050 * sdcc/src/xa51/peeph.rul, sdcc/src/xa51/peeph.def, sdcc/src/z80/ralloc.c:
16051 added newline in the def file to keep MSC compiler satisfied
16053 * sdcc/src/z80/gen.c:
16054 - function strcasecmp() is not defined in MSC (and probably also in BORLANDC),
16055 so it is replaced with STRCASECMP, which is defined as stricmp in case of MSC and BORLANDC
16056 - solved MSC error in function aopDump()
16058 * sdcc_vc.h: define PREFIX as "\\sdcc"
16060 2002-07-18 Bernhard Held <bernhard AT bernhardheld.de>
16061 * src/SDCCast.c (decorateType): fixed access to array of structures http://sourceforge.net/mailarchive/forum.php?thread_id=902690&forum_id=4107
16063 2002-06-22 Scott Dattalo <scott AT dattalo.com>
16064 * src/pic/*: Numerous bug fixes. Flow analysis has been enhanced.
16065 - Rewrote the register banking algorithm.
16066 - Added pCode live-range analysis to registers (for now, only non-used and
16067 singly-used registers optimized away)
16069 * src/pic/pcoderegs.[ch]: Added new files for pCode live-range analysis
16071 * 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.
16073 2002-05-10 Scott Dattalo <scott AT dattalo.com>
16074 * src/pic/*: Added support for multiplication. Fixed many,many bugs.
16076 2002-04-22 Michael Hope <michaelh AT vroom>
16078 * device/lib/z80/printf.c: Changed emitter to volatile to work around a pcall bug.
16080 * configure.in (DD_COPT): Added include support required for gbdk.
16082 * .version: Bumped version number just to increase it.
16084 * src/SDCCmain.c: Added -nostdinc to the default options.
16086 2002-04-15 Michael Hope <michaelh AT vroom>
16088 * device/lib/z80/printf.c (sprintf): Added.
16090 * src/z80/ralloc.c (packRegisters): Disabled pack HL use for GB as it's broken.
16092 * src/z80/peeph.def: Added transpose redundent load rule.
16094 * src/z80/main.c: Added force callee saves for jaune.
16096 * src/port.h: Removed the i186 and tlcs-900h ports as they weren't being being developed.
16098 * src/SDCCmain.c: Pulled the options definition out so that you can add port specific options without changing the main file.
16100 2002-03-28 Johan Knol <johan AT balder>
16102 * src/SDCCval.c: fixed bug #532436
16104 2002-03-14 Scott Dattalo <scott AT dattalo.com>
16106 Added "char *Processor" field to the port structure.
16109 Added -p option. Allows port dependent processor to be specified.
16112 Initialized the new field char *Processor field to NULL in all ports
16115 Compiler generated registers for interrupt context saving
16116 were not getting allocated.
16118 2002-03-16 Sandeep Dutta <sandeep AT ddi.com>
16121 Fixed left shift. Will promote the left side of a left shift
16122 if a) left shifting more than size of operand or b) when assigned
16123 to something size > size of left side
16125 2002-03-14 Scott Dattalo <scott AT dattalo.com>
16127 tons of changes. Register allocation has been
16128 rewritten. Added customization for the various PICs. Flow
16129 analysis is restructured. ...
16131 * src/pic/device.h:
16134 * src/pic/device.c:
16135 Added. device.c is a PIC port hack to accomodate variations
16138 2002-03-13 Michael Hope <michaelh AT vroom>
16140 * src/z80/gen.c (genGenPointerGet): Fixed a bug where a pointer in HL is dereferenced into HL but HL is not spilled. Yeah.
16142 2002-03-04 johanknol <johanknol AT manik>
16144 * /src/SDCCval.c: fixed
16146 const unsigned char arr[][2] = { { 0, 1 } };
16147 t18.c:1: error: Initializer element is not constant
16149 2002-03-04 bela <bela AT manik>
16151 * /device/include/mcs51reg.h:
16152 ds89c420 register definition update
16154 2002-03-03 <johan AT FRIJA>
16156 * support/Util/SDCCerr.c: did something, but don't no why anymore
16158 * support/regression/tests/bug-524691.c: made it a little less shy
16160 * src/SDCCast.c (decorateType): fixed bug #524697
16162 * src/SDCCast.c: made some lineno improvements
16164 * src/SDCCval.c (getNelements): changed warning to error
16166 * src/SDCCglue.c (printIvalArray): changed warning to error
16168 * src/SDCCicode.c: fixed a warning for mingw
16170 * src/SDCCast.c (decorateType): fixed the << promotion for ops
16172 * src/SDCCicode.c (geniCodeDivision): divide is shift only for unsigned (bug #524685)
16174 2002-03-02 Sandeep Dutta <sandeep AT ddi.com>
16176 * src/ds390/peeph.def:
16177 Added some more peephole rules
16179 * src/ds390/gen.c: Various fixes & enhancements
16181 * src/SDCClrange.c, src/SDCClrange.h:
16182 functions "alldefsoutofrange" and "notusedinblock" moved to SDCClrange.c
16184 * src/ds390/ralloc.c:
16185 various fixes & enhancements (ds390) specific
16187 * src/avr/ralloc.c, src/mcs51/ralloc.c, src/pic/ralloc.c, src/xa51/ralloc.c, src/z80/ralloc.c:
16188 Functions "allDefsOutOfRange" & "notUsedinBlock" moved to SDCClrange.c
16191 * sdcc/src/SDCCcse.c: Better fix for bug # 514308
16193 2002-03-02 <johan AT FRIJA>
16195 * src/SDCCast.c (decorateType): fixed bug #524708
16197 * src/SDCCval.c (floatFromVal): fixed the literal void (whatever that may be)
16199 * src/SDCCicode.c (geniCodePtrPtrSubtract): fixed bug #524691
16201 2002-03-01 Michael Hope <michaelh AT vroom>
16203 * src/SDCCsymt.c (initCSupport): Removed managling of support function names.
16205 * src/z80/ralloc.c (packRegsForIYUse): Fixed fp bug where four byte operands were packed into IY.
16207 2002-03-01 <johan AT FRIJA>
16209 * src/SDCCglue.c (printIvalPtr): fixed bug #524211
16211 * src/SDCCast.c (decorateType): fixed bug #524209
16213 * src/SDCCval.c (valNot): fixed bug #524195
16215 2002-02-26 <johan AT balder>
16217 * src/xa51/gen.c: fixed a warning
16219 * src/SDCCglue.c (printIvalFuncPtr): fixed bug #522534
16221 * src/SDCCast.c (decorateType): fixed bug #522534
16223 2002-02-23 <johan AT balder>
16225 * src/SDCCdflow.c (computeDataFlow): fixed bug #460088
16227 2002-02-22 <johan AT balder>
16229 * src/SDCCast.c: fixed bug #514865
16231 * src/SDCCy.c ("SDCC.y"): fixed bug #516625
16233 2002-02-21 Sandeep Dutta <sandeep AT ddi.com>
16235 * sdcc/src/SDCCloop.c:
16236 Previous fix was not good. basic blocks that have "break" or "return" are
16237 not really partof a loop , but live ranges used in these blocks should
16238 be live thru the entire loop, so set partOfLoop but don't add them to
16241 2002-02-21 <johan AT FRIJA>
16243 * src/SDCCcse.c: fixed bug #514308
16245 2002-02-20 Sandeep Dutta <sandeep AT ddi.com>
16248 Fixed BUG #519583. If a conditional block ended in a return/break
16249 statement inside a loop, it was not being considered part of the loop.
16251 * src/SDCCcflow.c: Removed fix (Fixed in SDCCloop.c)
16253 2002-02-10 Karl Bongers <karl AT turbobit.com>
16256 Fixed up SDCDB debugger somewhat. Updated debugger/README
16257 with lots of comments and notes.
16259 * device/examples/test2.c:
16260 Fix bug, "red" variable not being initialized(compiler complained).
16262 * device/examples/Makefile, examples/test3.c:
16263 Add Makefile in device/examples folder, compiles test3.c
16264 for use as a multiple module SDCDB test case.
16266 * sim/ucsim/cmd.src/cmdset.cc:
16267 Took out debug printfs in ucsim "next" command.
16269 * sim/ucsim/xa.src:
16270 Karl and Johan start ucsim XA support. Most dissassembly working,
16271 about 75% emulation done(plenty of work remaining).
16273 * sim/ucsim/z80.src:
16274 Add Z80 support to ucsim, add test-ucz80 regression test,
16275 notice ucsim/z80 emulation fails on examples/test3.c/itoa code.
16276 Notice z80 compiler fails on examples/test3.c/crc code.
16278 2002-01-30 Sandeep Dutta <sandeep AT ddi.com>
16280 * src/mcs51/gen.c, src/mcs51/main.c, src/mcs51/ralloc.c:
16281 Added support for --parms-in-bank1
16283 * src/ds390/peeph.def:
16284 added a few more peephole optimzations
16286 * src/ds390/main.c:
16287 1) added __builtin_inp & __builtin_outp used to read in data of given length
16288 from a memory mapped port
16289 2) added __builtin_memcmp
16290 3) added __builtin_swapw swap bytes of a short
16292 * src/ds390/gen.c, src/ds390/gen.h, src/ds390/ralloc.c:
16293 1) handle multiple send & receives from register bank1
16294 2) ralloc can now allocate DPTR1 to some liveRanges
16296 * src/SDCCsymt.c, src/SDCCsymt.h:
16297 changes to handle multiple sends & receives
16299 * src/SDCCptropt.h:
16300 added some pointer arithmetic optimization
16302 * src/SDCCptropt.c:
16303 added some pointer arithmetic optimizations but not stable yet so not
16304 called from anywhere (will get this working shortly)
16306 * src/SDCCopt.c: fixed for multiple sends & receives
16309 1) added options --parms-in-bank1 (ds390/mcs51) & --protect-sp-update
16310 2) preprocessing done AFTER port->finalizeoptions . This allows ports to
16311 set preprocessor defines (depending on options)
16313 * src/SDCCicode.c, src/SDCCicode.h:
16314 changes made to handle multiple sends & receives
16317 Added options --protect-sp-update (ds390) and --parms-in-bank1 (ds390/mcs51)
16319 * src/SDCCcse.c, src/SDCCcse.h:
16320 added function findbackward def (to be used in upcoming optimization)
16322 * src/SDCCcflow.c, src/SDCCcflow.h:
16323 added function returnAtEnd - to determine if a basic block terminates with
16326 * src/SDCCast.c, src/SDCCast.h:
16327 added option parms-in-bank1
16329 * device/lib/_divsint.c, device/lib/_divslong.c, device/lib/_divuint.c
16330 * device/lib/_divulong.c, device/lib/_modsint.c, device/lib/_modslong.c
16331 * device/lib/_modulong.c, device/lib/_mulint.c, device/lib/_mullong.c:
16332 adjusted for --parms-in-bank1 option
16334 * device/include/string.h:
16335 donot redefine "reentrant" keyword
16337 * device/include/ds80c390.h: Added some more SFRs
16339 2002-01-28 Bernhard Held <bernhard AT bernhardheld.de>
16341 * sim/ucsim: Merged branch ucsim-034-pre3 to main trunk; new version 0.4
16343 2002-01-26 Bernhard Held <bernhard AT bernhardheld.de>
16345 * src/SDCCast.c (funcOfType): fix usage of double --float-reent
16347 2002-01-22 Bernhard Held <bernhard AT bernhardheld.de>
16349 * support/regression/fwk/lib/testfwk.c (main): Removed workaround for bug #505387
16351 2002-01-18 Paul Stoffregen <paul AT pjrc.com>
16353 * Added --xram-movc option
16355 2002-01-13 Bernhard Held <bernhard AT bernhardheld.de>
16357 * support/regression/Makefile: don't include test-mcs51-stack-auto in target all
16359 2002-01-11 Johan Knol
16361 * Added math lib of Jesus Calvino-Fraga
16363 2002-01-08 Bernhard Held <bernhard AT bernhardheld.de>
16365 * src/SDCCmain.c (processFile): fix processing of ../../src.c
16366 * support/regression/Makefile: new target test-mcs51-stack-auto
16367 * support/regression/ports/mcs51-stack-auto/spec.mk: added
16369 2002-01-04 Bernhard Held <bernhard AT bernhardheld.de>
16371 * src/SDCCglue.h: printIvalCharPtr(), not printIvalChar()
16373 2002-01-04 Bernhard Held <bernhard AT bernhardheld.de>
16375 * support/regression/ports/mcs51/support.c: correct setup of timer / UART
16377 2002-01-03 Bernhard Held <bernhard AT bernhardheld.de>
16379 * src/SDCCsymt.c (processFuncArgs): fix #498307 by Johan
16381 * src/SDCCglue.h: add definition for printIvalChar()
16383 2002-01-02 Bernhard Held <bernhard AT bernhardheld.de>
16385 * src/SDCCast.c: fix #498138 by Johan
16387 * src/SDCCglue.c: fix #498138 by Johan
16389 2002-01-02 Bernhard Held <bernhard AT bernhardheld.de>
16391 * support/regression/Makefile: fix clean
16393 * support/regression/ports/ds390/support.c: fix transmission of last character
16395 2001-12-29 Sandeep Dutta <sandeep AT ddi.com>
16397 * /sdcc/src/ds390/gen.c:
16398 a) improved computing address of stack variable
16399 b) took out some #if 0 code
16400 c) improved parmBytes adjustment
16401 d) improved genPlusIncr & genMinusIncr
16402 e) genCmp could generate bad code (when left assigned to DPTR)
16403 f) Fixed bug in hasInc
16405 * /sdcc/src/ds390/ralloc.c:
16406 a) packRegsForSupport could mess up live information (Fixed)
16407 b) packRegsDPTRuse could be incorrect for left & right shift
16409 * /sdcc/src/mcs51/ralloc.c:
16410 packRegsForSupport could mess up the live information (Fixed)
16412 * /sdcc/src/mcs51/gen.c: Fixed a bug in hasInc
16414 * /sdcc/src/SDCCast.c:
16415 can reverse a loop even if function call is present as long
16416 as the loop control variable is local & is not passed as parameter
16418 2001-12-24 Sandeep Dutta <sandeep AT ddi.com>
16420 * /sdcc/ChangeLog: *** empty log message ***
16422 * /sdcc/src/ds390/gen.c, /sdcc/src/ds390/main.c:
16423 More builtin function additions for TININative
16425 * /sdcc/src/ds390/ralloc.c:
16426 Had broken the regression testsuite
16428 * /sdcc/src/SDCCast.c: Fixed a bug in dumptree
16430 * /sdcc/src/SDCCsymt.c, /sdcc/src/SDCCsymt.h:
16431 Added funcattr hasStackParms will be set for reentrant functions when there
16432 are paramteres on the stack, this helps in minimizing frame pointer generation
16433 typeFromStr can handle function pointers now
16435 * /sdcc/doc/builtins.txt, /sdcc/doc/TININative.txt:
16436 *** empty log message ***
16438 2001-12-24 Sandeep Dutta <sandeep AT ddi.com>
16440 * /src/ds390/gen.c, /src/ds390/main.c:
16441 More builtin function additions for TININative
16443 * /src/ds390/ralloc.c:
16444 Had broken the regression testsuite
16446 * /src/SDCCast.c: Fixed a bug in dumptree
16448 * /src/SDCCsymt.c, /src/SDCCsymt.h:
16449 Added funcattr hasStackParms will be set for reentrant functions when there
16450 are paramteres on the stack, this helps in minimizing frame pointer generation
16451 typeFromStr can handle function pointers now
16453 * /doc/builtins.txt, /doc/TININative.txt:
16454 *** empty log message ***
16457 2001-12-24 Sandeep Dutta <sandeep AT ddi.com>
16459 * /src/ds390/gen.c, /src/ds390/main.c, /src/ds390/peeph.def, /src/ds390/ralloc.c:
16460 ALPHA version for -mTININative
16462 * /src/izt/i186.c, /src/izt/tlcs900h.c, /src/mcs51/main.c, /src/pic/main.c, /src/z80/main.c, /src/avr/main.c:
16463 updated to reflect changes in the port structure
16466 added function do_assemble (similar to do_link) if non-null this function
16467 will be called to do assembly (-mTININative) requires a multi command
16469 added function genAssemblerEnd will be called to generate assembler Epilogue
16472 added _JavaNative to debug info printing
16474 * /src/SDCCmain.c: added option --tini-libid
16475 added port->do_assemble function (-mTININative) has a multi command assemble
16477 * /src/SDCCglue.c: Disabled "constExpr" check
16478 added port->genAssemblerEnd function
16480 * /src/SDCCglobl.h: Added option --tini-libid value
16483 tookout optimizeCompare from the header (has no external references)
16485 * /src/SDCCast.c: made one more function "static"
16487 2001-12-23 Michael Hope <michaelh AT juju.net.nz>
16489 * src/z80/mappings.i: Added z80asm support.
16491 * src/z80/main.c: Added z80asm support on --asm=z80asm
16493 * src/z80/gen.c: Fixed asm portability issues.
16495 * src/asm.c (tvsprintf): Removed old code, added 'N' for function name. For extern support.
16497 * src/SDCCglue.c (printExterns): Added global/extern split.
16499 2001-12-17 Bernhard Held <bernhard AT bernhardheld.de>
16501 * support/regression/Makefile: added test for mcs51 model large
16503 * support/regression/ports/mcs51-large/spec.mk: added test for mcs51 model large
16505 * support/regression/ports/gbz80/spec.mk: added -mgbz80
16507 2001-12-05 Michael Hope <michaelh AT juju.net.nz>
16509 * src/diff.1 (Index): Many, many optmisiations. Dhrystone up to 201.
16511 1904-01-06 Michael Hope <michaelh AT juju.net.nz>
16513 * src/z80/ralloc.c (packRegsForIYUse): Fixed the case where an operand is in direct space.
16515 * src/z80/gen.c (makeFreePairId): Optimised IY load by using a spare pair.
16517 2001-12-02 Bernhard Held <bernhard AT bernhardheld.de>
16519 * src/mcs51/gen.c (genFunction): avoid excess "inc sp"
16521 * support/regression/tests/simplefloat.c: Port to mcs51.
16523 2001-11-25 Michael Hope <michaelh AT juju.net.nz>
16524 * support/regression/tests/bug-485362.c: Added.
16526 * support/regression/tests/simplefloat.c (testDivNearOne): Added.
16528 * src/z80/gen.c (aopOp): Fixed case where left and result are in the same spill loc and they have different sizes.
16530 * src/z80/peeph.def: Added rules for optimising two byte compares on the same thing, and to optimise two ptr assign.
16532 * src/z80/gen.c (aopDump): Added a dump function.
16534 2001-11-25 Bernhard Held <bernhard AT bernhardheld.de>
16535 * sim/ucsim/s51.src/glob.cc: DS390 SFRs and bits added.
16537 * sim/ucsim/s51.src/port.cc: Port 4 and 5 added.
16539 * sim/ucsim/s51.src/regs51.h: DS390 SFRs added.
16541 * sim/ucsim/s51.src/uc390.cc: Some details improved, CKRDY works for tinibios.
16543 * sim/ucsim/s51.src/uc390cl.h: Work in progress.
16545 * sim/ucsim/sim.src/uccl.h: 6 ports for DS390.
16547 * support/regression/fwk/lib/testfwk.c: Run with tinibios.
16549 * support/regression/ports/mcs51/spec.mk: Fine tuninig.
16551 * support/regression/ports/ds390/support.c: Use tinibios.
16553 * support/regression/ports/ds390/spec.mk: Fine tuning, use tinibios.
16555 2001-11-23 Michael Hope <michaelh AT juju.net.nz>support/regression/tests/bug-460010.c
16557 * src/z80/ralloc.c (packRegsForHLUse3): Changed to not pack into HL if anything is in direct space.
16558 (packRegsForHLUse3): Added packing support for send, cast, and return value from a call.
16560 * src/z80/peeph.def: Added rules for optimising pushes of part of a pair.
16562 * src/z80/gen.c (emitCall): Changed the stack fixup to not use HL.
16564 2001-11-18 Michael Hope <michaelh AT juju.net.nz>
16566 * src/z80/gen.c (genCmp): Fixed compare on unsigned.
16568 * src/z80/ralloc.c (packRegsForHLUse3): Created and optimised.
16569 (packRegsForIYUse): Created and optimised.
16571 2001-11-07 Michael Hope <michaelh AT juju.net.nz>
16573 * support/regression/tests/float.c (testFloatAdd): Fixed up warning.
16574 2001-11-18 Bernhard Held <bernhard AT bernhardheld.de>
16576 * sdcc/support/regression/tests/bug-460010.c: fix seg violation on host
16578 * sdcc/support/regression/tests/muldiv.c: fix output on mcs51
16580 * sdcc/support/regression/tests/stacks.c: fix DSEG overflow on mcs51
16582 2001-11-07 Bernhard Held <bernhard AT bernhardheld.de>
16584 * sdcc/sim/device/lib/_gptrget.c: mem region 5 (idata) added
16586 * sdcc/sim/device/lib/_gptrput.c: mem region 5 (idata) added
16588 2001-11-07 Bernhard Held <bernhard AT bernhardheld.de>
16590 * sdcc/sim/ucsim/globals.cc: New: IXRAM.
16592 * sdcc/sim/ucsim/stypes.h: New: IXRAM.
16594 * sdcc/sim/ucsim/s51.src/uc390.cc: New: IXRAM.
16596 2001-11-07 Michael Hope <michaelh AT juju.net.nz>
16598 * src/z80/ralloc.c (packRegsForHLUse): Banned IFXs from being packed into HL.
16599 (packRegsForHLUse): Added rule to pack address of/pointer get for itemps into HL for the Z80.
16600 (packRegsForAccUse2): Added rule to pack hbit IFXs into A.
16602 * src/z80/main.c (_setDefaultOptions): Made float code re-entrant by default.
16604 * src/z80/gen.c (aopGetLitWordLong): Added word support for floats.
16605 (genNotFloat): Added.
16606 (genUminusFloat): Added.
16608 * device/lib/z80/Makefile: Added floating pt stubs.
16610 * device/lib/Makefile.in (Z80SOURCES): Added floating pt support.
16612 * src/z80/gen.c (genIpush): Fixed up a push of one byte when left is in a pair.
16614 * device/lib/_fsadd.c (__fsadd): Fixed up return where the numbers are hugely different.
16616 2001-11-07 Bernhard Held <bernhard AT bernhardheld.de>
16618 * sdcc/sim/ucsim/s51.src/glob.cc: Minor fix.
16620 * sdcc/sim/ucsim/s51.src/regs51.h: Minor fix.
16622 * sdcc/support/regression/Makefile: Add port ds390.
16624 * sdcc/support/regression/ports/mcs51/spec.mk: Minor change.
16626 * sdcc/support/regression/ports/z80/spec.mk: Minor change.
16628 * sdcc/support/regression/ports/ds390/spec.mk: Added.
16630 * sdcc/support/regression/ports/ds390/support.c: Added.
16632 * sdcc/support/regression/ports/ds390/uCsim.cmd: Added.
16634 * sdcc/support/regression/ports/mcs51/timeout.c: Cut.
16636 * sdcc/support/regression/fwk/lib/timeout.c: Paste.
16638 2001-11-04 Michael Hope <michaelh AT juju.net.nz>
16640 * device/include/malloc.h: Added z80 and gbz80 support.
16642 * device/lib/gbz80/heap.s: Added.
16644 * device/lib/z80/heap.s: Added.
16646 * device/lib/malloc.c: Added z80 and gbz80 support.
16648 * support/regression/tests/malloc.c (testMalloc): Added.
16650 * src/SDCCmain.c (parseCmdLine): Added support for -Wp.
16652 * support/regression/tests/bug-478094.c: Added.
16654 * src/z80/gen.c (commitPair): Fixed silly gbz80/z80 commit to static bug.
16656 2001-11-04 Bernhard Held <bernhard AT bernhardheld.de>
16658 * sdcc/sim/ucsim/s51.src/uc390cl.h: Improvement for ds390 to run regression tests
16660 * sdcc/sim/ucsim/s51.src/uc390.h: Improvement for ds390 to run regression tests
16662 * sdcc/sim/ucsim/s51.src/regs51.h: Improvement for ds390 to run regression tests
16664 * sdcc/sim/ucsim/s51.src/glob.cc: Improvement for ds390 to run regression tests
16666 * sdcc/support/regression/tests/bug-460010.c: Small change for ds390
16668 2001-11-04 Michael Hope <michaelh AT juju.net.nz>
16670 * src/z80/peeph-gbz80.def: Removed a bad sub optimisation.
16672 2001-11-03 Michael Hope <michaelh AT juju.net.nz>
16674 * support/regression/tests/bug-477927.c: Added.
16676 * src/z80/peeph.def: Added minor rules.
16678 * src/z80/gen.c (genPlusIncr): Added an extra plusinc rule.
16680 * src/z80/peeph.def: Added jump optimisation modification.
16682 2001-11-01 Michael Hope <michaelh AT juju.net.nz>
16684 * src/SDCCmain.c (linkEdit): Added runtime path detection to the mcs51 port.
16686 2001-10-30 Michael Hope <michaelh AT juju.net.nz>
16688 * support/regression/tests/funptrs.c: Added.
16690 2001-10-29 Michael Hope <michaelh AT juju.net.nz>
16692 * src/z80/ralloc.c (packRegsForHLUse): Fixed up bad spill due to pushing one byte via HL.
16694 2001-10-28 Michael Hope <michaelh AT juju.net.nz>
16696 * src/z80/gen.c (genArrayInit): Made it work for on stack arrays.
16698 * src/z80/main.c (gbz80_port =): Added rle support to the gbz80 port.
16700 * src/z80/gen.c (genMinus): Fixed for where the result is one byte.
16701 (movLeft2ResultLong): Created.
16703 * src/z80/ralloc.c (packRegsForHLUse): Added a couple of simple cases for the GB.
16704 (joinPushes): Added. Joins two char pushes into a word push.
16706 2001-10-27 Michael Hope <michaelh AT juju.net.nz>
16708 * support/cpp2/Makefile.in (install): Added creation of dest dir.
16710 * support/makebin/Makefile (install): Added creation of dest dir.
16712 2001-10-24 Karl Bongers <karl AT turbobit.com>
16714 * configure.in, configure, Makefile, support/cpp: Removed cpp folder, since we have new cpp2 preprocessor code.
16716 2001-10-21 Michael Hope <michaelh AT juju.net.nz>
16718 * src/z80/ralloc.c: Turned off faulty pack for one use.
16720 * src/z80/peeph-gbz80.def: Removed redundent restart options.
16722 * src/z80/gen.c (genMult): Added native mul for constants on the z80 and gbz80.
16724 2001-10-21 Bernhard Held <bernhard AT bernhardheld.de>
16726 * support/regression/Makefile: Improved clean
16728 * support/regression/ports/gbz80/spec.mk: Added clean
16730 * support/regression/ports/host/spec.mk: Added clean
16732 * support/regression/ports/z80/spec.mk: Added clean
16734 * support/regression/ports/mcs51/spec.mk: Added clean, little improvements
16736 * support/regression/ports/mcs51/timeout.c: little improvements
16738 2001-10-17 Michael Hope <michaelh AT juju.net.nz>
16740 * device/lib/malloc.c (MEMHEADER): Fixed against new pedantic pointers.
16742 * support/regression/fwk/include/testfwk.h: Fixed up to use function pts correctly.
16744 * support/regression/generate-cases.py: Fixed up to use function pts correctly.
16746 2001-10-16 Bernhard Held <bernhard AT bernhardheld.de>
16748 * support/regression/port/mcs51/spec.mk: add timeout for uCsim
16750 * support/regression/port/mcs51/timeout.c: add timeout for uCsim
16752 2001-10-13 Michael Hope <michaelh AT juju.net.nz>
16753 * src/z80/gen.c (emitCall): Fixed up missing spill of HL when used to assign the result value.
16755 * src/z80/ralloc.c: Turned off pack for one use as it's quite broken.
16757 * src/SDCCmain.c (linkEdit): Added support for passing a legacy command line through the processor.
16759 * src/mcs51/main.c (_linkCmd): Added bin path to command.
16761 * src/SDCCmain.c (initValues): Added support for when it it called just to link.
16763 * as/mcs51/lklibr.c (libfil;): Turned off 'library file' message.
16765 * src/SDCCval.c (constVal): Fixed usage of 'L' modifier problems on ppc.
16767 * support/regression/tests/longor.c: Added.
16769 2001-10-11 Bernhard Held <bernhard AT bernhardheld.de>
16771 * as/mcs51/asdata.c: replaced FILENAME_MAX with PATH_MAX
16773 * as/mcs51/aslink.h: define PATH_MAX
16775 * as/mcs51/asm.h: define PATH_MAX
16777 * as/mcs51/asmain.c: replaced FILENAME_MAX with PATH_MAX
16779 * as/mcs51/asnoice.c: replaced FILENAME_MAX with PATH_MAX
16781 * as/mcs51/lklex.c: replaced FILENAME_MAX with PATH_MAX
16783 * as/mcs51/lkmain.c: replaced FILENAME_MAX with PATH_MAX
16785 * src/SDCCglobl.h: define PATH_MAX
16787 * src/SDCCmacro.c: replaced FILENAME_MAX with PATH_MAX
16789 * src/SDCCmain.c: replaced FILENAME_MAX with PATH_MAX
16791 2001-10-11 Michael Hope <michaelh AT juju.net.nz>
16793 * src/z80/gen.c (gencjneshort): Fixed
16795 * src/z80/ralloc.c (packRegsForHLUse): Added pack into HL for cast then ipush.
16797 2001-10-09 Michael Hope <michaelh AT juju.net.nz>
16799 * support/regression/tests/bug-469671.c: Added.
16801 * src/z80/gen.c (shiftIntoPair): Fixed up warning.
16803 2001-10-08 Michael Hope <michaelh AT juju.net.nz>
16805 * src/SDCCmain.c: Added --fommit-frame-pointer option and implemented in the z80 port.
16807 * src/z80/gen.c (genPlus): Fixed to work with extended stack. Also fixed genMinus, genCmp. genUMinus is still left.
16809 2001-10-08 Bernhar Held <bernhard AT bernhardheld.de>
16811 * src/SDCCmain.c (preProcess): added define SDCC_NOOVERLAY
16813 * src/device/lib/_mulint.c : removed hint: nooverlay bug
16815 * src/device/lib/_mullong.c : removed hint: nooverlay bug
16817 * src/device/lib/_divuint.c : removed hint: nooverlay bug
16819 * src/device/lib/_divulong.c: removed hint: nooverlay bug
16821 * src/device/lib/_moduint.c : removed hint: nooverlay bug
16823 * src/device/lib/_modulong.c: removed hint: nooverlay bug
16825 2001-10-07 Michael Hope <michaelh AT juju.net.nz>
16827 * 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.
16829 * support/Util/NewAlloc.c (freeTrace): Changed free for the gc case to not free at all. Fixes runtime segfault.
16831 * support/regression/tests/scott-compare3.c (c_abcd): Fixed up casts.
16833 2001-10-07 <johan AT FRIJA>
16835 * device/lib/gets.c (gets): fixed the return value.
16837 2001-10-06 Michael Hope <michaelh AT juju.net.nz>
16838 * src/SDCCmain.c (WRITE_SEG_LOC): Fixed up to use Safe_strdup.
16840 * 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.
16842 * 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.
16844 * src/z80/gen.c (genZ80Code): Added de-allocation via trace support.
16846 * src/pic/gen.c: Removed Safe_strdup.
16848 * configure.in: Added option to enable libgc support.
16850 * src/SDCCbitv.c (bitVectnBitsOn): Optimised.
16851 (bitVectUnion): Optimised.
16852 (bitVectIntersect): Optimised.
16853 (bitVectBitsInCommon): Optimised.
16854 (bitVectCplAnd): Optimised.
16856 * support/makebin/makebin.c (usage): Removed getopt as mingw32 doesn't have it. Sigh.
16858 2001-10-03 Bernhard Held <bernhard AT bernhardheld.de>
16860 * src/SDCCmain.c: distinguish between assembler debug and plain options
16862 * src/avr/main.c: remove standard assembler options
16864 * src/ds390/main.c: remove standard assembler options
16866 * src/mcs51/main.c: remove standard assembler options
16868 * src/port.h: removed "PENDING" comment
16870 2001-10-03 Bernhard Held <bernhard AT bernhardheld.de>
16872 * src/device/lib/_mulint.c : new, with assember functions
16874 * src/device/lib/_mullong.c : new, with assember functions
16876 * src/device/lib/_divuint.c : with assember functions
16878 * src/device/lib/_divsint.c : with assember functions
16880 * src/device/lib/_divulong.c: with assember functions
16882 * src/device/lib/_divslong.c: with assember functions
16884 * src/device/lib/_moduint.c : with assember functions
16886 * src/device/lib/_modsint.c : with assember functions
16888 * src/device/lib/_modulong.c: with assember functions
16890 * src/device/lib/_modslong.c: with assember functions
16892 * src/device/lib/libint.lib: replaced _muluint.c and _mulsint.c by _mulint.c
16894 * src/device/lib/liblong.lib: replaced _mululong.c and _mulslong.c by _mullong.c
16896 * src/device/lib/Makefile.in: replaced _muluint.c and _mulsint.c by _mulint.c
16897 replaced _mululong.c and _mulslong.c by _mullong.c
16899 2001-10-03 Bernhard Held <bernhard AT bernhardheld.de>
16901 * src/SDCCsymt.c: sequence of specifiers in pintTypeChain() corrected
16903 2001-10-01 Bernhard Held <bernhard AT bernhardheld.de>
16905 * src/SDCCglue.c: test, if win32api is available for MINGW
16907 2001-10-01 Bernhard Held <bernhard AT bernhardheld.de>
16909 * src/SDCCsymt.c: no more _modifier in printTypeChain()
16910 * support/regression/tests/driverstruct.c: REENTRANT for mcs51
16911 * support/regression/ports/gbz80/spec.mk: removed GENERIC
16912 * support/regression/ports/host/spec.mk: removed GENERIC
16913 * support/regression/ports/mcs51/spec.mk: removed GENERIC
16914 * support/regression/ports/z80/spec.mk: removed GENERIC
16916 2001-10-01 Michael Hope <michaelh AT juju.net.nz>
16918 * support/regression/fwk/lib/testfwk.c (__printf): Removed GENERIC.
16920 * support/regression/tests/bug-467035.c: Created.
16922 2001-10-01 <johan AT FRIJA>
16924 * src/SDCC.y: fixed bug #466586 part 1
16926 2001-10-01 Johan Knol <johan.knol AT iduna.nl>
16928 * SDCCicode.c: z80 has no generic pointers
16929 * removed -s from strip in all Makefile(.in)'s. It is not needed, but Solaris chocks on it.
16931 2001-09-30 Michael Hope <michaelh AT juju.net.nz>
16933 * sim/ucsim/cmd.src/Makefile.in ($(PRJDIR)/libcmd.a): Changed all ar references to $(AR) for Solaris.
16935 2001-09-29 Michael Hope <michaelh AT juju.net.nz>
16937 * Makefile (sdcc-libs): Added makebin to the list of standard targets.
16939 * support/regression/ports/z80/spec.mk: Updated to use env for sdcc bin dir for automatic regression.
16941 2001-09-25 Michael Hope <michaelh AT juju.net.nz>
16943 * configure.in: Fixed up so that ucsim is only configured once.
16945 * support/cpp2/configure.in: Fixed to use the program transform to append the .exe for the win32 build.
16947 * src/SDCCutil.c (getPrefixFromBinPath): Fixed up to work with win32 in all of its glory.
16948 (getPathDifference): As above.
16950 * src/SDCCmain.c (preProcess): Changed to use a temporary file in a proper temp directory. Fixed case where pre-processing only.
16952 * src/SDCCglue.c (tempfilename): Added function for pre-processor.
16954 2001-09-23 Michael Hope <michaelh AT juju.net.nz>
16955 * .version: Updated to 2.3.1
16957 * src/z80/main.c (z80_port =): Added macro based linker and assembler command line support.
16958 Added copyright header.
16960 * src/SDCCmain.c: Shifted various functions into SDCCutil.c
16961 (assemble): Added support for macro based assembler commands.
16962 (linkEdit): Added support for macro based linker commands.
16963 (preProcess): Changed the pre-processor to use macros.
16964 (_setPaths): Added functionality to autodetect the include, lib and bin dir paths.
16965 (_discoverPaths): Added support for overriding the install directory using the SDCCDIR env variable.
16967 * device/lib/z80/crt0.s: Added module name for debugging.
16969 2001-09-20 Michael Hope <michaelh AT juju.net.nz>
16971 * src/SDCCmain.c (printVersionInfo): Added the build date to the version info.
16973 * src/SDCChasht.c (hTabDeleteByKey): Fixed delete as it would delete the last item from a bucket even if it wasn't the real one.
16975 * src/SDCCglue.c: Moved gc_strdup to SDCCutil.c
16977 * src/Makefile.in: Added SDCCmacro and SDCCutil
16979 2001-09-19 Michael Hope <michaelh AT juju.net.nz>
16981 * src/SDCCmain.c (printVersionInfo): Added the build date to the version info.
16983 2001-09-16 <johan AT FRIJA>
16985 * 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.
16987 2001-09-15 <johan AT FRIJA>
16989 * src/mcs51/ralloc.c: (findAssignToSym): fixed bug #460662 part 1
16990 * src/ds390/ralloc.c (findAssignToSym): fixed bug #460662 part 1
16992 2001-09-11 <johan AT FRIJA>
16994 * src/SDCCval.c (valDiv Mod Minus Plus Shift): keep litteral expressions as small as possible (bug #460010)
16996 2001-09-10 Michael Hope <michaelh AT juju.net.nz>
16998 * support/regression/tests/bug-460444.c: Added test case.
17000 * src/z80/gen.c (genOr): bug 460444: if (a ^ lit) was broken for &, |, and ^.
17001 (genCast): Added justification for all of the asserts.
17003 2001-09-10 Bernhard Held <bernhard AT bernhardheld.de>
17005 * support/regression/support.c: _xdata replaced by xdata
17007 * support/regression/spec.mk: removed _generic
17009 2001-09-09 Michael Hope <michaelh AT juju.net.nz>
17011 * src/pic/ralloc.c (debugLogRegType): Removed some old types to get it to compile.
17013 * src/z80/gen.c (shiftR2Left2Result): Improved the case when v = v >> n for small values of n to use less code space and time.
17014 (genrshTwo): Fixed v = v >> n where v is a negative int and n is > 8: bug 460010.
17016 * src/z80/peeph.def: Added a rule to optimise shift then compare.
17018 * support/regression/tests/bug-460000.c (testShiftByParam): Added test case.
17020 * support/regression/tests/bug-460010.c: Added test case.
17022 * support/regression/Makefile (test-host): Removed a silly 'clean' target when testing against gcc.
17024 2001-09-09 Bernhard Held <bernhard AT bernhardheld.de>
17026 * support/regression/Makefile: inter-port-clean adjusted for mcs51
17028 * support/regression/testfwk.c: removed workaround for bug #436344
17030 * support/regression/tests/bp.c: use less memory with mcs51
17032 * support/regression/tests/bug-441448.c: use less memory
17034 * support/regression/tests/ports/mcs51/spec.mk: cleanup, use --stack-after-data
17036 * support/regression/collate-results.py: typo
17038 2001-09-08 Michael Hope <michaelh AT juju.net.nz>
17040 * support/regression/tests/fetchoverlap.c: Added new test case.
17042 * support/regression/tests/bp.c: Added new test case.
17044 * support/regression/tests/bug-448984.c: Added new test case.
17046 * support/regression/tests/pow2shifts.c: Added new test case.
17048 * src/z80/gen.c: Turned off the noise it normally generates for the release.
17049 (genlshTwo): Fixed right shift for count > 8.
17051 * src/z80/ralloc.c: Disabled most of the ACC packing rules as they weren't getting hit and weren't at all safe.
17053 2001-09-08 <johan AT FRIJA>
17055 * src/SDCCicode.c (geniCodeCall): a CPOINTER can be used as a function
17057 2001-09-07 <johan AT FRIJA>
17059 * src/SDCCicode.c (newiCodeCondition): fixed bug #456235 (1.77)
17061 * src/SDCCglue.c (emitRegularMap): only delete a symbol when it is a symbol
17063 2001-09-06 <johan AT FRIJA>
17065 * src/SDCC.y: this could be a fix for bug #458744 (1.37)
17066 * bernhard noted me at this: "() equals to (void)" (1.38)
17068 2001-09-05 <johan AT FRIJA>
17070 * src/SDCCglue.c (emitRegularMap): a fix for bug #458099/2
17072 2001-09-04 <johan AT FRIJA>
17074 * src/SDCCsymt.c (checkSClass): a fix for bug #458099/1
17077 2001-09-04 Paul Stoffregen <paul AT pjrc.com>
17079 * pragma noinduction broke memcpy on mcs51 large model. Moved it inside z80 optimization
17081 2001-09-03 Michael Hope <michaelh AT juju.net.nz>
17083 * link/z80/aslink.h: Fixed path for PATH_MAX
17085 2001-09-02 Michael Hope <michaelh AT juju.net.nz>
17087 * src/z80/gen.c (fetchLitPair): Changed so that it properly caches direct space references.
17089 * support/regression/tests/addsub.c: Added cases to cover all the +, - combinations.
17091 * support/regression/tests/uminus.c: Added a test for the unary minus operator.
17093 * 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.
17095 2001-09-01 Michael Hope <michaelh AT juju.net.nz>
17097 * src/z80/gen.c: Fixed up generator to pass the regresion tests, specifically fixing loads for longs, genCmp, and turned on the map file.
17098 (genCmp): Fixed up genCmp for the GB with longs.
17100 * device/lib/gbz80/Makefile: Fixed up all the libraries to pass the regression tests.
17102 * support/regression/ports/host/spec.mk: Updated to compile with the new type specifiers.
17104 * device/lib/Makefile.in (Z80SOURCES): Removed old _mululong, _mulslong, and unneeded _mulint.
17106 * device/lib/_mullong.c (_mulslong): Changed to actually return a value :)
17108 2001-08-30 Paul Stoffregen <paul AT pjrc.com>
17110 * added peepholes 223 to 231 to mcs51 port. These improve code when using large model.
17112 2001-08-30 Michael Hope <michaelh AT juju.net.nz>
17114 * 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.
17116 * src/z80/gen.c (genPlus): Changed bad long add for gb to a fall through.
17118 2001-08-29 Michael Hope <michaelh AT juju.net.nz>
17120 * link/z80/aslink.h: Fixed long file name support. Is now based off PATH_MAX instead of a constant.
17122 * src/z80/gen.c: Fixed add and sub for the case where left or right are in static space.
17124 2001-08-30 Bernhard Held <bernhard AT bernhardheld.de>
17126 * sim/ucsim/configure: little improvement of Cygwin-detection
17127 * sim/ucsim/configure.in: little improvement of Cygwin-detection
17128 * sim/ucsim/cmd.src/newcmdcl.h: include <sys/types.h> to define fd_set automated build
17129 * support/regression/tests/bug-221100.c: small changes for mcs51
17130 * support/regression/tests/bug-221168.c: small changes for mcs51
17131 * support/regression/tests/bug-227710.c: small changes for mcs51
17132 * support/regression/tests/staticinit.c: small changes for mcs51
17133 * as/mcs51/aslink.h: accept everything as symbol name in rel-files, bug fix ID 452601
17134 * as/mcs51/lklex.c: accept everything as symbol name in rel-files, bug fix ID 452601
17135 * as/mcs51/lksym.c: accept everything as symbol name in rel-files, bug fix ID 452601