llvm-capstone/llvm/lib
Mike Rice 3ce5c04ad0
Replace getAs with castAs, dyn_cast with cast (NFC) (#72600)
Make the code clear that nullptrs are not expected.
2023-11-17 09:22:33 -08:00
..
Analysis Fix MSVC "result of 32-bit shift implicitly converted to 64 bits" warning. 2023-11-17 16:30:08 +00:00
AsmParser [IR] Add GraalVM calling conventions 2023-11-17 16:30:09 +00:00
BinaryFormat [llvm] Stop including llvm/ADT/DenseMapInfo.h (NFC) 2023-11-11 00:13:29 -08:00
Bitcode [DebugInfo] Make DIArgList inherit from Metadata and always unique (#72147) 2023-11-17 14:04:54 +00:00
Bitstream
CodeGen Remove unused LoopInfo from InlineSpiller and SpillPlacement (NFC) (#71874) 2023-11-16 21:20:30 -08:00
DebugInfo [llvm] Stop including llvm/ADT/SparseBitVector.h (NFC) 2023-11-13 07:30:48 -08:00
Debuginfod
Demangle
DWARFLinker Attempt to fix test on Windows. 2023-11-03 18:27:41 -07:00
DWARFLinkerParallel [llvm] Stop including llvm/ADT/SmallString.h (NFC) 2023-11-11 12:32:13 -08:00
DWP
ExecutionEngine [ORC] Fix some typos in comments in MachOPlatform. 2023-11-16 16:14:15 -08:00
Extensions
FileCheck [FileCheck] Don't use regex to find prefixes (#72237) 2023-11-15 09:34:52 +01:00
Frontend Replace getAs with castAs, dyn_cast with cast (NFC) (#72600) 2023-11-17 09:22:33 -08:00
Fuzzer
FuzzMutate
InterfaceStub
IR [IR] Add GraalVM calling conventions 2023-11-17 16:30:09 +00:00
IRPrinter [DebugInfo][RemoveDIs] Add conversion utilities for new-debug-info format 2023-11-09 22:30:49 +00:00
IRReader
LineEditor
Linker Reapply 7d77bbef4a, adding new debug-info classes 2023-11-08 16:42:35 +00:00
LTO [llvm] Remove no-op ptr-to-ptr bitcasts (NFC) (#72133) 2023-11-13 13:05:27 -05:00
MC [MC] Fix compression header size check in ELF writer 2023-11-17 01:13:38 -08:00
MCA
ObjCopy [objcopy] Implement --weaken, --weaken-symbol(s) flags for Mach-O Object Files (#70560) 2023-11-06 01:20:52 -08:00
Object [XCOFF]refactor isFunction, NFC (#72232) 2023-11-15 10:41:59 +08:00
ObjectYAML
Option
Passes Passes: Consolidate EnableKnowledgeRetention declarations into a header file (#71695) 2023-11-13 11:03:49 -08:00
ProfileData [llvm] Stop including llvm/ADT/DenseMapInfo.h (NFC) 2023-11-11 00:13:29 -08:00
Remarks
Support [RISCV][MC] MC layer support for xcvmem and xcvelw extensions 2023-11-16 09:46:11 +08:00
TableGen [llvm] Stop including llvm/ADT/DenseMapInfo.h (NFC) 2023-11-11 00:13:29 -08:00
Target [IR] Add GraalVM calling conventions 2023-11-17 16:30:09 +00:00
TargetParser [AArch64] Add support for Cortex-A520, Cortex-A720 and Cortex-X4 CPUs (#72395) 2023-11-16 22:08:58 +00:00
Testing
TextAPI [TextAPI] don't write out empty/zeroed out min os (#72603) 2023-11-17 06:54:52 -08:00
ToolDrivers
Transforms [SLP][NFC]Make collectValuesToDemote member of BoUpSLP to avoid using 2023-11-17 08:05:02 -08:00
WindowsDriver
WindowsManifest
XRay
CMakeLists.txt