llvm-6502/test/CodeGen
Dan Gohman 2210c0bea8 Add support for tail duplication to BranchFolding, and extend
tail merging support to handle more cases.
 - Recognize several cases where tail merging is beneficial even when
   the tail size is smaller than the generic threshold.
 - Make use of MachineInstrDesc::isBarrier to help detect
   non-fallthrough blocks.
 - Check for and avoid disrupting fall-through edges in more cases.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@86871 91177308-0d34-0410-b5e6-96231b3b80d8
2009-11-11 19:48:59 +00:00
..
Alpha
ARM Use Unified Assembly Syntax for the ARM backend. 2009-11-09 00:11:35 +00:00
Blackfin
CBackend
CellSPU
CPP
Generic Fix PR5421 by APInt'izing switch lowering. 2009-11-07 07:50:34 +00:00
Mips
MSP430 Add and-not (bic) patterns. Based heavily on patch by Brian Lucas! 2009-11-08 15:33:12 +00:00
PIC16
PowerPC Fix test to work on every platform. 2009-11-11 01:44:22 +00:00
SPARC
SystemZ
Thumb Refactor code. Fix a potential missing check. Teach isIdentical() about tLDRpci_pic. 2009-11-07 04:04:34 +00:00
Thumb2 Add support for tail duplication to BranchFolding, and extend 2009-11-11 19:48:59 +00:00
X86 Add support for tail duplication to BranchFolding, and extend 2009-11-11 19:48:59 +00:00
XCore