llvm-project/llvm/lib
2023-03-21 12:05:37 -07:00
..
Analysis [NFC] Fix incorrect comment for simplifyRightShift 2023-03-21 12:05:37 -07:00
AsmParser Revert "[AsmParser] Avoid instantiating LLVMContext if not needed. NFC" 2023-03-20 15:07:33 +07:00
BinaryFormat
Bitcode [ConstExpr] Remove select constant expression 2023-03-16 10:32:08 +01:00
Bitstream
CodeGen [SelectionDAG][RISCV] Remove code for handling too small shift type from SimplifyDemandedBits. 2023-03-21 11:08:19 -07:00
DebugInfo [CodeView] Add source languages ObjC and ObjC++ 2023-03-17 17:09:31 +01:00
Debuginfod [Debuginfod] Prune cache after fetch. 2023-03-10 12:12:44 -08:00
Demangle
DWARFLinker [DWARFLinker][DWARFv5] add support for DW_FORM_implicit_const form. 2023-03-15 16:25:44 +01:00
DWARFLinkerParallel
DWP
ExecutionEngine Re-apply "[JITLink][ELF] Don't skip debug info sections by default." 2023-03-20 22:24:04 +00:00
Extensions
FileCheck [llvm] Use *{Set,Map}::contains (NFC) 2023-03-14 18:56:07 -07:00
Frontend [MLIR][OpenMP] Added OMPIRBuilder support for Target Data directives 2023-03-20 18:48:21 +00:00
Fuzzer
FuzzMutate
InterfaceStub
IR [WebAssembly] Add auto-upgrade for renamed intrinsics 2023-03-21 09:22:15 +01:00
IRPrinter
IRReader
LineEditor
Linker [IRLinker] Fix mapping of declaration metadata 2023-03-14 08:42:44 +09:00
LTO [llvm] Use *{Map,Set}::contains (NFC) 2023-03-15 18:06:32 -07:00
MC [llvm] Use *{Map,Set}::contains (NFC) 2023-03-15 18:06:32 -07:00
MCA [llvm] Use *{Set,Map}::contains (NFC) 2023-03-14 18:56:07 -07:00
ObjCopy
Object [NFC] Change strcpy to std::copy 2023-03-21 09:44:23 +01:00
ObjectYAML [ADT][NFCI] Do not use non-const lvalue-refs with enumerate in llvm/ 2023-03-13 20:59:06 -04:00
Option Replace strlen with StringRef::size 2023-03-20 14:18:51 -07:00
Passes [CGSCC] Allow creation of no-rerun CGSCC->function adaptor via textual pipeline 2023-03-19 16:26:27 -07:00
ProfileData [llvm] Use *{Set,Map}::contains (NFC) 2023-03-14 18:56:07 -07:00
Remarks
Support [RISCV] Simplify RISCVISAInfo::compareExtension. NFCI 2023-03-20 22:25:11 -07:00
TableGen TableGen: Introduce llvm::TableGen::Emitter to register backends 2023-03-21 16:21:27 +09:00
Target [AlwaysInliner] Make legacy pass like the new pass 2023-03-21 11:04:22 -07:00
TargetParser [ARM][NFC] Use FPUKind enum instead of unsigned 2023-03-16 13:38:10 +00:00
Testing Add install targets for gtest 2023-03-10 17:22:33 -08:00
TextAPI [TextAPI] Use const auto& in foreach loop to avoid pass-by-value static analyzer warnings. NFCI. 2023-02-26 15:43:03 +00:00
ToolDrivers [llvm-lib] 'llvm-lib' currently cannot generate an import library from a Windows 2023-03-01 20:32:35 -08:00
Transforms [AlwaysInliner] Make legacy pass like the new pass 2023-03-21 11:04:22 -07:00
WindowsDriver MSVC: support version preference with search 2023-03-13 09:25:31 -07:00
WindowsManifest
XRay
CMakeLists.txt