index
:
external_llvm.git
replicant-6.0
Unnamed repository; edit this file 'description' to name the repository.
git repository hosting
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
lib
/
Transforms
/
Vectorize
/
BBVectorize.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
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
*
Switch BBVectorize to directly depend on having a TTI analysis.
Chandler Carruth
2013-01-07
1
-4
/
+4
*
Move TargetTransformInfo to live under the Analysis library. This no
Chandler Carruth
2013-01-07
1
-1
/
+1
*
Switch the BB vectorizer from the VTTI interface to the simple TTI
Chandler Carruth
2013-01-05
1
-41
/
+38
*
Move all of the header files which are involved in modelling the LLVM IR
Chandler Carruth
2013-01-02
1
-10
/
+10
*
BBVectorize: Use VTTI to compute costs for intrinsics vectorization
Hal Finkel
2012-12-26
1
-12
/
+64
*
BBVectorize: Enable vectorization of the fmuladd intrinsic
Hal Finkel
2012-12-25
1
-0
/
+1
*
BB-Vectorizer: Check the cost of the store pointer type
Nadav Rotem
2012-12-21
1
-2
/
+2
*
Use the new script to sort the includes of every file under lib.
Chandler Carruth
2012-12-03
1
-14
/
+14
*
BBVectorize: Correctly merge SubclassOptionalData
Hal Finkel
2012-11-28
1
-0
/
+1
*
Replace std::vector -> SmallVector in BBVectorize
Hal Finkel
2012-11-14
1
-4
/
+4
*
Fix the largest offender of determinism in BBVectorize
Hal Finkel
2012-11-14
1
-6
/
+6
*
BBVectorize: Remove temporary assert used for debugging
Hal Finkel
2012-11-13
1
-1
/
+0
*
BBVectorize: Don't vectorize vector-manipulation chains
Hal Finkel
2012-11-13
1
-0
/
+17
*
BBVectorize: Only some insert element operand pairs are free.
Hal Finkel
2012-11-12
1
-13
/
+17
*
BBVectorize: Use a more sophisticated check for input cost
Hal Finkel
2012-11-12
1
-14
/
+43
*
BBVectorize: Check the types of compare instructions
Hal Finkel
2012-11-12
1
-0
/
+2
*
BBVectorize: Check the input types of shuffles for legality
Hal Finkel
2012-11-12
1
-3
/
+6
*
BBVectorize: Use target costs for incoming and outgoing values instead of the...
Hal Finkel
2012-11-01
1
-9
/
+191
*
BBVectorize: Account for internal shuffle costs
Hal Finkel
2012-11-01
1
-2
/
+60
*
BBVectorize: Choose pair ordering to minimize shuffles
Hal Finkel
2012-10-31
1
-75
/
+209
*
BBVectorize: Cache fixed-order pairs instead of recomputing pointer info.
Hal Finkel
2012-10-30
1
-51
/
+34
*
BBVectorize: Fix a small bug introduced in r167042.
Hal Finkel
2012-10-30
1
-1
/
+0
*
BBVectorize: Simplify how input swapping is handled.
Hal Finkel
2012-10-30
1
-43
/
+25
*
BBVectorize: Don't make calls to SE when the result is unused.
Hal Finkel
2012-10-30
1
-2
/
+5
*
Update BBVectorize to use the new VTTI instr. cost interfaces.
Hal Finkel
2012-10-27
1
-3
/
+58
*
Use VTTI->getNumberOfParts in BBVectorize.
Hal Finkel
2012-10-26
1
-11
/
+12
*
Disable generation of pointer vectors by BBVectorize.
Hal Finkel
2012-10-26
1
-1
/
+2
*
BBVectorize, when using VTTI, should not form types that will be split.
Hal Finkel
2012-10-25
1
-0
/
+19
*
Begin incorporating target information into BBVectorize.
Hal Finkel
2012-10-25
1
-43
/
+134
*
BBVectorize should ignore unreachable blocks.
Hal Finkel
2012-10-22
1
-0
/
+13
*
Move TargetData to DataLayout.
Micah Villmow
2012-10-08
1
-4
/
+4
[next]