DirectXShaderCompiler/lib
Adam Yang ef53fb0f0f
Fixed a crash due to an incorrect call to dropAllReferences (#5102)
Fixed a crash when there's addrspacecast going into a getelementptr, which goes into a dbg.decare. The HLSL SROA pass was incorrectly calling dropAllReferences on the addrspacecast ConstExpr, which invalidates the getelementptr ConstExpr (sets the operand to nullptr).
2023-03-22 12:43:06 -07:00
..
Analysis Clean up and rework DXIL library depencencies (#4877) 2023-01-03 10:04:22 -06:00
AsmParser Revert license text in banner comments to original llvm verbage (#33) 2017-01-24 17:54:00 -08:00
Bitcode Fallthrough (#4843) 2022-12-09 10:13:56 -08:00
CodeGen Change getPassName return type to StringRef. (#4247) 2022-02-10 14:14:43 -08:00
DXIL Move WinAdapter into interface directory (#5066) 2023-02-28 10:41:50 -08:00
DebugInfo Revert license text in banner comments to original llvm verbage (#33) 2017-01-24 17:54:00 -08:00
DxcBindingTable Added -binding-table-define (#4044) 2021-11-01 18:46:13 -07:00
DxcSupport Change SharedLibAffix.h include path to eliminate the need to change build setting (#5085) 2023-03-08 12:08:51 -08:00
DxilCompression [NFC] Address some low hanging fruit UBSan failures (#4833) 2022-12-10 11:42:25 -06:00
DxilContainer Move WinAdapter into interface directory (#5066) 2023-02-28 10:41:50 -08:00
DxilDia PIX: DxcPixDxilInstructionOffsets should operate on libs (#5046) 2023-02-22 10:19:07 -08:00
DxilPIXPasses PIX: Preserve shader-access-tracking flag for descriptor-heap-indexed resources (#5053) 2023-02-23 11:28:34 -08:00
DxilPdbInfo Clean up and rework DXIL library depencencies (#4877) 2023-01-03 10:04:22 -06:00
DxilRootSignature Clean up and rework DXIL library depencencies (#4877) 2023-01-03 10:04:22 -06:00
DxrFallback Fix the link issue in readme.md (#3149) 2020-09-22 13:02:56 -07:00
ExecutionEngine Rename 'module' to 'hModule' for C++20 compat (#2667) 2020-03-01 18:12:31 -08:00
Fuzzer Clean up mistakes made when fixing copyright banners. 2017-01-25 14:36:50 -08:00
HLSL Added -opt-disable sink to disable instruction sinking in instcombine (#5050) 2023-02-28 15:22:52 -08:00
IR Backport -ftime-trace from upstream llvm & clang (#4873) 2022-12-14 10:15:28 -06:00
IRReader Revert license text in banner comments to original llvm verbage (#33) 2017-01-24 17:54:00 -08:00
LTO Revert license text in banner comments to original llvm verbage (#33) 2017-01-24 17:54:00 -08:00
Linker [linux-port] Minor changes towards cross-platform compilation. (#1352) 2018-06-19 10:36:53 -04:00
MC Fix build failure with undefined variable (#3647) 2021-03-31 09:54:00 -04:00
MSSupport Move WinAdapter into interface directory (#5066) 2023-02-28 10:41:50 -08:00
Object Revert license text in banner comments to original llvm verbage (#33) 2017-01-24 17:54:00 -08:00
Option Fallthrough (#4843) 2022-12-09 10:13:56 -08:00
PassPrinters Change getPassName return type to StringRef. (#4247) 2022-02-10 14:14:43 -08:00
Passes Revert license text in banner comments to original llvm verbage (#33) 2017-01-24 17:54:00 -08:00
ProfileData [linux-port] Evade unused in LLVM code (#1327) 2018-06-05 14:07:51 -04:00
Support Move WinAdapter into interface directory (#5066) 2023-02-28 10:41:50 -08:00
TableGen Fallthrough (#4843) 2022-12-09 10:13:56 -08:00
Target [linux-port] Fix warnings from lambda functions (#1320) 2018-05-31 13:39:26 -04:00
Transforms Fixed a crash due to an incorrect call to dropAllReferences (#5102) 2023-03-22 12:43:06 -07:00
CMakeLists.txt Clean up and rework DXIL library depencencies (#4877) 2023-01-03 10:04:22 -06:00
LLVMBuild.txt Clean up and rework DXIL library depencencies (#4877) 2023-01-03 10:04:22 -06:00