IRGen-level lowering for the Swift calling convention.
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@265324 91177308-0d34-0410-b5e6-96231b3b80d8
Showing
- include/clang/CodeGen/SwiftCallingConv.h 168 additions, 0 deletionsinclude/clang/CodeGen/SwiftCallingConv.h
- lib/CodeGen/ABIInfo.h 43 additions, 8 deletionslib/CodeGen/ABIInfo.h
- lib/CodeGen/CGCall.cpp 155 additions, 23 deletionslib/CodeGen/CGCall.cpp
- lib/CodeGen/CMakeLists.txt 1 addition, 0 deletionslib/CodeGen/CMakeLists.txt
- lib/CodeGen/CodeGenFunction.h 2 additions, 2 deletionslib/CodeGen/CodeGenFunction.h
- lib/CodeGen/CodeGenModule.h 1 addition, 1 deletionlib/CodeGen/CodeGenModule.h
- lib/CodeGen/CodeGenTypes.h 1 addition, 1 deletionlib/CodeGen/CodeGenTypes.h
- lib/CodeGen/SwiftCallingConv.cpp 830 additions, 0 deletionslib/CodeGen/SwiftCallingConv.cpp
- lib/CodeGen/TargetInfo.cpp 79 additions, 8 deletionslib/CodeGen/TargetInfo.cpp
- lib/CodeGen/TargetInfo.h 3 additions, 2 deletionslib/CodeGen/TargetInfo.h
- test/CodeGen/arm-swiftcall.c 496 additions, 0 deletionstest/CodeGen/arm-swiftcall.c
- test/CodeGenCXX/arm-swiftcall.cpp 115 additions, 0 deletionstest/CodeGenCXX/arm-swiftcall.cpp
Loading
Please register or sign in to comment