| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | clang/test/CodeGenCXX/virtual-function-attrs.cpp: Appease i686-mingw32 to ↵ | NAKAMURA Takumi | 2016-03-14 | 1 | -3/+3 |
| | | | | | | | expect x86_thiscallcc. llvm-svn: 263505 | ||||
| * | Relax test introduced in r263464 to accept ARM ABI output. | Peter Collingbourne | 2016-03-14 | 1 | -1/+1 |
| | | | | | | | Should fix ARM bots. llvm-svn: 263477 | ||||
| * | CodeGen: Mark functions used in vtables as unnamed_addr. | Peter Collingbourne | 2016-03-14 | 1 | -0/+14 |
| This marks virtual function declarations, as well as runtime library functions __cxa_pure_virtual, __cxa_deleted_virtual and _purecall, as unnamed_addr. This will allow us to correctly form relative references to them from vtables in the relative vtable ABI. Differential Revision: http://reviews.llvm.org/D18071 llvm-svn: 263464 | |||||

