1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-11-24 03:33:20 +01:00
Go to file
Richard Osborne 6bad79b514 Add XCore intrinsic for setpsc.
llvm-svn: 127821
2011-03-17 18:42:05 +00:00
autoconf
bindings
cmake is_llvm_target_library: recognize libraries without the LLVM prefix. 2011-03-15 14:53:53 +00:00
docs Change the signext language in LangRef to closer match zeroext. 2011-03-17 14:21:58 +00:00
examples
include Add XCore intrinsic for setpsc. 2011-03-17 18:42:05 +00:00
lib Add XCore intrinsic for setpsc. 2011-03-17 18:42:05 +00:00
projects
runtime
test Add XCore intrinsic for setpsc. 2011-03-17 18:42:05 +00:00
tools Revert 127813 while fixing broken test. 2011-03-17 16:54:27 +00:00
unittests
utils lit/ProgressBar.py: [PR7919] Improve line wrap for XN-incapable terminals. 2011-03-15 21:07:44 +00:00
website
.gitignore
build-for-llvm-top.sh
CMakeLists.txt
configure
CREDITS.TXT
LICENSE.TXT
llvm.spec.in
Makefile
Makefile.common
Makefile.config.in
Makefile.rules
ModuleInfo.txt
README.txt

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

This directory and its subdirectories contain source code for the Low Level
Virtual Machine, 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 HTML documentation provided in docs/index.html for further
assistance with LLVM.

If you're writing a package for LLVM, see docs/Packaging.html for our
suggestions.