|  | Commit message (Expand) | Author | Age | Files | Lines | 
|---|
| * | switch over some other methods from indices to iterators | Gabor Greif | 2009-01-17 | 1 | -8/+8 | 
| * | speed up iterative loop by using iterators. changes direction, but functional... | Gabor Greif | 2009-01-17 | 1 | -4/+4 | 
| * | Add the private linkage. | Rafael Espindola | 2009-01-15 | 1 | -1/+1 | 
| * | minor simplification | Gabor Greif | 2009-01-14 | 1 | -2/+2 | 
| * | Teach internalize to preserve the callgraph. | Duncan Sands | 2008-10-03 | 1 | -0/+13 | 
| * | Simplify this some more.  No functionality change. | Duncan Sands | 2008-09-09 | 1 | -15/+8 | 
| * | Optimization suggested by Matthijs Kooijman. | Duncan Sands | 2008-09-09 | 1 | -1/+2 | 
| * | Correct callgraph construction.  It has two problems: | Duncan Sands | 2008-09-09 | 1 | -34/+14 | 
| * | Didn't mean to commit this change to how the | Duncan Sands | 2008-09-08 | 1 | -8/+4 | 
| * | Reapply 55859.  This doesn't change anything as | Duncan Sands | 2008-09-08 | 1 | -14/+8 | 
| * | When PruneEH turned an invoke into an ordinary | Duncan Sands | 2008-09-06 | 1 | -1/+14 | 
| * | Revert r55859.  This is breaking the build in the abscence of its companion c... | Owen Anderson | 2008-09-05 | 1 | -0/+10 | 
| * | Delete the removeCallEdgeTo callgraph method, | Duncan Sands | 2008-09-05 | 1 | -10/+0 | 
| * | Tidy up several unbeseeming casts from pointer to intptr_t. | Dan Gohman | 2008-09-04 | 1 | -1/+1 | 
| * | Replace two manual loops with calls to CallSite::hasArguments (no functional ... | Matthijs Kooijman | 2008-06-04 | 1 | -3/+1 | 
| * | Clean up the use of static and anonymous namespaces. This turned up | Dan Gohman | 2008-05-13 | 1 | -4/+5 | 
| * | add a new CallGraphNode::removeCallEdgeFor method, tidy some comments. | Chris Lattner | 2008-04-13 | 1 | -0/+14 | 
| * | PassInfo keep tracks whether a pass is an analysis pass or not. | Devang Patel | 2008-03-19 | 1 | -1/+1 | 
| * | Remove attribution from file headers, per discussion on llvmdev. | Chris Lattner | 2007-12-29 | 1 | -2/+2 | 
| * | Rather than having special rules like "intrinsics cannot | Duncan Sands | 2007-12-03 | 1 | -1/+1 | 
| * | Drop 'const' | Devang Patel | 2007-05-03 | 1 | -3/+3 | 
| * | Use 'static const char' instead of 'static const int'. | Devang Patel | 2007-05-02 | 1 | -4/+3 | 
| * | Fix build error. | Lauro Ramos Venancio | 2007-05-02 | 1 | -2/+4 | 
| * | Do not use typeinfo to identify pass in pass manager. | Devang Patel | 2007-05-01 | 1 | -1/+5 | 
| * | Make classes in anonymous namespaces use VISIBILITY_HIDDEN to help reduce | Reid Spencer | 2007-02-05 | 1 | -1/+2 | 
| * | For PR1136: Rename GlobalVariable::isExternal as isDeclaration to avoid | Reid Spencer | 2007-01-30 | 1 | -1/+1 | 
| * | Added an automatic cast to "std::ostream*" etc. from OStream. We then can | Bill Wendling | 2006-12-17 | 1 | -2/+2 | 
| * | Changed llvm_ostream et all to OStream. llvm_cerr, llvm_cout, llvm_null, are | Bill Wendling | 2006-12-07 | 1 | -4/+4 | 
| * | straighten out various memory ownership issues in the callgraph stuff. | Chris Lattner | 2006-12-05 | 1 | -3/+2 | 
| * | Add a comment and fix a memory leak.  Thanks to Vikram for pointing this out. | Chris Lattner | 2006-12-04 | 1 | -4/+5 | 
| * | Replacing std::iostreams with llvm iostreams. Some of these changes involve | Bill Wendling | 2006-11-29 | 1 | -4/+9 | 
| * | Fix a bug pointed out by Zhongxing Xu | Chris Lattner | 2006-10-09 | 1 | -1/+1 | 
| * | simplify AnalysisGroup registration, eliminating one typeid call. | Chris Lattner | 2006-08-28 | 1 | -1/+1 | 
| * | eliminate RegisterOpt.  It does the same thing as RegisterPass. | Chris Lattner | 2006-08-27 | 1 | -1/+1 | 
| * | Change the callgraph representation to store the callsite along with the | Chris Lattner | 2006-07-12 | 1 | -17/+19 | 
| * | For PR780: | Reid Spencer | 2006-06-07 | 1 | -6/+3 | 
| * | Fix -pedantic warning | Chris Lattner | 2006-06-01 | 1 | -1/+1 | 
| * | Change from using a stub function to a stub variable for passing to the | Reid Spencer | 2006-06-01 | 1 | -1/+1 | 
| * | Add a new CallGraph::getOrInsertFunction for clients to use when updating | Chris Lattner | 2006-01-14 | 1 | -16/+19 | 
| * | add a dump method to CallGraph | Chris Lattner | 2006-01-14 | 1 | -0/+4 | 
| * | Separate the call graph implementation from its interface.  This implements | Chris Lattner | 2005-12-22 | 1 | -105/+178 | 
| * | Remove trailing whitespace | Misha Brukman | 2005-04-21 | 1 | -5/+5 | 
| * | Mission accomplished! | Chris Lattner | 2004-11-19 | 1 | -1/+0 | 
| * | 'Pass' should now not be derived from by clients.  Instead, they should derive | Chris Lattner | 2004-09-20 | 1 | -1/+1 | 
| * | Fix a nasty iterator invalidation problem I introduced yesterday.  This | Chris Lattner | 2004-09-19 | 1 | -5/+5 | 
| * | Add CallGraphNode::removeAnyCallEdgeTo method | Chris Lattner | 2004-09-18 | 1 | -0/+12 | 
| * | When changing a function, make sure to update the CallGraphNode for the | Chris Lattner | 2004-09-18 | 1 | -0/+1 | 
| * | Implement new changeFunction method, nuke a never implemented one. | Chris Lattner | 2004-09-18 | 1 | -8/+14 | 
| * | Changes For Bug 352 | Reid Spencer | 2004-09-01 | 1 | -1/+1 | 
| * | Add standard print/dump methods to CallGraph classes. | Chris Lattner | 2004-08-08 | 1 | -16/+22 |