1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-11-23 11:13:28 +01:00
Go to file
2007-03-27 23:19:39 +00:00
autoconf
docs Fixing doxygen.cfg target. I'm not a makefile expert, so hopefully this correct.Tested doxygen generation on zion. 2007-03-27 23:19:39 +00:00
examples
include Add support for integer comparison builtins. 2007-03-27 20:21:31 +00:00
lib Add the "unpack low packed data" instructions. This should be the last of 2007-03-27 21:20:36 +00:00
projects
runtime
test Test that a VIEW_CONVERT_EXPR used as an lvalue has the right type. 2007-03-27 20:27:25 +00:00
tools For PR1277: 2007-03-26 22:38:01 +00:00
utils Add better support for keywords. 2007-03-27 20:23:56 +00:00
win32
Xcode
.cvsignore
configure
CREDITS.TXT
LICENSE.TXT
llvm.spec.in
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.