summaryrefslogtreecommitdiff
path: root/gcc/expr.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* 2015-06-17 Andrew MacLeod <amacleod@redhat.com>amacleod2015-06-171-2/+0
* Revert "[PR64164] Drop copyrename, use coalescible partition as base when opt...aoliva2015-06-101-25/+14
* [PR64164] Drop copyrename, use coalescible partition as base when optimizing.aoliva2015-06-091-14/+25
* 2015-06-08 Andrew MacLeod <amacleod@redhat.com>amacleod2015-06-081-6/+0
* gcc/rsandifo2015-06-061-2/+2
* 2015-06-04 Andrew MacLeod <amacleod@redhat.com>amacleod2015-06-041-5/+0
* * expr.h (array_at_struct_end_p): Move to...ebotcazou2015-05-271-133/+0
* [expr.c] PR target/65358 Avoid clobbering partial argument during sibcallktkachov2015-05-271-9/+81
* gcc/rsandifo2015-05-261-2/+2
* add default for HAVE_tablejumptbsaunde2015-05-241-5/+0
* add default for HAVE_store_multipletbsaunde2015-05-241-2/+0
* add default for HAVE_load_multipletbsaunde2015-05-241-4/+0
* remove #if HAVE_conditional_movetbsaunde2015-05-221-8/+2
* always define HAVE_conditional_movetbsaunde2015-05-221-4/+4
* move default for STACK_PUSH_CODE to defaults.htbsaunde2015-05-221-8/+0
* remove most ifdef STACK_GROWS_DOWNWARDtbsaunde2015-05-221-34/+24
* always define STACK_GROWS_DOWNWARDtbsaunde2015-05-221-12/+8
* Promote types of RTL expressions to more derived ones.miyuki2015-05-201-82/+95
* * expr.c (expand_cond_expr_using_cmove): Use COMPARISON_CLASS_P.mpolacek2015-05-201-1/+1
* gcc/rsandifo2015-05-191-2/+1
* gcc/rsandifo2015-05-191-3/+3
* gcc/rsandifo2015-05-191-1/+1
* gcc/rsandifo2015-05-191-4/+4
* gcc/rsandifo2015-05-071-1/+1
* 2015-04-29 Mikhail Maltsev <maltsevm@gmail.com>law2015-04-301-5/+1
* * expr.c (expand_assignment): Force an address offset computationnickc2015-04-141-2/+14