aboutsummaryrefslogtreecommitdiff
path: root/gcc
AgeCommit message (Expand)AuthorFilesLines
2017-10-28re PR fortran/81758 ([OOP] Broken vtab)Paul Thomas4-1/+93
2017-10-28re PR fortran/82620 ([PDT] ICE: free_expr0(): Bad expr type (at fortran/expr....Steven G. Kargl4-1/+26
2017-10-28Daily bump.GCC Administrator1-1/+1
2017-10-27re PR c++/82218 ([C++1x] constexpr on static member function causes segfault)Paolo Carlini2-0/+133
2017-10-27bb-reorder.c (find_traces_1_round): Fix off-by-one index.Eric Botcazou5-19/+114
2017-10-27PR target/82268 Correct FAIL when configured --with-cpuDaniel Santos2-1/+5
2017-10-27i386-protos.h (ix86_fp_compare_mode): Remove prototype.Uros Bizjak4-8/+8
2017-10-27builtins.c (CASE_MATHFN_FLOATN): New helper macro to add cases for math funct...Michael Meissner24-69/+454
2017-10-27re PR target/82692 (Ordered comparisons used for unordered built-ins)Uros Bizjak10-108/+177
2017-10-27* x86-tune.def (X86_TUNE_INTER_UNIT_MOVES_TO_VEC): Disable for Zen.Jan Hubicka2-1/+5
2017-10-27fold-vec-neg-char.c: New.Will Schmidt6-0/+104
2017-10-27pt.c (invalid_nontype_parm_type_p): Return a bool instead of an int.Paolo Carlini2-13/+17
2017-10-27re PR fortran/56342 (MATMUL with PARAMETER: Simplification usually doesn't work)Thomas Koenig4-1/+27
2017-10-27gimple-ssa-sprintf.c: Include domwalk.h.Jeff Law2-30/+53
2017-10-27tree-vrp.c (check_all_array_refs): Do not use wi->info to smuggle gimple stat...Jeff Law2-7/+8
2017-10-27RISC-V: Correct and improve the "-mabi" documentationPalmer Dabbelt2-3/+25
2017-10-27x86-tune.def (X86_TUNE_PARTIAL_REG_DEPENDENCY, [...]): Disable for Haswell an...Jan Hubicka2-3/+10
2017-10-27* gcc.target/i386/pr70021.c: Add -mtune=skylake.Jan Hubicka2-1/+5
2017-10-27re PR target/82703 (Wrong addition of std::array components with -O2 -ftree-l...Jakub Jelinek6-23/+46
2017-10-27Update install.texi for Solaris 12 renameRainer Orth2-11/+15
2017-10-27Extend ipa-pure-const pass to propagate malloc attribute.Prathamesh Kulkarni14-15/+526
2017-10-27re PR c++/71385 (Internal compiler error when using concept as placeholder)Paolo Carlini2-0/+17
2017-10-27re PR c++/80739 (Accessing value of X through a Y glvalue in a constant expre...Paolo Carlini2-0/+25
2017-10-27Document --coverage and fork-like functions (PR gcov-profile/82457).Martin Liska2-3/+9
2017-10-27re PR middle-end/81659 (ICE in verify_dominators, at dominance.c:1184)Richard Biener4-1/+34
2017-10-27aarch64.md (<optab>_trunc><vf><GPI:mode>2): New pattern.Michael Collison6-9/+83
2017-10-27Daily bump.GCC Administrator1-1/+1
2017-10-26compiler: explicitly convert between type aliasesIan Lance Taylor2-6/+12
2017-10-26constraints.md ("S"): Match r0rel_constant_p too.Sandra Loosemore8-18/+165
2017-10-26nios2.c: Include xregex.h.Sandra Loosemore6-1/+94
2017-10-26Fix hyphenation build-time path and install-time path.Jim Wilson1-1/+1
2017-10-26Add some usage info -fdebug-prefix-map= docs.James E Wilson2-1/+10
2017-10-26Fix unsharing of GIMPLE_OMP_{SINGLE,TARGET,TEAMS} in gimple_copyTom de Vries2-1/+31
2017-10-26Adding missing CMP* intrinsicsOlga Makhotina7-71/+520
2017-10-26aix.h (TARGET_IEEEQUAD_DEFAULT): Set long double default to IBM.Michael Meissner6-10/+75
2017-10-26Add wider_subreg_mode helper functionsRichard Sandiford8-46/+89
2017-10-26Introduce emit_frame_chainWilco Dijkstra3-12/+25
2017-10-26Simplify frame layout for stack probingWilco Dijkstra2-16/+17
2017-10-26Improve addressing of TI/TFmodeWilco Dijkstra4-4/+35
2017-10-26Make more use of df_read_modify_subreg_pRichard Sandiford6-44/+34
2017-10-26Stop print_hex from printing bits above the precisionRichard Sandiford3-18/+33
2017-10-26[obvious][arm testsuite] Fixup expected location in require-pic-register-loc.cJames Greenhalgh2-5/+10
2017-10-26[C++ PATCH] Kill IDENTIFIER_LABEL_VALUENathan Sidwell2-16/+43
2017-10-26Use -xbrace_comment=no with recent Solaris/x86 asRainer Orth5-1/+61
2017-10-26This patch adds a new hook that gives the preferred alignment for a static rt...Richard Sandiford11-15/+118
2017-10-262017-10-26 Tamar Christina <tamar.christina@arm.com>Tamar Christina4-0/+68
2017-10-262017-10-26 Tamar Christina <tamar.christina@arm.com>Tamar Christina4-1/+193
2017-10-26vect-multitypes-1.c: Correct target selector.Tamar Christina2-1/+5
2017-10-26re PR target/81800 (On aarch64 ilp32 lrint should not be inlined as two instr...Tamar Christina4-2/+14
2017-10-26vect-dot-qi.h: New.Tamar Christina5-0/+113