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

2007-04-11 Thread Reid Spencer
Changes in directory llvm-www: DevMtgMay2007.html updated: 1.70 -> 1.71 --- Log message: Add missing tag. --- Diffs of the changes: (+3 -3) DevMtgMay2007.html |6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) Index: llvm-www/DevMtgMay2007.html diff -u llvm-www/DevMtgMay2007

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

2007-04-11 Thread Reid Spencer
Changes in directory llvm-www: DevMtgMay2007.html updated: 1.69 -> 1.70 --- Log message: Add a portmanteau --- Diffs of the changes: (+4 -2) DevMtgMay2007.html |6 -- 1 files changed, 4 insertions(+), 2 deletions(-) Index: llvm-www/DevMtgMay2007.html diff -u llvm-www/DevMtgMay200

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

2007-04-11 Thread Reid Spencer
Changes in directory llvm-www: DevMtgMay2007.html updated: 1.68 -> 1.69 --- Log message: Made up names and portmanteaux. --- Diffs of the changes: (+9 -1) DevMtgMay2007.html | 10 +- 1 files changed, 9 insertions(+), 1 deletion(-) Index: llvm-www/DevMtgMay2007.html diff -u llvm

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

2007-04-11 Thread Chris Lattner
Changes in directory llvm/lib/CodeGen/SelectionDAG: SelectionDAGISel.cpp updated: 1.416 -> 1.417 --- Log message: the result of an inline asm copy can be an arbitrary VT that the register class supports. In the case of vectors, this means we often get the wrong type (e.g. we get v4f32 instead

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

2007-04-11 Thread Chris Lattner
Changes in directory llvm/lib/CodeGen/SelectionDAG: SelectionDAG.cpp updated: 1.396 -> 1.397 --- Log message: fold noop vbitconvert instructions --- Diffs of the changes: (+9 -0) SelectionDAG.cpp |9 + 1 files changed, 9 insertions(+) Index: llvm/lib/CodeGen/SelectionDAG/Sele

[llvm-commits] CVS: llvm/test/CodeGen/X86/2007-04-11-InlineAsmVectorResult.ll

2007-04-11 Thread Chris Lattner
Changes in directory llvm/test/CodeGen/X86: 2007-04-11-InlineAsmVectorResult.ll added (r1.1) --- Log message: new testcase --- Diffs of the changes: (+21 -0) 2007-04-11-InlineAsmVectorResult.ll | 21 + 1 files changed, 21 insertions(+) Index: llvm/test/CodeGen/X86/2

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

2007-04-11 Thread Reid Spencer
Changes in directory llvm-www: DevMtgMay2007.html updated: 1.67 -> 1.68 --- Log message: Link to Illuvium wikipedia page. --- Diffs of the changes: (+6 -4) DevMtgMay2007.html | 10 ++ 1 files changed, 6 insertions(+), 4 deletions(-) Index: llvm-www/DevMtgMay2007.html diff -u ll

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

2007-04-11 Thread Reid Spencer
Changes in directory llvm-www: DevMtgMay2007.html updated: 1.66 -> 1.67 --- Log message: Put in some naming rules. --- Diffs of the changes: (+20 -2) DevMtgMay2007.html | 22 -- 1 files changed, 20 insertions(+), 2 deletions(-) Index: llvm-www/DevMtgMay2007.html dif

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

2007-04-11 Thread Reid Spencer
Changes in directory llvm-www: DevMtgMay2007.html updated: 1.65 -> 1.66 --- Log message: Unbreak the name table. --- Diffs of the changes: (+3 -3) DevMtgMay2007.html |6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) Index: llvm-www/DevMtgMay2007.html diff -u llvm-www/DevMtg

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

2007-04-11 Thread Reid Spencer
Changes in directory llvm-www: DevMtgMay2007.html updated: 1.64 -> 1.65 --- Log message: Add a spot for the logo. --- Diffs of the changes: (+7 -4) DevMtgMay2007.html | 11 +++ 1 files changed, 7 insertions(+), 4 deletions(-) Index: llvm-www/DevMtgMay2007.html diff -u llvm-www/

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

2007-04-11 Thread Reid Spencer
Changes in directory llvm-www: DevMtgMay2007.html updated: 1.63 -> 1.64 --- Log message: Add more for naming content. --- Diffs of the changes: (+26 -2) DevMtgMay2007.html | 28 ++-- 1 files changed, 26 insertions(+), 2 deletions(-) Index: llvm-www/DevMtgMay2007

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

2007-04-11 Thread Reid Spencer
Changes in directory llvm-www: DevMtgMay2007.html updated: 1.62 -> 1.63 --- Log message: Add link to Chris' "Name That Compiler" email. --- Diffs of the changes: (+13 -5) DevMtgMay2007.html | 18 +- 1 files changed, 13 insertions(+), 5 deletions(-) Index: llvm-www/DevMt

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

2007-04-11 Thread Chris Lattner
Changes in directory llvm/lib/CodeGen/SelectionDAG: TargetLowering.cpp updated: 1.107 -> 1.108 --- Log message: Fix weirdness handling single element vectors. --- Diffs of the changes: (+2 -5) TargetLowering.cpp |7 ++- 1 files changed, 2 insertions(+), 5 deletions(-) Index: llvm

