aboutsummaryrefslogtreecommitdiff
path: root/llvm/lib/Transforms/Utils/BuildLibCalls.cpp
AgeCommit message (Expand)AuthorFilesLines
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
2010-12-27BuildLibCalls: Nuke EmitMemCpy, EmitMemMove and EmitMemSet. They are dead and...Benjamin Kramer1-49/+5
2010-07-22undo 80 column trespassing I causedGabor Greif1-5/+6
2010-07-16eliminate CallInst::ArgOffsetGabor Greif1-5/+5
2010-06-28use ArgOperand API and CallInst::ArgOffsetGabor Greif1-17/+17
2010-06-25use ArgOperand API (one more hunk I could split)Gabor Greif1-2/+2
2010-06-15simplify-libcalls: fold strstr(a, b) == a -> strncmp(a, b, strlen(b)) == 0Benjamin Kramer1-0/+25
2010-05-31The memcpy intrinsic only takes i8* for %src and %dst, so cast them to thatNick Lewycky1-2/+2
2010-04-16Revert 101465, it broke internal OpenGL testing.Eric Christopher1-19/+19
2010-04-16reapply r101434Gabor Greif1-19/+19
2010-04-16back out r101423 and r101397, they break llvm-gcc self-host on darwin10Gabor Greif1-19/+19
2010-04-15reapply r101364, which has been backed out in r101368Gabor Greif1-19/+19
2010-04-15back out r101364, as it trips the linux nightlybot on some clang C++ testsGabor Greif1-19/+19