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
*
[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
*
[X86, AVX] instcombine common cases of vperm2* intrinsics into shuffles
Sanjay Patel
2015-03-20
1
-0
/
+59
*
InstCombine: Don't fold call bitcast into args if callee is byval
David Majnemer
2015-03-11
1
-1
/
+4
*
DataLayout is mandatory, update the API to reflect it with references.
Mehdi Amini
2015-03-10
1
-33
/
+31
*
[InstCombine/PowerPC] Convert aligned QPX load/store intrinsics into loads/st...
Hal Finkel
2015-02-26
1
-0
/
+38
*
InstCombine: propagate deref via new addDereferenceableAttr
Ramkumar Ramachandra
2015-02-14
1
-2
/
+8
*
Revert r228556: InstCombine: propagate nonNull through assume
Chandler Carruth
2015-02-10
1
-8
/
+1
*
InstCombine: propagate nonNull through assume
Ramkumar Ramachandra
2015-02-09
1
-1
/
+8
*
[PM] Rename InstCombine.h to InstCombineInternal.h in preparation for
Chandler Carruth
2015-01-22
1
-1
/
+1
*
InstCombine: Don't strip bitcasts off of callsites marked 'thunk'
David Majnemer
2015-01-21
1
-0
/
+4
*
[PM] Simplify (ha! ha!) the way that instcombine calls the
Chandler Carruth
2015-01-21
1
-1
/
+6
*
Analysis: Reformulate WillNotOverflowUnsignedAdd for reusability
David Majnemer
2015-01-07
1
-27
/
+5
*
InstCombine: Just a small tidy-up
David Majnemer
2015-01-07
1
-3
/
+2
*
InstCombine: Bitcast call arguments from/to pointer/integer type
David Majnemer
2015-01-06
1
-4
/
+13
*
[PM] Split the AssumptionTracker immutable pass into two separate APIs:
Chandler Carruth
2015-01-04
1
-10
/
+10
*
InstCombine: Detect when llvm.umul.with.overflow always overflows
David Majnemer
2015-01-02
1
-0
/
+2
*
Analysis: Reformulate WillNotOverflowUnsignedMul for reusability
David Majnemer
2015-01-02
1
-18
/
+2
*
Carry facts about nullness and undef across GC relocation
Philip Reames
2014-12-29
1
-0
/
+36
*
Strength reduce intrinsics with overflow into regular arithmetic operations i...
Erik Eckstein
2014-12-17
1
-0
/
+15
*
[InstCombine][X86] Improved folding of calls to Intrinsic::x86_sse4a_insertqi.
Andrea Di Biagio
2014-12-11
1
-1
/
+16
*
Refactor creation of overflow result tuples in InstCombineCalls.
Erik Eckstein
2014-12-11
1
-57
/
+16
*
IR: Split Metadata from Value
Duncan P. N. Exon Smith
2014-12-09
1
-9
/
+8
*
[Statepoints 3/4] Statepoint infrastructure for garbage collection: Selection...
Philip Reames
2014-12-02
1
-0
/
+9
*
[PowerPC] Add vec_vsx_ld and vec_vsx_st intrinsics
Bill Schmidt
2014-11-12
1
-0
/
+14
*
Canonicalize an assume(load != null) into !nonnull metadata
Philip Reames
2014-11-11
1
-0
/
+20
*
Revert "IR: MDNode => Value"
Duncan P. N. Exon Smith
2014-11-11
1
-1
/
+1
*
IR: MDNode => Value: Instruction::getMetadata()
Duncan P. N. Exon Smith
2014-11-01
1
-1
/
+1
[next]