LLVM backend for 6502
Go to file
Dan Gohman 968dc7a207 Reapply 68073, with fixes. EH Landing-pad basic blocks are not
entered via fall-through. Don't miss fallthroughs from blocks
terminated by conditional branches. Also, move
isOnlyReachableByFallthrough out of line.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@68129 91177308-0d34-0410-b5e6-96231b3b80d8
2009-03-31 18:39:13 +00:00
autoconf
bindings
cmake
docs docs/TestingGuide.html: correction to prev. text (objdir!=srcdir required for running test-suite), removed refs to llvm-test 2009-03-30 18:56:53 +00:00
examples
include Reapply 68073, with fixes. EH Landing-pad basic blocks are not 2009-03-31 18:39:13 +00:00
lib Reapply 68073, with fixes. EH Landing-pad basic blocks are not 2009-03-31 18:39:13 +00:00
projects
runtime
test Add an explicit -asm-verbose to these tests, to make it 2009-03-31 18:20:47 +00:00
tools Do not pass '-relocation-model=pic' to llc. 2009-03-31 18:33:54 +00:00
unittests
utils Tidy up some comments. 2009-03-31 16:48:35 +00:00
website
win32
Xcode
build-for-llvm-top.sh
CMakeLists.txt
configure
CREDITS.TXT
LICENSE.TXT
llvm.spec.in
Makefile Add ccc back for now. 2009-03-30 17:43:04 +00:00
Makefile.common
Makefile.config.in
Makefile.rules Fix build on MacOS 10.4 systems (suggested by Mike Smith). 2009-03-27 18:18:00 +00:00
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.