Jonas Maebe 880d438704 * renamed t<cpuname>procinfo to tcpuprocinfo for all targets, so we can 8 лет назад
..
aoptcpu.pas 298cde6489 + initial code in aoptcpu for i8086: make use of lds/les 10 лет назад
aoptcpub.pas 19c8abac0b + enable jump optimizer for i8086 12 лет назад
aoptcpud.pas 19c8abac0b + enable jump optimizer for i8086 12 лет назад
cgcpu.pas a25ebbba3e + added volatility information to all memory references 8 лет назад
cpubase.inc 298cde6489 + initial code in aoptcpu for i8086: make use of lds/les 10 лет назад
cpuinfo.pas 5f87ac5d47 + added 486 to the list of supported CPUs on the i8086 and i386 targets 9 лет назад
cpunode.pas a0efde8167 * automatically generate necessary indirect symbols when a new assembler 9 лет назад
cpupara.pas fa3b0ca312 * support marking defs created via the getreusable*() class methods as 9 лет назад
cpupi.pas 880d438704 * renamed t<cpuname>procinfo to tcpuprocinfo for all targets, so we can 8 лет назад
cputarg.pas c2305809dc + added an i8086-embedded target support to the compiler (RTL and makefile 9 лет назад
hlcgcpu.pas a25ebbba3e + added volatility information to all memory references 8 лет назад
i8086att.inc 56252d59f0 + support for the PREFETCHTW1 instruction based on a patch by Emelyanov Roman, resolves #30933 8 лет назад
i8086atts.inc 870fda34d5 * x86 AT&T reader and writer: cleaned up usage of attsufMM suffix: 8 лет назад
i8086int.inc 56252d59f0 + support for the PREFETCHTW1 instruction based on a patch by Emelyanov Roman, resolves #30933 8 лет назад
i8086nop.inc 133fcb5ab2 * Fixed VMOVQ instruction encoding, now assembles correctly also in 32-bit code. 8 лет назад
i8086op.inc 56252d59f0 + support for the PREFETCHTW1 instruction based on a patch by Emelyanov Roman, resolves #30933 8 лет назад
i8086prop.inc 56252d59f0 + support for the PREFETCHTW1 instruction based on a patch by Emelyanov Roman, resolves #30933 8 лет назад
i8086tab.inc 133fcb5ab2 * Fixed VMOVQ instruction encoding, now assembles correctly also in 32-bit code. 8 лет назад
n8086add.pas a25ebbba3e + added volatility information to all memory references 8 лет назад
n8086cal.pas bacd303208 * synchronized with trunk up to r27758 11 лет назад
n8086cnv.pas a55b728d34 * optimizations for ofs() on i8086 to load only the offset (in a temporary 9 лет назад
n8086con.pas b0130c008d + show the full segment:offset value of far and huge pointer const nodes in the node tree generated by -vp 9 лет назад
n8086inl.pas a25ebbba3e + added volatility information to all memory references 8 лет назад
n8086ld.pas a25ebbba3e + added volatility information to all memory references 8 лет назад
n8086mat.pas 7e6ba9db2a * do an even better optimization (swap registers in the result, saving 2 mov 10 лет назад
n8086mem.pas a25ebbba3e + added volatility information to all memory references 8 лет назад
n8086tcon.pas ef2c6065b6 + added support for word/smallint typed constants, initialized with ofs() on i8086 9 лет назад
n8086util.pas 1cb8c0d00c * specify the def of assembler level symbols defined via 9 лет назад
r8086ari.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 лет назад
r8086att.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 лет назад
r8086con.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 лет назад
r8086dwrf.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 лет назад
r8086int.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 лет назад
r8086iri.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 лет назад
r8086nasm.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 лет назад
r8086nor.inc 107a6f6552 * i8086 versions of i386*.inc and r386*.inc renamed to i8086*.inc and r8086*.inc 12 лет назад
r8086nri.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 лет назад
r8086num.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 лет назад
r8086ot.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 лет назад
r8086rni.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 лет назад
r8086sri.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 лет назад
r8086stab.inc 107a6f6552 * i8086 versions of i386*.inc and r386*.inc renamed to i8086*.inc and r8086*.inc 12 лет назад
r8086std.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 лет назад
ra8086att.pas a04cbc09b0 * changed the default i8086 asmmode to Intel 12 лет назад
ra8086int.pas a04cbc09b0 * changed the default i8086 asmmode to Intel 12 лет назад
rgcpu.pas bacd303208 * synchronized with trunk up to r27758 11 лет назад
symcpu.pas 35b0201002 + added an unsigned counterpart to tpointerdef.pointer_arithmetic_it_type (needed by inc/dec) 9 лет назад
tgcpu.pas 9880b53242 * changed all alignment parameters in the temp manager to shortint 11 лет назад