1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-10-22 20:43:44 +02:00
llvm-mirror/lib/Target/X86/MCTargetDesc
Rafael Espindola 22e87bbb08 Delete Reloc::Default.
Having an enum member named Default is quite confusing: Is it distinct
from the others?

This patch removes that member and instead uses Optional<Reloc> in
places where we have a user input that still hasn't been maped to the
default value, which is now clear has no be one of the remaining 3
options.

llvm-svn: 269988
2016-05-18 22:04:49 +00:00
..
CMakeLists.txt Delete MCRelocationInfo::createExprForRelocation. 2016-01-15 02:24:12 +00:00
LLVMBuild.txt
X86AsmBackend.cpp [NFC] Header cleanup 2016-04-18 09:17:29 +00:00
X86BaseInfo.h Simplify handling of hidden stub. 2016-05-17 16:01:32 +00:00
X86ELFObjectWriter.cpp [MC/ELF] Implement support for GOTPCRELX/REX_GOTPCRELX. 2016-04-24 01:03:57 +00:00
X86FixupKinds.h
X86MachObjectWriter.cpp X86: produce more friendly errors during MachO relocation handling 2015-12-08 18:31:35 +00:00
X86MCAsmInfo.cpp X86-Darwin: start emitting data-region directives for jump-tables. 2016-05-03 21:03:41 +00:00
X86MCAsmInfo.h
X86MCCodeEmitter.cpp [X86] Remove unused operand from a function and all its callers. NFC 2016-04-28 05:58:46 +00:00
X86MCTargetDesc.cpp Delete Reloc::Default. 2016-05-18 22:04:49 +00:00
X86MCTargetDesc.h [codeview] Describe int local variables using .cv_def_range 2016-02-10 20:55:49 +00:00
X86WinCOFFObjectWriter.cpp [MC, COFF] Add .reloc support for WinCOFF 2016-01-19 23:05:27 +00:00
X86WinCOFFStreamer.cpp [MC, COFF] Support link /incremental conditionally 2015-12-21 22:09:27 +00:00