Fork of llvm with experimental commits and workarounds for RPCS3
Go to file
NAKAMURA Takumi eb88bde151 llc: Try to suppress failures since r161262 .
FIXME: Fix several tests on i686-win32 due to lacking of many libraries.
llvm-svn: 161292
2012-08-04 01:29:37 +00:00
autoconf Add a configure flag for enabling -Werror on the command line 2012-08-03 19:58:20 +00:00
bindings
cmake
docs Add yaml2obj. A utility to convert YAML to binaries. 2012-08-02 19:16:56 +00:00
examples
include Add an experimental -early-live-intervals option. 2012-08-03 22:12:54 +00:00
lib Delete a dead variable. 2012-08-04 00:04:03 +00:00
projects
runtime
test Refactor and check "onlyReadsMemory" before optimizing builtins. 2012-08-03 23:29:17 +00:00
tools llc: Try to suppress failures since r161262 . 2012-08-04 01:29:37 +00:00
unittests Add range erase, element insert, and range insert methods to 2012-08-01 08:40:48 +00:00
utils Remove redundant '== true' after a comparison. 2012-08-02 23:22:39 +00:00
.gitignore
CMakeLists.txt Add yaml2obj. A utility to convert YAML to binaries. 2012-08-02 19:16:56 +00:00
CODE_OWNERS.TXT
configure Add a configure flag for enabling -Werror on the command line 2012-08-03 19:58:20 +00:00
CREDITS.TXT
LICENSE.TXT
llvm.spec.in
LLVMBuild.txt
Makefile
Makefile.common
Makefile.config.in Add a configure flag for enabling -Werror on the command line 2012-08-03 19:58:20 +00:00
Makefile.rules Add a configure flag for enabling -Werror on the command line 2012-08-03 19:58:20 +00:00
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.