Make dataflow iteration possible on Value*, not only on User*: df_ext_iterator<Value...
[oota-llvm.git] / include / llvm / Support / ValueHandle.h
2009-04-27 Jeffrey YasskinAdd tests for WeakVH and AssertingVH. These pointed...
2009-04-19 Nick LewyckyFix missing text in doxygen documentation.
2009-04-03 Chris LattnerWork around an apparent GCC miscompilation by specializ...
2009-04-02 Chris Lattneradd missing *
2009-03-31 Chris Lattneradd a converting operator
2009-03-31 Chris LattnerAdd two new classes: WeakVH and AssertingVH. These...