summaryrefslogtreecommitdiff
path: root/utils/PerfectShuffle
Commit message (Expand)AuthorAge
* Sort the #include lines for utils/...Chandler Carruth2012-12-04
* In r131488 I misunderstood how VREV works. It splits the vector in half and s...Tanya Lattner2011-05-18
* vrev is incorrectly defined in the perfect shuffle table. The ordering is bac...Tanya Lattner2011-05-17
* Teach PerfectShuffle to not generate files with embedded tab characters.Jim Grosbach2010-10-14
* Provide proper masks for neon perfect shuffle table.Anton Korobeynikov2009-09-25
* Add lowering of ARM 4-element shuffles to multiple instructios via perfectshu...Anton Korobeynikov2009-08-21
* Add simple cost model to perfect shuffle. Currently we're doing just greedy s...Anton Korobeynikov2009-08-21
* Whitespace cleanupAnton Korobeynikov2009-08-21
* these utils don't need exports.Chris Lattner2009-02-26
* Unbreak build with gcc 4.3: provide missed includes and silence most annoying...Anton Korobeynikov2008-02-20
* remove attributions from utils.Chris Lattner2007-12-29
* remove attributions from tools/utils makefiles.Chris Lattner2007-12-29
* Set the new NO_INSTALL flag for build-only tools.Reid Spencer2007-02-06
* silence warningChris Lattner2006-11-03
* For PR786:Reid Spencer2006-11-02
* Patches to make the LLVM sources more -pedantic clean. Patch providedChris Lattner2006-05-24
* Fix a build failure on Vladimir's tester.Chris Lattner2006-04-18
* Encode a cost of zero as a cost of 1.Chris Lattner2006-04-17
* Really, I can count!Chris Lattner2006-04-17
* assign stable opcodes to the various altivec ops.Chris Lattner2006-04-17
* Rename BuildShuffleTable -> PerfectShuffleChris Lattner2006-04-17
* rename the tableChris Lattner2006-04-17
* Initial checking of a perfect shuffle generation program for 4-elementChris Lattner2006-04-17