summaryrefslogtreecommitdiffstats
path: root/llvm/test/CodeGen/X86/vec_ss_load_fold.ll
Commit message (Expand)AuthorAgeFilesLines
* [X86] Teach selectScalarSSELoad to accept full 128-bit vector loads and the X...Craig Topper2016-12-121-6/+6
* [X86] Remove some intrinsic instructions from hasPartialRegUpdateCraig Topper2016-12-121-4/+2
* [X86] Add a hasOneUse check to selectScalarSSELoad to keep the same load from...Craig Topper2016-11-261-14/+18
* [X86] Add a test case where, due to a bug in selectScalarSSELoad, we fold the...Craig Topper2016-11-171-0/+42
* [X86] Remove the scalar intrinsics for fadd/fsub/fdiv/fmulCraig Topper2016-11-161-19/+34
* [X86][SSE] Enable commutation from MOVSD/MOVSS to BLENDPD/BLENDPS on SSE41+ t...Simon Pilgrim2016-10-011-15/+27
* [X86] Add AVX and AVX512 command lines to the vec_ss_load_fold test.Craig Topper2016-09-051-0/+130
* [X86][SSE] Add CMPSS/CMPSD intrinsic scalar load folding support.Craig Topper2016-08-261-0/+22
* [X86][SSE] Add MINSD/MAXSD/MINSS/MAXSS intrinsic scalar load folding supportSimon Pilgrim2016-08-241-6/+46
* [X86][SSE] Add support for combining VZEXT_MOVL target shufflesSimon Pilgrim2016-08-241-2/+4
* [X86][SSE] Regenerate scalar math load folding tests for 32 and 64 bit targetsSimon Pilgrim2016-08-241-50/+89
* VirtRegMap: Replace some identity copies with KILL instructions.Matthias Braun2016-07-091-19/+26
* Update tests to use at least darwin9.Rafael Espindola2016-06-291-2/+2
* [X86][SSE] Regenerated scalar load folding testsSimon Pilgrim2016-05-231-22/+46
* [opaque pointer type] Add textual IR support for explicit type parameter to l...David Blaikie2015-02-271-2/+2
* Replace more uses of sse41 with sse4.1.Rafael Espindola2013-08-231-1/+1
* Convert CodeGen/*/*.ll tests to use the new CHECK-LABEL for easier debugging....Stephen Lin2013-07-131-5/+5
* Fix failure on Atom bot due to r161769Manman Ren2012-08-131-1/+1
* X86: move Int_CVTSD2SSrr, Int_CVTSI2SSrr, Int_CVTSI2SDrr, Int_CVTSS2SDrr fromManman Ren2012-08-131-0/+14
* Start function numbering at 0.Dan Gohman2010-04-171-6/+6
* fix and un-xfail X86/vec_ss_load_fold.llChris Lattner2010-02-211-1/+0
* temporarily disable this.Chris Lattner2010-02-211-1/+2
* roundss is an sse 4 thing, fix the test on non-sse41 buildersChris Lattner2010-02-171-1/+1
* fix rdar://7653908, a crash on a case where we would fold a loadChris Lattner2010-02-161-0/+25
* filecheckizeChris Lattner2010-02-161-3/+9
* Eliminate more uses of llvm-as and llvm-dis.Dan Gohman2009-09-081-1/+1
* Remove obsolete -f flags.Dan Gohman2009-08-251-1/+1
* Split the Add, Sub, and Mul instruction opcodes into separateDan Gohman2009-06-041-2/+2
* Add nounwind.Evan Cheng2008-05-071-2/+2
* Remove llvm-upgrade and update tests.Tanya Lattner2008-02-211-34/+28
* Convert tests using "| wc -l | grep ..." to use the count script.Dan Gohman2007-08-151-1/+1
* For PR1319:Reid Spencer2007-04-161-2/+3
* Regression is gone, don't try to find it on clean target.Reid Spencer2007-01-171-0/+46
OpenPOWER on IntegriCloud