aboutsummaryrefslogtreecommitdiffstats
path: root/test/Transforms/InstCombine/vec_demanded_elts.ll
Commit message (Expand)AuthorAgeFilesLines
* Update aosp/master LLVM for rebase to r235153Pirama Arumuga Nainar2015-05-181-6/+6
* Update aosp/master llvm for rebase to r233350Pirama Arumuga Nainar2015-04-091-3/+3
* Update aosp/master LLVM for rebase to r230699.Stephen Hines2015-03-231-0/+27
* Update LLVM for 3.5 rebase (r209712).Stephen Hines2014-05-291-0/+366
* Catch more CHECK that can be converted to CHECK-LABEL in Transforms for easie...Stephen Lin2013-07-141-1/+1
* Update Transforms tests to use CHECK-LABEL for easier debugging. No functiona...Stephen Lin2013-07-141-8/+8
* Revert r164763 because it introduces new shuffles.Nadav Rotem2013-05-061-1/+1
* Prefer shuffles to selects. Backends love shuffles!Nick Lewycky2012-09-271-1/+1
* Simplify demanded bits of select sources where the condition is a constant ve...Pete Cooper2012-07-261-0/+19
* Teach SimplifyDemandedBits how to look through fpext and fptrunc to simplify ...Pete Cooper2012-07-261-0/+28
* Make demanded-elt simplification for shufflevector slightly stronger. Spotte...Eli Friedman2011-09-151-0/+11
* Move test to Transforms/InstCombine.Stuart Hastings2011-05-191-0/+16
* Teach instcombine about the rest of the SSE and SSE2 conversionChandler Carruth2011-01-101-0/+55
* Fold two related tests into the newly FileCheck-ized test, migratingChandler Carruth2011-01-101-0/+36
* Clean up and FileCheck-ize a test.Chandler Carruth2011-01-101-19/+19
* Change tests from "opt %s" to "opt < %s" so that opt doesn't see theDan Gohman2009-09-111-5/+5
* Use opt -S instead of piping bitcode output through llvm-dis.Dan Gohman2009-09-081-5/+5
* Change these tests to feed the assembly files to opt directly, insteadDan Gohman2009-09-081-5/+5
* Split the Add, Sub, and Mul instruction opcodes into separateDan Gohman2009-06-041-3/+3
* manually upgrade test. Add a new test2. I have no way to see if this worksChris Lattner2007-04-141-22/+33
* For PR1319:Reid Spencer2007-04-141-5/+11
* Use the llvm-upgrade program to upgrade llvm assembly.Reid Spencer2006-12-021-5/+5
* new testcaseChris Lattner2006-10-051-0/+30