summaryrefslogtreecommitdiff
path: root/include/llvm/ADT/GraphTraits.h
Commit message (Expand)AuthorAge
* Change the Dominators recalculate() function to only rely on GraphTraitsAnna Zaks2011-12-05
* 1. Allow SCCIterator to work with GraphT types that are constant.Duncan Sands2009-11-17
* Fixed lint errors:Misha Brukman2009-02-20
* Removed trailing whitespace.Misha Brukman2009-01-09
* Don't attribute in file headers anymore. See llvmdev for theChris Lattner2007-12-29
* Use references in DF iterators. This eliminates copy-ctor calls on huge objec...Anton Korobeynikov2007-12-15
* Use correct member access operator.Wojciech Matyjewicz2007-12-11
* Add a GraphTraits partial specialization to make the inverse of an inverse be...Owen Anderson2007-10-03
* Remove trailing whitespaceMisha Brukman2005-04-21
* Changes For Bug 352Reid Spencer2004-09-01
* Put all LLVM code into the llvm namespace, as per bug 109.Brian Gaeke2003-11-11
* Added LLVM notice.John Criswell2003-10-20
* Standardize header file commentsChris Lattner2003-09-30
* Regularize the names of #include-guards.Brian Gaeke2003-06-17
* Add dummy entries to document what members can be addedChris Lattner2002-10-13
* Create a new #include "Support/..." directory structure to move thingsChris Lattner2001-11-27