Displaying 20 results from an estimated 20000 matches similar to: "[LLVMdev] LLVM Release Criteria"
2005 Jul 04
1
compare two lists with differents levels
Hi,
I would like to compare 2 lists resulted from a sql query! bu there are different levels, so when I want to do:
release1<-sqlQuery(channel,paste("select distinct c.ID,c.Title TitleCrit from category cat, category_criteria cc, criteria c, question_criteria qc, question q, form_question fq, form f, release_form rf, release r, product_release pr, product p where cat.ID=cc.category and
2010 Aug 10
0
[LLVMdev] Announcing: LLVM 2.8 Release Schedule (Revised)
Greetings!
This is the revised LLVM 2.8 release schedule:
9/3 - Branch
9/6 - Pre-release1 out (binaries and tar balls), testing begins
9/12 - Pre-release1 testing ends
9/20 - Pre-release2 testing begins
9/26 - Pre-release2 testing ends
9/28 - Release!
There will be more information as the branch date approaches. Please have all major features finished as soon as possible. It's important to
2009 Sep 03
2
[LLVMdev] 2.6 pre-release1 ready for testing
Hi Tanya,
I have tried the 2.6 pre-release on the following host :
Windows XP pro SP2 with mingw/msys :
uname -a
MINGW32_NT-5.1 OLIVE 1.0.10(0.46/3/2) 2004-03-15 07:17 i686 unknown
gcc -v
Reading specs from d:/mingw/bin/../lib/gcc/mingw32/3.4.5/specs
Configured with: ../gcc-3.4.5/configure --with-gcc --with-gnu-ld
--with-gnu-as --host=mingw32 --target=mingw32 --prefix=/mingw
--enable-threads
2009 Sep 05
0
[LLVMdev] 2.6 pre-release1 ready for testing
On 2009-08-31 08:50, Tanya Lattner wrote:
> LLVMers,
>
> 2.6 pre-release1 is ready to be tested by the community.
> http://llvm.org/prereleases/2.6/
>
Hi Tanya,
Here are the results for x86_64 Linux (Debian unstable):
> You will notice that we have quite a few pre-compiled binaries (of
> both clang and llvm-gcc). We have identified several bugs that will be
> fixed in
2008 Nov 20
2
[LLVMdev] Validation Criteria
As we begin designing the proposed validation process, we should think about
what the criteria for a successful validation should be.
In the initial proposal I suggested the "make check" on llvm should pass as
should the tests in llvm-test.
According to Tanya, not all of llvm-test passes. Do we have a sense of how
far away from a full passing llvm-test we are?
I also know that a
2010 Mar 23
1
[LLVMdev] 2.7 Updates and pre-release1 testing ends
The 2.7 pre-release testing ends tomorrow March 24th (11:59PM PDT).
I've updated the 2.7 release schedule to include a one week regression fixing week. This is only for regressions found in 2.7 and not for miscellaneous bug fixes. I will no longer be merging in patches that are not a regression as defined in our release process (http://llvm.org/docs/HowToReleaseLLVM.html#release-qualify).
2009 Feb 24
0
[LLVMdev] 2.5 Pre-release2 available for testing
On Fri, Feb 20, 2009 at 11:45 PM, Tanya Lattner <tonic at nondot.org> wrote:
> LLVMers,
>
> The 2.5 pre-release2 is finally available for testing:
> http://llvm.org/prereleases/2.5/
>
> If you have time, I'd appreciate anyone who can help test the release.
> Please do the following:
>
> 1) Download/compile llvm source, and either compile llvm-gcc source or use
2010 Mar 30
0
[LLVMdev] [cfe-dev] 2.7 Pre-release1 available for testing
On Mar 24, 2010, at 2:47 PM, Török Edwin wrote:
> On 03/17/2010 10:12 PM, Tanya Lattner wrote:
>> The 2.7 binaries are available for testing:
>> http://llvm.org/pre-releases/2.7/pre-release1/
>>
>> You will also find the source tarballs there as well.
>>
>> We rely on the community to help make our releases great, so please help
>> test 2.7 if you
2010 Aug 04
3
[LLVMdev] Announcing: LLVM 2.8 Release Schedule
Good news, everybody!
It's that time of year again. We are going to release LLVM 2.8! I'm taking over for Tanya to give her a much needed break. I can only hope to perform as well as she has. This is my first time as release manager, so bear with me if things don't go smoothly.
This message is mostly to give you an idea of the schedule we're planning on. It's an aggressive
2010 Mar 30
2
[LLVMdev] [cfe-dev] 2.7 Pre-release1 available for testing
On 03/30/2010 09:15 PM, Tanya Lattner wrote:
>
> Thanks for testing the release!
>
>> Tests were run on x86-64, Debian unstable, Linux 2.6.33, gcc 4.4.3,
>> 64-bit. I built srcdir == objdir, I have built llvm and clang myself,
>> and used the binaries for llvm-gcc.
>>
>> 1. llvm-gcc 2.7 vs 2.6
>> compared to my results from Aug 31 2009, ignoring CBE
2009 Sep 02
0
[LLVMdev] 2.6 pre-release1 ready for testing
Hi Tanya,
The sources weren't updated for this pre-release testing. So I had the
same problems on PPC.
-bw
On Sun, Aug 30, 2009 at 10:50 PM, Tanya Lattner<lattner at apple.com> wrote:
> LLVMers,
> 2.6 pre-release1 is ready to be tested by the community.
> http://llvm.org/prereleases/2.6/
> You will notice that we have quite a few pre-compiled binaries (of both
> clang
2010 Feb 12
2
[LLVMdev] Reminder: 2.7 code freeze in 1.5 weeks
Just a reminder that the 2.7 code freeze is on Feb 21st.
All major changes should be committed approximately 1 week before the code freeze to ensure adequate testing. Please do your part to keep the tree stable in the days leading up to the code freeze.
Thanks!
-Tanya
2/21 - Code Freeze (9PM PST)
2/27 - Pre-release1 released & community testing begins
3/6 - Pre-release1 testing ends
3/13
2010 Feb 15
0
[LLVMdev] [cfe-dev] Reminder: 2.7 code freeze in 1.5 weeks
On Feb 12, 2010, at 3:02 PM, Douglas Gregor wrote:
>
> On Feb 12, 2010, at 8:25 AM, David Greene wrote:
>
>> On Thursday 11 February 2010 18:17:33 Tanya Lattner wrote:
>>> Just a reminder that the 2.7 code freeze is on Feb 21st.
>>>
>>> All major changes should be committed approximately 1 week before the code
>>> freeze to ensure adequate
2010 Aug 04
0
[LLVMdev] Announcing: LLVM 2.8 Release Schedule
On Tue, 3 Aug 2010 23:57:05 -0700
Bill Wendling <wendling at apple.com> wrote:
> Good news, everybody!
>
> It's that time of year again. We are going to release LLVM 2.8! I'm
> taking over for Tanya to give her a much needed break. I can only
> hope to perform as well as she has. This is my first time as release
> manager, so bear with me if things don't go
2009 Aug 31
0
[LLVMdev] 2.6 pre-release1 ready for testing
Tanya Lattner wrote:
> LLVMers,
>
> 2.6 pre-release1 is ready to be tested by the community.
> http://llvm.org/prereleases/2.6/
>
> You will notice that we have quite a few pre-compiled binaries (of
> both clang and llvm-gcc). We have identified several bugs that will be
> fixed in pre-release2, so please search the bug database before filing
> a new bug.
>
>
2009 Jun 16
0
[LLVMdev] 2.6 Release schedule
I apologize for the delay in setting the 2.6 schedule. Please be aware
that we are now moving to a ~6 month release cycle. In addition, 2.6 will
be our first release that includes Clang.
08/21 - Code freeze
08/28 - Pre-release1 testing begins
09/04 - Pre-release1 testing ends
09/11 - Pre-release2 testing begins
09/18 - Pre-release2 testing ends
09/21 - Release 2.6
For those that emailed me
2010 Jan 30
0
[LLVMdev] 2.7 Release Schedule
Below is the 2.7 release schedule:
2/21 - Code Freeze (9PM PST)
2/27 - Pre-release1 released & community testing begins
3/6 - Pre-release1 testing ends
3/13 - Pre-release2 released & community testing begins
3/20 - Pre-release2 testing ends
3/22 - Release
Please remember that all major changes should be committed approximately 1 week before the code freeze.
Thanks,
Tanya
2010 Feb 16
0
[LLVMdev] 2.7 Updated Release Schedule
We have pushed back the release a couple of weeks. Below is the revised schedule:
3/7 - Code Freeze (9PM PST)
3/13 - Pre-release1 released & community testing begins
3/20 - Pre-release1 testing ends
3/27 - Pre-release2 released & community testing begins
4/3 - Pre-release2 testing ends
4/5 - Release
As a reminder, all major changes need to be checked in 1 week before code freeze.
2009 Aug 31
10
[LLVMdev] 2.6 pre-release1 ready for testing
LLVMers,
2.6 pre-release1 is ready to be tested by the community.
http://llvm.org/prereleases/2.6/
You will notice that we have quite a few pre-compiled binaries (of
both clang and llvm-gcc). We have identified several bugs that will be
fixed in pre-release2, so please search the bug database before filing
a new bug.
If you have time, I'd appreciate anyone who can help test the
2010 Feb 13
0
[LLVMdev] [cfe-dev] Reminder: 2.7 code freeze in 1.5 weeks
On Fri, Feb 12, 2010 at 5:48 PM, Daniel Dunbar <daniel at zuster.org> wrote:
> I am definitely in favor of this if it is ok with Tanya.
>
> I hope to spend some time in the next few weeks on tracking down
> miscompiles, and it would be great to get Clang to the
> "early-but-usable-beta" stage so it makes sense to roll binaries for
> 2.7.
>
> Tanya, I can