fpc/compiler/arm
pierre 1e9491550d nutils.pas: Add new procedure:
procedure node_change_local_switch(p : tnode;cs : tlocalswitch;enable : boolean);
    to add/remove cs local switch from all p tnode tree localsettings.

    modify second_prefetch implementation in arm, ppcgen and x86 subdirectories
    to use node_change_local_settings to temporarily disabled
    checkpointer local switch, as prefetch is allowed even on unaccessible addresses.
    (previous code was buggy because I frogot that each node has it own localswitches).

git-svn-id: trunk@34576 -
2016-09-29 21:34:34 +00:00
..
aasmcpu.pas * specify the def of assembler level symbols defined via 2016-07-20 20:52:59 +00:00
agarmgas.pas Add support for writeback in RFE and SRS instructions. 2015-12-26 23:53:11 +00:00
aoptcpu.pas * don't conditionalise BL on ARM, because it may have to be converted to 2016-03-06 17:44:08 +00:00
aoptcpub.pas
aoptcpuc.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 * fix assembling of vfnm* 2016-03-06 13:33:29 +00:00
armnop.inc
armop.inc Add support for writeback in RFE and SRS instructions. 2015-12-26 23:53:11 +00:00
armreg.dat
armtab.inc * fix assembling of vfnm* 2016-03-06 13:33:29 +00:00
cgcpu.pas - removed default value of _typ parameter of TAsmData.(Weak)RefAsmSymbol(): 2016-08-05 07:09:16 +00:00
cpubase.pas * S1..S15 do not need to be marked as volatile as they are sub-registers of double size registers 2016-03-06 13:33:26 +00:00
cpuelf.pas Make relocation type more precise compared to output of gas. 2016-01-05 07:23:20 +00:00
cpuinfo.pas Added support for NRF52832 controllers. 2016-07-22 10:01:10 +00:00
cpunode.pas * automatically generate necessary indirect symbols when a new assembler 2016-07-20 20:53:03 +00:00
cpupara.pas + hardfloat directive (arm only): use hard float calling conventions regardless of the abi, resolves #29715 2016-03-06 15:47:31 +00:00
cpupi.pas * fix VFPv4 support 2016-03-06 13:33:16 +00:00
cputarg.pas
hlcgcpu.pas - removed default value of _typ parameter of TAsmData.(Weak)RefAsmSymbol(): 2016-08-05 07:09:16 +00:00
itcpugas.pas
narmadd.pas + enable use of vfma and friends on arm when doing fastmath optimizations 2016-03-06 13:33:27 +00:00
narmcal.pas + hardfloat directive (arm only): use hard float calling conventions regardless of the abi, resolves #29715 2016-03-06 15:47:31 +00:00
narmcnv.pas * fix VFPv4 support 2016-03-06 13:33:16 +00:00
narmcon.pas
narminl.pas nutils.pas: Add new procedure: 2016-09-29 21:34:34 +00:00
narmmat.pas * fix VFPv4 support 2016-03-06 13:33:16 +00:00
narmmem.pas
narmset.pas
pp.lpi.template
raarm.pas
raarmgas.pas - removed default value of _typ parameter of TAsmData.(Weak)RefAsmSymbol(): 2016-08-05 07:09:16 +00:00
rarmcon.inc
rarmdwa.inc
rarmnor.inc
rarmnum.inc
rarmrni.inc
rarmsri.inc
rarmsta.inc
rarmstd.inc
rarmsup.inc
rgcpu.pas * never allocate odd numbered single-sized registers 2016-03-06 13:33:24 +00:00
symcpu.pas