[llvm-commits] [llvm-gcc-4.0] r43497 - /llvm-gcc-4.0/trunk/gcc/objc/objc-act.c

2007-10-29 Thread Devang Patel
Author: dpatel Date: Mon Oct 29 23:44:07 2007 New Revision: 43497 URL: http://llvm.org/viewvc/llvm-project?rev=43497&view=rev Log: Fix grammer. Modified: llvm-gcc-4.0/trunk/gcc/objc/objc-act.c Modified: llvm-gcc-4.0/trunk/gcc/objc/objc-act.c URL: http://llvm.org/viewvc/llvm-project/llvm-gcc

[llvm-commits] [llvm-gcc-4.2] r43496 - /llvm-gcc-4.2/trunk/gcc/objc/objc-act.c

2007-10-29 Thread Devang Patel
Author: dpatel Date: Mon Oct 29 23:43:09 2007 New Revision: 43496 URL: http://llvm.org/viewvc/llvm-project?rev=43496&view=rev Log: Fix grammer. Modified: llvm-gcc-4.2/trunk/gcc/objc/objc-act.c Modified: llvm-gcc-4.2/trunk/gcc/objc/objc-act.c URL: http://llvm.org/viewvc/llvm-project/llvm-gcc

[llvm-commits] [llvm-gcc-4.0] r43495 - /llvm-gcc-4.0/trunk/gcc/objc/objc-act.c

2007-10-29 Thread Devang Patel
Author: dpatel Date: Mon Oct 29 23:41:47 2007 New Revision: 43495 URL: http://llvm.org/viewvc/llvm-project?rev=43495&view=rev Log: Fix typo. Modified: llvm-gcc-4.0/trunk/gcc/objc/objc-act.c Modified: llvm-gcc-4.0/trunk/gcc/objc/objc-act.c URL: http://llvm.org/viewvc/llvm-project/llvm-gcc-4.

[llvm-commits] [llvm-gcc-4.2] r43492 - /llvm-gcc-4.2/trunk/gcc/config/i386/llvm-i386.cpp

2007-10-29 Thread Dale Johannesen
Author: johannes Date: Mon Oct 29 20:52:58 2007 New Revision: 43492 URL: http://llvm.org/viewvc/llvm-project?rev=43492&view=rev Log: Add missing MMX PSUBQ. Modified: llvm-gcc-4.2/trunk/gcc/config/i386/llvm-i386.cpp Modified: llvm-gcc-4.2/trunk/gcc/config/i386/llvm-i386.cpp URL: http://llvm

[llvm-commits] [llvm-gcc-4.0] r43491 - /llvm-gcc-4.0/trunk/gcc/config/i386/llvm-i386.cpp

2007-10-29 Thread Dale Johannesen
Author: johannes Date: Mon Oct 29 20:45:17 2007 New Revision: 43491 URL: http://llvm.org/viewvc/llvm-project?rev=43491&view=rev Log: Revert PSLLQ/PSRLQ part of previous patch; this isn't the right place to fix it. Modified: llvm-gcc-4.0/trunk/gcc/config/i386/llvm-i386.cpp Modified: llvm-gcc

[llvm-commits] [llvm] r43490 - /llvm/trunk/include/llvm/IntrinsicsX86.td

2007-10-29 Thread Dale Johannesen
Author: johannes Date: Mon Oct 29 20:44:33 2007 New Revision: 43490 URL: http://llvm.org/viewvc/llvm-project?rev=43490&view=rev Log: Fix argument types for PSLLQ, PSRLQ. Modified: llvm/trunk/include/llvm/IntrinsicsX86.td Modified: llvm/trunk/include/llvm/IntrinsicsX86.td URL: http://llvm.o

[llvm-commits] [llvm-gcc-4.0] r43489 - /llvm-gcc-4.0/trunk/gcc/config/i386/llvm-i386.cpp

2007-10-29 Thread Dale Johannesen
Author: johannes Date: Mon Oct 29 20:20:06 2007 New Revision: 43489 URL: http://llvm.org/viewvc/llvm-project?rev=43489&view=rev Log: Add missing MMX PSUBQ. Add missing typecasts in PSLLQI and PSRLQI. Modified: llvm-gcc-4.0/trunk/gcc/config/i386/llvm-i386.cpp Modified: llvm-gcc-4.0/trunk/gc

