llvm-project/llvm
Aditya Nandakumar 5112b71126 [GlobalISel]: Fix a bug where we could dereference None
getConstantVRegVal returns None when dealing with constants > 64 bits.
Don't assume we always have a value in GISelKnownBits.

llvm-svn: 371465
2019-09-09 22:51:41 +00:00
..
benchmarks
bindings Bump llvm-go to C++14 2019-08-15 10:55:25 +00:00
cmake [CMake] LLVM_COMPILE_FLAGS also applies to C files 2019-09-06 07:12:36 +00:00
docs LangRef: mention MSan's problem with speculative conditional branches. 2019-09-09 22:24:57 +00:00
examples [ORCv2] - New Speculate Query Implementation 2019-08-27 18:23:36 +00:00
include Simplify demangler rule for lambda-expressions to match discussion on 2019-09-09 22:26:04 +00:00
lib [GlobalISel]: Fix a bug where we could dereference None 2019-09-09 22:51:41 +00:00
projects
resources
runtimes
test [Tests] Fix a typo in a test 2019-09-09 21:33:59 +00:00
tools [Remarks] Add parser for bitstream remarks 2019-09-09 17:43:50 +00:00
unittests [Remarks] Add parser for bitstream remarks 2019-09-09 17:43:50 +00:00
utils AMDGPU/GlobalISel: Select atomic loads 2019-09-09 16:18:07 +00:00
.arcconfig
.clang-format
.clang-tidy
.gitattributes
.gitignore
CMakeLists.txt Revert Autogenerate the shebang lines for tools/opt-viewer 2019-08-27 18:31:29 +00:00
CODE_OWNERS.TXT
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.