LLVM backend for 6502
Go to file
2014-11-24 18:04:42 +00:00
autoconf
bindings
cmake
docs Clarify the description of the noalias attribute 2014-11-21 02:22:46 +00:00
examples
include Adding const iterator to MCInst. http://reviews.llvm.org/D6359 2014-11-24 16:50:40 +00:00
lib [Hexagon] Adding asrh instruction, removing unused multiclasses. 2014-11-24 18:04:42 +00:00
projects
test [Hexagon] Adding asrh instruction, removing unused multiclasses. 2014-11-24 18:04:42 +00:00
tools gold-plugin: Fix typo in error message 2014-11-19 22:39:21 +00:00
unittests Support: Add *cast_or_null<> for pointer wrappers 2014-11-24 03:13:02 +00:00
utils Replace a comment that says 'unreachable' with llvm_unreachable in TableGen AsmWriter output. 2014-11-24 14:09:52 +00:00
.arcconfig
.clang-format
.clang-tidy
.gitignore
CMakeLists.txt
CODE_OWNERS.TXT Add Tom Stellard's role as 3.5 release manager. 2014-09-12 08:07:31 +00:00
configure
CREDITS.TXT
LICENSE.TXT Remove projects/sample. 2014-03-12 22:40:22 +00:00
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.