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 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
*
Follow-up to r319434 to turn the pass on by default
Nemanja Ivanovic
2017-12-01
1
-1
/
+1
*
[PowerPC] Recommit r314244 with refactoring and off by default
Nemanja Ivanovic
2017-11-30
1
-0
/
+1236
*
[CodeGen] Print register names in lowercase in both MIR and debug output
Francis Visoiu Mistrih
2017-11-28
1
-2
/
+2
*
Fix a bunch more layering of CodeGen headers that are in Target
David Blaikie
2017-11-17
1
-1
/
+1
*
Target/TargetInstrInfo.h -> CodeGen/TargetInstrInfo.h to match layering
David Blaikie
2017-11-08
1
-1
/
+1
*
Remove unused variables. No functionality change.
Benjamin Kramer
2017-10-08
1
-2
/
+0
*
[PowerPC] support ZERO_EXTEND in tryBitPermutation
Hiroshi Inoue
2017-10-02
1
-17
/
+64
*
[PowerPC] Reverting sequence of patches for elimination of comparison instruc...
Nemanja Ivanovic
2017-09-26
1
-1061
/
+0
*
[PowerPC] Eliminate compares - add i64 sext/zext handling for SETLT/SETGT
Nemanja Ivanovic
2017-09-25
1
-2
/
+76
*
[PowerPC] Eliminate compares - add i64 sext/zext handling for SETLE/SETGE
Nemanja Ivanovic
2017-09-24
1
-0
/
+96
*
[PowerPC] Eliminate compares - add i32 sext/zext handling for SETULT/SETUGT
Nemanja Ivanovic
2017-09-23
1
-3
/
+34
*
[PowerPC] Eliminate compares - add i32 sext/zext handling for SETULE/SETUGE
Nemanja Ivanovic
2017-09-23
1
-0
/
+73
*
[PowerPC] Eliminate compares - add i32 sext/zext handling for SETLT/SETGT
Nemanja Ivanovic
2017-09-23
1
-0
/
+101
*
Remove the default clause from a fully-covering switch
Nemanja Ivanovic
2017-09-22
1
-4
/
+10
[next]