fw/sdcc
22 years agofix printf is a macro in gcc 3
drdani [Tue, 4 Dec 2001 07:55:57 +0000 (07:55 +0000)]
fix printf is a macro in gcc 3

git-svn-id: https://sdcc.svn.sourceforge.net/svnroot/sdcc/trunk/sdcc@1660 4a8a32a2-be11-0410-ad9d-d568d2c75423

22 years agofix "inc sp"
bernhardheld [Sun, 2 Dec 2001 23:01:45 +0000 (23:01 +0000)]
fix "inc sp"

git-svn-id: https://sdcc.svn.sourceforge.net/svnroot/sdcc/trunk/sdcc@1659 4a8a32a2-be11-0410-ad9d-d568d2c75423

22 years agosupport/regression/tests/simplefloat.c: Port to mcs51
bernhardheld [Sun, 2 Dec 2001 21:31:34 +0000 (21:31 +0000)]
support/regression/tests/simplefloat.c: Port to mcs51

git-svn-id: https://sdcc.svn.sourceforge.net/svnroot/sdcc/trunk/sdcc@1658 4a8a32a2-be11-0410-ad9d-d568d2c75423

22 years ago(genFunction): avoid excess "inc sp"
bernhardheld [Sun, 2 Dec 2001 20:27:50 +0000 (20:27 +0000)]
(genFunction): avoid excess "inc sp"

git-svn-id: https://sdcc.svn.sourceforge.net/svnroot/sdcc/trunk/sdcc@1657 4a8a32a2-be11-0410-ad9d-d568d2c75423

22 years agofixed bug #485513, although a warning should be thrown for non-constant initializers
johanknol [Sat, 1 Dec 2001 16:11:23 +0000 (16:11 +0000)]
fixed bug #485513, although a warning should be thrown for non-constant initializers

git-svn-id: https://sdcc.svn.sourceforge.net/svnroot/sdcc/trunk/sdcc@1656 4a8a32a2-be11-0410-ad9d-d568d2c75423

22 years agoMissed defining D
sandeep [Thu, 29 Nov 2001 23:32:26 +0000 (23:32 +0000)]
Missed defining D

git-svn-id: https://sdcc.svn.sourceforge.net/svnroot/sdcc/trunk/sdcc@1655 4a8a32a2-be11-0410-ad9d-d568d2c75423

22 years agoImplemented FillGaps for z80 & mcs51
sandeep [Thu, 29 Nov 2001 22:26:18 +0000 (22:26 +0000)]
Implemented FillGaps for z80 & mcs51

git-svn-id: https://sdcc.svn.sourceforge.net/svnroot/sdcc/trunk/sdcc@1654 4a8a32a2-be11-0410-ad9d-d568d2c75423

22 years agoa) Moved DPL, DPH, DPX & B before XREGn . ralloc.c/ralloc.h
sandeep [Wed, 28 Nov 2001 18:12:36 +0000 (18:12 +0000)]
a) Moved DPL, DPH, DPX & B before XREGn . ralloc.c/ralloc.h
b) Changed saveRBank & unsaveRBank routines to save & restore R0-R7 only

git-svn-id: https://sdcc.svn.sourceforge.net/svnroot/sdcc/trunk/sdcc@1653 4a8a32a2-be11-0410-ad9d-d568d2c75423

22 years agoFixed up more warnings
michaelh [Wed, 28 Nov 2001 02:02:46 +0000 (02:02 +0000)]
Fixed up more warnings

git-svn-id: https://sdcc.svn.sourceforge.net/svnroot/sdcc/trunk/sdcc@1652 4a8a32a2-be11-0410-ad9d-d568d2c75423

22 years agoFixed up extra static
michaelh [Wed, 28 Nov 2001 01:58:43 +0000 (01:58 +0000)]
Fixed up extra static

git-svn-id: https://sdcc.svn.sourceforge.net/svnroot/sdcc/trunk/sdcc@1651 4a8a32a2-be11-0410-ad9d-d568d2c75423

22 years agoFixed up s51 autodetect
michaelh [Wed, 28 Nov 2001 01:57:35 +0000 (01:57 +0000)]
Fixed up s51 autodetect

git-svn-id: https://sdcc.svn.sourceforge.net/svnroot/sdcc/trunk/sdcc@1650 4a8a32a2-be11-0410-ad9d-d568d2c75423

22 years agoCleaned up warnings
michaelh [Wed, 28 Nov 2001 01:46:36 +0000 (01:46 +0000)]
Cleaned up warnings

git-svn-id: https://sdcc.svn.sourceforge.net/svnroot/sdcc/trunk/sdcc@1649 4a8a32a2-be11-0410-ad9d-d568d2c75423

22 years agoFixed up s51 autodetect
michaelh [Wed, 28 Nov 2001 01:45:19 +0000 (01:45 +0000)]
Fixed up s51 autodetect

git-svn-id: https://sdcc.svn.sourceforge.net/svnroot/sdcc/trunk/sdcc@1648 4a8a32a2-be11-0410-ad9d-d568d2c75423

22 years agoPrevious fix was BADDD . this should do it
sandeep [Mon, 26 Nov 2001 00:57:16 +0000 (00:57 +0000)]
Previous fix was BADDD . this should do it

