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] simplify fneg+fadd folds; NFC
Sanjay Patel
2018-04-16
1
-1
/
+0
*
[InstCombine] Fold compare of int constant against a splatted vector of ints
Daniel Neilson
2018-04-03
1
-0
/
+2
*
[InstCombine] distribute fmul over fadd/fsub
Sanjay Patel
2018-03-26
1
-2
/
+0
*
Fix a couple of layering violations in Transforms
David Blaikie
2018-03-21
1
-1
/
+1
*
[InstCombine] move constant check into foldBinOpIntoSelectOrPhi; NFCI
Sanjay Patel
2018-02-28
1
-1
/
+1
*
[InstCombine] narrow masked zexted binops (PR35792)
Sanjay Patel
2018-01-25
1
-0
/
+1
*
Create instruction classes for identifying any atomicity of memory intrinsic....
Daniel Neilson
2017-10-30
1
-2
/
+1
*
[Transforms] Fix some Clang-tidy modernize and Include What You Use warnings;...
Eugene Zelenko
2017-10-24
1
-20
/
+51
*
Move folding of icmp with zero after checking for min/max idioms.
Nikolai Bozhenov
2017-10-16
1
-0
/
+1
*
[InstCombine] rearrange code to remove repeated constant check; NFCI
Sanjay Patel
2017-10-13
1
-0
/
+2
*
Renable r314928
Xinliang David Li
2017-10-10
1
-0
/
+4
*
[InstCombine] rename SimplifyDivRemOfSelect to be clearer, add comments, simp...
Sanjay Patel
2017-10-06
1
-1
/
+1
*
Revert "Roll forward r314928"
Reid Kleckner
2017-10-06
1
-4
/
+0
*
Roll forward r314928
Xinliang David Li
2017-10-06
1
-0
/
+4
*
Revert r314928 to investigate thinLTO bootstrap failure
Xinliang David Li
2017-10-05
1
-4
/
+0
*
Recommit r314561 after fixing msan build failure
Xinliang David Li
2017-10-04
1
-0
/
+4
*
[InstCombine] Change a bunch of methods to take APInts by reference instead o...
Craig Topper
2017-10-03
1
-15
/
+15
*
Update getMergedLocation to check the instruction type and merge properly.
Dehao Chen
2017-10-02
1
-2
/
+2
*
Revert r314579: "Recommi r314561 after fixing over-debug assertion".
Daniel Jasper
2017-10-01
1
-4
/
+0
*
Recommi r314561 after fixing over-debug assertion
Xinliang David Li
2017-09-30
1
-0
/
+4
*
Revert 314561 due to debug build assertion failure
Xinliang David Li
2017-09-29
1
-4
/
+0
*
Eliminate PHI (int typed) which has only one use by intptr
Xinliang David Li
2017-09-29
1
-0
/
+4
*
[InstCombine] Add select simplifications
Quentin Colombet
2017-09-20
1
-0
/
+5
*
[InstCombine] combine foldAndOfFCmps and foldOrOfFcmps; NFCI
Sanjay Patel
2017-09-02
1
-2
/
+5
*
[InstCombine] Remove unused argument. NFC
Craig Topper
2017-08-23
1
-1
/
+1
*
[InstCombine] Remove an unnecessary dyn_cast to Instruction and a switch over...
Craig Topper
2017-08-23
1
-2
/
+2
*
Remove checks for debug info intrinsics in use lists, NFC
Reid Kleckner
2017-08-14
1
-1
/
+0
*
[InstCombine] narrow rotate left/right patterns to eliminate zext/trunc (PR34...
Sanjay Patel
2017-08-09
1
-0
/
+1
*
[InstCombine] refactor trunc(binop) transforms; NFCI
Sanjay Patel
2017-08-05
1
-1
/
+1
*
Migrate SimplifyLibCalls to new OptimizationRemarkEmitter
Adam Nemet
2017-07-26
1
-2
/
+5
*
[InstCombine] Make InstCombine's IRBuilder be passed by reference everywhere
Craig Topper
2017-07-07
1
-2
/
+2
*
[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
[next]