| Commit message (Expand) | Author | Age | Files | Lines | 
| *  | Add new method | Chris Lattner | 2004-03-01 | 2 | -0/+2 | 
| *  | Fix the "partial pool allocator" on em3d and others.  The problem is that | Chris Lattner | 2004-03-01 | 2 | -8/+16 | 
| *  | Doxygenify comments. | Misha Brukman | 2004-02-29 | 1 | -16/+11 | 
| *  | Update comments and add warning | Chris Lattner | 2004-02-21 | 2 | -4/+10 | 
| *  | Add a method useful for updating DSA | Chris Lattner | 2004-02-19 | 2 | -0/+18 | 
| *  | Add an important prototype | Chris Lattner | 2004-02-11 | 1 | -0/+8 | 
| *  | Factor this code out of llvm-prof | Chris Lattner | 2004-02-11 | 1 | -0/+65 | 
| *  | An initial implementation of an LLVM ProfileInfo class which is designed to | Chris Lattner | 2004-02-10 | 1 | -0/+43 | 
| *  | Remove some unneeded stuff | Chris Lattner | 2004-02-10 | 1 | -3/+1 | 
| *  | Substantially improve the DSA code by removing 'forwarding' nodes from | Chris Lattner | 2004-02-08 | 4 | -4/+18 | 
| *  | Switch the Nodes list from being an std::vector<DSNode*> to an ilist<DSNode> | Chris Lattner | 2004-02-08 | 4 | -8/+66 | 
| *  | Change to use iterators instead of direct access | Chris Lattner | 2004-02-08 | 2 | -4/+4 | 
| *  | Abstract out the Nodes collection.  Instead of providing a getNodes() method, | Chris Lattner | 2004-02-07 | 4 | -22/+22 | 
| *  | Actually USE isForwarding method | Chris Lattner | 2004-02-07 | 2 | -10/+10 | 
| *  | As Alkis pointed out to me, I forgot to commit this... :( | Chris Lattner | 2004-02-07 | 2 | -0/+8 | 
| *  | Add a new pointsToConstantMemory method to the AliasAnalysis interface | Chris Lattner | 2004-01-30 | 1 | -1/+8 | 
| *  | Doxygenify comments. | Misha Brukman | 2004-01-30 | 1 | -0/+1 | 
| *  | Keep track of all of the globals inserted into the scalar map | Chris Lattner | 2004-01-28 | 2 | -8/+52 | 
| *  | Pull the ScalarMap out into something that is more structured than what we had | Chris Lattner | 2004-01-28 | 2 | -2/+84 | 
| *  | Minor tweaks | Chris Lattner | 2004-01-27 | 2 | -10/+22 | 
| *  | Add comments, allow DSNode "copy ctor" to ignore outgoing links, add more | Chris Lattner | 2004-01-27 | 2 | -6/+40 | 
| *  | * cloneReachable* and clonePartiallyInto are not obsolete | Chris Lattner | 2004-01-27 | 2 | -76/+92 | 
| *  | Add new flag, other minor modifications | Chris Lattner | 2004-01-23 | 2 | -10/+14 | 
| *  | Fix grammar | Chris Lattner | 2004-01-23 | 2 | -4/+4 | 
| *  | Eliminated the CompletedNodes argument to the cloneReachable* methods.  This | Chris Lattner | 2004-01-22 | 2 | -10/+4 | 
| *  | It doesn't make sense for one side to be const, but not the other. | Chris Lattner | 2004-01-22 | 4 | -14/+20 | 
| *  | Remove const qualifier (all Value*'s are nonconst in DSA, so it's not clear | Chris Lattner | 2004-01-22 | 2 | -2/+40 | 
| *  | Specialize std::swap correctly | Chris Lattner | 2004-01-22 | 2 | -4/+10 | 
| *  | Move SlotCalculator.h from include/llvm to include/llvm/Analysis | Chris Lattner | 2004-01-20 | 1 | -4/+3 | 
| *  | add a method proto, make a method not inline | Chris Lattner | 2004-01-20 | 1 | -7/+2 | 
| *  | Add support for representing the "compaction table" | Chris Lattner | 2004-01-18 | 1 | -5/+40 | 
| *  | Improve comments, add support for remembering the constants strings that | Chris Lattner | 2004-01-14 | 1 | -14/+27 | 
| *  | The only clients of the slot calculator are now the asmwriter and bcwriter. | Chris Lattner | 2004-01-14 | 1 | -3/+8 | 
| *  | Improve encapsulation in the Loop and LoopInfo classes by eliminating the | Chris Lattner | 2004-01-08 | 1 | -7/+14 | 
| *  | Rename ClassifyExpression -> ClassifyExpr | Chris Lattner | 2003-12-23 | 1 | -6/+6 | 
| *  | fix grammao | Chris Lattner | 2003-12-22 | 1 | -1/+1 | 
| *  | Add a new AliassetTracker::remove method.  Because we need to be able to remove | Chris Lattner | 2003-12-18 | 1 | -9/+33 | 
| *  | Add capability to represent volatile AliasSet's | Chris Lattner | 2003-12-14 | 1 | -3/+13 | 
| *  | IncludeFile hack to pull in BasicValueNumbering whenever ValueNumbering.h | Brian Gaeke | 2003-12-11 | 1 | -0/+5 | 
| *  | IncludeFile hack to pull in BasicAliasAnalysis whenever AliasAnalysis.h | Brian Gaeke | 2003-12-11 | 1 | -0/+9 | 
| *  | The recalclulate method was a nasty hack that was once used by the -cee pass, | Chris Lattner | 2003-12-07 | 1 | -5/+0 | 
| *  | Rewrite dominators implementation.  Now domset is constructed from immdom, | Chris Lattner | 2003-12-07 | 1 | -95/+111 | 
| *  | Move this method out of the generic dominators calculation code | Chris Lattner | 2003-12-07 | 1 | -0/+2 | 
| *  | be GCC 3.4 clean | Chris Lattner | 2003-11-29 | 1 | -19/+19 | 
| *  | Add methods for implementation | Chris Lattner | 2003-11-13 | 2 | -0/+20 | 
| *  | Add an initial version of the CompleteBUDataStructures pass | Chris Lattner | 2003-11-13 | 2 | -0/+68 | 
| *  | Add argument | Chris Lattner | 2003-11-12 | 2 | -2/+4 | 
| *  | Put all LLVM code into the llvm namespace, as per bug 109. | Brian Gaeke | 2003-11-11 | 33 | -5/+154 | 
| *  | Add new method | Chris Lattner | 2003-11-11 | 2 | -0/+18 | 
| *  | All DSGraphs keep a reference to the targetdata they are created with.  This is | Chris Lattner | 2003-11-02 | 8 | -12/+50 |