aboutsummaryrefslogtreecommitdiff
path: root/gcc/tree.c
AgeCommit message (Expand)AuthorFilesLines
2002-07-23dwarf2out.c (SECTION_ASM_OP, [...]): Remove.Neil Booth1-2/+0
2002-07-23defaults.h (obstack_chunk_alloc, [...]): Default definition.Neil Booth1-2/+0
2002-07-01tree.c (build_function_type_list): Update function comment.Aldy Hernandez1-7/+8
2002-06-30i386.c (ix86_init_mmx_sse_builtins): Use build_function_type_list instead of ...Aldy Hernandez1-0/+25
2002-06-21tree.c (tree_node_kind, [...]): Wrap in GATHER_STATISTICS macro.Kaveh R. Ghazi1-0/+2
2002-06-04Merge from pch-branch up to tag pch-commit-20020603.Geoffrey Keating1-43/+43
2002-06-01tree.c (real_minus_onep): New function to test for -1.0.Roger Sayle1-0/+16
2002-05-31target.h: Fix formatting.Kazu Hirata1-2/+2
2002-05-28tree.h: Forward-declare struct realvaluetype.Zack Weinberg1-13/+9
2002-05-24tree.c (decl_type_context): Return NULL_TREE if decl's context is a namespace.Bryce McKinlay1-0/+3
2002-05-21c-common.h (enum rid): Add RID_THREAD.Richard Henderson1-4/+5
2002-05-09Makefile.in: Update.Neil Booth1-7/+0
2002-05-04Makefile.in (c-lex.o): Update.Neil Booth1-0/+7
2002-05-03regrename.c: Fix formatting.Kazu Hirata1-34/+34
2002-04-29Initial P4 SSE2 builtin supportBernd Schmidt1-0/+4
2002-04-26tree.c (tree_int_cst_lt): Compare constants whose types differ in unsigned-ne...Alexandre Oliva1-1/+14
2002-04-24attribs.c (c_common_attribute_table): Move table and handlers to c-common.c.Neil Booth1-6/+0
2002-04-18c-lang.c (LANG_HOOKS_INCOMPLETE_TYPE_ERROR): Redefine.Neil Booth1-1/+1
2002-04-03langhooks-def.h (lhd_set_decl_assembler_name, [...]): New.Neil Booth1-37/+12
2002-03-31c-common.c (c_unsafe_for_reeval): Rename.Neil Booth1-10/+3
2002-03-29Makefile.in (convert.o, [...]): Update.Neil Booth1-5/+5
2002-03-29Makefile.in (except.o): Update.Neil Booth1-15/+0
2002-03-25toplev.c: Don't include setjmp.h.Zack Weinberg1-40/+2
2002-03-13c-common.c (c_tree_code_type, [...]): Delete.Kaveh R. Ghazi1-31/+0
2002-03-08expr.c (expand_expr): Use unsave lang hook.Neil Booth1-32/+7
2002-03-03emit-rtl.c, [...]: Remove all #ifndef REAL_ARITHMETIC blocks...Zack Weinberg1-38/+0
2002-03-02Makefile.in (CRTSTUFF_CFLAGS): Add -fno-zero-initialized-in-bss.Kaveh R. Ghazi1-0/+42
2002-02-20re PR c/4389 (Improper constant folding)Jakub Jelinek1-5/+7
2002-02-19i386.md ("mmx_uavgv8qi3"): Use const_vector.Aldy Hernandez1-0/+29
2002-02-10re PR c++/5624 (Strange bug with preprocessed file containing structs)Richard Henderson1-5/+12
2002-02-09Contribute sh64-elf.Alexandre Oliva1-0/+1
2002-02-05target.h (struct gcc_target): Added ms_bitfield_layout_p.Alexandre Oliva1-0/+10
2002-02-02c-decl.c, [...]: Revert bitfield patch.Neil Booth1-23/+0
2002-01-29* tree.c (build_nonstandard_integer_type): Correct prototype.Neil Booth1-1/+1
2002-01-29re PR c/3325 (cast of bit-field to same type gets discarded)Neil Booth1-0/+23
2002-01-25builtins.c (expand_builtin_strncpy): Use integer_zerop instead of compare_tre...Richard Kenner1-1/+1
2002-01-23re PR c++/3331 (member pointer inherits const)Jason Merrill1-0/+6
2002-01-22tree.c (int_fits_type_p): If bounds of a subtype are variable, see if fits in...Richard Kenner1-1/+4
2002-01-10toplev.c: Fix formatting.Kazu Hirata1-6/+6
2001-12-11c-common.c (type_for_mode): Handle unsigned vectors.Aldy Hernandez1-39/+42
2001-12-09tree.c (append_random_char): Conditionalize INO for VMS.Richard Kenner1-4/+10
2001-12-06tree.c (get_callee_fndecl): Move DECL_ABSTRACT_ORIGIN-following...Alexandre Oliva1-17/+1
2001-12-04langhooks.h (struct lang_hooks): Add staticp.Joseph Myers1-1/+5
2001-12-04tree.c (get_callee_fndecl): Only use DECL_ABSTRACT_ORIGIN if it has DECL_SAVE...Alexandre Oliva1-6/+15
2001-12-04c-decl.c (duplicate_decls): Revert rth's patch.Alexandre Oliva1-1/+8
2001-12-02vms.h (VMS_DEBUGGING_INFO): New macro.Douglas B Rupp1-1/+2
2001-12-02c-decl.c (duplicate_decls, [...]): Remove leading capital from diagnostics.Neil Booth1-2/+2
2001-11-28Remove blank line.Richard Kenner1-1/+0
2001-11-27Makefile.in (c-lang.o): Depends on langhooks-def.h.Richard Kenner1-3/+16
2001-11-09Makefile.in: Update.Neil Booth1-1/+2