Commit Graph

60555 Commits

Author SHA1 Message Date
Mattias Gaertner
375c9c544b pastojs: filer: specializetype after spec was already created
git-svn-id: trunk@47199 -
2020-10-25 16:29:08 +00:00
svenbarth
16eb670e67 * use the sizes of the floatx80 and float128 structs for arrays having their size to avoid problems with padding on different platforms
git-svn-id: trunk@47198 -
2020-10-25 15:36:31 +00:00
svenbarth
52cf07d968 * the define to check for inclusion in the System unit is FPC_IS_SYSTEM, *not* FPC_IN_SYSTEM
git-svn-id: trunk@47197 -
2020-10-25 15:20:39 +00:00
svenbarth
b0f0ff1bc6 * fix for Mantis #37986: apply patch by Bart Broersma to fix a typo in a comment
git-svn-id: trunk@47196 -
2020-10-25 13:20:38 +00:00
svenbarth
d51213d26a * adjust softfpu unit so that it can be really used as a standalone unit instead of mainly as part of the System unit
git-svn-id: trunk@47193 -
2020-10-25 10:18:18 +00:00
svenbarth
225bc70e7e * regenerate Makefiles
git-svn-id: trunk@47192 -
2020-10-25 10:18:14 +00:00
svenbarth
8badcbdd0d * explicit build rules are not required for the softfpu units that are build with a buildrtl
git-svn-id: trunk@47191 -
2020-10-25 10:18:09 +00:00
svenbarth
8eefb37b42 * fix buildrtl units on Amiga-likes
git-svn-id: trunk@47190 -
2020-10-24 21:25:04 +00:00
florian
0ba44502f9 * generate gcc compatible location output also if no column is known
git-svn-id: trunk@47189 -
2020-10-24 21:07:32 +00:00
svenbarth
985c4fafeb * regenerate Makefiles after adding the softfpu units
git-svn-id: trunk@47188 -
2020-10-24 20:58:24 +00:00
svenbarth
707034b271 + add all softfpu units for various targets
git-svn-id: trunk@47187 -
2020-10-24 20:58:08 +00:00
svenbarth
0df460f56e * simplify rules for softfpu units
git-svn-id: trunk@47186 -
2020-10-24 20:57:56 +00:00
michael
b5148304b7 * Added InitSSLInterface overload where the library names can be specified
git-svn-id: trunk@47174 -
2020-10-24 16:29:33 +00:00
pierre
297f468cd6 Use // comments as curly brackets not recognized as comment start inside aarch64 assembly blocks
git-svn-id: trunk@47164 -
2020-10-23 22:21:06 +00:00
florian
8fa62752d4 * patch by J. Gareth Moreton: minor refactor of reduced iterations of pass 1 of the assembler optimizer, resolves #37972
git-svn-id: trunk@47163 -
2020-10-23 20:05:18 +00:00
florian
703941dde5 + x86: MovxMov2Mov optimization
git-svn-id: trunk@47162 -
2020-10-23 20:05:17 +00:00
tg74
ab22f9b3fb bugfix internal assembler - disp8 T1S (vpcompressb,vpcompressw)
git-svn-id: branches/tg74/avx512-0037785@47161 -
2020-10-23 15:20:39 +00:00
Jonas Maebe
6d0ce1c4b6 * LLVM: ensure that the parameter types are processed of procdefs that are
declared when they get first called
   o fixes compilation of several tests/test/tobjc* tests after r46675

git-svn-id: trunk@47160 -
2020-10-23 15:09:34 +00:00
Jonas Maebe
14b44f5179 * don't run interactive test
git-svn-id: trunk@47159 -
2020-10-23 15:09:31 +00:00
Jonas Maebe
0729340817 * try_make_mul32to64: restore original node order if transformation failed
o this gets called by taddnode.pass_1, which caches the left/right
   node types/resultdefs

git-svn-id: trunk@47158 -
2020-10-23 13:34:24 +00:00
pierre
51d6622148 Switch OpenBSD libc version of geterrnolocation from libcerrno lib C variable to _libc___errno function use
git-svn-id: trunk@47157 -
2020-10-23 10:25:44 +00:00
florian
dc547b1426 + remove type conversions also for unary operations if possible
git-svn-id: trunk@47155 -
2020-10-22 21:25:37 +00:00
florian
74d145bb16 * simplify tcgunaryminusnode.second_integer
git-svn-id: trunk@47154 -
2020-10-22 21:25:36 +00:00
Mattias Gaertner
993c511554 pastojs: filer: class forward
git-svn-id: trunk@47153 -
2020-10-22 20:07:02 +00:00
florian
6fc930a0fc * better complexity calculation of tvecnodes
git-svn-id: trunk@47151 -
2020-10-21 20:46:28 +00:00
florian
044133fc87 * explicitly convert array indicies to pointer sized integers, so cse
can handle the conversion

