summaryrefslogtreecommitdiff
path: root/gcc/c-tree.h
Commit message (Expand)AuthorAgeFilesLines
* c-tree.h (c_default_pointer_mode): New variable.Tristan Gingold2012-03-091-0/+4
* Merge from transactional-memory branch.Aldy Hernandez2011-11-081-0/+1
* c-decl.c (shadow_tag_warned, [...]): Handle _Alignas specifiers.Joseph Myers2011-11-061-0/+8
* Rename vshuffle/vec_shuffle to vec_perm.Richard Henderson2011-10-071-1/+1
* Fix bconstp-3.c failure in PR50607.Artjoms Sinkarovs2011-10-061-0/+16
* Vector shuffling patch from Artem Shinkarov.Artjoms Sinkarovs2011-10-031-0/+1
* c-decl.c (shadow_tag_warned): Check for _Noreturn.Joseph Myers2011-08-181-0/+2
* c-decl.c (c_override_global_bindings_to_false): Remove.Joseph Myers2011-05-101-5/+0
* langhooks.h (lang_hooks_for_types): Change global_bindings_p's return type to...Eric Botcazou2011-05-071-1/+1
* c-decl.c (finish_decl): Don't call get_pending_sizes.Joseph Myers2011-05-051-9/+10
* c-aux-info.c (gen_formal_list_for_type): Use prototype_p.Nathan Froyd2010-12-221-1/+1
* tree.h (struct call_expr_arg_iterator_d): Remove GTY tag.Laurynas Biveinis2010-12-031-1/+1
* re PR c/46547 (internal compiler error when converting a complex to a bool)Joseph Myers2010-11-191-1/+0
* c-tree.h (enum c_typespec_kind): Add ctsk_none.Paolo Bonzini2010-11-131-6/+5
* In gcc/: 2010-10-06 Nicola Pero <nicola.pero@meta-innovation.com>Nicola Pero2010-10-061-1/+1
* c-tree.h, c-decl.c (build_enumerator): Add location parameter.Arnaud Charlet2010-09-081-1/+2
* c-tree.h (build_arg_info): Declare.Nathan Froyd2010-08-081-0/+1
* c-tree.h (c_arg_tag): Define.Nathan Froyd2010-08-081-1/+11
* toplev.h: Do not include diagnostic-core.h.Manuel López-Ibáñez2010-07-081-1/+0
* c-common.c: Move to c-family/.Steven Bosscher2010-06-051-1/+1
* re PR c/44322 (Bogus warning when assigning pointer-to-array with both "const...Joseph Myers2010-06-051-5/+0
* c-common.h (GCC_DIAG_STYLE): Define earlier in the file, before including dia...Steven Bosscher2010-05-281-15/+3
* demangle-expected: Add tests for __int128 and unsigned __int128 types.Kai Tietz2010-05-261-0/+1
* c-decl.c (diagnose_mismatched_decls): Give error for duplicate typedefs with ...Joseph Myers2010-05-231-0/+1
* stor-layout.c (pending_sizes): Change the type to VEC(tree,gc) *.Steven Bosscher2010-05-051-2/+2
* c-parser.c (struct c_token): Move location field up.Nathan Froyd2010-04-261-8/+8
* 2010-04-22 Laurynas Biveinis <laurynas.biveinis@gmail.com>Laurynas Biveinis2010-04-221-5/+5
* re PR c/18624 (GCC does not detect local variable set but never used)Jakub Jelinek2010-04-071-2/+5
* diagnostic.h (diagnostic_override_option_index): New macro to set a diagnosti...Simon Baldwin2010-04-071-2/+2
* Remove trailing white spaces.H.J. Lu2009-11-251-1/+1
* tm.texi (TARGET_ADDR_SPACE_KEYWORDS): Document.Ben Elliston2009-10-261-0/+4
* builtins.c (expand_builtin_synchronize): Use gimple_build_asm_vec.Richard Henderson2009-09-141-1/+1
* langhooks-def.h (LANG_HOOKS_EH_RUNTIME_TYPE): Define.Richard Guenther2009-09-131-4/+0
* c-objc-common.h (LANG_HOOKS_DUP_LANG_SPECIFIC_DECL): Do not define.Richard Guenther2009-08-201-35/+0
* tree-cfg.c (gimple_redirect_edge_and_branch): Change ERROR_MARK to GIMPLE_ERR...Ian Lance Taylor2009-06-191-1/+2
* dse.c (struct store_info): Rename bitmap field to bmap.Ian Lance Taylor2009-06-191-3/+7
* df-problems.c (df_simulate_one_insn_forwards): Fix braces in switch.Ian Lance Taylor2009-06-161-66/+8
* java-gimplify.c (java_gimplify_block): New argument to build_empty_stmt.Aldy Hernandez2009-06-121-39/+40
* targhooks.c (default_builtin_vectorized_function): Change fn parameter to uns...Ian Lance Taylor2009-06-091-1/+1
* builtins.c (validate_gimple_arglist): Don't use va_arg with enum type.Ian Lance Taylor2009-05-291-0/+1
* basic-block.h (enum profile_status): Break out of struct control_flow_graph.Ian Lance Taylor2009-05-111-5/+11
* re PR c/39556 (statics in C99 inline functions later declared extern)Joseph Myers2009-04-261-0/+14
* hashtab.h: Update GTY annotations to new syntaxTaras Glek2009-04-221-6/+3
* Fix enum conversions which are invalid in C++:Ian Lance Taylor2009-04-201-3/+3
* c.opt (Wenum-compare): Enable for C and Objc.Ian Lance Taylor2009-04-151-1/+6
* re PR preprocessor/34695 (Preprocessor warning->error conversion from -Werror...Joseph Myers2009-03-291-0/+4
* re PR c/456 (constant expressions constraints (gcc.dg/c90-const-expr-1))Joseph Myers2009-03-291-4/+29
* Update Copyright years for files modified in 2008 and/or 2009.Jakub Jelinek2009-02-201-1/+1
* re PR c/36489 (Warning "initialized field overwritten" wrongly triggers with ...Jakub Jelinek2009-01-011-2/+3
* re PR c/7543 (no warning for always-false "if (!a & 0x4)" bitwise and on bool...Manuel López-Ibáñez2008-10-241-1/+1