summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Transforms/InstCombine/InstCombineCalls.cpp
Commit message (Expand)AuthorAgeFilesLines
* [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
* Assert that ValueHandleBase::ValueIsRAUWd doesn't change the tracked Value type.Frederic Riss2014-10-231-3/+9
* Add minnum / maxnum intrinsicsMatt Arsenault2014-10-211-0/+84
* [InstCombine] Simplify the logic from r219067 using ValueTrackingHal Finkel2014-10-051-12/+4
* [InstCombine] Remove redundant @llvm.assume intrinsicsHal Finkel2014-10-041-0/+17
* Make use of @llvm.assume in ValueTracking (computeKnownBits, etc.)Hal Finkel2014-09-071-14/+17
* Add an Assumption-Tracking PassHal Finkel2014-09-071-2/+6
* Simplify creation of a bunch of ArrayRefs by using None, makeArrayRef or just...Craig Topper2014-08-271-1/+1
* Canonicalization for @llvm.assumeHal Finkel2014-07-251-0/+17
* InstCombine: Strength reduce sadd.with.overflow into a regular nsw add if we ...Benjamin Kramer2014-07-041-0/+15
* R600/SI: Add intrinsics for various math instructions.Matt Arsenault2014-06-191-0/+14
* [PPC64LE] Correct vperm -> shuffle transform for little endianBill Schmidt2014-06-051-1/+10
* Post-commit fixes for r209643Filipe Cabecinhas2014-05-271-3/+7
* Fix bad assert.Daniel Jasper2014-05-271-1/+2
* Convert some X86 blendv* intrinsics into IR.Filipe Cabecinhas2014-05-271-0/+35
* AArch64/ARM64: move ARM64 into AArch64's placeTim Northover2014-05-241-3/+3
* Rename ComputeMaskedBits to computeKnownBits. "Masked" has beenJay Foad2014-05-141-6/+6
* Also handle ConstantAggregateZero when optimizing vpermilvar*.Rafael Espindola2014-04-291-20/+22
* Remove tabs.Rafael Espindola2014-04-291-4/+4
* Two fixes to the vpermilvar optimization.Rafael Espindola2014-04-291-1/+24
* [InstCombine][X86] Teach how to fold calls to SSE2/AVX2 packed logical shiftAndrea Di Biagio2014-04-261-9/+41
* [C++] Use 'nullptr'. Transforms edition.Craig Topper2014-04-251-33/+32
* [InstCombine][x86] Constant fold psll intrinsics.Michael J. Spencer2014-04-241-0/+41
* Optimize some special cases for SSE4a insertqiFilipe Cabecinhas2014-04-241-0/+67
* [Modules] Fix potential ODR violations by sinking the DEBUG_TYPEChandler Carruth2014-04-221-1/+2
* Simplify a vpermil* with constant mask.Rafael Espindola2014-04-211-0/+15
* [Modules] Sink all the DEBUG_TYPE defines for InstCombine out of theChandler Carruth2014-04-211-0/+1
* ARM64: initial backend importTim Northover2014-03-291-2/+5
* [C++11] Add range based accessors for the Use-Def chain of a Value.Chandler Carruth2014-03-091-7/+5
* [Modules] Move the LLVM IR pattern match header into the IR library, itChandler Carruth2014-03-041-1/+1
* [Modules] Move CallSite into the IR library where it belogs. It isChandler Carruth2014-03-041-1/+1
* Rename many DataLayout variables from TD to DL.Rafael Espindola2014-02-211-17/+17
OpenPOWER on IntegriCloud