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

2007-10-17 Thread Bill Wendling
Author: void Date: Wed Oct 17 17:10:14 2007 New Revision: 43098 URL: http://llvm.org/viewvc/llvm-project?rev=43098&view=rev Log: When ObjC is using SJLJ exceptions, don't create an unwind basic block Modified: llvm-gcc-4.0/trunk/gcc/llvm-convert.cpp Modified: llvm-gcc-4.0/trunk/gcc/llvm-conv

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

2007-10-15 Thread Bill Wendling
Author: void Date: Mon Oct 15 15:51:09 2007 New Revision: 43011 URL: http://llvm.org/viewvc/llvm-project?rev=43011&view=rev Log: In new ABI, it wants an 'objc_object' pointer instead of 'objc_protocol_extension' pointer Modified: llvm-gcc-4.2/trunk/gcc/objc/objc-act.c Modified: llvm-gcc-4.2

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

2007-10-15 Thread Bill Wendling
Author: void Date: Mon Oct 15 15:47:57 2007 New Revision: 43010 URL: http://llvm.org/viewvc/llvm-project?rev=43010&view=rev Log: In new ABI, it wants an 'objc_object' pointer instead of 'objc_protocol_extension' pointer Modified: llvm-gcc-4.0/trunk/gcc/objc/objc-act.c Modified: llvm-gcc-4.0

Re: [llvm-commits] [llvm] r42963 - /llvm/trunk/test/CodeGen/X86/2007-10-14-CoalescerCrash.ll

2007-10-14 Thread Bill Wendling
On Oct 14, 2007, at 3:15 AM, Evan Cheng wrote: > +; RUN: llvm-as < %s | llc -mtriple=x86_64-apple-darwin | \ > + The backslash-newline looks suspect. -bw ___ llvm-commits mailing list llvm-commits@cs.uiuc.edu http://lists.cs.uiuc.edu/mailman/listinfo/l

Re: [llvm-commits] [llvm] r42908 - in /llvm/trunk: include/llvm/CodeGen/ lib/CodeGen/ lib/Target/ARM/ lib/Target/Alpha/ lib/Target/IA64/ lib/Target/Mips/ lib/Target/PowerPC/ lib/Target/Sparc/ lib/Targ

2007-10-14 Thread Bill Wendling
And in PPC. -bw On Oct 13, 2007, at 10:51 PM, Evan Cheng wrote: > FYI. It's related to .set expression on x86-64. > > Defined as > .set L0_set_302__yyparse,LBB302__yyparse-LJTI0__yyparse > used as > .longL0__set_302__yyparse > > Evan > > On Oct 13, 2007, at 10:48 PM, Evan C

Re: [llvm-commits] [llvm] r42908 - in /llvm/trunk: include/llvm/CodeGen/ lib/CodeGen/ lib/Target/ARM/ lib/Target/Alpha/ lib/Target/IA64/ lib/Target/Mips/ lib/Target/PowerPC/ lib/Target/Sparc/ lib/Targ

2007-10-12 Thread Bill Wendling
Hi Dan, With your changes, I'm getting this during bootrapping of llvm-gcc: /var/tmp//cc8ddbeM.s:unknown:Undefined local symbol L0__set_6__run_routines /var/tmp//cc8ddbeM.s:unknown:Undefined local symbol L0__set_9__run_routines /var/tmp//cc8ddbeM.s:unknown:Undefined local symbol L0__set_7__run_ro

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

2007-10-11 Thread Bill Wendling
Author: void Date: Thu Oct 11 16:15:49 2007 New Revision: 42876 URL: http://llvm.org/viewvc/llvm-project?rev=42876&view=rev Log: Explicit cast needed 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/ll

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

2007-10-11 Thread Bill Wendling
Author: void Date: Thu Oct 11 16:15:15 2007 New Revision: 42875 URL: http://llvm.org/viewvc/llvm-project?rev=42875&view=rev Log: Explicit convert needed. 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-projec

[llvm-commits] [llvm] r42828 - /llvm/tags/Apple/llvm-1200-18/

2007-10-10 Thread Bill Wendling
Author: void Date: Wed Oct 10 12:35:19 2007 New Revision: 42828 URL: http://llvm.org/viewvc/llvm-project?rev=42828&view=rev Log: Creating llvm-1200-18 branch Added: llvm/tags/Apple/llvm-1200-18/ - copied from r42827, llvm/trunk/ ___ llvm-comm

[llvm-commits] [llvm-gcc-4.0] r42827 - /llvm-gcc-4.0/tags/llvm-gcc-1200-18/

2007-10-10 Thread Bill Wendling
Author: void Date: Wed Oct 10 12:35:13 2007 New Revision: 42827 URL: http://llvm.org/viewvc/llvm-project?rev=42827&view=rev Log: Creating llvm-gcc-1200-18 branch Added: llvm-gcc-4.0/tags/llvm-gcc-1200-18/ - copied from r42826, llvm-gcc-4.0/trunk/ ___

[llvm-commits] [llvm] r42823 - /llvm/trunk/include/llvm/Target/MRegisterInfo.h

2007-10-09 Thread Bill Wendling
Author: void Date: Wed Oct 10 00:45:59 2007 New Revision: 42823 URL: http://llvm.org/viewvc/llvm-project?rev=42823&view=rev Log: Fix 80-column violations Modified: llvm/trunk/include/llvm/Target/MRegisterInfo.h Modified: llvm/trunk/include/llvm/Target/MRegisterInfo.h URL: http://llvm.org/vi

Re: [llvm-commits] [cfe-commits] r42652 - in /cfe/trunk/www: get_involved.html index.html

2007-10-05 Thread Bill Wendling
I would prefer that they not be there at all. :-) -bw On Oct 5, 2007, at 3:36 PM, Gordon Henriksen wrote: Hi Kevin, Since you're using non-ASCII characters, could you please declare the character set in the section? I believe this is correct for this file: On Oct 5, 2007, at 17:44,

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

2007-10-04 Thread Bill Wendling
Author: void Date: Thu Oct 4 17:18:01 2007 New Revision: 42615 URL: http://llvm.org/viewvc/llvm-project?rev=42615&view=rev Log: rdar://5476262 - Try to lookup the name of the global decl before creating a new one. Modified: llvm-gcc-4.2/trunk/gcc/objc/objc-act.c Modified: llvm-gcc-4.2/trunk

