search for: nowar

Displaying 13 results from an estimated 13 matches for "nowar".

Did you mean: nowak
2010 Dec 22
4
[LLVMdev] Why IR portable?
...a0:0:64-s0:64:64-f80:128:128-n8:16:32:64" target triple = "x86_64-linux-gnu" It seems it already assigned their sizes mapping with types. How can it be portable? Isn't it been written there? If any response, I'm appreciated for that. Thank you. -- Best regards, Wen-Han (Nowar) -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20101222/2086848a/attachment.html>
2010 Dec 30
1
[LLVMdev] Building LLVM-GCC on Linux/PowerPC failed
...hematics and Mechanics, Saint Petersburg State University > > _______________________________________________ > LLVM Developers mailing list > LLVMdev at cs.uiuc.edu http://llvm.cs.uiuc.edu > http://lists.cs.uiuc.edu/mailman/listinfo/llvmdev > -- Best regards, Wen-Han (Nowar) -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20101231/45089c9c/attachment.html>
2011 Jan 08
2
[LLVMdev] Build a static-linked executable using llvm
...returned 1 exit status clang: error: linker (via gcc) command failed with exit code 1 (use -v to see invocation) But in directory <llvm>/lib, I see many libxxx.a. I think they just have lots of xxx.o archive. Why cannot these xxx.o build with -static? Thank you. -- Best regards, Wen-Han (Nowar) -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20110108/e100d6d8/attachment.html>
2010 Dec 22
2
[LLVMdev] Why IR portable?
...g depends on how you generated the IR. > You might find this link > http://llvm.org/docs/FAQ.html#platformindependent useful. > > -- > With best regards, Anton Korobeynikov > Faculty of Mathematics and Mechanics, Saint Petersburg State University > -- Best regards, Wen-Han (Nowar) -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20101222/4bc5cd10/attachment.html>
2012 Oct 22
3
[LLVMdev] Does someone still keep eye on MC ARM EHABI?
...ome people including me what to implement them. My question is, to avoid duplicate effort, does someone take charge of this part? or does anyone is already implementing this currently? BTW, any suggestion on this effort? I'm very appreciated! Thanks in advance! -- Best regards, Wen-Han Gu (Nowar) -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20121022/16db2eab/attachment.html>
2010 Nov 05
1
[LLVMdev] Using LLVM components
...InstCombine -lLLVMTransformUtils -lLLVMipa -lLLVMAnalysis -lLLVMTarget -lLLVMMC -lLLVMCore -lLLVMAlphaInfo -lLLVMSupport -lLLVMSystem It seems everything is OK. I have no idea what I should fix now. Could anyone give me some advices? I appreciate for that. Thank you. -- Best regards, Wen-Han (nowar) -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20101105/962592d8/attachment.html>
2010 Dec 22
0
[LLVMdev] Why IR portable?
Hello > We all know LLVM IR is portable, but it uses ILP32 No, it doesn't use this. > It seems it already assigned their sizes mapping with types. > How can it be portable? Isn't it been written there? Everything depends on how you generated the IR. You might find this link http://llvm.org/docs/FAQ.html#platformindependent useful. -- With best regards, Anton Korobeynikov
2010 Dec 30
0
[LLVMdev] Building LLVM-GCC on Linux/PowerPC failed
Hello >  Thanks for the tip. My PS3 workstationn is installed a 32-bit OS. I will Please carefully read the readme.llvm file in the llvm-gcc source directory. At least it will give some hints how llvm-gcc should be configured (e.g. it doesn't seem you're passing any path to already built LLVM libs, etc.) -- With best regards, Anton Korobeynikov Faculty of Mathematics and Mechanics,
2011 Jan 08
0
[LLVMdev] Build a static-linked executable using llvm
You are missing references for pthread. Try to add -pthread to build line. -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20110108/90c573ca/attachment.html>
2012 Oct 22
0
[LLVMdev] Does someone still keep eye on MC ARM EHABI?
Hello > My question is, to avoid duplicate effort, > does someone take charge of this part? or > does anyone is already implementing this currently? > > BTW, any suggestion on this effort? I'm very appreciated! There are several directions here: 1. Binary emission. Right now MC layer is text-only and depends on assembler 2. Correctness issues. It's believed that unwinding
2012 Oct 22
1
[LLVMdev] Does someone still keep eye on MC ARM EHABI?
...o extensible verification was > maid, iirc) > 3. Figure out what's wrong with EH data emission. Some clue is in PR7187 > > -- > With best regards, Anton Korobeynikov > Faculty of Mathematics and Mechanics, Saint Petersburg State University > -- Best regards, Wen-Han Gu (Nowar) -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20121022/8cfa35a1/attachment.html>
2013 Mar 22
0
[LLVMdev] Any plan for WHOPR on LLVM?
...named WHOPR, which can reduce memory usage well. I know LLVM has good LTO and gold plugin support, but it will link Modules into a big one, that causes lots of memory usage while optimization. Did LLVM have any plan on WHOPR or something like that in future? Thanks! -- Best Regards, WenHan Gu (Nowar) -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20130322/89fd34f0/attachment.html>
2010 Dec 30
3
[LLVMdev] Building LLVM-GCC on Linux/PowerPC failed
Hi, Csaba Thanks for the tip. My PS3 workstationn is installed a 32-bit OS. I will install a 64-bit OS soon and try what you said. Thanks again. Regards, chenwj -- Wei-Ren Chen (陳韋任) Parallel Processing Lab, Institute of Information Science, Academia Sinica, Taiwan (R.O.C.) Tel:886-2-2788-3799 #1667