LLVM backend for 6502
Go to file
2013-07-13 22:00:58 +00:00
autoconf No ',' between programs. 2013-07-08 21:18:54 +00:00
bindings
cmake
docs R600: Add ISA documents to the CompilerWriterInfo page 2013-07-12 18:14:40 +00:00
examples
include Remove unneeded forward declarations. 2013-07-13 08:28:45 +00:00
lib LoopVectorizer: Disallow reductions whose header phi is used outside the loop 2013-07-13 19:09:29 +00:00
projects
runtime
test Add newlines at end of test files, no functionality change 2013-07-13 22:00:58 +00:00
tools Try to open the file before use data from stat. 2013-07-13 05:07:22 +00:00
unittests Attempt at fixing a mingw bot. 2013-07-13 12:36:30 +00:00
utils Add new directive called CHECK-LABEL to FileCheck. 2013-07-12 14:51:05 +00:00
.arcconfig
.gitignore
CMakeLists.txt
CODE_OWNERS.TXT
configure No ',' between programs. 2013-07-08 21:18:54 +00:00
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 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.