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 * cr*, dr*, tr* registers are 64 bit on x86-64 2011-08-17 11:42:11 +00:00
agx86att.pas
agx86int.pas
agx86nsm.pas * Fix bug report 7210 2011-08-09 15:52:03 +00:00
cga.pas
cgx86.pas - removed extra "fordefinition" parameter again from tprocdef.mangledname(), 2011-08-20 07:49:31 +00:00
cpubase.pas * cr*, dr*, tr* registers are 64 bit on x86-64 2011-08-17 11:42:11 +00:00
hlcgx86.pas + added interface to ncgutil.gen_load_loc_cgpara() to hlcgobj + generic 2011-08-20 07:38:16 +00:00
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 + support for assembler instructions with four operands 2011-08-14 16:46:35 +00:00
x86reg.dat