| Commit message (Expand) | Author | Age | Files | Lines |
* | * explow.c (trunc_int_for_mode): Sign-extend value to mode. | aoliva | 2001-02-13 | 1 | -22/+10 |
* | * combine.c (nonzero_bits, case PLUS): If pointers extend unsigned | kenner | 2001-02-06 | 1 | -0/+5 |
* | * builtins.c (expand_builtin_alloca): allocate_dynamic_stack_space | kenner | 2001-02-01 | 1 | -15/+10 |
* | * explow.c (probe_stack_range): Ensure value passed to | kenner | 2001-01-22 | 1 | -6/+14 |
* | * explow.c (convert_memory_address, case SYMBOL_REF): Copy | kenner | 2001-01-01 | 1 | -0/+1 |
* | Remove obstacks. | mmitchel | 2000-10-13 | 1 | -5/+0 |
* | * combine.c (if_then_else_cond): Canonicalize BImode true to | rth | 2000-09-18 | 1 | -0/+4 |
* | unuglyfying code | aldyh | 2000-07-23 | 1 | -0/+2 |
* | * explow.c (set_mem_attributes): Do nothing for NULL type. | rth | 2000-06-13 | 1 | -1/+9 |
* | * explow.c (maybe_set_unchanging): New function, broken out from... | jason | 2000-06-06 | 1 | -3/+27 |
* | * Makefile.in (c-decl.o): Depend on rtl.h and expr.h. | kenner | 2000-05-31 | 1 | -12/+59 |
* | * combine.c (try_combine): Use any_condjump_p, any_uncondjump_p | rth | 2000-05-25 | 1 | -1/+1 |
* | * simplify-rtx.c (simplify_ternary_operation): Cast to unsigned. | jason | 2000-05-04 | 1 | -3/+4 |
* | * rtl.h (MEM_COPY_ATTRIBUTES): Also copy RTX_UNCHANGING_P and | kenner | 2000-05-04 | 1 | -6/+2 |
* | * builtins.c (expand_builtin_apply): Pass proper parameters to | hubicka | 2000-04-01 | 1 | -0/+17 |
* | * calls.c (expand_call): Pass bit alignment to mark_reg_pointer. | kenner | 2000-03-30 | 1 | -3/+3 |
* | * Rework fields used to describe positions of bitfields and | kenner | 2000-03-25 | 1 | -1/+4 |
* | Copyright fixes. | law | 2000-02-26 | 1 | -1/+2 |
* | * calls.c (compute_argument_block_size): New argument | hubicka | 2000-02-07 | 1 | -0/+7 |
* | * stupid.c: Die die die. | rth | 2000-01-19 | 1 | -4/+0 |
* | * eh-common.h: PROTO -> PARAMS. | ghazi | 2000-01-14 | 1 | -5/+5 |
* | * c-common.c (enum attrs): Add A_NO_LIMIT_STACK. | geoffk | 1999-12-04 | 1 | -0/+27 |
* | * explow.c (hard_function_value): Add outgoing argument. | rth | 1999-11-16 | 1 | -3/+13 |
* | Fri Oct 29 15:25:07 1999 Arnaud Charlet <charlet@ACT-Europe.FR> | kenner | 1999-11-01 | 1 | -5/+27 |
* | Make it possible to prototype port-specific functions (and convert i386 to us... | crux | 1999-09-20 | 1 | -0/+1 |
* | Replace insn_foo with insn_data.foo. | rth | 1999-09-12 | 1 | -9/+8 |
* | Merge in gcc2-ss-010999 | law | 1999-09-07 | 1 | -4/+8 |
* | Fix misuses of MAX_MACHINE_MODE that can result in an infinite loop. | wilson | 1999-08-15 | 1 | -2/+2 |
* | Include function.h in most files. Remove most of the global variables | crux | 1999-08-09 | 1 | -0/+1 |
* | Call force_operand if X does not satisfy general_operand | nickc | 1999-08-02 | 1 | -0/+5 |
* | * explow.c (trunc_int_for_mode): New function. | rth | 1999-07-23 | 1 | -0/+41 |
* | 1999-04-17 20:11 -0400 Zack Weinberg <zack@rabi.columbia.edu> | zack | 1999-04-17 | 1 | -0/+1 |
* | * explow.c (allocate_dynamic_stack_space): Undo last change. Use | law | 1999-04-14 | 1 | -1/+5 |
* | * explow.c (allocate_dynamic_stack_space): Correctly convert TARGET | law | 1999-04-14 | 1 | -1/+1 |
* | Warning fixes: | ghazi | 1999-03-19 | 1 | -1/+1 |
* | * except.c (start_catch_handler): Use emit_cmp_and_jump_insns. | law | 1999-02-14 | 1 | -2/+2 |
* | * cse.c (fold_rtx): Revert 29 Dec change. | rth | 1999-01-21 | 1 | -1/+1 |
* | Update copyrights | mmitchel | 1999-01-19 | 1 | -1/+1 |
* | * rtl.h (rtx_def): Update documentation. | mmitchel | 1999-01-19 | 1 | -2/+3 |
* | * explow.c (plus_constant_wide): Don't immediately return with | amylaar | 1998-12-08 | 1 | -9/+22 |
* | * function.c (nonlocal_goto_handler_slots): Renamed from | law | 1998-11-20 | 1 | -1/+1 |
* | * expr.c (STACK_BYTES): Delete unused macro. | law | 1998-11-19 | 1 | -9/+13 |
* | Warning fixes: | ghazi | 1998-10-13 | 1 | -1/+1 |
* | * expr.h (STACK_SIZE_MODE): New macro. | dje | 1998-07-02 | 1 | -3/+5 |
* | * invoke.texi (-fstrict-aliasing): Document. | mmitchel | 1998-06-25 | 1 | -0/+5 |
* | * optabs.c: Use gen_rtx_FOO (...) instead of gen_rtx (FOO, ...). | jfc | 1998-06-24 | 1 | -3/+3 |
* | * explow.c (emit_stack_save): Add prototype for FCN. | law | 1998-06-19 | 1 | -2/+2 |
* | Thu Jun 4 14:35:27 1998 David Edelsohn <edelsohn@mhpcc.edu> | dje | 1998-06-04 | 1 | -20/+7 |
* | typo typo fixes fixes | law | 1998-05-06 | 1 | -1/+1 |
* | * Check in merge from gcc2. See ChangeLog.11 and ChangeLog.12 | law | 1998-04-04 | 1 | -2/+3 |