summaryrefslogtreecommitdiffstats
path: root/llvm/utils/PerfectShuffle/PerfectShuffle.cpp
Commit message (Collapse)AuthorAgeFilesLines
* remove attributions from utils.Chris Lattner2007-12-291-2/+2
| | | | llvm-svn: 45419
* silence warningChris Lattner2006-11-031-0/+2
| | | | llvm-svn: 31402
* For PR786:Reid Spencer2006-11-021-1/+0
| | | | | | | | | | Turn on -Wunused and -Wno-unused-parameter. Clean up most of the resulting fall out by removing unused variables. Remaining warnings have to do with unused functions (I didn't want to delete code without review) and unused variables in generated code. Maintainers should clean up the remaining issues when they see them. All changes pass DejaGnu tests and Olden. llvm-svn: 31380
* Patches to make the LLVM sources more -pedantic clean. Patch providedChris Lattner2006-05-241-1/+1
| | | | | | by Anton Korobeynikov! This is a step towards closing PR786. llvm-svn: 28447
* Fix a build failure on Vladimir's tester.Chris Lattner2006-04-181-0/+1
| | | | llvm-svn: 27785
* Encode a cost of zero as a cost of 1.Chris Lattner2006-04-171-1/+3
| | | | llvm-svn: 27745
* Really, I can count!Chris Lattner2006-04-171-1/+1
| | | | llvm-svn: 27743
* assign stable opcodes to the various altivec ops.Chris Lattner2006-04-171-14/+33
| | | | llvm-svn: 27741
* Rename BuildShuffleTable -> PerfectShuffleChris Lattner2006-04-171-1/+1
| | | | llvm-svn: 27738
* rename the tableChris Lattner2006-04-171-1/+1
| | | | llvm-svn: 27737
* Initial checking of a perfect shuffle generation program for 4-elementChris Lattner2006-04-171-0/+474
Altivec vectors. llvm-svn: 27736
OpenPOWER on IntegriCloud