Displaying 20 results from an estimated 115 matches for "selfhosted".
Did you mean:
selfhost
2009 Nov 12
2
[LLVMdev] Bootstrap Failure
Hi all,
There's been a recent bootstrap failure that might be covered up
because of another failure. I just wanted to point this out so that
people can take a look:
-bw
Here's the failure from our buildbot:
Assertion failed: (DestReg == VirtReg && "Unknown load situation!"),
function RewriteMBB, file /Volumes/Sandbox/Buildbot/llvm/build.llvm-
2011 Oct 25
0
[LLVMdev] Dragonegg and llvm-gcc self-host broken by miscompile of llvm-tblgen
These self-host builders all just starting failing. It looks like tablegen is
being miscompiled.
The first failed builds:
(1) http://lab.llvm.org:8011/builders/llvm-gcc-i386-linux-selfhost/builds/208
(2) http://lab.llvm.org:8011/builders/dragonegg-i386-linux/builds/194
(3) http://lab.llvm.org:8011/builders/dragonegg-x86_64-linux/builds/197
The odd thing is that I can't see any suspicious
2016 Jun 14
2
Buildbot numbers for the last week of 6/05/2016 - 6/11/2016
Hello everyone,
Below are some buildbot numbers for the last week of 6/05/2016 - 6/11/2016.
Thanks
Galina
buildername | was_red
-----------------------------------------------------------+-----------
sanitizer-x86_64-linux-bootstrap | 134:12:25
perf-x86_64-penryn-O3-polly-parallel-fast | 46:29:26
2016 Jul 27
1
Buildbot numbers for the week of 7/10/2016 - 7/16/2016
Hello everyone,
Below are some buildbot numbers for the week of 7/10/2016 - 7/16/2016.
Please see the same data in attached csv files:
The longest time each builder was red during the week;
"Status change ratio" by active builder (percent of builds that changed the
builder status from greed to red or from red to green);
Count of commits by project;
Number of completed builds, failed
2016 Oct 05
1
Buildbot numbers for the week of 9/25/2016 - 10/1/2016
Hello everyone,
Below are some buildbot numbers for the last week of 9/25/2016 - 10/1/2016.
Please see the same data in attached csv files:
The longest time each builder was red during the last week;
"Status change ratio" by active builder (percent of builds that changed the
builder status from greed to red or from red to green);
Count of commits by project;
Number of completed
2011 Jul 31
1
[LLVMdev] Selfhost LLVM and Clang on ARM
Hi, all
I am trying to selfhost LLVM and Clanf on ARM. Hopefully
doing this can reveal what version of GCC is broken. But I
have a concern about the following message while building
LLVM and Clang by using clang (selfhost build).
---
llvm[1]: Compiling DeltaAlgorithm.cpp for Debug build
/tmp/cc-DqWGS1.s: Assembler messages:
/tmp/cc-DqWGS1.s:8963: Rd and Rm should be different in mul
llvm[1]:
2016 Jun 29
1
Git Move: GitHub+modules proposal
On Wed, Jun 29, 2016 at 12:18 PM, Renato Golin <renato.golin at linaro.org>
wrote:
> On 29 June 2016 at 20:14, Sean Silva <chisophugis at gmail.com> wrote:
> > Sure. But selfhost (incl. stuff like selfhost w/ sanitizers) is a fairly
> > important special case we may be able to agree on. (and I say this as
> > somebody that largely builds cross-compilers (targeting
2018 Feb 28
0
Buildbot numbers for the week of 2/18/2018 - 2/24/2018
Hello everyone,
Below are some buildbot numbers for the last week of 2/18/2018 - 2/24/2018.
Please see the same data in attached csv files:
The longest time each builder was red during the week;
"Status change ratio" by active builder (percent of builds that changed the
builder status from greed to red or from red to green);
Count of commits by project;
Number of completed builds,
2016 Jun 29
2
Git Move: GitHub+modules proposal
On Wed, Jun 29, 2016 at 12:04 PM, Renato Golin <renato.golin at linaro.org>
wrote:
> On 29 June 2016 at 19:51, Sean Silva <chisophugis at gmail.com> wrote:
> > Roughly speaking, I would prefer a repo division (if any) to be along the
> > lines of "core toolchain" (clang, llvm, lld, compiler-rt) and "extra
> stuff
> > not strictly required".
2011 Jul 30
2
[LLVMdev] Problem while selfhosting LLVM and Clang
Hi, all
I am trying to selfhost LLVM and Clang. Below is my flow,
Step 1. Build LLVM and Clang by using native gcc
$ ../llvm-2.9/configure --prefix=$INSTALL \
--enable-optimized
Step 2. Build LLVM and Clang by using clang built by step 1
$ CC=clang CXX=clang++ ../llvm-2.9/configure \
--prefix=$INSTALL --enable-optimized
But in step 2, I have a compilation error below,
--
llvm[1]:
2016 Jun 28
0
Buildbot numbers for the last week of 6/19/2016 - 6/25/2016
Hello everyone,
Below are some buildbot numbers for the last week of 6/19/2016 - 6/25/2016.
Please see the same data in attached csv files:
The longest time each builder was red during the last week;
"Status change ratio" by active builder (percent of builds that changed the
builder status from greed to red or from red to green);
Count of commits by project;
Number of completed
2016 May 23
0
Buildbot numbers for the week of 5/15/2016 - 5/21/2016
Hello everyone,
Below are some buildbot numbers for the last week of 5/15/2016 - 5/21/2016.
Thanks
Galina
"Status change ratio" by active builder (percent of builds that changed the
builder status from greed to red or from red to green):
buildername | builds |
changes | status change ratio
2016 May 31
0
Buildbot numbers for the last week of 5/22/2016 - 5/28/2016
Hello everyone,
Below are some buildbot numbers for the last week of 5/22/2016 - 5/28/2016.
Thanks
Galina
"Status change ratio" by active builder (percent of builds that changed the
builder status from greed to red or from red to green):
buildername | builds |
changes | status change ratio
2011 Jul 30
0
[LLVMdev] Problem while selfhosting LLVM and Clang
This looks relevant to me for your issue. Grabbing the cxxabi.h from there
may work:
http://comments.gmane.org/gmane.comp.compilers.clang.devel/9391
--
Aaron Myles Landwehr
On Sat, Jul 30, 2011 at 1:33 AM, 陳韋任 <chenwj at iis.sinica.edu.tw> wrote:
> Hi, all
>
> I am trying to selfhost LLVM and Clang. Below is my flow,
>
> Step 1. Build LLVM and Clang by using native gcc
2018 Apr 28
0
Buildbot numbers for the week of 4/15/2018 - 4/21/2018
Hello everyone,
Below are some buildbot numbers for the last week of 4/15/2018 - 4/21/2018.
Please see the same data in attached csv files:
The longest time each builder was red during the week;
"Status change ratio" by active builder (percent of builds that changed the
builder status from greed to red or from red to green);
Count of commits by project;
Number of completed builds,
2018 May 08
0
Buildbot numbers for the week of 4/22/2018 - 4/28/2018
Hello everyone,
Below are some buildbot numbers for the week of 4/22/2018 - 4/28/2018.
Please see the same data in attached csv files:
The longest time each builder was red during the week;
"Status change ratio" by active builder (percent of builds that changed the
builder status from greed to red or from red to green);
Count of commits by project;
Number of completed builds, failed
2018 Mar 30
0
Buildbot numbers for the week of 3/11/2018 - 3/17/2018
Hello everyone,
Below are some buildbot numbers for the week of 3/11/2018 - 3/17/2018.
Please see the same data in attached csv files:
The longest time each builder was red during the week;
"Status change ratio" by active builder (percent of builds that changed the
builder status from greed to red or from red to green);
Count of commits by project;
Number of completed builds, failed
2018 Apr 13
0
Buildbot numbers for the week of 3/25/2018 - 3/31/2018
Hello everyone,
Below are some buildbot numbers for the week of 3/25/2018 - 3/31/2018.
Please see the same data in attached csv files:
The longest time each builder was red during the week;
"Status change ratio" by active builder (percent of builds that changed the
builder status from greed to red or from red to green);
Count of commits by project;
Number of completed builds, failed
2018 Mar 30
0
Buildbot numbers for the week of 3/18/2018 - 3/24/2018
Hello everyone,
Below are some buildbot numbers for the last week of 3/18/2018 - 3/24/2018.
Please see the same data in attached csv files:
The longest time each builder was red during the week;
"Status change ratio" by active builder (percent of builds that changed the
builder status from greed to red or from red to green);
Count of commits by project;
Number of completed builds,
2018 May 30
0
Buildbot numbers for the week of 5/6/2018 - 5/12/2018
Hello everyone,
Below are some buildbot numbers for the week of 5/6/2018 - 5/12/2018.
Please see the same data in attached csv files:
The longest time each builder was red during the week;
"Status change ratio" by active builder (percent of builds that changed the
builder status from greed to red or from red to green);
Count of commits by project;
Number of completed builds, failed