Jonas Maebe
eb7ba1690e
* mark all external assemblers using an LLVM tool using af_llvm
...
+ added support for constructing target triplets
* pass "-target triplet" when using an LLVM assembler
o removed no longer needed $DARWINVERSION and $ARCH parameters
* consistently use as_clang_gas when clang is used to assembler GAS-style
assembly, and rename as_llcm_clang to as_clang_llvm (for consistency)
* support pipe assembling when using clang on *nix in all cases
git-svn-id: trunk@45807 -
2020-07-19 14:30:35 +00:00
Jonas Maebe
6fe8d7bd14
* don't crash if no info is registered for the selected external assembler
...
git-svn-id: trunk@45806 -
2020-07-19 14:30:31 +00:00
michael
b7bd9f3325
* Add TerminatedSet (delphi compatibility, bug ID #37388 )
...
git-svn-id: trunk@45805 -
2020-07-18 22:35:36 +00:00
florian
043c3df292
* properly handle boolean64 xor boolean64 on i386
...
git-svn-id: trunk@45804 -
2020-07-18 18:32:17 +00:00
Jonas Maebe
3fde3f23ce
* moved ios test object files to ios directory
...
+ added darwin/aarch64 test object files
git-svn-id: trunk@45803 -
2020-07-18 13:44:03 +00:00
Károly Balogh
09f0a3dd63
powerpc: also drop DCBZ usage on AmigaOS4, as it runs on hardware with other than the assumed cacheline size
...
git-svn-id: trunk@45802 -
2020-07-17 21:28:49 +00:00
Jonas Maebe
59331c3d3c
* enable putting records that contain a single field into records on all
...
targets (patch by J. Gareth Moreton, mantis #37343 )
git-svn-id: trunk@45801 -
2020-07-17 20:57:24 +00:00
Jonas Maebe
3e9e0a0f7d
* completely disable records containing float fields in registers again, as
...
the code generator does not support subsetreg loads of floats
git-svn-id: trunk@45800 -
2020-07-17 20:57:20 +00:00
florian
db250b04e0
* generate soft float code for arm vfp units which have no double operation support
...
git-svn-id: trunk@45799 -
2020-07-17 16:45:52 +00:00
pierre
bb6d4929d8
* Handle R_SUBMMWHOLE in reg_cgsize for R_MMREGISTER type
...
* Disable range and overflow checking inside is_continuous_mask function.
git-svn-id: trunk@45798 -
2020-07-17 15:27:27 +00:00
florian
a57f3ba396
* patch by Sergey Larin to handle Native(U)Int conversions from/to variants, resolves #37339
...
git-svn-id: trunk@45797 -
2020-07-16 20:44:30 +00:00
michael
6ae07f6046
* Fix bug ID #37368 : incorrect chaining of loading versions >1.2
...
git-svn-id: trunk@45796 -
2020-07-16 07:48:25 +00:00
michael
0c8103b3a1
* Fix bug ID #37367
...
git-svn-id: trunk@45795 -
2020-07-16 07:43:36 +00:00
florian
1dffa17066
* set GCCLibPath for all architectures on linux as proposed in #37158 , resolves #37158
...
git-svn-id: trunk@45794 -
2020-07-15 20:43:08 +00:00
marco
3b60890373
* fix for 037361 daysbetween if parameters are swapped and cross "0" boundery.
...
git-svn-id: trunk@45793 -
2020-07-15 17:19:01 +00:00
michael
6e9095be79
* Better fix for bug ID #0037352
...
git-svn-id: trunk@45792 -
2020-07-15 14:33:51 +00:00
michael
a5a7d2cc91
* Fix charsize for ftGUID field (also string field), bug ID #0037350
...
git-svn-id: trunk@45791 -
2020-07-15 10:56:31 +00:00
marco
9cae1830e2
* Remove typedness of feinvalidhandle constant to straight constant with typecast in rvalue. mantis #37358
...
Reasons for original construct unclear and probably historic, added by oro in 2006 as feinvalidhandle : Thandle =-1 and then modified by Jonas for unsigned thandle types in 2007 to feinvalidhandle : Thandle =thandle(-1).
git-svn-id: trunk@45790 -
2020-07-15 10:31:25 +00:00
michael
37129e44bc
* Fix bug ID #37352
...
git-svn-id: trunk@45789 -
2020-07-15 09:23:24 +00:00
pierre
53eca29309
Also issue -mfpu option when calling GNU assembler for fpu_fpa family
...
git-svn-id: trunk@45788 -
2020-07-15 09:01:10 +00:00
pierre
dfdfbf896d
Fix several warnings about uninitialized local variables
...
git-svn-id: trunk@45787 -
2020-07-15 08:59:59 +00:00
pierre
0e9fc31dd7
Also check that HP1 is a jump instruction with more than one operand to exit early
...
git-svn-id: trunk@45786 -
2020-07-15 08:34:18 +00:00
pierre
13afd5c6c7
Do not set value of stoploop to avoid infinite loop
...
git-svn-id: trunk@45785 -
2020-07-15 08:16:53 +00:00
florian
7337515137
+ patch by Christo Crause: ESP8266 controller unit for freertos, resolves #37336
...
git-svn-id: trunk@45784 -
2020-07-14 20:34:58 +00:00
pierre
02fd6f6e54
* tcg.a_load_cgparaloc_ref: Always enable SHR instruction for mips/mipsel CPUs
...
This is normally only used on big-endian targets, to re-convert records
of size < OS_INT into values fitting inside the byte size of the record,
after it was left-shifted to comply with ABI stipulating it but be
writable as a full-size register into a OS_INT size memory.
git-svn-id: trunk@45783 -
2020-07-14 06:00:23 +00:00
pierre
cca536a86a
* TAOptObj.MakeUnconditional: Set as internal error for MIPS cpu:
...
MIPS conditional instructions conntain the
computation of the condition itself, so
changing the instruction to unconditional
should never be done.
* TAOptObj.OptimizeConditionalJump: Return false early if
the conditional instruction has more than one operand.
git-svn-id: trunk@45782 -
2020-07-14 05:52:54 +00:00
pierre
8cf26b7a0f
Fix conversion between TFPURoundMode and bits of get_fsr according to SPARC-V8 specifications
...
git-svn-id: trunk@45781 -
2020-07-13 14:40:09 +00:00
pierre
7020490f81
Put floating point type as first variant of floatXX definitions, to ensure correct alignment
...
git-svn-id: trunk@45780 -
2020-07-13 14:13:13 +00:00
pierre
834dbf5f80
Also use union with double field to ensure correct alignment for float64 type from genmath.inc source
...
git-svn-id: trunk@45779 -
2020-07-13 13:18:32 +00:00
florian
ac5407268c
* regenerated
...
git-svn-id: trunk@45778 -
2020-07-12 20:46:54 +00:00
florian
166ccc49a1
* scalar operations should take single/double values and not full registers
...
git-svn-id: trunk@45777 -
2020-07-12 20:46:53 +00:00
marco
515b92263f
* don't assume stream is at position=0 mantis #0037332
...
git-svn-id: trunk@45776 -
2020-07-12 19:20:50 +00:00
pierre
c5ea2a50f9
Change -Tmacos into -Tmacosclassic in help
...
git-svn-id: trunk@45775 -
2020-07-12 15:45:33 +00:00
pierre
bbd8fdcd81
Add MACOS to extradefines field of tsysteminfo for m68k-macosclassic and powerpc-macosclassic
...
git-svn-id: trunk@45774 -
2020-07-12 11:56:16 +00:00
florian
0cb21e8338
+ test for last commit
...
git-svn-id: trunk@45773 -
2020-07-11 20:31:00 +00:00
florian
18877dc96e
* check if current_procinfo is assigned when creating a default sym to avoid a crash, resolves #37303
...
git-svn-id: trunk@45772 -
2020-07-11 20:30:33 +00:00
marco
0a2b2a486f
* update copyright year.
...
git-svn-id: trunk@45771 -
2020-07-11 17:56:43 +00:00
Jonas Maebe
3a5ff85ee4
* add C compiler library search path also for Darwin/AArch64
...
git-svn-id: trunk@45768 -
2020-07-11 14:08:35 +00:00
Jonas Maebe
f58112947b
* don't link CoreImage by default for compatibility with older (Mac) OS X versions
...
(mantis #37040 )
git-svn-id: trunk@45767 -
2020-07-11 14:08:32 +00:00
Jonas Maebe
fb23834367
* regenerated Makefiles again
...
git-svn-id: trunk@45766 -
2020-07-11 09:51:28 +00:00
Jonas Maebe
eeed2de669
* missing regenerated fpcmake.inc
...
git-svn-id: trunk@45765 -
2020-07-11 09:48:18 +00:00
florian
f6f5cb45a3
+ strip leading zeros in numeric labels in iso/extended pascal mode also in label declarations, resolves #37323
...
git-svn-id: trunk@45764 -
2020-07-11 07:12:37 +00:00
pierre
509cf3f1ae
Adapt tsysteminfo.shortname string field length to MacOSclassic
...
git-svn-id: trunk@45763 -
2020-07-10 23:23:56 +00:00
Jonas Maebe
350d2d92f9
* regenerated Makesfiles
...
git-svn-id: trunk@45762 -
2020-07-10 22:08:30 +00:00
Jonas Maebe
78e88f4b77
* regenerated
...
git-svn-id: trunk@45761 -
2020-07-10 22:02:30 +00:00
Jonas Maebe
724c5a3ced
* fixed compilation
...
git-svn-id: trunk@45760 -
2020-07-10 21:58:59 +00:00
Jonas Maebe
df6624005b
* synchronised with r445 of the universal interfaces
...
o added AArch64-Darwin/Mac OS X support
git-svn-id: trunk@45759 -
2020-07-10 21:52:33 +00:00
Jonas Maebe
e7d1a77f9a
* rename the ARM/AArch64-Darwin targets to ARM/AArch64-iOS
...
* rename the m68k/PowerPC-MacOS targets to m68k/PowerPC-MacOSClassic
* repurpose the AArch64/Darwin target for AArch64/macOS
o make AArch64-Darwin default target for a hosted AArch64-Darwin compiler
git-svn-id: trunk@45758 -
2020-07-10 21:52:24 +00:00
florian
392d66a9ce
* variables can have the same name as the main program in iso mode, resolves #37322
...
git-svn-id: trunk@45757 -
2020-07-10 21:05:59 +00:00
pierre
87bf6a4b56
Do not use .hidden for systems_wince, as is done for systems_windows
...
git-svn-id: trunk@45756 -
2020-07-10 14:15:22 +00:00