search for: navas

Displaying 19 results from an estimated 19 matches for "navas".

Did you mean: naval
2013 Oct 06
4
Android App for Icecast Administration
Yeah, the app will probably only be for viewing statistics and other Icecast data - and not for "managing" or modifying the server since it isn't possible from the Web interface. Any suggestions for what Icecast data the app should display? On Sun, Oct 6, 2013 at 2:29 AM, Basil Mohamed Gohar < basilgohar at librevideo.org> wrote: > On 10/05/2013 04:26 PM, Elad Nava
2013 Oct 07
1
Android App for Icecast Administration
Cool! Are there any other XML files in /admin that I can get info from? On Oct 7, 2013 11:26 AM, Thomas B. R?cker <thomas.ruecker at tieto.com> wrote: > On 06/10/13 07:32, Elad Nava wrote: > > Yeah, the app will probably only be for viewing statistics and other > Icecast data - and not for "managing" or modifying the server since it > isn't possible from the
2012 Aug 06
3
[LLVMdev] How to call some transformation passes (LoopRotate and LoopUnroll) from my own pass
Hello, I wrote my own pass which needs to do some loop unrolling. I can perform loop unrolling via opt: opt -mem2reg -loops -loop-simplify -loop-rotate -lcssa -loop-unroll -unroll-count=50 mytest.bc -o mytest.bc This command works perfectly. However, what I really want is to produce the **same behavior** but from my own pass (i.e., I don't want to use opt). I wrote a Module pass which
2013 Oct 05
4
Android App for Icecast Administration
Hey Icecast devs, I want to build an Android app for Icecast server administrators, where they can view server information, mount points, listeners, etc, even manage the server remotely. What do you think? -- - Elad -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.xiph.org/pipermail/icecast-dev/attachments/20131005/6386f489/attachment.htm
2012 Aug 06
0
[LLVMdev] How to call some transformation passes (LoopRotate and LoopUnroll) from my own pass
On Aug 6, 2012, at 6:04 AM, Jorge Navas <navas at comp.nus.edu.sg> wrote: > > Hello, > > I wrote my own pass which needs to do some loop unrolling. > > I can perform loop unrolling via opt: > > opt -mem2reg -loops -loop-simplify -loop-rotate -lcssa -loop-unroll > -unroll-count=50 mytest.bc -o mytest....
2013 Oct 07
0
Android App for Icecast Administration
On 06/10/13 07:32, Elad Nava wrote: > Yeah, the app will probably only be for viewing statistics and other > Icecast data - and not for "managing" or modifying the server since it > isn't possible from the Web interface. > > Any suggestions for what Icecast data the app should display? Please have a look at /admin/stats.xml for the basic set of information. In
2011 Oct 25
1
[LLVMdev] How to handle global variables in LLVM analyses
I'm trying to implement a basic analysis for inferring the ranges (minimum and maximum values) of integer variables. I don't expect for now to reason about pointers or arrays but I would like some reasoning about global variables. As expected, the fact that all register values are in SSA form simplifies a lot the analysis. However, global variables are not necessarily in SSA form. I
2004 Dec 24
1
Replacement of a windows 2000 PDC with active directory by samba/LDAP
...tions. So these are my questions: - Will we be able to achieve the replacement of the windows 2000 PDC et BDCs without any action on windows workstations ? Or should we prepare for bad days of workstations migration ? - Does anybody have a similar experience ? Thanks for your help. -- Olivier Navas Groupement Informatique et T?l?communications SDIS 33
2012 Apr 02
0
[LLVMdev] GSoC - Range Analysis
...r proposal mention that you'll try your analysis on > larger and more diverse codes Yes, we want to find larger benchmarks too. > one of the big problems with Douglas's original range analysis was that > it couldn't handle modulo arithmetic. We still have this problem. Jorge Navas, who is using our analysis, is working on an implementation that deals with wrapping arithmetics, but we did not have access to his code yet. > An analysis that is not sound with respect to the original C/C++ semantics > would be of little use to anyone. You can use our analysis to remove o...
2012 Apr 02
6
[LLVMdev] GSoC - Range Analysis
> from what I understand of the analysis, to come to its conclusions it assumes > that there is no overflow. That doesn't make it useless for removing integer > overflow checks: you can successively walk variables, and if you can prove that > there is no overflow of a variable X given your analysis of previously seen > variables, then X can safely be added to the set of
2013 Oct 05
0
Android App for Icecast Administration
However, the app can not change the icecast config files, as they are not accessible from Icecast's administration panel on the Web interface. On Sat, Oct 5, 2013 at 11:54 PM, Luca Cireddu <sardylan at gmail.com> wrote: > Hi Elad, > I think that a very useful function could be the possibility to are new > mount point with different password without restarting the whole
2004 Dec 29
1
smbpasswd
Dear all, How can I convert the Linux users password (/etc/shadow) to Samba users password (.../private/smbpasswd)? Best Brazilian regards -- Rodrigo Noroaldo de Castro Fernandes r.fernandes@darumaorga.com.br
2012 Apr 03
2
[LLVMdev] GSoC - Range Analysis
Hi Victor, > > one of the big problems with Douglas's original range analysis was that > > it couldn't handle modulo arithmetic. > > We still have this problem. Jorge Navas, who is using our analysis, is > working on an implementation that deals with wrapping arithmetics, but > we did not have access to his code yet. can you please clarify whether the pass only looks at operations with the nsw flag (and bails out on others), or just assumes that there is no wra...
2011 Nov 15
1
[LLVMdev] Pass options to the linker
On Tuesday, November 15, 2011 at 10:11:25 (+0100), Duncan Sands wrote: >> Hi Jorge, >> >> > I'm trying to use the PPL (Parma Polyhedra Library, >> > bugseng.com/products/ppl) in one of my LLVM passes getting the error: >> > >> >> Error opening >> >> '/home/jorge/SvnReps/Systems/llvm/build/Debug+Asserts/lib/MyAnalysis.so':
2011 Nov 21
0
[LLVMdev] How to get ELF section virtual starting address from MCSymbolRefExpr?
...ction virtual starting address from MCSymbolRefExpr? (Rafael ?vila de Esp?ndola) 7. Re: llvm_anyint_ty clarification (Eli Friedman) 8. Automatic C++ Refactoring application. (Joe Abbey) 9. Re: Automatic C++ Refactoring application. (Chandler Carruth) 10. Re: GlobalsModRef (Jorge A. Navas) 11. Re: How to make Polly ignore some non-affine memory accesses (Marcello Maggioni) 12. Re: Insert a function call in the code (=?GB2312?B?1dTPxA==?=) 13. call different function while running (=?GB2312?B?1dTPxA==?=) 14. Re: How to make Polly ignore some non-affine memory...
2011 Nov 18
2
[LLVMdev] GlobalsModRef
Hi all, I'm implementing an intra-procedural analysis. For correctness, during the analysis of each function I need to know which global variables may be modified by other functions in order to avoid wrong assumptions about those variables. I looked at lib/Analysis/IPA/GlobalsModRef.cpp and it seems that it does what I want. My problem is that I don't know how to use it ;-( I wrote a
2012 Jan 23
3
[LLVMdev] Use printing methods of third-party libraries that use std::ostream
Hi all, I need to use the printing methods from a third-party library. The problem is those methods use std::cout but the use of std::ostream methods seems to be disabled in latest versions of LLVM. I'm aware of raw_os_ostream (http://llvm.org/doxygen/classllvm_1_1raw__os__ostream.html) which takes a std::ostream as input. E.g., I could do something like: #include
2011 Oct 18
1
[LLVMdev] How to infer sign information from LLVM IR?
I'm implementing an integer bounds analysis (i.e., for each variable compute its lower and upper bound) as a LLVM pass. My objective is to identify potential overflows in both signed and unsigned C integers. To do that I need to know the sign of each integer. However, we know that LLVM IR does not keep sign information explicitly. My understanding is that the only instructions with explicit
2011 Nov 15
2
[LLVMdev] Pass options to the linker
Hi all, I'm trying to use the PPL (Parma Polyhedra Library, bugseng.com/products/ppl) in one of my LLVM passes getting the error: > Error opening > '/home/jorge/SvnReps/Systems/llvm/build/Debug+Asserts/lib/MyAnalysis.so': > /home/jorge/SvnReps/Systems/llvm/build/Debug+Asserts/lib/MyAnalysis.so: > undefined symbol: _ZNK23Parma_Polyhedra_Library13PIP_Tree_Node2OKEv >