Age | Commit message (Expand) | Author | Files | Lines |
2015-07-16 | Add new object_allocator and clean-up allocator usage. | Martin Liska | 1 | -1/+1 |
2015-07-10 | gimple-predict.h: New file. | Andrew MacLeod | 1 | -0/+1 |
2015-07-08 | tree-core.h: Include symtab.h. | Andrew MacLeod | 1 | -10/+6 |
2015-06-22 | Use std::swap instead of manual swaps. | Mikhail Maltsev | 1 | -41/+7 |
2015-06-17 | coretypes.h: Include input.h and as-a.h. | Andrew MacLeod | 1 | -1/+0 |
2015-06-08 | coretypes.h: Include hash-table.h and hash-set.h for host files. | Andrew MacLeod | 1 | -5/+0 |
2015-06-06 | emit-rtl.c, [...]: Replace rtx base types with more derived ones. | Richard Sandiford | 1 | -4/+2 |
2015-06-04 | coretypes.h: Include machmode.h... | Andrew MacLeod | 1 | -2/+0 |
2015-06-01 | Change use to type-based pool allocator in | Martin Liska | 1 | -5/+2 |
2015-01-09 | genattrtab.c (write_header): Include hash-set.h... | Michael Collison | 1 | -0/+3 |
2015-01-05 | Update copyright years. | Jakub Jelinek | 1 | -1/+1 |
2014-10-29 | decl.c, [...]: Remove redundant enum from machine_mode. | Richard Sandiford | 1 | -3/+3 |
2014-10-27 | ggcplug.c: Shuffle includes to include gcc-plugin.h earlier. | Andrew MacLeod | 1 | -0/+7 |
2014-10-16 | function.h: Flatten file. | Andrew MacLeod | 1 | -1/+5 |
2014-09-16 | Replace INSN_DELETED_P with rtx_insn member functions | Trevor Saunders | 1 | -2/+2 |
2014-09-09 | recog_memoized works on an rtx_insn * | David Malcolm | 1 | -1/+1 |
2014-09-05 | Use rtx_insn for various jump-handling functions and predicates | David Malcolm | 1 | -1/+1 |
2014-08-28 | NEXT_INSN and PREV_INSN take a const rtx_insn | David Malcolm | 1 | -3/+3 |
2014-08-26 | Remove BB_HEAD, BB_END, BB_HEADER scaffolding | David Malcolm | 1 | -1/+1 |
2014-08-26 | Tighten up params of create_basic_block_structure | David Malcolm | 1 | -1/+2 |
2014-08-26 | Remove VINSN_INSN_RTX scaffolding | David Malcolm | 1 | -11/+1 |
2014-08-26 | insn_t becomes an rtx_insn * | David Malcolm | 1 | -33/+26 |
2014-08-26 | re PR c/61271 (10 * possible coding error with logical not (!)) | Marek Polacek | 1 | -1/+1 |
2014-08-25 | Eliminate BB_NOTE_LIST scaffolding | David Malcolm | 1 | -15/+4 |
2014-08-25 | Strengthen haifa_sched_info callbacks and 3 scheduler hooks | David Malcolm | 1 | -2/+2 |
2014-08-22 | sel-sched-ir.c: Use rtx_insn | David Malcolm | 1 | -13/+16 |
2014-08-21 | create_insn_rtx_from_pattern and create_copy_of_insn_rtx return rtx_insn | David Malcolm | 1 | -4/+5 |
2014-08-21 | sel_bb_{head|end} return rtx_insn | David Malcolm | 1 | -7/+7 |
2014-08-19 | Convert various rtx to rtx_note * | David Malcolm | 1 | -5/+5 |
2014-08-19 | BND_TO scaffolding | David Malcolm | 1 | -1/+11 |
2014-08-19 | BB_NOTE_LIST scaffolding | David Malcolm | 1 | -4/+15 |
2014-08-19 | VINSN_INSN_RTX scaffolding | David Malcolm | 1 | -1/+12 |
2014-08-19 | Split NEXT_INSN/PREV_INSN into lvalue and rvalue forms | David Malcolm | 1 | -8/+8 |
2014-08-18 | Split BB_HEAD et al into BB_HEAD/SET_BB_HEAD variants | David Malcolm | 1 | -1/+1 |
2014-06-15 | df.h (DF_INSN_INFO_MWS, [...]): New macros. | Richard Sandiford | 1 | -11/+6 |
2014-05-14 | re PR rtl-optimization/60866 (ICE: in get_seqno_for_a_jump, at sel-sched-ir.c... | Andrey Belevantsev | 1 | -16/+40 |
2014-05-06 | Merge in wide-int. | Kenneth Zadeck | 1 | -4/+4 |
2014-02-03 | sel-sched-ir.c (sel_gen_insn_from_expr_after): Reset INSN_DELETED_P on the in... | Andrey Belevantsev | 1 | -0/+5 |
2014-01-02 | Update copyright years in gcc/ | Richard Sandiford | 1 | -1/+1 |
2013-12-09 | Eliminate FOR_EACH_BB macro. | David Malcolm | 1 | -5/+5 |
2013-12-09 | Eliminate last_basic_block macro. | David Malcolm | 1 | -8/+9 |
2013-12-09 | Eliminate BASIC_BLOCK macro. | David Malcolm | 1 | -4/+4 |
2013-11-19 | Eliminate ENTRY_BLOCK_PTR and EXIT_BLOCK_PTR macros | David Malcolm | 1 | -10/+10 |
2013-11-19 | cfgloop.h (struct loop_iterator): C++-ify, add constructor and destructor and... | Richard Biener | 1 | -6/+4 |
2013-11-19 | Eliminate n_basic_blocks macro | David Malcolm | 1 | -3/+3 |
2013-09-28 | alloc-pool.c, [...]: Add missing whitespace before "(". | Richard Sandiford | 1 | -1/+1 |
2013-04-13 | emit-rtl.c (remove_insn): Do not call df_insn_delete here. | Steven Bosscher | 1 | -18/+9 |
2013-03-05 | re PR middle-end/56461 (GCC is leaking lots of memory) | Jakub Jelinek | 1 | -1/+1 |
2013-02-27 | re PR middle-end/45472 ([Middle-end volatile semantics] ICE: in move_op_ascen... | Andrey Belevantsev | 1 | -2/+6 |
2013-01-10 | Update copyright years in gcc/ | Richard Sandiford | 1 | -2/+1 |