| Commit message (Expand) | Author | Age | Files | Lines |
* | * rtl.h (LCT_RETURNS_TWICE): New. | rth | 2001-09-21 | 1 | -2/+8 |
* | * calls.c (store_one_arg): Expand comment. | rsandifo | 2001-09-10 | 1 | -2/+8 |
* | * calls.c (store_one_arg): Make sure that the entire argument is | rsandifo | 2001-09-10 | 1 | -2/+4 |
* | * calls.c (emit_library_call_value): Don't use a fixed | ghazi | 2001-08-31 | 1 | -2/+5 |
* | (forgot in last checkin) | aj | 2001-08-28 | 1 | -36/+13 |
* | * Makefile.in, alias.c, basic-block.h, bb-reorder.c, bitmap.c, | gerald | 2001-08-22 | 1 | -12/+12 |
* | * expr.h: Split out optab- and libfunc-related code to... | zack | 2001-08-13 | 1 | -0/+1 |
* | * defaults.h: Define PREFERRED_STACK_BOUNDARY to | zack | 2001-08-12 | 1 | -4/+0 |
* | * calls.c, function.c: Always define PREFERRED_STACK_BOUNDARY | zack | 2001-08-10 | 1 | -33/+2 |
* | * calls.c (ECF_ALWAYS_RETURN): New constant. | hubicka | 2001-08-08 | 1 | -1/+10 |
* | * calls.c (expand_call): Do not emit INSN_SETJMP note. | hubicka | 2001-08-07 | 1 | -18/+10 |
* | * alias.c (nonlocal_mentioned_p): | hubicka | 2001-08-07 | 1 | -1/+1 |
* | * alias.c: Fix comment formatting. | kazu | 2001-08-01 | 1 | -1/+1 |
* | * calls.c (prepare_call_address): New parameter SIBCALLP. If true, | rth | 2001-07-18 | 1 | -4/+5 |
* | * alias.c (set_mem_alias_set): New function. | kenner | 2001-07-11 | 1 | -2/+2 |
* | 2001-07-10 Kazu Hirata <kazu@hxi.com> | kazu | 2001-07-11 | 1 | -1/+1 |
* | * calls.c (store_one_arg): Don't divide align by BITS_PER_UNIT. | dje | 2001-05-05 | 1 | -3/+3 |
* | 2001-04-21 Kazu Hirata <kazu@hxi.com> | kazu | 2001-04-21 | 1 | -2/+2 |
* | * function.h (virtuals_instantiated): Declare. | dj | 2001-04-05 | 1 | -4/+12 |
* | * rtl.h (LCT_THROW): New. | rth | 2001-04-04 | 1 | -7/+21 |
* | 2001-04-03 Jakub Jelinek <jakub@redhat.com> | amacleod | 2001-04-03 | 1 | -6/+19 |
* | IA-64 ABI Exception Handling. | rth | 2001-03-28 | 1 | -21/+4 |
* | * rtl.h (LCT_NORETURN): New. | rth | 2001-03-28 | 1 | -0/+33 |
* | * mkconfig.sh: Include insn-flags.h. | rth | 2001-03-22 | 1 | -1/+0 |
* | * defaults.h (ACCUMULATE_OUTGOING_ARGS, PUSH_ARGS): Move from ... | rth | 2001-03-18 | 1 | -13/+0 |
* | * varasm.c (assemble_alias): Use DECL_ASSEMBLER_NAME, not the | mmitchel | 2001-03-15 | 1 | -2/+3 |
* | * calls.c (emit_library_call_value_1): Memory slot for | aoliva | 2001-01-24 | 1 | -1/+1 |
* | * calls.c (emit_library_call_value_1): Add USEs and CLOBBERs | aoliva | 2001-01-12 | 1 | -5/+33 |
* | * calls.c (emit_library_call_value_1): Support | aoliva | 2001-01-05 | 1 | -1/+5 |
* | * calls.c (calls_function_1, case CONSTRUCTOR): New case. | kenner | 2000-12-30 | 1 | -0/+11 |
* | * alias.c (alias_sets_conflict_p): New function. | kenner | 2000-12-30 | 1 | -21/+19 |
* | * calls.c (emit_library_call_value_1): Add to call_fusage the | aoliva | 2000-12-29 | 1 | -0/+3 |
* | * calls.c (store_one_arg): If parm is passed both in stack and in | cchavva | 2000-12-28 | 1 | -0/+24 |
* | * calls.c (expand_call): Emit queued insns before creating | rth | 2000-11-30 | 1 | -0/+4 |
* | * calls.c (expand_call): Defer const/pure NO_DEFER_POP until | rth | 2000-11-29 | 1 | -5/+5 |
* | * calls.c (expand_call): Don't disable tail recursion based | rth | 2000-11-28 | 1 | -4/+2 |
* | * calls.c (expand_call, emit_library_call_value_1), collect2.c | jsm28 | 2000-11-09 | 1 | -4/+4 |
* | * alias.c (init_alias_analysis), calls.c (expand_call, | jsm28 | 2000-11-07 | 1 | -5/+5 |
* | * calls.c (emit_call_1) [sibcall_pop]: Use n_popped instead of | aoliva | 2000-11-04 | 1 | -3/+2 |
* | * calls.c (expand_call): If sibcall_failure is set during pass 1, | jakub | 2000-10-27 | 1 | -4/+5 |
* | * calls.c (expand_call): Supress sibcall if we have a | rth | 2000-10-26 | 1 | -1/+6 |
* | * calls.c (combine_pending_stack_adjustment_and_call): Don't | aoliva | 2000-10-22 | 1 | -1/+1 |
* | * calls.c (expand_call): Disallow sibcalls to noreturn functions. | rth | 2000-10-07 | 1 | -0/+1 |
* | Bring back equal forms for libcalls | crux | 2000-09-17 | 1 | -13/+58 |
* | Don't make bogus libcall blocks | crux | 2000-09-15 | 1 | -44/+0 |
* | * calls.c (precompute_register_parameters): Use COSTS_N_INSNS, not 2. | rth | 2000-09-15 | 1 | -1/+1 |
* | * calls.c: Fix formatting. | law | 2000-09-07 | 1 | -130/+130 |
* | Eliminate false DV warnings for predicated calls to noreturn functions. | wilson | 2000-09-01 | 1 | -0/+4 |
* | top level: | zack | 2000-08-29 | 1 | -6/+2 |
* | * calls.c (expand_call): Don't create a VAR_DECL just to throw it | mmitchel | 2000-08-29 | 1 | -10/+4 |