Old fork of llvm-mirror, used on older RPCS3 builds
Go to file
Tanya Lattner 301d5b48cb Create dirs as needed.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@52131 91177308-0d34-0410-b5e6-96231b3b80d8
2008-06-09 07:14:31 +00:00
autoconf
bindings
docs Create dirs as needed. 2008-06-09 07:14:31 +00:00
examples
include Add a simple, but efficient, generic scoped hash table 2008-06-09 00:42:10 +00:00
lib Remove comparison methods for MVT. The main cause 2008-06-08 20:54:56 +00:00
projects
runtime
test Limit the icmp+phi merging optimization to the cases where it is profitable: 2008-06-08 20:52:11 +00:00
tools
utils Wrap MVT::ValueType in a struct to get type safety 2008-06-06 12:08:01 +00:00
website
win32 Update VC project files, patch by Cédric Venet! 2008-06-07 19:33:54 +00:00
Xcode
build-for-llvm-top.sh
configure
CREDITS.TXT
LICENSE.TXT
llvm.spec.in
Makefile
Makefile.common
Makefile.config.in
Makefile.rules Warn of potential violations of strict aliasing rules. 2008-06-05 23:00:08 +00:00
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.