Old fork of llvm-mirror, used on older RPCS3 builds
Go to file
Chris Lattner 7e88a50428 fix a fixme: don't create an explicit "CStringSection" for ELF,
it is just being used as a prefix, so forward substitute it directly.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@78067 91177308-0d34-0410-b5e6-96231b3b80d8
2009-08-04 16:19:50 +00:00
autoconf Build Blackfin target with autoconf and cmake. 2009-08-02 17:32:37 +00:00
bindings
cmake
docs Minor www site formating improvements. 2009-08-04 05:24:28 +00:00
examples
include fix a fixme: don't create an explicit "CStringSection" for ELF, 2009-08-04 16:19:50 +00:00
lib fix a fixme: don't create an explicit "CStringSection" for ELF, 2009-08-04 16:19:50 +00:00
projects
runtime
test Add support emiting for 2/4 byte mergable strings to the ".rodata.str*" 2009-08-04 16:13:09 +00:00
tools No really, it's unused. 2009-08-04 04:08:40 +00:00
unittests
utils * Use "svn export" instead of "svn co" and avoid cleaning up .svn dirs 2009-08-04 15:47:18 +00:00
website
win32
Xcode
build-for-llvm-top.sh
CMakeLists.txt Build Blackfin target with autoconf and cmake. 2009-08-02 17:32:37 +00:00
configure Build Blackfin target with autoconf and cmake. 2009-08-02 17:32:37 +00:00
CREDITS.TXT
LICENSE.TXT one fewer license, yay. :) 2009-08-01 22:54:39 +00:00
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.