Displaying 20 results from an estimated 80000 matches similar to: "[LLVMdev] FYI: libcpu"
2009 Sep 16
0
[LLVMdev] FYI: Phoronix GCC vs. LLVM-GCC benchmarks
On Wed, Sep 16, 2009 at 3:46 PM, Stefano Delli Ponti <
stefano.delliponti at gmail.com> wrote:
> I don't know what you think about this, but shouldn't it be more
> meaningful to make these tests with -O3? I mean, we ought to make the
> comparisons with the highest level of optimization available for both of
> the compilers. It is difficult to compare an intermediate
2009 Sep 16
4
[LLVMdev] FYI: Phoronix GCC vs. LLVM-GCC benchmarks
Olivier Meurant:
> I have run the john the ripper test.
> I have used the official archive (same version as phoronix) from
> http://www.openwall.com/john/g/john-1.7.3.1.tar.bz2
>
> To build with llvm-gcc, replace the line CC = gcc with CC = llvm-gcc.
> I have used the following command to build : make clean linux-x86-sse2
> (seems to be the best on x86-32)
> The makefile
2010 Apr 27
0
[LLVMdev] Phoronix: Benchmarking LLVM & Clang Against GCC 4.5
On 27 April 2010 08:18, Stefano Delli Ponti
<stefano.delliponti at gmail.com> wrote:
> FYI
> http://www.phoronix.com/scan.php?page=article&item=gcc_llvm_clang&num=1
For Apache and Dhrystone, the performance boost is good (but only the
former is really important), but for the rest, especially those with
image/sound processing, and HMMR, it's still far behind. Is this only
2010 Apr 27
1
[LLVMdev] Phoronix: Benchmarking LLVM & Clang Against GCC 4.5
On Tue, Apr 27, 2010 at 09:37:53AM +0100, Renato Golin wrote:
> On 27 April 2010 08:18, Stefano Delli Ponti
> <stefano.delliponti at gmail.com> wrote:
> > FYI
> > http://www.phoronix.com/scan.php?page=article&item=gcc_llvm_clang&num=1
>
> For Apache and Dhrystone, the performance boost is good (but only the
> former is really important), but for the rest,
2009 Sep 16
0
[LLVMdev] FYI: Phoronix GCC vs. LLVM-GCC benchmarks
On Sep 16, 2009, at 10:05 AM, Stefano Delli Ponti wrote:
> Chris Lattner:
>> Comparing -O3 (and even -O4) is interesting, but we want all
>> optimization levels to perform better than GCC :). Lots of people
>> use -O2 and -Os, so comparing against other compiler's -O2 and -Os
>> levels is just as interesting as comparing -O3 vs -O3.
>
> My thinking
2009 Sep 16
2
[LLVMdev] FYI: Phoronix GCC vs. LLVM-GCC benchmarks
Chris Lattner:
> Comparing -O3 (and even -O4) is interesting, but we want all
> optimization levels to perform better than GCC :). Lots of people use
> -O2 and -Os, so comparing against other compiler's -O2 and -Os levels
> is just as interesting as comparing -O3 vs -O3.
>
My thinking was that, for instance, -02 for GCC and -02 for LLVM(-GCC)
do not necessarily mean
2010 Apr 27
3
[LLVMdev] Phoronix: Benchmarking LLVM & Clang Against GCC 4.5
FYI
http://www.phoronix.com/scan.php?page=article&item=gcc_llvm_clang&num=1
2009 Sep 14
2
[LLVMdev] FYI: Phoronix GCC vs. LLVM-GCC benchmarks
http://www.phoronix.com/scan.php?page=article&item=apple_llvm_gcc&num=1
Regards,
Stefano
2009 Sep 14
0
[LLVMdev] FYI: Phoronix GCC vs. LLVM-GCC benchmarks
On Sep 14, 2009, at 3:20 AM, Stefano Delli Ponti wrote:
> http://www.phoronix.com/scan.php?
> page=article&item=apple_llvm_gcc&num=1
Unfortunately, they don't specify what flags are used, what
architecture is compiled for etc. It's entirely possible that they
are accidentally compiling the llvm-gcc binaries for x86-32 and the
gcc ones for x86-64 for example.
If
2009 Sep 14
3
[LLVMdev] FYI: Phoronix GCC vs. LLVM-GCC benchmarks
screw that site, its useless info run by a linux gnu zealot.
2009/9/14 Chris Lattner <clattner at apple.com>:
> On Sep 14, 2009, at 3:20 AM, Stefano Delli Ponti wrote:
>
>> http://www.phoronix.com/scan.php?
>> page=article&item=apple_llvm_gcc&num=1
>
> Unfortunately, they don't specify what flags are used, what
> architecture is compiled for etc.
2009 Sep 16
0
[LLVMdev] FYI: Phoronix GCC vs. LLVM-GCC benchmarks
On Sep 16, 2009, at 6:46 AM, Stefano Delli Ponti wrote:
> Olivier Meurant:
>> I have run the john the ripper test.
>> I have used the official archive (same version as phoronix) from
>> http://www.openwall.com/john/g/john-1.7.3.1.tar.bz2
>>
>> To build with llvm-gcc, replace the line CC = gcc with CC = llvm-gcc.
>> I have used the following command to build
2010 Apr 27
1
[LLVMdev] [cfe-dev] Phoronix: Benchmarking LLVM & Clang Against GCC 4.5
On 27.04.2010, at 12:37, Renato Golin wrote:
> On 27 April 2010 08:18, Stefano Delli Ponti
> <stefano.delliponti at gmail.com> wrote:
>> FYI
>> http://www.phoronix.com/scan.php?page=article&item=gcc_llvm_clang&num=1
>
> For Apache and Dhrystone, the performance boost is good (but only the
> former is really important), but for the rest, especially those
2009 Sep 16
5
[LLVMdev] FYI: Phoronix GCC vs. LLVM-GCC benchmarks
Since we are in the area, what *should* O1 do?
It's basically good for nothing, since it doesn't tune for size or
performance. The only good I personally ever have for it is once in a
while there is a miscompile at -O1 which narrows the problem.
Would it be crazy to make -O1 equivalent to -Os?
- Daniel
On Wednesday, September 16, 2009, Chris Lattner <clattner at apple.com>
2010 Oct 07
0
[LLVMdev] libcpu with m88k
What kinds of errors are you getting?
On Thu, Oct 7, 2010 at 9:36 AM, Pradeep Ramachandran <pramach2 at uiuc.edu> wrote:
> Hi,
> I recently downloaded and installed the libcpu package (from http://libcpu.org
> ) that uses llvm as the backend on my linux machine. I have a piece of
> Motorola 88100 code (essentially the output of the 176.gcc benchmark
> from SPEC CPU 2000) that
2010 Oct 07
2
[LLVMdev] libcpu with m88k
Hi,
I recently downloaded and installed the libcpu package (from http://libcpu.org
) that uses llvm as the backend on my linux machine. I have a piece of
Motorola 88100 code (essentially the output of the 176.gcc benchmark
from SPEC CPU 2000) that I am trying to run using this emulator, but I
am running into errors when trying to run it.
Has anyone been able to successfully use the m88k
2020 Feb 10
1
Re: FYI: nbdkit / libnbd --vsock now has a regression test
On Mon, Feb 10, 2020 at 12:45:47PM +0000, Richard W.M. Jones wrote:
> Since Linux >= 5.6 supports vsock in loopback mode, I was able to add
> a regression test for this feature to nbdkit / libnbd, and I can
> report that it appears to work fine.
>
> https://github.com/libguestfs/nbdkit/commit/5e4745641bb4676f607fdb3f8750dbf6e9516877
>
I'm happy that it works and it is
2012 Apr 04
0
[LLVMdev] GSoC Proposal: Table-Driven Decompilation
On 04/04/2012 07:08 AM, Charles Davis wrote:
> Hi,
>
> Here's one of my proposals for GSoC 2012. What do you think?
>
> Chip
>
> Project Title: Table-Driven Decompilation
>
> Abstract:
> Over the years, the LLVM family has grown to include nearly every type of build tool in existence. One of the few missing is a decompiler. LLVM's TableGen tool could
2009 Jan 13
5
Trouble about the interpretation of intercept in lm models
Hallo,
yesterday I was puzzled when I discovered that I
probabliy miss something in the interepretation of intercept
in two-way lm models.
I thought that the intercept, using the default contr.treatment
contrasts, represents the mean of the group of observations
having zero in all column of the model.matrix.
It turns out not to be case
To be more more clear I am attaching a short example:
2020 Feb 10
0
Re: FYI: nbdkit / libnbd --vsock now has a regression test
On Mon, Feb 10, 2020 at 02:05:27PM +0100, Stefano Garzarella wrote:
> On Mon, Feb 10, 2020 at 12:45:47PM +0000, Richard W.M. Jones wrote:
> > Since Linux >= 5.6 supports vsock in loopback mode, I was able to add
> > a regression test for this feature to nbdkit / libnbd, and I can
> > report that it appears to work fine.
> >
> >
2014 Apr 03
2
[LLVMdev] decompiler
On Thu, Apr 3, 2014 at 11:50 AM, Jevin Sweval <jevinsweval at gmail.com> wrote:
> On Wed, Apr 2, 2014 at 1:57 AM, "C. Bergström" <cbergstrom at pathscale.com> wrote:
>> Hi -
>>
>> Not sure if anyone else saw this or cares about a decompiler (not personally
>> tested)
>> https://github.com/draperlaboratory/fracture
>>
>> I wonder if