llvm-project/llvm
Clement Courbet 131f7bac63 [llvm-exegesis] Add unit test in preparation for DD109275 2021-09-07 09:06:49 +02:00
..
benchmarks
bindings
cmake [CMake] Re-enable use --gc-sections on OpenBSD 2021-09-04 14:18:30 -04:00
docs [CMake] Add targets for generating coverage reports 2021-09-03 10:45:55 -05:00
examples [examples] Fix Kaleidoscope for Windows 2021-08-19 13:20:51 +10:00
include [IRSim] Adding support for recognizing branch similarity 2021-09-06 11:55:38 -07:00
lib [X86] Handle inverted inputs when matching VPTERNLOG from 2 binary ops. 2021-09-06 17:44:52 -07:00
projects
resources
runtimes [libomptarget][amdcgn] Only add opt/llvm-link dependency if TARGET is available 2021-08-30 17:32:11 +02:00
test [X86] Handle inverted inputs when matching VPTERNLOG from 2 binary ops. 2021-09-06 17:44:52 -07:00
tools [RuntimeDyld] Guard UsedTLSStorage to x86 ELF only 2021-09-07 01:20:38 +00:00
unittests [llvm-exegesis] Add unit test in preparation for DD109275 2021-09-07 09:06:49 +02:00
utils [gn build] Port 12fa608af4 2021-09-06 09:25:28 +00:00
.clang-format
.clang-tidy
.gitattributes Fix: [MCParser] Correctly handle CRLF line ends when consuming line comments 2021-08-17 16:16:19 +01:00
.gitignore
CMakeLists.txt [CMake] Add targets for generating coverage reports 2021-09-03 10:45:55 -05: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.