[llvm-commits] [llvm] r43488 - /llvm/trunk/lib/Target/X86/X86ISelLowering.cpp

2007-10-29 Thread Dale Johannesen
Author: johannes Date: Mon Oct 29 20:18:38 2007 New Revision: 43488 URL: http://llvm.org/viewvc/llvm-project?rev=43488&view=rev Log: Add missing MMX PSUBQ. Modified: llvm/trunk/lib/Target/X86/X86ISelLowering.cpp Modified: llvm/trunk/lib/Target/X86/X86ISelLowering.cpp URL: http://llvm.org/v

[llvm-commits] [llvm-gcc-4.2] r43487 - /llvm-gcc-4.2/trunk/gcc/objc/objc-act.c

2007-10-29 Thread Devang Patel
Author: dpatel Date: Mon Oct 29 19:14:40 2007 New Revision: 43487 URL: http://llvm.org/viewvc/llvm-project?rev=43487&view=rev Log: Fix http://lists.cs.uiuc.edu/pipermail/llvm-commits/Week-of-Mon-20071015/054686.html Modified: llvm-gcc-4.2/trunk/gcc/objc/objc-act.c Modified: llvm-gcc-4.2/tr

[llvm-commits] [llvm-gcc-4.2] r43486 - /llvm-gcc-4.2/trunk/gcc/objc/objc-act.c

2007-10-29 Thread Devang Patel
Author: dpatel Date: Mon Oct 29 19:10:50 2007 New Revision: 43486 URL: http://llvm.org/viewvc/llvm-project?rev=43486&view=rev Log: Really detect array ref. Modified: llvm-gcc-4.2/trunk/gcc/objc/objc-act.c Modified: llvm-gcc-4.2/trunk/gcc/objc/objc-act.c URL: http://llvm.org/viewvc/llvm-proj

[llvm-commits] [llvm-gcc-4.0] r43483 - /llvm-gcc-4.0/trunk/gcc/objc/objc-act.c

2007-10-29 Thread Devang Patel
Author: dpatel Date: Mon Oct 29 18:53:11 2007 New Revision: 43483 URL: http://llvm.org/viewvc/llvm-project?rev=43483&view=rev Log: Really detect array reference. Modified: llvm-gcc-4.0/trunk/gcc/objc/objc-act.c Modified: llvm-gcc-4.0/trunk/gcc/objc/objc-act.c URL: http://llvm.org/viewvc/llv

[llvm-commits] [llvm] r43480 - in /llvm/trunk: lib/Transforms/Scalar/LoopStrengthReduce.cpp test/CodeGen/X86/loop-strength-reduce6.ll

2007-10-29 Thread Evan Cheng
Author: evancheng Date: Mon Oct 29 17:07:18 2007 New Revision: 43480 URL: http://llvm.org/viewvc/llvm-project?rev=43480&view=rev Log: - Bug fixes. - Allow icmp rewrite using an iv / stride of a smaller integer type. Added: llvm/trunk/test/CodeGen/X86/loop-strength-reduce6.ll Modified: llv

[llvm-commits] [llvm] r43479 - in /llvm/trunk/win32: Bitcode/Bitcode.vcproj CodeGen/CodeGen.vcproj Support/Support.vcproj

2007-10-29 Thread Hartmut Kaiser
Author: hkaiser Date: Mon Oct 29 16:56:15 2007 New Revision: 43479 URL: http://llvm.org/viewvc/llvm-project?rev=43479&view=rev Log: Updated VC++ build system Modified: llvm/trunk/win32/Bitcode/Bitcode.vcproj llvm/trunk/win32/CodeGen/CodeGen.vcproj llvm/trunk/win32/Support/Support.vcpr

[llvm-commits] [llvm] r43470 - in /llvm/trunk: lib/CodeGen/SelectionDAG/DAGCombiner.cpp test/CodeGen/X86/bitcast-int-to-vector.ll

