LLVM backend for 6502
Go to file
2013-07-13 06:40:33 +00:00
autoconf No ',' between programs. 2013-07-08 21:18:54 +00:00
bindings
cmake
docs R600: Add ISA documents to the CompilerWriterInfo page 2013-07-12 18:14:40 +00:00
examples
include Revert commit r186217 -- this is breaking bots: 2013-07-13 01:00:17 +00:00
lib LoopVectorize fix: LoopInfo must be valid when invoking utils like SCEVExpander. 2013-07-13 06:20:06 +00:00
projects
runtime
test Make the new vectorizer test immune to TTI 2013-07-13 06:40:33 +00:00
tools Try to open the file before use data from stat. 2013-07-13 05:07:22 +00:00
unittests Sync SmallBitVector with BitVector. Add unit tests for the missing methods. 2013-07-11 21:59:16 +00:00
utils Add new directive called CHECK-LABEL to FileCheck. 2013-07-12 14:51:05 +00:00
.arcconfig
.gitignore
CMakeLists.txt
CODE_OWNERS.TXT
configure No ',' between programs. 2013-07-08 21:18:54 +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.