LLVM backend for 6502
Go to file
Hans Wennborg 589d1a16b5 Release tag script: add -revision option
It seems useful to be able to create the branch at a revision that looks good
on the buildbots.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@225736 91177308-0d34-0410-b5e6-96231b3b80d8
2015-01-13 00:07:29 +00:00
autoconf
bindings
cmake
docs First crack at PowerPC 3.6 release notes 2015-01-12 20:46:43 +00:00
examples
include Make DwarfExpression store the AsmPrinter instead of the TargetMachine. 2015-01-12 23:36:56 +00:00
lib Debug Info: Move support for constants into DwarfExpression. 2015-01-13 00:04:06 +00:00
projects
test musttail: Only set the inreg flag for fastcall and vectorcall 2015-01-12 23:28:23 +00:00
tools Use the DiagnosticHandler to print diagnostics when reading bitcode. 2015-01-10 00:07:30 +00:00
unittests IR: Fix unit test memory leak reported by ASan 2015-01-12 22:46:15 +00:00
utils Release tag script: add -revision option 2015-01-13 00:07:29 +00:00
.arcconfig
.clang-format
.clang-tidy
.gitignore .gitignore: add some rules for tagging programs 2015-01-10 19:11:29 +00:00
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 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.