LLVM backend for 6502
Go to file
Dan Gohman 743ab498d8 Delete an unused variable.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@73865 91177308-0d34-0410-b5e6-96231b3b80d8
2009-06-22 00:19:17 +00:00
autoconf
bindings
cmake Define LLVM_NATIVE_ARCH in CMake, so that lli can actually JIT 2009-06-17 17:01:56 +00:00
docs Clarify that if the alignment is zero then an alignment 2009-06-20 13:26:06 +00:00
examples
include Fix ScalarEvolution's backedge-taken count computations to check for 2009-06-21 23:46:38 +00:00
lib Delete an unused variable. 2009-06-22 00:19:17 +00:00
projects
runtime
test Fix ScalarEvolution's backedge-taken count computations to check for 2009-06-21 23:46:38 +00:00
tools rename SourceMgr::PrintError to PrintMessage. 2009-06-21 21:22:11 +00:00
unittests
utils rename SourceMgr::PrintError to PrintMessage. 2009-06-21 21:22:11 +00:00
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 Since -Wno-long-long is ignored without -pedantic, 2009-06-19 12:40:30 +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.