aboutsummaryrefslogtreecommitdiff
path: root/gcc/config
AgeCommit message (Expand)AuthorFilesLines
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
2017-09-16Refine formatting and comments.Chung-Ju Wu8-386/+385
2017-09-15Turn FUNCTION_ARG_OFFSET into a hookRichard Sandiford2-7/+15
2017-09-15Turn TRULY_NOOP_TRUNCATION into a hookRichard Sandiford55-194/+42
2017-09-15[PR target/67591] ARM v8 Thumb IT blocks are deprecatedChristophe Lyon1-20/+26
2017-09-15Turn CANNOT_CHANGE_MODE_CLASS into a hookRichard Sandiford47-294/+319
2017-09-14rs6000-builtin.def (BU_FLOAT128_1_HW): New macros to support float128 built-i...Michael Meissner4-6/+38
2017-09-14rs6000.c (rs6000_set_up_by_prologue): Make sure the TOC reg (r2) isn't in the...Pat Haugen1-0/+5
2017-09-14Use vec<> in build_vectorRichard Sandiford1-14/+15
2017-09-14elf.h (LINK_EH_SPEC): Add -static-pie support.Jakub Jelinek14-17/+23
2017-09-13sysv4.h (STARTFILE_LINUX_SPEC): Add -static-pie support.Jakub Jelinek3-12/+17
2017-09-13Turn SECONDARY_MEMORY_NEEDED into a hookRichard Sandiford28-166/+166
2017-09-13Turn SECONDARY_MEMORY_NEEDED_MODE into a target hookRichard Sandiford14-61/+85
2017-09-13[AArch64, PATCH] Improve Neon store of zeroJackson Woodruff2-5/+20
2017-09-13pr63304_1.c: Remove-mno-fix-cortex-a53-843419.Kugan Vivekanandarajah1-11/+0
2017-09-12sparc.c (output_return): Output the source location of the insn in the delay ...Eric Botcazou1-4/+22
2017-09-12Add -static-pie to GCC driver to create static PIEH.J. Lu3-15/+18
2017-09-12Remove '*' from movsi/di/ti patternsWilco Dijkstra1-6/+6
2017-09-12re PR target/80204 (macosx-version-min wrong for macOS Sierra 10.12.3)Simon Wright1-11/+5