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
/
Target
/
X86
/
X86TargetTransformInfo.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
Remove templates from CostTableLookup functions. All instantiations had the s...
Craig Topper
2015-10-28
1
-30
/
+25
*
Convert cost table lookup functions to return a pointer to the entry or nullp...
Craig Topper
2015-10-27
1
-101
/
+74
*
Scalarizer for masked.gather and masked.scatter intrinsics.
Elena Demikhovsky
2015-10-25
1
-0
/
+27
*
Remove two unnecessary conversions from MVT to EVT. NFC
Craig Topper
2015-10-25
1
-2
/
+2
*
Partially reverted changes from r250686
Elena Demikhovsky
2015-10-22
1
-2
/
+4
*
Removed parameter "Consecutive" from isLegalMaskedLoad() / isLegalMaskedStore().
Elena Demikhovsky
2015-10-19
1
-12
/
+9
*
[CostModel] Fixed AVX integer shift costs
Simon Pilgrim
2015-10-17
1
-12
/
+36
*
Fix Clang-tidy modernize-use-nullptr warnings in source directories and gener...
Hans Wennborg
2015-10-06
1
-4
/
+5
*
[X86] Teach constant hoisting that ANDs with 64-bit immediates in the range 0...
Craig Topper
2015-10-06
1
-1
/
+7
*
[X86][XOP] Added support for the lowering of 128-bit vector shifts to XOP shi...
Simon Pilgrim
2015-09-30
1
-15
/
+61
*
[TTI] Make the cost APIs in TargetTransformInfo consistently use 'int'
Chandler Carruth
2015-08-05
1
-64
/
+56
*
Rename hasCompatibleFunctionAttributes->areInlineCompatible based
Eric Christopher
2015-07-29
1
-2
/
+2
*
[X86][SSE] Vectorize i64 ASHR operations
Simon Pilgrim
2015-07-29
1
-2
/
+3
*
[X86][SSE] Reordered cast vectorization costs. NFCI.
Simon Pilgrim
2015-07-19
1
-47
/
+48
*
[X86][SSE] Updated SHL/LSHR i64 vectorization costs.
Simon Pilgrim
2015-07-18
1
-3
/
+3
*
Prune trailing whitespaces and CRs.
NAKAMURA Takumi
2015-07-14
1
-23
/
+23
*
[X86][SSE] Vectorized v4i32 non-uniform shifts.
Simon Pilgrim
2015-07-12
1
-23
/
+23
*
Make TargetLowering::getPointerTy() taking DataLayout as an argument
Mehdi Amini
2015-07-09
1
-13
/
+13
*
[X86][SSE] Vectorized i64 uniform constant SRA shifts
Simon Pilgrim
2015-07-06
1
-0
/
+3
*
Implement TargetTransformInfo::hasCompatibleFunctionAttributes for X86.
Eric Christopher
2015-07-02
1
-0
/
+15
*
[X86][SSE] Vectorized i8 and i16 shift operators
Simon Pilgrim
2015-06-11
1
-10
/
+10
*
[X86][AVX2] Vectorized i16 shift operators
Simon Pilgrim
2015-05-25
1
-7
/
+7
*
[X86] Disable loop unrolling in loop vectorization pass when VF is 1.
Wei Mi
2015-05-06
1
-1
/
+7
*
[PM] Switch the TargetMachine interface from accepting a pass manager
Chandler Carruth
2015-01-31
1
-91
/
+1
*
[PM] Change the core design of the TTI analysis to use a polymorphic
Chandler Carruth
2015-01-31
1
-153
/
+136
*
Implemented cost model for masked load/store operations.
Elena Demikhovsky
2015-01-25
1
-0
/
+57
*
Masked Load/Store - Changed the order of parameters in intrinsics.
Elena Demikhovsky
2014-12-25
1
-3
/
+3
*
Loop Vectorizer minor changes in the code -
Elena Demikhovsky
2014-12-14
1
-5
/
+5
*
Masked Load / Store Intrinsics - the CodeGen part.
Elena Demikhovsky
2014-12-04
1
-0
/
+18
*
[X86] Clean up whitespace as well as minor coding style
Michael Liao
2014-12-04
1
-16
/
+16
*
Revert "Masked Vector Load and Store Intrinsics."
Duncan P. N. Exon Smith
2014-11-28
1
-18
/
+0
*
Add missing override keywords.
Craig Topper
2014-11-23
1
-2
/
+2
*
Masked Vector Load and Store Intrinsics.
Elena Demikhovsky
2014-11-23
1
-0
/
+18
*
AVX-512: SINT_TO_FP cost model and some bugfixes
Elena Demikhovsky
2014-11-13
1
-0
/
+7
*
[X86] Custom lower UINT_TO_FP from v4f32 to v4i32, and for v8f32 to v8i32 if
Quentin Colombet
2014-11-11
1
-1
/
+3
*
AVX-512: added cost for some AVX-512 instructions
Elena Demikhovsky
2014-09-16
1
-0
/
+62
*
Rename getMaximumUnrollFactor -> getMaxInterleaveFactor; also rename option n...
Sanjay Patel
2014-09-10
1
-2
/
+2
*
Allow vectorization of division by uniform power of 2.
Karthik Bhat
2014-08-25
1
-4
/
+27
*
Remove the TargetMachine forwards for TargetSubtargetInfo based
Eric Christopher
2014-08-04
1
-2
/
+2
*
[X86] AVX512: Enable it in the Loop Vectorizer
Adam Nemet
2014-07-09
1
-1
/
+5
*
[CostModel][x86] Improved cost model for alternate shuffles.
Andrea Di Biagio
2014-07-03
1
-17
/
+87
*
Add Support to Recognize and Vectorize NON SIMD instructions in SLPVectorizer.
Karthik Bhat
2014-06-20
1
-8
/
+38
*
X86: stifle GCC warning
Saleem Abdulrasool
2014-06-12
1
-1
/
+3
*
[ConstantHoisting][X86] Improve the cost model for small constants with large...
Juergen Ributzka
2014-06-10
1
-8
/
+35
*
Fix typo.
Eric Christopher
2014-05-22
1
-1
/
+1
*
[ConstantHoisting][X86] Change the cost model to never hoist constants for ty...
Juergen Ributzka
2014-05-19
1
-2
/
+13
*
Move late partial-unrolling thresholds into the processor definitions
Hal Finkel
2014-05-08
1
-76
/
+0
*
[X86TTI] Remove the unrolling branch limits
Hal Finkel
2014-05-07
1
-40
/
+13
*
[X86] Never hoist the shift value of a shift instruction.
Michael Zolotukhin
2014-04-30
1
-3
/
+7
*
X86TTI: Adjust sdiv cost now that we can lower it on plain SSE2.
Benjamin Kramer
2014-04-27
1
-0
/
+5
[prev]
[next]