Age | Commit message (Expand) | Author | Files | Lines |
2022-01-03 | Update copyright years. | Jakub Jelinek | 1 | -1/+1 |
2021-11-25 | Remove never looping loop in label_rtx_for_bb | Richard Biener | 1 | -18/+6 |
2021-11-19 | Revert "Remove MAY_HAVE_DEBUG_MARKER_STMTS and MAY_HAVE_DEBUG_BIND_STMTS." | Martin Liska | 1 | -1/+1 |
2021-11-18 | Remove MAY_HAVE_DEBUG_MARKER_STMTS and MAY_HAVE_DEBUG_BIND_STMTS. | Martin Liska | 1 | -1/+1 |
2021-11-16 | Replace more DEBUG_EXPR_DECL creations with build_debug_expr_decl | Martin Jambor | 1 | -3/+2 |
2021-11-09 | Introduce build_debug_expr_decl | Martin Jambor | 1 | -4/+1 |
2021-10-21 | Fix again PR middle-end/102764 | Eric Botcazou | 1 | -1/+4 |
2021-10-20 | Fix PR middle-end/102764 | Eric Botcazou | 1 | -1/+1 |
2021-08-11 | Small tweak to expand_used_vars | Eric Botcazou | 1 | -6/+3 |
2021-07-15 | pass location to md_asm_adjust | Trevor Saunders | 1 | -4/+5 |
2021-07-15 | use error_at and warning_at in cfgexpand.c | Trevor Saunders | 1 | -17/+18 |
2021-06-24 | middle-end: add support for per-location warning groups. | Martin Sebor | 1 | -3/+3 |
2021-06-21 | inline-asm: Fix ICE with bitfields in "m" operands [PR100785] | Jakub Jelinek | 1 | -8/+35 |
2021-05-19 | Avoid marking TARGET_MEM_REF bases addressable | Richard Biener | 1 | -4/+6 |
2021-05-18 | Avoid setting TREE_ADDRESSABLE on stack vars during RTL expansion | Richard Biener | 1 | -32/+75 |
2021-05-12 | expand: Don't reuse DEBUG_EXPRs with vector type if they have different modes... | Jakub Jelinek | 1 | -1/+6 |
2021-05-07 | Fix incorrect array bounds with -fgnat-encodings=minimal in DWARF | Eric Botcazou | 1 | -1/+1 |
2021-05-05 | middle-end/100394 - avoid DSE/DCE of pure call that throws | Richard Biener | 1 | -1/+4 |
2021-03-04 | Add input_modes parameter to TARGET_MD_ASM_ADJUST hook | Ilya Leoshkevich | 1 | -8/+8 |
2021-02-08 | opts: fix handling of -fpatchable-function-entries option | Martin Liska | 1 | -2/+4 |
2021-01-27 | Rename PROP_trees to PROP_gimple | Jakub Jelinek | 1 | -1/+1 |
2021-01-05 | expand: Fold x - y < 0 to x < y during expansion [PR94802] | Jakub Jelinek | 1 | -0/+8 |
2021-01-04 | Update copyright years. | Jakub Jelinek | 1 | -1/+1 |
2020-12-10 | Remove misleading debug line entries | Bernd Edlinger | 1 | -8/+1 |
2020-12-04 | debug: Fix another vector DECL_MODE ICE [PR98100] | Jakub Jelinek | 1 | -2/+5 |
2020-11-25 | libsanitizer: mid-end: Introduce stack variable handling for HWASAN | Matthew Malcomson | 1 | -21/+146 |
2020-11-13 | [PATCH] Implementation of asm goto outputs | Vladimir N. Makarov | 1 | -9/+30 |
2020-11-13 | remove almost all users of gimple_expr_code | Richard Biener | 1 | -4/+3 |
2020-11-06 | core: Rename DECL_IS_BUILTIN -> DECL_IS_UNDECLARED_BUILTIN | Nathan Sidwell | 1 | -1/+1 |
2020-11-03 | Fix PR97205 | Bernd Edlinger | 1 | -17/+26 |
2020-10-22 | Implement no_stack_protector attribute. | Martin Liska | 1 | -39/+43 |
2020-10-22 | Come up with stack_protector enum. | Martin Liska | 1 | -7/+0 |
2020-09-16 | rtl_data: Add sp_is_clobbered_by_asm | H.J. Lu | 1 | -5/+9 |
2020-08-27 | vec: add exact argument for various grow functions. | Martin Liska | 1 | -6/+6 |
2020-06-05 | middle-end/95493 - bogus MEM_ATTRS for variable array access | Richard Biener | 1 | -1/+2 |
2020-05-07 | extend DECL_GIMPLE_REG_P to all types | Richard Biener | 1 | -0/+29 |
2020-05-01 | Add patch_area_size and patch_area_entry to crtl | H.J. Lu | 1 | -0/+33 |
2020-03-17 | Fix up duplicated duplicated words mostly in comments | Jakub Jelinek | 1 | -1/+1 |
2020-01-22 | cfgexpand: Update partition size when merging variables | Richard Sandiford | 1 | -0/+3 |
2020-01-01 | Update copyright years. | Jakub Jelinek | 1 | -1/+1 |
2019-12-10 | re PR middle-end/92825 (Unnecesary stack protection in Firefox's LightPixel.) | Jakub Jelinek | 1 | -53/+23 |
2019-12-06 | * cfgexpand.c (expand_debug_expr): Do not ICE on SAD_EXPR. | Jan Hubicka | 1 | -0/+1 |
2019-12-03 | Mark constant-sized objects as addressable if they have poly-int accesses | Richard Sandiford | 1 | -0/+15 |
2019-11-12 | Remove gcc/params.* files. | Martin Liska | 1 | -1/+0 |
2019-11-12 | Apply mechanical replacement (generated patch). | Martin Liska | 1 | -4/+4 |
2019-10-01 | Remove clobber_high | Richard Sandiford | 1 | -1/+0 |
2019-09-24 | Use more switch statements. | Martin Liska | 1 | -31/+31 |
2019-09-05 | Force IFN_LOAD/STORE_LANES operands to be memory (PR91577) | Richard Sandiford | 1 | -4/+21 |
2019-07-12 | cfgexpand.c (expand_gimple_stmt_1): If the statement doesn't have location... | Eric Botcazou | 1 | -0/+6 |
2019-07-09 | PR c++/61339 - add mismatch between struct and class [-Wmismatched-tags] to n... | Martin Sebor | 1 | -11/+11 |