LLVM backend for 6502
Go to file
2014-10-02 16:42:13 +00:00
autoconf
bindings
cmake
docs Move the complex address expression out of DIVariable and into an extra 2014-10-01 18:55:02 +00:00
examples
include Revert "InstrProf: Don't keep a large sparse list around just to zero it" 2014-10-02 16:15:27 +00:00
lib Pretty-printer: Paper over an ambiguity between line table entries 2014-10-02 16:42:13 +00:00
projects
test Support padding unaligned data in .text. 2014-10-02 13:41:42 +00:00
tools LTO: Ignore disabled diagnostic remarks 2014-10-01 18:36:03 +00:00
unittests Update test name to match changes made in r218783 2014-10-01 21:19:39 +00:00
utils PR21101: tablegen's FastISel emitter should filter out unused functions. 2014-10-01 22:44:01 +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 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.