llvm-project/llvm
Joseph Huber 6bdf352ed8 [Binary] Remove OffloadBinary from the Objects enumeration
Summary:
We use the beginning and end of this enumeration to determine what is
and isn't an object format. The enumeration for the OffloadBinary was
put here by mistake which led to it being mistakenly classified as an
Object file.
2022-06-02 09:34:23 -04:00
..
benchmarks
bindings [llvm-ocaml] Add and use opaque pointer compatible bindings 2022-06-02 11:42:24 +02:00
cmake TensorFlowCompile: Add object file to list of sources rather than LINK_LIBS 2022-06-01 09:04:48 -07:00
docs Fix llvm.memset semantics description 2022-06-02 13:25:03 +02:00
examples [ORC][examples] Fix off-by-one error when handling null terminators. 2022-05-20 19:33:49 -07:00
include [Binary] Remove OffloadBinary from the Objects enumeration 2022-06-02 09:34:23 -04:00
lib [VPlan] Remove dead VPlan-native special case from BranchOnCount (NFC). 2022-06-02 12:07:54 +01:00
projects
resources
runtimes Revert "[runtimes] Detect changes to Tests.cmake" 2022-05-26 09:34:18 -07:00
test [OrcV2Examples] Fix test with opaque pointers 2022-06-02 12:17:56 +02:00
tools Fix compilation in gold-plugin triggered by D125847 2022-06-01 18:51:35 -07:00
unittests [IRTests] With opaque ptrs we can test that there is no bitcast inserted 2022-06-02 09:56:11 +02:00
utils [NFC][workflow] Fix issue where the workflow would say all PR's already exists 2022-06-02 08:20:21 +02:00
.clang-format
.clang-tidy
.gitattributes
.gitignore
CMakeLists.txt [ccache] Add Windows support 2022-06-01 11:34:56 -07:00
CODE_OWNERS.TXT
CREDITS.TXT
LICENSE.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.