aboutsummaryrefslogtreecommitdiff
path: root/gcc/explow.c
AgeCommit message (Expand)AuthorFilesLines
2022-01-17Rename .c files to .cc files.Martin Liska1-2321/+0
2022-01-03Update copyright years.Jakub Jelinek1-1/+1
2021-10-01Fix ICE with stack checking emulation at -O2Eric Botcazou1-1/+8
2021-01-05explow, aarch64: Fix force-Pmode-to-mem for ILP32 [PR97269]Richard Sandiford1-0/+20
2021-01-04Update copyright years.Jakub Jelinek1-1/+1
2020-12-02expansion: Fix up infinite recursion due to double-word modulo optimizationJakub Jelinek1-1/+1
2020-11-25libsanitizer: mid-end: Introduce stack variable handling for HWASANMatthew Malcomson1-3/+7
2020-07-16Reunify x86 stack checking implementationEric Botcazou1-8/+12
2020-05-14Make anti_adjust_stack_and_probe_stack_clash extern and use it for ZAndreas Krebbel1-2/+1
2020-03-03explow: Fix ICE caused by plus_constant [PR94002]Jakub Jelinek1-0/+3
2020-01-01Update copyright years.Jakub Jelinek1-1/+1
2019-11-12Remove gcc/params.* files.Martin Liska1-1/+0
2019-11-12Apply mechanical replacement (generated patch).Martin Liska1-1/+1
2019-11-06introduce -fcallgraph-info optionEric Botcazou1-0/+5
2019-07-09PR c++/61339 - add mismatch between struct and class [-Wmismatched-tags] to n...Martin Sebor1-3/+3
2019-07-04re PR rtl-optimization/90756 (g++ ICE in convert_move, at expr.c:218 on i686 ...Jakub Jelinek1-10/+1
2019-01-01Update copyright years.Jakub Jelinek1-1/+1
2018-11-21[PATCH][PR84877]Dynamically align the address for local parameter copy on the...Renlin Li1-2/+3
2018-10-01Add a hook to support telling the mid-end when to probe the stack.Tamar Christina1-39/+56
2018-08-24emit-rtl.c (init_emit_once): Do not emit MODE_POINTER_BOUNDS RTXes.Uros Bizjak1-2/+1
2018-06-12Use poly_int rtx accessors instead of hwi accessorsRichard Sandiford1-4/+6
2018-04-10[explow] PR target/85173: validize memory before passing it on to target prob...Kyrylo Tkachov1-3/+10
2018-01-03re PR middle-end/83654 (-fstack-clash-protection probes below the stack point...Jeff Law1-17/+25
2018-01-03Update copyright years.Jakub Jelinek1-1/+1
2017-12-21poly_int: argument sizesRichard Sandiford1-3/+3
2017-12-21poly_int: REG_ARGS_SIZERichard Sandiford1-1/+1
2017-12-21poly_int: frame allocationsRichard Sandiford1-1/+1
2017-12-20poly_int: rtx constantsRichard Sandiford1-4/+16
2017-12-19read-rtl.c (parse_reg_note_name): Replace Yoda conditions with typical order ...Jakub Jelinek1-4/+4
2017-12-13re PR middle-end/78468 (libgomp.c/reduction-10.c and many more FAIL)Eric Botcazou1-8/+7
2017-11-22re PR c++/60336 (empty struct value is passed differently in C and C++)Marek Polacek1-1/+1
2017-11-14explow.c (anti_adjust_stack_and_probe_stack_clash): Avoid probing the red zon...Jeff Law1-2/+12
2017-10-19asan.c (handle_builtin_alloca): Deal with all alloca variants.Eric Botcazou1-3/+12
2017-09-20explow.c (compute_stack_clash_protection_loop_data): Use CONST_INT_P instead ...Jeff Law1-5/+6
2017-09-19explow.c: Include "params.h".Jeff Law1-1/+241
2017-09-05Improve alloca alignmentWilco Dijkstra1-8/+13
2017-09-04PR82045: Avoid passing machine modes through "..."Richard Sandiford1-3/+3
2017-08-30[74/77] Various small scalar_mode changesRichard Sandiford1-2/+5
2017-08-30[66/77] Use scalar_mode for constant integersRichard Sandiford1-2/+4
2017-08-30[62/77] Big machine_mode to scalar_int_mode replacementRichard Sandiford1-4/+5
2017-08-30[51/77] Use opt_scalar_int_mode when iterating over integer modesRichard Sandiford1-6/+3
2017-08-30[4/77] Add FOR_EACH iterators for modesRichard Sandiford1-3/+1
2017-06-29asan.c (asan_emit_stack_protection): Update.Jan Hubicka1-0/+1
2017-02-02re PR middle-end/78468 (libgomp.c/reduction-10.c and many more FAIL)Eric Botcazou1-9/+3
2017-01-01Update copyright years.Jakub Jelinek1-1/+1
2016-11-18Re-apply: Drop excess size used for run time allocated stack variables.Dominik Vogt1-3/+9
2016-11-18Use rtx_mode_t instead of std::make_pairRichard Sandiford1-2/+1
2016-10-21make LABEL_REF_LABEL a rtx_insn *Trevor Saunders1-1/+1
2016-10-17* explow.c (validize_mem): Do not modify the argument in-place.Eric Botcazou1-4/+4
2016-10-13Move MEMMODEL_* from coretypes.h to memmodel.hThomas Preud'homme1-0/+1