Commit Graph

57181 Commits

Author SHA1 Message Date
Mattias Gaertner
f2a8e646b7 fcl-passrc: specialize generic constraints
git-svn-id: trunk@42948 -
2019-09-08 13:46:21 +00:00
Károly Balogh
fa1203029f m68k: use cpu_capabilities when deciding to inject scaling into a ref. also allow scaling in more cases.
git-svn-id: trunk@42947 -
2019-09-08 13:37:22 +00:00
Károly Balogh
50fe8f70f5 m68k: make sure we're not trying to allocate a subregister for float paras when R_SUBWHOLE <> R_SUBNONE
git-svn-id: trunk@42946 -
2019-09-08 13:34:39 +00:00
michael
ff0887b9b3 * Additional tests for sqlite3dataset by Luis Americo (bug ID 323247)
git-svn-id: trunk@42945 -
2019-09-08 10:31:05 +00:00
michael
47dbaafa89 * Fix bug ID #0035246
git-svn-id: trunk@42944 -
2019-09-08 10:00:22 +00:00
Károly Balogh
16fc8c8d9a m68k: added some handling for the explicit precision FPU instructions in the spilling and optimizer. fixed a_fsabs and a_fdabs names
git-svn-id: trunk@42943 -
2019-09-08 09:21:17 +00:00
pierre
5d9771d141 Suppress range check/invalid typecast errors when compiling with -CriotR option
git-svn-id: trunk@42942 -
2019-09-07 21:14:12 +00:00
Károly Balogh
8cb8f19258 vcl-compat: disabled it for palmos, atari, msdos and go32v2. fcl-web is not compiled for these, and that is a dependency.
git-svn-id: trunk@42941 -
2019-09-07 21:01:14 +00:00
Jeppe Johansen
05c4f45596 * Fix exitcode handling for avrsim target. Patch by Christo Crause
git-svn-id: trunk@42940 -
2019-09-07 20:21:16 +00:00
Jeppe Johansen
45b59168ff * Disable vcl-compat for target embedded.
git-svn-id: trunk@42939 -
2019-09-07 20:19:54 +00:00
florian
9e5cbce6be * fix tcgavr.g_flags2reg for sizes > 1 byte
git-svn-id: trunk@42938 -
2019-09-07 20:19:12 +00:00
michael
8cfee11345 * Initial version of System.NetEncoding.pp
git-svn-id: trunk@42937 -
2019-09-07 19:20:04 +00:00
marco
dfb00e85a0 * fix mantis #35936 as suggested by Denis Kozlov. fdefaultoutput is a tmemorystream, so it is seekable
git-svn-id: trunk@42936 -
2019-09-07 16:23:48 +00:00
marco
61e777a4ff * add underline support. Patch by Oleg, mantis #35946
git-svn-id: trunk@42935 -
2019-09-07 15:16:13 +00:00
michael
560c0b228e * Handle recursion for address queries, CNames are also possible (bug ID 34480)
git-svn-id: trunk@42934 -
2019-09-07 15:02:12 +00:00
michael
aee20cd54d * Proper fix for 35887
git-svn-id: trunk@42933 -
2019-09-07 14:25:22 +00:00
michael
0bbe319d4c * Fix bug #36052, defaultencoding does not need to be freed
git-svn-id: trunk@42932 -
2019-09-07 14:02:12 +00:00
michael
08b665d636 * Remove randscreen call, deprecate randscreen (bug ID 36045)
git-svn-id: trunk@42931 -
2019-09-07 13:34:58 +00:00
Károly Balogh
fd1d227175 m68k: more refactoring for fpu_capabilities instead of hardwired fpu types. 68040 and 68060 fpu types should now work
git-svn-id: trunk@42929 -
2019-09-06 07:56:06 +00:00
Károly Balogh
db2875ceba m68k: added the remaining instructions with explicit rounding precision. fixed fsflmul to be fsglmul (this is also typo in the original 68k PRM)
git-svn-id: trunk@42928 -
2019-09-06 07:25:45 +00:00
Károly Balogh
2a87b885b1 m68k: added the most important FPU instructions with explicit rounding precision (eg. FSADD/FDADD)
git-svn-id: trunk@42927 -
2019-09-05 21:51:36 +00:00
Károly Balogh
5eee29e5d1 m68k: refactor some code to not fail when the tasmop set will be bigger than 256 elements
git-svn-id: trunk@42926 -
2019-09-05 21:49:27 +00:00
Károly Balogh
de095c4631 m68k: refactoring to use fpu_capabilities at more places instead of hardwiring certain fpu types
git-svn-id: trunk@42925 -
2019-09-05 21:43:51 +00:00
florian
0c6f7321bf + AArch64: FoldShiftProcess optimization
git-svn-id: trunk@42924 -
2019-09-05 20:15:56 +00:00
Károly Balogh
36286441b2 m68k: try to optimize realconst operands into B/W/L sized integer operands. these are shorter to encode - which almost always means faster on m68k
git-svn-id: trunk@42923 -
2019-09-05 19:32:57 +00:00
florian
a019536cd5 * avoid that -0.0 is handled by the eor optimization
git-svn-id: trunk@42921 -
2019-09-04 20:45:24 +00:00
florian
ed688aceee * remove packed from tdynarray, it is not needed and especially 64 bit CPUs which require proper aligment, suffer from it
git-svn-id: trunk@42920 -
2019-09-04 20:45:23 +00:00
florian
8ffb72ddd0 * another missing part of r42916 ...
git-svn-id: trunk@42919 -
2019-09-04 16:36:54 +00:00
michael
52ca09cc58 * Fix missing tag
git-svn-id: trunk@42918 -
2019-09-04 06:15:17 +00:00
florian
69786ffe73 somehow committing went wrong, second part of last commit:
+ AArch64: support for vX.8b/vX.16b register names
+ support for more than 256 registers in the register dat files
- removed totherregisterset
+ AArch64: use vmov to load immediates if possible
+ AArch64: use eor to clear mm registers

