LLVM backend for 6502
Go to file
David Greene 1d44df6afe Change errs() to dbgs().
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@92532 91177308-0d34-0410-b5e6-96231b3b80d8
2010-01-04 23:02:10 +00:00
autoconf
bindings Fix another parallel make race condition. 2009-12-18 20:12:14 +00:00
cmake Fix CMake build for InstCombine changes 2010-01-04 21:58:55 +00:00
docs Regenerate. 2009-12-23 12:49:51 +00:00
examples
include Remove the CPAttrParentAsRoot code, which is unused, and inconvenient 2010-01-04 20:31:55 +00:00
lib Change errs() to dbgs(). 2010-01-04 23:02:10 +00:00
projects
runtime remove the random sampling framework, which is not maintained anymore. 2010-01-02 20:07:03 +00:00
test Make this test more portable. 2010-01-04 21:23:34 +00:00
tools Forward -O0 to llvm-gcc. 2010-01-02 08:27:23 +00:00
unittests Silence compiler warning. 2009-12-31 16:27:13 +00:00
utils tblgen/OptParser: Use EmitSourceFileHeader. 2010-01-04 22:03:51 +00:00
website
Xcode
build-for-llvm-top.sh
CMakeLists.txt Fix CMake build for InstCombine changes 2010-01-04 21:58:55 +00:00
configure
CREDITS.TXT Add myself to the blame list. 2009-08-20 15:20:15 +00:00
LICENSE.TXT Add regular expression matching support, based on OpenBSD regexec()/regcomp() 2009-08-30 08:24:09 +00:00
llvm.spec.in
Makefile Update install-clang target for clang-cc removal. 2009-12-12 21:17:54 +00:00
Makefile.common
Makefile.config.in
Makefile.rules
ModuleInfo.txt Patch to build llvm with srcdir != objdir from 2009-01-23 08:42:38 +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.