Age | Commit message (Expand) | Author | Files | Lines |
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 |
2019-07-09 | PR c++/61339 - add mismatch between struct and class [-Wmismatched-tags] to n... | Martin Sebor | 1 | -2/+4 |
2019-07-02 | cfgexpand.c (pass_expand::execute): Deal specially with instructions to be in... | Eric Botcazou | 1 | -25/+15 |
2019-06-27 | Remove quite obvious dead assignments. | Martin Liska | 1 | -5/+4 |
2019-06-18 | re PR debug/90900 (ICE in copy_rtx, at rtl.c:376) | Richard Biener | 1 | -1/+5 |
2019-06-12 | re PR target/90811 ([nvptx] ptxas error on OpenMP offloaded code) | Jakub Jelinek | 1 | -7/+12 |
2019-05-17 | trans.c (check_inlining_for_nested_subprog): Quote reserved names. | Martin Sebor | 1 | -5/+9 |
2019-05-07 | cfgexpand.c (asm_clobber_reg_is_valid): Reject clobbers outside of accessible... | Uros Bizjak | 1 | -0/+9 |
2019-01-17 | re PR tree-optimization/86214 (Strongly increased stack usage) | Jakub Jelinek | 1 | -0/+2 |
2019-01-15 | PR inline-asm/52813 revisited | Richard Sandiford | 1 | -6/+10 |
2019-01-14 | re PR rtl-optimization/88796 (-fstack-protector* kills RTL DSE opportunities) | Jakub Jelinek | 1 | -0/+1 |
2019-01-07 | re PR sanitizer/88619 (ICE in asan_emit_stack_protection, at asan.c:1574 sinc... | Jakub Jelinek | 1 | -1/+1 |
2019-01-01 | Update copyright years. | Jakub Jelinek | 1 | -1/+1 |
2018-12-11 | cfgexpand.c (asm_clobber_reg_is_valid): Also produce error when stack pointer... | Dimitar Dimitrov | 1 | -8/+34 |
2018-12-05 | re PR sanitizer/88333 (ice in asan_emit_stack_protection, at asan.c:1574) | Jakub Jelinek | 1 | -0/+5 |
2018-11-30 | Make red zone size more flexible for stack variables (PR sanitizer/81715). | Martin Liska | 1 | -5/+9 |
2018-11-22 | PR85434: Prevent spilling of stack protector guard's address on ARM | Thomas Preud'homme | 1 | -0/+17 |
2018-11-08 | re PR rtl-optimization/87600 (Fix for PRs 86939 and 87479 causes build issues... | Peter Bergner | 1 | -0/+49 |
2018-11-04 | re PR c++/58372 (internal compiler error: ix86_compute_frame_layout) | Uros Bizjak | 1 | -6/+8 |
2018-10-19 | cfgexpand.c (expand_one_var): Use specific wording in error message for non-l... | Eric Botcazou | 1 | -1/+6 |
2018-09-24 | Unpoison variable partition properly (PR sanitizer/85774). | Martin Liska | 1 | -0/+14 |
2018-09-15 | re PR middle-end/86864 (ICE in commit_one_edge_insertion on switch construct) | Eric Botcazou | 1 | -0/+2 |
2018-09-12 | re PR middle-end/82853 (Optimize x % 3 == 0 without modulo) | Jakub Jelinek | 1 | -0/+7 |
2018-08-27 | Come up with fndecl_built_in_p. | Martin Liska | 1 | -2/+2 |
2018-08-27 | Add new gswitch related functions into tree-cfg.c. | Martin Liska | 1 | -1/+1 |
2018-08-06 | Remaining support for clobber high | Alan Hayward | 1 | -0/+1 |
2018-08-02 | Revert "[ARM] Fix PR85434: spilling of stack protector guard's address on ARM" | Thomas Preud'homme | 1 | -10/+0 |
2018-08-02 | [ARM] Fix PR85434: spilling of stack protector guard's address on ARM | Thomas Preud'homme | 1 | -0/+10 |
2018-07-31 | re PR middle-end/86705 (pr45678-2.c ICE with msp430-elf -mlarge) | Jozef Lawrynowicz | 1 | -5/+5 |
2018-07-09 | [debug] Handle debug references to skipped params | Tom de Vries | 1 | -0/+4 |
2018-06-16 | re PR tree-optimization/64946 ([AArch64] gcc.target/aarch64/vect-abs-compile.... | Kugan Vivekanandarajah | 1 | -0/+1 |