llvm-project/llvm/lib/Target/ARC
David Green ca29c271d2 [Targets] Add errors for tiny and kernel codemodel on targets that don't support them
Adds fatal errors for any target that does not support the Tiny or Kernel
codemodels by rejigging the getEffectiveCodeModel calls.

Differential Revision: https://reviews.llvm.org/D50141

llvm-svn: 348585
2018-12-07 12:10:23 +00:00
..
Disassembler Rename DEBUG macro to LLVM_DEBUG. 2018-05-14 12:53:11 +00:00
InstPrinter [ARC] Fix macro usage (DEBUG -> LLVM_DEBUG) 2018-09-10 17:09:09 +00:00
MCTargetDesc
TargetInfo
ARC.h
ARC.td
ARCAsmPrinter.cpp Move TargetLoweringObjectFile from CodeGen to Target to fix layering 2018-03-23 23:58:19 +00:00
ARCBranchFinalize.cpp Rename DEBUG macro to LLVM_DEBUG. 2018-05-14 12:53:11 +00:00
ARCCallingConv.td
ARCExpandPseudos.cpp
ARCFrameLowering.cpp Rename DEBUG macro to LLVM_DEBUG. 2018-05-14 12:53:11 +00:00
ARCFrameLowering.h
ARCISelDAGToDAG.cpp
ARCISelLowering.cpp ARC, Nios2: Silence build warnings. NFCI. 2018-05-17 20:46:01 +00:00
ARCISelLowering.h ARC, Nios2: Silence build warnings. NFCI. 2018-05-17 20:46:01 +00:00
ARCInstrFormats.td Test commit access 2018-04-12 04:26:49 +00:00
ARCInstrInfo.cpp Rename DEBUG macro to LLVM_DEBUG. 2018-05-14 12:53:11 +00:00
ARCInstrInfo.h
ARCInstrInfo.td [ARC] Add LImm support for J/JL 2018-04-13 15:10:34 +00:00
ARCMCInstLower.cpp Remove \brief commands from doxygen comments. 2018-05-01 15:54:18 +00:00
ARCMCInstLower.h Remove \brief commands from doxygen comments. 2018-05-01 15:54:18 +00:00
ARCMachineFunctionInfo.cpp
ARCMachineFunctionInfo.h ARC, Nios2: Silence build warnings. NFCI. 2018-05-17 20:46:01 +00:00
ARCRegisterInfo.cpp Rename DEBUG macro to LLVM_DEBUG. 2018-05-14 12:53:11 +00:00
ARCRegisterInfo.h
ARCRegisterInfo.td
ARCSubtarget.cpp
ARCSubtarget.h
ARCTargetMachine.cpp [Targets] Add errors for tiny and kernel codemodel on targets that don't support them 2018-12-07 12:10:23 +00:00
ARCTargetMachine.h
ARCTargetStreamer.h
ARCTargetTransformInfo.h
CMakeLists.txt Consistently sort add_subdirectory calls in lib/Target/*/CMakeLists.txt 2018-04-23 12:49:34 +00:00
LLVMBuild.txt