search for: jiading

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

Did you mean: binding
2014 Jan 17
2
[LLVMdev] Do all user-written passes have to be run through a PassManager object (called from outside the LLVM infrastructure)?
...y also answer the question "Why is the code this way". This visibility can improve understanding and that is likely to improve quality as more developers are better informed. ________________________________________ From: Criswell, John T Sent: Thursday, January 16, 2014 1:29 PM To: Gai, Jiading; llvmdev at cs.uiuc.edu Subject: Re: [LLVMdev] Do all user-written passes have to be run through a PassManager object (called from outside the LLVM infrastructure)? On 1/16/14 11:44 AM, Gai, Jiading wrote: > I have written several passes that have no pre-requisites for any > previous LLVM na...
2014 Jan 13
2
[LLVMdev] How to print a list of used LLVM APIs in a given open source project?
Hi, Assume there's an open source compiler implementation based on LLVM/Clang. What is the neatest way to print a list of LLVM APIs used in that open source project? Thanks. Best, Jiading
2020 Mar 03
2
Has the work in this talk been pushed: "Better C++ debugging using Clang Modules in LLDB"?
...member functions not recognizable in a debugging session. I am wondering if the work has been pushed to master; also if it's pushed but not enabled by default yet, is there a flag I can use to turn on the expression evaluator using Clang modules. Thanks a lot for the great work. Best Regards, Jiading -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20200302/e698daca/attachment.html>
2014 Jan 16
3
[LLVMdev] Do all user-written passes have to be run through a PassManager object (called from outside the LLVM infrastructure)?
I have written several passes that have no pre-requisites for any previous LLVM native passes prior to my own. For those passes, I have verified that at least the following two approaches are equivalent in terms of executing those self-written passes and getting the correct results: #if METHOD_1 PassManager PM;
2013 Dec 20
1
[LLVMdev] `MDNode *getLoopID () const` missing from LoopInfo.h
Hi, The getLoopID method was missing from LLVM 3.3's LoopInfo.h. But the latest documentation has it ... probably the documentation is lagging behind in the update? Gai
2013 Dec 20
0
[LLVMdev] `MDNode *getLoopID () const` missing from LoopInfo.h
Hi, The getLoopID method was missing from LLVM 3.3's LoopInfo.h. But the latest documentation has it ... probably the documentation is lagging behind in the update? Gai