Age | Commit message (Expand) | Author | Files | Lines |
2020-10-30 | Add -fzero-call-used-regs option and zero_call_used_regs function attributes. | qing zhao | 1 | -1/+1 |
2020-05-09 | dbr: Filter-out TARGET_FLAGS_REGNUM from end_of_function_needs. | Hans-Peter Nilsson | 1 | -0/+6 |
2020-03-13 | Fix incorrect filling of delay slots in branchy code at -O2 | Eric Botcazou | 1 | -1/+20 |
2020-01-01 | Update copyright years. | Jakub Jelinek | 1 | -1/+1 |
2019-11-12 | Remove gcc/params.* files. | Martin Liska | 1 | -1/+0 |
2019-11-12 | Apply mechanical replacement (generated patch). | Martin Liska | 1 | -2/+2 |
2019-10-01 | Remove clobber_high | Richard Sandiford | 1 | -21/+3 |
2019-09-30 | Add a function for getting the ABI of a call insn target | Richard Sandiford | 1 | -7/+4 |
2019-09-09 | Remove AND_COMPL_HARD_REG_SET | Richard Sandiford | 1 | -16/+11 |
2019-09-09 | Remove IOR_HARD_REG_SET | Richard Sandiford | 1 | -6/+6 |
2019-09-09 | Remove AND_HARD_REG_SET | Richard Sandiford | 1 | -1/+1 |
2019-09-09 | Remove COPY_HARD_REG_SET | Richard Sandiford | 1 | -9/+7 |
2019-09-09 | Make note_stores take an rtx_insn | Richard Sandiford | 1 | -1/+1 |
2019-07-12 | re PR rtl-optimization/91136 (incorrect move of instruction to delay slot cau... | Eric Botcazou | 1 | -0/+4 |
2019-01-09 | PR other/16615 [1/5] | Sandra Loosemore | 1 | -2/+2 |
2019-01-01 | Update copyright years. | Jakub Jelinek | 1 | -1/+1 |
2018-08-06 | Remaining support for clobber high | Alan Hayward | 1 | -3/+21 |
2018-03-02 | reorg.c (stop_search_p): Handle DEBUG_INSN. | Jeff Law | 1 | -0/+3 |
2018-01-03 | Update copyright years. | Jakub Jelinek | 1 | -1/+1 |
2017-01-01 | Update copyright years. | Jakub Jelinek | 1 | -1/+1 |
2016-10-13 | Move MEMMODEL_* from coretypes.h to memmodel.h | Thomas Preud'homme | 1 | -0/+1 |
2016-09-26 | Implement -Wimplicit-fallthrough. | Marek Polacek | 1 | -0/+2 |
2016-09-22 | make next/prev active_insn and active_insn_p take rtx_insn * | Trevor Saunders | 1 | -1/+1 |
2016-01-04 | Update copyright years. | Jakub Jelinek | 1 | -1/+1 |
2015-10-30 | alias.c: Remove unused headers. | Andrew MacLeod | 1 | -4/+0 |
2015-10-29 | alias.c: Reorder #include statements and remove duplicates. | Andrew MacLeod | 1 | -2/+2 |
2015-07-08 | tree-core.h: Include symtab.h. | Andrew MacLeod | 1 | -9/+3 |
2015-06-17 | function.h (struct rtl_data): Remove struct and accessor macros. | Andrew MacLeod | 1 | -0/+1 |
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 | -3/+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 | -1/+0 |
2015-05-20 | Promote types of RTL expressions to more derived ones. | Mikhail Maltsev | 1 | -9/+10 |
2015-05-19 | regs.h (END_HARD_REGNO): Delete. | Richard Sandiford | 1 | -1/+1 |
2015-04-28 | add default for EPILOGUE_USES | Trevor Saunders | 1 | -5/+1 |
2015-04-22 | add default for INSN_REFERENCES_ARE_DELAYED | Trevor Saunders | 1 | -2/+0 |
2015-04-22 | provide default for INSN_SETS_ARE_DELAYED | Trevor Saunders | 1 | -2/+0 |
2015-04-22 | reduce conditional compilation for HARD_FRAME_POINTER_IS_FRAME_POINTER | Trevor Saunders | 1 | -6/+5 |
2015-01-05 | Update copyright years. | Jakub Jelinek | 1 | -1/+1 |
2014-10-27 | ggcplug.c: Shuffle includes to include gcc-plugin.h earlier. | Andrew MacLeod | 1 | -0/+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 | -2/+1 |
2014-09-15 | Instruction attributes take an rtx_insn * | David Malcolm | 1 | -2/+2 |
2014-09-05 | Eliminate the checked cast from get_call_reg_set_usage | David Malcolm | 1 | -5/+6 |
2014-09-04 | Change the types of arguments and return values for several functions from rt... | Trevor Saunders | 1 | -2/+2 |
2014-08-30 | re PR bootstrap/62304 (ICE in follow_jumps, find_dead_or_set_registers) | David Malcolm | 1 | -14/+21 |
2014-08-29 | Use rtx_insn in various places in resource.[ch] | David Malcolm | 1 | -3/+3 |
2014-08-28 | Work towards NEXT_INSN/PREV_INSN requiring insns as their params | David Malcolm | 1 | -25/+25 |
2014-08-27 | resource.c: Use rtx_sequence | David Malcolm | 1 | -16/+19 |
2014-08-22 | resource.c: Use rtx_insn | David Malcolm | 1 | -2/+2 |