Go to file
Wouter van Oortmerssen 7beaa30e4e [WebAssembly] Made assembler only use stack instruction tablegen defs
Summary:
This ensures we have the non-register version of the instruction.

The stack version of call_indirect now wants a type index argument,
so that has been added in the existing tests.

Tested:
llvm-lit -v `find test -name WebAssembly`

Reviewers: dschuff

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

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

llvm-svn: 342753
2018-09-21 17:47:58 +00:00
clang [CUDA] Fixed parsing of optional template-argument-list. 2018-09-21 17:46:28 +00:00
clang-tools-extra [clangd] Remember to serialize symbol origin in YAML. 2018-09-21 13:04:57 +00:00
compiler-rt [sanitizer] Move __sanitizer_set_death_callback to a more appropriate file 2018-09-21 17:05:56 +00:00
debuginfo-tests Revert "(Retry) Add a basic integration test for C++ smart pointers" 2018-08-20 19:53:33 +00:00
libclc configure: Rework support for gfx9+ devices that were added post LLVM 3.9 2018-09-15 22:02:01 +00:00
libcxx fix some typos in the doc 2018-09-20 08:05:01 +00:00
libcxxabi add a quick link to libc++ 2018-09-20 08:01:16 +00:00
libunwind [CMake] Don't use -rtlib=compiler-rt with -nodefaultlibs. 2018-09-04 20:57:50 +00:00
lld Update release notes. 2018-09-21 17:13:55 +00:00
lldb Add dependency on llc required by find-variable-dwo test 2018-09-21 13:40:22 +00:00
llgo Update copyright year to 2018. 2018-06-18 12:22:17 +00:00
llvm [WebAssembly] Made assembler only use stack instruction tablegen defs 2018-09-21 17:47:58 +00:00
openmp [OPENMP][NVPTX] Add support for lastprivates/reductions handling in SPMD constructs with lightweight runtime. 2018-09-21 14:11:41 +00:00
parallel-libs Update copyright year to 2018. 2018-06-18 12:22:17 +00:00
polly fix the scan-build urls 2018-09-21 09:07:58 +00:00
README.md

README.md

Low Level Virtual Machine (LLVM)

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