Mirror of official llvm git repository located at http://llvm.org/git/llvm. Updated every five minutes.
Go to file
Duncan Sands 1abe60b9be Intrinsics don't read these kinds of global
variables.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@56105 91177308-0d34-0410-b5e6-96231b3b80d8
2008-09-11 15:43:12 +00:00
autoconf
bindings
docs Add more documentation advertising the -view-*-dags options. 2008-09-10 22:23:41 +00:00
examples
include Change getSubReg semantics. It now returns zero if the specified register doesn't have a subreg of the specified index. 2008-09-11 06:25:25 +00:00
lib Intrinsics don't read these kinds of global 2008-09-11 15:43:12 +00:00
projects
runtime
test Propagate subreg index when promoting a load to a copy. 2008-09-11 01:02:12 +00:00
tools Allow use of ssh to perform remote execution. 2008-09-09 06:11:26 +00:00
utils Change getSubReg semantics. It now returns zero if the specified register doesn't have a subreg of the specified index. 2008-09-11 06:25:25 +00:00
website
win32 Update VC++ project files. 2008-09-09 11:38:37 +00:00
Xcode
build-for-llvm-top.sh
configure
CREDITS.TXT
LICENSE.TXT
llvm.spec.in
Makefile
Makefile.common
Makefile.config.in
Makefile.rules
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.