LLVM backend for 6502
Go to file
Evan Cheng a57fabe815 Coalescer should not delete copy instructions whose defs are partially dead. e.g.
%RDI<def,dead> = MOV64rr %RAX<kill>, %EDI<imp-def>


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@100804 91177308-0d34-0410-b5e6-96231b3b80d8
2010-04-08 20:02:37 +00:00
autoconf
bindings
cmake
docs typo 2010-04-08 00:54:34 +00:00
examples
include Coalescer should not delete copy instructions whose defs are partially dead. e.g. 2010-04-08 20:02:37 +00:00
lib Coalescer should not delete copy instructions whose defs are partially dead. e.g. 2010-04-08 20:02:37 +00:00
projects
runtime
test Coalescer should not delete copy instructions whose defs are partially dead. e.g. 2010-04-08 20:02:37 +00:00
tools Added support for ARM disassembly to edis. 2010-04-08 00:48:21 +00:00
unittests
utils Various MSVC warning fixes about truncated 64 bit shifts and const pointers passed to free. 2010-04-08 15:25:57 +00:00
website
build-for-llvm-top.sh
CMakeLists.txt CMake: Add options for using static runtime on MSVC++ build. 2010-03-18 13:52:05 +00:00
configure Touch configure so it regenerates Disassemblers.def to include ARM so 2010-04-08 17:19:20 +00:00
CREDITS.TXT Adding the MicroBlaze backend. 2010-02-23 19:15:24 +00:00
LICENSE.TXT 2010 is upon us. 2010-01-09 18:40:31 +00:00
llvm.spec.in
Makefile modernize the do-all-for-me target to run lit 2010-03-21 22:23:02 +00:00
Makefile.common
Makefile.config.in Rewrite makefiles to explicitly reference DESTDIR to fix bug 3153. 2010-03-04 20:56:19 +00:00
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.