[llvm-commits] [llvm-gcc-4.0] r42614 - in /llvm-gcc-4.0/trunk/gcc: c-common.h llvm-backend.cpp objc/objc-act.c stub-objc.c

2007-10-04 Thread Bill Wendling
Author: void Date: Thu Oct 4 17:15:58 2007 New Revision: 42614 URL: http://llvm.org/viewvc/llvm-project?rev=42614&view=rev Log: rdar://5476262 - Try to lookup the name of the global decl before creating a new one. Modified: llvm-gcc-4.0/trunk/gcc/c-common.h llvm-gcc-4.0/trunk/gcc/llvm-ba

[llvm-commits] [llvm] r42610 - /llvm/trunk/test/FrontendObjC/dg.exp

2007-10-04 Thread Bill Wendling
Author: void Date: Thu Oct 4 13:47:25 2007 New Revision: 42610 URL: http://llvm.org/viewvc/llvm-project?rev=42610&view=rev Log: Support Objective C++ too. Modified: llvm/trunk/test/FrontendObjC/dg.exp Modified: llvm/trunk/test/FrontendObjC/dg.exp URL: http://llvm.org/viewvc/llvm-project/ll

[llvm-commits] [llvm] r42609 - /llvm/trunk/test/FrontendObjC/2007-10-03-MetadataPointers.mm

2007-10-04 Thread Bill Wendling
Author: void Date: Thu Oct 4 13:46:06 2007 New Revision: 42609 URL: http://llvm.org/viewvc/llvm-project?rev=42609&view=rev Log: Added testcase for creation of metadata with null pointers. Added: llvm/trunk/test/FrontendObjC/2007-10-03-MetadataPointers.mm Added: llvm/trunk/test/FrontendObjC/

[llvm-commits] [llvm] r42606 - /llvm/trunk/test/FrontendObjC/2007-09-25-EH.m

2007-10-04 Thread Bill Wendling
Author: void Date: Thu Oct 4 04:33:08 2007 New Revision: 42606 URL: http://llvm.org/viewvc/llvm-project?rev=42606&view=rev Log: un-XFAIL this test. Modified: llvm/trunk/test/FrontendObjC/2007-09-25-EH.m Modified: llvm/trunk/test/FrontendObjC/2007-09-25-EH.m URL: http://llvm.org/viewvc/llvm

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

2007-10-03 Thread Bill Wendling
Author: void Date: Wed Oct 3 17:20:58 2007 New Revision: 42597 URL: http://llvm.org/viewvc/llvm-project?rev=42597&view=rev Log: LLVM needs a pointer type instead of "i32" for a null pointer. Also, Objective-C++ is picky when it comes to converting a "void*" to another pointer type. Modified:

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

2007-10-03 Thread Bill Wendling
Author: void Date: Wed Oct 3 17:02:00 2007 New Revision: 42595 URL: http://llvm.org/viewvc/llvm-project?rev=42595&view=rev Log: LLVM needs a pointer type instead of "i32" for a null pointer. Also, Objective-C++ is picky when it comes to converting a "void*" to another pointer type. Modified:

Re: [llvm-commits] [llvm-gcc-4.0] r42566 - /llvm-gcc-4.0/trunk/gcc/objc/objc-act.c

2007-10-03 Thread Bill Wendling
On 10/3/07, Tanya Lattner <[EMAIL PROTECTED]> wrote: > Reverting this patch causes test/FrontendObjC/2007-09-25-EH.m to fail. It > will most likely only fail on Tiger systems (<10.5). > > Please xfail this test and then re-enable it once this has been fixed. > Doh! I XFAILed it. This isn't a regre

[llvm-commits] [llvm] r42583 - /llvm/trunk/test/FrontendObjC/2007-09-25-EH.m

2007-10-03 Thread Bill Wendling
Author: void Date: Wed Oct 3 12:46:54 2007 New Revision: 42583 URL: http://llvm.org/viewvc/llvm-project?rev=42583&view=rev Log: Temporarily XFAIL this test. Modified: llvm/trunk/test/FrontendObjC/2007-09-25-EH.m Modified: llvm/trunk/test/FrontendObjC/2007-09-25-EH.m URL: http://llvm.org/vi

[llvm-commits] [llvm] r42569 - /llvm/tags/Apple/llvm-1200-17/

2007-10-02 Thread Bill Wendling
Author: void Date: Wed Oct 3 00:03:39 2007 New Revision: 42569 URL: http://llvm.org/viewvc/llvm-project?rev=42569&view=rev Log: Creating llvm-1200-17 branch Added: llvm/tags/Apple/llvm-1200-17/ - copied from r42568, llvm/trunk/ ___ llvm-comm

[llvm-commits] [llvm-gcc-4.0] r42568 - /llvm-gcc-4.0/tags/llvm-gcc-1200-17/

2007-10-02 Thread Bill Wendling
Author: void Date: Wed Oct 3 00:03:34 2007 New Revision: 42568 URL: http://llvm.org/viewvc/llvm-project?rev=42568&view=rev Log: Creating llvm-gcc-1200-17 branch Added: llvm-gcc-4.0/tags/llvm-gcc-1200-17/ - copied from r42567, llvm-gcc-4.0/trunk/ ___

Re: [llvm-commits] [llvm] r42554 - /llvm/trunk/lib/Target/X86/README.txt

2007-10-02 Thread Bill Wendling
Sure. I can try to whittle down the testcase that I'm working on. -bw On Oct 2, 2007, at 8:35 PM, Chris Lattner wrote: > Hi Bill, > > This is not enough context to reproduce this issue. Can you please > include more in the .ll file? Specifically, the movswl wouldn

Re: [llvm-commits] [llvm-gcc-4.0] r42566 - /llvm-gcc-4.0/trunk/gcc/objc/objc-act.c

2007-10-02 Thread Bill Wendling
On Oct 2, 2007, at 9:33 PM, Owen Anderson wrote: > Author: resistor > Date: Tue Oct 2 23:33:12 2007 > New Revision: 42566 > > URL: http://llvm.org/viewvc/llvm-project?rev=42566&view=rev > Log: > Revert Bill's last patch to this file. It was causing a failure > building > Qt for Darwin. > Hi Ow

[llvm-commits] [llvm-gcc-4.2] r42561 - /llvm-gcc-4.2/trunk/build_gcc

