Displaying 5 results from an estimated 5 matches for "97812".
Did you mean:
7812
2010 Mar 12
2
[LLVMdev] [PATCH] Before/After IR Dumps
David Greene wrote:
> Here's a rework using PassManager as Chris suggested. Comments?
Tried this second patch with the svn version 97812 (the one the patch is
made against), but it doesn't compile:
"llvm/include/llvm/Pass.h:127: Error: expected unqualified-id before "&"
token"
Seems raw_ostream is forward declared but not defined (adding a missing
#include fixed that).
But the file MachineFunctionPrin...
2010 Mar 12
0
[LLVMdev] [PATCH] Before/After IR Dumps
On Friday 12 March 2010 08:13:05 Kalle Raiskila wrote:
> David Greene wrote:
> > Here's a rework using PassManager as Chris suggested. Comments?
>
> Tried this second patch with the svn version 97812 (the one the patch is
> made against), but it doesn't compile:
> "llvm/include/llvm/Pass.h:127: Error: expected unqualified-id before "&"
> token"
> Seems raw_ostream is forward declared but not defined (adding a missing
> #include fixed that).
It shouldn...
2010 Mar 08
0
[LLVMdev] [PATCH] Before/After IR Dumps
On Thursday 04 March 2010 09:28:22 David Greene wrote:
> I'm happy to revisit design decisions if you let me know what you want to
> see changed.
Here's a rework using PassManager as Chris suggested. Comments?
-Dave
-------------- next part --------------
A non-text attachment was scrubbed...
Name: clang-beforeafter.patch
Type:
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
> >
2010 Mar 14
3
[LLVMdev] [PATCH] Before/After IR Dumps
On Mar 12, 2010, at 8:10 AM, David Greene wrote:
> On Friday 12 March 2010 08:13:05 Kalle Raiskila wrote:
>> David Greene wrote:
>>> Here's a rework using PassManager as Chris suggested. Comments?
>>
>> Tried this second patch with the svn version 97812 (the one the patch is
>> made against), but it doesn't compile:
>> "llvm/include/llvm/Pass.h:127: Error: expected unqualified-id before "&"
>> token"
>> Seems raw_ostream is forward declared but not defined (adding a missing
>> #include fixe...