Old fork of llvm-mirror, used on older RPCS3 builds
Go to file
Owen Anderson 596c1dc3e2 Add locking around the attributes list.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@79255 91177308-0d34-0410-b5e6-96231b3b80d8
2009-08-17 17:10:58 +00:00
autoconf
bindings
cmake CMake: Updated library dependencies. 2009-08-17 04:23:50 +00:00
docs
examples CMake: LLVMConfig assigns LLVMX86 to the `native' component 2009-08-17 01:41:46 +00:00
include Move the sjlj exception handling conversions to a back-end pass where they 2009-08-17 16:41:22 +00:00
lib Add locking around the attributes list. 2009-08-17 17:10:58 +00:00
projects
runtime
test Don't crash on critical edge. Patch by Andre Tavares. 2009-08-17 17:00:57 +00:00
tools give MCAsmStreamer a TargetAsmInfo. 2009-08-17 04:23:44 +00:00
unittests
utils Extend the instruction itinerary model to include the ability to indicate the def and use cycle for each operand. This additional information is optional, so existing itineraries do not need to be changed. 2009-08-17 16:02:57 +00:00
website
win32
Xcode
build-for-llvm-top.sh
CMakeLists.txt
configure
CREDITS.TXT
LICENSE.TXT
llvm.spec.in
Makefile
Makefile.common
Makefile.config.in
Makefile.rules Fixed indentation and spelling. 2009-08-17 15:31:24 +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.