2007-10-29 Thread Dan Gohman
Author: djg Date: Mon Oct 29 15:44:42 2007 New Revision: 43470 URL: http://llvm.org/viewvc/llvm-project?rev=43470&view=rev Log: Fix a DAGCombiner abort on a bitcast from a scalar to a vector. Added: llvm/trunk/test/CodeGen/X86/bitcast-int-to-vector.ll Modified: llvm/trunk/lib/CodeGen/Sele

[llvm-commits] [llvm] r43468 - /llvm/trunk/lib/Transforms/Scalar/LowerPacked.cpp

2007-10-29 Thread Dan Gohman
Author: djg Date: Mon Oct 29 15:34:35 2007 New Revision: 43468 URL: http://llvm.org/viewvc/llvm-project?rev=43468&view=rev Log: Don't bitcast from pointer-to-vector to pointer-to-array when lowering load and store instructions. Modified: llvm/trunk/lib/Transforms/Scalar/LowerPacked.cpp Modif

[llvm-commits] [llvm] r43467 - /llvm/trunk/lib/Transforms/Scalar/LowerPacked.cpp

2007-10-29 Thread Dan Gohman
Author: djg Date: Mon Oct 29 15:24:00 2007 New Revision: 43467 URL: http://llvm.org/viewvc/llvm-project?rev=43467&view=rev Log: Use an array instead of a fixed-length std::vector. Modified: llvm/trunk/lib/Transforms/Scalar/LowerPacked.cpp Modified: llvm/trunk/lib/Transforms/Scalar/LowerPacke

[llvm-commits] [llvm] r43466 - /llvm/trunk/lib/Transforms/Scalar/LowerPacked.cpp

2007-10-29 Thread Dan Gohman
Author: djg Date: Mon Oct 29 15:14:29 2007 New Revision: 43466 URL: http://llvm.org/viewvc/llvm-project?rev=43466&view=rev Log: Do a real assert if there is an unhandled vector instruction instead of just printing to cerr. Modified: llvm/trunk/lib/Transforms/Scalar/LowerPacked.cpp Modified:

[llvm-commits] [llvm] r43465 - in /llvm/trunk: include/llvm/Target/TargetLowering.h lib/CodeGen/SelectionDAG/DAGCombiner.cpp lib/Target/X86/X86ISelLowering.cpp lib/Target/X86/X86ISelLowering.h test/Co

2007-10-29 Thread Evan Cheng
Author: evancheng Date: Mon Oct 29 14:58:20 2007 New Revision: 43465 URL: http://llvm.org/viewvc/llvm-project?rev=43465&view=rev Log: Enable more fold (sext (load x)) -> (sext (truncate (sextload x))) transformation. Previously, it's restricted by ensuring the number of load uses is one. Now the r

[llvm-commits] [llvm] r43464 - in /llvm/trunk: include/llvm/Analysis/AliasSetTracker.h lib/Analysis/ValueNumbering.cpp lib/CodeGen/SelectionDAG/LegalizeDAGTypes.cpp

2007-10-29 Thread Dan Gohman
Author: djg Date: Mon Oct 29 14:52:04 2007 New Revision: 43464 URL: http://llvm.org/viewvc/llvm-project?rev=43464&view=rev Log: Add explicit keywords. Modified: llvm/trunk/include/llvm/Analysis/AliasSetTracker.h llvm/trunk/lib/Analysis/ValueNumbering.cpp llvm/trunk/lib/CodeGen/Selecti

Re: [llvm-commits] llvm-gcc4.0 build broken

2007-10-29 Thread Tanya Lattner
n/m. Just me. -Tanya On Oct 29, 2007, at 11:05 AM, Tanya Lattner wrote: > I'm currently getting this build error: > > gcc -c -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict- > prototypes -Wmissing-prototypes -pedantic -Wno-long-long -Wno- > variadic-macros -Wold-style-definition -fno-comm

[llvm-commits] [llvm] r43463 - /llvm/trunk/lib/Transforms/Scalar/LoopStrengthReduce.cpp

