aboutsummaryrefslogtreecommitdiff
path: root/gcc/explow.c
AgeCommit message (Expand)AuthorFilesLines
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
2016-10-05explow.c (allocate_dynamic_stack_space): Call do_pending_stack_adjust before ...Ian Lance Taylor1-2/+2
2016-10-04re PR target/77833 (ICE: in plus_constant, at explow.c:87 with -O -mavx512f)Richard Biener1-6/+9
2016-09-27auto-inc-dec.c (try_merge): Remove break after return.Jakub Jelinek1-2/+0
2016-09-05re PR target/77452 (ICE: in plus_constant, at explow.c:87 with -fno-split-wid...Uros Bizjak1-1/+9
2016-08-24Revert "Drop excess size used for run time allocated stack variables."Andreas Krebbel1-9/+3
2016-08-23Drop excess size used for run time allocated stack variables.Dominik Vogt1-4/+10
2016-07-18Allocate constant size dynamic stack space in the prologueDominik Vogt1-78/+147
2016-07-04Minor cleanup to allocate_dynamic_stack_spaceDominik Vogt1-66/+30
2016-04-13re PR debug/70628 (ICE in get_reg_rtx, at emit-rtl.c:1025)Jakub Jelinek1-3/+3
2016-04-13re PR debug/70628 (ICE in get_reg_rtx, at emit-rtl.c:1025)Jakub Jelinek1-15/+21
2016-03-12re PR ada/70017 (c52103x and c52104x test failure on s390x)Eric Botcazou1-1/+1
2016-02-12cgraph.c: Spelling fixes - behaviour -> behavior and neighbour -> neighbor.Jakub Jelinek1-1/+1
2016-01-04Update copyright years.Jakub Jelinek1-1/+1
2015-10-30alias.c: Remove unused headers.Andrew MacLeod1-7/+0
2015-10-29alias.c: Reorder #include statements and remove duplicates.Andrew MacLeod1-12/+9
2015-10-05Remove remaining uses of REAL_ARITHMETICRichard Sandiford1-1/+1
2015-09-27revert to assign_parms assignments using default defsAlexandre Oliva1-3/+16
2015-08-14[PR64164] Drop copyrename, use coalescible partition as base when optimizing.Alexandre Oliva1-0/+29
2015-07-24Revert:David Edelsohn1-29/+0
2015-07-23[PR64164] Drop copyrename, use coalescible partition as base when optimizing.Alexandre Oliva1-0/+29
2015-07-08tree-core.h: Include symtab.h.Andrew MacLeod1-2/+0
2015-07-05gcc/Richard Sandiford1-20/+11
2015-07-05gcc/Richard Sandiford1-26/+14
2015-07-05target-insns.def (trap): New targetm instruction pattern.Richard Sandiford1-4/+2
2015-06-17coretypes.h: Include input.h and as-a.h.Andrew MacLeod1-1/+0
2015-06-10Revert "[PR64164] Drop copyrename, use coalescible partition as base when opt...Alexandre Oliva1-22/+0
2015-06-09[PR64164] Drop copyrename, use coalescible partition as base when optimizing.Alexandre Oliva1-0/+22
2015-06-08coretypes.h: Include hash-table.h and hash-set.h for host files.Andrew MacLeod1-6/+0
2015-06-04coretypes.h: Include machmode.h...Andrew MacLeod1-5/+0
2015-06-03Update check after force_const_mem call in the plus_constant function to see ...Andrew Bennett1-1/+3
2015-05-22remove most ifdef STACK_GROWS_DOWNWARDTrevor Saunders1-18/+15