LLVM backend for 6502
Go to file
2012-12-27 08:44:35 +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: Update the benchmark with updated perf numbers. 2012-12-27 08:32:44 +00:00
examples
include DAGCombinerInformation: add a getter that exposes the dagcombine level. 2012-12-27 08:44:35 +00:00
lib On AVX/AVX2 the type v8i1 is legalized to v8i16, which is an XMM sized 2012-12-27 08:15:45 +00:00
projects
runtime
test On AVX/AVX2 the type v8i1 is legalized to v8i16, which is an XMM sized 2012-12-27 08:15:45 +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.