summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Transforms/InstCombine/InstCombineCalls.cpp
Commit message (Expand)AuthorAgeFilesLines
* [InstCombine] Move SSE2/AVX2 arithmetic vector shift folding to instcombinerSimon Pilgrim2015-08-101-7/+31
* [InstCombine] Fix SSE2/AVX2 vector logical shift by constantSimon Pilgrim2015-08-071-16/+39
* Fixed line endings.Simon Pilgrim2015-08-051-72/+72
* [InstCombine] Moved SSE vector shift constant folding into its own helper fun...Simon Pilgrim2015-08-041-80/+72
* fix formatting; NFCSanjay Patel2015-07-281-2/+1
* Fixed signed/unsigned comparison warning.Simon Pilgrim2015-07-271-1/+1
* [InstCombine][X86][SSE] Replace sign/zero extension intrinsics with native IRSimon Pilgrim2015-07-271-14/+45
* [InstCombine][SSE4A] Standardized references to Length/Width and Index/Start ...Simon Pilgrim2015-07-251-34/+31
* Reapply 239795 - [InstCombine] Propagate non-null facts to call parametersPhilip Reames2015-06-161-0/+18
* Revert 239795Philip Reames2015-06-161-18/+0
* [InstCombine] Propagate non-null facts to call parametersPhilip Reames2015-06-161-0/+18
* [InstSimplify] Handle some overflow intrinsics in InstSimplifyDavid Majnemer2015-05-221-0/+6
* [RewriteStatepointsForGC] Fix a bug on creating gc_relocate for pointer to ve...Sanjoy Das2015-05-111-4/+9
* [InstCombine/PowerPC] Fix single-precision QPX load/store replacementHal Finkel2015-05-111-5/+10
* Change typeIncompatible to return an AttrBuilder instead of new-ing an Attrib...Pete Cooper2015-05-061-10/+3
* [Statepoint] Clean up Statepoint.h: accessor names.Sanjoy Das2015-05-061-1/+1
* [x86] instcombine more cases of insertps into a shufflevectorSanjay Patel2015-04-251-14/+31
* Move Value.isDereferenceablePointer to ValueTracking [NFC]Philip Reames2015-04-231-1/+1
* [X86, SSE] instcombine common cases of insertps intrinsics into shufflesSanjay Patel2015-04-161-2/+45
* GCC complains thusly: "attributes at the beginning of statement are ignored [...Nick Lewycky2015-04-131-1/+1
* Subtraction is not commutative. Fixes PR23212!Nick Lewycky2015-04-131-6/+7
* [InstCombine] Refactor out OptimizeOverflowCheck. NFCI.Sanjoy Das2015-04-081-93/+16
* optimize the AVX2 (integer) version of vperm2 into a shuffleSanjay Patel2015-03-241-1/+1
* [X86, AVX] instcombine vperm2 intrinsics with zero inputs into shufflesSanjay Patel2015-03-241-28/+42
* [X86, AVX] instcombine common cases of vperm2* intrinsics into shufflesSanjay Patel2015-03-201-0/+59
* InstCombine: Don't fold call bitcast into args if callee is byvalDavid Majnemer2015-03-111-1/+4
* DataLayout is mandatory, update the API to reflect it with references.Mehdi Amini2015-03-101-33/+31
* [InstCombine/PowerPC] Convert aligned QPX load/store intrinsics into loads/st...Hal Finkel2015-02-261-0/+38
* InstCombine: propagate deref via new addDereferenceableAttrRamkumar Ramachandra2015-02-141-2/+8
* Revert r228556: InstCombine: propagate nonNull through assumeChandler Carruth2015-02-101-8/+1
* InstCombine: propagate nonNull through assumeRamkumar Ramachandra2015-02-091-1/+8
* [PM] Rename InstCombine.h to InstCombineInternal.h in preparation forChandler Carruth2015-01-221-1/+1
* InstCombine: Don't strip bitcasts off of callsites marked 'thunk'David Majnemer2015-01-211-0/+4
* [PM] Simplify (ha! ha!) the way that instcombine calls theChandler Carruth2015-01-211-1/+6
* Analysis: Reformulate WillNotOverflowUnsignedAdd for reusabilityDavid Majnemer2015-01-071-27/+5
* InstCombine: Just a small tidy-upDavid Majnemer2015-01-071-3/+2
* InstCombine: Bitcast call arguments from/to pointer/integer typeDavid Majnemer2015-01-061-4/+13
* [PM] Split the AssumptionTracker immutable pass into two separate APIs:Chandler Carruth2015-01-041-10/+10
* InstCombine: Detect when llvm.umul.with.overflow always overflowsDavid Majnemer2015-01-021-0/+2
* Analysis: Reformulate WillNotOverflowUnsignedMul for reusabilityDavid Majnemer2015-01-021-18/+2
* Carry facts about nullness and undef across GC relocationPhilip Reames2014-12-291-0/+36
* Strength reduce intrinsics with overflow into regular arithmetic operations i...Erik Eckstein2014-12-171-0/+15
* [InstCombine][X86] Improved folding of calls to Intrinsic::x86_sse4a_insertqi.Andrea Di Biagio2014-12-111-1/+16
* Refactor creation of overflow result tuples in InstCombineCalls.Erik Eckstein2014-12-111-57/+16
* IR: Split Metadata from ValueDuncan P. N. Exon Smith2014-12-091-9/+8
* [Statepoints 3/4] Statepoint infrastructure for garbage collection: Selection...Philip Reames2014-12-021-0/+9
* [PowerPC] Add vec_vsx_ld and vec_vsx_st intrinsicsBill Schmidt2014-11-121-0/+14
* Canonicalize an assume(load != null) into !nonnull metadataPhilip Reames2014-11-111-0/+20
* Revert "IR: MDNode => Value"Duncan P. N. Exon Smith2014-11-111-1/+1
* IR: MDNode => Value: Instruction::getMetadata()Duncan P. N. Exon Smith2014-11-011-1/+1
OpenPOWER on IntegriCloud