aboutsummaryrefslogtreecommitdiff
path: root/gcc
AgeCommit message (Expand)AuthorFilesLines
2020-11-10libgo: update to Go 1.15.4 releaseIan Lance Taylor1-1/+1
2020-11-10c, c++: Fix up -Wunused-value on COMPLEX_EXPRs [PR97748]Jakub Jelinek4-27/+59
2020-11-10tree-optimization/97769 - fix assert in peeling for alignmentRichard Biener2-6/+33
2020-11-10tree-optimization/97780 - fix ICE in fini_preRichard Biener1-1/+1
2020-11-10AArch64: Add FLAG for tbl/tbx intrinsics [PR94442]zhengnannan1-12/+12
2020-11-10openmp: Implement OpenMP 5.0 base-pointer attachement and clause orderingChung-Lin Tang11-89/+493
2020-11-10IBM Z: Test long doubles in vector registersIlya Leoshkevich55-0/+808
2020-11-10IBM Z: Store long doubles in vector registers when possibleIlya Leoshkevich8-134/+604
2020-11-10Fix wrong code for boolean negation in condition at -O2Eric Botcazou2-14/+66
2020-11-10More PRE TLCRichard Biener1-94/+89
2020-11-10aarch64: Skip arm targets in vq*shr*n_high_n intrinsic testsDavid Candler4-0/+12
2020-11-10doc: Fix grammar in description of earlyclobberAlex Coplan1-1/+1
2020-11-10sccvn: Fix up push_partial_def little-endian bitfield handling [PR97764]Jakub Jelinek2-1/+18
2020-11-10Fortran: Fix function decl's location [PR95847]Tobias Burnus2-9/+27
2020-11-10tree-optimization/97760 - reduction paths with unhandled live stmtRichard Biener2-3/+32
2020-11-10Normalize VARYING for -fstrict-enums.Aldy Hernandez3-15/+60
2020-11-10Adjust Keylocker regex pattern for darwin, and add missing aesenc256kl test.hongyuw110-93/+110
2020-11-09Fix logical_combine OR operation. Again.Andrew MacLeod2-12/+37
2020-11-10Daily bump.GCC Administrator6-1/+319
2020-11-09c++: DR 1914 - Allow duplicate standard attributes.Marek Polacek9-32/+81
2020-11-09c++: Consider only relevant template arguments in sat_hasherPatrick Palka3-6/+92
2020-11-09c++: Use two levels of caching in satisfy_atomPatrick Palka2-14/+50
2020-11-09c++: Reuse identical ATOMIC_CONSTRs during normalizationPatrick Palka3-19/+40
2020-11-09c++: Fix ICE with variadic concepts and aliases [PR93907]Patrick Palka2-0/+62
2020-11-09c++: Call tsubst_pack_expansion from tsubst.Jason Merrill1-14/+1
2020-11-09c++: Improve error location for class using-decl.Jason Merrill3-5/+7
2020-11-09c++: Fix -Wvexing-parse ICE with omitted int [PR97762]Marek Polacek2-6/+28
2020-11-09c-family: Avoid unnecessary work when -Wpragmas is being ignoredPatrick Palka2-13/+15
2020-11-09c-family: Fix regression in location-overflow-test-1.c [PR97117]Patrick Palka1-36/+34
2020-11-09arc: Improve/add instruction patterns to better use MAC instructions.Claudiu Zissulescu4-27/+147
2020-11-09Clean up irange self tests.Aldy Hernandez4-493/+532
2020-11-09Fortran: Fix OpenACC in specification-part checks [PR90111]Tobias Burnus2-5/+106
2020-11-09tree-optimization/97761 - fix SLP live calculationRichard Biener2-4/+32
2020-11-09Cleanup irange::set.Aldy Hernandez2-61/+37
2020-11-09aarch64: Do not alter force_reg returned register expanding fcmlaAndrea Corallo1-3/+3
2020-11-09tree-optimization/97753 - fix SLP induction vectRichard Biener2-2/+15
2020-11-09tree-optimization/97746 - fix order of mask precision computesRichard Biener2-4/+24
2020-11-09c++: ADL refactorNathan Sidwell2-54/+109
2020-11-09c++: Consistently expose singleton overloadsNathan Sidwell2-8/+11
2020-11-09CSE VN_INFO calls in PRE and VNRichard Biener2-25/+34
2020-11-09Use a per-edge PRE PHI translation cacheRichard Biener1-85/+81
2020-11-09arm: [testcase] Better narrow some bfloat16 testcaseAndrea Corallo6-2/+12
2020-11-09Enable MOVDIRI, MOVDIR64B, CLDEMOTE and WAITPKG for march=tremontCui,Lili2-34/+35
2020-11-08ira: Recompute regstat as max_regno changes [PR97705]Kewen Lin1-7/+20
2020-11-09Daily bump.GCC Administrator6-1/+45
2020-11-08Objective-C/C++ : Handle parsing @property 'class' attribute.Iain Sandoe7-21/+53
2020-11-08testsuite, Darwin, PPC : Skip zero scratch regs tests.Iain Sandoe4-4/+4
2020-11-08testsuite, Darwin, X86 : Add target requires native tls to test.Iain Sandoe1-0/+1
2020-11-07rs6000: Fix bootstrap after r11-4793.David Edelsohn1-1/+2
2020-11-08Daily bump.GCC Administrator7-1/+86