search for: svf

Displaying 11 results from an estimated 11 matches for "svf".

Did you mean: sv
2018 Dec 18
2
Interprocedural AA
Hi, I'm looking for interprocedural AAs and have, of course, found https://llvm.org/docs/AliasAnalysis.html. However, the AAs that come bundled with LLVM do not work interprocedurally in a way that I need it (on/with stack variables). The two interesting looking AAs come with the optional `poolalloc' module that hasn't been updated in years (I guess
2019 Jul 29
2
Efficient way to identify an instruction
Hi Alberto, I have not used this myself, but I think you should be able to visit your Instruction ‘users()’. I think the name this function was given is a bit confusing, but this returns an iterator range you can iterate through to find instructions that depend on a given one. Similarly, you have the function ‘uses()’ that can be used to traverse down the DAG when instructions are still on SSA
2017 Mar 10
2
flow-sensitive alias analysis
...sensitive) alias analysis algorithm implemented in LLVM. (I use LLVM 3.9, hope to switch to 4.0 soon.) As far as I know, none of the built-in analysis (basicAA, globals-modref, andersAA, etc.) is intended to be flow-sensitive. So I searched and came across these two 1. https://github.com/unsw-corg/SVF by Yulei Sui (for LLVM 3.8) 2. http://www.cs.ucsb.edu/~benh/research/downloads.html by Ben Hardekopf (for LLVM 2.5) Are there other implementations which use the AA-Interface? Giving a little context, I need some functionality in LLVM that answers the following question. For a given argument of a...
2017 Mar 11
3
flow-sensitive alias analysis
...VM. (I use LLVM 3.9, hope to switch >> to 4.0 soon.) >> As far as I know, none of the built-in analysis (basicAA, >> globals-modref, andersAA, etc.) is intended to be flow-sensitive. So I >> searched and came across these two >> >> 1. https://github.com/unsw-corg/SVF by Yulei Sui (for LLVM 3.8) >> 2. http://www.cs.ucsb.edu/~benh/research/downloads.html by Ben Hardekopf >> (for LLVM 2.5) >> >> Are there other implementations which use the AA-Interface? >> >> Giving a little context, I need some functionality in LLVM that answe...
2016 Dec 01
0
2nd Sydney LLVM Developers/Users Meetup
...eneration and software bug detection and have a social chat afterwards. Speakers: 1) Dean Michael Berris (Google), *a function call tracing system* 2) Jeremy Lee (UNSW), *TMR code generation for FPGA* 2) Trevor McDonell (UNSW), *Type-safe code generation* 3) Ding Ye, Peng Di and Yulei Sui (UNSW), *SVF and data race detection* We also have a few more slots for talks, so if you're interested please RSVP and let me know what you'd like to talk about. Thanks in advance and hope to see you at UNSW! -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://li...
2016 Dec 01
0
2nd Sydney LLVM Developers/Users Meetup
...eneration and software bug detection and have a social chat afterwards. Speakers: 1) Dean Michael Berris (Google), *a function call tracing system* 2) Jeremy Lee (UNSW), *TMR code generation for FPGA* 2) Trevor McDonell (UNSW), *Type-safe code generation* 3) Ding Ye, Peng Di and Yulei Sui (UNSW), *SVF and data race detection* We also have a few more slots for talks, so if you're interested please RSVP and let me know what you'd like to talk about. Thanks in advance and hope to see you at UNSW! -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://li...
2006 Nov 27
0
How to simulate data from copulas?
...stislav Matúš PhD. Student Department of Land and Water Resources Management Faculty of Civil Engineering Slovak University of Technology Blok C, 12. posch., Radlinského 11, 813 68 Bratislava 15, EUROPE BUREAU: Tel.: +421 2 59274 622, fax: +421 2 52923575 PERSONAL: +421 908 623450 E-mail: matus@svf.stuba.sk www.kvhk.sk [[alternative HTML version deleted]]
2006 Aug 18
1
[Fwd: Windows 2003 server unable to join a Samba PDC]
---------------------------- Original Message ---------------------------- Subject: Windows 2003 server unable to join a Samba PDC From: "Christian" <christian@telemack.net> Date: Fri, August 18, 2006 3:26 pm To: samba@lists.samba.org -------------------------------------------------------------------------- Hello, I have been trying for hours to make a Windows 2003
2005 Jan 27
2
content of initramfs CPIO archive
Hi, I am compiling a tiny linux kernel 2.6.10 to be used together with linuxbios. The boot phase will go as follows: linuxbios->tiny linux kernel->initramfs The initramfs shall use dhcp to get it's address and then tftp a full featured kernel. This kernel must be started through kexec. I use a tweaked networkdriver in the kernel and cannot use a normal PXE boot. Which files should I
2006 Jul 28
7
mongrel_cluster rc.d script for FreeBSD
I wanted to be able to specify in my /etc/rc.conf file whether mongrel_cluster should be enabled and the mongrel_cluster_config file for the init script, so I wrote this simple rc.d style script. Just throw it in /usr/local/etc/rc.d/ and do a chmod +x /usr/local/etc/rc.d/mongrel_cluster.sh To enable the script, add mongrel_cluster_enable="YES" to /etc/rc.conf and optionally add
2008 Jun 30
4
Rebuild of kernel 2.6.9-67.0.20.EL failure
Hello list. I'm trying to rebuild the 2.6.9.67.0.20.EL kernel, but it fails even without modifications. How did I try it? Created a (non-root) build environment (not a mock ) Installed the kernel.scr.rpm and did a rpmbuild -ba --target=`uname -m` kernel-2.6.spec 2> prep-err.log | tee prep-out.log The build failed at the end: Processing files: kernel-xenU-devel-2.6.9-67.0.20.EL Checking