llvm-project/llvm
Nemanja Ivanovic 62a933b72c [Support][PPC] Fix bot failures due to cd53ded557
Commit https://reviews.llvm.org/rGcd53ded557c3 attempts to fix the
computation in computeHostNumPhysicalCores() to respect Affinity.
However, the GLIBC wrapper of the affinity system call fails with
a default size of cpu_set_t on systems that have more than 1024 CPUs.
This just fixes the computation on such large machines.
2020-08-04 09:00:49 -05:00
..
benchmarks
bindings [Bindings] Remove ipc_propagation. 2020-08-02 22:36:53 +01:00
cmake Partially revert "[cmake] Make MSVC generate appropriate __cplusplus macro definition" 2020-08-04 12:22:11 +03:00
docs Add test utility 'split-file' 2020-08-03 20:42:09 -07:00
examples
include [AArch64][SVE] Fix CFA calculation in presence of SVE objects. 2020-08-04 11:47:06 +01:00
lib [Support][PPC] Fix bot failures due to cd53ded557 2020-08-04 09:00:49 -05:00
projects
resources
runtimes
test [X86][AVX] isHorizontalBinOp - relax lane-crossing limits for AVX1-only targets. 2020-08-04 14:27:01 +01:00
tools [llvm-readobj] - A third attempt to fix BB. 2020-08-04 12:44:26 +03:00
unittests [DebugInfo][unittest] Use YAML to generate the .debug_loclists section. 2020-08-04 16:37:51 +08:00
utils [lit] Add --time-trace-output to lit 2020-08-04 14:25:23 +01:00
.clang-format
.clang-tidy
.gitattributes
.gitignore
CMakeLists.txt
CODE_OWNERS.TXT
CREDITS.TXT
LICENSE.TXT
LLVMBuild.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.