search for: unni_c

Displaying 7 results from an estimated 7 matches for "unni_c".

Did you mean: unni
2013 Jan 18
0
[LLVMdev] How to run SPEC200 benhmark in LLVM
Hi Unnikrishnan C, On 18/01/13 09:09, unni_c at csa.iisc.ernet.in wrote: > Hello, > > I want to run SPEC2000 benchmark in LLVM to check correctness of a llvm > module which I wrote. How to run SPEC2000 benchmark in LLVM? > > Unnikrishnan C do you know how to run LLVM's nightly testsuite? It has support for SPEC. When y...
2013 Jan 18
2
[LLVMdev] How to run SPEC200 benhmark in LLVM
Hello, I want to run SPEC2000 benchmark in LLVM to check correctness of a llvm module which I wrote. How to run SPEC2000 benchmark in LLVM? Unnikrishnan C -- This message has been scanned for viruses and dangerous content by MailScanner, and is believed to be clean.
2012 Nov 10
1
[LLVMdev] error: terminator in the middle of basic block
Hello, I modified the PathProfiling.cpp and run opt -inesrt-path-profiling. it works correctly ,but after path-profile is complete in Verifier::visitTerminatorInst it prints "Terminator found in the middle of a basic block!" . error is I added two basic blocks after return basic block and return has br label %newprint when printed in pathprofile module but in
2012 Aug 07
0
[LLVMdev] LLVM support for ia64 speculative Instructions
I wanted to generate code for ia64 machine with instructions such as speculative load(ld.s) and checks(chk.s) using llvm .Does the LLVM currently uses these instructions when generating code for ia64?.If not how to generate code using these instructions? Unnikrishnan C -- This message has been scanned for viruses and dangerous content by MailScanner, and is believed to be clean.
2012 Dec 26
0
[LLVMdev] Doubt on LLVM optimization
Sub:-code added by my path profiler module not executing with llvm-gcc -03 When compile with llvm-gcc -O3 the path profile result shows frequency count of zero for all paths ins some functions I have four functions insert,delete,print and main. It prints correct values for delete's and main's paths and zero values for print's and insert's paths. This problem occurs only with
2013 Apr 15
0
[LLVMdev] Memory dependence profiling in LLVM
Hello, I want to do a memory dependence profiling. Is there any freely available implementation of memory dependence profiling implementations in LLVM which I can modify for my own use? Unnikrishnan C -- This message has been scanned for viruses and dangerous content by MailScanner, and is believed to be clean.
2013 Apr 19
2
[LLVMdev] Help:- Memory dependence profiling in LLVM
----------------- Hello, I want to do a memory dependence profiling. Is there any freely available implementation of memory dependence profiling implementations in LLVM which I can modify for my own use? Unnikrishnan C -- This message has been scanned for viruses and dangerous content by MailScanner, and is believed to be clean.