summaryrefslogtreecommitdiff
path: root/utils/PerfectShuffle
AgeCommit message (Expand)AuthorFilesLines
2014-05-07[CMake] Add build rules for llvm-PerfectShuffle utilityAlexey Samsonov1-0/+3
2012-12-04Sort the #include lines for utils/...Chandler Carruth1-3/+3
2011-05-18In r131488 I misunderstood how VREV works. It splits the vector in half and s...Tanya Lattner1-1/+1
2011-05-17vrev is incorrectly defined in the perfect shuffle table. The ordering is bac...Tanya Lattner1-1/+1
2010-10-14Teach PerfectShuffle to not generate files with embedded tab characters.Jim Grosbach1-1/+2
2009-09-25Provide proper masks for neon perfect shuffle table.Anton Korobeynikov1-6/+6
2009-08-21Add lowering of ARM 4-element shuffles to multiple instructios via perfectshu...Anton Korobeynikov1-2/+73
2009-08-21Add simple cost model to perfect shuffle. Currently we're doing just greedy s...Anton Korobeynikov1-6/+9
2009-08-21Whitespace cleanupAnton Korobeynikov1-37/+37
2009-02-26these utils don't need exports.Chris Lattner1-0/+4
2008-02-20Unbreak build with gcc 4.3: provide missed includes and silence most annoying...Anton Korobeynikov1-1/+1
2007-12-29remove attributions from utils.Chris Lattner1-2/+2
2007-12-29remove attributions from tools/utils makefiles.Chris Lattner1-2/+2
2007-02-06Set the new NO_INSTALL flag for build-only tools.Reid Spencer1-0/+1
2006-11-03silence warningChris Lattner1-0/+2
2006-11-02For PR786:Reid Spencer1-1/+0
2006-05-24Patches to make the LLVM sources more -pedantic clean. Patch providedChris Lattner1-1/+1
2006-04-18Fix a build failure on Vladimir's tester.Chris Lattner1-0/+1
2006-04-17Encode a cost of zero as a cost of 1.Chris Lattner1-1/+3
2006-04-17Really, I can count!Chris Lattner1-1/+1
2006-04-17assign stable opcodes to the various altivec ops.Chris Lattner1-14/+33
2006-04-17Rename BuildShuffleTable -> PerfectShuffleChris Lattner2-3/+3
2006-04-17rename the tableChris Lattner1-1/+1
2006-04-17Initial checking of a perfect shuffle generation program for 4-elementChris Lattner2-0/+487