search for: 0405b928

Displaying 3 results from an estimated 3 matches for "0405b928".

2018 Mar 07
0
Commit module to Git after each Pass
On 6 March 2018 at 18:43, Alexandre Isoard via llvm-dev <llvm-dev at lists.llvm.org> wrote: > Hello, > > I had a stupid idea recently that turned out not so stupid after all. I > wanted to be able to "see" an entire pass pipeline in action to find > unnecessary transformations and/or missed opportunities and generally > improve the debug-ability of LLVM. > >
2018 Mar 07
2
Commit module to Git after each Pass
...r through > a script that parses the output of -print-after-all in order to create > the desired files+commits. > > Best, > > Alex > -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20180307/0405b928/attachment.html>
2018 Mar 06
6
Commit module to Git after each Pass
Hello, I had a stupid idea recently that turned out not so stupid after all. I wanted to be able to "see" an entire pass pipeline in action to find unnecessary transformations and/or missed opportunities and generally improve the debug-ability of LLVM. So as the title suggest, I implemented an equivalent of "-print-after-all" but instead of printing into stdout I dump into a