Commit Graph

58628 Commits

Author SHA1 Message Date
nickysn
034ac3be18 * fixed warning in t_zxspectrum
git-svn-id: branches/z80@44831 -
2020-04-19 04:48:12 +00:00
nickysn
bb0c9424f8 * another warning in cgcpu fixed
git-svn-id: branches/z80@44830 -
2020-04-19 04:46:09 +00:00
nickysn
8a5757e72b * fixed warnings in Z80 cgcpu
git-svn-id: branches/z80@44829 -
2020-04-19 04:44:26 +00:00
nickysn
44d4b5ea83 * fixed warnings in aoptcpu
git-svn-id: branches/z80@44828 -
2020-04-19 04:40:48 +00:00
nickysn
85e3ad2193 * fixed warnings in Z80 rgcpu
git-svn-id: branches/z80@44827 -
2020-04-19 04:38:47 +00:00
nickysn
36043e8046 * fix warning in Z80 cpupara
git-svn-id: branches/z80@44826 -
2020-04-19 04:32:54 +00:00
nickysn
70e90175e5 * fix warnings in cgobj for 8-bit alu cpus
git-svn-id: branches/z80@44825 -
2020-04-19 04:30:08 +00:00
nickysn
ec3013e040 + added z80 to cycletargets
git-svn-id: branches/z80@44824 -
2020-04-19 04:26:41 +00:00
nickysn
f08ec5ba43 + Z80 support to the compiler makefile
git-svn-id: branches/z80@44823 -
2020-04-19 04:14:38 +00:00
nickysn
d872d55365 * regenerated makefiles in the utils directory
git-svn-id: branches/z80@44822 -
2020-04-19 04:07:11 +00:00
nickysn
831a8cbcfa * regenerated makefiles in the packages directory
git-svn-id: branches/z80@44821 -
2020-04-19 04:05:59 +00:00
nickysn
daf22383b0 * makefiles regenerated with the zxspectrum target
+ added zxspectrum to ppudump

git-svn-id: branches/z80@44820 -
2020-04-19 01:56:06 +00:00
nickysn
4b11433d63 * fixed warning in t_embed
git-svn-id: branches/z80@44819 -
2020-04-19 01:40:16 +00:00
nickysn
87eedbc264 + added the zxspectrum target to fpcmake
git-svn-id: branches/z80@44818 -
2020-04-19 01:31:31 +00:00
nickysn
492b073e86 + increased max string length tsysteminfo.shortname, so 'zxspectrum' fits
git-svn-id: branches/z80@44817 -
2020-04-19 01:25:39 +00:00
nickysn
4730c2a322 + added -Tzxspectrum to the fpc help info message
git-svn-id: branches/z80@44816 -
2020-04-19 01:14:54 +00:00
nickysn
3deeff689a + added a ZX Spectrum target to the compiler
git-svn-id: branches/z80@44815 -
2020-04-19 01:09:03 +00:00
nickysn
8c87ef2a32 + added makefile.fpc for the ZX Spectrum RTL
git-svn-id: branches/z80@44814 -
2020-04-19 00:48:12 +00:00
nickysn
4f1174cc6e + added a very minimal and incomplete ZX Spectrum RTL
git-svn-id: branches/z80@44813 -
2020-04-19 00:24:22 +00:00
nickysn
35742f4d0d + write a comment for the CPU directive in the sdcc-sdasz80 asm output
git-svn-id: branches/z80@44812 -
2020-04-19 00:04:41 +00:00
nickysn
e86cd0df7a + handle ait_marker in the sdcc-sdasz80 asm writer
git-svn-id: branches/z80@44811 -
2020-04-19 00:00:34 +00:00
nickysn
d1f265fe51 * regenerated msg files after merging
git-svn-id: branches/z80@44810 -
2020-04-18 23:49:29 +00:00
nickysn
d2c32efb7b * synchronized with trunk
git-svn-id: branches/z80@44809 -
2020-04-18 23:47:30 +00:00
nickysn
27e01155a5 - cleaned up lots of unused commented out code from the z80 asm reader
git-svn-id: branches/z80@44808 -
2020-04-18 23:43:41 +00:00
nickysn
957eaf721b * fixed handling of 16-bit consts in the Z80 asm reader
git-svn-id: branches/z80@44807 -
2020-04-18 23:37:10 +00:00
nickysn
a512b0cc99 + some reference handling fixes
git-svn-id: branches/z80@44806 -
2020-04-18 23:32:39 +00:00
nickysn
47bfe41766 + initial implementation of const and ref operands (refs not fully working yet)
git-svn-id: branches/z80@44805 -
2020-04-18 23:25:02 +00:00
nickysn
ce598813fa + handle all registers properly in reg_cgsize
git-svn-id: branches/z80@44804 -
2020-04-18 22:34:21 +00:00
nickysn
0dcccfb4bd + implemented support for operands in the z80 asm reader - support only registers for now
git-svn-id: branches/z80@44803 -
2020-04-18 22:27:32 +00:00
nickysn
383e834324 + handle 0 operand instructions in the z80 asm reader
git-svn-id: branches/z80@44802 -
2020-04-18 22:12:43 +00:00
nickysn
407d19560c + handle and skip AS_SEPARATOR in the z80 assembler reader
git-svn-id: branches/z80@44801 -
2020-04-18 21:58:21 +00:00
nickysn
dced623ab2 + implemented tz80reader.gettoken
git-svn-id: branches/z80@44800 -
2020-04-18 21:54:14 +00:00
florian
099faf2d2b * factored out and improved TARMAsmOptimizer.RedundantMovProcess
+ AArch64: use TARMAsmOptimizer.RedundantMovProcess

