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
/
Transforms
/
InstCombine
/
InstCombineInternal.h
Commit message (
Expand
)
Author
Age
Files
Lines
*
[InstCombine] Remove include of DIBuilder.h and Dwarf.h as they don't appear ...
Craig Topper
2017-07-06
1
-2
/
+0
*
[InstCombine] Remove Builder argument from InstCombiner::tryFactorization. NFC
Craig Topper
2017-07-06
1
-3
/
+2
*
[InstCombine] Change helper method to a file local static method. NFC
Craig Topper
2017-07-06
1
-1
/
+0
*
[InstCombine] Replace an unnecessary use of a matcher with just an isa and a ...
Craig Topper
2017-06-30
1
-3
/
+2
*
[InstCombine] Recognize and simplify three way comparison idioms
Anna Thomas
2017-06-23
1
-0
/
+11
*
[InstCombine] add peekThroughBitcast() helper; NFC
Sanjay Patel
2017-06-22
1
-0
/
+12
*
[InstCombine] Cleanup using commutable matchers. Make a couple helper methods...
Craig Topper
2017-06-21
1
-4
/
+0
*
[Atomics] Rename and change prototype for atomic memcpy intrinsic
Daniel Neilson
2017-06-16
1
-1
/
+2
*
[InstCombine] Fold (!iszero(A & K1) & !iszero(A & K2)) -> (A & (K1 | K2)) ==...
Craig Topper
2017-06-16
1
-1
/
+3
*
[InstCombine] Make the context instruction parameter of foldOrOfICmps a refer...
Craig Topper
2017-06-15
1
-1
/
+1
*
Move Object format code to lib/BinaryFormat.
Zachary Turner
2017-06-07
1
-1
/
+1
*
[InstCombine] Add an InstCombine specific wrapper around isKnownToBeAPowerOfT...
Craig Topper
2017-05-25
1
-0
/
+6
*
[InstCombine] Cleanup the interface for overflow checks
Craig Topper
2017-05-22
1
-18
/
+26
*
[InstCombine] add helper to foldXorOfICmps(); NFCI
Sanjay Patel
2017-05-18
1
-4
/
+6
*
[InstCombine] add isCanonicalPredicate() helper function and use it; NFCI
Sanjay Patel
2017-05-17
1
-0
/
+21
*
[ValueTracking] Replace all uses of ComputeSignBit with computeKnownBits.
Craig Topper
2017-05-15
1
-4
/
+5
*
[InstCombine] Merge duplicate functionality between InstCombine and ValueTrac...
Craig Topper
2017-05-15
1
-1
/
+17
*
[InstCombine] Remove 'return' of a called function that also returned void. NFC
Craig Topper
2017-05-15
1
-3
/
+2
*
InstCombine: Use the new SimplifyQuery versions of Simplify*. Use AssumptionC...
Daniel Berlin
2017-04-26
1
-6
/
+13
*
[ValueTracking] Introduce a KnownBits struct to wrap the two APInts for compu...
Craig Topper
2017-04-26
1
-11
/
+8
*
[InstCombine] function names start with lower-case letter; NFC
Sanjay Patel
2017-04-20
1
-1
/
+1
*
[InstCombine] allow shl+shr demanded bits folds with splat constants
Sanjay Patel
2017-04-20
1
-3
/
+4
*
[InstCombine] Support folding a subtract with a constant LHS into a phi node
Craig Topper
2017-04-14
1
-1
/
+1
*
[InstCombine] Move portion of SimplifyDemandedUseBits that deals with instruc...
Craig Topper
2017-04-12
1
-0
/
+7
*
[InstCombine] Remove redundant combine from visitAnd
Craig Topper
2017-04-06
1
-2
/
+0
*
Revert r299337 "[InstCombine] Remove redundant combine from visitAnd"
Craig Topper
2017-04-03
1
-0
/
+2
*
[InstCombine] Make foldOpWithConstantIntoOperand take a BinaryOperator instea...
Craig Topper
2017-04-03
1
-1
/
+1
*
[InstCombine] Make InstCombiner::OptAndOp take a BinaryOperator instead of an...
Craig Topper
2017-04-02
1
-1
/
+1
*
[InstCombine] Remove redundant combine from visitAnd
Craig Topper
2017-04-02
1
-2
/
+0
*
[InstCombine] Change the interface of SimplifyDemandedBits so that it takes t...
Craig Topper
2017-03-25
1
-1
/
+2
*
Salvage debug info from instructions about to be deleted
Adrian Prantl
2017-03-16
1
-1
/
+5
*
Revert commit r297971 because of issues reported by msan.
Adrian Prantl
2017-03-16
1
-5
/
+1
*
Salvage debug info from instructions about to be deleted
Adrian Prantl
2017-03-16
1
-1
/
+5
*
Fix invalid addrspacecast due to combining alloca with global var
Yaxun Liu
2017-02-10
1
-0
/
+5
*
[InstCombineCalls] Unfold element atomic memcpy instruction
Igor Laevsky
2017-02-08
1
-0
/
+2
*
Fix the -Werror build for some sign-comparisons
David Blaikie
2017-02-07
1
-1
/
+1
*
[InstCombine] Make max size array combine a tunable.
Davide Italiano
2017-02-07
1
-0
/
+3
*
[InstCombine] fix operand-complexity-based canonicalization (PR28296)
Sanjay Patel
2017-02-03
1
-7
/
+15
*
[Instcombine] Combine consecutive identical fences
Davide Italiano
2017-01-31
1
-0
/
+1
*
fix formatting; NFC
Sanjay Patel
2017-01-31
1
-2
/
+2
*
[InstCombine] add a wrapper for a common pair of transforms; NFCI
Sanjay Patel
2017-01-10
1
-6
/
+13
*
[InstCombine] Remove a piece of a comment that said that InstCombiner contain...
Craig Topper
2016-12-28
1
-2
/
+1
*
Revert "[InstCombine] New opportunities for FoldAndOfICmp and FoldXorOfICmp"
David Majnemer
2016-12-21
1
-1
/
+0
*
Revert @llvm.assume with operator bundles (r289755-r289757)
Daniel Jasper
2016-12-19
1
-10
/
+16
*
[InstCombine] New opportunities for FoldAndOfICmp and FoldXorOfICmp
Ehsan Amiri
2016-12-15
1
-0
/
+1
*
Remove the AssumptionCache
Hal Finkel
2016-12-15
1
-16
/
+10
*
[InstCombine] Merge debug locations when folding through a phi node
Robert Lougher
2016-12-14
1
-0
/
+4
*
[InstCombine] allow more narrowing transforms for logic ops
Sanjay Patel
2016-11-30
1
-0
/
+1
*
[InstCombine] handle simple vector integer constants in IsFreeToInvert
Sanjay Patel
2016-10-27
1
-0
/
+18
*
[InstCombine] Resubmit the combine of A->B->A BitCast and fix for pr27996
Guozhi Wei
2016-10-25
1
-0
/
+1
[next]