2007-10-02 Thread Bill Wendling
Author: void Date: Tue Oct 2 18:57:16 2007 New Revision: 42561 URL: http://llvm.org/viewvc/llvm-project?rev=42561&view=rev Log: Backport of radr://5505456 to LLVM Modified: llvm-gcc-4.2/trunk/build_gcc Modified: llvm-gcc-4.2/trunk/build_gcc URL: http://llvm.org/viewvc/llvm-project/llvm-gcc

[llvm-commits] [llvm-gcc-4.0] r42560 - /llvm-gcc-4.0/trunk/build_gcc

2007-10-02 Thread Bill Wendling
Author: void Date: Tue Oct 2 18:56:53 2007 New Revision: 42560 URL: http://llvm.org/viewvc/llvm-project?rev=42560&view=rev Log: Port of rdar://5505456 to LLVM. Modified: llvm-gcc-4.0/trunk/build_gcc Modified: llvm-gcc-4.0/trunk/build_gcc URL: http://llvm.org/viewvc/llvm-project/llvm-gcc-4.

[llvm-commits] [llvm-gcc-4.0] r42557 - /llvm-gcc-4.0/tags/llvm-gcc-1200-16/

2007-10-02 Thread Bill Wendling
Author: void Date: Tue Oct 2 17:26:38 2007 New Revision: 42557 URL: http://llvm.org/viewvc/llvm-project?rev=42557&view=rev Log: Creating llvm-gcc-1200-16 branch Added: llvm-gcc-4.0/tags/llvm-gcc-1200-16/ - copied from r42556, llvm-gcc-4.0/trunk/ ___

[llvm-commits] [llvm] r42558 - /llvm/tags/Apple/llvm-1200-16/

2007-10-02 Thread Bill Wendling
Author: void Date: Tue Oct 2 17:26:53 2007 New Revision: 42558 URL: http://llvm.org/viewvc/llvm-project?rev=42558&view=rev Log: Creating llvm-1200-16 branch Added: llvm/tags/Apple/llvm-1200-16/ - copied from r42557, llvm/trunk/ ___ llvm-comm

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

2007-10-02 Thread Bill Wendling
Author: void Date: Tue Oct 2 16:49:31 2007 New Revision: 42554 URL: http://llvm.org/viewvc/llvm-project?rev=42554&view=rev Log: Another micro-opt. Modified: llvm/trunk/lib/Target/X86/README.txt Modified: llvm/trunk/lib/Target/X86/README.txt URL: http://llvm.org/viewvc/llvm-project/llvm/tru

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

2007-10-02 Thread Bill Wendling
Author: void Date: Tue Oct 2 16:43:06 2007 New Revision: 42552 URL: http://llvm.org/viewvc/llvm-project?rev=42552&view=rev Log: Another missed optimization with LICM. Modified: llvm/trunk/lib/Target/X86/README.txt Modified: llvm/trunk/lib/Target/X86/README.txt URL: http://llvm.org/viewvc/l

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

2007-10-02 Thread Bill Wendling
Author: void Date: Tue Oct 2 16:02:53 2007 New Revision: 42549 URL: http://llvm.org/viewvc/llvm-project?rev=42549&view=rev Log: Small label changes. Modified: llvm/trunk/lib/Target/X86/README-SSE.txt Modified: llvm/trunk/lib/Target/X86/README-SSE.txt URL: http://llvm.org/viewvc/llvm-projec

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

2007-10-02 Thread Bill Wendling
Author: void Date: Tue Oct 2 16:01:16 2007 New Revision: 42548 URL: http://llvm.org/viewvc/llvm-project?rev=42548&view=rev Log: Now with source code. Modified: llvm/trunk/lib/Target/X86/README-SSE.txt Modified: llvm/trunk/lib/Target/X86/README-SSE.txt URL: http://llvm.org/viewvc/llvm-proje

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

2007-10-02 Thread Bill Wendling
Author: void Date: Tue Oct 2 15:54:32 2007 New Revision: 42547 URL: http://llvm.org/viewvc/llvm-project?rev=42547&view=rev Log: Now with LL code! Modified: llvm/trunk/lib/Target/X86/README.txt Modified: llvm/trunk/lib/Target/X86/README.txt URL: http://llvm.org/viewvc/llvm-project/llvm/trun

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

2007-10-02 Thread Bill Wendling
Author: void Date: Tue Oct 2 15:42:59 2007 New Revision: 42546 URL: http://llvm.org/viewvc/llvm-project?rev=42546&view=rev Log: Another missed optimization. Modified: llvm/trunk/lib/Target/X86/README.txt Modified: llvm/trunk/lib/Target/X86/README.txt URL: http://llvm.org/viewvc/llvm-projec

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

2007-10-02 Thread Bill Wendling
Author: void Date: Tue Oct 2 14:55:05 2007 New Revision: 42542 URL: http://llvm.org/viewvc/llvm-project?rev=42542&view=rev Log: Micro-optimization -- missed LICM opportunity. Modified: llvm/trunk/lib/Target/X86/README-SSE.txt Modified: llvm/trunk/lib/Target/X86/README-SSE.txt URL: http://l

[llvm-commits] [llvm-gcc-4.2] r42511 - /llvm-gcc-4.2/trunk/gcc/llvm-linker-hack.cpp

2007-10-01 Thread Bill Wendling
Author: void Date: Mon Oct 1 18:49:21 2007 New Revision: 42511 URL: http://llvm.org/viewvc/llvm-project?rev=42511&view=rev Log: createBFS_DAGScheduler doesn't exist anymore Modified: llvm-gcc-4.2/trunk/gcc/llvm-linker-hack.cpp Modified: llvm-gcc-4.2/trunk/gcc/llvm-linker-hack.cpp URL: http

[llvm-commits] [llvm-gcc-4.0] r42510 - /llvm-gcc-4.0/trunk/gcc/llvm-linker-hack.cpp

2007-10-01 Thread Bill Wendling
Author: void Date: Mon Oct 1 18:48:06 2007 New Revision: 42510 URL: http://llvm.org/viewvc/llvm-project?rev=42510&view=rev Log: createBFS_DAGScheduler doesn't exist anymore Modified: llvm-gcc-4.0/trunk/gcc/llvm-linker-hack.cpp Modified: llvm-gcc-4.0/trunk/gcc/llvm-linker-hack.cpp URL: http

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

