LLVM backend for 6502
Go to file
Dale Johannesen 5684229a45 Test for llvm-gcc commit 81037.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@81038 91177308-0d34-0410-b5e6-96231b3b80d8
2009-09-04 20:19:09 +00:00
autoconf
bindings
cmake Update lib deps. 2009-09-04 05:07:44 +00:00
docs
examples
include Include optional subclass flags, such as inbounds, nsw, etc., in the 2009-09-04 12:08:11 +00:00
lib Cleaned up ProfileVerifierPass. 2009-09-04 17:15:10 +00:00
projects
runtime
test Test for llvm-gcc commit 81037. 2009-09-04 20:19:09 +00:00
tools Removed the non-target independent AsmToken::Register enum constant 2009-09-03 17:15:07 +00:00
unittests Add test for PR4873, which works for me. 2009-09-03 22:57:02 +00:00
utils
website
win32
Xcode
build-for-llvm-top.sh
CMakeLists.txt
configure
CREDITS.TXT
LICENSE.TXT
llvm.spec.in
Makefile
Makefile.common
Makefile.config.in
Makefile.rules Remove some unnecessary -f options. 2009-09-03 16:11:53 +00:00
ModuleInfo.txt
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.