similar to: [LLVMdev] Polly test and example

Displaying 18 results from an estimated 18 matches similar to: "[LLVMdev] Polly test and example"

2011 Jun 09
0
[LLVMdev] Polly test and example
On 06/08/2011 01:17 AM, MORIYAMA Tomohiro wrote: > Hi, all > > I tried Polly installation on Ubuntu. > > On its building, it returned no errors. > But when I run "make polly-test", it returns 11 unexpected failures as > follows. > ----------------------------------- > ******************** > Testing Time: 19.77s > ******************** > Failing Tests
2011 Jun 10
2
[LLVMdev] Polly test and example
H, Tobias Thank you for your reply. Tobias Grosser wrote: (Thu, 09 Jun 2011 15:41:05 -0300) >On 06/08/2011 01:17 AM, MORIYAMA Tomohiro wrote: >> Hi, all >> >> I tried Polly installation on Ubuntu. >> >> On its building, it returned no errors. >> But when I run "make polly-test", it returns 11 unexpected failures as >> follows. >>
2011 Jun 10
4
[LLVMdev] Polly test and example
(2011/06/10 14:01), Tobias Grosser wrote: > On 06/10/2011 01:52 AM, MORIYAMA Tomohiro wrote: >> (2011/06/10 13:25), Tobias Grosser wrote: >>> On 06/10/2011 12:00 AM, MORIYAMA Tomohiro wrote: >>>> H, Tobias >>>> Thank you for your reply. >>>> >>>> >>>> Tobias Grosser wrote: >>>>> Interesting. On what kind
2011 Jun 10
2
[LLVMdev] Polly test and example
(2011/06/10 13:25), Tobias Grosser wrote: > On 06/10/2011 12:00 AM, MORIYAMA Tomohiro wrote: >> H, Tobias >> Thank you for your reply. >> >> >> Tobias Grosser wrote: >>> Interesting. On what kind of Platform are you running this? Is it still >>> Ubuntu 11.04? I assume it's an intel platform, but is it a 32-bit or >>> 64bit? >>
2011 Jun 10
0
[LLVMdev] Polly test and example
Hi, > out.s: Assembler messages: > out.s:8: Error: bad register name `%rsp' > out.s:9: Error: bad register name `%rsp)' > out.s:12: Error: invalid instruction suffix for `call' > out.s:14: Error: bad register name `%rax' > out.s:18: Error: bad register name `%rcx' > out.s:22: Error: bad register name `%rcx)' > out.s:23: Error: bad register name
2011 Jun 10
0
[LLVMdev] Polly test and example
On 06/10/2011 01:52 AM, MORIYAMA Tomohiro wrote: > (2011/06/10 13:25), Tobias Grosser wrote: >> On 06/10/2011 12:00 AM, MORIYAMA Tomohiro wrote: >>> H, Tobias >>> Thank you for your reply. >>> >>> >>> Tobias Grosser wrote: >>>> Interesting. On what kind of Platform are you running this? Is it still >>>> Ubuntu 11.04? I
2011 Jun 10
0
[LLVMdev] Polly test and example
On 06/10/2011 12:00 AM, MORIYAMA Tomohiro wrote: > H, Tobias > Thank you for your reply. > > > Tobias Grosser wrote: >> Interesting. On what kind of Platform are you running this? Is it still >> Ubuntu 11.04? I assume it's an intel platform, but is it a 32-bit or 64bit? > > It is a little bit complicated. > > Intel Core i5 M520. > Ubuntu 11.04-i386
2011 Jun 10
2
[LLVMdev] Polly test and example
hi, James. Thanks for your advice. "James Molloy" wrote. (Fri, 10 Jun 2011 08:38:44 +0100) >Hi, > >> out.s: Assembler messages: >> out.s:8: Error: bad register name `%rsp' >> out.s:9: Error: bad register name `%rsp)' >> out.s:12: Error: invalid instruction suffix for `call' >> out.s:14: Error: bad register name `%rax' >>
2011 Jun 10
0
[LLVMdev] Polly test and example
On 06/10/2011 08:38 AM, MORIYAMA Tomohiro wrote: > hi, James. > Thanks for your advice. > > "James Molloy" wrote. > (Fri, 10 Jun 2011 08:38:44 +0100) >> Hi, >> >>> out.s: Assembler messages: >>> out.s:8: Error: bad register name `%rsp' >>> out.s:9: Error: bad register name `%rsp)' >>> out.s:12: Error: invalid
2011 Jun 10
0
[LLVMdev] Polly test and example
Hi. >>> I see. I will try it amd64 version but now on VMWare. >>> I'm glad if you tell me your environment in detail. As a result, I successfully ran "make polly-test" on Ubuntu amd64. [100%] Running Polly regression tests Testing Time: 13.16s Expected Passes : 113 Expected Failures : 29 [100%] Built target polly-test MORIYAMA Tomohiro wrote. (Fri, 10
2011 May 14
1
[LLVMdev] building Polly on Ubuntu
Hello, Tobias and Wei-Ren. Thanks to your advice. I could build Polly by checking out from SVN. svn checkout http://llvm.org/svn/llvm-project/polly/trunk polly >On 05/13/2011 01:29 AM, MORIYAMA Tomohiro wrote: >> Hello, >> >> I am trying to build Polly on Ubuntu11.04 on Windows XP via VMWare, >> according to the Polly wiki(now moved). >> >> I succeeded
2011 May 13
3
[LLVMdev] building Polly on Ubuntu
Hello, I am trying to build Polly on Ubuntu11.04 on Windows XP via VMWare, according to the Polly wiki(now moved). I succeeded last month, but now it fails at "make". Please tell me what is wrong. Here is the corresponding log. [ 67%] Built target count Scanning dependencies of target not [ 67%] Building CXX object utils/not/CMakeFiles/not.dir/not.cpp.o Linking CXX executable
2011 May 13
0
[LLVMdev] building Polly on Ubuntu
On 05/13/2011 01:29 AM, MORIYAMA Tomohiro wrote: > Hello, > > I am trying to build Polly on Ubuntu11.04 on Windows XP via VMWare, > according to the Polly wiki(now moved). > > I succeeded last month, but now it fails at "make". > Please tell me what is wrong. Hi Tomohiro, cool that you are looking into Polly. Lets see if we can get it working. ;) > Here is
2007 Apr 11
3
[PATCH][RFC] Support GPT (GUID Partition Table)
Hi, I made a patch for GPT support. As you see, this patch uses ad-hoc approach. If you give me an advice, it would be appreciated Signed-off-by: Shinya Kuwamura <kuwa@jp.fujitsu.com> Signed-off-by: Tomohiro Takahashi <takatom@jp.fujitsu.com> Thanks, Tomohiro Takahashi. diff -r 1bde28f762a6 -r 8e08fd1ffa24 tools/pygrub/src/pygrub --- a/tools/pygrub/src/pygrub Mon Apr 09 13:40:25
2005 Apr 29
2
cannot write xls file after saving
Hello, I am using 3.0.15pre2. Share definitions: [Grupes] path = /home/Grupes writeable = yes admin users = DOMAIN+administrator valid users = @"DOMAIN+domain users" store dos attributes = yes map hidden = no map system = no map archive = no dos filemode = yes File ACLs before opening: # file: Pazymejimai-forma2.xls # owner: root # group:
2002 Apr 23
1
Lattice graphics on Mac OS X
Hi, everybody. I just started using R on Mac OS X. I'm trying both of Carbon and Darwin version. I used to use S-PLUS on Linux and want to use splom to do multi-plot. I looked at both Carbon and Darwin version, but Carbon version doesn't seem to have Lattice library. I downloaded the binary for Darwin version. I have XDarwin/OroborOSX installed on my Mac's (G4 Powerbook and
2010 Sep 01
8
FIXMEs in Search::Xapian
Carrying on this conversation: http://lists.tartarus.org/pipermail/xapian-discuss/2007-March/003513.html void TermGenerator::set_stopper(stopper) Stopper * stopper CODE: // FIXME: no corresponding SvREFCNT_dec(), but a leak seems better than // a SEGV! SvREFCNT_inc(ST(1)); THIS->set_stopper(stopper); It would be good to fix these FIXMEs. A class-level HASH could be
2008 Nov 07
0
Hardware information
Hi, I''m curious about what hardware information I can get from a guest OS. Is it different from the one I can get when I install an OS without Xen? Are there any way to change this info, either by settings of Xen or by using APIs? Thanks, Tomohiro _______________________________________________ Xen-users mailing list Xen-users@lists.xensource.com http://lists.xensource.com/xen-users