llvm-project/llvm
Alexander Ivchenko a85c4fc029 [GlobalIsel][X86] Making {G_IMPLICIT_DEF, s128} legal
The patch is a split from D42287 and is related to
fixing failures after https://reviews.llvm.org/D37775

Reviewed By: qcolombet

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

llvm-svn: 324664
2018-02-08 22:40:31 +00:00
..
bindings [NFC] fix trivial typos in comments and documents 2018-01-26 08:15:29 +00:00
cmake Generate PDB files for profiling even in Release build. 2018-02-07 19:37:52 +00:00
docs [AMDGPU] Updae documentation about address space 2018-02-08 15:41:19 +00:00
examples Add OrcJIT dependency for Kaleidoscope Chapter 9. 2018-02-06 22:22:10 +00:00
include CMake: Explicitly #undef LLVM_REVISION rather than using a blank file 2018-02-08 22:19:00 +00:00
lib [GlobalIsel][X86] Making {G_IMPLICIT_DEF, s128} legal 2018-02-08 22:40:31 +00:00
projects
resources
runtimes [CMake] Support for cross-compilation when build runtimes 2018-01-08 23:50:59 +00:00
test [GlobalIsel][X86] Making {G_IMPLICIT_DEF, s128} legal 2018-02-08 22:40:31 +00:00
tools [bugpoint] Simplify the global initializer reducer, NFC 2018-02-08 20:27:09 +00:00
unittests Fix signed/unsigned compare warning I introduced 2018-02-08 17:11:32 +00:00
utils Fix missing field initializer warning in TableGen SubtargetEmitter 2018-02-08 19:57:05 +00:00
.arcconfig [llvm] Set up .arcconfig to point to Diffusion L repository 2018-01-12 15:37:41 +00:00
.clang-format
.clang-tidy
.gitattributes
.gitignore
CMakeLists.txt CMAKE: apply -O3 for mingw clang 2018-02-08 07:13:17 +00:00
CODE_OWNERS.TXT
CREDITS.TXT Add myself to CREDITS.txt 2018-01-29 17:02:34 +00:00
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.