..
ag386nsm.pas
- garbage was being output sometimes instead of source lines when compiling with -al. This is because lastfileinfo and lastinfile were never initialized for MASM writer. This is true for TPPCMPWAssembler, too.
2007-11-25 16:46:19 +00:00
aopt386.pas
* settings refactored
2006-10-30 18:02:58 +00:00
cgcpu.pas
* added several missing make_simple_ref() calls
2007-11-29 22:06:14 +00:00
cpubase.inc
+ default code now preserves mm registers
2007-10-27 12:02:28 +00:00
cpuinfo.pas
+ forbid usage of $E on targets supporting no fpu emulation
2007-06-10 17:03:26 +00:00
cpunode.pas
* nx86cnv.pas must set ctypeconv node properly
2005-08-03 20:29:38 +00:00
cpupara.pas
* make call by value stdcall for records and arrays delphi compatible
2007-11-18 12:53:55 +00:00
cpupi.pas
+ Compiler support for pic on darwin/i386. The i386 rtl still needs
2007-09-26 21:42:27 +00:00
cputarg.pas
* symbian support from Felipe
2007-01-18 20:24:10 +00:00
csopt386.pas
* check register type to not mixup sse registers
2007-05-28 19:12:12 +00:00
daopt386.pas
* typecast to tenumreg before updating usedregs to prevent varset usage, patch from Sergei Gorelkin
2007-11-19 22:22:25 +00:00
i386att.inc
+ some sse4 instructions supported, resolves #9046
2007-06-09 19:45:06 +00:00
i386atts.inc
* added missing size suffixes for several sse2 opcodes
2007-11-10 19:57:01 +00:00
i386int.inc
+ some sse4 instructions supported, resolves #9046
2007-06-09 19:45:06 +00:00
i386nop.inc
* Jcc reads the flags, this was not in the dat yet, resolves #9278
2007-07-22 16:40:44 +00:00
i386op.inc
+ some sse4 instructions supported, resolves #9046
2007-06-09 19:45:06 +00:00
i386prop.inc
* Jcc reads the flags, this was not in the dat yet, resolves #9278
2007-07-22 16:40:44 +00:00
i386tab.inc
* fixed more rex placements
2007-11-02 21:30:43 +00:00
n386add.pas
* added several missing make_simple_ref() calls
2007-11-29 22:06:14 +00:00
n386cal.pas
* fixed calling cdecl routines under win32 which return their result in
2007-06-15 12:48:12 +00:00
n386inl.pas
* log and id tags removed
2005-05-21 09:42:41 +00:00
n386mat.pas
* Rework the constexprint to allow operations from low(int64) to high(qword).
2007-06-13 07:41:18 +00:00
n386mem.pas
* remove ttype
2006-10-29 22:19:39 +00:00
n386set.pas
* handle case ranges properly for unsigned types with a non-zero base, resolves #10009
2007-10-28 17:06:02 +00:00
optbase.pas
* log and id tags removed
2005-05-21 09:42:41 +00:00
popt386.pas
* check for eax,edx,ecx,ebx that support 8,16 bit registers in shortint add/sub peephole
2007-11-29 21:16:32 +00:00
r386ari.inc
* rtl compilation with x86_64 binary writer fixed
2006-03-26 18:32:15 +00:00
r386att.inc
* rtl compilation with x86_64 binary writer fixed
2006-03-26 18:32:15 +00:00
r386con.inc
r386dwrf.inc
r386int.inc
* rtl compilation with x86_64 binary writer fixed
2006-03-26 18:32:15 +00:00
r386iri.inc
* rtl compilation with x86_64 binary writer fixed
2006-03-26 18:32:15 +00:00
r386nasm.inc
* rtl compilation with x86_64 binary writer fixed
2006-03-26 18:32:15 +00:00
r386nor.inc
r386nri.inc
* rtl compilation with x86_64 binary writer fixed
2006-03-26 18:32:15 +00:00
r386num.inc
r386op.inc
r386ot.inc
r386rni.inc
r386sri.inc
* rtl compilation with x86_64 binary writer fixed
2006-03-26 18:32:15 +00:00
r386stab.inc
r386std.inc
* rtl compilation with x86_64 binary writer fixed
2006-03-26 18:32:15 +00:00
ra386att.pas
* standard assembler reader for i386
2005-06-07 13:20:14 +00:00
ra386int.pas
+ intel assembler reader for x86-64
2006-05-01 19:56:00 +00:00
rgcpu.pas
Merged revisions 2921-2922,2925 via svnmerge from
2006-03-16 08:52:22 +00:00
rropt386.pas
* fixed error in register renaming in case the first changed instruction
2007-06-27 18:30:10 +00:00