LLVM backend for 6502
Go to file
2015-05-11 23:09:25 +00:00
autoconf
bindings
cmake [lib/Fuzzer] use -fsanitize-coverage=trace-cmp when building LLVM with LLVM_USE_SANITIZE_COVERAGE; in lib/Fuzzer try to reload the corpus to pick up new units from other processes 2015-05-08 21:30:55 +00:00
docs [Docs] Fix scoped noalias example 2015-05-11 08:30:28 +00:00
examples
include Add more missing #includes, found by modules build. 2015-05-11 22:41:07 +00:00
lib Simplify a return expression and an access to an alloca's allocated type 2015-05-11 23:09:25 +00:00
projects
test [WinEH] Handle nested landing pads that return directly to the parent function. 2015-05-11 23:06:02 +00:00
tools Fix input validation issues in llvm-as/llvm-dis 2015-05-11 21:20:20 +00:00
unittests Readdress r236990, use of static members on a non-static variable. 2015-05-11 22:20:48 +00:00
utils Fix tablegen's PrintFatalError function to run registered file 2015-05-11 22:17:13 +00:00
.arcconfig
.clang-format
.clang-tidy
.gitignore
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.