llvm-project/llvm/test
Marek Olsak 3fc2079cf4 AMDGPU: Handle 32-bit address wraparounds for SMRD opcodes
Summary: This fixes GPU hangs with OpenGL bindless handle arithmetic.

Reviewers: arsenm, nhaehnle

Subscribers: kzhuravl, jvesely, wdng, yaxunl, dstuttard, tpr, t-tye, llvm-commits

Differential Revision: https://reviews.llvm.org/D51203

llvm-svn: 340959
2018-08-29 20:03:00 +00:00
..
Analysis [InstCombine] remove unnecessary shuffle undef folding 2018-08-29 13:24:34 +00:00
Assembler [MC, RISCV] Fixed StringRef Assertion `Index < Length && "Invalid index!"' 2018-08-25 01:34:32 +00:00
Bindings
Bitcode Allow creating llvm::Function in non-zero address spaces 2018-08-23 09:25:17 +00:00
BugPoint [lit, python] Always add quotes around the python path in lit 2018-08-06 22:37:44 +00:00
CodeGen AMDGPU: Handle 32-bit address wraparounds for SMRD opcodes 2018-08-29 20:03:00 +00:00
DebugInfo [codeview] Clean up machinery for deferring .cv_loc emission 2018-08-28 23:25:59 +00:00
Demangle Add support for various C++14 demanglings. 2018-08-29 04:12:44 +00:00
Examples
ExecutionEngine [ORC] Add a testcase for r338975. 2018-08-28 22:50:59 +00:00
Feature
FileCheck
Instrumentation Revert "[libFuzzer] Port to Windows" 2018-08-29 18:40:41 +00:00
Integer
JitListener
LTO Enrich inline messages 2018-08-05 14:53:08 +00:00
Linker
MC [mips] Add missing instructions 2018-08-29 11:35:03 +00:00
Object [WASM] Fix overflow when reading custom section 2018-08-08 16:34:03 +00:00
ObjectYAML
Other Revert r340922 "[GVNHoist] Re-enable GVNHoist by default" 2018-08-29 13:00:55 +00:00
SafepointIRVerifier
SymbolRewriter
TableGen [lit, python] Always add quotes around the python path in lit 2018-08-06 22:37:44 +00:00
ThinLTO/X86 [lit, python] Remove quotes around %python in cache.ll 2018-08-27 16:33:13 +00:00
Transforms [SimpleLoopUnswitch] After unswitch delete dead blocks in parent loops 2018-08-29 19:10:44 +00:00
Unit
Verifier Verifier: verify that a DILocation's scope is a DILocalScope. 2018-08-24 21:01:58 +00:00
YAMLParser
tools [llvm-mca] Add fields "Total uOps" and "uOps Per Cycle" to the report generated by the SummaryView. 2018-08-29 17:56:39 +00:00
.clang-format
CMakeLists.txt
TestRunner.sh
lit.cfg.py [CMake] Use normalized Windows target triples 2018-08-09 02:16:18 +00:00
lit.site.cfg.py.in