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
*
[Power9] Exploit vector integer extend instructions when indices aren't correct.
Tony Jiang
2017-07-05
1
-0
/
+136
*
Tidy up some calls to getRegister for readability.
Eric Christopher
2017-06-17
1
-5
/
+6
*
Test commit - NFC.
Lei Huang
2017-06-14
1
-1
/
+1
*
Test commit - NFC.
Kit Barton
2017-06-13
1
-1
/
+1
*
PPCISelLowering.cpp: Fix warnings in r305214. [-Wdocumentation]
NAKAMURA Takumi
2017-06-13
1
-3
/
+3
*
[PowerPC] Match vec_revb builtins to P9 instructions.
Tony Jiang
2017-06-12
1
-7
/
+69
*
[Power9] Added support for the modsw, moduw, modsd, modud hardware instructions.
Tony Jiang
2017-06-12
1
-5
/
+32
*
[DAG] add helper to bind memop chains; NFCI
Sanjay Patel
2017-06-12
1
-0
/
+1
*
Sort the remaining #include lines in include/... and lib/....
Chandler Carruth
2017-06-06
1
-5
/
+5
*
[PPC] Inline expansion of memcmp
Zaara Syeda
2017-05-31
1
-0
/
+4
*
[PowerPC] Fix a performance bug for PPC::XXPERMDI.
Tony Jiang
2017-05-31
1
-12
/
+94
*
[SelectionDAG] Set ISD::FPOWI to Expand by default
Craig Topper
2017-05-30
1
-3
/
+0
*
[PPC] Add text for assert.
Tim Shen
2017-05-25
1
-1
/
+1
*
[PPC] Fix atomics lowering in DAG lowering.
Tim Shen
2017-05-25
1
-1
/
+3
*
[PowerPC] Fix a performance bug for PPC::XXSLDWI.
Tony Jiang
2017-05-24
1
-2
/
+86
*
CodeGen: Power: Add lowering for shifts of v1i128.
Kyle Butt
2017-05-17
1
-0
/
+15
*
[PPC] Lower load acquire/seq_cst trailing fence to cmp + bne + isync.
Tim Shen
2017-05-16
1
-5
/
+40
*
[PPC] Move the combine "a << (b % (sizeof(a) * 8)) -> (PPCshl a, b)" to the b...
Tim Shen
2017-05-12
1
-0
/
+64
*
[Atomic] Remove IsStore/IsLoad in the interface, and pass the instruction ins...
Tim Shen
2017-05-09
1
-7
/
+7
*
Add extra operand to CALLSEQ_START to keep frame part set up previously
Serge Pavlov
2017-05-09
1
-12
/
+8
*
[KnownBits] Add wrapper methods for setting and clear all bits in the underly...
Craig Topper
2017-05-05
1
-1
/
+1
*
[PowerPC] Emit VMX loads/stores for aligned ops to avoid adding swaps on LE
Nemanja Ivanovic
2017-05-02
1
-0
/
+15
*
Generalize the specialized flag-carrying SDNodes by moving flags into SDNode.
Amara Emerson
2017-05-01
1
-5
/
+5
*
[SelectionDAG] Use KnownBits struct in DAG's computeKnownBits and simplifyDem...
Craig Topper
2017-04-28
1
-24
/
+20
*
Move value type list from TargetRegisterClass to TargetRegisterInfo
Krzysztof Parzyszek
2017-04-24
1
-2
/
+2
*
Revert r301231: Accidentally committed stale files
Krzysztof Parzyszek
2017-04-24
1
-2
/
+2
*
Move value type list from TargetRegisterClass to TargetRegisterInfo
Krzysztof Parzyszek
2017-04-24
1
-2
/
+2
*
[DAGCombiner] Add vector demanded elements support to computeKnownBitsForTarg...
Simon Pilgrim
2017-03-31
1
-0
/
+1
*
Kill some trailing whitespace to make some new changes a bit easier.
Eric Christopher
2017-03-23
1
-12
/
+12
*
Make library calls sensitive to regparm module flag (Fixes PR3997).
Nirav Dave
2017-03-18
1
-4
/
+3
*
Remove getArgumentList() in favor of arg_begin(), args(), etc
Reid Kleckner
2017-03-16
1
-1
/
+1
*
Test commit.
Hiroshi Inoue
2017-03-16
1
-1
/
+1
*
Revert "Revert "[PowerPC][ELFv2ABI] Allocate parameter area on-demand to redu...
Tim Shen
2017-03-08
1
-5
/
+43
*
Revert "[PowerPC][ELFv2ABI] Allocate parameter area on-demand to reduce stack...
Tim Shen
2017-03-07
1
-43
/
+5
*
[PowerPC] Fix failure with STBRX when store is narrower than the bswap
Nemanja Ivanovic
2017-03-06
1
-2
/
+5
*
[PPC] Fix code generation for bswap(int32) followed by store16
Guozhi Wei
2017-03-02
1
-2
/
+10
*
[PowerPC][ELFv2ABI] Allocate parameter area on-demand to reduce stack frame size
Nemanja Ivanovic
2017-03-02
1
-5
/
+43
*
[PowerPC] Expand ISEL instruction into if-then-else sequence.
Tony Jiang
2017-01-16
1
-3
/
+2
*
Revert "[PowerPC] Expand ISEL instruction into if-then-else sequence."
Tony Jiang
2017-01-16
1
-2
/
+3
*
[PowerPC] Expand ISEL instruction into if-then-else sequence.
Tony Jiang
2017-01-16
1
-3
/
+2
*
[PowerPC] Fix some Clang-tidy modernize and Include What You Use warnings; ot...
Eugene Zelenko
2017-01-13
1
-112
/
+233
*
[PowerPC] Fix logic dealing with nop after calls (and tail-call eligibility)
Hal Finkel
2017-01-04
1
-40
/
+39
*
Revert r289638: [PowerPC] Fix logic dealing with nop after calls (and tail-ca...
Chandler Carruth
2016-12-16
1
-25
/
+40
*
[PowerPC] Fix logic dealing with nop after calls (and tail-call eligibility)
Hal Finkel
2016-12-14
1
-40
/
+25
*
[PPC] Prefer direct move on power8 if load 1 or 2 bytes to VSR
Guozhi Wei
2016-12-12
1
-1
/
+7
*
[PowerPC] Improvements for BUILD_VECTOR Vol. 2
Nemanja Ivanovic
2016-11-29
1
-4
/
+98
*
[PowerPC] Improvements for BUILD_VECTOR Vol. 2
Nemanja Ivanovic
2016-11-29
1
-1
/
+94
*
Revert https://reviews.llvm.org/rL287679
Nemanja Ivanovic
2016-11-29
1
-15
/
+0
*
[PowerPC] Improvements for BUILD_VECTOR Vol. 1
Nemanja Ivanovic
2016-11-29
1
-23
/
+70
*
[PowerPC] Emit VMX loads/stores for aligned ops to avoid adding swaps on LE
Nemanja Ivanovic
2016-11-22
1
-0
/
+15
[next]