similar to: [LLVMdev] LLVM-GCC Back

Displaying 20 results from an estimated 100000 matches similar to: "[LLVMdev] LLVM-GCC Back"

2007 May 05
2
[LLVMdev] LLVM-GCC Back
On May 5, 2007, at 6:44 AM, Jeff Cohen wrote: > Bill wrote: >> The LLVM-GCC anonymous mirror should be updated now. Let me know if >> this happens again. >> >> -bw > > It's still taking over an hour for rsync to occur. > I can try to see if they will move the rsync to a better time. Unfortunately, I don't have much control over that end of it. Would
2007 May 05
2
[LLVMdev] LLVM-GCC Back
On May 5, 2007, at 1:40 PM, Jeff Cohen wrote: > Bill Wendling wrote: >> On May 5, 2007, at 6:44 AM, Jeff Cohen wrote: >> >>> Bill wrote: >>>> The LLVM-GCC anonymous mirror should be updated now. Let me know if >>>> this happens again. >>>> >>>> -bw >>> >>> It's still taking over an hour for rsync to
2007 May 05
0
[LLVMdev] LLVM-GCC Back
Bill Wendling wrote: > On May 5, 2007, at 6:44 AM, Jeff Cohen wrote: > >> Bill wrote: >>> The LLVM-GCC anonymous mirror should be updated now. Let me know if >>> this happens again. >>> >>> -bw >> >> It's still taking over an hour for rsync to occur. >> > I can try to see if they will move the rsync to a better time. >
2007 May 05
0
[LLVMdev] LLVM-GCC Back
Bill wrote: > The LLVM-GCC anonymous mirror should be updated now. Let me know if > this happens again. > > -bw It's still taking over an hour for rsync to occur.
2007 May 05
0
[LLVMdev] LLVM-GCC Back
Bill Wendling wrote: > On May 5, 2007, at 1:40 PM, Jeff Cohen wrote: > >> Bill Wendling wrote: >>> On May 5, 2007, at 6:44 AM, Jeff Cohen wrote: >>> >>>> Bill wrote: >>>>> The LLVM-GCC anonymous mirror should be updated now. Let me know if >>>>> this happens again. >>>>> >>>>> -bw >>>>
2007 May 06
4
[LLVMdev] LLVM-GCC Back
Jeff Cohen wrote: > Bill Wendling wrote: > >>> I'll ping the guy who's in charge of the sync and ask him when it's >>> done. Right now, the copy to the Apple internal mirror is done at 2AM >>> PDT. From your email, I suspect that the sync is done around 3ish. >>> Though maybe it's somehow dependent upon when I update the mirror??
2007 May 06
0
[LLVMdev] LLVM-GCC Back
Jeff Cohen wrote: > Jeff Cohen wrote: > >> Bill Wendling wrote: >> >> >>>> I'll ping the guy who's in charge of the sync and ask him when it's >>>> done. Right now, the copy to the Apple internal mirror is done at 2AM >>>> PDT. From your email, I suspect that the sync is done around 3ish. >>>> Though
2007 May 04
1
[LLVMdev] LLVM-GCC Source Updated?
The llvm-gcc source can be download from: http://jolt-lang.org/llvm-gcc.tar.bz2 31mb ~7 minute download http://jolt-lang.org/llvm-gcc.tar.gz 40mb ~8.5 minute download Download times assume you are the only person downloading. Please download the bz2 version if possible. I currently have no unexpected failures. Bill wrote: > On 5/4/07, Anton Korobeynikov <asl at
2013 Nov 18
0
[LLVMdev] Debug Info Slowing Things Down?!
Hi Bill, Thanks for the testing case. Most of the time is spent on debug info verifier. I fixed a bug in r194974, now it takes too long to run debug info verification. Debug info verifier is part of the verifier which is a Function Pass. Tot currently tries to pull all reachable debug info MDNodes in each function, which is too time-consuming. The correct fix seems to be separating debug info
2008 Jul 07
1
[LLVMdev] [PATCH] patch to compile llvm-gcc using nightly tester script(NewNightlyTester.pl)
Thanks :-) One last thing. It seems like the patch has a lot of whitespace changes. Could you create the diff with the -b option? -bw On Mon, Jul 7, 2008 at 11:49 AM, Rajika Kumarasiri <rajikacc at gmail.com> wrote: > hi Bill, > Thanks for the comments. I'll update the patch according to that. > > -Rajika > > On Mon, Jul 7, 2008 at 11:56 PM, Bill Wendling
2013 Nov 18
3
[LLVMdev] Debug Info Slowing Things Down?!
I think it might be. I’m attaching a preprocessed file that can show the problem. Compile it with ToT. $ clang++ -g -fvisibility-inlines-hidden -fno-exceptions -fno-rtti -fno-common -Woverloaded-virtual -Wcast-qual -fno-strict-aliasing -m64 -pedantic -Wno-long-long -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcovered-switch-default -Wno-uninitialized -Wno-missing-field-initializers -c
2007 May 07
2
[LLVMdev] LLVM-GCC Back
Jeff Cohen wrote: > And even if the mirror was promptly updated at 2am, it wouldn't have > mattered. The mirror got fatally out of sync with llvm less than an > hour later. There are still massive errors building llvm-gcc. > My nightly tester still can't build llvm-gcc. > And the Visual Studio build is massively broken too. I don't have time > to fix it
2013 Nov 18
2
[LLVMdev] Debug Info Slowing Things Down?!
On Sun, Nov 17, 2013 at 6:35 PM, Manman Ren <manman.ren at gmail.com> wrote: > Hi Bill, > > Thanks for the testing case. Most of the time is spent on debug info > verifier. > I fixed a bug in r194974, now it takes too long to run debug info > verification. > > Debug info verifier is part of the verifier which is a Function Pass. Tot > currently tries to pull all
2009 Dec 23
0
[LLVMdev] Build Failure!
My mistake. I needed to update llvm-gcc as well. Sorry for the noise. -bw On Dec 23, 2009, at 3:22 PM, Bill Wendling wrote: > This is a new build failure as of today. Does this look familiar to anyone? > > -bw > > llvm[2]: Compiling CommonProfiling.ll to CommonProfiling.bc for Debug build (bytecode) > Intrinsic parameter #1 is wrong! > i64 (i8*, i32)* @llvm.objectsize.i64
2009 Dec 23
5
[LLVMdev] Build Failure!
This is a new build failure as of today. Does this look familiar to anyone? -bw llvm[2]: Compiling CommonProfiling.ll to CommonProfiling.bc for Debug build (bytecode) Intrinsic parameter #1 is wrong! i64 (i8*, i32)* @llvm.objectsize.i64 Intrinsic parameter #1 is wrong! i64 (i8*, i32)* @llvm.objectsize.i64 Intrinsic parameter #1 is wrong! i64 (i8*, i32)* @llvm.objectsize.i64 Intrinsic parameter
2013 Nov 18
0
[LLVMdev] Debug Info Slowing Things Down?!
On Mon, Nov 18, 2013 at 10:55 AM, Eric Christopher <echristo at gmail.com>wrote: > On Sun, Nov 17, 2013 at 6:35 PM, Manman Ren <manman.ren at gmail.com> wrote: > > Hi Bill, > > > > Thanks for the testing case. Most of the time is spent on debug info > > verifier. > > I fixed a bug in r194974, now it takes too long to run debug info > >
2008 Jul 07
2
[LLVMdev] [PATCH] patch to compile llvm-gcc using nightly tester script(NewNightlyTester.pl)
On Mon, Jul 7, 2008 at 11:10 AM, Rajika Kumarasiri <rajikacc at gmail.com> wrote: > hello everybody, > > I have added few improvements to my patch. Please review the new patch > directly. > Thanks! > Hi Rajika, A few stylistic comments. I'll let others comment on the algorithm for now: if ($VERBOSE) { print "( time -p $SVNCMD/llvm/trunk llvm; cd
2009 Jan 27
4
[LLVMdev] RFC: -fwritable-strings Change
There is a problem with Objective-C code where a null string is placed in the wrong section. If we have this code: #include <Foundation/Foundation.h> void foo() { NSLog(@""); } The null string is defined like this: .const .lcomm LC,1,0 ## LC Causing our linker to go nuts, because it expects anonymous strings to be in the __cstring section. I came up with the attached
2008 Jul 07
0
[LLVMdev] [PATCH] patch to compile llvm-gcc using nightly tester script(NewNightlyTester.pl)
hi Bill, Thanks for the comments. I'll update the patch according to that. -Rajika On Mon, Jul 7, 2008 at 11:56 PM, Bill Wendling <isanbard at gmail.com> wrote: > On Mon, Jul 7, 2008 at 11:10 AM, Rajika Kumarasiri <rajikacc at gmail.com> > wrote: > > hello everybody, > > > > I have added few improvements to my patch. Please review the new patch > >
2013 Nov 18
0
[LLVMdev] Debug Info Slowing Things Down?!
Hi Bill Is this a recent regression? I recently changed the debug info verifier to fix a bug. Thanks, Manman > On Nov 17, 2013, at 5:52 PM, Bill Wendling <isanbard at gmail.com> wrote: > > I think that debug info is slowing a self-hosting build down. This build has been going for ages now and shows no sign of quitting. To reproduce, build a Release+Asserts build of clang. Then