LLVM backend for 6502
Go to file
2014-04-14 02:20:19 +00:00
autoconf
bindings
cmake
docs Remove documentation for a deleted pass. 2014-04-12 02:09:17 +00:00
examples
include Add back some typecasts I accidentally lost in r206142. 2014-04-14 01:11:34 +00:00
lib Use APInt arithmetic, fixed typo. Thanks to Benjamin Kramer for noticing that. 2014-04-14 02:20:19 +00:00
projects
test [PowerPC] [Constant Hoisting] Enable constant hoisting on PPC 2014-04-13 23:02:40 +00:00
tools tools: remove duplication of coff_aux_file 2014-04-13 22:54:15 +00:00
unittests Retire llvm::array_endof in favor of non-member std::end. 2014-04-12 16:15:53 +00:00
utils Fix test syntax to work with non-bash /bin/sh. 2014-04-12 21:13:41 +00:00
.arcconfig
.clang-format
.gitignore
CMakeLists.txt
CODE_OWNERS.TXT
configure
CREDITS.TXT Test commit. 2014-04-10 22:25:51 +00:00
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.