projects
/
oota-llvm.git
/ history
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
first ⋅ prev ⋅
next
[X86][SSE3] Added fast-isel intrinsics tests
[oota-llvm.git]
/
test
/
Transforms
/
LoopVectorize
/
2015-11-26
Charlie Turner
[LoopVectorize] Use MapVector rather than DenseMap...
tree
|
commitdiff
2015-11-19
Elena Demikhovsky
Pointers in Masked Load, Store, Gather, Scatter intrinsics
tree
|
commitdiff
2015-11-09
James Molloy
[LoopVectorize] Address post-commit feedback on r250032
tree
|
commitdiff
2015-11-05
Peter Collingbourne
DI: Reverse direction of subprogram -> function edge.
tree
|
commitdiff
2015-11-03
Elena Demikhovsky
LoopVectorizer - skip 'bitcast' between GEP and load.
tree
|
commitdiff
2015-11-02
Cong Hou
Add a flag vectorizer-maximize-bandwidth in loop vector...
tree
|
commitdiff
2015-10-29
Cong Hou
Revert the revision 251592 as it fails a test on some...
tree
|
commitdiff
2015-10-29
Cong Hou
Add a flag vectorizer-maximize-bandwidth in loop vector...
tree
|
commitdiff
2015-10-27
NAKAMURA Takumi
Revert r251291, "Loop Vectorizer - skipping "bitcast...
tree
|
commitdiff
2015-10-26
Elena Demikhovsky
Loop Vectorizer - skipping "bitcast" before GEP
tree
|
commitdiff
2015-10-12
James Molloy
[LoopVectorize] Shrink integer operations into the...
tree
|
commitdiff
2015-09-21
James Molloy
[LoopUtils,LV] Propagate fast-math flags on generated...
tree
|
commitdiff
2015-09-10
Matthew Simpson
[LV] Relax Small Size Reduction Type Requirement
tree
|
commitdiff
2015-09-09
Chandler Carruth
[PM/AA] Rebuild LLVM's alias analysis infrastructure...
tree
|
commitdiff
2015-09-09
James Molloy
Delay predication of stores until near the end of vecto...
tree
|
commitdiff
2015-09-04
Silviu Baranga
Simplify testcase added in r246759. NFC
tree
|
commitdiff
2015-09-04
Hal Finkel
[PowerPC] Enable interleaved-access vectorization
tree
|
commitdiff
2015-09-03
Hal Finkel
[PowerPC] Always use aggressive interleaving on the A2
tree
|
commitdiff
2015-09-03
Silviu Baranga
Fix IRBuilder CreateBitOrPointerCast for vector types
tree
|
commitdiff
2015-09-02
Chad Rosier
Add newline to test. NFC.
tree
|
commitdiff
2015-09-02
James Molloy
[LV] Don't bail to MiddleBlock if a runtime check fails...
tree
|
commitdiff
2015-09-02
James Molloy
[LV] Refactor all runtime check emissions into helper...
tree
|
commitdiff
2015-09-02
James Molloy
[LV] Pull creation of trip counts into a helper function.
tree
|
commitdiff
2015-09-02
James Molloy
[LV] Never widen an induction variable.
tree
|
commitdiff
2015-09-02
James Molloy
[LV] Switch to using canonical induction variables.
tree
|
commitdiff
2015-09-01
Silviu Baranga
[AArch64] Turn on by default interleaved access vectori...
tree
|
commitdiff
2015-09-01
Silviu Baranga
[ARM] Turn on by default interleaved access vectorization
tree
|
commitdiff
2015-08-28
Duncan P. N. Exon...
DI: Require subprogram definitions to be distinct
tree
|
commitdiff
2015-08-27
Tyler Nowicki
Fix test introduced in r246187 that failed on some...
tree
|
commitdiff
2015-08-27
Tyler Nowicki
Improve vectorization diagnostic messages and extend...
tree
|
commitdiff
2015-08-27
Chad Rosier
[LoopVectorize] Move test from r246149 into a target...
tree
|
commitdiff
2015-08-27
Chad Rosier
[LoopVectorize] Add Support for Small Size Reductions.
tree
|
commitdiff
2015-08-27
Tyler Nowicki
Improved printing of analysis diagnostics in the loop...
tree
|
commitdiff
2015-08-25
Wei Mi
The patch replace the overflow check in loop vectorizat...
tree
|
commitdiff
2015-08-20
Michael Zolotukhin
[LoopVectorize] Propagate 'nontemporal' attribute into...
tree
|
commitdiff
2015-08-14
Chad Rosier
Cleanup test whitespace or lack thereof. NFC.
tree
|
commitdiff
2015-08-11
Sanjay Patel
fix minsize detection: minsize attribute implies optimi...
tree
|
commitdiff
2015-08-11
Sanjay Patel
remove unnecessary settings/attributes from test case
tree
|
commitdiff
2015-08-11
Tyler Nowicki
Print vectorization analysis when loop hint is specified.
tree
|
commitdiff
2015-08-10
Tyler Nowicki
Extend late diagnostics to include late test for runtim...
tree
|
commitdiff
2015-08-10
Tyler Nowicki
Make fp vectorization test X86 specified to avoid cost...
tree
|
commitdiff
2015-08-10
Tyler Nowicki
Late evaluation of the fast-math vectorization requirement.
tree
|
commitdiff
2015-08-10
Tyler Nowicki
Modify diagnostic messages to clearly indicate the...
tree
|
commitdiff
2015-08-03
Duncan P. N. Exon...
DI: Disallow uniquable DICompileUnits
tree
|
commitdiff
2015-07-31
Duncan P. N. Exon...
DI: Remove DW_TAG_arg_variable and DW_TAG_auto_variable
tree
|
commitdiff
2015-07-27
Silviu Baranga
The tests added in r243270 require asserts to be enabled
tree
|
commitdiff
2015-07-27
Silviu Baranga
Fix the tests added in r243270. Use 2>&1 instead of |&
tree
|
commitdiff
2015-07-27
Silviu Baranga
[ARM/AArch64] Fix cost model for interleaved accesses
tree
|
commitdiff
2015-07-26
Jingyue Wu
Roll forward r243250
tree
|
commitdiff
2015-07-26
Jingyue Wu
Revert r243250
tree
|
commitdiff
2015-07-26
Jingyue Wu
[TTI/CostModel] improve TTI::getGEPCost and use it...
tree
|
commitdiff
2015-07-11
Tyler Nowicki
Renamed some uses of unroll to interleave in the vector...
tree
|
commitdiff
2015-07-01
Alexey Samsonov
[LoopVectorize] Use ReplaceInstWithInst() helper where...
tree
|
commitdiff
2015-06-30
David Majnemer
Correct a typo for a LoopVectorize test
tree
|
commitdiff
2015-06-27
David Majnemer
[LoopVectorize] Pointer indicies may be wider than...
tree
|
commitdiff
2015-06-24
Michael Zolotukhin
[LoopVectorizer] Fix bailing-out condition for OptForSi...
tree
|
commitdiff
2015-06-08
Hao Liu
[LoopVectorize] Teach Loop Vectorizor about interleaved...
tree
|
commitdiff
2015-06-05
David Majnemer
[LoopVectorize] Don't crash on zero-sized types in...
tree
|
commitdiff
2015-05-15
Nemanja Ivanovic
NFC - Test case invokes llc on a file rather than redir...
tree
|
commitdiff
2015-05-07
Michael Zolotukhin
Populate list of vectorizable functions for Accelerate...
tree
|
commitdiff
2015-05-06
Wei Mi
[X86] Disable loop unrolling in loop vectorization...
tree
|
commitdiff
2015-04-29
Duncan P. N. Exon...
IR: Give 'DI' prefix to debug info metadata
tree
|
commitdiff
2015-03-27
Duncan P. N. Exon...
DebugInfo: Fix bad debug info for compile units and...
tree
|
commitdiff
2015-03-17
Michael Zolotukhin
TLI: Add addVectorizableFunctionsFromVecLib.
tree
|
commitdiff
2015-03-17
Michael Zolotukhin
TTI: Honour cost model for estimating cost of vector...
tree
|
commitdiff
2015-03-15
Duncan P. N. Exon...
Verifier: Check debug info intrinsic arguments
tree
|
commitdiff
2015-03-13
David Blaikie
[opaque pointer type] Add textual IR support for explic...
tree
|
commitdiff
2015-03-09
Kevin Qin
Introduce runtime unrolling disable matadata and use...
tree
|
commitdiff
2015-03-06
Olivier Sallenave
Do not restrict interleaved unrolling to small loops...
tree
|
commitdiff
2015-03-03
Duncan P. N. Exon...
DebugInfo: Move new hierarchy into place
tree
|
commitdiff
2015-02-27
David Blaikie
[opaque pointer type] Add textual IR support for explic...
tree
|
commitdiff
2015-02-27
David Blaikie
[opaque pointer type] Add textual IR support for explic...
tree
|
commitdiff
2015-02-19
Chandler Carruth
[x86,sdag] Two interrelated changes to the x86 and...
tree
|
commitdiff
2015-02-18
Adam Nemet
[LoopAccesses] Modify test to also check symbolic strid...
tree
|
commitdiff
2015-02-15
David Blaikie
Reformat test case to be easier to migrate to typeless...
tree
|
commitdiff
2015-02-13
Olivier Sallenave
Check interleaving without relying on debug output.
tree
|
commitdiff
2015-02-13
NAKAMURA Takumi
llvm/test/Transforms/LoopVectorize/PowerPC/small-loop...
tree
|
commitdiff
2015-02-12
Olivier Sallenave
Change max interleave factor to 12 for POWER7 and POWER8.
tree
|
commitdiff
2015-02-12
Benjamin Kramer
Update test case.
tree
|
commitdiff
2015-01-30
Hao Liu
Move the target specific test case arbitrary-induction...
tree
|
commitdiff
2015-01-30
Hao Liu
[LoopVectorize] Induction variables: support arbitrary...
tree
|
commitdiff
2015-01-22
Elena Demikhovsky
Fixed a bug in masked load/store in reversed loop.
tree
|
commitdiff
2015-01-14
Duncan P. N. Exon...
IR: Move MDLocation into place
tree
|
commitdiff
2015-01-08
Duncan P. N. Exon...
IR: Add 'distinct' MDNodes to bitcode and assembly
tree
|
commitdiff
2015-01-05
Michael Kuperstein
Fix broken test from r225159.
tree
|
commitdiff
2015-01-05
Jiangning Liu
Fixed a bug in memory dependence checking module of...
tree
|
commitdiff
2014-12-16
Elena Demikhovsky
Masked Load and Store Intrinsics in loop vectorizer.
tree
|
commitdiff
2014-12-15
Duncan P. N. Exon...
IR: Make metadata typeless in assembly
tree
|
commitdiff
2014-12-02
Michael Zolotukhin
PR21302. Vectorize only bottom-tested loops.
tree
|
commitdiff
2014-12-02
Michael Zolotukhin
Apply loop-rotate to several vectorizer tests.
tree
|
commitdiff
2014-11-28
Duncan P. N. Exon...
Revert "Masked Vector Load and Store Intrinsics."
tree
|
commitdiff
2014-11-24
Matt Arsenault
Bug 21610: Canonicalize min/max fcmp selects to use...
tree
|
commitdiff
2014-11-23
Elena Demikhovsky
Masked Vector Load and Store Intrinsics.
tree
|
commitdiff
2014-11-11
Suyog Sarda
Addition to r216371 (SLP and Loop Vectorization) and...
tree
|
commitdiff
2014-11-07
David Majnemer
LoopVectorize: Don't assume pointees are sized
tree
|
commitdiff
2014-10-31
Michael Zolotukhin
Correctly update dom-tree after loop vectorizer.
tree
|
commitdiff
2014-10-21
Matt Arsenault
Add minnum / maxnum intrinsics
tree
|
commitdiff
2014-10-14
Hal Finkel
[LoopVectorize] Ignore @llvm.assume for cost estimates...
tree
|
commitdiff
2014-10-03
Duncan P. N. Exon...
Revert "Revert "DI: Fold constant arguments into a...
tree
|
commitdiff
2014-10-02
Duncan P. N. Exon...
Revert "DI: Fold constant arguments into a single MDString"
tree
|
commitdiff
next