summaryrefslogtreecommitdiff
path: root/gcc/explow.c
AgeCommit message (Expand)Author
2020-05-14Make anti_adjust_stack_and_probe_stack_clash extern and use it for ZAndreas Krebbel
2020-03-03explow: Fix ICE caused by plus_constant [PR94002]Jakub Jelinek
2020-01-01Update copyright years.Jakub Jelinek
2019-11-12Remove gcc/params.* files.Martin Liska
2019-11-12Apply mechanical replacement (generated patch).Martin Liska
2019-11-06introduce -fcallgraph-info optionEric Botcazou
2019-07-09PR c++/61339 - add mismatch between struct and class [-Wmismatched-tags] to n...Martin Sebor
2019-07-04re PR rtl-optimization/90756 (g++ ICE in convert_move, at expr.c:218 on i686 ...Jakub Jelinek
2019-01-01Update copyright years.Jakub Jelinek
2018-11-21[PATCH][PR84877]Dynamically align the address for local parameter copy on the...Renlin Li
2018-10-01Add a hook to support telling the mid-end when to probe the stack.Tamar Christina
2018-08-24emit-rtl.c (init_emit_once): Do not emit MODE_POINTER_BOUNDS RTXes.Uros Bizjak
2018-06-12Use poly_int rtx accessors instead of hwi accessorsRichard Sandiford
2018-04-10[explow] PR target/85173: validize memory before passing it on to target prob...Kyrylo Tkachov
2018-01-03re PR middle-end/83654 (-fstack-clash-protection probes below the stack point...Jeff Law
2018-01-03Update copyright years.Jakub Jelinek
2017-12-21poly_int: argument sizesRichard Sandiford
2017-12-21poly_int: REG_ARGS_SIZERichard Sandiford
2017-12-21poly_int: frame allocationsRichard Sandiford
2017-12-20poly_int: rtx constantsRichard Sandiford
2017-12-19read-rtl.c (parse_reg_note_name): Replace Yoda conditions with typical order ...Jakub Jelinek
2017-12-13re PR middle-end/78468 (libgomp.c/reduction-10.c and many more FAIL)Eric Botcazou
2017-11-22re PR c++/60336 (empty struct value is passed differently in C and C++)Marek Polacek
2017-11-14explow.c (anti_adjust_stack_and_probe_stack_clash): Avoid probing the red zon...Jeff Law
2017-10-19asan.c (handle_builtin_alloca): Deal with all alloca variants.Eric Botcazou
2017-09-20explow.c (compute_stack_clash_protection_loop_data): Use CONST_INT_P instead ...Jeff Law
2017-09-19explow.c: Include "params.h".Jeff Law
2017-09-05Improve alloca alignmentWilco Dijkstra
2017-09-04PR82045: Avoid passing machine modes through "..."Richard Sandiford
2017-08-30[74/77] Various small scalar_mode changesRichard Sandiford
2017-08-30[66/77] Use scalar_mode for constant integersRichard Sandiford
2017-08-30[62/77] Big machine_mode to scalar_int_mode replacementRichard Sandiford
2017-08-30[51/77] Use opt_scalar_int_mode when iterating over integer modesRichard Sandiford
2017-08-30[4/77] Add FOR_EACH iterators for modesRichard Sandiford
2017-06-29asan.c (asan_emit_stack_protection): Update.Jan Hubicka
2017-02-02re PR middle-end/78468 (libgomp.c/reduction-10.c and many more FAIL)Eric Botcazou
2017-01-01Update copyright years.Jakub Jelinek
2016-11-18Re-apply: Drop excess size used for run time allocated stack variables.Dominik Vogt
2016-11-18Use rtx_mode_t instead of std::make_pairRichard Sandiford
2016-10-21make LABEL_REF_LABEL a rtx_insn *Trevor Saunders
2016-10-17* explow.c (validize_mem): Do not modify the argument in-place.Eric Botcazou
2016-10-13Move MEMMODEL_* from coretypes.h to memmodel.hThomas Preud'homme
2016-10-05explow.c (allocate_dynamic_stack_space): Call do_pending_stack_adjust before ...Ian Lance Taylor
2016-10-04re PR target/77833 (ICE: in plus_constant, at explow.c:87 with -O -mavx512f)Richard Biener
2016-09-27auto-inc-dec.c (try_merge): Remove break after return.Jakub Jelinek
2016-09-05re PR target/77452 (ICE: in plus_constant, at explow.c:87 with -fno-split-wid...Uros Bizjak
2016-08-24Revert "Drop excess size used for run time allocated stack variables."Andreas Krebbel
2016-08-23Drop excess size used for run time allocated stack variables.Dominik Vogt
2016-07-18Allocate constant size dynamic stack space in the prologueDominik Vogt
2016-07-04Minor cleanup to allocate_dynamic_stack_spaceDominik Vogt