aboutsummaryrefslogtreecommitdiff
path: root/gcc/ifcvt.c
AgeCommit message (Expand)AuthorFilesLines
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
2014-10-29decl.c, [...]: Remove redundant enum from machine_mode.Richard Sandiford1-6/+6
2014-10-27ggcplug.c: Shuffle includes to include gcc-plugin.h earlier.Andrew MacLeod1-0/+6
2014-10-22cfgbuild.h: New.Andrew MacLeod1-0/+1
2014-10-16function.h: Flatten file.Andrew MacLeod1-2/+6
2014-09-30re PR inline-asm/63282 (ICE in redirect_jump_1)Jakub Jelinek1-0/+3
2014-09-11Introduce LABEL_REF_LABELDavid Malcolm1-4/+4
2014-09-09single_set takes an insnDavid Malcolm1-1/+2
2014-09-09recog_memoized works on an rtx_insn *David Malcolm1-47/+51
2014-09-09shrink-wrap.h: #define SHRINK_WRAPPING_ENABLED.Zhenqiang Chen1-3/+2
2014-09-05re PR rtl-optimization/62146 (CSE replaces constant with an expression incorr...Easwaran Raman1-5/+2
2014-09-05Use rtx_insn for various jump-handling functions and predicatesDavid Malcolm1-2/+2
2014-09-04use rtx_insn * a little moreTrevor Saunders1-1/+1
2014-08-28Work towards NEXT_INSN/PREV_INSN requiring insns as their paramsDavid Malcolm1-28/+29
2014-08-26Various condition-handling callsDavid Malcolm1-13/+16
2014-08-26Remove BB_HEAD, BB_END, BB_HEADER scaffoldingDavid Malcolm1-2/+2
2014-08-22ifcvt.c: Use rtx_insnDavid Malcolm1-58/+78
2014-08-21cfgcleanup.c: Use rtx_insn (also touches basic-block.h and ifcvt.c)David Malcolm1-4/+4
2014-08-18Split BB_HEAD et al into BB_HEAD/SET_BB_HEAD variantsDavid Malcolm1-2/+2
2014-08-14Fix if-conversion pass for dead type-unsafe codeTom de Vries1-3/+28
2014-08-08calls.c (precompute_arguments): Use new SUBREG_PROMOTED_SET instead of SUBREG...Kugan Vivekanandarajah1-3/+3
2014-08-07remove pointer-set.[ch]Trevor Saunders1-1/+0
2014-08-07convert the rest of the users of pointer_map to hash_mapTrevor Saunders1-30/+23