summaryrefslogtreecommitdiff
path: root/gcc/expmed.c
Commit message (Expand)AuthorAgeFilesLines
* tree.h: Include real.h and fixed-value.h as basic datatypes.Steven Bosscher2010-05-211-1/+0
* re PR middle-end/29274 (not using mulsidi3)Bernd Schmidt2010-04-221-0/+49
* double-int.h (double_int_setbit): Declare.Anatoly Sokolov2010-04-201-2/+2
* double-int.h (HOST_BITS_PER_DOUBLE_INT): Define.Anatoly Sokolov2010-04-151-46/+10
* re PR middle-end/32693 ([H8] : ICE: in gen_rtx_SUBREG, at emit-rtl.c:693)Jeff Law2010-03-031-2/+2
* re PR middle-end/42233 (c++ builtin_expect code generation regression)Jakub Jelinek2010-02-191-4/+4
* re PR middle-end/42099 (Error in 64-bit division for 32-bit target)Ian Lance Taylor2009-12-301-1/+2
* Remove trailing white spaces.H.J. Lu2009-11-251-12/+12
* expmed.c (emit_store_flag): Check costs before transforming to the opposite r...Paolo Bonzini2009-10-281-6/+18
* tm.texi (TARGET_ADDR_SPACE_POINTER_MODE): Document.Ben Elliston2009-10-261-3/+4
* expmed.c (emit_store_flag): Use a recursive call to optimize the xor case.Andreas Krebbel2009-07-241-2/+2
* expmed.c (emit_store_flag_1): Fix choice of zero vs.Paolo Bonzini2009-07-111-1/+1
* expmed.c (emit_cstore, [...]): Accept target_mode instead of recomputing it.Paolo Bonzini2009-07-021-22/+27
* revert: expmed.c (store_bit_field_1): Properly truncate the paradoxical subre...Adam Nemet2009-07-011-9/+20
* re PR bootstrap/40597 (Powerpc bootstrap is broken due to changes in expmed.c)Paolo Bonzini2009-07-011-9/+23
* re PR bootstrap/40597 (Powerpc bootstrap is broken due to changes in expmed.c)Paolo Bonzini2009-06-301-39/+58
* dojump.c (do_compare_rtx_and_jump): Try swapping the condition for floating p...Paolo Bonzini2009-06-281-50/+55
* expr.c (expand_expr_real_1): Just use do_store_flag.Paolo Bonzini2009-06-281-43/+208
* alias.c: Use REG_P...Shujing Zhao2009-06-221-11/+11
* java-gimplify.c (java_gimplify_block): New argument to build_empty_stmt.Aldy Hernandez2009-06-121-1/+1
* Merge cond-optab branch.Paolo Bonzini2009-05-121-97/+25
* expmed.c (synth_mult): When trying out a shift, pass the result of a signed s...Kazu Hirata2009-05-031-0/+32
* expmed.c (shiftsub_cost): Rename to shiftsub0_cost.Kazu Hirata2009-05-031-12/+44
* Fix enum conversions which are invalid in C++:Ian Lance Taylor2009-04-201-1/+1
* expmed.c (expand_divmod): Always use a comparison for a division by a large u...Paolo Bonzini2009-04-091-4/+2
* re PR target/38554 (ICE when compiling pamfunc.c in netpbm with -O1 enabled)Adam Nemet2009-01-161-1/+2
* expmed.c (store_bit_field_1): Properly truncate the paradoxical subreg of op0...Adam Nemet2009-01-121-0/+10
* re PR target/38707 (gcc.c-torture/execute/20050121-1.c ICEs with -march=penti...Jakub Jelinek2009-01-031-3/+4
* expmed.c (extract_bit_field_1): Also use a temporary and convert_extracted_bi...Adam Nemet2008-11-181-1/+7
* re PR middle-end/37870 (ICE in extract_bit_field_1)Jakub Jelinek2008-10-291-3/+20
* re PR middle-end/37731 (long long may not work correctly on 32bit host)H.J. Lu2008-10-071-1/+2
* expmed.c (store_fixed_bit_field): Always use convert_to_mode in order to conv...Eric Botcazou2008-09-281-8/+2
* re PR target/37382 (ICE in extract_insn: <var_decl 0x7fda26ff4b40 swig_module...Jakub Jelinek2008-09-111-2/+16
* * expmed.c (expand_divmod): Fix test of smod_pow2_cheap and sdiv_pow2_cheapJan Hubicka2008-09-021-3/+3
* fwprop.c (should_replace_address): Add speed attribute.Jan Hubicka2008-08-311-118/+141
* #define vector __attribute__((vector_size(16) )) struct struct1 { union { flo...Andrew Pinski2008-08-301-1/+1
* optabs.c (expand_abs_nojump): Update BRANCH_COST call.Jan Hubicka2008-08-301-8/+18
* expmed.c (store_bit_field_1): Be prepared for movstrict expander to fail.Jan Hubicka2008-08-281-3/+9
* optabs.c (expand_binop, [...]): Upse optimize_insn_for_speed predicate.Jan Hubicka2008-08-031-1/+1
* cfg.c (dump_reg_info): Avoid C++ keywords.Kaveh R. Ghazi2008-07-161-4/+4
* dwarf2out.c (new_cfi, [...]): Fix -Wc++-compat and/or -Wcast-qual warnings.Kaveh R. Ghazi2008-06-261-2/+2
* rtl.h (emit_clobber, [...]): Declare.Richard Sandiford2008-06-011-1/+1
* Add SSE5 vector shift/rotate; Update SSE5 vector multiplyMichael Meissner2008-05-141-5/+23
* re PR rtl-optimization/36006 (invalid rtl sharing with -O2)Uros Bizjak2008-04-241-1/+4
* * expmed.c (extract_force_align_mem_bit_field): Remove.Ben Elliston2008-04-031-146/+0
* expmed.c (extract_split_bit_field): Remove if (0) code.Ben Elliston2008-04-031-10/+1
* re PR rtl-optimization/33927 (replace_read in dse.c could handle cases where ...Richard Sandiford2008-03-221-0/+60
* expmed.c (extract_bit_field): Always use adjust_address for MEM.Daniel Jacobowitz2008-02-231-11/+8
* optabs.c (debug_optab_libfunc): Update; make available to gdb.Jan Hubicka2007-09-041-2/+2
* optabs.c (expand_widen_pattern_expr): Use optabs accestors.Jan Hubicka2007-08-091-25/+27