Age | Commit message (Expand) | Author | Files | Lines |
2020-07-16 | Reunify x86 stack checking implementation | Eric Botcazou | 1 | -8/+12 |
2020-05-14 | Make anti_adjust_stack_and_probe_stack_clash extern and use it for Z | Andreas Krebbel | 1 | -2/+1 |
2020-03-03 | explow: Fix ICE caused by plus_constant [PR94002] | Jakub Jelinek | 1 | -0/+3 |
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 | -1/+1 |
2019-11-06 | introduce -fcallgraph-info option | Eric Botcazou | 1 | -0/+5 |
2019-07-09 | PR c++/61339 - add mismatch between struct and class [-Wmismatched-tags] to n... | Martin Sebor | 1 | -3/+3 |
2019-07-04 | re PR rtl-optimization/90756 (g++ ICE in convert_move, at expr.c:218 on i686 ... | Jakub Jelinek | 1 | -10/+1 |
2019-01-01 | Update copyright years. | Jakub Jelinek | 1 | -1/+1 |
2018-11-21 | [PATCH][PR84877]Dynamically align the address for local parameter copy on the... | Renlin Li | 1 | -2/+3 |
2018-10-01 | Add a hook to support telling the mid-end when to probe the stack. | Tamar Christina | 1 | -39/+56 |
2018-08-24 | emit-rtl.c (init_emit_once): Do not emit MODE_POINTER_BOUNDS RTXes. | Uros Bizjak | 1 | -2/+1 |
2018-06-12 | Use poly_int rtx accessors instead of hwi accessors | Richard Sandiford | 1 | -4/+6 |
2018-04-10 | [explow] PR target/85173: validize memory before passing it on to target prob... | Kyrylo Tkachov | 1 | -3/+10 |
2018-01-03 | re PR middle-end/83654 (-fstack-clash-protection probes below the stack point... | Jeff Law | 1 | -17/+25 |
2018-01-03 | Update copyright years. | Jakub Jelinek | 1 | -1/+1 |
2017-12-21 | poly_int: argument sizes | Richard Sandiford | 1 | -3/+3 |
2017-12-21 | poly_int: REG_ARGS_SIZE | Richard Sandiford | 1 | -1/+1 |
2017-12-21 | poly_int: frame allocations | Richard Sandiford | 1 | -1/+1 |
2017-12-20 | poly_int: rtx constants | Richard Sandiford | 1 | -4/+16 |
2017-12-19 | read-rtl.c (parse_reg_note_name): Replace Yoda conditions with typical order ... | Jakub Jelinek | 1 | -4/+4 |
2017-12-13 | re PR middle-end/78468 (libgomp.c/reduction-10.c and many more FAIL) | Eric Botcazou | 1 | -8/+7 |
2017-11-22 | re PR c++/60336 (empty struct value is passed differently in C and C++) | Marek Polacek | 1 | -1/+1 |
2017-11-14 | explow.c (anti_adjust_stack_and_probe_stack_clash): Avoid probing the red zon... | Jeff Law | 1 | -2/+12 |
2017-10-19 | asan.c (handle_builtin_alloca): Deal with all alloca variants. | Eric Botcazou | 1 | -3/+12 |
2017-09-20 | explow.c (compute_stack_clash_protection_loop_data): Use CONST_INT_P instead ... | Jeff Law | 1 | -5/+6 |
2017-09-19 | explow.c: Include "params.h". | Jeff Law | 1 | -1/+241 |
2017-09-05 | Improve alloca alignment | Wilco Dijkstra | 1 | -8/+13 |
2017-09-04 | PR82045: Avoid passing machine modes through "..." | Richard Sandiford | 1 | -3/+3 |
2017-08-30 | [74/77] Various small scalar_mode changes | Richard Sandiford | 1 | -2/+5 |
2017-08-30 | [66/77] Use scalar_mode for constant integers | Richard Sandiford | 1 | -2/+4 |
2017-08-30 | [62/77] Big machine_mode to scalar_int_mode replacement | Richard Sandiford | 1 | -4/+5 |
2017-08-30 | [51/77] Use opt_scalar_int_mode when iterating over integer modes | Richard Sandiford | 1 | -6/+3 |
2017-08-30 | [4/77] Add FOR_EACH iterators for modes | Richard Sandiford | 1 | -3/+1 |
2017-06-29 | asan.c (asan_emit_stack_protection): Update. | Jan Hubicka | 1 | -0/+1 |
2017-02-02 | re PR middle-end/78468 (libgomp.c/reduction-10.c and many more FAIL) | Eric Botcazou | 1 | -9/+3 |
2017-01-01 | Update copyright years. | Jakub Jelinek | 1 | -1/+1 |
2016-11-18 | Re-apply: Drop excess size used for run time allocated stack variables. | Dominik Vogt | 1 | -3/+9 |
2016-11-18 | Use rtx_mode_t instead of std::make_pair | Richard Sandiford | 1 | -2/+1 |
2016-10-21 | make LABEL_REF_LABEL a rtx_insn * | Trevor Saunders | 1 | -1/+1 |
2016-10-17 | * explow.c (validize_mem): Do not modify the argument in-place. | Eric Botcazou | 1 | -4/+4 |
2016-10-13 | Move MEMMODEL_* from coretypes.h to memmodel.h | Thomas Preud'homme | 1 | -0/+1 |
2016-10-05 | explow.c (allocate_dynamic_stack_space): Call do_pending_stack_adjust before ... | Ian Lance Taylor | 1 | -2/+2 |
2016-10-04 | re PR target/77833 (ICE: in plus_constant, at explow.c:87 with -O -mavx512f) | Richard Biener | 1 | -6/+9 |
2016-09-27 | auto-inc-dec.c (try_merge): Remove break after return. | Jakub Jelinek | 1 | -2/+0 |
2016-09-05 | re PR target/77452 (ICE: in plus_constant, at explow.c:87 with -fno-split-wid... | Uros Bizjak | 1 | -1/+9 |
2016-08-24 | Revert "Drop excess size used for run time allocated stack variables." | Andreas Krebbel | 1 | -9/+3 |
2016-08-23 | Drop excess size used for run time allocated stack variables. | Dominik Vogt | 1 | -4/+10 |
2016-07-18 | Allocate constant size dynamic stack space in the prologue | Dominik Vogt | 1 | -78/+147 |