2007-10-01 Thread Bill Wendling
Author: void Date: Mon Oct 1 15:09:53 2007 New Revision: 42497 URL: http://llvm.org/viewvc/llvm-project?rev=42497&view=rev Log: GCC uses "i32 0" for null pointers. LLVM uses pointer types. Modified: llvm-gcc-4.2/trunk/gcc/objc/objc-act.c Modified: llvm-gcc-4.2/trunk/gcc/objc/objc-act.c URL:

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

2007-10-01 Thread Bill Wendling
Author: void Date: Mon Oct 1 15:02:27 2007 New Revision: 42496 URL: http://llvm.org/viewvc/llvm-project?rev=42496&view=rev Log: GCC uses "i32 0" for null pointers. LLVM requires a pointer type. Modified: llvm-gcc-4.0/trunk/gcc/objc/objc-act.c Modified: llvm-gcc-4.0/trunk/gcc/objc/objc-act.c

Re: [llvm-commits] [llvm-gcc-4.0] r42458 - /llvm-gcc-4.0/trunk/gcc/llvm-types.cpp

2007-09-28 Thread Bill Wendling
On 9/28/07, Devang Patel <[EMAIL PROTECTED]> wrote: > URL: http://llvm.org/viewvc/llvm-project?rev=42458&view=rev > Log: > Do not ignore packed member size while selecting union type. > Thanks! I think this should be applied to 4.2 as well. -bw ___ llvm-

[llvm-commits] [llvm-gcc-4.2] r42432 - /llvm-gcc-4.2/trunk/build_gcc

2007-09-27 Thread Bill Wendling
Author: void Date: Fri Sep 28 01:27:09 2007 New Revision: 42432 URL: http://llvm.org/viewvc/llvm-project?rev=42432&view=rev Log: Ignore warnings during a debug build. Modified: llvm-gcc-4.2/trunk/build_gcc Modified: llvm-gcc-4.2/trunk/build_gcc URL: http://llvm.org/viewvc/llvm-project/llvm-

Re: [llvm-commits] [llvm] r42392 - /llvm/trunk/docs/ReleaseNotes.html

2007-09-27 Thread Bill Wendling
On Sep 27, 2007, at 2:02 AM, Duncan Sands wrote: >>> -Bill Wendling added SSSE3 support to the X86 backend. >>> +Bill Wendling added SSE3 support to the X86 backend. >>> >> It really was SSSE3. :-) > > Sorry about that! SSSE3 = Supplemental Streamin

[llvm-commits] [llvm] r42393 - /llvm/trunk/docs/ReleaseNotes.html

2007-09-27 Thread Bill Wendling
@@ run many small programs, but is still incomplete and is not yet fully performant. -Bill Wendling added SSE3 support to the X86 backend. +Bill Wendling added SSSE3 support to the X86 backend. Nicholas Geoffray contributed improved linux/ppc ABI

Re: [llvm-commits] [llvm] r42392 - /llvm/trunk/docs/ReleaseNotes.html

2007-09-27 Thread Bill Wendling
> > -Bill Wendling added SSSE3 support to the X86 backend. > +Bill Wendling added SSE3 support to the X86 backend. > It really was SSSE3. :-) -bw ___ llvm-commits mailing list llvm-commits@cs.uiuc.edu http://lists.cs.uiuc.edu/mailman/l

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

2007-09-26 Thread Bill Wendling
Author: void Date: Wed Sep 26 17:11:38 2007 New Revision: 42381 URL: http://llvm.org/viewvc/llvm-project?rev=42381&view=rev Log: Instead of the expensive "strstr" check, just do a "strncmp". Modified: llvm-gcc-4.0/trunk/gcc/objc/objc-act.c Modified: llvm-gcc-4.0/trunk/gcc/objc/objc-act.c URL

[llvm-commits] [llvm-gcc-4.0] r42379 - /llvm-gcc-4.0/trunk/build_gcc

2007-09-26 Thread Bill Wendling
Author: void Date: Wed Sep 26 16:45:52 2007 New Revision: 42379 URL: http://llvm.org/viewvc/llvm-project?rev=42379&view=rev Log: Warnings okay during debug build. Modified: llvm-gcc-4.0/trunk/build_gcc Modified: llvm-gcc-4.0/trunk/build_gcc URL: http://llvm.org/viewvc/llvm-project/llvm-gcc-

[llvm-commits] [llvm-gcc-4.2] r42366 - /llvm-gcc-4.2/trunk/build_gcc

2007-09-26 Thread Bill Wendling
Author: void Date: Wed Sep 26 15:24:38 2007 New Revision: 42366 URL: http://llvm.org/viewvc/llvm-project?rev=42366&view=rev Log: Support the LLVM_DEBUG build option. Modified: llvm-gcc-4.2/trunk/build_gcc Modified: llvm-gcc-4.2/trunk/build_gcc URL: http://llvm.org/viewvc/llvm-project/llvm-g

Re: [llvm-commits] [llvm-gcc-4.0] r42361 - /llvm-gcc-4.0/trunk/build_gcc

2007-09-26 Thread Bill Wendling
On 9/26/07, Duncan Sands <[EMAIL PROTECTED]> wrote: > > The environment variable "LLVM_DEBUG=1" can now be used to create an > > Apple-style "debug" build. > > If this is appropriate for 4.2, can you please apply it there too. > Done. Thanks! :-) -bw __

[llvm-commits] [llvm-gcc-4.0] r42361 - /llvm-gcc-4.0/trunk/build_gcc

2007-09-26 Thread Bill Wendling
Author: void Date: Wed Sep 26 13:27:56 2007 New Revision: 42361 URL: http://llvm.org/viewvc/llvm-project?rev=42361&view=rev Log: The environment variable "LLVM_DEBUG=1" can now be used to create an Apple-style "debug" build. Modified: llvm-gcc-4.0/trunk/build_gcc Modified: llvm-gcc-4.0/trun

Re: [llvm-commits] [llvm-gcc-4.0] r42287 - in /llvm-gcc-4.0/trunk/gcc: c-common.h llvm-backend.cpp objc/objc-act.c stub-objc.c

2007-09-25 Thread Bill Wendling
On 9/25/07, Chris Lattner <[EMAIL PROTECTED]> wrote: > On Sep 24, 2007, at 7:51 PM, Bill Wendling wrote: > > URL: http://llvm.org/viewvc/llvm-project?rev=42287&view=rev > > Log: > > During the processing of Objective-C "protocols", the objc frontend > &

