search for: corg

Displaying 4 results from an estimated 4 matches for "corg".

Did you mean: core
2017 Mar 10
2
flow-sensitive alias analysis
...xt-insensitive) 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...
2017 Mar 11
3
flow-sensitive alias analysis
...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 a...
2012 Mar 29
1
xorg.conf disappear
Hi My system is CentOS 6. I need to edit xorg.conf. But it can't be find in /etc/X11. Where is it? How can I get the default setting? Thanks. brick
2009 Aug 18
1
proposed nvidia wiki page
...to modify your xorg.conf for the nvidia drivers, hopefully you said yes but if not then as root run this command nvidia-xconfig This will move your old xorg.conf to xorg.conf.bak and create a new xorg.conf in your /etc/X11/ directory. I always check mine as root with this vim /etc/X11/corg.conf look to make sure this is what yours says Section "Device" Identifier "Videocard0" Driver "nvidia" EndSection If that is what is says then you are already to use your newly installed nvidia drivers. Now while you are still at your co...