aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2018-10-03Implement P0840, language support for empty objects.Jason Merrill12-53/+333
2018-10-03PR libstdc++/59439 optimize uses of classic ("C") std::localeJonathan Wakely3-9/+26
2018-10-03Fix ARM_TARGET2_DWARF_FORMAT for vxworksJerome Lambourg2-1/+6
2018-10-03Properly mark lambdas in GCOV (PR gcov-profile/86109).Martin Liska8-2/+44
2018-10-032018-10-03 François Dumont <fdumont@gcc.gnu.org>François Dumont5-75/+132
2018-10-03Daily bump.GCC Administrator1-1/+1
2018-10-02* io/close.c [!HAVE_UNLINK_OPEN_FILE]: Include <string.h>.Gerald Pfeifer2-0/+7
2018-10-02re PR target/87474 (ICE in extract_insn, at recog.c:2305)Aaron Sawdey2-3/+13
2018-10-02internal/bytealg: support systems that don't have memmemIan Lance Taylor5-3/+33
2018-10-02S/390: Support IBM z14 Model ZR1 with -march=nativeAndreas Krebbel2-0/+6
2018-10-02S/390: Rename arch12 to z14Andreas Krebbel4-23/+33
2018-10-02i386.md (fxam<mode>2_i387_with_temp): Remove.Uros Bizjak2-75/+6
2018-10-02i386.c (ix86_emit_i387_round): Extend op1 to XFmode before emitting fxam.Uros Bizjak2-53/+38
2018-10-02net: don't fail test if splice fails because pipe2 is missingIan Lance Taylor2-1/+7
2018-10-02((X /[ex] A) +- B) * A --> X +- A * BMarc Glisse5-0/+53
2018-10-02vector<bool> _M_start and 0 offsetMarc Glisse2-3/+9
2018-10-02No a*x+b*x factorization for signed vectorsMarc Glisse3-2/+19
2018-10-02rs6000: Fix vec-init-6.c (PR87081)Segher Boessenkool2-2/+6
2018-10-02* gimple-fold.c (get_range_strlen): Remove dead code.Jeff Law2-8/+5
2018-10-02builtins.c (unterminated_array): Add new arguments.Martin Sebor5-6/+464
2018-10-02Avoid redundant runtime checks in std::visitJonathan Wakely2-18/+23
2018-10-02sse.md (reduc_plus_scal_v4df): Avoid the use of haddv4df...Richard Biener2-10/+21
2018-10-02Use -fno-show-column in libstdc++ installed testing.Joseph Myers2-1/+6
2018-10-02config: Remove unused define for os uClibcBernhard Reutner-Fischer2-4/+5
2018-10-02dojump.h (do_jump): Delete.Eric Botcazou4-52/+66
2018-10-02reorg.c (make_return_insns): Use emit_copy_of_insn_after for the insns in the...Eric Botcazou2-10/+10
2018-10-02c-decl.c (warn_if_shadowing): Do not test DECL_FROM_INLINE.Richard Biener4-7/+9
2018-10-02tree-inline.c (expand_call_inline): Use the location of the callee declaratio...Richard Biener3-12/+9
2018-10-02Daily bump.GCC Administrator1-1/+1
2018-10-01compiler: use the underlying type to build placeholder type for aliasIan Lance Taylor2-1/+3
2018-10-01libgo: support x32 as GOARCH=amd64p32 GOOS=linuxIan Lance Taylor7-5/+38
2018-10-01runtime: add arm64 version of AES hash codeIan Lance Taylor2-3/+402
2018-10-01[libiberty] Use pipe inside pex_runNathan Sidwell5-45/+109
2018-10-01* ru.po: Update.Joseph Myers2-18367/+10738
2018-10-01Update, forgot to put the PR number in the Change Log. Carl Love2-0/+2
2018-10-01rs6000-builtin.def (__builtin_mffsl): New.Carl Love11-2/+822
2018-10-01allocator.xml: Adjust link to "Reconsidering Custom Memory Allocation".Gerald Pfeifer2-1/+6
2018-10-01Regenerate libstdc++ HTML pagesJonathan Wakely9-11/+15
2018-10-01re PR fortran/65677 (Incomplete assignment on deferred-length character varia...Paul Thomas5-9/+35
2018-10-01re PR tree-optimization/87465 (Loop removal regression)Richard Biener4-2/+35
2018-10-01Validate and set default parameters for stack-clash.Tamar Christina3-4/+57
2018-10-01Update options framework for parameters to properly handle and validate confi...Tamar Christina3-14/+61
2018-10-01Allow back-ends to be able to do custom validations on params. Tamar Christina7-1/+35
2018-10-01Cleanup the AArch64 testsuite when stack-clash is on.Tamar Christina10-10/+30
2018-10-01Set default values for stack-clash and do basic validation in back-end.Tamar Christina2-0/+37
2018-10-01Allow setting of stack-clash via configure options.Tamar Christina6-4/+83
2018-10-01Ensure that outgoing argument size is at least 8 bytes when alloca and stack-...Tamar Christina17-0/+235
2018-10-01Add a hook to support telling the mid-end when to probe the stack.Tamar Christina7-49/+93
2018-10-01Add support for SVE stack clash probing.Tamar Christina9-5/+317
2018-10-01stack-clash: Add LR assert to layout_frame.Tamar Christina2-0/+10