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
nickysn
f08dc825ef
* changed AVR to Z80 in comment
...
git-svn-id: branches/z80@44771 -
2020-04-18 01:51:36 +00:00
nickysn
d0122e1bf3
+ added toperandtype subrange types for convenience
...
git-svn-id: branches/z80@44770 -
2020-04-18 01:50:20 +00:00
nickysn
513ef512ff
- removed redundant opcode:=A_LD assignments in do_spill_replace
...
git-svn-id: branches/z80@44769 -
2020-04-18 00:51:48 +00:00
nickysn
721bbe636b
+ support the bit,set and res instructions in do_spill_replace
...
git-svn-id: branches/z80@44768 -
2020-04-18 00:50:43 +00:00
nickysn
81ccf6935c
+ support the rlc,rl,rrc,rr,sla,sra and srl instructions in do_spill_replace
...
git-svn-id: branches/z80@44767 -
2020-04-18 00:42:47 +00:00
nickysn
82ca49e0a6
+ use is_ref_in_opertypes in nz80add
...
git-svn-id: branches/z80@44766 -
2020-04-18 00:32:01 +00:00
nickysn
0245075c05
+ use is_ref_in_opertypes in cgcpu
...
git-svn-id: branches/z80@44765 -
2020-04-18 00:30:09 +00:00
nickysn
c9ac7afba7
+ introduced is_ref_in_opertypes
...
git-svn-id: branches/z80@44764 -
2020-04-18 00:27:31 +00:00
nickysn
54ad38288b
+ introduced is_ref_opertype
...
git-svn-id: branches/z80@44763 -
2020-04-18 00:24:12 +00:00
nickysn
2edb5932a3
+ introduced is_ref_addr16
...
git-svn-id: branches/z80@44762 -
2020-04-18 00:19:43 +00:00
nickysn
4d67bd509e
+ introduced is_ref_bc,is_ref_de,is_ref_sp
...
git-svn-id: branches/z80@44761 -
2020-04-18 00:18:02 +00:00
nickysn
5547be6b3f
* make use of the new is_ref_XXX functions
...
git-svn-id: branches/z80@44760 -
2020-04-18 00:11:34 +00:00
nickysn
5c0fa369c2
+ added z80 reference helper functions is_ref_hl,is_ref_ix,is_ref_iy,is_ref_ix_d,is_ref_iy_d
...
git-svn-id: branches/z80@44759 -
2020-04-18 00:04:09 +00:00
nickysn
4b01ff605a
* changed max_operands to 2 for the Z80
...
git-svn-id: branches/z80@44758 -
2020-04-17 23:34:56 +00:00
Károly Balogh
56ad37133e
m68k-amiga: hack to avoid a linker (vlink) warning about merging sections with different flags together. Amiga doesn't support true read only sections anyway
...
git-svn-id: trunk@44757 -
2020-04-17 23:09:16 +00:00
nickysn
66462fec68
- removed taddressmode from the Z80 code generator - it's a leftover from AVR that doesn't apply to the Z80
...
git-svn-id: branches/z80@44756 -
2020-04-17 23:01:13 +00:00
nickysn
53de231c23
+ added the instruction opcode information strings to the compiler instruction table
...
git-svn-id: branches/z80@44755 -
2020-04-17 22:57:18 +00:00
nickysn
c4950d1723
* synchronized with trunk
...
git-svn-id: branches/z80@44754 -
2020-04-17 22:48:14 +00:00
nickysn
be095914ec
+ created and included an Z80 instruction table
...
git-svn-id: branches/z80@44753 -
2020-04-17 22:47:15 +00:00
nickysn
3ab0f3a93f
+ added a toperandtype enum, containing all the operand types of Z80
...
git-svn-id: branches/z80@44752 -
2020-04-17 22:04:54 +00:00
florian
001057b52e
* re-added assembler optimization accidently removed in r44738 as noted by margers on the mailing list
...
git-svn-id: trunk@44751 -
2020-04-17 21:02:35 +00:00
nickysn
1f5a1f8c28
+ added DJNZ to the set of jmp instructions
...
git-svn-id: branches/z80@44750 -
2020-04-17 19:30:44 +00:00
nickysn
599b7e80c0
* fix for OP_ROR in tcgavr.a_op_reg_reg_internal
...
git-svn-id: trunk@44749 -
2020-04-17 17:19:22 +00:00
Károly Balogh
09b6bed27c
m68k-amiga: implemented CreateNewProc for legacy support, means AThreads now works on OS v1.2+
...
git-svn-id: trunk@44748 -
2020-04-17 17:12:23 +00:00
svenbarth
4f16473baa
* fix typo
...
git-svn-id: trunk@44747 -
2020-04-17 14:44:16 +00:00