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
*
[PowerPC][LoopVectorize] Extend getRegisterClassForType to consider double an...
Jinsong Ji
2020-01-06
1
-3
/
+9
*
Delete llvm.{sig,}{setjmp,longjmp} remnant after r136821
Fangrui Song
2019-12-27
1
-18
/
+0
*
[PowerPC] Add missing legalization for vector BSWAP
Nemanja Ivanovic
2019-12-17
1
-0
/
+14
*
Rename TTI::getIntImmCost for instructions and intrinsics
Reid Kleckner
2019-12-11
1
-6
/
+6
*
[ARM] Teach the Arm cost model that a Shift can be folded into other instruct...
David Green
2019-12-09
1
-4
/
+7
*
[PowerPC] Add new Future CPU for PowerPC in LLVM
Stefan Pintilie
2019-11-27
1
-2
/
+4
*
[PowerPC] Rename DarwinDirective to CPUDirective (NFC)
Kit Barton
2019-11-25
1
-4
/
+4
*
[PowerPC] Do not emit HW loop if the body contains calls to lrint/lround
Nemanja Ivanovic
2019-10-28
1
-0
/
+4
*
[Alignment][NFC] getMemoryOpCost uses MaybeAlign
Guillaume Chatelet
2019-10-25
1
-4
/
+7
*
recommit: [LoopVectorize][PowerPC] Estimate int and float register pressure s...
Zi Xuan Wu
2019-10-12
1
-4
/
+31
*
[System Model] [TTI] Update cache and prefetch TTI interfaces
David Greene
2019-10-09
1
-2
/
+2
*
Revert "[LoopVectorize][PowerPC] Estimate int and float register pressure sep...
Jinsong Ji
2019-10-08
1
-31
/
+4
*
[LoopVectorize][PowerPC] Estimate int and float register pressure separately ...
Zi Xuan Wu
2019-10-08
1
-4
/
+31
*
Recommit [PowerPC] Update P9 vector costs for insert/extract
Roland Froese
2019-08-26
1
-0
/
+29
*
Revert "[System Model] [TTI] Update cache and prefetch TTI interfaces"
David Greene
2019-07-10
1
-2
/
+2
*
[System Model] [TTI] Update cache and prefetch TTI interfaces
David Greene
2019-07-10
1
-2
/
+2
*
[PowerPC] exclude ICmpZero in LSR if icmp can be replaced in later hardware l...
Chen Zheng
2019-07-03
1
-0
/
+22
*
Revert Recommit [PowerPC] Update P9 vector costs for insert/extract element
Jordan Rupprecht
2019-07-01
1
-29
/
+0
*
Recommit [PowerPC] Update P9 vector costs for insert/extract element
Roland Froese
2019-06-27
1
-0
/
+29
*
[ExpandMemCmp] Move all options to TargetTransformInfo.
Clement Courbet
2019-06-25
1
-11
/
+6
*
[NFC] move some hardware loop checking code to a common place for other using.
Chen Zheng
2019-06-19
1
-1
/
+1
*
[CodeGen] Generic Hardware Loop Support
Sam Parker
2019-06-07
1
-0
/
+344
*
Revert "[llvm] r359313 - [PowerPC] Update P9 vector costs for insert/extract ...
David L. Jones
2019-05-01
1
-29
/
+0
*
Fix operator precedence warning. NFCI.
Simon Pilgrim
2019-04-29
1
-1
/
+2
*
[PowerPC] Update P9 vector costs for insert/extract element
Roland Froese
2019-04-26
1
-0
/
+29
*
test commit (add blank line) NFC
Roland Froese
2019-02-01
1
-0
/
+1
*
[PowerPC] Update Vector Costs for P9
Nemanja Ivanovic
2019-01-26
1
-11
/
+46
*
Update the file headers across all of the LLVM projects in the monorepo
Chandler Carruth
2019-01-19
1
-4
/
+3
*
[LV] Support vectorization of interleave-groups that require an epilog under
Dorit Nuzman
2018-10-31
1
-3
/
+5
*
recommit 344472 after fixing build failure on ARM and PPC.
Dorit Nuzman
2018-10-14
1
-1
/
+6
*
revert 344472 due to failures.
Dorit Nuzman
2018-10-14
1
-6
/
+1
*
[IAI,LV] Add support for vectorizing predicated strided accesses using masked
Dorit Nuzman
2018-10-14
1
-1
/
+6
*
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
[next]