Jonas Maebe
|
df428f7a5d
* fixed allocation of parameters passed by reference for powerpc in
|
21 years ago |
florian
|
541955ad91
+ x86 instruction tables for x86-64 extended
|
21 years ago |
florian
|
d38abc3a3f
+ setting of bit 6 of cr for c var args on ppc implemented
|
21 years ago |
Jonas Maebe
|
6bab64590e
* hopefully fixed varargs (both Pascal- and C-style)
|
21 years ago |
florian
|
2aeea741ed
* fixed ppc compilation
|
21 years ago |
florian
|
2e5c899b81
+ dummy tppcparamanager.create_varargs_paraloc_info added
|
21 years ago |
Jonas Maebe
|
d5373d5971
* fixed several ppc assembler reader related problems
|
22 years ago |
peter
|
ec2e200e42
* fixed ppc build
|
22 years ago |
olle
|
3febb20061
* changed to symbolic const for alignment
|
22 years ago |
mazen
|
7668192be0
+ Alignement field added to TParaLocation (=4 as 32 bits archs)
|
22 years ago |
peter
|
70fe77ca7c
* procinfo unit contains tprocinfo
|
22 years ago |
Jonas Maebe
|
0bc32cbcd1
+ implemented volatile register queries
|
22 years ago |
Jonas Maebe
|
c8863b920b
* fixed some ppc problems
|
22 years ago |
peter
|
98d153815c
* some fixes for ppc
|
22 years ago |
peter
|
601160a0e3
* powerpc compiles again
|
22 years ago |
peter
|
52c73e80d1
* start of sparc support for newra
|
22 years ago |
Jonas Maebe
|
70a5d1e4c2
* create_paraloc_info() is now called separately for the caller and
|
22 years ago |
peter
|
b7d99ec934
* paraloc splitted in callerparaloc,calleeparaloc
|
22 years ago |
Jonas Maebe
|
9b645eef82
- removed allocparaloc/freeparaloc, generic ones are ok now
|
22 years ago |
Jonas Maebe
|
404d344d92
* lots of newra fixes (need getfuncretparaloc implementation for i386)!
|
22 years ago |
Jonas Maebe
|
55509b199b
* (de)allocation of registers for parameters is now performed properly
|
22 years ago |
Jonas Maebe
|
98c3c2489e
* zero paraloc tregisters, so that the alignment bytes are 0 (otherwise
|
22 years ago |
Jonas Maebe
|
edb2179730
+ added freeintparaloc
|
22 years ago |
marco
|
1daf2ca476
* register skipping (aligning) for int64 parameters, sys V abi only.
|
22 years ago |
marco
|
a73b98ea9f
* getfuncretparaloc now uses r3 for highdword and r4 for lo. Doesn't work tho
|
22 years ago |
marco
|
152b525419
* committed fix that swaps int64 parameters hi and lo.
|
22 years ago |
Jonas Maebe
|
5cfedffb9e
* added some missing paralocation size settings
|
22 years ago |
florian
|
999b859bc8
* fixed calling sequence for subroutines using the aix abi
|
22 years ago |
florian
|
d73c88ce9f
* fixed parameter passing by value of large sets, strings and method pointers
|
22 years ago |
florian
|
65eba18e20
* fixed passing of small const arrays and const records, they are always passed by reference
|
22 years ago |