| Commit message (Expand) | Author | Age | Files | Lines |
* | * fold-const.c optimze_bit_field_compare): Initialize rnbitpos, | law | 1998-04-01 | 1 | -3/+3 |
* | * basic-block.h (basic_block_computed_jump_target): Declare. | law | 1998-03-28 | 1 | -0/+7 |
* | Major cutover to using system.h: | ghazi | 1998-03-20 | 1 | -4/+1 |
* | * except.c (init_eh): Do nothing. | jason | 1998-03-19 | 1 | -1/+0 |
* | Fix more warnings... | ghazi | 1998-03-18 | 1 | -1/+4 |
* | Patch to fix mips64-elf varargs aliasing failures. | wilson | 1998-03-09 | 1 | -2/+11 |
* | Fix warious warnings: | ghazi | 1998-02-28 | 1 | -2/+9 |
* | * varasm.c (output_constant_pool): Bring back 'done' label inside | law | 1998-02-14 | 1 | -6/+7 |
* | * function.c (assign_parms): Fix typo in last change. | law | 1998-02-07 | 1 | -1/+1 |
* | Fix irix6 stdarg failure when last named arg has FP type. | wilson | 1998-02-06 | 1 | -9/+17 |
* | More bytecode stuff disappears. | law | 1998-01-20 | 1 | -18/+0 |
* | * Makefile.in: Remove all bytecode support. | law | 1998-01-20 | 1 | -166/+2 |
* | * alias.c: Change all uses of gen_rtx(FOO...) to gen_rtx_FOO; | rth | 1998-01-14 | 1 | -73/+61 |
* | Bring in final gcc-2.8.0 changes. | law | 1998-01-14 | 1 | -2/+4 |
* | Bring over changes from latest gcc-2.8 pre-release. | law | 1997-12-15 | 1 | -2/+2 |
* | Merge from gcc-2.8 | law | 1997-12-07 | 1 | -11/+32 |
* | Update mainline egcs to gcc2 snapshot 971021. | law | 1997-11-02 | 1 | -53/+283 |
* | * function.c (assign_parms): Correct mode of stack_parm if | law | 1997-10-29 | 1 | -0/+6 |
* | * tree.c (restore_tree_status): Also free up temporary storage | jason | 1997-10-18 | 1 | -1/+1 |
* | * reorg.c (dbr_schedule): Allow current_function_return_rtx | law | 1997-08-27 | 1 | -4/+9 |
* | (put_var_into_stack, assign_parms): If -fcheck-memory-usage, set the | kenner | 1997-08-02 | 1 | -2/+42 |
* | (put_var_into_stack, trampoline_address): Treat inline_function_decl | kenner | 1997-07-27 | 1 | -2/+3 |
* | (expand_function_end): If function is non-leaf and stack checking is | kenner | 1997-07-17 | 1 | -0/+20 |
* | * function.c (expand_function_end): Make sure we finish off any | mrs | 1997-05-15 | 1 | -0/+18 |
* | reformat a little to match GNU coding standards. | mrs | 1997-05-06 | 1 | -4/+4 |
* | x | merrill | 1997-04-24 | 1 | -0/+8 |
* | (instantiate_decls): For DECL_INCOMING_RTL, use max | wilson | 1997-04-18 | 1 | -4/+8 |
* | (expand_function_start): Emit queue after expanding | wilson | 1997-04-03 | 1 | -1/+6 |
* | * function.c (expand_function_end): Output NOTE_REPEATED_LINE_NUMBER | dje | 1997-03-28 | 1 | -0/+8 |
* | Add a REG_EQUIV note when a register parameter has a stack location | ian | 1997-03-18 | 1 | -4/+4 |
* | x | merrill | 1997-02-16 | 1 | -3/+1 |
* | (assign_stack_temp): Clear MEM flags from reuse. | kenner | 1997-02-09 | 1 | -0/+5 |
* | (instantiate_virtual_regs_1, case USE, CLOBBER): Fix error in last change. | kenner | 1997-02-07 | 1 | -1/+1 |
* | (TRAMPOLINE_ALIGNMENT): Provide default. | kenner | 1997-01-30 | 1 | -1/+5 |
* | (mark_all_temps_used): Set KEEP as well. | kenner | 1997-01-21 | 1 | -1/+1 |
* | (instantiate_virtual_regs_1, case USE, case CLOBBER): Properly handle | kenner | 1997-01-19 | 1 | -4/+21 |
* | (push_function_context_to, pop_function_context_from): Save and | kenner | 1997-01-03 | 1 | -1/+3 |
* | Check SMALL_REGISTER_CLASSES at runtime | ian | 1996-12-13 | 1 | -20/+25 |
* | (fixup_var_refs_1, case ZERO_EXTRACT): Don't call fixup_memory_subreg | kenner | 1996-12-11 | 1 | -2/+2 |
* | (frame_offset, get_frame_size): Make HOST_WIDE_INT. | kenner | 1996-12-07 | 1 | -2/+2 |
* | (expand_function_end): Handle BLKmode structures returned | wilson | 1996-11-09 | 1 | -0/+5 |
* | (assign_parms): Use mark_user_reg. | kenner | 1996-09-29 | 1 | -2/+2 |
* | (instantiate_decl): Always store addr back into x. | wilson | 1996-09-25 | 1 | -20/+20 |
* | (mark_all_temps_used): Fix error in last change. | kenner | 1996-08-26 | 1 | -1/+1 |
* | (mark_all_temps_used): New function. | kenner | 1996-08-26 | 1 | -0/+15 |
* | install EH code | mrs | 1996-07-23 | 1 | -0/+1 |
* | (aggregate_value_p): If hard_function_value returns | wilson | 1996-07-08 | 1 | -0/+6 |
* | formatting tweaks | mrs | 1996-07-03 | 1 | -23/+16 |
* | (find_temp_slot_from_address): Check for overlap from BASE_OFFSET if X | kenner | 1996-06-18 | 1 | -1/+6 |
* | (fixup_var_refs_1, case SIGN_EXTEND): Handle paradoxical SUBREGs as first | kenner | 1996-06-08 | 1 | -4/+32 |