llvm-project/llvm
Matt Arsenault 6ff91d17d6 BranchFolder: Assert on SSA functions
We probably should have the opposite of getRequiredProperties for this
2022-04-27 18:51:37 -04:00
..
benchmarks
bindings [OCaml][DebugInfo] Add bindings for parameter and auto variable creation 2022-04-24 09:37:04 +05:30
cmake [CMake] Check for problematic MSVC + /arch:AVX configuration 2022-04-21 09:46:44 +02:00
docs [lit] Support %if ... %else syntax for RUN lines 2022-04-27 20:29:08 +03:00
examples
include llvm-reduce: Support multiple MachineFunctions 2022-04-27 18:11:59 -04:00
lib BranchFolder: Assert on SSA functions 2022-04-27 18:51:37 -04:00
projects
resources
runtimes
test llvm-reduce: Fix crashing on file opening error for mir path 2022-04-27 18:15:12 -04:00
tools llvm-reduce: Fix crashing on file opening error for mir path 2022-04-27 18:15:12 -04:00
unittests [OpenMPIRBuilder] Remove ContinuationBB argument from Body callback. 2022-04-26 16:35:01 -05:00
utils [lit] Support %if ... %else syntax for RUN lines 2022-04-27 20:29:08 +03:00
.clang-format
.clang-tidy
.gitattributes
.gitignore
CMakeLists.txt
CODE_OWNERS.TXT [SPIR-V](1/6) Add stub for SPIRV backend 2022-04-20 01:10:25 +02:00
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.