| Commit message (Expand) | Author | Age | Files | Lines |
* | Split the CleanupGCCOutput pass into two passes, and add real life actual | Chris Lattner | 2002-04-10 | 1 | -0/+27 |
* | Allow a pass to obtain an analysis result for updating. | Chris Lattner | 2002-04-10 | 1 | -0/+20 |
* | Move FunctionArgument out of iOther.h into Argument.h and rename class to | Chris Lattner | 2002-04-09 | 6 | -17/+17 |
* | Move FunctionArgument out of iOther.h into Argument.h and rename class to | Chris Lattner | 2002-04-09 | 2 | -32/+40 |
* | Use explicit .get() calls to avoid having to #include Function.h | Chris Lattner | 2002-04-09 | 1 | -3/+2 |
* | Use .get() explicitly and add a few extra casts to avoid 2 #includes | Chris Lattner | 2002-04-09 | 1 | -15/+13 |
* | Use opaque decl instead of #include | Chris Lattner | 2002-04-09 | 2 | -2/+2 |
* | Rewrite MachineCodeForBasicBlock in terms of containment rather than | Chris Lattner | 2002-04-09 | 1 | -4/+45 |
* | Free memory when done with it. | Chris Lattner | 2002-04-09 | 1 | -1/+4 |
* | Don't leak all of the Loop objects created... | Chris Lattner | 2002-04-09 | 1 | -1/+8 |
* | Move the InsertPrologEpilogCode class out of the Sparc.cpp file into the | Chris Lattner | 2002-04-09 | 1 | -8/+0 |
* | Don't leak memory like a seive | Chris Lattner | 2002-04-08 | 1 | -1/+4 |
* | s/Method/Function | Chris Lattner | 2002-04-08 | 3 | -11/+10 |
* | * Add virtual print methods | Chris Lattner | 2002-04-08 | 7 | -1/+14 |
* | * Trim #includes | Chris Lattner | 2002-04-08 | 1 | -64/+4 |
* | s/Method/Function | Chris Lattner | 2002-04-08 | 1 | -7/+6 |
* | Trim #includes | Chris Lattner | 2002-04-08 | 2 | -3/+12 |
* | * Move casting stuff out to Support/Casting.h | Chris Lattner | 2002-04-08 | 1 | -72/+16 |
* | * Fix comment | Chris Lattner | 2002-04-08 | 1 | -3/+6 |
* | Pull casting operators out of Value.h | Chris Lattner | 2002-04-08 | 1 | -0/+80 |
* | Minor change to reflect that ConstantHandling is now part of VMCore | Chris Lattner | 2002-04-08 | 1 | -2/+2 |
* | * Move include/llvm/Analysis/SlotCalculator.h to include/llvm/SlotCalculator.h | Chris Lattner | 2002-04-07 | 2 | -24/+32 |
* | VCG output support removed because it was broken and will never be used. | Chris Lattner | 2002-04-07 | 1 | -11/+0 |
* | Change references to the Method class to be references to the Function | Chris Lattner | 2002-04-07 | 4 | -42/+45 |
* | Source base has been completely changed over to use Function instead of Metho... | Chris Lattner | 2002-04-07 | 1 | -12/+0 |
* | Add new function utohexstr. | Chris Lattner | 2002-04-07 | 1 | -0/+18 |
* | Implement constant propogation of multiply and divide instructions!! | Chris Lattner | 2002-04-07 | 1 | -0/+9 |
* | * Delete getNumAbstractTypeUsers method | Chris Lattner | 2002-04-05 | 1 | -17/+7 |
* | s/MethodType/FunctionType | Chris Lattner | 2002-04-04 | 1 | -1/+1 |
* | Remove backwards compatibility code | Chris Lattner | 2002-04-04 | 1 | -5/+0 |
* | Deparameterize PATypeHolder | Chris Lattner | 2002-04-04 | 1 | -1/+1 |
* | Add method to get # nodes in the graph | Chris Lattner | 2002-04-04 | 2 | -0/+8 |
* | Make the release build work | Chris Lattner | 2002-04-04 | 1 | -7/+2 |
* | Fix the release build | Chris Lattner | 2002-04-04 | 1 | -2/+0 |
* | * Add dump() virtual function to AbstractType user to help track down bugs | Chris Lattner | 2002-04-04 | 1 | -13/+14 |
* | Add a new replaceWith method useful for replacing instructions | Chris Lattner | 2002-04-01 | 1 | -0/+6 |
* | Shadow nodes don't need to know their explicit parent, they just need to | Chris Lattner | 2002-04-01 | 2 | -6/+4 |
* | Add method getCallInstIndirectAddrVal() to add call interference | Vikram S. Adve | 2002-03-31 | 1 | -1/+3 |
* | Include temp. values when computing max. size of stack frame! | Vikram S. Adve | 2002-03-31 | 2 | -0/+24 |
* | * Allow access to DSNode iterator as DSNode::iterator/begin/end | Chris Lattner | 2002-03-31 | 5 | -33/+66 |
* | Initial checkin of file: | Chris Lattner | 2002-03-30 | 3 | -0/+201 |
* | Add accessors and a method to get all the outgoing links for ALL nodes | Chris Lattner | 2002-03-30 | 2 | -0/+66 |
* | Add an accessor | Chris Lattner | 2002-03-30 | 2 | -2/+10 |
* | Add a hook to allow the datastructure to keep naturally up to date, even | Chris Lattner | 2002-03-29 | 2 | -0/+26 |
* | Add more accessors | Chris Lattner | 2002-03-29 | 1 | -0/+8 |
* | Checkin new useful routine | Chris Lattner | 2002-03-29 | 1 | -0/+17 |
* | Rename getCalledMethod to getCalledFunction | Chris Lattner | 2002-03-29 | 1 | -4/+4 |
* | Remove getCalledMethod. Use getCalledFunction instead | Chris Lattner | 2002-03-29 | 1 | -4/+0 |
* | Add an insert method to VAlueHolder to allow batch insertion | Chris Lattner | 2002-03-29 | 1 | -0/+10 |
* | Add new addTypeName method to Module class | Chris Lattner | 2002-03-29 | 1 | -0/+6 |