llvm-6502/lib
Chris Lattner 7ae40e7d8a add a handy helper method to instruction, useful for determining
whether it is used outside of some block.  This can be used to see
if there are any non-local references, for example.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@50004 91177308-0d34-0410-b5e6-96231b3b80d8
2008-04-20 22:11:30 +00:00
..
Analysis (re)fix handling of UGT. Pointed out by Nick Lewycky. 2008-04-20 16:58:57 +00:00
Archive
AsmParser regenerate 2008-04-20 00:41:19 +00:00
Bitcode Switch to using Simplified ConstantFP::get API. 2008-04-20 00:41:09 +00:00
CodeGen Check we aren't trying to convert PPC long double. 2008-04-20 18:23:46 +00:00
Debugger
ExecutionEngine Cosmetic changes, as suggested by Evan. No functionality changes. 2008-04-20 17:44:19 +00:00
Linker
Support Check that APFloat::convert is not trying to target 2008-04-20 01:34:03 +00:00
System
Target A better fix for my previous patch, MOVZQI2PQIrr just requires SSE2. 2008-04-20 05:52:46 +00:00
Transforms we can only thread blocks when there is a pred we can determine the succ of. 2008-04-20 21:18:09 +00:00
VMCore add a handy helper method to instruction, useful for determining 2008-04-20 22:11:30 +00:00
Makefile