[llvm-commits] CVS: llvm/include/llvm/Value.h

2007-03-05 Thread Reid Spencer
Changes in directory llvm/include/llvm: Value.h updated: 1.98 -> 1.99 --- Log message: Document the use of getValueType() more accurately, specifically explain that the instruction opcode is added to the InstructionVal value and the consequences of that. --- Diffs of the changes: (+6 -4) V

[llvm-commits] CVS: llvm/include/llvm/Value.h

2007-02-15 Thread Chris Lattner
Changes in directory llvm/include/llvm: Value.h updated: 1.97 -> 1.98 --- Log message: Add a new Value::getNameStr method, which is preferred over getName. --- Diffs of the changes: (+2 -1) Value.h |3 ++- 1 files changed, 2 insertions(+), 1 deletion(-) Index: llvm/include/llvm/Value

[llvm-commits] CVS: llvm/include/llvm/Value.h

2007-02-12 Thread Chris Lattner
Changes in directory llvm/include/llvm: Value.h updated: 1.94 -> 1.95 --- Log message: add a setName variant that takes a null-terminated string. This can be used to avoid std::string allocations in common cases. --- Diffs of the changes: (+2 -0) Value.h |2 ++ 1 files changed, 2 ins

[llvm-commits] CVS: llvm/include/llvm/Value.h

2007-02-12 Thread Chris Lattner
Changes in directory llvm/include/llvm: Value.h updated: 1.93 -> 1.94 --- Log message: Add new setName accessor which doesn't require creating a string. --- Diffs of the changes: (+1 -0) Value.h |1 + 1 files changed, 1 insertion(+) Index: llvm/include/llvm/Value.h diff -u llvm/inclu

[llvm-commits] CVS: llvm/include/llvm/Value.h

2007-02-10 Thread Chris Lattner
Changes in directory llvm/include/llvm: Value.h updated: 1.91 -> 1.92 --- Log message: add a helper method: Value::takeName --- Diffs of the changes: (+4 -0) Value.h |4 1 files changed, 4 insertions(+) Index: llvm/include/llvm/Value.h diff -u llvm/include/llvm/Value.h:1.91 llvm

[llvm-commits] CVS: llvm/include/llvm/Value.h Instruction.h

2007-01-03 Thread Chris Lattner
Changes in directory llvm/include/llvm: Value.h updated: 1.88 -> 1.89 Instruction.h updated: 1.77 -> 1.78 --- Log message: Now that setcondinst has been eliminated, we can mark Value::SubclassID const and remove the ugly mutator methods. --- Diffs of the changes: (+1 -12) Instruction.h |

[llvm-commits] CVS: llvm/include/llvm/Value.h

2006-01-25 Thread Chris Lattner
Changes in directory llvm/include/llvm: Value.h updated: 1.82 -> 1.83 --- Log message: Allow use of isa(X) without #including InlineAsm.h --- Diffs of the changes: (+4 -0) Value.h |4 1 files changed, 4 insertions(+) Index: llvm/include/llvm/Value.h diff -u llvm/include/llvm/Val

[llvm-commits] CVS: llvm/include/llvm/Value.h

2006-01-10 Thread Reid Spencer
Changes in directory llvm/include/llvm: Value.h updated: 1.80 -> 1.81 --- Log message: Make ValueSymbolTable (temporarily) a friend of Value so it can mod the Name of Value instances. --- Diffs of the changes: (+2 -1) Value.h |3 ++- 1 files changed, 2 insertions(+), 1 deletion(-) I

[llvm-commits] CVS: llvm/include/llvm/Value.h

2005-12-16 Thread Jeff Cohen
Changes in directory llvm/include/llvm: Value.h updated: 1.79 -> 1.80 --- Log message: Fix VC++ level 4 warnings. --- Diffs of the changes: (+2 -2) Value.h |4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) Index: llvm/include/llvm/Value.h diff -u llvm/include/llvm/Value.h:1.79