index
:
bcm5719-llvm
meklort-10.0.0
meklort-10.0.1
ortega-7.0.1
Project Ortega BCM5719 LLVM
Raptor Computing Systems
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
llvm
/
lib
/
Transforms
/
Vectorize
/
SLPVectorizer.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
[SLP] Propagate 'nontemporal' attribute into vectorized instructions.
Michael Zolotukhin
2015-08-20
1
-0
/
+3
*
[PM] Port ScalarEvolution to the new pass manager.
Chandler Carruth
2015-08-17
1
-3
/
+3
*
Fix some comment typos.
Benjamin Kramer
2015-08-08
1
-7
/
+7
*
[SLP vectorizer]: Choose the best consecutive candidate to pair with a store ...
Wei Mi
2015-07-30
1
-7
/
+18
*
Fix -Wextra-semi warnings.
Hans Wennborg
2015-07-22
1
-1
/
+1
*
[SLPVectorizer] Try different vectorization factors for store chains
Sanjay Patel
2015-07-08
1
-7
/
+37
*
remove unnecessary temp variable; NFCI
Sanjay Patel
2015-07-05
1
-5
/
+4
*
use range-based for loops; NFCI
Sanjay Patel
2015-07-05
1
-8
/
+7
*
use range-based for loops; NFCI
Sanjay Patel
2015-07-04
1
-20
/
+20
*
Move VectorUtils from Transforms to Analysis to correct layering violation
David Blaikie
2015-06-26
1
-1
/
+1
*
[SLP] Vectorize for all-constant entries.
Michael Zolotukhin
2015-06-19
1
-2
/
+4
*
[PM/AA] Remove the Location typedef from the AliasAnalysis class now
Chandler Carruth
2015-06-17
1
-5
/
+5
*
[PM/AA] Start refactoring AliasAnalysis to remove the analysis group and
Chandler Carruth
2015-06-04
1
-2
/
+2
*
Replace push_back(Constructor(foo)) with emplace_back(foo) for non-trivial types
Benjamin Kramer
2015-05-29
1
-1
/
+1
*
Change Function::getIntrinsicID() to return an Intrinsic::ID. NFC.
Pete Cooper
2015-05-20
1
-1
/
+1
*
Add range iterators for post order and inverse post order. Use them
Daniel Berlin
2015-04-15
1
-3
/
+1
*
Reduce dyn_cast<> to isa<> or cast<> where possible.
Benjamin Kramer
2015-04-10
1
-2
/
+2
*
Opaque Pointer Types: GEP API migrations to specify the gep type explicitly
David Blaikie
2015-03-24
1
-1
/
+2
*
Re-sort includes with sort-includes.py and insert raw_ostream.h where it's used.
Benjamin Kramer
2015-03-23
1
-1
/
+1
*
DataLayout is mandatory, update the API to reflect it with references.
Mehdi Amini
2015-03-10
1
-46
/
+48
*
Make DataLayout Non-Optional in the Module
Mehdi Amini
2015-03-04
1
-2
/
+1
*
SLPVectorizer: Rewrite ArrayRef slice compare to be more idiomatic.
Benjamin Kramer
2015-03-02
1
-9
/
+5
*
[slp] Fix a nasty bug in the SLP vectorizer that Joerg pointed out.
Chandler Carruth
2015-02-12
1
-4
/
+16
*
Correctly combine alias.scope metadata by a union instead of intersecting
Bjorn Steinbrink
2015-02-08
1
-0
/
+2
*
Fix: SLPVectorizer crashes with assertion when vectorizing a cmp instruction.
Erik Eckstein
2015-02-02
1
-0
/
+1
*
[multiversion] Thread a function argument through all the callers of the
Chandler Carruth
2015-02-01
1
-1
/
+1
*
[PM] Change the core design of the TTI analysis to use a polymorphic
Chandler Carruth
2015-01-31
1
-3
/
+3
*
SLPVectorizer: fix wrong scheduling of atomic load/stores.
Erik Eckstein
2015-01-26
1
-1
/
+12
*
Silencing a -Wsign-compare warning (all uses of this constant are within unsi...
Aaron Ballman
2015-01-22
1
-1
/
+1
*
SLPVectorizer: add a second limit for the number of alias checks.
Erik Eckstein
2015-01-22
1
-21
/
+49
*
Fix Operandreorder logic in SLPVectorizer to generate longer vectorizable chain.
Karthik Bhat
2015-01-20
1
-102
/
+211
*
SLPVectorizer: limit the number of alias checks to reduce the runtime.
Erik Eckstein
2015-01-19
1
-1
/
+16
*
[PM] Split the LoopInfo object apart from the legacy pass, creating
Chandler Carruth
2015-01-17
1
-3
/
+3
*
Replace size method call of containers to empty method where appropriate
Alexander Kornienko
2015-01-15
1
-1
/
+1
*
[PM] Separate the TargetLibraryInfo object from the immutable pass.
Chandler Carruth
2015-01-15
1
-1
/
+2
*
reapply: SLPVectorizer: Cache results from memory alias checking.
Erik Eckstein
2015-01-14
1
-21
/
+71
*
Fix non-determinism issue in SLP
Julien Lerouge
2015-01-13
1
-1
/
+1
*
Revert "SLPVectorizer: Cache results from memory alias checking."
Erik Eckstein
2015-01-13
1
-49
/
+19
*
SLPVectorizer: Cache results from memory alias checking.
Erik Eckstein
2015-01-13
1
-19
/
+49
*
Update comment.
Michael Zolotukhin
2015-01-09
1
-2
/
+2
*
Remove duplicating code. NFC.
Michael Zolotukhin
2015-01-09
1
-2
/
+2
*
Assumption that "VectorizedValue" will always be an Instruction is not correct.
Suyog Sarda
2015-01-09
1
-2
/
+1
*
[PM] Split the AssumptionTracker immutable pass into two separate APIs:
Chandler Carruth
2015-01-04
1
-10
/
+10
*
Revert 224119 "This patch recognizes (+ (+ v0, v1) (+ v2, v3)), reorders them...
Suyog Sarda
2014-12-17
1
-24
/
+2
*
This patch recognizes (+ (+ v0, v1) (+ v2, v3)), reorders them for bundling i...
Suyog Sarda
2014-12-12
1
-2
/
+24
*
Vectorize a reduction chain feeding into a 'return' statement.
Suyog Sarda
2014-11-19
1
-0
/
+15
*
Update SetVector to rely on the underlying set's insert to return a pair<iter...
David Blaikie
2014-11-19
1
-3
/
+3
*
Revert "IR: MDNode => Value"
Duncan P. N. Exon Smith
2014-11-11
1
-3
/
+3
*
IR: MDNode => Value: Instruction::getAllMetadataOtherThanDebugLoc()
Duncan P. N. Exon Smith
2014-11-03
1
-2
/
+2
*
IR: MDNode => Value: Instruction::getMetadata()
Duncan P. N. Exon Smith
2014-11-01
1
-1
/
+1
[next]