LLVM backend for 6502
Go to file
Rafael Espindola 961f1bb09e Fix a regression on the disassembling C API.
The fix is easy. Unfortunately, we had 0 tests, so adding one was somewhat
complicated.

Thanks to Kevin Enderby for the report.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@221899 91177308-0d34-0410-b5e6-96231b3b80d8
2014-11-13 16:52:07 +00:00
autoconf
bindings
cmake
docs configure.ac lives in autoconf/, not autotools/ 2014-11-10 22:36:04 +00:00
examples
include Simplify code a bit. NFC. 2014-11-13 14:45:22 +00:00
lib Fix a regression on the disassembling C API. 2014-11-13 16:52:07 +00:00
projects
test AVX-512: SINT_TO_FP cost model and some bugfixes 2014-11-13 11:46:16 +00:00
tools llvm-readobj: relocAddressLess could potentially lie 2014-11-13 07:54:05 +00:00
unittests Fix a regression on the disassembling C API. 2014-11-13 16:52:07 +00:00
utils Make TreePattern::error use Twine 2014-11-11 23:48:11 +00:00
.arcconfig
.clang-format
.clang-tidy
.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.