aboutsummaryrefslogtreecommitdiff
path: root/gcc/tree.h
AgeCommit message (Expand)AuthorFilesLines
2003-01-31tree.h (TYPE_BINFO_SIZE, [...]): Remove.Nathan Sidwell1-11/+4
2003-01-28coretypes.h (cpp_reader): Forward declare struct.Stan Shebs1-1/+0
2003-01-24emit-rtl.c (reg_attrs_htab): New static variable.Jan Hubicka1-1/+4
2003-01-24builtins.c (DEF_BUILTIN): Accept 10 arguments.Jan Hubicka1-1/+4
2003-01-17ifcvt.c: Fix comment typos.Kazu Hirata1-1/+1
2003-01-14convert.c (strip_float_extensions): Look for narrowest type handling FP const...Jan Hubicka1-0/+3
2003-01-10Merge from pch-branch.Geoffrey Keating1-4/+4
2003-01-09re PR inline-asm/8832 (traditional "asm volatile" code is illegally optimized)Eric Botcazou1-1/+1
2003-01-03fix comment spelloJason Merrill1-1/+1
2002-12-24regmove.c: Fix comment typos.Kazu Hirata1-3/+3
2002-12-19ChangeLog: Follow spelling conventions.Kazu Hirata1-1/+1
2002-12-16Merge basic-improvements-branch to trunkZack Weinberg1-17/+24
2002-12-13c-decl.c: Fix a comment typo.Kazu Hirata1-1/+1
2002-12-11tree.h (MODULE_LOCAL_P): Kill.Richard Henderson1-5/+0
2002-12-01re PR c++/8332 (strlen/template interaction causes ICE)Mark Mitchell1-0/+3
2002-11-26c-common.c (handle_visibility_attribute): Accept "default".Richard Henderson1-0/+11
2002-11-26hooks.c (hook_bool_void_false, [...]): Rename so that the return type is first.Richard Henderson1-5/+0
2002-11-18calls.c (alloca_call_p): New global function.Jan Hubicka1-0/+1
2002-11-14tree.c (tree_vec_elt_check_failed): New function.Zack Weinberg1-1/+17
2002-10-23langhooks.h (struct lang_hooks_for_tree_inlining): Add var_mod_type_p.Zack Weinberg1-0/+1
2002-10-14c-common.c (c_common_type_for_mode): Add V2HImode case.J"orn Rennecke1-0/+4
2002-10-02re PR rtl-optimization/6627 (-fno-align-functions regression from 2.95)Roger Sayle1-0/+27
2002-09-30store-layout.c (finish_record_layout): Add free_p parameter.Mark Mitchell1-1/+1
2002-09-28ChangeLog.4: Fix typos.Kazu Hirata1-1/+1
2002-09-27extend.texi (tls_model): Document.Jakub Jelinek1-0/+11
2002-09-27LANGUAGES: Follow spelling conventions.Kazu Hirata1-6/+6
2002-09-20real.h (enum real_value_class, [...]): Move from real.c.Richard Henderson1-3/+3
2002-09-18stor-layout.c (place_field): Handle alignment of whole structures when MSVC c...Douglas B Rupp1-0/+2
2002-09-17machmode.def (V1DImode): New mode.Nick Clifton1-0/+4
2002-09-16Index: gcc/ChangeLogGeoffrey Keating1-1/+1
2002-08-14* tree.h: Guard against multiple inclusion.Gabriel Dos Reis1-0/+5
2002-08-04Index: ChangeLogGeoffrey Keating1-4/+1
2002-07-16varargs.h: Replace with stub which issues #error.Zack Weinberg1-1/+0
2002-07-10diagnostic.h: #include location.hGabriel Dos Reis1-4/+5
2002-07-06re PR c++/7099 (G++ doesn't set the noreturn attribute on std::exit and std::...Roger Sayle1-1/+1
2002-07-01tree.h: Modify builtin_function interface to take an extra argument ATTRS...Roger Sayle1-3/+3
2002-06-30i386.c (ix86_init_mmx_sse_builtins): Use build_function_type_list instead of ...Aldy Hernandez1-0/+1
2002-06-04Merge from pch-branch up to tag pch-commit-20020603.Geoffrey Keating1-49/+81
2002-06-02c-common.c (c_common_init): Override cpplib's default warn_long_long setting.Neil Booth1-1/+3
2002-06-01tree.c (real_minus_onep): New function to test for -1.0.Roger Sayle1-0/+1
2002-05-31target.h: Fix formatting.Kazu Hirata1-14/+14
2002-05-28tree.h: Forward-declare struct realvaluetype.Zack Weinberg1-9/+7
2002-05-21c-common.h (enum rid): Add RID_THREAD.Richard Henderson1-1/+6
2002-05-12* tree.h (copy_node): Don't mention TREE_PERMANENT.Tom Tromey1-3/+1
2002-05-09tree.h (preserve_data, [...]): Remove.Neil Booth1-3/+0
2002-05-04Makefile.in (c-lex.o): Update.Neil Booth1-0/+2
2002-05-02combine.c: Fix comment formatting.Kazu Hirata1-4/+4
2002-04-29Initial P4 SSE2 builtin supportBernd Schmidt1-0/+6
2002-04-24attribs.c (c_common_attribute_table): Move table and handlers to c-common.c.Neil Booth1-14/+0
2002-04-19builtins.c: Include langhooks.h.Neil Booth1-5/+0