aboutsummaryrefslogtreecommitdiff
path: root/gcc
AgeCommit message (Expand)AuthorFilesLines
2021-07-21analyzer: show BB index in BEFORE_SUPERNODE's in-edgeDavid Malcolm1-2/+9
2021-07-21analyzer: tweak dumping of min_expr/max_exprDavid Malcolm1-5/+34
2021-07-21Fix typos in a comment.Martin Sebor1-3/+3
2021-07-21rs6000: Add int128 target check to pr101129.c (PR101531)Bill Schmidt1-0/+1
2021-07-21rs6000: Write output to the builtins init file, part 2 of 3Bill Schmidt1-0/+81
2021-07-21rs6000: Write output to the builtins init file, part 1 of 3Bill Schmidt1-0/+164
2021-07-21rs6000: Write output to the builtins header fileBill Schmidt1-0/+228
2021-07-21rs6000: Write output to the builtin definition include fileBill Schmidt1-0/+17
2021-07-21rs6000: Build and store function type identifiersBill Schmidt1-0/+231
2021-07-21rs6000: Parsing of overload input fileBill Schmidt1-1/+234
2021-07-21rs6000: Parsing built-in input file, part 3 of 3Bill Schmidt1-0/+102
2021-07-21rs6000: Parsing built-in input file, part 2 of 3Bill Schmidt1-0/+145
2021-07-21rs6000: Parsing built-in input file, part 1 of 3Bill Schmidt1-1/+378
2021-07-21rs6000: Main function with stubs for parsing and outputBill Schmidt1-0/+215
2021-07-21x86: Remove OPTION_MASK_ISA_SSE4_2 from CRC32 _builtin functionsH.J. Lu2-4/+17
2021-07-21Fortran: ICE, OOM while calculating sizes of derived type array componentsHarald Anlauf3-2/+40
2021-07-21gcov: Fix use of profile info sectionSebastian Huber1-0/+2
2021-07-21Revert "RISC-V: Detect python and pick best one for calling multilib-generator"Kito Cheng1-2/+1
2021-07-21openmp: Fix up omp_check_private [PR101535]Jakub Jelinek3-5/+58
2021-07-21c++: Ensure OpenMP reduction with reference type references complete type [PR...Jakub Jelinek2-1/+10
2021-07-21Fortran: Fix bind(C) character length checksTobias Burnus9-24/+1557
2021-07-21unroll: Run VN on unrolled-and-jammed loopsRichard Sandiford2-5/+22
2021-07-21unroll: Avoid unnecessary tail loops for constant nitersRichard Sandiford2-142/+176
2021-07-21predcom: Refactor more using auto_vecKewen Lin3-148/+108
2021-07-21Daily bump.GCC Administrator5-1/+315
2021-07-20Correct stpcpy offset computation for -Warray-bounds et al. [PR101397].Martin Sebor7-20/+981
2021-07-20Handle all UBSAN built-ins in -Wuninitialized [PR101300].Martin Sebor2-3/+73
2021-07-20Attach MEM_EXPR information when flushing BLKmode args to the stack - V2Jeff Law1-1/+9
2021-07-20Adjust by-value function vec arguments to by-reference.Martin Sebor45-127/+146
2021-07-20PR 100167: Fix vector long long multiply/divide tests on power10.Michael Meissner2-4/+10
2021-07-20rs6000: Fix up easy_vector_constant_msb handling [PR101384]Jakub Jelinek7-26/+268
2021-07-20aarch64: Tweak old vect-* tests to avoid new FAILsRichard Sandiford3-11/+15
2021-07-20debug/101473 - apply debug prefix maps before checksumming DIEsRichard Biener2-6/+7
2021-07-20aarch64: Refactor TBL/TBX RTL patternsJonathan Wright4-116/+82
2021-07-20i386: Remove atomic_storedi_fpu and atomic_loaddi_fpu peepholes [PR100182]Uros Bizjak3-196/+0
2021-07-20RISC-V: Detect python and pick best one for calling multilib-generatorKito Cheng1-1/+2
2021-07-19rs6000: Support [u]mul<mode>3_highpart for vectorKewen Lin4-6/+71
2021-07-19vect: Recog mul_highpart pattern [PR100696]Kewen Lin5-13/+37
2021-07-20Daily bump.GCC Administrator5-1/+184
2021-07-19compiler: avoid aliases in receiver typesIan Lance Taylor4-1/+100
2021-07-19PR testsuite 101520 - gcc.target/powerpc/pr93658.c has excess errorsMartin Sebor1-1/+1
2021-07-19coroutines: Adjust outlined function names [PR95520].Iain Sandoe4-14/+143
2021-07-19analyzer: add svalue::can_have_associated_state_p [PR101503]David Malcolm7-14/+61
2021-07-19debug: Allow means for targets to opt out of CTF/BTF supportIndu Bhagat7-17/+87
2021-07-19debug: Add new function ctf_debuginfo_pIndu Bhagat2-0/+12
2021-07-19amdgcn: Add -mxnack and -msram-ecc [PR 100208]Andrew Stubbs16-4/+273
2021-07-19[AARCH64] Fix PR 101205: csinv does not have an zero_extend versionAndrew Pinski2-3/+115
2021-07-19c++: Add test for DR 2126Marek Polacek1-0/+6
2021-07-19tree-optimization/101505 - properly determine stmt precision for PHIsRichard Biener2-0/+30
2021-07-19Remove gimple_expr_typeRichard Biener2-50/+0