Fork of llvm with experimental commits and workarounds for RPCS3
Go to file
Evan Cheng 2da9d803a4 Added X86FunctionInfo subclass of MachineFunction to record whether the
function that is being lowered is forced to use FP. Currently this is only
true for main() / Cygwin.

llvm-svn: 28703
2006-06-06 23:30:24 +00:00
autoconf For PR633: 2006-06-05 16:11:07 +00:00
docs document --libfiles 2006-06-06 22:39:59 +00:00
examples
include/llvm Move toolrunner out of libsupport into the bugpoint tool 2006-06-06 22:31:36 +00:00
lib Added X86FunctionInfo subclass of MachineFunction to record whether the 2006-06-06 23:30:24 +00:00
projects Fix build on systems with broken bison 2006-06-02 18:21:11 +00:00
runtime
test Update the regression tests, and add a new one encountered while compiling crtend. 2006-06-04 00:56:30 +00:00
tools Add a new --libfiles option, for getting fully-qualified pathnames to libraries. 2006-06-06 22:38:29 +00:00
utils Don't build tblgen with -pedantic or -Wno-long-long 2006-06-01 18:20:23 +00:00
win32
Xcode
.cvsignore
configure For PR633: 2006-06-05 16:11:07 +00:00
CREDITS.TXT
LICENSE.TXT
llvm.spec
Makefile More of PR728, don't install utils either. 2006-06-02 22:41:18 +00:00
Makefile.common
Makefile.config.in
Makefile.rules Remove obsolete CORE_IS_ARCHIVE stuff. 2006-06-02 00:27:42 +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.