hanchenye-llvm-project/llvm/lib/Target/X86/MCTargetDesc
Kevin Enderby b03f3fe4e8 Fix a crash with X86 Mach-O and a subtraction expression where both symbols are
undefined and produce an error message instead as this is a non-relocatable
expression with X86 Mach-O.

rdar://8920876

llvm-svn: 188218
2013-08-12 22:45:44 +00:00
..
CMakeLists.txt
LLVMBuild.txt
Makefile
X86AsmBackend.cpp
X86BaseInfo.h Added encoding prefixes for KNL instructions (EVEX). 2013-07-28 08:28:38 +00:00
X86ELFObjectWriter.cpp Integrate Assembler: Support X86_64_DTPOFF64 relocations 2013-06-28 04:24:32 +00:00
X86ELFRelocationInfo.cpp [Object] Split the ELF interface into 3 parts. 2013-08-08 22:27:13 +00:00
X86FixupKinds.h
X86MCAsmInfo.cpp
X86MCAsmInfo.h
X86MCCodeEmitter.cpp EVEX and compressed displacement encoding for AVX512 2013-08-01 13:34:06 +00:00
X86MCTargetDesc.cpp Follow up of the introduction of MCSymbolizer. 2013-05-24 22:51:52 +00:00
X86MCTargetDesc.h
X86MachORelocationInfo.cpp Handle relocations that don't point to symbols. 2013-06-05 01:33:53 +00:00
X86MachObjectWriter.cpp Fix a crash with X86 Mach-O and a subtraction expression where both symbols are 2013-08-12 22:45:44 +00:00
X86WinCOFFObjectWriter.cpp