mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-07-22 22:56:25 +02:00
![]() It fixes PIC code generation with GOT for i386 with enabled optimizations. Bugs #28667, #28668. Prior the fix I have not been able to compile even RTL with -O2 due to not enough free registers, since EBX is reserved for GOT. It can be further optimized to teach register allocator to not spill the GOT register if possible. git-svn-id: trunk@32020 - |
||
---|---|---|
.. | ||
aasmcpu.pas | ||
agx86att.pas | ||
agx86int.pas | ||
agx86nsm.pas | ||
aoptx86.pas | ||
cga.pas | ||
cgx86.pas | ||
cpubase.pas | ||
hlcgx86.pas | ||
itcpugas.pas | ||
itx86int.pas | ||
ni86mem.pas | ||
nx86add.pas | ||
nx86cal.pas | ||
nx86cnv.pas | ||
nx86con.pas | ||
nx86inl.pas | ||
nx86ld.pas | ||
nx86mat.pas | ||
nx86mem.pas | ||
nx86set.pas | ||
rax86.pas | ||
rax86att.pas | ||
rax86int.pas | ||
rgx86.pas | ||
symi86.pas | ||
symx86.pas | ||
x86ins.dat | ||
x86reg.dat |