summaryrefslogtreecommitdiff
path: root/test/CodeGen/X86/vec_ss_load_fold.ll
Commit message (Expand)AuthorAge
* Replace more uses of sse41 with sse4.1.Rafael Espindola2013-08-23
* Convert CodeGen/*/*.ll tests to use the new CHECK-LABEL for easier debugging....Stephen Lin2013-07-13
* Fix failure on Atom bot due to r161769Manman Ren2012-08-13
* X86: move Int_CVTSD2SSrr, Int_CVTSI2SSrr, Int_CVTSI2SDrr, Int_CVTSS2SDrr fromManman Ren2012-08-13
* Start function numbering at 0.Dan Gohman2010-04-17
* fix and un-xfail X86/vec_ss_load_fold.llChris Lattner2010-02-21
* temporarily disable this.Chris Lattner2010-02-21
* roundss is an sse 4 thing, fix the test on non-sse41 buildersChris Lattner2010-02-17
* fix rdar://7653908, a crash on a case where we would fold a loadChris Lattner2010-02-16
* filecheckizeChris Lattner2010-02-16
* Eliminate more uses of llvm-as and llvm-dis.Dan Gohman2009-09-08
* Remove obsolete -f flags.Dan Gohman2009-08-25
* Split the Add, Sub, and Mul instruction opcodes into separateDan Gohman2009-06-04
* Add nounwind.Evan Cheng2008-05-07
* Remove llvm-upgrade and update tests.Tanya Lattner2008-02-21
* Convert tests using "| wc -l | grep ..." to use the count script.Dan Gohman2007-08-15
* For PR1319:Reid Spencer2007-04-16
* Use the llvm-upgrade program to upgrade llvm assembly.Reid Spencer2006-12-02
* Allow this to pass on ppcChris Lattner2006-10-25
* new testcaseChris Lattner2006-10-11