LLVM backend for 6502
Go to file
2012-11-12 00:28:15 +00:00
autoconf
bindings
cmake
docs Update the vectorizer docs. 2012-11-11 06:47:51 +00:00
examples
include Add method for replacing instructions to LibCallSimplifier 2012-11-11 03:51:43 +00:00
lib Delete a stale comment. No functional change. 2012-11-12 00:28:15 +00:00
projects
runtime
test Remove hard-coded constant in Transforms/InstCombine/memcmp-1.ll 2012-11-11 07:10:25 +00:00
tools Add a relocation visitor to lib object. This works via caching relocated 2012-11-07 23:22:07 +00:00
unittests Provide definitions for all functions. 2012-11-10 16:10:16 +00:00
utils Simplify the SmallVector pretty printer for LLDB a bit and make it work with reference types. 2012-11-10 09:45:32 +00:00
.gitignore
CMakeLists.txt
CODE_OWNERS.TXT Add the list of code owners to the top level of the LLVM source tree to 2012-07-26 08:04:09 +00:00
configure
CREDITS.TXT
LICENSE.TXT
llvm.spec.in Tidy up. s/Low Level Virtual Machine/LLVM/. 2012-01-25 22:00:23 +00:00
LLVMBuild.txt
Makefile [c-index-test] When building with BUILD_CLANG_ONLY=YES, include c-index-test. 2012-11-06 19:54:46 +00:00
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 HTML documentation provided in docs/index.html for further
assistance with LLVM.

If you're writing a package for LLVM, see docs/Packaging.html for our
suggestions.