fpc/compiler/x86
Jonas Maebe 3fee990218 * on Mach-O, PECOFF and ELF platforms, write local symbols as hidden/
private_extern (or plain global in case of PECOFF, as the effect is
    the same there): visible across object files, but they become local
    when linked into a binary/library. This enables cross-unit inlining
    of functions accessig implementation-only symbols.

git-svn-id: trunk@42340 -
2019-07-07 21:33:43 +00:00
..
aasmcpu.pas * fix case completeness and unreachable code warnings in compiler that would 2019-05-12 14:29:03 +00:00
agx86att.pas * fix case completeness and unreachable code warnings in compiler that would 2019-05-12 14:29:03 +00:00
agx86int.pas * synchronised with trunk till r42049 2019-05-12 18:44:05 +00:00
agx86nsm.pas * on Mach-O, PECOFF and ELF platforms, write local symbols as hidden/ 2019-07-07 21:33:43 +00:00
aoptx86.pas Use tcgint typecast instead of aint, as it is the type of the second parameter of loadconst taicpu method 2019-06-25 04:24:56 +00:00
cga.pas
cgx86.pas * synchronised with trunk till r42049 2019-05-12 18:44:05 +00:00
cpubase.pas * synchronised with trunk till r42049 2019-05-12 18:44:05 +00:00
cx86innr.inc
hlcgx86.pas
itcpugas.pas
itx86int.pas
ni86mem.pas
nx86add.pas * fix case completeness and unreachable code warnings in compiler that would 2019-05-12 14:29:03 +00:00
nx86cal.pas
nx86cnv.pas * fix case completeness and unreachable code warnings in compiler that would 2019-05-12 14:29:03 +00:00
nx86con.pas
nx86inl.pas
nx86ld.pas * fix case completeness and unreachable code warnings in compiler that would 2019-05-12 14:29:03 +00:00
nx86mat.pas * fix case completeness and unreachable code warnings in compiler that would 2019-05-12 14:29:03 +00:00
nx86mem.pas * fix case completeness and unreachable code warnings in compiler that would 2019-05-12 14:29:03 +00:00
nx86set.pas + support for verifying whether a case statements handles all possibilities 2019-05-12 14:29:11 +00:00
rax86.pas * prettify the "Use of -offset(%esp), access may cause a crash or value may be 2019-06-10 16:19:06 +00:00
rax86att.pas * fix case completeness and unreachable code warnings in compiler that would 2019-05-12 14:29:03 +00:00
rax86int.pas * fixed an i8086 inline assembler bug, where 'call word ptr [label]' (an 2019-06-05 15:49:39 +00:00
rgx86.pas * fix case completeness and unreachable code warnings in compiler that would 2019-05-12 14:29:03 +00:00
symi86.pas
symx86.pas * fix case completeness and unreachable code warnings in compiler that would 2019-05-12 14:29:03 +00:00
x86ins.dat
x86reg.dat