.. |
aoptcpu.pas
|
6757bf3832
* x86: New SHR-based optimisations
|
há 2 anos atrás |
aoptcpub.pas
|
9b0ff05ee8
- get rid of MaxOps, it is redundant with max_operands
|
há 6 anos atrás |
aoptcpud.pas
|
3c2dab9878
* i386 peephole assembler uses largely the common peephole optimizer infrastructure, the resulting code is besides a few improvements the same
|
há 9 anos atrás |
cgcpu.pas
|
6f24c8b4ef
* x86: Code generation fixes where FLAGS
|
há 3 anos atrás |
cpubase.inc
|
518cdf9674
* replaced the saved_XXX_registers arrays with virtual methods inside
|
há 7 anos atrás |
cpuelf.pas
|
637976e83f
* patch by Marģers to unify internal error numbers, resolves #37888
|
há 4 anos atrás |
cpuinfo.pas
|
f6b5c513bb
* patch by Rika: makes #39786 work on more setups, resolves #39786
|
há 3 anos atrás |
cpunode.pas
|
171142a724
* Make Win32 SEH support enabled by default. If necessary to disable, compiler should be cycled with OPT=-dDISABLE_WIN32_SEH. Mantis #12974.
|
há 5 anos atrás |
cpupara.pas
|
6404478ea4
* cleanup of VER3_0 defines
|
há 3 anos atrás |
cpupi.pas
|
54d3c26e27
* renamed abi_linux386_sysv to abi_i386_dynalignedstack, and also use it
|
há 5 anos atrás |
cputarg.pas
|
10b15628ab
* split i/t_darwin from i/t_bsd, as they don't have that much in common
|
há 5 anos atrás |
hlcgcpu.pas
|
637976e83f
* patch by Marģers to unify internal error numbers, resolves #37888
|
há 4 anos atrás |
i386att.inc
|
6c7e6191f6
+ support of SHA extension in the internal assembler
|
há 3 anos atrás |
i386atts.inc
|
6c7e6191f6
+ support of SHA extension in the internal assembler
|
há 3 anos atrás |
i386int.inc
|
6c7e6191f6
+ support of SHA extension in the internal assembler
|
há 3 anos atrás |
i386nop.inc
|
6c7e6191f6
+ support of SHA extension in the internal assembler
|
há 3 anos atrás |
i386op.inc
|
6c7e6191f6
+ support of SHA extension in the internal assembler
|
há 3 anos atrás |
i386prop.inc
|
0e4188749b
* started with change information for AVX-512
|
há 3 anos atrás |
i386tab.inc
|
6c7e6191f6
+ support of SHA extension in the internal assembler
|
há 3 anos atrás |
n386add.pas
|
6f24c8b4ef
* x86: Code generation fixes where FLAGS
|
há 3 anos atrás |
n386cal.pas
|
2d3ef8b4bc
* pushf/push cs on all platforms when directly calling an interrupt procedure, with the
|
há 5 anos atrás |
n386flw.pas
|
4d82e814a0
* patch by Do-wan Kim: fix loop unrolling for try .. finally blocks in win32,
|
há 4 anos atrás |
n386inl.pas
|
aefa317474
+ fast and branchless implementation of abs(int64) for i386
|
há 8 anos atrás |
n386ld.pas
|
3c6aa91a96
* factored out the loading of threadvars in its own method, and put the
|
há 10 anos atrás |
n386mat.pas
|
6f24c8b4ef
* x86: Code generation fixes where FLAGS
|
há 3 anos atrás |
n386mem.pas
|
3318703ece
* moved nf_typedaddr to addrnodeflags (anf_typedaddr)
|
há 7 anos atrás |
n386set.pas
|
07bd4ba517
* let all the case code generation work with tconstexprint instead of aint,
|
há 6 anos atrás |
r386ari.inc
|
4dc5442fa5
support vector operand writemask,zeroflag
|
há 7 anos atrás |
r386att.inc
|
4dc5442fa5
support vector operand writemask,zeroflag
|
há 7 anos atrás |
r386con.inc
|
4dc5442fa5
support vector operand writemask,zeroflag
|
há 7 anos atrás |
r386dwrf.inc
|
4dc5442fa5
support vector operand writemask,zeroflag
|
há 7 anos atrás |
r386int.inc
|
4dc5442fa5
support vector operand writemask,zeroflag
|
há 7 anos atrás |
r386iri.inc
|
4dc5442fa5
support vector operand writemask,zeroflag
|
há 7 anos atrás |
r386nasm.inc
|
4dc5442fa5
support vector operand writemask,zeroflag
|
há 7 anos atrás |
r386nor.inc
|
4dc5442fa5
support vector operand writemask,zeroflag
|
há 7 anos atrás |
r386nri.inc
|
4dc5442fa5
support vector operand writemask,zeroflag
|
há 7 anos atrás |
r386num.inc
|
4dc5442fa5
support vector operand writemask,zeroflag
|
há 7 anos atrás |
r386ot.inc
|
867d145e50
support vector operand bcst,{sae},{er} + k-register
|
há 7 anos atrás |
r386rni.inc
|
4dc5442fa5
support vector operand writemask,zeroflag
|
há 7 anos atrás |
r386sri.inc
|
4dc5442fa5
support vector operand writemask,zeroflag
|
há 7 anos atrás |
r386stab.inc
|
4dc5442fa5
support vector operand writemask,zeroflag
|
há 7 anos atrás |
r386std.inc
|
4dc5442fa5
support vector operand writemask,zeroflag
|
há 7 anos atrás |
ra386att.pas
|
757ed4e8d3
* standard assembler reader for i386
|
há 20 anos atrás |
ra386int.pas
|
6c6bf452ca
* Fixed level 2 comment warnings.
|
há 17 anos atrás |
rgcpu.pas
|
b7fe6797bf
Merged revisions 2921-2922,2925 via svnmerge from
|
há 19 anos atrás |
symcpu.pas
|
7f3a5eb9ab
* extend tabstractprocdef.getcopyas by a parameter to control whether the copy should be registered or not
|
há 3 anos atrás |
tripletcpu.pas
|
75c16b6126
llvm: support for getting the llvm rtl (rt) architecture name
|
há 3 anos atrás |