1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-11-24 03:33:20 +01:00
Go to file
Chris Lattner 34f32cb4c2 Switch ConstantVector::get to use ArrayRef instead of a pointer+size
idiom.  Change various clients to simplify their code.

llvm-svn: 125487
2011-02-14 07:55:32 +00:00
autoconf
bindings
cmake
docs Adapt docs to '-loopsimplify -> -loop-simplify' change 2011-02-13 20:57:25 +00:00
examples
include Switch ConstantVector::get to use ArrayRef instead of a pointer+size 2011-02-14 07:55:32 +00:00
lib Switch ConstantVector::get to use ArrayRef instead of a pointer+size 2011-02-14 07:55:32 +00:00
projects
runtime
test fix PR9210 by implementing some type legalization logic for 2011-02-14 06:30:45 +00:00
tools improve solaris support, from PR9109, patch by Yuri! 2011-02-13 08:38:44 +00:00
unittests
utils Wrap the struct in an anonymous namespace. 2011-02-13 07:51:19 +00:00
website
.gitignore
build-for-llvm-top.sh
CMakeLists.txt
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.

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