hanchenye-llvm-project/llvm
Justin Holewinski 6b356c1f3f PTX: Rename register classes for readability and combine int and fp registers
llvm-svn: 133171
2011-06-16 17:49:58 +00:00
..
autoconf Happy new year. 2011-06-12 15:26:54 +00:00
bindings
cmake Fix cmake dependencies. 2011-05-24 00:58:06 +00:00
docs Document nonlazybind. 2011-06-16 16:03:13 +00:00
examples Modify comment. 2011-06-09 20:11:46 +00:00
include Add TargetRegisterInfo::getRawAllocationOrder(). 2011-06-16 17:42:25 +00:00
lib PTX: Rename register classes for readability and combine int and fp registers 2011-06-16 17:49:58 +00:00
projects
runtime Remove the LTO stuff from the profile_rt library's Makefile. 2011-06-15 04:56:13 +00:00
test Add testcase for r133050 which added support for printing and parsing escaped 2011-06-16 17:14:38 +00:00
tools Revert the last two commits in the series. r132911, r132912. 2011-06-13 11:53:31 +00:00
unittests unittests: add test for APInt::toString() 2011-06-15 23:36:34 +00:00
utils Fix formatting. 2011-06-16 16:52:24 +00:00
website
.gitignore Ignore Vim swap files 2011-05-31 21:54:28 +00:00
CMakeLists.txt
CREDITS.TXT
LICENSE.TXT Happy new year. 2011-06-12 15:26:54 +00:00
Makefile Install libprofile_rt.dylib where it's more available for gcov support. 2011-06-10 21:47:14 +00:00
Makefile.common
Makefile.config.in
Makefile.rules
ModuleInfo.txt
README.txt
build-for-llvm-top.sh
configure Happy new year. 2011-06-12 15:26:54 +00:00
llvm.spec.in

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.

If you're writing a package for LLVM, see docs/Packaging.html for our
suggestions.