aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2021-07-27Let -Wuninitialized assume built-ins don't change const arguments [PR101584].Martin Sebor3-37/+190
2021-07-27libstdc++: Simplify std::optional::value()Jonathan Wakely2-53/+46
2021-07-27testsuite: Add missing C++ includes to tests [PR101646]Jonathan Wakely2-0/+2
2021-07-27Use OEP_DECL_NAME when comparing VLA bounds [PR101585].Martin Sebor2-1/+20
2021-07-27Implement OpenMP 5.1 section 3.15: omp_display_envUlrich Drepper6-40/+81
2021-07-27Fix argument to pthread_joinJeff Law1-1/+1
2021-07-27Abstract out (forward) jump threader state handling.Aldy Hernandez4-123/+172
2021-07-27c++: Reject ordered comparison of null pointers [PR99701]Marek Polacek8-34/+92
2021-07-27libstdc++: Adjust whitespace in <bits/cow_string.h>Jonathan Wakely1-101/+101
2021-07-27libstdc++: Move COW string definitions to separate headerJonathan Wakely5-3597/+3655
2021-07-27libstdc++: Remove unnecessary uses of <utility>Jonathan Wakely23-23/+22
2021-07-27libstdc++: Reduce header dependencies on <array> and <utility>Jonathan Wakely21-344/+433
2021-07-27Implement basic block path solver.Aldy Hernandez3-0/+415
2021-07-27simplify-rtx: Push sign/zero-extension inside vec_duplicateJonathan Wright2-183/+211
2021-07-27Don't use libgomp 'cbuf' buffering with OpenACC 'async'Thomas Schwinge2-29/+47
2021-07-27Fix OpenACC "ephemeral" asynchronous host-to-device copiesJulian Brown5-44/+64
2021-07-27Add 'libgomp.oacc-c-c++-common/async-data-1-{1,2}.c'Thomas Schwinge2-0/+190
2021-07-27[OpenACC] Clarify sequencing of 'async' data copying vs. profiling events in ...Thomas Schwinge2-32/+68
2021-07-27Fix OpenACC 'async'/'wait' issues in 'libgomp.oacc-c-c++-common/lib-{94,95}.c...Thomas Schwinge4-3/+12
2021-07-27tree-optimization/101573 - improve uninit warning at -O0Richard Biener6-10/+95
2021-07-27tree-optimization/39821 - fix cost classification for widening arithRichard Biener1-9/+16
2021-07-27ipa: Adjust references to identify read-only globalsMartin Jambor9-50/+431
2021-07-27gimple-fold: Fix up __builtin_clear_padding on classes with virtual inheriten...Jakub Jelinek2-0/+48
2021-07-26PR 100170: Fix eq/ne tests on power10.Michael Meissner3-26/+33
2021-07-27Daily bump.GCC Administrator9-1/+173
2021-07-26Confirm and Handle only ASCII in toupper and tolower ranges.Andrew MacLeod1-10/+39
2021-07-26analyzer: fix uninit false +ve when returning structsDavid Malcolm3-8/+137
2021-07-26Adjust ranges for to_upper and to_lower.Andrew MacLeod2-0/+61
2021-07-26Fold bswap32(x) != 0 to x != 0 (and related transforms)Roger Sayle3-0/+183
2021-07-26Regenerate .pot files.Joseph Myers2-10385/+11051
2021-07-26Implement operator_bitwise_xor::op1_op2_relation_effect.Aldy Hernandez1-0/+33
2021-07-26Pass relationship to methods calling generic fold_range.Aldy Hernandez1-4/+4
2021-07-26Remove legacy external declarations in toplev.h [PR101447]Ashimida1-5/+0
2021-07-26PR fortran/93308/93963/94327/94331/97046 problems raised by descriptor handlingTobias Burnus12-33/+933
2021-07-26Abstract out conditional simplification out of execute_vrp.Aldy Hernandez1-16/+23
2021-07-26Pass gimple context to array_bounds_checker.Aldy Hernandez2-11/+12
2021-07-26AArch64: correct dot-product RTL patterns for aarch64.Tamar Christina3-44/+31
2021-07-26AArch64: correct usdot vectorizer and intrinsics optabsTamar Christina4-17/+21
2021-07-26openmp: Add support for omp attributes section and scan directivesJakub Jelinek7-17/+240
2021-07-26Daily bump.GCC Administrator2-1/+5
2021-07-25[Ada] Declare time_t uniformly based on a system parameter #2Arnaud Charlet1-0/+2
2021-07-25Daily bump.GCC Administrator2-1/+7
2021-07-24include: Fix -Wundef warnings in ansidecl.hMarek Polacek1-3/+3
2021-07-24Daily bump.GCC Administrator8-1/+429
2021-07-23Fortran: extend check for array arguments and reject CLASS array elements.Harald Anlauf2-2/+34
2021-07-23expmed: Fix store_integral_bit_field [PR101562]Jakub Jelinek2-1/+25
2021-07-23Use range_query object in array bounds class.Aldy Hernandez1-2/+2
2021-07-23aarch64: Use memcpy to copy vector tables in vst1[q]_x2 intrinsicsJonathan Wright2-61/+44
2021-07-23aarch64: Use memcpy to copy vector tables in vst1[q]_x3 intrinsicsJonathan Wright2-91/+51
2021-07-23x86: Don't return hard register when LRA is in progressH.J. Lu2-1/+24