search for: comptim

Displaying 9 results from an estimated 9 matches for "comptim".

Did you mean: comptia
2018 Nov 17
2
error: couldn't allocate input reg for constraint '{xmm0}'
Here is some zig code: pub fn setXmm0(comptime T: type, value: T) void { comptime assert(builtin.arch == builtin.Arch.x86_64); const aligned_value: T align(16) = value; asm volatile ( \\movaps (%[ptr]), %%xmm0 : : [ptr] "r" (&aligned_value) : "xmm0" ); } I want to imp...
2008 Jan 10
4
[LLVMdev] Adding ClamAV to the llvm testsuite (long)
...12.880000 TEST-PASS: llc /MultiSource/Applications/ClamAV/clamscan TEST-RESULT-llc: Total Execution Time: 7.3758 seconds (7.7852 wall clock) TEST-RESULT-llc-time: program 13.940000 TEST-PASS: jit /MultiSource/Applications/ClamAV/clamscan TEST-RESULT-jit-time: program 18.320000 TEST-RESULT-jit-comptime: TEST-PASS: cbe /MultiSource/Applications/ClamAV/clamscan TEST-RESULT-cbe-time: program 12.750000 Best regards, --Edwin -------------- next part -------------- A non-text attachment was scrubbed... Name: filterdiff.sh Type: application/x-shellscript Size: 598 bytes Desc: not available URL: <...
2008 Jan 10
0
[LLVMdev] Adding ClamAV to the llvm testsuite (long)
...lications/ClamAV/clamscan > TEST-RESULT-llc: Total Execution Time: 7.3758 seconds (7.7852 wall > clock) > TEST-RESULT-llc-time: program 13.940000 > > > TEST-PASS: jit /MultiSource/Applications/ClamAV/clamscan > TEST-RESULT-jit-time: program 18.320000 > > TEST-RESULT-jit-comptime: > > TEST-PASS: cbe /MultiSource/Applications/ClamAV/clamscan > TEST-RESULT-cbe-time: program 12.750000 > > > Best regards, > --Edwin > <filterdiff.sh>_______________________________________________ > LLVM Developers mailing list > LLVMdev at cs.uiuc.edu...
2008 Jan 14
2
[LLVMdev] Adding ClamAV to the llvm testsuite (long)
...EST-RESULT-llc: Total Execution Time: 7.3758 seconds (7.7852 wall >> clock) >> TEST-RESULT-llc-time: program 13.940000 >> >> >> TEST-PASS: jit /MultiSource/Applications/ClamAV/clamscan >> TEST-RESULT-jit-time: program 18.320000 >> >> TEST-RESULT-jit-comptime: >> >> TEST-PASS: cbe /MultiSource/Applications/ClamAV/clamscan >> TEST-RESULT-cbe-time: program 12.750000 >> >> >> Best regards, >> --Edwin >> <filterdiff.sh>_______________________________________________ >> LLVM Developers mailing list...
2008 Jan 08
0
[LLVMdev] Adding ClamAV to the llvm testsuite (long)
Evan Cheng wrote: > Hi Edwin, > > I ran into two problems. > > 1. Using your config file and Makefile, I ran into issue compiling > with gcc: > > Looks like it's a makefile issue? > Should be solved with the new flattened source layout and Makefile (-I. was missing) > 2. prepare.sh getdb doesn't work for me because I don't have wget. > > Is it
2008 Jan 30
0
[LLVMdev] Adding ClamAV to the llvm testsuite (long)
...n Time: 7.3758 seconds (7.7852 wall >>> clock) >>> TEST-RESULT-llc-time: program 13.940000 >>> >>> >>> TEST-PASS: jit /MultiSource/Applications/ClamAV/clamscan >>> TEST-RESULT-jit-time: program 18.320000 >>> >>> TEST-RESULT-jit-comptime: >>> >>> TEST-PASS: cbe /MultiSource/Applications/ClamAV/clamscan >>> TEST-RESULT-cbe-time: program 12.750000 >>> >>> >>> Best regards, >>> --Edwin >>> <filterdiff.sh>_______________________________________________ >&...
2008 Apr 04
0
[LLVMdev] PATCH: Use size reduction -- wave1
On Fri, 4 Apr 2008, heisenbug wrote: >> point taken. thanks! > > > Whatever I try I get something like this: > > ggreif$ cd MultiSource/ > ggreif$ make > make[2]: *** No rule to make target `Output/be.bc', needed by `Output/ > burg.linked.rbc'. Stop. > make[1]: *** [Burg/.makeall] Error 2 > make: *** [Applications/.makeall] Error 2 This is the
2008 Apr 04
3
[LLVMdev] PATCH: Use size reduction -- wave1
On Apr 4, 8:06 pm, heisenbug <ggr... at gmail.com> wrote: > On Apr 4, 7:51 pm, Török Edwin <edwinto... at gmail.com> wrote: > > > > > heisenbug wrote: > > > On Apr 3, 10:53 pm, Gabor Greif <ga... at mac.com> wrote: > > > ... > > > >>> 3) Make sure that make check and some reasonable subset of llvm-test > > >>>
2008 Jan 08
2
[LLVMdev] Adding ClamAV to the llvm testsuite (long)
Hi Edwin, I ran into two problems. 1. Using your config file and Makefile, I ran into issue compiling with gcc: gcc -I/Users/echeng/LLVM/llvm/projects/llvm-test/MultiSource/ Applications/ClamAV -I/Users/echeng/LLVM/llvm/projects/llvm-test/ MultiSource/Applications/ClamAV -I/\Users/echeng/LLVM/llvm/include -I/ Users/echeng/LLVM/llvm/projects/llvm-test/include -I../../..//include