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
/
InstCombineMulDivRem.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
[IR] redefine 'UnsafeAlgebra' / 'reassoc' fast-math-flags and add 'trans' fas...
Sanjay Patel
2017-11-06
1
-5
/
+6
*
[Transforms] Fix some Clang-tidy modernize and Include What You Use warnings;...
Eugene Zelenko
2017-10-24
1
-24
/
+41
*
[InstCombine] use correct type when propagating constant condition in simplif...
Sanjay Patel
2017-10-06
1
-2
/
+3
*
[InstCombine] rename SimplifyDivRemOfSelect to be clearer, add comments, simp...
Sanjay Patel
2017-10-06
1
-19
/
+19
*
[InstCombine] Add select simplifications
Quentin Colombet
2017-09-20
1
-0
/
+4
*
[InstCombine] fix and enhance udiv/urem narrowing
Sanjay Patel
2017-08-24
1
-24
/
+41
*
[IR] Add Type::isIntOrIntVectorTy(unsigned) similar to the existing isInteger...
Craig Topper
2017-07-09
1
-3
/
+2
*
[InstCombine] Make InstCombine's IRBuilder be passed by reference everywhere
Craig Topper
2017-07-07
1
-45
/
+43
*
[InstCombine] Propagate nsw flag when turning mul by pow2 into shift when the...
Craig Topper
2017-06-27
1
-2
/
+2
*
[InstCombine] Pass a proper context instruction to all of the calls into Inst...
Craig Topper
2017-06-09
1
-8
/
+11
*
[InstCombine][InstSimplify] Use APInt::isNullValue/isOneValue to reduce compi...
Craig Topper
2017-06-07
1
-1
/
+1
*
[InstCombine] Add an InstCombine specific wrapper around isKnownToBeAPowerOfT...
Craig Topper
2017-05-25
1
-5
/
+3
*
[InstCombine] Cleanup the interface for overflow checks
Craig Topper
2017-05-22
1
-5
/
+6
*
[ValueTracking] Replace all uses of ComputeSignBit with computeKnownBits.
Craig Topper
2017-05-15
1
-5
/
+3
*
[InstCombine] Merge duplicate functionality between InstCombine and ValueTrac...
Craig Topper
2017-05-15
1
-8
/
+4
*
InstCombine: Use the new SimplifyQuery versions of Simplify*. Use AssumptionC...
Daniel Berlin
2017-04-26
1
-11
/
+8
*
[APInt] Rename getSignBit to getSignMask
Craig Topper
2017-04-20
1
-2
/
+2
*
[InstCombine] Simplify 1/X for vectors.
Craig Topper
2017-04-17
1
-16
/
+15
*
[InstCombine] Add support for vector srem->urem.
Craig Topper
2017-04-17
1
-7
/
+5
*
[InstCombine] Add support for turning vector sdiv into udiv.
Craig Topper
2017-04-17
1
-18
/
+16
*
[InstCombine] Support folding a subtract with a constant LHS into a phi node
Craig Topper
2017-04-14
1
-3
/
+3
*
[InstCombine] improve readability; NFCI
Sanjay Patel
2017-03-14
1
-29
/
+23
*
[InstCombine] add a wrapper for a common pair of transforms; NFCI
Sanjay Patel
2017-01-10
1
-24
/
+7
*
InstCombine: fdiv -x, -y -> fdiv x, y
Matt Arsenault
2017-01-10
1
-0
/
+10
*
[InstCombine] Address post-commit feedback
David Majnemer
2016-12-30
1
-1
/
+2
*
[InstCombine] More thoroughly canonicalize the position of zexts
David Majnemer
2016-12-30
1
-0
/
+73
*
Revert @llvm.assume with operator bundles (r289755-r289757)
Daniel Jasper
2016-12-19
1
-11
/
+12
*
Remove the AssumptionCache
Hal Finkel
2016-12-15
1
-12
/
+11
*
fix formatting; NFC
Sanjay Patel
2016-11-21
1
-1
/
+0
*
[InstCombine] Teach the udiv folding logic how to handle constant expressions.
Andrea Di Biagio
2016-09-26
1
-11
/
+14
*
[InstCombine] fold X urem C -> X < C ? X : X - C when C is big (PR28672)
Sanjay Patel
2016-09-22
1
-0
/
+8
*
InstCombine: Replace some never-null pointers with references. NFC
Justin Bogner
2016-08-05
1
-12
/
+12
*
[InstCombine] shrink type of sdiv if dividend is sexted and constant divisor ...
Sanjay Patel
2016-06-27
1
-0
/
+17
*
[InstCombine] refactor sdiv by APInt transforms (NFC)
Sanjay Patel
2016-06-27
1
-9
/
+10
*
[InstCombine] use m_APInt for div --> ashr fold
Sanjay Patel
2016-06-27
1
-8
/
+6
*
Add safety check to InstCombiner::commonIRemTransforms
Sanjoy Das
2016-06-05
1
-2
/
+11
*
reduce indent; NFC
Sanjay Patel
2016-05-22
1
-19
/
+19
*
Remove uses of builtin comma operator.
Richard Trieu
2016-02-18
1
-4
/
+7
*
function names start with a lowercase letter; NFC
Sanjay Patel
2016-02-01
1
-25
/
+25
*
InstCombine: fabs(x) * fabs(x) -> x * x
Matt Arsenault
2016-01-30
1
-4
/
+15
*
function names start with a lower case letter ; NFC
Sanjay Patel
2016-01-12
1
-3
/
+3
*
InstCombine: Remove ilist iterator implicit conversions, NFC
Duncan P. N. Exon Smith
2015-10-13
1
-3
/
+3
*
don't repeat function names in comments; NFC
Sanjay Patel
2015-09-09
1
-7
/
+5
*
[InstCombine] Don't divide by zero when evaluating a potential transform
David Majnemer
2015-09-06
1
-0
/
+8
*
Revert r240137 (Fixed/added namespace ending comments using clang-tidy. NFC)
Alexander Kornienko
2015-06-23
1
-1
/
+1
*
Fixed/added namespace ending comments using clang-tidy. NFC
Alexander Kornienko
2015-06-19
1
-1
/
+1
*
[InstCombine] (mul nsw 1, INT_MIN) != (shl nsw 1, 31)
David Majnemer
2015-04-18
1
-2
/
+6
*
DataLayout is mandatory, update the API to reflect it with references.
Mehdi Amini
2015-03-10
1
-13
/
+13
*
[InstCombine] Fix an assertion when fmul has a ConstantExpr operand
Michael Kuperstein
2015-03-05
1
-2
/
+2
*
InstSimplify: simplify 0 / X if nnan and nsz
Mehdi Amini
2015-02-23
1
-2
/
+4
[next]