This is the mail archive of the gcc-testresults@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: [graphite] Regression testing on 2009_08_05_16_40_01


16:40 => Start run 2009_08_05_16_40_01
16:40 => SVN update
16:40 => Updated to:
http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=150503
------------------------------------------------------------------------
r150503 | spop | 2009-08-05 16:37:49 -0500 (Wed, 05 Aug 2009) | 15 lines

Recompute profile after Graphite.

2009-08-05  Sebastian Pop  <sebastian.pop@amd.com>

	* Makefile.in (graphite.o): Depends on PREDICT_H.
	* graphite.c: Include predict.h.
	(graphite_finalize): Call tree_estimate_probability.
	* predict.c (predict_loops): Do not call scev_initialize and
	scev_finalize.
	(tree_estimate_probability_bb): New.
	(tree_estimate_probability): Do not initialize loops: move that
	code to the driver.  Call tree_estimate_probability_bb.
	(tree_estimate_probability_driver): New.
	(pass_profile): Use tree_estimate_probability_driver.
	* predict.h (tree_estimate_probability): Declared.
------------------------------------------------------------------------
16:40 => Configure
16:40 => Build
17:03 => Install to /home/seb/daily_builds/install/2009_08_05_16_40_01
17:03 => Run extra tests


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]