Old fork of llvm-mirror, used on older RPCS3 builds
Go to file
George Rimar ee728f8830 [LLVM/Support] - Create no-arguments constructor for llvm::Regex
This is useful when need to defer the construction,
e.g. using Regex as a member of class.

Differential revision: https://reviews.llvm.org/D24101

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@280339 91177308-0d34-0410-b5e6-96231b3b80d8
2016-09-01 08:00:28 +00:00
bindings
cmake [CMake] Increase stack size to 16MiB for all mingw executables. 2016-08-31 22:43:23 +00:00
docs [LangRef] Clarify !invariant.load semantics. 2016-08-31 17:39:21 +00:00
examples Fix singlton -> singleton typo. 2016-08-26 02:00:21 +00:00
include [XRay] Detect and emit sleds for sibling/tail calls 2016-09-01 01:29:13 +00:00
lib [LLVM/Support] - Create no-arguments constructor for llvm::Regex 2016-09-01 08:00:28 +00:00
projects
resources
runtimes [CMake] Ensure that compiler-rt is added first 2016-08-30 21:29:21 +00:00
test [XRay] Detect and emit sleds for sibling/tail calls 2016-09-01 01:29:13 +00:00
tools [codeview] Have visitTypeBegin return the record type. 2016-08-31 23:14:31 +00:00
unittests [LLVM/Support] - Create no-arguments constructor for llvm::Regex 2016-09-01 08:00:28 +00:00
utils TableGen: Switch from a std::map to a DenseMap in CodeGenSubRegIndex. NFC 2016-08-26 22:29:36 +00:00
.arcconfig
.clang-format
.clang-tidy
.gitignore
CMakeLists.txt Hooking up a check-all target for the runtimes projects 2016-08-25 17:18:41 +00:00
CODE_OWNERS.TXT
configure
CREDITS.TXT
LICENSE.TXT Remove autoconf references from LICENSE.TXT 2016-08-12 20:11:03 +00:00
llvm.spec.in
LLVMBuild.txt
README.txt
RELEASE_TESTERS.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 are writing a package for LLVM, see docs/Packaging.rst for our
suggestions.