svenbarth
|
d149f260fc
- remove no longer needed gen_fpc_dummy()
|
vor 8 Jahren |
Jonas Maebe
|
a1c0d1a1ff
* moved exception handling helpers from ncgutil to ncgflw as they are only
|
vor 8 Jahren |
Jonas Maebe
|
472b5228fe
* changed ncgutil.has_alias_name(pd,s) to a method of tprocdef
|
vor 8 Jahren |
Jonas Maebe
|
a25ebbba3e
+ added volatility information to all memory references
|
vor 9 Jahren |
pierre
|
89c1b68b14
* Delete regvars unit.
|
vor 9 Jahren |
Jonas Maebe
|
179c1ab328
* changed ttemp*node.tempinfo^.flags to a private field, and added setters
|
vor 9 Jahren |
Jonas Maebe
|
1cb8c0d00c
* specify the def of assembler level symbols defined via
|
vor 9 Jahren |
Jonas Maebe
|
fb0f4394c0
* don't set varsym.localloc anymore in gen_alloc_regvar(): in most cases
|
vor 9 Jahren |
Jonas Maebe
|
cd5817a689
* also emit a tai_varloc() when regvars are initially assigned
|
vor 9 Jahren |
Jonas Maebe
|
db77aad2cc
* support LOC_MMREGISTER for paralocs when loading 128 bit function results
|
vor 9 Jahren |
Jonas Maebe
|
98ac6c4797
* converted gen_stack_check_call() to the high level code generator
|
vor 9 Jahren |
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
|
vor 9 Jahren |
pierre
|
b93928a9aa
Fix compilation of mips compiler after rev 33591
|
vor 9 Jahren |
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.
|
vor 9 Jahren |
svenbarth
|
557f74cdbd
(Note to self: always include the root of the working copy in the commit when dealing with merges -.-)
|
vor 9 Jahren |
Jonas Maebe
|
da696057ab
* converted register_maybe_adjust_setbase() to the high level code generator
|
vor 10 Jahren |
Jeppe Johansen
|
14020b044c
Fix bug in gen_load_cgpara_loc for 64bit registers on 8bit architectures.
|
vor 10 Jahren |
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.
|
vor 10 Jahren |
yury
|
11a9ff4a43
* Removed unused vars for mipsel compiler.
|
vor 10 Jahren |
yury
|
432248cbf1
* Removed lot of unused vars.
|
vor 10 Jahren |
Jonas Maebe
|
0fc1fd6ac1
* replaced current_procinfo.currtrue/falselabel with storing the true/false
|
vor 10 Jahren |
Jonas Maebe
|
f402b0d7df
* changed getpointerdef() into a tpointerdef.getreusable() class method
|
vor 10 Jahren |
Jonas Maebe
|
b39bc5888a
* moved the import name handling entirely to hlcgobj so it can be
|
vor 10 Jahren |
Jonas Maebe
|
3f736f6114
* handle the loading of VMT entries at the node level, so it's done in a
|
vor 10 Jahren |
Jonas Maebe
|
32501834c9
* fixed memory leaks due to missing frees of temporary tcgpara locations
|
vor 10 Jahren |
florian
|
f95d5e0de6
+ support 8 locations in gen_load_cgpara_loc
|
vor 10 Jahren |
Jonas Maebe
|
8fc562a2f8
* fixed def used for saving the result of fpc_setjmp() after r30497, fixes
|
vor 10 Jahren |
Jonas Maebe
|
a674804869
* made fpc_setjmp() code generic and fixed it for llvm
|
vor 10 Jahren |
Jonas Maebe
|
61e4a1b811
+ added tasmlist parameter to getintparaloc() (needed for llvm)
|
vor 10 Jahren |
Jonas Maebe
|
bd203a5b57
* synchronised with trunk till r30240
|
vor 10 Jahren |