| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | Keep track of named mdnodes in a Module using an ilist. | Devang Patel | 2009-07-29 | 1 | -0/+4 |
* | Rename MDNode.h header. It defines MDnode and other metadata classes. | Devang Patel | 2009-07-28 | 1 | -1/+1 |
* | Make sure getName().data() is always null terminated. | Daniel Dunbar | 2009-07-26 | 1 | -1/+4 |
* | Rewrite getName{Start,End,Len} in terms of getName(), instead of vice-versa. | Daniel Dunbar | 2009-07-26 | 1 | -13/+3 |
* | Simplify. | Daniel Dunbar | 2009-07-26 | 1 | -12/+5 |
* | Remove Value::setName(const char*, unsigned). | Daniel Dunbar | 2009-07-26 | 1 | -7/+7 |
* | Remove Value::setName(const char*). | Daniel Dunbar | 2009-07-26 | 1 | -7/+1 |
* | Remove Value::{isName, getNameRef}. | Daniel Dunbar | 2009-07-25 | 1 | -12/+0 |
* | Initial update to VMCore to use Twines for string arguments. | Daniel Dunbar | 2009-07-25 | 1 | -2/+5 |
* | Move more to raw_ostream. | Daniel Dunbar | 2009-07-24 | 1 | -4/+4 |
* | Add llvm::Value::getNameRef, for help in API migration. | Daniel Dunbar | 2009-07-23 | 1 | -1/+6 |
* | Introduce MetadataBase, a base class for MDString and MDNode. | Devang Patel | 2009-07-22 | 1 | -1/+4 |
* | Get rid of the Pass+Context magic. | Owen Anderson | 2009-07-22 | 1 | -0/+2 |
* | Revert the addition of hasNoPointerOverflow to GEPOperator. | Dan Gohman | 2009-07-20 | 1 | -2/+0 |
* | Fix this accidentally inverted condition. | Dan Gohman | 2009-07-18 | 1 | -1/+1 |
* | Convert more code to use Operator instead of explicitly handling both | Dan Gohman | 2009-07-17 | 1 | -20/+9 |
* | Make BasicAliasAnalysis and Value::getUnderlyingObject use | Dan Gohman | 2009-07-17 | 1 | -8/+6 |
* | Add a SubclassOptionalData field to Value. See the doxygen comment for | Dan Gohman | 2009-07-17 | 1 | -1/+2 |
* | llvm_unreachable->llvm_unreachable(0), LLVM_UNREACHABLE->llvm_unreachable. | Torok Edwin | 2009-07-14 | 1 | -1/+1 |
* | Fix the AssertingVH unittests. | Jeffrey Yasskin | 2009-07-08 | 1 | -2/+1 |
* | Implement changes from Chris's feedback. | Torok Edwin | 2009-07-08 | 1 | -2/+3 |
* | Start converting to new error handling API. | Torok Edwin | 2009-07-08 | 1 | -2/+3 |
* | Have scoped mutexes take referenes instead of pointers. | Owen Anderson | 2009-07-07 | 1 | -3/+3 |
* | Simplify by using no-op-when-not-multithreaded locks. | Owen Anderson | 2009-06-18 | 1 | -13/+8 |
* | Move Threading.[h|cpp] from Support to System. | Owen Anderson | 2009-06-18 | 1 | -1/+1 |
* | Protect the ValueHandle table. | Owen Anderson | 2009-06-17 | 1 | -2/+19 |
* | Restore minor deletion. | Mike Stump | 2009-05-04 | 1 | -3/+3 |
* | Apply Jeffrey Yasskin's CallbackVH patch, with minor tweaks from me | Dan Gohman | 2009-05-02 | 1 | -2/+10 |
* | Limit the number of times we're willing to chase pointers. Removes an O(n^2) | Nick Lewycky | 2009-04-15 | 1 | -1/+3 |
* | Add two new classes: WeakVH and AssertingVH. These are both "ValueHandles", | Chris Lattner | 2009-03-31 | 1 | -2/+165 |
* | Rearrange operands of the BranchInst, to be able to | Gabor Greif | 2009-03-12 | 1 | -18/+0 |
* | Make stripPointerCasts and getUnderlyingObject | Duncan Sands | 2008-12-29 | 1 | -26/+39 |
* | These messages should always be emitted when NDEBUG is unset, not when | Chris Lattner | 2008-12-13 | 1 | -2/+2 |
* | Comment typeo fix, thanks Duncan! | Chris Lattner | 2008-12-02 | 1 | -1/+1 |
* | add a little helper function that does PHI translation. | Chris Lattner | 2008-12-02 | 1 | -0/+13 |
* | Factorize code: remove variants of "strip off | Duncan Sands | 2008-10-01 | 1 | -8/+21 |
* | Make pointer parameter const for isUsedInBasicBlock. | Bill Wendling | 2008-09-25 | 1 | -1/+1 |
* | backing out my last commit, it was not intended to go on the trunk | Gabor Greif | 2008-09-19 | 1 | -2/+2 |
* | first shot at removing Use::Val | Gabor Greif | 2008-09-19 | 1 | -2/+2 |
* | Rename instance variables, parameter argument names to eliminate a bunch of c... | Evan Cheng | 2008-07-24 | 1 | -5/+5 |
* | fix some warnings when assertions are disabled. | Chris Lattner | 2008-06-21 | 1 | -1/+1 |
* | Do not speculatively execute an instruction by hoisting it to its predecessor... | Evan Cheng | 2008-06-12 | 1 | -0/+11 |
* | Move the operator new and operator delete out of line. This fixes an issue with | Nate Begeman | 2008-05-15 | 1 | -0/+19 |