index
:
emscripten-fastcomp
master
LLVM with the emscripten fastcomp javascript backend
git repository hosting
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
utils
/
PerfectShuffle
Age
Commit message (
Expand
)
Author
2012-12-04
Sort the #include lines for utils/...
Chandler Carruth
2011-05-18
In r131488 I misunderstood how VREV works. It splits the vector in half and s...
Tanya Lattner
2011-05-17
vrev is incorrectly defined in the perfect shuffle table. The ordering is bac...
Tanya Lattner
2010-10-14
Teach PerfectShuffle to not generate files with embedded tab characters.
Jim Grosbach
2009-09-25
Provide proper masks for neon perfect shuffle table.
Anton Korobeynikov
2009-08-21
Add lowering of ARM 4-element shuffles to multiple instructios via perfectshu...
Anton Korobeynikov
2009-08-21
Add simple cost model to perfect shuffle. Currently we're doing just greedy s...
Anton Korobeynikov
2009-08-21
Whitespace cleanup
Anton Korobeynikov
2009-02-26
these utils don't need exports.
Chris Lattner
2008-02-20
Unbreak build with gcc 4.3: provide missed includes and silence most annoying...
Anton Korobeynikov
2007-12-29
remove attributions from utils.
Chris Lattner
2007-12-29
remove attributions from tools/utils makefiles.
Chris Lattner
2007-02-06
Set the new NO_INSTALL flag for build-only tools.
Reid Spencer
2006-11-03
silence warning
Chris Lattner
2006-11-02
For PR786:
Reid Spencer
2006-05-24
Patches to make the LLVM sources more -pedantic clean. Patch provided
Chris Lattner
2006-04-18
Fix a build failure on Vladimir's tester.
Chris Lattner
2006-04-17
Encode a cost of zero as a cost of 1.
Chris Lattner
2006-04-17
Really, I can count!
Chris Lattner
2006-04-17
assign stable opcodes to the various altivec ops.
Chris Lattner
2006-04-17
Rename BuildShuffleTable -> PerfectShuffle
Chris Lattner
2006-04-17
rename the table
Chris Lattner
2006-04-17
Initial checking of a perfect shuffle generation program for 4-element
Chris Lattner