LLVM backend for 6502
Go to file
Jakob Stoklund Olesen e0239930eb Teach MachineBasicBlock::updateTerminator() to handle a failing TII->ReverseBranchCondition(Cond) call.
This fixes the MallocBench/cfrac test case regression.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@89608 91177308-0d34-0410-b5e6-96231b3b80d8
2009-11-22 18:28:04 +00:00
autoconf
bindings
cmake Use CMAKE_DL_LIBS instead of raw library name. Fixes bug 5536. 2009-11-19 23:21:43 +00:00
docs Update doc re: LLVM_BUILD_EXAMPLES. 2009-11-22 18:27:51 +00:00
examples
include Use ExtractElementInst::Create instead of new; patch by Artur Pietrek! 2009-11-22 18:27:43 +00:00
lib Teach MachineBasicBlock::updateTerminator() to handle a failing TII->ReverseBranchCondition(Cond) call. 2009-11-22 18:28:04 +00:00
projects
runtime
test remove a silly condition that doesn't make a lot of sense anymore. 2009-11-22 16:15:59 +00:00
tools Added two SubtargetFeatures::AddFeatures methods, which accept a comma-separated string or already parsed command line parameters as input, and some code re-factoring to use these new methods. 2009-11-21 00:00:02 +00:00
unittests
utils Fix whitespace. 2009-11-22 04:24:42 +00:00
website
Xcode
build-for-llvm-top.sh
CMakeLists.txt
configure
CREDITS.TXT
LICENSE.TXT
llvm.spec.in
Makefile
Makefile.common
Makefile.config.in
Makefile.rules
ModuleInfo.txt
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.