aboutsummaryrefslogtreecommitdiff
path: root/llvm/lib/Transforms/Utils/BuildLibCalls.cpp
AgeCommit message (Expand)AuthorFilesLines
2016-07-29Recommitting r275284: add support to inline __builtin_mempcpyAndrew Kaylor1-0/+1
2016-07-27Reverting r276771 due to MSan failures.Andrew Kaylor1-1/+0
2016-07-26Re-committing r275284: add support to inline __builtin_mempcpyAndrew Kaylor1-0/+1
2016-07-13Reverting r275284 due to platform-specific test failuresAndrew Kaylor1-1/+0
2016-07-13Fix for Bug 26903, adds support to inline __builtin_mempcpyAndrew Kaylor1-0/+1
2016-04-27[InferAttrs] Mark memset_pattern16 params nocapture.Ahmed Bougacha1-0/+2
2016-04-27[TLI] Unify LibFunc attribute inference. NFCI.Ahmed Bougacha1-110/+718
2016-02-02Fix Clang-tidy readability-redundant-control-flow warnings; other minor fixes.Eugene Zelenko1-1/+0
2016-01-19getParent()->getParent() == getModule() ; NFCSanjay Patel1-15/+15
2016-01-19function names start with a lowercase letter; NFCSanjay Patel1-31/+31
2016-01-19fix formatting; NFCSanjay Patel1-3/+4
2016-01-19don't repeat documentation comments in implementation file; NFCSanjay Patel1-36/+0
2015-11-24[Utils] Put includes in correct order. NFC.Weiming Zhao1-1/+1
2015-11-18[BuildLibCalls] EmitStrNLen() is dead code. Garbage collect.Davide Italiano1-26/+0
2015-05-18Simplify IRBuilder::CreateCall* by using ArrayRef+initializer_list/braced ini...David Blaikie1-18/+18
2015-03-10DataLayout is mandatory, update the API to reflect it with references.Mehdi Amini1-78/+49
2015-01-15[PM] Move TargetLibraryInfo into the Analysis library.Chandler Carruth1-1/+1
2015-01-12[SimplifyLibCalls] Factor out fortified libcall handling.Ahmed Bougacha1-132/+0
2014-11-13Use nullptr instead of NULL for variadic sentinelsReid Kleckner1-19/+19
2014-08-27Simplify creation of a bunch of ArrayRefs by using None, makeArrayRef or just...Craig Topper1-12/+6
2014-04-25[C++] Use 'nullptr'. Transforms edition.Craig Topper1-14/+14
2014-04-23Remove more default address space argument usage.Matt Arsenault1-1/+2
2014-03-12Revert r203488 and r203520.Evan Cheng1-67/+62
2014-03-11Follow up to r203488. Code clean up to eliminate a lot of copy+paste.Evan Cheng1-215/+35
2014-03-10For functions with ARM target specific calling convention, when simplify-libcallEvan Cheng1-48/+233
2013-12-16Enable double to float shrinking optimizations for binary functions like 'fmi...Yi Jiang1-9/+37
2013-01-26Convert BuildLibCalls.cpp to using the AttributeSet methods instead of Attrib...Bill Wendling1-66/+66
2013-01-02Move all of the header files which are involved in modelling the LLVM IRChandler Carruth1-8/+8
2012-12-22Change 'AttrVal' to 'AttrKind' to better reflect that it's a kind of attribut...Bill Wendling1-12/+12
2012-12-21Remove duplicate includes.Roman Divacky1-2/+0
2012-12-19Rename the 'Attributes' class to 'Attribute'. It's going to represent a singl...Bill Wendling1-33/+33
2012-12-07s/AttrListPtr/AttributeSet/g to better label what this class is going to be i...Bill Wendling1-27/+27
2012-12-03Use the new script to sort the includes of every file under lib.Chandler Carruth1-3/+3
2012-11-20Make the AttrListPtr object a part of the LLVMContext.Bill Wendling1-13/+30
2012-11-01Revert the series of commits starting with r166578 which introduced theChandler Carruth1-32/+30
2012-10-24Add in support for getIntPtrType to get the pointer type based on the address...Micah Villmow1-30/+32
2012-10-15Add an enum for the return and function indexes into the AttrListPtr object. ...Bill Wendling1-13/+20
2012-10-15Attributes RewriteBill Wendling1-27/+33
2012-10-10Pass into the AttributeWithIndex::get method an ArrayRef of attributeBill Wendling1-31/+33
2012-10-08Move TargetData to DataLayout.Micah Villmow1-17/+17
2012-08-01remove tabs from my previous commit.Nuno Lopes1-2/+2
2012-08-01(hopefuly) fix the remaining cases where null wasnt expected (PR13497).Nuno Lopes1-0/+4
2012-07-25add EmitStrNLen()Nuno Lopes1-0/+27
2012-07-25make all Emit*() functions consult the TargetLibraryInfo information before c...Nuno Lopes1-21/+74
2012-06-29Move llvm/Support/IRBuilder.h -> llvm/IRBuilder.hChandler Carruth1-5/+5
2012-05-28switch AttrListPtr::get to take an ArrayRef, simplifying a lot of clients.Chris Lattner1-12/+12
2011-11-17Add support for custom names for library functions in TargetLibraryInfo. Add...Eli Friedman1-6/+12
2011-11-15StringRefize and simplify.Benjamin Kramer1-11/+9
2011-07-18land David Blaikie's patch to de-constify Type, with a few tweaks.Chris Lattner1-5/+5
2011-05-27One more debug line number miss in instcombine (although the code in question...Eli Friedman1-5/+1