2007-10-29 Thread Dan Gohman
Author: djg Date: Mon Oct 29 14:32:39 2007 New Revision: 43463 URL: http://llvm.org/viewvc/llvm-project?rev=43463&view=rev Log: Update a comment to reflect the current code. Modified: llvm/trunk/lib/Transforms/Scalar/LoopStrengthReduce.cpp Modified: llvm/trunk/lib/Transforms/Scalar/LoopStren

[llvm-commits] [llvm] r43462 - /llvm/trunk/lib/Transforms/Scalar/LoopStrengthReduce.cpp

2007-10-29 Thread Dan Gohman
Author: djg Date: Mon Oct 29 14:31:25 2007 New Revision: 43462 URL: http://llvm.org/viewvc/llvm-project?rev=43462&view=rev Log: Remove an unused function argument. Modified: llvm/trunk/lib/Transforms/Scalar/LoopStrengthReduce.cpp Modified: llvm/trunk/lib/Transforms/Scalar/LoopStrengthReduce.

[llvm-commits] [llvm] r43461 - /llvm/trunk/lib/Transforms/Scalar/LoopStrengthReduce.cpp

2007-10-29 Thread Dan Gohman
Author: djg Date: Mon Oct 29 14:26:14 2007 New Revision: 43461 URL: http://llvm.org/viewvc/llvm-project?rev=43461&view=rev Log: Fix a typo in a comment. Modified: llvm/trunk/lib/Transforms/Scalar/LoopStrengthReduce.cpp Modified: llvm/trunk/lib/Transforms/Scalar/LoopStrengthReduce.cpp URL: h

[llvm-commits] [llvm] r43460 - /llvm/trunk/lib/Transforms/Scalar/LoopStrengthReduce.cpp

2007-10-29 Thread Dan Gohman
Author: djg Date: Mon Oct 29 14:23:53 2007 New Revision: 43460 URL: http://llvm.org/viewvc/llvm-project?rev=43460&view=rev Log: Avoid calling ValidStride when not all uses are addresses. Modified: llvm/trunk/lib/Transforms/Scalar/LoopStrengthReduce.cpp Modified: llvm/trunk/lib/Transforms/Sca

[llvm-commits] [llvm] r43459 - /llvm/trunk/lib/Bitcode/Reader/Deserialize.cpp

2007-10-29 Thread Ted Kremenek
Author: kremenek Date: Mon Oct 29 13:43:39 2007 New Revision: 43459 URL: http://llvm.org/viewvc/llvm-project?rev=43459&view=rev Log: Fixed warning concerning implicit conversion from a NULL pointer constant to an unsigned int. We now just directly assign the literal 0. Modified: llvm/trunk/l

[llvm-commits] [llvm-gcc-4.2] r43458 - /llvm-gcc-4.2/trunk/gcc/llvm-convert.cpp

2007-10-29 Thread Dale Johannesen
Author: johannes Date: Mon Oct 29 13:33:25 2007 New Revision: 43458 URL: http://llvm.org/viewvc/llvm-project?rev=43458&view=rev Log: Eliminate annoying warning. Modified: llvm-gcc-4.2/trunk/gcc/llvm-convert.cpp Modified: llvm-gcc-4.2/trunk/gcc/llvm-convert.cpp URL: http://llvm.org/viewvc/l

Re: [llvm-commits] [llvm-gcc-4.2] r43378 - /llvm-gcc-4.2/trunk/gcc/llvm-convert.cpp

2007-10-29 Thread Dale Johannesen
On Oct 29, 2007, at 10:55 AM, Lauro Ramos Venancio wrote: > Hi Dale, > > This patch broke the llvm-gcc compilation for arm-linux. > > Lauro Fixed, sorry. ___ llvm-commits mailing list llvm-commits@cs.uiuc.edu http://lists.cs.uiuc.edu/mailman/listinfo/

[llvm-commits] [llvm-gcc-4.2] r43457 - /llvm-gcc-4.2/trunk/gcc/llvm-convert.cpp

2007-10-29 Thread Dale Johannesen
Author: johannes Date: Mon Oct 29 13:26:54 2007 New Revision: 43457 URL: http://llvm.org/viewvc/llvm-project?rev=43457&view=rev Log: Fix bug in 43378. Modified: llvm-gcc-4.2/trunk/gcc/llvm-convert.cpp Modified: llvm-gcc-4.2/trunk/gcc/llvm-convert.cpp URL: http://llvm.org/viewvc/llvm-projec

