1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-11-23 11:13:28 +01:00
Go to file
Chris Lattner aef2bbf942 'Pass' should now not be derived from by clients. Instead, they should derive
from ModulePass.  Instead of implementing Pass::run, then should implement
ModulePass::runOnModule.

llvm-svn: 16430
2004-09-20 04:36:29 +00:00
autoconf Correct the use AC_RUN_IFELSE to ensure it builds programs correctly by 2004-09-20 04:08:22 +00:00
docs 'Pass' should now not be derived from by clients. Instead, they should derive 2004-09-20 04:36:29 +00:00
examples
include Add CallGraphNode::removeAnyCallEdgeTo method 2004-09-18 21:34:34 +00:00
lib Put in a #error in the event that we don't have an mmap that can map a file 2004-09-20 04:13:43 +00:00
projects
runtime
test New testcase for PR362: Icky code generated for std::min/std::max 2004-09-19 19:17:10 +00:00
tools
utils Don't include libtool "object" files 2004-09-18 04:40:46 +00:00
.cvsignore
configure Fix problems with AC_FUNC_MMAP_FILE and AC_LINK_USE_R that caused problems 2004-09-20 04:09:56 +00:00
CREDITS.TXT
LICENSE.TXT
llvm.spec
Makefile Changed the distclean target to handle the new location of config.h. 2004-09-17 15:08:25 +00:00
Makefile.common
Makefile.config.in
Makefile.rules libtool's name is now back to mklib. 2004-09-20 01:43:00 +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.