llvm-6502/lib
Jakob Stoklund Olesen c5041cac7d Implement ARMBaseInstrInfo::commuteInstruction() for MOVCCr.
A MOVCCr instruction can be commuted by inverting the condition. This
can help reduce register pressure and remove unnecessary copies in some
cases.

<rdar://problem/11182914>

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@154033 91177308-0d34-0410-b5e6-96231b3b80d8
2012-04-04 18:23:42 +00:00
..
Analysis Always compute all the bits in ComputeMaskedBits. 2012-04-04 12:51:34 +00:00
Archive
AsmParser
Bitcode
CodeGen Remove spurious debug output. 2012-04-04 18:23:38 +00:00
DebugInfo
ExecutionEngine Removing a file that's no longer being used after the recent refactorings 2012-04-01 06:50:01 +00:00
Linker
MC Move getOpcodeName from the various target InstPrinters into the superclass MCInstPrinter. 2012-04-02 08:32:38 +00:00
Object Object: drop bogus VMCore dependency 2012-04-03 15:48:10 +00:00
Support Move yaml::Stream's dtor out of line so it can see Scanner's dtor. 2012-04-04 08:53:34 +00:00
TableGen
Target Implement ARMBaseInstrInfo::commuteInstruction() for MOVCCr. 2012-04-04 18:23:42 +00:00
Transforms Always compute all the bits in ComputeMaskedBits. 2012-04-04 12:51:34 +00:00
VMCore The speedup doesn't appear to have been from this, but was an anomaly of my testing machine. 2012-04-03 11:19:21 +00:00
CMakeLists.txt
LLVMBuild.txt
Makefile