| Age | Commit message (Expand) | Author |
| 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-09 | Try to keep the cached inliner costs around for a bit longer for big functions. | Jakob Stoklund Olesen |
| 2010-03-09 | Revert r98089, it was breaking a clang test. | Jakob Stoklund Olesen |
| 2010-03-09 | Try to keep the cached inliner costs around for a bit longer for big functions. | Jakob Stoklund Olesen |
| 2010-03-05 | Move SimplifyLibCalls's LibCall builders to a separate file so they | Eric Christopher |
| 2010-02-28 | Revert r97245 which seems to be causing performance problems. | Bob Wilson |
| 2010-02-26 | Move the EnableFullLoadPRE flag from a separate command-line option to an | Bob Wilson |
| 2010-02-26 | Remove unused "NoPRE" parameter in GVN and createGVNPass(). | Bob Wilson |
| 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-09 | Pull these back out, they're a little too aggressive and time | Eric Christopher |
| 2010-02-09 | Add a new pass to do llvm.objsize lowering using SCEV. | Eric Christopher |
| 2010-02-06 | Reintroduce the InlineHint function attribute. | Jakob Stoklund Olesen |
| 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-20 | Move per-function inline threshold calculation to a method. | Jakob Stoklund Olesen |
| 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 |
| 2010-01-02 | remove the random sampling framework, which is not maintained anymore. | Chris Lattner |
| 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-14 | Add an option for running GVN with redundant load processing disabled. | Dan Gohman |
| 2009-11-11 | remove the now dead condprop pass, PR3906. | Chris Lattner |
| 2009-11-10 | Implement support to debug inlined functions. | Devang Patel |
| 2009-11-10 | move some generally useful functions out of jump threading | Chris Lattner |
| 2009-11-10 | refactor TryToSimplifyUncondBranchFromEmptyBlock out of SimplifyCFG. | Chris Lattner |
| 2009-11-05 | Make a few more LLVM headers parsable as standalone headers. | Douglas Gregor |
| 2009-11-01 | Improve the other instance of the comment. | Duncan Sands |
| 2009-10-31 | update the comment above llvm::SplitCriticalEdge, and make | Chris Lattner |
| 2009-10-31 | Revert r85667. LoopUnroll currently can't call utility functions which | Dan Gohman |
| 2009-10-31 | Merge the enhancements from LoopUnroll's FoldBlockIntoPredecessor into | Dan Gohman |
| 2009-10-31 | Remove CodeGenLICM. It's largely obsoleted by MachineLICM's new ability | Dan Gohman |