1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-11-26 04:32:44 +01:00
llvm-mirror/lib
2021-05-11 09:20:42 -04: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 [Bitcode] Ensure DIArgList in bitcode has no null or forward metadata refs 2021-04-22 12:03:33 +01: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 [ORC] Use the new dispatchTask API to run query callbacks. 2021-05-09 19:19:40 -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 [Constant] Allow ConstantAggregateZero a scalable element count 2021-05-10 13:51:53 +01: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 [CSSPGO] Explicitly disallow Binary and Compact Binary profile format for CSSPGO 2021-04-26 09:10:24 -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 [TableGen] Make the NUL character invalid in .td files 2021-05-11 09:20:42 -04:00
Target [X86] Replace repeated isa/cast<ConstantSDNode> calls with single single dyn_cast<>. NFCI. 2021-05-11 14:18:45 +01:00
Testing [SystemZ][z/OS] Add IsText Argument to GetFile and GetFileOrSTDIN 2021-04-16 10:08:36 -04:00
TextAPI [llvm][TextAPI] add mapping from OS string to Platform 2021-05-06 16:25:56 -07:00
ToolDrivers
Transforms [SLP] restrict matching of load combine candidates 2021-05-11 08:46:40 -04:00
WindowsManifest
XRay
CMakeLists.txt