GLSL compiler feedback

Hi all!

I’d like to have some more compiler feedback from the GLSL compiler. Ok, there’s glGetInfoLog. But this funtions returns a string and each vendor is able to set this string to something completely different.
What I’d like to have is for example a flag which tells me if the shader can be executed in hardware or if it runs in software.

What do you think about that?