search for: glanzman

Displaying 2 results from an estimated 2 matches for "glanzman".

Did you mean: glanzmann
2014 Jun 11
3
[LLVMdev] How do clang & clang++ choose function names for LLVM IR?
...them (_Z9function1v, _Z9function2v etc.) which doesn't make for a very pretty graph. Why are these extra characters added when going to IR from C++, but not C? I'm interested in what they're for and if there's anyway to avoid them for the sake of making nice graphs. Thanks, David Glanzman -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20140611/9af8f589/attachment.html>
2014 Jul 23
2
[LLVMdev] Adding custom #pragma for clang
I'd like to add a custom #pragma directive in clang for research purposes. I'm familiar with the LLVM pass-writing interface but new to the rest of LLVM and clang. I've looked into Simone Pellegrini's work on a #pragma interface (https://github.com/motonacciu/clomp and http://llvm.org/devmtg/2013-04/pellegrini-slides.pdf), but I'm in no position to determine if this approach