[llvm-commits] CVS: llvm/lib/Target/X86/X86ISelLowering.cpp

2007-04-11 Thread Chris Lattner
Changes in directory llvm/lib/Target/X86: X86ISelLowering.cpp updated: 1.388 -> 1.389 --- Log message: Fix mmx paddq, add support for the 'y' register class, though it isn't tested. --- Diffs of the changes: (+5 -1) X86ISelLowering.cpp |6 +- 1 files changed, 5 insertions(+), 1 del

[llvm-commits] CVS: llvm/test/Makefile

2007-04-11 Thread Reid Spencer
Changes in directory llvm/test: Makefile updated: 1.95 -> 1.96 --- Log message: Make the shlibext and llvmlibsdir variables accessible. --- Diffs of the changes: (+1 -0) Makefile |1 + 1 files changed, 1 insertion(+) Index: llvm/test/Makefile diff -u llvm/test/Makefile:1.95 llvm/test

[llvm-commits] CVS: llvm/test/lib/llvm-dg.exp

2007-04-11 Thread Reid Spencer
Changes in directory llvm/test/lib: llvm-dg.exp updated: 1.16 -> 1.17 --- Log message: Make the shlibext and llvmlibsdir variables accessible. --- Diffs of the changes: (+5 -1) llvm-dg.exp |6 +- 1 files changed, 5 insertions(+), 1 deletion(-) Index: llvm/test/lib/llvm-dg.exp dif

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

2007-04-11 Thread Reid Spencer
Changes in directory llvm/lib/CodeGen/SelectionDAG: SelectionDAGISel.cpp updated: 1.415 -> 1.416 --- Log message: For PR1284: http://llvm.org/PR1284 : Implement the "part_set" intrinsic. --- Diffs of the changes: (+6 -1) SelectionDAGISel.cpp |7 ++- 1 files changed, 6 insertions(+)

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

2007-04-11 Thread Reid Spencer
Changes in directory llvm/lib/CodeGen: IntrinsicLowering.cpp updated: 1.76 -> 1.77 --- Log message: For PR1284: http://llvm.org/PR1284 : Implement the "part_set" intrinsic. --- Diffs of the changes: (+193 -11) IntrinsicLowering.cpp | 204 +++---

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

2007-04-11 Thread Reid Spencer
Changes in directory llvm/lib/VMCore: Verifier.cpp updated: 1.201 -> 1.202 --- Log message: For PR1284: http://llvm.org/PR1284 : Implement the "part_set" intrinsic. --- Diffs of the changes: (+3 -2) Verifier.cpp |5 +++-- 1 files changed, 3 insertions(+), 2 deletions(-) Index: llvm/l

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

2007-04-11 Thread Reid Spencer
Changes in directory llvm/include/llvm: Intrinsics.td updated: 1.54 -> 1.55 --- Log message: For PR1284: http://llvm.org/PR1284 : Implement the "part_set" intrinsic. --- Diffs of the changes: (+5 -2) Intrinsics.td |7 +-- 1 files changed, 5 insertions(+), 2 deletions(-) Index: ll

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

2007-04-11 Thread Reid Spencer
Changes in directory llvm-www: DevMtgMay2007.html updated: 1.61 -> 1.62 --- Log message: Add T-Shirts notice. --- Diffs of the changes: (+10 -5) DevMtgMay2007.html | 15 ++- 1 files changed, 10 insertions(+), 5 deletions(-) Index: llvm-www/DevMtgMay2007.html diff -u llvm-ww

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

2007-04-11 Thread Reid Spencer
Changes in directory llvm-www: DevMtgMay2007.html updated: 1.60 -> 1.61 --- Log message: Add Lang Hames. --- Diffs of the changes: (+3 -2) DevMtgMay2007.html |5 +++-- 1 files changed, 3 insertions(+), 2 deletions(-) Index: llvm-www/DevMtgMay2007.html diff -u llvm-www/DevMtgMay2007.h

[llvm-commits] CVS: llvm/test/Feature/load_module.ll

2007-04-11 Thread Reid Spencer
Changes in directory llvm/test/Feature: load_module.ll updated: 1.2 -> 1.3 --- Log message: The hello pass actually requires a function to chew on! --- Diffs of the changes: (+5 -0) load_module.ll |5 + 1 files changed, 5 insertions(+) Index: llvm/test/Feature/load_module.ll diff

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

2007-04-11 Thread Reid Spencer
Changes in directory llvm/docs: LangRef.html updated: 1.232 -> 1.233 --- Log message: Fix extra argument in part_set examples. Thanks Zhiru. --- Diffs of the changes: (+5 -5) LangRef.html | 10 +- 1 files changed, 5 insertions(+), 5 deletions(-) Index: llvm/docs/LangRef.html di

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

2007-04-11 Thread Chris Lattner
Changes in directory llvm/lib/Support: CommandLine.cpp updated: 1.86 -> 1.87 --- Log message: improve the patch for PR1318: http://llvm.org/PR1318 to also support grouped options with custom handlers (like the pass list). My previous fix only supported *new* command line options, not additio

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

2007-04-11 Thread Chris Lattner
Changes in directory llvm/include/llvm/Support: CommandLine.h updated: 1.63 -> 1.64 --- Log message: improve the patch for PR1318: http://llvm.org/PR1318 to also support grouped options with custom handlers (like the pass list). My previous fix only supported *new* command line options, not

