1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-11-23 11:13:28 +01:00
Go to file
Dale Johannesen cc7dc0ec70 testcase for PR 1779.
llvm-svn: 59268
2008-11-13 22:17:10 +00:00
autoconf Add XCore backend. 2008-11-07 10:59:00 +00:00
bindings
cmake CMake: Updated library dependency info used for MSVC++. 2008-11-11 20:04:40 +00:00
docs LLVM can generate native code for amd64 on "Linux". 2008-11-13 19:07:07 +00:00
examples
include Extend InlineAsm::C_Register to allow multiple specific registers 2008-11-13 21:52:36 +00:00
lib Don't allow the restore point to be placed after terminators. With this change, 2008-11-13 21:53:14 +00:00
projects
runtime
test testcase for PR 1779. 2008-11-13 22:17:10 +00:00
tools Add Binary flag to raw_fd_ostream constructor. 2008-11-13 05:01:07 +00:00
utils Fix to record comparator to make it work for return values > 1. 2008-11-13 12:03:00 +00:00
website
win32 Add files to VC++ projects. 2008-11-13 21:18:54 +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 Add XCore backend. 2008-11-07 10:59:00 +00:00
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.