fpc/compiler/i386
Jonas Maebe 6165536b5e + added {$modeswitch objectivec1}/-Mobjectivec1 mode switch to enable
the use of Objective-C 1.0 constructs. Because it is a mode switch, it
    can be used cumulatively with every syntax mode. Note that a {$mode xxx}
    statement resets all mode switches as well, so you cannot use the
    -Mobjectivec1 variant if you have such a statement in a unit. This
    modeswitch is currently only enabled for Darwin/PowerPC and Darwin/i386,
    as the backend support is not yet implemented for other platforms.
  + implemented selector() statement that can be used to create an Objective-C
    selector for the message with the specified *constant* name (in the future,
    it will also work for Objective-C method identifiers)
  + added SEL type to the system unit (the selector() statement returns it)
  + added all Objective-C segments to the assembler writers
  + (currently mostly dummy) objc1 unit that is automatically included if the
    {$modeswitch objectivec1} statement is used
  + some tests for the selector() statement

git-svn-id: trunk@12870 -
2009-03-08 18:40:32 +00:00
..
ag386nsm.pas + added {$modeswitch objectivec1}/-Mobjectivec1 mode switch to enable 2009-03-08 18:40:32 +00:00
aopt386.pas
cgcpu.pas + commented why wrappers for cdecl'd methods use subl/call/subl/ret instead of subl/jmp 2009-02-28 20:37:01 +00:00
cpubase.inc + default code now preserves mm registers 2007-10-27 12:02:28 +00:00
cpuinfo.pas
cpunode.pas + added {$modeswitch objectivec1}/-Mobjectivec1 mode switch to enable 2009-03-08 18:40:32 +00:00
cpupara.pas - removed obsolete USECMOV define 2008-08-24 12:46:42 +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 + Haiku support by Olivier Coursière based on old BeOS support 2008-05-19 17:33:35 +00:00
csopt386.pas * teach peephole optimizer about ror/rol 2008-07-28 09:50:09 +00:00
daopt386.pas * Removed/commented more unused variables. 2008-07-23 10:48:53 +00:00
i386att.inc
i386atts.inc * added missing size suffixes for several sse2 opcodes 2007-11-10 19:57:01 +00:00
i386int.inc
i386nop.inc * fixes assembling of mov ax,<mem16> 2008-11-09 10:24:59 +00:00
i386op.inc
i386prop.inc
i386tab.inc * fixed assembler tables for sse4 instructions, resolves #13186 2009-02-24 20:07:11 +00:00
n386add.pas * implementation of 32x32->64 multiplication for i386 based on patch 2008-11-06 21:03:10 +00:00
n386cal.pas
n386inl.pas
n386mat.pas * fixed sign of location.size for divmodn, 64 shlshrn and for muln 2008-01-05 21:35:42 +00:00
n386mem.pas * the compiler now explicitly keeps track of the minimally guaranteed 2009-02-08 13:00:24 +00:00
n386set.pas + create jump tables for case statements on x86-64 2008-07-13 10:26:25 +00:00
optbase.pas
popt386.pas * the compiler now explicitly keeps track of the minimally guaranteed 2009-02-08 13:00:24 +00:00
r386ari.inc
r386att.inc
r386con.inc
r386dwrf.inc
r386int.inc
r386iri.inc
r386nasm.inc
r386nor.inc
r386nri.inc
r386num.inc
r386op.inc
r386ot.inc
r386rni.inc
r386sri.inc
r386stab.inc
r386std.inc
ra386att.pas
ra386int.pas * Fixed level 2 comment warnings. 2008-07-23 10:08:48 +00:00
rgcpu.pas
rropt386.pas * the compiler now explicitly keeps track of the minimally guaranteed 2009-02-08 13:00:24 +00:00