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
*
Remove irrelevant references to legacy git repositories from
James Y Knight
2019-01-15
1
-1
/
+1
*
Replace "no-frame-pointer-*" function attributes with "frame-pointer"
Francis Visoiu Mistrih
2019-01-14
12
-24
/
+24
*
Recommit "[PowerPC] Fix assert from machine verify pass that unmatched regist...
Zi Xuan Wu
2019-01-10
2
-9
/
+9
*
Revert "[PowerPC] Fix assert from machine verify pass that unmatched register...
Zi Xuan Wu
2019-01-09
2
-9
/
+9
*
[PowerPC] Fix assert from machine verify pass that unmatched register class a...
Zi Xuan Wu
2019-01-09
2
-9
/
+9
*
[Power9] Enable the Out-of-Order scheduling model for P9 hw
QingShan Zhang
2019-01-03
35
-4927
/
+4757
*
[DAGCombiner][X86][PowerPC] Teach visitSIGN_EXTEND_INREG to fold (sext_in_reg...
Craig Topper
2019-01-02
2
-6
/
+6
*
[PowerPC] Remove SeenUse check when optimizing conditional branch in
Wei Mi
2019-01-02
1
-0
/
+108
*
[PowerPC] Fix machine verify pass error for PATCHPOINT pseudo instruction tha...
Kang Zhang
2018-12-30
4
-7
/
+7
*
[PowerPC] Fix ADDE, SUBE do not know how to promote operator
Kang Zhang
2018-12-30
1
-0
/
+31
*
[PowerPC] Complete the custom legalization of vector int to fp conversion
Nemanja Ivanovic
2018-12-29
6
-4048
/
+1617
*
[PowerPC] Fix CR Bit spill pseudo expansion
Nemanja Ivanovic
2018-12-29
1
-0
/
+121
*
[PowerPC] handle ISD:TRUNCATE in BitPermutationSelector
Hiroshi Inoue
2018-12-28
1
-0
/
+58
*
[PowerPC] Remove the implicit use of the register if it is replaced by Imm
QingShan Zhang
2018-12-28
1
-0
/
+78
*
[PowerPC] Fix assert from machine verify pass that atomic pseudo expanding ca...
Zi Xuan Wu
2018-12-28
4
-18
/
+17
*
[PowerPC] fix register class after converting X-FORM instruction to D-FORM in...
Chen Zheng
2018-12-28
1
-2
/
+2
*
[PowerPC] Fix the bug of ISD::ADDE to set its second return type to glue
Kang Zhang
2018-12-25
1
-0
/
+11
*
Re-land r349731 "[CodeGen][ExpandMemcmp] Add an option for allowing overlappi...
Clement Courbet
2018-12-20
1
-8
/
+16
*
[PowerPC] Implement the isSelectSupported() target hook
Kang Zhang
2018-12-20
1
-12
/
+8
*
Test commit
Amy Kwan
2018-12-19
1
-0
/
+1
*
[PowerPC]Exploit P9 vabsdu for unsigned vselect patterns
Kewen Lin
2018-12-19
1
-36
/
+84
*
[PowerPC][NFC]Update vabsd cases with vselect test cases
Kewen Lin
2018-12-18
1
-0
/
+194
*
[PowerPC] Exploit power9 new instruction setb
Kewen Lin
2018-12-18
1
-376
/
+404
*
[NFC] Add new test to cover the lhs scheduling issue for P9.
QingShan Zhang
2018-12-18
1
-0
/
+49
*
[NFC] fix test case issue that with wrong label check.
QingShan Zhang
2018-12-18
1
-7
/
+14
*
[PowerPC] Improve vec_abs on P9
Kewen Lin
2018-12-18
2
-45
/
+207
*
[Power9][NFC]update vabsd case for better dumping
Kewen Lin
2018-12-17
1
-34
/
+23
*
[Power9][NFC]Make pre-inc-disable case more robust
Kewen Lin
2018-12-17
1
-28
/
+28
*
[Power9][NFC] add setb exploitation test case
Kewen Lin
2018-12-15
1
-0
/
+1302
*
[NFC][PowerPC] add verify-machineinstrs check
Chen Zheng
2018-12-13
1
-1
/
+1
*
[PowerPC] intrinsic llvm.eh.sjlj.setjmp should not have flag isBarrier.
Chen Zheng
2018-12-13
1
-2
/
+21
*
[CodeGen] Allow mempcy/memset to generate small overlapping stores.
Clement Courbet
2018-12-13
3
-8
/
+4
*
Revert r348843 "[CodeGen] Allow mempcy/memset to generate small overlapping s...
Clement Courbet
2018-12-11
3
-4
/
+8
*
[CodeGen] Allow mempcy/memset to generate small overlapping stores.
Clement Courbet
2018-12-11
3
-8
/
+4
*
[Targets] Fixup incorrect targets in codemodel tests
David Green
2018-12-10
1
-2
/
+2
*
[Targets] Add errors for tiny and kernel codemodel on targets that don't supp...
David Green
2018-12-07
1
-0
/
+9
*
[PowerPC] Fix assert from machine verify pass that missing undef register flag
Zi Xuan Wu
2018-12-07
20
-28
/
+28
*
[DAGCombiner] use root SDLoc for all nodes created by logic fold
Sanjay Patel
2018-12-07
1
-4
/
+4
*
[DAGCombiner] don't hoist logic op if operands have other uses, part 2
Sanjay Patel
2018-12-06
1
-10
/
+9
*
[PowerPC] add tests for hoisting bitwise logic; NFC
Sanjay Patel
2018-12-06
1
-0
/
+72
*
[PowerPC] Make no-PIC default to match GCC - LLVM
Stefan Pintilie
2018-12-04
79
-664
/
+5187
*
[PowerPC] Fix inconsistent ImmMustBeMultipleOf for same instruction
Kang Zhang
2018-12-03
1
-0
/
+162
*
[PowerPC] Fix a conversion is not considered when the ISD::BR_CC node making ...
Li Jia He
2018-11-29
1
-16
/
+16
*
[PowerPC] [NFC] Add test cases to the ISD::BR_CC node in the instruction sele...
Li Jia He
2018-11-29
1
-0
/
+602
*
[LegalizeVectorTypes][X86][ARM][AArch64][PowerPC] Don't use SplitVecOp_Trunca...
Craig Topper
2018-11-26
2
-120
/
+120
*
Revert "[PowerPC] Fix inconsistent ImmMustBeMultipleOf for same instruction"
Kang Zhang
2018-11-26
1
-161
/
+0
*
[PowerPC] Fix inconsistent ImmMustBeMultipleOf for same instruction
Kang Zhang
2018-11-26
1
-0
/
+161
*
[DAGCombiner] form 'not' ops ahead of shifts (PR39657)
Sanjay Patel
2018-11-22
15
-54
/
+53
*
[PowerPC] Do not use vectors to codegen bswap with Altivec turned off
Nemanja Ivanovic
2018-11-21
1
-4
/
+28
*
[PowerPC] Add Itineraries for STWU/STWUX etc
Jinsong Ji
2018-11-20
1
-2
/
+2
[next]