The command line flag -polly-annotate-alias-scopes controls whether or not Polly annotates alias scopes in the new SCoP. This can improve later optimizations as the new SCoP is basically an alias free environment for them.
[Refactor] Rename LoopAnnotator to ScopAnnotator
The LoopAnnotator doesn't annotate only loops any more, thus it is called ScopAnnotator from now on. This also removes unnecessary polly:: namespace tags.