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
/
PowerPC
/
PPCTargetTransformInfo.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Remove trailing space
Fangrui Song
2018-07-30
1
-1
/
+1
*
Revert "[PowerPC] LSR tunings for PowerPC"
Stefan Pintilie
2018-03-09
1
-13
/
+0
*
[PowerPC] LSR tunings for PowerPC
Stefan Pintilie
2018-03-07
1
-0
/
+13
*
Re-commit : [PowerPC] Add handling for ColdCC calling convention and a pass t...
Zaara Syeda
2018-01-30
1
-0
/
+13
*
Revert [PowerPC] This reverts commit rL322721
Zaara Syeda
2018-01-17
1
-13
/
+0
*
[PowerPC] Add handling for ColdCC calling convention and a pass to mark
Zaara Syeda
2018-01-17
1
-0
/
+13
*
Fix a bunch more layering of CodeGen headers that are in Target
David Blaikie
2017-11-17
1
-2
/
+2
*
[CodeGen][ExpandMemcmp] Allow memcmp to expand to vector loads (2).
Clement Courbet
2017-10-30
1
-3
/
+11
*
The cost of splitting a large vector instruction is not being taken into acco...
Graham Yiu
2017-10-19
1
-0
/
+11
*
[CodeGenPrepare][NFC] Rename TargetTransformInfo::expandMemCmp -> TargetTrans...
Clement Courbet
2017-09-25
1
-1
/
+1
*
[LoopUnroll] Pass SCEV to getUnrollingPreferences hook. NFCI.
Geoff Berry
2017-06-28
1
-2
/
+2
*
Const correctness for TTI::getRegisterBitWidth
Daniel Neilson
2017-06-12
1
-1
/
+1
*
[PowerPC] Correctly specify the cache line size for Power 7, 8 and 9.
Sean Fertile
2017-05-31
1
-3
/
+12
*
[PPC] Inline expansion of memcmp
Zaara Syeda
2017-05-31
1
-0
/
+5
*
[SystemZ] TargetTransformInfo cost functions implemented.
Jonas Paulsson
2017-04-12
1
-4
/
+6
*
[PPC] Give unaligned memory access lower cost on processor that supports it
Guozhi Wei
2017-02-17
1
-0
/
+4
*
Revert "[PPC] Give unaligned memory access lower cost on processor that suppo...
Daniel Jasper
2017-01-25
1
-4
/
+0
*
[PPC] Give unaligned memory access lower cost on processor that supports it
Guozhi Wei
2017-01-20
1
-0
/
+4
*
[X86] updating TTI costs for arithmetic instructions on X86\SLM arch.
Mohammed Agabaria
2017-01-11
1
-1
/
+1
*
[ppc] Correctly compute the cost of loading 32/64 bit memory into VSR
Guozhi Wei
2016-12-03
1
-5
/
+14
*
Replace "fallthrough" comments with LLVM_FALLTHROUGH
Justin Bogner
2016-08-17
1
-3
/
+4
*
[Power9] Add support for -mcpu=pwr9 in the back end
Nemanja Ivanovic
2016-05-09
1
-2
/
+3
*
[PPC] Remove -ppc-loop-prefetch-distance in favor of -prefetch-distance
Adam Nemet
2016-03-29
1
-7
/
+5
*
[PowerPC] Refactor popcnt[dw] target features
Hal Finkel
2016-03-29
1
-2
/
+3
*
[PowerPC] Clarify a comment in PPCTTI about vector loads
Hal Finkel
2016-03-28
1
-1
/
+1
*
[PowerPC] On the A2, popcnt[dw] are very slow
Hal Finkel
2016-03-28
1
-1
/
+1
*
[TTI] Add getPrefetchDistance from PPCLoopDataPrefetch, NFC
Adam Nemet
2016-01-27
1
-0
/
+8
*
[TTI] Add getCacheLineSize
Adam Nemet
2016-01-21
1
-0
/
+12
*
[PowerPC] Enable interleaved-access vectorization
Hal Finkel
2015-09-04
1
-1
/
+37
*
[PowerPC] Always use aggressive interleaving on the A2
Hal Finkel
2015-09-03
1
-0
/
+7
*
[PowerPC] Include the permutation cost for unaligned vector loads
Hal Finkel
2015-09-03
1
-8
/
+12
*
[PowerPC] Cleanup cost model for unaligned vector loads/stores
Hal Finkel
2015-09-02
1
-22
/
+37
*
[TTI] Make the cost APIs in TargetTransformInfo consistently use 'int'
Chandler Carruth
2015-08-05
1
-18
/
+15
*
Make TargetLowering::getPointerTy() taking DataLayout as an argument
Mehdi Amini
2015-07-09
1
-1
/
+1
*
[PPC/LoopUnrollRuntime] Don't avoid high-cost trip count computation on the P...
Hal Finkel
2015-05-21
1
-0
/
+4
*
[X86] Disable loop unrolling in loop vectorization pass when VF is 1.
Wei Mi
2015-05-06
1
-1
/
+1
*
Do not restrict interleaved unrolling to small loops, depending on the target.
Olivier Sallenave
2015-03-06
1
-0
/
+4
*
[PowerPC] Add support for the QPX vector instruction set
Hal Finkel
2015-02-25
1
-1
/
+8
*
Change max interleave factor to 12 for POWER7 and POWER8.
Olivier Sallenave
2015-02-12
1
-0
/
+6
*
[multiversion] Remove the function parameter from the unrolling
Chandler Carruth
2015-02-01
1
-2
/
+2
*
[multiversion] Switch the TTI queries from TargetMachine to Subtarget
Chandler Carruth
2015-02-01
1
-1
/
+1
*
[PM] Switch the TargetMachine interface from accepting a pass manager
Chandler Carruth
2015-01-31
1
-90
/
+2
*
[PM] Change the core design of the TTI analysis to use a polymorphic
Chandler Carruth
2015-01-31
1
-121
/
+110
*
Revert "r225811 - Revert "r225808 - [PowerPC] Add StackMap/PatchPoint support""
Hal Finkel
2015-01-14
1
-0
/
+9
*
Revert "r225808 - [PowerPC] Add StackMap/PatchPoint support"
Hal Finkel
2015-01-13
1
-9
/
+0
*
[PowerPC] Add StackMap/PatchPoint support
Hal Finkel
2015-01-13
1
-0
/
+9
*
[PowerPC] Enable late partial unrolling on the POWER7
Hal Finkel
2015-01-09
1
-0
/
+2
*
Add a new pass FunctionTargetTransformInfo. This pass serves as a
Eric Christopher
2014-09-18
1
-5
/
+7
*
Rename getMaximumUnrollFactor -> getMaxInterleaveFactor; also rename option n...
Sanjay Patel
2014-09-10
1
-2
/
+2
*
Remove 'virtual' keyword from methods markedwith 'override' keyword.
Craig Topper
2014-08-30
1
-24
/
+21
[next]