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