[llvm-commits] [125991] Fix num of bits required calculation for bitfields that

2007-04-11 Thread dpatel
Revision: 125991 Author: dpatel Date: 2007-04-11 17:33:44 -0700 (Wed, 11 Apr 2007) Log Message: --- Fix num of bits required calculation for bitfields that do not start at byte boundary. Fix http://lists.cs.uiuc.edu/pipermail/llvm-commits/Week-of-Mon-20070409/047340.html Modified

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

2007-04-11 Thread Reid Spencer
Changes in directory llvm-www: DevMtgMay2007.html updated: 1.59 -> 1.60 --- Log message: Requested deletion. --- Diffs of the changes: (+2 -3) DevMtgMay2007.html |5 ++--- 1 files changed, 2 insertions(+), 3 deletions(-) Index: llvm-www/DevMtgMay2007.html diff -u llvm-www/DevMtgMay20

[llvm-commits] CVS: llvm/test/CFrontend/2007-04-11-PR1321.c

2007-04-11 Thread Devang Patel
Changes in directory llvm/test/CFrontend: 2007-04-11-PR1321.c added (r1.1) --- Log message: New test case for PR 1321: http://llvm.org/PR1321 . --- Diffs of the changes: (+12 -0) 2007-04-11-PR1321.c | 12 1 files changed, 12 insertions(+) Index: llvm/test/CFrontend/2007-04

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

2007-04-11 Thread Reid Spencer
Changes in directory llvm-www: DevMtgMay2007.html updated: 1.58 -> 1.59 --- Log message: Make the group rate section stand out a bit more. --- Diffs of the changes: (+3 -2) DevMtgMay2007.html |5 +++-- 1 files changed, 3 insertions(+), 2 deletions(-) Index: llvm-www/DevMtgMay2007.htm

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

2007-04-11 Thread Reid Spencer
Changes in directory llvm-www: DevMtgMay2007.html updated: 1.57 -> 1.58 --- Log message: Mention the group rate at Cupertino Inn Learn the alphabet all over. --- Diffs of the changes: (+21 -2) DevMtgMay2007.html | 23 +-- 1 files changed, 21 insertions(+), 2 deletions

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

2007-04-11 Thread Reid Spencer
Changes in directory llvm-www: DevMtgMay2007.html updated: 1.56 -> 1.57 --- Log message: No response from Dan about Cray's 2nd attendee .. move to unconfirmed. --- Diffs of the changes: (+5 -4) DevMtgMay2007.html |9 + 1 files changed, 5 insertions(+), 4 deletions(-) Index: l

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

2007-04-11 Thread Reid Spencer
Changes in directory llvm-www: DevMtgMay2007.html updated: 1.55 -> 1.56 --- Log message: Add Ron Price. --- Diffs of the changes: (+3 -2) DevMtgMay2007.html |5 +++-- 1 files changed, 3 insertions(+), 2 deletions(-) Index: llvm-www/DevMtgMay2007.html diff -u llvm-www/DevMtgMay2007.ht

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

2007-04-11 Thread Reid Spencer
Changes in directory llvm/docs: LangRef.html updated: 1.231 -> 1.232 --- Log message: Fix validation errors. --- Diffs of the changes: (+9 -9) LangRef.html | 18 +- 1 files changed, 9 insertions(+), 9 deletions(-) Index: llvm/docs/LangRef.html diff -u llvm/docs/LangRef.

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

2007-04-11 Thread Reid Spencer
Changes in directory llvm/docs: LangRef.html updated: 1.230 -> 1.231 --- Log message: Missing end tag. Thanks, Nick. --- Diffs of the changes: (+2 -2) LangRef.html |4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) Index: llvm/docs/LangRef.html diff -u llvm/docs/LangRef.html:1

[llvm-commits] [125990] Switch approaches used to handle union destinations.

2007-04-11 Thread clattner
Revision: 125990 Author: clattner Date: 2007-04-11 16:44:56 -0700 (Wed, 11 Apr 2007) Log Message: --- Switch approaches used to handle union destinations. This approach correctly handles multi-element struct destinations as well, and doesn't require a codegen change. Modified Pat

[llvm-commits] CVS: llvm/test/CFrontend/2007-04-11-InlineAsmStruct.c 2007-04-11-InlineAsmUnion.c

2007-04-11 Thread Chris Lattner
Changes in directory llvm/test/CFrontend: 2007-04-11-InlineAsmStruct.c added (r1.1) 2007-04-11-InlineAsmUnion.c updated: 1.1 -> 1.2 --- Log message: new testcase. --- Diffs of the changes: (+10 -1) 2007-04-11-InlineAsmStruct.c |9 + 2007-04-11-InlineAsmUnion.c |2 +- 2 fil

Re: [llvm-commits] CVS: llvm/docs/LangRef.html

2007-04-11 Thread Nick Lewycky
Reid Spencer wrote: > -cause these bits to be set: 0xFF1F. > +cause these bits to be set: 0xFF1F. . Nick ___ llvm-commits mailing list llvm-commits@cs.uiuc.edu http://lists.cs.uiuc.edu/mailman/listinfo/llvm-commits

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

