| Commit message (Expand) | Author | Age | Files | Lines |
| ... | |
| * | If we don't know how long a string is we can't fold an _chk version to the | Eric Christopher | 2011-03-15 | 1 | -3/+7 |
| * | InstCombine: Turn umul_with_overflow into mul nuw if we can prove that it can... | Benjamin Kramer | 2011-03-10 | 1 | -1/+29 |
| * | change instcombine to not turn a call to non-varargs bitcast of | Chris Lattner | 2011-02-24 | 1 | -5/+15 |
| * | Teach instcombine about the rest of the SSE and SSE2 conversion | Chandler Carruth | 2011-01-10 | 1 | -4/+11 |
| * | Revert 122959, it needs more thought. Add it back to README.txt with addition... | Benjamin Kramer | 2011-01-07 | 1 | -4/+0 |
| * | InstCombine: Turn _chk functions into the "unsafe" variant if length and max ... | Benjamin Kramer | 2011-01-06 | 1 | -0/+2 |
| * | InstCombine: If we call llvm.objectsize on a malloc call we can replace it wi... | Benjamin Kramer | 2011-01-06 | 1 | -1/+5 |
| * | InstCombine: Teach llvm.objectsize folding to look through GEPs. | Benjamin Kramer | 2011-01-06 | 1 | -50/+41 |
| * | don't lose TD info | Chris Lattner | 2010-12-25 | 1 | -2/+2 |
| * | Move getOrEnforceKnownAlignment out of instcombine into Transforms/Utils. | Chris Lattner | 2010-12-25 | 1 | -97/+8 |
| * | fix PR8807 by making transformConstExprCastCall aware of byval arguments. | Chris Lattner | 2010-12-20 | 1 | -2/+15 |
| * | various cleanups for transformConstExprCastCall | Chris Lattner | 2010-12-20 | 1 | -13/+10 |
| * | Avoid dropping the address space when InstCombine optimizes memset | Mon P Wang | 2010-12-20 | 1 | -1/+3 |
| * | move a transformation to a more logical place, simplifying it. | Chris Lattner | 2010-12-19 | 1 | -16/+0 |
| * | optimize uadd(x, cst) into a comparison when the normal | Chris Lattner | 2010-12-19 | 1 | -0/+16 |
| * | Teach instcombine to set the alignment arguments for NEON load/store intrinsics. | Bob Wilson | 2010-10-22 | 1 | -0/+26 |
| * | fix PR8267 - Instcombine shouldn't optimizer away volatile memcpy's. | Chris Lattner | 2010-10-01 | 1 | -1/+6 |
| * | PR7853: fix a silly mistake introduced in r101899, and add a test to make sure | Eli Friedman | 2010-08-09 | 1 | -1/+1 |
| * | Use unary + instead of a separate local variable for working | Dan Gohman | 2010-08-03 | 1 | -2/+1 |
| * | Move MaximumAlignment to be a member of the Value class. | Dan Gohman | 2010-07-30 | 1 | -1/+2 |
| * | Define a maximum supported alignment value for load, store, and | Dan Gohman | 2010-07-28 | 1 | -1/+5 |
| * | When user code intentionally dereferences null, the alignment of the | Dan Gohman | 2010-07-28 | 1 | -2/+7 |
| * | undo 80 column trespassing I caused | Gabor Greif | 2010-07-22 | 1 | -7/+11 |
| * | eliminate CallInst::ArgOffset | Gabor Greif | 2010-07-16 | 1 | -3/+3 |
| * | use getArgOperand (corrected by CallInst::ArgOffset) instead of getOperand | Gabor Greif | 2010-06-30 | 1 | -3/+3 |
| * | use ArgOperand API | Gabor Greif | 2010-06-28 | 1 | -12/+12 |
| * | use ArgOperand API (some hunks I could split) | Gabor Greif | 2010-06-25 | 1 | -13/+13 |
| * | use (even more, still) ArgOperand API | Gabor Greif | 2010-06-24 | 1 | -8/+8 |
| * | use (even more) ArgOperand API | Gabor Greif | 2010-06-24 | 1 | -5/+5 |
| * | use ArgOperand API | Gabor Greif | 2010-06-24 | 1 | -6/+5 |
| * | use ArgOperand API | Gabor Greif | 2010-06-24 | 1 | -31/+30 |
| * | Teach instCombine to remove malloc+free if malloc's only uses are comparisons | Duncan Sands | 2010-05-27 | 1 | -0/+2 |
| * | further clarify alignment of globals, fix instcombine | Chris Lattner | 2010-04-28 | 1 | -17/+20 |
| * | use abstract accessors to CallInst | Gabor Greif | 2010-04-20 | 1 | -2/+2 |
| * | Revert 101465, it broke internal OpenGL testing. | Eric Christopher | 2010-04-16 | 1 | -78/+81 |
| * | reapply r101434 | Gabor Greif | 2010-04-16 | 1 | -81/+78 |
| * | back out r101423 and r101397, they break llvm-gcc self-host on darwin10 | Gabor Greif | 2010-04-16 | 1 | -78/+81 |
| * | reapply r101364, which has been backed out in r101368 | Gabor Greif | 2010-04-15 | 1 | -81/+78 |
| * | back out r101364, as it trips the linux nightlybot on some clang C++ tests | Gabor Greif | 2010-04-15 | 1 | -78/+81 |
| * | rotate CallInst operands, i.e. move callee to the back | Gabor Greif | 2010-04-15 | 1 | -81/+78 |
| * | Reapply address space patch after fixing an issue in MemCopyOptimizer. | Mon P Wang | 2010-04-04 | 1 | -11/+21 |
| * | Revert r100191 since it breaks objc in clang | Mon P Wang | 2010-04-02 | 1 | -21/+11 |
| * | Reapply address space patch after fixing an issue in MemCopyOptimizer. | Mon P Wang | 2010-04-02 | 1 | -11/+21 |
| * | Revert Mon Ping's change 99928, since it broke all the llvm-gcc buildbots. | Bob Wilson | 2010-03-30 | 1 | -21/+11 |
| * | Added support for address spaces and added a isVolatile field to memcpy, memm... | Mon P Wang | 2010-03-30 | 1 | -11/+21 |
| * | Fix an incorrect logic causing instcombine to miss some _chk -> non-chk trans... | Evan Cheng | 2010-03-23 | 1 | -1/+1 |
| * | Add a setCalledFunction member to InvokeInst (like in CallInst) | Gabor Greif | 2010-03-20 | 1 | -1/+1 |
| * | Factor checked library call optimization into a common helper class and use it | Benjamin Kramer | 2010-03-12 | 1 | -104/+28 |
| * | stpcpy is so similar to strcpy, it doesn't deserve a complete copy of the __s... | Benjamin Kramer | 2010-03-11 | 1 | -22/+5 |
| * | Lower stpcpy_chk when possible. | Eric Christopher | 2010-03-11 | 1 | -0/+13 |