summaryrefslogtreecommitdiff
path: root/lib/VMCore/Value.cpp
Commit message (Expand)AuthorAge
* land David Blaikie's patch to de-constify Type, with a few tweaks.Chris Lattner2011-07-18
* remove the old and dangerous uncheckedReplaceAllUsesWith method,Chris Lattner2011-07-15
* Land the long talked about "type system rewrite" patch. ThisChris Lattner2011-07-09
* Reinstate r133513 (reverted in r133700) with an additional fix for aJay Foad2011-06-23
* Revert r133513:Eric Christopher2011-06-23
* Reinstate r133435 and r133449 (reverted in r133499) now that the clangJay Foad2011-06-21
* Revert r133435 and r133449 to appease buildbots.Chad Rosier2011-06-21
* Change how PHINodes store their operands.Jay Foad2011-06-20
* teach Value::isDereferenceablePointer that byval arguments are alwaysChris Lattner2011-01-23
* Move the implementation of the User class into a new source file,Jay Foad2011-01-16
* Change all self assignments X=X to (void)X, so that we can turn on aJeffrey Yasskin2010-12-23
* Revert r122114 (CallbackVH observing use-list changes) because it caused seve...Owen Anderson2010-12-20
* Add support to CallbackVH to receive notification when a Value's use-list cha...Owen Anderson2010-12-18
* Move Value::getUnderlyingObject to be a standaloneDan Gohman2010-12-15
* DoxygenifyNick Lewycky2010-11-11
* Factor out Instruction::isSafeToSpeculativelyExecute's code forDan Gohman2010-11-11
* After updating value handles for RAUW, check that no weak or tracking handlesDuncan Sands2010-07-27
* Clarify that if a new value handle is added while dropping value handlesDuncan Sands2010-07-24
* Make NamedMDNode not be a subclass of Value, and simplify the interfaceDan Gohman2010-07-21
* Fix Value::stripPointerCasts and BasicAA to avoid trouble onDan Gohman2010-06-28
* rename use_const_iterator to const_use_iterator for consistency's sakeGabor Greif2010-03-25
* Introduce isOpaqueTy and use it rather than isa<OpaqueType>. Also, move someDuncan Sands2010-02-16
* There are two ways of checking for a given type, for example isa<PointerType>(T)Duncan Sands2010-02-16
* Change Value::getUnderlyingObject to have the MaxLookup value specified as aBob Wilson2010-01-25
* Introduce Twine::toStringRef, a variant of toVector which avoids the copy if theBenjamin Kramer2010-01-13
* Avoid going through the LLVMContext for type equality where it's safe to dere...Benjamin Kramer2010-01-05
* Change errs() to dbgs().David Greene2010-01-05
* When doing v1->RAUW(v2), don't do anything to metadata. We don't knowChris Lattner2009-12-29
* This is a major cleanup of the instruction metadata interfaces thatChris Lattner2009-12-28
* remove a bunch of locking from LLVMContextImpl. Since only one threadChris Lattner2009-11-01
* Remove unnecessary include.Daniel Dunbar2009-10-17
* Copy metadata when value is RAUW'd. It is debatable whether this is the right...Devang Patel2009-10-13
* Fix http://llvm.org/PR5160, to let CallbackVHs modify other ValueHandles on theJeffrey Yasskin2009-10-12
* Fix commento.Daniel Dunbar2009-09-22
* Add a TrackingVH value handle.Daniel Dunbar2009-09-22
* Strip trailing whitespace.Daniel Dunbar2009-09-20
* Initialize HasMetadata to zero.Benjamin Kramer2009-09-17
* Add llvm::Metadata to manage metadata used in a context. Devang Patel2009-09-16
* Teach getUnderlyingObject and skipPointerCasts about GlobalAliases.Dan Gohman2009-08-27
* Add a fast path for setName("") on an unnamed value.Daniel Dunbar2009-08-19
* Make a SmallVector size more reasonable.Daniel Dunbar2009-08-19
* Privatize the ValueHandle global map. Because this is used so heavily throug...Owen Anderson2009-08-18
* Push LLVMContexts through the IntegerType APIs.Owen Anderson2009-08-13
* Fix a typo in an assertion string.Dan Gohman2009-08-11
* revert r78048, it isn't worth using assertingvh here.Chris Lattner2009-08-04
* switch ValueMap to using AssertingVH. This is an old patch I had layingChris Lattner2009-08-04
* Keep track of named mdnodes in a Module using an ilist.Devang Patel2009-07-29
* Rename MDNode.h header. It defines MDnode and other metadata classes.Devang Patel2009-07-28
* Make sure getName().data() is always null terminated.Daniel Dunbar2009-07-26
* Rewrite getName{Start,End,Len} in terms of getName(), instead of vice-versa.Daniel Dunbar2009-07-26