aboutsummaryrefslogtreecommitdiff
path: root/gcc/config
AgeCommit message (Expand)AuthorFilesLines
2017-09-26vsx.md (vsx_xscvdpspn): Eliminate useless alternative constraint.Michael Meissner1-7/+7
2017-09-26vsx.md (vsx_xscvspdp_scalar2): Move insn so that it is adjacent to the other ...Michael Meissner1-9/+9
2017-09-26rs6000.md (movsi_from_df): Optimize converting a DFmode to a SFmode...Michael Meissner1-0/+20
2017-09-26rs6000.md (movsi_from_sf): Adjust code to eliminate doing a 32-bit shift righ...Michael Meissner1-68/+38
2017-09-26rs6000.md (extendsi<mode>2): Add a splitter to do sign extension from a vecto...Michael Meissner1-4/+20
2017-09-26Enable no-exec stacks for more targets using the Linux kernel.Joseph Myers4-10/+18
2017-09-26re PR target/82267 (x32: unnecessary address-size prefixes. Why isn't -maddr...Jakub Jelinek1-1/+1
2017-09-26S/390: Fix vmslg instruction and builtin.Andreas Krebbel2-3/+3
2017-09-26S/390: Fix vector fp unordered comparesAndreas Krebbel2-4/+68
2017-09-26S/390: Set the preferred mode for float vectorsAndreas Krebbel1-0/+8
2017-09-26S/390: Fix rtl standard names for vector unpack low->loAndreas Krebbel1-2/+2
2017-09-26S/390: Add FP vec_pack/unpackAndreas Krebbel1-1/+95
2017-09-26S/390: Add support for vec_shrAndreas Krebbel3-17/+52
2017-09-26S/390: Add widening vector mult lo/hi patternsAndreas Krebbel1-4/+79
2017-09-26[ARM] PR82175 - fix -mcpu=native not working correctly.Richard Earnshaw1-2/+5
2017-09-25rs6000-protos.h (output_probe_stack_range): Update prototype for new argument.Jeff Law3-40/+373
2017-09-25Turn CONSTANT_ALIGNMENT into a hookRichard Sandiford71-259/+285
2017-09-25rs6000.c (rs6000_gimple_fold_builtin): Add handling for early folding of vect...Will Schmidt2-75/+70
2017-09-25Change permute index type to unsigned shortRichard Sandiford2-2/+2
2017-09-25Update interface to TARGET_VECTORIZE_VEC_PERM_CONST_OKRichard Sandiford7-60/+49
2017-09-25[nvptx] Add exit after call to noreturn functionTom de Vries1-5/+8
2017-09-25[Patch, Darwin] Fix PR80556 by linking the system unwinder ahead of libgcc_eh.Iain Sandoe2-0/+52
2017-09-24x32: Encode %esp as %rsp to avoid 0x67 prefixH.J. Lu1-0/+8
2017-09-23re PR bootstrap/82306 (Revision r253089 breaks bootstrap on Darwin)Uros Bizjak2-2/+2
2017-09-22[arm] Improve error checking in parsecpu.awkRichard Earnshaw1-1/+25
2017-09-22[arm] auto-generate arm-isa.h from CPU descriptionsRichard Earnshaw6-281/+391
2017-09-22sse.md ("mov<mode>_internal"): Use <sseinsnmode> mode attribute for TARGET_AV...Sergey Shalnov3-14/+44
2017-09-21i386.c (ix86_adjust_stack_and_probe_stack_clash): Fix dump output if the only...Jeff Law1-1/+7
2017-09-21Fix spu build after r253072Richard Sandiford1-1/+1
2017-09-21PR71951: Fix unwinding with -fomit-frame-pointerWilco Dijkstra1-0/+8
2017-09-21re PR target/82260 ([x86] Unnecessary use of 8-bit registers with -Os. sligh...Jakub Jelinek1-23/+39
2017-09-20s390.c (MIN_UNROLL_PROBES): Define.Andreas Krebbel1-26/+234
2017-09-21enable handling of -gno- command-line options as negated prefixesAlexandre Oliva1-2/+2
2017-09-20powerpcspe.c (rs6000_expand_prologue): Fix thinko in stack clash protection s...Jeff Law1-1/+1
2017-09-20rs6000: Don't touch below the stack pointer (PR77687)Segher Boessenkool1-4/+2
2017-09-20config.gcc: Support "knm".Sebastian Peryt5-23/+53
2017-09-20Revert my 2017-09-19 patch.Uros Bizjak1-92/+0
2017-09-19combine-stack-adj.c (combine_stack_adjustments_for_block): Do nothing for sta...Jeff Law1-4/+7
2017-09-19i386.c (ix86_adjust_stack_and_probe_stack_clash): New.Jeff Law1-2/+150
2017-09-19alpha.c (alpha_expand_prologue): Also check flag_stack_clash_protection.Jeff Law7-17/+30
2017-09-19explow.c: Include "params.h".Jeff Law9-42/+47
2017-09-19i386.md (*scc_bt<mode>): New insn_and_split pattern.Uros Bizjak1-0/+92
2017-09-19i386.c (ix86_split_long_move): Do not handle address used for LEA in a specia...Uros Bizjak1-34/+3
2017-09-19rs6000.c (rs6000_gimple_fold_builtin): Add handling for early folding of vect...Will Schmidt2-72/+44
2017-09-18re PR target/81613 (FAIL: gfortran.dg/intrinsic_modulo_1.f90 -O3 -g execut...Andreas Schwab1-1/+2
2017-09-18i386.c (fold_builtin_cpu): Add M_AMDFAM17H to processor_model and "amdfam17h"...Uros Bizjak1-0/+2
2017-09-18re PR middle-end/82145 (i386/pr38988.c, i386/pr46254.c, i386/pr55154.c, i386/...Jakub Jelinek1-20/+6
2017-09-18[RS6000] PR81996, __builtin_return_address(0) failsAlan Modra1-13/+12
2017-09-17PR target/82196 correct choice of avx/sse stubs for -mcall-ms2sysv-xloguesDaniel Santos1-6/+9
2017-09-17i386: Update preferred stack boundary for leaf functionsH.J. Lu1-5/+12