Age | Commit message (Expand) | Author | Files | Lines |
1997-08-20 | stmt.c (start_cleanup_deferal, [...]): Test block_stack before dereferencing it. | Jim Wilson | 1 | -2/+8 |
1997-08-02 | (expand_computed_goto): If -fcheck-memory-usage, check that computed address ... | Richard Kenner | 1 | -1/+19 |
1997-07-17 | (expand_decl): If stack checking, use alloca for large vars. | Richard Kenner | 1 | -1/+5 |
1997-06-11 | stmt.c (expand_decl_cleanup): Avoid core dumping when exceptions aren't on. | Mike Stump | 1 | -3/+4 |
1997-04-29 | except.c (expand_eh_region_start_tree): Add DECL argument so we can better tr... | Mike Stump | 1 | -15/+27 |
1997-04-26 | (pushcase_range): [try to] properly apply previous patch of empty range test. | Doug Evans | 1 | -4/+4 |
1997-04-24 | (pushcase_range): Check for null range first. | Richard Kenner | 1 | -7/+7 |
1997-04-23 | Add setjmp/longjmp exception handling. | Mike Stump | 1 | -55/+339 |
1997-02-10 | stmt.c (group_case_nodes): Recognize more opportunities to group case nodes. | Jeff Law | 1 | -1/+7 |
1996-10-30 | (expand_asm_operands): Disallow matching constraints on output and | Richard Kenner | 1 | -7/+13 |
1996-10-23 | return | Jason Merrill | 1 | -3/+8 |
1996-09-29 | (expand_decl): Use mark_user_reg and simplify code. | Richard Kenner | 1 | -0/+1 |
1996-09-29 | (expand_asm_operands): Fix errors in previous patches. | Richard Kenner | 1 | -26/+10 |
1996-09-29 | (fixup_gotos): When running undefined labels, if no cleanup actions | Richard Kenner | 1 | -2/+3 |
1996-09-23 | (expand_asm_operands): Handle '+' constraint. | Richard Kenner | 1 | -5/+40 |
1996-08-14 | (expand_return): In code for doing scc with jumps, | Torbjorn Granlund | 1 | -8/+30 |
1996-08-12 | (expand_end_bindings): Add test and call for nonlocal_goto_receiver pattern. | Richard Kenner | 1 | -2/+7 |
1996-07-23 | install EH code | Mike Stump | 1 | -7/+8 |
1996-07-03 | formatting tweaks | Mike Stump | 1 | -37/+38 |
1996-06-06 | (expand_value_return): Handle PARALLEL return_reg. | Jim Wilson | 1 | -0/+15 |
1996-05-17 | expr.c (expand_expr, [...]): Make TARGET_EXPRs redoable for UNSAVE_EXPR. | Mike Stump | 1 | -6/+5 |
1996-05-06 | (expand_decl): Don't deduce alignment of SIZE from DECL_ALIGN; use | Richard Kenner | 1 | -2/+5 |
1996-04-20 | (check_for_full_enumeration_handling): Call case_tree2list before checking fo... | Richard Kenner | 1 | -29/+66 |
1996-04-20 | Revert to 1.140. | Richard Kenner | 1 | -4/+4 |
1996-04-14 | (expand_end_case): Move conversion of case_list before | Richard Kenner | 1 | -4/+4 |
1996-03-19 | (struct case_node): New member balance. | Richard Kenner | 1 | -61/+248 |
1996-02-13 | (expand_end_case): Don't use ADDR_DIFF_VEC for PIC if | Richard Kenner | 1 | -0/+3 |
1996-02-13 | (bc_pushcase): Fix precedence error. | Richard Kenner | 1 | -1/+1 |
1996-01-15 | (save_expr_regs): Delete declaration; unused. | Richard Kenner | 1 | -5/+1 |
1995-12-31 | (expand_asm_operands): Call assign_temp with extra arg. | Richard Kenner | 1 | -2/+2 |
1995-12-31 | (tail_recursion_args): Compare TYPE_MAIN_VARIANTs. | Richard Kenner | 1 | -1/+2 |
1995-12-31 | (fixup_gotos): Use DECL_ERROR_ISSUED instead of DECL_REGISTER. | Richard Kenner | 1 | -2/+2 |
1995-12-29 | * stmt.c (expand_asm_operands): Use new assign_temp function. | Per Bothner | 1 | -12/+2 |
1995-12-27 | (expand_decl): Set alignment of register for pointer variable. | Richard Kenner | 1 | -1/+3 |
1995-12-18 | (expand_asm_operands): Handle numeric constraints in | Jim Wilson | 1 | -2/+12 |
1995-12-14 | function.c (identify_blocks): Start with a chain of BLOCKs to match the rest ... | Mike Stump | 1 | -4/+0 |
1995-09-12 | (expand_start_stmt_expr): Do stack adjust in right place. | Richard Kenner | 1 | -1/+1 |
1995-08-28 | Fix spelling errors. | Richard Kenner | 1 | -1/+1 |
1995-08-15 | (fixup_gotos): When some fixups done, reset to point to next instead | Richard Kenner | 1 | -1/+1 |
1995-08-13 | (expand_asm_operands): Type '0'..'4' operands may allow regs, so move | Richard Kenner | 1 | -1/+1 |
1995-07-26 | (emit_nop): Do not emit a nop if there is a single insn before a label | Richard Kenner | 1 | -1/+2 |
1995-07-14 | (expand_start_stmt_expr): Force stack adjust before NO_DEFER_POP. | Richard Kenner | 1 | -0/+1 |
1995-06-28 | Delete redundant forward decls. | Richard Kenner | 1 | -28/+4 |
1995-06-27 | (expand_asm_operands): Handle input operands that may not be in a | Richard Kenner | 1 | -6/+49 |
1995-06-22 | (expand_return): Correctly handle returning BLKmode structures in registers w... | Richard Kenner | 1 | -35/+44 |
1995-06-15 | Update FSF address. | Richard Kenner | 1 | -1/+2 |
1995-06-11 | (expand_asm_operands): See if output operand permits register. | Richard Kenner | 1 | -18/+50 |
1995-06-11 | (all_cases_count, case INTEGER_TYPE): Fix typo in checking for integer | Richard Kenner | 1 | -1/+1 |
1995-05-28 | (expand_computed_goto): Call do_pending_stack_adjust. | Richard Kenner | 1 | -1/+3 |
1995-05-16 | Fix typos in comments. | Richard Kenner | 1 | -3/+3 |