aboutsummaryrefslogtreecommitdiffstats
path: root/test/CodeGen
Commit message (Expand)AuthorAgeFilesLines
* llvm/test/CodeGen/X86/ms-inline-asm.ll: Fixup; Globals doesn't have leading u...NAKAMURA Takumi2013-01-101-2/+2
* PR14896: Handle memcpy from constant string where the memcpy size is larger t...Evan Cheng2013-01-101-0/+13
* [ms-inline asm] Add support for calling functions from inline assembly.Chad Rosier2013-01-101-0/+18
* Stack Alignment: throw error if we can't satisfy the minimal alignmentManman Ren2013-01-102-1/+20
* Fix a DAG combine bug visitBRCOND() is transforming br(xor(x, y)) to br(x != y).Evan Cheng2013-01-091-0/+41
* add -march to the testNadav Rotem2013-01-091-1/+1
* Efficient lowering of vector sdiv when the divisor is a splatted power of two...Nadav Rotem2013-01-091-0/+72
* MIsched: add an ILP window property to machine model.Andrew Trick2013-01-091-13/+20
* Specify complete triple for fp128 tests.Tim Northover2013-01-082-2/+2
* Pad Short Functions for Intel AtomPreston Gurd2013-01-084-5/+83
* Allow the asm printer to print fp128 values properly.Tim Northover2013-01-082-0/+18
* This patch addresses bug 14678 by fixing two problems in medium code modelBill Schmidt2013-01-072-0/+51
* Make the MergeGlobals pass correctly handle the address space qualifiers of t...Silviu Baranga2013-01-071-0/+12
* Fix suffix handling for parsing and printing of cvtsi2ss, cvtsi2sd, cvtss2si,...Craig Topper2013-01-063-5/+5
* Fix for PR14739. It's not safe to fold a load into a call across a store. Tha...Evan Cheng2013-01-061-4/+21
* Recommit r171461 which was incorrectly reverted. Mark DIV/IDIV instructions h...Craig Topper2013-01-051-0/+31
* Revert revision 171524. Original message:Nadav Rotem2013-01-054-76/+5
* The current Intel Atom microarchitecture has a feature whereby when a functionPreston Gurd2013-01-044-5/+76
* [mips] MipsTargetLowering::getSetCCResultType should return a vector type ifAkira Hatanaka2013-01-041-0/+16
* Revert revision: 171467. This transformation is incorrect and makes some test...Nadav Rotem2013-01-041-15/+0
* Simplified TRUNCATE operation that comes after SETCC. It is possible since SE...Elena Demikhovsky2013-01-031-0/+15
* Revert "Mark DIV/IDIV instructions hasSideEffects=1 because they can trap whe...Michael Gottesman2013-01-031-32/+0
* Mark DIV/IDIV instructions hasSideEffects=1 because they can trap when dividi...Craig Topper2013-01-031-0/+32
* Fix PR14732 by handling all kinds of IMPLICIT_DEF live ranges.Jakob Stoklund Olesen2013-01-031-0/+130
* DAGCombiner: Avoid generating illegal vector INT_TO_FP nodesTom Stellard2013-01-023-3/+37
* AVX: Fix a bug in WidenMaskArithmetic.Nadav Rotem2013-01-022-8/+32
* Support ppcf128 in SelectionDAG::getConstantFPHal Finkel2012-12-301-0/+15
* Tests: rewrite 'opt ... %s' to 'opt ... < %s' so that opt does not emit a Mod...Dmitri Gribenko2012-12-302-2/+2
* AVX: Move the ZEXT/ANYEXT DAGCo optimizations to the lowering of these optimi...Nadav Rotem2012-12-281-2/+1
* On AVX/AVX2 the type v8i1 is legalized to v8i16, which is an XMM sizedNadav Rotem2012-12-271-0/+38
* llvm/test/CodeGen/X86: FileCheck-ize two tests in r171083.NAKAMURA Takumi2012-12-262-2/+17
* llvm/test/CodeGen/X86: Disable avx in two tests corresponding to r171082.NAKAMURA Takumi2012-12-262-2/+2
* Loosen scheduling restrictions on the PPC dcbt intrinsicHal Finkel2012-12-251-0/+22
* Expand PPC64 atomic load and storeHal Finkel2012-12-251-0/+20
* Harden test so it's not affected by changes to compare lowering.Benjamin Kramer2012-12-251-1/+1
* X86: Shave off one shuffle from the pcmpeqq sequence for SSE2 by making use o...Benjamin Kramer2012-12-251-4/+2
* X86: Custom lower <2 x i64> eq and ne when SSE41 is not available.Benjamin Kramer2012-12-251-0/+26
* llvm/test/CodeGen/X86/fold-vex.ll: Add explicit triple.NAKAMURA Takumi2012-12-241-1/+1
* Some x86 instructions can load/store one of the operands to memory. On SSE, t...Nadav Rotem2012-12-241-0/+16
* X86: Turn mul of <4 x i32> into pmuludq when no SSE4.1 is available.Benjamin Kramer2012-12-221-0/+14
* X86: Emit vector sext as shuffle + sra if vpmovsx is not available.Benjamin Kramer2012-12-221-23/+96
* In some cases, due to scheduling constraints we copy the EFLAGS.Nadav Rotem2012-12-211-0/+37
* try to unbreak ppc buildbots.Benjamin Kramer2012-12-211-4/+4
* X86: Match pmin/pmax as a target specific dag combine. This occurs during vec...Benjamin Kramer2012-12-212-3/+2790
* R600: Expand vec4 INT <-> FP conversionsTom Stellard2012-12-211-0/+52
* Add test case for r170674Reed Kotler2012-12-211-0/+29
* Move these files over to the debug info directory.Eric Christopher2012-12-212-112/+0
* Revert "Adding support for llvm.arm.neon.vaddl[su].* and"Bob Wilson2012-12-202-128/+0
* On some ARM cpus, flags setting movs with shifter operand, i.e. lsl, lsr, asr,Evan Cheng2012-12-201-13/+69
* Simplify the testcase a bit.Rafael Espindola2012-12-201-15/+4