git-svn-id: trunk@47150 -
2020-10-21 20:46:28 +00:00
tg74
c4d80b1694 bugfix external gnu assembler - special handling for any vcvt..-opcodes (opsize S_XMM,S_YMM = prefix (x,y); S_ZMM = without prefix)
git-svn-id: branches/tg74/avx512-0037785@47149 -
2020-10-21 12:41:32 +00:00
tg74
c3bb9a2954 bugfix avx-testcode
git-svn-id: branches/tg74/avx512-0037785@47148 -
2020-10-21 12:33:33 +00:00
florian
4afa4a73c6 + ISO mode: accept put/get without parameter, works on Input/Output respectively, resolves #37949
git-svn-id: trunk@47147 -
2020-10-20 21:03:51 +00:00
florian
91a6223281 * (slight modified) patch by J. Gareth Moreton to reduce number of assembler optimizer passes, resolves #37959
git-svn-id: trunk@47146 -
2020-10-20 20:03:25 +00:00
tg74
d8fa3dd4ed bugfix external gnu-assembler - special handling suffix vcvtpd.. destination operand = xmm =>> suffix x, destination ymm or zmm =>> no suffix
git-svn-id: branches/tg74/avx512-0037785@47145 -
2020-10-20 08:00:39 +00:00
tg74
4a6d21b1c9 bugfix external gnu-assembler - sae is ignored by intel =>> gnu-assembler not supported
git-svn-id: branches/tg74/avx512-0037785@47144 -
2020-10-20 04:27:13 +00:00
florian
8bbc7d5df3 * patch by J. Gareth Moreton to improve LEA/SHL -> LEA optimisation, resolves #37954
git-svn-id: trunk@47143 -
2020-10-19 19:46:10 +00:00
Jonas Maebe
099134b545 * fix try_make_mul32to64() if it's called with a constant node on the
left (mantis #37878)
   o can happen if use_generic_mul32to64 returns false

git-svn-id: trunk@47142 -
2020-10-19 19:10:16 +00:00
tg74
1bad350d43 bugfix external assembler gnu-assembler
git-svn-id: branches/tg74/avx512-0037785@47141 -
2020-10-19 15:27:43 +00:00
tg74
91083d9aaf bugfix avx-testcode
git-svn-id: branches/tg74/avx512-0037785@47140 -
2020-10-19 14:58:20 +00:00
tg74
fa986864ff bugfix external assembler gnu assembler
git-svn-id: branches/tg74/avx512-0037785@47139 -
2020-10-19 14:56:33 +00:00
michael
0e474f4748 * Patch from Laco with additions
git-svn-id: trunk@47138 -
2020-10-19 11:25:21 +00:00
pierre
3f19bd693f + Add new LastCommonAsmOp constant to arm and aarch64 CPU targets.
* Uses this new constant to define TCommonAsmOps set type.
  + Use this constant in armgen/aoptarm MatchInstruction function,
    to avoid a range check error when compiling with -CriotR with optimization.

git-svn-id: trunk@47137 -
2020-10-19 09:19:25 +00:00
Mattias Gaertner
764b035c23 pastojs: fixed compile
git-svn-id: trunk@47136 -
2020-10-19 07:21:16 +00:00
Mattias Gaertner
79935d8579 pastojs: filer: local specialize type
git-svn-id: trunk@47134 -
2020-10-18 20:29:54 +00:00
florian
201281ae2a * compiler Makefile checks if SOURCE_SOURCE_DATE_EPOCH_DATE is set or if git is used, in either case the former or the latter are used for the build date reported by the compiler
git-svn-id: trunk@47133 -
2020-10-18 17:13:39 +00:00
florian
9ea52b8578 + new switches -DD and DT which allow to pass an arbitrary string which is used by %DATE%/%TIME%
git-svn-id: trunk@47132 -
2020-10-18 17:13:38 +00:00
Mattias Gaertner
1299e585c9 pastojs: filer: restore original order before checking specializations
git-svn-id: trunk@47131 -
2020-10-18 16:24:03 +00:00
Mattias Gaertner
f2712a50df pastojs: undo commit error
git-svn-id: trunk@47130 -
2020-10-18 15:24:18 +00:00
Mattias Gaertner
2f83458c33 pastojs: filer: store precompiled short references
git-svn-id: trunk@47129 -
2020-10-18 15:19:11 +00:00
Mattias Gaertner
f5d4e54ab3 fcl-passrc:
git-svn-id: trunk@47128 -
2020-10-18 15:18:15 +00:00
marco
c053bc9418 * debian lintian detected spellfix
git-svn-id: trunk@47126 -
2020-10-18 11:43:52 +00:00
marco
a243cdc4e6 * debian lintian spellfix
git-svn-id: trunk@47125 -
2020-10-18 11:35:47 +00:00
marco
368a0b75b4 * fix spell error detected by debian lintian
git-svn-id: trunk@47124 -
2020-10-18 11:26:59 +00:00