summaryrefslogtreecommitdiff
path: root/gcc/explow.c
Commit message (Expand)AuthorAgeFilesLines
* Improve alloca alignmentwilco2017-09-051-8/+13
* PR82045: Avoid passing machine modes through "..."rsandifo2017-09-041-3/+3
* [74/77] Various small scalar_mode changesrsandifo2017-08-301-2/+5
* [66/77] Use scalar_mode for constant integersrsandifo2017-08-301-2/+4
* [62/77] Big machine_mode to scalar_int_mode replacementrsandifo2017-08-301-4/+5
* [51/77] Use opt_scalar_int_mode when iterating over integer modesrsandifo2017-08-301-6/+3
* [4/77] Add FOR_EACH iterators for modesrsandifo2017-08-301-3/+1
* * asan.c (asan_emit_stack_protection): Update.hubicka2017-06-291-0/+1
* PR middle-end/78468ebotcazou2017-02-021-9/+3
* Update copyright years.jakub2017-01-011-1/+1
* Re-apply: Drop excess size used for run time allocated stack variables.krebbel2016-11-181-3/+9
* Use rtx_mode_t instead of std::make_pairrsandifo2016-11-181-2/+1
* make LABEL_REF_LABEL a rtx_insn *tbsaunde2016-10-211-1/+1
* * explow.c (validize_mem): Do not modify the argument in-place.ebotcazou2016-10-171-4/+4
* Move MEMMODEL_* from coretypes.h to memmodel.hthopre012016-10-131-0/+1
* gcc/:ian2016-10-051-2/+2
* 2016-10-04 Richard Biener <rguenther@suse.de>rguenth2016-10-041-6/+9
* * auto-inc-dec.c (try_merge): Remove break after return.jakub2016-09-271-2/+0
* PR rtl-optimization/77452uros2016-09-051-1/+9
* Revert "Drop excess size used for run time allocated stack variables."krebbel2016-08-241-9/+3
* Drop excess size used for run time allocated stack variables.krebbel2016-08-231-4/+10
* Allocate constant size dynamic stack space in the prologuekrebbel2016-07-181-78/+147
* Minor cleanup to allocate_dynamic_stack_spacekrebbel2016-07-041-66/+30
* PR debug/70628jakub2016-04-131-3/+3
* PR debug/70628jakub2016-04-131-15/+21
* PR ada/70017ebotcazou2016-03-121-1/+1
* * cgraph.c: Spelling fixes - behaviour -> behavior andjakub2016-02-111-1/+1
* Update copyright years.jakub2016-01-041-1/+1
* 2015-10-30 Andrew MacLeod <amacleod@redhat.com>amacleod2015-10-301-7/+0
* 2015-10-29 Andrew MacLeod <amacleod@redhat.com>amacleod2015-10-291-12/+9
* Remove remaining uses of REAL_ARITHMETICrsandifo2015-10-051-1/+1
* revert to assign_parms assignments using default defsaoliva/pr64164aoliva2015-09-271-3/+16
* [PR64164] Drop copyrename, use coalescible partition as base when optimizing.aoliva2015-08-141-0/+29
* Revert:dje2015-07-251-29/+0
* [PR64164] Drop copyrename, use coalescible partition as base when optimizing.aoliva2015-07-231-0/+29
* 2015-07-07 Andrew MacLeod <amacleod@redhat.com>amacleod2015-07-081-2/+0
* gcc/rsandifo2015-07-051-20/+11
* gcc/rsandifo2015-07-051-26/+14
* gcc/rsandifo2015-07-051-4/+2
* 2015-06-17 Andrew MacLeod <amacleod@redhat.com>amacleod2015-06-171-1/+0
* Revert "[PR64164] Drop copyrename, use coalescible partition as base when opt...aoliva2015-06-101-22/+0
* [PR64164] Drop copyrename, use coalescible partition as base when optimizing.aoliva2015-06-091-0/+22
* 2015-06-08 Andrew MacLeod <amacleod@redhat.com>amacleod2015-06-081-6/+0
* 2015-06-04 Andrew MacLeod <amacleod@redhat.com>amacleod2015-06-041-5/+0
* Update check after force_const_mem call in the plus_constant function to see ...abennett2015-06-031-1/+3
* remove most ifdef STACK_GROWS_DOWNWARDtbsaunde2015-05-221-18/+15
* always define STACK_GROWS_DOWNWARDtbsaunde2015-05-221-5/+5
* Promote types of RTL expressions to more derived ones.miyuki2015-05-201-2/+2
* * insn-notes.def (UPDATE_SJLJ_CONTEXT): New note.ebotcazou2015-05-191-5/+19
* 2015-10-15 Prathamesh Kulkarni <prathamesh.kulkarni@linaro.org>prathamesh34922015-01-151-54/+12