llvm-project/llvm/lib
Matt Arsenault d6fdbbcace AMDGPU: Add second emergency slot for SGPR to vmem for large frames
In a future change, we will sometimes use a VGPR offset for doing
spills to memory, in which case we need 2 free VGPRs to do the SGPR
spill. In most cases we could spill the VGPR along with the SGPR being
spilled, but we don't have any free lanes for SGPR_1024 in wave32 so
we could still potentially need a second scavenging slot.
2022-02-02 19:05:05 -05:00
..
Analysis [IRSim] Make sure that commutative intrinsics are treated as function calls without commutativity 2022-02-02 13:24:56 -06:00
AsmParser [IR] Support ifuncs in opaque pointer mode 2022-01-27 13:01:33 +01:00
BinaryFormat AMDGPU {NFC}: Add code object v5 support and generate metadata for implicit kernel args 2022-01-31 18:07:47 -08:00
Bitcode [BitcodeWriter] Fix cases of some functions 2022-01-31 16:46:11 -08:00
Bitstream
CodeGen Follow up to 6e03a68b77, squelch another leak 2022-02-02 21:02:11 +00:00
DWARFLinker Change namespace llvm::swift to namespace llvm::binaryformat because of clashes with the apple/llvm-project repository 2022-02-01 11:15:21 -08:00
DWP Revert "Rename llvm::array_lengthof into llvm::size to match std::size from C++17" 2022-01-26 16:55:53 +01:00
DebugInfo [DebugInfo][DWARF][NFC] Refactor DWARFTypePrinter usages. Create functions to print type dies. 2022-01-14 16:19:08 +03:00
Debuginfod [llvm] Cleanup header dependencies in ADT and Support 2022-01-21 13:54:49 +01:00
Demangle [llvm] Remove unused headers in LLVMDemangle 2022-01-21 10:18:32 +01:00
ExecutionEngine [NFC][ORC][AArch64] use isInt<N> to replace fitsRangeSignedInt on aarch64 2022-01-26 23:26:31 +08:00
Extensions
FileCheck [FileCheck] Allow literal '['s before "[[var...]]" 2022-01-13 09:47:37 +00:00
Frontend [OMPIRBuilder] Add support for atomic compare 2022-02-02 15:39:14 -05:00
FuzzMutate [NFC] Remove uses of PointerType::getElementType() 2022-01-25 09:44:52 +01:00
Fuzzer
IR [clang][macho] add clang frontend support for emitting macho files with two build version load commands 2022-02-02 08:30:39 -08:00
IRReader
InterfaceStub [llvm] Remove redundant member initialization (NFC) 2022-01-07 17:45:09 -08:00
LTO Cleanup header dependencies in LLVMCore 2022-02-02 06:54:20 +01:00
LineEditor [llvm] Use range-based for loops (NFC) 2021-12-09 09:37:29 -08:00
Linker [NFC] Replace some deprecated getAlignment() calls with getAlign() 2021-12-09 08:43:19 -08:00
MC Change namespace llvm::swift to namespace llvm::binaryformat because of clashes with the apple/llvm-project repository 2022-02-01 11:15:21 -08:00
MCA [MCA] Switching from conservatively guessing which instructions are 2022-01-11 13:50:14 -08:00
Object Change namespace llvm::swift to namespace llvm::binaryformat because of clashes with the apple/llvm-project repository 2022-02-01 11:15:21 -08:00
ObjectYAML AMDGPU {NFC}: Add code object v5 support and generate metadata for implicit kernel args 2022-01-31 18:07:47 -08:00
Option [llvm] Use range-based for loops (NFC) 2021-12-09 09:37:29 -08:00
Passes [PassBuilder] Add OpenMPOpt to default LTO pipeline 2022-01-31 23:11:43 -05:00
ProfileData [InstrProf][NFC] Remove stray option in InstrProfWriter 2022-02-02 14:29:15 -08:00
Remarks Cleanup LLVMRemarks includes 2022-01-31 11:16:28 +01:00
Support TrigramIndex.h - move unnecessary StringRef include down to TrigramIndex.cpp 2022-02-02 16:29:47 +00:00
TableGen Cleanup includes for LLVMTableGenGlobalISel 2022-01-28 11:50:50 +01:00
Target AMDGPU: Add second emergency slot for SGPR to vmem for large frames 2022-02-02 19:05:05 -05:00
Testing
TextAPI Cleanup LLVMTextAPI headers 2022-01-26 14:21:25 +01:00
ToolDrivers
Transforms [SimplifyCFG] Fix -Wunused-variable in -DLLVM_ENABLE_ASSERTIONS=off builds 2022-02-02 15:11:22 -08:00
WindowsManifest [llvm] Use nullptr instead of 0 (NFC) 2021-12-28 08:52:25 -08:00
XRay
CMakeLists.txt [llvm] [Debuginfo] Debuginfod client library. 2021-12-06 21:52:38 +00:00