aboutsummaryrefslogtreecommitdiff
path: root/gcc/optabs.c
AgeCommit message (Expand)AuthorFilesLines
2003-01-26optabs.c (expand_binop): Return xtarget if we haven't been able to move the r...Alexandre Oliva1-0/+2
2003-01-15re PR middle-end/9009 (floating-point negate and abs optimizations incorrect ...Roger Sayle1-1/+17
2003-01-09Makefile.in (optabs.o): Add dependency on basic-block.h.Josef Zlomek1-5/+22
2003-01-07re PR target/8322 (SSE2 intrinsics broken?)Jan Hubicka1-0/+129
2002-12-16Merge basic-improvements-branch to trunkZack Weinberg1-0/+73
2002-11-20emit-rtl.c (gen_reg_rtx): Simplify mapping of Complex type to component type ...Steve Ellcey1-12/+3
2002-11-19re PR c/8588 (ICE in extract_insn, at recog.c:2148)Eric Botcazou1-6/+5
2002-11-16* optabs.c: Fix formatting.Kazu Hirata1-54/+55
2002-10-24optabs.c (expand_binop): Don't reuse the shift target in the middle of shift ...Richard Sandiford1-2/+2
2002-09-26c-common.h: Follow spelling conventions.Kazu Hirata1-2/+2
2002-09-17optabs.c (prepare_cmp_insn): Let emit_library_call_value generate a pseudo re...Kazu Hirata1-30/+17
2002-09-16calls.c (emit_library_call_value_1): Don't refer to hard_libcall_value.Kazu Hirata1-7/+2
2002-09-16real.c, real.h: Rewrite from scratch.Richard Henderson1-5/+3
2002-09-11optabs.c (expand_binop): Minor cleanup.Eric Botcazou1-14/+22
2002-09-04re PR c/7102 (unsigned char divisision results in floating exception)Eric Botcazou1-13/+7
2002-08-03builtins.def: Define new builtin functions exp...Roger Sayle1-0/+2
2002-08-02df.c (df_insn_table_realloc): Change parameter to unsigned.Kaveh R. Ghazi1-1/+1
2002-07-22optabs.c (expand_vector_unop): Don't expand using sub_optab if we got the wro...J"orn Rennecke1-1/+4
2002-07-10Revert all patches for optimization of Complex .op.Toon Moene1-28/+8
2002-07-03optabs.c (expand_vector_binop): Don't store using a SUBREG smaller than UNITS...J"orn Rennecke1-30/+132
2002-06-25optabs.c (expand_vector_binop, [...]): Don't assume GET_MODE_UNIT_SIZE (mode)...J"orn Rennecke1-7/+9
2002-06-18simd-1.c: New.Aldy Hernandez1-0/+133
2002-06-11Delete SEQUENCE rtl usage outside of reorg and ssa passes.David S. Miller1-31/+53
2002-06-04Merge from pch-branch up to tag pch-commit-20020603.Geoffrey Keating1-22/+7
2002-05-28optabs.c (expand_binop): Fix nwords sign warnings.David Edelsohn1-8/+9
2002-05-21optabs.c (expand_binop): For double-word integer multiplies...Jeff Law1-0/+5
2002-05-20optabs.c (expand_cmplxdiv_wide): Use complex_part_zero_p.Toon Moene1-6/+8
2002-05-18system.h (ENCODE_SECTION_INFO): Poison it.Richard Henderson1-1/+2
2002-05-18optabs.c (complex_part_zero_p): New.Toon Moene1-3/+21
2002-03-31builtins.c (expand_builtin_va_arg): Give warnings not errors for promoted arg...Richard Henderson1-0/+1
2002-03-27optabs.c (emit_no_conflict_block, [...]): Avoid nesting of libcall regions.Jan Hubicka1-1/+16
2002-03-19emit-rtl.c (gen_int_mode): New function.Lars Brinkhoff1-3/+3
2002-03-08gofast.h (GOFAST_RENAME_LIBCALLS): Set gt and ge as NULL_RTX.Alexandre Oliva1-0/+121
2002-03-03emit-rtl.c, [...]: Remove all #ifndef REAL_ARITHMETIC blocks...Zack Weinberg1-5/+0
2002-02-24* optabs.c (widen_operand): Properly handle CONST_INT for NO_EXTEND.Richard Kenner1-4/+7
2002-02-24optabs.c (widen_operand): Only call convert_modes for promoted SUBREG if sign...Richard Kenner1-1/+2
2002-01-12diagnostic.c (warn_deprecated_use): Rework to lower indentation.Richard Kenner1-3/+4
2002-01-10optabs.c (expand_fix): Look for wider integer modes first.Jan Hubicka1-4/+4
2001-12-05attribs.c (handle_no_check_memory_usage_atribute): Deleted.Richard Kenner1-7/+0
2001-11-21explow.c (probe_stack_range): Use LCT_NORMAL as second argument to emit_libra...Jakub Jelinek1-1/+2
2001-11-16optabs.c (prepare_cmp_insn): Correct lossage in last change fix OPALIGN type.Graham Stott1-2/+2
2001-11-15alias.c (nonoverlapping_memrefs): Use REGNO_PTR_FRAME_P.Richard Kenner1-27/+24
2001-10-11alias.c: Remove uses of "register" specifier in declarations of arguments and...Stan Shebs1-31/+31
2001-10-10calls.c: Fix formatting.Kazu Hirata1-1/+1
2001-10-09c-common.c: Fix comment typos.Kazu Hirata1-1/+1
2001-10-01Fix for ia64-java bug reported by Hans Boehm.Hans Boehm1-3/+7
2001-09-26optabs.c (init_one_libfunc): Create a dummy function type instead of using er...Richard Henderson1-2/+2
2001-09-21optabs.c (init_one_libfunc): Gen a FUNCTION_DECL for use by ENCODE_SECTION_IN...Richard Henderson1-3/+11
2001-08-27optabs.c (expand_binop): Correctly handle the carry in multiword add/subtract...Geoffrey Keating1-13/+11
2001-08-22Makefile.in, [...]: replace "GNU CC" with "GCC".Lars Brinkhoff1-12/+12