[llvm-commits] CVS: llvm/lib/Transforms/Utils/LoopSimplify.cpp

2007-04-07 Thread Nick Lewycky
Changes in directory llvm/lib/Transforms/Utils: LoopSimplify.cpp updated: 1.83 -> 1.84 --- Log message: Remove DominatorSet usage from LoopSimplify. Patch from Owen Anderson. --- Diffs of the changes: (+54 -89) LoopSimplify.cpp | 143 ---

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

2007-04-07 Thread Nick Lewycky
Changes in directory llvm/lib/VMCore: Dominators.cpp updated: 1.87 -> 1.88 --- Log message: Don't crash when encountering a BasicBlock that hasn't been registered yet. --- Diffs of the changes: (+3 -2) Dominators.cpp |5 +++-- 1 files changed, 3 insertions(+), 2 deletions(-) Index: l

[llvm-commits] CVS: llvm/lib/Transforms/IPO/SimplifyLibCalls.cpp

2007-04-07 Thread Chris Lattner
Changes in directory llvm/lib/Transforms/IPO: SimplifyLibCalls.cpp updated: 1.107 -> 1.108 --- Log message: Significantly simplify the clients of GetConstantStringInfo, by having it just return the string itself. --- Diffs of the changes: (+153 -234) SimplifyLibCalls.cpp | 387 +++

[llvm-commits] CVS: llvm-www/SVNMigration.html

2007-04-07 Thread Reid Spencer
Changes in directory llvm-www: SVNMigration.html updated: 1.7 -> 1.8 --- Log message: Status update. --- Diffs of the changes: (+6 -1) SVNMigration.html |7 ++- 1 files changed, 6 insertions(+), 1 deletion(-) Index: llvm-www/SVNMigration.html diff -u llvm-www/SVNMigration.html:1.

[llvm-commits] CVS: llvm/lib/Transforms/IPO/SimplifyLibCalls.cpp

2007-04-07 Thread Chris Lattner
Changes in directory llvm/lib/Transforms/IPO: SimplifyLibCalls.cpp updated: 1.106 -> 1.107 --- Log message: Fix problems in the sprintf optimizer --- Diffs of the changes: (+60 -81) SimplifyLibCalls.cpp | 141 +-- 1 files changed, 60 inserti

[llvm-commits] CVS: llvm/lib/Transforms/IPO/SimplifyLibCalls.cpp

2007-04-07 Thread Chris Lattner
Changes in directory llvm/lib/Transforms/IPO: SimplifyLibCalls.cpp updated: 1.105 -> 1.106 --- Log message: Change CastToCStr to take a pointer instead of a reference. Fix some miscompilations in fprintf optimizer. --- Diffs of the changes: (+76 -82) SimplifyLibCalls.cpp | 158 +++

[llvm-commits] CVS: llvm-test/MultiSource/Applications/siod/Makefile slibu.c

