1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-11-23 19:23:23 +01:00
Go to file
Misha Brukman 94cb3a97cb * Add directions to send output of nightly test script to llvm-testresults@cs
* Use the doc_code class to nightly test script example
* Enclose file names in <tt> tags
* Achieve compliance with HTML-4.01 Strict

llvm-svn: 20556
2005-03-10 22:51:59 +00:00
autoconf
docs * Add directions to send output of nightly test script to llvm-testresults@cs 2005-03-10 22:51:59 +00:00
examples
include/llvm Use static_cast and #include Instructions.h 2005-03-09 05:35:16 +00:00
lib I didn't mean to check this in. :( 2005-03-10 20:59:51 +00:00
projects
runtime
test new testcase for a -basicaa bug that Alkis found with Java. 2005-03-09 16:29:22 +00:00
tools move the reassociation pass after the LICM pass. This speeds up mgrid 2005-03-07 03:19:50 +00:00
utils Replace tabs with spaces, separate function arguments with a space 2005-03-10 16:32:33 +00:00
win32
.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.