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
cpubase.inc
cpuinfo.pas
cpunode.pas
cpupara.pas * fixed the offset of memory parameters allocated via getintparaloc(): 2012-03-10 18:01:22 +00:00
cpupi.pas
cputarg.pas
csopt386.pas
daopt386.pas o patch by Alexander Shishkin, resolves #20409 2011-10-05 20:11:09 +00:00
hlcgcpu.pas
i386att.inc
i386atts.inc
i386int.inc
i386nop.inc * handle all operand combinations of xadd, resolves #21146 2012-01-25 21:26:59 +00:00
i386op.inc
i386prop.inc
i386tab.inc * handle all operand combinations of xadd, resolves #21146 2012-01-25 21:26:59 +00:00
n386add.pas
n386cal.pas
n386inl.pas
n386mat.pas
n386mem.pas
n386set.pas * merged trunk up to r20882 2012-04-15 15:54:10 +00:00
popt386.pas
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
rgcpu.pas
rropt386.pas