fpc/compiler/x86
Jonas Maebe 91855becfe + unicodestring support for the JVM target (except for multiple adds
in a single statement, to be added later)
   o the unicodestrings are internally simply java.lang.String instances
   o at the language level, the unicodestrings are assignment-compatible
     with java.lang.String
   o constant strings can be implicitly converted to java.lang.String
   o since java.lang.String is immutable, in particular changing a
     single character in a string is extremely inefficient. This could
     be solved by letting unicodestring map to java.lang.StringBuilder,
     but that would make integration with plain Java code harder

git-svn-id: branches/jvmbackend@18470 -
2011-08-20 08:02:33 +00:00
..
aasmcpu.pas
agx86att.pas
agx86int.pas
agx86nsm.pas
cga.pas
cgx86.pas - removed extra "fordefinition" parameter again from tprocdef.mangledname(), 2011-08-20 07:49:31 +00:00
cpubase.pas
hlcgx86.pas
itcpugas.pas
itx86int.pas
nx86add.pas + unicodestring support for the JVM target (except for multiple adds 2011-08-20 08:02:33 +00:00
nx86cal.pas * fixed temp leaking after release_unused_return_value_cpu() refactor: 2011-08-20 07:46:31 +00:00
nx86cnv.pas
nx86con.pas
nx86inl.pas
nx86mat.pas
nx86set.pas - removed extra "fordefinition" parameter again from tprocdef.mangledname(), 2011-08-20 07:49:31 +00:00
rax86.pas
rax86att.pas
rax86int.pas - removed extra "fordefinition" parameter again from tprocdef.mangledname(), 2011-08-20 07:49:31 +00:00
rgx86.pas
x86ins.dat
x86reg.dat