Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
fp2-dev
/
platform
/
external
/
llvm
/
1c8e581832440a114c9587d41473d107de4cac74
/
utils
/
PerfectShuffle
/
PerfectShuffle.cpp
1c8e581
Add lowering of ARM 4-element shuffles to multiple instructios via perfectshuffle-generated table.
by Anton Korobeynikov
· 16 years ago
c9d44f0
Add simple cost model to perfect shuffle. Currently we're doing just greedy search for cost instead of (proper) dynamic programming approach.
by Anton Korobeynikov
· 16 years ago
cb02dde
Whitespace cleanup
by Anton Korobeynikov
· 16 years ago
ae9f3a3
Unbreak build with gcc 4.3: provide missed includes and silence most annoying warnings.
by Anton Korobeynikov
· 17 years ago
3060910
remove attributions from utils.
by Chris Lattner
· 18 years ago
64a8ddd
silence warning
by Chris Lattner
· 19 years ago
3ed469c
For PR786:
by Reid Spencer
· 19 years ago
d74ea2b
Patches to make the LLVM sources more -pedantic clean. Patch provided
by Chris Lattner
· 19 years ago
309db81
Fix a build failure on Vladimir's tester.
by Chris Lattner
· 19 years ago
8c3e847
Encode a cost of zero as a cost of 1.
by Chris Lattner
· 19 years ago
195d8ad
Really, I can count!
by Chris Lattner
· 19 years ago
cf1f644
assign stable opcodes to the various altivec ops.
by Chris Lattner
· 19 years ago
4ad53bd
Rename BuildShuffleTable -> PerfectShuffle
by Chris Lattner
· 19 years ago
3033d4d
rename the table
by Chris Lattner
· 19 years ago
27e98aa
Initial checking of a perfect shuffle generation program for 4-element
by Chris Lattner
· 19 years ago