summaryrefslogtreecommitdiff
path: root/gcc/expr.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* * config/arm/arm.c (neon_element_bits): Replace call todavids2015-08-171-1/+1
* [PR64164] Drop copyrename, use coalescible partition as base when optimizing.aoliva2015-08-141-15/+26
* PR middle-end/64744law2015-08-031-9/+1
* Use lowpart_subreg instead of simplify_gen_subregaesok2015-07-301-3/+1
* Revert:dje2015-07-251-25/+14
* [PR64164] Drop copyrename, use coalescible partition as base when optimizing.aoliva2015-07-231-14/+25
* 2015-07-10 Andrew MacLeod <amacleod@redhat.com>amacleod2015-07-101-0/+1
* [obvious] Fix typos above expand_cond_expr_using_cmovektkachov2015-07-101-3/+3
* always define WORD_REGISTER_OPERATIONStbsaunde2015-07-091-5/+2
* * target.def (rtx_costs): Remove "code" param, add "mode".amodra2015-07-081-4/+4
* 2015-07-07 Andrew MacLeod <amacleod@redhat.com>amacleod2015-07-081-16/+5
* gcc/rsandifo2015-07-051-9/+0
* gcc/rsandifo2015-07-051-12/+4
* gcc/rsandifo2015-06-301-2/+2
* gcc/rsandifo2015-06-301-17/+11
* 2015-06-30 Richard Biener <rguenther@suse.de>rguenth2015-06-301-4/+2
* 2015-06-25 Andrew MacLeod <amacleod@redhat.com>amacleod2015-06-251-2/+0
* Use std::swap instead of manual swaps.miyuki2015-06-221-17/+4