summaryrefslogtreecommitdiff
path: root/gcc/ifcvt.c
Commit message (Expand)AuthorAgeFilesLines
* [RTL ifcvt] PR 67786, 67787: Check that intermediate instructions in the basi...ktkachov2015-10-021-1/+2
* [RTL-ifcvt] PR rtl-optimization/67481: Look more deeply for CCmode sets durin...ktkachov2015-09-281-0/+14
* [RTL-ifcvt] PR rtl-optimization/67465: Handle pairs of complex+simple blocks ...ktkachov2015-09-281-1/+31
* [RTL-ifcvt] Make non-conditional execution if-conversion more aggressivektkachov2015-09-011-68/+398
* gcc/rsandifo2015-08-241-15/+9
* [RTL-ifcvt] Allow PLUS+immediate expression in noce_try_store_flag_constantsktkachov2015-08-131-8/+60
* [RTL-ifcvt] Improve conditional select ops on immediates (fix failing x86_64 ...ktkachov2015-08-131-16/+61
* [RTL-ifcvt] Improve conditional select ops on immediatesktkachov2015-08-031-11/+52
* 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-1/+1
* 2015-07-07 Andrew MacLeod <amacleod@redhat.com>amacleod2015-07-081-11/+4
* gcc/rsandifo2015-07-051-4/+1
* gcc/rsandifo2015-06-301-4/+3
* Use std::swap instead of manual swaps.miyuki2015-06-221-7/+3
* 2015-06-17 Andrew MacLeod <amacleod@redhat.com>amacleod2015-06-171-1/+0
* [ifcvt][obvious] Use std::swap instead of manually swappingktkachov2015-06-121-8/+4
* 2015-06-08 Andrew MacLeod <amacleod@redhat.com>amacleod2015-06-081-5/+0
* gcc/rsandifo2015-06-061-6/+5
* 2015-06-04 Andrew MacLeod <amacleod@redhat.com>amacleod2015-06-041-5/+0
* [ifcvt][obvious] Fix typo in commentktkachov2015-06-031-1/+1
* always define HAVE_conditional_movetbsaunde2015-05-221-11/+0
* Promote types of RTL expressions to more derived ones.miyuki2015-05-201-3/+5
* Use std::swap instead of explicit swapsmiyuki2015-05-191-8/+4
* gcc/rsandifo2015-05-071-5/+5
* change local vars to rtx_insn *tbsaunde2015-05-021-1/+1
* 2015-10-15 Prathamesh Kulkarni <prathamesh.kulkarni@linaro.org>prathamesh34922015-01-151-0/+15
* 2015-01-09 Michael Collison <michael.collison@linaro.org>prathamesh34922015-01-091-0/+1
* Update copyright years.jakub2015-01-051-1/+1
* 2014-12-12 Marc Glisse <marc.glisse@inria.fr>glisse2014-12-121-3/+3
* 2014-12-12 Zhenqiang Chen <zhenqiang.chen@arm.com>zqchen2014-12-121-1/+29
* 2014-12-10 Marc Glisse <marc.glisse@inria.fr>glisse2014-12-101-2/+2
* 2014-11-17 Zhenqiang Chen <zhenqiang.chen@arm.com>zqchen2014-11-171-4/+14
* 2014-11-04 Zhenqiang Chen <zhenqiang.chen@arm.com>zqchen2014-11-041-20/+4
* ChangeLog:zqchen2014-11-031-0/+11
* 2014-11-03 Zhenqiang Chen <zhenqiang.chen@arm.com>zqchen2014-11-031-4/+20
* 2014-11-01 Andrew MacLeod <amacleod@redhat,com>amacleod2014-11-011-0/+1
* gcc/ada/rsandifo2014-10-291-6/+6
* 2014-10-27 Andrew MacLeod <amacleod@redhat.com>amacleod2014-10-271-0/+6
* 2014-10-22 Andrew MacLeod <amacleod@redhat.com>amacleod2014-10-221-0/+1
* 2014-10-16 Andrew MacLeod <amacleod@redhat.com>amacleod2014-10-161-2/+6
* PR inline-asm/63282jakub2014-09-301-0/+3
* Introduce LABEL_REF_LABELdmalcolm2014-09-111-4/+4
* single_set takes an insndmalcolm2014-09-091-1/+2
* recog_memoized works on an rtx_insn *dmalcolm2014-09-091-47/+51
* ChangeLog:zqchen2014-09-091-3/+2
* 2014-09-05 Easwaran Raman <eraman@google.com>eraman2014-09-051-5/+2
* Use rtx_insn for various jump-handling functions and predicatesdmalcolm2014-09-051-2/+2
* use rtx_insn * a little moretbsaunde2014-09-041-1/+1
* Work towards NEXT_INSN/PREV_INSN requiring insns as their paramsdmalcolm2014-08-281-28/+29
* Various condition-handling callsdmalcolm2014-08-261-13/+16