aboutsummaryrefslogtreecommitdiff
path: root/gcc
AgeCommit message (Expand)AuthorFilesLines
2020-03-13d/dmd: Merge upstream dmd e9420cfbfIain Buclaw57-427/+3046
2020-03-13testsuite: Fix misquoted string in bfcvt-nosimd.cVasee Vinayagamoorthy2-1/+6
2020-03-13PR92303: Try to simplify memory subreg.Vladimir N. Makarov2-1/+15
2020-03-13PR c/94040 - ICE on a call to an invalid redeclaration of strftimeMartin Sebor2-7/+8
2020-03-13Fix wrong year in ChangeLog.Eric Botcazou1-2/+2
2020-03-13PR c/94040 - ICE on a call to an invalid redeclaration of strftimeMartin Sebor8-27/+198
2020-03-13testsuite: Assorted x32 testsuite fixesUros Bizjak4-6/+18
2020-03-13df: Don't abuse bb->aux (PR94148, PR94042)Segher Boessenkool2-17/+28
2020-03-13c++: Redundant -Wdeprecated-declarations warning in build_over_call [PR67960]Patrick Palka5-0/+43
2020-03-13tree-optimization/94163 constrain alignment set by PRERichard Biener2-1/+8
2020-03-13Do not strcat to result of getenv.Martin Liska4-1/+19
2020-03-13[testsuite] Fix PR93935 to guard case under vect_hw_misalignKewen Lin2-1/+7
2020-03-13aarch64: Fix another bug in aarch64_add_offset_1 [PR94121]Jakub Jelinek2-1/+8
2020-03-13i386: Use ix86_output_ssemov for DFmode TYPE_SSEMOVH.J. Lu7-41/+53
2020-03-13aarch64: Add --params to control the number of recip steps [PR94154]Bu Le4-3/+34
2020-03-13Fix incorrect filling of delay slots in branchy code at -O2Eric Botcazou4-8/+49
2020-03-13Fix unaligned load with small memcpy on the ARMEric Botcazou4-30/+50
2020-03-13Daily bump.GCC Administrator1-1/+1
2020-03-12Remove no-op register to register copies in CSE just like we remove no-op mem...Richard Sandiford4-6/+45
2020-03-12Support for the CPEN control register was removed in rev .50 of the RXv1 Inst...Jeff Law3-2/+5
2020-03-12tree-optimization/94103 avoid CSE of loads with paddingRichard Biener4-7/+44
2020-03-12i386: Use ix86_output_ssemov for MMX TYPE_SSEMOVH.J. Lu3-27/+30
2020-03-12[Fortran, OpenACC] Reject vars of different scope in $acc declare (PR94120)Tobias Burnus9-17/+94
2020-03-12doc: Fix up ASM_OUTPUT_ALIGNED_DECL_LOCAL descriptionJakub Jelinek3-6/+11
2020-03-12tree-dse: Fix mem* head trimming if call has lhs [PR94130]Jakub Jelinek4-6/+44
2020-03-12c++: Tweak reshape_init_array_1 [PR94124]Jakub Jelinek2-5/+23
2020-03-11[rs6000] Fix a wrong GC issueBin Bin Lv3-4/+5
2020-03-12testsuite: Fix concepts-using2.C failure on 32-bit targets [PR93907]Jakub Jelinek2-0/+10
2020-03-12Daily bump.GCC Administrator1-1/+1
2020-03-11c++: Fix ICE with concepts and aliases [PR93907].Jason Merrill5-2/+58
2020-03-11c++: Fix wrong modifying const object error for COMPONENT_REF [PR94074]Marek Polacek9-1/+203
2020-03-11Bug fix: cannot convert 'const short int*' to 'const __bf16*'Delia Burduv3-13/+32
2020-03-11pdp11: Fix handling of common (local and global) vars [PR94134]Jakub Jelinek4-1/+28
2020-03-12RISC-V: Fix testsuite regression due to recent IRA changes.Kito Cheng2-4/+4
2020-03-11fold undefined pointer offsettingRichard Biener4-0/+44
2020-03-11[testsuite] Add @ lines to check-function-bodies fluffMatthew Malcomson2-1/+6
2020-03-11Fix GIMPLE verification failure in LTO mode on Ada codeEric Botcazou3-1/+17
2020-03-11Fix internal error on locally-defined subpoolsEric Botcazou4-1/+99
2020-03-11aarch64: Fix ICE in aarch64_add_offset_1 [PR94121]Jakub Jelinek4-1/+24
2020-03-11value-prof: Fix abs uses in value-prof.c [PR93962]Jakub Jelinek2-2/+7
2020-03-11dfp: Fix decimal_to_binary [PR94111]Jakub Jelinek4-3/+27
2020-03-11ldist: Further fixes for -ftrapv [PR94114]Jakub Jelinek4-3/+29
2020-03-10Fix length computation for movsi_insv which resulted in regressions due to ou...Jeff Law2-1/+6
2020-03-10c++: Fix wrong conversion error with non-viable overload [PR94124]Marek Polacek4-0/+33
2020-03-10c++: Fix deferred noexcept on constructor [PR93901].Jason Merrill2-7/+12
2020-03-10c++: Fix ICE with omitted template args [PR93956].Jason Merrill3-1/+13
2020-03-11rs6000: Check -+0 and NaN for smax/smin generationJiufu Guo4-1/+33
2020-03-11Daily bump.GCC Administrator1-1/+1
2020-03-10c++: Add tests for PR93922 and PR94041.Jason Merrill2-0/+47
2020-03-10c++: Partially revert patch for PR66139.Jason Merrill6-177/+11