Károly Balogh
|
b6242d14ed
* use currpara.paraloc[calleeside].def instead of currpara.vardef when copying parameters to local registers in ncgutil. this mimics hlcgobj behavior and fixes parameters passed by reference to be allocated into intregs on m68k. among others, this has a big impact on OOP code, because of self, for example
|
hace 9 años |
pierre
|
b93928a9aa
Fix compilation of mips compiler after rev 33591
|
hace 9 años |
Károly Balogh
|
56fea8d047
* have regvars in address registers for defs which are address types. improves code with reference bases in regvars on m68k. and also reduces data register pressure.
|
hace 9 años |
svenbarth
|
557f74cdbd
(Note to self: always include the root of the working copy in the commit when dealing with merges -.-)
|
hace 9 años |
Jonas Maebe
|
da696057ab
* converted register_maybe_adjust_setbase() to the high level code generator
|
hace 9 años |
Jeppe Johansen
|
14020b044c
Fix bug in gen_load_cgpara_loc for 64bit registers on 8bit architectures.
|
hace 10 años |
yury
|
d8542bf778
* Do not remove a ret-in-param value from the stack by callee for safecall function when safecall exception check is enabled for a target.
|
hace 10 años |
yury
|
11a9ff4a43
* Removed unused vars for mipsel compiler.
|
hace 10 años |
yury
|
432248cbf1
* Removed lot of unused vars.
|
hace 10 años |
Jonas Maebe
|
0fc1fd6ac1
* replaced current_procinfo.currtrue/falselabel with storing the true/false
|
hace 10 años |
Jonas Maebe
|
f402b0d7df
* changed getpointerdef() into a tpointerdef.getreusable() class method
|
hace 10 años |
Jonas Maebe
|
b39bc5888a
* moved the import name handling entirely to hlcgobj so it can be
|
hace 10 años |
Jonas Maebe
|
3f736f6114
* handle the loading of VMT entries at the node level, so it's done in a
|
hace 10 años |
Jonas Maebe
|
32501834c9
* fixed memory leaks due to missing frees of temporary tcgpara locations
|
hace 10 años |
florian
|
f95d5e0de6
+ support 8 locations in gen_load_cgpara_loc
|
hace 10 años |
Jonas Maebe
|
8fc562a2f8
* fixed def used for saving the result of fpc_setjmp() after r30497, fixes
|
hace 10 años |
Jonas Maebe
|
a674804869
* made fpc_setjmp() code generic and fixed it for llvm
|
hace 10 años |
Jonas Maebe
|
61e4a1b811
+ added tasmlist parameter to getintparaloc() (needed for llvm)
|
hace 10 años |
Jonas Maebe
|
bd203a5b57
* synchronised with trunk till r30240
|
hace 10 años |
florian
|
f07969245b
* fix warning about uninitialized variable
|
hace 10 años |
Jonas Maebe
|
0c394eb6f4
* ensure we don't call a_load_cgparaloc_anyreg() to move an fpu register
|
hace 10 años |
Jonas Maebe
|
fc21845686
* fixed the allocation of R12 on ppc32/ppc64 when used to hold the value of
|
hace 10 años |
Károly Balogh
|
0021ad714f
* fixed some ancient code behind cpu_uses_separate_address_registers define to at least compile again, for some m68k experiment
|
hace 10 años |
Jonas Maebe
|
67b8aceaee
* synchronized with privatetrunk till r30095
|
hace 10 años |
Jonas Maebe
|
edb3124ae8
* copy arrays passed by value to cdecl routines on the callee side even on
|
hace 10 años |
Jonas Maebe
|
2dbfbd40ab
* unified hlcg.g_copyvalueparas and ncgutil.copyvalueparas, they have the
|
hace 10 años |
Jonas Maebe
|
6e12ad817f
* don't make copies of arrays passed as value parameters to cdecl routines
|
hace 10 años |
Jonas Maebe
|
c6ba0bb6fb
+ support for targets that require by-reference value parameters to be
|
hace 10 años |
Jonas Maebe
|
bc3d495285
* extra error checking in gen_load_cgpara_loc
|
hace 10 años |
Jonas Maebe
|
b8c8ef8489
* support transfering a cgpara that is stored in multiple paralocs into a
|
hace 10 años |