search for: icir

Displaying 20 results from an estimated 25 matches for "icir".

Did you mean: ici
2016 Jul 27
2
llvm-link unifies identified structs?
...>' source_filename = "llvm-link" %C = type { %A*, %A* } %A = type {} define void @foo(%C* %c) { ret void } Does the statement in the language reference not apply to linking? (This is with a recent 3.9). Robin -- Robin Sommer * ICSI/LBNL * robin at icir.org * www.icir.org/robin
2013 Sep 25
2
[LLVMdev] Linking static archives with MCJIT?
...of the linking process going on but I haven't found a straight-forward replacement for that method yet. I might be missing something though. Or perhaps I could even just reuse some code from that old method; need to look at that. Robin -- Robin Sommer * Phone +1 (510) 722-6541 * robin at icir.org ICSI/LBNL * Fax +1 (510) 666-2956 * www.icir.org/robin .
2013 Sep 25
2
[LLVMdev] Linking static archives with MCJIT?
Hi all, is there a way to link a native static library (.a) into code that runs through MCJIT? I was able to do it with LLVM 3.2, but it seems the API has changed and maybe was removed? Thanks, Robin -- Robin Sommer * Phone +1 (510) 722-6541 * robin at icir.org ICSI/LBNL * Fax +1 (510) 666-2956 * www.icir.org/robin
2004 Jan 11
5
BSD-licensed IDS/IDP Software?
I seem to remember seeing somewhere (on this list/on the web -- don't remember) that there was some ``Snort-like'' software that was available under the BSD license. Unfortunately, I'm unable to find any information about such software. Was I dreaming, or can anybody else jog my memory? :) Kind regards, Devon H. O'Dell
2016 Jul 26
4
'invalid subroutine type ref' when linking custom metadata
...k: error: linked module is broken! (The *.ll files are stripped down from much larger files to find a minimal example. I suppose the message about llvm.dbg.cu is just because I removed a bit too much). Robin [1] https://llvm.org/bugs/show_bug.cgi?id=28697 -- Robin Sommer * ICSI/LBNL * robin at icir.org * www.icir.org/robin
2013 Sep 25
0
[LLVMdev] Linking static archives with MCJIT?
...ssing it to MCJIT? I'm not familiar with the llvm::Linker interface, so I hope someone else will jump in an address that. I can think of a way to solve this inside MCJIT, but it is almost certainly not what you'd want. -Andy -----Original Message----- From: Robin Sommer [mailto:robin at icir.org] Sent: Wednesday, September 25, 2013 12:02 PM To: Kaylor, Andrew Cc: llvmdev at cs.uiuc.edu Subject: Re: [LLVMdev] Linking static archives with MCJIT? On Wed, Sep 25, 2013 at 17:14 +0000, you wrote: > What API did you use in 3.2? llvm::Linker used to have a method LinkInLibrary(). My un...
2013 Sep 25
1
[LLVMdev] Linking static archives with MCJIT?
...CJIT, but it is almost > certainly not what you'd want. Whatever makes the symbols from the .a available to the MCJITed code would work for me, but I can't tell if that's better done inside or outside of MCJIT itself. Robin -- Robin Sommer * Phone +1 (510) 722-6541 * robin at icir.org ICSI/LBNL * Fax +1 (510) 666-2956 * www.icir.org/robin
2014 Jun 18
2
[LLVMdev] Machine level IfConversion for ARM
I need to do some analysis, in which I have to selectively convert IFs. I am trying to find a way to call this optimization pass from the JIT code, thus I can decide which branches to convert and which to keep. Apparently I cannot do this using a pass manager. -- View this message in context: http://llvm.1065342.n5.nabble.com/Machine-level-IfConversion-for-ARM-tp69513p69622.html Sent from the
2014 Jun 20
2
[LLVMdev] Fwd: Stackmaps for ELF?
...int-placement We really should get one or the other merged in tree. Could you point me to the previous patch set so I can ping it and review? Philip -------- Original Message -------- Subject: [LLVMdev] Stackmaps for ELF? Date: Wed, 18 Jun 2014 16:55:38 -0700 From: Robin Sommer <robin at icir.org> To: llvmdev at cs.uiuc.edu I was wondering if there are plans to support the stackmap/patchmap intrinsics for Linux/ELF? I saw that there were corresponding patches posted earlier but as far as I can tell they haven't made it in yet. Robin -- Robin Sommer * Phone +1 (510) 722-6541...
2009 Dec 06
2
[LLVMdev] Appending linkage
...linkage for having the linker combine two arrays. I'm wondering though if it's then possible to get the size of the combined array, e.g., for iterating over its elements? Or how would I otherwise use the combined array? Thanks, Robin -- Robin Sommer * Phone +1 (510) 666-2886 * robin at icir.org ICSI/LBNL * Fax +1 (510) 666-2956 * www.icir.org
2013 Sep 25
0
[LLVMdev] Linking static archives with MCJIT?
...Linking static archives with MCJIT? Hi all, is there a way to link a native static library (.a) into code that runs through MCJIT? I was able to do it with LLVM 3.2, but it seems the API has changed and maybe was removed? Thanks, Robin -- Robin Sommer * Phone +1 (510) 722-6541 * robin at icir.org ICSI/LBNL * Fax +1 (510) 666-2956 * www.icir.org/robin _______________________________________________ LLVM Developers mailing list LLVMdev at cs.uiuc.edu http://llvm.cs.uiuc.edu http://lists.cs.uiuc.edu/mailman/listinfo/llvmdev
2016 Jul 30
0
llvm-link unifies identified structs?
...%A*, %A* } > %A = type {} > > define void @foo(%C* %c) { > ret void > } > > Does the statement in the language reference not apply to linking? > > (This is with a recent 3.9). > > Robin > > -- > Robin Sommer * ICSI/LBNL * robin at icir.org * www.icir.org/robin -- Robin Sommer * ICSI/LBNL * robin at icir.org * www.icir.org/robin
2016 Jul 27
1
'invalid subroutine type ref' when linking custom metadata
...message about llvm.dbg.cu is just >> because I removed a bit too much). > > Just adding: > > > — > Mehdi > >> >> Robin >> >> [1] https://llvm.org/bugs/show_bug.cgi?id=28697 >> >> -- >> Robin Sommer * ICSI/LBNL * robin at icir.org * www.icir.org/robin >> _______________________________________________ >> LLVM Developers mailing list >> llvm-dev at lists.llvm.org >> http://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-dev >
2002 Sep 06
6
questiona about CBQ algorithm in Linux
Hi Stef and Alexey I have read some documents about CBQ algorithm from http://www.icir.org/floyd/cbq.html but still have some question about CBQ in Linux . 1. First estimator can estimate how much bandwidth already USED per class. one estimating algorithm is EWMA (exponential weighted moving average), how about Linux implemenatation about estimator? also do you have link for this a...
2009 Apr 24
1
[LLVMdev] Returning structs on Linux x86
...this with both LLVM 2.4 and 2.5. On Darwin x86, however, I get the expected "1 2 3" (only tried with 2.4 there) and on Linux x86_64 it works fine as well (with 2.5). Is this a known limitation of the x86 backend? Thanks, Robin -- Robin Sommer * Phone +1 (510) 666-2886 * robin at icir.org ICSI/LBNL * Fax +1 (510) 666-2956 * www.icir.org
2009 Dec 10
0
[LLVMdev] Appending linkage
...m wondering though if it's then > possible to get the size of the combined array, e.g., for iterating > over its elements? Or how would I otherwise use the combined array? Any thoughts on this? Am I missing something? Thanks, Robin -- Robin Sommer * Phone +1 (510) 666-2886 * robin at icir.org ICSI/LBNL * Fax +1 (510) 666-2956 * www.icir.org
2010 Nov 01
1
[LLVMdev] llvm-ld stripping debugging symbols?
....c, line 4. (gdb) run Starting program: a.out Breakpoint 1, main () at main.c:4 4 int a = 42; (gdb) print a $1 = 0 Am I missing something? This is with LLVM/clang 2.8 on x86_64 Linux. Thanks, Robin -- Robin Sommer * Phone +1 (510) 722-6541 * robin at icir.org ICSI/LBNL * Fax +1 (510) 666-2956 * www.icir.org
2007 Nov 24
1
Project proposal/idea: Categorize traffic by behavior
...ndard port numbers. Is it possible? --------------- I actually got the idea from two scientific papers by Vern Paxson and Yin Zhang, where they actually detect interactive traffic by timing characteristic on real-life data. They use it for detecting backdoors and stepping stones. http://www.icir.org/vern/papers/backdoor/ http://www.icir.org/vern/papers/stepping/ http://citeseer.ist.psu.edu/zhang00detecting.html Cheers, Jesper Brouer http://www.adsl-optimizer.dk -- ------------------------------------------------------------------- MSc. Master of Computer Science Dept. of Comp...
2005 Dec 11
14
Regexten
Before I play around with this again in 1.2.1, regexten is still essentially broken, correct? The misconception seems to be that it allows you to execute a command upon registration from a SIP UA. Even the O'Reilly TFOT book erroneously states that this is what it is for. After reading the developer discussion though, it definitely seems to be broken. Is it fixed yet? Doug.
2010 Sep 13
0
[LLVMdev] Postdoc opening at ICSI
...ought this list might have somebody interested in such a position: http://www.icsi.berkeley.edu/about/netjob.html Feel free to forward further. Thanks, Robin -- Robin Sommer * Phone +1 (510) 722-6541 * robin at icsi.berkeley.edu ICSI/LBNL * Fax +1 (510) 666-2956 * http://www.icir.org