1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-11-25 12:12:47 +01:00
Go to file
2007-01-08 22:15:18 +00:00
autoconf
docs Fully specify the type of the llvm.va* intrinsics. This helps resolve 2007-01-08 07:55:15 +00:00
examples
include Add PMStack, a Pass Manager stack. 2007-01-08 19:29:38 +00:00
lib Need to handle static declarations properly. 2007-01-08 22:15:18 +00:00
projects
runtime
test XFAIL this test until PR1085 mystery is resolved. 2007-01-08 19:38:58 +00:00
tools Modules are consumed when they are merged together by Linker. 2007-01-08 18:42:27 +00:00
utils
win32 Unbreak VC++ build. 2007-01-08 20:17:17 +00:00
Xcode
.cvsignore
configure
CREDITS.TXT
LICENSE.TXT
llvm.spec.in
Makefile
Makefile.common
Makefile.config.in
Makefile.rules
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.