git-svn-id: https://sdcc.svn.sourceforge.net/svnroot/sdcc/trunk/sdcc@1647 4a8a32a2-be11-0410-ad9d-d568d2c75423

22 years agoFixed problem where the same slocs was shared between two operands
sandeep [Sun, 25 Nov 2001 23:29:25 +0000 (23:29 +0000)]
Fixed problem where the same slocs was shared between two operands
in which case they should get different aops

git-svn-id: https://sdcc.svn.sourceforge.net/svnroot/sdcc/trunk/sdcc@1646 4a8a32a2-be11-0410-ad9d-d568d2c75423

22 years agoFixed problem where slocs can be shared by two operands, in which case
sandeep [Sun, 25 Nov 2001 23:24:55 +0000 (23:24 +0000)]
Fixed problem where slocs can be shared by two operands, in which case
then should go to different aops if the sizes differ

git-svn-id: https://sdcc.svn.sourceforge.net/svnroot/sdcc/trunk/sdcc@1645 4a8a32a2-be11-0410-ad9d-d568d2c75423

22 years agoDonot reverse parameters for "builtin" functions
sandeep [Sun, 25 Nov 2001 23:19:30 +0000 (23:19 +0000)]
Donot reverse parameters for "builtin" functions

git-svn-id: https://sdcc.svn.sourceforge.net/svnroot/sdcc/trunk/sdcc@1644 4a8a32a2-be11-0410-ad9d-d568d2c75423

22 years agoFixed algebraicOpts() for division by self
sandeep [Sun, 25 Nov 2001 22:16:34 +0000 (22:16 +0000)]
Fixed algebraicOpts() for division by self

git-svn-id: https://sdcc.svn.sourceforge.net/svnroot/sdcc/trunk/sdcc@1643 4a8a32a2-be11-0410-ad9d-d568d2c75423

22 years ago * support/regression/tests/bug-485362.c: Added.
michaelh [Sun, 25 Nov 2001 19:06:14 +0000 (19:06 +0000)]
* support/regression/tests/bug-485362.c: Added.

* support/regression/tests/simplefloat.c (testDivNearOne): Added.

* src/z80/gen.c (aopOp): Fixed case where left and result are in the same spill loc and they have different sizes.

* src/z80/peeph.def: Added rules for optimising two byte compares on the same thing, and to optimise two ptr assign.

* src/z80/gen.c (aopDump): Added a dump function.

git-svn-id: https://sdcc.svn.sourceforge.net/svnroot/sdcc/trunk/sdcc@1642 4a8a32a2-be11-0410-ad9d-d568d2c75423

22 years ago--debug is wrong
bernhardheld [Sun, 25 Nov 2001 01:55:58 +0000 (01:55 +0000)]
--debug is wrong

git-svn-id: https://sdcc.svn.sourceforge.net/svnroot/sdcc/trunk/sdcc@1641 4a8a32a2-be11-0410-ad9d-d568d2c75423

22 years ago * sim/ucsim/s51.src/glob.cc: DS390 SFRs and bits added.
bernhardheld [Sun, 25 Nov 2001 01:45:20 +0000 (01:45 +0000)]
* sim/ucsim/s51.src/glob.cc: DS390 SFRs and bits added.

* sim/ucsim/s51.src/port.cc: Port 4 and 5 added.

* sim/ucsim/s51.src/regs51.h: DS390 SFRs added.

* sim/ucsim/s51.src/uc390.cc: Some details improved, CKRDY works for tinibios.

* sim/ucsim/s51.src/uc390cl.h: Work in progress.

* sim/ucsim/sim.src/uccl.h: 6 ports for DS390.

* support/regression/fwk/lib/testfwk.c: Run with tinibios.

* support/regression/ports/mcs51/spec.mk: Fine tuninig.

* support/regression/ports/ds390/support.c: Use tinibios.

* support/regression/ports/ds390/spec.mk: Fine tuning, use tinibios.

git-svn-id: https://sdcc.svn.sourceforge.net/svnroot/sdcc/trunk/sdcc@1640 4a8a32a2-be11-0410-ad9d-d568d2c75423

22 years ago * sim/ucsim/s51.src/glob.cc: DS390 SFRs and bits added.
bernhardheld [Sun, 25 Nov 2001 01:39:52 +0000 (01:39 +0000)]
* sim/ucsim/s51.src/glob.cc: DS390 SFRs and bits added.

* sim/ucsim/s51.src/port.cc: Port 4 and 5 added.

* sim/ucsim/s51.src/regs51.h: DS390 SFRs added.

* sim/ucsim/s51.src/uc390.cc: Some details improved, CKRDY works for tinibios.

* sim/ucsim/s51.src/uc390cl.h: Work in progress.

* sim/ucsim/sim.src/uccl.h: 6 ports for DS390.

* support/regression/fwk/lib/testfwk.c: Run with tinibios.

* support/regression/ports/mcs51/spec.mk: Fine tuninig.

* support/regression/ports/ds390/support.c: Use tinibios.

* support/regression/ports/ds390/spec.mk: Fine tuning, use tinibios.

git-svn-id: https://sdcc.svn.sourceforge.net/svnroot/sdcc/trunk/sdcc@1639 4a8a32a2-be11-0410-ad9d-d568d2c75423

