1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-11-26 04:32:44 +01:00
Go to file
Chris Lattner f6c2411c40 Hrm, you didn't see this.
llvm-svn: 23673
2005-10-09 06:24:02 +00:00
autoconf
docs
examples
include/llvm remove a comma to compile with pedantic gcc 2005-10-08 01:24:19 +00:00
lib Hrm, you didn't see this. 2005-10-09 06:24:02 +00:00
projects
runtime
test Testcase that is miscompiled by the ppc backend 2005-10-09 05:31:47 +00:00
tools
utils put the right labels on the data 2005-10-02 21:51:38 +00:00
win32
Xcode
.cvsignore
configure
CREDITS.TXT
LICENSE.TXT
llvm.spec
Makefile
Makefile.common
Makefile.config.in
Makefile.rules Add some rules for building preprocessed files 2005-10-05 00:28:41 +00:00
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.