1
0
mirror of https://github.com/RPCS3/llvm.git synced 2025-01-04 02:40:42 +00:00
Old fork of llvm-mirror, used on older RPCS3 builds
Go to file
Dale Johannesen 526e39a02b File missing from previous patch.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@44259 91177308-0d34-0410-b5e6-96231b3b80d8
2007-11-20 23:25:17 +00:00
autoconf
bindings
docs Teach me to do stuff late at night. 2007-11-19 16:10:59 +00:00
examples
include File missing from previous patch. 2007-11-20 23:25:17 +00:00
lib Fix .eh table linkage issues on Darwin. Some EH support 2007-11-20 23:24:42 +00:00
projects
runtime
test Be more careful when transforming | to +. Patch from Wojciech Matyjewicz. 2007-11-20 08:24:44 +00:00
tools Allow the block extractor take to take a list of basic blocks to not extract 2007-11-14 06:47:06 +00:00
utils Add the ability to convert a tblgen type to a string. 2007-11-20 22:25:16 +00:00
website
win32 Updated VC++ build system 2007-11-13 23:03:32 +00:00
Xcode Removing a dead reference from LLVM.xcodeproj. 2007-11-04 16:12:17 +00:00
build-for-llvm-top.sh
configure
CREDITS.TXT
LICENSE.TXT Import the boost scoped_ptr class to LLVM. This patch was prepared by 2007-11-15 05:57:06 +00:00
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.