index
:
external_llvm
replicant-6.0
external/llvm
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
include
/
llvm
/
TargetTransformInfo.h
Commit message (
Expand
)
Author
Age
Files
Lines
*
CostModel: We have API for checking the costs of known shuffles. This patch adds
Nadav Rotem
2012-12-24
1
-3
/
+8
*
Change the codegen Cost Model API for shuffeles. This patch removes the API f...
Nadav Rotem
2012-12-24
1
-3
/
+7
*
Loop Vectorizer: Update the cost model of scatter/gather operations and make
Nadav Rotem
2012-12-23
1
-21
/
+5
*
Replace TargetLowering::isIntImmLegal() with
Evan Cheng
2012-12-11
1
-0
/
+7
*
LoopVectorize: support vectorizing intrinsic calls
Paul Redmond
2012-12-09
1
-0
/
+8
*
- Re-enable population count loop idiom recognization
Shuxin Yang
2012-12-09
1
-0
/
+17
*
Revert the patches adding a popcount loop idiom recognition pass.
Chandler Carruth
2012-12-08
1
-17
/
+0
*
Sort the #include lines for the include/... tree with the script.
Chandler Carruth
2012-12-03
1
-1
/
+1
*
rdar://12100355 (part 1)
Shuxin Yang
2012-11-29
1
-0
/
+17
*
CostModel: add support for Vector Insert and Extract.
Nadav Rotem
2012-11-02
1
-1
/
+2
*
Use TargetTransformInfo to control switch-to-lookup table transformation
Hans Wennborg
2012-10-30
1
-0
/
+5
*
Minor style fixes for TargetTransformationInfo and TargetTransformImpl
Hans Wennborg
2012-10-29
1
-6
/
+6
*
Refactor the VectorTargetTransformInfo interface.
Nadav Rotem
2012-10-26
1
-1
/
+31
*
Add VectorTargetTransform::getNumberOfParts.
Hal Finkel
2012-10-26
1
-0
/
+5
*
Implement a basic VectorTargetTransformInfo interface to be used by the loop ...
Nadav Rotem
2012-10-24
1
-3
/
+38
*
Reapply the TargerTransformInfo changes, minus the changes to LSR and Lowerin...
Nadav Rotem
2012-10-18
1
-0
/
+128
*
Temporarily revert the TargetTransform changes.
Bob Wilson
2012-10-18
1
-128
/
+0
*
Shuffle the virtual destructor down to the base. This should actually pacify
Nick Lewycky
2012-10-12
1
-0
/
+2
*
Add a new interface to allow IR-level passes to access codegen-specific infor...
Nadav Rotem
2012-10-10
1
-0
/
+126