aboutsummaryrefslogtreecommitdiff
path: root/gcc
AgeCommit message (Expand)AuthorFilesLines
2020-06-24x86: Move cpuinfo.h from libgcc to common/config/i386H.J. Lu3-89/+1000
2020-06-24x86: Fold arch_names_table into processor_alias_tableH.J. Lu4-383/+366
2020-06-24emit SLP vectorized loads earlierRichard Biener4-109/+213
2020-06-24tree-optimization/95856 fix vect_stmt_dominates_stmt_p at BB region boundaryRichard Biener2-0/+24
2020-06-24fold-const: Fix A <= 0 ? A : -A folding [PR95810]Jakub Jelinek2-2/+29
2020-06-24openmp: Fix two pastos in non-rect loop OpenMP lowering.Jakub Jelinek1-2/+2
2020-06-24options: Properly compare string options.Martin Liska1-4/+16
2020-06-24Daily bump.GCC Administrator6-1/+162
2020-06-23Allow --with-cpu=power10Aaron Sawdey1-2/+2
2020-06-23c++: Improve CTAD for aggregates [PR93976]Jason Merrill5-15/+171
2020-06-23Make forall statement in testsuite conforming.Thomas Koenig1-4/+4
2020-06-23coroutines: Add a cleanup expression for g-r-o when needed [PR95477].Iain Sandoe3-11/+156
2020-06-23build: Change conditional include and empty.mk to -include in MakefilesDavid Edelsohn1-9/+3
2020-06-23Remove superfluous spaceEric Botcazou1-1/+1
2020-06-23Fix memory corruption with vector and variant recordEric Botcazou1-6/+12
2020-06-23Emit debug info for integral variables firstEric Botcazou1-17/+25
2020-06-23Minor tweak to elaborate_expression_1Eric Botcazou1-4/+13
2020-06-23Streamline implementation of renaming in gigiEric Botcazou4-119/+66
2020-06-23Minor cleanup in elaborate_expressionEric Botcazou1-2/+2
2020-06-23Emit user subtypes with -fgnat-encodings=minimalEric Botcazou1-12/+7
2020-06-23Remove unintended checkinMichael Meissner1-1/+0
2020-06-23Minor adjustment in assignment caseEric Botcazou1-4/+3
2020-06-23arm: PR target/95646: Do not clobber callee saved registers with CMSEAndre Simoes Dias Vieira2-1/+33
2020-06-23handle dumpbase in offloading, adjust testsuiteAlexandre Oliva8-58/+184
2020-06-23Add REVISIONMichael Meissner1-0/+1
2020-06-23Handle AR_FULL vs. AR_FULL in dependency checking.Thomas Koenig2-0/+17
2020-06-23Fortran : ICE in gfc_validate_kind PR95586Mark Eggleston3-1/+21
2020-06-23Daily bump.GCC Administrator5-1/+327
2020-06-22rs6000: Testsuite changes to go with the previous commitSegher Boessenkool168-268/+268
2020-06-22rs6000: Rename future to power10Segher Boessenkool20-792/+787
2020-06-22Update gcc sv.po.Joseph Myers1-590/+388
2020-06-22recog: Restore builds with ClangRichard Sandiford2-5/+1
2020-06-22arm: Fix the failing mve scalar shift execution tests.Srinath Parvathaneni6-4/+31
2020-06-22Fortran : ICE in resolve_fl_procedure PR95708Mark Eggleston3-3/+10
2020-06-22x86: Skip EXT_REX_SSE_REG_P for vzeroupper optimizationH.J. Lu2-1/+13
2020-06-22Fortran : ICE in gfc_check_reshape PR95585Mark Eggleston2-1/+8
2020-06-22Fortran : Missing gcc-internal-format PR42693Mark Eggleston1-10/+9
2020-06-22tree-optimization/95770 - fix SLP vectorized stmt placement computeRichard Biener2-3/+24
2020-06-22amdgcn: Pass vector parameters in memoryAndrew Stubbs1-0/+8
2020-06-22openmp: Compute triangular loop number of iterations at compile timeJakub Jelinek1-25/+201
2020-06-22RISC-V: Normalize arch string in driver timeKito Cheng1-1/+5
2020-06-22RISC-V: Fix compilation failed for frflags builtin in C++ modeKito Cheng3-2/+12
2020-06-22Daily bump.GCC Administrator3-1/+199
2020-06-21aix: Add GCC64 configuration and FAT target libraries.David Edelsohn4-22/+128
2020-06-21rs6000: Add MMA built-in function definitions and test cases.Peter Bergner15-24/+1813
2020-06-21rs6000: Add base support and types for defining MMA built-ins.Peter Bergner11-32/+408
2020-06-21Daily bump.GCC Administrator5-1/+98
2020-06-20coroutines: Update handling and failure for g-r-o-o-a-f [PR95505]Iain Sandoe2-26/+51
2020-06-20c++: Refinements to "more constrained".Jason Merrill5-7/+57
2020-06-20PR fortran/95707 - ICE in finish_equivalences, at fortran/trans-common.c:1319Harald Anlauf3-5/+23