| Commit message (Expand) | Author | Age | Files | Lines |
* | * Makefile.in, alias.c, basic-block.h, bb-reorder.c, bitmap.c, | gerald | 2001-08-22 | 1 | -12/+12 |
* | * optabs.h (OTI_flodiv, flodiv_optab): Kill. | zack | 2001-08-18 | 1 | -17/+110 |
* | * expr.h: Split out optab- and libfunc-related code to... | zack | 2001-08-13 | 1 | -1/+23 |
* | * gcc.c: Fix comment formatting. | kazu | 2001-08-12 | 1 | -1/+1 |
* | * rtlanal.c (set_noop_p): Return true for noop jumps. | hubicka | 2001-07-20 | 1 | -0/+1 |
* | * tm.texi (POINTERS_EXTEND_UNSIGNED) Modify definition. | rth | 2001-07-19 | 1 | -1/+6 |
* | 2001-07-09 Toon Moene <toon@moene.indiv.nluug.nl> | toon | 2001-07-09 | 1 | -6/+42 |
* | Mon Jul 9 06:41:07 2001 Richard Kenner <kenner@vlsi1.ultra.nyu.edu> | kenner | 2001-07-09 | 1 | -4/+2 |
* | 2001-06-14 Andrew Haley <aph@cambridge.redhat.com> | aph | 2001-06-22 | 1 | -13/+26 |
* | * optabs.c (expand_twoval_binop): Avoid undefined behaviour. | hubicka | 2001-06-15 | 1 | -5/+3 |
* | * combine.c (gen_binary): Use swap_commutative_operands_p | rth | 2001-05-22 | 1 | -16/+11 |
* | * optabs.c (emit_cmp_and_jump_insns): Don't swap commutative | rth | 2001-05-21 | 1 | -3/+6 |
* | * integrate.c (copy_rtx_and_substitute): Use simplify_gen_subreg. | hubicka | 2001-05-17 | 1 | -10/+7 |
* | * optabs.c (emit_libcall_block): Don't mark calls as CONST_CALL_P. | mmitchel | 2001-05-11 | 1 | -2/+1 |
* | * config.gcc (i[34567]86-*-sco3.2v4*, i[34567]86-*-sco*): | zack | 2001-05-08 | 1 | -17/+0 |
* | * optabs.c (expand_binop): Sign-extend xop0 and xop1 from the | aoliva | 2001-05-06 | 1 | -1/+11 |
* | * expr.h (enum libfunc_index): Add LTI_memmove. | law | 2001-04-14 | 1 | -0/+1 |
* | * expmed.c (store_bit_field): Truncate CONST_INTs. | aoliva | 2001-04-12 | 1 | -8/+18 |
* | IA-64 ABI Exception Handling. | rth | 2001-03-28 | 1 | -6/+7 |
* | * mkconfig.sh: Include insn-flags.h. | rth | 2001-03-22 | 1 | -2/+0 |
* | Brad's -ffast-math breakup. | rth | 2001-03-07 | 1 | -1/+2 |
* | * optabs.c (expand_abs): Remove reference to | rth | 2001-02-18 | 1 | -5/+1 |
* | * configure.in: Arrange to include defaults.h in [ht]config.h/tm.h. | ghazi | 2001-01-28 | 1 | -2/+1 |
* | * stringpool.c: New file. | zack | 2000-11-17 | 1 | -4/+4 |
* | * optabs.c (expand_complex_ab):: Use overflow-trapping optabs for | cchavva | 2000-11-14 | 1 | -1/+2 |
* | Adding new option -ftrapv. | cchavva | 2000-10-18 | 1 | -53/+114 |
* | Remove obstacks. | mmitchel | 2000-10-13 | 1 | -2/+1 |
* | Set CONST_CALL_P for libcalls | crux | 2000-09-18 | 1 | -2/+3 |
* | Bring back equal forms for libcalls | crux | 2000-09-17 | 1 | -12/+13 |
* | Fix problem with last checkin - applied a slightly earlier version than what ... | crux | 2000-09-17 | 1 | -1/+2 |
* | Avoid copying libcall results directly to user variables. | crux | 2000-09-15 | 1 | -0/+8 |
* | * calls.c (precompute_register_parameters): Use COSTS_N_INSNS, not 2. | rth | 2000-09-15 | 1 | -6/+6 |
* | * defaults.h: Provide default definitions for: CHAR_TYPE_SIZE, | zack | 2000-09-11 | 1 | -3/+1 |
* | * optabs.c (init_optabs): Initialize fixtab, fixtrunctab, floattab, | gkm | 2000-08-24 | 1 | -25/+20 |
* | * optabs.c (prepare_float_lib_cmp): Protect *px and *py from | law | 2000-05-31 | 1 | -1/+2 |
* | * optabs.c (can_extend_p): Allow unsignedp to have any nonzero value. | kenner | 2000-05-22 | 1 | -6/+7 |
* | * optabs.c (expand_float): Don't allow mode widening that causes | geoffk | 2000-05-14 | 1 | -0/+4 |
* | * rtl.h (MEM_COPY_ATTRIBUTES): Also copy RTX_UNCHANGING_P and | kenner | 2000-05-04 | 1 | -2/+0 |
* | http://gcc.gnu.org/ml/gcc-patches/2000-04/msg01057.html | davem | 2000-04-27 | 1 | -1/+2 |
* | * c-decl.c (mark_binding_level): Use 'for' instead of `while'. | kenner | 2000-04-18 | 1 | -0/+1 |
* | * flow.c (count_basic_blocks, find_basic_blocks_1): Remove last change. | kenner | 2000-04-15 | 1 | -11/+13 |
* | * alias.c (nonlocal_reference_p): Take a care for | hubicka | 2000-04-13 | 1 | -2/+2 |
* | * optabs.c (emit_libcall_block): Remove spurious REG_EQUAL notes | law | 2000-04-05 | 1 | -1/+19 |
* | * builtins.c (get_pointer_alignment): Use host_integerp & tree_low_cst. | kenner | 2000-03-30 | 1 | -7/+11 |
* | * Rework fields used to describe positions of bitfields and | kenner | 2000-03-25 | 1 | -4/+4 |
* | * rtl.h (rtunion_def): Constify member `rtstr'. | ghazi | 2000-03-07 | 1 | -1/+1 |
* | Fix copyrights. | law | 2000-02-26 | 1 | -1/+2 |
* | * bitmap.c (bitmap_operation): Avoid using -1 for index since unsigned. | kenner | 2000-02-19 | 1 | -1/+2 |
* | * jump.c (jump_optimize_1): The first operand in a relational | law | 2000-02-11 | 1 | -2/+4 |
* | * rtl.def: Add unordered fp comparisions. | rth | 2000-01-24 | 1 | -9/+49 |