LLVM backend for 6502
Go to file
David Blaikie 02ae44f31c r189495: Pull out some debug logic into a function for legibility
Code review feedback from Eric Christopher.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@189512 91177308-0d34-0410-b5e6-96231b3b80d8
2013-08-28 20:42:43 +00:00
autoconf
bindings
cmake [doxygen] Added support for doxygen external search. 2013-08-28 20:28:35 +00:00
docs [doxygen] Added support for doxygen external search. 2013-08-28 20:28:35 +00:00
examples
include Option parsing: support case-insensitive option matching. 2013-08-28 20:04:31 +00:00
lib r189495: Pull out some debug logic into a function for legibility 2013-08-28 20:42:43 +00:00
projects
runtime
test Disable unrolling in the loop vectorizer when disabled in the pass manager 2013-08-28 18:33:10 +00:00
tools Disable unrolling in the loop vectorizer when disabled in the pass manager 2013-08-28 18:33:10 +00:00
unittests Option parsing: support case-insensitive option matching. 2013-08-28 20:04:31 +00:00
utils Option parsing: support case-insensitive option matching. 2013-08-28 20:04:31 +00:00
.arcconfig
.gitignore
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 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 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.