[llvm-commits] Warnings in llvm

2007-10-29 Thread Anton Korobeynikov
Ted, I'm getting the following warning on TOT: /home/asl/proj/llvm/src/lib/Bitcode/Reader/Deserialize.cpp: In member function `void llvm::Deserializer::ReadUIntPtr(uintptr_t&)': /home/asl/proj/llvm/src/lib/Bitcode/Reader/Deserialize.cpp:111: warning: converting to non-pointer type `unsigned int'

[llvm-commits] [llvm-gcc-4.0] r43456 - /llvm-gcc-4.0/trunk/gcc/llvm-convert.cpp

2007-10-29 Thread Dale Johannesen
Author: johannes Date: Mon Oct 29 13:22:05 2007 New Revision: 43456 URL: http://llvm.org/viewvc/llvm-project?rev=43456&view=rev Log: Fix bug in 43378. Modified: llvm-gcc-4.0/trunk/gcc/llvm-convert.cpp Modified: llvm-gcc-4.0/trunk/gcc/llvm-convert.cpp URL: http://llvm.org/viewvc/llvm-proje

[llvm-commits] llvm-gcc4.0 build broken

2007-10-29 Thread Tanya Lattner
I'm currently getting this build error: gcc -c -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict- prototypes -Wmissing-prototypes -pedantic -Wno-long-long -Wno- variadic-macros -Wold-style-definition -fno-common -mdynamic-no-pic - DHAVE_CONFIG_H -DENABLE_LLVM -I/Users/lattner/work/llvm/in

Re: [llvm-commits] [llvm-gcc-4.2] r43378 - /llvm-gcc-4.2/trunk/gcc/llvm-convert.cpp

2007-10-29 Thread Lauro Ramos Venancio
Hi Dale, This patch broke the llvm-gcc compilation for arm-linux. Lauro /home/laurov/tester/llvm-gcc-4.2/build/./gcc/xgcc -B/home/laurov/tester/llvm-gcc-4.2/build/./gcc/ -B/opt/crosstool/gcc-4.1.2-glibc-2.5/arm-linux-gnueabi/arm-linux-gnueabi/bin/ -B/opt/crosstool/gcc-4.1.2-glibc-2.5/arm-linux-

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

2007-10-29 Thread Chris Lattner
Changes in directory llvm-www: InTheNews.html updated: 1.23 -> 1.24 --- Log message: add a link --- Diffs of the changes: (+2 -1) InTheNews.html |3 ++- 1 files changed, 2 insertions(+), 1 deletion(-) Index: llvm-www/InTheNews.html diff -u llvm-www/InTheNews.html:1.23 llvm-www/InTheN

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

2007-10-29 Thread Chris Lattner
Changes in directory llvm-www: InTheNews.html updated: 1.24 -> 1.25 --- Log message: Fix punctuation --- Diffs of the changes: (+2 -2) InTheNews.html |4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) Index: llvm-www/InTheNews.html diff -u llvm-www/InTheNews.html:1.24 llvm-www

[llvm-commits] [llvm] r43452 - /llvm/trunk/test/Transforms/InstCombine/stacksaverestore.ll

2007-10-29 Thread Chris Lattner
Author: lattner Date: Mon Oct 29 12:06:35 2007 New Revision: 43452 URL: http://llvm.org/viewvc/llvm-project?rev=43452&view=rev Log: update testcase Modified: llvm/trunk/test/Transforms/InstCombine/stacksaverestore.ll Modified: llvm/trunk/test/Transforms/InstCombine/stacksaverestore.ll URL:

Re: [llvm-commits] [llvm] r43424 - /llvm/trunk/lib/VMCore/Verifier.cpp

2007-10-29 Thread Duncan Sands
> I renamed the option, but independently of that, I don't think this > is a good idea. The goal for this option is to support front-end who > want to use the verifier to catch things are are likely to be > malformed IR that they are constructing. As such, this should be > added to the *A