aboutsummaryrefslogtreecommitdiff
path: root/gcc/expmed.c
AgeCommit message (Expand)AuthorFilesLines
2011-01-18re PR rtl-optimization/47299 (Widening multiply optimization generates bad code)Jakub Jelinek1-3/+9
2010-11-30hwint.c: New.Joseph Myers1-1/+0
2010-11-10cfgloop.c (verify_loop_structure): Use %' in diagnostics.Joseph Myers1-3/+3
2010-10-22expr.c (emit_group_load_1): Update calls to extract_bit_field.Jie Zhang1-12/+32
2010-08-05expmed.c (expand_mult_const): Expand shift into temporary.Uros Bizjak1-3/+5
2010-07-15tree.h (enum tree_index): Add TI_INTEGER_THREE.Anatoly Sokolov1-8/+4
2010-07-13expmed.c (MAX_BITS_PER_WORD): Moved to expmed.h.Ramana Radhakrishnan1-7/+0
2010-07-12gcc/Richard Sandiford1-107/+4
2010-07-12Makefile.in (expmed.o, [...]): Depend on expmed.h.Richard Sandiford1-23/+6
2010-07-08toplev.h: Do not include diagnostic-core.h.Manuel López-Ibáñez1-0/+1
2010-07-04optabs.h (optab_handler, [...]): Turn into inline functions that return an in...Richard Sandiford1-27/+24
2010-06-23re PR other/44644 (type/data name clash makes --enable-build-with-cxx cc1 har...Joern Rennecke1-1/+1
2010-06-16common.opt (-fstrict-volatile-bitfields): new.DJ Delorie1-10/+74
2010-05-21tree.h: Include real.h and fixed-value.h as basic datatypes.Steven Bosscher1-1/+0
2010-04-22re PR middle-end/29274 (not using mulsidi3)Bernd Schmidt1-0/+49
2010-04-20double-int.h (double_int_setbit): Declare.Anatoly Sokolov1-2/+2
2010-04-15double-int.h (HOST_BITS_PER_DOUBLE_INT): Define.Anatoly Sokolov1-46/+10
2010-03-03re PR middle-end/32693 ([H8] : ICE: in gen_rtx_SUBREG, at emit-rtl.c:693)Jeff Law1-2/+2
2010-02-19re PR middle-end/42233 (c++ builtin_expect code generation regression)Jakub Jelinek1-4/+4
2009-12-30re PR middle-end/42099 (Error in 64-bit division for 32-bit target)Ian Lance Taylor1-1/+2
2009-11-25Remove trailing white spaces.H.J. Lu1-12/+12
2009-10-28expmed.c (emit_store_flag): Check costs before transforming to the opposite r...Paolo Bonzini1-6/+18
2009-10-26tm.texi (TARGET_ADDR_SPACE_POINTER_MODE): Document.Ben Elliston1-3/+4
2009-07-24expmed.c (emit_store_flag): Use a recursive call to optimize the xor case.Andreas Krebbel1-2/+2
2009-07-11expmed.c (emit_store_flag_1): Fix choice of zero vs.Paolo Bonzini1-1/+1
2009-07-02expmed.c (emit_cstore, [...]): Accept target_mode instead of recomputing it.Paolo Bonzini1-22/+27
2009-07-01revert: expmed.c (store_bit_field_1): Properly truncate the paradoxical subre...Adam Nemet1-9/+20
2009-07-01re PR bootstrap/40597 (Powerpc bootstrap is broken due to changes in expmed.c)Paolo Bonzini1-9/+23
2009-06-30re PR bootstrap/40597 (Powerpc bootstrap is broken due to changes in expmed.c)Paolo Bonzini1-39/+58
2009-06-28dojump.c (do_compare_rtx_and_jump): Try swapping the condition for floating p...Paolo Bonzini1-50/+55
2009-06-28expr.c (expand_expr_real_1): Just use do_store_flag.Paolo Bonzini1-43/+208
2009-06-22alias.c: Use REG_P...Shujing Zhao1-11/+11
2009-06-12java-gimplify.c (java_gimplify_block): New argument to build_empty_stmt.Aldy Hernandez1-1/+1
2009-05-12Merge cond-optab branch.Paolo Bonzini1-97/+25
2009-05-03expmed.c (synth_mult): When trying out a shift, pass the result of a signed s...Kazu Hirata1-0/+32
2009-05-03expmed.c (shiftsub_cost): Rename to shiftsub0_cost.Kazu Hirata1-12/+44
2009-04-20Fix enum conversions which are invalid in C++:Ian Lance Taylor1-1/+1
2009-04-09expmed.c (expand_divmod): Always use a comparison for a division by a large u...Paolo Bonzini1-4/+2
2009-01-16re PR target/38554 (ICE when compiling pamfunc.c in netpbm with -O1 enabled)Adam Nemet1-1/+2
2009-01-12expmed.c (store_bit_field_1): Properly truncate the paradoxical subreg of op0...Adam Nemet1-0/+10
2009-01-03re PR target/38707 (gcc.c-torture/execute/20050121-1.c ICEs with -march=penti...Jakub Jelinek1-3/+4
2008-11-18expmed.c (extract_bit_field_1): Also use a temporary and convert_extracted_bi...Adam Nemet1-1/+7
2008-10-29re PR middle-end/37870 (ICE in extract_bit_field_1)Jakub Jelinek1-3/+20
2008-10-07re PR middle-end/37731 (long long may not work correctly on 32bit host)H.J. Lu1-1/+2
2008-09-28expmed.c (store_fixed_bit_field): Always use convert_to_mode in order to conv...Eric Botcazou1-8/+2
2008-09-11re PR target/37382 (ICE in extract_insn: <var_decl 0x7fda26ff4b40 swig_module...Jakub Jelinek1-2/+16
2008-09-02* expmed.c (expand_divmod): Fix test of smod_pow2_cheap and sdiv_pow2_cheapJan Hubicka1-3/+3
2008-08-31fwprop.c (should_replace_address): Add speed attribute.Jan Hubicka1-118/+141
2008-08-30#define vector __attribute__((vector_size(16) )) struct struct1 { union { flo...Andrew Pinski1-1/+1
2008-08-30optabs.c (expand_abs_nojump): Update BRANCH_COST call.Jan Hubicka1-8/+18