florian c3475dddc0 * handle case ranges properly for unsigned types with a non-zero base, resolves #10009 %!s(int64=18) %!d(string=hai) anos
..
ag386nsm.pas 9f0ca44c94 * new tf_smartlink_library flag %!s(int64=18) %!d(string=hai) anos
aopt386.pas 85d63d9fa9 * settings refactored %!s(int64=19) %!d(string=hai) anos
cgcpu.pas 9f0ca44c94 * new tf_smartlink_library flag %!s(int64=18) %!d(string=hai) anos
cpubase.inc 00d6a03b2c + default code now preserves mm registers %!s(int64=18) %!d(string=hai) anos
cpuinfo.pas c7100799ed + forbid usage of $E on targets supporting no fpu emulation %!s(int64=18) %!d(string=hai) anos
cpunode.pas a2fd319a20 * nx86cnv.pas must set ctypeconv node properly %!s(int64=20) %!d(string=hai) anos
cpupara.pas 3b7e458f02 * Properly set location of float return value if it is passed as var parameter (it is always happens for safecall functions). It fixes bugs #8523 and #8977. %!s(int64=18) %!d(string=hai) anos
cpupi.pas 3266f4e483 + Compiler support for pic on darwin/i386. The i386 rtl still needs %!s(int64=18) %!d(string=hai) anos
cputarg.pas 78499f85dd * symbian support from Felipe %!s(int64=19) %!d(string=hai) anos
csopt386.pas e1132f8fe1 * check register type to not mixup sse registers %!s(int64=18) %!d(string=hai) anos
daopt386.pas c03f19fa50 * in case of "movzbl %dl,%edx" etc, %edx depends on its previous value. %!s(int64=18) %!d(string=hai) anos
i386att.inc 0e96eda236 + some sse4 instructions supported, resolves #9046 %!s(int64=18) %!d(string=hai) anos
i386atts.inc 0e96eda236 + some sse4 instructions supported, resolves #9046 %!s(int64=18) %!d(string=hai) anos
i386int.inc 0e96eda236 + some sse4 instructions supported, resolves #9046 %!s(int64=18) %!d(string=hai) anos
i386nop.inc 447276c5bb * Jcc reads the flags, this was not in the dat yet, resolves #9278 %!s(int64=18) %!d(string=hai) anos
i386op.inc 0e96eda236 + some sse4 instructions supported, resolves #9046 %!s(int64=18) %!d(string=hai) anos
i386prop.inc 447276c5bb * Jcc reads the flags, this was not in the dat yet, resolves #9278 %!s(int64=18) %!d(string=hai) anos
i386tab.inc 82c7896d8d * more ins. dat issues popped up, did I mention I start to hate it :(? %!s(int64=18) %!d(string=hai) anos
n386add.pas 399a2a86fa * fix temp release for 64bit compare %!s(int64=18) %!d(string=hai) anos
n386cal.pas 02adc2b6ab * fixed calling cdecl routines under win32 which return their result in %!s(int64=18) %!d(string=hai) anos
n386inl.pas 790a4fe2d3 * log and id tags removed %!s(int64=20) %!d(string=hai) anos
n386mat.pas 9adb202a92 * Rework the constexprint to allow operations from low(int64) to high(qword). %!s(int64=18) %!d(string=hai) anos
n386mem.pas 3078a1927f * remove ttype %!s(int64=19) %!d(string=hai) anos
n386set.pas c3475dddc0 * handle case ranges properly for unsigned types with a non-zero base, resolves #10009 %!s(int64=18) %!d(string=hai) anos
optbase.pas 790a4fe2d3 * log and id tags removed %!s(int64=20) %!d(string=hai) anos
popt386.pas c219b1f753 * fixed/enabled andl/addl/... xx,reg1 orl reg1,reg1 setxx/jxx/cmovxx optimization %!s(int64=18) %!d(string=hai) anos
r386ari.inc 87da67129c * rtl compilation with x86_64 binary writer fixed %!s(int64=20) %!d(string=hai) anos
r386att.inc 87da67129c * rtl compilation with x86_64 binary writer fixed %!s(int64=20) %!d(string=hai) anos
r386con.inc 588e2c38bf * dwarf branch merged %!s(int64=21) %!d(string=hai) anos
r386dwrf.inc 588e2c38bf * dwarf branch merged %!s(int64=21) %!d(string=hai) anos
r386int.inc 87da67129c * rtl compilation with x86_64 binary writer fixed %!s(int64=20) %!d(string=hai) anos
r386iri.inc 87da67129c * rtl compilation with x86_64 binary writer fixed %!s(int64=20) %!d(string=hai) anos
r386nasm.inc 87da67129c * rtl compilation with x86_64 binary writer fixed %!s(int64=20) %!d(string=hai) anos
r386nor.inc 588e2c38bf * dwarf branch merged %!s(int64=21) %!d(string=hai) anos
r386nri.inc 87da67129c * rtl compilation with x86_64 binary writer fixed %!s(int64=20) %!d(string=hai) anos
r386num.inc 588e2c38bf * dwarf branch merged %!s(int64=21) %!d(string=hai) anos
r386op.inc 588e2c38bf * dwarf branch merged %!s(int64=21) %!d(string=hai) anos
r386ot.inc 588e2c38bf * dwarf branch merged %!s(int64=21) %!d(string=hai) anos
r386rni.inc 588e2c38bf * dwarf branch merged %!s(int64=21) %!d(string=hai) anos
r386sri.inc 87da67129c * rtl compilation with x86_64 binary writer fixed %!s(int64=20) %!d(string=hai) anos
r386stab.inc 588e2c38bf * dwarf branch merged %!s(int64=21) %!d(string=hai) anos
r386std.inc 87da67129c * rtl compilation with x86_64 binary writer fixed %!s(int64=20) %!d(string=hai) anos
ra386att.pas 757ed4e8d3 * standard assembler reader for i386 %!s(int64=20) %!d(string=hai) anos
ra386int.pas 23e67ee289 + intel assembler reader for x86-64 %!s(int64=19) %!d(string=hai) anos
rgcpu.pas b7fe6797bf Merged revisions 2921-2922,2925 via svnmerge from %!s(int64=20) %!d(string=hai) anos
rropt386.pas b6ccf54ae9 * fixed error in register renaming in case the first changed instruction %!s(int64=18) %!d(string=hai) anos