DirectXShaderCompiler/tools
David Neto 206133c9e7
HLMatrixLower: allow exceptions to propagate out (#6710)
If an exception is thrown, don't block it in the TempOverloadPool
destructor. Allow it to propagate out as a user-visible error.

Explicitly clear the TempOverloadPool before returning from the
HLMatrixLowerPass::runOnModule. In the normal case, when no exception is
thrown, that will still verify that all the overloads actually have been
lowered, and will assert out if they aren't.
2024-06-26 11:57:18 -04:00
..
clang HLMatrixLower: allow exceptions to propagate out (#6710) 2024-06-26 11:57:18 -04:00
dsymutil
dxexp dxexp: add support for mesh shaders, derivatives in mesh/amp shaders and wave matrix (#6355) 2024-03-29 12:15:56 -07:00
llc [llc/opt] Add an option to run all passes twice (#6666) 2024-06-24 15:03:08 -07:00
lli
llvm-as
llvm-bcanalyzer
llvm-c-test
llvm-config
llvm-cov
llvm-cxxdump
llvm-diff
llvm-dis
llvm-dwarfdump
llvm-extract
llvm-link
llvm-lto
llvm-mc
llvm-mcmarkup
llvm-nm
llvm-objdump
llvm-pdbdump
llvm-profdata
llvm-readobj
llvm-rtdyld
llvm-shlib
llvm-size
llvm-stress Fallthrough (#4843) 2022-12-09 10:13:56 -08:00
llvm-symbolizer
lto
macho-dump
msbuild
obj2yaml
opt [llc/opt] Add an option to run all passes twice (#6666) 2024-06-24 15:03:08 -07:00
verify-uselistorder
yaml2obj
CMakeLists.txt CMake: Add initial support for MinGW-w64 (#6715) 2024-06-24 15:25:14 -07:00
LLVMBuild.txt