|
| 1 | +2015-07-18 Sebastian Pop < [email protected]> |
| 2 | + |
| 3 | + PR middle-end/46851 |
| 4 | + PR middle-end/60340 |
| 5 | + * Makefile.in: Removed omega.o. |
| 6 | + * common.opt: Document flag fcheck-data-deps as deprecated. |
| 7 | + * doc/invoke.texi: Remove documentation for fcheck-data-deps and |
| 8 | + its associated params: omega-max-vars, omega-max-geqs, |
| 9 | + omega-max-eqs, omega-max-wild-cards, omega-hash-table-size, |
| 10 | + omega-max-keys, omega-eliminate-redundant-constraints. |
| 11 | + * doc/loop.texi: Remove all the section on Omega. |
| 12 | + * graphite-blocking.c: Include missing params.h: it used to be |
| 13 | + included through tree-data-ref.h and omega.h. |
| 14 | + * graphite-isl-ast-to-gimple.c: Same. |
| 15 | + * graphite-optimize-isl.c: Same. |
| 16 | + * graphite-sese-to-poly.c: Same. |
| 17 | + * graphite.c: Same. |
| 18 | + * omega.c: Remove. |
| 19 | + * omega.h: Remove. |
| 20 | + * params.def: Removed PARAM_OMEGA_MAX_VARS, PARAM_OMEGA_MAX_GEQS, |
| 21 | + PARAM_OMEGA_MAX_EQS, PARAM_OMEGA_MAX_WILD_CARDS, |
| 22 | + PARAM_OMEGA_HASH_TABLE_SIZE, PARAM_OMEGA_MAX_KEYS, and |
| 23 | + PARAM_OMEGA_ELIMINATE_REDUNDANT_CONSTRAINTS. |
| 24 | + * passes.def: Remove pass_check_data_deps. |
| 25 | + * tree-data-ref.c (dump_affine_function): Declare DEBUG_FUNCTION. |
| 26 | + (dump_conflict_function): Same. |
| 27 | + (dump_subscript): Same. |
| 28 | + (print_direction_vector): Same. |
| 29 | + (print_dir_vectors): Same. |
| 30 | + (print_lambda_vector): Same. |
| 31 | + (print_dist_vectors): Same. |
| 32 | + (dump_data_dependence_relation): Same. |
| 33 | + (dump_data_dependence_relations): Same. |
| 34 | + (dump_dist_dir_vectors): Same. |
| 35 | + (dump_ddrs): Same. |
| 36 | + (init_omega_eq_with_af): Removed. |
| 37 | + (omega_extract_distance_vectors): Removed. |
| 38 | + (omega_setup_subscript): Removed. |
| 39 | + (init_omega_for_ddr_1): Removed. |
| 40 | + (init_omega_for_ddr): Removed. |
| 41 | + (ddr_consistent_p): Removed. |
| 42 | + (compute_affine_dependence): Do not use omega to check data |
| 43 | + dependences. |
| 44 | + (compute_data_dependences_for_bb): Removed. |
| 45 | + (analyze_all_data_dependences): Removed. |
| 46 | + (tree_check_data_deps): Removed. |
| 47 | + * tree-data-ref.h: Do not include omega.h. |
| 48 | + (compute_data_dependences_for_bb): Removed. |
| 49 | + (tree_check_data_deps): Removed. |
| 50 | + * tree-ssa-loop.c (pass_check_data_deps): Removed. |
| 51 | + (make_pass_check_data_deps): Removed. |
| 52 | + * tree-ssa-phiopt.c: Include params.h. |
| 53 | + * tree-vect-data-refs.c: Same. |
| 54 | + * tree-vect-slp.c: Same. |
| 55 | + |
1 | 56 | 2015-07-18 Uros Bizjak < [email protected]> |
2 | 57 |
|
3 | 58 | * config/i386/i386.md (pushsf splitter): Pass curr_insn to |
|
0 commit comments