nickysn
c1312e47fe
* synchronized with trunk
...
git-svn-id: branches/wasm@46226 -
2020-08-04 13:37:27 +00:00
pierre
ca40956a3a
Regenerated all Makefile's
...
git-svn-id: trunk@46224 -
2020-08-04 10:19:49 +00:00
pierre
a2806954ed
Update after commit #46222
...
git-svn-id: trunk@46223 -
2020-08-04 10:10:44 +00:00
pierre
a5997e266f
Add powerpc specific call to gcc to get the correct libgcc directory for linux
...
git-svn-id: trunk@46222 -
2020-08-04 07:48:24 +00:00
pierre
fdb1cd38ab
Disable limitation of handling of negative shift values, can be enalbed again by setting LIMIT_NEG_SHIFTVALUES macro
...
git-svn-id: trunk@46221 -
2020-08-04 07:45:03 +00:00
svenbarth
c17ad509e2
* fix for Mantis #36775 : apply patch by J. Gareth Moreton
...
+ added tests
git-svn-id: trunk@46220 -
2020-08-03 21:53:29 +00:00
svenbarth
055cfc1771
* added test for Mantis #36014 which is already fixed (also in 3.2.0)
...
git-svn-id: trunk@46219 -
2020-08-03 21:53:24 +00:00
svenbarth
8770af84bd
* fix for Mantis #37187 : inside generics the constant code in pexpr does not handle all cases and thus current_procinfo needs to be checked as well
...
+ added test
git-svn-id: trunk@46218 -
2020-08-03 21:53:14 +00:00
nickysn
035a946168
* wasm compilation fixed after sync with trunk
...
git-svn-id: branches/wasm@46217 -
2020-08-03 21:31:50 +00:00
nickysn
a8811ac14a
* regenerated makefiles
...
git-svn-id: branches/wasm@46216 -
2020-08-03 21:23:58 +00:00
nickysn
b79a2fc5bf
* update revision.inc
...
git-svn-id: branches/wasm@46215 -
2020-08-03 21:20:22 +00:00
nickysn
62cb7c2d12
* synchronized with trunk
...
git-svn-id: branches/wasm@46214 -
2020-08-03 21:15:39 +00:00
Jonas Maebe
06a5ec5b5c
* fixed peephole optimizer replace lea by add even if the flags were in use
...
(patch by J. Gareth Moreton)
git-svn-id: trunk@46213 -
2020-08-03 20:51:37 +00:00
Jonas Maebe
3047ce71bc
* fixed LLVM register allocator after r46199
...
git-svn-id: trunk@46212 -
2020-08-03 20:36:02 +00:00
florian
87702d7cda
* cosmetics
...
git-svn-id: trunk@46211 -
2020-08-03 19:58:47 +00:00
florian
7281ea7a2c
* floating point division by zero should throw run time error 208, fixed
...
git-svn-id: trunk@46210 -
2020-08-03 19:42:16 +00:00
florian
b60ac4c2db
* @PLT is needed for calls to link it properly with pic code
...
git-svn-id: trunk@46209 -
2020-08-03 19:42:14 +00:00
florian
4c2c540b29
* fixed resetting of state, broken in r45995
...
+ debugging output
* check magic properly
* cosmetics
git-svn-id: trunk@46208 -
2020-08-03 19:42:13 +00:00
florian
893225770c
* updated tfpstate
...
git-svn-id: trunk@46207 -
2020-08-03 19:42:13 +00:00
nickysn
83e8a799c8
* fixed wasm warnings, due to level 2 comments
...
git-svn-id: branches/wasm@46206 -
2020-08-03 19:25:59 +00:00
nickysn
936df34f5e
+ added wasm regdat regeneration to the compiler makefile
...
git-svn-id: branches/wasm@46205 -
2020-08-03 19:14:03 +00:00
yury
0000682043
* i8086: When a ref points to the 32-bit data, preload the ref base to a temp register to reduce spilling.
...
git-svn-id: trunk@46204 -
2020-08-03 18:52:17 +00:00
yury
ddea929923
* For 8 and 16 bit CPUs preload the ref base and index to a separate temp register in the generic implementation of a_load64_reg_ref() and a_load64_ref_reg().
...
This reduces spilling and produces a better code.
git-svn-id: trunk@46203 -
2020-08-03 18:45:38 +00:00
nickysn
08af87cde2
+ also build wasmtool
...
git-svn-id: branches/wasm@46202 -
2020-08-03 17:25:42 +00:00
nickysn
63ecdcffd1
* mode objfpc, h+ in wasmlinkchange.pas and wasmtoolutils.pas
...
git-svn-id: branches/wasm@46201 -
2020-08-03 17:19:12 +00:00
yury
e70c898503
* Removed the i8086 specific hack. Since r46199 the register allocator is able to handle the problem code.
...
git-svn-id: trunk@46200 -
2020-08-03 16:51:20 +00:00
yury
ff820247c3
* Early during register allocation, spill registers which interfere with all usable real registers.
...
It is pointless to keep them for further processing. Also it may
cause endless spilling.
This can happen when compiling for very constrained CPUs such as
i8086 where indexed memory access instructions allow only
few registers as arguments and additionally the calling convention
provides no general purpose volatile registers.
git-svn-id: trunk@46199 -
2020-08-03 16:46:25 +00:00
nickysn
39e7f9b87f
* lazarus application name changed to ppcwasm (was: ppcjvm)
...
git-svn-id: branches/wasm@46198 -
2020-08-03 16:36:03 +00:00
yury
601e05f17f
* Count only usable real registers.
...
git-svn-id: trunk@46197 -
2020-08-03 16:24:14 +00:00
yury
0daba07246
* Enhanced the debug output of spilling statistics. Now it includes efficiency of the spilling which is based on
...
weight and usage count of registers. Range 0-100%. Such statistics are very handy when you modify the register allocator.
git-svn-id: trunk@46196 -
2020-08-03 16:18:32 +00:00
nickysn
bf8a06f43b
+ added comment with the WebAssembly define
...
git-svn-id: branches/wasm@46195 -
2020-08-03 15:57:31 +00:00
nickysn
67d5eba6fc
+ added wasmbin fpmake files
...
git-svn-id: branches/wasm@46194 -
2020-08-03 15:40:05 +00:00
nickysn
dbffac46cb
* mode objfpc, h+ in wasmnormalize.pas
...
git-svn-id: branches/wasm@46193 -
2020-08-03 15:35:59 +00:00
nickysn
6b5719879a
* mode objfpc, h+ in wasmmodule
...
git-svn-id: branches/wasm@46192 -
2020-08-03 15:28:26 +00:00
nickysn
8d5ddbf33f
* mode objfpc, h+ in wasmlink
...
git-svn-id: branches/wasm@46191 -
2020-08-03 15:22:57 +00:00
nickysn
05c5e28bca
* mode objfpc, h+ in wasmtest.pas
...
git-svn-id: branches/wasm@46190 -
2020-08-03 15:16:44 +00:00
nickysn
c97a244a3d
* mode objfpc, h+ in wasmbincode.pas
...
git-svn-id: branches/wasm@46189 -
2020-08-03 15:12:54 +00:00
nickysn
7809dde9d5
+ added mode objfpc and ansistrings ON directive to unit lebutils
...
git-svn-id: branches/wasm@46188 -
2020-08-03 15:07:48 +00:00
nickysn
f6a15342c7
+ makefile for utils/wasmbin (but no fpmake.pp yet)
...
git-svn-id: branches/wasm@46187 -
2020-08-03 14:07:25 +00:00
nickysn
0df78c9128
* regenerated makefiles
...
git-svn-id: branches/wasm@46186 -
2020-08-03 13:49:15 +00:00
nickysn
17057abaf1
* applied the GPL license with Dmitry's permission
...
git-svn-id: branches/wasm@46185 -
2020-08-03 13:07:03 +00:00
nickysn
34460a9fae
[PATCH 188/188] fix offset reference within the code section, when
...
writing relocation info
From ad32136edcdc2c4df42f5a305358aa01b90755b9 Mon Sep 17 00:00:00 2001
From: Dmitry Boyarintsev <skalogryz.lists@gmail.com>
Date: Mon, 13 Apr 2020 10:13:06 -0400
git-svn-id: branches/wasm@46184 -
2020-08-03 13:02:19 +00:00
nickysn
c2abf3e14b
[PATCH 187/188] removing function code reference as unneeded
...
From edd3628ed9d2302b50ec590dfeb76eb929f5748b Mon Sep 17 00:00:00 2001
From: Dmitry Boyarintsev <skalogryz.lists@gmail.com>
Date: Mon, 13 Apr 2020 10:11:58 -0400
git-svn-id: branches/wasm@46183 -
2020-08-03 13:02:18 +00:00
nickysn
cd6eed38c1
[PATCH 186/188] removed debug lines
...
From a2ba033b28c82808f5c0074d6b4d3c62f965417a Mon Sep 17 00:00:00 2001
From: Dmitry Boyarintsev <skalogryz.lists@gmail.com>
Date: Mon, 13 Apr 2020 09:32:51 -0400
git-svn-id: branches/wasm@46182 -
2020-08-03 13:02:17 +00:00
nickysn
9d235d92bf
[PATCH 185/188] changing relocation to use actual wasmmodule objects,
...
instead of indexes. As the actual symbol index is only known when after
linking section was written
From 32f96b6a7da19db001b62481e860df5757f0867c Mon Sep 17 00:00:00 2001
From: Dmitry Boyarintsev <skalogryz.lists@gmail.com>
Date: Mon, 13 Apr 2020 09:32:18 -0400
git-svn-id: branches/wasm@46181 -
2020-08-03 13:02:16 +00:00
nickysn
addfbaf889
[PATCH 184/188] update writing binary import section for entities
...
other than function update table normalization to hard-code the element type
From 545def919260e7d90ec3b948f242022378607079 Mon Sep 17 00:00:00 2001
From: Dmitry Boyarintsev <skalogryz.lists@gmail.com>
Date: Thu, 9 Apr 2020 14:08:42 -0400
git-svn-id: branches/wasm@46180 -
2020-08-03 13:02:15 +00:00
nickysn
0e4e94dfe2
[PATCH 183/188] wasa relocation to be off by default
...
From 29bc72b3e6d157b88ea1df59f171b8cd019c3254 Mon Sep 17 00:00:00 2001
From: Dmitry Boyarintsev <skalogryz.lists@gmail.com>
Date: Thu, 9 Apr 2020 13:19:40 -0400
git-svn-id: branches/wasm@46179 -
2020-08-03 13:02:14 +00:00
nickysn
6af6930763
[PATCH 182/188] updating file output to use absolute path
...
From 538eac2f8d9ba8737d1840b85864a6921204a167 Mon Sep 17 00:00:00 2001
From: Dmitry Boyarintsev <skalogryz.lists@gmail.com>
Date: Wed, 8 Apr 2020 15:37:30 -0400
git-svn-id: branches/wasm@46178 -
2020-08-03 13:02:13 +00:00
nickysn
ba7661e6f2
[PATCH 181/188] using assembler parameters
...
From 351ab862f931830be30643473e2d073092e1de40 Mon Sep 17 00:00:00 2001
From: Dmitry Boyarintsev <skalogryz.lists@gmail.com>
Date: Wed, 8 Apr 2020 13:15:49 -0400
git-svn-id: branches/wasm@46177 -
2020-08-03 13:02:12 +00:00
nickysn
dbde36f012
[PATCH 180/188] starting wasa project to be the assembler
...
From 86e4726f85ee8aad811c9c4b6b6cfe63946a80fb Mon Sep 17 00:00:00 2001
From: Dmitry Boyarintsev <skalogryz.lists@gmail.com>
Date: Wed, 8 Apr 2020 12:56:59 -0400
git-svn-id: branches/wasm@46176 -
2020-08-03 13:02:11 +00:00