fpc/compiler/ppcgen
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
agppcgas.pas * replaced "in_make_direct_ref" field with a trefaddr flag 2016-09-20 21:43:52 +00:00
cgppc.pas Use new class TAsmDataDef as ancestor for TPPCASmData 2016-08-25 22:27:48 +00:00
hlcgppc.pas - removed default value of _typ parameter of TAsmData.(Weak)RefAsmSymbol(): 2016-08-05 07:09:16 +00:00
ngppcadd.pas * converted register_maybe_adjust_setbase() to the high level code generator 2015-12-05 18:03:37 +00:00
ngppccnv.pas * replaced current_procinfo.currtrue/falselabel with storing the true/false 2015-08-27 18:28:57 +00:00
ngppcinl.pas nutils.pas: Add new procedure: 2016-09-29 21:34:34 +00:00
ngppcset.pas * fixed ppc jump table generation in case a jump table has cases for the 2016-05-03 09:00:52 +00:00
rgcpu.pas