nickysn f6e846c574 + added the NEC V20/V30 instructions пре 12 година
..
aopt386.pas 85d63d9fa9 * settings refactored пре 19 година
cgcpu.pas bd0585274e * tsettings.enablecld converted to a targetswitch ts_cld пре 12 година
cpubase.inc c48d572996 Implement support for saving and restoring address registers. пре 12 година
cpuelf.pas c2fed960c9 * Add android to supported targets for assemblers. It fixes assembling for i386-android. пре 12 година
cpuinfo.pas e81d2d1f3b * basic avx support for floating point operations (use -Cfavx to activate) пре 12 година
cpunode.pas 6165536b5e + added {$modeswitch objectivec1}/-Mobjectivec1 mode switch to enable пре 16 година
cpupara.pas 7f2750f188 * missing part of r24776, using a build server also has pitfalls :/ пре 12 година
cpupi.pas b1dc518ac4 * removed systems_need_16_byte_stack_alignment and use target_info.stackalign instead пре 13 година
cputarg.pas d26f0552a0 * Sync with trunk r23404. пре 12 година
csopt386.pas 6f1f21c432 * optbase empty skeleton removed with two dependancies. Duplicate unit name caused problems. пре 16 година
daopt386.pas 283ff05127 * merged avx support in inline assembler developed by Torsten Grundke пре 13 година
hlcgcpu.pas 12ad6704f6 - Removed a number of unused variables, reduces noise at compilation. пре 13 година
i386att.inc f6e846c574 + added the NEC V20/V30 instructions пре 12 година
i386atts.inc f6e846c574 + added the NEC V20/V30 instructions пре 12 година
i386int.inc f6e846c574 + added the NEC V20/V30 instructions пре 12 година
i386nop.inc 9b6094a58c + added a few BMI instructions to see if they can be encoded пре 12 година
i386op.inc f6e846c574 + added the NEC V20/V30 instructions пре 12 година
i386prop.inc f6e846c574 + added the NEC V20/V30 instructions пре 12 година
i386tab.inc 9b6094a58c + added a few BMI instructions to see if they can be encoded пре 12 година
n386add.pas e10a95bf16 - removed unneeded firstcomplex calls, pass_left_right calls already firstcomplex пре 13 година
n386cal.pas e13e2e1697 * Turn off special handling of interrupt calling convention for i386-android. пре 12 година
n386inl.pas 790a4fe2d3 * log and id tags removed пре 20 година
n386mat.pas edd42aa42a * moved subsetref/reg and bit_set/test support from cgobj to hlcgobj for пре 13 година
n386mem.pas b0f7786782 + added support for special versions of near data pointers associated with a x86 segment register. They are supported on all x86 platforms: i8086, i386 and x86_64 пре 12 година
n386set.pas d0db391d7c * cleanup of unused units пре 12 година
popt386.pas 507edb16de * use add/sub instead of inc/dec on modern CPUs when optimizing for speed пре 12 година
r386ari.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 година
r386att.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 година
r386con.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 година
r386dwrf.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 година
r386int.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 година
r386iri.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 година
r386nasm.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 година
r386nor.inc 283ff05127 * merged avx support in inline assembler developed by Torsten Grundke пре 13 година
r386nri.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 година
r386num.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 година
r386ot.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 година
r386rni.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 година
r386sri.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 година
r386stab.inc 283ff05127 * merged avx support in inline assembler developed by Torsten Grundke пре 13 година
r386std.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 година
ra386att.pas 757ed4e8d3 * standard assembler reader for i386 пре 20 година
ra386int.pas 6c6bf452ca * Fixed level 2 comment warnings. пре 17 година
rgcpu.pas b7fe6797bf Merged revisions 2921-2922,2925 via svnmerge from пре 19 година
rropt386.pas 7d459cf12a * the compiler now explicitly keeps track of the minimally guaranteed пре 16 година