aboutsummaryrefslogtreecommitdiff
path: root/gcc/ifcvt.c
AgeCommit message (Expand)AuthorFilesLines
2015-11-27Fix FAIL: gcc.c-torture/execute/20050124-1.c -O2 (internal compiler error)Kyrylo Tkachov1-3/+2
2015-11-27[RTL-ifcvt] Reject insns that are multiple_setsKyrylo Tkachov1-2/+3
2015-11-27[RTL-ifcvt] PR rtl-optimization/68506: Fix emitting order of insns in IF-THEN...Kyrylo Tkachov1-31/+29
2015-11-25Remove broken ifcvt code for speculating memory writesBernd Schmidt1-115/+6
2015-11-25[RTL-ifcvt] PR rtl-optimization/68435 Allow (c ? x++ : x--) formKyrylo Tkachov1-2/+8
2015-11-19re PR rtl-optimization/68376 (wrong code at -O1 and above on x86_64-linux-gnu)Jakub Jelinek1-4/+41
2015-11-10[optabs][ifcvt][1/3] Define negcc, notcc optabsKyrylo Tkachov1-0/+79
2015-11-09Fix memory leaks and use a pool_allocatorMartin Liska1-3/+3
2015-11-09[RTL-ifcvt] PR rtl-optimization/67749: Do not emit separate SET insn in IF-EL...Kyrylo Tkachov1-40/+65
2015-11-08Merge of the scalar-storage-order branch.Eric Botcazou1-2/+2
2015-11-05[Patch ifcvt] Teach RTL ifcvt to handle multiple simple set instructionsJames Greenhalgh1-2/+250
2015-10-30alias.c: Remove unused headers.Andrew MacLeod1-9/+0
2015-10-29alias.c: Reorder #include statements and remove duplicates.Andrew MacLeod1-12/+10
2015-10-27[PATCH 7/9] ENABLE_CHECKING refactoring: middle-end, LTO FEMikhail Maltsev1-3/+1
2015-10-02[RTL ifcvt] PR 67786, 67787: Check that intermediate instructions in the basi...Kyrylo Tkachov1-1/+2
2015-09-28[RTL-ifcvt] PR rtl-optimization/67481: Look more deeply for CCmode sets durin...Kyrylo Tkachov1-0/+14
2015-09-28[RTL-ifcvt] PR rtl-optimization/67465: Handle pairs of complex+simple blocks ...Kyrylo Tkachov1-1/+31
2015-09-01[RTL-ifcvt] Make non-conditional execution if-conversion more aggressiveKyrylo Tkachov1-68/+398
2015-08-24ifcvt.c (HAVE_incscc, [...]): Delete.Richard Sandiford1-15/+9
2015-08-13[RTL-ifcvt] Allow PLUS+immediate expression in noce_try_store_flag_constantsKyrylo Tkachov1-8/+60
2015-08-13[RTL-ifcvt] Improve conditional select ops on immediates (fix failing x86_64 ...Kyrylo Tkachov1-16/+61
2015-08-03[RTL-ifcvt] Improve conditional select ops on immediatesKyrylo Tkachov1-11/+52
2015-07-10gimple-predict.h: New file.Andrew MacLeod1-0/+1
2015-07-08target.def (rtx_costs): Remove "code" param, add "mode".Alan Modra1-1/+1
2015-07-08tree-core.h: Include symtab.h.Andrew MacLeod1-11/+4
2015-07-05target-insns.def (trap): New targetm instruction pattern.Richard Sandiford1-4/+1
2015-06-30target-insns.def (jump): New targetm instruction pattern.Richard Sandiford1-4/+3
2015-06-22Use std::swap instead of manual swaps.Mikhail Maltsev1-7/+3
2015-06-17coretypes.h: Include input.h and as-a.h.Andrew MacLeod1-1/+0
2015-06-12[ifcvt][obvious] Use std::swap instead of manually swappingKyrylo Tkachov1-8/+4
2015-06-08coretypes.h: Include hash-table.h and hash-set.h for host files.Andrew MacLeod1-5/+0
2015-06-06emit-rtl.c, [...]: Replace rtx base types with more derived ones.Richard Sandiford1-6/+5
2015-06-04coretypes.h: Include machmode.h...Andrew MacLeod1-5/+0
2015-06-03[ifcvt][obvious] Fix typo in commentKyrylo Tkachov1-1/+1
2015-05-22always define HAVE_conditional_moveTrevor Saunders1-11/+0
2015-05-20Promote types of RTL expressions to more derived ones.Mikhail Maltsev1-3/+5
2015-05-19Use std::swap instead of explicit swapsMikhail Maltsev1-8/+4
2015-05-07rtl.h (always_void_p): New function.Richard Sandiford1-5/+5
2015-05-02change local vars to rtx_insn *Trevor Saunders1-1/+1
2015-01-15dojump.h: New header file.Prathamesh Kulkarni1-0/+15
2015-01-09genattrtab.c (write_header): Include hash-set.h...Michael Collison1-0/+1
2015-01-05Update copyright years.Jakub Jelinek1-1/+1
2014-12-12real.h (HONOR_SNANS, [...]): Replace macros with 3 overloaded declarations.Marc Glisse1-3/+3
2014-12-12re PR rtl-optimization/63917 (r217646 caused many failures)Zhenqiang Chen1-1/+29
2014-12-10real.h (HONOR_NANS): Replace macro with 3 overloaded declarations.Marc Glisse1-2/+2
2014-11-17ifcvt.c (HAVE_cbranchcc4): Define.Zhenqiang Chen1-4/+14
2014-11-04revert: ifcvt.c (noce_emit_cmove, [...]): Allow CC mode if HAVE_cbranchcc4.Zhenqiang Chen1-20/+4
2014-11-03ifcvt.c (noce_try_store_flag_mask): Check rtx cost.Zhenqiang Chen1-0/+11
2014-11-03ifcvt.c (noce_emit_cmove, [...]): Allow CC mode if HAVE_cbranchcc4.Zhenqiang Chen1-4/+20
2014-11-012014-11-01 Andrew MacLeod <amacleod@redhat,com>Andrew MacLeod1-0/+1