aboutsummaryrefslogtreecommitdiff
path: root/gcc/tree.h
AgeCommit message (Expand)AuthorFilesLines
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
2002-04-18c-lang.c (LANG_HOOKS_INCOMPLETE_TYPE_ERROR): Redefine.Neil Booth1-4/+0
2002-04-17c-common.h (STMT_EXPR_NO_SCOPE): New macro.Mark Mitchell1-1/+1
2002-04-04c-common.c (truthvalue_conversion): Rename, update.Neil Booth1-1/+0
2002-04-03re PR c++/5636 (gcc-3.0.3, memory leakage: function that take a string as par...Jason Merrill1-2/+11
2002-04-03langhooks-def.h (lhd_set_decl_assembler_name, [...]): New.Neil Booth1-12/+2
2002-04-01c-decl.c (grokdeclarator): Update.Neil Booth1-1/+0
2002-04-01c-common.c (unsigned_conversion_warning, [...]): Use new hooks.Neil Booth1-15/+0
2002-03-31c-common.c (c_unsafe_for_reeval): Rename.Neil Booth1-9/+0
2002-03-29Makefile.in (convert.o, [...]): Update.Neil Booth1-14/+0
2002-03-29Makefile.in (except.o): Update.Neil Booth1-2/+0
2002-03-27Makefile.in (attribs.o): Update.Neil Booth1-4/+0
2002-03-25c-decl.c (maybe_build_cleanup): Remove.Neil Booth1-6/+0
2002-03-21Makefile.in (fold-const.o, [...]): Update.Neil Booth1-26/+0
2002-03-20Makefile.in: Update.Neil Booth1-10/+0
2002-03-17c-common.h (yyparse, [...]): New.Neil Booth1-2/+0
2002-03-13c-common.c (c_tree_code_type, [...]): Delete.Kaveh R. Ghazi1-3/+3
2002-03-08expr.c (expand_expr): Use unsave lang hook.Neil Booth1-12/+2
2002-03-02Makefile.in (CRTSTUFF_CFLAGS): Add -fno-zero-initialized-in-bss.Kaveh R. Ghazi1-0/+5
2002-02-28tree.h (TARGET_EXPR_SLOT, [...]): New macros.Jason Merrill1-0/+5
2002-02-28Makefile.in (integrate.o): Update.Neil Booth1-3/+0
2002-02-26attribs.c (c_common_attribute_table): Add visibility.Jakub Jelinek1-0/+5
2002-02-20tree.h (struct tree_common): Remove aux.Zack Weinberg1-5/+4
2002-02-19i386.md ("mmx_uavgv8qi3"): Use const_vector.Aldy Hernandez1-11/+25
2002-02-09Contribute sh64-elf.Alexandre Oliva1-0/+2
2002-02-05target.h (struct gcc_target): Added ms_bitfield_layout_p.Alexandre Oliva1-0/+3
2002-02-04PR c/4475, c++/3780:Jakub Jelinek1-1/+2
2002-02-02c-decl.c, [...]: Revert bitfield patch.Neil Booth1-1/+0
2002-01-30rtl.h (NOTE_INSN_LOOP_END_TOP_COND): New.Richard Henderson1-1/+3
2002-01-29re PR c/3325 (cast of bit-field to same type gets discarded)Neil Booth1-0/+1
2002-01-25builtins.c (expand_builtin_strncpy): Use integer_zerop instead of compare_tre...Richard Kenner1-1/+2
2002-01-10Added __attribute__((deprecated)) patches.Ira Ruben1-1/+12
2002-01-04tree.h (expand_expr_stmt_value): Add maybe_last argument.Jakub Jelinek1-1/+1