Age | Commit message (Expand) | Author |
2007-12-29 | Remove attribution from file headers, per discussion on llvmdev. | Chris Lattner |
2007-12-03 | Rather than having special rules like "intrinsics cannot | Duncan Sands |
2007-05-03 | Drop 'const' | Devang Patel |
2007-05-02 | Use 'static const char' instead of 'static const int'. | Devang Patel |
2007-05-02 | Fix build error. | Lauro Ramos Venancio |
2007-05-01 | Do not use typeinfo to identify pass in pass manager. | Devang Patel |
2007-02-05 | Make classes in anonymous namespaces use VISIBILITY_HIDDEN to help reduce | Reid Spencer |
2007-01-30 | For PR1136: Rename GlobalVariable::isExternal as isDeclaration to avoid | Reid Spencer |
2006-12-17 | Added an automatic cast to "std::ostream*" etc. from OStream. We then can | Bill Wendling |
2006-12-07 | Changed llvm_ostream et all to OStream. llvm_cerr, llvm_cout, llvm_null, are | Bill Wendling |
2006-12-05 | straighten out various memory ownership issues in the callgraph stuff. | Chris Lattner |
2006-12-04 | Add a comment and fix a memory leak. Thanks to Vikram for pointing this out. | Chris Lattner |
2006-11-29 | Replacing std::iostreams with llvm iostreams. Some of these changes involve | Bill Wendling |
2006-10-09 | Fix a bug pointed out by Zhongxing Xu | Chris Lattner |
2006-08-28 | simplify AnalysisGroup registration, eliminating one typeid call. | Chris Lattner |
2006-08-27 | eliminate RegisterOpt. It does the same thing as RegisterPass. | Chris Lattner |
2006-07-12 | Change the callgraph representation to store the callsite along with the | Chris Lattner |
2006-06-07 | For PR780: | Reid Spencer |
2006-06-01 | Fix -pedantic warning | Chris Lattner |
2006-06-01 | Change from using a stub function to a stub variable for passing to the | Reid Spencer |
2006-01-14 | Add a new CallGraph::getOrInsertFunction for clients to use when updating | Chris Lattner |
2006-01-14 | add a dump method to CallGraph | Chris Lattner |
2005-12-22 | Separate the call graph implementation from its interface. This implements | Chris Lattner |
2005-04-21 | Remove trailing whitespace | Misha Brukman |
2004-11-19 | Mission accomplished! | Chris Lattner |
2004-09-20 | 'Pass' should now not be derived from by clients. Instead, they should derive | Chris Lattner |
2004-09-19 | Fix a nasty iterator invalidation problem I introduced yesterday. This | Chris Lattner |
2004-09-18 | Add CallGraphNode::removeAnyCallEdgeTo method | Chris Lattner |
2004-09-18 | When changing a function, make sure to update the CallGraphNode for the | Chris Lattner |
2004-09-18 | Implement new changeFunction method, nuke a never implemented one. | Chris Lattner |
2004-09-01 | Changes For Bug 352 | Reid Spencer |
2004-08-08 | Add standard print/dump methods to CallGraph classes. | Chris Lattner |
2004-07-29 | Fix #includes of i*.h => Instructions.h as per PR403. | Misha Brukman |
2004-07-18 | bug 122: | Reid Spencer |
2004-05-02 | Fix a problem with double freeing memory. For some reason, CallGraph is not | Chris Lattner |
2004-05-02 | Plug a minor memory leak | Chris Lattner |
2004-04-12 | Change the call graph class to have TWO external nodes, making call graph | Chris Lattner |
2003-11-11 | Put all LLVM code into the llvm namespace, as per bug 109. | Brian Gaeke |
2003-11-09 | More additions | Chris Lattner |
2003-11-09 | Add more functions | Chris Lattner |
2003-11-09 | None of the __llvm_* functions call into the program. This makes the | Chris Lattner |
2003-10-31 | Make the call graph more precise despite the hated constantpointerrefs. | Chris Lattner |
2003-10-30 | When someone includes CallGraph.h, make sure that they link in CallGraph.cpp | Chris Lattner |
2003-10-22 | This is a disgusting hack that improves code substantially, by making | Chris Lattner |
2003-10-20 | Added LLVM project notice to the top of every C++ source file. | John Criswell |
2003-09-15 | These two conditions are not exclusive!! | Chris Lattner |
2003-09-15 | Make the print output more useful | Chris Lattner |
2003-08-31 | Replace M with F when refering to functions | Chris Lattner |
2002-11-04 | Allow the call graph to be called from analyze naturally with print implemented | Chris Lattner |
2002-08-21 | - Do not expose ::ID from any of the analyses anymore. | Chris Lattner |