Changes in directory llvm/tools/bugpoint:
bugpoint.cpp updated: 1.34 -> 1.35
---
Log message:
make all llvm tools call llvm_shutdown when they exit, static'ify some stuff.
With this change, I can now move -stats to print when llvm_shutdown is called.
---
Diffs of the changes: (+2 -0)
bugp
Changes in directory llvm/tools/bugpoint:
bugpoint.cpp updated: 1.33 -> 1.34
---
Log message:
Need for the time being.
---
Diffs of the changes: (+1 -0)
bugpoint.cpp |1 +
1 files changed, 1 insertion(+)
Index: llvm/tools/bugpoint/bugpoint.cpp
diff -u llvm/tools/bugpoint/bugpoint.cp
Changes in directory llvm/tools/bugpoint:
bugpoint.cpp updated: 1.32 -> 1.33
---
Log message:
For PR885: http://llvm.org/PR885 :
Consolidate the LinkAllAnalyses.h and LinkAllPasses.h headers into one
so there is no dupliation.
---
Diffs of the changes: (+1 -2)
bugpoint.cpp |3 +--
1 f
Changes in directory llvm/tools/bugpoint:
bugpoint.cpp updated: 1.29 -> 1.30
---
Log message:
Make sure this tool links in all of libVMCore.a because it can --load
shared objects.
---
Diffs of the changes: (+1 -0)
bugpoint.cpp |1 +
1 files changed, 1 insertion(+)
Index: llvm/tools/b
Changes in directory llvm/tools/bugpoint:
bugpoint.cpp updated: 1.27 -> 1.28
---
Log message:
Convert llvm.cs.uiuc.edu -> llvm.org
---
Diffs of the changes: (+1 -1)
bugpoint.cpp |2 +-
1 files changed, 1 insertion(+), 1 deletion(-)
Index: llvm/tools/bugpoint/bugpoint.cpp
diff -u llvm