1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-11-23 19:23:23 +01:00
Go to file
Chris Lattner 595534e8e9 add two new insert_element tests
llvm-svn: 26850
2006-03-19 01:27:04 +00:00
autoconf
docs Fix a typo. 2006-03-17 08:04:25 +00:00
examples
include/llvm Rename ConstantVec -> BUILD_VECTOR and VConstant -> VBUILD_VECTOR. Allow 2006-03-19 00:52:25 +00:00
lib implement basic support for INSERT_VECTOR_ELT. 2006-03-19 01:17:20 +00:00
projects
runtime
test add two new insert_element tests 2006-03-19 01:27:04 +00:00
tools
utils Fix miscodegen of V_SET0 in PPC. 2006-03-18 00:40:36 +00:00
win32
Xcode
.cvsignore
configure
CREDITS.TXT
LICENSE.TXT
llvm.spec
Makefile
Makefile.common
Makefile.config.in
Makefile.rules
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.