[llvm-commits] [llvm] r42318 - /llvm/trunk/docs/ReleaseNotes.html

2007-09-25 Thread Bill Wendling
Author: void Date: Tue Sep 25 15:45:10 2007 New Revision: 42318 URL: http://llvm.org/viewvc/llvm-project?rev=42318&view=rev Log: Grammar fix. Modified: llvm/trunk/docs/ReleaseNotes.html Modified: llvm/trunk/docs/ReleaseNotes.html URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/docs/Rele

[llvm-commits] [llvm-gcc-4.0] r42289 - /llvm-gcc-4.0/trunk/gcc/llvm-backend.cpp

2007-09-24 Thread Bill Wendling
Author: void Date: Mon Sep 24 22:21:18 2007 New Revision: 42289 URL: http://llvm.org/viewvc/llvm-project?rev=42289&view=rev Log: Oops! Modified: llvm-gcc-4.0/trunk/gcc/llvm-backend.cpp Modified: llvm-gcc-4.0/trunk/gcc/llvm-backend.cpp URL: http://llvm.org/viewvc/llvm-project/llvm-gcc-4.0/tr

[llvm-commits] [llvm-gcc-4.0] r42288 - /llvm-gcc-4.0/trunk/gcc/llvm-backend.cpp

2007-09-24 Thread Bill Wendling
Author: void Date: Mon Sep 24 22:18:23 2007 New Revision: 42288 URL: http://llvm.org/viewvc/llvm-project?rev=42288&view=rev Log: Tabs are the devil's work! Modified: llvm-gcc-4.0/trunk/gcc/llvm-backend.cpp Modified: llvm-gcc-4.0/trunk/gcc/llvm-backend.cpp URL: http://llvm.org/viewvc/llvm-pr

[llvm-commits] [llvm-gcc-4.0] r42287 - in /llvm-gcc-4.0/trunk/gcc: c-common.h llvm-backend.cpp objc/objc-act.c stub-objc.c

2007-09-24 Thread Bill Wendling
Author: void Date: Mon Sep 24 21:51:18 2007 New Revision: 42287 URL: http://llvm.org/viewvc/llvm-project?rev=42287&view=rev Log: During the processing of Objective-C "protocols", the objc frontend creates two decls for the protocol. One for the metadata and another for when it's referenced. Howeve

[llvm-commits] [llvm] r42280 - /llvm/trunk/lib/Analysis/IPA/Andersens.cpp

2007-09-24 Thread Bill Wendling
Author: void Date: Mon Sep 24 17:43:48 2007 New Revision: 42280 URL: http://llvm.org/viewvc/llvm-project?rev=42280&view=rev Log: Don't execute dump unless NDEBUG isn't defined. Modified: llvm/trunk/lib/Analysis/IPA/Andersens.cpp Modified: llvm/trunk/lib/Analysis/IPA/Andersens.cpp URL: http:

Re: [llvm-commits] [llvm] r42093 - in /llvm/trunk: ./ bindings/ bindings/ocaml/ bindings/ocaml/bitwriter/ bindings/ocaml/llvm/ test/Bindings/ test/Bindings/Ocaml/ test/lib/

2007-09-22 Thread Bill Wendling
On Sep 22, 2007, at 2:39 PM, Gordon Henriksen wrote: On Sep 22, 2007, at 03:50, Bill Wendling wrote: Hi Gordon, +include ../Makefile.ocaml This won't work if source dir != obj directory. It won't find the Makefile.ocaml unless it's also copied over... Bill, Please

[llvm-commits] [llvm] r42232 - /llvm/trunk/docs/ExceptionHandling.html

2007-09-22 Thread Bill Wendling
Author: void Date: Sat Sep 22 05:17:08 2007 New Revision: 42232 URL: http://llvm.org/viewvc/llvm-project?rev=42232&view=rev Log: Validation fixes Modified: llvm/trunk/docs/ExceptionHandling.html Modified: llvm/trunk/docs/ExceptionHandling.html URL: http://llvm.org/viewvc/llvm-project/llvm/t

[llvm-commits] [llvm] r42231 - /llvm/trunk/docs/Stacker.html

2007-09-22 Thread Bill Wendling
Author: void Date: Sat Sep 22 05:13:39 2007 New Revision: 42231 URL: http://llvm.org/viewvc/llvm-project?rev=42231&view=rev Log: Validation fixes Modified: llvm/trunk/docs/Stacker.html Modified: llvm/trunk/docs/Stacker.html URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/docs/Stacker.ht

[llvm-commits] [llvm] r42230 - /llvm/trunk/docs/ExtendingLLVM.html

2007-09-22 Thread Bill Wendling
Author: void Date: Sat Sep 22 05:07:00 2007 New Revision: 42230 URL: http://llvm.org/viewvc/llvm-project?rev=42230&view=rev Log: Validation fixes Modified: llvm/trunk/docs/ExtendingLLVM.html Modified: llvm/trunk/docs/ExtendingLLVM.html URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/doc

[llvm-commits] [llvm] r42229 - /llvm/trunk/docs/CodingStandards.html

2007-09-22 Thread Bill Wendling
Author: void Date: Sat Sep 22 05:03:25 2007 New Revision: 42229 URL: http://llvm.org/viewvc/llvm-project?rev=42229&view=rev Log: Validation fixes Modified: llvm/trunk/docs/CodingStandards.html Modified: llvm/trunk/docs/CodingStandards.html URL: http://llvm.org/viewvc/llvm-project/llvm/trunk

[llvm-commits] [llvm] r42228 - /llvm/trunk/docs/ReleaseNotes.html

2007-09-22 Thread Bill Wendling
Author: void Date: Sat Sep 22 04:56:28 2007 New Revision: 42228 URL: http://llvm.org/viewvc/llvm-project?rev=42228&view=rev Log: Validation fixes Modified: llvm/trunk/docs/ReleaseNotes.html Modified: llvm/trunk/docs/ReleaseNotes.html URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/docs/

[llvm-commits] [llvm] r42227 - /llvm/trunk/docs/FAQ.html

2007-09-22 Thread Bill Wendling
Author: void Date: Sat Sep 22 04:54:47 2007 New Revision: 42227 URL: http://llvm.org/viewvc/llvm-project?rev=42227&view=rev Log: Validation fixes Modified: llvm/trunk/docs/FAQ.html Modified: llvm/trunk/docs/FAQ.html URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/docs/FAQ.html?rev=42227

