aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2021-08-30c++: Add warning about missing 'requires'Jason Merrill4-2/+47
2021-08-30Fortran - correct check for constraint F2008:C628 / F2018:C932Harald Anlauf2-2/+21
2021-08-30rs6000: Always initialize vector_pair and vector_quad nodesBill Schmidt1-26/+23
2021-08-30rs6000: Add sanity to V2DI_type_node definitionsBill Schmidt1-7/+24
2021-08-30rs6000: Darwin builtin supportBill Schmidt2-2/+12
2021-08-30Fix libgfortran build on hppa*-hp-hpux[01]*John David Anglin3-5/+113
2021-08-30Update gcc sv.po.Joseph Myers1-3/+3
2021-08-30Enable store fusion on Power10.Pat Haugen5-1/+163
2021-08-30libphobos: Compile configure tests with -fno-druntimeIain Buclaw3-16/+16
2021-08-30tree-optimization/102128 - rework if-converted BB vect heuristicRichard Biener1-54/+58
2021-08-30Make sure -fexceptions is enabled when -fnon-call-exceptions isRichard Biener2-2/+3
2021-08-30Use __builtin_trap() for abort() if inhibit_libcSebastian Huber1-1/+1
2021-08-30libffi: Fix MIPS r6 supportYunQiang Su2-0/+10
2021-08-30Make sure we're playing with integral modes before call extract_integral_bit_...liuhongt1-25/+78
2021-08-30Daily bump.GCC Administrator5-1/+106
2021-08-30libiberty: Add support for demangling local D template declarationsIain Buclaw2-0/+43
2021-08-30libiberty: Add support for demangling D function literals as template value p...Iain Buclaw2-13/+31
2021-08-30libiberty: Add support for D `typeof(*null)' typesIain Buclaw2-3/+15
2021-08-29Darwin: Fixes for darwin_libc_has_function.Iain Sandoe1-5/+9
2021-08-29d: Call the assertp and boundsp variants for assert and array contract failures.Iain Buclaw6-109/+173
2021-08-29d: Update comment for TypeInfoVisitor::layout_baseIain Buclaw1-2/+1
2021-08-29d: Use `int` to store class and struct flagsIain Buclaw1-3/+3
2021-08-29d: Get __c_wchar_t type from build_frontend_typeIain Buclaw1-1/+2
2021-08-29d: Convert convert_for_rvalue switch statement into if conditionIain Buclaw1-3/+1
2021-08-29d: Use POINTER_SIZE for testing whether to predefine D_LP64Iain Buclaw1-1/+1
2021-08-29d: ICE in gimple_register_canonical_type_1, at lto/lto-common.c:430 (PR102094)Iain Buclaw2-0/+19
2021-08-29testsuite, Darwin : Skip a test requiring strndup in libc.Iain Sandoe1-0/+1
2021-08-29Darwin, X86 : Implement __cache_clear.Iain Sandoe1-0/+5
2021-08-29Daily bump.GCC Administrator5-1/+64
2021-08-28Improve handling of table overflows in modref_ref_nodeJan Hubicka2-49/+264
2021-08-28Fortran - reject function entries with mismatched characteristicsHarald Anlauf2-0/+29
2021-08-28libstdc++: Fix std::allocator<void> for versioned namespaceJonathan Wakely3-27/+120
2021-08-28libstdc++: Fix comment typoJonathan Wakely1-1/+1
2021-08-28libstdc++: Fix inefficiency in filesystem::absolute [PR99876]Jonathan Wakely1-7/+0
2021-08-28libstdc++: Name std::function template parameterJonathan Wakely1-17/+15
2021-08-28MIPS: use N64 ABI by default if the triple end with -gnuabi64YunQiang Su1-0/+14
2021-08-28fix latent bootstrap-debug issueAlexandre Oliva2-3/+4
2021-08-28Daily bump.GCC Administrator5-1/+145
2021-08-27c++: Set type on dependent ARROW_EXPRJason Merrill1-3/+9
2021-08-27Support limited setcc for H8Jeff Law5-35/+89
2021-08-27Update comments in float128-call.c test.Michael Meissner1-5/+7
2021-08-27Reduce vector comparison of uniform vectors to a scalar comparisonJeff Law1-0/+65
2021-08-27Fix float128-call.c test for power8 IEEE 128 and power10.Michael Meissner1-8/+19
2021-08-27Darwin : Mark the mod init/term section starts with a linker-visible sym.Iain Sandoe2-5/+35
2021-08-27rs6000: Execute the automatic built-in initialization codeBill Schmidt2-2/+14
2021-08-27libgfortran: Use the libtool macro to determine libm availability.Iain Sandoe5-5/+149
2021-08-27testsuite, Darwin : Do not claim 'GAS' for cctools assembler.Iain Sandoe1-1/+8
2021-08-27configure: Adjust several assembler checks to remove an unused parm.Iain Sandoe1-5/+5
2021-08-27call_summary: add missing template keywordAnthony Sharp1-2/+2
2021-08-27tree-optimization/45178 - DCE of dead control flow in infinite loopRichard Biener2-9/+14