git-svn-id: trunk@44799 -
2020-04-18 21:48:25 +00:00
florian
d7623be563 * FreeRTOS: do not try to build native utils
git-svn-id: trunk@44798 -
2020-04-18 20:39:38 +00:00
florian
9211e6cf93 * FreeRTOS: try not to build native binaries
git-svn-id: trunk@44797 -
2020-04-18 20:39:37 +00:00
florian
3ec0437d5f * Xtensa: dummy overflow checking
git-svn-id: trunk@44796 -
2020-04-18 20:39:37 +00:00
florian
6ccb8b83da + AArch64: TCpuAsmOptimizer.OptPass1Mov
git-svn-id: trunk@44795 -
2020-04-18 17:58:45 +00:00
florian
2b3d7dd42c * bail out early if possible
git-svn-id: trunk@44794 -
2020-04-18 17:58:44 +00:00
Jonas Maebe
4b59bcb0ca * regenerated makefiles
git-svn-id: trunk@44793 -
2020-04-18 16:08:25 +00:00
Jonas Maebe
d098600c67 * updated after changes to fpcmake.ini/inc
git-svn-id: trunk@44792 -
2020-04-18 16:07:56 +00:00
Jonas Maebe
723430ac34 * support building the IDE with the LLVM code generator
git-svn-id: trunk@44791 -
2020-04-18 15:44:57 +00:00
Jonas Maebe
218ca87a3f * always add the libgcc search directory under Linux, as it is required for
both the LLVM code generator and SEH support (it does _not_ force linking
    libgcc, just adds the search directory so it can be found in case it's
    required)

git-svn-id: trunk@44790 -
2020-04-18 15:44:53 +00:00
Jonas Maebe
468c8fb820 - removed FPC pre-2.1 optimization options
git-svn-id: trunk@44789 -
2020-04-18 15:44:49 +00:00
Jonas Maebe
2355daf63f * added missing write memory barriers
git-svn-id: trunk@44788 -
2020-04-18 15:44:45 +00:00
Jonas Maebe
ea2e516b4e + -ib parameter to print the code generator backend type: FPC or LLVM
* some cleanups related to -i printing

git-svn-id: trunk@44787 -
2020-04-18 15:44:42 +00:00
nickysn
97f7095109 + some more z80 asm reader stuff
git-svn-id: branches/z80@44786 -
2020-04-18 15:27:47 +00:00
florian
7125cb505c + AAarch64: assembler optimization Bl2B
git-svn-id: trunk@44785 -
2020-04-18 15:17:29 +00:00
nickysn
4e5e42f839 + added the AS_END directive
git-svn-id: branches/z80@44784 -
2020-04-18 14:34:36 +00:00
nickysn
6e0bdaf128 + implemented tz80reader.is_asmopcode
git-svn-id: branches/z80@44783 -
2020-04-18 14:32:44 +00:00
nickysn
5a94c2adbe + added tz80reader comment for lazarus autocompletion
git-svn-id: branches/z80@44782 -
2020-04-18 14:23:11 +00:00