Fork of llvm with experimental commits and workarounds for RPCS3
Go to file
Dan Gohman 90cc88c00f Minor formatting cleanup.
llvm-svn: 96808
2010-02-22 22:07:27 +00:00
autoconf
bindings
cmake
docs Clarify that ptrtoint+inttoptr are an alternative to GEP which are 2010-02-18 18:40:29 +00:00
examples
include Fix various doxygen warnings. 2010-02-22 04:10:52 +00:00
lib Minor formatting cleanup. 2010-02-22 22:07:27 +00:00
projects
runtime
test Actually enable the -enable-unsafe-fp-math tests. 2010-02-22 18:53:26 +00:00
tools Uniformize the way these options are printed. Requested by 2010-02-18 14:37:52 +00:00
unittests
utils fix most of the failures in the x86 suite by handling multiple 2010-02-21 23:54:05 +00:00
website
Xcode
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 Test commit. 2010-02-21 03:01:05 +00:00

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.