llvm-6502/test/CodeGen
Sasa Stankovic 95ce098219 [mips] Optimize long branch for MIPS64 by removing %higher and %highest.
%higher and %highest can have non-zero values only for offsets greater
than 2GB, which is highly unlikely, if not impossible when compiling a
single function. This makes long branch for MIPS64 3 instructions smaller.

Differential Revision: http://llvm-reviews.chandlerc.com/D3281.diff


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@209678 91177308-0d34-0410-b5e6-96231b3b80d8
2014-05-27 18:53:06 +00:00
..
AArch64 AArch64: add test for NZCV cross-copy save. 2014-05-27 16:50:09 +00:00
ARM [ARM] Emit correct build attributes for the relocation models. 2014-05-27 13:30:21 +00:00
CPP
Generic
Hexagon
Inputs
Mips [mips] Optimize long branch for MIPS64 by removing %higher and %highest. 2014-05-27 18:53:06 +00:00
MSP430 Fix broken FileCheck prefixes 2014-05-23 19:06:24 +00:00
NVPTX
PowerPC [PATCH] Correct type used for VADD_SPLAT optimization on PowerPC 2014-05-27 15:57:51 +00:00
R600 R600: Try to convert BFE back to standard bit ops when possible. 2014-05-22 18:09:12 +00:00
SPARC
SystemZ
Thumb
Thumb2
X86 Convert some X86 blendv* intrinsics into IR. 2014-05-27 03:42:20 +00:00
XCore