Fork of llvm with experimental commits and workarounds for RPCS3
Go to file
Chris Lattner 98ebd7a7d0 testcase for recent indvars patches
llvm-svn: 24415
2005-11-18 19:38:15 +00:00
autoconf
docs
examples
include/llvm Fix the dominates method to return true if the two nodes are the same. Add 2005-11-18 07:27:33 +00:00
lib Fix a crash building 176.gcc due to my recent patch, which only fixed 2005-11-18 18:30:47 +00:00
projects
runtime
test testcase for recent indvars patches 2005-11-18 19:38:15 +00:00
tools Allow users to specify -Wl,-native* multiple times if they please 2005-11-17 16:08:04 +00:00
utils Validate that the input to 'Pat' patterns is sane. 2005-11-17 17:43:52 +00:00
win32 Keep Visual Studio building. 2005-11-16 06:10:53 +00:00
Xcode
.cvsignore
configure
CREDITS.TXT
LICENSE.TXT
llvm.spec
Makefile
Makefile.common
Makefile.config.in
Makefile.rules
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.