summaryrefslogtreecommitdiff
path: root/gcc/explow.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* alias.c: Reorder #include statements and remove duplicates.Andrew MacLeod2015-10-291-12/+9
* Remove remaining uses of REAL_ARITHMETICRichard Sandiford2015-10-051-1/+1
* revert to assign_parms assignments using default defsAlexandre Oliva2015-09-271-3/+16
* [PR64164] Drop copyrename, use coalescible partition as base when optimizing.Alexandre Oliva2015-08-141-0/+29
* Revert:David Edelsohn2015-07-241-29/+0
* [PR64164] Drop copyrename, use coalescible partition as base when optimizing.Alexandre Oliva2015-07-231-0/+29
* tree-core.h: Include symtab.h.Andrew MacLeod2015-07-081-2/+0
* gcc/Richard Sandiford2015-07-051-20/+11
* gcc/Richard Sandiford2015-07-051-26/+14
* target-insns.def (trap): New targetm instruction pattern.Richard Sandiford2015-07-051-4/+2
* coretypes.h: Include input.h and as-a.h.Andrew MacLeod2015-06-171-1/+0
* Revert "[PR64164] Drop copyrename, use coalescible partition as base when opt...Alexandre Oliva2015-06-101-22/+0
* [PR64164] Drop copyrename, use coalescible partition as base when optimizing.Alexandre Oliva2015-06-091-0/+22
* coretypes.h: Include hash-table.h and hash-set.h for host files.Andrew MacLeod2015-06-081-6/+0
* coretypes.h: Include machmode.h...Andrew MacLeod2015-06-041-5/+0
* Update check after force_const_mem call in the plus_constant function to see ...Andrew Bennett2015-06-031-1/+3
* remove most ifdef STACK_GROWS_DOWNWARDTrevor Saunders2015-05-221-18/+15
* always define STACK_GROWS_DOWNWARDTrevor Saunders2015-05-221-5/+5