LLVM backend for 6502
Go to file
2012-10-29 16:07:28 +00:00
autoconf
bindings
cmake
docs Loads and stores without an explicit alignment use the abi alignment not the 2012-10-29 14:12:44 +00:00
examples
include llvm/Config/config.h.cmake: Good bye, Kevin! We won't honor authors in comments. 2012-10-29 16:07:28 +00:00
lib PPCSubtarget.h: Add explicit braces. 2012-10-29 15:51:42 +00:00
projects
runtime
test This patch addresses a problem with the Post RA scheduler generating an 2012-10-29 15:01:23 +00:00
tools Align the data section correctly when loading an ELF file. 2012-10-29 10:47:07 +00:00
unittests
utils Don't return false when the function's return type is a pointer. 2012-10-25 21:25:08 +00:00
.gitignore
CMakeLists.txt
CODE_OWNERS.TXT
configure
CREDITS.TXT
LICENSE.TXT
llvm.spec.in
LLVMBuild.txt
Makefile Don't try to install c-index-test with BUILD_CLANG_ONLY. rdar://12492703 2012-10-24 22:56:32 +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.