1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-11-23 19:23:23 +01:00
llvm-mirror/lib
Evgeniy Stepanov fb651baa10 Make DT a transitive dependency of LI.
Summary:
LoopInfoWrapperPass::verify uses DT, which means DT must be alive
even if it has no direct users.

Fixes a crash in expensive checks mode.

Reviewers: pcc, leonardchan

Subscribers: hiraditya, llvm-commits

Tags: #llvm

Differential Revision: https://reviews.llvm.org/D64896

llvm-svn: 366388
2019-07-17 23:31:59 +00:00
..
Analysis Make DT a transitive dependency of LI. 2019-07-17 23:31:59 +00:00
AsmParser ARM MTE stack sanitizer. 2019-07-15 20:02:23 +00:00
BinaryFormat
Bitcode [llvm-bcanalyzer] Fixed error 'Expected<T> must be checked before access or destruction' 2019-07-17 23:28:39 +00:00
Bitstream
CodeGen Adding inline comments to code view type record directives for better readability 2019-07-17 21:01:12 +00:00
DebugInfo llvm-pdbdump: Fix several smaller issues with injected source compression handling 2019-07-17 22:59:52 +00:00
Demangle
ExecutionEngine [ORC] Add deprecation warnings to ORCv1 layers and utilities. 2019-07-17 16:40:52 +00:00
Fuzzer
FuzzMutate
IR [Remarks] Simplify and refactor the RemarkParser interface 2019-07-16 15:25:05 +00:00
IRReader
LineEditor
Linker
LTO Open native file handles to avoid converting from FDs, NFC 2019-07-11 20:29:32 +00:00
MC [WebAssembly] Assembler: recognize .init_array as data section. 2019-07-15 18:36:07 +00:00
MCA
Object [Object] isNotObjectErrorInvalidFileType: simplify 2019-07-13 09:28:33 +00:00
ObjectYAML [yaml2obj] - Allow overriding the sh_size field. 2019-07-11 12:59:29 +00:00
Option
Passes hwasan: Initialize the pass only once. 2019-07-17 21:45:19 +00:00
ProfileData
Remarks Fix -Wreturn-type warning. NFC. 2019-07-16 19:59:08 +00:00
Support Fix parameter name comments using clang-tidy. NFC. 2019-07-16 04:46:31 +00:00
TableGen
Target [AMDGPU] Simplify AMDGPUInstPrinter::printRegOperand() 2019-07-17 22:58:43 +00:00
Testing
TextAPI
ToolDrivers [llvm-lib] Add a dependency to intrinsics_gen to the LLVMLibDriver build 2019-07-15 18:15:12 +00:00
Transforms hwasan: Initialize the pass only once. 2019-07-17 21:45:19 +00:00
WindowsManifest
XRay Open native file handles to avoid converting from FDs, NFC 2019-07-11 20:29:32 +00:00
CMakeLists.txt Fix build errors LLVM tests are disabled. 2019-07-11 22:08:35 +00:00
LLVMBuild.txt