1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-11-23 11:13:28 +01:00
llvm-mirror/test/MC
Nemanja Ivanovic 285f278c18 Scalar to vector conversions using direct moves
This patch corresponds to review:
http://reviews.llvm.org/D11471

It improves the code generated for converting a scalar to a vector value. With
direct moves from GPRs to VSRs, we no longer require expensive stack operations
for this. Subsequent patches will handle the reverse case and more general
operations between vectors and their scalar elements.

llvm-svn: 244921
2015-08-13 17:40:44 +00:00
..
AArch64 Fix another case of 'CHECK[^:]*$'. NFCI 2015-08-10 19:22:55 +00:00
AMDGPU AMDGPU/SI: Use InstAlias instead of MnemonicAlias for VOPC instructions 2015-08-07 22:00:56 +00:00
ARM Fix a bunch of trivial cases of 'CHECK[^:]*$' in the tests. NFCI 2015-08-10 19:01:27 +00:00
AsmParser Fix a bunch of trivial cases of 'CHECK[^:]*$' in the tests. NFCI 2015-08-10 19:01:27 +00:00
COFF
Disassembler Scalar to vector conversions using direct moves 2015-08-13 17:40:44 +00:00
ELF DI: Disallow uniquable DICompileUnits 2015-08-03 17:26:41 +00:00
Hexagon
MachO Force the MachO generated for Darwin to have VERSION_MIN load command 2015-08-05 15:36:38 +00:00
Markup
Mips [mips] Remap move as or. 2015-08-11 08:56:25 +00:00
PowerPC Scalar to vector conversions using direct moves 2015-08-13 17:40:44 +00:00
Sparc Add lduw and lwua aliases for SPARCv9. 2015-08-10 23:47:22 +00:00
SystemZ
X86 [MC] Convert the last test using macho-dump under X86/ to llvm-readobj. 2015-08-12 10:36:16 +00:00