SLPVectorizer: compare entire intrinsic for SLP compatibility.
[oota-llvm.git] / test / CodeGen /
2014-04-02 Tim NorthoverARM64: make sure first argument to INSERT_SUBVECTOR...
2014-04-02 Tim NorthoverARM64: convert fp16 narrowing ISel to pseudo-instruction
2014-04-02 Job NoormanMark FPB as a reserved register when needed.
2014-04-02 Renato GolinRemove duplicated DMB instructions
2014-04-01 Hal Finkel[PowerPC] Add some missing VSX bitcast patterns
2014-04-01 Reid KlecknerSupport segmented stacks on Win64
2014-04-01 Matt ArsenaultFix missing RUN line in test
2014-04-01 Matt ArsenaultMake isSetCCEquivalent respect the TargetBooleanContents
2014-04-01 Tim NorthoverARM: add cyclone CPU with ZeroCycleZeroing feature.
2014-04-01 Tim NorthoverARM64: add intrinsic for pmull (p64 x p64 = p128) opera...
2014-04-01 Tim NorthoverARM64: add patterns for more lane-wise ld1/st1 operations.
2014-04-01 Tim NorthoverARM64: fix bug in ld3r (1d) SelectionDAG.
2014-04-01 Alexey Volkov[x86] Do not convert to cmp32 for Atom arch by Sergey...
2014-04-01 David BlaikieDebugInfo: Avoid creating unnecessary/empty line tables...
2014-03-31 Juergen Ributzka[Stackmaps] Update the stackmap format to use 64-bit...
2014-03-31 Matt ArsenaultR600: Compute masked bits for min and max
2014-03-31 Matt ArsenaultR600: Add BFE, BFI, and BFM intrinsics to help with...
2014-03-31 Hal Finkel[PowerPC] Don't ever expand BUILD_VECTOR of v2i64 with...
2014-03-31 Yaron KerenTwo updated tests for MinGW 32 and 64 exception handlin...
2014-03-31 Eli BenderskyFix for PR19099 - NVPTX produces invalid symbol names.
2014-03-31 Tim NorthoverARM64: add extra patterns for scalar shifts
2014-03-31 Tim NorthoverARM64: add extra scalar neg pattern & tests.
2014-03-31 Tim NorthoverARM64: add patterns for scalar sqdmlal & sqdmlsl.
2014-03-31 Tim NorthoverARM64: add more patterns for commuted fmsub operations.
2014-03-31 Tim NorthoverARM64: shuffle patterns around for fmin/fmax & add...
2014-03-31 Tim NorthoverARM64: add more scalar patterns for usqadd & suqadd.
2014-03-31 Tim NorthoverARM64: add more scalar patterns for reciprocal ops.
2014-03-31 Tim NorthoverARM64: add i64 scalar pattern for @llvm.arm64.abs
2014-03-31 Tom StellardR600/SI: Lower i64 SELECT by bitcasting to a vector...
2014-03-31 Zoran JovanovicFixed issue with microMIPS JAL instruction.
2014-03-31 Hal FinkelLook at shuffles of build_vectors in DAGCombiner::visit...
2014-03-31 Daniel Sanders[mips] Check emitted code for llvm.bswap.i32 on MIPS16...
2014-03-31 Chandler Carruth[ARM64] Fix materialization of an fp128 zero immediate...
2014-03-30 Hal FinkelMake use of previously generated stores in SelectionDAG...
2014-03-30 Hal Finkel[PowerPC] Handle VSX v2i64 SIGN_EXTEND_INREG
2014-03-30 NAKAMURA TakumiSuppress llvm/test/CodeGen/ARM64 for targeting pecoff...
2014-03-29 Hal Finkel[PowerPC] Handle v2i64 comparisons
2014-03-29 Tim NorthoverARM64: initial backend import
2014-03-29 Hal Finkel[PowerPC] Add subregister classes for f64 VSX values
2014-03-28 Akira Hatanaka[x86] Fix printing of register operands with q modifier.
2014-03-28 David MajnemerX86: Disable IsLegalToCallImmediateAddr for Win32
2014-03-28 Hal Finkel[PowerPC] Fix VSX permutation isel
2014-03-28 Hal Finkel[PowerPC] v2[fi]64 need to be explicitly passed in...
2014-03-27 Hal Finkel[PowerPC] Use a small cleanup pass to remove VSX self...
2014-03-27 Hal Finkel[PowerPC] Fix v2f64 vector extract and related patterns
2014-03-27 Hal Finkel[PowerPC] Expand v2i64 shifts
2014-03-27 Matt ArsenaultR600: Implement isZExtFree.
2014-03-27 Matt ArsenaultR600/SI: Fix unreachable with a sext_in_reg to an illeg...
2014-03-27 Logan Chien[AArch64] Lower SHL_PARTS, SRA_PARTS and SRL_PARTS
2014-03-27 Rafael EspindolaPrevent alias from pointing to weak aliases.
2014-03-27 Elena DemikhovskyAVX-512: Implemented masking for integer arithmetic...
2014-03-26 Hal Finkel[PowerPC] Generate VSX permutations for v2[fi]64 vectors
2014-03-26 Ekaterina RomanovaThis is a fix for PR# 19051. I noticed code gen differe...
2014-03-26 Hal Finkel[PowerPC] VSX loads and stores support unaligned access
2014-03-26 Hal Finkel[PowerPC] Use v2f64 <-> v2i64 VSX conversion instructions
2014-03-26 Matt ArsenaultR600: Add a testcase for sext_in_reg I missed.
2014-03-26 Hal Finkel[PowerPC] Use VSX vector load/stores for v2[fi]64
2014-03-26 Jim GrosbachFix for incorrect address sinking in the presence of...
2014-03-26 Hans WennborgRevert "X86 memcpy lowering: use "rep movs" even when...
2014-03-26 Hal Finkel[PowerPC] Add v2i64 as a legal VSX type
2014-03-26 Christian PirkerAArch64_BE Elf support for MC-JIT runtime dynamic linker
2014-03-26 Christian PirkerAArch64_BE function argument passing for ARM ABI
2014-03-26 Tim NorthoverARM: add intrinsics for the v8 ldaex/stlex
2014-03-26 Cameron McInallyFix AVX512 Gather and Scatter execution domains.
2014-03-26 Renato GolinAdd @llvm.clear_cache builtin
2014-03-26 Hal Finkel[PowerPC] Lower VSELECT using xxsel when VSX is available
2014-03-26 Rafael EspindolaRevert "Prevent alias from pointing to weak aliases."
2014-03-26 Hal Finkel[PowerPC] Generate logical vector VSX instructions
2014-03-26 Rafael EspindolaPrevent alias from pointing to weak aliases.
2014-03-26 Quentin Colombet[X86] Add broadcast instructions to the table used...
2014-03-25 Hal Finkel[PowerPC] Select between VSX A-type and M-type FMA...
2014-03-25 Adam Nemet[X86] Generate VPSHUFB for in-place v16i16 shuffles
2014-03-25 Matt ArsenaultR600: Add failing testcase for <3 x i32> stores.
2014-03-25 Cameron McInallyFix AVX2 Gather execution domains.
2014-03-25 David MajnemerWinCOFF: Add support for -fdata-sections
2014-03-25 Saleem Abdulrasooltest: fix CHECK lines
2014-03-25 Manman RenRegister Allocator: check other options before using...
2014-03-24 Matt ArsenaultR600/SI: Fix extra mov from legalizing 64-bit SALU...
2014-03-24 Matt ArsenaultR600/SI: Sub-optimial fix for 64-bit immediates with...
2014-03-24 Matt ArsenaultR600/SI: Fix 64-bit bit ops that require the VALU.
2014-03-24 Matt ArsenaultR600: Implement isNarrowingProfitable.
2014-03-24 Quentin Colombet[X86][ISelDAG] Add missing fallback patterns for avx2...
2014-03-24 Matt ArsenaultR600/SI: Fix 64-bit private loads.
2014-03-24 Eli BenderskyAdd test to test/CodeGen/NVPTX for "alloca buffer"...
2014-03-24 Justin Holewinski[NVPTX] Add isel patterns for addrspacecast
2014-03-23 David MajnemerWinCOFF: Add support for -ffunction-sections
2014-03-23 Hal Finkel[PowerPC] Make use of VSX f64 <-> i64 conversion instru...
2014-03-22 Hal Finkel[PowerPC] Fix the VSX v2f64 return register
2014-03-22 Andrea Di Biagio[DAG] Fix an assertion failure caused by an invalid...
2014-03-21 Manman RenRegister allocator: add condition to hoist a spill...
2014-03-21 Chad Rosier[AArch64] Add SchedRW lists to NEON instructions.
2014-03-21 Matt ArsenaultR600/SI: Move instruction patterns to scalar versions.
2014-03-21 Rafael EspindolaRemove redundant test.
2014-03-21 Rafael EspindolaMove codegen test over to MC.
2014-03-21 Rafael EspindolaConvert test to using cfi.
2014-03-21 Rafael EspindolaRemove redundant test.
2014-03-21 Rafael EspindolaSplit out the MC part of this test.
2014-03-21 Daniel Sanders[mips] Correct lowering of VECTOR_SHUFFLE to VSHF.
2014-03-21 Tom StellardR600/SI: Handle MUBUF instructions in SIInstrInfo:...
2014-03-21 Tom StellardR600/SI: Handle S_MOV_B64 in SIInstrInfo::moveToVALU()
next