Mattias Gaertner
|
d3bdbfe5f2
fcl-passrc: resolver adapted for pas2js
|
7 years ago |
florian
|
edd72ca6d2
* few inline directives added to types, resolves #34424
|
7 years ago |
florian
|
9805214d34
* properly take care of register allocations between the first and second instruction for the FoldLea optimization
|
7 years ago |
yury
|
7b7e4e4f66
* Disabled the 'constant propagation' optimization ( -OoNOCONSTPROP ) for this test. Otherwise the compiler throws the overflow error during compilation with -O3 or better.
|
7 years ago |
yury
|
a9972b4309
* Disabled some tests for android.
|
7 years ago |
yury
|
d021c8c699
* ucnv_open() must be called with some SSE exception masked on x86_64-android.
|
7 years ago |
pierre
|
add131f030
Fix crash in fpdoc use in fpcdocs
|
7 years ago |
Mattias Gaertner
|
b019d40c64
pastojs: local var modifier absolute in method
|
7 years ago |
Mattias Gaertner
|
7b3d35ad2f
fcl-passrc: resolver: adaptions for pas2js
|
7 years ago |
Mattias Gaertner
|
481a8bee0c
pastojs: typecast string(apointer), pointer(astring)
|
7 years ago |
Mattias Gaertner
|
74a0ce450e
fcl-passrc: resolver: allow typecasts string(pointer), pointer(string)
|
7 years ago |
michael
|
5cc137f54d
* Patch from Ondrej Pokorny to fix HtmlToFPColor (bug ID 34388)
|
7 years ago |
yury
|
bcf03a52d8
* Disabled some tests for android since they turn PIC off.
|
7 years ago |
yury
|
9199d1935a
* Enabled compilation of the cpu unit for arm-android and x86_64-android.
|
7 years ago |
yury
|
aa6f6423b2
* tests: On x86_64-android long double is 128-bit. There is no support for 128-bit floats in FPC yet. So disable long double tests for x86_64-android for now.
|
7 years ago |
yury
|
4643a0b1ff
* Register external gas assembler for aarch64-android and x86_64-android.
|
7 years ago |
Mattias Gaertner
|
27ec656ab7
fcl-passrc: adaptions for pas2js
|
7 years ago |
Mattias Gaertner
|
91d7658844
pas2js: fixed calling $final, do not call BeforeDestruction on exception in constructor
|
7 years ago |
svenbarth
|
c0c602f76d
* fix tests as depending on the platform the first parameter in the RTTI data might *not* be $self
|
7 years ago |
yury
|
7b150102bf
+ Added test object files for x86_64-android.
|
7 years ago |
yury
|
e8d43c8fed
* Fixed range check errors.
|
7 years ago |
yury
|
7eb9b23fa5
* Reverted r39961.
|
7 years ago |
yury
|
692c287c3e
* Undef FPC_HAS_TYPE_EXTENDED for x86_64-android.
|
7 years ago |
yury
|
d1b1655441
* x86_64-android requires sigreturn for proper signal handling.
|
7 years ago |
yury
|
7ddf0a635c
+ Added the auto-generated list syscalls for mips64-android. It will be needed when mips64 is supported.
|
7 years ago |
yury
|
a29290202f
* Regenerated makefiles to support x86_64-android.
|
7 years ago |
yury
|
efdac0623f
* revision.inc
|
7 years ago |
yury
|
e367577bf1
+ added support for x86_64-android target.
|
7 years ago |
yury
|
e60a5ebfe7
* Fixed overflow error for the qword version of align() when i=0.
|
7 years ago |
yury
|
93d672bf16
* aarch64: Fixed loading of a function result which is returned in 4 32-bit MM registers to 2 64-bit int registers. Bug #30329.
|
7 years ago |