22 years agoAdded regression testing files that should've been added a long time ago.
sdattalo [Sat, 24 Nov 2001 06:04:01 +0000 (06:04 +0000)]
Added regression testing files that should've been added a long time ago.
Fixed ptr gen bugs. (need to dive into ralloc... ptrs are generated poorly)

git-svn-id: https://sdcc.svn.sourceforge.net/svnroot/sdcc/trunk/sdcc@1638 4a8a32a2-be11-0410-ad9d-d568d2c75423

22 years ago * src/z80/ralloc.c (packRegsForHLUse3): Changed to not pack into HL if anything...
michaelh [Sat, 24 Nov 2001 04:44:41 +0000 (04:44 +0000)]
* src/z80/ralloc.c (packRegsForHLUse3): Changed to not pack into HL if anything is in direct space.
(packRegsForHLUse3): Added packing support for send, cast, and return value from a call.

* src/z80/peeph.def: Added rules for optimising pushes of part of a pair.

* src/z80/gen.c (emitCall): Changed the stack fixup to not use HL.

git-svn-id: https://sdcc.svn.sourceforge.net/svnroot/sdcc/trunk/sdcc@1637 4a8a32a2-be11-0410-ad9d-d568d2c75423

22 years agoMade it assembler agnostic everything assembler specific now handled in asm.c
sandeep [Fri, 23 Nov 2001 21:43:26 +0000 (21:43 +0000)]
Made it assembler agnostic everything assembler specific now handled in asm.c

git-svn-id: https://sdcc.svn.sourceforge.net/svnroot/sdcc/trunk/sdcc@1636 4a8a32a2-be11-0410-ad9d-d568d2c75423

22 years agoMore fixes for DPTR use
sandeep [Fri, 23 Nov 2001 21:42:21 +0000 (21:42 +0000)]
More fixes for DPTR use

git-svn-id: https://sdcc.svn.sourceforge.net/svnroot/sdcc/trunk/sdcc@1635 4a8a32a2-be11-0410-ad9d-d568d2c75423

22 years agoChanged default stack location to 0x400007
sandeep [Fri, 23 Nov 2001 21:41:35 +0000 (21:41 +0000)]
Changed default stack location to 0x400007

git-svn-id: https://sdcc.svn.sourceforge.net/svnroot/sdcc/trunk/sdcc@1634 4a8a32a2-be11-0410-ad9d-d568d2c75423

22 years agoAdded tokens to print bytes at different offsets
sandeep [Fri, 23 Nov 2001 21:40:30 +0000 (21:40 +0000)]
Added tokens to print bytes at different offsets

git-svn-id: https://sdcc.svn.sourceforge.net/svnroot/sdcc/trunk/sdcc@1633 4a8a32a2-be11-0410-ad9d-d568d2c75423

22 years ago& sp with 0xff
sandeep [Fri, 23 Nov 2001 21:39:30 +0000 (21:39 +0000)]
& sp with 0xff

git-svn-id: https://sdcc.svn.sourceforge.net/svnroot/sdcc/trunk/sdcc@1632 4a8a32a2-be11-0410-ad9d-d568d2c75423

22 years agotemporary disabled checkConstantRange, left a warning as a reminder
johanknol [Fri, 23 Nov 2001 19:45:14 +0000 (19:45 +0000)]
temporary disabled checkConstantRange, left a warning as a reminder

git-svn-id: https://sdcc.svn.sourceforge.net/svnroot/sdcc/trunk/sdcc@1631 4a8a32a2-be11-0410-ad9d-d568d2c75423

22 years agoPIC Port - Totally rewrote signed comparisons. It was a horrendously hideous bitch...
sdattalo [Fri, 23 Nov 2001 17:54:03 +0000 (17:54 +0000)]
PIC Port - Totally rewrote signed comparisons. It was a horrendously hideous bitch of a job that I wouldn't wish on my worst enemy.

git-svn-id: https://sdcc.svn.sourceforge.net/svnroot/sdcc/trunk/sdcc@1630 4a8a32a2-be11-0410-ad9d-d568d2c75423

22 years agofixed the "(int) = -0x81" problem
johanknol [Fri, 23 Nov 2001 10:18:30 +0000 (10:18 +0000)]
fixed the "(int) = -0x81" problem

git-svn-id: https://sdcc.svn.sourceforge.net/svnroot/sdcc/trunk/sdcc@1629 4a8a32a2-be11-0410-ad9d-d568d2c75423

22 years agofunctions containing only __builtin functions can overlay variables
sandeep [Wed, 21 Nov 2001 17:11:55 +0000 (17:11 +0000)]
functions containing only __builtin functions can overlay variables

git-svn-id: https://sdcc.svn.sourceforge.net/svnroot/sdcc/trunk/sdcc@1628 4a8a32a2-be11-0410-ad9d-d568d2c75423

22 years agoadded __typeof extention will return type of a variable / expression
sandeep [Wed, 21 Nov 2001 17:10:33 +0000 (17:10 +0000)]
added __typeof extention will return type of a variable / expression
as enumerated in typeof.h

git-svn-id: https://sdcc.svn.sourceforge.net/svnroot/sdcc/trunk/sdcc@1627 4a8a32a2-be11-0410-ad9d-d568d2c75423

