| Commit message (Expand) | Author | Age | Files | Lines |
* | Add a new command line option for PassManager using utilities. | Chris Lattner | 2002-04-29 | 2 | -11/+144 |
* | Stub functions for timing support | Chris Lattner | 2002-04-29 | 1 | -0/+3 |
* | More cleanups | Chris Lattner | 2002-04-29 | 1 | -59/+54 |
* | Code cleanups | Chris Lattner | 2002-04-29 | 1 | -127/+111 |
* | Remove dead code | Chris Lattner | 2002-04-28 | 2 | -15/+3 |
* | FIXME removed: malloc/alloca ALWAYS have a size argument | Chris Lattner | 2002-04-28 | 1 | -7/+2 |
* | Rename functions to be more consistend with other pass constructors | Chris Lattner | 2002-04-28 | 1 | -5/+4 |
* | Todo has been implemented, remove it | Chris Lattner | 2002-04-28 | 1 | -3/+0 |
* | Tighten up the AnalysisUsage of lots of passes, primarily to correctly indica... | Chris Lattner | 2002-04-28 | 15 | -4/+62 |
* | Tighten up the AnalysisUsage of lots of passes, primarily to correctly indica... | Chris Lattner | 2002-04-28 | 1 | -0/+8 |
* | Move FunctionPass::doesNotModifyCFG to AnalysisUsage::preservesCFG() | Chris Lattner | 2002-04-28 | 2 | -26/+26 |
* | * Add a stub to FunctionPass so that subclasses can declare that they do not | Chris Lattner | 2002-04-28 | 3 | -10/+77 |
* | Move include/llvm/PassManager.h to lib/VMCore/PassManagerT.h | Chris Lattner | 2002-04-28 | 1 | -6/+9 |
* | Add #include that was removed from TargetMachine.h | Chris Lattner | 2002-04-28 | 2 | -0/+2 |
* | Use forward decl instead of #include | Chris Lattner | 2002-04-28 | 1 | -1/+1 |
* | Include appropriate file | Chris Lattner | 2002-04-28 | 2 | -0/+4 |
* | Split ConstantVals.h into Constant.h and Constants.h | Chris Lattner | 2002-04-28 | 49 | -105/+106 |
* | Fix two FIXME's | Chris Lattner | 2002-04-28 | 1 | -2/+0 |
* | Simplify and update code a bit | Chris Lattner | 2002-04-28 | 2 | -10/+10 |
* | 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 | Chris Lattner | 2002-04-28 | 1 | -14/+14 |
* | Eliminate the cfg namespace, moving LoopInfo, Dominators, Interval* classes | Chris Lattner | 2002-04-28 | 14 | -115/+105 |
* | Remove all contents of the cfg namespace to the global namespace | Chris Lattner | 2002-04-28 | 10 | -92/+68 |
* | Remove obsolete namespace from example | Chris Lattner | 2002-04-28 | 2 | -2/+2 |
* | Remove extra unused argument from CheckFailed method | Chris Lattner | 2002-04-28 | 1 | -10/+10 |
* | The check to see if an external function was marked internal was not reachable! | Chris Lattner | 2002-04-28 | 1 | -4/+6 |
* | Expose the internalize pass. | Chris Lattner | 2002-04-28 | 1 | -1/+5 |
* | Run the internalize pass to mark all functions except main internal when | Chris Lattner | 2002-04-28 | 1 | -3/+2 |
* | Be careful not to make "external" function internal | Chris Lattner | 2002-04-28 | 1 | -2/+3 |
* | Initial checkin of new "Internalize" pass for GCCLD | Chris Lattner | 2002-04-28 | 2 | -0/+53 |
* | Minor changes to allow Modules (which are no longer Values) to work | Chris Lattner | 2002-04-28 | 2 | -14/+15 |
* | Use operator << to print modules | Chris Lattner | 2002-04-28 | 5 | -20/+5 |
* | SymTabValue class incorporated into Function and Module classes. | Chris Lattner | 2002-04-28 | 1 | -46/+0 |
* | Include an operator<<, to print modules | Chris Lattner | 2002-04-28 | 1 | -0/+5 |
* | Eliminate use of SymTabValue class | Chris Lattner | 2002-04-28 | 1 | -4/+4 |
* | The contents of the SymTabValue class have been incorporated into the | Chris Lattner | 2002-04-28 | 1 | -41/+1 |
* | * Incorporate the contents of SymTabValue into Function and Module | Chris Lattner | 2002-04-28 | 2 | -5/+50 |
* | Module's are no longer values | Chris Lattner | 2002-04-28 | 1 | -5/+0 |
* | Simplify code | Chris Lattner | 2002-04-28 | 1 | -15/+5 |
* | Remove unneccesary #include | Chris Lattner | 2002-04-28 | 1 | -1/+0 |
* | Module's are no longer Value subclasses | Chris Lattner | 2002-04-28 | 1 | -1/+1 |
* | Fix signed/unsigned comparison warning | Chris Lattner | 2002-04-28 | 1 | -1/+1 |
* | Remove forward def'ns that are already in Value.h | Chris Lattner | 2002-04-28 | 1 | -11/+1 |
* | s/Method/Function | Chris Lattner | 2002-04-28 | 1 | -10/+9 |
* | Module's are no longer Value's. | Chris Lattner | 2002-04-28 | 1 | -10/+1 |
* | The interesting contents of SymTabValue were incorporated into Function | Chris Lattner | 2002-04-28 | 1 | -1/+1 |
* | * Module's are no longer Value's | Chris Lattner | 2002-04-28 | 1 | -9/+27 |