[LLVMdev] Instrument examples

zhouxu(NUDT) zhouxuzhu1985 at gmail.com
Thu Nov 3 21:32:15 PDT 2011


>
>
> First, have you read the Language Reference Manual, the Programmer's
> Manual, and the How to Write an LLVM Pass manual at http://llvm.org/docs?
> Those are pretty much required reading for staring to learn how to write
> LLVM transform passes.
>

 I have read the docs, and I am concerning about coding. What I need is
something like the API reference of LLVM. And I cannot find such docs.


> There are, of course, numerous examples in LLVM itself (in
> lib/Transforms), too, although I'm not sure which passes are going to be
> small and trivial (maybe the profiling instrumentation passes).
>
> I think the code example in Transforms/Instrumentation is much helpful. It
is simple and understandable for a beginner.

Thanks!

-- 
zhouxu
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20111104/d4eb4c2c/attachment.html>


More information about the llvm-dev mailing list