LLVM backend for 6502
Go to file
Andrew Trick 553c42cefc RegisterPresssureTracker: Track live physical register by unit.
This is much simpler to reason about, more efficient, and
fixes some corner cases involving implicit super-register defs.
Fixed rdar://12797931.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@169425 91177308-0d34-0410-b5e6-96231b3b80d8
2012-12-05 21:37:42 +00:00
autoconf
bindings [python] Add markup option to disassembler 2012-12-01 21:57:30 +00:00
cmake
docs docs: Explain plain preformatted text 2012-12-05 04:07:33 +00:00
examples Sort the #include lines of the examples/... tree. 2012-12-04 10:16:57 +00:00
include RegisterPresssureTracker: Track live physical register by unit. 2012-12-05 21:37:42 +00:00
lib RegisterPresssureTracker: Track live physical register by unit. 2012-12-05 21:37:42 +00:00
projects Clean up the sample include orderings, not that it really matters... 2012-12-04 10:46:21 +00:00
runtime
test RegisterPresssureTracker: Track live physical register by unit. 2012-12-05 21:37:42 +00:00
tools Add dump of Win64 EH unwind data. 2012-12-05 20:12:35 +00:00
unittests Copy clang/Driver/<Option parsing stuff> to llvm. 2012-12-05 00:29:32 +00:00
utils RegisterPresssureTracker: Track live physical register by unit. 2012-12-05 21:37:42 +00:00
.arcconfig Add .arcconfig to the repository. Useful if someone wants to use phabricator's command line tool. 2012-12-01 12:07:58 +00:00
.gitignore
CMakeLists.txt
CODE_OWNERS.TXT clarify that this isn't lld. 2012-12-03 16:08:32 +00:00
configure
CREDITS.TXT
LICENSE.TXT
llvm.spec.in
LLVMBuild.txt
Makefile
Makefile.common
Makefile.config.in
Makefile.rules
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.