teak-llvm/llvm/lib/Target/Mips/MCTargetDesc
Simon Atanasyan a6424e7c4e [mips] Show an error on attempt to use 64-bit PC-relative relocation
The following code requests 64-bit PC-relative relocations unsupported
by MIPS ABI. Now it triggers an assertion. It's better to show an error
message.
```
foo:
  .quad bar - foo
```

llvm-svn: 350152
2018-12-29 10:10:02 +00:00
..
CMakeLists.txt
LLVMBuild.txt
MipsABIFlagsSection.cpp
MipsABIFlagsSection.h [mips] Add support for Global INValidate ASE 2018-05-17 16:30:32 +00:00
MipsABIInfo.cpp [mips] Fix MIPS N32 ABI triples support 2018-09-17 21:21:57 +00:00
MipsABIInfo.h
MipsAsmBackend.cpp [mips][mc] Add basic support for R_MIPS_JALR/R_MICROMIPS_JALR 2018-11-21 16:38:34 +00:00
MipsAsmBackend.h [mips][micromips] Fix how values in .gcc_except_table are calculated 2018-10-16 08:27:28 +00:00
MipsBaseInfo.h
MipsELFObjectWriter.cpp [mips] Show an error on attempt to use 64-bit PC-relative relocation 2018-12-29 10:10:02 +00:00
MipsELFStreamer.cpp [mips][micromips] Fix overlaping FDEs error 2018-10-15 14:39:12 +00:00
MipsELFStreamer.h [mips][micromips] Fix overlaping FDEs error 2018-10-15 14:39:12 +00:00
MipsFixupKinds.h [mips][mc] Add basic support for R_MIPS_JALR/R_MICROMIPS_JALR 2018-11-21 16:38:34 +00:00
MipsMCAsmInfo.cpp [mips] Enable using of integrated assembler in all cases. 2018-12-12 15:32:03 +00:00
MipsMCAsmInfo.h
MipsMCCodeEmitter.cpp [mips] Fix TestDWARF32Version5Addr8AllForms test failure on MIPS hosts 2018-12-03 21:54:43 +00:00
MipsMCCodeEmitter.h [mips] Remove dead code. NFC 2018-07-11 09:41:28 +00:00
MipsMCExpr.cpp [mips] Fix TestDWARF32Version5Addr8AllForms test failure on MIPS hosts 2018-12-03 21:54:43 +00:00
MipsMCExpr.h [mips] Fix TestDWARF32Version5Addr8AllForms test failure on MIPS hosts 2018-12-03 21:54:43 +00:00
MipsMCNaCl.h MC: Change the streamer ctors to take an object writer instead of a stream. NFCI. 2018-05-18 18:26:45 +00:00
MipsMCTargetDesc.cpp [mips] Add support MIPS r6 Debian triples 2018-09-27 08:51:18 +00:00
MipsMCTargetDesc.h MC: Separate creating a generic object writer from creating a target object writer. NFCI. 2018-05-21 19:20:29 +00:00
MipsNaClELFStreamer.cpp MC: Change the streamer ctors to take an object writer instead of a stream. NFCI. 2018-05-18 18:26:45 +00:00
MipsOptionRecord.cpp
MipsTargetStreamer.cpp [mips] Add support for Global INValidate ASE 2018-05-17 16:30:32 +00:00