aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2019-09-09Update docs for recent <span> and constexpr lib changes.Edward Smith-Rowland2-24/+21
2019-09-09Remove bt-load.cRichard Sandiford13-1676/+30
2019-09-09match.pd: Add flag_unsafe_math_optimizations check before deciding on the wid...Barnaby Wilks4-2/+77
2019-09-09Update comment of removed options.Martin Liska4-25/+37
2019-09-09Minor std::to_chars optimisation for base 10Antony Polukhin2-3/+8
2019-09-09Improve constraints for std::span constructorsJonathan Wakely3-100/+155
2019-09-09re PR target/87853 (_mm_cmpgt_epi8 broken with -funsigned-char)Jakub Jelinek4-1/+28
2019-09-09re PR target/91704 ([X86] Codegen for _mm256_cmpgt_epi8 is affected by -funsi...Jakub Jelinek5-1/+28
2019-09-09GCC port for eBPFJose E. Marchesi227-17/+5454
2019-09-09testsuite: new require effective target indirect_callsJose E. Marchesi53-0/+162
2019-09-09testsuite: annotate c-torture/compile tests with dg-require-stack-sizeJose E. Marchesi32-0/+84
2019-09-09opt-functions.awk: fix comparison of limit, begin and endJose E. Marchesi2-3/+9
2019-09-09Update config.sub and config.guess.Jose E. Marchesi3-79/+240
2019-09-09Daily bump.GCC Administrator1-1/+1
2019-09-08genemit: Print file+line in the "Splitting with" messageSegher Boessenkool2-2/+12
2019-09-08Daily bump.GCC Administrator1-1/+1
2019-09-07pr91684.c: Use effective-target arm_prefer_ldrd_strd.Bernd Edlinger2-1/+5
2019-09-07decomp2.C: Add TLS options.David Edelsohn3-1/+7
2019-09-07re PR tree-optimization/91665 (ICE in build_vector_from_val, at tree.c:1904)Jakub Jelinek4-1/+30
2019-09-07add PR target/91684 to ChangeLogBernd Edlinger2-0/+2
2019-09-07arm.c (arm_block_set_aligned_non_vect): Use gen_unaligned_storedi for 4-byte ...Bernd Edlinger4-1/+28
2019-09-07Daily bump.GCC Administrator1-1/+1
2019-09-06RISC-V: Re-enable -msave-restore for shared libraries.Jim Wilson4-12/+12
2019-09-06rs6000: Delete UNSPEC_MV_CR_OV.Segher Boessenkool2-1/+4
2019-09-06rs6000: Delete UNSPEC_FRSPSegher Boessenkool3-14/+6
2019-09-06re PR target/91654 (Regressions of SPEC2017 rate caused by r274994)Uros Bizjak2-2/+9
2019-09-06libgo: update to Go 1.13beta1 releaseIan Lance Taylor1843-63545/+122494
2019-09-06function.c (assign_parm_find_data_types): Use RECORD_OR_UNION_TYPE_P before t...Jakub Jelinek3-7/+10
2019-09-06inf-compare-1.c: Skip AIX.David Edelsohn8-0/+15
2019-09-06Warray-bounds-4.C: Skip AIX.David Edelsohn5-1/+12
2019-09-06Fix testcase to not use LTO with -fvtable-verify.Caroline Tice2-1/+8
2019-09-06Define std::ssize for C++20 (P1227R2)Jonathan Wakely5-4/+92
2019-09-06[preprocessor] Popping "" file namesNathan Sidwell4-3/+43
2019-09-06[PATCH] Deprecate -frepo option.Nathan Sidwell3-18/+8
2019-09-06[C++ PATCH] Reserve a decl_lang bitNathan Sidwell4-16/+16
2019-09-06Fix GCC_LINUX_FUTEX to work with C99 compilersFlorian Weimer8-0/+25
2019-09-06[arm] Add missing predicated-short-it variants to cmp_and and cmp_ior patternsRichard Earnshaw2-22/+32
2019-09-06Improve documentation of for statement.Martin Liska2-2/+6
2019-09-06Remove support for repo files (PR c++/91125).Martin Liska45-1855/+112
2019-09-06Daily bump.GCC Administrator1-1/+1
2019-09-05RISC-V: Fix bad insn splits with paradoxical subregs.Jakub Jelinek6-9/+125
2019-09-05re PR fortran/91496 (!GCC$ directives error if mistyped or unknown)Harald Anlauf4-5/+17
2019-09-05re PR fortran/91660 (Missing error on invalid type declaration)Steven G. Kargl6-7/+53
2019-09-05PR c++/91644 - ICE with constinit in function template.Marek Polacek5-3/+63
2019-09-05Global GCN instructions need nops too.Andrew Stubbs2-2/+7
2019-09-05Improve precondition checks for std::spanJonathan Wakely26-123/+733
2019-09-05re PR target/91615 ([armeb] ICEs since r274986)Bernd Edlinger2-14/+25
2019-09-05re PR middle-end/91001 (internal compiler error: in extract_insn, at recog.c:...Jakub Jelinek4-4/+55
2019-09-05re PR rtl-optimization/91656 (wrong code with -fgcse-after-reload)Richard Biener6-3/+89
2019-09-05[C++ PATCH] vtable decl markingNathan Sidwell2-3/+8