florian
|
6404478ea4
* cleanup of VER3_0 defines
|
il y a 3 ans |
Károly Balogh
|
cdc7fec019
m68k: D2 is considered volatile on macosclassic
|
il y a 4 ans |
Károly Balogh
|
9d425ff4ca
m68k: change the stack push order in the register calling convention to left-to-right. This should fix parameter handling in nested procedures (tnest5)
|
il y a 4 ans |
florian
|
637976e83f
* patch by Marģers to unify internal error numbers, resolves #37888
|
il y a 4 ans |
Károly Balogh
|
58af742f3a
m68k: atari syscalls might also destroy D2 and A2
|
il y a 5 ans |
pierre
|
7d12e8cc6d
Avoid warnings for m68k compiler
|
il y a 5 ans |
Károly Balogh
|
50fe8f70f5
m68k: make sure we're not trying to allocate a subregister for float paras when R_SUBWHOLE <> R_SUBNONE
|
il y a 5 ans |
Jonas Maebe
|
77658b925b
* disable regular array -> dynamic array type coversion support unless
|
il y a 6 ans |
Károly Balogh
|
5358851f84
* clean up some things regarding explicit paraloc handling. this should fix m68k-amiga and powerpc-morphos builds after r41716
|
il y a 6 ans |
Jonas Maebe
|
8b9e90dc7a
* keep track of whether a routine has a C-style variadic parameter in the
|
il y a 6 ans |
pierre
|
3715dbdf41
Avoid run time error if compiled with -CR option
|
il y a 6 ans |
nickysn
|
518cdf9674
* replaced the saved_XXX_registers arrays with virtual methods inside
|
il y a 7 ans |
Károly Balogh
|
9f974369a1
palmos: for C and syscall functions, expect return values in A0. mark D2 and A2 as volatile during function calls
|
il y a 7 ans |
Károly Balogh
|
02ed753fab
m68k: yet another attempt to fix small struct alignments on stack
|
il y a 8 ans |
Károly Balogh
|
22ae3cd186
m68k: revert the r36568 and the followup fix attempts altogether, as they broke Amiga support entirely. there will be a cleanup before another fixing attempt
|
il y a 8 ans |
Károly Balogh
|
a14b2fd80a
m68k: modify some alignment calculations in the register calling convention code, hopefully it fixes some Amiga regressions introduced in r36568
|
il y a 8 ans |
Károly Balogh
|
41f72a0e6d
m68k: some initial support for C ABIs which use an address register to return structs by address
|
il y a 8 ans |
Károly Balogh
|
b481129f4e
m68k: for cdecls with the SVR4 ABI return results both in A0 and D0
|
il y a 8 ans |
Károly Balogh
|
26d5500b7c
m68k: one more alignment fix, hopefully fixes regressions not fixed by r36569
|
il y a 8 ans |
Károly Balogh
|
8ed84afdd4
m68k: try to fix some breakages caused by r36568
|
il y a 8 ans |
Károly Balogh
|
23f4304881
m68k: hopefully fix passing of smaller-than-alignment sized records/structs for stdcall/cdecl
|
il y a 8 ans |
Károly Balogh
|
78a7710192
m68k: with the register calling convention, pass records by reference
|
il y a 8 ans |
Károly Balogh
|
0cb555c07c
syscalls: move the reference implementation of parseparaloc to paramgr. removes two identical copies from CPU specific code and enables basereg convention for AROS/x86_64. also, other minor fixes and cleanups in related code.
|
il y a 8 ans |
Károly Balogh
|
4ee4099fca
m68k: introduce a register calling convention, inspired by VBCC. volatile registers are used to pass arguments
|
il y a 8 ans |
Károly Balogh
|
51cb5aefbe
m68k: use target_info.stackalign to align the stack instead of expecting a hardwired longword alignment. this is required for atari, and beneficial on all '000 targets
|
il y a 8 ans |
Jonas Maebe
|
fa3b0ca312
* support marking defs created via the getreusable*() class methods as
|
il y a 9 ans |
Jonas Maebe
|
f402b0d7df
* changed getpointerdef() into a tpointerdef.getreusable() class method
|
il y a 10 ans |
Jonas Maebe
|
67b8aceaee
* synchronized with privatetrunk till r30095
|
il y a 10 ans |
Károly Balogh
|
a99c9c29b6
m68k: basic 68881 FPU register save/restore support. probably still needs some work here and there.
|
il y a 10 ans |
Jonas Maebe
|
5c75b6dd6b
* synchronised with trunk up till r28402
|
il y a 11 ans |