| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | Duh, missed this. | jakub | 2001-11-13 | 1 | -3/+15 |
* | * expmed.c (extract_bit_field): No longer pass in alignment. | kenner | 2001-11-11 | 1 | -5/+4 |
* | * emit-rtl.c (set_mem_attributes): Set RTX_UNCHANGINGP_P if T is a | kenner | 2001-11-03 | 1 | -0/+3 |
* | * alias.c (can_address_p): No longer static. | kenner | 2001-10-25 | 1 | -0/+1 |
* | * alias.c (can_address_p): Compnonents are not addressable if | kenner | 2001-10-23 | 1 | -4/+3 |
* | * emit-rtl.c (set_mem_attributes): Alignment is in bits. | kenner | 2001-10-20 | 1 | -1/+1 |
* | * emit-rtl.c (gen_reg_rtx): Also reallocate reg_decl array. | kenner | 2001-10-18 | 1 | -0/+5 |
* | * Makefile.in (print-rtl.o): Depend on TREE_H. | kenner | 2001-10-17 | 1 | -13/+17 |
* | * acconfig.h: Fix comment formatting. | kazu | 2001-10-09 | 1 | -3/+3 |
* | * alias.c (get_alias_set): Try to replace PLACEHOLDER_EXPR. | kenner | 2001-10-01 | 1 | -2/+8 |
* | * function.c (keep_stack_depressed): Don't use delete_insn. | kenner | 2001-10-01 | 1 | -0/+3 |
* | * Makefile.in, alias.c, basic-block.h, bb-reorder.c, bitmap.c, | gerald | 2001-08-22 | 1 | -12/+12 |
* | * expmed.c (mode_for_extraction): New function. | zack | 2001-08-22 | 1 | -0/+8 |
* | * stmt.c: Don't include insn-codes.h. | zack | 2001-08-21 | 1 | -2/+8 |
* | * optabs.h (OTI_flodiv, flodiv_optab): Kill. | zack | 2001-08-18 | 1 | -0/+29 |
* | * expr.h: Split out optab- and libfunc-related code to... | zack | 2001-08-13 | 1 | -596/+19 |
* | * rtlanal.c (set_noop_p): Return true for noop jumps. | hubicka | 2001-07-20 | 1 | -0/+4 |
* | * calls.c (prepare_call_address): New parameter SIBCALLP. If true, | rth | 2001-07-18 | 1 | -1/+1 |
* | * target.h (struct gcc_target): New fields init_builtins and | shebs | 2001-07-10 | 1 | -0/+3 |
* | 2001-07-09 Toon Moene <toon@moene.indiv.nluug.nl> | toon | 2001-07-09 | 1 | -2/+2 |
* | Mon Jul 9 06:41:07 2001 Richard Kenner <kenner@vlsi1.ultra.nyu.edu> | kenner | 2001-07-09 | 1 | -2/+13 |
* | * emit-rtl.c (replace_equiv_address): New function. | kenner | 2001-07-04 | 1 | -0/+6 |
* | * emit-rtl.c (adjust_address): New function. | kenner | 2001-07-02 | 1 | -0/+4 |
* | * expr.h (enum libfunc_index): Add LTI_memmove. | law | 2001-04-14 | 1 | -0/+2 |
* | * c-common.h (truthvalue_conversion, type_for_mode, | ghazi | 2001-04-12 | 1 | -1/+0 |
* | * Makefile.in (ifcvt.o): Depend on toplev.h. | ghazi | 2001-04-11 | 1 | -3/+0 |
* | * expr.h: Remove #ifdef FUNCTION_CONVERSION_BUG logic. | zack | 2001-04-04 | 1 | -9/+0 |
* | IA-64 ABI Exception Handling. | rth | 2001-03-28 | 1 | -12/+9 |
* | * mkconfig.sh: Include insn-flags.h. | rth | 2001-03-22 | 1 | -4/+0 |
* | * i386.md (pophi1, popqi1, pushqi1): Remove. | hubicka | 2001-03-21 | 1 | -3/+0 |
* | * bb-reorder.c (reorder_basic_blocks): Don't check for EH edges | rth | 2000-12-03 | 1 | -1/+2 |
* | * expr.h (store_by_pieces): Add prototype. | jakub | 2000-11-29 | 1 | -0/+19 |
* | Move fold_builtin declaration to proper header | bernds | 2000-11-03 | 1 | -1/+0 |
* | Constant folding for builtins | bernds | 2000-11-01 | 1 | -0/+1 |
* | Adding new option -ftrapv. | cchavva | 2000-10-18 | 1 | -1/+13 |
* | Bring back equal forms for libcalls | crux | 2000-09-17 | 1 | -5/+0 |