| Age | Commit message (Expand) | Author |
| 2009-11-13 | Move the FixedStackPseudoSourceValueVal enum value before InstructionVal | Dan Gohman |
| 2009-11-12 | Remove my Value.h build fix. | Daniel Dunbar |
| 2009-11-12 | Fix a build error by providing a missing enum value. | David Greene |
| 2009-11-12 | Attempt to unbreak LLVM build, David G. please check. | Daniel Dunbar |
| 2009-10-28 | IR support for the new BlockAddress constant kind. This is | Chris Lattner |
| 2009-10-22 | Hide MetadataContext implementation details. | Devang Patel |
| 2009-09-28 | s/class Metadata/class MetadataContext/g | Devang Patel |
| 2009-09-23 | Do not leave behind metadata while cloning an instruction. | Devang Patel |
| 2009-09-23 | Give MachineMemOperand an operator<<, factoring out code from | Dan Gohman |
| 2009-09-16 | Add llvm::Metadata to manage metadata used in a context. | Devang Patel |
| 2009-09-15 | When a constant's type is refined, update the constant in place | Dan Gohman |
| 2009-09-07 | Reappy r80998, now that the GlobalOpt bug that it exposed on MiniSAT is fixed. | Dan Gohman |
| 2009-09-06 | Revert "Include optional subclass flags, such as inbounds, nsw, etc., ...", this | Daniel Dunbar |
| 2009-09-04 | Include optional subclass flags, such as inbounds, nsw, etc., in the | Dan Gohman |
| 2009-08-25 | Rename Instruction::isIdenticalTo to Instruction::isIdenticalToWhenDefined, | Dan Gohman |
| 2009-08-23 | eliminate the "Value" printing methods that print to a std::ostream. | Chris Lattner |
| 2009-08-11 | Make LLVMContext and LLVMContextImpl classes instead of structs. | Benjamin Kramer |
| 2009-08-04 | revert r78048, it isn't worth using assertingvh here. | Chris Lattner |
| 2009-08-04 | Factor some of the constants+context related code out into a separate header,... | Owen Anderson |
| 2009-08-04 | switch ValueMap to using AssertingVH. This is an old patch I had laying | Chris Lattner |
| 2009-07-29 | Add NamedMDNode. | Devang Patel |
| 2009-07-28 | Clarify getName() comment. | Devang Patel |
| 2009-07-27 | Add a comment on Value explaining the current getName() behavior. | Daniel Dunbar |
| 2009-07-26 | Remove Value::getName{Start,End}, the last of the old Name APIs. | Daniel Dunbar |
| 2009-07-26 | Remove Value::getNameLen | Daniel Dunbar |
| 2009-07-26 | Some clients rely on getName{Start,End} not returning 0, even if the length is | Daniel Dunbar |
| 2009-07-26 | Rewrite getName{Start,End,Len} in terms of getName(), instead of vice-versa. | Daniel Dunbar |
| 2009-07-26 | Remove Value::setName(const char*, unsigned). | Daniel Dunbar |
| 2009-07-26 | Remove Value::setName(const char*). | Daniel Dunbar |
| 2009-07-25 | Remove Value::{isName, getNameRef}. | Daniel Dunbar |
| 2009-07-25 | Initial update to VMCore to use Twines for string arguments. | Daniel Dunbar |
| 2009-07-23 | Add llvm::Value::getNameRef, for help in API migration. | Daniel Dunbar |
| 2009-07-23 | Derive MDNode from MetadataBase instead of Constant. Emit MDNodes into METADA... | Devang Patel |
| 2009-07-22 | Introduce MetadataBase, a base class for MDString and MDNode. | Devang Patel |
| 2009-07-22 | Get rid of the Pass+Context magic. | Owen Anderson |
| 2009-07-17 | Add a method to clear optional optimization information from a Value. | Dan Gohman |
| 2009-07-17 | Add a SubclassOptionalData field to Value. See the doxygen comment for | Dan Gohman |
| 2009-04-04 | Add support for embedded metadata to LLVM. This introduces two new types of | Nick Lewycky |
| 2009-04-03 | correct patch | Chris Lattner |
| 2009-04-03 | add patch to go along with r68350 | Chris Lattner |
| 2009-03-31 | Add two new classes: WeakVH and AssertingVH. These are both "ValueHandles", | Chris Lattner |
| 2009-03-31 | shrink subclassid, liberating some bits for future (ab)use. | Chris Lattner |
| 2009-03-29 | Value* only has 2 bits free as well. | Chris Lattner |
| 2008-12-02 | Comment typeo fix, thanks Duncan! | Chris Lattner |
| 2008-12-02 | add a little helper function that does PHI translation. | Chris Lattner |
| 2008-10-28 | fit in 80 cols | Chris Lattner |
| 2008-10-13 | remove a deprecated internal interface | Gabor Greif |
| 2008-10-01 | Factorize code: remove variants of "strip off | Duncan Sands |
| 2008-09-25 | Make pointer parameter const for isUsedInBasicBlock. | Bill Wendling |
| 2008-09-19 | backing out my last commit, it was not intended to go on the trunk | Gabor Greif |