fpc/compiler/i386
Jonas Maebe aee5380ae0 * merged trunk up to r20882
o support for the new codepage-aware ansistrings in the jvm branch
   o empty ansistrings are now always represented by a nil pointer rather than
     by an empty string, because an empty string also has a code page which
     can confuse code (although this will make ansistrings harder to use
     in Java code)
   o more string helpers code shared between the general and jvm rtl
   o support for indexbyte/word in the jvm rtl (warning: first parameter
     is an open array rather than an untyped parameter there, so
     indexchar(pcharvar^,10,0) will be equivalent to
     indexchar[pcharvar^],10,0) there, which is different from what is
     intended; changing it to an untyped parameter wouldn't help though)
   o default() support is not yet complete
   o calling fpcres is currently broken due to limitations in
     sysutils.executeprocess() regarding handling unix quoting and
     the compiler using the same command lines for scripts and directly
     calling external programs
   o compiling the Java compiler currently requires adding ALLOW_WARNINGS=1
     to the make command line

git-svn-id: branches/jvmbackend@20887 -
2012-04-15 15:54:10 +00:00
..
aopt386.pas
cgcpu.pas - removed extra "fordefinition" parameter again from tprocdef.mangledname(), 2011-08-20 07:49:31 +00:00
cpubase.inc - removed no more used constants 2011-08-13 20:54:01 +00:00
cpuinfo.pas * rename cpu instruction set define cpu386 to cpu80386. cpu386 is used already as a family define 2010-01-17 21:16:23 +00:00
cpunode.pas + added {$modeswitch objectivec1}/-Mobjectivec1 mode switch to enable 2009-03-08 18:40:32 +00:00
cpupara.pas * fixed the offset of memory parameters allocated via getintparaloc(): 2012-03-10 18:01:22 +00:00
cpupi.pas + i386/iphonesim target for the new iPhoneSimulator in Xcode 3.2.4 and 2010-09-29 21:56:47 +00:00
cputarg.pas * Rename ag386nsm.pas unit source to agx86nsm.pas 2011-07-04 09:13:55 +00:00
csopt386.pas * optbase empty skeleton removed with two dependancies. Duplicate unit name caused problems. 2009-05-03 21:31:33 +00:00
daopt386.pas o patch by Alexander Shishkin, resolves #20409 2011-10-05 20:11:09 +00:00
hlcgcpu.pas + added interface to ncgutil.gen_load_loc_cgpara() to hlcgobj + generic 2011-08-20 07:38:16 +00:00
i386att.inc + iretq for x86_64 2011-08-19 12:56:26 +00:00
i386atts.inc + iretq for x86_64 2011-08-19 12:56:26 +00:00
i386int.inc + iretq for x86_64 2011-08-19 12:56:26 +00:00
i386nop.inc * handle all operand combinations of xadd, resolves #21146 2012-01-25 21:26:59 +00:00
i386op.inc + iretq for x86_64 2011-08-19 12:56:26 +00:00
i386prop.inc * fixed change information for a lot of sse instructions 2011-08-20 12:28:49 +00:00
i386tab.inc * handle all operand combinations of xadd, resolves #21146 2012-01-25 21:26:59 +00:00
n386add.pas * implementation of 32x32->64 multiplication for i386 based on patch 2008-11-06 21:03:10 +00:00
n386cal.pas * factored out releasing an unused return value into 2011-08-20 07:45:44 +00:00
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 * Made the x86-specific scalefactor optimization of tvecnode available on x86_64 as well, by moving update_reference_reg_mul method from ti386vecnode to newly introduced tx86vecnode. 2011-09-26 12:58:59 +00:00
n386set.pas * merged trunk up to r20882 2012-04-15 15:54:10 +00:00
popt386.pas * fixes breakage of r17766, should resolve #19598 2011-06-23 21:30:40 +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