search for: tomohiro

Displaying 16 results from an estimated 16 matches for "tomohiro".

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...
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
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
0
[LLVMdev] Polly test and example
...bad register name `%rax' > out.s:36: Error: bad register name `%rsp,%rax,4)' > out.s:39: Error: bad register name `%rsp)' > out.s:42: Error: bad register name `%rsp)' > out.s:44: Error: bad register name `%rsp)' > out.s:45: Error: bad register name `%rsp' > tomohiro at ubuntu:~$ llc compiled the test for 64-bit X86, and you're assembling with a 32-bit assembler. Try the -m32 option. Cheers, James > -----Original Message----- > From: llvmdev-bounces at cs.uiuc.edu [mailto:llvmdev-bounces at cs.uiuc.edu] > On Behalf Of MORIYAMA Tomohiro > Sen...
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 r...
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 complicate...
2011 Jun 10
2
[LLVMdev] Polly test and example
...#39; >> out.s:36: Error: bad register name `%rsp,%rax,4)' >> out.s:39: Error: bad register name `%rsp)' >> out.s:42: Error: bad register name `%rsp)' >> out.s:44: Error: bad register name `%rsp)' >> out.s:45: Error: bad register name `%rsp' >> tomohiro at ubuntu:~$ > >llc compiled the test for 64-bit X86, and you're assembling with a 32-bit >assembler. Try the -m32 option. I tried this option with 'llc -march=x86' as follows, tomohiro at ubuntu:~/llvm/tools/polly/test/CodeGen$ opt -load /home/tomohiro/build/ lib/LLVMPolly....
2011 Jun 10
0
[LLVMdev] Polly test and example
...t;>> 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 Jun 2011 14:57:37 +0900) >(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 &g...
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...
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 T...
2011 Jun 08
2
[LLVMdev] Polly test and example
...make: *** [polly-test] Error 2 ----------------------------------- And another question, I want to try "examples". http://polly.grosser.es/examples.html But I can't get its source files by 403. http://polly.grosser.es/experiments/matmul/ Please, give me your advice. Thanks. ---- Tomohiro moriyama at isit.or.jp
2011 May 13
3
[LLVMdev] building Polly on Ubuntu
...anning dependencies of target not [ 67%] Building CXX object utils/not/CMakeFiles/not.dir/not.cpp.o Linking CXX executable ../../bin/not [ 67%] Built target not Scanning dependencies of target PollyJSON [ 67%] Building CXX object tools/polly/lib/JSON/CMakeFiles/PollyJSON.dir/json_reader.cpp.o /home/tomohiro/llvm/tools/polly/lib/JSON/json_reader.cpp: In function ‘std::istream& Json::operator>>(std::istream&, Json::Value&)’: /home/tomohiro/llvm/tools/polly/lib/JSON/json_reader.cpp:880:72: error: exception handling disabled, use -fexceptions to enable make[2]: *** [tools/polly/lib/JSON/...
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 last month, but now it fails at "make". >> Please tell me what is wrong. > >Hi Tomohiro...
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 Po...
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 2007 -0600 +++ b/tools/pygrub/src/pygrub Tue Apr 10 20:30:05 2007 +0900 @@ -58,6 +60,13 @@ def get_active_partiti...
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