search for: llvm_matrix

Displaying 4 results from an estimated 4 matches for "llvm_matrix".

2004 May 05
3
[LLVMdev] opt, llcc, ll++, -O1, -O2, -O3
...1000000 user 2.26 time -p ./llvm_hash 1000000 user 2.30 ---- time -p ./gcc_heapsort 2000000 user 2.57 time -p ./llvm_heapsort 2000000 user 3.26 ---- time -p ./gcc_lists 500000 user 2.70 time -p ./llvm_lists 500000 user 3.27 ---- time -p ./gcc_matrix 500000 user 2.61 time -p ./llvm_matrix 500000 user 4.17 ---- time -p ./gcc_methcall 90000000 user 2.83 time -p ./llvm_methcall 90000000 user 2.89 ---- time -p ./gcc_nestedloop 33 user 2.40 time -p ./llvm_nestedloop 33 user 3.66 ---- time -p ./gcc_objinst 10000000 user 2.25 time -p ./llvm_objinst 10000000 user 2.12...
2004 May 05
0
[LLVMdev] opt, llcc, ll++, -O1, -O2, -O3
...gt; ---- > time -p ./gcc_heapsort 2000000 > user 2.57 > time -p ./llvm_heapsort 2000000 > user 3.26 > > ---- > time -p ./gcc_lists 500000 > user 2.70 > time -p ./llvm_lists 500000 > user 3.27 > > ---- > time -p ./gcc_matrix 500000 > user 2.61 > time -p ./llvm_matrix 500000 > user 4.17 > > ---- > time -p ./gcc_methcall 90000000 > user 2.83 > time -p ./llvm_methcall 90000000 > user 2.89 > > ---- > time -p ./gcc_nestedloop 33 > user 2.40 > time -p ./llvm_nestedloop 33 > user 3.66 > > ---- > time -p ./gcc_objinst 100...
2004 May 01
0
[LLVMdev] opt, llcc, ll++, -O1, -O2, -O3
On Sat, 1 May 2004, [koi8-r] "Valery A.Khamenya[koi8-r] " wrote: > there are two issues concerning invoking optimizations: > > 1. > this document: > http://llvm.cs.uiuc.edu/docs/GettingStarted.html > is very nice, it would be good though to add in a section > > An Example Using the LLVM Tool Chain > > examples on optimization step. That's an
2004 May 01
4
[LLVMdev] opt, llcc, ll++, -O1, -O2, -O3
Hi devels, there are two issues concerning invoking optimizations: 1. this document: http://llvm.cs.uiuc.edu/docs/GettingStarted.html is very nice, it would be good though to add in a section An Example Using the LLVM Tool Chain examples on optimization step. 2. If i am not wrong there is no tool, which integrates all steps: llvmgcc->opt->llc into something like llcc (and