summaryrefslogtreecommitdiff
path: root/gcc/emit-rtl.c
Commit message (Expand)AuthorAgeFilesLines
* 2017-05-04 Richard Biener <rguenther@suse.de>rguenth2017-05-041-1/+1
* 2017-04-27 Richard Biener <rguenther@suse.de>rguenth2017-04-271-1/+4
* PR middle-end/78468ebotcazou2017-02-021-0/+3
* Introduce RTL function readerdmalcolm2017-01-051-0/+13
* PR rtl-optimization/65618law2017-01-031-2/+4
* Update copyright years.jakub2017-01-011-1/+1
* Introduce emit_status::ensure_regno_capacitydmalcolm2016-12-081-19/+29
* Introduce rtl_data::init_stack_alignmentdmalcolm2016-12-071-0/+12
* PR middle-end/78642ebotcazou2016-12-061-6/+9
* PR target/78614jakub2016-12-021-4/+0
* PR rtl-optimization/78547jakub2016-12-021-0/+8
* * emit-rtl.c (verify_insn_sharing): Call verify_rtx_sharing instead ofjakub2016-11-301-3/+3
* Add more subreg offset helpersrsandifo2016-11-231-29/+26
* * emit-rtl.c (emit_copy_of_insn_after): Duplicate notes in order.bernds2016-11-071-5/+7
* remove cast from prev_nonnote_insn_bbtbsaunde2016-11-021-2/+1
* use rtx_insn * in various places where it is obvioustbsaunde2016-11-021-1/+1
* make LABEL_REF_LABEL a rtx_insn *tbsaunde2016-10-211-2/+2
* Move MEMMODEL_* from coretypes.h to memmodel.hthopre012016-10-131-0/+1
* make next_cc0_user take rtx_insn *tbsaunde2016-09-221-3/+1
* make next/prev active_insn and active_insn_p take rtx_insn *tbsaunde2016-09-221-7/+3
* make next/prev nonnote_nondebug_insn take rtx_insn *tbsaunde2016-09-221-6/+2
* make prev_real_insn take rtx_insn *tbsaunde2016-09-221-3/+1
* make next/prev nondebug_insn take rtx_insn *tbsaunde2016-09-221-6/+2
* make next/prev _nonnote_insn take rtx_insn *tbsaunde2016-09-221-5/+2
* Add inline functions for various bitwise operations.jason2016-09-161-2/+2
* make stack_slot_list a vec<rtx>tbsaunde2016-08-281-3/+8
* 016-08-04 Bernd Edlinger <bernd.edlinger@hotmail.de>edlinger2016-08-041-1/+5
* 2016-07-11 Bernd Edlinger <bernd.edlinger@hotmail.de>edlinger2016-07-111-3/+3
* maybe_set_first_label_num can take an rtx_code_label *dmalcolm2016-04-271-1/+1
* [gcc]kelvin2016-02-161-0/+8
* Update copyright years.jakub2016-01-041-1/+1
* PR rtl-optimization/68910ebotcazou2015-12-191-1/+2
* 2015-10-30 Andrew MacLeod <amacleod@redhat.com>amacleod2015-10-301-7/+0
* 2015-10-29 Andrew MacLeod <amacleod@redhat.com>amacleod2015-10-291-9/+9
* [PATCH 7/9] ENABLE_CHECKING refactoring: middle-end, LTO FElaw2015-10-281-9/+7
* Remove remaining uses of CONST_DOUBLE_FROM_REAL_VALUErsandifo2015-10-051-3/+3
* [PR64164] Drop copyrename, use coalescible partition as base when optimizing.aoliva2015-08-141-1/+7
* Use lowpart_subreg instead of simplify_gen_subregaesok2015-07-301-4/+1
* gcc/rsandifo2015-07-281-3/+4
* Revert:dje2015-07-251-4/+1
* [PR64164] Drop copyrename, use coalescible partition as base when optimizing.aoliva2015-07-231-1/+4
* gcc/ChangeLog:kugan2015-07-121-1/+2
* reduce conditional compilation based on AUTO_INC_DECtbsaunde2015-07-091-4/+3
* always define AUTO_INC_DECtbsaunde2015-07-091-2/+2
* 2015-07-07 Andrew MacLeod <amacleod@redhat.com>amacleod2015-07-081-10/+4
* gcc/rsandifo2015-06-261-3/+7
* gcc/rsandifo2015-06-251-5/+5
* 2015-06-17 Andrew MacLeod <amacleod@redhat.com>amacleod2015-06-171-1/+0
* gcc/rsandifo2015-06-141-37/+0
* * emit-rtl.c (need_atomic_barrier_p): Mask model withuros2015-06-121-4/+1