aboutsummaryrefslogtreecommitdiff
path: root/gcc/tree.c
AgeCommit message (Expand)Author
2004-01-29re PR java/13824 (gcj SEGV with simple .java program)Roger Sayle
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-08-21stmt.c (expand_asm_operands): Avoid string concatenation.Kaveh R. Ghazi
2003-06-20re PR c++/9393 (Anonymous namespaces and compiling the same file twice)Geoffrey Keating
2003-03-16re PR target/9164 ([Alpha] improper code generation)Falk Hueffner
2002-12-06tree.c (unsafe_for_reeval): Consider callee child of CALL_EXPR.Dale Johannesen
2002-12-04PR c++/8461, c++/8625Jason Merrill
2002-11-26hooks.c (hook_bool_void_false, [...]): Rename so that the return type is first.Richard Henderson
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-11cfganal.c (dfs_enumerate_from): Use PARAMS.John David Anglin
2002-10-09conflict.c (arc_hash): Change return type to hashval_t.Kaveh R. Ghazi
2002-09-27LANGUAGES: Follow spelling conventions.Kazu Hirata
2002-09-17machmode.def (V1DImode): New mode.Nick Clifton
2002-09-16real.c, real.h: Rewrite from scratch.Richard Henderson
2002-08-21tree.c (finish_vector_type): Fix a typo in a comment.Stan Shebs
2002-08-20tree.c (get_qualified_type): Add TYPE_CONTEXT check.Devang Patel
2002-08-04Index: ChangeLogGeoffrey Keating
2002-07-23dwarf2out.c (SECTION_ASM_OP, [...]): Remove.Neil Booth
2002-07-23defaults.h (obstack_chunk_alloc, [...]): Default definition.Neil Booth
2002-07-01tree.c (build_function_type_list): Update function comment.Aldy Hernandez
2002-06-30i386.c (ix86_init_mmx_sse_builtins): Use build_function_type_list instead of ...Aldy Hernandez
2002-06-21tree.c (tree_node_kind, [...]): Wrap in GATHER_STATISTICS macro.Kaveh R. Ghazi
2002-06-04Merge from pch-branch up to tag pch-commit-20020603.Geoffrey Keating
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-24tree.c (decl_type_context): Return NULL_TREE if decl's context is a namespace.Bryce McKinlay
2002-05-21c-common.h (enum rid): Add RID_THREAD.Richard Henderson
2002-05-09Makefile.in: Update.Neil Booth
2002-05-04Makefile.in (c-lex.o): Update.Neil Booth
2002-05-03regrename.c: Fix formatting.Kazu Hirata
2002-04-29Initial P4 SSE2 builtin supportBernd Schmidt
2002-04-26tree.c (tree_int_cst_lt): Compare constants whose types differ in unsigned-ne...Alexandre Oliva
2002-04-24attribs.c (c_common_attribute_table): Move table and handlers to c-common.c.Neil Booth
2002-04-18c-lang.c (LANG_HOOKS_INCOMPLETE_TYPE_ERROR): Redefine.Neil Booth
2002-04-03langhooks-def.h (lhd_set_decl_assembler_name, [...]): New.Neil Booth
2002-03-31c-common.c (c_unsafe_for_reeval): Rename.Neil Booth
2002-03-29Makefile.in (convert.o, [...]): Update.Neil Booth
2002-03-29Makefile.in (except.o): Update.Neil Booth
2002-03-25toplev.c: Don't include setjmp.h.Zack Weinberg
2002-03-13c-common.c (c_tree_code_type, [...]): Delete.Kaveh R. Ghazi
2002-03-08expr.c (expand_expr): Use unsave lang hook.Neil Booth
2002-03-03emit-rtl.c, [...]: Remove all #ifndef REAL_ARITHMETIC blocks...Zack Weinberg
2002-03-02Makefile.in (CRTSTUFF_CFLAGS): Add -fno-zero-initialized-in-bss.Kaveh R. Ghazi
2002-02-20re PR c/4389 (Improper constant folding)Jakub Jelinek
2002-02-19i386.md ("mmx_uavgv8qi3"): Use const_vector.Aldy Hernandez
2002-02-10re PR c++/5624 (Strange bug with preprocessed file containing structs)Richard Henderson