Refactor creation of overflow result tuples in InstCombineCalls.
[oota-llvm.git] / lib / Transforms / InstCombine / InstCombineCalls.cpp
2014-12-11 Erik EcksteinRefactor creation of overflow result tuples in InstComb...
2014-12-09 Duncan P. N. Exon... IR: Split Metadata from Value
2014-12-02 Philip Reames[Statepoints 3/4] Statepoint infrastructure for garbage...
2014-11-12 Bill Schmidt[PowerPC] Add vec_vsx_ld and vec_vsx_st intrinsics
2014-11-11 Philip ReamesCanonicalize an assume(load != null) into !nonnull...
2014-11-11 Duncan P. N. Exon... Revert "IR: MDNode => Value"
2014-11-01 Duncan P. N. Exon... IR: MDNode => Value: Instruction::getMetadata()
2014-10-23 Frederic RissAssert that ValueHandleBase::ValueIsRAUWd doesn't chang...
2014-10-21 Matt ArsenaultAdd minnum / maxnum intrinsics
2014-10-05 Hal Finkel[InstCombine] Simplify the logic from r219067 using...
2014-10-04 Hal Finkel[InstCombine] Remove redundant @llvm.assume intrinsics
2014-09-07 Hal FinkelMake use of @llvm.assume in ValueTracking (computeKnown...
2014-09-07 Hal FinkelAdd an Assumption-Tracking Pass
2014-08-27 Craig TopperSimplify creation of a bunch of ArrayRefs by using...
2014-07-25 Hal FinkelCanonicalization for @llvm.assume
2014-07-04 Benjamin KramerInstCombine: Strength reduce sadd.with.overflow into...
2014-06-19 Matt ArsenaultR600/SI: Add intrinsics for various math instructions.
2014-06-05 Bill Schmidt[PPC64LE] Correct vperm -> shuffle transform for little...
2014-05-27 Filipe CabecinhasPost-commit fixes for r209643
2014-05-27 Daniel JasperFix bad assert.
2014-05-27 Filipe CabecinhasConvert some X86 blendv* intrinsics into IR.
2014-05-24 Tim NorthoverAArch64/ARM64: move ARM64 into AArch64's place
2014-05-14 Jay FoadRename ComputeMaskedBits to computeKnownBits. "Masked...
2014-04-29 Rafael EspindolaAlso handle ConstantAggregateZero when optimizing vperm...
2014-04-29 Rafael EspindolaRemove tabs.
2014-04-29 Rafael EspindolaTwo fixes to the vpermilvar optimization.
2014-04-26 Andrea Di Biagio[InstCombine][X86] Teach how to fold calls to SSE2...
2014-04-25 Craig Topper[C++] Use 'nullptr'. Transforms edition.
2014-04-24 Michael J. Spencer[InstCombine][x86] Constant fold psll intrinsics.
2014-04-24 Filipe CabecinhasOptimize some special cases for SSE4a insertqi
2014-04-22 Chandler Carruth[Modules] Fix potential ODR violations by sinking the...
2014-04-21 Rafael EspindolaSimplify a vpermil* with constant mask.
2014-04-21 Chandler Carruth[Modules] Sink all the DEBUG_TYPE defines for InstCombi...
2014-03-29 Tim NorthoverARM64: initial backend import
2014-03-09 Chandler Carruth[C++11] Add range based accessors for the Use-Def chain...
2014-03-04 Chandler Carruth[Modules] Move the LLVM IR pattern match header into...
2014-03-04 Chandler Carruth[Modules] Move CallSite into the IR library where it...
2014-02-21 Rafael EspindolaRename many DataLayout variables from TD to DL.
2014-02-20 Nick LewyckyMake sure that value handle users see the transformatio...
2014-02-13 Benjamin KramerInstCombine: Replace custom constant folding code with...
2014-01-28 Reid KlecknerUpdate optimization passes to handle inalloca arguments
2014-01-24 Alp TokerFix known typos
2014-01-18 Nick LewyckyDon't refuse to transform constexpr(call(arg, ...)...
2013-09-27 Matt ArsenaultUse type helper functions
2013-09-17 Matt ArsenaultCleanup handling of constant function casts.
2013-07-30 Matt ArsenaultChange behavior of calling bitcasted alias functions.
2013-06-28 Matt ArsenaultFix using arg_end() - arg_begin() instead of arg_size()
2013-04-05 Jim GrosbachTidy up a bit. No functional change.
2013-02-08 Andrew TrickRevert "Have InstCombine call SipmlifyCall when handlin...
2013-02-07 Michael IlsemanHave InstCombine call SipmlifyCall when handling calls...
2013-01-30 Bill WendlingConvert typeIncompatible to return an AttributeSet.
2013-01-27 Bill WendlingUse the AttributeSet instead of AttributeWithIndex.
2013-01-25 Bill WendlingRemove some introspection functions.
2013-01-25 Bill WendlingUse the new 'getSlotIndex' method to retrieve the attri...
2013-01-23 Bill WendlingRemove the last of uses that use the Attribute object...
2013-01-21 Bill WendlingHave AttributeSet::getRetAttributes() return an Attribu...
2013-01-21 Bill WendlingMake AttributeSet::getFnAttributes() return an Attribut...
2013-01-18 Bill WendlingUse AttributeSet accessor methods instead of Attribute...
2013-01-18 Bill WendlingPush some more methods down to hide the use of the...
2013-01-02 Chandler CarruthMove all of the header files which are involved in...
2012-12-31 Bill WendlingRemove the getAttributesAtIndex and getNumAttrs methods...
2012-12-26 Nick LewyckyRemove mid-optimizer warning. This situation should...
2012-12-24 Bob WilsonAdd LLVMContext::emitWarning methods and use them....
2012-12-19 Bill WendlingInline the 'hasIncompatibleWithVarArgsAttrs' method...
2012-12-19 Bill WendlingRename the 'Attributes' class to 'Attribute'. It's...
2012-12-13 Michael IlsemanPattern matching code for intrinsics.
2012-12-13 Chad RosierTypo.
2012-12-07 Bill Wendlings/AttrListPtr/AttributeSet/g to better label what this...
2012-12-03 Chandler CarruthUse the new script to sort the includes of every file...
2012-11-30 Meador IngeMove library call simplification statistic to instcombine
2012-11-27 Meador Ingeinstcombine: Don't replace all uses for instructions...
2012-11-20 Bill WendlingMake the AttrListPtr object a part of the LLVMContext.
2012-11-01 Chandler CarruthRevert the series of commits starting with r166578...
2012-10-24 Micah VillmowAdd in support for getIntPtrType to get the pointer...
2012-10-15 Bill WendlingMove the Attributes::Builder outside of the Attributes...
2012-10-15 Bill WendlingAdd an enum for the return and function indexes into...
2012-10-15 Bill WendlingAttributes Rewrite
2012-10-14 Bill WendlingRemove operator cast method in favor of querying with...
2012-10-14 Bill WendlingRemove the bitwise AND operators from the Attributes...
2012-10-13 Meador IngeImplement new LibCallSimplifier class
2012-10-11 Nick LewyckyDon't crash when !tbaa.struct contents is invalid.
2012-10-09 Bill WendlingCreate enums for the different attributes.
2012-10-09 Bill WendlingConvert to using the Attributes::Builder interface.
2012-10-08 Micah VillmowMove TargetData to DataLayout.
2012-09-25 Bill WendlingMove Attribute::typeIncompatible inside of the Attribut...
2012-09-13 Dan GohmanHandle the new !tbaa.struct metadata tags when converti...
2012-09-13 Dan GohmanExtract code for reducing a type to a single value...
2012-08-29 Benjamin KramerMake MemoryBuiltins aware of TargetLibraryInfo.
2012-08-15 Michael Liaofix infinite loop in instcombine with more than 4GB...
2012-07-25 Nuno Lopesmake all Emit*() functions consult the TargetLibraryInf...
2012-07-09 Nuno Lopesinstcombine: merge the functions that remove dead alloc...
2012-06-21 Nuno Lopesinstcombine: disable optimization of 'invoke null...
2012-06-21 Nuno LopesAdd support for invoke to the MemoryBuiltin analysid.
2012-06-21 Nuno Lopesrefactor the MemoryBuiltin analysis:
2012-05-28 Chris Lattnerswitch AttrListPtr::get to take an ArrayRef, simplifyin...
2012-05-22 Nuno Lopesrevert my previous patches that introduced an additiona...
2012-05-11 Nuno Lopesobjectsize: add a few more tests and fix a bug
2012-05-10 Nuno Lopesobjectsize: add support for GEPs with non-constant...
2012-05-09 Nuno Lopesobjectsize:
2012-05-03 Nuno Lopesremove calls to calloc if the allocated memory is not...
next