aboutsummaryrefslogtreecommitdiff
path: root/gcc/common.opt
diff options
context:
space:
mode:
authorSebastian Pop <sebastian.pop@amd.com>2009-08-12 14:18:17 +0000
committerSebastian Pop <spop@gcc.gnu.org>2009-08-12 14:18:17 +0000
commit87d4d0ee2504d5350b1b355366cff7ea095b10fc (patch)
tree6b171a09f1f0e1fe21c1ad4c5fc567c8569f70fe /gcc/common.opt
parent4c7af939453060ac5129e08c7a527556500620b6 (diff)
downloadgcc-87d4d0ee2504d5350b1b355366cff7ea095b10fc.zip
gcc-87d4d0ee2504d5350b1b355366cff7ea095b10fc.tar.gz
gcc-87d4d0ee2504d5350b1b355366cff7ea095b10fc.tar.bz2
Measure time spent in DD analysis and in code gen.
2009-08-05 Sebastian Pop <sebastian.pop@amd.com> * graphite-clast-to-gimple.c (gloog): Add time to TV_GRAPHITE_CODE_GEN. * graphite-dependences.c (graphite_legal_transform): Add time to TV_GRAPHITE_DATA_DEPS. (dependency_between_pbbs_p): Same. * timevar.def (TV_GRAPHITE_DATA_DEPS, TV_GRAPHITE_CODE_GEN): New. From-SVN: r150683
Diffstat (limited to 'gcc/common.opt')
-rw-r--r--gcc/common.opt2
1 files changed, 0 insertions, 2 deletions
diff --git a/gcc/common.opt b/gcc/common.opt
index d8507d1..133bc52 100644
--- a/gcc/common.opt
+++ b/gcc/common.opt
@@ -571,12 +571,10 @@ fgraphite
Common Report Var(flag_graphite)
Enable in and out of Graphite representation
-; This option is not documented as it does not perform any useful optimization.
fgraphite-identity
Common Report Var(flag_graphite_identity) Optimization
Enable Graphite Identity transformation
-; This option is not documented as it will be removed
floop-parallelize-all
Common Report Var(flag_loop_parallelize_all) Optimization
Mark all loops as parallel