aboutsummaryrefslogtreecommitdiff
path: root/gcc/sched-deps.c
AgeCommit message (Expand)AuthorFilesLines
2018-08-06Remaining support for clobber highAlan Hayward1-1/+14
2018-04-11sched-deps: respect deps->readonly in macro-fusion (PR 84566)Alexander Monakov1-1/+2
2018-01-30re PR target/83986 (ICE in maybe_record_trace_start, at dwarf2cfi.c:2348)Jakub Jelinek1-0/+2
2018-01-27re PR middle-end/84040 (compilation time of gcc.c-torture/compile/limits-bloc...Jakub Jelinek1-1/+7
2018-01-03Update copyright years.Jakub Jelinek1-1/+1
2017-09-19combine-stack-adj.c (combine_stack_adjustments_for_block): Do nothing for sta...Jeff Law1-0/+5
2017-09-12Convert hard_regno_nregs to a functionRichard Sandiford1-1/+1
2017-09-04Turn HARD_REGNO_CALL_PART_CLOBBERED into a target hookRichard Sandiford1-1/+2
2017-08-30Drop df_ from df_read_modify_subreg_pRichard Sandiford1-1/+1
2017-06-30aarch64.c (aarch_macro_fusion_pair_p): Push the check for CC usage into AARCH...Naveen H.S1-19/+15
2017-01-01Update copyright years.Jakub Jelinek1-1/+1
2016-10-28sched: Do not mix prologue and epilogue insnsSegher Boessenkool1-0/+28
2016-10-13Move MEMMODEL_* from coretypes.h to memmodel.hThomas Preud'homme1-0/+1
2016-10-07bitmap.c (bitmap_elem_to_freelist): Set indx to -1.Richard Biener1-1/+9
2016-05-19sched-deps.c (sched_analyze_2): Also force pending loads from memory.Uros Bizjak1-2/+5
2016-05-02re PR rtl-optimization/70886 (-frename-registers causes boostrap comparison f...Eric Botcazou1-8/+15
2016-03-21re PR rtl-optimization/69102 (ICE: in move_op_ascend, at sel-sched.c:6138 wit...Andrey Belevantsev1-1/+2
2016-03-15re PR target/64411 (ICE: in verify_target_availability, at sel-sched.c:1577 w...Andrey Belevantsev1-6/+12
2016-01-04Update copyright years.Jakub Jelinek1-1/+1
2015-11-06tree-ssa-sccvn.c (class sccvn_dom_walker): Add destructor.Richard Biener1-2/+2
2015-10-30alias.c: Remove unused headers.Andrew MacLeod1-5/+0
2015-10-29alias.c: Reorder #include statements and remove duplicates.Andrew MacLeod1-9/+7
2015-10-27[PATCH 7/9] ENABLE_CHECKING refactoring: middle-end, LTO FEMikhail Maltsev1-16/+5
2015-09-16Share memory blocks between pool allocatorsMikhail Maltsev1-8/+4
2015-08-13ira-int.h: Include recog.h.Andrew MacLeod1-1/+0
2015-08-07Add alternative_mask to ira_implicitly_set_insn_hard_regsH.J. Lu1-1/+3
2015-07-16Add new object_allocator and clean-up allocator usage.Martin Liska1-4/+4
2015-07-09reduce conditional compilation based on AUTO_INC_DECTrevor Saunders1-5/+4
2015-07-09always define AUTO_INC_DECTrevor Saunders1-1/+1
2015-07-08tree-core.h: Include symtab.h.Andrew MacLeod1-10/+4
2015-06-17coretypes.h: Include input.h and as-a.h.Andrew MacLeod1-2/+0
2015-06-08coretypes.h: Include hash-table.h and hash-set.h for host files.Andrew MacLeod1-3/+0
2015-06-06emit-rtl.c, [...]: Replace rtx base types with more derived ones.Richard Sandiford1-6/+3
2015-06-04coretypes.h: Include machmode.h...Andrew MacLeod1-3/+0
2015-06-01Fix pool_allocator fallback.Martin Liska1-0/+1
2015-06-01Change use to type-based pool allocator inMartin Liska1-11/+12
2015-06-01[Patch obvious] Fuseable is not a word -> s/fuseable/fusible/gJames Greenhalgh1-1/+1
2015-05-22remove most ifdef STACK_GROWS_DOWNWARDTrevor Saunders1-5/+4
2015-05-22always define STACK_GROWS_DOWNWARDTrevor Saunders1-1/+1
2015-05-20Promote types of RTL expressions to more derived ones.Mikhail Maltsev1-11/+9
2015-05-19rtl.h (REG_NREGS): New macroRichard Sandiford1-4/+3
2015-05-09more rtx_insn * in sched-deps.cTrevor Saunders1-2/+2
2015-05-02make several functions in the scheduler take rtx_insn *Trevor Saunders1-8/+8
2015-04-22remove more ifdefs for HAVE_cc0Trevor Saunders1-3/+3
2015-04-22always define HAVE_cc0Trevor Saunders1-1/+1
2015-04-22remove some ifdef HAVE_cc0Trevor Saunders1-2/+3
2015-01-09genattrtab.c (write_header): Include hash-set.h...Michael Collison1-4/+9
2015-01-05rtlanal.c (refers_to_regno_p): Change return value from int to bool.Oleg Endo1-1/+1
2015-01-05Update copyright years.Jakub Jelinek1-1/+1
2014-11-24[sched-deps] Remove needless check for modified_in_p when trying to fuse two ...Kyrylo Tkachov1-2/+1