fpc/compiler/i386
sergei 78c0215447 Preparations to native threadvar support:
- i386/cgcpu.pas: removed segment check, rejecting references with segment here is too early. These references are passed to tcgx86.a_loadaddr_ref_reg, which can generate required code for them (or reject if they are not allowed for the target).
- ncgld.pas: removed "not tf_section_threadvars in target_info" condition, it is inverse to one on the following line, making non-generic branch impossible to execute.
+ Define FPC_SECTION_THREADVARS macro if corresponding flag is set for the target.

git-svn-id: trunk@21210 -
2012-05-03 16:26:44 +00:00
..
aopt386.pas
cgcpu.pas Preparations to native threadvar support: 2012-05-03 16:26:44 +00:00
cpubase.inc
cpuinfo.pas
cpunode.pas
cpupara.pas * fixed the offset of memory parameters allocated via getintparaloc(): 2012-03-10 18:01:22 +00:00
cpupi.pas * Use localalignmax in calc_stackframe_size method 2012-04-20 12:13:52 +00:00
cputarg.pas
csopt386.pas
daopt386.pas o patch by Alexander Shishkin, resolves #20409 2011-10-05 20:11:09 +00:00
hlcgcpu.pas + added interface to ncgutil.gen_load_loc_cgpara() to hlcgobj + generic 2011-08-20 07:38:16 +00:00
i386att.inc + iretq for x86_64 2011-08-19 12:56:26 +00:00
i386atts.inc + iretq for x86_64 2011-08-19 12:56:26 +00:00
i386int.inc + iretq for x86_64 2011-08-19 12:56:26 +00:00
i386nop.inc * handle all operand combinations of xadd, resolves #21146 2012-01-25 21:26:59 +00:00
i386op.inc + iretq for x86_64 2011-08-19 12:56:26 +00:00
i386prop.inc * fixed change information for a lot of sse instructions 2011-08-20 12:28:49 +00:00
i386tab.inc * handle all operand combinations of xadd, resolves #21146 2012-01-25 21:26:59 +00:00
n386add.pas
n386cal.pas * factored out releasing an unused return value into 2011-08-20 07:45:44 +00:00
n386inl.pas
n386mat.pas
n386mem.pas * Made the x86-specific scalefactor optimization of tvecnode available on x86_64 as well, by moving update_reference_reg_mul method from ti386vecnode to newly introduced tx86vecnode. 2011-09-26 12:58:59 +00:00
n386set.pas * merged trunk up to r20882 2012-04-15 15:54:10 +00:00
popt386.pas * i386 version of fix from r21113 2012-04-29 22:27:00 +00:00
r386ari.inc
r386att.inc
r386con.inc
r386dwrf.inc
r386int.inc
r386iri.inc
r386nasm.inc
r386nor.inc
r386nri.inc
r386num.inc
r386op.inc
r386ot.inc
r386rni.inc
r386sri.inc
r386stab.inc
r386std.inc
ra386att.pas
ra386int.pas
rgcpu.pas
rropt386.pas