2007-04-07 Thread Jeff Cohen
Changes in directory llvm-test/MultiSource/Applications/siod: Makefile updated: 1.8 -> 1.9 slibu.c updated: 1.5 -> 1.6 --- Log message: Make it work on FreeBSD (and any other platform where dlopen isn't in libdl). --- Diffs of the changes: (+6 -2) Makefile |2 +- slibu.c |6 +-

Re: [llvm-commits] CVS: llvm/lib/System/Win32/Path.inc Signals.inc

2007-04-07 Thread Reid Spencer
On Sat, 2007-04-07 at 15:47 -0500, Jeff Cohen wrote: > > Changes in directory llvm/lib/System/Win32: > > Path.inc updated: 1.64 -> 1.65 > Signals.inc updated: 1.23 -> 1.24 > --- > Log message: > > Unbreak VC++ build. Thanks for cleaning up after me, Jeff. Reid. > > --- > Diffs of the change

[llvm-commits] CVS: llvm/lib/System/Win32/Path.inc Signals.inc

2007-04-07 Thread Jeff Cohen
Changes in directory llvm/lib/System/Win32: Path.inc updated: 1.64 -> 1.65 Signals.inc updated: 1.23 -> 1.24 --- Log message: Unbreak VC++ build. --- Diffs of the changes: (+32 -32) Path.inc| 53 + Signals.inc | 11 +++ 2 f

[llvm-commits] CVS: llvm/test/Other/2002-01-31-PostDomSet-2.ll 2002-01-31-PostDomSet.ll

2007-04-07 Thread Chris Lattner
Changes in directory llvm/test/Other: 2002-01-31-PostDomSet-2.ll (r1.5) removed 2002-01-31-PostDomSet.ll (r1.6) removed --- Log message: these test a pass that no longer exists. --- Diffs of the changes: (+0 -0) 0 files changed ___ llvm-commit

[llvm-commits] CVS: llvm/lib/Transforms/IPO/SimplifyLibCalls.cpp

2007-04-07 Thread Chris Lattner
Changes in directory llvm/lib/Transforms/IPO: SimplifyLibCalls.cpp updated: 1.104 -> 1.105 --- Log message: Fix an off-by-one error that broke Prolangs/deriv2 with llc on x86 and Prolangs-C/cdecl --- Diffs of the changes: (+1 -1) SimplifyLibCalls.cpp |2 +- 1 files changed, 1 insertion

[llvm-commits] CVS: llvm/test/Other/2002-01-31-PostDomSet-2.ll 2002-01-31-PostDomSet.ll

2007-04-07 Thread Chris Lattner
Changes in directory llvm/test/Other: 2002-01-31-PostDomSet-2.ll updated: 1.4 -> 1.5 2002-01-31-PostDomSet.ll updated: 1.5 -> 1.6 --- Log message: xfail these until owen can figure out the right fix --- Diffs of the changes: (+2 -2) 2002-01-31-PostDomSet-2.ll |2 +- 2002-01-31-PostDomS

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

2007-04-07 Thread Reid Spencer
I found some uncommitted things in my tree. Sorry. They are committed now. On Sat, 2007-04-07 at 12:41 -0700, Jeff Cohen wrote: > This breaks the LLVM build. I am getting errors like: > > llvm[1]: Compiling Archive.cpp for Debug build > /usr/home/jeffc/llvm/lib/Bytecode/Archive/Archive.cpp: In

[llvm-commits] CVS: llvm/lib/Bytecode/Archive/Archive.cpp

2007-04-07 Thread Reid Spencer
Changes in directory llvm/lib/Bytecode/Archive: Archive.cpp updated: 1.21 -> 1.22 --- Log message: Avoid a useless temporary constrution. --- Diffs of the changes: (+1 -2) Archive.cpp |3 +-- 1 files changed, 1 insertion(+), 2 deletions(-) Index: llvm/lib/Bytecode/Archive/Archive.cpp

[llvm-commits] CVS: llvm/include/llvm/Bytecode/Archive.h

2007-04-07 Thread Reid Spencer
Changes in directory llvm/include/llvm/Bytecode: Archive.h updated: 1.20 -> 1.21 --- Log message: For PR1291: http://llvm.org/PR1291 : Change to use PathWithStatus --- Diffs of the changes: (+7 -7) Archive.h | 14 +++--- 1 files changed, 7 insertions(+), 7 deletions(-) Index: l

[llvm-commits] CVS: llvm/include/llvm/Support/FileUtilities.h

2007-04-07 Thread Reid Spencer
Changes in directory llvm/include/llvm/Support: FileUtilities.h updated: 1.34 -> 1.35 --- Log message: For PR1291: http://llvm.org/PR1291 : Change to use PathWithStatus --- Diffs of the changes: (+2 -1) FileUtilities.h |3 ++- 1 files changed, 2 insertions(+), 1 deletion(-) Index: ll

[llvm-commits] CVS: llvm/utils/fpcmp/fpcmp.cpp

2007-04-07 Thread Reid Spencer
Changes in directory llvm/utils/fpcmp: fpcmp.cpp updated: 1.15 -> 1.16 --- Log message: Update for PathWithStatus --- Diffs of the changes: (+2 -1) fpcmp.cpp |3 ++- 1 files changed, 2 insertions(+), 1 deletion(-) Index: llvm/utils/fpcmp/fpcmp.cpp diff -u llvm/utils/fpcmp/fpcmp.cpp:1

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

2007-04-07 Thread Reid Spencer
On Sat, 2007-04-07 at 12:41 -0700, Jeff Cohen wrote: > This breaks the LLVM build. I am getting errors like: > > llvm[1]: Compiling Archive.cpp for Debug build > /usr/home/jeffc/llvm/lib/Bytecode/Archive/Archive.cpp: In member > function 'bool llvm::ArchiveMember::replaceWith(const llvm::sys::Pa

[llvm-commits] CVS: llvm/lib/Bytecode/Archive/Archive.cpp

2007-04-07 Thread Reid Spencer
Changes in directory llvm/lib/Bytecode/Archive: Archive.cpp updated: 1.20 -> 1.21 --- Log message: Fix another PathWithStatus issue. --- Diffs of the changes: (+2 -1) Archive.cpp |3 ++- 1 files changed, 2 insertions(+), 1 deletion(-) Index: llvm/lib/Bytecode/Archive/Archive.cpp diff

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

2007-04-07 Thread Jeff Cohen
This breaks the LLVM build. I am getting errors like: llvm[1]: Compiling Archive.cpp for Debug build /usr/home/jeffc/llvm/lib/Bytecode/Archive/Archive.cpp: In member function 'bool llvm::ArchiveMember::replaceWith(const llvm::sys::Path&, std::string*)': /usr/home/jeffc/llvm/lib/Bytecode/Archive

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

2007-04-07 Thread Reid Spencer
Changes in directory llvm/lib/Debugger: ProgramInfo.cpp updated: 1.21 -> 1.22 --- Log message: For PR1291: http://llvm.org/PR1291 : Change uses of sys::Path class to sys::PathWithStatus in those places where the file status information is needed. --- Diffs of the changes: (+1 -1) ProgramIn

[llvm-commits] CVS: llvm/tools/llvmc/CompilerDriver.cpp

2007-04-07 Thread Reid Spencer
Changes in directory llvm/tools/llvmc: CompilerDriver.cpp updated: 1.46 -> 1.47 --- Log message: For PR1291: http://llvm.org/PR1291 : Change uses of sys::Path class to sys::PathWithStatus in those places where the file status information is needed. --- Diffs of the changes: (+2 -1) Compile

[llvm-commits] CVS: llvm/lib/Support/FileUtilities.cpp

2007-04-07 Thread Reid Spencer
Changes in directory llvm/lib/Support: FileUtilities.cpp updated: 1.55 -> 1.56 --- Log message: For PR1291: http://llvm.org/PR1291 : Change uses of sys::Path class to sys::PathWithStatus in those places where the file status information is needed. --- Diffs of the changes: (+2 -2) FileUtil

[llvm-commits] CVS: llvm/tools/llvm-db/Commands.cpp

2007-04-07 Thread Reid Spencer
Changes in directory llvm/tools/llvm-db: Commands.cpp updated: 1.11 -> 1.12 --- Log message: For PR1291: http://llvm.org/PR1291 : Change uses of sys::Path class to sys::PathWithStatus in those places where the file status information is needed. --- Diffs of the changes: (+2 -1) Commands.cp

[llvm-commits] CVS: llvm/tools/llvm-ar/llvm-ar.cpp

2007-04-07 Thread Reid Spencer
Changes in directory llvm/tools/llvm-ar: llvm-ar.cpp updated: 1.42 -> 1.43 --- Log message: For PR1291: http://llvm.org/PR1291 : Change uses of sys::Path class to sys::PathWithStatus in those places where the file status information is needed. --- Diffs of the changes: (+6 -3) llvm-ar.cpp

[llvm-commits] CVS: llvm/include/llvm/System/MappedFile.h Path.h

2007-04-07 Thread Reid Spencer
Changes in directory llvm/include/llvm/System: MappedFile.h updated: 1.13 -> 1.14 Path.h updated: 1.49 -> 1.50 --- Log message: For PR1291: http://llvm.org/PR1291 : Implement the PathWithStatus class and its use throughout lib/System. --- Diffs of the changes: (+89 -26) MappedFile.h |2

[llvm-commits] CVS: llvm/lib/System/Unix/Path.inc Signals.inc

2007-04-07 Thread Reid Spencer
Changes in directory llvm/lib/System/Unix: Path.inc updated: 1.61 -> 1.62 Signals.inc updated: 1.16 -> 1.17 --- Log message: For PR1291: http://llvm.org/PR1291 : Implement the PathWithStatus class and its use throughout lib/System. --- Diffs of the changes: (+54 -47) Path.inc| 89 +++

[llvm-commits] CVS: llvm/lib/System/Win32/Path.inc

2007-04-07 Thread Reid Spencer
Changes in directory llvm/lib/System/Win32: Path.inc updated: 1.63 -> 1.64 --- Log message: For PR1291: http://llvm.org/PR1291 : Implement the PathWithStatus class and its use throughout lib/System. --- Diffs of the changes: (+15 -17) Path.inc | 32 +++- 1 fil

Re: [llvm-commits] CVS: llvm/lib/Transforms/Utils/LoopSimplify.cpp

2007-04-07 Thread Jeff Cohen
Still have two regressions: Running /usr/home/jeffc/llvm/test/Other/dg.exp ... FAIL: /usr/home/jeffc/llvm/test/Other/2002-01-31-PostDomSet-2.ll: child process exited abnormally opt: Unknown command line argument '-postdomset'. Try: 'opt --help' FAIL: /usr/home/jeffc/llvm/test/Other/2002-01-31-Po

[llvm-commits] CVS: llvm/lib/Transforms/Utils/LoopSimplify.cpp

2007-04-07 Thread Owen Anderson
Changes in directory llvm/lib/Transforms/Utils: LoopSimplify.cpp updated: 1.82 -> 1.83 --- Log message: Add DomSet back, and revert the changes to LoopSimplify. Apparently the ETForest updating mechanisms don't work as I thought they did. These changes will be reapplied once the issue is wor

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

2007-04-07 Thread Owen Anderson
Changes in directory llvm/include/llvm/Analysis: Dominators.h updated: 1.65 -> 1.66 --- Log message: Add DomSet back, and revert the changes to LoopSimplify. Apparently the ETForest updating mechanisms don't work as I thought they did. These changes will be reapplied once the issue is worked

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

2007-04-07 Thread Owen Anderson
Changes in directory llvm/lib/VMCore: Dominators.cpp updated: 1.86 -> 1.87 --- Log message: Add DomSet back, and revert the changes to LoopSimplify. Apparently the ETForest updating mechanisms don't work as I thought they did. These changes will be reapplied once the issue is worked out. -

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

2007-04-07 Thread Zhou Sheng
Changes in directory llvm/lib/Analysis: ScalarEvolution.cpp updated: 1.108 -> 1.109 --- Log message: Eliminate unnecessary APInt construction. --- Diffs of the changes: (+7 -8) ScalarEvolution.cpp | 15 +++ 1 files changed, 7 insertions(+), 8 deletions(-) Index: llvm/lib/An

[llvm-commits] CVS: llvm/docs/LinkTimeOptimization.html

2007-04-07 Thread Duncan Sands
Changes in directory llvm/docs: LinkTimeOptimization.html updated: 1.11 -> 1.12 --- Log message: Rephrase linker explanation. --- Diffs of the changes: (+5 -5) LinkTimeOptimization.html | 10 +- 1 files changed, 5 insertions(+), 5 deletions(-) Index: llvm/docs/LinkTimeOptimizat

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

2007-04-07 Thread Zhou Sheng
Changes in directory llvm/lib/Analysis: ScalarEvolution.cpp updated: 1.107 -> 1.108 --- Log message: Make APInt variables do the computation stuffs instead of ConstantExpr::getXX if possible. --- Diffs of the changes: (+11 -14) ScalarEvolution.cpp | 25 +++-- 1 files

Re: [llvm-commits] llvm-gcc build broken

2007-04-07 Thread Jeff Cohen
Jeff Cohen wrote: > I'm also seeing a bunch of regression failures from make check: > > Running /usr/home/jeffc/llvm/test/Analysis/Dominators/dg.exp ... > FAIL: > /usr/home/jeffc/llvm/test/Analysis/Dominators/2003-05-12-UnreachableCode.ll: > > child process exited abnormally > opt: Unknown comm

Re: [llvm-commits] llvm-gcc build broken

2007-04-07 Thread Jeff Cohen
I'm also seeing a bunch of regression failures from make check: Running /usr/home/jeffc/llvm/test/Analysis/Dominators/dg.exp ... FAIL: /usr/home/jeffc/llvm/test/Analysis/Dominators/2003-05-12-UnreachableCode.ll: child process exited abnormally opt: Unknown command line argument '-domset'. Try:

Re: [llvm-commits] llvm-gcc build broken

2007-04-07 Thread Chris Lattner
On Apr 7, 2007, at 8:45 AM, Jeff Cohen wrote: > Something broke it in the last 24 hours. > > /usr/home/jeffc/llvm-gcc/obj/gcc/xgcc > -B/usr/home/jeffc/llvm-gcc/obj/gcc/ > -B/home/jeffc/llvm-gcc/install/amd64-unknown-freebsd6.2/bin/ > -B/home/jeffc/llvm-gcc/install/amd64-unknown-freebsd6.2/lib/ -i

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

2007-04-07 Thread Zhou Sheng
Changes in directory llvm/lib/Analysis: ScalarEvolution.cpp updated: 1.106 -> 1.107 --- Log message: Eliminate unnecessary zext/trunc stuffs. --- Diffs of the changes: (+10 -14) ScalarEvolution.cpp | 24 ++-- 1 files changed, 10 insertions(+), 14 deletions(-) Index:

Re: [llvm-commits] CVS: llvm/utils/NewNightlyTest.pl

2007-04-07 Thread Chris Lattner
On Apr 6, 2007, at 9:41 PM, Reid Spencer wrote: > Reinstate the SVN capability without requiring Date::Parse. As > before the > SVN Repository is only used if requested with -usesvn option > otherwise it > uses CVS. Woot! Thanks guys, -Chris ___

[llvm-commits] CVS: llvm-www/Users.html

2007-04-07 Thread John Criswell
Changes in directory llvm-www: Users.html updated: 1.14 -> 1.15 --- Log message: Changed from Cray to Cray Inc. --- Diffs of the changes: (+2 -2) Users.html |4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) Index: llvm-www/Users.html diff -u llvm-www/Users.html:1.14 llvm-www/

