search for: 144978

Displaying 6 results from an estimated 6 matches for "144978".

Did you mean: 14497
2011 Nov 19
0
[LLVMdev] How to make Polly ignore some non-affine memory accesses
...,42 @@ > +; RUN: opt %loadPolly %defaultOpts -polly-scops -analyze %s | > FileCheck %s > +; XFAIL: * Why is this one still XFAIL? > Index: lib/Analysis/ScopInfo.cpp > =================================================================== > --- lib/Analysis/ScopInfo.cpp (revision 144978) > +++ lib/Analysis/ScopInfo.cpp (working copy) > @@ -311,29 +311,38 @@ > Type = Access.isRead() ? Read : Write; > statement = Statement; > > - isl_pw_aff *Affine = SCEVAffinator::getPwAff(Statement, Access.getOffset()); > BaseAddr = Access.getBase(); > > -...
2011 Nov 18
5
[LLVMdev] How to make Polly ignore some non-affine memory accesses
2011/11/15 Marcello Maggioni <hayarms at gmail.com>: > 2011/11/14 Tobias Grosser <tobias at grosser.es>: >> On 11/14/2011 02:45 PM, Marcello Maggioni wrote: >>> >>> 2011/11/14 Tobias Grosser<tobias at grosser.es>: >>>> >>>> On 11/14/2011 01:24 AM, Marcello Maggioni wrote: >>>>> >>>>> Hi Tobias.
2011 Nov 20
2
[LLVMdev] How to make Polly ignore some non-affine memory accesses
...t). Originally you said I had to add a minimal test case to the patch, should I add some more tests now with more complex scops? >> Index: lib/Analysis/ScopInfo.cpp >> =================================================================== >> --- lib/Analysis/ScopInfo.cpp   (revision 144978) >> +++ lib/Analysis/ScopInfo.cpp   (working copy) >> @@ -311,29 +311,38 @@ >>    Type = Access.isRead() ? Read : Write; >>    statement = Statement; >> >> -  isl_pw_aff *Affine = SCEVAffinator::getPwAff(Statement, >> Access.getOffset()); >>    BaseAd...
2011 Nov 19
1
[LLVMdev] [llvm-commits] [zorg] r144978 - /zorg/trunk/buildbot/osuosl/master/config/builders.py
...ect Arxan Technologies, Inc. 1305 Cumberland Ave, Ste 215 West Lafayette, IN 47906 jabbey at arxan.com<mailto:jabbey at arxan.com> www.arxan.com<http://www.arxan.com/> On Nov 18, 2011, at 11:49 AM, Galina Kistanova wrote: Author: gkistanova Date: Fri Nov 18 13:49:26 2011 New Revision: 144978 URL: http://llvm.org/viewvc/llvm-project?rev=144978&view=rev Log: Change configure for builder clang-native-arm-cortex-a9. Modified: zorg/trunk/buildbot/osuosl/master/config/builders.py Modified: zorg/trunk/buildbot/osuosl/master/config/builders.py URL: http://llvm.org/viewvc/llvm-project...
2009 Mar 15
4
will wine support windows USB drivers?
I am running linux MEPIS 8 and have been having problems getting smithmicro quicklink mobile to work with wine. It installs fine and runs fine but no USB support will not detect my blackberry to use as a modem and alltel/verizon has no plans (nor does smithmicro) to make a linux version of this any one have any ideas?
2011 Nov 21
0
[LLVMdev] How to get ELF section virtual starting address from MCSymbolRefExpr?
...t). Originally you said I had to add a minimal test case to the patch, should I add some more tests now with more complex scops? >> Index: lib/Analysis/ScopInfo.cpp >> =================================================================== >> --- lib/Analysis/ScopInfo.cpp ? (revision 144978) >> +++ lib/Analysis/ScopInfo.cpp ? (working copy) >> @@ -311,29 +311,38 @@ >> ? ?Type = Access.isRead() ? Read : Write; >> ? ?statement = Statement; >> >> - ?isl_pw_aff *Affine = SCEVAffinator::getPwAff(Statement, >> Access.getOffset()); >> ? ?BaseAd...