Move all of the header files which are involved in modelling the LLVM IR
[oota-llvm.git] / include / llvm / Support / ValueHandle.h
2013-01-02 Chandler CarruthMove all of the header files which are involved in...
2012-09-17 Craig TopperMark unimplemented copy constructors and copy assignmen...
2012-08-13 Nadav RotemLICM uses AliasSet information to hoist and sink instru...
2012-05-19 Benjamin KramerMove CallbackVHs dtor inline, it can be devirtualized...
2012-04-08 Bill WendlingAllow subclasses of the ValueHandleBase to store inform...
2010-12-20 Owen AndersonRevert r122114 (CallbackVH observing use-list changes...
2010-12-18 Eric ChristopherHeader warning patrol.
2010-12-18 Owen AndersonAdd support to CallbackVH to receive notification when...
2010-04-14 Dan GohmanFix TrackingVH to handle const Value subclasses.
2010-03-31 Chris Lattneradd new apis for getting/setting !dbg metadata on
2010-03-30 Chris LattnerFix a major source of compile-time slowness at -O0...
2009-12-15 Chris LattnerRemove isPod() from DenseMapInfo, splitting it out...
2009-10-19 Jeffrey YasskinClean up the JITResolver stub/callsite<->function maps.
2009-10-17 Eric ChristopherMore warnings patrol: Another unused argument and more...
2009-10-12 Jeffrey YasskinFix llvm.org/PR5160, to let CallbackVHs modify other...
2009-10-10 Chris Lattneradd some WeakVH::operator='s. Without these, assigning
2009-09-22 Daniel DunbarAdd a TrackingVH value handle.
2009-09-19 Daniel DunbarStrip trailing whitespace.
2009-09-19 Daniel DunbarRHS of assignment should be const reference.
2009-08-07 Jeffrey YasskinTo catch bugs like the one fixed in
2009-07-31 Dan GohmanTeach ValueHandleBase to treat DenseMap's special Empty...
2009-07-30 Devang PatelFix comment.
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...