LLVM backend for 6502
Go to file
Nick Lewycky 848b3142ad Use an AssertingVH to detect the case where the Function was deleted but
freeMachineCodeForFunction was never called.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@69531 91177308-0d34-0410-b5e6-96231b3b80d8
2009-04-19 18:32:03 +00:00
autoconf Revert 69474 and 69475. They are causing failures during a bootstrap on Darwin. 2009-04-18 21:45:27 +00:00
bindings
cmake
docs Make it clearer that llvm-gcc is not needed for 2009-04-18 12:40:19 +00:00
examples
include Fix missing text in doxygen documentation. 2009-04-19 18:20:21 +00:00
lib Use an AssertingVH to detect the case where the Function was deleted but 2009-04-19 18:32:03 +00:00
projects
runtime
test testcase for PR3898 2009-04-18 20:49:22 +00:00
tools Revert 69474 and 69475. They are causing failures during a bootstrap on Darwin. 2009-04-18 21:45:27 +00:00
unittests
utils Add some assertions. 2009-04-19 00:22:35 +00:00
website
win32
Xcode
build-for-llvm-top.sh
CMakeLists.txt
configure Revert 69474 and 69475. They are causing failures during a bootstrap on Darwin. 2009-04-18 21:45:27 +00:00
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.