LLVM backend for 6502
Go to file
Duncan P. N. Exon Smith 47a14eae5a IR: Fix bitcode compatability filenames
As a fixup to r223616, follow the convention of naming the files after
the LLVM release whose bitcode they're maintaining compatability with.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@223623 91177308-0d34-0410-b5e6-96231b3b80d8
2014-12-08 00:41:39 +00:00
autoconf
bindings
cmake Make GetSVN.cmake do its VCS queries with native CMake code. 2014-12-05 00:50:15 +00:00
docs
examples
include Turn some DenseMaps that are only used for set operations into DenseSets. 2014-12-06 19:22:54 +00:00
lib IR: Revert r223618 behaviour of MDNode::concatenate() 2014-12-07 20:32:11 +00:00
projects
test IR: Fix bitcode compatability filenames 2014-12-08 00:41:39 +00:00
tools Be less conservative about when we build the gold plugin. 2014-12-05 17:25:52 +00:00
unittests IR: Drop uniquing for self-referencing MDNodes 2014-12-07 19:52:06 +00:00
utils Fix for xunit output to work around issue in Jenkins when tests are at the root level 2014-12-06 01:13:49 +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 [TEST-COMMIT] As per Developer Policy, Added a blank line. 2014-12-06 00:38:39 +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.