Change these tests to use [fi]cmp+sext instead of v[fi]cmp. No
[oota-llvm.git] / test / CodeGen / X86 /
2009-07-08 Chris Lattnerdag combine sext(setcc) -> vsetcc before legalize....
2009-07-07 Chris Lattneradd support for legalizing an icmp where the result...
2009-07-07 Chris Lattneradd a trivial test that vector compares work.
2009-07-07 Chris Lattnerimplement support for spliting and scalarizing vector...
2009-07-07 Chris Lattnerverify that the fcmp version of this works just as...
2009-07-06 Evan ChengAvoid adding a duplicate def. This fixes PR4478.
2009-07-02 Chris Lattner@GOTPCREL is also rip-relative. Fix fast-isel to do...
2009-07-02 Chris LattnerFix yet-another bug I introduced into fastisel, this...
2009-07-01 Chris LattnerFix some fast-isel problems selecting global variable...
2009-06-30 Rafael EspindolaFix PR4485.
2009-06-30 Rafael EspindolaFix PR4484.
2009-06-29 Rafael EspindolaFIX PR 4459.
2009-06-27 Chris Lattnerfactor some logic out into a helper function, allow...
2009-06-27 Chris LattnerReimplement rip-relative addressing in the X86-64 backe...
2009-06-27 Chris Lattnerremove some unneeded eh info.
2009-06-27 Chris Lattnertestcase for PR4466
2009-06-26 Dan GohmanAdd some testcases for some of the recent ScalarEvoluti...
2009-06-26 Chris Lattnerremove unwind info, add test for asmprinting of jump...
2009-06-26 Evan ChengAdd x86 support for 'n' inline asm modifier. This will...
2009-06-25 Chris Lattnerdown with unwind info :)
2009-06-24 Chris Lattnerunwind info not needed.
2009-06-24 Evan ChengFix support for inline asm input / output operand tying...
2009-06-24 Dan GohmanExtend ScalarEvolution's multiple-exit support to compu...
2009-06-21 Rafael EspindolaFix PR4185.
2009-06-20 Chris Lattnerchange TLS_ADDR lowering to lower to a real mem operand...
2009-06-20 Chris Lattnerno need for unwind info
2009-06-20 Chris Lattnerno need for unwind info here.
2009-06-19 Dan GohmanRe-apply r73718, now that the fix in r73787 is in,...
2009-06-19 Evan ChengRevert 73718. It's breaking 254.gap.
2009-06-19 Eli FriedmanFix for PR2484: add an SSE1 pattern for a shuffle we...
2009-06-18 Evan ChengOn Darwin, ams printer should output a second label...
2009-06-18 Dan GohmanGeneralize LSR's OptimizeSMax to handle unsigned max...
2009-06-18 Dan GohmanRemove the code from IVUsers that attempted to handle
2009-06-16 Eli FriedmanAdd some generic expansion logic for SMULO and UMULO...
2009-06-15 Dan GohmanUpdate this test to use fmul instead of mul.
2009-06-15 Bill WendlingThis test is failing. Revert for now.
2009-06-15 Bill WendlingAdd another testcase for r71478.
2009-06-15 Arnold SchwaighoferCheckTailCallReturnConstraints is missing a check on the
2009-06-12 Arnold SchwaighoferFix Bug 4278: X86-64 with -tailcallopt calling convention
2009-06-07 Eli FriedmanFix the run-line for this test to work correctly outsid...
2009-06-07 Eli FriedmanTweak the expansion code for BIT_CONVERT to generate...
2009-06-07 Eli FriedmanSlightly generalize the code that handles shuffles...
2009-06-06 Eli FriedmanFix the expansion for CONCAT_VECTORS so that it doesn...
2009-06-06 Eli FriedmanAvoid crashing on a variable-index insertelement with...
2009-06-06 Eli FriedmanGet rid of some bogus patterns for X86vzmovl. Don...
2009-06-06 Eli FriedmanFix an obvious typo.
2009-06-06 Eli FriedmanGet rid of a bogus pattern that interferes with optimiz...
2009-06-06 Eli FriedmanPR2598: make sure to expand illegal forms of integer...
2009-06-05 Nate BegemanAdapt the x86 build_vector dagcombine to the current...
2009-06-04 Dan GohmanSplit the Add, Sub, and Mul instruction opcodes into...
2009-06-04 Devang PatelAdd new function attribute - noredzone.
2009-06-04 Evan ChengRALinScan::attemptTrivialCoalescing() was returning...
2009-06-04 Dan GohmanCheck in test changes that I accidentally left out...
2009-06-04 Eli FriedmanPR3739, part 2: Use an explicit store to spill XMM...
2009-06-04 Eli FriedmanPR3739, part 1: Disable the red zone on Win64.
2009-06-03 Evan ChengFor Darwin / x86_64, override -relocation-model=static...
2009-06-03 Evan ChengFix for PR4225: When rewriter reuse a value in a physic...
2009-06-03 Dan GohmanRevert r72734. The Darwin assembler doesn't support...
2009-06-02 Dan GohmanFix CodeGenPrepare's address-mode sinking to handle...
2009-06-02 Evan ChengOn Darwin x86_64 small code model doesn't guarantee...
2009-05-30 Evan Cheng(i64 (zext (srl GR32 8))) -> movzbl AH is not safe...
2009-05-29 Evan ChengRemove an accidental commit.
2009-05-29 Evan ChengMore h-registers tricks: folding zext nodes.
2009-05-28 Evan ChengDo not try to create a MVT type of width 0.
2009-05-28 Eli FriedmanAdd a testcase which got fixed by recent legalization...
2009-05-28 Evan ChengAdded optimization that narrow load / op / store and...
2009-05-23 Torok EdwinFix PR4254.
2009-05-23 Torok Edwinavailable_externall linkage is not local, this was...
2009-05-23 Eli FriedmanFix test to account for legalization changes; I think...
2009-05-20 Evan ChengFix test on non-darwin hosts.
2009-05-20 Evan ChengTry again. Allow call to immediate address for ELF...
2009-05-20 Evan ChengCannot use immediate as call absolute target in PIC...
2009-05-18 Dan GohmanAdd nounwind to a few tests.
2009-05-16 Jakob Stoklund OlesenHelp DejaGnu avoid pipe-jam by producing less output...
2009-05-13 Dan GohmanAdd nounwind to this test.
2009-05-12 Evan ChengIf header of inner loop is aligned, do not align the...
2009-05-12 Evan ChengTeach TransferDeadness to delete truly dead instruction...
2009-05-12 Evan ChengAdd nounwind.
2009-05-12 Evan ChengFixed a stack slot coloring with reg bug: do not update...
2009-05-12 Dan GohmanFactor the code for collecting IV users out of LSR...
2009-05-11 Evan ChengTeach LSR to optimize more loop exit compares, i.e...
2009-05-11 Dale JohannesenFix PR4188. TailMerging can't tolerate inexact
2009-05-11 Dan GohmanMake this grep line a little more specific so that...
2009-05-11 Dan GohmanWhen scalarizing a vector BITCAST, check whether the...
2009-05-11 Dan GohmanConvert a subtract into a negate and an add when it...
2009-05-11 Dale JohannesenReverse a loop that is counting up to a maximum to
2009-05-08 Evan ChengEnable loop bb placement optimization.
2009-05-08 Chris LattnerFix PR4152: asm constraint validation happens before...
2009-05-08 Evan ChengOptimize code placement in loop to eliminate unconditio...
2009-05-07 Bill WendlingTHis doesn't fail.
2009-05-07 Bill WendlingTemporarily revert r71010. It was causing massive failu...
2009-05-06 Lang HamesRenamed Spiller classes (plus uses and related files...
2009-05-05 Evan ChengQuotes should be printed before private prefix; some...
2009-05-05 Dan GohmanIf a MachineBasicBlock has multiple ways of reaching...
2009-05-05 Evan ChengEnable stack coloring with regs at -O3.
2009-05-05 Chris LattnerAdd basic support for code generation of
2009-05-04 Dan GohmanX86FastISel doesn't support the -tailcallopt ABI.
2009-05-02 Dan GohmanPreviously, RecursivelyDeleteDeadInstructions provided...
2009-04-30 Evan ChengMark MOV8mr_NOREX and MOV8rm_NOREX as mayStore / mayLoa...
2009-04-30 Chris Lattnerfix a regression handling indirect results: these need...
next