| Commit message (Expand) | Author | Age | Files | Lines |
* | * function.c (keep_stack_depressed): Don't use delete_insn. | kenner | 2001-10-01 | 1 | -76/+0 |
* | * explow.c (set_mem_attributes): Avoid returning a bogus alias set | jason | 2001-08-22 | 1 | -0/+9 |
* | * 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 | -18/+5 |
* | * dbxout.c: Fix comment formatting. | kazu | 2001-08-08 | 1 | -2/+2 |
* | * tm.texi (POINTERS_EXTEND_UNSIGNED) Modify definition. | rth | 2001-07-19 | 1 | -15/+27 |
* | * alias.c (set_mem_alias_set): New function. | kenner | 2001-07-11 | 1 | -1/+1 |
* | * emit-rtl.c (adjust_address, adjust_address_nv): Handle an | kenner | 2001-07-09 | 1 | -5/+0 |
* | Mon Jul 9 06:41:07 2001 Richard Kenner <kenner@vlsi1.ultra.nyu.edu> | kenner | 2001-07-09 | 1 | -12/+4 |
* | * emit-rtl.c (replace_equiv_address): New function. | kenner | 2001-07-04 | 1 | -2/+4 |
* | Install correct hunks | kenner | 2001-07-04 | 1 | -4/+2 |
* | * explow.c (plus_constant_wide): Reinitialize Y for restart. | kenner | 2001-07-04 | 1 | -3/+7 |
* | * explow.c (plus_constant_wide, case PLUS): Call find_constant_term | kenner | 2001-07-03 | 1 | -8/+11 |
* | * explow.c (plus_constant_wide, case LO_SUM): New case. | kenner | 2001-07-03 | 1 | -19/+5 |
* | * explow.c (expr_size): If DECL and size specified, use it. | kenner | 2001-06-15 | 1 | -1/+7 |
* | * tree.def (ARRAY_RANGE_REF): New code. | kenner | 2001-06-04 | 1 | -1/+2 |
* | * bitmap.c: Change NULL_PTR to NULL or "(rtx*)0". | ghazi | 2001-05-01 | 1 | -3/+3 |
* | * mkconfig.sh: Include insn-flags.h. | rth | 2001-03-22 | 1 | -2/+0 |
* | * 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 |