aboutsummaryrefslogtreecommitdiff
path: root/gcc/haifa-sched.c
AgeCommit message (Expand)AuthorFilesLines
2017-12-12[SFN] not-quite-boilerplate changes in preparation to introduce nonbind markersAlexandre Oliva1-1/+1
2017-12-12[SFN] boilerplate changes in preparation to introduce nonbind markersAlexandre Oliva1-2/+2
2017-11-03asan.c (create_cond_insert_point): Maintain profile.Jan Hubicka1-5/+2
2017-10-24Cleanup autopref schedulingWilco Dijkstra1-90/+14
2017-10-19asan.c (create_cond_insert_point): Do not update edge count.Jan Hubicka1-3/+1
2017-10-10Allow 2 insns from sched group to issue in same cycle, if no stalls needed.James E Wilson1-4/+5
2017-10-06PR82396 workaroundWilco Dijkstra1-1/+2
2017-10-04Revert r253399:Wilco Dijkstra1-13/+88
2017-10-04Fix PR82396: qsort comparator non-negative on sorted outputWilco Dijkstra1-88/+13
2017-09-27haifa-sched: fix autopref_rank_for_schedule qsort comparatorAlexander Monakov1-9/+9
2017-09-21Rename existing insn_cost to insn_sched_costSegher Boessenkool1-7/+7
2017-07-04* haifa-sched.c (sched_create_recovery_edges): Update profile.Jan Hubicka1-1/+13
2017-06-08cfgrtl.c (cfg_layout_initialize): Check crtl->has_bb_partition instead of fla...Jan Hubicka1-2/+1
2017-05-14move several bitmaps from gc memory to the default obstack and use auto_bitmapTrevor Saunders1-16/+7
2017-04-18re PR rtl-optimization/80357 (ICE in model_update_limit_points_in_group, at h...Richard Sandiford1-1/+9
2017-01-15Make rtl_split_edge work for jumps that fall through (PR72749)Segher Boessenkool1-1/+1
2017-01-01Update copyright years.Jakub Jelinek1-1/+1
2016-10-26haifa-sched.c (call_used_regs_num): Rename to...Pat Haugen1-12/+19
2016-10-13Move MEMMODEL_* from coretypes.h to memmodel.hThomas Preud'homme1-0/+1
2016-09-23sel-sched-ir.c (sel_global_bb_info, [...]): Remove unnecessary = vNULL initia...Jakub Jelinek1-2/+2
2016-08-28haifa-sched.c: make ready_list an auto_vec<rtx_insn *>Trevor Saunders1-6/+6
2016-07-28merge adjust_cost and adjust_cost_2 target hooksTrevor Saunders1-22/+3
2016-07-28haifa-sched.c: make twins a auto_vec<rtx_insn *>Trevor Saunders1-17/+8
2016-07-13use auto_vec for more local variablesTrevor Saunders1-11/+4
2016-01-18haifa-sched.c (autopref_multipass_init): Work around -Wmaybe-uninitialized wa...Jakub Jelinek1-2/+2
2016-01-04Update copyright years.Jakub Jelinek1-1/+1
2015-11-18Release memory in haifa-schedMartin Liska1-3/+10
2015-11-10[haifa-sched] PR rtl-optimization/68236: Exit early from autoprefetcher looka...Kyrylo Tkachov1-1/+5
2015-11-09Change behavior of -fsched-verbose optionNikolai Bozhenov1-13/+7
2015-10-30alias.c: Remove unused headers.Andrew MacLeod1-3/+0
2015-10-29alias.c: Reorder #include statements and remove duplicates.Andrew MacLeod1-7/+6
2015-10-20[PATCH] Move RTL printing code from sched-vis.c into print-rtl.cJeff Law1-0/+1
2015-10-19[haifa-sched] model load/store multiples properly in autoprefetcher schedulingKyrylo Tkachov1-15/+153
2015-08-19remove useless typedefsTrevor Saunders1-1/+1
2015-07-10gimple-predict.h: New file.Andrew MacLeod1-0/+1
2015-07-08tree-core.h: Include symtab.h.Andrew MacLeod1-8/+3
2015-06-30target-insns.def (jump): New targetm instruction pattern.Richard Sandiford1-2/+3
2015-06-25hash-traits.h (free_ptr_hash): New class.Richard Sandiford1-2/+1
2015-06-25hash-table.h: Update comments.Richard Sandiford1-2/+1
2015-06-17coretypes.h: Include input.h and as-a.h.Andrew MacLeod1-1/+0
2015-06-08coretypes.h: Include hash-table.h and hash-set.h for host files.Andrew MacLeod1-4/+0
2015-06-06emit-rtl.c, [...]: Replace rtx base types with more derived ones.Richard Sandiford1-10/+6
2015-06-04coretypes.h: Include machmode.h...Andrew MacLeod1-1/+0
2015-05-19bitmap.c (bitmap_set_range): Handle count==1 specially.Richard Sandiford1-6/+2
2015-05-19rtl.h (REG_NREGS): New macroRichard Sandiford1-2/+1
2015-05-02make several functions in the scheduler take rtx_insn *Trevor Saunders1-15/+15
2015-05-02change local vars to rtx_insn *Trevor Saunders1-2/+1
2015-04-22make some HAVE_cc0 code always compiledTrevor Saunders1-2/+1
2015-04-22always define HAVE_cc0Trevor Saunders1-1/+1
2015-04-22add default definition of EH_RETURN_DATA_REGNOTrevor Saunders1-2/+0