LLVM backend for 6502
Go to file
Chris Lattner e6585ab601 Do not clean up if the MappedFile was never used or if the client already
closed the file.  This unbreaks the build.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@19871 91177308-0d34-0410-b5e6-96231b3b80d8
2005-01-28 16:08:23 +00:00
autoconf let configure recognize Alphas 2005-01-24 17:33:52 +00:00
docs These passes are no more. 2005-01-28 06:13:52 +00:00
examples
include/llvm Do not clean up if the MappedFile was never used or if the client already 2005-01-28 16:08:23 +00:00
lib fix ExprMap and constant check in setcc 2005-01-28 14:06:46 +00:00
projects Update per new Makefile requirements for projects 2005-01-16 02:21:42 +00:00
runtime
test xfail this. 2005-01-26 07:09:44 +00:00
tools Add support for fp tolerances 2005-01-23 03:45:26 +00:00
utils This method takes sys::Path objects now. 2005-01-23 03:32:16 +00:00
win32 Get VC++ compiling again 2005-01-28 07:29:32 +00:00
.cvsignore
configure let configure recognize Alphas 2005-01-24 17:25:41 +00:00
CREDITS.TXT
LICENSE.TXT
llvm.spec
llvm.spec.in
Makefile
Makefile.common
Makefile.config.in Don't confuse the LLVM_OBJ_DIR and the PROJ_OBJ_DIR because there might be 2005-01-16 06:53:48 +00:00
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.