summaryrefslogtreecommitdiff
path: root/lib/VMCore/Value.cpp
Commit message (Expand)AuthorAge
...
* 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
* Simplify.Daniel Dunbar2009-07-26
* Remove Value::setName(const char*, unsigned).Daniel Dunbar2009-07-26
* Remove Value::setName(const char*).Daniel Dunbar2009-07-26
* Remove Value::{isName, getNameRef}.Daniel Dunbar2009-07-25
* Initial update to VMCore to use Twines for string arguments.Daniel Dunbar2009-07-25
* Move more to raw_ostream.Daniel Dunbar2009-07-24
* Add llvm::Value::getNameRef, for help in API migration.Daniel Dunbar2009-07-23
* Introduce MetadataBase, a base class for MDString and MDNode.Devang Patel2009-07-22
* Get rid of the Pass+Context magic.Owen Anderson2009-07-22
* Revert the addition of hasNoPointerOverflow to GEPOperator.Dan Gohman2009-07-20
* Fix this accidentally inverted condition.Dan Gohman2009-07-18
* Convert more code to use Operator instead of explicitly handling bothDan Gohman2009-07-17
* Make BasicAliasAnalysis and Value::getUnderlyingObject useDan Gohman2009-07-17
* Add a SubclassOptionalData field to Value. See the doxygen comment forDan Gohman2009-07-17
* llvm_unreachable->llvm_unreachable(0), LLVM_UNREACHABLE->llvm_unreachable.Torok Edwin2009-07-14
* Fix the AssertingVH unittests.Jeffrey Yasskin2009-07-08
* Implement changes from Chris's feedback.Torok Edwin2009-07-08
* Start converting to new error handling API.Torok Edwin2009-07-08
* Have scoped mutexes take referenes instead of pointers.Owen Anderson2009-07-07
* Simplify by using no-op-when-not-multithreaded locks.Owen Anderson2009-06-18
* Move Threading.[h|cpp] from Support to System.Owen Anderson2009-06-18
* Protect the ValueHandle table.Owen Anderson2009-06-17
* Restore minor deletion.Mike Stump2009-05-04
* Apply Jeffrey Yasskin's CallbackVH patch, with minor tweaks from meDan Gohman2009-05-02
* Limit the number of times we're willing to chase pointers. Removes an O(n^2)Nick Lewycky2009-04-15
* Add two new classes: WeakVH and AssertingVH. These are both "ValueHandles", Chris Lattner2009-03-31
* Rearrange operands of the BranchInst, to be able toGabor Greif2009-03-12
* Make stripPointerCasts and getUnderlyingObjectDuncan Sands2008-12-29
* These messages should always be emitted when NDEBUG is unset, not whenChris Lattner2008-12-13
* Comment typeo fix, thanks Duncan!Chris Lattner2008-12-02
* add a little helper function that does PHI translation.Chris Lattner2008-12-02
* Factorize code: remove variants of "strip offDuncan Sands2008-10-01
* Make pointer parameter const for isUsedInBasicBlock.Bill Wendling2008-09-25
* backing out my last commit, it was not intended to go on the trunkGabor Greif2008-09-19
* first shot at removing Use::ValGabor Greif2008-09-19
* Rename instance variables, parameter argument names to eliminate a bunch of c...Evan Cheng2008-07-24
* fix some warnings when assertions are disabled.Chris Lattner2008-06-21
* Do not speculatively execute an instruction by hoisting it to its predecessor...Evan Cheng2008-06-12
* Move the operator new and operator delete out of line. This fixes an issue withNate Begeman2008-05-15
* Turn StripPointerCast() into a methodAnton Korobeynikov2008-05-07