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
/
CodeGen
/
SelectionDAG
Commit message (
Expand
)
Author
Age
Files
Lines
*
Merging r339225:
Hans Wennborg
2018-08-13
1
-16
/
+37
*
Merging r338915:
Hans Wennborg
2018-08-07
1
-11
/
+28
*
Merging r338665:
Hans Wennborg
2018-08-07
1
-16
/
+12
*
DAG: Correct pointer type used for stack slot
Matt Arsenault
2018-07-31
1
-1
/
+2
*
DAG: Fix PromoteFloatResult for fcanonicalize
Matt Arsenault
2018-07-31
1
-1
/
+2
*
Test commit.
Hsiangkai Wang
2018-07-31
1
-1
/
+1
*
[DAGCombiner][TargetLowering] Pass a SmallVector instead of a std::vector to ...
Craig Topper
2018-07-30
2
-9
/
+8
*
[DAGCombiner] transform sub-of-shifted-signbit to add
Sanjay Patel
2018-07-30
1
-0
/
+11
*
[TargetLowering] In BuildSDIV, add the MULHS/SMUL_LOHI to the Created vector.
Craig Topper
2018-07-30
1
-0
/
+3
*
[DAGCombiner][PowerPC][AArch64] Pass Created vector by reference to BuildSDIV...
Craig Topper
2018-07-30
2
-2
/
+2
*
Revert r338222 "[DAGCombiner] Remove unnecessary calls to AddToWorklist."
Craig Topper
2018-07-30
1
-8
/
+46
*
Remove trailing space
Fangrui Song
2018-07-30
8
-43
/
+43
*
[DAGCombiner] Bug 31275- Extract a shift from a constant mul or udiv if a rot...
David Bolvansky
2018-07-30
1
-17
/
+156
*
Reapply "Fix crash on inline asm with 64bit matching input in 32bit GPR"
Thomas Preud'homme
2018-07-30
1
-9
/
+23
*
[DAGCombiner] Remove unnecessary calls to AddToWorklist.
Craig Topper
2018-07-29
1
-46
/
+8
*
revert r338206 because the test does not pass
Sanjay Patel
2018-07-29
1
-23
/
+9
*
Fix crash on inline asm with 64bit matching input in 32bit GPR
Thomas Preud'homme
2018-07-28
1
-9
/
+23
*
[SelectionDAG] Pass std::vector by reference instead of by pointer to BuildSD...
Craig Topper
2018-07-28
2
-18
/
+14
*
DAG: Add calling convention argument to calling convention funcs
Matt Arsenault
2018-07-28
5
-104
/
+128
*
[DAGCombiner] Teach DAG combiner that A-(B-C) can be folded to A+(C-B)
Craig Topper
2018-07-28
1
-0
/
+6
*
[DAGCombiner] fold 'not' with signbit math
Sanjay Patel
2018-07-27
1
-0
/
+45
*
DAG: Remove unnecessary .str()
Matt Arsenault
2018-07-27
1
-1
/
+1
*
[SelectionDAGBuilder] Add masked loads to PendingLoads rather than calling DA...
Craig Topper
2018-07-26
1
-4
/
+2
*
[SelectionDAG] Add MLOAD/MSTORE/MGATHER/MSCATTER to AddNodeIDCustom to proper...
Craig Topper
2018-07-26
1
-0
/
+28
*
[DAGCombiner] Remove some calls to AddToWorklist that should be unnecessary.
Craig Topper
2018-07-26
1
-3
/
+0
*
[DebugInfo] LowerDbgDeclare: Add derefs when handling CallInst users
Vedant Kumar
2018-07-26
4
-33
/
+45
*
[DAGCombine] optimizeSetCCOfSignedTruncationCheck(): handle ule,ugt CondCodes.
Roman Lebedev
2018-07-26
1
-9
/
+18
*
[SelectionDAG] try to convert funnel shift directly to rotate if legal
Sanjay Patel
2018-07-25
1
-1
/
+10
*
Fix corruption of result number in LegalizeVectorOps.cpp
Ulrich Weigand
2018-07-25
1
-1
/
+2
*
Fix PR34170: Crash on inline asm with 64bit output in 32bit GPR
Thomas Preud'homme
2018-07-25
1
-20
/
+36
*
[SelectionDAG] Reduce DanglingDebugInfo memory traffic, NFC
Vedant Kumar
2018-07-23
1
-19
/
+23
*
[Legalize] Elide MERGE_VALUES created by scalarizeVectorLoad.
Nirav Dave
2018-07-23
2
-3
/
+10
*
[FPEnv] Legalize double width StrictFP vector operations
Cameron McInally
2018-07-23
2
-0
/
+70
*
[SelectionDAGBuilder] Use APInt::isZero instead of comparing APInt::getZExtVa...
Craig Topper
2018-07-22
1
-1
/
+1
*
[SelectionDAGBuilder] Restrict vector reduction check to types with a power o...
Craig Topper
2018-07-22
1
-0
/
+4
*
[DAG] Avoid Node Update assertion due to AND simplification
Nirav Dave
2018-07-20
1
-3
/
+5
*
[DAG] Fix Memory ordering check in ReduceLoadOpStore.
Nirav Dave
2018-07-20
1
-16
/
+18
*
[DAGCombiner] Fold X - (-Y *Z) -> X + (Y * Z)
Craig Topper
2018-07-20
1
-0
/
+18
*
Skip out of SimplifyDemandedBits for BITCAST of f16 to i16
Stephen Canon
2018-07-19
1
-0
/
+1
*
[DAGCombiner] Teach DAGCombiner that A-(-B) is A+B.
Craig Topper
2018-07-19
1
-0
/
+5
*
[ScheduleDAG] Fix unfolding of SUnits to already existent nodes.
Nirav Dave
2018-07-18
1
-18
/
+30
*
[DAGCombiner] Call SimplifyDemandedVectorElts from EXTRACT_VECTOR_ELT
Simon Pilgrim
2018-07-17
1
-4
/
+23
*
[Intrinsics] define funnel shift IR intrinsics + DAG builder support
Sanjay Patel
2018-07-16
1
-0
/
+37
*
[CodeGen] Fix inconsistent declaration parameter name
Fangrui Song
2018-07-16
5
-32
/
+32
*
[X86][AArch64][DAGCombine] Unfold 'check for [no] signed truncation' pattern
Roman Lebedev
2018-07-16
1
-0
/
+78
*
Avoid losing Hi part when expanding VAARG nodes on big endian machines
Daniel Cederman
2018-07-16
1
-1
/
+2
*
[DAGCombiner] fix typo in comment; NFC
Sanjay Patel
2018-07-15
1
-1
/
+1
*
[DAGCombiner] extend(ifpositive(X)) -> shift-right (not X)
Sanjay Patel
2018-07-15
1
-0
/
+37
*
CodeGen: Remove pipeline dependencies on StackProtector; NFC
Matthias Braun
2018-07-13
1
-2
/
+4
*
Revert "(HEAD -> master, origin/master, arcpatch-D37582) CodeGen: Remove pipe...
Matthias Braun
2018-07-12
1
-4
/
+2
[next]