1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-10-20 19:42:54 +02:00
llvm-mirror/lib
Lang Hames a86e5116c1 [JITLink] Make LinkGraph debug dumps more readable.
This commit reorders some fields and fixes the width of others to try to
maintain more consistent columns. It also switches to long-hand scope
and linkage names, since LinkGraph dumps aren't read often enough for
single-character codes to be memorable.
2021-05-11 15:26:15 -07:00
..
Analysis [AMDGPU] Constant fold Intrinsic::amdgcn_perm 2021-05-10 16:23:11 -07:00
AsmParser [CGAtomic] Lift strong requirement for remaining compare_exchange combinations 2021-05-06 21:05:20 -07:00
BinaryFormat
Bitcode [IR][AutoUpgrade] Drop align attribute from void return types 2021-05-11 08:23:55 -07:00
Bitstream
CodeGen CodeGen: Fix null dereference before null check 2021-05-11 09:07:32 -04:00
DebugInfo * Add support for JSON output style to llvm-symbolizer 2021-05-11 13:10:54 +04:00
Demangle [Demangle][Rust] Parse basic types 2021-05-10 09:44:46 -07:00
DWARFLinker [MC] Untangle MCContext and MCObjectFileInfo 2021-05-05 10:03:02 -07:00
ExecutionEngine [JITLink] Make LinkGraph debug dumps more readable. 2021-05-11 15:26:15 -07:00
Extensions
FileCheck Fix PR46880: Fail CHECK-NOT with undefined variable 2021-04-20 14:42:46 +01:00
Frontend [OpenMP][MLIR]Add support for guided, auto and runtime scheduling 2021-05-10 09:18:52 +00:00
Fuzzer
FuzzMutate
InterfaceStub
IR [IR][AutoUpgrade] Drop align attribute from void return types 2021-05-11 08:23:55 -07:00
IRReader
LineEditor
Linker Linker: Avoid scheduling the link of a global value twice due to an alias 2021-04-28 13:22:10 -07:00
LTO [NewPM] Hide pass manager debug logging behind -debug-pass-manager-verbose 2021-05-07 21:51:47 -07:00
MC Reland: "[lld][WebAssembly] Initial support merging string data" 2021-05-10 16:03:38 -07:00
MCA [MCA][RegisterFile] Refactor the move elimination logic to address PR50258. 2021-05-08 18:10:35 +01:00
Object Reland: "[lld][WebAssembly] Initial support merging string data" 2021-05-10 16:03:38 -07:00
ObjectYAML Reland: "[lld][WebAssembly] Initial support merging string data" 2021-05-10 16:03:38 -07:00
Option
Passes [PassManager] add helper function to hold set of vector passes (2nd try) 2021-05-10 14:43:00 -04:00
ProfileData [llvm-cov] Support for v4 format in convert-for-testing 2021-05-11 14:41:55 -07:00
Remarks [Support] Don't include VirtualFileSystem.h in CommandLine.h 2021-04-21 10:19:01 -04:00
Support [NFC] Correctly assert the indents for printEnumValHelpStr. 2021-05-07 14:30:43 +02:00
TableGen Revert "[TableGen] Make the NUL character invalid in .td files" 2021-05-11 10:43:13 -04:00
Target [RISCV] Move instruction information into the RISCVII namespace (NFC) 2021-05-11 16:32:42 -05:00
Testing [SystemZ][z/OS] Add IsText Argument to GetFile and GetFileOrSTDIN 2021-04-16 10:08:36 -04:00
TextAPI [TextAPI] Reformat llvm_unreachable message 2021-05-11 09:59:26 -07:00
ToolDrivers
Transforms Revert "[LoopInterchange] Fix legality for triangular loops" 2021-05-11 18:10:58 -04:00
WindowsManifest
XRay
CMakeLists.txt