[llvm-commits] [llvm] r41098 - /llvm/trunk/test/CodeGen/X86/trunc-to-bool.ll

2007-08-15 Thread Dan Gohman
Author: djg Date: Wed Aug 15 08:42:36 2007 New Revision: 41098 URL: http://llvm.org/viewvc/llvm-project?rev=41098view=rev Log: Convert another test to use the count script. This one didn't fit the regex used to convert all the others because the first '|' was on a separate line. Modified:

[llvm-commits] [llvm] r41099 - in /llvm/trunk/test/CodeGen/X86: 2006-05-08-CoalesceSubRegClass.ll test-pic-1.ll

2007-08-15 Thread Dan Gohman
Author: djg Date: Wed Aug 15 08:45:35 2007 New Revision: 41099 URL: http://llvm.org/viewvc/llvm-project?rev=41099view=rev Log: Delete extraneous uses of wc -l. Modified: llvm/trunk/test/CodeGen/X86/2006-05-08-CoalesceSubRegClass.ll llvm/trunk/test/CodeGen/X86/test-pic-1.ll Modified:

[llvm-commits] [llvm] r41100 - in /llvm/trunk/test: CFrontend/2007-06-15-AnnotateAttribute.c CFrontend/2007-08-01-LoadStoreAlign.c CodeGen/ARM/aliases.ll CodeGen/ARM/unaligned_load_store.ll CodeGen/Ge

2007-08-15 Thread Dan Gohman
Author: djg Date: Wed Aug 15 08:49:33 2007 New Revision: 41100 URL: http://llvm.org/viewvc/llvm-project?rev=41100view=rev Log: Convert tests using grep -c ... | grep ... to use the count script. Modified: llvm/trunk/test/CFrontend/2007-06-15-AnnotateAttribute.c

[llvm-commits] [llvm] r41101 - /llvm/trunk/test/CodeGen/ARM/align.ll

2007-08-15 Thread Dan Gohman
Author: djg Date: Wed Aug 15 08:55:47 2007 New Revision: 41101 URL: http://llvm.org/viewvc/llvm-project?rev=41101view=rev Log: This test used wc | grep ...; convert it to use the count script. Modified: llvm/trunk/test/CodeGen/ARM/align.ll Modified: llvm/trunk/test/CodeGen/ARM/align.ll URL:

[llvm-commits] [llvm] r41102 - in /llvm/trunk/test: C++Frontend/ CFrontend/

2007-08-15 Thread Dan Gohman
Author: djg Date: Wed Aug 15 09:03:58 2007 New Revision: 41102 URL: http://llvm.org/viewvc/llvm-project?rev=41102view=rev Log: svn propdel the svn:mime-type property of application/x-troff. Modified: llvm/trunk/test/C++Frontend/2003-08-24-Cleanup.cpp.tr (props changed)

[llvm-commits] [llvm] r41103 - /llvm/trunk/lib/Target/X86/README-SSE.txt

2007-08-15 Thread Chris Lattner
Author: lattner Date: Wed Aug 15 11:58:38 2007 New Revision: 41103 URL: http://llvm.org/viewvc/llvm-project?rev=41103view=rev Log: add a note. Modified: llvm/trunk/lib/Target/X86/README-SSE.txt Modified: llvm/trunk/lib/Target/X86/README-SSE.txt URL:

[llvm-commits] [llvm] r41104 - in /llvm/trunk/lib/Target/X86: X86ISelLowering.cpp X86ISelLowering.h X86MachineFunctionInfo.h

2007-08-15 Thread Anton Korobeynikov
Author: asl Date: Wed Aug 15 12:12:32 2007 New Revision: 41104 URL: http://llvm.org/viewvc/llvm-project?rev=41104view=rev Log: Move ReturnAddrIndex variable to X86MachineFunctionInfo structure. This fixed hard to catch bugs with retaddr lowering Modified:

[llvm-commits] [llvm-gcc-4.2] r41105 - /llvm-gcc-4.2/trunk/gcc/crtstuff.c

2007-08-15 Thread Anton Korobeynikov
Author: asl Date: Wed Aug 15 12:52:12 2007 New Revision: 41105 URL: http://llvm.org/viewvc/llvm-project?rev=41105view=rev Log: Mark more stuff as used. This is needed, because LLVM optimizers now are pretty clever :) Modified: llvm-gcc-4.2/trunk/gcc/crtstuff.c Modified:

[llvm-commits] [llvm] r41106 - /llvm/trunk/tools/llvm-upgrade/UpgradeParser.y.cvs

2007-08-15 Thread David Greene
Author: greened Date: Wed Aug 15 12:58:51 2007 New Revision: 41106 URL: http://llvm.org/viewvc/llvm-project?rev=41106view=rev Log: Update .cvs file Modified: llvm/trunk/tools/llvm-upgrade/UpgradeParser.y.cvs Modified: llvm/trunk/tools/llvm-upgrade/UpgradeParser.y.cvs URL:

[llvm-commits] [llvm-gcc-4.0] r41108 - in /llvm-gcc-4.0/trunk/gcc: llvm-backend.cpp toplev.c

