Age | Commit message (Expand) | Author | Files | Lines |
2002-02-21 | re PR c++/4574 (Internal compiler error in `expand_and', at expmed.c:4055) | Jakub Jelinek | 1 | -1/+1 |
2002-02-20 | re PR c/5615 (ICE in size_binop, at fold-const.c:1914) | Richard Henderson | 1 | -1/+2 |
2001-12-11 | emit-rtl.c (widen_memory_access): New. | Richard Henderson | 1 | -0/+4 |
2001-12-05 | attribs.c (handle_no_check_memory_usage_atribute): Deleted. | Richard Kenner | 1 | -22/+4 |
2001-12-02 | rtl.h (mem_attrs): Rename decl to expr; adjust all users. | Richard Henderson | 1 | -2/+5 |
2001-11-27 | Makefile.in (c-lang.o): Depends on langhooks-def.h. | Richard Kenner | 1 | -17/+0 |
2001-11-15 | alias.c (nonoverlapping_memrefs): Use REGNO_PTR_FRAME_P. | Richard Kenner | 1 | -4/+3 |
2001-11-13 | Duh, missed this. | Jakub Jelinek | 1 | -3/+15 |
2001-11-11 | expmed.c (extract_bit_field): No longer pass in alignment. | Richard Kenner | 1 | -5/+4 |
2001-11-03 | emit-rtl.c (set_mem_attributes): Set RTX_UNCHANGINGP_P if T is a constant exp... | Richard Kenner | 1 | -0/+3 |
2001-10-25 | alias.c (can_address_p): No longer static. | Richard Kenner | 1 | -0/+1 |
2001-10-23 | alias.c (can_address_p): Compnonents are not addressable if the containing ty... | Richard Kenner | 1 | -4/+3 |
2001-10-20 | emit-rtl.c (set_mem_attributes): Alignment is in bits. | Richard Kenner | 1 | -1/+1 |
2001-10-18 | emit-rtl.c (gen_reg_rtx): Also reallocate reg_decl array. | Richard Kenner | 1 | -0/+5 |
2001-10-17 | Makefile.in (print-rtl.o): Depend on TREE_H. | Richard Kenner | 1 | -13/+17 |
2001-10-09 | acconfig.h: Fix comment formatting. | Kazu Hirata | 1 | -3/+3 |
2001-10-01 | alias.c (get_alias_set): Try to replace PLACEHOLDER_EXPR. | Richard Kenner | 1 | -2/+8 |
2001-10-01 | function.c (keep_stack_depressed): Don't use delete_insn. | Richard Kenner | 1 | -0/+3 |
2001-08-22 | Makefile.in, [...]: replace "GNU CC" with "GCC". | Lars Brinkhoff | 1 | -12/+12 |
2001-08-22 | expmed.c (mode_for_extraction): New function. | Zack Weinberg | 1 | -0/+8 |
2001-08-21 | stmt.c: Don't include insn-codes.h. | Zack Weinberg | 1 | -2/+8 |
2001-08-18 | optabs.h (OTI_flodiv, [...]): Kill. | Zack Weinberg | 1 | -0/+29 |
2001-08-13 | expr.h: Split out optab- and libfunc-related code to... | Zack Weinberg | 1 | -596/+19 |
2001-07-20 | rtlanal.c (set_noop_p): Return true for noop jumps. | Jan Hubicka | 1 | -0/+4 |
2001-07-17 | calls.c (prepare_call_address): New parameter SIBCALLP. | Richard Henderson | 1 | -1/+1 |
2001-07-10 | target.h (struct gcc_target): New fields init_builtins and expand_builtin. | Stan Shebs | 1 | -0/+3 |
2001-07-09 | expr.h: Adjust prototypes for have_add2_insn, have_sub2_insn. | Toon Moene | 1 | -2/+2 |
2001-07-09 | [multiple changes] | Richard Kenner | 1 | -2/+13 |
2001-07-04 | emit-rtl.c (replace_equiv_address): New function. | Richard Kenner | 1 | -0/+6 |
2001-07-02 | emit-rtl.c (adjust_address): New function. | Richard Kenner | 1 | -0/+4 |
2001-04-13 | expr.h (enum libfunc_index): Add LTI_memmove. | Loren J. Rittle | 1 | -0/+2 |
2001-04-12 | c-common.h (truthvalue_conversion, [...]): Delete redundant declarations. | Kaveh R. Ghazi | 1 | -1/+0 |
2001-04-11 | Makefile.in (ifcvt.o): Depend on toplev.h. | Kaveh R. Ghazi | 1 | -3/+0 |
2001-04-04 | expr.h: Remove #ifdef FUNCTION_CONVERSION_BUG logic. | Zack Weinberg | 1 | -9/+0 |
2001-03-28 | IA-64 ABI Exception Handling. | Richard Henderson | 1 | -12/+9 |
2001-03-22 | mkconfig.sh: Include insn-flags.h. | Richard Henderson | 1 | -4/+0 |
2001-03-21 | i386.md (pophi1, [...]): Remove. | Jan Hubicka | 1 | -3/+0 |
2000-12-03 | bb-reorder.c (reorder_basic_blocks): Don't check for EH edges unless exceptio... | Richard Henderson | 1 | -1/+2 |
2000-11-29 | expr.h (store_by_pieces): Add prototype. | Jakub Jelinek | 1 | -0/+19 |
2000-11-03 | Move fold_builtin declaration to proper header | Bernd Schmidt | 1 | -1/+0 |
2000-11-01 | Constant folding for builtins | Bernd Schmidt | 1 | -0/+1 |
2000-10-18 | Adding new option -ftrapv. | Chandrakala Chavva | 1 | -1/+13 |
2000-09-17 | Bring back equal forms for libcalls | Bernd Schmidt | 1 | -5/+0 |
2000-09-17 | splay-tree.c (splay_tree_predecessor): Fix typo in comment. | Mark Mitchell | 1 | -0/+11 |
2000-07-27 | expr.h (get_alias_set, [...]): Delete prototypes. | Rodney Brown | 1 | -4/+0 |
2000-06-05 | explow.c (maybe_set_unchanging): New function, broken out from... | Jason Merrill | 1 | -0/+5 |
2000-06-02 | alias.c (lang_get_alias_set): Remove. | Richard Henderson | 1 | -1/+1 |
2000-05-31 | Makefile.in (c-decl.o): Depend on rtl.h and expr.h. | Richard Kenner | 1 | -13/+34 |
2000-04-17 | loop.c (canonicalize_condition): Add WANT_REG argument. | Richard Henderson | 1 | -1/+1 |
2000-03-30 | builtins.c (get_pointer_alignment): Use host_integerp & tree_low_cst. | Richard Kenner | 1 | -2/+3 |