florian
|
2d3ef8b4bc
* pushf/push cs on all platforms when directly calling an interrupt procedure, with the
|
5 年之前 |
florian
|
fb91899457
* adapted 16 byte alignment handling on linux: it is now assumed that the callee tries to clear the stack, so in the caller, the stack is re-adjusted
|
5 年之前 |
Károly Balogh
|
f5f895e2a3
syscalls: unify call reference creation across 4 different CPU archs. less copypasted code, brings x86_64 AROS support up to speed
|
8 年之前 |
Jonas Maebe
|
a25ebbba3e
+ added volatility information to all memory references
|
8 年之前 |
Károly Balogh
|
c7c37f66ed
* refactored syscall types for unified naming,first bits of ARM AROS syscall support
|
8 年之前 |
Károly Balogh
|
464ecab542
huge syscall support refactor for Amiga-likes. removed large chunks of ancient duplicated code, and in general tried to make the entire thing more maintainable and cleaner. also added support for AROS EAXBase syscall convention
|
9 年之前 |
Károly Balogh
|
4ed3a3f09a
* re-read the libbase already pushed on the stack for AROS syscalls, instead of trying to re-resolve it. should fix threadvar libbases on AROS.
|
9 年之前 |
Károly Balogh
|
4ee15b84da
AROS: syscall (library call) support for based on the Amiga/68k and MorphOS/PPC versions
|
11 年之前 |
pierre
|
1cec09f979
Add -Caoldwin32gnu ABI option to cope with 'ret $4' issues in old GNU mingw32 C compiler (version below 4.7)
|
11 年之前 |
yury
|
e13e2e1697
* Turn off special handling of interrupt calling convention for i386-android.
|
12 年之前 |
paul
|
51825b6f2e
compiler: change ret_in_param to accept tabstractprocdef instead of tproccalloption to allow check more options (required for record constructor implementation)
|
12 年之前 |
pierre
|
2fdd8656d5
* Fix tw18702.pp i386-win32 specific failure (stack was not properly maintained)
|
12 年之前 |
Jonas Maebe
|
b837694207
* factored out releasing an unused return value into
|
14 年之前 |
Jonas Maebe
|
8b0301409a
+ i386/iphonesim target for the new iPhoneSimulator in Xcode 3.2.4 and
|
15 年之前 |
Jonas Maebe
|
f13f6627c4
* moved use_fixed_stack from cgutils to a method in paramgr so it can
|
15 年之前 |
joost
|
b938ea0f2a
* For cdecl functions the funcret is not popped by the caller when it is passed
|
15 年之前 |
joost
|
65ab1e820b
* Safecall on linux/i386 now behaves like cdecl plus hidden exception support.
|
15 年之前 |
Jonas Maebe
|
02adc2b6ab
* fixed calling cdecl routines under win32 which return their result in
|
18 年之前 |
florian
|
85d63d9fa9
* settings refactored
|
19 年之前 |
peter
|
b7fe6797bf
Merged revisions 2921-2922,2925 via svnmerge from
|
19 年之前 |
peter
|
d8dc5679e3
* aktcputype and aktoptimizecputype was missing in the previous optimization commits
|
19 年之前 |
peter
|
b6e35a200e
* rewrite of optimizer options
|
19 年之前 |
Jonas Maebe
|
5f0f08dd18
* fixed calling cdecl functions which return a large record with
|
19 年之前 |
Jonas Maebe
|
431cead7a2
* more disabling of interrupt code for i386-darwin
|
19 年之前 |
Jonas Maebe
|
9de2847865
+ support for passing parameters via pre-allocated stack space on i386
|
19 年之前 |
fpc
|
790a4fe2d3
* log and id tags removed
|
20 年之前 |
fpc
|
50778076c3
initial import
|
20 年之前 |
peter
|
e417e34496
* truncate log
|
20 年之前 |
peter
|
c95a859f0a
* generic tlocation
|
21 年之前 |
peter
|
65c3ba277c
* ungetregister is now only used for cpuregisters, renamed to
|
21 年之前 |