Address review comments: add 3 ARM calling conventions.
Dispatch C calling conv. to one of these conventions based on target triple and subtarget features. llvm-svn: 73530
Showing
- llvm/include/llvm/CallingConv.h 12 additions, 1 deletionllvm/include/llvm/CallingConv.h
- llvm/lib/AsmParser/LLLexer.cpp 4 additions, 0 deletionsllvm/lib/AsmParser/LLLexer.cpp
- llvm/lib/AsmParser/LLParser.cpp 7 additions, 1 deletionllvm/lib/AsmParser/LLParser.cpp
- llvm/lib/AsmParser/LLToken.h 3 additions, 1 deletionllvm/lib/AsmParser/LLToken.h
- llvm/lib/Target/ARM/ARMCallingConv.td 0 additions, 27 deletionsllvm/lib/Target/ARM/ARMCallingConv.td
- llvm/lib/Target/ARM/ARMISelLowering.cpp 34 additions, 7 deletionsllvm/lib/Target/ARM/ARMISelLowering.cpp
- llvm/lib/Target/ARM/ARMISelLowering.h 1 addition, 0 deletionsllvm/lib/Target/ARM/ARMISelLowering.h
- llvm/lib/VMCore/AsmWriter.cpp 11 additions, 2 deletionsllvm/lib/VMCore/AsmWriter.cpp
Loading
Please register or sign in to comment