aboutsummaryrefslogtreecommitdiff
path: root/gcc
AgeCommit message (Expand)AuthorFilesLines
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
2020-06-20PR fortran/95688 - ICE in gfc_get_string, at fortran/iresolve.c:70Harald Anlauf2-2/+17
2020-06-20PR fortran/95687 - ICE in get_unique_hashed_string, at fortran/class.c:508Harald Anlauf2-14/+48
2020-06-20PR fortran/95689 - ICE in check_sym_interfaces, at fortran/interface.c:2015Harald Anlauf2-1/+20
2020-06-20PR fortran/95587 - ICE in gfc_target_encode_expr, at fortran/target-memory.c:362Harald Anlauf2-0/+18
2020-06-20Record and restore postorder information in breaking alias sccs.Bin Cheng2-6/+167
2020-06-20Daily bump.GCC Administrator5-1/+269
2020-06-19testsuite: popcount[45]ll require lp64David Edelsohn2-2/+2
2020-06-19c++: Allow defaulted comparison outside class.Jason Merrill3-22/+48
2020-06-19rs6000: apply -mbig option to vec-extract[hl] testcases conditionally.David Edelsohn8-8/+16
2020-06-19amdgcn: Silence compile warningsTobias Burnus1-3/+3
2020-06-19Fix PR94880: Failure to recognize andn patternPrzemyslaw Wirkus2-0/+34
2020-06-19Handle SLP_TREE_LANE_PERMUTATION in scalar costingRichard Biener1-1/+16
2020-06-19tree-optimization/95761 - fix vector insertion place computeRichard Biener2-6/+34