Re: plugin hooks for plugin-provided builtins?

2010-09-14 Thread Marcus G. Daniels
> The GCC middle end use is for me mandatory (since it is contractual). I > am expecting to work on Gimple to OpenCL translation, whatever that > means. The saling point it that starting from GCC & gimple gives the > hypothetical enduser all the power of GCC. Given the current limitations of Gimp

Re: loading output of -fdump-tree-original-raw

2010-05-27 Thread Marcus G. Daniels
Andrew Pinski wrote: How about doing a plugin instead? I took a peek at the Treehydra plugin from Mozilla that does pre-GENERIC for C++. That looks like it would work, but we're concerned with Fortran, and indeed would like to preserve things like Fortran array-level operators. The GENERI

loading output of -fdump-tree-original-raw

2010-05-27 Thread Marcus G. Daniels
Hi all, For the purposes of static analysis, can the output of -fdump-tree-original-raw complete for reconstructing GENERIC data? Packages like treehydra are intriguing, but they aren't complete, for example, for Fortran. Thanks, Marcus Daniels