aboutsummaryrefslogtreecommitdiff
path: root/gcc/dojump.c
AgeCommit message (Expand)Author
2017-01-01 Update copyright years.jakub
2016-10-28 * dojump.c (do_jump_by_parts_greater_rtx): Invert probability whenebotcazou
2016-10-13Move MEMMODEL_* from coretypes.h to memmodel.hthopre01
2016-08-12 PR c/7652mpolacek
2016-07-19 * builtins.c: Use HOST_WIDE_INT_1 instead of (HOST_WIDE_INT) 1,uros
2016-01-04 Update copyright years.jakub
2015-10-302015-10-30 Andrew MacLeod <amacleod@redhat.com>amacleod
2015-10-292015-10-29 Andrew MacLeod <amacleod@redhat.com>amacleod
2015-10-25 PR middle-end/68079danglin
2015-07-102015-07-10 Andrew MacLeod <amacleod@redhat.com>amacleod
2015-07-08 * target.def (rtx_costs): Remove "code" param, add "mode".amodra
2015-07-082015-07-07 Andrew MacLeod <amacleod@redhat.com>amacleod
2015-06-302015-06-30 Richard Biener <rguenther@suse.de>rguenth
2015-06-172015-06-17 Andrew MacLeod <amacleod@redhat.com>amacleod
2015-06-082015-06-08 Andrew MacLeod <amacleod@redhat.com>amacleod
2015-06-042015-06-04 Andrew MacLeod <amacleod@redhat.com>amacleod
2015-05-26gcc/rsandifo
2015-05-20Promote types of RTL expressions to more derived ones.miyuki
2015-05-19Use std::swap instead of explicit swapsmiyuki
2015-04-302015-04-29 Mikhail Maltsev <maltsevm@gmail.com>law
2015-01-152015-10-15 Prathamesh Kulkarni <prathamesh.kulkarni@linaro.org>prathamesh3492
2015-01-092015-01-09 Michael Collison <michael.collison@linaro.org>prathamesh3492
2015-01-05 Update copyright years.jakub
2014-11-012014-11-01 Andrew MacLeod <amacleod@redhat,com>amacleod
2014-10-29gcc/ada/rsandifo
2014-10-272014-10-27 Andrew MacLeod <amacleod@redhat.com>amacleod
2014-10-162014-10-16 Andrew MacLeod <amacleod@redhat.com>amacleod
2014-09-03use rtx_code_label moretbsaunde
2014-04-02Merge in trunk.mrs
2014-03-27 * dojump.c (do_compare_rtx_and_jump): Sets correct probability fordehao
2014-01-03Merge in trunk.mrs
2014-01-02Update copyright years in gcc/rsandifo
2013-12-04Merge with trunk.rsandifo
2013-12-03 PR target/58864jakub
2013-11-20Merge from trunk.rsandifo
2013-11-19Factor unrelated declarations out of tree.h.dnovillo
2013-11-19Remove tree_to_hwi.rsandifo
2013-10-20Merge in trunk.mrs
2013-10-02This patch fixes an issue where expansion of an ORIF expression arbitrarilytejohnson
2013-09-07Reorganise wide-int classes so that they are all instantiations of arsandifo
2013-08-13Add wide-int branch.mrs
2013-01-10Update copyright years in gcc/rsandifo
2012-10-162012-10-15 Easwaran Raman <eraman@google.com>eraman
2012-09-07Modify gcc/*.[hc] double_int call sites to use the new interface.crowl
2012-07-24Introduce and use code_to_optab and optab_to_code functionsrth
2012-07-24Introduce and use unknown_optabrth
2012-07-16gcc/steven
2012-05-31 * output.h (__gcc_host_wide_int__): Move to hwint.h.steven
2012-03-072012-03-07 Richard Guenther <rguenther@suse.de>rguenth
2012-02-09gcc/bergner