aboutsummaryrefslogtreecommitdiff
path: root/include/llvm/Support/PredIteratorCache.h
AgeCommit message (Expand)Author
2012-12-03Sort the #include lines for the include/... tree with the script.Chandler Carruth
2009-04-22Add caching of predecessor counts as well as predecessors themselves.Owen Anderson
2009-02-20Removed trailing whitespace.Misha Brukman
2009-01-05Tidy up #includes, deleting a bunch of unnecessary #includes.Dan Gohman
2009-01-04add #include guards, thanks Dan.Chris Lattner
2008-12-09newline at end of phileChris Lattner
2008-12-09pred_iterator got a lot slower since use-diet landed. This is a Chris Lattner