Fork of llvm with experimental commits and workarounds for RPCS3
Go to file
2008-11-13 10:18:35 +00:00
autoconf
bindings
cmake CMake: Updated library dependency info used for MSVC++. 2008-11-11 20:04:40 +00:00
docs Update docs for ssp and sspreq function attributes. 2008-11-13 01:02:51 +00:00
examples
include Modify the intrinsics pattern to separate out the "return" types from the 2008-11-13 09:08:33 +00:00
lib Modify the intrinsics pattern to separate out the "return" types from the 2008-11-13 09:08:33 +00:00
projects
runtime
test Added testcase for r59214. 2008-11-13 04:09:04 +00:00
tools Add Binary flag to raw_fd_ostream constructor. 2008-11-13 05:01:07 +00:00
utils Put comma in correct place for call to StructType::get 2008-11-13 10:18:35 +00:00
website
win32 Update VC++ project file. 2008-11-10 20:03:21 +00:00
Xcode
build-for-llvm-top.sh
CMakeLists.txt CMake: Builds a native tblgen when cross-compiling and the user didn't 2008-11-10 02:35:55 +00:00
configure
CREDITS.TXT Keep CREDITS.TXT sorted by name. 2008-11-07 12:44:36 +00:00
LICENSE.TXT
llvm.spec.in
Makefile Proper way of doing llvm canadian-cross compilation. 2008-11-10 07:33:13 +00:00
Makefile.common
Makefile.config.in
Makefile.rules Proper way of doing llvm canadian-cross compilation. 2008-11-10 07:33:13 +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.