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] Rename DarwinDirective to CPUDirective (NFC)
Kit Barton
2019-11-25
1
-7
/
+7
*
[PowerPC] Fix VSX clobbers of CSR registers
Nemanja Ivanovic
2019-11-25
1
-0
/
+11
*
[AIX][XCOFF] Generate undefined symbol in symbol table for external function ...
jasonliu
2019-11-25
1
-2
/
+14
*
[PowerPC] Implement the vector extend sign instruction pattern match
QingShan Zhang
2019-11-22
1
-0
/
+8
*
[AIX] Lowering jump table, constant pool and block address in asm
Xiangling Liao
2019-11-20
1
-3
/
+3
*
DAG: Add function context to isFMAFasterThanFMulAndFAdd
Matt Arsenault
2019-11-19
1
-1
/
+2
*
[PowerPC] Option for enabling absolute jumptables with command line
Nemanja Ivanovic
2019-11-07
1
-0
/
+5
*
[AIX] Lowering CPI/JTI/BA to MIR
Xiangling Liao
2019-10-30
1
-6
/
+6
*
[PowerPC] Emit scalar fp min/max instructions
Nemanja Ivanovic
2019-10-28
1
-7
/
+35
*
[AIX] Refactor AIX Call Lowering to use CCState. NFCI.
Sean Fertile
2019-10-28
1
-94
/
+120
*
[NFC] Replace 'isDarwin' with 'IsDarwin'
Xiangling Liao
2019-10-06
1
-3
/
+3
*
TLI: Remove DAG argument from getRegisterByName
Matt Arsenault
2019-10-01
1
-6
/
+6
*
[Alignment][NFC] Remove unneeded llvm:: scoping on Align types
Guillaume Chatelet
2019-09-27
1
-8
/
+8
*
Move classes into anonymous namespaces. NFC.
Benjamin Kramer
2019-09-22
1
-1
/
+1
*
[NFC][PowerPC] Refactor classifyGlobalReference
Jinsong Ji
2019-09-20
1
-8
/
+2
*
[Alignment][NFC] Use Align::None instead of 1
Guillaume Chatelet
2019-09-18
1
-4
/
+4
*
[PowerPC] Exploit single instruction load-and-splat for word and doubleword
Nemanja Ivanovic
2019-09-17
1
-8
/
+89
*
[SVE][MVT] Fixed-length vector MVT ranges
Graham Hunter
2019-09-17
1
-2
/
+2
*
[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
[next]