index
:
llvm
master
release_1
release_16
release_20
release_21
release_22
release_23
release_24
release_25
release_26
release_27
release_28
release_29
release_30
release_31
release_32
release_33
stable
svn-tags/RELEASE_1
svn-tags/RELEASE_20
svn-tags/RELEASE_21
svn-tags/RELEASE_22
svn-tags/RELEASE_23
svn-tags/RELEASE_24
svn-tags/RELEASE_25
svn-tags/RELEASE_26
svn-tags/RELEASE_27
svn-tags/RELEASE_28
svn-tags/RELEASE_29
svn-tags/RELEASE_30
svn-tags/RELEASE_31
svn-tags/RELEASE_32
testing
http://llvm.org
git repository hosting
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
test
/
Transforms
/
LoopVectorize
/
X86
Age
Commit message (
Expand
)
Author
2013-04-30
TBAA: remove !tbaa from testing cases if not used.
Manman Ren
2013-04-24
LoopVectorize: Scalarize padded types
Arnold Schwaighofer
2013-04-24
LoopVectorizer: Bail out if we don't have datalayout we need it
Arnold Schwaighofer
2013-04-23
Call the potentially costly isAnnotatedParallel() only once.
Pekka Jaaskelainen
2013-04-23
Refuse to (even try to) vectorize loops which have uniform writes,
Pekka Jaaskelainen
2013-04-04
LoopVectorizer: Pass OperandValueKind information to the cost model
Arnold Schwaighofer
2013-04-01
X86TTI: Add accurate costs for itofp operations, based on the actual instruct...
Benjamin Kramer
2013-03-14
LoopVectorizer: Insert some white space to make test case more readable
Arnold Schwaighofer
2013-03-14
Add missing asserts flag to test - it uses debug flags
Arnold Schwaighofer
2013-03-14
LoopVectorize: Invert case when we use a vector cmp value to query select cost
Arnold Schwaighofer
2013-03-08
Force cpu in test.
Benjamin Kramer
2013-03-08
Insert the reduction start value into the first bypass block to preserve domi...
Benjamin Kramer
2013-03-02
X86 cost model: Adjust cost for custom lowered vector multiplies
Arnold Schwaighofer
2013-02-15
Forgot to 'svn add' the LoopVectorizer tests for the new parallel loop metada...
Pekka Jaaskelainen
2013-02-05
Formatting.
NAKAMURA Takumi
2013-02-05
llvm/test/Transforms/LoopVectorize/X86/vector_ptr_load_store.ll: "-debug" req...
NAKAMURA Takumi
2013-02-05
Loop Vectorizer: Handle pointer stores/loads in getWidestType()
Arnold Schwaighofer
2013-01-31
Made the min-trip-count-switch test X86-specific to avoid
Pekka Jaaskelainen
2013-01-20
LoopVectorizer: Implement a new heuristics for selecting the unroll factor.
Nadav Rotem
2013-01-20
Change the cpu type in the test.
Nadav Rotem
2013-01-16
Move test that depends on the x86 target into a target-specific directory.
Benjamin Kramer
2013-01-09
ARM Cost model: Use the size of vector registers and widest vectorizable inst...
Nadav Rotem
2013-01-09
Remove the -licm pass from the loop vectorizer test because the loop vectoriz...
Nadav Rotem
2013-01-09
Cost Model: Move the 'max unroll factor' variable to the TTI and add initial ...
Nadav Rotem
2013-01-07
LoopVectorizer: When we vectorizer and widen loops we process many elements a...
Nadav Rotem
2013-01-04
LoopVectorizer:
Nadav Rotem
2012-12-24
Fix typo "Makre" -> "Make".
Nick Lewycky
2012-12-24
LoopVectorizer: When checking for vectorizable types, also check
Nadav Rotem
2012-12-23
CostModel: Change the default target-independent implementation for finding
Nadav Rotem
2012-12-23
Loop Vectorizer: Update the cost model of scatter/gather operations and make
Nadav Rotem
2012-12-19
Make TargetLowering::getTypeConversion more resilient against odd illegal MVTs.
Benjamin Kramer
2012-12-13
Teach the cost model about the optimization in r169904: Truncation of inducti...
Nadav Rotem
2012-11-06
Cost Model: add tables for some avx type-conversion hacks.
Nadav Rotem
2012-11-05
Code Model: Improve the accuracy of the zext/sext/trunc vector cost estimation.
Nadav Rotem
2012-11-05
Implement the cost of abnormal x86 instruction lowering as a table.
Nadav Rotem
2012-10-31
LoopVectorize: Preserve NSW, NUW and IsExact flags.
Nadav Rotem
2012-10-31
Fix a bug in the cost calculation of vector casts. Detect situations where bi...
Nadav Rotem
2012-10-31
Add support for loops that don't start with Zero.
Nadav Rotem
2012-10-27
1. Fix a bug in getTypeConversion. When a *simple* type is split, we need to ...
Nadav Rotem
2012-10-26
Refactor the VectorTargetTransformInfo interface.
Nadav Rotem
2012-10-26
Move the target-specific tests, which require specific backends, to dirs that...
Nadav Rotem