1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-11-24 19:52:54 +01:00
Go to file
2008-05-24 00:08:39 +00:00
autoconf
bindings
docs Document common linkage. 2008-05-23 23:13:41 +00:00
examples
include Remove x86.sse2.loadh.pd and x86.sse2.loadl.pd. These will be lowered into load and shuffle instructions. 2008-05-24 00:07:06 +00:00
lib Autoupgrade x86.sse2.loadh.pd and x86.sse2.loadl.pd. 2008-05-24 00:08:39 +00:00
projects
runtime
test Autoupgrade x86.sse2.loadh.pd and x86.sse2.loadl.pd. 2008-05-24 00:08:39 +00:00
tools Add #includes to make some dependencies explicit. 2008-05-23 20:40:06 +00:00
utils Fix the spelling of the va_arg keyword. 2008-05-23 17:11:55 +00:00
website
win32 "The two generated files in the AsmParser.vcproj are pointing to the 2008-05-20 17:27:57 +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.