[llvm-commits] CVS: llvm/lib/Analysis/PostDominators.cpp

2006-03-10 Thread Nate Begeman
Changes in directory llvm/lib/Analysis: PostDominators.cpp updated: 1.54 -> 1.55 --- Log message: Fix PR681: http://llvm.cs.uiuc.edu/PR681 by using the standard Lengauer and Tarjan algorithm for dominator set construction, rather than intersecting various std::sets. This reduces the memory u

[llvm-commits] CVS: llvm/include/llvm/Analysis/PostDominators.h

2006-03-10 Thread Nate Begeman
Changes in directory llvm/include/llvm/Analysis: PostDominators.h updated: 1.10 -> 1.11 --- Log message: Fix PR681: http://llvm.cs.uiuc.edu/PR681 by using the standard Lengauer and Tarjan algorithm for dominator set construction, rather than intersecting various std::sets. This reduces the m

[llvm-commits] CVS: llvm/utils/TableGen/IntrinsicEmitter.cpp

2006-03-10 Thread Chris Lattner
Changes in directory llvm/utils/TableGen: IntrinsicEmitter.cpp updated: 1.5 -> 1.6 --- Log message: fix pasto in generate assertion msg --- Diffs of the changes: (+1 -1) IntrinsicEmitter.cpp |2 +- 1 files changed, 1 insertion(+), 1 deletion(-) Index: llvm/utils/TableGen/IntrinsicEmi

[llvm-commits] CVS: llvm/lib/VMCore/Constants.cpp

2006-03-10 Thread Evan Cheng
Changes in directory llvm/lib/VMCore: Constants.cpp updated: 1.147 -> 1.148 --- Log message: Doh! --- Diffs of the changes: (+2 -2) Constants.cpp |4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) Index: llvm/lib/VMCore/Constants.cpp diff -u llvm/lib/VMCore/Constants.cpp:1.147

[llvm-commits] CVS: llvm/lib/CodeGen/SelectionDAG/SelectionDAGISel.cpp

2006-03-10 Thread Evan Cheng
Changes in directory llvm/lib/CodeGen/SelectionDAG: SelectionDAGISel.cpp updated: 1.186 -> 1.187 --- Log message: Added a parameter to control whether Constant::getStringValue() would chop off the result string at the first null terminator. --- Diffs of the changes: (+1 -1) SelectionDAGISe

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

2006-03-10 Thread Evan Cheng
Changes in directory llvm/include/llvm: Constant.h updated: 1.28 -> 1.29 --- Log message: Added a parameter to control whether Constant::getStringValue() would chop off the result string at the first null terminator. --- Diffs of the changes: (+3 -1) Constant.h |4 +++- 1 files changed

[llvm-commits] CVS: llvm/lib/VMCore/Constants.cpp

2006-03-10 Thread Evan Cheng
Changes in directory llvm/lib/VMCore: Constants.cpp updated: 1.146 -> 1.147 --- Log message: Added a parameter to control whether Constant::getStringValue() would chop off the result string at the first null terminator. --- Diffs of the changes: (+8 -4) Constants.cpp | 12 1

[llvm-commits] CVS: llvm/lib/Debugger/FDHandle.cpp FDHandle.h

2006-03-10 Thread Chris Lattner
Changes in directory llvm/lib/Debugger: FDHandle.cpp (r1.3) removed FDHandle.h (r1.2) removed --- Log message: remove some dead code --- Diffs of the changes: (+0 -0) 0 files changed ___ llvm-commits mailing list llvm-commits@cs.uiuc.edu http:

[llvm-commits] CVS: llvm/include/llvm/CodeGen/IntrinsicLowering.h

2006-03-10 Thread Chris Lattner
Changes in directory llvm/include/llvm/CodeGen: IntrinsicLowering.h updated: 1.9 -> 1.10 --- Log message: remove ShouldEmitDebugFunctions, a hack to support llvm-db via the jit --- Diffs of the changes: (+1 -5) IntrinsicLowering.h |6 +- 1 files changed, 1 insertion(+), 5 deletions

