search for: tsinghua

Displaying 20 results from an estimated 152 matches for "tsinghua".

2020 May 12
4
bug report on mem2reg
...rticular case. When I ran opt -mem2reg -basicaa -scalar-evolution -loops -da -analyze opts.ll, it collapsed. While without mem2reg option, it runs well. so I guess it has something to do with mem2reg. The relative files have been affixed, please check them for me. Thanks in advance. liubaosen at tsinghua.edu.cn -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20200512/68d21aef/attachment-0001.html> -------------- next part -------------- A non-text attachment was scrubbed... Name: opts.c Type: application/oct...
2012 Nov 27
1
[LLVMdev] How to enable c++11 in a llvm project?
...ct, please? >> >> Thank you. >> Miangliang. >> >> [1] I get the detailed options building my project using 'make VERBOSE=1' >> -- >> Mingliang LIU (刘明亮 in Chinese) >> >> PACMAN Group, Dept. of Computer Science & Technology >> Tsinghua University, Beijing 100084, China >> Email: liuml07 at mails.tsinghua.edu.cn >> Homepage: http://pacman.cs.tsinghua.edu.cn/~liuml07/ >> >> > > > -- > Mingliang LIU (刘明亮 in Chinese) > > PACMAN Group, Dept. of Computer Science & Technology > Tsinghua...
2012 Nov 26
2
[LLVMdev] How to enable c++11 in a llvm project?
...d=c++" option[1]. Could anyone kindly show me how to enable C++11 in a LLVM project, please? Thank you. Miangliang. [1] I get the detailed options building my project using 'make VERBOSE=1' -- Mingliang LIU (刘明亮 in Chinese) PACMAN Group, Dept. of Computer Science & Technology Tsinghua University, Beijing 100084, China Email: liuml07 at mails.tsinghua.edu.cn Homepage: http://pacman.cs.tsinghua.edu.cn/~liuml07/ -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20121126/9573e711/attachment.html&g...
2012 Nov 27
0
[LLVMdev] How to enable c++11 in a llvm project?
...w me how to enable C++11 in a LLVM project, please? > > Thank you. > Miangliang. > > [1] I get the detailed options building my project using 'make VERBOSE=1' > -- > Mingliang LIU (刘明亮 in Chinese) > > PACMAN Group, Dept. of Computer Science & Technology > Tsinghua University, Beijing 100084, China > Email: liuml07 at mails.tsinghua.edu.cn > Homepage: http://pacman.cs.tsinghua.edu.cn/~liuml07/ > > -- Mingliang LIU (刘明亮 in Chinese) PACMAN Group, Dept. of Computer Science & Technology Tsinghua University, Beijing 100084, China Email: liuml0...
2012 Dec 19
0
[LLVMdev] Can't compile Dragonegg
...uc.edu> http://llvm.cs.uiuc.edu > http://lists.cs.uiuc.edu/__mailman/listinfo/llvmdev > <http://lists.cs.uiuc.edu/mailman/listinfo/llvmdev> > > > > > -- > Mingliang LIU (刘明亮 in Chinese) > > PACMAN Group, Dept. of Computer Science & Technology > Tsinghua University, Beijing 100084, China > Email: liuml07 at mails.tsinghua.edu.cn <mailto:liuml07 at mails.tsinghua.edu.cn> > Homepage: http://pacman.cs.tsinghua.edu.cn/~liuml07/ > <http://pacman.cs.tsinghua.edu.cn/%7Eliuml07> > > > > _____________________________________...
2012 Dec 19
2
[LLVMdev] Can't compile Dragonegg
...Developers mailing list > LLVMdev at cs.uiuc.edu http://llvm.cs.uiuc.edu > http://lists.cs.uiuc.edu/**mailman/listinfo/llvmdev<http://lists.cs.uiuc.edu/mailman/listinfo/llvmdev> > -- Mingliang LIU (刘明亮 in Chinese) PACMAN Group, Dept. of Computer Science & Technology Tsinghua University, Beijing 100084, China Email: liuml07 at mails.tsinghua.edu.cn Homepage: http://pacman.cs.tsinghua.edu.cn/~liuml07/ -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20121219/c7ca9cec/attachment.html&g...
2012 Dec 05
2
[LLVMdev] How to enable cbe as a supported target?
...a supported target. Nevertheless, I tried to enable it explicitly: $ ../configure --enable-targets=cbe It occurred the error: "*configure: error: Unrecognized target cbe*" Any clue? Thank you. -- Mingliang LIU (刘明亮 in Chinese) PACMAN Group, Dept. of Computer Science & Technology Tsinghua University, Beijing 100084, China Email: liuml07 at mails.tsinghua.edu.cn Homepage: http://pacman.cs.tsinghua.edu.cn/~liuml07/ -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20121206/c2da53a2/attachment.html&g...
2013 Apr 12
3
[LLVMdev] The line number range of a function in source code level
...instructions reversely and the first one who has attached metadata should be treated as the end of the function. Unfortunately, there is no reverse iterator of a function. Any idea? Thank you very much! -- Mingliang LIU (刘明亮 in Chinese) PACMAN Group, Dept. of Computer Science & Technology Tsinghua University, Beijing 100084, China Email: liuml07 at mails.tsinghua.edu.cn Homepage: http://pacman.cs.tsinghua.edu.cn/~liuml07/ -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20130412/114b2250/attachment.html&g...
2013 Apr 12
0
[LLVMdev] The line number range of a function in source code level
...good idea to modify the front-end to generate meta-data that marks the line number of the end of the function. -- John T. > > Any idea? > > Thank you very much! > > -- > Mingliang LIU (??? in Chinese) > > PACMAN Group, Dept. of Computer Science & Technology > Tsinghua University, Beijing 100084, China > Email: liuml07 at mails.tsinghua.edu.cn > <mailto:liuml07 at mails.tsinghua.edu.cn> > Homepage: http://pacman.cs.tsinghua.edu.cn/~liuml07/ > <http://pacman.cs.tsinghua.edu.cn/%7Eliuml07> > > > ___________________________________...
2012 Dec 05
0
[LLVMdev] How to enable cbe as a supported target?
...t > explicitly: > $ ../configure --enable-targets=cbe > It occurred the error: "configure: error: Unrecognized target cbe" > > Any clue? > > Thank you. > -- > Mingliang LIU (刘明亮 in Chinese) > > PACMAN Group, Dept. of Computer Science & Technology > Tsinghua University, Beijing 100084, China > Email: liuml07 at mails.tsinghua.edu.cn > Homepage: http://pacman.cs.tsinghua.edu.cn/~liuml07/ > > > _______________________________________________ > LLVM Developers mailing list > LLVMdev at cs.uiuc.edu http://llvm.cs.uiuc.edu >...
2013 Mar 17
2
[LLVMdev] How to slice the source code?
...D in Fortran) and delete them. I'd like to know if there is an LLVM way to do this. Any idea? Thank you! [1] http://en.wikipedia.org/wiki/Program_slicing [2] http://dl.acm.org/citation.cfm?id=802557 -- Mingliang LIU (刘明亮 in Chinese) PACMAN Group, Dept. of Computer Science & Technology Tsinghua University, Beijing 100084, China Email: liuml07 at mails.tsinghua.edu.cn Homepage: http://pacman.cs.tsinghua.edu.cn/~liuml07/ -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20130318/ba0f2a42/attachment.html&g...
2013 Mar 26
0
[LLVMdev] How to slice the source code?
...> is an LLVM way to do this. > > Any idea? > > Thank you! > > [1] http://en.wikipedia.org/wiki/Program_slicing > [2] http://dl.acm.org/citation.cfm?id=802557 > -- > Mingliang LIU (刘明亮 in Chinese) > > PACMAN Group, Dept. of Computer Science & Technology > Tsinghua University, Beijing 100084, China > Email: liuml07 at mails.tsinghua.edu.cn > Homepage: http://pacman.cs.tsinghua.edu.cn/~liuml07/ > > _______________________________________________ > LLVM Developers mailing list > LLVMdev at cs.uiuc.edu http://llvm.cs.uiuc.edu > http:...
2013 Sep 11
2
[LLVMdev] Dynamic Analysis
Dear John, Now, I want to do dynamic analysis by dynamic slicing based on LLVM. I just see that you have implemented dynamic slicing for LLVM. I also check the Giri project, and I don't find the code. I hope I can learn something from your code. I am very appreciated if you can tell me how to get the code or send me one copy. Thank you very much! Pengfei -- View this message in context:
2012 Nov 17
2
[LLVMdev] Interprocedural slicing using LLVM
..._______________________________________________ > LLVM Developers mailing list > LLVMdev at cs.uiuc.edu http://llvm.cs.uiuc.edu > http://lists.cs.uiuc.edu/mailman/listinfo/llvmdev > -- Mingliang LIU (刘明亮 in Chinese) PACMAN Group, Dept. of Computer Science & Technology Tsinghua University, Beijing 100084, China Email: liuml07 at mails.tsinghua.edu.cn Homepage: http://pacman.cs.tsinghua.edu.cn/~liuml07/ -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20121117/bbb47391/attachment.html&g...
2012 Dec 06
2
[LLVMdev] How to enable cbe as a supported target?
...rgets=cbe > > It occurred the error: "configure: error: Unrecognized target cbe" > > > > Any clue? > > > > Thank you. > > -- > > Mingliang LIU (刘明亮 in Chinese) > > > > PACMAN Group, Dept. of Computer Science & Technology > > Tsinghua University, Beijing 100084, China > > Email: liuml07 at mails.tsinghua.edu.cn > > Homepage: http://pacman.cs.tsinghua.edu.cn/~liuml07/ > > > > > > _______________________________________________ > > LLVM Developers mailing list > > LLVMdev at cs.uiuc.edu...
2013 Sep 19
0
[LLVMdev] Dynamic Analysis
...;> LLVM Developers mailing list >> LLVMdev at cs.uiuc.edu http://llvm.cs.uiuc.edu >> http://lists.cs.uiuc.edu/mailman/listinfo/llvmdev >> > > > > -- > Mingliang LIU (刘明亮 in Chinese) > > PACMAN Group, Dept. of Computer Science & Technology > Tsinghua University, Beijing 100084, China > Email: liuml07 at mails.tsinghua.edu.cn > Homepage: http://pacman.cs.tsinghua.edu.cn/~liuml07/ > > > -- Mingliang LIU (刘明亮 in Chinese) PACMAN Group, Dept. of Computer Science & Technology Tsinghua University, Beijing 100084, China Email: l...
2012 Nov 20
0
[LLVMdev] Interprocedural slicing using LLVM
...at the code be licensed under the University of Illinois open source >> license (the BSD-style license that LLVM uses). >> >> -- John T. >> >> > > > -- > Mingliang LIU (刘明亮 in Chinese) > > PACMAN Group, Dept. of Computer Science & Technology > Tsinghua University, Beijing 100084, China > Email: liuml07 at mails.tsinghua.edu.cn > Homepage: http://pacman.cs.tsinghua.edu.cn/~liuml07/ > > -- Mingliang LIU (刘明亮 in Chinese) PACMAN Group, Dept. of Computer Science & Technology Tsinghua University, Beijing 100084, China Email: liuml0...
2007 May 21
4
How to compare linear models with intercept and those without intercept using minimizing adjs R^2 strategy
...djr2),] 1 2 3 4 TRUE TRUE TRUE FALSE Actually, I use the definition of R-square in which the model is without a intercept term. Is what I am doing is correct? Thanks for any suggestion or correction. -- Junjie Li, klijunjie@gmail.com Undergranduate in DEP of Tsinghua University, [[alternative HTML version deleted]]
2012 Apr 12
2
[LLVMdev] How to compile a linux module into .bc file using clang or llvm command?
...---------- 2012-04-12 ------------------------------------------------------------------------------------------------------ Name: 甄凯(ZhenKai) Homepage:http://www.renren.com/262729393 Email: zhenkaixd at 126.com or 846227103 at qq.com TEL: 15810729006(Beijing) Address: Room I-406, Central Building, Tsinghua University, Beijing, China. 100084. At 2012-04-11 23:48:07,"John Criswell" <criswell at illinois.edu> wrote: On 4/10/12 10:11 PM, 15102925731 wrote: It's actually is .c file. I just want firstly to compile helloworldmodule.c into helloworldmodule.bc. Then I run a LLVM pass on i...
2013 Apr 27
1
[LLVMdev] GSoC Proposal: Inter-Procedure Program Slicing in LLVM
Hi all, This is a GSoC 2013 proposal for LLVM project. Please see the formatted version at here: http://pacman.cs.tsinghua.edu.cn/~liuml07/files/gsoc2013-proposal-program-slicing.pdf Program slicing has been used in many applications, the criteria of which is a pair of statement and variables. I would like to write an inter-procedural program slicing pass in LLVM, which is able to calculate C program slices of source...