search for: tianwei

Displaying 18 results from an estimated 18 matches for "tianwei".

2009 Dec 05
2
[LLVMdev] use-def chain questions
...large applications, it works very well, then, I want to add a pass into include/llvm/Support/StandardPasses.h: createStandardLTOPasses, Since I want to add a new phase and disable some existing phase, is there any way to pass some flag to do that, now my complication model is: export PREFIX=/home/tianwei/llvm/llvm-gcc-bin/ export CC="$PREFIX/bin/llvm-gcc -use-gold-plugin" export CXX="$PREFIX/bin/llvm-g++ -use-gold-plugin" export AR="$PREFIX/bin/ar --plugin /home/tianwei/llvm/llvm-gcc-bin/libexec/gcc/x86_64-unknown-linux-gnu/4.2.1/libLLVMgold.so" export NM="$PREFI...
2008 Apr 23
2
[LLVMdev] how to dump DSA graph in gdb?
On Wed, Apr 23, 2008 at 11:59 PM, John Criswell <criswell at cs.uiuc.edu> wrote: > Dear Tianwei, > > You can use the -analyze option to the opt tool to tell the DSA passes > to store their results in files. When you use the -analyze option, the > DSA passes will create a separate file for each function (and possible > one file to hold the globals graph). For this reason, I re...
2008 Apr 23
0
[LLVMdev] how to dump DSA graph in gdb?
Tianwei wrote: > On Wed, Apr 23, 2008 at 11:59 PM, John Criswell <criswell at cs.uiuc.edu<mailto:criswell at cs.uiuc.edu>> wrote: > Dear Tianwei, > > You can use the -analyze option to the opt tool to tell the DSA passes > to store their results in files. When you use the -analy...
2008 Apr 23
0
[LLVMdev] how to dump DSA graph in gdb?
Dear Tianwei, You can use the -analyze option to the opt tool to tell the DSA passes to store their results in files. When you use the -analyze option, the DSA passes will create a separate file for each function (and possible one file to hold the globals graph). For this reason, I recommend running opt...
2008 Apr 23
2
[LLVMdev] how to dump DSA graph in gdb?
..."ds."); } .......... how these functions can be used in gdb? furthermore, are there any options which i can type in command line for DSA?, such as: opt -load=xxxxxx -print_the_local_analysis_result list.bc -o list-opt.bc also any suggestions for how to debug DSA efficiently? Thanks. Tianwei -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20080423/92422805/attachment.html>
2009 Oct 15
2
[LLVMdev] strace for whole-program bitcodes
Tianwei <tianwei.sheng at gmail.com> writes: > someone suggested me to use gold-plugin, I know nothing about it yet, I will > have a try later. Does anyone have a good solution for this problem? Afaik gold does not help here. I tried it and managed to only generate native code. I'm curre...
2009 Dec 05
0
[LLVMdev] use-def chain questions
On Dec 5, 2009, at 4:02 AM, Tianwei wrote: > Hi, all, > We are working on a static analysis phase on LLVM's IR, we want to do a backforward phase through the use-def chain, I knew that LLVM > had a built-in SSA form which provide the use-def chain for virtual register variables, however, I want to know if you also pr...
2009 Oct 16
2
[LLVMdev] strace for whole-program bitcodes
Daniel Dunbar wrote: > On Thu, Oct 15, 2009 at 7:14 AM, Timo Juhani Lindfors > <timo.lindfors at iki.fi> wrote: >> Tianwei <tianwei.sheng at gmail.com> writes: >>> someone suggested me to use gold-plugin, I know nothing about it yet, I will >>> have a try later. Does anyone have a good solution for this problem? >> Afaik gold does not help here. I tried it and managed to only generate &gt...
2009 Oct 15
0
[LLVMdev] strace for whole-program bitcodes
On Thu, Oct 15, 2009 at 7:14 AM, Timo Juhani Lindfors <timo.lindfors at iki.fi> wrote: > Tianwei <tianwei.sheng at gmail.com> writes: >> someone suggested me to use gold-plugin, I know nothing about it yet, I will >> have a try later.  Does anyone have a good solution for this problem? > > Afaik gold does not help here. I tried it and managed to only generate > nativ...
2009 Oct 30
2
[LLVMdev] strace for whole-program bitcodes
...; llvmdev at cs.uiuc.edu> > Sent: Thursday, October 15, 2009 8:38 PM > Subject: Re: [LLVMdev] strace for whole-program bitcodes > > > Daniel Dunbar wrote: > > On Thu, Oct 15, 2009 at 7:14 AM, Timo Juhani Lindfors > > <timo.lindfors at iki.fi> wrote: > >> Tianwei <tianwei.sheng at gmail.com> writes: > >>> someone suggested me to use gold-plugin, I know nothing about it yet, I > will > >>> have a try later. Does anyone have a good solution for this problem? > >> Afaik gold does not help here. I tried it and managed...
2007 Nov 23
1
[LLVMdev] how to dump a Instruction in gdb?
...*. > The alloca instruction allocates the given type on the stack and > returns a pointer to it. You allocate an i32 so you get a pointer > to an i32 back. > ok, I will read the language reference manual again. thanks. > > I hope this helps, > > Duncan. > -- Sheng, Tianwei Inst. of High Performance Computing Dept. of Computer Sci. & Tech. Tsinghua Univ. -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20071123/50e711c5/attachment.html>
2009 Oct 29
0
[LLVMdev] strace for whole-program bitcodes
...<terence.p.kelly at hp.com>; <llvmdev at cs.uiuc.edu> Sent: Thursday, October 15, 2009 8:38 PM Subject: Re: [LLVMdev] strace for whole-program bitcodes Daniel Dunbar wrote: > On Thu, Oct 15, 2009 at 7:14 AM, Timo Juhani Lindfors > <timo.lindfors at iki.fi> wrote: >> Tianwei <tianwei.sheng at gmail.com> writes: >>> someone suggested me to use gold-plugin, I know nothing about it yet, I will >>> have a try later. Does anyone have a good solution for this problem? >> Afaik gold does not help here. I tried it and managed to only generate &gt...
2009 Oct 30
0
[LLVMdev] strace for whole-program bitcodes
...<terence.p.kelly at hp.com>; <llvmdev at cs.uiuc.edu> Sent: Thursday, October 15, 2009 8:38 PM Subject: Re: [LLVMdev] strace for whole-program bitcodes Daniel Dunbar wrote: > On Thu, Oct 15, 2009 at 7:14 AM, Timo Juhani Lindfors > <timo.lindfors at iki.fi> wrote: >> Tianwei <tianwei.sheng at gmail.com> writes: >>> someone suggested me to use gold-plugin, I know nothing about it yet, I will >>> have a try later. Does anyone have a good solution for this problem? >> Afaik gold does not help here. I tried it and managed to only generate >...
2009 Oct 15
0
[LLVMdev] strace for whole-program bitcodes (was: RE: building whole-program bitcode with LLVM)
...ent '-g3'. Try: 'llvm-ld --help' llvm-ld: Unknown command line argument '-rdynamic'. Try: 'llvm-ld --help' someone suggested me to use gold-plugin, I know nothing about it yet, I will have a try later. Does anyone have a good solution for this problem? Thanks. Tianwei On Fri, Oct 9, 2009 at 6:26 AM, Kelly, Terence P (HP Labs Researcher) < terence.p.kelly at hp.com> wrote: > > Hi, > > It would be nice if it were easier for relative > novices to build whole-program bitcodes for > large, complex applications with hairy build > systems....
2013 Jan 07
1
how to use libvirt
..../configure make sudo make After that I run the program in the development guide. But it seems that the program is stuck in the function of virConnectOpenReadOnly. When I tried the command: virsh list --all, it is also stuck. So could anyone tell me what's wrong with this? Thank you so much Tianwei Zhang -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://listman.redhat.com/archives/libvirt-users/attachments/20130106/1de9bd62/attachment.htm>
2009 Oct 08
5
[LLVMdev] strace for whole-program bitcodes (was: RE: building whole-program bitcode with LLVM)
Hi, It would be nice if it were easier for relative novices to build whole-program bitcodes for large, complex applications with hairy build systems. Several readers of this list have been trying various approaches for a few months but as far as I know we haven't yet found a good general solution. Approaches that have been tried include 1) placing wrappers for the usual tools (gcc, ar, as,
2007 Sep 05
0
[LLVMdev] how to compile several files at ipa level using LLVM?
...ant to know what's the standard process to compile programs at inter-procedural level? for example, how can I write the config file in SPEC CPU2000 if I want to compile them at "-O3 -ipo", is there any way as intel compiler did? or is there any document for this? thanks very much. tianwei -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20070905/c2b58caf/attachment.html>
2007 Nov 23
0
[LLVMdev] how to dump a Instruction in gdb?
...following instruction: %i = alloca i32, align 4 ; <i32*> [#uses=2] the following isa is true: isa<PointerType>(II->getType()) is that the type of a instruction is decided by the type of the result operand? and it has nothing to do with the opcode for a instruction? thanks. tianwei -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20071123/7dc76e19/attachment.html>