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

2007-05-17 Thread Dan Gohman
Changes in directory llvm/include/llvm: Type.h updated: 1.107 -> 1.108 --- Log message: Correct a name in a comment. --- Diffs of the changes: (+4 -3) Type.h |7 --- 1 files changed, 4 insertions(+), 3 deletions(-) Index: llvm/include/llvm/Type.h diff -u llvm/include/llvm/Type.h:

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

2007-04-20 Thread Chris Lattner
Changes in directory llvm/include/llvm: Type.h updated: 1.106 -> 1.107 --- Log message: Fix a problem where primitive types lose their name after llvm_shutdown is called. This also reduces the amount of work done at static construction time. --- Diffs of the changes: (+0 -1) Type.h |1

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

2007-01-28 Thread Anton Korobeynikov
Changes in directory llvm/include/llvm: Type.h updated: 1.102 -> 1.103 --- Log message: Make doxygen happy --- Diffs of the changes: (+1 -1) Type.h |2 +- 1 files changed, 1 insertion(+), 1 deletion(-) Index: llvm/include/llvm/Type.h diff -u llvm/include/llvm/Type.h:1.102 llvm/includ

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

2007-01-16 Thread Reid Spencer
Changes in directory llvm/include/llvm: Type.h updated: 1.100 -> 1.101 --- Log message: Remove unused forward class declarations. --- Diffs of the changes: (+0 -5) Type.h |5 - 1 files changed, 5 deletions(-) Index: llvm/include/llvm/Type.h diff -u llvm/include/llvm/Type.h:1.100

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

2007-01-14 Thread Chris Lattner
Changes in directory llvm/include/llvm: Type.h updated: 1.99 -> 1.100 --- Log message: rename Type::isIntegral to Type::isInteger, eliminating the old Type::isInteger. rename Type::getIntegralTypeMask to Type::getIntegerTypeMask. This makes naming much more consistent. For example, there are

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

2006-12-30 Thread Reid Spencer
Changes in directory llvm/include/llvm: Type.h updated: 1.96 -> 1.97 --- Log message: For PR950: http://llvm.org/PR950 : Make integer types signless: Rename [US]Byte->Int8, [U]Short->Int16, [U]Int->Int32, [U]Long->Int64 Remove methods pertaining to sign of integer types. --- Diffs of t

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

2006-10-26 Thread Chris Lattner
Changes in directory llvm/include/llvm: Type.h updated: 1.90 -> 1.91 --- Log message: Add isFPOrFPVector() method, which indicates if a type is either FP or a vector of FP types. --- Diffs of the changes: (+4 -0) Type.h |4 1 files changed, 4 insertions(+) Index: llvm/include/l

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

2006-09-28 Thread Chris Lattner
Changes in directory llvm/include/llvm: Type.h updated: 1.89 -> 1.90 --- Log message: Now that ConstantBool::True/False are gone, we can modify Type.cpp to eliminate its static dtors, without having code that depends on order of initialization. Eliminate static ctors/dtors from Type.cpp. --

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

2006-09-22 Thread Chris Lattner
Changes in directory llvm/include/llvm: Type.h updated: 1.88 -> 1.89 --- Log message: remove misleading comment --- Diffs of the changes: (+1 -7) Type.h |8 +--- 1 files changed, 1 insertion(+), 7 deletions(-) Index: llvm/include/llvm/Type.h diff -u llvm/include/llvm/Type.h:1.88

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

2006-07-25 Thread Jim Laskey
Changes in directory llvm/include/llvm: Type.h updated: 1.87 -> 1.88 --- Log message: Moving this function to a permanent home to prevent a dependency cycle created by the inline heuristic. Was preventing llvm-gcc4 from building. --- Diffs of the changes: (+0 -12) Type.h | 12 --

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

2006-05-31 Thread Vladimir Prus
Changes in directory llvm/include/llvm: Type.h updated: 1.86 -> 1.87 --- Log message: Clarify type naming. --- Diffs of the changes: (+5 -0) Type.h |5 + 1 files changed, 5 insertions(+) Index: llvm/include/llvm/Type.h diff -u llvm/include/llvm/Type.h:1.86 llvm/include/llvm/Type.

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

2006-05-30 Thread Vladimir Prus
Changes in directory llvm/include/llvm: Type.h updated: 1.85 -> 1.86 --- Log message: Make doc comment visible in doxygen output. Clarify Type construction. --- Diffs of the changes: (+26 -24) Type.h | 50 ++ 1 files changed, 26 insertions(

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

2006-04-04 Thread Chris Lattner
Changes in directory llvm/include/llvm: Type.h updated: 1.83 -> 1.84 --- Log message: How could this ever have worked? --- Diffs of the changes: (+1 -1) Type.h |2 +- 1 files changed, 1 insertion(+), 1 deletion(-) Index: llvm/include/llvm/Type.h diff -u llvm/include/llvm/Type.h:1.83

[llvm-commits] CVS: llvm/include/llvm/Type.h DerivedTypes.h Constants.h

2006-02-06 Thread Chris Lattner
Changes in directory llvm/include/llvm: Type.h updated: 1.82 -> 1.83 DerivedTypes.h updated: 1.70 -> 1.71 Constants.h updated: 1.77 -> 1.78 --- Log message: add a new Type::getIntegralTypeMask() method, which is useful for clients that want to do bitwise inspection of integer types. --- Diffs

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

2005-12-26 Thread Duraid Madina
Changes in directory llvm/include/llvm: Type.h updated: 1.81 -> 1.82 --- Log message: i love xmas *;D* --- Diffs of the changes: (+1 -0) Type.h |1 + 1 files changed, 1 insertion(+) Index: llvm/include/llvm/Type.h diff -u llvm/include/llvm/Type.h:1.81 llvm/include/llvm/Type.h:1

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

2005-11-12 Thread Chris Lattner
Changes in directory llvm/include/llvm: Type.h updated: 1.78 -> 1.79 --- Log message: Shrink the Type class from 32 to 28 bytes on Darwin (which has silly 32-bit bools). --- Diffs of the changes: (+1 -1) Type.h |2 +- 1 files changed, 1 insertion(+), 1 deletion(-) Index: llvm/include