DataLayout is mandatory, update the API to reflect it with references.
[oota-llvm.git] / lib / Transforms / Utils / BuildLibCalls.cpp
2015-03-10 Mehdi AminiDataLayout is mandatory, update the API to reflect...
2015-01-15 Chandler Carruth[PM] Move TargetLibraryInfo into the Analysis library.
2015-01-12 Ahmed Bougacha[SimplifyLibCalls] Factor out fortified libcall handling.
2014-11-13 Reid KlecknerUse nullptr instead of NULL for variadic sentinels
2014-08-27 Craig TopperSimplify creation of a bunch of ArrayRefs by using...
2014-04-25 Craig Topper[C++] Use 'nullptr'. Transforms edition.
2014-04-23 Matt ArsenaultRemove more default address space argument usage.
2014-03-12 Evan ChengRevert r203488 and r203520.
2014-03-11 Evan ChengFollow up to r203488. Code clean up to eliminate a...
2014-03-10 Evan ChengFor functions with ARM target specific calling conventi...
2013-12-16 Yi JiangEnable double to float shrinking optimizations for...
2013-01-26 Bill WendlingConvert BuildLibCalls.cpp to using the AttributeSet...
2013-01-02 Chandler CarruthMove all of the header files which are involved in...
2012-12-22 Bill WendlingChange 'AttrVal' to 'AttrKind' to better reflect that...
2012-12-21 Roman DivackyRemove duplicate includes.
2012-12-19 Bill WendlingRename the 'Attributes' class to 'Attribute'. It's...
2012-12-07 Bill Wendlings/AttrListPtr/AttributeSet/g to better label what this...
2012-12-03 Chandler CarruthUse the new script to sort the includes of every file...
2012-11-20 Bill WendlingMake the AttrListPtr object a part of the LLVMContext.
2012-11-01 Chandler CarruthRevert the series of commits starting with r166578...
2012-10-24 Micah VillmowAdd in support for getIntPtrType to get the pointer...
2012-10-15 Bill WendlingAdd an enum for the return and function indexes into...
2012-10-15 Bill WendlingAttributes Rewrite
2012-10-10 Bill WendlingPass into the AttributeWithIndex::get method an ArrayRe...
2012-10-08 Micah VillmowMove TargetData to DataLayout.
2012-08-01 Nuno Lopesremove tabs from my previous commit.
2012-08-01 Nuno Lopes(hopefuly) fix the remaining cases where null wasnt...
2012-07-25 Nuno Lopesadd EmitStrNLen()
2012-07-25 Nuno Lopesmake all Emit*() functions consult the TargetLibraryInf...
2012-06-29 Chandler CarruthMove llvm/Support/IRBuilder.h -> llvm/IRBuilder.h
2012-05-28 Chris Lattnerswitch AttrListPtr::get to take an ArrayRef, simplifyin...
2011-11-17 Eli FriedmanAdd support for custom names for library functions...
2011-11-15 Benjamin KramerStringRefize and simplify.
2011-07-18 Chris Lattnerland David Blaikie's patch to de-constify Type, with...
2011-05-27 Eli FriedmanOne more debug line number miss in instcombine (althoug...
2010-12-27 Benjamin KramerBuildLibCalls: Nuke EmitMemCpy, EmitMemMove and EmitMem...
2010-07-22 Gabor Greifundo 80 column trespassing I caused
2010-07-16 Gabor Greifeliminate CallInst::ArgOffset
2010-06-28 Gabor Greifuse ArgOperand API and CallInst::ArgOffset
2010-06-25 Gabor Greifuse ArgOperand API (one more hunk I could split)
2010-06-15 Benjamin Kramersimplify-libcalls: fold strstr(a, b) == a -> strncmp...
2010-05-31 Nick LewyckyThe memcpy intrinsic only takes i8* for %src and %dst...
2010-04-16 Eric ChristopherRevert 101465, it broke internal OpenGL testing.
2010-04-16 Gabor Greifreapply r101434
2010-04-16 Gabor Greifback out r101423 and r101397, they break llvm-gcc self...
2010-04-15 Gabor Greifreapply r101364, which has been backed out in r101368
2010-04-15 Gabor Greifback out r101364, as it trips the linux nightlybot...
2010-04-15 Gabor Greifrotate CallInst operands, i.e. move callee to the back
2010-04-13 Eric ChristopherActually... return after the check for invalid input.
2010-04-12 Eric ChristopherVerify function prototypes before trying to optimize...
2010-04-07 Eric ChristopherAdd support for stpncpy_chk.
2010-04-04 Mon P WangReapply address space patch after fixing an issue in...
2010-04-02 Mon P WangRevert r100191 since it breaks objc in clang
2010-04-02 Mon P WangReapply address space patch after fixing an issue in...
2010-03-30 Bob WilsonRevert Mon Ping's change 99928, since it broke all...
2010-03-30 Mon P WangAdded support for address spaces and added a isVolatile...
2010-03-23 Evan ChengTeach simplify libcall to transform __strcpy_chk to...
2010-03-22 Evan ChengFix 80 col violation.
2010-03-12 Benjamin KramerAdd a virtual destructor and give vtable a home.
2010-03-12 Benjamin KramerFactor checked library call optimization into a common...
2010-03-11 Benjamin Kramerstpcpy is so similar to strcpy, it doesn't deserve...
2010-03-11 Eric ChristopherLower stpcpy_chk when possible.
2010-03-11 Eric ChristopherFix typo.
2010-03-11 Eric ChristopherAdd strncpy libcall creator. Use it when it should...
2010-03-05 Eric ChristopherMove SimplifyLibCalls's LibCall builders to a separate...