[llvm-commits] CVS: llvm/tools/llvm-upgrade/UpgradeParser.cpp.cvs UpgradeParser.y.cvs

2007-04-07 Thread Reid Spencer
Changes in directory llvm/tools/llvm-upgrade: UpgradeParser.cpp.cvs updated: 1.71 -> 1.72 UpgradeParser.y.cvs updated: 1.70 -> 1.71 --- Log message: Regenerate. --- Diffs of the changes: (+66 -54) UpgradeParser.cpp.cvs | 110 ++ UpgradeParse

[llvm-commits] CVS: llvm/tools/llvm-upgrade/UpgradeParser.y

2007-04-07 Thread Reid Spencer
Changes in directory llvm/tools/llvm-upgrade: UpgradeParser.y updated: 1.77 -> 1.78 --- Log message: For PR1312: http://llvm.org/PR1312 : For the short CALL/INVOKE syntax, the signedness of the result type is two extractions away from the type argument because its a POINTER to function type, no

[llvm-commits] CVS: llvm/lib/Transforms/Scalar/PredicateSimplifier.cpp

2007-04-07 Thread Nick Lewycky
Changes in directory llvm/lib/Transforms/Scalar: PredicateSimplifier.cpp updated: 1.65 -> 1.66 --- Log message: Add support for cast instructions. --- Diffs of the changes: (+75 -17) PredicateSimplifier.cpp | 92 +++- 1 files changed, 75 insert

