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 * Avoid warning for i386 cpu 2011-06-28 08:02:35 +00:00
agx86int.pas 64-bit masm writer: 2011-06-10 03:47:13 +00:00
agx86nsm.pas * Fix bug report 7210 2011-08-09 15:52:03 +00:00
cga.pas Merged revisions 2921-2922,2925 via svnmerge from 2006-03-16 08:52:22 +00:00
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 * Tighten rules for accepting ATT suffixes, no longer accept FPU suffixes for integer instructions and vice versa. Resolves #18900. 2011-04-21 20:03:05 +00:00
itx86int.pas * revert r8118 2007-07-22 19:59:00 +00:00
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 * Always create a section before emitting data to current_asmdata.asmlists[al_typedconsts]. Without it, such data ends up in sections created elsewhere, creating very non-obvious dependencies on other parts of compiler. 2011-06-24 02:05:56 +00:00
nx86con.pas o added ARM VPFv2/VFPv3 support: 2009-12-03 22:46:30 +00:00
nx86inl.pas o added ARM VPFv2/VFPv3 support: 2009-12-03 22:46:30 +00:00
nx86mat.pas * Always create a section before emitting data to current_asmdata.asmlists[al_typedconsts]. Without it, such data ends up in sections created elsewhere, creating very non-obvious dependencies on other parts of compiler. 2011-06-24 02:05:56 +00:00
nx86set.pas - removed extra "fordefinition" parameter again from tprocdef.mangledname(), 2011-08-20 07:49:31 +00:00
rax86.pas * Fixed handling of 'movq' instruction by assembler reader, resolves #18205. 2011-05-19 06:44:24 +00:00
rax86att.pas * Fixed handling of 'movq' instruction by assembler reader, resolves #18205. 2011-05-19 06:44:24 +00:00
rax86int.pas - removed extra "fordefinition" parameter again from tprocdef.mangledname(), 2011-08-20 07:49:31 +00:00
rgx86.pas * cmov cannot use memory location as destination, fixed spiling code, resolves #19201 2011-04-21 13:51:45 +00:00
x86ins.dat + support for assembler instructions with four operands 2011-08-14 16:46:35 +00:00
x86reg.dat * fixed <instr> reg,reg with regs>=r8 2006-03-26 17:54:02 +00:00