| Commit message (Expand) | Author | Age | Files | Lines |
* | Make Value::isDereferenceablePointer() handle unreachable code blocks. (This | Nick Lewycky | 2012-01-23 | 1 | -7/+17 |
* | Add a little heuristic to Value::isUsedInBasicBlock to speed it up for small ... | Benjamin Kramer | 2011-12-05 | 1 | -0/+13 |
* | Remove Value::getNameStr. It has been deprecated for a while and provides no ... | Benjamin Kramer | 2011-11-15 | 1 | -4/+0 |
* | Remove all remaining uses of Value::getNameStr(). | Benjamin Kramer | 2011-11-15 | 1 | -4/+4 |
* | land David Blaikie's patch to de-constify Type, with a few tweaks. | Chris Lattner | 2011-07-18 | 1 | -4/+4 |
* | remove the old and dangerous uncheckedReplaceAllUsesWith method, | Chris Lattner | 2011-07-15 | 1 | -19/+9 |
* | Land the long talked about "type system rewrite" patch. This | Chris Lattner | 2011-07-09 | 1 | -8/+7 |
* | Reinstate r133513 (reverted in r133700) with an additional fix for a | Jay Foad | 2011-06-23 | 1 | -0/+3 |
* | Revert r133513: | Eric Christopher | 2011-06-23 | 1 | -3/+0 |
* | Reinstate r133435 and r133449 (reverted in r133499) now that the clang | Jay Foad | 2011-06-21 | 1 | -0/+3 |
* | Revert r133435 and r133449 to appease buildbots. | Chad Rosier | 2011-06-21 | 1 | -3/+0 |
* | Change how PHINodes store their operands. | Jay Foad | 2011-06-20 | 1 | -0/+3 |
* | teach Value::isDereferenceablePointer that byval arguments are always | Chris Lattner | 2011-01-23 | 1 | -0/+4 |
* | Move the implementation of the User class into a new source file, | Jay Foad | 2011-01-16 | 1 | -23/+0 |
* | Change all self assignments X=X to (void)X, so that we can turn on a | Jeffrey Yasskin | 2010-12-23 | 1 | -1/+1 |
* | Revert r122114 (CallbackVH observing use-list changes) because it caused seve... | Owen Anderson | 2010-12-20 | 1 | -38/+0 |
* | Add support to CallbackVH to receive notification when a Value's use-list cha... | Owen Anderson | 2010-12-18 | 1 | -0/+38 |
* | Move Value::getUnderlyingObject to be a standalone | Dan Gohman | 2010-12-15 | 1 | -21/+0 |
* | Doxygenify | Nick Lewycky | 2010-11-11 | 1 | -1/+1 |
* | Factor out Instruction::isSafeToSpeculativelyExecute's code for | Dan Gohman | 2010-11-11 | 1 | -0/+55 |
* | After updating value handles for RAUW, check that no weak or tracking handles | Duncan Sands | 2010-07-27 | 1 | -1/+19 |
* | Clarify that if a new value handle is added while dropping value handles | Duncan Sands | 2010-07-24 | 1 | -4/+9 |
* | Make NamedMDNode not be a subclass of Value, and simplify the interface | Dan Gohman | 2010-07-21 | 1 | -4/+0 |
* | Fix Value::stripPointerCasts and BasicAA to avoid trouble on | Dan Gohman | 2010-06-28 | 1 | -1/+9 |
* | rename use_const_iterator to const_use_iterator for consistency's sake | Gabor Greif | 2010-03-25 | 1 | -3/+3 |
* | Introduce isOpaqueTy and use it rather than isa<OpaqueType>. Also, move some | Duncan Sands | 2010-02-16 | 1 | -2/+2 |
* | There are two ways of checking for a given type, for example isa<PointerType>(T) | Duncan Sands | 2010-02-16 | 1 | -5/+5 |
* | Change Value::getUnderlyingObject to have the MaxLookup value specified as a | Bob Wilson | 2010-01-25 | 1 | -4/+3 |
* | Introduce Twine::toStringRef, a variant of toVector which avoids the copy if the | Benjamin Kramer | 2010-01-13 | 1 | -9/+6 |
* | Avoid going through the LLVMContext for type equality where it's safe to dere... | Benjamin Kramer | 2010-01-05 | 1 | -7/+4 |
* | Change errs() to dbgs(). | David Greene | 2010-01-05 | 1 | -3/+3 |
* | When doing v1->RAUW(v2), don't do anything to metadata. We don't know | Chris Lattner | 2009-12-29 | 1 | -9/+0 |
* | This is a major cleanup of the instruction metadata interfaces that | Chris Lattner | 2009-12-28 | 1 | -10/+9 |
* | remove a bunch of locking from LLVMContextImpl. Since only one thread | Chris Lattner | 2009-11-01 | 1 | -2/+0 |
* | Remove unnecessary include. | Daniel Dunbar | 2009-10-17 | 1 | -1/+0 |
* | Copy metadata when value is RAUW'd. It is debatable whether this is the right... | Devang Patel | 2009-10-13 | 1 | -0/+4 |
* | Fix http://llvm.org/PR5160, to let CallbackVHs modify other ValueHandles on the | Jeffrey Yasskin | 2009-10-12 | 1 | -23/+46 |
* | Fix commento. | Daniel Dunbar | 2009-09-22 | 1 | -2/+1 |
* | Add a TrackingVH value handle. | Daniel Dunbar | 2009-09-22 | 1 | -0/+13 |
* | Strip trailing whitespace. | Daniel Dunbar | 2009-09-20 | 1 | -41/+41 |
* | Initialize HasMetadata to zero. | Benjamin Kramer | 2009-09-17 | 1 | -2/+2 |
* | Add llvm::Metadata to manage metadata used in a context. | Devang Patel | 2009-09-16 | 1 | -0/+5 |
* | Teach getUnderlyingObject and skipPointerCasts about GlobalAliases. | Dan Gohman | 2009-08-27 | 1 | -0/+8 |
* | Add a fast path for setName("") on an unnamed value. | Daniel Dunbar | 2009-08-19 | 1 | -0/+4 |
* | Make a SmallVector size more reasonable. | Daniel Dunbar | 2009-08-19 | 1 | -1/+1 |
* | Privatize the ValueHandle global map. Because this is used so heavily throug... | Owen Anderson | 2009-08-18 | 1 | -21/+15 |
* | Push LLVMContexts through the IntegerType APIs. | Owen Anderson | 2009-08-13 | 1 | -3/+6 |
* | Fix a typo in an assertion string. | Dan Gohman | 2009-08-11 | 1 | -1/+1 |
* | revert r78048, it isn't worth using assertingvh here. | Chris Lattner | 2009-08-04 | 1 | -8/+8 |
* | switch ValueMap to using AssertingVH. This is an old patch I had laying | Chris Lattner | 2009-08-04 | 1 | -8/+8 |