summaryrefslogtreecommitdiff
path: root/gcc/expmed.c
Commit message (Expand)AuthorAgeFilesLines
* expmed.c (extract_bit_field_1): Pass the full width of the structure to get_b...Richard Sandiford2013-02-031-1/+5
* Update copyright years in gcc/Richard Sandiford2013-01-101-4/+1
* re PR middle-end/55438 (tmpdir-gcc.dg-struct-layout-1/t001 - t028, gcc.c-tor...Richard Sandiford2012-11-281-12/+17
* re PR rtl-optimization/55388 (ICE in int_mode_for_mode at stor-layout.c:423)Eric Botcazou2012-11-231-2/+3
* re PR middle-end/55403 (ICE building libitm)Richard Sandiford2012-11-201-5/+5
* Makefile.in (recog.o): Add insn-codes.h.Richard Sandiford2012-11-181-188/+118
* expmed.c (narrow_bit_field_mem): New function.Richard Sandiford2012-11-181-31/+45
* Fix gcc.c-torture/compile/pr53410-2.c on sparc.David S. Miller2012-11-151-1/+2
* expmed.c (store_bit_field_1): Move generation of MEM insvs to the MEM_P block.Richard Sandiford2012-10-311-15/+25
* expmed.c (store_bit_field_using_insv): New function, split out from...Richard Sandiford2012-10-311-182/+208
* expmed.c (store_bit_field_1): Use OP_MODE to check whether an insv pattern is...Richard Sandiford2012-10-311-12/+6
* expmed.c (store_bit_field_1): Remove test for BLKmode values.Richard Sandiford2012-10-311-1/+0
* defaults.h (SLOW_UNALIGNED_ACCESS): Provide default definition.Richard Sandiford2012-10-301-5/+0
* expmed.c (lowpart_bit_field_p): Add missing == 0 check.Richard Sandiford2012-10-241-1/+1
* expmed.c (store_split_bit_field): Update the calls to extract_fixed_bit_field.Richard Sandiford2012-10-231-214/+151
* expmed.c (lowpart_bit_field_p): New function.Richard Sandiford2012-10-231-164/+120
* Finish conversion of uses of double_int to the new API.Lawrence Crowl2012-09-241-37/+18
* re PR rtl-optimization/44194 (struct returned by value generates useless stores)Eric Botcazou2012-09-141-34/+22
* Modify gcc/*.[hc] double_int call sites to use the new interface.Lawrence Crowl2012-09-071-5/+5
* re PR middle-end/53823 (FAIL: gcc.c-torture/execute/930921-1.c execution at -...John David Anglin2012-08-181-1/+1
* cfgexpand.c (expand_debug_locations): Encapsulate test for CONST_DOUBLE in ma...Kenneth Zadeck2012-08-021-2/+2
* Allow MODE_PARTIAL_INT in expmed costsRichard Henderson2012-08-011-40/+50
* re PR middle-end/53823 (FAIL: gcc.c-torture/execute/930921-1.c execution at -...John David Anglin2012-07-301-2/+4
* expmed.h (alg_hash, [...]): Delete macro definitions and re-purpose as inline...Nathan Froyd2012-07-271-107/+123
* tree-ssa-loop-ivopts.c (mbc_entry_hash): Remove.Bill Schmidt2012-07-261-0/+48
* Move vector highpart emulation to the optabs layerRichard Henderson2012-07-101-16/+16
* re PR fortran/53449 (fortran fails to build with LTO bootstrap)Uros Bizjak2012-07-051-2/+2
* Use synth_mult for vector multiplies vs scalar constantRichard Henderson2012-06-191-195/+243
* expmed.c (ceil_log2): Move from here...Steven Bosscher2012-06-171-8/+0
* re PR tree-optimization/51581 (Integer division by constant is not vectorized)Jakub Jelinek2012-06-151-18/+15
* 2012-06-2 Kenneth Zadeck <zadeck@naturalbridge.com>Kenneth Zadeck2012-06-021-3/+3
* integrate.c: Remove.Steven Bosscher2012-05-291-2/+2
* rtl.h (assign_stack_temp, [...]): Remove 'keep' argument.Michael Matz2012-05-291-1/+1
* rtl.h (plus_constant, [...]): Merge into a single plus_constant function.Richard Sandiford2012-05-051-1/+1
* re PR tree-optimization/52979 (likely wrong code bug w/packed bitfields)Jakub Jelinek2012-04-251-2/+18
* rtl.texi (const_double): Document as sign-extending.Mike Stump2012-04-041-2/+4
* re PR middle-end/51893 (Wrong subword index computation in store_bit_field_1 ...Aurelien Buhrig2012-03-271-1/+4
* expmed.c (store_bit_field): Assert that BITREGION_START is a multiple of a un...Eric Botcazou2012-03-271-2/+3
* tree.h (TREE_VECTOR_CST_ELTS): Remove.Richard Guenther2012-03-161-4/+4
* re PR middle-end/50325 (76 new fails with rev. 177691)Andreas Krebbel2012-01-171-3/+15
* dse.c (get_stored_val, [...]): Use gen_int_mode.Joern Rennecke2011-12-091-4/+3
* re PR middle-end/40154 (internal compiler error: in do_SUBST, at combine.c:681)Joern Rennecke2011-12-091-31/+26
* Revert regression causing changes to store_bit_field_1.David S. Miller2011-11-211-12/+3
* * expmed.c (store_bit_field_1): Revert bogus formatting change.Eric Botcazou2011-11-191-2/+1
* re PR middle-end/50325 (76 new fails with rev. 177691)Andreas Krebbel2011-11-161-4/+14
* 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