[llvm-commits] llvm-gcc build broken

2007-04-07 Thread Jeff Cohen
Something broke it in the last 24 hours. /usr/home/jeffc/llvm-gcc/obj/gcc/xgcc -B/usr/home/jeffc/llvm-gcc/obj/gcc/ -B/home/jeffc/llvm-gcc/install/amd64-unknown-freebsd6.2/bin/ -B/home/jeffc/llvm-gcc/install/amd64-unknown-freebsd6.2/lib/ -isystem /home/jeffc/llvm-gcc/install/amd64-unknown-freeb

[llvm-commits] CVS: llvm/include/llvm/Support/ConstantRange.h

2007-04-07 Thread Nick Lewycky
Changes in directory llvm/include/llvm/Support: ConstantRange.h updated: 1.21 -> 1.22 --- Log message: Add signExtend to ConstantRange, to complement zeroExtend and truncate. --- Diffs of the changes: (+6 -0) ConstantRange.h |6 ++ 1 files changed, 6 insertions(+) Index: llvm/inc

[llvm-commits] CVS: llvm/lib/Support/ConstantRange.cpp

2007-04-07 Thread Nick Lewycky
Changes in directory llvm/lib/Support: ConstantRange.cpp updated: 1.42 -> 1.43 --- Log message: Add signExtend to ConstantRange, to complement zeroExtend and truncate. --- Diffs of the changes: (+17 -0) ConstantRange.cpp | 17 + 1 files changed, 17 insertions(+) Index:

