LLVM backend for 6502
Go to file
Jakob Stoklund Olesen 948a44458c Skip liveness verification when MRI->tracksLiveness() is false.
Extract the liveness verification into its own method.

This makes it possible to run the machine code verifier after liveness
information is no longer required to be valid.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@153596 91177308-0d34-0410-b5e6-96231b3b80d8
2012-03-28 20:47:35 +00:00
autoconf Add InitializeNativeTargetDisassembler function. 2012-03-26 21:56:56 +00:00
bindings
cmake Add InitializeNativeTargetDisassembler function. 2012-03-26 21:56:56 +00:00
docs llvm/docs/*.html: Fix markups. 2012-03-27 11:25:16 +00:00
examples
include Switch to WeakVHs in the value mapper, and aggressively prune dead basic 2012-03-28 08:38:27 +00:00
lib Skip liveness verification when MRI->tracksLiveness() is false. 2012-03-28 20:47:35 +00:00
projects Add InitializeNativeTargetDisassembler function. 2012-03-26 21:56:56 +00:00
runtime Use the correct filename for the error message. 2012-03-28 02:39:06 +00:00
test Revert r153521 as it's causing large regressions on the nightly testers. 2012-03-28 18:42:50 +00:00
tools Reformat the LTOModule code to be more inline with LLVM's coding standards. Add 2012-03-28 20:46:54 +00:00
unittests
utils fix a failure path to print the right thing, part of PR12357 2012-03-26 19:11:51 +00:00
.gitignore
CMakeLists.txt
configure Add InitializeNativeTargetDisassembler function. 2012-03-26 21:56:56 +00:00
CREDITS.TXT
LICENSE.TXT
llvm.spec.in
LLVMBuild.txt
Makefile
Makefile.common
Makefile.config.in
Makefile.rules
README.txt test commit 2012-03-20 13:12:38 +00:00

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.