2007-04-11 Thread Reid Spencer
Changes in directory llvm/docs: LangRef.html updated: 1.229 -> 1.230 --- Log message: Put period inside the paragraph! --- Diffs of the changes: (+2 -2) LangRef.html |4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) Index: llvm/docs/LangRef.html diff -u llvm/docs/LangRef.html

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

2007-04-11 Thread Reid Spencer
Changes in directory llvm/docs: LangRef.html updated: 1.228 -> 1.229 --- Log message: Document the part_set intrinsic. --- Diffs of the changes: (+53 -2) LangRef.html | 55 +-- 1 files changed, 53 insertions(+), 2 deletions(-) Index:

[llvm-commits] CVS: llvm/test/Feature/forwardreftest.ll

2007-04-11 Thread Reid Spencer
Changes in directory llvm/test/Feature: forwardreftest.ll updated: 1.9 -> 1.10 --- Log message: Fix a guard that is supposed to guard against mistakes like this patch fixes! We *really* need to be running these with tcl's "exec" to catch the errors. --- Diffs of the changes: (+1 -1) forwar

[llvm-commits] [125989] Fix a front-end crash on CFrontend/2007-04-11-InlineAsmUnion.c, in which

2007-04-11 Thread clattner
Revision: 125989 Author: clattner Date: 2007-04-11 15:35:32 -0700 (Wed, 11 Apr 2007) Log Message: --- Fix a front-end crash on CFrontend/2007-04-11-InlineAsmUnion.c, in which an inline asm is emitting a store into a union (!?). There is still a backend crash as well. Modified Paths

[llvm-commits] CVS: llvm/test/CFrontend/2007-04-11-InlineAsmUnion.c

2007-04-11 Thread Chris Lattner
Changes in directory llvm/test/CFrontend: 2007-04-11-InlineAsmUnion.c added (r1.1) --- Log message: new testcase --- Diffs of the changes: (+7 -0) 2007-04-11-InlineAsmUnion.c |7 +++ 1 files changed, 7 insertions(+) Index: llvm/test/CFrontend/2007-04-11-InlineAsmUnion.c diff -c /

Re: [llvm-commits] CVS: llvm/test/Feature/forwardreftest.ll

2007-04-11 Thread Nick Lewycky
Reid Spencer wrote: > +; RUN: llvm-upgrade < %s | llvm-as | llvm-ds -o /dev/null -f && llvm-dis? > ; RUN: llvm-upgrade < %s | llvm-as | llvm-dis > %t1.ll > ; RUN: llvm-as %t1.ll -o - | llvm-dis > %t2.ll > ; RUN: diff %t1.ll %t2.ll Nick ___ llvm-commi

[llvm-commits] CVS: llvm/lib/Target/X86/X86ISelDAGToDAG.cpp

2007-04-11 Thread Chris Lattner
Changes in directory llvm/lib/Target/X86: X86ISelDAGToDAG.cpp updated: 1.148 -> 1.149 --- Log message: Fix CodeGen/X86/2007-03-24-InlineAsmPModifier.ll --- Diffs of the changes: (+8 -6) X86ISelDAGToDAG.cpp | 14 -- 1 files changed, 8 insertions(+), 6 deletions(-) Index: llv

Re: [llvm-commits] CVS: llvm/test/Feature/load_module.ll

2007-04-11 Thread Chris Lattner
Nice, thanks Reid! -Chris On Apr 11, 2007, at 2:30 PM, Reid Spencer wrote: > > > Changes in directory llvm/test/Feature: > > load_module.ll updated: 1.1 -> 1.2 > --- > Log message: > > The "Hello" message is written on stderr so make sure it is > duplicated to > stdout so the grep can match it

[llvm-commits] CVS: llvm/test/Feature/load_module.ll

2007-04-11 Thread Reid Spencer
Changes in directory llvm/test/Feature: load_module.ll updated: 1.1 -> 1.2 --- Log message: The "Hello" message is written on stderr so make sure it is duplicated to stdout so the grep can match it. --- Diffs of the changes: (+1 -1) load_module.ll |2 +- 1 files changed, 1 insertion(+)

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

2007-04-11 Thread Reid Spencer
Changes in directory llvm/docs: GettingStarted.html updated: 1.157 -> 1.158 --- Log message: Add Scott's note about GCC 4.1.2 on OpenSUSE. --- Diffs of the changes: (+3 -1) GettingStarted.html |4 +++- 1 files changed, 3 insertions(+), 1 deletion(-) Index: llvm/docs/GettingStarted.ht

[llvm-commits] llvm-gcc: don't crash when emitting debug info for a field at a variable offset

2007-04-11 Thread Duncan Sands
If a field in a record is at a variable offset from the start of the record, then DebugInfo::getOrCreateType crashes at this line MemberDesc->setOffset(int_bit_position(Member)); since the bit-offset is not an integer constant. Fixed by using 0 for the offset in this case - which is a co

[llvm-commits] CVS: llvm/test/Feature/load_module.ll

2007-04-11 Thread Reid Spencer
Changes in directory llvm/test/Feature: load_module.ll added (r1.1) --- Log message: Add a test case for PR1318: http://llvm.org/PR1318 . --- Diffs of the changes: (+6 -0) load_module.ll |6 ++ 1 files changed, 6 insertions(+) Index: llvm/test/Feature/load_module.ll diff -c /dev/

