| Commit message (Expand) | Author | Age | Files | Lines | 
| *  | Added LLVM project notice to the top of every C++ source file. | John Criswell | 2003-10-20 | 1 | -0/+7 | 
| *  | Fix PR#50 | Chris Lattner | 2003-10-18 | 1 | -6/+6 | 
| *  | This changes the PromoteMemToReg function to create "pruned" SSA form, not | Chris Lattner | 2003-10-05 | 1 | -24/+109 | 
| *  | Change the interface to PromoteMemToReg to also take a DominatorTree | Chris Lattner | 2003-10-05 | 1 | -1/+2 | 
| *  | Speed up the mem2reg transform for allocas which are only read/written in a s... | Chris Lattner | 2003-10-05 | 1 | -5/+84 | 
| *  | The first PHI node may be null, scan for the first non-null one | Chris Lattner | 2003-10-05 | 1 | -1/+4 | 
| *  | The VersionNumbers vector is only used during PHI placement.  Turn it into an... | Chris Lattner | 2003-10-05 | 1 | -10/+6 | 
| *  | * Update file header comment | Chris Lattner | 2003-10-05 | 1 | -44/+64 | 
| *  | Simplify the loop a bit | Chris Lattner | 2003-10-05 | 1 | -10/+9 | 
| *  | There is no need for separate WriteSets and PhiNodeBlocks lists.  It is just a | Chris Lattner | 2003-10-05 | 1 | -18/+8 | 
| *  | The PhiNodes 2D vector is only used during PHI node placement.  It doesn't | Chris Lattner | 2003-10-05 | 1 | -11/+10 | 
| *  | * Document instance vars better | Chris Lattner | 2003-10-05 | 1 | -20/+26 | 
| *  | Two small cleanups/speedups: | Chris Lattner | 2003-10-05 | 1 | -29/+31 | 
| *  | * Minor cleanups | Chris Lattner | 2003-10-05 | 1 | -42/+28 | 
| *  | Spell `necessary' correctly. | Misha Brukman | 2003-08-18 | 1 | -1/+1 | 
| *  | Fix bug: mem2reg/2003-04-24-MultipleIdenticalSuccessors.ll | Chris Lattner | 2003-04-25 | 1 | -7/+8 | 
| *  | Fix iterator invalidation problem | Chris Lattner | 2003-04-24 | 1 | -2/+7 | 
| *  | Fix bug where use still existed in dead code | Chris Lattner | 2003-04-21 | 1 | -0/+2 | 
| *  | Fix bug: Mem2reg/2003-04-18-DeadBlockProblem.ll | Chris Lattner | 2003-04-18 | 1 | -4/+17 | 
| *  | * Fix bug: Mem2Reg/2003-04-10-DFNotFound.ll | Chris Lattner | 2003-04-10 | 1 | -9/+26 | 
| *  | Change the mem2reg interface to accept a TargetData argument | Chris Lattner | 2003-03-03 | 1 | -6/+11 | 
| *  | Split mem2reg promotion into two parts: a function which does the work, and | Chris Lattner | 2003-02-22 | 1 | -85/+53 | 
| *  | Clean up std namespace references | Chris Lattner | 2003-02-22 | 1 | -32/+29 | 
| *  |   - Rename AnalysisUsage::preservesAll to getPreservesAll & preservesCFG to | Chris Lattner | 2002-10-21 | 1 | -1/+1 | 
| *  | Updates to work with recent Statistic's changes: | Chris Lattner | 2002-10-01 | 1 | -4/+3 | 
| *  |   - Fix bug: Mem2Reg/2002-05-01-ShouldNotPromoteThisAlloca.ll | Chris Lattner | 2002-09-24 | 1 | -2/+7 | 
| *  | Clean up code due to auto-insert constructors | Chris Lattner | 2002-09-10 | 1 | -6/+4 | 
| *  | Eliminated the MemAccessInst class, folding contents into GEP class. | Chris Lattner | 2002-08-22 | 1 | -17/+3 | 
| *  | - Cleaned up the interface to AnalysisUsage to take analysis class names | Chris Lattner | 2002-08-08 | 1 | -1/+1 | 
| *  | * Add support for different "PassType's" | Chris Lattner | 2002-07-26 | 1 | -1/+1 | 
| *  | *** empty log message *** | Chris Lattner | 2002-07-23 | 1 | -2/+1 | 
| *  | MEGAPATCH checkin. | Chris Lattner | 2002-06-25 | 1 | -11/+10 | 
| *  | Add support for printing out statistics information when -stats is added to | Chris Lattner | 2002-05-10 | 1 | -0/+5 | 
| *  | Merge all individual .h files into a single Scalar.h file | Chris Lattner | 2002-05-07 | 1 | -1/+1 | 
| *  | Fixed bug: test/Regression/Transforms/Mem2Reg/2002-05-01-ShouldNotPromoteThis... | Chris Lattner | 2002-05-01 | 1 | -0/+3 | 
| *  | changes because iMemory.h no longer #includes DerivedTypes.h | Chris Lattner | 2002-04-29 | 1 | -2/+3 | 
| *  | Eliminate duplicate or unneccesary #include's | Chris Lattner | 2002-04-29 | 1 | -1/+0 | 
| *  | Add new optional getPassName() virtual function that a Pass can override | Chris Lattner | 2002-04-29 | 1 | -0/+2 | 
| *  | Tighten up the AnalysisUsage of lots of passes, primarily to correctly indica... | Chris Lattner | 2002-04-28 | 1 | -0/+1 | 
| *  | Split ConstantVals.h into Constant.h and Constants.h | Chris Lattner | 2002-04-28 | 1 | -2/+2 | 
| *  | Eliminate the PromoteInstance class, incorporating it into the PromotePass | Chris Lattner | 2002-04-28 | 1 | -63/+57 | 
| *  | Eliminate visited, CurrentValue, and WriteSets as instance variables of | Chris Lattner | 2002-04-28 | 1 | -53/+54 | 
| *  | * Fix bug: test/Regression/Transforms/Mem2Reg/2002-03-28-UninitializedVal.ll | Chris Lattner | 2002-04-28 | 1 | -4/+12 | 
| *  | This huge changeset is a strictly cleanup change | Chris Lattner | 2002-04-28 | 1 | -228/+174 | 
| *  | Eliminate the cfg namespace, moving LoopInfo, Dominators, Interval* classes | Chris Lattner | 2002-04-28 | 1 | -3/+0 | 
| *  | Change the Dominator info and LoopInfo classes to keep track of BasicBlock's,... | Chris Lattner | 2002-04-28 | 1 | -4/+4 | 
| *  | * Rename MethodPass class to FunctionPass | Chris Lattner | 2002-04-27 | 1 | -8/+6 | 
| *  | Add #includes to make up for #includes pruned out of header files. | Chris Lattner | 2002-04-09 | 1 | -2/+3 | 
| *  | s/Method/Function | Chris Lattner | 2002-04-08 | 1 | -1/+0 | 
| *  | Change references to the Method class to be references to the Function | Chris Lattner | 2002-04-07 | 1 | -19/+16 |