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
/
BBVectorize.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
DataLayout is mandatory, update the API to reflect it with references.
Mehdi Amini
2015-03-10
1
-16
/
+8
*
Remove the remaining uses of abs64 and nuke it.
Benjamin Kramer
2015-03-09
1
-4
/
+4
*
Make DataLayout Non-Optional in the Module
Mehdi Amini
2015-03-04
1
-4
/
+3
*
[multiversion] Thread a function argument through all the callers of the
Chandler Carruth
2015-02-01
1
-4
/
+5
*
[PM] Change the core design of the TTI analysis to use a polymorphic
Chandler Carruth
2015-01-31
1
-4
/
+8
*
Replace size method call of containers to empty method where appropriate
Alexander Kornienko
2015-01-15
1
-1
/
+1
*
[BBVectorize] Remove two more redundant assignments.
Tilmann Scheller
2014-12-19
1
-2
/
+0
*
[BBVectorize] Remove redundant assignment.
Tilmann Scheller
2014-12-19
1
-1
/
+0
*
Add minnum / maxnum intrinsics
Matt Arsenault
2014-10-21
1
-0
/
+2
*
Introduce a helper to combine instruction metadata.
Rafael Espindola
2014-08-15
1
-32
/
+7
*
Add scoped-noalias metadata
Hal Finkel
2014-07-24
1
-0
/
+4
*
[C++] Use 'nullptr'. Transforms edition.
Craig Topper
2014-04-25
1
-25
/
+29
*
Allow vectorization of bit intrinsics in BB Vectorizer.
Karthik Bhat
2014-04-25
1
-8
/
+21
*
Allow vectorization of few missed llvm intrinsic calls in BBVectorizor by han...
Karthik Bhat
2014-04-24
1
-0
/
+8
*
[Modules] Fix potential ODR violations by sinking the DEBUG_TYPE
Chandler Carruth
2014-04-22
1
-1
/
+2
*
[C++11] Add range based accessors for the Use-Def chain of a Value.
Chandler Carruth
2014-03-09
1
-33
/
+36
*
[C++11] Add 'override' keyword to virtual methods that override their base cl...
Craig Topper
2014-03-05
1
-2
/
+2
*
[Modules] Move ValueHandle into the IR library where Value itself lives.
Chandler Carruth
2014-03-04
1
-1
/
+1
*
[C++11] Replace llvm::next and llvm::prior with std::next and std::prev.
Benjamin Kramer
2014-03-02
1
-7
/
+7
*
Make DataLayout a plain object, not a pass.
Rafael Espindola
2014-02-25
1
-2
/
+4
*
Make some DataLayout pointers const.
Rafael Espindola
2014-02-24
1
-1
/
+1
*
Rename many DataLayout variables from TD to DL.
Rafael Espindola
2014-02-21
1
-9
/
+9
*
Reduce code duplication resulting from the ConstantVector/ConstantDataVector ...
Benjamin Kramer
2014-02-13
1
-16
/
+7
*
[Vectorizer] Add a new 'OperandValueKind' in TargetTransformInfo called
Andrea Di Biagio
2014-02-12
1
-3
/
+52
*
Disable most IR-level transform passes on functions marked 'optnone'.
Paul Robinson
2014-02-06
1
-0
/
+4
*
[PM] Split DominatorTree into a concrete analysis result object which
Chandler Carruth
2014-01-13
1
-5
/
+5
*
[cleanup] Move the Dominators.h and Verifier.h headers into the IR
Chandler Carruth
2014-01-13
1
-1
/
+1
*
Use more type helper functions
Matt Arsenault
2013-10-21
1
-17
/
+19
*
Fix code duplication
Matt Arsenault
2013-10-01
1
-21
/
+10
*
Fix spelling intruction -> instruction.
Robert Wilhelm
2013-09-28
1
-1
/
+1
*
BBVectorize: Add initial stores to the write set when tracking uses
Hal Finkel
2013-08-13
1
-0
/
+9
*
Use SmallVectorImpl& instead of SmallVector to avoid repeating small vector s...
Craig Topper
2013-07-14
1
-2
/
+2
*
Use SmallVectorImpl::iterator/const_iterator instead of SmallVector to avoid ...
Craig Topper
2013-07-04
1
-4
/
+4
*
BBVectorize: Fixup debugging statements
Hal Finkel
2013-03-10
1
-2
/
+2
*
BBVectorize: Fix an invalid reference bug
Hal Finkel
2013-02-17
1
-4
/
+7
*
BBVectorize: Call a DAG and DAG instead of a tree
Hal Finkel
2013-02-15
1
-84
/
+84
*
BBVectorize: Cap the number of candidate pairs in each instruction group
Hal Finkel
2013-02-15
1
-1
/
+9
*
BBVectorize: Remove the remaining instances of std::multimap
Hal Finkel
2013-02-14
1
-231
/
+256
*
BBVectorize: Don't store candidate pairs in a std::multimap
Hal Finkel
2013-02-14
1
-60
/
+92
*
BBVectorize: Don't over-search when building the dependency map
Hal Finkel
2013-02-11
1
-2
/
+10
*
BBVectorize: Omit unnecessary entries in PairableInstUsers
Hal Finkel
2013-02-11
1
-1
/
+3
*
BBVectorize: Eliminate one more restricted linear search
Hal Finkel
2013-02-11
1
-27
/
+31
*
BBVectorize: Remove the linear searches from pair connection searching
Hal Finkel
2013-02-11
1
-24
/
+11
*
BBVectorize: Avoid linear searches within the load-move set
Hal Finkel
2013-02-11
1
-20
/
+30
*
BBVectorize: isa/cast cleanup in getInstructionTypes
Hal Finkel
2013-02-11
1
-4
/
+4
*
BBVectorize: Make the bookkeeping to support full cycle checking less expensive
Hal Finkel
2013-02-11
1
-14
/
+25
*
BBVectorize: Use TTI->getAddressComputationCost
Hal Finkel
2013-02-08
1
-0
/
+5
*
BBVectorize: Better use of TTI->getShuffleCost
Hal Finkel
2013-01-27
1
-4
/
+23
*
BBVectorize: Add a additional comment about the cost computation
Hal Finkel
2013-01-26
1
-0
/
+6
*
BBVectorize: Fix anomalous capital letter in comment
Hal Finkel
2013-01-26
1
-1
/
+1
[next]