[llvm-commits] [llvm] r42226 - /llvm/trunk/docs/GettingStartedVS.html

2007-09-22 Thread Bill Wendling
Author: void Date: Sat Sep 22 04:39:19 2007 New Revision: 42226 URL: http://llvm.org/viewvc/llvm-project?rev=42226&view=rev Log: Validation fixes Modified: llvm/trunk/docs/GettingStartedVS.html Modified: llvm/trunk/docs/GettingStartedVS.html URL: http://llvm.org/viewvc/llvm-project/llvm/tru

[llvm-commits] [llvm] r42225 - /llvm/trunk/docs/LangRef.html

2007-09-22 Thread Bill Wendling
Author: void Date: Sat Sep 22 04:23:55 2007 New Revision: 42225 URL: http://llvm.org/viewvc/llvm-project?rev=42225&view=rev Log: Validation fixes Modified: llvm/trunk/docs/LangRef.html Modified: llvm/trunk/docs/LangRef.html URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/docs/LangRef.ht

[llvm-commits] [llvm] r42224 - /llvm/trunk/docs/TestingGuide.html

2007-09-22 Thread Bill Wendling
Author: void Date: Sat Sep 22 04:20:07 2007 New Revision: 42224 URL: http://llvm.org/viewvc/llvm-project?rev=42224&view=rev Log: Validation fixes Modified: llvm/trunk/docs/TestingGuide.html Modified: llvm/trunk/docs/TestingGuide.html URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/docs/

[llvm-commits] [llvm] r42223 - /llvm/trunk/docs/TestingGuide.html

2007-09-22 Thread Bill Wendling
Author: void Date: Sat Sep 22 04:16:44 2007 New Revision: 42223 URL: http://llvm.org/viewvc/llvm-project?rev=42223&view=rev Log: Formatting changes. Modified: llvm/trunk/docs/TestingGuide.html Modified: llvm/trunk/docs/TestingGuide.html URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/do

Re: [llvm-commits] [llvm] r42093 - in /llvm/trunk: ./ bindings/ bindings/ocaml/ bindings/ocaml/bitwriter/ bindings/ocaml/llvm/ test/Bindings/ test/Bindings/Ocaml/ test/lib/

2007-09-22 Thread Bill Wendling
Hi Gordon, > == > > --- llvm/trunk/bindings/ocaml/bitwriter/Makefile (added) > +++ llvm/trunk/bindings/ocaml/bitwriter/Makefile Tue Sep 18 > 07:49:39 2007 > @@ -0,0 +1,23 @@ > +##===- bindings/ocaml/llvm/Makefile -

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

2007-09-21 Thread Bill Wendling
doh! Sorry... -bw On 9/21/07, Tanya Lattner <[EMAIL PROTECTED]> wrote: > Author: tbrethou > Date: Fri Sep 21 18:57:04 2007 > New Revision: 42215 > > URL: http://llvm.org/viewvc/llvm-project?rev=42215&view=rev > Log: > Fix silly typo. > ___ llvm-commits

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

2007-09-21 Thread Bill Wendling
On 9/21/07, Tanya Lattner <[EMAIL PROTECTED]> wrote: >declare i32 @llvm.annotation(i32 , i8* , i8* > , i32 ) > + declare i8 llvm.annotation(i8 , i8* , i8* > , i32 ) > + declare i16 llvm.annotation(i16 , i8* , i8* > , i32 )

[llvm-commits] [llvm] r42184 - /llvm/tags/Apple/llvm-1200-15/

2007-09-20 Thread Bill Wendling
Author: void Date: Thu Sep 20 20:14:44 2007 New Revision: 42184 URL: http://llvm.org/viewvc/llvm-project?rev=42184&view=rev Log: Creating llvm-1200-15 branch Added: llvm/tags/Apple/llvm-1200-15/ - copied from r42183, llvm/trunk/ ___ llvm-comm

[llvm-commits] [llvm-gcc-4.0] r42183 - /llvm-gcc-4.0/tags/llvm-gcc-1200-15/

2007-09-20 Thread Bill Wendling
Author: void Date: Thu Sep 20 20:14:37 2007 New Revision: 42183 URL: http://llvm.org/viewvc/llvm-project?rev=42183&view=rev Log: Creating llvm-gcc-1200-15 branch Added: llvm-gcc-4.0/tags/llvm-gcc-1200-15/ - copied from r42182, llvm-gcc-4.0/trunk/ ___

[llvm-commits] [llvm] r42086 - in /llvm/trunk: include/llvm/CodeGen/AsmPrinter.h lib/CodeGen/AsmPrinter.cpp

2007-09-18 Thread Bill Wendling
Author: void Date: Tue Sep 18 04:10:16 2007 New Revision: 42086 URL: http://llvm.org/viewvc/llvm-project?rev=42086&view=rev Log: Don't pass back a reference to a temporary. Modified: llvm/trunk/include/llvm/CodeGen/AsmPrinter.h llvm/trunk/lib/CodeGen/AsmPrinter.cpp Modified: llvm/trunk/i

[llvm-commits] [llvm] r42079 - /llvm/trunk/CREDITS.TXT

2007-09-17 Thread Bill Wendling
9&r1=42078&r2=42079&view=diff == --- llvm/trunk/CREDITS.TXT (original) +++ llvm/trunk/CREDITS.TXT Tue Sep 18 00:28:19 2007 @@ -246,6 +246,6 @@ N: Bill Wendling E: [EMAIL PROTECTED] W: http://web.mac.com/bwend

[llvm-commits] [llvm] r42078 - in /llvm/trunk: include/llvm/CodeGen/AsmPrinter.h lib/CodeGen/AsmPrinter.cpp

2007-09-17 Thread Bill Wendling
Author: void Date: Tue Sep 18 00:03:44 2007 New Revision: 42078 URL: http://llvm.org/viewvc/llvm-project?rev=42078&view=rev Log: The exception handling function info should be reset for each new function. The information isn't used heavily -- it's only used at the end of exception handling emissio

[llvm-commits] [llvm] r42074 - in /llvm/trunk: include/llvm/CodeGen/AsmPrinter.h lib/CodeGen/AsmPrinter.cpp lib/CodeGen/DwarfWriter.cpp test/CodeGen/X86/2007-09-17-ObjcFrameEH.ll

