| Commit message (Expand) | Author | Age | Files | Lines |
* | Update copyright years. | Jakub Jelinek | 2018-01-03 | 1 | -1/+1 |
* | Rename existing insn_cost to insn_sched_cost | Segher Boessenkool | 2017-09-21 | 1 | -1/+1 |
* | Patch by Alexander Monakov <amonakov@ispras.ru> | Jan Hubicka | 2017-07-01 | 1 | -3/+5 |
* | sel-sched-ir.c (compute_succs_info): Handle uninitialized probabilities consi... | Jan Hubicka | 2017-07-01 | 1 | -1/+1 |
* | asan.c (asan_emit_stack_protection): Update. | Jan Hubicka | 2017-06-29 | 1 | -3/+5 |
* | Update copyright years. | Jakub Jelinek | 2017-01-01 | 1 | -1/+1 |
* | emit-rtl.c (emit_copy_of_insn_after): Duplicate notes in order. | Bernd Schmidt | 2016-11-07 | 1 | -5/+7 |
* | Move MEMMODEL_* from coretypes.h to memmodel.h | Thomas Preud'homme | 2016-10-13 | 1 | -0/+1 |
* | sel-sched-ir.c (sel_global_bb_info, [...]): Remove unnecessary = vNULL initia... | Jakub Jelinek | 2016-09-23 | 1 | -8/+5 |
* | re PR rtl-optimization/69032 (ICE: in cfg_preds_1, at sel-sched-ir.c:4809 wit... | Andrey Belevantsev | 2016-03-15 | 1 | -3/+6 |
* | re PR target/66660 ([ia64] Speculative load not checked before use, leading t... | Andrey Belevantsev | 2016-03-15 | 1 | -6/+10 |
* | re PR target/64411 (ICE: in verify_target_availability, at sel-sched.c:1577 w... | Andrey Belevantsev | 2016-03-15 | 1 | -4/+22 |
* | Update copyright years. | Jakub Jelinek | 2016-01-04 | 1 | -1/+1 |
* | alias.c: Remove unused headers. | Andrew MacLeod | 2015-10-30 | 1 | -6/+0 |
* | [PATCH 7/9] ENABLE_CHECKING refactoring: middle-end, LTO FE | Mikhail Maltsev | 2015-10-27 | 1 | -34/+31 |
* | Share memory blocks between pool allocators | Mikhail Maltsev | 2015-09-16 | 1 | -1/+1 |
* | Add new object_allocator and clean-up allocator usage. | Martin Liska | 2015-07-16 | 1 | -1/+1 |
* | gimple-predict.h: New file. | Andrew MacLeod | 2015-07-10 | 1 | -0/+1 |
* | tree-core.h: Include symtab.h. | Andrew MacLeod | 2015-07-08 | 1 | -10/+6 |
* | Use std::swap instead of manual swaps. | Mikhail Maltsev | 2015-06-22 | 1 | -41/+7 |
* | coretypes.h: Include input.h and as-a.h. | Andrew MacLeod | 2015-06-17 | 1 | -1/+0 |
* | coretypes.h: Include hash-table.h and hash-set.h for host files. | Andrew MacLeod | 2015-06-08 | 1 | -5/+0 |
* | emit-rtl.c, [...]: Replace rtx base types with more derived ones. | Richard Sandiford | 2015-06-06 | 1 | -4/+2 |
* | coretypes.h: Include machmode.h... | Andrew MacLeod | 2015-06-04 | 1 | -2/+0 |
* | Change use to type-based pool allocator in | Martin Liska | 2015-06-01 | 1 | -5/+2 |
* | genattrtab.c (write_header): Include hash-set.h... | Michael Collison | 2015-01-09 | 1 | -0/+3 |
* | Update copyright years. | Jakub Jelinek | 2015-01-05 | 1 | -1/+1 |
* | decl.c, [...]: Remove redundant enum from machine_mode. | Richard Sandiford | 2014-10-29 | 1 | -3/+3 |
* | ggcplug.c: Shuffle includes to include gcc-plugin.h earlier. | Andrew MacLeod | 2014-10-27 | 1 | -0/+7 |
* | function.h: Flatten file. | Andrew MacLeod | 2014-10-16 | 1 | -1/+5 |
* | Replace INSN_DELETED_P with rtx_insn member functions | Trevor Saunders | 2014-09-16 | 1 | -2/+2 |
* | recog_memoized works on an rtx_insn * | David Malcolm | 2014-09-09 | 1 | -1/+1 |
* | Use rtx_insn for various jump-handling functions and predicates | David Malcolm | 2014-09-05 | 1 | -1/+1 |
* | NEXT_INSN and PREV_INSN take a const rtx_insn | David Malcolm | 2014-08-28 | 1 | -3/+3 |
* | Remove BB_HEAD, BB_END, BB_HEADER scaffolding | David Malcolm | 2014-08-26 | 1 | -1/+1 |
* | Tighten up params of create_basic_block_structure | David Malcolm | 2014-08-26 | 1 | -1/+2 |
* | Remove VINSN_INSN_RTX scaffolding | David Malcolm | 2014-08-26 | 1 | -11/+1 |
* | insn_t becomes an rtx_insn * | David Malcolm | 2014-08-26 | 1 | -33/+26 |
* | re PR c/61271 (10 * possible coding error with logical not (!)) | Marek Polacek | 2014-08-26 | 1 | -1/+1 |
* | Eliminate BB_NOTE_LIST scaffolding | David Malcolm | 2014-08-25 | 1 | -15/+4 |
* | Strengthen haifa_sched_info callbacks and 3 scheduler hooks | David Malcolm | 2014-08-25 | 1 | -2/+2 |
* | sel-sched-ir.c: Use rtx_insn | David Malcolm | 2014-08-22 | 1 | -13/+16 |
* | create_insn_rtx_from_pattern and create_copy_of_insn_rtx return rtx_insn | David Malcolm | 2014-08-21 | 1 | -4/+5 |
* | sel_bb_{head|end} return rtx_insn | David Malcolm | 2014-08-21 | 1 | -7/+7 |
* | Convert various rtx to rtx_note * | David Malcolm | 2014-08-19 | 1 | -5/+5 |
* | BND_TO scaffolding | David Malcolm | 2014-08-19 | 1 | -1/+11 |
* | BB_NOTE_LIST scaffolding | David Malcolm | 2014-08-19 | 1 | -4/+15 |
* | VINSN_INSN_RTX scaffolding | David Malcolm | 2014-08-19 | 1 | -1/+12 |
* | Split NEXT_INSN/PREV_INSN into lvalue and rvalue forms | David Malcolm | 2014-08-19 | 1 | -8/+8 |
* | Split BB_HEAD et al into BB_HEAD/SET_BB_HEAD variants | David Malcolm | 2014-08-18 | 1 | -1/+1 |