| Commit message (Expand) | Author | Age | Files | Lines |
* | * expr.c (expand_expr_addr_expr_1) Rename from expand_expr_addr_expr. | Richard Henderson | 2004-09-11 | 1 | -7/+33 |
* | Add CONST1_RTX (vector mode) support. | James E Wilson | 2004-09-10 | 1 | -1/+1 |
* | emit-rtl.c (immed_double_const): Use gcc_assert and gcc_unreachable. | Nathan Sidwell | 2004-09-08 | 1 | -871/+824 |
* | builtins.c (fold_builtin_strchr): Use build_int_cst, not fold_convert. | Nathan Sidwell | 2004-09-07 | 1 | -1/+1 |
* | c-common.c, [...]: Fix comment typos. | Kazu Hirata | 2004-09-05 | 1 | -2/+2 |
* | tree-ssa-loop-ivopts.c: New file. | Zdenek Dvorak | 2004-09-05 | 1 | -1/+10 |
* | c-common.c (c_alignof_expr): Use DECL_ALIGN_UNIT and TYPE_ALIGN_UNIT. | Richard Kenner | 2004-08-31 | 1 | -3/+3 |
* | expr.c (array_ref_element_size): Force aligned_size back to sizetype. | Richard Henderson | 2004-08-30 | 1 | -4/+16 |
* | expr.c (expand_expr_addr_expr): New. | Richard Henderson | 2004-08-30 | 1 | -129/+138 |
* | target-def.h (TARGET_SCALAR_MODE_SUPPORTED_P): New. | Richard Henderson | 2004-08-25 | 1 | -1/+1 |
* | tree.h (build_int_cst): New, sign extended constant. | Nathan Sidwell | 2004-08-25 | 1 | -11/+9 |
* | defaults.h (VECTOR_MODE_SUPPORTED_P): Remove macro. | Eric Christopher | 2004-08-24 | 1 | -10/+10 |
* | tree.h (SAVE_EXPR_RESOLVED_P): New. | Richard Henderson | 2004-08-22 | 1 | -1/+3 |
* | emit-rtl.c (gen_const_mem): New. | Richard Henderson | 2004-08-18 | 1 | -3/+1 |
* | rtl.h (MEM_READONLY_P): Replace RTX_UNCHANGING_P. | Richard Henderson | 2004-08-18 | 1 | -54/+2 |
* | Makefile.in: Regenerate. | Paolo Bonzini | 2004-08-17 | 1 | -4/+2 |
* | tree.h (build_int_cst): New. | Nathan Sidwell | 2004-08-15 | 1 | -11/+18 |
* | expr.c (move_by_pieces): Set alignment for move to minimum of MOVE_MAX_PIECES... | David Edelsohn | 2004-08-12 | 1 | -13/+66 |
* | builtins.def (BUILT_IN_STACK_ALLOC): Remove. | Richard Henderson | 2004-08-10 | 1 | -14/+2 |
* | re PR libgcj/3144 (java.lang.Date.compareTo() not supported) | Jakub Jelinek | 2004-08-10 | 1 | -9/+15 |
* | expr.c (expand_expr_real_1): Add back code that was not dead. | Paolo Bonzini | 2004-08-10 | 1 | -0/+26 |
* | Makefile.in (GTFILES): Remove stmt.c | Paolo Bonzini | 2004-08-09 | 1 | -22/+2 |
* | expr.c (expand_expr_real_1): Use optab_for_tree_code. | Paolo Bonzini | 2004-08-09 | 1 | -22/+11 |
* | expr.c (var_rtx): Remove. | Paolo Bonzini | 2004-08-09 | 1 | -458/+71 |
* | expr.c (expand_expr_real_1): Remove. | Paolo Bonzini | 2004-08-06 | 1 | -3/+0 |
* | re PR c/14516 (-fleading-underscore does not work correctly for file static v... | Geoffrey Keating | 2004-08-05 | 1 | -11/+5 |
* | expr.c (expand_expr_real_1): Fix crash with variable sized types. | Richard Henderson | 2004-08-01 | 1 | -2/+2 |
* | c-common.c (c_common_unsafe_for_reeval): Delete. | Eric Christopher | 2004-07-28 | 1 | -9/+0 |
* | expr.c (expand_expr_real_1, [...]): Remove obsolete error check. | Richard Kenner | 2004-07-27 | 1 | -8/+0 |
* | convert.c (convert_to_real, [...]): Replace calls to build with calls to buildN. | Roger Sayle | 2004-07-25 | 1 | -29/+31 |
* | expr.c (expand_expr_real_1): Don't handle non-local variables. | Richard Henderson | 2004-07-23 | 1 | -26/+8 |
* | * expr.c (emit_push_insn): Don't use set_mem_attributes. | Richard Henderson | 2004-07-22 | 1 | -19/+14 |
* | builtins.c (expand_builtin_setjmp_receiver): Fix comment for code removal. | Eric Christopher | 2004-07-21 | 1 | -63/+17 |
* | c-common.c (vector_types_convertible_p): Use vector types' TYPE_SIZE and TREE... | Paolo Bonzini | 2004-07-21 | 1 | -70/+144 |
* | c-common.h (check_case_value): Remove prototype. | Steven Bosscher | 2004-07-20 | 1 | -56/+8 |
* | cfgcleanup.c (try_simplify_condjump): Don't remove line notes to avoid unreac... | Steven Bosscher | 2004-07-17 | 1 | -14/+6 |
* | builtins.c (std_expand_builtin_va_arg): Remove. | Richard Henderson | 2004-07-16 | 1 | -3/+1 |
* | tree-def (WITH_SIZE_EXPR): New. | Richard Henderson | 2004-07-16 | 1 | -0/+6 |
* | expr.c (expand_assignment): Reenable bitfield += optimizations. | Jakub Jelinek | 2004-07-15 | 1 | -21/+61 |
* | expmed.c: Remove more references to QUEUED in the comments. | Paolo Bonzini | 2004-07-14 | 1 | -8/+1 |
* | expr.c (enqueue_insn, [...]): Remove. | Paolo Bonzini | 2004-07-14 | 1 | -545/+21 |
* | expr.c (store_expr): Don't fiddle subreg promotion for types with precision s... | Richard Henderson | 2004-07-11 | 1 | -1/+4 |
* | expr.h (store_bit_field, [...]): Remove last argument. | Jakub Jelinek | 2004-07-10 | 1 | -12/+7 |
* | tree-ssa-loop-im.c: New file. | Zdenek Dvorak | 2004-07-10 | 1 | -0/+17 |
* | alias.c (nonlocal_mentioned_p, [...]): Use, LABEL_P, JUMP_P, CALL_P, NONJUMP_... | Jerry Quinn | 2004-07-09 | 1 | -1/+1 |
* | expr.h (FUNCTION_ARG_PARTIAL_NREGS): Default to 0. | Alexandre Oliva | 2004-07-08 | 1 | -2/+0 |
* | re PR c/2511 (-pedantic not warning about bitfield overflow) | Joseph Myers | 2004-07-08 | 1 | -15/+64 |
* | except.c (expand_eh_region_start, [...]): Remove. | Richard Henderson | 2004-07-08 | 1 | -233/+12 |
* | expr.c (expand_expr_real_1): Fix formating. | Andrew Pinski | 2004-07-07 | 1 | -110/+3 |
* | builtins.c: Rename movstr*, except for movstrict*, to movmem* and clrstr* to ... | Alexandre Oliva | 2004-07-07 | 1 | -12/+12 |