LLVM backend for 6502
Go to file
David Blaikie 31494cb6c4 MCAssembler: Simplify implementation of const variants of getSymbolData by calling one implementation from the other.
Code review feedback by Rafael Espindola on r207124.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@207266 91177308-0d34-0410-b5e6-96231b3b80d8
2014-04-25 20:19:11 +00:00
autoconf
bindings [python] Fix getting section contents. 2014-04-25 06:25:15 +00:00
cmake
docs Add 'musttail' marker to call instructions 2014-04-24 20:14:34 +00:00
examples
include MCAssembler: Simplify implementation of const variants of getSymbolData by calling one implementation from the other. 2014-04-25 20:19:11 +00:00
lib DwarfUnit: Remove unused function 2014-04-25 20:02:24 +00:00
projects
test Revert "This reapplies r207130 with an additional testcase+and a missing check for" 2014-04-25 18:18:09 +00:00
tools BugPoint: Fix some memory leaks. 2014-04-25 20:15:16 +00:00
unittests DIE: Pass ownership of children via std::unique_ptr rather than raw pointer. 2014-04-25 20:00:34 +00:00
utils
.arcconfig
.clang-format
.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.