llvm-project/llvm
Thomas Lively ec71e018d6 [WebAssembly][NFC] Fix up SIMD bitwise tests
Summary:
The updated tests were previously infallible because the SIMD bitwise
operations do not contain vector types in their names.

Reviewers: aheejin, dschuff

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

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

llvm-svn: 340858
2018-08-28 18:33:31 +00:00
..
benchmarks Pull google/benchmark library to the LLVM tree 2018-08-28 09:42:41 +00:00
bindings [AArch64] Add Tiny Code Model for AArch64 2018-08-22 11:31:39 +00:00
cmake Pull google/benchmark library to the LLVM tree 2018-08-28 09:42:41 +00:00
docs [XRay][docs] Chrome Trace Viewer Instructions 2018-08-28 17:36:30 +00:00
examples
include [ADT] ImmutableList no longer requires elements to be copy constructible 2018-08-28 14:17:51 +00:00
lib [WebAssembly] v128.not 2018-08-28 18:31:15 +00:00
projects
resources
runtimes
test [WebAssembly][NFC] Fix up SIMD bitwise tests 2018-08-28 18:33:31 +00:00
tools [llvm-mca] Initialize each element in vector TimelineView::UsedBuffers to a default invalid buffer descriptor. NFCI 2018-08-28 15:07:11 +00:00
unittests [ADT] ImmutableList no longer requires elements to be copy constructible 2018-08-28 14:17:51 +00:00
utils [lit, shtest-timeout] Always use an internal shell for the shtest-timeout to diagnose buildbot failures 2018-08-28 16:24:55 +00:00
.arcconfig
.clang-format
.clang-tidy
.gitattributes
.gitignore
CMakeLists.txt [benchmark] Stop building benchmarks by default 2018-08-28 15:36:50 +00:00
CODE_OWNERS.TXT Add owner for llvm-objcopy 2018-08-09 22:05:19 +00:00
CREDITS.TXT
LICENSE.TXT
LLVMBuild.txt
README.txt
RELEASE_TESTERS.TXT
configure
llvm.spec.in

README.txt

The LLVM Compiler Infrastructure
================================

This directory and its subdirectories contain source code for LLVM,
a toolkit for the construction of highly optimized compilers,
optimizers, and runtime environments.

LLVM is open source software. You may freely distribute it under the terms of
the license agreement found in LICENSE.txt.

Please see the documentation provided in docs/ for further
assistance with LLVM, and in particular docs/GettingStarted.rst for getting
started with LLVM and docs/README.txt for an overview of LLVM's
documentation setup.

If you are writing a package for LLVM, see docs/Packaging.rst for our
suggestions.