Old fork of llvm-mirror, used on older RPCS3 builds
Go to file
Peter Collingbourne d77a329d71 LowerBitSets: Fix non-determinism bug.
Visit disjoint sets in a deterministic order based on the maximum BitSetNM
index, otherwise the order in which we visit them will depend on pointer
comparisons. This was being exposed by MSan.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@247201 91177308-0d34-0410-b5e6-96231b3b80d8
2015-09-09 22:30:32 +00:00
autoconf
bindings
cmake [CMake] Flag recursive cmake invocations for cross-compile 2015-09-09 14:57:06 +00:00
docs Re-apply r247080 with order of evaluation fix. 2015-09-08 22:49:35 +00:00
examples [PM/AA] Rebuild LLVM's alias analysis infrastructure in a way compatible 2015-09-09 17:55:00 +00:00
include [SEH] Emit 32-bit SEH tables for the new EH IR 2015-09-09 21:10:03 +00:00
lib LowerBitSets: Fix non-determinism bug. 2015-09-09 22:30:32 +00:00
projects
resources
test LowerBitSets: Fix non-determinism bug. 2015-09-09 22:30:32 +00:00
tools llvm-config: Add --build-system option 2015-09-09 16:39:30 +00:00
unittests [PM/AA] Rebuild LLVM's alias analysis infrastructure in a way compatible 2015-09-09 17:55:00 +00:00
utils
.arcconfig
.clang-format
.clang-tidy
.gitignore
CMakeLists.txt [CMake] Flag recursive cmake invocations for cross-compile 2015-09-09 14:57:06 +00:00
CODE_OWNERS.TXT
configure
CREDITS.TXT
LICENSE.TXT
llvm.spec.in
LLVMBuild.txt
Makefile
Makefile.common
Makefile.config.in
Makefile.rules
README.txt

Low Level Virtual Machine (LLVM)
================================

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're writing a package for LLVM, see docs/Packaging.rst for our
suggestions.