LLVM backend for 6502
Go to file
2014-06-10 22:34:31 +00:00
autoconf
bindings
cmake
docs Reduce verbiage of lit.local.cfg files 2014-06-09 22:42:55 +00:00
examples
include Mark a few functions noexcept. 2014-06-10 21:26:47 +00:00
lib Remove the use of TargetMachine from X86InstrInfo. 2014-06-10 22:34:31 +00:00
projects
test Rearrange the CHECK lines in this test to make failure more obvious. 2014-06-10 20:16:47 +00:00
tools Mark a few functions noexcept. 2014-06-10 21:26:47 +00:00
unittests SmallVectorTest.cpp: Use LLVM_DELETED_FUNCTION. 2014-06-10 04:06:56 +00:00
utils Add detection of OS X relocatable SDK to compiler-rt as a lit.util function 2014-06-10 14:22:00 +00:00
.arcconfig
.clang-format Test commit. 2014-03-02 13:08:46 +00:00
.gitignore
CMakeLists.txt
CODE_OWNERS.TXT ARM Linux support 2014-04-02 23:03:28 +00:00
configure Touch configure to force clang's config.h.in reconfiguration on the build servers 2014-06-06 10:36:38 +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.