aboutsummaryrefslogtreecommitdiff
path: root/gcc/c-tree.h
AgeCommit message (Expand)AuthorFilesLines
2009-11-25Remove trailing white spaces.H.J. Lu1-1/+1
2009-10-26tm.texi (TARGET_ADDR_SPACE_KEYWORDS): Document.Ben Elliston1-0/+4
2009-09-14builtins.c (expand_builtin_synchronize): Use gimple_build_asm_vec.Richard Henderson1-1/+1
2009-09-13langhooks-def.h (LANG_HOOKS_EH_RUNTIME_TYPE): Define.Richard Guenther1-4/+0
2009-08-20c-objc-common.h (LANG_HOOKS_DUP_LANG_SPECIFIC_DECL): Do not define.Richard Guenther1-35/+0
2009-06-19tree-cfg.c (gimple_redirect_edge_and_branch): Change ERROR_MARK to GIMPLE_ERR...Ian Lance Taylor1-1/+2
2009-06-19dse.c (struct store_info): Rename bitmap field to bmap.Ian Lance Taylor1-3/+7
2009-06-16df-problems.c (df_simulate_one_insn_forwards): Fix braces in switch.Ian Lance Taylor1-66/+8
2009-06-12java-gimplify.c (java_gimplify_block): New argument to build_empty_stmt.Aldy Hernandez1-39/+40
2009-06-09targhooks.c (default_builtin_vectorized_function): Change fn parameter to uns...Ian Lance Taylor1-1/+1
2009-05-29builtins.c (validate_gimple_arglist): Don't use va_arg with enum type.Ian Lance Taylor1-0/+1
2009-05-11basic-block.h (enum profile_status): Break out of struct control_flow_graph.Ian Lance Taylor1-5/+11
2009-04-26re PR c/39556 (statics in C99 inline functions later declared extern)Joseph Myers1-0/+14
2009-04-22hashtab.h: Update GTY annotations to new syntaxTaras Glek1-6/+3
2009-04-20Fix enum conversions which are invalid in C++:Ian Lance Taylor1-3/+3
2009-04-15c.opt (Wenum-compare): Enable for C and Objc.Ian Lance Taylor1-1/+6
2009-03-29re PR preprocessor/34695 (Preprocessor warning->error conversion from -Werror...Joseph Myers1-0/+4
2009-03-29re PR c/456 (constant expressions constraints (gcc.dg/c90-const-expr-1))Joseph Myers1-4/+29
2009-02-20Update Copyright years for files modified in 2008 and/or 2009.Jakub Jelinek1-1/+1
2009-01-01re PR c/36489 (Warning "initialized field overwritten" wrongly triggers with ...Jakub Jelinek1-2/+3
2008-10-24re PR c/7543 (no warning for always-false "if (!a & 0x4)" bitwise and on bool...Manuel López-Ibáñez1-1/+1
2008-09-23c-tree.h: Add argument to c_objc_common_truthvalue_conversion, parser_build_b...Aldy Hernandez1-2/+3
2008-09-01tree.c (protected_set_expr_location): New.Aldy Hernandez1-2/+3
2008-08-30Change attribute((option(...))) to attribute((target(...))); Do not allocate ...Michael Meissner1-0/+1
2008-08-21c-tree.h (grokfield): New argument.Aldy Hernandez1-2/+2
2008-08-21diagnostic.c (pedwarn_at): Rename as pedwarn.Manuel López-Ibáñez1-3/+3
2008-08-13re PR c/15236 (pedantic switch modifies treatment of non-ISO compliant enumer...Manuel López-Ibáñez1-1/+1
2008-07-23re PR c/35058 (-Werror= works only with some warnings)Manuel López-Ibáñez1-3/+3
2008-06-06c-cppbuiltin.c (c_cpp_builtins): Change _OPENMP value to 200805.Jakub Jelinek1-0/+2
2008-04-23tree-cfg.c (verify_expr): Check with is_gimple_address.Paolo Bonzini1-1/+1
2008-04-03tree-inline.c (copy_generic_body, [...]): Export.Paolo Bonzini1-1/+0
2008-04-03c-objc-common.h (LANG_HOOKS_FUNCTION_ENTER_NESTED, [...]): Delete.Paolo Bonzini1-2/+2
2007-11-22re PR c/14050 ([DR289] c99 restrict doesn't work in abs declarator)Joseph Myers1-2/+1
2007-10-14c-objc-common.h (LANG_HOOKS_TREE_INLINING_CANNOT_INLINE_TREE_FN): Remove.Kazu Hirata1-1/+0
2007-10-14c-common.h: Remove the prototype for c_expand_body.Kazu Hirata1-1/+0
2007-09-12c-tree.h (grokfield): Add a "tree *" argument.Richard Sandiford1-1/+2
2007-08-25c-common.c (vector_types_convertible_p, [...]): Constify.Kaveh R. Ghazi1-1/+1
2007-08-20c-common.h (enum rid): Add new enumeration values of RID_SAT, RID_FRACT, and ...Chao-ying Fu1-2/+7
2007-08-16c-common.c (const_strip_array_types): New.Kaveh R. Ghazi1-4/+4
2007-07-26Change copyright header to refer to version 3 of the GNU General Public Licen...Nick Clifton1-4/+3
2007-06-23re PR tree-optimization/16876 (ICE on testcase with -O3 in fold-const)Richard Guenther1-1/+0
2007-06-04c-tree.h (start_enum): Update.Tom Tromey1-3/+14
2007-02-25extend.texi: Document optional priority argument to constructors and destruct...Mark Mitchell1-1/+0
2006-11-24re PR c/29955 (ICE with -fopenmp -fexceptions)Jakub Jelinek1-0/+1
2006-11-01re PR c/16622 ([C99] extern inline is handled wrong in C99 mode)Geoffrey Keating1-1/+0
2006-10-23decl.c: Include langhooks.h.Rafael Ávila de Espíndola1-2/+1
2006-09-09re PR c/28504 (ICE with variable sized array)Joseph Myers1-0/+5
2006-05-19c-tree.h (default_conversion): Remove.Mike Stump1-1/+0
2006-05-18Fix up vla, vm and [*] sematics.Mike Stump1-0/+4
2006-01-18[multiple changes]Diego Novillo1-5/+8