Changes in directory llvm/include/llvm:
BasicBlock.h updated: 1.67 -> 1.68
---
Log message:
make next/prev accessors private
---
Diffs of the changes: (+8 -6)
BasicBlock.h | 14 --
1 files changed, 8 insertions(+), 6 deletions(-)
Index: llvm/include/llvm/BasicBlock.h
diff -
Changes in directory llvm/include/llvm:
BasicBlock.h updated: 1.66 -> 1.67
Function.h updated: 1.78 -> 1.79
Module.h updated: 1.87 -> 1.88
---
Log message:
Fix build breakage on 64-bit systems.
---
Diffs of the changes: (+5 -5)
BasicBlock.h |2 +-
Function.h |4 ++--
Module.h
Changes in directory llvm/include/llvm:
BasicBlock.h updated: 1.65 -> 1.66
Function.h updated: 1.76 -> 1.77
Module.h updated: 1.86 -> 1.87
SymbolTableListTraits.h updated: 1.6 -> 1.7
---
Log message:
The (negative) offset from a SymbolTableListTraits-using ilist to its container
object is alway
Changes in directory llvm/include/llvm:
BasicBlock.h updated: 1.60 -> 1.61
Instruction.h updated: 1.73 -> 1.74
---
Log message:
Override use_back in instruction/basicblock to provide more type information.
---
Diffs of the changes: (+10 -1)
BasicBlock.h |5 +
Instruction.h |6
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/include/llvm:
BasicBlock.h updated: 1.58 -> 1.59
---
Log message:
New method BasicBlock::getFirstNonPHI.
---
Diffs of the changes: (+8 -1)
BasicBlock.h |9 -
1 files changed, 8 insertions(+), 1 deletion(-)
Index: llvm/include/llvm/BasicBlock.h
diff -
Changes in directory llvm/include/llvm:
BasicBlock.h updated: 1.56 -> 1.57
Constant.h updated: 1.25 -> 1.26
GlobalValue.h updated: 1.23 -> 1.24
Instruction.h updated: 1.68 -> 1.69
---
Log message:
Remove some dead argument names which irritates GCC at certain warning levels.
---
Diffs of the