aboutsummaryrefslogtreecommitdiffstats
path: root/include/llvm/ADT/GraphTraits.h
Commit message (Expand)AuthorAgeFilesLines
* Fixed lint errors:Misha Brukman2009-02-201-2/+2
* Removed trailing whitespace.Misha Brukman2009-01-091-3/+3
* Don't attribute in file headers anymore. See llvmdev for theChris Lattner2007-12-291-2/+2
* Use references in DF iterators. This eliminates copy-ctor calls on huge objec...Anton Korobeynikov2007-12-151-2/+2
* Use correct member access operator.Wojciech Matyjewicz2007-12-111-1/+1
* Add a GraphTraits partial specialization to make the inverse of an inverse be...Owen Anderson2007-10-031-0/+20
* It's not necessary to do rounding for alloca operations when the requestedDan Gohman2007-07-181-0/+83