search for: eveson

Displaying 4 results from an estimated 4 matches for "eveson".

2017 Aug 31
7
[RFC] Function stack size section.
...pairs of function symbol references (8 byte) and stack sizes (unsigned LEB128). We would like to upstream this change as a PS4 only modification, or as a more general cross platform one. Would people be interested in (or happy with) such a patch, target specific or otherwise? Thanks, Sean Eveson SN Systems - Sony Interactive Entertainment -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20170831/71b43c08/attachment.html>
2017 Sep 21
1
[llvm-cov] Single file HTML output when filtering on function names.
...g the function coverage for each filtered function from the same file, and then checking if the line segment can be found in any of those. I was wondering if you can think of a better way of mapping from lines to functions or if you might have something else in mind? Thanks for your help, Sean Eveson SN Systems - Sony Interactive Entertainment On Wed, Sep 20, 2017 at 6:23 PM, Vedant Kumar <vsk at apple.com> wrote: > > On Sep 20, 2017, at 7:08 AM, Sean Eveson via llvm-dev < > llvm-dev at lists.llvm.org> wrote: > > Hi All, > > > Normally when producing HTML w...
2017 Sep 20
2
[llvm-cov] Single file HTML output when filtering on function names.
...the full directory structure when you have a large number of functions in your filter (using -name-regex or -name-whitelist). Could we put the single file HTML output behind an option and produce the full structure by default when using the -name* options. What do people think? Thanks, Sean Eveson SN Systems - Sony Interactive Entertainment -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20170920/0c241f5b/attachment.html>
2017 Sep 20
0
[llvm-cov] Single file HTML output when filtering on function names.
> On Sep 20, 2017, at 7:08 AM, Sean Eveson via llvm-dev <llvm-dev at lists.llvm.org> wrote: > > Hi All, > > > Normally when producing HTML with llvm-cov you get an index.html file and a directory structure containing .html files corresponding to source files. > > > Currently when using any of the -name*=...