[llvm-commits] CVS: llvm/lib/CodeGen/SelectionDAG/SelectionDAGISel.cpp

2006-03-10 Thread Chris Lattner
Changes in directory llvm/lib/CodeGen/SelectionDAG: SelectionDAGISel.cpp updated: 1.185 -> 1.186 --- Log message: scrape out bits of llvm-db --- Diffs of the changes: (+0 -9) SelectionDAGISel.cpp |9 - 1 files changed, 9 deletions(-) Index: llvm/lib/CodeGen/SelectionDAG/Selec

[llvm-commits] CVS: llvm/lib/Debugger/Debugger.cpp UnixLocalInferiorProcess.cpp

2006-03-10 Thread Chris Lattner
Changes in directory llvm/lib/Debugger: Debugger.cpp updated: 1.5 -> 1.6 UnixLocalInferiorProcess.cpp (r1.10) removed --- Log message: Remove UnixLocalInferiorProcess: debugging via the JIT isn't a good idea. Perhaps llvm-db will turn into a read debugger someday. --- Diffs of the changes:

[llvm-commits] CVS: llvm/test/Regression/Debugger/funccall.ll

2006-03-10 Thread Chris Lattner
Changes in directory llvm/test/Regression/Debugger: funccall.ll updated: 1.14 -> 1.15 --- Log message: Simplify this testcase --- Diffs of the changes: (+2 -14) funccall.ll | 16 ++-- 1 files changed, 2 insertions(+), 14 deletions(-) Index: llvm/test/Regression/Debugger/fun

[llvm-commits] CVS: llvm/Makefile.rules

2006-03-10 Thread Chris Lattner
Changes in directory llvm: Makefile.rules updated: 1.350 -> 1.351 --- Log message: reorder these to make it work with static libraries --- Diffs of the changes: (+2 -2) Makefile.rules |4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) Index: llvm/Makefile.rules diff -u llvm/Ma

[llvm-commits] CVS: llvm/lib/Target/PowerPC/PPCCodeEmitter.cpp

2006-03-10 Thread Chris Lattner
Changes in directory llvm/lib/Target/PowerPC: PPCCodeEmitter.cpp updated: 1.47 -> 1.48 --- Log message: teach the JIT to encode vector registers --- Diffs of the changes: (+32 -32) PPCCodeEmitter.cpp | 64 ++--- 1 files changed, 32 insertio

[llvm-commits] CVS: llvm/include/llvm/Intrinsics.td

2006-03-10 Thread Chris Lattner
Changes in directory llvm/include/llvm: Intrinsics.td updated: 1.3 -> 1.4 --- Log message: Fix another broken intrinsic. --- Diffs of the changes: (+1 -1) Intrinsics.td |2 +- 1 files changed, 1 insertion(+), 1 deletion(-) Index: llvm/include/llvm/Intrinsics.td diff -u llvm/include/l

[llvm-commits] CVS: llvm/test/Regression/CodeGen/X86/store_op_load_fold.ll

2006-03-10 Thread Chris Lattner
Changes in directory llvm/test/Regression/CodeGen/X86: store_op_load_fold.ll updated: 1.2 -> 1.3 --- Log message: weak globals on darwin require an extra load, breaking this test --- Diffs of the changes: (+1 -1) store_op_load_fold.ll |2 +- 1 files changed, 1 insertion(+), 1 deletion(

[llvm-commits] CVS: llvm/include/llvm/Intrinsics.td

2006-03-10 Thread Chris Lattner
Changes in directory llvm/include/llvm: Intrinsics.td updated: 1.2 -> 1.3 --- Log message: Fix incorrect definitions of these intrinsics, which broke a bunch of stuff last night. --- Diffs of the changes: (+4 -2) Intrinsics.td |6 -- 1 files changed, 4 insertions(+), 2 deletions(-