
LLVM
henpat
这个作者很懒,什么都没留下…
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
LLVM pass manager debugging
I changed one FunctionPass into ModulePass. I met one problem, which only occured when running program directly. In other words, when I try to use GDB to debug, it did not happen. So I could only use原创 2013-03-22 13:30:19 · 1321 阅读 · 0 评论 -
llvm runtime analysis
transform -time-passes -info-output-file tmp $passes $input -o $output -fFile lib/Support/Timer.cpp原创 2011-07-20 14:01:23 · 555 阅读 · 0 评论