| Age | Commit message (Expand) | Author |
| 2010-08-06 | Reapply r110396, with fixes to appease the Linux buildbot gods. | Owen Anderson |
| 2010-08-06 | Revert r110396 to fix buildbots. | Owen Anderson |
| 2010-08-05 | Don't use PassInfo* as a type identifier for passes. Instead, use the addres... | Owen Anderson |
| 2010-08-04 | Fix a comment. | Dan Gohman |
| 2010-07-22 | mass elimination of reliance on automatic iterator dereferencing | Gabor Greif |
| 2010-07-22 | undo 80 column trespassing I caused | Gabor Greif |
| 2010-07-21 | Fix batch of converting RegisterPass<> to INTIALIZE_PASS(). | Owen Anderson |
| 2010-07-06 | Detabify this file. | Nick Lewycky |
| 2010-06-30 | use ArgOperand API | Gabor Greif |
| 2010-06-24 | use ArgOperand API | Gabor Greif |
| 2010-06-16 | Make sure that simplify libcalls does not replace a call with one calling | Rafael Espindola |
| 2010-06-16 | simplify-libcalls: fold strncmp(x, y, 1) -> memcmp(x, y, 1) | Benjamin Kramer |
| 2010-06-15 | simplify-libcalls: fold strstr(a, b) == a -> strncmp(a, b, strlen(b)) == 0 | Benjamin Kramer |
| 2010-05-26 | Kill unneeded SExt. | Benjamin Kramer |
| 2010-05-25 | Properly promote operands when optimizing a single-character memcmp. | Benjamin Kramer |
| 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-24 | Move OptChkCall off LibCallOptimization into StrCpyOpt. | Evan Cheng |
| 2010-03-23 | Teach simplify libcall to transform __strcpy_chk to __memcpy_chk to enable op... | Evan Cheng |
| 2010-03-16 | str[r]chr returns its pointer argument so we cannot mark it as nocapture. Tha... | Benjamin Kramer |
| 2010-03-16 | Mark str[r]chr readonly. | Benjamin Kramer |
| 2010-03-06 | Migrate _chk call lowering from SimplifyLibCalls to InstCombine. Stub | Eric Christopher |
| 2010-03-05 | Move SimplifyLibCalls's LibCall builders to a separate file so they | Eric Christopher |
| 2010-03-05 | Safely turn memset_chk etc. to non-chk variant if the known object size is >=... | Evan Cheng |
| 2010-03-05 | Move GetStringLength and helper from SimplifyLibCalls to ValueTracking. | Eric Christopher |
| 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-03 | Recommit this, looks like it wasn't the cause. | Eric Christopher |
| 2010-02-02 | Hopefully temporarily revert this. | Eric Christopher |
| 2010-02-02 | Re-add strcmp and known size object size checking optimization. | Eric Christopher |
| 2010-02-02 | Don't need to check the last argument since it'll always be bool. We also | Eric Christopher |
| 2010-02-02 | More indentation/tabification fixes. | Eric Christopher |
| 2010-02-02 | Untabify previous commit. | Eric Christopher |
| 2010-02-01 | Formatting. | Eric Christopher |
| 2010-01-29 | Revert my last couple of patches. They appear to have broken bison. | Eric Christopher |
| 2010-01-29 | Make strcpy_chk lower to strcpy if we have a safe size. | Eric Christopher |
| 2010-01-23 | Reapply 94059 while fixing the calling convention setup | Eric Christopher |
| 2010-01-22 | Revert 94059. It is breaking the MultiSource/Benchmarks/Prolangs-C/bison | Bob Wilson |
| 2010-01-21 | Add strcpy_chk -> strcpy support for "don't know" object size | Eric Christopher |
| 2010-01-06 | Move the object size intrinsic optimization to inst-combine and make | Eric Christopher |
| 2010-01-06 | Formatting. | Mikhail Glushenkov |