hanchenye-llvm-project/llvm/test
Heejin Ahn e8653bb89a [WebAssembly] Enable atomic expansion for unsupported atomicrmws
Summary:
Wasm does not have direct counterparts to some of LLVM IR's atomicrmw
instructions (min, max, umin, umax, and nand). This enables atomic
expansion using cmpxchg instruction within a loop for those atomicrmw
instructions.

Reviewers: dschuff

Subscribers: sbc100, jgravelle-google, sunfish, llvm-commits

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

llvm-svn: 339084
2018-08-07 00:22:22 +00:00
..
Analysis [SCEV] Properly solve quadratic equations 2018-08-02 19:13:35 +00:00
Assembler
Bindings
Bitcode
BugPoint [lit, python] Always add quotes around the python path in lit 2018-08-06 22:37:44 +00:00
CodeGen [WebAssembly] Enable atomic expansion for unsupported atomicrmws 2018-08-07 00:22:22 +00:00
DebugInfo [DebugInfo/Verifier] Don't emit error for missing module in index 2018-08-03 12:01:43 +00:00
Demangle [MS Demangler] Fix some tests that are no longer broken. 2018-08-02 22:37:40 +00:00
Examples
ExecutionEngine Re-land r335297 "[X86] Implement more of x86-64 large and medium PIC code models" 2018-07-23 21:14:35 +00:00
Feature
FileCheck [FileCheck] Provide an option for FileCheck to dump original input to stderr on failure 2018-07-20 20:21:57 +00:00
Instrumentation Fix crash in bounds checking. 2018-08-03 17:12:23 +00:00
Integer
JitListener
LTO Enrich inline messages 2018-08-05 14:53:08 +00:00
Linker
MC MC: Redirect .addrsig directives referring to private (.L) symbols to the section symbol. 2018-08-06 21:59:58 +00:00
Object
ObjectYAML
Other [lit, python] Always add quotes around the python path in lit 2018-08-06 22:37:44 +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] Always add quotes around the python path in lit 2018-08-06 22:37:44 +00:00
Transforms [LICM] Further strengthen tests for hoisting guards and invariant.starts [NFC] 2018-08-06 21:39:43 +00:00
Unit
Verifier
YAMLParser
tools [lit, python] Always add quotes around the python path in lit 2018-08-06 22:37:44 +00:00
.clang-format
CMakeLists.txt
TestRunner.sh
lit.cfg.py
lit.site.cfg.py.in