[llvm-commits] CVS: llvm-www/Users.html

2007-04-07 Thread Reid Spencer
Changes in directory llvm-www: Users.html updated: 1.13 -> 1.14 --- Log message: Add missing " --- Diffs of the changes: (+2 -2) Users.html |4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) Index: llvm-www/Users.html diff -u llvm-www/Users.html:1.13 llvm-www/Users.html:1.14 -

[llvm-commits] CVS: llvm/win32/Transforms/Transforms.vcproj

2007-04-07 Thread Jeff Cohen
Changes in directory llvm/win32/Transforms: Transforms.vcproj updated: 1.26 -> 1.27 --- Log message: Unbreak VC++ build. --- Diffs of the changes: (+3 -0) Transforms.vcproj |3 +++ 1 files changed, 3 insertions(+) Index: llvm/win32/Transforms/Transforms.vcproj diff -u llvm/win32/Trans

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

2007-04-07 Thread Owen Anderson
Changes in directory llvm/include/llvm: LinkAllPasses.h updated: 1.12 -> 1.13 --- Log message: Completely purge DomSet. This is the (hopefully) final patch for PR1171: http://llvm.org/PR1171 . --- Diffs of the changes: (+0 -1) LinkAllPasses.h |1 - 1 files changed, 1 deletion(-) In

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