22 years agoAdded __builtin function __builtin_memset_x
sandeep [Wed, 21 Nov 2001 17:06:41 +0000 (17:06 +0000)]
Added __builtin function __builtin_memset_x

git-svn-id: https://sdcc.svn.sourceforge.net/svnroot/sdcc/trunk/sdcc@1626 4a8a32a2-be11-0410-ad9d-d568d2c75423

22 years agoHas __typeof enumerations
sandeep [Wed, 21 Nov 2001 17:04:35 +0000 (17:04 +0000)]
Has __typeof enumerations

git-svn-id: https://sdcc.svn.sourceforge.net/svnroot/sdcc/trunk/sdcc@1625 4a8a32a2-be11-0410-ad9d-d568d2c75423

22 years agoa) Fixed a buch of bugs with DPTR use
sandeep [Wed, 21 Nov 2001 16:56:29 +0000 (16:56 +0000)]
a) Fixed a buch of bugs with DPTR use
b) Added functionality to check if a DPTR use after register allocation and before filling gaps.

git-svn-id: https://sdcc.svn.sourceforge.net/svnroot/sdcc/trunk/sdcc@1624 4a8a32a2-be11-0410-ad9d-d568d2c75423

22 years agofixed a last minute type
johanknol [Mon, 19 Nov 2001 14:21:12 +0000 (14:21 +0000)]
fixed a last minute type

git-svn-id: https://sdcc.svn.sourceforge.net/svnroot/sdcc/trunk/sdcc@1623 4a8a32a2-be11-0410-ad9d-d568d2c75423

22 years agoFixed bug #483124
johanknol [Mon, 19 Nov 2001 13:49:17 +0000 (13:49 +0000)]
Fixed bug #483124
The experimental if-optimizer/warner goes with it

git-svn-id: https://sdcc.svn.sourceforge.net/svnroot/sdcc/trunk/sdcc@1622 4a8a32a2-be11-0410-ad9d-d568d2c75423

22 years ago * src/z80/gen.c (genCmp): Fixed compare on unsigned.
michaelh [Mon, 19 Nov 2001 05:38:44 +0000 (05:38 +0000)]
* src/z80/gen.c (genCmp): Fixed compare on unsigned.

git-svn-id: https://sdcc.svn.sourceforge.net/svnroot/sdcc/trunk/sdcc@1621 4a8a32a2-be11-0410-ad9d-d568d2c75423

22 years ago * src/z80/ralloc.c (packRegsForHLUse3): Created and optimised.
michaelh [Mon, 19 Nov 2001 04:56:44 +0000 (04:56 +0000)]
* src/z80/ralloc.c (packRegsForHLUse3): Created and optimised.
(packRegsForIYUse): Created and optimised.

git-svn-id: https://sdcc.svn.sourceforge.net/svnroot/sdcc/trunk/sdcc@1620 4a8a32a2-be11-0410-ad9d-d568d2c75423

22 years agoport to mcs51
bernhardheld [Sun, 18 Nov 2001 19:41:27 +0000 (19:41 +0000)]
port to mcs51

git-svn-id: https://sdcc.svn.sourceforge.net/svnroot/sdcc/trunk/sdcc@1619 4a8a32a2-be11-0410-ad9d-d568d2c75423

22 years agoport to mcs51
bernhardheld [Sun, 18 Nov 2001 19:28:59 +0000 (19:28 +0000)]
port to mcs51

git-svn-id: https://sdcc.svn.sourceforge.net/svnroot/sdcc/trunk/sdcc@1618 4a8a32a2-be11-0410-ad9d-d568d2c75423

22 years agoImplemented builtin functions
sandeep [Sun, 18 Nov 2001 18:58:21 +0000 (18:58 +0000)]
Implemented builtin functions

git-svn-id: https://sdcc.svn.sourceforge.net/svnroot/sdcc/trunk/sdcc@1617 4a8a32a2-be11-0410-ad9d-d568d2c75423

22 years agoImplementaion of builtin functions
sandeep [Sun, 18 Nov 2001 18:56:30 +0000 (18:56 +0000)]
Implementaion of builtin functions

git-svn-id: https://sdcc.svn.sourceforge.net/svnroot/sdcc/trunk/sdcc@1616 4a8a32a2-be11-0410-ad9d-d568d2c75423

22 years agodetails of __builtin function processing
sandeep [Sun, 18 Nov 2001 18:40:38 +0000 (18:40 +0000)]
details of __builtin function processing

git-svn-id: https://sdcc.svn.sourceforge.net/svnroot/sdcc/trunk/sdcc@1615 4a8a32a2-be11-0410-ad9d-d568d2c75423

22 years ago * sdcc/support/regression/tests/bug-460010.c: fix seg violation on host
bernhardheld [Sun, 18 Nov 2001 16:38:47 +0000 (16:38 +0000)]
* sdcc/support/regression/tests/bug-460010.c: fix seg violation on host

* sdcc/support/regression/tests/muldiv.c: fix output on mcs51

* sdcc/support/regression/tests/stacks.c: fix DSEG overflow on mcs51

git-svn-id: https://sdcc.svn.sourceforge.net/svnroot/sdcc/trunk/sdcc@1613 4a8a32a2-be11-0410-ad9d-d568d2c75423

