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