hanchenye-llvm-project/llvm
Craig Topper 53bf4ba69d [X86] Remove GCCBuiltin from int_x86_avx512_cvtb2mask_128 and similar intrinsics.
I'm going to convert these to 'icmp slt X, zeroinitializer' in clang's CGBuiltin.cpp, but the GCCBuiltin names need to be removed to do that.

llvm-svn: 322037
2018-01-08 22:37:49 +00:00
..
bindings [bindings/go] fix vet errors 2017-12-28 04:10:09 +00:00
cmake [cmake] Pass CMAKE_MAKE_PROGRAM to native configure 2018-01-08 21:52:58 +00:00
docs remove unreferenced footnotes 2018-01-05 00:24:55 +00:00
examples PR35705: Fix Chapter 9 example code for API changes to DIBuilder 2017-12-20 19:36:54 +00:00
include [X86] Remove GCCBuiltin from int_x86_avx512_cvtb2mask_128 and similar intrinsics. 2018-01-08 22:37:49 +00:00
lib [PowerPC] Manually schedule the prologue and epilogue 2018-01-08 22:23:10 +00:00
projects
resources
runtimes
test [PowerPC] Manually schedule the prologue and epilogue 2018-01-08 22:23:10 +00:00
tools [llvm-readobj] Support -needed-libs option for Mach-O files 2018-01-08 02:23:10 +00:00
unittests [ORC] Remove AsynchronousSymbolQuery while I debug an issue on one of the 2018-01-06 20:14:22 +00:00
utils [mips] Improve diagnostics for instruction mapping 2018-01-08 16:25:40 +00:00
.arcconfig
.clang-format
.clang-tidy
.gitattributes
.gitignore
CMakeLists.txt The trunk version is now 7.0.0svn 2018-01-03 14:52:54 +00:00
CODE_OWNERS.TXT
CREDITS.TXT
LICENSE.TXT
LLVMBuild.txt
README.txt
RELEASE_TESTERS.TXT
configure
llvm.spec.in

README.txt

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.

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.