Age | Commit message (Expand) | Author | Files | Lines |
2012-11-20 | Make the AttrListPtr object a part of the LLVMContext. | Bill Wendling | 1 | -13/+30 |
2012-11-01 | Revert the series of commits starting with r166578 which introduced the | Chandler Carruth | 1 | -32/+30 |
2012-10-24 | Add in support for getIntPtrType to get the pointer type based on the address... | Micah Villmow | 1 | -30/+32 |
2012-10-15 | Add an enum for the return and function indexes into the AttrListPtr object. ... | Bill Wendling | 1 | -13/+20 |
2012-10-15 | Attributes Rewrite | Bill Wendling | 1 | -27/+33 |
2012-10-10 | Pass into the AttributeWithIndex::get method an ArrayRef of attribute | Bill Wendling | 1 | -31/+33 |
2012-10-08 | Move TargetData to DataLayout. | Micah Villmow | 1 | -17/+17 |
2012-08-01 | remove tabs from my previous commit. | Nuno Lopes | 1 | -2/+2 |
2012-08-01 | (hopefuly) fix the remaining cases where null wasnt expected (PR13497). | Nuno Lopes | 1 | -0/+4 |
2012-07-25 | add EmitStrNLen() | Nuno Lopes | 1 | -0/+27 |
2012-07-25 | make all Emit*() functions consult the TargetLibraryInfo information before c... | Nuno Lopes | 1 | -21/+74 |
2012-06-29 | Move llvm/Support/IRBuilder.h -> llvm/IRBuilder.h | Chandler Carruth | 1 | -5/+5 |
2012-05-28 | switch AttrListPtr::get to take an ArrayRef, simplifying a lot of clients. | Chris Lattner | 1 | -12/+12 |
2011-11-17 | Add support for custom names for library functions in TargetLibraryInfo. Add... | Eli Friedman | 1 | -6/+12 |
2011-11-15 | StringRefize and simplify. | Benjamin Kramer | 1 | -11/+9 |
2011-07-18 | land David Blaikie's patch to de-constify Type, with a few tweaks. | Chris Lattner | 1 | -5/+5 |
2011-05-27 | One more debug line number miss in instcombine (although the code in question... | Eli Friedman | 1 | -5/+1 |
2010-12-27 | BuildLibCalls: Nuke EmitMemCpy, EmitMemMove and EmitMemSet. They are dead and... | Benjamin Kramer | 1 | -49/+5 |
2010-07-22 | undo 80 column trespassing I caused | Gabor Greif | 1 | -5/+6 |
2010-07-16 | eliminate CallInst::ArgOffset | Gabor Greif | 1 | -5/+5 |
2010-06-28 | use ArgOperand API and CallInst::ArgOffset | Gabor Greif | 1 | -17/+17 |
2010-06-25 | use ArgOperand API (one more hunk I could split) | Gabor Greif | 1 | -2/+2 |
2010-06-15 | simplify-libcalls: fold strstr(a, b) == a -> strncmp(a, b, strlen(b)) == 0 | Benjamin Kramer | 1 | -0/+25 |
2010-05-31 | The memcpy intrinsic only takes i8* for %src and %dst, so cast them to that | Nick Lewycky | 1 | -2/+2 |
2010-04-16 | Revert 101465, it broke internal OpenGL testing. | Eric Christopher | 1 | -19/+19 |
2010-04-16 | reapply r101434 | Gabor Greif | 1 | -19/+19 |
2010-04-16 | back out r101423 and r101397, they break llvm-gcc self-host on darwin10 | Gabor Greif | 1 | -19/+19 |
2010-04-15 | reapply r101364, which has been backed out in r101368 | Gabor Greif | 1 | -19/+19 |
2010-04-15 | back out r101364, as it trips the linux nightlybot on some clang C++ tests | Gabor Greif | 1 | -19/+19 |
2010-04-15 | rotate CallInst operands, i.e. move callee to the back | Gabor Greif | 1 | -19/+19 |
2010-04-13 | Actually... return after the check for invalid input. | Eric Christopher | 1 | -0/+1 |
2010-04-12 | Verify function prototypes before trying to optimize functions. We also | Eric Christopher | 1 | -2/+48 |
2010-04-07 | Add support for stpncpy_chk. | Eric Christopher | 1 | -6/+6 |
2010-04-04 | Reapply address space patch after fixing an issue in MemCopyOptimizer. | Mon P Wang | 1 | -20/+23 |
2010-04-02 | Revert r100191 since it breaks objc in clang | Mon P Wang | 1 | -23/+20 |
2010-04-02 | Reapply address space patch after fixing an issue in MemCopyOptimizer. | Mon P Wang | 1 | -20/+23 |
2010-03-30 | Revert Mon Ping's change 99928, since it broke all the llvm-gcc buildbots. | Bob Wilson | 1 | -23/+20 |
2010-03-30 | Added support for address spaces and added a isVolatile field to memcpy, memm... | Mon P Wang | 1 | -20/+23 |
2010-03-23 | Teach simplify libcall to transform __strcpy_chk to __memcpy_chk to enable op... | Evan Cheng | 1 | -1/+25 |
2010-03-22 | Fix 80 col violation. | Evan Cheng | 1 | -1/+1 |
2010-03-12 | Add a virtual destructor and give vtable a home. | Benjamin Kramer | 1 | -0/+2 |
2010-03-12 | Factor checked library call optimization into a common helper class and use it | Benjamin Kramer | 1 | -0/+81 |
2010-03-11 | stpcpy is so similar to strcpy, it doesn't deserve a complete copy of the __s... | Benjamin Kramer | 1 | -21/+3 |
2010-03-11 | Lower stpcpy_chk when possible. | Eric Christopher | 1 | -0/+18 |
2010-03-11 | Fix typo. | Eric Christopher | 1 | -1/+1 |
2010-03-11 | Add strncpy libcall creator. Use it when it should be used. | Eric Christopher | 1 | -0/+20 |
2010-03-05 | Move SimplifyLibCalls's LibCall builders to a separate file so they | Eric Christopher | 1 | -0/+324 |