LLVM backend for 6502
Go to file
Bill Wendling 3c288b9787 Rework the logic (and removing the bad check for an unreachable block) so that
the FailBB dominator is correctly calculated. Believe it or not, there isn't a
functionality change here.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@128455 91177308-0d34-0410-b5e6-96231b3b80d8
2011-03-29 07:28:52 +00:00
autoconf
bindings
cmake
docs docs/GettingStarted.html: [PR8850] Add a note for x86_64-w64-mingw32. 2011-03-28 06:27:12 +00:00
examples
include C-API: Include DataTypes.h instead of stdint.h. 2011-03-29 02:30:34 +00:00
lib Rework the logic (and removing the bad check for an unreachable block) so that 2011-03-29 07:28:52 +00:00
projects
runtime
test Do some simple copy propagation through integer loads and stores when promoting 2011-03-29 05:19:52 +00:00
tools Expoert c interface for disassembler. 2011-03-29 00:01:39 +00:00
unittests
utils Remove scripts used by TEST=dbg from here. They now live inside llvm test suite. 2011-03-28 20:28:30 +00:00
website
.gitignore
build-for-llvm-top.sh
CMakeLists.txt Supports building with a list of targets that does not contain 2011-03-23 17:42:13 +00:00
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.

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