aboutsummaryrefslogtreecommitdiffstats
path: root/include/llvm/Support/ValueHandle.h
Commit message (Expand)AuthorAgeFilesLines
* Update to LLVM 3.5a.Stephen Hines2014-04-241-380/+0
* [weak vtables] Remove a bunch of weak vtablesJuergen Ributzka2013-11-191-2/+3
* Revert r194865 and r194874.Alexey Samsonov2013-11-181-3/+2
* [weak vtables] Remove a bunch of weak vtablesJuergen Ributzka2013-11-151-2/+3
* Cleanup the simplify_type implementation.Rafael Espindola2013-03-271-41/+4
* Move all of the header files which are involved in modelling the LLVM IRChandler Carruth2013-01-021-1/+1
* Mark unimplemented copy constructors and copy assignment operators as LLVM_DE...Craig Topper2012-09-171-2/+2
* LICM uses AliasSet information to hoist and sink instructions. However, other...Nadav Rotem2012-08-131-1/+2
* Move CallbackVHs dtor inline, it can be devirtualized in many cases. Move the...Benjamin Kramer2012-05-191-5/+3
* Allow subclasses of the ValueHandleBase to store information as part of theBill Wendling2012-04-081-17/+26
* Revert r122114 (CallbackVH observing use-list changes) because it caused seve...Owen Anderson2010-12-201-6/+0
* Header warning patrol.Eric Christopher2010-12-181-1/+1
* Add support to CallbackVH to receive notification when a Value's use-list cha...Owen Anderson2010-12-181-0/+6
* Fix TrackingVH to handle const Value subclasses.Dan Gohman2010-04-141-1/+1
* add new apis for getting/setting !dbg metadata on Chris Lattner2010-03-311-2/+1
* Fix a major source of compile-time slowness at -O0 -g by optimizingChris Lattner2010-03-301-1/+1
* Remove isPod() from DenseMapInfo, splitting it out to its ownChris Lattner2009-12-151-4/+7
* Clean up the JITResolver stub/callsite<->function maps.Jeffrey Yasskin2009-10-191-0/+25
* More warnings patrol: Another unused argument and more implicitEric Christopher2009-10-171-1/+1
* Fix http://llvm.org/PR5160, to let CallbackVHs modify other ValueHandles on theJeffrey Yasskin2009-10-121-2/+7
* add some WeakVH::operator='s. Without these, assigningChris Lattner2009-10-101-0/+9
* Add a TrackingVH value handle.Daniel Dunbar2009-09-221-3/+86
* Strip trailing whitespace.Daniel Dunbar2009-09-191-9/+9
* RHS of assignment should be const reference.Daniel Dunbar2009-09-191-1/+1
* To catch bugs like the one fixed inJeffrey Yasskin2009-08-071-2/+7
* Teach ValueHandleBase to treat DenseMap's special Empty and TombstoneDan Gohman2009-07-311-7/+14
* Fix comment.Devang Patel2009-07-301-2/+2
* Add simplify_type specializations to allow WeakVH, AssertingVH, andDan Gohman2009-05-061-2/+37
* Add an explicit keyword.Dan Gohman2009-05-051-1/+2
* Apply Jeffrey Yasskin's CallbackVH patch, with minor tweaks from meDan Gohman2009-05-021-1/+45
* Add tests for WeakVH and AssertingVH. These pointed out that the overloads forJeffrey Yasskin2009-04-271-42/+2
* Fix missing text in doxygen documentation.Nick Lewycky2009-04-191-1/+1
* Work around an apparent GCC miscompilation by specializing different,Chris Lattner2009-04-031-0/+12
* add missing *Chris Lattner2009-04-021-2/+2
* add a converting operatorChris Lattner2009-03-311-0/+3
* Add two new classes: WeakVH and AssertingVH. These are both "ValueHandles", Chris Lattner2009-03-311-0/+217