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
/
PPCISelDAGToDAG.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
[PowerPC] Handle constant zero bits in BitPermutationSelector
Nemanja Ivanovic
2020-01-10
1
-4
/
+7
*
[PowerPC][NFC] Rename record instructions to use _rec suffix instead of o
Jinsong Ji
2020-01-06
1
-30
/
+47
*
[PowerPC]: Fix predicate handling with SPE
Justin Hibbits
2020-01-02
1
-9
/
+21
*
[PowerPC] Exploit the rlwinm instructions for "and" with constant
QingShan Zhang
2019-12-30
1
-0
/
+20
*
[SelectionDAG] Disallow indirect "i" constraint
Fangrui Song
2019-12-29
1
-1
/
+0
*
[NFC][PowerPC] Add a function tryAndWithMask to handle all the cases
QingShan Zhang
2019-12-26
1
-111
/
+120
*
[SelectionDAG] Change SelectionDAGISel::{funcInfo,SDB} to use unique_ptr
Fangrui Song
2019-12-23
1
-8
/
+9
*
[NFC] Use EVT instead of bool for getSetCCInverse()
Alex Richardson
2019-12-13
1
-1
/
+1
*
[PowerPC][NFC] Rename ANDI(S)o8 to ANDI(S)8o
Jinsong Ji
2019-12-09
1
-8
/
+8
*
[SVE][CodeGen] Scalable vector MVT size queries
Graham Hunter
2019-11-18
1
-1
/
+1
*
PowerPC - fix uninitialized variable warnings. NFCI.
Simon Pilgrim
2019-11-13
1
-5
/
+5
*
[PowerPC] Add combined ELF ABI and 32/64 bit queries to the subtarget. [NFC]
Sean Fertile
2019-08-22
1
-2
/
+2
*
Apply llvm-prefer-register-over-unsigned from clang-tidy to LLVM
Daniel Sanders
2019-08-15
1
-3
/
+3
*
[NFC][AIX] Change assertion
Xiangling Liao
2019-08-14
1
-1
/
+1
*
[AIX]Lowering global address for 32/64bit small/large code models
Xiangling Liao
2019-08-13
1
-22
/
+65
*
Finish moving TargetRegisterInfo::isVirtualRegister() and friends to llvm::Re...
Daniel Sanders
2019-08-01
1
-1
/
+1
*
[NFC][PowerPC]Change ADDIStocHA to ADDIStocHA8 to follow 64-bit naming conven...
Jason Liu
2019-07-22
1
-4
/
+4
*
[PPC32] Support PLT calls for -msecure-plt -fpic
Fangrui Song
2019-06-25
1
-5
/
+4
*
[PowerPC] [ISEL] select x-form instruction for unaligned offset
Chen Zheng
2019-05-22
1
-14
/
+42
*
Fix uninitialized variable warning. NFCI.
Simon Pilgrim
2019-05-07
1
-1
/
+1
*
[PowerPC] fix trivial typos in comment, NFC
Hiroshi Inoue
2019-04-09
1
-3
/
+3
*
[PowerPC] Run clang format to avoid compiling warning.
Jinsong Ji
2019-03-07
1
-5
/
+4
*
[PowerPC] Add secure plt support for TLS symbols
Strahinja Petrovic
2019-03-06
1
-1
/
+14
*
[PPC] Secure PLT only has meaning for PIC
Joerg Sonnenberger
2019-02-28
1
-2
/
+2
*
Update the file headers across all of the LLVM projects in the monorepo
Chandler Carruth
2019-01-19
1
-4
/
+3
*
[PowerPC] handle ISD:TRUNCATE in BitPermutationSelector
Hiroshi Inoue
2018-12-28
1
-8
/
+47
*
[PPC] Always use the version of computeKnownBits that returns a value. NFCI.
Simon Pilgrim
2018-12-21
1
-7
/
+4
*
[PowerPC] Exploit power9 new instruction setb
Kewen Lin
2018-12-18
1
-0
/
+167
*
[PowerPC] Improve vec_abs on P9
Kewen Lin
2018-12-18
1
-95
/
+0
*
[NFC] [PowerPC] add an routine in PPCTargetLowering to determine if a global ...
QingShan Zhang
2018-12-03
1
-15
/
+4
*
[PowerPC] Fix a conversion is not considered when the ISD::BR_CC node making ...
Li Jia He
2018-11-29
1
-0
/
+9
*
[PowerPC] Enhance the selection(ISD::VSELECT) of vector type
Zi Xuan Wu
2018-11-14
1
-8
/
+0
*
[TI removal] Make variables declared as `TerminatorInst` and initialized
Chandler Carruth
2018-10-15
1
-1
/
+1
*
[PowerPC] avoid masking already-zero bits in BitPermutationSelector
Hiroshi Inoue
2018-10-12
1
-15
/
+104
*
llvm::sort(C.begin(), C.end(), ...) -> llvm::sort(C, ...)
Fangrui Song
2018-09-27
1
-1
/
+1
*
[PowerPC] Revert commit r339779
Nemanja Ivanovic
2018-08-27
1
-0
/
+8
*
[PowerPC] Enhance the selection(ISD::VSELECT) of vector type
Nemanja Ivanovic
2018-08-15
1
-8
/
+0
*
[SDAG] Remove the reliance on MI's allocation strategy for
Chandler Carruth
2018-08-14
1
-6
/
+4
*
Introduce codegen for the Signal Processing Engine
Justin Hibbits
2018-07-18
1
-6
/
+72
*
[Power9] Add __float128 support for compare operations
Stefan Pintilie
2018-07-09
1
-2
/
+7
*
If the arch is P9, we will select the DFLOADf32/DFLOADf64 pseudo instruction ...
QingShan Zhang
2018-06-19
1
-10
/
+15
*
[NFC] fix formatting
Hiroshi Inoue
2018-06-08
1
-1
/
+1
*
[PowerPC] avoid unprofitable Repl32 flag in BitPermutationSelector
Hiroshi Inoue
2018-06-07
1
-0
/
+14
*
[PowerPC] fix trivial typos in comment, NFC
Hiroshi Inoue
2018-06-07
1
-2
/
+2
*
[PowerPC] reduce rotate in BitPermutationSelector
Hiroshi Inoue
2018-06-05
1
-1
/
+7
*
[NFC] Zero initialize local variables
Hiroshi Inoue
2018-06-01
1
-1
/
+1
*
[PowerPC] Fix the incorrect iterator inside peephole
Lei Huang
2018-05-29
1
-6
/
+3
*
Rename DEBUG macro to LLVM_DEBUG.
Nicola Zaghen
2018-05-14
1
-73
/
+73
*
[PowerPC] fix incorrect vectorization of abs() on POWER9
Hiroshi Inoue
2018-04-21
1
-0
/
+95
*
[PowerPC] Change std::sort to llvm::sort in response to r327219
Mandeep Singh Grang
2018-04-08
1
-1
/
+1
[next]