Age | Commit message (Expand) | Author | Files | Lines |
1999-10-14 | gcc toplevel: | J"orn Rennecke | 1 | -1/+8 |
1999-10-07 | expr.c (expand_expr, [...]): Set TREE_USED sooner. | Jason Merrill | 1 | -15/+9 |
1999-09-23 | Use cbranch patterns when available | Bernd Schmidt | 1 | -17/+17 |
1999-09-22 | Fix complex-5.c problem | Michael Meissner | 1 | -0/+49 |
1999-09-20 | Make it possible to prototype port-specific functions (and convert i386 to us... | Bernd Schmidt | 1 | -0/+1 |
1999-09-17 | stmt.c (expand_start_bindings): Allow callers to pass a flag indicating that ... | Mark Mitchell | 1 | -3/+3 |
1999-09-15 | emit-rtl.c (free_emit_status): Don't check DECL_DEFER_OUTPUT. | Richard Henderson | 1 | -0/+20 |
1999-09-15 | calls.c (precompute_arguments): Fix typo in comment. | Mark Mitchell | 1 | -4/+11 |
1999-09-12 | Replace insn_foo with insn_data.foo. | Richard Henderson | 1 | -39/+34 |
1999-09-06 | Merge in gcc2-ss-010999 | Jeff Law | 1 | -41/+64 |
1999-09-05 | Makefile.in (stor-layout.o): Depend on ggc.h. | Richard Henderson | 1 | -0/+3 |
1999-09-02 | dwarf2out.c (dwarf2out_line): Constify `lastfile'. | Richard Henderson | 1 | -1/+0 |
1999-08-24 | expr.c (expand_expr): Cope with COND_EXPRs with one non-returning branch. | Nathan Sidwell | 1 | -2/+7 |
1999-08-24 | expr.c (store_expr): Always pass down the target, even when not doing CSE. | Mark Mitchell | 1 | -2/+1 |
1999-08-24 | expr.c (convert_move): Fix arguments to TRULY_NOOP_TRUNCATION call. | Jeffrey A Law | 1 | -1/+2 |
1999-08-18 | Combined compare & jump infrastructure | Bernd Schmidt | 1 | -300/+216 |
1999-08-09 | Include function.h in most files. | Bernd Schmidt | 1 | -73/+16 |
1999-08-05 | Allow PARALLEL return value for complex type represented as a CONCAT. | Jim Wilson | 1 | -0/+11 |
1999-08-04 | * expr.c (expand_expr, case PLUS_EXPR): Fix parallel case, too. | Jason Merrill | 1 | -1/+1 |
1999-07-27 | expr.c (expand_expr, [...]): Get the mode from the tree for op1, not the rtl. | Jason Merrill | 1 | -1/+3 |
1999-07-25 | builtins.c (expand_builtin_saveregs): Remove static, remove exp and ignore ar... | Richard Henderson | 1 | -0/+3 |
1999-07-22 | Break out builtin function expansion from expr.c | Bernd Schmidt | 1 | -1948/+1 |
1999-07-12 | Duh. INTVAL only wants the rtx, not an operand #. | Jeff Law | 1 | -2/+2 |
1999-07-12 | * expr.c (expand_expr): Fix thinko in last change. | Jeff Law | 1 | -2/+2 |
1999-07-12 | Remove redundant definition of constant_part that slipped through. | Jeff Law | 1 | -2/+0 |
1999-07-12 | expr.c (expand_expr, [...]): Pass constants through immed_double_const to ens... | Jeffrey A Law | 1 | -2/+24 |
1999-06-30 | expr.c (emit_block_move): Use copy_to_mode_reg for !TARGET_MEM_FUNCTIONS case... | Jeffrey A Law | 1 | -2/+2 |
1999-06-30 | Fix typos (missing commas) in last change | Jeff Law | 1 | -2/+2 |
1999-06-28 | expr.c (emit_block_move): Properly handle case where one of the block move ar... | Jeff Law | 1 | -58/+114 |
1999-06-25 | expr.c (expand_expr): Allow RTL_EXPR's through the MAX_INTEGER_COMPUTATION_MO... | Gavin Romig-Koch | 1 | -1/+3 |
1999-06-22 | expr.c (expand_expr): STRIP_NOPS before checking against MAX_INTEGER_COMPUTAT... | Jason Merrill | 1 | -2/+12 |
1999-06-22 | Fix for abort when PROMOTE_MODES defined but PROMOTE_FUNCTION_{ARG,RETURN} not. | Jim Wilson | 1 | -0/+14 |
1999-05-17 | tree.def (TYPE_NONCOPIED_PARTS): Revise documentation to match reality. | Mark Mitchell | 1 | -1/+1 |
1999-05-12 | disable maintenance of errno | Craig Burley | 1 | -1/+1 |
1999-04-29 | emit-rtl.c (start_sequence): Expand comments. | Mark Mitchell | 1 | -4/+15 |
1999-04-27 | expr.c (emit_move_insn_1): Abort if MODE argument is invalid. | Zack Weinberg | 1 | -8/+19 |
1999-04-26 | function.c (put_var_into_stack): Change ptr_mode to Pmode in setup for chkr_s... | Mumit Khan | 1 | -23/+23 |
1999-04-25 | * expr.c (expand_assignment): Improve test for pointer type. | Donn Terry | 1 | -2/+2 |
1999-04-15 | expr.c (expand_assignment): Force pointers to proper mode if POINTERS_EXTEND_... | Donn Terry | 1 | -1/+8 |
1999-04-08 | expr.c (expand_expr, [...]): Do not try to optimize a aggregate address which... | Jeffrey A Law | 1 | -0/+3 |
1999-04-06 | expr.c (expand_builtin): Use copy_to_mode_reg; don't force constants into a r... | Richard Henderson | 1 | -2/+3 |
1999-04-06 | expr.c (expand_builtin_setjmp): Put setjmp return label on nonlocal_goto_hand... | Richard Henderson | 1 | -2/+7 |
1999-04-02 | tm.texi (USE_LOAD_POST_DECREMENT, [...]): Document. | Michael Hayes | 1 | -20/+0 |
1999-04-01 | Fix irix6 libstdc++ v3 build failure with complex types. | Jim Wilson | 1 | -1/+3 |
1999-03-23 | expr.c (expand_assignment): Do not try to optimize a aggregate address which ... | Jeffrey A Law | 1 | -0/+3 |
1999-03-19 | * expr.c (expand_expr): Handle ERROR_MARK much earlier. | Martin v. Löwis | 1 | -15/+22 |
1999-03-19 | Warning fixes: | Kaveh R. Ghazi | 1 | -1/+1 |
1999-03-11 | expr.c (expand_expr): Allow a CALL_EXPR with a mode wider than MAX_INTEGER_CO... | Jeffrey A Law | 1 | -0/+2 |
1999-02-19 | tree.def (TRY_FINALLY_EXPR, [...]): New tree nodes, | Per Bothner | 1 | -1/+41 |
1999-02-14 | except.c (start_catch_handler): Use emit_cmp_and_jump_insns. | Jeffrey A Law | 1 | -16/+12 |