The sources of the Free Pascal compiler, RTL, packages and utilities. See https://www.freepascal.org/ for more info.
Go to file
pierre d1f31fab15 Merge commits 42525 and 45891 that add
checks for fpu exceptions for arm and aarch64.
------------------------------------------------------------------------
r42525 | florian | 2019-07-28 21:06:36 +0000 (Sun, 28 Jul 2019) | 2 lines

+ software handling of exceptions on arm
* reworked software handling of exceptions so they can be check lazily
------------------------------------------------------------------------
--- Merging r42525 into '.':
U    compiler/arm/cgcpu.pas
U    compiler/arm/narmadd.pas
U    compiler/arm/narminl.pas
U    compiler/arm/narmmat.pas
U    compiler/ncgcal.pas
U    compiler/procinfo.pas
U    rtl/arm/arm.inc
--- Recording mergeinfo for merge of r42525 into '.':
 U   .
Summary of conflicts:
  Tree conflicts: 1
------------------------------------------------------------------------
r42891 | florian | 2019-09-01 17:26:11 +0000 (Sun, 01 Sep 2019) | 1 line

+ support for software floating point exception handling on AArch64 (-CE)
------------------------------------------------------------------------
--- Merging r42891 into '.':
U    compiler/aarch64/cgcpu.pas
U    compiler/aarch64/ncpuadd.pas
U    compiler/aarch64/ncpuinl.pas
U    compiler/aarch64/ncpumat.pas
U    rtl/aarch64/aarch64.inc
U    rtl/aarch64/math.inc
U    rtl/aarch64/mathu.inc
--- Recording mergeinfo for merge of r42891 into '.':
 G   .

git-svn-id: branches/fixes_3_2@46225 -
2020-08-04 10:30:50 +00:00
compiler Merge commits 42525 and 45891 that add 2020-08-04 10:30:50 +00:00
installer * fixes to 3.2.1 2020-06-20 16:47:24 +00:00
packages --- Merging r43186 into '.': 2020-07-11 14:40:18 +00:00
rtl Merge commits 42525 and 45891 that add 2020-08-04 10:30:50 +00:00
tests Merged revision(s) 42776 from trunk: 2020-08-02 17:51:34 +00:00
utils Update fpcm/fpcmake.inc and fpcm/revision.inc 2020-07-31 14:42:56 +00:00
.gitattributes Merged revision(s) 42776 from trunk: 2020-08-02 17:51:34 +00:00
.gitignore --- Merging r45818 into '.': 2020-07-28 14:41:40 +00:00
fpmake_add1.inc
fpmake_proc1.inc
fpmake.pp
Makefile * fixes to 3.2.1 2020-06-20 16:47:24 +00:00
Makefile.fpc * fixes to 3.2.1 2020-06-20 16:47:24 +00:00