Fork of llvm with experimental commits and workarounds for RPCS3
Go to file
Chris Lattner 1c12ee4323 The only entry in the stat buf this code cares about is the size. Keep just
the size, not the whole stat buffer.

llvm-svn: 29171
2006-07-18 07:01:08 +00:00
autoconf
docs Revamp this doc to be accurate w.r.t. building llvmgcc4 2006-07-11 20:47:00 +00:00
examples
include/llvm Add functions to compute ceil(log2(N)) to match functions for floor(log2(N)) 2006-07-18 00:47:10 +00:00
lib The only entry in the stat buf this code cares about is the size. Keep just 2006-07-18 07:01:08 +00:00
projects
runtime
test testcase for PR827 2006-07-12 18:27:13 +00:00
tools Finish removal of EH usage from the Archive library. The REQUIRES_EH flag 2006-07-07 20:56:50 +00:00
utils If a gccpath is specified when invoking the nightly test script we will hopefully now use that gcc for the gcc version. Also fixed some 80 char column stuff. 2006-07-17 16:41:19 +00:00
win32
Xcode Bring the Xcode project up to date. 2006-07-13 22:17:58 +00:00
.cvsignore
configure
CREDITS.TXT
LICENSE.TXT
llvm.spec
Makefile
Makefile.common
Makefile.config.in
Makefile.rules Profile builds should always have debug info enabled. 2006-07-11 18:33:50 +00:00
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.