Commit Graph

58618 Commits

Author SHA1 Message Date
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
nickysn
4e7e48ef32 * moved tz80reader comment
git-svn-id: branches/z80@44781 -
2020-04-18 14:22:42 +00:00
nickysn
f78fef23a2 + implemented tz80reader.is_register
git-svn-id: branches/z80@44780 -
2020-04-18 14:20:17 +00:00
nickysn
8164d91050 + defined some tokens for the z80 asm reader
git-svn-id: branches/z80@44779 -
2020-04-18 14:17:06 +00:00
nickysn
4ba42b5b5f + build the z80 assembler reader units (not working yet)
git-svn-id: branches/z80@44778 -
2020-04-18 13:46:42 +00:00
marco
98b1d2b975 * use wingetprocaddress instead of getprocaddress in code under SUPPORT_WIN95.
getprocaddress is meanwhile a "manager", and is not yet initialized here.

git-svn-id: trunk@44777 -
2020-04-18 13:42:08 +00:00
michael
fa4560c6ba * Refactored ObjectToJSON so descendents have more control (bug ID 36803)
git-svn-id: trunk@44776 -
2020-04-18 10:48:08 +00:00
michael
c660cab3a7 * Fix bug #36851: Content-Length header needs to be removed if automatically added
git-svn-id: trunk@44775 -
2020-04-18 10:36:03 +00:00
pierre
3a76f9f477 * Fix compilation of gdbint unit for go32v2, should resolve bug report 36923.
Replace cint type by longint (as gdbint unit does not use ctypes unit).

git-svn-id: trunk@44774 -
2020-04-18 09:53:24 +00:00
florian
5a07298ea5 + AAarch64: FOpFMov2FOp assembler optimization
git-svn-id: trunk@44773 -
2020-04-18 09:38:10 +00:00
nickysn
05a6bcec13 + support more instructions in taicpu.spilling_get_operation_type
git-svn-id: branches/z80@44772 -
2020-04-18 02:02:38 +00:00