search for: rdsa

Displaying 12 results from an estimated 12 matches for "rdsa".

Did you mean: dsa
2014 Jun 15
2
[LLVMdev] Questions bout the Steensguard AA Pass in rDSA
@John: Since rDSA hasn't been used in ages, perhaps it's time we deleted it from the repository? It'll live on in SVN glory forever for interested parties, and will avoid some of the confusion about its purpose. Additionally, we probably shouldn't have entire directories of dead code in mainline O:...
2014 Jun 15
3
[LLVMdev] Questions bout the Steensguard AA Pass in rDSA
...r a pass for the intra-procedural alias analyzing, as i am working on multithreaded debugging and looking for a way to pick up instructions from different threads accessing the same global variable, and is Steensguard workable for this scenario? or any other suggestions? I also find that the "rDSA" folder is not included in the Makefile, and this means the -dsa-aa pass is still not reliable and probably i cannot use it, right? Thanks, Dan. On Sun, Jun 15, 2014 at 12:54 PM, John Criswell <criswell at illinois.edu> wrote: > On 6/13/14, 8:57 PM, Daniel Guo wrote: > >...
2011 Oct 02
3
[LLVMdev] DSA or rDSA ?
Dear All, I am trying to use DataStructure Alias Analysis. From the code at poolalloc it seems that rDSA needs to be compiled to get -ds-aa feature while the Makefile builds just the DSA. Please correct me if I am doing something wrong. Thanks, Manish -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20111001/cfc8...
2011 Oct 13
0
[LLVMdev] DSA or rDSA ?
On 10/1/11 11:01 PM, Manish Gupta wrote: > Dear All, > > I am trying to use DataStructure Alias Analysis. From the code at > poolalloc it seems that rDSA needs to be compiled to get -ds-aa > feature while the Makefile builds just the DSA. I seem to recall replying to this, but my email client says I didn't, so I'm responding again. :) The rDSA code is some experimental code that we abandoned. We removed the -ds-aa pass in mainline p...
2014 Jun 14
2
[LLVMdev] Questions bout the Steensguard AA Pass in rDSA
Deal all, Recently i am searching for a intra-procedure alias analysis pass and the -ds-aa pass seems to be the one i am looking for. However, i find this post described that the rDSA code in PoorAlloc project was abandoned before ... https://groups.google.com/d/topic/llvm-dev/FMLmIh9Nz84/discussion But some other guys were interested in it and John Criswell also made a request in bug database on this topic. Now after 3 years, what's the status of this issue? Are there still...
2011 Oct 14
1
[LLVMdev] DSA or rDSA ?
2011/10/14 John Criswell <criswell at illinois.edu>: > Just out of curiosity, are people interested in using DSA via the > AliasAnalysis interface? John, I am interested, too! ...when all issues would go away ;) ...Takumi
2012 Apr 13
2
[LLVMdev] Are ds-aa and steens-aa still in Poolalloc?
...s looking at the LLVM's alias analysis documentation (http://llvm.org/docs/AliasAnalysis.html#exist) and it seems that poolalloc has ds-aa and steens-aa. However, I followed the instructions to use these passes, but I wasn't able to use them. Also, I found this: http://old.nabble.com/DSA-or-rDSA---td32576486.html saying that they were removed from poolalloc. Is that true? If so, should I submit a patch to update the webpage? Douglas
2012 Apr 13
0
[LLVMdev] Are ds-aa and steens-aa still in Poolalloc?
...M's alias analysis documentation > (http://llvm.org/docs/AliasAnalysis.html#exist) and it seems that > poolalloc has ds-aa and steens-aa. However, I followed the > instructions to use these passes, but I wasn't able to use them. Also, > I found this: http://old.nabble.com/DSA-or-rDSA---td32576486.html > saying that they were removed from poolalloc. Is that true? If so, > should I submit a patch to update the webpage? Yes, ds-aa and -steens-aa were removed from poolalloc because we thought no one was using them, because we at Illinois weren't using them, and because...
2013 Oct 30
2
[LLVMdev] Is there pass to break down <4 x float> to scalars
...mod & ref responses (100.0%) Alias Analysis Evaluator Mod/Ref Summary: 0%/0%/0%/100% Our c/c++ compiler uses steensguaard's points-to algorithm, so I turns to find -steens-aa. It seems that llvm's poolalloc implements steens-aa, right? does it still maintain? I found I can not build rDSA using the latest llvm headers. thanks, --lx On Fri, Oct 25, 2013 at 10:19 PM, Richard Sandiford < rsandifo at linux.vnet.ibm.com> wrote: > Liu Xin <navy.xliu at gmail.com> writes: > > I think we are solving a same problem. I am working on shader language > > too. I a...
2013 Oct 30
0
[LLVMdev] Is there pass to break down <4 x float> to scalars
....0%) > Alias Analysis Evaluator Mod/Ref Summary: 0%/0%/0%/100% > > Our c/c++ compiler uses steensguaard's points-to algorithm, so I turns to > find -steens-aa. It seems that llvm's poolalloc implements steens-aa, > right? does it still maintain? > I found I can not build rDSA using the latest llvm headers. Sorry, I don't really know this part of llvm, so I'm not sure what to suggest. Hopefully someone else will comment. Thanks, Richard
2013 Oct 25
0
[LLVMdev] Is there pass to break down <4 x float> to scalars
Liu Xin <navy.xliu at gmail.com> writes: > I think we are solving a same problem. I am working on shader language > too. I am not satisfied with current binaries because vector operations > are kept in llvm opt. > > glsl shader language has an operation called "swizzle". It can select > sub-components of a vector. If a shader only takes components "xy"
2013 Oct 25
3
[LLVMdev] Is there pass to break down <4 x float> to scalars
Hi, Richard, I think we are solving a same problem. I am working on shader language too. I am not satisfied with current binaries because vector operations are kept in llvm opt. glsl shader language has an operation called "swizzle". It can select sub-components of a vector. If a shader only takes components "xy" for a vec4. it's certainly wasteful to generate 4