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
/
SystemZ
/
SystemZTargetTransformInfo.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Remove trailing space
Fangrui Song
2018-07-30
1
-4
/
+4
*
Fix a bunch of places where operator-> was used directly on the return from d...
Craig Topper
2018-05-05
1
-1
/
+1
*
Fix a bunch more layering of CodeGen headers that are in Target
David Blaikie
2017-11-17
1
-2
/
+2
*
[SystemZ] implement hasDivRemOp()
Jonas Paulsson
2017-11-06
1
-0
/
+5
*
[SystemZ, LoopStrengthReduce]
Jonas Paulsson
2017-07-21
1
-0
/
+13
*
[SystemZ] Add support for IBM z14 processor (2/3)
Ulrich Weigand
2017-07-17
1
-0
/
+3
*
[IR] Add Type::isIntOrIntVectorTy(unsigned) similar to the existing isInteger...
Craig Topper
2017-07-09
1
-2
/
+1
*
[IR] Make use of Type::isPtrOrPtrVectorTy/isIntOrIntVectorTy/isFPOrFPVectorTy...
Craig Topper
2017-07-09
1
-1
/
+1
*
[LoopUnroll] Pass SCEV to getUnrollingPreferences hook. NFCI.
Geoff Berry
2017-06-28
1
-1
/
+1
*
Const correctness for TTI::getRegisterBitWidth
Daniel Neilson
2017-06-12
1
-1
/
+1
*
[SystemZ] Modelling of costs of divisions with a constant power of 2.
Jonas Paulsson
2017-05-17
1
-1
/
+33
*
[SystemZ] Properly check number of operands in getCmpOpsType()
Jonas Paulsson
2017-05-03
1
-3
/
+4
*
[SystemZ] Remove incorrect assert in SystemZTTIImpl
Jonas Paulsson
2017-04-27
1
-1
/
+0
*
[SystemZ] TargetTransformInfo cost functions implemented.
Jonas Paulsson
2017-04-12
1
-4
/
+545
*
[SystemZ] Implementation of getUnrollingPreferences().
Jonas Paulsson
2016-09-28
1
-0
/
+57
*
[TTI] Make the cost APIs in TargetTransformInfo consistently use 'int'
Chandler Carruth
2015-08-05
1
-5
/
+5
*
[SystemZ] Add CodeGen support for integer vector types
Ulrich Weigand
2015-05-05
1
-0
/
+18
*
[SystemZ] Use POPCNT instruction on z196
Ulrich Weigand
2015-03-31
1
-0
/
+9
*
[SystemZ] Provide basic TargetTransformInfo implementation
Ulrich Weigand
2015-03-31
1
-0
/
+231