aboutsummaryrefslogtreecommitdiff
path: root/gcc
AgeCommit message (Expand)AuthorFilesLines
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 Zhuykov2-21/+50
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 Administrator7-1/+631
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 Myers2-0/+12
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
2021-04-29Fix nios2 build failureJeff Law1-1/+1
2021-04-29i386: Mark x86 masked load builtins pure [PR100312]Uros Bizjak3-11/+44
2021-04-29Add parallelism support to gcov for MinGW platformsEric Botcazou6-4/+106
2021-04-29i386: Cleanup comparison predicates.Uros Bizjak1-18/+13
2021-04-29[omp, simt] Handle alternative IVTom de Vries1-5/+6
2021-04-29Small housekeeping work in SPARC back-endEric Botcazou2-127/+70
2021-04-29Generate offset adjusted operation for op_by_pieces operationsH.J. Lu27-31/+398
2021-04-29tree-optimization/100253 - fix bogus aligned vectorized loads/storesRichard Biener2-14/+37
2021-04-29testsuite: Remove dg-options from pr100305.c [PR100305]Jakub Jelinek1-1/+1
2021-04-29aarch64: Fix ICE in aarch64_add_offset_1_temporaries [PR100302]Jakub Jelinek2-1/+13
2021-04-29c++: Fix up detach clause vs. data-sharing clause checking [PR100319]Jakub Jelinek2-3/+22
2021-04-29middle-end/38474 - speedup PTA constraint solvingRichard Biener1-0/+16
2021-04-29[Ada] Eliminate useless 128-bit overflow check for conversionEric Botcazou2-91/+99
2021-04-29[Ada] Self reference access discriminantArnaud Charlet3-141/+148
2021-04-29[Ada] Fix interaction of 128-bit integer types and -gnato2 modeEric Botcazou1-23/+26
2021-04-29[Ada] Tree inconsistency between -O0 and -O1Arnaud Charlet1-48/+44
2021-04-29[Ada] Change rounding mode of 'Machine for static floating pointEric Botcazou1-1/+3
2021-04-29[Ada] Error on T'Reduce of when T is not a containerBob Duff1-1/+1
2021-04-29[Ada] Fix minor issue in Scan_Decimal_DigitsEric Botcazou1-1/+10
2021-04-29[Ada] Add colors to GNATprove messages output to a terminalYannick Moy3-13/+146
2021-04-29[Ada] Fix evaluation of expressions in inlined codeYannick Moy1-17/+44
2021-04-29[Ada] Missing access-to-discriminated conversion checkJustin Squirek1-77/+124
2021-04-29[Ada] Fix internal consistency error with Duration and 32-bit target fileEric Botcazou1-0/+6
2021-04-29[Ada] Clean up Makefile.rtlArnaud Charlet1-13/+4
2021-04-29[Ada] Bad handling of array sliding in aggregateArnaud Charlet3-72/+71