| 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-06-24 | Use ValueMap instead of DenseMap. | Devang Patel |
| 2010-06-23 | Cosmetic change. | Devang Patel |
| 2010-06-15 | simplify-libcalls: fold strstr(a, b) == a -> strncmp(a, b, strlen(b)) == 0 | Benjamin Kramer |
| 2010-05-28 | Move FindAvailableLoadedValue isSafeToLoadUnconditionally out of | Dan Gohman |
| 2010-05-06 | Fix handling of unreachable blocks in the SSAUpdater. The previous code only | Bob Wilson |
| 2010-05-04 | Combine the implementations of the core part of the SSAUpdater and | Bob Wilson |
| 2010-05-01 | rename InlineInfo.DevirtualizedCalls -> InlinedCalls to | Chris Lattner |
| 2010-04-23 | switch InlineInfo.DevirtualizedCalls's list to be of WeakVH. | Chris Lattner |
| 2010-04-22 | The inliner was choosing to not consider call sites | Chris Lattner |
| 2010-04-22 | refactor the interface to InlineFunction so that most of the in/out | Chris Lattner |
| 2010-04-20 | There is no need to install ValueMapper.h header. | Devang Patel |
| 2010-04-17 | Re-commit my previous SSAUpdater changes. The previous version naively tried | Bob Wilson |
| 2010-04-07 | Add support for stpncpy_chk. | Eric Christopher |
| 2010-04-04 | Reapply address space patch after fixing an issue in MemCopyOptimizer. | Mon P Wang |
| 2010-04-03 | Revert all my SSAUpdater patches. The PHI placement algorithm is not correct | Bob Wilson |
| 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-04-01 | Rewrite another SSAUpdater function to avoid recursion. | Bob Wilson |
| 2010-04-01 | Change another SSAUpdater function to avoid recursion. | Bob Wilson |
| 2010-04-01 | The SSAUpdater should avoid recursive traversals of the CFG, since that may | Bob Wilson |
| 2010-03-31 | Rewrite part of the SSAUpdater to be more careful about inserting redundant | Bob Wilson |
| 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 | Add comment. | Evan Cheng |
| 2010-03-23 | Forgot this. | Evan Cheng |
| 2010-03-12 | Add a virtual destructor and give vtable a home. | Benjamin Kramer |
| 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-05 | Move SimplifyLibCalls's LibCall builders to a separate file so they | Eric Christopher |
| 2010-02-16 | Rename SuccessorNumber to GetSuccessorNumber. | Bob Wilson |
| 2010-02-16 | Refactor to share code to find the position of a basic block successor in the | Bob Wilson |
| 2010-02-05 | Teach SimplifyCFG about magic pointer constants. | Jakob Stoklund Olesen |
| 2010-01-30 | Check alignment of loads when deciding whether it is safe to execute them | Bob Wilson |
| 2010-01-29 | Improve isSafeToLoadUnconditionally to recognize that GEPs with constant | Bob Wilson |
| 2010-01-27 | Don't bother with sprintf, just pass the Twine through. | Benjamin Kramer |
| 2010-01-21 | DbgInfoIntrinsics no longer appear in an instruction's use list; so clean up ... | Victor Hernandez |
| 2010-01-12 | add a helper function. | Chris Lattner |
| 2010-01-05 | Make RecursivelyDeleteTriviallyDeadInstructions, | Dan Gohman |
| 2010-01-05 | convert various IntrinsicInst's to use class instead of struct. | Chris Lattner |
| 2010-01-05 | Remove dead debug info intrinsics. | Devang Patel |
| 2009-12-22 | comment fix: weakvh -> tracking vh | Chris Lattner |
| 2009-12-18 | Eliminate unnecessary LLVMContexts. | Dan Gohman |
| 2009-11-23 | Pull LLVMContext out of PromoteMemToReg. | Nick Lewycky |
| 2009-11-19 | Make EliminateDuplicatePHINodes() available as a utility function | Jim Grosbach |
| 2009-11-10 | Implement support to debug inlined functions. | Devang Patel |