search for: najem

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

Did you mean: naeem
2011 Mar 21
1
[LLVMdev] Profiling support in LLVM
Dear Najem, You might want to read the llvm-prof documentation if you haven't already: http://llvm.org/cmds/llvm-prof.html. The documentation mentions a script in the utils directory that automates some of the profiling tasks for you. I suspect the way that llvm-prof works is to compile your whole p...
2011 Mar 21
2
[LLVMdev] Profiling support in LLVM
...39;s input is an object file (not binary as other compilers) my question is how could I profile a whole benchmark program using the llvm-prof ? 3- is there a way to print the spill code information (e.g. spill code count in a single function or basic block) ? your help is appreciated. regards, ~Najem -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20110321/4f2db9e3/attachment.html>
2011 Mar 21
0
[LLVMdev] Profiling support in LLVM
Hi Najem, On Mar 21, 2011, at 9:47 AM, NaJeM ErMeLeH wrote: > I'm assisting my doctor who is doing a research and he wants to use the llvm compiler, my job is to profile build the benchmarks using llvm-prof. > > What i want to know is the following > > 1- does llvm support profile feed...
2014 Mar 09
2
[LLVMdev] Evaluating the register allocators
...med 'pbqp'!" or basic. Note that I didn't get this error when I used the LLC tool. 2) I can't run the fast register allocator while using the "O1/O2/O3" optimizations flags. Is there any purpose behind disabling this pass while the optimizations are enabled? Thanks, Najem. -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20140309/b7003b0e/attachment.html>
2012 Apr 12
2
[LLVMdev] Question::ARM simulation and cross compilation.
...sage : bogus opcode detected @ 0x00008370 [sim_main:sim-uop.c, line 497] My questions are : Am I doing cross compiling right? Is there a way to cross compiler using llvm-gcc? Is there any modern open source ARM cycle accurate simulator that I can use with llvm-gcc? Thanks in advance. Regards, Najem. -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20120412/7a9231de/attachment.html>
2013 Dec 17
1
[LLVMdev] Cross compiling to ARM using LLC {Help}
...I have tried to change the -mfloat-abi to hard or soft but still getting the same error message. Is there any other options that forces the llvm to use VFP registers? Also it would be nice if anyone can point me to a tutorial which shows how to build LLVM cross compiler using the clang. Thanks, Najem. -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20131217/f33fea9a/attachment.html>