Changes in directory llvm/lib/VMCore:
BasicBlock.cpp updated: 1.69 -> 1.70
---
Log message:
Remove dead code.
---
Diffs of the changes: (+1 -1)
BasicBlock.cpp |2 +-
1 files changed, 1 insertion(+), 1 deletion(-)
Index: llvm/lib/VMCore/BasicBlock.cpp
diff -u llvm/lib/VMCore/BasicBloc
Changes in directory llvm/lib/VMCore:
BasicBlock.cpp updated: 1.68 -> 1.69
---
Log message:
New method BasicBlock::getFirstNonPHI.
---
Diffs of the changes: (+11 -0)
BasicBlock.cpp | 11 +++
1 files changed, 11 insertions(+)
Index: llvm/lib/VMCore/BasicBlock.cpp
diff -u llvm/li
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:
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.
Changes in directory llvm/include/llvm/Support:
InstVisitor.h updated: 1.39 -> 1.40
---
Log message:
Improve InstVisitor docs.
---
Diffs of the changes: (+46 -40)
InstVisitor.h | 86 +++---
1 files changed, 46 insertions(+), 40 deletion
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(
Changes in directory llvm/lib/VMCore:
SymbolTable.cpp updated: 1.61 -> 1.62
---
Log message:
Reset DEBUG_SYMBOL_TABLE back to 0.
---
Diffs of the changes: (+1 -1)
SymbolTable.cpp |2 +-
1 files changed, 1 insertion(+), 1 deletion(-)
Index: llvm/lib/VMCore/SymbolTable.cpp
diff -u llvm
Changes in directory llvm/lib/VMCore:
SymbolTable.cpp updated: 1.60 -> 1.61
---
Log message:
Fix compile error when DEBUG_SYMBOL_TABLE is defined.
---
Diffs of the changes: (+2 -2)
SymbolTable.cpp |4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
Index: llvm/lib/VMCore/Symbol
Changes in directory llvm/include/llvm/CodeGen:
MachineFrameInfo.h updated: 1.17 -> 1.18
---
Log message:
Make class comment visible in Doxygen.
---
Diffs of the changes: (+31 -28)
MachineFrameInfo.h | 59 +++--
1 files changed, 31 insertio
Changes in directory llvm/lib/CodeGen/SelectionDAG:
SelectionDAGISel.cpp updated: 1.248 -> 1.249
---
Log message:
Fix missing include
---
Diffs of the changes: (+1 -0)
SelectionDAGISel.cpp |1 +
1 files changed, 1 insertion(+)
Index: llvm/lib/CodeGen/SelectionDAG/SelectionDAGISel.cpp
Changes in directory llvm/lib/Target:
Target.td updated: 1.80 -> 1.81
---
Log message:
Replace "../whatever.td" with "whatever.td", so that out-of-tree backends
can just add lib/Target to TableGen includes.
---
Diffs of the changes: (+2 -2)
Target.td |4 ++--
1 files changed, 2 inserti
Changes in directory llvm:
Makefile.rules updated: 1.367 -> 1.368
---
Log message:
Replace "../whatever.td" with "whatever.td", so that out-of-tree backends
can just add lib/Target to TableGen includes.
---
Diffs of the changes: (+2 -1)
Makefile.rules |3 ++-
1 files changed, 2 inserti
TXT:1.54
--- llvm/CREDITS.TXT:1.53 Mon May 15 00:13:07 2006
+++ llvm/CREDITS.TXTTue May 16 00:36:15 2006
@@ -137,6 +137,7 @@
D: Visual C++ compatibility fixes
N: Vladimir Prus
+W: http://vladimir_prus.blogspot.com
E: [EMAIL PROTECTED]
D: Made inst_iterator behave like a proper itera
13 matches
Mail list logo