florian
|
9c3f5db022
* split create_paraloc_info_intern for sparc32 and sparc64
|
8 年 前 |
florian
|
1f4432af6b
* sparc64 compiler can be build, not working yet
|
8 年 前 |
Jonas Maebe
|
fa3b0ca312
* support marking defs created via the getreusable*() class methods as
|
9 年 前 |
Jonas Maebe
|
f402b0d7df
* changed getpointerdef() into a tpointerdef.getreusable() class method
|
10 年 前 |
Jonas Maebe
|
e9268a0a14
* synchronised with trunk up till r26975
|
11 年 前 |
sergei
|
2c02e8a726
- i386, x86_64, SPARC: removed paramanager.getintparaloc overrides, it is handled by generic implementation since r24716.
|
11 年 前 |
sergei
|
d70a880f33
* SPARC: properly justify parameters on stack with size less than 4, fixes failure on tests/cg/tcalext5.pp
|
11 年 前 |
Jonas Maebe
|
99de108c68
* renamed all paramanagers to tcpuparamanager so the llvm paramanager can
|
11 年 前 |
Jonas Maebe
|
7566ddcc8f
* add a tdef to each parameter location and set it for all target
|
12 年 前 |
Jonas Maebe
|
69c29a415f
* pass the procdef to getintparaloc instead of only the proccalloption, so
|
12 年 前 |
florian
|
eb1efdff8a
+ introduce cstylearrayofconst because pocall_mwcall was forgotten at several places
|
13 年 前 |
Jonas Maebe
|
0a1157da38
* fixed memory leaks in the compiler introduced in r21862 by marking and
|
13 年 前 |
Jonas Maebe
|
7a0ae38700
+ also specify the parameter def when allocating a parameter via
|
13 年 前 |
Jonas Maebe
|
c3ea451aea
* set tcgpara.vardef when creating parameter info
|
13 年 前 |
Jonas Maebe
|
587244c088
* factored out common code from get_funcretloc()
|
13 年 前 |
florian
|
4d148382dc
* patch from Ludo Brands: remove po_inline artefact from ancient inlining code in sparc parameter handling, resolves #20397
|
14 年 前 |
joost
|
07bf44517c
* Merged XPCom branch into trunk, added support for constref and changed
|
14 年 前 |
Jonas Maebe
|
57bd6d2685
+ merged nestedprocvars branch
|
15 年 前 |
Jonas Maebe
|
283018a3bf
* changed tprocdef.funcretloc[] from a tlocation into a tcgpara so it can
|
15 年 前 |
Jonas Maebe
|
cc5aeb09de
* fixed handling the result value of functions where the result type is
|
16 年 前 |
Jonas Maebe
|
34c985cfa6
* added register type parameter to cgsize2subreg(), as the subreg can
|
16 年 前 |
peter
|
8f239d04b6
* cleanup and simplify the set type handling
|
17 年 前 |
Jonas Maebe
|
f36e5411af
* split cpu64bit compiler define into
|
17 年 前 |
yury
|
3b7e458f02
* Properly set location of float return value if it is passed as var parameter (it is always happens for safecall functions). It fixes bugs #8523 and #8977.
|
18 年 前 |
Jonas Maebe
|
87e7e435bf
* store parameters at the callee side with the required alignment
|
18 年 前 |
peter
|
658c46b903
* remove tdictionary and tindexarray
|
19 年 前 |
peter
|
3078a1927f
* remove ttype
|
19 年 前 |
peter
|
b7fe6797bf
Merged revisions 2921-2922,2925 via svnmerge from
|
19 年 前 |
florian
|
68016e4db2
* fixed function result handling for procedure which are inlinable
|
19 年 前 |
florian
|
9be5247db5
* dyn. arrays are always passed by value, fixes 4240
|
20 年 前 |