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] 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
*
[PowerPC] allow D-form VSX load/store when accessing FrameIndex without offset
Hiroshi Inoue
2018-04-06
1
-8
/
+16
*
[IR][CodeGen] Remove dependency on EVT from IR/Function.cpp. Move EVT to Code...
Craig Topper
2018-03-29
1
-1
/
+1
*
[PowerPC] Secure PLT support
Strahinja Petrovic
2018-03-27
1
-0
/
+21
*
Fix layering by moving ValueTypes.h from CodeGen to IR
David Blaikie
2018-03-23
1
-1
/
+1
*
Fix layering of MachineValueType.h by moving it from CodeGen to Support
David Blaikie
2018-03-23
1
-1
/
+1
*
[PowerPC] Optimize TLS initial-exec sequence to use X-Form loads/stores
Zaara Syeda
2018-03-15
1
-1
/
+112
*
[PowerPC] Disable shrink-wrapping when getting PC address through the LR
Nemanja Ivanovic
2018-02-23
1
-0
/
+10
*
MachineFunction: Return reference from getFunction(); NFC
Matthias Braun
2017-12-15
1
-1
/
+1
*
Fix code causing fallthrough warnings in the PPC back end.
Nemanja Ivanovic
2017-12-15
1
-0
/
+1
*
[CodeGen] Print global addresses as @foo in both MIR and debug output
Francis Visoiu Mistrih
2017-12-14
1
-2
/
+2
*
[PowerPC] Follow-up to r318436 to get the missed CSE opportunities
Nemanja Ivanovic
2017-12-12
1
-1
/
+65
[next]