aboutsummaryrefslogtreecommitdiff
path: root/gcc/timevar.def
diff options
context:
space:
mode:
authorSriraman Tallam <tmsriram@google.com>2010-05-12 21:15:19 +0000
committerSriraman Tallam <tmsriram@gcc.gnu.org>2010-05-12 21:15:19 +0000
commit87a0ebfd203382a034b76c3a087d310908005454 (patch)
tree837e3d3fd54b1faaeb2e9d27366cb2d163dda50b /gcc/timevar.def
parent01f0a9dcccaf952ac7b4fe9ce45fef92bc3ea362 (diff)
downloadgcc-87a0ebfd203382a034b76c3a087d310908005454.zip
gcc-87a0ebfd203382a034b76c3a087d310908005454.tar.gz
gcc-87a0ebfd203382a034b76c3a087d310908005454.tar.bz2
implicit-zee.c: New file.
* implicit-zee.c: New file. * tree-pass.h (pass_implicit_zee): Declare. * passes.c (init_optimization_passes): Add zee pass. * common.opt (fzee): New flag. * timevar.def (TV_ZEE): Define. * config/i386/i386.c (optimization_options): Turn on ZEE for level 2 and beyond. * Makefile.in (implicit-zee.o): Add new build file. * gcc.target/i386/zee.c: New file. From-SVN: r159342
Diffstat (limited to 'gcc/timevar.def')
-rw-r--r--gcc/timevar.def4
1 files changed, 3 insertions, 1 deletions
diff --git a/gcc/timevar.def b/gcc/timevar.def
index e9ec455..2a124e6 100644
--- a/gcc/timevar.def
+++ b/gcc/timevar.def
@@ -1,6 +1,7 @@
/* This file contains the definitions for timing variables used to
measure run-time performance of the compiler.
- Copyright (C) 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008
+ Copyright (C) 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008,
+ 2009, 2010
Free Software Foundation, Inc.
Contributed by Alex Samuel <samuel@codesourcery.com>
@@ -207,6 +208,7 @@ DEFTIMEVAR (TV_RELOAD , "reload")
DEFTIMEVAR (TV_RELOAD_CSE_REGS , "reload CSE regs")
DEFTIMEVAR (TV_SEQABSTR , "sequence abstraction")
DEFTIMEVAR (TV_GCSE_AFTER_RELOAD , "load CSE after reload")
+DEFTIMEVAR (TV_ZEE , "zee")
DEFTIMEVAR (TV_THREAD_PROLOGUE_AND_EPILOGUE, "thread pro- & epilogue")
DEFTIMEVAR (TV_IFCVT2 , "if-conversion 2")
DEFTIMEVAR (TV_COMBINE_STACK_ADJUST , "combine stack adjustments")