aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2021-05-02Daily bump.GCC Administrator3-1/+26
2021-05-01c++: C++11 range-for and ovl/lkp_iteratorJason Merrill3-47/+55
2021-05-01Add GTY support for irange.Aldy Hernandez2-42/+56
2021-04-30doc/options.texi: Fix the description of 'Negative'.Geng Qi1-2/+2
2021-05-01Daily bump.GCC Administrator5-1/+453
2021-04-30libstdc++: Implement P2328 changes to join_viewPatrick Palka2-11/+90
2021-04-30libstdc++: Fix inconsistent feature test macrosJonathan Wakely2-2/+2
2021-04-30libstdc++: Remove GLIBCXX_CHECK_INT64_T checksJonathan Wakely5-231/+2
2021-04-30testsuite: aarch64: Add fusion tests for FP vml[as] intrinsicsJonathan Wright2-0/+134
2021-04-30aarch64: Use RTL builtins for FP ml[as][q]_laneq intrinsicsJonathan Wright3-4/+62
2021-04-30aarch64: Use RTL builtins for FP ml[as][q]_lane intrinsicsJonathan Wright3-13/+55
2021-04-30aarch64: Use RTL builtins for FP ml[as] intrinsicsJonathan Wright4-8/+43
2021-04-30aarch64: Use RTL builtins for FP ml[as]_n intrinsicsJonathan Wright3-34/+47
2021-04-30aarch64: Use RTL builtins for vmull[_high]_p8 intrinsicsJonathan Wright3-12/+44
2021-04-30AVR cc0 conversion - adjust peepholesSenthil Kumar Selvaraj1-216/+308
2021-04-30middle-end: Disable section anchors for VAR_DECLs if -fdata-sectionsDavid Edelsohn1-0/+6
2021-04-30Define target hook to emit KFmode constants for libgcc.Michael Meissner1-0/+29
2021-04-30Refactor backward threader registry and profitability code into classes.Aldy Hernandez1-154/+213
2021-04-30Jump threader refactor.Aldy Hernandez7-610/+648
2021-04-30libstdc++: Implement proposed resolution for LWG 3532Patrick Palka1-1/+1
2021-04-30libstdc++: Implement P2367 changes to avoid some list-initializationPatrick Palka3-27/+78
2021-04-30libstdc++: Use std::addressof to avoid ADL for operator& [PR 60497]Jonathan Wakely5-6/+6
2021-04-30libstdc++: Implement LWG 1203 for rvalue iostreamsJonathan Wakely11-340/+233
2021-04-30libstdc++: Use <sys/socket.h> features conditionally [PR 100285]Jonathan Wakely2-2/+10
2021-04-30libstdc++: Define effective-target for net::ip features [PR 100351]Jonathan Wakely12-20/+19
2021-04-30gcc/genflags.c: Improve error messageChristophe Lyon1-2/+2
2021-04-30c++/98032 - add testcaseRichard Biener1-0/+20
2021-04-30Update alignment_for_piecewise_moveH.J. Lu1-1/+1
2021-04-30Don't use nullptr return from simplify_gen_subregH.J. Lu1-1/+3
2021-04-30tree-optimization/96513 - add testcase for fixed bugRichard Biener1-0/+26
2021-04-30i386: Introduce reversed ADC and SBB patterns [PR98060]Uros Bizjak4-7/+131
2021-04-30modulo-sched: skip loops with strange register defs [PR100225]Roman Zhuykov3-21/+1677
2021-04-29RISC-V: For '-march' and '-mabi' options, add 'Negative' property mentions it...Geng Qi1-2/+2
2021-04-29RISC-V: Add patterns for builtin overflow.LevyHsu3-0/+257
2021-04-30Daily bump.GCC Administrator10-1/+651
2021-04-29merge ix86- and x86_64-*-* in config.gccAlexandre Oliva1-39/+1
2021-04-29add ASM_OUTPUT_MAX_SKIP_ALIGN to i386.hAlexandre Oliva13-165/+11
2021-04-29Update gcc sv.po.Joseph Myers1-67/+41
2021-04-29i386: Optimize carry flag comparisons a bitUros Bizjak2-2/+10
2021-04-29preprocessor: Handle digit separators in #line [PR82359]Joseph Myers3-0/+19
2021-04-29c++: Add using-declaration testcaseJason Merrill1-0/+38
2021-04-29c++: Use empty field in constexpr eval.Jason Merrill1-19/+17
2021-04-29c++: Fix friend attributes [PR51344]Jason Merrill6-43/+34
2021-04-29c++: ICE with anonymous union [PR97974]Jason Merrill3-37/+44
2021-04-29c++: constant expressions are evaluated [PR93314]Jason Merrill3-16/+14
2021-04-29c++: unset COMPOUND_LITERAL_P [PR100079]Jason Merrill5-11/+19
2021-04-29c++: Overeager use of deleted function before ADL [PR68942]Patrick Palka2-1/+20
2021-04-29c++: Add testcase for already fixed PR [PR94102]Marek Polacek1-0/+15
2021-04-29Update gcc fr.po.Joseph Myers1-62/+41
2021-04-29rtl-ssa: Fix -fcompare-debug failure [PR100303]Richard Sandiford4-8/+129