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
/
IR
/
ConstantRange.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
[dump] Remove NDEBUG from test to enable dump methods [NFC]
Don Hinton
2017-10-12
1
-1
/
+1
*
[IR] Fix some Clang-tidy modernize-use-using warnings; other minor fixes (NFC).
Eugene Zelenko
2017-06-19
1
-2
/
+11
*
[ConstantRange] Implement getSignedMin/Max in a less complicated and faster way
Craig Topper
2017-06-16
1
-15
/
+2
*
Sort the remaining #include lines in include/... and lib/....
Chandler Carruth
2017-06-06
1
-2
/
+2
*
[ConstantRange] Remove costly udivrem from ConstantRange::truncate
Craig Topper
2017-06-05
1
-15
/
+19
*
[ConstantRange] Fix the early out in ConstantRange::multiply for positive num...
Craig Topper
2017-05-10
1
-1
/
+2
*
[ConstantRange] Rewrite shl to avoid repeated calls to getUnsignedMax and avo...
Craig Topper
2017-05-09
1
-7
/
+11
*
[ConstantRange] Combine the two adds max+1 in lshr into a single addition.
Craig Topper
2017-05-09
1
-4
/
+4
*
[ConstantRange] Use APInt::isNullValue in place of comparing with 0. The comp...
Craig Topper
2017-05-09
1
-4
/
+4
*
[ConstantRange][SimplifyCFG] Add a helper method to allow SimplifyCFG to dete...
Craig Topper
2017-05-07
1
-0
/
+11
*
[ConstantRange] Remove 'Of' from name of ConstantRange::isSizeStrictlySmaller...
Craig Topper
2017-05-07
1
-9
/
+9
*
[ConstantRange] Fix a couple cases where we were possibly throwing away an AP...
Craig Topper
2017-04-30
1
-2
/
+2
*
[ConstantRange] Use APInt::getOneBitSet to shorten some code. NFC
Craig Topper
2017-04-29
1
-5
/
+2
*
[ConstantRange] Replace getMaxValue+zext with getLowBitsSet. Replace zero-ini...
Craig Topper
2017-04-29
1
-3
/
+2
*
[ConstantRange] Use APInt::operator-= to remove temporary APInts.
Craig Topper
2017-04-29
1
-4
/
+4
*
[ConstantRange] Use ternary operator instead of 'if' to avoid copying an APIn...
Craig Topper
2017-04-29
1
-10
/
+4
*
[ConstantRange] Add std::move to a bunch of places that pass local APInts to ...
Craig Topper
2017-04-29
1
-24
/
+25
*
[ConstantRange] Remove a temporary APInt I meant to delete in r300621. NFC
Craig Topper
2017-04-29
1
-1
/
+0
*
[ConstantRange] Improve the efficiency of one of the ConstantRange constructors.
Craig Topper
2017-04-29
1
-6
/
+3
*
[ConstantRange] Use APInt::isNullValue rather than APInt::isMinValue where it...
Craig Topper
2017-04-28
1
-2
/
+2
*
[ConstantRange] Use const references to prevent a couple APInt copies. NFC
Craig Topper
2017-04-28
1
-2
/
+2
*
[ConstantRange] Optimize APInt creation in getSignedMax/getSignedMin.
Craig Topper
2017-04-18
1
-8
/
+8
*
[ConstantRange] fix doxygen comment formatting; NFC
Sanjay Patel
2017-04-18
1
-76
/
+0
*
[IR] Remove the APIntMoveTy typedef from ConstantRange. Use APInt type directly.
Craig Topper
2017-04-13
1
-2
/
+2
*
[ConstantRange] Add setSizeSmallerThanOf method.
Michael Zolotukhin
2017-03-20
1
-10
/
+24
*
Cleanup dump() functions.
Matthias Braun
2017-01-28
1
-0
/
+2
*
Factor out common parts of LVI and Float2Int into ConstantRange [NFCI]
Philip Reames
2016-12-01
1
-0
/
+79
*
Analysis: Move llvm::getConstantRangeFromMetadata to IR library.
Peter Collingbourne
2016-10-21
1
-0
/
+22
*
Introduce ConstantRange.addWithNoSignedWrap
Artur Pilipenko
2016-10-19
1
-0
/
+13
*
[ConstantRange] Make getEquivalentICmp smarter
Sanjoy Das
2016-10-02
1
-0
/
+8
*
Revert r283057 and r283058
Sanjoy Das
2016-10-02
1
-8
/
+0
*
[ConstantRange] Make getEquivalentICmp smarter
Sanjoy Das
2016-10-02
1
-0
/
+8
*
fix formatting, typo; NFC
Sanjay Patel
2016-06-19
1
-53
/
+53
*
Fix spelling and capitalization in comments. NFC
Nick Lewycky
2016-06-06
1
-2
/
+2
*
Don't generate unnecessary signed ConstantRange during multiply. NFC
Pete Cooper
2016-05-27
1
-0
/
+7
*
[ConstantRange] Add an getEquivalentICmp helper
Sanjoy Das
2016-05-19
1
-0
/
+26
*
"Reapply r268521 "[InstCombine] Canonicalize icmp instructions based on domin...
Balaram Makam
2016-05-04
1
-0
/
+12
*
Revert "[InstCombine] Canonicalize icmp instructions based on dominating cond...
Balaram Makam
2016-05-04
1
-12
/
+0
*
[InstCombine] Canonicalize icmp instructions based on dominating conditions.
Balaram Makam
2016-05-04
1
-0
/
+12
*
[ConstantRange] Generalize makeGuaranteedNoWrapRegion to work on ranges
Sanjoy Das
2016-03-03
1
-12
/
+20
*
[ConstantRange] Add umin/smin operators
Philip Reames
2016-02-26
1
-0
/
+26
*
[ConstantRange] Rename a method and add more doc
Sanjoy Das
2016-02-22
1
-3
/
+3
*
Annotate dump() methods with LLVM_DUMP_METHOD, addressing Richard Smith r2591...
Yaron Keren
2016-01-29
1
-1
/
+1
*
[IR] Add a `makeNoWrapRegion` method to `ConstantRange`
Sanjoy Das
2015-10-22
1
-0
/
+53
*
[ConstantRange] Split makeICmpRegion in two.
Sanjoy Das
2015-03-18
1
-3
/
+14
*
[ConstantRange] Teach multiply to be cleverer about signed ranges.
James Molloy
2015-03-06
1
-1
/
+27
*
[Modules] Move the ConstantRange class into the IR library. This is
Chandler Carruth
2014-03-04
1
-0
/
+734
[prev]