forked from iains/gcc-14-branch
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
From-SVN: r202980
- Loading branch information
Showing
12 changed files
with
123 additions
and
63 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,24 @@ | ||
2013-09-27 Xinliang David Li <[email protected]> | ||
|
||
* opts.c (finish_options): Adjust parameters | ||
according to vect cost model. | ||
(common_handle_option): Set dynamic vect cost | ||
model for FDO. | ||
targhooks.c (default_add_stmt_cost): Compute stmt cost | ||
unconditionally. | ||
* tree-vect-loop.c (vect_estimate_min_profitable_iters): | ||
Use helper function. | ||
* tree-vectorizer.h (unlimited_cost_model): New function. | ||
* tree-vect-slp.c (vect_slp_analyze_bb_1): Use helper function. | ||
* tree-vect-data-refs.c (vect_peeling_hash_insert): Use helper | ||
function. | ||
(vect_enhance_data_refs_alignment): Ditto. | ||
* flag-types.h: New enum. | ||
* common/config/i386/i386-common.c (ix86_option_init_struct): | ||
No need to initialize vect_cost_model flag. | ||
* config/i386/i386.c (ix86_add_stmt_cost): Compute stmt cost | ||
unconditionally. | ||
|
||
2013-09-27 Diego Novillo <[email protected]> | ||
|
||
* gimple.h (enum ssa_mode): Remove. | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters