[PM/AA] Run clang-format over the SCEV-AA code to normalize the
[oota-llvm.git] / include / llvm / Analysis / CallGraph.h
2015-08-05 David BlaikieDrop the defaulted CallGraph move ctor, since it's...
2015-08-05 Chandler Carruth[PM] Remove a failed attempt to port the CallGraph...
2015-08-05 David Blaikie-Wdeprecated cleanup: Make CallGraph movable by default...
2015-06-23 Alexander KornienkoRevert r240137 (Fixed/added namespace ending comments...
2015-06-19 Alexander KornienkoFixed/added namespace ending comments using clang-tidy...
2015-06-18 Sanjoy Das[CallGraph] Teach the CallGraph about non-leaf intrinsics.
2015-05-29 Benjamin KramerReplace push_back(Constructor(foo)) with emplace_back...
2015-04-11 Alexander KornienkoUse 'override/final' instead of 'virtual' for overridde...
2015-03-03 David BlaikieRevert "Remove the explicit SDNodeIterator::operator...
2015-03-03 David BlaikieRemove the explicit SDNodeIterator::operator= in favor...
2015-02-15 Aaron BallmanRemoving LLVM_DELETED_FUNCTION, as MSVC 2012 was the...
2014-11-17 Rafael EspindolaFix GraphTraits for "const CallGraphNode *" and "const...
2014-08-07 Richard SmithRemove Support/IncludeFile.h and its only user. This...
2014-03-06 Ahmed CharlesReplace OwningPtr<T> with std::unique_ptr<T>.
2014-03-05 Craig Topper[C++11] Add 'override' keyword to virtual methods that...
2014-03-04 Chandler Carruth[Modules] Move ValueHandle into the IR library where...
2014-03-04 Chandler Carruth[Modules] Move CallSite into the IR library where it...
2014-02-19 Mingjie XingFix a typo in a comment.
2013-12-02 Chandler Carruth[PM] [cleanup] Rearrange the public and private section...
2013-11-27 Chandler Carruth[PM] Remove the underspecified 'getRoot' method from...
2013-11-26 Chandler Carruth[PM] Split the CallGraph out from the ModulePass which...
2013-11-26 Chandler Carruth[PM] Make the (really awesome) file comment here availa...
2013-11-26 Chandler Carruth[PM] Reformat this file with clang-format. Mostly fixes...
2013-11-26 Chandler Carruth[PM] Sink a trailing comment to be a doxygen comment.
2013-11-26 Chandler Carruth[PM] Rename the 'Mod' member to the more idiomatic...
2013-11-26 Chandler Carruth[PM] Clean up a bunch of comments, modernize the doxyge...
2013-10-31 Rafael EspindolaMerge CallGraph and BasicCallGraph.
2013-10-25 Rafael EspindolaCall destroy from ~BasicCallGraph.
2013-01-02 Chandler CarruthMove all of the header files which are involved in...
2012-12-03 Chandler CarruthSort the #include lines for the include/... tree with...
2012-09-17 Craig TopperMark unimplemented copy constructors and copy assignmen...
2011-06-09 John McCallTeach the CallGraph to ignore calls to intrinsics.
2011-01-03 Nick LewyckyAdd spliceFunction to the CallGraph interface. This...
2010-11-29 Michael J. SpencerMerge System into Support.
2010-04-20 Chris Lattnermake CallGraphNode dtor abort if a node is deleted...
2009-11-01 Douglas GregorReverting 85714, 85715, 85716, which are breaking the...
2009-11-01 Dan GohmanDon't #include Pass.h from CallGraph.h.
2009-10-17 Daniel DunbarAdd required #includes for freestanding .h files.
2009-09-15 Chris Lattneradd a new CallGraphNode::replaceCallEdge method and...
2009-09-01 Chris Lattnerremove CallGraphNode::replaceCallSite, it is redundant...
2009-09-01 Chris LattnerChange CallGraphNode to maintain it's Function as an...
2009-08-31 Chris LattnerStep #1 to giving Callgraph some sane invariants. ...
2009-08-31 Chris LattnerFix PR4834, a tricky case where the inliner would resol...
2009-08-31 Chris LattnerFix some nasty callgraph dangling pointer problems in
2009-08-30 Chris Lattneradd a dump() method on callgraph.
2009-08-23 Chris LattnerChange Pass::print to take a raw ostream instead of...
2009-01-17 Gabor Greifintroduce typedef for complicated vector, and use it too
2008-10-03 Duncan SandsTeach internalize to preserve the callgraph.
2008-09-08 Duncan SandsReapply 55859. This doesn't change anything as
2008-09-06 Duncan SandsWhen PruneEH turned an invoke into an ordinary
2008-09-05 Owen AndersonRevert r55859. This is breaking the build in the absce...
2008-09-05 Duncan SandsDelete the removeCallEdgeTo callgraph method,
2008-09-05 Duncan SandsStrip trailing whitespace.
2008-05-30 Evan ChengRevert 51775.
2008-05-30 Evan ChengPatches for building llvm on Solaris x86. Contributed...
2008-05-06 Dan GohmanRemove uses of llvm/System/IncludeFile.h that are no...
2008-05-05 Evan ChengFix more -Wshorten-64-to-32 warnings.
2008-04-13 Chris Lattneradd a new CallGraphNode::removeCallEdgeFor method,...
2008-03-21 Dan GohmanDon't include <map> in Pass.h, which doesn't need it...
2007-12-29 Chris LattnerDon't attribute in file headers anymore. See llvmdev...
2007-10-01 Dan GohmanAdd empty() member functions to a few container-like...
2007-05-03 Devang PatelDrop 'const'
2007-05-02 Devang PatelUse 'static const char' instead of 'static const int'.
2007-05-01 Devang PatelDo not use typeinfo to identify pass in pass manager.
2006-12-17 Bill WendlingAdded an automatic cast to "std::ostream*" etc. from...
2006-12-07 Bill WendlingChanged llvm_ostream et all to OStream. llvm_cerr,...
2006-11-29 Bill WendlingReplacing std::iostreams with llvm iostreams. Some...
2006-07-12 Chris LattnerChange the callgraph representation to store the callsi...
2006-06-07 Reid SpencerFor PR780:
2006-06-01 Chris LattnerFix -pedantic warning
2006-06-01 Reid SpencerChange from using a stub function to a stub variable...
2006-01-14 Chris LattnerAdd CallGraph::getOrInsertFunction, to allow clients...
2006-01-14 Chris Lattneradd a dump method to CallGraph
2005-12-22 Chris LattnerSeparate the call graph implementation from its interfa...
2005-04-21 Misha BrukmanRemove trailing whitespace
2004-09-20 Chris Lattner'Pass' should now not be derived from by clients. ...
2004-09-18 Chris LattnerAdd CallGraphNode::removeAnyCallEdgeTo method
2004-09-18 Chris LattnerImplement new changeFunction method, nuke a never imple...
2004-09-01 Reid SpencerChanges For Bug 352
2004-08-08 Chris LattnerAdd standard print/dump methods to CallGraph classes.
2004-05-02 Chris LattnerInitialize member out of paranoia
2004-04-26 Brian GaekeFix a typo in a comment.
2004-04-20 Chris LattnerAllow getting the module from a call graph
2004-04-12 Chris LattnerChange the call graph class to have TWO external nodes...
2003-11-11 Brian GaekePut all LLVM code into the llvm namespace, as per bug...
2003-10-30 Chris LattnerWhen someone includes CallGraph.h, make sure that they...
2003-10-20 John CriswellAdded LLVM copyright header (for lack of a better term).
2003-09-30 Chris LattnerStandardize header file comments
2003-08-31 Chris Lattners/Meth/F
2003-06-22 Chris LattnerRemove a ton of extraneous #includes
2003-06-11 John CriswellIncluded assert.h so that the code compiles under newer...
2002-12-06 Chris LattnerMake sure to print indirect node again
2002-11-17 Chris LattnerOmit the indirect node when printing call graphs
2002-11-04 Chris LattnerImplement methods needed to print out call graph
2002-11-04 Chris LattnerAllow the call graph to be called from analyze naturall...
2002-08-21 Chris Lattner- Do not expose ::ID from any of the analyses anymore.
2002-07-29 Chris Lattner* Eliminate the Provided set. All Passes now finally...
2002-07-26 Chris Lattner*** empty log message ***
2002-07-26 Chris Lattner*** empty log message ***
2002-07-18 Chris Lattner* s/method/function
next