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
*
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
*
X86TTI: i16/i32 vector div with a constant (splat) divisor are reasonably che...
Benjamin Kramer
2014-04-26
1
-0
/
+19
*
[C++] Use 'nullptr'. Target edition.
Craig Topper
2014-04-25
1
-1
/
+1
*
[Modules] Fix potential ODR violations by sinking the DEBUG_TYPE
Chandler Carruth
2014-04-22
1
-1
/
+2
*
Add comments and test case for [X86TTI] Make constant base pointers for GetEl...
Juergen Ributzka
2014-04-02
1
-0
/
+3
*
Implement X86TTI::getUnrollingPreferences
Hal Finkel
2014-04-01
1
-0
/
+103
*
[X86] Adjust cost of FP_TO_UINT v4f64->v4i32 as well
Adam Nemet
2014-03-31
1
-0
/
+1
*
[X86] Adjust cost of FP_TO_UINT v8f32->v8i32
Adam Nemet
2014-03-30
1
-0
/
+6
*
[X86][Vector Cost Model] Add a comment to explain the workaround
Quentin Colombet
2014-03-27
1
-0
/
+5
*
[X86][Vectorizer Cost Model] Correct vectorization cost model for v2i64->v2f64
Quentin Colombet
2014-03-27
1
-0
/
+2
*
X86: Correct vectorization cost model for v8f32->v8i8.
Jim Grosbach
2014-03-27
1
-1
/
+1
*
[X86TTI] Make constant base pointers for getElementPtr opaque.
Juergen Ributzka
2014-03-25
1
-2
/
+3
*
[Stackmaps][X86TTI] Fix think-o in getIntImmCost calculation.
Juergen Ributzka
2014-03-25
1
-7
/
+6
*
[Constant Hoisting] Make the constant materialization cost operand dependent
Juergen Ributzka
2014-03-21
1
-15
/
+32
*
Revert "[Constant Hoisting] Extend coverage of the constant hoisting pass."
Juergen Ributzka
2014-03-20
1
-32
/
+15
*
[Constant Hoisting] Extend coverage of the constant hoisting pass.
Juergen Ributzka
2014-03-20
1
-15
/
+32
*
[C++11] Remove 'virtual' keyword from methods marked with 'override' keyword.
Craig Topper
2014-03-10
1
-34
/
+32
*
[TTI] There is actually no realistic way to pop TTI implementations off
Chandler Carruth
2014-03-10
1
-4
/
+0
*
Switch all uses of LLVM_OVERRIDE to just use 'override' directly.
Craig Topper
2014-03-02
1
-21
/
+19
*
Switch all uses of LLVM_FINAL to just use 'final', and remove the macro.
Craig Topper
2014-03-02
1
-1
/
+1
*
[Vectorizer] Add a new 'OperandValueKind' in TargetTransformInfo called
Andrea Di Biagio
2014-02-12
1
-2
/
+33
*
X86: add costs for 64-bit vector ext/trunc & rebalance
Tim Northover
2014-02-06
1
-15
/
+58
*
Revert "Revert "Add Constant Hoisting Pass" (r200034)"
Juergen Ributzka
2014-01-25
1
-0
/
+95
*
Revert "Add Constant Hoisting Pass" (r200034)
Hans Wennborg
2014-01-25
1
-95
/
+0
*
Add Constant Hoisting Pass
Juergen Ributzka
2014-01-24
1
-0
/
+95
*
Revert "Add Constant Hoisting Pass"
Juergen Ributzka
2014-01-24
1
-95
/
+0
*
Add Constant Hoisting Pass
Juergen Ributzka
2014-01-24
1
-0
/
+95
[next]