LLVM backend for 6502
Go to file
2013-07-06 12:13:10 +00:00
autoconf
bindings
cmake
docs MC: Implement COFF .linkonce directive 2013-07-06 12:13:10 +00:00
examples
include MC: Implement COFF .linkonce directive 2013-07-06 12:13:10 +00:00
lib MC: Implement COFF .linkonce directive 2013-07-06 12:13:10 +00:00
projects
runtime
test MC: Implement COFF .linkonce directive 2013-07-06 12:13:10 +00:00
tools [llvm-ar] Added llvm_unreachable to quiet -Wreturn-type warnings. 2013-07-06 02:39:51 +00:00
unittests Fix windows build. 2013-07-05 22:32:33 +00:00
utils Extend 'readonly' and 'readnone' to work on function arguments as well as 2013-07-06 00:29:58 +00:00
.arcconfig
.gitignore
CMakeLists.txt
CODE_OWNERS.TXT Add more owners to CODE_OWNERS.TXT (Kostya Serebryany: AddressSanitizer and ThreadSanitizer; Evgeniy Stepanov: MemorySanitizer) 2013-06-27 08:47:12 +00:00
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 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.