aboutsummaryrefslogtreecommitdiffstats
path: root/utils/PerfectShuffle
Commit message (Collapse)AuthorAgeFilesLines
* Fix a build failure on Vladimir's tester.Chris Lattner2006-04-181-0/+1
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@27785 91177308-0d34-0410-b5e6-96231b3b80d8
* Encode a cost of zero as a cost of 1.Chris Lattner2006-04-171-1/+3
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@27745 91177308-0d34-0410-b5e6-96231b3b80d8
* Really, I can count!Chris Lattner2006-04-171-1/+1
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@27743 91177308-0d34-0410-b5e6-96231b3b80d8
* assign stable opcodes to the various altivec ops.Chris Lattner2006-04-171-14/+33
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@27741 91177308-0d34-0410-b5e6-96231b3b80d8
* Rename BuildShuffleTable -> PerfectShuffleChris Lattner2006-04-172-3/+3
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@27738 91177308-0d34-0410-b5e6-96231b3b80d8
* rename the tableChris Lattner2006-04-171-1/+1
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@27737 91177308-0d34-0410-b5e6-96231b3b80d8
* Initial checking of a perfect shuffle generation program for 4-elementChris Lattner2006-04-172-0/+487
Altivec vectors. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@27736 91177308-0d34-0410-b5e6-96231b3b80d8