1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-11-25 20:23:11 +01:00
llvm-mirror/lib
Hans Wennborg a145f0441b [MC][ARM] Resolve some pcrel fixups at assembly time (PR44929)
MC currently does not emit these relocation types, and lld does not
handle them. Add FKF_Constant as a work-around of some ARM code after
D72197. Eventually we probably should implement these relocation types.

By Fangrui Song!

Differential revision: https://reviews.llvm.org/D72892
2020-02-27 12:43:29 +01:00
..
Analysis Cost Annotation Writer for InlineCost 2020-02-26 17:03:52 -08:00
AsmParser Allow "callbr" to return non-void values 2020-02-24 18:29:06 -08:00
BinaryFormat [MachO] Add cpu(sub)type tests and improve error handling 2020-02-24 10:44:42 -08:00
Bitcode [NFC] Silence compiler warning [-Wmissing-braces]. 2020-02-18 10:37:12 -08:00
Bitstream
CodeGen [DebugInfo] Describe call site values for chains of expression producing instrs 2020-02-27 11:18:51 +01:00
DebugInfo [DebugInfo][NFC] Remove handler with ErrorPolicy from DWARFContext. 2020-02-27 00:42:37 +03:00
Demangle
DWARFLinker [dsymutil] Avoid copying swiftinterfaces from the SDK into the dsym bundle 2020-02-26 12:22:50 -08:00
ExecutionEngine [ORC] Remove the JITDylib::SymbolTableEntry::isInMaterializingState() method. 2020-02-25 16:44:12 -08:00
Frontend
Fuzzer
FuzzMutate
IR Visit previously unreachable nodes in the debug info metadata verifier. 2020-02-26 14:48:08 -08:00
IRReader
LineEditor
Linker
LTO Improve comments after 8404aeb56a73ab24f9b295111de3b37a37f0b841. 2020-02-18 14:25:21 -05:00
MC [MC][ARM] Resolve some pcrel fixups at assembly time (PR44929) 2020-02-27 12:43:29 +01:00
MCA
Object [NFC] Fix typo in error message 2020-02-24 18:22:05 +01:00
ObjectYAML [yaml2obj] - Address post commit comments for D74764 2020-02-25 13:26:46 +03:00
Option
Passes IR printing for single function with the new pass manager. 2020-02-23 15:28:57 -08:00
ProfileData
Remarks
Support Avoid SmallString.h include in MD5.h, NFC 2020-02-26 09:10:24 -08:00
TableGen Fix assertion on !eq(?, 0) 2020-02-18 14:05:55 -08:00
Target [MC][ARM] Resolve some pcrel fixups at assembly time (PR44929) 2020-02-27 12:43:29 +01:00
Testing
TextAPI
ToolDrivers
Transforms [InstCombine] Fix confusing variable name. 2020-02-27 11:27:49 +00:00
WindowsManifest
XRay
CMakeLists.txt
LLVMBuild.txt