Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | NFC - Fix typo in test/CodeGenObjC/gnustep2-class.m | Gabor Buella | 2018-07-04 | 1 | -1/+1 |
| | | | | llvm-svn: 336263 | ||||
* | Revert "Revert r332955 "GNUstep Objective-C ABI version 2"" | David Chisnall | 2018-05-22 | 1 | -0/+55 |
| | | | | llvm-svn: 332963 | ||||
* | Revert r332955 "GNUstep Objective-C ABI version 2" | Bjorn Pettersson | 2018-05-22 | 1 | -55/+0 |
| | | | | | | | Reverted due to buildbot failures. Seems like isnumber() is some Apple addition to cctype. llvm-svn: 332957 | ||||
* | GNUstep Objective-C ABI version 2 | David Chisnall | 2018-05-22 | 1 | -0/+55 |
Summary: This includes initial support for the (hopefully final) updated Objective-C ABI, developed here: https://github.com/davidchisnall/clang-gnustep-abi-2 It also includes some cleanups and refactoring from older GNU ABIs. The current version is ELF only, other formats to follow. Reviewers: rjmccall, DHowett-MSFT Reviewed By: rjmccall Subscribers: smeenai, cfe-commits Differential Revision: https://reviews.llvm.org/D46052 llvm-svn: 332950 |