2007-08-15 Thread Anton Korobeynikov
Author: asl Date: Wed Aug 15 13:20:33 2007 New Revision: 41108 URL: http://llvm.org/viewvc/llvm-project?rev=41108view=rev Log: Propagate patch from 4.2 branch: properly do the things, when PCHs are used for emitting PCHs :) Modified: llvm-gcc-4.0/trunk/gcc/llvm-backend.cpp

[llvm-commits] [llvm-gcc-4.0] r41107 - /llvm-gcc-4.0/trunk/gcc/crtstuff.c

2007-08-15 Thread Anton Korobeynikov
Author: asl Date: Wed Aug 15 13:18:58 2007 New Revision: 41107 URL: http://llvm.org/viewvc/llvm-project?rev=41107view=rev Log: Propagate patch from 4.2 branch: Mark more stuff as used. This is needed, because LLVM optimizers now are pretty clever :) Modified:

Re: [llvm-commits] [llvm] r41046 - /llvm/trunk/lib/VMCore/ConstantFold.cpp

2007-08-15 Thread Rafael Espindola
define void @_Z1g1S(%struct.S* noalias %s) { entry:%tmp131415 = getelementptr %struct.S* %s, i32 0, i32 0 ; i32 (...)*** [#uses=1]%tmp16 = load i32 (...)*** %tmp131415, align 4 ; i32 (...)** [#uses=1] %tmp26277 = load i32 (...)** %tmp16

Re: [llvm-commits] [llvm] r41046 - /llvm/trunk/lib/VMCore/ConstantFold.cpp

2007-08-15 Thread Chris Lattner
On Aug 15, 2007, at 12:46 PM, Rafael Espindola wrote: define void @_Z1g1S(%struct.S* noalias %s) { entry:%tmp131415 = getelementptr %struct.S* %s, i32 0, i32 0 ; i32 (...)*** [#uses=1]%tmp16 = load i32 (...)*** %tmp131415, align 4 ; i32 (...)**

[llvm-commits] [llvm] r41109 - /llvm/trunk/lib/CodeGen/VirtRegMap.cpp

2007-08-15 Thread Evan Cheng
Author: evancheng Date: Wed Aug 15 15:20:34 2007 New Revision: 41109 URL: http://llvm.org/viewvc/llvm-project?rev=41109view=rev Log: If the source of a move is in spill slot, the reload may be folded to essentially a load from stack slot. It's ok to mark the stack slot value as available for

[llvm-commits] [llvm] r41110 - /llvm/trunk/test/CodeGen/ARM/2007-08-15-ReuseBug.ll

2007-08-15 Thread Evan Cheng
Author: evancheng Date: Wed Aug 15 15:30:10 2007 New Revision: 41110 URL: http://llvm.org/viewvc/llvm-project?rev=41110view=rev Log: Test case for PR1609. Added: llvm/trunk/test/CodeGen/ARM/2007-08-15-ReuseBug.ll Added: llvm/trunk/test/CodeGen/ARM/2007-08-15-ReuseBug.ll URL:

[llvm-commits] [llvm] r41111 - in /llvm/trunk: include/llvm/ADT/SmallPtrSet.h lib/Support/SmallPtrSet.cpp

2007-08-15 Thread Anton Korobeynikov
Author: asl Date: Wed Aug 15 16:12:30 2007 New Revision: 4 URL: http://llvm.org/viewvc/llvm-project?rev=4view=rev Log: Properly use const qualifiers Modified: llvm/trunk/include/llvm/ADT/SmallPtrSet.h llvm/trunk/lib/Support/SmallPtrSet.cpp Modified:

[llvm-commits] [llvm] r41112 - in /llvm/trunk: lib/CodeGen/SelectionDAG/LegalizeDAG.cpp test/CodeGen/ARM/fpowi.ll

2007-08-15 Thread Lauro Ramos Venancio
Author: laurov Date: Wed Aug 15 17:13:27 2007 New Revision: 41112 URL: http://llvm.org/viewvc/llvm-project?rev=41112view=rev Log: Implement FPOWI ExpandOp. Fix PR1287. Added: llvm/trunk/test/CodeGen/ARM/fpowi.ll Modified: llvm/trunk/lib/CodeGen/SelectionDAG/LegalizeDAG.cpp Modified:

[llvm-commits] [llvm] r41114 - /llvm/trunk/include/llvm/ADT/DenseMap.h

2007-08-15 Thread Owen Anderson
Author: resistor Date: Wed Aug 15 19:18:32 2007 New Revision: 41114 URL: http://llvm.org/viewvc/llvm-project?rev=41114view=rev Log: Add a copy constructor and an assignment operator to DenseMap. Modified: llvm/trunk/include/llvm/ADT/DenseMap.h Modified:

[llvm-commits] [llvm] r41115 - /llvm/trunk/include/llvm/ADT/DenseMap.h

2007-08-15 Thread Owen Anderson
Author: resistor Date: Wed Aug 15 19:25:42 2007 New Revision: 41115 URL: http://llvm.org/viewvc/llvm-project?rev=41115view=rev Log: Forgot a line. Modified: llvm/trunk/include/llvm/ADT/DenseMap.h Modified: llvm/trunk/include/llvm/ADT/DenseMap.h URL: