mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-11-01 14:29:33 +01:00
implementation (without loc_©mmregister support)
* moved ncgutil.gen_load_return_value() to hlcgobj, and factored out
architecture-specific behaviour to load an uninitialised function result
into a virtual method (+ JVM-specific implementation of that method),
gen_load_uninitialized_function_result()
+ added hlcgx86 unit and thlcgx86 type to override the
thlcgobj.gen_load_uninitialized_function_result() method for x87
function results; the i386 and x86_64 units now instantiate thlcgx86
instead of thlcg2ll
* moved calling of ncgutil.gen_load_loc_cgpara() from ncgcal also to hlcgobj
-> returning function results works for JVM
git-svn-id: branches/jvmbackend@18317 -
|
||
|---|---|---|
| .. | ||
| aopt386.pas | ||
| cgcpu.pas | ||
| cpubase.inc | ||
| cpuinfo.pas | ||
| cpunode.pas | ||
| cpupara.pas | ||
| cpupi.pas | ||
| cputarg.pas | ||
| csopt386.pas | ||
| daopt386.pas | ||
| hlcgcpu.pas | ||
| i386att.inc | ||
| i386atts.inc | ||
| i386int.inc | ||
| i386nop.inc | ||
| i386op.inc | ||
| i386prop.inc | ||
| i386tab.inc | ||
| n386add.pas | ||
| n386cal.pas | ||
| n386inl.pas | ||
| n386mat.pas | ||
| n386mem.pas | ||
| n386set.pas | ||
| 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 | ||