git-svn-id: trunk@42917 -
2019-09-03 21:07:33 +00:00
florian
a5a87fa84c + AArch64: support for vX.8b/vX.16b register names
+ support for more than 256 registers in the register dat files
- removed totherregisterset
+ AArch64: use vmov to load immediates if possible
+ AArch64: use eor to clear mm registers
+ small command line tool for quick creating of vfp register list in a64reg.dat

git-svn-id: trunk@42916 -
2019-09-03 20:59:13 +00:00
marco
11203bcdeb * sets enumerators
git-svn-id: trunk@42915 -
2019-09-03 18:10:53 +00:00
marco
e32aeb86c0 * comments
git-svn-id: trunk@42914 -
2019-09-03 18:09:56 +00:00
marco
a5aa058693 * and some iterator work for gmap
git-svn-id: trunk@42910 -
2019-09-03 12:22:58 +00:00
marco
534d7b0943 * self enumerators for hashmap and vector
git-svn-id: trunk@42909 -
2019-09-03 11:53:09 +00:00
marco
fef4741eb8 * for..in std iterator support for ghashmap, mantis #35940
git-svn-id: trunk@42908 -
2019-09-03 09:57:22 +00:00
michael
02a3b6bec7 * Small patch from Laco, inlining function, removing commented code
git-svn-id: trunk@42907 -
2019-09-03 07:58:26 +00:00
pierre
0e02b4f58c Fix problems with big endian systems without 80-bit floating point support
git-svn-id: trunk@42906 -
2019-09-02 16:00:15 +00:00
michael
57ac787370 * Additional case where whitespace can mess up (bug ID 36037)
git-svn-id: trunk@42904 -
2019-09-02 12:36:37 +00:00
pierre
ca87fba014 Fix short names for a few zip
git-svn-id: trunk@42903 -
2019-09-02 08:19:35 +00:00
pierre
7473c94643 Change ShortName according to renmaetoshort rule in fpcbuild/Makefile.fpc
git-svn-id: trunk@42902 -
2019-09-02 08:04:30 +00:00
michael
965f16a8be * Correctly attribute TBufferedFileStream by José Mejuto
git-svn-id: trunk@42901 -
2019-09-02 07:24:05 +00:00
michael
96fdb12eef * Simple formatting changes
git-svn-id: trunk@42900 -
2019-09-02 07:22:24 +00:00
michael
81d398068f * Fix some warnings/hints
git-svn-id: trunk@42899 -
2019-09-02 07:22:01 +00:00
michael
7bd7db1b6c * Fix some warnings/hints
git-svn-id: trunk@42898 -
2019-09-02 07:21:45 +00:00
michael
bf938bd538 * Add TTestBufferedFileStream
git-svn-id: trunk@42897 -
2019-09-02 07:21:20 +00:00
Mattias Gaertner
56f33bfc14 fcl-passrc: clean up
git-svn-id: trunk@42896 -
2019-09-01 19:26:19 +00:00
Mattias Gaertner
cdd4d0e04f fcl-passrc: made helpers deterministic
git-svn-id: trunk@42895 -
2019-09-01 19:23:36 +00:00
Mattias Gaertner
c2c67cb035 pastojs: fixed test
git-svn-id: trunk@42894 -
2019-09-01 18:40:57 +00:00
Mattias Gaertner
8a0cde25a6 fcl-passrc: fixed helper for type alias type
git-svn-id: trunk@42893 -
2019-09-01 18:39:05 +00:00