LLVM backend for 6502
Go to file
2014-11-24 14:51:41 +00:00
autoconf
bindings
cmake [CMake] Update GetSVN.cmake to use LLVM version control helper scripts. 2014-11-19 22:03:21 +00:00
docs Clarify the description of the noalias attribute 2014-11-21 02:22:46 +00:00
examples
include Added comment about llvm_execute_on_thread waiting for thread to complete. 2014-11-24 14:51:41 +00:00
lib [mips][microMIPS] Implement LBU16, LHU16, LW16, SB16, SH16 and SW16 instructions 2014-11-24 14:39:13 +00:00
projects
test [mips][microMIPS] Implement LBU16, LHU16, LW16, SB16, SH16 and SW16 instructions 2014-11-24 14:39:13 +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
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.