2007-09-17 Thread Bill Wendling
Author: void Date: Mon Sep 17 20:47:22 2007 New Revision: 42074 URL: http://llvm.org/viewvc/llvm-project?rev=42074&view=rev Log: Objective-C was generating EH frame info like this: "_-[NSString(local) isNullOrNil]".eh = 0 .no_dead_strip "_-[NSString(local) isNullOrNil]".eh The ".eh" sho

[llvm-commits] [llvm] r42071 - in /llvm/trunk: include/llvm/Support/Mangler.h lib/VMCore/Mangler.cpp

2007-09-17 Thread Bill Wendling
Author: void Date: Mon Sep 17 17:39:32 2007 New Revision: 42071 URL: http://llvm.org/viewvc/llvm-project?rev=42071&view=rev Log: Add support for appending a suffix to the end of a mangled name. Modified: llvm/trunk/include/llvm/Support/Mangler.h llvm/trunk/lib/VMCore/Mangler.cpp Modified

Re: [llvm-commits] [llvm-gcc-4.0] r41882 - in /llvm-gcc-4.0/trunk/gcc: config/darwin.h llvm-backend.cpp varasm.c

2007-09-17 Thread Bill Wendling
On 9/17/07, Evan Cheng <[EMAIL PROTECTED]> wrote: > I don't think Bill's patch affects weakref. Bill? > I don't think so either. But, as pointed out, it will fail for other reasons. > We are already relying on asm printer too much as it is. I'd like no

Re: [llvm-commits] [llvm-gcc-4.0] r41882 - in /llvm-gcc-4.0/trunk/gcc: config/darwin.h llvm-backend.cpp varasm.c

2007-09-17 Thread Bill Wendling
Hi Duncan (et al), > I've CC'd Anton since he's the one who knows all about this stuff. Presumably > when A is an alias for B there are two cases: either this is a "weak alias" or > weakref, meaning that at link time it may turn out that A wasn't an alias for > B after all, or A is a strong alias

Re: [llvm-commits] [llvm] r42008 - /llvm/trunk/lib/Target/X86/X86AsmPrinter.cpp

2007-09-16 Thread Bill Wendling
Hi Tanya, This is a follow-up to my previous patch r41999. It makes the conditional the same as that in AsmPrinter.cpp. Sorry about two patches. Late-night coding and all. ;-) Please apply also to the 2.1 branch pending approval. Thanks! -bw On Sep 16, 2007, at 12:21 PM, Bill Wendling

[llvm-commits] [llvm] r42008 - /llvm/trunk/lib/Target/X86/X86AsmPrinter.cpp

2007-09-16 Thread Bill Wendling
Author: void Date: Sun Sep 16 14:21:08 2007 New Revision: 42008 URL: http://llvm.org/viewvc/llvm-project?rev=42008&view=rev Log: Follow-up to patch r41999. Make the conditional that emits the personality stub match the conditional that turns on exception handling emittion in the asm printer. Mod

Re: [llvm-commits] [llvm] r41999 - /llvm/trunk/lib/Target/X86/X86AsmPrinter.cpp

2007-09-16 Thread Bill Wendling
Tanya, If no one has any objections, could you put this in the 2.1 branch? Thanks! -bw On Sep 16, 2007, at 3:36 AM, Bill Wendling wrote: > Author: void > Date: Sun Sep 16 05:36:17 2007 > New Revision: 41999 > > URL: http://llvm.org/viewvc/llvm-project?rev=41999&view=rev >

[llvm-commits] [llvm] r41999 - /llvm/trunk/lib/Target/X86/X86AsmPrinter.cpp

2007-09-16 Thread Bill Wendling
Author: void Date: Sun Sep 16 05:36:17 2007 New Revision: 41999 URL: http://llvm.org/viewvc/llvm-project?rev=41999&view=rev Log: Only emit the personality function as a global value if the backend actually supports it. This solves this error on the Darwin x86-64 platform: $ cat testcase.ii struct

Re: [llvm-commits] [llvm-gcc-4.0] r41882 - in /llvm-gcc-4.0/trunk/gcc: config/darwin.h llvm-backend.cpp varasm.c

2007-09-15 Thread Bill Wendling
Hi Duncan, >> Alias definitions aren't supported on some platforms. Create a >> flag (TARGET_DOES_NOT_SUPPORT_ALIAS_DEFINITIONS) that indicates >> this and stops us from creating aliases. > > is doing this in the front-end really the right approach? If a > target doesn't > support aliases s

Re: [llvm-commits] [llvm] r41968 - /llvm/trunk/lib/Transforms/Scalar/RedundantLoadElimination.cpp

2007-09-15 Thread Bill Wendling
Hi Owen, I think these failures are due to this. :-) Running /Volumes/Gir/devel/llvm/llvm.src/test/Transforms/ RedundantLoadElimination/dg.exp ... FAIL: /Volumes/Gir/devel/llvm/llvm.src/test/Transforms/ RedundantLoadElimination/simple.ll Failed with exit(1) at line 1 while running: llvm-as < /V

[llvm-commits] [llvm] r41940 - /llvm/tags/Apple/llvm-1200-14/

2007-09-13 Thread Bill Wendling
Author: void Date: Thu Sep 13 20:14:22 2007 New Revision: 41940 URL: http://llvm.org/viewvc/llvm-project?rev=41940&view=rev Log: Creating llvm-1200-14 branch Added: llvm/tags/Apple/llvm-1200-14/ - copied from r41939, llvm/trunk/ ___ llvm-comm

[llvm-commits] [llvm-gcc-4.0] r41939 - /llvm-gcc-4.0/tags/llvm-gcc-1200-14/

2007-09-13 Thread Bill Wendling
Author: void Date: Thu Sep 13 20:14:14 2007 New Revision: 41939 URL: http://llvm.org/viewvc/llvm-project?rev=41939&view=rev Log: Creating llvm-gcc-1200-14 branch Added: llvm-gcc-4.0/tags/llvm-gcc-1200-14/ - copied from r41938, llvm-gcc-4.0/trunk/ ___

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

2007-09-13 Thread Bill Wendling
Author: void Date: Thu Sep 13 20:13:55 2007 New Revision: 41938 URL: http://llvm.org/viewvc/llvm-project?rev=41938&view=rev Log: Temporary reverting r41817 (http://lists.cs.uiuc.edu/pipermail/llvm-commits/Week-of-Mon-20070910/053370.html). It's causing SPASS to fail. Modified: llvm/trunk/li

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

