| Commit message (Expand) | Author | Age | Files | Lines |
* | * alias.c, basic-block.h, c-common.c, c-common.h, | kazu | 2004-01-21 | 1 | -1/+1 |
* | * lang.c (java_estimate_num_insns_1): Fix bug in MODIFY_EXPR cost | hubicka | 2004-01-13 | 1 | -0/+24 |
* | * expr.h (expand_expr): Make it a macro, not a function. | mmitchel | 2004-01-09 | 1 | -1/+4 |
* | * builtins.c (std_build_builtin_va_list): New. | rth | 2003-10-30 | 1 | -0/+1 |
* | * target.h (init_libfuncs): New hook. | zack | 2003-10-02 | 1 | -1/+0 |
* | * expr.h (DEFAULT_FUNCTION_ARG_PADDING): New. | kazu | 2003-09-15 | 1 | -2/+5 |
* | 2003-09-12 Zdenek Dvorak <rakdver@atrey.karlin.mff.cuni.cz> | pinskia | 2003-09-15 | 1 | -2/+2 |
* | * targhooks.c: New file. | dj | 2003-09-04 | 1 | -23/+0 |
* | * expr.c (expand_assignment): Remove an unused argument | kazu | 2003-07-15 | 1 | -1/+1 |
* | * doc/tm.texi (BLOCK_REG_PADDING): Describe. | amodra | 2003-07-14 | 1 | -18/+7 |
* | * except.c: Convert prototypes to ISO C90. | aj | 2003-06-29 | 1 | -180/+167 |
* | cp: | ghazi | 2003-06-16 | 1 | -4/+4 |
* | * alloc-pool.c: Convert to ISO C90 prototypes. | aj | 2003-06-15 | 1 | -19/+17 |
* | * expr.h (EXPAND_MEMORY): New. | rth | 2003-06-09 | 1 | -2/+5 |
* | 2003-06-03 Aldy Hernandez <aldyh@redhat.com> | aldyh | 2003-06-03 | 1 | -0/+8 |
* | * builtins.c (expand_builtin_memcpy): Remove endp argument and endp | jakub | 2003-06-03 | 1 | -5/+11 |
* | Mon May 12 11:32:53 CEST 2003 Jan Hubicka <jh@suse.cz> | hubicka | 2003-05-12 | 1 | -1/+1 |
* | * expr.c (move_block_from_reg): Remove "size" parm. Localize vars. | amodra | 2003-05-09 | 1 | -2/+2 |
* | * stmt.c (force_label_rtx): New function, based on logic | zack | 2003-05-07 | 1 | -0/+5 |
* | * calls.c (struct arg_data): Move offset, slot_offset, size and | amodra | 2003-05-02 | 1 | -7/+23 |
* | * c-decl.c (finish_decl): When prototype with asmspec is found | jakub | 2003-04-28 | 1 | -0/+3 |
* | * expr.c (highest_pow2_factor): Return unsigned. | kenner | 2003-04-14 | 1 | -1/+1 |
* | 2003-03-13 Ansgar Esztermann <ansgar@thphy.uni-duesseldorf.de> | ansgar | 2003-03-13 | 1 | -0/+2 |
* | * expr.h (lang_expand_expr): Delete obsolete prototype. | sayle | 2003-03-06 | 1 | -8/+0 |
* | * calls.c (store_one_arg): Revert 1999-02-16 change. Revert | amodra | 2003-02-23 | 1 | -5/+8 |
* | * expr.h (default_must_pass_in_stack): Move decl outside ifdef. | rth | 2003-01-21 | 1 | -1/+1 |
* | * expr.h (MUST_PASS_IN_STACK): Move implementation... | rth | 2003-01-20 | 1 | -26/+3 |
* | * expr.h (emit_conditional_add): Add PARAMS to declaration. | danglin | 2003-01-15 | 1 | -3/+3 |
* | * i386.md (adddi3_carry_rex64, subdi3_carry_rex64): Name pattern. | hubicka | 2003-01-08 | 1 | -0/+3 |
* | * expr.c (gen_group_rtx, emit_group_move): New functions. | danglin | 2002-11-27 | 1 | -0/+7 |
* | * dbxout.c: Follow spelling conventions. | kazu | 2002-09-22 | 1 | -2/+2 |
* | * emit-rtl.c (set_mem_size): New function. | amodra | 2002-09-12 | 1 | -0/+3 |
* | * expr.h (enum block_op_methods): New. | rth | 2002-08-29 | 1 | -1/+9 |
* | * explow.c (int_expr_size): New fn. | jason | 2002-08-03 | 1 | -0/+4 |
* | * emit-rtl.c (set_mem_attributes_minus_bitpos): Rename from | rth | 2002-07-29 | 1 | -0/+6 |
* | * builtins.c (std_expand_builtin_va_start): Remove unused | zack | 2002-07-16 | 1 | -1/+1 |
* | 2002-06-16 Aldy Hernandez <aldyh@redhat.com> | aldyh | 2002-06-18 | 1 | -0/+2 |
* | Merge from pch-branch up to tag pch-commit-20020603. | geoffk | 2002-06-04 | 1 | -4/+0 |
* | * emit-rtl.c: Likewise. | kazu | 2002-06-03 | 1 | -3/+3 |
* | * expmed.c (const_mult_add_overflow_p): New. | rth | 2002-05-30 | 1 | -0/+1 |
* | * builtins.c (expand_builtin_va_arg): Give warnings not errors for | rth | 2002-03-31 | 1 | -3/+1 |
* | * expr.h (ADD_PARM_SIZE): One more convert for INC. | rth | 2002-03-26 | 1 | -1/+1 |
* | * expr.h (ADD_PARM_SIZE): Cast INC to ssizetype. | rth | 2002-03-26 | 1 | -17/+24 |
* | PR c++/4574 | jakub | 2002-02-21 | 1 | -1/+1 |
* | PR c/5615 | rth | 2002-02-20 | 1 | -1/+2 |
* | * emit-rtl.c (widen_memory_access): New. | rth | 2001-12-12 | 1 | -0/+4 |
* | * attribs.c (handle_no_check_memory_usage_atribute): Deleted. | kenner | 2001-12-05 | 1 | -22/+4 |
* | * rtl.h (mem_attrs): Rename decl to expr; adjust all users. | rth | 2001-12-02 | 1 | -2/+5 |
* | * Makefile.in (c-lang.o): Depends on langhooks-def.h. | kenner | 2001-11-27 | 1 | -17/+0 |
* | * alias.c (nonoverlapping_memrefs): Use REGNO_PTR_FRAME_P. | kenner | 2001-11-15 | 1 | -4/+3 |