llvm-project/llvm
Florian Hahn ffc157ea82 [Passes] Use regex to match GlobalsAA line in test.
On some platforms/compiler combinations, it appears the output is
slightly different. Update the test to use a regex, as is done at other
places in the new-pm-*default.ll tests to address buildbot failures.
2021-05-13 13:22:18 +01:00
..
benchmarks
bindings
cmake [cmake] Fix typo in function name 2021-05-12 12:14:52 -07:00
docs [cmake] Add support for multiple distributions 2021-05-12 11:13:18 -07:00
examples [ORC] Update SpeculativeJIT example for dispatchTask changes in 5344c88dcb. 2021-05-10 09:30:46 -07:00
include [GC][NFC] Move GCStrategy from CodeGen to IR 2021-05-13 12:31:59 +07:00
lib [Passes] Run GlobalsAA before LICM during LTO in new PM. 2021-05-13 13:11:18 +01:00
projects
resources
runtimes
test [Passes] Use regex to match GlobalsAA line in test. 2021-05-13 13:22:18 +01:00
tools [CMake][ELF] Add -fno-semantic-interposition and -Bsymbolic-functions 2021-05-12 10:34:31 -07:00
unittests [JITLink] Add a transferDefinedSymbol operation. 2021-05-12 22:28:14 -07:00
utils [gn build] Port d8b37de8a4 2021-05-13 05:32:35 +00:00
.clang-format
.clang-tidy
.gitattributes
.gitignore
CMakeLists.txt [flang][cmake] Enable the new driver by default 2021-05-11 09:16:29 +00: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.