2007-09-13 Thread Bill Wendling
Author: void Date: Thu Sep 13 19:28:04 2007 New Revision: 41937 URL: http://llvm.org/viewvc/llvm-project?rev=41937&view=rev Log: APFloat uses "exlicit" now. 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] r41936 - /llvm-gcc-4.0/trunk/gcc/config/i386/llvm-i386.cpp

2007-09-13 Thread Bill Wendling
Author: void Date: Thu Sep 13 19:26:28 2007 New Revision: 41936 URL: http://llvm.org/viewvc/llvm-project?rev=41936&view=rev Log: APFloats have "explicit" now. Modified: llvm-gcc-4.0/trunk/gcc/config/i386/llvm-i386.cpp Modified: llvm-gcc-4.0/trunk/gcc/config/i386/llvm-i386.cpp URL: http://ll

[llvm-commits] [llvm] r41896 - /llvm/tags/Apple/llvm-1200-13/

2007-09-12 Thread Bill Wendling
Author: void Date: Wed Sep 12 18:11:23 2007 New Revision: 41896 URL: http://llvm.org/viewvc/llvm-project?rev=41896&view=rev Log: Creating llvm-1200-13 branch Added: llvm/tags/Apple/llvm-1200-13/ - copied from r41895, llvm/trunk/ ___ llvm-comm

[llvm-commits] [llvm-gcc-4.0] r41895 - /llvm-gcc-4.0/tags/llvm-gcc-1200-13/

2007-09-12 Thread Bill Wendling
Author: void Date: Wed Sep 12 18:11:16 2007 New Revision: 41895 URL: http://llvm.org/viewvc/llvm-project?rev=41895&view=rev Log: Creating llvm-gcc-1200-13 branch Added: llvm-gcc-4.0/tags/llvm-gcc-1200-13/ - copied from r41894, llvm-gcc-4.0/trunk/ ___

[llvm-commits] [llvm] r41892 - /llvm/tags/Apple/llvm-1200-12/

2007-09-12 Thread Bill Wendling
Author: void Date: Wed Sep 12 17:19:09 2007 New Revision: 41892 URL: http://llvm.org/viewvc/llvm-project?rev=41892&view=rev Log: Creating llvm-1200-12 branch Added: llvm/tags/Apple/llvm-1200-12/ - copied from r41891, llvm/trunk/ ___ llvm-comm

[llvm-commits] [llvm-gcc-4.0] r41891 - /llvm-gcc-4.0/tags/llvm-gcc-1200-12/

2007-09-12 Thread Bill Wendling
Author: void Date: Wed Sep 12 17:18:57 2007 New Revision: 41891 URL: http://llvm.org/viewvc/llvm-project?rev=41891&view=rev Log: Creating llvm-gcc-1200-12 branch Added: llvm-gcc-4.0/tags/llvm-gcc-1200-12/ - copied from r41890, llvm-gcc-4.0/trunk/ ___

[llvm-commits] [llvm-gcc-4.2] r41883 - in /llvm-gcc-4.2/trunk/gcc: config/darwin.h varasm.c

2007-09-12 Thread Bill Wendling
Author: void Date: Wed Sep 12 13:59:44 2007 New Revision: 41883 URL: http://llvm.org/viewvc/llvm-project?rev=41883&view=rev Log: Port of r41882: Alias definitions aren't supported on some platforms. Create a flag (TARGET_DOES_NOT_SUPPORT_ALIAS_DEFINITIONS) that indicates this and stops us from c

[llvm-commits] [llvm-gcc-4.0] r41882 - in /llvm-gcc-4.0/trunk/gcc: config/darwin.h llvm-backend.cpp varasm.c

2007-09-12 Thread Bill Wendling
Author: void Date: Wed Sep 12 13:55:13 2007 New Revision: 41882 URL: http://llvm.org/viewvc/llvm-project?rev=41882&view=rev Log: Alias definitions aren't supported on some platforms. Create a flag (TARGET_DOES_NOT_SUPPORT_ALIAS_DEFINITIONS) that indicates this and stops us from creating aliases.

Re: [llvm-commits] [llvm] r41838 - in /llvm/trunk: include/llvm/Target/TargetAsmInfo.h lib/CodeGen/DwarfWriter.cpp lib/Target/TargetAsmInfo.cpp lib/Target/X86/X86ATTAsmPrinter.cpp lib/Target/X86/X86As

2007-09-11 Thread Bill Wendling
On 9/11/07, Chris Lattner <[EMAIL PROTECTED]> wrote: > > On Sep 11, 2007, at 10:21 AM, Bill Wendling wrote: > > > On 9/11/07, Anton Korobeynikov <[EMAIL PROTECTED]> wrote: > >> Bill, > >> > >>> The personality function on Darwin needs a g

[llvm-commits] [llvm] r41873 - in /llvm/trunk/lib/Target: ARM/ARMTargetAsmInfo.cpp PowerPC/PPCTargetAsmInfo.cpp

2007-09-11 Thread Bill Wendling
Author: void Date: Tue Sep 11 18:55:40 2007 New Revision: 41873 URL: http://llvm.org/viewvc/llvm-project?rev=41873&view=rev Log: Enable indirect encoding for the personality function Modified: llvm/trunk/lib/Target/ARM/ARMTargetAsmInfo.cpp llvm/trunk/lib/Target/PowerPC/PPCTargetAsmInfo.cp

[llvm-commits] [llvm-gcc-4.2] r41857 - /llvm-gcc-4.2/emptydir/

2007-09-11 Thread Bill Wendling
Author: void Date: Tue Sep 11 13:11:37 2007 New Revision: 41857 URL: http://llvm.org/viewvc/llvm-project?rev=41857&view=rev Log: Create an empty directory "emptydir" so that we can switch libstdc++-v3 to it so we don't have to keep deleting it. Added: llvm-gcc-4.2/emptydir/

[llvm-commits] [llvm-gcc-4.0] r41856 - /llvm-gcc-4.0/emptydir/

2007-09-11 Thread Bill Wendling
Author: void Date: Tue Sep 11 13:08:03 2007 New Revision: 41856 URL: http://llvm.org/viewvc/llvm-project?rev=41856&view=rev Log: Adding an empty directory "emptydir" so that we can switch libstdc++ to it and won't have to continually remove it. Added: llvm-gcc-4.0/emptydir/

<    1   2   3   4   5   6   7   8   9   10   >