[LCG] Make the iterator move constructable (and thus movable in general)
[oota-llvm.git] / include / llvm / Analysis / LazyCallGraph.h
2014-03-10 Chandler Carruth[LCG] Make the iterator move constructable (and thus...
2014-03-10 Chandler Carruth[LCG] One more formatting fix that I failed to get...
2014-03-04 Chandler Carruth[cleanup] Re-sort all the includes with utils/sort_incl...
2014-03-01 Chandler Carruth[C++11] Remove the use of LLVM_HAS_RVALUE_REFERENCES...
2014-02-06 Chandler Carruth[PM] Fix horrible typos that somehow didn't cause a...
2014-02-06 Chandler Carruth[PM] Add a new "lazy" call graph analysis pass for...