David Chisnall
d015f0160c
Rename PUBLIC to OBJC_PUBLIC to avoid some namespace pollution.
7 years ago
David Chisnall
934cd13a7a
Initial pass at Windows support.
...
All tests now pass with the new ABI on x86-64, with the new ABI. Some
of the code is ugly and other platforms are probably broken.
8 years ago
David Chisnall
b952a21abe
Add objc_msgSend for AArch64.
...
An interesting feature of the AArch64 ABI simplifies this code relative to other platforms. AArch64 reserves an extra register (x8) for the address of struct returns, giving the
10 years ago
theraven
93e297fd87
Unconditionally make message.h a system header to work around an old-clang bug.
13 years ago
theraven
c73b7a2f0b
Mark all libobjc2 headers as system headers when not compiling the runtime
...
itself. This makes clang hide warnings.
13 years ago
theraven
7218882f7e
Apparently clang 3.2 had the same bug as 3.1...
13 years ago
theraven
3fbdbe4d02
Work around a bug in clang 3.1 that declares objc_msgSend_stret as a builtin
...
with the wrong signature.
13 years ago
theraven
ae3b44ac78
Fix clang's stupid warning to work around a bug in OS X headers...
13 years ago