LLVM backend for 6502
Go to file
2013-07-11 20:01:30 +00:00
autoconf No ',' between programs. 2013-07-08 21:18:54 +00:00
bindings
cmake
docs CommandLine.rst: remove tiny bit of bad mark-up 2013-07-10 22:09:22 +00:00
examples
include Use SmallVectorImpl& instead of SmallVector to avoid repeating small vector size. 2013-07-11 16:22:38 +00:00
lib PPC: Add some missing V_SET0 patterns 2013-07-11 17:43:32 +00:00
projects
runtime
test Add a test for llvm-ar's m operation. 2013-07-11 19:09:04 +00:00
tools Use %llu to print a 64 bit number. Should fix the ARM bots. 2013-07-11 20:01:30 +00:00
unittests Implement categories for special case lists. 2013-07-09 22:03:17 +00:00
utils Correct comment. 2013-07-10 00:52:41 +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.