aboutsummaryrefslogtreecommitdiff
path: root/include/llvm/Support/ValueHandle.h
AgeCommit message (Expand)Author
2013-01-02Move all of the header files which are involved in modelling the LLVM IRChandler Carruth
2012-09-17Mark unimplemented copy constructors and copy assignment operators as LLVM_DE...Craig Topper
2012-08-13LICM uses AliasSet information to hoist and sink instructions. However, other...Nadav Rotem
2012-05-19Move CallbackVHs dtor inline, it can be devirtualized in many cases. Move the...Benjamin Kramer
2012-04-08Allow subclasses of the ValueHandleBase to store information as part of theBill Wendling
2010-12-20Revert r122114 (CallbackVH observing use-list changes) because it caused seve...Owen Anderson
2010-12-18Header warning patrol.Eric Christopher
2010-12-18Add support to CallbackVH to receive notification when a Value's use-list cha...Owen Anderson
2010-04-14Fix TrackingVH to handle const Value subclasses.Dan Gohman
2010-03-31add new apis for getting/setting !dbg metadata on Chris Lattner
2010-03-30Fix a major source of compile-time slowness at -O0 -g by optimizingChris Lattner
2009-12-15Remove isPod() from DenseMapInfo, splitting it out to its ownChris Lattner
2009-10-19Clean up the JITResolver stub/callsite<->function maps.Jeffrey Yasskin
2009-10-17More warnings patrol: Another unused argument and more implicitEric Christopher
2009-10-12Fix http://llvm.org/PR5160, to let CallbackVHs modify other ValueHandles on theJeffrey Yasskin
2009-10-10add some WeakVH::operator='s. Without these, assigningChris Lattner
2009-09-22Add a TrackingVH value handle.Daniel Dunbar
2009-09-19Strip trailing whitespace.Daniel Dunbar
2009-09-19RHS of assignment should be const reference.Daniel Dunbar
2009-08-07To catch bugs like the one fixed inJeffrey Yasskin
2009-07-31Teach ValueHandleBase to treat DenseMap's special Empty and TombstoneDan Gohman
2009-07-30Fix comment.Devang Patel
2009-05-06Add simplify_type specializations to allow WeakVH, AssertingVH, andDan Gohman
2009-05-05Add an explicit keyword.Dan Gohman
2009-05-02Apply Jeffrey Yasskin's CallbackVH patch, with minor tweaks from meDan Gohman
2009-04-27Add tests for WeakVH and AssertingVH. These pointed out that the overloads forJeffrey Yasskin
2009-04-19Fix missing text in doxygen documentation.Nick Lewycky
2009-04-03Work around an apparent GCC miscompilation by specializing different,Chris Lattner
2009-04-02add missing *Chris Lattner
2009-03-31add a converting operatorChris Lattner
2009-03-31Add two new classes: WeakVH and AssertingVH. These are both "ValueHandles", Chris Lattner