LLVM backend for 6502
Go to file
Owen Anderson 1b19a50cdb Fix a major typo.
Nicolas, this is probably the cause of the failures you were seeing.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@73770 91177308-0d34-0410-b5e6-96231b3b80d8
2009-06-19 17:08:20 +00:00
autoconf
bindings
cmake
docs Fix link to BasicBlock doxygen documentation in Programmer's Manual 2009-06-17 21:12:26 +00:00
examples
include Fix a major typo. 2009-06-19 17:08:20 +00:00
lib make jump threading handle lexically identical compare instructions 2009-06-19 16:27:56 +00:00
projects
runtime
test make jump threading handle lexically identical compare instructions 2009-06-19 16:27:56 +00:00
tools fix build problem pointed out by John Thompson! 2009-06-18 23:46:04 +00:00
unittests
utils Allow user to specify separate SVN url for llvm and the test suite. 2009-06-18 21:39:50 +00:00
website
win32
Xcode
build-for-llvm-top.sh
CMakeLists.txt CMake: Only include LLVM example executables in the build if requested by the user 2009-06-16 22:25:45 +00:00
configure
CREDITS.TXT Add myself, test commit 2009-06-14 02:03:17 +00:00
LICENSE.TXT Now that we have atomics support properly detected by configure, 2009-05-19 00:08:29 +00:00
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.