summaryrefslogtreecommitdiffstats
path: root/llvm/test/Transforms/InstCombine/bswap.ll
Commit message (Expand)AuthorAgeFilesLines
* [InstCombine] canonicalize shift+logic+shift to reduce dependency chainSanjay Patel2019-11-071-4/+4
* [InstCombine] recognize bswap disguised as shufflevectorSanjay Patel2019-09-021-8/+11
* [InstCombine] add possible bswap as widening shuffle test; NFCSanjay Patel2019-08-291-2/+13
* [InstCombine] add tests for bswap disguised as shuffle; NFCSanjay Patel2019-08-291-17/+80
* Revert "Temporarily Revert "Add basic loop fusion pass.""Eric Christopher2019-04-171-0/+232
* Temporarily Revert "Add basic loop fusion pass."Eric Christopher2019-04-171-232/+0
* [InstCombine] Adjusting bswap pattern matching to hold for And/Shift mixed caseOmer Paparo Bivas2018-05-011-5/+2
* [InstCombine] add test to show missed bswap; NFCSanjay Patel2018-01-101-11/+90
* [InstCombine] auto-generate complete test checks; NFCSanjay Patel2017-11-281-25/+44
* [InstCombine] Catch more bswap cases missed due to zext and truncs.Chad Rosier2016-05-261-0/+38
* [InstCombine] Clean up and FileCheckize test case.Chad Rosier2016-05-241-61/+74
* [InstCombine] Recognize another bswap idiom.Charlie Turner2015-09-241-1/+13
* Convert all tests using TCL-style quoting to use shell-style quoting.Chandler Carruth2012-07-021-1/+1
* remove two trunc xforms that are subsumed by EvaluateInDifferentType.Chris Lattner2010-01-051-0/+2
* Change tests from "opt %s" to "opt < %s" so that opt doesn't see theDan Gohman2009-09-111-1/+1
* Use opt -S instead of piping bitcode output through llvm-dis.Dan Gohman2009-09-081-1/+1
* Change these tests to feed the assembly files to opt directly, insteadDan Gohman2009-09-081-1/+1
* rewrite bswap matching to be more general, allowing arbitraryChris Lattner2008-10-051-1/+16
* Remove llvm-upgrade and update tests.Tanya Lattner2008-03-091-51/+46
* Convert tests using "| wc -l | grep ..." to use the count script.Dan Gohman2007-08-151-1/+1
* For PR1319:Reid Spencer2007-04-151-0/+1
* For PR1319:Reid Spencer2007-04-141-1/+2
* instcombine doesn't do CSE, simplify unrelated detailChris Lattner2007-03-031-2/+1
* Regression is gone, don't try to find it on clean target.Reid Spencer2007-01-171-0/+61
OpenPOWER on IntegriCloud