summaryrefslogtreecommitdiff
path: root/gcc/expr.c
Commit message (Expand)AuthorAgeFilesLines
* PR target/78102jakub2016-10-251-1/+1
* PR middle-end/77959jakub2016-10-141-0/+13
* Move MEMMODEL_* from coretypes.h to memmodel.hthopre012016-10-131-0/+1
* * tree-ssa.c (target_for_debug_bind, verify_phi_args,jakub2016-10-091-10/+6
* PR tree-optimization/77880bernds2016-10-071-1/+1
* * hsa-gen.c (hsa_op_immed::hsa_op_immed Use CONSTRUCTOR_NELTS (...)jakub2016-09-231-2/+1
* 2016-09-22 Richard Biener <rguenther@suse.de>rguenth2016-09-221-1/+2
* Add inline functions for various bitwise operations.jason2016-09-161-1/+1
* PR c/7652mpolacek2016-08-121-5/+6
* 2016-07-27 Bernd Edlinger <bernd.edlinger@hotmail.de>edlinger2016-07-271-2/+1
* * builtins.c: Use HOST_WIDE_INT_1 instead of (HOST_WIDE_INT) 1,uros2016-07-191-3/+3
* [expr.c] PR middle-end/71700: zero-extend sub-word value when widening constr...ktkachov2016-07-121-0/+7
* 2016-07-11 Bernd Edlinger <bernd.edlinger@hotmail.de>edlinger2016-07-111-43/+12
* 2016-06-14 Richard Biener <rguenther@suse.de>rguenth2016-06-141-1/+1
* * expr.c (move_by_pieces_d::generate): Mark mode parameter withdanglin2016-06-051-1/+2
* PR tree-optimization/52171bernds2016-06-031-541/+815
* 2016-05-20 Richard Guenther <rguenther@suse.de>rguenth2016-05-201-0/+17
* * builtins.c (expand_builtin_memcmp): Do not emit the call here.ebotcazou2016-05-131-181/+46
* Add a wi::to_wide helper functionrsandifo2016-05-021-3/+2
* Support << and >> for offset_int and widest_intrsandifo2016-05-021-3/+3
* * tree.h (TYPE_ALIGN, DECL_ALIGN): Return shifted amount.matz2016-04-181-1/+1
* Revert empty class parameter passing ABI changes.jason2016-04-141-7/+0
* Warn about empty parameter ABI with -Wabi=9.jason2016-04-131-0/+7
* PR middle-end/69909jakub2016-02-241-1/+5
* Tweak comment further.jakub2016-02-191-1/+3
* PR c++/69851jakub2016-02-191-2/+15
* * cgraph.c: Spelling fixes - behaviour -> behavior andjakub2016-02-111-1/+1
* * tree-ssanames.c (release_free_names_and_compact_live_names): Replacejakub2016-01-231-1/+1
* 2016-01-22 Christian Bruel <christian.bruel@st.com>chrbr2016-01-221-1/+10
* Fix PR66178, ICE due to misexpansion of constant expressions involving labels.bernds2016-01-211-5/+5
* Tidy: remove reduc_xxx_optab migration code.alalaw012016-01-141-29/+10
* gcc/ienkovich2016-01-111-3/+33
* PR c++/68983 (BE)jason2016-01-081-3/+0
* Update copyright years.jakub2016-01-041-1/+1
* gcc/ienkovich2015-11-121-1/+2
* gcc/ienkovich2015-11-101-3/+46
* Merge of the scalar-storage-order branch.ebotcazou2015-11-081-117/+211
* 2015-10-30 Andrew MacLeod <amacleod@redhat.com>amacleod2015-10-301-10/+0
* 2015-10-29 Andrew MacLeod <amacleod@redhat.com>amacleod2015-10-291-14/+11
* Change default of non-overlapping address space conversionrth2015-10-211-12/+18
* PR middle-end/67966hubicka2015-10-211-8/+0
* PR c++/67557jason2015-10-121-1/+17
* * expr.c (store_expr_with_bounds): Handle aggregate moves fromhubicka2015-10-071-0/+8
* Remove REAL_VALUE_FROM_CONST_DOUBLErsandifo2015-10-051-4/+4
* Remove remaining uses of CONST_DOUBLE_FROM_REAL_VALUErsandifo2015-10-051-3/+3
* switch from gimple to gimple*tbsaunde2015-09-201-15/+15
* Split up optabs.[hc]rsandifo2015-09-171-0/+1
* [Patch/expand] Cost instruction sequences when doing left wide shiftjiwang2015-09-101-1/+23
* 2015-09-01 Richard Biener <rguenther@suse.de>rguenth2015-09-011-4/+6
* [Patch][expand] Check gimple statement to improve LSHIFT_EXP expandjiwang2015-08-191-16/+105