LLVM backend for 6502
Go to file
Reid Spencer 2706f8c5cf Adjust the libtool macros so that libtool's name is "mklib". Also, tidy up
the use of obsolete macros, hopefully making us more compliant on more sys.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@16420 91177308-0d34-0410-b5e6-96231b3b80d8
2004-09-19 23:53:36 +00:00
autoconf Various minor cleanups and replacement of obsoleted macro names. 2004-09-19 23:43:52 +00:00
docs The lexicon doc is more of a user guide than programming dox 2004-09-19 23:15:47 +00:00
examples Correct the file header to reflect the new "examples" home for the file. 2004-09-11 20:30:11 +00:00
include Add CallGraphNode::removeAnyCallEdgeTo method 2004-09-18 21:34:34 +00:00
lib Make isSafeToLoadUnconditionally a bit smarter, implementing PR362 and 2004-09-19 19:18:10 +00:00
projects Stacker compiler library doesn't need to be shared and it can cause 2004-09-15 06:22:54 +00:00
runtime
test New testcase for PR362: Icky code generated for std::min/std::max 2004-09-19 19:17:10 +00:00
tools Fix compilation warning. 2004-09-14 15:46:13 +00:00
utils Don't include libtool "object" files 2004-09-18 04:40:46 +00:00
.cvsignore
configure Adjust the libtool macros so that libtool's name is "mklib". Also, tidy up 2004-09-19 23:53:36 +00:00
CREDITS.TXT
LICENSE.TXT Adjust the license files based on the actual content of llvm and llvm-test 2004-09-16 16:41:31 +00:00
llvm.spec
llvm.spec.in
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 Add dependencies so that project tools are recompiled if LLVM libraries 2004-09-16 14:11:25 +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.