| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
|
| |
It is not needed after LLVM r327734. Now it will be easier to copy-paste
IR symbol names from Clang.
llvm-svn: 327738
|
|
|
|
|
|
|
| |
They were reverted because the FileCheck patterns didn't match on
release builds.
llvm-svn: 239512
|
|
|
|
|
|
|
|
|
|
|
|
| |
Revert "[MS ABI] Allow memfn pointers with unconvertible types to be formed"
This reverts r239499 and r239503; the former breaks tests [1] and the
latter is based on the former.
[1]
http://lab.llvm.org:8080/green/job/clang-stage2-configure-Rlto_check/4473/testReport/Clang/CodeGenCXX/microsoft_abi_virtual_member_pointers_cpp/
llvm-svn: 239511
|
|
|
|
|
|
|
| |
This restriction appears unnecessary and most likely came about during
early work for musttail.
llvm-svn: 239500
|
|
|
|
| |
llvm-svn: 216791
|
|
This avoids encoding information about the function prototype into the
thunk at the cost of some function prototype bitcast gymnastics.
Fixes PR20653.
llvm-svn: 216782
|