summaryrefslogtreecommitdiff
path: root/lib/Transforms/Utils/BuildLibCalls.cpp
Commit message (Expand)AuthorAge
* Reverting 168457Pawel Wodnicki2012-11-21
* Merging r168354, r168355 and r168379 into the 3.2 release branch.Pawel Wodnicki2012-11-21
* Revert the series of commits starting with r166578 which introduced theChandler Carruth2012-11-01
* Add in support for getIntPtrType to get the pointer type based on the address...Micah Villmow2012-10-24
* Add an enum for the return and function indexes into the AttrListPtr object. ...Bill Wendling2012-10-15
* Attributes RewriteBill Wendling2012-10-15
* Pass into the AttributeWithIndex::get method an ArrayRef of attributeBill Wendling2012-10-10
* Move TargetData to DataLayout.Micah Villmow2012-10-08
* remove tabs from my previous commit.Nuno Lopes2012-08-01
* (hopefuly) fix the remaining cases where null wasnt expected (PR13497).Nuno Lopes2012-08-01
* add EmitStrNLen()Nuno Lopes2012-07-25
* make all Emit*() functions consult the TargetLibraryInfo information before c...Nuno Lopes2012-07-25
* Move llvm/Support/IRBuilder.h -> llvm/IRBuilder.hChandler Carruth2012-06-29
* switch AttrListPtr::get to take an ArrayRef, simplifying a lot of clients.Chris Lattner2012-05-28
* Add support for custom names for library functions in TargetLibraryInfo. Add...Eli Friedman2011-11-17
* StringRefize and simplify.Benjamin Kramer2011-11-15
* land David Blaikie's patch to de-constify Type, with a few tweaks.Chris Lattner2011-07-18
* One more debug line number miss in instcombine (although the code in question...Eli Friedman2011-05-27
* BuildLibCalls: Nuke EmitMemCpy, EmitMemMove and EmitMemSet. They are dead and...Benjamin Kramer2010-12-27
* undo 80 column trespassing I causedGabor Greif2010-07-22
* eliminate CallInst::ArgOffsetGabor Greif2010-07-16
* use ArgOperand API and CallInst::ArgOffsetGabor Greif2010-06-28
* use ArgOperand API (one more hunk I could split)Gabor Greif2010-06-25
* simplify-libcalls: fold strstr(a, b) == a -> strncmp(a, b, strlen(b)) == 0Benjamin Kramer2010-06-15
* The memcpy intrinsic only takes i8* for %src and %dst, so cast them to thatNick Lewycky2010-05-31
* Revert 101465, it broke internal OpenGL testing.Eric Christopher2010-04-16
* reapply r101434Gabor Greif2010-04-16
* back out r101423 and r101397, they break llvm-gcc self-host on darwin10Gabor Greif2010-04-16
* reapply r101364, which has been backed out in r101368Gabor Greif2010-04-15
* back out r101364, as it trips the linux nightlybot on some clang C++ testsGabor Greif2010-04-15
* rotate CallInst operands, i.e. move callee to the backGabor Greif2010-04-15
* Actually... return after the check for invalid input.Eric Christopher2010-04-13
* Verify function prototypes before trying to optimize functions. We alsoEric Christopher2010-04-12
* Add support for stpncpy_chk.Eric Christopher2010-04-07
* Reapply address space patch after fixing an issue in MemCopyOptimizer.Mon P Wang2010-04-04
* Revert r100191 since it breaks objc in clang Mon P Wang2010-04-02
* Reapply address space patch after fixing an issue in MemCopyOptimizer.Mon P Wang2010-04-02
* Revert Mon Ping's change 99928, since it broke all the llvm-gcc buildbots.Bob Wilson2010-03-30
* Added support for address spaces and added a isVolatile field to memcpy, memm...Mon P Wang2010-03-30
* Teach simplify libcall to transform __strcpy_chk to __memcpy_chk to enable op...Evan Cheng2010-03-23
* Fix 80 col violation.Evan Cheng2010-03-22
* Add a virtual destructor and give vtable a home.Benjamin Kramer2010-03-12
* Factor checked library call optimization into a common helper class and use itBenjamin Kramer2010-03-12
* stpcpy is so similar to strcpy, it doesn't deserve a complete copy of the __s...Benjamin Kramer2010-03-11
* Lower stpcpy_chk when possible.Eric Christopher2010-03-11
* Fix typo.Eric Christopher2010-03-11
* Add strncpy libcall creator. Use it when it should be used.Eric Christopher2010-03-11
* Move SimplifyLibCalls's LibCall builders to a separate file so theyEric Christopher2010-03-05