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
Changes in directory llvm/lib/VMCore:
BasicBlock.cpp updated: 1.73 -> 1.74
---
Log message:
add method, correct comment
---
Diffs of the changes: (+10 -3)
BasicBlock.cpp | 13 ++---
1 files changed, 10 insertions(+), 3 deletions(-)
Index: llvm/lib/VMCore/BasicBlock.cpp
diff -u
Changes in directory llvm/include/llvm:
BasicBlock.h updated: 1.59 -> 1.60
---
Log message:
add method, correct comment
---
Diffs of the changes: (+7 -3)
BasicBlock.h | 10 +++---
1 files changed, 7 insertions(+), 3 deletions(-)
Index: llvm/include/llvm/BasicBlock.h
diff -u llvm/in
Changes in directory llvm/lib/Target/X86:
X86InstrInfo.td updated: 1.286 -> 1.287
X86RegisterInfo.cpp updated: 1.170 -> 1.171
---
Log message:
Delete dead code; fix 80 col violations.
---
Diffs of the changes: (+4 -14)
X86InstrInfo.td | 15 ---
X86RegisterInfo.cpp |3 -
Changes in directory llvm-test/External/SPEC/CFP2006/436.cactusADM:
Makefile updated: 1.3 -> 1.4
---
Log message:
Needed to increase the "continuation" limit to something that's reflected
in the programs.
---
Diffs of the changes: (+2 -0)
Makefile |2 ++
1 files changed, 2 insertions(+
Changes in directory llvm/lib/Target/ARM:
README.txt updated: 1.1 -> 1.2
---
Log message:
add a note
---
Diffs of the changes: (+21 -0)
README.txt | 21 +
1 files changed, 21 insertions(+)
Index: llvm/lib/Target/ARM/README.txt
diff -u llvm/lib/Target/ARM/README.txt:
Changes in directory llvm/test/Regression/C++Frontend:
2006-09-08-powi.cpp updated: 1.1 -> 1.2
2006-09-12-OpaqueStructCrash.cpp updated: 1.1 -> 1.2
---
Log message:
Use "%llvmgxx" instead of "llvm-g++".
---
Diffs of the changes: (+2 -2)
2006-09-08-powi.cpp |2 +-
2006-09-1