llvm-project/llvm/lib/Target/Sparc/MCTargetDesc
Rafael Espindola 79e238afee Delete Default and JITDefault code models
IMHO it is an antipattern to have a enum value that is Default.

At any given piece of code it is not clear if we have to handle
Default or if has already been mapped to a concrete value. In this
case in particular, only the target can do the mapping and it is nice
to make sure it is always done.

This deletes the two default enum values of CodeModel and uses an
explicit Optional<CodeModel> when it is possible that it is
unspecified.

llvm-svn: 309911
2017-08-03 02:16:21 +00:00
..
CMakeLists.txt
LLVMBuild.txt
SparcAsmBackend.cpp [Sparc] invalid adjustments in TLS_LE/TLS_LDO relocations removed 2017-07-25 15:28:28 +00:00
SparcELFObjectWriter.cpp
SparcFixupKinds.h
SparcMCAsmInfo.cpp Move Object format code to lib/BinaryFormat. 2017-06-07 03:48:56 +00:00
SparcMCAsmInfo.h [MC] Fix some Clang-tidy modernize and Include What You Use warnings; other minor fixes (NFC). 2017-02-14 00:33:36 +00:00
SparcMCCodeEmitter.cpp [Sparc] Fix some Include What You Use warnings; other minor fixes (NFC). 2017-02-04 00:36:49 +00:00
SparcMCExpr.cpp Sort the remaining #include lines in include/... and lib/.... 2017-06-06 11:49:48 +00:00
SparcMCExpr.h
SparcMCTargetDesc.cpp Delete Default and JITDefault code models 2017-08-03 02:16:21 +00:00
SparcMCTargetDesc.h
SparcTargetStreamer.cpp