| Commit message (Expand) | Author | Age | Files | Lines |
* | [X86] Teach selectScalarSSELoad to accept full 128-bit vector loads and the X... | Craig Topper | 2016-12-12 | 1 | -6/+6 |
* | [X86] Remove some intrinsic instructions from hasPartialRegUpdate | Craig Topper | 2016-12-12 | 1 | -4/+2 |
* | [X86] Add a hasOneUse check to selectScalarSSELoad to keep the same load from... | Craig Topper | 2016-11-26 | 1 | -14/+18 |
* | [X86] Add a test case where, due to a bug in selectScalarSSELoad, we fold the... | Craig Topper | 2016-11-17 | 1 | -0/+42 |
* | [X86] Remove the scalar intrinsics for fadd/fsub/fdiv/fmul | Craig Topper | 2016-11-16 | 1 | -19/+34 |
* | [X86][SSE] Enable commutation from MOVSD/MOVSS to BLENDPD/BLENDPS on SSE41+ t... | Simon Pilgrim | 2016-10-01 | 1 | -15/+27 |
* | [X86] Add AVX and AVX512 command lines to the vec_ss_load_fold test. | Craig Topper | 2016-09-05 | 1 | -0/+130 |
* | [X86][SSE] Add CMPSS/CMPSD intrinsic scalar load folding support. | Craig Topper | 2016-08-26 | 1 | -0/+22 |
* | [X86][SSE] Add MINSD/MAXSD/MINSS/MAXSS intrinsic scalar load folding support | Simon Pilgrim | 2016-08-24 | 1 | -6/+46 |
* | [X86][SSE] Add support for combining VZEXT_MOVL target shuffles | Simon Pilgrim | 2016-08-24 | 1 | -2/+4 |
* | [X86][SSE] Regenerate scalar math load folding tests for 32 and 64 bit targets | Simon Pilgrim | 2016-08-24 | 1 | -50/+89 |
* | VirtRegMap: Replace some identity copies with KILL instructions. | Matthias Braun | 2016-07-09 | 1 | -19/+26 |
* | Update tests to use at least darwin9. | Rafael Espindola | 2016-06-29 | 1 | -2/+2 |
* | [X86][SSE] Regenerated scalar load folding tests | Simon Pilgrim | 2016-05-23 | 1 | -22/+46 |
* | [opaque pointer type] Add textual IR support for explicit type parameter to l... | David Blaikie | 2015-02-27 | 1 | -2/+2 |
* | Replace more uses of sse41 with sse4.1. | Rafael Espindola | 2013-08-23 | 1 | -1/+1 |
* | Convert CodeGen/*/*.ll tests to use the new CHECK-LABEL for easier debugging.... | Stephen Lin | 2013-07-13 | 1 | -5/+5 |
* | Fix failure on Atom bot due to r161769 | Manman Ren | 2012-08-13 | 1 | -1/+1 |
* | X86: move Int_CVTSD2SSrr, Int_CVTSI2SSrr, Int_CVTSI2SDrr, Int_CVTSS2SDrr from | Manman Ren | 2012-08-13 | 1 | -0/+14 |
* | Start function numbering at 0. | Dan Gohman | 2010-04-17 | 1 | -6/+6 |
* | fix and un-xfail X86/vec_ss_load_fold.ll | Chris Lattner | 2010-02-21 | 1 | -1/+0 |
* | temporarily disable this. | Chris Lattner | 2010-02-21 | 1 | -1/+2 |
* | roundss is an sse 4 thing, fix the test on non-sse41 builders | Chris Lattner | 2010-02-17 | 1 | -1/+1 |
* | fix rdar://7653908, a crash on a case where we would fold a load | Chris Lattner | 2010-02-16 | 1 | -0/+25 |
* | filecheckize | Chris Lattner | 2010-02-16 | 1 | -3/+9 |
* | Eliminate more uses of llvm-as and llvm-dis. | Dan Gohman | 2009-09-08 | 1 | -1/+1 |
* | Remove obsolete -f flags. | Dan Gohman | 2009-08-25 | 1 | -1/+1 |
* | Split the Add, Sub, and Mul instruction opcodes into separate | Dan Gohman | 2009-06-04 | 1 | -2/+2 |
* | Add nounwind. | Evan Cheng | 2008-05-07 | 1 | -2/+2 |
* | Remove llvm-upgrade and update tests. | Tanya Lattner | 2008-02-21 | 1 | -34/+28 |
* | Convert tests using "| wc -l | grep ..." to use the count script. | Dan Gohman | 2007-08-15 | 1 | -1/+1 |
* | For PR1319: | Reid Spencer | 2007-04-16 | 1 | -2/+3 |
* | Regression is gone, don't try to find it on clean target. | Reid Spencer | 2007-01-17 | 1 | -0/+46 |