summaryrefslogtreecommitdiff
path: root/gcc/fwprop.c
Commit message (Expand)AuthorAgeFilesLines
* Update copyright years.jakub2018-01-031-1/+1
* poly_int: SUBREG_BYTErsandifo2017-12-201-1/+1
* Make more use of GET_MODE_UNIT_BITSIZErsandifo2017-10-131-2/+2
* [26/77] Use is_a <scalar_int_mode> in subreg/extract simplificationsrsandifo2017-08-301-2/+5
* Make more use of paradoxical_subreg_prsandifo2017-08-221-5/+2
* PR rtl-optimization/79405law2017-03-311-0/+17
* Update copyright years.jakub2017-01-011-1/+1
* Add a load_extend_op wrapperrsandifo2016-11-151-1/+1
* * defaults.h (LOAD_EXTEND_OP): Define if not already defined.ebotcazou2016-11-041-2/+0
* Move MEMMODEL_* from coretypes.h to memmodel.hthopre012016-10-131-0/+1
* * builtins.c: Use HOST_WIDE_INT_1 instead of (HOST_WIDE_INT) 1,uros2016-07-191-1/+1
* 2016-07-12 Richard Biener <rguenther@suse.de>rguenth2016-07-121-0/+9
* 2016-05-06 Richard Biener <rguenther@suse.de>rguenth2016-05-061-9/+2
* PR rtl-optimization/70574jakub2016-04-081-5/+27
* Update copyright years.jakub2016-01-041-1/+1
* 2015-12-10 Jeff Law <law@redhat.com>law2015-12-101-2/+4
* * fwprop.c (update_uses): Use flag_checking instead ofmatz2015-11-191-1/+2
* 2015-10-30 Andrew MacLeod <amacleod@redhat.com>amacleod2015-10-301-2/+0
* 2015-10-29 Andrew MacLeod <amacleod@redhat.com>amacleod2015-10-291-6/+6
* [PATCH 7/9] ENABLE_CHECKING refactoring: middle-end, LTO FElaw2015-10-281-17/+9
* * bb-reorder.c: Don't include obstack.h if backend.h is included.amacleod2015-07-101-1/+0
* 2015-07-10 Andrew MacLeod <amacleod@redhat.com>amacleod2015-07-101-0/+1
* * target.def (rtx_costs): Remove "code" param, add "mode".amodra2015-07-081-3/+5
* 2015-07-07 Andrew MacLeod <amacleod@redhat.com>amacleod2015-07-081-9/+3
* 2015-06-17 Andrew MacLeod <amacleod@redhat.com>amacleod2015-06-171-1/+0
* 2015-06-08 Andrew MacLeod <amacleod@redhat.com>amacleod2015-06-081-3/+0
* 2015-06-04 Andrew MacLeod <amacleod@redhat.com>amacleod2015-06-041-1/+0
* Update copyright years.jakub2015-01-051-1/+1
* gcc/ada/rsandifo2014-10-291-6/+6
* 2014-10-27 Andrew MacLeod <amacleod@redhat.com>amacleod2014-10-271-0/+12
* gcc/rsandifo2014-08-281-7/+10
* Use rtx_insn in more places in fwprop.cdmalcolm2014-08-261-2/+2
* fwprop.c: Use rtx_insndmalcolm2014-08-221-16/+20
* remove has_executetbsaunde2014-07-091-2/+0
* gcc/rsandifo2014-06-151-15/+11
* gcc/rsandifo2014-06-151-35/+19
* 2014-05-06 Richard Biener <rguenther@suse.de>rguenth2014-05-061-3/+2
* pass cfun to pass::executetbsaunde2014-04-171-2/+2
* pass current function to opt_pass::gate ()tbsaunde2014-04-171-2/+2
* remove has_gatetbsaunde2014-04-171-2/+0
* Update copyright years in gcc/rsandifo2014-01-021-1/+1
* Eliminate n_basic_blocks macrodmalcolm2013-11-191-1/+1
* gcc/rsandifo2013-09-281-4/+4
* * compare-elim.c (find_comparison_dom_walker): New classlaw2013-09-181-16/+14
* Automated conversion of passes to C++ classesdmalcolm2013-08-051-36/+71
* PR rtl-optimization/56178ebotcazou2013-02-071-4/+10
* PR middle-end/56113steven2013-01-311-4/+4
* Update copyright years in gcc/rsandifo2013-01-101-2/+1
* * optabs.c (add_equal_note): Do not create self-referencing REG_EQUALsteven2012-12-021-3/+6
* This patch rewrites the old VEC macro-based interface into a new onednovillo2012-11-181-31/+27