Age | Commit message (Expand) | Author | Files | Lines |
2011-11-08 | Merge from transactional-memory branch. | Aldy Hernandez | 1 | -0/+1 |
2011-11-06 | c-decl.c (shadow_tag_warned, [...]): Handle _Alignas specifiers. | Joseph Myers | 1 | -0/+8 |
2011-10-07 | Rename vshuffle/vec_shuffle to vec_perm. | Richard Henderson | 1 | -1/+1 |
2011-10-06 | Fix bconstp-3.c failure in PR50607. | Artjoms Sinkarovs | 1 | -0/+16 |
2011-10-03 | Vector shuffling patch from Artem Shinkarov. | Artjoms Sinkarovs | 1 | -0/+1 |
2011-08-18 | c-decl.c (shadow_tag_warned): Check for _Noreturn. | Joseph Myers | 1 | -0/+2 |
2011-05-10 | c-decl.c (c_override_global_bindings_to_false): Remove. | Joseph Myers | 1 | -5/+0 |
2011-05-07 | langhooks.h (lang_hooks_for_types): Change global_bindings_p's return type to... | Eric Botcazou | 1 | -1/+1 |
2011-05-05 | c-decl.c (finish_decl): Don't call get_pending_sizes. | Joseph Myers | 1 | -9/+10 |
2010-12-22 | c-aux-info.c (gen_formal_list_for_type): Use prototype_p. | Nathan Froyd | 1 | -1/+1 |
2010-12-03 | tree.h (struct call_expr_arg_iterator_d): Remove GTY tag. | Laurynas Biveinis | 1 | -1/+1 |
2010-11-19 | re PR c/46547 (internal compiler error when converting a complex to a bool) | Joseph Myers | 1 | -1/+0 |
2010-11-13 | c-tree.h (enum c_typespec_kind): Add ctsk_none. | Paolo Bonzini | 1 | -6/+5 |
2010-10-06 | In gcc/: 2010-10-06 Nicola Pero <nicola.pero@meta-innovation.com> | Nicola Pero | 1 | -1/+1 |
2010-09-08 | c-tree.h, c-decl.c (build_enumerator): Add location parameter. | Arnaud Charlet | 1 | -1/+2 |
2010-08-08 | c-tree.h (build_arg_info): Declare. | Nathan Froyd | 1 | -0/+1 |
2010-08-08 | c-tree.h (c_arg_tag): Define. | Nathan Froyd | 1 | -1/+11 |
2010-07-08 | toplev.h: Do not include diagnostic-core.h. | Manuel López-Ibáñez | 1 | -1/+0 |
2010-06-05 | c-common.c: Move to c-family/. | Steven Bosscher | 1 | -1/+1 |
2010-06-05 | re PR c/44322 (Bogus warning when assigning pointer-to-array with both "const... | Joseph Myers | 1 | -5/+0 |
2010-05-28 | c-common.h (GCC_DIAG_STYLE): Define earlier in the file, before including dia... | Steven Bosscher | 1 | -15/+3 |
2010-05-26 | demangle-expected: Add tests for __int128 and unsigned __int128 types. | Kai Tietz | 1 | -0/+1 |
2010-05-23 | c-decl.c (diagnose_mismatched_decls): Give error for duplicate typedefs with ... | Joseph Myers | 1 | -0/+1 |
2010-05-05 | stor-layout.c (pending_sizes): Change the type to VEC(tree,gc) *. | Steven Bosscher | 1 | -2/+2 |
2010-04-26 | c-parser.c (struct c_token): Move location field up. | Nathan Froyd | 1 | -8/+8 |
2010-04-22 | 2010-04-22 Laurynas Biveinis <laurynas.biveinis@gmail.com> | Laurynas Biveinis | 1 | -5/+5 |
2010-04-07 | re PR c/18624 (GCC does not detect local variable set but never used) | Jakub Jelinek | 1 | -2/+5 |
2010-04-07 | diagnostic.h (diagnostic_override_option_index): New macro to set a diagnosti... | Simon Baldwin | 1 | -2/+2 |
2009-11-25 | Remove trailing white spaces. | H.J. Lu | 1 | -1/+1 |
2009-10-26 | tm.texi (TARGET_ADDR_SPACE_KEYWORDS): Document. | Ben Elliston | 1 | -0/+4 |
2009-09-14 | builtins.c (expand_builtin_synchronize): Use gimple_build_asm_vec. | Richard Henderson | 1 | -1/+1 |
2009-09-13 | langhooks-def.h (LANG_HOOKS_EH_RUNTIME_TYPE): Define. | Richard Guenther | 1 | -4/+0 |
2009-08-20 | c-objc-common.h (LANG_HOOKS_DUP_LANG_SPECIFIC_DECL): Do not define. | Richard Guenther | 1 | -35/+0 |
2009-06-19 | tree-cfg.c (gimple_redirect_edge_and_branch): Change ERROR_MARK to GIMPLE_ERR... | Ian Lance Taylor | 1 | -1/+2 |
2009-06-19 | dse.c (struct store_info): Rename bitmap field to bmap. | Ian Lance Taylor | 1 | -3/+7 |
2009-06-16 | df-problems.c (df_simulate_one_insn_forwards): Fix braces in switch. | Ian Lance Taylor | 1 | -66/+8 |
2009-06-12 | java-gimplify.c (java_gimplify_block): New argument to build_empty_stmt. | Aldy Hernandez | 1 | -39/+40 |
2009-06-09 | targhooks.c (default_builtin_vectorized_function): Change fn parameter to uns... | Ian Lance Taylor | 1 | -1/+1 |
2009-05-29 | builtins.c (validate_gimple_arglist): Don't use va_arg with enum type. | Ian Lance Taylor | 1 | -0/+1 |
2009-05-11 | basic-block.h (enum profile_status): Break out of struct control_flow_graph. | Ian Lance Taylor | 1 | -5/+11 |
2009-04-26 | re PR c/39556 (statics in C99 inline functions later declared extern) | Joseph Myers | 1 | -0/+14 |
2009-04-22 | hashtab.h: Update GTY annotations to new syntax | Taras Glek | 1 | -6/+3 |
2009-04-20 | Fix enum conversions which are invalid in C++: | Ian Lance Taylor | 1 | -3/+3 |
2009-04-15 | c.opt (Wenum-compare): Enable for C and Objc. | Ian Lance Taylor | 1 | -1/+6 |
2009-03-29 | re PR preprocessor/34695 (Preprocessor warning->error conversion from -Werror... | Joseph Myers | 1 | -0/+4 |
2009-03-29 | re PR c/456 (constant expressions constraints (gcc.dg/c90-const-expr-1)) | Joseph Myers | 1 | -4/+29 |
2009-02-20 | Update Copyright years for files modified in 2008 and/or 2009. | Jakub Jelinek | 1 | -1/+1 |
2009-01-01 | re PR c/36489 (Warning "initialized field overwritten" wrongly triggers with ... | Jakub Jelinek | 1 | -2/+3 |
2008-10-24 | re PR c/7543 (no warning for always-false "if (!a & 0x4)" bitwise and on bool... | Manuel López-Ibáñez | 1 | -1/+1 |
2008-09-23 | c-tree.h: Add argument to c_objc_common_truthvalue_conversion, parser_build_b... | Aldy Hernandez | 1 | -2/+3 |