LLVM backend for 6502
Go to file
Duncan P. N. Exon Smith bb71589cf0 IR: Remove incorrect comment, NFC
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@225722 91177308-0d34-0410-b5e6-96231b3b80d8
2015-01-12 22:53:18 +00:00
autoconf
bindings
cmake
docs First crack at PowerPC 3.6 release notes 2015-01-12 20:46:43 +00:00
examples
include IR: Remove incorrect comment, NFC 2015-01-12 22:53:18 +00:00
lib Untwine this expression. Thanks to David for noticing! 2015-01-12 22:39:14 +00:00
projects
test Debug info: Factor out the creation of DWARF expressions from AsmPrinter 2015-01-12 22:19:22 +00:00
tools
unittests IR: Fix unit test memory leak reported by ASan 2015-01-12 22:46:15 +00:00
utils [LIT] Remove string decoding in gtest discovery code. lit.util.capture now does decoding. 2015-01-12 20:43:34 +00:00
.arcconfig
.clang-format
.clang-tidy
.gitignore .gitignore: add some rules for tagging programs 2015-01-10 19:11:29 +00:00
CMakeLists.txt
CODE_OWNERS.TXT
configure
CREDITS.TXT
LICENSE.TXT
llvm.spec.in
LLVMBuild.txt
Makefile
Makefile.common
Makefile.config.in
Makefile.rules
README.txt

Low Level Virtual Machine (LLVM)
================================

This directory and its subdirectories contain source code for LLVM,
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 documentation provided in docs/ for further
assistance with LLVM, and in particular docs/GettingStarted.rst for getting
started with LLVM and docs/README.txt for an overview of LLVM's
documentation setup.

If you're writing a package for LLVM, see docs/Packaging.rst for our
suggestions.