aboutsummaryrefslogtreecommitdiff
path: root/gcc/sel-sched-ir.c
AgeCommit message (Expand)AuthorFilesLines
2019-11-12Remove gcc/params.* files.Martin Liska1-1/+0
2019-11-12Apply mechanical replacement (generated patch).Martin Liska1-2/+2
2019-09-30Remove global call sets: sel-sched.cRichard Sandiford1-3/+4
2019-09-09Add "fast" conversions from arrays to bitmapsRichard Sandiford1-4/+1
2019-07-09PR c++/61339 - add mismatch between struct and class [-Wmismatched-tags] to n...Martin Sebor1-14/+14
2019-04-01sel-sched: update liveness in redirect_edge_and_branch hooks (PR 86928)Andrey Belevantsev1-0/+4
2019-04-01sel-sched: remove assert in merge_fences (PR 87273)Andrey Belevantsev1-5/+0
2019-01-09PR other/16615 [1/5]Sandra Loosemore1-1/+1
2019-01-01Update copyright years.Jakub Jelinek1-1/+1
2018-04-23re PR rtl-optimization/85423 (ICE in code_motion_process_successors, at sel-s...Andrey Belevantsev1-1/+1
2018-04-12sel-sched: move cleanup_cfg before calculate_dominance_info (PR 85354)Alexander Monakov1-4/+0
2018-04-11sel-sched: run cleanup_cfg just before loop_optimizer_init (PR 84659)Alexander Monakov1-0/+4
2018-04-09re PR rtl-optimization/80463 (ICE with -fselective-scheduling2 and -fvar-trac...Andrey Belevantsev1-5/+29
2018-04-09re PR rtl-optimization/83913 (Compile time and memory hog w/ selective schedu...Andrey Belevantsev1-2/+6
2018-04-09re PR rtl-optimization/83962 (ICE: verify_flow_info failed (too many outgoing...Andrey Belevantsev1-2/+6
2018-01-03Update copyright years.Jakub Jelinek1-1/+1
2017-09-21Rename existing insn_cost to insn_sched_costSegher Boessenkool1-1/+1
2017-07-01Patch by Alexander Monakov <amonakov@ispras.ru>Jan Hubicka1-3/+5
2017-07-01sel-sched-ir.c (compute_succs_info): Handle uninitialized probabilities consi...Jan Hubicka1-1/+1
2017-06-29asan.c (asan_emit_stack_protection): Update.Jan Hubicka1-3/+5
2017-01-01Update copyright years.Jakub Jelinek1-1/+1
2016-11-07emit-rtl.c (emit_copy_of_insn_after): Duplicate notes in order.Bernd Schmidt1-5/+7
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-8/+5
2016-03-15re PR rtl-optimization/69032 (ICE: in cfg_preds_1, at sel-sched-ir.c:4809 wit...Andrey Belevantsev1-3/+6
2016-03-15re PR target/66660 ([ia64] Speculative load not checked before use, leading t...Andrey Belevantsev1-6/+10
2016-03-15re PR target/64411 (ICE: in verify_target_availability, at sel-sched.c:1577 w...Andrey Belevantsev1-4/+22
2016-01-04Update copyright years.Jakub Jelinek1-1/+1
2015-10-30alias.c: Remove unused headers.Andrew MacLeod1-6/+0
2015-10-27[PATCH 7/9] ENABLE_CHECKING refactoring: middle-end, LTO FEMikhail Maltsev1-34/+31
2015-09-16Share memory blocks between pool allocatorsMikhail Maltsev1-1/+1
2015-07-16Add new object_allocator and clean-up allocator usage.Martin Liska1-1/+1
2015-07-10gimple-predict.h: New file.Andrew MacLeod1-0/+1
2015-07-08tree-core.h: Include symtab.h.Andrew MacLeod1-10/+6
2015-06-22Use std::swap instead of manual swaps.Mikhail Maltsev1-41/+7
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-5/+0
2015-06-06emit-rtl.c, [...]: Replace rtx base types with more derived ones.Richard Sandiford1-4/+2
2015-06-04coretypes.h: Include machmode.h...Andrew MacLeod1-2/+0
2015-06-01Change use to type-based pool allocator inMartin Liska1-5/+2
2015-01-09genattrtab.c (write_header): Include hash-set.h...Michael Collison1-0/+3
2015-01-05Update copyright years.Jakub Jelinek1-1/+1
2014-10-29decl.c, [...]: Remove redundant enum from machine_mode.Richard Sandiford1-3/+3
2014-10-27ggcplug.c: Shuffle includes to include gcc-plugin.h earlier.Andrew MacLeod1-0/+7
2014-10-16function.h: Flatten file.Andrew MacLeod1-1/+5
2014-09-16Replace INSN_DELETED_P with rtx_insn member functionsTrevor Saunders1-2/+2
2014-09-09recog_memoized works on an rtx_insn *David Malcolm1-1/+1
2014-09-05Use rtx_insn for various jump-handling functions and predicatesDavid Malcolm1-1/+1
2014-08-28NEXT_INSN and PREV_INSN take a const rtx_insnDavid Malcolm1-3/+3
2014-08-26Remove BB_HEAD, BB_END, BB_HEADER scaffoldingDavid Malcolm1-1/+1