summaryrefslogtreecommitdiff
path: root/test/CodeGen/Generic/select.ll
Commit message (Expand)AuthorAge
* Convert a vselect into a concat_vector if possibleFilipe Cabecinhas2014-05-30
* Add VSELECT to LegalizeVectorTypes::ScalariseVectorResult. Previously it wou...Pete Cooper2012-04-03
* Eliminate more uses of llvm-as and llvm-dis.Dan Gohman2009-09-09
* Split the Add, Sub, and Mul instruction opcodes into separateDan Gohman2009-06-04
* Remove llvm-upgrade and update tests.Tanya Lattner2008-02-19
* Change all floating constants that are not exactlyDale Johannesen2007-09-05
* Run llvm-upgrade on this test and/or upgrade intrinsic function calls.Reid Spencer2006-12-02
* Promote GEP ubyte indices to uint. Backwards compatibility for 1.2 andReid Spencer2006-11-23
* Adding RUN lines.Tanya Lattner2004-11-06
* Unbreak this test case - llvm-as no longer tolerates redefining names in anyBrian Gaeke2003-11-22
* Cleanup testcaseChris Lattner2003-01-15
* Add a test for folding a GEP into a load.Vikram S. Adve2002-10-13
* Fix to avoid addition on pointers, which is no longer legal.Vikram S. Adve2002-09-20
* Add functions castbool and boolexpr.Vikram S. Adve2002-08-22
* Add tests for unary NOT operations.Vikram S. Adve2002-08-15
* *** empty log message ***Chris Lattner2002-08-14
* Make testcase legal LLVMChris Lattner2002-08-01
* Some of these are feature tests, not regression tests.Vikram S. Adve2002-07-10