LLVM backend for 6502
Go to file
Jakob Stoklund Olesen 18ea3a1551 Remove minimal CFG sanity checks from verifier.
These checks would often trigger on unreachable statements inserted by
bugpoint, leading it astray.

It would be nice if we could distinguish unreachable blocks from errors.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@91923 91177308-0d34-0410-b5e6-96231b3b80d8
2009-12-22 21:52:27 +00:00
autoconf
bindings
cmake CMake: Update lib deps. 2009-12-19 21:27:30 +00:00
docs
examples
include Restore snprintf weirdness for VCPP only 2009-12-22 20:11:00 +00:00
lib Remove minimal CFG sanity checks from verifier. 2009-12-22 21:52:27 +00:00
projects
runtime
test Remove target attribute break-sse-dep. Instead, do not fold load into sse partial update instructions unless optimizing for size. 2009-12-22 17:47:23 +00:00
tools specify what is invalid about it 2009-12-22 07:03:21 +00:00
unittests Change StringRef::startswith and StringRef::endswith to versions which are a 2009-12-21 06:49:24 +00:00
utils Fixes to the X86 disassembler: 2009-12-22 21:12:55 +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.