LLVM backend for 6502
Go to file
2015-02-15 07:13:48 +00:00
autoconf
bindings
cmake [gold] Consolidate the gold plugin options and actually search for 2015-02-14 09:43:57 +00:00
docs Help: Document how to build and install with CMake. 2015-02-13 16:15:32 +00:00
examples
include InstCombine: propagate deref via new addDereferenceableAttr 2015-02-14 19:37:54 +00:00
lib [X86] Add assembly parser support for mnemonic aliases for AVX-512 vpcmp instructions. 2015-02-15 07:13:48 +00:00
projects
test [X86] Add assembly parser support for mnemonic aliases for AVX-512 vpcmp instructions. 2015-02-15 07:13:48 +00:00
tools [gold] Consolidate the gold plugin options and actually search for 2015-02-14 09:43:57 +00:00
unittests
utils [X86] Add the remaining 11 possible exact ModRM formats. This makes their encodings linear which can then be used to simplify some other code. 2015-02-15 04:16:44 +00:00
.arcconfig
.clang-format
.clang-tidy
.gitignore
CMakeLists.txt Revert r229185, "Raising minimum required Visual Studio version to 2013." 2015-02-14 00:45:32 +00:00
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 LLVM,
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.