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
/
test
/
CodeGen
/
PowerPC
Commit message (
Expand
)
Author
Age
Files
Lines
*
PowerPC: Do not use llc -march in tests.
Matthias Braun
2017-08-01
234
-397
/
+391
*
[CGP] use subtract or subtract-of-cmps for result of memcmp expansion
Sanjay Patel
2017-07-31
2
-27
/
+26
*
[PowerPC] enable optimizeCompareInstr for branch with static branch hint
Hiroshi Inoue
2017-07-27
1
-0
/
+24
*
[PowerPC] Pretty-print CR bits the way the binutils disassembler does
Nemanja Ivanovic
2017-07-25
6
-26
/
+30
*
[PowerPC] - Recommit r304907 now that the issue has been fixed
Nemanja Ivanovic
2017-07-25
5
-6
/
+567
*
[PowerPC] Ensure displacements for DQ-Form instructions are multiples of 16
Nemanja Ivanovic
2017-07-13
5
-50
/
+84
*
Specify complete target triple in test
Matthias Braun
2017-07-12
1
-2
/
+2
*
Enhance synchscope representation
Konstantin Zhuravlyov
2017-07-11
1
-264
/
+264
*
[PPC] Fix one test case regression for patch https://reviews.llvm.org/D34337.
Tony Jiang
2017-07-11
1
-1
/
+0
*
[PPC] Fix two bugs in frame lowering.
Tony Jiang
2017-07-11
3
-4
/
+40
*
[PPC CodeGen] Expand the bitreverse.i64 intrinsic.
Tony Jiang
2017-07-10
2
-0
/
+161
*
[PowerPC] Reduce register pressure by not materializing a constant just for u...
Lei Huang
2017-07-10
4
-12
/
+49
*
[PPC CodeGen] Expand the bitreverse.i32 intrinsic.
Tony Jiang
2017-07-07
3
-23
/
+109
*
[PowerPC] Make sure that we remove dead PHI nodes after the PPCCTRLoops pass.
Sean Fertile
2017-07-05
1
-0
/
+38
*
[Power9] Exploit vector extract with variable index.
Tony Jiang
2017-07-05
1
-0
/
+167
*
[Power9] Exploit vector integer extend instructions when indices aren't correct.
Tony Jiang
2017-07-05
1
-28
/
+225
*
Add the missing triple to the test case added as part of r307120.
Nemanja Ivanovic
2017-07-05
1
-1
/
+1
*
[PowerPC] Fix for PR33636
Nemanja Ivanovic
2017-07-05
1
-0
/
+702
*
[PowerPC] auto-generate check lines; NFC
Sanjay Patel
2017-06-30
1
-70
/
+58
*
[PowerPC] fix potential verification error on __tls_get_addr
Hiroshi Inoue
2017-06-29
2
-0
/
+131
*
[CGP] add specialization for memcmp expansion with only one basic block
Sanjay Patel
2017-06-27
2
-26
/
+18
*
[CGP] eliminate a sub instruction in memcmp expansion
Sanjay Patel
2017-06-27
3
-65
/
+54
*
[SelectionDAG] set dereferenceable flag in MergeConsecutiveStores to fix asse...
Hiroshi Inoue
2017-06-27
1
-0
/
+24
*
[PowerPC] fix incorrect processor name for -mcpu in a test case
Hiroshi Inoue
2017-06-27
1
-1
/
+1
*
[PowerPC] set optimization level in SelectionDAGISel
Hiroshi Inoue
2017-06-27
4
-45
/
+45
*
[SelectionDAG] set dereferenceable flag when expanding memcpy/memmove
Hiroshi Inoue
2017-06-24
1
-0
/
+74
*
Update constants in complex-return test to prevent reduction to smaller const...
Nirav Dave
2017-06-24
1
-1
/
+1
*
[PowerPC] define target hook isReallyTriviallyReMaterializable()
Lei Huang
2017-06-21
1
-0
/
+179
*
RegisterScavenging: Followup to r305625
Matthias Braun
2017-06-20
3
-23
/
+23
*
[CGP, PowerPC] try to constant fold before creating loads for memcmp expansion
Sanjay Patel
2017-06-19
1
-25
/
+8
*
RegScavenging: Add scavengeRegisterBackwards()
Matthias Braun
2017-06-17
2
-7
/
+64
*
Revert "RegScavenging: Add scavengeRegisterBackwards()"
Matthias Braun
2017-06-16
2
-7
/
+7
*
RegScavenging: Add scavengeRegisterBackwards()
Matthias Braun
2017-06-15
2
-7
/
+7
*
[MachineLICM] Hoist TOC-based address instructions
Lei Huang
2017-06-15
1
-0
/
+110
*
[PowerPC] fix potential verification errors on CFENCE8
Hiroshi Inoue
2017-06-15
3
-12
/
+12
*
Revert r304907 as it is causing some failures that I cannot reproduce.
Nemanja Ivanovic
2017-06-14
5
-567
/
+6
*
[PowerPC] Match vec_revb builtins to P9 instructions.
Tony Jiang
2017-06-12
1
-0
/
+54
*
[Power9] Added support for the modsw, moduw, modsd, modud hardware instructions.
Tony Jiang
2017-06-12
1
-0
/
+263
*
[PowerPC] add memcmp test with one constant operand and equality cmp; NFC
Sanjay Patel
2017-06-09
1
-3
/
+29
*
[CGP] don't expand a memcmp with nobuiltin attribute
Sanjay Patel
2017-06-08
1
-6
/
+15
*
[PPC] In PPCBoolRetToInt change the bool value to i64 if the target is ppc64
Guozhi Wei
2017-06-08
2
-14
/
+33
*
[Power9] Exploit vector integer extend instructions
Zaara Syeda
2017-06-08
1
-0
/
+90
*
[PowerPC] add memcmp test with nobuiltin attr; NFC
Sanjay Patel
2017-06-08
1
-0
/
+15
*
[CGP / PowerPC] avoid multi-block overhead for simple memcmp expansion
Sanjay Patel
2017-06-08
1
-5
/
+5
*
[CGP] avoid zext/trunc of a memcmp expansion compare
Sanjay Patel
2017-06-07
1
-4
/
+4
*
[PowerPC] Eliminate integer compare instructions - vol. 5
Nemanja Ivanovic
2017-06-07
5
-6
/
+567
*
[PowerPC] Eliminate integer compare instructions - vol. 3
Nemanja Ivanovic
2017-06-07
9
-39
/
+798
*
[CGP / PowerPC] use direct compares if there's only one load per block in mem...
Sanjay Patel
2017-06-07
1
-20
/
+14
*
[PowerPC] auto-generate full checks and increase test coverage
Sanjay Patel
2017-06-06
1
-77
/
+160
*
RegisterScavenging: Add ScavengerTest pass
Matthias Braun
2017-06-02
1
-0
/
+149
[next]