summaryrefslogtreecommitdiff
path: root/gcc/expmed.c
Commit message (Expand)AuthorAgeFilesLines
* re PR middle-end/49029 (ICE in simplify_subreg, at simplify-rtx.c:5266)Jakub Jelinek2011-05-221-2/+3
* backport: re PR middle-end/48335 (ICE in convert_move)Jakub Jelinek2011-04-061-16/+31
* re PR middle-end/47968 (ICE: in gen_lowpart_general, at rtlhooks.c:51 when co...Richard Guenther2011-03-041-3/+1
* re PR rtl-optimization/47299 (Widening multiply optimization generates bad code)Jakub Jelinek2011-01-181-3/+9
* hwint.c: New.Joseph Myers2010-11-301-1/+0
* cfgloop.c (verify_loop_structure): Use %' in diagnostics.Joseph Myers2010-11-101-3/+3
* expr.c (emit_group_load_1): Update calls to extract_bit_field.Jie Zhang2010-10-221-12/+32
* expmed.c (expand_mult_const): Expand shift into temporary.Uros Bizjak2010-08-051-3/+5
* tree.h (enum tree_index): Add TI_INTEGER_THREE.Anatoly Sokolov2010-07-151-8/+4
* expmed.c (MAX_BITS_PER_WORD): Moved to expmed.h.Ramana Radhakrishnan2010-07-131-7/+0
* gcc/Richard Sandiford2010-07-121-107/+4
* Makefile.in (expmed.o, [...]): Depend on expmed.h.Richard Sandiford2010-07-121-23/+6
* toplev.h: Do not include diagnostic-core.h.Manuel López-Ibáñez2010-07-081-0/+1
* optabs.h (optab_handler, [...]): Turn into inline functions that return an in...Richard Sandiford2010-07-041-27/+24
* re PR other/44644 (type/data name clash makes --enable-build-with-cxx cc1 har...Joern Rennecke2010-06-231-1/+1
* common.opt (-fstrict-volatile-bitfields): new.DJ Delorie2010-06-161-10/+74
* 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