search for: memon

Displaying 20 results from an estimated 27 matches for "memon".

Did you mean: demon
2012 Jun 08
2
[LLVMdev] How to use LLVM optimizations with clang
...lvm-ir-optimize=0 disables the standard set of LLVM optimizations. In general, if a front-end can produce LLVM IR then you can do this, by outputting the IR and passing it to "opt". Ciao, Duncan. > > Regards > > Shahzad > > On Thu, Jun 7, 2012 at 10:59 PM, Abdul Wahid Memon > <engrwahidmemon at gmail.com> wrote: >> Thanks alot Chad for these quick and fine responses. >> >> Regards >> >> Abdul >> >> On Thu, Jun 7, 2012 at 10:57 PM, Chad Rosier<mcrosier at apple.com> wrote: >>> >>> On Jun 7, 20...
2012 Jun 07
3
[LLVMdev] How to use LLVM optimizations with clang
...les with opt at the same time like opt -adce *.bc then how is it possible with opt in one go, if I process all the bytecode files within Makefile. Thanks. Shahzad On Thu, Jun 7, 2012 at 9:22 PM, Chad Rosier <mcrosier at apple.com> wrote: > > On Jun 7, 2012, at 10:59 AM, Abdul Wahid Memon wrote: > >> Hello everyone >> >> I am trying to use some LLVM optimizations like -die or -adce. Is it >> possible to use them along clang? >> >> Or is there a way where these optimization can be passed on to "opt" >> tool through clang, if opt...
2012 Jun 07
0
[LLVMdev] How to use LLVM optimizations with clang
Hello Duncan Is it possible that we can use LLVM optimization beside O1, O2, O3 along with dragonegg plugin? Regards Shahzad On Thu, Jun 7, 2012 at 10:59 PM, Abdul Wahid Memon <engrwahidmemon at gmail.com> wrote: > Thanks alot Chad for these quick and fine responses. > > Regards > > Abdul > > On Thu, Jun 7, 2012 at 10:57 PM, Chad Rosier <mcrosier at apple.com> wrote: >> >> On Jun 7, 2012, at 1:53 PM, Abdul Wahid Memon wrote: &...
2012 Jun 08
2
[LLVMdev] How to use LLVM optimizations with clang
...end can produce LLVM IR then you can do this, by >> outputting the IR and passing it to "opt". >> >> Ciao, Duncan. >> >> >>> >>> Regards >>> >>> Shahzad >>> >>> On Thu, Jun 7, 2012 at 10:59 PM, Abdul Wahid Memon >>> <engrwahidmemon at gmail.com> wrote: >>>> >>>> Thanks alot Chad for these quick and fine responses. >>>> >>>> Regards >>>> >>>> Abdul >>>> >>>> On Thu, Jun 7, 2012 at 10:57 PM, Chad...
2012 Jun 08
0
[LLVMdev] How to use LLVM optimizations with clang
...mizations. > > In general, if a front-end can produce LLVM IR then you can do this, by > outputting the IR and passing it to "opt". > > Ciao, Duncan. > > >> >> Regards >> >> Shahzad >> >> On Thu, Jun 7, 2012 at 10:59 PM, Abdul Wahid Memon >> <engrwahidmemon at gmail.com>  wrote: >>> >>> Thanks alot Chad for these quick and fine responses. >>> >>> Regards >>> >>> Abdul >>> >>> On Thu, Jun 7, 2012 at 10:57 PM, Chad Rosier<mcrosier at apple.com>  ...
2012 Jun 08
2
[LLVMdev] How to use LLVM optimizations with clang
...passing it to "opt". >>>> >>>> Ciao, Duncan. >>>> >>>> >>>>> >>>>> Regards >>>>> >>>>> Shahzad >>>>> >>>>> On Thu, Jun 7, 2012 at 10:59 PM, Abdul Wahid Memon >>>>> <engrwahidmemon at gmail.com> wrote: >>>>>> >>>>>> >>>>>> Thanks alot Chad for these quick and fine responses. >>>>>> >>>>>> Regards >>>>>> >>>>&gt...
2012 Jun 08
0
[LLVMdev] How to use LLVM optimizations with clang
..., by >>> outputting the IR and passing it to "opt". >>> >>> Ciao, Duncan. >>> >>> >>>> >>>> Regards >>>> >>>> Shahzad >>>> >>>> On Thu, Jun 7, 2012 at 10:59 PM, Abdul Wahid Memon >>>> <engrwahidmemon at gmail.com>    wrote: >>>>> >>>>> >>>>> Thanks alot Chad for these quick and fine responses. >>>>> >>>>> Regards >>>>> >>>>> Abdul >>>>> &...
2012 Jun 12
2
[LLVMdev] How to use LLVM optimizations with clang
...ted with lli have runtime of around 2 secs. What steps are exactly taken by clang to produce the binary in order to achieve the runtime of around 2 secs. If it is a question of link time optimizations then how can we achieve that? Best Regards Shahzad On Fri, Jun 8, 2012 at 7:29 PM, Abdul Wahid Memon <engrwahidmemon at gmail.com> wrote: > Thanks Duncan > > It was really helpful. > > Regards > > Abdul > > On Fri, Jun 8, 2012 at 7:23 PM, Duncan Sands <baldrick at free.fr> wrote: >> Hi, >> >> >>> If I compile the program using the f...
2012 Jun 12
2
[LLVMdev] How to use LLVM optimizations with clang
...aken by clang to produce the binary in order >> to achieve the runtime of around 2 secs. If it is a question of link >> time optimizations then how can we achieve that? >> >> Best Regards >> >> Shahzad >> >> On Fri, Jun 8, 2012 at 7:29 PM, Abdul Wahid Memon >> <engrwahidmemon at gmail.com>  wrote: >>> >>> Thanks Duncan >>> >>> It was really helpful. >>> >>> Regards >>> >>> Abdul >>> >>> On Fri, Jun 8, 2012 at 7:23 PM, Duncan Sands<baldrick at free....
2012 Jun 08
2
[LLVMdev] How to use LLVM optimizations with clang
...Ciao, Duncan. >>>>>> >>>>>> >>>>>>> >>>>>>> Regards >>>>>>> >>>>>>> Shahzad >>>>>>> >>>>>>> On Thu, Jun 7, 2012 at 10:59 PM, Abdul Wahid Memon >>>>>>> <engrwahidmemon at gmail.com> wrote: >>>>>>>> >>>>>>>> >>>>>>>> >>>>>>>> Thanks alot Chad for these quick and fine responses. >>>>>>>> &g...
2012 Jun 12
0
[LLVMdev] How to use LLVM optimizations with clang
...t; > What steps are exactly taken by clang to produce the binary in order > to achieve the runtime of around 2 secs. If it is a question of link > time optimizations then how can we achieve that? > > Best Regards > > Shahzad > > On Fri, Jun 8, 2012 at 7:29 PM, Abdul Wahid Memon > <engrwahidmemon at gmail.com> wrote: >> Thanks Duncan >> >> It was really helpful. >> >> Regards >> >> Abdul >> >> On Fri, Jun 8, 2012 at 7:23 PM, Duncan Sands<baldrick at free.fr> wrote: >>> Hi, >>> >>...
2012 Jun 08
0
[LLVMdev] How to use LLVM optimizations with clang
...gt;>> >>>>>>> >>>>>>>> >>>>>>>> Regards >>>>>>>> >>>>>>>> Shahzad >>>>>>>> >>>>>>>> On Thu, Jun 7, 2012 at 10:59 PM, Abdul Wahid Memon >>>>>>>> <engrwahidmemon at gmail.com>        wrote: >>>>>>>>> >>>>>>>>> >>>>>>>>> >>>>>>>>> >>>>>>>>> Thanks alot Chad for these quic...
2012 Jun 08
0
[LLVMdev] How to use LLVM optimizations with clang
...gt;>> >>>>> Ciao, Duncan. >>>>> >>>>> >>>>>> >>>>>> Regards >>>>>> >>>>>> Shahzad >>>>>> >>>>>> On Thu, Jun 7, 2012 at 10:59 PM, Abdul Wahid Memon >>>>>> <engrwahidmemon at gmail.com>      wrote: >>>>>>> >>>>>>> >>>>>>> >>>>>>> Thanks alot Chad for these quick and fine responses. >>>>>>> >>>>>>>...
2012 Jun 12
0
[LLVMdev] How to use LLVM optimizations with clang
...ary in order >>> to achieve the runtime of around 2 secs. If it is a question of link >>> time optimizations then how can we achieve that? >>> >>> Best Regards >>> >>> Shahzad >>> >>> On Fri, Jun 8, 2012 at 7:29 PM, Abdul Wahid Memon >>> <engrwahidmemon at gmail.com> wrote: >>>> >>>> Thanks Duncan >>>> >>>> It was really helpful. >>>> >>>> Regards >>>> >>>> Abdul >>>> >>>> On Fri, Jun 8, 2012...
2011 Nov 28
1
plotting multiple lines on single graph ggplot2
...1.5 600 700 800 900 1000 1.5 1.7 1.9 2.0 2.4 With plot() and points functions I can plot these 4 lines of data. But I dont know how to do it with qplot or ggplot functions. The scenario is something like this: the hundreds should appear on x-axis and the fractional values of y axis. Thanks alot. MEMON Abdul Wahid
2012 Jun 12
2
[LLVMdev] How to use LLVM optimizations with clang
...achieve the runtime of around 2 secs. If it is a question of link >>>> time optimizations then how can we achieve that? >>>> >>>> Best Regards >>>> >>>> Shahzad >>>> >>>> On Fri, Jun 8, 2012 at 7:29 PM, Abdul Wahid Memon >>>> <engrwahidmemon at gmail.com>    wrote: >>>>> >>>>> >>>>> Thanks Duncan >>>>> >>>>> It was really helpful. >>>>> >>>>> Regards >>>>> >>>>> Ab...
2005 Jun 22
1
RE: res_cepstral
...able to us now, but not available yet for the business edition. They had no documentation links available. I was told it was called res_cepstral. I've looked on the wiki, as well as googled the archives, and found nothing. Anyone using this, or know anything about it? Thanks Nauman Memon Memon Consulting http://memoncorp.com <http://memoncorp.com/> -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.digium.com/pipermail/asterisk-users/attachments/20050622/8fed4f15/attachment.htm
2012 Jun 07
0
[LLVMdev] How to use LLVM optimizations with clang
On Jun 7, 2012, at 10:59 AM, Abdul Wahid Memon wrote: > Hello everyone > > I am trying to use some LLVM optimizations like -die or -adce. Is it > possible to use them along clang? > > Or is there a way where these optimization can be passed on to "opt" > tool through clang, if opt is being used by clang behind...
2012 Jun 07
2
[LLVMdev] How to use LLVM optimizations with clang
Hello everyone I am trying to use some LLVM optimizations like -die or -adce. Is it possible to use them along clang? Or is there a way where these optimization can be passed on to "opt" tool through clang, if opt is being used by clang behind the scenes? Thanks alot Regards Shahzad
2012 Jun 12
2
[LLVMdev] How to use LLVM optimizations with clang
...q -block-placement2 -machinedomtree -machine-loops Now, how can I specify these optimization manually along with llc like we did with opt tool? Regards Shahzad On Tue, Jun 12, 2012 at 1:23 PM, Duncan Sands <baldrick at free.fr> wrote: > Hi, > > > On 12/06/12 13:09, Abdul Wahid Memon wrote: >> >> Thanks alot. How can we view those optimization which are enabled when we >> do >> >> llc -O3 comb.ll > > > llc -O3 comb.ll -debug-pass=Arguments > > >> >> Are these the same as the ones produced by the following command line &gt...