[llvm-commits] CVS: llvm/lib/Transforms/Makefile

2007-04-11 Thread Reid Spencer
Changes in directory llvm/lib/Transforms: Makefile updated: 1.12 -> 1.13 --- Log message: Build Hello by default so it can be used in test cases. --- Diffs of the changes: (+1 -1) Makefile |2 +- 1 files changed, 1 insertion(+), 1 deletion(-) Index: llvm/lib/Transforms/Makefile diff

[llvm-commits] CVS: llvm/test/Feature/llvm2cpp.ll

2007-04-11 Thread Reid Spencer
Changes in directory llvm/test/Feature: llvm2cpp.ll updated: 1.1 -> 1.2 --- Log message: Use the new %link variable to make this test portable. --- Diffs of the changes: (+1 -1) llvm2cpp.ll |2 +- 1 files changed, 1 insertion(+), 1 deletion(-) Index: llvm/test/Feature/llvm2cpp.ll dif

[llvm-commits] CVS: llvm/test/lib/llvm-dg.exp

2007-04-11 Thread Reid Spencer
Changes in directory llvm/test/lib: llvm-dg.exp updated: 1.15 -> 1.16 --- Log message: Make new variables available: compile_c, compile_cxx, link to handle tests that want to use LLVM's notion of compiling and linking programs. This includes all the -I -L and optimization switches that LLVM wo

[llvm-commits] CVS: llvm/test/Makefile

2007-04-11 Thread Reid Spencer
Changes in directory llvm/test: Makefile updated: 1.94 -> 1.95 --- Log message: Make new variables available: compile_c, compile_cxx, link to handle tests that want to use LLVM's notion of compiling and linking programs. This includes all the -I -L and optimization switches that LLVM would usi

Re: [llvm-commits] CVS: llvm/test/Feature/llvm2cpp.ll

2007-04-11 Thread Reid Spencer
On Wed, 2007-04-11 at 13:43 -0700, Jeff Cohen wrote: > Chris Lattner wrote: > > On Apr 11, 2007, at 12:54 PM, Reid Spencer wrote: > > > > > > > + ; RUN: llvm-as < %s | llvm-dis > %t1.ll > > > + ; RUN: llvm-as < %s | llvm2cpp -gen-program -o %t2.cpp - > > > + ; RUN: gcc -g -D__STDC_LIMIT_MACROS

Re: [llvm-commits] CVS: llvm/test/Feature/llvm2cpp.ll

2007-04-11 Thread Jeff Cohen
Chris Lattner wrote: On Apr 11, 2007, at 12:54 PM, Reid Spencer wrote: + ; RUN: llvm-as < %s | llvm-dis > %t1.ll + ; RUN: llvm-as < %s | llvm2cpp -gen-program -o %t2.cpp - + ; RUN: gcc -g -D__STDC_LIMIT_MACROS -o %t2.exe %t2.cpp -I%I -L%L - lLLVMCore -lLLVMSupport -lLLVMbzip2 -lLLVMSystem -

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

2007-04-11 Thread Chris Lattner
On Apr 11, 2007, at 1:00 PM, Reid Spencer wrote: > On Wed, 2007-04-11 at 10:35 -0500, Chris Lattner wrote: >> >> Changes in directory llvm/lib/Support: >> >> CommandLine.cpp updated: 1.85 -> 1.86 >> --- >> Log message: >> >> Fix PR1318: http://llvm.org/PR1318 by reacting appropriately to a >>

Re: [llvm-commits] CVS: llvm/test/Feature/llvm2cpp.ll

2007-04-11 Thread Chris Lattner
On Apr 11, 2007, at 12:54 PM, Reid Spencer wrote: > + ; RUN: llvm-as < %s | llvm-dis > %t1.ll > + ; RUN: llvm-as < %s | llvm2cpp -gen-program -o %t2.cpp - > + ; RUN: gcc -g -D__STDC_LIMIT_MACROS -o %t2.exe %t2.cpp -I%I -L%L - > lLLVMCore -lLLVMSupport -lLLVMbzip2 -lLLVMSystem -lstdc++ > + ; RUN:

Re: [llvm-commits] CVS: llvm/test/TableGen/dg.exp

2007-04-11 Thread Chris Lattner
> Make the llvm-runtest function much more amenable by eliminating > all the > global variables that needed to be passed in. This makes it > possible to > add new global variables with only a couple changes (Makefile and > llvm-dg.exp) > instead of touching every single dg.exp file. yay! :)

[llvm-commits] CVS: llvm/test/Transforms/SimplifyLibCalls/dg.exp

2007-04-11 Thread Reid Spencer
Changes in directory llvm/test/Transforms/SimplifyLibCalls: dg.exp updated: 1.2 -> 1.3 --- Log message: Make the llvm-runtest function much more amenable by eliminating all the global variables that needed to be passed in. This makes it possible to add new global variables with only a couple c

[llvm-commits] CVS: llvm/test/Transforms/DecomposeMultiDimRefs/dg.exp

2007-04-11 Thread Reid Spencer
Changes in directory llvm/test/Transforms/DecomposeMultiDimRefs: dg.exp updated: 1.3 -> 1.4 --- Log message: Make the llvm-runtest function much more amenable by eliminating all the global variables that needed to be passed in. This makes it possible to add new global variables with only a cou

