| Commit message (Expand) | Author | Age | Files | Lines |
* | land David Blaikie's patch to de-constify Type, with a few tweaks. | Chris Lattner | 2011-07-18 | 1 | -5/+5 |
* | One more debug line number miss in instcombine (although the code in question... | Eli Friedman | 2011-05-27 | 1 | -5/+1 |
* | BuildLibCalls: Nuke EmitMemCpy, EmitMemMove and EmitMemSet. They are dead and... | Benjamin Kramer | 2010-12-27 | 1 | -49/+5 |
* | undo 80 column trespassing I caused | Gabor Greif | 2010-07-22 | 1 | -5/+6 |
* | eliminate CallInst::ArgOffset | Gabor Greif | 2010-07-16 | 1 | -5/+5 |
* | use ArgOperand API and CallInst::ArgOffset | Gabor Greif | 2010-06-28 | 1 | -17/+17 |
* | use ArgOperand API (one more hunk I could split) | Gabor Greif | 2010-06-25 | 1 | -2/+2 |
* | simplify-libcalls: fold strstr(a, b) == a -> strncmp(a, b, strlen(b)) == 0 | Benjamin Kramer | 2010-06-15 | 1 | -0/+25 |
* | The memcpy intrinsic only takes i8* for %src and %dst, so cast them to that | Nick Lewycky | 2010-05-31 | 1 | -2/+2 |
* | Revert 101465, it broke internal OpenGL testing. | Eric Christopher | 2010-04-16 | 1 | -19/+19 |
* | reapply r101434 | Gabor Greif | 2010-04-16 | 1 | -19/+19 |
* | back out r101423 and r101397, they break llvm-gcc self-host on darwin10 | Gabor Greif | 2010-04-16 | 1 | -19/+19 |
* | reapply r101364, which has been backed out in r101368 | Gabor Greif | 2010-04-15 | 1 | -19/+19 |
* | back out r101364, as it trips the linux nightlybot on some clang C++ tests | Gabor Greif | 2010-04-15 | 1 | -19/+19 |
* | rotate CallInst operands, i.e. move callee to the back | Gabor Greif | 2010-04-15 | 1 | -19/+19 |
* | Actually... return after the check for invalid input. | Eric Christopher | 2010-04-13 | 1 | -0/+1 |
* | Verify function prototypes before trying to optimize functions. We also | Eric Christopher | 2010-04-12 | 1 | -2/+48 |
* | Add support for stpncpy_chk. | Eric Christopher | 2010-04-07 | 1 | -6/+6 |
* | Reapply address space patch after fixing an issue in MemCopyOptimizer. | Mon P Wang | 2010-04-04 | 1 | -20/+23 |
* | Revert r100191 since it breaks objc in clang | Mon P Wang | 2010-04-02 | 1 | -23/+20 |
* | Reapply address space patch after fixing an issue in MemCopyOptimizer. | Mon P Wang | 2010-04-02 | 1 | -20/+23 |
* | Revert Mon Ping's change 99928, since it broke all the llvm-gcc buildbots. | Bob Wilson | 2010-03-30 | 1 | -23/+20 |
* | Added support for address spaces and added a isVolatile field to memcpy, memm... | Mon P Wang | 2010-03-30 | 1 | -20/+23 |
* | Teach simplify libcall to transform __strcpy_chk to __memcpy_chk to enable op... | Evan Cheng | 2010-03-23 | 1 | -1/+25 |
* | Fix 80 col violation. | Evan Cheng | 2010-03-22 | 1 | -1/+1 |
* | Add a virtual destructor and give vtable a home. | Benjamin Kramer | 2010-03-12 | 1 | -0/+2 |
* | Factor checked library call optimization into a common helper class and use it | Benjamin Kramer | 2010-03-12 | 1 | -0/+81 |
* | stpcpy is so similar to strcpy, it doesn't deserve a complete copy of the __s... | Benjamin Kramer | 2010-03-11 | 1 | -21/+3 |
* | Lower stpcpy_chk when possible. | Eric Christopher | 2010-03-11 | 1 | -0/+18 |
* | Fix typo. | Eric Christopher | 2010-03-11 | 1 | -1/+1 |
* | Add strncpy libcall creator. Use it when it should be used. | Eric Christopher | 2010-03-11 | 1 | -0/+20 |
* | Move SimplifyLibCalls's LibCall builders to a separate file so they | Eric Christopher | 2010-03-05 | 1 | -0/+324 |