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
/
PPCISelLowering.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
[PowerPC] Cust lower fpext v2f32 to v2f64 from extract_subvector v4f32
Nemanja Ivanovic
2019-09-16
1
-18
/
+41
*
[PowerPC] Remove the SPE4RC register class and instead add f32 to the GPRC re...
Craig Topper
2019-09-12
1
-3
/
+3
*
[Alignment][NFC] Use llvm::Align for TargetLowering::getPrefLoopAlignment
Guillaume Chatelet
2019-09-10
1
-4
/
+4
*
[Alignment] Use Align for TargetLowering::MinStackArgumentAlignment
Guillaume Chatelet
2019-09-10
1
-1
/
+1
*
[SelectionDAG] Remove ISD::FP_ROUND_INREG
Craig Topper
2019-09-09
1
-1
/
+0
*
[Alignment][NFC] Use Align with TargetLowering::setPrefFunctionAlignment
Guillaume Chatelet
2019-09-06
1
-2
/
+2
*
[Alignment][NFC] Use Align with TargetLowering::setPrefLoopAlignment
Guillaume Chatelet
2019-09-06
1
-1
/
+1
*
[Alignment][NFC] Use Align with TargetLowering::setMinFunctionAlignment
Guillaume Chatelet
2019-09-06
1
-1
/
+1
*
[LLVM][Alignment] Make functions using log of alignment explicit
Guillaume Chatelet
2019-09-05
1
-6
/
+6
*
[PowerPC] Expand v1i128 smin
Roland Froese
2019-08-23
1
-4
/
+12
*
[PowerPC] Add combined ELF ABI and 32/64 bit queries to the subtarget. [NFC]
Sean Fertile
2019-08-22
1
-45
/
+47
*
Apply llvm-prefer-register-over-unsigned from clang-tidy to LLVM
Daniel Sanders
2019-08-15
1
-42
/
+42
*
[AIX] Add call lowering for parameters that could pass onto FPRs
Jason Liu
2019-08-14
1
-3
/
+21
*
[AIX]Lowering global address for 32/64bit small/large code models
Xiangling Liao
2019-08-13
1
-18
/
+23
*
[PowerPC] Fix ICE when truncating some vectors
Qiu Chaofan
2019-08-13
1
-1
/
+3
*
[LLVM][Alignment] Introduce Alignment Type
Guillaume Chatelet
2019-08-05
1
-4
/
+4
*
recommit:[PowerPC] Eliminate loads/swap feeding swap/store for vector type by...
Zi Xuan Wu
2019-08-01
1
-0
/
+72
*
revert r367382 because buildbot failure
Zi Xuan Wu
2019-07-31
1
-71
/
+0
*
[PowerPC] Eliminate loads/swap feeding swap/store for vector type by using bi...
Zi Xuan Wu
2019-07-31
1
-0
/
+71
*
[NFC][PowerPC]Change ADDIStocHA to ADDIStocHA8 to follow 64-bit naming conven...
Jason Liu
2019-07-22
1
-1
/
+1
*
PowerPC/SPE: Fix load/store handling for SPE
Justin Hibbits
2019-07-17
1
-0
/
+23
*
[NFC]Fix IR/MC depency issue for function descriptor SDAG implementation
David Tenty
2019-07-10
1
-44
/
+35
*
[PowerPC] Support constraint code "ww"
Fangrui Song
2019-07-04
1
-4
/
+6
*
[Codegen][X86][AArch64][ARM][PowerPC] Inc-of-add vs sub-of-not (PR42457)
Roman Lebedev
2019-07-03
1
-0
/
+4
*
[PowerPC][HTM] Fix disassembling buffer overflow for tabortdc and others
Jinsong Ji
2019-06-27
1
-1
/
+10
*
[PowerPC] Mark FCOPYSIGN legal for FP vectors
Nemanja Ivanovic
2019-06-26
1
-0
/
+2
*
CodeGen: Introduce a class for registers
Matt Arsenault
2019-06-24
1
-52
/
+52
*
PowerPC: Optimize SPE double parameter calling setup
Justin Hibbits
2019-06-17
1
-38
/
+81
*
[PowerPC] Set the innermost hot loop to align 32 bytes
Kang Zhang
2019-06-15
1
-0
/
+12
*
[TargetLowering] Add MachineMemOperand::Flags to allowsMemoryAccess tests (PR...
Simon Pilgrim
2019-06-12
1
-0
/
+1
*
[CodeGen] Generic Hardware Loop Support
Sam Parker
2019-06-07
1
-4
/
+4
*
[PowerPC] Exploit the vector min/max instructions
Nemanja Ivanovic
2019-06-06
1
-0
/
+18
*
[AIX] Implement function descriptor on SDAG
Jason Liu
2019-06-06
1
-16
/
+45
*
[AIX] Implement call lowering with parameters could pass onto GPRs
Jason Liu
2019-06-06
1
-15
/
+78
*
Implement call lowering without parameters on AIX
Jason Liu
2019-05-24
1
-14
/
+84
*
[PowerPC] [ISEL] select x-form instruction for unaligned offset
Chen Zheng
2019-05-22
1
-8
/
+13
*
[PowerPC] use more meaningful name - NFC
Chen Zheng
2019-05-21
1
-6
/
+7
*
[PowerPC] custom lower `v2f64 fpext v2f32`
Lei Huang
2019-05-10
1
-0
/
+57
*
[PowerPC] Use the two-constant NR algorithm for refining estimates
Nemanja Ivanovic
2019-05-07
1
-1
/
+3
*
[PowerPC] Fix erroneous condition for converting uint-to-fp vector conversion
Nemanja Ivanovic
2019-05-06
1
-3
/
+2
*
Avoid cppcheck operator precedence warnings. NFCI.
Simon Pilgrim
2019-05-03
1
-2
/
+2
*
[NFC][PowerPC] Return early if the element type is not byte-sized in combineB...
Kang Zhang
2019-05-02
1
-0
/
+5
*
[TargetLowering] Change getOptimalMemOpType to take a function attribute list
Sjoerd Meijer
2019-04-30
1
-7
/
+5
*
[PowerPC] Try harder to avoid load/move-to VSR for partial vector loads
Roland Froese
2019-04-29
1
-15
/
+36
*
[PowerPC] Allow using initial-exec TLS with PIC
Joerg Sonnenberger
2019-04-24
1
-3
/
+10
*
Add period at end of comment.
Sean Fertile
2019-04-24
1
-1
/
+1
*
[PowerPC] Fix wrong ElemSIze when calling isConsecutiveLS()
Kang Zhang
2019-04-18
1
-1
/
+1
*
[IR] Refactor attribute methods in Function class (NFC)
Evandro Menezes
2019-04-04
1
-1
/
+1
*
[PowerPC] Add the support for __builtin_setrnd()
Kang Zhang
2019-03-29
1
-0
/
+131
*
[PowerPC] Strength reduction of multiply by a constant by shift and add/sub i...
Zi Xuan Wu
2019-03-29
1
-0
/
+86
[prev]
[next]