aboutsummaryrefslogtreecommitdiff
path: root/gcc
AgeCommit message (Expand)AuthorFilesLines
2018-10-03Daily bump.GCC Administrator1-1/+1
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 Taylor1-1/+1
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 Taylor1-1/+1
2018-10-02((X /[ex] A) +- B) * A --> X +- A * BMarc Glisse5-0/+53
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-02sse.md (reduc_plus_scal_v4df): Avoid the use of haddv4df...Richard Biener2-10/+21
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 Taylor1-1/+1
2018-10-01runtime: add arm64 version of AES hash codeIan Lance Taylor1-1/+1
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-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
2018-10-01Updated stack-clash implementation supporting 64k probes.Jeff Law26-21/+593
2018-10-01Fix caching of tests for multiple variant runs and update existing target-sup...Tamar Christina2-1278/+420
2018-10-01re PR tree-optimization/87261 (Optimize bool expressions)MCC CS4-12/+84
2018-10-01c-ada-spec.c (get_underlying_decl): Get to the main type variant.Eric Botcazou2-7/+17
2018-10-01[ARC] Avoid specific constants to end in limm field.Claudiu Zissulescu5-31/+93
2018-10-01[ARC] Check for odd-even register when emitting double mac ops.Claudiu Zissulescu4-2/+29
2018-10-01tree-inline.c (expand_call_inline): Store origin of fn in BLOCK_ABSTRACT_ORIG...Richard Biener3-21/+16
2018-10-01[Ada] use -gnatd_A to disable .ali on -fcompare-debug recompileAlexandre Oliva4-12/+13
2018-10-01Daily bump.GCC Administrator1-1/+1
2018-10-01mmx.md (EMMS): New int iterator.Uros Bizjak4-106/+62
2018-09-30re PR rtl-optimization/86939 (IRA incorrectly creates an interference between...Peter Bergner3-66/+97
2018-09-30re PR fortran/87359 (pointer being freed was not allocated)Paul Thomas4-4/+114
2018-09-30re PR fortran/70752 (Incorrect LEN for ALLOCATABLE CHARACTER)Paul Thomas7-4/+244