LLVM backend for 6502
Go to file
Chris Lattner a5ae15ecb7 silence some annoying gcc 4.3 warnings
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@36680 91177308-0d34-0410-b5e6-96231b3b80d8
2007-05-03 18:15:36 +00:00
autoconf
docs Drop 'const' 2007-05-03 01:11:54 +00:00
examples
include remove extraneous type qualifiers 2007-05-03 18:14:56 +00:00
lib silence some annoying gcc 4.3 warnings 2007-05-03 18:15:36 +00:00
projects
runtime
test new testcase 2007-05-03 16:54:08 +00:00
tools Drop 'const' 2007-05-03 01:11:54 +00:00
utils Make my proxy happy. 2007-05-03 14:05:07 +00:00
win32 Unbreak VC++ build. 2007-04-29 14:22:14 +00:00
Xcode
.cvsignore
configure Regenerate for detection of llvm-gcc supported languages 2007-04-21 21:28:52 +00:00
CREDITS.TXT fix typo 2007-04-25 00:14:49 +00:00
LICENSE.TXT
llvm.spec.in
Makefile
Makefile.common
Makefile.config.in
Makefile.rules Disable RTTI handling until we're ready. 2007-05-02 21:31:09 +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.