LLVM backend for 6502
Go to file
Rafael Espindola 31f3578b00 Store and free the TargetObjectWriter.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@122070 91177308-0d34-0410-b5e6-96231b3b80d8
2010-12-17 18:01:31 +00:00
autoconf
bindings
cmake
docs
examples
include Stub out explicit MCELFObjectTargetWriter interface. 2010-12-17 17:45:22 +00:00
lib Store and free the TargetObjectWriter. 2010-12-17 18:01:31 +00:00
projects
runtime
test SimplifyCFG: Ranges can be larger than 64 bits. Fixes Release-selfhost build. 2010-12-17 10:48:14 +00:00
tools llvm-dis: Fix memory leak. ParseBitcodeFile should be taking ownership of 2010-12-16 22:37:52 +00:00
unittests Complete tests for IntervalMapOverlaps. 2010-12-17 01:31:49 +00:00
utils Neon intrinsic tests need to be compiled for Cortex-A9 for f16 support. 2010-12-17 01:21:03 +00:00
website
.gitignore Cleanup and document .gitignore. 2010-12-17 17:22:50 +00:00
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.

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