Displaying 20 results from an estimated 300 matches similar to: "[LLVMdev] Need help on SPEC 95 "standard" commandlines"
2005 Jul 22
2
[LLVMdev] Need help on SPEC 95 "standard" commandlines
Some of the run commandlines don't seem to be the *default ref*
configuration. For instance, in 099.go, what's in the script is:
LEVEL = ../../../..
BM=099.go
ifeq ($(RUN_TYPE),test)
STDIN_FILENAME = /dev/null
STDOUT_FILENAME = null.out
RUN_OPTIONS = 40 19
else
STDIN_FILENAME = 2stone9.in
STDOUT_FILENAME = 2stone9.out
RUN_OPTIONS = 50 9
endif
include ../../Makefile.spec95
2005 Jul 22
0
[LLVMdev] Need help on SPEC 95 "standard" commandlines
On Thu, 21 Jul 2005, Long Fei wrote:
> Does anyone know the "standard" commandline to compile and run spec95
> benchmarks ?
>
> I found some scripts in llvm test suite (External/SPEC/CINT95), but I am not
> sure if they are the *default ref* configurations. <Some of them seem to use
> smaller problem sizes.> SPEC95 was retired many years ago, so few people
2005 Jul 22
0
[LLVMdev] Need help on SPEC 95 "standard" commandlines
On Thu, 21 Jul 2005, Long Fei wrote:
> which suggests the compiling command:
> gcc -DSPEC_CPU95 -O2 -o spec_go g2.c g22.c g23.c g25.c g26.c g27a.c g27b.c
> g28.c g29.c g2eye.c g2jlib2.c g2jos.c g2list.c g2reas.c g2s2.c g2s3.c g2shp.c
> and the running commandline:
> ./spec_go 50 9 2stone9.in
> < are these correct ? >
I believe that we only include test/train inputs for
2005 Sep 05
0
[LLVMdev] Doubt
On Sun, 4 Sep 2005, Tanu Sharma wrote:
>
> I have a doubt.
>
> This is an excerpt of the raw report I get after running Spec benchmarks
> through llvm-test.I am trying to calculate the program execution
> time.Does the output result in bold corresponds to "lli time" in
> Makefile.spec ? I am not interested in llc, jit or cbe.I simply need the
> normal
2005 Sep 04
2
[LLVMdev] Doubt
I have a doubt.
This is an excerpt of the raw report I get after running Spec benchmarks through llvm-test.I am trying to calculate the program execution time.Does the output result in bold corresponds to "lli time" in Makefile.spec ? I am not interested in llc, jit or cbe.I simply need the normal bytecode and native code execution times after running my pass over them.I have modified
2004 Apr 01
2
[LLVMdev] spec95
Ok, I am trying to configure llvm to compile benchmarks as suggested by
John, and after running configure, I get the following error while
running make in the /test/Programs/External/SPEC
----
make[1]: Entering directory
`/home/llvm/llvm/test/Programs/External/SPEC/CINT95'
make[2]: Entering directory
`/home/llvm/llvm/test/Programs/External/SPEC/CINT95/099.go'
2004 Apr 01
0
[LLVMdev] spec95
Vinay S. Belgaumkar wrote:
> Ok, I am trying to configure llvm to compile benchmarks as suggested by
> John, and after running configure, I get the following error while
> running make in the /test/Programs/External/SPEC
Hmmm. It sounds like the Makefiles are not creating the gccld command
line correctly.
Some questions:
1) Can you send us your Makefile.config?
2) Can you tell us
2010 Feb 15
0
[LLVMdev] Measurements of the new inlinehint attribute
Friday I enabled the inlinehint function attribute in the inliner. It mostly affects the performance of -Os compiled code. I have made some measurements on the SPEC test suite to show what it means.
I made three runs of then nightly tests. The baseline represents -Os with no inlinehint:
make TEST=nightly OPTFLAGS=-Os EXTRA_LOPT_OPTIONS=-inlinehint-threshold=0
2004 Apr 01
1
[LLVMdev] Makefile.config
Hi John,
I have attached my Makefile.config.
I noticed that I did'nt have SRC_ROOT and OBJ_ROOT variables
defined as such in my environment. But I noticed that this is defined in
the Makefile.config by default to the same values.
All the same, I tried defining both these variables in my .cshrc, but I
still get the same error.
The main directory for me is /home/llvm, and I have
2011 Apr 30
2
[LLVMdev] Greedy register allocation
Perhaps you noticed that LLVM gained a new optimizing register allocator yesterday (r130568). Linear scan is going away, and RAGreedy is the new default for optimizing builds.
Hopefully, you noticed because your binaries were suddenly 2% smaller and 10% faster*. Some noticed because LLVM started crashing or miscompiling their code. Greedy replaces a fairly big chunk of the code generator, so
2005 Sep 19
8
upgrade problem
Currently we have RH7.3 with compiler gcc 2.96.x
My mission, should I choose to accept it, involves moving
our embedded application to CentOS 4.1 with gcc 3.x
Problem is that about 1/2 million lines of code that gcc 2.96
accepts gives fatal fits to the gcc 3.x compiler from CentOS 4.1
I don't know how many fatal fits, as some disguise others etc.
"Can't find register to
2011 Jan 12
1
[LLVMdev] About test suits
I have built and configured the test suits as told at
http://llvm.org/docs/TestingGuide.html#testsuite.
The llvm is built with configuration:
SRC_DIR/configure --prefix=INS_DIR --enable-debug-runtime
--disable-optimized --enable-debug-symbols --enable-assertions
This configuration is used again in the re-configure process. However, after
the re-configure process, the following "make"
2005 Feb 02
1
X100P Setup
Hello all,
I have just installed a Wildcard X100P into an Asterisk box. I connected
the line socket to the internal telephone system where I work. The card is
identified to asterisk etc, however I am unable to recieve or make calls.
When attempting to dial I get:
Executing Dial("SIP/1106-ec8b", "Zap/1/644746") in new stack
Called 1/644746
Zap/1-1 answered SIP/1106-ec8b
Hungup
2011 Nov 23
1
[LLVMdev] Follow-up questions after successful upgrade to LLVM 3.0rc4
In response to:
> Date: Wed, 23 Nov 2011 18:24:16 +0100
> From: Duncan Sands <baldrick at free.fr<mailto:baldrick at free.fr>>
> Subject: Re: [LLVMdev] Follow-up questions after successful upgrade to
> LLVM 3.0rc4
> To: llvmdev at cs.uiuc.edu<mailto:llvmdev at cs.uiuc.edu>
> Hi Kevin,
>> Since I don't have llvm-gcc installed, I tried to do the
2006 Oct 04
1
GFS and samba problem, again
Hi,
I sent a mail a few days ago to this list related with GFS+samba problems.
Since the, we have installed a sepparated test environment also with
two linux servers where we have tested a samba server with an
exported share in GFS. The share is read-only and only one server is
exporting it.
When we try to access from a single windows client it works fine, but
when we try to access to the
2011 Jul 24
2
[LLVMdev] [llvm-testresults] bwilson__llvm-gcc_PROD__i386 nightly tester results
A big compile time regression. Any ideas?
Ciao, Duncan.
On 22/07/11 19:13, llvm-testresults at cs.uiuc.edu wrote:
>
> bwilson__llvm-gcc_PROD__i386 nightly tester results
>
> URL http://llvm.org/perf/db_default/simple/nts/253/
> Nickname bwilson__llvm-gcc_PROD__i386:4
> Name curlew.apple.com
>
> Run ID Order Start Time End Time
> Current 253 0 2011-07-22 16:22:04
2004 Apr 01
3
[LLVMdev] 134.perl
Hi Chris,
It did compile when I gave that option. But it gives me an error
when I try to run the executable on an Intel machine.
-----
1513158 is not prime.
Exception handler needed, but not enabled. Recompile program with
-enable-correct-eh-support.
lli[0x8429bb4]
lli[0x8429dc0]
/lib/libc.so.6[0x40128c18]
/lib/libc.so.6(abort+0x161)[0x40129cb5]
[0x403da922]
../../../i386: line 4: 27606
2011 Jul 24
0
[LLVMdev] [llvm-testresults] bwilson__llvm-gcc_PROD__i386 nightly tester results
On Jul 24, 2011, at 3:02 AM, Duncan Sands wrote:
> A big compile time regression. Any ideas?
>
> Ciao, Duncan.
False alarm. For some reason that I have not yet been able to figure out, these tests run significantly more slowly when I run them during the daytime, which I did for that run. I checked a few of the worst regressions reported here and they all recovered in subsequent
2009 Feb 23
2
[LLVMdev] make-test dependencies on local directory
Hi,
I am getting this when running make-test :-
$ /usr/src/llvm-test-2.5/configure
checking for spec95 benchmark sources... no, not found in
/home/vadve/shared/ben
chmarks/spec95/benchspec
checking for spec2000 benchmark sources... no, not found in
/home/vadve/shared/b
enchmarks/speccpu2000/benchspec
checking for spec2006 benchmark sources... no, not found in
/home/vadve/shared/b
2016 Jun 20
4
[DISCUSS] Wiki page for centos atomic registry
Hi,
As per discussion in CCCP (Centos Community Container Pipeline)
project, it was recommended to create a wiki page for "Atomic Registry" on
wiki.centos.org. I am therefore requesting a creation of the same,
along-with a homepage.
I am not decided as to where in the wiki (location) of the proposed page
will be, and am there looking out for suggestions.
My wiki.centos.org