aboutsummaryrefslogtreecommitdiff
path: root/gcc
AgeCommit message (Expand)AuthorFilesLines
2017-11-07PR80131: Simplification of 1U << (31 - x)Sudakshina Das4-0/+54
2017-11-07More bitop simplifications in match.pdMarc Glisse4-0/+123
2017-11-07More fold_negate in match.pdMarc Glisse5-2/+54
2017-11-07[powerpcspe] Remove semicolon after do {} while (0) in SUBTARGET_OVERRIDE_OPT...Tom de Vries7-6/+16
2017-11-07[rs6000] Remove semicolon after do {} while (0) in SUBTARGET_OVERRIDE_OPTIONSTom de Vries7-6/+16
2017-11-07[arm] Remove semicolon after while {} do (0) in HANDLE_NARROW_SHIFT_ARITHTom de Vries2-4/+12
2017-11-07P0704R1 - fixing const-qualified pointers to membersJason Merrill3-10/+49
2017-11-07rs6000: Don't clear TARGET_ISEL implicitlySegher Boessenkool2-11/+6
2017-11-07FT32 makes use of multiple address spaces.James Bowman2-2/+9
2017-11-07Daily bump.GCC Administrator1-1/+1
2017-11-06i386: Use reference of struct ix86_frame to avoid copyH.J. Lu2-6/+10
2017-11-06stack-check-12.c: Revert to initial version.Jeff Law2-3/+8
2017-11-06Update comment in tree-vrp.hMarc Glisse2-1/+5
2017-11-06compiler: disable escape analysis for runtimeIan Lance Taylor2-1/+7
2017-11-06libgo: pass flags to recursive makeIan Lance Taylor1-1/+1
2017-11-06[AArch64] Pass number of units to aarch64_expand_vec_perm(_const)Richard Sandiford4-11/+26
2017-11-06[AArch64] Pass number of units to aarch64_simd_vect_par_cnst_halfRichard Sandiford4-39/+64
2017-11-06[AArch64] Pass number of units to aarch64_reverse_maskRichard Sandiford4-11/+25
2017-11-06[AArch64] Add an endian_lane_rtx helper routineRichard Sandiford7-66/+126
2017-11-06Fix ChangeLog entryRichard Sandiford1-2/+0
2017-11-06rs6000-c.c (P8V_BUILTIN_VEC_REVB): Add power 8 definitions.Carl Love9-25/+510
2017-11-06[Arm] Cleanup IT attributesWilco Dijkstra7-260/+107
2017-11-06re PR target/82748 (ICE with __builtin_fabsq and __float128 in copy_to_mode_r...Michael Meissner8-134/+279
2017-11-06re PR c++/65579 ([C++11] gcc requires definition of a static constexpr member...Paolo Carlini4-0/+36
2017-11-06collect2.c (add_lto_object): Compile for OBJECT_COFF.David Edelsohn2-3/+24
2017-11-06* gcc-interface/misc.c (gnat_post_options): Clear warn_return_type.Eric Botcazou2-0/+7
2017-11-06ipa-fnsummary.c: fix use-after-free crash (PR jit/82826)David Malcolm4-0/+21
2017-11-06re PR tree-optimization/82838 (ICE in verify_ssa failed w/ store-merging)Jakub Jelinek4-4/+32
2017-11-06re PR target/82788 (wrong code with -fstack-clash-protection --param=stack-cl...Jeff Law4-23/+54
2017-11-06Check in right version of stack-check-12.cJeff Law1-2/+2
2017-11-06PR82816: Widening multiplies of bitfieldsRichard Sandiford4-0/+33
2017-11-06[gcc]Bill Schmidt7-1/+244
2017-11-06re PR bootstrap/82832 (Broken PGO LTO bootstrap on x86_64 after r254379)Jan Hubicka5-17/+57
2017-11-06Fix -Wreturn-type fallout.Martin Liska22-20/+73
2017-11-06gcov: New directory.Eric Botcazou3-0/+77
2017-11-06[ARM] PR 67591 ARM v8 Thumb IT blocks are deprecated part 2Christophe Lyon2-0/+11
2017-11-06[testsuite] Fix directives orderChristophe Lyon29-29/+60
2017-11-06re PR c++/80955 (Macros expanded in definition of user-defined literals)Mukesh Kapoor2-0/+36
2017-11-06[multiple changes]Paul Thomas4-3/+51
2017-11-06Fix test-suite fallout of default -Wreturn-type.Martin Liska528-350/+1367
2017-11-06rs6000: Implement insn_cost for mfcr, mfcrfSegher Boessenkool2-0/+7
2017-11-06Fix all tests that fail with -sanitize=return.Martin Liska31-25/+112
2017-11-06Instrument function exit with __builtin_unreachable in C++Martin Liska8-24/+81
2017-11-06Rework vrp_int_const_binop interfaceRichard Sandiford2-83/+67
2017-11-06Daily bump.GCC Administrator1-1/+1
2017-11-05re PR fortran/82471 (Reorder loop for unfavorable index ordering in DO CONCU...Thomas Koenig7-21/+270
2017-11-05re PR fortran/78641 ([OOP] ICE on polymorphic allocatable function in array c...Paul Thomas5-1/+55
2017-11-05re PR fortran/81447 ([7/8] gfortran fails to recognize the exact dynamic type...Paul Thomas11-23/+112
2017-11-05Remove semicolon after do {} while (0) in DEF_SANITIZER_BUILTINTom de Vries2-6/+18
2017-11-05Remove semicolon after ASM_OUTPUT_BEFORE_CASE_LABEL macro bodyTom de Vries6-7/+20