| Commit message (Expand) | Author | Age | Files | Lines |
* | Remove Value::getNameLen | Daniel Dunbar | 2009-07-26 | 1 | -4/+0 |
* | Some clients rely on getName{Start,End} not returning 0, even if the length is | Daniel Dunbar | 2009-07-26 | 1 | -2/+8 |
* | Rewrite getName{Start,End,Len} in terms of getName(), instead of vice-versa. | Daniel Dunbar | 2009-07-26 | 1 | -7/+11 |
* | Remove Value::setName(const char*, unsigned). | Daniel Dunbar | 2009-07-26 | 1 | -1/+4 |
* | Remove Value::setName(const char*). | Daniel Dunbar | 2009-07-26 | 1 | -1/+0 |
* | Remove Value::{isName, getNameRef}. | Daniel Dunbar | 2009-07-25 | 1 | -5/+0 |
* | Initial update to VMCore to use Twines for string arguments. | Daniel Dunbar | 2009-07-25 | 1 | -2/+3 |
* | Add llvm::Value::getNameRef, for help in API migration. | Daniel Dunbar | 2009-07-23 | 1 | -1/+2 |
* | Derive MDNode from MetadataBase instead of Constant. Emit MDNodes into METADA... | Devang Patel | 2009-07-23 | 1 | -1/+1 |
* | Introduce MetadataBase, a base class for MDString and MDNode. | Devang Patel | 2009-07-22 | 1 | -1/+1 |
* | Get rid of the Pass+Context magic. | Owen Anderson | 2009-07-22 | 1 | -0/+4 |
* | Add a method to clear optional optimization information from a Value. | Dan Gohman | 2009-07-17 | 1 | -0/+6 |
* | Add a SubclassOptionalData field to Value. See the doxygen comment for | Dan Gohman | 2009-07-17 | 1 | -0/+6 |
* | Add support for embedded metadata to LLVM. This introduces two new types of | Nick Lewycky | 2009-04-04 | 1 | -1/+3 |
* | correct patch | Chris Lattner | 2009-04-03 | 1 | -1/+1 |
* | add patch to go along with r68350 | Chris Lattner | 2009-04-03 | 1 | -1/+3 |
* | Add two new classes: WeakVH and AssertingVH. These are both "ValueHandles", | Chris Lattner | 2009-03-31 | 1 | -1/+7 |
* | shrink subclassid, liberating some bits for future (ab)use. | Chris Lattner | 2009-03-31 | 1 | -1/+1 |
* | Value* only has 2 bits free as well. | Chris Lattner | 2009-03-29 | 1 | -0/+13 |
* | 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/+11 |
* | fit in 80 cols | Chris Lattner | 2008-10-28 | 1 | -1/+2 |
* | remove a deprecated internal interface | Gabor Greif | 2008-10-13 | 1 | -5/+0 |
* | Factorize code: remove variants of "strip off | Duncan Sands | 2008-10-01 | 1 | -1/+10 |
* | 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 | -6/+4 |
* | first shot at removing Use::Val | Gabor Greif | 2008-09-19 | 1 | -4/+6 |
* | minor correction | Gabor Greif | 2008-09-13 | 1 | -2/+2 |
* | we should use 'class' for non-pod types instead of 'struct' to | Chris Lattner | 2008-08-24 | 1 | -1/+1 |
* | Updating VC++ project. | Cédric Venet | 2008-08-24 | 1 | -1/+1 |
* | Switch the asmprinter (.ll) and all the stuff it requires over to | Chris Lattner | 2008-08-23 | 1 | -4/+10 |
* | Rename instance variables, parameter argument names to eliminate a bunch of c... | Evan Cheng | 2008-07-24 | 1 | -3/+3 |
* | add a helper. | Chris Lattner | 2008-06-27 | 1 | -0/+2 |
* | add a const version of stripPointerCasts | Chris Lattner | 2008-06-16 | 1 | -0/+3 |
* | Do not speculatively execute an instruction by hoisting it to its predecessor... | Evan Cheng | 2008-06-12 | 1 | -0/+2 |
* | remove bogus comment | Gabor Greif | 2008-06-11 | 1 | -1/+0 |
* | Prune and tidy #includes. | Dan Gohman | 2008-05-29 | 1 | -1/+1 |
* | Remove warnings about unused parameters and shadowed variables. | Bill Wendling | 2008-05-19 | 1 | -1/+1 |
* | merge of use-diet branch to trunk | Gabor Greif | 2008-05-10 | 1 | -4/+3 |
* | Turn StripPointerCast() into a method | Anton Korobeynikov | 2008-05-07 | 1 | -5/+5 |
* | Make StripPointerCast a common function (should we mak it method of Value ins... | Anton Korobeynikov | 2008-05-06 | 1 | -0/+5 |
* | add a method for comparing to see if a value has a specified name. | Chris Lattner | 2008-04-30 | 1 | -0/+4 |
* | move the Use destructor where it belongs to | Gabor Greif | 2008-03-14 | 1 | -5/+1 |
* | There is no killUse. | Dan Gohman | 2008-03-07 | 1 | -1/+1 |
* | Re-apply the memory operand changes, with a fix for the static | Dan Gohman | 2008-02-06 | 1 | -0/+1 |
* | Revert 46556 and 46585. Dan please fix the PseudoSourceValue problem and re-c... | Evan Cheng | 2008-01-31 | 1 | -1/+0 |
* | Add a new PseudoSourceValue class, which will be used to help track | Dan Gohman | 2008-01-30 | 1 | -0/+1 |
* | Don't attribute in file headers anymore. See llvmdev for the | Chris Lattner | 2007-12-29 | 1 | -2/+2 |
* | Reverting dtor devirtualization patch. | Gordon Henriksen | 2007-12-10 | 1 | -3/+0 |
* | Devirtualizing Value destructor (PR889). Patch by Pawel Kunio! | Gordon Henriksen | 2007-12-09 | 1 | -0/+3 |