summaryrefslogtreecommitdiff
path: root/lib/Transforms/InstCombine/InstCombineCalls.cpp
Commit message (Expand)AuthorAge
* R600/SI: Add intrinsics for various math instructions.Matt Arsenault2014-06-19
* [PPC64LE] Correct vperm -> shuffle transform for little endianBill Schmidt2014-06-05
* Post-commit fixes for r209643Filipe Cabecinhas2014-05-27
* Fix bad assert.Daniel Jasper2014-05-27
* Convert some X86 blendv* intrinsics into IR.Filipe Cabecinhas2014-05-27
* AArch64/ARM64: move ARM64 into AArch64's placeTim Northover2014-05-24
* Rename ComputeMaskedBits to computeKnownBits. "Masked" has beenJay Foad2014-05-14
* Also handle ConstantAggregateZero when optimizing vpermilvar*.Rafael Espindola2014-04-29
* Remove tabs.Rafael Espindola2014-04-29
* Two fixes to the vpermilvar optimization.Rafael Espindola2014-04-29
* [InstCombine][X86] Teach how to fold calls to SSE2/AVX2 packed logical shiftAndrea Di Biagio2014-04-26
* [C++] Use 'nullptr'. Transforms edition.Craig Topper2014-04-25
* [InstCombine][x86] Constant fold psll intrinsics.Michael J. Spencer2014-04-24
* Optimize some special cases for SSE4a insertqiFilipe Cabecinhas2014-04-24
* [Modules] Fix potential ODR violations by sinking the DEBUG_TYPEChandler Carruth2014-04-22
* Simplify a vpermil* with constant mask.Rafael Espindola2014-04-21
* [Modules] Sink all the DEBUG_TYPE defines for InstCombine out of theChandler Carruth2014-04-21
* ARM64: initial backend importTim Northover2014-03-29
* [C++11] Add range based accessors for the Use-Def chain of a Value.Chandler Carruth2014-03-09
* [Modules] Move the LLVM IR pattern match header into the IR library, itChandler Carruth2014-03-04
* [Modules] Move CallSite into the IR library where it belogs. It isChandler Carruth2014-03-04
* Rename many DataLayout variables from TD to DL.Rafael Espindola2014-02-21
* Make sure that value handle users see the transformation of an indirect call ...Nick Lewycky2014-02-20
* InstCombine: Replace custom constant folding code with ConstantExpr.Benjamin Kramer2014-02-13
* Update optimization passes to handle inalloca argumentsReid Kleckner2014-01-28
* Fix known typosAlp Toker2014-01-24
* Don't refuse to transform constexpr(call(arg, ...)) to call(constexpr(arg), ....Nick Lewycky2014-01-18
* Use type helper functionsMatt Arsenault2013-09-27
* Cleanup handling of constant function casts.Matt Arsenault2013-09-17
* Change behavior of calling bitcasted alias functions.Matt Arsenault2013-07-30
* Fix using arg_end() - arg_begin() instead of arg_size()Matt Arsenault2013-06-28
* Tidy up a bit. No functional change.Jim Grosbach2013-04-05
* Revert "Have InstCombine call SipmlifyCall when handling calls. Test case inc...Andrew Trick2013-02-08
* Have InstCombine call SipmlifyCall when handling calls. Test case included.Michael Ilseman2013-02-07
* Convert typeIncompatible to return an AttributeSet.Bill Wendling2013-01-30
* Use the AttributeSet instead of AttributeWithIndex.Bill Wendling2013-01-27
* Remove some introspection functions.Bill Wendling2013-01-25
* Use the new 'getSlotIndex' method to retrieve the attribute's slot index.Bill Wendling2013-01-25
* Remove the last of uses that use the Attribute object as a collection of attr...Bill Wendling2013-01-23
* Have AttributeSet::getRetAttributes() return an AttributeSet instead of Attri...Bill Wendling2013-01-21
* Make AttributeSet::getFnAttributes() return an AttributeSet instead of an Att...Bill Wendling2013-01-21
* Use AttributeSet accessor methods instead of Attribute accessor methods.Bill Wendling2013-01-18
* Push some more methods down to hide the use of the Attribute class.Bill Wendling2013-01-18
* Move all of the header files which are involved in modelling the LLVM IRChandler Carruth2013-01-02
* Remove the getAttributesAtIndex and getNumAttrs methods in favor of using the...Bill Wendling2012-12-31
* Remove mid-optimizer warning. This situation should be handled differently,Nick Lewycky2012-12-26
* Add LLVMContext::emitWarning methods and use them. <rdar://problem/12867368>Bob Wilson2012-12-24
* Inline the 'hasIncompatibleWithVarArgsAttrs' method into its only uses. And s...Bill Wendling2012-12-19
* Rename the 'Attributes' class to 'Attribute'. It's going to represent a singl...Bill Wendling2012-12-19
* Pattern matching code for intrinsics.Michael Ilseman2012-12-13