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

2007-06-14 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/include/

[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/inclu

[llvm-commits] CVS: llvm/include/llvm/Constant.h GlobalValue.h User.h Value.h ValueSymbolTable.h

2007-02-11 Thread Chris Lattner
Changes in directory llvm/include/llvm: Constant.h updated: 1.33 -> 1.34 GlobalValue.h updated: 1.32 -> 1.33 User.h updated: 1.36 -> 1.37 Value.h updated: 1.92 -> 1.93 ValueSymbolTable.h updated: 1.7 -> 1.8 --- Log message: Switch ValueSymbolTable to use StringMap instead of std::map as its ma

[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 di

[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/inclu

[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 changed

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

2006-03-08 Thread Jim Laskey
Changes in directory llvm/include/llvm: Constant.h updated: 1.27 -> 1.28 --- Log message: Get rid of the multiple copies of getStringValue. Now a Constant:: method. --- Diffs of the changes: (+5 -0) Constant.h |5 + 1 files changed, 5 insertions(+) Index: llvm/include/llvm/Const

[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