[llvm-commits] CVS: llvm/test/Transforms/ArgumentPromotion/dg.exp

2007-04-11 Thread Reid Spencer
Changes in directory llvm/test/Transforms/ArgumentPromotion: dg.exp updated: 1.3 -> 1.4 --- Log message: Make the llvm-runtest function much more amenable by eliminating all the global variables that needed to be passed in. This makes it possible to add new global variables with only a couple

[llvm-commits] CVS: llvm/test/Transforms/DeadStoreElimination/dg.exp

2007-04-11 Thread Reid Spencer
Changes in directory llvm/test/Transforms/DeadStoreElimination: dg.exp updated: 1.3 -> 1.4 --- Log message: Make the llvm-runtest function much more amenable by eliminating all the global variables that needed to be passed in. This makes it possible to add new global variables with only a coup

[llvm-commits] CVS: llvm/test/lib/llvm-dg.exp

2007-04-11 Thread Reid Spencer
Changes in directory llvm/test/lib: llvm-dg.exp updated: 1.14 -> 1.15 --- Log message: Make the llvm-runtest function much more amenable by eliminating all the global variables that needed to be passed in. This makes it possible to add new global variables with only a couple changes (Makefile

[llvm-commits] CVS: llvm/test/Transforms/IPConstantProp/dg.exp

2007-04-11 Thread Reid Spencer
Changes in directory llvm/test/Transforms/IPConstantProp: dg.exp updated: 1.3 -> 1.4 --- Log message: Make the llvm-runtest function much more amenable by eliminating all the global variables that needed to be passed in. This makes it possible to add new global variables with only a couple cha

[llvm-commits] CVS: llvm/test/Transforms/ScalarRepl/dg.exp

2007-04-11 Thread Reid Spencer
Changes in directory llvm/test/Transforms/ScalarRepl: dg.exp updated: 1.3 -> 1.4 --- Log message: Make the llvm-runtest function much more amenable by eliminating all the global variables that needed to be passed in. This makes it possible to add new global variables with only a couple changes

[llvm-commits] CVS: llvm/test/Transforms/LCSSA/dg.exp

2007-04-11 Thread Reid Spencer
Changes in directory llvm/test/Transforms/LCSSA: dg.exp updated: 1.1 -> 1.2 --- Log message: Make the llvm-runtest function much more amenable by eliminating all the global variables that needed to be passed in. This makes it possible to add new global variables with only a couple changes (Mak

[llvm-commits] CVS: llvm/test/Transforms/LoopStrengthReduce/dg.exp

2007-04-11 Thread Reid Spencer
Changes in directory llvm/test/Transforms/LoopStrengthReduce: dg.exp updated: 1.2 -> 1.3 --- Log message: Make the llvm-runtest function much more amenable by eliminating all the global variables that needed to be passed in. This makes it possible to add new global variables with only a couple

[llvm-commits] CVS: llvm/test/Transforms/LoopUnswitch/dg.exp

2007-04-11 Thread Reid Spencer
Changes in directory llvm/test/Transforms/LoopUnswitch: dg.exp updated: 1.3 -> 1.4 --- Log message: Make the llvm-runtest function much more amenable by eliminating all the global variables that needed to be passed in. This makes it possible to add new global variables with only a couple chang

[llvm-commits] CVS: llvm/test/Transforms/CorrelatedExprs/dg.exp

2007-04-11 Thread Reid Spencer
Changes in directory llvm/test/Transforms/CorrelatedExprs: dg.exp updated: 1.3 -> 1.4 --- Log message: Make the llvm-runtest function much more amenable by eliminating all the global variables that needed to be passed in. This makes it possible to add new global variables with only a couple ch

[llvm-commits] CVS: llvm/test/Transforms/IndVarsSimplify/dg.exp

2007-04-11 Thread Reid Spencer
Changes in directory llvm/test/Transforms/IndVarsSimplify: dg.exp updated: 1.3 -> 1.4 --- Log message: Make the llvm-runtest function much more amenable by eliminating all the global variables that needed to be passed in. This makes it possible to add new global variables with only a couple ch

[llvm-commits] CVS: llvm/test/Transforms/LoopSimplify/dg.exp

2007-04-11 Thread Reid Spencer
Changes in directory llvm/test/Transforms/LoopSimplify: dg.exp updated: 1.3 -> 1.4 --- Log message: Make the llvm-runtest function much more amenable by eliminating all the global variables that needed to be passed in. This makes it possible to add new global variables with only a couple chang

[llvm-commits] CVS: llvm/test/Transforms/ConstantMerge/dg.exp

2007-04-11 Thread Reid Spencer
Changes in directory llvm/test/Transforms/ConstantMerge: dg.exp updated: 1.3 -> 1.4 --- Log message: Make the llvm-runtest function much more amenable by eliminating all the global variables that needed to be passed in. This makes it possible to add new global variables with only a couple chan

[llvm-commits] CVS: llvm/test/Transforms/CodeExtractor/dg.exp

2007-04-11 Thread Reid Spencer
Changes in directory llvm/test/Transforms/CodeExtractor: dg.exp updated: 1.3 -> 1.4 --- Log message: Make the llvm-runtest function much more amenable by eliminating all the global variables that needed to be passed in. This makes it possible to add new global variables with only a couple chan

[llvm-commits] CVS: llvm/test/Transforms/Reassociate/dg.exp

2007-04-11 Thread Reid Spencer
Changes in directory llvm/test/Transforms/Reassociate: dg.exp updated: 1.3 -> 1.4 --- Log message: Make the llvm-runtest function much more amenable by eliminating all the global variables that needed to be passed in. This makes it possible to add new global variables with only a couple change

[llvm-commits] CVS: llvm/test/Transforms/LoopUnroll/dg.exp

2007-04-11 Thread Reid Spencer
Changes in directory llvm/test/Transforms/LoopUnroll: dg.exp updated: 1.3 -> 1.4 --- Log message: Make the llvm-runtest function much more amenable by eliminating all the global variables that needed to be passed in. This makes it possible to add new global variables with only a couple changes

[llvm-commits] CVS: llvm/test/Transforms/GlobalDCE/dg.exp

2007-04-11 Thread Reid Spencer
Changes in directory llvm/test/Transforms/GlobalDCE: dg.exp updated: 1.3 -> 1.4 --- Log message: Make the llvm-runtest function much more amenable by eliminating all the global variables that needed to be passed in. This makes it possible to add new global variables with only a couple changes

[llvm-commits] CVS: llvm/test/Analysis/GlobalsModRef/dg.exp

2007-04-11 Thread Reid Spencer
Changes in directory llvm/test/Analysis/GlobalsModRef: dg.exp updated: 1.3 -> 1.4 --- Log message: Make the llvm-runtest function much more amenable by eliminating all the global variables that needed to be passed in. This makes it possible to add new global variables with only a couple change

[llvm-commits] CVS: llvm/test/Transforms/LowerSwitch/dg.exp

2007-04-11 Thread Reid Spencer
Changes in directory llvm/test/Transforms/LowerSwitch: dg.exp updated: 1.3 -> 1.4 --- Log message: Make the llvm-runtest function much more amenable by eliminating all the global variables that needed to be passed in. This makes it possible to add new global variables with only a couple change

[llvm-commits] CVS: llvm/test/Analysis/ScalarEvolution/dg.exp

2007-04-11 Thread Reid Spencer
Changes in directory llvm/test/Analysis/ScalarEvolution: dg.exp updated: 1.1 -> 1.2 --- Log message: Make the llvm-runtest function much more amenable by eliminating all the global variables that needed to be passed in. This makes it possible to add new global variables with only a couple chan

[llvm-commits] CVS: llvm/test/Transforms/LowerSetJmp/dg.exp

2007-04-11 Thread Reid Spencer
Changes in directory llvm/test/Transforms/LowerSetJmp: dg.exp updated: 1.3 -> 1.4 --- Log message: Make the llvm-runtest function much more amenable by eliminating all the global variables that needed to be passed in. This makes it possible to add new global variables with only a couple change

[llvm-commits] CVS: llvm/test/Transforms/LowerInvoke/dg.exp

2007-04-11 Thread Reid Spencer
Changes in directory llvm/test/Transforms/LowerInvoke: dg.exp updated: 1.3 -> 1.4 --- Log message: Make the llvm-runtest function much more amenable by eliminating all the global variables that needed to be passed in. This makes it possible to add new global variables with only a couple change

[llvm-commits] CVS: llvm/test/Transforms/SimplifyCFG/dg.exp

2007-04-11 Thread Reid Spencer
Changes in directory llvm/test/Transforms/SimplifyCFG: dg.exp updated: 1.3 -> 1.4 --- Log message: Make the llvm-runtest function much more amenable by eliminating all the global variables that needed to be passed in. This makes it possible to add new global variables with only a couple change

[llvm-commits] CVS: llvm/test/Transforms/InstCombine/dg.exp

2007-04-11 Thread Reid Spencer
Changes in directory llvm/test/Transforms/InstCombine: dg.exp updated: 1.3 -> 1.4 --- Log message: Make the llvm-runtest function much more amenable by eliminating all the global variables that needed to be passed in. This makes it possible to add new global variables with only a couple change

[llvm-commits] CVS: llvm/test/Transforms/CondProp/dg.exp

2007-04-11 Thread Reid Spencer
Changes in directory llvm/test/Transforms/CondProp: dg.exp updated: 1.2 -> 1.3 --- Log message: Make the llvm-runtest function much more amenable by eliminating all the global variables that needed to be passed in. This makes it possible to add new global variables with only a couple changes (

[llvm-commits] CVS: llvm/test/Transforms/RaiseAllocations/dg.exp

2007-04-11 Thread Reid Spencer
Changes in directory llvm/test/Transforms/RaiseAllocations: dg.exp updated: 1.3 -> 1.4 --- Log message: Make the llvm-runtest function much more amenable by eliminating all the global variables that needed to be passed in. This makes it possible to add new global variables with only a couple c

[llvm-commits] CVS: llvm/test/Transforms/LoopRotate/dg.exp

2007-04-11 Thread Reid Spencer
Changes in directory llvm/test/Transforms/LoopRotate: dg.exp updated: 1.1 -> 1.2 --- Log message: Make the llvm-runtest function much more amenable by eliminating all the global variables that needed to be passed in. This makes it possible to add new global variables with only a couple changes

[llvm-commits] CVS: llvm/test/Analysis/Dominators/dg.exp

2007-04-11 Thread Reid Spencer
Changes in directory llvm/test/Analysis/Dominators: dg.exp updated: 1.3 -> 1.4 --- Log message: Make the llvm-runtest function much more amenable by eliminating all the global variables that needed to be passed in. This makes it possible to add new global variables with only a couple changes (

[llvm-commits] CVS: llvm/test/Transforms/ConstProp/dg.exp

2007-04-11 Thread Reid Spencer
Changes in directory llvm/test/Transforms/ConstProp: dg.exp updated: 1.3 -> 1.4 --- Log message: Make the llvm-runtest function much more amenable by eliminating all the global variables that needed to be passed in. This makes it possible to add new global variables with only a couple changes

[llvm-commits] CVS: llvm/test/Transforms/TailCallElim/dg.exp

2007-04-11 Thread Reid Spencer
Changes in directory llvm/test/Transforms/TailCallElim: dg.exp updated: 1.3 -> 1.4 --- Log message: Make the llvm-runtest function much more amenable by eliminating all the global variables that needed to be passed in. This makes it possible to add new global variables with only a couple chang

[llvm-commits] CVS: llvm/test/Transforms/PredicateSimplifier/dg.exp

2007-04-11 Thread Reid Spencer
Changes in directory llvm/test/Transforms/PredicateSimplifier: dg.exp updated: 1.1 -> 1.2 --- Log message: Make the llvm-runtest function much more amenable by eliminating all the global variables that needed to be passed in. This makes it possible to add new global variables with only a coupl

[llvm-commits] CVS: llvm/test/Transforms/DeadArgElim/dg.exp

2007-04-11 Thread Reid Spencer
Changes in directory llvm/test/Transforms/DeadArgElim: dg.exp updated: 1.3 -> 1.4 --- Log message: Make the llvm-runtest function much more amenable by eliminating all the global variables that needed to be passed in. This makes it possible to add new global variables with only a couple change

[llvm-commits] CVS: llvm/test/Analysis/LoopInfo/dg.exp

2007-04-11 Thread Reid Spencer
Changes in directory llvm/test/Analysis/LoopInfo: dg.exp updated: 1.3 -> 1.4 --- Log message: Make the llvm-runtest function much more amenable by eliminating all the global variables that needed to be passed in. This makes it possible to add new global variables with only a couple changes (Ma

[llvm-commits] CVS: llvm/test/Transforms/GlobalOpt/dg.exp

2007-04-11 Thread Reid Spencer
Changes in directory llvm/test/Transforms/GlobalOpt: dg.exp updated: 1.3 -> 1.4 --- Log message: Make the llvm-runtest function much more amenable by eliminating all the global variables that needed to be passed in. This makes it possible to add new global variables with only a couple changes

[llvm-commits] CVS: llvm/test/Transforms/Inline/dg.exp

2007-04-11 Thread Reid Spencer
Changes in directory llvm/test/Transforms/Inline: dg.exp updated: 1.3 -> 1.4 --- Log message: Make the llvm-runtest function much more amenable by eliminating all the global variables that needed to be passed in. This makes it possible to add new global variables with only a couple changes (Ma

[llvm-commits] CVS: llvm/test/Transforms/PruneEH/dg.exp

2007-04-11 Thread Reid Spencer
Changes in directory llvm/test/Transforms/PruneEH: dg.exp updated: 1.3 -> 1.4 --- Log message: Make the llvm-runtest function much more amenable by eliminating all the global variables that needed to be passed in. This makes it possible to add new global variables with only a couple changes (M

[llvm-commits] CVS: llvm/test/Transforms/SCCP/dg.exp

2007-04-11 Thread Reid Spencer
Changes in directory llvm/test/Transforms/SCCP: dg.exp updated: 1.3 -> 1.4 --- Log message: Make the llvm-runtest function much more amenable by eliminating all the global variables that needed to be passed in. This makes it possible to add new global variables with only a couple changes (Make

[llvm-commits] CVS: llvm/test/Transforms/BlockPlacement/dg.exp

2007-04-11 Thread Reid Spencer
Changes in directory llvm/test/Transforms/BlockPlacement: dg.exp updated: 1.3 -> 1.4 --- Log message: Make the llvm-runtest function much more amenable by eliminating all the global variables that needed to be passed in. This makes it possible to add new global variables with only a couple cha

[llvm-commits] CVS: llvm/test/CodeGen/PowerPC/dg.exp

2007-04-11 Thread Reid Spencer
Changes in directory llvm/test/CodeGen/PowerPC: dg.exp updated: 1.3 -> 1.4 --- Log message: Make the llvm-runtest function much more amenable by eliminating all the global variables that needed to be passed in. This makes it possible to add new global variables with only a couple changes (Make

[llvm-commits] CVS: llvm/test/CodeGen/IA64/dg.exp

2007-04-11 Thread Reid Spencer
Changes in directory llvm/test/CodeGen/IA64: dg.exp updated: 1.2 -> 1.3 --- Log message: Make the llvm-runtest function much more amenable by eliminating all the global variables that needed to be passed in. This makes it possible to add new global variables with only a couple changes (Makefil

  1   2   >