aboutsummaryrefslogtreecommitdiffstats
path: root/lib/Transforms/InstCombine/InstCombineCalls.cpp
Commit message (Expand)AuthorAgeFilesLines
* Update aosp/master LLVM for rebase to r235153Pirama Arumuga Nainar2015-05-181-94/+61
* Update aosp/master llvm for rebase to r233350Pirama Arumuga Nainar2015-04-091-34/+108
* Update aosp/master LLVM for rebase to r230699.Stephen Hines2015-03-231-126/+184
* Update aosp/master LLVM for rebase to r222494.Stephen Hines2014-12-021-18/+175
* Update LLVM for rebase to r212749.Stephen Hines2014-07-211-1/+39
* Update LLVM for 3.5 rebase (r209712).Stephen Hines2014-05-291-42/+263
* Update to LLVM 3.5a.Stephen Hines2014-04-241-61/+53
* Use type helper functionsMatt Arsenault2013-09-271-1/+1
* Cleanup handling of constant function casts.Matt Arsenault2013-09-171-24/+8
* Change behavior of calling bitcasted alias functions.Matt Arsenault2013-07-301-9/+9
* Fix using arg_end() - arg_begin() instead of arg_size()Matt Arsenault2013-06-281-3/+3
* Tidy up a bit. No functional change.Jim Grosbach2013-04-051-1/+2
* Revert "Have InstCombine call SipmlifyCall when handling calls. Test case inc...Andrew Trick2013-02-081-6/+0
* Have InstCombine call SipmlifyCall when handling calls. Test case included.Michael Ilseman2013-02-071-0/+6
* Convert typeIncompatible to return an AttributeSet.Bill Wendling2013-01-301-3/+10
* Use the AttributeSet instead of AttributeWithIndex.Bill Wendling2013-01-271-25/+18
* Remove some introspection functions.Bill Wendling2013-01-251-6/+8
* Use the new 'getSlotIndex' method to retrieve the attribute's slot index.Bill Wendling2013-01-251-1/+1
* Remove the last of uses that use the Attribute object as a collection of attr...Bill Wendling2013-01-231-13/+21
* Have AttributeSet::getRetAttributes() return an AttributeSet instead of Attri...Bill Wendling2013-01-211-4/+4
* Make AttributeSet::getFnAttributes() return an AttributeSet instead of an Att...Bill Wendling2013-01-211-6/+7
* Use AttributeSet accessor methods instead of Attribute accessor methods.Bill Wendling2013-01-181-3/+3
* Push some more methods down to hide the use of the Attribute class.Bill Wendling2013-01-181-2/+2
* Move all of the header files which are involved in modelling the LLVM IRChandler Carruth2013-01-021-1/+1
* Remove the getAttributesAtIndex and getNumAttrs methods in favor of using the...Bill Wendling2012-12-311-3/+2
* Remove mid-optimizer warning. This situation should be handled differently,Nick Lewycky2012-12-261-5/+2
* Add LLVMContext::emitWarning methods and use them. <rdar://problem/12867368>Bob Wilson2012-12-241-2/+3
* Inline the 'hasIncompatibleWithVarArgsAttrs' method into its only uses. And s...Bill Wendling2012-12-191-1/+2
* Rename the 'Attributes' class to 'Attribute'. It's going to represent a singl...Bill Wendling2012-12-191-14/+14
* Pattern matching code for intrinsics.Michael Ilseman2012-12-131-15/+17
* Typo.Chad Rosier2012-12-131-1/+1
* s/AttrListPtr/AttributeSet/g to better label what this class is going to be i...Bill Wendling2012-12-071-9/+9
* Use the new script to sort the includes of every file under lib.Chandler Carruth2012-12-031-2/+2
* Move library call simplification statistic to instcombineMeador Inge2012-11-301-1/+6
* instcombine: Don't replace all uses for instructions with no usesMeador Inge2012-11-271-1/+1
* Make the AttrListPtr object a part of the LLVMContext.Bill Wendling2012-11-201-2/+3
* Revert the series of commits starting with r166578 which introduced theChandler Carruth2012-11-011-6/+4
* Add in support for getIntPtrType to get the pointer type based on the address...Micah Villmow2012-10-241-4/+6
* Move the Attributes::Builder outside of the Attributes class and into its own...Bill Wendling2012-10-151-3/+3
* Add an enum for the return and function indexes into the AttrListPtr object. ...Bill Wendling2012-10-151-4/+8
* Attributes RewriteBill Wendling2012-10-151-1/+2
* Remove operator cast method in favor of querying with the correct method.Bill Wendling2012-10-141-6/+12
* Remove the bitwise AND operators from the Attributes class. Replace it with t...Bill Wendling2012-10-141-1/+2
* Implement new LibCallSimplifier classMeador Inge2012-10-131-36/+4
* Don't crash when !tbaa.struct contents is invalid.Nick Lewycky2012-10-111-0/+3
* Create enums for the different attributes.Bill Wendling2012-10-091-3/+3
* Convert to using the Attributes::Builder interface.Bill Wendling2012-10-091-12/+13
* Move TargetData to DataLayout.Micah Villmow2012-10-081-4/+4
* Move Attribute::typeIncompatible inside of the Attributes class.Bill Wendling2012-09-251-3/+3
* Handle the new !tbaa.struct metadata tags when converting a memcpy into scalarDan Gohman2012-09-131-0/+17