Fork of llvm with experimental commits and workarounds for RPCS3
Go to file
2008-04-10 18:38:47 +00:00
autoconf
bindings
docs Added note to getting started guide to use llvm-gcc4.2. 2008-04-07 18:32:25 +00:00
examples silence warning when assertions are disabled. 2008-04-08 05:49:09 +00:00
include Make isVectorClearMaskLegal's operand list const. 2008-04-09 20:09:42 +00:00
lib A copy instruction may use a register multiple times on some targets. Change them all. 2008-04-10 18:38:47 +00:00
projects
runtime
test A copy instruction may use a register multiple times on some targets. Change them all. 2008-04-10 18:38:47 +00:00
tools Move memcpy / memset optimization pass after GVN. 2008-04-10 01:33:05 +00:00
utils produce an error on invalid input instead of asserting: 2008-04-10 04:48:34 +00:00
website
win32 Removed a deleted file from the VStudio System project. Also added custom build commands to engage 64 bit assembler for compilation callback on 64 bit configurations only. 2008-04-03 20:28:40 +00:00
Xcode
build-for-llvm-top.sh
configure
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.