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
*
AlignmentFromAssumptions and SLPVectorizer preserves AA and GlobalsAA
Hal Finkel
2015-12-11
1
-0
/
+3
*
[SLP] Enable -slp-vectorize-hor by default.
Charlie Turner
2015-11-11
1
-1
/
+1
*
Fix SLPVectorizer commutativity reordering
Mehdi Amini
2015-11-06
1
-76
/
+69
*
[SLP] Be more aggressive about reduction width selection.
Charlie Turner
2015-10-27
1
-12
/
+35
*
[SLP] Try a bit harder to find reduction PHIs
Charlie Turner
2015-10-27
1
-5
/
+43
*
[SLP] Treat SelectInsts as reduction values.
Charlie Turner
2015-10-27
1
-6
/
+7
*
Refactor: Simplify boolean conditional return statements in lib/Transforms/Ve...
Michael Zolotukhin
2015-10-24
1
-8
/
+3
*
SLPVectorizer: AllSameOpcode* starts "true" only for instructions
Mehdi Amini
2015-10-23
1
-3
/
+4
*
SLPVectorizer: refactor reorderInputsAccordingToOpcode (NFC)
Mehdi Amini
2015-10-23
1
-52
/
+81
*
Vectorize: Remove implicit ilist iterator conversions, NFC
Duncan P. N. Exon Smith
2015-10-19
1
-9
/
+11
*
[SLP] Don't vectorize loads of non-packed types (like i1, i2).
Michael Zolotukhin
2015-09-30
1
-1
/
+18
*
SLPVectorizer: limit the scheduling region size per basic block.
Erik Eckstein
2015-09-30
1
-9
/
+56
*
[PM/AA] Rebuild LLVM's alias analysis infrastructure in a way compatible
Chandler Carruth
2015-09-09
1
-3
/
+3
*
[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
[next]