.. |
aoptcpu.pas
|
19c8abac0b
+ enable jump optimizer for i8086
|
пре 12 година |
aoptcpub.pas
|
19c8abac0b
+ enable jump optimizer for i8086
|
пре 12 година |
aoptcpud.pas
|
19c8abac0b
+ enable jump optimizer for i8086
|
пре 12 година |
cgcpu.pas
|
67b8aceaee
* synchronized with privatetrunk till r30095
|
пре 10 година |
cpubase.inc
|
c48d572996
Implement support for saving and restoring address registers.
|
пре 12 година |
cpuinfo.pas
|
5c67fcc43f
+ change always floating point divisions into multiplications if they are a power of two,
|
пре 10 година |
cpunode.pas
|
3cc8ff11e3
+ generate the stack segment for i8086 far data memory models from within fpc
|
пре 11 година |
cpupara.pas
|
61e4a1b811
+ added tasmlist parameter to getintparaloc() (needed for llvm)
|
пре 10 година |
cpupi.pas
|
c916105db8
- rm ti8086procinfo.allocate_got_register as it isn't used on the i8086
|
пре 12 година |
cputarg.pas
|
f9d3e0c8d6
+ the beginnings of an i8086-msdos internal obj writer
|
пре 10 година |
hlcgcpu.pas
|
6b0a19c0ab
* fixed getting the address of a far proc on i8086 after the hlcgllvm branch merge
|
пре 10 година |
i8086att.inc
|
d6e4af8279
+ applied remaining patches of Torsten Grundke: adds gather instructions of avx2
|
пре 10 година |
i8086atts.inc
|
d6e4af8279
+ applied remaining patches of Torsten Grundke: adds gather instructions of avx2
|
пре 10 година |
i8086int.inc
|
d6e4af8279
+ applied remaining patches of Torsten Grundke: adds gather instructions of avx2
|
пре 10 година |
i8086nop.inc
|
d6e4af8279
+ applied remaining patches of Torsten Grundke: adds gather instructions of avx2
|
пре 10 година |
i8086op.inc
|
d6e4af8279
+ applied remaining patches of Torsten Grundke: adds gather instructions of avx2
|
пре 10 година |
i8086prop.inc
|
99635658ec
* corrects change flags for VSQRTSD
|
пре 10 година |
i8086tab.inc
|
d6e4af8279
+ applied remaining patches of Torsten Grundke: adds gather instructions of avx2
|
пре 10 година |
n8086add.pas
|
c28184b697
* fixed comparison of far procvars after the hlcgllvm branch merge
|
пре 10 година |
n8086cal.pas
|
bacd303208
* synchronized with trunk up to r27758
|
пре 11 година |
n8086cnv.pas
|
e8b9d9bf41
* converted tcgtypeconvnode.second_nil_to_methodprocvar to the high level code
|
пре 11 година |
n8086con.pas
|
338c064beb
* moved x86-specific tpointerdef functionality to architecture-specific
|
пре 11 година |
n8086inl.pas
|
c39128708e
+ implemented inc/dec for huge pointers
|
пре 10 година |
n8086ld.pas
|
f4a0c08736
* fixed nested access to parent local variables in i8086 far data memory models
|
пре 11 година |
n8086mat.pas
|
dd67fa8c5c
* fixed DFA warnings for i8086
|
пре 11 година |
n8086mem.pas
|
61e4a1b811
+ added tasmlist parameter to getintparaloc() (needed for llvm)
|
пре 10 година |
n8086tcon.pas
|
5c75b6dd6b
* synchronised with trunk up till r28402
|
пре 11 година |
n8086util.pas
|
1910177cf0
+ added heapmax support to the $M directive on i8086-msdos. It is currently
|
пре 11 година |
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
|
6b0a19c0ab
* fixed getting the address of a far proc on i8086 after the hlcgllvm branch merge
|
пре 10 година |
tgcpu.pas
|
9880b53242
* changed all alignment parameters in the temp manager to shortint
|
пре 11 година |