LLVM backend for 6502
Go to file
Eric Christopher 8a865f3b90 Regenerate autoconf, previous updates to the configury haven't
been updating configure.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@214129 91177308-0d34-0410-b5e6-96231b3b80d8
2014-07-28 22:00:44 +00:00
autoconf
bindings
cmake
docs
examples
include Regenerate autoconf, previous updates to the configury haven't 2014-07-28 22:00:44 +00:00
lib Bitcode: Serialize (and recover) use-list order 2014-07-28 21:19:41 +00:00
projects
test Bitcode: Serialize (and recover) use-list order 2014-07-28 21:19:41 +00:00
tools llvm-uselistorder: Get it building in configure+make after r214125 2014-07-28 21:47:40 +00:00
unittests
utils [SKX] Enabling mask logic instructions: encoding, lowering 2014-07-28 13:46:45 +00:00
.arcconfig
.clang-format
.gitignore
CMakeLists.txt
CODE_OWNERS.TXT Claim AA generally as code owner 2014-07-25 16:45:10 +00:00
configure Regenerate autoconf, previous updates to the configury haven't 2014-07-28 22:00:44 +00:00
CREDITS.TXT Update Credits. 2014-05-29 19:59:58 +00:00
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 Trivial test commit. 2014-04-26 19:05:45 +00:00

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.