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

2007-06-15 Thread Chris Lattner
Changes in directory llvm/include/llvm: Constant.h updated: 1.36 - 1.37 --- Log message: add a Constant::getAllOnesValue helper function, which works on integers AND vectors. --- Diffs of the changes: (+5 -0) Constant.h |5 + 1 files changed, 5 insertions(+) Index:

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

2007-03-07 Thread Evan Cheng
Changes in directory llvm/include/llvm: Constant.h updated: 1.34 - 1.35 --- Log message: Added ContainsRelocations() to check if a constant might only be resolvable at load time. --- Diffs of the changes: (+4 -0) Constant.h |4 1 files changed, 4 insertions(+) Index:

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

2006-10-19 Thread Chris Lattner
Changes in directory llvm/include/llvm: Constant.h updated: 1.31 - 1.32 --- Log message: add a method to determine whether evaluation of a constant can trap. --- Diffs of the changes: (+4 -0) Constant.h |4 1 files changed, 4 insertions(+) Index: llvm/include/llvm/Constant.h

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

2006-09-27 Thread Chris Lattner
Changes in directory llvm/include/llvm: Constant.h updated: 1.30 - 1.31 --- Log message: remove dead method --- Diffs of the changes: (+0 -5) Constant.h |5 - 1 files changed, 5 deletions(-) Index: llvm/include/llvm/Constant.h diff -u llvm/include/llvm/Constant.h:1.30

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

2006-03-10 Thread Evan Cheng
Changes in directory llvm/include/llvm: Constant.h updated: 1.28 - 1.29 --- Log message: Added a parameter to control whether Constant::getStringValue() would chop off the result string at the first null terminator. --- Diffs of the changes: (+3 -1) Constant.h |4 +++- 1 files

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

2005-12-16 Thread Jeff Cohen
Changes in directory llvm/include/llvm: Constant.h updated: 1.26 - 1.27 GlobalVariable.h updated: 1.35 - 1.36 Instruction.h updated: 1.69 - 1.70 --- Log message: Fix VC++ level 4 warnings. Because a base class has declared these private, VC++ complains it cannot automatically generate this