aboutsummaryrefslogtreecommitdiff
path: root/gcc/sched-deps.c
AgeCommit message (Expand)AuthorFilesLines
2014-10-16function.h: Flatten file.Andrew MacLeod1-0/+5
2014-09-15deps_start_bb takes an insnDavid Malcolm1-2/+2
2014-09-05Use rtx_insn for more scheduler things, plus CONST_CAST_RTX_INSNDavid Malcolm1-46/+48
2014-09-01re PR target/62025 (Miscompilation of openssl sha512.c)Jakub Jelinek1-17/+7
2014-08-28Work towards NEXT_INSN/PREV_INSN requiring insns as their paramsDavid Malcolm1-3/+3
2014-08-27Use rtx_expr_list in various placesDavid Malcolm1-4/+4
2014-08-27Use rtx_insn_list in various placesDavid Malcolm1-26/+32
2014-08-27Use rtx_insn for various target.def hooksDavid Malcolm1-2/+2
2014-08-26cselib (also touches sched-deps.c)David Malcolm1-1/+1
2014-08-26Various scheduling strengtheningsDavid Malcolm1-5/+5
2014-08-26Remove DEP_PRO/CON scaffoldingDavid Malcolm1-26/+6
2014-08-26insn_t becomes an rtx_insn *David Malcolm1-9/+12
2014-08-25Strengthen haifa_sched_info callbacks and 3 scheduler hooksDavid Malcolm1-40/+44
2014-08-22sched-deps.c: Use rtx_insnDavid Malcolm1-16/+16
2014-08-19DEP_PRO/DEP_CON scaffoldingDavid Malcolm1-3/+23
2014-08-12re PR target/62025 (Miscompilation of openssl sha512.c)Jakub Jelinek1-0/+18
2014-08-04[sched-deps] Generalise usage of macro fusion to work on any two insns.Ramana Radhakrishnan1-22/+29
2014-07-17re PR rtl-optimization/61801 (sched2 miscompiles syscall sequence with -g)Richard Biener1-1/+2
2014-06-15df.h (DF_INSN_INFO_MWS, [...]): New macros.Richard Sandiford1-25/+19
2014-06-04recog.h (operand_alternative): Convert reg_class, reject, matched and matches...Richard Sandiford1-1/+1
2014-02-05re PR debug/52727 (internal compiler error at dwarf2cfi.c2:685)Richard Henderson1-0/+10
2014-01-02Update copyright years in gcc/Richard Sandiford1-1/+1
2013-12-03re PR rtl-optimization/59020 (internal compiler error: in maybe_add_or_update...Wei Mi1-0/+40
2013-11-19Eliminate n_basic_blocks macroDavid Malcolm1-1/+1
2013-11-06tree-pass.h (make_pass_live_range_shrinkage): New external.Vladimir Makarov1-3/+2
2013-07-21Fix typos.Ondřej Bílka1-1/+1
2013-06-03re PR rtl-optimization/57268 (c nested loops hang compiler in sched-deps.c)Jakub Jelinek1-2/+9
2013-06-01revert: re PR rtl-optimization/57268 (c nested loops hang compiler in sched-d...Dinar Temirbulatov1-8/+2
2013-06-01re PR rtl-optimization/57268 (c nested loops hang compiler in sched-deps.c)Dinar Temirbulatov1-2/+8
2013-05-25sched-int.h (ds_t, dw_t): Make unsigned int.Steven Bosscher1-2/+4
2013-04-13sched-deps.c (deps_analyze_insn): Do not check for EH_REGION insn notes, they...Steven Bosscher1-6/+0
2013-03-05re PR middle-end/56461 (GCC is leaking lots of memory)Jakub Jelinek1-0/+2
2013-02-25* sched-deps.c (sched_analyze_insn): Fix typo in comment.Andrey Belevantsev1-1/+1
2013-02-25re PR middle-end/56077 (volatile ignored when function inlined)Andrey Belevantsev1-3/+3
2013-01-28re PR rtl-optimization/56117 (ICE: in cselib_subst_to_values, at cselib.c:185...Jakub Jelinek1-2/+6
2013-01-16re PR rtl-optimization/56005 (FAIL: gcc.target/i386/pr45352.c (internal compi...Vladimir Makarov1-2/+3
2013-01-15PR rtl-optimization/pr55153Vladimir Makarov1-0/+14
2013-01-10Update copyright years in gcc/Richard Sandiford1-4/+1
2012-11-20Introduce vNULL to use as a nil initializer for vec<>.Diego Novillo1-1/+1
2012-11-17This patch rewrites the old VEC macro-based interface into a new one based on...Diego Novillo1-8/+6
2012-11-08re PR rtl-optimization/54850 (FAIL: gcc.c-torture/execute/20041113-1.c execut...Bernd Schmidt1-6/+4
2012-10-16rtl.h (get_call_rtx_from): New prototype.Steven Bosscher1-8/+2
2012-10-03re PR rtl-optimization/54792 (-fcompare-debug failures introduced by r191493)Jakub Jelinek1-2/+2
2012-09-28re PR bootstrap/54688 (violation of implicit restriction "No_Elaboration_Code...Bernd Schmidt1-5/+9
2012-09-19dbgcnt.def (sched_breakdep): New counter.Bernd Schmidt1-73/+428
2012-08-27sched-deps.c (add_dependence_list_and_free): Simplify.Maxim Kuvyrkov1-12/+12
2012-08-23alias.c (rtx_equal_for_memref_p): Convert constant cases.Kenneth Zadeck1-4/+1
2012-07-08basic-block.h: Re-group most prototypes per file.Steven Bosscher1-0/+3
2012-05-29LANGUAGES: Fix typos.Joseph Myers1-3/+3
2012-05-14attribs.c (decl_attributes): Avoid emitting a warning if ATTR_FLAG_BUILT_IN.Bernd Schmidt1-1/+1