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
/
InstCombineCalls.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
[Statepoints] Refactor GCRelocateOperands into an intrinsic wrapper. NFC.
Manuel Jacob
2016-01-05
1
-2
/
+1
*
getParent() ^ 3 == getModule() ; NFCI
Sanjay Patel
2015-12-14
1
-3
/
+3
*
[AttributeSet] Overload AttributeSet::addAttribute to reduce compile
Akira Hatanaka
2015-12-02
1
-7
/
+14
*
[OperandBundles] Extract duplicated code into a helper function, NFC
Sanjoy Das
2015-11-25
1
-5
/
+1
*
[InstCombine] Don't drop operand bundles
Sanjoy Das
2015-11-25
1
-3
/
+10
*
Revert "Change memcpy/memset/memmove to have dest and source alignments."
Pete Cooper
2015-11-19
1
-16
/
+13
*
Change memcpy/memset/memmove to have dest and source alignments.
Pete Cooper
2015-11-18
1
-13
/
+16
*
[InstCombine] Add trivial folding (bitreverse (bitreverse x)) -> x
James Molloy
2015-11-12
1
-0
/
+10
*
[InstCombine] SSE4A constant folding and conversion to shuffles.
Simon Pilgrim
2015-10-17
1
-53
/
+270
*
InstCombine: Remove ilist iterator implicit conversions, NFC
Duncan P. N. Exon Smith
2015-10-13
1
-7
/
+7
*
[InstCombine][SSE4A] Remove broken INSERTQI range combining optimization
Simon Pilgrim
2015-10-13
1
-45
/
+4
*
[InstCombine][X86][XOP] Combine XOP integer vector comparisons to native IR
Simon Pilgrim
2015-10-11
1
-0
/
+53
*
[InstCombine] Remove trivially empty lifetime start/end ranges.
Arnaud A. de Grandmaison
2015-10-01
1
-0
/
+23
*
[InstCombine] Teach how to convert SSSE3/AVX2 byte shuffles to builtin shuffl...
Andrea Di Biagio
2015-09-30
1
-0
/
+41
*
[X86][SSE] Replace 128-bit SSE41 PMOVSX intrinsics with native IR
Simon Pilgrim
2015-09-23
1
-6
/
+0
*
[InstCombine] Use SimplifyDemandedVectorEltsLow helper function. NFCI.
Simon Pilgrim
2015-09-19
1
-17
/
+8
*
[InstCombine] Added vector demanded bits support for SSE4A EXTRQ/INSERTQ inst...
Simon Pilgrim
2015-09-17
1
-0
/
+73
*
[InstCombineCalls] Use isKnownNonNullAt() to check nullness of passing argume...
Chen Li
2015-09-14
1
-2
/
+2
*
Fixed unused variable warning.
Simon Pilgrim
2015-09-12
1
-2
/
+2
*
[InstCombine] CVTPH2PS Vector Demanded Elements + Constant Folding
Simon Pilgrim
2015-09-12
1
-0
/
+47
*
Revert "[InstCombineCalls] Use isKnownNonNullAt() to check nullness of passin...
Mehdi Amini
2015-09-11
1
-1
/
+1
*
[InstCombineCalls] Use isKnownNonNullAt() to check nullness of passing argume...
Chen Li
2015-09-10
1
-1
/
+1
*
[InstCombineCalls] Use isKnownNonNullAt() to check nullness of gc.relocate re...
Chen Li
2015-09-10
1
-1
/
+1
*
[InstCombine] SSE/AVX vector shifts demanded shift amount bits
Simon Pilgrim
2015-08-13
1
-27
/
+84
*
unused variable warning fix.
Simon Pilgrim
2015-08-12
1
-1
/
+1
*
[InstCombine] Move SSE/AVX vector blend folding to instcombiner
Simon Pilgrim
2015-08-12
1
-4
/
+15
*
[InstCombine] Move SSE2/AVX2 arithmetic vector shift folding to instcombiner
Simon Pilgrim
2015-08-10
1
-7
/
+31
*
[InstCombine] Fix SSE2/AVX2 vector logical shift by constant
Simon Pilgrim
2015-08-07
1
-16
/
+39
*
Fixed line endings.
Simon Pilgrim
2015-08-05
1
-72
/
+72
*
[InstCombine] Moved SSE vector shift constant folding into its own helper fun...
Simon Pilgrim
2015-08-04
1
-80
/
+72
*
fix formatting; NFC
Sanjay Patel
2015-07-28
1
-2
/
+1
*
Fixed signed/unsigned comparison warning.
Simon Pilgrim
2015-07-27
1
-1
/
+1
*
[InstCombine][X86][SSE] Replace sign/zero extension intrinsics with native IR
Simon Pilgrim
2015-07-27
1
-14
/
+45
*
[InstCombine][SSE4A] Standardized references to Length/Width and Index/Start ...
Simon Pilgrim
2015-07-25
1
-34
/
+31
*
Reapply 239795 - [InstCombine] Propagate non-null facts to call parameters
Philip Reames
2015-06-16
1
-0
/
+18
*
Revert 239795
Philip Reames
2015-06-16
1
-18
/
+0
*
[InstCombine] Propagate non-null facts to call parameters
Philip Reames
2015-06-16
1
-0
/
+18
*
[InstSimplify] Handle some overflow intrinsics in InstSimplify
David Majnemer
2015-05-22
1
-0
/
+6
*
[RewriteStatepointsForGC] Fix a bug on creating gc_relocate for pointer to ve...
Sanjoy Das
2015-05-11
1
-4
/
+9
*
[InstCombine/PowerPC] Fix single-precision QPX load/store replacement
Hal Finkel
2015-05-11
1
-5
/
+10
*
Change typeIncompatible to return an AttrBuilder instead of new-ing an Attrib...
Pete Cooper
2015-05-06
1
-10
/
+3
*
[Statepoint] Clean up Statepoint.h: accessor names.
Sanjoy Das
2015-05-06
1
-1
/
+1
*
[x86] instcombine more cases of insertps into a shufflevector
Sanjay Patel
2015-04-25
1
-14
/
+31
*
Move Value.isDereferenceablePointer to ValueTracking [NFC]
Philip Reames
2015-04-23
1
-1
/
+1
*
[X86, SSE] instcombine common cases of insertps intrinsics into shuffles
Sanjay Patel
2015-04-16
1
-2
/
+45
*
GCC complains thusly: "attributes at the beginning of statement are ignored [...
Nick Lewycky
2015-04-13
1
-1
/
+1
*
Subtraction is not commutative. Fixes PR23212!
Nick Lewycky
2015-04-13
1
-6
/
+7
*
[InstCombine] Refactor out OptimizeOverflowCheck. NFCI.
Sanjoy Das
2015-04-08
1
-93
/
+16
*
optimize the AVX2 (integer) version of vperm2 into a shuffle
Sanjay Patel
2015-03-24
1
-1
/
+1
*
[X86, AVX] instcombine vperm2 intrinsics with zero inputs into shuffles
Sanjay Patel
2015-03-24
1
-28
/
+42
[next]