search for: 8f7fda77

Displaying 3 results from an estimated 3 matches for "8f7fda77".

2008 Jun 03
1
[LLVMdev] want to use CallGraph Pass in llc
...t using the builtin opt / llc / etc, right? Gr. Matthijs -------------- next part -------------- A non-text attachment was scrubbed... Name: signature.asc Type: application/pgp-signature Size: 189 bytes Desc: Digital signature URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20080603/8f7fda77/attachment.sig>
2008 Jun 02
0
[LLVMdev] want to use CallGraph Pass in llc
Paul, On Jun 2, 2008, at 12:38 AM, Paul Arndt wrote: > Hi all, > > the CallGraph pass is only available in opt. Is there any > substantial reason > for that? Or is it only because it seems not to be useful for llc? No, that's not true. > I want to use it in an backend that is derived from the CBackend. I > need the > information what functions are called in
2008 Jun 02
2
[LLVMdev] want to use CallGraph Pass in llc
Hi all, the CallGraph pass is only available in opt. Is there any substantial reason for that? Or is it only because it seems not to be useful for llc? I want to use it in an backend that is derived from the CBackend. I need the information what functions are called in every other function to build communication struktures between the functions. The backend is generating VHDL from C code.