nickysn 80b3e3020a * the SEGFS and SEGGS prefixes are 386+ vor 9 Jahren
..
aoptcpu.pas 298cde6489 + initial code in aoptcpu for i8086: make use of lds/les vor 10 Jahren
aoptcpub.pas 19c8abac0b + enable jump optimizer for i8086 vor 12 Jahren
aoptcpud.pas 19c8abac0b + enable jump optimizer for i8086 vor 12 Jahren
cgcpu.pas 40193ea1db Add pi_has_open_array_parameter to proc_info.flags as this requires special handling for i8086 huge memory model to restore DS register correctly vor 9 Jahren
cpubase.inc 298cde6489 + initial code in aoptcpu for i8086: make use of lds/les vor 10 Jahren
cpuinfo.pas 3cb9be73bc Moved tcontrollerdatatype out into cpuinfo. vor 10 Jahren
cpunode.pas 3cc8ff11e3 + generate the stack segment for i8086 far data memory models from within fpc vor 11 Jahren
cpupara.pas fa3b0ca312 * support marking defs created via the getreusable*() class methods as vor 9 Jahren
cpupi.pas a6e39edb8f * moved the insertion of fwaits for 8087 from the nasm asm writer to ti8086procinfo.postprocess_code vor 10 Jahren
cputarg.pas 839ab714cc + started implementing a win16 target :) vor 10 Jahren
hlcgcpu.pas 1e33924f73 + support procvardefs (address only) in i8086's hlcgcpu.getaddressregister; this vor 9 Jahren
i8086att.inc a3964d9ee0 + support for RDTSCP, resolves issue #28916 vor 9 Jahren
i8086atts.inc a3964d9ee0 + support for RDTSCP, resolves issue #28916 vor 9 Jahren
i8086int.inc a3964d9ee0 + support for RDTSCP, resolves issue #28916 vor 9 Jahren
i8086nop.inc e877bae4fc + add 'jmp rm16' and 'call rm16' before the rm32 versions on i8086, so the vor 9 Jahren
i8086op.inc a3964d9ee0 + support for RDTSCP, resolves issue #28916 vor 9 Jahren
i8086prop.inc a3964d9ee0 + support for RDTSCP, resolves issue #28916 vor 9 Jahren
i8086tab.inc 80b3e3020a * the SEGFS and SEGGS prefixes are 386+ vor 9 Jahren
n8086add.pas 863daace35 + implemented correct simplification of far pointer comparison of two pointer const nodes vor 10 Jahren
n8086cal.pas bacd303208 * synchronized with trunk up to r27758 vor 11 Jahren
n8086cnv.pas a55b728d34 * optimizations for ofs() on i8086 to load only the offset (in a temporary vor 10 Jahren
n8086con.pas b0130c008d + show the full segment:offset value of far and huge pointer const nodes in the node tree generated by -vp vor 10 Jahren
n8086inl.pas c39128708e + implemented inc/dec for huge pointers vor 10 Jahren
n8086ld.pas 66725cf170 * fixed huge memory model threadvars after r32013 vor 10 Jahren
n8086mat.pas 7e6ba9db2a * do an even better optimization (swap registers in the result, saving 2 mov vor 10 Jahren
n8086mem.pas a55b728d34 * optimizations for ofs() on i8086 to load only the offset (in a temporary vor 10 Jahren
n8086tcon.pas ef2c6065b6 + added support for word/smallint typed constants, initialized with ofs() on i8086 vor 9 Jahren
n8086util.pas 1910177cf0 + added heapmax support to the $M directive on i8086-msdos. It is currently vor 11 Jahren
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. vor 12 Jahren
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. vor 12 Jahren
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. vor 12 Jahren
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. vor 12 Jahren
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. vor 12 Jahren
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. vor 12 Jahren
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. vor 12 Jahren
r8086nor.inc 107a6f6552 * i8086 versions of i386*.inc and r386*.inc renamed to i8086*.inc and r8086*.inc vor 12 Jahren
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. vor 12 Jahren
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. vor 12 Jahren
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. vor 12 Jahren
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. vor 12 Jahren
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. vor 12 Jahren
r8086stab.inc 107a6f6552 * i8086 versions of i386*.inc and r386*.inc renamed to i8086*.inc and r8086*.inc vor 12 Jahren
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. vor 12 Jahren
ra8086att.pas a04cbc09b0 * changed the default i8086 asmmode to Intel vor 12 Jahren
ra8086int.pas a04cbc09b0 * changed the default i8086 asmmode to Intel vor 12 Jahren
rgcpu.pas bacd303208 * synchronized with trunk up to r27758 vor 11 Jahren
symcpu.pas b26e10d53c + generate proper win16 prologue/epilogue for exported routines (we don't yet vor 10 Jahren
tgcpu.pas 9880b53242 * changed all alignment parameters in the temp manager to shortint vor 11 Jahren