Age | Commit message (Expand) | Author | Files | Lines |
2021-11-01 | middle-end: Teach CSE to be able to do vector extracts. | Tamar Christina | 1 | -0/+7 |
2021-08-17 | aarch64: Replace some uses of GET_CODE with RTL predicate macros | Alistair Lee | 1 | -0/+3 |
2021-07-30 | Add QI vector mode support to by-pieces for memset | H.J. Lu | 1 | -0/+2 |
2021-07-20 | Adjust by-value function vec arguments to by-reference. | Martin Sebor | 1 | -2/+2 |
2021-07-13 | gcc: Add vec_select -> subreg RTL simplification | Jonathan Wright | 1 | -0/+1 |
2021-06-07 | CALL_INSN may not be a real function call. | liuhongt | 1 | -0/+5 |
2021-05-12 | middle-end/100547 - check rtvec_alloc size | Richard Biener | 1 | -1/+1 |
2021-05-04 | Remove CC0 | Segher Boessenkool | 1 | -5/+0 |
2021-04-14 | Check for matching CONST_VECTOR encodings [PR99929] | Richard Sandiford | 1 | -0/+17 |
2021-01-04 | Update copyright years. | Jakub Jelinek | 1 | -1/+1 |
2020-12-17 | rtlanal: Add simple_regno_set | Richard Sandiford | 1 | -0/+1 |
2020-12-17 | simplify-rtx: Put simplify routines into a class | Richard Sandiford | 1 | -18/+131 |
2020-12-17 | recog: Split out a register_asm_p function | Richard Sandiford | 1 | -0/+1 |
2020-10-22 | Extend special_memory_constraint. | liuhongt | 1 | -0/+1 |
2020-05-31 | Fix execute/20071219-1.c regression on H8 due to loss of REG_INC notes in pee... | Jeff Law | 1 | -0/+1 |
2020-05-08 | csa: Fix --enable-checking=yes,df bootstrap failure in csa [PR94961] | Jakub Jelinek | 1 | -1/+1 |
2020-04-02 | cselib: Reuse VALUEs on sp adjustments [PR92264] | Jakub Jelinek | 1 | -0/+1 |
2020-01-01 | Update copyright years. | Jakub Jelinek | 1 | -1/+1 |
2019-11-25 | Convert m68k to not use cc0 | Bernd Schmidt | 1 | -1/+0 |
2019-10-01 | Remove clobber_high | Richard Sandiford | 1 | -12/+1 |
2019-09-30 | Pass an ABI to choose_hard_reg_mode | Richard Sandiford | 1 | -1/+4 |
2019-09-30 | Add a function for getting the ABI of a call insn target | Richard Sandiford | 1 | -6/+4 |
2019-09-30 | Introduce rtx_alloca, alloca_raw_REG and alloca_rtx_fmt_* | Ilya Leoshkevich | 1 | -0/+12 |
2019-09-19 | Rework constant subreg folds and handle more variable-length cases | Richard Sandiford | 1 | -1/+19 |
2019-09-10 | Make get_call_rtx_from take a const rtx_insn * | Richard Sandiford | 1 | -1/+1 |
2019-09-09 | Make note_stores take an rtx_insn | Richard Sandiford | 1 | -2/+11 |
2019-09-09 | Simplify the implementation of HARD_REG_SET | Richard Sandiford | 1 | -2/+1 |
2019-08-13 | Adjust placement of protoype for tablejump_casesi_pattern | Olivier Hainque | 1 | -1/+1 |
2019-08-13 | Handle casesi dispatch tablejumps in create_trace_edges (as well) | Olivier Hainque | 1 | -0/+1 |
2019-07-09 | PR c++/61339 - add mismatch between struct and class [-Wmismatched-tags] to n... | Martin Sebor | 1 | -4/+4 |
2019-07-09 | PR c++/61339 - add mismatch between struct and class [-Wmismatched-tags] to n... | Martin Sebor | 1 | -17/+21 |
2019-07-08 | emit-rtl.c (set_insn_locations): New function moved from... | Eric Botcazou | 1 | -0/+1 |
2019-05-29 | rtl.h (LABEL_REF_P): New #define. | Michael Meissner | 1 | -0/+4 |
2019-03-30 | re PR rtl-optimization/89862 (LTO bootstrap fails for ARM) | Kugan Vivekanandarajah | 1 | -0/+1 |
2019-03-28 | rtl.h (NONDEBUG_INSN_P): Define as NONJUMP_INSN_P or JUMP_P or CALL_P instead... | Jakub Jelinek | 1 | -3/+2 |
2019-01-24 | re PR rtl-optimization/88948 (ICE in elimination_costs_in_insn, at reload1.c:... | Uros Bizjak | 1 | -0/+3 |
2019-01-09 | PR other/16615 [1/5] | Sandra Loosemore | 1 | -1/+1 |
2019-01-01 | Update copyright years. | Jakub Jelinek | 1 | -1/+1 |
2018-11-27 | Come up with memop_ret enum instead of int endp for memory operations. | Martin Liska | 1 | -1/+16 |
2018-11-20 | S/390: Skip LT(G) peephole when literal pool is involved | Ilya Leoshkevich | 1 | -0/+1 |
2018-11-20 | re PR rtl-optimization/85925 (compilation of masking with 257 goes wrong in c... | Eric Botcazou | 1 | -0/+19 |
2018-08-16 | expmed.h (canonicalize_comparison): New declaration. | Vlad Lazar | 1 | -0/+9 |
2018-08-06 | Add func to check if register is clobbered by clobber_high | Alan Hayward | 1 | -0/+10 |
2018-08-06 | Generation support for CLOBBER_HIGH | Alan Hayward | 1 | -0/+1 |
2018-08-06 | Add CLOBBER_HIGH expression | Alan Hayward | 1 | -1/+15 |
2018-06-18 | More rtx to rtx_insn * cleanups | David Malcolm | 1 | -8/+8 |
2018-06-13 | emit-rtl.c: more typesafety | David Malcolm | 1 | -20/+21 |
2018-06-08 | Remove MPX | Martin Liska | 1 | -5/+0 |
2018-04-03 | Remove UBSAN in dwarf2out.c (PR tree-optimization/82491). | Martin Liska | 1 | -1/+1 |
2018-03-02 | re PR rtl-optimization/84614 (wrong code with u16->u128 extension at aarch64 ... | Jakub Jelinek | 1 | -0/+2 |