aboutsummaryrefslogtreecommitdiffstats
path: root/lib/Transforms/Utils/BuildLibCalls.cpp
Commit message (Expand)AuthorAgeFilesLines
* Update aosp/master llvm for rebase to r233350Pirama Arumuga Nainar2015-04-091-78/+49
* Update aosp/master LLVM for rebase to r230699.Stephen Hines2015-03-231-133/+1
* Update aosp/master LLVM for rebase to r222494.Stephen Hines2014-12-021-31/+25
* Update LLVM for 3.5 rebase (r209712).Stephen Hines2014-05-291-15/+16
* Update to LLVM 3.5a.Stephen Hines2014-04-241-9/+37
* Convert BuildLibCalls.cpp to using the AttributeSet methods instead of Attrib...Bill Wendling2013-01-261-66/+66
* Move all of the header files which are involved in modelling the LLVM IRChandler Carruth2013-01-021-8/+8
* Change 'AttrVal' to 'AttrKind' to better reflect that it's a kind of attribut...Bill Wendling2012-12-221-12/+12
* Remove duplicate includes.Roman Divacky2012-12-211-2/+0
* Rename the 'Attributes' class to 'Attribute'. It's going to represent a singl...Bill Wendling2012-12-191-33/+33
* s/AttrListPtr/AttributeSet/g to better label what this class is going to be i...Bill Wendling2012-12-071-27/+27
* Use the new script to sort the includes of every file under lib.Chandler Carruth2012-12-031-3/+3
* Make the AttrListPtr object a part of the LLVMContext.Bill Wendling2012-11-201-13/+30
* Revert the series of commits starting with r166578 which introduced theChandler Carruth2012-11-011-32/+30
* Add in support for getIntPtrType to get the pointer type based on the address...Micah Villmow2012-10-241-30/+32
* Add an enum for the return and function indexes into the AttrListPtr object. ...Bill Wendling2012-10-151-13/+20
* Attributes RewriteBill Wendling2012-10-151-27/+33
* Pass into the AttributeWithIndex::get method an ArrayRef of attributeBill Wendling2012-10-101-31/+33
* Move TargetData to DataLayout.Micah Villmow2012-10-081-17/+17
* remove tabs from my previous commit.Nuno Lopes2012-08-011-2/+2
* (hopefuly) fix the remaining cases where null wasnt expected (PR13497).Nuno Lopes2012-08-011-0/+4
* add EmitStrNLen()Nuno Lopes2012-07-251-0/+27
* make all Emit*() functions consult the TargetLibraryInfo information before c...Nuno Lopes2012-07-251-21/+74
* Move llvm/Support/IRBuilder.h -> llvm/IRBuilder.hChandler Carruth2012-06-291-5/+5
* switch AttrListPtr::get to take an ArrayRef, simplifying a lot of clients.Chris Lattner2012-05-281-12/+12
* Add support for custom names for library functions in TargetLibraryInfo. Add...Eli Friedman2011-11-171-6/+12
* StringRefize and simplify.Benjamin Kramer2011-11-151-11/+9
* land David Blaikie's patch to de-constify Type, with a few tweaks.Chris Lattner2011-07-181-5/+5
* One more debug line number miss in instcombine (although the code in question...Eli Friedman2011-05-271-5/+1
* BuildLibCalls: Nuke EmitMemCpy, EmitMemMove and EmitMemSet. They are dead and...Benjamin Kramer2010-12-271-49/+5
* undo 80 column trespassing I causedGabor Greif2010-07-221-5/+6
* eliminate CallInst::ArgOffsetGabor Greif2010-07-161-5/+5
* use ArgOperand API and CallInst::ArgOffsetGabor Greif2010-06-281-17/+17
* use ArgOperand API (one more hunk I could split)Gabor Greif2010-06-251-2/+2
* simplify-libcalls: fold strstr(a, b) == a -> strncmp(a, b, strlen(b)) == 0Benjamin Kramer2010-06-151-0/+25
* The memcpy intrinsic only takes i8* for %src and %dst, so cast them to thatNick Lewycky2010-05-311-2/+2
* Revert 101465, it broke internal OpenGL testing.Eric Christopher2010-04-161-19/+19
* reapply r101434Gabor Greif2010-04-161-19/+19
* back out r101423 and r101397, they break llvm-gcc self-host on darwin10Gabor Greif2010-04-161-19/+19
* reapply r101364, which has been backed out in r101368Gabor Greif2010-04-151-19/+19
* back out r101364, as it trips the linux nightlybot on some clang C++ testsGabor Greif2010-04-151-19/+19
* rotate CallInst operands, i.e. move callee to the backGabor Greif2010-04-151-19/+19
* Actually... return after the check for invalid input.Eric Christopher2010-04-131-0/+1
* Verify function prototypes before trying to optimize functions. We alsoEric Christopher2010-04-121-2/+48
* Add support for stpncpy_chk.Eric Christopher2010-04-071-6/+6
* Reapply address space patch after fixing an issue in MemCopyOptimizer.Mon P Wang2010-04-041-20/+23
* Revert r100191 since it breaks objc in clang Mon P Wang2010-04-021-23/+20
* Reapply address space patch after fixing an issue in MemCopyOptimizer.Mon P Wang2010-04-021-20/+23
* Revert Mon Ping's change 99928, since it broke all the llvm-gcc buildbots.Bob Wilson2010-03-301-23/+20
* Added support for address spaces and added a isVolatile field to memcpy, memm...Mon P Wang2010-03-301-20/+23