aboutsummaryrefslogtreecommitdiff
path: root/gcc/tree.h
AgeCommit message (Expand)Author
2004-01-03tree.h (integer_nonzerop): Use PARAMS macro with prototype.Roger Sayle
2004-01-01re PR fortran/12632 ([g77 only] -fbounds-check ICE)Roger Sayle
2003-10-16re PR c++/12369 (ICE with templates and friends)Kriang Lerdsuwanakij
2003-06-20re PR c++/9393 (Anonymous namespaces and compiling the same file twice)Geoffrey Keating
2003-05-19hashtable.h (struct ht_identifier): Add new field "hash_value".Gabriel Dos Reis
2003-03-24function.c (put_var_into_stack): Change bool parameter to int.Mark Mitchell
2003-03-24re PR c++/7086 (compile time regression)Mark Mitchell
2003-03-06params.def: Introduce parameter max-inline-insns-rtl for a separate limit for...Kurt Garloff
2003-01-09re PR inline-asm/8832 (traditional "asm volatile" code is illegally optimized)Eric Botcazou
2002-12-13c-decl.c: Fix a comment typo.Kazu Hirata
2002-12-11tree.h (MODULE_LOCAL_P): Kill.Richard Henderson
2002-12-01re PR c++/8332 (strlen/template interaction causes ICE)Mark Mitchell
2002-11-26c-common.c (handle_visibility_attribute): Accept "default".Richard Henderson
2002-11-26hooks.c (hook_bool_void_false, [...]): Rename so that the return type is first.Richard Henderson
2002-11-18calls.c (alloca_call_p): New global function.Jan Hubicka
2002-11-14tree.c (tree_vec_elt_check_failed): New function.Zack Weinberg
2002-10-23langhooks.h (struct lang_hooks_for_tree_inlining): Add var_mod_type_p.Zack Weinberg
2002-10-14c-common.c (c_common_type_for_mode): Add V2HImode case.J"orn Rennecke
2002-10-02re PR rtl-optimization/6627 (-fno-align-functions regression from 2.95)Roger Sayle
2002-09-30store-layout.c (finish_record_layout): Add free_p parameter.Mark Mitchell
2002-09-28ChangeLog.4: Fix typos.Kazu Hirata
2002-09-27extend.texi (tls_model): Document.Jakub Jelinek
2002-09-27LANGUAGES: Follow spelling conventions.Kazu Hirata
2002-09-20real.h (enum real_value_class, [...]): Move from real.c.Richard Henderson
2002-09-18stor-layout.c (place_field): Handle alignment of whole structures when MSVC c...Douglas B Rupp
2002-09-17machmode.def (V1DImode): New mode.Nick Clifton
2002-09-16Index: gcc/ChangeLogGeoffrey Keating
2002-08-14* tree.h: Guard against multiple inclusion.Gabriel Dos Reis
2002-08-04Index: ChangeLogGeoffrey Keating
2002-07-16varargs.h: Replace with stub which issues #error.Zack Weinberg
2002-07-10diagnostic.h: #include location.hGabriel Dos Reis
2002-07-06re PR c++/7099 (G++ doesn't set the noreturn attribute on std::exit and std::...Roger Sayle
2002-07-01tree.h: Modify builtin_function interface to take an extra argument ATTRS...Roger Sayle
2002-06-30i386.c (ix86_init_mmx_sse_builtins): Use build_function_type_list instead of ...Aldy Hernandez
2002-06-04Merge from pch-branch up to tag pch-commit-20020603.Geoffrey Keating
2002-06-02c-common.c (c_common_init): Override cpplib's default warn_long_long setting.Neil Booth
2002-06-01tree.c (real_minus_onep): New function to test for -1.0.Roger Sayle
2002-05-31target.h: Fix formatting.Kazu Hirata
2002-05-28tree.h: Forward-declare struct realvaluetype.Zack Weinberg
2002-05-21c-common.h (enum rid): Add RID_THREAD.Richard Henderson
2002-05-12* tree.h (copy_node): Don't mention TREE_PERMANENT.Tom Tromey
2002-05-09tree.h (preserve_data, [...]): Remove.Neil Booth
2002-05-04Makefile.in (c-lex.o): Update.Neil Booth
2002-05-02combine.c: Fix comment formatting.Kazu Hirata
2002-04-29Initial P4 SSE2 builtin supportBernd Schmidt
2002-04-24attribs.c (c_common_attribute_table): Move table and handlers to c-common.c.Neil Booth
2002-04-19builtins.c: Include langhooks.h.Neil Booth
2002-04-18c-lang.c (LANG_HOOKS_INCOMPLETE_TYPE_ERROR): Redefine.Neil Booth
2002-04-17c-common.h (STMT_EXPR_NO_SCOPE): New macro.Mark Mitchell
2002-04-04c-common.c (truthvalue_conversion): Rename, update.Neil Booth