[llvm-commits] [llvm] r41029 - /llvm/trunk/lib/Transforms/Scalar/LoopIndexSplit.cpp

2007-08-12 Thread Devang Patel
Author: dpatel Date: Sun Aug 12 02:02:51 2007 New Revision: 41029 URL: http://llvm.org/viewvc/llvm-project?rev=41029&view=rev Log: Split loops and do CFG cleanup. Modified: llvm/trunk/lib/Transforms/Scalar/LoopIndexSplit.cpp Modified: llvm/trunk/lib/Transforms/Scalar/LoopIndexSplit.cpp URL:

[llvm-commits] [llvm] r41033 - in /llvm/trunk/include/llvm: ADT/DenseMap.h ADT/SmallVector.h Analysis/Dominators.h Analysis/LoopInfo.h Assembly/PrintModulePass.h GlobalValue.h Pass.h PassManagers.h Pa

2007-08-12 Thread Reid Spencer
Author: reid Date: Sun Aug 12 03:12:35 2007 New Revision: 41033 URL: http://llvm.org/viewvc/llvm-project?rev=41033&view=rev Log: Change casts from old style to new style. This helps document the details better, gives the compiler a chance to validate the cast and reduces warnings if the user turns

Re: [llvm-commits] Trampoline support (pointers nested funtions)

2007-08-12 Thread Duncan Sands
On Thursday 2 August 2007 02:55:57 Chris Lattner wrote: > > On Jul 31, 2007, at 3:08 PM, Evan Cheng wrote: > > >>> Also, isn't the static chain register described in > >>> X86CallingConv.td? > >> > >> It is, but it's hard to use here. The problem is that when > >> lowering the > >> init.tram

[llvm-commits] [llvm] r41034 - in /llvm/trunk/test/Transforms/InstCombine: align-inc.ll load.ll

2007-08-12 Thread Chris Lattner
Author: lattner Date: Sun Aug 12 11:55:14 2007 New Revision: 41034 URL: http://llvm.org/viewvc/llvm-project?rev=41034&view=rev Log: oops, forgot to commit this. Modified: llvm/trunk/test/Transforms/InstCombine/align-inc.ll llvm/trunk/test/Transforms/InstCombine/load.ll Modified: llvm/tru

[llvm-commits] [llvm] r41039 - /llvm/trunk/tools/Makefile

2007-08-12 Thread Reid Spencer
Author: reid Date: Sun Aug 12 19:25:47 2007 New Revision: 41039 URL: http://llvm.org/viewvc/llvm-project?rev=41039&view=rev Log: Don't build llvm-stub twice. Modified: llvm/trunk/tools/Makefile Modified: llvm/trunk/tools/Makefile URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/tools/Mak

[llvm-commits] [llvm] r41040 - /llvm/trunk/utils/findmisopt

2007-08-12 Thread Reid Spencer
Author: reid Date: Mon Aug 13 01:19:51 2007 New Revision: 41040 URL: http://llvm.org/viewvc/llvm-project?rev=41040&view=rev Log: Make use of the llvm-ld tool's new ability to read input from stdin to extract the list of link time passes to be run, just as for opt, with the -debug-pass=Arguments op

[llvm-commits] [llvm-gcc-4.0] r41041 - /llvm-gcc-4.0/trunk/ModuleInfo.txt

2007-08-12 Thread Reid Spencer
Author: reid Date: Mon Aug 13 01:35:23 2007 New Revision: 41041 URL: http://llvm.org/viewvc/llvm-project?rev=41041&view=rev Log: Using a pipeline with these commands doesn't work. Fortunately, there's a workaround with the make -C option. Modified: llvm-gcc-4.0/trunk/ModuleInfo.txt Modified:

[llvm-commits] [llvm-top] r41042 - in /llvm-top/trunk: install library.sh

2007-08-12 Thread Reid Spencer
Author: reid Date: Mon Aug 13 01:37:41 2007 New Revision: 41042 URL: http://llvm.org/viewvc/llvm-project?rev=41042&view=rev Log: Fix problems with the install script checking out dependencies into a subdirectory, caused by not returning to $LLVM_TOP on each iteration. Also, add more debugging out