Age | Commit message (Expand) | Author | Files | Lines |
2002-12-24 | regmove.c: Fix comment typos. | Kazu Hirata | 1 | -1/+1 |
2002-12-23 | tree.c (save_expr): Allow either side of a dyadic operand to be constant. | Nathan Sidwell | 1 | -7/+19 |
2002-12-19 | omit needless braces | Jason Merrill | 1 | -3/+1 |
2002-12-18 | tree.c (make_node): Don't set TREE_TYPE on 's' class nodes. | Jason Merrill | 1 | -14/+21 |
2002-12-16 | Merge basic-improvements-branch to trunk | Zack Weinberg | 1 | -119/+56 |
2002-12-06 | tree.c (unsafe_for_reeval): Consider callee child of CALL_EXPR. | Dale Johannesen | 1 | -2/+3 |
2002-12-04 | PR c++/8461, c++/8625 | Jason Merrill | 1 | -0/+3 |
2002-11-26 | hooks.c (hook_bool_void_false, [...]): Rename so that the return type is first. | Richard Henderson | 1 | -47/+0 |
2002-11-14 | tree.c (tree_vec_elt_check_failed): New function. | Zack Weinberg | 1 | -0/+16 |
2002-10-23 | langhooks.h (struct lang_hooks_for_tree_inlining): Add var_mod_type_p. | Zack Weinberg | 1 | -0/+59 |
2002-10-14 | c-common.c (c_common_type_for_mode): Add V2HImode case. | J"orn Rennecke | 1 | -0/+3 |
2002-10-11 | cfganal.c (dfs_enumerate_from): Use PARAMS. | John David Anglin | 1 | -2/+2 |
2002-10-09 | conflict.c (arc_hash): Change return type to hashval_t. | Kaveh R. Ghazi | 1 | -2/+2 |
2002-09-27 | LANGUAGES: Follow spelling conventions. | Kazu Hirata | 1 | -1/+1 |
2002-09-17 | machmode.def (V1DImode): New mode. | Nick Clifton | 1 | -0/+3 |
2002-09-16 | real.c, real.h: Rewrite from scratch. | Richard Henderson | 1 | -5/+2 |
2002-08-21 | tree.c (finish_vector_type): Fix a typo in a comment. | Stan Shebs | 1 | -1/+1 |
2002-08-20 | tree.c (get_qualified_type): Add TYPE_CONTEXT check. | Devang Patel | 1 | -1/+2 |
2002-08-04 | Index: ChangeLog | Geoffrey Keating | 1 | -38/+3 |
2002-07-23 | dwarf2out.c (SECTION_ASM_OP, [...]): Remove. | Neil Booth | 1 | -2/+0 |
2002-07-23 | defaults.h (obstack_chunk_alloc, [...]): Default definition. | Neil Booth | 1 | -2/+0 |
2002-07-01 | tree.c (build_function_type_list): Update function comment. | Aldy Hernandez | 1 | -7/+8 |
2002-06-30 | i386.c (ix86_init_mmx_sse_builtins): Use build_function_type_list instead of ... | Aldy Hernandez | 1 | -0/+25 |
2002-06-21 | tree.c (tree_node_kind, [...]): Wrap in GATHER_STATISTICS macro. | Kaveh R. Ghazi | 1 | -0/+2 |
2002-06-04 | Merge from pch-branch up to tag pch-commit-20020603. | Geoffrey Keating | 1 | -43/+43 |
2002-06-01 | tree.c (real_minus_onep): New function to test for -1.0. | Roger Sayle | 1 | -0/+16 |
2002-05-31 | target.h: Fix formatting. | Kazu Hirata | 1 | -2/+2 |
2002-05-28 | tree.h: Forward-declare struct realvaluetype. | Zack Weinberg | 1 | -13/+9 |
2002-05-24 | tree.c (decl_type_context): Return NULL_TREE if decl's context is a namespace. | Bryce McKinlay | 1 | -0/+3 |
2002-05-21 | c-common.h (enum rid): Add RID_THREAD. | Richard Henderson | 1 | -4/+5 |
2002-05-09 | Makefile.in: Update. | Neil Booth | 1 | -7/+0 |
2002-05-04 | Makefile.in (c-lex.o): Update. | Neil Booth | 1 | -0/+7 |
2002-05-03 | regrename.c: Fix formatting. | Kazu Hirata | 1 | -34/+34 |
2002-04-29 | Initial P4 SSE2 builtin support | Bernd Schmidt | 1 | -0/+4 |
2002-04-26 | tree.c (tree_int_cst_lt): Compare constants whose types differ in unsigned-ne... | Alexandre Oliva | 1 | -1/+14 |
2002-04-24 | attribs.c (c_common_attribute_table): Move table and handlers to c-common.c. | Neil Booth | 1 | -6/+0 |
2002-04-18 | c-lang.c (LANG_HOOKS_INCOMPLETE_TYPE_ERROR): Redefine. | Neil Booth | 1 | -1/+1 |
2002-04-03 | langhooks-def.h (lhd_set_decl_assembler_name, [...]): New. | Neil Booth | 1 | -37/+12 |
2002-03-31 | c-common.c (c_unsafe_for_reeval): Rename. | Neil Booth | 1 | -10/+3 |
2002-03-29 | Makefile.in (convert.o, [...]): Update. | Neil Booth | 1 | -5/+5 |
2002-03-29 | Makefile.in (except.o): Update. | Neil Booth | 1 | -15/+0 |
2002-03-25 | toplev.c: Don't include setjmp.h. | Zack Weinberg | 1 | -40/+2 |
2002-03-13 | c-common.c (c_tree_code_type, [...]): Delete. | Kaveh R. Ghazi | 1 | -31/+0 |
2002-03-08 | expr.c (expand_expr): Use unsave lang hook. | Neil Booth | 1 | -32/+7 |
2002-03-03 | emit-rtl.c, [...]: Remove all #ifndef REAL_ARITHMETIC blocks... | Zack Weinberg | 1 | -38/+0 |
2002-03-02 | Makefile.in (CRTSTUFF_CFLAGS): Add -fno-zero-initialized-in-bss. | Kaveh R. Ghazi | 1 | -0/+42 |
2002-02-20 | re PR c/4389 (Improper constant folding) | Jakub Jelinek | 1 | -5/+7 |
2002-02-19 | i386.md ("mmx_uavgv8qi3"): Use const_vector. | Aldy Hernandez | 1 | -0/+29 |
2002-02-10 | re PR c++/5624 (Strange bug with preprocessed file containing structs) | Richard Henderson | 1 | -5/+12 |
2002-02-09 | Contribute sh64-elf. | Alexandre Oliva | 1 | -0/+1 |