| Age | Commit message (Expand) | Author |
| 2009-12-14 | Make the IVUses member private. | Dan Gohman |
| 2009-12-14 | Drop Loop::isNotAlreadyContainedIn in favor of Loop::contains. The | Dan Gohman |
| 2009-12-11 | Make getUniqueExitBlocks's precondition assert more precise, to | Dan Gohman |
| 2009-12-09 | enhance NonLocalDepEntry to keep the per-block phi translated address | Chris Lattner |
| 2009-12-09 | change NonLocalDepEntry from being a typedef for an std::pair to be its | Chris Lattner |
| 2009-12-09 | Switch GVN and memdep to use PHITransAddr, which correctly handles | Chris Lattner |
| 2009-12-09 | fix many input tracking bugs. | Chris Lattner |
| 2009-12-09 | instructions defined in CurBB may be intermediate nodes of the computation. | Chris Lattner |
| 2009-12-09 | add dumping and sanity checking support. | Chris Lattner |
| 2009-12-08 | make sure that PHITransAddr keeps its 'InstInputs' list up to | Chris Lattner |
| 2009-12-08 | Revert 90858 90875 and 90805 for now. | Devang Patel |
| 2009-12-08 | fix a typo (and -> add) and fix GetAvailablePHITranslatedSubExpr to not | Chris Lattner |
| 2009-12-07 | Rename DIFactory::InsertValue() as DIFactory::InsertDbgValueIntrinsic() | Victor Hernandez |
| 2009-12-07 | Add support to emit debug info for c++ style namespaces. | Devang Patel |
| 2009-12-07 | add accessor, improve comment. | Chris Lattner |
| 2009-12-07 | Introduce the "@llvm.dbg.value" debug intrinsic. | Victor Hernandez |
| 2009-12-07 | checkpoint of the new PHITransAddr code, still not done and not used by | Chris Lattner |
| 2009-12-07 | fixed some typos in method comments, reworded some comments for clarity | John Mosby |
| 2009-12-05 | Document that memory use intrinsics may also return Def results. | Nick Lewycky |
| 2009-12-04 | add the start of a class used to handle phi translation in memdep and | Chris Lattner |
| 2009-12-03 | Add support to emit debug info for virtual functions and virtual base classes. | Devang Patel |
| 2009-12-03 | Use ProfileInfo-API in ProfileInfo Loader and do more assertions. | Andreas Neustifter |
| 2009-12-03 | Converted ProfileInfo to template, added more API for ProfileInfo-preserving. | Andreas Neustifter |
| 2009-12-01 | Add utility routine to create subprogram definition entry from subprogram dec... | Devang Patel |
| 2009-11-30 | Remove ShortNames from getNodeLabel in DOTGraphTraits | Tobias Grosser |
| 2009-11-30 | Instantiate DefaultDOTGraphTraits | Tobias Grosser |
| 2009-11-30 | Small PostDominatorTree improvements | Tobias Grosser |
| 2009-11-30 | Remove ":" after BB name in -view-cfg-only | Tobias Grosser |
| 2009-11-28 | Enhance InsertPHITranslatedPointer to be able to return a list of newly | Chris Lattner |
| 2009-11-27 | Rework InsertPHITranslatedPointer to handle the recursive case, this | Chris Lattner |
| 2009-11-27 | factor some logic out of instcombine into a new SimplifyAddInst method. | Chris Lattner |
| 2009-11-27 | teach GVN's load PRE to insert computations of the address in predecessors | Chris Lattner |
| 2009-11-27 | Fix phi translation in load PRE to agree with the phi | Chris Lattner |
| 2009-11-27 | factor some instcombine simplifications for getelementptr out to a new | Chris Lattner |
| 2009-11-26 | Implement PR1143 (at -m64) by making basicaa look through extensions. We | Chris Lattner |
| 2009-11-26 | move DecomposeGEPExpression out into ValueTracking.cpp | Chris Lattner |
| 2009-11-25 | Use StringRef (again) in DebugInfo interface. | Devang Patel |
| 2009-11-24 | Emit pubtypes. | Devang Patel |
| 2009-11-23 | Add CreateLocation varinat that accepts MDNode (with a default value). | Devang Patel |
| 2009-11-23 | add a helper | Chris Lattner |
| 2009-11-23 | Remove unused LLVMContext. | Nick Lewycky |
| 2009-11-22 | Remove the AliasAnalysis::getMustAliases method, which is dead. | Chris Lattner |
| 2009-11-20 | Make Loop::getLoopLatch() work on loops which don't have preheaders, as | Dan Gohman |
| 2009-11-19 | Extend CaptureTracking to indicate when a value is never stored, even | Dan Gohman |
| 2009-11-18 | Simplify ComputeMultiple so that it doesn't depend on TargetData. | Dan Gohman |
| 2009-11-17 | Remove dead code. | Devang Patel |
| 2009-11-15 | disable copying, enforce some invariants. | Chris Lattner |
| 2009-11-14 | Remove dead variable found by clang++. | Benjamin Kramer |
| 2009-11-13 | Do not use value handle to wrap MDNode in DIDescriptor. | Devang Patel |
| 2009-11-13 | Revert r87059 for now. It is failing clang tests. | Devang Patel |