22 years agoFixed BUG #482929 - defs , uses & clashes should be cleared
sandeep [Sun, 18 Nov 2001 01:41:01 +0000 (01:41 +0000)]
Fixed BUG #482929 - defs , uses & clashes should be cleared

git-svn-id: https://sdcc.svn.sourceforge.net/svnroot/sdcc/trunk/sdcc@1612 4a8a32a2-be11-0410-ad9d-d568d2c75423

22 years agoKeep uses & defs bitVectors updated during pack* operations
sandeep [Sat, 17 Nov 2001 17:16:40 +0000 (17:16 +0000)]
Keep uses & defs bitVectors updated during pack* operations

git-svn-id: https://sdcc.svn.sourceforge.net/svnroot/sdcc/trunk/sdcc@1611 4a8a32a2-be11-0410-ad9d-d568d2c75423

22 years agoprelimanary fix for bug #480076
johanknol [Sat, 17 Nov 2001 16:17:16 +0000 (16:17 +0000)]
prelimanary fix for bug #480076

git-svn-id: https://sdcc.svn.sourceforge.net/svnroot/sdcc/trunk/sdcc@1610 4a8a32a2-be11-0410-ad9d-d568d2c75423

22 years agoAlthough a one byte char array has size==1, it can't be accuse
johanknol [Sat, 17 Nov 2001 11:18:54 +0000 (11:18 +0000)]
Although a one byte char array has size==1, it can't be accuse

git-svn-id: https://sdcc.svn.sourceforge.net/svnroot/sdcc/trunk/sdcc@1609 4a8a32a2-be11-0410-ad9d-d568d2c75423

22 years agothis is better than a wild guess
johanknol [Fri, 16 Nov 2001 19:31:47 +0000 (19:31 +0000)]
this is better than a wild guess

git-svn-id: https://sdcc.svn.sourceforge.net/svnroot/sdcc/trunk/sdcc@1608 4a8a32a2-be11-0410-ad9d-d568d2c75423

22 years agoanother small stack fix, no test case but this should be better
johanknol [Fri, 16 Nov 2001 19:21:24 +0000 (19:21 +0000)]
another small stack fix, no test case but this should be better

git-svn-id: https://sdcc.svn.sourceforge.net/svnroot/sdcc/trunk/sdcc@1607 4a8a32a2-be11-0410-ad9d-d568d2c75423

22 years agoModified error message format to conform closer to GNU C. This helps GUI
karahalios [Fri, 16 Nov 2001 16:55:12 +0000 (16:55 +0000)]
Modified error message format to conform closer to GNU C. This helps GUI
developement environments (in particular Mac OS X Project Builder) display &
track error messages better.

git-svn-id: https://sdcc.svn.sourceforge.net/svnroot/sdcc/trunk/sdcc@1606 4a8a32a2-be11-0410-ad9d-d568d2c75423

22 years agosmall improvement of --dumptree readabilety
johanknol [Fri, 16 Nov 2001 15:34:32 +0000 (15:34 +0000)]
small improvement of --dumptree readabilety

git-svn-id: https://sdcc.svn.sourceforge.net/svnroot/sdcc/trunk/sdcc@1605 4a8a32a2-be11-0410-ad9d-d568d2c75423

22 years agolet's try again: a small stack fix
johanknol [Fri, 16 Nov 2001 14:35:57 +0000 (14:35 +0000)]
let's try again: a small stack fix

git-svn-id: https://sdcc.svn.sourceforge.net/svnroot/sdcc/trunk/sdcc@1604 4a8a32a2-be11-0410-ad9d-d568d2c75423

22 years agoreverting to 1.127
johanknol [Fri, 16 Nov 2001 14:32:24 +0000 (14:32 +0000)]
reverting to 1.127

git-svn-id: https://sdcc.svn.sourceforge.net/svnroot/sdcc/trunk/sdcc@1603 4a8a32a2-be11-0410-ad9d-d568d2c75423

22 years agosmall stack fix
johanknol [Fri, 16 Nov 2001 14:07:03 +0000 (14:07 +0000)]
small stack fix

git-svn-id: https://sdcc.svn.sourceforge.net/svnroot/sdcc/trunk/sdcc@1602 4a8a32a2-be11-0410-ad9d-d568d2c75423

22 years agohack for getting '390 compile to work
kvigor [Fri, 16 Nov 2001 03:57:49 +0000 (03:57 +0000)]
hack for getting '390 compile to work

git-svn-id: https://sdcc.svn.sourceforge.net/svnroot/sdcc/trunk/sdcc@1601 4a8a32a2-be11-0410-ad9d-d568d2c75423

22 years agoModified error message format to conform closer to GNU C. This helps GUI
karahalios [Fri, 16 Nov 2001 00:31:27 +0000 (00:31 +0000)]
Modified error message format to conform closer to GNU C. This helps GUI
developement evnvironments (in particular Mac OS X Project Builder) display &
track error messages better.

git-svn-id: https://sdcc.svn.sourceforge.net/svnroot/sdcc/trunk/sdcc@1600 4a8a32a2-be11-0410-ad9d-d568d2c75423

