1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-11-25 04:02:41 +01:00
Go to file
Hartmut Kaiser 9c2a4a541b Updated VC++ build system.
llvm-svn: 42835
2007-10-10 19:50:09 +00:00
autoconf
bindings
docs Various improvements to the documentation, contributed by 2007-10-08 18:42:45 +00:00
examples
include Added preliminary support for iterators in ImutAVLTree. 2007-10-10 18:11:16 +00:00
lib Fix CodeGen/Generic/BasicInstrs.llx on sparc by marking divrem 2007-10-10 18:10:57 +00:00
projects
runtime
test These two tests now require only two multiply instructions, 2007-10-09 15:39:37 +00:00
tools
utils
website
win32 Updated VC++ build system. 2007-10-10 19:50:09 +00:00
Xcode Modified XCode project to contain... 2007-10-09 21:49:49 +00:00
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.