aboutsummaryrefslogtreecommitdiff
path: root/gcc/ifcvt.c
AgeCommit message (Expand)Author
2016-09-14 gcc/Yvan Roux
2016-09-07 gcc/Yvan Roux
2016-09-07 gcc/Yvan Roux
2016-08-25 gcc/Christophe Lyon
2016-08-25 gcc/Christophe Lyon
2016-02-162016-02-16 Richard Biener <rguenther@suse.de>rguenth
2016-02-112016-02-11 Richard Biener <rguenther@suse.de>rguenth
2016-02-01 * ifcvt.c (bb_ok_for_noce_convert_multiple_sets): Return falsejakub
2016-02-01 PR rtl-optimization/69570jakub
2016-01-21gcc/ienkovich
2016-01-12 PR target/69175jakub
2016-01-11[RTL-ifcvt] PR rtl-optimization/68841: Make sure one basic block doesn't clob...ktkachov
2016-01-11gcc/ienkovich
2016-01-04 Update copyright years.jakub
2015-12-31 PR target/69015jakub
2015-12-10 PR rtl-optimization/68376jakub
2015-12-10Fix -Wmisleading-indentation warning in ifcvt.cdmalcolm
2015-12-03[RTL-ifcvt] PR rtl-optimization/68624: Clean up logic that checks for clobber...ktkachov
2015-11-27Fix FAIL: gcc.c-torture/execute/20050124-1.c -O2 (internal compiler error)ktkachov
2015-11-27[RTL-ifcvt] Reject insns that are multiple_setsktkachov
2015-11-27[RTL-ifcvt] PR rtl-optimization/68506: Fix emitting order of insns in IF-THEN...ktkachov
2015-11-25Remove broken ifcvt code for speculating memory writesbernds
2015-11-25[RTL-ifcvt] PR rtl-optimization/68435 Allow (c ? x++ : x--) formktkachov
2015-11-19 PR rtl-optimization/68376jakub
2015-11-10[optabs][ifcvt][1/3] Define negcc, notcc optabsktkachov
2015-11-09Fix memory leaks and use a pool_allocatormarxin
2015-11-09[RTL-ifcvt] PR rtl-optimization/67749: Do not emit separate SET insn in IF-EL...ktkachov
2015-11-08Merge of the scalar-storage-order branch.ebotcazou
2015-11-05[Patch ifcvt] Teach RTL ifcvt to handle multiple simple set instructionsjgreenhalgh
2015-10-302015-10-30 Andrew MacLeod <amacleod@redhat.com>amacleod
2015-10-292015-10-29 Andrew MacLeod <amacleod@redhat.com>amacleod
2015-10-28[PATCH 7/9] ENABLE_CHECKING refactoring: middle-end, LTO FElaw
2015-10-02[RTL ifcvt] PR 67786, 67787: Check that intermediate instructions in the basi...ktkachov
2015-09-28[RTL-ifcvt] PR rtl-optimization/67481: Look more deeply for CCmode sets durin...ktkachov
2015-09-28[RTL-ifcvt] PR rtl-optimization/67465: Handle pairs of complex+simple blocks ...ktkachov
2015-09-01[RTL-ifcvt] Make non-conditional execution if-conversion more aggressivektkachov
2015-08-24gcc/rsandifo
2015-08-13[RTL-ifcvt] Allow PLUS+immediate expression in noce_try_store_flag_constantsktkachov
2015-08-13[RTL-ifcvt] Improve conditional select ops on immediates (fix failing x86_64 ...ktkachov
2015-08-03[RTL-ifcvt] Improve conditional select ops on immediatesktkachov
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-07-05gcc/rsandifo
2015-06-30gcc/rsandifo
2015-06-22Use std::swap instead of manual swaps.miyuki
2015-06-172015-06-17 Andrew MacLeod <amacleod@redhat.com>amacleod
2015-06-12[ifcvt][obvious] Use std::swap instead of manually swappingktkachov
2015-06-082015-06-08 Andrew MacLeod <amacleod@redhat.com>amacleod
2015-06-06gcc/rsandifo