1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-11-23 11:13:28 +01:00
Go to file
2004-09-13 23:44:23 +00:00
autoconf Update to latest versions of config.guess and config.sub from 2004-09-10 19:20:06 +00:00
docs Fix broken internal links (one found by seventwentyfour.com spider) 2004-09-09 20:34:13 +00:00
examples Correct the file header to reflect the new "examples" home for the file. 2004-09-11 20:30:11 +00:00
include Add support for the link-time pass list to Modules. 2004-09-13 23:44:23 +00:00
lib Add support for the link-time pass list to Modules. 2004-09-13 23:44:23 +00:00
projects Sparc cannot link shared objects (libtool issue) which affects Stacker. 2004-09-13 22:42:54 +00:00
runtime Disable libprofile as it breaks the build on Sparc (autoconf issues). 2004-09-08 20:30:26 +00:00
test
tools Change banner name to reflect actual program this Makefile is for. 2004-09-13 21:15:19 +00:00
utils
.cvsignore
configure Regenerated, to recognize mingw. 2004-09-08 20:38:05 +00:00
CREDITS.TXT
LICENSE.TXT
llvm.spec
Makefile
Makefile.common
Makefile.config.in
Makefile.rules Use libtool, not mklib (which somehow doesn't get generated anymore) 2004-09-07 19:03:35 +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.