aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2019-11-18fix ChangeLog to reference the PRSzabolcs Nagy1-0/+1
2019-11-18libstdc++: Fix std::jthread bugsJonathan Wakely6-64/+130
2019-11-18libstdc++: Fix some -Wsystem-headers warningsJonathan Wakely3-5/+16
2019-11-18re PR tree-optimization/92558 (Miscompare of 554.roms_r with -Ofast -march=zn...Richard Biener4-0/+35
2019-11-18musl: Don't use gthr weak refs in libgcc PR91737Szabolcs Nagy3-0/+14
2019-11-18musl: use correct long double abi by defaultSzabolcs Nagy3-2/+33
2019-11-18s390: add musl supportSzabolcs Nagy2-0/+8
2019-11-18Improve -dbg-cnt error message and support :0.Martin Liska2-11/+14
2019-11-18Verify NOP_EXPR LHS type in IPA ICF.Martin Liska4-0/+46
2019-11-18[mid-end][__RTL] Clean state despite unspecified __RTL startwith passesMatthew Malcomson6-20/+70
2019-11-18re PR target/92462 ([arm32] -ftree-pre makes a variable to be wrongly hoisted...Richard Biener2-4/+16
2019-11-18[testsuite][ARM] check_effective_target_arm_vfp_ok_nocache: Fix typo in optio...Christophe Lyon2-2/+8
2019-11-18re PR target/92545 (avr: support ATmega devices from the 0-series)Georg-Johann Lay1-1/+1
2019-11-18re PR target/92545 (avr: support ATmega devices from the 0-series)Georg-Johann Lay1-12/+12
2019-11-18Add support for AVR devices from the 0-series.Georg-Johann Lay7-333/+455
2019-11-18Split X86_TUNE_AVX128_OPTIMAL into X86_TUNE_AVX256_SPLIT_REGSHongtao Liu6-6/+25
2019-11-18libgomp: Regenerate `testsuite/Makefile.in' for GCC_HEADER_STDINT removalMaciej W. Rozycki2-1/+4
2019-11-18libgfortran: Regenerate `Makefile.in' for `runstatedir' removalMaciej W. Rozycki2-1/+4
2019-11-18Daily bump.GCC Administrator1-1/+1
2019-11-17linux-atomic.c (__kernel_cmpxchg): Change argument 1 to volatile void *.John David Anglin2-100/+129
2019-11-17* gcc.dg/complex-6.c: Do not run dump scan tests for rx target.Jeff Law2-2/+6
2019-11-17method.c (lookup_comparison_result): Use %qD instead of %<%T::%D%> to print t...Jakub Jelinek4-2/+27
2019-11-17Repair the <tuple> part of C++20 p1032 Misc constexpr bits.Edward Smith-Rowland2-1/+8
2019-11-17libstdc++: add range constructor for std::string_view (P1391R4)Jonathan Wakely3-0/+61
2019-11-17libstdc++: Define C++20 range utilities and range factoriesJonathan Wakely13-1/+1209
2019-11-17Daily bump.GCC Administrator1-1/+1
2019-11-17rs6000: Allow mode GPR in cceq_{ior,rev}_compareSegher Boessenkool2-7/+18
2019-11-16Revert r278363 "Start work on <ranges> header"Jonathan Wakely2-1310/+2
2019-11-16libstdc++: Optimize std::jthread constructionJonathan Wakely2-26/+40
2019-11-16Start work on <ranges> headerJonathan Wakely1-0/+1310
2019-11-16Delete common/config/powerpcspeSegher Boessenkool2-321/+4
2019-11-16[PATCH] Fix slowness in demanglerJeff Law5-6/+37
2019-11-16[PATCH] Refactor rust-demangle to be independent of C++ demangling.Eduard-Mihai Burtescu6-266/+436
2019-11-16* testsuite/demangle-expected: Fix test.Miguel Saldivar2-1/+5
2019-11-16[AArch64] Robustify aarch64_wrffrRichard Sandiford2-1/+6
2019-11-16Use a single comparison for index-based alias checksRichard Sandiford6-51/+295
2019-11-16Print the type of alias check in a dump messageRichard Sandiford14-0/+48
2019-11-16Dump the list of merged alias pairsRichard Sandiford9-1/+270
2019-11-16Record whether a dr_with_seg_len contains mixed stepsRichard Sandiford3-22/+55
2019-11-16Add flags to dr_with_seg_len_pair_tRichard Sandiford5-14/+161
2019-11-16Delay swapping data refs in prune_runtime_alias_test_listRichard Sandiford2-9/+21
2019-11-16Move canonicalisation of dr_with_seg_len_pair_tsRichard Sandiford4-23/+33
2019-11-16[AArch64] Add scatter stores for partial SVE modesRichard Sandiford10-40/+185
2019-11-16[AArch64] Pattern-match SVE extending gather loadsRichard Sandiford17-128/+710
2019-11-16[AArch64] Add gather loads for partial SVE modesRichard Sandiford14-50/+268
2019-11-16[AArch64] Add truncation for partial SVE modesRichard Sandiford11-6/+113
2019-11-16[AArch64] Pattern-match SVE extending loadsRichard Sandiford16-75/+358
2019-11-16[AArch64] Add sign and zero extension for partial SVE modesRichard Sandiford16-31/+220
2019-11-16[AArch64] Add autovec support for partial SVE vectorsRichard Sandiford12-167/+674
2019-11-16[AArch64] Tweak gcc.target/aarch64/sve/clastb_8.cRichard Sandiford2-2/+10