search for: f24c71b7

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

2010 Mar 08
0
[LLVMdev] [PATCH] Before/After IR Dumps
...d. Comments? -Dave -------------- next part -------------- A non-text attachment was scrubbed... Name: clang-beforeafter.patch Type: text/x-patch Size: 605 bytes Desc: not available URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20100308/f24c71b7/attachment.bin> -------------- next part -------------- A non-text attachment was scrubbed... Name: llvm-beforeafter.patch Type: text/x-patch Size: 20028 bytes Desc: not available URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20100308/f24c71b7/attachment-0001.bin> ------------...
2010 Mar 04
6
[LLVMdev] [PATCH] Before/After IR Dumps
On Thursday 04 March 2010 01:54:55 Chris Lattner wrote: > On Mar 2, 2010, at 1:45 PM, David Greene wrote: > > This set of patches adds support for dumping IR before or after specified > > Passes. It adds the following command-line options: > > > > -print-before=<pass-option> > > -print-after=<pass-option> > > -print-before-all > >