fpc/compiler/x86_64
Jonas Maebe 91d5457b38 * moved around/replaced the following procedures to stop nflw from depending
on pdecsub (node units should not depend on parser units):
   o maybe_add_public_default_java_constructor()
   o handle_calling_convention()
   o create_finalizer_procdef() (replaced with create_outline_procdef())
   o insert_record_hidden_paras()
   o handle_calling_convention()
   o proc_add_definition()
   o build_parentfpstruct()
   o maybe_guarantee_record_typesym()
   o get_first_proc_str()
  * factored out the creation of a procinfo for a nested procdef based on a
    subnodetree of the current procdef into tprocinfo.create_for_outlining()

git-svn-id: trunk@40773 -
2019-01-05 16:26:33 +00:00
..
aoptcpu.pas + factored out TX86AsmOptimizer.PrePeepholeOptIMUL, used now by x86-64 and i386 2018-11-01 20:49:20 +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
cpubase.inc
cpuelf.pas haiku-x86_64: add target to the compiler and ppudump, enable it in fpmake and fpcmake 2019-01-04 02:16:24 +00:00
cpuinfo.pas
cpunode.pas
cpupara.pas * Commented out unused "size" local var. 2018-11-02 18:47:34 +00:00
cpupi.pas
cputarg.pas haiku-x86_64: add target to the compiler and ppudump, enable it in fpmake and fpcmake 2019-01-04 02:16:24 +00:00
hlcgcpu.pas
nx64add.pas
nx64cal.pas
nx64cnv.pas
nx64flw.pas * moved around/replaced the following procedures to stop nflw from depending 2019-01-05 16:26:33 +00:00
nx64inl.pas
nx64mat.pas
nx64set.pas * (modified) patch by Gareth Moreton: Speed improvement in case blocks, resolves #0034762 2018-12-27 18:31:55 +00:00
r8664ari.inc
r8664att.inc
r8664con.inc
r8664dwrf.inc
r8664int.inc
r8664iri.inc
r8664nasm.inc
r8664nor.inc
r8664num.inc
r8664ot.inc
r8664rni.inc
r8664sri.inc
r8664stab.inc
r8664std.inc
rax64att.pas * fix .seh_savereg: the offset is checked with a bitmask, not a divisor, so use "and", not "mod" 2018-10-07 12:25:09 +00:00
rax64int.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
win64unw.pas
x8664ats.inc + patch by J. Gareth Moreton to support BMI2 instructions 2018-10-07 10:10:19 +00:00
x8664att.inc + patch by J. Gareth Moreton to support BMI2 instructions 2018-10-07 10:10:19 +00:00
x8664int.inc + patch by J. Gareth Moreton to support BMI2 instructions 2018-10-07 10:10:19 +00:00
x8664nop.inc + patch by J. Gareth Moreton to support BMI2 instructions 2018-10-07 10:10:19 +00:00
x8664op.inc + patch by J. Gareth Moreton to support BMI2 instructions 2018-10-07 10:10:19 +00:00
x8664pro.inc + patch by J. Gareth Moreton to support BMI2 instructions 2018-10-07 10:10:19 +00:00
x8664tab.inc + patch by J. Gareth Moreton to support BMI2 instructions 2018-10-07 10:10:19 +00:00