LLVM backend for 6502
Go to file
2015-03-19 23:04:25 +00:00
autoconf
bindings
cmake Fixing dependencies for native tablegen. 2015-03-19 16:49:44 +00:00
docs docs: Update llvm-cov docs for the -use-color flag 2015-03-19 18:22:46 +00:00
examples
include Add an MCSubtargetInfo variable to the TargetMachine. 2015-03-19 22:36:37 +00:00
lib move insert, extract, concat helper functions closer to related helper functions; NFCI 2015-03-19 23:04:25 +00:00
projects
test Fix a nasty bug in DAGCombine of STORE nodes. 2015-03-19 22:48:57 +00:00
tools Verifier: Remove the separate -verify-di pass 2015-03-19 22:24:17 +00:00
unittests
utils Do not track subregister liveness when it brings no benefits 2015-03-19 00:21:58 +00:00
.arcconfig
.clang-format
.clang-tidy
.gitignore
CMakeLists.txt
CODE_OWNERS.TXT Tom is also responsible for the 3.6 branch. 2015-03-16 18:15:27 +00:00
configure
CREDITS.TXT
LICENSE.TXT Update for a new year. 2015-03-12 01:25:29 +00:00
llvm.spec.in
LLVMBuild.txt Remove the very substantial, largely unmaintained legacy PGO 2013-10-02 15:42:23 +00:00
Makefile
Makefile.common
Makefile.config.in
Makefile.rules
README.txt Revert test commit 2015-02-04 18:46:00 +00:00

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.