LLVM backend for 6502
Go to file
2012-10-30 00:40:39 +00:00
autoconf Add mips64-* and mips64el-* triples to configure scripts 2012-10-29 19:49:45 +00:00
bindings
cmake
docs Typo. 2012-10-29 21:49:46 +00:00
examples
include In various places throughout the code generator, there were special 2012-10-29 18:35:49 +00:00
lib LoopVectorizer: change debug prints: Print the module identifier when deciding to vectorize. When deciding not to vectorize do not print the called function name because it can be null. 2012-10-30 00:40:39 +00:00
projects Add mips64-* and mips64el-* triples to configure scripts 2012-10-29 19:49:45 +00:00
runtime
test Re-commit r166971. I reverted it to quickly, when buildbots didn't have a chance 2012-10-30 00:01:57 +00:00
tools Align the data section correctly when loading an ELF file. 2012-10-29 10:47:07 +00:00
unittests Implement arithmetic on APFloat with PPCDoubleDouble semantics by 2012-10-29 18:09:01 +00:00
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 Add mips64-* and mips64el-* triples to configure scripts 2012-10-29 19:49:45 +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 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.