summaryrefslogtreecommitdiff
path: root/gcc/expmed.c
Commit message (Expand)AuthorAgeFilesLines
* expmed.c (expand_mult_highpart_optab): Replace optab_handler with the new wid...Andreas Krebbel2011-10-051-2/+2
* arm.c (arm_override_options): Add unaligned_access support.Julian Brown2011-09-141-13/+26
* tm.texi.in (TARGET_RTX_COSTS): Add an opno paramter.Richard Sandiford2011-08-181-4/+4
* rtl.h (set_src_cost, [...]): New functions.Richard Sandiford2011-08-181-18/+23
* params.h (ALLOW_STORE_DATA_RACES): New.Aldy Hernandez2011-07-271-15/+88
* optabs.c (expand_binop): Use GET_MODE_PRECISION instead of GET_MODE_BITSIZE w...Bernd Schmidt2011-07-081-2/+2
* machmode.h (HWI_COMPUTABLE_MODE_P): New macro.Bernd Schmidt2011-07-061-2/+2
* emit-rtl.c (paradoxical_subreg_p): New function.Bernd Schmidt2011-07-061-2/+2
* machmode.h (TRULY_NOOP_TRUNCATION_MODES_P): New macro.Bernd Schmidt2011-07-061-7/+4
* cse.c (find_comparison_args): Use val_mode_signbit_set_p.Bernd Schmidt2011-07-061-17/+8
* re PR target/45074 (GCC Segmentation fault - negating global register variables)Richard Sandiford2011-06-011-1/+1
* re PR middle-end/49029 (ICE in simplify_subreg, at simplify-rtx.c:5266)Jakub Jelinek2011-05-221-2/+3
* re PR middle-end/48908 (build fails on cris-elf in libiberty:md5.c, shift-rel...Richard Guenther2011-05-081-4/+8
* expmed.c (expand_variable_shift): Rename to ...Richard Guenther2011-05-051-24/+34
* expmed.c (extract_bit_field_1): Remove write-only variable "icode".Uros Bizjak2011-05-031-2/+0
* expr.h (expand_shift): Rename to ...Richard Guenther2011-04-291-110/+77
* re PR middle-end/48335 (ICE in convert_move)Jakub Jelinek2011-04-011-16/+32
* optabs.h (emit_unop_insn, [...]): Change insn code parameter from "int" to "e...Richard Sandiford2011-03-231-164/+61
* 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