Displaying 20 results from an estimated 22 matches for "lbnl".
Did you mean:
lbn
2016 Jul 27
2
llvm-link unifies identified structs?
...= '<stdin>'
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?
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
2013 Sep 25
2
[LLVMdev] Linking static archives with MCJIT?
...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
.
2016 Jul 26
4
'invalid subroutine type ref' when linking custom metadata
....cu
llvm-link: 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
2009 Dec 06
2
[LLVMdev] Appending linkage
...ving 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?
...c 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
2013 Sep 25
0
[LLVMdev] Linking static archives with MCJIT?
...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
1
[LLVMdev] Linking static archives with MCJIT?
...s 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
2016 Jul 30
0
llvm-link unifies identified structs?
...%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
--
Robin Sommer * ICSI/LBNL * robin at icir.org * www.icir.org/robin
2005 Feb 21
2
Anyone sucessfully installed a 2.6 kernel on centos 3.3
Has anyone sucessfull update the kernel 2.4 to 2.6 on a centos server?
If yes how? And what is important to now for the update.
Maybe anyone has an faq for that.
thanks for help
Sven
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.centos.org/pipermail/centos/attachments/20050221/2506f62d/attachment-0004.html>
2014 Jun 20
2
[LLVMdev] Fwd: Stackmaps for ELF?
...uc.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 * 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
-------------- next part --------------
An HTML attachment was s...
2016 Jul 27
1
'invalid subroutine type ref' when linking custom metadata
...e. I suppose the 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
>
2012 Jul 06
2
Error in plot.new() : figure margins too large
...n anymore, so we get rid of it
nba <- nba[,2:20]
#Prepe Data: change data from a data frame to a data matrix
nba_matrix <- data.matrix(nba)
#Create Heat Map
nba_heatmap <- heatmap(nba_matrix, Rowv=NA, Colv=NA, col = cm.colors(256), scale="column", margins=c(5,10))
Karly Harrod
LBNL Summer Intern
kharrod@lbl.gov
Lawrence Berkeley National Laboratory
[[alternative HTML version deleted]]
2009 Apr 24
1
[LLVMdev] Returning structs on Linux x86
...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
...ugh 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 Sep 13
0
[LLVMdev] Postdoc opening at ICSI
...ticular LLVM, for ICSI's networking group. I
thought 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
2010 Nov 01
1
[LLVMdev] llvm-ld stripping debugging symbols?
...(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
2005 Jan 10
0
2.6 kernel on CentOS-3.3
...her install you own linux-2.6.x kernel
or
4a) yum -c yum.conf.mini -y install linux linux-doc
4b) yum -c yum.conf.mini -y install linux-smp
4c) yum -c yum.conf.mini -y install linux-source
reboot
</howto>
references:
- gmk has provided a one way 2.4 ->2.6 http://altruistic.lbl.gov/lbnl
- http://linuxdevices.com/articles/AT5793467888.html
- linux src.rpm is a steal for the cAos-2 + update to 2.6.10-ac8
Best regards,
Tru
--
Dr Tru Huynh | http://www.pasteur.fr/recherche/unites/Binfs/
mailto:tru at pasteur.fr | tel/fax +33 1 45 68 87 37/19
Institut Pasteur, 25-28 rue du...
2005 Apr 15
3
PAM authentication
I find it annoying that openssh takes active part in the authentication
process when using PAM. Namely, SSH doesn't pass the user's password if
the getpwent for the user returns NULL.
I use a clever PAM setup that allows nonexisting users to log in if they
are succesfully authenticated against a Samba server.
When the user logs in for the first time, he's added to the user
database