Move a few more convenience factory functions from Constant to LLVMContext.
[oota-llvm.git] / include / llvm / Support / ValueHandle.h
2009-05-06 Dan GohmanAdd simplify_type specializations to allow WeakVH,...
2009-05-05 Dan GohmanAdd an explicit keyword.
2009-05-02 Dan GohmanApply Jeffrey Yasskin's CallbackVH patch, with minor...
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...