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
*
[InstCombine] Fix typo in comment. NFC
Craig Topper
2016-12-29
1
-1
/
+1
*
[InstCombine] Use a 32-bits instead of 64-bits for storing the number of elem...
Craig Topper
2016-12-29
1
-2
/
+2
*
[InstCombine][X86] If the lowest element of a scalar intrinsic isn't used mak...
Craig Topper
2016-12-29
1
-6
/
+18
*
[InstCombine][X86] Add DemandedElts support for 512-bit PMULDQ/PMULUDQ instru...
Craig Topper
2016-12-27
1
-1
/
+3
*
[InstCombine][X86] Add DemandedElts support for PMULDQ/PMULUDQ instructions
Simon Pilgrim
2016-12-26
1
-0
/
+27
*
[InstCombine] Simplify code slightly. NFC
Craig Topper
2016-12-17
1
-1
/
+1
*
[AVX-512][InstCombine] Add masked scalar FMA intrinsics to SimplifyDemandedVe...
Craig Topper
2016-12-15
1
-0
/
+35
*
[X86][InstCombine] Teach SimplifyDemandedVectorElts to handle masked scalar a...
Craig Topper
2016-12-14
1
-0
/
+12
*
[X86][InstCombine] Handle scalar fmadd intrinsics correctly in SimplifyDemand...
Craig Topper
2016-12-14
1
-7
/
+14
*
[X86][InstCombine] Teach SimplifyDemandedVectorElts to handle scalar round in...
Craig Topper
2016-12-14
1
-11
/
+19
*
[X86][InstCombine] Teach SimplifyDemandedVectorElts to handle scalar min/max/...
Craig Topper
2016-12-14
1
-3
/
+28
*
[X86][InstCombine] Fix SimplifyDemandedVectorElts to handle frcz scalar intri...
Craig Topper
2016-12-13
1
-0
/
+5
*
[InstCombine][XOP] The instructions for the scalar frcz intrinsics are define...
Craig Topper
2016-12-11
1
-2
/
+14
*
[X86][InstCombine] Add support for scalar FMA intrinsics to SimplifyDemandedV...
Craig Topper
2016-12-11
1
-0
/
+29
*
[X86] Remove the scalar intrinsics for fadd/fsub/fdiv/fmul
Craig Topper
2016-11-16
1
-64
/
+0
*
[InstCombine] Fixed bug introduced in r282237
Alexey Bataev
2016-09-26
1
-6
/
+8
*
[InstCombine] Fix for PR29124: reduce insertelements to shufflevector
Alexey Bataev
2016-09-23
1
-6
/
+49
*
don't repeat function names in comments; NFC
Sanjay Patel
2016-07-14
1
-29
/
+28
*
Apply most suggestions of clang-tidy's performance-unnecessary-value-param
Benjamin Kramer
2016-06-08
1
-2
/
+5
*
[InstCombine][MMX] Extend SimplifyDemandedUseBits MOVMSK support to MMX
Simon Pilgrim
2016-06-04
1
-3
/
+9
*
[InstCombine] clean up; NFC
Sanjay Patel
2016-04-29
1
-1
/
+1
*
[InstCombine] Remove trailing whitespace. NFC.
Ahmed Bougacha
2016-04-28
1
-1
/
+1
*
[InstCombine][SSE] Add MOVMSK support to SimplifyDemandedUseBits
Simon Pilgrim
2016-04-28
1
-0
/
+22
*
Tweak comments to make it clear that these combines are for SSE scalar instru...
Simon Pilgrim
2016-04-24
1
-4
/
+5
*
[InstCombine][SSE] Reduce DIVSS/DIVSD to FDIV if only first element is required
Simon Pilgrim
2016-04-24
1
-1
/
+7
*
[InstCombine][SSE] Demanded vector elements for scalar intrinsics (Part 2 of 2)
Simon Pilgrim
2016-04-24
1
-1
/
+38
*
function names start with a lowercase letter; NFC
Sanjay Patel
2016-02-01
1
-1
/
+1
*
[InstCombine] Teach SimplifyDemandedVectorElts how to handle ConstantVector s...
Andrea Di Biagio
2015-10-06
1
-1
/
+7
*
[InstCombine] Improve Vector Demanded Bits Through Bitcasts
Simon Pilgrim
2015-09-29
1
-35
/
+34
*
[InstCombine] Added vector demanded bits support for SSE4A EXTRQ/INSERTQ inst...
Simon Pilgrim
2015-09-17
1
-1
/
+10
*
Add support for floating-point minnum and maxnum
James Molloy
2015-08-11
1
-1
/
+1
*
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
[next]