1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-11-24 11:42:57 +01:00
Go to file
2006-04-05 00:49:14 +00:00
autoconf
docs
examples
include/llvm correct the type of two intrinsics, add int_ppc_altivec_vmladduhm 2006-04-05 00:49:14 +00:00
lib Add m[tf]vscr instructions. 2006-04-05 00:03:57 +00:00
projects
runtime For PR722: 2006-04-02 14:34:26 +00:00
test New testcase 2006-04-04 17:38:31 +00:00
tools
utils Adjust the Intrinsics.gen interface a little bit 2006-04-02 03:35:30 +00:00
win32 Fix tablegen related dependencies in Visual Studio. 2006-04-02 05:20:53 +00:00
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.