Age | Commit message (Expand) | Author | Files | Lines |
2017-01-01 | Update copyright years. | Jakub Jelinek | 1 | -1/+1 |
2016-11-02 | use rtx_insn * in various places where it is obvious | Trevor Saunders | 1 | -2/+2 |
2016-10-21 | make LABEL_REF_LABEL a rtx_insn * | Trevor Saunders | 1 | -10/+8 |
2016-10-13 | Move MEMMODEL_* from coretypes.h to memmodel.h | Thomas Preud'homme | 1 | -0/+1 |
2016-09-22 | make next/prev nonnote_nondebug_insn take rtx_insn * | Trevor Saunders | 1 | -2/+4 |
2016-09-22 | make next/prev _nonnote_insn take rtx_insn * | Trevor Saunders | 1 | -6/+6 |
2016-08-28 | make forced labels a vec | Trevor Saunders | 1 | -5/+7 |
2016-01-04 | Update copyright years. | Jakub Jelinek | 1 | -1/+1 |
2015-12-16 | re PR rtl-optimization/65980 (-fcompare-debug failure building Linux kernel) | Jakub Jelinek | 1 | -2/+10 |
2015-10-30 | alias.c: Remove unused headers. | Andrew MacLeod | 1 | -13/+0 |
2015-10-29 | alias.c: Reorder #include statements and remove duplicates. | Andrew MacLeod | 1 | -10/+10 |
2015-10-11 | always define REVERSE_CONDITION | Trevor Saunders | 1 | -7/+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 | -9/+2 |
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 | -3/+2 |
2015-06-04 | coretypes.h: Include machmode.h... | Andrew MacLeod | 1 | -5/+0 |
2015-05-20 | Promote types of RTL expressions to more derived ones. | Mikhail Maltsev | 1 | -5/+5 |
2015-05-09 | redirect_jump* can take a rtx_insn * | Trevor Saunders | 1 | -3/+3 |
2015-05-07 | rtl.h (always_void_p): New function. | Richard Sandiford | 1 | -1/+1 |
2015-04-22 | remove some ifdef HAVE_cc0 | Trevor Saunders | 1 | -3/+0 |
2015-01-27 | re PR rtl-optimization/61058 (ICE: RTL check: expected elt 3 type 'B', have '... | Jakub Jelinek | 1 | -1/+24 |
2015-01-15 | dojump.h: New header file. | Prathamesh Kulkarni | 1 | -0/+15 |
2015-01-09 | genattrtab.c (write_header): Include hash-set.h... | Michael Collison | 1 | -0/+1 |
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 | -2/+2 |
2014-10-27 | ggcplug.c: Shuffle includes to include gcc-plugin.h earlier. | Andrew MacLeod | 1 | -1/+4 |
2014-10-16 | function.h: Flatten file. | Andrew MacLeod | 1 | -0/+5 |
2014-09-16 | Replace INSN_DELETED_P with rtx_insn member functions | Trevor Saunders | 1 | -12/+12 |
2014-09-16 | use rtx_insn * more | Trevor Saunders | 1 | -6/+6 |
2014-09-11 | Introduce LABEL_REF_LABEL | David Malcolm | 1 | -8/+8 |
2014-09-05 | Use rtx_insn for various jump-handling functions and predicates | David Malcolm | 1 | -12/+12 |
2014-09-05 | Use rtx_jump_table_data in jump.c:delete_related_insns | David Malcolm | 1 | -6/+6 |
2014-09-04 | eh_returnjump_p takes an rtx_insn | David Malcolm | 1 | -1/+1 |
2014-08-28 | Work towards NEXT_INSN/PREV_INSN requiring insns as their params | David Malcolm | 1 | -2/+3 |
2014-08-28 | Convert forced_labels from an EXPR_LIST to an INSN_LIST | David Malcolm | 1 | -3/+3 |
2014-08-28 | jump.c (eh_returnjump_p_1): Delete. | Richard Sandiford | 1 | -9/+8 |
2014-08-28 | jump.c: Include rtl-iter.h. | Richard Sandiford | 1 | -29/+25 |
2014-08-27 | Use rtx_expr_list for expr_status.x_forced_labels | David Malcolm | 1 | -4/+4 |
2014-08-27 | jump.c: Use rtx_sequence | David Malcolm | 1 | -3/+6 |
2014-08-22 | jump.c: Use rtx_insn in a few places (also touches rtl.h and cfgexpand.c) | David Malcolm | 1 | -14/+14 |
2014-08-21 | delete_related_insns returns an rtx_insn | David Malcolm | 1 | -2/+2 |
2014-08-21 | peephole returns an rtx_insn | David Malcolm | 1 | -4/+4 |
2014-08-19 | Make tablejump_p accept a rtx_jump_table_data ** | David Malcolm | 1 | -1/+2 |
2014-08-19 | Split NEXT_INSN/PREV_INSN into lvalue and rvalue forms | David Malcolm | 1 | -2/+2 |
2014-07-09 | remove has_execute | Trevor Saunders | 1 | -1/+0 |
2014-06-30 | except.c (emit_note_eh_region_end): New helper function. | Uros Bizjak | 1 | -4/+15 |
2014-05-19 | reg-notes.def (CROSSING_JUMP): Likewise. | Richard Sandiford | 1 | -5/+1 |
2014-04-17 | pass cfun to pass::execute | Trevor Saunders | 1 | -1/+1 |