1
0
mirror of https://github.com/RPCS3/llvm.git synced 2024-12-24 13:06:56 +00:00
Old fork of llvm-mirror, used on older RPCS3 builds
Go to file
2009-02-27 00:17:49 +00:00
autoconf Search for the export map in a place that it can be found. 2009-02-26 18:37:59 +00:00
bindings
cmake
docs drop some un-edited text for pure and ldc in here. 2009-02-26 22:33:38 +00:00
examples
include Make LoopInfo::print() identify header, exit, and latch blocks, 2009-02-27 00:05:54 +00:00
lib MachineLICM CSE should match destination register classes; avoid hoisting implicit_def's. 2009-02-27 00:02:22 +00:00
projects
runtime
test Update this test for the LoopInfo::print changes. 2009-02-27 00:17:49 +00:00
tools disable exports from a bunch more tools, those without plugins. 2009-02-26 19:01:11 +00:00
unittests
utils these utils don't need exports. 2009-02-26 19:02:23 +00:00
website
win32
Xcode
build-for-llvm-top.sh
CMakeLists.txt
configure
CREDITS.TXT
LICENSE.TXT Another great year for LLVM! 2009-02-26 15:17:13 +00:00
llvm.spec.in
Makefile
Makefile.common
Makefile.config.in
Makefile.rules Fix universal builds to not use -XCClinker (a libtool thing) now that 2009-02-26 19:08:30 +00:00
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.