| Age | Commit message (Expand) | Author |
| 2011-01-17 | Roll out r123609 due to failures on the llvm-x86_64-linux-checks bot. | Cameron Zwarich |
| 2011-01-17 | Eliminate the use of dominance frontiers in PromoteMemToReg. In addition to | Cameron Zwarich |
| 2011-01-15 | Generalize LoadAndStorePromoter a bit and switch LICM | Chris Lattner |
| 2011-01-14 | Add a new LoadAndStorePromoter class, which implements the general | Chris Lattner |
| 2011-01-11 | Fix FoldSingleEntryPHINodes to update memdep and AA when it deletes | Chris Lattner |
| 2011-01-08 | Revamp the ValueMapper interfaces in a couple ways: | Chris Lattner |
| 2010-12-27 | BuildLibCalls: Nuke EmitMemCpy, EmitMemMove and EmitMemSet. They are dead and... | Benjamin Kramer |
| 2010-12-25 | Move getOrEnforceKnownAlignment out of instcombine into Transforms/Utils. | Chris Lattner |
| 2010-12-23 | Change all self assignments X=X to (void)X, so that we can turn on a | Jeffrey Yasskin |
| 2010-12-14 | remove the dead (and terrible) llvm::RemoveSuccessor function. | Chris Lattner |
| 2010-11-27 | Second attempt at fixing the performance regressions introduced | Owen Anderson |
| 2010-10-19 | Get rid of static constructors for pass registration. Instead, every pass ex... | Owen Anderson |
| 2010-10-13 | Fix PR8313 by changing ValueToValueMap use a TrackingVH. | Rafael Espindola |
| 2010-10-13 | Be more consistent in using ValueToValueMapTy. | Rafael Espindola |
| 2010-09-16 | Revert r114097, adding back in the assertion against replacing an Instruction... | Owen Anderson |
| 2010-09-02 | Reapply commit 112699, speculatively reverted by echristo, since | Duncan Sands |
| 2010-09-01 | Speculatively revert 112699 and 112702, they seem to be causing | Eric Christopher |
| 2010-09-01 | If PrototypeValue is erased in the middle of using the SSAUpdator | Duncan Sands |
| 2010-08-29 | implement SSAUpdater::RewriteUseAfterInsertions, a helpful form of RewriteUse. | Chris Lattner |
| 2010-08-28 | remove the ABCD and SSI passes. They don't have any clients that | Chris Lattner |
| 2010-08-26 | Reapply r112091 and r111922, support for metadata linking, with a | Dan Gohman |
| 2010-08-24 | Use MapValue in the Linker instead of having a private function | Dan Gohman |
| 2010-08-14 | Teach SimplifyCFG how to simplify indirectbr instructions. | Dan Gohman |
| 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 |