summaryrefslogtreecommitdiff
path: root/gcc/explow.c
Commit message (Expand)AuthorAgeFilesLines
* PR c++/61339 - add mismatch between struct and class [-Wmismatched-tags] to n...Martin Sebor2019-07-091-3/+3
* re PR rtl-optimization/90756 (g++ ICE in convert_move, at expr.c:218 on i686 ...Jakub Jelinek2019-07-041-10/+1
* Update copyright years.Jakub Jelinek2019-01-011-1/+1
* [PATCH][PR84877]Dynamically align the address for local parameter copy on the...Renlin Li2018-11-211-2/+3
* Add a hook to support telling the mid-end when to probe the stack.Tamar Christina2018-10-011-39/+56
* emit-rtl.c (init_emit_once): Do not emit MODE_POINTER_BOUNDS RTXes.Uros Bizjak2018-08-241-2/+1
* Use poly_int rtx accessors instead of hwi accessorsRichard Sandiford2018-06-121-4/+6
* [explow] PR target/85173: validize memory before passing it on to target prob...Kyrylo Tkachov2018-04-101-3/+10
* re PR middle-end/83654 (-fstack-clash-protection probes below the stack point...Jeff Law2018-01-031-17/+25
* Update copyright years.Jakub Jelinek2018-01-031-1/+1
* poly_int: argument sizesRichard Sandiford2017-12-211-3/+3
* poly_int: REG_ARGS_SIZERichard Sandiford2017-12-211-1/+1
* poly_int: frame allocationsRichard Sandiford2017-12-211-1/+1
* poly_int: rtx constantsRichard Sandiford2017-12-201-4/+16
* read-rtl.c (parse_reg_note_name): Replace Yoda conditions with typical order ...Jakub Jelinek2017-12-191-4/+4
* re PR middle-end/78468 (libgomp.c/reduction-10.c and many more FAIL)Eric Botcazou2017-12-131-8/+7
* re PR c++/60336 (empty struct value is passed differently in C and C++)Marek Polacek2017-11-221-1/+1
* explow.c (anti_adjust_stack_and_probe_stack_clash): Avoid probing the red zon...Jeff Law2017-11-141-2/+12
* asan.c (handle_builtin_alloca): Deal with all alloca variants.Eric Botcazou2017-10-191-3/+12
* explow.c (compute_stack_clash_protection_loop_data): Use CONST_INT_P instead ...Jeff Law2017-09-201-5/+6
* explow.c: Include "params.h".Jeff Law2017-09-191-1/+241
* Improve alloca alignmentWilco Dijkstra2017-09-051-8/+13
* PR82045: Avoid passing machine modes through "..."Richard Sandiford2017-09-041-3/+3
* [74/77] Various small scalar_mode changesRichard Sandiford2017-08-301-2/+5
* [66/77] Use scalar_mode for constant integersRichard Sandiford2017-08-301-2/+4
* [62/77] Big machine_mode to scalar_int_mode replacementRichard Sandiford2017-08-301-4/+5
* [51/77] Use opt_scalar_int_mode when iterating over integer modesRichard Sandiford2017-08-301-6/+3
* [4/77] Add FOR_EACH iterators for modesRichard Sandiford2017-08-301-3/+1
* asan.c (asan_emit_stack_protection): Update.Jan Hubicka2017-06-291-0/+1
* re PR middle-end/78468 (libgomp.c/reduction-10.c and many more FAIL)Eric Botcazou2017-02-021-9/+3
* Update copyright years.Jakub Jelinek2017-01-011-1/+1
* Re-apply: Drop excess size used for run time allocated stack variables.Dominik Vogt2016-11-181-3/+9
* Use rtx_mode_t instead of std::make_pairRichard Sandiford2016-11-181-2/+1
* make LABEL_REF_LABEL a rtx_insn *Trevor Saunders2016-10-211-1/+1
* * explow.c (validize_mem): Do not modify the argument in-place.Eric Botcazou2016-10-171-4/+4
* Move MEMMODEL_* from coretypes.h to memmodel.hThomas Preud'homme2016-10-131-0/+1
* explow.c (allocate_dynamic_stack_space): Call do_pending_stack_adjust before ...Ian Lance Taylor2016-10-051-2/+2
* re PR target/77833 (ICE: in plus_constant, at explow.c:87 with -O -mavx512f)Richard Biener2016-10-041-6/+9
* auto-inc-dec.c (try_merge): Remove break after return.Jakub Jelinek2016-09-271-2/+0
* re PR target/77452 (ICE: in plus_constant, at explow.c:87 with -fno-split-wid...Uros Bizjak2016-09-051-1/+9
* Revert "Drop excess size used for run time allocated stack variables."Andreas Krebbel2016-08-241-9/+3
* Drop excess size used for run time allocated stack variables.Dominik Vogt2016-08-231-4/+10
* Allocate constant size dynamic stack space in the prologueDominik Vogt2016-07-181-78/+147
* Minor cleanup to allocate_dynamic_stack_spaceDominik Vogt2016-07-041-66/+30
* re PR debug/70628 (ICE in get_reg_rtx, at emit-rtl.c:1025)Jakub Jelinek2016-04-131-3/+3
* re PR debug/70628 (ICE in get_reg_rtx, at emit-rtl.c:1025)Jakub Jelinek2016-04-131-15/+21
* re PR ada/70017 (c52103x and c52104x test failure on s390x)Eric Botcazou2016-03-121-1/+1
* cgraph.c: Spelling fixes - behaviour -> behavior and neighbour -> neighbor.Jakub Jelinek2016-02-121-1/+1
* Update copyright years.Jakub Jelinek2016-01-041-1/+1
* alias.c: Remove unused headers.Andrew MacLeod2015-10-301-7/+0