Fork of llvm with experimental commits and workarounds for RPCS3
Go to file
2008-03-22 08:17:17 +00:00
autoconf
bindings C and Objective Caml bindings for mem2reg and reg2mem. 2008-03-20 17:16:03 +00:00
docs clean up and fix the call section. 2008-03-21 17:24:17 +00:00
examples
include Typo fixes 2008-03-22 07:48:08 +00:00
lib Support chained aliases for LLVM IR printing. This fixes PR2145 2008-03-22 08:17:17 +00:00
projects
runtime
test Support chained aliases for LLVM IR printing. This fixes PR2145 2008-03-22 08:17:17 +00:00
tools style and spelling 2008-03-19 22:32:43 +00:00
utils Introduce a new node for holding call argument 2008-03-21 09:14:45 +00:00
website
win32
Xcode C and Objective Caml bindings for the TargetData class. 2008-03-16 20:08:03 +00:00
build-for-llvm-top.sh
configure
CREDITS.TXT
LICENSE.TXT
llvm.spec.in
Makefile a happier version of happiness 2008-03-21 22:17:07 +00:00
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.