yury 649823a246 * Removed unused vars. пре 9 година
..
aoptcpu.pas 649823a246 * Removed unused vars. пре 9 година
aoptcpub.pas 2f5ce095ce * RefsHaveIndexReg -> cpurefshaveindexreg пре 13 година
aoptcpud.pas 790a4fe2d3 * log and id tags removed пре 20 година
cgcpu.pas eb86cd47c6 * tcgx86_64.g_proc_entry: Don't crash if 'list' is initially empty. Went unnoticed this far because ncgutil.gen_proc_entry_code adds some items before calling cg.g_proc_entry. пре 9 година
cpubase.inc bfbb0c5b9d * optimize mov/lea пре 12 година
cpuelf.pas 7ca62febcd AROS/x86_64: initial AROS/x86_64 support and implement syscalls for AROS/x86_64 пре 10 година
cpuinfo.pas 3cb9be73bc Moved tcontrollerdatatype out into cpuinfo. пре 10 година
cpunode.pas a0efde8167 * automatically generate necessary indirect symbols when a new assembler пре 9 година
cpupara.pas a27927e658 * disable parameter struct padding for llvm, as llvm does that it by itself пре 9 година
cpupi.pas 70dda94474 * x86_64-win64: don't allocate outgoing parameter area in nostackframe procedures, it fails compilation if range/overflow/etc checking is enabled (which always sets pi_do_call) due to check introduced in r22677. пре 12 година
cputarg.pas 1c0c944311 Added x86_64-embedded target. Patch from Benjamin Rosseaux пре 9 година
hlcgcpu.pas aa1be3276f - removed default value of _typ parameter of TAsmData.(Weak)RefAsmSymbol(): пре 9 година
nx64add.pas 2459518bdd * use IMUL even for unsigned multiplication on x86_64, when overflow checking is пре 11 година
nx64cal.pas aa1be3276f - removed default value of _typ parameter of TAsmData.(Weak)RefAsmSymbol(): пре 9 година
nx64cnv.pas 687bb15299 * renamed getdatalabel() to getglobaldatalabel пре 10 година
nx64flw.pas aa1be3276f - removed default value of _typ parameter of TAsmData.(Weak)RefAsmSymbol(): пре 9 година
nx64inl.pas 1bcc276dcf * remove implicit typecast to extended automatically inserted for trunc/round пре 10 година
nx64mat.pas b594eee70b * Moved x86_64 mod/div code to x86, with minimal changes to ensure it compiles on i386/i8086. Merging optimized division-by-const code from i386 is pending... пре 11 година
nx64set.pas 57f93ed40d * correctly generate accesses to jump tables if it contains negative entries, resolves issue #30119 пре 9 година
r8664ari.inc 5af873ee5b * x86 targets: Profiling shows that quite a bit of time is spent in findreg_by_number(), despite it uses binary search. Worse, it is repeated for every piece of register information. Trying to get rid of some of these calls: rearranged registers so that their "opcode" matches 3 LSBs of superregister number (with a few exceptions described at the beginning of x86reg.dat). This allows to lookup opcodes in regval() with O(1) complexity, and removes need in rXXXop.inc files. пре 12 година
r8664att.inc 5af873ee5b * x86 targets: Profiling shows that quite a bit of time is spent in findreg_by_number(), despite it uses binary search. Worse, it is repeated for every piece of register information. Trying to get rid of some of these calls: rearranged registers so that their "opcode" matches 3 LSBs of superregister number (with a few exceptions described at the beginning of x86reg.dat). This allows to lookup opcodes in regval() with O(1) complexity, and removes need in rXXXop.inc files. пре 12 година
r8664con.inc 5af873ee5b * x86 targets: Profiling shows that quite a bit of time is spent in findreg_by_number(), despite it uses binary search. Worse, it is repeated for every piece of register information. Trying to get rid of some of these calls: rearranged registers so that their "opcode" matches 3 LSBs of superregister number (with a few exceptions described at the beginning of x86reg.dat). This allows to lookup opcodes in regval() with O(1) complexity, and removes need in rXXXop.inc files. пре 12 година
r8664dwrf.inc 5af873ee5b * x86 targets: Profiling shows that quite a bit of time is spent in findreg_by_number(), despite it uses binary search. Worse, it is repeated for every piece of register information. Trying to get rid of some of these calls: rearranged registers so that their "opcode" matches 3 LSBs of superregister number (with a few exceptions described at the beginning of x86reg.dat). This allows to lookup opcodes in regval() with O(1) complexity, and removes need in rXXXop.inc files. пре 12 година
r8664int.inc 5af873ee5b * x86 targets: Profiling shows that quite a bit of time is spent in findreg_by_number(), despite it uses binary search. Worse, it is repeated for every piece of register information. Trying to get rid of some of these calls: rearranged registers so that their "opcode" matches 3 LSBs of superregister number (with a few exceptions described at the beginning of x86reg.dat). This allows to lookup opcodes in regval() with O(1) complexity, and removes need in rXXXop.inc files. пре 12 година
r8664iri.inc 5af873ee5b * x86 targets: Profiling shows that quite a bit of time is spent in findreg_by_number(), despite it uses binary search. Worse, it is repeated for every piece of register information. Trying to get rid of some of these calls: rearranged registers so that their "opcode" matches 3 LSBs of superregister number (with a few exceptions described at the beginning of x86reg.dat). This allows to lookup opcodes in regval() with O(1) complexity, and removes need in rXXXop.inc files. пре 12 година
r8664nasm.inc 2ec5a649d7 * set Ch_* for more operations пре 11 година
r8664nor.inc 283ff05127 * merged avx support in inline assembler developed by Torsten Grundke пре 13 година
r8664num.inc 5af873ee5b * x86 targets: Profiling shows that quite a bit of time is spent in findreg_by_number(), despite it uses binary search. Worse, it is repeated for every piece of register information. Trying to get rid of some of these calls: rearranged registers so that their "opcode" matches 3 LSBs of superregister number (with a few exceptions described at the beginning of x86reg.dat). This allows to lookup opcodes in regval() with O(1) complexity, and removes need in rXXXop.inc files. пре 12 година
r8664ot.inc 5af873ee5b * x86 targets: Profiling shows that quite a bit of time is spent in findreg_by_number(), despite it uses binary search. Worse, it is repeated for every piece of register information. Trying to get rid of some of these calls: rearranged registers so that their "opcode" matches 3 LSBs of superregister number (with a few exceptions described at the beginning of x86reg.dat). This allows to lookup opcodes in regval() with O(1) complexity, and removes need in rXXXop.inc files. пре 12 година
r8664rni.inc 5af873ee5b * x86 targets: Profiling shows that quite a bit of time is spent in findreg_by_number(), despite it uses binary search. Worse, it is repeated for every piece of register information. Trying to get rid of some of these calls: rearranged registers so that their "opcode" matches 3 LSBs of superregister number (with a few exceptions described at the beginning of x86reg.dat). This allows to lookup opcodes in regval() with O(1) complexity, and removes need in rXXXop.inc files. пре 12 година
r8664sri.inc 5af873ee5b * x86 targets: Profiling shows that quite a bit of time is spent in findreg_by_number(), despite it uses binary search. Worse, it is repeated for every piece of register information. Trying to get rid of some of these calls: rearranged registers so that their "opcode" matches 3 LSBs of superregister number (with a few exceptions described at the beginning of x86reg.dat). This allows to lookup opcodes in regval() with O(1) complexity, and removes need in rXXXop.inc files. пре 12 година
r8664stab.inc 5af873ee5b * x86 targets: Profiling shows that quite a bit of time is spent in findreg_by_number(), despite it uses binary search. Worse, it is repeated for every piece of register information. Trying to get rid of some of these calls: rearranged registers so that their "opcode" matches 3 LSBs of superregister number (with a few exceptions described at the beginning of x86reg.dat). This allows to lookup opcodes in regval() with O(1) complexity, and removes need in rXXXop.inc files. пре 12 година
r8664std.inc 5af873ee5b * x86 targets: Profiling shows that quite a bit of time is spent in findreg_by_number(), despite it uses binary search. Worse, it is repeated for every piece of register information. Trying to get rid of some of these calls: rearranged registers so that their "opcode" matches 3 LSBs of superregister number (with a few exceptions described at the beginning of x86reg.dat). This allows to lookup opcodes in regval() with O(1) complexity, and removes need in rXXXop.inc files. пре 12 година
rax64att.pas 8f05f8c839 - Forgot to commit with r29081 пре 10 година
rax64int.pas f726e1691b * Fixed warnings and notes. пре 16 година
rgcpu.pas a3f58e84be * rbp can be used for normal purpose under certain conditions so it shouldn't interfere with all other registers пре 11 година
symcpu.pas 4f7b4a2735 * changed {$ifdef x86} code in defcmp into virtual methods пре 9 година
win64unw.pas 6a3fe72de9 + Support .rva directive in AT&T reader. Put it into base class because it generally applies to all targets with COFF output, but enabled for Windows targets only (others need additional testing). пре 14 година
x8664ats.inc 406e3c4ac1 + support xgetbv instruction, resolves issue #29958 пре 9 година
x8664att.inc 406e3c4ac1 + support xgetbv instruction, resolves issue #29958 пре 9 година
x8664int.inc 406e3c4ac1 + support xgetbv instruction, resolves issue #29958 пре 9 година
x8664nop.inc 406e3c4ac1 + support xgetbv instruction, resolves issue #29958 пре 9 година
x8664op.inc 406e3c4ac1 + support xgetbv instruction, resolves issue #29958 пре 9 година
x8664pro.inc a7516dfb50 * fix modification information of VCOMISS and VCOMISD пре 9 година
x8664tab.inc 406e3c4ac1 + support xgetbv instruction, resolves issue #29958 пре 9 година