LLVM backend for 6502
Go to file
Chris Lattner 60ec2655bb Don't include libtool "object" files
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@16391 91177308-0d34-0410-b5e6-96231b3b80d8
2004-09-18 04:40:46 +00:00
autoconf
docs Bug fixed 2004-09-15 01:09:25 +00:00
examples
include Implement new changeFunction method, nuke a never implemented one. 2004-09-18 00:22:43 +00:00
lib Convert this pass to be a CallGraphSCCPass instead of a Pass, which eliminates 2004-09-18 00:34:13 +00:00
projects
runtime
test
tools
utils Don't include libtool "object" files 2004-09-18 04:40:46 +00:00
.cvsignore Ok, try #2, this time I'll not be stupid 2003-08-03 18:33:24 +00:00
configure Regenerated, to recognize mingw. 2004-09-08 20:38:05 +00:00
CREDITS.TXT
LICENSE.TXT
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
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.