LLVM backend for 6502
Go to file
Reid Spencer 18224032d3 Add TARGET_TRIPLE
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@17581 91177308-0d34-0410-b5e6-96231b3b80d8
2004-11-07 19:12:53 +00:00
autoconf
docs First version of this document listing the required software. Might need 2004-11-07 19:07:06 +00:00
examples Clean up code layout, delete extra blank line, say fibonacci' instead of foo' 2004-11-05 04:11:40 +00:00
include/llvm Make compression the default on writing. 2004-11-07 18:18:11 +00:00
lib * Comments & cleanup per CL code review. 2004-11-07 18:20:55 +00:00
projects
runtime
test Added support to specify which test suite dejagnu should run (Feature or Regression). Use TEST=suite 2004-11-07 08:24:59 +00:00
tools Rename the option for defeating compression to be a little more specific. 2004-11-07 05:50:16 +00:00
utils Adjust to printing user+system times instead of wall times. Run the olden 2004-11-06 21:35:40 +00:00
win32 Remove this file as suggested by Jeff Cohen 2004-11-05 04:17:19 +00:00
.cvsignore
configure
CREDITS.TXT
LICENSE.TXT
llvm.spec
llvm.spec.in
Makefile Minor error. 2004-11-07 08:29:03 +00:00
Makefile.common
Makefile.config.in Add TARGET_TRIPLE 2004-11-07 19:12:53 +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.