summaryrefslogtreecommitdiff
path: root/gcc/tree.c
Commit message (Expand)AuthorAgeFilesLines
* re PR java/13824 (gcj SEGV with simple .java program)Roger Sayle2004-01-291-0/+7
* tree.h (integer_nonzerop): Use PARAMS macro with prototype.Roger Sayle2004-01-031-2/+3
* re PR fortran/12632 ([g77 only] -fbounds-check ICE)Roger Sayle2004-01-011-0/+17
* stmt.c (expand_asm_operands): Avoid string concatenation.Kaveh R. Ghazi2003-08-211-1/+1
* re PR c++/9393 (Anonymous namespaces and compiling the same file twice)Geoffrey Keating2003-06-201-28/+40
* re PR target/9164 ([Alpha] improper code generation)Falk Hueffner2003-03-161-1/+2
* tree.c (unsafe_for_reeval): Consider callee child of CALL_EXPR.Dale Johannesen2002-12-061-2/+3
* PR c++/8461, c++/8625Jason Merrill2002-12-041-0/+3
* hooks.c (hook_bool_void_false, [...]): Rename so that the return type is first.Richard Henderson2002-11-261-47/+0
* tree.c (tree_vec_elt_check_failed): New function.Zack Weinberg2002-11-141-0/+16
* langhooks.h (struct lang_hooks_for_tree_inlining): Add var_mod_type_p.Zack Weinberg2002-10-231-0/+59
* c-common.c (c_common_type_for_mode): Add V2HImode case.J"orn Rennecke2002-10-141-0/+3
* cfganal.c (dfs_enumerate_from): Use PARAMS.John David Anglin2002-10-111-2/+2
* conflict.c (arc_hash): Change return type to hashval_t.Kaveh R. Ghazi2002-10-091-2/+2
* LANGUAGES: Follow spelling conventions.Kazu Hirata2002-09-271-1/+1
* machmode.def (V1DImode): New mode.Nick Clifton2002-09-171-0/+3
* real.c, real.h: Rewrite from scratch.Richard Henderson2002-09-161-5/+2
* tree.c (finish_vector_type): Fix a typo in a comment.Stan Shebs2002-08-211-1/+1
* tree.c (get_qualified_type): Add TYPE_CONTEXT check.Devang Patel2002-08-201-1/+2
* Index: ChangeLogGeoffrey Keating2002-08-041-38/+3
* dwarf2out.c (SECTION_ASM_OP, [...]): Remove.Neil Booth2002-07-231-2/+0
* defaults.h (obstack_chunk_alloc, [...]): Default definition.Neil Booth2002-07-231-2/+0
* tree.c (build_function_type_list): Update function comment.Aldy Hernandez2002-07-011-7/+8
* i386.c (ix86_init_mmx_sse_builtins): Use build_function_type_list instead of ...Aldy Hernandez2002-06-301-0/+25
* tree.c (tree_node_kind, [...]): Wrap in GATHER_STATISTICS macro.Kaveh R. Ghazi2002-06-211-0/+2
* Merge from pch-branch up to tag pch-commit-20020603.Geoffrey Keating2002-06-041-43/+43
* tree.c (real_minus_onep): New function to test for -1.0.Roger Sayle2002-06-011-0/+16
* target.h: Fix formatting.Kazu Hirata2002-05-311-2/+2
* tree.h: Forward-declare struct realvaluetype.Zack Weinberg2002-05-281-13/+9
* tree.c (decl_type_context): Return NULL_TREE if decl's context is a namespace.Bryce McKinlay2002-05-241-0/+3
* c-common.h (enum rid): Add RID_THREAD.Richard Henderson2002-05-211-4/+5
* Makefile.in: Update.Neil Booth2002-05-091-7/+0
* Makefile.in (c-lex.o): Update.Neil Booth2002-05-041-0/+7
* regrename.c: Fix formatting.Kazu Hirata2002-05-031-34/+34
* Initial P4 SSE2 builtin supportBernd Schmidt2002-04-291-0/+4
* tree.c (tree_int_cst_lt): Compare constants whose types differ in unsigned-ne...Alexandre Oliva2002-04-261-1/+14
* attribs.c (c_common_attribute_table): Move table and handlers to c-common.c.Neil Booth2002-04-241-6/+0
* c-lang.c (LANG_HOOKS_INCOMPLETE_TYPE_ERROR): Redefine.Neil Booth2002-04-181-1/+1
* langhooks-def.h (lhd_set_decl_assembler_name, [...]): New.Neil Booth2002-04-031-37/+12
* c-common.c (c_unsafe_for_reeval): Rename.Neil Booth2002-03-311-10/+3
* Makefile.in (convert.o, [...]): Update.Neil Booth2002-03-291-5/+5
* Makefile.in (except.o): Update.Neil Booth2002-03-291-15/+0
* toplev.c: Don't include setjmp.h.Zack Weinberg2002-03-251-40/+2
* c-common.c (c_tree_code_type, [...]): Delete.Kaveh R. Ghazi2002-03-131-31/+0
* expr.c (expand_expr): Use unsave lang hook.Neil Booth2002-03-081-32/+7
* emit-rtl.c, [...]: Remove all #ifndef REAL_ARITHMETIC blocks...Zack Weinberg2002-03-031-38/+0
* Makefile.in (CRTSTUFF_CFLAGS): Add -fno-zero-initialized-in-bss.Kaveh R. Ghazi2002-03-021-0/+42
* re PR c/4389 (Improper constant folding)Jakub Jelinek2002-02-201-5/+7
* i386.md ("mmx_uavgv8qi3"): Use const_vector.Aldy Hernandez2002-02-191-0/+29
* re PR c++/5624 (Strange bug with preprocessed file containing structs)Richard Henderson2002-02-101-5/+12