22 years agoAdded option --all-callee-saves will force all functions
sandeep [Thu, 15 Nov 2001 22:50:53 +0000 (22:50 +0000)]
Added option --all-callee-saves will force all functions
to act as callee saves

git-svn-id: https://sdcc.svn.sourceforge.net/svnroot/sdcc/trunk/sdcc@1599 4a8a32a2-be11-0410-ad9d-d568d2c75423

22 years agoimproved heuristics for spilling
sandeep [Thu, 15 Nov 2001 22:49:57 +0000 (22:49 +0000)]
improved heuristics for spilling

git-svn-id: https://sdcc.svn.sourceforge.net/svnroot/sdcc/trunk/sdcc@1598 4a8a32a2-be11-0410-ad9d-d568d2c75423

22 years agoa) fixed genAddrOf bug for parameters
sandeep [Thu, 15 Nov 2001 22:49:21 +0000 (22:49 +0000)]
a) fixed genAddrOf bug for parameters
b) improved heuristics for spilling

git-svn-id: https://sdcc.svn.sourceforge.net/svnroot/sdcc/trunk/sdcc@1597 4a8a32a2-be11-0410-ad9d-d568d2c75423

22 years agoa) Changed _ESP to esp
sandeep [Thu, 15 Nov 2001 22:47:30 +0000 (22:47 +0000)]
a) Changed _ESP to esp
b) Improved hueristics for spilling
c) fixed DPTR use bug

git-svn-id: https://sdcc.svn.sourceforge.net/svnroot/sdcc/trunk/sdcc@1596 4a8a32a2-be11-0410-ad9d-d568d2c75423

22 years agofixed undefined _ESP in main.c
johanknol [Thu, 15 Nov 2001 14:14:24 +0000 (14:14 +0000)]
fixed undefined _ESP in main.c
fixed genPcall() for screwing dptr
optimized genCall for dptr use
fixed/extended funptr.s

git-svn-id: https://sdcc.svn.sourceforge.net/svnroot/sdcc/trunk/sdcc@1595 4a8a32a2-be11-0410-ad9d-d568d2c75423

22 years agoFix broken genXor in bug-460444
kvigor [Thu, 15 Nov 2001 05:26:42 +0000 (05:26 +0000)]
Fix broken genXor in bug-460444

git-svn-id: https://sdcc.svn.sourceforge.net/svnroot/sdcc/trunk/sdcc@1594 4a8a32a2-be11-0410-ad9d-d568d2c75423

22 years agoslocs are not statics
sandeep [Wed, 14 Nov 2001 21:08:43 +0000 (21:08 +0000)]
slocs are not statics

git-svn-id: https://sdcc.svn.sourceforge.net/svnroot/sdcc/trunk/sdcc@1593 4a8a32a2-be11-0410-ad9d-d568d2c75423

22 years agoSecond pass for register allocator
sandeep [Wed, 14 Nov 2001 21:07:44 +0000 (21:07 +0000)]
Second pass for register allocator
set DISABLE_FILL_GAPS envirornment variable to disable

git-svn-id: https://sdcc.svn.sourceforge.net/svnroot/sdcc/trunk/sdcc@1592 4a8a32a2-be11-0410-ad9d-d568d2c75423

22 years agoFixed another AOP_STR & ruonly problem
sandeep [Wed, 14 Nov 2001 19:08:12 +0000 (19:08 +0000)]
Fixed another AOP_STR & ruonly problem

git-svn-id: https://sdcc.svn.sourceforge.net/svnroot/sdcc/trunk/sdcc@1591 4a8a32a2-be11-0410-ad9d-d568d2c75423

22 years agoFixed a post increment bug
sandeep [Wed, 14 Nov 2001 07:14:54 +0000 (07:14 +0000)]
Fixed a post increment bug

git-svn-id: https://sdcc.svn.sourceforge.net/svnroot/sdcc/trunk/sdcc@1590 4a8a32a2-be11-0410-ad9d-d568d2c75423

22 years agoMany changes. Started a second pass to the register allocator & true 10bit stack
sandeep [Wed, 14 Nov 2001 07:14:17 +0000 (07:14 +0000)]
Many changes. Started a second pass to the register allocator & true 10bit stack
fully implemented

git-svn-id: https://sdcc.svn.sourceforge.net/svnroot/sdcc/trunk/sdcc@1589 4a8a32a2-be11-0410-ad9d-d568d2c75423

22 years agoAdded spillA - flag set when spilt by register allocator
sandeep [Wed, 14 Nov 2001 07:12:46 +0000 (07:12 +0000)]
Added spillA - flag set when spilt by register allocator

git-svn-id: https://sdcc.svn.sourceforge.net/svnroot/sdcc/trunk/sdcc@1588 4a8a32a2-be11-0410-ad9d-d568d2c75423

22 years agoCheck for sign only when required
sandeep [Wed, 14 Nov 2001 07:11:22 +0000 (07:11 +0000)]
Check for sign only when required

git-svn-id: https://sdcc.svn.sourceforge.net/svnroot/sdcc/trunk/sdcc@1587 4a8a32a2-be11-0410-ad9d-d568d2c75423

22 years agoDiscovered pointer type for & operation could be incorrect for variables on
sandeep [Wed, 14 Nov 2001 05:51:17 +0000 (05:51 +0000)]
Discovered pointer type for & operation could be incorrect for variables on
ds390 stack

