| Age | Commit message (Expand) | Author |
| 2010-08-09 | PR7853: fix a silly mistake introduced in r101899, and add a test to make sure | Eli Friedman |
| 2010-08-03 | Use unary + instead of a separate local variable for working | Dan Gohman |
| 2010-07-30 | Move MaximumAlignment to be a member of the Value class. | Dan Gohman |
| 2010-07-28 | Define a maximum supported alignment value for load, store, and | Dan Gohman |
| 2010-07-28 | When user code intentionally dereferences null, the alignment of the | Dan Gohman |
| 2010-07-22 | undo 80 column trespassing I caused | Gabor Greif |
| 2010-07-16 | eliminate CallInst::ArgOffset | Gabor Greif |
| 2010-06-30 | use getArgOperand (corrected by CallInst::ArgOffset) instead of getOperand | Gabor Greif |
| 2010-06-28 | use ArgOperand API | Gabor Greif |
| 2010-06-25 | use ArgOperand API (some hunks I could split) | Gabor Greif |
| 2010-06-24 | use (even more, still) ArgOperand API | Gabor Greif |
| 2010-06-24 | use (even more) ArgOperand API | Gabor Greif |
| 2010-06-24 | use ArgOperand API | Gabor Greif |
| 2010-06-24 | use ArgOperand API | Gabor Greif |
| 2010-05-27 | Teach instCombine to remove malloc+free if malloc's only uses are comparisons | Duncan Sands |
| 2010-04-28 | further clarify alignment of globals, fix instcombine | Chris Lattner |
| 2010-04-20 | use abstract accessors to CallInst | Gabor Greif |
| 2010-04-16 | Revert 101465, it broke internal OpenGL testing. | Eric Christopher |
| 2010-04-16 | reapply r101434 | Gabor Greif |
| 2010-04-16 | back out r101423 and r101397, they break llvm-gcc self-host on darwin10 | Gabor Greif |
| 2010-04-15 | reapply r101364, which has been backed out in r101368 | Gabor Greif |
| 2010-04-15 | back out r101364, as it trips the linux nightlybot on some clang C++ tests | Gabor Greif |
| 2010-04-15 | rotate CallInst operands, i.e. move callee to the back | Gabor Greif |
| 2010-04-04 | Reapply address space patch after fixing an issue in MemCopyOptimizer. | Mon P Wang |
| 2010-04-02 | Revert r100191 since it breaks objc in clang | Mon P Wang |
| 2010-04-02 | Reapply address space patch after fixing an issue in MemCopyOptimizer. | Mon P Wang |
| 2010-03-30 | Revert Mon Ping's change 99928, since it broke all the llvm-gcc buildbots. | Bob Wilson |
| 2010-03-30 | Added support for address spaces and added a isVolatile field to memcpy, memm... | Mon P Wang |
| 2010-03-23 | Fix an incorrect logic causing instcombine to miss some _chk -> non-chk trans... | Evan Cheng |
| 2010-03-20 | Add a setCalledFunction member to InvokeInst (like in CallInst) | Gabor Greif |
| 2010-03-12 | Factor checked library call optimization into a common helper class and use it | Benjamin Kramer |
| 2010-03-11 | stpcpy is so similar to strcpy, it doesn't deserve a complete copy of the __s... | Benjamin Kramer |
| 2010-03-11 | Lower stpcpy_chk when possible. | Eric Christopher |
| 2010-03-11 | Add strncpy libcall creator. Use it when it should be used. | Eric Christopher |
| 2010-03-08 | Re-commit 97860 with fix. getMallocAllocatedType may return null. | Evan Cheng |
| 2010-03-06 | Let the fallthrough handle whether or not we've changed anything | Eric Christopher |
| 2010-03-06 | Migrate _chk call lowering from SimplifyLibCalls to InstCombine. Stub | Eric Christopher |
| 2010-03-06 | Temporarily revert: | Eric Christopher |
| 2010-03-06 | Transform @llvm.objectsize to integer if the argument is a result of malloc o... | Evan Cheng |
| 2010-03-05 | Instcombine should turn llvm.objectsize of a alloca with static size to an in... | Evan Cheng |
| 2010-03-05 | Add missing break for Intrinsic::objectsize case. It was falling through to t... | Evan Cheng |
| 2010-02-22 | Instcombine constant folding can normalize gep with negative index to index w... | Evan Cheng |
| 2010-02-16 | There are two ways of checking for a given type, for example isa<PointerType>(T) | Duncan Sands |
| 2010-02-15 | Uniformize the names of type predicates: rather than having isFloatTy and | Duncan Sands |
| 2010-02-13 | Fix a problem where we had bitcasted operands that gave us | Eric Christopher |
| 2010-02-11 | Make sure that ConstantExpr offsets also aren't off of extern | Eric Christopher |
| 2010-02-11 | Add ConstantExpr handling to Intrinsic::objectsize lowering. | Eric Christopher |
| 2010-02-09 | Move Intrinsic::objectsize lowering back to InstCombineCalls and | Eric Christopher |
| 2010-02-05 | Remove this code for now. I have a better idea and will rewrite with | Eric Christopher |
| 2010-02-04 | Temporarily revert this since it appears to have caused a build | Eric Christopher |