gcc/gcc/lto
Balaji V. Iyer b72271b953 Replace flag_enable_cilkplus with flag_cilkplus.
gcc/ChangeLog
+2014-01-24  Balaji V. Iyer  <balaji.v.iyer@intel.com>
+
+       * builtins.c (is_builtin_name): Renamed flag_enable_cilkplus to
+       flag_cilkplus.
+       * builtins.def: Likewise.
+       * cilk.h (fn_contains_cilk_spawn_p): Likewise.
+       * cppbuiltin.c (define_builtin_macros_for_compilation_flags): Likewise.
+       * ira.c (ira_setup_eliminable_regset): Likewise.
+       * omp-low.c (gate_expand_omp): Likewise.
+       (execute_lower_omp): Likewise.
+       (diagnose_sb_0): Likewise.
+       (gate_diagnose_omp_blocks): Likewise.
+       (simd_clone_clauses_extract): Likewise.
+       (gate): Likewise.
+

gcc/c-family/ChangeLog
+2014-01-24  Balaji V. Iyer  <balaji.v.iyer@intel.com>
+
+       * c-common.c (c_define_builtins): Replaced flag_enable_cilkplus with
+       flag_cilkplus.
+       * c-pragma.c (init_pragma): Likewise.
+       * c.opt: Likewise.
+

gcc/c/ChangeLog
+2014-01-24  Balaji V. Iyer  <balaji.v.iyer@intel.com>
+
+       * c-parser.c (c_parser_declaration_or_fndef): Replaced
+       flag_enable_cilkplus with flag_cilkplus.
+       (c_parser_direct_declarator_inner): Likewise.
+       (c_parser_attribute_any_word): Likewise.
+       (c_parser_attributes): Likewise.
+       (c_parser_compound_statement): Likewise.
+       (c_parser_statement_after_labels): Likewise.
+       (c_parser_if_statement): Likewise.
+       (c_parser_switch_statement): Likewise.
+       (c_parser_do_statement): Likewise.
+       (c_parser_for_statement): Likewise.
+       (c_parser_unary_expression): Likewise.
+       (c_parser_postfix_expression): Likewise.
+       (c_parser_postfix_expression_after_primary): Likewise.
+       (c_parser_postfix_expression_after_primary): Likewise.
+       (c_parser_omp_clause_name): Likewise.
+       (c_finish_omp_declare_simd): Likewise.
+       (c_parser_cilk_verify_simd): Likewise.
+       * c-typeck.c (build_array_ref): Likewise.
+       (build_function_call_vec): Likewise.
+       (convert_arguments): Likewise.
+       (build_compound_expr): Likewise.
+       (c_finish_return): Likewise.
+       (c_finish_if_stmt): Likewise.
+       (c_finish_loop): Likewise.
+       (build_binary_op): Likewise.
+

gcc/lto/ChangeLog
+2014-01-24  Balaji V. Iyer  <balaji.v.iyer@intel.com>
+
+       * lto-lang.c (lto_init): Replaced flag_enable_cilkplus with
+       flag_cilkplus.
+

From-SVN: r207064
2014-01-24 15:13:49 -08:00
..
ChangeLog Replace flag_enable_cilkplus with flag_cilkplus. 2014-01-24 15:13:49 -08:00
Make-lang.in Update copyright years in gcc/ 2014-01-02 22:23:26 +00:00
common.c Update copyright years in gcc/ 2014-01-02 22:23:26 +00:00
common.h Update copyright years in gcc/ 2014-01-02 22:23:26 +00:00
config-lang.in Update copyright years in gcc/ 2014-01-02 22:23:26 +00:00
lang-specs.h Update copyright years in gcc/ 2014-01-02 22:23:26 +00:00
lang.opt Update copyright years in gcc/ 2014-01-02 22:23:26 +00:00
lto-lang.c Replace flag_enable_cilkplus with flag_cilkplus. 2014-01-24 15:13:49 -08:00
lto-object.c Update copyright years in gcc/ 2014-01-02 22:23:26 +00:00
lto-partition.c Update copyright years in gcc/ 2014-01-02 22:23:26 +00:00
lto-partition.h Update copyright years in gcc/ 2014-01-02 22:23:26 +00:00
lto-symtab.c Update copyright years in gcc/ 2014-01-02 22:23:26 +00:00
lto-tree.h Update copyright years in gcc/ 2014-01-02 22:23:26 +00:00
lto.c lto.c (gimple_canonical_types_compatible_p): Fix comment. 2014-01-09 12:34:39 +00:00
lto.h Update copyright years in gcc/ 2014-01-02 22:23:26 +00:00