git-svn-id: https://sdcc.svn.sourceforge.net/svnroot/sdcc/trunk/sdcc@1586 4a8a32a2-be11-0410-ad9d-d568d2c75423

22 years agoAdded bpx Needed for 10bit stack pointer ds390
sandeep [Wed, 14 Nov 2001 05:23:59 +0000 (05:23 +0000)]
Added bpx Needed for 10bit stack pointer ds390

git-svn-id: https://sdcc.svn.sourceforge.net/svnroot/sdcc/trunk/sdcc@1585 4a8a32a2-be11-0410-ad9d-d568d2c75423

22 years ago * sdcc/sim/device/lib/_gptrget.c: mem region 5 (idata) added
bernhardheld [Tue, 13 Nov 2001 20:09:52 +0000 (20:09 +0000)]
* sdcc/sim/device/lib/_gptrget.c: mem region 5 (idata) added

* sdcc/sim/device/lib/_gptrput.c: mem region 5 (idata) added

git-svn-id: https://sdcc.svn.sourceforge.net/svnroot/sdcc/trunk/sdcc@1584 4a8a32a2-be11-0410-ad9d-d568d2c75423

22 years ago * sdcc/sim/device/lib/_gptrget.c: mem region 5 (idata) added
bernhardheld [Tue, 13 Nov 2001 19:52:03 +0000 (19:52 +0000)]
* sdcc/sim/device/lib/_gptrget.c: mem region 5 (idata) added

* sdcc/sim/device/lib/_gptrput.c: mem region 5 (idata) added

git-svn-id: https://sdcc.svn.sourceforge.net/svnroot/sdcc/trunk/sdcc@1583 4a8a32a2-be11-0410-ad9d-d568d2c75423

22 years agosize of a function is the size of a code pointer
johanknol [Tue, 13 Nov 2001 18:45:07 +0000 (18:45 +0000)]
size of a function is the size of a code pointer

git-svn-id: https://sdcc.svn.sourceforge.net/svnroot/sdcc/trunk/sdcc@1582 4a8a32a2-be11-0410-ad9d-d568d2c75423

22 years agofixed bug #481053
johanknol [Tue, 13 Nov 2001 16:34:13 +0000 (16:34 +0000)]
fixed bug #481053

git-svn-id: https://sdcc.svn.sourceforge.net/svnroot/sdcc/trunk/sdcc@1581 4a8a32a2-be11-0410-ad9d-d568d2c75423

22 years agoprevent push/pop-s for SEND registers
johanknol [Tue, 13 Nov 2001 15:38:13 +0000 (15:38 +0000)]
prevent push/pop-s for SEND registers

git-svn-id: https://sdcc.svn.sourceforge.net/svnroot/sdcc/trunk/sdcc@1580 4a8a32a2-be11-0410-ad9d-d568d2c75423

22 years agoall excess initializers (that I can think of) are catched now
johanknol [Tue, 13 Nov 2001 13:25:43 +0000 (13:25 +0000)]
all excess initializers (that I can think of) are catched now

git-svn-id: https://sdcc.svn.sourceforge.net/svnroot/sdcc/trunk/sdcc@1579 4a8a32a2-be11-0410-ad9d-d568d2c75423

22 years agoMore excess initializer warnings. Global scalar and auto's yet to come..
johanknol [Mon, 12 Nov 2001 21:08:02 +0000 (21:08 +0000)]
More excess initializer warnings. Global scalar and auto's yet to come..

git-svn-id: https://sdcc.svn.sourceforge.net/svnroot/sdcc/trunk/sdcc@1578 4a8a32a2-be11-0410-ad9d-d568d2c75423

22 years agoextra warnings for excess scalar/array/struct initializers
johanknol [Mon, 12 Nov 2001 19:46:16 +0000 (19:46 +0000)]
extra warnings for excess scalar/array/struct initializers

git-svn-id: https://sdcc.svn.sourceforge.net/svnroot/sdcc/trunk/sdcc@1577 4a8a32a2-be11-0410-ad9d-d568d2c75423

22 years agofixed bug #478037
johanknol [Mon, 12 Nov 2001 17:14:17 +0000 (17:14 +0000)]
fixed bug #478037

git-svn-id: https://sdcc.svn.sourceforge.net/svnroot/sdcc/trunk/sdcc@1576 4a8a32a2-be11-0410-ad9d-d568d2c75423

22 years agoprevent a timeout of the simulator
johanknol [Mon, 12 Nov 2001 13:46:45 +0000 (13:46 +0000)]
prevent a timeout of the simulator

git-svn-id: https://sdcc.svn.sourceforge.net/svnroot/sdcc/trunk/sdcc@1575 4a8a32a2-be11-0410-ad9d-d568d2c75423

22 years agosize of a function is the size of a code pointer
johanknol [Mon, 12 Nov 2001 13:40:45 +0000 (13:40 +0000)]
size of a function is the size of a code pointer

git-svn-id: https://sdcc.svn.sourceforge.net/svnroot/sdcc/trunk/sdcc@1574 4a8a32a2-be11-0410-ad9d-d568d2c75423

22 years agofixed bug #480712
johanknol [Mon, 12 Nov 2001 10:14:26 +0000 (10:14 +0000)]
fixed bug #480712

