aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2020-05-19preprocessor: Random cleanupsNathan Sidwell6-34/+19
2020-05-19[aarch64] PR target/94591: Don't generate invalid REV64 insnsAlex Coplan4-1/+45
2020-05-19Use REST API for bug titles in mklog.Martin Liska2-11/+13
2020-05-19Use commit timestamp in git_update_version.py.Martin Liska3-3/+9
2020-05-19PR c++/94923 - False positive -Wclass-memaccess with trivially copyable std::...Martin Sebor6-36/+183
2020-05-19preprocessor: Reimplement raw string lexing [pr95149]Nathan Sidwell6-284/+317
2020-05-19Fix FAIL: gcc.target/i386/pr92645-4.cRichard Biener2-3/+7
2020-05-19preprocessor: Fix ICE with EOF in macro args [pr95182]Nathan Sidwell6-9/+43
2020-05-19TESTSUITE: Fix tests for 16-bit targetsJozef Lawrynowicz114-450/+790
2020-05-19openmp: Add basic library allocator support.Jakub Jelinek1-0/+354
2020-05-19mklog.py: improve parsing of struct names (ignore GTY).Martin Liska3-4/+42
2020-05-19Add missing changelog entry.Martin Liska1-0/+5
2020-05-19Fill up entries in reverse order.Martin Liska1-1/+1
2020-05-19bpf: do not save/restore callee-saved registers in function prolog/epilogJose E. Marchesi6-58/+129
2020-05-19bpf: add support for the -mxbpf optionJose E. Marchesi3-1/+17
2020-05-19New mklog script.Martin Liska4-0/+577
2020-05-19Move 2 mklog scripts to legacy subfolder.Martin Liska3-0/+5
2020-05-19Add missing ChangeLog entries.Uros Bizjak2-0/+29
2020-05-19i386: Add missing vector zero/sign extend expanders [PR92658]Uros Bizjak4-0/+805
2020-05-19Add missing ChangeLog entry.Martin Liska1-0/+4
2020-05-19Fix typo in c-parser.c.Martin Liska1-1/+1
2020-05-19openmp: Add basic library allocator support.Jakub Jelinek12-5/+450
2020-05-19Add gcc-verify alias.Martin Liska2-0/+7
2020-05-19RISC-V: Handle implied extension for -march parser.Kito Cheng8-12/+122
2020-05-19RISC-V: Update march parserKito Cheng6-23/+42
2020-05-19cost invariant nodes from vect_slp_analyze_node_operations SLP walkRichard Biener4-89/+107
2020-05-18c++: Enable spec_hasher table sanitization [PR87847]Patrick Palka2-3/+6
2020-05-18c++: Explain fn template argument type/value mismatches [PR66439]Patrick Palka10-2/+43
2020-05-19Daily bump.GCC Administrator1-1/+1
2020-05-18c++: ICE when shortening right shift [PR94955]Marek Polacek4-1/+26
2020-05-18c++: ICE with -Wall and constexpr if [PR94937]Marek Polacek6-13/+62
2020-05-18PR middle-end/92815 - spurious -Wstringop-overflow writing into a flexible ar...Martin Sebor2-2/+8
2020-05-18c++: Sorry about type-dependent arg for __builtin_has_attribute [PR90915]Marek Polacek4-1/+25
2020-05-18PR middle-end/92815 - spurious -Wstringop-overflow writing into a flexible ar...Martin Sebor7-17/+439
2020-05-18PR middle-end/94940 - spurious -Warray-bounds for a zero length array member ...Martin Sebor5-39/+237
2020-05-18Update gcc sv.po.Joseph Myers2-412/+255
2020-05-18c++: Implement DR 1512, Pointer comparison vs qual convs [PR87699]Marek Polacek11-87/+287
2020-05-18c++: Create fewer SAVE_EXPR.Jason Merrill2-4/+8
2020-05-18c++: Don't add built-in operator for ++ on bool.Marek Polacek4-8/+42
2020-05-18c++: Regenerate cp/cfns.h.Marek Polacek2-18/+22
2020-05-18Require powerpc_vsx_ok in gcc.target/powerpc/pr71763.cDouglas Rupp2-0/+5
2020-05-18bootstrap: Update requirement to C++11.Jason Merrill10-15/+1996
2020-05-18PR fortran/95053 - division by zero constantsHarald Anlauf8-37/+63
2020-05-18tree-optimization: Fix use of uninitialized variables warnings [PR94952]Stefan Schulze Frielinghaus2-2/+9
2020-05-18c++: Add test for c++/95143Marek Polacek2-0/+37
2020-05-18pr94833, fix vec_first_match_index for nullsCarl Love3-2/+128
2020-05-18i386: Avoid reversing a non-trapping comparison to a trapping one [PR95169]Uros Bizjak4-10/+57
2020-05-18[arm] Don't generate invalid LDRD insnsAlex Coplan5-12/+64
2020-05-18i386: Improve vector mode and TFmode ABS and NEG patternsUros Bizjak4-112/+80
2020-05-18fixup BB vectorization constant generation placeRichard Biener3-19/+29