summaryrefslogtreecommitdiff
path: root/gcc/sel-sched-ir.c
Commit message (Expand)AuthorAgeFilesLines
* Update copyright years.Jakub Jelinek2018-01-031-1/+1
* Rename existing insn_cost to insn_sched_costSegher Boessenkool2017-09-211-1/+1
* Patch by Alexander Monakov <amonakov@ispras.ru>Jan Hubicka2017-07-011-3/+5
* sel-sched-ir.c (compute_succs_info): Handle uninitialized probabilities consi...Jan Hubicka2017-07-011-1/+1
* asan.c (asan_emit_stack_protection): Update.Jan Hubicka2017-06-291-3/+5
* Update copyright years.Jakub Jelinek2017-01-011-1/+1
* emit-rtl.c (emit_copy_of_insn_after): Duplicate notes in order.Bernd Schmidt2016-11-071-5/+7
* 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-8/+5
* re PR rtl-optimization/69032 (ICE: in cfg_preds_1, at sel-sched-ir.c:4809 wit...Andrey Belevantsev2016-03-151-3/+6
* re PR target/66660 ([ia64] Speculative load not checked before use, leading t...Andrey Belevantsev2016-03-151-6/+10
* re PR target/64411 (ICE: in verify_target_availability, at sel-sched.c:1577 w...Andrey Belevantsev2016-03-151-4/+22
* Update copyright years.Jakub Jelinek2016-01-041-1/+1
* alias.c: Remove unused headers.Andrew MacLeod2015-10-301-6/+0
* [PATCH 7/9] ENABLE_CHECKING refactoring: middle-end, LTO FEMikhail Maltsev2015-10-271-34/+31
* Share memory blocks between pool allocatorsMikhail Maltsev2015-09-161-1/+1
* Add new object_allocator and clean-up allocator usage.Martin Liska2015-07-161-1/+1
* gimple-predict.h: New file.Andrew MacLeod2015-07-101-0/+1
* tree-core.h: Include symtab.h.Andrew MacLeod2015-07-081-10/+6
* Use std::swap instead of manual swaps.Mikhail Maltsev2015-06-221-41/+7
* 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-5/+0
* emit-rtl.c, [...]: Replace rtx base types with more derived ones.Richard Sandiford2015-06-061-4/+2
* coretypes.h: Include machmode.h...Andrew MacLeod2015-06-041-2/+0
* Change use to type-based pool allocator inMartin Liska2015-06-011-5/+2
* genattrtab.c (write_header): Include hash-set.h...Michael Collison2015-01-091-0/+3
* Update copyright years.Jakub Jelinek2015-01-051-1/+1
* decl.c, [...]: Remove redundant enum from machine_mode.Richard Sandiford2014-10-291-3/+3
* ggcplug.c: Shuffle includes to include gcc-plugin.h earlier.Andrew MacLeod2014-10-271-0/+7
* function.h: Flatten file.Andrew MacLeod2014-10-161-1/+5
* Replace INSN_DELETED_P with rtx_insn member functionsTrevor Saunders2014-09-161-2/+2
* recog_memoized works on an rtx_insn *David Malcolm2014-09-091-1/+1
* Use rtx_insn for various jump-handling functions and predicatesDavid Malcolm2014-09-051-1/+1
* NEXT_INSN and PREV_INSN take a const rtx_insnDavid Malcolm2014-08-281-3/+3
* Remove BB_HEAD, BB_END, BB_HEADER scaffoldingDavid Malcolm2014-08-261-1/+1
* Tighten up params of create_basic_block_structureDavid Malcolm2014-08-261-1/+2
* Remove VINSN_INSN_RTX scaffoldingDavid Malcolm2014-08-261-11/+1
* insn_t becomes an rtx_insn *David Malcolm2014-08-261-33/+26
* re PR c/61271 (10 * possible coding error with logical not (!))Marek Polacek2014-08-261-1/+1
* Eliminate BB_NOTE_LIST scaffoldingDavid Malcolm2014-08-251-15/+4
* Strengthen haifa_sched_info callbacks and 3 scheduler hooksDavid Malcolm2014-08-251-2/+2
* sel-sched-ir.c: Use rtx_insnDavid Malcolm2014-08-221-13/+16
* create_insn_rtx_from_pattern and create_copy_of_insn_rtx return rtx_insnDavid Malcolm2014-08-211-4/+5
* sel_bb_{head|end} return rtx_insnDavid Malcolm2014-08-211-7/+7
* Convert various rtx to rtx_note *David Malcolm2014-08-191-5/+5
* BND_TO scaffoldingDavid Malcolm2014-08-191-1/+11
* BB_NOTE_LIST scaffoldingDavid Malcolm2014-08-191-4/+15
* VINSN_INSN_RTX scaffoldingDavid Malcolm2014-08-191-1/+12
* Split NEXT_INSN/PREV_INSN into lvalue and rvalue formsDavid Malcolm2014-08-191-8/+8
* Split BB_HEAD et al into BB_HEAD/SET_BB_HEAD variantsDavid Malcolm2014-08-181-1/+1