git-svn-id: https://sdcc.svn.sourceforge.net/svnroot/sdcc/trunk/sdcc@1573 4a8a32a2-be11-0410-ad9d-d568d2c75423

22 years agosmall fix where op was a value
johanknol [Mon, 12 Nov 2001 09:32:07 +0000 (09:32 +0000)]
small fix where op was a value

git-svn-id: https://sdcc.svn.sourceforge.net/svnroot/sdcc/trunk/sdcc@1572 4a8a32a2-be11-0410-ad9d-d568d2c75423

22 years agofixed bug #479725
johanknol [Sun, 11 Nov 2001 21:57:07 +0000 (21:57 +0000)]
fixed bug #479725

git-svn-id: https://sdcc.svn.sourceforge.net/svnroot/sdcc/trunk/sdcc@1571 4a8a32a2-be11-0410-ad9d-d568d2c75423

22 years ago * sdcc/sim/ucsim/globals.cc: New: IXRAM.
bernhardheld [Sun, 11 Nov 2001 21:52:47 +0000 (21:52 +0000)]
* sdcc/sim/ucsim/globals.cc: New: IXRAM.

* sdcc/sim/ucsim/stypes.h: New: IXRAM.

* sdcc/sim/ucsim/s51.src/uc390.cc: New: IXRAM.

git-svn-id: https://sdcc.svn.sourceforge.net/svnroot/sdcc/trunk/sdcc@1570 4a8a32a2-be11-0410-ad9d-d568d2c75423

22 years agofixed bug #480645
johanknol [Sun, 11 Nov 2001 20:29:57 +0000 (20:29 +0000)]
fixed bug #480645

git-svn-id: https://sdcc.svn.sourceforge.net/svnroot/sdcc/trunk/sdcc@1569 4a8a32a2-be11-0410-ad9d-d568d2c75423

22 years agomake it running
bernhardheld [Sun, 11 Nov 2001 18:14:05 +0000 (18:14 +0000)]
make it running

git-svn-id: https://sdcc.svn.sourceforge.net/svnroot/sdcc/trunk/sdcc@1568 4a8a32a2-be11-0410-ad9d-d568d2c75423

22 years agofall back to e format if float is too big
johanknol [Sun, 11 Nov 2001 16:31:50 +0000 (16:31 +0000)]
fall back to e format if float is too big

git-svn-id: https://sdcc.svn.sourceforge.net/svnroot/sdcc/trunk/sdcc@1567 4a8a32a2-be11-0410-ad9d-d568d2c75423

22 years agoslightly more enhanced fp test
johanknol [Sun, 11 Nov 2001 16:22:09 +0000 (16:22 +0000)]
slightly more enhanced fp test

git-svn-id: https://sdcc.svn.sourceforge.net/svnroot/sdcc/trunk/sdcc@1566 4a8a32a2-be11-0410-ad9d-d568d2c75423

22 years agoparameters of internal c support functions are extern
johanknol [Sun, 11 Nov 2001 11:33:04 +0000 (11:33 +0000)]
parameters of internal c support functions are extern

git-svn-id: https://sdcc.svn.sourceforge.net/svnroot/sdcc/trunk/sdcc@1565 4a8a32a2-be11-0410-ad9d-d568d2c75423

22 years agoadded some _'s
johanknol [Sun, 11 Nov 2001 09:34:16 +0000 (09:34 +0000)]
added some _'s

git-svn-id: https://sdcc.svn.sourceforge.net/svnroot/sdcc/trunk/sdcc@1564 4a8a32a2-be11-0410-ad9d-d568d2c75423

22 years ago- Added setReverse to reverse the order of a set
sdattalo [Sun, 11 Nov 2001 08:07:32 +0000 (08:07 +0000)]
- Added setReverse to reverse the order of a set
- Parameters in call stack were reversed
- removed extraneous parameters in popGet (which was derived from aopGet)

git-svn-id: https://sdcc.svn.sourceforge.net/svnroot/sdcc/trunk/sdcc@1563 4a8a32a2-be11-0410-ad9d-d568d2c75423

22 years agowe sometimes use five elements of aop_str
kvigor [Sun, 11 Nov 2001 00:43:31 +0000 (00:43 +0000)]
we sometimes use five elements of aop_str

git-svn-id: https://sdcc.svn.sourceforge.net/svnroot/sdcc/trunk/sdcc@1562 4a8a32a2-be11-0410-ad9d-d568d2c75423

22 years agoIntroduced DPTR use - now DPTR will allocated to liveRanges much more
sandeep [Sat, 10 Nov 2001 23:47:21 +0000 (23:47 +0000)]
Introduced DPTR use - now DPTR will allocated to liveRanges much more
frequently

git-svn-id: https://sdcc.svn.sourceforge.net/svnroot/sdcc/trunk/sdcc@1561 4a8a32a2-be11-0410-ad9d-d568d2c75423

22 years agoImproved accuse
sandeep [Sat, 10 Nov 2001 23:45:10 +0000 (23:45 +0000)]
Improved accuse

git-svn-id: https://sdcc.svn.sourceforge.net/svnroot/sdcc/trunk/sdcc@1560 4a8a32a2-be11-0410-ad9d-d568d2c75423