Fork of llvm with experimental commits and workarounds for RPCS3
Go to file
Reid Spencer e51435be09 Moved to lib/Linker
llvm-svn: 17786
2004-11-14 22:15:31 +00:00
autoconf
docs
examples
include/llvm *Make naming convention consistent.*Add convertion to/from Unix Epoch time.*Add ability to convert to readable string. 2004-11-14 21:53:55 +00:00
lib Moved to lib/Linker 2004-11-14 22:15:31 +00:00
projects
runtime Use llvm-ar not ar for constructing archive. Wrap at 80 cols. 2004-11-14 22:13:13 +00:00
test New testcase. Believe it or not, this happens a LOT in vortex 2004-11-14 20:41:39 +00:00
tools Moved to lib/Linker 2004-11-14 22:15:31 +00:00
utils
win32
.cvsignore
configure
CREDITS.TXT
LICENSE.TXT
llvm.spec
Makefile
Makefile.common
Makefile.config.in
Makefile.rules Add a command for using llvm-ar correctly. 2004-11-14 21:46:55 +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.