Jonas Maebe
|
b3a8543a56
* synchronised with trunk till r40942
|
6 tahun lalu |
florian
|
e24449bcfd
* if sub nodes of a commutative node contain conditionally executed nodes, these sub nodes might not be swapped
|
6 tahun lalu |
Jonas Maebe
|
882d676bc9
* synchronised with trunk till r40635
|
6 tahun lalu |
Jonas Maebe
|
c9a7afe053
* in constructors, free the temp holding self only after loading the function
|
6 tahun lalu |
Jonas Maebe
|
440026bb25
* synchronised with trunk till r40503
|
6 tahun lalu |
Jonas Maebe
|
3b7efb5123
* only free the temp holding the function result after we've loaded it into
|
6 tahun lalu |
Jonas Maebe
|
4cd6f59bc3
* changed create_hlcodegen into a procvar, so that we don't have to insert
|
6 tahun lalu |
yury
|
93d672bf16
* aarch64: Fixed loading of a function result which is returned in 4 32-bit MM registers to 2 64-bit int registers. Bug #30329.
|
6 tahun lalu |
nickysn
|
55ecc7feff
- removed the check for pocall_oldfpccall from ncgutil.gen_save_used_regs and
|
7 tahun lalu |
Jonas Maebe
|
d69ad8fa41
* removed temppos field again from parameter locations: they're not allocated
|
7 tahun lalu |
Jonas Maebe
|
4686f61002
* keep track of the temp position separately from the offset in references,
|
7 tahun lalu |
florian
|
a66016026b
* handle bitpacked booleans more efficiently
|
7 tahun lalu |
nickysn
|
ddba821561
* GetNextReg(), used by 16-bit and 8-bit code generators (i8086 and avr) moved
|
8 tahun lalu |
florian
|
a53d6bd6bd
* pass the correct size to a_load_cgparaloc_ref in gen_load_cgpara_loc to avoid to overwrite adjacent data
|
8 tahun lalu |
florian
|
b1dff29cbf
* removed unused units
|
8 tahun lalu |
svenbarth
|
d149f260fc
- remove no longer needed gen_fpc_dummy()
|
8 tahun lalu |
Jonas Maebe
|
a1c0d1a1ff
* moved exception handling helpers from ncgutil to ncgflw as they are only
|
8 tahun lalu |
Jonas Maebe
|
472b5228fe
* changed ncgutil.has_alias_name(pd,s) to a method of tprocdef
|
8 tahun lalu |
Jonas Maebe
|
a25ebbba3e
+ added volatility information to all memory references
|
8 tahun lalu |
pierre
|
89c1b68b14
* Delete regvars unit.
|
8 tahun lalu |
Jonas Maebe
|
179c1ab328
* changed ttemp*node.tempinfo^.flags to a private field, and added setters
|
9 tahun lalu |
Jonas Maebe
|
1cb8c0d00c
* specify the def of assembler level symbols defined via
|
9 tahun lalu |
Jonas Maebe
|
fb0f4394c0
* don't set varsym.localloc anymore in gen_alloc_regvar(): in most cases
|
9 tahun lalu |
Jonas Maebe
|
cd5817a689
* also emit a tai_varloc() when regvars are initially assigned
|
9 tahun lalu |
Jonas Maebe
|
db77aad2cc
* support LOC_MMREGISTER for paralocs when loading 128 bit function results
|
9 tahun lalu |
Jonas Maebe
|
98ac6c4797
* converted gen_stack_check_call() to the high level code generator
|
9 tahun lalu |
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
|
9 tahun lalu |
pierre
|
b93928a9aa
Fix compilation of mips compiler after rev 33591
|
9 tahun lalu |
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.
|
9 tahun lalu |
svenbarth
|
557f74cdbd
(Note to self: always include the root of the working copy in the commit when dealing with merges -.-)
|
9 tahun lalu |