LLVM backend for 6502
Go to file
Michael Gottesman 5581115075 [ObjCARC Debug Messages] This is a squashed commit of 3x debug message commits ala echristo's suggestion.
1. Added debug messages when in OptimizeIndividualCalls we move calls into predecessors and then erase the original call.
2. Added debug messages when in the process of moving calls in ObjCARCOpt::MoveCalls we create new RR and delete old RR.
3. Added a debug message when we visit a specific retain instruction in ObjCARCOpt::PerformCodePlacement.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@171988 91177308-0d34-0410-b5e6-96231b3b80d8
2013-01-09 19:23:24 +00:00
autoconf Configure: if we compile with clang, check that it is not broken 2013-01-09 15:25:30 +00:00
bindings
cmake
docs
examples
include Don't require BUNDLE headers in MachineInstr::getBundleSize(). 2013-01-09 18:28:16 +00:00
lib [ObjCARC Debug Messages] This is a squashed commit of 3x debug message commits ala echristo's suggestion. 2013-01-09 19:23:24 +00:00
projects
runtime
test LICM: Hoist insertvalue/extractvalue out of loops. 2013-01-09 18:12:03 +00:00
tools
unittests
utils Check whether MCInst operand isImm before calling getImm. 2013-01-09 13:32:04 +00:00
.arcconfig
.gitignore
CMakeLists.txt
CODE_OWNERS.TXT
configure Configure: if we compile with clang, check that it is not broken 2013-01-09 15:25:30 +00:00
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 documentation provided in docs/ for further
assistance with LLVM, and in particular docs/GettingStarted.rst for getting
started with LLVM and docs/README.txt for an overview of LLVM's
documentation setup.

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