search for: disable_llc

Displaying 6 results from an estimated 6 matches for "disable_llc".

Did you mean: disable_clk
2005 Sep 05
0
[LLVMdev] Doubt
...al bytecode and native code execution times after running my pass > over them.I have modified the Makefile for the same. Which test are you using? I can't see bold (text only mailer), but the JIT time is the 'lli time'. If you don't care about LLC or CBE, you can pass "DISABLE_LLC=1 DISABLE_CBE=1" on the command line to disable them. You should also be able to use reports to pull these raw files together into a table, as such, something like this might work for you: make TEST=nightly report DISABLE_LLC=1 DISABLE_CBE=1 You can also use the 'report.csv', ...
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).
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
2010 Jul 26
1
[LLVMdev] Marking a test suite test XFAIL
I'm sorry; I should have been more clear. I mean, for instance, run a test but only with, say, llc, not with lli or cbackend. Thanks, --Patrick Dale Johannesen wrote: > > On Jul 25, 2010, at 2:37 AMPDT, Patrick Simmons wrote: > >> Thanks, Dale, that really helps. >> >> What about disabling only one backend of a specific test? >> >> Thanks, >>
2002 Dec 08
0
[LLVMdev] Olden BM
The following should work: % cd llvm/test/Programs/MultiSource % gmake DISABLE_CBE=1 DISABLE_LLC=1 --Vikram http://www.cs.uiuc.edu/~vadve > -----Original Message----- > From: llvmdev-admin at cs.uiuc.edu > [mailto:llvmdev-admin at cs.uiuc.edu] On Behalf Of Juan Nicolas Ruiz > Sent: Sunday, December 08, 2002 2:20 PM > To: llvmdev at cs.uiuc.edu > Subject: [LLVMdev] Olden B...
2003 May 08
0
[LLVMdev] IMPORTANT: Switch-over to new C front-end on X86
...enable this, I have been fixing bugs in lots of places, such that now all programs in test/Programs/SingleSource and test/Programs/MultiSource compile and execute correctly with LLVM on X86 (using both the C back-end and the JIT). Therefore, you can now go into either directory and type 'make DISABLE_LLC=1' and you should get a clean test run at all times. At this point there are still some bugs that prevent legal programs from compiling, but there should be no miscompilation bugs. If you can successfully compile a program with the LLVM compiler, but it doesn't work, I _definately_ want t...