aboutsummaryrefslogtreecommitdiff
path: root/gcc
AgeCommit message (Expand)AuthorFilesLines
2021-07-22analyzer: fix feasibility false +ve with overly complex svaluesDavid Malcolm4-7/+182
2021-07-23Fix execution failure of parity_1.f90 on P10 [PR100952]Haochen Gui1-1/+4
2021-07-23Daily bump.GCC Administrator3-1/+106
2021-07-22Add new test for PR65178.Martin Sebor1-0/+21
2021-07-22Remove an invalid defintion [PR101568].Martin Sebor1-1/+1
2021-07-22Fix PR 10153: tail recusion for vector types.Andrew Pinski3-4/+22
2021-07-22Allow non-null adjustments for pointers even when there is a known range.Aldy Hernandez1-6/+11
2021-07-22Allow non-symmetrical equivalences.Andrew MacLeod2-2/+28
2021-07-22Check for undefined on COND_EXPR before querying type.Andrew MacLeod2-1/+15
2021-07-22Only call vrp_visit_cond_stmt if range_of_stmt doesn't resolve to a const.Andrew MacLeod2-13/+39
2021-07-22Remove pass_cpb which is related to enable avx512 embedded broadcast from con...liuhongt5-163/+34
2021-07-22Support logic shift left/right for avx512 mask type.liuhongt4-24/+245
2021-07-22Daily bump.GCC Administrator8-1/+427
2021-07-21analyzer: bulletproof -Wanalyzer-file-leak [PR101547]David Malcolm2-6/+32
2021-07-21analyzer: fix ICE in binding_cluster::purge_state_involving [PR101522]David Malcolm2-5/+40
2021-07-21OpenACC 'nohost' clauseThomas Schwinge37-11/+779
2021-07-21[OpenACC] Fix '#pragma atomic update' typo in 'g++.dg/goacc/template.C'Thomas Schwinge1-1/+1
2021-07-21analyzer: fix issues with phi handlingDavid Malcolm8-26/+78
2021-07-21analyzer: fixes to -fdump-analyzer-state-purge for phi nodesDavid Malcolm2-27/+43
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