| Age | Commit message (Expand) | Author |
| 2009-12-14 | Clear the Processed set when it is no longer used, and clear the | Dan Gohman |
| 2009-12-14 | Fix a thinko; isNotAlreadyContainedIn had a built-in negative, so the | 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 | Reuse the Threshold value to size these containers because it's | Dan Gohman |
| 2009-12-09 | Add a minor optimization: if we haven't changed the operands of an | Chris Lattner |
| 2009-12-09 | fix PR5733, a case where we'd replace an add with a lexically identical | Chris Lattner |
| 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 a nasty variable that was shadowing the real CurBB but with the wrong value. | Chris Lattner |
| 2009-12-09 | fix many input tracking bugs. | Chris Lattner |
| 2009-12-09 | Fix a typo in a comment, and adjust SmallSet and SmallVector sizes, | Dan Gohman |
| 2009-12-09 | fix PHI translation to take the PHI out of the instinputs set and add | 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 | Put a threshold on the number of users PointerMayBeCaptured | Dan Gohman |
| 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 | fix typo | Chris Lattner |
| 2009-12-07 | add accessor, improve comment. | Chris Lattner |
| 2009-12-07 | Introduce the "@llvm.dbg.value" debug intrinsic. | Victor Hernandez |
| 2009-12-07 | add support for phi translation and incorpation of new expression. | Chris Lattner |
| 2009-12-07 | checkpoint of the new PHITransAddr code, still not done and not used by | Chris Lattner |
| 2009-12-05 | Fix indentation in switch statement. | Nick Lewycky |
| 2009-12-04 | Fix PR5551 by not ignoring the top level constantexpr when | Chris Lattner |
| 2009-12-04 | add to cmake | Chris Lattner |
| 2009-12-04 | add the start of a class used to handle phi translation in memdep and | Chris Lattner |
| 2009-12-04 | Fix a comment typo. | Bob Wilson |
| 2009-12-03 | Add support to emit debug info for virtual functions and virtual base classes. | Devang Patel |
| 2009-12-03 | Fix MSVC build. | Benjamin Kramer |
| 2009-12-03 | Convert ProfileVerifier to template so it can be used for different types of ... | Andreas Neustifter |
| 2009-12-03 | Do not create negative edge weights in ProfileEstimator. | Andreas Neustifter |
| 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-03 | fix PR5673 by being more careful about pointers to functions. | Chris Lattner |
| 2009-12-03 | improve portability to avoid conflicting with std::next in c++'0x. | Chris Lattner |
| 2009-12-02 | Silence compiler warnings. | Benjamin Kramer |
| 2009-12-02 | Cleanup/remove some parts of the lifetime region handling code in memdep and ... | Owen Anderson |
| 2009-12-02 | Fixed an assertion failure for tracking sext of a vector of integers | Mon P Wang |
| 2009-12-01 | Add utility routine to create subprogram definition entry from subprogram dec... | Devang Patel |
| 2009-12-01 | rename some variables. | Chris Lattner |
| 2009-12-01 | tidy | Chris Lattner |
| 2009-12-01 | fix 255.vortex again, third time's the charm. | Chris Lattner |
| 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 |