summaryrefslogtreecommitdiff
path: root/gcc/haifa-sched.c
Commit message (Expand)AuthorAgeFilesLines
* asan.c (create_cond_insert_point): Maintain profile.Jan Hubicka2017-11-031-5/+2
* Cleanup autopref schedulingWilco Dijkstra2017-10-241-90/+14
* asan.c (create_cond_insert_point): Do not update edge count.Jan Hubicka2017-10-191-3/+1
* Allow 2 insns from sched group to issue in same cycle, if no stalls needed.James E Wilson2017-10-101-4/+5
* PR82396 workaroundWilco Dijkstra2017-10-061-1/+2
* Revert r253399:Wilco Dijkstra2017-10-041-13/+88
* Fix PR82396: qsort comparator non-negative on sorted outputWilco Dijkstra2017-10-041-88/+13
* haifa-sched: fix autopref_rank_for_schedule qsort comparatorAlexander Monakov2017-09-271-9/+9
* Rename existing insn_cost to insn_sched_costSegher Boessenkool2017-09-211-7/+7
* * haifa-sched.c (sched_create_recovery_edges): Update profile.Jan Hubicka2017-07-041-1/+13
* cfgrtl.c (cfg_layout_initialize): Check crtl->has_bb_partition instead of fla...Jan Hubicka2017-06-081-2/+1
* move several bitmaps from gc memory to the default obstack and use auto_bitmapTrevor Saunders2017-05-141-16/+7
* re PR rtl-optimization/80357 (ICE in model_update_limit_points_in_group, at h...Richard Sandiford2017-04-181-1/+9
* Make rtl_split_edge work for jumps that fall through (PR72749)Segher Boessenkool2017-01-151-1/+1
* Update copyright years.Jakub Jelinek2017-01-011-1/+1
* haifa-sched.c (call_used_regs_num): Rename to...Pat Haugen2016-10-261-12/+19
* Move MEMMODEL_* from coretypes.h to memmodel.hThomas Preud'homme2016-10-131-0/+1
* sel-sched-ir.c (sel_global_bb_info, [...]): Remove unnecessary = vNULL initia...Jakub Jelinek2016-09-231-2/+2
* haifa-sched.c: make ready_list an auto_vec<rtx_insn *>Trevor Saunders2016-08-281-6/+6
* merge adjust_cost and adjust_cost_2 target hooksTrevor Saunders2016-07-281-22/+3
* haifa-sched.c: make twins a auto_vec<rtx_insn *>Trevor Saunders2016-07-281-17/+8
* use auto_vec for more local variablesTrevor Saunders2016-07-131-11/+4
* haifa-sched.c (autopref_multipass_init): Work around -Wmaybe-uninitialized wa...Jakub Jelinek2016-01-181-2/+2
* Update copyright years.Jakub Jelinek2016-01-041-1/+1
* Release memory in haifa-schedMartin Liska2015-11-181-3/+10
* [haifa-sched] PR rtl-optimization/68236: Exit early from autoprefetcher looka...Kyrylo Tkachov2015-11-101-1/+5
* Change behavior of -fsched-verbose optionNikolai Bozhenov2015-11-091-13/+7
* alias.c: Remove unused headers.Andrew MacLeod2015-10-301-3/+0
* alias.c: Reorder #include statements and remove duplicates.Andrew MacLeod2015-10-291-7/+6
* [PATCH] Move RTL printing code from sched-vis.c into print-rtl.cJeff Law2015-10-201-0/+1
* [haifa-sched] model load/store multiples properly in autoprefetcher schedulingKyrylo Tkachov2015-10-191-15/+153
* remove useless typedefsTrevor Saunders2015-08-191-1/+1
* gimple-predict.h: New file.Andrew MacLeod2015-07-101-0/+1
* tree-core.h: Include symtab.h.Andrew MacLeod2015-07-081-8/+3
* target-insns.def (jump): New targetm instruction pattern.Richard Sandiford2015-06-301-2/+3
* hash-traits.h (free_ptr_hash): New class.Richard Sandiford2015-06-251-2/+1
* hash-table.h: Update comments.Richard Sandiford2015-06-251-2/+1
* coretypes.h: Include input.h and as-a.h.Andrew MacLeod2015-06-171-1/+0
* coretypes.h: Include hash-table.h and hash-set.h for host files.Andrew MacLeod2015-06-081-4/+0
* emit-rtl.c, [...]: Replace rtx base types with more derived ones.Richard Sandiford2015-06-061-10/+6
* coretypes.h: Include machmode.h...Andrew MacLeod2015-06-041-1/+0
* bitmap.c (bitmap_set_range): Handle count==1 specially.Richard Sandiford2015-05-191-6/+2
* rtl.h (REG_NREGS): New macroRichard Sandiford2015-05-191-2/+1
* make several functions in the scheduler take rtx_insn *Trevor Saunders2015-05-021-15/+15
* change local vars to rtx_insn *Trevor Saunders2015-05-021-2/+1
* make some HAVE_cc0 code always compiledTrevor Saunders2015-04-221-2/+1
* always define HAVE_cc0Trevor Saunders2015-04-221-1/+1
* add default definition of EH_RETURN_DATA_REGNOTrevor Saunders2015-04-221-2/+0
* remove need for store_values_directlyTrevor Saunders2015-04-181-12/+12
* re PR debug/64935 (compare debug failure during building of Linux kernel)Maxim Kuvyrkov2015-02-191-38/+46