search for: hanb

Displaying 8 results from an estimated 8 matches for "hanb".

Did you mean: han
2014 Aug 29
2
[LLVMdev] The problem of densemap and loop
...= &getAnalysis<WCETInfo>(); //WI is the ImmutablePass which contains the dense map for(LoopInfo::iterator i=LI->begin(); i!=LI->end(); ++i) { Loop *L = *i; int lb=0; lb=WI->outls(L); // the method: return ls.find(L)->second; } } } " Thank you Sincerely, Hanbing ----- Mail original ----- > De: "John Criswell" <jtcriswel at gmail.com> > À: "Hanbing Li" <hanbing.li at inria.fr>, llvmdev at cs.uiuc.edu > Envoyé: Jeudi 28 Août 2014 18:59:52 > Objet: Re: [LLVMdev] The problem of densemap and loop > Dear Hanb...
2014 Jun 12
3
[LLVMdev] Passes calling
...e analysis passes. When a pass needs another transform pass, can it call it automatically? For example: Some loop optimizations may need loop-simplify, I need add -loop-simplify before calling these passes manually, or they can call the pass -loop-simplify automatically? Thank you Regards, Hanbing LI -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20140612/de8b43cf/attachment.html>
2014 Aug 28
2
[LLVMdev] The problem of densemap and loop
...cted result is that there are 6 items in ls after the insertion. But I got only 3. So my question is why this happened? The dense map uses the name of the loop to check if the element is in it? Is there anything wrong during my code? Looking forward to your answer. Thank you Sincerely, Hanbing -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20140828/fff39f25/attachment.html>
2014 Nov 06
2
[LLVMdev] Cross-compiler to arm
...port or brew)? I also found something here: https://launchpad.net/gcc-arm-embedded/+download . Is this the same thing or not? Does anyone know how to cross-compile from MacOS to arm? Or tell me what's wrong with my operations! Any suggestion or information is appreciated! Thanks, Hanbing -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20141106/767b6e8c/attachment.html>
2014 Jun 12
3
[LLVMdev] Passes calling
On 6/12/14, 11:03 AM, Chandler Carruth wrote: > > On Thu, Jun 12, 2014 at 4:45 PM, Hanbing Li <hanbing.li at inria.fr > <mailto:hanbing.li at inria.fr>> wrote: > > Hi, > > I know when a pass needs other passes, it will use something like > this: "AU.addRequired<LoopInfo>();". But this is usually used for > the analysis...
2014 Apr 04
3
[LLVMdev] Add a new information and preserve it in LLVM
...: 1, Module pass really can’t preserve the W? 2, If it’s real, why and how can I fix this? If it’s not, what should I do to keep the information W? 3, The way of using an analysis pass to keep the information of W is suitable? Any other better solution? Thank you, Best regards, Hanbing -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20140404/b8576129/attachment.html>
2014 Jun 13
2
[LLVMdev] Passes calling
On Jun 12, 2014, at 9:41 AM, Chandler Carruth <chandlerc at google.com> wrote: > > On Thu, Jun 12, 2014 at 5:23 PM, John Criswell <criswell at illinois.edu> wrote: > On 6/12/14, 11:03 AM, Chandler Carruth wrote: >> >> On Thu, Jun 12, 2014 at 4:45 PM, Hanbing Li <hanbing.li at inria.fr> wrote: >> Hi, >> >> I know when a pass needs other passes, it will use something like this: "AU.addRequired<LoopInfo>();". But this is usually used for the analysis passes. >> When a pass needs another transform pass, can...
2005 Oct 11
1
ogg123 + replaygain?
Hey When playing an http ogg stream served by icecast, ogg123 (vorbis-tools-1.0.1) seems to detect replaygain metadata because it displays it in a nice way, but does ogg123 actually alter the playback volume according to the replaygain variables? I can notice no effect. I did some googling on this but didn't find much help. I discovered a vgplay patch for vorbis-tools 1.0.1 but after