fpc/compiler/arm
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
..
aasmcpu.pas --- Merging r39714 into '.': 2018-09-22 12:02:55 +00:00
agarmgas.pas + support for vmov.xx vreg,#imm on arm 2018-06-24 12:39:59 +00:00
aoptcpu.pas Merge of revisions 40277 2018-12-31 15:48:08 +00:00
aoptcpub.pas
aoptcpud.pas
armatt.inc Add support for writeback in RFE and SRS instructions. 2015-12-26 23:53:11 +00:00
armatts.inc Add support for writeback in RFE and SRS instructions. 2015-12-26 23:53:11 +00:00
armins.dat + support for vmov.xx vreg,#imm on arm 2018-06-24 12:39:59 +00:00
armnop.inc + support for vmov.xx vreg,#imm on arm 2018-06-24 12:39:59 +00:00
armop.inc Add support for writeback in RFE and SRS instructions. 2015-12-26 23:53:11 +00:00
armreg.dat
armtab.inc + support for vmov.xx vreg,#imm on arm 2018-06-24 12:39:59 +00:00
cgcpu.pas Merge commits 42525 and 45891 that add 2020-08-04 10:30:50 +00:00
cpubase.pas Merge of revisions 40277 2018-12-31 15:48:08 +00:00
cpuelf.pas arm-netbsd: added platform define and dummy rtl files so the build passes for this platform. port not functional yet 2018-03-05 15:38:46 +00:00
cpuinfo.pas Merge of several commits related to enhancements in PPU writing 2019-11-04 08:50:42 +00:00
cpunode.pas * automatically generate necessary indirect symbols when a new assembler 2016-07-20 20:53:03 +00:00
cpupara.pas * replaced the saved_XXX_registers arrays with virtual methods inside 2018-04-19 21:22:16 +00:00
cpupi.pas * renamed t<cpuname>procinfo to tcpuprocinfo for all targets, so we can 2016-12-16 22:41:21 +00:00
cputarg.pas AROS: added arm-aros target to compiler and fpcmake 2016-11-06 10:51:45 +00:00
hlcgcpu.pas * keep track of the temp position separately from the offset in references, 2018-04-22 17:03:16 +00:00
itcpugas.pas
narmadd.pas Merge commits 42525 and 45891 that add 2020-08-04 10:30:50 +00:00
narmcal.pas syscalls: unify call reference creation across 4 different CPU archs. less copypasted code, brings x86_64 AROS support up to speed 2016-12-02 09:29:09 +00:00
narmcnv.pas * tarmtypeconvnode.first_int_to_real should call the generic method in the parent class, if soft fpu code is generated, resolves #31350 2017-02-12 16:05:13 +00:00
narmcon.pas * use vmov.xx to load float constants if possible 2018-06-24 12:40:00 +00:00
narminl.pas Merge commits 42525 and 45891 that add 2020-08-04 10:30:50 +00:00
narmmat.pas Merge commits 42525 and 45891 that add 2020-08-04 10:30:50 +00:00
narmmem.pas
narmset.pas * Removed unused vars. 2017-05-04 10:38:49 +00:00
pp.lpi.template
raarm.pas
raarmgas.pas * factored out check to determine whether a variable can be subscripted in 2018-01-01 14:29:21 +00:00
rarmcon.inc
rarmdwa.inc
rarmnor.inc
rarmnum.inc
rarmrni.inc
rarmsri.inc
rarmsta.inc
rarmstd.inc
rarmsup.inc
rgcpu.pas * keep track of the temp position separately from the offset in references, 2018-04-22 17:03:16 +00:00
symcpu.pas * rest of the previous accidental partial commit 2019-02-07 19:56:21 +00:00