Old fork of llvm-mirror, used on older RPCS3 builds
Go to file
Anton Korobeynikov 037dd942c9 Open output file correctly. This is extremely important for
windows-based hosts, where files are opened in text mode by default.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@44533 91177308-0d34-0410-b5e6-96231b3b80d8
2007-12-03 14:28:26 +00:00
autoconf Add target triple to include/llvm/Config/config.h.in. Regenerate all files. 2007-12-01 00:34:39 +00:00
bindings Adding ocamldoc-style comments for the Ocaml bindings. 2007-12-01 21:01:15 +00:00
docs lli -trace was removed back in 2003. 2007-12-03 01:58:01 +00:00
examples
include Remove redundant foldMemoryOperand variants and other code clean up. 2007-12-02 08:30:39 +00:00
lib Open output file correctly. This is extremely important for 2007-12-03 14:28:26 +00:00
projects
runtime
test Fix a typo noticed by Alain Frisch. 2007-12-01 20:59:23 +00:00
tools
utils Change LinkTimeOptimizer.h install location. 2007-12-01 00:24:50 +00:00
website
win32
Xcode
build-for-llvm-top.sh
configure Add target triple to include/llvm/Config/config.h.in. Regenerate all files. 2007-12-01 00:34:39 +00:00
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.