summaryrefslogtreecommitdiff
path: root/test/CodeGen
AgeCommit message (Expand)AuthorFilesLines
2012-12-27On AVX/AVX2 the type v8i1 is legalized to v8i16, which is an XMM sizedNadav Rotem1-0/+38
2012-12-26llvm/test/CodeGen/X86: FileCheck-ize two tests in r171083.NAKAMURA Takumi2-2/+17
2012-12-26llvm/test/CodeGen/X86: Disable avx in two tests corresponding to r171082.NAKAMURA Takumi2-2/+2
2012-12-25Loosen scheduling restrictions on the PPC dcbt intrinsicHal Finkel1-0/+22
2012-12-25Expand PPC64 atomic load and storeHal Finkel1-0/+20
2012-12-25Harden test so it's not affected by changes to compare lowering.Benjamin Kramer1-1/+1
2012-12-25X86: Shave off one shuffle from the pcmpeqq sequence for SSE2 by making use o...Benjamin Kramer1-4/+2
2012-12-25X86: Custom lower <2 x i64> eq and ne when SSE41 is not available.Benjamin Kramer1-0/+26
2012-12-24llvm/test/CodeGen/X86/fold-vex.ll: Add explicit triple.NAKAMURA Takumi1-1/+1
2012-12-24Some x86 instructions can load/store one of the operands to memory. On SSE, t...Nadav Rotem1-0/+16
2012-12-22X86: Turn mul of <4 x i32> into pmuludq when no SSE4.1 is available.Benjamin Kramer1-0/+14
2012-12-22X86: Emit vector sext as shuffle + sra if vpmovsx is not available.Benjamin Kramer1-23/+96
2012-12-21In some cases, due to scheduling constraints we copy the EFLAGS.Nadav Rotem1-0/+37
2012-12-21try to unbreak ppc buildbots.Benjamin Kramer1-4/+4
2012-12-21X86: Match pmin/pmax as a target specific dag combine. This occurs during vec...Benjamin Kramer2-3/+2790
2012-12-21R600: Expand vec4 INT <-> FP conversionsTom Stellard1-0/+52
2012-12-21Add test case for r170674Reed Kotler1-0/+29
2012-12-21Move these files over to the debug info directory.Eric Christopher2-112/+0
2012-12-20Revert "Adding support for llvm.arm.neon.vaddl[su].* and"Bob Wilson2-128/+0
2012-12-20On some ARM cpus, flags setting movs with shifter operand, i.e. lsl, lsr, asr,Evan Cheng1-13/+69
2012-12-20Simplify the testcase a bit.Rafael Espindola1-15/+4
2012-12-20Adding support for llvm.arm.neon.vaddl[su].* andRenato Golin2-0/+128
2012-12-20fix most of remaining issues with large frames.Reed Kotler1-2/+2
2012-12-20[mips] Use "or $r0, $r1, $zero" instead of "addu $r0, $zero, $r1" to copyAkira Hatanaka6-18/+18
2012-12-20Do not introduce vector operations in functions marked with noimplicitfloat.Bob Wilson1-0/+17
2012-12-19LLVM sdisel normalize bit extraction of the form:Evan Cheng1-0/+25
2012-12-19PowerPC: Expand VSELECT nodes.Benjamin Kramer1-0/+7
2012-12-19Optimized load + SIGN_EXTEND patterns in the X86 backend.Elena Demikhovsky3-3/+98
2012-12-19After reducing the size of an operation in the DAG we zero-extend the reducedNadav Rotem1-0/+21
2012-12-19Teach SimplifySetCC that comparing AssertZext i1 against a constant 1 can be ...Craig Topper1-0/+15
2012-12-18Disable ARM partial flag dependency optimization at -OzQuentin Colombet1-0/+34
2012-12-18MISched: add dependence to ExitSU to model live-out latency.Andrew Trick1-0/+48
2012-12-18Check multiple register classes for inline asm tied registersHal Finkel1-0/+22
2012-12-17Add rest of BMI/BMI2 instructions to the folding tables as well as popcnt and...Craig Topper1-0/+76
2012-12-16This patch is needed to make c++ exceptions work for mips16.Reed Kotler1-0/+87
2012-12-15X86: Add a couple of target-specific dag combines that turn VSELECTS into psu...Benjamin Kramer1-0/+340
2012-12-15This code implements most of mips16 hardfloat as it is done by gcc.Reed Kotler1-0/+381
2012-12-14TypeLegalizer: Do not generate target specific nodes with illegal types, beca...Nadav Rotem1-0/+22
2012-12-14This patch removes some nondeterminism from direct object file outputBill Schmidt1-4/+0
2012-12-14This patch improves the 64-bit PowerPC InitialExec TLS support by providingBill Schmidt2-3/+8
2012-12-13[mips] Do not copy GOT address to register $gp if the function being called hasAkira Hatanaka1-0/+27
2012-12-13Fix a bug in DAGCombiner::MatchBSwapHWord. Make sure the node has operands be...Evan Cheng1-0/+46
2012-12-12Fix a logic bug in inline expansion of memcpy / memset with an overlappingEvan Cheng1-0/+11
2012-12-12The ordering of two relocations on the same instruction is apparently notBill Schmidt1-3/+8
2012-12-12This patch implements local-dynamic TLS model support for the 64-bitBill Schmidt2-0/+73
2012-12-12llvm/test/CodeGen/X86/atom-bypass-slow-division.ll: Fix possible typo(s) in C...NAKAMURA Takumi1-4/+4
2012-12-12llvm/test/CodeGen/X86/atom-bypass-slow-division.ll: Rename symbols, s/test_/T...NAKAMURA Takumi1-20/+20
2012-12-12llvm/test/CodeGen/X86/store_op_load_fold.ll: Fix typo, s/CHECK_NEXT/CHECK-NEXT/NAKAMURA Takumi1-1/+1
2012-12-12llvm/test/CodeGen/X86/store_op_load_fold.ll: Add explicit triple.NAKAMURA Takumi1-1/+1
2012-12-12DAGCombine: clamp hi bit in APInt::getBitsSet to avoid assertionManman Ren1-1/+18