2007-04-07 Thread Owen Anderson
Changes in directory llvm/lib/Analysis: PostDominators.cpp updated: 1.62 -> 1.63 --- Log message: Completely purge DomSet. This is the (hopefully) final patch for PR1171: http://llvm.org/PR1171 . --- Diffs of the changes: (+0 -67) PostDominators.cpp | 67 ---

[llvm-commits] CVS: llvm/lib/Transforms/Scalar/LoopStrengthReduce.cpp

2007-04-07 Thread Owen Anderson
Changes in directory llvm/lib/Transforms/Scalar: LoopStrengthReduce.cpp updated: 1.126 -> 1.127 --- Log message: Completely purge DomSet. This is the (hopefully) final patch for PR1171: http://llvm.org/PR1171 . --- Diffs of the changes: (+0 -1) LoopStrengthReduce.cpp |1 - 1 files ch

[llvm-commits] CVS: llvm/include/llvm/Transforms/Utils/BasicBlockUtils.h FunctionUtils.h

2007-04-07 Thread Owen Anderson
Changes in directory llvm/include/llvm/Transforms/Utils: BasicBlockUtils.h updated: 1.15 -> 1.16 FunctionUtils.h updated: 1.10 -> 1.11 --- Log message: Completely purge DomSet. This is the (hopefully) final patch for PR1171: http://llvm.org/PR1171 . --- Diffs of the changes: (+1 -2) Basi

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

2007-04-07 Thread Owen Anderson
Changes in directory llvm/include/llvm/Analysis: Dominators.h updated: 1.64 -> 1.65 PostDominators.h updated: 1.14 -> 1.15 --- Log message: Completely purge DomSet. This is the (hopefully) final patch for PR1171: http://llvm.org/PR1171 . --- Diffs of the changes: (+1 -149) Dominators.h

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

2007-04-07 Thread Owen Anderson
Changes in directory llvm/lib/VMCore: Dominators.cpp updated: 1.85 -> 1.86 --- Log message: Completely purge DomSet. This is the (hopefully) final patch for PR1171: http://llvm.org/PR1171 . --- Diffs of the changes: (+14 -109) Dominators.cpp | 123 ++-