Fork of llvm with experimental commits and workarounds for RPCS3
Go to file
Rafael Espindola bf27725489 Add a cpu to try to bring back the atom bots.
llvm-svn: 182734
2013-05-27 13:22:52 +00:00
autoconf
bindings
cmake
docs Add LDC compiler to list of external OS projects using LLVM 3.3 2013-05-26 17:37:43 +00:00
examples
include Disable the StringMapEntry copy constructor, to make sure we 2013-05-25 22:28:22 +00:00
lib PPC: Add a isConsecutiveLS utility function 2013-05-27 02:06:39 +00:00
projects
runtime
test Add a cpu to try to bring back the atom bots. 2013-05-27 13:22:52 +00:00
tools llvm-objdump.cpp: Appease MSC16 x64. utostr(n++) causes internal compiler error. 2013-05-27 00:02:48 +00:00
unittests Add to testsuite. 2013-05-24 23:20:16 +00:00
utils Fixed bug when tests in executable partially used absolute paths. 2013-05-26 03:58:41 +00:00
.arcconfig
.gitignore
CMakeLists.txt
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 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 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.