LLVM backend for 6502
Go to file
Chris Lattner d2fb4d7906 From Jeff Cohen:
I checked out from cvs directly on Windows and I ran into another
problem with the project files.  Evidently, the files were initially
checked in on Unix, and the files were transfered to Unix without
converting the CR/LF line endings first.  When checked out on Windows,
cvs converts the files to DOS format, resulting in two CRs for each LF.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@17504 91177308-0d34-0410-b5e6-96231b3b80d8
2004-11-06 17:07:36 +00:00
autoconf
docs
examples Clean up code layout, delete extra blank line, say fibonacci' instead of foo' 2004-11-05 04:11:40 +00:00
include/llvm Provide an interface for getting just the external symbols from a 2004-11-06 08:54:47 +00:00
lib Implement the GetBytecodeSymbols interface function to extract just the 2004-11-06 08:56:40 +00:00
projects
runtime
test
tools Stop propagating method names that violate the coding standard 2004-11-05 22:15:36 +00:00
utils Quiet VC++ warnings 2004-11-05 04:50:59 +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
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.