llvm-capstone/llvm
Matt Arsenault 4cb722acbc BranchFolder: Require NoPHIs
The pass doesn't handle SSA and breaks any phis.
2022-06-01 21:14:49 -04:00
..
benchmarks
bindings
cmake TensorFlowCompile: Add object file to list of sources rather than LINK_LIBS 2022-06-01 09:04:48 -07:00
docs AMDGPU: Add release notes about atomic load and store 2022-06-01 21:14:48 -04:00
examples
include LTO: Decide upfront whether to use opaque/non-opaque pointer types 2022-06-01 18:05:53 -07:00
lib BranchFolder: Require NoPHIs 2022-06-01 21:14:49 -04:00
projects
resources
runtimes Revert "[runtimes] Detect changes to Tests.cmake" 2022-05-26 09:34:18 -07:00
test BranchFolder: Require NoPHIs 2022-06-01 21:14:49 -04:00
tools LTO: Decide upfront whether to use opaque/non-opaque pointer types 2022-06-01 18:05:53 -07:00
unittests [OMPIRBuilder] Add the support for compare capture 2022-06-01 19:53:43 -04:00
utils [ValueTypes] Define MVTs for v128i2/v64i4 as well as i2 and i4. 2022-06-02 00:49:11 +00:00
.clang-format
.clang-tidy
.gitattributes
.gitignore
CMakeLists.txt [ccache] Add Windows support 2022-06-01 11:34:56 -07:00
CODE_OWNERS.TXT
configure
CREDITS.TXT
LICENSE.TXT
llvm.spec.in
README.txt
RELEASE_TESTERS.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.