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
/
InstCombineSimplifyDemanded.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
Reapply r237539 with a fix for the Chromium build.
James Molloy
2015-05-20
1
-0
/
+7
*
Revert r237539: "Reapply r237520 with another fix for infinite looping"
Hans Wennborg
2015-05-19
1
-7
/
+0
*
Reapply r237520 with another fix for infinite looping
James Molloy
2015-05-17
1
-0
/
+7
*
InstCombineSimplifyDemanded: Remove nsw/nuw flags when optimizing demanded bits
Matthias Braun
2015-04-30
1
-102
/
+15
*
InstCombine: Move Sub->Xor rule from SimplifyDemanded to InstCombine
Matthias Braun
2015-04-30
1
-10
/
+0
*
[InstCombine] Use a more targeted fix instead of r235544
David Majnemer
2015-04-22
1
-9
/
+8
*
[InstCombine] Clear out nsw/nuw if we modify computation in the chain
David Majnemer
2015-04-22
1
-3
/
+10
*
DataLayout is mandatory, update the API to reflect it with references.
Mehdi Amini
2015-03-10
1
-76
/
+72
*
[PM] Rename InstCombine.h to InstCombineInternal.h in preparation for
Chandler Carruth
2015-01-22
1
-1
/
+1
*
Add additional patterns for @llvm.assume in ValueTracking
Hal Finkel
2014-09-07
1
-0
/
+24
*
Make use of @llvm.assume in ValueTracking (computeKnownBits, etc.)
Hal Finkel
2014-09-07
1
-15
/
+24
*
InstCombine: Don't unconditionally preserve 'nuw' when shrinking constants
David Majnemer
2014-08-22
1
-6
/
+12
*
InstCombine: Don't unconditionally preserve 'nsw' when shrinking constants
David Majnemer
2014-08-22
1
-0
/
+8
*
Rename ComputeMaskedBits to computeKnownBits. "Masked" has been
Jay Foad
2014-05-14
1
-13
/
+13
*
[C++] Use 'nullptr'.
Craig Topper
2014-04-28
1
-1
/
+1
*
[C++] Use 'nullptr'. Transforms edition.
Craig Topper
2014-04-25
1
-27
/
+27
*
[Modules] Fix potential ODR violations by sinking the DEBUG_TYPE
Chandler Carruth
2014-04-22
1
-1
/
+2
*
[Modules] Sink all the DEBUG_TYPE defines for InstCombine out of the
Chandler Carruth
2014-04-21
1
-1
/
+1
*
[Modules] Move the LLVM IR pattern match header into the IR library, it
Chandler Carruth
2014-03-04
1
-1
/
+1
*
Rename many DataLayout variables from TD to DL.
Rafael Espindola
2014-02-21
1
-2
/
+2
*
Remove x86_sse42_crc32_64_8 intrinsic. It has no functional difference from x...
Craig Topper
2013-10-15
1
-1
/
+0
*
InstCombine: Check for zero shift amounts before subtracting one causing inte...
Benjamin Kramer
2013-08-30
1
-10
/
+15
*
InstCombine: Don't just copy known bits from the first operand of an srem.
Benjamin Kramer
2013-05-09
1
-1
/
+1
*
Move all of the header files which are involved in modelling the LLVM IR
Chandler Carruth
2013-01-02
1
-2
/
+2
*
Remove trailing whitespace
Craig Topper
2012-12-22
1
-126
/
+126
*
- Fix a problematic way in creating all-the-1 APInt.
Shuxin Yang
2012-12-12
1
-2
/
+4
*
For rdar://12329730, last piece.
Shuxin Yang
2012-12-04
1
-1
/
+14
*
rdar://12329730 (2nd part, revised)
Shuxin Yang
2012-12-04
1
-1
/
+2
*
rdar://12329730 (2nd part)
Shuxin Yang
2012-12-04
1
-1
/
+85
*
Move TargetData to DataLayout.
Micah Villmow
2012-10-08
1
-1
/
+1
*
Revert 'Fix a typo 'iff' => 'if''. iff is an abreviation of if and only if. S...
Sylvestre Ledru
2012-09-27
1
-2
/
+2
*
Fix a typo 'iff' => 'if'
Sylvestre Ledru
2012-09-27
1
-2
/
+2
*
Simplify demanded bits of select sources where the condition is a constant ve...
Pete Cooper
2012-07-26
1
-0
/
+23
*
Teach SimplifyDemandedBits how to look through fpext and fptrunc to simplify ...
Pete Cooper
2012-07-26
1
-0
/
+6
*
Back out r160101 and instead implement a dag combine to recover from instcomb...
Evan Cheng
2012-07-17
1
-7
/
+0
*
Instcombine was transforming:
Evan Cheng
2012-07-12
1
-0
/
+7
*
Always compute all the bits in ComputeMaskedBits.
Rafael Espindola
2012-04-04
1
-16
/
+10
*
continue making the world safe for ConstantDataVector. At this point,
Chris Lattner
2012-01-27
1
-1
/
+1
*
use Constant::getAggregateElement to simplify a bunch of code.
Chris Lattner
2012-01-25
1
-42
/
+22
*
use ConstantVector::getSplat in a few places.
Chris Lattner
2012-01-25
1
-2
/
+2
*
basic instcombine support for CDS.
Chris Lattner
2012-01-24
1
-11
/
+24
*
Teach instcombine all sorts of great stuff about shifts that have exact, nuw or
Nick Lewycky
2012-01-04
1
-2
/
+3
*
InstCombine: Canonicalize (2^n)-1 - x into (2^n)-1 ^ x iff x is known to be s...
Benjamin Kramer
2011-12-24
1
-0
/
+11
*
Stop emitting instructions with the name "tmp" they eat up memory and have to...
Benjamin Kramer
2011-09-27
1
-6
/
+3
*
Make demanded-elt simplification for shufflevector slightly stronger. Spotte...
Eli Friedman
2011-09-15
1
-0
/
+3
*
land David Blaikie's patch to de-constify Type, with a few tweaks.
Chris Lattner
2011-07-18
1
-6
/
+6
*
Renamed llvm.x86.sse42.crc32 intrinsics; crc64 doesn't exist.
Chad Rosier
2011-05-26
1
-2
/
+2
*
Revert r131664 and fix it in instcombine instead. rdar://9467055
Evan Cheng
2011-05-20
1
-0
/
+4
*
Make the demanded bits/elements optimizations preserve debug line information.
Eli Friedman
2011-05-19
1
-14
/
+14
*
X86 pmovsx/pmovzx ignore the upper half of their inputs.
Stuart Hastings
2011-05-17
1
-1
/
+1
[prev]
[next]