LLVM backend for 6502
Go to file
Evan Cheng 0553e1efcd ARM AnalyzeBranch should conservatively return true when it sees a predicated
indirect branch at the end of the BB. Otherwise if-converter, branch folding
pass may incorrectly update its successor info if it consider BB as fallthrough
to the next BB.

rdar://13782395


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@181161 91177308-0d34-0410-b5e6-96231b3b80d8
2013-05-05 18:06:32 +00:00
autoconf Allow host triple to be correctly overridden in CMake builds 2013-05-04 07:36:23 +00:00
bindings
cmake Build system changes to enable MCJIT on AArch64 2013-05-04 20:13:52 +00:00
docs [docs] Update Target Feature Matrix for the XCore backend. 2013-05-05 14:09:55 +00:00
examples
include For ARM backend, fixed "byval" attribute support. 2013-05-05 07:48:36 +00:00
lib ARM AnalyzeBranch should conservatively return true when it sees a predicated 2013-05-05 18:06:32 +00:00
projects
runtime
test [XCore] Add LDAPB instructions. 2013-05-05 13:36:53 +00:00
tools
unittests Add missing PatternMatch.cpp to CMakeLists.txt 2013-05-05 02:14:28 +00:00
utils
.arcconfig
.gitignore
CMakeLists.txt
CODE_OWNERS.TXT
configure Allow host triple to be correctly overridden in CMake builds 2013-05-04 07:36:23 +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 documentation provided in docs/ for further
assistance with LLVM, and in particular docs/GettingStarted.rst for getting
started with LLVM and docs/README.txt for an overview of LLVM's
documentation setup.

If you're writing a package for LLVM, see docs/Packaging.rst for our
suggestions.