Displaying 6 results from an estimated 6 matches for "llvmprograms".
2002 Dec 08
4
[LLVMdev] Olden BM
does anyone knows how to get the Olden BM bytecode files? We're low on
disk space and I don't want to build the whole test branch (even if i
can, which I doubt, it failed last time i tried).
2002 Dec 08
0
[LLVMdev] Olden BM
On Sun, 8 Dec 2002, Juan Nicolas Ruiz wrote:
> does anyone knows how to get the Olden BM bytecode files?
http://llvm.cs.uiuc.edu/LLVMPrograms/Olden/
--
Misha Brukman :: uiuc.edu/~brukman
2002 Dec 08
0
FW: [LLVMdev] Building 'as' for Olden
The new Olden benchmark bytecodes Misha generated are in the standard
place:
> Perhaps Chris could copy them into the standard place?
Done: http://llvm.cs.uiuc.edu/LLVMPrograms/Olden
-Chris
> > The files I linked to the second time
> > (http://tank.cs.uiuc.edu/Olden) are hot off > the presses: I
> > compiled them just recently today. So far, only 2 of them give me
> > bus errors - bh and health - and that's the baseline, not my
> >...
2002 Dec 12
0
[LLVMdev] New RAW bytecode files for a couple spec benchmarks
It came up in class today that people might have use for unoptimized
versions of the SPEC benchmark files. As such, I uploaded these new
bytecode files, which are the largest of the spec benchmarks:
http://llvm.cs.uiuc.edu/LLVMPrograms/SPEC/
254.gap.RAW.bc
255.vortex.RAW.bc
300.twolf.RAW.bc
In these bytecode files, LICM and GCSE eliminate tens of thousands of
instructions. They should be a good testcase for PRE or whatever.
-Chris
--
http://llvm.cs.uiuc.edu/
http://www.nondot.org/~sabre/Projects/
2003 Dec 05
0
[LLVMdev] Re: Makefile.config&setenv
...n of bytecode files for compiled
> # versions of the test/Programs/* programs. This is used as the bytecode source
> # when USE_PRECOMPILED_BYTECODE is specified or when source code is not
> # available for the program (such as SPEC).
> #
> BYTECODE_REPOSITORY := /home/vadve/lattner/LLVMPrograms
>
> # Path to location for purify, this is only needed if you build with
> # ENABLE_PURIFY=1
> #
> PURIFY =
>
> #
> # SPEC benchmarks:
> # Set the USE_SPEC variable to enable the use of the SPEC benchmarks.
> # You must provide the SPEC benchmarks on your own.
>...
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