This website requires JavaScript.
Explore
Help
Sign In
paweld
/
fpc
Watch
1
Star
0
Fork
0
You've already forked fpc
mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced
2025-06-09 10:38:31 +02:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
f52ea868dd
fpc
/
compiler
/
i386
History
yury
039aee9568
* i386 PIC: Do not force EBX as a GOT register if tf_section_threadvars is not set. Actually forcing EBX here is a bad idea anyway.
...
git-svn-id: trunk@41463 -
2019-02-25 15:05:26 +00:00
..
aoptcpu.pas
* Removed unused local vars.
2019-02-25 11:22:49 +00:00
aoptcpub.pas
- get rid of MaxOps, it is redundant with max_operands
2018-11-02 21:32:29 +00:00
aoptcpud.pas
cgcpu.pas
* i386: Minor PIC initialization improvement if the GOT register is forced to EBX.
2019-02-25 14:43:46 +00:00
cpubase.inc
cpuelf.pas
cpuinfo.pas
cpunode.pas
cpupara.pas
* keep track of whether a routine has a C-style variadic parameter in the
2019-02-23 15:42:45 +00:00
cpupi.pas
* i386 PIC: Do not force EBX as a GOT register if tf_section_threadvars is not set. Actually forcing EBX here is a bad idea anyway.
2019-02-25 15:05:26 +00:00
cputarg.pas
hlcgcpu.pas
* Do not set pi_needs_got in current_procinfo.flags at the node level, since the GOT usage can only be estimated there. Instead set the pi_needs_got flag at places where the GOT register is accessed during the code generation. This eliminates generation of the unneeded initialization of the GOT register and fixes linker errors when the _GLOBAL_OFFSET_TABLE_ symbol is referenced but no actual GOT references are present.
2019-02-25 13:35:40 +00:00
i386att.inc
+ patch by Marģers to support the x86 assembler instructions blsi, blsr, blsmsk, adcx, adox, movbe, pclmulqdq,
resolves
#34815
and
#34799
2019-01-20 18:50:12 +00:00
i386atts.inc
+ patch by Marģers to support the x86 assembler instructions blsi, blsr, blsmsk, adcx, adox, movbe, pclmulqdq,
resolves
#34815
and
#34799
2019-01-20 18:50:12 +00:00
i386int.inc
+ patch by Marģers to support the x86 assembler instructions blsi, blsr, blsmsk, adcx, adox, movbe, pclmulqdq,
resolves
#34815
and
#34799
2019-01-20 18:50:12 +00:00
i386nop.inc
+ patch by Marģers to support the x86 assembler instructions blsi, blsr, blsmsk, adcx, adox, movbe, pclmulqdq,
resolves
#34815
and
#34799
2019-01-20 18:50:12 +00:00
i386op.inc
+ patch by Marģers to support the x86 assembler instructions blsi, blsr, blsmsk, adcx, adox, movbe, pclmulqdq,
resolves
#34815
and
#34799
2019-01-20 18:50:12 +00:00
i386prop.inc
+ patch by Marģers to support the x86 assembler instructions blsi, blsr, blsmsk, adcx, adox, movbe, pclmulqdq,
resolves
#34815
and
#34799
2019-01-20 18:50:12 +00:00
i386tab.inc
+ patch by Marģers to support the x86 assembler instructions blsi, blsr, blsmsk, adcx, adox, movbe, pclmulqdq,
resolves
#34815
and
#34799
2019-01-20 18:50:12 +00:00
n386add.pas
n386cal.pas
n386flw.pas
* moved around/replaced the following procedures to stop nflw from depending
2019-01-05 16:26:33 +00:00
n386inl.pas
n386ld.pas
n386mat.pas
n386mem.pas
n386set.pas
* let all the case code generation work with tconstexprint instead of aint,
2019-02-24 19:58:37 +00:00
r386ari.inc
r386att.inc
r386con.inc
r386dwrf.inc
r386int.inc
r386iri.inc
r386nasm.inc
r386nor.inc
r386nri.inc
r386num.inc
r386ot.inc
r386rni.inc
r386sri.inc
r386stab.inc
r386std.inc
ra386att.pas
ra386int.pas
rgcpu.pas
symcpu.pas
* when creating wrappers, add a prefix to parameter names to prevent them
2018-12-24 22:10:06 +00:00