2012-12-03 |
Chandler Carruth | Use the new script to sort the includes of every file... |
blob | commitdiff | raw |
2012-10-08 |
Micah Villmow | Move TargetData to DataLayout. |
blob | commitdiff | raw | diff to current |
2012-05-19 |
Benjamin Kramer | Move CallbackVHs dtor inline, it can be devirtualized... |
blob | commitdiff | raw | diff to current |
2012-04-10 |
Bill Wendling | The MDString class stored a StringRef to the string... |
blob | commitdiff | raw | diff to current |
2012-04-08 |
Bill Wendling | Allow subclasses of the ValueHandleBase to store inform... |
blob | commitdiff | raw | diff to current |
2012-03-14 |
Chandler Carruth | Extend the inline cost calculation to account for bonus... |
blob | commitdiff | raw | diff to current |
2012-03-10 |
Chandler Carruth | Refactor some methods to look through bitcasts and... |
blob | commitdiff | raw | diff to current |
2012-01-23 |
Nick Lewycky | Make Value::isDereferenceablePointer() handle unreachab... |
blob | commitdiff | raw | diff to current |
2011-12-05 |
Benjamin Kramer | Add a little heuristic to Value::isUsedInBasicBlock... |
blob | commitdiff | raw | diff to current |
2011-11-15 |
Benjamin Kramer | Remove Value::getNameStr. It has been deprecated for... |
blob | commitdiff | raw | diff to current |
2011-11-15 |
Benjamin Kramer | Remove all remaining uses of Value::getNameStr(). |
blob | commitdiff | raw | diff to current |
2011-07-18 |
Chris Lattner | land David Blaikie's patch to de-constify Type, with... |
blob | commitdiff | raw | diff to current |
2011-07-15 |
Chris Lattner | remove the old and dangerous uncheckedReplaceAllUsesWit... |
blob | commitdiff | raw | diff to current |
2011-07-09 |
Chris Lattner | Land the long talked about "type system rewrite" patch... |
blob | commitdiff | raw | diff to current |
2011-06-23 |
Jay Foad | Reinstate r133513 (reverted in r133700) with an additio... |
blob | commitdiff | raw | diff to current |
2011-06-23 |
Eric Christopher | Revert r133513: |
blob | commitdiff | raw | diff to current |
2011-06-21 |
Jay Foad | Reinstate r133435 and r133449 (reverted in r133499... |
blob | commitdiff | raw | diff to current |
2011-06-21 |
Chad Rosier | Revert r133435 and r133449 to appease buildbots. |
blob | commitdiff | raw | diff to current |
2011-06-20 |
Jay Foad | Change how PHINodes store their operands. |
blob | commitdiff | raw | diff to current |
2011-01-23 |
Chris Lattner | teach Value::isDereferenceablePointer that byval argume... |
blob | commitdiff | raw | diff to current |
2011-01-16 |
Jay Foad | Move the implementation of the User class into a new... |
blob | commitdiff | raw | diff to current |
2010-12-23 |
Jeffrey Yasskin | Change all self assignments X=X to (void)X, so that... |
blob | commitdiff | raw | diff to current |
2010-12-20 |
Owen Anderson | Revert r122114 (CallbackVH observing use-list changes... |
blob | commitdiff | raw | diff to current |
2010-12-18 |
Owen Anderson | Add support to CallbackVH to receive notification when... |
blob | commitdiff | raw | diff to current |
2010-12-15 |
Dan Gohman | Move Value::getUnderlyingObject to be a standalone |
blob | commitdiff | raw | diff to current |
2010-11-11 |
Nick Lewycky | Doxygenify |
blob | commitdiff | raw | diff to current |
2010-11-11 |
Dan Gohman | Factor out Instruction::isSafeToSpeculativelyExecute... |
blob | commitdiff | raw | diff to current |
2010-07-27 |
Duncan Sands | After updating value handles for RAUW, check that no... |
blob | commitdiff | raw | diff to current |
2010-07-24 |
Duncan Sands | Clarify that if a new value handle is added while dropp... |
blob | commitdiff | raw | diff to current |
2010-07-21 |
Dan Gohman | Make NamedMDNode not be a subclass of Value, and simpli... |
blob | commitdiff | raw | diff to current |
2010-06-28 |
Dan Gohman | Fix Value::stripPointerCasts and BasicAA to avoid troub... |
blob | commitdiff | raw | diff to current |
2010-03-25 |
Gabor Greif | rename use_const_iterator to const_use_iterator for... |
blob | commitdiff | raw | diff to current |
2010-02-16 |
Duncan Sands | Introduce isOpaqueTy and use it rather than isa<OpaqueT... |
blob | commitdiff | raw | diff to current |
2010-02-16 |
Duncan Sands | There are two ways of checking for a given type, for... |
blob | commitdiff | raw | diff to current |
2010-01-25 |
Bob Wilson | Change Value::getUnderlyingObject to have the MaxLookup... |
blob | commitdiff | raw | diff to current |
2010-01-13 |
Benjamin Kramer | Introduce Twine::toStringRef, a variant of toVector... |
blob | commitdiff | raw | diff to current |
2010-01-05 |
Benjamin Kramer | Avoid going through the LLVMContext for type equality... |
blob | commitdiff | raw | diff to current |
2010-01-05 |
David Greene | Change errs() to dbgs(). |
blob | commitdiff | raw | diff to current |
2009-12-29 |
Chris Lattner | When doing v1->RAUW(v2), don't do anything to metadata... |
blob | commitdiff | raw | diff to current |
2009-12-28 |
Chris Lattner | This is a major cleanup of the instruction metadata... |
blob | commitdiff | raw | diff to current |
2009-11-01 |
Chris Lattner | remove a bunch of locking from LLVMContextImpl. Since... |
blob | commitdiff | raw | diff to current |
2009-10-17 |
Daniel Dunbar | Remove unnecessary include. |
blob | commitdiff | raw | diff to current |
2009-10-13 |
Devang Patel | Copy metadata when value is RAUW'd. It is debatable... |
blob | commitdiff | raw | diff to current |
2009-10-12 |
Jeffrey Yasskin | Fix llvm.org/PR5160, to let CallbackVHs modify other... |
blob | commitdiff | raw | diff to current |
2009-09-22 |
Daniel Dunbar | Fix commento. |
blob | commitdiff | raw | diff to current |
2009-09-22 |
Daniel Dunbar | Add a TrackingVH value handle. |
blob | commitdiff | raw | diff to current |
2009-09-20 |
Daniel Dunbar | Strip trailing whitespace. |
blob | commitdiff | raw | diff to current |
2009-09-17 |
Benjamin Kramer | Initialize HasMetadata to zero. |
blob | commitdiff | raw | diff to current |
2009-09-16 |
Devang Patel | Add llvm::Metadata to manage metadata used in a context. |
blob | commitdiff | raw | diff to current |
2009-08-27 |
Dan Gohman | Teach getUnderlyingObject and skipPointerCasts about... |
blob | commitdiff | raw | diff to current |
2009-08-19 |
Daniel Dunbar | Add a fast path for setName("") on an unnamed value. |
blob | commitdiff | raw | diff to current |
2009-08-19 |
Daniel Dunbar | Make a SmallVector size more reasonable. |
blob | commitdiff | raw | diff to current |
2009-08-18 |
Owen Anderson | Privatize the ValueHandle global map. Because this... |
blob | commitdiff | raw | diff to current |
2009-08-13 |
Owen Anderson | Push LLVMContexts through the IntegerType APIs. |
blob | commitdiff | raw | diff to current |
2009-08-11 |
Dan Gohman | Fix a typo in an assertion string. |
blob | commitdiff | raw | diff to current |
2009-08-04 |
Chris Lattner | revert r78048, it isn't worth using assertingvh here. |
blob | commitdiff | raw | diff to current |
2009-08-04 |
Chris Lattner | switch ValueMap to using AssertingVH. This is an old... |
blob | commitdiff | raw | diff to current |
2009-07-29 |
Devang Patel | Keep track of named mdnodes in a Module using an ilist. |
blob | commitdiff | raw | diff to current |
2009-07-28 |
Devang Patel | Rename MDNode.h header. It defines MDnode and other... |
blob | commitdiff | raw | diff to current |
2009-07-26 |
Daniel Dunbar | Make sure getName().data() is always null terminated. |
blob | commitdiff | raw | diff to current |
2009-07-26 |
Daniel Dunbar | Rewrite getName{Start,End,Len} in terms of getName... |
blob | commitdiff | raw | diff to current |
2009-07-26 |
Daniel Dunbar | Simplify. |
blob | commitdiff | raw | diff to current |
2009-07-26 |
Daniel Dunbar | Remove Value::setName(const char*, unsigned). |
blob | commitdiff | raw | diff to current |
2009-07-26 |
Daniel Dunbar | Remove Value::setName(const char*). |
blob | commitdiff | raw | diff to current |
2009-07-25 |
Daniel Dunbar | Remove Value::{isName, getNameRef}. |
blob | commitdiff | raw | diff to current |
2009-07-25 |
Daniel Dunbar | Initial update to VMCore to use Twines for string argum... |
blob | commitdiff | raw | diff to current |
2009-07-24 |
Daniel Dunbar | Move more to raw_ostream. |
blob | commitdiff | raw | diff to current |
2009-07-23 |
Daniel Dunbar | Add llvm::Value::getNameRef, for help in API migration. |
blob | commitdiff | raw | diff to current |
2009-07-22 |
Devang Patel | Introduce MetadataBase, a base class for MDString and... |
blob | commitdiff | raw | diff to current |
2009-07-22 |
Owen Anderson | Get rid of the Pass+Context magic. |
blob | commitdiff | raw | diff to current |
2009-07-20 |
Dan Gohman | Revert the addition of hasNoPointerOverflow to GEPOperator. |
blob | commitdiff | raw | diff to current |
2009-07-18 |
Dan Gohman | Fix this accidentally inverted condition. |
blob | commitdiff | raw | diff to current |
2009-07-17 |
Dan Gohman | Convert more code to use Operator instead of explicitly... |
blob | commitdiff | raw | diff to current |
2009-07-17 |
Dan Gohman | Make BasicAliasAnalysis and Value::getUnderlyingObject use |
blob | commitdiff | raw | diff to current |
2009-07-17 |
Dan Gohman | Add a SubclassOptionalData field to Value. See the... |
blob | commitdiff | raw | diff to current |
2009-07-14 |
Torok Edwin | llvm_unreachable->llvm_unreachable(0), LLVM_UNREACHABLE... |
blob | commitdiff | raw | diff to current |
2009-07-08 |
Jeffrey Yasskin | Fix the AssertingVH unittests. |
blob | commitdiff | raw | diff to current |
2009-07-08 |
Torok Edwin | Implement changes from Chris's feedback. |
blob | commitdiff | raw | diff to current |
2009-07-08 |
Torok Edwin | Start converting to new error handling API. |
blob | commitdiff | raw | diff to current |
2009-07-07 |
Owen Anderson | Have scoped mutexes take referenes instead of pointers. |
blob | commitdiff | raw | diff to current |
2009-06-18 |
Owen Anderson | Simplify by using no-op-when-not-multithreaded locks. |
blob | commitdiff | raw | diff to current |
2009-06-18 |
Owen Anderson | Move Threading.[h|cpp] from Support to System. |
blob | commitdiff | raw | diff to current |
2009-06-17 |
Owen Anderson | Protect the ValueHandle table. |
blob | commitdiff | raw | diff to current |
2009-05-04 |
Mike Stump | Restore minor deletion. |
blob | commitdiff | raw | diff to current |
2009-05-02 |
Dan Gohman | Apply Jeffrey Yasskin's CallbackVH patch, with minor... |
blob | commitdiff | raw | diff to current |
2009-04-15 |
Nick Lewycky | Limit the number of times we're willing to chase pointe... |
blob | commitdiff | raw | diff to current |
2009-03-31 |
Chris Lattner | Add two new classes: WeakVH and AssertingVH. These... |
blob | commitdiff | raw | diff to current |
2009-03-12 |
Gabor Greif | Rearrange operands of the BranchInst, to be able to |
blob | commitdiff | raw | diff to current |
2008-12-29 |
Duncan Sands | Make stripPointerCasts and getUnderlyingObject |
blob | commitdiff | raw | diff to current |
2008-12-13 |
Chris Lattner | These messages should always be emitted when NDEBUG... |
blob | commitdiff | raw | diff to current |
2008-12-02 |
Chris Lattner | Comment typeo fix, thanks Duncan! |
blob | commitdiff | raw | diff to current |
2008-12-02 |
Chris Lattner | add a little helper function that does PHI translation. |
blob | commitdiff | raw | diff to current |
2008-10-01 |
Duncan Sands | Factorize code: remove variants of "strip off |
blob | commitdiff | raw | diff to current |
2008-09-25 |
Bill Wendling | Make pointer parameter const for isUsedInBasicBlock. |
blob | commitdiff | raw | diff to current |
2008-09-19 |
Gabor Greif | backing out my last commit, it was not intended to... |
blob | commitdiff | raw | diff to current |
2008-09-19 |
Gabor Greif | first shot at removing Use::Val |
blob | commitdiff | raw | diff to current |
2008-07-24 |
Evan Cheng | Rename instance variables, parameter argument names... |
blob | commitdiff | raw | diff to current |
2008-06-21 |
Chris Lattner | fix some warnings when assertions are disabled. |
blob | commitdiff | raw | diff to current |
2008-06-12 |
Evan Cheng | Do not speculatively execute an instruction by hoisting... |
blob | commitdiff | raw | diff to current |
2008-05-15 |
Nate Begeman | Move the operator new and operator delete out of line... |
blob | commitdiff | raw | diff to current |
next |