LLVM backend for 6502
Go to file
2012-12-29 18:18:20 +00:00
autoconf Fix quoting in configure. Patch by Krzysztof Parzyszek! 2012-12-26 10:48:49 +00:00
bindings
cmake [CMake] AddLLVM.cmake: Tweak the corner case that "check-all" doesn't have any tests. 2012-12-24 22:43:59 +00:00
docs docs: Add FAQ about "storing to a virtual register". 2012-12-27 10:23:04 +00:00
examples
include Teach instsimplify to use the constant folder where appropriate for 2012-12-28 14:23:29 +00:00
lib Remove intrinsic specific instructions for (V)SQRTPS/PD. Instead lower to target-independent ISD nodes and use the existing patterns for those. 2012-12-29 18:18:20 +00:00
projects
runtime
test Fix a stunning oversight in the inline cost analysis. It was never 2012-12-28 14:43:42 +00:00
tools
unittests
utils Fix comment typo 2012-12-26 18:15:42 +00:00
.arcconfig
.gitignore
CMakeLists.txt
CODE_OWNERS.TXT
configure Fix quoting in configure. Patch by Krzysztof Parzyszek! 2012-12-26 10:48:49 +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.