* cosmetic
4 lines of code changed in 1 file:
* mention several global loop-toggles.
5 lines of code changed in 1 file:
* mark refused loop optimizations as irrelevant.
3 lines of code changed in 4 files:
* always dump missed loop vectorizations.
* if gcc regards a loop optimization as "too expensive", source requires IRRELEVANT_LOOP-comment
=> this revision fails compilation with 9.x series.
20 lines of code changed in 2 files:
* search case insensitive when looking for vectorization messages.
* forward "clobbers memory" messages.
21 lines of code changed in 1 file:
* fix cflags substitutions done for GDE:
- include trailing space
- using sth like {{{-fopt-info-vec-optimized}}} resulted in {{{-optimized}}} => compile failed e.g. for PHYLIP
5 lines of code changed in 1 file:
* document vectorizations failing with gcc 9.2.
* document vectorizations refused as "not worthwhile" by gcc 9.2.
* cannot check loop vectorization in header (seq.h).
8 lines of code changed in 7 files:
* fix markers for keeled groups:
- fixed failing assertion
- now also caches keeled groups (with size>1)
3 lines of code changed in 1 file:
* accept gcc 9.2.0
1 lines of code changed in 1 file: