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
*
[DAGCombine] Check the uses of negated floating constant and remove the hack
QingShan Zhang
2020-06-26
1
-0
/
+101
*
[PPCAsmPrinter] support 'L' output template for memory operands
Nick Desaulniers
2020-06-25
1
-1
/
+12
*
[PowerPC] Do not assume operand of ADDI is an immediate
Nemanja Ivanovic
2020-06-23
1
-0
/
+52
*
[PowerPC] Unaligned FP default should apply to scalars only
Nemanja Ivanovic
2020-06-23
1
-0
/
+132
*
[PowerPC] Prevent legalization loop from promoting SELECT_CC from v4i32 to v4i32
Nemanja Ivanovic
2020-06-22
1
-0
/
+58
*
[PowerPC] Add missing handling for half precision
Tom Stellard
2020-06-22
2
-176
/
+54
*
[PowerPC] Do not attempt to reuse load for 64-bit FP_TO_UINT without FPCVT
Nemanja Ivanovic
2020-05-19
1
-0
/
+59
*
[PowerPC] Don't generate ST_VSR_SCAL_INT if power8-vector is disabled
Kai Luo
2020-04-22
1
-2
/
+11
*
[PowerPC] Fix test for PR45297 to adapt build without asserts. NFC.
Kai Luo
2020-04-22
1
-1
/
+1
*
[PowerPC] Enhance test for PR45297. NFC.
Kai Luo
2020-04-22
1
-4
/
+7
*
[PowerPC] Pre-commit reduced test case for PR45297. NFC.
Kai Luo
2020-04-22
1
-0
/
+10
*
[PowerPC] Update alignment for ReuseLoadInfo in LowerFP_TO_INTForReuse
Kai Luo
2020-04-16
1
-0
/
+44
*
[DAGCombine] Fix splitting indexed loads in ForwardStoreValueToDirectLoad()
Nemanja Ivanovic
2020-04-14
1
-0
/
+58
*
[Codegen] Revert rL354676/rL354677 and followups - introduced PR43446 miscompile
Roman Lebedev
2020-02-26
1
-2
/
+6
*
Revert "[DebugInfo] Remove some users of DBG_VALUEs IsIndirect field"
Jeremy Morse
2020-02-12
1
-1
/
+1
*
[StackColoring] Remap FixedStackPseudoSourceValue frame index referenced by M...
Fangrui Song
2020-01-21
1
-0
/
+171
*
[AIX][XCOFF] Supporting the ReadOnlyWithRel SectionKnd
diggerlin
2020-01-14
1
-0
/
+19
*
[AIX] ExternalSymbolSDNode lowering
Xiangling Liao
2020-01-14
2
-0
/
+186
*
[PowerPC] [NFC] set instruction number as 1st priority of lsr cost model.
Zheng Chen
2020-01-14
1
-0
/
+66
*
[FPEnv] Fix chain handling for fpexcept.strict nodes
Ulrich Weigand
2020-01-13
1
-9
/
+9
*
[PowerPC] Delete PPCDarwinAsmPrinter and PPCMCAsmInfoDarwin
Fangrui Song
2020-01-12
1
-140
/
+0
*
[NFC] [PowerPC] Update mi-peephole-splat test
Qiu Chaofan
2020-01-11
1
-23
/
+115
*
[AIX] Allow vararg calls when all arguments reside in registers
jasonliu
2020-01-10
2
-2
/
+291
*
[PowerPC] Handle constant zero bits in BitPermutationSelector
Nemanja Ivanovic
2020-01-10
1
-0
/
+141
*
[DAGCombine] Fold the (fma -x, y, -z) to -(fma x, y, z)
QingShan Zhang
2020-01-09
5
-37
/
+28
*
[PowerPC] when folding rlwinm+rlwinm. to andi., we should use first rlwinm
Zheng Chen
2020-01-08
1
-3
/
+18
*
[NFC][Test] Add the option -enable-no-signed-zeros-fp-math for test
QingShan Zhang
2020-01-08
1
-2
/
+4
*
[PowerPC][Triple] Use elfv2 on freebsd>=13 and linux-musl
Fangrui Song
2020-01-07
1
-2
/
+0
*
[AIX][XCOFF]Implement mergeable const
diggerlin
2020-01-07
1
-0
/
+166
*
[NFC][Test] Add a test to verify the DAGCombine of fma
QingShan Zhang
2020-01-07
1
-0
/
+143
*
[PowerPC][NFC] Rename record instructions to use _rec suffix instead of o
Jinsong Ji
2020-01-06
9
-166
/
+166
*
[AIX] Use csect reference for function address constants
diggerlin
2020-01-06
1
-0
/
+32
*
[DAGCombine] Don't check the legality of type when combine the SIGN_EXTEND_INREG
QingShan Zhang
2020-01-06
1
-4
/
+1
*
[PowerPC]: Fix predicate handling with SPE
Justin Hibbits
2020-01-02
1
-202
/
+510
*
Run update_llc_test_checks against SPE tests.
Justin Hibbits
2020-01-02
1
-175
/
+670
*
[PowerPC][AIX] Enable sret arguments.
Sean Fertile
2020-01-02
1
-7
/
+90
*
[PowerPC] Only legalize FNEARBYINT with unsafe fp math
Nemanja Ivanovic
2020-01-02
2
-79
/
+253
*
[NFC] Add comments in unit test aix-xcoff-toc.ll to clarify the intent
jasonliu
2019-12-31
1
-0
/
+10
*
[PowerPC] Legalize rounding nodes
Nemanja Ivanovic
2019-12-30
4
-278
/
+665
*
[PowerPC] Exploit the rlwinm instructions for "and" with constant
QingShan Zhang
2019-12-30
3
-8
/
+5
*
[PowerPC] Change default for unaligned FP access for older subtargets
Nemanja Ivanovic
2019-12-28
2
-1
/
+45
*
[PowerPC] Modify the hasSideEffects of some VSX instructions from 1 to 0
Kang Zhang
2019-12-28
1
-30
/
+30
*
[PowerPC] stop folding if result rlwinm mask is wrap while original rlwinm is...
czhengsz
2019-12-25
1
-0
/
+15
*
[PowerPC] Modify the hasSideEffects of MTLR and MFLR from 1 to 0
Kang Zhang
2019-12-26
13
-52
/
+52
*
Migrate function attribute "no-frame-pointer-elim"="false" to "frame-pointer"...
Fangrui Song
2019-12-24
14
-25
/
+25
*
Migrate function attribute "no-frame-pointer-elim-non-leaf" to "frame-pointer...
Fangrui Song
2019-12-24
7
-8
/
+8
*
Migrate function attribute "no-frame-pointer-elim" to "frame-pointer"="all" a...
Fangrui Song
2019-12-24
28
-36
/
+36
*
[PowerPC] NFC - fix the testcase bug of folding rlwinm
czhengsz
2019-12-23
1
-7
/
+7
*
[Power9] Remove the PPCISD::XXREVERSE as it has completely the same semantics...
QingShan Zhang
2019-12-23
1
-3
/
+2
*
[NFC][Test][PowerPC] Add more tests for 'and mask'
QingShan Zhang
2019-12-23
2
-22
/
+91
[next]