| .. |
|
aasmcpu.pas
|
Copy TExternChain type and AddSymbol procedure to unit aasmcpu from agx86nsm unit
|
2016-07-06 06:55:31 +00:00 |
|
agx86att.pas
|
* restructured the the TExternalAssembler constructors so that the
|
2016-11-09 19:51:20 +00:00 |
|
agx86int.pas
|
+ generate .debug_aranges sections for dwarf debug info: enables faster address to debug info translation
|
2016-04-08 20:19:59 +00:00 |
|
agx86nsm.pas
|
* Adapt to TExternCain move to aasmcpu unit
|
2016-07-06 07:00:13 +00:00 |
|
aoptx86.pas
|
* more getsupreg(...)<>/=getsupreg(...) replaced by SuperRegisterEqual which is more safe, the former could break as the register could have different register types
|
2016-10-20 18:32:23 +00:00 |
|
cga.pas
|
|
|
|
cgx86.pas
|
* get rid of addr_load_indirect again by having tcgx86 provide an internal implementation of both make_simple_ref() and a_load_ref_reg() so that make_direct_ref() can call the latter (and the latter the former) without fear of inifinite recursive calls due to the symbol; a_load_ref_reg() is additionally declared as "final" as a_load_ref_reg_internal() needs to be overloaded instead (which is the case for tcg8086)
|
2016-09-30 14:01:02 +00:00 |
|
cpubase.pas
|
* Reuse binary search routine from rgbase.pas to look up AT&T register names, removes need in regnumber_count_bsstart constant. Resolves #29471.
|
2016-02-09 16:48:32 +00:00 |
|
hlcgx86.pas
|
- removed default value of _typ parameter of TAsmData.(Weak)RefAsmSymbol():
|
2016-08-05 07:09:16 +00:00 |
|
itcpugas.pas
|
* Reuse binary search routine from rgbase.pas to look up AT&T register names, removes need in regnumber_count_bsstart constant. Resolves #29471.
|
2016-02-09 16:48:32 +00:00 |
|
itx86int.pas
|
|
|
|
ni86mem.pas
|
|
|
|
nx86add.pas
|
* converted register_maybe_adjust_setbase() to the high level code generator
|
2015-12-05 18:03:37 +00:00 |
|
nx86cal.pas
|
+ also allow x86 call ref for references that contain only non-imaginary registers (no infinite spilling problems there either)
|
2015-11-11 16:33:48 +00:00 |
|
nx86cnv.pas
|
* replaced current_procinfo.currtrue/falselabel with storing the true/false
|
2015-08-27 18:28:57 +00:00 |
|
nx86con.pas
|
|
|
|
nx86inl.pas
|
nutils.pas: Add new procedure:
|
2016-09-29 21:34:34 +00:00 |
|
nx86ld.pas
|
nx86ld.pas, tx86loadnode:
|
2016-03-18 22:39:41 +00:00 |
|
nx86mat.pas
|
* correctly check left.location instead of left.expectloc when generating
|
2016-06-04 15:54:17 +00:00 |
|
nx86mem.pas
|
* generic part of r26050 from the hlcgllvm branch: made tcgvecnode hlcg-safe
|
2015-02-23 22:56:00 +00:00 |
|
nx86set.pas
|
* correctly generate accesses to jump tables if it contains negative entries, resolves issue #30119
|
2016-05-22 21:02:49 +00:00 |
|
rax86.pas
|
- removed default value of _typ parameter of TAsmData.(Weak)RefAsmSymbol():
|
2016-08-05 07:09:16 +00:00 |
|
rax86att.pas
|
* MaybeRecordOffset: initialise "mangledname" variable
|
2016-11-09 19:51:36 +00:00 |
|
rax86int.pas
|
- removed default value of _typ parameter of TAsmData.(Weak)RefAsmSymbol():
|
2016-08-05 07:09:16 +00:00 |
|
rgx86.pas
|
* avoid spilling of 2nd and 3rd operand of avx instructions
|
2016-06-01 20:48:08 +00:00 |
|
symi86.pas
|
* changed {$ifdef x86} code in defcmp into virtual methods
|
2015-10-28 18:06:27 +00:00 |
|
symx86.pas
|
* adaptation for symx86 to r32340
|
2015-11-15 23:15:43 +00:00 |
|
x86ins.dat
|
* fix modification information of VCOMISS and VCOMISD
|
2016-06-01 19:58:43 +00:00 |
|
x86reg.dat
|
|
|