1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-11-26 04:32:44 +01:00
Go to file
Hans Wennborg d1d3ea8114 Revert r273099 "If the revision number starts with r, drop it. It will get added back"
This doesn't seem to work with Bash:

$ /work/llvm/utils/release/merge.sh --proj llvm --rev r275870
/work/llvm/utils/release/merge.sh: line 34: ${$1#r}: bad substitution

I get the same error with and without a leading 'r'.

llvm-svn: 275898
2016-07-18 20:06:27 +00:00
bindings
cmake
docs Trunk release notes now refer to 4.0.0 2016-07-18 18:02:23 +00:00
examples
include AMDGPU: Add intrinsic for s_flbit_i32/v_ffbh_i32 2016-07-18 18:35:05 +00:00
lib [NVPTX] Force minimum alignment of 4 for byval arguments of device-side functions. 2016-07-18 19:54:56 +00:00
projects
resources
runtimes
test [NVPTX] Force minimum alignment of 4 for byval arguments of device-side functions. 2016-07-18 19:54:56 +00:00
tools [llvm-cov] Re-write a very opaque comment (NFC) 2016-07-18 18:02:54 +00:00
unittests Add tests for max/minIntN(64). 2016-07-17 18:19:28 +00:00
utils Revert r273099 "If the revision number starts with r, drop it. It will get added back" 2016-07-18 20:06:27 +00:00
.arcconfig
.clang-format
.clang-tidy
.gitignore
CMakeLists.txt Bump the trunk version to 4.0.0svn. 2016-07-18 17:51:04 +00:00
CODE_OWNERS.TXT
configure
CREDITS.TXT
LICENSE.TXT
llvm.spec.in
LLVMBuild.txt
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 are writing a package for LLVM, see docs/Packaging.rst for our
suggestions.