LLVM backend for 6502
Go to file
Bob Wilson 3b9a911efc Temporarily revert the TargetTransform changes.
The TargetTransform changes are breaking LTO bootstraps of clang.  I am
working with Nadav to figure out the problem, but I am reverting it for now
to get our buildbots working.

This reverts svn commits: 165665 165669 165670 165786 165787 165997
and I have also reverted clang svn 165741

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@166168 91177308-0d34-0410-b5e6-96231b3b80d8
2012-10-18 05:43:52 +00:00
autoconf
bindings
cmake
docs Update the release notes about how to enable the loop vectorizer. 2012-10-17 19:49:21 +00:00
examples
include Temporarily revert the TargetTransform changes. 2012-10-18 05:43:52 +00:00
lib Temporarily revert the TargetTransform changes. 2012-10-18 05:43:52 +00:00
projects
runtime
test Vectorizer: Add support for loops with an unknown count. For example: 2012-10-18 05:29:12 +00:00
tools Temporarily revert the TargetTransform changes. 2012-10-18 05:43:52 +00:00
unittests Marked this variable as 'used' so that LTO doesn't get rid of it. 2012-10-17 08:08:06 +00:00
utils
.gitignore
CMakeLists.txt
CODE_OWNERS.TXT
configure
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.